01KHMA6DWRCJF4TTHK89YZN8MR: 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: 01KHMA70KC68N9J7GYBVQA58N0

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12026-02-16T22:48:59.180Zjob assigned to worker 01KHMA77BTF99N2PBMEGB53R9R [factory aws, i-0d4c8ca49fff3b783] (queued for 1 m 7 s)
 
22026-02-16T22:49:07.849Zstarting task 0: "setup"
32026-02-16T22:49:07.852Z++ uname -s
42026-02-16T22:49:07.855Z+ kern=SunOS
52026-02-16T22:49:07.855Z+ build_user=build
62026-02-16T22:49:07.855Z+ build_uid=12345
72026-02-16T22:49:07.855Z+ work_dir=/work
82026-02-16T22:49:07.855Z+ input_dir=/input
92026-02-16T22:49:07.856Z+ [[ 0 == 12345 ]]
102026-02-16T22:49:07.856Z+ case "$kern" in
112026-02-16T22:49:07.856Z+ groupadd -g 12345 build
122026-02-16T22:49:07.859Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-02-16T22:49:09.866Z+ zfs create -o mountpoint=/work rpool/work
142026-02-16T22:49:09.989Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-02-16T22:49:09.993Z+ home_fs=zfs
162026-02-16T22:49:09.993Z+ [[ zfs == autofs ]]
172026-02-16T22:49:09.993Z+ mkdir -p /home/build
182026-02-16T22:49:09.996Z+ chown build:build /home/build /work
192026-02-16T22:49:11.996Z+ chmod 0700 /home/build /work
202026-02-16T22:49:11.999Zprocess exited: duration 4153 ms, exit code 0
 
212026-02-16T22:49:12.006Zstarting task 1: "rust-toolchain"
222026-02-16T22:49:12.011Z+ printf ' * rust toolchain channel = "%s"\n' 1.91.1
232026-02-16T22:49:12.011Z+ printf ' * rust toolchain profile = "%s"\n' default
242026-02-16T22:49:12.011Z * rust toolchain channel = "1.91.1"
252026-02-16T22:49:12.011Z * rust toolchain profile = "default"
262026-02-16T22:49:12.011Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-02-16T22:49:12.011Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-02-16T22:49:12.014Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-02-16T22:49:12.014Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.91.1 --profile default
302026-02-16T22:49:12.152Zinfo: downloading installer
312026-02-16T22:49:13.811Zwarn: It looks like you have an existing installation of Rust at:
322026-02-16T22:49:13.811Zwarn: /opt/ooce/bin
332026-02-16T22:49:13.811Zwarn: It is recommended that rustup be the primary Rust installation.
342026-02-16T22:49:13.811Zwarn: Otherwise you may have confusion unless you are careful with your PATH.
352026-02-16T22:49:13.811Zwarn: If you are sure that you want both rustup and your already installed Rust
362026-02-16T22:49:13.811Zwarn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
372026-02-16T22:49:13.811Zwarn: or pass `-y' to ignore all ignorable checks.
382026-02-16T22:49:13.811Zerror: cannot install while Rust is installed
392026-02-16T22:49:13.811Zwarn: continuing (because the -y flag is set and the error is ignorable)
402026-02-16T22:49:13.828Zinfo: profile set to 'default'
412026-02-16T22:49:13.828Zinfo: default host triple is x86_64-unknown-illumos
422026-02-16T22:49:13.833Zinfo: syncing channel updates for '1.91.1-x86_64-unknown-illumos'
432026-02-16T22:49:14.022Zinfo: latest update on 2025-11-10, rust version 1.91.1 (ed61e7d7e 2025-11-07)
442026-02-16T22:49:14.022Zinfo: downloading component 'cargo'
452026-02-16T22:49:15.241Zinfo: downloading component 'clippy'
462026-02-16T22:49:15.686Zinfo: downloading component 'rust-docs'
472026-02-16T22:49:17.238Zinfo: downloading component 'rust-std'
482026-02-16T22:49:19.357Zinfo: downloading component 'rustc'
492026-02-16T22:49:28.149Zinfo: downloading component 'rustfmt'
502026-02-16T22:49:28.420Zinfo: installing component 'cargo'
512026-02-16T22:49:29.323Zinfo: installing component 'clippy'
522026-02-16T22:49:29.717Zinfo: installing component 'rust-docs'
532026-02-16T22:49:31.603Zinfo: installing component 'rust-std'
542026-02-16T22:49:33.447Zinfo: installing component 'rustc'
552026-02-16T22:49:40.077Zinfo: installing component 'rustfmt'
562026-02-16T22:49:40.419Zinfo: default toolchain set to '1.91.1-x86_64-unknown-illumos'
572026-02-16T22:49:40.419Z
582026-02-16T22:49:40.872Z 1.91.1-x86_64-unknown-illumos installed - rustc 1.91.1 (ed61e7d7e 2025-11-07)
592026-02-16T22:49:40.872Z
602026-02-16T22:49:40.876Z
612026-02-16T22:49:40.876ZRust is installed now. Great!
622026-02-16T22:49:40.876Z
632026-02-16T22:49:40.876ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
642026-02-16T22:49:40.877Zenvironment variable. This has not been done automatically.
652026-02-16T22:49:40.877Z
662026-02-16T22:49:40.877ZTo configure your current shell, you need to source
672026-02-16T22:49:40.877Zthe corresponding env file under $HOME/.cargo.
682026-02-16T22:49:40.877Z
692026-02-16T22:49:40.877ZThis is usually done by running one of the following (note the leading DOT):
702026-02-16T22:49:40.877Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
712026-02-16T22:49:40.877Zsource "$HOME/.cargo/env.fish" # For fish
722026-02-16T22:49:40.877Zsource $"($nu.home-path)/.cargo/env.nu" # For nushell
732026-02-16T22:49:40.966Z+ rustup --version
742026-02-16T22:49:40.977Zrustup 1.28.2 (e4f3ad6f8 2025-04-28)
752026-02-16T22:49:40.985Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
762026-02-16T22:49:41.064Zinfo: The currently active `rustc` version is `rustc 1.91.1 (ed61e7d7e 2025-11-07)`
772026-02-16T22:49:41.069Z+ cargo --version
782026-02-16T22:49:41.140Zcargo 1.91.1 (ea2d97820 2025-10-10)
792026-02-16T22:49:41.146Z+ rustc --version
802026-02-16T22:49:41.217Zrustc 1.91.1 (ed61e7d7e 2025-11-07)
812026-02-16T22:49:41.223Zprocess exited: duration 29211 ms, exit code 0
 
822026-02-16T22:49:41.229Zstarting task 2: "authentication"
832026-02-16T22:49:41.252Zprocess exited: duration 22 ms, exit code 0
 
842026-02-16T22:49:41.260Zstarting task 3: "clone repository"
852026-02-16T22:49:41.266Z+ mkdir -p /work/oxidecomputer/omicron
862026-02-16T22:49:41.272Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
872026-02-16T22:49:41.309ZCloning into '/work/oxidecomputer/omicron'...
882026-02-16T22:49:53.242Z+ cd /work/oxidecomputer/omicron
892026-02-16T22:49:53.245Z+ git fetch origin f89bc5a9071508b894353f4a5291c9688f8a71cf
902026-02-16T22:49:53.531ZFrom https://github.com/oxidecomputer/omicron
912026-02-16T22:49:53.531Z * branch f89bc5a9071508b894353f4a5291c9688f8a71cf -> FETCH_HEAD
922026-02-16T22:49:53.542Z+ [[ -n sunshowers/spr/apis-update-dropshot-api-manager-ensure-that-trivial-changes-cause-api-bumps ]]
932026-02-16T22:49:53.545Z++ git branch --show-current
942026-02-16T22:49:53.547Z+ current=main
952026-02-16T22:49:53.548Z+ [[ main != sunshowers/spr/apis-update-dropshot-api-manager-ensure-that-trivial-changes-cause-api-bumps ]]
962026-02-16T22:49:53.548Z+ git branch -f sunshowers/spr/apis-update-dropshot-api-manager-ensure-that-trivial-changes-cause-api-bumps f89bc5a9071508b894353f4a5291c9688f8a71cf
972026-02-16T22:49:53.550Z+ git checkout -f sunshowers/spr/apis-update-dropshot-api-manager-ensure-that-trivial-changes-cause-api-bumps
982026-02-16T22:49:54.075ZSwitched to branch 'sunshowers/spr/apis-update-dropshot-api-manager-ensure-that-trivial-changes-cause-api-bumps'
992026-02-16T22:49:54.078Z+ git reset --hard f89bc5a9071508b894353f4a5291c9688f8a71cf
1002026-02-16T22:49:54.098ZHEAD is now at f89bc5a90 expand on client-side versioned comments
1012026-02-16T22:49:54.101Zprocess exited: duration 12839 ms, exit code 0
 
1022026-02-16T22:49:54.107Zstarting task 4: "build"
1032026-02-16T22:49:54.112Z+ source .github/buildomat/ci-env.sh
1042026-02-16T22:49:54.115Z++ export CARGO_TERM_COLOR=always
1052026-02-16T22:49:54.115Z++ CARGO_TERM_COLOR=always
1062026-02-16T22:49:54.116Z+ cargo --version
1072026-02-16T22:49:54.176Zcargo 1.91.1 (ea2d97820 2025-10-10)
1082026-02-16T22:49:54.179Z+ rustc --version
1092026-02-16T22:49:54.253Zrustc 1.91.1 (ed61e7d7e 2025-11-07)
1102026-02-16T22:49:54.256Z+ WORK=/work
1112026-02-16T22:49:54.256Z+ pfexec mkdir -p /work
1122026-02-16T22:49:54.261Z+ pfexec chown build /work
1132026-02-16T22:49:54.264Z+ ptime -m ./tools/install_builder_prerequisites.sh -yp
1142026-02-16T22:50:05.125Z Startup: Refreshing catalog 'helios-dev' ... Done
1152026-02-16T22:50:15.277Z Startup: Caching catalogs ... Done
1162026-02-16T22:50:38.275ZPlanning: Solver setup ... Done (21.392s)
1172026-02-16T22:50:38.433ZPlanning: Running solver ... Done (0.160s)
1182026-02-16T22:50:38.601ZPlanning: Finding local manifests ... Done (0.004s)
1192026-02-16T22:50:38.614ZPlanning: Fetching manifests: 0/4 0% complete
1202026-02-16T22:50:38.757ZPlanning: Fetching manifests: 4/4 100% complete
1212026-02-16T22:50:38.808ZPlanning: Package planning ... Done (0.048s)
1222026-02-16T22:50:38.856ZPlanning: Merging actions ... Done (0.050s)
1232026-02-16T22:50:39.144ZPlanning: Checking for conflicting actions ... Done (0.287s)
1242026-02-16T22:50:39.153ZPlanning: Consolidating action changes ... Done (0.011s)
1252026-02-16T22:50:40.239ZPlanning: Evaluating mediators ... Done (1.085s)
1262026-02-16T22:50:40.249ZPlanning: Planning completed in 24.82 seconds
1272026-02-16T22:50:40.266Z Packages to install: 4
1282026-02-16T22:50:40.266Z Mediators to change: 2
1292026-02-16T22:50:40.269Z Services to change: 1
1302026-02-16T22:50:40.269Z Estimated space available: 155.43 GB
1312026-02-16T22:50:40.269ZEstimated space to be consumed: 1.81 GB
1322026-02-16T22:50:40.269Z Create boot environment: No
1332026-02-16T22:50:40.269ZCreate backup boot environment: No
1342026-02-16T22:50:40.269Z Rebuild boot archive: No
1352026-02-16T22:50:40.270Z
1362026-02-16T22:50:40.270ZChanged mediators:
1372026-02-16T22:50:40.270Z mediator clang:
1382026-02-16T22:50:40.270Z version: None -> 15 (system default)
1392026-02-16T22:50:40.270Z
1402026-02-16T22:50:40.270Z mediator llvm:
1412026-02-16T22:50:40.270Z version: 14 (system default) -> 15 (system default)
1422026-02-16T22:50:40.270Z
1432026-02-16T22:50:40.270ZChanged packages:
1442026-02-16T22:50:40.270Zhelios-dev
1452026-02-16T22:50:40.270Z developer/build-essential
1462026-02-16T22:50:40.270Z None -> 11-2.0
1472026-02-16T22:50:40.270Z library/libxmlsec1
1482026-02-16T22:50:40.270Z None -> 1.2.35-2.0
1492026-02-16T22:50:40.270Z ooce/developer/clang-15
1502026-02-16T22:50:40.270Z None -> 15.0.7-2.0
1512026-02-16T22:50:40.270Z ooce/developer/llvm-15
1522026-02-16T22:50:40.270Z None -> 15.0.7-2.0
1532026-02-16T22:50:40.270Z
1542026-02-16T22:50:40.270ZServices:
1552026-02-16T22:50:40.270Z restart_fmri:
1562026-02-16T22:50:40.270Z svc:/system/update-man-index:default
1572026-02-16T22:50:40.321Z
1582026-02-16T22:50:40.322ZDownload: 0/3290 items 0.0/212.6MB 0% complete
1592026-02-16T22:50:45.322ZDownload: 1215/3290 items 85.2/212.6MB 40% complete (17.1M/s)
1602026-02-16T22:50:49.919ZDownload: Completed 212.60 MB in 9.60 seconds (22.1M/s)
1612026-02-16T22:50:50.228Z Actions: 1/3689 actions (Installing new actions)
1622026-02-16T22:50:54.805Z Actions: Completed 3689 actions in 4.58 seconds.
1632026-02-16T22:50:55.230Z Done (0.421s)
1642026-02-16T22:50:55.230Z Done (0.000s)
1652026-02-16T22:50:56.310Z Done (1.079s)
1662026-02-16T22:51:00.855Z Done (4.185s)
1672026-02-16T22:51:00.943Z Done (0.019s)
1682026-02-16T22:51:00.945Z Done (0.000s)
1692026-02-16T22:51:01.108Z Done (0.000s)
1702026-02-16T22:51:02.087ZPlanning: Evaluating mediator changes ... Done
1712026-02-16T22:51:02.251ZPlanning: Checking for conflicting actions ... Done
1722026-02-16T22:51:02.254ZPlanning: Consolidating action changes ... Done
1732026-02-16T22:51:02.528ZPlanning: Evaluating mediators ... Done
1742026-02-16T22:51:02.531ZPlanning: Planning completed in 0.44 seconds
1752026-02-16T22:51:02.562Z Mediators to change: 2
1762026-02-16T22:51:02.565Z Create boot environment: No
1772026-02-16T22:51:02.565ZCreate backup boot environment: No
1782026-02-16T22:51:02.650Z Done
1792026-02-16T22:51:02.650Z Done
1802026-02-16T22:51:03.453Z Done
1812026-02-16T22:51:07.105Z Done
1822026-02-16T22:51:07.198Z Done
1832026-02-16T22:51:07.202Z Done
1842026-02-16T22:51:07.365Z Done
1852026-02-16T22:51:07.988ZPlanning: Evaluating mediator changes ... Done
1862026-02-16T22:51:07.991ZPlanning: Merging actions ... Done
1872026-02-16T22:51:08.177ZPlanning: Checking for conflicting actions ... Done
1882026-02-16T22:51:08.180ZPlanning: Consolidating action changes ... Done
1892026-02-16T22:51:08.447ZPlanning: Evaluating mediators ... Done
1902026-02-16T22:51:08.502ZPlanning: Planning completed in 0.76 seconds
1912026-02-16T22:51:08.537Z Packages to change: 1
1922026-02-16T22:51:08.537Z Mediators to change: 1
1932026-02-16T22:51:08.537Z Services to change: 1
1942026-02-16T22:51:08.540Z Create boot environment: No
1952026-02-16T22:51:08.540ZCreate backup boot environment: Yes
1962026-02-16T22:51:11.128Z Actions: 1/6 actions (Updating modified actions)
1972026-02-16T22:51:11.131Z Actions: Completed 6 actions in 0.00 seconds.
1982026-02-16T22:51:11.131Z Done
1992026-02-16T22:51:11.131Z Done
2002026-02-16T22:51:11.348Z Done
2012026-02-16T22:51:15.068Z Done
2022026-02-16T22:51:15.156Z Done
2032026-02-16T22:51:15.158Z Done
2042026-02-16T22:51:15.315Z Done
2052026-02-16T22:51:15.748ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
2062026-02-16T22:51:15.748Zclang system 15 system
2072026-02-16T22:51:15.748Zcsh system system illumos
2082026-02-16T22:51:15.748Zctags system system illumos
2092026-02-16T22:51:15.748Zfile system system illumos
2102026-02-16T22:51:15.748Zgcc vendor 12 vendor
2112026-02-16T22:51:15.748Zgcc system 10 system
2122026-02-16T22:51:15.748Zgcc system 7 system
2132026-02-16T22:51:15.749Zgo system 1.20 system
2142026-02-16T22:51:15.749Zgo system 1.19 system
2152026-02-16T22:51:15.749Zllvm system 15 system
2162026-02-16T22:51:15.749Zllvm system 14 system
2172026-02-16T22:51:15.749Zmariadb system 10.6 system
2182026-02-16T22:51:15.749Zmta vendor vendor dma
2192026-02-16T22:51:15.749Zopenjdk system 17 system
2202026-02-16T22:51:15.749Zopenjdk system 11 system
2212026-02-16T22:51:15.749Zopenjdk system 1.8 system
2222026-02-16T22:51:15.749Zopenssl vendor 3 vendor
2232026-02-16T22:51:15.749Zperl system 5.36 system
2242026-02-16T22:51:15.749Zpostgresql system 15 system
2252026-02-16T22:51:15.749Zpostgresql system 13 system
2262026-02-16T22:51:15.749Zpython vendor 3 vendor
2272026-02-16T22:51:15.749Zpython system 2 system
2282026-02-16T22:51:15.749Zpython3 system 3.11 system
2292026-02-16T22:51:15.749Zruby system 3.0 system
2302026-02-16T22:51:15.749Zwords vendor vendor american-english
2312026-02-16T22:51:15.749Zwords system system australian-english
2322026-02-16T22:51:15.749Zwords system system british-english
2332026-02-16T22:51:15.749Zwords system system canadian-english
2342026-02-16T22:51:15.749Zwords system system french
2352026-02-16T22:51:15.749Zwords system system italian
2362026-02-16T22:51:15.749Zwords system system ngerman
2372026-02-16T22:51:15.749Zwords system system ogerman
2382026-02-16T22:51:15.749Zwords system system spanish
2392026-02-16T22:51:16.089ZPUBLISHER TYPE STATUS P LOCATION
2402026-02-16T22:51:16.089Zhelios-dev origin online F https://pkg.oxide.computer/helios/2/dev/
2412026-02-16T22:51:22.609ZFMRI IFO
2422026-02-16T22:51:22.610Zpkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im-
2432026-02-16T22:51:22.610Zpkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i--
2442026-02-16T22:51:22.610Zpkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im-
2452026-02-16T22:51:22.610Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im-
2462026-02-16T22:51:22.610Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z ---
2472026-02-16T22:51:22.610Zpkg://helios-dev/ooce/developer/cmake@3.26.4-2.0:20230623T130003Z i--
2482026-02-16T22:51:22.610Zpkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i--
2492026-02-16T22:51:22.610Zpkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z i--
2502026-02-16T22:51:22.611Zpkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z ---
2512026-02-16T22:51:22.611Zpkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z ---
2522026-02-16T22:51:22.611Zpkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z i--
2532026-02-16T22:51:22.611Zpkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z ---
2542026-02-16T22:51:22.611Zpkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z ---
2552026-02-16T22:51:22.611Zpkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z i--
2562026-02-16T22:51:22.611Zpkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z ---
2572026-02-16T22:51:22.611Zpkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z ---
2582026-02-16T22:51:23.770Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2592026-02-16T22:51:24.026Z Updating crates.io index
2602026-02-16T22:51:24.082Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2612026-02-16T22:51:24.707Z Updating git repository `https://github.com/oxidecomputer/lldp`
2622026-02-16T22:51:24.964Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2632026-02-16T22:51:25.868Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2642026-02-16T22:51:26.293Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2652026-02-16T22:51:26.595Z Updating git repository `https://github.com/oxidecomputer/propolis`
2662026-02-16T22:51:28.075Z Updating git repository `https://github.com/oxidecomputer/crucible`
2672026-02-16T22:51:30.448Z Updating git repository `https://github.com/oxidecomputer/opte`
2682026-02-16T22:51:31.148Z Updating git repository `https://github.com/oxidecomputer/tofino`
2692026-02-16T22:51:31.834Z Updating git repository `https://github.com/oxidecomputer/falcon`
2702026-02-16T22:51:32.455Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2712026-02-16T22:51:33.035Z Updating git repository `https://github.com/oxidecomputer/clickward`
2722026-02-16T22:51:33.648Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2732026-02-16T22:51:34.092Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
2742026-02-16T22:51:34.308Z Updating git repository `https://github.com/oxidecomputer/dendrite`
2752026-02-16T22:51:35.164Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2762026-02-16T22:51:35.617Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2772026-02-16T22:51:35.972Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
2782026-02-16T22:51:36.316Z Updating git repository `https://github.com/oxidecomputer/scim2-rs`
2792026-02-16T22:51:36.791Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
2802026-02-16T22:51:36.988Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
2812026-02-16T22:51:37.166Z Updating git repository `https://github.com/oxidecomputer/libnvme`
2822026-02-16T22:51:37.399Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2832026-02-16T22:51:37.891Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
2842026-02-16T22:51:38.265Z Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git`
2852026-02-16T22:51:39.007Z Updating git repository `https://github.com/oxidecomputer/rats-corim.git`
2862026-02-16T22:51:39.265Z Updating git repository `https://github.com/bluecatengineering/dhcproto.git`
2872026-02-16T22:51:39.516Z Updating git repository `https://github.com/oxidecomputer/ispf`
2882026-02-16T22:51:39.806Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
2892026-02-16T22:51:41.520Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2902026-02-16T22:51:41.854Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
2912026-02-16T22:51:42.148Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
2922026-02-16T22:51:42.500Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2932026-02-16T22:51:42.765Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
2942026-02-16T22:51:43.103Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
2952026-02-16T22:51:43.598Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
2962026-02-16T22:51:43.835Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
2972026-02-16T22:51:44.072Z Updating git repository `https://github.com/illumos/smf-rs`
2982026-02-16T22:51:44.513Z Updating git repository `https://github.com/oxidecomputer/omicron`
2992026-02-16T22:51:57.003Z Downloading crates ...
3002026-02-16T22:51:57.095Z Downloaded equivalent v1.0.2
3012026-02-16T22:51:57.096Z Downloaded anstream v0.6.18
3022026-02-16T22:51:57.096Z Downloaded autocfg v1.4.0
3032026-02-16T22:51:57.096Z Downloaded plain v0.2.3
3042026-02-16T22:51:57.096Z Downloaded memmap v0.7.0
3052026-02-16T22:51:57.097Z Downloaded percent-encoding v2.3.2
3062026-02-16T22:51:57.097Z Downloaded unicode-xid v0.2.6
3072026-02-16T22:51:57.097Z Downloaded pretty-hex v0.4.1
3082026-02-16T22:51:57.097Z Downloaded tabled_derive v0.7.0
3092026-02-16T22:51:57.097Z Downloaded icu_normalizer_data v1.5.0
3102026-02-16T22:51:57.097Z Downloaded heck v0.4.1
3112026-02-16T22:51:57.097Z Downloaded zerofrom-derive v0.1.4
3122026-02-16T22:51:57.097Z Downloaded anstyle-parse v0.2.5
3132026-02-16T22:51:57.097Z Downloaded anstyle v1.0.11
3142026-02-16T22:51:57.097Z Downloaded serde-value v0.7.0
3152026-02-16T22:51:57.097Z Downloaded anyhow v1.0.99
3162026-02-16T22:51:57.208Z Downloaded usdt-macro v0.5.0
3172026-02-16T22:51:57.208Z Downloaded bitflags v2.9.4
3182026-02-16T22:51:57.208Z Downloaded toml_write v0.1.2
3192026-02-16T22:51:57.208Z Downloaded proc-macro2 v1.0.101
3202026-02-16T22:51:57.209Z Downloaded writeable v0.5.5
3212026-02-16T22:51:57.209Z Downloaded heck v0.5.0
3222026-02-16T22:51:57.209Z Downloaded colorchoice v1.0.2
3232026-02-16T22:51:57.209Z Downloaded version_check v0.9.5
3242026-02-16T22:51:57.209Z Downloaded anstyle-query v1.1.1
3252026-02-16T22:51:57.209Z Downloaded tinystr v0.7.6
3262026-02-16T22:51:57.209Z Downloaded thiserror v1.0.69
3272026-02-16T22:51:57.209Z Downloaded unicode-linebreak v0.1.5
3282026-02-16T22:51:57.209Z Downloaded utf8parse v0.2.2
3292026-02-16T22:51:57.209Z Downloaded toml_datetime v0.6.11
3302026-02-16T22:51:57.209Z Downloaded thread-id v4.2.2
3312026-02-16T22:51:57.209Z Downloaded proc-macro-error-attr v1.0.4
3322026-02-16T22:51:57.209Z Downloaded zerocopy-derive v0.7.35
3332026-02-16T22:51:57.209Z Downloaded utf16_iter v1.0.5
3342026-02-16T22:51:57.209Z Downloaded usdt-attr-macro v0.5.0
3352026-02-16T22:51:57.209Z Downloaded thiserror-impl v2.0.18
3362026-02-16T22:51:57.210Z Downloaded zerofrom v0.1.4
3372026-02-16T22:51:57.210Z Downloaded itoa v1.0.11
3382026-02-16T22:51:57.210Z Downloaded displaydoc v0.2.5
3392026-02-16T22:51:57.210Z Downloaded ordered-float v2.10.1
3402026-02-16T22:51:57.210Z Downloaded textwrap v0.16.2
3412026-02-16T22:51:57.210Z Downloaded thiserror v2.0.18
3422026-02-16T22:51:57.210Z Downloaded zerovec-derive v0.10.3
3432026-02-16T22:51:57.210Z Downloaded toml_edit v0.22.27
3442026-02-16T22:51:57.210Z Downloaded yoke-derive v0.7.4
3452026-02-16T22:51:57.210Z Downloaded write16 v1.0.0
3462026-02-16T22:51:57.210Z Downloaded utf8_iter v1.0.4
3472026-02-16T22:51:57.210Z Downloaded unicode-ident v1.0.19
3482026-02-16T22:51:57.210Z Downloaded macaddr v1.0.1
3492026-02-16T22:51:57.210Z Downloaded icu_provider_macros v1.5.0
3502026-02-16T22:51:57.211Z Downloaded dof v0.3.0
3512026-02-16T22:51:57.211Z Downloaded zerovec v0.10.4
3522026-02-16T22:51:57.211Z Downloaded zmij v1.0.15
3532026-02-16T22:51:57.211Z Downloaded block-buffer v0.10.4
3542026-02-16T22:51:57.211Z Downloaded typenum v1.17.0
3552026-02-16T22:51:57.211Z Downloaded usdt-impl v0.5.0
3562026-02-16T22:51:57.211Z Downloaded ucd-trie v0.1.7
3572026-02-16T22:51:57.211Z Downloaded smawk v0.3.2
3582026-02-16T22:51:57.211Z Downloaded fastrand v2.1.1
3592026-02-16T22:51:57.211Z Downloaded usdt v0.5.0
3602026-02-16T22:51:57.211Z Downloaded thiserror-impl v1.0.69
3612026-02-16T22:51:57.211Z Downloaded fnv v1.0.7
3622026-02-16T22:51:57.211Z Downloaded crypto-common v0.1.6
3632026-02-16T22:51:57.211Z Downloaded cfg-if v1.0.4
3642026-02-16T22:51:57.211Z Downloaded bytecount v0.6.8
3652026-02-16T22:51:57.211Z Downloaded litemap v0.7.3
3662026-02-16T22:51:57.211Z Downloaded pest_generator v2.8.2
3672026-02-16T22:51:57.211Z Downloaded toml v0.8.23
3682026-02-16T22:51:57.211Z Downloaded zerocopy v0.7.35
3692026-02-16T22:51:57.280Z Downloaded terminal_size v0.4.0
3702026-02-16T22:51:57.280Z Downloaded winnow v0.7.14
3712026-02-16T22:51:57.281Z Downloaded swrite v0.1.0
3722026-02-16T22:51:57.281Z Downloaded strsim v0.11.1
3732026-02-16T22:51:57.281Z Downloaded idna_adapter v1.2.0
3742026-02-16T22:51:57.281Z Downloaded cpufeatures v0.2.14
3752026-02-16T22:51:57.281Z Downloaded unicode-width v0.1.14
3762026-02-16T22:51:57.281Z Downloaded clap_lex v0.7.4
3772026-02-16T22:51:57.281Z Downloaded camino-tempfile v1.4.1
3782026-02-16T22:51:57.281Z Downloaded cargo_toml v0.21.0
3792026-02-16T22:51:57.281Z Downloaded cargo-platform v0.2.0
3802026-02-16T22:51:57.281Z Downloaded serde_tokenstream v0.2.2
3812026-02-16T22:51:57.282Z Downloaded semver v1.0.27
3822026-02-16T22:51:57.282Z Downloaded quote v1.0.40
3832026-02-16T22:51:57.282Z Downloaded unicode-width v0.2.0
3842026-02-16T22:51:57.282Z Downloaded serde-untagged v0.1.7
3852026-02-16T22:51:57.282Z Downloaded byteorder v1.5.0
3862026-02-16T22:51:57.282Z Downloaded fs-err v3.1.1
3872026-02-16T22:51:57.282Z Downloaded clap_derive v4.5.47
3882026-02-16T22:51:57.282Z Downloaded stable_deref_trait v1.2.0
3892026-02-16T22:51:57.282Z Downloaded serde_spanned v0.6.9
3902026-02-16T22:51:57.282Z Downloaded scroll_derive v0.12.0
3912026-02-16T22:51:57.283Z Downloaded proc-macro-error v1.0.4
3922026-02-16T22:51:57.283Z Downloaded sha2 v0.10.9
3932026-02-16T22:51:57.283Z Downloaded digest v0.10.7
3942026-02-16T22:51:57.283Z Downloaded is_terminal_polyfill v1.70.1
3952026-02-16T22:51:57.283Z Downloaded icu_locid_transform_data v1.5.0
3962026-02-16T22:51:57.283Z Downloaded icu_locid_transform v1.5.0
3972026-02-16T22:51:57.283Z Downloaded synstructure v0.13.1
3982026-02-16T22:51:57.283Z Downloaded cargo-util-schemas v0.8.2
3992026-02-16T22:51:57.283Z Downloaded scroll v0.12.0
4002026-02-16T22:51:57.283Z Downloaded smallvec v1.15.1
4012026-02-16T22:51:57.284Z Downloaded cargo_metadata v0.21.0
4022026-02-16T22:51:57.284Z Downloaded pest_meta v2.8.2
4032026-02-16T22:51:57.284Z Downloaded pest_derive v2.8.2
4042026-02-16T22:51:57.284Z Downloaded once_cell v1.21.3
4052026-02-16T22:51:57.284Z Downloaded icu_collections v1.5.0
4062026-02-16T22:51:57.284Z Downloaded icu_provider v1.5.0
4072026-02-16T22:51:57.284Z Downloaded papergrid v0.11.0
4082026-02-16T22:51:57.284Z Downloaded icu_locid v1.5.0
4092026-02-16T22:51:57.284Z Downloaded serde_derive v1.0.228
4102026-02-16T22:51:57.284Z Downloaded log v0.4.29
4112026-02-16T22:51:57.285Z Downloaded icu_normalizer v1.5.0
4122026-02-16T22:51:57.285Z Downloaded num-traits v0.2.19
4132026-02-16T22:51:57.376Z Downloaded erased-serde v0.4.6
4142026-02-16T22:51:57.376Z Downloaded camino v1.2.2
4152026-02-16T22:51:57.376Z Downloaded form_urlencoded v1.2.2
4162026-02-16T22:51:57.376Z Downloaded serde_core v1.0.228
4172026-02-16T22:51:57.376Z Downloaded icu_properties v1.5.1
4182026-02-16T22:51:57.377Z Downloaded dtrace-parser v0.2.0
4192026-02-16T22:51:57.377Z Downloaded yoke v0.7.4
4202026-02-16T22:51:57.377Z Downloaded getrandom v0.3.4
4212026-02-16T22:51:57.377Z Downloaded tempfile v3.24.0
4222026-02-16T22:51:57.377Z Downloaded clap v4.5.48
4232026-02-16T22:51:57.377Z Downloaded memchr v2.7.4
4242026-02-16T22:51:57.377Z Downloaded serde v1.0.228
4252026-02-16T22:51:57.378Z Downloaded hashbrown v0.16.1
4262026-02-16T22:51:57.378Z Downloaded indexmap v2.13.0
4272026-02-16T22:51:57.378Z Downloaded url v2.5.4
4282026-02-16T22:51:57.378Z Downloaded typeid v1.0.3
4292026-02-16T22:51:57.378Z Downloaded generic-array v0.14.7
4302026-02-16T22:51:57.378Z Downloaded errno v0.3.12
4312026-02-16T22:51:57.378Z Downloaded pest v2.8.2
4322026-02-16T22:51:57.378Z Downloaded idna v1.0.3
4332026-02-16T22:51:57.379Z Downloaded serde_json v1.0.149
4342026-02-16T22:51:57.482Z Downloaded clap_builder v4.5.48
4352026-02-16T22:51:57.482Z Downloaded goblin v0.8.2
4362026-02-16T22:51:57.482Z Downloaded tabled v0.15.0
4372026-02-16T22:51:57.483Z Downloaded syn v1.0.109
4382026-02-16T22:51:57.483Z Downloaded icu_properties_data v1.5.0
4392026-02-16T22:51:57.483Z Downloaded syn v2.0.114
4402026-02-16T22:51:57.483Z Downloaded rustix v0.38.37
4412026-02-16T22:51:57.483Z Downloaded rustix v1.1.3
4422026-02-16T22:51:57.544Z Downloaded libc v0.2.180
4432026-02-16T22:51:57.596Z Compiling proc-macro2 v1.0.101
4442026-02-16T22:51:57.596Z Compiling unicode-ident v1.0.19
4452026-02-16T22:51:57.596Z Compiling serde_core v1.0.228
4462026-02-16T22:51:57.596Z Compiling serde v1.0.228
4472026-02-16T22:51:57.596Z Compiling version_check v0.9.5
4482026-02-16T22:51:57.596Z Compiling libc v0.2.180
4492026-02-16T22:51:57.785Z Compiling memchr v2.7.4
4502026-02-16T22:51:57.848Z Compiling thiserror v2.0.18
4512026-02-16T22:51:58.037Z Compiling stable_deref_trait v1.2.0
4522026-02-16T22:51:58.169Z Compiling zmij v1.0.15
4532026-02-16T22:51:58.596Z Compiling litemap v0.7.3
4542026-02-16T22:51:58.633Z Compiling itoa v1.0.11
4552026-02-16T22:51:58.872Z Compiling ucd-trie v0.1.7
4562026-02-16T22:51:58.939Z Compiling writeable v0.5.5
4572026-02-16T22:51:58.966Z Compiling autocfg v1.4.0
4582026-02-16T22:51:59.257Z Compiling thiserror v1.0.69
4592026-02-16T22:51:59.377Z Compiling byteorder v1.5.0
4602026-02-16T22:51:59.845Z Compiling quote v1.0.40
4612026-02-16T22:51:59.897Z Compiling errno v0.3.12
4622026-02-16T22:51:59.953Z Compiling icu_locid_transform_data v1.5.0
4632026-02-16T22:52:00.068Z Compiling bitflags v2.9.4
4642026-02-16T22:52:00.172Z Compiling serde_json v1.0.149
4652026-02-16T22:52:00.215Z Compiling icu_properties_data v1.5.0
4662026-02-16T22:52:00.276Z Compiling syn v2.0.114
4672026-02-16T22:52:00.530Z Compiling num-traits v0.2.19
4682026-02-16T22:52:00.557Z Compiling utf8_iter v1.0.4
4692026-02-16T22:52:00.584Z Compiling write16 v1.0.0
4702026-02-16T22:52:00.642Z Compiling hashbrown v0.16.1
4712026-02-16T22:52:00.769Z Compiling typeid v1.0.3
4722026-02-16T22:52:00.814Z Compiling icu_normalizer_data v1.5.0
4732026-02-16T22:52:00.881Z Compiling smallvec v1.15.1
4742026-02-16T22:52:00.941Z Compiling utf16_iter v1.0.5
4752026-02-16T22:52:01.176Z Compiling equivalent v1.0.2
4762026-02-16T22:52:01.310Z Compiling rustix v0.38.37
4772026-02-16T22:52:01.723Z Compiling usdt-impl v0.5.0
4782026-02-16T22:52:01.758Z Compiling indexmap v2.13.0
4792026-02-16T22:52:01.872Z Compiling proc-macro-error-attr v1.0.4
4802026-02-16T22:52:02.087Z Compiling winnow v0.7.14
4812026-02-16T22:52:02.197Z Compiling toml_write v0.1.2
4822026-02-16T22:52:02.228Z Compiling syn v1.0.109
4832026-02-16T22:52:02.385Z Compiling thread-id v4.2.2
4842026-02-16T22:52:03.213Z Compiling proc-macro-error v1.0.4
4852026-02-16T22:52:03.241Z Compiling percent-encoding v2.3.2
4862026-02-16T22:52:03.561Z Compiling camino v1.2.2
4872026-02-16T22:52:03.603Z Compiling plain v0.2.3
4882026-02-16T22:52:03.796Z Compiling getrandom v0.3.4
4892026-02-16T22:52:03.930Z Compiling rustix v1.1.3
4902026-02-16T22:52:04.215Z Compiling log v0.4.29
4912026-02-16T22:52:04.576Z Compiling utf8parse v0.2.2
4922026-02-16T22:52:04.757Z Compiling anstyle-parse v0.2.5
4932026-02-16T22:52:04.784Z Compiling ordered-float v2.10.1
4942026-02-16T22:52:05.118Z Compiling terminal_size v0.4.0
4952026-02-16T22:52:05.282Z Compiling form_urlencoded v1.2.2
4962026-02-16T22:52:05.610Z Compiling anstyle v1.0.11
4972026-02-16T22:52:05.637Z Compiling is_terminal_polyfill v1.70.1
4982026-02-16T22:52:05.717Z Compiling pretty-hex v0.4.1
4992026-02-16T22:52:05.801Z Compiling anstyle-query v1.1.1
5002026-02-16T22:52:05.830Z Compiling cfg-if v1.0.4
5012026-02-16T22:52:05.949Z Compiling colorchoice v1.0.2
5022026-02-16T22:52:06.139Z Compiling anstream v0.6.18
5032026-02-16T22:52:06.170Z Compiling semver v1.0.27
5042026-02-16T22:52:06.747Z Compiling fs-err v3.1.1
5052026-02-16T22:52:06.933Z Compiling once_cell v1.21.3
5062026-02-16T22:52:06.999Z Compiling strsim v0.11.1
5072026-02-16T22:52:07.055Z Compiling synstructure v0.13.1
5082026-02-16T22:52:07.101Z Compiling heck v0.4.1
5092026-02-16T22:52:07.332Z Compiling bytecount v0.6.8
5102026-02-16T22:52:07.546Z Compiling unicode-xid v0.2.6
5112026-02-16T22:52:07.580Z Compiling heck v0.5.0
5122026-02-16T22:52:07.751Z Compiling anyhow v1.0.99
5132026-02-16T22:52:07.780Z Compiling clap_lex v0.7.4
5142026-02-16T22:52:08.218Z Compiling fnv v1.0.7
5152026-02-16T22:52:08.334Z Compiling fastrand v2.1.1
5162026-02-16T22:52:08.383Z Compiling unicode-width v0.1.14
5172026-02-16T22:52:08.458Z Compiling clap_builder v4.5.48
5182026-02-16T22:52:08.795Z Compiling tempfile v3.24.0
5192026-02-16T22:52:08.842Z Compiling memmap v0.7.0
5202026-02-16T22:52:08.867Z Compiling papergrid v0.11.0
5212026-02-16T22:52:08.933Z Compiling smawk v0.3.2
5222026-02-16T22:52:09.181Z Compiling unicode-width v0.2.0
5232026-02-16T22:52:09.211Z Compiling unicode-linebreak v0.1.5
5242026-02-16T22:52:09.575Z Compiling camino-tempfile v1.4.1
5252026-02-16T22:52:09.728Z Compiling textwrap v0.16.2
5262026-02-16T22:52:10.527Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
5272026-02-16T22:52:10.635Z Compiling swrite v0.1.0
5282026-02-16T22:52:10.639Z Compiling tabled_derive v0.7.0
5292026-02-16T22:52:11.475Z Compiling serde_derive v1.0.228
5302026-02-16T22:52:11.475Z Compiling zerofrom-derive v0.1.4
5312026-02-16T22:52:11.539Z Compiling yoke-derive v0.7.4
5322026-02-16T22:52:11.543Z Compiling thiserror-impl v2.0.18
5332026-02-16T22:52:11.641Z Compiling zerovec-derive v0.10.3
5342026-02-16T22:52:12.191Z Compiling displaydoc v0.2.5
5352026-02-16T22:52:13.795Z Compiling thiserror-impl v1.0.69
5362026-02-16T22:52:13.983Z Compiling icu_provider_macros v1.5.0
5372026-02-16T22:52:14.311Z Compiling zerocopy-derive v0.7.35
5382026-02-16T22:52:14.901Z Compiling pest v2.8.2
5392026-02-16T22:52:14.936Z Compiling zerofrom v0.1.4
5402026-02-16T22:52:15.037Z Compiling scroll_derive v0.12.0
5412026-02-16T22:52:15.202Z Compiling yoke v0.7.4
5422026-02-16T22:52:15.657Z Compiling zerovec v0.10.4
5432026-02-16T22:52:16.157Z Compiling clap_derive v4.5.47
5442026-02-16T22:52:16.360Z Compiling zerocopy v0.7.35
5452026-02-16T22:52:16.476Z Compiling scroll v0.12.0
5462026-02-16T22:52:16.825Z Compiling tabled v0.15.0
5472026-02-16T22:52:17.020Z Compiling goblin v0.8.2
5482026-02-16T22:52:17.401Z Compiling tinystr v0.7.6
5492026-02-16T22:52:17.726Z Compiling pest_meta v2.8.2
5502026-02-16T22:52:17.749Z Compiling icu_locid v1.5.0
5512026-02-16T22:52:17.796Z Compiling icu_collections v1.5.0
5522026-02-16T22:52:19.102Z Compiling icu_provider v1.5.0
5532026-02-16T22:52:19.660Z Compiling pest_generator v2.8.2
5542026-02-16T22:52:19.733Z Compiling toml_datetime v0.6.11
5552026-02-16T22:52:19.855Z Compiling icu_locid_transform v1.5.0
5562026-02-16T22:52:20.055Z Compiling serde_spanned v0.6.9
5572026-02-16T22:52:20.095Z Compiling dof v0.3.0
5582026-02-16T22:52:20.298Z Compiling toml_edit v0.22.27
5592026-02-16T22:52:20.355Z Compiling serde_tokenstream v0.2.2
5602026-02-16T22:52:20.992Z Compiling erased-serde v0.4.6
5612026-02-16T22:52:21.069Z Compiling serde-value v0.7.0
5622026-02-16T22:52:21.514Z Compiling icu_properties v1.5.1
5632026-02-16T22:52:21.887Z Compiling cargo-platform v0.2.0
5642026-02-16T22:52:22.169Z Compiling pest_derive v2.8.2
5652026-02-16T22:52:22.200Z Compiling serde-untagged v0.1.7
5662026-02-16T22:52:22.219Z Compiling clap v4.5.48
5672026-02-16T22:52:22.359Z Compiling macaddr v1.0.1
5682026-02-16T22:52:22.965Z Compiling dtrace-parser v0.2.0
5692026-02-16T22:52:23.565Z Compiling toml v0.8.23
5702026-02-16T22:52:24.491Z Compiling cargo_toml v0.21.0
5712026-02-16T22:52:24.779Z Compiling usdt-macro v0.5.0
5722026-02-16T22:52:25.038Z Compiling usdt-attr-macro v0.5.0
5732026-02-16T22:52:25.235Z Compiling icu_normalizer v1.5.0
5742026-02-16T22:52:25.972Z Compiling idna_adapter v1.2.0
5752026-02-16T22:52:26.090Z Compiling usdt v0.5.0
5762026-02-16T22:52:26.156Z Compiling idna v1.0.3
5772026-02-16T22:52:26.575Z Compiling url v2.5.4
5782026-02-16T22:52:27.331Z Compiling cargo-util-schemas v0.8.2
5792026-02-16T22:52:28.776Z Compiling cargo_metadata v0.21.0
5802026-02-16T22:52:30.367Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
5812026-02-16T22:52:33.849Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 10s
5822026-02-16T22:52:34.166Z Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control`
5832026-02-16T22:52:34.939Z Downloading crates ...
5842026-02-16T22:52:35.071Z Downloaded atomicwrites v0.4.4
5852026-02-16T22:52:35.075Z Downloaded arrayref v0.3.9
5862026-02-16T22:52:35.086Z Downloaded async-recursion v1.1.1
5872026-02-16T22:52:35.092Z Downloaded castaway v0.2.3
5882026-02-16T22:52:35.096Z Downloaded bit-set v0.5.3
5892026-02-16T22:52:35.101Z Downloaded critical-section v1.1.3
5902026-02-16T22:52:35.105Z Downloaded camino-tempfile-ext v0.3.2
5912026-02-16T22:52:35.110Z Downloaded colored v3.0.0
5922026-02-16T22:52:35.116Z Downloaded des v0.8.1
5932026-02-16T22:52:35.120Z Downloaded daft v0.1.4
5942026-02-16T22:52:35.126Z Downloaded env_logger v0.11.8
5952026-02-16T22:52:35.132Z Downloaded foldhash v0.1.5
5962026-02-16T22:52:35.138Z Downloaded derive_builder_macro v0.20.2
5972026-02-16T22:52:35.141Z Downloaded derive_builder_core v0.20.2
5982026-02-16T22:52:35.145Z Downloaded defmt-parser v0.3.4
5992026-02-16T22:52:35.149Z Downloaded crc-catalog v2.4.0
6002026-02-16T22:52:35.153Z Downloaded float-cmp v0.10.0
6012026-02-16T22:52:35.157Z Downloaded enum-as-inner v0.6.1
6022026-02-16T22:52:35.162Z Downloaded fd-lock v4.0.2
6032026-02-16T22:52:35.167Z Downloaded flagset v0.4.6
6042026-02-16T22:52:35.173Z Downloaded futures-macro v0.3.31
6052026-02-16T22:52:35.176Z Downloaded diesel-dtrace v0.4.2
6062026-02-16T22:52:35.180Z Downloaded derive_builder v0.20.2
6072026-02-16T22:52:35.188Z Downloaded fixedbitset v0.4.2
6082026-02-16T22:52:35.192Z Downloaded futures-io v0.3.31
6092026-02-16T22:52:35.197Z Downloaded foreign-types v0.3.2
6102026-02-16T22:52:35.203Z Downloaded backoff v0.4.0
6112026-02-16T22:52:35.210Z Downloaded gethostname v0.5.0
6122026-02-16T22:52:35.216Z Downloaded ghash v0.5.1
6132026-02-16T22:52:35.222Z Downloaded filetime v0.2.26
6142026-02-16T22:52:35.228Z Downloaded darling v0.21.0
6152026-02-16T22:52:35.236Z Downloaded globwalk v0.9.1
6162026-02-16T22:52:35.255Z Downloaded hex-literal v0.4.1
6172026-02-16T22:52:35.258Z Downloaded hex v0.4.3
6182026-02-16T22:52:35.263Z Downloaded corncobs v0.1.4
6192026-02-16T22:52:35.267Z Downloaded hostname v0.4.2
6202026-02-16T22:52:35.271Z Downloaded fs_extra v1.3.0
6212026-02-16T22:52:35.276Z Downloaded ena v0.14.3
6222026-02-16T22:52:35.280Z Downloaded httpdate v1.0.3
6232026-02-16T22:52:35.283Z Downloaded http-range v0.1.5
6242026-02-16T22:52:35.287Z Downloaded hyper-tls v0.6.0
6252026-02-16T22:52:35.290Z Downloaded hubpack_derive v0.1.1
6262026-02-16T22:52:35.293Z Downloaded glob v0.3.2
6272026-02-16T22:52:35.298Z Downloaded indent_write v2.2.0
6282026-02-16T22:52:35.301Z Downloaded inout v0.1.3
6292026-02-16T22:52:35.304Z Downloaded indoc v1.0.9
6302026-02-16T22:52:35.309Z Downloaded is_ci v1.2.0
6312026-02-16T22:52:35.312Z Downloaded is-terminal v0.4.13
6322026-02-16T22:52:35.316Z Downloaded internet-checksum v0.2.1
6332026-02-16T22:52:35.319Z Downloaded ff v0.13.0
6342026-02-16T22:52:35.323Z Downloaded crossbeam-epoch v0.9.18
6352026-02-16T22:52:35.328Z Downloaded console v0.15.10
6362026-02-16T22:52:35.333Z Downloaded lalrpop-util v0.19.12
6372026-02-16T22:52:35.336Z Downloaded fallible-iterator v0.2.0
6382026-02-16T22:52:35.340Z Downloaded humantime v2.2.0
6392026-02-16T22:52:35.343Z Downloaded kstat-rs v0.2.4
6402026-02-16T22:52:35.347Z Downloaded libsw-core v0.3.1
6412026-02-16T22:52:35.350Z Downloaded hyper-staticfile v0.10.1
6422026-02-16T22:52:35.355Z Downloaded libscf-sys v1.1.0
6432026-02-16T22:52:35.358Z Downloaded keccak v0.1.5
6442026-02-16T22:52:35.362Z Downloaded mime v0.3.17
6452026-02-16T22:52:35.365Z Downloaded md5 v0.7.0
6462026-02-16T22:52:35.369Z Downloaded linked-hash-map v0.5.6
6472026-02-16T22:52:35.371Z Downloaded ingot-types v0.1.2
6482026-02-16T22:52:35.376Z Downloaded md-5 v0.10.6
6492026-02-16T22:52:35.380Z Downloaded new_debug_unreachable v1.0.6
6502026-02-16T22:52:35.383Z Downloaded crossbeam-utils v0.8.21
6512026-02-16T22:52:35.386Z Downloaded ipnetwork v0.21.1
6522026-02-16T22:52:35.390Z Downloaded highway v1.3.0
6532026-02-16T22:52:35.395Z Downloaded newtype-uuid-macros v0.1.0
6542026-02-16T22:52:35.398Z Downloaded nibble_vec v0.1.0
6552026-02-16T22:52:35.400Z Downloaded multimap v0.10.1
6562026-02-16T22:52:35.403Z Downloaded newtype_derive v0.1.6
6572026-02-16T22:52:35.406Z Downloaded num-derive v0.4.2
6582026-02-16T22:52:35.409Z Downloaded nonempty v0.12.0
6592026-02-16T22:52:35.413Z Downloaded num-iter v0.1.45
6602026-02-16T22:52:35.415Z Downloaded num v0.4.3
6612026-02-16T22:52:35.419Z Downloaded number_prefix v0.4.0
6622026-02-16T22:52:35.422Z Downloaded num_enum_derive v0.5.11
6632026-02-16T22:52:35.424Z Downloaded openssl-macros v0.1.1
6642026-02-16T22:52:35.427Z Downloaded opaque-debug v0.3.1
6652026-02-16T22:52:35.431Z Downloaded linear-map v1.2.0
6662026-02-16T22:52:35.434Z Downloaded oso-derive v0.27.3
6672026-02-16T22:52:35.437Z Downloaded num-derive v0.3.3
6682026-02-16T22:52:35.445Z Downloaded packed_struct_codegen v0.10.1
6692026-02-16T22:52:35.447Z Downloaded elliptic-curve v0.13.8
6702026-02-16T22:52:35.450Z Downloaded lru v0.12.5
6712026-02-16T22:52:35.453Z Downloaded ingot-macros v0.1.1
6722026-02-16T22:52:35.456Z Downloaded chacha20poly1305 v0.10.1
6732026-02-16T22:52:35.459Z Downloaded parse-size v1.1.0
6742026-02-16T22:52:35.462Z Downloaded pbkdf2 v0.12.2
6752026-02-16T22:52:35.467Z Downloaded backtrace v0.3.74
6762026-02-16T22:52:35.472Z Downloaded nanorand v0.7.0
6772026-02-16T22:52:35.476Z Downloaded path-slash v0.1.5
6782026-02-16T22:52:35.480Z Downloaded lazycell v1.3.0
6792026-02-16T22:52:35.483Z Downloaded native-tls v0.2.12
6802026-02-16T22:52:35.486Z Downloaded nu-ansi-term v0.50.1
6812026-02-16T22:52:35.489Z Downloaded phf_shared v0.12.1
6822026-02-16T22:52:35.492Z Downloaded peg-runtime v0.8.5
6832026-02-16T22:52:35.495Z Downloaded num-rational v0.4.2
6842026-02-16T22:52:35.498Z Downloaded phf_shared v0.11.2
6852026-02-16T22:52:35.501Z Downloaded libloading v0.8.5
6862026-02-16T22:52:35.504Z Downloaded pin-utils v0.1.0
6872026-02-16T22:52:35.509Z Downloaded powerfmt v0.2.0
6882026-02-16T22:52:35.512Z Downloaded libsw v3.5.0
6892026-02-16T22:52:35.516Z Downloaded precomputed-hash v0.1.1
6902026-02-16T22:52:35.519Z Downloaded predicates-tree v1.0.12
6912026-02-16T22:52:35.519Z Downloaded heapless v0.8.0
6922026-02-16T22:52:35.523Z Downloaded proc-macro-error-attr2 v2.0.0
6932026-02-16T22:52:35.526Z Downloaded diesel_derives v2.2.3
6942026-02-16T22:52:35.531Z Downloaded predicates-core v1.0.8
6952026-02-16T22:52:35.535Z Downloaded proc-macro-crate v1.3.1
6962026-02-16T22:52:35.538Z Downloaded password-hash v0.4.2
6972026-02-16T22:52:35.541Z Downloaded progenitor v0.8.0
6982026-02-16T22:52:35.543Z Downloaded progenitor-macro v0.11.2
6992026-02-16T22:52:35.547Z Downloaded progenitor-macro v0.10.0
7002026-02-16T22:52:35.549Z Downloaded pem v3.0.5
7012026-02-16T22:52:35.552Z Downloaded indicatif v0.17.11
7022026-02-16T22:52:35.557Z Downloaded progenitor-client v0.8.0
7032026-02-16T22:52:35.560Z Downloaded psl-types v2.0.11
7042026-02-16T22:52:35.563Z Downloaded progenitor-client v0.11.2
7052026-02-16T22:52:35.565Z Downloaded quick-error v1.2.3
7062026-02-16T22:52:35.568Z Downloaded progenitor-macro v0.8.0
7072026-02-16T22:52:35.571Z Downloaded aes v0.8.4
7082026-02-16T22:52:35.574Z Downloaded pin-project-internal v1.1.6
7092026-02-16T22:52:35.577Z Downloaded rand_xorshift v0.4.0
7102026-02-16T22:52:35.580Z Downloaded postgres-protocol v0.6.8
7112026-02-16T22:52:35.583Z Downloaded radium v0.7.0
7122026-02-16T22:52:35.586Z Downloaded poly1305 v0.8.0
7132026-02-16T22:52:35.589Z Downloaded crossbeam-channel v0.5.15
7142026-02-16T22:52:35.595Z Downloaded ppv-lite86 v0.2.20
7152026-02-16T22:52:35.597Z Downloaded polyval v0.6.2
7162026-02-16T22:52:35.600Z Downloaded parking_lot v0.12.3
7172026-02-16T22:52:35.604Z Downloaded predicates v3.1.3
7182026-02-16T22:52:35.608Z Downloaded miniz_oxide v0.8.5
7192026-02-16T22:52:35.612Z Downloaded owo-colors v4.2.3
7202026-02-16T22:52:35.616Z Downloaded ref-cast-impl v1.0.25
7212026-02-16T22:52:35.619Z Downloaded ref-cast v1.0.25
7222026-02-16T22:52:35.622Z Downloaded peg-macros v0.8.5
7232026-02-16T22:52:35.625Z Downloaded bindgen v0.69.5
7242026-02-16T22:52:35.633Z Downloaded rustc-hash v1.1.0
7252026-02-16T22:52:35.636Z Downloaded rustc_version v0.1.7
7262026-02-16T22:52:35.638Z Downloaded pkcs1 v0.7.5
7272026-02-16T22:52:35.641Z Downloaded rtoolbox v0.0.2
7282026-02-16T22:52:35.644Z Downloaded quinn-udp v0.5.5
7292026-02-16T22:52:35.647Z Downloaded rand_chacha v0.3.1
7302026-02-16T22:52:35.650Z Downloaded rustc_version v0.4.1
7312026-02-16T22:52:35.653Z Downloaded postcard v1.0.10
7322026-02-16T22:52:35.655Z Downloaded ed25519-dalek v2.1.1
7332026-02-16T22:52:35.658Z Downloaded rand_core v0.9.3
7342026-02-16T22:52:35.661Z Downloaded r2d2 v0.8.10
7352026-02-16T22:52:35.666Z Downloaded rand_chacha v0.9.0
7362026-02-16T22:52:35.669Z Downloaded pin-project-lite v0.2.14
7372026-02-16T22:52:35.672Z Downloaded salsa20 v0.10.2
7382026-02-16T22:52:35.675Z Downloaded pkcs5 v0.7.1
7392026-02-16T22:52:35.680Z Downloaded rand_seeder v0.4.0
7402026-02-16T22:52:35.683Z Downloaded semver v0.1.20
7412026-02-16T22:52:35.686Z Downloaded serde_bytes v0.11.19
7422026-02-16T22:52:35.689Z Downloaded sapling-renderdag v0.1.0
7432026-02-16T22:52:35.689Z Downloaded scheduled-thread-pool v0.2.7
7442026-02-16T22:52:35.692Z Downloaded same-file v1.0.6
7452026-02-16T22:52:35.696Z Downloaded scroll_derive v0.13.1
7462026-02-16T22:52:35.699Z Downloaded scrypt v0.11.0
7472026-02-16T22:52:35.699Z Downloaded resolv-conf v0.7.0
7482026-02-16T22:52:35.702Z Downloaded serde_urlencoded v0.7.1
7492026-02-16T22:52:35.705Z Downloaded serde_plain v1.0.2
7502026-02-16T22:52:35.708Z Downloaded oso v0.27.3
7512026-02-16T22:52:35.711Z Downloaded proc-macro-error2 v2.0.1
7522026-02-16T22:52:35.714Z Downloaded shell-words v1.1.0
7532026-02-16T22:52:35.717Z Downloaded serde_spanned v1.0.4
7542026-02-16T22:52:35.720Z Downloaded sha1 v0.10.6
7552026-02-16T22:52:35.725Z Downloaded serde_repr v0.1.19
7562026-02-16T22:52:35.725Z Downloaded hickory-resolver v0.24.4
7572026-02-16T22:52:35.728Z Downloaded cc v1.2.30
7582026-02-16T22:52:35.732Z Downloaded signature v2.2.0
7592026-02-16T22:52:35.735Z Downloaded hickory-server v0.25.2
7602026-02-16T22:52:35.742Z Downloaded sigpipe v0.1.3
7612026-02-16T22:52:35.745Z Downloaded signal-hook-tokio v0.3.1
7622026-02-16T22:52:35.745Z Downloaded slog-bunyan v2.5.0
7632026-02-16T22:52:35.752Z Downloaded signal-hook-mio v0.2.4
7642026-02-16T22:52:35.752Z Downloaded simd-adler32 v0.3.7
7652026-02-16T22:52:35.760Z Downloaded rusty-fork v0.3.0
7662026-02-16T22:52:35.760Z Downloaded rustc-demangle v0.1.24
7672026-02-16T22:52:35.764Z Downloaded pin-project v1.1.6
7682026-02-16T22:52:35.770Z Downloaded slog-envlogger v2.2.0
7692026-02-16T22:52:35.773Z Downloaded serde_derive_internals v0.29.1
7702026-02-16T22:52:35.776Z Downloaded serde-hex v0.1.0
7712026-02-16T22:52:35.782Z Downloaded serde-big-array v0.5.1
7722026-02-16T22:52:35.784Z Downloaded rustversion v1.0.22
7732026-02-16T22:52:35.784Z Downloaded secrecy v0.8.0
7742026-02-16T22:52:35.788Z Downloaded shlex v1.3.0
7752026-02-16T22:52:35.788Z Downloaded openssl-sys v0.9.109
7762026-02-16T22:52:35.793Z Downloaded prefix-trie v0.7.0
7772026-02-16T22:52:35.797Z Downloaded serde_path_to_error v0.1.20
7782026-02-16T22:52:35.800Z Downloaded itertools v0.10.5
7792026-02-16T22:52:35.807Z Downloaded strip-ansi-escapes v0.2.0
7802026-02-16T22:52:35.810Z Downloaded hashbrown v0.12.3
7812026-02-16T22:52:35.813Z Downloaded sync_wrapper v1.0.1
7822026-02-16T22:52:35.817Z Downloaded progenitor-impl v0.10.0
7832026-02-16T22:52:35.821Z Downloaded supports-color v3.0.2
7842026-02-16T22:52:35.821Z Downloaded structmeta v0.3.0
7852026-02-16T22:52:35.824Z Downloaded slog-json v2.6.1
7862026-02-16T22:52:35.827Z Downloaded serde_cbor v0.11.2
7872026-02-16T22:52:35.830Z Downloaded strum v0.26.3
7882026-02-16T22:52:35.830Z Downloaded take_mut v0.2.2
7892026-02-16T22:52:35.830Z Downloaded subtle v2.6.1
7902026-02-16T22:52:35.833Z Downloaded tagptr v0.2.0
7912026-02-16T22:52:35.836Z Downloaded tabled_derive v0.10.0
7922026-02-16T22:52:35.837Z Downloaded slog-stdlog v4.1.1
7932026-02-16T22:52:35.839Z Downloaded libxml v0.3.3
7942026-02-16T22:52:35.847Z Downloaded tabled_derive v0.11.0
7952026-02-16T22:52:35.850Z Downloaded spki v0.7.3
7962026-02-16T22:52:35.850Z Downloaded tap v1.0.1
7972026-02-16T22:52:35.850Z Downloaded sqlformat v0.3.5
7982026-02-16T22:52:35.853Z Downloaded minimal-lexical v0.2.1
7992026-02-16T22:52:35.856Z Downloaded ryu v1.0.18
8002026-02-16T22:52:35.860Z Downloaded ssh-encoding v0.2.0
8012026-02-16T22:52:35.863Z Downloaded testing_table v0.3.0
8022026-02-16T22:52:35.866Z Downloaded prettyplease v0.2.36
8032026-02-16T22:52:35.869Z Downloaded time-core v0.1.6
8042026-02-16T22:52:35.873Z Downloaded snafu-derive v0.8.5
8052026-02-16T22:52:35.873Z Downloaded futures-util v0.3.31
8062026-02-16T22:52:35.882Z Downloaded thread_local v1.1.8
8072026-02-16T22:52:35.885Z Downloaded thiserror-impl-no-std v2.0.2
8082026-02-16T22:52:35.888Z Downloaded tinyvec_macros v0.1.1
8092026-02-16T22:52:35.888Z Downloaded stringprep v0.1.5
8102026-02-16T22:52:35.891Z Downloaded num-bigint v0.4.6
8112026-02-16T22:52:35.895Z Downloaded tabwriter v1.4.0
8122026-02-16T22:52:35.897Z Downloaded string_cache v0.8.9
8132026-02-16T22:52:35.897Z Downloaded static_assertions v1.1.0
8142026-02-16T22:52:35.900Z Downloaded slog-async v2.8.0
8152026-02-16T22:52:35.903Z Downloaded aho-corasick v1.1.3
8162026-02-16T22:52:35.907Z Downloaded termtree v0.5.1
8172026-02-16T22:52:35.910Z Downloaded rustls-pki-types v1.10.0
8182026-02-16T22:52:35.913Z Downloaded quinn v0.11.5
8192026-02-16T22:52:35.916Z Downloaded signal-hook v0.3.18
8202026-02-16T22:52:35.920Z Downloaded ron v0.8.1
8212026-02-16T22:52:35.924Z Downloaded topological-sort v0.2.2
8222026-02-16T22:52:35.927Z Downloaded ron v0.7.1
8232026-02-16T22:52:35.932Z Downloaded similar v2.7.0
8242026-02-16T22:52:35.936Z Downloaded tiny-keccak v2.0.2
8252026-02-16T22:52:35.939Z Downloaded try-lock v0.2.5
8262026-02-16T22:52:35.942Z Downloaded blake3 v1.5.4
8272026-02-16T22:52:35.948Z Downloaded smf v0.2.3
8282026-02-16T22:52:35.950Z Downloaded rcgen v0.12.1
8292026-02-16T22:52:35.953Z Downloaded tokio-native-tls v0.3.1
8302026-02-16T22:52:35.956Z Downloaded unarray v0.1.4
8312026-02-16T22:52:35.956Z Downloaded typify-macro v0.4.3
8322026-02-16T22:52:35.959Z Downloaded schemars v0.8.22
8332026-02-16T22:52:35.968Z Downloaded typify-macro v0.2.0
8342026-02-16T22:52:35.974Z Downloaded tower-service v0.3.3
8352026-02-16T22:52:35.974Z Downloaded term v1.1.0
8362026-02-16T22:52:35.977Z Downloaded socket2 v0.5.10
8372026-02-16T22:52:35.977Z Downloaded untrusted v0.9.0
8382026-02-16T22:52:35.977Z Downloaded unit-prefix v0.5.1
8392026-02-16T22:52:35.980Z Downloaded usdt v0.6.0
8402026-02-16T22:52:35.981Z Downloaded rand v0.9.2
8412026-02-16T22:52:35.983Z Downloaded untrusted v0.7.1
8422026-02-16T22:52:35.986Z Downloaded tokio-dtrace v0.1.0
8432026-02-16T22:52:35.990Z Downloaded tls_codec_derive v0.4.1
8442026-02-16T22:52:35.990Z Downloaded tls_codec v0.4.1
8452026-02-16T22:52:35.993Z Downloaded universal-hash v0.5.1
8462026-02-16T22:52:35.994Z Downloaded toml_datetime v0.7.5+spec-1.1.0
8472026-02-16T22:52:35.996Z Downloaded usdt-macro v0.6.0
8482026-02-16T22:52:35.996Z Downloaded aws-lc-rs v1.12.4
8492026-02-16T22:52:36.003Z Downloaded tracing-attributes v0.1.27
8502026-02-16T22:52:36.006Z Downloaded void v1.0.2
8512026-02-16T22:52:36.009Z Downloaded rand v0.8.5
8522026-02-16T22:52:36.012Z Downloaded strum_macros v0.27.2
8532026-02-16T22:52:36.014Z Downloaded tokio-tungstenite v0.23.1
8542026-02-16T22:52:36.015Z Downloaded utf-8 v0.7.6
8552026-02-16T22:52:36.017Z Downloaded tokio-tungstenite v0.21.0
8562026-02-16T22:52:36.020Z Downloaded qorb v0.4.1
8572026-02-16T22:52:36.023Z Downloaded tokio-rustls v0.24.1
8582026-02-16T22:52:36.026Z Downloaded h2 v0.4.6
8592026-02-16T22:52:36.031Z Downloaded subprocess v0.2.9
8602026-02-16T22:52:36.034Z Downloaded unicase v2.8.1
8612026-02-16T22:52:36.036Z Downloaded toml_writer v1.0.6+spec-1.1.0
8622026-02-16T22:52:36.039Z Downloaded term v0.7.0
8632026-02-16T22:52:36.042Z Downloaded which v4.4.2
8642026-02-16T22:52:36.042Z Downloaded waitgroup v0.1.2
8652026-02-16T22:52:36.045Z Downloaded socket2 v0.6.1
8662026-02-16T22:52:36.048Z Downloaded want v0.3.1
8672026-02-16T22:52:36.048Z Downloaded spin v0.9.8
8682026-02-16T22:52:36.050Z Downloaded vte_generate_state_changes v0.1.2
8692026-02-16T22:52:36.051Z Downloaded tui-tree-widget v0.23.1
8702026-02-16T22:52:36.054Z Downloaded wait-timeout v0.2.0
8712026-02-16T22:52:36.054Z Downloaded unicode-truncate v1.1.0
8722026-02-16T22:52:36.057Z Downloaded slog v2.8.2
8732026-02-16T22:52:36.059Z Downloaded xshell-macros v0.2.7
8742026-02-16T22:52:36.059Z Downloaded usdt-attr-macro v0.6.0
8752026-02-16T22:52:36.062Z Downloaded typify v0.2.0
8762026-02-16T22:52:36.064Z Downloaded test-strategy v0.4.3
8772026-02-16T22:52:36.067Z Downloaded zeroize_derive v1.4.2
8782026-02-16T22:52:36.070Z Downloaded xattr v1.3.1
8792026-02-16T22:52:36.070Z Downloaded schemars v1.0.4
8802026-02-16T22:52:36.084Z Downloaded zone_cfg_derive v0.3.0
8812026-02-16T22:52:36.087Z Downloaded uzers v0.12.1
8822026-02-16T22:52:36.096Z Downloaded tinyvec v1.8.0
8832026-02-16T22:52:36.097Z Downloaded rsa v0.9.8
8842026-02-16T22:52:36.097Z Downloaded usdt-impl v0.6.0
8852026-02-16T22:52:36.097Z Downloaded twox-hash v2.1.0
8862026-02-16T22:52:36.100Z Downloaded zone_cfg_derive v0.1.2
8872026-02-16T22:52:36.100Z Downloaded walkdir v2.5.0
8882026-02-16T22:52:36.103Z Downloaded snafu v0.8.5
8892026-02-16T22:52:36.108Z Downloaded unicode-properties v0.1.3
8902026-02-16T22:52:36.111Z Downloaded tar v0.4.44
8912026-02-16T22:52:36.114Z Downloaded vergen-lib v0.1.6
8922026-02-16T22:52:36.117Z Downloaded whoami v1.5.2
8932026-02-16T22:52:36.117Z Downloaded hkdf v0.12.4
8942026-02-16T22:52:36.120Z Downloaded vergen-gitcl v1.0.8
8952026-02-16T22:52:36.123Z Downloaded samael v0.0.19
8962026-02-16T22:52:36.126Z Downloaded xz2 v0.1.7
8972026-02-16T22:52:36.129Z Downloaded tracing-core v0.1.32
8982026-02-16T22:52:36.132Z Downloaded wyz v0.5.1
8992026-02-16T22:52:36.135Z Downloaded toml_parser v1.0.6+spec-1.1.0
9002026-02-16T22:52:36.135Z Downloaded nom v7.1.3
9012026-02-16T22:52:36.140Z Downloaded zeroize v1.8.1
9022026-02-16T22:52:36.143Z Downloaded bitvec v1.0.1
9032026-02-16T22:52:36.156Z Downloaded zstd-safe v7.2.3
9042026-02-16T22:52:36.159Z Downloaded zone v0.3.1
9052026-02-16T22:52:36.159Z Downloaded unicode-bidi v0.3.17
9062026-02-16T22:52:36.162Z Downloaded tungstenite v0.23.0
9072026-02-16T22:52:36.165Z Downloaded unsafe-libyaml v0.2.11
9082026-02-16T22:52:36.170Z Downloaded vte v0.11.1
9092026-02-16T22:52:36.174Z Downloaded toml v0.9.11+spec-1.1.0
9102026-02-16T22:52:36.177Z Downloaded rustyline v14.0.0
9112026-02-16T22:52:36.181Z Downloaded typify v0.4.3
9122026-02-16T22:52:36.184Z Downloaded toml v0.7.8
9132026-02-16T22:52:36.187Z Downloaded zerocopy v0.6.6
9142026-02-16T22:52:36.191Z Downloaded yasna v0.5.2
9152026-02-16T22:52:36.193Z Downloaded uuid v1.19.0
9162026-02-16T22:52:36.196Z Downloaded tokio-postgres v0.7.13
9172026-02-16T22:52:36.199Z Downloaded zstd v0.13.3
9182026-02-16T22:52:36.202Z Downloaded git2 v0.20.2
9192026-02-16T22:52:36.211Z Downloaded toml_edit v0.19.15
9202026-02-16T22:52:36.227Z Downloaded reedline v0.40.0
9212026-02-16T22:52:36.234Z Downloaded chrono v0.4.43
9222026-02-16T22:52:36.241Z Downloaded russh v0.45.0
9232026-02-16T22:52:36.247Z Downloaded tungstenite v0.21.0
9242026-02-16T22:52:36.250Z Downloaded unicode_categories v0.1.1
9252026-02-16T22:52:36.253Z Downloaded ssh-key v0.6.6
9262026-02-16T22:52:36.259Z Downloaded yansi v1.0.1
9272026-02-16T22:52:36.262Z Downloaded tower v0.5.2
9282026-02-16T22:52:36.271Z Downloaded zopfli v0.8.1
9292026-02-16T22:52:36.274Z Downloaded rpassword v7.4.0
9302026-02-16T22:52:36.277Z Downloaded quick-xml v0.37.2
9312026-02-16T22:52:36.281Z Downloaded goblin v0.10.2
9322026-02-16T22:52:36.288Z Downloaded tracing v0.1.40
9332026-02-16T22:52:36.293Z Downloaded p521 v0.13.3
9342026-02-16T22:52:36.296Z Downloaded steno v0.4.1
9352026-02-16T22:52:36.300Z Downloaded zip v0.6.6
9362026-02-16T22:52:36.304Z Downloaded unicode-segmentation v1.12.0
9372026-02-16T22:52:36.307Z Downloaded tokio-util v0.7.15
9382026-02-16T22:52:36.314Z Downloaded time v0.3.43
9392026-02-16T22:52:36.323Z Downloaded portable-atomic v1.11.0
9402026-02-16T22:52:36.329Z Downloaded petname v2.0.2
9412026-02-16T22:52:36.334Z Downloaded reqwest v0.12.24
9422026-02-16T22:52:36.339Z Downloaded p384 v0.13.1
9432026-02-16T22:52:36.344Z Downloaded zip v4.2.0
9442026-02-16T22:52:36.348Z Downloaded zerocopy-derive v0.8.27
9452026-02-16T22:52:36.355Z Downloaded tough v0.20.0
9462026-02-16T22:52:36.363Z Downloaded gimli v0.31.1
9472026-02-16T22:52:36.371Z Downloaded quinn-proto v0.11.8
9482026-02-16T22:52:36.377Z Downloaded regex v1.11.3
9492026-02-16T22:52:36.383Z Downloaded typed-path v0.9.3
9502026-02-16T22:52:36.389Z Downloaded x509-cert v0.2.5
9512026-02-16T22:52:36.395Z Downloaded moka v0.12.10
9522026-02-16T22:52:36.405Z Downloaded rustls-webpki v0.101.7
9532026-02-16T22:52:36.419Z Downloaded tower-http v0.6.6
9542026-02-16T22:52:36.427Z Downloaded winnow v0.6.26
9552026-02-16T22:52:36.435Z Downloaded object v0.30.4
9562026-02-16T22:52:36.447Z Downloaded itertools v0.14.0
9572026-02-16T22:52:36.452Z Downloaded regex-syntax v0.6.29
9582026-02-16T22:52:36.460Z Downloaded zlib-rs v0.5.1
9592026-02-16T22:52:36.464Z Downloaded serde_with v3.16.1
9602026-02-16T22:52:36.476Z Downloaded rayon v1.10.0
9612026-02-16T22:52:36.485Z Downloaded tabled v0.20.0
9622026-02-16T22:52:36.503Z Downloaded unicode-normalization v0.1.24
9632026-02-16T22:52:36.506Z Downloaded salty v0.3.0
9642026-02-16T22:52:36.513Z Downloaded vcpkg v0.2.15
9652026-02-16T22:52:36.552Z Downloaded winnow v0.5.40
9662026-02-16T22:52:36.559Z Downloaded webpki-roots v1.0.1
9672026-02-16T22:52:36.563Z Downloaded proptest v1.7.0
9682026-02-16T22:52:36.571Z Downloaded sqlparser v0.45.0
9692026-02-16T22:52:36.576Z Downloaded smoltcp v0.11.0
9702026-02-16T22:52:36.588Z Downloaded regex-syntax v0.8.5
9712026-02-16T22:52:36.596Z Downloaded nix v0.27.1
9722026-02-16T22:52:36.605Z Downloaded radix_trie v0.2.1
9732026-02-16T22:52:36.610Z Downloaded dropshot v0.16.7
9742026-02-16T22:52:36.632Z Downloaded polar-core v0.27.3
9752026-02-16T22:52:36.639Z Downloaded openssl v0.10.73
9762026-02-16T22:52:36.648Z Downloaded tabled v0.18.0
9772026-02-16T22:52:36.665Z Downloaded smoltcp v0.9.1
9782026-02-16T22:52:36.675Z Downloaded rustls v0.21.12
9792026-02-16T22:52:36.685Z Downloaded object v0.36.5
9802026-02-16T22:52:36.696Z Downloaded zerocopy v0.8.27
9812026-02-16T22:52:36.718Z Downloaded hickory-proto v0.24.4
9822026-02-16T22:52:36.731Z Downloaded rustls v0.22.4
9832026-02-16T22:52:36.744Z Downloaded rustls v0.23.19
9842026-02-16T22:52:36.754Z Downloaded sled v0.34.7
9852026-02-16T22:52:36.763Z Downloaded regress v0.10.4
9862026-02-16T22:52:36.771Z Downloaded hickory-proto v0.25.2
9872026-02-16T22:52:36.786Z Downloaded ratatui v0.29.0
9882026-02-16T22:52:36.805Z Downloaded typify-impl v0.2.0
9892026-02-16T22:52:36.815Z Downloaded typify-impl v0.4.3
9902026-02-16T22:52:36.828Z Downloaded bzip2-sys v0.1.13+1.0.8
9912026-02-16T22:52:36.839Z Downloaded nix v0.30.1
9922026-02-16T22:52:36.850Z Downloaded nix v0.28.0
9932026-02-16T22:52:36.860Z Downloaded diesel v2.2.12
9942026-02-16T22:52:36.878Z Downloaded jiff v0.2.15
9952026-02-16T22:52:36.893Z Downloaded petgraph v0.6.5
9962026-02-16T22:52:36.909Z Downloaded nix v0.29.0
9972026-02-16T22:52:36.919Z Downloaded zerocopy-derive v0.6.6
9982026-02-16T22:52:36.927Z Downloaded curve25519-dalek v4.1.3
9992026-02-16T22:52:36.935Z Downloaded openapiv3 v2.2.0
10002026-02-16T22:52:36.945Z Downloaded chrono-tz v0.10.4
10012026-02-16T22:52:36.961Z Downloaded regex-automata v0.4.11
10022026-02-16T22:52:36.975Z Downloaded petgraph v0.8.2
10032026-02-16T22:52:36.993Z Downloaded libz-sys v1.1.20
10042026-02-16T22:52:37.011Z Downloaded rustls-webpki v0.102.8
10052026-02-16T22:52:37.028Z Downloaded lalrpop v0.19.12
10062026-02-16T22:52:37.038Z Downloaded bstr v1.10.0
10072026-02-16T22:52:37.046Z Downloaded lzma-sys v0.1.20
10082026-02-16T22:52:37.073Z Downloaded bindgen v0.71.1
10092026-02-16T22:52:37.080Z Downloaded csv v1.3.1
10102026-02-16T22:52:37.096Z Downloaded xshell v0.2.7
10112026-02-16T22:52:37.099Z Downloaded vergen-git2 v1.0.7
10122026-02-16T22:52:37.104Z Downloaded zstd-sys v2.0.14+zstd.1.5.7
10132026-02-16T22:52:37.114Z Downloaded vergen v9.0.6
10142026-02-16T22:52:37.117Z Downloaded value-bag v1.12.0
10152026-02-16T22:52:37.121Z Downloaded vsss-rs v3.3.4
10162026-02-16T22:52:37.124Z Downloaded zone v0.1.8
10172026-02-16T22:52:37.124Z Downloaded tokio-stream v0.1.17
10182026-02-16T22:52:37.127Z Downloaded tokio-rustls v0.26.0
10192026-02-16T22:52:37.132Z Downloaded tokio v1.49.0
10202026-02-16T22:52:37.165Z Downloaded sha3 v0.10.8
10212026-02-16T22:52:37.169Z Downloaded tokio-rustls v0.25.0
10222026-02-16T22:52:37.172Z Downloaded publicsuffix v2.3.0
10232026-02-16T22:52:37.175Z Downloaded hashbrown v0.15.4
10242026-02-16T22:52:37.178Z Downloaded serde_with_macros v3.16.1
10252026-02-16T22:52:37.181Z Downloaded itertools v0.13.0
10262026-02-16T22:52:37.186Z Downloaded serde_yaml v0.9.34+deprecated
10272026-02-16T22:52:37.190Z Downloaded tokio-macros v2.6.0
10282026-02-16T22:52:37.190Z Downloaded rayon-core v1.12.1
10292026-02-16T22:52:37.193Z Downloaded pretty_assertions v1.4.1
10302026-02-16T22:52:37.196Z Downloaded num-bigint-dig v0.8.6
10312026-02-16T22:52:37.200Z Downloaded iddqd v0.3.16
10322026-02-16T22:52:37.205Z Downloaded trait-variant v0.1.2
10332026-02-16T22:52:37.208Z Downloaded tower-layer v0.3.3
10342026-02-16T22:52:37.208Z Downloaded time-macros v0.2.24
10352026-02-16T22:52:37.211Z Downloaded thiserror-no-std v2.0.2
10362026-02-16T22:52:37.214Z Downloaded termios v0.3.3
10372026-02-16T22:52:37.214Z Downloaded support-bundle-viewer v0.1.2
10382026-02-16T22:52:37.218Z Downloaded strum_macros v0.26.4
10392026-02-16T22:52:37.218Z Downloaded hyper v1.8.1
10402026-02-16T22:52:37.223Z Downloaded strum_macros v0.24.3
10412026-02-16T22:52:37.226Z Downloaded signal-hook-registry v1.4.2
10422026-02-16T22:52:37.226Z Downloaded schemars v0.9.0
10432026-02-16T22:52:37.237Z Downloaded itertools v0.12.1
10442026-02-16T22:52:37.243Z Downloaded iri-string v0.7.8
10452026-02-16T22:52:37.250Z Downloaded encoding_rs v0.8.34
10462026-02-16T22:52:37.268Z Downloaded libm v0.2.8
10472026-02-16T22:52:37.275Z Downloaded thread-id v5.0.0
10482026-02-16T22:52:37.278Z Downloaded sync-ptr v0.1.4
10492026-02-16T22:52:37.278Z Downloaded strum v0.27.2
10502026-02-16T22:52:37.278Z Downloaded smallvec v0.6.14
10512026-02-16T22:52:37.281Z Downloaded slog-term v2.9.2
10522026-02-16T22:52:37.281Z Downloaded slog-scope v4.4.0
10532026-02-16T22:52:37.287Z Downloaded slog-dtrace v0.3.0
10542026-02-16T22:52:37.287Z Downloaded structmeta-derive v0.3.0
10552026-02-16T22:52:37.287Z Downloaded russh-keys v0.45.0
10562026-02-16T22:52:37.290Z Downloaded ring v0.17.14
10572026-02-16T22:52:37.324Z Downloaded progenitor-impl v0.11.2
10582026-02-16T22:52:37.327Z Downloaded ssh-cipher v0.2.0
10592026-02-16T22:52:37.327Z Downloaded sqlparser_derive v0.2.2
10602026-02-16T22:52:37.331Z Downloaded slab v0.4.9
10612026-02-16T22:52:37.331Z Downloaded crossterm v0.28.1
10622026-02-16T22:52:37.334Z Downloaded papergrid v0.17.0
10632026-02-16T22:52:37.340Z Downloaded mio v1.0.2
10642026-02-16T22:52:37.344Z Downloaded scroll v0.13.0
10652026-02-16T22:52:37.348Z Downloaded sec1 v0.7.3
10662026-02-16T22:52:37.348Z Downloaded schemars_derive v0.8.22
10672026-02-16T22:52:37.351Z Downloaded rustls-pemfile v2.2.0
10682026-02-16T22:52:37.351Z Downloaded jiff-static v0.2.15
10692026-02-16T22:52:37.353Z Downloaded siphasher v1.0.1
10702026-02-16T22:52:37.353Z Downloaded siphasher v0.3.11
10712026-02-16T22:52:37.356Z Downloaded secrecy v0.10.3
10722026-02-16T22:52:37.356Z Downloaded sct v0.7.1
10732026-02-16T22:52:37.359Z Downloaded hyper-util v0.1.19
10742026-02-16T22:52:37.363Z Downloaded http v1.4.0
10752026-02-16T22:52:37.366Z Downloaded rustls-pemfile v1.0.4
10762026-02-16T22:52:37.369Z Downloaded rustls-native-certs v0.8.1
10772026-02-16T22:52:37.372Z Downloaded postgres-types v0.2.9
10782026-02-16T22:52:37.375Z Downloaded hashbrown v0.13.2
10792026-02-16T22:52:37.378Z Downloaded seq-macro v0.3.6
10802026-02-16T22:52:37.378Z Downloaded papergrid v0.14.0
10812026-02-16T22:52:37.382Z Downloaded expectorate v1.2.0
10822026-02-16T22:52:37.385Z Downloaded libgit2-sys v0.18.2+1.9.1
10832026-02-16T22:52:37.435Z Downloaded scopeguard v1.2.0
10842026-02-16T22:52:37.438Z Downloaded progenitor-impl v0.8.0
10852026-02-16T22:52:37.439Z Downloaded crossterm v0.29.0
10862026-02-16T22:52:37.444Z Downloaded rand_core v0.6.4
10872026-02-16T22:52:37.447Z Downloaded aes-gcm v0.10.3
10882026-02-16T22:52:37.454Z Downloaded parking_lot v0.11.2
10892026-02-16T22:52:37.457Z Downloaded p256 v0.13.2
10902026-02-16T22:52:37.457Z Downloaded rustc-hash v2.1.1
10912026-02-16T22:52:37.457Z Downloaded russh-cryptovec v0.7.3
10922026-02-16T22:52:37.457Z Downloaded rfc6979 v0.4.0
10932026-02-16T22:52:37.457Z Downloaded progenitor v0.10.0
10942026-02-16T22:52:37.457Z Downloaded peg v0.8.5
10952026-02-16T22:52:37.460Z Downloaded progenitor v0.11.2
10962026-02-16T22:52:37.462Z Downloaded primeorder v0.13.6
10972026-02-16T22:52:37.462Z Downloaded pkcs8 v0.10.2
10982026-02-16T22:52:37.466Z Downloaded hickory-resolver v0.25.2
10992026-02-16T22:52:37.469Z Downloaded pkg-config v0.3.31
11002026-02-16T22:52:37.471Z Downloaded indicatif v0.18.0
11012026-02-16T22:52:37.474Z Downloaded phf v0.12.1
11022026-02-16T22:52:37.474Z Downloaded omicron-zone-package v0.12.2
11032026-02-16T22:52:37.477Z Downloaded progenitor-client v0.10.0
11042026-02-16T22:52:37.477Z Downloaded phf v0.11.2
11052026-02-16T22:52:37.480Z Downloaded num-complex v0.4.6
11062026-02-16T22:52:37.483Z Downloaded heapless v0.7.17
11072026-02-16T22:52:37.486Z Downloaded headers v0.4.1
11082026-02-16T22:52:37.489Z Downloaded paste v1.0.15
11092026-02-16T22:52:37.492Z Downloaded parse-display-derive v0.10.0
11102026-02-16T22:52:37.496Z Downloaded memmap2 v0.9.8
11112026-02-16T22:52:37.496Z Downloaded fatfs v0.3.6
11122026-02-16T22:52:37.499Z Downloaded dropshot-api-manager v0.3.0
11132026-02-16T22:52:37.502Z Downloaded pem-rfc7468 v0.7.0
11142026-02-16T22:52:37.502Z Downloaded password-hash v0.5.0
11152026-02-16T22:52:37.504Z Downloaded parking_lot_core v0.9.10
11162026-02-16T22:52:37.507Z Downloaded parking_lot_core v0.8.6
11172026-02-16T22:52:37.507Z Downloaded packed_struct v0.10.1
11182026-02-16T22:52:37.510Z Downloaded pretty-hex v0.2.1
11192026-02-16T22:52:37.510Z Downloaded num-integer v0.1.46
11202026-02-16T22:52:37.510Z Downloaded litrs v0.4.1
11212026-02-16T22:52:37.513Z Downloaded oxnet v0.1.4
11222026-02-16T22:52:37.516Z Downloaded oxide-tokio-rt v0.1.2
11232026-02-16T22:52:37.516Z Downloaded indexmap v1.9.3
11242026-02-16T22:52:37.519Z Downloaded ignore v0.4.23
11252026-02-16T22:52:37.524Z Downloaded darling_core v0.21.0
11262026-02-16T22:52:37.527Z Downloaded lock_api v0.4.12
11272026-02-16T22:52:37.527Z Downloaded libz-rs-sys v0.5.1
11282026-02-16T22:52:37.527Z Downloaded futures v0.3.31
11292026-02-16T22:52:37.531Z Downloaded flate2 v1.1.2
11302026-02-16T22:52:37.535Z Downloaded derive_more-impl v2.0.1
11312026-02-16T22:52:37.539Z Downloaded darling_core v0.20.10
11322026-02-16T22:52:37.543Z Downloaded num_enum v0.5.11
11332026-02-16T22:52:37.548Z Downloaded bytes v1.11.1
11342026-02-16T22:52:37.552Z Downloaded bumpalo v3.16.0
11352026-02-16T22:52:37.555Z Downloaded hyper-rustls v0.27.7
11362026-02-16T22:52:37.557Z Downloaded half v2.4.1
11372026-02-16T22:52:37.560Z Downloaded multer v3.1.0
11382026-02-16T22:52:37.563Z Downloaded ipnet v2.11.0
11392026-02-16T22:52:37.563Z Downloaded pbkdf2 v0.11.0
11402026-02-16T22:52:37.566Z Downloaded parse-display v0.10.0
11412026-02-16T22:52:37.566Z Downloaded base64 v0.21.7
11422026-02-16T22:52:37.570Z Downloaded newtype-uuid v1.3.2
11432026-02-16T22:52:37.573Z Downloaded mime_guess v2.0.5
11442026-02-16T22:52:37.573Z Downloaded openssl-probe v0.1.5
11452026-02-16T22:52:37.573Z Downloaded iana-time-zone v0.1.63
11462026-02-16T22:52:37.576Z Downloaded httparse v1.9.5
11472026-02-16T22:52:37.579Z Downloaded derive_more v2.0.1
11482026-02-16T22:52:37.584Z Downloaded olpc-cjson v0.1.4
11492026-02-16T22:52:37.588Z Downloaded libefi-sys v0.1.0
11502026-02-16T22:52:37.588Z Downloaded flume v0.11.1
11512026-02-16T22:52:37.591Z Downloaded num_threads v0.1.7
11522026-02-16T22:52:37.591Z Downloaded num-conv v0.1.0
11532026-02-16T22:52:37.591Z Downloaded normalize-line-endings v0.3.0
11542026-02-16T22:52:37.593Z Downloaded compact_str v0.8.0
11552026-02-16T22:52:37.596Z Downloaded nodrop v0.1.14
11562026-02-16T22:52:37.596Z Downloaded jobserver v0.1.32
11572026-02-16T22:52:37.600Z Downloaded arc-swap v1.7.1
11582026-02-16T22:52:37.603Z Downloaded newline-converter v0.3.0
11592026-02-16T22:52:37.603Z Downloaded half v1.8.3
11602026-02-16T22:52:37.603Z Downloaded hmac v0.12.1
11612026-02-16T22:52:37.606Z Downloaded cookie_store v0.21.1
11622026-02-16T22:52:37.609Z Downloaded cookie v0.18.1
11632026-02-16T22:52:37.609Z Downloaded managed v0.8.0
11642026-02-16T22:52:37.609Z Downloaded lzss v0.8.2
11652026-02-16T22:52:37.612Z Downloaded lru-cache v0.1.2
11662026-02-16T22:52:37.612Z Downloaded lockfree-object-pool v0.1.6
11672026-02-16T22:52:37.615Z Downloaded maplit v1.0.2
11682026-02-16T22:52:37.615Z Downloaded der v0.7.10
11692026-02-16T22:52:37.619Z Downloaded memoffset v0.9.1
11702026-02-16T22:52:37.622Z Downloaded maybe-uninit v2.0.0
11712026-02-16T22:52:37.622Z Downloaded match_cfg v0.1.0
11722026-02-16T22:52:37.622Z Downloaded lazy_static v1.5.0
11732026-02-16T22:52:37.643Z Downloaded ingot v0.1.1
11742026-02-16T22:52:37.643Z Downloaded indoc v2.0.6
11752026-02-16T22:52:37.643Z Downloaded hickory-client v0.25.2
11762026-02-16T22:52:37.643Z Downloaded impl-trait-for-tuples v0.2.2
11772026-02-16T22:52:37.643Z Downloaded clang-sys v1.8.1
11782026-02-16T22:52:37.643Z Downloaded dropshot_endpoint v0.16.7
11792026-02-16T22:52:37.643Z Downloaded derive-where v1.5.0
11802026-02-16T22:52:37.646Z Downloaded base64 v0.22.1
11812026-02-16T22:52:37.647Z Downloaded http-body-util v0.1.3
11822026-02-16T22:52:37.647Z Downloaded getrandom v0.2.15
11832026-02-16T22:52:37.649Z Downloaded ecdsa v0.16.9
11842026-02-16T22:52:37.649Z Downloaded diff v0.1.13
11852026-02-16T22:52:37.652Z Downloaded bzip2 v0.4.4
11862026-02-16T22:52:37.655Z Downloaded instability v0.3.2
11872026-02-16T22:52:37.655Z Downloaded group v0.13.0
11882026-02-16T22:52:37.655Z Downloaded embedded-io v0.4.0
11892026-02-16T22:52:37.658Z Downloaded ciborium v0.2.2
11902026-02-16T22:52:37.661Z Downloaded bzip2 v0.5.2
11912026-02-16T22:52:37.661Z Downloaded instant v0.1.13
11922026-02-16T22:52:37.664Z Downloaded futures-channel v0.3.31
11932026-02-16T22:52:37.664Z Downloaded fs-err v2.11.0
11942026-02-16T22:52:37.667Z Downloaded darling v0.20.10
11952026-02-16T22:52:37.670Z Downloaded foreign-types-macros v0.2.3
11962026-02-16T22:52:37.670Z Downloaded const-oid v0.9.6
11972026-02-16T22:52:37.673Z Downloaded ident_case v1.0.1
11982026-02-16T22:52:37.673Z Downloaded crc32fast v1.4.2
11992026-02-16T22:52:37.673Z Downloaded console v0.16.0
12002026-02-16T22:52:37.676Z Downloaded colored v2.2.0
12012026-02-16T22:52:37.679Z Downloaded cancel-safe-futures v0.1.5
12022026-02-16T22:52:37.682Z Downloaded crypto-bigint v0.5.5
12032026-02-16T22:52:37.686Z Downloaded hubpack v0.1.2
12042026-02-16T22:52:37.689Z Downloaded drift v0.1.3
12052026-02-16T22:52:37.692Z Downloaded derive_more v0.99.20
12062026-02-16T22:52:37.696Z Downloaded daft-derive v0.1.4
12072026-02-16T22:52:37.700Z Downloaded base64 v0.13.1
12082026-02-16T22:52:37.703Z Downloaded http-body v1.0.1
12092026-02-16T22:52:37.705Z Downloaded globset v0.4.15
12102026-02-16T22:52:37.705Z Downloaded fixedbitset v0.5.7
12112026-02-16T22:52:37.708Z Downloaded defmt-macros v0.3.9
12122026-02-16T22:52:37.713Z Downloaded ctr v0.9.2
12132026-02-16T22:52:37.713Z Downloaded defmt v0.3.8
12142026-02-16T22:52:37.716Z Downloaded data-encoding v2.9.0
12152026-02-16T22:52:37.716Z Downloaded foldhash v0.2.0
12162026-02-16T22:52:37.716Z Downloaded erased-serde v0.3.31
12172026-02-16T22:52:37.719Z Downloaded blake2 v0.10.6
12182026-02-16T22:52:37.722Z Downloaded bitflags v1.3.2
12192026-02-16T22:52:37.725Z Downloaded bitfield v0.19.2
12202026-02-16T22:52:37.725Z Downloaded hostname v0.3.1
12212026-02-16T22:52:37.725Z Downloaded home v0.5.9
12222026-02-16T22:52:37.728Z Downloaded futures-executor v0.3.31
12232026-02-16T22:52:37.728Z Downloaded either v1.15.0
12242026-02-16T22:52:37.731Z Downloaded cmake v0.1.51
12252026-02-16T22:52:37.731Z Downloaded cipher v0.4.4
12262026-02-16T22:52:37.731Z Downloaded chacha20 v0.9.1
12272026-02-16T22:52:37.733Z Downloaded blowfish v0.9.1
12282026-02-16T22:52:37.733Z Downloaded heck v0.3.3
12292026-02-16T22:52:37.736Z Downloaded headers-core v0.3.0
12302026-02-16T22:52:37.736Z Downloaded hash32 v0.3.1
12312026-02-16T22:52:37.736Z Downloaded hash32 v0.2.1
12322026-02-16T22:52:37.739Z Downloaded futures-sink v0.3.31
12332026-02-16T22:52:37.739Z Downloaded futures-core v0.3.31
12342026-02-16T22:52:37.739Z Downloaded funty v2.0.0
12352026-02-16T22:52:37.742Z Downloaded foreign-types-shared v0.3.1
12362026-02-16T22:52:37.742Z Downloaded foreign-types-shared v0.1.1
12372026-02-16T22:52:37.742Z Downloaded float-ord v0.3.2
12382026-02-16T22:52:37.742Z Downloaded env_filter v0.1.2
12392026-02-16T22:52:37.745Z Downloaded endian-type v0.1.2
12402026-02-16T22:52:37.745Z Downloaded dropshot-api-manager-types v0.3.0
12412026-02-16T22:52:37.745Z Downloaded dirs-sys-next v0.1.2
12422026-02-16T22:52:37.745Z Downloaded deranged v0.5.3
12432026-02-16T22:52:37.748Z Downloaded convert_case v0.7.1
12442026-02-16T22:52:37.748Z Downloaded cobs v0.2.3
12452026-02-16T22:52:37.751Z Downloaded cexpr v0.6.0
12462026-02-16T22:52:37.751Z Downloaded cbc v0.1.2
12472026-02-16T22:52:37.754Z Downloaded foreign-types v0.5.0
12482026-02-16T22:52:37.754Z Downloaded dunce v1.0.5
12492026-02-16T22:52:37.754Z Downloaded allocator-api2 v0.2.21
12502026-02-16T22:52:37.757Z Downloaded const_format_proc_macros v0.2.34
12512026-02-16T22:52:37.760Z Downloaded cassowary v0.3.0
12522026-02-16T22:52:37.760Z Downloaded atty v0.2.14
12532026-02-16T22:52:37.760Z Downloaded argon2 v0.5.3
12542026-02-16T22:52:37.763Z Downloaded ed25519 v2.2.3
12552026-02-16T22:52:37.763Z Downloaded document-features v0.2.11
12562026-02-16T22:52:37.765Z Downloaded constant_time_eq v0.3.1
12572026-02-16T22:52:37.766Z Downloaded atomic-waker v1.1.2
12582026-02-16T22:52:37.769Z Downloaded dsl_auto_type v0.1.2
12592026-02-16T22:52:37.769Z Downloaded fxhash v0.2.1
12602026-02-16T22:52:37.769Z Downloaded futures-task v0.3.31
12612026-02-16T22:52:37.769Z Downloaded dyn-clone v1.0.20
12622026-02-16T22:52:37.773Z Downloaded base64ct v1.6.0
12632026-02-16T22:52:37.773Z Downloaded arrayvec v0.7.6
12642026-02-16T22:52:37.776Z Downloaded diesel_table_macro_syntax v0.2.0
12652026-02-16T22:52:37.776Z Downloaded darling_macro v0.21.0
12662026-02-16T22:52:37.776Z Downloaded darling_macro v0.20.10
12672026-02-16T22:52:37.776Z Downloaded embedded-io v0.6.1
12682026-02-16T22:52:37.779Z Downloaded dof v0.4.0
12692026-02-16T22:52:37.782Z Downloaded crc v3.2.1
12702026-02-16T22:52:37.785Z Downloaded ciborium-ll v0.2.2
12712026-02-16T22:52:37.785Z Downloaded cargo-platform v0.1.8
12722026-02-16T22:52:37.785Z Downloaded block-padding v0.3.3
12732026-02-16T22:52:37.787Z Downloaded der_derive v0.7.3
12742026-02-16T22:52:37.787Z Downloaded dtrace-parser v0.3.0
12752026-02-16T22:52:37.787Z Downloaded display-error-chain v0.2.2
12762026-02-16T22:52:37.790Z Downloaded difflib v0.4.0
12772026-02-16T22:52:37.790Z Downloaded crc-any v2.5.0
12782026-02-16T22:52:37.793Z Downloaded const_format v0.2.34
12792026-02-16T22:52:37.796Z Downloaded cargo_metadata v0.19.2
12802026-02-16T22:52:37.796Z Downloaded buf-list v1.0.3
12812026-02-16T22:52:37.799Z Downloaded bit-vec v0.8.0
12822026-02-16T22:52:37.802Z Downloaded async-trait v0.1.89
12832026-02-16T22:52:37.804Z Downloaded dirs-next v2.0.0
12842026-02-16T22:52:37.805Z Downloaded debug-ignore v1.0.5
12852026-02-16T22:52:37.807Z Downloaded curve25519-dalek-derive v0.1.1
12862026-02-16T22:52:37.807Z Downloaded ciborium-io v0.2.2
12872026-02-16T22:52:37.807Z Downloaded cfg_aliases v0.2.1
12882026-02-16T22:52:37.807Z Downloaded bcrypt-pbkdf v0.10.0
12892026-02-16T22:52:37.810Z Downloaded async-stream-impl v0.3.6
12902026-02-16T22:52:37.810Z Downloaded cstr-argument v0.1.2
12912026-02-16T22:52:37.810Z Downloaded crc8 v0.1.1
12922026-02-16T22:52:37.810Z Downloaded convert_case v0.4.0
12932026-02-16T22:52:37.813Z Downloaded cfg_aliases v0.1.1
12942026-02-16T22:52:37.813Z Downloaded bb8 v0.8.5
12952026-02-16T22:52:37.813Z Downloaded crunchy v0.2.2
12962026-02-16T22:52:37.814Z Downloaded bcs v0.1.6
12972026-02-16T22:52:37.817Z Downloaded bitfield-struct v0.6.2
12982026-02-16T22:52:37.817Z Downloaded async-stream v0.3.6
12992026-02-16T22:52:37.821Z Downloaded array-init v0.0.4
13002026-02-16T22:52:37.821Z Downloaded derive-ex v0.1.8
13012026-02-16T22:52:37.821Z Downloaded crucible-workspace-hack v0.1.0
13022026-02-16T22:52:37.821Z Downloaded crossbeam-deque v0.8.5
13032026-02-16T22:52:37.823Z Downloaded ahash v0.8.12
13042026-02-16T22:52:37.823Z Downloaded bit-vec v0.6.3
13052026-02-16T22:52:37.826Z Downloaded csv-core v0.1.11
13062026-02-16T22:52:37.826Z Downloaded base16ct v0.2.0
13072026-02-16T22:52:37.829Z Downloaded addr2line v0.24.2
13082026-02-16T22:52:37.829Z Downloaded async-bb8-diesel v0.2.1
13092026-02-16T22:52:37.832Z Downloaded bitfield-macros v0.19.2
13102026-02-16T22:52:37.832Z Downloaded assert_matches v1.5.0
13112026-02-16T22:52:37.832Z Downloaded adler2 v2.0.0
13122026-02-16T22:52:37.835Z Downloaded bit-set v0.8.0
13132026-02-16T22:52:37.835Z Downloaded ascii-canvas v3.0.0
13142026-02-16T22:52:37.835Z Downloaded aead v0.5.2
13152026-02-16T22:52:38.113Z Downloaded aws-lc-sys v0.26.0
13162026-02-16T22:52:38.419Z Compiling value-bag v1.12.0
13172026-02-16T22:52:38.419Z Compiling lock_api v0.4.12
13182026-02-16T22:52:38.419Z Compiling scopeguard v1.2.0
13192026-02-16T22:52:38.423Z Compiling shlex v1.3.0
13202026-02-16T22:52:38.423Z Compiling typenum v1.17.0
13212026-02-16T22:52:38.423Z Compiling syn v2.0.114
13222026-02-16T22:52:38.588Z Compiling getrandom v0.2.15
13232026-02-16T22:52:38.591Z Compiling jobserver v0.1.32
13242026-02-16T22:52:38.729Z Compiling smallvec v1.15.1
13252026-02-16T22:52:38.976Z Compiling log v0.4.29
13262026-02-16T22:52:39.044Z Compiling rand_core v0.6.4
13272026-02-16T22:52:39.112Z Compiling cc v1.2.30
13282026-02-16T22:52:39.134Z Compiling generic-array v0.14.7
13292026-02-16T22:52:39.436Z Compiling subtle v2.6.1
13302026-02-16T22:52:39.476Z Compiling portable-atomic v1.11.0
13312026-02-16T22:52:39.562Z Compiling const-oid v0.9.6
13322026-02-16T22:52:39.583Z Compiling critical-section v1.1.3
13332026-02-16T22:52:39.706Z Compiling serde_json v1.0.149
13342026-02-16T22:52:39.754Z Compiling getrandom v0.3.4
13352026-02-16T22:52:39.779Z Compiling pkg-config v0.3.31
13362026-02-16T22:52:40.086Z Compiling spin v0.9.8
13372026-02-16T22:52:40.594Z Compiling parking_lot_core v0.9.10
13382026-02-16T22:52:41.078Z Compiling regex-syntax v0.8.5
13392026-02-16T22:52:41.117Z Compiling pin-project-lite v0.2.14
13402026-02-16T22:52:41.270Z Compiling libm v0.2.8
13412026-02-16T22:52:41.639Z Compiling rustix v0.38.37
13422026-02-16T22:52:41.763Z Compiling signal-hook-registry v1.4.2
13432026-02-16T22:52:41.971Z Compiling once_cell v1.21.3
13442026-02-16T22:52:42.338Z Compiling num-traits v0.2.19
13452026-02-16T22:52:42.394Z Compiling allocator-api2 v0.2.21
13462026-02-16T22:52:42.494Z Compiling parking_lot v0.12.3
13472026-02-16T22:52:42.962Z Compiling mio v1.0.2
13482026-02-16T22:52:43.118Z Compiling futures-core v0.3.31
13492026-02-16T22:52:43.235Z Compiling lazy_static v1.5.0
13502026-02-16T22:52:43.368Z Compiling aho-corasick v1.1.3
13512026-02-16T22:52:43.391Z Compiling percent-encoding v2.3.2
13522026-02-16T22:52:43.414Z Compiling socket2 v0.6.1
13532026-02-16T22:52:43.817Z Compiling slab v0.4.9
13542026-02-16T22:52:44.059Z Compiling cpufeatures v0.2.14
13552026-02-16T22:52:44.172Z Compiling either v1.15.0
13562026-02-16T22:52:44.193Z Compiling futures-sink v0.3.31
13572026-02-16T22:52:44.370Z Compiling glob v0.3.2
13582026-02-16T22:52:44.415Z Compiling futures-channel v0.3.31
13592026-02-16T22:52:44.624Z Compiling hashbrown v0.16.1
13602026-02-16T22:52:44.689Z Compiling futures-task v0.3.31
13612026-02-16T22:52:44.841Z Compiling futures-io v0.3.31
13622026-02-16T22:52:45.012Z Compiling pin-utils v0.1.0
13632026-02-16T22:52:45.117Z Compiling rustversion v1.0.22
13642026-02-16T22:52:45.140Z Compiling prettyplease v0.2.36
13652026-02-16T22:52:45.166Z Compiling clang-sys v1.8.1
13662026-02-16T22:52:45.559Z Compiling regex-automata v0.4.11
13672026-02-16T22:52:45.634Z Compiling minimal-lexical v0.2.1
13682026-02-16T22:52:45.900Z Compiling indexmap v2.13.0
13692026-02-16T22:52:45.941Z Compiling libloading v0.8.5
13702026-02-16T22:52:46.137Z Compiling synstructure v0.13.1
13712026-02-16T22:52:46.331Z Compiling nom v7.1.3
13722026-02-16T22:52:47.078Z Compiling home v0.5.9
13732026-02-16T22:52:47.171Z Compiling bindgen v0.69.5
13742026-02-16T22:52:47.303Z Compiling base64ct v1.6.0
13752026-02-16T22:52:47.419Z Compiling ident_case v1.0.1
13762026-02-16T22:52:47.886Z Compiling pem-rfc7468 v0.7.0
13772026-02-16T22:52:47.906Z Compiling itertools v0.12.1
13782026-02-16T22:52:48.168Z Compiling form_urlencoded v1.2.2
13792026-02-16T22:52:48.496Z Compiling flagset v0.4.6
13802026-02-16T22:52:48.547Z Compiling rustc-hash v1.1.0
13812026-02-16T22:52:48.725Z Compiling lazycell v1.3.0
13822026-02-16T22:52:48.746Z Compiling rand_core v0.9.3
13832026-02-16T22:52:48.924Z Compiling cmake v0.1.51
13842026-02-16T22:52:49.329Z Compiling dunce v1.0.5
13852026-02-16T22:52:49.487Z Compiling cexpr v0.6.0
13862026-02-16T22:52:49.761Z Compiling foldhash v0.1.5
13872026-02-16T22:52:49.787Z Compiling fs_extra v1.3.0
13882026-02-16T22:52:50.078Z Compiling iana-time-zone v0.1.63
13892026-02-16T22:52:50.362Z Compiling paste v1.0.15
13902026-02-16T22:52:50.479Z Compiling hashbrown v0.15.4
13912026-02-16T22:52:50.522Z Compiling rustc_version v0.4.1
13922026-02-16T22:52:50.810Z Compiling uuid v1.19.0
13932026-02-16T22:52:50.952Z Compiling regex v1.11.3
13942026-02-16T22:52:51.086Z Compiling vcpkg v0.2.15
13952026-02-16T22:52:51.125Z Compiling serde_derive v1.0.228
13962026-02-16T22:52:51.193Z Compiling zeroize_derive v1.4.2
13972026-02-16T22:52:51.722Z Compiling zerofrom-derive v0.1.4
13982026-02-16T22:52:51.907Z Compiling yoke-derive v0.7.4
13992026-02-16T22:52:52.283Z Compiling zerovec-derive v0.10.3
14002026-02-16T22:52:52.620Z Compiling zeroize v1.8.1
14012026-02-16T22:52:52.781Z Compiling displaydoc v0.2.5
14022026-02-16T22:52:54.409Z Compiling crypto-common v0.1.6
14032026-02-16T22:52:54.473Z Compiling block-buffer v0.10.4
14042026-02-16T22:52:54.640Z Compiling icu_provider_macros v1.5.0
14052026-02-16T22:52:54.672Z Compiling zerocopy-derive v0.7.35
14062026-02-16T22:52:54.759Z Compiling digest v0.10.7
14072026-02-16T22:52:54.783Z Compiling tokio-macros v2.6.0
14082026-02-16T22:52:55.209Z Compiling zerofrom v0.1.4
14092026-02-16T22:52:55.302Z Compiling hmac v0.12.1
14102026-02-16T22:52:55.508Z Compiling yoke v0.7.4
14112026-02-16T22:52:55.583Z Compiling thiserror-impl v2.0.18
14122026-02-16T22:52:55.716Z Compiling block-padding v0.3.3
14132026-02-16T22:52:55.881Z Compiling futures-macro v0.3.31
14142026-02-16T22:52:55.920Z Compiling zerovec v0.10.4
14152026-02-16T22:52:55.987Z Compiling inout v0.1.3
14162026-02-16T22:52:56.287Z Compiling cipher v0.4.4
14172026-02-16T22:52:56.371Z Compiling sha2 v0.10.9
14182026-02-16T22:52:56.618Z Compiling zerocopy v0.7.35
14192026-02-16T22:52:56.837Z Compiling der_derive v0.7.3
14202026-02-16T22:52:57.692Z Compiling tinystr v0.7.6
14212026-02-16T22:52:57.842Z Compiling icu_collections v1.5.0
14222026-02-16T22:52:57.947Z Compiling futures-util v0.3.31
14232026-02-16T22:52:58.077Z Compiling icu_locid v1.5.0
14242026-02-16T22:52:58.100Z Compiling ppv-lite86 v0.2.20
14252026-02-16T22:52:58.379Z Compiling serde v1.0.228
14262026-02-16T22:52:58.742Z Compiling thiserror v2.0.18
14272026-02-16T22:52:58.889Z Compiling pest v2.8.2
14282026-02-16T22:52:58.911Z Compiling salsa20 v0.10.2
14292026-02-16T22:52:59.078Z Compiling der v0.7.10
14302026-02-16T22:52:59.080Z Compiling pbkdf2 v0.12.2
14312026-02-16T22:52:59.141Z Compiling icu_provider v1.5.0
14322026-02-16T22:52:59.287Z Compiling zerocopy v0.8.27
14332026-02-16T22:52:59.625Z Compiling bitflags v2.9.4
14342026-02-16T22:52:59.855Z Compiling bytes v1.11.1
14352026-02-16T22:53:00.078Z Compiling icu_locid_transform v1.5.0
14362026-02-16T22:53:00.106Z Compiling chrono v0.4.43
14372026-02-16T22:53:00.269Z Compiling scrypt v0.11.0
14382026-02-16T22:53:00.767Z Compiling rand_chacha v0.9.0
14392026-02-16T22:53:01.445Z Compiling tokio v1.49.0
14402026-02-16T22:53:01.997Z Compiling icu_properties v1.5.1
14412026-02-16T22:53:02.112Z Compiling spki v0.7.3
14422026-02-16T22:53:02.376Z Compiling pest_meta v2.8.2
14432026-02-16T22:53:02.484Z Compiling http v1.4.0
14442026-02-16T22:53:02.506Z Compiling cbc v0.1.2
14452026-02-16T22:53:02.777Z Compiling aes v0.8.4
14462026-02-16T22:53:03.478Z Compiling openssl-sys v0.9.109
14472026-02-16T22:53:03.569Z Compiling zerocopy-derive v0.8.27
14482026-02-16T22:53:04.590Z Compiling which v4.4.2
14492026-02-16T22:53:05.111Z Compiling pkcs5 v0.7.1
14502026-02-16T22:53:05.571Z Compiling pest_generator v2.8.2
14512026-02-16T22:53:05.761Z Compiling icu_normalizer v1.5.0
14522026-02-16T22:53:06.222Z Compiling rand v0.9.2
14532026-02-16T22:53:06.598Z Compiling tracing-attributes v0.1.27
14542026-02-16T22:53:06.705Z Compiling idna_adapter v1.2.0
14552026-02-16T22:53:06.958Z Compiling idna v1.0.3
14562026-02-16T22:53:07.288Z Compiling serde_derive_internals v0.29.1
14572026-02-16T22:53:07.433Z Compiling ring v0.17.14
14582026-02-16T22:53:08.071Z Compiling url v2.5.4
14592026-02-16T22:53:08.429Z Compiling tracing-core v0.1.32
14602026-02-16T22:53:08.542Z Compiling rustix v1.1.3
14612026-02-16T22:53:09.277Z Compiling schemars v0.8.22
14622026-02-16T22:53:09.521Z Compiling adler2 v2.0.0
14632026-02-16T22:53:09.635Z Compiling aws-lc-rs v1.12.4
14642026-02-16T22:53:09.718Z Compiling miniz_oxide v0.8.5
14652026-02-16T22:53:09.751Z Compiling schemars_derive v0.8.22
14662026-02-16T22:53:09.793Z Compiling tracing v0.1.40
14672026-02-16T22:53:10.108Z Compiling pest_derive v2.8.2
14682026-02-16T22:53:10.344Z Compiling tokio-util v0.7.15
14692026-02-16T22:53:10.690Z Compiling pkcs8 v0.10.2
14702026-02-16T22:53:10.951Z Compiling http-body v1.0.1
14712026-02-16T22:53:11.192Z Compiling scroll_derive v0.13.1
14722026-02-16T22:53:11.209Z Compiling darling_core v0.20.10
14732026-02-16T22:53:11.369Z Compiling base64 v0.22.1
14742026-02-16T22:53:12.041Z Compiling tinyvec_macros v0.1.1
14752026-02-16T22:53:12.158Z Compiling dyn-clone v1.0.20
14762026-02-16T22:53:12.399Z Compiling httparse v1.9.5
14772026-02-16T22:53:12.501Z Compiling rustls-pki-types v1.10.0
14782026-02-16T22:53:13.034Z Compiling scroll v0.13.0
14792026-02-16T22:53:13.145Z Compiling tinyvec v1.8.0
14802026-02-16T22:53:13.547Z Compiling bzip2-sys v0.1.13+1.0.8
14812026-02-16T22:53:14.086Z Compiling zstd-sys v2.0.14+zstd.1.5.7
14822026-02-16T22:53:14.669Z Compiling num-conv v0.1.0
14832026-02-16T22:53:14.847Z Compiling tower-layer v0.3.3
14842026-02-16T22:53:14.975Z Compiling foreign-types-shared v0.1.1
14852026-02-16T22:53:15.115Z Compiling untrusted v0.9.0
14862026-02-16T22:53:15.143Z Compiling openssl-probe v0.1.5
14872026-02-16T22:53:15.340Z Compiling atomic-waker v1.1.2
14882026-02-16T22:53:15.483Z Compiling tower-service v0.3.3
14892026-02-16T22:53:15.509Z Compiling time-core v0.1.6
14902026-02-16T22:53:15.545Z Compiling try-lock v0.2.5
14912026-02-16T22:53:15.568Z Compiling powerfmt v0.2.0
14922026-02-16T22:53:15.642Z Compiling untrusted v0.7.1
14932026-02-16T22:53:15.727Z Compiling openssl v0.10.73
14942026-02-16T22:53:15.811Z Compiling time-macros v0.2.24
14952026-02-16T22:53:15.835Z Compiling tempfile v3.24.0
14962026-02-16T22:53:15.863Z Compiling deranged v0.5.3
14972026-02-16T22:53:15.938Z Compiling want v0.3.1
14982026-02-16T22:53:16.244Z Compiling h2 v0.4.6
14992026-02-16T22:53:16.395Z Compiling foreign-types v0.3.2
15002026-02-16T22:53:16.932Z Compiling darling_macro v0.20.10
15012026-02-16T22:53:17.795Z Compiling darling v0.20.10
15022026-02-16T22:53:17.915Z Compiling goblin v0.10.2
15032026-02-16T22:53:18.515Z Compiling ipnet v2.11.0
15042026-02-16T22:53:18.672Z Compiling openssl-macros v0.1.1
15052026-02-16T22:53:19.457Z Compiling wait-timeout v0.2.0
15062026-02-16T22:53:19.700Z Compiling usdt-impl v0.6.0
15072026-02-16T22:53:19.702Z Compiling bit-vec v0.8.0
15082026-02-16T22:53:19.949Z Compiling num_threads v0.1.7
15092026-02-16T22:53:20.078Z Compiling quick-error v1.2.3
15102026-02-16T22:53:20.098Z Compiling rustls v0.23.19
15112026-02-16T22:53:20.175Z Compiling httpdate v1.0.3
15122026-02-16T22:53:20.273Z Compiling native-tls v0.2.12
15132026-02-16T22:53:20.342Z Compiling gimli v0.31.1
15142026-02-16T22:53:20.453Z Compiling crossbeam-utils v0.8.21
15152026-02-16T22:53:20.603Z Compiling syn v1.0.109
15162026-02-16T22:53:20.684Z Compiling rusty-fork v0.3.0
15172026-02-16T22:53:21.093Z Compiling bit-set v0.8.0
15182026-02-16T22:53:21.312Z Compiling time v0.3.43
15192026-02-16T22:53:21.554Z Compiling derive_builder_core v0.20.2
15202026-02-16T22:53:23.608Z Compiling hyper v1.8.1
15212026-02-16T22:53:25.078Z Compiling dof v0.4.0
15222026-02-16T22:53:25.101Z Compiling addr2line v0.24.2
15232026-02-16T22:53:25.807Z Compiling unicode-normalization v0.1.24
15242026-02-16T22:53:25.831Z Compiling dtrace-parser v0.3.0
15252026-02-16T22:53:26.811Z Compiling signature v2.2.0
15262026-02-16T22:53:27.132Z Compiling heapless v0.7.17
15272026-02-16T22:53:27.259Z Compiling thiserror-impl v1.0.69
15282026-02-16T22:53:27.295Z Compiling scroll_derive v0.12.0
15292026-02-16T22:53:27.588Z Compiling rand_xorshift v0.4.0
15302026-02-16T22:53:27.650Z Compiling darling_core v0.21.0
15312026-02-16T22:53:27.880Z Compiling slog v2.8.2
15322026-02-16T22:53:28.229Z Compiling thread-id v5.0.0
15332026-02-16T22:53:28.363Z Compiling cookie v0.18.1
15342026-02-16T22:53:28.686Z Compiling object v0.36.5
15352026-02-16T22:53:28.709Z Compiling crc32fast v1.4.2
15362026-02-16T22:53:28.773Z Compiling signal-hook v0.3.18
15372026-02-16T22:53:28.796Z Compiling zlib-rs v0.5.1
15382026-02-16T22:53:29.048Z Compiling unicode-bidi v0.3.17
15392026-02-16T22:53:29.078Z Compiling unicode-properties v0.1.3
15402026-02-16T22:53:29.497Z Compiling siphasher v0.3.11
15412026-02-16T22:53:29.865Z Compiling anyhow v1.0.99
15422026-02-16T22:53:30.049Z Compiling rustc-demangle v0.1.24
15432026-02-16T22:53:30.283Z Compiling unarray v0.1.4
15442026-02-16T22:53:30.443Z Compiling zstd-safe v7.2.3
15452026-02-16T22:53:30.682Z Compiling proptest v1.7.0
15462026-02-16T22:53:30.836Z Compiling thiserror v1.0.69
15472026-02-16T22:53:30.901Z Compiling phf_shared v0.11.2
15482026-02-16T22:53:30.932Z Compiling stringprep v0.1.5
15492026-02-16T22:53:31.096Z Compiling scroll v0.12.0
15502026-02-16T22:53:31.980Z Compiling hyper-util v0.1.19
15512026-02-16T22:53:32.335Z Compiling derive_builder_macro v0.20.2
15522026-02-16T22:53:33.701Z Compiling darling_macro v0.21.0
15532026-02-16T22:53:34.313Z Compiling ipnetwork v0.21.1
15542026-02-16T22:53:34.620Z Compiling serde_tokenstream v0.2.2
15552026-02-16T22:53:35.178Z Compiling backtrace v0.3.74
15562026-02-16T22:53:35.238Z Compiling libz-rs-sys v0.5.1
15572026-02-16T22:53:35.561Z Compiling erased-serde v0.3.31
15582026-02-16T22:53:35.785Z Compiling toml_datetime v0.6.11
15592026-02-16T22:53:35.974Z Compiling serde_spanned v0.6.9
15602026-02-16T22:53:36.034Z Compiling rand_chacha v0.3.1
15612026-02-16T22:53:36.251Z Compiling md-5 v0.10.6
15622026-02-16T22:53:36.319Z Compiling curve25519-dalek v4.1.3
15632026-02-16T22:53:36.553Z Compiling vergen-lib v0.1.6
15642026-02-16T22:53:36.832Z Compiling num-integer v0.1.46
15652026-02-16T22:53:36.894Z Compiling sync_wrapper v1.0.1
15662026-02-16T22:53:37.038Z Compiling ff v0.13.0
15672026-02-16T22:53:37.080Z Compiling hash32 v0.2.1
15682026-02-16T22:53:37.288Z Compiling memoffset v0.9.1
15692026-02-16T22:53:37.448Z Compiling litrs v0.4.1
15702026-02-16T22:53:37.564Z Compiling ref-cast v1.0.25
15712026-02-16T22:53:37.643Z Compiling base16ct v0.2.0
15722026-02-16T22:53:37.982Z Compiling cfg_aliases v0.2.1
15732026-02-16T22:53:38.005Z Compiling num-bigint-dig v0.8.6
15742026-02-16T22:53:38.061Z Compiling psl-types v2.0.11
15752026-02-16T22:53:38.106Z Compiling smoltcp v0.9.1
15762026-02-16T22:53:38.156Z Compiling fallible-iterator v0.2.0
15772026-02-16T22:53:38.283Z Compiling publicsuffix v2.3.0
15782026-02-16T22:53:38.470Z Compiling nix v0.29.0
15792026-02-16T22:53:38.508Z Compiling document-features v0.2.11
15802026-02-16T22:53:38.582Z Compiling sec1 v0.7.3
15812026-02-16T22:53:38.795Z Compiling postgres-protocol v0.6.8
15822026-02-16T22:53:39.163Z Compiling num-iter v0.1.45
15832026-02-16T22:53:39.318Z Compiling group v0.13.0
15842026-02-16T22:53:39.382Z Compiling tower v0.5.2
15852026-02-16T22:53:39.827Z Compiling newtype-uuid v1.3.2
15862026-02-16T22:53:39.914Z Compiling rand v0.8.5
15872026-02-16T22:53:40.445Z Compiling flate2 v1.1.2
15882026-02-16T22:53:40.558Z Compiling oxnet v0.1.4
15892026-02-16T22:53:40.734Z Compiling darling v0.21.0
15902026-02-16T22:53:40.852Z Compiling derive_builder v0.20.2
15912026-02-16T22:53:40.873Z Compiling tokio-native-tls v0.3.1
15922026-02-16T22:53:41.054Z Compiling goblin v0.8.2
15932026-02-16T22:53:41.851Z Compiling rustls-native-certs v0.8.1
15942026-02-16T22:53:42.345Z Compiling webpki-roots v1.0.1
15952026-02-16T22:53:42.348Z Compiling http-body-util v0.1.3
15962026-02-16T22:53:42.349Z Compiling strum_macros v0.27.2
15972026-02-16T22:53:42.349Z Compiling terminal_size v0.4.0
15982026-02-16T22:53:42.405Z Compiling cargo-platform v0.1.8
15992026-02-16T22:53:42.584Z Compiling hkdf v0.12.4
16002026-02-16T22:53:42.659Z Compiling crypto-bigint v0.5.5
16012026-02-16T22:53:42.859Z Compiling curve25519-dalek-derive v0.1.1
16022026-02-16T22:53:42.934Z Compiling async-trait v0.1.89
16032026-02-16T22:53:44.279Z Compiling daft-derive v0.1.4
16042026-02-16T22:53:44.423Z Compiling hubpack_derive v0.1.1
16052026-02-16T22:53:45.372Z Compiling ref-cast-impl v1.0.25
16062026-02-16T22:53:45.528Z Compiling vergen v9.0.6
16072026-02-16T22:53:45.876Z Compiling ahash v0.8.12
16082026-02-16T22:53:45.915Z Compiling fs-err v3.1.1
16092026-02-16T22:53:46.249Z Compiling buf-list v1.0.3
16102026-02-16T22:53:46.295Z Compiling lockfree-object-pool v0.1.6
16112026-02-16T22:53:46.448Z Compiling ryu v1.0.18
16122026-02-16T22:53:46.575Z Compiling iri-string v0.7.8
16132026-02-16T22:53:46.820Z Compiling unicode-segmentation v1.12.0
16142026-02-16T22:53:46.875Z Compiling simd-adler32 v0.3.7
16152026-02-16T22:53:47.152Z Compiling managed v0.8.0
16162026-02-16T22:53:47.427Z Compiling winnow v0.5.40
16172026-02-16T22:53:47.629Z Compiling bitflags v1.3.2
16182026-02-16T22:53:47.685Z Compiling bumpalo v3.16.0
16192026-02-16T22:53:48.183Z Compiling zopfli v0.8.1
16202026-02-16T22:53:48.574Z Compiling clap_builder v4.5.48
16212026-02-16T22:53:49.746Z Compiling tower-http v0.6.6
16222026-02-16T22:53:49.783Z Compiling strum v0.27.2
16232026-02-16T22:53:50.076Z Compiling dof v0.3.0
16242026-02-16T22:53:50.131Z Compiling serde_urlencoded v0.7.1
16252026-02-16T22:53:50.680Z Compiling daft v0.1.4
16262026-02-16T22:53:50.763Z Compiling toml_edit v0.19.15
16272026-02-16T22:53:50.804Z Compiling elliptic-curve v0.13.8
16282026-02-16T22:53:51.049Z Compiling hubpack v0.1.2
16292026-02-16T22:53:51.486Z Compiling cargo_metadata v0.19.2
16302026-02-16T22:53:51.659Z Compiling hyper-tls v0.6.0
16312026-02-16T22:53:51.930Z Compiling signal-hook-mio v0.2.4
16322026-02-16T22:53:52.055Z Compiling cookie_store v0.21.1
16332026-02-16T22:53:52.111Z Compiling zstd v0.13.3
16342026-02-16T22:53:54.341Z Compiling serde_with_macros v3.16.1
16352026-02-16T22:53:54.873Z Compiling postgres-types v0.2.9
16362026-02-16T22:53:56.317Z Compiling usdt-attr-macro v0.6.0
16372026-02-16T22:53:56.614Z Compiling usdt-macro v0.6.0
16382026-02-16T22:53:56.920Z Compiling phf v0.11.2
16392026-02-16T22:53:57.214Z Compiling dtrace-parser v0.2.0
16402026-02-16T22:53:57.237Z Compiling ed25519 v2.2.3
16412026-02-16T22:53:57.479Z Compiling bzip2 v0.5.2
16422026-02-16T22:53:57.870Z Compiling bzip2 v0.4.4
16432026-02-16T22:53:57.896Z Compiling pkcs1 v0.7.5
16442026-02-16T22:53:58.076Z Compiling clap_derive v4.5.47
16452026-02-16T22:53:58.247Z Compiling strum_macros v0.26.4
16462026-02-16T22:53:58.814Z Compiling enum-as-inner v0.6.1
16472026-02-16T22:53:59.095Z Compiling serde-big-array v0.5.1
16482026-02-16T22:53:59.211Z Compiling hex v0.4.3
16492026-02-16T22:53:59.283Z Compiling rfc6979 v0.4.0
16502026-02-16T22:53:59.361Z Compiling serde_repr v0.1.19
16512026-02-16T22:53:59.495Z Compiling bstr v1.10.0
16522026-02-16T22:53:59.809Z Compiling float-cmp v0.10.0
16532026-02-16T22:53:59.835Z Compiling env_filter v0.1.2
16542026-02-16T22:54:00.068Z Compiling socket2 v0.5.10
16552026-02-16T22:54:00.524Z Compiling memmap2 v0.9.8
16562026-02-16T22:54:00.546Z Compiling encoding_rs v0.8.34
16572026-02-16T22:54:00.975Z Compiling whoami v1.5.2
16582026-02-16T22:54:01.002Z Compiling keccak v0.1.5
16592026-02-16T22:54:01.022Z Compiling fixedbitset v0.4.2
16602026-02-16T22:54:01.459Z Compiling mime v0.3.17
16612026-02-16T22:54:01.522Z Compiling jiff v0.2.15
16622026-02-16T22:54:01.990Z Compiling foldhash v0.2.0
16632026-02-16T22:54:02.405Z Compiling normalize-line-endings v0.3.0
16642026-02-16T22:54:02.499Z Compiling precomputed-hash v0.1.1
16652026-02-16T22:54:02.561Z Compiling predicates-core v1.0.8
16662026-02-16T22:54:02.635Z Compiling static_assertions v1.1.0
16672026-02-16T22:54:02.638Z Compiling new_debug_unreachable v1.0.6
16682026-02-16T22:54:02.754Z Compiling rustc-hash v2.1.1
16692026-02-16T22:54:02.779Z Compiling fixedbitset v0.5.7
16702026-02-16T22:54:02.876Z Compiling data-encoding v2.9.0
16712026-02-16T22:54:02.952Z Compiling difflib v0.4.0
16722026-02-16T22:54:03.140Z Compiling iddqd v0.3.16
16732026-02-16T22:54:03.426Z Compiling predicates v3.1.3
16742026-02-16T22:54:04.240Z Compiling hickory-proto v0.25.2
16752026-02-16T22:54:04.243Z Compiling petgraph v0.8.2
16762026-02-16T22:54:04.679Z Compiling string_cache v0.8.9
16772026-02-16T22:54:04.930Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
16782026-02-16T22:54:05.139Z Compiling strum v0.26.3
16792026-02-16T22:54:05.370Z Compiling toml_edit v0.22.27
16802026-02-16T22:54:05.837Z Compiling clap v4.5.48
16812026-02-16T22:54:05.976Z Compiling petgraph v0.6.5
16822026-02-16T22:54:06.155Z Compiling tokio-postgres v0.7.13
16832026-02-16T22:54:08.697Z Compiling zip v4.2.0
16842026-02-16T22:54:09.632Z Compiling sha3 v0.10.8
16852026-02-16T22:54:10.712Z Compiling usdt v0.6.0
16862026-02-16T22:54:10.935Z Compiling similar v2.7.0
16872026-02-16T22:54:11.208Z Compiling env_logger v0.11.8
16882026-02-16T22:54:11.531Z Compiling usdt-impl v0.5.0
16892026-02-16T22:54:11.609Z Compiling serde_with v3.16.1
16902026-02-16T22:54:11.961Z Compiling ecdsa v0.16.9
16912026-02-16T22:54:12.391Z Compiling rsa v0.9.8
16922026-02-16T22:54:12.833Z Compiling zip v0.6.6
16932026-02-16T22:54:12.860Z Compiling ed25519-dalek v2.1.1
16942026-02-16T22:54:13.235Z Compiling toml v0.7.8
16952026-02-16T22:54:14.233Z Compiling crossterm v0.28.1
16962026-02-16T22:54:15.512Z Compiling heck v0.4.1
16972026-02-16T22:54:15.533Z Compiling crossbeam-epoch v0.9.18
16982026-02-16T22:54:15.562Z Compiling tokio-stream v0.1.17
16992026-02-16T22:54:15.963Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
17002026-02-16T22:54:16.010Z Compiling x509-cert v0.2.5
17012026-02-16T22:54:16.043Z Compiling openapiv3 v2.2.0
17022026-02-16T22:54:16.236Z Compiling sha1 v0.10.6
17032026-02-16T22:54:16.406Z Compiling itertools v0.13.0
17042026-02-16T22:54:16.550Z Compiling itertools v0.10.5
17052026-02-16T22:54:16.683Z Compiling winnow v0.6.26
17062026-02-16T22:54:17.465Z Compiling peg-runtime v0.8.5
17072026-02-16T22:54:18.043Z Compiling lalrpop-util v0.19.12
17082026-02-16T22:54:18.420Z Compiling thread_local v1.1.8
17092026-02-16T22:54:18.916Z Compiling slog-async v2.8.0
17102026-02-16T22:54:19.028Z Compiling crossbeam-channel v0.5.15
17112026-02-16T22:54:19.464Z Compiling xattr v1.3.1
17122026-02-16T22:54:19.520Z Compiling futures-executor v0.3.31
17132026-02-16T22:54:19.753Z Compiling filetime v0.2.26
17142026-02-16T22:54:19.974Z Compiling is-terminal v0.4.13
17152026-02-16T22:54:20.016Z Compiling term v1.1.0
17162026-02-16T22:54:20.037Z Compiling take_mut v0.2.2
17172026-02-16T22:54:20.073Z Compiling tar v0.4.44
17182026-02-16T22:54:20.120Z Compiling futures v0.3.31
17192026-02-16T22:54:21.272Z Compiling slog-term v2.9.2
17202026-02-16T22:54:23.603Z Compiling aws-lc-sys v0.26.0
17212026-02-16T22:54:52.886Z Compiling rustls-webpki v0.102.8
17222026-02-16T22:54:57.606Z Compiling tokio-rustls v0.26.0
17232026-02-16T22:54:57.795Z Compiling hyper-rustls v0.27.7
17242026-02-16T22:54:58.098Z Compiling reqwest v0.12.24
17252026-02-16T22:55:01.969Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
17262026-02-16T22:55:02.268Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
17272026-02-16T22:55:06.893Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 32s
17282026-02-16T22:55:07.071Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control`
17292026-02-16T22:55:07.128ZFeb 16 22:55:06.869 INFO Starting download, target: Clickhouse
17302026-02-16T22:55:07.128ZFeb 16 22:55:06.870 INFO Starting download, target: Cockroach
17312026-02-16T22:55:07.131ZFeb 16 22:55:06.870 INFO Starting download, target: Console
17322026-02-16T22:55:07.131ZFeb 16 22:55:06.870 INFO Starting download, target: DendriteStub
17332026-02-16T22:55:07.131ZFeb 16 22:55:06.870 INFO Starting download, target: MaghemiteMgd
17342026-02-16T22:55:07.131ZFeb 16 22:55:06.870 INFO Starting download, target: TransceiverControl
17352026-02-16T22:55:07.131ZFeb 16 22:55:06.870 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
17362026-02-16T22:55:07.131ZFeb 16 22:55:06.870 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
17372026-02-16T22:55:07.131ZFeb 16 22:55:06.870 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
17382026-02-16T22:55:07.131ZFeb 16 22:55:06.870 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
17392026-02-16T22:55:07.131ZFeb 16 22:55:06.870 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
17402026-02-16T22:55:07.131ZFeb 16 22:55:06.870 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse
17412026-02-16T22:55:07.455ZFeb 16 22:55:07.141 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
17422026-02-16T22:55:07.833ZFeb 16 22:55:07.470 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
17432026-02-16T22:55:07.999ZFeb 16 22:55:07.583 INFO Download complete, target: TransceiverControl
17442026-02-16T22:55:08.238ZFeb 16 22:55:07.936 INFO Download complete, target: Console
17452026-02-16T22:55:08.884ZFeb 16 22:55:08.624 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
17462026-02-16T22:55:08.931ZFeb 16 22:55:08.672 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
17472026-02-16T22:55:09.027ZFeb 16 22:55:08.767 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse
17482026-02-16T22:55:09.662ZFeb 16 22:55:09.404 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
17492026-02-16T22:55:09.662ZFeb 16 22:55:09.404 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
17502026-02-16T22:55:12.838ZFeb 16 22:55:12.580 INFO Download complete, target: DendriteStub
17512026-02-16T22:55:12.937ZFeb 16 22:55:12.679 INFO Download complete, target: MaghemiteMgd
17522026-02-16T22:55:17.270ZFeb 16 22:55:17.010 INFO Checking that binary works, target: Cockroach
17532026-02-16T22:55:17.403ZFeb 16 22:55:17.144 INFO Download complete, target: Cockroach
17542026-02-16T22:55:19.817ZFeb 16 22:55:19.558 INFO Checking that binary works, target: Clickhouse
17552026-02-16T22:55:19.995ZFeb 16 22:55:19.737 INFO Download complete, target: Clickhouse
17562026-02-16T22:55:20.002ZAll prerequisites installed successfully
17572026-02-16T22:55:20.005Z
17582026-02-16T22:55:20.005Zreal 5:25.723686786
17592026-02-16T22:55:20.005Zuser 18:50.633593810
17602026-02-16T22:55:20.005Zsys 2:33.784927419
17612026-02-16T22:55:20.005Ztrap 0.691248417
17622026-02-16T22:55:20.005Ztflt 1.060991467
17632026-02-16T22:55:20.005Zdflt 1.065220764
17642026-02-16T22:55:20.005Zkflt 0.026911520
17652026-02-16T22:55:20.005Zlock 45:14.219810615
17662026-02-16T22:55:20.005Zslp 1:08:57.841292591
17672026-02-16T22:55:20.005Zlat 1:20.258134932
17682026-02-16T22:55:20.005Zstop 3:17.780603931
17692026-02-16T22:55:20.005Z+ ptime -m cargo xtask download softnpu
17702026-02-16T22:55:20.787Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s
17712026-02-16T22:55:20.819Z Running `target/debug/xtask download softnpu`
17722026-02-16T22:55:21.911Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.05s
17732026-02-16T22:55:21.970Z Running `target/debug/xtask-downloader softnpu`
17742026-02-16T22:55:22.014ZFeb 16 22:55:21.755 INFO Starting download, target: Softnpu
17752026-02-16T22:55:22.017ZFeb 16 22:55:21.756 INFO Downloading out/npuzone/npuzone (attempt 1/3), target: Softnpu
17762026-02-16T22:55:22.666ZFeb 16 22:55:22.407 INFO Download complete, target: Softnpu
17772026-02-16T22:55:22.670Z
17782026-02-16T22:55:22.674Zreal 2.661355487
17792026-02-16T22:55:22.674Zuser 1.677076163
17802026-02-16T22:55:22.674Zsys 0.733729723
17812026-02-16T22:55:22.674Ztrap 0.001821299
17822026-02-16T22:55:22.674Ztflt 0.000104439
17832026-02-16T22:55:22.674Zdflt 0.000192439
17842026-02-16T22:55:22.674Zkflt 0.000000000
17852026-02-16T22:55:22.674Zlock 6.980602223
17862026-02-16T22:55:22.674Zslp 0.507379362
17872026-02-16T22:55:22.674Zlat 0.090290348
17882026-02-16T22:55:22.674Zstop 0.000179294
17892026-02-16T22:55:22.674Z+ export CARGO_INCREMENTAL=0
17902026-02-16T22:55:22.674Z+ CARGO_INCREMENTAL=0
17912026-02-16T22:55:22.674Z+ ptime -m cargo run --locked --release --bin omicron-package -- -t test target create -p dev
17922026-02-16T22:55:23.964Z Compiling proc-macro2 v1.0.101
17932026-02-16T22:55:23.968Z Compiling unicode-ident v1.0.19
17942026-02-16T22:55:23.968Z Compiling libc v0.2.180
17952026-02-16T22:55:23.968Z Compiling serde_core v1.0.228
17962026-02-16T22:55:23.968Z Compiling serde v1.0.228
17972026-02-16T22:55:23.968Z Compiling autocfg v1.4.0
17982026-02-16T22:55:23.968Z Compiling cfg-if v1.0.4
17992026-02-16T22:55:24.296Z Compiling version_check v0.9.5
18002026-02-16T22:55:24.324Z Compiling memchr v2.7.4
18012026-02-16T22:55:24.425Z Compiling shlex v1.3.0
18022026-02-16T22:55:24.862Z Compiling value-bag v1.12.0
18032026-02-16T22:55:24.898Z Compiling lock_api v0.4.12
18042026-02-16T22:55:25.264Z Compiling log v0.4.29
18052026-02-16T22:55:25.382Z Compiling zmij v1.0.15
18062026-02-16T22:55:25.512Z Compiling typenum v1.17.0
18072026-02-16T22:55:25.849Z Compiling portable-atomic v1.11.0
18082026-02-16T22:55:26.127Z Compiling quote v1.0.40
18092026-02-16T22:55:26.375Z Compiling jobserver v0.1.32
18102026-02-16T22:55:26.401Z Compiling serde_json v1.0.149
18112026-02-16T22:55:26.496Z Compiling generic-array v0.14.7
18122026-02-16T22:55:26.685Z Compiling syn v2.0.114
18132026-02-16T22:55:26.705Z Compiling getrandom v0.3.4
18142026-02-16T22:55:26.758Z Compiling cc v1.2.30
18152026-02-16T22:55:26.847Z Compiling libm v0.2.8
18162026-02-16T22:55:27.030Z Compiling num-traits v0.2.19
18172026-02-16T22:55:27.311Z Compiling scopeguard v1.2.0
18182026-02-16T22:55:27.394Z Compiling parking_lot_core v0.9.10
18192026-02-16T22:55:27.417Z Compiling smallvec v1.15.1
18202026-02-16T22:55:27.831Z Compiling regex-syntax v0.8.5
18212026-02-16T22:55:27.939Z Compiling itoa v1.0.11
18222026-02-16T22:55:28.589Z Compiling getrandom v0.2.15
18232026-02-16T22:55:28.767Z Compiling pkg-config v0.3.31
18242026-02-16T22:55:29.024Z Compiling thiserror v2.0.18
18252026-02-16T22:55:29.378Z Compiling aho-corasick v1.1.3
18262026-02-16T22:55:29.400Z Compiling rustix v0.38.37
18272026-02-16T22:55:29.923Z Compiling errno v0.3.12
18282026-02-16T22:55:29.989Z Compiling stable_deref_trait v1.2.0
18292026-02-16T22:55:30.121Z Compiling either v1.15.0
18302026-02-16T22:55:30.165Z Compiling spin v0.9.8
18312026-02-16T22:55:30.277Z Compiling slab v0.4.9
18322026-02-16T22:55:30.337Z Compiling allocator-api2 v0.2.21
18332026-02-16T22:55:30.590Z Compiling equivalent v1.0.2
18342026-02-16T22:55:30.639Z Compiling semver v1.0.27
18352026-02-16T22:55:30.765Z Compiling lazy_static v1.5.0
18362026-02-16T22:55:31.288Z Compiling schemars v0.8.22
18372026-02-16T22:55:31.335Z Compiling regex-automata v0.4.11
18382026-02-16T22:55:32.931Z Compiling rand_core v0.6.4
18392026-02-16T22:55:33.347Z Compiling byteorder v1.5.0
18402026-02-16T22:55:33.372Z Compiling critical-section v1.1.3
18412026-02-16T22:55:33.556Z Compiling once_cell v1.21.3
18422026-02-16T22:55:33.874Z Compiling synstructure v0.13.1
18432026-02-16T22:55:34.079Z Compiling serde_derive_internals v0.29.1
18442026-02-16T22:55:34.772Z Compiling litemap v0.7.3
18452026-02-16T22:55:34.795Z Compiling subtle v2.6.1
18462026-02-16T22:55:35.130Z Compiling writeable v0.5.5
18472026-02-16T22:55:35.251Z Compiling glob v0.3.2
18482026-02-16T22:55:35.704Z Compiling prettyplease v0.2.36
18492026-02-16T22:55:35.850Z Compiling percent-encoding v2.3.2
18502026-02-16T22:55:35.948Z Compiling clang-sys v1.8.1
18512026-02-16T22:55:35.967Z Compiling pin-project-lite v0.2.14
18522026-02-16T22:55:36.237Z Compiling minimal-lexical v0.2.1
18532026-02-16T22:55:36.370Z Compiling fnv v1.0.7
18542026-02-16T22:55:36.506Z Compiling icu_locid_transform_data v1.5.0
18552026-02-16T22:55:36.640Z Compiling nom v7.1.3
18562026-02-16T22:55:37.704Z Compiling libloading v0.8.5
18572026-02-16T22:55:37.707Z Compiling regex v1.11.3
18582026-02-16T22:55:37.707Z Compiling home v0.5.9
18592026-02-16T22:55:37.707Z Compiling icu_properties_data v1.5.0
18602026-02-16T22:55:37.707Z Compiling serde_derive v1.0.228
18612026-02-16T22:55:37.707Z Compiling zeroize_derive v1.4.2
18622026-02-16T22:55:37.707Z Compiling zerofrom-derive v0.1.4
18632026-02-16T22:55:37.707Z Compiling yoke-derive v0.7.4
18642026-02-16T22:55:37.707Z Compiling zerovec-derive v0.10.3
18652026-02-16T22:55:37.725Z Compiling displaydoc v0.2.5
18662026-02-16T22:55:38.831Z Compiling icu_provider_macros v1.5.0
18672026-02-16T22:55:39.139Z Compiling tokio-macros v2.6.0
18682026-02-16T22:55:39.817Z Compiling zeroize v1.8.1
18692026-02-16T22:55:39.892Z Compiling thiserror-impl v2.0.18
18702026-02-16T22:55:39.895Z Compiling zerocopy-derive v0.7.35
18712026-02-16T22:55:40.225Z Compiling futures-macro v0.3.31
18722026-02-16T22:55:40.248Z Compiling schemars_derive v0.8.22
18732026-02-16T22:55:40.268Z Compiling zerofrom v0.1.4
18742026-02-16T22:55:40.509Z Compiling yoke v0.7.4
18752026-02-16T22:55:40.923Z Compiling zerovec v0.10.4
18762026-02-16T22:55:41.208Z Compiling bindgen v0.69.5
18772026-02-16T22:55:41.838Z Compiling cexpr v0.6.0
18782026-02-16T22:55:42.975Z Compiling tinystr v0.7.6
18792026-02-16T22:55:43.110Z Compiling icu_collections v1.5.0
18802026-02-16T22:55:43.199Z Compiling itertools v0.12.1
18812026-02-16T22:55:43.428Z Compiling icu_locid v1.5.0
18822026-02-16T22:55:43.648Z Compiling lazycell v1.3.0
18832026-02-16T22:55:43.848Z Compiling utf16_iter v1.0.5
18842026-02-16T22:55:44.031Z Compiling rustc-hash v1.1.0
18852026-02-16T22:55:44.149Z Compiling write16 v1.0.0
18862026-02-16T22:55:44.335Z Compiling utf8_iter v1.0.4
18872026-02-16T22:55:44.665Z Compiling heck v0.5.0
18882026-02-16T22:55:45.120Z Compiling icu_provider v1.5.0
18892026-02-16T22:55:45.380Z Compiling bitflags v2.9.4
18902026-02-16T22:55:45.489Z Compiling bytes v1.11.1
18912026-02-16T22:55:46.104Z Compiling icu_locid_transform v1.5.0
18922026-02-16T22:55:46.752Z Compiling paste v1.0.15
18932026-02-16T22:55:46.868Z Compiling icu_normalizer_data v1.5.0
18942026-02-16T22:55:47.329Z Compiling cmake v0.1.51
18952026-02-16T22:55:47.353Z Compiling signal-hook-registry v1.4.2
18962026-02-16T22:55:47.773Z Compiling icu_properties v1.5.1
18972026-02-16T22:55:47.796Z Compiling dunce v1.0.5
18982026-02-16T22:55:47.958Z Compiling fs_extra v1.3.0
18992026-02-16T22:55:48.106Z Compiling parking_lot v0.12.3
19002026-02-16T22:55:49.208Z Compiling crypto-common v0.1.6
19012026-02-16T22:55:49.452Z Compiling hashbrown v0.16.1
19022026-02-16T22:55:49.527Z Compiling mio v1.0.2
19032026-02-16T22:55:50.120Z Compiling which v4.4.2
19042026-02-16T22:55:51.081Z Compiling form_urlencoded v1.2.2
19052026-02-16T22:55:51.493Z Compiling const-oid v0.9.6
19062026-02-16T22:55:51.705Z Compiling icu_normalizer v1.5.0
19072026-02-16T22:55:51.935Z Compiling rustversion v1.0.22
19082026-02-16T22:55:52.655Z Compiling indexmap v2.13.0
19092026-02-16T22:55:52.821Z Compiling idna_adapter v1.2.0
19102026-02-16T22:55:53.068Z Compiling idna v1.0.3
19112026-02-16T22:55:53.092Z Compiling socket2 v0.6.1
19122026-02-16T22:55:53.839Z Compiling url v2.5.4
19132026-02-16T22:55:53.970Z Compiling tokio v1.49.0
19142026-02-16T22:55:55.632Z Compiling ring v0.17.14
19152026-02-16T22:55:55.695Z Compiling zerocopy v0.8.27
19162026-02-16T22:55:56.411Z Compiling block-buffer v0.10.4
19172026-02-16T22:55:56.655Z Compiling der_derive v0.7.3
19182026-02-16T22:55:56.694Z Compiling tracing-attributes v0.1.27
19192026-02-16T22:55:58.267Z Compiling aws-lc-rs v1.12.4
19202026-02-16T22:55:58.764Z Compiling vcpkg v0.2.15
19212026-02-16T22:55:59.151Z Compiling thiserror v1.0.69
19222026-02-16T22:55:59.456Z Compiling digest v0.10.7
19232026-02-16T22:55:59.476Z Compiling zerocopy-derive v0.8.27
19242026-02-16T22:55:59.602Z Compiling strsim v0.11.1
19252026-02-16T22:55:59.671Z Compiling futures-core v0.3.31
19262026-02-16T22:55:59.894Z Compiling zerocopy v0.7.35
19272026-02-16T22:56:00.088Z Compiling openssl-sys v0.9.109
19282026-02-16T22:56:00.223Z Compiling thiserror-impl v1.0.69
19292026-02-16T22:56:00.677Z Compiling iana-time-zone v0.1.63
19302026-02-16T22:56:01.328Z Compiling ucd-trie v0.1.7
19312026-02-16T22:56:01.395Z Compiling chrono v0.4.43
19322026-02-16T22:56:01.728Z Compiling pest v2.8.2
19332026-02-16T22:56:01.781Z Compiling serde_tokenstream v0.2.2
19342026-02-16T22:56:01.810Z Compiling aws-lc-sys v0.26.0
19352026-02-16T22:56:02.362Z Compiling uuid v1.19.0
19362026-02-16T22:56:02.600Z Compiling ident_case v1.0.1
19372026-02-16T22:56:02.623Z Compiling httparse v1.9.5
19382026-02-16T22:56:02.788Z Compiling foldhash v0.1.5
19392026-02-16T22:56:03.095Z Compiling hashbrown v0.15.4
19402026-02-16T22:56:04.301Z Compiling pest_meta v2.8.2
19412026-02-16T22:56:04.641Z Compiling rustix v1.1.3
19422026-02-16T22:56:05.621Z Compiling syn v1.0.109
19432026-02-16T22:56:06.085Z Compiling pest_generator v2.8.2
19442026-02-16T22:56:06.533Z Compiling time-core v0.1.6
19452026-02-16T22:56:06.860Z Compiling futures-sink v0.3.31
19462026-02-16T22:56:06.882Z Compiling num-conv v0.1.0
19472026-02-16T22:56:07.065Z Compiling futures-channel v0.3.31
19482026-02-16T22:56:07.201Z Compiling time-macros v0.2.24
19492026-02-16T22:56:07.755Z Compiling pest_derive v2.8.2
19502026-02-16T22:56:08.020Z Compiling rustc_version v0.4.1
19512026-02-16T22:56:08.541Z Compiling cpufeatures v0.2.14
19522026-02-16T22:56:08.578Z Compiling futures-task v0.3.31
19532026-02-16T22:56:08.775Z Compiling openssl v0.10.73
19542026-02-16T22:56:08.946Z Compiling dyn-clone v1.0.20
19552026-02-16T22:56:08.971Z Compiling pin-utils v0.1.0
19562026-02-16T22:56:08.971Z Compiling futures-io v0.3.31
19572026-02-16T22:56:09.226Z Compiling futures-util v0.3.31
19582026-02-16T22:56:09.371Z Compiling hmac v0.12.1
19592026-02-16T22:56:09.627Z Compiling plain v0.2.3
19602026-02-16T22:56:09.813Z Compiling block-padding v0.3.3
19612026-02-16T22:56:10.067Z Compiling openssl-macros v0.1.1
19622026-02-16T22:56:10.811Z Compiling rustls v0.23.19
19632026-02-16T22:56:11.174Z Compiling crossbeam-utils v0.8.21
19642026-02-16T22:56:11.434Z Compiling native-tls v0.2.12
19652026-02-16T22:56:11.715Z Compiling inout v0.1.3
19662026-02-16T22:56:11.844Z Compiling ppv-lite86 v0.2.20
19672026-02-16T22:56:12.932Z Compiling pretty-hex v0.4.1
19682026-02-16T22:56:13.189Z Compiling cipher v0.4.4
19692026-02-16T22:56:13.520Z Compiling sha2 v0.10.9
19702026-02-16T22:56:13.815Z Compiling http v1.4.0
19712026-02-16T22:56:14.340Z Compiling scroll_derive v0.12.0
19722026-02-16T22:56:15.451Z Compiling scroll_derive v0.13.1
19732026-02-16T22:56:15.720Z Compiling cookie v0.18.1
19742026-02-16T22:56:16.204Z Compiling anyhow v1.0.99
19752026-02-16T22:56:16.229Z Compiling base64ct v1.6.0
19762026-02-16T22:56:16.793Z Compiling pem-rfc7468 v0.7.0
19772026-02-16T22:56:17.155Z Compiling darling_core v0.21.0
19782026-02-16T22:56:17.328Z Compiling slog v2.8.2
19792026-02-16T22:56:18.845Z Compiling zstd-sys v2.0.14+zstd.1.5.7
19802026-02-16T22:56:19.273Z Compiling bzip2-sys v0.1.13+1.0.8
19812026-02-16T22:56:19.595Z Compiling flagset v0.4.6
19822026-02-16T22:56:19.837Z Compiling der v0.7.10
19832026-02-16T22:56:21.998Z Compiling serde_spanned v0.6.9
19842026-02-16T22:56:22.027Z Compiling toml_datetime v0.6.11
19852026-02-16T22:56:22.266Z Compiling rand_core v0.9.3
19862026-02-16T22:56:22.427Z Compiling darling_macro v0.21.0
19872026-02-16T22:56:22.511Z Compiling tracing-core v0.1.32
19882026-02-16T22:56:22.535Z Compiling rustls-pki-types v1.10.0
19892026-02-16T22:56:22.640Z Compiling spki v0.7.3
19902026-02-16T22:56:23.118Z Compiling salsa20 v0.10.2
19912026-02-16T22:56:23.202Z Compiling pbkdf2 v0.12.2
19922026-02-16T22:56:23.283Z Compiling darling v0.21.0
19932026-02-16T22:56:23.351Z Compiling tracing v0.1.40
19942026-02-16T22:56:23.923Z Compiling litrs v0.4.1
19952026-02-16T22:56:24.058Z Compiling winnow v0.5.40
19962026-02-16T22:56:24.183Z Compiling base64 v0.22.1
19972026-02-16T22:56:24.631Z Compiling camino v1.2.2
19982026-02-16T22:56:24.883Z Compiling document-features v0.2.11
19992026-02-16T22:56:25.619Z Compiling scrypt v0.11.0
20002026-02-16T22:56:25.893Z Compiling rand_chacha v0.9.0
20012026-02-16T22:56:26.107Z Compiling tokio-util v0.7.15
20022026-02-16T22:56:26.299Z Compiling cbc v0.1.2
20032026-02-16T22:56:26.555Z Compiling aes v0.8.4
20042026-02-16T22:56:27.350Z Compiling toml_edit v0.19.15
20052026-02-16T22:56:29.996Z Compiling usdt-impl v0.5.0
20062026-02-16T22:56:30.266Z Compiling usdt-impl v0.6.0
20072026-02-16T22:56:30.372Z Compiling powerfmt v0.2.0
20082026-02-16T22:56:30.499Z Compiling untrusted v0.7.1
20092026-02-16T22:56:30.647Z Compiling untrusted v0.9.0
20102026-02-16T22:56:30.691Z Compiling ref-cast v1.0.25
20112026-02-16T22:56:30.857Z Compiling deranged v0.5.3
20122026-02-16T22:56:31.209Z Compiling pkcs5 v0.7.1
20132026-02-16T22:56:32.164Z Compiling rand v0.9.2
20142026-02-16T22:56:33.953Z Compiling http-body v1.0.1
20152026-02-16T22:56:34.248Z Compiling scroll v0.13.0
20162026-02-16T22:56:34.838Z Compiling scroll v0.12.0
20172026-02-16T22:56:35.091Z Compiling heapless v0.7.17
20182026-02-16T22:56:35.596Z Compiling signal-hook v0.3.18
20192026-02-16T22:56:35.832Z Compiling adler2 v2.0.0
20202026-02-16T22:56:36.312Z Compiling cfg_aliases v0.2.1
20212026-02-16T22:56:36.431Z Compiling num_threads v0.1.7
20222026-02-16T22:56:36.550Z Compiling atomic-waker v1.1.2
20232026-02-16T22:56:36.588Z Compiling zstd-safe v7.2.3
20242026-02-16T22:56:36.643Z Compiling time v0.3.43
20252026-02-16T22:56:36.772Z Compiling miniz_oxide v0.8.5
20262026-02-16T22:56:38.173Z Compiling goblin v0.8.2
20272026-02-16T22:56:39.108Z Compiling goblin v0.10.2
20282026-02-16T22:56:40.892Z Compiling pkcs8 v0.10.2
20292026-02-16T22:56:41.796Z Compiling ipnetwork v0.21.1
20302026-02-16T22:56:43.163Z Compiling darling_core v0.20.10
20312026-02-16T22:56:45.631Z Compiling ref-cast-impl v1.0.25
20322026-02-16T22:56:46.284Z Compiling memoffset v0.9.1
20332026-02-16T22:56:46.626Z Compiling try-lock v0.2.5
20342026-02-16T22:56:47.087Z Compiling tower-service v0.3.3
20352026-02-16T22:56:47.217Z Compiling tinyvec_macros v0.1.1
20362026-02-16T22:56:47.271Z Compiling tower-layer v0.3.3
20372026-02-16T22:56:47.773Z Compiling tinyvec v1.8.0
20382026-02-16T22:56:48.092Z Compiling darling_macro v0.20.10
20392026-02-16T22:56:48.863Z Compiling want v0.3.1
20402026-02-16T22:56:48.951Z Compiling dof v0.4.0
20412026-02-16T22:56:49.179Z Compiling dof v0.3.0
20422026-02-16T22:56:49.506Z Compiling h2 v0.4.6
20432026-02-16T22:56:50.865Z Compiling dtrace-parser v0.2.0
20442026-02-16T22:56:52.207Z Compiling curve25519-dalek v4.1.3
20452026-02-16T22:56:52.313Z Compiling dtrace-parser v0.3.0
20462026-02-16T22:56:52.699Z Compiling ipnet v2.11.0
20472026-02-16T22:56:52.732Z Compiling daft-derive v0.1.4
20482026-02-16T22:56:53.792Z Compiling async-trait v0.1.89
20492026-02-16T22:56:54.193Z Compiling thread-id v5.0.0
20502026-02-16T22:56:54.335Z Compiling thread-id v4.2.2
20512026-02-16T22:56:54.674Z Compiling num-bigint-dig v0.8.6
20522026-02-16T22:56:55.028Z Compiling openssl-probe v0.1.5
20532026-02-16T22:56:55.166Z Compiling smoltcp v0.9.1
20542026-02-16T22:56:55.443Z Compiling fastrand v2.1.1
20552026-02-16T22:56:55.535Z Compiling foreign-types-shared v0.1.1
20562026-02-16T22:56:55.852Z Compiling httpdate v1.0.3
20572026-02-16T22:56:55.887Z Compiling ryu v1.0.18
20582026-02-16T22:56:56.353Z Compiling foreign-types v0.3.2
20592026-02-16T22:56:56.632Z Compiling tempfile v3.24.0
20602026-02-16T22:56:57.955Z Compiling hyper v1.8.1
20612026-02-16T22:57:03.788Z Compiling darling v0.20.10
20622026-02-16T22:57:05.585Z Compiling strum_macros v0.26.4
20632026-02-16T22:57:07.324Z Compiling wait-timeout v0.2.0
20642026-02-16T22:57:08.687Z Compiling gimli v0.31.1
20652026-02-16T22:57:08.968Z Compiling utf8parse v0.2.2
20662026-02-16T22:57:09.270Z Compiling anstyle v1.0.11
20672026-02-16T22:57:09.519Z Compiling quick-error v1.2.3
20682026-02-16T22:57:09.698Z Compiling bit-vec v0.8.0
20692026-02-16T22:57:10.134Z Compiling bit-set v0.8.0
20702026-02-16T22:57:10.439Z Compiling rusty-fork v0.3.0
20712026-02-16T22:57:13.233Z Compiling addr2line v0.24.2
20722026-02-16T22:57:13.365Z Compiling anstyle-parse v0.2.5
20732026-02-16T22:57:15.591Z Compiling derive_builder_core v0.20.2
20742026-02-16T22:57:17.497Z Compiling hyper-util v0.1.19
20752026-02-16T22:57:17.767Z Compiling unicode-normalization v0.1.24
20762026-02-16T22:57:18.254Z Compiling nix v0.29.0
20772026-02-16T22:57:19.077Z Compiling rand_xorshift v0.4.0
20782026-02-16T22:57:19.325Z Compiling hubpack_derive v0.1.1
20792026-02-16T22:57:20.185Z Compiling signature v2.2.0
20802026-02-16T22:57:20.440Z Compiling openapiv3 v2.2.0
20812026-02-16T22:57:21.407Z Compiling erased-serde v0.3.31
20822026-02-16T22:57:22.514Z Compiling strum_macros v0.27.2
20832026-02-16T22:57:23.125Z Compiling curve25519-dalek-derive v0.1.1
20842026-02-16T22:57:24.446Z Compiling object v0.36.5
20852026-02-16T22:57:26.883Z Compiling fs-err v3.1.1
20862026-02-16T22:57:27.265Z Compiling ahash v0.8.12
20872026-02-16T22:57:27.653Z Compiling crc32fast v1.4.2
20882026-02-16T22:57:27.983Z Compiling unicode-bidi v0.3.17
20892026-02-16T22:57:29.072Z Compiling is_terminal_polyfill v1.70.1
20902026-02-16T22:57:29.235Z Compiling anstyle-query v1.1.1
20912026-02-16T22:57:29.422Z Compiling unicode-segmentation v1.12.0
20922026-02-16T22:57:30.121Z Compiling siphasher v0.3.11
20932026-02-16T22:57:30.261Z Compiling rustc-demangle v0.1.24
20942026-02-16T22:57:30.525Z Compiling unarray v0.1.4
20952026-02-16T22:57:30.720Z Compiling unicode-properties v0.1.3
20962026-02-16T22:57:31.044Z Compiling zlib-rs v0.5.1
20972026-02-16T22:57:31.138Z Compiling colorchoice v1.0.2
20982026-02-16T22:57:31.504Z Compiling buf-list v1.0.3
20992026-02-16T22:57:32.078Z Compiling backtrace v0.3.74
21002026-02-16T22:57:32.822Z Compiling anstream v0.6.18
21012026-02-16T22:57:33.419Z Compiling stringprep v0.1.5
21022026-02-16T22:57:34.291Z Compiling proptest v1.7.0
21032026-02-16T22:57:34.704Z Compiling phf_shared v0.11.2
21042026-02-16T22:57:35.628Z Compiling libz-rs-sys v0.5.1
21052026-02-16T22:57:38.694Z Compiling derive_builder_macro v0.20.2
21062026-02-16T22:57:41.589Z Compiling rustls-webpki v0.102.8
21072026-02-16T22:57:41.970Z Compiling usdt-attr-macro v0.6.0
21082026-02-16T22:57:42.020Z Compiling usdt-macro v0.6.0
21092026-02-16T22:57:43.237Z Compiling oxnet v0.1.4
21102026-02-16T22:57:43.403Z Compiling http-body-util v0.1.3
21112026-02-16T22:57:43.663Z Compiling rand_chacha v0.3.1
21122026-02-16T22:57:43.919Z Compiling sync_wrapper v1.0.1
21132026-02-16T22:57:44.103Z Compiling md-5 v0.10.6
21142026-02-16T22:57:44.209Z Compiling vergen-lib v0.1.6
21152026-02-16T22:57:44.388Z Compiling num-integer v0.1.46
21162026-02-16T22:57:44.477Z Compiling ff v0.13.0
21172026-02-16T22:57:44.582Z Compiling hash32 v0.2.1
21182026-02-16T22:57:44.626Z Compiling encoding_rs v0.8.34
21192026-02-16T22:57:44.730Z Compiling mime v0.3.17
21202026-02-16T22:57:44.970Z Compiling psl-types v2.0.11
21212026-02-16T22:57:45.030Z Compiling base16ct v0.2.0
21222026-02-16T22:57:45.363Z Compiling fallible-iterator v0.2.0
21232026-02-16T22:57:45.746Z Compiling serde_urlencoded v0.7.1
21242026-02-16T22:57:46.069Z Compiling postgres-protocol v0.6.8
21252026-02-16T22:57:46.118Z Compiling publicsuffix v2.3.0
21262026-02-16T22:57:46.338Z Compiling sec1 v0.7.3
21272026-02-16T22:57:46.898Z Compiling num-iter v0.1.45
21282026-02-16T22:57:46.922Z Compiling group v0.13.0
21292026-02-16T22:57:47.168Z Compiling tower v0.5.2
21302026-02-16T22:57:47.875Z Compiling rand v0.8.5
21312026-02-16T22:57:49.322Z Compiling tokio-rustls v0.26.0
21322026-02-16T22:57:49.993Z Compiling derive_builder v0.20.2
21332026-02-16T22:57:50.175Z Compiling newtype-uuid v1.3.2
21342026-02-16T22:57:50.796Z Compiling tokio-native-tls v0.3.1
21352026-02-16T22:57:51.110Z Compiling flate2 v1.1.2
21362026-02-16T22:57:51.300Z Compiling heck v0.4.1
21372026-02-16T22:57:51.591Z Compiling rustls-native-certs v0.8.1
21382026-02-16T22:57:52.077Z Compiling webpki-roots v1.0.1
21392026-02-16T22:57:52.427Z Compiling serde_with_macros v3.16.1
21402026-02-16T22:57:52.826Z Compiling hkdf v0.12.4
21412026-02-16T22:57:52.964Z Compiling regress v0.10.4
21422026-02-16T22:57:53.093Z Compiling vergen v9.0.6
21432026-02-16T22:57:53.187Z Compiling terminal_size v0.4.0
21442026-02-16T22:57:53.746Z Compiling cargo-platform v0.1.8
21452026-02-16T22:57:53.783Z Compiling clap_derive v4.5.47
21462026-02-16T22:57:54.247Z Compiling enum-as-inner v0.6.1
21472026-02-16T22:57:54.276Z Compiling crypto-bigint v0.5.5
21482026-02-16T22:57:54.680Z Compiling serde_repr v0.1.19
21492026-02-16T22:57:55.549Z Compiling iri-string v0.7.8
21502026-02-16T22:57:56.153Z Compiling managed v0.8.0
21512026-02-16T22:57:57.175Z Compiling winnow v0.7.14
21522026-02-16T22:57:57.801Z Compiling bumpalo v3.16.0
21532026-02-16T22:57:57.980Z Compiling simd-adler32 v0.3.7
21542026-02-16T22:57:58.004Z Compiling lockfree-object-pool v0.1.6
21552026-02-16T22:57:58.241Z Compiling bitflags v1.3.2
21562026-02-16T22:57:58.371Z Compiling clap_lex v0.7.4
21572026-02-16T22:57:58.956Z Compiling clap_builder v4.5.48
21582026-02-16T22:57:59.135Z Compiling tower-http v0.6.6
21592026-02-16T22:58:01.016Z Compiling zopfli v0.8.1
21602026-02-16T22:58:01.615Z Compiling elliptic-curve v0.13.8
21612026-02-16T22:58:01.636Z Compiling typify-impl v0.4.3
21622026-02-16T22:58:01.668Z Compiling cargo_metadata v0.19.2
21632026-02-16T22:58:02.397Z Compiling hyper-tls v0.6.0
21642026-02-16T22:58:03.154Z Compiling hyper-rustls v0.27.7
21652026-02-16T22:58:04.320Z Compiling zstd v0.13.3
21662026-02-16T22:58:04.739Z Compiling daft v0.1.4
21672026-02-16T22:58:04.868Z Compiling signal-hook-mio v0.2.4
21682026-02-16T22:58:05.189Z Compiling cookie_store v0.21.1
21692026-02-16T22:58:05.662Z Compiling postgres-types v0.2.9
21702026-02-16T22:58:05.740Z Compiling phf v0.11.2
21712026-02-16T22:58:06.254Z Compiling strum v0.27.2
21722026-02-16T22:58:06.401Z Compiling ed25519 v2.2.3
21732026-02-16T22:58:06.472Z Compiling hubpack v0.1.2
21742026-02-16T22:58:06.554Z Compiling bzip2 v0.5.2
21752026-02-16T22:58:06.838Z Compiling bzip2 v0.4.4
21762026-02-16T22:58:06.862Z Compiling crossbeam-epoch v0.9.18
21772026-02-16T22:58:06.933Z Compiling pkcs1 v0.7.5
21782026-02-16T22:58:07.904Z Compiling rfc6979 v0.4.0
21792026-02-16T22:58:08.151Z Compiling float-cmp v0.10.0
21802026-02-16T22:58:08.187Z Compiling hex v0.4.3
21812026-02-16T22:58:08.428Z Compiling serde-big-array v0.5.1
21822026-02-16T22:58:09.307Z Compiling bstr v1.10.0
21832026-02-16T22:58:09.656Z Compiling memmap2 v0.9.8
21842026-02-16T22:58:10.070Z Compiling socket2 v0.5.10
21852026-02-16T22:58:10.224Z Compiling env_filter v0.1.2
21862026-02-16T22:58:10.687Z Compiling data-encoding v2.9.0
21872026-02-16T22:58:10.749Z Compiling predicates-core v1.0.8
21882026-02-16T22:58:10.905Z Compiling fixedbitset v0.4.2
21892026-02-16T22:58:11.019Z Compiling keccak v0.1.5
21902026-02-16T22:58:11.311Z Compiling normalize-line-endings v0.3.0
21912026-02-16T22:58:11.430Z Compiling precomputed-hash v0.1.1
21922026-02-16T22:58:11.475Z Compiling foldhash v0.2.0
21932026-02-16T22:58:11.522Z Compiling toml_write v0.1.2
21942026-02-16T22:58:11.806Z Compiling fixedbitset v0.5.7
21952026-02-16T22:58:11.877Z Compiling whoami v1.5.2
21962026-02-16T22:58:11.915Z Compiling rustc-hash v2.1.1
21972026-02-16T22:58:12.003Z Compiling static_assertions v1.1.0
21982026-02-16T22:58:12.118Z Compiling new_debug_unreachable v1.0.6
21992026-02-16T22:58:12.141Z Compiling jiff v0.2.15
22002026-02-16T22:58:12.235Z Compiling difflib v0.4.0
22012026-02-16T22:58:12.392Z Compiling petgraph v0.8.2
22022026-02-16T22:58:12.971Z Compiling reqwest v0.12.24
22032026-02-16T22:58:13.231Z Compiling predicates v3.1.3
22042026-02-16T22:58:13.624Z Compiling string_cache v0.8.9
22052026-02-16T22:58:14.035Z Compiling tokio-postgres v0.7.13
22062026-02-16T22:58:14.528Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
22072026-02-16T22:58:15.160Z Compiling toml_edit v0.22.27
22082026-02-16T22:58:19.044Z Compiling zip v4.2.0
22092026-02-16T22:58:21.106Z Compiling iddqd v0.3.16
22102026-02-16T22:58:21.165Z Compiling sha3 v0.10.8
22112026-02-16T22:58:21.286Z Compiling hickory-proto v0.25.2
22122026-02-16T22:58:21.724Z Compiling petgraph v0.6.5
22132026-02-16T22:58:21.845Z Compiling typify-macro v0.4.3
22142026-02-16T22:58:22.133Z Compiling env_logger v0.11.8
22152026-02-16T22:58:22.842Z Compiling similar v2.7.0
22162026-02-16T22:58:24.510Z Compiling usdt v0.6.0
22172026-02-16T22:58:24.676Z Compiling serde_with v3.16.1
22182026-02-16T22:58:25.304Z Compiling ecdsa v0.16.9
22192026-02-16T22:58:26.154Z Compiling rsa v0.9.8
22202026-02-16T22:58:26.722Z Compiling zip v0.6.6
22212026-02-16T22:58:27.625Z Compiling ed25519-dalek v2.1.1
22222026-02-16T22:58:29.577Z Compiling crossterm v0.28.1
22232026-02-16T22:58:30.313Z Compiling clap v4.5.48
22242026-02-16T22:58:30.511Z Compiling strum v0.26.3
22252026-02-16T22:58:30.727Z Compiling tokio-stream v0.1.17
22262026-02-16T22:58:31.811Z Compiling toml v0.7.8
22272026-02-16T22:58:32.165Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
22282026-02-16T22:58:32.463Z Compiling x509-cert v0.2.5
22292026-02-16T22:58:33.149Z Compiling sha1 v0.10.6
22302026-02-16T22:58:33.548Z Compiling itertools v0.13.0
22312026-02-16T22:58:33.596Z Compiling itertools v0.10.5
22322026-02-16T22:58:35.990Z Compiling winnow v0.6.26
22332026-02-16T22:58:36.481Z Compiling rayon-core v1.12.1
22342026-02-16T22:58:36.719Z Compiling peg-runtime v0.8.5
22352026-02-16T22:58:37.199Z Compiling lalrpop-util v0.19.12
22362026-02-16T22:58:39.384Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
22372026-02-16T22:58:44.921Z Compiling proc-macro-crate v1.3.1
22382026-02-16T22:58:47.791Z Compiling macaddr v1.0.1
22392026-02-16T22:58:48.353Z Compiling structmeta-derive v0.3.0
22402026-02-16T22:58:48.634Z Compiling itertools v0.14.0
22412026-02-16T22:58:50.575Z Compiling heapless v0.8.0
22422026-02-16T22:58:52.297Z Compiling ingot-macros v0.1.1
22432026-02-16T22:58:53.349Z Compiling structmeta v0.3.0
22442026-02-16T22:58:57.010Z Compiling num_enum_derive v0.5.11
22452026-02-16T22:58:59.774Z Compiling crossbeam-deque v0.8.5
22462026-02-16T22:59:02.050Z Compiling hash32 v0.3.1
22472026-02-16T22:59:02.919Z Compiling unicode-width v0.1.14
22482026-02-16T22:59:04.400Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
22492026-02-16T22:59:05.604Z Compiling smoltcp v0.11.0
22502026-02-16T22:59:06.259Z Compiling tabwriter v1.4.0
22512026-02-16T22:59:11.869Z Compiling num_enum v0.5.11
22522026-02-16T22:59:11.894Z Compiling ingot-types v0.1.2
22532026-02-16T22:59:12.088Z Compiling typify v0.4.3
22542026-02-16T22:59:12.967Z Compiling proc-macro-error-attr v1.0.4
22552026-02-16T22:59:13.686Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
22562026-02-16T22:59:14.272Z Compiling cobs v0.2.3
22572026-02-16T22:59:14.645Z Compiling rustls v0.22.4
22582026-02-16T22:59:14.995Z Compiling unsafe-libyaml v0.2.11
22592026-02-16T22:59:16.356Z Compiling serde_yaml v0.9.34+deprecated
22602026-02-16T22:59:17.496Z Compiling postcard v1.0.10
22612026-02-16T22:59:18.117Z Compiling ingot v0.1.1
22622026-02-16T22:59:20.926Z Compiling progenitor-impl v0.11.2
22632026-02-16T22:59:31.227Z Compiling futures-executor v0.3.31
22642026-02-16T22:59:31.414Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
22652026-02-16T22:59:32.067Z Compiling foreign-types-macros v0.2.3
22662026-02-16T22:59:32.334Z Compiling thread_local v1.1.8
22672026-02-16T22:59:32.424Z Compiling proc-macro-error v1.0.4
22682026-02-16T22:59:32.448Z Compiling multer v3.1.0
22692026-02-16T22:59:32.738Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
22702026-02-16T22:59:32.796Z Compiling foreign-types-shared v0.3.1
22712026-02-16T22:59:34.070Z Compiling slog-async v2.8.0
22722026-02-16T22:59:35.067Z Compiling match_cfg v0.1.0
22732026-02-16T22:59:35.198Z Compiling hostname v0.3.1
22742026-02-16T22:59:47.738Z Compiling foreign-types v0.5.0
22752026-02-16T22:59:48.658Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
22762026-02-16T22:59:49.038Z Compiling futures v0.3.31
22772026-02-16T22:59:53.001Z Compiling progenitor-macro v0.11.2
22782026-02-16T22:59:56.981Z Compiling derive-ex v0.1.8
22792026-02-16T23:00:01.444Z Compiling progenitor-client v0.11.2
22802026-02-16T23:00:02.123Z Compiling toml_parser v1.0.6+spec-1.1.0
22812026-02-16T23:00:05.530Z Compiling slog-json v2.6.1
22822026-02-16T23:00:06.148Z Compiling crossbeam-channel v0.5.15
22832026-02-16T23:00:07.457Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
22842026-02-16T23:00:07.701Z Compiling async-stream-impl v0.3.6
22852026-02-16T23:00:08.266Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
22862026-02-16T23:00:08.269Z Compiling toml_datetime v0.7.5+spec-1.1.0
22872026-02-16T23:00:08.728Z Compiling serde_spanned v1.0.4
22882026-02-16T23:00:08.946Z Compiling cstr-argument v0.1.2
22892026-02-16T23:00:09.040Z Compiling is-terminal v0.4.13
22902026-02-16T23:00:09.139Z Compiling dropshot v0.16.7
22912026-02-16T23:00:09.241Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#f4eae3d8)
22922026-02-16T23:00:09.520Z Compiling take_mut v0.2.2
22932026-02-16T23:00:09.598Z Compiling typeid v1.0.3
22942026-02-16T23:00:09.621Z Compiling toml_writer v1.0.6+spec-1.1.0
22952026-02-16T23:00:09.726Z Compiling pretty-hex v0.2.1
22962026-02-16T23:00:09.987Z Compiling term v1.1.0
22972026-02-16T23:00:10.103Z Compiling crucible-workspace-hack v0.1.0
22982026-02-16T23:00:10.268Z Compiling toml v0.9.11+spec-1.1.0
22992026-02-16T23:00:10.330Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
23002026-02-16T23:00:10.662Z Compiling slog-term v2.9.2
23012026-02-16T23:00:10.916Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
23022026-02-16T23:00:13.295Z Compiling async-stream v0.3.6
23032026-02-16T23:00:13.643Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
23042026-02-16T23:00:13.667Z Compiling slog-bunyan v2.5.0
23052026-02-16T23:00:13.822Z Compiling progenitor v0.11.2
23062026-02-16T23:00:13.999Z Compiling tokio-rustls v0.25.0
23072026-02-16T23:00:14.025Z Compiling test-strategy v0.4.3
23082026-02-16T23:00:14.477Z Compiling rayon v1.10.0
23092026-02-16T23:00:14.670Z Compiling parse-display-derive v0.10.0
23102026-02-16T23:00:16.741Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#70d3253a)
23112026-02-16T23:00:17.029Z Compiling rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=8f5527da3c53398c95c50b1af088637e7b6c5718#8f5527da)
23122026-02-16T23:00:17.146Z Compiling colored v2.2.0
23132026-02-16T23:00:17.957Z Compiling waitgroup v0.1.2
23142026-02-16T23:00:18.066Z Compiling nix v0.30.1
23152026-02-16T23:00:18.219Z Compiling rustls-pemfile v2.2.0
23162026-02-16T23:00:18.486Z Compiling dropshot_endpoint v0.16.7
23172026-02-16T23:00:18.715Z Compiling newtype-uuid-macros v0.1.0
23182026-02-16T23:00:18.877Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
23192026-02-16T23:00:19.658Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
23202026-02-16T23:00:19.733Z Compiling serde_path_to_error v0.1.20
23212026-02-16T23:00:19.856Z Compiling hostname v0.4.2
23222026-02-16T23:00:20.033Z Compiling instant v0.1.13
23232026-02-16T23:00:20.101Z Compiling debug-ignore v1.0.5
23242026-02-16T23:00:20.157Z Compiling colored v3.0.0
23252026-02-16T23:00:20.232Z Compiling backoff v0.4.0
23262026-02-16T23:00:20.286Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
23272026-02-16T23:00:20.438Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
23282026-02-16T23:00:20.638Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=8f5527da3c53398c95c50b1af088637e7b6c5718#8f5527da)
23292026-02-16T23:00:20.726Z Compiling parse-display v0.10.0
23302026-02-16T23:00:21.489Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
23312026-02-16T23:00:22.629Z Compiling zone_cfg_derive v0.3.0
23322026-02-16T23:00:23.931Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
23332026-02-16T23:00:24.625Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
23342026-02-16T23:00:24.920Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
23352026-02-16T23:00:24.960Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc121ef55741656ce118b02ceeda949b9261f49f#bc121ef5)
23362026-02-16T23:00:25.064Z Compiling camino-tempfile v1.4.1
23372026-02-16T23:00:25.404Z Compiling progenitor-client v0.10.0
23382026-02-16T23:00:26.073Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#61479b69)
23392026-02-16T23:00:26.407Z Compiling num-derive v0.4.2
23402026-02-16T23:00:28.618Z Compiling sigpipe v0.1.3
23412026-02-16T23:00:29.473Z Compiling libefi-sys v0.1.0
23422026-02-16T23:00:29.492Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
23432026-02-16T23:00:29.869Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
23442026-02-16T23:00:29.890Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
23452026-02-16T23:00:30.749Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
23462026-02-16T23:00:31.406Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
23472026-02-16T23:00:32.112Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc121ef55741656ce118b02ceeda949b9261f49f#bc121ef5)
23482026-02-16T23:00:32.172Z Compiling erased-serde v0.4.6
23492026-02-16T23:00:32.707Z Compiling zone v0.3.1
23502026-02-16T23:00:33.764Z Compiling usdt-macro v0.5.0
23512026-02-16T23:00:34.686Z Compiling usdt-attr-macro v0.5.0
23522026-02-16T23:00:35.141Z Compiling smf v0.2.3
23532026-02-16T23:00:36.193Z Compiling bitfield-struct v0.6.2
23542026-02-16T23:00:36.364Z Compiling ordered-float v2.10.1
23552026-02-16T23:00:37.070Z Compiling blake3 v1.5.4
23562026-02-16T23:00:37.517Z Compiling memmap v0.7.0
23572026-02-16T23:00:37.754Z Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
23582026-02-16T23:00:37.974Z Compiling usdt v0.5.0
23592026-02-16T23:00:38.273Z Compiling serde-value v0.7.0
23602026-02-16T23:00:38.362Z Compiling serde-untagged v0.1.7
23612026-02-16T23:00:39.020Z Compiling toml v0.8.23
23622026-02-16T23:00:39.199Z Compiling xattr v1.3.1
23632026-02-16T23:00:39.288Z Compiling filetime v0.2.26
23642026-02-16T23:00:39.347Z Compiling constant_time_eq v0.3.1
23652026-02-16T23:00:39.562Z Compiling unicode-width v0.2.0
23662026-02-16T23:00:39.588Z Compiling same-file v1.0.6
23672026-02-16T23:00:39.647Z Compiling arrayref v0.3.9
23682026-02-16T23:00:39.788Z Compiling unicode-xid v0.2.6
23692026-02-16T23:00:39.887Z Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
23702026-02-16T23:00:39.924Z Compiling arrayvec v0.7.6
23712026-02-16T23:00:40.045Z Compiling cargo-util-schemas v0.8.2
23722026-02-16T23:00:40.069Z Compiling console v0.16.0
23732026-02-16T23:00:40.201Z Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
23742026-02-16T23:00:41.665Z Compiling walkdir v2.5.0
23752026-02-16T23:00:42.733Z Compiling tar v0.4.44
23762026-02-16T23:00:42.770Z Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
23772026-02-16T23:00:43.225Z Compiling tokio-dtrace v0.1.0
23782026-02-16T23:00:43.285Z Compiling gethostname v0.5.0
23792026-02-16T23:00:43.518Z Compiling cargo-platform v0.2.0
23802026-02-16T23:00:43.737Z Compiling topological-sort v0.2.2
23812026-02-16T23:00:44.081Z Compiling unit-prefix v0.5.1
23822026-02-16T23:00:44.388Z Compiling indicatif v0.18.0
23832026-02-16T23:00:44.547Z Compiling omicron-zone-package v0.12.2
23842026-02-16T23:00:44.791Z Compiling cargo_metadata v0.21.0
23852026-02-16T23:00:45.713Z Compiling oxide-tokio-rt v0.1.2
23862026-02-16T23:00:46.375Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
23872026-02-16T23:00:46.726Z Compiling shell-words v1.1.0
23882026-02-16T23:00:47.267Z Compiling indent_write v2.2.0
23892026-02-16T23:00:56.391Z Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
23902026-02-16T23:00:59.031Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
23912026-02-16T23:01:01.857Z Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
23922026-02-16T23:01:17.959Z Finished `release` profile [optimized] target(s) in 5m 55s
23932026-02-16T23:01:18.144Z Running `target/release/omicron-package -t test target create -p dev`
23942026-02-16T23:01:18.201ZLogging to: /work/oxidecomputer/omicron/out/LOG
23952026-02-16T23:01:18.206ZCreated new build target 'test' and set it as active
23962026-02-16T23:01:18.206Z
23972026-02-16T23:01:18.206Zreal 5:55.516738916
23982026-02-16T23:01:18.206Zuser 41:05.456274086
23992026-02-16T23:01:18.206Zsys 4:04.497942044
24002026-02-16T23:01:18.206Ztrap 1.272456992
24012026-02-16T23:01:18.206Ztflt 2.320265319
24022026-02-16T23:01:18.206Zdflt 1.203277196
24032026-02-16T23:01:18.206Zkflt 0.001793061
24042026-02-16T23:01:18.206Zlock 1:56:18.983435438
24052026-02-16T23:01:18.206Zslp 2:45:17.524636871
24062026-02-16T23:01:18.206Zlat 3:17.702468541
24072026-02-16T23:01:18.206Zstop 5:56.468190526
24082026-02-16T23:01:18.206Z+ ptime -m cargo run --locked --release --bin omicron-package -- -t test package
24092026-02-16T23:01:19.475Z Finished `release` profile [optimized] target(s) in 1.20s
24102026-02-16T23:01:19.537Z Running `target/release/omicron-package -t test package`
24112026-02-16T23:01:19.591ZLogging to: /work/oxidecomputer/omicron/out/LOG
24122026-02-16T23:01:21.557Z Compiling convert_case v0.4.0
24132026-02-16T23:01:21.557Z Compiling progenitor-impl v0.10.0
24142026-02-16T23:01:21.560Z Compiling secrecy v0.10.3
24152026-02-16T23:01:21.560Z Compiling half v2.4.1
24162026-02-16T23:01:21.560Z Compiling ciborium-io v0.2.2
24172026-02-16T23:01:21.560Z Compiling is-terminal v0.4.13
24182026-02-16T23:01:21.828Z Compiling rustls v0.22.4
24192026-02-16T23:01:21.965Z Compiling thread_local v1.1.8
24202026-02-16T23:01:21.991Z Compiling match_cfg v0.1.0
24212026-02-16T23:01:22.028Z Compiling bytecount v0.6.8
24222026-02-16T23:01:22.122Z Compiling hostname v0.3.1
24232026-02-16T23:01:22.350Z Compiling derive_more v0.99.20
24242026-02-16T23:01:22.379Z Compiling ciborium-ll v0.2.2
24252026-02-16T23:01:22.383Z Compiling multer v3.1.0
24262026-02-16T23:01:22.441Z Compiling slog-async v2.8.0
24272026-02-16T23:01:22.491Z Compiling progenitor-client v0.11.2
24282026-02-16T23:01:22.523Z Compiling crossbeam-channel v0.5.15
24292026-02-16T23:01:22.526Z Compiling toml_parser v1.0.6+spec-1.1.0
24302026-02-16T23:01:22.928Z Compiling ciborium v0.2.2
24312026-02-16T23:01:23.023Z Compiling slog-json v2.6.1
24322026-02-16T23:01:23.396Z Compiling futures-executor v0.3.31
24332026-02-16T23:01:23.462Z Compiling toml_datetime v0.7.5+spec-1.1.0
24342026-02-16T23:01:23.848Z Compiling serde_spanned v1.0.4
24352026-02-16T23:01:23.892Z Compiling unicode-width v0.1.14
24362026-02-16T23:01:24.072Z Compiling toml_writer v1.0.6+spec-1.1.0
24372026-02-16T23:01:24.149Z Compiling swrite v0.1.0
24382026-02-16T23:01:24.350Z Compiling term v1.1.0
24392026-02-16T23:01:24.478Z Compiling take_mut v0.2.2
24402026-02-16T23:01:24.539Z Compiling toml v0.9.11+spec-1.1.0
24412026-02-16T23:01:24.864Z Compiling tabwriter v1.4.0
24422026-02-16T23:01:25.284Z Compiling slog-term v2.9.2
24432026-02-16T23:01:25.469Z Compiling futures v0.3.31
24442026-02-16T23:01:25.617Z Compiling slog-bunyan v2.5.0
24452026-02-16T23:01:25.649Z Compiling progenitor v0.11.2
24462026-02-16T23:01:25.911Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
24472026-02-16T23:01:26.480Z Compiling tokio-rustls v0.25.0
24482026-02-16T23:01:26.759Z Compiling async-stream v0.3.6
24492026-02-16T23:01:26.960Z Compiling dropshot v0.16.7
24502026-02-16T23:01:27.059Z Compiling password-hash v0.5.0
24512026-02-16T23:01:27.089Z Compiling blake2 v0.10.6
24522026-02-16T23:01:27.269Z Compiling progenitor-macro v0.10.0
24532026-02-16T23:01:27.429Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#70d3253a)
24542026-02-16T23:01:27.678Z Compiling rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=8f5527da3c53398c95c50b1af088637e7b6c5718#8f5527da)
24552026-02-16T23:01:27.849Z Compiling universal-hash v0.5.1
24562026-02-16T23:01:28.146Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc121ef55741656ce118b02ceeda949b9261f49f#bc121ef5)
24572026-02-16T23:01:28.284Z Compiling waitgroup v0.1.2
24582026-02-16T23:01:28.381Z Compiling rustls-pemfile v2.2.0
24592026-02-16T23:01:28.536Z Compiling thiserror-impl-no-std v2.0.2
24602026-02-16T23:01:28.737Z Compiling serde_path_to_error v0.1.20
24612026-02-16T23:01:29.248Z Compiling hostname v0.4.2
24622026-02-16T23:01:29.293Z Compiling instant v0.1.13
24632026-02-16T23:01:29.488Z Compiling opaque-debug v0.3.1
24642026-02-16T23:01:29.519Z Compiling colored v3.0.0
24652026-02-16T23:01:29.554Z Compiling debug-ignore v1.0.5
24662026-02-16T23:01:29.642Z Compiling poly1305 v0.8.0
24672026-02-16T23:01:29.880Z Compiling backoff v0.4.0
24682026-02-16T23:01:30.203Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=8f5527da3c53398c95c50b1af088637e7b6c5718#8f5527da)
24692026-02-16T23:01:30.260Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc121ef55741656ce118b02ceeda949b9261f49f#bc121ef5)
24702026-02-16T23:01:30.626Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
24712026-02-16T23:01:30.923Z Compiling thiserror-no-std v2.0.2
24722026-02-16T23:01:31.093Z Compiling argon2 v0.5.3
24732026-02-16T23:01:31.124Z Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
24742026-02-16T23:01:31.774Z Compiling parse-display v0.10.0
24752026-02-16T23:01:32.331Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
24762026-02-16T23:01:32.582Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
24772026-02-16T23:01:33.531Z Compiling chacha20 v0.9.1
24782026-02-16T23:01:34.050Z Compiling progenitor-client v0.10.0
24792026-02-16T23:01:34.082Z Compiling aead v0.5.2
24802026-02-16T23:01:34.085Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#61479b69)
24812026-02-16T23:01:34.494Z Compiling macaddr v1.0.1
24822026-02-16T23:01:34.606Z Compiling derive-where v1.5.0
24832026-02-16T23:01:34.970Z Compiling chacha20poly1305 v0.10.1
24842026-02-16T23:01:35.257Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
24852026-02-16T23:01:35.912Z Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
24862026-02-16T23:01:36.051Z Compiling vsss-rs v3.3.4
24872026-02-16T23:01:37.372Z Compiling num-rational v0.4.2
24882026-02-16T23:01:38.134Z Compiling progenitor v0.10.0
24892026-02-16T23:01:38.430Z Compiling num-complex v0.4.6
24902026-02-16T23:01:38.759Z Compiling console v0.15.10
24912026-02-16T23:01:39.491Z Compiling num v0.4.3
24922026-02-16T23:01:40.290Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
24932026-02-16T23:01:41.274Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
24942026-02-16T23:01:42.039Z Compiling float-ord v0.3.2
24952026-02-16T23:01:42.494Z Compiling toml v0.8.23
24962026-02-16T23:01:42.860Z Compiling newline-converter v0.3.0
24972026-02-16T23:01:42.919Z Compiling atomicwrites v0.4.4
24982026-02-16T23:01:43.110Z Compiling prettyplease v0.2.36
24992026-02-16T23:01:43.160Z Compiling slog-dtrace v0.3.0
25002026-02-16T23:01:43.511Z Compiling expectorate v1.2.0
25012026-02-16T23:01:43.890Z Compiling owo-colors v4.2.3
25022026-02-16T23:01:43.939Z Compiling cancel-safe-futures v0.1.5
25032026-02-16T23:01:44.618Z Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
25042026-02-16T23:01:45.911Z Compiling resolv-conf v0.7.0
25052026-02-16T23:01:45.962Z Compiling libsw-core v0.3.1
25062026-02-16T23:01:45.997Z Compiling async-recursion v1.1.1
25072026-02-16T23:01:46.316Z Compiling libsw v3.5.0
25082026-02-16T23:01:47.497Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
25092026-02-16T23:01:47.777Z Compiling linear-map v1.2.0
25102026-02-16T23:01:48.041Z Compiling linked-hash-map v0.5.6
25112026-02-16T23:01:48.252Z Compiling unicode-xid v0.2.6
25122026-02-16T23:01:48.501Z Compiling lru-cache v0.1.2
25132026-02-16T23:01:48.533Z Compiling clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
25142026-02-16T23:01:48.789Z Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
25152026-02-16T23:01:49.405Z Compiling oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
25162026-02-16T23:01:52.952Z Compiling hickory-proto v0.24.4
25172026-02-16T23:01:57.445Z Compiling internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
25182026-02-16T23:01:58.782Z Compiling gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
25192026-02-16T23:02:00.505Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
25202026-02-16T23:02:03.441Z Compiling hickory-resolver v0.24.4
25212026-02-16T23:02:03.795Z Compiling globset v0.4.15
25222026-02-16T23:02:04.570Z Compiling convert_case v0.7.1
25232026-02-16T23:02:04.630Z Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
25242026-02-16T23:02:05.291Z Compiling derive_more-impl v2.0.1
25252026-02-16T23:02:07.026Z Compiling qorb v0.4.1
25262026-02-16T23:02:10.148Z Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
25272026-02-16T23:02:10.836Z Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
25282026-02-16T23:02:13.170Z Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
25292026-02-16T23:02:13.362Z Compiling derive_more v2.0.1
25302026-02-16T23:02:13.529Z Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
25312026-02-16T23:02:13.869Z Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
25322026-02-16T23:02:14.345Z Compiling pin-project-internal v1.1.6
25332026-02-16T23:02:16.226Z Compiling vte_generate_state_changes v0.1.2
25342026-02-16T23:02:16.485Z Compiling termtree v0.5.1
25352026-02-16T23:02:16.817Z Compiling siphasher v1.0.1
25362026-02-16T23:02:16.861Z Compiling vte v0.11.1
25372026-02-16T23:02:16.892Z Compiling pin-project v1.1.6
25382026-02-16T23:02:17.091Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
25392026-02-16T23:02:17.280Z Compiling phf_shared v0.12.1
25402026-02-16T23:02:18.425Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
25412026-02-16T23:02:22.765Z Compiling crossterm v0.29.0
25422026-02-16T23:02:23.579Z Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
25432026-02-16T23:02:28.039Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
25442026-02-16T23:02:29.099Z Compiling pem v3.0.5
25452026-02-16T23:02:30.453Z Compiling snafu-derive v0.8.5
25462026-02-16T23:02:30.578Z Compiling csv-core v0.1.11
25472026-02-16T23:02:30.614Z Compiling chrono-tz v0.10.4
25482026-02-16T23:02:31.019Z Compiling csv v1.3.1
25492026-02-16T23:02:31.384Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
25502026-02-16T23:02:31.469Z Compiling strip-ansi-escapes v0.2.0
25512026-02-16T23:02:31.532Z Compiling phf v0.12.1
25522026-02-16T23:02:31.887Z Compiling const_format_proc_macros v0.2.34
25532026-02-16T23:02:31.920Z Compiling papergrid v0.11.0
25542026-02-16T23:02:32.253Z Compiling tabled_derive v0.7.0
25552026-02-16T23:02:32.531Z Compiling olpc-cjson v0.1.4
25562026-02-16T23:02:32.927Z Compiling fd-lock v4.0.2
25572026-02-16T23:02:33.172Z Compiling peg-macros v0.8.5
25582026-02-16T23:02:33.205Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
25592026-02-16T23:02:33.632Z Compiling serde_plain v1.0.2
25602026-02-16T23:02:34.093Z Compiling nu-ansi-term v0.50.1
25612026-02-16T23:02:34.182Z Compiling highway v1.3.0
25622026-02-16T23:02:34.224Z Compiling typed-path v0.9.3
25632026-02-16T23:02:34.227Z Compiling tabled v0.15.0
25642026-02-16T23:02:34.570Z Compiling snafu v0.8.5
25652026-02-16T23:02:35.295Z Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
25662026-02-16T23:02:35.693Z Compiling reedline v0.40.0
25672026-02-16T23:02:35.875Z Compiling const_format v0.2.34
25682026-02-16T23:02:36.237Z Compiling peg v0.8.5
25692026-02-16T23:02:36.397Z Compiling cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
25702026-02-16T23:02:36.980Z Compiling tough v0.20.0
25712026-02-16T23:02:44.399Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
25722026-02-16T23:02:44.803Z Compiling bcs v0.1.6
25732026-02-16T23:02:45.703Z Compiling base64 v0.21.7
25742026-02-16T23:02:46.826Z Compiling semver v0.1.20
25752026-02-16T23:02:47.402Z Compiling rustc_version v0.1.7
25762026-02-16T23:02:47.830Z Compiling newtype_derive v0.1.6
25772026-02-16T23:02:48.223Z Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
25782026-02-16T23:02:48.637Z Compiling unicode-linebreak v0.1.5
25792026-02-16T23:02:49.262Z Compiling humantime v2.2.0
25802026-02-16T23:02:49.911Z Compiling smawk v0.3.2
25812026-02-16T23:02:50.240Z Compiling textwrap v0.16.2
25822026-02-16T23:02:50.272Z Compiling dropshot-api-manager-types v0.3.0
25832026-02-16T23:02:51.535Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
25842026-02-16T23:02:52.487Z Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
25852026-02-16T23:02:53.890Z Compiling steno v0.4.1
25862026-02-16T23:02:54.348Z Compiling utf-8 v0.7.6
25872026-02-16T23:02:54.769Z Compiling moka v0.12.10
25882026-02-16T23:02:54.862Z Compiling tagptr v0.2.0
25892026-02-16T23:02:55.226Z Compiling tungstenite v0.21.0
25902026-02-16T23:02:58.492Z Compiling hickory-resolver v0.25.2
25912026-02-16T23:03:00.143Z Compiling tokio-tungstenite v0.21.0
25922026-02-16T23:03:00.737Z Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
25932026-02-16T23:03:00.837Z Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
25942026-02-16T23:03:00.992Z Compiling radium v0.7.0
25952026-02-16T23:03:01.576Z Compiling maybe-uninit v2.0.0
25962026-02-16T23:03:02.130Z Compiling tap v1.0.1
25972026-02-16T23:03:02.389Z Compiling wyz v0.5.1
25982026-02-16T23:03:03.621Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
25992026-02-16T23:03:03.921Z Compiling zerocopy-derive v0.6.6
26002026-02-16T23:03:05.695Z Compiling proc-macro-error-attr2 v2.0.0
26012026-02-16T23:03:06.501Z Compiling crc-catalog v2.4.0
26022026-02-16T23:03:06.724Z Compiling display-error-chain v0.2.2
26032026-02-16T23:03:07.004Z Compiling funty v2.0.0
26042026-02-16T23:03:09.472Z Compiling packed_struct v0.10.1
26052026-02-16T23:03:09.506Z Compiling bitvec v1.0.1
26062026-02-16T23:03:10.037Z Compiling crc v3.2.1
26072026-02-16T23:03:11.907Z Compiling proc-macro-error2 v2.0.1
26082026-02-16T23:03:12.511Z Compiling zerocopy v0.6.6
26092026-02-16T23:03:13.571Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=bc121ef55741656ce118b02ceeda949b9261f49f#bc121ef5)
26102026-02-16T23:03:14.104Z Compiling packed_struct_codegen v0.10.1
26112026-02-16T23:03:14.257Z Compiling bitfield-macros v0.19.2
26122026-02-16T23:03:14.333Z Compiling indexmap v1.9.3
26132026-02-16T23:03:14.740Z Compiling nodrop v0.1.14
26142026-02-16T23:03:14.936Z Compiling array-init v0.0.4
26152026-02-16T23:03:15.744Z Compiling bitfield v0.19.2
26162026-02-16T23:03:15.788Z Compiling smallvec v0.6.14
26172026-02-16T23:03:16.109Z Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
26182026-02-16T23:03:16.257Z Compiling num-derive v0.3.3
26192026-02-16T23:03:16.323Z Compiling hashbrown v0.12.3
26202026-02-16T23:03:18.229Z Compiling libscf-sys v1.1.0
26212026-02-16T23:03:18.516Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
26222026-02-16T23:03:18.711Z Compiling serde-hex v0.1.0
26232026-02-16T23:03:18.775Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
26242026-02-16T23:03:19.170Z Compiling ron v0.8.1
26252026-02-16T23:03:20.537Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#205d47d4)
26262026-02-16T23:03:22.989Z Compiling hashbrown v0.13.2
26272026-02-16T23:03:23.223Z Compiling vergen-gitcl v1.0.8
26282026-02-16T23:03:23.614Z Compiling dirs-sys-next v0.1.2
26292026-02-16T23:03:24.013Z Compiling crc-any v2.5.0
26302026-02-16T23:03:24.133Z Compiling maplit v1.0.2
26312026-02-16T23:03:24.306Z Compiling crunchy v0.2.2
26322026-02-16T23:03:24.339Z Compiling object v0.30.4
26332026-02-16T23:03:24.899Z Compiling dirs-next v2.0.0
26342026-02-16T23:03:24.964Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
26352026-02-16T23:03:25.006Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
26362026-02-16T23:03:25.122Z Compiling dsl_auto_type v0.1.2
26372026-02-16T23:03:26.350Z Compiling scheduled-thread-pool v0.2.7
26382026-02-16T23:03:26.437Z Compiling diesel_table_macro_syntax v0.2.0
26392026-02-16T23:03:26.474Z Compiling path-slash v0.1.5
26402026-02-16T23:03:26.757Z Compiling tiny-keccak v2.0.2
26412026-02-16T23:03:26.854Z Compiling diesel_derives v2.2.3
26422026-02-16T23:03:27.168Z Compiling r2d2 v0.8.10
26432026-02-16T23:03:27.720Z Compiling term v0.7.0
26442026-02-16T23:03:28.894Z Compiling tabled_derive v0.11.0
26452026-02-16T23:03:28.988Z Compiling papergrid v0.17.0
26462026-02-16T23:03:31.296Z Compiling testing_table v0.3.0
26472026-02-16T23:03:32.155Z Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#205d47d4)
26482026-02-16T23:03:36.463Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#59b8432e)
26492026-02-16T23:03:36.761Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#59b8432e)
26502026-02-16T23:03:37.132Z Compiling bit-vec v0.6.3
26512026-02-16T23:03:37.587Z Compiling arc-swap v1.7.1
26522026-02-16T23:03:38.296Z Compiling xshell-macros v0.2.7
26532026-02-16T23:03:39.075Z Compiling xshell v0.2.7
26542026-02-16T23:03:39.581Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#59b8432e)
26552026-02-16T23:03:41.958Z Compiling slog-scope v4.4.0
26562026-02-16T23:03:42.617Z Compiling bit-set v0.5.3
26572026-02-16T23:03:42.867Z Compiling diesel v2.2.12
26582026-02-16T23:03:42.939Z Compiling tabled v0.20.0
26592026-02-16T23:03:46.354Z Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
26602026-02-16T23:03:50.333Z Compiling ascii-canvas v3.0.0
26612026-02-16T23:03:50.637Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
26622026-02-16T23:03:50.815Z Compiling ena v0.14.3
26632026-02-16T23:03:51.268Z Compiling diff v0.1.13
26642026-02-16T23:03:51.488Z Compiling bindgen v0.71.1
26652026-02-16T23:03:51.762Z Compiling regex-syntax v0.6.29
26662026-02-16T23:03:52.027Z Compiling unicase v2.8.1
26672026-02-16T23:03:52.655Z Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
26682026-02-16T23:03:56.615Z Compiling lalrpop v0.19.12
26692026-02-16T23:03:56.767Z Compiling slog-stdlog v4.1.1
26702026-02-16T23:03:57.694Z Compiling omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
26712026-02-16T23:04:00.496Z Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
26722026-02-16T23:04:00.707Z Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
26732026-02-16T23:04:01.097Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
26742026-02-16T23:04:01.386Z Compiling crc8 v0.1.1
26752026-02-16T23:04:01.492Z Compiling slog-envlogger v2.2.0
26762026-02-16T23:04:01.757Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
26772026-02-16T23:04:04.069Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
26782026-02-16T23:04:05.029Z Compiling headers-core v0.3.0
26792026-02-16T23:04:05.274Z Compiling libxml v0.3.3
26802026-02-16T23:04:05.802Z Compiling headers v0.4.1
26812026-02-16T23:04:09.628Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
26822026-02-16T23:04:12.517Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
26832026-02-16T23:04:12.912Z Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
26842026-02-16T23:04:13.817Z Compiling strum_macros v0.24.3
26852026-02-16T23:04:13.933Z Compiling samael v0.0.19
26862026-02-16T23:04:15.590Z Compiling indoc v1.0.9
26872026-02-16T23:04:16.794Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#f41bd73b)
26882026-02-16T23:04:17.609Z Compiling polar-core v0.27.3
26892026-02-16T23:04:18.465Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
26902026-02-16T23:04:18.863Z Compiling derive_builder v0.20.2
26912026-02-16T23:04:19.149Z Compiling impl-trait-for-tuples v0.2.2
26922026-02-16T23:04:19.437Z Compiling oso-derive v0.27.3
26932026-02-16T23:04:20.189Z Compiling quick-xml v0.37.2
26942026-02-16T23:04:20.358Z Compiling half v1.8.3
26952026-02-16T23:04:20.995Z Compiling serde_cbor v0.11.2
26962026-02-16T23:04:22.959Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#f41bd73b)
26972026-02-16T23:04:23.307Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
26982026-02-16T23:04:24.820Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
26992026-02-16T23:04:25.928Z Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
27002026-02-16T23:04:28.779Z Compiling diesel-dtrace v0.4.2
27012026-02-16T23:04:30.390Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#f41bd73b)
27022026-02-16T23:04:35.885Z Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
27032026-02-16T23:04:36.292Z Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
27042026-02-16T23:04:39.326Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#f41bd73b)
27052026-02-16T23:04:40.424Z Compiling oso v0.27.3
27062026-02-16T23:04:42.873Z Compiling bb8 v0.8.5
27072026-02-16T23:04:43.562Z Compiling trait-variant v0.1.2
27082026-02-16T23:04:44.139Z Compiling async-bb8-diesel v0.2.1
27092026-02-16T23:04:44.662Z Compiling scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=c78005db837a71f94c3b8efac9a64cfbdb2d527f#c78005db)
27102026-02-16T23:04:45.104Z Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#f41bd73b)
27112026-02-16T23:04:46.250Z Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
27122026-02-16T23:04:46.649Z Compiling tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
27132026-02-16T23:04:47.235Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
27142026-02-16T23:04:50.322Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
27152026-02-16T23:04:50.716Z Compiling fxhash v0.2.1
27162026-02-16T23:04:50.949Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
27172026-02-16T23:04:51.048Z Compiling typify-impl v0.2.0
27182026-02-16T23:04:51.396Z Compiling kstat-rs v0.2.4
27192026-02-16T23:04:52.361Z Compiling libz-sys v1.1.20
27202026-02-16T23:04:53.210Z Compiling salty v0.3.0
27212026-02-16T23:04:53.703Z Compiling nonempty v0.12.0
27222026-02-16T23:04:54.327Z Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
27232026-02-16T23:04:56.880Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
27242026-02-16T23:04:59.515Z Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
27252026-02-16T23:05:00.542Z Compiling typify-macro v0.2.0
27262026-02-16T23:05:04.062Z Compiling zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
27272026-02-16T23:05:08.959Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=37992295b5dc708d8f120cee805d67418741b556#37992295)
27282026-02-16T23:05:14.579Z Compiling nanorand v0.7.0
27292026-02-16T23:05:15.015Z Compiling fs-err v2.11.0
27302026-02-16T23:05:15.289Z Compiling parking_lot_core v0.8.6
27312026-02-16T23:05:15.835Z Compiling mime_guess v2.0.5
27322026-02-16T23:05:16.020Z Compiling flume v0.11.1
27332026-02-16T23:05:16.364Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=37992295b5dc708d8f120cee805d67418741b556#37992295)
27342026-02-16T23:05:16.843Z Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
27352026-02-16T23:05:19.232Z Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
27362026-02-16T23:05:23.486Z Compiling libgit2-sys v0.18.2+1.9.1
27372026-02-16T23:05:24.836Z Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
27382026-02-16T23:05:43.301Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3)
27392026-02-16T23:05:44.012Z Compiling tabled_derive v0.10.0
27402026-02-16T23:05:46.306Z Compiling clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
27412026-02-16T23:05:48.302Z Compiling ignore v0.4.23
27422026-02-16T23:05:53.203Z Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
27432026-02-16T23:05:54.786Z Compiling papergrid v0.14.0
27442026-02-16T23:05:55.880Z Compiling primeorder v0.13.6
27452026-02-16T23:05:56.508Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#4aac6125)
27462026-02-16T23:05:57.668Z Compiling castaway v0.2.3
27472026-02-16T23:05:57.929Z Compiling nibble_vec v0.1.0
27482026-02-16T23:05:58.177Z Compiling atty v0.2.14
27492026-02-16T23:05:58.399Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#4aac6125)
27502026-02-16T23:05:58.809Z Compiling endian-type v0.1.2
27512026-02-16T23:05:59.057Z Compiling http-range v0.1.5
27522026-02-16T23:05:59.112Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
27532026-02-16T23:05:59.529Z Compiling parse-size v1.1.0
27542026-02-16T23:05:59.732Z Compiling radix_trie v0.2.1
27552026-02-16T23:05:59.765Z Compiling tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
27562026-02-16T23:05:59.982Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#4aac6125)
27572026-02-16T23:06:00.460Z Compiling compact_str v0.8.0
27582026-02-16T23:06:00.601Z Compiling tabled v0.18.0
27592026-02-16T23:06:02.834Z Compiling p384 v0.13.1
27602026-02-16T23:06:07.536Z Compiling globwalk v0.9.1
27612026-02-16T23:06:08.355Z Compiling parking_lot v0.11.2
27622026-02-16T23:06:10.314Z Compiling typify v0.2.0
27632026-02-16T23:06:10.412Z Compiling predicates-tree v1.0.12
27642026-02-16T23:06:10.530Z Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
27652026-02-16T23:06:10.561Z Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
27662026-02-16T23:06:11.344Z Compiling unicode-truncate v1.1.0
27672026-02-16T23:06:13.653Z Compiling prefix-trie v0.7.0
27682026-02-16T23:06:14.606Z Compiling lru v0.12.5
27692026-02-16T23:06:14.958Z Compiling vergen-git2 v1.0.7
27702026-02-16T23:06:15.033Z Compiling instability v0.3.2
27712026-02-16T23:06:15.086Z Compiling indoc v2.0.6
27722026-02-16T23:06:15.348Z Compiling cassowary v0.3.0
27732026-02-16T23:06:16.002Z Compiling git2 v0.20.2
27742026-02-16T23:06:16.034Z Compiling ratatui v0.29.0
27752026-02-16T23:06:18.271Z Compiling hickory-server v0.25.2
27762026-02-16T23:06:18.792Z Compiling camino-tempfile-ext v0.3.2
27772026-02-16T23:06:19.811Z Compiling progenitor-impl v0.8.0
27782026-02-16T23:06:20.246Z Compiling hyper-staticfile v0.10.1
27792026-02-16T23:06:22.830Z Compiling sled v0.34.7
27802026-02-16T23:06:30.578Z Compiling hickory-client v0.25.2
27812026-02-16T23:06:32.230Z Compiling nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
27822026-02-16T23:06:32.457Z Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
27832026-02-16T23:06:33.690Z Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
27842026-02-16T23:06:35.501Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27852026-02-16T23:06:37.122Z Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
27862026-02-16T23:06:39.951Z Compiling clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
27872026-02-16T23:06:43.414Z Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=8f5527da3c53398c95c50b1af088637e7b6c5718#8f5527da)
27882026-02-16T23:06:45.232Z Compiling rand_seeder v0.4.0
27892026-02-16T23:06:45.669Z Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27902026-02-16T23:06:46.652Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=8ba93f6e785e11175059b3303bfd7e8b52ad12f8#8ba93f6e)
27912026-02-16T23:06:47.102Z Compiling lzma-sys v0.1.20
27922026-02-16T23:06:47.860Z Compiling corncobs v0.1.4
27932026-02-16T23:06:47.924Z Compiling rustls v0.21.12
27942026-02-16T23:06:48.280Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
27952026-02-16T23:06:48.364Z Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27962026-02-16T23:06:48.852Z Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
27972026-02-16T23:06:49.192Z Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
27982026-02-16T23:06:49.871Z Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
27992026-02-16T23:06:50.268Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
28002026-02-16T23:06:55.035Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
28012026-02-16T23:06:57.158Z Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
28022026-02-16T23:07:04.336Z Compiling progenitor-macro v0.8.0
28032026-02-16T23:07:08.550Z Compiling sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
28042026-02-16T23:07:15.307Z Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
28052026-02-16T23:07:15.797Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#606c0be8)
28062026-02-16T23:07:16.095Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
28072026-02-16T23:07:16.491Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
28082026-02-16T23:07:16.874Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
28092026-02-16T23:07:17.277Z Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
28102026-02-16T23:07:22.341Z Compiling progenitor-client v0.8.0
28112026-02-16T23:07:23.300Z Compiling rustls-webpki v0.101.7
28122026-02-16T23:07:25.930Z Compiling sct v0.7.1
28132026-02-16T23:07:26.435Z Compiling heck v0.3.3
28142026-02-16T23:07:26.824Z Compiling secrecy v0.8.0
28152026-02-16T23:07:27.014Z Compiling void v1.0.2
28162026-02-16T23:07:27.241Z Compiling lzss v0.8.2
28172026-02-16T23:07:27.763Z Compiling zone_cfg_derive v0.1.2
28182026-02-16T23:07:30.066Z Compiling progenitor v0.8.0
28192026-02-16T23:07:30.340Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#606c0be8)
28202026-02-16T23:07:30.951Z Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
28212026-02-16T23:07:34.039Z Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
28222026-02-16T23:07:35.470Z Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
28232026-02-16T23:07:38.834Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#88c6684d)
28242026-02-16T23:07:39.586Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
28252026-02-16T23:07:39.621Z Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
28262026-02-16T23:07:40.426Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
28272026-02-16T23:07:40.822Z Compiling tungstenite v0.23.0
28282026-02-16T23:07:46.289Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
28292026-02-16T23:07:46.688Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
28302026-02-16T23:07:47.084Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
28312026-02-16T23:07:47.475Z Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
28322026-02-16T23:07:47.862Z Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
28332026-02-16T23:07:48.590Z Compiling nix v0.27.1
28342026-02-16T23:07:50.966Z Compiling serde_bytes v0.11.19
28352026-02-16T23:07:51.411Z Compiling number_prefix v0.4.0
28362026-02-16T23:07:51.549Z Compiling base64 v0.13.1
28372026-02-16T23:07:51.740Z Compiling indicatif v0.17.11
28382026-02-16T23:07:58.244Z Compiling ron v0.7.1
28392026-02-16T23:07:59.415Z Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
28402026-02-16T23:08:02.840Z Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
28412026-02-16T23:08:03.515Z Compiling lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#61479b69)
28422026-02-16T23:08:03.668Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
28432026-02-16T23:08:10.963Z Compiling tokio-tungstenite v0.23.1
28442026-02-16T23:08:11.630Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#88c6684d)
28452026-02-16T23:08:13.419Z Compiling xz2 v0.1.7
28462026-02-16T23:08:14.085Z Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
28472026-02-16T23:08:24.266Z Compiling tokio-rustls v0.24.1
28482026-02-16T23:08:24.826Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
28492026-02-16T23:08:25.678Z Compiling zone v0.1.8
28502026-02-16T23:08:27.165Z Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
28512026-02-16T23:08:29.201Z Compiling tufaceous v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
28522026-02-16T23:08:33.948Z Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc121ef55741656ce118b02ceeda949b9261f49f#bc121ef5)
28532026-02-16T23:08:40.928Z Compiling nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
28542026-02-16T23:08:42.934Z Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
28552026-02-16T23:08:46.607Z Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
28562026-02-16T23:08:47.483Z Compiling nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
28572026-02-16T23:08:48.533Z Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
28582026-02-16T23:08:58.122Z Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
28592026-02-16T23:09:02.545Z Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
28602026-02-16T23:09:04.977Z Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
28612026-02-16T23:09:08.470Z Compiling rustls-pemfile v1.0.4
28622026-02-16T23:09:09.255Z Compiling clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
28632026-02-16T23:09:11.563Z Compiling bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
28642026-02-16T23:09:11.605Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
28652026-02-16T23:09:11.999Z Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
28662026-02-16T23:09:12.265Z Compiling ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
28672026-02-16T23:09:12.448Z Compiling signal-hook-tokio v0.3.1
28682026-02-16T23:09:12.721Z Compiling twox-hash v2.1.0
28692026-02-16T23:09:13.835Z Compiling yasna v0.5.2
28702026-02-16T23:09:13.979Z Compiling is_ci v1.2.0
28712026-02-16T23:09:14.338Z Compiling supports-color v3.0.2
28722026-02-16T23:09:17.284Z Compiling rcgen v0.12.1
28732026-02-16T23:09:17.427Z Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
28742026-02-16T23:09:18.070Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
28752026-02-16T23:09:26.077Z Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
28762026-02-16T23:09:26.392Z Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
28772026-02-16T23:09:28.950Z Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#f3fe0542)
28782026-02-16T23:09:47.789Z Compiling lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#61479b69)
28792026-02-16T23:10:00.908Z Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
28802026-02-16T23:10:03.484Z Compiling nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
28812026-02-16T23:10:13.455Z Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
28822026-02-16T23:10:22.583Z Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
28832026-02-16T23:10:23.177Z Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
28842026-02-16T23:10:23.584Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
28852026-02-16T23:10:23.991Z Compiling bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
28862026-02-16T23:10:31.495Z Compiling nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
28872026-02-16T23:10:31.836Z Compiling fatfs v0.3.6
28882026-02-16T23:10:31.870Z Compiling raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df)
28892026-02-16T23:10:34.609Z Compiling rtoolbox v0.0.2
28902026-02-16T23:10:35.082Z Compiling subprocess v0.2.9
28912026-02-16T23:10:39.790Z Compiling assert_matches v1.5.0
28922026-02-16T23:10:39.952Z Compiling seq-macro v0.3.6
28932026-02-16T23:10:41.185Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
28942026-02-16T23:10:45.447Z Compiling rpassword v7.4.0
28952026-02-16T23:10:45.980Z Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
28962026-02-16T23:10:52.717Z Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
28972026-02-16T23:11:08.533Z Compiling ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
28982026-02-16T23:11:13.880Z Compiling ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
28992026-02-16T23:11:14.096Z Compiling tui-tree-widget v0.23.1
29002026-02-16T23:11:14.590Z Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
29012026-02-16T23:11:22.451Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
29022026-02-16T23:11:23.387Z Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
29032026-02-16T23:11:25.408Z Compiling uzers v0.12.1
29042026-02-16T23:11:28.714Z Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
29052026-02-16T23:11:29.427Z Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
29062026-02-16T23:11:39.172Z Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
29072026-02-16T23:11:58.935Z Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
29082026-02-16T23:12:12.265Z Compiling support-bundle-viewer v0.1.2
29092026-02-16T23:12:15.024Z Compiling clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
29102026-02-16T23:12:16.618Z Compiling multimap v0.10.1
29112026-02-16T23:14:28.391Z Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
29122026-02-16T23:14:48.076Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
29132026-02-16T23:25:24.644Z Finished `release` profile [optimized] target(s) in 24m 04s
29142026-02-16T23:26:23.758Z
29152026-02-16T23:26:23.761Zreal 25:05.480520504
29162026-02-16T23:26:23.761Zuser 2:59:48.503089140
29172026-02-16T23:26:23.761Zsys 4:50.199034833
29182026-02-16T23:26:23.761Ztrap 4.362668979
29192026-02-16T23:26:23.761Ztflt 2.506219495
29202026-02-16T23:26:23.761Zdflt 6.677208559
29212026-02-16T23:26:23.761Zkflt 0.001339039
29222026-02-16T23:26:23.761Zlock 12:04:15.125589774
29232026-02-16T23:26:23.762Zslp 8:47:25.792068202
29242026-02-16T23:26:23.762Zlat 4:50.713034908
29252026-02-16T23:26:23.762Zstop 4:34.386213408
29262026-02-16T23:26:23.762Z+ mapfile -t packages
29272026-02-16T23:26:23.762Z++ cargo run --locked --release --bin omicron-package -- -t test list-outputs
29282026-02-16T23:26:25.109Z Finished `release` profile [optimized] target(s) in 1.28s
29292026-02-16T23:26:25.174Z Running `target/release/omicron-package -t test list-outputs`
29302026-02-16T23:26:25.232ZLogging to: /work/oxidecomputer/omicron/out/LOG
29312026-02-16T23:26:25.235Z+ ptime -m cargo build --locked --release -p xtask
29322026-02-16T23:26:26.050Z Compiling serde_core v1.0.228
29332026-02-16T23:26:26.050Z Compiling syn v2.0.114
29342026-02-16T23:26:26.053Z Compiling serde v1.0.228
29352026-02-16T23:26:26.053Z Compiling bitflags v2.9.4
29362026-02-16T23:26:26.053Z Compiling serde_json v1.0.149
29372026-02-16T23:26:26.053Z Compiling libc v0.2.180
29382026-02-16T23:26:26.178Z Compiling num-traits v0.2.19
29392026-02-16T23:26:26.190Z Compiling rustix v0.38.37
29402026-02-16T23:26:26.621Z Compiling smallvec v1.15.1
29412026-02-16T23:26:26.639Z Compiling hashbrown v0.16.1
29422026-02-16T23:26:27.017Z Compiling usdt-impl v0.5.0
29432026-02-16T23:26:27.136Z Compiling syn v1.0.109
29442026-02-16T23:26:27.779Z Compiling percent-encoding v2.3.2
29452026-02-16T23:26:28.008Z Compiling indexmap v2.13.0
29462026-02-16T23:26:28.111Z Compiling thread-id v4.2.2
29472026-02-16T23:26:28.300Z Compiling getrandom v0.3.4
29482026-02-16T23:26:28.353Z Compiling log v0.4.29
29492026-02-16T23:26:28.848Z Compiling rustix v1.1.3
29502026-02-16T23:26:28.983Z Compiling terminal_size v0.4.0
29512026-02-16T23:26:29.302Z Compiling ordered-float v2.10.1
29522026-02-16T23:26:29.459Z Compiling form_urlencoded v1.2.2
29532026-02-16T23:26:30.041Z Compiling fs-err v3.1.1
29542026-02-16T23:26:30.262Z Compiling heck v0.4.1
29552026-02-16T23:26:30.438Z Compiling once_cell v1.21.3
29562026-02-16T23:26:30.695Z Compiling anyhow v1.0.99
29572026-02-16T23:26:30.978Z Compiling clap_builder v4.5.48
29582026-02-16T23:26:31.983Z Compiling tempfile v3.24.0
29592026-02-16T23:26:33.273Z Compiling synstructure v0.13.1
29602026-02-16T23:26:33.326Z Compiling proc-macro-error v1.0.4
29612026-02-16T23:26:33.877Z Compiling textwrap v0.16.2
29622026-02-16T23:26:33.906Z Compiling camino-tempfile v1.4.1
29632026-02-16T23:26:35.608Z Compiling tabled_derive v0.7.0
29642026-02-16T23:26:35.857Z Compiling serde_derive v1.0.228
29652026-02-16T23:26:36.028Z Compiling thiserror-impl v2.0.18
29662026-02-16T23:26:36.050Z Compiling zerofrom-derive v0.1.4
29672026-02-16T23:26:36.142Z Compiling yoke-derive v0.7.4
29682026-02-16T23:26:36.375Z Compiling zerovec-derive v0.10.3
29692026-02-16T23:26:38.387Z Compiling displaydoc v0.2.5
29702026-02-16T23:26:38.750Z Compiling thiserror-impl v1.0.69
29712026-02-16T23:26:38.841Z Compiling thiserror v2.0.18
29722026-02-16T23:26:38.887Z Compiling zerofrom v0.1.4
29732026-02-16T23:26:39.060Z Compiling pest v2.8.2
29742026-02-16T23:26:39.194Z Compiling yoke v0.7.4
29752026-02-16T23:26:39.648Z Compiling zerovec v0.10.4
29762026-02-16T23:26:39.864Z Compiling zerocopy-derive v0.7.35
29772026-02-16T23:26:41.395Z Compiling icu_provider_macros v1.5.0
29782026-02-16T23:26:41.770Z Compiling tinystr v0.7.6
29792026-02-16T23:26:42.195Z Compiling icu_locid v1.5.0
29802026-02-16T23:26:42.239Z Compiling pest_meta v2.8.2
29812026-02-16T23:26:42.500Z Compiling icu_collections v1.5.0
29822026-02-16T23:26:44.136Z Compiling pest_generator v2.8.2
29832026-02-16T23:26:44.295Z Compiling icu_provider v1.5.0
29842026-02-16T23:26:45.153Z Compiling thiserror v1.0.69
29852026-02-16T23:26:45.366Z Compiling icu_locid_transform v1.5.0
29862026-02-16T23:26:45.853Z Compiling pest_derive v2.8.2
29872026-02-16T23:26:46.035Z Compiling toml_datetime v0.6.11
29882026-02-16T23:26:46.578Z Compiling serde_spanned v0.6.9
29892026-02-16T23:26:46.693Z Compiling zerocopy v0.7.35
29902026-02-16T23:26:46.885Z Compiling icu_properties v1.5.1
29912026-02-16T23:26:46.941Z Compiling scroll_derive v0.12.0
29922026-02-16T23:26:48.201Z Compiling dof v0.3.0
29932026-02-16T23:26:48.339Z Compiling scroll v0.12.0
29942026-02-16T23:26:48.472Z Compiling toml_edit v0.22.27
29952026-02-16T23:26:49.015Z Compiling dtrace-parser v0.2.0
29962026-02-16T23:26:49.129Z Compiling goblin v0.8.2
29972026-02-16T23:26:51.308Z Compiling icu_normalizer v1.5.0
29982026-02-16T23:26:51.815Z Compiling erased-serde v0.4.6
29992026-02-16T23:26:53.173Z Compiling idna_adapter v1.2.0
30002026-02-16T23:26:53.261Z Compiling toml v0.8.23
30012026-02-16T23:26:53.444Z Compiling idna v1.0.3
30022026-02-16T23:26:53.477Z Compiling serde_tokenstream v0.2.2
30032026-02-16T23:26:56.622Z Compiling url v2.5.4
30042026-02-16T23:26:58.674Z Compiling serde-untagged v0.1.7
30052026-02-16T23:26:59.515Z Compiling serde-value v0.7.0
30062026-02-16T23:27:01.146Z Compiling cargo-util-schemas v0.8.2
30072026-02-16T23:27:02.115Z Compiling usdt-macro v0.5.0
30082026-02-16T23:27:03.267Z Compiling usdt-attr-macro v0.5.0
30092026-02-16T23:27:03.373Z Compiling cargo-platform v0.2.0
30102026-02-16T23:27:04.594Z Compiling clap_derive v4.5.47
30112026-02-16T23:27:04.634Z Compiling usdt v0.5.0
30122026-02-16T23:27:04.954Z Compiling cargo_metadata v0.21.0
30132026-02-16T23:27:05.718Z Compiling cargo_toml v0.21.0
30142026-02-16T23:27:06.079Z Compiling macaddr v1.0.1
30152026-02-16T23:27:06.639Z Compiling tabled v0.15.0
30162026-02-16T23:27:08.740Z Compiling clap v4.5.48
30172026-02-16T23:27:16.906Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
30182026-02-16T23:27:22.976Z Finished `release` profile [optimized] target(s) in 57.66s
30192026-02-16T23:27:23.116Z
30202026-02-16T23:27:23.120Zreal 57.843812835
30212026-02-16T23:27:23.120Zuser 6:19.858861313
30222026-02-16T23:27:23.120Zsys 30.194940358
30232026-02-16T23:27:23.120Ztrap 0.195957567
30242026-02-16T23:27:23.120Ztflt 0.327596536
30252026-02-16T23:27:23.120Zdflt 0.497861283
30262026-02-16T23:27:23.120Zkflt 0.000024810
30272026-02-16T23:27:23.120Zlock 16:35.582154863
30282026-02-16T23:27:23.120Zslp 19:08.644022431
30292026-02-16T23:27:23.120Zlat 24.590785530
30302026-02-16T23:27:23.120Zstop 34.417484931
30312026-02-16T23:27:23.120Z+ export CARGO_PROFILE_DEV_DEBUG=line-tables-only
30322026-02-16T23:27:23.120Z+ CARGO_PROFILE_DEV_DEBUG=line-tables-only
30332026-02-16T23:27:23.120Z+ export CARGO_PROFILE_TEST_DEBUG=line-tables-only
30342026-02-16T23:27:23.120Z+ CARGO_PROFILE_TEST_DEBUG=line-tables-only
30352026-02-16T23:27:23.120Z+ ptime -m cargo build --locked -p end-to-end-tests --tests --bin bootstrap --message-format json-render-diagnostics
30362026-02-16T23:27:24.468Z Compiling regress v0.10.4
30372026-02-16T23:27:24.640Z Compiling unsafe-libyaml v0.2.11
30382026-02-16T23:27:24.643Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
30392026-02-16T23:27:24.643Z Compiling match_cfg v0.1.0
30402026-02-16T23:27:24.688Z Compiling structmeta-derive v0.3.0
30412026-02-16T23:27:24.688Z Compiling rustls v0.22.4
30422026-02-16T23:27:24.691Z Compiling newtype-uuid-macros v0.1.0
30432026-02-16T23:27:24.691Z Compiling multer v3.1.0
30442026-02-16T23:27:24.780Z Compiling hostname v0.3.1
30452026-02-16T23:27:25.042Z Compiling debug-ignore v1.0.5
30462026-02-16T23:27:25.180Z Compiling toml_parser v1.0.6+spec-1.1.0
30472026-02-16T23:27:25.230Z Compiling progenitor-client v0.10.0
30482026-02-16T23:27:25.258Z Compiling slog-json v2.6.1
30492026-02-16T23:27:25.639Z Compiling async-stream-impl v0.3.6
30502026-02-16T23:27:25.789Z Compiling serde_spanned v1.0.4
30512026-02-16T23:27:26.108Z Compiling serde_yaml v0.9.34+deprecated
30522026-02-16T23:27:26.381Z Compiling toml_datetime v0.7.5+spec-1.1.0
30532026-02-16T23:27:26.408Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
30542026-02-16T23:27:26.660Z Compiling dropshot v0.16.7
30552026-02-16T23:27:26.953Z Compiling toml_writer v1.0.6+spec-1.1.0
30562026-02-16T23:27:27.043Z Compiling async-stream v0.3.6
30572026-02-16T23:27:27.169Z Compiling slog-bunyan v2.5.0
30582026-02-16T23:27:27.197Z Compiling structmeta v0.3.0
30592026-02-16T23:27:27.369Z Compiling toml v0.9.11+spec-1.1.0
30602026-02-16T23:27:27.443Z Compiling waitgroup v0.1.2
30612026-02-16T23:27:27.635Z Compiling rustls-pemfile v2.2.0
30622026-02-16T23:27:27.684Z Compiling dropshot_endpoint v0.16.7
30632026-02-16T23:27:27.964Z Compiling itertools v0.14.0
30642026-02-16T23:27:28.011Z Compiling serde_path_to_error v0.1.20
30652026-02-16T23:27:28.380Z Compiling typify-impl v0.4.3
30662026-02-16T23:27:28.881Z Compiling hostname v0.4.2
30672026-02-16T23:27:29.171Z Compiling derive-ex v0.1.8
30682026-02-16T23:27:29.888Z Compiling tokio-rustls v0.25.0
30692026-02-16T23:27:30.379Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#70d3253a)
30702026-02-16T23:27:30.644Z Compiling macaddr v1.0.1
30712026-02-16T23:27:30.748Z Compiling tabwriter v1.4.0
30722026-02-16T23:27:31.108Z Compiling instant v0.1.13
30732026-02-16T23:27:31.142Z Compiling progenitor-client v0.11.2
30742026-02-16T23:27:31.210Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
30752026-02-16T23:27:31.318Z Compiling parse-display-derive v0.10.0
30762026-02-16T23:27:31.759Z Compiling rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=8f5527da3c53398c95c50b1af088637e7b6c5718#8f5527da)
30772026-02-16T23:27:32.019Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
30782026-02-16T23:27:32.272Z Compiling colored v3.0.0
30792026-02-16T23:27:32.517Z Compiling backoff v0.4.0
30802026-02-16T23:27:32.545Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
30812026-02-16T23:27:32.936Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#61479b69)
30822026-02-16T23:27:33.071Z Compiling proc-macro-crate v1.3.1
30832026-02-16T23:27:33.328Z Compiling test-strategy v0.4.3
30842026-02-16T23:27:33.353Z Compiling crucible-workspace-hack v0.1.0
30852026-02-16T23:27:33.470Z Compiling proc-macro-error v1.0.4
30862026-02-16T23:27:33.738Z Compiling heapless v0.8.0
30872026-02-16T23:27:34.114Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
30882026-02-16T23:27:34.140Z Compiling num_enum_derive v0.5.11
30892026-02-16T23:27:34.714Z Compiling ingot-macros v0.1.1
30902026-02-16T23:27:34.741Z Compiling hash32 v0.3.1
30912026-02-16T23:27:35.059Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
30922026-02-16T23:27:35.131Z Compiling smoltcp v0.11.0
30932026-02-16T23:27:35.249Z Compiling parse-display v0.10.0
30942026-02-16T23:27:35.865Z Compiling foreign-types-macros v0.2.3
30952026-02-16T23:27:35.892Z Compiling cobs v0.2.3
30962026-02-16T23:27:36.235Z Compiling foreign-types-shared v0.3.1
30972026-02-16T23:27:36.458Z Compiling postcard v1.0.10
30982026-02-16T23:27:36.485Z Compiling num_enum v0.5.11
30992026-02-16T23:27:36.954Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
31002026-02-16T23:27:37.108Z Compiling nix v0.30.1
31012026-02-16T23:27:37.149Z Compiling foreign-types v0.5.0
31022026-02-16T23:27:37.174Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
31032026-02-16T23:27:37.296Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
31042026-02-16T23:27:37.987Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
31052026-02-16T23:27:38.011Z Compiling cstr-argument v0.1.2
31062026-02-16T23:27:38.096Z Compiling rayon-core v1.12.1
31072026-02-16T23:27:38.193Z Compiling pretty-hex v0.2.1
31082026-02-16T23:27:38.356Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#f4eae3d8)
31092026-02-16T23:27:38.520Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
31102026-02-16T23:27:38.550Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
31112026-02-16T23:27:38.610Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
31122026-02-16T23:27:38.813Z Compiling crossbeam-deque v0.8.5
31132026-02-16T23:27:38.857Z Compiling colored v2.2.0
31142026-02-16T23:27:38.975Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
31152026-02-16T23:27:39.932Z Compiling camino-tempfile v1.4.1
31162026-02-16T23:27:40.223Z Compiling typify-macro v0.4.3
31172026-02-16T23:27:40.460Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
31182026-02-16T23:27:40.730Z Compiling rayon v1.10.0
31192026-02-16T23:27:40.823Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
31202026-02-16T23:27:41.095Z Compiling zone_cfg_derive v0.3.0
31212026-02-16T23:27:41.442Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc121ef55741656ce118b02ceeda949b9261f49f#bc121ef5)
31222026-02-16T23:27:41.733Z Compiling ingot-types v0.1.2
31232026-02-16T23:27:41.915Z Compiling smf v0.2.3
31242026-02-16T23:27:42.203Z Compiling num-derive v0.4.2
31252026-02-16T23:27:42.519Z Compiling sigpipe v0.1.3
31262026-02-16T23:27:42.689Z Compiling ingot v0.1.1
31272026-02-16T23:27:42.717Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
31282026-02-16T23:27:43.125Z Compiling zone v0.3.1
31292026-02-16T23:27:43.128Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc121ef55741656ce118b02ceeda949b9261f49f#bc121ef5)
31302026-02-16T23:27:43.684Z Compiling toml v0.8.23
31312026-02-16T23:27:43.910Z Compiling convert_case v0.4.0
31322026-02-16T23:27:44.407Z Compiling typify v0.4.3
31332026-02-16T23:27:44.468Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
31342026-02-16T23:27:44.628Z Compiling progenitor-impl v0.11.2
31352026-02-16T23:27:44.732Z Compiling derive_more v0.99.20
31362026-02-16T23:27:44.735Z Compiling universal-hash v0.5.1
31372026-02-16T23:27:45.032Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
31382026-02-16T23:27:45.125Z Compiling opaque-debug v0.3.1
31392026-02-16T23:27:45.167Z Compiling secrecy v0.10.3
31402026-02-16T23:27:45.271Z Compiling half v2.4.1
31412026-02-16T23:27:45.351Z Compiling ciborium-io v0.2.2
31422026-02-16T23:27:45.447Z Compiling aead v0.5.2
31432026-02-16T23:27:45.499Z Compiling poly1305 v0.8.0
31442026-02-16T23:27:45.544Z Compiling progenitor-impl v0.10.0
31452026-02-16T23:27:45.862Z Compiling ciborium-ll v0.2.2
31462026-02-16T23:27:45.890Z Compiling chacha20 v0.9.1
31472026-02-16T23:27:46.345Z Compiling ciborium v0.2.2
31482026-02-16T23:27:46.378Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
31492026-02-16T23:27:46.422Z Compiling thiserror-impl-no-std v2.0.2
31502026-02-16T23:27:46.877Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
31512026-02-16T23:27:47.251Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc121ef55741656ce118b02ceeda949b9261f49f#bc121ef5)
31522026-02-16T23:27:47.493Z Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
31532026-02-16T23:27:47.764Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc121ef55741656ce118b02ceeda949b9261f49f#bc121ef5)
31542026-02-16T23:27:47.942Z Compiling num-rational v0.4.2
31552026-02-16T23:27:49.488Z Compiling thiserror-no-std v2.0.2
31562026-02-16T23:27:49.560Z Compiling password-hash v0.5.0
31572026-02-16T23:27:49.674Z Compiling blake2 v0.10.6
31582026-02-16T23:27:50.312Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
31592026-02-16T23:27:50.516Z Compiling num-complex v0.4.6
31602026-02-16T23:27:51.058Z Compiling indent_write v2.2.0
31612026-02-16T23:27:51.311Z Compiling argon2 v0.5.3
31622026-02-16T23:27:51.351Z Compiling vsss-rs v3.3.4
31632026-02-16T23:27:51.564Z Compiling progenitor-macro v0.11.2
31642026-02-16T23:27:51.592Z Compiling num v0.4.3
31652026-02-16T23:27:51.742Z Compiling chacha20poly1305 v0.10.1
31662026-02-16T23:27:52.049Z Compiling float-ord v0.3.2
31672026-02-16T23:27:52.285Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
31682026-02-16T23:27:52.313Z Compiling progenitor-macro v0.10.0
31692026-02-16T23:27:52.486Z Compiling gethostname v0.5.0
31702026-02-16T23:27:52.737Z Compiling usdt-attr-macro v0.5.0
31712026-02-16T23:27:52.801Z Compiling usdt-macro v0.5.0
31722026-02-16T23:27:53.082Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
31732026-02-16T23:27:53.307Z Compiling derive-where v1.5.0
31742026-02-16T23:27:54.358Z Compiling owo-colors v4.2.3
31752026-02-16T23:27:54.388Z Compiling cancel-safe-futures v0.1.5
31762026-02-16T23:27:54.439Z Compiling usdt v0.5.0
31772026-02-16T23:27:54.856Z Compiling console v0.15.10
31782026-02-16T23:27:55.004Z Compiling resolv-conf v0.7.0
31792026-02-16T23:27:55.116Z Compiling libsw-core v0.3.1
31802026-02-16T23:27:55.461Z Compiling libsw v3.5.0
31812026-02-16T23:27:55.773Z Compiling async-recursion v1.1.1
31822026-02-16T23:27:55.818Z Compiling libefi-sys v0.1.0
31832026-02-16T23:27:56.141Z Compiling linear-map v1.2.0
31842026-02-16T23:27:56.236Z Compiling hickory-proto v0.24.4
31852026-02-16T23:27:56.359Z Compiling newline-converter v0.3.0
31862026-02-16T23:27:56.444Z Compiling atomicwrites v0.4.4
31872026-02-16T23:27:56.543Z Compiling bitfield-struct v0.6.2
31882026-02-16T23:27:56.578Z Compiling linked-hash-map v0.5.6
31892026-02-16T23:27:56.864Z Compiling semver v0.1.20
31902026-02-16T23:27:56.982Z Compiling lru-cache v0.1.2
31912026-02-16T23:27:57.228Z Compiling expectorate v1.2.0
31922026-02-16T23:27:57.474Z Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
31932026-02-16T23:27:57.508Z Compiling rustc_version v0.1.7
31942026-02-16T23:27:57.543Z Compiling slog-dtrace v0.3.0
31952026-02-16T23:27:57.686Z Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
31962026-02-16T23:27:57.852Z Compiling siphasher v1.0.1
31972026-02-16T23:27:57.932Z Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
31982026-02-16T23:27:57.985Z Compiling newtype_derive v0.1.6
31992026-02-16T23:27:58.053Z Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
32002026-02-16T23:27:58.318Z Compiling phf_shared v0.12.1
32012026-02-16T23:27:58.428Z Compiling tokio-dtrace v0.1.0
32022026-02-16T23:27:58.516Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
32032026-02-16T23:27:58.701Z Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
32042026-02-16T23:27:58.757Z Compiling dropshot-api-manager-types v0.3.0
32052026-02-16T23:27:58.922Z Compiling pin-project-internal v1.1.6
32062026-02-16T23:27:59.463Z Compiling csv-core v0.1.11
32072026-02-16T23:27:59.562Z Compiling xshell-macros v0.2.7
32082026-02-16T23:27:59.721Z Compiling base64 v0.21.7
32092026-02-16T23:28:00.028Z Compiling chrono-tz v0.10.4
32102026-02-16T23:28:00.408Z Compiling const_format_proc_macros v0.2.34
32112026-02-16T23:28:00.463Z Compiling xshell v0.2.7
32122026-02-16T23:28:00.500Z Compiling csv v1.3.1
32132026-02-16T23:28:01.334Z Compiling oxide-tokio-rt v0.1.2
32142026-02-16T23:28:01.606Z Compiling hickory-resolver v0.24.4
32152026-02-16T23:28:01.693Z Compiling pin-project v1.1.6
32162026-02-16T23:28:01.719Z Compiling phf v0.12.1
32172026-02-16T23:28:01.914Z Compiling gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
32182026-02-16T23:28:02.046Z Compiling primeorder v0.13.6
32192026-02-16T23:28:02.341Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
32202026-02-16T23:28:02.529Z Compiling pem v3.0.5
32212026-02-16T23:28:02.633Z Compiling snafu-derive v0.8.5
32222026-02-16T23:28:03.285Z Compiling highway v1.3.0
32232026-02-16T23:28:03.507Z Compiling same-file v1.0.6
32242026-02-16T23:28:03.879Z Compiling walkdir v2.5.0
32252026-02-16T23:28:04.124Z Compiling qorb v0.4.1
32262026-02-16T23:28:04.358Z Compiling const_format v0.2.34
32272026-02-16T23:28:04.550Z Compiling progenitor v0.11.2
32282026-02-16T23:28:04.836Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=8f5527da3c53398c95c50b1af088637e7b6c5718#8f5527da)
32292026-02-16T23:28:05.189Z Compiling cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
32302026-02-16T23:28:05.318Z Compiling progenitor v0.10.0
32312026-02-16T23:28:05.606Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
32322026-02-16T23:28:07.117Z Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
32332026-02-16T23:28:07.151Z Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
32342026-02-16T23:28:07.180Z Compiling tabled_derive v0.7.0
32352026-02-16T23:28:07.356Z Compiling snafu v0.8.5
32362026-02-16T23:28:07.477Z Compiling globset v0.4.15
32372026-02-16T23:28:08.151Z Compiling olpc-cjson v0.1.4
32382026-02-16T23:28:08.456Z Compiling bcs v0.1.6
32392026-02-16T23:28:08.543Z Compiling serde_plain v1.0.2
32402026-02-16T23:28:08.571Z Compiling utf-8 v0.7.6
32412026-02-16T23:28:08.793Z Compiling typed-path v0.9.3
32422026-02-16T23:28:08.947Z Compiling radium v0.7.0
32432026-02-16T23:28:08.977Z Compiling salty v0.3.0
32442026-02-16T23:28:09.110Z Compiling termtree v0.5.1
32452026-02-16T23:28:09.180Z Compiling textwrap v0.16.2
32462026-02-16T23:28:09.426Z Compiling tungstenite v0.21.0
32472026-02-16T23:28:09.454Z Compiling tabled v0.15.0
32482026-02-16T23:28:09.536Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
32492026-02-16T23:28:09.564Z Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
32502026-02-16T23:28:09.935Z Compiling steno v0.4.1
32512026-02-16T23:28:10.271Z Compiling typify-impl v0.2.0
32522026-02-16T23:28:11.491Z Compiling tough v0.20.0
32532026-02-16T23:28:11.866Z Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
32542026-02-16T23:28:12.141Z Compiling moka v0.12.10
32552026-02-16T23:28:12.531Z Compiling maybe-uninit v2.0.0
32562026-02-16T23:28:13.130Z Compiling humantime v2.2.0
32572026-02-16T23:28:13.742Z Compiling tap v1.0.1
32582026-02-16T23:28:13.992Z Compiling wyz v0.5.1
32592026-02-16T23:28:14.656Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
32602026-02-16T23:28:15.340Z Compiling tokio-tungstenite v0.21.0
32612026-02-16T23:28:16.299Z Compiling p384 v0.13.1
32622026-02-16T23:28:16.434Z Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
32632026-02-16T23:28:16.516Z Compiling packed_struct v0.10.1
32642026-02-16T23:28:17.062Z Compiling arc-swap v1.7.1
32652026-02-16T23:28:17.223Z Compiling tagptr v0.2.0
32662026-02-16T23:28:17.559Z Compiling funty v2.0.0
32672026-02-16T23:28:17.608Z Compiling slog-scope v4.4.0
32682026-02-16T23:28:18.156Z Compiling polyval v0.6.2
32692026-02-16T23:28:18.312Z Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
32702026-02-16T23:28:18.688Z Compiling bitvec v1.0.1
32712026-02-16T23:28:19.058Z Compiling packed_struct_codegen v0.10.1
32722026-02-16T23:28:19.293Z Compiling zerocopy-derive v0.6.6
32732026-02-16T23:28:19.591Z Compiling bitfield-macros v0.19.2
32742026-02-16T23:28:21.196Z Compiling proc-macro-error-attr2 v2.0.0
32752026-02-16T23:28:21.222Z Compiling indexmap v1.9.3
32762026-02-16T23:28:21.279Z Compiling crc-catalog v2.4.0
32772026-02-16T23:28:21.307Z Compiling parking_lot_core v0.8.6
32782026-02-16T23:28:21.503Z Compiling nodrop v0.1.14
32792026-02-16T23:28:21.580Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
32802026-02-16T23:28:21.653Z Compiling array-init v0.0.4
32812026-02-16T23:28:21.688Z Compiling crc v3.2.1
32822026-02-16T23:28:21.873Z Compiling typify-macro v0.2.0
32832026-02-16T23:28:21.909Z Compiling zerocopy v0.6.6
32842026-02-16T23:28:21.979Z Compiling bitfield v0.19.2
32852026-02-16T23:28:22.036Z Compiling proc-macro-error2 v2.0.1
32862026-02-16T23:28:22.356Z Compiling hickory-resolver v0.25.2
32872026-02-16T23:28:22.528Z Compiling ghash v0.5.1
32882026-02-16T23:28:22.672Z Compiling smallvec v0.6.14
32892026-02-16T23:28:22.690Z Compiling slog-stdlog v4.1.1
32902026-02-16T23:28:22.717Z Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
32912026-02-16T23:28:22.771Z Compiling ctr v0.9.2
32922026-02-16T23:28:23.126Z Compiling num-derive v0.3.3
32932026-02-16T23:28:23.150Z Compiling lzma-sys v0.1.20
32942026-02-16T23:28:23.214Z Compiling hashbrown v0.12.3
32952026-02-16T23:28:23.725Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
32962026-02-16T23:28:24.015Z Compiling unicase v2.8.1
32972026-02-16T23:28:24.236Z Compiling aes-gcm v0.10.3
32982026-02-16T23:28:24.455Z Compiling mime_guess v2.0.5
32992026-02-16T23:28:24.616Z Compiling serde-hex v0.1.0
33002026-02-16T23:28:25.199Z Compiling slog-envlogger v2.2.0
33012026-02-16T23:28:25.363Z Compiling libscf-sys v1.1.0
33022026-02-16T23:28:25.628Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#205d47d4)
33032026-02-16T23:28:25.669Z Compiling tabled_derive v0.11.0
33042026-02-16T23:28:25.851Z Compiling typify v0.2.0
33052026-02-16T23:28:25.941Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
33062026-02-16T23:28:26.064Z Compiling progenitor-impl v0.8.0
33072026-02-16T23:28:26.511Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
33082026-02-16T23:28:26.947Z Compiling ron v0.8.1
33092026-02-16T23:28:26.951Z Compiling papergrid v0.17.0
33102026-02-16T23:28:27.628Z Compiling testing_table v0.3.0
33112026-02-16T23:28:27.965Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#f41bd73b)
33122026-02-16T23:28:28.524Z Compiling hashbrown v0.13.2
33132026-02-16T23:28:29.237Z Compiling oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
33142026-02-16T23:28:29.364Z Compiling internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
33152026-02-16T23:28:29.678Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
33162026-02-16T23:28:30.446Z Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
33172026-02-16T23:28:30.590Z Compiling clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
33182026-02-16T23:28:31.190Z Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
33192026-02-16T23:28:31.514Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#f41bd73b)
33202026-02-16T23:28:32.886Z Compiling progenitor-macro v0.8.0
33212026-02-16T23:28:33.571Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#59b8432e)
33222026-02-16T23:28:35.333Z Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
33232026-02-16T23:28:35.456Z Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
33242026-02-16T23:28:35.964Z Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
33252026-02-16T23:28:36.649Z Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
33262026-02-16T23:28:37.115Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
33272026-02-16T23:28:37.389Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
33282026-02-16T23:28:38.213Z Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
33292026-02-16T23:28:38.695Z Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
33302026-02-16T23:28:38.726Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#f41bd73b)
33312026-02-16T23:28:38.923Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
33322026-02-16T23:28:39.191Z Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
33332026-02-16T23:28:39.653Z Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
33342026-02-16T23:28:40.064Z Compiling heck v0.3.3
33352026-02-16T23:28:40.485Z Compiling progenitor-client v0.8.0
33362026-02-16T23:28:41.068Z Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
33372026-02-16T23:28:41.115Z Compiling zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
33382026-02-16T23:28:41.338Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=8ba93f6e785e11175059b3303bfd7e8b52ad12f8#8ba93f6e)
33392026-02-16T23:28:41.338Z Compiling ssh-encoding v0.2.0
33402026-02-16T23:28:41.771Z Compiling blowfish v0.9.1
33412026-02-16T23:28:41.937Z Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
33422026-02-16T23:28:42.182Z Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
33432026-02-16T23:28:42.275Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#f41bd73b)
33442026-02-16T23:28:42.650Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#59b8432e)
33452026-02-16T23:28:43.072Z Compiling nibble_vec v0.1.0
33462026-02-16T23:28:43.131Z Compiling corncobs v0.1.4
33472026-02-16T23:28:43.367Z Compiling crc-any v2.5.0
33482026-02-16T23:28:43.501Z Compiling endian-type v0.1.2
33492026-02-16T23:28:43.833Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
33502026-02-16T23:28:43.921Z Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#205d47d4)
33512026-02-16T23:28:44.285Z Compiling radix_trie v0.2.1
33522026-02-16T23:28:44.896Z Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
33532026-02-16T23:28:44.947Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
33542026-02-16T23:28:45.188Z Compiling bcrypt-pbkdf v0.10.0
33552026-02-16T23:28:45.684Z Compiling progenitor v0.8.0
33562026-02-16T23:28:45.783Z Compiling ssh-cipher v0.2.0
33572026-02-16T23:28:45.890Z Compiling zone_cfg_derive v0.1.2
33582026-02-16T23:28:45.959Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#59b8432e)
33592026-02-16T23:28:47.213Z Compiling object v0.30.4
33602026-02-16T23:28:47.339Z Compiling tabled v0.20.0
33612026-02-16T23:28:48.316Z Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#f41bd73b)
33622026-02-16T23:28:48.883Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
33632026-02-16T23:28:49.572Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
33642026-02-16T23:28:49.901Z Compiling parking_lot v0.11.2
33652026-02-16T23:28:50.868Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
33662026-02-16T23:28:51.961Z Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
33672026-02-16T23:28:52.337Z Compiling prefix-trie v0.7.0
33682026-02-16T23:28:52.433Z Compiling password-hash v0.4.2
33692026-02-16T23:28:53.227Z Compiling fxhash v0.2.1
33702026-02-16T23:28:53.334Z Compiling secrecy v0.8.0
33712026-02-16T23:28:53.511Z Compiling half v1.8.3
33722026-02-16T23:28:53.562Z Compiling path-slash v0.1.5
33732026-02-16T23:28:53.638Z Compiling number_prefix v0.4.0
33742026-02-16T23:28:53.840Z Compiling base64 v0.13.1
33752026-02-16T23:28:53.954Z Compiling http-range v0.1.5
33762026-02-16T23:28:54.129Z Compiling serde_cbor v0.11.2
33772026-02-16T23:28:54.333Z Compiling ron v0.7.1
33782026-02-16T23:28:54.480Z Compiling indicatif v0.17.11
33792026-02-16T23:28:55.198Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
33802026-02-16T23:28:55.523Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
33812026-02-16T23:28:56.626Z Compiling sled v0.34.7
33822026-02-16T23:28:58.995Z Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
33832026-02-16T23:28:59.166Z Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
33842026-02-16T23:28:59.195Z Compiling hickory-server v0.25.2
33852026-02-16T23:29:02.385Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
33862026-02-16T23:29:03.676Z Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
33872026-02-16T23:29:04.212Z Compiling pbkdf2 v0.11.0
33882026-02-16T23:29:04.292Z Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
33892026-02-16T23:29:04.659Z Compiling xz2 v0.1.7
33902026-02-16T23:29:05.066Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
33912026-02-16T23:29:06.368Z Compiling zone v0.1.8
33922026-02-16T23:29:06.493Z Compiling ssh-key v0.6.6
33932026-02-16T23:29:06.579Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
33942026-02-16T23:29:07.792Z Compiling hickory-client v0.25.2
33952026-02-16T23:29:08.296Z Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
33962026-02-16T23:29:08.531Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
33972026-02-16T23:29:09.154Z Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
33982026-02-16T23:29:09.702Z Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
33992026-02-16T23:29:09.872Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#88c6684d)
34002026-02-16T23:29:10.628Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=bc121ef55741656ce118b02ceeda949b9261f49f#bc121ef5)
34012026-02-16T23:29:10.773Z Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=8f5527da3c53398c95c50b1af088637e7b6c5718#8f5527da)
34022026-02-16T23:29:10.955Z Compiling p521 v0.13.3
34032026-02-16T23:29:12.496Z Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
34042026-02-16T23:29:12.527Z Compiling p256 v0.13.2
34052026-02-16T23:29:13.107Z Compiling yasna v0.5.2
34062026-02-16T23:29:13.225Z Compiling headers-core v0.3.0
34072026-02-16T23:29:13.362Z Compiling kstat-rs v0.2.4
34082026-02-16T23:29:13.470Z Compiling nanorand v0.7.0
34092026-02-16T23:29:13.569Z Compiling atty v0.2.14
34102026-02-16T23:29:13.797Z Compiling russh-cryptovec v0.7.3
34112026-02-16T23:29:13.973Z Compiling md5 v0.7.0
34122026-02-16T23:29:14.002Z Compiling crc8 v0.1.1
34132026-02-16T23:29:14.072Z Compiling flume v0.11.1
34142026-02-16T23:29:14.165Z Compiling rcgen v0.12.1
34152026-02-16T23:29:14.231Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
34162026-02-16T23:29:14.595Z Compiling russh-keys v0.45.0
34172026-02-16T23:29:14.742Z Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
34182026-02-16T23:29:14.769Z Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc121ef55741656ce118b02ceeda949b9261f49f#bc121ef5)
34192026-02-16T23:29:15.992Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
34202026-02-16T23:29:16.346Z Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
34212026-02-16T23:29:17.500Z Compiling headers v0.4.1
34222026-02-16T23:29:18.266Z Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
34232026-02-16T23:29:19.336Z Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#f3fe0542)
34242026-02-16T23:29:19.366Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#88c6684d)
34252026-02-16T23:29:20.395Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
34262026-02-16T23:29:21.701Z Compiling hyper-staticfile v0.10.1
34272026-02-16T23:29:22.812Z Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
34282026-02-16T23:29:24.285Z Compiling bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
34292026-02-16T23:29:26.077Z Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
34302026-02-16T23:29:28.084Z Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
34312026-02-16T23:29:28.399Z Compiling tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
34322026-02-16T23:29:28.811Z Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
34332026-02-16T23:29:28.946Z Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
34342026-02-16T23:29:29.826Z Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
34352026-02-16T23:29:30.377Z Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
34362026-02-16T23:29:30.825Z Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
34372026-02-16T23:29:31.861Z Compiling num-bigint v0.4.6
34382026-02-16T23:29:32.013Z Compiling des v0.8.1
34392026-02-16T23:29:32.379Z Compiling subprocess v0.2.9
34402026-02-16T23:29:32.415Z Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
34412026-02-16T23:29:32.913Z Compiling display-error-chain v0.2.2
34422026-02-16T23:29:33.197Z Compiling hex-literal v0.4.1
34432026-02-16T23:29:33.399Z Compiling dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
34442026-02-16T23:29:33.447Z Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
34452026-02-16T23:29:33.973Z Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
34462026-02-16T23:29:34.075Z Compiling internet-checksum v0.2.1
34472026-02-16T23:29:35.662Z Compiling russh v0.45.0
34482026-02-16T23:29:40.246Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
34492026-02-16T23:29:40.286Z Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
34502026-02-16T23:29:40.321Z Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
34512026-02-16T23:29:40.382Z Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
34522026-02-16T23:29:44.499Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
34532026-02-16T23:29:44.830Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
34542026-02-16T23:29:53.752Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
34552026-02-16T23:30:27.529Z Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
34562026-02-16T23:30:58.488Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3m 35s
34572026-02-16T23:30:58.756Z
34582026-02-16T23:30:58.761Zreal 3:35.569248645
34592026-02-16T23:30:58.761Zuser 19:23.104059200
34602026-02-16T23:30:58.761Zsys 2:40.598933436
34612026-02-16T23:30:58.761Ztrap 0.586432055
34622026-02-16T23:30:58.761Ztflt 0.192947640
34632026-02-16T23:30:58.761Zdflt 1.069028321
34642026-02-16T23:30:58.761Zkflt 0.000098990
34652026-02-16T23:30:58.761Zlock 52:16.685613174
34662026-02-16T23:30:58.761Zslp 1:09:12.968160792
34672026-02-16T23:30:58.761Zlat 1:02.106764391
34682026-02-16T23:30:58.761Zstop 2:43.462333355
34692026-02-16T23:30:58.761Z+ mkdir tests
34702026-02-16T23:30:58.764Z+ /opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json
34712026-02-16T23:30:58.764Z+ xargs -I '{}' -t cp '{}' tests/
34722026-02-16T23:30:58.805Zcp /work/oxidecomputer/omicron/target/debug/deps/dhcp_server-41cc91f31120b80d tests/
34732026-02-16T23:30:58.830Zcp /work/oxidecomputer/omicron/target/debug/deps/bootstrap-770bb68582d40719 tests/
34742026-02-16T23:30:58.857Zcp /work/oxidecomputer/omicron/target/debug/deps/commtest-2f4a5a4578e911e1 tests/
34752026-02-16T23:30:58.882Zcp /work/oxidecomputer/omicron/target/debug/deps/end_to_end_tests-d01384f2f2b92dbc tests/
34762026-02-16T23:30:59.160Z+ 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/*)
34772026-02-16T23:30:59.163Z+ 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-770bb68582d40719 tests/commtest-2f4a5a4578e911e1 tests/dhcp_server-41cc91f31120b80d tests/end_to_end_tests-d01384f2f2b92dbc 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
34782026-02-16T23:32:45.647ZCompressing '/work/package.tar.gz' with '/usr/bin/gzip'...
34792026-02-16T23:32:45.648Za .github/buildomat/ci-env.sh 1K
34802026-02-16T23:32:45.648Za out/target/test 1K
34812026-02-16T23:32:45.648Za out/npuzone/npuzone 27402K
34822026-02-16T23:32:45.648Za package-manifest.toml 35K
34832026-02-16T23:32:45.648Za smf/sled-agent/non-gimlet/config.toml 6K
34842026-02-16T23:32:45.648Za target/release/omicron-package 43246K
34852026-02-16T23:32:45.648Za target/release/xtask 11507K
34862026-02-16T23:32:45.648Za target/debug/bootstrap 322875K
34872026-02-16T23:32:45.648Za tests/bootstrap-770bb68582d40719 31130K
34882026-02-16T23:32:45.649Za tests/commtest-2f4a5a4578e911e1 31430K
34892026-02-16T23:32:45.649Za tests/dhcp_server-41cc91f31120b80d 31130K
34902026-02-16T23:32:45.649Za tests/end_to_end_tests-d01384f2f2b92dbc 367250K
34912026-02-16T23:32:45.649Za out/clickhouse.tar.gz 319651K
34922026-02-16T23:32:45.649Za out/clickhouse_keeper.tar.gz 302613K
34932026-02-16T23:32:45.649Za out/clickhouse_server.tar.gz 319649K
34942026-02-16T23:32:45.649Za out/cockroachdb.tar.gz 165178K
34952026-02-16T23:32:45.649Za out/crucible-pantry-zone.tar.gz 41564K
34962026-02-16T23:32:45.649Za out/crucible-utils.tar 17744K
34972026-02-16T23:32:45.649Za out/crucible-zone.tar.gz 55702K
34982026-02-16T23:32:45.649Za out/external-dns.tar.gz 48848K
34992026-02-16T23:32:45.649Za out/internal-dns.tar.gz 48848K
35002026-02-16T23:32:45.649Za out/mg-ddm-gz.tar 86339K
35012026-02-16T23:32:45.649Za out/nexus.tar.gz 211158K
35022026-02-16T23:32:45.650Za out/ntp.tar.gz 29701K
35032026-02-16T23:32:45.650Za out/omicron-gateway-softnpu.tar.gz 27675K
35042026-02-16T23:32:45.650Za out/omicron-sled-agent.tar 190166K
35052026-02-16T23:32:45.650Za out/overlay.tar.gz 3K
35062026-02-16T23:32:45.650Za out/oximeter.tar.gz 64241K
35072026-02-16T23:32:45.650Za out/oxlog.tar 3946K
35082026-02-16T23:32:45.650Za out/probe.tar.gz 3037K
35092026-02-16T23:32:45.650Za out/propolis-server.tar.gz 74629K
35102026-02-16T23:32:45.650Za out/pumpkind-gz.tar 26647K
35112026-02-16T23:32:45.650Za out/switch-softnpu.tar.gz 375917K
35122026-02-16T23:32:45.682Z
35132026-02-16T23:32:45.682Zreal 1:46.469751870
35142026-02-16T23:32:45.682Zuser 1:41.967774017
35152026-02-16T23:32:45.682Zsys 6.384222464
35162026-02-16T23:32:45.682Ztrap 0.025184500
35172026-02-16T23:32:45.683Ztflt 0.000000000
35182026-02-16T23:32:45.683Zdflt 0.000000000
35192026-02-16T23:32:45.683Zkflt 0.000000000
35202026-02-16T23:32:45.683Zlock 0.000000000
35212026-02-16T23:32:45.683Zslp 1:41.744875556
35222026-02-16T23:32:45.684Zlat 2.813111202
35232026-02-16T23:32:45.684Zstop 0.000186211
35242026-02-16T23:32:45.684Zprocess exited: duration 2571444 ms, exit code 0
 
35252026-02-16T23:32:45.729Zfound 1 output files
35262026-02-16T23:32:45.729Zuploading: /work/package.tar.gz (2413867712 bytes)
35272026-02-16T23:33:23.058Zuploaded: /work/package.tar.gz