01KHVW3E4SZ7NEM0X13A7MP7D3: 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: 01KHVW40E03VTN34MTJ8RGH6GB

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12026-02-19T21:16:21.366Zjob assigned to worker 01KHVW44CB8W2NBK7E9SC1WZXP [factory aws, i-02e7ae31009072f07] (queued for 52 s)
 
22026-02-19T21:16:29.681Zstarting task 0: "setup"
32026-02-19T21:16:29.688Z++ uname -s
42026-02-19T21:16:29.691Z+ kern=SunOS
52026-02-19T21:16:29.691Z+ build_user=build
62026-02-19T21:16:29.691Z+ build_uid=12345
72026-02-19T21:16:29.691Z+ work_dir=/work
82026-02-19T21:16:29.691Z+ input_dir=/input
92026-02-19T21:16:29.691Z+ [[ 0 == 12345 ]]
102026-02-19T21:16:29.691Z+ case "$kern" in
112026-02-19T21:16:29.691Z+ groupadd -g 12345 build
122026-02-19T21:16:29.694Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-02-19T21:16:31.701Z+ zfs create -o mountpoint=/work rpool/work
142026-02-19T21:16:31.816Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-02-19T21:16:31.820Z+ home_fs=zfs
162026-02-19T21:16:31.820Z+ [[ zfs == autofs ]]
172026-02-19T21:16:31.820Z+ mkdir -p /home/build
182026-02-19T21:16:31.823Z+ chown build:build /home/build /work
192026-02-19T21:16:33.825Z+ chmod 0700 /home/build /work
202026-02-19T21:16:33.828Zprocess exited: duration 4145 ms, exit code 0
 
212026-02-19T21:16:33.834Zstarting task 1: "rust-toolchain"
222026-02-19T21:16:33.840Z+ printf ' * rust toolchain channel = "%s"\n' 1.91.1
232026-02-19T21:16:33.840Z * rust toolchain channel = "1.91.1"
242026-02-19T21:16:33.841Z+ printf ' * rust toolchain profile = "%s"\n' default
252026-02-19T21:16:33.841Z * rust toolchain profile = "default"
262026-02-19T21:16:33.841Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-02-19T21:16:33.841Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-02-19T21:16:33.844Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-02-19T21:16:33.844Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.91.1 --profile default
302026-02-19T21:16:33.996Zinfo: downloading installer
312026-02-19T21:16:35.981Zwarn: It looks like you have an existing installation of Rust at:
322026-02-19T21:16:35.981Zwarn: /opt/ooce/bin
332026-02-19T21:16:35.982Zwarn: It is recommended that rustup be the primary Rust installation.
342026-02-19T21:16:35.982Zwarn: Otherwise you may have confusion unless you are careful with your PATH.
352026-02-19T21:16:35.982Zwarn: If you are sure that you want both rustup and your already installed Rust
362026-02-19T21:16:35.982Zwarn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
372026-02-19T21:16:35.982Zwarn: or pass `-y' to ignore all ignorable checks.
382026-02-19T21:16:35.982Zerror: cannot install while Rust is installed
392026-02-19T21:16:35.982Zwarn: continuing (because the -y flag is set and the error is ignorable)
402026-02-19T21:16:36.012Zinfo: profile set to 'default'
412026-02-19T21:16:36.012Zinfo: default host triple is x86_64-unknown-illumos
422026-02-19T21:16:36.015Zinfo: syncing channel updates for '1.91.1-x86_64-unknown-illumos'
432026-02-19T21:16:36.219Zinfo: latest update on 2025-11-10, rust version 1.91.1 (ed61e7d7e 2025-11-07)
442026-02-19T21:16:36.219Zinfo: downloading component 'cargo'
452026-02-19T21:16:37.199Zinfo: downloading component 'clippy'
462026-02-19T21:16:37.583Zinfo: downloading component 'rust-docs'
472026-02-19T21:16:39.010Zinfo: downloading component 'rust-std'
482026-02-19T21:16:41.197Zinfo: downloading component 'rustc'
492026-02-19T21:16:48.529Zinfo: downloading component 'rustfmt'
502026-02-19T21:16:48.844Zinfo: installing component 'cargo'
512026-02-19T21:16:49.772Zinfo: installing component 'clippy'
522026-02-19T21:16:50.171Zinfo: installing component 'rust-docs'
532026-02-19T21:16:52.136Zinfo: installing component 'rust-std'
542026-02-19T21:16:53.971Zinfo: installing component 'rustc'
552026-02-19T21:17:00.890Zinfo: installing component 'rustfmt'
562026-02-19T21:17:01.240Zinfo: default toolchain set to '1.91.1-x86_64-unknown-illumos'
572026-02-19T21:17:01.240Z
582026-02-19T21:17:01.740Z 1.91.1-x86_64-unknown-illumos installed - rustc 1.91.1 (ed61e7d7e 2025-11-07)
592026-02-19T21:17:01.740Z
602026-02-19T21:17:01.743Z
612026-02-19T21:17:01.743ZRust is installed now. Great!
622026-02-19T21:17:01.743Z
632026-02-19T21:17:01.743ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
642026-02-19T21:17:01.743Zenvironment variable. This has not been done automatically.
652026-02-19T21:17:01.743Z
662026-02-19T21:17:01.743ZTo configure your current shell, you need to source
672026-02-19T21:17:01.743Zthe corresponding env file under $HOME/.cargo.
682026-02-19T21:17:01.743Z
692026-02-19T21:17:01.743ZThis is usually done by running one of the following (note the leading DOT):
702026-02-19T21:17:01.743Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
712026-02-19T21:17:01.743Zsource "$HOME/.cargo/env.fish" # For fish
722026-02-19T21:17:01.743Zsource $"($nu.home-path)/.cargo/env.nu" # For nushell
732026-02-19T21:17:01.845Z+ rustup --version
742026-02-19T21:17:01.857Zrustup 1.28.2 (e4f3ad6f8 2025-04-28)
752026-02-19T21:17:01.860Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
762026-02-19T21:17:01.948Zinfo: The currently active `rustc` version is `rustc 1.91.1 (ed61e7d7e 2025-11-07)`
772026-02-19T21:17:01.952Z+ cargo --version
782026-02-19T21:17:02.027Zcargo 1.91.1 (ea2d97820 2025-10-10)
792026-02-19T21:17:02.030Z+ rustc --version
802026-02-19T21:17:02.109Zrustc 1.91.1 (ed61e7d7e 2025-11-07)
812026-02-19T21:17:02.114Zprocess exited: duration 28264 ms, exit code 0
 
822026-02-19T21:17:02.120Zstarting task 2: "authentication"
832026-02-19T21:17:02.144Zprocess exited: duration 23 ms, exit code 0
 
842026-02-19T21:17:02.153Zstarting task 3: "clone repository"
852026-02-19T21:17:02.157Z+ mkdir -p /work/oxidecomputer/omicron
862026-02-19T21:17:02.160Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
872026-02-19T21:17:02.189ZCloning into '/work/oxidecomputer/omicron'...
882026-02-19T21:17:13.623Z+ cd /work/oxidecomputer/omicron
892026-02-19T21:17:13.623Z+ git fetch origin 0d8d9b740335dbbe4787fef51bbf65fc17b54740
902026-02-19T21:17:13.940ZFrom https://github.com/oxidecomputer/omicron
912026-02-19T21:17:13.940Z * branch 0d8d9b740335dbbe4787fef51bbf65fc17b54740 -> FETCH_HEAD
922026-02-19T21:17:13.951Z+ [[ -n tq-expunge ]]
932026-02-19T21:17:13.954Z++ git branch --show-current
942026-02-19T21:17:13.957Z+ current=main
952026-02-19T21:17:13.957Z+ [[ main != tq-expunge ]]
962026-02-19T21:17:13.957Z+ git branch -f tq-expunge 0d8d9b740335dbbe4787fef51bbf65fc17b54740
972026-02-19T21:17:13.960Z+ git checkout -f tq-expunge
982026-02-19T21:17:14.488ZSwitched to branch 'tq-expunge'
992026-02-19T21:17:14.491Z+ git reset --hard 0d8d9b740335dbbe4787fef51bbf65fc17b54740
1002026-02-19T21:17:14.516ZHEAD is now at 0d8d9b740 Merge branch 'main' into tq-expunge
1012026-02-19T21:17:14.519Zprocess exited: duration 12361 ms, exit code 0
 
1022026-02-19T21:17:14.525Zstarting task 4: "build"
1032026-02-19T21:17:14.531Z+ source .github/buildomat/ci-env.sh
1042026-02-19T21:17:14.531Z++ export CARGO_TERM_COLOR=always
1052026-02-19T21:17:14.531Z++ CARGO_TERM_COLOR=always
1062026-02-19T21:17:14.531Z+ cargo --version
1072026-02-19T21:17:14.595Zcargo 1.91.1 (ea2d97820 2025-10-10)
1082026-02-19T21:17:14.599Z+ rustc --version
1092026-02-19T21:17:14.673Zrustc 1.91.1 (ed61e7d7e 2025-11-07)
1102026-02-19T21:17:14.677Z+ WORK=/work
1112026-02-19T21:17:14.677Z+ pfexec mkdir -p /work
1122026-02-19T21:17:14.681Z+ pfexec chown build /work
1132026-02-19T21:17:14.684Z+ ptime -m ./tools/install_builder_prerequisites.sh -yp
1142026-02-19T21:17:25.477Z Startup: Refreshing catalog 'helios-dev' ... Done
1152026-02-19T21:17:35.897Z Startup: Caching catalogs ... Done
1162026-02-19T21:17:58.839ZPlanning: Solver setup ... Done (21.218s)
1172026-02-19T21:17:59.001ZPlanning: Running solver ... Done (0.162s)
1182026-02-19T21:17:59.172ZPlanning: Finding local manifests ... Done (0.003s)
1192026-02-19T21:17:59.186ZPlanning: Fetching manifests: 0/4 0% complete
1202026-02-19T21:17:59.330ZPlanning: Fetching manifests: 4/4 100% complete
1212026-02-19T21:17:59.382ZPlanning: Package planning ... Done (0.052s)
1222026-02-19T21:17:59.434ZPlanning: Merging actions ... Done (0.052s)
1232026-02-19T21:17:59.724ZPlanning: Checking for conflicting actions ... Done (0.290s)
1242026-02-19T21:17:59.737ZPlanning: Consolidating action changes ... Done (0.012s)
1252026-02-19T21:18:00.629ZPlanning: Evaluating mediators ... Done (0.891s)
1262026-02-19T21:18:00.640ZPlanning: Planning completed in 24.57 seconds
1272026-02-19T21:18:00.654Z Packages to install: 4
1282026-02-19T21:18:00.654Z Mediators to change: 2
1292026-02-19T21:18:00.658Z Services to change: 1
1302026-02-19T21:18:00.658Z Estimated space available: 155.43 GB
1312026-02-19T21:18:00.658ZEstimated space to be consumed: 1.81 GB
1322026-02-19T21:18:00.658Z Create boot environment: No
1332026-02-19T21:18:00.658ZCreate backup boot environment: No
1342026-02-19T21:18:00.658Z Rebuild boot archive: No
1352026-02-19T21:18:00.658Z
1362026-02-19T21:18:00.658ZChanged mediators:
1372026-02-19T21:18:00.658Z mediator clang:
1382026-02-19T21:18:00.658Z version: None -> 15 (system default)
1392026-02-19T21:18:00.658Z
1402026-02-19T21:18:00.658Z mediator llvm:
1412026-02-19T21:18:00.658Z version: 14 (system default) -> 15 (system default)
1422026-02-19T21:18:00.659Z
1432026-02-19T21:18:00.659ZChanged packages:
1442026-02-19T21:18:00.659Zhelios-dev
1452026-02-19T21:18:00.659Z developer/build-essential
1462026-02-19T21:18:00.659Z None -> 11-2.0
1472026-02-19T21:18:00.659Z library/libxmlsec1
1482026-02-19T21:18:00.659Z None -> 1.2.35-2.0
1492026-02-19T21:18:00.659Z ooce/developer/clang-15
1502026-02-19T21:18:00.659Z None -> 15.0.7-2.0
1512026-02-19T21:18:00.659Z ooce/developer/llvm-15
1522026-02-19T21:18:00.659Z None -> 15.0.7-2.0
1532026-02-19T21:18:00.659Z
1542026-02-19T21:18:00.659ZServices:
1552026-02-19T21:18:00.659Z restart_fmri:
1562026-02-19T21:18:00.659Z svc:/system/update-man-index:default
1572026-02-19T21:18:00.708Z
1582026-02-19T21:18:00.708ZDownload: 0/3290 items 0.0/212.6MB 0% complete
1592026-02-19T21:18:05.729ZDownload: 2225/3290 items 119.2/212.6MB 56% complete (26.1M/s)
1602026-02-19T21:18:09.146ZDownload: Completed 212.60 MB in 8.43 seconds (25.2M/s)
1612026-02-19T21:18:09.436Z Actions: 1/3689 actions (Installing new actions)
1622026-02-19T21:18:14.101Z Actions: Completed 3689 actions in 4.66 seconds.
1632026-02-19T21:18:14.837Z Done (0.731s)
1642026-02-19T21:18:14.837Z Done (0.000s)
1652026-02-19T21:18:15.930Z Done (1.093s)
1662026-02-19T21:18:20.424Z Done (4.108s)
1672026-02-19T21:18:20.506Z Done (0.017s)
1682026-02-19T21:18:20.509Z Done (0.000s)
1692026-02-19T21:18:20.680Z Done (0.000s)
1702026-02-19T21:18:21.678ZPlanning: Evaluating mediator changes ... Done
1712026-02-19T21:18:21.846ZPlanning: Checking for conflicting actions ... Done
1722026-02-19T21:18:21.851ZPlanning: Consolidating action changes ... Done
1732026-02-19T21:18:22.126ZPlanning: Evaluating mediators ... Done
1742026-02-19T21:18:22.129ZPlanning: Planning completed in 0.45 seconds
1752026-02-19T21:18:22.160Z Mediators to change: 2
1762026-02-19T21:18:22.163Z Create boot environment: No
1772026-02-19T21:18:22.164ZCreate backup boot environment: No
1782026-02-19T21:18:22.304Z Done
1792026-02-19T21:18:22.304Z Done
1802026-02-19T21:18:23.116Z Done
1812026-02-19T21:18:26.992Z Done
1822026-02-19T21:18:27.085Z Done
1832026-02-19T21:18:27.088Z Done
1842026-02-19T21:18:27.240Z Done
1852026-02-19T21:18:27.887ZPlanning: Evaluating mediator changes ... Done
1862026-02-19T21:18:27.890ZPlanning: Merging actions ... Done
1872026-02-19T21:18:28.084ZPlanning: Checking for conflicting actions ... Done
1882026-02-19T21:18:28.087ZPlanning: Consolidating action changes ... Done
1892026-02-19T21:18:28.358ZPlanning: Evaluating mediators ... Done
1902026-02-19T21:18:28.418ZPlanning: Planning completed in 0.78 seconds
1912026-02-19T21:18:28.454Z Packages to change: 1
1922026-02-19T21:18:28.455Z Mediators to change: 1
1932026-02-19T21:18:28.458Z Services to change: 1
1942026-02-19T21:18:28.458Z Create boot environment: No
1952026-02-19T21:18:28.458ZCreate backup boot environment: Yes
1962026-02-19T21:18:31.101Z Actions: 1/6 actions (Updating modified actions)
1972026-02-19T21:18:31.104Z Actions: Completed 6 actions in 0.00 seconds.
1982026-02-19T21:18:31.105Z Done
1992026-02-19T21:18:31.105Z Done
2002026-02-19T21:18:31.322Z Done
2012026-02-19T21:18:35.221Z Done
2022026-02-19T21:18:35.308Z Done
2032026-02-19T21:18:35.311Z Done
2042026-02-19T21:18:35.472Z Done
2052026-02-19T21:18:35.934ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
2062026-02-19T21:18:35.934Zclang system 15 system
2072026-02-19T21:18:35.934Zcsh system system illumos
2082026-02-19T21:18:35.934Zctags system system illumos
2092026-02-19T21:18:35.935Zfile system system illumos
2102026-02-19T21:18:35.935Zgcc vendor 12 vendor
2112026-02-19T21:18:35.935Zgcc system 10 system
2122026-02-19T21:18:35.935Zgcc system 7 system
2132026-02-19T21:18:35.935Zgo system 1.20 system
2142026-02-19T21:18:35.935Zgo system 1.19 system
2152026-02-19T21:18:35.935Zllvm system 15 system
2162026-02-19T21:18:35.935Zllvm system 14 system
2172026-02-19T21:18:35.935Zmariadb system 10.6 system
2182026-02-19T21:18:35.935Zmta vendor vendor dma
2192026-02-19T21:18:35.935Zopenjdk system 17 system
2202026-02-19T21:18:35.935Zopenjdk system 11 system
2212026-02-19T21:18:35.935Zopenjdk system 1.8 system
2222026-02-19T21:18:35.935Zopenssl vendor 3 vendor
2232026-02-19T21:18:35.935Zperl system 5.36 system
2242026-02-19T21:18:35.961Zpostgresql system 15 system
2252026-02-19T21:18:35.962Zpostgresql system 13 system
2262026-02-19T21:18:35.962Zpython vendor 3 vendor
2272026-02-19T21:18:35.962Zpython system 2 system
2282026-02-19T21:18:35.962Zpython3 system 3.11 system
2292026-02-19T21:18:35.962Zruby system 3.0 system
2302026-02-19T21:18:35.962Zwords vendor vendor american-english
2312026-02-19T21:18:35.962Zwords system system australian-english
2322026-02-19T21:18:35.962Zwords system system british-english
2332026-02-19T21:18:35.962Zwords system system canadian-english
2342026-02-19T21:18:35.962Zwords system system french
2352026-02-19T21:18:35.962Zwords system system italian
2362026-02-19T21:18:35.962Zwords system system ngerman
2372026-02-19T21:18:35.962Zwords system system ogerman
2382026-02-19T21:18:35.962Zwords system system spanish
2392026-02-19T21:18:36.287ZPUBLISHER TYPE STATUS P LOCATION
2402026-02-19T21:18:36.287Zhelios-dev origin online F https://pkg.oxide.computer/helios/2/dev/
2412026-02-19T21:18:42.844ZFMRI IFO
2422026-02-19T21:18:42.844Zpkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im-
2432026-02-19T21:18:42.844Zpkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i--
2442026-02-19T21:18:42.844Zpkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im-
2452026-02-19T21:18:42.844Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im-
2462026-02-19T21:18:42.844Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z ---
2472026-02-19T21:18:42.844Zpkg://helios-dev/ooce/developer/cmake@3.26.4-2.0:20230623T130003Z i--
2482026-02-19T21:18:42.844Zpkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i--
2492026-02-19T21:18:42.844Zpkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z i--
2502026-02-19T21:18:42.844Zpkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z ---
2512026-02-19T21:18:42.844Zpkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z ---
2522026-02-19T21:18:42.844Zpkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z i--
2532026-02-19T21:18:42.845Zpkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z ---
2542026-02-19T21:18:42.845Zpkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z ---
2552026-02-19T21:18:42.845Zpkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z i--
2562026-02-19T21:18:42.845Zpkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z ---
2572026-02-19T21:18:42.845Zpkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z ---
2582026-02-19T21:18:44.080Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2592026-02-19T21:18:44.361Z Updating crates.io index
2602026-02-19T21:18:44.401Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2612026-02-19T21:18:44.983Z Updating git repository `https://github.com/oxidecomputer/lldp`
2622026-02-19T21:18:45.307Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2632026-02-19T21:18:46.444Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2642026-02-19T21:18:46.740Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2652026-02-19T21:18:47.063Z Updating git repository `https://github.com/oxidecomputer/propolis`
2662026-02-19T21:18:48.559Z Updating git repository `https://github.com/oxidecomputer/crucible`
2672026-02-19T21:18:50.929Z Updating git repository `https://github.com/oxidecomputer/opte`
2682026-02-19T21:18:51.836Z Updating git repository `https://github.com/oxidecomputer/tofino`
2692026-02-19T21:18:52.450Z Updating git repository `https://github.com/oxidecomputer/falcon`
2702026-02-19T21:18:53.180Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2712026-02-19T21:18:54.216Z Updating git repository `https://github.com/oxidecomputer/clickward`
2722026-02-19T21:18:54.780Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2732026-02-19T21:18:55.200Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
2742026-02-19T21:18:55.576Z Updating git repository `https://github.com/oxidecomputer/dendrite`
2752026-02-19T21:18:56.401Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2762026-02-19T21:18:57.082Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2772026-02-19T21:18:57.361Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
2782026-02-19T21:18:57.775Z Updating git repository `https://github.com/oxidecomputer/scim2-rs`
2792026-02-19T21:18:58.218Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
2802026-02-19T21:18:58.676Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
2812026-02-19T21:18:58.905Z Updating git repository `https://github.com/oxidecomputer/libnvme`
2822026-02-19T21:18:59.198Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2832026-02-19T21:18:59.633Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
2842026-02-19T21:19:00.211Z Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git`
2852026-02-19T21:19:00.767Z Updating git repository `https://github.com/oxidecomputer/rats-corim.git`
2862026-02-19T21:19:01.098Z Updating git repository `https://github.com/bluecatengineering/dhcproto.git`
2872026-02-19T21:19:01.437Z Updating git repository `https://github.com/oxidecomputer/ispf`
2882026-02-19T21:19:02.377Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
2892026-02-19T21:19:03.140Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2902026-02-19T21:19:03.624Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
2912026-02-19T21:19:03.917Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
2922026-02-19T21:19:04.307Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2932026-02-19T21:19:04.651Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
2942026-02-19T21:19:05.162Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
2952026-02-19T21:19:05.420Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
2962026-02-19T21:19:05.686Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
2972026-02-19T21:19:06.014Z Updating git repository `https://github.com/illumos/smf-rs`
2982026-02-19T21:19:06.482Z Updating git repository `https://github.com/oxidecomputer/omicron`
2992026-02-19T21:19:19.324Z Downloading crates ...
3002026-02-19T21:19:19.388Z Downloaded camino-tempfile v1.4.1
3012026-02-19T21:19:19.395Z Downloaded errno v0.3.12
3022026-02-19T21:19:19.395Z Downloaded anstream v0.6.18
3032026-02-19T21:19:19.407Z Downloaded is_terminal_polyfill v1.70.1
3042026-02-19T21:19:19.407Z Downloaded strsim v0.11.1
3052026-02-19T21:19:19.407Z Downloaded generic-array v0.14.7
3062026-02-19T21:19:19.407Z Downloaded semver v1.0.27
3072026-02-19T21:19:19.407Z Downloaded toml_datetime v0.6.11
3082026-02-19T21:19:19.419Z Downloaded icu_normalizer v1.5.0
3092026-02-19T21:19:19.419Z Downloaded serde_tokenstream v0.2.2
3102026-02-19T21:19:19.419Z Downloaded quote v1.0.40
3112026-02-19T21:19:19.419Z Downloaded byteorder v1.5.0
3122026-02-19T21:19:19.419Z Downloaded tempfile v3.24.0
3132026-02-19T21:19:19.424Z Downloaded utf8parse v0.2.2
3142026-02-19T21:19:19.424Z Downloaded thread-id v4.2.2
3152026-02-19T21:19:19.424Z Downloaded terminal_size v0.4.0
3162026-02-19T21:19:19.424Z Downloaded papergrid v0.11.0
3172026-02-19T21:19:19.428Z Downloaded zerovec-derive v0.10.3
3182026-02-19T21:19:19.429Z Downloaded proc-macro-error-attr v1.0.4
3192026-02-19T21:19:19.429Z Downloaded zerofrom v0.1.4
3202026-02-19T21:19:19.429Z Downloaded zerocopy-derive v0.7.35
3212026-02-19T21:19:19.433Z Downloaded scroll_derive v0.12.0
3222026-02-19T21:19:19.437Z Downloaded utf8_iter v1.0.4
3232026-02-19T21:19:19.437Z Downloaded yoke-derive v0.7.4
3242026-02-19T21:19:19.437Z Downloaded writeable v0.5.5
3252026-02-19T21:19:19.441Z Downloaded scroll v0.12.0
3262026-02-19T21:19:19.441Z Downloaded pest_generator v2.8.2
3272026-02-19T21:19:19.442Z Downloaded idna_adapter v1.2.0
3282026-02-19T21:19:19.445Z Downloaded pest_derive v2.8.2
3292026-02-19T21:19:19.445Z Downloaded camino v1.2.2
3302026-02-19T21:19:19.450Z Downloaded dof v0.3.0
3312026-02-19T21:19:19.450Z Downloaded pest v2.8.2
3322026-02-19T21:19:19.454Z Downloaded zerocopy v0.7.35
3332026-02-19T21:19:19.472Z Downloaded zmij v1.0.15
3342026-02-19T21:19:19.476Z Downloaded typenum v1.17.0
3352026-02-19T21:19:19.476Z Downloaded textwrap v0.16.2
3362026-02-19T21:19:19.476Z Downloaded swrite v0.1.0
3372026-02-19T21:19:19.481Z Downloaded itoa v1.0.11
3382026-02-19T21:19:19.481Z Downloaded zerofrom-derive v0.1.4
3392026-02-19T21:19:19.481Z Downloaded serde_spanned v0.6.9
3402026-02-19T21:19:19.481Z Downloaded icu_provider_macros v1.5.0
3412026-02-19T21:19:19.485Z Downloaded form_urlencoded v1.2.2
3422026-02-19T21:19:19.485Z Downloaded fnv v1.0.7
3432026-02-19T21:19:19.485Z Downloaded equivalent v1.0.2
3442026-02-19T21:19:19.485Z Downloaded usdt v0.5.0
3452026-02-19T21:19:19.490Z Downloaded thiserror v1.0.69
3462026-02-19T21:19:19.493Z Downloaded serde-value v0.7.0
3472026-02-19T21:19:19.493Z Downloaded unicode-xid v0.2.6
3482026-02-19T21:19:19.493Z Downloaded fastrand v2.1.1
3492026-02-19T21:19:19.497Z Downloaded dtrace-parser v0.2.0
3502026-02-19T21:19:19.497Z Downloaded macaddr v1.0.1
3512026-02-19T21:19:19.497Z Downloaded cargo_metadata v0.21.0
3522026-02-19T21:19:19.501Z Downloaded write16 v1.0.0
3532026-02-19T21:19:19.501Z Downloaded usdt-macro v0.5.0
3542026-02-19T21:19:19.501Z Downloaded block-buffer v0.10.4
3552026-02-19T21:19:19.505Z Downloaded winnow v0.7.14
3562026-02-19T21:19:19.511Z Downloaded yoke v0.7.4
3572026-02-19T21:19:19.516Z Downloaded unicode-width v0.2.0
3582026-02-19T21:19:19.519Z Downloaded ucd-trie v0.1.7
3592026-02-19T21:19:19.523Z Downloaded crypto-common v0.1.6
3602026-02-19T21:19:19.523Z Downloaded autocfg v1.4.0
3612026-02-19T21:19:19.527Z Downloaded tinystr v0.7.6
3622026-02-19T21:19:19.528Z Downloaded thiserror v2.0.18
3632026-02-19T21:19:19.532Z Downloaded unicode-width v0.1.14
3642026-02-19T21:19:19.538Z Downloaded zerovec v0.10.4
3652026-02-19T21:19:19.542Z Downloaded toml_edit v0.22.27
3662026-02-19T21:19:19.546Z Downloaded synstructure v0.13.1
3672026-02-19T21:19:19.562Z Downloaded sha2 v0.10.9
3682026-02-19T21:19:19.562Z Downloaded fs-err v3.1.1
3692026-02-19T21:19:19.562Z Downloaded serde-untagged v0.1.7
3702026-02-19T21:19:19.562Z Downloaded memmap v0.7.0
3712026-02-19T21:19:19.562Z Downloaded digest v0.10.7
3722026-02-19T21:19:19.562Z Downloaded anstyle-parse v0.2.5
3732026-02-19T21:19:19.562Z Downloaded proc-macro-error v1.0.4
3742026-02-19T21:19:19.562Z Downloaded erased-serde v0.4.6
3752026-02-19T21:19:19.562Z Downloaded litemap v0.7.3
3762026-02-19T21:19:19.565Z Downloaded cargo_toml v0.21.0
3772026-02-19T21:19:19.566Z Downloaded stable_deref_trait v1.2.0
3782026-02-19T21:19:19.566Z Downloaded smawk v0.3.2
3792026-02-19T21:19:19.569Z Downloaded heck v0.4.1
3802026-02-19T21:19:19.569Z Downloaded clap_lex v0.7.4
3812026-02-19T21:19:19.569Z Downloaded pest_meta v2.8.2
3822026-02-19T21:19:19.572Z Downloaded bitflags v2.9.4
3832026-02-19T21:19:19.574Z Downloaded utf16_iter v1.0.5
3842026-02-19T21:19:19.574Z Downloaded unicode-ident v1.0.19
3852026-02-19T21:19:19.578Z Downloaded smallvec v1.15.1
3862026-02-19T21:19:19.580Z Downloaded icu_locid_transform_data v1.5.0
3872026-02-19T21:19:19.580Z Downloaded proc-macro2 v1.0.101
3882026-02-19T21:19:19.583Z Downloaded cargo-util-schemas v0.8.2
3892026-02-19T21:19:19.586Z Downloaded ordered-float v2.10.1
3902026-02-19T21:19:19.586Z Downloaded heck v0.5.0
3912026-02-19T21:19:19.586Z Downloaded anstyle v1.0.11
3922026-02-19T21:19:19.590Z Downloaded usdt-impl v0.5.0
3932026-02-19T21:19:19.590Z Downloaded url v2.5.4
3942026-02-19T21:19:19.593Z Downloaded toml v0.8.23
3952026-02-19T21:19:19.596Z Downloaded icu_locid_transform v1.5.0
3962026-02-19T21:19:19.596Z Downloaded clap_derive v4.5.47
3972026-02-19T21:19:19.599Z Downloaded thiserror-impl v1.0.69
3982026-02-19T21:19:19.599Z Downloaded colorchoice v1.0.2
3992026-02-19T21:19:19.602Z Downloaded anstyle-query v1.1.1
4002026-02-19T21:19:19.602Z Downloaded toml_write v0.1.2
4012026-02-19T21:19:19.602Z Downloaded serde_core v1.0.228
4022026-02-19T21:19:19.605Z Downloaded log v0.4.29
4032026-02-19T21:19:19.608Z Downloaded icu_normalizer_data v1.5.0
4042026-02-19T21:19:19.608Z Downloaded icu_locid v1.5.0
4052026-02-19T21:19:19.612Z Downloaded num-traits v0.2.19
4062026-02-19T21:19:19.615Z Downloaded anyhow v1.0.99
4072026-02-19T21:19:19.619Z Downloaded clap v4.5.48
4082026-02-19T21:19:19.628Z Downloaded serde_derive v1.0.228
4092026-02-19T21:19:19.631Z Downloaded icu_provider v1.5.0
4102026-02-19T21:19:19.635Z Downloaded icu_properties v1.5.1
4112026-02-19T21:19:19.637Z Downloaded getrandom v0.3.4
4122026-02-19T21:19:19.640Z Downloaded pretty-hex v0.4.1
4132026-02-19T21:19:19.640Z Downloaded cpufeatures v0.2.14
4142026-02-19T21:19:19.640Z Downloaded cargo-platform v0.2.0
4152026-02-19T21:19:19.643Z Downloaded tabled_derive v0.7.0
4162026-02-19T21:19:19.643Z Downloaded plain v0.2.3
4172026-02-19T21:19:19.644Z Downloaded icu_collections v1.5.0
4182026-02-19T21:19:19.648Z Downloaded unicode-linebreak v0.1.5
4192026-02-19T21:19:19.651Z Downloaded typeid v1.0.3
4202026-02-19T21:19:19.651Z Downloaded once_cell v1.21.3
4212026-02-19T21:19:19.654Z Downloaded cfg-if v1.0.4
4222026-02-19T21:19:19.654Z Downloaded version_check v0.9.5
4232026-02-19T21:19:19.657Z Downloaded serde v1.0.228
4242026-02-19T21:19:19.660Z Downloaded usdt-attr-macro v0.5.0
4252026-02-19T21:19:19.660Z Downloaded thiserror-impl v2.0.18
4262026-02-19T21:19:19.660Z Downloaded percent-encoding v2.3.2
4272026-02-19T21:19:19.662Z Downloaded bytecount v0.6.8
4282026-02-19T21:19:19.662Z Downloaded idna v1.0.3
4292026-02-19T21:19:19.665Z Downloaded memchr v2.7.4
4302026-02-19T21:19:19.669Z Downloaded indexmap v2.13.0
4312026-02-19T21:19:19.672Z Downloaded displaydoc v0.2.5
4322026-02-19T21:19:19.717Z Downloaded serde_json v1.0.149
4332026-02-19T21:19:19.724Z Downloaded hashbrown v0.16.1
4342026-02-19T21:19:19.738Z Downloaded tabled v0.15.0
4352026-02-19T21:19:19.752Z Downloaded goblin v0.8.2
4362026-02-19T21:19:19.757Z Downloaded clap_builder v4.5.48
4372026-02-19T21:19:19.762Z Downloaded icu_properties_data v1.5.0
4382026-02-19T21:19:19.771Z Downloaded syn v1.0.109
4392026-02-19T21:19:19.780Z Downloaded syn v2.0.114
4402026-02-19T21:19:19.789Z Downloaded rustix v0.38.37
4412026-02-19T21:19:19.809Z Downloaded rustix v1.1.3
4422026-02-19T21:19:19.854Z Downloaded libc v0.2.180
4432026-02-19T21:19:19.945Z Compiling proc-macro2 v1.0.101
4442026-02-19T21:19:19.945Z Compiling unicode-ident v1.0.19
4452026-02-19T21:19:19.948Z Compiling serde_core v1.0.228
4462026-02-19T21:19:19.948Z Compiling serde v1.0.228
4472026-02-19T21:19:19.948Z Compiling version_check v0.9.5
4482026-02-19T21:19:19.948Z Compiling libc v0.2.180
4492026-02-19T21:19:19.948Z Compiling memchr v2.7.4
4502026-02-19T21:19:20.177Z Compiling stable_deref_trait v1.2.0
4512026-02-19T21:19:20.379Z Compiling thiserror v2.0.18
4522026-02-19T21:19:20.452Z Compiling zmij v1.0.15
4532026-02-19T21:19:21.039Z Compiling ucd-trie v0.1.7
4542026-02-19T21:19:21.092Z Compiling autocfg v1.4.0
4552026-02-19T21:19:21.544Z Compiling itoa v1.0.11
4562026-02-19T21:19:21.572Z Compiling thiserror v1.0.69
4572026-02-19T21:19:21.759Z Compiling litemap v0.7.3
4582026-02-19T21:19:21.805Z Compiling writeable v0.5.5
4592026-02-19T21:19:21.969Z Compiling byteorder v1.5.0
4602026-02-19T21:19:22.340Z Compiling icu_locid_transform_data v1.5.0
4612026-02-19T21:19:22.440Z Compiling quote v1.0.40
4622026-02-19T21:19:22.467Z Compiling errno v0.3.12
4632026-02-19T21:19:22.526Z Compiling bitflags v2.9.4
4642026-02-19T21:19:22.552Z Compiling icu_properties_data v1.5.0
4652026-02-19T21:19:22.741Z Compiling serde_json v1.0.149
4662026-02-19T21:19:22.813Z Compiling syn v2.0.114
4672026-02-19T21:19:22.938Z Compiling num-traits v0.2.19
4682026-02-19T21:19:23.003Z Compiling utf16_iter v1.0.5
4692026-02-19T21:19:23.086Z Compiling smallvec v1.15.1
4702026-02-19T21:19:23.140Z Compiling rustix v0.38.37
4712026-02-19T21:19:23.240Z Compiling utf8_iter v1.0.4
4722026-02-19T21:19:23.281Z Compiling hashbrown v0.16.1
4732026-02-19T21:19:23.466Z Compiling typeid v1.0.3
4742026-02-19T21:19:23.500Z Compiling icu_normalizer_data v1.5.0
4752026-02-19T21:19:23.641Z Compiling equivalent v1.0.2
4762026-02-19T21:19:23.691Z Compiling write16 v1.0.0
4772026-02-19T21:19:24.072Z Compiling usdt-impl v0.5.0
4782026-02-19T21:19:24.201Z Compiling proc-macro-error-attr v1.0.4
4792026-02-19T21:19:24.280Z Compiling toml_write v0.1.2
4802026-02-19T21:19:24.459Z Compiling indexmap v2.13.0
4812026-02-19T21:19:24.487Z Compiling syn v1.0.109
4822026-02-19T21:19:24.556Z Compiling winnow v0.7.14
4832026-02-19T21:19:24.740Z Compiling thread-id v4.2.2
4842026-02-19T21:19:25.145Z Compiling proc-macro-error v1.0.4
4852026-02-19T21:19:25.509Z Compiling plain v0.2.3
4862026-02-19T21:19:25.830Z Compiling rustix v1.1.3
4872026-02-19T21:19:25.928Z Compiling log v0.4.29
4882026-02-19T21:19:26.285Z Compiling getrandom v0.3.4
4892026-02-19T21:19:26.570Z Compiling utf8parse v0.2.2
4902026-02-19T21:19:26.592Z Compiling camino v1.2.2
4912026-02-19T21:19:26.724Z Compiling percent-encoding v2.3.2
4922026-02-19T21:19:26.763Z Compiling anstyle-parse v0.2.5
4932026-02-19T21:19:27.124Z Compiling form_urlencoded v1.2.2
4942026-02-19T21:19:27.347Z Compiling ordered-float v2.10.1
4952026-02-19T21:19:27.465Z Compiling terminal_size v0.4.0
4962026-02-19T21:19:27.927Z Compiling cfg-if v1.0.4
4972026-02-19T21:19:28.047Z Compiling pretty-hex v0.4.1
4982026-02-19T21:19:28.142Z Compiling anstyle v1.0.11
4992026-02-19T21:19:28.174Z Compiling colorchoice v1.0.2
5002026-02-19T21:19:28.274Z Compiling anstyle-query v1.1.1
5012026-02-19T21:19:28.300Z Compiling is_terminal_polyfill v1.70.1
5022026-02-19T21:19:28.457Z Compiling anstream v0.6.18
5032026-02-19T21:19:28.563Z Compiling semver v1.0.27
5042026-02-19T21:19:29.245Z Compiling fs-err v3.1.1
5052026-02-19T21:19:29.272Z Compiling anyhow v1.0.99
5062026-02-19T21:19:29.460Z Compiling synstructure v0.13.1
5072026-02-19T21:19:29.567Z Compiling unicode-width v0.1.14
5082026-02-19T21:19:29.597Z Compiling heck v0.4.1
5092026-02-19T21:19:29.890Z Compiling unicode-xid v0.2.6
5102026-02-19T21:19:30.009Z Compiling heck v0.5.0
5112026-02-19T21:19:30.107Z Compiling fnv v1.0.7
5122026-02-19T21:19:30.135Z Compiling fastrand v2.1.1
5132026-02-19T21:19:30.275Z Compiling bytecount v0.6.8
5142026-02-19T21:19:30.539Z Compiling clap_lex v0.7.4
5152026-02-19T21:19:30.639Z Compiling strsim v0.11.1
5162026-02-19T21:19:30.687Z Compiling once_cell v1.21.3
5172026-02-19T21:19:30.929Z Compiling papergrid v0.11.0
5182026-02-19T21:19:31.102Z Compiling tempfile v3.24.0
5192026-02-19T21:19:31.130Z Compiling clap_builder v4.5.48
5202026-02-19T21:19:31.401Z Compiling memmap v0.7.0
5212026-02-19T21:19:31.534Z Compiling unicode-linebreak v0.1.5
5222026-02-19T21:19:31.744Z Compiling smawk v0.3.2
5232026-02-19T21:19:31.912Z Compiling unicode-width v0.2.0
5242026-02-19T21:19:31.978Z Compiling camino-tempfile v1.4.1
5252026-02-19T21:19:32.430Z Compiling textwrap v0.16.2
5262026-02-19T21:19:32.641Z Compiling swrite v0.1.0
5272026-02-19T21:19:32.798Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
5282026-02-19T21:19:32.896Z Compiling tabled_derive v0.7.0
5292026-02-19T21:19:33.854Z Compiling serde_derive v1.0.228
5302026-02-19T21:19:33.854Z Compiling zerofrom-derive v0.1.4
5312026-02-19T21:19:33.880Z Compiling yoke-derive v0.7.4
5322026-02-19T21:19:33.884Z Compiling thiserror-impl v2.0.18
5332026-02-19T21:19:33.984Z Compiling zerovec-derive v0.10.3
5342026-02-19T21:19:34.490Z Compiling displaydoc v0.2.5
5352026-02-19T21:19:36.119Z Compiling thiserror-impl v1.0.69
5362026-02-19T21:19:36.440Z Compiling icu_provider_macros v1.5.0
5372026-02-19T21:19:36.700Z Compiling zerocopy-derive v0.7.35
5382026-02-19T21:19:37.259Z Compiling pest v2.8.2
5392026-02-19T21:19:37.284Z Compiling zerofrom v0.1.4
5402026-02-19T21:19:37.514Z Compiling scroll_derive v0.12.0
5412026-02-19T21:19:37.553Z Compiling yoke v0.7.4
5422026-02-19T21:19:37.932Z Compiling zerovec v0.10.4
5432026-02-19T21:19:38.615Z Compiling zerocopy v0.7.35
5442026-02-19T21:19:38.644Z Compiling clap_derive v4.5.47
5452026-02-19T21:19:38.886Z Compiling scroll v0.12.0
5462026-02-19T21:19:39.191Z Compiling tabled v0.15.0
5472026-02-19T21:19:39.363Z Compiling goblin v0.8.2
5482026-02-19T21:19:39.642Z Compiling tinystr v0.7.6
5492026-02-19T21:19:39.891Z Compiling pest_meta v2.8.2
5502026-02-19T21:19:39.997Z Compiling icu_locid v1.5.0
5512026-02-19T21:19:40.035Z Compiling icu_collections v1.5.0
5522026-02-19T21:19:41.277Z Compiling icu_provider v1.5.0
5532026-02-19T21:19:41.995Z Compiling icu_locid_transform v1.5.0
5542026-02-19T21:19:42.243Z Compiling pest_generator v2.8.2
5552026-02-19T21:19:42.295Z Compiling toml_datetime v0.6.11
5562026-02-19T21:19:42.364Z Compiling serde_spanned v0.6.9
5572026-02-19T21:19:42.614Z Compiling dof v0.3.0
5582026-02-19T21:19:42.643Z Compiling toml_edit v0.22.27
5592026-02-19T21:19:42.780Z Compiling serde_tokenstream v0.2.2
5602026-02-19T21:19:43.397Z Compiling icu_properties v1.5.1
5612026-02-19T21:19:43.505Z Compiling erased-serde v0.4.6
5622026-02-19T21:19:43.995Z Compiling serde-value v0.7.0
5632026-02-19T21:19:44.269Z Compiling pest_derive v2.8.2
5642026-02-19T21:19:44.342Z Compiling cargo-platform v0.2.0
5652026-02-19T21:19:44.672Z Compiling serde-untagged v0.1.7
5662026-02-19T21:19:44.819Z Compiling clap v4.5.48
5672026-02-19T21:19:44.903Z Compiling macaddr v1.0.1
5682026-02-19T21:19:45.115Z Compiling dtrace-parser v0.2.0
5692026-02-19T21:19:46.122Z Compiling toml v0.8.23
5702026-02-19T21:19:47.007Z Compiling cargo_toml v0.21.0
5712026-02-19T21:19:47.043Z Compiling usdt-macro v0.5.0
5722026-02-19T21:19:47.069Z Compiling usdt-attr-macro v0.5.0
5732026-02-19T21:19:47.198Z Compiling icu_normalizer v1.5.0
5742026-02-19T21:19:48.100Z Compiling idna_adapter v1.2.0
5752026-02-19T21:19:48.275Z Compiling idna v1.0.3
5762026-02-19T21:19:48.331Z Compiling usdt v0.5.0
5772026-02-19T21:19:48.689Z Compiling url v2.5.4
5782026-02-19T21:19:49.347Z Compiling cargo-util-schemas v0.8.2
5792026-02-19T21:19:51.020Z Compiling cargo_metadata v0.21.0
5802026-02-19T21:19:52.630Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
5812026-02-19T21:19:56.208Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 12s
5822026-02-19T21:19:56.534Z Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control`
5832026-02-19T21:19:57.361Z Downloading crates ...
5842026-02-19T21:19:57.496Z Downloaded aead v0.5.2
5852026-02-19T21:19:57.501Z Downloaded bit-set v0.5.3
5862026-02-19T21:19:57.505Z Downloaded camino-tempfile-ext v0.3.2
5872026-02-19T21:19:57.510Z Downloaded atty v0.2.14
5882026-02-19T21:19:57.516Z Downloaded adler2 v2.0.0
5892026-02-19T21:19:57.520Z Downloaded bcrypt-pbkdf v0.10.0
5902026-02-19T21:19:57.523Z Downloaded block-padding v0.3.3
5912026-02-19T21:19:57.526Z Downloaded bitfield-struct v0.6.2
5922026-02-19T21:19:57.530Z Downloaded debug-ignore v1.0.5
5932026-02-19T21:19:57.534Z Downloaded base16ct v0.2.0
5942026-02-19T21:19:57.545Z Downloaded defmt v0.3.8
5952026-02-19T21:19:57.548Z Downloaded blowfish v0.9.1
5962026-02-19T21:19:57.551Z Downloaded endian-type v0.1.2
5972026-02-19T21:19:57.555Z Downloaded fixedbitset v0.4.2
5982026-02-19T21:19:57.561Z Downloaded blake2 v0.10.6
5992026-02-19T21:19:57.568Z Downloaded foreign-types v0.3.2
6002026-02-19T21:19:57.573Z Downloaded critical-section v1.1.3
6012026-02-19T21:19:57.578Z Downloaded fallible-iterator v0.2.0
6022026-02-19T21:19:57.583Z Downloaded diesel_table_macro_syntax v0.2.0
6032026-02-19T21:19:57.588Z Downloaded flagset v0.4.6
6042026-02-19T21:19:57.592Z Downloaded futures-core v0.3.31
6052026-02-19T21:19:57.596Z Downloaded atomic-waker v1.1.2
6062026-02-19T21:19:57.601Z Downloaded futures-io v0.3.31
6072026-02-19T21:19:57.604Z Downloaded crc-catalog v2.4.0
6082026-02-19T21:19:57.608Z Downloaded embedded-io v0.6.1
6092026-02-19T21:19:57.630Z Downloaded float-cmp v0.10.0
6102026-02-19T21:19:57.636Z Downloaded crunchy v0.2.2
6112026-02-19T21:19:57.641Z Downloaded float-ord v0.3.2
6122026-02-19T21:19:57.647Z Downloaded futures-task v0.3.31
6132026-02-19T21:19:57.647Z Downloaded foreign-types-macros v0.2.3
6142026-02-19T21:19:57.652Z Downloaded foreign-types-shared v0.3.1
6152026-02-19T21:19:57.656Z Downloaded foreign-types v0.5.0
6162026-02-19T21:19:57.661Z Downloaded globwalk v0.9.1
6172026-02-19T21:19:57.666Z Downloaded futures-macro v0.3.31
6182026-02-19T21:19:57.670Z Downloaded fxhash v0.2.1
6192026-02-19T21:19:57.670Z Downloaded fs-err v2.11.0
6202026-02-19T21:19:57.673Z Downloaded fs_extra v1.3.0
6212026-02-19T21:19:57.678Z Downloaded cipher v0.4.4
6222026-02-19T21:19:57.682Z Downloaded hex v0.4.3
6232026-02-19T21:19:57.686Z Downloaded diesel_derives v2.2.3
6242026-02-19T21:19:57.693Z Downloaded fixedbitset v0.5.7
6252026-02-19T21:19:57.696Z Downloaded hex-literal v0.4.1
6262026-02-19T21:19:57.707Z Downloaded http-body v1.0.1
6272026-02-19T21:19:57.714Z Downloaded cassowary v0.3.0
6282026-02-19T21:19:57.715Z Downloaded ident_case v1.0.1
6292026-02-19T21:19:57.715Z Downloaded foldhash v0.1.5
6302026-02-19T21:19:57.719Z Downloaded hostname v0.4.2
6312026-02-19T21:19:57.719Z Downloaded impl-trait-for-tuples v0.2.2
6322026-02-19T21:19:57.724Z Downloaded indent_write v2.2.0
6332026-02-19T21:19:57.728Z Downloaded indoc v1.0.9
6342026-02-19T21:19:57.735Z Downloaded chacha20 v0.9.1
6352026-02-19T21:19:57.739Z Downloaded is_ci v1.2.0
6362026-02-19T21:19:57.742Z Downloaded is-terminal v0.4.13
6372026-02-19T21:19:57.751Z Downloaded lazycell v1.3.0
6382026-02-19T21:19:57.756Z Downloaded instant v0.1.13
6392026-02-19T21:19:57.761Z Downloaded derive_builder v0.20.2
6402026-02-19T21:19:57.769Z Downloaded humantime v2.2.0
6412026-02-19T21:19:57.773Z Downloaded lalrpop-util v0.19.12
6422026-02-19T21:19:57.773Z Downloaded lru-cache v0.1.2
6432026-02-19T21:19:57.779Z Downloaded hyper-staticfile v0.10.1
6442026-02-19T21:19:57.783Z Downloaded lru v0.12.5
6452026-02-19T21:19:57.783Z Downloaded maplit v1.0.2
6462026-02-19T21:19:57.787Z Downloaded maybe-uninit v2.0.0
6472026-02-19T21:19:57.791Z Downloaded crossbeam-epoch v0.9.18
6482026-02-19T21:19:57.796Z Downloaded cookie v0.18.1
6492026-02-19T21:19:57.800Z Downloaded ipnetwork v0.21.1
6502026-02-19T21:19:57.805Z Downloaded ingot-types v0.1.2
6512026-02-19T21:19:57.808Z Downloaded libsw-core v0.3.1
6522026-02-19T21:19:57.813Z Downloaded newtype_derive v0.1.6
6532026-02-19T21:19:57.817Z Downloaded futures v0.3.31
6542026-02-19T21:19:57.821Z Downloaded httparse v1.9.5
6552026-02-19T21:19:57.825Z Downloaded nibble_vec v0.1.0
6562026-02-19T21:19:57.831Z Downloaded num v0.4.3
6572026-02-19T21:19:57.834Z Downloaded flume v0.11.1
6582026-02-19T21:19:57.840Z Downloaded num-iter v0.1.45
6592026-02-19T21:19:57.843Z Downloaded const-oid v0.9.6
6602026-02-19T21:19:57.848Z Downloaded number_prefix v0.4.0
6612026-02-19T21:19:57.852Z Downloaded newline-converter v0.3.0
6622026-02-19T21:19:57.855Z Downloaded new_debug_unreachable v1.0.6
6632026-02-19T21:19:57.859Z Downloaded num-conv v0.1.0
6642026-02-19T21:19:57.864Z Downloaded normalize-line-endings v0.3.0
6652026-02-19T21:19:57.869Z Downloaded nodrop v0.1.14
6662026-02-19T21:19:57.869Z Downloaded multer v3.1.0
6672026-02-19T21:19:57.872Z Downloaded openssl-probe v0.1.5
6682026-02-19T21:19:57.876Z Downloaded packed_struct_codegen v0.10.1
6692026-02-19T21:19:57.880Z Downloaded num_enum_derive v0.5.11
6702026-02-19T21:19:57.884Z Downloaded olpc-cjson v0.1.4
6712026-02-19T21:19:57.887Z Downloaded bytes v1.11.1
6722026-02-19T21:19:57.892Z Downloaded ingot-macros v0.1.1
6732026-02-19T21:19:57.896Z Downloaded memoffset v0.9.1
6742026-02-19T21:19:57.899Z Downloaded parse-size v1.1.0
6752026-02-19T21:19:57.906Z Downloaded mime_guess v2.0.5
6762026-02-19T21:19:57.910Z Downloaded num-rational v0.4.2
6772026-02-19T21:19:57.910Z Downloaded pbkdf2 v0.11.0
6782026-02-19T21:19:57.913Z Downloaded litrs v0.4.1
6792026-02-19T21:19:57.917Z Downloaded pbkdf2 v0.12.2
6802026-02-19T21:19:57.922Z Downloaded oso-derive v0.27.3
6812026-02-19T21:19:57.922Z Downloaded parse-display v0.10.0
6822026-02-19T21:19:57.926Z Downloaded pin-utils v0.1.0
6832026-02-19T21:19:57.930Z Downloaded headers v0.4.1
6842026-02-19T21:19:57.935Z Downloaded peg-runtime v0.8.5
6852026-02-19T21:19:57.939Z Downloaded num-integer v0.1.46
6862026-02-19T21:19:57.943Z Downloaded oxide-tokio-rt v0.1.2
6872026-02-19T21:19:57.947Z Downloaded precomputed-hash v0.1.1
6882026-02-19T21:19:57.947Z Downloaded phf_shared v0.11.2
6892026-02-19T21:19:57.951Z Downloaded derive_more-impl v2.0.1
6902026-02-19T21:19:57.957Z Downloaded powerfmt v0.2.0
6912026-02-19T21:19:57.961Z Downloaded memmap2 v0.9.8
6922026-02-19T21:19:57.965Z Downloaded proc-macro-error-attr2 v2.0.0
6932026-02-19T21:19:57.970Z Downloaded proc-macro-crate v1.3.1
6942026-02-19T21:19:57.970Z Downloaded pretty-hex v0.2.1
6952026-02-19T21:19:57.975Z Downloaded progenitor-client v0.8.0
6962026-02-19T21:19:57.975Z Downloaded indicatif v0.17.11
6972026-02-19T21:19:57.980Z Downloaded peg-macros v0.8.5
6982026-02-19T21:19:57.984Z Downloaded phf v0.11.2
6992026-02-19T21:19:57.988Z Downloaded pin-project-lite v0.2.14
7002026-02-19T21:19:57.992Z Downloaded parking_lot_core v0.9.10
7012026-02-19T21:19:57.998Z Downloaded parking_lot_core v0.8.6
7022026-02-19T21:19:58.002Z Downloaded oxnet v0.1.4
7032026-02-19T21:19:58.007Z Downloaded pin-project-internal v1.1.6
7042026-02-19T21:19:58.011Z Downloaded quick-error v1.2.3
7052026-02-19T21:19:58.011Z Downloaded rand_chacha v0.3.1
7062026-02-19T21:19:58.015Z Downloaded ref-cast-impl v1.0.25
7072026-02-19T21:19:58.015Z Downloaded ppv-lite86 v0.2.20
7082026-02-19T21:19:58.019Z Downloaded pem-rfc7468 v0.7.0
7092026-02-19T21:19:58.023Z Downloaded progenitor-client v0.11.2
7102026-02-19T21:19:58.027Z Downloaded progenitor-macro v0.11.2
7112026-02-19T21:19:58.027Z Downloaded psl-types v2.0.11
7122026-02-19T21:19:58.031Z Downloaded ref-cast v1.0.25
7132026-02-19T21:19:58.034Z Downloaded phf v0.12.1
7142026-02-19T21:19:58.088Z Downloaded progenitor v0.11.2
7152026-02-19T21:19:58.088Z Downloaded backtrace v0.3.74
7162026-02-19T21:19:58.088Z Downloaded polyval v0.6.2
7172026-02-19T21:19:58.088Z Downloaded rtoolbox v0.0.2
7182026-02-19T21:19:58.088Z Downloaded postgres-protocol v0.6.8
7192026-02-19T21:19:58.088Z Downloaded rfc6979 v0.4.0
7202026-02-19T21:19:58.088Z Downloaded pkg-config v0.3.31
7212026-02-19T21:19:58.088Z Downloaded jiff-static v0.2.15
7222026-02-19T21:19:58.088Z Downloaded pkcs8 v0.10.2
7232026-02-19T21:19:58.088Z Downloaded rustc_version v0.4.1
7242026-02-19T21:19:58.088Z Downloaded r2d2 v0.8.10
7252026-02-19T21:19:58.088Z Downloaded rand_chacha v0.9.0
7262026-02-19T21:19:58.088Z Downloaded parking_lot v0.11.2
7272026-02-19T21:19:58.091Z Downloaded hickory-resolver v0.25.2
7282026-02-19T21:19:58.091Z Downloaded papergrid v0.17.0
7292026-02-19T21:19:58.096Z Downloaded salsa20 v0.10.2
7302026-02-19T21:19:58.098Z Downloaded rustc-hash v2.1.1
7312026-02-19T21:19:58.102Z Downloaded resolv-conf v0.7.0
7322026-02-19T21:19:58.105Z Downloaded cc v1.2.30
7332026-02-19T21:19:58.108Z Downloaded scheduled-thread-pool v0.2.7
7342026-02-19T21:19:58.112Z Downloaded quinn-udp v0.5.5
7352026-02-19T21:19:58.115Z Downloaded progenitor-impl v0.8.0
7362026-02-19T21:19:58.118Z Downloaded sapling-renderdag v0.1.0
7372026-02-19T21:19:58.121Z Downloaded secrecy v0.10.3
7382026-02-19T21:19:58.123Z Downloaded hyper-util v0.1.19
7392026-02-19T21:19:58.130Z Downloaded postgres-types v0.2.9
7402026-02-19T21:19:58.134Z Downloaded rand_xorshift v0.4.0
7412026-02-19T21:19:58.139Z Downloaded rand_seeder v0.4.0
7422026-02-19T21:19:58.142Z Downloaded serde-big-array v0.5.1
7432026-02-19T21:19:58.145Z Downloaded serde_repr v0.1.19
7442026-02-19T21:19:58.148Z Downloaded serde_urlencoded v0.7.1
7452026-02-19T21:19:58.150Z Downloaded rustls-native-certs v0.8.1
7462026-02-19T21:19:58.153Z Downloaded rustls-pemfile v2.2.0
7472026-02-19T21:19:58.157Z Downloaded papergrid v0.14.0
7482026-02-19T21:19:58.163Z Downloaded sha1 v0.10.6
7492026-02-19T21:19:58.166Z Downloaded hashbrown v0.13.2
7502026-02-19T21:19:58.171Z Downloaded proc-macro-error2 v2.0.1
7512026-02-19T21:19:58.176Z Downloaded sigpipe v0.1.3
7522026-02-19T21:19:58.179Z Downloaded shell-words v1.1.0
7532026-02-19T21:19:58.182Z Downloaded signature v2.2.0
7542026-02-19T21:19:58.182Z Downloaded rusty-fork v0.3.0
7552026-02-19T21:19:58.186Z Downloaded signal-hook-tokio v0.3.1
7562026-02-19T21:19:58.189Z Downloaded signal-hook-mio v0.2.4
7572026-02-19T21:19:58.189Z Downloaded rustc-demangle v0.1.24
7582026-02-19T21:19:58.192Z Downloaded slog-bunyan v2.5.0
7592026-02-19T21:19:58.196Z Downloaded aes v0.8.4
7602026-02-19T21:19:58.199Z Downloaded simd-adler32 v0.3.7
7612026-02-19T21:19:58.199Z Downloaded schemars_derive v0.8.22
7622026-02-19T21:19:58.201Z Downloaded siphasher v1.0.1
7632026-02-19T21:19:58.204Z Downloaded siphasher v0.3.11
7642026-02-19T21:19:58.207Z Downloaded same-file v1.0.6
7652026-02-19T21:19:58.210Z Downloaded serde_spanned v1.0.4
7662026-02-19T21:19:58.210Z Downloaded hickory-server v0.25.2
7672026-02-19T21:19:58.215Z Downloaded shlex v1.3.0
7682026-02-19T21:19:58.218Z Downloaded serde-hex v0.1.0
7692026-02-19T21:19:58.221Z Downloaded signal-hook-registry v1.4.2
7702026-02-19T21:19:58.225Z Downloaded scrypt v0.11.0
7712026-02-19T21:19:58.228Z Downloaded sec1 v0.7.3
7722026-02-19T21:19:58.228Z Downloaded postcard v1.0.10
7732026-02-19T21:19:58.231Z Downloaded openssl-sys v0.9.109
7742026-02-19T21:19:58.237Z Downloaded ssh-cipher v0.2.0
7752026-02-19T21:19:58.241Z Downloaded slog-envlogger v2.2.0
7762026-02-19T21:19:58.244Z Downloaded sqlparser_derive v0.2.2
7772026-02-19T21:19:58.244Z Downloaded strip-ansi-escapes v0.2.0
7782026-02-19T21:19:58.247Z Downloaded serde_derive_internals v0.29.1
7792026-02-19T21:19:58.250Z Downloaded ryu v1.0.18
7802026-02-19T21:19:58.253Z Downloaded serde_path_to_error v0.1.20
7812026-02-19T21:19:58.257Z Downloaded progenitor-impl v0.10.0
7822026-02-19T21:19:58.260Z Downloaded libm v0.2.8
7832026-02-19T21:19:58.266Z Downloaded take_mut v0.2.2
7842026-02-19T21:19:58.269Z Downloaded tabwriter v1.4.0
7852026-02-19T21:19:58.272Z Downloaded http v1.4.0
7862026-02-19T21:19:58.275Z Downloaded smf v0.2.3
7872026-02-19T21:19:58.278Z Downloaded smallvec v0.6.14
7882026-02-19T21:19:58.281Z Downloaded slog-term v2.9.2
7892026-02-19T21:19:58.284Z Downloaded quinn v0.11.5
7902026-02-19T21:19:58.287Z Downloaded strum v0.27.2
7912026-02-19T21:19:58.289Z Downloaded structmeta-derive v0.3.0
7922026-02-19T21:19:58.289Z Downloaded tagptr v0.2.0
7932026-02-19T21:19:58.292Z Downloaded tap v1.0.1
7942026-02-19T21:19:58.293Z Downloaded termtree v0.5.1
7952026-02-19T21:19:58.296Z Downloaded slog-async v2.8.0
7962026-02-19T21:19:58.299Z Downloaded slab v0.4.9
7972026-02-19T21:19:58.299Z Downloaded mio v1.0.2
7982026-02-19T21:19:58.305Z Downloaded rayon-core v1.12.1
7992026-02-19T21:19:58.308Z Downloaded thread_local v1.1.8
8002026-02-19T21:19:58.311Z Downloaded stringprep v0.1.5
8012026-02-19T21:19:58.315Z Downloaded ron v0.7.1
8022026-02-19T21:19:58.319Z Downloaded schemars v0.8.22
8032026-02-19T21:19:58.333Z Downloaded support-bundle-viewer v0.1.2
8042026-02-19T21:19:58.336Z Downloaded tabled_derive v0.10.0
8052026-02-19T21:19:58.339Z Downloaded thread-id v5.0.0
8062026-02-19T21:19:58.339Z Downloaded time-core v0.1.6
8072026-02-19T21:19:58.342Z Downloaded itertools v0.12.1
8082026-02-19T21:19:58.349Z Downloaded spin v0.9.8
8092026-02-19T21:19:58.352Z Downloaded serde_with_macros v3.16.1
8102026-02-19T21:19:58.355Z Downloaded serde_yaml v0.9.34+deprecated
8112026-02-19T21:19:58.358Z Downloaded tinyvec_macros v0.1.1
8122026-02-19T21:19:58.361Z Downloaded spki v0.7.3
8132026-02-19T21:19:58.364Z Downloaded snafu-derive v0.8.5
8142026-02-19T21:19:58.364Z Downloaded rustls-pki-types v1.10.0
8152026-02-19T21:19:58.368Z Downloaded russh-keys v0.45.0
8162026-02-19T21:19:58.370Z Downloaded topological-sort v0.2.2
8172026-02-19T21:19:58.373Z Downloaded ron v0.8.1
8182026-02-19T21:19:58.378Z Downloaded num-bigint-dig v0.8.6
8192026-02-19T21:19:58.383Z Downloaded strum_macros v0.24.3
8202026-02-19T21:19:58.388Z Downloaded itertools v0.13.0
8212026-02-19T21:19:58.393Z Downloaded try-lock v0.2.5
8222026-02-19T21:19:58.396Z Downloaded trait-variant v0.1.2
8232026-02-19T21:19:58.396Z Downloaded tabled_derive v0.11.0
8242026-02-19T21:19:58.399Z Downloaded tower-service v0.3.3
8252026-02-19T21:19:58.399Z Downloaded strum_macros v0.26.4
8262026-02-19T21:19:58.401Z Downloaded typify-macro v0.4.3
8272026-02-19T21:19:58.404Z Downloaded typify-macro v0.2.0
8282026-02-19T21:19:58.404Z Downloaded strum_macros v0.27.2
8292026-02-19T21:19:58.407Z Downloaded unicode-truncate v1.1.0
8302026-02-19T21:19:58.411Z Downloaded minimal-lexical v0.2.1
8312026-02-19T21:19:58.414Z Downloaded pretty_assertions v1.4.1
8322026-02-19T21:19:58.417Z Downloaded rsa v0.9.8
8332026-02-19T21:19:58.421Z Downloaded tower-layer v0.3.3
8342026-02-19T21:19:58.424Z Downloaded socket2 v0.6.1
8352026-02-19T21:19:58.427Z Downloaded universal-hash v0.5.1
8362026-02-19T21:19:58.427Z Downloaded thiserror-no-std v2.0.2
8372026-02-19T21:19:58.432Z Downloaded signal-hook v0.3.18
8382026-02-19T21:19:58.435Z Downloaded nom v7.1.3
8392026-02-19T21:19:58.440Z Downloaded unarray v0.1.4
8402026-02-19T21:19:58.443Z Downloaded toml_datetime v0.7.5+spec-1.1.0
8412026-02-19T21:19:58.446Z Downloaded untrusted v0.9.0
8422026-02-19T21:19:58.446Z Downloaded itertools v0.14.0
8432026-02-19T21:19:58.453Z Downloaded usdt v0.6.0
8442026-02-19T21:19:58.457Z Downloaded tokio-dtrace v0.1.0
8452026-02-19T21:19:58.457Z Downloaded tls_codec v0.4.1
8462026-02-19T21:19:58.460Z Downloaded utf-8 v0.7.6
8472026-02-19T21:19:58.460Z Downloaded want v0.3.1
8482026-02-19T21:19:58.463Z Downloaded void v1.0.2
8492026-02-19T21:19:58.463Z Downloaded tokio-tungstenite v0.21.0
8502026-02-19T21:19:58.466Z Downloaded usdt-macro v0.6.0
8512026-02-19T21:19:58.466Z Downloaded usdt-attr-macro v0.6.0
8522026-02-19T21:19:58.469Z Downloaded untrusted v0.7.1
8532026-02-19T21:19:58.469Z Downloaded tokio-macros v2.6.0
8542026-02-19T21:19:58.472Z Downloaded similar v2.7.0
8552026-02-19T21:19:58.475Z Downloaded typify v0.2.0
8562026-02-19T21:19:58.478Z Downloaded tui-tree-widget v0.23.1
8572026-02-19T21:19:58.481Z Downloaded tokio-tungstenite v0.23.1
8582026-02-19T21:19:58.485Z Downloaded tracing-attributes v0.1.27
8592026-02-19T21:19:58.485Z Downloaded unicase v2.8.1
8602026-02-19T21:19:58.488Z Downloaded term v0.7.0
8612026-02-19T21:19:58.491Z Downloaded toml_writer v1.0.6+spec-1.1.0
8622026-02-19T21:19:58.491Z Downloaded term v1.1.0
8632026-02-19T21:19:58.494Z Downloaded tar v0.4.44
8642026-02-19T21:19:58.497Z Downloaded unit-prefix v0.5.1
8652026-02-19T21:19:58.500Z Downloaded tls_codec_derive v0.4.1
8662026-02-19T21:19:58.503Z Downloaded waitgroup v0.1.2
8672026-02-19T21:19:58.503Z Downloaded wait-timeout v0.2.0
8682026-02-19T21:19:58.503Z Downloaded xattr v1.3.1
8692026-02-19T21:19:58.506Z Downloaded xshell-macros v0.2.7
8702026-02-19T21:19:58.506Z Downloaded vte_generate_state_changes v0.1.2
8712026-02-19T21:19:58.509Z Downloaded rand v0.9.2
8722026-02-19T21:19:58.512Z Downloaded time-macros v0.2.24
8732026-02-19T21:19:58.515Z Downloaded socket2 v0.5.10
8742026-02-19T21:19:58.515Z Downloaded bindgen v0.69.5
8752026-02-19T21:19:58.523Z Downloaded hkdf v0.12.4
8762026-02-19T21:19:58.526Z Downloaded uzers v0.12.1
8772026-02-19T21:19:58.529Z Downloaded tinyvec v1.8.0
8782026-02-19T21:19:58.533Z Downloaded h2 v0.4.6
8792026-02-19T21:19:58.538Z Downloaded zone v0.3.1
8802026-02-19T21:19:58.542Z Downloaded zone v0.1.8
8812026-02-19T21:19:58.542Z Downloaded zeroize_derive v1.4.2
8822026-02-19T21:19:58.545Z Downloaded tokio-native-tls v0.3.1
8832026-02-19T21:19:58.545Z Downloaded slog v2.8.2
8842026-02-19T21:19:58.548Z Downloaded futures-util v0.3.31
8852026-02-19T21:19:58.562Z Downloaded zone_cfg_derive v0.3.0
8862026-02-19T21:19:58.565Z Downloaded zone_cfg_derive v0.1.2
8872026-02-19T21:19:58.565Z Downloaded wyz v0.5.1
8882026-02-19T21:19:58.565Z Downloaded blake3 v1.5.4
8892026-02-19T21:19:58.571Z Downloaded test-strategy v0.4.3
8902026-02-19T21:19:58.575Z Downloaded which v4.4.2
8912026-02-19T21:19:58.578Z Downloaded toml v0.7.8
8922026-02-19T21:19:58.582Z Downloaded xz2 v0.1.7
8932026-02-19T21:19:58.585Z Downloaded xshell v0.2.7
8942026-02-19T21:19:58.585Z Downloaded zeroize v1.8.1
8952026-02-19T21:19:58.588Z Downloaded unicode-properties v0.1.3
8962026-02-19T21:19:58.588Z Downloaded snafu v0.8.5
8972026-02-19T21:19:58.594Z Downloaded usdt-impl v0.6.0
8982026-02-19T21:19:58.597Z Downloaded rustyline v14.0.0
8992026-02-19T21:19:58.602Z Downloaded twox-hash v2.1.0
9002026-02-19T21:19:58.605Z Downloaded tracing-core v0.1.32
9012026-02-19T21:19:58.607Z Downloaded tungstenite v0.23.0
9022026-02-19T21:19:58.610Z Downloaded vergen-lib v0.1.6
9032026-02-19T21:19:58.613Z Downloaded tungstenite v0.21.0
9042026-02-19T21:19:58.616Z Downloaded samael v0.0.19
9052026-02-19T21:19:58.621Z Downloaded vergen v9.0.6
9062026-02-19T21:19:58.624Z Downloaded rpassword v7.4.0
9072026-02-19T21:19:58.627Z Downloaded zstd-safe v7.2.3
9082026-02-19T21:19:58.630Z Downloaded zstd v0.13.3
9092026-02-19T21:19:58.633Z Downloaded toml v0.9.11+spec-1.1.0
9102026-02-19T21:19:58.636Z Downloaded yasna v0.5.2
9112026-02-19T21:19:58.638Z Downloaded russh v0.45.0
9122026-02-19T21:19:58.642Z Downloaded zerocopy v0.6.6
9132026-02-19T21:19:58.645Z Downloaded value-bag v1.12.0
9142026-02-19T21:19:58.648Z Downloaded typify v0.4.3
9152026-02-19T21:19:58.652Z Downloaded vte v0.11.1
9162026-02-19T21:19:58.654Z Downloaded tracing v0.1.40
9172026-02-19T21:19:58.658Z Downloaded uuid v1.19.0
9182026-02-19T21:19:58.661Z Downloaded unicode-bidi v0.3.17
9192026-02-19T21:19:58.663Z Downloaded git2 v0.20.2
9202026-02-19T21:19:58.671Z Downloaded steno v0.4.1
9212026-02-19T21:19:58.674Z Downloaded unsafe-libyaml v0.2.11
9222026-02-19T21:19:58.677Z Downloaded reedline v0.40.0
9232026-02-19T21:19:58.684Z Downloaded p521 v0.13.3
9242026-02-19T21:19:58.689Z Downloaded reqwest v0.12.24
9252026-02-19T21:19:58.693Z Downloaded walkdir v2.5.0
9262026-02-19T21:19:58.695Z Downloaded hyper v1.8.1
9272026-02-19T21:19:58.700Z Downloaded vsss-rs v3.3.4
9282026-02-19T21:19:58.703Z Downloaded tokio-postgres v0.7.13
9292026-02-19T21:19:58.707Z Downloaded vergen-git2 v1.0.7
9302026-02-19T21:19:58.710Z Downloaded aws-lc-rs v1.12.4
9312026-02-19T21:19:58.722Z Downloaded yansi v1.0.1
9322026-02-19T21:19:58.725Z Downloaded toml_edit v0.19.15
9332026-02-19T21:19:58.735Z Downloaded zopfli v0.8.1
9342026-02-19T21:19:58.738Z Downloaded tower v0.5.2
9352026-02-19T21:19:58.746Z Downloaded quick-xml v0.37.2
9362026-02-19T21:19:58.751Z Downloaded bindgen v0.71.1
9372026-02-19T21:19:58.758Z Downloaded unicode_categories v0.1.1
9382026-02-19T21:19:58.761Z Downloaded goblin v0.10.2
9392026-02-19T21:19:58.766Z Downloaded zip v0.6.6
9402026-02-19T21:19:58.770Z Downloaded curve25519-dalek v4.1.3
9412026-02-19T21:19:58.777Z Downloaded moka v0.12.10
9422026-02-19T21:19:58.786Z Downloaded bitvec v1.0.1
9432026-02-19T21:19:58.799Z Downloaded zerocopy-derive v0.8.27
9442026-02-19T21:19:58.805Z Downloaded tower-http v0.6.6
9452026-02-19T21:19:58.813Z Downloaded x509-cert v0.2.5
9462026-02-19T21:19:58.818Z Downloaded unicode-segmentation v1.12.0
9472026-02-19T21:19:58.821Z Downloaded lalrpop v0.19.12
9482026-02-19T21:19:58.832Z Downloaded zip v4.2.0
9492026-02-19T21:19:58.836Z Downloaded typed-path v0.9.3
9502026-02-19T21:19:58.842Z Downloaded sqlparser v0.45.0
9512026-02-19T21:19:58.848Z Downloaded object v0.30.4
9522026-02-19T21:19:58.856Z Downloaded unicode-normalization v0.1.24
9532026-02-19T21:19:58.859Z Downloaded gimli v0.31.1
9542026-02-19T21:19:58.866Z Downloaded nix v0.27.1
9552026-02-19T21:19:58.876Z Downloaded tokio-util v0.7.15
9562026-02-19T21:19:58.882Z Downloaded openssl v0.10.73
9572026-02-19T21:19:58.890Z Downloaded quinn-proto v0.11.8
9582026-02-19T21:19:58.895Z Downloaded tough v0.20.0
9592026-02-19T21:19:58.903Z Downloaded winnow v0.5.40
9602026-02-19T21:19:58.911Z Downloaded rustls-webpki v0.102.8
9612026-02-19T21:19:58.928Z Downloaded winnow v0.6.26
9622026-02-19T21:19:58.936Z Downloaded dropshot v0.16.7
9632026-02-19T21:19:58.957Z Downloaded tabled v0.18.0
9642026-02-19T21:19:58.973Z Downloaded regex-syntax v0.6.29
9652026-02-19T21:19:58.978Z Downloaded hickory-proto v0.24.4
9662026-02-19T21:19:58.991Z Downloaded polar-core v0.27.3
9672026-02-19T21:19:58.998Z Downloaded bstr v1.10.0
9682026-02-19T21:19:59.007Z Downloaded zlib-rs v0.5.1
9692026-02-19T21:19:59.011Z Downloaded tabled v0.20.0
9702026-02-19T21:19:59.028Z Downloaded rustls v0.21.12
9712026-02-19T21:19:59.038Z Downloaded smoltcp v0.11.0
9722026-02-19T21:19:59.049Z Downloaded vcpkg v0.2.15
9732026-02-19T21:19:59.084Z Downloaded webpki-roots v1.0.1
9742026-02-19T21:19:59.088Z Downloaded nix v0.30.1
9752026-02-19T21:19:59.098Z Downloaded smoltcp v0.9.1
9762026-02-19T21:19:59.107Z Downloaded rustls v0.23.19
9772026-02-19T21:19:59.116Z Downloaded nix v0.28.0
9782026-02-19T21:19:59.127Z Downloaded regress v0.10.4
9792026-02-19T21:19:59.137Z Downloaded regex-syntax v0.8.5
9802026-02-19T21:19:59.146Z Downloaded hickory-proto v0.25.2
9812026-02-19T21:19:59.162Z Downloaded openapiv3 v2.2.0
9822026-02-19T21:19:59.176Z Downloaded sled v0.34.7
9832026-02-19T21:19:59.181Z Downloaded typify-impl v0.4.3
9842026-02-19T21:19:59.194Z Downloaded typify-impl v0.2.0
9852026-02-19T21:19:59.207Z Downloaded zerocopy v0.8.27
9862026-02-19T21:19:59.229Z Downloaded rustls v0.22.4
9872026-02-19T21:19:59.241Z Downloaded radix_trie v0.2.1
9882026-02-19T21:19:59.245Z Downloaded object v0.36.5
9892026-02-19T21:19:59.255Z Downloaded zerocopy-derive v0.6.6
9902026-02-19T21:19:59.264Z Downloaded regex-automata v0.4.11
9912026-02-19T21:19:59.279Z Downloaded diesel v2.2.12
9922026-02-19T21:19:59.296Z Downloaded jiff v0.2.15
9932026-02-19T21:19:59.311Z Downloaded lzma-sys v0.1.20
9942026-02-19T21:19:59.337Z Downloaded bzip2-sys v0.1.13+1.0.8
9952026-02-19T21:19:59.348Z Downloaded ratatui v0.29.0
9962026-02-19T21:19:59.366Z Downloaded nix v0.29.0
9972026-02-19T21:19:59.375Z Downloaded proptest v1.7.0
9982026-02-19T21:19:59.383Z Downloaded serde_with v3.16.1
9992026-02-19T21:19:59.394Z Downloaded rustls-webpki v0.101.7
10002026-02-19T21:19:59.406Z Downloaded csv v1.3.1
10012026-02-19T21:19:59.424Z Downloaded petname v2.0.2
10022026-02-19T21:19:59.429Z Downloaded petgraph v0.6.5
10032026-02-19T21:19:59.446Z Downloaded time v0.3.43
10042026-02-19T21:19:59.454Z Downloaded salty v0.3.0
10052026-02-19T21:19:59.462Z Downloaded portable-atomic v1.11.0
10062026-02-19T21:19:59.467Z Downloaded chrono-tz v0.10.4
10072026-02-19T21:19:59.482Z Downloaded ssh-key v0.6.6
10082026-02-19T21:19:59.488Z Downloaded petgraph v0.8.2
10092026-02-19T21:19:59.506Z Downloaded libz-sys v1.1.20
10102026-02-19T21:19:59.524Z Downloaded regex v1.11.3
10112026-02-19T21:19:59.530Z Downloaded rayon v1.10.0
10122026-02-19T21:19:59.539Z Downloaded p384 v0.13.1
10132026-02-19T21:19:59.544Z Downloaded whoami v1.5.2
10142026-02-19T21:19:59.547Z Downloaded vergen-gitcl v1.0.8
10152026-02-19T21:19:59.550Z Downloaded toml_parser v1.0.6+spec-1.1.0
10162026-02-19T21:19:59.550Z Downloaded tokio-stream v0.1.17
10172026-02-19T21:19:59.554Z Downloaded schemars v1.0.4
10182026-02-19T21:19:59.567Z Downloaded zstd-sys v2.0.14+zstd.1.5.7
10192026-02-19T21:19:59.583Z Downloaded sha3 v0.10.8
10202026-02-19T21:19:59.587Z Downloaded tokio v1.49.0
10212026-02-19T21:19:59.621Z Downloaded aho-corasick v1.1.3
10222026-02-19T21:19:59.626Z Downloaded tokio-rustls v0.26.0
10232026-02-19T21:19:59.629Z Downloaded tokio-rustls v0.24.1
10242026-02-19T21:19:59.633Z Downloaded subprocess v0.2.9
10252026-02-19T21:19:59.633Z Downloaded libxml v0.3.3
10262026-02-19T21:19:59.636Z Downloaded tiny-keccak v2.0.2
10272026-02-19T21:19:59.639Z Downloaded rand v0.8.5
10282026-02-19T21:19:59.642Z Downloaded encoding_rs v0.8.34
10292026-02-19T21:19:59.662Z Downloaded qorb v0.4.1
10302026-02-19T21:19:59.666Z Downloaded serde_cbor v0.11.2
10312026-02-19T21:19:59.669Z Downloaded termios v0.3.3
10322026-02-19T21:19:59.672Z Downloaded tokio-rustls v0.25.0
10332026-02-19T21:19:59.672Z Downloaded schemars v0.9.0
10342026-02-19T21:19:59.682Z Downloaded iri-string v0.7.8
10352026-02-19T21:19:59.687Z Downloaded thiserror-impl-no-std v2.0.2
10362026-02-19T21:19:59.690Z Downloaded testing_table v0.3.0
10372026-02-19T21:19:59.690Z Downloaded aes-gcm v0.10.3
10382026-02-19T21:19:59.693Z Downloaded slog-json v2.6.1
10392026-02-19T21:19:59.696Z Downloaded slog-dtrace v0.3.0
10402026-02-19T21:19:59.696Z Downloaded sct v0.7.1
10412026-02-19T21:19:59.699Z Downloaded publicsuffix v2.3.0
10422026-02-19T21:19:59.702Z Downloaded prettyplease v0.2.36
10432026-02-19T21:19:59.705Z Downloaded iddqd v0.3.16
10442026-02-19T21:19:59.709Z Downloaded ring v0.17.14
10452026-02-19T21:19:59.770Z Downloaded string_cache v0.8.9
10462026-02-19T21:19:59.774Z Downloaded static_assertions v1.1.0
10472026-02-19T21:19:59.774Z Downloaded num-bigint v0.4.6
10482026-02-19T21:19:59.774Z Downloaded strum v0.26.3
10492026-02-19T21:19:59.774Z Downloaded sqlformat v0.3.5
10502026-02-19T21:19:59.774Z Downloaded chrono v0.4.43
10512026-02-19T21:19:59.774Z Downloaded progenitor-impl v0.11.2
10522026-02-19T21:19:59.774Z Downloaded itertools v0.10.5
10532026-02-19T21:19:59.774Z Downloaded hashbrown v0.15.4
10542026-02-19T21:19:59.774Z Downloaded sync_wrapper v1.0.1
10552026-02-19T21:19:59.778Z Downloaded sync-ptr v0.1.4
10562026-02-19T21:19:59.778Z Downloaded supports-color v3.0.2
10572026-02-19T21:19:59.778Z Downloaded subtle v2.6.1
10582026-02-19T21:19:59.778Z Downloaded structmeta v0.3.0
10592026-02-19T21:19:59.781Z Downloaded ssh-encoding v0.2.0
10602026-02-19T21:19:59.781Z Downloaded slog-stdlog v4.1.1
10612026-02-19T21:19:59.781Z Downloaded slog-scope v4.4.0
10622026-02-19T21:19:59.784Z Downloaded scroll v0.13.0
10632026-02-19T21:19:59.784Z Downloaded rustversion v1.0.22
10642026-02-19T21:19:59.791Z Downloaded rcgen v0.12.1
10652026-02-19T21:19:59.794Z Downloaded prefix-trie v0.7.0
10662026-02-19T21:19:59.794Z Downloaded pin-project v1.1.6
10672026-02-19T21:19:59.801Z Downloaded hashbrown v0.12.3
10682026-02-19T21:19:59.805Z Downloaded rustls-pemfile v1.0.4
10692026-02-19T21:19:59.809Z Downloaded pkcs5 v0.7.1
10702026-02-19T21:19:59.812Z Downloaded parking_lot v0.12.3
10712026-02-19T21:19:59.815Z Downloaded p256 v0.13.2
10722026-02-19T21:19:59.818Z Downloaded oso v0.27.3
10732026-02-19T21:19:59.821Z Downloaded serde_plain v1.0.2
10742026-02-19T21:19:59.821Z Downloaded serde_bytes v0.11.19
10752026-02-19T21:19:59.821Z Downloaded seq-macro v0.3.6
10762026-02-19T21:19:59.824Z Downloaded semver v0.1.20
10772026-02-19T21:19:59.824Z Downloaded secrecy v0.8.0
10782026-02-19T21:19:59.827Z Downloaded rand_core v0.9.3
10792026-02-19T21:19:59.827Z Downloaded rand_core v0.6.4
10802026-02-19T21:19:59.827Z Downloaded scroll_derive v0.13.1
10812026-02-19T21:19:59.830Z Downloaded scopeguard v1.2.0
10822026-02-19T21:19:59.830Z Downloaded crossbeam-channel v0.5.15
10832026-02-19T21:19:59.833Z Downloaded progenitor v0.10.0
10842026-02-19T21:19:59.836Z Downloaded rustc_version v0.1.7
10852026-02-19T21:19:59.836Z Downloaded rustc-hash v1.1.0
10862026-02-19T21:19:59.839Z Downloaded russh-cryptovec v0.7.3
10872026-02-19T21:19:59.839Z Downloaded primeorder v0.13.6
10882026-02-19T21:19:59.839Z Downloaded poly1305 v0.8.0
10892026-02-19T21:19:59.842Z Downloaded pkcs1 v0.7.5
10902026-02-19T21:19:59.844Z Downloaded miniz_oxide v0.8.5
10912026-02-19T21:19:59.847Z Downloaded libgit2-sys v0.18.2+1.9.1
10922026-02-19T21:19:59.896Z Downloaded bumpalo v3.16.0
10932026-02-19T21:19:59.899Z Downloaded const_format v0.2.34
10942026-02-19T21:19:59.902Z Downloaded base64 v0.21.7
10952026-02-19T21:19:59.905Z Downloaded radium v0.7.0
10962026-02-19T21:19:59.908Z Downloaded progenitor-macro v0.10.0
10972026-02-19T21:19:59.908Z Downloaded predicates v3.1.3
10982026-02-19T21:19:59.911Z Downloaded pem v3.0.5
10992026-02-19T21:19:59.911Z Downloaded hickory-resolver v0.24.4
11002026-02-19T21:19:59.914Z Downloaded nu-ansi-term v0.50.1
11012026-02-19T21:19:59.917Z Downloaded progenitor-macro v0.8.0
11022026-02-19T21:19:59.917Z Downloaded progenitor-client v0.10.0
11032026-02-19T21:19:59.920Z Downloaded progenitor v0.8.0
11042026-02-19T21:19:59.920Z Downloaded heapless v0.7.17
11052026-02-19T21:19:59.923Z Downloaded owo-colors v4.2.3
11062026-02-19T21:19:59.926Z Downloaded omicron-zone-package v0.12.2
11072026-02-19T21:19:59.929Z Downloaded packed_struct v0.10.1
11082026-02-19T21:19:59.929Z Downloaded indicatif v0.18.0
11092026-02-19T21:19:59.932Z Downloaded peg v0.8.5
11102026-02-19T21:19:59.935Z Downloaded predicates-tree v1.0.12
11112026-02-19T21:19:59.938Z Downloaded path-slash v0.1.5
11122026-02-19T21:19:59.938Z Downloaded password-hash v0.5.0
11132026-02-19T21:19:59.941Z Downloaded parse-display-derive v0.10.0
11142026-02-19T21:19:59.941Z Downloaded predicates-core v1.0.8
11152026-02-19T21:19:59.941Z Downloaded phf_shared v0.12.1
11162026-02-19T21:19:59.944Z Downloaded paste v1.0.15
11172026-02-19T21:19:59.947Z Downloaded password-hash v0.4.2
11182026-02-19T21:19:59.947Z Downloaded expectorate v1.2.0
11192026-02-19T21:19:59.950Z Downloaded native-tls v0.2.12
11202026-02-19T21:19:59.953Z Downloaded derive_more v2.0.1
11212026-02-19T21:19:59.958Z Downloaded der v0.7.10
11222026-02-19T21:19:59.963Z Downloaded num_threads v0.1.7
11232026-02-19T21:19:59.966Z Downloaded num_enum v0.5.11
11242026-02-19T21:19:59.969Z Downloaded ignore v0.4.23
11252026-02-19T21:19:59.971Z Downloaded arc-swap v1.7.1
11262026-02-19T21:19:59.974Z Downloaded hmac v0.12.1
11272026-02-19T21:19:59.977Z Downloaded heapless v0.8.0
11282026-02-19T21:19:59.980Z Downloaded compact_str v0.8.0
11292026-02-19T21:19:59.983Z Downloaded half v2.4.1
11302026-02-19T21:19:59.986Z Downloaded darling_core v0.20.10
11312026-02-19T21:19:59.989Z Downloaded chacha20poly1305 v0.10.1
11322026-02-19T21:19:59.992Z Downloaded linear-map v1.2.0
11332026-02-19T21:19:59.992Z Downloaded indexmap v1.9.3
11342026-02-19T21:19:59.995Z Downloaded num-complex v0.4.6
11352026-02-19T21:19:59.995Z Downloaded libloading v0.8.5
11362026-02-19T21:19:59.998Z Downloaded flate2 v1.1.2
11372026-02-19T21:20:00.001Z Downloaded ed25519-dalek v2.1.1
11382026-02-19T21:20:00.005Z Downloaded crc-any v2.5.0
11392026-02-19T21:20:00.007Z Downloaded newtype-uuid v1.3.2
11402026-02-19T21:20:00.008Z Downloaded nanorand v0.7.0
11412026-02-19T21:20:00.010Z Downloaded libsw v3.5.0
11422026-02-19T21:20:00.010Z Downloaded indoc v2.0.6
11432026-02-19T21:20:00.013Z Downloaded darling_core v0.21.0
11442026-02-19T21:20:00.017Z Downloaded libz-rs-sys v0.5.1
11452026-02-19T21:20:00.020Z Downloaded openssl-macros v0.1.1
11462026-02-19T21:20:00.021Z Downloaded opaque-debug v0.3.1
11472026-02-19T21:20:00.021Z Downloaded cookie_store v0.21.1
11482026-02-19T21:20:00.024Z Downloaded base64 v0.13.1
11492026-02-19T21:20:00.026Z Downloaded backoff v0.4.0
11502026-02-19T21:20:00.026Z Downloaded hickory-client v0.25.2
11512026-02-19T21:20:00.029Z Downloaded mime v0.3.17
11522026-02-19T21:20:00.029Z Downloaded iana-time-zone v0.1.63
11532026-02-19T21:20:00.032Z Downloaded allocator-api2 v0.2.21
11542026-02-19T21:20:00.035Z Downloaded lock_api v0.4.12
11552026-02-19T21:20:00.035Z Downloaded hyper-rustls v0.27.7
11562026-02-19T21:20:00.038Z Downloaded num-derive v0.4.2
11572026-02-19T21:20:00.041Z Downloaded num-derive v0.3.3
11582026-02-19T21:20:00.041Z Downloaded ipnet v2.11.0
11592026-02-19T21:20:00.044Z Downloaded glob v0.3.2
11602026-02-19T21:20:00.044Z Downloaded ciborium v0.2.2
11612026-02-19T21:20:00.047Z Downloaded bzip2 v0.5.2
11622026-02-19T21:20:00.047Z Downloaded ahash v0.8.12
11632026-02-19T21:20:00.050Z Downloaded nonempty v0.12.0
11642026-02-19T21:20:00.050Z Downloaded multimap v0.10.1
11652026-02-19T21:20:00.053Z Downloaded md5 v0.7.0
11662026-02-19T21:20:00.053Z Downloaded md-5 v0.10.6
11672026-02-19T21:20:00.053Z Downloaded lzss v0.8.2
11682026-02-19T21:20:00.056Z Downloaded getrandom v0.2.15
11692026-02-19T21:20:00.059Z Downloaded crossbeam-utils v0.8.21
11702026-02-19T21:20:00.062Z Downloaded console v0.16.0
11712026-02-19T21:20:00.065Z Downloaded console v0.15.10
11722026-02-19T21:20:00.065Z Downloaded async-bb8-diesel v0.2.1
11732026-02-19T21:20:00.068Z Downloaded newtype-uuid-macros v0.1.0
11742026-02-19T21:20:00.068Z Downloaded libefi-sys v0.1.0
11752026-02-19T21:20:00.071Z Downloaded jobserver v0.1.32
11762026-02-19T21:20:00.071Z Downloaded ingot v0.1.1
11772026-02-19T21:20:00.074Z Downloaded crc32fast v1.4.2
11782026-02-19T21:20:00.074Z Downloaded libscf-sys v1.1.0
11792026-02-19T21:20:00.077Z Downloaded http-body-util v0.1.3
11802026-02-19T21:20:00.077Z Downloaded colored v3.0.0
11812026-02-19T21:20:00.080Z Downloaded cargo_metadata v0.19.2
11822026-02-19T21:20:00.083Z Downloaded match_cfg v0.1.0
11832026-02-19T21:20:00.083Z Downloaded managed v0.8.0
11842026-02-19T21:20:00.083Z Downloaded lockfree-object-pool v0.1.6
11852026-02-19T21:20:00.086Z Downloaded linked-hash-map v0.5.6
11862026-02-19T21:20:00.086Z Downloaded kstat-rs v0.2.4
11872026-02-19T21:20:00.088Z Downloaded keccak v0.1.5
11882026-02-19T21:20:00.088Z Downloaded internet-checksum v0.2.1
11892026-02-19T21:20:00.088Z Downloaded derive_more v0.99.20
11902026-02-19T21:20:00.092Z Downloaded cbc v0.1.2
11912026-02-19T21:20:00.095Z Downloaded globset v0.4.15
11922026-02-19T21:20:00.095Z Downloaded fatfs v0.3.6
11932026-02-19T21:20:00.098Z Downloaded des v0.8.1
11942026-02-19T21:20:00.098Z Downloaded cancel-safe-futures v0.1.5
11952026-02-19T21:20:00.101Z Downloaded bit-vec v0.8.0
11962026-02-19T21:20:00.104Z Downloaded instability v0.3.2
11972026-02-19T21:20:00.104Z Downloaded inout v0.1.3
11982026-02-19T21:20:00.104Z Downloaded highway v1.3.0
11992026-02-19T21:20:00.108Z Downloaded half v1.8.3
12002026-02-19T21:20:00.111Z Downloaded foldhash v0.2.0
12012026-02-19T21:20:00.111Z Downloaded lazy_static v1.5.0
12022026-02-19T21:20:00.111Z Downloaded group v0.13.0
12032026-02-19T21:20:00.113Z Downloaded crypto-bigint v0.5.5
12042026-02-19T21:20:00.118Z Downloaded hyper-tls v0.6.0
12052026-02-19T21:20:00.121Z Downloaded derive-where v1.5.0
12062026-02-19T21:20:00.124Z Downloaded httpdate v1.0.3
12072026-02-19T21:20:00.124Z Downloaded diff v0.1.13
12082026-02-19T21:20:00.127Z Downloaded darling v0.21.0
12092026-02-19T21:20:00.131Z Downloaded drift v0.1.3
12102026-02-19T21:20:00.136Z Downloaded const_format_proc_macros v0.2.34
12112026-02-19T21:20:00.139Z Downloaded hubpack_derive v0.1.1
12122026-02-19T21:20:00.139Z Downloaded hubpack v0.1.2
12132026-02-19T21:20:00.141Z Downloaded http-range v0.1.5
12142026-02-19T21:20:00.141Z Downloaded bitflags v1.3.2
12152026-02-19T21:20:00.144Z Downloaded hostname v0.3.1
12162026-02-19T21:20:00.144Z Downloaded home v0.5.9
12172026-02-19T21:20:00.147Z Downloaded futures-channel v0.3.31
12182026-02-19T21:20:00.147Z Downloaded env_logger v0.11.8
12192026-02-19T21:20:00.150Z Downloaded env_filter v0.1.2
12202026-02-19T21:20:00.151Z Downloaded either v1.15.0
12212026-02-19T21:20:00.154Z Downloaded darling_macro v0.20.10
12222026-02-19T21:20:00.157Z Downloaded daft-derive v0.1.4
12232026-02-19T21:20:00.160Z Downloaded colored v2.2.0
12242026-02-19T21:20:00.162Z Downloaded arrayvec v0.7.6
12252026-02-19T21:20:00.162Z Downloaded derive_builder_macro v0.20.2
12262026-02-19T21:20:00.167Z Downloaded derive_builder_core v0.20.2
12272026-02-19T21:20:00.167Z Downloaded heck v0.3.3
12282026-02-19T21:20:00.167Z Downloaded headers-core v0.3.0
12292026-02-19T21:20:00.170Z Downloaded hash32 v0.3.1
12302026-02-19T21:20:00.170Z Downloaded hash32 v0.2.1
12312026-02-19T21:20:00.170Z Downloaded convert_case v0.7.1
12322026-02-19T21:20:00.170Z Downloaded cmake v0.1.51
12332026-02-19T21:20:00.173Z Downloaded bitfield v0.19.2
12342026-02-19T21:20:00.173Z Downloaded base64ct v1.6.0
12352026-02-19T21:20:00.176Z Downloaded ed25519 v2.2.3
12362026-02-19T21:20:00.176Z Downloaded deranged v0.5.3
12372026-02-19T21:20:00.179Z Downloaded daft v0.1.4
12382026-02-19T21:20:00.179Z Downloaded futures-executor v0.3.31
12392026-02-19T21:20:00.182Z Downloaded ecdsa v0.16.9
12402026-02-19T21:20:00.182Z Downloaded der_derive v0.7.3
12412026-02-19T21:20:00.185Z Downloaded ctr v0.9.2
12422026-02-19T21:20:00.185Z Downloaded ghash v0.5.1
12432026-02-19T21:20:00.185Z Downloaded gethostname v0.5.0
12442026-02-19T21:20:00.188Z Downloaded futures-sink v0.3.31
12452026-02-19T21:20:00.188Z Downloaded filetime v0.2.26
12462026-02-19T21:20:00.188Z Downloaded erased-serde v0.3.31
12472026-02-19T21:20:00.191Z Downloaded convert_case v0.4.0
12482026-02-19T21:20:00.191Z Downloaded cobs v0.2.3
12492026-02-19T21:20:00.194Z Downloaded atomicwrites v0.4.4
12502026-02-19T21:20:00.194Z Downloaded constant_time_eq v0.3.1
12512026-02-19T21:20:00.194Z Downloaded defmt-parser v0.3.4
12522026-02-19T21:20:00.197Z Downloaded cstr-argument v0.1.2
12532026-02-19T21:20:00.197Z Downloaded crc v3.2.1
12542026-02-19T21:20:00.200Z Downloaded corncobs v0.1.4
12552026-02-19T21:20:00.202Z Downloaded ciborium-ll v0.2.2
12562026-02-19T21:20:00.202Z Downloaded dropshot-api-manager v0.3.0
12572026-02-19T21:20:00.205Z Downloaded defmt-macros v0.3.9
12582026-02-19T21:20:00.205Z Downloaded darling v0.20.10
12592026-02-19T21:20:00.208Z Downloaded csv-core v0.1.11
12602026-02-19T21:20:00.211Z Downloaded enum-as-inner v0.6.1
12612026-02-19T21:20:00.211Z Downloaded dtrace-parser v0.3.0
12622026-02-19T21:20:00.214Z Downloaded document-features v0.2.11
12632026-02-19T21:20:00.214Z Downloaded display-error-chain v0.2.2
12642026-02-19T21:20:00.214Z Downloaded clang-sys v1.8.1
12652026-02-19T21:20:00.217Z Downloaded ciborium-io v0.2.2
12662026-02-19T21:20:00.217Z Downloaded buf-list v1.0.3
12672026-02-19T21:20:00.220Z Downloaded bcs v0.1.6
12682026-02-19T21:20:00.220Z Downloaded base64 v0.22.1
12692026-02-19T21:20:00.223Z Downloaded cargo-platform v0.1.8
12702026-02-19T21:20:00.226Z Downloaded async-trait v0.1.89
12712026-02-19T21:20:00.229Z Downloaded funty v2.0.0
12722026-02-19T21:20:00.229Z Downloaded foreign-types-shared v0.1.1
12732026-02-19T21:20:00.229Z Downloaded dirs-next v2.0.0
12742026-02-19T21:20:00.232Z Downloaded async-recursion v1.1.1
12752026-02-19T21:20:00.235Z Downloaded assert_matches v1.5.0
12762026-02-19T21:20:00.235Z Downloaded embedded-io v0.4.0
12772026-02-19T21:20:00.238Z Downloaded dyn-clone v1.0.20
12782026-02-19T21:20:00.238Z Downloaded dunce v1.0.5
12792026-02-19T21:20:00.238Z Downloaded dof v0.4.0
12802026-02-19T21:20:00.241Z Downloaded diesel-dtrace v0.4.2
12812026-02-19T21:20:00.241Z Downloaded derive-ex v0.1.8
12822026-02-19T21:20:00.244Z Downloaded cfg_aliases v0.1.1
12832026-02-19T21:20:00.244Z Downloaded fd-lock v4.0.2
12842026-02-19T21:20:00.247Z Downloaded dsl_auto_type v0.1.2
12852026-02-19T21:20:00.247Z Downloaded castaway v0.2.3
12862026-02-19T21:20:00.247Z Downloaded crc8 v0.1.1
12872026-02-19T21:20:00.247Z Downloaded array-init v0.0.4
12882026-02-19T21:20:00.250Z Downloaded cfg_aliases v0.2.1
12892026-02-19T21:20:00.250Z Downloaded cexpr v0.6.0
12902026-02-19T21:20:00.250Z Downloaded bzip2 v0.4.4
12912026-02-19T21:20:00.253Z Downloaded bit-set v0.8.0
12922026-02-19T21:20:00.253Z Downloaded ena v0.14.3
12932026-02-19T21:20:00.255Z Downloaded dropshot_endpoint v0.16.7
12942026-02-19T21:20:00.258Z Downloaded dirs-sys-next v0.1.2
12952026-02-19T21:20:00.258Z Downloaded difflib v0.4.0
12962026-02-19T21:20:00.261Z Downloaded curve25519-dalek-derive v0.1.1
12972026-02-19T21:20:00.261Z Downloaded crossterm v0.28.1
12982026-02-19T21:20:00.265Z Downloaded ascii-canvas v3.0.0
12992026-02-19T21:20:00.268Z Downloaded ff v0.13.0
13002026-02-19T21:20:00.268Z Downloaded dropshot-api-manager-types v0.3.0
13012026-02-19T21:20:00.271Z Downloaded async-stream-impl v0.3.6
13022026-02-19T21:20:00.271Z Downloaded elliptic-curve v0.13.8
13032026-02-19T21:20:00.274Z Downloaded crossterm v0.29.0
13042026-02-19T21:20:00.279Z Downloaded bb8 v0.8.5
13052026-02-19T21:20:00.281Z Downloaded arrayref v0.3.9
13062026-02-19T21:20:00.281Z Downloaded async-stream v0.3.6
13072026-02-19T21:20:00.284Z Downloaded argon2 v0.5.3
13082026-02-19T21:20:00.284Z Downloaded data-encoding v2.9.0
13092026-02-19T21:20:00.284Z Downloaded darling_macro v0.21.0
13102026-02-19T21:20:00.287Z Downloaded crucible-workspace-hack v0.1.0
13112026-02-19T21:20:00.287Z Downloaded crossbeam-deque v0.8.5
13122026-02-19T21:20:00.287Z Downloaded bitfield-macros v0.19.2
13132026-02-19T21:20:00.287Z Downloaded bit-vec v0.6.3
13142026-02-19T21:20:00.290Z Downloaded addr2line v0.24.2
13152026-02-19T21:20:00.500Z Downloaded aws-lc-sys v0.26.0
13162026-02-19T21:20:00.822Z Compiling value-bag v1.12.0
13172026-02-19T21:20:00.822Z Compiling lock_api v0.4.12
13182026-02-19T21:20:00.825Z Compiling scopeguard v1.2.0
13192026-02-19T21:20:00.825Z Compiling shlex v1.3.0
13202026-02-19T21:20:00.825Z Compiling typenum v1.17.0
13212026-02-19T21:20:00.996Z Compiling syn v2.0.114
13222026-02-19T21:20:01.011Z Compiling getrandom v0.2.15
13232026-02-19T21:20:01.014Z Compiling jobserver v0.1.32
13242026-02-19T21:20:01.150Z Compiling smallvec v1.15.1
13252026-02-19T21:20:01.362Z Compiling rand_core v0.6.4
13262026-02-19T21:20:01.452Z Compiling log v0.4.29
13272026-02-19T21:20:01.576Z Compiling cc v1.2.30
13282026-02-19T21:20:01.579Z Compiling generic-array v0.14.7
13292026-02-19T21:20:01.855Z Compiling subtle v2.6.1
13302026-02-19T21:20:01.954Z Compiling portable-atomic v1.11.0
13312026-02-19T21:20:01.995Z Compiling const-oid v0.9.6
13322026-02-19T21:20:02.016Z Compiling critical-section v1.1.3
13332026-02-19T21:20:02.204Z Compiling pkg-config v0.3.31
13342026-02-19T21:20:02.227Z Compiling serde_json v1.0.149
13352026-02-19T21:20:02.232Z Compiling getrandom v0.3.4
13362026-02-19T21:20:02.617Z Compiling spin v0.9.8
13372026-02-19T21:20:03.034Z Compiling pin-project-lite v0.2.14
13382026-02-19T21:20:03.201Z Compiling parking_lot_core v0.9.10
13392026-02-19T21:20:03.496Z Compiling regex-syntax v0.8.5
13402026-02-19T21:20:03.713Z Compiling rustix v0.38.37
13412026-02-19T21:20:04.057Z Compiling libm v0.2.8
13422026-02-19T21:20:04.229Z Compiling once_cell v1.21.3
13432026-02-19T21:20:04.479Z Compiling signal-hook-registry v1.4.2
13442026-02-19T21:20:04.572Z Compiling num-traits v0.2.19
13452026-02-19T21:20:04.651Z Compiling allocator-api2 v0.2.21
13462026-02-19T21:20:04.888Z Compiling parking_lot v0.12.3
13472026-02-19T21:20:05.190Z Compiling mio v1.0.2
13482026-02-19T21:20:05.342Z Compiling futures-core v0.3.31
13492026-02-19T21:20:05.535Z Compiling lazy_static v1.5.0
13502026-02-19T21:20:05.628Z Compiling aho-corasick v1.1.3
13512026-02-19T21:20:05.692Z Compiling percent-encoding v2.3.2
13522026-02-19T21:20:05.724Z Compiling socket2 v0.6.1
13532026-02-19T21:20:06.060Z Compiling slab v0.4.9
13542026-02-19T21:20:06.420Z Compiling cpufeatures v0.2.14
13552026-02-19T21:20:06.467Z Compiling futures-sink v0.3.31
13562026-02-19T21:20:06.537Z Compiling either v1.15.0
13572026-02-19T21:20:06.600Z Compiling glob v0.3.2
13582026-02-19T21:20:06.634Z Compiling futures-channel v0.3.31
13592026-02-19T21:20:06.945Z Compiling hashbrown v0.16.1
13602026-02-19T21:20:06.968Z Compiling prettyplease v0.2.36
13612026-02-19T21:20:07.039Z Compiling pin-utils v0.1.0
13622026-02-19T21:20:07.150Z Compiling rustversion v1.0.22
13632026-02-19T21:20:07.308Z Compiling futures-io v0.3.31
13642026-02-19T21:20:07.449Z Compiling clang-sys v1.8.1
13652026-02-19T21:20:07.593Z Compiling futures-task v0.3.31
13662026-02-19T21:20:07.875Z Compiling regex-automata v0.4.11
13672026-02-19T21:20:07.994Z Compiling minimal-lexical v0.2.1
13682026-02-19T21:20:08.134Z Compiling indexmap v2.13.0
13692026-02-19T21:20:08.159Z Compiling libloading v0.8.5
13702026-02-19T21:20:08.493Z Compiling synstructure v0.13.1
13712026-02-19T21:20:08.533Z Compiling nom v7.1.3
13722026-02-19T21:20:09.250Z Compiling bindgen v0.69.5
13732026-02-19T21:20:09.409Z Compiling base64ct v1.6.0
13742026-02-19T21:20:09.656Z Compiling ident_case v1.0.1
13752026-02-19T21:20:09.857Z Compiling home v0.5.9
13762026-02-19T21:20:10.022Z Compiling pem-rfc7468 v0.7.0
13772026-02-19T21:20:10.091Z Compiling itertools v0.12.1
13782026-02-19T21:20:10.260Z Compiling form_urlencoded v1.2.2
13792026-02-19T21:20:10.607Z Compiling lazycell v1.3.0
13802026-02-19T21:20:10.654Z Compiling rustc-hash v1.1.0
13812026-02-19T21:20:10.796Z Compiling flagset v0.4.6
13822026-02-19T21:20:10.822Z Compiling rand_core v0.9.3
13832026-02-19T21:20:11.037Z Compiling cmake v0.1.51
13842026-02-19T21:20:11.430Z Compiling fs_extra v1.3.0
13852026-02-19T21:20:11.867Z Compiling cexpr v0.6.0
13862026-02-19T21:20:11.943Z Compiling paste v1.0.15
13872026-02-19T21:20:11.965Z Compiling dunce v1.0.5
13882026-02-19T21:20:12.126Z Compiling foldhash v0.1.5
13892026-02-19T21:20:12.445Z Compiling iana-time-zone v0.1.63
13902026-02-19T21:20:12.555Z Compiling hashbrown v0.15.4
13912026-02-19T21:20:12.823Z Compiling rustc_version v0.4.1
13922026-02-19T21:20:12.972Z Compiling uuid v1.19.0
13932026-02-19T21:20:12.995Z Compiling vcpkg v0.2.15
13942026-02-19T21:20:13.181Z Compiling serde_derive v1.0.228
13952026-02-19T21:20:13.410Z Compiling zeroize_derive v1.4.2
13962026-02-19T21:20:13.483Z Compiling zerofrom-derive v0.1.4
13972026-02-19T21:20:13.798Z Compiling yoke-derive v0.7.4
13982026-02-19T21:20:14.468Z Compiling zerovec-derive v0.10.3
13992026-02-19T21:20:14.669Z Compiling displaydoc v0.2.5
14002026-02-19T21:20:14.802Z Compiling zeroize v1.8.1
14012026-02-19T21:20:16.280Z Compiling icu_provider_macros v1.5.0
14022026-02-19T21:20:16.644Z Compiling crypto-common v0.1.6
14032026-02-19T21:20:16.665Z Compiling block-buffer v0.10.4
14042026-02-19T21:20:16.877Z Compiling zerocopy-derive v0.7.35
14052026-02-19T21:20:16.900Z Compiling zerofrom v0.1.4
14062026-02-19T21:20:16.925Z Compiling digest v0.10.7
14072026-02-19T21:20:16.949Z Compiling tokio-macros v2.6.0
14082026-02-19T21:20:17.122Z Compiling yoke v0.7.4
14092026-02-19T21:20:17.311Z Compiling thiserror-impl v2.0.18
14102026-02-19T21:20:17.402Z Compiling hmac v0.12.1
14112026-02-19T21:20:17.495Z Compiling zerovec v0.10.4
14122026-02-19T21:20:17.676Z Compiling block-padding v0.3.3
14132026-02-19T21:20:17.965Z Compiling futures-macro v0.3.31
14142026-02-19T21:20:18.240Z Compiling inout v0.1.3
14152026-02-19T21:20:18.534Z Compiling regex v1.11.3
14162026-02-19T21:20:18.602Z Compiling cipher v0.4.4
14172026-02-19T21:20:18.860Z Compiling zerocopy v0.7.35
14182026-02-19T21:20:19.128Z Compiling sha2 v0.10.9
14192026-02-19T21:20:19.506Z Compiling tinystr v0.7.6
14202026-02-19T21:20:19.539Z Compiling icu_collections v1.5.0
14212026-02-19T21:20:19.780Z Compiling futures-util v0.3.31
14222026-02-19T21:20:19.878Z Compiling icu_locid v1.5.0
14232026-02-19T21:20:19.933Z Compiling der_derive v0.7.3
14242026-02-19T21:20:20.253Z Compiling ppv-lite86 v0.2.20
14252026-02-19T21:20:20.369Z Compiling thiserror v2.0.18
14262026-02-19T21:20:20.397Z Compiling serde v1.0.228
14272026-02-19T21:20:20.605Z Compiling pest v2.8.2
14282026-02-19T21:20:20.885Z Compiling salsa20 v0.10.2
14292026-02-19T21:20:21.104Z Compiling icu_provider v1.5.0
14302026-02-19T21:20:21.139Z Compiling pbkdf2 v0.12.2
14312026-02-19T21:20:21.341Z Compiling zerocopy v0.8.27
14322026-02-19T21:20:21.627Z Compiling bitflags v2.9.4
14332026-02-19T21:20:21.958Z Compiling bytes v1.11.1
14342026-02-19T21:20:22.085Z Compiling icu_locid_transform v1.5.0
14352026-02-19T21:20:22.145Z Compiling der v0.7.10
14362026-02-19T21:20:22.182Z Compiling chrono v0.4.43
14372026-02-19T21:20:22.785Z Compiling scrypt v0.11.0
14382026-02-19T21:20:23.287Z Compiling tokio v1.49.0
14392026-02-19T21:20:23.371Z Compiling icu_properties v1.5.1
14402026-02-19T21:20:23.614Z Compiling pest_meta v2.8.2
14412026-02-19T21:20:24.372Z Compiling spki v0.7.3
14422026-02-19T21:20:24.766Z Compiling http v1.4.0
14432026-02-19T21:20:25.150Z Compiling rand_chacha v0.9.0
14442026-02-19T21:20:25.203Z Compiling cbc v0.1.2
14452026-02-19T21:20:25.504Z Compiling aes v0.8.4
14462026-02-19T21:20:25.558Z Compiling openssl-sys v0.9.109
14472026-02-19T21:20:26.680Z Compiling which v4.4.2
14482026-02-19T21:20:26.700Z Compiling zerocopy-derive v0.8.27
14492026-02-19T21:20:27.223Z Compiling icu_normalizer v1.5.0
14502026-02-19T21:20:27.967Z Compiling pkcs5 v0.7.1
14512026-02-19T21:20:28.040Z Compiling rand v0.9.2
14522026-02-19T21:20:28.067Z Compiling pest_generator v2.8.2
14532026-02-19T21:20:28.260Z Compiling idna_adapter v1.2.0
14542026-02-19T21:20:28.497Z Compiling idna v1.0.3
14552026-02-19T21:20:28.941Z Compiling tracing-attributes v0.1.27
14562026-02-19T21:20:29.048Z Compiling serde_derive_internals v0.29.1
14572026-02-19T21:20:29.806Z Compiling url v2.5.4
14582026-02-19T21:20:29.868Z Compiling ring v0.17.14
14592026-02-19T21:20:30.008Z Compiling tracing-core v0.1.32
14602026-02-19T21:20:30.962Z Compiling schemars v0.8.22
14612026-02-19T21:20:31.235Z Compiling aws-lc-rs v1.12.4
14622026-02-19T21:20:31.322Z Compiling rustix v1.1.3
14632026-02-19T21:20:31.355Z Compiling adler2 v2.0.0
14642026-02-19T21:20:31.545Z Compiling miniz_oxide v0.8.5
14652026-02-19T21:20:31.662Z Compiling schemars_derive v0.8.22
14662026-02-19T21:20:32.156Z Compiling tokio-util v0.7.15
14672026-02-19T21:20:32.374Z Compiling tracing v0.1.40
14682026-02-19T21:20:32.814Z Compiling pest_derive v2.8.2
14692026-02-19T21:20:32.894Z Compiling pkcs8 v0.10.2
14702026-02-19T21:20:33.520Z Compiling http-body v1.0.1
14712026-02-19T21:20:33.580Z Compiling scroll_derive v0.13.1
14722026-02-19T21:20:33.650Z Compiling darling_core v0.20.10
14732026-02-19T21:20:33.767Z Compiling tinyvec_macros v0.1.1
14742026-02-19T21:20:33.876Z Compiling rustls-pki-types v1.10.0
14752026-02-19T21:20:34.334Z Compiling dyn-clone v1.0.20
14762026-02-19T21:20:34.432Z Compiling httparse v1.9.5
14772026-02-19T21:20:34.552Z Compiling base64 v0.22.1
14782026-02-19T21:20:35.140Z Compiling tinyvec v1.8.0
14792026-02-19T21:20:35.382Z Compiling scroll v0.13.0
14802026-02-19T21:20:35.983Z Compiling bzip2-sys v0.1.13+1.0.8
14812026-02-19T21:20:36.521Z Compiling zstd-sys v2.0.14+zstd.1.5.7
14822026-02-19T21:20:36.625Z Compiling openssl v0.10.73
14832026-02-19T21:20:37.010Z Compiling untrusted v0.7.1
14842026-02-19T21:20:37.089Z Compiling num-conv v0.1.0
14852026-02-19T21:20:37.232Z Compiling try-lock v0.2.5
14862026-02-19T21:20:37.276Z Compiling tower-layer v0.3.3
14872026-02-19T21:20:37.384Z Compiling tower-service v0.3.3
14882026-02-19T21:20:37.408Z Compiling openssl-probe v0.1.5
14892026-02-19T21:20:37.435Z Compiling time-core v0.1.6
14902026-02-19T21:20:37.533Z Compiling untrusted v0.9.0
14912026-02-19T21:20:37.581Z Compiling foreign-types-shared v0.1.1
14922026-02-19T21:20:37.725Z Compiling atomic-waker v1.1.2
14932026-02-19T21:20:37.750Z Compiling powerfmt v0.2.0
14942026-02-19T21:20:37.750Z Compiling tempfile v3.24.0
14952026-02-19T21:20:37.789Z Compiling time-macros v0.2.24
14962026-02-19T21:20:37.928Z Compiling h2 v0.4.6
14972026-02-19T21:20:37.994Z Compiling foreign-types v0.3.2
14982026-02-19T21:20:38.110Z Compiling deranged v0.5.3
14992026-02-19T21:20:38.159Z Compiling want v0.3.1
15002026-02-19T21:20:39.425Z Compiling darling_macro v0.20.10
15012026-02-19T21:20:39.988Z Compiling goblin v0.10.2
15022026-02-19T21:20:40.351Z Compiling darling v0.20.10
15032026-02-19T21:20:40.631Z Compiling ipnet v2.11.0
15042026-02-19T21:20:41.060Z Compiling openssl-macros v0.1.1
15052026-02-19T21:20:41.819Z Compiling wait-timeout v0.2.0
15062026-02-19T21:20:41.838Z Compiling syn v1.0.109
15072026-02-19T21:20:41.841Z Compiling bit-vec v0.8.0
15082026-02-19T21:20:42.147Z Compiling httpdate v1.0.3
15092026-02-19T21:20:42.304Z Compiling quick-error v1.2.3
15102026-02-19T21:20:42.328Z Compiling crossbeam-utils v0.8.21
15112026-02-19T21:20:42.439Z Compiling usdt-impl v0.6.0
15122026-02-19T21:20:42.522Z Compiling native-tls v0.2.12
15132026-02-19T21:20:42.548Z Compiling rustls v0.23.19
15142026-02-19T21:20:42.835Z Compiling num_threads v0.1.7
15152026-02-19T21:20:42.857Z Compiling gimli v0.31.1
15162026-02-19T21:20:42.954Z Compiling time v0.3.43
15172026-02-19T21:20:42.979Z Compiling rusty-fork v0.3.0
15182026-02-19T21:20:43.075Z Compiling bit-set v0.8.0
15192026-02-19T21:20:43.620Z Compiling derive_builder_core v0.20.2
15202026-02-19T21:20:45.834Z Compiling hyper v1.8.1
15212026-02-19T21:20:46.909Z Compiling dof v0.4.0
15222026-02-19T21:20:47.370Z Compiling addr2line v0.24.2
15232026-02-19T21:20:47.604Z Compiling unicode-normalization v0.1.24
15242026-02-19T21:20:48.053Z Compiling dtrace-parser v0.3.0
15252026-02-19T21:20:48.645Z Compiling signature v2.2.0
15262026-02-19T21:20:48.967Z Compiling heapless v0.7.17
15272026-02-19T21:20:49.091Z Compiling thiserror-impl v1.0.69
15282026-02-19T21:20:49.382Z Compiling scroll_derive v0.12.0
15292026-02-19T21:20:49.441Z Compiling rand_xorshift v0.4.0
15302026-02-19T21:20:49.744Z Compiling darling_core v0.21.0
15312026-02-19T21:20:49.928Z Compiling slog v2.8.2
15322026-02-19T21:20:50.272Z Compiling thread-id v5.0.0
15332026-02-19T21:20:50.401Z Compiling cookie v0.18.1
15342026-02-19T21:20:50.675Z Compiling object v0.36.5
15352026-02-19T21:20:50.727Z Compiling crc32fast v1.4.2
15362026-02-19T21:20:50.751Z Compiling signal-hook v0.3.18
15372026-02-19T21:20:50.770Z Compiling siphasher v0.3.11
15382026-02-19T21:20:51.068Z Compiling anyhow v1.0.99
15392026-02-19T21:20:51.091Z Compiling unicode-properties v0.1.3
15402026-02-19T21:20:51.158Z Compiling rustc-demangle v0.1.24
15412026-02-19T21:20:51.515Z Compiling unarray v0.1.4
15422026-02-19T21:20:51.641Z Compiling zstd-safe v7.2.3
15432026-02-19T21:20:51.706Z Compiling zlib-rs v0.5.1
15442026-02-19T21:20:51.880Z Compiling unicode-bidi v0.3.17
15452026-02-19T21:20:51.966Z Compiling thiserror v1.0.69
15462026-02-19T21:20:52.004Z Compiling proptest v1.7.0
15472026-02-19T21:20:52.522Z Compiling stringprep v0.1.5
15482026-02-19T21:20:52.928Z Compiling phf_shared v0.11.2
15492026-02-19T21:20:53.005Z Compiling scroll v0.12.0
15502026-02-19T21:20:53.646Z Compiling hyper-util v0.1.19
15512026-02-19T21:20:54.192Z Compiling derive_builder_macro v0.20.2
15522026-02-19T21:20:55.805Z Compiling darling_macro v0.21.0
15532026-02-19T21:20:56.186Z Compiling ipnetwork v0.21.1
15542026-02-19T21:20:56.761Z Compiling serde_tokenstream v0.2.2
15552026-02-19T21:20:57.036Z Compiling toml_datetime v0.6.11
15562026-02-19T21:20:57.351Z Compiling backtrace v0.3.74
15572026-02-19T21:20:57.584Z Compiling serde_spanned v0.6.9
15582026-02-19T21:20:57.661Z Compiling erased-serde v0.3.31
15592026-02-19T21:20:57.797Z Compiling rand_chacha v0.3.1
15602026-02-19T21:20:57.845Z Compiling md-5 v0.10.6
15612026-02-19T21:20:58.139Z Compiling libz-rs-sys v0.5.1
15622026-02-19T21:20:58.453Z Compiling curve25519-dalek v4.1.3
15632026-02-19T21:20:58.955Z Compiling vergen-lib v0.1.6
15642026-02-19T21:20:59.024Z Compiling num-integer v0.1.46
15652026-02-19T21:20:59.161Z Compiling sync_wrapper v1.0.1
15662026-02-19T21:20:59.295Z Compiling ff v0.13.0
15672026-02-19T21:20:59.346Z Compiling hash32 v0.2.1
15682026-02-19T21:20:59.537Z Compiling memoffset v0.9.1
15692026-02-19T21:20:59.696Z Compiling smoltcp v0.9.1
15702026-02-19T21:20:59.760Z Compiling cfg_aliases v0.2.1
15712026-02-19T21:20:59.775Z Compiling ref-cast v1.0.25
15722026-02-19T21:20:59.855Z Compiling litrs v0.4.1
15732026-02-19T21:20:59.886Z Compiling psl-types v2.0.11
15742026-02-19T21:21:00.110Z Compiling base16ct v0.2.0
15752026-02-19T21:21:00.166Z Compiling num-bigint-dig v0.8.6
15762026-02-19T21:21:00.361Z Compiling fallible-iterator v0.2.0
15772026-02-19T21:21:00.446Z Compiling sec1 v0.7.3
15782026-02-19T21:21:00.499Z Compiling publicsuffix v2.3.0
15792026-02-19T21:21:00.731Z Compiling nix v0.29.0
15802026-02-19T21:21:00.908Z Compiling document-features v0.2.11
15812026-02-19T21:21:01.043Z Compiling postgres-protocol v0.6.8
15822026-02-19T21:21:01.082Z Compiling group v0.13.0
15832026-02-19T21:21:01.429Z Compiling num-iter v0.1.45
15842026-02-19T21:21:01.601Z Compiling tower v0.5.2
15852026-02-19T21:21:01.914Z Compiling flate2 v1.1.2
15862026-02-19T21:21:02.163Z Compiling rand v0.8.5
15872026-02-19T21:21:02.653Z Compiling newtype-uuid v1.3.2
15882026-02-19T21:21:02.695Z Compiling darling v0.21.0
15892026-02-19T21:21:02.832Z Compiling oxnet v0.1.4
15902026-02-19T21:21:02.855Z Compiling derive_builder v0.20.2
15912026-02-19T21:21:03.063Z Compiling tokio-native-tls v0.3.1
15922026-02-19T21:21:03.086Z Compiling goblin v0.8.2
15932026-02-19T21:21:04.074Z Compiling rustls-native-certs v0.8.1
15942026-02-19T21:21:04.120Z Compiling webpki-roots v1.0.1
15952026-02-19T21:21:04.253Z Compiling http-body-util v0.1.3
15962026-02-19T21:21:04.336Z Compiling strum_macros v0.27.2
15972026-02-19T21:21:04.564Z Compiling terminal_size v0.4.0
15982026-02-19T21:21:04.621Z Compiling cargo-platform v0.1.8
15992026-02-19T21:21:04.757Z Compiling hkdf v0.12.4
16002026-02-19T21:21:04.792Z Compiling crypto-bigint v0.5.5
16012026-02-19T21:21:05.040Z Compiling curve25519-dalek-derive v0.1.1
16022026-02-19T21:21:05.108Z Compiling async-trait v0.1.89
16032026-02-19T21:21:06.408Z Compiling hubpack_derive v0.1.1
16042026-02-19T21:21:06.470Z Compiling ref-cast-impl v1.0.25
16052026-02-19T21:21:07.341Z Compiling daft-derive v0.1.4
16062026-02-19T21:21:07.635Z Compiling vergen v9.0.6
16072026-02-19T21:21:07.658Z Compiling ahash v0.8.12
16082026-02-19T21:21:07.977Z Compiling fs-err v3.1.1
16092026-02-19T21:21:08.047Z Compiling unicode-segmentation v1.12.0
16102026-02-19T21:21:08.327Z Compiling buf-list v1.0.3
16112026-02-19T21:21:08.888Z Compiling managed v0.8.0
16122026-02-19T21:21:08.913Z Compiling ryu v1.0.18
16132026-02-19T21:21:08.941Z Compiling iri-string v0.7.8
16142026-02-19T21:21:09.273Z Compiling bumpalo v3.16.0
16152026-02-19T21:21:09.331Z Compiling winnow v0.5.40
16162026-02-19T21:21:09.354Z Compiling lockfree-object-pool v0.1.6
16172026-02-19T21:21:09.629Z Compiling simd-adler32 v0.3.7
16182026-02-19T21:21:09.758Z Compiling bitflags v1.3.2
16192026-02-19T21:21:09.884Z Compiling clap_builder v4.5.48
16202026-02-19T21:21:10.149Z Compiling zopfli v0.8.1
16212026-02-19T21:21:11.796Z Compiling strum v0.27.2
16222026-02-19T21:21:12.012Z Compiling tower-http v0.6.6
16232026-02-19T21:21:12.321Z Compiling serde_urlencoded v0.7.1
16242026-02-19T21:21:12.723Z Compiling toml_edit v0.19.15
16252026-02-19T21:21:12.747Z Compiling dof v0.3.0
16262026-02-19T21:21:12.898Z Compiling daft v0.1.4
16272026-02-19T21:21:13.057Z Compiling elliptic-curve v0.13.8
16282026-02-19T21:21:13.254Z Compiling hubpack v0.1.2
16292026-02-19T21:21:13.688Z Compiling cargo_metadata v0.19.2
16302026-02-19T21:21:13.914Z Compiling hyper-tls v0.6.0
16312026-02-19T21:21:14.330Z Compiling cookie_store v0.21.1
16322026-02-19T21:21:14.546Z Compiling zstd v0.13.3
16332026-02-19T21:21:15.115Z Compiling signal-hook-mio v0.2.4
16342026-02-19T21:21:16.640Z Compiling serde_with_macros v3.16.1
16352026-02-19T21:21:17.118Z Compiling postgres-types v0.2.9
16362026-02-19T21:21:17.988Z Compiling usdt-macro v0.6.0
16372026-02-19T21:21:18.447Z Compiling usdt-attr-macro v0.6.0
16382026-02-19T21:21:18.749Z Compiling phf v0.11.2
16392026-02-19T21:21:19.061Z Compiling dtrace-parser v0.2.0
16402026-02-19T21:21:19.209Z Compiling ed25519 v2.2.3
16412026-02-19T21:21:19.412Z Compiling bzip2 v0.5.2
16422026-02-19T21:21:19.493Z Compiling bzip2 v0.4.4
16432026-02-19T21:21:19.792Z Compiling pkcs1 v0.7.5
16442026-02-19T21:21:19.906Z Compiling clap_derive v4.5.47
16452026-02-19T21:21:20.002Z Compiling enum-as-inner v0.6.1
16462026-02-19T21:21:20.756Z Compiling strum_macros v0.26.4
16472026-02-19T21:21:20.974Z Compiling serde-big-array v0.5.1
16482026-02-19T21:21:21.094Z Compiling hex v0.4.3
16492026-02-19T21:21:21.233Z Compiling rfc6979 v0.4.0
16502026-02-19T21:21:21.306Z Compiling bstr v1.10.0
16512026-02-19T21:21:21.454Z Compiling serde_repr v0.1.19
16522026-02-19T21:21:21.564Z Compiling float-cmp v0.10.0
16532026-02-19T21:21:21.692Z Compiling env_filter v0.1.2
16542026-02-19T21:21:21.865Z Compiling socket2 v0.5.10
16552026-02-19T21:21:22.326Z Compiling memmap2 v0.9.8
16562026-02-19T21:21:22.579Z Compiling encoding_rs v0.8.34
16572026-02-19T21:21:22.760Z Compiling data-encoding v2.9.0
16582026-02-19T21:21:22.784Z Compiling keccak v0.1.5
16592026-02-19T21:21:22.787Z Compiling fixedbitset v0.5.7
16602026-02-19T21:21:23.416Z Compiling new_debug_unreachable v1.0.6
16612026-02-19T21:21:23.540Z Compiling normalize-line-endings v0.3.0
16622026-02-19T21:21:23.701Z Compiling rustc-hash v2.1.1
16632026-02-19T21:21:23.921Z Compiling difflib v0.4.0
16642026-02-19T21:21:24.347Z Compiling whoami v1.5.2
16652026-02-19T21:21:24.481Z Compiling fixedbitset v0.4.2
16662026-02-19T21:21:24.906Z Compiling precomputed-hash v0.1.1
16672026-02-19T21:21:24.930Z Compiling static_assertions v1.1.0
16682026-02-19T21:21:25.000Z Compiling jiff v0.2.15
16692026-02-19T21:21:25.048Z Compiling foldhash v0.2.0
16702026-02-19T21:21:25.068Z Compiling mime v0.3.17
16712026-02-19T21:21:25.071Z Compiling predicates-core v1.0.8
16722026-02-19T21:21:25.222Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
16732026-02-19T21:21:25.390Z Compiling iddqd v0.3.16
16742026-02-19T21:21:25.442Z Compiling predicates v3.1.3
16752026-02-19T21:21:25.634Z Compiling string_cache v0.8.9
16762026-02-19T21:21:26.100Z Compiling strum v0.26.3
16772026-02-19T21:21:26.297Z Compiling toml_edit v0.22.27
16782026-02-19T21:21:26.300Z Compiling petgraph v0.6.5
16792026-02-19T21:21:26.978Z Compiling tokio-postgres v0.7.13
16802026-02-19T21:21:28.103Z Compiling clap v4.5.48
16812026-02-19T21:21:28.248Z Compiling hickory-proto v0.25.2
16822026-02-19T21:21:28.898Z Compiling petgraph v0.8.2
16832026-02-19T21:21:29.797Z Compiling sha3 v0.10.8
16842026-02-19T21:21:30.943Z Compiling usdt v0.6.0
16852026-02-19T21:21:31.464Z Compiling usdt-impl v0.5.0
16862026-02-19T21:21:32.001Z Compiling similar v2.7.0
16872026-02-19T21:21:32.347Z Compiling zip v4.2.0
16882026-02-19T21:21:32.840Z Compiling env_logger v0.11.8
16892026-02-19T21:21:33.497Z Compiling serde_with v3.16.1
16902026-02-19T21:21:33.536Z Compiling ecdsa v0.16.9
16912026-02-19T21:21:33.569Z Compiling rsa v0.9.8
16922026-02-19T21:21:34.088Z Compiling zip v0.6.6
16932026-02-19T21:21:34.351Z Compiling ed25519-dalek v2.1.1
16942026-02-19T21:21:35.768Z Compiling toml v0.7.8
16952026-02-19T21:21:36.327Z Compiling crossterm v0.28.1
16962026-02-19T21:21:37.198Z Compiling heck v0.4.1
16972026-02-19T21:21:37.522Z Compiling crossbeam-epoch v0.9.18
16982026-02-19T21:21:37.649Z Compiling tokio-stream v0.1.17
16992026-02-19T21:21:37.672Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
17002026-02-19T21:21:38.036Z Compiling x509-cert v0.2.5
17012026-02-19T21:21:38.100Z Compiling openapiv3 v2.2.0
17022026-02-19T21:21:38.206Z Compiling sha1 v0.10.6
17032026-02-19T21:21:38.629Z Compiling itertools v0.10.5
17042026-02-19T21:21:38.652Z Compiling itertools v0.13.0
17052026-02-19T21:21:39.587Z Compiling winnow v0.6.26
17062026-02-19T21:21:40.231Z Compiling lalrpop-util v0.19.12
17072026-02-19T21:21:40.630Z Compiling peg-runtime v0.8.5
17082026-02-19T21:21:41.201Z Compiling thread_local v1.1.8
17092026-02-19T21:21:41.229Z Compiling slog-async v2.8.0
17102026-02-19T21:21:41.499Z Compiling crossbeam-channel v0.5.15
17112026-02-19T21:21:41.628Z Compiling xattr v1.3.1
17122026-02-19T21:21:41.674Z Compiling futures-executor v0.3.31
17132026-02-19T21:21:41.841Z Compiling filetime v0.2.26
17142026-02-19T21:21:41.918Z Compiling is-terminal v0.4.13
17152026-02-19T21:21:42.027Z Compiling term v1.1.0
17162026-02-19T21:21:42.064Z Compiling take_mut v0.2.2
17172026-02-19T21:21:42.164Z Compiling tar v0.4.44
17182026-02-19T21:21:42.185Z Compiling futures v0.3.31
17192026-02-19T21:21:43.184Z Compiling slog-term v2.9.2
17202026-02-19T21:21:45.759Z Compiling aws-lc-sys v0.26.0
17212026-02-19T21:22:16.741Z Compiling rustls-webpki v0.102.8
17222026-02-19T21:22:21.486Z Compiling tokio-rustls v0.26.0
17232026-02-19T21:22:21.758Z Compiling hyper-rustls v0.27.7
17242026-02-19T21:22:22.107Z Compiling reqwest v0.12.24
17252026-02-19T21:22:26.248Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
17262026-02-19T21:22:26.566Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
17272026-02-19T21:22:31.360Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 34s
17282026-02-19T21:22:31.541Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control`
17292026-02-19T21:22:31.601ZFeb 19 21:22:30.777 INFO Starting download, target: Cockroach
17302026-02-19T21:22:31.601ZFeb 19 21:22:30.778 INFO Starting download, target: Clickhouse
17312026-02-19T21:22:31.601ZFeb 19 21:22:30.778 INFO Starting download, target: DendriteStub
17322026-02-19T21:22:31.601ZFeb 19 21:22:30.778 INFO Starting download, target: Console
17332026-02-19T21:22:31.605ZFeb 19 21:22:30.778 INFO Starting download, target: MaghemiteMgd
17342026-02-19T21:22:31.605ZFeb 19 21:22:30.778 INFO Starting download, target: TransceiverControl
17352026-02-19T21:22:31.605ZFeb 19 21:22:30.778 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
17362026-02-19T21:22:31.605ZFeb 19 21:22:30.778 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
17372026-02-19T21:22:31.606ZFeb 19 21:22:30.779 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
17382026-02-19T21:22:31.606ZFeb 19 21:22:30.779 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
17392026-02-19T21:22:31.606ZFeb 19 21:22:30.779 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
17402026-02-19T21:22:31.606ZFeb 19 21:22:30.779 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse
17412026-02-19T21:22:32.054ZFeb 19 21:22:31.218 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
17422026-02-19T21:22:32.132ZFeb 19 21:22:31.302 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
17432026-02-19T21:22:32.471ZFeb 19 21:22:31.645 INFO Download complete, target: TransceiverControl
17442026-02-19T21:22:32.592ZFeb 19 21:22:31.766 INFO Download complete, target: Console
17452026-02-19T21:22:33.202ZFeb 19 21:22:32.380 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
17462026-02-19T21:22:33.303ZFeb 19 21:22:32.479 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
17472026-02-19T21:22:33.715ZFeb 19 21:22:32.894 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse
17482026-02-19T21:22:33.840ZFeb 19 21:22:33.020 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
17492026-02-19T21:22:33.840ZFeb 19 21:22:33.020 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
17502026-02-19T21:22:37.376ZFeb 19 21:22:36.554 INFO Download complete, target: DendriteStub
17512026-02-19T21:22:37.388ZFeb 19 21:22:36.566 INFO Download complete, target: MaghemiteMgd
17522026-02-19T21:22:41.728ZFeb 19 21:22:40.903 INFO Checking that binary works, target: Cockroach
17532026-02-19T21:22:41.860ZFeb 19 21:22:41.036 INFO Download complete, target: Cockroach
17542026-02-19T21:22:44.914ZFeb 19 21:22:44.087 INFO Checking that binary works, target: Clickhouse
17552026-02-19T21:22:45.064ZFeb 19 21:22:44.237 INFO Download complete, target: Clickhouse
17562026-02-19T21:22:45.070ZAll prerequisites installed successfully
17572026-02-19T21:22:45.073Z
17582026-02-19T21:22:45.073Zreal 5:30.217323916
17592026-02-19T21:22:45.073Zuser 18:53.128825973
17602026-02-19T21:22:45.073Zsys 2:34.562518683
17612026-02-19T21:22:45.073Ztrap 0.730079560
17622026-02-19T21:22:45.073Ztflt 1.119141330
17632026-02-19T21:22:45.073Zdflt 1.263431479
17642026-02-19T21:22:45.073Zkflt 0.060807495
17652026-02-19T21:22:45.073Zlock 46:02.837580748
17662026-02-19T21:22:45.074Zslp 1:09:12.315785922
17672026-02-19T21:22:45.074Zlat 1:22.934145542
17682026-02-19T21:22:45.074Zstop 3:19.012558479
17692026-02-19T21:22:45.074Z+ ptime -m cargo xtask download softnpu
17702026-02-19T21:22:45.883Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.74s
17712026-02-19T21:22:45.915Z Running `target/debug/xtask download softnpu`
17722026-02-19T21:22:47.066Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.11s
17732026-02-19T21:22:47.131Z Running `target/debug/xtask-downloader softnpu`
17742026-02-19T21:22:47.174ZFeb 19 21:22:46.347 INFO Starting download, target: Softnpu
17752026-02-19T21:22:47.179ZFeb 19 21:22:46.348 INFO Downloading out/npuzone/npuzone (attempt 1/3), target: Softnpu
17762026-02-19T21:22:48.027ZFeb 19 21:22:47.197 INFO Download complete, target: Softnpu
17772026-02-19T21:22:48.031Z
17782026-02-19T21:22:48.031Zreal 2.950377306
17792026-02-19T21:22:48.031Zuser 1.750137795
17802026-02-19T21:22:48.031Zsys 0.764213906
17812026-02-19T21:22:48.031Ztrap 0.001291547
17822026-02-19T21:22:48.031Ztflt 0.000046745
17832026-02-19T21:22:48.031Zdflt 0.000120808
17842026-02-19T21:22:48.031Zkflt 0.000000000
17852026-02-19T21:22:48.031Zlock 9.250986563
17862026-02-19T21:22:48.031Zslp 0.660978509
17872026-02-19T21:22:48.031Zlat 0.089372175
17882026-02-19T21:22:48.031Zstop 0.000155885
17892026-02-19T21:22:48.031Z+ export CARGO_INCREMENTAL=0
17902026-02-19T21:22:48.031Z+ CARGO_INCREMENTAL=0
17912026-02-19T21:22:48.031Z+ ptime -m cargo run --locked --release --bin omicron-package -- -t test target create -p dev
17922026-02-19T21:22:49.416Z Compiling proc-macro2 v1.0.101
17932026-02-19T21:22:49.416Z Compiling unicode-ident v1.0.19
17942026-02-19T21:22:49.419Z Compiling libc v0.2.180
17952026-02-19T21:22:49.419Z Compiling serde_core v1.0.228
17962026-02-19T21:22:49.419Z Compiling serde v1.0.228
17972026-02-19T21:22:49.419Z Compiling autocfg v1.4.0
17982026-02-19T21:22:49.419Z Compiling cfg-if v1.0.4
17992026-02-19T21:22:49.694Z Compiling version_check v0.9.5
18002026-02-19T21:22:49.778Z Compiling memchr v2.7.4
18012026-02-19T21:22:49.850Z Compiling shlex v1.3.0
18022026-02-19T21:22:50.272Z Compiling value-bag v1.12.0
18032026-02-19T21:22:50.310Z Compiling lock_api v0.4.12
18042026-02-19T21:22:50.644Z Compiling zmij v1.0.15
18052026-02-19T21:22:50.852Z Compiling log v0.4.29
18062026-02-19T21:22:51.046Z Compiling portable-atomic v1.11.0
18072026-02-19T21:22:51.092Z Compiling typenum v1.17.0
18082026-02-19T21:22:51.547Z Compiling jobserver v0.1.32
18092026-02-19T21:22:51.573Z Compiling quote v1.0.40
18102026-02-19T21:22:51.790Z Compiling serde_json v1.0.149
18112026-02-19T21:22:51.950Z Compiling cc v1.2.30
18122026-02-19T21:22:52.000Z Compiling syn v2.0.114
18132026-02-19T21:22:52.157Z Compiling generic-array v0.14.7
18142026-02-19T21:22:52.160Z Compiling getrandom v0.3.4
18152026-02-19T21:22:52.228Z Compiling libm v0.2.8
18162026-02-19T21:22:52.528Z Compiling num-traits v0.2.19
18172026-02-19T21:22:52.702Z Compiling scopeguard v1.2.0
18182026-02-19T21:22:52.749Z Compiling parking_lot_core v0.9.10
18192026-02-19T21:22:52.902Z Compiling smallvec v1.15.1
18202026-02-19T21:22:53.184Z Compiling regex-syntax v0.8.5
18212026-02-19T21:22:53.406Z Compiling itoa v1.0.11
18222026-02-19T21:22:54.191Z Compiling getrandom v0.2.15
18232026-02-19T21:22:54.509Z Compiling pkg-config v0.3.31
18242026-02-19T21:22:54.600Z Compiling thiserror v2.0.18
18252026-02-19T21:22:54.679Z Compiling aho-corasick v1.1.3
18262026-02-19T21:22:54.849Z Compiling rustix v0.38.37
18272026-02-19T21:22:55.426Z Compiling errno v0.3.12
18282026-02-19T21:22:55.446Z Compiling stable_deref_trait v1.2.0
18292026-02-19T21:22:55.589Z Compiling either v1.15.0
18302026-02-19T21:22:55.648Z Compiling spin v0.9.8
18312026-02-19T21:22:55.750Z Compiling slab v0.4.9
18322026-02-19T21:22:55.858Z Compiling allocator-api2 v0.2.21
18332026-02-19T21:22:56.049Z Compiling equivalent v1.0.2
18342026-02-19T21:22:56.116Z Compiling semver v1.0.27
18352026-02-19T21:22:56.315Z Compiling lazy_static v1.5.0
18362026-02-19T21:22:56.684Z Compiling regex-automata v0.4.11
18372026-02-19T21:22:56.822Z Compiling schemars v0.8.22
18382026-02-19T21:22:58.188Z Compiling rand_core v0.6.4
18392026-02-19T21:22:58.816Z Compiling byteorder v1.5.0
18402026-02-19T21:22:58.863Z Compiling critical-section v1.1.3
18412026-02-19T21:22:59.020Z Compiling once_cell v1.21.3
18422026-02-19T21:22:59.381Z Compiling synstructure v0.13.1
18432026-02-19T21:22:59.457Z Compiling serde_derive_internals v0.29.1
18442026-02-19T21:23:00.228Z Compiling subtle v2.6.1
18452026-02-19T21:23:00.264Z Compiling litemap v0.7.3
18462026-02-19T21:23:00.505Z Compiling glob v0.3.2
18472026-02-19T21:23:00.711Z Compiling writeable v0.5.5
18482026-02-19T21:23:01.104Z Compiling prettyplease v0.2.36
18492026-02-19T21:23:01.228Z Compiling clang-sys v1.8.1
18502026-02-19T21:23:01.251Z Compiling percent-encoding v2.3.2
18512026-02-19T21:23:01.339Z Compiling pin-project-lite v0.2.14
18522026-02-19T21:23:01.725Z Compiling icu_locid_transform_data v1.5.0
18532026-02-19T21:23:01.748Z Compiling fnv v1.0.7
18542026-02-19T21:23:01.782Z Compiling minimal-lexical v0.2.1
18552026-02-19T21:23:02.029Z Compiling libloading v0.8.5
18562026-02-19T21:23:02.051Z Compiling icu_properties_data v1.5.0
18572026-02-19T21:23:02.259Z Compiling regex v1.11.3
18582026-02-19T21:23:02.318Z Compiling nom v7.1.3
18592026-02-19T21:23:02.408Z Compiling home v0.5.9
18602026-02-19T21:23:02.682Z Compiling bindgen v0.69.5
18612026-02-19T21:23:02.842Z Compiling serde_derive v1.0.228
18622026-02-19T21:23:02.941Z Compiling zeroize_derive v1.4.2
18632026-02-19T21:23:03.028Z Compiling zerofrom-derive v0.1.4
18642026-02-19T21:23:03.101Z Compiling yoke-derive v0.7.4
18652026-02-19T21:23:03.146Z Compiling zerovec-derive v0.10.3
18662026-02-19T21:23:03.149Z Compiling displaydoc v0.2.5
18672026-02-19T21:23:04.208Z Compiling icu_provider_macros v1.5.0
18682026-02-19T21:23:04.596Z Compiling zeroize v1.8.1
18692026-02-19T21:23:05.072Z Compiling tokio-macros v2.6.0
18702026-02-19T21:23:05.200Z Compiling zerocopy-derive v0.7.35
18712026-02-19T21:23:05.345Z Compiling thiserror-impl v2.0.18
18722026-02-19T21:23:05.489Z Compiling futures-macro v0.3.31
18732026-02-19T21:23:05.700Z Compiling schemars_derive v0.8.22
18742026-02-19T21:23:05.745Z Compiling zerofrom v0.1.4
18752026-02-19T21:23:06.003Z Compiling yoke v0.7.4
18762026-02-19T21:23:06.397Z Compiling zerovec v0.10.4
18772026-02-19T21:23:07.071Z Compiling cexpr v0.6.0
18782026-02-19T21:23:08.458Z Compiling tinystr v0.7.6
18792026-02-19T21:23:08.490Z Compiling icu_collections v1.5.0
18802026-02-19T21:23:08.620Z Compiling itertools v0.12.1
18812026-02-19T21:23:08.895Z Compiling icu_locid v1.5.0
18822026-02-19T21:23:09.161Z Compiling icu_normalizer_data v1.5.0
18832026-02-19T21:23:09.294Z Compiling lazycell v1.3.0
18842026-02-19T21:23:09.490Z Compiling utf8_iter v1.0.4
18852026-02-19T21:23:09.820Z Compiling heck v0.5.0
18862026-02-19T21:23:10.275Z Compiling icu_provider v1.5.0
18872026-02-19T21:23:10.557Z Compiling bitflags v2.9.4
18882026-02-19T21:23:10.896Z Compiling bytes v1.11.1
18892026-02-19T21:23:11.481Z Compiling icu_locid_transform v1.5.0
18902026-02-19T21:23:12.091Z Compiling utf16_iter v1.0.5
18912026-02-19T21:23:12.337Z Compiling paste v1.0.15
18922026-02-19T21:23:12.360Z Compiling rustc-hash v1.1.0
18932026-02-19T21:23:12.513Z Compiling write16 v1.0.0
18942026-02-19T21:23:12.697Z Compiling cmake v0.1.51
18952026-02-19T21:23:12.891Z Compiling signal-hook-registry v1.4.2
18962026-02-19T21:23:12.945Z Compiling icu_properties v1.5.1
18972026-02-19T21:23:13.337Z Compiling fs_extra v1.3.0
18982026-02-19T21:23:13.446Z Compiling dunce v1.0.5
18992026-02-19T21:23:13.626Z Compiling parking_lot v0.12.3
19002026-02-19T21:23:14.720Z Compiling which v4.4.2
19012026-02-19T21:23:14.877Z Compiling crypto-common v0.1.6
19022026-02-19T21:23:15.237Z Compiling hashbrown v0.16.1
19032026-02-19T21:23:15.331Z Compiling mio v1.0.2
19042026-02-19T21:23:16.489Z Compiling form_urlencoded v1.2.2
19052026-02-19T21:23:16.912Z Compiling icu_normalizer v1.5.0
19062026-02-19T21:23:17.266Z Compiling rustversion v1.0.22
19072026-02-19T21:23:17.369Z Compiling const-oid v0.9.6
19082026-02-19T21:23:17.984Z Compiling idna_adapter v1.2.0
19092026-02-19T21:23:18.233Z Compiling idna v1.0.3
19102026-02-19T21:23:18.257Z Compiling indexmap v2.13.0
19112026-02-19T21:23:18.582Z Compiling socket2 v0.6.1
19122026-02-19T21:23:19.353Z Compiling tokio v1.49.0
19132026-02-19T21:23:19.375Z Compiling url v2.5.4
19142026-02-19T21:23:21.174Z Compiling ring v0.17.14
19152026-02-19T21:23:21.433Z Compiling zerocopy v0.8.27
19162026-02-19T21:23:22.082Z Compiling block-buffer v0.10.4
19172026-02-19T21:23:22.146Z Compiling der_derive v0.7.3
19182026-02-19T21:23:22.172Z Compiling tracing-attributes v0.1.27
19192026-02-19T21:23:22.353Z Compiling thiserror v1.0.69
19202026-02-19T21:23:22.909Z Compiling aws-lc-rs v1.12.4
19212026-02-19T21:23:23.609Z Compiling vcpkg v0.2.15
19222026-02-19T21:23:24.252Z Compiling digest v0.10.7
19232026-02-19T21:23:24.704Z Compiling zerocopy-derive v0.8.27
19242026-02-19T21:23:24.975Z Compiling futures-core v0.3.31
19252026-02-19T21:23:24.998Z Compiling openssl-sys v0.9.109
19262026-02-19T21:23:24.998Z Compiling strsim v0.11.1
19272026-02-19T21:23:25.640Z Compiling zerocopy v0.7.35
19282026-02-19T21:23:25.993Z Compiling thiserror-impl v1.0.69
19292026-02-19T21:23:26.012Z Compiling iana-time-zone v0.1.63
19302026-02-19T21:23:26.337Z Compiling aws-lc-sys v0.26.0
19312026-02-19T21:23:26.564Z Compiling ucd-trie v0.1.7
19322026-02-19T21:23:26.738Z Compiling chrono v0.4.43
19332026-02-19T21:23:27.007Z Compiling pest v2.8.2
19342026-02-19T21:23:27.332Z Compiling serde_tokenstream v0.2.2
19352026-02-19T21:23:27.747Z Compiling uuid v1.19.0
19362026-02-19T21:23:27.892Z Compiling httparse v1.9.5
19372026-02-19T21:23:27.948Z Compiling foldhash v0.1.5
19382026-02-19T21:23:28.267Z Compiling ident_case v1.0.1
19392026-02-19T21:23:28.474Z Compiling hashbrown v0.15.4
19402026-02-19T21:23:29.671Z Compiling pest_meta v2.8.2
19412026-02-19T21:23:29.923Z Compiling rustix v1.1.3
19422026-02-19T21:23:30.693Z Compiling syn v1.0.109
19432026-02-19T21:23:31.245Z Compiling pest_generator v2.8.2
19442026-02-19T21:23:31.910Z Compiling num-conv v0.1.0
19452026-02-19T21:23:32.042Z Compiling futures-sink v0.3.31
19462026-02-19T21:23:32.232Z Compiling time-core v0.1.6
19472026-02-19T21:23:32.255Z Compiling futures-channel v0.3.31
19482026-02-19T21:23:32.567Z Compiling time-macros v0.2.24
19492026-02-19T21:23:33.098Z Compiling pest_derive v2.8.2
19502026-02-19T21:23:33.251Z Compiling rustc_version v0.4.1
19512026-02-19T21:23:33.811Z Compiling pin-utils v0.1.0
19522026-02-19T21:23:33.927Z Compiling openssl v0.10.73
19532026-02-19T21:23:33.950Z Compiling dyn-clone v1.0.20
19542026-02-19T21:23:33.995Z Compiling futures-io v0.3.31
19552026-02-19T21:23:34.110Z Compiling cpufeatures v0.2.14
19562026-02-19T21:23:34.257Z Compiling futures-task v0.3.31
19572026-02-19T21:23:34.501Z Compiling hmac v0.12.1
19582026-02-19T21:23:34.585Z Compiling futures-util v0.3.31
19592026-02-19T21:23:35.161Z Compiling plain v0.2.3
19602026-02-19T21:23:35.346Z Compiling block-padding v0.3.3
19612026-02-19T21:23:35.607Z Compiling openssl-macros v0.1.1
19622026-02-19T21:23:36.377Z Compiling native-tls v0.2.12
19632026-02-19T21:23:36.771Z Compiling crossbeam-utils v0.8.21
19642026-02-19T21:23:36.793Z Compiling rustls v0.23.19
19652026-02-19T21:23:37.139Z Compiling inout v0.1.3
19662026-02-19T21:23:37.317Z Compiling ppv-lite86 v0.2.20
19672026-02-19T21:23:38.395Z Compiling pretty-hex v0.4.1
19682026-02-19T21:23:38.646Z Compiling cipher v0.4.4
19692026-02-19T21:23:38.883Z Compiling sha2 v0.10.9
19702026-02-19T21:23:39.120Z Compiling http v1.4.0
19712026-02-19T21:23:39.661Z Compiling scroll_derive v0.12.0
19722026-02-19T21:23:40.926Z Compiling scroll_derive v0.13.1
19732026-02-19T21:23:40.999Z Compiling cookie v0.18.1
19742026-02-19T21:23:41.100Z Compiling anyhow v1.0.99
19752026-02-19T21:23:41.344Z Compiling base64ct v1.6.0
19762026-02-19T21:23:42.056Z Compiling pem-rfc7468 v0.7.0
19772026-02-19T21:23:42.650Z Compiling darling_core v0.21.0
19782026-02-19T21:23:42.744Z Compiling slog v2.8.2
19792026-02-19T21:23:43.990Z Compiling bzip2-sys v0.1.13+1.0.8
19802026-02-19T21:23:44.226Z Compiling zstd-sys v2.0.14+zstd.1.5.7
19812026-02-19T21:23:44.547Z Compiling flagset v0.4.6
19822026-02-19T21:23:44.778Z Compiling der v0.7.10
19832026-02-19T21:23:47.243Z Compiling serde_spanned v0.6.9
19842026-02-19T21:23:47.283Z Compiling toml_datetime v0.6.11
19852026-02-19T21:23:47.501Z Compiling rand_core v0.9.3
19862026-02-19T21:23:47.524Z Compiling tracing-core v0.1.32
19872026-02-19T21:23:47.708Z Compiling rustls-pki-types v1.10.0
19882026-02-19T21:23:47.898Z Compiling spki v0.7.3
19892026-02-19T21:23:48.028Z Compiling darling_macro v0.21.0
19902026-02-19T21:23:48.453Z Compiling tracing v0.1.40
19912026-02-19T21:23:48.816Z Compiling salsa20 v0.10.2
19922026-02-19T21:23:48.969Z Compiling darling v0.21.0
19932026-02-19T21:23:49.058Z Compiling pbkdf2 v0.12.2
19942026-02-19T21:23:49.279Z Compiling winnow v0.5.40
19952026-02-19T21:23:49.379Z Compiling camino v1.2.2
19962026-02-19T21:23:49.455Z Compiling base64 v0.22.1
19972026-02-19T21:23:49.690Z Compiling litrs v0.4.1
19982026-02-19T21:23:50.658Z Compiling document-features v0.2.11
19992026-02-19T21:23:50.780Z Compiling scrypt v0.11.0
20002026-02-19T21:23:51.244Z Compiling rand_chacha v0.9.0
20012026-02-19T21:23:51.536Z Compiling tokio-util v0.7.15
20022026-02-19T21:23:51.704Z Compiling cbc v0.1.2
20032026-02-19T21:23:51.962Z Compiling aes v0.8.4
20042026-02-19T21:23:52.546Z Compiling toml_edit v0.19.15
20052026-02-19T21:23:55.219Z Compiling usdt-impl v0.5.0
20062026-02-19T21:23:55.392Z Compiling ref-cast v1.0.25
20072026-02-19T21:23:55.618Z Compiling untrusted v0.9.0
20082026-02-19T21:23:55.820Z Compiling usdt-impl v0.6.0
20092026-02-19T21:23:55.901Z Compiling untrusted v0.7.1
20102026-02-19T21:23:56.071Z Compiling powerfmt v0.2.0
20112026-02-19T21:23:56.292Z Compiling pkcs5 v0.7.1
20122026-02-19T21:23:56.580Z Compiling deranged v0.5.3
20132026-02-19T21:23:57.234Z Compiling rand v0.9.2
20142026-02-19T21:23:59.619Z Compiling http-body v1.0.1
20152026-02-19T21:23:59.918Z Compiling scroll v0.13.0
20162026-02-19T21:24:00.382Z Compiling scroll v0.12.0
20172026-02-19T21:24:00.433Z Compiling heapless v0.7.17
20182026-02-19T21:24:00.981Z Compiling num_threads v0.1.7
20192026-02-19T21:24:01.101Z Compiling zstd-safe v7.2.3
20202026-02-19T21:24:01.393Z Compiling atomic-waker v1.1.2
20212026-02-19T21:24:01.471Z Compiling adler2 v2.0.0
20222026-02-19T21:24:01.812Z Compiling cfg_aliases v0.2.1
20232026-02-19T21:24:01.914Z Compiling signal-hook v0.3.18
20242026-02-19T21:24:01.936Z Compiling miniz_oxide v0.8.5
20252026-02-19T21:24:02.045Z Compiling time v0.3.43
20262026-02-19T21:24:03.658Z Compiling goblin v0.8.2
20272026-02-19T21:24:05.075Z Compiling goblin v0.10.2
20282026-02-19T21:24:06.112Z Compiling pkcs8 v0.10.2
20292026-02-19T21:24:06.991Z Compiling ipnetwork v0.21.1
20302026-02-19T21:24:08.060Z Compiling darling_core v0.20.10
20312026-02-19T21:24:10.708Z Compiling ref-cast-impl v1.0.25
20322026-02-19T21:24:11.700Z Compiling memoffset v0.9.1
20332026-02-19T21:24:11.725Z Compiling try-lock v0.2.5
20342026-02-19T21:24:11.917Z Compiling tinyvec_macros v0.1.1
20352026-02-19T21:24:12.034Z Compiling tower-service v0.3.3
20362026-02-19T21:24:12.063Z Compiling tower-layer v0.3.3
20372026-02-19T21:24:13.004Z Compiling darling_macro v0.20.10
20382026-02-19T21:24:13.570Z Compiling tinyvec v1.8.0
20392026-02-19T21:24:13.887Z Compiling dof v0.4.0
20402026-02-19T21:24:14.804Z Compiling want v0.3.1
20412026-02-19T21:24:14.961Z Compiling dof v0.3.0
20422026-02-19T21:24:15.132Z Compiling h2 v0.4.6
20432026-02-19T21:24:16.459Z Compiling dtrace-parser v0.2.0
20442026-02-19T21:24:17.453Z Compiling dtrace-parser v0.3.0
20452026-02-19T21:24:17.845Z Compiling curve25519-dalek v4.1.3
20462026-02-19T21:24:18.347Z Compiling ipnet v2.11.0
20472026-02-19T21:24:18.373Z Compiling daft-derive v0.1.4
20482026-02-19T21:24:18.940Z Compiling async-trait v0.1.89
20492026-02-19T21:24:19.568Z Compiling thread-id v4.2.2
20502026-02-19T21:24:19.711Z Compiling thread-id v5.0.0
20512026-02-19T21:24:19.823Z Compiling ryu v1.0.18
20522026-02-19T21:24:20.062Z Compiling openssl-probe v0.1.5
20532026-02-19T21:24:20.361Z Compiling fastrand v2.1.1
20542026-02-19T21:24:20.634Z Compiling httpdate v1.0.3
20552026-02-19T21:24:20.840Z Compiling foreign-types-shared v0.1.1
20562026-02-19T21:24:21.264Z Compiling num-bigint-dig v0.8.6
20572026-02-19T21:24:21.366Z Compiling smoltcp v0.9.1
20582026-02-19T21:24:21.632Z Compiling foreign-types v0.3.2
20592026-02-19T21:24:21.749Z Compiling tempfile v3.24.0
20602026-02-19T21:24:23.628Z Compiling hyper v1.8.1
20612026-02-19T21:24:28.712Z Compiling darling v0.20.10
20622026-02-19T21:24:31.023Z Compiling strum_macros v0.26.4
20632026-02-19T21:24:33.038Z Compiling wait-timeout v0.2.0
20642026-02-19T21:24:33.459Z Compiling gimli v0.31.1
20652026-02-19T21:24:34.291Z Compiling anstyle v1.0.11
20662026-02-19T21:24:34.582Z Compiling bit-vec v0.8.0
20672026-02-19T21:24:34.841Z Compiling utf8parse v0.2.2
20682026-02-19T21:24:35.429Z Compiling quick-error v1.2.3
20692026-02-19T21:24:35.639Z Compiling rusty-fork v0.3.0
20702026-02-19T21:24:37.885Z Compiling addr2line v0.24.2
20712026-02-19T21:24:38.537Z Compiling anstyle-parse v0.2.5
20722026-02-19T21:24:38.683Z Compiling bit-set v0.8.0
20732026-02-19T21:24:41.323Z Compiling derive_builder_core v0.20.2
20742026-02-19T21:24:42.637Z Compiling hyper-util v0.1.19
20752026-02-19T21:24:43.257Z Compiling unicode-normalization v0.1.24
20762026-02-19T21:24:43.580Z Compiling nix v0.29.0
20772026-02-19T21:24:44.659Z Compiling rand_xorshift v0.4.0
20782026-02-19T21:24:44.900Z Compiling hubpack_derive v0.1.1
20792026-02-19T21:24:45.777Z Compiling signature v2.2.0
20802026-02-19T21:24:46.022Z Compiling openapiv3 v2.2.0
20812026-02-19T21:24:46.902Z Compiling erased-serde v0.3.31
20822026-02-19T21:24:47.936Z Compiling strum_macros v0.27.2
20832026-02-19T21:24:48.558Z Compiling curve25519-dalek-derive v0.1.1
20842026-02-19T21:24:49.755Z Compiling object v0.36.5
20852026-02-19T21:24:52.419Z Compiling fs-err v3.1.1
20862026-02-19T21:24:52.778Z Compiling ahash v0.8.12
20872026-02-19T21:24:53.180Z Compiling crc32fast v1.4.2
20882026-02-19T21:24:53.537Z Compiling unicode-segmentation v1.12.0
20892026-02-19T21:24:54.586Z Compiling unicode-properties v0.1.3
20902026-02-19T21:24:55.029Z Compiling zlib-rs v0.5.1
20912026-02-19T21:24:55.916Z Compiling unarray v0.1.4
20922026-02-19T21:24:56.106Z Compiling rustc-demangle v0.1.24
20932026-02-19T21:24:56.908Z Compiling unicode-bidi v0.3.17
20942026-02-19T21:24:57.139Z Compiling is_terminal_polyfill v1.70.1
20952026-02-19T21:24:57.290Z Compiling anstyle-query v1.1.1
20962026-02-19T21:24:57.458Z Compiling siphasher v0.3.11
20972026-02-19T21:24:57.835Z Compiling buf-list v1.0.3
20982026-02-19T21:24:57.981Z Compiling colorchoice v1.0.2
20992026-02-19T21:24:58.170Z Compiling anstream v0.6.18
21002026-02-19T21:24:58.243Z Compiling phf_shared v0.11.2
21012026-02-19T21:24:58.389Z Compiling stringprep v0.1.5
21022026-02-19T21:24:58.612Z Compiling backtrace v0.3.74
21032026-02-19T21:24:59.161Z Compiling proptest v1.7.0
21042026-02-19T21:24:59.244Z Compiling libz-rs-sys v0.5.1
21052026-02-19T21:25:05.203Z Compiling derive_builder_macro v0.20.2
21062026-02-19T21:25:06.713Z Compiling usdt-macro v0.6.0
21072026-02-19T21:25:07.756Z Compiling rustls-webpki v0.102.8
21082026-02-19T21:25:07.848Z Compiling usdt-attr-macro v0.6.0
21092026-02-19T21:25:08.145Z Compiling oxnet v0.1.4
21102026-02-19T21:25:08.580Z Compiling http-body-util v0.1.3
21112026-02-19T21:25:09.552Z Compiling rand_chacha v0.3.1
21122026-02-19T21:25:09.763Z Compiling sync_wrapper v1.0.1
21132026-02-19T21:25:10.082Z Compiling md-5 v0.10.6
21142026-02-19T21:25:10.146Z Compiling vergen-lib v0.1.6
21152026-02-19T21:25:10.349Z Compiling num-integer v0.1.46
21162026-02-19T21:25:10.372Z Compiling ff v0.13.0
21172026-02-19T21:25:10.461Z Compiling hash32 v0.2.1
21182026-02-19T21:25:10.507Z Compiling encoding_rs v0.8.34
21192026-02-19T21:25:10.627Z Compiling psl-types v2.0.11
21202026-02-19T21:25:10.880Z Compiling fallible-iterator v0.2.0
21212026-02-19T21:25:11.066Z Compiling mime v0.3.17
21222026-02-19T21:25:11.550Z Compiling base16ct v0.2.0
21232026-02-19T21:25:11.641Z Compiling postgres-protocol v0.6.8
21242026-02-19T21:25:11.741Z Compiling serde_urlencoded v0.7.1
21252026-02-19T21:25:11.865Z Compiling sec1 v0.7.3
21262026-02-19T21:25:12.072Z Compiling publicsuffix v2.3.0
21272026-02-19T21:25:12.390Z Compiling num-iter v0.1.45
21282026-02-19T21:25:12.603Z Compiling group v0.13.0
21292026-02-19T21:25:12.727Z Compiling tower v0.5.2
21302026-02-19T21:25:12.940Z Compiling rand v0.8.5
21312026-02-19T21:25:15.523Z Compiling derive_builder v0.20.2
21322026-02-19T21:25:15.723Z Compiling tokio-rustls v0.26.0
21332026-02-19T21:25:16.093Z Compiling tokio-native-tls v0.3.1
21342026-02-19T21:25:16.205Z Compiling newtype-uuid v1.3.2
21352026-02-19T21:25:16.755Z Compiling flate2 v1.1.2
21362026-02-19T21:25:16.844Z Compiling heck v0.4.1
21372026-02-19T21:25:17.333Z Compiling rustls-native-certs v0.8.1
21382026-02-19T21:25:17.800Z Compiling webpki-roots v1.0.1
21392026-02-19T21:25:18.098Z Compiling serde_with_macros v3.16.1
21402026-02-19T21:25:18.396Z Compiling hkdf v0.12.4
21412026-02-19T21:25:18.523Z Compiling vergen v9.0.6
21422026-02-19T21:25:18.668Z Compiling terminal_size v0.4.0
21432026-02-19T21:25:18.964Z Compiling cargo-platform v0.1.8
21442026-02-19T21:25:19.075Z Compiling enum-as-inner v0.6.1
21452026-02-19T21:25:19.468Z Compiling clap_derive v4.5.47
21462026-02-19T21:25:19.719Z Compiling crypto-bigint v0.5.5
21472026-02-19T21:25:20.071Z Compiling serde_repr v0.1.19
21482026-02-19T21:25:20.376Z Compiling simd-adler32 v0.3.7
21492026-02-19T21:25:20.863Z Compiling managed v0.8.0
21502026-02-19T21:25:21.135Z Compiling iri-string v0.7.8
21512026-02-19T21:25:21.290Z Compiling bumpalo v3.16.0
21522026-02-19T21:25:21.362Z Compiling lockfree-object-pool v0.1.6
21532026-02-19T21:25:21.647Z Compiling clap_lex v0.7.4
21542026-02-19T21:25:21.957Z Compiling bitflags v1.3.2
21552026-02-19T21:25:22.240Z Compiling winnow v0.7.14
21562026-02-19T21:25:23.314Z Compiling elliptic-curve v0.13.8
21572026-02-19T21:25:23.445Z Compiling clap_builder v4.5.48
21582026-02-19T21:25:24.058Z Compiling zopfli v0.8.1
21592026-02-19T21:25:24.760Z Compiling tower-http v0.6.6
21602026-02-19T21:25:26.760Z Compiling cargo_metadata v0.19.2
21612026-02-19T21:25:27.054Z Compiling hyper-tls v0.6.0
21622026-02-19T21:25:27.546Z Compiling hyper-rustls v0.27.7
21632026-02-19T21:25:28.133Z Compiling daft v0.1.4
21642026-02-19T21:25:28.654Z Compiling zstd v0.13.3
21652026-02-19T21:25:29.204Z Compiling signal-hook-mio v0.2.4
21662026-02-19T21:25:29.354Z Compiling cookie_store v0.21.1
21672026-02-19T21:25:29.590Z Compiling postgres-types v0.2.9
21682026-02-19T21:25:29.819Z Compiling phf v0.11.2
21692026-02-19T21:25:30.160Z Compiling strum v0.27.2
21702026-02-19T21:25:30.299Z Compiling ed25519 v2.2.3
21712026-02-19T21:25:30.370Z Compiling hubpack v0.1.2
21722026-02-19T21:25:30.742Z Compiling bzip2 v0.5.2
21732026-02-19T21:25:30.766Z Compiling bzip2 v0.4.4
21742026-02-19T21:25:30.787Z Compiling crossbeam-epoch v0.9.18
21752026-02-19T21:25:30.831Z Compiling pkcs1 v0.7.5
21762026-02-19T21:25:31.405Z Compiling rfc6979 v0.4.0
21772026-02-19T21:25:31.631Z Compiling regress v0.10.4
21782026-02-19T21:25:31.657Z Compiling float-cmp v0.10.0
21792026-02-19T21:25:31.808Z Compiling hex v0.4.3
21802026-02-19T21:25:31.906Z Compiling serde-big-array v0.5.1
21812026-02-19T21:25:32.179Z Compiling bstr v1.10.0
21822026-02-19T21:25:32.386Z Compiling socket2 v0.5.10
21832026-02-19T21:25:32.778Z Compiling memmap2 v0.9.8
21842026-02-19T21:25:33.190Z Compiling env_filter v0.1.2
21852026-02-19T21:25:33.558Z Compiling whoami v1.5.2
21862026-02-19T21:25:33.762Z Compiling fixedbitset v0.5.7
21872026-02-19T21:25:33.873Z Compiling fixedbitset v0.4.2
21882026-02-19T21:25:34.106Z Compiling keccak v0.1.5
21892026-02-19T21:25:34.358Z Compiling precomputed-hash v0.1.1
21902026-02-19T21:25:34.545Z Compiling rustc-hash v2.1.1
21912026-02-19T21:25:34.762Z Compiling difflib v0.4.0
21922026-02-19T21:25:34.960Z Compiling toml_write v0.1.2
21932026-02-19T21:25:35.347Z Compiling new_debug_unreachable v1.0.6
21942026-02-19T21:25:35.470Z Compiling foldhash v0.2.0
21952026-02-19T21:25:35.866Z Compiling static_assertions v1.1.0
21962026-02-19T21:25:35.998Z Compiling predicates-core v1.0.8
21972026-02-19T21:25:36.172Z Compiling jiff v0.2.15
21982026-02-19T21:25:36.311Z Compiling data-encoding v2.9.0
21992026-02-19T21:25:36.429Z Compiling normalize-line-endings v0.3.0
22002026-02-19T21:25:36.591Z Compiling predicates v3.1.3
22012026-02-19T21:25:36.627Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
22022026-02-19T21:25:37.420Z Compiling hickory-proto v0.25.2
22032026-02-19T21:25:37.640Z Compiling iddqd v0.3.16
22042026-02-19T21:25:37.898Z Compiling reqwest v0.12.24
22052026-02-19T21:25:38.694Z Compiling string_cache v0.8.9
22062026-02-19T21:25:39.084Z Compiling typify-impl v0.4.3
22072026-02-19T21:25:39.437Z Compiling toml_edit v0.22.27
22082026-02-19T21:25:40.151Z Compiling sha3 v0.10.8
22092026-02-19T21:25:40.736Z Compiling petgraph v0.6.5
22102026-02-19T21:25:45.514Z Compiling zip v4.2.0
22112026-02-19T21:25:45.807Z Compiling petgraph v0.8.2
22122026-02-19T21:25:45.879Z Compiling tokio-postgres v0.7.13
22132026-02-19T21:25:47.559Z Compiling env_logger v0.11.8
22142026-02-19T21:25:48.189Z Compiling similar v2.7.0
22152026-02-19T21:25:48.230Z Compiling usdt v0.6.0
22162026-02-19T21:25:48.696Z Compiling serde_with v3.16.1
22172026-02-19T21:25:50.286Z Compiling ecdsa v0.16.9
22182026-02-19T21:25:50.927Z Compiling rsa v0.9.8
22192026-02-19T21:25:51.014Z Compiling zip v0.6.6
22202026-02-19T21:25:52.142Z Compiling ed25519-dalek v2.1.1
22212026-02-19T21:25:53.103Z Compiling crossterm v0.28.1
22222026-02-19T21:25:53.562Z Compiling clap v4.5.48
22232026-02-19T21:25:53.852Z Compiling strum v0.26.3
22242026-02-19T21:25:53.936Z Compiling tokio-stream v0.1.17
22252026-02-19T21:25:54.151Z Compiling toml v0.7.8
22262026-02-19T21:25:54.949Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
22272026-02-19T21:25:55.407Z Compiling x509-cert v0.2.5
22282026-02-19T21:25:56.972Z Compiling sha1 v0.10.6
22292026-02-19T21:25:57.402Z Compiling itertools v0.10.5
22302026-02-19T21:25:59.415Z Compiling itertools v0.13.0
22312026-02-19T21:25:59.985Z Compiling winnow v0.6.26
22322026-02-19T21:26:02.481Z Compiling peg-runtime v0.8.5
22332026-02-19T21:26:03.541Z Compiling lalrpop-util v0.19.12
22342026-02-19T21:26:03.909Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
22352026-02-19T21:26:09.362Z Compiling typify-macro v0.4.3
22362026-02-19T21:26:15.516Z Compiling rayon-core v1.12.1
22372026-02-19T21:26:21.416Z Compiling proc-macro-crate v1.3.1
22382026-02-19T21:26:22.598Z Compiling macaddr v1.0.1
22392026-02-19T21:26:23.188Z Compiling structmeta-derive v0.3.0
22402026-02-19T21:26:25.711Z Compiling itertools v0.14.0
22412026-02-19T21:26:26.738Z Compiling heapless v0.8.0
22422026-02-19T21:26:28.713Z Compiling ingot-macros v0.1.1
22432026-02-19T21:26:31.110Z Compiling structmeta v0.3.0
22442026-02-19T21:26:31.697Z Compiling num_enum_derive v0.5.11
22452026-02-19T21:26:33.122Z Compiling crossbeam-deque v0.8.5
22462026-02-19T21:26:34.216Z Compiling hash32 v0.3.1
22472026-02-19T21:26:35.780Z Compiling smoltcp v0.11.0
22482026-02-19T21:26:37.571Z Compiling unicode-width v0.1.14
22492026-02-19T21:26:38.211Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
22502026-02-19T21:26:38.887Z Compiling tabwriter v1.4.0
22512026-02-19T21:26:40.085Z Compiling ingot-types v0.1.2
22522026-02-19T21:26:45.305Z Compiling num_enum v0.5.11
22532026-02-19T21:26:48.881Z Compiling typify v0.4.3
22542026-02-19T21:26:52.976Z Compiling proc-macro-error-attr v1.0.4
22552026-02-19T21:26:53.021Z Compiling cobs v0.2.3
22562026-02-19T21:26:53.337Z Compiling rustls v0.22.4
22572026-02-19T21:26:54.584Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
22582026-02-19T21:26:55.123Z Compiling unsafe-libyaml v0.2.11
22592026-02-19T21:26:56.760Z Compiling serde_yaml v0.9.34+deprecated
22602026-02-19T21:27:08.958Z Compiling postcard v1.0.10
22612026-02-19T21:27:13.188Z Compiling progenitor-impl v0.11.2
22622026-02-19T21:27:17.838Z Compiling ingot v0.1.1
22632026-02-19T21:27:23.299Z Compiling futures-executor v0.3.31
22642026-02-19T21:27:23.667Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
22652026-02-19T21:27:24.028Z Compiling foreign-types-macros v0.2.3
22662026-02-19T21:27:24.266Z Compiling thread_local v1.1.8
22672026-02-19T21:27:24.390Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
22682026-02-19T21:27:24.667Z Compiling multer v3.1.0
22692026-02-19T21:27:24.757Z Compiling proc-macro-error v1.0.4
22702026-02-19T21:27:24.945Z Compiling foreign-types-shared v0.3.1
22712026-02-19T21:27:25.024Z Compiling slog-async v2.8.0
22722026-02-19T21:27:25.099Z Compiling match_cfg v0.1.0
22732026-02-19T21:27:25.225Z Compiling hostname v0.3.1
22742026-02-19T21:27:25.278Z Compiling foreign-types v0.5.0
22752026-02-19T21:27:25.589Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
22762026-02-19T21:27:25.593Z Compiling futures v0.3.31
22772026-02-19T21:27:25.638Z Compiling progenitor-macro v0.11.2
22782026-02-19T21:27:26.894Z Compiling derive-ex v0.1.8
22792026-02-19T21:27:26.957Z Compiling progenitor-client v0.11.2
22802026-02-19T21:27:27.925Z Compiling toml_parser v1.0.6+spec-1.1.0
22812026-02-19T21:27:29.625Z Compiling slog-json v2.6.1
22822026-02-19T21:27:30.122Z Compiling crossbeam-channel v0.5.15
22832026-02-19T21:27:30.599Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
22842026-02-19T21:27:31.318Z Compiling async-stream-impl v0.3.6
22852026-02-19T21:27:31.430Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
22862026-02-19T21:27:31.654Z Compiling serde_spanned v1.0.4
22872026-02-19T21:27:31.929Z Compiling toml_datetime v0.7.5+spec-1.1.0
22882026-02-19T21:27:32.291Z Compiling cstr-argument v0.1.2
22892026-02-19T21:27:32.515Z Compiling is-terminal v0.4.13
22902026-02-19T21:27:32.630Z Compiling dropshot v0.16.7
22912026-02-19T21:27:32.709Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#f4eae3d8)
22922026-02-19T21:27:32.850Z Compiling crucible-workspace-hack v0.1.0
22932026-02-19T21:27:33.006Z Compiling typeid v1.0.3
22942026-02-19T21:27:33.053Z Compiling term v1.1.0
22952026-02-19T21:27:33.215Z Compiling pretty-hex v0.2.1
22962026-02-19T21:27:33.442Z Compiling toml_writer v1.0.6+spec-1.1.0
22972026-02-19T21:27:33.478Z Compiling take_mut v0.2.2
22982026-02-19T21:27:33.713Z Compiling slog-term v2.9.2
22992026-02-19T21:27:38.079Z Compiling toml v0.9.11+spec-1.1.0
23002026-02-19T21:27:38.121Z Compiling progenitor v0.11.2
23012026-02-19T21:27:38.121Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
23022026-02-19T21:27:38.121Z Compiling async-stream v0.3.6
23032026-02-19T21:27:38.121Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
23042026-02-19T21:27:38.121Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
23052026-02-19T21:27:38.121Z Compiling tokio-rustls v0.25.0
23062026-02-19T21:27:38.121Z Compiling test-strategy v0.4.3
23072026-02-19T21:27:38.121Z Compiling slog-bunyan v2.5.0
23082026-02-19T21:27:38.769Z Compiling rayon v1.10.0
23092026-02-19T21:27:39.079Z Compiling parse-display-derive v0.10.0
23102026-02-19T21:27:40.603Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#70d3253a)
23112026-02-19T21:27:40.836Z Compiling rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=8f5527da3c53398c95c50b1af088637e7b6c5718#8f5527da)
23122026-02-19T21:27:40.935Z Compiling colored v2.2.0
23132026-02-19T21:27:42.251Z Compiling nix v0.30.1
23142026-02-19T21:27:42.465Z Compiling waitgroup v0.1.2
23152026-02-19T21:27:42.752Z Compiling rustls-pemfile v2.2.0
23162026-02-19T21:27:43.083Z Compiling dropshot_endpoint v0.16.7
23172026-02-19T21:27:43.248Z Compiling newtype-uuid-macros v0.1.0
23182026-02-19T21:27:43.494Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
23192026-02-19T21:27:43.682Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
23202026-02-19T21:27:44.059Z Compiling serde_path_to_error v0.1.20
23212026-02-19T21:27:44.147Z Compiling hostname v0.4.2
23222026-02-19T21:27:44.170Z Compiling instant v0.1.13
23232026-02-19T21:27:44.267Z Compiling debug-ignore v1.0.5
23242026-02-19T21:27:44.368Z Compiling colored v3.0.0
23252026-02-19T21:27:44.429Z Compiling backoff v0.4.0
23262026-02-19T21:27:44.456Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
23272026-02-19T21:27:44.814Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
23282026-02-19T21:27:44.843Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=8f5527da3c53398c95c50b1af088637e7b6c5718#8f5527da)
23292026-02-19T21:27:44.876Z Compiling parse-display v0.10.0
23302026-02-19T21:27:45.706Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
23312026-02-19T21:27:46.806Z Compiling zone_cfg_derive v0.3.0
23322026-02-19T21:27:48.099Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
23332026-02-19T21:27:48.870Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
23342026-02-19T21:27:49.268Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
23352026-02-19T21:27:49.387Z Compiling camino-tempfile v1.4.1
23362026-02-19T21:27:50.186Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc121ef55741656ce118b02ceeda949b9261f49f#bc121ef5)
23372026-02-19T21:27:50.419Z Compiling progenitor-client v0.10.0
23382026-02-19T21:27:51.399Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#61479b69)
23392026-02-19T21:27:53.776Z Compiling secrecy v0.10.3
23402026-02-19T21:27:54.041Z Compiling num-derive v0.4.2
23412026-02-19T21:27:54.176Z Compiling sigpipe v0.1.3
23422026-02-19T21:27:54.752Z Compiling libefi-sys v0.1.0
23432026-02-19T21:27:55.115Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
23442026-02-19T21:27:55.392Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
23452026-02-19T21:27:55.521Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
23462026-02-19T21:27:56.153Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
23472026-02-19T21:27:56.460Z Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
23482026-02-19T21:27:56.649Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
23492026-02-19T21:27:57.647Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc121ef55741656ce118b02ceeda949b9261f49f#bc121ef5)
23502026-02-19T21:27:58.808Z Compiling erased-serde v0.4.6
23512026-02-19T21:27:59.446Z Compiling zone v0.3.1
23522026-02-19T21:28:00.371Z Compiling usdt-attr-macro v0.5.0
23532026-02-19T21:28:01.871Z Compiling usdt-macro v0.5.0
23542026-02-19T21:28:02.753Z Compiling smf v0.2.3
23552026-02-19T21:28:03.180Z Compiling bitfield-struct v0.6.2
23562026-02-19T21:28:03.247Z Compiling ordered-float v2.10.1
23572026-02-19T21:28:03.909Z Compiling blake3 v1.5.4
23582026-02-19T21:28:04.485Z Compiling memmap v0.7.0
23592026-02-19T21:28:04.915Z Compiling usdt v0.5.0
23602026-02-19T21:28:04.994Z Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
23612026-02-19T21:28:05.120Z Compiling serde-value v0.7.0
23622026-02-19T21:28:05.178Z Compiling serde-untagged v0.1.7
23632026-02-19T21:28:05.743Z Compiling toml v0.8.23
23642026-02-19T21:28:05.824Z Compiling xattr v1.3.1
23652026-02-19T21:28:05.969Z Compiling filetime v0.2.26
23662026-02-19T21:28:06.228Z Compiling unicode-width v0.2.0
23672026-02-19T21:28:06.247Z Compiling constant_time_eq v0.3.1
23682026-02-19T21:28:06.354Z Compiling arrayref v0.3.9
23692026-02-19T21:28:06.489Z Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
23702026-02-19T21:28:06.497Z Compiling unicode-xid v0.2.6
23712026-02-19T21:28:06.644Z Compiling arrayvec v0.7.6
23722026-02-19T21:28:06.679Z Compiling same-file v1.0.6
23732026-02-19T21:28:06.798Z Compiling console v0.16.0
23742026-02-19T21:28:06.815Z Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
23752026-02-19T21:28:07.003Z Compiling walkdir v2.5.0
23762026-02-19T21:28:08.284Z Compiling cargo-util-schemas v0.8.2
23772026-02-19T21:28:08.618Z Compiling tar v0.4.44
23782026-02-19T21:28:09.689Z Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
23792026-02-19T21:28:09.818Z Compiling tokio-dtrace v0.1.0
23802026-02-19T21:28:09.863Z Compiling gethostname v0.5.0
23812026-02-19T21:28:10.089Z Compiling cargo-platform v0.2.0
23822026-02-19T21:28:10.116Z Compiling unit-prefix v0.5.1
23832026-02-19T21:28:10.403Z Compiling topological-sort v0.2.2
23842026-02-19T21:28:10.738Z Compiling omicron-zone-package v0.12.2
23852026-02-19T21:28:11.292Z Compiling cargo_metadata v0.21.0
23862026-02-19T21:28:11.400Z Compiling indicatif v0.18.0
23872026-02-19T21:28:17.159Z Compiling oxide-tokio-rt v0.1.2
23882026-02-19T21:28:17.208Z Compiling indent_write v2.2.0
23892026-02-19T21:28:17.208Z Compiling shell-words v1.1.0
23902026-02-19T21:28:17.208Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
23912026-02-19T21:28:19.538Z Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
23922026-02-19T21:28:21.565Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
23932026-02-19T21:28:27.097Z Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
23942026-02-19T21:28:43.496Z Finished `release` profile [optimized] target(s) in 5m 55s
23952026-02-19T21:28:43.687Z Running `target/release/omicron-package -t test target create -p dev`
23962026-02-19T21:28:43.762ZLogging to: /work/oxidecomputer/omicron/out/LOG
23972026-02-19T21:28:43.766ZCreated new build target 'test' and set it as active
23982026-02-19T21:28:43.766Z
23992026-02-19T21:28:43.766Zreal 5:55.549110998
24002026-02-19T21:28:43.767Zuser 41:07.398013763
24012026-02-19T21:28:43.767Zsys 4:00.700813868
24022026-02-19T21:28:43.767Ztrap 1.366277865
24032026-02-19T21:28:43.767Ztflt 2.270446000
24042026-02-19T21:28:43.767Zdflt 1.191138234
24052026-02-19T21:28:43.768Zkflt 0.000122357
24062026-02-19T21:28:43.768Zlock 1:56:44.541171113
24072026-02-19T21:28:43.768Zslp 2:45:42.309532312
24082026-02-19T21:28:43.768Zlat 3:20.849901420
24092026-02-19T21:28:43.768Zstop 6:03.728216730
24102026-02-19T21:28:43.768Z+ ptime -m cargo run --locked --release --bin omicron-package -- -t test package
24112026-02-19T21:28:45.096Z Finished `release` profile [optimized] target(s) in 1.25s
24122026-02-19T21:28:45.163Z Running `target/release/omicron-package -t test package`
24132026-02-19T21:28:45.214ZLogging to: /work/oxidecomputer/omicron/out/LOG
24142026-02-19T21:28:47.269Z Compiling convert_case v0.4.0
24152026-02-19T21:28:47.270Z Compiling progenitor-impl v0.10.0
24162026-02-19T21:28:47.276Z Compiling half v2.4.1
24172026-02-19T21:28:47.515Z Compiling ciborium-io v0.2.2
24182026-02-19T21:28:47.521Z Compiling is-terminal v0.4.13
24192026-02-19T21:28:47.607Z Compiling rustls v0.22.4
24202026-02-19T21:28:47.607Z Compiling thread_local v1.1.8
24212026-02-19T21:28:47.685Z Compiling match_cfg v0.1.0
24222026-02-19T21:28:47.718Z Compiling bytecount v0.6.8
24232026-02-19T21:28:47.816Z Compiling hostname v0.3.1
24242026-02-19T21:28:48.050Z Compiling ciborium-ll v0.2.2
24252026-02-19T21:28:48.082Z Compiling multer v3.1.0
24262026-02-19T21:28:48.090Z Compiling derive_more v0.99.20
24272026-02-19T21:28:48.090Z Compiling slog-async v2.8.0
24282026-02-19T21:28:48.174Z Compiling crossbeam-channel v0.5.15
24292026-02-19T21:28:48.193Z Compiling progenitor-client v0.11.2
24302026-02-19T21:28:48.230Z Compiling toml_parser v1.0.6+spec-1.1.0
24312026-02-19T21:28:48.556Z Compiling ciborium v0.2.2
24322026-02-19T21:28:48.757Z Compiling slog-json v2.6.1
24332026-02-19T21:28:49.125Z Compiling futures-executor v0.3.31
24342026-02-19T21:28:49.157Z Compiling toml_datetime v0.7.5+spec-1.1.0
24352026-02-19T21:28:49.545Z Compiling serde_spanned v1.0.4
24362026-02-19T21:28:49.587Z Compiling toml_writer v1.0.6+spec-1.1.0
24372026-02-19T21:28:49.742Z Compiling unicode-width v0.1.14
24382026-02-19T21:28:49.820Z Compiling take_mut v0.2.2
24392026-02-19T21:28:50.034Z Compiling term v1.1.0
24402026-02-19T21:28:50.064Z Compiling swrite v0.1.0
24412026-02-19T21:28:50.253Z Compiling tabwriter v1.4.0
24422026-02-19T21:28:50.550Z Compiling toml v0.9.11+spec-1.1.0
24432026-02-19T21:28:50.661Z Compiling slog-term v2.9.2
24442026-02-19T21:28:51.122Z Compiling futures v0.3.31
24452026-02-19T21:28:51.190Z Compiling slog-bunyan v2.5.0
24462026-02-19T21:28:51.277Z Compiling progenitor v0.11.2
24472026-02-19T21:28:51.545Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
24482026-02-19T21:28:51.811Z Compiling async-stream v0.3.6
24492026-02-19T21:28:52.119Z Compiling tokio-rustls v0.25.0
24502026-02-19T21:28:52.264Z Compiling dropshot v0.16.7
24512026-02-19T21:28:52.362Z Compiling password-hash v0.5.0
24522026-02-19T21:28:52.590Z Compiling blake2 v0.10.6
24532026-02-19T21:28:52.828Z Compiling progenitor-macro v0.10.0
24542026-02-19T21:28:53.378Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#70d3253a)
24552026-02-19T21:28:53.553Z Compiling rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=8f5527da3c53398c95c50b1af088637e7b6c5718#8f5527da)
24562026-02-19T21:28:53.631Z Compiling universal-hash v0.5.1
24572026-02-19T21:28:53.729Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc121ef55741656ce118b02ceeda949b9261f49f#bc121ef5)
24582026-02-19T21:28:53.932Z Compiling waitgroup v0.1.2
24592026-02-19T21:28:54.185Z Compiling rustls-pemfile v2.2.0
24602026-02-19T21:28:54.301Z Compiling thiserror-impl-no-std v2.0.2
24612026-02-19T21:28:54.548Z Compiling serde_path_to_error v0.1.20
24622026-02-19T21:28:54.617Z Compiling hostname v0.4.2
24632026-02-19T21:28:54.866Z Compiling instant v0.1.13
24642026-02-19T21:28:54.908Z Compiling opaque-debug v0.3.1
24652026-02-19T21:28:55.059Z Compiling debug-ignore v1.0.5
24662026-02-19T21:28:55.085Z Compiling colored v3.0.0
24672026-02-19T21:28:55.344Z Compiling poly1305 v0.8.0
24682026-02-19T21:28:55.648Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=8f5527da3c53398c95c50b1af088637e7b6c5718#8f5527da)
24692026-02-19T21:28:55.774Z Compiling backoff v0.4.0
24702026-02-19T21:28:56.110Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc121ef55741656ce118b02ceeda949b9261f49f#bc121ef5)
24712026-02-19T21:28:56.159Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
24722026-02-19T21:28:56.637Z Compiling thiserror-no-std v2.0.2
24732026-02-19T21:28:56.775Z Compiling argon2 v0.5.3
24742026-02-19T21:28:56.812Z Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
24752026-02-19T21:28:57.323Z Compiling parse-display v0.10.0
24762026-02-19T21:28:57.826Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
24772026-02-19T21:28:58.062Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
24782026-02-19T21:28:59.207Z Compiling chacha20 v0.9.1
24792026-02-19T21:28:59.522Z Compiling progenitor-client v0.10.0
24802026-02-19T21:28:59.716Z Compiling aead v0.5.2
24812026-02-19T21:28:59.781Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#61479b69)
24822026-02-19T21:29:00.077Z Compiling macaddr v1.0.1
24832026-02-19T21:29:00.105Z Compiling derive-where v1.5.0
24842026-02-19T21:29:00.524Z Compiling chacha20poly1305 v0.10.1
24852026-02-19T21:29:00.809Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
24862026-02-19T21:29:01.462Z Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
24872026-02-19T21:29:01.762Z Compiling vsss-rs v3.3.4
24882026-02-19T21:29:02.897Z Compiling num-rational v0.4.2
24892026-02-19T21:29:03.577Z Compiling progenitor v0.10.0
24902026-02-19T21:29:03.897Z Compiling num-complex v0.4.6
24912026-02-19T21:29:04.328Z Compiling console v0.15.10
24922026-02-19T21:29:04.924Z Compiling num v0.4.3
24932026-02-19T21:29:06.061Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
24942026-02-19T21:29:06.846Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
24952026-02-19T21:29:07.288Z Compiling float-ord v0.3.2
24962026-02-19T21:29:07.728Z Compiling toml v0.8.23
24972026-02-19T21:29:08.004Z Compiling newline-converter v0.3.0
24982026-02-19T21:29:08.367Z Compiling atomicwrites v0.4.4
24992026-02-19T21:29:08.414Z Compiling prettyplease v0.2.36
25002026-02-19T21:29:08.466Z Compiling slog-dtrace v0.3.0
25012026-02-19T21:29:08.928Z Compiling expectorate v1.2.0
25022026-02-19T21:29:09.114Z Compiling cancel-safe-futures v0.1.5
25032026-02-19T21:29:09.309Z Compiling owo-colors v4.2.3
25042026-02-19T21:29:10.021Z Compiling resolv-conf v0.7.0
25052026-02-19T21:29:11.081Z Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
25062026-02-19T21:29:11.581Z Compiling libsw-core v0.3.1
25072026-02-19T21:29:11.670Z Compiling async-recursion v1.1.1
25082026-02-19T21:29:11.928Z Compiling libsw v3.5.0
25092026-02-19T21:29:13.013Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
25102026-02-19T21:29:13.053Z Compiling linear-map v1.2.0
25112026-02-19T21:29:13.307Z Compiling linked-hash-map v0.5.6
25122026-02-19T21:29:13.500Z Compiling unicode-xid v0.2.6
25132026-02-19T21:29:13.732Z Compiling lru-cache v0.1.2
25142026-02-19T21:29:13.778Z Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
25152026-02-19T21:29:14.011Z Compiling clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
25162026-02-19T21:29:14.368Z Compiling oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
25172026-02-19T21:29:17.987Z Compiling hickory-proto v0.24.4
25182026-02-19T21:29:22.324Z Compiling internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
25192026-02-19T21:29:24.385Z Compiling hickory-resolver v0.24.4
25202026-02-19T21:29:25.898Z Compiling gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
25212026-02-19T21:29:28.658Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
25222026-02-19T21:29:28.734Z Compiling globset v0.4.15
25232026-02-19T21:29:29.633Z Compiling convert_case v0.7.1
25242026-02-19T21:29:30.132Z Compiling qorb v0.4.1
25252026-02-19T21:29:30.364Z Compiling derive_more-impl v2.0.1
25262026-02-19T21:29:32.069Z Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
25272026-02-19T21:29:35.011Z Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
25282026-02-19T21:29:38.281Z Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
25292026-02-19T21:29:38.311Z Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
25302026-02-19T21:29:40.380Z Compiling derive_more v2.0.1
25312026-02-19T21:29:40.549Z Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
25322026-02-19T21:29:40.893Z Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
25332026-02-19T21:29:41.312Z Compiling pin-project-internal v1.1.6
25342026-02-19T21:29:41.369Z Compiling vte_generate_state_changes v0.1.2
25352026-02-19T21:29:42.010Z Compiling termtree v0.5.1
25362026-02-19T21:29:42.351Z Compiling siphasher v1.0.1
25372026-02-19T21:29:42.830Z Compiling phf_shared v0.12.1
25382026-02-19T21:29:43.353Z Compiling vte v0.11.1
25392026-02-19T21:29:43.757Z Compiling pin-project v1.1.6
25402026-02-19T21:29:43.856Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
25412026-02-19T21:29:43.956Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
25422026-02-19T21:29:44.672Z Compiling crossterm v0.29.0
25432026-02-19T21:29:49.609Z Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
25442026-02-19T21:29:51.053Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
25452026-02-19T21:29:52.110Z Compiling pem v3.0.5
25462026-02-19T21:29:52.137Z Compiling snafu-derive v0.8.5
25472026-02-19T21:29:53.615Z Compiling csv-core v0.1.11
25482026-02-19T21:29:54.521Z Compiling chrono-tz v0.10.4
25492026-02-19T21:29:54.956Z Compiling csv v1.3.1
25502026-02-19T21:29:56.411Z Compiling snafu v0.8.5
25512026-02-19T21:29:56.705Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
25522026-02-19T21:29:57.157Z Compiling strip-ansi-escapes v0.2.0
25532026-02-19T21:29:57.225Z Compiling phf v0.12.1
25542026-02-19T21:29:57.418Z Compiling const_format_proc_macros v0.2.34
25552026-02-19T21:29:57.599Z Compiling papergrid v0.11.0
25562026-02-19T21:29:57.638Z Compiling tabled_derive v0.7.0
25572026-02-19T21:29:57.910Z Compiling olpc-cjson v0.1.4
25582026-02-19T21:29:58.315Z Compiling fd-lock v4.0.2
25592026-02-19T21:29:58.464Z Compiling peg-macros v0.8.5
25602026-02-19T21:29:58.600Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
25612026-02-19T21:29:59.208Z Compiling serde_plain v1.0.2
25622026-02-19T21:29:59.589Z Compiling highway v1.3.0
25632026-02-19T21:29:59.621Z Compiling nu-ansi-term v0.50.1
25642026-02-19T21:29:59.658Z Compiling typed-path v0.9.3
25652026-02-19T21:29:59.820Z Compiling tabled v0.15.0
25662026-02-19T21:29:59.866Z Compiling const_format v0.2.34
25672026-02-19T21:30:00.759Z Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
25682026-02-19T21:30:01.023Z Compiling reedline v0.40.0
25692026-02-19T21:30:01.444Z Compiling peg v0.8.5
25702026-02-19T21:30:01.593Z Compiling cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
25712026-02-19T21:30:06.468Z Compiling tough v0.20.0
25722026-02-19T21:30:09.478Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
25732026-02-19T21:30:10.475Z Compiling bcs v0.1.6
25742026-02-19T21:30:11.335Z Compiling semver v0.1.20
25752026-02-19T21:30:11.858Z Compiling base64 v0.21.7
25762026-02-19T21:30:13.955Z Compiling rustc_version v0.1.7
25772026-02-19T21:30:14.373Z Compiling newtype_derive v0.1.6
25782026-02-19T21:30:14.771Z Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
25792026-02-19T21:30:15.173Z Compiling humantime v2.2.0
25802026-02-19T21:30:15.364Z Compiling unicode-linebreak v0.1.5
25812026-02-19T21:30:15.978Z Compiling smawk v0.3.2
25822026-02-19T21:30:16.150Z Compiling dropshot-api-manager-types v0.3.0
25832026-02-19T21:30:16.308Z Compiling textwrap v0.16.2
25842026-02-19T21:30:17.411Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
25852026-02-19T21:30:18.381Z Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
25862026-02-19T21:30:18.980Z Compiling steno v0.4.1
25872026-02-19T21:30:19.698Z Compiling utf-8 v0.7.6
25882026-02-19T21:30:20.103Z Compiling moka v0.12.10
25892026-02-19T21:30:20.138Z Compiling tagptr v0.2.0
25902026-02-19T21:30:20.450Z Compiling tungstenite v0.21.0
25912026-02-19T21:30:23.936Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
25922026-02-19T21:30:25.337Z Compiling hickory-resolver v0.25.2
25932026-02-19T21:30:25.998Z Compiling tokio-tungstenite v0.21.0
25942026-02-19T21:30:26.695Z Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
25952026-02-19T21:30:26.972Z Compiling radium v0.7.0
25962026-02-19T21:30:27.543Z Compiling maybe-uninit v2.0.0
25972026-02-19T21:30:28.085Z Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
25982026-02-19T21:30:30.642Z Compiling tap v1.0.1
25992026-02-19T21:30:30.882Z Compiling wyz v0.5.1
26002026-02-19T21:30:32.076Z Compiling zerocopy-derive v0.6.6
26012026-02-19T21:30:33.800Z Compiling proc-macro-error-attr2 v2.0.0
26022026-02-19T21:30:34.591Z Compiling packed_struct v0.10.1
26032026-02-19T21:30:35.087Z Compiling display-error-chain v0.2.2
26042026-02-19T21:30:35.363Z Compiling crc-catalog v2.4.0
26052026-02-19T21:30:35.567Z Compiling funty v2.0.0
26062026-02-19T21:30:38.074Z Compiling bitvec v1.0.1
26072026-02-19T21:30:38.704Z Compiling crc v3.2.1
26082026-02-19T21:30:39.264Z Compiling proc-macro-error2 v2.0.1
26092026-02-19T21:30:39.867Z Compiling zerocopy v0.6.6
26102026-02-19T21:30:40.768Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=bc121ef55741656ce118b02ceeda949b9261f49f#bc121ef5)
26112026-02-19T21:30:40.825Z Compiling packed_struct_codegen v0.10.1
26122026-02-19T21:30:41.115Z Compiling bitfield-macros v0.19.2
26132026-02-19T21:30:41.277Z Compiling indexmap v1.9.3
26142026-02-19T21:30:41.675Z Compiling nodrop v0.1.14
26152026-02-19T21:30:41.867Z Compiling array-init v0.0.4
26162026-02-19T21:30:42.548Z Compiling bitfield v0.19.2
26172026-02-19T21:30:42.634Z Compiling smallvec v0.6.14
26182026-02-19T21:30:42.972Z Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
26192026-02-19T21:30:43.011Z Compiling num-derive v0.3.3
26202026-02-19T21:30:43.162Z Compiling hashbrown v0.12.3
26212026-02-19T21:30:45.028Z Compiling libscf-sys v1.1.0
26222026-02-19T21:30:45.302Z Compiling serde-hex v0.1.0
26232026-02-19T21:30:45.587Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
26242026-02-19T21:30:46.288Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
26252026-02-19T21:30:46.694Z Compiling ron v0.8.1
26262026-02-19T21:30:47.225Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#205d47d4)
26272026-02-19T21:30:49.836Z Compiling hashbrown v0.13.2
26282026-02-19T21:30:50.340Z Compiling vergen-gitcl v1.0.8
26292026-02-19T21:30:50.643Z Compiling dirs-sys-next v0.1.2
26302026-02-19T21:30:50.726Z Compiling maplit v1.0.2
26312026-02-19T21:30:50.899Z Compiling crunchy v0.2.2
26322026-02-19T21:30:51.131Z Compiling crc-any v2.5.0
26332026-02-19T21:30:51.208Z Compiling object v0.30.4
26342026-02-19T21:30:51.458Z Compiling dirs-next v2.0.0
26352026-02-19T21:30:51.762Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
26362026-02-19T21:30:52.045Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
26372026-02-19T21:30:52.325Z Compiling dsl_auto_type v0.1.2
26382026-02-19T21:30:53.219Z Compiling scheduled-thread-pool v0.2.7
26392026-02-19T21:30:53.578Z Compiling diesel_table_macro_syntax v0.2.0
26402026-02-19T21:30:53.609Z Compiling tiny-keccak v2.0.2
26412026-02-19T21:30:54.002Z Compiling path-slash v0.1.5
26422026-02-19T21:30:54.007Z Compiling diesel_derives v2.2.3
26432026-02-19T21:30:54.344Z Compiling r2d2 v0.8.10
26442026-02-19T21:30:54.869Z Compiling term v0.7.0
26452026-02-19T21:30:55.873Z Compiling tabled_derive v0.11.0
26462026-02-19T21:30:55.920Z Compiling papergrid v0.17.0
26472026-02-19T21:30:58.312Z Compiling testing_table v0.3.0
26482026-02-19T21:30:59.172Z Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#205d47d4)
26492026-02-19T21:31:03.203Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#59b8432e)
26502026-02-19T21:31:03.798Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#59b8432e)
26512026-02-19T21:31:04.190Z Compiling bit-vec v0.6.3
26522026-02-19T21:31:04.652Z Compiling xshell-macros v0.2.7
26532026-02-19T21:31:05.347Z Compiling arc-swap v1.7.1
26542026-02-19T21:31:06.067Z Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
26552026-02-19T21:31:06.588Z Compiling slog-scope v4.4.0
26562026-02-19T21:31:07.442Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#59b8432e)
26572026-02-19T21:31:09.581Z Compiling xshell v0.2.7
26582026-02-19T21:31:12.380Z Compiling bit-set v0.5.3
26592026-02-19T21:31:12.935Z Compiling diesel v2.2.12
26602026-02-19T21:31:13.247Z Compiling tabled v0.20.0
26612026-02-19T21:31:16.972Z Compiling ascii-canvas v3.0.0
26622026-02-19T21:31:17.461Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
26632026-02-19T21:31:17.625Z Compiling ena v0.14.3
26642026-02-19T21:31:18.079Z Compiling unicase v2.8.1
26652026-02-19T21:31:18.195Z Compiling bindgen v0.71.1
26662026-02-19T21:31:18.320Z Compiling regex-syntax v0.6.29
26672026-02-19T21:31:18.678Z Compiling diff v0.1.13
26682026-02-19T21:31:18.765Z Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
26692026-02-19T21:31:21.141Z Compiling slog-stdlog v4.1.1
26702026-02-19T21:31:22.041Z Compiling lalrpop v0.19.12
26712026-02-19T21:31:23.030Z Compiling omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
26722026-02-19T21:31:24.955Z Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
26732026-02-19T21:31:25.801Z Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
26742026-02-19T21:31:26.074Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
26752026-02-19T21:31:26.192Z Compiling crc8 v0.1.1
26762026-02-19T21:31:26.406Z Compiling slog-envlogger v2.2.0
26772026-02-19T21:31:29.054Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
26782026-02-19T21:31:35.444Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
26792026-02-19T21:31:35.651Z Compiling headers-core v0.3.0
26802026-02-19T21:31:35.651Z Compiling libxml v0.3.3
26812026-02-19T21:31:35.651Z Compiling headers v0.4.1
26822026-02-19T21:31:37.269Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
26832026-02-19T21:31:38.923Z Compiling samael v0.0.19
26842026-02-19T21:31:39.866Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
26852026-02-19T21:31:40.053Z Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
26862026-02-19T21:31:40.263Z Compiling strum_macros v0.24.3
26872026-02-19T21:31:40.637Z Compiling indoc v1.0.9
26882026-02-19T21:31:42.826Z Compiling polar-core v0.27.3
26892026-02-19T21:31:43.107Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#f41bd73b)
26902026-02-19T21:31:43.433Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
26912026-02-19T21:31:43.847Z Compiling derive_builder v0.20.2
26922026-02-19T21:31:44.046Z Compiling oso-derive v0.27.3
26932026-02-19T21:31:44.104Z Compiling impl-trait-for-tuples v0.2.2
26942026-02-19T21:31:45.007Z Compiling quick-xml v0.37.2
26952026-02-19T21:31:45.983Z Compiling half v1.8.3
26962026-02-19T21:31:46.094Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
26972026-02-19T21:31:46.977Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#f41bd73b)
26982026-02-19T21:31:47.575Z Compiling serde_cbor v0.11.2
26992026-02-19T21:31:49.143Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
27002026-02-19T21:31:49.892Z Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
27012026-02-19T21:31:49.923Z Compiling diesel-dtrace v0.4.2
27022026-02-19T21:31:50.402Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#f41bd73b)
27032026-02-19T21:31:58.393Z Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
27042026-02-19T21:31:58.791Z Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
27052026-02-19T21:32:01.820Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#f41bd73b)
27062026-02-19T21:32:02.854Z Compiling bb8 v0.8.5
27072026-02-19T21:32:03.535Z Compiling trait-variant v0.1.2
27082026-02-19T21:32:04.565Z Compiling scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=c78005db837a71f94c3b8efac9a64cfbdb2d527f#c78005db)
27092026-02-19T21:32:08.322Z Compiling oso v0.27.3
27102026-02-19T21:32:09.362Z Compiling async-bb8-diesel v0.2.1
27112026-02-19T21:32:10.234Z Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#f41bd73b)
27122026-02-19T21:32:11.380Z Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
27132026-02-19T21:32:11.412Z Compiling tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
27142026-02-19T21:32:12.010Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
27152026-02-19T21:32:15.166Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
27162026-02-19T21:32:15.559Z Compiling fxhash v0.2.1
27172026-02-19T21:32:15.831Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
27182026-02-19T21:32:16.205Z Compiling typify-impl v0.2.0
27192026-02-19T21:32:16.279Z Compiling kstat-rs v0.2.4
27202026-02-19T21:32:17.214Z Compiling libz-sys v1.1.20
27212026-02-19T21:32:17.948Z Compiling salty v0.3.0
27222026-02-19T21:32:18.431Z Compiling nonempty v0.12.0
27232026-02-19T21:32:19.053Z Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
27242026-02-19T21:32:19.936Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
27252026-02-19T21:32:24.190Z Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
27262026-02-19T21:32:25.542Z Compiling typify-macro v0.2.0
27272026-02-19T21:32:29.024Z Compiling zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
27282026-02-19T21:32:33.980Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=37992295b5dc708d8f120cee805d67418741b556#37992295)
27292026-02-19T21:32:38.850Z Compiling nanorand v0.7.0
27302026-02-19T21:32:39.225Z Compiling fs-err v2.11.0
27312026-02-19T21:32:39.522Z Compiling parking_lot_core v0.8.6
27322026-02-19T21:32:40.018Z Compiling mime_guess v2.0.5
27332026-02-19T21:32:40.253Z Compiling flume v0.11.1
27342026-02-19T21:32:41.070Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=37992295b5dc708d8f120cee805d67418741b556#37992295)
27352026-02-19T21:32:41.100Z Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
27362026-02-19T21:32:46.778Z Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
27372026-02-19T21:32:48.391Z Compiling libgit2-sys v0.18.2+1.9.1
27382026-02-19T21:32:49.208Z Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
27392026-02-19T21:33:10.096Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3)
27402026-02-19T21:33:10.130Z Compiling tabled_derive v0.10.0
27412026-02-19T21:33:12.448Z Compiling clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
27422026-02-19T21:33:12.608Z Compiling ignore v0.4.23
27432026-02-19T21:33:17.018Z Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
27442026-02-19T21:33:19.379Z Compiling papergrid v0.14.0
27452026-02-19T21:33:19.513Z Compiling primeorder v0.13.6
27462026-02-19T21:33:20.116Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#4aac6125)
27472026-02-19T21:33:23.220Z Compiling castaway v0.2.3
27482026-02-19T21:33:23.479Z Compiling nibble_vec v0.1.0
27492026-02-19T21:33:23.500Z Compiling atty v0.2.14
27502026-02-19T21:33:23.723Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#4aac6125)
27512026-02-19T21:33:23.757Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
27522026-02-19T21:33:24.133Z Compiling parse-size v1.1.0
27532026-02-19T21:33:24.166Z Compiling endian-type v0.1.2
27542026-02-19T21:33:24.272Z Compiling http-range v0.1.5
27552026-02-19T21:33:24.460Z Compiling radix_trie v0.2.1
27562026-02-19T21:33:24.489Z Compiling tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
27572026-02-19T21:33:24.751Z Compiling compact_str v0.8.0
27582026-02-19T21:33:24.909Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#4aac6125)
27592026-02-19T21:33:25.348Z Compiling tabled v0.18.0
27602026-02-19T21:33:27.164Z Compiling p384 v0.13.1
27612026-02-19T21:33:35.428Z Compiling globwalk v0.9.1
27622026-02-19T21:33:35.609Z Compiling parking_lot v0.11.2
27632026-02-19T21:33:35.609Z Compiling typify v0.2.0
27642026-02-19T21:33:35.609Z Compiling predicates-tree v1.0.12
27652026-02-19T21:33:35.609Z Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
27662026-02-19T21:33:35.609Z Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
27672026-02-19T21:33:35.609Z Compiling unicode-truncate v1.1.0
27682026-02-19T21:33:35.688Z Compiling prefix-trie v0.7.0
27692026-02-19T21:33:36.915Z Compiling lru v0.12.5
27702026-02-19T21:33:37.121Z Compiling vergen-git2 v1.0.7
27712026-02-19T21:33:37.511Z Compiling instability v0.3.2
27722026-02-19T21:33:38.499Z Compiling cassowary v0.3.0
27732026-02-19T21:33:39.326Z Compiling indoc v2.0.6
27742026-02-19T21:33:39.540Z Compiling git2 v0.20.2
27752026-02-19T21:33:40.272Z Compiling ratatui v0.29.0
27762026-02-19T21:33:42.257Z Compiling hickory-server v0.25.2
27772026-02-19T21:33:42.303Z Compiling camino-tempfile-ext v0.3.2
27782026-02-19T21:33:43.750Z Compiling progenitor-impl v0.8.0
27792026-02-19T21:33:47.376Z Compiling hyper-staticfile v0.10.1
27802026-02-19T21:33:47.412Z Compiling sled v0.34.7
27812026-02-19T21:33:49.400Z Compiling hickory-client v0.25.2
27822026-02-19T21:33:51.883Z Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
27832026-02-19T21:33:53.149Z Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
27842026-02-19T21:33:53.330Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27852026-02-19T21:33:54.427Z Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
27862026-02-19T21:33:59.606Z Compiling clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
27872026-02-19T21:34:00.616Z Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=8f5527da3c53398c95c50b1af088637e7b6c5718#8f5527da)
27882026-02-19T21:34:02.408Z Compiling rand_seeder v0.4.0
27892026-02-19T21:34:02.875Z Compiling nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
27902026-02-19T21:34:04.887Z Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27912026-02-19T21:34:05.836Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=8ba93f6e785e11175059b3303bfd7e8b52ad12f8#8ba93f6e)
27922026-02-19T21:34:06.278Z Compiling lzma-sys v0.1.20
27932026-02-19T21:34:07.062Z Compiling rustls v0.21.12
27942026-02-19T21:34:07.392Z Compiling corncobs v0.1.4
27952026-02-19T21:34:07.453Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
27962026-02-19T21:34:07.847Z Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27972026-02-19T21:34:08.087Z Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
27982026-02-19T21:34:08.429Z Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
27992026-02-19T21:34:09.326Z Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
28002026-02-19T21:34:09.519Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
28012026-02-19T21:34:21.539Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
28022026-02-19T21:34:23.635Z Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
28032026-02-19T21:34:26.404Z Compiling progenitor-macro v0.8.0
28042026-02-19T21:34:35.163Z Compiling sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
28052026-02-19T21:34:37.476Z Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
28062026-02-19T21:34:42.411Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#606c0be8)
28072026-02-19T21:34:43.277Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
28082026-02-19T21:34:43.677Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
28092026-02-19T21:34:44.079Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
28102026-02-19T21:34:44.479Z Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
28112026-02-19T21:34:44.544Z Compiling progenitor-client v0.8.0
28122026-02-19T21:34:45.498Z Compiling rustls-webpki v0.101.7
28132026-02-19T21:34:49.188Z Compiling sct v0.7.1
28142026-02-19T21:34:49.686Z Compiling heck v0.3.3
28152026-02-19T21:34:49.721Z Compiling secrecy v0.8.0
28162026-02-19T21:34:50.052Z Compiling void v1.0.2
28172026-02-19T21:34:50.083Z Compiling zone_cfg_derive v0.1.2
28182026-02-19T21:34:50.284Z Compiling lzss v0.8.2
28192026-02-19T21:34:53.244Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#606c0be8)
28202026-02-19T21:34:56.748Z Compiling progenitor v0.8.0
28212026-02-19T21:34:56.993Z Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
28222026-02-19T21:34:57.024Z Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
28232026-02-19T21:34:58.389Z Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
28242026-02-19T21:35:03.307Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#88c6684d)
28252026-02-19T21:35:03.364Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
28262026-02-19T21:35:04.844Z Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
28272026-02-19T21:35:08.678Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
28282026-02-19T21:35:09.097Z Compiling tungstenite v0.23.0
28292026-02-19T21:35:14.306Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
28302026-02-19T21:35:14.700Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
28312026-02-19T21:35:14.733Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
28322026-02-19T21:35:15.095Z Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
28332026-02-19T21:35:15.130Z Compiling nix v0.27.1
28342026-02-19T21:35:15.496Z Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
28352026-02-19T21:35:15.812Z Compiling serde_bytes v0.11.19
28362026-02-19T21:35:16.195Z Compiling number_prefix v0.4.0
28372026-02-19T21:35:16.387Z Compiling base64 v0.13.1
28382026-02-19T21:35:16.517Z Compiling indicatif v0.17.11
28392026-02-19T21:35:17.193Z Compiling ron v0.7.1
28402026-02-19T21:35:17.913Z Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
28412026-02-19T21:35:17.948Z Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
28422026-02-19T21:35:18.887Z Compiling tokio-tungstenite v0.23.1
28432026-02-19T21:35:19.561Z Compiling lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#61479b69)
28442026-02-19T21:35:22.199Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
28452026-02-19T21:35:22.968Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#88c6684d)
28462026-02-19T21:35:35.387Z Compiling xz2 v0.1.7
28472026-02-19T21:35:36.003Z Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
28482026-02-19T21:35:44.427Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
28492026-02-19T21:35:48.432Z Compiling tokio-rustls v0.24.1
28502026-02-19T21:35:48.980Z Compiling zone v0.1.8
28512026-02-19T21:35:51.002Z Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
28522026-02-19T21:35:52.356Z Compiling tufaceous v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
28532026-02-19T21:35:56.917Z Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc121ef55741656ce118b02ceeda949b9261f49f#bc121ef5)
28542026-02-19T21:36:00.719Z Compiling nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
28552026-02-19T21:36:04.745Z Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
28562026-02-19T21:36:06.387Z Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
28572026-02-19T21:36:08.274Z Compiling nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
28582026-02-19T21:36:08.370Z Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
28592026-02-19T21:36:15.714Z Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
28602026-02-19T21:36:23.221Z Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
28612026-02-19T21:36:24.680Z Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
28622026-02-19T21:36:32.176Z Compiling rustls-pemfile v1.0.4
28632026-02-19T21:36:32.982Z Compiling clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
28642026-02-19T21:36:34.294Z Compiling bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
28652026-02-19T21:36:36.091Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
28662026-02-19T21:36:36.275Z Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
28672026-02-19T21:36:36.515Z Compiling ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
28682026-02-19T21:36:37.254Z Compiling signal-hook-tokio v0.3.1
28692026-02-19T21:36:37.562Z Compiling twox-hash v2.1.0
28702026-02-19T21:36:38.236Z Compiling yasna v0.5.2
28712026-02-19T21:36:38.625Z Compiling is_ci v1.2.0
28722026-02-19T21:36:38.980Z Compiling supports-color v3.0.2
28732026-02-19T21:36:39.468Z Compiling rcgen v0.12.1
28742026-02-19T21:36:42.002Z Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
28752026-02-19T21:36:42.438Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
28762026-02-19T21:36:51.106Z Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
28772026-02-19T21:36:52.758Z Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
28782026-02-19T21:37:06.335Z Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#f3fe0542)
28792026-02-19T21:37:19.042Z Compiling lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#61479b69)
28802026-02-19T21:37:28.121Z Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
28812026-02-19T21:37:30.551Z Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
28822026-02-19T21:37:38.309Z Compiling nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
28832026-02-19T21:37:48.061Z Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
28842026-02-19T21:37:48.677Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
28852026-02-19T21:37:49.078Z Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
28862026-02-19T21:37:49.479Z Compiling bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
28872026-02-19T21:37:57.099Z Compiling nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
28882026-02-19T21:37:57.445Z Compiling fatfs v0.3.6
28892026-02-19T21:37:57.954Z Compiling raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df)
28902026-02-19T21:38:00.270Z Compiling subprocess v0.2.9
28912026-02-19T21:38:04.858Z Compiling rtoolbox v0.0.2
28922026-02-19T21:38:05.337Z Compiling assert_matches v1.5.0
28932026-02-19T21:38:05.504Z Compiling seq-macro v0.3.6
28942026-02-19T21:38:07.271Z Compiling rpassword v7.4.0
28952026-02-19T21:38:07.750Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
28962026-02-19T21:38:10.867Z Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
28972026-02-19T21:38:19.213Z Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
28982026-02-19T21:38:33.537Z Compiling ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
28992026-02-19T21:38:33.754Z Compiling ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
29002026-02-19T21:38:39.110Z Compiling tui-tree-widget v0.23.1
29012026-02-19T21:38:39.620Z Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
29022026-02-19T21:38:46.825Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
29032026-02-19T21:38:47.791Z Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
29042026-02-19T21:38:50.163Z Compiling uzers v0.12.1
29052026-02-19T21:38:53.434Z Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
29062026-02-19T21:38:53.793Z Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
29072026-02-19T21:39:05.016Z Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
29082026-02-19T21:39:24.808Z Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
29092026-02-19T21:39:34.780Z Compiling support-bundle-viewer v0.1.2
29102026-02-19T21:39:35.778Z Compiling clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
29112026-02-19T21:39:38.919Z Compiling multimap v0.10.1
29122026-02-19T21:41:53.836Z Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
29132026-02-19T21:42:10.271Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
29142026-02-19T21:52:56.082Z Finished `release` profile [optimized] target(s) in 24m 09s
29152026-02-19T21:53:54.326Z
29162026-02-19T21:53:54.326Zreal 25:09.776956499
29172026-02-19T21:53:54.326Zuser 3:00:05.053442549
29182026-02-19T21:53:54.326Zsys 4:47.923281791
29192026-02-19T21:53:54.326Ztrap 4.746583487
29202026-02-19T21:53:54.326Ztflt 2.402272371
29212026-02-19T21:53:54.326Zdflt 6.299529826
29222026-02-19T21:53:54.326Zkflt 0.001081023
29232026-02-19T21:53:54.326Zlock 12:07:05.976599253
29242026-02-19T21:53:54.330Zslp 8:47:19.200809373
29252026-02-19T21:53:54.330Zlat 4:46.259017922
29262026-02-19T21:53:54.330Zstop 4:27.452331174
29272026-02-19T21:53:54.330Z+ mapfile -t packages
29282026-02-19T21:53:54.330Z++ cargo run --locked --release --bin omicron-package -- -t test list-outputs
29292026-02-19T21:53:55.725Z Finished `release` profile [optimized] target(s) in 1.32s
29302026-02-19T21:53:55.792Z Running `target/release/omicron-package -t test list-outputs`
29312026-02-19T21:53:55.848ZLogging to: /work/oxidecomputer/omicron/out/LOG
29322026-02-19T21:53:55.851Z+ ptime -m cargo build --locked --release -p xtask
29332026-02-19T21:53:56.715Z Compiling serde_core v1.0.228
29342026-02-19T21:53:56.715Z Compiling syn v2.0.114
29352026-02-19T21:53:56.719Z Compiling bitflags v2.9.4
29362026-02-19T21:53:56.719Z Compiling serde v1.0.228
29372026-02-19T21:53:56.719Z Compiling serde_json v1.0.149
29382026-02-19T21:53:56.719Z Compiling libc v0.2.180
29392026-02-19T21:53:56.831Z Compiling num-traits v0.2.19
29402026-02-19T21:53:56.881Z Compiling smallvec v1.15.1
29412026-02-19T21:53:57.267Z Compiling hashbrown v0.16.1
29422026-02-19T21:53:57.409Z Compiling rustix v0.38.37
29432026-02-19T21:53:57.626Z Compiling usdt-impl v0.5.0
29442026-02-19T21:53:57.699Z Compiling syn v1.0.109
29452026-02-19T21:53:58.341Z Compiling log v0.4.29
29462026-02-19T21:53:58.625Z Compiling indexmap v2.13.0
29472026-02-19T21:53:58.741Z Compiling thread-id v4.2.2
29482026-02-19T21:53:58.794Z Compiling percent-encoding v2.3.2
29492026-02-19T21:53:58.885Z Compiling rustix v1.1.3
29502026-02-19T21:53:59.306Z Compiling getrandom v0.3.4
29512026-02-19T21:53:59.957Z Compiling ordered-float v2.10.1
29522026-02-19T21:53:59.972Z Compiling terminal_size v0.4.0
29532026-02-19T21:53:59.986Z Compiling form_urlencoded v1.2.2
29542026-02-19T21:54:00.593Z Compiling fs-err v3.1.1
29552026-02-19T21:54:00.792Z Compiling anyhow v1.0.99
29562026-02-19T21:54:00.984Z Compiling once_cell v1.21.3
29572026-02-19T21:54:01.380Z Compiling heck v0.4.1
29582026-02-19T21:54:01.460Z Compiling clap_builder v4.5.48
29592026-02-19T21:54:02.493Z Compiling tempfile v3.24.0
29602026-02-19T21:54:03.848Z Compiling synstructure v0.13.1
29612026-02-19T21:54:04.305Z Compiling proc-macro-error v1.0.4
29622026-02-19T21:54:04.350Z Compiling textwrap v0.16.2
29632026-02-19T21:54:04.587Z Compiling camino-tempfile v1.4.1
29642026-02-19T21:54:04.925Z Compiling tabled_derive v0.7.0
29652026-02-19T21:54:06.408Z Compiling serde_derive v1.0.228
29662026-02-19T21:54:06.627Z Compiling thiserror-impl v2.0.18
29672026-02-19T21:54:06.773Z Compiling zerofrom-derive v0.1.4
29682026-02-19T21:54:06.887Z Compiling yoke-derive v0.7.4
29692026-02-19T21:54:07.266Z Compiling zerovec-derive v0.10.3
29702026-02-19T21:54:08.703Z Compiling displaydoc v0.2.5
29712026-02-19T21:54:09.154Z Compiling thiserror-impl v1.0.69
29722026-02-19T21:54:09.414Z Compiling thiserror v2.0.18
29732026-02-19T21:54:09.506Z Compiling zerofrom v0.1.4
29742026-02-19T21:54:09.571Z Compiling zerocopy-derive v0.7.35
29752026-02-19T21:54:09.606Z Compiling pest v2.8.2
29762026-02-19T21:54:09.786Z Compiling yoke v0.7.4
29772026-02-19T21:54:10.127Z Compiling icu_provider_macros v1.5.0
29782026-02-19T21:54:10.235Z Compiling zerovec v0.10.4
29792026-02-19T21:54:11.287Z Compiling zerocopy v0.7.35
29802026-02-19T21:54:11.373Z Compiling scroll_derive v0.12.0
29812026-02-19T21:54:11.711Z Compiling thiserror v1.0.69
29822026-02-19T21:54:12.650Z Compiling tinystr v0.7.6
29832026-02-19T21:54:12.691Z Compiling pest_meta v2.8.2
29842026-02-19T21:54:12.716Z Compiling icu_collections v1.5.0
29852026-02-19T21:54:13.115Z Compiling icu_locid v1.5.0
29862026-02-19T21:54:14.576Z Compiling icu_provider v1.5.0
29872026-02-19T21:54:14.609Z Compiling pest_generator v2.8.2
29882026-02-19T21:54:15.368Z Compiling toml_datetime v0.6.11
29892026-02-19T21:54:16.079Z Compiling icu_locid_transform v1.5.0
29902026-02-19T21:54:16.193Z Compiling serde_spanned v0.6.9
29912026-02-19T21:54:16.214Z Compiling pest_derive v2.8.2
29922026-02-19T21:54:16.236Z Compiling dof v0.3.0
29932026-02-19T21:54:16.477Z Compiling toml_edit v0.22.27
29942026-02-19T21:54:16.825Z Compiling scroll v0.12.0
29952026-02-19T21:54:17.013Z Compiling serde_tokenstream v0.2.2
29962026-02-19T21:54:17.054Z Compiling dtrace-parser v0.2.0
29972026-02-19T21:54:17.488Z Compiling goblin v0.8.2
29982026-02-19T21:54:17.594Z Compiling icu_properties v1.5.1
29992026-02-19T21:54:19.828Z Compiling erased-serde v0.4.6
30002026-02-19T21:54:20.685Z Compiling toml v0.8.23
30012026-02-19T21:54:21.877Z Compiling icu_normalizer v1.5.0
30022026-02-19T21:54:23.015Z Compiling idna_adapter v1.2.0
30032026-02-19T21:54:23.272Z Compiling idna v1.0.3
30042026-02-19T21:54:23.288Z Compiling serde-untagged v0.1.7
30052026-02-19T21:54:24.077Z Compiling url v2.5.4
30062026-02-19T21:54:27.060Z Compiling serde-value v0.7.0
30072026-02-19T21:54:28.460Z Compiling cargo-util-schemas v0.8.2
30082026-02-19T21:54:29.473Z Compiling usdt-macro v0.5.0
30092026-02-19T21:54:29.589Z Compiling usdt-attr-macro v0.5.0
30102026-02-19T21:54:30.731Z Compiling cargo-platform v0.2.0
30112026-02-19T21:54:30.963Z Compiling clap_derive v4.5.47
30122026-02-19T21:54:31.953Z Compiling cargo_metadata v0.21.0
30132026-02-19T21:54:31.971Z Compiling usdt v0.5.0
30142026-02-19T21:54:33.369Z Compiling cargo_toml v0.21.0
30152026-02-19T21:54:34.083Z Compiling macaddr v1.0.1
30162026-02-19T21:54:34.696Z Compiling tabled v0.15.0
30172026-02-19T21:54:35.103Z Compiling clap v4.5.48
30182026-02-19T21:54:46.794Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
30192026-02-19T21:54:52.831Z Finished `release` profile [optimized] target(s) in 56.88s
30202026-02-19T21:54:52.983Z
30212026-02-19T21:54:52.983Zreal 57.068072504
30222026-02-19T21:54:52.983Zuser 6:16.097208400
30232026-02-19T21:54:52.983Zsys 28.733938291
30242026-02-19T21:54:52.983Ztrap 0.208887810
30252026-02-19T21:54:52.983Ztflt 0.276039359
30262026-02-19T21:54:52.993Zdflt 0.412177455
30272026-02-19T21:54:52.993Zkflt 0.000075413
30282026-02-19T21:54:52.993Zlock 17:48.463778632
30292026-02-19T21:54:52.994Zslp 20:37.511338585
30302026-02-19T21:54:52.994Zlat 26.237997026
30312026-02-19T21:54:52.994Zstop 33.237702072
30322026-02-19T21:54:52.994Z+ export CARGO_PROFILE_DEV_DEBUG=line-tables-only
30332026-02-19T21:54:52.994Z+ CARGO_PROFILE_DEV_DEBUG=line-tables-only
30342026-02-19T21:54:52.994Z+ export CARGO_PROFILE_TEST_DEBUG=line-tables-only
30352026-02-19T21:54:52.994Z+ CARGO_PROFILE_TEST_DEBUG=line-tables-only
30362026-02-19T21:54:52.994Z+ ptime -m cargo build --locked -p end-to-end-tests --tests --bin bootstrap --message-format json-render-diagnostics
30372026-02-19T21:54:54.415Z Compiling regress v0.10.4
30382026-02-19T21:54:54.588Z Compiling unsafe-libyaml v0.2.11
30392026-02-19T21:54:54.590Z Compiling match_cfg v0.1.0
30402026-02-19T21:54:54.591Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
30412026-02-19T21:54:54.637Z Compiling structmeta-derive v0.3.0
30422026-02-19T21:54:54.640Z Compiling rustls v0.22.4
30432026-02-19T21:54:54.640Z Compiling newtype-uuid-macros v0.1.0
30442026-02-19T21:54:54.658Z Compiling multer v3.1.0
30452026-02-19T21:54:54.720Z Compiling hostname v0.3.1
30462026-02-19T21:54:54.968Z Compiling debug-ignore v1.0.5
30472026-02-19T21:54:55.121Z Compiling toml_parser v1.0.6+spec-1.1.0
30482026-02-19T21:54:55.148Z Compiling progenitor-client v0.10.0
30492026-02-19T21:54:55.173Z Compiling slog-json v2.6.1
30502026-02-19T21:54:55.561Z Compiling async-stream-impl v0.3.6
30512026-02-19T21:54:55.722Z Compiling toml_datetime v0.7.5+spec-1.1.0
30522026-02-19T21:54:56.349Z Compiling serde_yaml v0.9.34+deprecated
30532026-02-19T21:54:56.352Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
30542026-02-19T21:54:56.396Z Compiling serde_spanned v1.0.4
30552026-02-19T21:54:56.582Z Compiling dropshot v0.16.7
30562026-02-19T21:54:56.679Z Compiling toml_writer v1.0.6+spec-1.1.0
30572026-02-19T21:54:56.916Z Compiling async-stream v0.3.6
30582026-02-19T21:54:57.047Z Compiling toml v0.9.11+spec-1.1.0
30592026-02-19T21:54:57.098Z Compiling slog-bunyan v2.5.0
30602026-02-19T21:54:57.143Z Compiling structmeta v0.3.0
30612026-02-19T21:54:57.354Z Compiling waitgroup v0.1.2
30622026-02-19T21:54:57.555Z Compiling rustls-pemfile v2.2.0
30632026-02-19T21:54:57.599Z Compiling dropshot_endpoint v0.16.7
30642026-02-19T21:54:57.871Z Compiling itertools v0.14.0
30652026-02-19T21:54:57.936Z Compiling hostname v0.4.2
30662026-02-19T21:54:58.193Z Compiling typify-impl v0.4.3
30672026-02-19T21:54:58.218Z Compiling serde_path_to_error v0.1.20
30682026-02-19T21:54:59.037Z Compiling derive-ex v0.1.8
30692026-02-19T21:54:59.853Z Compiling tokio-rustls v0.25.0
30702026-02-19T21:55:00.302Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#70d3253a)
30712026-02-19T21:55:00.332Z Compiling macaddr v1.0.1
30722026-02-19T21:55:00.581Z Compiling tabwriter v1.4.0
30732026-02-19T21:55:00.788Z Compiling instant v0.1.13
30742026-02-19T21:55:00.930Z Compiling progenitor-client v0.11.2
30752026-02-19T21:55:00.983Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
30762026-02-19T21:55:01.061Z Compiling parse-display-derive v0.10.0
30772026-02-19T21:55:01.541Z Compiling rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=8f5527da3c53398c95c50b1af088637e7b6c5718#8f5527da)
30782026-02-19T21:55:01.799Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
30792026-02-19T21:55:02.038Z Compiling colored v3.0.0
30802026-02-19T21:55:02.326Z Compiling backoff v0.4.0
30812026-02-19T21:55:02.439Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
30822026-02-19T21:55:02.710Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#61479b69)
30832026-02-19T21:55:02.815Z Compiling proc-macro-crate v1.3.1
30842026-02-19T21:55:03.231Z Compiling crucible-workspace-hack v0.1.0
30852026-02-19T21:55:03.259Z Compiling test-strategy v0.4.3
30862026-02-19T21:55:03.397Z Compiling proc-macro-error v1.0.4
30872026-02-19T21:55:03.622Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
30882026-02-19T21:55:03.713Z Compiling num_enum_derive v0.5.11
30892026-02-19T21:55:04.025Z Compiling heapless v0.8.0
30902026-02-19T21:55:04.211Z Compiling ingot-macros v0.1.1
30912026-02-19T21:55:04.813Z Compiling hash32 v0.3.1
30922026-02-19T21:55:04.918Z Compiling parse-display v0.10.0
30932026-02-19T21:55:05.020Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
30942026-02-19T21:55:05.083Z Compiling smoltcp v0.11.0
30952026-02-19T21:55:05.539Z Compiling foreign-types-macros v0.2.3
30962026-02-19T21:55:05.855Z Compiling foreign-types-shared v0.3.1
30972026-02-19T21:55:06.042Z Compiling cobs v0.2.3
30982026-02-19T21:55:06.067Z Compiling num_enum v0.5.11
30992026-02-19T21:55:06.288Z Compiling postcard v1.0.10
31002026-02-19T21:55:06.780Z Compiling nix v0.30.1
31012026-02-19T21:55:06.802Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
31022026-02-19T21:55:06.882Z Compiling foreign-types v0.5.0
31032026-02-19T21:55:06.988Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
31042026-02-19T21:55:07.028Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
31052026-02-19T21:55:07.655Z Compiling secrecy v0.10.3
31062026-02-19T21:55:07.679Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
31072026-02-19T21:55:07.889Z Compiling cstr-argument v0.1.2
31082026-02-19T21:55:07.946Z Compiling rayon-core v1.12.1
31092026-02-19T21:55:07.949Z Compiling pretty-hex v0.2.1
31102026-02-19T21:55:08.071Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#f4eae3d8)
31112026-02-19T21:55:08.183Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
31122026-02-19T21:55:08.208Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
31132026-02-19T21:55:08.412Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
31142026-02-19T21:55:08.518Z Compiling crossbeam-deque v0.8.5
31152026-02-19T21:55:08.591Z Compiling colored v2.2.0
31162026-02-19T21:55:08.644Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
31172026-02-19T21:55:09.579Z Compiling camino-tempfile v1.4.1
31182026-02-19T21:55:09.943Z Compiling typify-macro v0.4.3
31192026-02-19T21:55:10.088Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
31202026-02-19T21:55:10.439Z Compiling rayon v1.10.0
31212026-02-19T21:55:10.795Z Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
31222026-02-19T21:55:10.946Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
31232026-02-19T21:55:11.007Z Compiling zone_cfg_derive v0.3.0
31242026-02-19T21:55:11.101Z Compiling ingot-types v0.1.2
31252026-02-19T21:55:11.589Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc121ef55741656ce118b02ceeda949b9261f49f#bc121ef5)
31262026-02-19T21:55:11.990Z Compiling ingot v0.1.1
31272026-02-19T21:55:12.033Z Compiling smf v0.2.3
31282026-02-19T21:55:12.059Z Compiling num-derive v0.4.2
31292026-02-19T21:55:12.426Z Compiling sigpipe v0.1.3
31302026-02-19T21:55:12.588Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
31312026-02-19T21:55:12.988Z Compiling zone v0.3.1
31322026-02-19T21:55:13.072Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc121ef55741656ce118b02ceeda949b9261f49f#bc121ef5)
31332026-02-19T21:55:13.568Z Compiling toml v0.8.23
31342026-02-19T21:55:13.722Z Compiling convert_case v0.4.0
31352026-02-19T21:55:13.998Z Compiling typify v0.4.3
31362026-02-19T21:55:14.221Z Compiling progenitor-impl v0.11.2
31372026-02-19T21:55:14.304Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
31382026-02-19T21:55:14.561Z Compiling derive_more v0.99.20
31392026-02-19T21:55:14.564Z Compiling universal-hash v0.5.1
31402026-02-19T21:55:14.823Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
31412026-02-19T21:55:14.915Z Compiling opaque-debug v0.3.1
31422026-02-19T21:55:15.060Z Compiling half v2.4.1
31432026-02-19T21:55:15.078Z Compiling ciborium-io v0.2.2
31442026-02-19T21:55:15.126Z Compiling aead v0.5.2
31452026-02-19T21:55:15.264Z Compiling poly1305 v0.8.0
31462026-02-19T21:55:15.303Z Compiling progenitor-impl v0.10.0
31472026-02-19T21:55:15.545Z Compiling ciborium-ll v0.2.2
31482026-02-19T21:55:15.670Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
31492026-02-19T21:55:16.025Z Compiling ciborium v0.2.2
31502026-02-19T21:55:16.053Z Compiling chacha20 v0.9.1
31512026-02-19T21:55:16.170Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
31522026-02-19T21:55:16.590Z Compiling thiserror-impl-no-std v2.0.2
31532026-02-19T21:55:16.998Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc121ef55741656ce118b02ceeda949b9261f49f#bc121ef5)
31542026-02-19T21:55:17.267Z Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
31552026-02-19T21:55:17.376Z Compiling num-rational v0.4.2
31562026-02-19T21:55:17.655Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc121ef55741656ce118b02ceeda949b9261f49f#bc121ef5)
31572026-02-19T21:55:18.901Z Compiling password-hash v0.5.0
31582026-02-19T21:55:19.349Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
31592026-02-19T21:55:19.448Z Compiling thiserror-no-std v2.0.2
31602026-02-19T21:55:19.622Z Compiling blake2 v0.10.6
31612026-02-19T21:55:19.818Z Compiling num-complex v0.4.6
31622026-02-19T21:55:20.904Z Compiling indent_write v2.2.0
31632026-02-19T21:55:20.990Z Compiling num v0.4.3
31642026-02-19T21:55:21.144Z Compiling argon2 v0.5.3
31652026-02-19T21:55:21.179Z Compiling vsss-rs v3.3.4
31662026-02-19T21:55:21.203Z Compiling chacha20poly1305 v0.10.1
31672026-02-19T21:55:21.206Z Compiling progenitor-macro v0.11.2
31682026-02-19T21:55:21.487Z Compiling float-ord v0.3.2
31692026-02-19T21:55:21.721Z Compiling gethostname v0.5.0
31702026-02-19T21:55:21.959Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
31712026-02-19T21:55:22.215Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
31722026-02-19T21:55:22.349Z Compiling progenitor-macro v0.10.0
31732026-02-19T21:55:22.425Z Compiling usdt-attr-macro v0.5.0
31742026-02-19T21:55:22.467Z Compiling usdt-macro v0.5.0
31752026-02-19T21:55:22.748Z Compiling derive-where v1.5.0
31762026-02-19T21:55:24.035Z Compiling cancel-safe-futures v0.1.5
31772026-02-19T21:55:24.057Z Compiling owo-colors v4.2.3
31782026-02-19T21:55:24.160Z Compiling usdt v0.5.0
31792026-02-19T21:55:24.420Z Compiling console v0.15.10
31802026-02-19T21:55:24.482Z Compiling resolv-conf v0.7.0
31812026-02-19T21:55:24.632Z Compiling libsw-core v0.3.1
31822026-02-19T21:55:24.964Z Compiling libsw v3.5.0
31832026-02-19T21:55:25.298Z Compiling async-recursion v1.1.1
31842026-02-19T21:55:25.494Z Compiling linear-map v1.2.0
31852026-02-19T21:55:25.785Z Compiling libefi-sys v0.1.0
31862026-02-19T21:55:25.812Z Compiling hickory-proto v0.24.4
31872026-02-19T21:55:25.897Z Compiling newline-converter v0.3.0
31882026-02-19T21:55:25.927Z Compiling atomicwrites v0.4.4
31892026-02-19T21:55:26.130Z Compiling bitfield-struct v0.6.2
31902026-02-19T21:55:26.210Z Compiling semver v0.1.20
31912026-02-19T21:55:26.307Z Compiling linked-hash-map v0.5.6
31922026-02-19T21:55:26.738Z Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
31932026-02-19T21:55:26.813Z Compiling lru-cache v0.1.2
31942026-02-19T21:55:26.863Z Compiling rustc_version v0.1.7
31952026-02-19T21:55:27.060Z Compiling expectorate v1.2.0
31962026-02-19T21:55:27.321Z Compiling slog-dtrace v0.3.0
31972026-02-19T21:55:27.367Z Compiling siphasher v1.0.1
31982026-02-19T21:55:27.413Z Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
31992026-02-19T21:55:27.575Z Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
32002026-02-19T21:55:27.578Z Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
32012026-02-19T21:55:27.774Z Compiling phf_shared v0.12.1
32022026-02-19T21:55:27.806Z Compiling newtype_derive v0.1.6
32032026-02-19T21:55:27.967Z Compiling tokio-dtrace v0.1.0
32042026-02-19T21:55:28.151Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
32052026-02-19T21:55:28.194Z Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
32062026-02-19T21:55:28.320Z Compiling dropshot-api-manager-types v0.3.0
32072026-02-19T21:55:28.426Z Compiling pin-project-internal v1.1.6
32082026-02-19T21:55:28.979Z Compiling csv-core v0.1.11
32092026-02-19T21:55:29.056Z Compiling chrono-tz v0.10.4
32102026-02-19T21:55:29.297Z Compiling base64 v0.21.7
32112026-02-19T21:55:29.434Z Compiling xshell-macros v0.2.7
32122026-02-19T21:55:29.548Z Compiling csv v1.3.1
32132026-02-19T21:55:29.946Z Compiling const_format_proc_macros v0.2.34
32142026-02-19T21:55:30.244Z Compiling xshell v0.2.7
32152026-02-19T21:55:30.605Z Compiling oxide-tokio-rt v0.1.2
32162026-02-19T21:55:30.851Z Compiling hickory-resolver v0.24.4
32172026-02-19T21:55:31.063Z Compiling phf v0.12.1
32182026-02-19T21:55:31.227Z Compiling pin-project v1.1.6
32192026-02-19T21:55:31.424Z Compiling gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
32202026-02-19T21:55:31.450Z Compiling primeorder v0.13.6
32212026-02-19T21:55:31.894Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
32222026-02-19T21:55:32.033Z Compiling pem v3.0.5
32232026-02-19T21:55:32.057Z Compiling snafu-derive v0.8.5
32242026-02-19T21:55:32.717Z Compiling same-file v1.0.6
32252026-02-19T21:55:32.997Z Compiling highway v1.3.0
32262026-02-19T21:55:33.078Z Compiling qorb v0.4.1
32272026-02-19T21:55:33.526Z Compiling walkdir v2.5.0
32282026-02-19T21:55:33.856Z Compiling const_format v0.2.34
32292026-02-19T21:55:34.041Z Compiling progenitor v0.11.2
32302026-02-19T21:55:34.317Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=8f5527da3c53398c95c50b1af088637e7b6c5718#8f5527da)
32312026-02-19T21:55:34.693Z Compiling cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
32322026-02-19T21:55:35.041Z Compiling progenitor v0.10.0
32332026-02-19T21:55:35.307Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
32342026-02-19T21:55:36.311Z Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
32352026-02-19T21:55:36.672Z Compiling snafu v0.8.5
32362026-02-19T21:55:36.699Z Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
32372026-02-19T21:55:36.702Z Compiling tabled_derive v0.7.0
32382026-02-19T21:55:36.749Z Compiling globset v0.4.15
32392026-02-19T21:55:37.436Z Compiling olpc-cjson v0.1.4
32402026-02-19T21:55:37.635Z Compiling bcs v0.1.6
32412026-02-19T21:55:37.771Z Compiling serde_plain v1.0.2
32422026-02-19T21:55:37.970Z Compiling salty v0.3.0
32432026-02-19T21:55:38.166Z Compiling termtree v0.5.1
32442026-02-19T21:55:38.191Z Compiling radium v0.7.0
32452026-02-19T21:55:38.259Z Compiling typed-path v0.9.3
32462026-02-19T21:55:38.289Z Compiling utf-8 v0.7.6
32472026-02-19T21:55:38.446Z Compiling textwrap v0.16.2
32482026-02-19T21:55:38.500Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
32492026-02-19T21:55:38.610Z Compiling tungstenite v0.21.0
32502026-02-19T21:55:38.740Z Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
32512026-02-19T21:55:38.922Z Compiling tabled v0.15.0
32522026-02-19T21:55:39.117Z Compiling steno v0.4.1
32532026-02-19T21:55:39.531Z Compiling typify-impl v0.2.0
32542026-02-19T21:55:40.548Z Compiling tough v0.20.0
32552026-02-19T21:55:41.245Z Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
32562026-02-19T21:55:41.493Z Compiling humantime v2.2.0
32572026-02-19T21:55:42.015Z Compiling tap v1.0.1
32582026-02-19T21:55:42.246Z Compiling maybe-uninit v2.0.0
32592026-02-19T21:55:42.841Z Compiling moka v0.12.10
32602026-02-19T21:55:43.338Z Compiling wyz v0.5.1
32612026-02-19T21:55:43.803Z Compiling tokio-tungstenite v0.21.0
32622026-02-19T21:55:44.486Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
32632026-02-19T21:55:45.240Z Compiling p384 v0.13.1
32642026-02-19T21:55:45.264Z Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
32652026-02-19T21:55:46.181Z Compiling arc-swap v1.7.1
32662026-02-19T21:55:46.295Z Compiling packed_struct v0.10.1
32672026-02-19T21:55:46.575Z Compiling tagptr v0.2.0
32682026-02-19T21:55:46.803Z Compiling funty v2.0.0
32692026-02-19T21:55:46.897Z Compiling slog-scope v4.4.0
32702026-02-19T21:55:47.441Z Compiling polyval v0.6.2
32712026-02-19T21:55:47.560Z Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
32722026-02-19T21:55:47.906Z Compiling bitvec v1.0.1
32732026-02-19T21:55:48.241Z Compiling packed_struct_codegen v0.10.1
32742026-02-19T21:55:48.358Z Compiling bitfield-macros v0.19.2
32752026-02-19T21:55:48.592Z Compiling zerocopy-derive v0.6.6
32762026-02-19T21:55:49.955Z Compiling proc-macro-error-attr2 v2.0.0
32772026-02-19T21:55:49.983Z Compiling indexmap v1.9.3
32782026-02-19T21:55:50.327Z Compiling parking_lot_core v0.8.6
32792026-02-19T21:55:50.376Z Compiling nodrop v0.1.14
32802026-02-19T21:55:50.539Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
32812026-02-19T21:55:50.562Z Compiling crc-catalog v2.4.0
32822026-02-19T21:55:50.780Z Compiling crc v3.2.1
32832026-02-19T21:55:50.805Z Compiling zerocopy v0.6.6
32842026-02-19T21:55:50.808Z Compiling proc-macro-error2 v2.0.1
32852026-02-19T21:55:50.956Z Compiling array-init v0.0.4
32862026-02-19T21:55:51.031Z Compiling bitfield v0.19.2
32872026-02-19T21:55:51.136Z Compiling typify-macro v0.2.0
32882026-02-19T21:55:51.452Z Compiling hickory-resolver v0.25.2
32892026-02-19T21:55:51.452Z Compiling ghash v0.5.1
32902026-02-19T21:55:51.556Z Compiling smallvec v0.6.14
32912026-02-19T21:55:51.586Z Compiling slog-stdlog v4.1.1
32922026-02-19T21:55:51.698Z Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
32932026-02-19T21:55:51.967Z Compiling ctr v0.9.2
32942026-02-19T21:55:51.990Z Compiling num-derive v0.3.3
32952026-02-19T21:55:52.018Z Compiling lzma-sys v0.1.20
32962026-02-19T21:55:52.385Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
32972026-02-19T21:55:52.614Z Compiling hashbrown v0.12.3
32982026-02-19T21:55:52.763Z Compiling unicase v2.8.1
32992026-02-19T21:55:52.929Z Compiling aes-gcm v0.10.3
33002026-02-19T21:55:53.165Z Compiling mime_guess v2.0.5
33012026-02-19T21:55:53.291Z Compiling serde-hex v0.1.0
33022026-02-19T21:55:54.136Z Compiling libscf-sys v1.1.0
33032026-02-19T21:55:54.335Z Compiling slog-envlogger v2.2.0
33042026-02-19T21:55:54.414Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
33052026-02-19T21:55:54.577Z Compiling tabled_derive v0.11.0
33062026-02-19T21:55:54.780Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#205d47d4)
33072026-02-19T21:55:55.147Z Compiling typify v0.2.0
33082026-02-19T21:55:55.358Z Compiling progenitor-impl v0.8.0
33092026-02-19T21:55:55.489Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
33102026-02-19T21:55:55.752Z Compiling ron v0.8.1
33112026-02-19T21:55:55.883Z Compiling papergrid v0.17.0
33122026-02-19T21:55:56.692Z Compiling testing_table v0.3.0
33132026-02-19T21:55:57.005Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#f41bd73b)
33142026-02-19T21:55:57.394Z Compiling hashbrown v0.13.2
33152026-02-19T21:55:57.924Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#59b8432e)
33162026-02-19T21:55:58.058Z Compiling heck v0.3.3
33172026-02-19T21:55:58.117Z Compiling progenitor-client v0.8.0
33182026-02-19T21:55:58.463Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=8ba93f6e785e11175059b3303bfd7e8b52ad12f8#8ba93f6e)
33192026-02-19T21:55:58.524Z Compiling ssh-encoding v0.2.0
33202026-02-19T21:55:58.660Z Compiling blowfish v0.9.1
33212026-02-19T21:55:59.045Z Compiling oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
33222026-02-19T21:55:59.163Z Compiling internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
33232026-02-19T21:56:00.029Z Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
33242026-02-19T21:56:00.191Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
33252026-02-19T21:56:00.278Z Compiling clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
33262026-02-19T21:56:01.094Z Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
33272026-02-19T21:56:01.245Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#f41bd73b)
33282026-02-19T21:56:02.160Z Compiling progenitor-macro v0.8.0
33292026-02-19T21:56:03.484Z Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
33302026-02-19T21:56:03.956Z Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
33312026-02-19T21:56:04.903Z Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
33322026-02-19T21:56:05.103Z Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
33332026-02-19T21:56:05.302Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
33342026-02-19T21:56:06.627Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
33352026-02-19T21:56:06.776Z Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
33362026-02-19T21:56:07.972Z Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
33372026-02-19T21:56:08.078Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#f41bd73b)
33382026-02-19T21:56:08.164Z Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
33392026-02-19T21:56:08.305Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
33402026-02-19T21:56:08.466Z Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
33412026-02-19T21:56:09.176Z Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
33422026-02-19T21:56:10.130Z Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
33432026-02-19T21:56:10.617Z Compiling nibble_vec v0.1.0
33442026-02-19T21:56:10.860Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#59b8432e)
33452026-02-19T21:56:10.886Z Compiling crc-any v2.5.0
33462026-02-19T21:56:11.287Z Compiling endian-type v0.1.2
33472026-02-19T21:56:11.432Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
33482026-02-19T21:56:11.550Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#f41bd73b)
33492026-02-19T21:56:11.575Z Compiling corncobs v0.1.4
33502026-02-19T21:56:11.812Z Compiling zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
33512026-02-19T21:56:11.937Z Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
33522026-02-19T21:56:11.963Z Compiling radix_trie v0.2.1
33532026-02-19T21:56:12.651Z Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#205d47d4)
33542026-02-19T21:56:12.743Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#59b8432e)
33552026-02-19T21:56:13.859Z Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
33562026-02-19T21:56:14.534Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
33572026-02-19T21:56:14.741Z Compiling progenitor v0.8.0
33582026-02-19T21:56:15.040Z Compiling bcrypt-pbkdf v0.10.0
33592026-02-19T21:56:15.756Z Compiling ssh-cipher v0.2.0
33602026-02-19T21:56:16.615Z Compiling zone_cfg_derive v0.1.2
33612026-02-19T21:56:16.875Z Compiling object v0.30.4
33622026-02-19T21:56:17.152Z Compiling tabled v0.20.0
33632026-02-19T21:56:17.690Z Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#f41bd73b)
33642026-02-19T21:56:18.047Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
33652026-02-19T21:56:18.181Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
33662026-02-19T21:56:18.693Z Compiling parking_lot v0.11.2
33672026-02-19T21:56:19.582Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
33682026-02-19T21:56:20.792Z Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
33692026-02-19T21:56:20.950Z Compiling prefix-trie v0.7.0
33702026-02-19T21:56:21.259Z Compiling password-hash v0.4.2
33712026-02-19T21:56:21.878Z Compiling fxhash v0.2.1
33722026-02-19T21:56:22.146Z Compiling secrecy v0.8.0
33732026-02-19T21:56:22.169Z Compiling half v1.8.3
33742026-02-19T21:56:22.458Z Compiling http-range v0.1.5
33752026-02-19T21:56:22.804Z Compiling number_prefix v0.4.0
33762026-02-19T21:56:22.837Z Compiling path-slash v0.1.5
33772026-02-19T21:56:23.099Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
33782026-02-19T21:56:23.101Z Compiling base64 v0.13.1
33792026-02-19T21:56:23.287Z Compiling indicatif v0.17.11
33802026-02-19T21:56:23.721Z Compiling ron v0.7.1
33812026-02-19T21:56:24.930Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
33822026-02-19T21:56:25.357Z Compiling serde_cbor v0.11.2
33832026-02-19T21:56:25.906Z Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
33842026-02-19T21:56:26.799Z Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
33852026-02-19T21:56:28.545Z Compiling sled v0.34.7
33862026-02-19T21:56:30.066Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
33872026-02-19T21:56:30.795Z Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
33882026-02-19T21:56:31.853Z Compiling pbkdf2 v0.11.0
33892026-02-19T21:56:32.276Z Compiling hickory-server v0.25.2
33902026-02-19T21:56:32.303Z Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
33912026-02-19T21:56:33.019Z Compiling xz2 v0.1.7
33922026-02-19T21:56:34.579Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
33932026-02-19T21:56:35.130Z Compiling zone v0.1.8
33942026-02-19T21:56:35.442Z Compiling ssh-key v0.6.6
33952026-02-19T21:56:36.605Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
33962026-02-19T21:56:36.728Z Compiling hickory-client v0.25.2
33972026-02-19T21:56:37.426Z Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
33982026-02-19T21:56:38.399Z Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
33992026-02-19T21:56:38.627Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
34002026-02-19T21:56:39.369Z Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
34012026-02-19T21:56:39.485Z Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
34022026-02-19T21:56:39.795Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#88c6684d)
34032026-02-19T21:56:40.792Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=bc121ef55741656ce118b02ceeda949b9261f49f#bc121ef5)
34042026-02-19T21:56:40.820Z Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=8f5527da3c53398c95c50b1af088637e7b6c5718#8f5527da)
34052026-02-19T21:56:40.951Z Compiling p521 v0.13.3
34062026-02-19T21:56:41.126Z Compiling p256 v0.13.2
34072026-02-19T21:56:41.970Z Compiling yasna v0.5.2
34082026-02-19T21:56:42.439Z Compiling headers-core v0.3.0
34092026-02-19T21:56:42.503Z Compiling kstat-rs v0.2.4
34102026-02-19T21:56:42.665Z Compiling nanorand v0.7.0
34112026-02-19T21:56:43.129Z Compiling russh-cryptovec v0.7.3
34122026-02-19T21:56:43.155Z Compiling atty v0.2.14
34132026-02-19T21:56:43.267Z Compiling crc8 v0.1.1
34142026-02-19T21:56:43.354Z Compiling md5 v0.7.0
34152026-02-19T21:56:43.469Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
34162026-02-19T21:56:43.472Z Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc121ef55741656ce118b02ceeda949b9261f49f#bc121ef5)
34172026-02-19T21:56:43.497Z Compiling flume v0.11.1
34182026-02-19T21:56:43.560Z Compiling rcgen v0.12.1
34192026-02-19T21:56:43.934Z Compiling russh-keys v0.45.0
34202026-02-19T21:56:44.177Z Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
34212026-02-19T21:56:45.422Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
34222026-02-19T21:56:45.774Z Compiling headers v0.4.1
34232026-02-19T21:56:46.169Z Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
34242026-02-19T21:56:47.209Z Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#f3fe0542)
34252026-02-19T21:56:47.509Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#88c6684d)
34262026-02-19T21:56:47.577Z Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
34272026-02-19T21:56:49.756Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
34282026-02-19T21:56:49.782Z Compiling hyper-staticfile v0.10.1
34292026-02-19T21:56:50.876Z Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
34302026-02-19T21:56:52.337Z Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
34312026-02-19T21:56:54.343Z Compiling bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
34322026-02-19T21:56:56.064Z Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
34332026-02-19T21:56:56.137Z Compiling tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
34342026-02-19T21:56:56.697Z Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
34352026-02-19T21:56:56.757Z Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
34362026-02-19T21:56:58.260Z Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
34372026-02-19T21:56:58.697Z Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
34382026-02-19T21:56:59.144Z Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
34392026-02-19T21:56:59.993Z Compiling num-bigint v0.4.6
34402026-02-19T21:57:00.469Z Compiling des v0.8.1
34412026-02-19T21:57:00.662Z Compiling subprocess v0.2.9
34422026-02-19T21:57:00.863Z Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
34432026-02-19T21:57:01.402Z Compiling display-error-chain v0.2.2
34442026-02-19T21:57:01.670Z Compiling hex-literal v0.4.1
34452026-02-19T21:57:01.795Z Compiling dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
34462026-02-19T21:57:01.887Z Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
34472026-02-19T21:57:02.441Z Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
34482026-02-19T21:57:02.949Z Compiling russh v0.45.0
34492026-02-19T21:57:03.013Z Compiling internet-checksum v0.2.1
34502026-02-19T21:57:09.075Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
34512026-02-19T21:57:09.398Z Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
34522026-02-19T21:57:09.510Z Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
34532026-02-19T21:57:09.540Z Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
34542026-02-19T21:57:13.667Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
34552026-02-19T21:57:13.720Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
34562026-02-19T21:57:23.174Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
34572026-02-19T21:58:01.206Z Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
34582026-02-19T21:58:33.680Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3m 40s
34592026-02-19T21:58:33.951Z
34602026-02-19T21:58:33.954Zreal 3:40.792242919
34612026-02-19T21:58:33.954Zuser 19:29.037894195
34622026-02-19T21:58:33.954Zsys 2:35.190158060
34632026-02-19T21:58:33.954Ztrap 0.594833958
34642026-02-19T21:58:33.954Ztflt 0.276512723
34652026-02-19T21:58:33.954Zdflt 0.777488915
34662026-02-19T21:58:33.954Zkflt 0.000052171
34672026-02-19T21:58:33.954Zlock 52:40.751040382
34682026-02-19T21:58:33.954Zslp 1:09:20.733268651
34692026-02-19T21:58:33.954Zlat 1:03.569166676
34702026-02-19T21:58:33.954Zstop 2:34.311723163
34712026-02-19T21:58:33.954Z+ mkdir tests
34722026-02-19T21:58:33.957Z+ /opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json
34732026-02-19T21:58:33.957Z+ xargs -I '{}' -t cp '{}' tests/
34742026-02-19T21:58:34.002Zcp /work/oxidecomputer/omicron/target/debug/deps/dhcp_server-f0f523d55a775417 tests/
34752026-02-19T21:58:34.042Zcp /work/oxidecomputer/omicron/target/debug/deps/bootstrap-c27a46fd3f844ea6 tests/
34762026-02-19T21:58:34.076Zcp /work/oxidecomputer/omicron/target/debug/deps/commtest-8a8d38ad7962ccc0 tests/
34772026-02-19T21:58:34.113Zcp /work/oxidecomputer/omicron/target/debug/deps/end_to_end_tests-8a88d99829bb1186 tests/
34782026-02-19T21:58:34.516Z+ 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/*)
34792026-02-19T21:58:34.520Z+ 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-c27a46fd3f844ea6 tests/commtest-8a8d38ad7962ccc0 tests/dhcp_server-f0f523d55a775417 tests/end_to_end_tests-8a88d99829bb1186 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
34802026-02-19T22:00:21.153ZCompressing '/work/package.tar.gz' with '/usr/bin/gzip'...
34812026-02-19T22:00:21.153Za .github/buildomat/ci-env.sh 1K
34822026-02-19T22:00:21.153Za out/target/test 1K
34832026-02-19T22:00:21.153Za out/npuzone/npuzone 27402K
34842026-02-19T22:00:21.153Za package-manifest.toml 35K
34852026-02-19T22:00:21.153Za smf/sled-agent/non-gimlet/config.toml 6K
34862026-02-19T22:00:21.153Za target/release/omicron-package 43245K
34872026-02-19T22:00:21.153Za target/release/xtask 11507K
34882026-02-19T22:00:21.153Za target/debug/bootstrap 322885K
34892026-02-19T22:00:21.153Za tests/bootstrap-c27a46fd3f844ea6 31130K
34902026-02-19T22:00:21.153Za tests/commtest-8a8d38ad7962ccc0 31430K
34912026-02-19T22:00:21.153Za tests/dhcp_server-f0f523d55a775417 31130K
34922026-02-19T22:00:21.153Za tests/end_to_end_tests-8a88d99829bb1186 367260K
34932026-02-19T22:00:21.153Za out/clickhouse.tar.gz 319655K
34942026-02-19T22:00:21.153Za out/clickhouse_keeper.tar.gz 302618K
34952026-02-19T22:00:21.153Za out/clickhouse_server.tar.gz 319654K
34962026-02-19T22:00:21.153Za out/cockroachdb.tar.gz 165186K
34972026-02-19T22:00:21.153Za out/crucible-pantry-zone.tar.gz 41563K
34982026-02-19T22:00:21.153Za out/crucible-utils.tar 17744K
34992026-02-19T22:00:21.153Za out/crucible-zone.tar.gz 55701K
35002026-02-19T22:00:21.153Za out/external-dns.tar.gz 48848K
35012026-02-19T22:00:21.153Za out/internal-dns.tar.gz 48847K
35022026-02-19T22:00:21.153Za out/mg-ddm-gz.tar 86339K
35032026-02-19T22:00:21.153Za out/nexus.tar.gz 211980K
35042026-02-19T22:00:21.153Za out/ntp.tar.gz 29700K
35052026-02-19T22:00:21.154Za out/omicron-gateway-softnpu.tar.gz 27679K
35062026-02-19T22:00:21.154Za out/omicron-sled-agent.tar 191748K
35072026-02-19T22:00:21.154Za out/overlay.tar.gz 3K
35082026-02-19T22:00:21.154Za out/oximeter.tar.gz 64239K
35092026-02-19T22:00:21.154Za out/oxlog.tar 3946K
35102026-02-19T22:00:21.154Za out/probe.tar.gz 3037K
35112026-02-19T22:00:21.154Za out/propolis-server.tar.gz 74629K
35122026-02-19T22:00:21.154Za out/pumpkind-gz.tar 26647K
35132026-02-19T22:00:21.154Za out/switch-softnpu.tar.gz 376715K
35142026-02-19T22:00:21.157Z
35152026-02-19T22:00:21.157Zreal 1:46.579089156
35162026-02-19T22:00:21.157Zuser 1:41.790061506
35172026-02-19T22:00:21.157Zsys 7.153863269
35182026-02-19T22:00:21.157Ztrap 0.027116651
35192026-02-19T22:00:21.157Ztflt 0.000000000
35202026-02-19T22:00:21.157Zdflt 0.000000000
35212026-02-19T22:00:21.157Zkflt 0.000000000
35222026-02-19T22:00:21.157Zlock 0.000000000
35232026-02-19T22:00:21.157Zslp 1:41.335432878
35242026-02-19T22:00:21.157Zlat 2.844433595
35252026-02-19T22:00:21.157Zstop 0.000583476
35262026-02-19T22:00:21.160Zprocess exited: duration 2585330 ms, exit code 0
 
35272026-02-19T22:00:21.178Zfound 1 output files
35282026-02-19T22:00:21.178Zuploading: /work/package.tar.gz (2416046146 bytes)
35292026-02-19T22:00:56.770Zuploaded: /work/package.tar.gz