01KJ7ZK8DCN92AHCJVXGX33RR1: 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: 01KJ7ZM0MQG20GV0KG6N4FR3ZX

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12026-02-24T14:08:39.928Zjob assigned to worker 01KJ7ZM2E4A1JZNCG5NNGJ4HR0 [factory aws, i-074a4084d403e8db9] (queued for 1 m 7 s)
 
22026-02-24T14:08:48.909Zstarting task 0: "setup"
32026-02-24T14:08:48.914Z++ uname -s
42026-02-24T14:08:48.917Z+ kern=SunOS
52026-02-24T14:08:48.917Z+ build_user=build
62026-02-24T14:08:48.917Z+ build_uid=12345
72026-02-24T14:08:48.917Z+ work_dir=/work
82026-02-24T14:08:48.917Z+ input_dir=/input
92026-02-24T14:08:48.917Z+ [[ 0 == 12345 ]]
102026-02-24T14:08:48.917Z+ case "$kern" in
112026-02-24T14:08:48.917Z+ groupadd -g 12345 build
122026-02-24T14:08:48.920Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-02-24T14:08:50.928Z+ zfs create -o mountpoint=/work rpool/work
142026-02-24T14:08:51.060Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-02-24T14:08:51.129Z+ home_fs=zfs
162026-02-24T14:08:51.129Z+ [[ zfs == autofs ]]
172026-02-24T14:08:51.129Z+ mkdir -p /home/build
182026-02-24T14:08:51.149Z+ chown build:build /home/build /work
192026-02-24T14:08:53.067Z+ chmod 0700 /home/build /work
202026-02-24T14:08:53.070Zprocess exited: duration 4162 ms, exit code 0
 
212026-02-24T14:08:53.075Zstarting task 1: "rust-toolchain"
222026-02-24T14:08:53.080Z+ printf ' * rust toolchain channel = "%s"\n' 1.91.1
232026-02-24T14:08:53.080Z+ printf ' * rust toolchain profile = "%s"\n' default
242026-02-24T14:08:53.081Z * rust toolchain channel = "1.91.1"
252026-02-24T14:08:53.081Z * rust toolchain profile = "default"
262026-02-24T14:08:53.081Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-02-24T14:08:53.081Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-02-24T14:08:53.083Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-02-24T14:08:53.083Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.91.1 --profile default
302026-02-24T14:08:53.221Zinfo: downloading installer
312026-02-24T14:08:55.274Zwarn: It looks like you have an existing installation of Rust at:
322026-02-24T14:08:55.274Zwarn: /opt/ooce/bin
332026-02-24T14:08:55.274Zwarn: It is recommended that rustup be the primary Rust installation.
342026-02-24T14:08:55.274Zwarn: Otherwise you may have confusion unless you are careful with your PATH.
352026-02-24T14:08:55.274Zwarn: If you are sure that you want both rustup and your already installed Rust
362026-02-24T14:08:55.274Zwarn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
372026-02-24T14:08:55.274Zwarn: or pass `-y' to ignore all ignorable checks.
382026-02-24T14:08:55.274Zerror: cannot install while Rust is installed
392026-02-24T14:08:55.274Zwarn: continuing (because the -y flag is set and the error is ignorable)
402026-02-24T14:08:55.302Zinfo: profile set to 'default'
412026-02-24T14:08:55.302Zinfo: default host triple is x86_64-unknown-illumos
422026-02-24T14:08:55.305Zinfo: syncing channel updates for '1.91.1-x86_64-unknown-illumos'
432026-02-24T14:08:55.481Zinfo: latest update on 2025-11-10, rust version 1.91.1 (ed61e7d7e 2025-11-07)
442026-02-24T14:08:55.481Zinfo: downloading component 'cargo'
452026-02-24T14:08:56.645Zinfo: downloading component 'clippy'
462026-02-24T14:08:57.022Zinfo: downloading component 'rust-docs'
472026-02-24T14:08:58.396Zinfo: downloading component 'rust-std'
482026-02-24T14:09:00.210Zinfo: downloading component 'rustc'
492026-02-24T14:09:07.625Zinfo: downloading component 'rustfmt'
502026-02-24T14:09:07.928Zinfo: installing component 'cargo'
512026-02-24T14:09:08.866Zinfo: installing component 'clippy'
522026-02-24T14:09:09.256Zinfo: installing component 'rust-docs'
532026-02-24T14:09:11.246Zinfo: installing component 'rust-std'
542026-02-24T14:09:13.121Zinfo: installing component 'rustc'
552026-02-24T14:09:20.096Zinfo: installing component 'rustfmt'
562026-02-24T14:09:20.451Zinfo: default toolchain set to '1.91.1-x86_64-unknown-illumos'
572026-02-24T14:09:20.454Z
582026-02-24T14:09:20.954Z 1.91.1-x86_64-unknown-illumos installed - rustc 1.91.1 (ed61e7d7e 2025-11-07)
592026-02-24T14:09:20.954Z
602026-02-24T14:09:20.957Z
612026-02-24T14:09:20.957ZRust is installed now. Great!
622026-02-24T14:09:20.957Z
632026-02-24T14:09:20.957ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
642026-02-24T14:09:20.957Zenvironment variable. This has not been done automatically.
652026-02-24T14:09:20.957Z
662026-02-24T14:09:20.957ZTo configure your current shell, you need to source
672026-02-24T14:09:20.957Zthe corresponding env file under $HOME/.cargo.
682026-02-24T14:09:20.957Z
692026-02-24T14:09:20.957ZThis is usually done by running one of the following (note the leading DOT):
702026-02-24T14:09:20.957Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
712026-02-24T14:09:20.957Zsource "$HOME/.cargo/env.fish" # For fish
722026-02-24T14:09:20.957Zsource $"($nu.home-path)/.cargo/env.nu" # For nushell
732026-02-24T14:09:21.060Z+ rustup --version
742026-02-24T14:09:21.073Zrustup 1.28.2 (e4f3ad6f8 2025-04-28)
752026-02-24T14:09:21.073Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
762026-02-24T14:09:21.162Zinfo: The currently active `rustc` version is `rustc 1.91.1 (ed61e7d7e 2025-11-07)`
772026-02-24T14:09:21.166Z+ cargo --version
782026-02-24T14:09:21.241Zcargo 1.91.1 (ea2d97820 2025-10-10)
792026-02-24T14:09:21.244Z+ rustc --version
802026-02-24T14:09:21.323Zrustc 1.91.1 (ed61e7d7e 2025-11-07)
812026-02-24T14:09:21.328Zprocess exited: duration 28247 ms, exit code 0
 
822026-02-24T14:09:21.333Zstarting task 2: "authentication"
832026-02-24T14:09:21.356Zprocess exited: duration 22 ms, exit code 0
 
842026-02-24T14:09:21.361Zstarting task 3: "clone repository"
852026-02-24T14:09:21.367Z+ mkdir -p /work/oxidecomputer/omicron
862026-02-24T14:09:21.369Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
872026-02-24T14:09:21.473ZCloning into '/work/oxidecomputer/omicron'...
882026-02-24T14:10:27.327Z+ cd /work/oxidecomputer/omicron
892026-02-24T14:10:27.330Z+ git fetch origin 7a071b0c898a9067220d0256bd3c5fe65c531c2a
902026-02-24T14:10:28.019ZFrom https://github.com/oxidecomputer/omicron
912026-02-24T14:10:28.019Z * branch 7a071b0c898a9067220d0256bd3c5fe65c531c2a -> FETCH_HEAD
922026-02-24T14:10:28.031Z+ [[ -n john/shadow-external-types-1 ]]
932026-02-24T14:10:28.033Z++ git branch --show-current
942026-02-24T14:10:28.036Z+ current=main
952026-02-24T14:10:28.036Z+ [[ main != john/shadow-external-types-1 ]]
962026-02-24T14:10:28.036Z+ git branch -f john/shadow-external-types-1 7a071b0c898a9067220d0256bd3c5fe65c531c2a
972026-02-24T14:10:28.039Z+ git checkout -f john/shadow-external-types-1
982026-02-24T14:10:28.576ZSwitched to branch 'john/shadow-external-types-1'
992026-02-24T14:10:28.579Z+ git reset --hard 7a071b0c898a9067220d0256bd3c5fe65c531c2a
1002026-02-24T14:10:28.598ZHEAD is now at 7a071b0c8 Merge branch 'main' into john/shadow-external-types-1
1012026-02-24T14:10:28.600Zprocess exited: duration 67227 ms, exit code 0
 
1022026-02-24T14:10:28.606Zstarting task 4: "build"
1032026-02-24T14:10:28.611Z+ source .github/buildomat/ci-env.sh
1042026-02-24T14:10:28.611Z++ export CARGO_TERM_COLOR=always
1052026-02-24T14:10:28.614Z++ CARGO_TERM_COLOR=always
1062026-02-24T14:10:28.614Z+ cargo --version
1072026-02-24T14:10:28.677Zcargo 1.91.1 (ea2d97820 2025-10-10)
1082026-02-24T14:10:28.680Z+ rustc --version
1092026-02-24T14:10:28.757Zrustc 1.91.1 (ed61e7d7e 2025-11-07)
1102026-02-24T14:10:28.760Z+ WORK=/work
1112026-02-24T14:10:28.760Z+ pfexec mkdir -p /work
1122026-02-24T14:10:28.766Z+ pfexec chown build /work
1132026-02-24T14:10:28.770Z+ ptime -m ./tools/install_builder_prerequisites.sh -yp
1142026-02-24T14:10:39.735Z Startup: Refreshing catalog 'helios-dev' ... Done
1152026-02-24T14:10:50.281Z Startup: Caching catalogs ... Done
1162026-02-24T14:11:14.270ZPlanning: Solver setup ... Done (22.304s)
1172026-02-24T14:11:14.431ZPlanning: Running solver ... Done (0.161s)
1182026-02-24T14:11:14.598ZPlanning: Finding local manifests ... Done (0.002s)
1192026-02-24T14:11:14.619ZPlanning: Fetching manifests: 0/4 0% complete
1202026-02-24T14:11:14.765ZPlanning: Fetching manifests: 4/4 100% complete
1212026-02-24T14:11:14.816ZPlanning: Package planning ... Done (0.051s)
1222026-02-24T14:11:14.867ZPlanning: Merging actions ... Done (0.051s)
1232026-02-24T14:11:15.278ZPlanning: Checking for conflicting actions ... Done (0.410s)
1242026-02-24T14:11:15.290ZPlanning: Consolidating action changes ... Done (0.011s)
1252026-02-24T14:11:16.180ZPlanning: Evaluating mediators ... Done (0.889s)
1262026-02-24T14:11:16.190ZPlanning: Planning completed in 25.75 seconds
1272026-02-24T14:11:16.417Z Packages to install: 4
1282026-02-24T14:11:16.417Z Mediators to change: 2
1292026-02-24T14:11:16.417Z Services to change: 1
1302026-02-24T14:11:16.420Z Estimated space available: 155.43 GB
1312026-02-24T14:11:16.420ZEstimated space to be consumed: 1.81 GB
1322026-02-24T14:11:16.420Z Create boot environment: No
1332026-02-24T14:11:16.420ZCreate backup boot environment: No
1342026-02-24T14:11:16.420Z Rebuild boot archive: No
1352026-02-24T14:11:16.420Z
1362026-02-24T14:11:16.420ZChanged mediators:
1372026-02-24T14:11:16.420Z mediator clang:
1382026-02-24T14:11:16.420Z version: None -> 15 (system default)
1392026-02-24T14:11:16.420Z
1402026-02-24T14:11:16.420Z mediator llvm:
1412026-02-24T14:11:16.420Z version: 14 (system default) -> 15 (system default)
1422026-02-24T14:11:16.420Z
1432026-02-24T14:11:16.420ZChanged packages:
1442026-02-24T14:11:16.420Zhelios-dev
1452026-02-24T14:11:16.420Z developer/build-essential
1462026-02-24T14:11:16.420Z None -> 11-2.0
1472026-02-24T14:11:16.420Z library/libxmlsec1
1482026-02-24T14:11:16.420Z None -> 1.2.35-2.0
1492026-02-24T14:11:16.420Z ooce/developer/clang-15
1502026-02-24T14:11:16.420Z None -> 15.0.7-2.0
1512026-02-24T14:11:16.420Z ooce/developer/llvm-15
1522026-02-24T14:11:16.420Z None -> 15.0.7-2.0
1532026-02-24T14:11:16.420Z
1542026-02-24T14:11:16.420ZServices:
1552026-02-24T14:11:16.420Z restart_fmri:
1562026-02-24T14:11:16.420Z svc:/system/update-man-index:default
1572026-02-24T14:11:16.469Z
1582026-02-24T14:11:16.470ZDownload: 0/3290 items 0.0/212.6MB 0% complete
1592026-02-24T14:11:21.471ZDownload: 1199/3290 items 83.5/212.6MB 39% complete (17.0M/s)
1602026-02-24T14:11:26.472ZDownload: 3235/3290 items 193.7/212.6MB 91% complete (19.3M/s)
1612026-02-24T14:11:29.002ZDownload: Completed 212.60 MB in 12.53 seconds (17.0M/s)
1622026-02-24T14:11:29.297Z Actions: 1/3689 actions (Installing new actions)
1632026-02-24T14:11:33.907Z Actions: Completed 3689 actions in 4.61 seconds.
1642026-02-24T14:11:34.342Z Done (0.431s)
1652026-02-24T14:11:34.342Z Done (0.000s)
1662026-02-24T14:11:35.443Z Done (1.101s)
1672026-02-24T14:11:40.613Z Done (4.800s)
1682026-02-24T14:11:40.711Z Done (0.018s)
1692026-02-24T14:11:40.714Z Done (0.000s)
1702026-02-24T14:11:40.878Z Done (0.000s)
1712026-02-24T14:11:41.875ZPlanning: Evaluating mediator changes ... Done
1722026-02-24T14:11:42.038ZPlanning: Checking for conflicting actions ... Done
1732026-02-24T14:11:42.041ZPlanning: Consolidating action changes ... Done
1742026-02-24T14:11:42.315ZPlanning: Evaluating mediators ... Done
1752026-02-24T14:11:42.318ZPlanning: Planning completed in 0.44 seconds
1762026-02-24T14:11:42.349Z Mediators to change: 2
1772026-02-24T14:11:42.350Z Create boot environment: No
1782026-02-24T14:11:42.352ZCreate backup boot environment: No
1792026-02-24T14:11:42.488Z Done
1802026-02-24T14:11:42.488Z Done
1812026-02-24T14:11:43.292Z Done
1822026-02-24T14:11:47.201Z Done
1832026-02-24T14:11:47.293Z Done
1842026-02-24T14:11:47.297Z Done
1852026-02-24T14:11:47.462Z Done
1862026-02-24T14:11:48.120ZPlanning: Evaluating mediator changes ... Done
1872026-02-24T14:11:48.123ZPlanning: Merging actions ... Done
1882026-02-24T14:11:48.312ZPlanning: Checking for conflicting actions ... Done
1892026-02-24T14:11:48.315ZPlanning: Consolidating action changes ... Done
1902026-02-24T14:11:48.582ZPlanning: Evaluating mediators ... Done
1912026-02-24T14:11:48.638ZPlanning: Planning completed in 0.77 seconds
1922026-02-24T14:11:48.672Z Packages to change: 1
1932026-02-24T14:11:48.672Z Mediators to change: 1
1942026-02-24T14:11:48.675Z Services to change: 1
1952026-02-24T14:11:48.675Z Create boot environment: No
1962026-02-24T14:11:48.675ZCreate backup boot environment: Yes
1972026-02-24T14:11:51.316Z Actions: 1/6 actions (Updating modified actions)
1982026-02-24T14:11:51.319Z Actions: Completed 6 actions in 0.00 seconds.
1992026-02-24T14:11:51.319Z Done
2002026-02-24T14:11:51.319Z Done
2012026-02-24T14:11:51.541Z Done
2022026-02-24T14:11:55.515Z Done
2032026-02-24T14:11:55.614Z Done
2042026-02-24T14:11:55.617Z Done
2052026-02-24T14:11:55.782Z Done
2062026-02-24T14:11:56.225ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
2072026-02-24T14:11:56.225Zclang system 15 system
2082026-02-24T14:11:56.225Zcsh system system illumos
2092026-02-24T14:11:56.225Zctags system system illumos
2102026-02-24T14:11:56.225Zfile system system illumos
2112026-02-24T14:11:56.225Zgcc vendor 12 vendor
2122026-02-24T14:11:56.225Zgcc system 10 system
2132026-02-24T14:11:56.225Zgcc system 7 system
2142026-02-24T14:11:56.225Zgo system 1.20 system
2152026-02-24T14:11:56.225Zgo system 1.19 system
2162026-02-24T14:11:56.225Zllvm system 15 system
2172026-02-24T14:11:56.225Zllvm system 14 system
2182026-02-24T14:11:56.225Zmariadb system 10.6 system
2192026-02-24T14:11:56.225Zmta vendor vendor dma
2202026-02-24T14:11:56.225Zopenjdk system 17 system
2212026-02-24T14:11:56.225Zopenjdk system 11 system
2222026-02-24T14:11:56.225Zopenjdk system 1.8 system
2232026-02-24T14:11:56.225Zopenssl vendor 3 vendor
2242026-02-24T14:11:56.225Zperl system 5.36 system
2252026-02-24T14:11:56.225Zpostgresql system 15 system
2262026-02-24T14:11:56.225Zpostgresql system 13 system
2272026-02-24T14:11:56.225Zpython vendor 3 vendor
2282026-02-24T14:11:56.225Zpython system 2 system
2292026-02-24T14:11:56.225Zpython3 system 3.11 system
2302026-02-24T14:11:56.226Zruby system 3.0 system
2312026-02-24T14:11:56.226Zwords vendor vendor american-english
2322026-02-24T14:11:56.226Zwords system system australian-english
2332026-02-24T14:11:56.226Zwords system system british-english
2342026-02-24T14:11:56.226Zwords system system canadian-english
2352026-02-24T14:11:56.226Zwords system system french
2362026-02-24T14:11:56.226Zwords system system italian
2372026-02-24T14:11:56.226Zwords system system ngerman
2382026-02-24T14:11:56.226Zwords system system ogerman
2392026-02-24T14:11:56.226Zwords system system spanish
2402026-02-24T14:11:56.580ZPUBLISHER TYPE STATUS P LOCATION
2412026-02-24T14:11:56.580Zhelios-dev origin online F https://pkg.oxide.computer/helios/2/dev/
2422026-02-24T14:12:03.183ZFMRI IFO
2432026-02-24T14:12:03.183Zpkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im-
2442026-02-24T14:12:03.183Zpkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i--
2452026-02-24T14:12:03.183Zpkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im-
2462026-02-24T14:12:03.183Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im-
2472026-02-24T14:12:03.183Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z ---
2482026-02-24T14:12:03.183Zpkg://helios-dev/ooce/developer/cmake@3.26.4-2.0:20230623T130003Z i--
2492026-02-24T14:12:03.183Zpkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i--
2502026-02-24T14:12:03.183Zpkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z i--
2512026-02-24T14:12:03.183Zpkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z ---
2522026-02-24T14:12:03.183Zpkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z ---
2532026-02-24T14:12:03.183Zpkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z i--
2542026-02-24T14:12:03.183Zpkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z ---
2552026-02-24T14:12:03.183Zpkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z ---
2562026-02-24T14:12:03.183Zpkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z i--
2572026-02-24T14:12:03.183Zpkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z ---
2582026-02-24T14:12:03.183Zpkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z ---
2592026-02-24T14:12:04.488Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2602026-02-24T14:12:05.076Z Updating crates.io index
2612026-02-24T14:12:05.136Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2622026-02-24T14:12:05.689Z Updating git repository `https://github.com/oxidecomputer/lldp`
2632026-02-24T14:12:06.853Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2642026-02-24T14:12:09.347Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2652026-02-24T14:12:09.958Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2662026-02-24T14:12:10.741Z Updating git repository `https://github.com/oxidecomputer/propolis`
2672026-02-24T14:12:15.229Z Updating git repository `https://github.com/oxidecomputer/crucible`
2682026-02-24T14:12:21.388Z Updating git repository `https://github.com/oxidecomputer/opte`
2692026-02-24T14:12:24.065Z Updating git repository `https://github.com/oxidecomputer/tofino`
2702026-02-24T14:12:25.198Z Updating git repository `https://github.com/oxidecomputer/falcon`
2712026-02-24T14:12:29.030Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2722026-02-24T14:12:30.727Z Updating git repository `https://github.com/oxidecomputer/clickward`
2732026-02-24T14:12:31.357Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2742026-02-24T14:12:32.656Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
2752026-02-24T14:12:33.318Z Updating git repository `https://github.com/oxidecomputer/dendrite`
2762026-02-24T14:12:35.362Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2772026-02-24T14:12:36.606Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2782026-02-24T14:12:37.323Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
2792026-02-24T14:12:38.229Z Updating git repository `https://github.com/oxidecomputer/scim2-rs`
2802026-02-24T14:12:38.967Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
2812026-02-24T14:12:39.584Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
2822026-02-24T14:12:40.073Z Updating git repository `https://github.com/oxidecomputer/libnvme`
2832026-02-24T14:12:40.802Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2842026-02-24T14:12:41.585Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
2852026-02-24T14:12:42.417Z Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git`
2862026-02-24T14:12:43.656Z Updating git repository `https://github.com/oxidecomputer/rats-corim.git`
2872026-02-24T14:12:44.404Z Updating git repository `https://github.com/bluecatengineering/dhcproto.git`
2882026-02-24T14:12:45.203Z Updating git repository `https://github.com/oxidecomputer/ispf`
2892026-02-24T14:12:46.710Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
2902026-02-24T14:12:48.030Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2912026-02-24T14:12:48.752Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
2922026-02-24T14:12:49.478Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
2932026-02-24T14:12:50.272Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2942026-02-24T14:12:50.873Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
2952026-02-24T14:12:51.625Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
2962026-02-24T14:12:52.373Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
2972026-02-24T14:12:53.006Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
2982026-02-24T14:12:53.685Z Updating git repository `https://github.com/illumos/smf-rs`
2992026-02-24T14:12:54.332Z Updating git repository `https://github.com/oxidecomputer/omicron`
3002026-02-24T14:13:35.368Z Downloading crates ...
3012026-02-24T14:13:35.426Z Downloaded anstyle-parse v0.2.5
3022026-02-24T14:13:35.430Z Downloaded anstream v0.6.18
3032026-02-24T14:13:35.433Z Downloaded icu_locid v1.5.0
3042026-02-24T14:13:35.438Z Downloaded heck v0.5.0
3052026-02-24T14:13:35.441Z Downloaded heck v0.4.1
3062026-02-24T14:13:35.441Z Downloaded form_urlencoded v1.2.2
3072026-02-24T14:13:35.445Z Downloaded fnv v1.0.7
3082026-02-24T14:13:35.449Z Downloaded anyhow v1.0.99
3092026-02-24T14:13:35.452Z Downloaded plain v0.2.3
3102026-02-24T14:13:35.452Z Downloaded generic-array v0.14.7
3112026-02-24T14:13:35.455Z Downloaded getrandom v0.3.4
3122026-02-24T14:13:35.460Z Downloaded zerovec-derive v0.10.3
3132026-02-24T14:13:35.463Z Downloaded ucd-trie v0.1.7
3142026-02-24T14:13:35.463Z Downloaded serde_spanned v0.6.9
3152026-02-24T14:13:35.463Z Downloaded yoke v0.7.4
3162026-02-24T14:13:35.465Z Downloaded displaydoc v0.2.5
3172026-02-24T14:13:35.468Z Downloaded textwrap v0.16.2
3182026-02-24T14:13:35.471Z Downloaded version_check v0.9.5
3192026-02-24T14:13:35.471Z Downloaded unicode-ident v1.0.19
3202026-02-24T14:13:35.474Z Downloaded typeid v1.0.3
3212026-02-24T14:13:35.477Z Downloaded toml_write v0.1.2
3222026-02-24T14:13:35.477Z Downloaded write16 v1.0.0
3232026-02-24T14:13:35.480Z Downloaded ordered-float v2.10.1
3242026-02-24T14:13:35.480Z Downloaded dtrace-parser v0.2.0
3252026-02-24T14:13:35.483Z Downloaded toml_datetime v0.6.11
3262026-02-24T14:13:35.483Z Downloaded usdt v0.5.0
3272026-02-24T14:13:35.483Z Downloaded errno v0.3.12
3282026-02-24T14:13:35.486Z Downloaded usdt-attr-macro v0.5.0
3292026-02-24T14:13:35.486Z Downloaded scroll v0.12.0
3302026-02-24T14:13:35.488Z Downloaded colorchoice v1.0.2
3312026-02-24T14:13:35.488Z Downloaded anstyle v1.0.11
3322026-02-24T14:13:35.491Z Downloaded macaddr v1.0.1
3332026-02-24T14:13:35.491Z Downloaded pretty-hex v0.4.1
3342026-02-24T14:13:35.494Z Downloaded utf8parse v0.2.2
3352026-02-24T14:13:35.494Z Downloaded thread-id v4.2.2
3362026-02-24T14:13:35.497Z Downloaded cpufeatures v0.2.14
3372026-02-24T14:13:35.497Z Downloaded clap_lex v0.7.4
3382026-02-24T14:13:35.497Z Downloaded utf16_iter v1.0.5
3392026-02-24T14:13:35.500Z Downloaded serde-untagged v0.1.7
3402026-02-24T14:13:35.500Z Downloaded tabled_derive v0.7.0
3412026-02-24T14:13:35.503Z Downloaded zerofrom v0.1.4
3422026-02-24T14:13:35.503Z Downloaded yoke-derive v0.7.4
3432026-02-24T14:13:35.503Z Downloaded zmij v1.0.15
3442026-02-24T14:13:35.506Z Downloaded serde-value v0.7.0
3452026-02-24T14:13:35.506Z Downloaded tinystr v0.7.6
3462026-02-24T14:13:35.508Z Downloaded zerofrom-derive v0.1.4
3472026-02-24T14:13:35.508Z Downloaded usdt-macro v0.5.0
3482026-02-24T14:13:35.511Z Downloaded idna_adapter v1.2.0
3492026-02-24T14:13:35.511Z Downloaded writeable v0.5.5
3502026-02-24T14:13:35.514Z Downloaded proc-macro-error-attr v1.0.4
3512026-02-24T14:13:35.514Z Downloaded unicode-linebreak v0.1.5
3522026-02-24T14:13:35.514Z Downloaded fastrand v2.1.1
3532026-02-24T14:13:35.517Z Downloaded thiserror-impl v2.0.18
3542026-02-24T14:13:35.517Z Downloaded strsim v0.11.1
3552026-02-24T14:13:35.519Z Downloaded zerocopy-derive v0.7.35
3562026-02-24T14:13:35.522Z Downloaded typenum v1.17.0
3572026-02-24T14:13:35.525Z Downloaded toml v0.8.23
3582026-02-24T14:13:35.529Z Downloaded byteorder v1.5.0
3592026-02-24T14:13:35.529Z Downloaded erased-serde v0.4.6
3602026-02-24T14:13:35.532Z Downloaded cfg-if v1.0.4
3612026-02-24T14:13:35.532Z Downloaded percent-encoding v2.3.2
3622026-02-24T14:13:35.532Z Downloaded icu_provider_macros v1.5.0
3632026-02-24T14:13:35.535Z Downloaded cargo-platform v0.2.0
3642026-02-24T14:13:35.535Z Downloaded toml_edit v0.22.27
3652026-02-24T14:13:35.541Z Downloaded scroll_derive v0.12.0
3662026-02-24T14:13:35.541Z Downloaded is_terminal_polyfill v1.70.1
3672026-02-24T14:13:35.543Z Downloaded semver v1.0.27
3682026-02-24T14:13:35.543Z Downloaded url v2.5.4
3692026-02-24T14:13:35.547Z Downloaded cargo_toml v0.21.0
3702026-02-24T14:13:35.547Z Downloaded cargo_metadata v0.21.0
3712026-02-24T14:13:35.550Z Downloaded swrite v0.1.0
3722026-02-24T14:13:35.550Z Downloaded thiserror v1.0.69
3732026-02-24T14:13:35.553Z Downloaded zerovec v0.10.4
3742026-02-24T14:13:35.558Z Downloaded smawk v0.3.2
3752026-02-24T14:13:35.560Z Downloaded memmap v0.7.0
3762026-02-24T14:13:35.560Z Downloaded itoa v1.0.11
3772026-02-24T14:13:35.564Z Downloaded litemap v0.7.3
3782026-02-24T14:13:35.568Z Downloaded bytecount v0.6.8
3792026-02-24T14:13:35.568Z Downloaded block-buffer v0.10.4
3802026-02-24T14:13:35.568Z Downloaded usdt-impl v0.5.0
3812026-02-24T14:13:35.569Z Downloaded zerocopy v0.7.35
3822026-02-24T14:13:35.583Z Downloaded winnow v0.7.14
3832026-02-24T14:13:35.590Z Downloaded sha2 v0.10.9
3842026-02-24T14:13:35.593Z Downloaded camino-tempfile v1.4.1
3852026-02-24T14:13:35.597Z Downloaded quote v1.0.40
3862026-02-24T14:13:35.599Z Downloaded unicode-width v0.2.0
3872026-02-24T14:13:35.602Z Downloaded unicode-width v0.1.14
3882026-02-24T14:13:35.605Z Downloaded serde_tokenstream v0.2.2
3892026-02-24T14:13:35.608Z Downloaded papergrid v0.11.0
3902026-02-24T14:13:35.611Z Downloaded serde_derive v1.0.228
3912026-02-24T14:13:35.613Z Downloaded camino v1.2.2
3922026-02-24T14:13:35.616Z Downloaded icu_locid_transform v1.5.0
3932026-02-24T14:13:35.619Z Downloaded once_cell v1.21.3
3942026-02-24T14:13:35.622Z Downloaded cargo-util-schemas v0.8.2
3952026-02-24T14:13:35.623Z Downloaded icu_locid_transform_data v1.5.0
3962026-02-24T14:13:35.623Z Downloaded synstructure v0.13.1
3972026-02-24T14:13:35.626Z Downloaded digest v0.10.7
3982026-02-24T14:13:35.626Z Downloaded thiserror-impl v1.0.69
3992026-02-24T14:13:35.626Z Downloaded equivalent v1.0.2
4002026-02-24T14:13:35.629Z Downloaded crypto-common v0.1.6
4012026-02-24T14:13:35.629Z Downloaded pest_meta v2.8.2
4022026-02-24T14:13:35.631Z Downloaded log v0.4.29
4032026-02-24T14:13:35.631Z Downloaded stable_deref_trait v1.2.0
4042026-02-24T14:13:35.634Z Downloaded unicode-xid v0.2.6
4052026-02-24T14:13:35.634Z Downloaded pest_generator v2.8.2
4062026-02-24T14:13:35.637Z Downloaded terminal_size v0.4.0
4072026-02-24T14:13:35.637Z Downloaded pest_derive v2.8.2
4082026-02-24T14:13:35.639Z Downloaded proc-macro-error v1.0.4
4092026-02-24T14:13:35.643Z Downloaded smallvec v1.15.1
4102026-02-24T14:13:35.646Z Downloaded fs-err v3.1.1
4112026-02-24T14:13:35.646Z Downloaded utf8_iter v1.0.4
4122026-02-24T14:13:35.646Z Downloaded bitflags v2.9.4
4132026-02-24T14:13:35.651Z Downloaded tempfile v3.24.0
4142026-02-24T14:13:35.654Z Downloaded proc-macro2 v1.0.101
4152026-02-24T14:13:35.654Z Downloaded thiserror v2.0.18
4162026-02-24T14:13:35.658Z Downloaded serde_core v1.0.228
4172026-02-24T14:13:35.662Z Downloaded clap v4.5.48
4182026-02-24T14:13:35.672Z Downloaded num-traits v0.2.19
4192026-02-24T14:13:35.676Z Downloaded icu_normalizer v1.5.0
4202026-02-24T14:13:35.680Z Downloaded icu_provider v1.5.0
4212026-02-24T14:13:35.684Z Downloaded icu_properties v1.5.1
4222026-02-24T14:13:35.687Z Downloaded icu_normalizer_data v1.5.0
4232026-02-24T14:13:35.690Z Downloaded clap_derive v4.5.47
4242026-02-24T14:13:35.692Z Downloaded autocfg v1.4.0
4252026-02-24T14:13:35.695Z Downloaded indexmap v2.13.0
4262026-02-24T14:13:35.698Z Downloaded hashbrown v0.16.1
4272026-02-24T14:13:35.702Z Downloaded dof v0.3.0
4282026-02-24T14:13:35.705Z Downloaded anstyle-query v1.1.1
4292026-02-24T14:13:35.707Z Downloaded serde v1.0.228
4302026-02-24T14:13:35.716Z Downloaded icu_collections v1.5.0
4312026-02-24T14:13:35.726Z Downloaded memchr v2.7.4
4322026-02-24T14:13:35.746Z Downloaded pest v2.8.2
4332026-02-24T14:13:35.755Z Downloaded idna v1.0.3
4342026-02-24T14:13:35.768Z Downloaded goblin v0.8.2
4352026-02-24T14:13:35.775Z Downloaded clap_builder v4.5.48
4362026-02-24T14:13:35.788Z Downloaded serde_json v1.0.149
4372026-02-24T14:13:35.804Z Downloaded tabled v0.15.0
4382026-02-24T14:13:35.820Z Downloaded syn v1.0.109
4392026-02-24T14:13:35.828Z Downloaded icu_properties_data v1.5.0
4402026-02-24T14:13:35.847Z Downloaded syn v2.0.114
4412026-02-24T14:13:35.857Z Downloaded rustix v0.38.37
4422026-02-24T14:13:35.878Z Downloaded rustix v1.1.3
4432026-02-24T14:13:35.909Z Downloaded libc v0.2.180
4442026-02-24T14:13:36.005Z Compiling proc-macro2 v1.0.101
4452026-02-24T14:13:36.007Z Compiling unicode-ident v1.0.19
4462026-02-24T14:13:36.007Z Compiling serde_core v1.0.228
4472026-02-24T14:13:36.007Z Compiling version_check v0.9.5
4482026-02-24T14:13:36.008Z Compiling serde v1.0.228
4492026-02-24T14:13:36.008Z Compiling libc v0.2.180
4502026-02-24T14:13:36.242Z Compiling memchr v2.7.4
4512026-02-24T14:13:36.262Z Compiling stable_deref_trait v1.2.0
4522026-02-24T14:13:36.487Z Compiling thiserror v2.0.18
4532026-02-24T14:13:36.515Z Compiling zmij v1.0.15
4542026-02-24T14:13:36.891Z Compiling writeable v0.5.5
4552026-02-24T14:13:37.394Z Compiling litemap v0.7.3
4562026-02-24T14:13:37.584Z Compiling itoa v1.0.11
4572026-02-24T14:13:37.726Z Compiling autocfg v1.4.0
4582026-02-24T14:13:37.783Z Compiling thiserror v1.0.69
4592026-02-24T14:13:37.808Z Compiling ucd-trie v0.1.7
4602026-02-24T14:13:37.859Z Compiling bitflags v2.9.4
4612026-02-24T14:13:38.320Z Compiling byteorder v1.5.0
4622026-02-24T14:13:38.582Z Compiling quote v1.0.40
4632026-02-24T14:13:38.652Z Compiling errno v0.3.12
4642026-02-24T14:13:38.748Z Compiling icu_locid_transform_data v1.5.0
4652026-02-24T14:13:38.896Z Compiling icu_properties_data v1.5.0
4662026-02-24T14:13:38.922Z Compiling serde_json v1.0.149
4672026-02-24T14:13:38.953Z Compiling num-traits v0.2.19
4682026-02-24T14:13:39.160Z Compiling syn v2.0.114
4692026-02-24T14:13:39.189Z Compiling utf8_iter v1.0.4
4702026-02-24T14:13:39.231Z Compiling hashbrown v0.16.1
4712026-02-24T14:13:39.296Z Compiling write16 v1.0.0
4722026-02-24T14:13:39.324Z Compiling typeid v1.0.3
4732026-02-24T14:13:39.446Z Compiling utf16_iter v1.0.5
4742026-02-24T14:13:39.475Z Compiling equivalent v1.0.2
4752026-02-24T14:13:39.621Z Compiling smallvec v1.15.1
4762026-02-24T14:13:39.677Z Compiling icu_normalizer_data v1.5.0
4772026-02-24T14:13:39.818Z Compiling rustix v0.38.37
4782026-02-24T14:13:40.089Z Compiling usdt-impl v0.5.0
4792026-02-24T14:13:40.338Z Compiling proc-macro-error-attr v1.0.4
4802026-02-24T14:13:40.479Z Compiling indexmap v2.13.0
4812026-02-24T14:13:40.543Z Compiling winnow v0.7.14
4822026-02-24T14:13:40.731Z Compiling toml_write v0.1.2
4832026-02-24T14:13:40.731Z Compiling syn v1.0.109
4842026-02-24T14:13:40.879Z Compiling thread-id v4.2.2
4852026-02-24T14:13:41.632Z Compiling proc-macro-error v1.0.4
4862026-02-24T14:13:42.071Z Compiling getrandom v0.3.4
4872026-02-24T14:13:42.204Z Compiling utf8parse v0.2.2
4882026-02-24T14:13:42.411Z Compiling rustix v1.1.3
4892026-02-24T14:13:42.692Z Compiling plain v0.2.3
4902026-02-24T14:13:42.901Z Compiling camino v1.2.2
4912026-02-24T14:13:43.180Z Compiling log v0.4.29
4922026-02-24T14:13:43.211Z Compiling percent-encoding v2.3.2
4932026-02-24T14:13:43.542Z Compiling form_urlencoded v1.2.2
4942026-02-24T14:13:43.623Z Compiling ordered-float v2.10.1
4952026-02-24T14:13:43.678Z Compiling anstyle-parse v0.2.5
4962026-02-24T14:13:43.856Z Compiling terminal_size v0.4.0
4972026-02-24T14:13:44.187Z Compiling pretty-hex v0.4.1
4982026-02-24T14:13:44.232Z Compiling anstyle v1.0.11
4992026-02-24T14:13:44.437Z Compiling is_terminal_polyfill v1.70.1
5002026-02-24T14:13:44.557Z Compiling anstyle-query v1.1.1
5012026-02-24T14:13:44.584Z Compiling cfg-if v1.0.4
5022026-02-24T14:13:44.612Z Compiling colorchoice v1.0.2
5032026-02-24T14:13:44.801Z Compiling anstream v0.6.18
5042026-02-24T14:13:44.918Z Compiling semver v1.0.27
5052026-02-24T14:13:45.058Z Compiling fs-err v3.1.1
5062026-02-24T14:13:45.440Z Compiling unicode-xid v0.2.6
5072026-02-24T14:13:45.589Z Compiling anyhow v1.0.99
5082026-02-24T14:13:45.597Z Compiling fnv v1.0.7
5092026-02-24T14:13:45.712Z Compiling unicode-width v0.1.14
5102026-02-24T14:13:45.767Z Compiling fastrand v2.1.1
5112026-02-24T14:13:45.813Z Compiling heck v0.4.1
5122026-02-24T14:13:46.201Z Compiling synstructure v0.13.1
5132026-02-24T14:13:46.268Z Compiling strsim v0.11.1
5142026-02-24T14:13:46.297Z Compiling once_cell v1.21.3
5152026-02-24T14:13:46.297Z Compiling clap_lex v0.7.4
5162026-02-24T14:13:46.768Z Compiling heck v0.5.0
5172026-02-24T14:13:46.819Z Compiling bytecount v0.6.8
5182026-02-24T14:13:46.981Z Compiling tempfile v3.24.0
5192026-02-24T14:13:47.068Z Compiling papergrid v0.11.0
5202026-02-24T14:13:47.287Z Compiling clap_builder v4.5.48
5212026-02-24T14:13:47.709Z Compiling memmap v0.7.0
5222026-02-24T14:13:47.736Z Compiling smawk v0.3.2
5232026-02-24T14:13:47.791Z Compiling unicode-linebreak v0.1.5
5242026-02-24T14:13:47.983Z Compiling unicode-width v0.2.0
5252026-02-24T14:13:48.551Z Compiling textwrap v0.16.2
5262026-02-24T14:13:48.789Z Compiling camino-tempfile v1.4.1
5272026-02-24T14:13:48.845Z Compiling swrite v0.1.0
5282026-02-24T14:13:49.004Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
5292026-02-24T14:13:49.145Z Compiling tabled_derive v0.7.0
5302026-02-24T14:13:49.999Z Compiling serde_derive v1.0.228
5312026-02-24T14:13:49.999Z Compiling zerofrom-derive v0.1.4
5322026-02-24T14:13:50.071Z Compiling yoke-derive v0.7.4
5332026-02-24T14:13:50.096Z Compiling thiserror-impl v2.0.18
5342026-02-24T14:13:50.168Z Compiling zerovec-derive v0.10.3
5352026-02-24T14:13:50.736Z Compiling displaydoc v0.2.5
5362026-02-24T14:13:52.334Z Compiling thiserror-impl v1.0.69
5372026-02-24T14:13:52.658Z Compiling icu_provider_macros v1.5.0
5382026-02-24T14:13:52.808Z Compiling zerocopy-derive v0.7.35
5392026-02-24T14:13:53.378Z Compiling zerofrom v0.1.4
5402026-02-24T14:13:53.474Z Compiling pest v2.8.2
5412026-02-24T14:13:53.637Z Compiling yoke v0.7.4
5422026-02-24T14:13:53.694Z Compiling scroll_derive v0.12.0
5432026-02-24T14:13:54.039Z Compiling zerovec v0.10.4
5442026-02-24T14:13:54.656Z Compiling zerocopy v0.7.35
5452026-02-24T14:13:54.927Z Compiling clap_derive v4.5.47
5462026-02-24T14:13:55.056Z Compiling scroll v0.12.0
5472026-02-24T14:13:55.433Z Compiling tabled v0.15.0
5482026-02-24T14:13:55.600Z Compiling goblin v0.8.2
5492026-02-24T14:13:55.939Z Compiling tinystr v0.7.6
5502026-02-24T14:13:56.021Z Compiling icu_collections v1.5.0
5512026-02-24T14:13:56.087Z Compiling pest_meta v2.8.2
5522026-02-24T14:13:56.354Z Compiling icu_locid v1.5.0
5532026-02-24T14:13:57.471Z Compiling icu_provider v1.5.0
5542026-02-24T14:13:58.277Z Compiling icu_locid_transform v1.5.0
5552026-02-24T14:13:58.311Z Compiling pest_generator v2.8.2
5562026-02-24T14:13:58.341Z Compiling toml_datetime v0.6.11
5572026-02-24T14:13:58.483Z Compiling serde_spanned v0.6.9
5582026-02-24T14:13:58.765Z Compiling toml_edit v0.22.27
5592026-02-24T14:13:58.881Z Compiling dof v0.3.0
5602026-02-24T14:13:58.995Z Compiling serde_tokenstream v0.2.2
5612026-02-24T14:13:59.618Z Compiling icu_properties v1.5.1
5622026-02-24T14:13:59.790Z Compiling erased-serde v0.4.6
5632026-02-24T14:14:00.086Z Compiling serde-value v0.7.0
5642026-02-24T14:14:00.404Z Compiling pest_derive v2.8.2
5652026-02-24T14:14:00.534Z Compiling cargo-platform v0.2.0
5662026-02-24T14:14:00.896Z Compiling serde-untagged v0.1.7
5672026-02-24T14:14:00.925Z Compiling clap v4.5.48
5682026-02-24T14:14:01.068Z Compiling macaddr v1.0.1
5692026-02-24T14:14:01.222Z Compiling dtrace-parser v0.2.0
5702026-02-24T14:14:02.396Z Compiling toml v0.8.23
5712026-02-24T14:14:03.076Z Compiling usdt-macro v0.5.0
5722026-02-24T14:14:03.150Z Compiling usdt-attr-macro v0.5.0
5732026-02-24T14:14:03.366Z Compiling cargo_toml v0.21.0
5742026-02-24T14:14:03.661Z Compiling icu_normalizer v1.5.0
5752026-02-24T14:14:04.386Z Compiling usdt v0.5.0
5762026-02-24T14:14:04.406Z Compiling idna_adapter v1.2.0
5772026-02-24T14:14:04.561Z Compiling idna v1.0.3
5782026-02-24T14:14:04.984Z Compiling url v2.5.4
5792026-02-24T14:14:05.667Z Compiling cargo-util-schemas v0.8.2
5802026-02-24T14:14:07.366Z Compiling cargo_metadata v0.21.0
5812026-02-24T14:14:08.913Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
5822026-02-24T14:14:12.392Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 08s
5832026-02-24T14:14:12.706Z Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control`
5842026-02-24T14:14:13.531Z Downloading crates ...
5852026-02-24T14:14:13.671Z Downloaded argon2 v0.5.3
5862026-02-24T14:14:13.680Z Downloaded ascii-canvas v3.0.0
5872026-02-24T14:14:13.686Z Downloaded arrayref v0.3.9
5882026-02-24T14:14:13.692Z Downloaded aead v0.5.2
5892026-02-24T14:14:13.697Z Downloaded bitfield v0.19.2
5902026-02-24T14:14:13.702Z Downloaded crunchy v0.2.2
5912026-02-24T14:14:13.707Z Downloaded convert_case v0.4.0
5922026-02-24T14:14:13.711Z Downloaded async-stream-impl v0.3.6
5932026-02-24T14:14:13.716Z Downloaded fixedbitset v0.4.2
5942026-02-24T14:14:13.722Z Downloaded env_filter v0.1.2
5952026-02-24T14:14:13.727Z Downloaded display-error-chain v0.2.2
5962026-02-24T14:14:13.732Z Downloaded bitfield-struct v0.6.2
5972026-02-24T14:14:13.737Z Downloaded curve25519-dalek-derive v0.1.1
5982026-02-24T14:14:13.741Z Downloaded dof v0.4.0
5992026-02-24T14:14:13.747Z Downloaded foreign-types-shared v0.1.1
6002026-02-24T14:14:13.751Z Downloaded cobs v0.2.3
6012026-02-24T14:14:13.756Z Downloaded constant_time_eq v0.3.1
6022026-02-24T14:14:13.760Z Downloaded fd-lock v4.0.2
6032026-02-24T14:14:13.766Z Downloaded enum-as-inner v0.6.1
6042026-02-24T14:14:13.771Z Downloaded embedded-io v0.6.1
6052026-02-24T14:14:13.775Z Downloaded foreign-types v0.5.0
6062026-02-24T14:14:13.793Z Downloaded futures-core v0.3.31
6072026-02-24T14:14:13.797Z Downloaded cipher v0.4.4
6082026-02-24T14:14:13.802Z Downloaded foreign-types-macros v0.2.3
6092026-02-24T14:14:13.806Z Downloaded derive_builder_macro v0.20.2
6102026-02-24T14:14:13.810Z Downloaded futures-io v0.3.31
6112026-02-24T14:14:13.814Z Downloaded futures-task v0.3.31
6122026-02-24T14:14:13.818Z Downloaded gethostname v0.5.0
6132026-02-24T14:14:13.870Z Downloaded globwalk v0.9.1
6142026-02-24T14:14:13.870Z Downloaded hash32 v0.2.1
6152026-02-24T14:14:13.870Z Downloaded diesel-dtrace v0.4.2
6162026-02-24T14:14:13.870Z Downloaded convert_case v0.7.1
6172026-02-24T14:14:13.870Z Downloaded headers-core v0.3.0
6182026-02-24T14:14:13.870Z Downloaded hash32 v0.3.1
6192026-02-24T14:14:13.870Z Downloaded hex v0.4.3
6202026-02-24T14:14:13.870Z Downloaded find-msvc-tools v0.1.9
6212026-02-24T14:14:13.870Z Downloaded drift v0.1.3
6222026-02-24T14:14:13.870Z Downloaded heck v0.3.3
6232026-02-24T14:14:13.873Z Downloaded futures-executor v0.3.31
6242026-02-24T14:14:13.873Z Downloaded futures-channel v0.3.31
6252026-02-24T14:14:13.877Z Downloaded http-body v1.0.1
6262026-02-24T14:14:13.881Z Downloaded hubpack_derive v0.1.1
6272026-02-24T14:14:13.884Z Downloaded hostname v0.4.2
6282026-02-24T14:14:13.888Z Downloaded csv-core v0.1.11
6292026-02-24T14:14:13.892Z Downloaded hubpack v0.1.2
6302026-02-24T14:14:13.896Z Downloaded globset v0.4.15
6312026-02-24T14:14:13.900Z Downloaded fixedbitset v0.5.7
6322026-02-24T14:14:13.905Z Downloaded hyper-tls v0.6.0
6332026-02-24T14:14:13.909Z Downloaded indoc v1.0.9
6342026-02-24T14:14:13.914Z Downloaded group v0.13.0
6352026-02-24T14:14:13.918Z Downloaded ident_case v1.0.1
6362026-02-24T14:14:13.922Z Downloaded crc32fast v1.4.2
6372026-02-24T14:14:13.926Z Downloaded keccak v0.1.5
6382026-02-24T14:14:13.930Z Downloaded is_ci v1.2.0
6392026-02-24T14:14:13.933Z Downloaded is-terminal v0.4.13
6402026-02-24T14:14:13.936Z Downloaded internet-checksum v0.2.1
6412026-02-24T14:14:13.939Z Downloaded des v0.8.1
6422026-02-24T14:14:13.943Z Downloaded clang-sys v1.8.1
6432026-02-24T14:14:13.948Z Downloaded kstat-rs v0.2.4
6442026-02-24T14:14:13.952Z Downloaded ff v0.13.0
6452026-02-24T14:14:13.956Z Downloaded lazy_static v1.5.0
6462026-02-24T14:14:13.962Z Downloaded hostname v0.3.1
6472026-02-24T14:14:13.965Z Downloaded lazycell v1.3.0
6482026-02-24T14:14:13.968Z Downloaded humantime v2.2.0
6492026-02-24T14:14:13.973Z Downloaded lockfree-object-pool v0.1.6
6502026-02-24T14:14:13.979Z Downloaded maplit v1.0.2
6512026-02-24T14:14:13.982Z Downloaded memoffset v0.9.1
6522026-02-24T14:14:13.986Z Downloaded hyper-staticfile v0.10.1
6532026-02-24T14:14:13.990Z Downloaded md-5 v0.10.6
6542026-02-24T14:14:13.994Z Downloaded lru v0.12.5
6552026-02-24T14:14:13.997Z Downloaded lru-cache v0.1.2
6562026-02-24T14:14:14.000Z Downloaded md5 v0.7.0
6572026-02-24T14:14:14.003Z Downloaded indoc v2.0.6
6582026-02-24T14:14:14.010Z Downloaded multimap v0.10.1
6592026-02-24T14:14:14.013Z Downloaded crc-any v2.5.0
6602026-02-24T14:14:14.016Z Downloaded nonempty v0.12.0
6612026-02-24T14:14:14.019Z Downloaded newtype-uuid-macros v0.1.0
6622026-02-24T14:14:14.023Z Downloaded dropshot_endpoint v0.16.7
6632026-02-24T14:14:14.029Z Downloaded futures v0.3.31
6642026-02-24T14:14:14.037Z Downloaded nodrop v0.1.14
6652026-02-24T14:14:14.040Z Downloaded num-conv v0.1.0
6662026-02-24T14:14:14.043Z Downloaded base64 v0.21.7
6672026-02-24T14:14:14.050Z Downloaded num-iter v0.1.45
6682026-02-24T14:14:14.053Z Downloaded oso-derive v0.27.3
6692026-02-24T14:14:14.056Z Downloaded num-derive v0.4.2
6702026-02-24T14:14:14.060Z Downloaded num_threads v0.1.7
6712026-02-24T14:14:14.063Z Downloaded openssl-probe v0.1.5
6722026-02-24T14:14:14.066Z Downloaded crossbeam-utils v0.8.21
6732026-02-24T14:14:14.071Z Downloaded packed_struct_codegen v0.10.1
6742026-02-24T14:14:14.074Z Downloaded hyper-rustls v0.27.7
6752026-02-24T14:14:14.079Z Downloaded match_cfg v0.1.0
6762026-02-24T14:14:14.082Z Downloaded multer v3.1.0
6772026-02-24T14:14:14.087Z Downloaded lock_api v0.4.12
6782026-02-24T14:14:14.093Z Downloaded ipnet v2.11.0
6792026-02-24T14:14:14.096Z Downloaded ingot-macros v0.1.1
6802026-02-24T14:14:14.098Z Downloaded newline-converter v0.3.0
6812026-02-24T14:14:14.101Z Downloaded newtype-uuid v1.3.2
6822026-02-24T14:14:14.104Z Downloaded path-slash v0.1.5
6832026-02-24T14:14:14.108Z Downloaded pbkdf2 v0.12.2
6842026-02-24T14:14:14.111Z Downloaded flume v0.11.1
6852026-02-24T14:14:14.116Z Downloaded dropshot-api-manager v0.3.0
6862026-02-24T14:14:14.120Z Downloaded cc v1.2.56
6872026-02-24T14:14:14.126Z Downloaded phf_shared v0.12.1
6882026-02-24T14:14:14.129Z Downloaded num_enum v0.5.11
6892026-02-24T14:14:14.136Z Downloaded opaque-debug v0.3.1
6902026-02-24T14:14:14.139Z Downloaded num-integer v0.1.46
6912026-02-24T14:14:14.143Z Downloaded num-rational v0.4.2
6922026-02-24T14:14:14.146Z Downloaded packed_struct v0.10.1
6932026-02-24T14:14:14.150Z Downloaded oxide-tokio-rt v0.1.2
6942026-02-24T14:14:14.153Z Downloaded pin-utils v0.1.0
6952026-02-24T14:14:14.156Z Downloaded oxnet v0.1.4
6962026-02-24T14:14:14.159Z Downloaded precomputed-hash v0.1.1
6972026-02-24T14:14:14.163Z Downloaded predicates-tree v1.0.12
6982026-02-24T14:14:14.165Z Downloaded compact_str v0.8.0
6992026-02-24T14:14:14.169Z Downloaded heapless v0.8.0
7002026-02-24T14:14:14.176Z Downloaded ignore v0.4.23
7012026-02-24T14:14:14.180Z Downloaded heapless v0.7.17
7022026-02-24T14:14:14.186Z Downloaded progenitor-macro v0.11.2
7032026-02-24T14:14:14.189Z Downloaded progenitor-client v0.8.0
7042026-02-24T14:14:14.191Z Downloaded progenitor-macro v0.8.0
7052026-02-24T14:14:14.194Z Downloaded psl-types v2.0.11
7062026-02-24T14:14:14.197Z Downloaded progenitor-macro v0.10.0
7072026-02-24T14:14:14.200Z Downloaded flate2 v1.1.2
7082026-02-24T14:14:14.206Z Downloaded quick-error v1.2.3
7092026-02-24T14:14:14.208Z Downloaded pem v3.0.5
7102026-02-24T14:14:14.211Z Downloaded progenitor-client v0.11.2
7112026-02-24T14:14:14.214Z Downloaded pin-project-internal v1.1.6
7122026-02-24T14:14:14.217Z Downloaded phf v0.11.2
7132026-02-24T14:14:14.220Z Downloaded aes v0.8.4
7142026-02-24T14:14:14.226Z Downloaded rand_xorshift v0.4.0
7152026-02-24T14:14:14.228Z Downloaded radium v0.7.0
7162026-02-24T14:14:14.231Z Downloaded pkcs8 v0.10.2
7172026-02-24T14:14:14.235Z Downloaded pkg-config v0.3.31
7182026-02-24T14:14:14.237Z Downloaded parking_lot v0.12.3
7192026-02-24T14:14:14.241Z Downloaded ref-cast-impl v1.0.25
7202026-02-24T14:14:14.244Z Downloaded poly1305 v0.8.0
7212026-02-24T14:14:14.247Z Downloaded rfc6979 v0.4.0
7222026-02-24T14:14:14.250Z Downloaded recursive-proc-macro-impl v0.1.1
7232026-02-24T14:14:14.254Z Downloaded recursive v0.1.1
7242026-02-24T14:14:14.256Z Downloaded postgres-protocol v0.6.8
7252026-02-24T14:14:14.259Z Downloaded primeorder v0.13.6
7262026-02-24T14:14:14.262Z Downloaded ref-cast v1.0.25
7272026-02-24T14:14:14.265Z Downloaded parking_lot v0.11.2
7282026-02-24T14:14:14.268Z Downloaded predicates v3.1.3
7292026-02-24T14:14:14.273Z Downloaded rustc_version v0.1.7
7302026-02-24T14:14:14.276Z Downloaded rustc-hash v2.1.1
7312026-02-24T14:14:14.279Z Downloaded russh-cryptovec v0.7.3
7322026-02-24T14:14:14.281Z Downloaded rtoolbox v0.0.2
7332026-02-24T14:14:14.284Z Downloaded psm v0.1.30
7342026-02-24T14:14:14.286Z Downloaded jiff-static v0.2.15
7352026-02-24T14:14:14.290Z Downloaded hickory-resolver v0.25.2
7362026-02-24T14:14:14.296Z Downloaded rustc_version v0.4.1
7372026-02-24T14:14:14.299Z Downloaded rustc-hash v1.1.0
7382026-02-24T14:14:14.302Z Downloaded expectorate v1.2.0
7392026-02-24T14:14:14.305Z Downloaded rand_core v0.6.4
7402026-02-24T14:14:14.308Z Downloaded rand_seeder v0.4.0
7412026-02-24T14:14:14.311Z Downloaded r2d2 v0.8.10
7422026-02-24T14:14:14.314Z Downloaded same-file v1.0.6
7432026-02-24T14:14:14.317Z Downloaded rand_core v0.9.3
7442026-02-24T14:14:14.320Z Downloaded pkcs5 v0.7.1
7452026-02-24T14:14:14.323Z Downloaded oso v0.27.3
7462026-02-24T14:14:14.330Z Downloaded sapling-renderdag v0.1.0
7472026-02-24T14:14:14.332Z Downloaded salsa20 v0.10.2
7482026-02-24T14:14:14.332Z Downloaded scheduled-thread-pool v0.2.7
7492026-02-24T14:14:14.335Z Downloaded quinn-udp v0.5.5
7502026-02-24T14:14:14.337Z Downloaded serde-big-array v0.5.1
7512026-02-24T14:14:14.340Z Downloaded semver v0.1.20
7522026-02-24T14:14:14.344Z Downloaded postgres-types v0.2.9
7532026-02-24T14:14:14.346Z Downloaded resolv-conf v0.7.0
7542026-02-24T14:14:14.349Z Downloaded headers v0.4.1
7552026-02-24T14:14:14.355Z Downloaded papergrid v0.17.0
7562026-02-24T14:14:14.363Z Downloaded serde_plain v1.0.2
7572026-02-24T14:14:14.366Z Downloaded serde_bytes v0.11.19
7582026-02-24T14:14:14.368Z Downloaded serde_urlencoded v0.7.1
7592026-02-24T14:14:14.371Z Downloaded signal-hook-mio v0.2.4
7602026-02-24T14:14:14.374Z Downloaded progenitor-impl v0.8.0
7612026-02-24T14:14:14.377Z Downloaded hickory-resolver v0.24.4
7622026-02-24T14:14:14.382Z Downloaded serde_repr v0.1.19
7632026-02-24T14:14:14.385Z Downloaded rustls-native-certs v0.8.1
7642026-02-24T14:14:14.388Z Downloaded sha1 v0.10.6
7652026-02-24T14:14:14.393Z Downloaded simd-adler32 v0.3.7
7662026-02-24T14:14:14.396Z Downloaded sigpipe v0.1.3
7672026-02-24T14:14:14.399Z Downloaded rustls-pemfile v2.2.0
7682026-02-24T14:14:14.401Z Downloaded pin-project v1.1.6
7692026-02-24T14:14:14.412Z Downloaded siphasher v1.0.1
7702026-02-24T14:14:14.415Z Downloaded postcard v1.0.10
7712026-02-24T14:14:14.418Z Downloaded slog-bunyan v2.5.0
7722026-02-24T14:14:14.421Z Downloaded rusty-fork v0.3.0
7732026-02-24T14:14:14.424Z Downloaded sct v0.7.1
7742026-02-24T14:14:14.427Z Downloaded scroll_derive v0.13.1
7752026-02-24T14:14:14.430Z Downloaded ssh-cipher v0.2.0
7762026-02-24T14:14:14.433Z Downloaded scroll v0.13.0
7772026-02-24T14:14:14.435Z Downloaded seq-macro v0.3.6
7782026-02-24T14:14:14.438Z Downloaded sec1 v0.7.3
7792026-02-24T14:14:14.441Z Downloaded hashbrown v0.13.2
7802026-02-24T14:14:14.444Z Downloaded papergrid v0.14.0
7812026-02-24T14:14:14.451Z Downloaded serde_derive_internals v0.29.1
7822026-02-24T14:14:14.454Z Downloaded serde-hex v0.1.0
7832026-02-24T14:14:14.456Z Downloaded progenitor-impl v0.10.0
7842026-02-24T14:14:14.460Z Downloaded serde_path_to_error v0.1.20
7852026-02-24T14:14:14.463Z Downloaded prefix-trie v0.7.0
7862026-02-24T14:14:14.466Z Downloaded rustc-demangle v0.1.24
7872026-02-24T14:14:14.468Z Downloaded russh-keys v0.45.0
7882026-02-24T14:14:14.471Z Downloaded hashbrown v0.12.3
7892026-02-24T14:14:14.477Z Downloaded strum v0.26.3
7902026-02-24T14:14:14.479Z Downloaded structmeta-derive v0.3.0
7912026-02-24T14:14:14.482Z Downloaded structmeta v0.3.0
7922026-02-24T14:14:14.484Z Downloaded strum v0.27.2
7932026-02-24T14:14:14.484Z Downloaded slab v0.4.9
7942026-02-24T14:14:14.487Z Downloaded ryu v1.0.18
7952026-02-24T14:14:14.490Z Downloaded rand_chacha v0.3.1
7962026-02-24T14:14:14.493Z Downloaded supports-color v3.0.2
7972026-02-24T14:14:14.495Z Downloaded sync_wrapper v1.0.1
7982026-02-24T14:14:14.498Z Downloaded sync-ptr v0.1.4
7992026-02-24T14:14:14.498Z Downloaded openssl-sys v0.9.109
8002026-02-24T14:14:14.505Z Downloaded rcgen v0.12.1
8012026-02-24T14:14:14.508Z Downloaded slog-json v2.6.1
8022026-02-24T14:14:14.512Z Downloaded tabled_derive v0.11.0
8032026-02-24T14:14:14.515Z Downloaded tabwriter v1.4.0
8042026-02-24T14:14:14.517Z Downloaded smallvec v0.6.14
8052026-02-24T14:14:14.520Z Downloaded termtree v0.5.1
8062026-02-24T14:14:14.521Z Downloaded ssh-encoding v0.2.0
8072026-02-24T14:14:14.524Z Downloaded tagptr v0.2.0
8082026-02-24T14:14:14.527Z Downloaded prettyplease v0.2.36
8092026-02-24T14:14:14.530Z Downloaded sqlparser_derive v0.5.0
8102026-02-24T14:14:14.533Z Downloaded minimal-lexical v0.2.1
8112026-02-24T14:14:14.537Z Downloaded thiserror-impl-no-std v2.0.2
8122026-02-24T14:14:14.539Z Downloaded ron v0.7.1
8132026-02-24T14:14:14.544Z Downloaded testing_table v0.3.0
8142026-02-24T14:14:14.548Z Downloaded hickory-server v0.25.2
8152026-02-24T14:14:14.550Z Downloaded aes-gcm v0.10.3
8162026-02-24T14:14:14.555Z Downloaded thread_local v1.1.8
8172026-02-24T14:14:14.558Z Downloaded num-bigint v0.4.6
8182026-02-24T14:14:14.562Z Downloaded stringprep v0.1.5
8192026-02-24T14:14:14.565Z Downloaded tinyvec_macros v0.1.1
8202026-02-24T14:14:14.568Z Downloaded time-core v0.1.6
8212026-02-24T14:14:14.568Z Downloaded slog-async v2.8.0
8222026-02-24T14:14:14.571Z Downloaded strum_macros v0.27.2
8232026-02-24T14:14:14.573Z Downloaded support-bundle-viewer v0.1.2
8242026-02-24T14:14:14.576Z Downloaded strum_macros v0.24.3
8252026-02-24T14:14:14.578Z Downloaded strum_macros v0.26.4
8262026-02-24T14:14:14.581Z Downloaded libm v0.2.8
8272026-02-24T14:14:14.591Z Downloaded rayon-core v1.12.1
8282026-02-24T14:14:14.595Z Downloaded schemars v0.8.22
8292026-02-24T14:14:14.608Z Downloaded termios v0.3.3
8302026-02-24T14:14:14.611Z Downloaded spin v0.9.8
8312026-02-24T14:14:14.614Z Downloaded progenitor-impl v0.11.2
8322026-02-24T14:14:14.616Z Downloaded pretty_assertions v1.4.1
8332026-02-24T14:14:14.618Z Downloaded topological-sort v0.2.2
8342026-02-24T14:14:14.621Z Downloaded mio v1.0.2
8352026-02-24T14:14:14.627Z Downloaded try-lock v0.2.5
8362026-02-24T14:14:14.629Z Downloaded trait-variant v0.1.2
8372026-02-24T14:14:14.632Z Downloaded tiny-keccak v2.0.2
8382026-02-24T14:14:14.635Z Downloaded signal-hook v0.3.18
8392026-02-24T14:14:14.637Z Downloaded quinn v0.11.5
8402026-02-24T14:14:14.640Z Downloaded qorb v0.4.1
8412026-02-24T14:14:14.645Z Downloaded tower-service v0.3.3
8422026-02-24T14:14:14.650Z Downloaded tower-layer v0.3.3
8432026-02-24T14:14:14.650Z Downloaded time-macros v0.2.24
8442026-02-24T14:14:14.653Z Downloaded rand v0.8.5
8452026-02-24T14:14:14.655Z Downloaded thiserror-no-std v2.0.2
8462026-02-24T14:14:14.660Z Downloaded unarray v0.1.4
8472026-02-24T14:14:14.663Z Downloaded tokio-native-tls v0.3.1
8482026-02-24T14:14:14.666Z Downloaded tokio-macros v2.6.0
8492026-02-24T14:14:14.668Z Downloaded typify-macro v0.2.0
8502026-02-24T14:14:14.668Z Downloaded universal-hash v0.5.1
8512026-02-24T14:14:14.668Z Downloaded untrusted v0.7.1
8522026-02-24T14:14:14.671Z Downloaded usdt v0.6.0
8532026-02-24T14:14:14.671Z Downloaded untrusted v0.9.0
8542026-02-24T14:14:14.674Z Downloaded unicode-truncate v1.1.0
8552026-02-24T14:14:14.677Z Downloaded tokio-rustls v0.25.0
8562026-02-24T14:14:14.683Z Downloaded usdt-macro v0.6.0
8572026-02-24T14:14:14.683Z Downloaded unit-prefix v0.5.1
8582026-02-24T14:14:14.683Z Downloaded tokio-dtrace v0.1.0
8592026-02-24T14:14:14.686Z Downloaded tls_codec_derive v0.4.1
8602026-02-24T14:14:14.686Z Downloaded libxml v0.3.3
8612026-02-24T14:14:14.690Z Downloaded void v1.0.2
8622026-02-24T14:14:14.693Z Downloaded usdt-attr-macro v0.6.0
8632026-02-24T14:14:14.693Z Downloaded tokio-tungstenite v0.21.0
8642026-02-24T14:14:14.695Z Downloaded schemars v0.9.0
8652026-02-24T14:14:14.708Z Downloaded toml_datetime v0.7.5+spec-1.1.0
8662026-02-24T14:14:14.711Z Downloaded term v1.1.0
8672026-02-24T14:14:14.714Z Downloaded toml_writer v1.0.6+spec-1.1.0
8682026-02-24T14:14:14.716Z Downloaded tracing-attributes v0.1.27
8692026-02-24T14:14:14.719Z Downloaded tokio-tungstenite v0.23.1
8702026-02-24T14:14:14.722Z Downloaded term v0.7.0
8712026-02-24T14:14:14.726Z Downloaded want v0.3.1
8722026-02-24T14:14:14.728Z Downloaded waitgroup v0.1.2
8732026-02-24T14:14:14.731Z Downloaded wait-timeout v0.2.0
8742026-02-24T14:14:14.731Z Downloaded vte_generate_state_changes v0.1.2
8752026-02-24T14:14:14.733Z Downloaded tinyvec v1.8.0
8762026-02-24T14:14:14.736Z Downloaded typify v0.2.0
8772026-02-24T14:14:14.738Z Downloaded num-bigint-dig v0.8.6
8782026-02-24T14:14:14.743Z Downloaded xattr v1.3.1
8792026-02-24T14:14:14.746Z Downloaded which v4.4.2
8802026-02-24T14:14:14.750Z Downloaded unicase v2.8.1
8812026-02-24T14:14:14.750Z Downloaded tui-tree-widget v0.23.1
8822026-02-24T14:14:14.753Z Downloaded tokio-rustls v0.24.1
8832026-02-24T14:14:14.756Z Downloaded rand v0.9.2
8842026-02-24T14:14:14.759Z Downloaded tokio-rustls v0.26.0
8852026-02-24T14:14:14.762Z Downloaded tls_codec v0.4.1
8862026-02-24T14:14:14.762Z Downloaded hyper v1.8.1
8872026-02-24T14:14:14.770Z Downloaded xshell-macros v0.2.7
8882026-02-24T14:14:14.773Z Downloaded futures-util v0.3.31
8892026-02-24T14:14:14.782Z Downloaded zeroize_derive v1.4.2
8902026-02-24T14:14:14.784Z Downloaded zone v0.1.8
8912026-02-24T14:14:14.784Z Downloaded utf-8 v0.7.6
8922026-02-24T14:14:14.787Z Downloaded tar v0.4.44
8932026-02-24T14:14:14.789Z Downloaded h2 v0.4.6
8942026-02-24T14:14:14.795Z Downloaded vergen-lib v0.1.6
8952026-02-24T14:14:14.798Z Downloaded vergen-gitcl v1.0.8
8962026-02-24T14:14:14.801Z Downloaded test-strategy v0.4.3
8972026-02-24T14:14:14.803Z Downloaded uzers v0.12.1
8982026-02-24T14:14:14.806Z Downloaded zone_cfg_derive v0.1.2
8992026-02-24T14:14:14.808Z Downloaded zone v0.3.1
9002026-02-24T14:14:14.808Z Downloaded zone_cfg_derive v0.3.0
9012026-02-24T14:14:14.811Z Downloaded vergen-git2 v1.0.7
9022026-02-24T14:14:14.811Z Downloaded socket2 v0.6.1
9032026-02-24T14:14:14.814Z Downloaded rsa v0.9.8
9042026-02-24T14:14:14.818Z Downloaded serde_yaml v0.9.34+deprecated
9052026-02-24T14:14:14.822Z Downloaded twox-hash v2.1.0
9062026-02-24T14:14:14.825Z Downloaded blake3 v1.5.4
9072026-02-24T14:14:14.832Z Downloaded wyz v0.5.1
9082026-02-24T14:14:14.835Z Downloaded xz2 v0.1.7
9092026-02-24T14:14:14.838Z Downloaded xshell v0.2.7
9102026-02-24T14:14:14.841Z Downloaded whoami v1.5.2
9112026-02-24T14:14:14.844Z Downloaded p521 v0.13.3
9122026-02-24T14:14:14.847Z Downloaded tokio-stream v0.1.17
9132026-02-24T14:14:14.849Z Downloaded snafu v0.8.5
9142026-02-24T14:14:14.855Z Downloaded zeroize v1.8.1
9152026-02-24T14:14:14.857Z Downloaded socket2 v0.5.10
9162026-02-24T14:14:14.861Z Downloaded zstd-safe v7.2.3
9172026-02-24T14:14:14.864Z Downloaded schemars v1.0.4
9182026-02-24T14:14:14.874Z Downloaded walkdir v2.5.0
9192026-02-24T14:14:14.876Z Downloaded itertools v0.14.0
9202026-02-24T14:14:14.883Z Downloaded vergen v9.0.6
9212026-02-24T14:14:14.886Z Downloaded vsss-rs v3.3.4
9222026-02-24T14:14:14.888Z Downloaded aws-lc-rs v1.12.4
9232026-02-24T14:14:14.897Z Downloaded unicode-bidi v0.3.17
9242026-02-24T14:14:14.900Z Downloaded tungstenite v0.23.0
9252026-02-24T14:14:14.903Z Downloaded zerocopy v0.6.6
9262026-02-24T14:14:14.906Z Downloaded hkdf v0.12.4
9272026-02-24T14:14:14.908Z Downloaded yasna v0.5.2
9282026-02-24T14:14:14.911Z Downloaded rustyline v14.0.0
9292026-02-24T14:14:14.915Z Downloaded tungstenite v0.21.0
9302026-02-24T14:14:14.919Z Downloaded unsafe-libyaml v0.2.11
9312026-02-24T14:14:14.923Z Downloaded typify v0.4.3
9322026-02-24T14:14:14.927Z Downloaded vte v0.11.1
9332026-02-24T14:14:14.929Z Downloaded value-bag v1.12.0
9342026-02-24T14:14:14.934Z Downloaded tracing-core v0.1.32
9352026-02-24T14:14:14.937Z Downloaded toml_parser v1.0.6+spec-1.1.0
9362026-02-24T14:14:14.940Z Downloaded zstd v0.13.3
9372026-02-24T14:14:14.943Z Downloaded toml v0.7.8
9382026-02-24T14:14:14.945Z Downloaded toml v0.9.11+spec-1.1.0
9392026-02-24T14:14:14.948Z Downloaded uuid v1.19.0
9402026-02-24T14:14:14.952Z Downloaded unicode-properties v0.1.3
9412026-02-24T14:14:14.954Z Downloaded rpassword v7.4.0
9422026-02-24T14:14:14.957Z Downloaded bindgen v0.69.5
9432026-02-24T14:14:14.963Z Downloaded russh v0.45.0
9442026-02-24T14:14:14.969Z Downloaded tracing v0.1.40
9452026-02-24T14:14:14.973Z Downloaded samael v0.0.19
9462026-02-24T14:14:14.979Z Downloaded usdt-impl v0.6.0
9472026-02-24T14:14:14.982Z Downloaded itertools v0.13.0
9482026-02-24T14:14:14.988Z Downloaded toml_edit v0.19.15
9492026-02-24T14:14:15.006Z Downloaded zopfli v0.8.1
9502026-02-24T14:14:15.009Z Downloaded ssh-key v0.6.6
9512026-02-24T14:14:15.015Z Downloaded yansi v1.0.1
9522026-02-24T14:14:15.018Z Downloaded bitvec v1.0.1
9532026-02-24T14:14:15.058Z Downloaded tokio-postgres v0.7.13
9542026-02-24T14:14:15.062Z Downloaded git2 v0.20.2
9552026-02-24T14:14:15.062Z Downloaded unicode_categories v0.1.1
9562026-02-24T14:14:15.062Z Downloaded reqwest v0.12.24
9572026-02-24T14:14:15.062Z Downloaded reedline v0.40.0
9582026-02-24T14:14:15.065Z Downloaded zip v0.6.6
9592026-02-24T14:14:15.069Z Downloaded regex v1.11.3
9602026-02-24T14:14:15.075Z Downloaded rayon v1.10.0
9612026-02-24T14:14:15.085Z Downloaded goblin v0.10.2
9622026-02-24T14:14:15.092Z Downloaded lalrpop v0.19.12
9632026-02-24T14:14:15.105Z Downloaded x509-cert v0.2.5
9642026-02-24T14:14:15.111Z Downloaded typed-path v0.9.3
9652026-02-24T14:14:15.116Z Downloaded salty v0.3.0
9662026-02-24T14:14:15.123Z Downloaded portable-atomic v1.11.0
9672026-02-24T14:14:15.131Z Downloaded zerocopy-derive v0.8.27
9682026-02-24T14:14:15.138Z Downloaded tokio-util v0.7.15
9692026-02-24T14:14:15.146Z Downloaded time v0.3.43
9702026-02-24T14:14:15.154Z Downloaded serde_with v3.16.1
9712026-02-24T14:14:15.166Z Downloaded unicode-normalization v0.1.24
9722026-02-24T14:14:15.170Z Downloaded tough v0.20.0
9732026-02-24T14:14:15.180Z Downloaded tower-http v0.6.6
9742026-02-24T14:14:15.189Z Downloaded zip v4.2.0
9752026-02-24T14:14:15.193Z Downloaded rustls-webpki v0.102.8
9762026-02-24T14:14:15.214Z Downloaded petname v2.0.2
9772026-02-24T14:14:15.219Z Downloaded nix v0.27.1
9782026-02-24T14:14:15.229Z Downloaded curve25519-dalek v4.1.3
9792026-02-24T14:14:15.238Z Downloaded winnow v0.5.40
9802026-02-24T14:14:15.248Z Downloaded object v0.30.4
9812026-02-24T14:14:15.257Z Downloaded winnow v0.6.26
9822026-02-24T14:14:15.266Z Downloaded radix_trie v0.2.1
9832026-02-24T14:14:15.270Z Downloaded polar-core v0.27.3
9842026-02-24T14:14:15.279Z Downloaded gimli v0.31.1
9852026-02-24T14:14:15.286Z Downloaded proptest v1.7.0
9862026-02-24T14:14:15.296Z Downloaded openssl v0.10.73
9872026-02-24T14:14:15.306Z Downloaded moka v0.12.10
9882026-02-24T14:14:15.317Z Downloaded chrono v0.4.43
9892026-02-24T14:14:15.324Z Downloaded tabled v0.18.0
9902026-02-24T14:14:15.345Z Downloaded zlib-rs v0.5.1
9912026-02-24T14:14:15.350Z Downloaded dropshot v0.16.7
9922026-02-24T14:14:15.370Z Downloaded webpki-roots v1.0.1
9932026-02-24T14:14:15.373Z Downloaded nix v0.29.0
9942026-02-24T14:14:15.384Z Downloaded vcpkg v0.2.15
9952026-02-24T14:14:15.423Z Downloaded bstr v1.10.0
9962026-02-24T14:14:15.432Z Downloaded object v0.37.3
9972026-02-24T14:14:15.443Z Downloaded zerocopy v0.8.27
9982026-02-24T14:14:15.466Z Downloaded rustls v0.23.19
9992026-02-24T14:14:15.476Z Downloaded rustls v0.22.4
10002026-02-24T14:14:15.488Z Downloaded smoltcp v0.11.0
10012026-02-24T14:14:15.500Z Downloaded regress v0.10.4
10022026-02-24T14:14:15.511Z Downloaded regex-syntax v0.8.5
10032026-02-24T14:14:15.517Z Downloaded nix v0.30.1
10042026-02-24T14:14:15.530Z Downloaded hickory-proto v0.25.2
10052026-02-24T14:14:15.545Z Downloaded openapiv3 v2.2.0
10062026-02-24T14:14:15.556Z Downloaded diesel v2.2.12
10072026-02-24T14:14:15.578Z Downloaded hickory-proto v0.24.4
10082026-02-24T14:14:15.591Z Downloaded rustls v0.21.12
10092026-02-24T14:14:15.601Z Downloaded sqlparser v0.61.0
10102026-02-24T14:14:15.611Z Downloaded sled v0.34.7
10112026-02-24T14:14:15.622Z Downloaded object v0.36.5
10122026-02-24T14:14:16.635Z Downloaded typify-impl v0.2.0
10132026-02-24T14:14:16.639Z Downloaded ratatui v0.29.0
10142026-02-24T14:14:16.639Z Downloaded bzip2-sys v0.1.13+1.0.8
10152026-02-24T14:14:16.639Z Downloaded typify-impl v0.4.3
10162026-02-24T14:14:16.639Z Downloaded tabled v0.20.0
10172026-02-24T14:14:16.639Z Downloaded zerocopy-derive v0.6.6
10182026-02-24T14:14:16.639Z Downloaded smoltcp v0.9.1
10192026-02-24T14:14:16.639Z Downloaded nix v0.28.0
10202026-02-24T14:14:16.639Z Downloaded regex-automata v0.4.11
10212026-02-24T14:14:16.639Z Downloaded regex-syntax v0.6.29
10222026-02-24T14:14:16.639Z Downloaded unicode-segmentation v1.12.0
10232026-02-24T14:14:16.639Z Downloaded quinn-proto v0.11.8
10242026-02-24T14:14:16.639Z Downloaded petgraph v0.6.5
10252026-02-24T14:14:16.639Z Downloaded tower v0.5.2
10262026-02-24T14:14:16.639Z Downloaded jiff v0.2.15
10272026-02-24T14:14:16.639Z Downloaded lzma-sys v0.1.20
10282026-02-24T14:14:16.639Z Downloaded petgraph v0.8.2
10292026-02-24T14:14:16.639Z Downloaded chrono-tz v0.10.4
10302026-02-24T14:14:16.639Z Downloaded rustls-webpki v0.101.7
10312026-02-24T14:14:16.639Z Downloaded quick-xml v0.37.2
10322026-02-24T14:14:16.639Z Downloaded libz-sys v1.1.20
10332026-02-24T14:14:16.640Z Downloaded csv v1.3.1
10342026-02-24T14:14:16.640Z Downloaded sha3 v0.10.8
10352026-02-24T14:14:16.640Z Downloaded zstd-sys v2.0.14+zstd.1.5.7
10362026-02-24T14:14:16.640Z Downloaded p384 v0.13.1
10372026-02-24T14:14:16.640Z Downloaded bindgen v0.71.1
10382026-02-24T14:14:16.640Z Downloaded steno v0.4.1
10392026-02-24T14:14:16.640Z Downloaded aho-corasick v1.1.3
10402026-02-24T14:14:16.640Z Downloaded tokio v1.49.0
10412026-02-24T14:14:16.640Z Downloaded itertools v0.12.1
10422026-02-24T14:14:16.640Z Downloaded iri-string v0.7.8
10432026-02-24T14:14:16.640Z Downloaded hashbrown v0.15.4
10442026-02-24T14:14:16.641Z Downloaded typify-macro v0.4.3
10452026-02-24T14:14:16.641Z Downloaded subprocess v0.2.9
10462026-02-24T14:14:16.641Z Downloaded slog v2.8.2
10472026-02-24T14:14:16.641Z Downloaded similar v2.7.0
10482026-02-24T14:14:16.641Z Downloaded publicsuffix v2.3.0
10492026-02-24T14:14:16.641Z Downloaded nom v7.1.3
10502026-02-24T14:14:16.641Z Downloaded iddqd v0.3.16
10512026-02-24T14:14:16.641Z Downloaded rustls-pki-types v1.10.0
10522026-02-24T14:14:16.641Z Downloaded string_cache v0.8.9
10532026-02-24T14:14:16.641Z Downloaded static_assertions v1.1.0
10542026-02-24T14:14:16.641Z Downloaded stacker v0.1.23
10552026-02-24T14:14:16.641Z Downloaded thread-id v5.0.0
10562026-02-24T14:14:16.641Z Downloaded serde_with_macros v3.16.1
10572026-02-24T14:14:16.641Z Downloaded rustls-pemfile v1.0.4
10582026-02-24T14:14:16.641Z Downloaded tap v1.0.1
10592026-02-24T14:14:16.641Z Downloaded take_mut v0.2.2
10602026-02-24T14:14:16.641Z Downloaded hyper-util v0.1.19
10612026-02-24T14:14:16.641Z Downloaded snafu-derive v0.8.5
10622026-02-24T14:14:16.641Z Downloaded serde_cbor v0.11.2
10632026-02-24T14:14:16.641Z Downloaded ron v0.8.1
10642026-02-24T14:14:16.641Z Downloaded itertools v0.10.5
10652026-02-24T14:14:16.641Z Downloaded tabled_derive v0.10.0
10662026-02-24T14:14:16.641Z Downloaded sqlformat v0.3.5
10672026-02-24T14:14:16.641Z Downloaded encoding_rs v0.8.34
10682026-02-24T14:14:16.641Z Downloaded smf v0.2.3
10692026-02-24T14:14:16.641Z Downloaded spki v0.7.3
10702026-02-24T14:14:16.641Z Downloaded slog-term v2.9.2
10712026-02-24T14:14:16.641Z Downloaded slog-stdlog v4.1.1
10722026-02-24T14:14:16.641Z Downloaded slog-envlogger v2.2.0
10732026-02-24T14:14:16.641Z Downloaded subtle v2.6.1
10742026-02-24T14:14:16.641Z Downloaded slog-scope v4.4.0
10752026-02-24T14:14:16.641Z Downloaded slog-dtrace v0.3.0
10762026-02-24T14:14:16.641Z Downloaded http v1.4.0
10772026-02-24T14:14:16.642Z Downloaded strip-ansi-escapes v0.2.0
10782026-02-24T14:14:16.642Z Downloaded signal-hook-registry v1.4.2
10792026-02-24T14:14:16.642Z Downloaded shlex v1.3.0
10802026-02-24T14:14:16.642Z Downloaded schemars_derive v0.8.22
10812026-02-24T14:14:16.642Z Downloaded rustversion v1.0.22
10822026-02-24T14:14:16.642Z Downloaded siphasher v0.3.11
10832026-02-24T14:14:16.642Z Downloaded signature v2.2.0
10842026-02-24T14:14:16.642Z Downloaded signal-hook-tokio v0.3.1
10852026-02-24T14:14:16.642Z Downloaded shell-words v1.1.0
10862026-02-24T14:14:16.642Z Downloaded crossterm v0.28.1
10872026-02-24T14:14:16.643Z Downloaded serde_spanned v1.0.4
10882026-02-24T14:14:16.643Z Downloaded secrecy v0.10.3
10892026-02-24T14:14:16.643Z Downloaded proc-macro-error2 v2.0.1
10902026-02-24T14:14:16.643Z Downloaded ring v0.17.14
10912026-02-24T14:14:16.643Z Downloaded p256 v0.13.2
10922026-02-24T14:14:16.643Z Downloaded secrecy v0.8.0
10932026-02-24T14:14:16.643Z Downloaded scrypt v0.11.0
10942026-02-24T14:14:16.643Z Downloaded scopeguard v1.2.0
10952026-02-24T14:14:16.643Z Downloaded omicron-zone-package v0.12.2
10962026-02-24T14:14:16.643Z Downloaded rand_chacha v0.9.0
10972026-02-24T14:14:16.643Z Downloaded pkcs1 v0.7.5
10982026-02-24T14:14:16.643Z Downloaded progenitor-client v0.10.0
10992026-02-24T14:14:16.643Z Downloaded progenitor v0.11.2
11002026-02-24T14:14:16.643Z Downloaded progenitor v0.10.0
11012026-02-24T14:14:16.643Z Downloaded password-hash v0.5.0
11022026-02-24T14:14:16.643Z Downloaded parking_lot_core v0.8.6
11032026-02-24T14:14:16.643Z Downloaded ppv-lite86 v0.2.20
11042026-02-24T14:14:16.643Z Downloaded libgit2-sys v0.18.2+1.9.1
11052026-02-24T14:14:16.643Z Downloaded polyval v0.6.2
11062026-02-24T14:14:16.643Z Downloaded indicatif v0.18.0
11072026-02-24T14:14:16.643Z Downloaded indicatif v0.17.11
11082026-02-24T14:14:16.643Z Downloaded owo-colors v4.2.3
11092026-02-24T14:14:16.643Z Downloaded pin-project-lite v0.2.14
11102026-02-24T14:14:16.643Z Downloaded miniz_oxide v0.8.5
11112026-02-24T14:14:16.643Z Downloaded num-complex v0.4.6
11122026-02-24T14:14:16.643Z Downloaded ed25519-dalek v2.1.1
11132026-02-24T14:14:16.652Z Downloaded peg-macros v0.8.5
11142026-02-24T14:14:16.652Z Downloaded peg v0.8.5
11152026-02-24T14:14:16.652Z Downloaded num v0.4.3
11162026-02-24T14:14:16.652Z Downloaded phf v0.12.1
11172026-02-24T14:14:16.652Z Downloaded pem-rfc7468 v0.7.0
11182026-02-24T14:14:16.653Z Downloaded derive_more v2.0.1
11192026-02-24T14:14:16.653Z Downloaded der v0.7.10
11202026-02-24T14:14:16.653Z Downloaded darling_core v0.20.10
11212026-02-24T14:14:16.653Z Downloaded const_format v0.2.34
11222026-02-24T14:14:16.653Z Downloaded progenitor v0.8.0
11232026-02-24T14:14:16.653Z Downloaded proc-macro-error-attr2 v2.0.0
11242026-02-24T14:14:16.653Z Downloaded proc-macro-crate v1.3.1
11252026-02-24T14:14:16.653Z Downloaded pretty-hex v0.2.1
11262026-02-24T14:14:16.653Z Downloaded paste v1.0.15
11272026-02-24T14:14:16.653Z Downloaded password-hash v0.4.2
11282026-02-24T14:14:16.653Z Downloaded parse-display-derive v0.10.0
11292026-02-24T14:14:16.653Z Downloaded parking_lot_core v0.9.10
11302026-02-24T14:14:16.653Z Downloaded backtrace v0.3.74
11312026-02-24T14:14:16.653Z Downloaded predicates-core v1.0.8
11322026-02-24T14:14:16.653Z Downloaded powerfmt v0.2.0
11332026-02-24T14:14:16.653Z Downloaded memmap2 v0.9.8
11342026-02-24T14:14:16.653Z Downloaded litrs v0.4.1
11352026-02-24T14:14:16.653Z Downloaded indexmap v1.9.3
11362026-02-24T14:14:16.653Z Downloaded derive_more-impl v2.0.1
11372026-02-24T14:14:16.653Z Downloaded crypto-bigint v0.5.5
11382026-02-24T14:14:16.653Z Downloaded phf_shared v0.11.2
11392026-02-24T14:14:16.653Z Downloaded peg-runtime v0.8.5
11402026-02-24T14:14:16.653Z Downloaded nu-ansi-term v0.50.1
11412026-02-24T14:14:16.653Z Downloaded pbkdf2 v0.11.0
11422026-02-24T14:14:16.653Z Downloaded parse-size v1.1.0
11432026-02-24T14:14:16.653Z Downloaded bytes v1.11.1
11442026-02-24T14:14:16.653Z Downloaded bumpalo v3.16.0
11452026-02-24T14:14:16.653Z Downloaded base64 v0.22.1
11462026-02-24T14:14:16.653Z Downloaded parse-display v0.10.0
11472026-02-24T14:14:16.653Z Downloaded nanorand v0.7.0
11482026-02-24T14:14:16.653Z Downloaded native-tls v0.2.12
11492026-02-24T14:14:16.653Z Downloaded mime v0.3.17
11502026-02-24T14:14:16.654Z Downloaded colored v2.2.0
11512026-02-24T14:14:16.654Z Downloaded chacha20poly1305 v0.10.1
11522026-02-24T14:14:16.654Z Downloaded libsw v3.5.0
11532026-02-24T14:14:16.654Z Downloaded iana-time-zone v0.1.63
11542026-02-24T14:14:16.654Z Downloaded httparse v1.9.5
11552026-02-24T14:14:16.654Z Downloaded half v2.4.1
11562026-02-24T14:14:16.654Z Downloaded half v1.8.3
11572026-02-24T14:14:16.654Z Downloaded olpc-cjson v0.1.4
11582026-02-24T14:14:16.654Z Downloaded number_prefix v0.4.0
11592026-02-24T14:14:16.654Z Downloaded num_enum_derive v0.5.11
11602026-02-24T14:14:16.654Z Downloaded mime_guess v2.0.5
11612026-02-24T14:14:16.654Z Downloaded linked-hash-map v0.5.6
11622026-02-24T14:14:16.654Z Downloaded linear-map v1.2.0
11632026-02-24T14:14:16.654Z Downloaded diesel_derives v2.2.3
11642026-02-24T14:14:16.654Z Downloaded crossterm v0.29.0
11652026-02-24T14:14:16.654Z Downloaded openssl-macros v0.1.1
11662026-02-24T14:14:16.654Z Downloaded num-derive v0.3.3
11672026-02-24T14:14:16.654Z Downloaded libz-rs-sys v0.5.1
11682026-02-24T14:14:16.654Z Downloaded libloading v0.8.5
11692026-02-24T14:14:16.654Z Downloaded libefi-sys v0.1.0
11702026-02-24T14:14:16.654Z Downloaded normalize-line-endings v0.3.0
11712026-02-24T14:14:16.654Z Downloaded hmac v0.12.1
11722026-02-24T14:14:16.654Z Downloaded hickory-client v0.25.2
11732026-02-24T14:14:16.654Z Downloaded nibble_vec v0.1.0
11742026-02-24T14:14:16.654Z Downloaded jobserver v0.1.32
11752026-02-24T14:14:16.654Z Downloaded fatfs v0.3.6
11762026-02-24T14:14:16.654Z Downloaded elliptic-curve v0.13.8
11772026-02-24T14:14:16.654Z Downloaded derive_more v0.99.20
11782026-02-24T14:14:16.654Z Downloaded ciborium v0.2.2
11792026-02-24T14:14:16.654Z Downloaded new_debug_unreachable v1.0.6
11802026-02-24T14:14:16.654Z Downloaded ipnetwork v0.21.1
11812026-02-24T14:14:16.654Z Downloaded newtype_derive v0.1.6
11822026-02-24T14:14:16.654Z Downloaded ingot-types v0.1.2
11832026-02-24T14:14:16.654Z Downloaded ingot v0.1.1
11842026-02-24T14:14:16.654Z Downloaded libsw-core v0.3.1
11852026-02-24T14:14:16.654Z Downloaded maybe-uninit v2.0.0
11862026-02-24T14:14:16.654Z Downloaded managed v0.8.0
11872026-02-24T14:14:16.655Z Downloaded lzss v0.8.2
11882026-02-24T14:14:16.655Z Downloaded getrandom v0.2.15
11892026-02-24T14:14:16.655Z Downloaded crossbeam-epoch v0.9.18
11902026-02-24T14:14:16.655Z Downloaded crossbeam-channel v0.5.15
11912026-02-24T14:14:16.655Z Downloaded libscf-sys v1.1.0
11922026-02-24T14:14:16.655Z Downloaded darling_core v0.21.0
11932026-02-24T14:14:16.655Z Downloaded http-body-util v0.1.3
11942026-02-24T14:14:16.655Z Downloaded highway v1.3.0
11952026-02-24T14:14:16.655Z Downloaded diff v0.1.13
11962026-02-24T14:14:16.655Z Downloaded derive-where v1.5.0
11972026-02-24T14:14:16.655Z Downloaded defmt v0.3.8
11982026-02-24T14:14:16.655Z Downloaded lalrpop-util v0.19.12
11992026-02-24T14:14:16.655Z Downloaded base64 v0.13.1
12002026-02-24T14:14:16.655Z Downloaded ar_archive_writer v0.5.1
12012026-02-24T14:14:16.655Z Downloaded derive_builder_core v0.20.2
12022026-02-24T14:14:16.655Z Downloaded derive_builder v0.20.2
12032026-02-24T14:14:16.655Z Downloaded allocator-api2 v0.2.21
12042026-02-24T14:14:16.655Z Downloaded instant v0.1.13
12052026-02-24T14:14:16.655Z Downloaded instability v0.3.2
12062026-02-24T14:14:16.655Z Downloaded inout v0.1.3
12072026-02-24T14:14:16.655Z Downloaded impl-trait-for-tuples v0.2.2
12082026-02-24T14:14:16.655Z Downloaded cookie v0.18.1
12092026-02-24T14:14:16.655Z Downloaded const-oid v0.9.6
12102026-02-24T14:14:16.655Z Downloaded console v0.16.0
12112026-02-24T14:14:16.655Z Downloaded cancel-safe-futures v0.1.5
12122026-02-24T14:14:16.655Z Downloaded blake2 v0.10.6
12132026-02-24T14:14:16.659Z Downloaded bzip2 v0.5.2
12142026-02-24T14:14:16.659Z Downloaded bit-vec v0.6.3
12152026-02-24T14:14:16.659Z Downloaded cookie_store v0.21.1
12162026-02-24T14:14:16.659Z Downloaded console v0.15.10
12172026-02-24T14:14:16.659Z Downloaded colored v3.0.0
12182026-02-24T14:14:16.659Z Downloaded bzip2 v0.4.4
12192026-02-24T14:14:16.659Z Downloaded bitflags v1.3.2
12202026-02-24T14:14:16.659Z Downloaded indent_write v2.2.0
12212026-02-24T14:14:16.659Z Downloaded httpdate v1.0.3
12222026-02-24T14:14:16.659Z Downloaded http-range v0.1.5
12232026-02-24T14:14:16.659Z Downloaded erased-serde v0.3.31
12242026-02-24T14:14:16.659Z Downloaded ena v0.14.3
12252026-02-24T14:14:16.659Z Downloaded defmt-macros v0.3.9
12262026-02-24T14:14:16.659Z Downloaded glob v0.3.2
12272026-02-24T14:14:16.659Z Downloaded ghash v0.5.1
12282026-02-24T14:14:16.659Z Downloaded crossbeam-deque v0.8.5
12292026-02-24T14:14:16.659Z Downloaded der_derive v0.7.3
12302026-02-24T14:14:16.659Z Downloaded home v0.5.9
12312026-02-24T14:14:16.659Z Downloaded hex-literal v0.4.1
12322026-02-24T14:14:16.659Z Downloaded env_logger v0.11.8
12332026-02-24T14:14:16.659Z Downloaded arrayvec v0.7.6
12342026-02-24T14:14:16.659Z Downloaded fs_extra v1.3.0
12352026-02-24T14:14:16.659Z Downloaded fs-err v2.11.0
12362026-02-24T14:14:16.660Z Downloaded foldhash v0.1.5
12372026-02-24T14:14:16.660Z Downloaded either v1.15.0
12382026-02-24T14:14:16.660Z Downloaded ed25519 v2.2.3
12392026-02-24T14:14:16.660Z Downloaded daft-derive v0.1.4
12402026-02-24T14:14:16.660Z Downloaded cexpr v0.6.0
12412026-02-24T14:14:16.660Z Downloaded buf-list v1.0.3
12422026-02-24T14:14:16.660Z Downloaded ecdsa v0.16.9
12432026-02-24T14:14:16.660Z Downloaded difflib v0.4.0
12442026-02-24T14:14:16.660Z Downloaded derive-ex v0.1.8
12452026-02-24T14:14:16.660Z Downloaded deranged v0.5.3
12462026-02-24T14:14:16.660Z Downloaded corncobs v0.1.4
12472026-02-24T14:14:16.660Z Downloaded cmake v0.1.51
12482026-02-24T14:14:16.660Z Downloaded cassowary v0.3.0
12492026-02-24T14:14:16.660Z Downloaded cargo_metadata v0.19.2
12502026-02-24T14:14:16.660Z Downloaded camino-tempfile-ext v0.3.2
12512026-02-24T14:14:16.660Z Downloaded blowfish v0.9.1
12522026-02-24T14:14:16.660Z Downloaded critical-section v1.1.3
12532026-02-24T14:14:16.660Z Downloaded const_format_proc_macros v0.2.34
12542026-02-24T14:14:16.660Z Downloaded chacha20 v0.9.1
12552026-02-24T14:14:16.660Z Downloaded cbc v0.1.2
12562026-02-24T14:14:16.660Z Downloaded async-recursion v1.1.1
12572026-02-24T14:14:16.660Z Downloaded base64ct v1.6.0
12582026-02-24T14:14:16.660Z Downloaded bcs v0.1.6
12592026-02-24T14:14:16.660Z Downloaded foldhash v0.2.0
12602026-02-24T14:14:16.660Z Downloaded float-ord v0.3.2
12612026-02-24T14:14:16.660Z Downloaded data-encoding v2.9.0
12622026-02-24T14:14:16.660Z Downloaded darling v0.20.10
12632026-02-24T14:14:16.660Z Downloaded fxhash v0.2.1
12642026-02-24T14:14:16.660Z Downloaded filetime v0.2.26
12652026-02-24T14:14:16.660Z Downloaded fallible-iterator v0.2.0
12662026-02-24T14:14:16.660Z Downloaded daft v0.1.4
12672026-02-24T14:14:16.660Z Downloaded ctr v0.9.2
12682026-02-24T14:14:16.660Z Downloaded futures-sink v0.3.31
12692026-02-24T14:14:16.660Z Downloaded futures-macro v0.3.31
12702026-02-24T14:14:16.660Z Downloaded foreign-types v0.3.2
12712026-02-24T14:14:16.660Z Downloaded foreign-types-shared v0.3.1
12722026-02-24T14:14:16.660Z Downloaded float-cmp v0.10.0
12732026-02-24T14:14:16.661Z Downloaded debug-ignore v1.0.5
12742026-02-24T14:14:16.661Z Downloaded async-bb8-diesel v0.2.1
12752026-02-24T14:14:16.661Z Downloaded flagset v0.4.6
12762026-02-24T14:14:16.661Z Downloaded dunce v1.0.5
12772026-02-24T14:14:16.661Z Downloaded backoff v0.4.0
12782026-02-24T14:14:16.661Z Downloaded async-trait v0.1.89
12792026-02-24T14:14:16.661Z Downloaded bit-vec v0.8.0
12802026-02-24T14:14:16.661Z Downloaded arc-swap v1.7.1
12812026-02-24T14:14:16.661Z Downloaded funty v2.0.0
12822026-02-24T14:14:16.661Z Downloaded embedded-io v0.4.0
12832026-02-24T14:14:16.661Z Downloaded dyn-clone v1.0.20
12842026-02-24T14:14:16.661Z Downloaded dropshot-api-manager-types v0.3.0
12852026-02-24T14:14:16.661Z Downloaded dirs-next v2.0.0
12862026-02-24T14:14:16.661Z Downloaded ciborium-ll v0.2.2
12872026-02-24T14:14:16.662Z Downloaded ciborium-io v0.2.2
12882026-02-24T14:14:16.662Z Downloaded bit-set v0.5.3
12892026-02-24T14:14:16.662Z Downloaded dtrace-parser v0.3.0
12902026-02-24T14:14:16.662Z Downloaded dsl_auto_type v0.1.2
12912026-02-24T14:14:16.662Z Downloaded crc8 v0.1.1
12922026-02-24T14:14:16.662Z Downloaded crc-catalog v2.4.0
12932026-02-24T14:14:16.662Z Downloaded castaway v0.2.3
12942026-02-24T14:14:16.662Z Downloaded atty v0.2.14
12952026-02-24T14:14:16.662Z Downloaded cfg_aliases v0.1.1
12962026-02-24T14:14:16.662Z Downloaded cargo-platform v0.1.8
12972026-02-24T14:14:16.662Z Downloaded bcrypt-pbkdf v0.10.0
12982026-02-24T14:14:16.662Z Downloaded atomicwrites v0.4.4
12992026-02-24T14:14:16.662Z Downloaded endian-type v0.1.2
13002026-02-24T14:14:16.662Z Downloaded defmt-parser v0.3.4
13012026-02-24T14:14:16.663Z Downloaded diesel_table_macro_syntax v0.2.0
13022026-02-24T14:14:16.663Z Downloaded crc v3.2.1
13032026-02-24T14:14:16.663Z Downloaded cfg_aliases v0.2.1
13042026-02-24T14:14:16.663Z Downloaded ahash v0.8.12
13052026-02-24T14:14:16.663Z Downloaded dirs-sys-next v0.1.2
13062026-02-24T14:14:16.663Z Downloaded darling_macro v0.21.0
13072026-02-24T14:14:16.663Z Downloaded cstr-argument v0.1.2
13082026-02-24T14:14:16.663Z Downloaded document-features v0.2.11
13092026-02-24T14:14:16.663Z Downloaded darling_macro v0.20.10
13102026-02-24T14:14:16.663Z Downloaded bit-set v0.8.0
13112026-02-24T14:14:16.663Z Downloaded bb8 v0.8.5
13122026-02-24T14:14:16.663Z Downloaded darling v0.21.0
13132026-02-24T14:14:16.666Z Downloaded crucible-workspace-hack v0.1.0
13142026-02-24T14:14:16.666Z Downloaded atomic-waker v1.1.2
13152026-02-24T14:14:16.666Z Downloaded array-init v0.0.4
13162026-02-24T14:14:16.667Z Downloaded block-padding v0.3.3
13172026-02-24T14:14:16.667Z Downloaded bitfield-macros v0.19.2
13182026-02-24T14:14:16.667Z Downloaded base16ct v0.2.0
13192026-02-24T14:14:16.671Z Downloaded async-stream v0.3.6
13202026-02-24T14:14:16.671Z Downloaded assert_matches v1.5.0
13212026-02-24T14:14:16.671Z Downloaded addr2line v0.24.2
13222026-02-24T14:14:16.674Z Downloaded adler2 v2.0.0
13232026-02-24T14:14:16.884Z Downloaded aws-lc-sys v0.26.0
13242026-02-24T14:14:17.221Z Compiling value-bag v1.12.0
13252026-02-24T14:14:17.221Z Compiling lock_api v0.4.12
13262026-02-24T14:14:17.221Z Compiling scopeguard v1.2.0
13272026-02-24T14:14:17.224Z Compiling shlex v1.3.0
13282026-02-24T14:14:17.224Z Compiling find-msvc-tools v0.1.9
13292026-02-24T14:14:17.224Z Compiling syn v2.0.114
13302026-02-24T14:14:17.224Z Compiling getrandom v0.2.15
13312026-02-24T14:14:17.224Z Compiling jobserver v0.1.32
13322026-02-24T14:14:17.573Z Compiling typenum v1.17.0
13332026-02-24T14:14:17.836Z Compiling log v0.4.29
13342026-02-24T14:14:17.931Z Compiling cc v1.2.56
13352026-02-24T14:14:17.954Z Compiling smallvec v1.15.1
13362026-02-24T14:14:17.976Z Compiling rand_core v0.6.4
13372026-02-24T14:14:18.268Z Compiling generic-array v0.14.7
13382026-02-24T14:14:18.342Z Compiling subtle v2.6.1
13392026-02-24T14:14:18.366Z Compiling portable-atomic v1.11.0
13402026-02-24T14:14:18.515Z Compiling critical-section v1.1.3
13412026-02-24T14:14:18.565Z Compiling const-oid v0.9.6
13422026-02-24T14:14:18.691Z Compiling getrandom v0.3.4
13432026-02-24T14:14:18.691Z Compiling pkg-config v0.3.31
13442026-02-24T14:14:18.713Z Compiling serde_json v1.0.149
13452026-02-24T14:14:19.183Z Compiling spin v0.9.8
13462026-02-24T14:14:19.592Z Compiling parking_lot_core v0.9.10
13472026-02-24T14:14:19.944Z Compiling pin-project-lite v0.2.14
13482026-02-24T14:14:20.020Z Compiling regex-syntax v0.8.5
13492026-02-24T14:14:20.133Z Compiling libm v0.2.8
13502026-02-24T14:14:20.502Z Compiling rustix v0.38.37
13512026-02-24T14:14:20.558Z Compiling once_cell v1.21.3
13522026-02-24T14:14:20.690Z Compiling signal-hook-registry v1.4.2
13532026-02-24T14:14:21.050Z Compiling num-traits v0.2.19
13542026-02-24T14:14:21.279Z Compiling allocator-api2 v0.2.21
13552026-02-24T14:14:21.450Z Compiling parking_lot v0.12.3
13562026-02-24T14:14:21.662Z Compiling mio v1.0.2
13572026-02-24T14:14:21.686Z Compiling futures-core v0.3.31
13582026-02-24T14:14:21.964Z Compiling lazy_static v1.5.0
13592026-02-24T14:14:22.022Z Compiling aho-corasick v1.1.3
13602026-02-24T14:14:22.106Z Compiling percent-encoding v2.3.2
13612026-02-24T14:14:22.264Z Compiling socket2 v0.6.1
13622026-02-24T14:14:22.797Z Compiling slab v0.4.9
13632026-02-24T14:14:22.823Z Compiling cpufeatures v0.2.14
13642026-02-24T14:14:22.949Z Compiling glob v0.3.2
13652026-02-24T14:14:23.062Z Compiling either v1.15.0
13662026-02-24T14:14:23.180Z Compiling futures-sink v0.3.31
13672026-02-24T14:14:23.387Z Compiling futures-channel v0.3.31
13682026-02-24T14:14:23.485Z Compiling hashbrown v0.16.1
13692026-02-24T14:14:23.652Z Compiling pin-utils v0.1.0
13702026-02-24T14:14:23.767Z Compiling prettyplease v0.2.36
13712026-02-24T14:14:23.790Z Compiling clang-sys v1.8.1
13722026-02-24T14:14:23.813Z Compiling rustversion v1.0.22
13732026-02-24T14:14:24.117Z Compiling regex-automata v0.4.11
13742026-02-24T14:14:24.183Z Compiling futures-task v0.3.31
13752026-02-24T14:14:24.469Z Compiling futures-io v0.3.31
13762026-02-24T14:14:24.570Z Compiling minimal-lexical v0.2.1
13772026-02-24T14:14:24.721Z Compiling synstructure v0.13.1
13782026-02-24T14:14:24.743Z Compiling indexmap v2.13.0
13792026-02-24T14:14:25.060Z Compiling nom v7.1.3
13802026-02-24T14:14:25.861Z Compiling libloading v0.8.5
13812026-02-24T14:14:26.053Z Compiling ident_case v1.0.1
13822026-02-24T14:14:26.075Z Compiling base64ct v1.6.0
13832026-02-24T14:14:26.240Z Compiling bindgen v0.69.5
13842026-02-24T14:14:26.263Z Compiling home v0.5.9
13852026-02-24T14:14:26.468Z Compiling itertools v0.12.1
13862026-02-24T14:14:26.665Z Compiling pem-rfc7468 v0.7.0
13872026-02-24T14:14:27.227Z Compiling form_urlencoded v1.2.2
13882026-02-24T14:14:27.310Z Compiling flagset v0.4.6
13892026-02-24T14:14:27.555Z Compiling rustc-hash v1.1.0
13902026-02-24T14:14:27.575Z Compiling lazycell v1.3.0
13912026-02-24T14:14:27.734Z Compiling rand_core v0.9.3
13922026-02-24T14:14:27.763Z Compiling cmake v0.1.51
13932026-02-24T14:14:28.322Z Compiling cexpr v0.6.0
13942026-02-24T14:14:28.419Z Compiling fs_extra v1.3.0
13952026-02-24T14:14:28.641Z Compiling iana-time-zone v0.1.63
13962026-02-24T14:14:28.955Z Compiling dunce v1.0.5
13972026-02-24T14:14:29.031Z Compiling paste v1.0.15
13982026-02-24T14:14:29.110Z Compiling foldhash v0.1.5
13992026-02-24T14:14:29.207Z Compiling rustc_version v0.4.1
14002026-02-24T14:14:29.338Z Compiling uuid v1.19.0
14012026-02-24T14:14:29.408Z Compiling hashbrown v0.15.4
14022026-02-24T14:14:29.571Z Compiling regex v1.11.3
14032026-02-24T14:14:29.618Z Compiling serde_derive v1.0.228
14042026-02-24T14:14:29.809Z Compiling zeroize_derive v1.4.2
14052026-02-24T14:14:29.846Z Compiling zerofrom-derive v0.1.4
14062026-02-24T14:14:30.515Z Compiling yoke-derive v0.7.4
14072026-02-24T14:14:30.657Z Compiling zerovec-derive v0.10.3
14082026-02-24T14:14:30.879Z Compiling displaydoc v0.2.5
14092026-02-24T14:14:31.203Z Compiling zeroize v1.8.1
14102026-02-24T14:14:32.460Z Compiling icu_provider_macros v1.5.0
14112026-02-24T14:14:33.004Z Compiling crypto-common v0.1.6
14122026-02-24T14:14:33.151Z Compiling block-buffer v0.10.4
14132026-02-24T14:14:33.253Z Compiling zerofrom v0.1.4
14142026-02-24T14:14:33.256Z Compiling zerocopy-derive v0.7.35
14152026-02-24T14:14:33.294Z Compiling tokio-macros v2.6.0
14162026-02-24T14:14:33.434Z Compiling digest v0.10.7
14172026-02-24T14:14:33.477Z Compiling yoke v0.7.4
14182026-02-24T14:14:33.499Z Compiling thiserror-impl v2.0.18
14192026-02-24T14:14:33.847Z Compiling zerovec v0.10.4
14202026-02-24T14:14:33.942Z Compiling hmac v0.12.1
14212026-02-24T14:14:34.219Z Compiling block-padding v0.3.3
14222026-02-24T14:14:34.416Z Compiling futures-macro v0.3.31
14232026-02-24T14:14:34.488Z Compiling inout v0.1.3
14242026-02-24T14:14:34.787Z Compiling cipher v0.4.4
14252026-02-24T14:14:34.854Z Compiling sha2 v0.10.9
14262026-02-24T14:14:35.181Z Compiling zerocopy v0.7.35
14272026-02-24T14:14:35.280Z Compiling der_derive v0.7.3
14282026-02-24T14:14:35.976Z Compiling tinystr v0.7.6
14292026-02-24T14:14:36.274Z Compiling icu_collections v1.5.0
14302026-02-24T14:14:36.306Z Compiling icu_locid v1.5.0
14312026-02-24T14:14:36.372Z Compiling futures-util v0.3.31
14322026-02-24T14:14:36.644Z Compiling thiserror v2.0.18
14332026-02-24T14:14:36.700Z Compiling ppv-lite86 v0.2.20
14342026-02-24T14:14:36.820Z Compiling pest v2.8.2
14352026-02-24T14:14:36.908Z Compiling serde v1.0.228
14362026-02-24T14:14:37.484Z Compiling icu_provider v1.5.0
14372026-02-24T14:14:37.539Z Compiling der v0.7.10
14382026-02-24T14:14:37.591Z Compiling salsa20 v0.10.2
14392026-02-24T14:14:37.840Z Compiling pbkdf2 v0.12.2
14402026-02-24T14:14:38.035Z Compiling bitflags v2.9.4
14412026-02-24T14:14:38.189Z Compiling bytes v1.11.1
14422026-02-24T14:14:38.213Z Compiling icu_locid_transform v1.5.0
14432026-02-24T14:14:38.433Z Compiling chrono v0.4.43
14442026-02-24T14:14:38.561Z Compiling vcpkg v0.2.15
14452026-02-24T14:14:39.662Z Compiling tokio v1.49.0
14462026-02-24T14:14:39.860Z Compiling icu_properties v1.5.1
14472026-02-24T14:14:40.265Z Compiling spki v0.7.3
14482026-02-24T14:14:40.474Z Compiling zerocopy v0.8.27
14492026-02-24T14:14:40.574Z Compiling openssl-sys v0.9.109
14502026-02-24T14:14:40.644Z Compiling pest_meta v2.8.2
14512026-02-24T14:14:41.441Z Compiling http v1.4.0
14522026-02-24T14:14:41.781Z Compiling scrypt v0.11.0
14532026-02-24T14:14:41.838Z Compiling rand_chacha v0.9.0
14542026-02-24T14:14:42.304Z Compiling which v4.4.2
14552026-02-24T14:14:42.856Z Compiling aes v0.8.4
14562026-02-24T14:14:42.966Z Compiling cbc v0.1.2
14572026-02-24T14:14:43.241Z Compiling zerocopy-derive v0.8.27
14582026-02-24T14:14:43.491Z Compiling rand v0.9.2
14592026-02-24T14:14:43.514Z Compiling pest_generator v2.8.2
14602026-02-24T14:14:44.483Z Compiling icu_normalizer v1.5.0
14612026-02-24T14:14:45.097Z Compiling pkcs5 v0.7.1
14622026-02-24T14:14:45.297Z Compiling tracing-attributes v0.1.27
14632026-02-24T14:14:45.462Z Compiling idna_adapter v1.2.0
14642026-02-24T14:14:45.585Z Compiling serde_derive_internals v0.29.1
14652026-02-24T14:14:45.740Z Compiling idna v1.0.3
14662026-02-24T14:14:46.197Z Compiling ring v0.17.14
14672026-02-24T14:14:46.224Z Compiling tracing-core v0.1.32
14682026-02-24T14:14:47.271Z Compiling url v2.5.4
14692026-02-24T14:14:47.331Z Compiling schemars v0.8.22
14702026-02-24T14:14:47.452Z Compiling aws-lc-rs v1.12.4
14712026-02-24T14:14:47.721Z Compiling adler2 v2.0.0
14722026-02-24T14:14:47.820Z Compiling rustix v1.1.3
14732026-02-24T14:14:47.935Z Compiling miniz_oxide v0.8.5
14742026-02-24T14:14:47.957Z Compiling schemars_derive v0.8.22
14752026-02-24T14:14:48.483Z Compiling tokio-util v0.7.15
14762026-02-24T14:14:48.906Z Compiling tracing v0.1.40
14772026-02-24T14:14:49.331Z Compiling pkcs8 v0.10.2
14782026-02-24T14:14:49.428Z Compiling pest_derive v2.8.2
14792026-02-24T14:14:49.982Z Compiling http-body v1.0.1
14802026-02-24T14:14:50.097Z Compiling scroll_derive v0.13.1
14812026-02-24T14:14:50.249Z Compiling darling_core v0.20.10
14822026-02-24T14:14:50.272Z Compiling dyn-clone v1.0.20
14832026-02-24T14:14:50.515Z Compiling rustls-pki-types v1.10.0
14842026-02-24T14:14:50.667Z Compiling tinyvec_macros v0.1.1
14852026-02-24T14:14:50.722Z Compiling base64 v0.22.1
14862026-02-24T14:14:50.785Z Compiling httparse v1.9.5
14872026-02-24T14:14:51.401Z Compiling tinyvec v1.8.0
14882026-02-24T14:14:51.943Z Compiling scroll v0.13.0
14892026-02-24T14:14:52.433Z Compiling bzip2-sys v0.1.13+1.0.8
14902026-02-24T14:14:52.927Z Compiling zstd-sys v2.0.14+zstd.1.5.7
14912026-02-24T14:14:52.954Z Compiling powerfmt v0.2.0
14922026-02-24T14:14:53.355Z Compiling num-conv v0.1.0
14932026-02-24T14:14:53.508Z Compiling atomic-waker v1.1.2
14942026-02-24T14:14:53.617Z Compiling tower-service v0.3.3
14952026-02-24T14:14:53.694Z Compiling tower-layer v0.3.3
14962026-02-24T14:14:53.717Z Compiling untrusted v0.7.1
14972026-02-24T14:14:53.766Z Compiling try-lock v0.2.5
14982026-02-24T14:14:53.904Z Compiling openssl v0.10.73
14992026-02-24T14:14:53.951Z Compiling time-core v0.1.6
15002026-02-24T14:14:53.997Z Compiling untrusted v0.9.0
15012026-02-24T14:14:54.154Z Compiling openssl-probe v0.1.5
15022026-02-24T14:14:54.199Z Compiling foreign-types-shared v0.1.1
15032026-02-24T14:14:54.230Z Compiling time-macros v0.2.24
15042026-02-24T14:14:54.331Z Compiling foreign-types v0.3.2
15052026-02-24T14:14:54.383Z Compiling tempfile v3.24.0
15062026-02-24T14:14:54.438Z Compiling want v0.3.1
15072026-02-24T14:14:54.633Z Compiling h2 v0.4.6
15082026-02-24T14:14:54.721Z Compiling deranged v0.5.3
15092026-02-24T14:14:55.927Z Compiling darling_macro v0.20.10
15102026-02-24T14:14:56.569Z Compiling goblin v0.10.2
15112026-02-24T14:14:56.774Z Compiling darling v0.20.10
15122026-02-24T14:14:57.238Z Compiling ipnet v2.11.0
15132026-02-24T14:14:57.468Z Compiling openssl-macros v0.1.1
15142026-02-24T14:14:58.190Z Compiling wait-timeout v0.2.0
15152026-02-24T14:14:58.228Z Compiling quick-error v1.2.3
15162026-02-24T14:14:58.337Z Compiling syn v1.0.109
15172026-02-24T14:14:58.400Z Compiling gimli v0.31.1
15182026-02-24T14:14:58.562Z Compiling usdt-impl v0.6.0
15192026-02-24T14:14:58.675Z Compiling num_threads v0.1.7
15202026-02-24T14:14:58.837Z Compiling httpdate v1.0.3
15212026-02-24T14:14:58.918Z Compiling rustls v0.23.19
15222026-02-24T14:14:58.941Z Compiling crossbeam-utils v0.8.21
15232026-02-24T14:14:59.257Z Compiling bit-vec v0.8.0
15242026-02-24T14:14:59.275Z Compiling native-tls v0.2.12
15252026-02-24T14:14:59.644Z Compiling bit-set v0.8.0
15262026-02-24T14:14:59.702Z Compiling time v0.3.43
15272026-02-24T14:14:59.723Z Compiling rusty-fork v0.3.0
15282026-02-24T14:15:00.393Z Compiling derive_builder_core v0.20.2
15292026-02-24T14:15:02.645Z Compiling addr2line v0.24.2
15302026-02-24T14:15:03.100Z Compiling hyper v1.8.1
15312026-02-24T14:15:03.467Z Compiling dof v0.4.0
15322026-02-24T14:15:03.490Z Compiling unicode-normalization v0.1.24
15332026-02-24T14:15:04.342Z Compiling dtrace-parser v0.3.0
15342026-02-24T14:15:04.573Z Compiling signature v2.2.0
15352026-02-24T14:15:04.869Z Compiling heapless v0.7.17
15362026-02-24T14:15:05.325Z Compiling scroll_derive v0.12.0
15372026-02-24T14:15:05.734Z Compiling thiserror-impl v1.0.69
15382026-02-24T14:15:06.260Z Compiling rand_xorshift v0.4.0
15392026-02-24T14:15:06.568Z Compiling darling_core v0.21.0
15402026-02-24T14:15:06.771Z Compiling slog v2.8.2
15412026-02-24T14:15:06.866Z Compiling thread-id v5.0.0
15422026-02-24T14:15:07.007Z Compiling cookie v0.18.1
15432026-02-24T14:15:07.118Z Compiling crc32fast v1.4.2
15442026-02-24T14:15:07.142Z Compiling object v0.36.5
15452026-02-24T14:15:07.345Z Compiling zlib-rs v0.5.1
15462026-02-24T14:15:07.446Z Compiling signal-hook v0.3.18
15472026-02-24T14:15:07.450Z Compiling rustc-demangle v0.1.24
15482026-02-24T14:15:07.775Z Compiling unicode-properties v0.1.3
15492026-02-24T14:15:08.190Z Compiling unicode-bidi v0.3.17
15502026-02-24T14:15:08.308Z Compiling zstd-safe v7.2.3
15512026-02-24T14:15:08.624Z Compiling siphasher v0.3.11
15522026-02-24T14:15:08.696Z Compiling anyhow v1.0.99
15532026-02-24T14:15:08.979Z Compiling unarray v0.1.4
15542026-02-24T14:15:09.175Z Compiling proptest v1.7.0
15552026-02-24T14:15:09.294Z Compiling stringprep v0.1.5
15562026-02-24T14:15:09.456Z Compiling phf_shared v0.11.2
15572026-02-24T14:15:09.787Z Compiling thiserror v1.0.69
15582026-02-24T14:15:10.010Z Compiling scroll v0.12.0
15592026-02-24T14:15:10.293Z Compiling hyper-util v0.1.19
15602026-02-24T14:15:11.322Z Compiling derive_builder_macro v0.20.2
15612026-02-24T14:15:12.655Z Compiling darling_macro v0.21.0
15622026-02-24T14:15:13.351Z Compiling ipnetwork v0.21.1
15632026-02-24T14:15:13.645Z Compiling libz-rs-sys v0.5.1
15642026-02-24T14:15:13.982Z Compiling backtrace v0.3.74
15652026-02-24T14:15:14.201Z Compiling erased-serde v0.3.31
15662026-02-24T14:15:14.294Z Compiling toml_datetime v0.6.11
15672026-02-24T14:15:14.507Z Compiling serde_spanned v0.6.9
15682026-02-24T14:15:14.532Z Compiling serde_tokenstream v0.2.2
15692026-02-24T14:15:14.780Z Compiling rand_chacha v0.3.1
15702026-02-24T14:15:14.886Z Compiling md-5 v0.10.6
15712026-02-24T14:15:15.179Z Compiling curve25519-dalek v4.1.3
15722026-02-24T14:15:15.202Z Compiling vergen-lib v0.1.6
15732026-02-24T14:15:15.553Z Compiling num-integer v0.1.46
15742026-02-24T14:15:15.576Z Compiling sync_wrapper v1.0.1
15752026-02-24T14:15:15.790Z Compiling hash32 v0.2.1
15762026-02-24T14:15:15.938Z Compiling ff v0.13.0
15772026-02-24T14:15:16.193Z Compiling memoffset v0.9.1
15782026-02-24T14:15:16.216Z Compiling ref-cast v1.0.25
15792026-02-24T14:15:16.316Z Compiling smoltcp v0.9.1
15802026-02-24T14:15:16.557Z Compiling num-bigint-dig v0.8.6
15812026-02-24T14:15:16.811Z Compiling fallible-iterator v0.2.0
15822026-02-24T14:15:16.831Z Compiling cfg_aliases v0.2.1
15832026-02-24T14:15:16.852Z Compiling litrs v0.4.1
15842026-02-24T14:15:16.910Z Compiling psl-types v2.0.11
15852026-02-24T14:15:16.952Z Compiling base16ct v0.2.0
15862026-02-24T14:15:17.014Z Compiling nix v0.29.0
15872026-02-24T14:15:17.143Z Compiling publicsuffix v2.3.0
15882026-02-24T14:15:17.307Z Compiling sec1 v0.7.3
15892026-02-24T14:15:17.476Z Compiling postgres-protocol v0.6.8
15902026-02-24T14:15:17.780Z Compiling group v0.13.0
15912026-02-24T14:15:17.907Z Compiling num-iter v0.1.45
15922026-02-24T14:15:17.946Z Compiling document-features v0.2.11
15932026-02-24T14:15:18.137Z Compiling tower v0.5.2
15942026-02-24T14:15:18.677Z Compiling rand v0.8.5
15952026-02-24T14:15:19.007Z Compiling newtype-uuid v1.3.2
15962026-02-24T14:15:19.202Z Compiling flate2 v1.1.2
15972026-02-24T14:15:19.225Z Compiling oxnet v0.1.4
15982026-02-24T14:15:19.656Z Compiling darling v0.21.0
15992026-02-24T14:15:19.794Z Compiling derive_builder v0.20.2
16002026-02-24T14:15:19.912Z Compiling tokio-native-tls v0.3.1
16012026-02-24T14:15:20.003Z Compiling goblin v0.8.2
16022026-02-24T14:15:20.665Z Compiling rustls-native-certs v0.8.1
16032026-02-24T14:15:20.778Z Compiling webpki-roots v1.0.1
16042026-02-24T14:15:21.015Z Compiling http-body-util v0.1.3
16052026-02-24T14:15:21.037Z Compiling strum_macros v0.27.2
16062026-02-24T14:15:21.224Z Compiling terminal_size v0.4.0
16072026-02-24T14:15:21.335Z Compiling cargo-platform v0.1.8
16082026-02-24T14:15:21.465Z Compiling hkdf v0.12.4
16092026-02-24T14:15:21.570Z Compiling crypto-bigint v0.5.5
16102026-02-24T14:15:21.761Z Compiling curve25519-dalek-derive v0.1.1
16112026-02-24T14:15:21.833Z Compiling ref-cast-impl v1.0.25
16122026-02-24T14:15:23.020Z Compiling daft-derive v0.1.4
16132026-02-24T14:15:23.232Z Compiling async-trait v0.1.89
16142026-02-24T14:15:23.256Z Compiling hubpack_derive v0.1.1
16152026-02-24T14:15:24.204Z Compiling vergen v9.0.6
16162026-02-24T14:15:24.563Z Compiling ahash v0.8.12
16172026-02-24T14:15:24.653Z Compiling fs-err v3.1.1
16182026-02-24T14:15:24.961Z Compiling lockfree-object-pool v0.1.6
16192026-02-24T14:15:25.054Z Compiling unicode-segmentation v1.12.0
16202026-02-24T14:15:25.235Z Compiling managed v0.8.0
16212026-02-24T14:15:25.740Z Compiling buf-list v1.0.3
16222026-02-24T14:15:25.813Z Compiling ryu v1.0.18
16232026-02-24T14:15:25.958Z Compiling winnow v0.5.40
16242026-02-24T14:15:26.177Z Compiling bitflags v1.3.2
16252026-02-24T14:15:26.200Z Compiling iri-string v0.7.8
16262026-02-24T14:15:26.310Z Compiling simd-adler32 v0.3.7
16272026-02-24T14:15:26.404Z Compiling bumpalo v3.16.0
16282026-02-24T14:15:26.858Z Compiling zopfli v0.8.1
16292026-02-24T14:15:26.885Z Compiling clap_builder v4.5.48
16302026-02-24T14:15:28.482Z Compiling strum v0.27.2
16312026-02-24T14:15:28.700Z Compiling serde_urlencoded v0.7.1
16322026-02-24T14:15:29.238Z Compiling tower-http v0.6.6
16332026-02-24T14:15:29.306Z Compiling toml_edit v0.19.15
16342026-02-24T14:15:29.535Z Compiling dof v0.3.0
16352026-02-24T14:15:29.944Z Compiling elliptic-curve v0.13.8
16362026-02-24T14:15:30.045Z Compiling daft v0.1.4
16372026-02-24T14:15:30.127Z Compiling hubpack v0.1.2
16382026-02-24T14:15:30.835Z Compiling cargo_metadata v0.19.2
16392026-02-24T14:15:30.881Z Compiling hyper-tls v0.6.0
16402026-02-24T14:15:31.290Z Compiling cookie_store v0.21.1
16412026-02-24T14:15:31.319Z Compiling signal-hook-mio v0.2.4
16422026-02-24T14:15:31.507Z Compiling zstd v0.13.3
16432026-02-24T14:15:33.587Z Compiling serde_with_macros v3.16.1
16442026-02-24T14:15:34.324Z Compiling postgres-types v0.2.9
16452026-02-24T14:15:34.868Z Compiling usdt-macro v0.6.0
16462026-02-24T14:15:35.627Z Compiling usdt-attr-macro v0.6.0
16472026-02-24T14:15:36.151Z Compiling dtrace-parser v0.2.0
16482026-02-24T14:15:36.176Z Compiling phf v0.11.2
16492026-02-24T14:15:36.223Z Compiling ed25519 v2.2.3
16502026-02-24T14:15:36.463Z Compiling bzip2 v0.5.2
16512026-02-24T14:15:36.502Z Compiling bzip2 v0.4.4
16522026-02-24T14:15:36.880Z Compiling pkcs1 v0.7.5
16532026-02-24T14:15:36.904Z Compiling enum-as-inner v0.6.1
16542026-02-24T14:15:37.293Z Compiling clap_derive v4.5.47
16552026-02-24T14:15:37.771Z Compiling strum_macros v0.26.4
16562026-02-24T14:15:38.055Z Compiling hex v0.4.3
16572026-02-24T14:15:38.103Z Compiling serde-big-array v0.5.1
16582026-02-24T14:15:38.311Z Compiling rfc6979 v0.4.0
16592026-02-24T14:15:38.371Z Compiling serde_repr v0.1.19
16602026-02-24T14:15:38.537Z Compiling bstr v1.10.0
16612026-02-24T14:15:38.683Z Compiling float-cmp v0.10.0
16622026-02-24T14:15:38.905Z Compiling env_filter v0.1.2
16632026-02-24T14:15:38.993Z Compiling socket2 v0.5.10
16642026-02-24T14:15:39.485Z Compiling memmap2 v0.9.8
16652026-02-24T14:15:39.573Z Compiling encoding_rs v0.8.34
16662026-02-24T14:15:39.880Z Compiling difflib v0.4.0
16672026-02-24T14:15:39.907Z Compiling rustc-hash v2.1.1
16682026-02-24T14:15:40.043Z Compiling keccak v0.1.5
16692026-02-24T14:15:40.127Z Compiling static_assertions v1.1.0
16702026-02-24T14:15:40.257Z Compiling fixedbitset v0.4.2
16712026-02-24T14:15:40.720Z Compiling new_debug_unreachable v1.0.6
16722026-02-24T14:15:40.872Z Compiling precomputed-hash v0.1.1
16732026-02-24T14:15:41.029Z Compiling normalize-line-endings v0.3.0
16742026-02-24T14:15:41.195Z Compiling jiff v0.2.15
16752026-02-24T14:15:41.303Z Compiling whoami v1.5.2
16762026-02-24T14:15:41.680Z Compiling data-encoding v2.9.0
16772026-02-24T14:15:41.893Z Compiling fixedbitset v0.5.7
16782026-02-24T14:15:42.122Z Compiling mime v0.3.17
16792026-02-24T14:15:42.253Z Compiling predicates-core v1.0.8
16802026-02-24T14:15:42.550Z Compiling foldhash v0.2.0
16812026-02-24T14:15:42.591Z Compiling toml_edit v0.22.27
16822026-02-24T14:15:42.651Z Compiling predicates v3.1.3
16832026-02-24T14:15:42.990Z Compiling iddqd v0.3.16
16842026-02-24T14:15:43.329Z Compiling petgraph v0.8.2
16852026-02-24T14:15:43.382Z Compiling hickory-proto v0.25.2
16862026-02-24T14:15:44.165Z Compiling strum v0.26.3
16872026-02-24T14:15:44.391Z Compiling clap v4.5.48
16882026-02-24T14:15:44.533Z Compiling tokio-postgres v0.7.13
16892026-02-24T14:15:45.723Z Compiling string_cache v0.8.9
16902026-02-24T14:15:45.805Z Compiling petgraph v0.6.5
16912026-02-24T14:15:46.216Z Compiling sha3 v0.10.8
16922026-02-24T14:15:47.319Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
16932026-02-24T14:15:48.082Z Compiling usdt v0.6.0
16942026-02-24T14:15:48.599Z Compiling zip v4.2.0
16952026-02-24T14:15:49.525Z Compiling usdt-impl v0.5.0
16962026-02-24T14:15:49.810Z Compiling similar v2.7.0
16972026-02-24T14:15:50.002Z Compiling env_logger v0.11.8
16982026-02-24T14:15:50.807Z Compiling serde_with v3.16.1
16992026-02-24T14:15:50.884Z Compiling ecdsa v0.16.9
17002026-02-24T14:15:50.907Z Compiling rsa v0.9.8
17012026-02-24T14:15:51.794Z Compiling zip v0.6.6
17022026-02-24T14:15:51.915Z Compiling ed25519-dalek v2.1.1
17032026-02-24T14:15:53.316Z Compiling toml v0.7.8
17042026-02-24T14:15:54.027Z Compiling crossterm v0.28.1
17052026-02-24T14:15:55.104Z Compiling heck v0.4.1
17062026-02-24T14:15:55.314Z Compiling crossbeam-epoch v0.9.18
17072026-02-24T14:15:55.372Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
17082026-02-24T14:15:55.397Z Compiling tokio-stream v0.1.17
17092026-02-24T14:15:55.538Z Compiling x509-cert v0.2.5
17102026-02-24T14:15:55.632Z Compiling openapiv3 v2.2.0
17112026-02-24T14:15:55.851Z Compiling sha1 v0.10.6
17122026-02-24T14:15:56.045Z Compiling itertools v0.13.0
17132026-02-24T14:15:56.311Z Compiling itertools v0.10.5
17142026-02-24T14:15:56.415Z Compiling winnow v0.6.26
17152026-02-24T14:15:57.246Z Compiling lalrpop-util v0.19.12
17162026-02-24T14:15:57.642Z Compiling peg-runtime v0.8.5
17172026-02-24T14:15:58.236Z Compiling thread_local v1.1.8
17182026-02-24T14:15:58.745Z Compiling slog-async v2.8.0
17192026-02-24T14:15:58.892Z Compiling crossbeam-channel v0.5.15
17202026-02-24T14:15:58.926Z Compiling xattr v1.3.1
17212026-02-24T14:15:59.013Z Compiling futures-executor v0.3.31
17222026-02-24T14:15:59.204Z Compiling filetime v0.2.26
17232026-02-24T14:15:59.355Z Compiling is-terminal v0.4.13
17242026-02-24T14:15:59.520Z Compiling take_mut v0.2.2
17252026-02-24T14:15:59.541Z Compiling term v1.1.0
17262026-02-24T14:15:59.564Z Compiling tar v0.4.44
17272026-02-24T14:15:59.768Z Compiling futures v0.3.31
17282026-02-24T14:16:00.794Z Compiling slog-term v2.9.2
17292026-02-24T14:16:03.302Z Compiling aws-lc-sys v0.26.0
17302026-02-24T14:16:34.920Z Compiling rustls-webpki v0.102.8
17312026-02-24T14:16:39.707Z Compiling tokio-rustls v0.26.0
17322026-02-24T14:16:39.982Z Compiling hyper-rustls v0.27.7
17332026-02-24T14:16:40.295Z Compiling reqwest v0.12.24
17342026-02-24T14:16:44.330Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
17352026-02-24T14:16:44.675Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
17362026-02-24T14:16:49.642Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 36s
17372026-02-24T14:16:49.822Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control`
17382026-02-24T14:16:49.882ZFeb 24 14:16:48.501 INFO Starting download, target: Clickhouse
17392026-02-24T14:16:49.882ZFeb 24 14:16:48.502 INFO Starting download, target: Console
17402026-02-24T14:16:49.882ZFeb 24 14:16:48.502 INFO Starting download, target: DendriteStub
17412026-02-24T14:16:49.882ZFeb 24 14:16:48.502 INFO Starting download, target: Cockroach
17422026-02-24T14:16:49.885ZFeb 24 14:16:48.502 INFO Starting download, target: MaghemiteMgd
17432026-02-24T14:16:49.885ZFeb 24 14:16:48.502 INFO Starting download, target: TransceiverControl
17442026-02-24T14:16:49.885ZFeb 24 14:16:48.502 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
17452026-02-24T14:16:49.885ZFeb 24 14:16:48.502 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
17462026-02-24T14:16:49.885ZFeb 24 14:16:48.502 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
17472026-02-24T14:16:49.886ZFeb 24 14:16:48.502 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
17482026-02-24T14:16:49.886ZFeb 24 14:16:48.502 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse
17492026-02-24T14:16:49.886ZFeb 24 14:16:48.502 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
17502026-02-24T14:16:50.161ZFeb 24 14:16:48.777 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
17512026-02-24T14:16:50.492ZFeb 24 14:16:49.110 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
17522026-02-24T14:16:50.586ZFeb 24 14:16:49.198 INFO Download complete, target: TransceiverControl
17532026-02-24T14:16:50.947ZFeb 24 14:16:49.560 INFO Download complete, target: Console
17542026-02-24T14:16:51.262ZFeb 24 14:16:49.866 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
17552026-02-24T14:16:51.533ZFeb 24 14:16:50.152 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
17562026-02-24T14:16:52.223ZFeb 24 14:16:50.842 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
17572026-02-24T14:16:52.223ZFeb 24 14:16:50.843 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
17582026-02-24T14:16:52.537ZFeb 24 14:16:51.156 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse
17592026-02-24T14:16:55.346ZFeb 24 14:16:53.965 INFO Download complete, target: DendriteStub
17602026-02-24T14:16:55.548ZFeb 24 14:16:54.165 INFO Download complete, target: MaghemiteMgd
17612026-02-24T14:17:00.008ZFeb 24 14:16:58.627 INFO Checking that binary works, target: Cockroach
17622026-02-24T14:17:00.144ZFeb 24 14:16:58.762 INFO Download complete, target: Cockroach
17632026-02-24T14:17:03.605ZFeb 24 14:17:02.223 INFO Checking that binary works, target: Clickhouse
17642026-02-24T14:17:03.825ZFeb 24 14:17:02.443 INFO Download complete, target: Clickhouse
17652026-02-24T14:17:03.832ZAll prerequisites installed successfully
17662026-02-24T14:17:03.835Z
17672026-02-24T14:17:03.835Zreal 6:34.997967741
17682026-02-24T14:17:03.835Zuser 18:59.984471706
17692026-02-24T14:17:03.835Zsys 2:36.095644751
17702026-02-24T14:17:03.835Ztrap 0.688642230
17712026-02-24T14:17:03.835Ztflt 1.588436655
17722026-02-24T14:17:03.835Zdflt 1.803667859
17732026-02-24T14:17:03.835Zkflt 0.092784965
17742026-02-24T14:17:03.835Zlock 45:22.992483352
17752026-02-24T14:17:03.835Zslp 1:11:41.297746378
17762026-02-24T14:17:03.835Zlat 1:19.968524340
17772026-02-24T14:17:03.835Zstop 3:18.123416757
17782026-02-24T14:17:03.835Z+ ptime -m cargo xtask download softnpu
17792026-02-24T14:17:04.618Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s
17802026-02-24T14:17:04.650Z Running `target/debug/xtask download softnpu`
17812026-02-24T14:17:05.811Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.12s
17822026-02-24T14:17:05.874Z Running `target/debug/xtask-downloader softnpu`
17832026-02-24T14:17:05.922ZFeb 24 14:17:04.539 INFO Starting download, target: Softnpu
17842026-02-24T14:17:05.926ZFeb 24 14:17:04.540 INFO Downloading out/npuzone/npuzone (attempt 1/3), target: Softnpu
17852026-02-24T14:17:06.720ZFeb 24 14:17:05.338 INFO Download complete, target: Softnpu
17862026-02-24T14:17:06.725Z
17872026-02-24T14:17:06.728Zreal 2.884927398
17882026-02-24T14:17:06.728Zuser 1.734046744
17892026-02-24T14:17:06.728Zsys 0.748993331
17902026-02-24T14:17:06.728Ztrap 0.001288700
17912026-02-24T14:17:06.728Ztflt 0.000141836
17922026-02-24T14:17:06.728Zdflt 0.000128838
17932026-02-24T14:17:06.728Zkflt 0.000000000
17942026-02-24T14:17:06.728Zlock 8.775738430
17952026-02-24T14:17:06.728Zslp 0.650788838
17962026-02-24T14:17:06.728Zlat 0.084271119
17972026-02-24T14:17:06.728Zstop 0.000175101
17982026-02-24T14:17:06.728Z+ export CARGO_INCREMENTAL=0
17992026-02-24T14:17:06.728Z+ CARGO_INCREMENTAL=0
18002026-02-24T14:17:06.728Z+ ptime -m cargo run --locked --release --bin omicron-package -- -t test target create -p dev
18012026-02-24T14:17:08.078Z Compiling proc-macro2 v1.0.101
18022026-02-24T14:17:08.078Z Compiling unicode-ident v1.0.19
18032026-02-24T14:17:08.081Z Compiling libc v0.2.180
18042026-02-24T14:17:08.081Z Compiling serde_core v1.0.228
18052026-02-24T14:17:08.081Z Compiling serde v1.0.228
18062026-02-24T14:17:08.081Z Compiling autocfg v1.4.0
18072026-02-24T14:17:08.081Z Compiling cfg-if v1.0.4
18082026-02-24T14:17:08.386Z Compiling version_check v0.9.5
18092026-02-24T14:17:08.441Z Compiling memchr v2.7.4
18102026-02-24T14:17:08.500Z Compiling shlex v1.3.0
18112026-02-24T14:17:08.964Z Compiling find-msvc-tools v0.1.9
18122026-02-24T14:17:08.991Z Compiling lock_api v0.4.12
18132026-02-24T14:17:09.339Z Compiling value-bag v1.12.0
18142026-02-24T14:17:09.362Z Compiling zmij v1.0.15
18152026-02-24T14:17:09.668Z Compiling typenum v1.17.0
18162026-02-24T14:17:09.862Z Compiling log v0.4.29
18172026-02-24T14:17:09.885Z Compiling portable-atomic v1.11.0
18182026-02-24T14:17:10.307Z Compiling quote v1.0.40
18192026-02-24T14:17:10.451Z Compiling jobserver v0.1.32
18202026-02-24T14:17:10.585Z Compiling serde_json v1.0.149
18212026-02-24T14:17:10.657Z Compiling generic-array v0.14.7
18222026-02-24T14:17:10.749Z Compiling syn v2.0.114
18232026-02-24T14:17:10.858Z Compiling cc v1.2.56
18242026-02-24T14:17:10.959Z Compiling getrandom v0.3.4
18252026-02-24T14:17:11.025Z Compiling libm v0.2.8
18262026-02-24T14:17:11.125Z Compiling num-traits v0.2.19
18272026-02-24T14:17:11.484Z Compiling scopeguard v1.2.0
18282026-02-24T14:17:11.520Z Compiling parking_lot_core v0.9.10
18292026-02-24T14:17:11.557Z Compiling smallvec v1.15.1
18302026-02-24T14:17:11.978Z Compiling regex-syntax v0.8.5
18312026-02-24T14:17:12.142Z Compiling itoa v1.0.11
18322026-02-24T14:17:12.921Z Compiling getrandom v0.2.15
18332026-02-24T14:17:13.109Z Compiling thiserror v2.0.18
18342026-02-24T14:17:13.315Z Compiling pkg-config v0.3.31
18352026-02-24T14:17:13.539Z Compiling aho-corasick v1.1.3
18362026-02-24T14:17:13.606Z Compiling rustix v0.38.37
18372026-02-24T14:17:14.171Z Compiling errno v0.3.12
18382026-02-24T14:17:14.232Z Compiling stable_deref_trait v1.2.0
18392026-02-24T14:17:14.362Z Compiling either v1.15.0
18402026-02-24T14:17:14.433Z Compiling spin v0.9.8
18412026-02-24T14:17:14.549Z Compiling slab v0.4.9
18422026-02-24T14:17:14.569Z Compiling allocator-api2 v0.2.21
18432026-02-24T14:17:14.850Z Compiling equivalent v1.0.2
18442026-02-24T14:17:14.932Z Compiling semver v1.0.27
18452026-02-24T14:17:15.118Z Compiling lazy_static v1.5.0
18462026-02-24T14:17:15.574Z Compiling regex-automata v0.4.11
18472026-02-24T14:17:15.620Z Compiling schemars v0.8.22
18482026-02-24T14:17:17.143Z Compiling rand_core v0.6.4
18492026-02-24T14:17:17.776Z Compiling byteorder v1.5.0
18502026-02-24T14:17:17.808Z Compiling critical-section v1.1.3
18512026-02-24T14:17:17.998Z Compiling once_cell v1.21.3
18522026-02-24T14:17:18.307Z Compiling synstructure v0.13.1
18532026-02-24T14:17:18.505Z Compiling serde_derive_internals v0.29.1
18542026-02-24T14:17:19.081Z Compiling writeable v0.5.5
18552026-02-24T14:17:19.130Z Compiling glob v0.3.2
18562026-02-24T14:17:19.513Z Compiling litemap v0.7.3
18572026-02-24T14:17:20.015Z Compiling subtle v2.6.1
18582026-02-24T14:17:20.134Z Compiling clang-sys v1.8.1
18592026-02-24T14:17:20.239Z Compiling pin-project-lite v0.2.14
18602026-02-24T14:17:20.343Z Compiling prettyplease v0.2.36
18612026-02-24T14:17:20.366Z Compiling percent-encoding v2.3.2
18622026-02-24T14:17:20.598Z Compiling fnv v1.0.7
18632026-02-24T14:17:20.758Z Compiling minimal-lexical v0.2.1
18642026-02-24T14:17:20.838Z Compiling icu_locid_transform_data v1.5.0
18652026-02-24T14:17:21.012Z Compiling libloading v0.8.5
18662026-02-24T14:17:21.063Z Compiling regex v1.11.3
18672026-02-24T14:17:21.267Z Compiling nom v7.1.3
18682026-02-24T14:17:21.387Z Compiling home v0.5.9
18692026-02-24T14:17:21.633Z Compiling icu_properties_data v1.5.0
18702026-02-24T14:17:21.772Z Compiling serde_derive v1.0.228
18712026-02-24T14:17:21.801Z Compiling zeroize_derive v1.4.2
18722026-02-24T14:17:21.897Z Compiling zerofrom-derive v0.1.4
18732026-02-24T14:17:21.973Z Compiling yoke-derive v0.7.4
18742026-02-24T14:17:22.016Z Compiling zerovec-derive v0.10.3
18752026-02-24T14:17:22.082Z Compiling displaydoc v0.2.5
18762026-02-24T14:17:23.059Z Compiling icu_provider_macros v1.5.0
18772026-02-24T14:17:23.483Z Compiling zeroize v1.8.1
18782026-02-24T14:17:23.936Z Compiling tokio-macros v2.6.0
18792026-02-24T14:17:24.055Z Compiling thiserror-impl v2.0.18
18802026-02-24T14:17:24.187Z Compiling zerocopy-derive v0.7.35
18812026-02-24T14:17:24.487Z Compiling futures-macro v0.3.31
18822026-02-24T14:17:24.527Z Compiling schemars_derive v0.8.22
18832026-02-24T14:17:24.591Z Compiling zerofrom v0.1.4
18842026-02-24T14:17:24.842Z Compiling yoke v0.7.4
18852026-02-24T14:17:25.272Z Compiling zerovec v0.10.4
18862026-02-24T14:17:25.853Z Compiling bindgen v0.69.5
18872026-02-24T14:17:26.101Z Compiling cexpr v0.6.0
18882026-02-24T14:17:27.229Z Compiling itertools v0.12.1
18892026-02-24T14:17:27.464Z Compiling tinystr v0.7.6
18902026-02-24T14:17:27.671Z Compiling icu_collections v1.5.0
18912026-02-24T14:17:27.947Z Compiling icu_locid v1.5.0
18922026-02-24T14:17:28.133Z Compiling lazycell v1.3.0
18932026-02-24T14:17:28.365Z Compiling icu_normalizer_data v1.5.0
18942026-02-24T14:17:28.488Z Compiling write16 v1.0.0
18952026-02-24T14:17:28.660Z Compiling paste v1.0.15
18962026-02-24T14:17:29.167Z Compiling utf16_iter v1.0.5
18972026-02-24T14:17:29.445Z Compiling bitflags v2.9.4
18982026-02-24T14:17:29.472Z Compiling bytes v1.11.1
18992026-02-24T14:17:30.149Z Compiling icu_provider v1.5.0
19002026-02-24T14:17:30.256Z Compiling utf8_iter v1.0.4
19012026-02-24T14:17:30.602Z Compiling rustc-hash v1.1.0
19022026-02-24T14:17:30.738Z Compiling heck v0.5.0
19032026-02-24T14:17:30.889Z Compiling cmake v0.1.51
19042026-02-24T14:17:31.171Z Compiling icu_locid_transform v1.5.0
19052026-02-24T14:17:31.651Z Compiling signal-hook-registry v1.4.2
19062026-02-24T14:17:31.674Z Compiling fs_extra v1.3.0
19072026-02-24T14:17:31.698Z Compiling dunce v1.0.5
19082026-02-24T14:17:31.882Z Compiling parking_lot v0.12.3
19092026-02-24T14:17:32.756Z Compiling icu_properties v1.5.1
19102026-02-24T14:17:33.108Z Compiling crypto-common v0.1.6
19112026-02-24T14:17:33.267Z Compiling hashbrown v0.16.1
19122026-02-24T14:17:33.356Z Compiling mio v1.0.2
19132026-02-24T14:17:33.878Z Compiling which v4.4.2
19142026-02-24T14:17:35.310Z Compiling form_urlencoded v1.2.2
19152026-02-24T14:17:35.657Z Compiling rustversion v1.0.22
19162026-02-24T14:17:35.856Z Compiling const-oid v0.9.6
19172026-02-24T14:17:36.274Z Compiling indexmap v2.13.0
19182026-02-24T14:17:36.430Z Compiling socket2 v0.6.1
19192026-02-24T14:17:37.017Z Compiling icu_normalizer v1.5.0
19202026-02-24T14:17:37.928Z Compiling tokio v1.49.0
19212026-02-24T14:17:38.220Z Compiling idna_adapter v1.2.0
19222026-02-24T14:17:38.487Z Compiling idna v1.0.3
19232026-02-24T14:17:39.144Z Compiling ring v0.17.14
19242026-02-24T14:17:39.425Z Compiling url v2.5.4
19252026-02-24T14:17:39.434Z Compiling zerocopy v0.8.27
19262026-02-24T14:17:40.174Z Compiling block-buffer v0.10.4
19272026-02-24T14:17:40.198Z Compiling der_derive v0.7.3
19282026-02-24T14:17:40.458Z Compiling tracing-attributes v0.1.27
19292026-02-24T14:17:42.180Z Compiling vcpkg v0.2.15
19302026-02-24T14:17:43.567Z Compiling aws-lc-rs v1.12.4
19312026-02-24T14:17:43.800Z Compiling thiserror v1.0.69
19322026-02-24T14:17:44.017Z Compiling openssl-sys v0.9.109
19332026-02-24T14:17:44.066Z Compiling digest v0.10.7
19342026-02-24T14:17:44.490Z Compiling zerocopy-derive v0.8.27
19352026-02-24T14:17:44.561Z Compiling futures-core v0.3.31
19362026-02-24T14:17:44.847Z Compiling strsim v0.11.1
19372026-02-24T14:17:45.003Z Compiling zerocopy v0.7.35
19382026-02-24T14:17:45.035Z Compiling thiserror-impl v1.0.69
19392026-02-24T14:17:45.091Z Compiling ucd-trie v0.1.7
19402026-02-24T14:17:45.542Z Compiling iana-time-zone v0.1.63
19412026-02-24T14:17:45.811Z Compiling chrono v0.4.43
19422026-02-24T14:17:45.948Z Compiling aws-lc-sys v0.26.0
19432026-02-24T14:17:46.296Z Compiling pest v2.8.2
19442026-02-24T14:17:46.758Z Compiling serde_tokenstream v0.2.2
19452026-02-24T14:17:47.218Z Compiling uuid v1.19.0
19462026-02-24T14:17:47.280Z Compiling httparse v1.9.5
19472026-02-24T14:17:47.333Z Compiling ident_case v1.0.1
19482026-02-24T14:17:47.566Z Compiling foldhash v0.1.5
19492026-02-24T14:17:47.879Z Compiling hashbrown v0.15.4
19502026-02-24T14:17:49.133Z Compiling pest_meta v2.8.2
19512026-02-24T14:17:49.157Z Compiling rustix v1.1.3
19522026-02-24T14:17:50.139Z Compiling syn v1.0.109
19532026-02-24T14:17:50.682Z Compiling pest_generator v2.8.2
19542026-02-24T14:17:51.339Z Compiling futures-sink v0.3.31
19552026-02-24T14:17:51.532Z Compiling num-conv v0.1.0
19562026-02-24T14:17:51.554Z Compiling time-core v0.1.6
19572026-02-24T14:17:51.907Z Compiling time-macros v0.2.24
19582026-02-24T14:17:52.030Z Compiling futures-channel v0.3.31
19592026-02-24T14:17:52.600Z Compiling pest_derive v2.8.2
19602026-02-24T14:17:52.686Z Compiling rustc_version v0.4.1
19612026-02-24T14:17:53.263Z Compiling futures-task v0.3.31
19622026-02-24T14:17:53.393Z Compiling openssl v0.10.73
19632026-02-24T14:17:53.529Z Compiling dyn-clone v1.0.20
19642026-02-24T14:17:53.597Z Compiling futures-io v0.3.31
19652026-02-24T14:17:53.729Z Compiling cpufeatures v0.2.14
19662026-02-24T14:17:53.810Z Compiling pin-utils v0.1.0
19672026-02-24T14:17:53.942Z Compiling futures-util v0.3.31
19682026-02-24T14:17:53.969Z Compiling hmac v0.12.1
19692026-02-24T14:17:54.279Z Compiling plain v0.2.3
19702026-02-24T14:17:54.466Z Compiling block-padding v0.3.3
19712026-02-24T14:17:54.759Z Compiling openssl-macros v0.1.1
19722026-02-24T14:17:55.458Z Compiling rustls v0.23.19
19732026-02-24T14:17:55.823Z Compiling native-tls v0.2.12
19742026-02-24T14:17:56.219Z Compiling crossbeam-utils v0.8.21
19752026-02-24T14:17:56.287Z Compiling inout v0.1.3
19762026-02-24T14:17:56.573Z Compiling ppv-lite86 v0.2.20
19772026-02-24T14:17:57.597Z Compiling pretty-hex v0.4.1
19782026-02-24T14:17:57.991Z Compiling cipher v0.4.4
19792026-02-24T14:17:58.208Z Compiling sha2 v0.10.9
19802026-02-24T14:17:58.490Z Compiling http v1.4.0
19812026-02-24T14:17:59.015Z Compiling scroll_derive v0.12.0
19822026-02-24T14:18:00.264Z Compiling scroll_derive v0.13.1
19832026-02-24T14:18:00.378Z Compiling cookie v0.18.1
19842026-02-24T14:18:00.460Z Compiling base64ct v1.6.0
19852026-02-24T14:18:01.052Z Compiling anyhow v1.0.99
19862026-02-24T14:18:01.628Z Compiling pem-rfc7468 v0.7.0
19872026-02-24T14:18:01.984Z Compiling darling_core v0.21.0
19882026-02-24T14:18:02.226Z Compiling slog v2.8.2
19892026-02-24T14:18:03.712Z Compiling zstd-sys v2.0.14+zstd.1.5.7
19902026-02-24T14:18:03.970Z Compiling bzip2-sys v0.1.13+1.0.8
19912026-02-24T14:18:04.453Z Compiling flagset v0.4.6
19922026-02-24T14:18:04.706Z Compiling der v0.7.10
19932026-02-24T14:18:06.532Z Compiling toml_datetime v0.6.11
19942026-02-24T14:18:06.864Z Compiling serde_spanned v0.6.9
19952026-02-24T14:18:06.945Z Compiling rand_core v0.9.3
19962026-02-24T14:18:07.031Z Compiling tracing-core v0.1.32
19972026-02-24T14:18:07.073Z Compiling rustls-pki-types v1.10.0
19982026-02-24T14:18:07.104Z Compiling spki v0.7.3
19992026-02-24T14:18:07.247Z Compiling darling_macro v0.21.0
20002026-02-24T14:18:07.481Z Compiling salsa20 v0.10.2
20012026-02-24T14:18:07.591Z Compiling pbkdf2 v0.12.2
20022026-02-24T14:18:08.026Z Compiling tracing v0.1.40
20032026-02-24T14:18:08.140Z Compiling darling v0.21.0
20042026-02-24T14:18:08.281Z Compiling camino v1.2.2
20052026-02-24T14:18:08.767Z Compiling litrs v0.4.1
20062026-02-24T14:18:08.806Z Compiling winnow v0.5.40
20072026-02-24T14:18:08.841Z Compiling base64 v0.22.1
20082026-02-24T14:18:09.740Z Compiling document-features v0.2.11
20092026-02-24T14:18:10.236Z Compiling scrypt v0.11.0
20102026-02-24T14:18:10.697Z Compiling rand_chacha v0.9.0
20112026-02-24T14:18:10.810Z Compiling tokio-util v0.7.15
20122026-02-24T14:18:11.028Z Compiling aes v0.8.4
20132026-02-24T14:18:11.509Z Compiling cbc v0.1.2
20142026-02-24T14:18:12.099Z Compiling toml_edit v0.19.15
20152026-02-24T14:18:14.737Z Compiling usdt-impl v0.5.0
20162026-02-24T14:18:14.834Z Compiling untrusted v0.7.1
20172026-02-24T14:18:15.073Z Compiling untrusted v0.9.0
20182026-02-24T14:18:15.137Z Compiling powerfmt v0.2.0
20192026-02-24T14:18:15.159Z Compiling ref-cast v1.0.25
20202026-02-24T14:18:15.283Z Compiling usdt-impl v0.6.0
20212026-02-24T14:18:15.626Z Compiling deranged v0.5.3
20222026-02-24T14:18:15.854Z Compiling pkcs5 v0.7.1
20232026-02-24T14:18:16.733Z Compiling rand v0.9.2
20242026-02-24T14:18:18.512Z Compiling http-body v1.0.1
20252026-02-24T14:18:18.795Z Compiling scroll v0.13.0
20262026-02-24T14:18:19.323Z Compiling scroll v0.12.0
20272026-02-24T14:18:19.770Z Compiling heapless v0.7.17
20282026-02-24T14:18:20.239Z Compiling zstd-safe v7.2.3
20292026-02-24T14:18:20.614Z Compiling signal-hook v0.3.18
20302026-02-24T14:18:20.639Z Compiling num_threads v0.1.7
20312026-02-24T14:18:20.808Z Compiling atomic-waker v1.1.2
20322026-02-24T14:18:20.879Z Compiling adler2 v2.0.0
20332026-02-24T14:18:21.116Z Compiling cfg_aliases v0.2.1
20342026-02-24T14:18:21.242Z Compiling miniz_oxide v0.8.5
20352026-02-24T14:18:21.435Z Compiling time v0.3.43
20362026-02-24T14:18:23.193Z Compiling goblin v0.8.2
20372026-02-24T14:18:24.172Z Compiling goblin v0.10.2
20382026-02-24T14:18:24.633Z Compiling pkcs8 v0.10.2
20392026-02-24T14:18:25.508Z Compiling ipnetwork v0.21.1
20402026-02-24T14:18:27.505Z Compiling darling_core v0.20.10
20412026-02-24T14:18:29.357Z Compiling ref-cast-impl v1.0.25
20422026-02-24T14:18:30.406Z Compiling memoffset v0.9.1
20432026-02-24T14:18:31.046Z Compiling tinyvec_macros v0.1.1
20442026-02-24T14:18:31.159Z Compiling tower-service v0.3.3
20452026-02-24T14:18:31.863Z Compiling tower-layer v0.3.3
20462026-02-24T14:18:31.973Z Compiling try-lock v0.2.5
20472026-02-24T14:18:32.168Z Compiling want v0.3.1
20482026-02-24T14:18:32.408Z Compiling darling_macro v0.20.10
20492026-02-24T14:18:32.517Z Compiling tinyvec v1.8.0
20502026-02-24T14:18:33.282Z Compiling dof v0.4.0
20512026-02-24T14:18:33.788Z Compiling dof v0.3.0
20522026-02-24T14:18:34.375Z Compiling h2 v0.4.6
20532026-02-24T14:18:35.280Z Compiling dtrace-parser v0.2.0
20542026-02-24T14:18:36.857Z Compiling dtrace-parser v0.3.0
20552026-02-24T14:18:36.918Z Compiling curve25519-dalek v4.1.3
20562026-02-24T14:18:37.393Z Compiling ipnet v2.11.0
20572026-02-24T14:18:37.434Z Compiling daft-derive v0.1.4
20582026-02-24T14:18:38.379Z Compiling async-trait v0.1.89
20592026-02-24T14:18:38.890Z Compiling thread-id v4.2.2
20602026-02-24T14:18:39.022Z Compiling thread-id v5.0.0
20612026-02-24T14:18:39.254Z Compiling ryu v1.0.18
20622026-02-24T14:18:39.609Z Compiling fastrand v2.1.1
20632026-02-24T14:18:39.885Z Compiling foreign-types-shared v0.1.1
20642026-02-24T14:18:40.089Z Compiling openssl-probe v0.1.5
20652026-02-24T14:18:40.229Z Compiling httpdate v1.0.3
20662026-02-24T14:18:40.566Z Compiling smoltcp v0.9.1
20672026-02-24T14:18:40.588Z Compiling num-bigint-dig v0.8.6
20682026-02-24T14:18:40.953Z Compiling foreign-types v0.3.2
20692026-02-24T14:18:41.075Z Compiling tempfile v3.24.0
20702026-02-24T14:18:44.561Z Compiling hyper v1.8.1
20712026-02-24T14:18:47.245Z Compiling darling v0.20.10
20722026-02-24T14:18:50.339Z Compiling strum_macros v0.26.4
20732026-02-24T14:18:51.324Z Compiling wait-timeout v0.2.0
20742026-02-24T14:18:53.251Z Compiling utf8parse v0.2.2
20752026-02-24T14:18:53.450Z Compiling quick-error v1.2.3
20762026-02-24T14:18:53.626Z Compiling gimli v0.31.1
20772026-02-24T14:18:54.174Z Compiling anstyle v1.0.11
20782026-02-24T14:18:54.505Z Compiling bit-vec v0.8.0
20792026-02-24T14:18:54.928Z Compiling bit-set v0.8.0
20802026-02-24T14:18:56.974Z Compiling rusty-fork v0.3.0
20812026-02-24T14:18:57.561Z Compiling anstyle-parse v0.2.5
20822026-02-24T14:18:58.246Z Compiling addr2line v0.24.2
20832026-02-24T14:19:01.275Z Compiling hyper-util v0.1.19
20842026-02-24T14:19:01.595Z Compiling derive_builder_core v0.20.2
20852026-02-24T14:19:01.682Z Compiling unicode-normalization v0.1.24
20862026-02-24T14:19:02.750Z Compiling nix v0.29.0
20872026-02-24T14:19:03.836Z Compiling rand_xorshift v0.4.0
20882026-02-24T14:19:04.089Z Compiling hubpack_derive v0.1.1
20892026-02-24T14:19:04.975Z Compiling signature v2.2.0
20902026-02-24T14:19:05.243Z Compiling openapiv3 v2.2.0
20912026-02-24T14:19:05.982Z Compiling strum_macros v0.27.2
20922026-02-24T14:19:07.229Z Compiling erased-serde v0.3.31
20932026-02-24T14:19:08.127Z Compiling curve25519-dalek-derive v0.1.1
20942026-02-24T14:19:09.060Z Compiling object v0.36.5
20952026-02-24T14:19:10.415Z Compiling fs-err v3.1.1
20962026-02-24T14:19:10.779Z Compiling ahash v0.8.12
20972026-02-24T14:19:11.169Z Compiling crc32fast v1.4.2
20982026-02-24T14:19:11.518Z Compiling unarray v0.1.4
20992026-02-24T14:19:11.721Z Compiling rustc-demangle v0.1.24
21002026-02-24T14:19:14.110Z Compiling buf-list v1.0.3
21012026-02-24T14:19:14.610Z Compiling anstyle-query v1.1.1
21022026-02-24T14:19:14.671Z Compiling siphasher v0.3.11
21032026-02-24T14:19:14.796Z Compiling unicode-bidi v0.3.17
21042026-02-24T14:19:15.095Z Compiling unicode-segmentation v1.12.0
21052026-02-24T14:19:15.484Z Compiling colorchoice v1.0.2
21062026-02-24T14:19:15.863Z Compiling is_terminal_polyfill v1.70.1
21072026-02-24T14:19:15.885Z Compiling zlib-rs v0.5.1
21082026-02-24T14:19:16.017Z Compiling unicode-properties v0.1.3
21092026-02-24T14:19:16.481Z Compiling backtrace v0.3.74
21102026-02-24T14:19:16.677Z Compiling stringprep v0.1.5
21112026-02-24T14:19:17.180Z Compiling anstream v0.6.18
21122026-02-24T14:19:17.809Z Compiling phf_shared v0.11.2
21132026-02-24T14:19:18.182Z Compiling proptest v1.7.0
21142026-02-24T14:19:20.793Z Compiling libz-rs-sys v0.5.1
21152026-02-24T14:19:23.516Z Compiling derive_builder_macro v0.20.2
21162026-02-24T14:19:25.777Z Compiling rustls-webpki v0.102.8
21172026-02-24T14:19:25.802Z Compiling usdt-macro v0.6.0
21182026-02-24T14:19:26.571Z Compiling usdt-attr-macro v0.6.0
21192026-02-24T14:19:27.317Z Compiling oxnet v0.1.4
21202026-02-24T14:19:27.539Z Compiling http-body-util v0.1.3
21212026-02-24T14:19:28.554Z Compiling rand_chacha v0.3.1
21222026-02-24T14:19:28.609Z Compiling sync_wrapper v1.0.1
21232026-02-24T14:19:28.805Z Compiling md-5 v0.10.6
21242026-02-24T14:19:28.828Z Compiling vergen-lib v0.1.6
21252026-02-24T14:19:29.092Z Compiling num-integer v0.1.46
21262026-02-24T14:19:29.231Z Compiling ff v0.13.0
21272026-02-24T14:19:29.280Z Compiling hash32 v0.2.1
21282026-02-24T14:19:29.423Z Compiling encoding_rs v0.8.34
21292026-02-24T14:19:29.466Z Compiling mime v0.3.17
21302026-02-24T14:19:29.655Z Compiling fallible-iterator v0.2.0
21312026-02-24T14:19:29.766Z Compiling base16ct v0.2.0
21322026-02-24T14:19:30.381Z Compiling psl-types v2.0.11
21332026-02-24T14:19:30.640Z Compiling publicsuffix v2.3.0
21342026-02-24T14:19:30.721Z Compiling serde_urlencoded v0.7.1
21352026-02-24T14:19:30.933Z Compiling postgres-protocol v0.6.8
21362026-02-24T14:19:31.014Z Compiling sec1 v0.7.3
21372026-02-24T14:19:31.039Z Compiling num-iter v0.1.45
21382026-02-24T14:19:31.304Z Compiling group v0.13.0
21392026-02-24T14:19:31.647Z Compiling rand v0.8.5
21402026-02-24T14:19:32.055Z Compiling tower v0.5.2
21412026-02-24T14:19:34.099Z Compiling tokio-rustls v0.26.0
21422026-02-24T14:19:34.989Z Compiling derive_builder v0.20.2
21432026-02-24T14:19:35.254Z Compiling newtype-uuid v1.3.2
21442026-02-24T14:19:35.346Z Compiling tokio-native-tls v0.3.1
21452026-02-24T14:19:35.656Z Compiling flate2 v1.1.2
21462026-02-24T14:19:35.729Z Compiling heck v0.4.1
21472026-02-24T14:19:35.933Z Compiling rustls-native-certs v0.8.1
21482026-02-24T14:19:36.543Z Compiling webpki-roots v1.0.1
21492026-02-24T14:19:36.863Z Compiling serde_with_macros v3.16.1
21502026-02-24T14:19:37.601Z Compiling hkdf v0.12.4
21512026-02-24T14:19:37.628Z Compiling vergen v9.0.6
21522026-02-24T14:19:37.709Z Compiling terminal_size v0.4.0
21532026-02-24T14:19:37.870Z Compiling enum-as-inner v0.6.1
21542026-02-24T14:19:37.951Z Compiling clap_derive v4.5.47
21552026-02-24T14:19:38.597Z Compiling cargo-platform v0.1.8
21562026-02-24T14:19:38.763Z Compiling crypto-bigint v0.5.5
21572026-02-24T14:19:38.797Z Compiling serde_repr v0.1.19
21582026-02-24T14:19:39.138Z Compiling iri-string v0.7.8
21592026-02-24T14:19:39.934Z Compiling lockfree-object-pool v0.1.6
21602026-02-24T14:19:40.032Z Compiling winnow v0.7.14
21612026-02-24T14:19:40.201Z Compiling bitflags v1.3.2
21622026-02-24T14:19:40.339Z Compiling bumpalo v3.16.0
21632026-02-24T14:19:40.778Z Compiling managed v0.8.0
21642026-02-24T14:19:41.424Z Compiling clap_lex v0.7.4
21652026-02-24T14:19:41.809Z Compiling simd-adler32 v0.3.7
21662026-02-24T14:19:42.323Z Compiling zopfli v0.8.1
21672026-02-24T14:19:43.690Z Compiling tower-http v0.6.6
21682026-02-24T14:19:44.075Z Compiling clap_builder v4.5.48
21692026-02-24T14:19:44.102Z Compiling elliptic-curve v0.13.8
21702026-02-24T14:19:44.993Z Compiling cargo_metadata v0.19.2
21712026-02-24T14:19:45.314Z Compiling hyper-tls v0.6.0
21722026-02-24T14:19:45.893Z Compiling hyper-rustls v0.27.7
21732026-02-24T14:19:46.500Z Compiling daft v0.1.4
21742026-02-24T14:19:47.066Z Compiling zstd v0.13.3
21752026-02-24T14:19:47.647Z Compiling signal-hook-mio v0.2.4
21762026-02-24T14:19:47.694Z Compiling cookie_store v0.21.1
21772026-02-24T14:19:48.075Z Compiling postgres-types v0.2.9
21782026-02-24T14:19:48.432Z Compiling phf v0.11.2
21792026-02-24T14:19:48.926Z Compiling strum v0.27.2
21802026-02-24T14:19:49.034Z Compiling ed25519 v2.2.3
21812026-02-24T14:19:49.064Z Compiling hubpack v0.1.2
21822026-02-24T14:19:49.191Z Compiling bzip2 v0.4.4
21832026-02-24T14:19:49.232Z Compiling bzip2 v0.5.2
21842026-02-24T14:19:49.483Z Compiling crossbeam-epoch v0.9.18
21852026-02-24T14:19:49.599Z Compiling pkcs1 v0.7.5
21862026-02-24T14:19:50.064Z Compiling rfc6979 v0.4.0
21872026-02-24T14:19:50.285Z Compiling regress v0.10.4
21882026-02-24T14:19:50.472Z Compiling float-cmp v0.10.0
21892026-02-24T14:19:50.603Z Compiling serde-big-array v0.5.1
21902026-02-24T14:19:50.727Z Compiling hex v0.4.3
21912026-02-24T14:19:50.851Z Compiling bstr v1.10.0
21922026-02-24T14:19:51.325Z Compiling env_filter v0.1.2
21932026-02-24T14:19:51.549Z Compiling memmap2 v0.9.8
21942026-02-24T14:19:51.790Z Compiling socket2 v0.5.10
21952026-02-24T14:19:51.955Z Compiling difflib v0.4.0
21962026-02-24T14:19:52.394Z Compiling jiff v0.2.15
21972026-02-24T14:19:52.602Z Compiling new_debug_unreachable v1.0.6
21982026-02-24T14:19:53.022Z Compiling fixedbitset v0.5.7
21992026-02-24T14:19:53.608Z Compiling static_assertions v1.1.0
22002026-02-24T14:19:53.746Z Compiling rustc-hash v2.1.1
22012026-02-24T14:19:53.982Z Compiling data-encoding v2.9.0
22022026-02-24T14:19:55.012Z Compiling whoami v1.5.2
22032026-02-24T14:19:55.262Z Compiling predicates-core v1.0.8
22042026-02-24T14:19:55.285Z Compiling foldhash v0.2.0
22052026-02-24T14:19:55.329Z Compiling fixedbitset v0.4.2
22062026-02-24T14:19:55.528Z Compiling normalize-line-endings v0.3.0
22072026-02-24T14:19:55.664Z Compiling precomputed-hash v0.1.1
22082026-02-24T14:19:55.692Z Compiling keccak v0.1.5
22092026-02-24T14:19:55.719Z Compiling toml_write v0.1.2
22102026-02-24T14:19:55.805Z Compiling string_cache v0.8.9
22112026-02-24T14:19:56.119Z Compiling sha3 v0.10.8
22122026-02-24T14:19:56.162Z Compiling predicates v3.1.3
22132026-02-24T14:19:56.238Z Compiling petgraph v0.6.5
22142026-02-24T14:19:56.489Z Compiling iddqd v0.3.16
22152026-02-24T14:19:56.525Z Compiling tokio-postgres v0.7.13
22162026-02-24T14:19:56.702Z Compiling hickory-proto v0.25.2
22172026-02-24T14:19:57.474Z Compiling reqwest v0.12.24
22182026-02-24T14:19:58.971Z Compiling toml_edit v0.22.27
22192026-02-24T14:19:59.104Z Compiling typify-impl v0.4.3
22202026-02-24T14:19:59.722Z Compiling zip v4.2.0
22212026-02-24T14:20:01.779Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
22222026-02-24T14:20:02.144Z Compiling petgraph v0.8.2
22232026-02-24T14:20:06.690Z Compiling usdt v0.6.0
22242026-02-24T14:20:06.713Z Compiling similar v2.7.0
22252026-02-24T14:20:07.560Z Compiling env_logger v0.11.8
22262026-02-24T14:20:07.981Z Compiling serde_with v3.16.1
22272026-02-24T14:20:08.484Z Compiling ecdsa v0.16.9
22282026-02-24T14:20:08.575Z Compiling rsa v0.9.8
22292026-02-24T14:20:09.308Z Compiling zip v0.6.6
22302026-02-24T14:20:10.072Z Compiling ed25519-dalek v2.1.1
22312026-02-24T14:20:11.279Z Compiling crossterm v0.28.1
22322026-02-24T14:20:11.598Z Compiling clap v4.5.48
22332026-02-24T14:20:12.571Z Compiling strum v0.26.3
22342026-02-24T14:20:12.800Z Compiling tokio-stream v0.1.17
22352026-02-24T14:20:12.958Z Compiling toml v0.7.8
22362026-02-24T14:20:13.823Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
22372026-02-24T14:20:14.239Z Compiling x509-cert v0.2.5
22382026-02-24T14:20:15.629Z Compiling sha1 v0.10.6
22392026-02-24T14:20:16.040Z Compiling itertools v0.13.0
22402026-02-24T14:20:18.298Z Compiling itertools v0.10.5
22412026-02-24T14:20:19.096Z Compiling winnow v0.6.26
22422026-02-24T14:20:21.331Z Compiling lalrpop-util v0.19.12
22432026-02-24T14:20:21.711Z Compiling peg-runtime v0.8.5
22442026-02-24T14:20:22.586Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
22452026-02-24T14:20:27.476Z Compiling typify-macro v0.4.3
22462026-02-24T14:20:32.922Z Compiling rayon-core v1.12.1
22472026-02-24T14:20:40.145Z Compiling proc-macro-crate v1.3.1
22482026-02-24T14:20:41.324Z Compiling macaddr v1.0.1
22492026-02-24T14:20:41.930Z Compiling structmeta-derive v0.3.0
22502026-02-24T14:20:43.975Z Compiling itertools v0.14.0
22512026-02-24T14:20:44.474Z Compiling heapless v0.8.0
22522026-02-24T14:20:46.960Z Compiling ingot-macros v0.1.1
22532026-02-24T14:20:48.992Z Compiling structmeta v0.3.0
22542026-02-24T14:20:50.580Z Compiling num_enum_derive v0.5.11
22552026-02-24T14:20:51.687Z Compiling crossbeam-deque v0.8.5
22562026-02-24T14:20:52.868Z Compiling hash32 v0.3.1
22572026-02-24T14:20:53.887Z Compiling unicode-width v0.1.14
22582026-02-24T14:20:55.813Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
22592026-02-24T14:20:56.511Z Compiling smoltcp v0.11.0
22602026-02-24T14:20:58.555Z Compiling tabwriter v1.4.0
22612026-02-24T14:20:59.373Z Compiling ingot-types v0.1.2
22622026-02-24T14:21:00.394Z Compiling num_enum v0.5.11
22632026-02-24T14:21:07.285Z Compiling typify v0.4.3
22642026-02-24T14:21:11.574Z Compiling proc-macro-error-attr v1.0.4
22652026-02-24T14:21:11.598Z Compiling cobs v0.2.3
22662026-02-24T14:21:11.833Z Compiling rustls v0.22.4
22672026-02-24T14:21:12.670Z Compiling unsafe-libyaml v0.2.11
22682026-02-24T14:21:13.032Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
22692026-02-24T14:21:15.690Z Compiling serde_yaml v0.9.34+deprecated
22702026-02-24T14:21:28.269Z Compiling postcard v1.0.10
22712026-02-24T14:21:32.731Z Compiling progenitor-impl v0.11.2
22722026-02-24T14:21:35.005Z Compiling ingot v0.1.1
22732026-02-24T14:21:42.930Z Compiling futures-executor v0.3.31
22742026-02-24T14:21:43.011Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
22752026-02-24T14:21:43.395Z Compiling foreign-types-macros v0.2.3
22762026-02-24T14:21:43.475Z Compiling thread_local v1.1.8
22772026-02-24T14:21:43.576Z Compiling multer v3.1.0
22782026-02-24T14:21:43.870Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
22792026-02-24T14:21:43.958Z Compiling proc-macro-error v1.0.4
22802026-02-24T14:21:44.005Z Compiling match_cfg v0.1.0
22812026-02-24T14:21:44.129Z Compiling foreign-types-shared v0.3.1
22822026-02-24T14:21:44.223Z Compiling slog-async v2.8.0
22832026-02-24T14:21:44.363Z Compiling hostname v0.3.1
22842026-02-24T14:21:44.518Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
22852026-02-24T14:21:44.618Z Compiling futures v0.3.31
22862026-02-24T14:21:44.640Z Compiling foreign-types v0.5.0
22872026-02-24T14:21:44.643Z Compiling progenitor-macro v0.11.2
22882026-02-24T14:21:45.544Z Compiling derive-ex v0.1.8
22892026-02-24T14:21:45.756Z Compiling progenitor-client v0.11.2
22902026-02-24T14:21:46.735Z Compiling toml_parser v1.0.6+spec-1.1.0
22912026-02-24T14:21:48.455Z Compiling slog-json v2.6.1
22922026-02-24T14:21:48.946Z Compiling crossbeam-channel v0.5.15
22932026-02-24T14:21:49.200Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
22942026-02-24T14:21:50.017Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
22952026-02-24T14:21:50.048Z Compiling async-stream-impl v0.3.6
22962026-02-24T14:21:50.465Z Compiling serde_spanned v1.0.4
22972026-02-24T14:21:50.772Z Compiling toml_datetime v0.7.5+spec-1.1.0
22982026-02-24T14:21:50.897Z Compiling cstr-argument v0.1.2
22992026-02-24T14:21:51.209Z Compiling is-terminal v0.4.13
23002026-02-24T14:21:51.260Z Compiling dropshot v0.16.7
23012026-02-24T14:21:51.378Z Compiling crucible-workspace-hack v0.1.0
23022026-02-24T14:21:51.635Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#f4eae3d8)
23032026-02-24T14:21:51.672Z Compiling typeid v1.0.3
23042026-02-24T14:21:51.726Z Compiling toml_writer v1.0.6+spec-1.1.0
23052026-02-24T14:21:51.986Z Compiling take_mut v0.2.2
23062026-02-24T14:21:52.155Z Compiling pretty-hex v0.2.1
23072026-02-24T14:21:52.194Z Compiling term v1.1.0
23082026-02-24T14:21:52.367Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
23092026-02-24T14:21:52.833Z Compiling toml v0.9.11+spec-1.1.0
23102026-02-24T14:21:52.892Z Compiling slog-term v2.9.2
23112026-02-24T14:21:55.404Z Compiling async-stream v0.3.6
23122026-02-24T14:21:55.440Z Compiling progenitor v0.11.2
23132026-02-24T14:21:55.687Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
23142026-02-24T14:21:56.024Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
23152026-02-24T14:21:56.247Z Compiling tokio-rustls v0.25.0
23162026-02-24T14:21:56.301Z Compiling test-strategy v0.4.3
23172026-02-24T14:21:56.543Z Compiling slog-bunyan v2.5.0
23182026-02-24T14:21:57.534Z Compiling rayon v1.10.0
23192026-02-24T14:21:57.564Z Compiling parse-display-derive v0.10.0
23202026-02-24T14:21:59.472Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#70d3253a)
23212026-02-24T14:21:59.495Z Compiling rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=8f5527da3c53398c95c50b1af088637e7b6c5718#8f5527da)
23222026-02-24T14:21:59.760Z Compiling colored v2.2.0
23232026-02-24T14:22:01.051Z Compiling nix v0.30.1
23242026-02-24T14:22:01.174Z Compiling waitgroup v0.1.2
23252026-02-24T14:22:01.509Z Compiling rustls-pemfile v2.2.0
23262026-02-24T14:22:01.852Z Compiling dropshot_endpoint v0.16.7
23272026-02-24T14:22:02.021Z Compiling newtype-uuid-macros v0.1.0
23282026-02-24T14:22:02.061Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
23292026-02-24T14:22:02.307Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
23302026-02-24T14:22:02.374Z Compiling serde_path_to_error v0.1.20
23312026-02-24T14:22:02.800Z Compiling hostname v0.4.2
23322026-02-24T14:22:02.830Z Compiling instant v0.1.13
23332026-02-24T14:22:02.993Z Compiling colored v3.0.0
23342026-02-24T14:22:03.032Z Compiling debug-ignore v1.0.5
23352026-02-24T14:22:03.115Z Compiling backoff v0.4.0
23362026-02-24T14:22:03.236Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
23372026-02-24T14:22:03.488Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=8f5527da3c53398c95c50b1af088637e7b6c5718#8f5527da)
23382026-02-24T14:22:03.554Z Compiling parse-display v0.10.0
23392026-02-24T14:22:03.633Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
23402026-02-24T14:22:04.367Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
23412026-02-24T14:22:05.479Z Compiling zone_cfg_derive v0.3.0
23422026-02-24T14:22:06.770Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
23432026-02-24T14:22:07.534Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
23442026-02-24T14:22:08.083Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
23452026-02-24T14:22:08.160Z Compiling camino-tempfile v1.4.1
23462026-02-24T14:22:08.980Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
23472026-02-24T14:22:09.203Z Compiling progenitor-client v0.10.0
23482026-02-24T14:22:10.153Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#61479b69)
23492026-02-24T14:22:12.401Z Compiling secrecy v0.10.3
23502026-02-24T14:22:12.732Z Compiling num-derive v0.4.2
23512026-02-24T14:22:12.984Z Compiling sigpipe v0.1.3
23522026-02-24T14:22:13.158Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
23532026-02-24T14:22:13.415Z Compiling libefi-sys v0.1.0
23542026-02-24T14:22:13.558Z Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
23552026-02-24T14:22:13.767Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
23562026-02-24T14:22:13.837Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
23572026-02-24T14:22:14.851Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
23582026-02-24T14:22:15.479Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
23592026-02-24T14:22:16.382Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
23602026-02-24T14:22:17.627Z Compiling erased-serde v0.4.6
23612026-02-24T14:22:18.203Z Compiling zone v0.3.1
23622026-02-24T14:22:19.192Z Compiling usdt-attr-macro v0.5.0
23632026-02-24T14:22:20.772Z Compiling usdt-macro v0.5.0
23642026-02-24T14:22:21.708Z Compiling smf v0.2.3
23652026-02-24T14:22:21.865Z Compiling bitfield-struct v0.6.2
23662026-02-24T14:22:22.135Z Compiling ordered-float v2.10.1
23672026-02-24T14:22:22.174Z Compiling blake3 v1.5.4
23682026-02-24T14:22:22.846Z Compiling memmap v0.7.0
23692026-02-24T14:22:23.152Z Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
23702026-02-24T14:22:23.284Z Compiling usdt v0.5.0
23712026-02-24T14:22:23.471Z Compiling serde-value v0.7.0
23722026-02-24T14:22:23.505Z Compiling serde-untagged v0.1.7
23732026-02-24T14:22:24.294Z Compiling toml v0.8.23
23742026-02-24T14:22:24.315Z Compiling xattr v1.3.1
23752026-02-24T14:22:24.341Z Compiling filetime v0.2.26
23762026-02-24T14:22:24.652Z Compiling same-file v1.0.6
23772026-02-24T14:22:24.674Z Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
23782026-02-24T14:22:24.772Z Compiling unicode-width v0.2.0
23792026-02-24T14:22:24.837Z Compiling arrayref v0.3.9
23802026-02-24T14:22:24.974Z Compiling constant_time_eq v0.3.1
23812026-02-24T14:22:24.996Z Compiling unicode-xid v0.2.6
23822026-02-24T14:22:25.081Z Compiling arrayvec v0.7.6
23832026-02-24T14:22:25.200Z Compiling walkdir v2.5.0
23842026-02-24T14:22:25.266Z Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
23852026-02-24T14:22:25.406Z Compiling cargo-util-schemas v0.8.2
23862026-02-24T14:22:26.759Z Compiling console v0.16.0
23872026-02-24T14:22:26.835Z Compiling tar v0.4.44
23882026-02-24T14:22:27.985Z Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
23892026-02-24T14:22:28.437Z Compiling tokio-dtrace v0.1.0
23902026-02-24T14:22:28.980Z Compiling gethostname v0.5.0
23912026-02-24T14:22:29.225Z Compiling cargo-platform v0.2.0
23922026-02-24T14:22:29.493Z Compiling topological-sort v0.2.2
23932026-02-24T14:22:29.851Z Compiling unit-prefix v0.5.1
23942026-02-24T14:22:29.876Z Compiling omicron-zone-package v0.12.2
23952026-02-24T14:22:30.150Z Compiling indicatif v0.18.0
23962026-02-24T14:22:30.449Z Compiling cargo_metadata v0.21.0
23972026-02-24T14:22:31.009Z Compiling oxide-tokio-rt v0.1.2
23982026-02-24T14:22:31.708Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
23992026-02-24T14:22:32.623Z Compiling shell-words v1.1.0
24002026-02-24T14:22:32.801Z Compiling indent_write v2.2.0
24012026-02-24T14:22:38.535Z Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
24022026-02-24T14:22:41.171Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
24032026-02-24T14:22:44.007Z Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
24042026-02-24T14:23:02.149Z Finished `release` profile [optimized] target(s) in 5m 55s
24052026-02-24T14:23:02.342Z Running `target/release/omicron-package -t test target create -p dev`
24062026-02-24T14:23:02.407ZLogging to: /work/oxidecomputer/omicron/out/LOG
24072026-02-24T14:23:02.410ZCreated new build target 'test' and set it as active
24082026-02-24T14:23:02.411Z
24092026-02-24T14:23:02.411Zreal 5:55.623607906
24102026-02-24T14:23:02.411Zuser 41:03.933079395
24112026-02-24T14:23:02.411Zsys 4:04.958043580
24122026-02-24T14:23:02.411Ztrap 1.307767021
24132026-02-24T14:23:02.411Ztflt 2.200272278
24142026-02-24T14:23:02.411Zdflt 1.116606155
24152026-02-24T14:23:02.411Zkflt 0.000106956
24162026-02-24T14:23:02.411Zlock 1:56:35.432702100
24172026-02-24T14:23:02.411Zslp 2:45:49.702305616
24182026-02-24T14:23:02.411Zlat 3:25.859559271
24192026-02-24T14:23:02.411Zstop 6:00.096790709
24202026-02-24T14:23:02.415Z+ ptime -m cargo run --locked --release --bin omicron-package -- -t test package
24212026-02-24T14:23:03.748Z Finished `release` profile [optimized] target(s) in 1.26s
24222026-02-24T14:23:03.814Z Running `target/release/omicron-package -t test package`
24232026-02-24T14:23:03.868ZLogging to: /work/oxidecomputer/omicron/out/LOG
24242026-02-24T14:23:05.848Z Compiling convert_case v0.4.0
24252026-02-24T14:23:05.848Z Compiling progenitor-impl v0.10.0
24262026-02-24T14:23:05.851Z Compiling half v2.4.1
24272026-02-24T14:23:05.851Z Compiling ciborium-io v0.2.2
24282026-02-24T14:23:06.072Z Compiling is-terminal v0.4.13
24292026-02-24T14:23:06.141Z Compiling rustls v0.22.4
24302026-02-24T14:23:06.166Z Compiling thread_local v1.1.8
24312026-02-24T14:23:06.245Z Compiling match_cfg v0.1.0
24322026-02-24T14:23:06.277Z Compiling bytecount v0.6.8
24332026-02-24T14:23:06.384Z Compiling hostname v0.3.1
24342026-02-24T14:23:06.623Z Compiling multer v3.1.0
24352026-02-24T14:23:06.655Z Compiling ciborium-ll v0.2.2
24362026-02-24T14:23:06.688Z Compiling slog-async v2.8.0
24372026-02-24T14:23:06.719Z Compiling password-hash v0.5.0
24382026-02-24T14:23:06.750Z Compiling derive_more v0.99.20
24392026-02-24T14:23:06.782Z Compiling blake2 v0.10.6
24402026-02-24T14:23:06.813Z Compiling toml_parser v1.0.6+spec-1.1.0
24412026-02-24T14:23:07.168Z Compiling ciborium v0.2.2
24422026-02-24T14:23:08.021Z Compiling progenitor-client v0.11.2
24432026-02-24T14:23:08.216Z Compiling crossbeam-channel v0.5.15
24442026-02-24T14:23:08.606Z Compiling slog-json v2.6.1
24452026-02-24T14:23:08.981Z Compiling futures-executor v0.3.31
24462026-02-24T14:23:09.012Z Compiling toml_datetime v0.7.5+spec-1.1.0
24472026-02-24T14:23:09.173Z Compiling serde_spanned v1.0.4
24482026-02-24T14:23:09.239Z Compiling term v1.1.0
24492026-02-24T14:23:09.434Z Compiling swrite v0.1.0
24502026-02-24T14:23:09.472Z Compiling unicode-width v0.1.14
24512026-02-24T14:23:09.629Z Compiling take_mut v0.2.2
24522026-02-24T14:23:09.660Z Compiling toml_writer v1.0.6+spec-1.1.0
24532026-02-24T14:23:09.842Z Compiling slog-term v2.9.2
24542026-02-24T14:23:10.067Z Compiling toml v0.9.11+spec-1.1.0
24552026-02-24T14:23:10.118Z Compiling tabwriter v1.4.0
24562026-02-24T14:23:10.544Z Compiling futures v0.3.31
24572026-02-24T14:23:10.710Z Compiling tokio-rustls v0.25.0
24582026-02-24T14:23:11.015Z Compiling slog-bunyan v2.5.0
24592026-02-24T14:23:11.206Z Compiling progenitor v0.11.2
24602026-02-24T14:23:11.282Z Compiling argon2 v0.5.3
24612026-02-24T14:23:11.475Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
24622026-02-24T14:23:11.482Z Compiling progenitor-macro v0.10.0
24632026-02-24T14:23:12.185Z Compiling dropshot v0.16.7
24642026-02-24T14:23:12.216Z Compiling async-stream v0.3.6
24652026-02-24T14:23:12.283Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#70d3253a)
24662026-02-24T14:23:12.535Z Compiling rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=8f5527da3c53398c95c50b1af088637e7b6c5718#8f5527da)
24672026-02-24T14:23:12.569Z Compiling universal-hash v0.5.1
24682026-02-24T14:23:12.873Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
24692026-02-24T14:23:12.988Z Compiling waitgroup v0.1.2
24702026-02-24T14:23:13.229Z Compiling rustls-pemfile v2.2.0
24712026-02-24T14:23:13.316Z Compiling thiserror-impl-no-std v2.0.2
24722026-02-24T14:23:13.636Z Compiling serde_path_to_error v0.1.20
24732026-02-24T14:23:13.670Z Compiling hostname v0.4.2
24742026-02-24T14:23:13.703Z Compiling instant v0.1.13
24752026-02-24T14:23:13.913Z Compiling opaque-debug v0.3.1
24762026-02-24T14:23:13.945Z Compiling colored v3.0.0
24772026-02-24T14:23:14.067Z Compiling debug-ignore v1.0.5
24782026-02-24T14:23:14.277Z Compiling poly1305 v0.8.0
24792026-02-24T14:23:14.442Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=8f5527da3c53398c95c50b1af088637e7b6c5718#8f5527da)
24802026-02-24T14:23:15.353Z Compiling backoff v0.4.0
24812026-02-24T14:23:15.353Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
24822026-02-24T14:23:15.630Z Compiling thiserror-no-std v2.0.2
24832026-02-24T14:23:15.690Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
24842026-02-24T14:23:15.773Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
24852026-02-24T14:23:15.815Z Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
24862026-02-24T14:23:16.417Z Compiling parse-display v0.10.0
24872026-02-24T14:23:16.860Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
24882026-02-24T14:23:16.975Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
24892026-02-24T14:23:17.115Z Compiling chacha20 v0.9.1
24902026-02-24T14:23:17.702Z Compiling progenitor-client v0.10.0
24912026-02-24T14:23:18.314Z Compiling aead v0.5.2
24922026-02-24T14:23:18.473Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#61479b69)
24932026-02-24T14:23:18.728Z Compiling macaddr v1.0.1
24942026-02-24T14:23:18.771Z Compiling derive-where v1.5.0
24952026-02-24T14:23:19.212Z Compiling chacha20poly1305 v0.10.1
24962026-02-24T14:23:19.512Z Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
24972026-02-24T14:23:20.558Z Compiling vsss-rs v3.3.4
24982026-02-24T14:23:21.784Z Compiling num-rational v0.4.2
24992026-02-24T14:23:22.422Z Compiling progenitor v0.10.0
25002026-02-24T14:23:24.187Z Compiling num-complex v0.4.6
25012026-02-24T14:23:25.055Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
25022026-02-24T14:23:25.280Z Compiling num v0.4.3
25032026-02-24T14:23:25.436Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
25042026-02-24T14:23:25.547Z Compiling console v0.15.10
25052026-02-24T14:23:26.467Z Compiling float-ord v0.3.2
25062026-02-24T14:23:26.941Z Compiling toml v0.8.23
25072026-02-24T14:23:27.328Z Compiling newline-converter v0.3.0
25082026-02-24T14:23:27.623Z Compiling atomicwrites v0.4.4
25092026-02-24T14:23:28.205Z Compiling prettyplease v0.2.36
25102026-02-24T14:23:28.255Z Compiling slog-dtrace v0.3.0
25112026-02-24T14:23:28.550Z Compiling expectorate v1.2.0
25122026-02-24T14:23:28.761Z Compiling async-recursion v1.1.1
25132026-02-24T14:23:28.978Z Compiling cancel-safe-futures v0.1.5
25142026-02-24T14:23:29.426Z Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
25152026-02-24T14:23:30.062Z Compiling owo-colors v4.2.3
25162026-02-24T14:23:30.743Z Compiling resolv-conf v0.7.0
25172026-02-24T14:23:31.234Z Compiling libsw-core v0.3.1
25182026-02-24T14:23:31.595Z Compiling libsw v3.5.0
25192026-02-24T14:23:32.302Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
25202026-02-24T14:23:32.634Z Compiling linear-map v1.2.0
25212026-02-24T14:23:32.735Z Compiling linked-hash-map v0.5.6
25222026-02-24T14:23:33.114Z Compiling oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
25232026-02-24T14:23:33.208Z Compiling lru-cache v0.1.2
25242026-02-24T14:23:33.501Z Compiling unicode-xid v0.2.6
25252026-02-24T14:23:33.782Z Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
25262026-02-24T14:23:34.305Z Compiling clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
25272026-02-24T14:23:36.728Z Compiling globset v0.4.15
25282026-02-24T14:23:41.419Z Compiling hickory-proto v0.24.4
25292026-02-24T14:23:44.197Z Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
25302026-02-24T14:23:44.318Z Compiling internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
25312026-02-24T14:23:45.207Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
25322026-02-24T14:23:48.994Z Compiling hickory-resolver v0.24.4
25332026-02-24T14:23:49.441Z Compiling gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
25342026-02-24T14:23:49.617Z Compiling convert_case v0.7.1
25352026-02-24T14:23:50.360Z Compiling derive_more-impl v2.0.1
25362026-02-24T14:23:52.123Z Compiling qorb v0.4.1
25372026-02-24T14:23:57.229Z Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
25382026-02-24T14:23:57.686Z Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
25392026-02-24T14:24:01.717Z Compiling pin-project-internal v1.1.6
25402026-02-24T14:24:03.445Z Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
25412026-02-24T14:24:04.162Z Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
25422026-02-24T14:24:04.211Z Compiling pin-project v1.1.6
25432026-02-24T14:24:04.449Z Compiling derive_more v2.0.1
25442026-02-24T14:24:04.529Z Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
25452026-02-24T14:24:04.636Z Compiling pem v3.0.5
25462026-02-24T14:24:05.003Z Compiling snafu-derive v0.8.5
25472026-02-24T14:24:06.096Z Compiling vte_generate_state_changes v0.1.2
25482026-02-24T14:24:06.556Z Compiling siphasher v1.0.1
25492026-02-24T14:24:06.590Z Compiling termtree v0.5.1
25502026-02-24T14:24:06.774Z Compiling vte v0.11.1
25512026-02-24T14:24:06.935Z Compiling phf_shared v0.12.1
25522026-02-24T14:24:07.025Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
25532026-02-24T14:24:07.439Z Compiling crossterm v0.29.0
25542026-02-24T14:24:08.260Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
25552026-02-24T14:24:09.207Z Compiling snafu v0.8.5
25562026-02-24T14:24:10.463Z Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
25572026-02-24T14:24:12.770Z Compiling olpc-cjson v0.1.4
25582026-02-24T14:24:13.229Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
25592026-02-24T14:24:13.675Z Compiling csv-core v0.1.11
25602026-02-24T14:24:14.331Z Compiling serde_plain v1.0.2
25612026-02-24T14:24:14.605Z Compiling highway v1.3.0
25622026-02-24T14:24:14.934Z Compiling chrono-tz v0.10.4
25632026-02-24T14:24:15.177Z Compiling typed-path v0.9.3
25642026-02-24T14:24:15.372Z Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
25652026-02-24T14:24:16.205Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
25662026-02-24T14:24:16.647Z Compiling csv v1.3.1
25672026-02-24T14:24:16.743Z Compiling strip-ansi-escapes v0.2.0
25682026-02-24T14:24:17.604Z Compiling phf v0.12.1
25692026-02-24T14:24:17.639Z Compiling const_format_proc_macros v0.2.34
25702026-02-24T14:24:18.005Z Compiling tough v0.20.0
25712026-02-24T14:24:19.053Z Compiling papergrid v0.11.0
25722026-02-24T14:24:19.425Z Compiling tabled_derive v0.7.0
25732026-02-24T14:24:21.453Z Compiling fd-lock v4.0.2
25742026-02-24T14:24:21.749Z Compiling peg-macros v0.8.5
25752026-02-24T14:24:22.286Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
25762026-02-24T14:24:22.972Z Compiling nu-ansi-term v0.50.1
25772026-02-24T14:24:23.349Z Compiling tabled v0.15.0
25782026-02-24T14:24:24.137Z Compiling reedline v0.40.0
25792026-02-24T14:24:24.579Z Compiling const_format v0.2.34
25802026-02-24T14:24:24.833Z Compiling peg v0.8.5
25812026-02-24T14:24:25.688Z Compiling cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
25822026-02-24T14:24:30.376Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
25832026-02-24T14:24:31.833Z Compiling bcs v0.1.6
25842026-02-24T14:24:32.723Z Compiling base64 v0.21.7
25852026-02-24T14:24:33.673Z Compiling semver v0.1.20
25862026-02-24T14:24:33.910Z Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
25872026-02-24T14:24:34.257Z Compiling rustc_version v0.1.7
25882026-02-24T14:24:34.342Z Compiling humantime v2.2.0
25892026-02-24T14:24:34.670Z Compiling newtype_derive v0.1.6
25902026-02-24T14:24:35.077Z Compiling smawk v0.3.2
25912026-02-24T14:24:35.196Z Compiling unicode-linebreak v0.1.5
25922026-02-24T14:24:35.526Z Compiling dropshot-api-manager-types v0.3.0
25932026-02-24T14:24:35.800Z Compiling textwrap v0.16.2
25942026-02-24T14:24:36.758Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
25952026-02-24T14:24:38.482Z Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
25962026-02-24T14:24:39.449Z Compiling steno v0.4.1
25972026-02-24T14:24:40.733Z Compiling nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
25982026-02-24T14:24:42.610Z Compiling utf-8 v0.7.6
25992026-02-24T14:24:43.031Z Compiling moka v0.12.10
26002026-02-24T14:24:43.475Z Compiling tagptr v0.2.0
26012026-02-24T14:24:47.225Z Compiling hickory-resolver v0.25.2
26022026-02-24T14:24:49.222Z Compiling tungstenite v0.21.0
26032026-02-24T14:24:50.545Z Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
26042026-02-24T14:24:50.865Z Compiling tokio-tungstenite v0.21.0
26052026-02-24T14:24:51.059Z Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
26062026-02-24T14:24:51.579Z Compiling radium v0.7.0
26072026-02-24T14:24:52.144Z Compiling tap v1.0.1
26082026-02-24T14:24:52.422Z Compiling maybe-uninit v2.0.0
26092026-02-24T14:24:53.053Z Compiling wyz v0.5.1
26102026-02-24T14:24:54.163Z Compiling zerocopy-derive v0.6.6
26112026-02-24T14:24:54.215Z Compiling proc-macro-error-attr2 v2.0.0
26122026-02-24T14:24:55.035Z Compiling display-error-chain v0.2.2
26132026-02-24T14:24:55.343Z Compiling crc-catalog v2.4.0
26142026-02-24T14:24:55.580Z Compiling packed_struct v0.10.1
26152026-02-24T14:24:55.883Z Compiling funty v2.0.0
26162026-02-24T14:24:56.104Z Compiling zerocopy v0.6.6
26172026-02-24T14:24:57.022Z Compiling bitvec v1.0.1
26182026-02-24T14:24:58.451Z Compiling crc v3.2.1
26192026-02-24T14:24:59.784Z Compiling proc-macro-error2 v2.0.1
26202026-02-24T14:25:00.424Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
26212026-02-24T14:25:00.895Z Compiling packed_struct_codegen v0.10.1
26222026-02-24T14:25:01.686Z Compiling bitfield-macros v0.19.2
26232026-02-24T14:25:01.733Z Compiling indexmap v1.9.3
26242026-02-24T14:25:02.145Z Compiling nodrop v0.1.14
26252026-02-24T14:25:02.334Z Compiling array-init v0.0.4
26262026-02-24T14:25:03.120Z Compiling bitfield v0.19.2
26272026-02-24T14:25:03.326Z Compiling smallvec v0.6.14
26282026-02-24T14:25:03.513Z Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
26292026-02-24T14:25:03.621Z Compiling num-derive v0.3.3
26302026-02-24T14:25:03.858Z Compiling hashbrown v0.12.3
26312026-02-24T14:25:05.724Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
26322026-02-24T14:25:06.267Z Compiling libscf-sys v1.1.0
26332026-02-24T14:25:06.556Z Compiling serde-hex v0.1.0
26342026-02-24T14:25:07.522Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
26352026-02-24T14:25:09.740Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#205d47d4)
26362026-02-24T14:25:10.354Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
26372026-02-24T14:25:10.437Z Compiling ron v0.8.1
26382026-02-24T14:25:10.768Z Compiling hashbrown v0.13.2
26392026-02-24T14:25:12.047Z Compiling vergen-gitcl v1.0.8
26402026-02-24T14:25:12.250Z Compiling dirs-sys-next v0.1.2
26412026-02-24T14:25:12.476Z Compiling maplit v1.0.2
26422026-02-24T14:25:12.663Z Compiling crunchy v0.2.2
26432026-02-24T14:25:12.766Z Compiling crc-any v2.5.0
26442026-02-24T14:25:13.229Z Compiling dirs-next v2.0.0
26452026-02-24T14:25:13.517Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
26462026-02-24T14:25:13.717Z Compiling object v0.30.4
26472026-02-24T14:25:15.020Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
26482026-02-24T14:25:16.018Z Compiling dsl_auto_type v0.1.2
26492026-02-24T14:25:16.535Z Compiling scheduled-thread-pool v0.2.7
26502026-02-24T14:25:17.268Z Compiling diesel_table_macro_syntax v0.2.0
26512026-02-24T14:25:17.696Z Compiling path-slash v0.1.5
26522026-02-24T14:25:17.872Z Compiling tiny-keccak v2.0.2
26532026-02-24T14:25:18.000Z Compiling diesel_derives v2.2.3
26542026-02-24T14:25:18.309Z Compiling r2d2 v0.8.10
26552026-02-24T14:25:19.894Z Compiling term v0.7.0
26562026-02-24T14:25:21.025Z Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#205d47d4)
26572026-02-24T14:25:25.978Z Compiling tabled_derive v0.11.0
26582026-02-24T14:25:27.990Z Compiling papergrid v0.17.0
26592026-02-24T14:25:28.305Z Compiling testing_table v0.3.0
26602026-02-24T14:25:29.145Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#59b8432e)
26612026-02-24T14:25:32.388Z Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
26622026-02-24T14:25:34.947Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#59b8432e)
26632026-02-24T14:25:35.346Z Compiling arc-swap v1.7.1
26642026-02-24T14:25:36.060Z Compiling xshell-macros v0.2.7
26652026-02-24T14:25:36.804Z Compiling bit-vec v0.6.3
26662026-02-24T14:25:37.273Z Compiling bit-set v0.5.3
26672026-02-24T14:25:37.634Z Compiling xshell v0.2.7
26682026-02-24T14:25:40.586Z Compiling slog-scope v4.4.0
26692026-02-24T14:25:40.828Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#59b8432e)
26702026-02-24T14:25:41.417Z Compiling tabled v0.20.0
26712026-02-24T14:25:41.781Z Compiling diesel v2.2.12
26722026-02-24T14:25:43.530Z Compiling ascii-canvas v3.0.0
26732026-02-24T14:25:44.043Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
26742026-02-24T14:25:44.896Z Compiling ena v0.14.3
26752026-02-24T14:25:45.379Z Compiling regex-syntax v0.6.29
26762026-02-24T14:25:50.233Z Compiling bindgen v0.71.1
26772026-02-24T14:25:50.774Z Compiling unicase v2.8.1
26782026-02-24T14:25:51.379Z Compiling diff v0.1.13
26792026-02-24T14:25:51.749Z Compiling lalrpop v0.19.12
26802026-02-24T14:25:51.929Z Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
26812026-02-24T14:25:54.349Z Compiling slog-stdlog v4.1.1
26822026-02-24T14:25:55.257Z Compiling omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
26832026-02-24T14:25:57.353Z Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
26842026-02-24T14:25:58.049Z Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
26852026-02-24T14:25:58.463Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
26862026-02-24T14:25:58.537Z Compiling crc8 v0.1.1
26872026-02-24T14:25:58.822Z Compiling slog-envlogger v2.2.0
26882026-02-24T14:26:00.326Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
26892026-02-24T14:26:01.453Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
26902026-02-24T14:26:02.393Z Compiling headers-core v0.3.0
26912026-02-24T14:26:02.641Z Compiling libxml v0.3.3
26922026-02-24T14:26:03.146Z Compiling headers v0.4.1
26932026-02-24T14:26:04.938Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
26942026-02-24T14:26:05.675Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
26952026-02-24T14:26:06.105Z Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
26962026-02-24T14:26:06.850Z Compiling strum_macros v0.24.3
26972026-02-24T14:26:06.995Z Compiling indoc v1.0.9
26982026-02-24T14:26:07.869Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#f41bd73b)
26992026-02-24T14:26:09.809Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
27002026-02-24T14:26:10.196Z Compiling derive_builder v0.20.2
27012026-02-24T14:26:10.466Z Compiling impl-trait-for-tuples v0.2.2
27022026-02-24T14:26:11.349Z Compiling samael v0.0.19
27032026-02-24T14:26:12.351Z Compiling oso-derive v0.27.3
27042026-02-24T14:26:12.699Z Compiling polar-core v0.27.3
27052026-02-24T14:26:13.321Z Compiling quick-xml v0.37.2
27062026-02-24T14:26:13.987Z Compiling half v1.8.3
27072026-02-24T14:26:14.942Z Compiling serde_cbor v0.11.2
27082026-02-24T14:26:14.992Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#f41bd73b)
27092026-02-24T14:26:16.085Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
27102026-02-24T14:26:16.189Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
27112026-02-24T14:26:17.648Z Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
27122026-02-24T14:26:17.915Z Compiling diesel-dtrace v0.4.2
27132026-02-24T14:26:18.434Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#f41bd73b)
27142026-02-24T14:26:29.065Z Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
27152026-02-24T14:26:29.449Z Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
27162026-02-24T14:26:32.397Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#f41bd73b)
27172026-02-24T14:26:33.493Z Compiling bb8 v0.8.5
27182026-02-24T14:26:34.208Z Compiling trait-variant v0.1.2
27192026-02-24T14:26:35.298Z Compiling scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=c78005db837a71f94c3b8efac9a64cfbdb2d527f#c78005db)
27202026-02-24T14:26:36.038Z Compiling oso v0.27.3
27212026-02-24T14:26:37.289Z Compiling async-bb8-diesel v0.2.1
27222026-02-24T14:26:38.172Z Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#f41bd73b)
27232026-02-24T14:26:38.992Z Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
27242026-02-24T14:26:39.317Z Compiling tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
27252026-02-24T14:26:39.941Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
27262026-02-24T14:26:43.036Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
27272026-02-24T14:26:43.445Z Compiling fxhash v0.2.1
27282026-02-24T14:26:43.739Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
27292026-02-24T14:26:43.897Z Compiling typify-impl v0.2.0
27302026-02-24T14:26:44.198Z Compiling kstat-rs v0.2.4
27312026-02-24T14:26:45.161Z Compiling libz-sys v1.1.20
27322026-02-24T14:26:45.878Z Compiling salty v0.3.0
27332026-02-24T14:26:46.346Z Compiling nonempty v0.12.0
27342026-02-24T14:26:46.957Z Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
27352026-02-24T14:26:50.497Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
27362026-02-24T14:26:51.783Z Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
27372026-02-24T14:26:53.144Z Compiling typify-macro v0.2.0
27382026-02-24T14:26:56.599Z Compiling zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
27392026-02-24T14:27:01.669Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=37992295b5dc708d8f120cee805d67418741b556#37992295)
27402026-02-24T14:27:07.187Z Compiling nanorand v0.7.0
27412026-02-24T14:27:07.419Z Compiling fs-err v2.11.0
27422026-02-24T14:27:07.864Z Compiling parking_lot_core v0.8.6
27432026-02-24T14:27:08.345Z Compiling mime_guess v2.0.5
27442026-02-24T14:27:08.650Z Compiling flume v0.11.1
27452026-02-24T14:27:09.414Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=37992295b5dc708d8f120cee805d67418741b556#37992295)
27462026-02-24T14:27:09.492Z Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
27472026-02-24T14:27:11.910Z Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
27482026-02-24T14:27:17.513Z Compiling libgit2-sys v0.18.2+1.9.1
27492026-02-24T14:27:17.904Z Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
27502026-02-24T14:27:32.672Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3)
27512026-02-24T14:27:34.677Z Compiling tabled_derive v0.10.0
27522026-02-24T14:27:36.944Z Compiling clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
27532026-02-24T14:27:38.981Z Compiling ignore v0.4.23
27542026-02-24T14:27:41.197Z Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
27552026-02-24T14:27:43.800Z Compiling papergrid v0.14.0
27562026-02-24T14:27:44.190Z Compiling primeorder v0.13.6
27572026-02-24T14:27:44.824Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#4aac6125)
27582026-02-24T14:27:46.600Z Compiling castaway v0.2.3
27592026-02-24T14:27:46.861Z Compiling nibble_vec v0.1.0
27602026-02-24T14:27:47.175Z Compiling atty v0.2.14
27612026-02-24T14:27:47.387Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#4aac6125)
27622026-02-24T14:27:47.799Z Compiling http-range v0.1.5
27632026-02-24T14:27:47.949Z Compiling endian-type v0.1.2
27642026-02-24T14:27:48.267Z Compiling parse-size v1.1.0
27652026-02-24T14:27:48.470Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
27662026-02-24T14:27:48.618Z Compiling tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
27672026-02-24T14:27:48.901Z Compiling radix_trie v0.2.1
27682026-02-24T14:27:49.139Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#4aac6125)
27692026-02-24T14:27:49.778Z Compiling compact_str v0.8.0
27702026-02-24T14:27:49.976Z Compiling tabled v0.18.0
27712026-02-24T14:27:52.353Z Compiling p384 v0.13.1
27722026-02-24T14:27:53.829Z Compiling globwalk v0.9.1
27732026-02-24T14:27:55.199Z Compiling parking_lot v0.11.2
27742026-02-24T14:27:57.173Z Compiling typify v0.2.0
27752026-02-24T14:27:57.387Z Compiling predicates-tree v1.0.12
27762026-02-24T14:27:57.671Z Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
27772026-02-24T14:27:57.945Z Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
27782026-02-24T14:27:58.285Z Compiling unicode-truncate v1.1.0
27792026-02-24T14:27:59.851Z Compiling prefix-trie v0.7.0
27802026-02-24T14:28:00.847Z Compiling lru v0.12.5
27812026-02-24T14:28:01.196Z Compiling vergen-git2 v1.0.7
27822026-02-24T14:28:01.593Z Compiling instability v0.3.2
27832026-02-24T14:28:02.035Z Compiling indoc v2.0.6
27842026-02-24T14:28:02.575Z Compiling cassowary v0.3.0
27852026-02-24T14:28:03.001Z Compiling hickory-server v0.25.2
27862026-02-24T14:28:05.826Z Compiling ratatui v0.29.0
27872026-02-24T14:28:06.053Z Compiling camino-tempfile-ext v0.3.2
27882026-02-24T14:28:07.452Z Compiling progenitor-impl v0.8.0
27892026-02-24T14:28:08.623Z Compiling git2 v0.20.2
27902026-02-24T14:28:09.258Z Compiling hyper-staticfile v0.10.1
27912026-02-24T14:28:11.873Z Compiling sled v0.34.7
27922026-02-24T14:28:15.361Z Compiling hickory-client v0.25.2
27932026-02-24T14:28:17.334Z Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
27942026-02-24T14:28:17.366Z Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
27952026-02-24T14:28:18.640Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27962026-02-24T14:28:19.196Z Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
27972026-02-24T14:28:20.277Z Compiling clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
27982026-02-24T14:28:25.370Z Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=8f5527da3c53398c95c50b1af088637e7b6c5718#8f5527da)
27992026-02-24T14:28:25.438Z Compiling rand_seeder v0.4.0
28002026-02-24T14:28:25.921Z Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
28012026-02-24T14:28:26.864Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f)
28022026-02-24T14:28:27.134Z Compiling lzma-sys v0.1.20
28032026-02-24T14:28:27.301Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
28042026-02-24T14:28:27.723Z Compiling corncobs v0.1.4
28052026-02-24T14:28:27.932Z Compiling rustls v0.21.12
28062026-02-24T14:28:27.986Z Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
28072026-02-24T14:28:28.350Z Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
28082026-02-24T14:28:28.382Z Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
28092026-02-24T14:28:28.750Z Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
28102026-02-24T14:28:29.403Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
28112026-02-24T14:28:29.436Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
28122026-02-24T14:28:41.967Z Compiling nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
28132026-02-24T14:28:43.296Z Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
28142026-02-24T14:28:47.635Z Compiling progenitor-macro v0.8.0
28152026-02-24T14:28:58.549Z Compiling sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
28162026-02-24T14:29:01.382Z Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
28172026-02-24T14:29:02.506Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#606c0be8)
28182026-02-24T14:29:05.977Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
28192026-02-24T14:29:06.359Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
28202026-02-24T14:29:06.754Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
28212026-02-24T14:29:07.142Z Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
28222026-02-24T14:29:08.543Z Compiling progenitor-client v0.8.0
28232026-02-24T14:29:09.472Z Compiling rustls-webpki v0.101.7
28242026-02-24T14:29:10.881Z Compiling sct v0.7.1
28252026-02-24T14:29:11.377Z Compiling heck v0.3.3
28262026-02-24T14:29:11.811Z Compiling secrecy v0.8.0
28272026-02-24T14:29:12.164Z Compiling void v1.0.2
28282026-02-24T14:29:12.399Z Compiling lzss v0.8.2
28292026-02-24T14:29:13.199Z Compiling zone_cfg_derive v0.1.2
28302026-02-24T14:29:15.898Z Compiling progenitor v0.8.0
28312026-02-24T14:29:16.319Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#606c0be8)
28322026-02-24T14:29:17.174Z Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
28332026-02-24T14:29:21.024Z Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
28342026-02-24T14:29:22.471Z Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
28352026-02-24T14:29:26.330Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#88c6684d)
28362026-02-24T14:29:26.614Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
28372026-02-24T14:29:27.954Z Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
28382026-02-24T14:29:37.286Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
28392026-02-24T14:29:37.706Z Compiling tungstenite v0.23.0
28402026-02-24T14:29:39.371Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
28412026-02-24T14:29:39.776Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
28422026-02-24T14:29:40.188Z Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
28432026-02-24T14:29:40.601Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
28442026-02-24T14:29:41.008Z Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
28452026-02-24T14:29:41.192Z Compiling nix v0.27.1
28462026-02-24T14:29:41.762Z Compiling serde_bytes v0.11.19
28472026-02-24T14:29:42.333Z Compiling number_prefix v0.4.0
28482026-02-24T14:29:42.674Z Compiling base64 v0.13.1
28492026-02-24T14:29:43.029Z Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
28502026-02-24T14:29:43.228Z Compiling ron v0.7.1
28512026-02-24T14:29:43.532Z Compiling indicatif v0.17.11
28522026-02-24T14:29:44.115Z Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
28532026-02-24T14:29:45.074Z Compiling tokio-tungstenite v0.23.1
28542026-02-24T14:29:45.734Z Compiling lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#61479b69)
28552026-02-24T14:29:48.408Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
28562026-02-24T14:29:49.721Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#88c6684d)
28572026-02-24T14:29:50.033Z Compiling xz2 v0.1.7
28582026-02-24T14:29:50.713Z Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
28592026-02-24T14:30:00.172Z Compiling tokio-rustls v0.24.1
28602026-02-24T14:30:00.719Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
28612026-02-24T14:30:02.209Z Compiling zone v0.1.8
28622026-02-24T14:30:05.688Z Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
28632026-02-24T14:30:06.660Z Compiling tufaceous v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
28642026-02-24T14:30:20.350Z Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
28652026-02-24T14:30:22.886Z Compiling nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
28662026-02-24T14:30:32.962Z Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
28672026-02-24T14:30:33.718Z Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
28682026-02-24T14:30:35.647Z Compiling nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
28692026-02-24T14:30:36.638Z Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
28702026-02-24T14:30:45.817Z Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
28712026-02-24T14:30:48.151Z Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
28722026-02-24T14:30:50.917Z Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
28732026-02-24T14:30:53.182Z Compiling rustls-pemfile v1.0.4
28742026-02-24T14:30:53.979Z Compiling clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
28752026-02-24T14:30:57.177Z Compiling bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
28762026-02-24T14:31:00.612Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
28772026-02-24T14:31:01.017Z Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
28782026-02-24T14:31:01.340Z Compiling ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
28792026-02-24T14:31:03.097Z Compiling signal-hook-tokio v0.3.1
28802026-02-24T14:31:03.389Z Compiling twox-hash v2.1.0
28812026-02-24T14:31:04.407Z Compiling yasna v0.5.2
28822026-02-24T14:31:05.196Z Compiling is_ci v1.2.0
28832026-02-24T14:31:05.569Z Compiling supports-color v3.0.2
28842026-02-24T14:31:05.695Z Compiling rcgen v0.12.1
28852026-02-24T14:31:07.200Z Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
28862026-02-24T14:31:07.919Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
28872026-02-24T14:31:17.392Z Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
28882026-02-24T14:31:20.216Z Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
28892026-02-24T14:31:30.473Z Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#f3fe0542)
28902026-02-24T14:31:48.563Z Compiling lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#61479b69)
28912026-02-24T14:31:56.929Z Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
28922026-02-24T14:32:00.145Z Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
28932026-02-24T14:32:02.090Z Compiling nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
28942026-02-24T14:32:15.178Z Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
28952026-02-24T14:32:18.439Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
28962026-02-24T14:32:18.831Z Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
28972026-02-24T14:32:19.228Z Compiling bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
28982026-02-24T14:32:21.480Z Compiling nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
28992026-02-24T14:32:21.844Z Compiling fatfs v0.3.6
29002026-02-24T14:32:24.359Z Compiling raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df)
29012026-02-24T14:32:24.657Z Compiling subprocess v0.2.9
29022026-02-24T14:32:29.304Z Compiling rtoolbox v0.0.2
29032026-02-24T14:32:29.795Z Compiling seq-macro v0.3.6
29042026-02-24T14:32:30.843Z Compiling assert_matches v1.5.0
29052026-02-24T14:32:33.786Z Compiling rpassword v7.4.0
29062026-02-24T14:32:34.319Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
29072026-02-24T14:32:40.627Z Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
29082026-02-24T14:32:45.996Z Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
29092026-02-24T14:33:03.310Z Compiling ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
29102026-02-24T14:33:03.530Z Compiling ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
29112026-02-24T14:33:08.971Z Compiling tui-tree-widget v0.23.1
29122026-02-24T14:33:09.520Z Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
29132026-02-24T14:33:13.002Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
29142026-02-24T14:33:14.005Z Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
29152026-02-24T14:33:20.176Z Compiling uzers v0.12.1
29162026-02-24T14:33:20.333Z Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
29172026-02-24T14:33:23.429Z Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
29182026-02-24T14:33:34.195Z Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
29192026-02-24T14:33:45.499Z Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
29202026-02-24T14:34:03.795Z Compiling support-bundle-viewer v0.1.2
29212026-02-24T14:34:06.002Z Compiling clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
29222026-02-24T14:34:07.908Z Compiling multimap v0.10.1
29232026-02-24T14:36:37.776Z Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
29242026-02-24T14:36:40.285Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
29252026-02-24T14:47:46.598Z Finished `release` profile [optimized] target(s) in 24m 42s
29262026-02-24T14:48:45.202Z
29272026-02-24T14:48:45.206Zreal 25:42.520967879
29282026-02-24T14:48:45.206Zuser 3:02:25.393973368
29292026-02-24T14:48:45.206Zsys 4:54.024727334
29302026-02-24T14:48:45.206Ztrap 4.654100168
29312026-02-24T14:48:45.206Ztflt 2.204677248
29322026-02-24T14:48:45.206Zdflt 6.732137631
29332026-02-24T14:48:45.206Zkflt 0.119965742
29342026-02-24T14:48:45.206Zlock 12:11:15.658450232
29352026-02-24T14:48:45.206Zslp 8:45:46.886649532
29362026-02-24T14:48:45.206Zlat 4:42.383499971
29372026-02-24T14:48:45.206Zstop 4:32.000570365
29382026-02-24T14:48:45.206Z+ mapfile -t packages
29392026-02-24T14:48:45.206Z++ cargo run --locked --release --bin omicron-package -- -t test list-outputs
29402026-02-24T14:48:46.576Z Finished `release` profile [optimized] target(s) in 1.30s
29412026-02-24T14:48:46.639Z Running `target/release/omicron-package -t test list-outputs`
29422026-02-24T14:48:46.697ZLogging to: /work/oxidecomputer/omicron/out/LOG
29432026-02-24T14:48:46.700Z+ ptime -m cargo build --locked --release -p xtask
29442026-02-24T14:48:47.548Z Compiling serde_core v1.0.228
29452026-02-24T14:48:47.551Z Compiling syn v2.0.114
29462026-02-24T14:48:47.551Z Compiling bitflags v2.9.4
29472026-02-24T14:48:47.551Z Compiling serde v1.0.228
29482026-02-24T14:48:47.551Z Compiling serde_json v1.0.149
29492026-02-24T14:48:47.551Z Compiling libc v0.2.180
29502026-02-24T14:48:47.676Z Compiling num-traits v0.2.19
29512026-02-24T14:48:47.690Z Compiling rustix v0.38.37
29522026-02-24T14:48:48.130Z Compiling smallvec v1.15.1
29532026-02-24T14:48:48.319Z Compiling hashbrown v0.16.1
29542026-02-24T14:48:48.538Z Compiling usdt-impl v0.5.0
29552026-02-24T14:48:48.588Z Compiling syn v1.0.109
29562026-02-24T14:48:49.239Z Compiling rustix v1.1.3
29572026-02-24T14:48:49.453Z Compiling thread-id v4.2.2
29582026-02-24T14:48:49.613Z Compiling log v0.4.29
29592026-02-24T14:48:49.793Z Compiling indexmap v2.13.0
29602026-02-24T14:48:49.965Z Compiling getrandom v0.3.4
29612026-02-24T14:48:50.091Z Compiling percent-encoding v2.3.2
29622026-02-24T14:48:50.654Z Compiling ordered-float v2.10.1
29632026-02-24T14:48:50.675Z Compiling form_urlencoded v1.2.2
29642026-02-24T14:48:51.041Z Compiling terminal_size v0.4.0
29652026-02-24T14:48:51.629Z Compiling fs-err v3.1.1
29662026-02-24T14:48:51.688Z Compiling heck v0.4.1
29672026-02-24T14:48:52.040Z Compiling anyhow v1.0.99
29682026-02-24T14:48:52.111Z Compiling once_cell v1.21.3
29692026-02-24T14:48:52.618Z Compiling clap_builder v4.5.48
29702026-02-24T14:48:53.349Z Compiling textwrap v0.16.2
29712026-02-24T14:48:54.608Z Compiling synstructure v0.13.1
29722026-02-24T14:48:54.968Z Compiling proc-macro-error v1.0.4
29732026-02-24T14:48:55.526Z Compiling tempfile v3.24.0
29742026-02-24T14:48:56.204Z Compiling tabled_derive v0.7.0
29752026-02-24T14:48:56.396Z Compiling camino-tempfile v1.4.1
29762026-02-24T14:48:57.683Z Compiling serde_derive v1.0.228
29772026-02-24T14:48:57.882Z Compiling thiserror-impl v2.0.18
29782026-02-24T14:48:59.016Z Compiling zerofrom-derive v0.1.4
29792026-02-24T14:48:59.060Z Compiling yoke-derive v0.7.4
29802026-02-24T14:48:59.096Z Compiling zerovec-derive v0.10.3
29812026-02-24T14:48:59.198Z Compiling displaydoc v0.2.5
29822026-02-24T14:49:00.670Z Compiling thiserror-impl v1.0.69
29832026-02-24T14:49:00.720Z Compiling thiserror v2.0.18
29842026-02-24T14:49:00.935Z Compiling pest v2.8.2
29852026-02-24T14:49:01.382Z Compiling zerocopy-derive v0.7.35
29862026-02-24T14:49:01.408Z Compiling icu_provider_macros v1.5.0
29872026-02-24T14:49:01.806Z Compiling zerofrom v0.1.4
29882026-02-24T14:49:02.108Z Compiling yoke v0.7.4
29892026-02-24T14:49:02.558Z Compiling zerovec v0.10.4
29902026-02-24T14:49:02.659Z Compiling scroll_derive v0.12.0
29912026-02-24T14:49:03.123Z Compiling zerocopy v0.7.35
29922026-02-24T14:49:03.207Z Compiling thiserror v1.0.69
29932026-02-24T14:49:03.630Z Compiling pest_meta v2.8.2
29942026-02-24T14:49:04.041Z Compiling scroll v0.12.0
29952026-02-24T14:49:04.787Z Compiling tinystr v0.7.6
29962026-02-24T14:49:05.362Z Compiling icu_locid v1.5.0
29972026-02-24T14:49:05.656Z Compiling pest_generator v2.8.2
29982026-02-24T14:49:05.744Z Compiling icu_collections v1.5.0
29992026-02-24T14:49:05.907Z Compiling toml_datetime v0.6.11
30002026-02-24T14:49:05.952Z Compiling serde_spanned v0.6.9
30012026-02-24T14:49:06.281Z Compiling dof v0.3.0
30022026-02-24T14:49:06.782Z Compiling icu_provider v1.5.0
30032026-02-24T14:49:07.173Z Compiling toml_edit v0.22.27
30042026-02-24T14:49:07.260Z Compiling serde_tokenstream v0.2.2
30052026-02-24T14:49:07.280Z Compiling pest_derive v2.8.2
30062026-02-24T14:49:07.897Z Compiling icu_locid_transform v1.5.0
30072026-02-24T14:49:08.133Z Compiling dtrace-parser v0.2.0
30082026-02-24T14:49:08.470Z Compiling erased-serde v0.4.6
30092026-02-24T14:49:09.717Z Compiling icu_properties v1.5.1
30102026-02-24T14:49:10.059Z Compiling goblin v0.8.2
30112026-02-24T14:49:11.602Z Compiling toml v0.8.23
30122026-02-24T14:49:13.007Z Compiling serde-untagged v0.1.7
30132026-02-24T14:49:13.752Z Compiling icu_normalizer v1.5.0
30142026-02-24T14:49:14.426Z Compiling serde-value v0.7.0
30152026-02-24T14:49:15.896Z Compiling idna_adapter v1.2.0
30162026-02-24T14:49:16.072Z Compiling usdt-macro v0.5.0
30172026-02-24T14:49:16.177Z Compiling idna v1.0.3
30182026-02-24T14:49:17.285Z Compiling url v2.5.4
30192026-02-24T14:49:18.956Z Compiling cargo-util-schemas v0.8.2
30202026-02-24T14:49:21.377Z Compiling usdt-attr-macro v0.5.0
30212026-02-24T14:49:22.766Z Compiling cargo-platform v0.2.0
30222026-02-24T14:49:22.781Z Compiling clap_derive v4.5.47
30232026-02-24T14:49:23.175Z Compiling usdt v0.5.0
30242026-02-24T14:49:24.029Z Compiling cargo_metadata v0.21.0
30252026-02-24T14:49:24.548Z Compiling cargo_toml v0.21.0
30262026-02-24T14:49:24.662Z Compiling macaddr v1.0.1
30272026-02-24T14:49:25.289Z Compiling tabled v0.15.0
30282026-02-24T14:49:26.992Z Compiling clap v4.5.48
30292026-02-24T14:49:38.312Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
30302026-02-24T14:49:44.371Z Finished `release` profile [optimized] target(s) in 57.59s
30312026-02-24T14:49:44.525Z
30322026-02-24T14:49:44.529Zreal 57.778411947
30332026-02-24T14:49:44.529Zuser 6:19.804433831
30342026-02-24T14:49:44.529Zsys 30.045236684
30352026-02-24T14:49:44.529Ztrap 0.206823473
30362026-02-24T14:49:44.529Ztflt 0.358128666
30372026-02-24T14:49:44.529Zdflt 0.442198670
30382026-02-24T14:49:44.529Zkflt 0.000057402
30392026-02-24T14:49:44.529Zlock 18:15.278674228
30402026-02-24T14:49:44.529Zslp 20:54.265678785
30412026-02-24T14:49:44.529Zlat 26.014132972
30422026-02-24T14:49:44.529Zstop 35.301603637
30432026-02-24T14:49:44.529Z+ export CARGO_PROFILE_DEV_DEBUG=line-tables-only
30442026-02-24T14:49:44.529Z+ CARGO_PROFILE_DEV_DEBUG=line-tables-only
30452026-02-24T14:49:44.529Z+ export CARGO_PROFILE_TEST_DEBUG=line-tables-only
30462026-02-24T14:49:44.529Z+ CARGO_PROFILE_TEST_DEBUG=line-tables-only
30472026-02-24T14:49:44.529Z+ ptime -m cargo build --locked -p end-to-end-tests --tests --bin bootstrap --message-format json-render-diagnostics
30482026-02-24T14:49:45.984Z Compiling regress v0.10.4
30492026-02-24T14:49:46.157Z Compiling unsafe-libyaml v0.2.11
30502026-02-24T14:49:46.160Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
30512026-02-24T14:49:46.160Z Compiling match_cfg v0.1.0
30522026-02-24T14:49:46.215Z Compiling structmeta-derive v0.3.0
30532026-02-24T14:49:46.218Z Compiling rustls v0.22.4
30542026-02-24T14:49:46.235Z Compiling newtype-uuid-macros v0.1.0
30552026-02-24T14:49:46.238Z Compiling multer v3.1.0
30562026-02-24T14:49:46.302Z Compiling hostname v0.3.1
30572026-02-24T14:49:46.546Z Compiling debug-ignore v1.0.5
30582026-02-24T14:49:46.723Z Compiling toml_parser v1.0.6+spec-1.1.0
30592026-02-24T14:49:46.752Z Compiling progenitor-client v0.10.0
30602026-02-24T14:49:46.842Z Compiling slog-json v2.6.1
30612026-02-24T14:49:47.232Z Compiling async-stream-impl v0.3.6
30622026-02-24T14:49:47.345Z Compiling toml_datetime v0.7.5+spec-1.1.0
30632026-02-24T14:49:47.933Z Compiling serde_yaml v0.9.34+deprecated
30642026-02-24T14:49:47.957Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
30652026-02-24T14:49:48.044Z Compiling serde_spanned v1.0.4
30662026-02-24T14:49:48.245Z Compiling dropshot v0.16.7
30672026-02-24T14:49:48.352Z Compiling toml_writer v1.0.6+spec-1.1.0
30682026-02-24T14:49:48.654Z Compiling async-stream v0.3.6
30692026-02-24T14:49:48.710Z Compiling structmeta v0.3.0
30702026-02-24T14:49:48.736Z Compiling slog-bunyan v2.5.0
30712026-02-24T14:49:48.829Z Compiling toml v0.9.11+spec-1.1.0
30722026-02-24T14:49:49.006Z Compiling waitgroup v0.1.2
30732026-02-24T14:49:49.150Z Compiling rustls-pemfile v2.2.0
30742026-02-24T14:49:49.267Z Compiling dropshot_endpoint v0.16.7
30752026-02-24T14:49:49.405Z Compiling itertools v0.14.0
30762026-02-24T14:49:49.512Z Compiling serde_path_to_error v0.1.20
30772026-02-24T14:49:50.030Z Compiling typify-impl v0.4.3
30782026-02-24T14:49:50.425Z Compiling hostname v0.4.2
30792026-02-24T14:49:50.718Z Compiling derive-ex v0.1.8
30802026-02-24T14:49:51.603Z Compiling tokio-rustls v0.25.0
30812026-02-24T14:49:52.084Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#70d3253a)
30822026-02-24T14:49:52.252Z Compiling macaddr v1.0.1
30832026-02-24T14:49:52.345Z Compiling tabwriter v1.4.0
30842026-02-24T14:49:52.625Z Compiling instant v0.1.13
30852026-02-24T14:49:52.724Z Compiling progenitor-client v0.11.2
30862026-02-24T14:49:52.809Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
30872026-02-24T14:49:52.836Z Compiling parse-display-derive v0.10.0
30882026-02-24T14:49:53.360Z Compiling rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=8f5527da3c53398c95c50b1af088637e7b6c5718#8f5527da)
30892026-02-24T14:49:53.643Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
30902026-02-24T14:49:53.891Z Compiling colored v3.0.0
30912026-02-24T14:49:54.148Z Compiling backoff v0.4.0
30922026-02-24T14:49:54.177Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
30932026-02-24T14:49:54.567Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#61479b69)
30942026-02-24T14:49:54.656Z Compiling proc-macro-crate v1.3.1
30952026-02-24T14:49:54.929Z Compiling test-strategy v0.4.3
30962026-02-24T14:49:54.997Z Compiling crucible-workspace-hack v0.1.0
30972026-02-24T14:49:55.221Z Compiling proc-macro-error v1.0.4
30982026-02-24T14:49:55.416Z Compiling heapless v0.8.0
30992026-02-24T14:49:55.670Z Compiling num_enum_derive v0.5.11
31002026-02-24T14:49:55.909Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
31012026-02-24T14:49:56.419Z Compiling ingot-macros v0.1.1
31022026-02-24T14:49:56.527Z Compiling hash32 v0.3.1
31032026-02-24T14:49:56.764Z Compiling parse-display v0.10.0
31042026-02-24T14:49:56.792Z Compiling smoltcp v0.11.0
31052026-02-24T14:49:56.833Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
31062026-02-24T14:49:57.398Z Compiling foreign-types-macros v0.2.3
31072026-02-24T14:49:57.564Z Compiling cobs v0.2.3
31082026-02-24T14:49:57.924Z Compiling foreign-types-shared v0.3.1
31092026-02-24T14:49:58.038Z Compiling num_enum v0.5.11
31102026-02-24T14:49:58.089Z Compiling postcard v1.0.10
31112026-02-24T14:49:58.554Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
31122026-02-24T14:49:58.693Z Compiling nix v0.30.1
31132026-02-24T14:49:58.721Z Compiling foreign-types v0.5.0
31142026-02-24T14:49:58.745Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
31152026-02-24T14:49:58.872Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
31162026-02-24T14:49:59.513Z Compiling secrecy v0.10.3
31172026-02-24T14:49:59.582Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
31182026-02-24T14:49:59.610Z Compiling cstr-argument v0.1.2
31192026-02-24T14:49:59.768Z Compiling rayon-core v1.12.1
31202026-02-24T14:49:59.798Z Compiling pretty-hex v0.2.1
31212026-02-24T14:49:59.910Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#f4eae3d8)
31222026-02-24T14:50:00.089Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
31232026-02-24T14:50:00.111Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
31242026-02-24T14:50:00.190Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
31252026-02-24T14:50:00.416Z Compiling crossbeam-deque v0.8.5
31262026-02-24T14:50:00.451Z Compiling colored v2.2.0
31272026-02-24T14:50:00.516Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
31282026-02-24T14:50:01.459Z Compiling camino-tempfile v1.4.1
31292026-02-24T14:50:01.831Z Compiling typify-macro v0.4.3
31302026-02-24T14:50:01.960Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
31312026-02-24T14:50:02.430Z Compiling rayon v1.10.0
31322026-02-24T14:50:02.610Z Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
31332026-02-24T14:50:02.755Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
31342026-02-24T14:50:02.850Z Compiling zone_cfg_derive v0.3.0
31352026-02-24T14:50:03.363Z Compiling ingot-types v0.1.2
31362026-02-24T14:50:03.422Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
31372026-02-24T14:50:03.892Z Compiling smf v0.2.3
31382026-02-24T14:50:03.895Z Compiling num-derive v0.4.2
31392026-02-24T14:50:04.313Z Compiling ingot v0.1.1
31402026-02-24T14:50:04.364Z Compiling sigpipe v0.1.3
31412026-02-24T14:50:04.545Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
31422026-02-24T14:50:04.885Z Compiling zone v0.3.1
31432026-02-24T14:50:04.955Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
31442026-02-24T14:50:05.497Z Compiling toml v0.8.23
31452026-02-24T14:50:05.772Z Compiling convert_case v0.4.0
31462026-02-24T14:50:05.858Z Compiling typify v0.4.3
31472026-02-24T14:50:06.088Z Compiling progenitor-impl v0.11.2
31482026-02-24T14:50:06.257Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
31492026-02-24T14:50:06.666Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
31502026-02-24T14:50:06.694Z Compiling derive_more v0.99.20
31512026-02-24T14:50:06.832Z Compiling universal-hash v0.5.1
31522026-02-24T14:50:06.889Z Compiling opaque-debug v0.3.1
31532026-02-24T14:50:06.988Z Compiling half v2.4.1
31542026-02-24T14:50:07.031Z Compiling ciborium-io v0.2.2
31552026-02-24T14:50:07.090Z Compiling aead v0.5.2
31562026-02-24T14:50:07.117Z Compiling poly1305 v0.8.0
31572026-02-24T14:50:07.209Z Compiling progenitor-impl v0.10.0
31582026-02-24T14:50:07.503Z Compiling chacha20 v0.9.1
31592026-02-24T14:50:07.602Z Compiling ciborium-ll v0.2.2
31602026-02-24T14:50:07.963Z Compiling ciborium v0.2.2
31612026-02-24T14:50:08.041Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
31622026-02-24T14:50:08.044Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
31632026-02-24T14:50:08.353Z Compiling num-rational v0.4.2
31642026-02-24T14:50:08.843Z Compiling password-hash v0.5.0
31652026-02-24T14:50:09.167Z Compiling thiserror-impl-no-std v2.0.2
31662026-02-24T14:50:09.317Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
31672026-02-24T14:50:09.772Z Compiling blake2 v0.10.6
31682026-02-24T14:50:09.962Z Compiling num-complex v0.4.6
31692026-02-24T14:50:09.998Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
31702026-02-24T14:50:11.024Z Compiling num v0.4.3
31712026-02-24T14:50:11.142Z Compiling argon2 v0.5.3
31722026-02-24T14:50:11.171Z Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
31732026-02-24T14:50:11.804Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
31742026-02-24T14:50:12.050Z Compiling thiserror-no-std v2.0.2
31752026-02-24T14:50:12.233Z Compiling indent_write v2.2.0
31762026-02-24T14:50:12.515Z Compiling float-ord v0.3.2
31772026-02-24T14:50:12.754Z Compiling vsss-rs v3.3.4
31782026-02-24T14:50:12.949Z Compiling progenitor-macro v0.11.2
31792026-02-24T14:50:13.218Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
31802026-02-24T14:50:13.768Z Compiling chacha20poly1305 v0.10.1
31812026-02-24T14:50:14.019Z Compiling gethostname v0.5.0
31822026-02-24T14:50:14.076Z Compiling usdt-macro v0.5.0
31832026-02-24T14:50:14.107Z Compiling progenitor-macro v0.10.0
31842026-02-24T14:50:14.239Z Compiling usdt-attr-macro v0.5.0
31852026-02-24T14:50:14.850Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
31862026-02-24T14:50:15.248Z Compiling derive-where v1.5.0
31872026-02-24T14:50:15.627Z Compiling cancel-safe-futures v0.1.5
31882026-02-24T14:50:15.980Z Compiling usdt v0.5.0
31892026-02-24T14:50:16.059Z Compiling owo-colors v4.2.3
31902026-02-24T14:50:16.419Z Compiling console v0.15.10
31912026-02-24T14:50:16.515Z Compiling resolv-conf v0.7.0
31922026-02-24T14:50:16.841Z Compiling libsw-core v0.3.1
31932026-02-24T14:50:17.100Z Compiling async-recursion v1.1.1
31942026-02-24T14:50:17.145Z Compiling libsw v3.5.0
31952026-02-24T14:50:17.485Z Compiling linear-map v1.2.0
31962026-02-24T14:50:17.744Z Compiling libefi-sys v0.1.0
31972026-02-24T14:50:17.860Z Compiling hickory-proto v0.24.4
31982026-02-24T14:50:17.889Z Compiling newline-converter v0.3.0
31992026-02-24T14:50:18.094Z Compiling atomicwrites v0.4.4
32002026-02-24T14:50:18.168Z Compiling bitfield-struct v0.6.2
32012026-02-24T14:50:18.336Z Compiling linked-hash-map v0.5.6
32022026-02-24T14:50:18.520Z Compiling semver v0.1.20
32032026-02-24T14:50:18.566Z Compiling expectorate v1.2.0
32042026-02-24T14:50:18.725Z Compiling lru-cache v0.1.2
32052026-02-24T14:50:18.987Z Compiling rustc_version v0.1.7
32062026-02-24T14:50:19.142Z Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
32072026-02-24T14:50:19.292Z Compiling pin-project-internal v1.1.6
32082026-02-24T14:50:19.336Z Compiling slog-dtrace v0.3.0
32092026-02-24T14:50:19.429Z Compiling siphasher v1.0.1
32102026-02-24T14:50:19.555Z Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
32112026-02-24T14:50:19.731Z Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
32122026-02-24T14:50:19.859Z Compiling phf_shared v0.12.1
32132026-02-24T14:50:20.055Z Compiling newtype_derive v0.1.6
32142026-02-24T14:50:20.308Z Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
32152026-02-24T14:50:20.348Z Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
32162026-02-24T14:50:20.461Z Compiling tokio-dtrace v0.1.0
32172026-02-24T14:50:20.779Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
32182026-02-24T14:50:20.962Z Compiling dropshot-api-manager-types v0.3.0
32192026-02-24T14:50:21.219Z Compiling pem v3.0.5
32202026-02-24T14:50:21.642Z Compiling snafu-derive v0.8.5
32212026-02-24T14:50:21.937Z Compiling csv-core v0.1.11
32222026-02-24T14:50:21.982Z Compiling base64 v0.21.7
32232026-02-24T14:50:22.090Z Compiling pin-project v1.1.6
32242026-02-24T14:50:22.282Z Compiling same-file v1.0.6
32252026-02-24T14:50:22.509Z Compiling chrono-tz v0.10.4
32262026-02-24T14:50:22.623Z Compiling xshell-macros v0.2.7
32272026-02-24T14:50:22.672Z Compiling highway v1.3.0
32282026-02-24T14:50:22.932Z Compiling hickory-resolver v0.24.4
32292026-02-24T14:50:23.146Z Compiling walkdir v2.5.0
32302026-02-24T14:50:23.426Z Compiling xshell v0.2.7
32312026-02-24T14:50:23.478Z Compiling csv v1.3.1
32322026-02-24T14:50:23.877Z Compiling const_format_proc_macros v0.2.34
32332026-02-24T14:50:24.560Z Compiling oxide-tokio-rt v0.1.2
32342026-02-24T14:50:24.840Z Compiling phf v0.12.1
32352026-02-24T14:50:25.177Z Compiling qorb v0.4.1
32362026-02-24T14:50:25.593Z Compiling gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
32372026-02-24T14:50:25.658Z Compiling globset v0.4.15
32382026-02-24T14:50:25.755Z Compiling progenitor v0.11.2
32392026-02-24T14:50:25.831Z Compiling olpc-cjson v0.1.4
32402026-02-24T14:50:26.021Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=8f5527da3c53398c95c50b1af088637e7b6c5718#8f5527da)
32412026-02-24T14:50:26.163Z Compiling primeorder v0.13.6
32422026-02-24T14:50:26.342Z Compiling snafu v0.8.5
32432026-02-24T14:50:26.780Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
32442026-02-24T14:50:26.961Z Compiling progenitor v0.10.0
32452026-02-24T14:50:27.109Z Compiling serde_plain v1.0.2
32462026-02-24T14:50:27.205Z Compiling typed-path v0.9.3
32472026-02-24T14:50:27.258Z Compiling const_format v0.2.34
32482026-02-24T14:50:27.975Z Compiling cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
32492026-02-24T14:50:28.104Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
32502026-02-24T14:50:28.377Z Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
32512026-02-24T14:50:29.666Z Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
32522026-02-24T14:50:29.725Z Compiling tough v0.20.0
32532026-02-24T14:50:29.880Z Compiling tabled_derive v0.7.0
32542026-02-24T14:50:30.006Z Compiling bcs v0.1.6
32552026-02-24T14:50:30.265Z Compiling termtree v0.5.1
32562026-02-24T14:50:30.592Z Compiling utf-8 v0.7.6
32572026-02-24T14:50:30.728Z Compiling salty v0.3.0
32582026-02-24T14:50:30.966Z Compiling radium v0.7.0
32592026-02-24T14:50:31.001Z Compiling textwrap v0.16.2
32602026-02-24T14:50:31.053Z Compiling tungstenite v0.21.0
32612026-02-24T14:50:31.256Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
32622026-02-24T14:50:31.555Z Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
32632026-02-24T14:50:31.959Z Compiling steno v0.4.1
32642026-02-24T14:50:32.075Z Compiling typify-impl v0.2.0
32652026-02-24T14:50:32.192Z Compiling tabled v0.15.0
32662026-02-24T14:50:33.026Z Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
32672026-02-24T14:50:33.288Z Compiling moka v0.12.10
32682026-02-24T14:50:33.681Z Compiling tap v1.0.1
32692026-02-24T14:50:33.934Z Compiling humantime v2.2.0
32702026-02-24T14:50:34.483Z Compiling maybe-uninit v2.0.0
32712026-02-24T14:50:35.184Z Compiling wyz v0.5.1
32722026-02-24T14:50:35.722Z Compiling tokio-tungstenite v0.21.0
32732026-02-24T14:50:36.405Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
32742026-02-24T14:50:38.186Z Compiling p384 v0.13.1
32752026-02-24T14:50:38.517Z Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
32762026-02-24T14:50:39.045Z Compiling funty v2.0.0
32772026-02-24T14:50:39.179Z Compiling tagptr v0.2.0
32782026-02-24T14:50:39.390Z Compiling arc-swap v1.7.1
32792026-02-24T14:50:39.452Z Compiling packed_struct v0.10.1
32802026-02-24T14:50:39.822Z Compiling slog-scope v4.4.0
32812026-02-24T14:50:40.057Z Compiling bitvec v1.0.1
32822026-02-24T14:50:40.143Z Compiling polyval v0.6.2
32832026-02-24T14:50:40.341Z Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
32842026-02-24T14:50:40.642Z Compiling packed_struct_codegen v0.10.1
32852026-02-24T14:50:40.721Z Compiling bitfield-macros v0.19.2
32862026-02-24T14:50:41.047Z Compiling zerocopy-derive v0.6.6
32872026-02-24T14:50:41.282Z Compiling proc-macro-error-attr2 v2.0.0
32882026-02-24T14:50:42.138Z Compiling indexmap v1.9.3
32892026-02-24T14:50:42.309Z Compiling crc-catalog v2.4.0
32902026-02-24T14:50:42.523Z Compiling nodrop v0.1.14
32912026-02-24T14:50:42.556Z Compiling parking_lot_core v0.8.6
32922026-02-24T14:50:42.711Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
32932026-02-24T14:50:42.990Z Compiling zerocopy v0.6.6
32942026-02-24T14:50:43.100Z Compiling array-init v0.0.4
32952026-02-24T14:50:43.153Z Compiling crc v3.2.1
32962026-02-24T14:50:43.201Z Compiling bitfield v0.19.2
32972026-02-24T14:50:43.226Z Compiling proc-macro-error2 v2.0.1
32982026-02-24T14:50:43.363Z Compiling typify-macro v0.2.0
32992026-02-24T14:50:43.738Z Compiling hickory-resolver v0.25.2
33002026-02-24T14:50:43.760Z Compiling ghash v0.5.1
33012026-02-24T14:50:43.852Z Compiling slog-stdlog v4.1.1
33022026-02-24T14:50:43.882Z Compiling smallvec v0.6.14
33032026-02-24T14:50:44.016Z Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
33042026-02-24T14:50:44.207Z Compiling ctr v0.9.2
33052026-02-24T14:50:44.286Z Compiling num-derive v0.3.3
33062026-02-24T14:50:44.366Z Compiling lzma-sys v0.1.20
33072026-02-24T14:50:44.644Z Compiling unicase v2.8.1
33082026-02-24T14:50:44.989Z Compiling hashbrown v0.12.3
33092026-02-24T14:50:45.108Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
33102026-02-24T14:50:45.323Z Compiling mime_guess v2.0.5
33112026-02-24T14:50:45.555Z Compiling aes-gcm v0.10.3
33122026-02-24T14:50:45.934Z Compiling serde-hex v0.1.0
33132026-02-24T14:50:46.518Z Compiling slog-envlogger v2.2.0
33142026-02-24T14:50:46.578Z Compiling libscf-sys v1.1.0
33152026-02-24T14:50:46.877Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#205d47d4)
33162026-02-24T14:50:47.029Z Compiling tabled_derive v0.11.0
33172026-02-24T14:50:47.262Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
33182026-02-24T14:50:47.376Z Compiling typify v0.2.0
33192026-02-24T14:50:47.592Z Compiling progenitor-impl v0.8.0
33202026-02-24T14:50:47.731Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
33212026-02-24T14:50:48.215Z Compiling ron v0.8.1
33222026-02-24T14:50:48.283Z Compiling papergrid v0.17.0
33232026-02-24T14:50:48.877Z Compiling testing_table v0.3.0
33242026-02-24T14:50:49.190Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#f41bd73b)
33252026-02-24T14:50:49.957Z Compiling hashbrown v0.13.2
33262026-02-24T14:50:50.388Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#59b8432e)
33272026-02-24T14:50:50.417Z Compiling heck v0.3.3
33282026-02-24T14:50:50.586Z Compiling progenitor-client v0.8.0
33292026-02-24T14:50:50.825Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f)
33302026-02-24T14:50:51.147Z Compiling oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
33312026-02-24T14:50:51.241Z Compiling internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
33322026-02-24T14:50:52.379Z Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
33332026-02-24T14:50:52.607Z Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
33342026-02-24T14:50:52.757Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
33352026-02-24T14:50:53.300Z Compiling clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
33362026-02-24T14:50:53.669Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#f41bd73b)
33372026-02-24T14:50:54.219Z Compiling progenitor-macro v0.8.0
33382026-02-24T14:50:54.894Z Compiling ssh-encoding v0.2.0
33392026-02-24T14:50:55.495Z Compiling blowfish v0.9.1
33402026-02-24T14:50:56.040Z Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
33412026-02-24T14:50:56.746Z Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
33422026-02-24T14:50:57.054Z Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
33432026-02-24T14:50:58.033Z Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
33442026-02-24T14:50:58.073Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
33452026-02-24T14:50:58.617Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
33462026-02-24T14:50:58.983Z Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
33472026-02-24T14:51:00.348Z Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
33482026-02-24T14:51:00.377Z Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
33492026-02-24T14:51:00.550Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
33502026-02-24T14:51:00.825Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#f41bd73b)
33512026-02-24T14:51:00.856Z Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
33522026-02-24T14:51:00.983Z Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
33532026-02-24T14:51:02.639Z Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
33542026-02-24T14:51:02.676Z Compiling zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
33552026-02-24T14:51:02.987Z Compiling nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
33562026-02-24T14:51:03.057Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#59b8432e)
33572026-02-24T14:51:03.473Z Compiling nibble_vec v0.1.0
33582026-02-24T14:51:03.756Z Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
33592026-02-24T14:51:04.276Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#f41bd73b)
33602026-02-24T14:51:04.714Z Compiling corncobs v0.1.4
33612026-02-24T14:51:05.112Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
33622026-02-24T14:51:05.538Z Compiling endian-type v0.1.2
33632026-02-24T14:51:05.847Z Compiling crc-any v2.5.0
33642026-02-24T14:51:06.346Z Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#205d47d4)
33652026-02-24T14:51:06.641Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
33662026-02-24T14:51:06.671Z Compiling radix_trie v0.2.1
33672026-02-24T14:51:07.048Z Compiling progenitor v0.8.0
33682026-02-24T14:51:07.349Z Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
33692026-02-24T14:51:07.487Z Compiling bcrypt-pbkdf v0.10.0
33702026-02-24T14:51:08.196Z Compiling ssh-cipher v0.2.0
33712026-02-24T14:51:08.223Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#59b8432e)
33722026-02-24T14:51:09.574Z Compiling object v0.30.4
33732026-02-24T14:51:10.289Z Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#f41bd73b)
33742026-02-24T14:51:10.814Z Compiling zone_cfg_derive v0.1.2
33752026-02-24T14:51:12.138Z Compiling tabled v0.20.0
33762026-02-24T14:51:12.431Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
33772026-02-24T14:51:13.147Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
33782026-02-24T14:51:15.558Z Compiling parking_lot v0.11.2
33792026-02-24T14:51:16.445Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
33802026-02-24T14:51:17.305Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
33812026-02-24T14:51:18.370Z Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
33822026-02-24T14:51:18.493Z Compiling prefix-trie v0.7.0
33832026-02-24T14:51:18.849Z Compiling password-hash v0.4.2
33842026-02-24T14:51:19.385Z Compiling fxhash v0.2.1
33852026-02-24T14:51:19.669Z Compiling secrecy v0.8.0
33862026-02-24T14:51:19.713Z Compiling base64 v0.13.1
33872026-02-24T14:51:19.988Z Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
33882026-02-24T14:51:20.353Z Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
33892026-02-24T14:51:20.886Z Compiling http-range v0.1.5
33902026-02-24T14:51:21.282Z Compiling path-slash v0.1.5
33912026-02-24T14:51:21.571Z Compiling number_prefix v0.4.0
33922026-02-24T14:51:21.905Z Compiling half v1.8.3
33932026-02-24T14:51:22.554Z Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
33942026-02-24T14:51:24.634Z Compiling serde_cbor v0.11.2
33952026-02-24T14:51:25.395Z Compiling indicatif v0.17.11
33962026-02-24T14:51:26.118Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
33972026-02-24T14:51:26.694Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
33982026-02-24T14:51:26.932Z Compiling ron v0.7.1
33992026-02-24T14:51:29.062Z Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
34002026-02-24T14:51:29.607Z Compiling sled v0.34.7
34012026-02-24T14:51:29.952Z Compiling pbkdf2 v0.11.0
34022026-02-24T14:51:30.305Z Compiling hickory-server v0.25.2
34032026-02-24T14:51:30.421Z Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
34042026-02-24T14:51:31.082Z Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
34052026-02-24T14:51:31.145Z Compiling xz2 v0.1.7
34062026-02-24T14:51:32.520Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
34072026-02-24T14:51:32.700Z Compiling zone v0.1.8
34082026-02-24T14:51:33.146Z Compiling ssh-key v0.6.6
34092026-02-24T14:51:34.532Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
34102026-02-24T14:51:34.766Z Compiling hickory-client v0.25.2
34112026-02-24T14:51:35.357Z Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
34122026-02-24T14:51:35.512Z Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
34132026-02-24T14:51:37.198Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
34142026-02-24T14:51:37.261Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#88c6684d)
34152026-02-24T14:51:37.291Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
34162026-02-24T14:51:37.560Z Compiling p256 v0.13.2
34172026-02-24T14:51:38.354Z Compiling p521 v0.13.3
34182026-02-24T14:51:38.393Z Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=8f5527da3c53398c95c50b1af088637e7b6c5718#8f5527da)
34192026-02-24T14:51:38.424Z Compiling yasna v0.5.2
34202026-02-24T14:51:39.164Z Compiling headers-core v0.3.0
34212026-02-24T14:51:39.400Z Compiling kstat-rs v0.2.4
34222026-02-24T14:51:39.556Z Compiling nanorand v0.7.0
34232026-02-24T14:51:40.012Z Compiling russh-cryptovec v0.7.3
34242026-02-24T14:51:40.105Z Compiling atty v0.2.14
34252026-02-24T14:51:40.133Z Compiling crc8 v0.1.1
34262026-02-24T14:51:40.160Z Compiling md5 v0.7.0
34272026-02-24T14:51:40.315Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
34282026-02-24T14:51:40.361Z Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
34292026-02-24T14:51:40.388Z Compiling flume v0.11.1
34302026-02-24T14:51:40.695Z Compiling russh-keys v0.45.0
34312026-02-24T14:51:40.738Z Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#f3fe0542)
34322026-02-24T14:51:41.090Z Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
34332026-02-24T14:51:41.564Z Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
34342026-02-24T14:51:42.162Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
34352026-02-24T14:51:42.578Z Compiling rcgen v0.12.1
34362026-02-24T14:51:44.331Z Compiling headers v0.4.1
34372026-02-24T14:51:44.730Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
34382026-02-24T14:51:46.223Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#88c6684d)
34392026-02-24T14:51:47.328Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
34402026-02-24T14:51:48.586Z Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
34412026-02-24T14:51:49.750Z Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
34422026-02-24T14:51:53.115Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
34432026-02-24T14:51:53.417Z Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
34442026-02-24T14:51:55.125Z Compiling hyper-staticfile v0.10.1
34452026-02-24T14:51:56.223Z Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
34462026-02-24T14:51:58.428Z Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
34472026-02-24T14:51:59.708Z Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
34482026-02-24T14:51:59.959Z Compiling bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
34492026-02-24T14:52:00.136Z Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
34502026-02-24T14:52:00.435Z Compiling tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
34512026-02-24T14:52:00.965Z Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
34522026-02-24T14:52:01.258Z Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
34532026-02-24T14:52:01.776Z Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
34542026-02-24T14:52:02.175Z Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
34552026-02-24T14:52:02.630Z Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
34562026-02-24T14:52:02.740Z Compiling num-bigint v0.4.6
34572026-02-24T14:52:03.280Z Compiling des v0.8.1
34582026-02-24T14:52:03.632Z Compiling subprocess v0.2.9
34592026-02-24T14:52:03.699Z Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
34602026-02-24T14:52:03.882Z Compiling display-error-chain v0.2.2
34612026-02-24T14:52:04.150Z Compiling hex-literal v0.4.1
34622026-02-24T14:52:04.184Z Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
34632026-02-24T14:52:04.357Z Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
34642026-02-24T14:52:04.576Z Compiling dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
34652026-02-24T14:52:04.785Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
34662026-02-24T14:52:04.860Z Compiling internet-checksum v0.2.1
34672026-02-24T14:52:06.249Z Compiling russh v0.45.0
34682026-02-24T14:52:07.664Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
34692026-02-24T14:52:48.456Z Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
34702026-02-24T14:53:20.885Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3m 36s
34712026-02-24T14:53:21.162Z
34722026-02-24T14:53:21.162Zreal 3:36.538273169
34732026-02-24T14:53:21.162Zuser 19:50.705473781
34742026-02-24T14:53:21.162Zsys 2:40.795083309
34752026-02-24T14:53:21.162Ztrap 0.606715184
34762026-02-24T14:53:21.165Ztflt 0.335661731
34772026-02-24T14:53:21.166Zdflt 0.622061700
34782026-02-24T14:53:21.166Zkflt 0.000085252
34792026-02-24T14:53:21.166Zlock 54:09.952719922
34802026-02-24T14:53:21.166Zslp 1:11:54.980285208
34812026-02-24T14:53:21.166Zlat 1:06.173667303
34822026-02-24T14:53:21.166Zstop 2:45.343368216
34832026-02-24T14:53:21.166Z+ mkdir tests
34842026-02-24T14:53:21.169Z+ /opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json
34852026-02-24T14:53:21.169Z+ xargs -I '{}' -t cp '{}' tests/
34862026-02-24T14:53:21.209Zcp /work/oxidecomputer/omicron/target/debug/deps/bootstrap-bcfd75342135c852 tests/
34872026-02-24T14:53:21.236Zcp /work/oxidecomputer/omicron/target/debug/deps/dhcp_server-3b5a0b3c0af20b7c tests/
34882026-02-24T14:53:21.263Zcp /work/oxidecomputer/omicron/target/debug/deps/commtest-67dc9673ff9d894c tests/
34892026-02-24T14:53:21.293Zcp /work/oxidecomputer/omicron/target/debug/deps/end_to_end_tests-958238a3118261a6 tests/
34902026-02-24T14:53:21.599Z+ 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/*)
34912026-02-24T14:53:21.602Z+ 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
34922026-02-24T14:55:08.257ZCompressing '/work/package.tar.gz' with '/usr/bin/gzip'...
34932026-02-24T14:55:08.257Za .github/buildomat/ci-env.sh 1K
34942026-02-24T14:55:08.257Za out/target/test 1K
34952026-02-24T14:55:08.257Za out/npuzone/npuzone 27402K
34962026-02-24T14:55:08.258Za package-manifest.toml 35K
34972026-02-24T14:55:08.258Za smf/sled-agent/non-gimlet/config.toml 6K
34982026-02-24T14:55:08.258Za target/release/omicron-package 43218K
34992026-02-24T14:55:08.258Za target/release/xtask 11507K
35002026-02-24T14:55:08.258Za target/debug/bootstrap 325139K
35012026-02-24T14:55:08.258Za tests/bootstrap-bcfd75342135c852 31130K
35022026-02-24T14:55:08.258Za tests/commtest-67dc9673ff9d894c 35217K
35032026-02-24T14:55:08.258Za tests/dhcp_server-3b5a0b3c0af20b7c 31130K
35042026-02-24T14:55:08.258Za tests/end_to_end_tests-958238a3118261a6 369363K
35052026-02-24T14:55:08.258Za out/clickhouse.tar.gz 319586K
35062026-02-24T14:55:08.258Za out/clickhouse_keeper.tar.gz 302554K
35072026-02-24T14:55:08.258Za out/clickhouse_server.tar.gz 319584K
35082026-02-24T14:55:08.258Za out/cockroachdb.tar.gz 165156K
35092026-02-24T14:55:08.258Za out/crucible-pantry-zone.tar.gz 41557K
35102026-02-24T14:55:08.258Za out/crucible-utils.tar 17744K
35112026-02-24T14:55:08.258Za out/crucible-zone.tar.gz 55695K
35122026-02-24T14:55:08.258Za out/external-dns.tar.gz 48044K
35132026-02-24T14:55:08.258Za out/internal-dns.tar.gz 48044K
35142026-02-24T14:55:08.258Za out/mg-ddm-gz.tar 86339K
35152026-02-24T14:55:08.258Za out/nexus.tar.gz 211451K
35162026-02-24T14:55:08.258Za out/ntp.tar.gz 28908K
35172026-02-24T14:55:08.258Za out/omicron-gateway-softnpu.tar.gz 27678K
35182026-02-24T14:55:08.258Za out/omicron-sled-agent.tar 195571K
35192026-02-24T14:55:08.258Za out/overlay.tar.gz 3K
35202026-02-24T14:55:08.258Za out/oximeter.tar.gz 64516K
35212026-02-24T14:55:08.258Za out/oxlog.tar 3945K
35222026-02-24T14:55:08.258Za out/probe.tar.gz 3037K
35232026-02-24T14:55:08.258Za out/propolis-server.tar.gz 74633K
35242026-02-24T14:55:08.259Za out/pumpkind-gz.tar 26647K
35252026-02-24T14:55:08.259Za out/switch-softnpu.tar.gz 377307K
35262026-02-24T14:55:08.263Z
35272026-02-24T14:55:08.263Zreal 1:46.638774442
35282026-02-24T14:55:08.263Zuser 1:42.091697309
35292026-02-24T14:55:08.263Zsys 6.579036941
35302026-02-24T14:55:08.263Ztrap 0.023331175
35312026-02-24T14:55:08.263Ztflt 0.000000000
35322026-02-24T14:55:08.263Zdflt 0.000000000
35332026-02-24T14:55:08.263Zkflt 0.000000000
35342026-02-24T14:55:08.263Zlock 0.000000000
35352026-02-24T14:55:08.263Zslp 1:41.822562368
35362026-02-24T14:55:08.263Zlat 2.756460936
35372026-02-24T14:55:08.263Zstop 0.000212400
35382026-02-24T14:55:08.263Zprocess exited: duration 2679228 ms, exit code 0
 
35392026-02-24T14:55:08.280Zfound 1 output files
35402026-02-24T14:55:08.280Zuploading: /work/package.tar.gz (2417234079 bytes)
35412026-02-24T14:56:04.781Zuploaded: /work/package.tar.gz