01KHCWN6DVMYBZT0TXHF1WMM4N: 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: 01KHCWNJFX384FK5FNF07AJG9W

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12026-02-14T01:37:02.845Zjob assigned to worker 01KHCWNJAGR1YJKN3VD9FJ7X7V [factory gimlet-EVT22200007-propolis, EVT22200007/58138] (queued for 34 s)
 
22026-02-14T01:37:12.022Zstarting task 0: "setup"
32026-02-14T01:37:12.047Z++ uname -s
42026-02-14T01:37:12.047Z+ kern=SunOS
52026-02-14T01:37:12.047Z+ build_user=build
62026-02-14T01:37:12.047Z+ build_uid=12345
72026-02-14T01:37:12.047Z+ work_dir=/work
82026-02-14T01:37:12.047Z+ input_dir=/input
92026-02-14T01:37:12.047Z+ [[ 0 == 12345 ]]
102026-02-14T01:37:12.047Z+ case "$kern" in
112026-02-14T01:37:12.047Z+ groupadd -g 12345 build
122026-02-14T01:37:12.047Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-02-14T01:37:14.047Z+ zfs create -o mountpoint=/work rpool/work
142026-02-14T01:37:14.085Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-02-14T01:37:14.110Z+ home_fs=zfs
162026-02-14T01:37:14.111Z+ [[ zfs == autofs ]]
172026-02-14T01:37:14.111Z+ mkdir -p /home/build
182026-02-14T01:37:14.111Z+ chown build:build /home/build /work
192026-02-14T01:37:16.094Z+ chmod 0700 /home/build /work
202026-02-14T01:37:16.119Zprocess exited: duration 4078 ms, exit code 0
 
212026-02-14T01:37:16.168Zstarting task 1: "rust-toolchain"
222026-02-14T01:37:16.192Z+ printf ' * rust toolchain channel = "%s"\n' 1.91.1
232026-02-14T01:37:16.192Z+ printf ' * rust toolchain profile = "%s"\n' default
242026-02-14T01:37:16.192Z * rust toolchain channel = "1.91.1"
252026-02-14T01:37:16.192Z * rust toolchain profile = "default"
262026-02-14T01:37:16.192Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-02-14T01:37:16.192Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-02-14T01:37:16.192Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-02-14T01:37:16.192Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.91.1 --profile default
302026-02-14T01:37:16.321Zinfo: downloading installer
312026-02-14T01:37:17.050Zwarn: It looks like you have an existing installation of Rust at:
322026-02-14T01:37:17.050Zwarn: /opt/ooce/bin
332026-02-14T01:37:17.050Zwarn: It is recommended that rustup be the primary Rust installation.
342026-02-14T01:37:17.050Zwarn: Otherwise you may have confusion unless you are careful with your PATH.
352026-02-14T01:37:17.050Zwarn: If you are sure that you want both rustup and your already installed Rust
362026-02-14T01:37:17.050Zwarn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
372026-02-14T01:37:17.050Zwarn: or pass `-y' to ignore all ignorable checks.
382026-02-14T01:37:17.051Zerror: cannot install while Rust is installed
392026-02-14T01:37:17.051Zwarn: continuing (because the -y flag is set and the error is ignorable)
402026-02-14T01:37:17.075Zinfo: profile set to 'default'
412026-02-14T01:37:17.075Zinfo: default host triple is x86_64-unknown-illumos
422026-02-14T01:37:17.075Zinfo: syncing channel updates for '1.91.1-x86_64-unknown-illumos'
432026-02-14T01:37:17.186Zinfo: latest update on 2025-11-10, rust version 1.91.1 (ed61e7d7e 2025-11-07)
442026-02-14T01:37:17.186Zinfo: downloading component 'cargo'
452026-02-14T01:37:17.350Zinfo: downloading component 'clippy'
462026-02-14T01:37:17.429Zinfo: downloading component 'rust-docs'
472026-02-14T01:37:17.699Zinfo: downloading component 'rust-std'
482026-02-14T01:37:18.003Zinfo: downloading component 'rustc'
492026-02-14T01:37:19.255Zinfo: downloading component 'rustfmt'
502026-02-14T01:37:19.316Zinfo: installing component 'cargo'
512026-02-14T01:37:20.540Zinfo: installing component 'clippy'
522026-02-14T01:37:20.988Zinfo: installing component 'rust-docs'
532026-02-14T01:37:24.235Zinfo: installing component 'rust-std'
542026-02-14T01:37:26.384Zinfo: installing component 'rustc'
552026-02-14T01:37:34.420Zinfo: installing component 'rustfmt'
562026-02-14T01:37:34.841Zinfo: default toolchain set to '1.91.1-x86_64-unknown-illumos'
572026-02-14T01:37:34.841Z
582026-02-14T01:37:35.015Z 1.91.1-x86_64-unknown-illumos installed - rustc 1.91.1 (ed61e7d7e 2025-11-07)
592026-02-14T01:37:35.016Z
602026-02-14T01:37:35.016Z
612026-02-14T01:37:35.016ZRust is installed now. Great!
622026-02-14T01:37:35.016Z
632026-02-14T01:37:35.016ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
642026-02-14T01:37:35.050Zenvironment variable. This has not been done automatically.
652026-02-14T01:37:35.051Z
662026-02-14T01:37:35.051ZTo configure your current shell, you need to source
672026-02-14T01:37:35.051Zthe corresponding env file under $HOME/.cargo.
682026-02-14T01:37:35.052Z
692026-02-14T01:37:35.052ZThis is usually done by running one of the following (note the leading DOT):
702026-02-14T01:37:35.052Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
712026-02-14T01:37:35.052Zsource "$HOME/.cargo/env.fish" # For fish
722026-02-14T01:37:35.052Zsource $"($nu.home-path)/.cargo/env.nu" # For nushell
732026-02-14T01:37:35.135Z+ rustup --version
742026-02-14T01:37:35.162Zrustup 1.28.2 (e4f3ad6f8 2025-04-28)
752026-02-14T01:37:35.162Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
762026-02-14T01:37:35.258Zinfo: The currently active `rustc` version is `rustc 1.91.1 (ed61e7d7e 2025-11-07)`
772026-02-14T01:37:35.301Z+ cargo --version
782026-02-14T01:37:35.360Zcargo 1.91.1 (ea2d97820 2025-10-10)
792026-02-14T01:37:35.389Z+ rustc --version
802026-02-14T01:37:35.473Zrustc 1.91.1 (ed61e7d7e 2025-11-07)
812026-02-14T01:37:35.510Zprocess exited: duration 19304 ms, exit code 0
 
822026-02-14T01:37:35.590Zstarting task 2: "authentication"
832026-02-14T01:37:35.672Zprocess exited: duration 79 ms, exit code 0
 
842026-02-14T01:37:35.741Zstarting task 3: "clone repository"
852026-02-14T01:37:35.767Z+ mkdir -p /work/oxidecomputer/omicron
862026-02-14T01:37:35.768Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
872026-02-14T01:37:35.794ZCloning into '/work/oxidecomputer/omicron'...
882026-02-14T01:37:49.289Z+ cd /work/oxidecomputer/omicron
892026-02-14T01:37:49.290Z+ git fetch origin 9913c6ae4aeedad2950f2975b4319fea0d8a0876
902026-02-14T01:37:49.692ZFrom https://github.com/oxidecomputer/omicron
912026-02-14T01:37:49.692Z * branch 9913c6ae4aeedad2950f2975b4319fea0d8a0876 -> FETCH_HEAD
922026-02-14T01:37:49.716Z+ [[ -n ry/ipv6-all-the-things ]]
932026-02-14T01:37:49.716Z++ git branch --show-current
942026-02-14T01:37:49.716Z+ current=main
952026-02-14T01:37:49.716Z+ [[ main != ry/ipv6-all-the-things ]]
962026-02-14T01:37:49.716Z+ git branch -f ry/ipv6-all-the-things 9913c6ae4aeedad2950f2975b4319fea0d8a0876
972026-02-14T01:37:49.716Z+ git checkout -f ry/ipv6-all-the-things
982026-02-14T01:37:50.266ZSwitched to branch 'ry/ipv6-all-the-things'
992026-02-14T01:37:50.290Z+ git reset --hard 9913c6ae4aeedad2950f2975b4319fea0d8a0876
1002026-02-14T01:37:50.331ZHEAD is now at 9913c6ae4 regenerate openapi
1012026-02-14T01:37:50.354Zprocess exited: duration 14593 ms, exit code 0
 
1022026-02-14T01:37:50.406Zstarting task 4: "build"
1032026-02-14T01:37:50.431Z+ source .github/buildomat/ci-env.sh
1042026-02-14T01:37:50.431Z++ export CARGO_TERM_COLOR=always
1052026-02-14T01:37:50.431Z++ CARGO_TERM_COLOR=always
1062026-02-14T01:37:50.431Z+ cargo --version
1072026-02-14T01:37:50.489Zcargo 1.91.1 (ea2d97820 2025-10-10)
1082026-02-14T01:37:50.513Z+ rustc --version
1092026-02-14T01:37:50.583Zrustc 1.91.1 (ed61e7d7e 2025-11-07)
1102026-02-14T01:37:50.608Z+ WORK=/work
1112026-02-14T01:37:50.608Z+ pfexec mkdir -p /work
1122026-02-14T01:37:50.608Z+ pfexec chown build /work
1132026-02-14T01:37:50.608Z+ ptime -m ./tools/install_builder_prerequisites.sh -yp
1142026-02-14T01:38:12.174Z Startup: Refreshing catalog 'helios-dev' ... Done
1152026-02-14T01:38:24.454Z Startup: Caching catalogs ... Done
1162026-02-14T01:38:51.380ZPlanning: Solver setup ... Done (24.767s)
1172026-02-14T01:38:51.562ZPlanning: Running solver ... Done (0.183s)
1182026-02-14T01:38:51.719ZPlanning: Finding local manifests ... Done (0.002s)
1192026-02-14T01:38:51.807ZPlanning: Fetching manifests: 0/4 0% complete
1202026-02-14T01:38:52.655ZPlanning: Fetching manifests: 4/4 100% complete
1212026-02-14T01:38:52.712ZPlanning: Package planning ... Done (0.057s)
1222026-02-14T01:38:52.772ZPlanning: Merging actions ... Done (0.060s)
1232026-02-14T01:38:53.099ZPlanning: Checking for conflicting actions ... Done (0.326s)
1242026-02-14T01:38:53.123ZPlanning: Consolidating action changes ... Done (0.013s)
1252026-02-14T01:38:53.755ZPlanning: Evaluating mediators ... Done (0.642s)
1262026-02-14T01:38:53.780ZPlanning: Planning completed in 29.20 seconds
1272026-02-14T01:38:53.814Z Packages to install: 4
1282026-02-14T01:38:53.814Z Mediators to change: 2
1292026-02-14T01:38:53.814Z Services to change: 1
1302026-02-14T01:38:53.814Z Estimated space available: 154.93 GB
1312026-02-14T01:38:53.814ZEstimated space to be consumed: 1.81 GB
1322026-02-14T01:38:53.814Z Create boot environment: No
1332026-02-14T01:38:53.814ZCreate backup boot environment: No
1342026-02-14T01:38:53.814Z Rebuild boot archive: No
1352026-02-14T01:38:53.814Z
1362026-02-14T01:38:53.814ZChanged mediators:
1372026-02-14T01:38:53.814Z mediator clang:
1382026-02-14T01:38:53.814Z version: None -> 15 (system default)
1392026-02-14T01:38:53.814Z
1402026-02-14T01:38:53.814Z mediator llvm:
1412026-02-14T01:38:53.814Z version: 14 (system default) -> 15 (system default)
1422026-02-14T01:38:53.814Z
1432026-02-14T01:38:53.814ZChanged packages:
1442026-02-14T01:38:53.814Zhelios-dev
1452026-02-14T01:38:53.814Z developer/build-essential
1462026-02-14T01:38:53.814Z None -> 11-2.0
1472026-02-14T01:38:53.814Z library/libxmlsec1
1482026-02-14T01:38:53.814Z None -> 1.2.35-2.0
1492026-02-14T01:38:53.814Z ooce/developer/clang-15
1502026-02-14T01:38:53.814Z None -> 15.0.7-2.0
1512026-02-14T01:38:53.814Z ooce/developer/llvm-15
1522026-02-14T01:38:53.814Z None -> 15.0.7-2.0
1532026-02-14T01:38:53.814Z
1542026-02-14T01:38:53.814ZServices:
1552026-02-14T01:38:53.814Z restart_fmri:
1562026-02-14T01:38:53.814Z svc:/system/update-man-index:default
1572026-02-14T01:38:53.842Z
1582026-02-14T01:38:53.842ZDownload: 0/3290 items 0.0/212.6MB 0% complete
1592026-02-14T01:38:58.847ZDownload: 989/3290 items 19.4/212.6MB 9% complete (4.0M/s)
1602026-02-14T01:39:03.850ZDownload: 1198/3290 items 79.3/212.6MB 37% complete (8.0M/s)
1612026-02-14T01:39:08.851ZDownload: 2778/3290 items 120.9/212.6MB 56% complete (10.2M/s)
1622026-02-14T01:39:13.042ZDownload: Completed 212.60 MB in 19.20 seconds (11.1M/s)
1632026-02-14T01:39:13.203Z Actions: 1/3689 actions (Installing new actions)
1642026-02-14T01:39:18.424Z Actions: 3298/3689 actions (Installing new actions)
1652026-02-14T01:39:18.989Z Actions: Completed 3689 actions in 5.79 seconds.
1662026-02-14T01:39:19.616Z Done (0.622s)
1672026-02-14T01:39:19.616Z Done (0.000s)
1682026-02-14T01:39:20.883Z Done (1.267s)
1692026-02-14T01:39:25.843Z Done (4.716s)
1702026-02-14T01:39:25.937Z Done (0.017s)
1712026-02-14T01:39:25.961Z Done (0.000s)
1722026-02-14T01:39:26.094Z Done (0.000s)
1732026-02-14T01:39:27.066ZPlanning: Evaluating mediator changes ... Done
1742026-02-14T01:39:27.318ZPlanning: Checking for conflicting actions ... Done
1752026-02-14T01:39:27.342ZPlanning: Consolidating action changes ... Done
1762026-02-14T01:39:27.640ZPlanning: Evaluating mediators ... Done
1772026-02-14T01:39:27.665ZPlanning: Planning completed in 0.58 seconds
1782026-02-14T01:39:27.689Z Mediators to change: 2
1792026-02-14T01:39:27.689Z Create boot environment: No
1802026-02-14T01:39:27.689ZCreate backup boot environment: No
1812026-02-14T01:39:27.742Z Done
1822026-02-14T01:39:27.742Z Done
1832026-02-14T01:39:28.784Z Done
1842026-02-14T01:39:33.034Z Done
1852026-02-14T01:39:33.123Z Done
1862026-02-14T01:39:33.123Z Done
1872026-02-14T01:39:33.175Z Done
1882026-02-14T01:39:33.877ZPlanning: Evaluating mediator changes ... Done
1892026-02-14T01:39:33.902ZPlanning: Merging actions ... Done
1902026-02-14T01:39:34.108ZPlanning: Checking for conflicting actions ... Done
1912026-02-14T01:39:34.132ZPlanning: Consolidating action changes ... Done
1922026-02-14T01:39:34.415ZPlanning: Evaluating mediators ... Done
1932026-02-14T01:39:34.478ZPlanning: Planning completed in 0.88 seconds
1942026-02-14T01:39:34.517Z Packages to change: 1
1952026-02-14T01:39:34.517Z Mediators to change: 1
1962026-02-14T01:39:34.517Z Services to change: 1
1972026-02-14T01:39:34.517Z Create boot environment: No
1982026-02-14T01:39:34.545ZCreate backup boot environment: Yes
1992026-02-14T01:39:36.492Z Actions: 1/6 actions (Updating modified actions)
2002026-02-14T01:39:36.517Z Actions: Completed 6 actions in 0.00 seconds.
2012026-02-14T01:39:36.517Z Done
2022026-02-14T01:39:36.517Z Done
2032026-02-14T01:39:36.751Z Done
2042026-02-14T01:39:40.987Z Done
2052026-02-14T01:39:41.073Z Done
2062026-02-14T01:39:41.074Z Done
2072026-02-14T01:39:41.190Z Done
2082026-02-14T01:39:41.711ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
2092026-02-14T01:39:41.711Zclang system 15 system
2102026-02-14T01:39:41.711Zcsh system system illumos
2112026-02-14T01:39:41.711Zctags system system illumos
2122026-02-14T01:39:41.711Zfile system system illumos
2132026-02-14T01:39:41.711Zgcc vendor 12 vendor
2142026-02-14T01:39:41.711Zgcc system 10 system
2152026-02-14T01:39:41.711Zgcc system 7 system
2162026-02-14T01:39:41.711Zgo system 1.20 system
2172026-02-14T01:39:41.711Zgo system 1.19 system
2182026-02-14T01:39:41.711Zllvm system 15 system
2192026-02-14T01:39:41.711Zllvm system 14 system
2202026-02-14T01:39:41.711Zmariadb system 10.6 system
2212026-02-14T01:39:41.711Zmta vendor vendor dma
2222026-02-14T01:39:41.711Zopenjdk system 17 system
2232026-02-14T01:39:41.711Zopenjdk system 11 system
2242026-02-14T01:39:41.711Zopenjdk system 1.8 system
2252026-02-14T01:39:41.711Zopenssl vendor 3 vendor
2262026-02-14T01:39:41.711Zperl system 5.36 system
2272026-02-14T01:39:41.711Zpostgresql system 15 system
2282026-02-14T01:39:41.711Zpostgresql system 13 system
2292026-02-14T01:39:41.711Zpython vendor 3 vendor
2302026-02-14T01:39:41.711Zpython system 2 system
2312026-02-14T01:39:41.711Zpython3 system 3.11 system
2322026-02-14T01:39:41.711Zruby system 3.0 system
2332026-02-14T01:39:41.711Zwords vendor vendor american-english
2342026-02-14T01:39:41.711Zwords system system australian-english
2352026-02-14T01:39:41.711Zwords system system british-english
2362026-02-14T01:39:41.712Zwords system system canadian-english
2372026-02-14T01:39:41.712Zwords system system french
2382026-02-14T01:39:41.712Zwords system system italian
2392026-02-14T01:39:41.712Zwords system system ngerman
2402026-02-14T01:39:41.712Zwords system system ogerman
2412026-02-14T01:39:41.712Zwords system system spanish
2422026-02-14T01:39:42.079ZPUBLISHER TYPE STATUS P LOCATION
2432026-02-14T01:39:42.079Zhelios-dev origin online F https://pkg.oxide.computer/helios/2/dev/
2442026-02-14T01:39:49.818ZFMRI IFO
2452026-02-14T01:39:49.818Zpkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im-
2462026-02-14T01:39:49.818Zpkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i--
2472026-02-14T01:39:49.818Zpkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im-
2482026-02-14T01:39:49.818Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im-
2492026-02-14T01:39:49.818Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z ---
2502026-02-14T01:39:49.818Zpkg://helios-dev/ooce/developer/cmake@3.26.4-2.0:20230623T130003Z i--
2512026-02-14T01:39:49.818Zpkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i--
2522026-02-14T01:39:49.818Zpkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z i--
2532026-02-14T01:39:49.819Zpkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z ---
2542026-02-14T01:39:49.819Zpkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z ---
2552026-02-14T01:39:49.819Zpkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z i--
2562026-02-14T01:39:49.819Zpkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z ---
2572026-02-14T01:39:49.819Zpkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z ---
2582026-02-14T01:39:49.819Zpkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z i--
2592026-02-14T01:39:49.819Zpkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z ---
2602026-02-14T01:39:49.819Zpkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z ---
2612026-02-14T01:39:51.029Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2622026-02-14T01:39:51.409Z Updating crates.io index
2632026-02-14T01:39:51.453Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2642026-02-14T01:39:51.852Z Updating git repository `https://github.com/oxidecomputer/lldp`
2652026-02-14T01:39:52.285Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2662026-02-14T01:39:53.359Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2672026-02-14T01:39:53.675Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2682026-02-14T01:39:54.067Z Updating git repository `https://github.com/oxidecomputer/propolis`
2692026-02-14T01:39:55.655Z Updating git repository `https://github.com/oxidecomputer/crucible`
2702026-02-14T01:39:58.124Z Updating git repository `https://github.com/oxidecomputer/opte`
2712026-02-14T01:39:59.035Z Updating git repository `https://github.com/oxidecomputer/tofino`
2722026-02-14T01:39:59.429Z Updating git repository `https://github.com/oxidecomputer/falcon`
2732026-02-14T01:40:00.328Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2742026-02-14T01:40:00.995Z Updating git repository `https://github.com/oxidecomputer/clickward`
2752026-02-14T01:40:01.390Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2762026-02-14T01:40:01.906Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
2772026-02-14T01:40:02.264Z Updating git repository `https://github.com/oxidecomputer/dendrite`
2782026-02-14T01:40:03.605Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2792026-02-14T01:40:04.209Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2802026-02-14T01:40:04.598Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
2812026-02-14T01:40:04.945Z Updating git repository `https://github.com/oxidecomputer/scim2-rs`
2822026-02-14T01:40:05.390Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
2832026-02-14T01:40:05.705Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
2842026-02-14T01:40:06.023Z Updating git repository `https://github.com/oxidecomputer/libnvme`
2852026-02-14T01:40:06.396Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2862026-02-14T01:40:06.944Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
2872026-02-14T01:40:07.458Z Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git`
2882026-02-14T01:40:08.077Z Updating git repository `https://github.com/oxidecomputer/rats-corim.git`
2892026-02-14T01:40:08.440Z Updating git repository `https://github.com/bluecatengineering/dhcproto.git`
2902026-02-14T01:40:08.874Z Updating git repository `https://github.com/oxidecomputer/ispf`
2912026-02-14T01:40:09.354Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
2922026-02-14T01:40:09.981Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2932026-02-14T01:40:10.493Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
2942026-02-14T01:40:10.838Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
2952026-02-14T01:40:11.258Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2962026-02-14T01:40:11.643Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
2972026-02-14T01:40:12.108Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
2982026-02-14T01:40:12.419Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
2992026-02-14T01:40:12.823Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
3002026-02-14T01:40:13.170Z Updating git repository `https://github.com/illumos/smf-rs`
3012026-02-14T01:40:13.612Z Updating git repository `https://github.com/oxidecomputer/omicron`
3022026-02-14T01:40:27.907Z Downloading crates ...
3032026-02-14T01:40:27.973Z Downloaded cfg-if v1.0.4
3042026-02-14T01:40:27.998Z Downloaded clap_lex v0.7.4
3052026-02-14T01:40:27.998Z Downloaded block-buffer v0.10.4
3062026-02-14T01:40:27.999Z Downloaded cpufeatures v0.2.14
3072026-02-14T01:40:27.999Z Downloaded anstyle-query v1.1.1
3082026-02-14T01:40:27.999Z Downloaded clap v4.5.48
3092026-02-14T01:40:27.999Z Downloaded writeable v0.5.5
3102026-02-14T01:40:28.025Z Downloaded usdt-macro v0.5.0
3112026-02-14T01:40:28.025Z Downloaded zerofrom-derive v0.1.4
3122026-02-14T01:40:28.026Z Downloaded zmij v1.0.15
3132026-02-14T01:40:28.026Z Downloaded zerovec v0.10.4
3142026-02-14T01:40:28.026Z Downloaded zerocopy-derive v0.7.35
3152026-02-14T01:40:28.026Z Downloaded zerovec-derive v0.10.3
3162026-02-14T01:40:28.050Z Downloaded winnow v0.7.14
3172026-02-14T01:40:28.050Z Downloaded url v2.5.4
3182026-02-14T01:40:28.050Z Downloaded generic-array v0.14.7
3192026-02-14T01:40:28.050Z Downloaded cargo_metadata v0.21.0
3202026-02-14T01:40:28.050Z Downloaded cargo-platform v0.2.0
3212026-02-14T01:40:28.050Z Downloaded smawk v0.3.2
3222026-02-14T01:40:28.050Z Downloaded strsim v0.11.1
3232026-02-14T01:40:28.076Z Downloaded ordered-float v2.10.1
3242026-02-14T01:40:28.076Z Downloaded stable_deref_trait v1.2.0
3252026-02-14T01:40:28.076Z Downloaded serde-value v0.7.0
3262026-02-14T01:40:28.076Z Downloaded serde-untagged v0.1.7
3272026-02-14T01:40:28.076Z Downloaded synstructure v0.13.1
3282026-02-14T01:40:28.076Z Downloaded digest v0.10.7
3292026-02-14T01:40:28.076Z Downloaded camino-tempfile v1.4.1
3302026-02-14T01:40:28.076Z Downloaded cargo-util-schemas v0.8.2
3312026-02-14T01:40:28.076Z Downloaded smallvec v1.15.1
3322026-02-14T01:40:28.076Z Downloaded papergrid v0.11.0
3332026-02-14T01:40:28.100Z Downloaded serde v1.0.228
3342026-02-14T01:40:28.100Z Downloaded memchr v2.7.4
3352026-02-14T01:40:28.100Z Downloaded utf8_iter v1.0.4
3362026-02-14T01:40:28.100Z Downloaded typeid v1.0.3
3372026-02-14T01:40:28.101Z Downloaded terminal_size v0.4.0
3382026-02-14T01:40:28.126Z Downloaded zerocopy v0.7.35
3392026-02-14T01:40:28.126Z Downloaded zerofrom v0.1.4
3402026-02-14T01:40:28.126Z Downloaded unicode-ident v1.0.19
3412026-02-14T01:40:28.150Z Downloaded unicode-width v0.2.0
3422026-02-14T01:40:28.150Z Downloaded tabled v0.15.0
3432026-02-14T01:40:28.175Z Downloaded tinystr v0.7.6
3442026-02-14T01:40:28.175Z Downloaded toml v0.8.23
3452026-02-14T01:40:28.175Z Downloaded syn v2.0.114
3462026-02-14T01:40:28.175Z Downloaded syn v1.0.109
3472026-02-14T01:40:28.199Z Downloaded icu_properties_data v1.5.0
3482026-02-14T01:40:28.199Z Downloaded thiserror-impl v1.0.69
3492026-02-14T01:40:28.199Z Downloaded yoke-derive v0.7.4
3502026-02-14T01:40:28.199Z Downloaded rustix v0.38.37
3512026-02-14T01:40:28.224Z Downloaded utf8parse v0.2.2
3522026-02-14T01:40:28.224Z Downloaded hashbrown v0.16.1
3532026-02-14T01:40:28.248Z Downloaded rustix v1.1.3
3542026-02-14T01:40:28.273Z Downloaded serde_json v1.0.149
3552026-02-14T01:40:28.273Z Downloaded idna v1.0.3
3562026-02-14T01:40:28.273Z Downloaded utf16_iter v1.0.5
3572026-02-14T01:40:28.273Z Downloaded usdt-impl v0.5.0
3582026-02-14T01:40:28.273Z Downloaded goblin v0.8.2
3592026-02-14T01:40:28.273Z Downloaded pest v2.8.2
3602026-02-14T01:40:28.297Z Downloaded icu_provider v1.5.0
3612026-02-14T01:40:28.298Z Downloaded icu_properties v1.5.1
3622026-02-14T01:40:28.298Z Downloaded icu_normalizer_data v1.5.0
3632026-02-14T01:40:28.298Z Downloaded getrandom v0.3.4
3642026-02-14T01:40:28.298Z Downloaded clap_derive v4.5.47
3652026-02-14T01:40:28.298Z Downloaded serde_derive v1.0.228
3662026-02-14T01:40:28.298Z Downloaded serde_core v1.0.228
3672026-02-14T01:40:28.322Z Downloaded quote v1.0.40
3682026-02-14T01:40:28.322Z Downloaded once_cell v1.21.3
3692026-02-14T01:40:28.322Z Downloaded num-traits v0.2.19
3702026-02-14T01:40:28.322Z Downloaded indexmap v2.13.0
3712026-02-14T01:40:28.322Z Downloaded camino v1.2.2
3722026-02-14T01:40:28.322Z Downloaded libc v0.2.180
3732026-02-14T01:40:28.354Z Downloaded swrite v0.1.0
3742026-02-14T01:40:28.379Z Downloaded sha2 v0.10.9
3752026-02-14T01:40:28.379Z Downloaded serde_tokenstream v0.2.2
3762026-02-14T01:40:28.379Z Downloaded pest_meta v2.8.2
3772026-02-14T01:40:28.379Z Downloaded cargo_toml v0.21.0
3782026-02-14T01:40:28.379Z Downloaded heck v0.4.1
3792026-02-14T01:40:28.379Z Downloaded byteorder v1.5.0
3802026-02-14T01:40:28.379Z Downloaded litemap v0.7.3
3812026-02-14T01:40:28.379Z Downloaded erased-serde v0.4.6
3822026-02-14T01:40:28.379Z Downloaded semver v1.0.27
3832026-02-14T01:40:28.379Z Downloaded pretty-hex v0.4.1
3842026-02-14T01:40:28.379Z Downloaded pest_generator v2.8.2
3852026-02-14T01:40:28.379Z Downloaded idna_adapter v1.2.0
3862026-02-14T01:40:28.380Z Downloaded serde_spanned v0.6.9
3872026-02-14T01:40:28.380Z Downloaded proc-macro-error-attr v1.0.4
3882026-02-14T01:40:28.380Z Downloaded form_urlencoded v1.2.2
3892026-02-14T01:40:28.404Z Downloaded errno v0.3.12
3902026-02-14T01:40:28.404Z Downloaded scroll_derive v0.12.0
3912026-02-14T01:40:28.404Z Downloaded plain v0.2.3
3922026-02-14T01:40:28.404Z Downloaded pest_derive v2.8.2
3932026-02-14T01:40:28.404Z Downloaded itoa v1.0.11
3942026-02-14T01:40:28.404Z Downloaded icu_collections v1.5.0
3952026-02-14T01:40:28.404Z Downloaded fastrand v2.1.1
3962026-02-14T01:40:28.404Z Downloaded toml_edit v0.22.27
3972026-02-14T01:40:28.404Z Downloaded scroll v0.12.0
3982026-02-14T01:40:28.404Z Downloaded proc-macro-error v1.0.4
3992026-02-14T01:40:28.404Z Downloaded percent-encoding v2.3.2
4002026-02-14T01:40:28.429Z Downloaded icu_provider_macros v1.5.0
4012026-02-14T01:40:28.429Z Downloaded icu_locid_transform_data v1.5.0
4022026-02-14T01:40:28.429Z Downloaded icu_locid_transform v1.5.0
4032026-02-14T01:40:28.429Z Downloaded icu_locid v1.5.0
4042026-02-14T01:40:28.429Z Downloaded heck v0.5.0
4052026-02-14T01:40:28.429Z Downloaded equivalent v1.0.2
4062026-02-14T01:40:28.429Z Downloaded dtrace-parser v0.2.0
4072026-02-14T01:40:28.429Z Downloaded usdt v0.5.0
4082026-02-14T01:40:28.429Z Downloaded proc-macro2 v1.0.101
4092026-02-14T01:40:28.430Z Downloaded log v0.4.29
4102026-02-14T01:40:28.430Z Downloaded is_terminal_polyfill v1.70.1
4112026-02-14T01:40:28.430Z Downloaded unicode-width v0.1.14
4122026-02-14T01:40:28.454Z Downloaded toml_write v0.1.2
4132026-02-14T01:40:28.454Z Downloaded macaddr v1.0.1
4142026-02-14T01:40:28.454Z Downloaded fs-err v3.1.1
4152026-02-14T01:40:28.454Z Downloaded memmap v0.7.0
4162026-02-14T01:40:28.454Z Downloaded yoke v0.7.4
4172026-02-14T01:40:28.454Z Downloaded write16 v1.0.0
4182026-02-14T01:40:28.454Z Downloaded usdt-attr-macro v0.5.0
4192026-02-14T01:40:28.454Z Downloaded unicode-linebreak v0.1.5
4202026-02-14T01:40:28.454Z Downloaded thread-id v4.2.2
4212026-02-14T01:40:28.454Z Downloaded fnv v1.0.7
4222026-02-14T01:40:28.454Z Downloaded displaydoc v0.2.5
4232026-02-14T01:40:28.454Z Downloaded ucd-trie v0.1.7
4242026-02-14T01:40:28.454Z Downloaded typenum v1.17.0
4252026-02-14T01:40:28.455Z Downloaded toml_datetime v0.6.11
4262026-02-14T01:40:28.479Z Downloaded thiserror-impl v2.0.18
4272026-02-14T01:40:28.479Z Downloaded thiserror v1.0.69
4282026-02-14T01:40:28.479Z Downloaded textwrap v0.16.2
4292026-02-14T01:40:28.479Z Downloaded tempfile v3.24.0
4302026-02-14T01:40:28.480Z Downloaded tabled_derive v0.7.0
4312026-02-14T01:40:28.480Z Downloaded dof v0.3.0
4322026-02-14T01:40:28.480Z Downloaded clap_builder v4.5.48
4332026-02-14T01:40:28.480Z Downloaded bytecount v0.6.8
4342026-02-14T01:40:28.480Z Downloaded anyhow v1.0.99
4352026-02-14T01:40:28.504Z Downloaded anstyle v1.0.11
4362026-02-14T01:40:28.505Z Downloaded version_check v0.9.5
4372026-02-14T01:40:28.505Z Downloaded unicode-xid v0.2.6
4382026-02-14T01:40:28.505Z Downloaded thiserror v2.0.18
4392026-02-14T01:40:28.505Z Downloaded icu_normalizer v1.5.0
4402026-02-14T01:40:28.505Z Downloaded crypto-common v0.1.6
4412026-02-14T01:40:28.505Z Downloaded colorchoice v1.0.2
4422026-02-14T01:40:28.505Z Downloaded anstyle-parse v0.2.5
4432026-02-14T01:40:28.505Z Downloaded autocfg v1.4.0
4442026-02-14T01:40:28.505Z Downloaded anstream v0.6.18
4452026-02-14T01:40:28.505Z Downloaded bitflags v2.9.4
4462026-02-14T01:40:28.604Z Compiling proc-macro2 v1.0.101
4472026-02-14T01:40:28.604Z Compiling unicode-ident v1.0.19
4482026-02-14T01:40:28.604Z Compiling serde_core v1.0.228
4492026-02-14T01:40:28.604Z Compiling version_check v0.9.5
4502026-02-14T01:40:28.630Z Compiling serde v1.0.228
4512026-02-14T01:40:28.630Z Compiling libc v0.2.180
4522026-02-14T01:40:28.630Z Compiling memchr v2.7.4
4532026-02-14T01:40:28.660Z Compiling stable_deref_trait v1.2.0
4542026-02-14T01:40:28.988Z Compiling thiserror v2.0.18
4552026-02-14T01:40:29.015Z Compiling zmij v1.0.15
4562026-02-14T01:40:29.485Z Compiling autocfg v1.4.0
4572026-02-14T01:40:29.595Z Compiling itoa v1.0.11
4582026-02-14T01:40:29.865Z Compiling ucd-trie v0.1.7
4592026-02-14T01:40:30.065Z Compiling litemap v0.7.3
4602026-02-14T01:40:30.199Z Compiling writeable v0.5.5
4612026-02-14T01:40:30.439Z Compiling thiserror v1.0.69
4622026-02-14T01:40:30.500Z Compiling bitflags v2.9.4
4632026-02-14T01:40:30.759Z Compiling icu_locid_transform_data v1.5.0
4642026-02-14T01:40:30.890Z Compiling quote v1.0.40
4652026-02-14T01:40:30.951Z Compiling byteorder v1.5.0
4662026-02-14T01:40:31.040Z Compiling errno v0.3.12
4672026-02-14T01:40:31.268Z Compiling icu_properties_data v1.5.0
4682026-02-14T01:40:31.394Z Compiling syn v2.0.114
4692026-02-14T01:40:31.500Z Compiling serde_json v1.0.149
4702026-02-14T01:40:31.551Z Compiling num-traits v0.2.19
4712026-02-14T01:40:31.586Z Compiling equivalent v1.0.2
4722026-02-14T01:40:31.625Z Compiling rustix v0.38.37
4732026-02-14T01:40:31.784Z Compiling icu_normalizer_data v1.5.0
4742026-02-14T01:40:31.937Z Compiling smallvec v1.15.1
4752026-02-14T01:40:31.989Z Compiling write16 v1.0.0
4762026-02-14T01:40:32.274Z Compiling hashbrown v0.16.1
4772026-02-14T01:40:32.443Z Compiling utf16_iter v1.0.5
4782026-02-14T01:40:32.485Z Compiling typeid v1.0.3
4792026-02-14T01:40:32.528Z Compiling utf8_iter v1.0.4
4802026-02-14T01:40:32.867Z Compiling usdt-impl v0.5.0
4812026-02-14T01:40:33.053Z Compiling proc-macro-error-attr v1.0.4
4822026-02-14T01:40:33.079Z Compiling toml_write v0.1.2
4832026-02-14T01:40:33.191Z Compiling syn v1.0.109
4842026-02-14T01:40:33.346Z Compiling winnow v0.7.14
4852026-02-14T01:40:33.440Z Compiling indexmap v2.13.0
4862026-02-14T01:40:33.474Z Compiling thread-id v4.2.2
4872026-02-14T01:40:33.966Z Compiling proc-macro-error v1.0.4
4882026-02-14T01:40:34.377Z Compiling rustix v1.1.3
4892026-02-14T01:40:34.783Z Compiling plain v0.2.3
4902026-02-14T01:40:34.987Z Compiling camino v1.2.2
4912026-02-14T01:40:35.096Z Compiling log v0.4.29
4922026-02-14T01:40:35.147Z Compiling getrandom v0.3.4
4932026-02-14T01:40:35.472Z Compiling percent-encoding v2.3.2
4942026-02-14T01:40:35.643Z Compiling utf8parse v0.2.2
4952026-02-14T01:40:35.764Z Compiling form_urlencoded v1.2.2
4962026-02-14T01:40:35.879Z Compiling anstyle-parse v0.2.5
4972026-02-14T01:40:35.912Z Compiling ordered-float v2.10.1
4982026-02-14T01:40:36.327Z Compiling terminal_size v0.4.0
4992026-02-14T01:40:36.778Z Compiling pretty-hex v0.4.1
5002026-02-14T01:40:36.939Z Compiling is_terminal_polyfill v1.70.1
5012026-02-14T01:40:36.967Z Compiling colorchoice v1.0.2
5022026-02-14T01:40:37.045Z Compiling anstyle-query v1.1.1
5032026-02-14T01:40:37.082Z Compiling anstyle v1.0.11
5042026-02-14T01:40:37.115Z Compiling cfg-if v1.0.4
5052026-02-14T01:40:37.375Z Compiling semver v1.0.27
5062026-02-14T01:40:37.567Z Compiling anstream v0.6.18
5072026-02-14T01:40:38.011Z Compiling synstructure v0.13.1
5082026-02-14T01:40:38.039Z Compiling fs-err v3.1.1
5092026-02-14T01:40:38.189Z Compiling bytecount v0.6.8
5102026-02-14T01:40:38.215Z Compiling heck v0.4.1
5112026-02-14T01:40:38.342Z Compiling unicode-xid v0.2.6
5122026-02-14T01:40:38.413Z Compiling heck v0.5.0
5132026-02-14T01:40:38.550Z Compiling unicode-width v0.1.14
5142026-02-14T01:40:38.632Z Compiling clap_lex v0.7.4
5152026-02-14T01:40:38.877Z Compiling strsim v0.11.1
5162026-02-14T01:40:39.073Z Compiling anyhow v1.0.99
5172026-02-14T01:40:39.102Z Compiling fnv v1.0.7
5182026-02-14T01:40:39.263Z Compiling once_cell v1.21.3
5192026-02-14T01:40:39.289Z Compiling fastrand v2.1.1
5202026-02-14T01:40:39.619Z Compiling papergrid v0.11.0
5212026-02-14T01:40:39.701Z Compiling tempfile v3.24.0
5222026-02-14T01:40:39.798Z Compiling clap_builder v4.5.48
5232026-02-14T01:40:40.100Z Compiling memmap v0.7.0
5242026-02-14T01:40:40.129Z Compiling unicode-width v0.2.0
5252026-02-14T01:40:40.510Z Compiling unicode-linebreak v0.1.5
5262026-02-14T01:40:40.536Z Compiling smawk v0.3.2
5272026-02-14T01:40:40.679Z Compiling camino-tempfile v1.4.1
5282026-02-14T01:40:41.109Z Compiling textwrap v0.16.2
5292026-02-14T01:40:41.370Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
5302026-02-14T01:40:41.813Z Compiling swrite v0.1.0
5312026-02-14T01:40:41.914Z Compiling tabled_derive v0.7.0
5322026-02-14T01:40:42.382Z Compiling serde_derive v1.0.228
5332026-02-14T01:40:42.382Z Compiling zerofrom-derive v0.1.4
5342026-02-14T01:40:42.382Z Compiling yoke-derive v0.7.4
5352026-02-14T01:40:42.407Z Compiling thiserror-impl v2.0.18
5362026-02-14T01:40:42.507Z Compiling zerovec-derive v0.10.3
5372026-02-14T01:40:43.793Z Compiling displaydoc v0.2.5
5382026-02-14T01:40:44.742Z Compiling icu_provider_macros v1.5.0
5392026-02-14T01:40:44.950Z Compiling thiserror-impl v1.0.69
5402026-02-14T01:40:45.311Z Compiling zerocopy-derive v0.7.35
5412026-02-14T01:40:45.630Z Compiling pest v2.8.2
5422026-02-14T01:40:45.689Z Compiling zerofrom v0.1.4
5432026-02-14T01:40:45.820Z Compiling scroll_derive v0.12.0
5442026-02-14T01:40:45.961Z Compiling yoke v0.7.4
5452026-02-14T01:40:46.454Z Compiling zerovec v0.10.4
5462026-02-14T01:40:47.263Z Compiling scroll v0.12.0
5472026-02-14T01:40:47.326Z Compiling zerocopy v0.7.35
5482026-02-14T01:40:47.649Z Compiling clap_derive v4.5.47
5492026-02-14T01:40:47.706Z Compiling tabled v0.15.0
5502026-02-14T01:40:47.859Z Compiling goblin v0.8.2
5512026-02-14T01:40:48.516Z Compiling tinystr v0.7.6
5522026-02-14T01:40:48.743Z Compiling pest_meta v2.8.2
5532026-02-14T01:40:48.832Z Compiling icu_collections v1.5.0
5542026-02-14T01:40:48.939Z Compiling icu_locid v1.5.0
5552026-02-14T01:40:50.104Z Compiling pest_generator v2.8.2
5562026-02-14T01:40:50.541Z Compiling icu_provider v1.5.0
5572026-02-14T01:40:50.569Z Compiling toml_datetime v0.6.11
5582026-02-14T01:40:50.937Z Compiling serde_spanned v0.6.9
5592026-02-14T01:40:51.097Z Compiling dof v0.3.0
5602026-02-14T01:40:51.258Z Compiling toml_edit v0.22.27
5612026-02-14T01:40:51.606Z Compiling icu_locid_transform v1.5.0
5622026-02-14T01:40:51.635Z Compiling erased-serde v0.4.6
5632026-02-14T01:40:51.818Z Compiling serde_tokenstream v0.2.2
5642026-02-14T01:40:52.142Z Compiling serde-value v0.7.0
5652026-02-14T01:40:52.510Z Compiling cargo-platform v0.2.0
5662026-02-14T01:40:52.857Z Compiling serde-untagged v0.1.7
5672026-02-14T01:40:52.966Z Compiling icu_properties v1.5.1
5682026-02-14T01:40:53.061Z Compiling pest_derive v2.8.2
5692026-02-14T01:40:53.134Z Compiling clap v4.5.48
5702026-02-14T01:40:53.269Z Compiling macaddr v1.0.1
5712026-02-14T01:40:53.868Z Compiling dtrace-parser v0.2.0
5722026-02-14T01:40:54.754Z Compiling toml v0.8.23
5732026-02-14T01:40:55.646Z Compiling cargo_toml v0.21.0
5742026-02-14T01:40:55.771Z Compiling usdt-attr-macro v0.5.0
5752026-02-14T01:40:55.837Z Compiling usdt-macro v0.5.0
5762026-02-14T01:40:56.668Z Compiling icu_normalizer v1.5.0
5772026-02-14T01:40:56.974Z Compiling usdt v0.5.0
5782026-02-14T01:40:57.435Z Compiling idna_adapter v1.2.0
5792026-02-14T01:40:57.607Z Compiling idna v1.0.3
5802026-02-14T01:40:58.142Z Compiling url v2.5.4
5812026-02-14T01:40:59.047Z Compiling cargo-util-schemas v0.8.2
5822026-02-14T01:41:00.963Z Compiling cargo_metadata v0.21.0
5832026-02-14T01:41:03.043Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
5842026-02-14T01:41:07.329Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 16s
5852026-02-14T01:41:07.719Z Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control`
5862026-02-14T01:41:08.806Z Downloading crates ...
5872026-02-14T01:41:09.004Z Downloaded adler2 v2.0.0
5882026-02-14T01:41:09.030Z Downloaded async-stream v0.3.6
5892026-02-14T01:41:09.030Z Downloaded async-trait v0.1.89
5902026-02-14T01:41:09.030Z Downloaded atty v0.2.14
5912026-02-14T01:41:09.057Z Downloaded ctr v0.9.2
5922026-02-14T01:41:09.057Z Downloaded dirs-next v2.0.0
5932026-02-14T01:41:09.057Z Downloaded defmt-parser v0.3.4
5942026-02-14T01:41:09.057Z Downloaded crucible-workspace-hack v0.1.0
5952026-02-14T01:41:09.083Z Downloaded crossterm v0.28.1
5962026-02-14T01:41:09.083Z Downloaded foreign-types-shared v0.3.1
5972026-02-14T01:41:09.083Z Downloaded funty v2.0.0
5982026-02-14T01:41:09.108Z Downloaded bitvec v1.0.1
5992026-02-14T01:41:09.133Z Downloaded hash32 v0.2.1
6002026-02-14T01:41:09.133Z Downloaded dyn-clone v1.0.20
6012026-02-14T01:41:09.133Z Downloaded env_logger v0.11.8
6022026-02-14T01:41:09.159Z Downloaded headers-core v0.3.0
6032026-02-14T01:41:09.159Z Downloaded hex-literal v0.4.1
6042026-02-14T01:41:09.159Z Downloaded futures-executor v0.3.31
6052026-02-14T01:41:09.159Z Downloaded httpdate v1.0.3
6062026-02-14T01:41:09.183Z Downloaded fatfs v0.3.6
6072026-02-14T01:41:09.183Z Downloaded http-body v1.0.1
6082026-02-14T01:41:09.183Z Downloaded home v0.5.9
6092026-02-14T01:41:09.183Z Downloaded hostname v0.4.2
6102026-02-14T01:41:09.183Z Downloaded hubpack v0.1.2
6112026-02-14T01:41:09.209Z Downloaded http-range v0.1.5
6122026-02-14T01:41:09.209Z Downloaded is-terminal v0.4.13
6132026-02-14T01:41:09.209Z Downloaded convert_case v0.7.1
6142026-02-14T01:41:09.209Z Downloaded internet-checksum v0.2.1
6152026-02-14T01:41:09.234Z Downloaded libscf-sys v1.1.0
6162026-02-14T01:41:09.234Z Downloaded libsw-core v0.3.1
6172026-02-14T01:41:09.234Z Downloaded is_ci v1.2.0
6182026-02-14T01:41:09.234Z Downloaded md5 v0.7.0
6192026-02-14T01:41:09.234Z Downloaded new_debug_unreachable v1.0.6
6202026-02-14T01:41:09.260Z Downloaded lalrpop-util v0.19.12
6212026-02-14T01:41:09.260Z Downloaded erased-serde v0.3.31
6222026-02-14T01:41:09.260Z Downloaded ed25519-dalek v2.1.1
6232026-02-14T01:41:09.260Z Downloaded newtype_derive v0.1.6
6242026-02-14T01:41:09.287Z Downloaded num-conv v0.1.0
6252026-02-14T01:41:09.287Z Downloaded num-derive v0.3.3
6262026-02-14T01:41:09.287Z Downloaded opaque-debug v0.3.1
6272026-02-14T01:41:09.287Z Downloaded managed v0.8.0
6282026-02-14T01:41:09.287Z Downloaded lzss v0.8.2
6292026-02-14T01:41:09.311Z Downloaded indent_write v2.2.0
6302026-02-14T01:41:09.311Z Downloaded ipnetwork v0.21.1
6312026-02-14T01:41:09.311Z Downloaded num_threads v0.1.7
6322026-02-14T01:41:09.311Z Downloaded ingot-types v0.1.2
6332026-02-14T01:41:09.311Z Downloaded openssl-probe v0.1.5
6342026-02-14T01:41:09.312Z Downloaded oso-derive v0.27.3
6352026-02-14T01:41:09.336Z Downloaded libz-rs-sys v0.5.1
6362026-02-14T01:41:09.336Z Downloaded parse-display v0.10.0
6372026-02-14T01:41:09.336Z Downloaded packed_struct_codegen v0.10.1
6382026-02-14T01:41:09.336Z Downloaded libloading v0.8.5
6392026-02-14T01:41:09.336Z Downloaded elliptic-curve v0.13.8
6402026-02-14T01:41:09.361Z Downloaded pbkdf2 v0.12.2
6412026-02-14T01:41:09.361Z Downloaded peg-runtime v0.8.5
6422026-02-14T01:41:09.361Z Downloaded native-tls v0.2.12
6432026-02-14T01:41:09.361Z Downloaded precomputed-hash v0.1.1
6442026-02-14T01:41:09.361Z Downloaded predicates-core v1.0.8
6452026-02-14T01:41:09.388Z Downloaded pretty-hex v0.2.1
6462026-02-14T01:41:09.388Z Downloaded proc-macro-crate v1.3.1
6472026-02-14T01:41:09.388Z Downloaded proc-macro-error-attr2 v2.0.0
6482026-02-14T01:41:09.388Z Downloaded parking_lot_core v0.8.6
6492026-02-14T01:41:09.388Z Downloaded pem-rfc7468 v0.7.0
6502026-02-14T01:41:09.414Z Downloaded progenitor-macro v0.10.0
6512026-02-14T01:41:09.414Z Downloaded psl-types v2.0.11
6522026-02-14T01:41:09.414Z Downloaded rand_xorshift v0.4.0
6532026-02-14T01:41:09.414Z Downloaded packed_struct v0.10.1
6542026-02-14T01:41:09.414Z Downloaded ppv-lite86 v0.2.20
6552026-02-14T01:41:09.414Z Downloaded hmac v0.12.1
6562026-02-14T01:41:09.974Z Downloaded peg-macros v0.8.5
6572026-02-14T01:41:09.974Z Downloaded ref-cast-impl v1.0.25
6582026-02-14T01:41:09.974Z Downloaded rfc6979 v0.4.0
6592026-02-14T01:41:09.974Z Downloaded headers v0.4.1
6602026-02-14T01:41:09.974Z Downloaded russh-cryptovec v0.7.3
6612026-02-14T01:41:09.974Z Downloaded proc-macro-error2 v2.0.1
6622026-02-14T01:41:09.974Z Downloaded rustc_version v0.4.1
6632026-02-14T01:41:09.974Z Downloaded progenitor-macro v0.11.2
6642026-02-14T01:41:09.975Z Downloaded salsa20 v0.10.2
6652026-02-14T01:41:09.975Z Downloaded der v0.7.10
6662026-02-14T01:41:09.975Z Downloaded rtoolbox v0.0.2
6672026-02-14T01:41:09.975Z Downloaded semver v0.1.20
6682026-02-14T01:41:09.975Z Downloaded serde_repr v0.1.19
6692026-02-14T01:41:09.975Z Downloaded serde_bytes v0.11.19
6702026-02-14T01:41:09.975Z Downloaded jiff-static v0.2.15
6712026-02-14T01:41:09.975Z Downloaded expectorate v1.2.0
6722026-02-14T01:41:09.975Z Downloaded serde_urlencoded v0.7.1
6732026-02-14T01:41:09.975Z Downloaded serde_spanned v1.0.4
6742026-02-14T01:41:09.975Z Downloaded postgres-types v0.2.9
6752026-02-14T01:41:09.975Z Downloaded scheduled-thread-pool v0.2.7
6762026-02-14T01:41:09.975Z Downloaded shell-words v1.1.0
6772026-02-14T01:41:09.975Z Downloaded sha1 v0.10.6
6782026-02-14T01:41:09.975Z Downloaded signal-hook-tokio v0.3.1
6792026-02-14T01:41:09.975Z Downloaded rand_seeder v0.4.0
6802026-02-14T01:41:09.975Z Downloaded secrecy v0.10.3
6812026-02-14T01:41:09.975Z Downloaded secrecy v0.8.0
6822026-02-14T01:41:09.975Z Downloaded simd-adler32 v0.3.7
6832026-02-14T01:41:09.975Z Downloaded siphasher v1.0.1
6842026-02-14T01:41:09.975Z Downloaded sigpipe v0.1.3
6852026-02-14T01:41:09.975Z Downloaded scroll v0.13.0
6862026-02-14T01:41:09.975Z Downloaded progenitor-impl v0.8.0
6872026-02-14T01:41:09.975Z Downloaded papergrid v0.14.0
6882026-02-14T01:41:09.975Z Downloaded ssh-encoding v0.2.0
6892026-02-14T01:41:09.975Z Downloaded sqlparser_derive v0.2.2
6902026-02-14T01:41:09.975Z Downloaded signature v2.2.0
6912026-02-14T01:41:09.975Z Downloaded signal-hook-mio v0.2.4
6922026-02-14T01:41:09.975Z Downloaded rustc-demangle v0.1.24
6932026-02-14T01:41:09.975Z Downloaded siphasher v0.3.11
6942026-02-14T01:41:09.975Z Downloaded strum v0.26.3
6952026-02-14T01:41:09.975Z Downloaded structmeta-derive v0.3.0
6962026-02-14T01:41:09.975Z Downloaded rusty-fork v0.3.0
6972026-02-14T01:41:09.975Z Downloaded shlex v1.3.0
6982026-02-14T01:41:09.975Z Downloaded rustls-pemfile v1.0.4
6992026-02-14T01:41:09.975Z Downloaded subtle v2.6.1
7002026-02-14T01:41:09.975Z Downloaded schemars_derive v0.8.22
7012026-02-14T01:41:09.975Z Downloaded sync_wrapper v1.0.1
7022026-02-14T01:41:09.975Z Downloaded strip-ansi-escapes v0.2.0
7032026-02-14T01:41:09.976Z Downloaded ryu v1.0.18
7042026-02-14T01:41:09.976Z Downloaded strum v0.27.2
7052026-02-14T01:41:09.976Z Downloaded sec1 v0.7.3
7062026-02-14T01:41:09.976Z Downloaded tap v1.0.1
7072026-02-14T01:41:09.976Z Downloaded testing_table v0.3.0
7082026-02-14T01:41:09.976Z Downloaded termtree v0.5.1
7092026-02-14T01:41:09.976Z Downloaded thread_local v1.1.8
7102026-02-14T01:41:09.976Z Downloaded thread-id v5.0.0
7112026-02-14T01:41:09.976Z Downloaded prefix-trie v0.7.0
7122026-02-14T01:41:09.976Z Downloaded smallvec v0.6.14
7132026-02-14T01:41:09.976Z Downloaded smf v0.2.3
7142026-02-14T01:41:09.976Z Downloaded futures-util v0.3.31
7152026-02-14T01:41:09.976Z Downloaded tinyvec_macros v0.1.1
7162026-02-14T01:41:09.976Z Downloaded string_cache v0.8.9
7172026-02-14T01:41:09.976Z Downloaded time-core v0.1.6
7182026-02-14T01:41:09.976Z Downloaded ron v0.7.1
7192026-02-14T01:41:09.976Z Downloaded supports-color v3.0.2
7202026-02-14T01:41:09.976Z Downloaded support-bundle-viewer v0.1.2
7212026-02-14T01:41:09.976Z Downloaded strum_macros v0.27.2
7222026-02-14T01:41:09.976Z Downloaded serde_with_macros v3.16.1
7232026-02-14T01:41:09.976Z Downloaded rustls-pki-types v1.10.0
7242026-02-14T01:41:09.976Z Downloaded tower-service v0.3.3
7252026-02-14T01:41:09.976Z Downloaded blake3 v1.5.4
7262026-02-14T01:41:09.976Z Downloaded trait-variant v0.1.2
7272026-02-14T01:41:09.976Z Downloaded topological-sort v0.2.2
7282026-02-14T01:41:09.976Z Downloaded tls_codec_derive v0.4.1
7292026-02-14T01:41:09.976Z Downloaded tokio-dtrace v0.1.0
7302026-02-14T01:41:09.976Z Downloaded static_assertions v1.1.0
7312026-02-14T01:41:09.976Z Downloaded unicode-truncate v1.1.0
7322026-02-14T01:41:09.976Z Downloaded try-lock v0.2.5
7332026-02-14T01:41:09.976Z Downloaded serde_cbor v0.11.2
7342026-02-14T01:41:09.976Z Downloaded unarray v0.1.4
7352026-02-14T01:41:09.976Z Downloaded unit-prefix v0.5.1
7362026-02-14T01:41:09.976Z Downloaded universal-hash v0.5.1
7372026-02-14T01:41:09.976Z Downloaded quinn v0.11.5
7382026-02-14T01:41:09.976Z Downloaded utf-8 v0.7.6
7392026-02-14T01:41:09.976Z Downloaded usdt-attr-macro v0.6.0
7402026-02-14T01:41:09.976Z Downloaded tokio-tungstenite v0.23.1
7412026-02-14T01:41:09.977Z Downloaded slog v2.8.2
7422026-02-14T01:41:09.977Z Downloaded vte_generate_state_changes v0.1.2
7432026-02-14T01:41:09.977Z Downloaded unicase v2.8.1
7442026-02-14T01:41:09.977Z Downloaded want v0.3.1
7452026-02-14T01:41:09.977Z Downloaded waitgroup v0.1.2
7462026-02-14T01:41:09.977Z Downloaded wait-timeout v0.2.0
7472026-02-14T01:41:09.977Z Downloaded typify-macro v0.4.3
7482026-02-14T01:41:09.977Z Downloaded rsa v0.9.8
7492026-02-14T01:41:09.977Z Downloaded toml_parser v1.0.6+spec-1.1.0
7502026-02-14T01:41:09.977Z Downloaded zeroize_derive v1.4.2
7512026-02-14T01:41:09.977Z Downloaded samael v0.0.19
7522026-02-14T01:41:09.977Z Downloaded which v4.4.2
7532026-02-14T01:41:09.977Z Downloaded vsss-rs v3.3.4
7542026-02-14T01:41:09.977Z Downloaded zone_cfg_derive v0.3.0
7552026-02-14T01:41:09.977Z Downloaded zeroize v1.8.1
7562026-02-14T01:41:10.002Z Downloaded zone v0.3.1
7572026-02-14T01:41:10.002Z Downloaded tungstenite v0.21.0
7582026-02-14T01:41:10.002Z Downloaded unicode-bidi v0.3.17
7592026-02-14T01:41:10.002Z Downloaded zstd-safe v7.2.3
7602026-02-14T01:41:10.002Z Downloaded yasna v0.5.2
7612026-02-14T01:41:10.002Z Downloaded zone v0.1.8
7622026-02-14T01:41:10.002Z Downloaded xshell-macros v0.2.7
7632026-02-14T01:41:10.002Z Downloaded whoami v1.5.2
7642026-02-14T01:41:10.002Z Downloaded toml v0.9.11+spec-1.1.0
7652026-02-14T01:41:10.002Z Downloaded zstd v0.13.3
7662026-02-14T01:41:10.002Z Downloaded rpassword v7.4.0
7672026-02-14T01:41:10.002Z Downloaded vte v0.11.1
7682026-02-14T01:41:10.002Z Downloaded vergen-gitcl v1.0.8
7692026-02-14T01:41:10.002Z Downloaded vergen v9.0.6
7702026-02-14T01:41:10.003Z Downloaded rustyline v14.0.0
7712026-02-14T01:41:10.003Z Downloaded zerocopy v0.6.6
7722026-02-14T01:41:10.003Z Downloaded zopfli v0.8.1
7732026-02-14T01:41:10.003Z Downloaded uuid v1.19.0
7742026-02-14T01:41:10.003Z Downloaded reedline v0.40.0
7752026-02-14T01:41:10.003Z Downloaded zip v0.6.6
7762026-02-14T01:41:10.003Z Downloaded quick-xml v0.37.2
7772026-02-14T01:41:10.003Z Downloaded salty v0.3.0
7782026-02-14T01:41:10.003Z Downloaded zip v4.2.0
7792026-02-14T01:41:10.003Z Downloaded x509-cert v0.2.5
7802026-02-14T01:41:10.003Z Downloaded tower-http v0.6.6
7812026-02-14T01:41:10.003Z Downloaded rustls-webpki v0.102.8
7822026-02-14T01:41:10.027Z Downloaded winnow v0.6.26
7832026-02-14T01:41:10.027Z Downloaded winnow v0.5.40
7842026-02-14T01:41:10.055Z Downloaded tabled v0.20.0
7852026-02-14T01:41:10.081Z Downloaded regex-syntax v0.6.29
7862026-02-14T01:41:10.081Z Downloaded zlib-rs v0.5.1
7872026-02-14T01:41:10.105Z Downloaded smoltcp v0.9.1
7882026-02-14T01:41:10.105Z Downloaded zerocopy v0.8.27
7892026-02-14T01:41:10.129Z Downloaded smoltcp v0.11.0
7902026-02-14T01:41:10.154Z Downloaded rustls v0.23.19
7912026-02-14T01:41:10.178Z Downloaded rustls v0.22.4
7922026-02-14T01:41:10.178Z Downloaded regex-syntax v0.8.5
7932026-02-14T01:41:10.202Z Downloaded openapiv3 v2.2.0
7942026-02-14T01:41:10.202Z Downloaded nix v0.30.1
7952026-02-14T01:41:10.227Z Downloaded hickory-proto v0.25.2
7962026-02-14T01:41:10.251Z Downloaded hickory-proto v0.24.4
7972026-02-14T01:41:10.275Z Downloaded csv v1.3.1
7982026-02-14T01:41:10.299Z Downloaded bzip2-sys v0.1.13+1.0.8
7992026-02-14T01:41:10.324Z Downloaded typify-impl v0.4.3
8002026-02-14T01:41:10.324Z Downloaded sled v0.34.7
8012026-02-14T01:41:10.348Z Downloaded regex-automata v0.4.11
8022026-02-14T01:41:10.373Z Downloaded ratatui v0.29.0
8032026-02-14T01:41:10.397Z Downloaded typify-impl v0.2.0
8042026-02-14T01:41:10.397Z Downloaded regress v0.10.4
8052026-02-14T01:41:10.423Z Downloaded zerocopy-derive v0.6.6
8062026-02-14T01:41:10.423Z Downloaded dropshot v0.16.7
8072026-02-14T01:41:10.448Z Downloaded lzma-sys v0.1.20
8082026-02-14T01:41:10.475Z Downloaded petgraph v0.6.5
8092026-02-14T01:41:10.499Z Downloaded chrono-tz v0.10.4
8102026-02-14T01:41:10.524Z Downloaded jiff v0.2.15
8112026-02-14T01:41:10.548Z Downloaded diesel v2.2.12
8122026-02-14T01:41:10.572Z Downloaded webpki-roots v1.0.1
8132026-02-14T01:41:10.572Z Downloaded libz-sys v1.1.20
8142026-02-14T01:41:10.596Z Downloaded petgraph v0.8.2
8152026-02-14T01:41:10.621Z Downloaded vcpkg v0.2.15
8162026-02-14T01:41:10.663Z Downloaded zstd-sys v2.0.14+zstd.1.5.7
8172026-02-14T01:41:10.688Z Downloaded nix v0.29.0
8182026-02-14T01:41:10.712Z Downloaded tokio v1.49.0
8192026-02-14T01:41:10.743Z Downloaded sha3 v0.10.8
8202026-02-14T01:41:10.768Z Downloaded nix v0.28.0
8212026-02-14T01:41:10.768Z Downloaded bstr v1.10.0
8222026-02-14T01:41:10.792Z Downloaded rustls v0.21.12
8232026-02-14T01:41:10.792Z Downloaded object v0.36.5
8242026-02-14T01:41:10.816Z Downloaded nix v0.27.1
8252026-02-14T01:41:10.816Z Downloaded tabled v0.18.0
8262026-02-14T01:41:10.840Z Downloaded polar-core v0.27.3
8272026-02-14T01:41:10.865Z Downloaded moka v0.12.10
8282026-02-14T01:41:10.890Z Downloaded serde_with v3.16.1
8292026-02-14T01:41:10.890Z Downloaded radix_trie v0.2.1
8302026-02-14T01:41:10.914Z Downloaded openssl v0.10.73
8312026-02-14T01:41:10.914Z Downloaded curve25519-dalek v4.1.3
8322026-02-14T01:41:10.914Z Downloaded petname v2.0.2
8332026-02-14T01:41:10.939Z Downloaded object v0.30.4
8342026-02-14T01:41:10.939Z Downloaded quinn-proto v0.11.8
8352026-02-14T01:41:10.939Z Downloaded unicode-normalization v0.1.24
8362026-02-14T01:41:10.963Z Downloaded time v0.3.43
8372026-02-14T01:41:10.964Z Downloaded proptest v1.7.0
8382026-02-14T01:41:10.964Z Downloaded goblin v0.10.2
8392026-02-14T01:41:10.988Z Downloaded git2 v0.20.2
8402026-02-14T01:41:10.988Z Downloaded typed-path v0.9.3
8412026-02-14T01:41:10.988Z Downloaded encoding_rs v0.8.34
8422026-02-14T01:41:11.012Z Downloaded tough v0.20.0
8432026-02-14T01:41:11.012Z Downloaded sqlparser v0.45.0
8442026-02-14T01:41:11.036Z Downloaded reqwest v0.12.24
8452026-02-14T01:41:11.036Z Downloaded lalrpop v0.19.12
8462026-02-14T01:41:11.036Z Downloaded rustls-webpki v0.101.7
8472026-02-14T01:41:11.060Z Downloaded gimli v0.31.1
8482026-02-14T01:41:11.060Z Downloaded zerocopy-derive v0.8.27
8492026-02-14T01:41:11.085Z Downloaded unicode-segmentation v1.12.0
8502026-02-14T01:41:11.085Z Downloaded tower v0.5.2
8512026-02-14T01:41:11.085Z Downloaded toml_edit v0.19.15
8522026-02-14T01:41:11.109Z Downloaded tokio-util v0.7.15
8532026-02-14T01:41:11.109Z Downloaded ssh-key v0.6.6
8542026-02-14T01:41:11.133Z Downloaded rayon v1.10.0
8552026-02-14T01:41:11.133Z Downloaded ring v0.17.14
8562026-02-14T01:41:11.224Z Downloaded regex v1.11.3
8572026-02-14T01:41:11.248Z Downloaded hyper v1.8.1
8582026-02-14T01:41:11.273Z Downloaded tokio-postgres v0.7.13
8592026-02-14T01:41:11.273Z Downloaded portable-atomic v1.11.0
8602026-02-14T01:41:11.299Z Downloaded p384 v0.13.1
8612026-02-14T01:41:11.299Z Downloaded chrono v0.4.43
8622026-02-14T01:41:11.299Z Downloaded bindgen v0.69.5
8632026-02-14T01:41:11.323Z Downloaded yansi v1.0.1
8642026-02-14T01:41:11.323Z Downloaded walkdir v2.5.0
8652026-02-14T01:41:11.323Z Downloaded unicode_categories v0.1.1
8662026-02-14T01:41:11.323Z Downloaded libgit2-sys v0.18.2+1.9.1
8672026-02-14T01:41:11.404Z Downloaded typify v0.4.3
8682026-02-14T01:41:11.428Z Downloaded tungstenite v0.23.0
8692026-02-14T01:41:11.429Z Downloaded tracing-core v0.1.32
8702026-02-14T01:41:11.429Z Downloaded hkdf v0.12.4
8712026-02-14T01:41:11.429Z Downloaded itertools v0.14.0
8722026-02-14T01:41:11.453Z Downloaded zone_cfg_derive v0.1.2
8732026-02-14T01:41:11.453Z Downloaded tracing v0.1.40
8742026-02-14T01:41:11.453Z Downloaded steno v0.4.1
8752026-02-14T01:41:11.453Z Downloaded vergen-git2 v1.0.7
8762026-02-14T01:41:11.478Z Downloaded xshell v0.2.7
8772026-02-14T01:41:11.478Z Downloaded wyz v0.5.1
8782026-02-14T01:41:11.478Z Downloaded unsafe-libyaml v0.2.11
8792026-02-14T01:41:11.478Z Downloaded twox-hash v2.1.0
8802026-02-14T01:41:11.478Z Downloaded schemars v1.0.4
8812026-02-14T01:41:11.502Z Downloaded p521 v0.13.3
8822026-02-14T01:41:11.502Z Downloaded itertools v0.13.0
8832026-02-14T01:41:11.502Z Downloaded iri-string v0.7.8
8842026-02-14T01:41:11.502Z Downloaded h2 v0.4.6
8852026-02-14T01:41:11.527Z Downloaded itertools v0.12.1
8862026-02-14T01:41:11.527Z Downloaded xattr v1.3.1
8872026-02-14T01:41:11.527Z Downloaded value-bag v1.12.0
8882026-02-14T01:41:11.527Z Downloaded test-strategy v0.4.3
8892026-02-14T01:41:11.552Z Downloaded usdt-impl v0.6.0
8902026-02-14T01:41:11.552Z Downloaded xz2 v0.1.7
8912026-02-14T01:41:11.552Z Downloaded toml v0.7.8
8922026-02-14T01:41:11.552Z Downloaded schemars v0.9.0
8932026-02-14T01:41:11.552Z Downloaded russh v0.45.0
8942026-02-14T01:41:11.576Z Downloaded vergen-lib v0.1.6
8952026-02-14T01:41:11.576Z Downloaded uzers v0.12.1
8962026-02-14T01:41:11.576Z Downloaded unicode-properties v0.1.3
8972026-02-14T01:41:11.577Z Downloaded tokio-stream v0.1.17
8982026-02-14T01:41:11.577Z Downloaded num-bigint-dig v0.8.6
8992026-02-14T01:41:11.577Z Downloaded tracing-attributes v0.1.27
9002026-02-14T01:41:11.577Z Downloaded tokio-rustls v0.24.1
9012026-02-14T01:41:11.601Z Downloaded tinyvec v1.8.0
9022026-02-14T01:41:11.601Z Downloaded subprocess v0.2.9
9032026-02-14T01:41:11.601Z Downloaded snafu v0.8.5
9042026-02-14T01:41:11.601Z Downloaded serde_yaml v0.9.34+deprecated
9052026-02-14T01:41:11.601Z Downloaded libxml v0.3.3
9062026-02-14T01:41:11.601Z Downloaded tower-layer v0.3.3
9072026-02-14T01:41:11.626Z Downloaded rand v0.9.2
9082026-02-14T01:41:11.626Z Downloaded tokio-tungstenite v0.21.0
9092026-02-14T01:41:11.626Z Downloaded tar v0.4.44
9102026-02-14T01:41:11.626Z Downloaded hashbrown v0.15.4
9112026-02-14T01:41:11.626Z Downloaded typify v0.2.0
9122026-02-14T01:41:11.626Z Downloaded thiserror-no-std v2.0.2
9132026-02-14T01:41:11.626Z Downloaded socket2 v0.6.1
9142026-02-14T01:41:11.651Z Downloaded socket2 v0.5.10
9152026-02-14T01:41:11.651Z Downloaded tui-tree-widget v0.23.1
9162026-02-14T01:41:11.651Z Downloaded toml_writer v1.0.6+spec-1.1.0
9172026-02-14T01:41:11.651Z Downloaded toml_datetime v0.7.5+spec-1.1.0
9182026-02-14T01:41:11.651Z Downloaded tokio-rustls v0.26.0
9192026-02-14T01:41:11.651Z Downloaded mio v1.0.2
9202026-02-14T01:41:11.651Z Downloaded void v1.0.2
9212026-02-14T01:41:11.651Z Downloaded tokio-native-tls v0.3.1
9222026-02-14T01:41:11.651Z Downloaded term v0.7.0
9232026-02-14T01:41:11.651Z Downloaded rayon-core v1.12.1
9242026-02-14T01:41:11.675Z Downloaded similar v2.7.0
9252026-02-14T01:41:11.675Z Downloaded qorb v0.4.1
9262026-02-14T01:41:11.675Z Downloaded nom v7.1.3
9272026-02-14T01:41:11.675Z Downloaded iddqd v0.3.16
9282026-02-14T01:41:11.700Z Downloaded usdt v0.6.0
9292026-02-14T01:41:11.700Z Downloaded tokio-macros v2.6.0
9302026-02-14T01:41:11.700Z Downloaded usdt-macro v0.6.0
9312026-02-14T01:41:11.700Z Downloaded untrusted v0.9.0
9322026-02-14T01:41:11.700Z Downloaded untrusted v0.7.1
9332026-02-14T01:41:11.700Z Downloaded typify-macro v0.2.0
9342026-02-14T01:41:11.700Z Downloaded tls_codec v0.4.1
9352026-02-14T01:41:11.700Z Downloaded term v1.1.0
9362026-02-14T01:41:11.700Z Downloaded rand v0.8.5
9372026-02-14T01:41:11.700Z Downloaded publicsuffix v2.3.0
9382026-02-14T01:41:11.700Z Downloaded tiny-keccak v2.0.2
9392026-02-14T01:41:11.731Z Downloaded time-macros v0.2.24
9402026-02-14T01:41:11.731Z Downloaded signal-hook v0.3.18
9412026-02-14T01:41:11.731Z Downloaded pretty_assertions v1.4.1
9422026-02-14T01:41:11.731Z Downloaded itertools v0.10.5
9432026-02-14T01:41:11.731Z Downloaded tokio-rustls v0.25.0
9442026-02-14T01:41:11.731Z Downloaded spin v0.9.8
9452026-02-14T01:41:11.731Z Downloaded rcgen v0.12.1
9462026-02-14T01:41:11.731Z Downloaded sct v0.7.1
9472026-02-14T01:41:11.731Z Downloaded libm v0.2.8
9482026-02-14T01:41:11.756Z Downloaded termios v0.3.3
9492026-02-14T01:41:11.756Z Downloaded schemars v0.8.22
9502026-02-14T01:41:11.780Z Downloaded minimal-lexical v0.2.1
9512026-02-14T01:41:11.780Z Downloaded tabled_derive v0.10.0
9522026-02-14T01:41:11.780Z Downloaded snafu-derive v0.8.5
9532026-02-14T01:41:11.780Z Downloaded rustversion v1.0.22
9542026-02-14T01:41:11.804Z Downloaded num-bigint v0.4.6
9552026-02-14T01:41:11.804Z Downloaded hyper-util v0.1.19
9562026-02-14T01:41:11.804Z Downloaded http v1.4.0
9572026-02-14T01:41:11.804Z Downloaded strum_macros v0.26.4
9582026-02-14T01:41:11.804Z Downloaded strum_macros v0.24.3
9592026-02-14T01:41:11.804Z Downloaded progenitor-impl v0.10.0
9602026-02-14T01:41:11.828Z Downloaded hickory-server v0.25.2
9612026-02-14T01:41:11.829Z Downloaded structmeta v0.3.0
9622026-02-14T01:41:11.829Z Downloaded stringprep v0.1.5
9632026-02-14T01:41:11.829Z Downloaded spki v0.7.3
9642026-02-14T01:41:11.829Z Downloaded thiserror-impl-no-std v2.0.2
9652026-02-14T01:41:11.829Z Downloaded sqlformat v0.3.5
9662026-02-14T01:41:11.829Z Downloaded prettyplease v0.2.36
9672026-02-14T01:41:11.829Z Downloaded ron v0.8.1
9682026-02-14T01:41:11.829Z Downloaded slog-term v2.9.2
9692026-02-14T01:41:11.853Z Downloaded slog-dtrace v0.3.0
9702026-02-14T01:41:11.853Z Downloaded slog-async v2.8.0
9712026-02-14T01:41:11.853Z Downloaded tabwriter v1.4.0
9722026-02-14T01:41:11.853Z Downloaded serde_derive_internals v0.29.1
9732026-02-14T01:41:11.853Z Downloaded take_mut v0.2.2
9742026-02-14T01:41:11.853Z Downloaded tagptr v0.2.0
9752026-02-14T01:41:11.853Z Downloaded tabled_derive v0.11.0
9762026-02-14T01:41:11.853Z Downloaded sync-ptr v0.1.4
9772026-02-14T01:41:11.853Z Downloaded slog-stdlog v4.1.1
9782026-02-14T01:41:11.853Z Downloaded slog-scope v4.4.0
9792026-02-14T01:41:11.853Z Downloaded slog-json v2.6.1
9802026-02-14T01:41:11.853Z Downloaded slab v0.4.9
9812026-02-14T01:41:11.853Z Downloaded quinn-udp v0.5.5
9822026-02-14T01:41:11.853Z Downloaded progenitor-impl v0.11.2
9832026-02-14T01:41:11.878Z Downloaded hickory-resolver v0.24.4
9842026-02-14T01:41:11.879Z Downloaded signal-hook-registry v1.4.2
9852026-02-14T01:41:11.879Z Downloaded openssl-sys v0.9.109
9862026-02-14T01:41:11.879Z Downloaded rustls-pemfile v2.2.0
9872026-02-14T01:41:11.879Z Downloaded hickory-resolver v0.25.2
9882026-02-14T01:41:11.879Z Downloaded slog-envlogger v2.2.0
9892026-02-14T01:41:11.879Z Downloaded slog-bunyan v2.5.0
9902026-02-14T01:41:11.879Z Downloaded hashbrown v0.13.2
9912026-02-14T01:41:11.903Z Downloaded serde_path_to_error v0.1.20
9922026-02-14T01:41:11.903Z Downloaded russh-keys v0.45.0
9932026-02-14T01:41:11.903Z Downloaded rand_chacha v0.9.0
9942026-02-14T01:41:11.903Z Downloaded pin-project v1.1.6
9952026-02-14T01:41:11.903Z Downloaded omicron-zone-package v0.12.2
9962026-02-14T01:41:11.928Z Downloaded ssh-cipher v0.2.0
9972026-02-14T01:41:11.928Z Downloaded serde-hex v0.1.0
9982026-02-14T01:41:11.928Z Downloaded seq-macro v0.3.6
9992026-02-14T01:41:11.928Z Downloaded rustc-hash v1.1.0
10002026-02-14T01:41:11.928Z Downloaded hashbrown v0.12.3
10012026-02-14T01:41:11.928Z Downloaded p256 v0.13.2
10022026-02-14T01:41:11.928Z Downloaded papergrid v0.17.0
10032026-02-14T01:41:11.928Z Downloaded rustls-native-certs v0.8.1
10042026-02-14T01:41:11.928Z Downloaded oso v0.27.3
10052026-02-14T01:41:11.953Z Downloaded postgres-protocol v0.6.8
10062026-02-14T01:41:11.953Z Downloaded serde-big-array v0.5.1
10072026-02-14T01:41:11.953Z Downloaded postcard v1.0.10
10082026-02-14T01:41:11.953Z Downloaded pkcs5 v0.7.1
10092026-02-14T01:41:11.953Z Downloaded serde_plain v1.0.2
10102026-02-14T01:41:11.953Z Downloaded sapling-renderdag v0.1.0
10112026-02-14T01:41:11.953Z Downloaded same-file v1.0.6
10122026-02-14T01:41:11.953Z Downloaded resolv-conf v0.7.0
10132026-02-14T01:41:11.953Z Downloaded rand_core v0.9.3
10142026-02-14T01:41:11.953Z Downloaded poly1305 v0.8.0
10152026-02-14T01:41:11.978Z Downloaded scrypt v0.11.0
10162026-02-14T01:41:11.978Z Downloaded scroll_derive v0.13.1
10172026-02-14T01:41:11.978Z Downloaded scopeguard v1.2.0
10182026-02-14T01:41:11.978Z Downloaded rand_core v0.6.4
10192026-02-14T01:41:11.978Z Downloaded polyval v0.6.2
10202026-02-14T01:41:11.978Z Downloaded pkcs1 v0.7.5
10212026-02-14T01:41:11.978Z Downloaded memmap2 v0.9.8
10222026-02-14T01:41:11.978Z Downloaded ignore v0.4.23
10232026-02-14T01:41:11.978Z Downloaded r2d2 v0.8.10
10242026-02-14T01:41:11.978Z Downloaded indicatif v0.18.0
10252026-02-14T01:41:11.978Z Downloaded indicatif v0.17.11
10262026-02-14T01:41:12.002Z Downloaded flate2 v1.1.2
10272026-02-14T01:41:12.002Z Downloaded parking_lot v0.12.3
10282026-02-14T01:41:12.002Z Downloaded parking_lot v0.11.2
10292026-02-14T01:41:12.003Z Downloaded progenitor v0.11.2
10302026-02-14T01:41:12.003Z Downloaded progenitor v0.10.0
10312026-02-14T01:41:12.003Z Downloaded password-hash v0.5.0
10322026-02-14T01:41:12.003Z Downloaded miniz_oxide v0.8.5
10332026-02-14T01:41:12.003Z Downloaded crossbeam-channel v0.5.15
10342026-02-14T01:41:12.003Z Downloaded bytes v1.11.1
10352026-02-14T01:41:12.055Z Downloaded rustc_version v0.1.7
10362026-02-14T01:41:12.055Z Downloaded rustc-hash v2.1.1
10372026-02-14T01:41:12.055Z Downloaded parking_lot_core v0.9.10
10382026-02-14T01:41:12.055Z Downloaded heapless v0.8.0
10392026-02-14T01:41:12.055Z Downloaded primeorder v0.13.6
10402026-02-14T01:41:12.055Z Downloaded pkcs8 v0.10.2
10412026-02-14T01:41:12.079Z Downloaded predicates v3.1.3
10422026-02-14T01:41:12.079Z Downloaded owo-colors v4.2.2
10432026-02-14T01:41:12.080Z Downloaded ref-cast v1.0.25
10442026-02-14T01:41:12.080Z Downloaded pin-project-lite v0.2.14
10452026-02-14T01:41:12.080Z Downloaded pin-project-internal v1.1.6
10462026-02-14T01:41:12.080Z Downloaded phf v0.11.2
10472026-02-14T01:41:12.080Z Downloaded nanorand v0.7.0
10482026-02-14T01:41:12.080Z Downloaded heapless v0.7.17
10492026-02-14T01:41:12.080Z Downloaded pkg-config v0.3.31
10502026-02-14T01:41:12.080Z Downloaded peg v0.8.5
10512026-02-14T01:41:12.080Z Downloaded paste v1.0.15
10522026-02-14T01:41:12.080Z Downloaded password-hash v0.4.2
10532026-02-14T01:41:12.080Z Downloaded oxnet v0.1.4
10542026-02-14T01:41:12.080Z Downloaded diesel_derives v2.2.3
10552026-02-14T01:41:12.080Z Downloaded darling_core v0.21.0
10562026-02-14T01:41:12.105Z Downloaded rand_chacha v0.3.1
10572026-02-14T01:41:12.105Z Downloaded radium v0.7.0
10582026-02-14T01:41:12.105Z Downloaded quick-error v1.2.3
10592026-02-14T01:41:12.105Z Downloaded flume v0.11.1
10602026-02-14T01:41:12.105Z Downloaded progenitor-macro v0.8.0
10612026-02-14T01:41:12.105Z Downloaded progenitor-client v0.11.2
10622026-02-14T01:41:12.105Z Downloaded progenitor-client v0.10.0
10632026-02-14T01:41:12.105Z Downloaded progenitor-client v0.8.0
10642026-02-14T01:41:12.105Z Downloaded phf v0.12.1
10652026-02-14T01:41:12.105Z Downloaded progenitor v0.8.0
10662026-02-14T01:41:12.105Z Downloaded indexmap v1.9.3
10672026-02-14T01:41:12.130Z Downloaded pem v3.0.5
10682026-02-14T01:41:12.130Z Downloaded parse-display-derive v0.10.0
10692026-02-14T01:41:12.130Z Downloaded normalize-line-endings v0.3.0
10702026-02-14T01:41:12.130Z Downloaded litrs v0.4.1
10712026-02-14T01:41:12.130Z Downloaded linear-map v1.2.0
10722026-02-14T01:41:12.130Z Downloaded ingot-macros v0.1.1
10732026-02-14T01:41:12.130Z Downloaded bumpalo v3.16.0
10742026-02-14T01:41:12.130Z Downloaded predicates-tree v1.0.12
10752026-02-14T01:41:12.130Z Downloaded oxide-tokio-rt v0.1.2
10762026-02-14T01:41:12.130Z Downloaded ipnet v2.11.0
10772026-02-14T01:41:12.130Z Downloaded num_enum v0.5.11
10782026-02-14T01:41:12.130Z Downloaded num-rational v0.4.2
10792026-02-14T01:41:12.155Z Downloaded nu-ansi-term v0.50.1
10802026-02-14T01:41:12.155Z Downloaded base64 v0.21.7
10812026-02-14T01:41:12.155Z Downloaded powerfmt v0.2.0
10822026-02-14T01:41:12.155Z Downloaded num-integer v0.1.46
10832026-02-14T01:41:12.155Z Downloaded num-complex v0.4.6
10842026-02-14T01:41:12.155Z Downloaded pin-utils v0.1.0
10852026-02-14T01:41:12.155Z Downloaded phf_shared v0.12.1
10862026-02-14T01:41:12.155Z Downloaded phf_shared v0.11.2
10872026-02-14T01:41:12.155Z Downloaded newtype-uuid v1.3.2
10882026-02-14T01:41:12.155Z Downloaded multer v3.1.0
10892026-02-14T01:41:12.155Z Downloaded backtrace v0.3.74
10902026-02-14T01:41:12.155Z Downloaded mime_guess v2.0.5
10912026-02-14T01:41:12.180Z Downloaded maybe-uninit v2.0.0
10922026-02-14T01:41:12.180Z Downloaded lock_api v0.4.12
10932026-02-14T01:41:12.180Z Downloaded iana-time-zone v0.1.63
10942026-02-14T01:41:12.180Z Downloaded hyper-rustls v0.27.7
10952026-02-14T01:41:12.180Z Downloaded derive_more-impl v2.0.1
10962026-02-14T01:41:12.180Z Downloaded derive_more v2.0.1
10972026-02-14T01:41:12.180Z Downloaded base64 v0.22.1
10982026-02-14T01:41:12.205Z Downloaded pbkdf2 v0.11.0
10992026-02-14T01:41:12.205Z Downloaded path-slash v0.1.5
11002026-02-14T01:41:12.205Z Downloaded parse-size v1.1.0
11012026-02-14T01:41:12.205Z Downloaded indoc v2.0.6
11022026-02-14T01:41:12.205Z Downloaded const_format v0.2.34
11032026-02-14T01:41:12.205Z Downloaded humantime v2.2.0
11042026-02-14T01:41:12.205Z Downloaded half v2.4.1
11052026-02-14T01:41:12.205Z Downloaded libefi-sys v0.1.0
11062026-02-14T01:41:12.205Z Downloaded globset v0.4.15
11072026-02-14T01:41:12.205Z Downloaded getrandom v0.2.15
11082026-02-14T01:41:12.205Z Downloaded crc-any v2.5.0
11092026-02-14T01:41:12.230Z Downloaded cc v1.2.30
11102026-02-14T01:41:12.230Z Downloaded httparse v1.9.5
11112026-02-14T01:41:12.230Z Downloaded futures-channel v0.3.31
11122026-02-14T01:41:12.230Z Downloaded openssl-macros v0.1.1
11132026-02-14T01:41:12.230Z Downloaded number_prefix v0.4.0
11142026-02-14T01:41:12.230Z Downloaded jobserver v0.1.32
11152026-02-14T01:41:12.230Z Downloaded crossbeam-epoch v0.9.18
11162026-02-14T01:41:12.230Z Downloaded num_enum_derive v0.5.11
11172026-02-14T01:41:12.230Z Downloaded num v0.4.3
11182026-02-14T01:41:12.231Z Downloaded nonempty v0.12.0
11192026-02-14T01:41:12.231Z Downloaded libsw v3.5.0
11202026-02-14T01:41:12.231Z Downloaded hyper-staticfile v0.10.1
11212026-02-14T01:41:12.256Z Downloaded darling_core v0.20.10
11222026-02-14T01:41:12.256Z Downloaded hickory-client v0.25.2
11232026-02-14T01:41:12.256Z Downloaded derive_more v0.99.20
11242026-02-14T01:41:12.256Z Downloaded ingot v0.1.1
11252026-02-14T01:41:12.256Z Downloaded olpc-cjson v0.1.4
11262026-02-14T01:41:12.256Z Downloaded num-iter v0.1.45
11272026-02-14T01:41:12.256Z Downloaded num-derive v0.4.2
11282026-02-14T01:41:12.256Z Downloaded nodrop v0.1.14
11292026-02-14T01:41:12.256Z Downloaded maplit v1.0.2
11302026-02-14T01:41:12.256Z Downloaded lru-cache v0.1.2
11312026-02-14T01:41:12.281Z Downloaded lru v0.12.5
11322026-02-14T01:41:12.281Z Downloaded keccak v0.1.5
11332026-02-14T01:41:12.281Z Downloaded indoc v1.0.9
11342026-02-14T01:41:12.281Z Downloaded console v0.16.0
11352026-02-14T01:41:12.281Z Downloaded colored v2.2.0
11362026-02-14T01:41:12.281Z Downloaded cancel-safe-futures v0.1.5
11372026-02-14T01:41:12.281Z Downloaded newtype-uuid-macros v0.1.0
11382026-02-14T01:41:12.282Z Downloaded mime v0.3.17
11392026-02-14T01:41:12.282Z Downloaded memoffset v0.9.1
11402026-02-14T01:41:12.282Z Downloaded lockfree-object-pool v0.1.6
11412026-02-14T01:41:12.282Z Downloaded lazycell v1.3.0
11422026-02-14T01:41:12.282Z Downloaded ident_case v1.0.1
11432026-02-14T01:41:12.306Z Downloaded nibble_vec v0.1.0
11442026-02-14T01:41:12.306Z Downloaded group v0.13.0
11452026-02-14T01:41:12.306Z Downloaded cipher v0.4.4
11462026-02-14T01:41:12.306Z Downloaded newline-converter v0.3.0
11472026-02-14T01:41:12.306Z Downloaded multimap v0.10.1
11482026-02-14T01:41:12.306Z Downloaded match_cfg v0.1.0
11492026-02-14T01:41:12.306Z Downloaded lazy_static v1.5.0
11502026-02-14T01:41:12.306Z Downloaded kstat-rs v0.2.4
11512026-02-14T01:41:12.306Z Downloaded dropshot-api-manager v0.2.4
11522026-02-14T01:41:12.306Z Downloaded derive_builder v0.20.2
11532026-02-14T01:41:12.306Z Downloaded impl-trait-for-tuples v0.2.2
11542026-02-14T01:41:12.306Z Downloaded hyper-tls v0.6.0
11552026-02-14T01:41:12.333Z Downloaded md-5 v0.10.6
11562026-02-14T01:41:12.333Z Downloaded linked-hash-map v0.5.6
11572026-02-14T01:41:12.333Z Downloaded hubpack_derive v0.1.1
11582026-02-14T01:41:12.333Z Downloaded highway v1.3.0
11592026-02-14T01:41:12.333Z Downloaded http-body-util v0.1.3
11602026-02-14T01:41:12.333Z Downloaded hex v0.4.3
11612026-02-14T01:41:12.333Z Downloaded cookie_store v0.21.1
11622026-02-14T01:41:12.333Z Downloaded cookie v0.18.1
11632026-02-14T01:41:12.333Z Downloaded const-oid v0.9.6
11642026-02-14T01:41:12.333Z Downloaded compact_str v0.8.0
11652026-02-14T01:41:12.333Z Downloaded colored v3.0.0
11662026-02-14T01:41:12.333Z Downloaded base64 v0.13.1
11672026-02-14T01:41:12.360Z Downloaded instant v0.1.13
11682026-02-14T01:41:12.360Z Downloaded inout v0.1.3
11692026-02-14T01:41:12.360Z Downloaded fxhash v0.2.1
11702026-02-14T01:41:12.360Z Downloaded futures-task v0.3.31
11712026-02-14T01:41:12.360Z Downloaded instability v0.3.2
11722026-02-14T01:41:12.360Z Downloaded ciborium v0.2.2
11732026-02-14T01:41:12.360Z Downloaded camino-tempfile-ext v0.3.2
11742026-02-14T01:41:12.360Z Downloaded bzip2 v0.5.2
11752026-02-14T01:41:12.360Z Downloaded backoff v0.4.0
11762026-02-14T01:41:12.360Z Downloaded chacha20 v0.9.1
11772026-02-14T01:41:12.360Z Downloaded bzip2 v0.4.4
11782026-02-14T01:41:12.360Z Downloaded bit-vec v0.6.3
11792026-02-14T01:41:12.360Z Downloaded futures v0.3.31
11802026-02-14T01:41:12.385Z Downloaded foldhash v0.2.0
11812026-02-14T01:41:12.386Z Downloaded critical-section v1.1.3
11822026-02-14T01:41:12.386Z Downloaded castaway v0.2.3
11832026-02-14T01:41:12.386Z Downloaded buf-list v1.0.3
11842026-02-14T01:41:12.386Z Downloaded block-padding v0.3.3
11852026-02-14T01:41:12.386Z Downloaded fs-err v2.11.0
11862026-02-14T01:41:12.386Z Downloaded half v1.8.3
11872026-02-14T01:41:12.386Z Downloaded globwalk v0.9.1
11882026-02-14T01:41:12.386Z Downloaded gethostname v0.5.0
11892026-02-14T01:41:12.386Z Downloaded futures-sink v0.3.31
11902026-02-14T01:41:12.386Z Downloaded ff v0.13.0
11912026-02-14T01:41:12.386Z Downloaded darling v0.20.10
11922026-02-14T01:41:12.411Z Downloaded daft v0.1.4
11932026-02-14T01:41:12.411Z Downloaded cmake v0.1.51
11942026-02-14T01:41:12.411Z Downloaded clang-sys v1.8.1
11952026-02-14T01:41:12.411Z Downloaded cbc v0.1.2
11962026-02-14T01:41:12.411Z Downloaded cargo_metadata v0.19.2
11972026-02-14T01:41:12.411Z Downloaded dropshot_endpoint v0.16.7
11982026-02-14T01:41:12.411Z Downloaded defmt v0.3.8
11992026-02-14T01:41:12.411Z Downloaded hostname v0.3.1
12002026-02-14T01:41:12.411Z Downloaded fallible-iterator v0.2.0
12012026-02-14T01:41:12.436Z Downloaded der_derive v0.7.3
12022026-02-14T01:41:12.436Z Downloaded const_format_proc_macros v0.2.34
12032026-02-14T01:41:12.436Z Downloaded fs_extra v1.3.0
12042026-02-14T01:41:12.436Z Downloaded float-ord v0.3.2
12052026-02-14T01:41:12.436Z Downloaded ena v0.14.3
12062026-02-14T01:41:12.436Z Downloaded ed25519 v2.2.3
12072026-02-14T01:41:12.436Z Downloaded derive_builder_core v0.20.2
12082026-02-14T01:41:12.436Z Downloaded defmt-macros v0.3.9
12092026-02-14T01:41:12.436Z Downloaded heck v0.3.3
12102026-02-14T01:41:12.436Z Downloaded hash32 v0.3.1
12112026-02-14T01:41:12.436Z Downloaded fixedbitset v0.4.2
12122026-02-14T01:41:12.436Z Downloaded curve25519-dalek-derive v0.1.1
12132026-02-14T01:41:12.436Z Downloaded console v0.15.10
12142026-02-14T01:41:12.461Z Downloaded ciborium-io v0.2.2
12152026-02-14T01:41:12.461Z Downloaded async-bb8-diesel v0.2.1
12162026-02-14T01:41:12.461Z Downloaded glob v0.3.2
12172026-02-14T01:41:12.461Z Downloaded foreign-types-shared v0.1.1
12182026-02-14T01:41:12.461Z Downloaded either v1.15.0
12192026-02-14T01:41:12.461Z Downloaded crc32fast v1.4.2
12202026-02-14T01:41:12.461Z Downloaded corncobs v0.1.4
12212026-02-14T01:41:12.461Z Downloaded chacha20poly1305 v0.10.1
12222026-02-14T01:41:12.461Z Downloaded cassowary v0.3.0
12232026-02-14T01:41:12.461Z Downloaded blake2 v0.10.6
12242026-02-14T01:41:12.461Z Downloaded bitflags v1.3.2
12252026-02-14T01:41:12.485Z Downloaded bcs v0.1.6
12262026-02-14T01:41:12.485Z Downloaded bb8 v0.8.5
12272026-02-14T01:41:12.485Z Downloaded diesel-dtrace v0.4.2
12282026-02-14T01:41:12.486Z Downloaded dtrace-parser v0.3.0
12292026-02-14T01:41:12.486Z Downloaded dropshot-api-manager-types v0.2.4
12302026-02-14T01:41:12.486Z Downloaded dof v0.4.0
12312026-02-14T01:41:12.486Z Downloaded diesel_table_macro_syntax v0.2.0
12322026-02-14T01:41:12.486Z Downloaded darling_macro v0.20.10
12332026-02-14T01:41:12.486Z Downloaded daft-derive v0.1.4
12342026-02-14T01:41:12.486Z Downloaded cexpr v0.6.0
12352026-02-14T01:41:12.486Z Downloaded blowfish v0.9.1
12362026-02-14T01:41:12.486Z Downloaded bitfield-struct v0.6.2
12372026-02-14T01:41:12.486Z Downloaded bitfield-macros v0.19.2
12382026-02-14T01:41:12.486Z Downloaded bit-vec v0.8.0
12392026-02-14T01:41:12.519Z Downloaded base64ct v1.6.0
12402026-02-14T01:41:12.519Z Downloaded atomicwrites v0.4.4
12412026-02-14T01:41:12.519Z Downloaded array-init v0.0.4
12422026-02-14T01:41:12.519Z Downloaded argon2 v0.5.3
12432026-02-14T01:41:12.519Z Downloaded ahash v0.8.12
12442026-02-14T01:41:12.519Z Downloaded ghash v0.5.1
12452026-02-14T01:41:12.519Z Downloaded futures-macro v0.3.31
12462026-02-14T01:41:12.519Z Downloaded aws-lc-sys v0.26.0
12472026-02-14T01:41:12.741Z Downloaded futures-io v0.3.31
12482026-02-14T01:41:12.765Z Downloaded futures-core v0.3.31
12492026-02-14T01:41:12.765Z Downloaded foreign-types v0.5.0
12502026-02-14T01:41:12.765Z Downloaded foldhash v0.1.5
12512026-02-14T01:41:12.765Z Downloaded float-cmp v0.10.0
12522026-02-14T01:41:12.765Z Downloaded flagset v0.4.6
12532026-02-14T01:41:12.765Z Downloaded fixedbitset v0.5.7
12542026-02-14T01:41:12.765Z Downloaded filetime v0.2.26
12552026-02-14T01:41:12.765Z Downloaded fd-lock v4.0.2
12562026-02-14T01:41:12.765Z Downloaded env_filter v0.1.2
12572026-02-14T01:41:12.765Z Downloaded enum-as-inner v0.6.1
12582026-02-14T01:41:12.765Z Downloaded endian-type v0.1.2
12592026-02-14T01:41:12.765Z Downloaded embedded-io v0.6.1
12602026-02-14T01:41:12.765Z Downloaded ecdsa v0.16.9
12612026-02-14T01:41:12.765Z Downloaded drift v0.1.3
12622026-02-14T01:41:12.790Z Downloaded document-features v0.2.11
12632026-02-14T01:41:12.790Z Downloaded display-error-chain v0.2.2
12642026-02-14T01:41:12.790Z Downloaded des v0.8.1
12652026-02-14T01:41:12.790Z Downloaded derive_builder_macro v0.20.2
12662026-02-14T01:41:12.790Z Downloaded crc8 v0.1.1
12672026-02-14T01:41:12.790Z Downloaded crc-catalog v2.4.0
12682026-02-14T01:41:12.790Z Downloaded crc v3.2.1
12692026-02-14T01:41:12.790Z Downloaded convert_case v0.4.0
12702026-02-14T01:41:12.790Z Downloaded constant_time_eq v0.3.1
12712026-02-14T01:41:12.790Z Downloaded cobs v0.2.3
12722026-02-14T01:41:12.790Z Downloaded ciborium-ll v0.2.2
12732026-02-14T01:41:12.790Z Downloaded cfg_aliases v0.2.1
12742026-02-14T01:41:12.790Z Downloaded cfg_aliases v0.1.1
12752026-02-14T01:41:12.790Z Downloaded cargo-platform v0.1.8
12762026-02-14T01:41:12.790Z Downloaded base16ct v0.2.0
12772026-02-14T01:41:12.790Z Downloaded atomic-waker v1.1.2
12782026-02-14T01:41:12.816Z Downloaded async-stream-impl v0.3.6
12792026-02-14T01:41:12.816Z Downloaded async-recursion v1.1.1
12802026-02-14T01:41:12.816Z Downloaded bindgen v0.71.1
12812026-02-14T01:41:12.816Z Downloaded foreign-types-macros v0.2.3
12822026-02-14T01:41:12.816Z Downloaded foreign-types v0.3.2
12832026-02-14T01:41:12.816Z Downloaded embedded-io v0.4.0
12842026-02-14T01:41:12.816Z Downloaded dunce v1.0.5
12852026-02-14T01:41:12.817Z Downloaded dsl_auto_type v0.1.2
12862026-02-14T01:41:12.817Z Downloaded cstr-argument v0.1.2
12872026-02-14T01:41:12.817Z Downloaded crypto-bigint v0.5.5
12882026-02-14T01:41:12.842Z Downloaded crunchy v0.2.2
12892026-02-14T01:41:12.842Z Downloaded crossterm v0.29.0
12902026-02-14T01:41:12.842Z Downloaded dirs-sys-next v0.1.2
12912026-02-14T01:41:12.842Z Downloaded diff v0.1.13
12922026-02-14T01:41:12.842Z Downloaded derive-ex v0.1.8
12932026-02-14T01:41:12.842Z Downloaded data-encoding v2.9.0
12942026-02-14T01:41:12.842Z Downloaded arrayvec v0.7.6
12952026-02-14T01:41:12.842Z Downloaded bitfield v0.19.2
12962026-02-14T01:41:12.842Z Downloaded difflib v0.4.0
12972026-02-14T01:41:12.842Z Downloaded derive-where v1.5.0
12982026-02-14T01:41:12.867Z Downloaded deranged v0.5.3
12992026-02-14T01:41:12.867Z Downloaded debug-ignore v1.0.5
13002026-02-14T01:41:12.867Z Downloaded darling_macro v0.21.0
13012026-02-14T01:41:12.867Z Downloaded darling v0.21.0
13022026-02-14T01:41:12.867Z Downloaded crossbeam-utils v0.8.21
13032026-02-14T01:41:12.867Z Downloaded crossbeam-deque v0.8.5
13042026-02-14T01:41:12.867Z Downloaded bit-set v0.8.0
13052026-02-14T01:41:12.867Z Downloaded bit-set v0.5.3
13062026-02-14T01:41:12.867Z Downloaded bcrypt-pbkdf v0.10.0
13072026-02-14T01:41:12.867Z Downloaded aws-lc-rs v1.12.4
13082026-02-14T01:41:12.892Z Downloaded aes v0.8.4
13092026-02-14T01:41:12.892Z Downloaded csv-core v0.1.11
13102026-02-14T01:41:12.892Z Downloaded arrayref v0.3.9
13112026-02-14T01:41:12.892Z Downloaded arc-swap v1.7.1
13122026-02-14T01:41:12.892Z Downloaded aho-corasick v1.1.3
13132026-02-14T01:41:12.916Z Downloaded allocator-api2 v0.2.21
13142026-02-14T01:41:12.916Z Downloaded aes-gcm v0.10.3
13152026-02-14T01:41:12.916Z Downloaded aead v0.5.2
13162026-02-14T01:41:12.916Z Downloaded addr2line v0.24.2
13172026-02-14T01:41:12.916Z Downloaded assert_matches v1.5.0
13182026-02-14T01:41:12.916Z Downloaded ascii-canvas v3.0.0
13192026-02-14T01:41:13.110Z Compiling value-bag v1.12.0
13202026-02-14T01:41:13.110Z Compiling lock_api v0.4.12
13212026-02-14T01:41:13.110Z Compiling scopeguard v1.2.0
13222026-02-14T01:41:13.136Z Compiling shlex v1.3.0
13232026-02-14T01:41:13.136Z Compiling smallvec v1.15.1
13242026-02-14T01:41:13.136Z Compiling syn v2.0.114
13252026-02-14T01:41:13.161Z Compiling getrandom v0.2.15
13262026-02-14T01:41:13.161Z Compiling jobserver v0.1.32
13272026-02-14T01:41:13.355Z Compiling typenum v1.17.0
13282026-02-14T01:41:13.603Z Compiling log v0.4.29
13292026-02-14T01:41:13.655Z Compiling rand_core v0.6.4
13302026-02-14T01:41:13.687Z Compiling cc v1.2.30
13312026-02-14T01:41:13.713Z Compiling generic-array v0.14.7
13322026-02-14T01:41:14.051Z Compiling subtle v2.6.1
13332026-02-14T01:41:14.051Z Compiling portable-atomic v1.11.0
13342026-02-14T01:41:14.109Z Compiling const-oid v0.9.6
13352026-02-14T01:41:14.208Z Compiling critical-section v1.1.3
13362026-02-14T01:41:14.333Z Compiling getrandom v0.3.4
13372026-02-14T01:41:14.376Z Compiling serde_json v1.0.149
13382026-02-14T01:41:14.403Z Compiling pkg-config v0.3.31
13392026-02-14T01:41:14.736Z Compiling spin v0.9.8
13402026-02-14T01:41:15.116Z Compiling pin-project-lite v0.2.14
13412026-02-14T01:41:15.262Z Compiling parking_lot_core v0.9.10
13422026-02-14T01:41:15.505Z Compiling regex-syntax v0.8.5
13432026-02-14T01:41:15.728Z Compiling libm v0.2.8
13442026-02-14T01:41:15.834Z Compiling rustix v0.38.37
13452026-02-14T01:41:16.041Z Compiling once_cell v1.21.3
13462026-02-14T01:41:16.323Z Compiling signal-hook-registry v1.4.2
13472026-02-14T01:41:16.731Z Compiling num-traits v0.2.19
13482026-02-14T01:41:16.795Z Compiling allocator-api2 v0.2.21
13492026-02-14T01:41:16.975Z Compiling parking_lot v0.12.3
13502026-02-14T01:41:17.481Z Compiling mio v1.0.2
13512026-02-14T01:41:17.569Z Compiling futures-core v0.3.31
13522026-02-14T01:41:17.611Z Compiling lazy_static v1.5.0
13532026-02-14T01:41:17.774Z Compiling aho-corasick v1.1.3
13542026-02-14T01:41:17.844Z Compiling percent-encoding v2.3.2
13552026-02-14T01:41:17.870Z Compiling socket2 v0.6.1
13562026-02-14T01:41:18.314Z Compiling slab v0.4.9
13572026-02-14T01:41:18.659Z Compiling cpufeatures v0.2.14
13582026-02-14T01:41:18.685Z Compiling futures-sink v0.3.31
13592026-02-14T01:41:18.787Z Compiling glob v0.3.2
13602026-02-14T01:41:18.814Z Compiling either v1.15.0
13612026-02-14T01:41:18.886Z Compiling futures-channel v0.3.31
13622026-02-14T01:41:19.199Z Compiling hashbrown v0.16.1
13632026-02-14T01:41:19.270Z Compiling futures-io v0.3.31
13642026-02-14T01:41:19.294Z Compiling rustversion v1.0.22
13652026-02-14T01:41:19.542Z Compiling pin-utils v0.1.0
13662026-02-14T01:41:19.606Z Compiling clang-sys v1.8.1
13672026-02-14T01:41:19.663Z Compiling futures-task v0.3.31
13682026-02-14T01:41:19.942Z Compiling regex-automata v0.4.11
13692026-02-14T01:41:19.995Z Compiling prettyplease v0.2.36
13702026-02-14T01:41:20.118Z Compiling minimal-lexical v0.2.1
13712026-02-14T01:41:20.380Z Compiling indexmap v2.13.0
13722026-02-14T01:41:20.421Z Compiling synstructure v0.13.1
13732026-02-14T01:41:20.634Z Compiling nom v7.1.3
13742026-02-14T01:41:21.311Z Compiling libloading v0.8.5
13752026-02-14T01:41:21.465Z Compiling home v0.5.9
13762026-02-14T01:41:21.669Z Compiling base64ct v1.6.0
13772026-02-14T01:41:21.694Z Compiling ident_case v1.0.1
13782026-02-14T01:41:21.826Z Compiling bindgen v0.69.5
13792026-02-14T01:41:21.911Z Compiling itertools v0.12.1
13802026-02-14T01:41:22.234Z Compiling pem-rfc7468 v0.7.0
13812026-02-14T01:41:22.717Z Compiling form_urlencoded v1.2.2
13822026-02-14T01:41:22.904Z Compiling lazycell v1.3.0
13832026-02-14T01:41:23.042Z Compiling rustc-hash v1.1.0
13842026-02-14T01:41:23.114Z Compiling flagset v0.4.6
13852026-02-14T01:41:23.216Z Compiling rand_core v0.9.3
13862026-02-14T01:41:23.356Z Compiling cmake v0.1.51
13872026-02-14T01:41:23.766Z Compiling cexpr v0.6.0
13882026-02-14T01:41:23.843Z Compiling paste v1.0.15
13892026-02-14T01:41:24.173Z Compiling fs_extra v1.3.0
13902026-02-14T01:41:24.307Z Compiling iana-time-zone v0.1.63
13912026-02-14T01:41:24.599Z Compiling foldhash v0.1.5
13922026-02-14T01:41:24.687Z Compiling dunce v1.0.5
13932026-02-14T01:41:24.754Z Compiling rustc_version v0.4.1
13942026-02-14T01:41:24.806Z Compiling serde_derive v1.0.228
13952026-02-14T01:41:24.806Z Compiling zeroize_derive v1.4.2
13962026-02-14T01:41:24.861Z Compiling zerofrom-derive v0.1.4
13972026-02-14T01:41:24.909Z Compiling yoke-derive v0.7.4
13982026-02-14T01:41:25.228Z Compiling zerovec-derive v0.10.3
13992026-02-14T01:41:25.391Z Compiling displaydoc v0.2.5
14002026-02-14T01:41:25.992Z Compiling zeroize v1.8.1
14012026-02-14T01:41:26.825Z Compiling icu_provider_macros v1.5.0
14022026-02-14T01:41:27.359Z Compiling zerocopy-derive v0.7.35
14032026-02-14T01:41:27.383Z Compiling tokio-macros v2.6.0
14042026-02-14T01:41:27.727Z Compiling crypto-common v0.1.6
14052026-02-14T01:41:27.790Z Compiling block-buffer v0.10.4
14062026-02-14T01:41:27.814Z Compiling zerofrom v0.1.4
14072026-02-14T01:41:27.996Z Compiling thiserror-impl v2.0.18
14082026-02-14T01:41:28.089Z Compiling digest v0.10.7
14092026-02-14T01:41:28.114Z Compiling yoke v0.7.4
14102026-02-14T01:41:28.477Z Compiling zerovec v0.10.4
14112026-02-14T01:41:28.585Z Compiling hmac v0.12.1
14122026-02-14T01:41:28.837Z Compiling block-padding v0.3.3
14132026-02-14T01:41:28.862Z Compiling futures-macro v0.3.31
14142026-02-14T01:41:29.108Z Compiling inout v0.1.3
14152026-02-14T01:41:29.150Z Compiling zerocopy v0.7.35
14162026-02-14T01:41:29.379Z Compiling regex v1.11.3
14172026-02-14T01:41:29.452Z Compiling cipher v0.4.4
14182026-02-14T01:41:29.958Z Compiling sha2 v0.10.9
14192026-02-14T01:41:30.286Z Compiling tinystr v0.7.6
14202026-02-14T01:41:30.424Z Compiling icu_collections v1.5.0
14212026-02-14T01:41:30.449Z Compiling futures-util v0.3.31
14222026-02-14T01:41:30.449Z Compiling ppv-lite86 v0.2.20
14232026-02-14T01:41:30.672Z Compiling icu_locid v1.5.0
14242026-02-14T01:41:30.738Z Compiling thiserror v2.0.18
14252026-02-14T01:41:30.907Z Compiling der_derive v0.7.3
14262026-02-14T01:41:31.219Z Compiling pest v2.8.2
14272026-02-14T01:41:31.270Z Compiling salsa20 v0.10.2
14282026-02-14T01:41:31.380Z Compiling serde v1.0.228
14292026-02-14T01:41:31.509Z Compiling pbkdf2 v0.12.2
14302026-02-14T01:41:31.699Z Compiling hashbrown v0.15.4
14312026-02-14T01:41:31.732Z Compiling uuid v1.19.0
14322026-02-14T01:41:32.528Z Compiling bitflags v2.9.4
14332026-02-14T01:41:32.581Z Compiling bytes v1.11.1
14342026-02-14T01:41:32.966Z Compiling icu_provider v1.5.0
14352026-02-14T01:41:32.991Z Compiling der v0.7.10
14362026-02-14T01:41:33.016Z Compiling chrono v0.4.43
14372026-02-14T01:41:33.127Z Compiling zerocopy v0.8.27
14382026-02-14T01:41:33.844Z Compiling tokio v1.49.0
14392026-02-14T01:41:33.880Z Compiling icu_locid_transform v1.5.0
14402026-02-14T01:41:34.016Z Compiling vcpkg v0.2.15
14412026-02-14T01:41:34.238Z Compiling pest_meta v2.8.2
14422026-02-14T01:41:35.487Z Compiling icu_properties v1.5.1
14432026-02-14T01:41:35.657Z Compiling spki v0.7.3
14442026-02-14T01:41:35.684Z Compiling openssl-sys v0.9.109
14452026-02-14T01:41:35.958Z Compiling http v1.4.0
14462026-02-14T01:41:36.001Z Compiling scrypt v0.11.0
14472026-02-14T01:41:36.045Z Compiling rand_chacha v0.9.0
14482026-02-14T01:41:36.543Z Compiling which v4.4.2
14492026-02-14T01:41:36.651Z Compiling aes v0.8.4
14502026-02-14T01:41:37.187Z Compiling cbc v0.1.2
14512026-02-14T01:41:37.513Z Compiling zerocopy-derive v0.8.27
14522026-02-14T01:41:38.007Z Compiling pkcs5 v0.7.1
14532026-02-14T01:41:38.203Z Compiling rand v0.9.2
14542026-02-14T01:41:38.447Z Compiling pest_generator v2.8.2
14552026-02-14T01:41:38.967Z Compiling tracing-attributes v0.1.27
14562026-02-14T01:41:39.059Z Compiling icu_normalizer v1.5.0
14572026-02-14T01:41:39.816Z Compiling serde_derive_internals v0.29.1
14582026-02-14T01:41:39.854Z Compiling ring v0.17.14
14592026-02-14T01:41:39.977Z Compiling idna_adapter v1.2.0
14602026-02-14T01:41:40.224Z Compiling idna v1.0.3
14612026-02-14T01:41:40.568Z Compiling tracing-core v0.1.32
14622026-02-14T01:41:40.802Z Compiling url v2.5.4
14632026-02-14T01:41:41.570Z Compiling schemars v0.8.22
14642026-02-14T01:41:41.752Z Compiling aws-lc-rs v1.12.4
14652026-02-14T01:41:41.782Z Compiling adler2 v2.0.0
14662026-02-14T01:41:41.851Z Compiling rustix v1.1.3
14672026-02-14T01:41:42.015Z Compiling miniz_oxide v0.8.5
14682026-02-14T01:41:42.065Z Compiling schemars_derive v0.8.22
14692026-02-14T01:41:42.250Z Compiling tracing v0.1.40
14702026-02-14T01:41:42.416Z Compiling tokio-util v0.7.15
14712026-02-14T01:41:42.956Z Compiling pest_derive v2.8.2
14722026-02-14T01:41:43.430Z Compiling pkcs8 v0.10.2
14732026-02-14T01:41:43.815Z Compiling http-body v1.0.1
14742026-02-14T01:41:43.839Z Compiling scroll_derive v0.13.1
14752026-02-14T01:41:44.078Z Compiling darling_core v0.20.10
14762026-02-14T01:41:44.102Z Compiling base64 v0.22.1
14772026-02-14T01:41:44.683Z Compiling httparse v1.9.5
14782026-02-14T01:41:44.726Z Compiling dyn-clone v1.0.20
14792026-02-14T01:41:44.775Z Compiling rustls-pki-types v1.10.0
14802026-02-14T01:41:44.955Z Compiling tinyvec_macros v0.1.1
14812026-02-14T01:41:45.077Z Compiling tinyvec v1.8.0
14822026-02-14T01:41:45.455Z Compiling scroll v0.13.0
14832026-02-14T01:41:46.023Z Compiling zstd-sys v2.0.14+zstd.1.5.7
14842026-02-14T01:41:46.475Z Compiling bzip2-sys v0.1.13+1.0.8
14852026-02-14T01:41:46.742Z Compiling openssl v0.10.73
14862026-02-14T01:41:46.955Z Compiling tower-service v0.3.3
14872026-02-14T01:41:46.994Z Compiling untrusted v0.7.1
14882026-02-14T01:41:47.120Z Compiling untrusted v0.9.0
14892026-02-14T01:41:47.144Z Compiling openssl-probe v0.1.5
14902026-02-14T01:41:47.214Z Compiling foreign-types-shared v0.1.1
14912026-02-14T01:41:47.339Z Compiling num-conv v0.1.0
14922026-02-14T01:41:47.372Z Compiling atomic-waker v1.1.2
14932026-02-14T01:41:47.475Z Compiling powerfmt v0.2.0
14942026-02-14T01:41:47.565Z Compiling try-lock v0.2.5
14952026-02-14T01:41:47.636Z Compiling time-core v0.1.6
14962026-02-14T01:41:47.761Z Compiling tower-layer v0.3.3
14972026-02-14T01:41:47.903Z Compiling tempfile v3.24.0
14982026-02-14T01:41:47.944Z Compiling time-macros v0.2.24
14992026-02-14T01:41:48.067Z Compiling deranged v0.5.3
15002026-02-14T01:41:48.380Z Compiling want v0.3.1
15012026-02-14T01:41:48.461Z Compiling h2 v0.4.6
15022026-02-14T01:41:48.651Z Compiling foreign-types v0.3.2
15032026-02-14T01:41:49.310Z Compiling darling_macro v0.20.10
15042026-02-14T01:41:50.107Z Compiling goblin v0.10.2
15052026-02-14T01:41:50.131Z Compiling darling v0.20.10
15062026-02-14T01:41:50.391Z Compiling ipnet v2.11.0
15072026-02-14T01:41:50.907Z Compiling openssl-macros v0.1.1
15082026-02-14T01:41:51.548Z Compiling wait-timeout v0.2.0
15092026-02-14T01:41:51.573Z Compiling num_threads v0.1.7
15102026-02-14T01:41:51.599Z Compiling quick-error v1.2.3
15112026-02-14T01:41:51.723Z Compiling gimli v0.31.1
15122026-02-14T01:41:51.767Z Compiling syn v1.0.109
15132026-02-14T01:41:52.043Z Compiling httpdate v1.0.3
15142026-02-14T01:41:52.079Z Compiling usdt-impl v0.6.0
15152026-02-14T01:41:52.324Z Compiling native-tls v0.2.12
15162026-02-14T01:41:52.445Z Compiling crossbeam-utils v0.8.21
15172026-02-14T01:41:52.488Z Compiling bit-vec v0.8.0
15182026-02-14T01:41:52.677Z Compiling rustls v0.23.19
15192026-02-14T01:41:52.954Z Compiling bit-set v0.8.0
15202026-02-14T01:41:53.133Z Compiling rusty-fork v0.3.0
15212026-02-14T01:41:53.183Z Compiling time v0.3.43
15222026-02-14T01:41:53.815Z Compiling derive_builder_core v0.20.2
15232026-02-14T01:41:55.654Z Compiling addr2line v0.24.2
15242026-02-14T01:41:56.075Z Compiling hyper v1.8.1
15252026-02-14T01:41:56.489Z Compiling unicode-normalization v0.1.24
15262026-02-14T01:41:56.551Z Compiling dtrace-parser v0.3.0
15272026-02-14T01:41:57.218Z Compiling dof v0.4.0
15282026-02-14T01:41:57.418Z Compiling signature v2.2.0
15292026-02-14T01:41:57.732Z Compiling heapless v0.7.17
15302026-02-14T01:41:58.150Z Compiling scroll_derive v0.12.0
15312026-02-14T01:41:58.216Z Compiling thiserror-impl v1.0.69
15322026-02-14T01:41:59.408Z Compiling rand_xorshift v0.4.0
15332026-02-14T01:41:59.432Z Compiling darling_core v0.21.0
15342026-02-14T01:41:59.527Z Compiling slog v2.8.2
15352026-02-14T01:41:59.698Z Compiling thread-id v5.0.0
15362026-02-14T01:41:59.836Z Compiling cookie v0.18.1
15372026-02-14T01:41:59.860Z Compiling crc32fast v1.4.2
15382026-02-14T01:42:00.102Z Compiling object v0.36.5
15392026-02-14T01:42:00.147Z Compiling rustc-demangle v0.1.24
15402026-02-14T01:42:00.188Z Compiling siphasher v0.3.11
15412026-02-14T01:42:00.238Z Compiling zstd-safe v7.2.3
15422026-02-14T01:42:00.550Z Compiling signal-hook v0.3.18
15432026-02-14T01:42:00.576Z Compiling anyhow v1.0.99
15442026-02-14T01:42:00.725Z Compiling unicode-bidi v0.3.17
15452026-02-14T01:42:00.817Z Compiling unicode-properties v0.1.3
15462026-02-14T01:42:00.845Z Compiling zlib-rs v0.5.1
15472026-02-14T01:42:00.948Z Compiling unarray v0.1.4
15482026-02-14T01:42:01.142Z Compiling proptest v1.7.0
15492026-02-14T01:42:01.295Z Compiling thiserror v1.0.69
15502026-02-14T01:42:01.464Z Compiling stringprep v0.1.5
15512026-02-14T01:42:01.873Z Compiling phf_shared v0.11.2
15522026-02-14T01:42:02.219Z Compiling scroll v0.12.0
15532026-02-14T01:42:02.738Z Compiling hyper-util v0.1.19
15542026-02-14T01:42:02.990Z Compiling derive_builder_macro v0.20.2
15552026-02-14T01:42:04.697Z Compiling ipnetwork v0.21.1
15562026-02-14T01:42:04.970Z Compiling darling_macro v0.21.0
15572026-02-14T01:42:05.431Z Compiling toml_datetime v0.6.11
15582026-02-14T01:42:05.720Z Compiling erased-serde v0.3.31
15592026-02-14T01:42:05.895Z Compiling serde_spanned v0.6.9
15602026-02-14T01:42:06.168Z Compiling backtrace v0.3.74
15612026-02-14T01:42:06.485Z Compiling serde_tokenstream v0.2.2
15622026-02-14T01:42:06.562Z Compiling rand_chacha v0.3.1
15632026-02-14T01:42:06.867Z Compiling md-5 v0.10.6
15642026-02-14T01:42:07.043Z Compiling libz-rs-sys v0.5.1
15652026-02-14T01:42:07.132Z Compiling curve25519-dalek v4.1.3
15662026-02-14T01:42:07.325Z Compiling vergen-lib v0.1.6
15672026-02-14T01:42:07.646Z Compiling num-integer v0.1.46
15682026-02-14T01:42:07.782Z Compiling sync_wrapper v1.0.1
15692026-02-14T01:42:07.849Z Compiling ff v0.13.0
15702026-02-14T01:42:07.971Z Compiling hash32 v0.2.1
15712026-02-14T01:42:08.105Z Compiling memoffset v0.9.1
15722026-02-14T01:42:08.263Z Compiling cfg_aliases v0.2.1
15732026-02-14T01:42:08.340Z Compiling smoltcp v0.9.1
15742026-02-14T01:42:08.366Z Compiling psl-types v2.0.11
15752026-02-14T01:42:08.391Z Compiling litrs v0.4.1
15762026-02-14T01:42:08.425Z Compiling base16ct v0.2.0
15772026-02-14T01:42:08.583Z Compiling ref-cast v1.0.25
15782026-02-14T01:42:08.696Z Compiling num-bigint-dig v0.8.6
15792026-02-14T01:42:08.747Z Compiling fallible-iterator v0.2.0
15802026-02-14T01:42:08.995Z Compiling sec1 v0.7.3
15812026-02-14T01:42:09.049Z Compiling publicsuffix v2.3.0
15822026-02-14T01:42:09.367Z Compiling postgres-protocol v0.6.8
15832026-02-14T01:42:09.392Z Compiling nix v0.29.0
15842026-02-14T01:42:09.416Z Compiling document-features v0.2.11
15852026-02-14T01:42:09.516Z Compiling num-iter v0.1.45
15862026-02-14T01:42:09.739Z Compiling group v0.13.0
15872026-02-14T01:42:10.059Z Compiling tower v0.5.2
15882026-02-14T01:42:10.240Z Compiling flate2 v1.1.2
15892026-02-14T01:42:10.420Z Compiling rand v0.8.5
15902026-02-14T01:42:10.983Z Compiling newtype-uuid v1.3.2
15912026-02-14T01:42:11.069Z Compiling darling v0.21.0
15922026-02-14T01:42:11.156Z Compiling oxnet v0.1.4
15932026-02-14T01:42:11.232Z Compiling derive_builder v0.20.2
15942026-02-14T01:42:11.363Z Compiling tokio-native-tls v0.3.1
15952026-02-14T01:42:11.423Z Compiling goblin v0.8.2
15962026-02-14T01:42:12.080Z Compiling rustls-native-certs v0.8.1
15972026-02-14T01:42:12.268Z Compiling webpki-roots v1.0.1
15982026-02-14T01:42:12.498Z Compiling http-body-util v0.1.3
15992026-02-14T01:42:12.621Z Compiling strum_macros v0.27.2
16002026-02-14T01:42:12.703Z Compiling terminal_size v0.4.0
16012026-02-14T01:42:12.728Z Compiling cargo-platform v0.1.8
16022026-02-14T01:42:12.937Z Compiling hkdf v0.12.4
16032026-02-14T01:42:12.970Z Compiling crypto-bigint v0.5.5
16042026-02-14T01:42:13.184Z Compiling ref-cast-impl v1.0.25
16052026-02-14T01:42:13.219Z Compiling async-trait v0.1.89
16062026-02-14T01:42:13.615Z Compiling hubpack_derive v0.1.1
16072026-02-14T01:42:14.157Z Compiling curve25519-dalek-derive v0.1.1
16082026-02-14T01:42:14.386Z Compiling daft-derive v0.1.4
16092026-02-14T01:42:15.414Z Compiling vergen v9.0.6
16102026-02-14T01:42:15.439Z Compiling ahash v0.8.12
16112026-02-14T01:42:15.778Z Compiling fs-err v3.1.1
16122026-02-14T01:42:15.846Z Compiling unicode-segmentation v1.12.0
16132026-02-14T01:42:15.882Z Compiling iri-string v0.7.8
16142026-02-14T01:42:16.194Z Compiling ryu v1.0.18
16152026-02-14T01:42:16.570Z Compiling bitflags v1.3.2
16162026-02-14T01:42:16.710Z Compiling buf-list v1.0.3
16172026-02-14T01:42:16.736Z Compiling winnow v0.5.40
16182026-02-14T01:42:17.240Z Compiling lockfree-object-pool v0.1.6
16192026-02-14T01:42:17.358Z Compiling managed v0.8.0
16202026-02-14T01:42:17.527Z Compiling bumpalo v3.16.0
16212026-02-14T01:42:17.826Z Compiling simd-adler32 v0.3.7
16222026-02-14T01:42:18.162Z Compiling strum v0.27.2
16232026-02-14T01:42:18.350Z Compiling zopfli v0.8.1
16242026-02-14T01:42:18.374Z Compiling dof v0.3.0
16252026-02-14T01:42:19.619Z Compiling tower-http v0.6.6
16262026-02-14T01:42:19.720Z Compiling clap_builder v4.5.48
16272026-02-14T01:42:19.746Z Compiling serde_urlencoded v0.7.1
16282026-02-14T01:42:19.936Z Compiling toml_edit v0.19.15
16292026-02-14T01:42:19.972Z Compiling daft v0.1.4
16302026-02-14T01:42:20.192Z Compiling elliptic-curve v0.13.8
16312026-02-14T01:42:20.422Z Compiling hubpack v0.1.2
16322026-02-14T01:42:20.651Z Compiling cargo_metadata v0.19.2
16332026-02-14T01:42:20.815Z Compiling hyper-tls v0.6.0
16342026-02-14T01:42:21.000Z Compiling signal-hook-mio v0.2.4
16352026-02-14T01:42:21.232Z Compiling cookie_store v0.21.1
16362026-02-14T01:42:21.260Z Compiling zstd v0.13.3
16372026-02-14T01:42:23.323Z Compiling serde_with_macros v3.16.1
16382026-02-14T01:42:23.715Z Compiling postgres-types v0.2.9
16392026-02-14T01:42:24.674Z Compiling usdt-macro v0.6.0
16402026-02-14T01:42:24.858Z Compiling usdt-attr-macro v0.6.0
16412026-02-14T01:42:25.576Z Compiling phf v0.11.2
16422026-02-14T01:42:25.877Z Compiling dtrace-parser v0.2.0
16432026-02-14T01:42:25.910Z Compiling ed25519 v2.2.3
16442026-02-14T01:42:26.051Z Compiling bzip2 v0.5.2
16452026-02-14T01:42:26.269Z Compiling bzip2 v0.4.4
16462026-02-14T01:42:26.510Z Compiling pkcs1 v0.7.5
16472026-02-14T01:42:26.636Z Compiling strum_macros v0.26.4
16482026-02-14T01:42:27.001Z Compiling clap_derive v4.5.47
16492026-02-14T01:42:27.083Z Compiling enum-as-inner v0.6.1
16502026-02-14T01:42:27.336Z Compiling serde-big-array v0.5.1
16512026-02-14T01:42:27.614Z Compiling hex v0.4.3
16522026-02-14T01:42:27.638Z Compiling rfc6979 v0.4.0
16532026-02-14T01:42:27.838Z Compiling bstr v1.10.0
16542026-02-14T01:42:27.905Z Compiling serde_repr v0.1.19
16552026-02-14T01:42:28.066Z Compiling float-cmp v0.10.0
16562026-02-14T01:42:28.194Z Compiling env_filter v0.1.2
16572026-02-14T01:42:28.326Z Compiling memmap2 v0.9.8
16582026-02-14T01:42:28.745Z Compiling socket2 v0.5.10
16592026-02-14T01:42:28.783Z Compiling encoding_rs v0.8.34
16602026-02-14T01:42:28.857Z Compiling static_assertions v1.1.0
16612026-02-14T01:42:28.970Z Compiling fixedbitset v0.5.7
16622026-02-14T01:42:29.245Z Compiling new_debug_unreachable v1.0.6
16632026-02-14T01:42:29.360Z Compiling rustc-hash v2.1.1
16642026-02-14T01:42:29.568Z Compiling mime v0.3.17
16652026-02-14T01:42:29.595Z Compiling fixedbitset v0.4.2
16662026-02-14T01:42:29.621Z Compiling whoami v1.5.2
16672026-02-14T01:42:30.005Z Compiling predicates-core v1.0.8
16682026-02-14T01:42:30.533Z Compiling difflib v0.4.0
16692026-02-14T01:42:30.533Z Compiling normalize-line-endings v0.3.0
16702026-02-14T01:42:30.533Z Compiling jiff v0.2.15
16712026-02-14T01:42:30.533Z Compiling foldhash v0.2.0
16722026-02-14T01:42:30.533Z Compiling keccak v0.1.5
16732026-02-14T01:42:30.774Z Compiling data-encoding v2.9.0
16742026-02-14T01:42:30.799Z Compiling precomputed-hash v0.1.1
16752026-02-14T01:42:30.944Z Compiling toml_edit v0.22.27
16762026-02-14T01:42:31.356Z Compiling string_cache v0.8.9
16772026-02-14T01:42:31.751Z Compiling hickory-proto v0.25.2
16782026-02-14T01:42:32.217Z Compiling sha3 v0.10.8
16792026-02-14T01:42:32.276Z Compiling clap v4.5.48
16802026-02-14T01:42:32.312Z Compiling iddqd v0.3.16
16812026-02-14T01:42:32.413Z Compiling predicates v3.1.3
16822026-02-14T01:42:33.190Z Compiling strum v0.26.3
16832026-02-14T01:42:33.388Z Compiling tokio-postgres v0.7.13
16842026-02-14T01:42:33.554Z Compiling petgraph v0.6.5
16852026-02-14T01:42:33.836Z Compiling petgraph v0.8.2
16862026-02-14T01:42:34.664Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
16872026-02-14T01:42:36.738Z Compiling similar v2.7.0
16882026-02-14T01:42:37.292Z Compiling zip v4.2.0
16892026-02-14T01:42:38.059Z Compiling usdt-impl v0.5.0
16902026-02-14T01:42:38.087Z Compiling usdt v0.6.0
16912026-02-14T01:42:38.548Z Compiling env_logger v0.11.8
16922026-02-14T01:42:38.771Z Compiling serde_with v3.16.1
16932026-02-14T01:42:39.319Z Compiling ecdsa v0.16.9
16942026-02-14T01:42:39.349Z Compiling rsa v0.9.8
16952026-02-14T01:42:39.374Z Compiling zip v0.6.6
16962026-02-14T01:42:40.145Z Compiling ed25519-dalek v2.1.1
16972026-02-14T01:42:40.772Z Compiling toml v0.7.8
16982026-02-14T01:42:41.336Z Compiling crossterm v0.28.1
16992026-02-14T01:42:42.275Z Compiling heck v0.4.1
17002026-02-14T01:42:42.310Z Compiling crossbeam-epoch v0.9.18
17012026-02-14T01:42:42.552Z Compiling tokio-stream v0.1.17
17022026-02-14T01:42:42.596Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
17032026-02-14T01:42:42.696Z Compiling x509-cert v0.2.5
17042026-02-14T01:42:42.756Z Compiling openapiv3 v2.2.0
17052026-02-14T01:42:42.998Z Compiling sha1 v0.10.6
17062026-02-14T01:42:43.022Z Compiling itertools v0.10.5
17072026-02-14T01:42:43.447Z Compiling itertools v0.13.0
17082026-02-14T01:42:43.489Z Compiling winnow v0.6.26
17092026-02-14T01:42:44.248Z Compiling lalrpop-util v0.19.12
17102026-02-14T01:42:44.556Z Compiling peg-runtime v0.8.5
17112026-02-14T01:42:45.035Z Compiling thread_local v1.1.8
17122026-02-14T01:42:45.290Z Compiling slog-async v2.8.0
17132026-02-14T01:42:45.458Z Compiling crossbeam-channel v0.5.15
17142026-02-14T01:42:45.790Z Compiling xattr v1.3.1
17152026-02-14T01:42:45.967Z Compiling futures-executor v0.3.31
17162026-02-14T01:42:45.996Z Compiling is-terminal v0.4.13
17172026-02-14T01:42:46.046Z Compiling filetime v0.2.26
17182026-02-14T01:42:46.098Z Compiling take_mut v0.2.2
17192026-02-14T01:42:46.189Z Compiling term v1.1.0
17202026-02-14T01:42:46.324Z Compiling tar v0.4.44
17212026-02-14T01:42:46.361Z Compiling futures v0.3.31
17222026-02-14T01:42:47.131Z Compiling slog-term v2.9.2
17232026-02-14T01:42:48.679Z Compiling aws-lc-sys v0.26.0
17242026-02-14T01:43:23.801Z Compiling rustls-webpki v0.102.8
17252026-02-14T01:43:30.186Z Compiling tokio-rustls v0.26.0
17262026-02-14T01:43:30.559Z Compiling hyper-rustls v0.27.7
17272026-02-14T01:43:30.934Z Compiling reqwest v0.12.24
17282026-02-14T01:43:36.055Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
17292026-02-14T01:43:36.465Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
17302026-02-14T01:43:42.456Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 34s
17312026-02-14T01:43:42.614Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control`
17322026-02-14T01:43:42.692ZFeb 14 01:43:41.798 INFO Starting download, target: Console
17332026-02-14T01:43:42.693ZFeb 14 01:43:41.799 INFO Starting download, target: DendriteStub
17342026-02-14T01:43:42.693ZFeb 14 01:43:41.799 INFO Starting download, target: Clickhouse
17352026-02-14T01:43:42.693ZFeb 14 01:43:41.799 INFO Starting download, target: Cockroach
17362026-02-14T01:43:42.718ZFeb 14 01:43:41.799 INFO Starting download, target: MaghemiteMgd
17372026-02-14T01:43:42.719ZFeb 14 01:43:41.799 INFO Starting download, target: TransceiverControl
17382026-02-14T01:43:42.719ZFeb 14 01:43:41.800 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
17392026-02-14T01:43:42.719ZFeb 14 01:43:41.800 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
17402026-02-14T01:43:42.719ZFeb 14 01:43:41.800 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
17412026-02-14T01:43:42.719ZFeb 14 01:43:41.800 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
17422026-02-14T01:43:42.720ZFeb 14 01:43:41.800 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse
17432026-02-14T01:43:42.720ZFeb 14 01:43:41.801 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
17442026-02-14T01:43:43.074ZFeb 14 01:43:42.178 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
17452026-02-14T01:43:43.501ZFeb 14 01:43:42.604 INFO Download complete, target: Console
17462026-02-14T01:43:48.419ZFeb 14 01:43:47.515 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
17472026-02-14T01:43:48.810ZFeb 14 01:43:47.908 INFO Download complete, target: TransceiverControl
17482026-02-14T01:43:53.977ZFeb 14 01:43:53.085 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
17492026-02-14T01:43:54.594ZFeb 14 01:43:53.703 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
17502026-02-14T01:43:55.032ZFeb 14 01:43:54.140 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
17512026-02-14T01:43:55.056ZFeb 14 01:43:54.140 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
17522026-02-14T01:43:59.644ZFeb 14 01:43:58.752 INFO Download complete, target: DendriteStub
17532026-02-14T01:44:00.485ZFeb 14 01:43:59.594 INFO Download complete, target: MaghemiteMgd
17542026-02-14T01:44:07.666ZFeb 14 01:44:06.775 INFO Checking that binary works, target: Cockroach
17552026-02-14T01:44:07.954ZFeb 14 01:44:07.062 INFO Download complete, target: Cockroach
17562026-02-14T01:44:09.129ZFeb 14 01:44:08.237 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse
17572026-02-14T01:44:25.295ZFeb 14 01:44:24.403 INFO Checking that binary works, target: Clickhouse
17582026-02-14T01:44:25.509ZFeb 14 01:44:24.618 INFO Download complete, target: Clickhouse
17592026-02-14T01:44:25.534ZAll prerequisites installed successfully
17602026-02-14T01:44:25.534Z
17612026-02-14T01:44:25.534Zreal 6:34.925906993
17622026-02-14T01:44:25.534Zuser 18:08.130360917
17632026-02-14T01:44:25.534Zsys 2:52.453714692
17642026-02-14T01:44:25.534Ztrap 0.683605023
17652026-02-14T01:44:25.534Ztflt 0.473463341
17662026-02-14T01:44:25.534Zdflt 0.961625835
17672026-02-14T01:44:25.534Zkflt 0.009250715
17682026-02-14T01:44:25.534Zlock 50:07.066070760
17692026-02-14T01:44:25.534Zslp 1:07:25.776900988
17702026-02-14T01:44:25.534Zlat 1:24.590414952
17712026-02-14T01:44:25.534Zstop 3:07.712012613
17722026-02-14T01:44:25.534Z+ ptime -m cargo xtask download softnpu
17732026-02-14T01:44:26.958Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.31s
17742026-02-14T01:44:26.995Z Running `target/debug/xtask download softnpu`
17752026-02-14T01:44:28.741Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.68s
17762026-02-14T01:44:28.825Z Running `target/debug/xtask-downloader softnpu`
17772026-02-14T01:44:28.886ZFeb 14 01:44:27.994 INFO Starting download, target: Softnpu
17782026-02-14T01:44:28.910ZFeb 14 01:44:27.996 INFO Downloading out/npuzone/npuzone (attempt 1/3), target: Softnpu
17792026-02-14T01:44:30.611ZFeb 14 01:44:29.718 INFO Download complete, target: Softnpu
17802026-02-14T01:44:30.636Z
17812026-02-14T01:44:30.636Zreal 5.087077433
17822026-02-14T01:44:30.636Zuser 2.682744358
17832026-02-14T01:44:30.636Zsys 1.514201545
17842026-02-14T01:44:30.636Ztrap 0.000760463
17852026-02-14T01:44:30.636Ztflt 0.000167941
17862026-02-14T01:44:30.636Zdflt 0.000559655
17872026-02-14T01:44:30.636Zkflt 0.000000000
17882026-02-14T01:44:30.636Zlock 18.678763488
17892026-02-14T01:44:30.636Zslp 1.457050713
17902026-02-14T01:44:30.636Zlat 0.236345419
17912026-02-14T01:44:30.636Zstop 0.000292650
17922026-02-14T01:44:30.636Z+ export CARGO_INCREMENTAL=0
17932026-02-14T01:44:30.636Z+ CARGO_INCREMENTAL=0
17942026-02-14T01:44:30.636Z+ ptime -m cargo run --locked --release --bin omicron-package -- -t test target create -p dev
17952026-02-14T01:44:32.788Z Compiling proc-macro2 v1.0.101
17962026-02-14T01:44:32.788Z Compiling unicode-ident v1.0.19
17972026-02-14T01:44:32.789Z Compiling libc v0.2.180
17982026-02-14T01:44:32.789Z Compiling serde_core v1.0.228
17992026-02-14T01:44:32.814Z Compiling serde v1.0.228
18002026-02-14T01:44:32.814Z Compiling autocfg v1.4.0
18012026-02-14T01:44:32.814Z Compiling cfg-if v1.0.4
18022026-02-14T01:44:33.028Z Compiling version_check v0.9.5
18032026-02-14T01:44:33.083Z Compiling memchr v2.7.4
18042026-02-14T01:44:33.083Z Compiling shlex v1.3.0
18052026-02-14T01:44:33.711Z Compiling lock_api v0.4.12
18062026-02-14T01:44:33.749Z Compiling value-bag v1.12.0
18072026-02-14T01:44:34.040Z Compiling zmij v1.0.15
18082026-02-14T01:44:34.293Z Compiling log v0.4.29
18092026-02-14T01:44:34.293Z Compiling typenum v1.17.0
18102026-02-14T01:44:34.509Z Compiling portable-atomic v1.11.0
18112026-02-14T01:44:34.915Z Compiling quote v1.0.40
18122026-02-14T01:44:35.081Z Compiling jobserver v0.1.32
18132026-02-14T01:44:35.123Z Compiling serde_json v1.0.149
18142026-02-14T01:44:35.418Z Compiling syn v2.0.114
18152026-02-14T01:44:35.444Z Compiling generic-array v0.14.7
18162026-02-14T01:44:35.486Z Compiling cc v1.2.30
18172026-02-14T01:44:35.521Z Compiling getrandom v0.3.4
18182026-02-14T01:44:35.742Z Compiling libm v0.2.8
18192026-02-14T01:44:35.766Z Compiling num-traits v0.2.19
18202026-02-14T01:44:36.146Z Compiling scopeguard v1.2.0
18212026-02-14T01:44:36.170Z Compiling parking_lot_core v0.9.10
18222026-02-14T01:44:36.257Z Compiling smallvec v1.15.1
18232026-02-14T01:44:36.607Z Compiling regex-syntax v0.8.5
18242026-02-14T01:44:36.825Z Compiling itoa v1.0.11
18252026-02-14T01:44:37.466Z Compiling getrandom v0.2.15
18262026-02-14T01:44:37.590Z Compiling thiserror v2.0.18
18272026-02-14T01:44:37.890Z Compiling pkg-config v0.3.31
18282026-02-14T01:44:38.129Z Compiling aho-corasick v1.1.3
18292026-02-14T01:44:38.215Z Compiling rustix v0.38.37
18302026-02-14T01:44:38.791Z Compiling errno v0.3.12
18312026-02-14T01:44:38.815Z Compiling stable_deref_trait v1.2.0
18322026-02-14T01:44:38.910Z Compiling either v1.15.0
18332026-02-14T01:44:38.967Z Compiling spin v0.9.8
18342026-02-14T01:44:39.149Z Compiling slab v0.4.9
18352026-02-14T01:44:39.175Z Compiling allocator-api2 v0.2.21
18362026-02-14T01:44:39.403Z Compiling equivalent v1.0.2
18372026-02-14T01:44:39.507Z Compiling semver v1.0.27
18382026-02-14T01:44:39.673Z Compiling lazy_static v1.5.0
18392026-02-14T01:44:40.166Z Compiling schemars v0.8.22
18402026-02-14T01:44:40.233Z Compiling regex-automata v0.4.11
18412026-02-14T01:44:41.627Z Compiling rand_core v0.6.4
18422026-02-14T01:44:42.114Z Compiling critical-section v1.1.3
18432026-02-14T01:44:42.155Z Compiling byteorder v1.5.0
18442026-02-14T01:44:42.314Z Compiling synstructure v0.13.1
18452026-02-14T01:44:42.397Z Compiling serde_derive_internals v0.29.1
18462026-02-14T01:44:42.675Z Compiling once_cell v1.21.3
18472026-02-14T01:44:43.457Z Compiling litemap v0.7.3
18482026-02-14T01:44:43.502Z Compiling writeable v0.5.5
18492026-02-14T01:44:43.526Z Compiling subtle v2.6.1
18502026-02-14T01:44:43.920Z Compiling glob v0.3.2
18512026-02-14T01:44:44.238Z Compiling prettyplease v0.2.36
18522026-02-14T01:44:44.404Z Compiling pin-project-lite v0.2.14
18532026-02-14T01:44:44.552Z Compiling percent-encoding v2.3.2
18542026-02-14T01:44:44.613Z Compiling clang-sys v1.8.1
18552026-02-14T01:44:44.953Z Compiling fnv v1.0.7
18562026-02-14T01:44:45.053Z Compiling icu_locid_transform_data v1.5.0
18572026-02-14T01:44:45.133Z Compiling minimal-lexical v0.2.1
18582026-02-14T01:44:45.351Z Compiling libloading v0.8.5
18592026-02-14T01:44:45.632Z Compiling serde_derive v1.0.228
18602026-02-14T01:44:45.667Z Compiling zeroize_derive v1.4.2
18612026-02-14T01:44:45.715Z Compiling zerofrom-derive v0.1.4
18622026-02-14T01:44:45.739Z Compiling yoke-derive v0.7.4
18632026-02-14T01:44:45.859Z Compiling zerovec-derive v0.10.3
18642026-02-14T01:44:45.995Z Compiling displaydoc v0.2.5
18652026-02-14T01:44:46.423Z Compiling icu_provider_macros v1.5.0
18662026-02-14T01:44:46.800Z Compiling tokio-macros v2.6.0
18672026-02-14T01:44:47.251Z Compiling zeroize v1.8.1
18682026-02-14T01:44:47.370Z Compiling zerocopy-derive v0.7.35
18692026-02-14T01:44:47.725Z Compiling thiserror-impl v2.0.18
18702026-02-14T01:44:47.866Z Compiling regex v1.11.3
18712026-02-14T01:44:48.123Z Compiling futures-macro v0.3.31
18722026-02-14T01:44:48.148Z Compiling schemars_derive v0.8.22
18732026-02-14T01:44:48.173Z Compiling zerofrom v0.1.4
18742026-02-14T01:44:48.421Z Compiling yoke v0.7.4
18752026-02-14T01:44:48.865Z Compiling zerovec v0.10.4
18762026-02-14T01:44:49.368Z Compiling nom v7.1.3
18772026-02-14T01:44:49.582Z Compiling home v0.5.9
18782026-02-14T01:44:49.673Z Compiling icu_properties_data v1.5.0
18792026-02-14T01:44:49.826Z Compiling bindgen v0.69.5
18802026-02-14T01:44:50.800Z Compiling itertools v0.12.1
18812026-02-14T01:44:51.510Z Compiling tinystr v0.7.6
18822026-02-14T01:44:51.988Z Compiling icu_locid v1.5.0
18832026-02-14T01:44:52.012Z Compiling icu_collections v1.5.0
18842026-02-14T01:44:52.568Z Compiling cexpr v0.6.0
18852026-02-14T01:44:52.974Z Compiling bitflags v2.9.4
18862026-02-14T01:44:53.071Z Compiling bytes v1.11.1
18872026-02-14T01:44:53.815Z Compiling icu_provider v1.5.0
18882026-02-14T01:44:54.339Z Compiling heck v0.5.0
18892026-02-14T01:44:54.463Z Compiling lazycell v1.3.0
18902026-02-14T01:44:54.675Z Compiling icu_locid_transform v1.5.0
18912026-02-14T01:44:54.699Z Compiling rustc-hash v1.1.0
18922026-02-14T01:44:54.821Z Compiling icu_normalizer_data v1.5.0
18932026-02-14T01:44:54.899Z Compiling utf8_iter v1.0.4
18942026-02-14T01:44:54.963Z Compiling write16 v1.0.0
18952026-02-14T01:44:55.075Z Compiling utf16_iter v1.0.5
18962026-02-14T01:44:55.190Z Compiling paste v1.0.15
18972026-02-14T01:44:55.403Z Compiling cmake v0.1.51
18982026-02-14T01:44:55.719Z Compiling signal-hook-registry v1.4.2
18992026-02-14T01:44:55.891Z Compiling fs_extra v1.3.0
19002026-02-14T01:44:56.068Z Compiling dunce v1.0.5
19012026-02-14T01:44:56.134Z Compiling icu_properties v1.5.1
19022026-02-14T01:44:56.462Z Compiling parking_lot v0.12.3
19032026-02-14T01:44:57.081Z Compiling which v4.4.2
19042026-02-14T01:44:57.699Z Compiling crypto-common v0.1.6
19052026-02-14T01:44:57.756Z Compiling hashbrown v0.16.1
19062026-02-14T01:44:57.954Z Compiling mio v1.0.2
19072026-02-14T01:44:59.016Z Compiling form_urlencoded v1.2.2
19082026-02-14T01:44:59.546Z Compiling const-oid v0.9.6
19092026-02-14T01:44:59.592Z Compiling rustversion v1.0.22
19102026-02-14T01:45:00.154Z Compiling icu_normalizer v1.5.0
19112026-02-14T01:45:00.272Z Compiling indexmap v2.13.0
19122026-02-14T01:45:00.296Z Compiling socket2 v0.6.1
19132026-02-14T01:45:01.197Z Compiling idna_adapter v1.2.0
19142026-02-14T01:45:01.458Z Compiling idna v1.0.3
19152026-02-14T01:45:01.812Z Compiling tokio v1.49.0
19162026-02-14T01:45:02.403Z Compiling url v2.5.4
19172026-02-14T01:45:03.211Z Compiling ring v0.17.14
19182026-02-14T01:45:03.531Z Compiling zerocopy v0.8.27
19192026-02-14T01:45:04.240Z Compiling block-buffer v0.10.4
19202026-02-14T01:45:04.345Z Compiling tracing-attributes v0.1.27
19212026-02-14T01:45:04.543Z Compiling der_derive v0.7.3
19222026-02-14T01:45:05.115Z Compiling vcpkg v0.2.15
19232026-02-14T01:45:06.496Z Compiling thiserror v1.0.69
19242026-02-14T01:45:06.889Z Compiling aws-lc-rs v1.12.4
19252026-02-14T01:45:07.001Z Compiling openssl-sys v0.9.109
19262026-02-14T01:45:07.047Z Compiling digest v0.10.7
19272026-02-14T01:45:07.353Z Compiling zerocopy-derive v0.8.27
19282026-02-14T01:45:07.501Z Compiling strsim v0.11.1
19292026-02-14T01:45:07.853Z Compiling futures-core v0.3.31
19302026-02-14T01:45:08.121Z Compiling zerocopy v0.7.35
19312026-02-14T01:45:08.150Z Compiling thiserror-impl v1.0.69
19322026-02-14T01:45:08.569Z Compiling iana-time-zone v0.1.63
19332026-02-14T01:45:08.794Z Compiling aws-lc-sys v0.26.0
19342026-02-14T01:45:08.885Z Compiling ucd-trie v0.1.7
19352026-02-14T01:45:09.319Z Compiling pest v2.8.2
19362026-02-14T01:45:09.458Z Compiling chrono v0.4.43
19372026-02-14T01:45:09.809Z Compiling serde_tokenstream v0.2.2
19382026-02-14T01:45:10.418Z Compiling uuid v1.19.0
19392026-02-14T01:45:10.528Z Compiling httparse v1.9.5
19402026-02-14T01:45:10.652Z Compiling ident_case v1.0.1
19412026-02-14T01:45:10.811Z Compiling foldhash v0.1.5
19422026-02-14T01:45:11.123Z Compiling hashbrown v0.15.4
19432026-02-14T01:45:12.306Z Compiling pest_meta v2.8.2
19442026-02-14T01:45:12.353Z Compiling rustix v1.1.3
19452026-02-14T01:45:13.392Z Compiling syn v1.0.109
19462026-02-14T01:45:13.792Z Compiling pest_generator v2.8.2
19472026-02-14T01:45:14.534Z Compiling futures-sink v0.3.31
19482026-02-14T01:45:14.638Z Compiling num-conv v0.1.0
19492026-02-14T01:45:14.738Z Compiling time-core v0.1.6
19502026-02-14T01:45:14.945Z Compiling futures-channel v0.3.31
19512026-02-14T01:45:15.071Z Compiling time-macros v0.2.24
19522026-02-14T01:45:15.550Z Compiling pest_derive v2.8.2
19532026-02-14T01:45:15.969Z Compiling rustc_version v0.4.1
19542026-02-14T01:45:16.277Z Compiling cpufeatures v0.2.14
19552026-02-14T01:45:16.405Z Compiling dyn-clone v1.0.20
19562026-02-14T01:45:16.522Z Compiling openssl v0.10.73
19572026-02-14T01:45:16.617Z Compiling futures-io v0.3.31
19582026-02-14T01:45:16.819Z Compiling pin-utils v0.1.0
19592026-02-14T01:45:16.946Z Compiling futures-task v0.3.31
19602026-02-14T01:45:17.042Z Compiling hmac v0.12.1
19612026-02-14T01:45:17.304Z Compiling futures-util v0.3.31
19622026-02-14T01:45:17.428Z Compiling plain v0.2.3
19632026-02-14T01:45:17.636Z Compiling block-padding v0.3.3
19642026-02-14T01:45:17.922Z Compiling openssl-macros v0.1.1
19652026-02-14T01:45:18.612Z Compiling rustls v0.23.19
19662026-02-14T01:45:19.064Z Compiling crossbeam-utils v0.8.21
19672026-02-14T01:45:19.496Z Compiling native-tls v0.2.12
19682026-02-14T01:45:19.652Z Compiling inout v0.1.3
19692026-02-14T01:45:19.980Z Compiling ppv-lite86 v0.2.20
19702026-02-14T01:45:21.029Z Compiling pretty-hex v0.4.1
19712026-02-14T01:45:21.500Z Compiling cipher v0.4.4
19722026-02-14T01:45:21.786Z Compiling sha2 v0.10.9
19732026-02-14T01:45:22.016Z Compiling http v1.4.0
19742026-02-14T01:45:22.649Z Compiling scroll_derive v0.12.0
19752026-02-14T01:45:23.814Z Compiling scroll_derive v0.13.1
19762026-02-14T01:45:23.927Z Compiling cookie v0.18.1
19772026-02-14T01:45:24.289Z Compiling anyhow v1.0.99
19782026-02-14T01:45:24.814Z Compiling base64ct v1.6.0
19792026-02-14T01:45:25.502Z Compiling pem-rfc7468 v0.7.0
19802026-02-14T01:45:25.531Z Compiling darling_core v0.21.0
19812026-02-14T01:45:26.108Z Compiling slog v2.8.2
19822026-02-14T01:45:26.931Z Compiling zstd-sys v2.0.14+zstd.1.5.7
19832026-02-14T01:45:27.041Z Compiling bzip2-sys v0.1.13+1.0.8
19842026-02-14T01:45:27.486Z Compiling flagset v0.4.6
19852026-02-14T01:45:27.727Z Compiling der v0.7.10
19862026-02-14T01:45:30.057Z Compiling toml_datetime v0.6.11
19872026-02-14T01:45:30.266Z Compiling serde_spanned v0.6.9
19882026-02-14T01:45:30.412Z Compiling rand_core v0.9.3
19892026-02-14T01:45:30.441Z Compiling darling_macro v0.21.0
19902026-02-14T01:45:30.528Z Compiling tracing-core v0.1.32
19912026-02-14T01:45:30.611Z Compiling rustls-pki-types v1.10.0
19922026-02-14T01:45:30.641Z Compiling spki v0.7.3
19932026-02-14T01:45:31.062Z Compiling salsa20 v0.10.2
19942026-02-14T01:45:31.174Z Compiling pbkdf2 v0.12.2
19952026-02-14T01:45:31.294Z Compiling darling v0.21.0
19962026-02-14T01:45:31.351Z Compiling tracing v0.1.40
19972026-02-14T01:45:32.109Z Compiling base64 v0.22.1
19982026-02-14T01:45:32.133Z Compiling camino v1.2.2
19992026-02-14T01:45:32.275Z Compiling litrs v0.4.1
20002026-02-14T01:45:32.619Z Compiling winnow v0.5.40
20012026-02-14T01:45:33.256Z Compiling document-features v0.2.11
20022026-02-14T01:45:33.415Z Compiling scrypt v0.11.0
20032026-02-14T01:45:33.922Z Compiling rand_chacha v0.9.0
20042026-02-14T01:45:34.276Z Compiling tokio-util v0.7.15
20052026-02-14T01:45:34.438Z Compiling cbc v0.1.2
20062026-02-14T01:45:34.705Z Compiling aes v0.8.4
20072026-02-14T01:45:35.899Z Compiling toml_edit v0.19.15
20082026-02-14T01:45:37.801Z Compiling usdt-impl v0.5.0
20092026-02-14T01:45:37.825Z Compiling untrusted v0.9.0
20102026-02-14T01:45:38.111Z Compiling ref-cast v1.0.25
20112026-02-14T01:45:38.237Z Compiling usdt-impl v0.6.0
20122026-02-14T01:45:38.633Z Compiling untrusted v0.7.1
20132026-02-14T01:45:38.657Z Compiling powerfmt v0.2.0
20142026-02-14T01:45:39.113Z Compiling deranged v0.5.3
20152026-02-14T01:45:39.185Z Compiling pkcs5 v0.7.1
20162026-02-14T01:45:40.256Z Compiling rand v0.9.2
20172026-02-14T01:45:42.504Z Compiling http-body v1.0.1
20182026-02-14T01:45:42.820Z Compiling scroll v0.13.0
20192026-02-14T01:45:43.181Z Compiling scroll v0.12.0
20202026-02-14T01:45:43.369Z Compiling heapless v0.7.17
20212026-02-14T01:45:43.838Z Compiling signal-hook v0.3.18
20222026-02-14T01:45:44.327Z Compiling adler2 v2.0.0
20232026-02-14T01:45:44.388Z Compiling zstd-safe v7.2.3
20242026-02-14T01:45:44.498Z Compiling num_threads v0.1.7
20252026-02-14T01:45:44.737Z Compiling atomic-waker v1.1.2
20262026-02-14T01:45:44.931Z Compiling cfg_aliases v0.2.1
20272026-02-14T01:45:45.083Z Compiling miniz_oxide v0.8.5
20282026-02-14T01:45:45.433Z Compiling time v0.3.43
20292026-02-14T01:45:46.991Z Compiling goblin v0.8.2
20302026-02-14T01:45:47.468Z Compiling goblin v0.10.2
20312026-02-14T01:45:49.048Z Compiling pkcs8 v0.10.2
20322026-02-14T01:45:50.085Z Compiling ipnetwork v0.21.1
20332026-02-14T01:45:51.738Z Compiling darling_core v0.20.10
20342026-02-14T01:45:53.900Z Compiling ref-cast-impl v1.0.25
20352026-02-14T01:45:55.066Z Compiling memoffset v0.9.1
20362026-02-14T01:45:55.569Z Compiling try-lock v0.2.5
20372026-02-14T01:45:55.799Z Compiling tower-service v0.3.3
20382026-02-14T01:45:55.839Z Compiling tower-layer v0.3.3
20392026-02-14T01:45:57.108Z Compiling tinyvec_macros v0.1.1
20402026-02-14T01:45:57.258Z Compiling tinyvec v1.8.0
20412026-02-14T01:45:57.826Z Compiling darling_macro v0.20.10
20422026-02-14T01:45:58.628Z Compiling want v0.3.1
20432026-02-14T01:45:58.725Z Compiling dof v0.4.0
20442026-02-14T01:45:58.767Z Compiling dof v0.3.0
20452026-02-14T01:45:59.042Z Compiling h2 v0.4.6
20462026-02-14T01:46:01.132Z Compiling dtrace-parser v0.2.0
20472026-02-14T01:46:02.250Z Compiling curve25519-dalek v4.1.3
20482026-02-14T01:46:02.313Z Compiling dtrace-parser v0.3.0
20492026-02-14T01:46:02.863Z Compiling ipnet v2.11.0
20502026-02-14T01:46:03.147Z Compiling async-trait v0.1.89
20512026-02-14T01:46:03.906Z Compiling daft-derive v0.1.4
20522026-02-14T01:46:04.845Z Compiling thread-id v4.2.2
20532026-02-14T01:46:05.022Z Compiling thread-id v5.0.0
20542026-02-14T01:46:05.204Z Compiling foreign-types-shared v0.1.1
20552026-02-14T01:46:05.316Z Compiling smoltcp v0.9.1
20562026-02-14T01:46:05.376Z Compiling num-bigint-dig v0.8.6
20572026-02-14T01:46:05.573Z Compiling openssl-probe v0.1.5
20582026-02-14T01:46:06.228Z Compiling ryu v1.0.18
20592026-02-14T01:46:06.385Z Compiling fastrand v2.1.1
20602026-02-14T01:46:06.581Z Compiling httpdate v1.0.3
20612026-02-14T01:46:06.712Z Compiling foreign-types v0.3.2
20622026-02-14T01:46:06.883Z Compiling tempfile v3.24.0
20632026-02-14T01:46:08.876Z Compiling hyper v1.8.1
20642026-02-14T01:46:14.362Z Compiling darling v0.20.10
20652026-02-14T01:46:17.235Z Compiling strum_macros v0.26.4
20662026-02-14T01:46:19.052Z Compiling wait-timeout v0.2.0
20672026-02-14T01:46:19.129Z Compiling bit-vec v0.8.0
20682026-02-14T01:46:19.630Z Compiling quick-error v1.2.3
20692026-02-14T01:46:19.856Z Compiling gimli v0.31.1
20702026-02-14T01:46:20.020Z Compiling utf8parse v0.2.2
20712026-02-14T01:46:21.907Z Compiling anstyle v1.0.11
20722026-02-14T01:46:24.363Z Compiling addr2line v0.24.2
20732026-02-14T01:46:25.068Z Compiling anstyle-parse v0.2.5
20742026-02-14T01:46:26.417Z Compiling rusty-fork v0.3.0
20752026-02-14T01:46:26.988Z Compiling bit-set v0.8.0
20762026-02-14T01:46:28.403Z Compiling derive_builder_core v0.20.2
20772026-02-14T01:46:28.720Z Compiling hyper-util v0.1.19
20782026-02-14T01:46:30.259Z Compiling unicode-normalization v0.1.24
20792026-02-14T01:46:30.336Z Compiling nix v0.29.0
20802026-02-14T01:46:31.685Z Compiling rand_xorshift v0.4.0
20812026-02-14T01:46:31.982Z Compiling hubpack_derive v0.1.1
20822026-02-14T01:46:32.778Z Compiling signature v2.2.0
20832026-02-14T01:46:33.037Z Compiling openapiv3 v2.2.0
20842026-02-14T01:46:33.515Z Compiling strum_macros v0.27.2
20852026-02-14T01:46:35.101Z Compiling erased-serde v0.3.31
20862026-02-14T01:46:35.801Z Compiling curve25519-dalek-derive v0.1.1
20872026-02-14T01:46:37.059Z Compiling object v0.36.5
20882026-02-14T01:46:37.656Z Compiling fs-err v3.1.1
20892026-02-14T01:46:38.020Z Compiling ahash v0.8.12
20902026-02-14T01:46:38.381Z Compiling crc32fast v1.4.2
20912026-02-14T01:46:38.745Z Compiling colorchoice v1.0.2
20922026-02-14T01:46:39.273Z Compiling buf-list v1.0.3
20932026-02-14T01:46:39.959Z Compiling unicode-segmentation v1.12.0
20942026-02-14T01:46:40.078Z Compiling is_terminal_polyfill v1.70.1
20952026-02-14T01:46:40.293Z Compiling anstyle-query v1.1.1
20962026-02-14T01:46:40.700Z Compiling zlib-rs v0.5.1
20972026-02-14T01:46:40.900Z Compiling unicode-properties v0.1.3
20982026-02-14T01:46:41.346Z Compiling unarray v0.1.4
20992026-02-14T01:46:41.562Z Compiling rustc-demangle v0.1.24
21002026-02-14T01:46:43.114Z Compiling unicode-bidi v0.3.17
21012026-02-14T01:46:43.690Z Compiling siphasher v0.3.11
21022026-02-14T01:46:44.109Z Compiling phf_shared v0.11.2
21032026-02-14T01:46:44.209Z Compiling backtrace v0.3.74
21042026-02-14T01:46:44.514Z Compiling stringprep v0.1.5
21052026-02-14T01:46:44.539Z Compiling proptest v1.7.0
21062026-02-14T01:46:46.007Z Compiling libz-rs-sys v0.5.1
21072026-02-14T01:46:46.612Z Compiling anstream v0.6.18
21082026-02-14T01:46:52.078Z Compiling derive_builder_macro v0.20.2
21092026-02-14T01:46:52.944Z Compiling usdt-macro v0.6.0
21102026-02-14T01:46:54.437Z Compiling usdt-attr-macro v0.6.0
21112026-02-14T01:46:55.257Z Compiling oxnet v0.1.4
21122026-02-14T01:46:55.519Z Compiling http-body-util v0.1.3
21132026-02-14T01:46:56.214Z Compiling rustls-webpki v0.102.8
21142026-02-14T01:46:56.894Z Compiling rand_chacha v0.3.1
21152026-02-14T01:46:57.160Z Compiling sync_wrapper v1.0.1
21162026-02-14T01:46:57.608Z Compiling md-5 v0.10.6
21172026-02-14T01:46:57.774Z Compiling vergen-lib v0.1.6
21182026-02-14T01:46:57.798Z Compiling num-integer v0.1.46
21192026-02-14T01:46:57.976Z Compiling ff v0.13.0
21202026-02-14T01:46:58.205Z Compiling hash32 v0.2.1
21212026-02-14T01:46:58.238Z Compiling encoding_rs v0.8.34
21222026-02-14T01:46:58.347Z Compiling base16ct v0.2.0
21232026-02-14T01:46:58.618Z Compiling fallible-iterator v0.2.0
21242026-02-14T01:46:58.678Z Compiling psl-types v2.0.11
21252026-02-14T01:46:58.880Z Compiling mime v0.3.17
21262026-02-14T01:46:59.186Z Compiling publicsuffix v2.3.0
21272026-02-14T01:46:59.376Z Compiling postgres-protocol v0.6.8
21282026-02-14T01:46:59.615Z Compiling serde_urlencoded v0.7.1
21292026-02-14T01:46:59.719Z Compiling sec1 v0.7.3
21302026-02-14T01:47:00.420Z Compiling num-iter v0.1.45
21312026-02-14T01:47:00.479Z Compiling group v0.13.0
21322026-02-14T01:47:00.655Z Compiling tower v0.5.2
21332026-02-14T01:47:00.852Z Compiling rand v0.8.5
21342026-02-14T01:47:03.693Z Compiling derive_builder v0.20.2
21352026-02-14T01:47:03.976Z Compiling tokio-native-tls v0.3.1
21362026-02-14T01:47:04.498Z Compiling newtype-uuid v1.3.2
21372026-02-14T01:47:04.710Z Compiling flate2 v1.1.2
21382026-02-14T01:47:05.227Z Compiling tokio-rustls v0.26.0
21392026-02-14T01:47:05.677Z Compiling heck v0.4.1
21402026-02-14T01:47:05.771Z Compiling rustls-native-certs v0.8.1
21412026-02-14T01:47:06.304Z Compiling webpki-roots v1.0.1
21422026-02-14T01:47:06.636Z Compiling serde_with_macros v3.16.1
21432026-02-14T01:47:06.981Z Compiling hkdf v0.12.4
21442026-02-14T01:47:07.246Z Compiling regress v0.10.4
21452026-02-14T01:47:07.319Z Compiling vergen v9.0.6
21462026-02-14T01:47:07.491Z Compiling terminal_size v0.4.0
21472026-02-14T01:47:07.674Z Compiling enum-as-inner v0.6.1
21482026-02-14T01:47:07.759Z Compiling clap_derive v4.5.47
21492026-02-14T01:47:09.381Z Compiling cargo-platform v0.1.8
21502026-02-14T01:47:09.490Z Compiling crypto-bigint v0.5.5
21512026-02-14T01:47:09.655Z Compiling serde_repr v0.1.19
21522026-02-14T01:47:10.103Z Compiling managed v0.8.0
21532026-02-14T01:47:10.904Z Compiling iri-string v0.7.8
21542026-02-14T01:47:10.960Z Compiling bumpalo v3.16.0
21552026-02-14T01:47:11.609Z Compiling bitflags v1.3.2
21562026-02-14T01:47:11.844Z Compiling clap_lex v0.7.4
21572026-02-14T01:47:11.948Z Compiling lockfree-object-pool v0.1.6
21582026-02-14T01:47:12.251Z Compiling winnow v0.7.14
21592026-02-14T01:47:12.453Z Compiling simd-adler32 v0.3.7
21602026-02-14T01:47:13.053Z Compiling zopfli v0.8.1
21612026-02-14T01:47:14.411Z Compiling tower-http v0.6.6
21622026-02-14T01:47:14.537Z Compiling elliptic-curve v0.13.8
21632026-02-14T01:47:15.249Z Compiling clap_builder v4.5.48
21642026-02-14T01:47:15.476Z Compiling typify-impl v0.4.3
21652026-02-14T01:47:17.332Z Compiling cargo_metadata v0.19.2
21662026-02-14T01:47:17.644Z Compiling hyper-tls v0.6.0
21672026-02-14T01:47:18.600Z Compiling hyper-rustls v0.27.7
21682026-02-14T01:47:19.558Z Compiling daft v0.1.4
21692026-02-14T01:47:20.704Z Compiling zstd v0.13.3
21702026-02-14T01:47:21.312Z Compiling signal-hook-mio v0.2.4
21712026-02-14T01:47:21.559Z Compiling cookie_store v0.21.1
21722026-02-14T01:47:21.646Z Compiling postgres-types v0.2.9
21732026-02-14T01:47:22.279Z Compiling phf v0.11.2
21742026-02-14T01:47:22.891Z Compiling strum v0.27.2
21752026-02-14T01:47:22.916Z Compiling ed25519 v2.2.3
21762026-02-14T01:47:22.981Z Compiling hubpack v0.1.2
21772026-02-14T01:47:23.165Z Compiling bzip2 v0.4.4
21782026-02-14T01:47:23.440Z Compiling bzip2 v0.5.2
21792026-02-14T01:47:23.470Z Compiling crossbeam-epoch v0.9.18
21802026-02-14T01:47:24.359Z Compiling pkcs1 v0.7.5
21812026-02-14T01:47:25.897Z Compiling rfc6979 v0.4.0
21822026-02-14T01:47:26.096Z Compiling float-cmp v0.10.0
21832026-02-14T01:47:26.379Z Compiling serde-big-array v0.5.1
21842026-02-14T01:47:26.409Z Compiling hex v0.4.3
21852026-02-14T01:47:26.517Z Compiling bstr v1.10.0
21862026-02-14T01:47:26.722Z Compiling env_filter v0.1.2
21872026-02-14T01:47:27.110Z Compiling memmap2 v0.9.8
21882026-02-14T01:47:27.144Z Compiling socket2 v0.5.10
21892026-02-14T01:47:27.391Z Compiling fixedbitset v0.4.2
21902026-02-14T01:47:27.555Z Compiling fixedbitset v0.5.7
21912026-02-14T01:47:27.580Z Compiling rustc-hash v2.1.1
21922026-02-14T01:47:27.851Z Compiling precomputed-hash v0.1.1
21932026-02-14T01:47:27.915Z Compiling whoami v1.5.2
21942026-02-14T01:47:27.952Z Compiling toml_write v0.1.2
21952026-02-14T01:47:28.006Z Compiling jiff v0.2.15
21962026-02-14T01:47:28.040Z Compiling static_assertions v1.1.0
21972026-02-14T01:47:28.184Z Compiling new_debug_unreachable v1.0.6
21982026-02-14T01:47:28.226Z Compiling keccak v0.1.5
21992026-02-14T01:47:28.329Z Compiling foldhash v0.2.0
22002026-02-14T01:47:28.354Z Compiling predicates-core v1.0.8
22012026-02-14T01:47:28.588Z Compiling difflib v0.4.0
22022026-02-14T01:47:28.721Z Compiling data-encoding v2.9.0
22032026-02-14T01:47:28.768Z Compiling normalize-line-endings v0.3.0
22042026-02-14T01:47:28.856Z Compiling sha3 v0.10.8
22052026-02-14T01:47:29.496Z Compiling hickory-proto v0.25.2
22062026-02-14T01:47:29.714Z Compiling predicates v3.1.3
22072026-02-14T01:47:30.187Z Compiling reqwest v0.12.24
22082026-02-14T01:47:30.621Z Compiling iddqd v0.3.16
22092026-02-14T01:47:31.095Z Compiling tokio-postgres v0.7.13
22102026-02-14T01:47:32.563Z Compiling toml_edit v0.22.27
22112026-02-14T01:47:36.569Z Compiling zip v4.2.0
22122026-02-14T01:47:38.863Z Compiling string_cache v0.8.9
22132026-02-14T01:47:38.899Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
22142026-02-14T01:47:38.924Z Compiling petgraph v0.8.2
22152026-02-14T01:47:39.342Z Compiling petgraph v0.6.5
22162026-02-14T01:47:39.651Z Compiling similar v2.7.0
22172026-02-14T01:47:41.244Z Compiling usdt v0.6.0
22182026-02-14T01:47:41.751Z Compiling env_logger v0.11.8
22192026-02-14T01:47:42.414Z Compiling serde_with v3.16.1
22202026-02-14T01:47:42.695Z Compiling typify-macro v0.4.3
22212026-02-14T01:47:43.189Z Compiling ecdsa v0.16.9
22222026-02-14T01:47:45.632Z Compiling rsa v0.9.8
22232026-02-14T01:47:46.321Z Compiling zip v0.6.6
22242026-02-14T01:47:46.491Z Compiling ed25519-dalek v2.1.1
22252026-02-14T01:47:47.897Z Compiling crossterm v0.28.1
22262026-02-14T01:47:48.145Z Compiling clap v4.5.48
22272026-02-14T01:47:48.974Z Compiling strum v0.26.3
22282026-02-14T01:47:48.999Z Compiling tokio-stream v0.1.17
22292026-02-14T01:47:49.219Z Compiling toml v0.7.8
22302026-02-14T01:47:50.087Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
22312026-02-14T01:47:50.564Z Compiling x509-cert v0.2.5
22322026-02-14T01:47:51.272Z Compiling sha1 v0.10.6
22332026-02-14T01:47:51.672Z Compiling itertools v0.10.5
22342026-02-14T01:47:51.830Z Compiling itertools v0.13.0
22352026-02-14T01:47:54.329Z Compiling winnow v0.6.26
22362026-02-14T01:47:55.105Z Compiling peg-runtime v0.8.5
22372026-02-14T01:47:56.469Z Compiling lalrpop-util v0.19.12
22382026-02-14T01:47:56.861Z Compiling rayon-core v1.12.1
22392026-02-14T01:47:58.149Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
22402026-02-14T01:48:03.443Z Compiling proc-macro-crate v1.3.1
22412026-02-14T01:48:05.896Z Compiling macaddr v1.0.1
22422026-02-14T01:48:07.324Z Compiling structmeta-derive v0.3.0
22432026-02-14T01:48:07.399Z Compiling itertools v0.14.0
22442026-02-14T01:48:10.189Z Compiling heapless v0.8.0
22452026-02-14T01:48:10.576Z Compiling ingot-macros v0.1.1
22462026-02-14T01:48:12.824Z Compiling structmeta v0.3.0
22472026-02-14T01:48:16.435Z Compiling num_enum_derive v0.5.11
22482026-02-14T01:48:18.872Z Compiling crossbeam-deque v0.8.5
22492026-02-14T01:48:20.843Z Compiling hash32 v0.3.1
22502026-02-14T01:48:21.323Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
22512026-02-14T01:48:21.708Z Compiling unicode-width v0.1.14
22522026-02-14T01:48:23.746Z Compiling smoltcp v0.11.0
22532026-02-14T01:48:26.344Z Compiling tabwriter v1.4.0
22542026-02-14T01:48:31.043Z Compiling num_enum v0.5.11
22552026-02-14T01:48:31.292Z Compiling ingot-types v0.1.2
22562026-02-14T01:48:31.319Z Compiling typify v0.4.3
22572026-02-14T01:48:32.366Z Compiling proc-macro-error-attr v1.0.4
22582026-02-14T01:48:32.717Z Compiling rustls v0.22.4
22592026-02-14T01:48:32.741Z Compiling unsafe-libyaml v0.2.11
22602026-02-14T01:48:33.878Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
22612026-02-14T01:48:35.498Z Compiling cobs v0.2.3
22622026-02-14T01:48:35.745Z Compiling postcard v1.0.10
22632026-02-14T01:48:36.514Z Compiling serde_yaml v0.9.34+deprecated
22642026-02-14T01:48:36.707Z Compiling ingot v0.1.1
22652026-02-14T01:48:41.536Z Compiling progenitor-impl v0.11.2
22662026-02-14T01:48:50.776Z Compiling futures-executor v0.3.31
22672026-02-14T01:48:51.117Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
22682026-02-14T01:48:51.705Z Compiling foreign-types-macros v0.2.3
22692026-02-14T01:48:51.818Z Compiling thread_local v1.1.8
22702026-02-14T01:48:52.060Z Compiling multer v3.1.0
22712026-02-14T01:48:52.087Z Compiling proc-macro-error v1.0.4
22722026-02-14T01:48:52.420Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
22732026-02-14T01:48:52.518Z Compiling slog-async v2.8.0
22742026-02-14T01:48:53.639Z Compiling foreign-types-shared v0.3.1
22752026-02-14T01:48:54.099Z Compiling match_cfg v0.1.0
22762026-02-14T01:48:55.762Z Compiling hostname v0.3.1
22772026-02-14T01:49:02.766Z Compiling foreign-types v0.5.0
22782026-02-14T01:49:06.635Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
22792026-02-14T01:49:07.562Z Compiling futures v0.3.31
22802026-02-14T01:49:12.264Z Compiling progenitor-macro v0.11.2
22812026-02-14T01:49:17.799Z Compiling derive-ex v0.1.8
22822026-02-14T01:49:21.533Z Compiling progenitor-client v0.11.2
22832026-02-14T01:49:22.346Z Compiling toml_parser v1.0.6+spec-1.1.0
22842026-02-14T01:49:24.101Z Compiling slog-json v2.6.1
22852026-02-14T01:49:25.540Z Compiling crossbeam-channel v0.5.15
22862026-02-14T01:49:26.085Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
22872026-02-14T01:49:26.309Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
22882026-02-14T01:49:26.831Z Compiling async-stream-impl v0.3.6
22892026-02-14T01:49:26.861Z Compiling toml_datetime v0.7.5+spec-1.1.0
22902026-02-14T01:49:27.009Z Compiling serde_spanned v1.0.4
22912026-02-14T01:49:27.113Z Compiling cstr-argument v0.1.2
22922026-02-14T01:49:27.303Z Compiling is-terminal v0.4.13
22932026-02-14T01:49:27.428Z Compiling dropshot v0.16.7
22942026-02-14T01:49:27.749Z Compiling term v1.1.0
22952026-02-14T01:49:27.786Z Compiling take_mut v0.2.2
22962026-02-14T01:49:27.943Z Compiling toml_writer v1.0.6+spec-1.1.0
22972026-02-14T01:49:28.010Z Compiling typeid v1.0.3
22982026-02-14T01:49:28.549Z Compiling pretty-hex v0.2.1
22992026-02-14T01:49:28.596Z Compiling crucible-workspace-hack v0.1.0
23002026-02-14T01:49:28.708Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#f4eae3d8)
23012026-02-14T01:49:28.844Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
23022026-02-14T01:49:29.103Z Compiling slog-term v2.9.2
23032026-02-14T01:49:29.127Z Compiling toml v0.9.11+spec-1.1.0
23042026-02-14T01:49:29.339Z Compiling async-stream v0.3.6
23052026-02-14T01:49:29.755Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
23062026-02-14T01:49:31.935Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
23072026-02-14T01:49:32.152Z Compiling slog-bunyan v2.5.0
23082026-02-14T01:49:32.177Z Compiling progenitor v0.11.2
23092026-02-14T01:49:32.421Z Compiling test-strategy v0.4.3
23102026-02-14T01:49:32.446Z Compiling tokio-rustls v0.25.0
23112026-02-14T01:49:32.960Z Compiling rayon v1.10.0
23122026-02-14T01:49:32.992Z Compiling parse-display-derive v0.10.0
23132026-02-14T01:49:34.923Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#70d3253a)
23142026-02-14T01:49:35.218Z Compiling rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=8f5527da3c53398c95c50b1af088637e7b6c5718#8f5527da)
23152026-02-14T01:49:35.403Z Compiling colored v2.2.0
23162026-02-14T01:49:35.547Z Compiling nix v0.30.1
23172026-02-14T01:49:36.315Z Compiling waitgroup v0.1.2
23182026-02-14T01:49:36.434Z Compiling rustls-pemfile v2.2.0
23192026-02-14T01:49:36.605Z Compiling newtype-uuid-macros v0.1.0
23202026-02-14T01:49:36.807Z Compiling dropshot_endpoint v0.16.7
23212026-02-14T01:49:36.973Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
23222026-02-14T01:49:37.900Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
23232026-02-14T01:49:37.928Z Compiling serde_path_to_error v0.1.20
23242026-02-14T01:49:38.101Z Compiling hostname v0.4.2
23252026-02-14T01:49:38.286Z Compiling instant v0.1.13
23262026-02-14T01:49:38.373Z Compiling debug-ignore v1.0.5
23272026-02-14T01:49:38.398Z Compiling colored v3.0.0
23282026-02-14T01:49:38.495Z Compiling backoff v0.4.0
23292026-02-14T01:49:38.709Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
23302026-02-14T01:49:38.840Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
23312026-02-14T01:49:38.924Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=8f5527da3c53398c95c50b1af088637e7b6c5718#8f5527da)
23322026-02-14T01:49:38.949Z Compiling parse-display v0.10.0
23332026-02-14T01:49:39.790Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
23342026-02-14T01:49:41.014Z Compiling zone_cfg_derive v0.3.0
23352026-02-14T01:49:42.227Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
23362026-02-14T01:49:42.959Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
23372026-02-14T01:49:43.446Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
23382026-02-14T01:49:43.565Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc121ef55741656ce118b02ceeda949b9261f49f#bc121ef5)
23392026-02-14T01:49:44.150Z Compiling camino-tempfile v1.4.1
23402026-02-14T01:49:44.596Z Compiling progenitor-client v0.10.0
23412026-02-14T01:49:45.229Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#61479b69)
23422026-02-14T01:49:45.666Z Compiling num-derive v0.4.2
23432026-02-14T01:49:47.690Z Compiling sigpipe v0.1.3
23442026-02-14T01:49:48.390Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
23452026-02-14T01:49:48.751Z Compiling libefi-sys v0.1.0
23462026-02-14T01:49:49.189Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
23472026-02-14T01:49:49.213Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
23482026-02-14T01:49:49.577Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
23492026-02-14T01:49:50.107Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc121ef55741656ce118b02ceeda949b9261f49f#bc121ef5)
23502026-02-14T01:49:50.732Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
23512026-02-14T01:49:50.872Z Compiling erased-serde v0.4.6
23522026-02-14T01:49:52.037Z Compiling zone v0.3.1
23532026-02-14T01:49:53.021Z Compiling usdt-macro v0.5.0
23542026-02-14T01:49:53.991Z Compiling usdt-attr-macro v0.5.0
23552026-02-14T01:49:54.396Z Compiling smf v0.2.3
23562026-02-14T01:49:55.523Z Compiling bitfield-struct v0.6.2
23572026-02-14T01:49:55.761Z Compiling ordered-float v2.10.1
23582026-02-14T01:49:56.444Z Compiling blake3 v1.5.4
23592026-02-14T01:49:56.856Z Compiling memmap v0.7.0
23602026-02-14T01:49:58.017Z Compiling usdt v0.5.0
23612026-02-14T01:49:58.040Z Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
23622026-02-14T01:49:58.040Z Compiling serde-value v0.7.0
23632026-02-14T01:49:58.040Z Compiling serde-untagged v0.1.7
23642026-02-14T01:49:58.338Z Compiling toml v0.8.23
23652026-02-14T01:49:58.501Z Compiling xattr v1.3.1
23662026-02-14T01:49:58.533Z Compiling filetime v0.2.26
23672026-02-14T01:49:58.590Z Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
23682026-02-14T01:49:58.756Z Compiling arrayref v0.3.9
23692026-02-14T01:49:58.864Z Compiling arrayvec v0.7.6
23702026-02-14T01:49:58.900Z Compiling same-file v1.0.6
23712026-02-14T01:49:58.926Z Compiling constant_time_eq v0.3.1
23722026-02-14T01:49:58.958Z Compiling unicode-width v0.2.0
23732026-02-14T01:49:59.195Z Compiling unicode-xid v0.2.6
23742026-02-14T01:49:59.250Z Compiling walkdir v2.5.0
23752026-02-14T01:49:59.477Z Compiling tar v0.4.44
23762026-02-14T01:49:59.726Z Compiling console v0.16.0
23772026-02-14T01:50:01.028Z Compiling cargo-util-schemas v0.8.2
23782026-02-14T01:50:01.903Z Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
23792026-02-14T01:50:02.731Z Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
23802026-02-14T01:50:03.163Z Compiling tokio-dtrace v0.1.0
23812026-02-14T01:50:03.507Z Compiling gethostname v0.5.0
23822026-02-14T01:50:03.702Z Compiling cargo-platform v0.2.0
23832026-02-14T01:50:05.322Z Compiling topological-sort v0.2.2
23842026-02-14T01:50:05.347Z Compiling unit-prefix v0.5.1
23852026-02-14T01:50:05.347Z Compiling omicron-zone-package v0.12.2
23862026-02-14T01:50:05.347Z Compiling indicatif v0.18.0
23872026-02-14T01:50:05.347Z Compiling cargo_metadata v0.21.0
23882026-02-14T01:50:05.593Z Compiling oxide-tokio-rt v0.1.2
23892026-02-14T01:50:06.283Z Compiling indent_write v2.2.0
23902026-02-14T01:50:06.595Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
23912026-02-14T01:50:06.929Z Compiling shell-words v1.1.0
23922026-02-14T01:50:14.815Z Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
23932026-02-14T01:50:16.854Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
23942026-02-14T01:50:22.868Z Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
23952026-02-14T01:50:41.528Z Finished `release` profile [optimized] target(s) in 6m 10s
23962026-02-14T01:50:41.713Z Running `target/release/omicron-package -t test target create -p dev`
23972026-02-14T01:50:41.806ZLogging to: /work/oxidecomputer/omicron/out/LOG
23982026-02-14T01:50:41.831ZCreated new build target 'test' and set it as active
23992026-02-14T01:50:41.831Z
24002026-02-14T01:50:41.831Zreal 6:11.189295878
24012026-02-14T01:50:41.831Zuser 41:30.867076415
24022026-02-14T01:50:41.831Zsys 4:46.738496371
24032026-02-14T01:50:41.831Ztrap 1.890809301
24042026-02-14T01:50:41.831Ztflt 1.273321643
24052026-02-14T01:50:41.831Zdflt 1.347645773
24062026-02-14T01:50:41.832Zkflt 0.004179007
24072026-02-14T01:50:41.832Zlock 1:58:06.522124910
24082026-02-14T01:50:41.832Zslp 2:49:36.262899055
24092026-02-14T01:50:41.832Zlat 3:14.120623628
24102026-02-14T01:50:41.832Zstop 5:47.235025173
24112026-02-14T01:50:41.832Z+ ptime -m cargo run --locked --release --bin omicron-package -- -t test package
24122026-02-14T01:50:43.845Z Finished `release` profile [optimized] target(s) in 1.91s
24132026-02-14T01:50:43.938Z Running `target/release/omicron-package -t test package`
24142026-02-14T01:50:44.016ZLogging to: /work/oxidecomputer/omicron/out/LOG
24152026-02-14T01:50:47.584Z Compiling convert_case v0.4.0
24162026-02-14T01:50:47.584Z Compiling progenitor-impl v0.10.0
24172026-02-14T01:50:47.608Z Compiling secrecy v0.10.3
24182026-02-14T01:50:47.608Z Compiling half v2.4.1
24192026-02-14T01:50:47.608Z Compiling ciborium-io v0.2.2
24202026-02-14T01:50:47.782Z Compiling is-terminal v0.4.13
24212026-02-14T01:50:47.900Z Compiling rustls v0.22.4
24222026-02-14T01:50:47.973Z Compiling thread_local v1.1.8
24232026-02-14T01:50:48.029Z Compiling match_cfg v0.1.0
24242026-02-14T01:50:48.078Z Compiling bytecount v0.6.8
24252026-02-14T01:50:48.224Z Compiling hostname v0.3.1
24262026-02-14T01:50:48.401Z Compiling derive_more v0.99.20
24272026-02-14T01:50:48.492Z Compiling ciborium-ll v0.2.2
24282026-02-14T01:50:48.528Z Compiling multer v3.1.0
24292026-02-14T01:50:48.552Z Compiling slog-async v2.8.0
24302026-02-14T01:50:48.602Z Compiling progenitor-client v0.11.2
24312026-02-14T01:50:48.670Z Compiling crossbeam-channel v0.5.15
24322026-02-14T01:50:48.712Z Compiling toml_parser v1.0.6+spec-1.1.0
24332026-02-14T01:50:49.046Z Compiling ciborium v0.2.2
24342026-02-14T01:50:49.196Z Compiling slog-json v2.6.1
24352026-02-14T01:50:49.585Z Compiling futures-executor v0.3.31
24362026-02-14T01:50:49.771Z Compiling toml_datetime v0.7.5+spec-1.1.0
24372026-02-14T01:50:50.097Z Compiling serde_spanned v1.0.4
24382026-02-14T01:50:50.290Z Compiling swrite v0.1.0
24392026-02-14T01:50:50.398Z Compiling term v1.1.0
24402026-02-14T01:50:50.431Z Compiling toml_writer v1.0.6+spec-1.1.0
24412026-02-14T01:50:50.494Z Compiling take_mut v0.2.2
24422026-02-14T01:50:50.718Z Compiling unicode-width v0.1.14
24432026-02-14T01:50:50.881Z Compiling toml v0.9.11+spec-1.1.0
24442026-02-14T01:50:51.152Z Compiling slog-term v2.9.2
24452026-02-14T01:50:51.302Z Compiling tabwriter v1.4.0
24462026-02-14T01:50:51.728Z Compiling futures v0.3.31
24472026-02-14T01:50:51.924Z Compiling slog-bunyan v2.5.0
24482026-02-14T01:50:52.175Z Compiling progenitor v0.11.2
24492026-02-14T01:50:52.430Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
24502026-02-14T01:50:52.827Z Compiling tokio-rustls v0.25.0
24512026-02-14T01:50:53.093Z Compiling dropshot v0.16.7
24522026-02-14T01:50:53.193Z Compiling async-stream v0.3.6
24532026-02-14T01:50:53.298Z Compiling password-hash v0.5.0
24542026-02-14T01:50:53.515Z Compiling progenitor-macro v0.10.0
24552026-02-14T01:50:53.547Z Compiling blake2 v0.10.6
24562026-02-14T01:50:53.797Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#70d3253a)
24572026-02-14T01:50:53.964Z Compiling rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=8f5527da3c53398c95c50b1af088637e7b6c5718#8f5527da)
24582026-02-14T01:50:54.074Z Compiling universal-hash v0.5.1
24592026-02-14T01:50:54.377Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc121ef55741656ce118b02ceeda949b9261f49f#bc121ef5)
24602026-02-14T01:50:54.736Z Compiling waitgroup v0.1.2
24612026-02-14T01:50:54.830Z Compiling rustls-pemfile v2.2.0
24622026-02-14T01:50:54.984Z Compiling thiserror-impl-no-std v2.0.2
24632026-02-14T01:50:55.240Z Compiling serde_path_to_error v0.1.20
24642026-02-14T01:50:55.610Z Compiling hostname v0.4.2
24652026-02-14T01:50:55.759Z Compiling instant v0.1.13
24662026-02-14T01:50:55.935Z Compiling colored v3.0.0
24672026-02-14T01:50:56.008Z Compiling opaque-debug v0.3.1
24682026-02-14T01:50:56.042Z Compiling debug-ignore v1.0.5
24692026-02-14T01:50:56.153Z Compiling poly1305 v0.8.0
24702026-02-14T01:50:56.379Z Compiling backoff v0.4.0
24712026-02-14T01:50:56.747Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=8f5527da3c53398c95c50b1af088637e7b6c5718#8f5527da)
24722026-02-14T01:50:56.782Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc121ef55741656ce118b02ceeda949b9261f49f#bc121ef5)
24732026-02-14T01:50:56.914Z Compiling argon2 v0.5.3
24742026-02-14T01:50:57.315Z Compiling thiserror-no-std v2.0.2
24752026-02-14T01:50:57.506Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
24762026-02-14T01:50:57.572Z Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
24772026-02-14T01:50:58.675Z Compiling parse-display v0.10.0
24782026-02-14T01:50:59.263Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
24792026-02-14T01:50:59.380Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
24802026-02-14T01:50:59.552Z Compiling chacha20 v0.9.1
24812026-02-14T01:51:00.085Z Compiling progenitor-client v0.10.0
24822026-02-14T01:51:00.682Z Compiling aead v0.5.2
24832026-02-14T01:51:00.706Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#61479b69)
24842026-02-14T01:51:00.784Z Compiling macaddr v1.0.1
24852026-02-14T01:51:01.088Z Compiling derive-where v1.5.0
24862026-02-14T01:51:01.261Z Compiling chacha20poly1305 v0.10.1
24872026-02-14T01:51:01.635Z Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
24882026-02-14T01:51:02.667Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
24892026-02-14T01:51:03.319Z Compiling vsss-rs v3.3.4
24902026-02-14T01:51:03.861Z Compiling num-rational v0.4.2
24912026-02-14T01:51:04.054Z Compiling progenitor v0.10.0
24922026-02-14T01:51:04.325Z Compiling num-complex v0.4.6
24932026-02-14T01:51:05.325Z Compiling num v0.4.3
24942026-02-14T01:51:05.350Z Compiling console v0.15.10
24952026-02-14T01:51:07.574Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
24962026-02-14T01:51:07.608Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
24972026-02-14T01:51:08.153Z Compiling float-ord v0.3.2
24982026-02-14T01:51:08.611Z Compiling toml v0.8.23
24992026-02-14T01:51:09.090Z Compiling newline-converter v0.3.0
25002026-02-14T01:51:09.191Z Compiling atomicwrites v0.4.4
25012026-02-14T01:51:09.366Z Compiling prettyplease v0.2.36
25022026-02-14T01:51:09.412Z Compiling slog-dtrace v0.3.0
25032026-02-14T01:51:09.774Z Compiling expectorate v1.2.0
25042026-02-14T01:51:10.037Z Compiling cancel-safe-futures v0.1.5
25052026-02-14T01:51:10.205Z Compiling owo-colors v4.2.2
25062026-02-14T01:51:10.870Z Compiling resolv-conf v0.7.0
25072026-02-14T01:51:11.554Z Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
25082026-02-14T01:51:12.044Z Compiling libsw-core v0.3.1
25092026-02-14T01:51:12.273Z Compiling async-recursion v1.1.1
25102026-02-14T01:51:12.323Z Compiling libsw v3.5.0
25112026-02-14T01:51:13.442Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
25122026-02-14T01:51:13.476Z Compiling linear-map v1.2.0
25132026-02-14T01:51:13.737Z Compiling linked-hash-map v0.5.6
25142026-02-14T01:51:13.945Z Compiling unicode-xid v0.2.6
25152026-02-14T01:51:14.198Z Compiling lru-cache v0.1.2
25162026-02-14T01:51:14.234Z Compiling clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
25172026-02-14T01:51:14.518Z Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
25182026-02-14T01:51:14.861Z Compiling oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
25192026-02-14T01:51:18.043Z Compiling hickory-proto v0.24.4
25202026-02-14T01:51:21.828Z Compiling internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
25212026-02-14T01:51:24.741Z Compiling hickory-resolver v0.24.4
25222026-02-14T01:51:27.249Z Compiling gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
25232026-02-14T01:51:28.283Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
25242026-02-14T01:51:28.854Z Compiling globset v0.4.15
25252026-02-14T01:51:29.662Z Compiling convert_case v0.7.1
25262026-02-14T01:51:30.428Z Compiling derive_more-impl v2.0.1
25272026-02-14T01:51:30.846Z Compiling qorb v0.4.1
25282026-02-14T01:51:32.085Z Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
25292026-02-14T01:51:35.189Z Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
25302026-02-14T01:51:38.182Z Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
25312026-02-14T01:51:38.368Z Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
25322026-02-14T01:51:41.271Z Compiling derive_more v2.0.1
25332026-02-14T01:51:41.440Z Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
25342026-02-14T01:51:41.752Z Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
25352026-02-14T01:51:41.976Z Compiling pin-project-internal v1.1.6
25362026-02-14T01:51:42.244Z Compiling vte_generate_state_changes v0.1.2
25372026-02-14T01:51:42.837Z Compiling termtree v0.5.1
25382026-02-14T01:51:43.198Z Compiling siphasher v1.0.1
25392026-02-14T01:51:43.466Z Compiling vte v0.11.1
25402026-02-14T01:51:43.640Z Compiling phf_shared v0.12.1
25412026-02-14T01:51:44.133Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
25422026-02-14T01:51:44.165Z Compiling pin-project v1.1.6
25432026-02-14T01:51:44.375Z Compiling crossterm v0.29.0
25442026-02-14T01:51:44.410Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
25452026-02-14T01:51:49.577Z Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
25462026-02-14T01:51:50.928Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
25472026-02-14T01:51:51.269Z Compiling pem v3.0.5
25482026-02-14T01:51:51.950Z Compiling snafu-derive v0.8.5
25492026-02-14T01:51:52.655Z Compiling csv-core v0.1.11
25502026-02-14T01:51:53.481Z Compiling chrono-tz v0.10.4
25512026-02-14T01:51:53.899Z Compiling csv v1.3.1
25522026-02-14T01:51:55.354Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
25532026-02-14T01:51:55.608Z Compiling snafu v0.8.5
25542026-02-14T01:51:55.785Z Compiling strip-ansi-escapes v0.2.0
25552026-02-14T01:51:55.826Z Compiling phf v0.12.1
25562026-02-14T01:51:56.051Z Compiling const_format_proc_macros v0.2.34
25572026-02-14T01:51:56.198Z Compiling papergrid v0.11.0
25582026-02-14T01:51:56.499Z Compiling tabled_derive v0.7.0
25592026-02-14T01:51:56.626Z Compiling olpc-cjson v0.1.4
25602026-02-14T01:51:56.673Z Compiling fd-lock v4.0.2
25612026-02-14T01:51:56.708Z Compiling peg-macros v0.8.5
25622026-02-14T01:51:56.926Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
25632026-02-14T01:51:57.037Z Compiling serde_plain v1.0.2
25642026-02-14T01:51:57.557Z Compiling typed-path v0.9.3
25652026-02-14T01:51:57.590Z Compiling nu-ansi-term v0.50.1
25662026-02-14T01:51:57.806Z Compiling highway v1.3.0
25672026-02-14T01:51:58.006Z Compiling const_format v0.2.34
25682026-02-14T01:51:58.290Z Compiling tabled v0.15.0
25692026-02-14T01:51:58.659Z Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
25702026-02-14T01:51:58.989Z Compiling reedline v0.40.0
25712026-02-14T01:51:59.074Z Compiling peg v0.8.5
25722026-02-14T01:51:59.238Z Compiling cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
25732026-02-14T01:52:03.556Z Compiling tough v0.20.0
25742026-02-14T01:52:06.163Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
25752026-02-14T01:52:07.313Z Compiling bcs v0.1.6
25762026-02-14T01:52:08.091Z Compiling semver v0.1.20
25772026-02-14T01:52:08.606Z Compiling base64 v0.21.7
25782026-02-14T01:52:09.908Z Compiling rustc_version v0.1.7
25792026-02-14T01:52:10.332Z Compiling newtype_derive v0.1.6
25802026-02-14T01:52:10.668Z Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
25812026-02-14T01:52:11.063Z Compiling unicode-linebreak v0.1.5
25822026-02-14T01:52:11.349Z Compiling smawk v0.3.2
25832026-02-14T01:52:11.632Z Compiling humantime v2.2.0
25842026-02-14T01:52:11.670Z Compiling textwrap v0.16.2
25852026-02-14T01:52:12.523Z Compiling dropshot-api-manager-types v0.2.4
25862026-02-14T01:52:13.616Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
25872026-02-14T01:52:14.443Z Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
25882026-02-14T01:52:14.945Z Compiling steno v0.4.1
25892026-02-14T01:52:15.095Z Compiling utf-8 v0.7.6
25902026-02-14T01:52:15.213Z Compiling moka v0.12.10
25912026-02-14T01:52:15.513Z Compiling tagptr v0.2.0
25922026-02-14T01:52:15.606Z Compiling tungstenite v0.21.0
25932026-02-14T01:52:18.984Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
25942026-02-14T01:52:20.031Z Compiling hickory-resolver v0.25.2
25952026-02-14T01:52:20.899Z Compiling tokio-tungstenite v0.21.0
25962026-02-14T01:52:21.527Z Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
25972026-02-14T01:52:21.774Z Compiling radium v0.7.0
25982026-02-14T01:52:22.226Z Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
25992026-02-14T01:52:25.954Z Compiling maybe-uninit v2.0.0
26002026-02-14T01:52:26.380Z Compiling tap v1.0.1
26012026-02-14T01:52:26.605Z Compiling wyz v0.5.1
26022026-02-14T01:52:27.717Z Compiling zerocopy-derive v0.6.6
26032026-02-14T01:52:29.102Z Compiling proc-macro-error-attr2 v2.0.0
26042026-02-14T01:52:29.825Z Compiling funty v2.0.0
26052026-02-14T01:52:31.381Z Compiling packed_struct v0.10.1
26062026-02-14T01:52:31.788Z Compiling crc-catalog v2.4.0
26072026-02-14T01:52:31.906Z Compiling display-error-chain v0.2.2
26082026-02-14T01:52:32.008Z Compiling crc v3.2.1
26092026-02-14T01:52:32.227Z Compiling bitvec v1.0.1
26102026-02-14T01:52:32.820Z Compiling proc-macro-error2 v2.0.1
26112026-02-14T01:52:33.282Z Compiling zerocopy v0.6.6
26122026-02-14T01:52:33.529Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=bc121ef55741656ce118b02ceeda949b9261f49f#bc121ef5)
26132026-02-14T01:52:33.875Z Compiling packed_struct_codegen v0.10.1
26142026-02-14T01:52:34.062Z Compiling bitfield-macros v0.19.2
26152026-02-14T01:52:34.380Z Compiling indexmap v1.9.3
26162026-02-14T01:52:34.722Z Compiling nodrop v0.1.14
26172026-02-14T01:52:34.905Z Compiling array-init v0.0.4
26182026-02-14T01:52:35.231Z Compiling bitfield v0.19.2
26192026-02-14T01:52:35.704Z Compiling smallvec v0.6.14
26202026-02-14T01:52:35.847Z Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
26212026-02-14T01:52:35.879Z Compiling num-derive v0.3.3
26222026-02-14T01:52:36.191Z Compiling hashbrown v0.12.3
26232026-02-14T01:52:37.461Z Compiling libscf-sys v1.1.0
26242026-02-14T01:52:37.543Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
26252026-02-14T01:52:37.736Z Compiling serde-hex v0.1.0
26262026-02-14T01:52:38.458Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
26272026-02-14T01:52:38.813Z Compiling ron v0.8.1
26282026-02-14T01:52:39.838Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#205d47d4)
26292026-02-14T01:52:41.731Z Compiling hashbrown v0.13.2
26302026-02-14T01:52:41.918Z Compiling vergen-gitcl v1.0.8
26312026-02-14T01:52:42.317Z Compiling dirs-sys-next v0.1.2
26322026-02-14T01:52:42.678Z Compiling crc-any v2.5.0
26332026-02-14T01:52:42.791Z Compiling crunchy v0.2.2
26342026-02-14T01:52:43.024Z Compiling maplit v1.0.2
26352026-02-14T01:52:43.222Z Compiling object v0.30.4
26362026-02-14T01:52:43.309Z Compiling dirs-next v2.0.0
26372026-02-14T01:52:43.531Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
26382026-02-14T01:52:43.560Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
26392026-02-14T01:52:44.030Z Compiling dsl_auto_type v0.1.2
26402026-02-14T01:52:44.739Z Compiling scheduled-thread-pool v0.2.7
26412026-02-14T01:52:44.839Z Compiling diesel_table_macro_syntax v0.2.0
26422026-02-14T01:52:45.106Z Compiling path-slash v0.1.5
26432026-02-14T01:52:45.219Z Compiling tiny-keccak v2.0.2
26442026-02-14T01:52:45.381Z Compiling diesel_derives v2.2.3
26452026-02-14T01:52:45.587Z Compiling r2d2 v0.8.10
26462026-02-14T01:52:46.055Z Compiling term v0.7.0
26472026-02-14T01:52:47.012Z Compiling tabled_derive v0.11.0
26482026-02-14T01:52:47.046Z Compiling papergrid v0.17.0
26492026-02-14T01:52:48.967Z Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#205d47d4)
26502026-02-14T01:52:53.361Z Compiling testing_table v0.3.0
26512026-02-14T01:52:53.534Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#59b8432e)
26522026-02-14T01:52:54.119Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#59b8432e)
26532026-02-14T01:52:54.532Z Compiling arc-swap v1.7.1
26542026-02-14T01:52:55.325Z Compiling bit-vec v0.6.3
26552026-02-14T01:52:55.790Z Compiling xshell-macros v0.2.7
26562026-02-14T01:52:56.492Z Compiling xshell v0.2.7
26572026-02-14T01:52:56.583Z Compiling bit-set v0.5.3
26582026-02-14T01:52:56.927Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#59b8432e)
26592026-02-14T01:52:58.614Z Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
26602026-02-14T01:52:59.055Z Compiling slog-scope v4.4.0
26612026-02-14T01:52:59.860Z Compiling tabled v0.20.0
26622026-02-14T01:53:00.346Z Compiling diesel v2.2.12
26632026-02-14T01:53:03.869Z Compiling ascii-canvas v3.0.0
26642026-02-14T01:53:04.326Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
26652026-02-14T01:53:05.059Z Compiling ena v0.14.3
26662026-02-14T01:53:05.472Z Compiling regex-syntax v0.6.29
26672026-02-14T01:53:05.737Z Compiling diff v0.1.13
26682026-02-14T01:53:06.183Z Compiling unicase v2.8.1
26692026-02-14T01:53:06.674Z Compiling bindgen v0.71.1
26702026-02-14T01:53:07.161Z Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
26712026-02-14T01:53:09.192Z Compiling lalrpop v0.19.12
26722026-02-14T01:53:09.451Z Compiling slog-stdlog v4.1.1
26732026-02-14T01:53:10.250Z Compiling omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
26742026-02-14T01:53:12.501Z Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
26752026-02-14T01:53:12.568Z Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
26762026-02-14T01:53:12.899Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
26772026-02-14T01:53:13.164Z Compiling crc8 v0.1.1
26782026-02-14T01:53:13.538Z Compiling slog-envlogger v2.2.0
26792026-02-14T01:53:15.202Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
26802026-02-14T01:53:15.690Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
26812026-02-14T01:53:16.485Z Compiling headers-core v0.3.0
26822026-02-14T01:53:16.712Z Compiling libxml v0.3.3
26832026-02-14T01:53:17.148Z Compiling headers v0.4.1
26842026-02-14T01:53:20.447Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
26852026-02-14T01:53:22.425Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
26862026-02-14T01:53:22.830Z Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
26872026-02-14T01:53:22.925Z Compiling strum_macros v0.24.3
26882026-02-14T01:53:23.333Z Compiling samael v0.0.19
26892026-02-14T01:53:23.612Z Compiling indoc v1.0.9
26902026-02-14T01:53:25.376Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#f41bd73b)
26912026-02-14T01:53:26.438Z Compiling polar-core v0.27.3
26922026-02-14T01:53:26.855Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
26932026-02-14T01:53:27.204Z Compiling derive_builder v0.20.2
26942026-02-14T01:53:27.483Z Compiling oso-derive v0.27.3
26952026-02-14T01:53:27.594Z Compiling impl-trait-for-tuples v0.2.2
26962026-02-14T01:53:28.230Z Compiling quick-xml v0.37.2
26972026-02-14T01:53:28.291Z Compiling half v1.8.3
26982026-02-14T01:53:28.442Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
26992026-02-14T01:53:29.089Z Compiling serde_cbor v0.11.2
27002026-02-14T01:53:29.594Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#f41bd73b)
27012026-02-14T01:53:30.345Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
27022026-02-14T01:53:32.194Z Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
27032026-02-14T01:53:36.179Z Compiling diesel-dtrace v0.4.2
27042026-02-14T01:53:38.949Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#f41bd73b)
27052026-02-14T01:53:43.561Z Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
27062026-02-14T01:53:43.877Z Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
27072026-02-14T01:53:46.412Z Compiling oso v0.27.3
27082026-02-14T01:53:46.727Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#f41bd73b)
27092026-02-14T01:53:47.658Z Compiling bb8 v0.8.5
27102026-02-14T01:53:47.760Z Compiling trait-variant v0.1.2
27112026-02-14T01:53:48.215Z Compiling async-bb8-diesel v0.2.1
27122026-02-14T01:53:48.652Z Compiling scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=c78005db837a71f94c3b8efac9a64cfbdb2d527f#c78005db)
27132026-02-14T01:53:48.953Z Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#f41bd73b)
27142026-02-14T01:53:49.462Z Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
27152026-02-14T01:53:49.919Z Compiling tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
27162026-02-14T01:53:50.565Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
27172026-02-14T01:53:53.244Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
27182026-02-14T01:53:53.566Z Compiling fxhash v0.2.1
27192026-02-14T01:53:53.714Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
27202026-02-14T01:53:53.881Z Compiling typify-impl v0.2.0
27212026-02-14T01:53:54.120Z Compiling kstat-rs v0.2.4
27222026-02-14T01:53:54.945Z Compiling libz-sys v1.1.20
27232026-02-14T01:53:55.560Z Compiling salty v0.3.0
27242026-02-14T01:53:56.061Z Compiling nonempty v0.12.0
27252026-02-14T01:53:56.638Z Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
27262026-02-14T01:54:00.704Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
27272026-02-14T01:54:01.376Z Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
27282026-02-14T01:54:01.786Z Compiling typify-macro v0.2.0
27292026-02-14T01:54:04.632Z Compiling zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
27302026-02-14T01:54:09.033Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=37992295b5dc708d8f120cee805d67418741b556#37992295)
27312026-02-14T01:54:13.693Z Compiling nanorand v0.7.0
27322026-02-14T01:54:14.294Z Compiling fs-err v2.11.0
27332026-02-14T01:54:14.614Z Compiling parking_lot_core v0.8.6
27342026-02-14T01:54:14.681Z Compiling mime_guess v2.0.5
27352026-02-14T01:54:15.271Z Compiling flume v0.11.1
27362026-02-14T01:54:15.391Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=37992295b5dc708d8f120cee805d67418741b556#37992295)
27372026-02-14T01:54:15.551Z Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
27382026-02-14T01:54:17.754Z Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
27392026-02-14T01:54:21.546Z Compiling libgit2-sys v0.18.2+1.9.1
27402026-02-14T01:54:22.425Z Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
27412026-02-14T01:54:38.668Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3)
27422026-02-14T01:54:39.914Z Compiling tabled_derive v0.10.0
27432026-02-14T01:54:41.840Z Compiling clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
27442026-02-14T01:54:41.961Z Compiling ignore v0.4.23
27452026-02-14T01:54:47.984Z Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
27462026-02-14T01:54:50.269Z Compiling papergrid v0.14.0
27472026-02-14T01:54:50.742Z Compiling primeorder v0.13.6
27482026-02-14T01:54:50.956Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#4aac6125)
27492026-02-14T01:54:51.290Z Compiling castaway v0.2.3
27502026-02-14T01:54:51.534Z Compiling nibble_vec v0.1.0
27512026-02-14T01:54:51.578Z Compiling atty v0.2.14
27522026-02-14T01:54:51.781Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#4aac6125)
27532026-02-14T01:54:51.813Z Compiling endian-type v0.1.2
27542026-02-14T01:54:52.085Z Compiling http-range v0.1.5
27552026-02-14T01:54:52.141Z Compiling parse-size v1.1.0
27562026-02-14T01:54:52.483Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
27572026-02-14T01:54:52.672Z Compiling tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
27582026-02-14T01:54:52.883Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#4aac6125)
27592026-02-14T01:54:53.214Z Compiling tabled v0.18.0
27602026-02-14T01:54:53.895Z Compiling radix_trie v0.2.1
27612026-02-14T01:54:54.757Z Compiling compact_str v0.8.0
27622026-02-14T01:54:56.987Z Compiling p384 v0.13.1
27632026-02-14T01:55:00.890Z Compiling globwalk v0.9.1
27642026-02-14T01:55:01.066Z Compiling parking_lot v0.11.2
27652026-02-14T01:55:02.113Z Compiling typify v0.2.0
27662026-02-14T01:55:02.313Z Compiling predicates-tree v1.0.12
27672026-02-14T01:55:02.778Z Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
27682026-02-14T01:55:03.069Z Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
27692026-02-14T01:55:03.153Z Compiling unicode-truncate v1.1.0
27702026-02-14T01:55:05.140Z Compiling prefix-trie v0.7.0
27712026-02-14T01:55:06.038Z Compiling lru v0.12.5
27722026-02-14T01:55:06.425Z Compiling vergen-git2 v1.0.7
27732026-02-14T01:55:06.781Z Compiling instability v0.3.2
27742026-02-14T01:55:06.997Z Compiling cassowary v0.3.0
27752026-02-14T01:55:07.671Z Compiling indoc v2.0.6
27762026-02-14T01:55:08.511Z Compiling ratatui v0.29.0
27772026-02-14T01:55:09.372Z Compiling git2 v0.20.2
27782026-02-14T01:55:09.654Z Compiling hickory-server v0.25.2
27792026-02-14T01:55:09.835Z Compiling camino-tempfile-ext v0.3.2
27802026-02-14T01:55:10.067Z Compiling hyper-staticfile v0.10.1
27812026-02-14T01:55:11.148Z Compiling progenitor-impl v0.8.0
27822026-02-14T01:55:12.379Z Compiling sled v0.34.7
27832026-02-14T01:55:16.637Z Compiling hickory-client v0.25.2
27842026-02-14T01:55:18.823Z Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
27852026-02-14T01:55:20.040Z Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
27862026-02-14T01:55:20.222Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27872026-02-14T01:55:20.930Z Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
27882026-02-14T01:55:21.701Z Compiling clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
27892026-02-14T01:55:26.274Z Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=8f5527da3c53398c95c50b1af088637e7b6c5718#8f5527da)
27902026-02-14T01:55:27.586Z Compiling rand_seeder v0.4.0
27912026-02-14T01:55:27.803Z Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27922026-02-14T01:55:28.003Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=8ba93f6e785e11175059b3303bfd7e8b52ad12f8#8ba93f6e)
27932026-02-14T01:55:28.377Z Compiling lzma-sys v0.1.20
27942026-02-14T01:55:28.611Z Compiling corncobs v0.1.4
27952026-02-14T01:55:28.772Z Compiling rustls v0.21.12
27962026-02-14T01:55:29.036Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
27972026-02-14T01:55:29.131Z Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27982026-02-14T01:55:29.263Z Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
27992026-02-14T01:55:29.445Z Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
28002026-02-14T01:55:29.583Z Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
28012026-02-14T01:55:30.445Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
28022026-02-14T01:55:30.503Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
28032026-02-14T01:55:40.916Z Compiling nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
28042026-02-14T01:55:42.099Z Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
28052026-02-14T01:55:42.196Z Compiling progenitor-macro v0.8.0
28062026-02-14T01:55:52.492Z Compiling sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
28072026-02-14T01:55:57.573Z Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
28082026-02-14T01:55:59.159Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#606c0be8)
28092026-02-14T01:55:59.317Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
28102026-02-14T01:55:59.665Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
28112026-02-14T01:56:00.001Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
28122026-02-14T01:56:00.343Z Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
28132026-02-14T01:56:03.683Z Compiling progenitor-client v0.8.0
28142026-02-14T01:56:04.612Z Compiling sct v0.7.1
28152026-02-14T01:56:05.106Z Compiling rustls-webpki v0.101.7
28162026-02-14T01:56:06.606Z Compiling heck v0.3.3
28172026-02-14T01:56:06.946Z Compiling secrecy v0.8.0
28182026-02-14T01:56:07.286Z Compiling void v1.0.2
28192026-02-14T01:56:07.498Z Compiling lzss v0.8.2
28202026-02-14T01:56:07.963Z Compiling zone_cfg_derive v0.1.2
28212026-02-14T01:56:09.146Z Compiling progenitor v0.8.0
28222026-02-14T01:56:09.445Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#606c0be8)
28232026-02-14T01:56:12.047Z Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
28242026-02-14T01:56:12.836Z Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
28252026-02-14T01:56:14.046Z Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
28262026-02-14T01:56:18.316Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#88c6684d)
28272026-02-14T01:56:18.363Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
28282026-02-14T01:56:19.717Z Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
28292026-02-14T01:56:24.743Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
28302026-02-14T01:56:25.123Z Compiling tungstenite v0.23.0
28312026-02-14T01:56:26.515Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
28322026-02-14T01:56:26.855Z Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
28332026-02-14T01:56:27.197Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
28342026-02-14T01:56:27.529Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
28352026-02-14T01:56:27.862Z Compiling nix v0.27.1
28362026-02-14T01:56:29.728Z Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
28372026-02-14T01:56:29.854Z Compiling serde_bytes v0.11.19
28382026-02-14T01:56:30.358Z Compiling number_prefix v0.4.0
28392026-02-14T01:56:30.439Z Compiling base64 v0.13.1
28402026-02-14T01:56:30.472Z Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
28412026-02-14T01:56:30.664Z Compiling indicatif v0.17.11
28422026-02-14T01:56:30.846Z Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
28432026-02-14T01:56:31.165Z Compiling ron v0.7.1
28442026-02-14T01:56:31.674Z Compiling tokio-tungstenite v0.23.1
28452026-02-14T01:56:32.253Z Compiling lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#61479b69)
28462026-02-14T01:56:35.568Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
28472026-02-14T01:56:36.203Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#88c6684d)
28482026-02-14T01:56:38.633Z Compiling xz2 v0.1.7
28492026-02-14T01:56:39.042Z Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
28502026-02-14T01:56:46.294Z Compiling tokio-rustls v0.24.1
28512026-02-14T01:56:46.796Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
28522026-02-14T01:56:46.932Z Compiling zone v0.1.8
28532026-02-14T01:56:48.170Z Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
28542026-02-14T01:56:50.174Z Compiling tufaceous v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
28552026-02-14T01:56:53.235Z Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc121ef55741656ce118b02ceeda949b9261f49f#bc121ef5)
28562026-02-14T01:56:54.141Z Compiling nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
28572026-02-14T01:57:13.348Z Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
28582026-02-14T01:57:16.552Z Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
28592026-02-14T01:57:18.181Z Compiling nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
28602026-02-14T01:57:23.260Z Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
28612026-02-14T01:57:25.664Z Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
28622026-02-14T01:57:29.945Z Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
28632026-02-14T01:57:31.162Z Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
28642026-02-14T01:57:33.478Z Compiling rustls-pemfile v1.0.4
28652026-02-14T01:57:34.204Z Compiling clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
28662026-02-14T01:57:36.914Z Compiling bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
28672026-02-14T01:57:39.400Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
28682026-02-14T01:57:39.747Z Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
28692026-02-14T01:57:41.234Z Compiling ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
28702026-02-14T01:57:42.710Z Compiling signal-hook-tokio v0.3.1
28712026-02-14T01:57:42.977Z Compiling twox-hash v2.1.0
28722026-02-14T01:57:43.970Z Compiling yasna v0.5.2
28732026-02-14T01:57:44.203Z Compiling is_ci v1.2.0
28742026-02-14T01:57:44.559Z Compiling supports-color v3.0.2
28752026-02-14T01:57:45.110Z Compiling rcgen v0.12.1
28762026-02-14T01:57:45.845Z Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
28772026-02-14T01:57:47.041Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
28782026-02-14T01:57:54.832Z Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
28792026-02-14T01:57:54.905Z Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
28802026-02-14T01:58:11.643Z Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#f3fe0542)
28812026-02-14T01:58:13.396Z Compiling lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#61479b69)
28822026-02-14T01:58:23.169Z Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
28832026-02-14T01:58:23.203Z Compiling nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
28842026-02-14T01:58:39.246Z Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
28852026-02-14T01:58:39.730Z Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
28862026-02-14T01:58:44.363Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
28872026-02-14T01:58:44.726Z Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
28882026-02-14T01:58:45.076Z Compiling bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
28892026-02-14T01:58:47.568Z Compiling nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
28902026-02-14T01:58:47.882Z Compiling fatfs v0.3.6
28912026-02-14T01:58:50.468Z Compiling raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df)
28922026-02-14T01:58:55.260Z Compiling rtoolbox v0.0.2
28932026-02-14T01:58:55.688Z Compiling subprocess v0.2.9
28942026-02-14T01:58:58.601Z Compiling seq-macro v0.3.6
28952026-02-14T01:58:59.530Z Compiling assert_matches v1.5.0
28962026-02-14T01:58:59.864Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
28972026-02-14T01:59:03.407Z Compiling rpassword v7.4.0
28982026-02-14T01:59:03.897Z Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
28992026-02-14T01:59:10.241Z Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
29002026-02-14T01:59:23.911Z Compiling ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
29012026-02-14T01:59:28.925Z Compiling ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
29022026-02-14T01:59:29.123Z Compiling tui-tree-widget v0.23.1
29032026-02-14T01:59:29.613Z Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
29042026-02-14T01:59:36.334Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
29052026-02-14T01:59:37.170Z Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
29062026-02-14T01:59:38.932Z Compiling uzers v0.12.1
29072026-02-14T01:59:41.905Z Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
29082026-02-14T01:59:42.312Z Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
29092026-02-14T01:59:51.148Z Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
29102026-02-14T02:00:05.954Z Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
29112026-02-14T02:00:19.700Z Compiling clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
29122026-02-14T02:00:24.204Z Compiling support-bundle-viewer v0.1.2
29132026-02-14T02:00:25.934Z Compiling multimap v0.10.1
29142026-02-14T02:02:34.115Z Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
29152026-02-14T02:02:34.876Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
29162026-02-14T02:12:31.940Z Finished `release` profile [optimized] target(s) in 21m 47s
29172026-02-14T02:13:56.710Z
29182026-02-14T02:13:56.710Zreal 23:14.880618171
29192026-02-14T02:13:56.710Zuser 2:39:54.126176350
29202026-02-14T02:13:56.710Zsys 5:06.183905997
29212026-02-14T02:13:56.710Ztrap 5.205009367
29222026-02-14T02:13:56.710Ztflt 1.417346696
29232026-02-14T02:13:56.735Zdflt 5.692554080
29242026-02-14T02:13:56.735Zkflt 0.012344971
29252026-02-14T02:13:56.735Zlock 10:58:03.729545163
29262026-02-14T02:13:56.735Zslp 7:39:24.871442719
29272026-02-14T02:13:56.735Zlat 4:31.336436378
29282026-02-14T02:13:56.735Zstop 3:46.234665713
29292026-02-14T02:13:56.735Z+ mapfile -t packages
29302026-02-14T02:13:56.735Z++ cargo run --locked --release --bin omicron-package -- -t test list-outputs
29312026-02-14T02:13:58.518Z Finished `release` profile [optimized] target(s) in 1.71s
29322026-02-14T02:13:58.598Z Running `target/release/omicron-package -t test list-outputs`
29332026-02-14T02:13:58.676ZLogging to: /work/oxidecomputer/omicron/out/LOG
29342026-02-14T02:13:58.703Z+ ptime -m cargo build --locked --release -p xtask
29352026-02-14T02:13:59.743Z Compiling serde_core v1.0.228
29362026-02-14T02:13:59.744Z Compiling syn v2.0.114
29372026-02-14T02:13:59.744Z Compiling bitflags v2.9.4
29382026-02-14T02:13:59.744Z Compiling serde v1.0.228
29392026-02-14T02:13:59.768Z Compiling serde_json v1.0.149
29402026-02-14T02:13:59.793Z Compiling libc v0.2.180
29412026-02-14T02:13:59.793Z Compiling num-traits v0.2.19
29422026-02-14T02:13:59.793Z Compiling hashbrown v0.16.1
29432026-02-14T02:14:00.253Z Compiling rustix v0.38.37
29442026-02-14T02:14:00.431Z Compiling smallvec v1.15.1
29452026-02-14T02:14:00.557Z Compiling usdt-impl v0.5.0
29462026-02-14T02:14:00.769Z Compiling syn v1.0.109
29472026-02-14T02:14:01.107Z Compiling indexmap v2.13.0
29482026-02-14T02:14:01.352Z Compiling getrandom v0.3.4
29492026-02-14T02:14:01.460Z Compiling thread-id v4.2.2
29502026-02-14T02:14:01.611Z Compiling percent-encoding v2.3.2
29512026-02-14T02:14:01.857Z Compiling log v0.4.29
29522026-02-14T02:14:02.094Z Compiling rustix v1.1.3
29532026-02-14T02:14:02.272Z Compiling terminal_size v0.4.0
29542026-02-14T02:14:02.577Z Compiling form_urlencoded v1.2.2
29552026-02-14T02:14:02.821Z Compiling ordered-float v2.10.1
29562026-02-14T02:14:03.306Z Compiling fs-err v3.1.1
29572026-02-14T02:14:03.426Z Compiling heck v0.4.1
29582026-02-14T02:14:03.625Z Compiling anyhow v1.0.99
29592026-02-14T02:14:03.816Z Compiling once_cell v1.21.3
29602026-02-14T02:14:04.134Z Compiling clap_builder v4.5.48
29612026-02-14T02:14:04.811Z Compiling tempfile v3.24.0
29622026-02-14T02:14:05.769Z Compiling synstructure v0.13.1
29632026-02-14T02:14:05.799Z Compiling proc-macro-error v1.0.4
29642026-02-14T02:14:06.267Z Compiling textwrap v0.16.2
29652026-02-14T02:14:06.398Z Compiling camino-tempfile v1.4.1
29662026-02-14T02:14:06.776Z Compiling tabled_derive v0.7.0
29672026-02-14T02:14:07.973Z Compiling serde_derive v1.0.228
29682026-02-14T02:14:08.102Z Compiling thiserror-impl v2.0.18
29692026-02-14T02:14:08.127Z Compiling zerofrom-derive v0.1.4
29702026-02-14T02:14:08.151Z Compiling yoke-derive v0.7.4
29712026-02-14T02:14:08.208Z Compiling zerovec-derive v0.10.3
29722026-02-14T02:14:08.358Z Compiling displaydoc v0.2.5
29732026-02-14T02:14:09.595Z Compiling thiserror-impl v1.0.69
29742026-02-14T02:14:09.966Z Compiling icu_provider_macros v1.5.0
29752026-02-14T02:14:09.991Z Compiling zerocopy-derive v0.7.35
29762026-02-14T02:14:10.257Z Compiling zerofrom v0.1.4
29772026-02-14T02:14:10.362Z Compiling thiserror v2.0.18
29782026-02-14T02:14:10.520Z Compiling yoke v0.7.4
29792026-02-14T02:14:10.559Z Compiling pest v2.8.2
29802026-02-14T02:14:10.917Z Compiling zerovec v0.10.4
29812026-02-14T02:14:11.052Z Compiling scroll_derive v0.12.0
29822026-02-14T02:14:11.430Z Compiling zerocopy v0.7.35
29832026-02-14T02:14:11.575Z Compiling thiserror v1.0.69
29842026-02-14T02:14:12.122Z Compiling scroll v0.12.0
29852026-02-14T02:14:12.667Z Compiling goblin v0.8.2
29862026-02-14T02:14:12.743Z Compiling tinystr v0.7.6
29872026-02-14T02:14:13.087Z Compiling pest_meta v2.8.2
29882026-02-14T02:14:13.176Z Compiling icu_locid v1.5.0
29892026-02-14T02:14:13.303Z Compiling icu_collections v1.5.0
29902026-02-14T02:14:14.234Z Compiling serde_spanned v0.6.9
29912026-02-14T02:14:14.519Z Compiling icu_provider v1.5.0
29922026-02-14T02:14:14.678Z Compiling pest_generator v2.8.2
29932026-02-14T02:14:15.628Z Compiling icu_locid_transform v1.5.0
29942026-02-14T02:14:15.898Z Compiling toml_datetime v0.6.11
29952026-02-14T02:14:15.925Z Compiling pest_derive v2.8.2
29962026-02-14T02:14:16.434Z Compiling toml_edit v0.22.27
29972026-02-14T02:14:16.614Z Compiling dtrace-parser v0.2.0
29982026-02-14T02:14:16.638Z Compiling dof v0.3.0
29992026-02-14T02:14:17.423Z Compiling icu_properties v1.5.1
30002026-02-14T02:14:18.993Z Compiling serde_tokenstream v0.2.2
30012026-02-14T02:14:19.397Z Compiling erased-serde v0.4.6
30022026-02-14T02:14:20.322Z Compiling toml v0.8.23
30032026-02-14T02:14:20.681Z Compiling icu_normalizer v1.5.0
30042026-02-14T02:14:22.459Z Compiling idna_adapter v1.2.0
30052026-02-14T02:14:22.712Z Compiling idna v1.0.3
30062026-02-14T02:14:24.101Z Compiling url v2.5.4
30072026-02-14T02:14:24.748Z Compiling serde-untagged v0.1.7
30082026-02-14T02:14:25.418Z Compiling serde-value v0.7.0
30092026-02-14T02:14:26.789Z Compiling cargo-util-schemas v0.8.2
30102026-02-14T02:14:27.547Z Compiling usdt-attr-macro v0.5.0
30112026-02-14T02:14:28.416Z Compiling usdt-macro v0.5.0
30122026-02-14T02:14:28.589Z Compiling cargo-platform v0.2.0
30132026-02-14T02:14:29.375Z Compiling clap_derive v4.5.47
30142026-02-14T02:14:29.588Z Compiling usdt v0.5.0
30152026-02-14T02:14:29.707Z Compiling cargo_metadata v0.21.0
30162026-02-14T02:14:30.725Z Compiling cargo_toml v0.21.0
30172026-02-14T02:14:30.807Z Compiling macaddr v1.0.1
30182026-02-14T02:14:31.323Z Compiling tabled v0.15.0
30192026-02-14T02:14:32.562Z Compiling clap v4.5.48
30202026-02-14T02:14:41.563Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
30212026-02-14T02:14:47.760Z Finished `release` profile [optimized] target(s) in 48.99s
30222026-02-14T02:14:47.897Z
30232026-02-14T02:14:47.897Zreal 49.169460046
30242026-02-14T02:14:47.897Zuser 5:07.254652737
30252026-02-14T02:14:47.921Zsys 27.948392937
30262026-02-14T02:14:47.921Ztrap 0.165854237
30272026-02-14T02:14:47.921Ztflt 0.204078258
30282026-02-14T02:14:47.921Zdflt 0.475015172
30292026-02-14T02:14:47.921Zkflt 0.000007134
30302026-02-14T02:14:47.921Zlock 14:41.346515096
30312026-02-14T02:14:47.921Zslp 16:51.878213972
30322026-02-14T02:14:47.921Zlat 22.570476130
30332026-02-14T02:14:47.921Zstop 29.797286317
30342026-02-14T02:14:47.921Z+ export CARGO_PROFILE_DEV_DEBUG=line-tables-only
30352026-02-14T02:14:47.921Z+ CARGO_PROFILE_DEV_DEBUG=line-tables-only
30362026-02-14T02:14:47.921Z+ export CARGO_PROFILE_TEST_DEBUG=line-tables-only
30372026-02-14T02:14:47.922Z+ CARGO_PROFILE_TEST_DEBUG=line-tables-only
30382026-02-14T02:14:47.922Z+ ptime -m cargo build --locked -p end-to-end-tests --tests --bin bootstrap --message-format json-render-diagnostics
30392026-02-14T02:14:49.683Z Compiling regress v0.10.4
30402026-02-14T02:14:49.732Z Compiling unsafe-libyaml v0.2.11
30412026-02-14T02:14:49.757Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
30422026-02-14T02:14:49.757Z Compiling match_cfg v0.1.0
30432026-02-14T02:14:49.807Z Compiling structmeta-derive v0.3.0
30442026-02-14T02:14:49.807Z Compiling rustls v0.22.4
30452026-02-14T02:14:49.832Z Compiling newtype-uuid-macros v0.1.0
30462026-02-14T02:14:49.856Z Compiling multer v3.1.0
30472026-02-14T02:14:49.912Z Compiling hostname v0.3.1
30482026-02-14T02:14:50.169Z Compiling debug-ignore v1.0.5
30492026-02-14T02:14:50.281Z Compiling toml_parser v1.0.6+spec-1.1.0
30502026-02-14T02:14:50.315Z Compiling progenitor-client v0.10.0
30512026-02-14T02:14:50.385Z Compiling slog-json v2.6.1
30522026-02-14T02:14:50.737Z Compiling async-stream-impl v0.3.6
30532026-02-14T02:14:50.824Z Compiling serde_yaml v0.9.34+deprecated
30542026-02-14T02:14:51.186Z Compiling serde_spanned v1.0.4
30552026-02-14T02:14:51.297Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
30562026-02-14T02:14:51.469Z Compiling toml_datetime v0.7.5+spec-1.1.0
30572026-02-14T02:14:51.587Z Compiling dropshot v0.16.7
30582026-02-14T02:14:51.856Z Compiling toml_writer v1.0.6+spec-1.1.0
30592026-02-14T02:14:51.991Z Compiling async-stream v0.3.6
30602026-02-14T02:14:52.042Z Compiling structmeta v0.3.0
30612026-02-14T02:14:52.067Z Compiling slog-bunyan v2.5.0
30622026-02-14T02:14:52.269Z Compiling toml v0.9.11+spec-1.1.0
30632026-02-14T02:14:52.330Z Compiling waitgroup v0.1.2
30642026-02-14T02:14:52.472Z Compiling rustls-pemfile v2.2.0
30652026-02-14T02:14:52.562Z Compiling dropshot_endpoint v0.16.7
30662026-02-14T02:14:52.618Z Compiling itertools v0.14.0
30672026-02-14T02:14:52.821Z Compiling typify-impl v0.4.3
30682026-02-14T02:14:53.228Z Compiling serde_path_to_error v0.1.20
30692026-02-14T02:14:53.988Z Compiling tokio-rustls v0.25.0
30702026-02-14T02:14:54.019Z Compiling hostname v0.4.2
30712026-02-14T02:14:54.276Z Compiling derive-ex v0.1.8
30722026-02-14T02:14:54.405Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#70d3253a)
30732026-02-14T02:14:54.626Z Compiling macaddr v1.0.1
30742026-02-14T02:14:55.062Z Compiling tabwriter v1.4.0
30752026-02-14T02:14:55.119Z Compiling instant v0.1.13
30762026-02-14T02:14:55.219Z Compiling progenitor-client v0.11.2
30772026-02-14T02:14:55.317Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
30782026-02-14T02:14:55.501Z Compiling parse-display-derive v0.10.0
30792026-02-14T02:14:55.735Z Compiling rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=8f5527da3c53398c95c50b1af088637e7b6c5718#8f5527da)
30802026-02-14T02:14:55.862Z Compiling colored v3.0.0
30812026-02-14T02:14:55.999Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
30822026-02-14T02:14:56.238Z Compiling backoff v0.4.0
30832026-02-14T02:14:56.400Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
30842026-02-14T02:14:56.563Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#61479b69)
30852026-02-14T02:14:56.609Z Compiling proc-macro-crate v1.3.1
30862026-02-14T02:14:57.050Z Compiling crucible-workspace-hack v0.1.0
30872026-02-14T02:14:57.357Z Compiling proc-macro-error v1.0.4
30882026-02-14T02:14:57.449Z Compiling heapless v0.8.0
30892026-02-14T02:14:57.495Z Compiling num_enum_derive v0.5.11
30902026-02-14T02:14:57.621Z Compiling test-strategy v0.4.3
30912026-02-14T02:14:57.942Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
30922026-02-14T02:14:58.350Z Compiling ingot-macros v0.1.1
30932026-02-14T02:14:58.385Z Compiling hash32 v0.3.1
30942026-02-14T02:14:58.417Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
30952026-02-14T02:14:58.689Z Compiling smoltcp v0.11.0
30962026-02-14T02:14:58.767Z Compiling parse-display v0.10.0
30972026-02-14T02:14:59.327Z Compiling foreign-types-macros v0.2.3
30982026-02-14T02:14:59.375Z Compiling foreign-types-shared v0.3.1
30992026-02-14T02:14:59.412Z Compiling num_enum v0.5.11
31002026-02-14T02:14:59.549Z Compiling cobs v0.2.3
31012026-02-14T02:14:59.867Z Compiling postcard v1.0.10
31022026-02-14T02:15:00.110Z Compiling nix v0.30.1
31032026-02-14T02:15:00.436Z Compiling foreign-types v0.5.0
31042026-02-14T02:15:00.472Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
31052026-02-14T02:15:00.537Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
31062026-02-14T02:15:00.588Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
31072026-02-14T02:15:00.862Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
31082026-02-14T02:15:01.186Z Compiling cstr-argument v0.1.2
31092026-02-14T02:15:01.225Z Compiling rayon-core v1.12.1
31102026-02-14T02:15:01.255Z Compiling pretty-hex v0.2.1
31112026-02-14T02:15:01.480Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#f4eae3d8)
31122026-02-14T02:15:01.507Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
31132026-02-14T02:15:01.583Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
31142026-02-14T02:15:01.608Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
31152026-02-14T02:15:01.913Z Compiling crossbeam-deque v0.8.5
31162026-02-14T02:15:01.942Z Compiling colored v2.2.0
31172026-02-14T02:15:01.966Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
31182026-02-14T02:15:02.570Z Compiling typify-macro v0.4.3
31192026-02-14T02:15:02.850Z Compiling camino-tempfile v1.4.1
31202026-02-14T02:15:03.304Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
31212026-02-14T02:15:03.414Z Compiling rayon v1.10.0
31222026-02-14T02:15:03.651Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
31232026-02-14T02:15:03.761Z Compiling ingot-types v0.1.2
31242026-02-14T02:15:03.849Z Compiling zone_cfg_derive v0.3.0
31252026-02-14T02:15:04.252Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc121ef55741656ce118b02ceeda949b9261f49f#bc121ef5)
31262026-02-14T02:15:04.519Z Compiling ingot v0.1.1
31272026-02-14T02:15:04.650Z Compiling smf v0.2.3
31282026-02-14T02:15:04.796Z Compiling num-derive v0.4.2
31292026-02-14T02:15:04.975Z Compiling sigpipe v0.1.3
31302026-02-14T02:15:05.137Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
31312026-02-14T02:15:05.457Z Compiling zone v0.3.1
31322026-02-14T02:15:05.638Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc121ef55741656ce118b02ceeda949b9261f49f#bc121ef5)
31332026-02-14T02:15:05.869Z Compiling typify v0.4.3
31342026-02-14T02:15:06.054Z Compiling progenitor-impl v0.11.2
31352026-02-14T02:15:06.079Z Compiling toml v0.8.23
31362026-02-14T02:15:06.313Z Compiling convert_case v0.4.0
31372026-02-14T02:15:06.459Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
31382026-02-14T02:15:06.829Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
31392026-02-14T02:15:07.055Z Compiling universal-hash v0.5.1
31402026-02-14T02:15:07.113Z Compiling derive_more v0.99.20
31412026-02-14T02:15:07.140Z Compiling opaque-debug v0.3.1
31422026-02-14T02:15:07.175Z Compiling secrecy v0.10.3
31432026-02-14T02:15:07.279Z Compiling half v2.4.1
31442026-02-14T02:15:07.311Z Compiling ciborium-io v0.2.2
31452026-02-14T02:15:07.510Z Compiling aead v0.5.2
31462026-02-14T02:15:07.543Z Compiling poly1305 v0.8.0
31472026-02-14T02:15:07.568Z Compiling progenitor-impl v0.10.0
31482026-02-14T02:15:07.887Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
31492026-02-14T02:15:07.937Z Compiling ciborium-ll v0.2.2
31502026-02-14T02:15:08.065Z Compiling chacha20 v0.9.1
31512026-02-14T02:15:08.118Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
31522026-02-14T02:15:08.341Z Compiling ciborium v0.2.2
31532026-02-14T02:15:08.546Z Compiling thiserror-impl-no-std v2.0.2
31542026-02-14T02:15:08.934Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc121ef55741656ce118b02ceeda949b9261f49f#bc121ef5)
31552026-02-14T02:15:09.039Z Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
31562026-02-14T02:15:09.464Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc121ef55741656ce118b02ceeda949b9261f49f#bc121ef5)
31572026-02-14T02:15:09.541Z Compiling num-rational v0.4.2
31582026-02-14T02:15:10.761Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
31592026-02-14T02:15:10.856Z Compiling thiserror-no-std v2.0.2
31602026-02-14T02:15:10.946Z Compiling password-hash v0.5.0
31612026-02-14T02:15:11.017Z Compiling blake2 v0.10.6
31622026-02-14T02:15:11.734Z Compiling progenitor-macro v0.11.2
31632026-02-14T02:15:11.842Z Compiling num-complex v0.4.6
31642026-02-14T02:15:12.110Z Compiling indent_write v2.2.0
31652026-02-14T02:15:12.397Z Compiling argon2 v0.5.3
31662026-02-14T02:15:12.439Z Compiling vsss-rs v3.3.4
31672026-02-14T02:15:12.758Z Compiling num v0.4.3
31682026-02-14T02:15:12.895Z Compiling chacha20poly1305 v0.10.1
31692026-02-14T02:15:13.046Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
31702026-02-14T02:15:13.118Z Compiling progenitor-macro v0.10.0
31712026-02-14T02:15:13.170Z Compiling float-ord v0.3.2
31722026-02-14T02:15:13.378Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
31732026-02-14T02:15:13.405Z Compiling gethostname v0.5.0
31742026-02-14T02:15:13.630Z Compiling usdt-macro v0.5.0
31752026-02-14T02:15:13.658Z Compiling usdt-attr-macro v0.5.0
31762026-02-14T02:15:13.846Z Compiling derive-where v1.5.0
31772026-02-14T02:15:14.659Z Compiling owo-colors v4.2.2
31782026-02-14T02:15:14.916Z Compiling cancel-safe-futures v0.1.5
31792026-02-14T02:15:14.958Z Compiling console v0.15.10
31802026-02-14T02:15:15.004Z Compiling usdt v0.5.0
31812026-02-14T02:15:15.314Z Compiling resolv-conf v0.7.0
31822026-02-14T02:15:15.339Z Compiling libsw-core v0.3.1
31832026-02-14T02:15:15.620Z Compiling libsw v3.5.0
31842026-02-14T02:15:15.962Z Compiling async-recursion v1.1.1
31852026-02-14T02:15:16.082Z Compiling linear-map v1.2.0
31862026-02-14T02:15:16.112Z Compiling libefi-sys v0.1.0
31872026-02-14T02:15:16.457Z Compiling hickory-proto v0.24.4
31882026-02-14T02:15:16.488Z Compiling newline-converter v0.3.0
31892026-02-14T02:15:16.543Z Compiling atomicwrites v0.4.4
31902026-02-14T02:15:16.579Z Compiling bitfield-struct v0.6.2
31912026-02-14T02:15:16.710Z Compiling semver v0.1.20
31922026-02-14T02:15:16.902Z Compiling linked-hash-map v0.5.6
31932026-02-14T02:15:17.226Z Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
31942026-02-14T02:15:17.272Z Compiling lru-cache v0.1.2
31952026-02-14T02:15:17.296Z Compiling rustc_version v0.1.7
31962026-02-14T02:15:17.367Z Compiling expectorate v1.2.0
31972026-02-14T02:15:17.713Z Compiling slog-dtrace v0.3.0
31982026-02-14T02:15:17.783Z Compiling siphasher v1.0.1
31992026-02-14T02:15:17.811Z Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
32002026-02-14T02:15:17.948Z Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
32012026-02-14T02:15:18.104Z Compiling phf_shared v0.12.1
32022026-02-14T02:15:18.132Z Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
32032026-02-14T02:15:18.176Z Compiling newtype_derive v0.1.6
32042026-02-14T02:15:18.445Z Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
32052026-02-14T02:15:18.475Z Compiling tokio-dtrace v0.1.0
32062026-02-14T02:15:18.504Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
32072026-02-14T02:15:18.528Z Compiling dropshot-api-manager-types v0.2.4
32082026-02-14T02:15:18.884Z Compiling pin-project-internal v1.1.6
32092026-02-14T02:15:19.125Z Compiling csv-core v0.1.11
32102026-02-14T02:15:19.203Z Compiling xshell-macros v0.2.7
32112026-02-14T02:15:19.424Z Compiling base64 v0.21.7
32122026-02-14T02:15:19.620Z Compiling chrono-tz v0.10.4
32132026-02-14T02:15:19.852Z Compiling const_format_proc_macros v0.2.34
32142026-02-14T02:15:19.962Z Compiling xshell v0.2.7
32152026-02-14T02:15:20.058Z Compiling csv v1.3.1
32162026-02-14T02:15:20.510Z Compiling oxide-tokio-rt v0.1.2
32172026-02-14T02:15:20.828Z Compiling hickory-resolver v0.24.4
32182026-02-14T02:15:21.097Z Compiling phf v0.12.1
32192026-02-14T02:15:21.210Z Compiling pin-project v1.1.6
32202026-02-14T02:15:21.411Z Compiling gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
32212026-02-14T02:15:21.438Z Compiling snafu-derive v0.8.5
32222026-02-14T02:15:21.508Z Compiling primeorder v0.13.6
32232026-02-14T02:15:21.777Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
32242026-02-14T02:15:22.041Z Compiling pem v3.0.5
32252026-02-14T02:15:22.232Z Compiling progenitor v0.11.2
32262026-02-14T02:15:22.560Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=8f5527da3c53398c95c50b1af088637e7b6c5718#8f5527da)
32272026-02-14T02:15:22.814Z Compiling same-file v1.0.6
32282026-02-14T02:15:22.840Z Compiling highway v1.3.0
32292026-02-14T02:15:23.124Z Compiling qorb v0.4.1
32302026-02-14T02:15:23.318Z Compiling walkdir v2.5.0
32312026-02-14T02:15:23.642Z Compiling const_format v0.2.34
32322026-02-14T02:15:23.728Z Compiling progenitor v0.10.0
32332026-02-14T02:15:24.112Z Compiling cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
32342026-02-14T02:15:24.242Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
32352026-02-14T02:15:25.530Z Compiling snafu v0.8.5
32362026-02-14T02:15:25.560Z Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
32372026-02-14T02:15:25.631Z Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
32382026-02-14T02:15:25.773Z Compiling tabled_derive v0.7.0
32392026-02-14T02:15:25.859Z Compiling globset v0.4.15
32402026-02-14T02:15:26.208Z Compiling olpc-cjson v0.1.4
32412026-02-14T02:15:26.516Z Compiling bcs v0.1.6
32422026-02-14T02:15:26.707Z Compiling serde_plain v1.0.2
32432026-02-14T02:15:26.745Z Compiling salty v0.3.0
32442026-02-14T02:15:27.030Z Compiling termtree v0.5.1
32452026-02-14T02:15:27.074Z Compiling utf-8 v0.7.6
32462026-02-14T02:15:27.124Z Compiling radium v0.7.0
32472026-02-14T02:15:27.150Z Compiling typed-path v0.9.3
32482026-02-14T02:15:27.294Z Compiling textwrap v0.16.2
32492026-02-14T02:15:27.447Z Compiling tungstenite v0.21.0
32502026-02-14T02:15:27.473Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
32512026-02-14T02:15:27.672Z Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
32522026-02-14T02:15:27.705Z Compiling tabled v0.15.0
32532026-02-14T02:15:28.005Z Compiling steno v0.4.1
32542026-02-14T02:15:28.229Z Compiling typify-impl v0.2.0
32552026-02-14T02:15:29.092Z Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
32562026-02-14T02:15:29.332Z Compiling tough v0.20.0
32572026-02-14T02:15:29.884Z Compiling tap v1.0.1
32582026-02-14T02:15:30.095Z Compiling moka v0.12.10
32592026-02-14T02:15:30.434Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
32602026-02-14T02:15:32.605Z Compiling maybe-uninit v2.0.0
32612026-02-14T02:15:32.708Z Compiling humantime v2.2.0
32622026-02-14T02:15:33.140Z Compiling wyz v0.5.1
32632026-02-14T02:15:33.167Z Compiling tokio-tungstenite v0.21.0
32642026-02-14T02:15:33.233Z Compiling p384 v0.13.1
32652026-02-14T02:15:33.559Z Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
32662026-02-14T02:15:33.624Z Compiling packed_struct v0.10.1
32672026-02-14T02:15:33.726Z Compiling arc-swap v1.7.1
32682026-02-14T02:15:34.045Z Compiling tagptr v0.2.0
32692026-02-14T02:15:34.070Z Compiling funty v2.0.0
32702026-02-14T02:15:34.306Z Compiling slog-scope v4.4.0
32712026-02-14T02:15:34.524Z Compiling polyval v0.6.2
32722026-02-14T02:15:34.762Z Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
32732026-02-14T02:15:34.933Z Compiling bitvec v1.0.1
32742026-02-14T02:15:35.364Z Compiling packed_struct_codegen v0.10.1
32752026-02-14T02:15:35.465Z Compiling bitfield-macros v0.19.2
32762026-02-14T02:15:35.877Z Compiling zerocopy-derive v0.6.6
32772026-02-14T02:15:36.677Z Compiling proc-macro-error-attr2 v2.0.0
32782026-02-14T02:15:37.391Z Compiling indexmap v1.9.3
32792026-02-14T02:15:37.435Z Compiling crc-catalog v2.4.0
32802026-02-14T02:15:37.459Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
32812026-02-14T02:15:37.540Z Compiling nodrop v0.1.14
32822026-02-14T02:15:37.607Z Compiling parking_lot_core v0.8.6
32832026-02-14T02:15:37.643Z Compiling zerocopy v0.6.6
32842026-02-14T02:15:37.720Z Compiling array-init v0.0.4
32852026-02-14T02:15:37.793Z Compiling crc v3.2.1
32862026-02-14T02:15:37.859Z Compiling proc-macro-error2 v2.0.1
32872026-02-14T02:15:37.920Z Compiling typify-macro v0.2.0
32882026-02-14T02:15:38.118Z Compiling bitfield v0.19.2
32892026-02-14T02:15:38.339Z Compiling hickory-resolver v0.25.2
32902026-02-14T02:15:38.430Z Compiling ghash v0.5.1
32912026-02-14T02:15:38.464Z Compiling slog-stdlog v4.1.1
32922026-02-14T02:15:38.558Z Compiling smallvec v0.6.14
32932026-02-14T02:15:38.659Z Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
32942026-02-14T02:15:38.685Z Compiling ctr v0.9.2
32952026-02-14T02:15:38.847Z Compiling num-derive v0.3.3
32962026-02-14T02:15:38.963Z Compiling lzma-sys v0.1.20
32972026-02-14T02:15:39.046Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
32982026-02-14T02:15:39.380Z Compiling hashbrown v0.12.3
32992026-02-14T02:15:39.486Z Compiling unicase v2.8.1
33002026-02-14T02:15:39.737Z Compiling aes-gcm v0.10.3
33012026-02-14T02:15:39.857Z Compiling mime_guess v2.0.5
33022026-02-14T02:15:40.050Z Compiling serde-hex v0.1.0
33032026-02-14T02:15:40.450Z Compiling libscf-sys v1.1.0
33042026-02-14T02:15:40.701Z Compiling slog-envlogger v2.2.0
33052026-02-14T02:15:40.834Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#205d47d4)
33062026-02-14T02:15:41.107Z Compiling tabled_derive v0.11.0
33072026-02-14T02:15:41.199Z Compiling typify v0.2.0
33082026-02-14T02:15:41.223Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
33092026-02-14T02:15:41.367Z Compiling progenitor-impl v0.8.0
33102026-02-14T02:15:41.937Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
33112026-02-14T02:15:41.962Z Compiling ron v0.8.1
33122026-02-14T02:15:42.067Z Compiling papergrid v0.17.0
33132026-02-14T02:15:43.513Z Compiling oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
33142026-02-14T02:15:43.802Z Compiling internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
33152026-02-14T02:15:44.020Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
33162026-02-14T02:15:44.537Z Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
33172026-02-14T02:15:44.850Z Compiling clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
33182026-02-14T02:15:45.545Z Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
33192026-02-14T02:15:45.570Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#f41bd73b)
33202026-02-14T02:15:46.645Z Compiling progenitor-macro v0.8.0
33212026-02-14T02:15:47.507Z Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
33222026-02-14T02:15:47.885Z Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
33232026-02-14T02:15:48.664Z Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
33242026-02-14T02:15:48.760Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
33252026-02-14T02:15:49.742Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
33262026-02-14T02:15:49.917Z Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
33272026-02-14T02:15:50.646Z Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
33282026-02-14T02:15:50.675Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
33292026-02-14T02:15:50.815Z Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
33302026-02-14T02:15:51.073Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#f41bd73b)
33312026-02-14T02:15:51.103Z Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
33322026-02-14T02:15:51.241Z Compiling testing_table v0.3.0
33332026-02-14T02:15:51.540Z Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
33342026-02-14T02:15:52.757Z Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
33352026-02-14T02:15:52.964Z Compiling zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
33362026-02-14T02:15:52.991Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#f41bd73b)
33372026-02-14T02:15:53.271Z Compiling hashbrown v0.13.2
33382026-02-14T02:15:53.921Z Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
33392026-02-14T02:15:53.952Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#f41bd73b)
33402026-02-14T02:15:54.259Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#59b8432e)
33412026-02-14T02:15:54.723Z Compiling progenitor-client v0.8.0
33422026-02-14T02:15:55.249Z Compiling heck v0.3.3
33432026-02-14T02:15:55.620Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=8ba93f6e785e11175059b3303bfd7e8b52ad12f8#8ba93f6e)
33442026-02-14T02:15:55.838Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
33452026-02-14T02:15:55.994Z Compiling ssh-encoding v0.2.0
33462026-02-14T02:15:56.157Z Compiling blowfish v0.9.1
33472026-02-14T02:15:56.431Z Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
33482026-02-14T02:15:56.472Z Compiling nibble_vec v0.1.0
33492026-02-14T02:15:56.603Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#59b8432e)
33502026-02-14T02:15:56.740Z Compiling crc-any v2.5.0
33512026-02-14T02:15:56.965Z Compiling corncobs v0.1.4
33522026-02-14T02:15:57.061Z Compiling endian-type v0.1.2
33532026-02-14T02:15:57.105Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
33542026-02-14T02:15:57.234Z Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
33552026-02-14T02:15:57.293Z Compiling radix_trie v0.2.1
33562026-02-14T02:15:57.326Z Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#205d47d4)
33572026-02-14T02:15:57.573Z Compiling progenitor v0.8.0
33582026-02-14T02:15:57.915Z Compiling bcrypt-pbkdf v0.10.0
33592026-02-14T02:15:57.971Z Compiling ssh-cipher v0.2.0
33602026-02-14T02:15:58.187Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#59b8432e)
33612026-02-14T02:15:58.475Z Compiling zone_cfg_derive v0.1.2
33622026-02-14T02:15:59.039Z Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#f41bd73b)
33632026-02-14T02:15:59.136Z Compiling object v0.30.4
33642026-02-14T02:15:59.477Z Compiling tabled v0.20.0
33652026-02-14T02:15:59.637Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
33662026-02-14T02:16:00.208Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
33672026-02-14T02:16:01.228Z Compiling parking_lot v0.11.2
33682026-02-14T02:16:02.023Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
33692026-02-14T02:16:02.736Z Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
33702026-02-14T02:16:02.813Z Compiling prefix-trie v0.7.0
33712026-02-14T02:16:03.130Z Compiling password-hash v0.4.2
33722026-02-14T02:16:03.521Z Compiling fxhash v0.2.1
33732026-02-14T02:16:03.757Z Compiling secrecy v0.8.0
33742026-02-14T02:16:03.856Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
33752026-02-14T02:16:04.026Z Compiling half v1.8.3
33762026-02-14T02:16:04.584Z Compiling base64 v0.13.1
33772026-02-14T02:16:04.614Z Compiling http-range v0.1.5
33782026-02-14T02:16:04.933Z Compiling path-slash v0.1.5
33792026-02-14T02:16:05.110Z Compiling number_prefix v0.4.0
33802026-02-14T02:16:05.195Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
33812026-02-14T02:16:05.371Z Compiling indicatif v0.17.11
33822026-02-14T02:16:05.934Z Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
33832026-02-14T02:16:07.088Z Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
33842026-02-14T02:16:07.167Z Compiling ron v0.7.1
33852026-02-14T02:16:08.206Z Compiling serde_cbor v0.11.2
33862026-02-14T02:16:08.965Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
33872026-02-14T02:16:09.443Z Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
33882026-02-14T02:16:11.129Z Compiling sled v0.34.7
33892026-02-14T02:16:11.379Z Compiling pbkdf2 v0.11.0
33902026-02-14T02:16:11.438Z Compiling hickory-server v0.25.2
33912026-02-14T02:16:11.683Z Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
33922026-02-14T02:16:11.756Z Compiling xz2 v0.1.7
33932026-02-14T02:16:12.318Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
33942026-02-14T02:16:14.385Z Compiling zone v0.1.8
33952026-02-14T02:16:14.454Z Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
33962026-02-14T02:16:15.113Z Compiling ssh-key v0.6.6
33972026-02-14T02:16:15.137Z Compiling hickory-client v0.25.2
33982026-02-14T02:16:15.590Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
33992026-02-14T02:16:15.738Z Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
34002026-02-14T02:16:16.453Z Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
34012026-02-14T02:16:16.924Z Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
34022026-02-14T02:16:17.278Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
34032026-02-14T02:16:18.293Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#88c6684d)
34042026-02-14T02:16:18.343Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=bc121ef55741656ce118b02ceeda949b9261f49f#bc121ef5)
34052026-02-14T02:16:18.493Z Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=8f5527da3c53398c95c50b1af088637e7b6c5718#8f5527da)
34062026-02-14T02:16:18.835Z Compiling p521 v0.13.3
34072026-02-14T02:16:19.279Z Compiling p256 v0.13.2
34082026-02-14T02:16:19.939Z Compiling yasna v0.5.2
34092026-02-14T02:16:19.966Z Compiling headers-core v0.3.0
34102026-02-14T02:16:19.995Z Compiling kstat-rs v0.2.4
34112026-02-14T02:16:20.185Z Compiling nanorand v0.7.0
34122026-02-14T02:16:20.580Z Compiling atty v0.2.14
34132026-02-14T02:16:20.620Z Compiling russh-cryptovec v0.7.3
34142026-02-14T02:16:20.692Z Compiling md5 v0.7.0
34152026-02-14T02:16:20.777Z Compiling crc8 v0.1.1
34162026-02-14T02:16:20.870Z Compiling rcgen v0.12.1
34172026-02-14T02:16:20.958Z Compiling russh-keys v0.45.0
34182026-02-14T02:16:21.004Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
34192026-02-14T02:16:21.067Z Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc121ef55741656ce118b02ceeda949b9261f49f#bc121ef5)
34202026-02-14T02:16:21.168Z Compiling flume v0.11.1
34212026-02-14T02:16:21.288Z Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
34222026-02-14T02:16:21.803Z Compiling headers v0.4.1
34232026-02-14T02:16:22.654Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
34242026-02-14T02:16:22.685Z Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
34252026-02-14T02:16:23.394Z Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#f3fe0542)
34262026-02-14T02:16:23.526Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#88c6684d)
34272026-02-14T02:16:23.954Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
34282026-02-14T02:16:25.463Z Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
34292026-02-14T02:16:25.902Z Compiling hyper-staticfile v0.10.1
34302026-02-14T02:16:26.842Z Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
34312026-02-14T02:16:28.023Z Compiling bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
34322026-02-14T02:16:29.448Z Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
34332026-02-14T02:16:30.562Z Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
34342026-02-14T02:16:31.039Z Compiling tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
34352026-02-14T02:16:31.171Z Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
34362026-02-14T02:16:31.510Z Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
34372026-02-14T02:16:32.325Z Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
34382026-02-14T02:16:32.479Z Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
34392026-02-14T02:16:33.187Z Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
34402026-02-14T02:16:33.211Z Compiling num-bigint v0.4.6
34412026-02-14T02:16:33.660Z Compiling des v0.8.1
34422026-02-14T02:16:33.994Z Compiling subprocess v0.2.9
34432026-02-14T02:16:34.487Z Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
34442026-02-14T02:16:35.215Z Compiling display-error-chain v0.2.2
34452026-02-14T02:16:35.324Z Compiling hex-literal v0.4.1
34462026-02-14T02:16:35.399Z Compiling dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
34472026-02-14T02:16:35.458Z Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
34482026-02-14T02:16:35.533Z Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
34492026-02-14T02:16:35.983Z Compiling russh v0.45.0
34502026-02-14T02:16:36.701Z Compiling internet-checksum v0.2.1
34512026-02-14T02:16:41.677Z Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
34522026-02-14T02:16:42.167Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
34532026-02-14T02:16:42.229Z Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
34542026-02-14T02:16:42.272Z Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
34552026-02-14T02:16:45.376Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
34562026-02-14T02:16:45.753Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
34572026-02-14T02:16:55.018Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
34582026-02-14T02:17:39.186Z Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
34592026-02-14T02:18:16.650Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3m 28s
34602026-02-14T02:18:16.901Z
34612026-02-14T02:18:16.901Zreal 3:28.927879101
34622026-02-14T02:18:16.901Zuser 16:34.057292442
34632026-02-14T02:18:16.901Zsys 2:35.219603974
34642026-02-14T02:18:16.901Ztrap 0.440120939
34652026-02-14T02:18:16.901Ztflt 0.200466434
34662026-02-14T02:18:16.901Zdflt 1.593195537
34672026-02-14T02:18:16.901Zkflt 0.000362758
34682026-02-14T02:18:16.901Zlock 44:44.101137058
34692026-02-14T02:18:16.901Zslp 58:47.566916941
34702026-02-14T02:18:16.901Zlat 1:00.986365598
34712026-02-14T02:18:16.901Zstop 2:22.666595217
34722026-02-14T02:18:16.926Z+ mkdir tests
34732026-02-14T02:18:16.926Z+ /opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json
34742026-02-14T02:18:16.926Z+ xargs -I '{}' -t cp '{}' tests/
34752026-02-14T02:18:16.955Zcp /work/oxidecomputer/omicron/target/debug/deps/dhcp_server-52573b2831fe5c70 tests/
34762026-02-14T02:18:16.989Zcp /work/oxidecomputer/omicron/target/debug/deps/bootstrap-a8abbe63eb719d15 tests/
34772026-02-14T02:18:17.039Zcp /work/oxidecomputer/omicron/target/debug/deps/commtest-64a339f2b0dfe857 tests/
34782026-02-14T02:18:17.063Zcp /work/oxidecomputer/omicron/target/debug/deps/end_to_end_tests-4e199d60d251212d tests/
34792026-02-14T02:18:17.380Z+ 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/*)
34802026-02-14T02:18:17.404Z+ 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-a8abbe63eb719d15 tests/commtest-64a339f2b0dfe857 tests/dhcp_server-52573b2831fe5c70 tests/end_to_end_tests-4e199d60d251212d 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
34812026-02-14T02:20:30.053ZCompressing '/work/package.tar.gz' with '/usr/bin/gzip'...
34822026-02-14T02:20:30.053Za .github/buildomat/ci-env.sh 1K
34832026-02-14T02:20:30.053Za out/target/test 1K
34842026-02-14T02:20:30.053Za out/npuzone/npuzone 27402K
34852026-02-14T02:20:30.053Za package-manifest.toml 35K
34862026-02-14T02:20:30.053Za smf/sled-agent/non-gimlet/config.toml 6K
34872026-02-14T02:20:30.053Za target/release/omicron-package 43246K
34882026-02-14T02:20:30.053Za target/release/xtask 11507K
34892026-02-14T02:20:30.054Za target/debug/bootstrap 322874K
34902026-02-14T02:20:30.054Za tests/bootstrap-a8abbe63eb719d15 31130K
34912026-02-14T02:20:30.054Za tests/commtest-64a339f2b0dfe857 31626K
34922026-02-14T02:20:30.054Za tests/dhcp_server-52573b2831fe5c70 31130K
34932026-02-14T02:20:30.054Za tests/end_to_end_tests-4e199d60d251212d 367248K
34942026-02-14T02:20:30.054Za out/clickhouse.tar.gz 319658K
34952026-02-14T02:20:30.054Za out/clickhouse_keeper.tar.gz 302621K
34962026-02-14T02:20:30.054Za out/clickhouse_server.tar.gz 319657K
34972026-02-14T02:20:30.054Za out/cockroachdb.tar.gz 165181K
34982026-02-14T02:20:30.054Za out/crucible-pantry-zone.tar.gz 41564K
34992026-02-14T02:20:30.054Za out/crucible-utils.tar 17744K
35002026-02-14T02:20:30.054Za out/crucible-zone.tar.gz 55702K
35012026-02-14T02:20:30.054Za out/external-dns.tar.gz 48844K
35022026-02-14T02:20:30.054Za out/internal-dns.tar.gz 48843K
35032026-02-14T02:20:30.054Za out/mg-ddm-gz.tar 86339K
35042026-02-14T02:20:30.054Za out/nexus.tar.gz 211172K
35052026-02-14T02:20:30.054Za out/ntp.tar.gz 29700K
35062026-02-14T02:20:30.054Za out/omicron-gateway-softnpu.tar.gz 28463K
35072026-02-14T02:20:30.054Za out/omicron-sled-agent.tar 194785K
35082026-02-14T02:20:30.054Za out/overlay.tar.gz 3K
35092026-02-14T02:20:30.054Za out/oximeter.tar.gz 65025K
35102026-02-14T02:20:30.054Za out/oxlog.tar 3946K
35112026-02-14T02:20:30.054Za out/probe.tar.gz 3037K
35122026-02-14T02:20:30.054Za out/propolis-server.tar.gz 74629K
35132026-02-14T02:20:30.054Za out/pumpkind-gz.tar 26647K
35142026-02-14T02:20:30.054Za out/switch-softnpu.tar.gz 376705K
35152026-02-14T02:20:30.079Z
35162026-02-14T02:20:30.079Zreal 2:12.670470614
35172026-02-14T02:20:30.079Zuser 2:02.616072199
35182026-02-14T02:20:30.079Zsys 12.350085856
35192026-02-14T02:20:30.079Ztrap 0.038387748
35202026-02-14T02:20:30.079Ztflt 0.000000000
35212026-02-14T02:20:30.079Zdflt 0.000000000
35222026-02-14T02:20:30.079Zkflt 0.000000000
35232026-02-14T02:20:30.079Zlock 0.000000000
35242026-02-14T02:20:30.079Zslp 2:02.695084870
35252026-02-14T02:20:30.079Zlat 7.632146946
35262026-02-14T02:20:30.079Zstop 0.001817510
35272026-02-14T02:20:30.079Zprocess exited: duration 2559679 ms, exit code 0
 
35282026-02-14T02:20:30.163Zfound 1 output files
35292026-02-14T02:20:30.163Zuploading: /work/package.tar.gz (2417682113 bytes)
35302026-02-14T02:23:34.447Zuploaded: /work/package.tar.gz