01KM1AMF429P4A5M225MWQRZSY: helios / package

BasicConfig {
    output_rules: [
        "=/work/package.tar.gz",
    ],
    rust_toolchain: Some(
        Bool(
            true,
        ),
    ),
    target: Some(
        "helios-2.0-16c64gb",
    ),
    access_repos: [],
    publish: [],
    skip_clone: false,
}

Buildomat Job: 01KM1AMY48GDQ7EAJ45YA24CNX

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12026-03-18T20:38:14.052Zjob assigned to worker 01KM1AN24ZVQPRTRBRT2TXDFZG [factory aws, i-0e670308e47d98be1] (queued for 1 m 14 s)
 
22026-03-18T20:38:21.843Zstarting task 0: "setup"
32026-03-18T20:38:21.848Z++ uname -s
42026-03-18T20:38:21.851Z+ kern=SunOS
52026-03-18T20:38:21.851Z+ build_user=build
62026-03-18T20:38:21.851Z+ build_uid=12345
72026-03-18T20:38:21.851Z+ work_dir=/work
82026-03-18T20:38:21.851Z+ input_dir=/input
92026-03-18T20:38:21.851Z+ [[ 0 == 12345 ]]
102026-03-18T20:38:21.851Z+ case "$kern" in
112026-03-18T20:38:21.852Z+ groupadd -g 12345 build
122026-03-18T20:38:21.855Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-03-18T20:38:23.861Z+ zfs create -o mountpoint=/work rpool/work
142026-03-18T20:38:23.984Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-03-18T20:38:23.987Z+ home_fs=zfs
162026-03-18T20:38:23.988Z+ [[ zfs == autofs ]]
172026-03-18T20:38:23.988Z+ mkdir -p /home/build
182026-03-18T20:38:23.991Z+ chown build:build /home/build /work
192026-03-18T20:38:24.992Z+ chmod 0700 /home/build /work
202026-03-18T20:38:24.995Zprocess exited: duration 3153 ms, exit code 0
 
212026-03-18T20:38:25.002Zstarting task 1: "rust-toolchain"
222026-03-18T20:38:25.008Z+ printf ' * rust toolchain channel = "%s"\n' 1.94.0
232026-03-18T20:38:25.008Z * rust toolchain channel = "1.94.0"
242026-03-18T20:38:25.008Z * rust toolchain profile = "default"
252026-03-18T20:38:25.011Z+ printf ' * rust toolchain profile = "%s"\n' default
262026-03-18T20:38:25.011Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-03-18T20:38:25.011Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-03-18T20:38:25.011Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-03-18T20:38:25.012Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.94.0 --profile default
302026-03-18T20:38:25.129Zinfo: downloading installer
312026-03-18T20:38:26.560Zwarn: It looks like you have an existing installation of Rust at:
322026-03-18T20:38:26.560Zwarn: /opt/ooce/bin
332026-03-18T20:38:26.560Zwarn: It is recommended that rustup be the primary Rust installation.
342026-03-18T20:38:26.560Zwarn: Otherwise you may have confusion unless you are careful with your PATH.
352026-03-18T20:38:26.560Zwarn: If you are sure that you want both rustup and your already installed Rust
362026-03-18T20:38:26.560Zwarn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
372026-03-18T20:38:26.560Zwarn: or pass `-y' to ignore all ignorable checks.
382026-03-18T20:38:26.560Zerror: cannot install while Rust is installed
392026-03-18T20:38:26.560Zwarn: continuing (because the -y flag is set and the error is ignorable)
402026-03-18T20:38:26.560Zwarn: It looks like you have an existing rustup settings file at:
412026-03-18T20:38:26.560Zwarn: /home/build/.rustup/settings.toml
422026-03-18T20:38:26.560Zwarn: Rustup will install the default toolchain as specified in the settings file,
432026-03-18T20:38:26.560Zwarn: instead of the one inferred from the default host triple.
442026-03-18T20:38:26.576Zinfo: profile set to default
452026-03-18T20:38:26.576Zinfo: default host triple is x86_64-unknown-illumos
462026-03-18T20:38:26.580Zinfo: syncing channel updates for 1.94.0-x86_64-unknown-illumos
472026-03-18T20:38:26.730Zinfo: latest update on 2026-03-05 for version 1.94.0 (4a4ef493e 2026-03-02)
482026-03-18T20:38:26.733Zinfo: downloading 6 components
492026-03-18T20:38:42.464Zinfo: default toolchain set to 1.94.0-x86_64-unknown-illumos
502026-03-18T20:38:42.464Z
512026-03-18T20:38:42.500Z 1.94.0-x86_64-unknown-illumos installed - rustc 1.94.0 (4a4ef493e 2026-03-02)
522026-03-18T20:38:42.500Z
532026-03-18T20:38:42.504Z
542026-03-18T20:38:42.504ZRust is installed now. Great!
552026-03-18T20:38:42.504Z
562026-03-18T20:38:42.504ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
572026-03-18T20:38:42.504Zenvironment variable. This has not been done automatically.
582026-03-18T20:38:42.504Z
592026-03-18T20:38:42.504ZTo configure your current shell, you need to source
602026-03-18T20:38:42.504Zthe corresponding env file under $HOME/.cargo.
612026-03-18T20:38:42.504Z
622026-03-18T20:38:42.504ZThis is usually done by running one of the following (note the leading DOT):
632026-03-18T20:38:42.504Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
642026-03-18T20:38:42.504Zsource "$HOME/.cargo/env.fish" # For fish
652026-03-18T20:38:42.504Zsource "~/.cargo/env.nu" # For nushell
662026-03-18T20:38:42.504Zsource "$HOME/.cargo/env.tcsh" # For tcsh
672026-03-18T20:38:42.504Z. "$HOME/.cargo/env.ps1" # For pwsh
682026-03-18T20:38:42.504Zsource "$HOME/.cargo/env.xsh" # For xonsh
692026-03-18T20:38:42.504Zwarn: no default linker (`cc`) was found in your PATH
702026-03-18T20:38:42.504Zwarn: many Rust crates require a system C toolchain to build
712026-03-18T20:38:42.609Z+ rustup --version
722026-03-18T20:38:42.616Zrustup 1.29.0 (28d1352db 2026-03-05)
732026-03-18T20:38:42.619Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
742026-03-18T20:38:42.642Zinfo: the currently active `rustc` version is `rustc 1.94.0 (4a4ef493e 2026-03-02)`
752026-03-18T20:38:42.645Z+ cargo --version
762026-03-18T20:38:42.656Zcargo 1.94.0 (85eff7c80 2026-01-15)
772026-03-18T20:38:42.659Z+ rustc --version
782026-03-18T20:38:42.685Zrustc 1.94.0 (4a4ef493e 2026-03-02)
792026-03-18T20:38:42.688Zprocess exited: duration 17682 ms, exit code 0
 
802026-03-18T20:38:42.694Zstarting task 2: "authentication"
812026-03-18T20:38:42.715Zprocess exited: duration 20 ms, exit code 0
 
822026-03-18T20:38:42.721Zstarting task 3: "clone repository"
832026-03-18T20:38:42.726Z+ mkdir -p /work/oxidecomputer/omicron
842026-03-18T20:38:42.729Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
852026-03-18T20:38:42.763ZCloning into '/work/oxidecomputer/omicron'...
862026-03-18T20:39:15.692Z+ cd /work/oxidecomputer/omicron
872026-03-18T20:39:15.696Z+ git fetch origin 4c2f62386f58bc1b5a6b2cf0d1797399521e7785
882026-03-18T20:39:16.622ZFrom https://github.com/oxidecomputer/omicron
892026-03-18T20:39:16.622Z * branch 4c2f62386f58bc1b5a6b2cf0d1797399521e7785 -> FETCH_HEAD
902026-03-18T20:39:16.634Z+ [[ -n sunshowers/spr/update-to-nextest-09131-enable-flaky-fail ]]
912026-03-18T20:39:16.637Z++ git branch --show-current
922026-03-18T20:39:16.641Z+ current=main
932026-03-18T20:39:16.641Z+ [[ main != sunshowers/spr/update-to-nextest-09131-enable-flaky-fail ]]
942026-03-18T20:39:16.641Z+ git branch -f sunshowers/spr/update-to-nextest-09131-enable-flaky-fail 4c2f62386f58bc1b5a6b2cf0d1797399521e7785
952026-03-18T20:39:16.644Z+ git checkout -f sunshowers/spr/update-to-nextest-09131-enable-flaky-fail
962026-03-18T20:39:16.969ZSwitched to branch 'sunshowers/spr/update-to-nextest-09131-enable-flaky-fail'
972026-03-18T20:39:16.973Z+ git reset --hard 4c2f62386f58bc1b5a6b2cf0d1797399521e7785
982026-03-18T20:39:16.989ZHEAD is now at 4c2f62386 export a Chrome trace
992026-03-18T20:39:16.993Zprocess exited: duration 34262 ms, exit code 0
 
1002026-03-18T20:39:17.000Zstarting task 4: "build"
1012026-03-18T20:39:17.006Z+ source .github/buildomat/ci-env.sh
1022026-03-18T20:39:17.009Z++ export CARGO_TERM_COLOR=always
1032026-03-18T20:39:17.009Z++ CARGO_TERM_COLOR=always
1042026-03-18T20:39:17.009Z+ cargo --version
1052026-03-18T20:39:17.019Zcargo 1.94.0 (85eff7c80 2026-01-15)
1062026-03-18T20:39:17.022Z+ rustc --version
1072026-03-18T20:39:17.047Zrustc 1.94.0 (4a4ef493e 2026-03-02)
1082026-03-18T20:39:17.051Z+ WORK=/work
1092026-03-18T20:39:17.051Z+ pfexec mkdir -p /work
1102026-03-18T20:39:17.055Z+ pfexec chown build /work
1112026-03-18T20:39:17.058Z+ ptime -m ./tools/install_builder_prerequisites.sh -yp
1122026-03-18T20:39:27.244Z Startup: Refreshing catalog 'helios-dev' ... Done
1132026-03-18T20:39:36.890Z Startup: Caching catalogs ... Done
1142026-03-18T20:39:59.251ZPlanning: Solver setup ... Done (20.755s)
1152026-03-18T20:39:59.403ZPlanning: Running solver ... Done (0.152s)
1162026-03-18T20:39:59.588ZPlanning: Finding local manifests ... Done (0.003s)
1172026-03-18T20:39:59.601ZPlanning: Fetching manifests: 0/4 0% complete
1182026-03-18T20:39:59.734ZPlanning: Fetching manifests: 4/4 100% complete
1192026-03-18T20:39:59.778ZPlanning: Package planning ... Done (0.044s)
1202026-03-18T20:39:59.821ZPlanning: Merging actions ... Done (0.040s)
1212026-03-18T20:40:00.060ZPlanning: Checking for conflicting actions ... Done (0.240s)
1222026-03-18T20:40:00.071ZPlanning: Consolidating action changes ... Done (0.010s)
1232026-03-18T20:40:00.963ZPlanning: Evaluating mediators ... Done (0.894s)
1242026-03-18T20:40:00.972ZPlanning: Planning completed in 23.93 seconds
1252026-03-18T20:40:00.985Z Packages to install: 4
1262026-03-18T20:40:00.985Z Mediators to change: 2
1272026-03-18T20:40:00.985Z Services to change: 1
1282026-03-18T20:40:00.985Z Estimated space available: 155.43 GB
1292026-03-18T20:40:00.989ZEstimated space to be consumed: 1.83 GB
1302026-03-18T20:40:00.989Z Create boot environment: No
1312026-03-18T20:40:00.989ZCreate backup boot environment: No
1322026-03-18T20:40:00.989Z Rebuild boot archive: No
1332026-03-18T20:40:00.989Z
1342026-03-18T20:40:00.989ZChanged mediators:
1352026-03-18T20:40:00.989Z mediator clang:
1362026-03-18T20:40:00.989Z version: None -> 15 (system default)
1372026-03-18T20:40:00.989Z
1382026-03-18T20:40:00.989Z mediator llvm:
1392026-03-18T20:40:00.989Z version: 14 (system default) -> 15 (system default)
1402026-03-18T20:40:00.989Z
1412026-03-18T20:40:00.989ZChanged packages:
1422026-03-18T20:40:00.989Zhelios-dev
1432026-03-18T20:40:00.989Z developer/build-essential
1442026-03-18T20:40:00.989Z None -> 11-2.0
1452026-03-18T20:40:00.989Z library/libxmlsec1
1462026-03-18T20:40:00.989Z None -> 1.2.35-2.0
1472026-03-18T20:40:00.989Z ooce/developer/clang-15
1482026-03-18T20:40:00.989Z None -> 15.0.7-2.0
1492026-03-18T20:40:00.989Z ooce/developer/llvm-15
1502026-03-18T20:40:00.990Z None -> 15.0.7-2.0
1512026-03-18T20:40:00.990Z
1522026-03-18T20:40:00.990ZServices:
1532026-03-18T20:40:00.990Z restart_fmri:
1542026-03-18T20:40:00.990Z svc:/system/update-man-index:default
1552026-03-18T20:40:01.035Z
1562026-03-18T20:40:01.035ZDownload: 0/3290 items 0.0/212.6MB 0% complete
1572026-03-18T20:40:06.036ZDownload: 2121/3290 items 118.9/212.6MB 55% complete (24.0M/s)
1582026-03-18T20:40:10.721ZDownload: Completed 212.60 MB in 9.68 seconds (22.0M/s)
1592026-03-18T20:40:11.957Z Actions: 1/3689 actions (Installing new actions)
1602026-03-18T20:40:16.121Z Actions: Completed 3689 actions in 4.16 seconds.
1612026-03-18T20:40:16.472Z Done (0.340s)
1622026-03-18T20:40:16.472Z Done (0.000s)
1632026-03-18T20:40:17.399Z Done (0.933s)
1642026-03-18T20:40:21.443Z Done (3.689s)
1652026-03-18T20:40:21.524Z Done (0.018s)
1662026-03-18T20:40:21.528Z Done (0.000s)
1672026-03-18T20:40:21.770Z Done (0.000s)
1682026-03-18T20:40:22.747ZPlanning: Evaluating mediator changes ... Done
1692026-03-18T20:40:22.894ZPlanning: Checking for conflicting actions ... Done
1702026-03-18T20:40:22.899ZPlanning: Consolidating action changes ... Done
1712026-03-18T20:40:23.116ZPlanning: Evaluating mediators ... Done
1722026-03-18T20:40:23.119ZPlanning: Planning completed in 0.37 seconds
1732026-03-18T20:40:23.147Z Mediators to change: 2
1742026-03-18T20:40:23.147Z Create boot environment: No
1752026-03-18T20:40:23.147ZCreate backup boot environment: No
1762026-03-18T20:40:23.226Z Done
1772026-03-18T20:40:23.226Z Done
1782026-03-18T20:40:23.945Z Done
1792026-03-18T20:40:27.251Z Done
1802026-03-18T20:40:27.333Z Done
1812026-03-18T20:40:27.336Z Done
1822026-03-18T20:40:27.481Z Done
1832026-03-18T20:40:28.018ZPlanning: Evaluating mediator changes ... Done
1842026-03-18T20:40:28.021ZPlanning: Merging actions ... Done
1852026-03-18T20:40:28.190ZPlanning: Checking for conflicting actions ... Done
1862026-03-18T20:40:28.193ZPlanning: Consolidating action changes ... Done
1872026-03-18T20:40:28.410ZPlanning: Evaluating mediators ... Done
1882026-03-18T20:40:28.452ZPlanning: Planning completed in 0.64 seconds
1892026-03-18T20:40:28.482Z Packages to change: 1
1902026-03-18T20:40:28.482Z Mediators to change: 1
1912026-03-18T20:40:28.482Z Services to change: 1
1922026-03-18T20:40:28.482Z Create boot environment: No
1932026-03-18T20:40:28.483ZCreate backup boot environment: Yes
1942026-03-18T20:40:30.851Z Actions: 1/6 actions (Updating modified actions)
1952026-03-18T20:40:30.854Z Actions: Completed 6 actions in 0.00 seconds.
1962026-03-18T20:40:30.854Z Done
1972026-03-18T20:40:30.854Z Done
1982026-03-18T20:40:31.043Z Done
1992026-03-18T20:40:34.301Z Done
2002026-03-18T20:40:34.385Z Done
2012026-03-18T20:40:34.389Z Done
2022026-03-18T20:40:34.546Z Done
2032026-03-18T20:40:34.920ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
2042026-03-18T20:40:34.920Zclang system 15 system
2052026-03-18T20:40:34.920Zcsh system system illumos
2062026-03-18T20:40:34.920Zctags system system illumos
2072026-03-18T20:40:34.920Zfile system system illumos
2082026-03-18T20:40:34.920Zgcc vendor 12 vendor
2092026-03-18T20:40:34.920Zgcc system 10 system
2102026-03-18T20:40:34.920Zgcc system 7 system
2112026-03-18T20:40:34.920Zgo system 1.20 system
2122026-03-18T20:40:34.920Zgo system 1.19 system
2132026-03-18T20:40:34.920Zllvm system 15 system
2142026-03-18T20:40:34.920Zllvm system 14 system
2152026-03-18T20:40:34.920Zmariadb system 10.6 system
2162026-03-18T20:40:34.920Zmta vendor vendor dma
2172026-03-18T20:40:34.920Zopenjdk system 17 system
2182026-03-18T20:40:34.920Zopenjdk system 11 system
2192026-03-18T20:40:34.920Zopenjdk system 1.8 system
2202026-03-18T20:40:34.920Zopenssl vendor 3 vendor
2212026-03-18T20:40:34.920Zperl system 5.36 system
2222026-03-18T20:40:34.920Zpostgresql system 15 system
2232026-03-18T20:40:34.920Zpostgresql system 13 system
2242026-03-18T20:40:34.920Zpython vendor 3 vendor
2252026-03-18T20:40:34.920Zpython system 2 system
2262026-03-18T20:40:34.921Zpython3 system 3.11 system
2272026-03-18T20:40:34.921Zruby system 3.0 system
2282026-03-18T20:40:34.921Zwords vendor vendor american-english
2292026-03-18T20:40:34.921Zwords system system australian-english
2302026-03-18T20:40:34.921Zwords system system british-english
2312026-03-18T20:40:34.921Zwords system system canadian-english
2322026-03-18T20:40:34.921Zwords system system french
2332026-03-18T20:40:34.921Zwords system system italian
2342026-03-18T20:40:34.921Zwords system system ngerman
2352026-03-18T20:40:34.921Zwords system system ogerman
2362026-03-18T20:40:34.921Zwords system system spanish
2372026-03-18T20:40:35.226ZPUBLISHER TYPE STATUS P LOCATION
2382026-03-18T20:40:35.226Zhelios-dev origin online F https://pkg.oxide.computer/helios/2/dev/
2392026-03-18T20:40:41.220ZFMRI IFO
2402026-03-18T20:40:41.220Zpkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im-
2412026-03-18T20:40:41.220Zpkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i--
2422026-03-18T20:40:41.220Zpkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im-
2432026-03-18T20:40:41.220Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im-
2442026-03-18T20:40:41.220Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z ---
2452026-03-18T20:40:41.220Zpkg://helios-dev/ooce/developer/cmake@3.26.4-2.0:20230623T130003Z i--
2462026-03-18T20:40:41.220Zpkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i--
2472026-03-18T20:40:41.220Zpkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z i--
2482026-03-18T20:40:41.220Zpkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z ---
2492026-03-18T20:40:41.220Zpkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z ---
2502026-03-18T20:40:41.220Zpkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z i--
2512026-03-18T20:40:41.220Zpkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z ---
2522026-03-18T20:40:41.220Zpkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z ---
2532026-03-18T20:40:41.220Zpkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z i--
2542026-03-18T20:40:41.220Zpkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z ---
2552026-03-18T20:40:41.220Zpkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z ---
2562026-03-18T20:40:42.458Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2572026-03-18T20:40:42.851Z Updating crates.io index
2582026-03-18T20:40:42.854Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2592026-03-18T20:40:43.191Z Updating git repository `https://github.com/oxidecomputer/lldp`
2602026-03-18T20:40:44.734Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2612026-03-18T20:40:45.215Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2622026-03-18T20:40:45.577Z Updating git repository `https://github.com/oxidecomputer/falcon`
2632026-03-18T20:40:48.314Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2642026-03-18T20:40:49.541Z Updating git repository `https://github.com/oxidecomputer/propolis`
2652026-03-18T20:41:04.228Z Updating git repository `https://github.com/oxidecomputer/crucible`
2662026-03-18T20:41:10.487Z Updating git repository `https://github.com/oxidecomputer/opte`
2672026-03-18T20:41:11.631Z Updating git repository `https://github.com/oxidecomputer/tofino`
2682026-03-18T20:41:12.096Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2692026-03-18T20:41:13.157Z Updating git repository `https://github.com/oxidecomputer/clickward`
2702026-03-18T20:41:13.894Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2712026-03-18T20:41:14.556Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
2722026-03-18T20:41:14.882Z Updating git repository `https://github.com/oxidecomputer/dendrite`
2732026-03-18T20:41:20.791Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2742026-03-18T20:41:21.465Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2752026-03-18T20:41:22.064Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
2762026-03-18T20:41:22.392Z Updating git repository `https://github.com/oxidecomputer/scim2-rs`
2772026-03-18T20:41:23.005Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
2782026-03-18T20:41:23.519Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
2792026-03-18T20:41:23.762Z Updating git repository `https://github.com/oxidecomputer/libnvme`
2802026-03-18T20:41:24.058Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2812026-03-18T20:41:24.722Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
2822026-03-18T20:41:25.164Z Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git`
2832026-03-18T20:41:25.838Z Updating git repository `https://github.com/oxidecomputer/rats-corim.git`
2842026-03-18T20:41:26.303Z Updating git repository `https://github.com/bluecatengineering/dhcproto.git`
2852026-03-18T20:41:26.650Z Updating git repository `https://github.com/oxidecomputer/ispf`
2862026-03-18T20:41:26.990Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
2872026-03-18T20:41:28.562Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
2882026-03-18T20:41:28.895Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
2892026-03-18T20:41:29.408Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2902026-03-18T20:41:29.989Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
2912026-03-18T20:41:30.778Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
2922026-03-18T20:41:31.258Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
2932026-03-18T20:41:31.536Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
2942026-03-18T20:41:31.852Z Updating git repository `https://github.com/illumos/smf-rs`
2952026-03-18T20:41:32.330Z Updating git repository `https://github.com/oxidecomputer/omicron`
2962026-03-18T20:42:03.562Z Downloading crates ...
2972026-03-18T20:42:03.621Z Downloaded anstyle v1.0.13
2982026-03-18T20:42:03.627Z Downloaded camino v1.2.2
2992026-03-18T20:42:03.630Z Downloaded memmap v0.7.0
3002026-03-18T20:42:03.637Z Downloaded proc-macro2 v1.0.106
3012026-03-18T20:42:03.643Z Downloaded generic-array v0.14.7
3022026-03-18T20:42:03.646Z Downloaded dtrace-parser v0.2.0
3032026-03-18T20:42:03.646Z Downloaded heck v0.5.0
3042026-03-18T20:42:03.646Z Downloaded version_check v0.9.5
3052026-03-18T20:42:03.649Z Downloaded semver v1.0.27
3062026-03-18T20:42:03.649Z Downloaded equivalent v1.0.2
3072026-03-18T20:42:03.652Z Downloaded displaydoc v0.2.5
3082026-03-18T20:42:03.655Z Downloaded usdt-attr-macro v0.5.0
3092026-03-18T20:42:03.658Z Downloaded textwrap v0.16.2
3102026-03-18T20:42:03.661Z Downloaded heck v0.4.1
3112026-03-18T20:42:03.661Z Downloaded idna_adapter v1.2.1
3122026-03-18T20:42:03.661Z Downloaded form_urlencoded v1.2.2
3132026-03-18T20:42:03.661Z Downloaded dof v0.3.0
3142026-03-18T20:42:03.664Z Downloaded zerofrom-derive v0.1.6
3152026-03-18T20:42:03.664Z Downloaded thiserror v1.0.69
3162026-03-18T20:42:03.667Z Downloaded erased-serde v0.4.9
3172026-03-18T20:42:03.670Z Downloaded zerofrom v0.1.6
3182026-03-18T20:42:03.670Z Downloaded digest v0.10.7
3192026-03-18T20:42:03.675Z Downloaded toml_datetime v0.6.11
3202026-03-18T20:42:03.678Z Downloaded typeid v1.0.3
3212026-03-18T20:42:03.678Z Downloaded usdt v0.5.0
3222026-03-18T20:42:03.678Z Downloaded percent-encoding v2.3.2
3232026-03-18T20:42:03.678Z Downloaded fnv v1.0.7
3242026-03-18T20:42:03.682Z Downloaded fastrand v2.3.0
3252026-03-18T20:42:03.685Z Downloaded tinystr v0.8.2
3262026-03-18T20:42:03.685Z Downloaded yoke v0.8.1
3272026-03-18T20:42:03.688Z Downloaded pretty-hex v0.4.1
3282026-03-18T20:42:03.688Z Downloaded cfg-if v1.0.4
3292026-03-18T20:42:03.688Z Downloaded usdt-macro v0.5.0
3302026-03-18T20:42:03.688Z Downloaded icu_normalizer_data v2.1.1
3312026-03-18T20:42:03.692Z Downloaded usdt-impl v0.5.0
3322026-03-18T20:42:03.695Z Downloaded thiserror-impl v2.0.18
3332026-03-18T20:42:03.695Z Downloaded thiserror-impl v1.0.69
3342026-03-18T20:42:03.699Z Downloaded proc-macro-error-attr v1.0.4
3352026-03-18T20:42:03.699Z Downloaded macaddr v1.0.1
3362026-03-18T20:42:03.702Z Downloaded yoke-derive v0.8.1
3372026-03-18T20:42:03.703Z Downloaded terminal_size v0.4.3
3382026-03-18T20:42:03.703Z Downloaded utf8parse v0.2.2
3392026-03-18T20:42:03.703Z Downloaded thread-id v4.2.2
3402026-03-18T20:42:03.707Z Downloaded cargo-platform v0.2.0
3412026-03-18T20:42:03.707Z Downloaded unicode-linebreak v0.1.5
3422026-03-18T20:42:03.710Z Downloaded unicode-xid v0.2.6
3432026-03-18T20:42:03.710Z Downloaded zmij v1.0.21
3442026-03-18T20:42:03.713Z Downloaded ucd-trie v0.1.7
3452026-03-18T20:42:03.718Z Downloaded errno v0.3.14
3462026-03-18T20:42:03.726Z Downloaded writeable v0.6.2
3472026-03-18T20:42:03.729Z Downloaded utf8_iter v1.0.4
3482026-03-18T20:42:03.729Z Downloaded tabled_derive v0.7.0
3492026-03-18T20:42:03.729Z Downloaded unicode-ident v1.0.24
3502026-03-18T20:42:03.735Z Downloaded swrite v0.1.0
3512026-03-18T20:42:03.735Z Downloaded clap_lex v1.0.0
3522026-03-18T20:42:03.739Z Downloaded toml_write v0.1.2
3532026-03-18T20:42:03.742Z Downloaded strsim v0.11.1
3542026-03-18T20:42:03.742Z Downloaded thiserror v2.0.18
3552026-03-18T20:42:03.745Z Downloaded zerovec-derive v0.11.2
3562026-03-18T20:42:03.746Z Downloaded toml v0.8.23
3572026-03-18T20:42:03.749Z Downloaded zerotrie v0.2.3
3582026-03-18T20:42:03.749Z Downloaded zerocopy-derive v0.7.35
3592026-03-18T20:42:03.753Z Downloaded block-buffer v0.10.4
3602026-03-18T20:42:03.757Z Downloaded serde_tokenstream v0.2.3
3612026-03-18T20:42:03.757Z Downloaded serde_spanned v0.6.9
3622026-03-18T20:42:03.757Z Downloaded is_terminal_polyfill v1.70.2
3632026-03-18T20:42:03.757Z Downloaded cpufeatures v0.2.17
3642026-03-18T20:42:03.757Z Downloaded itoa v1.0.17
3652026-03-18T20:42:03.760Z Downloaded scroll_derive v0.12.1
3662026-03-18T20:42:03.763Z Downloaded toml_edit v0.22.27
3672026-03-18T20:42:03.767Z Downloaded plain v0.2.3
3682026-03-18T20:42:03.770Z Downloaded typenum v1.19.0
3692026-03-18T20:42:03.773Z Downloaded camino-tempfile v1.4.1
3702026-03-18T20:42:03.773Z Downloaded quote v1.0.44
3712026-03-18T20:42:03.777Z Downloaded icu_provider v2.1.1
3722026-03-18T20:42:03.777Z Downloaded icu_properties v2.1.2
3732026-03-18T20:42:03.780Z Downloaded url v2.5.8
3742026-03-18T20:42:03.780Z Downloaded zerocopy v0.7.35
3752026-03-18T20:42:03.791Z Downloaded zerovec v0.11.5
3762026-03-18T20:42:03.798Z Downloaded anstyle-query v1.1.5
3772026-03-18T20:42:03.801Z Downloaded stable_deref_trait v1.2.1
3782026-03-18T20:42:03.801Z Downloaded serde-value v0.7.0
3792026-03-18T20:42:03.801Z Downloaded winnow v0.7.14
3802026-03-18T20:42:03.805Z Downloaded scroll v0.12.0
3812026-03-18T20:42:03.805Z Downloaded colorchoice v1.0.4
3822026-03-18T20:42:03.808Z Downloaded unicode-width v0.2.0
3832026-03-18T20:42:03.812Z Downloaded proc-macro-error v1.0.4
3842026-03-18T20:42:03.812Z Downloaded anstream v0.6.21
3852026-03-18T20:42:03.815Z Downloaded autocfg v1.5.0
3862026-03-18T20:42:03.815Z Downloaded serde-untagged v0.1.9
3872026-03-18T20:42:03.815Z Downloaded fs-err v3.3.0
3882026-03-18T20:42:03.818Z Downloaded ordered-float v2.10.1
3892026-03-18T20:42:03.818Z Downloaded crypto-common v0.1.7
3902026-03-18T20:42:03.818Z Downloaded unicode-width v0.1.14
3912026-03-18T20:42:03.821Z Downloaded synstructure v0.13.2
3922026-03-18T20:42:03.826Z Downloaded potential_utf v0.1.4
3932026-03-18T20:42:03.826Z Downloaded smawk v0.3.2
3942026-03-18T20:42:03.830Z Downloaded anstyle-parse v0.2.7
3952026-03-18T20:42:03.834Z Downloaded byteorder v1.5.0
3962026-03-18T20:42:03.834Z Downloaded cargo-util-schemas v0.8.2
3972026-03-18T20:42:03.847Z Downloaded anyhow v1.0.102
3982026-03-18T20:42:03.850Z Downloaded once_cell v1.21.3
3992026-03-18T20:42:03.855Z Downloaded pest_generator v2.8.6
4002026-03-18T20:42:03.858Z Downloaded litemap v0.8.1
4012026-03-18T20:42:03.858Z Downloaded serde_derive v1.0.228
4022026-03-18T20:42:03.862Z Downloaded cargo_metadata v0.21.0
4032026-03-18T20:42:03.862Z Downloaded log v0.4.29
4042026-03-18T20:42:03.865Z Downloaded pest_derive v2.8.6
4052026-03-18T20:42:03.878Z Downloaded icu_collections v2.1.1
4062026-03-18T20:42:03.882Z Downloaded smallvec v1.15.1
4072026-03-18T20:42:03.886Z Downloaded tempfile v3.25.0
4082026-03-18T20:42:03.886Z Downloaded cargo_toml v0.21.0
4092026-03-18T20:42:03.889Z Downloaded sha2 v0.10.9
4102026-03-18T20:42:03.889Z Downloaded clap_derive v4.5.55
4112026-03-18T20:42:03.893Z Downloaded bitflags v2.11.0
4122026-03-18T20:42:03.893Z Downloaded getrandom v0.4.1
4132026-03-18T20:42:03.897Z Downloaded bytecount v0.6.9
4142026-03-18T20:42:03.897Z Downloaded clap v4.5.60
4152026-03-18T20:42:03.902Z Downloaded serde_core v1.0.228
4162026-03-18T20:42:03.906Z Downloaded papergrid v0.11.0
4172026-03-18T20:42:03.909Z Downloaded num-traits v0.2.19
4182026-03-18T20:42:03.920Z Downloaded icu_locale_core v2.1.1
4192026-03-18T20:42:03.929Z Downloaded pest_meta v2.8.6
4202026-03-18T20:42:03.933Z Downloaded icu_normalizer v2.1.1
4212026-03-18T20:42:03.937Z Downloaded idna v1.1.0
4222026-03-18T20:42:03.945Z Downloaded memchr v2.8.0
4232026-03-18T20:42:03.951Z Downloaded icu_properties_data v2.1.2
4242026-03-18T20:42:03.958Z Downloaded serde v1.0.228
4252026-03-18T20:42:03.961Z Downloaded indexmap v2.13.0
4262026-03-18T20:42:03.973Z Downloaded serde_json v1.0.149
4272026-03-18T20:42:03.982Z Downloaded hashbrown v0.16.1
4282026-03-18T20:42:03.989Z Downloaded pest v2.8.6
4292026-03-18T20:42:04.007Z Downloaded clap_builder v4.5.60
4302026-03-18T20:42:04.016Z Downloaded syn v1.0.109
4312026-03-18T20:42:04.023Z Downloaded tabled v0.15.0
4322026-03-18T20:42:04.035Z Downloaded goblin v0.8.2
4332026-03-18T20:42:04.048Z Downloaded syn v2.0.117
4342026-03-18T20:42:04.056Z Downloaded rustix v1.1.3
4352026-03-18T20:42:04.095Z Downloaded libc v0.2.180
4362026-03-18T20:42:04.179Z Compiling proc-macro2 v1.0.106
4372026-03-18T20:42:04.179Z Compiling unicode-ident v1.0.24
4382026-03-18T20:42:04.182Z Compiling quote v1.0.44
4392026-03-18T20:42:04.183Z Compiling serde_core v1.0.228
4402026-03-18T20:42:04.183Z Compiling libc v0.2.180
4412026-03-18T20:42:04.183Z Compiling version_check v0.9.5
4422026-03-18T20:42:04.183Z Compiling serde v1.0.228
4432026-03-18T20:42:04.183Z Compiling memchr v2.8.0
4442026-03-18T20:42:04.183Z Compiling stable_deref_trait v1.2.1
4452026-03-18T20:42:04.183Z Compiling zmij v1.0.21
4462026-03-18T20:42:04.183Z Compiling ucd-trie v0.1.7
4472026-03-18T20:42:04.183Z Compiling autocfg v1.5.0
4482026-03-18T20:42:04.394Z Compiling itoa v1.0.17
4492026-03-18T20:42:04.398Z Compiling thiserror v1.0.69
4502026-03-18T20:42:04.398Z Compiling writeable v0.6.2
4512026-03-18T20:42:04.684Z Compiling litemap v0.8.1
4522026-03-18T20:42:04.740Z Compiling icu_normalizer_data v2.1.1
4532026-03-18T20:42:04.851Z Compiling byteorder v1.5.0
4542026-03-18T20:42:04.906Z Compiling icu_properties_data v2.1.2
4552026-03-18T20:42:04.945Z Compiling rustix v1.1.3
4562026-03-18T20:42:04.973Z Compiling bitflags v2.11.0
4572026-03-18T20:42:05.063Z Compiling serde_json v1.0.149
4582026-03-18T20:42:05.094Z Compiling num-traits v0.2.19
4592026-03-18T20:42:05.215Z Compiling equivalent v1.0.2
4602026-03-18T20:42:05.386Z Compiling pest v2.8.6
4612026-03-18T20:42:05.463Z Compiling hashbrown v0.16.1
4622026-03-18T20:42:05.467Z Compiling smallvec v1.15.1
4632026-03-18T20:42:05.605Z Compiling typeid v1.0.3
4642026-03-18T20:42:05.631Z Compiling proc-macro-error-attr v1.0.4
4652026-03-18T20:42:05.684Z Compiling usdt-impl v0.5.0
4662026-03-18T20:42:05.687Z Compiling toml_write v0.1.2
4672026-03-18T20:42:05.765Z Compiling erased-serde v0.4.9
4682026-03-18T20:42:05.906Z Compiling errno v0.3.14
4692026-03-18T20:42:05.935Z Compiling thread-id v4.2.2
4702026-03-18T20:42:05.990Z Compiling syn v1.0.109
4712026-03-18T20:42:05.994Z Compiling winnow v0.7.14
4722026-03-18T20:42:06.121Z Compiling proc-macro-error v1.0.4
4732026-03-18T20:42:06.125Z Compiling utf8parse v0.2.2
4742026-03-18T20:42:06.184Z Compiling log v0.4.29
4752026-03-18T20:42:06.238Z Compiling getrandom v0.4.1
4762026-03-18T20:42:06.328Z Compiling plain v0.2.3
4772026-03-18T20:42:06.440Z Compiling thiserror v2.0.18
4782026-03-18T20:42:06.443Z Compiling utf8_iter v1.0.4
4792026-03-18T20:42:06.498Z Compiling indexmap v2.13.0
4802026-03-18T20:42:06.527Z Compiling percent-encoding v2.3.2
4812026-03-18T20:42:06.585Z Compiling camino v1.2.2
4822026-03-18T20:42:06.642Z Compiling syn v2.0.117
4832026-03-18T20:42:06.782Z Compiling form_urlencoded v1.2.2
4842026-03-18T20:42:06.786Z Compiling anstyle-parse v0.2.7
4852026-03-18T20:42:06.896Z Compiling pest_meta v2.8.6
4862026-03-18T20:42:07.039Z Compiling cfg-if v1.0.4
4872026-03-18T20:42:07.080Z Compiling ordered-float v2.10.1
4882026-03-18T20:42:07.108Z Compiling is_terminal_polyfill v1.70.2
4892026-03-18T20:42:07.152Z Compiling anstyle v1.0.13
4902026-03-18T20:42:07.181Z Compiling anstyle-query v1.1.5
4912026-03-18T20:42:07.184Z Compiling colorchoice v1.0.4
4922026-03-18T20:42:07.209Z Compiling pretty-hex v0.4.1
4932026-03-18T20:42:07.368Z Compiling terminal_size v0.4.3
4942026-03-18T20:42:07.372Z Compiling fs-err v3.3.0
4952026-03-18T20:42:07.425Z Compiling anstream v0.6.21
4962026-03-18T20:42:07.429Z Compiling clap_lex v1.0.0
4972026-03-18T20:42:07.488Z Compiling anyhow v1.0.102
4982026-03-18T20:42:07.488Z Compiling bytecount v0.6.9
4992026-03-18T20:42:07.491Z Compiling unicode-xid v0.2.6
5002026-03-18T20:42:07.572Z Compiling heck v0.5.0
5012026-03-18T20:42:07.602Z Compiling strsim v0.11.1
5022026-03-18T20:42:07.635Z Compiling unicode-width v0.1.14
5032026-03-18T20:42:07.688Z Compiling once_cell v1.21.3
5042026-03-18T20:42:07.734Z Compiling fnv v1.0.7
5052026-03-18T20:42:07.766Z Compiling heck v0.4.1
5062026-03-18T20:42:07.769Z Compiling fastrand v2.3.0
5072026-03-18T20:42:07.890Z Compiling clap_builder v4.5.60
5082026-03-18T20:42:08.009Z Compiling semver v1.0.27
5092026-03-18T20:42:08.095Z Compiling tempfile v3.25.0
5102026-03-18T20:42:08.122Z Compiling papergrid v0.11.0
5112026-03-18T20:42:08.183Z Compiling memmap v0.7.0
5122026-03-18T20:42:08.187Z Compiling unicode-width v0.2.0
5132026-03-18T20:42:08.410Z Compiling smawk v0.3.2
5142026-03-18T20:42:08.446Z Compiling unicode-linebreak v0.1.5
5152026-03-18T20:42:08.491Z Compiling camino-tempfile v1.4.1
5162026-03-18T20:42:08.521Z Compiling serde-untagged v0.1.9
5172026-03-18T20:42:08.655Z Compiling swrite v0.1.0
5182026-03-18T20:42:08.655Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
5192026-03-18T20:42:08.771Z Compiling textwrap v0.16.2
5202026-03-18T20:42:09.196Z Compiling tabled_derive v0.7.0
5212026-03-18T20:42:10.079Z Compiling tabled v0.15.0
5222026-03-18T20:42:10.237Z Compiling synstructure v0.13.2
5232026-03-18T20:42:10.237Z Compiling pest_generator v2.8.6
5242026-03-18T20:42:10.965Z Compiling serde_derive v1.0.228
5252026-03-18T20:42:10.965Z Compiling zerofrom-derive v0.1.6
5262026-03-18T20:42:10.969Z Compiling yoke-derive v0.8.1
5272026-03-18T20:42:10.969Z Compiling zerovec-derive v0.11.2
5282026-03-18T20:42:10.969Z Compiling displaydoc v0.2.5
5292026-03-18T20:42:10.969Z Compiling thiserror-impl v1.0.69
5302026-03-18T20:42:10.969Z Compiling zerocopy-derive v0.7.35
5312026-03-18T20:42:10.969Z Compiling scroll_derive v0.12.1
5322026-03-18T20:42:10.969Z Compiling thiserror-impl v2.0.18
5332026-03-18T20:42:10.969Z Compiling clap_derive v4.5.55
5342026-03-18T20:42:11.105Z Compiling pest_derive v2.8.6
5352026-03-18T20:42:11.885Z Compiling zerocopy v0.7.35
5362026-03-18T20:42:11.923Z Compiling scroll v0.12.0
5372026-03-18T20:42:12.233Z Compiling goblin v0.8.2
5382026-03-18T20:42:12.440Z Compiling zerofrom v0.1.6
5392026-03-18T20:42:12.596Z Compiling yoke v0.8.1
5402026-03-18T20:42:12.654Z Compiling dtrace-parser v0.2.0
5412026-03-18T20:42:12.807Z Compiling zerovec v0.11.5
5422026-03-18T20:42:12.807Z Compiling zerotrie v0.2.3
5432026-03-18T20:42:12.863Z Compiling clap v4.5.60
5442026-03-18T20:42:13.405Z Compiling tinystr v0.8.2
5452026-03-18T20:42:13.405Z Compiling potential_utf v0.1.4
5462026-03-18T20:42:13.569Z Compiling icu_collections v2.1.1
5472026-03-18T20:42:13.604Z Compiling icu_locale_core v2.1.1
5482026-03-18T20:42:14.330Z Compiling toml_datetime v0.6.11
5492026-03-18T20:42:14.334Z Compiling serde_spanned v0.6.9
5502026-03-18T20:42:14.334Z Compiling serde-value v0.7.0
5512026-03-18T20:42:14.334Z Compiling cargo-platform v0.2.0
5522026-03-18T20:42:14.334Z Compiling macaddr v1.0.1
5532026-03-18T20:42:14.354Z Compiling dof v0.3.0
5542026-03-18T20:42:14.357Z Compiling serde_tokenstream v0.2.3
5552026-03-18T20:42:14.378Z Compiling icu_provider v2.1.1
5562026-03-18T20:42:14.661Z Compiling toml_edit v0.22.27
5572026-03-18T20:42:14.857Z Compiling icu_normalizer v2.1.1
5582026-03-18T20:42:14.857Z Compiling icu_properties v2.1.2
5592026-03-18T20:42:15.305Z Compiling usdt-macro v0.5.0
5602026-03-18T20:42:15.309Z Compiling usdt-attr-macro v0.5.0
5612026-03-18T20:42:16.013Z Compiling idna_adapter v1.2.1
5622026-03-18T20:42:16.075Z Compiling usdt v0.5.0
5632026-03-18T20:42:16.140Z Compiling idna v1.1.0
5642026-03-18T20:42:16.444Z Compiling toml v0.8.23
5652026-03-18T20:42:16.482Z Compiling url v2.5.8
5662026-03-18T20:42:16.923Z Compiling cargo_toml v0.21.0
5672026-03-18T20:42:17.018Z Compiling cargo-util-schemas v0.8.2
5682026-03-18T20:42:18.137Z Compiling cargo_metadata v0.21.0
5692026-03-18T20:42:19.416Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
5702026-03-18T20:42:22.242Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 40s
5712026-03-18T20:42:22.592Z Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control`
5722026-03-18T20:42:23.305Z Downloading crates ...
5732026-03-18T20:42:23.422Z Downloaded adler2 v2.0.1
5742026-03-18T20:42:23.426Z Downloaded aead v0.5.2
5752026-03-18T20:42:23.430Z Downloaded base16ct v0.2.0
5762026-03-18T20:42:23.433Z Downloaded bitfield-struct v0.6.2
5772026-03-18T20:42:23.439Z Downloaded critical-section v1.2.0
5782026-03-18T20:42:23.443Z Downloaded aes v0.8.4
5792026-03-18T20:42:23.447Z Downloaded aes-gcm v0.10.3
5802026-03-18T20:42:23.447Z Downloaded dirs-sys-next v0.1.2
5812026-03-18T20:42:23.451Z Downloaded bitflags v1.3.2
5822026-03-18T20:42:23.451Z Downloaded darling v0.20.11
5832026-03-18T20:42:23.454Z Downloaded crunchy v0.2.4
5842026-03-18T20:42:23.457Z Downloaded bb8 v0.8.6
5852026-03-18T20:42:23.457Z Downloaded array-init v0.0.4
5862026-03-18T20:42:23.457Z Downloaded crossbeam-deque v0.8.6
5872026-03-18T20:42:23.461Z Downloaded blowfish v0.9.1
5882026-03-18T20:42:23.461Z Downloaded base64ct v1.8.3
5892026-03-18T20:42:23.464Z Downloaded castaway v0.2.4
5902026-03-18T20:42:23.468Z Downloaded debug-ignore v1.0.5
5912026-03-18T20:42:23.468Z Downloaded crossbeam-utils v0.8.21
5922026-03-18T20:42:23.471Z Downloaded crucible-workspace-hack v0.1.0
5932026-03-18T20:42:23.471Z Downloaded crc32fast v1.5.0
5942026-03-18T20:42:23.474Z Downloaded cargo-platform v0.1.9
5952026-03-18T20:42:23.474Z Downloaded ecdsa v0.16.9
5962026-03-18T20:42:23.474Z Downloaded diesel_table_macro_syntax v0.3.0
5972026-03-18T20:42:23.478Z Downloaded cookie_store v0.22.1
5982026-03-18T20:42:23.478Z Downloaded document-features v0.2.12
5992026-03-18T20:42:23.483Z Downloaded bzip2 v0.6.1
6002026-03-18T20:42:23.483Z Downloaded chacha20 v0.9.1
6012026-03-18T20:42:23.483Z Downloaded buf-list v1.1.2
6022026-03-18T20:42:23.489Z Downloaded convert_case v0.4.0
6032026-03-18T20:42:23.489Z Downloaded ciborium v0.2.2
6042026-03-18T20:42:23.489Z Downloaded crossterm v0.28.1
6052026-03-18T20:42:23.494Z Downloaded ed25519-dalek v2.2.0
6062026-03-18T20:42:23.499Z Downloaded diff v0.1.13
6072026-03-18T20:42:23.504Z Downloaded derive_builder_core v0.20.2
6082026-03-18T20:42:23.504Z Downloaded darling_macro v0.20.11
6092026-03-18T20:42:23.505Z Downloaded dyn-clone v1.0.20
6102026-03-18T20:42:23.509Z Downloaded cfg_aliases v0.1.1
6112026-03-18T20:42:23.509Z Downloaded foreign-types v0.5.0
6122026-03-18T20:42:23.510Z Downloaded derive-where v1.6.0
6132026-03-18T20:42:23.513Z Downloaded block-padding v0.3.3
6142026-03-18T20:42:23.514Z Downloaded difflib v0.4.0
6152026-03-18T20:42:23.514Z Downloaded ciborium-ll v0.2.2
6162026-03-18T20:42:23.514Z Downloaded embedded-io v0.6.1
6172026-03-18T20:42:23.519Z Downloaded atomic-waker v1.1.2
6182026-03-18T20:42:23.520Z Downloaded des v0.8.1
6192026-03-18T20:42:23.520Z Downloaded foreign-types-shared v0.3.1
6202026-03-18T20:42:23.520Z Downloaded crc v3.4.0
6212026-03-18T20:42:23.524Z Downloaded flagset v0.4.7
6222026-03-18T20:42:23.524Z Downloaded curve25519-dalek-derive v0.1.1
6232026-03-18T20:42:23.524Z Downloaded async-stream v0.3.6
6242026-03-18T20:42:23.524Z Downloaded darling_macro v0.21.3
6252026-03-18T20:42:23.528Z Downloaded downcast-rs v2.0.2
6262026-03-18T20:42:23.528Z Downloaded dropshot-api-manager-types v0.6.0
6272026-03-18T20:42:23.528Z Downloaded float-cmp v0.10.0
6282026-03-18T20:42:23.532Z Downloaded defmt-parser v1.0.0
6292026-03-18T20:42:23.532Z Downloaded foreign-types-shared v0.1.1
6302026-03-18T20:42:23.532Z Downloaded embedded-io v0.4.0
6312026-03-18T20:42:23.536Z Downloaded cpufeatures v0.3.0
6322026-03-18T20:42:23.536Z Downloaded fd-lock v4.0.4
6332026-03-18T20:42:23.536Z Downloaded float-ord v0.3.2
6342026-03-18T20:42:23.538Z Downloaded bcrypt-pbkdf v0.10.0
6352026-03-18T20:42:23.539Z Downloaded atomicwrites v0.4.4
6362026-03-18T20:42:23.539Z Downloaded either v1.15.0
6372026-03-18T20:42:23.542Z Downloaded filetime v0.2.27
6382026-03-18T20:42:23.542Z Downloaded defmt-macros v1.0.1
6392026-03-18T20:42:23.545Z Downloaded bit-set v0.8.0
6402026-03-18T20:42:23.545Z Downloaded darling_macro v0.23.0
6412026-03-18T20:42:23.549Z Downloaded dunce v1.0.5
6422026-03-18T20:42:23.549Z Downloaded async-recursion v1.1.1
6432026-03-18T20:42:23.554Z Downloaded foreign-types-macros v0.2.3
6442026-03-18T20:42:23.554Z Downloaded foreign-types v0.3.2
6452026-03-18T20:42:23.554Z Downloaded fixedbitset v0.4.2
6462026-03-18T20:42:23.562Z Downloaded display-error-chain v0.2.2
6472026-03-18T20:42:23.562Z Downloaded crc8 v0.1.1
6482026-03-18T20:42:23.562Z Downloaded ciborium-io v0.2.2
6492026-03-18T20:42:23.562Z Downloaded ascii-canvas v3.0.0
6502026-03-18T20:42:23.562Z Downloaded enum-as-inner v0.6.1
6512026-03-18T20:42:23.570Z Downloaded assert_matches v1.5.0
6522026-03-18T20:42:23.570Z Downloaded defmt v0.3.100
6532026-03-18T20:42:23.570Z Downloaded arrayref v0.3.9
6542026-03-18T20:42:23.570Z Downloaded async-stream-impl v0.3.6
6552026-03-18T20:42:23.570Z Downloaded dtrace-parser v0.3.0
6562026-03-18T20:42:23.570Z Downloaded dirs-next v2.0.0
6572026-03-18T20:42:23.570Z Downloaded cstr-argument v0.1.2
6582026-03-18T20:42:23.570Z Downloaded cfg_aliases v0.2.1
6592026-03-18T20:42:23.570Z Downloaded base16ct v1.0.0
6602026-03-18T20:42:23.575Z Downloaded funty v2.0.0
6612026-03-18T20:42:23.576Z Downloaded bitfield-macros v0.19.4
6622026-03-18T20:42:23.576Z Downloaded bit-set v0.5.3
6632026-03-18T20:42:23.576Z Downloaded env_filter v1.0.0
6642026-03-18T20:42:23.576Z Downloaded crossbeam-epoch v0.9.18
6652026-03-18T20:42:23.576Z Downloaded endian-type v0.1.2
6662026-03-18T20:42:23.581Z Downloaded crc-catalog v2.4.0
6672026-03-18T20:42:23.595Z Downloaded dof v0.4.0
6682026-03-18T20:42:23.595Z Downloaded git-stub v1.0.0
6692026-03-18T20:42:23.595Z Downloaded futures-io v0.3.32
6702026-03-18T20:42:23.611Z Downloaded futures-core v0.3.32
6712026-03-18T20:42:23.611Z Downloaded globwalk v0.9.1
6722026-03-18T20:42:23.611Z Downloaded foldhash v0.2.0
6732026-03-18T20:42:23.611Z Downloaded futures-sink v0.3.32
6742026-03-18T20:42:23.611Z Downloaded env_logger v0.11.9
6752026-03-18T20:42:23.611Z Downloaded ena v0.14.4
6762026-03-18T20:42:23.611Z Downloaded ghash v0.5.1
6772026-03-18T20:42:23.612Z Downloaded erased-serde v0.3.31
6782026-03-18T20:42:23.612Z Downloaded ed25519 v2.2.3
6792026-03-18T20:42:23.612Z Downloaded constant_time_eq v0.4.2
6802026-03-18T20:42:23.618Z Downloaded futures-task v0.3.32
6812026-03-18T20:42:23.618Z Downloaded cexpr v0.6.0
6822026-03-18T20:42:23.618Z Downloaded headers-core v0.3.0
6832026-03-18T20:42:23.619Z Downloaded gethostname v0.5.0
6842026-03-18T20:42:23.619Z Downloaded clang-sys v1.8.1
6852026-03-18T20:42:23.619Z Downloaded bcs v0.1.6
6862026-03-18T20:42:23.619Z Downloaded fxhash v0.2.1
6872026-03-18T20:42:23.619Z Downloaded hostname v0.4.2
6882026-03-18T20:42:23.619Z Downloaded futures-macro v0.3.32
6892026-03-18T20:42:23.619Z Downloaded hash32 v0.3.1
6902026-03-18T20:42:23.628Z Downloaded hostname v0.3.1
6912026-03-18T20:42:23.629Z Downloaded fixedbitset v0.5.7
6922026-03-18T20:42:23.629Z Downloaded hex v0.4.3
6932026-03-18T20:42:23.629Z Downloaded find-msvc-tools v0.1.9
6942026-03-18T20:42:23.636Z Downloaded ff v0.13.1
6952026-03-18T20:42:23.636Z Downloaded http-range v0.1.5
6962026-03-18T20:42:23.636Z Downloaded daft-derive v0.1.5
6972026-03-18T20:42:23.636Z Downloaded foldhash v0.1.5
6982026-03-18T20:42:23.636Z Downloaded home v0.5.12
6992026-03-18T20:42:23.637Z Downloaded defmt v1.0.1
7002026-03-18T20:42:23.648Z Downloaded http-body v1.0.1
7012026-03-18T20:42:23.648Z Downloaded bit-vec v0.8.0
7022026-03-18T20:42:23.648Z Downloaded hubpack_derive v0.1.1
7032026-03-18T20:42:23.649Z Downloaded fs-err v2.11.0
7042026-03-18T20:42:23.654Z Downloaded ident_case v1.0.1
7052026-03-18T20:42:23.654Z Downloaded cmake v0.1.57
7062026-03-18T20:42:23.654Z Downloaded git-stub-vcs v0.1.0
7072026-03-18T20:42:23.654Z Downloaded diesel-dtrace v0.5.0
7082026-03-18T20:42:23.654Z Downloaded der_derive v0.7.3
7092026-03-18T20:42:23.654Z Downloaded cipher v0.4.4
7102026-03-18T20:42:23.654Z Downloaded globset v0.4.18
7112026-03-18T20:42:23.655Z Downloaded indent_write v2.2.0
7122026-03-18T20:42:23.655Z Downloaded inout v0.1.4
7132026-03-18T20:42:23.665Z Downloaded indoc v1.0.9
7142026-03-18T20:42:23.665Z Downloaded instability v0.3.11
7152026-03-18T20:42:23.666Z Downloaded der v0.7.10
7162026-03-18T20:42:23.672Z Downloaded darling v0.23.0
7172026-03-18T20:42:23.672Z Downloaded is-terminal v0.4.17
7182026-03-18T20:42:23.672Z Downloaded bzip2 v0.4.4
7192026-03-18T20:42:23.672Z Downloaded internet-checksum v0.2.1
7202026-03-18T20:42:23.672Z Downloaded instant v0.1.13
7212026-03-18T20:42:23.684Z Downloaded lalrpop-util v0.19.12
7222026-03-18T20:42:23.687Z Downloaded cc v1.2.56
7232026-03-18T20:42:23.691Z Downloaded ahash v0.8.12
7242026-03-18T20:42:23.691Z Downloaded kstat-rs v0.2.4
7252026-03-18T20:42:23.695Z Downloaded keccak v0.1.6
7262026-03-18T20:42:23.695Z Downloaded hash32 v0.2.1
7272026-03-18T20:42:23.695Z Downloaded group v0.13.0
7282026-03-18T20:42:23.698Z Downloaded data-encoding v2.10.0
7292026-03-18T20:42:23.698Z Downloaded is_ci v1.2.0
7302026-03-18T20:42:23.698Z Downloaded highway v1.3.0
7312026-03-18T20:42:23.702Z Downloaded darling v0.21.3
7322026-03-18T20:42:23.705Z Downloaded lru v0.12.5
7332026-03-18T20:42:23.705Z Downloaded libscf-sys v1.1.0
7342026-03-18T20:42:23.708Z Downloaded hyper-tls v0.6.0
7352026-03-18T20:42:23.708Z Downloaded derive-ex v0.1.8
7362026-03-18T20:42:23.711Z Downloaded hex-literal v0.4.1
7372026-03-18T20:42:23.711Z Downloaded lru-slab v0.1.2
7382026-03-18T20:42:23.711Z Downloaded http-body-util v0.1.3
7392026-03-18T20:42:23.715Z Downloaded hyper-staticfile v0.10.1
7402026-03-18T20:42:23.715Z Downloaded lazy_static v1.5.0
7412026-03-18T20:42:23.719Z Downloaded derive_builder v0.20.2
7422026-03-18T20:42:23.722Z Downloaded indoc v2.0.7
7432026-03-18T20:42:23.722Z Downloaded lru-cache v0.1.2
7442026-03-18T20:42:23.726Z Downloaded const_format_proc_macros v0.2.34
7452026-03-18T20:42:23.726Z Downloaded console v0.16.2
7462026-03-18T20:42:23.729Z Downloaded lzss v0.8.2
7472026-03-18T20:42:23.729Z Downloaded maybe-uninit v2.0.0
7482026-03-18T20:42:23.733Z Downloaded match_cfg v0.1.0
7492026-03-18T20:42:23.733Z Downloaded const-oid v0.9.6
7502026-03-18T20:42:23.733Z Downloaded cargo_toml v0.22.3
7512026-03-18T20:42:23.736Z Downloaded memoffset v0.9.1
7522026-03-18T20:42:23.736Z Downloaded cancel-safe-futures v0.1.5
7532026-03-18T20:42:23.739Z Downloaded humantime v2.3.0
7542026-03-18T20:42:23.739Z Downloaded crc-any v2.5.0
7552026-03-18T20:42:23.742Z Downloaded chacha20 v0.10.0
7562026-03-18T20:42:23.745Z Downloaded ipnet v2.11.0
7572026-03-18T20:42:23.745Z Downloaded md5 v0.7.0
7582026-03-18T20:42:23.748Z Downloaded impl-trait-for-tuples v0.2.3
7592026-03-18T20:42:23.748Z Downloaded jobserver v0.1.34
7602026-03-18T20:42:23.752Z Downloaded managed v0.8.0
7612026-03-18T20:42:23.752Z Downloaded base64 v0.21.7
7622026-03-18T20:42:23.756Z Downloaded nibble_vec v0.1.0
7632026-03-18T20:42:23.760Z Downloaded newline-converter v0.3.0
7642026-03-18T20:42:23.760Z Downloaded new_debug_unreachable v1.0.6
7652026-03-18T20:42:23.760Z Downloaded nodrop v0.1.14
7662026-03-18T20:42:23.760Z Downloaded multimap v0.10.1
7672026-03-18T20:42:23.763Z Downloaded ipnetwork v0.21.1
7682026-03-18T20:42:23.763Z Downloaded num-derive v0.3.3
7692026-03-18T20:42:23.766Z Downloaded half v1.8.3
7702026-03-18T20:42:23.766Z Downloaded libloading v0.8.9
7712026-03-18T20:42:23.769Z Downloaded hmac v0.12.1
7722026-03-18T20:42:23.772Z Downloaded hickory-client v0.25.2
7732026-03-18T20:42:23.772Z Downloaded libsw v3.5.0
7742026-03-18T20:42:23.775Z Downloaded derive_more v0.99.20
7752026-03-18T20:42:23.778Z Downloaded num v0.4.3
7762026-03-18T20:42:23.778Z Downloaded normalize-line-endings v0.3.0
7772026-03-18T20:42:23.782Z Downloaded num-iter v0.1.45
7782026-03-18T20:42:23.782Z Downloaded num-conv v0.2.0
7792026-03-18T20:42:23.782Z Downloaded nonempty v0.12.0
7802026-03-18T20:42:23.785Z Downloaded newtype-uuid-macros v0.1.0
7812026-03-18T20:42:23.785Z Downloaded libefi-sys v0.1.0
7822026-03-18T20:42:23.785Z Downloaded num-derive v0.4.2
7832026-03-18T20:42:23.788Z Downloaded httparse v1.10.1
7842026-03-18T20:42:23.791Z Downloaded libsw-core v0.3.2
7852026-03-18T20:42:23.791Z Downloaded hyper-rustls v0.27.7
7862026-03-18T20:42:23.795Z Downloaded elliptic-curve v0.13.8
7872026-03-18T20:42:23.798Z Downloaded num_threads v0.1.7
7882026-03-18T20:42:23.798Z Downloaded flate2 v1.1.9
7892026-03-18T20:42:23.801Z Downloaded md-5 v0.10.6
7902026-03-18T20:42:23.805Z Downloaded oso-derive v0.27.3
7912026-03-18T20:42:23.805Z Downloaded allocator-api2 v0.2.21
7922026-03-18T20:42:23.808Z Downloaded openssl-probe v0.2.1
7932026-03-18T20:42:23.808Z Downloaded openssl-probe v0.1.6
7942026-03-18T20:42:23.808Z Downloaded linear-map v1.2.0
7952026-03-18T20:42:23.812Z Downloaded crossterm v0.29.0
7962026-03-18T20:42:23.815Z Downloaded openssl-macros v0.1.1
7972026-03-18T20:42:23.815Z Downloaded arc-swap v1.8.2
7982026-03-18T20:42:23.827Z Downloaded opaque-debug v0.3.1
7992026-03-18T20:42:23.827Z Downloaded num_enum_derive v0.5.11
8002026-03-18T20:42:23.827Z Downloaded iana-time-zone v0.1.65
8012026-03-18T20:42:23.827Z Downloaded mime_guess v2.0.5
8022026-03-18T20:42:23.827Z Downloaded ingot-macros v0.1.1
8032026-03-18T20:42:23.827Z Downloaded mime v0.3.17
8042026-03-18T20:42:23.831Z Downloaded futures-channel v0.3.32
8052026-03-18T20:42:23.831Z Downloaded parse-size v1.1.0
8062026-03-18T20:42:23.831Z Downloaded newtype-uuid v1.3.2
8072026-03-18T20:42:23.831Z Downloaded nanorand v0.7.0
8082026-03-18T20:42:23.835Z Downloaded parse-display v0.10.0
8092026-03-18T20:42:23.835Z Downloaded packed_struct_codegen v0.10.1
8102026-03-18T20:42:23.838Z Downloaded pbkdf2 v0.12.2
8112026-03-18T20:42:23.838Z Downloaded getrandom v0.3.4
8122026-03-18T20:42:23.841Z Downloaded half v2.7.1
8132026-03-18T20:42:23.845Z Downloaded num-integer v0.1.46
8142026-03-18T20:42:23.845Z Downloaded multer v3.1.0
8152026-03-18T20:42:23.848Z Downloaded darling_core v0.20.11
8162026-03-18T20:42:23.851Z Downloaded phf_shared v0.11.3
8172026-03-18T20:42:23.854Z Downloaded peg-runtime v0.8.5
8182026-03-18T20:42:23.854Z Downloaded lock_api v0.4.14
8192026-03-18T20:42:23.854Z Downloaded darling_core v0.23.0
8202026-03-18T20:42:23.857Z Downloaded path-slash v0.1.5
8212026-03-18T20:42:23.860Z Downloaded olpc-cjson v0.1.4
8222026-03-18T20:42:23.860Z Downloaded pbkdf2 v0.11.0
8232026-03-18T20:42:23.863Z Downloaded num_enum v0.5.11
8242026-03-18T20:42:23.866Z Downloaded num_enum v0.7.5
8252026-03-18T20:42:23.870Z Downloaded predicates-tree v1.0.13
8262026-03-18T20:42:23.873Z Downloaded pin-utils v0.1.0
8272026-03-18T20:42:23.873Z Downloaded memmap2 v0.9.10
8282026-03-18T20:42:23.876Z Downloaded predicates-core v1.0.10
8292026-03-18T20:42:23.876Z Downloaded precomputed-hash v0.1.1
8302026-03-18T20:42:23.876Z Downloaded owo-colors v4.3.0
8312026-03-18T20:42:23.880Z Downloaded phf_shared v0.13.1
8322026-03-18T20:42:23.880Z Downloaded derive_more-impl v2.1.1
8332026-03-18T20:42:23.883Z Downloaded progenitor-client v0.10.0
8342026-03-18T20:42:23.886Z Downloaded proc-macro-crate v1.3.1
8352026-03-18T20:42:23.886Z Downloaded headers v0.4.1
8362026-03-18T20:42:23.890Z Downloaded num-rational v0.4.2
8372026-03-18T20:42:23.893Z Downloaded async-bb8-diesel v0.2.1
8382026-03-18T20:42:23.893Z Downloaded futures v0.3.32
8392026-03-18T20:42:23.896Z Downloaded compact_str v0.8.1
8402026-03-18T20:42:23.899Z Downloaded peg v0.8.5
8412026-03-18T20:42:23.902Z Downloaded progenitor-client v0.11.2
8422026-03-18T20:42:23.906Z Downloaded psl-types v2.0.11
8432026-03-18T20:42:23.906Z Downloaded progenitor-macro v0.10.0
8442026-03-18T20:42:23.906Z Downloaded proc-macro-crate v3.4.0
8452026-03-18T20:42:23.909Z Downloaded parse-display-derive v0.10.0
8462026-03-18T20:42:23.909Z Downloaded num-complex v0.4.6
8472026-03-18T20:42:23.912Z Downloaded chacha20poly1305 v0.10.1
8482026-03-18T20:42:23.912Z Downloaded flume v0.11.1
8492026-03-18T20:42:23.915Z Downloaded oxnet v0.1.4
8502026-03-18T20:42:23.918Z Downloaded oxide-tokio-rt v0.1.3
8512026-03-18T20:42:23.918Z Downloaded darling_core v0.21.3
8522026-03-18T20:42:23.923Z Downloaded quick-error v1.2.3
8532026-03-18T20:42:23.927Z Downloaded progenitor-macro v0.11.2
8542026-03-18T20:42:23.927Z Downloaded progenitor-macro v0.13.0
8552026-03-18T20:42:23.927Z Downloaded proc-macro-error-attr2 v2.0.0
8562026-03-18T20:42:23.927Z Downloaded phf v0.13.1
8572026-03-18T20:42:23.930Z Downloaded phf v0.12.1
8582026-03-18T20:42:23.930Z Downloaded indicatif v0.18.4
8592026-03-18T20:42:23.933Z Downloaded powerfmt v0.2.0
8602026-03-18T20:42:23.936Z Downloaded paste v1.0.15
8612026-03-18T20:42:23.939Z Downloaded ppv-lite86 v0.2.21
8622026-03-18T20:42:23.939Z Downloaded pkg-config v0.3.32
8632026-03-18T20:42:23.939Z Downloaded pkcs8 v0.10.2
8642026-03-18T20:42:23.943Z Downloaded native-tls v0.2.18
8652026-03-18T20:42:23.946Z Downloaded pin-project-internal v1.1.11
8662026-03-18T20:42:23.946Z Downloaded indexmap v1.9.3
8672026-03-18T20:42:23.949Z Downloaded phf_shared v0.12.1
8682026-03-18T20:42:23.949Z Downloaded nu-ansi-term v0.50.3
8692026-03-18T20:42:23.952Z Downloaded ref-cast-impl v1.0.25
8702026-03-18T20:42:23.952Z Downloaded progenitor v0.10.0
8712026-03-18T20:42:23.955Z Downloaded packed_struct v0.10.1
8722026-03-18T20:42:23.956Z Downloaded pem-rfc7468 v0.7.0
8732026-03-18T20:42:23.959Z Downloaded heapless v0.7.17
8742026-03-18T20:42:23.962Z Downloaded pin-project-lite v0.2.17
8752026-03-18T20:42:23.965Z Downloaded rand_chacha v0.3.1
8762026-03-18T20:42:23.968Z Downloaded rand_xorshift v0.4.0
8772026-03-18T20:42:23.968Z Downloaded progenitor-extras v0.1.1
8782026-03-18T20:42:23.968Z Downloaded recursive v0.1.1
8792026-03-18T20:42:23.972Z Downloaded progenitor-client v0.13.0
8802026-03-18T20:42:23.972Z Downloaded parking_lot v0.11.2
8812026-03-18T20:42:23.975Z Downloaded hickory-resolver v0.24.4
8822026-03-18T20:42:23.978Z Downloaded rtoolbox v0.0.3
8832026-03-18T20:42:23.979Z Downloaded poly1305 v0.8.0
8842026-03-18T20:42:23.986Z Downloaded dropshot-api-manager v0.6.0
8852026-03-18T20:42:23.991Z Downloaded crossbeam-channel v0.5.15
8862026-03-18T20:42:23.991Z Downloaded const_format v0.2.35
8872026-03-18T20:42:23.994Z Downloaded psm v0.1.30
8882026-03-18T20:42:23.994Z Downloaded litrs v1.0.0
8892026-03-18T20:42:23.998Z Downloaded rustc-hash v2.1.1
8902026-03-18T20:42:23.999Z Downloaded russh-cryptovec v0.7.3
8912026-03-18T20:42:24.002Z Downloaded postgres-types v0.2.12
8922026-03-18T20:42:24.002Z Downloaded rfc6979 v0.4.0
8932026-03-18T20:42:24.002Z Downloaded libbz2-rs-sys v0.2.2
8942026-03-18T20:42:24.006Z Downloaded rand_chacha v0.9.0
8952026-03-18T20:42:24.006Z Downloaded rand_seeder v0.4.0
8962026-03-18T20:42:24.010Z Downloaded ignore v0.4.25
8972026-03-18T20:42:24.010Z Downloaded rand_core v0.10.0
8982026-03-18T20:42:24.013Z Downloaded rand_core v0.9.5
8992026-03-18T20:42:24.014Z Downloaded rand_core v0.6.4
9002026-03-18T20:42:24.014Z Downloaded parking_lot_core v0.8.6
9012026-03-18T20:42:24.017Z Downloaded radium v0.7.0
9022026-03-18T20:42:24.017Z Downloaded progenitor v0.13.0
9032026-03-18T20:42:24.021Z Downloaded progenitor v0.11.2
9042026-03-18T20:42:24.021Z Downloaded rustc_version v0.4.1
9052026-03-18T20:42:24.021Z Downloaded rustc_version v0.1.7
9062026-03-18T20:42:24.021Z Downloaded proc-macro-error2 v2.0.1
9072026-03-18T20:42:24.024Z Downloaded predicates v3.1.4
9082026-03-18T20:42:24.027Z Downloaded miniz_oxide v0.8.9
9092026-03-18T20:42:24.030Z Downloaded parking_lot_core v0.9.12
9102026-03-18T20:42:24.030Z Downloaded jiff-static v0.2.21
9112026-03-18T20:42:24.033Z Downloaded primeorder v0.13.6
9122026-03-18T20:42:24.037Z Downloaded parking_lot v0.12.5
9132026-03-18T20:42:24.037Z Downloaded oso v0.27.3
9142026-03-18T20:42:24.040Z Downloaded same-file v1.0.6
9152026-03-18T20:42:24.043Z Downloaded scopeguard v1.2.0
9162026-03-18T20:42:24.043Z Downloaded scheduled-thread-pool v0.2.7
9172026-03-18T20:42:24.043Z Downloaded salsa20 v0.10.2
9182026-03-18T20:42:24.046Z Downloaded password-hash v0.5.0
9192026-03-18T20:42:24.046Z Downloaded pkcs5 v0.7.1
9202026-03-18T20:42:24.050Z Downloaded scroll_derive v0.13.1
9212026-03-18T20:42:24.053Z Downloaded hickory-server v0.25.2
9222026-03-18T20:42:24.056Z Downloaded diesel_derives v2.3.7
9232026-03-18T20:42:24.059Z Downloaded pkcs1 v0.7.5
9242026-03-18T20:42:24.062Z Downloaded num_enum_derive v0.7.5
9252026-03-18T20:42:24.063Z Downloaded hickory-resolver v0.25.2
9262026-03-18T20:42:24.066Z Downloaded serde-big-array v0.5.1
9272026-03-18T20:42:24.069Z Downloaded serde_repr v0.1.20
9282026-03-18T20:42:24.069Z Downloaded serde_plain v1.0.2
9292026-03-18T20:42:24.072Z Downloaded serde_bytes v0.11.19
9302026-03-18T20:42:24.072Z Downloaded omicron-zone-package v0.12.2
9312026-03-18T20:42:24.076Z Downloaded sapling-renderdag v0.1.0
9322026-03-18T20:42:24.079Z Downloaded openssl-sys v0.9.111
9332026-03-18T20:42:24.082Z Downloaded rustls-pemfile v2.2.0
9342026-03-18T20:42:24.085Z Downloaded rustls-pemfile v1.0.4
9352026-03-18T20:42:24.085Z Downloaded rusty-fork v0.3.1
9362026-03-18T20:42:24.088Z Downloaded secrecy v0.8.0
9372026-03-18T20:42:24.088Z Downloaded signal-hook-mio v0.2.5
9382026-03-18T20:42:24.091Z Downloaded shell-words v1.1.1
9392026-03-18T20:42:24.091Z Downloaded semver v0.1.20
9402026-03-18T20:42:24.091Z Downloaded secrecy v0.10.3
9412026-03-18T20:42:24.095Z Downloaded postcard v1.1.3
9422026-03-18T20:42:24.095Z Downloaded hashbrown v0.12.3
9432026-03-18T20:42:24.098Z Downloaded peg-macros v0.8.5
9442026-03-18T20:42:24.102Z Downloaded p256 v0.13.2
9452026-03-18T20:42:24.105Z Downloaded hashbrown v0.13.2
9462026-03-18T20:42:24.105Z Downloaded ar_archive_writer v0.5.1
9472026-03-18T20:42:24.108Z Downloaded serde_spanned v1.0.4
9482026-03-18T20:42:24.112Z Downloaded derive_more v2.1.1
9492026-03-18T20:42:24.118Z Downloaded siphasher v1.0.2
9502026-03-18T20:42:24.121Z Downloaded sigpipe v0.1.3
9512026-03-18T20:42:24.121Z Downloaded signature v2.2.0
9522026-03-18T20:42:24.124Z Downloaded signal-hook-tokio v0.3.1
9532026-03-18T20:42:24.124Z Downloaded sha1 v0.10.6
9542026-03-18T20:42:24.124Z Downloaded slog-envlogger v2.2.0
9552026-03-18T20:42:24.127Z Downloaded bumpalo v3.20.2
9562026-03-18T20:42:24.130Z Downloaded postgres-protocol v0.6.10
9572026-03-18T20:42:24.131Z Downloaded polyval v0.6.2
9582026-03-18T20:42:24.134Z Downloaded heapless v0.8.0
9592026-03-18T20:42:24.137Z Downloaded ref-cast v1.0.25
9602026-03-18T20:42:24.140Z Downloaded recursive-proc-macro-impl v0.1.1
9612026-03-18T20:42:24.140Z Downloaded password-hash v0.4.2
9622026-03-18T20:42:24.140Z Downloaded r2d2 v0.8.10
9632026-03-18T20:42:24.143Z Downloaded quinn-udp v0.5.14
9642026-03-18T20:42:24.143Z Downloaded pin-project v1.1.11
9652026-03-18T20:42:24.152Z Downloaded ssh-cipher v0.2.0
9662026-03-18T20:42:24.155Z Downloaded serde_path_to_error v0.1.20
9672026-03-18T20:42:24.155Z Downloaded prettyplease v0.2.37
9682026-03-18T20:42:24.159Z Downloaded sqlparser_derive v0.5.0
9692026-03-18T20:42:24.162Z Downloaded http v1.4.0
9702026-03-18T20:42:24.162Z Downloaded rustls-native-certs v0.8.3
9712026-03-18T20:42:24.165Z Downloaded rustversion v1.0.22
9722026-03-18T20:42:24.168Z Downloaded signal-hook-registry v1.4.8
9732026-03-18T20:42:24.168Z Downloaded serde-hex v0.1.0
9742026-03-18T20:42:24.172Z Downloaded structmeta-derive v0.3.0
9752026-03-18T20:42:24.172Z Downloaded structmeta v0.3.0
9762026-03-18T20:42:24.172Z Downloaded scrypt v0.11.0
9772026-03-18T20:42:24.175Z Downloaded scroll v0.13.0
9782026-03-18T20:42:24.175Z Downloaded subtle v2.6.1
9792026-03-18T20:42:24.178Z Downloaded prefix-trie v0.7.0
9802026-03-18T20:42:24.181Z Downloaded ssh-encoding v0.2.0
9812026-03-18T20:42:24.181Z Downloaded seq-macro v0.3.6
9822026-03-18T20:42:24.181Z Downloaded russh-keys v0.45.0
9832026-03-18T20:42:24.184Z Downloaded strip-ansi-escapes v0.2.1
9842026-03-18T20:42:24.187Z Downloaded serde_urlencoded v0.7.1
9852026-03-18T20:42:24.187Z Downloaded sec1 v0.7.3
9862026-03-18T20:42:24.188Z Downloaded resolv-conf v0.7.6
9872026-03-18T20:42:24.191Z Downloaded progenitor-impl v0.11.2
9882026-03-18T20:42:24.194Z Downloaded ron v0.8.1
9892026-03-18T20:42:24.198Z Downloaded papergrid v0.17.0
9902026-03-18T20:42:24.201Z Downloaded supports-color v3.0.2
9912026-03-18T20:42:24.201Z Downloaded schemars_derive v0.8.22
9922026-03-18T20:42:24.205Z Downloaded minimal-lexical v0.2.1
9932026-03-18T20:42:24.208Z Downloaded tap v1.0.1
9942026-03-18T20:42:24.208Z Downloaded num-bigint v0.4.6
9952026-03-18T20:42:24.211Z Downloaded take_mut v0.2.2
9962026-03-18T20:42:24.214Z Downloaded sync_wrapper v1.0.2
9972026-03-18T20:42:24.214Z Downloaded tabwriter v1.4.1
9982026-03-18T20:42:24.214Z Downloaded tabled_derive v0.11.0
9992026-03-18T20:42:24.219Z Downloaded sync-ptr v0.1.4
10002026-03-18T20:42:24.219Z Downloaded strum v0.27.2
10012026-03-18T20:42:24.219Z Downloaded smallvec v0.6.14
10022026-03-18T20:42:24.222Z Downloaded slog-json v2.6.1
10032026-03-18T20:42:24.222Z Downloaded slog-scope v4.4.1
10042026-03-18T20:42:24.222Z Downloaded smf v0.2.3
10052026-03-18T20:42:24.225Z Downloaded slog-bunyan v2.5.0
10062026-03-18T20:42:24.225Z Downloaded slog-async v2.8.0
10072026-03-18T20:42:24.225Z Downloaded tagptr v0.2.0
10082026-03-18T20:42:24.229Z Downloaded rustls-pki-types v1.14.0
10092026-03-18T20:42:24.232Z Downloaded rcgen v0.12.1
10102026-03-18T20:42:24.232Z Downloaded slab v0.4.12
10112026-03-18T20:42:24.235Z Downloaded shlex v1.3.0
10122026-03-18T20:42:24.235Z Downloaded slog-dtrace v0.3.0
10132026-03-18T20:42:24.238Z Downloaded termtree v0.5.1
10142026-03-18T20:42:24.238Z Downloaded rustls-platform-verifier v0.6.2
10152026-03-18T20:42:24.241Z Downloaded string_cache v0.8.9
10162026-03-18T20:42:24.244Z Downloaded static_assertions v1.1.0
10172026-03-18T20:42:24.244Z Downloaded strum v0.26.3
10182026-03-18T20:42:24.247Z Downloaded pretty_assertions v1.4.1
10192026-03-18T20:42:24.247Z Downloaded spki v0.7.3
10202026-03-18T20:42:24.251Z Downloaded hashbrown v0.15.5
10212026-03-18T20:42:24.254Z Downloaded thread-id v5.1.0
10222026-03-18T20:42:24.254Z Downloaded thiserror-impl-no-std v2.0.2
10232026-03-18T20:42:24.257Z Downloaded testing_table v0.3.0
10242026-03-18T20:42:24.257Z Downloaded strum_macros v0.27.2
10252026-03-18T20:42:24.261Z Downloaded stringprep v0.1.5
10262026-03-18T20:42:24.261Z Downloaded sqlformat v0.3.5
10272026-03-18T20:42:24.264Z Downloaded sct v0.7.1
10282026-03-18T20:42:24.264Z Downloaded time-core v0.1.8
10292026-03-18T20:42:24.267Z Downloaded strum_macros v0.24.3
10302026-03-18T20:42:24.267Z Downloaded support-bundle-viewer v0.1.2
10312026-03-18T20:42:24.270Z Downloaded strum_macros v0.26.4
10322026-03-18T20:42:24.270Z Downloaded schemars v0.8.22
10332026-03-18T20:42:24.279Z Downloaded tinyvec_macros v0.1.1
10342026-03-18T20:42:24.282Z Downloaded serde_derive_internals v0.29.1
10352026-03-18T20:42:24.282Z Downloaded progenitor-impl v0.13.0
10362026-03-18T20:42:24.285Z Downloaded itertools v0.10.5
10372026-03-18T20:42:24.288Z Downloaded qorb v0.4.1
10382026-03-18T20:42:24.292Z Downloaded stacker v0.1.23
10392026-03-18T20:42:24.296Z Downloaded serde_with_macros v3.17.0
10402026-03-18T20:42:24.299Z Downloaded slog-term v2.9.2
10412026-03-18T20:42:24.299Z Downloaded ryu v1.0.23
10422026-03-18T20:42:24.303Z Downloaded snafu-derive v0.8.9
10432026-03-18T20:42:24.303Z Downloaded slog-stdlog v4.1.1
10442026-03-18T20:42:24.307Z Downloaded progenitor-impl v0.10.0
10452026-03-18T20:42:24.307Z Downloaded pem v3.0.6
10462026-03-18T20:42:24.310Z Downloaded termios v0.3.3
10472026-03-18T20:42:24.310Z Downloaded rayon-core v1.13.0
10482026-03-18T20:42:24.314Z Downloaded crypto-bigint v0.5.5
10492026-03-18T20:42:24.317Z Downloaded libxml v0.3.3
10502026-03-18T20:42:24.321Z Downloaded tower-layer v0.3.3
10512026-03-18T20:42:24.324Z Downloaded topological-sort v0.2.2
10522026-03-18T20:42:24.324Z Downloaded try-lock v0.2.5
10532026-03-18T20:42:24.324Z Downloaded base64 v0.22.1
10542026-03-18T20:42:24.328Z Downloaded expectorate v1.2.0
10552026-03-18T20:42:24.331Z Downloaded console v0.15.11
10562026-03-18T20:42:24.334Z Downloaded trait-variant v0.1.2
10572026-03-18T20:42:24.334Z Downloaded newtype_derive v0.1.6
10582026-03-18T20:42:24.334Z Downloaded thread_local v1.1.9
10592026-03-18T20:42:24.339Z Downloaded mio v1.1.1
10602026-03-18T20:42:24.343Z Downloaded fatfs v0.3.6
10612026-03-18T20:42:24.343Z Downloaded dropshot_endpoint v0.16.7
10622026-03-18T20:42:24.346Z Downloaded ingot-types v0.1.2
10632026-03-18T20:42:24.349Z Downloaded schemars v0.9.0
10642026-03-18T20:42:24.355Z Downloaded unicode-truncate v1.1.0
10652026-03-18T20:42:24.359Z Downloaded typify-macro v0.6.1
10662026-03-18T20:42:24.359Z Downloaded time-macros v0.2.27
10672026-03-18T20:42:24.362Z Downloaded untrusted v0.7.1
10682026-03-18T20:42:24.362Z Downloaded universal-hash v0.5.1
10692026-03-18T20:42:24.366Z Downloaded tokio-rustls v0.25.0
10702026-03-18T20:42:24.366Z Downloaded tokio-native-tls v0.3.1
10712026-03-18T20:42:24.369Z Downloaded quinn v0.11.9
10722026-03-18T20:42:24.369Z Downloaded serde_yaml v0.9.34+deprecated
10732026-03-18T20:42:24.372Z Downloaded tokio-macros v2.6.0
10742026-03-18T20:42:24.372Z Downloaded signal-hook v0.3.18
10752026-03-18T20:42:24.375Z Downloaded unit-prefix v0.5.2
10762026-03-18T20:42:24.376Z Downloaded hyper v1.8.1
10772026-03-18T20:42:24.381Z Downloaded untrusted v0.9.0
10782026-03-18T20:42:24.385Z Downloaded utf-8 v0.7.6
10792026-03-18T20:42:24.385Z Downloaded usdt-macro v0.6.0
10802026-03-18T20:42:24.388Z Downloaded usdt-attr-macro v0.6.0
10812026-03-18T20:42:24.388Z Downloaded term v0.7.0
10822026-03-18T20:42:24.391Z Downloaded want v0.3.1
10832026-03-18T20:42:24.391Z Downloaded wait-timeout v0.2.1
10842026-03-18T20:42:24.391Z Downloaded tokio-tungstenite v0.21.0
10852026-03-18T20:42:24.394Z Downloaded toml_writer v1.0.6+spec-1.1.0
10862026-03-18T20:42:24.394Z Downloaded tokio-tungstenite v0.23.1
10872026-03-18T20:42:24.398Z Downloaded rustls-webpki v0.103.9
10882026-03-18T20:42:24.401Z Downloaded similar v2.7.0
10892026-03-18T20:42:24.404Z Downloaded void v1.0.2
10902026-03-18T20:42:24.404Z Downloaded serde_cbor v0.11.2
10912026-03-18T20:42:24.407Z Downloaded slog v2.8.2
10922026-03-18T20:42:24.411Z Downloaded typify-macro v0.4.3
10932026-03-18T20:42:24.411Z Downloaded h2 v0.4.13
10942026-03-18T20:42:24.416Z Downloaded itertools v0.14.0
10952026-03-18T20:42:24.421Z Downloaded tui-tree-widget v0.23.1
10962026-03-18T20:42:24.424Z Downloaded publicsuffix v2.3.0
10972026-03-18T20:42:24.427Z Downloaded waitgroup v0.1.2
10982026-03-18T20:42:24.427Z Downloaded term v1.2.1
10992026-03-18T20:42:24.431Z Downloaded subprocess v0.2.15
11002026-03-18T20:42:24.434Z Downloaded tls_codec_derive v0.4.2
11012026-03-18T20:42:24.434Z Downloaded spin v0.9.8
11022026-03-18T20:42:24.438Z Downloaded socket2 v0.6.2
11032026-03-18T20:42:24.438Z Downloaded schemars v1.2.1
11042026-03-18T20:42:24.453Z Downloaded xattr v1.6.1
11052026-03-18T20:42:24.457Z Downloaded vergen-git2 v1.0.7
11062026-03-18T20:42:24.460Z Downloaded unarray v0.1.4
11072026-03-18T20:42:24.460Z Downloaded usdt-impl v0.6.0
11082026-03-18T20:42:24.463Z Downloaded usdt v0.6.0
11092026-03-18T20:42:24.463Z Downloaded zeroize_derive v1.4.3
11102026-03-18T20:42:24.464Z Downloaded rsa v0.9.10
11112026-03-18T20:42:24.467Z Downloaded unicase v2.9.0
11122026-03-18T20:42:24.470Z Downloaded toml_parser v1.0.9+spec-1.1.0
11132026-03-18T20:42:24.473Z Downloaded samael v0.0.19
11142026-03-18T20:42:24.476Z Downloaded p521 v0.13.3
11152026-03-18T20:42:24.480Z Downloaded whoami v1.6.1
11162026-03-18T20:42:24.483Z Downloaded twox-hash v2.1.2
11172026-03-18T20:42:24.483Z Downloaded uzers v0.12.2
11182026-03-18T20:42:24.486Z Downloaded zone_cfg_derive v0.3.1
11192026-03-18T20:42:24.486Z Downloaded zone v0.3.1
11202026-03-18T20:42:24.486Z Downloaded hkdf v0.12.4
11212026-03-18T20:42:24.490Z Downloaded itertools v0.13.0
11222026-03-18T20:42:24.493Z Downloaded tokio-stream v0.1.18
11232026-03-18T20:42:24.497Z Downloaded tinyvec v1.10.0
11242026-03-18T20:42:24.500Z Downloaded rand v0.9.2
11252026-03-18T20:42:24.503Z Downloaded rand v0.10.0
11262026-03-18T20:42:24.506Z Downloaded rand v0.8.5
11272026-03-18T20:42:24.510Z Downloaded vsss-rs v3.3.4
11282026-03-18T20:42:24.510Z Downloaded vergen-lib v0.1.6
11292026-03-18T20:42:24.513Z Downloaded xz2 v0.1.7
11302026-03-18T20:42:24.513Z Downloaded xshell v0.2.7
11312026-03-18T20:42:24.513Z Downloaded zeroize v1.8.2
11322026-03-18T20:42:24.517Z Downloaded vergen v9.0.6
11332026-03-18T20:42:24.517Z Downloaded snafu v0.8.9
11342026-03-18T20:42:24.522Z Downloaded tungstenite v0.23.0
11352026-03-18T20:42:24.525Z Downloaded typify v0.4.3
11362026-03-18T20:42:24.528Z Downloaded socket2 v0.5.10
11372026-03-18T20:42:24.528Z Downloaded tungstenite v0.21.0
11382026-03-18T20:42:24.532Z Downloaded zstd v0.13.3
11392026-03-18T20:42:24.535Z Downloaded walkdir v2.5.0
11402026-03-18T20:42:24.535Z Downloaded tracing-attributes v0.1.31
11412026-03-18T20:42:24.538Z Downloaded vergen-gitcl v1.0.8
11422026-03-18T20:42:24.538Z Downloaded test-strategy v0.4.5
11432026-03-18T20:42:24.542Z Downloaded ron v0.12.0
11442026-03-18T20:42:24.547Z Downloaded whoami v2.1.0
11452026-03-18T20:42:24.550Z Downloaded toml_datetime v0.7.5+spec-1.1.0
11462026-03-18T20:42:24.550Z Downloaded tar v0.4.44
11472026-03-18T20:42:24.554Z Downloaded num-bigint-dig v0.8.6
11482026-03-18T20:42:24.557Z Downloaded wyz v0.5.1
11492026-03-18T20:42:24.557Z Downloaded unsafe-libyaml v0.2.11
11502026-03-18T20:42:24.560Z Downloaded unicode-properties v0.1.4
11512026-03-18T20:42:24.560Z Downloaded itertools v0.12.1
11522026-03-18T20:42:24.565Z Downloaded vte v0.14.1
11532026-03-18T20:42:24.569Z Downloaded steno v0.4.1
11542026-03-18T20:42:24.572Z Downloaded futures-util v0.3.32
11552026-03-18T20:42:24.580Z Downloaded iri-string v0.7.10
11562026-03-18T20:42:24.584Z Downloaded zstd-safe v7.2.4
11572026-03-18T20:42:24.588Z Downloaded rpassword v7.4.0
11582026-03-18T20:42:24.588Z Downloaded toml v0.9.12+spec-1.1.0
11592026-03-18T20:42:24.591Z Downloaded toml v0.7.8
11602026-03-18T20:42:24.594Z Downloaded aho-corasick v1.1.4
11612026-03-18T20:42:24.597Z Downloaded iddqd v0.3.17
11622026-03-18T20:42:24.602Z Downloaded xshell-macros v0.2.7
11632026-03-18T20:42:24.605Z Downloaded russh v0.45.0
11642026-03-18T20:42:24.608Z Downloaded tracing-core v0.1.36
11652026-03-18T20:42:24.612Z Downloaded tokio-rustls v0.26.4
11662026-03-18T20:42:24.612Z Downloaded typify v0.6.1
11672026-03-18T20:42:24.615Z Downloaded tokio-rustls v0.24.1
11682026-03-18T20:42:24.619Z Downloaded libm v0.2.16
11692026-03-18T20:42:24.622Z Downloaded uuid v1.21.0
11702026-03-18T20:42:24.627Z Downloaded yasna v0.5.2
11712026-03-18T20:42:24.630Z Downloaded nom v7.1.3
11722026-03-18T20:42:24.631Z Downloaded hyper-util v0.1.20
11732026-03-18T20:42:24.635Z Downloaded zopfli v0.8.3
11742026-03-18T20:42:24.638Z Downloaded tower-service v0.3.3
11752026-03-18T20:42:24.638Z Downloaded tokio-dtrace v0.1.1
11762026-03-18T20:42:24.642Z Downloaded tls_codec v0.4.2
11772026-03-18T20:42:24.642Z Downloaded tiny-keccak v2.0.2
11782026-03-18T20:42:24.645Z Downloaded thiserror-no-std v2.0.2
11792026-03-18T20:42:24.645Z Downloaded simd-adler32 v0.3.8
11802026-03-18T20:42:24.649Z Downloaded ingot v0.1.1
11812026-03-18T20:42:24.649Z Downloaded toml_edit v0.23.10+spec-1.0.0
11822026-03-18T20:42:24.653Z Downloaded reqwest v0.12.28
11832026-03-18T20:42:24.656Z Downloaded zerocopy v0.6.6
11842026-03-18T20:42:24.660Z Downloaded unicode_categories v0.1.1
11852026-03-18T20:42:24.660Z Downloaded rustyline v14.0.0
11862026-03-18T20:42:24.663Z Downloaded yansi v1.0.1
11872026-03-18T20:42:24.667Z Downloaded regex v1.12.3
11882026-03-18T20:42:24.671Z Downloaded zip v0.6.6
11892026-03-18T20:42:24.674Z Downloaded glob v0.3.3
11902026-03-18T20:42:24.674Z Downloaded getrandom v0.2.17
11912026-03-18T20:42:24.679Z Downloaded maplit v1.0.2
11922026-03-18T20:42:24.679Z Downloaded bit-vec v0.6.3
11932026-03-18T20:42:24.679Z Downloaded linked-hash-map v0.5.6
11942026-03-18T20:42:24.679Z Downloaded blake2 v0.10.6
11952026-03-18T20:42:24.683Z Downloaded reqwest v0.13.2
11962026-03-18T20:42:24.687Z Downloaded backon v1.6.0
11972026-03-18T20:42:24.690Z Downloaded async-trait v0.1.89
11982026-03-18T20:42:24.690Z Downloaded unicode-bidi v0.3.18
11992026-03-18T20:42:24.693Z Downloaded arrayvec v0.7.6
12002026-03-18T20:42:24.693Z Downloaded cookie v0.18.1
12012026-03-18T20:42:24.697Z Downloaded convert_case v0.10.0
12022026-03-18T20:42:24.697Z Downloaded colored v3.1.1
12032026-03-18T20:42:24.701Z Downloaded colored v2.2.0
12042026-03-18T20:42:24.701Z Downloaded futures-executor v0.3.32
12052026-03-18T20:42:24.706Z Downloaded fs_extra v1.3.0
12062026-03-18T20:42:24.706Z Downloaded fallible-iterator v0.2.0
12072026-03-18T20:42:24.706Z Downloaded bitfield v0.19.4
12082026-03-18T20:42:24.706Z Downloaded backoff v0.4.0
12092026-03-18T20:42:24.710Z Downloaded corncobs v0.1.4
12102026-03-18T20:42:24.710Z Downloaded rustls-webpki v0.101.7
12112026-03-18T20:42:24.718Z Downloaded zerocopy-derive v0.8.40
12122026-03-18T20:42:24.724Z Downloaded blake3 v1.8.3
12132026-03-18T20:42:24.730Z Downloaded moka v0.12.13
12142026-03-18T20:42:24.736Z Downloaded x509-cert v0.2.5
12152026-03-18T20:42:24.740Z Downloaded salty v0.3.0
12162026-03-18T20:42:24.747Z Downloaded tokio-postgres v0.7.16
12172026-03-18T20:42:24.750Z Downloaded reedline v0.40.0
12182026-03-18T20:42:24.755Z Downloaded quick-xml v0.37.5
12192026-03-18T20:42:24.759Z Downloaded typed-path v0.9.3
12202026-03-18T20:42:24.765Z Downloaded cobs v0.3.0
12212026-03-18T20:42:24.770Z Downloaded cargo_metadata v0.19.2
12222026-03-18T20:42:24.770Z Downloaded proptest v1.10.0
12232026-03-18T20:42:24.774Z Downloaded tough v0.20.0
12242026-03-18T20:42:24.779Z Downloaded toml_edit v0.19.15
12252026-03-18T20:42:24.793Z Downloaded ssh-key v0.6.7
12262026-03-18T20:42:24.797Z Downloaded bitvec v1.0.1
12272026-03-18T20:42:24.809Z Downloaded unicode-segmentation v1.12.0
12282026-03-18T20:42:24.813Z Downloaded object v0.30.4
12292026-03-18T20:42:24.819Z Downloaded curve25519-dalek v4.1.3
12302026-03-18T20:42:24.825Z Downloaded tower-http v0.6.8
12312026-03-18T20:42:24.833Z Downloaded aws-lc-rs v1.16.0
12322026-03-18T20:42:24.841Z Downloaded winnow v0.6.26
12332026-03-18T20:42:24.847Z Downloaded portable-atomic v1.13.1
12342026-03-18T20:42:24.853Z Downloaded p384 v0.13.1
12352026-03-18T20:42:24.857Z Downloaded winnow v0.5.40
12362026-03-18T20:42:24.864Z Downloaded rayon v1.11.0
12372026-03-18T20:42:24.872Z Downloaded chrono v0.4.44
12382026-03-18T20:42:24.877Z Downloaded bindgen v0.71.1
12392026-03-18T20:42:24.883Z Downloaded tabled v0.20.0
12402026-03-18T20:42:24.896Z Downloaded zip v4.6.1
12412026-03-18T20:42:24.899Z Downloaded goblin v0.10.5
12422026-03-18T20:42:24.905Z Downloaded unicode-normalization v0.1.25
12432026-03-18T20:42:24.908Z Downloaded smoltcp v0.9.1
12442026-03-18T20:42:24.916Z Downloaded regex-syntax v0.6.29
12452026-03-18T20:42:24.921Z Downloaded dropshot v0.16.7
12462026-03-18T20:42:24.951Z Downloaded lalrpop v0.19.12
12472026-03-18T20:42:24.955Z Downloaded petname v2.0.2
12482026-03-18T20:42:24.955Z Downloaded object v0.37.3
12492026-03-18T20:42:24.959Z Downloaded nix v0.31.1
12502026-03-18T20:42:24.967Z Downloaded webpki-roots v1.0.6
12512026-03-18T20:42:24.971Z Downloaded hickory-proto v0.25.2
12522026-03-18T20:42:24.983Z Downloaded regex-syntax v0.8.10
12532026-03-18T20:42:24.989Z Downloaded zerocopy v0.8.40
12542026-03-18T20:42:24.996Z Downloaded regress v0.10.5
12552026-03-18T20:42:25.003Z Downloaded rustls v0.23.37
12562026-03-18T20:42:25.012Z Downloaded rustls-webpki v0.102.8
12572026-03-18T20:42:25.027Z Downloaded nix v0.27.1
12582026-03-18T20:42:25.036Z Downloaded radix_trie v0.2.1
12592026-03-18T20:42:25.041Z Downloaded bstr v1.12.1
12602026-03-18T20:42:25.047Z Downloaded polar-core v0.27.3
12612026-03-18T20:42:25.053Z Downloaded diesel v2.3.7
12622026-03-18T20:42:25.068Z Downloaded git2 v0.20.4
12632026-03-18T20:42:25.074Z Downloaded tower v0.5.3
12642026-03-18T20:42:25.081Z Downloaded quinn-proto v0.11.13
12652026-03-18T20:42:25.086Z Downloaded tokio-util v0.7.18
12662026-03-18T20:42:25.091Z Downloaded time v0.3.47
12672026-03-18T20:42:25.100Z Downloaded typify-impl v0.6.1
12682026-03-18T20:42:25.111Z Downloaded sled v0.34.7
12692026-03-18T20:42:25.118Z Downloaded zlib-rs v0.6.2
12702026-03-18T20:42:25.122Z Downloaded vcpkg v0.2.15
12712026-03-18T20:42:25.154Z Downloaded rustls v0.21.12
12722026-03-18T20:42:25.162Z Downloaded ratatui v0.29.0
12732026-03-18T20:42:25.177Z Downloaded openssl v0.10.75
12742026-03-18T20:42:25.187Z Downloaded hickory-proto v0.24.4
12752026-03-18T20:42:25.199Z Downloaded zerocopy-derive v0.6.6
12762026-03-18T20:42:25.207Z Downloaded nix v0.29.0
12772026-03-18T20:42:25.217Z Downloaded smoltcp v0.11.0
12782026-03-18T20:42:25.228Z Downloaded nix v0.28.0
12792026-03-18T20:42:25.236Z Downloaded rustls v0.22.4
12802026-03-18T20:42:25.246Z Downloaded openapiv3 v2.2.0
12812026-03-18T20:42:25.255Z Downloaded rustix v0.38.44
12822026-03-18T20:42:25.275Z Downloaded serde_with v3.17.0
12832026-03-18T20:42:25.284Z Downloaded atty v0.2.14
12842026-03-18T20:42:25.287Z Downloaded cbc v0.1.2
12852026-03-18T20:42:25.287Z Downloaded cassowary v0.3.0
12862026-03-18T20:42:25.287Z Downloaded camino-tempfile-ext v0.3.3
12872026-03-18T20:42:25.290Z Downloaded bytes v1.11.1
12882026-03-18T20:42:25.294Z Downloaded hubpack v0.1.2
12892026-03-18T20:42:25.294Z Downloaded httpdate v1.0.3
12902026-03-18T20:42:25.294Z Downloaded drift v0.1.3
12912026-03-18T20:42:25.299Z Downloaded ctr v0.9.2
12922026-03-18T20:42:25.302Z Downloaded csv v1.4.0
12932026-03-18T20:42:25.316Z Downloaded daft v0.1.5
12942026-03-18T20:42:25.319Z Downloaded dsl_auto_type v0.2.0
12952026-03-18T20:42:25.319Z Downloaded argon2 v0.5.3
12962026-03-18T20:42:25.322Z Downloaded derive_builder_macro v0.20.2
12972026-03-18T20:42:25.322Z Downloaded deranged v0.5.8
12982026-03-18T20:42:25.322Z Downloaded csv-core v0.1.13
12992026-03-18T20:42:25.326Z Downloaded libz-sys v1.1.24
13002026-03-18T20:42:25.344Z Downloaded sqlparser v0.61.0
13012026-03-18T20:42:25.351Z Downloaded tokio v1.49.0
13022026-03-18T20:42:25.417Z Downloaded tracing v0.1.44
13032026-03-18T20:42:25.435Z Downloaded typify-impl v0.4.3
13042026-03-18T20:42:25.457Z Downloaded bzip2-sys v0.1.13+1.0.8
13052026-03-18T20:42:25.472Z Downloaded encoding_rs v0.8.35
13062026-03-18T20:42:25.499Z Downloaded regex-automata v0.4.14
13072026-03-18T20:42:25.512Z Downloaded ring v0.17.14
13082026-03-18T20:42:25.546Z Downloaded petgraph v0.6.5
13092026-03-18T20:42:25.561Z Downloaded chrono-tz v0.10.4
13102026-03-18T20:42:25.580Z Downloaded lzma-sys v0.1.20
13112026-03-18T20:42:25.599Z Downloaded jiff v0.2.21
13122026-03-18T20:42:25.614Z Downloaded petgraph v0.8.3
13132026-03-18T20:42:25.638Z Downloaded libgit2-sys v0.18.3+1.9.2
13142026-03-18T20:42:25.685Z Downloaded zstd-sys v2.0.16+zstd.1.5.7
13152026-03-18T20:42:25.709Z Downloaded sha3 v0.10.8
13162026-03-18T20:42:26.350Z Downloaded aws-lc-sys v0.37.1
13172026-03-18T20:42:26.681Z Compiling libc v0.2.180
13182026-03-18T20:42:26.687Z Compiling serde v1.0.228
13192026-03-18T20:42:26.687Z Compiling log v0.4.29
13202026-03-18T20:42:26.687Z Compiling find-msvc-tools v0.1.9
13212026-03-18T20:42:26.687Z Compiling shlex v1.3.0
13222026-03-18T20:42:26.687Z Compiling smallvec v1.15.1
13232026-03-18T20:42:26.687Z Compiling typenum v1.19.0
13242026-03-18T20:42:26.687Z Compiling subtle v2.6.1
13252026-03-18T20:42:26.687Z Compiling generic-array v0.14.7
13262026-03-18T20:42:26.687Z Compiling scopeguard v1.2.0
13272026-03-18T20:42:26.849Z Compiling portable-atomic v1.13.1
13282026-03-18T20:42:26.937Z Compiling const-oid v0.9.6
13292026-03-18T20:42:26.956Z Compiling critical-section v1.2.0
13302026-03-18T20:42:26.978Z Compiling syn v2.0.117
13312026-03-18T20:42:26.999Z Compiling zerocopy v0.8.40
13322026-03-18T20:42:27.042Z Compiling parking_lot_core v0.9.12
13332026-03-18T20:42:27.128Z Compiling lock_api v0.4.14
13342026-03-18T20:42:27.174Z Compiling pin-project-lite v0.2.17
13352026-03-18T20:42:27.177Z Compiling serde_json v1.0.149
13362026-03-18T20:42:27.177Z Compiling pkg-config v0.3.32
13372026-03-18T20:42:27.242Z Compiling bitflags v2.11.0
13382026-03-18T20:42:27.268Z Compiling libm v0.2.16
13392026-03-18T20:42:27.269Z Compiling num-traits v0.2.19
13402026-03-18T20:42:27.360Z Compiling futures-core v0.3.32
13412026-03-18T20:42:27.409Z Compiling percent-encoding v2.3.2
13422026-03-18T20:42:27.412Z Compiling allocator-api2 v0.2.21
13432026-03-18T20:42:27.504Z Compiling futures-sink v0.3.32
13442026-03-18T20:42:27.504Z Compiling foldhash v0.2.0
13452026-03-18T20:42:27.592Z Compiling cpufeatures v0.2.17
13462026-03-18T20:42:27.640Z Compiling getrandom v0.4.1
13472026-03-18T20:42:27.709Z Compiling futures-channel v0.3.32
13482026-03-18T20:42:27.712Z Compiling futures-io v0.3.32
13492026-03-18T20:42:27.793Z Compiling futures-task v0.3.32
13502026-03-18T20:42:27.797Z Compiling slab v0.4.12
13512026-03-18T20:42:27.862Z Compiling hashbrown v0.16.1
13522026-03-18T20:42:27.865Z Compiling getrandom v0.3.4
13532026-03-18T20:42:27.950Z Compiling rand_core v0.10.0
13542026-03-18T20:42:27.975Z Compiling rustversion v1.0.22
13552026-03-18T20:42:28.001Z Compiling form_urlencoded v1.2.2
13562026-03-18T20:42:28.040Z Compiling ident_case v1.0.1
13572026-03-18T20:42:28.064Z Compiling fs_extra v1.3.0
13582026-03-18T20:42:28.085Z Compiling base64ct v1.8.3
13592026-03-18T20:42:28.114Z Compiling getrandom v0.2.17
13602026-03-18T20:42:28.146Z Compiling jobserver v0.1.34
13612026-03-18T20:42:28.180Z Compiling errno v0.3.14
13622026-03-18T20:42:28.214Z Compiling mio v1.1.1
13632026-03-18T20:42:28.239Z Compiling socket2 v0.6.2
13642026-03-18T20:42:28.386Z Compiling rand_core v0.6.4
13652026-03-18T20:42:28.409Z Compiling signal-hook-registry v1.4.8
13662026-03-18T20:42:28.434Z Compiling cc v1.2.56
13672026-03-18T20:42:28.501Z Compiling once_cell v1.21.3
13682026-03-18T20:42:28.524Z Compiling parking_lot v0.12.5
13692026-03-18T20:42:28.615Z Compiling indexmap v2.13.0
13702026-03-18T20:42:28.665Z Compiling dunce v1.0.5
13712026-03-18T20:42:28.691Z Compiling pem-rfc7468 v0.7.0
13722026-03-18T20:42:28.751Z Compiling flagset v0.4.7
13732026-03-18T20:42:28.795Z Compiling rustix v1.1.3
13742026-03-18T20:42:28.818Z Compiling iana-time-zone v0.1.65
13752026-03-18T20:42:28.842Z Compiling uuid v1.21.0
13762026-03-18T20:42:28.845Z Compiling rustc_version v0.4.1
13772026-03-18T20:42:28.916Z Compiling vcpkg v0.2.15
13782026-03-18T20:42:28.942Z Compiling aws-lc-rs v1.16.0
13792026-03-18T20:42:28.945Z Compiling regex-syntax v0.8.10
13802026-03-18T20:42:29.097Z Compiling tracing-core v0.1.36
13812026-03-18T20:42:29.121Z Compiling crossbeam-utils v0.8.21
13822026-03-18T20:42:29.237Z Compiling rand_core v0.9.5
13832026-03-18T20:42:29.333Z Compiling httparse v1.10.1
13842026-03-18T20:42:29.354Z Compiling openssl-probe v0.2.1
13852026-03-18T20:42:29.379Z Compiling syn v1.0.109
13862026-03-18T20:42:29.420Z Compiling cmake v0.1.57
13872026-03-18T20:42:29.528Z Compiling schemars v0.8.22
13882026-03-18T20:42:29.579Z Compiling base64 v0.22.1
13892026-03-18T20:42:29.604Z Compiling untrusted v0.9.0
13902026-03-18T20:42:29.685Z Compiling untrusted v0.7.1
13912026-03-18T20:42:29.778Z Compiling atomic-waker v1.1.2
13922026-03-18T20:42:29.842Z Compiling tower-layer v0.3.3
13932026-03-18T20:42:29.846Z Compiling dyn-clone v1.0.20
13942026-03-18T20:42:29.893Z Compiling tinyvec_macros v0.1.1
13952026-03-18T20:42:29.966Z Compiling rustls v0.23.37
13962026-03-18T20:42:29.969Z Compiling tower-service v0.3.3
13972026-03-18T20:42:30.012Z Compiling try-lock v0.2.5
13982026-03-18T20:42:30.040Z Compiling tinyvec v1.10.0
13992026-03-18T20:42:30.044Z Compiling spin v0.9.8
14002026-03-18T20:42:30.063Z Compiling aho-corasick v1.1.4
14012026-03-18T20:42:30.085Z Compiling time-core v0.1.8
14022026-03-18T20:42:30.105Z Compiling httpdate v1.0.3
14032026-03-18T20:42:30.148Z Compiling want v0.3.1
14042026-03-18T20:42:30.151Z Compiling foreign-types-shared v0.1.1
14052026-03-18T20:42:30.241Z Compiling pin-utils v0.1.0
14062026-03-18T20:42:30.241Z Compiling openssl v0.10.75
14072026-03-18T20:42:30.320Z Compiling num-conv v0.2.0
14082026-03-18T20:42:30.348Z Compiling powerfmt v0.2.0
14092026-03-18T20:42:30.373Z Compiling crc32fast v1.5.0
14102026-03-18T20:42:30.396Z Compiling foreign-types v0.3.2
14112026-03-18T20:42:30.417Z Compiling wait-timeout v0.2.1
14122026-03-18T20:42:30.456Z Compiling num_threads v0.1.7
14132026-03-18T20:42:30.488Z Compiling either v1.15.0
14142026-03-18T20:42:30.514Z Compiling bit-vec v0.8.0
14152026-03-18T20:42:30.538Z Compiling usdt-impl v0.6.0
14162026-03-18T20:42:30.542Z Compiling time-macros v0.2.27
14172026-03-18T20:42:30.597Z Compiling deranged v0.5.8
14182026-03-18T20:42:30.625Z Compiling siphasher v1.0.2
14192026-03-18T20:42:30.625Z Compiling simd-adler32 v0.3.8
14202026-03-18T20:42:30.672Z Compiling native-tls v0.2.18
14212026-03-18T20:42:30.728Z Compiling aws-lc-sys v0.37.1
14222026-03-18T20:42:30.752Z Compiling ring v0.17.14
14232026-03-18T20:42:30.788Z Compiling openssl-sys v0.9.111
14242026-03-18T20:42:30.812Z Compiling zstd-sys v2.0.16+zstd.1.5.7
14252026-03-18T20:42:30.860Z Compiling quick-error v1.2.3
14262026-03-18T20:42:30.955Z Compiling tempfile v3.25.0
14272026-03-18T20:42:30.982Z Compiling bit-set v0.8.0
14282026-03-18T20:42:31.007Z Compiling bzip2-sys v0.1.13+1.0.8
14292026-03-18T20:42:31.007Z Compiling unicode-normalization v0.1.25
14302026-03-18T20:42:31.188Z Compiling synstructure v0.13.2
14312026-03-18T20:42:31.217Z Compiling pest_generator v2.8.6
14322026-03-18T20:42:31.359Z Compiling serde_derive_internals v0.29.1
14332026-03-18T20:42:31.384Z Compiling darling_core v0.20.11
14342026-03-18T20:42:31.504Z Compiling regex-automata v0.4.14
14352026-03-18T20:42:31.733Z Compiling rusty-fork v0.3.1
14362026-03-18T20:42:32.038Z Compiling darling_core v0.21.3
14372026-03-18T20:42:32.076Z Compiling crossbeam-epoch v0.9.18
14382026-03-18T20:42:32.099Z Compiling time v0.3.47
14392026-03-18T20:42:32.184Z Compiling rand_xorshift v0.4.0
14402026-03-18T20:42:32.210Z Compiling slog v2.8.2
14412026-03-18T20:42:32.413Z Compiling heapless v0.7.17
14422026-03-18T20:42:32.437Z Compiling thread-id v5.1.0
14432026-03-18T20:42:32.462Z Compiling sync_wrapper v1.0.2
14442026-03-18T20:42:32.483Z Compiling cookie v0.18.1
14452026-03-18T20:42:32.544Z Compiling anyhow v1.0.102
14462026-03-18T20:42:32.569Z Compiling adler2 v2.0.1
14472026-03-18T20:42:32.615Z Compiling unarray v0.1.4
14482026-03-18T20:42:32.639Z Compiling signal-hook v0.3.18
14492026-03-18T20:42:32.696Z Compiling rayon-core v1.13.0
14502026-03-18T20:42:32.742Z Compiling zstd-safe v7.2.4
14512026-03-18T20:42:32.768Z Compiling unicode-segmentation v1.12.0
14522026-03-18T20:42:32.773Z Compiling unicode-bidi v0.3.18
14532026-03-18T20:42:32.810Z Compiling paste v1.0.15
14542026-03-18T20:42:32.883Z Compiling unicode-properties v0.1.4
14552026-03-18T20:42:33.089Z Compiling miniz_oxide v0.8.9
14562026-03-18T20:42:33.142Z Compiling crossbeam-deque v0.8.6
14572026-03-18T20:42:33.266Z Compiling stringprep v0.1.5
14582026-03-18T20:42:33.290Z Compiling num-integer v0.1.46
14592026-03-18T20:42:33.312Z Compiling vergen-lib v0.1.6
14602026-03-18T20:42:33.403Z Compiling curve25519-dalek v4.1.3
14612026-03-18T20:42:33.546Z Compiling ff v0.13.1
14622026-03-18T20:42:33.565Z Compiling hash32 v0.2.1
14632026-03-18T20:42:33.740Z Compiling memoffset v0.9.1
14642026-03-18T20:42:33.760Z Compiling cfg_aliases v0.2.1
14652026-03-18T20:42:33.792Z Compiling serde_derive v1.0.228
14662026-03-18T20:42:33.831Z Compiling zeroize_derive v1.4.3
14672026-03-18T20:42:33.853Z Compiling zerofrom-derive v0.1.6
14682026-03-18T20:42:33.880Z Compiling yoke-derive v0.8.1
14692026-03-18T20:42:33.899Z Compiling zerocopy-derive v0.8.40
14702026-03-18T20:42:33.925Z Compiling zerovec-derive v0.11.2
14712026-03-18T20:42:33.963Z Compiling displaydoc v0.2.5
14722026-03-18T20:42:33.993Z Compiling tokio-macros v2.6.0
14732026-03-18T20:42:34.360Z Compiling futures-macro v0.3.32
14742026-03-18T20:42:34.756Z Compiling zeroize v1.8.2
14752026-03-18T20:42:34.760Z Compiling der_derive v0.7.3
14762026-03-18T20:42:35.036Z Compiling thiserror-impl v2.0.18
14772026-03-18T20:42:35.059Z Compiling rustls-pki-types v1.14.0
14782026-03-18T20:42:35.530Z Compiling tracing-attributes v0.1.31
14792026-03-18T20:42:35.554Z Compiling futures-util v0.3.32
14802026-03-18T20:42:35.577Z Compiling scroll_derive v0.13.1
14812026-03-18T20:42:35.746Z Compiling pest_derive v2.8.6
14822026-03-18T20:42:35.837Z Compiling crypto-common v0.1.7
14832026-03-18T20:42:35.869Z Compiling block-buffer v0.10.4
14842026-03-18T20:42:35.886Z Compiling block-padding v0.3.3
14852026-03-18T20:42:35.955Z Compiling zerofrom v0.1.6
14862026-03-18T20:42:36.050Z Compiling digest v0.10.7
14872026-03-18T20:42:36.105Z Compiling yoke v0.8.1
14882026-03-18T20:42:36.126Z Compiling inout v0.1.4
14892026-03-18T20:42:36.126Z Compiling schemars_derive v0.8.22
14902026-03-18T20:42:36.169Z Compiling der v0.7.10
14912026-03-18T20:42:36.350Z Compiling zerovec v0.11.5
14922026-03-18T20:42:36.377Z Compiling zerotrie v0.2.3
14932026-03-18T20:42:36.378Z Compiling hmac v0.12.1
14942026-03-18T20:42:36.427Z Compiling sha2 v0.10.9
14952026-03-18T20:42:36.590Z Compiling cipher v0.4.4
14962026-03-18T20:42:36.737Z Compiling pbkdf2 v0.12.2
14972026-03-18T20:42:36.808Z Compiling scroll v0.13.0
14982026-03-18T20:42:36.930Z Compiling salsa20 v0.10.2
14992026-03-18T20:42:36.951Z Compiling aes v0.8.4
15002026-03-18T20:42:36.986Z Compiling tinystr v0.8.2
15012026-03-18T20:42:37.053Z Compiling potential_utf v0.1.4
15022026-03-18T20:42:37.091Z Compiling scrypt v0.11.0
15032026-03-18T20:42:37.178Z Compiling thiserror v2.0.18
15042026-03-18T20:42:37.269Z Compiling icu_locale_core v2.1.1
15052026-03-18T20:42:37.293Z Compiling icu_collections v2.1.1
15062026-03-18T20:42:37.327Z Compiling spki v0.7.3
15072026-03-18T20:42:37.442Z Compiling cbc v0.1.2
15082026-03-18T20:42:37.464Z Compiling tracing v0.1.44
15092026-03-18T20:42:37.513Z Compiling darling_macro v0.20.11
15102026-03-18T20:42:37.622Z Compiling pkcs5 v0.7.1
15112026-03-18T20:42:37.649Z Compiling goblin v0.10.5
15122026-03-18T20:42:37.833Z Compiling thiserror-impl v1.0.69
15132026-03-18T20:42:37.897Z Compiling openssl-macros v0.1.1
15142026-03-18T20:42:37.922Z Compiling dtrace-parser v0.3.0
15152026-03-18T20:42:37.967Z Compiling signature v2.2.0
15162026-03-18T20:42:38.158Z Compiling icu_provider v2.1.1
15172026-03-18T20:42:38.203Z Compiling pkcs8 v0.10.2
15182026-03-18T20:42:38.226Z Compiling darling v0.20.11
15192026-03-18T20:42:38.290Z Compiling rustls-native-certs v0.8.3
15202026-03-18T20:42:38.313Z Compiling scroll_derive v0.12.1
15212026-03-18T20:42:38.343Z Compiling derive_builder_core v0.20.2
15222026-03-18T20:42:38.398Z Compiling md-5 v0.10.6
15232026-03-18T20:42:38.530Z Compiling icu_normalizer v2.1.1
15242026-03-18T20:42:38.570Z Compiling icu_properties v2.1.2
15252026-03-18T20:42:38.622Z Compiling bytes v1.11.1
15262026-03-18T20:42:38.646Z Compiling chrono v0.4.44
15272026-03-18T20:42:38.684Z Compiling ipnet v2.11.0
15282026-03-18T20:42:38.739Z Compiling toml_datetime v0.6.11
15292026-03-18T20:42:38.795Z Compiling serde_tokenstream v0.2.3
15302026-03-18T20:42:38.977Z Compiling serde_spanned v0.6.9
15312026-03-18T20:42:39.102Z Compiling erased-serde v0.3.31
15322026-03-18T20:42:39.174Z Compiling darling_macro v0.21.3
15332026-03-18T20:42:39.222Z Compiling webpki-roots v1.0.6
15342026-03-18T20:42:39.245Z Compiling scroll v0.12.0
15352026-03-18T20:42:39.275Z Compiling tokio v1.49.0
15362026-03-18T20:42:39.386Z Compiling http v1.4.0
15372026-03-18T20:42:39.407Z Compiling zerocopy-derive v0.7.35
15382026-03-18T20:42:39.551Z Compiling zlib-rs v0.6.2
15392026-03-18T20:42:39.612Z Compiling derive_builder_macro v0.20.2
15402026-03-18T20:42:39.633Z Compiling thiserror v1.0.69
15412026-03-18T20:42:39.668Z Compiling fallible-iterator v0.2.0
15422026-03-18T20:42:39.783Z Compiling ryu v1.0.23
15432026-03-18T20:42:39.855Z Compiling idna_adapter v1.2.1
15442026-03-18T20:42:39.880Z Compiling base16ct v0.2.0
15452026-03-18T20:42:40.039Z Compiling idna v1.1.0
15462026-03-18T20:42:40.060Z Compiling num-bigint-dig v0.8.6
15472026-03-18T20:42:40.103Z Compiling iri-string v0.7.10
15482026-03-18T20:42:40.131Z Compiling rustix v0.38.44
15492026-03-18T20:42:40.197Z Compiling litrs v1.0.0
15502026-03-18T20:42:40.238Z Compiling ppv-lite86 v0.2.21
15512026-03-18T20:42:40.319Z Compiling http-body v1.0.1
15522026-03-18T20:42:40.487Z Compiling url v2.5.8
15532026-03-18T20:42:40.538Z Compiling http-body-util v0.1.3
15542026-03-18T20:42:40.561Z Compiling smoltcp v0.9.1
15552026-03-18T20:42:40.609Z Compiling psl-types v2.0.11
15562026-03-18T20:42:40.632Z Compiling ref-cast v1.0.25
15572026-03-18T20:42:40.663Z Compiling rand_chacha v0.9.0
15582026-03-18T20:42:40.712Z Compiling rand_chacha v0.3.1
15592026-03-18T20:42:40.716Z Compiling zerocopy v0.7.35
15602026-03-18T20:42:40.791Z Compiling publicsuffix v2.3.0
15612026-03-18T20:42:40.935Z Compiling rand v0.9.2
15622026-03-18T20:42:40.974Z Compiling document-features v0.2.12
15632026-03-18T20:42:41.036Z Compiling rand v0.8.5
15642026-03-18T20:42:41.134Z Compiling derive_builder v0.20.2
15652026-03-18T20:42:41.306Z Compiling sec1 v0.7.3
15662026-03-18T20:42:41.326Z Compiling serde_urlencoded v0.7.1
15672026-03-18T20:42:41.522Z Compiling dof v0.4.0
15682026-03-18T20:42:41.578Z Compiling darling v0.21.3
15692026-03-18T20:42:41.697Z Compiling goblin v0.8.2
15702026-03-18T20:42:41.700Z Compiling cargo-platform v0.1.9
15712026-03-18T20:42:41.779Z Compiling proptest v1.10.0
15722026-03-18T20:42:41.811Z Compiling postgres-protocol v0.6.10
15732026-03-18T20:42:42.021Z Compiling hkdf v0.12.4
15742026-03-18T20:42:42.070Z Compiling hubpack_derive v0.1.1
15752026-03-18T20:42:42.112Z Compiling crypto-bigint v0.5.5
15762026-03-18T20:42:42.147Z Compiling regex v1.12.3
15772026-03-18T20:42:42.289Z Compiling ipnetwork v0.21.1
15782026-03-18T20:42:42.348Z Compiling nix v0.31.1
15792026-03-18T20:42:42.677Z Compiling oxnet v0.1.4
15802026-03-18T20:42:42.716Z Compiling daft-derive v0.1.5
15812026-03-18T20:42:42.749Z Compiling strum_macros v0.27.2
15822026-03-18T20:42:42.840Z Compiling async-trait v0.1.89
15832026-03-18T20:42:42.861Z Compiling ref-cast-impl v1.0.25
15842026-03-18T20:42:43.025Z Compiling curve25519-dalek-derive v0.1.1
15852026-03-18T20:42:43.220Z Compiling group v0.13.0
15862026-03-18T20:42:43.243Z Compiling num-iter v0.1.45
15872026-03-18T20:42:43.591Z Compiling heck v0.4.1
15882026-03-18T20:42:43.707Z Compiling proc-macro-error v1.0.4
15892026-03-18T20:42:43.852Z Compiling terminal_size v0.4.3
15902026-03-18T20:42:43.900Z Compiling flate2 v1.1.9
15912026-03-18T20:42:43.925Z Compiling phf_shared v0.13.1
15922026-03-18T20:42:43.931Z Compiling lazy_static v1.5.0
15932026-03-18T20:42:44.047Z Compiling vergen v9.0.6
15942026-03-18T20:42:44.079Z Compiling fs-err v3.3.0
15952026-03-18T20:42:44.124Z Compiling ahash v0.8.12
15962026-03-18T20:42:44.177Z Compiling libbz2-rs-sys v0.2.2
15972026-03-18T20:42:44.258Z Compiling winnow v0.5.40
15982026-03-18T20:42:44.282Z Compiling foldhash v0.1.5
15992026-03-18T20:42:44.309Z Compiling object v0.37.3
16002026-03-18T20:42:44.336Z Compiling bitflags v1.3.2
16012026-03-18T20:42:44.336Z Compiling managed v0.8.0
16022026-03-18T20:42:44.384Z Compiling bumpalo v3.20.2
16032026-03-18T20:42:44.411Z Compiling clap_builder v4.5.60
16042026-03-18T20:42:44.470Z Compiling hashbrown v0.15.5
16052026-03-18T20:42:44.535Z Compiling tokio-util v0.7.18
16062026-03-18T20:42:44.562Z Compiling tower v0.5.3
16072026-03-18T20:42:44.590Z Compiling tokio-native-tls v0.3.1
16082026-03-18T20:42:44.746Z Compiling zopfli v0.8.3
16092026-03-18T20:42:44.817Z Compiling bzip2 v0.6.1
16102026-03-18T20:42:44.856Z Compiling dof v0.3.0
16112026-03-18T20:42:45.122Z Compiling newtype-uuid v1.3.2
16122026-03-18T20:42:45.245Z Compiling tower-http v0.6.8
16132026-03-18T20:42:45.323Z Compiling console v0.16.2
16142026-03-18T20:42:45.352Z Compiling phf v0.13.1
16152026-03-18T20:42:45.375Z Compiling zone_cfg_derive v0.3.1
16162026-03-18T20:42:45.601Z Compiling h2 v0.4.13
16172026-03-18T20:42:45.625Z Compiling daft v0.1.5
16182026-03-18T20:42:45.649Z Compiling strum v0.27.2
16192026-03-18T20:42:45.731Z Compiling signal-hook-mio v0.2.5
16202026-03-18T20:42:45.895Z Compiling rayon v1.11.0
16212026-03-18T20:42:45.919Z Compiling cargo_metadata v0.19.2
16222026-03-18T20:42:46.019Z Compiling usdt-attr-macro v0.6.0
16232026-03-18T20:42:46.085Z Compiling usdt-macro v0.6.0
16242026-03-18T20:42:46.249Z Compiling toml_edit v0.19.15
16252026-03-18T20:42:46.286Z Compiling elliptic-curve v0.13.8
16262026-03-18T20:42:46.442Z Compiling cookie_store v0.22.1
16272026-03-18T20:42:46.665Z Compiling hubpack v0.1.2
16282026-03-18T20:42:46.849Z Compiling bzip2 v0.4.4
16292026-03-18T20:42:46.920Z Compiling postgres-types v0.2.12
16302026-03-18T20:42:46.973Z Compiling serde_with_macros v3.17.0
16312026-03-18T20:42:47.099Z Compiling zstd v0.13.3
16322026-03-18T20:42:47.148Z Compiling dtrace-parser v0.2.0
16332026-03-18T20:42:47.358Z Compiling hex v0.4.3
16342026-03-18T20:42:47.467Z Compiling serde-big-array v0.5.1
16352026-03-18T20:42:47.576Z Compiling pkcs1 v0.7.5
16362026-03-18T20:42:47.670Z Compiling ed25519 v2.2.3
16372026-03-18T20:42:47.710Z Compiling rfc6979 v0.4.0
16382026-03-18T20:42:47.735Z Compiling bstr v1.12.1
16392026-03-18T20:42:47.845Z Compiling serde_repr v0.1.20
16402026-03-18T20:42:47.888Z Compiling enum-as-inner v0.6.1
16412026-03-18T20:42:48.151Z Compiling clap_derive v4.5.55
16422026-03-18T20:42:48.233Z Compiling strum_macros v0.26.4
16432026-03-18T20:42:48.369Z Compiling phf_shared v0.11.3
16442026-03-18T20:42:48.530Z Compiling itertools v0.12.1
16452026-03-18T20:42:48.581Z Compiling float-cmp v0.10.0
16462026-03-18T20:42:48.602Z Compiling memmap2 v0.9.10
16472026-03-18T20:42:48.646Z Compiling thread-id v4.2.2
16482026-03-18T20:42:48.670Z Compiling env_filter v1.0.0
16492026-03-18T20:42:48.744Z Compiling encoding_rs v0.8.35
16502026-03-18T20:42:48.769Z Compiling data-encoding v2.10.0
16512026-03-18T20:42:48.794Z Compiling precomputed-hash v0.1.1
16522026-03-18T20:42:48.839Z Compiling fixedbitset v0.5.7
16532026-03-18T20:42:48.903Z Compiling predicates-core v1.0.10
16542026-03-18T20:42:48.925Z Compiling unit-prefix v0.5.2
16552026-03-18T20:42:49.004Z Compiling new_debug_unreachable v1.0.6
16562026-03-18T20:42:49.094Z Compiling jiff v0.2.21
16572026-03-18T20:42:49.113Z Compiling keccak v0.1.6
16582026-03-18T20:42:49.138Z Compiling whoami v2.1.0
16592026-03-18T20:42:49.162Z Compiling rustc-hash v2.1.1
16602026-03-18T20:42:49.272Z Compiling mime v0.3.17
16612026-03-18T20:42:49.341Z Compiling fixedbitset v0.4.2
16622026-03-18T20:42:49.687Z Compiling hyper v1.8.1
16632026-03-18T20:42:49.714Z Compiling difflib v0.4.0
16642026-03-18T20:42:49.717Z Compiling normalize-line-endings v0.3.0
16652026-03-18T20:42:49.771Z Compiling static_assertions v1.1.0
16662026-03-18T20:42:49.816Z Compiling petgraph v0.6.5
16672026-03-18T20:42:49.876Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
16682026-03-18T20:42:49.897Z Compiling tokio-postgres v0.7.16
16692026-03-18T20:42:50.048Z Compiling predicates v3.1.4
16702026-03-18T20:42:50.254Z Compiling zone v0.3.1
16712026-03-18T20:42:50.289Z Compiling toml_edit v0.22.27
16722026-03-18T20:42:50.515Z Compiling sha3 v0.10.8
16732026-03-18T20:42:50.698Z Compiling clap v4.5.60
16742026-03-18T20:42:50.730Z Compiling strum v0.26.3
16752026-03-18T20:42:50.822Z Compiling iddqd v0.3.17
16762026-03-18T20:42:50.845Z Compiling hickory-proto v0.25.2
16772026-03-18T20:42:50.912Z Compiling petgraph v0.8.3
16782026-03-18T20:42:50.973Z Compiling string_cache v0.8.9
16792026-03-18T20:42:51.133Z Compiling indicatif v0.18.4
16802026-03-18T20:42:51.155Z Compiling env_logger v0.11.9
16812026-03-18T20:42:51.227Z Compiling hyper-util v0.1.20
16822026-03-18T20:42:51.289Z Compiling usdt v0.6.0
16832026-03-18T20:42:51.652Z Compiling usdt-impl v0.5.0
16842026-03-18T20:42:51.673Z Compiling serde_with v3.17.0
16852026-03-18T20:42:51.917Z Compiling crossterm v0.28.1
16862026-03-18T20:42:51.953Z Compiling similar v2.7.0
16872026-03-18T20:42:52.316Z Compiling toml v0.7.8
16882026-03-18T20:42:52.403Z Compiling ed25519-dalek v2.2.0
16892026-03-18T20:42:52.451Z Compiling rsa v0.9.10
16902026-03-18T20:42:52.935Z Compiling zip v4.6.1
16912026-03-18T20:42:53.139Z Compiling hyper-tls v0.6.0
16922026-03-18T20:42:53.160Z Compiling ecdsa v0.16.9
16932026-03-18T20:42:53.260Z Compiling zip v0.6.6
16942026-03-18T20:42:53.581Z Compiling tokio-stream v0.1.18
16952026-03-18T20:42:53.740Z Compiling buf-list v1.1.2
16962026-03-18T20:42:53.764Z Compiling toml_parser v1.0.9+spec-1.1.0
16972026-03-18T20:42:54.035Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
16982026-03-18T20:42:54.061Z Compiling openapiv3 v2.2.0
16992026-03-18T20:42:54.104Z Compiling x509-cert v0.2.5
17002026-03-18T20:42:54.137Z Compiling sha1 v0.10.6
17012026-03-18T20:42:54.186Z Compiling itertools v0.13.0
17022026-03-18T20:42:54.225Z Compiling toml_datetime v0.7.5+spec-1.1.0
17032026-03-18T20:42:54.249Z Compiling peg-runtime v0.8.5
17042026-03-18T20:42:54.274Z Compiling lalrpop-util v0.19.12
17052026-03-18T20:42:54.466Z Compiling thread_local v1.1.9
17062026-03-18T20:42:54.498Z Compiling slog-async v2.8.0
17072026-03-18T20:42:54.572Z Compiling futures-executor v0.3.32
17082026-03-18T20:42:54.647Z Compiling crossbeam-channel v0.5.15
17092026-03-18T20:42:54.670Z Compiling filetime v0.2.27
17102026-03-18T20:42:54.693Z Compiling is-terminal v0.4.17
17112026-03-18T20:42:54.830Z Compiling xattr v1.6.1
17122026-03-18T20:42:54.852Z Compiling take_mut v0.2.2
17132026-03-18T20:42:54.921Z Compiling term v1.2.1
17142026-03-18T20:42:54.944Z Compiling futures v0.3.32
17152026-03-18T20:42:55.011Z Compiling tar v0.4.44
17162026-03-18T20:42:55.308Z Compiling slog-term v2.9.2
17172026-03-18T20:43:15.672Z Compiling rustls-webpki v0.103.9
17182026-03-18T20:43:19.701Z Compiling tokio-rustls v0.26.4
17192026-03-18T20:43:19.701Z Compiling rustls-platform-verifier v0.6.2
17202026-03-18T20:43:19.959Z Compiling hyper-rustls v0.27.7
17212026-03-18T20:43:20.211Z Compiling reqwest v0.13.2
17222026-03-18T20:43:20.211Z Compiling reqwest v0.12.28
17232026-03-18T20:43:22.990Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
17242026-03-18T20:43:23.287Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
17252026-03-18T20:43:27.087Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 04s
17262026-03-18T20:43:27.268Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control`
17272026-03-18T20:43:27.334ZMar 18 20:43:26.348 INFO Starting download, target: MaghemiteMgd
17282026-03-18T20:43:27.334ZMar 18 20:43:26.348 INFO Starting download, target: Console
17292026-03-18T20:43:27.334ZMar 18 20:43:26.348 INFO Starting download, target: DendriteStub
17302026-03-18T20:43:27.334ZMar 18 20:43:26.348 INFO Starting download, target: Cockroach
17312026-03-18T20:43:27.334ZMar 18 20:43:26.348 INFO Starting download, target: Clickhouse
17322026-03-18T20:43:27.334ZMar 18 20:43:26.348 INFO Starting download, target: TransceiverControl
17332026-03-18T20:43:27.337ZMar 18 20:43:26.348 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
17342026-03-18T20:43:27.337ZMar 18 20:43:26.348 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
17352026-03-18T20:43:27.337ZMar 18 20:43:26.348 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
17362026-03-18T20:43:27.337ZMar 18 20:43:26.348 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
17372026-03-18T20:43:27.337ZMar 18 20:43:26.348 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
17382026-03-18T20:43:27.337ZMar 18 20:43:26.348 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse
17392026-03-18T20:43:27.829ZMar 18 20:43:26.839 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
17402026-03-18T20:43:28.171ZMar 18 20:43:27.185 INFO Download complete, target: TransceiverControl
17412026-03-18T20:43:28.373ZMar 18 20:43:27.386 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
17422026-03-18T20:43:28.749ZMar 18 20:43:27.762 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
17432026-03-18T20:43:28.768ZMar 18 20:43:27.775 INFO Download complete, target: Console
17442026-03-18T20:43:29.012ZMar 18 20:43:28.025 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
17452026-03-18T20:43:29.335ZMar 18 20:43:28.349 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse
17462026-03-18T20:43:29.863ZMar 18 20:43:28.876 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
17472026-03-18T20:43:29.863ZMar 18 20:43:28.876 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
17482026-03-18T20:43:32.475ZMar 18 20:43:31.488 INFO Download complete, target: DendriteStub
17492026-03-18T20:43:32.674ZMar 18 20:43:31.687 INFO Download complete, target: MaghemiteMgd
17502026-03-18T20:43:37.638ZMar 18 20:43:36.643 INFO Checking that binary works, target: Cockroach
17512026-03-18T20:43:37.765ZMar 18 20:43:36.777 INFO Download complete, target: Cockroach
17522026-03-18T20:43:40.560ZMar 18 20:43:39.571 INFO Checking that binary works, target: Clickhouse
17532026-03-18T20:43:40.661ZMar 18 20:43:39.672 INFO Download complete, target: Clickhouse
17542026-03-18T20:43:40.666ZAll prerequisites installed successfully
17552026-03-18T20:43:40.669Z
17562026-03-18T20:43:40.669Zreal 4:23.547182188
17572026-03-18T20:43:40.670Zuser 10:25.276626286
17582026-03-18T20:43:40.670Zsys 2:07.572300119
17592026-03-18T20:43:40.670Ztrap 0.334293073
17602026-03-18T20:43:40.670Ztflt 1.039007798
17612026-03-18T20:43:40.670Zdflt 1.963066819
17622026-03-18T20:43:40.670Zkflt 0.020493825
17632026-03-18T20:43:40.670Zlock 31:39.139121393
17642026-03-18T20:43:40.670Zslp 26:45.613719717
17652026-03-18T20:43:40.670Zlat 30.790424456
17662026-03-18T20:43:40.670Zstop 4:35.904034816
17672026-03-18T20:43:40.670Z+ ptime -m cargo xtask download softnpu
17682026-03-18T20:43:41.343Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.66s
17692026-03-18T20:43:41.376Z Running `target/debug/xtask download softnpu`
17702026-03-18T20:43:42.389Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.97s
17712026-03-18T20:43:42.472Z Running `target/debug/xtask-downloader softnpu`
17722026-03-18T20:43:42.523ZMar 18 20:43:41.533 INFO Starting download, target: Softnpu
17732026-03-18T20:43:42.526ZMar 18 20:43:41.534 INFO Downloading out/npuzone/npuzone (attempt 1/3), target: Softnpu
17742026-03-18T20:43:43.429ZMar 18 20:43:42.439 INFO Download complete, target: Softnpu
17752026-03-18T20:43:43.432Z
17762026-03-18T20:43:43.435Zreal 2.758053883
17772026-03-18T20:43:43.435Zuser 1.787563628
17782026-03-18T20:43:43.435Zsys 0.785414164
17792026-03-18T20:43:43.435Ztrap 0.000724858
17802026-03-18T20:43:43.435Ztflt 0.000187106
17812026-03-18T20:43:43.435Zdflt 0.000264261
17822026-03-18T20:43:43.435Zkflt 0.000000000
17832026-03-18T20:43:43.435Zlock 16.589487567
17842026-03-18T20:43:43.435Zslp 0.614375680
17852026-03-18T20:43:43.436Zlat 0.052896133
17862026-03-18T20:43:43.436Zstop 0.000173746
17872026-03-18T20:43:43.436Z+ export CARGO_INCREMENTAL=0
17882026-03-18T20:43:43.436Z+ CARGO_INCREMENTAL=0
17892026-03-18T20:43:43.436Z+ ptime -m cargo run --locked --release --bin omicron-package -- -t test target create -p dev
17902026-03-18T20:43:44.629Z Compiling proc-macro2 v1.0.106
17912026-03-18T20:43:44.629Z Compiling quote v1.0.44
17922026-03-18T20:43:44.632Z Compiling unicode-ident v1.0.24
17932026-03-18T20:43:44.633Z Compiling libc v0.2.180
17942026-03-18T20:43:44.633Z Compiling serde_core v1.0.228
17952026-03-18T20:43:44.633Z Compiling serde v1.0.228
17962026-03-18T20:43:44.633Z Compiling cfg-if v1.0.4
17972026-03-18T20:43:44.633Z Compiling version_check v0.9.5
17982026-03-18T20:43:44.633Z Compiling shlex v1.3.0
17992026-03-18T20:43:44.633Z Compiling find-msvc-tools v0.1.9
18002026-03-18T20:43:44.633Z Compiling typenum v1.19.0
18012026-03-18T20:43:44.633Z Compiling portable-atomic v1.13.1
18022026-03-18T20:43:44.800Z Compiling memchr v2.8.0
18032026-03-18T20:43:44.804Z Compiling autocfg v1.5.0
18042026-03-18T20:43:44.804Z Compiling zmij v1.0.21
18052026-03-18T20:43:45.001Z Compiling serde_json v1.0.149
18062026-03-18T20:43:45.125Z Compiling zerocopy v0.8.40
18072026-03-18T20:43:45.173Z Compiling parking_lot_core v0.9.12
18082026-03-18T20:43:45.198Z Compiling libm v0.2.16
18092026-03-18T20:43:45.443Z Compiling generic-array v0.14.7
18102026-03-18T20:43:45.467Z Compiling smallvec v1.15.1
18112026-03-18T20:43:45.490Z Compiling icu_properties_data v2.1.2
18122026-03-18T20:43:45.493Z Compiling icu_normalizer_data v2.1.1
18132026-03-18T20:43:45.602Z Compiling itoa v1.0.17
18142026-03-18T20:43:45.606Z Compiling log v0.4.29
18152026-03-18T20:43:45.626Z Compiling num-traits v0.2.19
18162026-03-18T20:43:45.674Z Compiling getrandom v0.4.1
18172026-03-18T20:43:45.757Z Compiling pkg-config v0.3.32
18182026-03-18T20:43:45.835Z Compiling stable_deref_trait v1.2.1
18192026-03-18T20:43:45.916Z Compiling subtle v2.6.1
18202026-03-18T20:43:45.943Z Compiling scopeguard v1.2.0
18212026-03-18T20:43:46.037Z Compiling fnv v1.0.7
18222026-03-18T20:43:46.080Z Compiling lock_api v0.4.14
18232026-03-18T20:43:46.101Z Compiling jobserver v0.1.34
18242026-03-18T20:43:46.125Z Compiling getrandom v0.2.17
18252026-03-18T20:43:46.125Z Compiling errno v0.3.14
18262026-03-18T20:43:46.320Z Compiling thiserror v2.0.18
18272026-03-18T20:43:46.392Z Compiling rand_core v0.6.4
18282026-03-18T20:43:46.419Z Compiling cc v1.2.56
18292026-03-18T20:43:46.464Z Compiling getrandom v0.3.4
18302026-03-18T20:43:46.508Z Compiling pin-project-lite v0.2.17
18312026-03-18T20:43:46.531Z Compiling syn v2.0.117
18322026-03-18T20:43:46.655Z Compiling critical-section v1.2.0
18332026-03-18T20:43:46.776Z Compiling allocator-api2 v0.2.21
18342026-03-18T20:43:46.779Z Compiling equivalent v1.0.2
18352026-03-18T20:43:46.779Z Compiling rustversion v1.0.22
18362026-03-18T20:43:46.905Z Compiling percent-encoding v2.3.2
18372026-03-18T20:43:46.949Z Compiling dunce v1.0.5
18382026-03-18T20:43:46.952Z Compiling foldhash v0.2.0
18392026-03-18T20:43:47.089Z Compiling writeable v0.6.2
18402026-03-18T20:43:47.111Z Compiling litemap v0.8.1
18412026-03-18T20:43:47.145Z Compiling fs_extra v1.3.0
18422026-03-18T20:43:47.215Z Compiling once_cell v1.21.3
18432026-03-18T20:43:47.307Z Compiling hashbrown v0.16.1
18442026-03-18T20:43:47.359Z Compiling cmake v0.1.57
18452026-03-18T20:43:47.474Z Compiling const-oid v0.9.6
18462026-03-18T20:43:47.528Z Compiling signal-hook-registry v1.4.8
18472026-03-18T20:43:47.615Z Compiling rustix v1.1.3
18482026-03-18T20:43:47.621Z Compiling mio v1.1.1
18492026-03-18T20:43:47.685Z Compiling socket2 v0.6.2
18502026-03-18T20:43:47.692Z Compiling schemars v0.8.22
18512026-03-18T20:43:47.732Z Compiling aws-lc-rs v1.16.0
18522026-03-18T20:43:47.999Z Compiling semver v1.0.27
18532026-03-18T20:43:48.070Z Compiling indexmap v2.13.0
18542026-03-18T20:43:48.105Z Compiling parking_lot v0.12.5
18552026-03-18T20:43:48.130Z Compiling utf8_iter v1.0.4
18562026-03-18T20:43:48.133Z Compiling rand_core v0.10.0
18572026-03-18T20:43:48.219Z Compiling bitflags v2.11.0
18582026-03-18T20:43:48.372Z Compiling ring v0.17.14
18592026-03-18T20:43:48.420Z Compiling aws-lc-sys v0.37.1
18602026-03-18T20:43:48.424Z Compiling form_urlencoded v1.2.2
18612026-03-18T20:43:48.530Z Compiling strsim v0.11.1
18622026-03-18T20:43:48.553Z Compiling futures-core v0.3.32
18632026-03-18T20:43:48.790Z Compiling thiserror v1.0.69
18642026-03-18T20:43:48.813Z Compiling httparse v1.10.1
18652026-03-18T20:43:48.946Z Compiling byteorder v1.5.0
18662026-03-18T20:43:48.970Z Compiling ucd-trie v0.1.7
18672026-03-18T20:43:49.183Z Compiling pest v2.8.6
18682026-03-18T20:43:49.210Z Compiling vcpkg v0.2.15
18692026-03-18T20:43:49.233Z Compiling heck v0.5.0
18702026-03-18T20:43:49.282Z Compiling ident_case v1.0.1
18712026-03-18T20:43:49.379Z Compiling crossbeam-utils v0.8.21
18722026-03-18T20:43:49.482Z Compiling regex-syntax v0.8.10
18732026-03-18T20:43:49.485Z Compiling syn v1.0.109
18742026-03-18T20:43:49.694Z Compiling rustls v0.23.37
18752026-03-18T20:43:49.716Z Compiling futures-sink v0.3.32
18762026-03-18T20:43:49.767Z Compiling rustc_version v0.4.1
18772026-03-18T20:43:49.851Z Compiling futures-channel v0.3.32
18782026-03-18T20:43:49.876Z Compiling slab v0.4.12
18792026-03-18T20:43:49.881Z Compiling futures-task v0.3.32
18802026-03-18T20:43:49.926Z Compiling futures-io v0.3.32
18812026-03-18T20:43:49.929Z Compiling cpufeatures v0.2.17
18822026-03-18T20:43:50.045Z Compiling openssl-sys v0.9.111
18832026-03-18T20:43:50.135Z Compiling iana-time-zone v0.1.65
18842026-03-18T20:43:50.161Z Compiling plain v0.2.3
18852026-03-18T20:43:50.164Z Compiling uuid v1.21.0
18862026-03-18T20:43:50.217Z Compiling aho-corasick v1.1.4
18872026-03-18T20:43:50.273Z Compiling time-core v0.1.8
18882026-03-18T20:43:50.324Z Compiling num-conv v0.2.0
18892026-03-18T20:43:50.464Z Compiling synstructure v0.13.2
18902026-03-18T20:43:50.528Z Compiling serde_derive_internals v0.29.1
18912026-03-18T20:43:50.552Z Compiling time-macros v0.2.27
18922026-03-18T20:43:50.722Z Compiling pest_meta v2.8.6
18932026-03-18T20:43:50.980Z Compiling openssl v0.10.75
18942026-03-18T20:43:51.024Z Compiling pretty-hex v0.4.1
18952026-03-18T20:43:51.367Z Compiling either v1.15.0
18962026-03-18T20:43:51.448Z Compiling crc32fast v1.5.0
18972026-03-18T20:43:51.471Z Compiling anyhow v1.0.102
18982026-03-18T20:43:51.540Z Compiling pest_generator v2.8.6
18992026-03-18T20:43:51.564Z Compiling base64ct v1.8.3
19002026-03-18T20:43:51.615Z Compiling regex-automata v0.4.14
19012026-03-18T20:43:51.677Z Compiling darling_core v0.21.3
19022026-03-18T20:43:51.726Z Compiling zstd-sys v2.0.16+zstd.1.5.7
19032026-03-18T20:43:51.800Z Compiling flagset v0.4.7
19042026-03-18T20:43:51.882Z Compiling native-tls v0.2.18
19052026-03-18T20:43:51.907Z Compiling pem-rfc7468 v0.7.0
19062026-03-18T20:43:51.941Z Compiling rand_core v0.9.5
19072026-03-18T20:43:52.046Z Compiling slog v2.8.2
19082026-03-18T20:43:52.206Z Compiling tracing-core v0.1.36
19092026-03-18T20:43:52.253Z Compiling rayon-core v1.13.0
19102026-03-18T20:43:52.280Z Compiling dyn-clone v1.0.20
19112026-03-18T20:43:52.304Z Compiling untrusted v0.9.0
19122026-03-18T20:43:52.426Z Compiling serde_derive v1.0.228
19132026-03-18T20:43:52.451Z Compiling zeroize_derive v1.4.3
19142026-03-18T20:43:52.484Z Compiling zerofrom-derive v0.1.6
19152026-03-18T20:43:52.506Z Compiling yoke-derive v0.8.1
19162026-03-18T20:43:52.510Z Compiling zerovec-derive v0.11.2
19172026-03-18T20:43:52.555Z Compiling displaydoc v0.2.5
19182026-03-18T20:43:52.589Z Compiling zerocopy-derive v0.8.40
19192026-03-18T20:43:52.612Z Compiling tokio-macros v2.6.0
19202026-03-18T20:43:52.887Z Compiling futures-macro v0.3.32
19212026-03-18T20:43:53.239Z Compiling zeroize v1.8.2
19222026-03-18T20:43:53.513Z Compiling thiserror-impl v2.0.18
19232026-03-18T20:43:53.566Z Compiling tracing-attributes v0.1.31
19242026-03-18T20:43:53.805Z Compiling der_derive v0.7.3
19252026-03-18T20:43:53.908Z Compiling schemars_derive v0.8.22
19262026-03-18T20:43:53.929Z Compiling thiserror-impl v1.0.69
19272026-03-18T20:43:54.042Z Compiling zerofrom v0.1.6
19282026-03-18T20:43:54.238Z Compiling yoke v0.8.1
19292026-03-18T20:43:54.316Z Compiling crypto-common v0.1.7
19302026-03-18T20:43:54.449Z Compiling zerovec v0.11.5
19312026-03-18T20:43:54.494Z Compiling zerotrie v0.2.3
19322026-03-18T20:43:55.018Z Compiling block-buffer v0.10.4
19332026-03-18T20:43:55.094Z Compiling pest_derive v2.8.6
19342026-03-18T20:43:55.127Z Compiling futures-util v0.3.32
19352026-03-18T20:43:55.194Z Compiling tinystr v0.8.2
19362026-03-18T20:43:55.236Z Compiling potential_utf v0.1.4
19372026-03-18T20:43:55.261Z Compiling digest v0.10.7
19382026-03-18T20:43:55.455Z Compiling icu_collections v2.1.1
19392026-03-18T20:43:55.536Z Compiling icu_locale_core v2.1.1
19402026-03-18T20:43:55.559Z Compiling hmac v0.12.1
19412026-03-18T20:43:55.655Z Compiling block-padding v0.3.3
19422026-03-18T20:43:55.681Z Compiling sha2 v0.10.9
19432026-03-18T20:43:55.779Z Compiling rustls-pki-types v1.14.0
19442026-03-18T20:43:55.895Z Compiling inout v0.1.4
19452026-03-18T20:43:56.170Z Compiling cipher v0.4.4
19462026-03-18T20:43:56.409Z Compiling scroll_derive v0.13.1
19472026-03-18T20:43:56.488Z Compiling scroll_derive v0.12.1
19482026-03-18T20:43:56.512Z Compiling openssl-macros v0.1.1
19492026-03-18T20:43:56.718Z Compiling bytes v1.11.1
19502026-03-18T20:43:56.835Z Compiling icu_provider v2.1.1
19512026-03-18T20:43:56.889Z Compiling chrono v0.4.44
19522026-03-18T20:43:57.269Z Compiling icu_properties v2.1.2
19532026-03-18T20:43:57.346Z Compiling icu_normalizer v2.1.1
19542026-03-18T20:43:57.450Z Compiling tokio v1.49.0
19552026-03-18T20:43:57.927Z Compiling serde_tokenstream v0.2.3
19562026-03-18T20:43:58.022Z Compiling http v1.4.0
19572026-03-18T20:43:58.534Z Compiling idna_adapter v1.2.1
19582026-03-18T20:43:58.713Z Compiling idna v1.1.0
19592026-03-18T20:43:58.861Z Compiling ppv-lite86 v0.2.21
19602026-03-18T20:43:58.919Z Compiling der v0.7.10
19612026-03-18T20:43:58.942Z Compiling darling_macro v0.21.3
19622026-03-18T20:43:58.945Z Compiling regex v1.12.3
19632026-03-18T20:43:59.185Z Compiling url v2.5.8
19642026-03-18T20:43:59.245Z Compiling zerocopy-derive v0.7.35
19652026-03-18T20:43:59.557Z Compiling salsa20 v0.10.2
19662026-03-18T20:43:59.560Z Compiling darling v0.21.3
19672026-03-18T20:43:59.644Z Compiling pbkdf2 v0.12.2
19682026-03-18T20:43:59.701Z Compiling tracing v0.1.44
19692026-03-18T20:44:00.241Z Compiling spki v0.7.3
19702026-03-18T20:44:00.297Z Compiling cookie v0.18.1
19712026-03-18T20:44:00.319Z Compiling base64 v0.22.1
19722026-03-18T20:44:00.375Z Compiling camino v1.2.2
19732026-03-18T20:44:00.751Z Compiling scrypt v0.11.0
19742026-03-18T20:44:00.772Z Compiling rand_chacha v0.9.0
19752026-03-18T20:44:00.798Z Compiling aes v0.8.4
19762026-03-18T20:44:00.889Z Compiling cbc v0.1.2
19772026-03-18T20:44:01.400Z Compiling usdt-impl v0.5.0
19782026-03-18T20:44:01.478Z Compiling usdt-impl v0.6.0
19792026-03-18T20:44:01.613Z Compiling ref-cast v1.0.25
19802026-03-18T20:44:01.674Z Compiling paste v1.0.15
19812026-03-18T20:44:01.698Z Compiling winnow v0.7.14
19822026-03-18T20:44:02.049Z Compiling pkcs5 v0.7.1
19832026-03-18T20:44:02.098Z Compiling rand v0.9.2
19842026-03-18T20:44:02.364Z Compiling http-body v1.0.1
19852026-03-18T20:44:02.411Z Compiling scroll v0.13.0
19862026-03-18T20:44:02.503Z Compiling scroll v0.12.0
19872026-03-18T20:44:02.580Z Compiling serde_spanned v0.6.9
19882026-03-18T20:44:02.619Z Compiling tokio-util v0.7.18
19892026-03-18T20:44:02.666Z Compiling toml_datetime v0.6.11
19902026-03-18T20:44:02.807Z Compiling heapless v0.7.17
19912026-03-18T20:44:02.905Z Compiling bzip2-sys v0.1.13+1.0.8
19922026-03-18T20:44:03.019Z Compiling zstd-safe v7.2.4
19932026-03-18T20:44:03.221Z Compiling atomic-waker v1.1.2
19942026-03-18T20:44:03.279Z Compiling untrusted v0.7.1
19952026-03-18T20:44:03.303Z Compiling signal-hook v0.3.18
19962026-03-18T20:44:03.347Z Compiling openssl-probe v0.2.1
19972026-03-18T20:44:03.585Z Compiling toml_parser v1.0.9+spec-1.1.0
19982026-03-18T20:44:03.588Z Compiling goblin v0.8.2
19992026-03-18T20:44:03.638Z Compiling goblin v0.10.5
20002026-03-18T20:44:03.708Z Compiling pkcs8 v0.10.2
20012026-03-18T20:44:04.070Z Compiling zerocopy v0.7.35
20022026-03-18T20:44:04.120Z Compiling ref-cast-impl v1.0.25
20032026-03-18T20:44:04.271Z Compiling darling_core v0.20.11
20042026-03-18T20:44:04.464Z Compiling toml_datetime v0.7.5+spec-1.1.0
20052026-03-18T20:44:04.492Z Compiling memoffset v0.9.1
20062026-03-18T20:44:04.561Z Compiling rustix v0.38.44
20072026-03-18T20:44:04.663Z Compiling tower-layer v0.3.3
20082026-03-18T20:44:04.775Z Compiling try-lock v0.2.5
20092026-03-18T20:44:04.878Z Compiling litrs v1.0.0
20102026-03-18T20:44:04.923Z Compiling winnow v0.5.40
20112026-03-18T20:44:04.945Z Compiling fastrand v2.3.0
20122026-03-18T20:44:04.999Z Compiling tower-service v0.3.3
20132026-03-18T20:44:05.139Z Compiling tinyvec_macros v0.1.1
20142026-03-18T20:44:05.459Z Compiling want v0.3.1
20152026-03-18T20:44:05.507Z Compiling tinyvec v1.10.0
20162026-03-18T20:44:05.510Z Compiling h2 v0.4.13
20172026-03-18T20:44:05.557Z Compiling document-features v0.2.12
20182026-03-18T20:44:06.320Z Compiling dtrace-parser v0.2.0
20192026-03-18T20:44:06.448Z Compiling dtrace-parser v0.3.0
20202026-03-18T20:44:06.757Z Compiling toml_edit v0.19.15
20212026-03-18T20:44:06.896Z Compiling dof v0.3.0
20222026-03-18T20:44:07.139Z Compiling darling_macro v0.20.11
20232026-03-18T20:44:07.172Z Compiling ipnet v2.11.0
20242026-03-18T20:44:07.284Z Compiling daft-derive v0.1.5
20252026-03-18T20:44:07.380Z Compiling async-trait v0.1.89
20262026-03-18T20:44:07.728Z Compiling dof v0.4.0
20272026-03-18T20:44:07.768Z Compiling curve25519-dalek v4.1.3
20282026-03-18T20:44:07.865Z Compiling spin v0.9.8
20292026-03-18T20:44:07.990Z Compiling thread-id v5.1.0
20302026-03-18T20:44:08.111Z Compiling thread-id v4.2.2
20312026-03-18T20:44:08.133Z Compiling proc-macro-error-attr v1.0.4
20322026-03-18T20:44:08.158Z Compiling num-bigint-dig v0.8.6
20332026-03-18T20:44:08.212Z Compiling cfg_aliases v0.2.1
20342026-03-18T20:44:08.237Z Compiling pin-utils v0.1.0
20352026-03-18T20:44:08.355Z Compiling powerfmt v0.2.0
20362026-03-18T20:44:08.394Z Compiling httpdate v1.0.3
20372026-03-18T20:44:08.422Z Compiling smoltcp v0.9.1
20382026-03-18T20:44:08.665Z Compiling foreign-types-shared v0.1.1
20392026-03-18T20:44:08.791Z Compiling foreign-types v0.3.2
20402026-03-18T20:44:08.873Z Compiling tempfile v3.25.0
20412026-03-18T20:44:08.897Z Compiling deranged v0.5.8
20422026-03-18T20:44:08.949Z Compiling nix v0.31.1
20432026-03-18T20:44:09.237Z Compiling darling v0.20.11
20442026-03-18T20:44:09.554Z Compiling ipnetwork v0.21.1
20452026-03-18T20:44:09.697Z Compiling hyper v1.8.1
20462026-03-18T20:44:09.744Z Compiling strum_macros v0.26.4
20472026-03-18T20:44:10.004Z Compiling wait-timeout v0.2.1
20482026-03-18T20:44:10.037Z Compiling proc-macro-error v1.0.4
20492026-03-18T20:44:10.194Z Compiling siphasher v1.0.2
20502026-03-18T20:44:10.336Z Compiling utf8parse v0.2.2
20512026-03-18T20:44:10.476Z Compiling quick-error v1.2.3
20522026-03-18T20:44:10.522Z Compiling unicode-segmentation v1.12.0
20532026-03-18T20:44:10.544Z Compiling num_threads v0.1.7
20542026-03-18T20:44:10.566Z Compiling bit-vec v0.8.0
20552026-03-18T20:44:10.797Z Compiling anstyle v1.0.13
20562026-03-18T20:44:10.869Z Compiling simd-adler32 v0.3.8
20572026-03-18T20:44:10.930Z Compiling bit-set v0.8.0
20582026-03-18T20:44:11.045Z Compiling time v0.3.47
20592026-03-18T20:44:11.136Z Compiling rusty-fork v0.3.1
20602026-03-18T20:44:11.215Z Compiling hyper-util v0.1.20
20612026-03-18T20:44:11.540Z Compiling anstyle-parse v0.2.7
20622026-03-18T20:44:11.963Z Compiling crossbeam-epoch v0.9.18
20632026-03-18T20:44:12.026Z Compiling derive_builder_core v0.20.2
20642026-03-18T20:44:12.337Z Compiling unicode-normalization v0.1.25
20652026-03-18T20:44:12.967Z Compiling rustls-native-certs v0.8.3
20662026-03-18T20:44:13.452Z Compiling signature v2.2.0
20672026-03-18T20:44:13.511Z Compiling hubpack_derive v0.1.1
20682026-03-18T20:44:13.534Z Compiling strum_macros v0.27.2
20692026-03-18T20:44:13.560Z Compiling curve25519-dalek-derive v0.1.1
20702026-03-18T20:44:13.667Z Compiling rand_xorshift v0.4.0
20712026-03-18T20:44:13.725Z Compiling sync_wrapper v1.0.2
20722026-03-18T20:44:13.747Z Compiling fs-err v3.3.0
20732026-03-18T20:44:13.871Z Compiling ahash v0.8.12
20742026-03-18T20:44:13.894Z Compiling unicode-bidi v0.3.18
20752026-03-18T20:44:13.971Z Compiling adler2 v2.0.1
20762026-03-18T20:44:14.096Z Compiling unicode-properties v0.1.4
20772026-03-18T20:44:14.155Z Compiling object v0.37.3
20782026-03-18T20:44:14.158Z Compiling anstyle-query v1.1.5
20792026-03-18T20:44:14.336Z Compiling unarray v0.1.4
20802026-03-18T20:44:14.374Z Compiling is_terminal_polyfill v1.70.2
20812026-03-18T20:44:14.396Z Compiling colorchoice v1.0.4
20822026-03-18T20:44:14.481Z Compiling proptest v1.10.0
20832026-03-18T20:44:14.506Z Compiling stringprep v0.1.5
20842026-03-18T20:44:14.509Z Compiling miniz_oxide v0.8.9
20852026-03-18T20:44:14.533Z Compiling anstream v0.6.21
20862026-03-18T20:44:14.958Z Compiling tower v0.5.3
20872026-03-18T20:44:15.272Z Compiling derive_builder_macro v0.20.2
20882026-03-18T20:44:15.637Z Compiling crossbeam-deque v0.8.6
20892026-03-18T20:44:15.699Z Compiling heck v0.4.1
20902026-03-18T20:44:15.730Z Compiling usdt-macro v0.6.0
20912026-03-18T20:44:15.754Z Compiling usdt-attr-macro v0.6.0
20922026-03-18T20:44:16.010Z Compiling http-body-util v0.1.3
20932026-03-18T20:44:16.106Z Compiling webpki-roots v1.0.6
20942026-03-18T20:44:16.395Z Compiling rand_chacha v0.3.1
20952026-03-18T20:44:16.420Z Compiling erased-serde v0.3.31
20962026-03-18T20:44:16.423Z Compiling md-5 v0.10.6
20972026-03-18T20:44:16.662Z Compiling num-integer v0.1.46
20982026-03-18T20:44:16.666Z Compiling hash32 v0.2.1
20992026-03-18T20:44:16.746Z Compiling vergen-lib v0.1.6
21002026-03-18T20:44:16.769Z Compiling ff v0.13.1
21012026-03-18T20:44:16.821Z Compiling iri-string v0.7.10
21022026-03-18T20:44:16.843Z Compiling ryu v1.0.23
21032026-03-18T20:44:16.866Z Compiling base16ct v0.2.0
21042026-03-18T20:44:16.944Z Compiling zlib-rs v0.6.2
21052026-03-18T20:44:16.949Z Compiling fallible-iterator v0.2.0
21062026-03-18T20:44:16.993Z Compiling psl-types v2.0.11
21072026-03-18T20:44:17.037Z Compiling sec1 v0.7.3
21082026-03-18T20:44:17.069Z Compiling serde_urlencoded v0.7.1
21092026-03-18T20:44:17.095Z Compiling num-iter v0.1.45
21102026-03-18T20:44:17.144Z Compiling publicsuffix v2.3.0
21112026-03-18T20:44:17.215Z Compiling group v0.13.0
21122026-03-18T20:44:17.313Z Compiling newtype-uuid v1.3.2
21132026-03-18T20:44:17.412Z Compiling postgres-protocol v0.6.10
21142026-03-18T20:44:17.482Z Compiling rand v0.8.5
21152026-03-18T20:44:17.835Z Compiling oxnet v0.1.4
21162026-03-18T20:44:17.935Z Compiling zone_cfg_derive v0.3.1
21172026-03-18T20:44:18.003Z Compiling derive_builder v0.20.2
21182026-03-18T20:44:18.177Z Compiling tokio-native-tls v0.3.1
21192026-03-18T20:44:18.227Z Compiling phf_shared v0.13.1
21202026-03-18T20:44:18.375Z Compiling lazy_static v1.5.0
21212026-03-18T20:44:18.469Z Compiling tower-http v0.6.8
21222026-03-18T20:44:18.472Z Compiling terminal_size v0.4.3
21232026-03-18T20:44:18.518Z Compiling serde_with_macros v3.17.0
21242026-03-18T20:44:18.542Z Compiling cargo-platform v0.1.9
21252026-03-18T20:44:18.642Z Compiling hkdf v0.12.4
21262026-03-18T20:44:18.670Z Compiling crypto-bigint v0.5.5
21272026-03-18T20:44:18.740Z Compiling clap_derive v4.5.55
21282026-03-18T20:44:18.770Z Compiling serde_repr v0.1.20
21292026-03-18T20:44:18.795Z Compiling enum-as-inner v0.6.1
21302026-03-18T20:44:18.818Z Compiling vergen v9.0.6
21312026-03-18T20:44:18.876Z Compiling bitflags v1.3.2
21322026-03-18T20:44:18.993Z Compiling libbz2-rs-sys v0.2.2
21332026-03-18T20:44:19.054Z Compiling clap_lex v1.0.0
21342026-03-18T20:44:19.082Z Compiling foldhash v0.1.5
21352026-03-18T20:44:19.128Z Compiling unicode-width v0.2.0
21362026-03-18T20:44:19.313Z Compiling bumpalo v3.20.2
21372026-03-18T20:44:19.471Z Compiling managed v0.8.0
21382026-03-18T20:44:19.522Z Compiling console v0.16.2
21392026-03-18T20:44:19.594Z Compiling zopfli v0.8.3
21402026-03-18T20:44:19.651Z Compiling bzip2 v0.6.1
21412026-03-18T20:44:19.784Z Compiling flate2 v1.1.9
21422026-03-18T20:44:19.874Z Compiling clap_builder v4.5.60
21432026-03-18T20:44:19.897Z Compiling hashbrown v0.15.5
21442026-03-18T20:44:20.125Z Compiling elliptic-curve v0.13.8
21452026-03-18T20:44:20.261Z Compiling cargo_metadata v0.19.2
21462026-03-18T20:44:20.406Z Compiling phf v0.13.1
21472026-03-18T20:44:20.629Z Compiling hyper-tls v0.6.0
21482026-03-18T20:44:20.655Z Compiling daft v0.1.5
21492026-03-18T20:44:20.677Z Compiling signal-hook-mio v0.2.5
21502026-03-18T20:44:20.848Z Compiling rayon v1.11.0
21512026-03-18T20:44:20.937Z Compiling cookie_store v0.22.1
21522026-03-18T20:44:20.962Z Compiling postgres-types v0.2.12
21532026-03-18T20:44:20.987Z Compiling zstd v0.13.3
21542026-03-18T20:44:21.031Z Compiling bzip2 v0.4.4
21552026-03-18T20:44:21.132Z Compiling strum v0.27.2
21562026-03-18T20:44:21.413Z Compiling hubpack v0.1.2
21572026-03-18T20:44:21.594Z Compiling ed25519 v2.2.3
21582026-03-18T20:44:21.687Z Compiling phf_shared v0.11.3
21592026-03-18T20:44:21.938Z Compiling pkcs1 v0.7.5
21602026-03-18T20:44:22.012Z Compiling hex v0.4.3
21612026-03-18T20:44:22.015Z Compiling serde-big-array v0.5.1
21622026-03-18T20:44:22.193Z Compiling rfc6979 v0.4.0
21632026-03-18T20:44:22.218Z Compiling bstr v1.12.1
21642026-03-18T20:44:22.428Z Compiling float-cmp v0.10.0
21652026-03-18T20:44:22.450Z Compiling itertools v0.12.1
21662026-03-18T20:44:22.501Z Compiling memmap2 v0.9.10
21672026-03-18T20:44:22.504Z Compiling env_filter v1.0.0
21682026-03-18T20:44:22.573Z Compiling encoding_rs v0.8.35
21692026-03-18T20:44:22.659Z Compiling data-encoding v2.10.0
21702026-03-18T20:44:22.771Z Compiling static_assertions v1.1.0
21712026-03-18T20:44:22.794Z Compiling normalize-line-endings v0.3.0
21722026-03-18T20:44:22.881Z Compiling unit-prefix v0.5.2
21732026-03-18T20:44:22.924Z Compiling whoami v2.1.0
21742026-03-18T20:44:22.946Z Compiling fixedbitset v0.4.2
21752026-03-18T20:44:23.038Z Compiling toml_write v0.1.2
21762026-03-18T20:44:23.091Z Compiling keccak v0.1.6
21772026-03-18T20:44:23.235Z Compiling rustc-hash v2.1.1
21782026-03-18T20:44:23.307Z Compiling precomputed-hash v0.1.1
21792026-03-18T20:44:23.331Z Compiling new_debug_unreachable v1.0.6
21802026-03-18T20:44:23.376Z Compiling predicates-core v1.0.10
21812026-03-18T20:44:23.399Z Compiling difflib v0.4.0
21822026-03-18T20:44:23.425Z Compiling mime v0.3.17
21832026-03-18T20:44:23.429Z Compiling fixedbitset v0.5.7
21842026-03-18T20:44:23.471Z Compiling jiff v0.2.21
21852026-03-18T20:44:23.474Z Compiling string_cache v0.8.9
21862026-03-18T20:44:23.603Z Compiling iddqd v0.3.17
21872026-03-18T20:44:23.627Z Compiling sha3 v0.10.8
21882026-03-18T20:44:23.706Z Compiling predicates v3.1.4
21892026-03-18T20:44:23.765Z Compiling petgraph v0.8.3
21902026-03-18T20:44:23.980Z Compiling toml_edit v0.22.27
21912026-03-18T20:44:24.004Z Compiling tokio-postgres v0.7.16
21922026-03-18T20:44:24.028Z Compiling zone v0.3.1
21932026-03-18T20:44:24.150Z Compiling petgraph v0.6.5
21942026-03-18T20:44:24.354Z Compiling indicatif v0.18.4
21952026-03-18T20:44:24.505Z Compiling hickory-proto v0.25.2
21962026-03-18T20:44:24.553Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
21972026-03-18T20:44:24.873Z Compiling similar v2.7.0
21982026-03-18T20:44:25.085Z Compiling env_logger v0.11.9
21992026-03-18T20:44:25.920Z Compiling usdt v0.6.0
22002026-03-18T20:44:26.201Z Compiling serde_with v3.17.0
22012026-03-18T20:44:26.261Z Compiling ecdsa v0.16.9
22022026-03-18T20:44:26.427Z Compiling rsa v0.9.10
22032026-03-18T20:44:27.116Z Compiling zip v4.6.1
22042026-03-18T20:44:27.291Z Compiling clap v4.5.60
22052026-03-18T20:44:27.379Z Compiling ed25519-dalek v2.2.0
22062026-03-18T20:44:27.412Z Compiling crossterm v0.28.1
22072026-03-18T20:44:28.470Z Compiling zip v0.6.6
22082026-03-18T20:44:28.620Z Compiling strum v0.26.3
22092026-03-18T20:44:28.653Z Compiling toml v0.7.8
22102026-03-18T20:44:28.723Z Compiling tokio-stream v0.1.18
22112026-03-18T20:44:28.793Z Compiling buf-list v1.1.2
22122026-03-18T20:44:28.914Z Compiling x509-cert v0.2.5
22132026-03-18T20:44:29.070Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
22142026-03-18T20:44:29.194Z Compiling openapiv3 v2.2.0
22152026-03-18T20:44:29.378Z Compiling sha1 v0.10.6
22162026-03-18T20:44:29.453Z Compiling itertools v0.13.0
22172026-03-18T20:44:29.589Z Compiling peg-runtime v0.8.5
22182026-03-18T20:44:30.395Z Compiling lalrpop-util v0.19.12
22192026-03-18T20:44:45.411Z Compiling macaddr v1.0.1
22202026-03-18T20:44:45.697Z Compiling structmeta-derive v0.3.0
22212026-03-18T20:44:45.780Z Compiling itertools v0.14.0
22222026-03-18T20:44:46.188Z Compiling heapless v0.8.0
22232026-03-18T20:44:47.025Z Compiling structmeta v0.3.0
22242026-03-18T20:44:47.491Z Compiling ingot-macros v0.1.1
22252026-03-18T20:44:51.188Z Compiling rustls-webpki v0.103.9
22262026-03-18T20:44:53.002Z Compiling toml_edit v0.23.10+spec-1.0.0
22272026-03-18T20:44:54.095Z Compiling hash32 v0.3.1
22282026-03-18T20:44:54.318Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
22292026-03-18T20:44:54.342Z Compiling smoltcp v0.11.0
22302026-03-18T20:44:54.687Z Compiling proc-macro-crate v3.4.0
22312026-03-18T20:44:54.690Z Compiling ingot-types v0.1.2
22322026-03-18T20:44:54.789Z Compiling cobs v0.3.0
22332026-03-18T20:44:54.818Z Compiling rustls v0.22.4
22342026-03-18T20:44:55.076Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
22352026-03-18T20:44:55.134Z Compiling postcard v1.1.3
22362026-03-18T20:44:55.159Z Compiling proc-macro-crate v1.3.1
22372026-03-18T20:44:55.243Z Compiling rustls-webpki v0.102.8
22382026-03-18T20:44:55.369Z Compiling num_enum_derive v0.7.5
22392026-03-18T20:44:55.400Z Compiling ingot v0.1.1
22402026-03-18T20:44:55.502Z Compiling futures-executor v0.3.32
22412026-03-18T20:44:55.556Z Compiling foreign-types-macros v0.2.3
22422026-03-18T20:44:55.681Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
22432026-03-18T20:44:55.703Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
22442026-03-18T20:44:55.858Z Compiling multer v3.1.0
22452026-03-18T20:44:55.973Z Compiling thread_local v1.1.9
22462026-03-18T20:44:56.132Z Compiling tokio-rustls v0.26.4
22472026-03-18T20:44:56.154Z Compiling rustls-platform-verifier v0.6.2
22482026-03-18T20:44:56.227Z Compiling typeid v1.0.3
22492026-03-18T20:44:56.252Z Compiling match_cfg v0.1.0
22502026-03-18T20:44:56.339Z Compiling slog-async v2.8.0
22512026-03-18T20:44:56.372Z Compiling foreign-types-shared v0.3.1
22522026-03-18T20:44:56.445Z Compiling cpufeatures v0.3.0
22532026-03-18T20:44:56.448Z Compiling hostname v0.3.1
22542026-03-18T20:44:56.521Z Compiling hyper-rustls v0.27.7
22552026-03-18T20:44:56.547Z Compiling foreign-types v0.5.0
22562026-03-18T20:44:56.571Z Compiling chacha20 v0.10.0
22572026-03-18T20:44:56.743Z Compiling num_enum v0.7.5
22582026-03-18T20:44:56.767Z Compiling futures v0.3.32
22592026-03-18T20:44:56.791Z Compiling num_enum_derive v0.5.11
22602026-03-18T20:44:56.921Z Compiling reqwest v0.12.28
22612026-03-18T20:44:56.947Z Compiling reqwest v0.13.2
22622026-03-18T20:44:56.993Z Compiling derive-ex v0.1.8
22632026-03-18T20:44:57.014Z Compiling tabwriter v1.4.1
22642026-03-18T20:44:57.145Z Compiling slog-json v2.6.1
22652026-03-18T20:44:57.487Z Compiling crossbeam-channel v0.5.15
22662026-03-18T20:44:57.510Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
22672026-03-18T20:44:57.579Z Compiling async-stream-impl v0.3.6
22682026-03-18T20:44:57.911Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
22692026-03-18T20:44:58.063Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
22702026-03-18T20:44:58.086Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
22712026-03-18T20:44:58.340Z Compiling serde_spanned v1.0.4
22722026-03-18T20:44:58.400Z Compiling is-terminal v0.4.17
22732026-03-18T20:44:58.438Z Compiling cstr-argument v0.1.2
22742026-03-18T20:44:58.546Z Compiling dropshot v0.16.7
22752026-03-18T20:44:58.570Z Compiling term v1.2.1
22762026-03-18T20:44:58.595Z Compiling take_mut v0.2.2
22772026-03-18T20:44:58.619Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8)
22782026-03-18T20:44:58.667Z Compiling toml_writer v1.0.6+spec-1.1.0
22792026-03-18T20:44:58.693Z Compiling crucible-workspace-hack v0.1.0
22802026-03-18T20:44:58.696Z Compiling erased-serde v0.4.9
22812026-03-18T20:44:58.905Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
22822026-03-18T20:44:58.937Z Compiling toml v0.9.12+spec-1.1.0
22832026-03-18T20:44:59.018Z Compiling slog-term v2.9.2
22842026-03-18T20:44:59.045Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
22852026-03-18T20:44:59.096Z Compiling test-strategy v0.4.5
22862026-03-18T20:44:59.151Z Compiling async-stream v0.3.6
22872026-03-18T20:44:59.258Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
22882026-03-18T20:44:59.447Z Compiling num_enum v0.5.11
22892026-03-18T20:44:59.468Z Compiling slog-bunyan v2.5.0
22902026-03-18T20:44:59.548Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
22912026-03-18T20:44:59.624Z Compiling tokio-rustls v0.25.0
22922026-03-18T20:44:59.733Z Compiling rand v0.10.0
22932026-03-18T20:44:59.969Z Compiling parse-display-derive v0.10.0
22942026-03-18T20:45:00.042Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
22952026-03-18T20:45:00.276Z Compiling backon v1.6.0
22962026-03-18T20:45:00.358Z Compiling waitgroup v0.1.2
22972026-03-18T20:45:00.381Z Compiling dropshot_endpoint v0.16.7
22982026-03-18T20:45:00.506Z Compiling newtype-uuid-macros v0.1.0
22992026-03-18T20:45:00.604Z Compiling rustls-pemfile v2.2.0
23002026-03-18T20:45:00.658Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
23012026-03-18T20:45:00.689Z Compiling serde_path_to_error v0.1.20
23022026-03-18T20:45:00.843Z Compiling hostname v0.4.2
23032026-03-18T20:45:00.869Z Compiling instant v0.1.13
23042026-03-18T20:45:00.894Z Compiling debug-ignore v1.0.5
23052026-03-18T20:45:01.002Z Compiling colored v3.1.1
23062026-03-18T20:45:01.024Z Compiling libefi-sys v0.1.0
23072026-03-18T20:45:01.071Z Compiling backoff v0.4.0
23082026-03-18T20:45:01.093Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
23092026-03-18T20:45:01.322Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
23102026-03-18T20:45:01.325Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
23112026-03-18T20:45:01.498Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
23122026-03-18T20:45:01.526Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
23132026-03-18T20:45:01.706Z Compiling camino-tempfile v1.4.1
23142026-03-18T20:45:01.807Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
23152026-03-18T20:45:01.925Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
23162026-03-18T20:45:02.005Z Compiling parse-display v0.10.0
23172026-03-18T20:45:02.030Z Compiling usdt-macro v0.5.0
23182026-03-18T20:45:02.059Z Compiling usdt-attr-macro v0.5.0
23192026-03-18T20:45:02.230Z Compiling secrecy v0.10.3
23202026-03-18T20:45:02.256Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
23212026-03-18T20:45:02.467Z Compiling bitfield-struct v0.6.2
23222026-03-18T20:45:02.800Z Compiling num-derive v0.4.2
23232026-03-18T20:45:02.922Z Compiling regress v0.10.5
23242026-03-18T20:45:02.976Z Compiling ordered-float v2.10.1
23252026-03-18T20:45:03.004Z Compiling blake3 v1.8.3
23262026-03-18T20:45:03.029Z Compiling memmap v0.7.0
23272026-03-18T20:45:03.129Z Compiling sigpipe v0.1.3
23282026-03-18T20:45:03.268Z Compiling glob v0.3.3
23292026-03-18T20:45:03.290Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
23302026-03-18T20:45:03.355Z Compiling serde-value v0.7.0
23312026-03-18T20:45:03.405Z Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
23322026-03-18T20:45:03.603Z Compiling usdt v0.5.0
23332026-03-18T20:45:03.865Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
23342026-03-18T20:45:03.900Z Compiling serde-untagged v0.1.9
23352026-03-18T20:45:03.926Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
23362026-03-18T20:45:04.023Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
23372026-03-18T20:45:04.250Z Compiling toml v0.8.23
23382026-03-18T20:45:04.314Z Compiling smf v0.2.3
23392026-03-18T20:45:04.347Z Compiling filetime v0.2.27
23402026-03-18T20:45:04.381Z Compiling same-file v1.0.6
23412026-03-18T20:45:04.407Z Compiling whoami v1.6.1
23422026-03-18T20:45:04.431Z Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
23432026-03-18T20:45:04.460Z Compiling constant_time_eq v0.4.2
23442026-03-18T20:45:04.555Z Compiling xattr v1.6.1
23452026-03-18T20:45:04.621Z Compiling arrayvec v0.7.6
23462026-03-18T20:45:04.643Z Compiling unicode-xid v0.2.6
23472026-03-18T20:45:04.671Z Compiling arrayref v0.3.9
23482026-03-18T20:45:04.728Z Compiling walkdir v2.5.0
23492026-03-18T20:45:04.795Z Compiling tar v0.4.44
23502026-03-18T20:45:04.829Z Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
23512026-03-18T20:45:04.852Z Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
23522026-03-18T20:45:04.954Z Compiling cargo-util-schemas v0.8.2
23532026-03-18T20:45:05.003Z Compiling tokio-dtrace v0.1.1
23542026-03-18T20:45:05.169Z Compiling gethostname v0.5.0
23552026-03-18T20:45:05.362Z Compiling cargo-platform v0.2.0
23562026-03-18T20:45:05.450Z Compiling topological-sort v0.2.2
23572026-03-18T20:45:05.681Z Compiling oxide-tokio-rt v0.1.3
23582026-03-18T20:45:05.702Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
23592026-03-18T20:45:05.753Z Compiling indent_write v2.2.0
23602026-03-18T20:45:05.797Z Compiling shell-words v1.1.1
23612026-03-18T20:45:06.697Z Compiling cargo_metadata v0.21.0
23622026-03-18T20:45:17.721Z Compiling progenitor-client v0.10.0
23632026-03-18T20:45:17.725Z Compiling omicron-zone-package v0.12.2
23642026-03-18T20:45:17.742Z Compiling progenitor-client v0.13.0
23652026-03-18T20:45:17.867Z Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
23662026-03-18T20:45:17.867Z Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
23672026-03-18T20:45:17.871Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
23682026-03-18T20:45:17.871Z Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
23692026-03-18T20:45:18.096Z Compiling progenitor-extras v0.1.1
23702026-03-18T20:45:18.427Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
23712026-03-18T20:45:27.973Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
23722026-03-18T20:45:29.232Z Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
23732026-03-18T20:45:37.468Z Finished `release` profile [optimized] target(s) in 1m 53s
23742026-03-18T20:45:37.656Z Running `target/release/omicron-package -t test target create -p dev`
23752026-03-18T20:45:37.727ZLogging to: /work/oxidecomputer/omicron/out/LOG
23762026-03-18T20:45:37.731ZCreated new build target 'test' and set it as active
23772026-03-18T20:45:37.731Z
23782026-03-18T20:45:37.731Zreal 1:54.267577927
23792026-03-18T20:45:37.734Zuser 20:12.035944669
23802026-03-18T20:45:37.734Zsys 3:05.989299781
23812026-03-18T20:45:37.734Ztrap 0.528494170
23822026-03-18T20:45:37.734Ztflt 3.127327409
23832026-03-18T20:45:37.734Zdflt 3.633898116
23842026-03-18T20:45:37.734Zkflt 0.000906517
23852026-03-18T20:45:37.734Zlock 1:04:15.273633204
23862026-03-18T20:45:37.734Zslp 51:44.030519343
23872026-03-18T20:45:37.734Zlat 47.478555622
23882026-03-18T20:45:37.734Zstop 7:36.011294853
23892026-03-18T20:45:37.734Z+ ptime -m cargo run --locked --release --bin omicron-package -- -t test package
23902026-03-18T20:45:38.921Z Finished `release` profile [optimized] target(s) in 1.17s
23912026-03-18T20:45:38.989Z Running `target/release/omicron-package -t test package`
23922026-03-18T20:45:39.055ZLogging to: /work/oxidecomputer/omicron/out/LOG
23932026-03-18T20:45:40.961Z Compiling regress v0.10.5
23942026-03-18T20:45:40.961Z Compiling heck v0.5.0
23952026-03-18T20:45:40.964Z Compiling unsafe-libyaml v0.2.11
23962026-03-18T20:45:40.964Z Compiling convert_case v0.4.0
23972026-03-18T20:45:41.277Z Compiling half v2.7.1
23982026-03-18T20:45:41.277Z Compiling ciborium-io v0.2.2
23992026-03-18T20:45:41.335Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
24002026-03-18T20:45:41.345Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
24012026-03-18T20:45:41.394Z Compiling prettyplease v0.2.37
24022026-03-18T20:45:41.425Z Compiling typify-impl v0.6.1
24032026-03-18T20:45:41.428Z Compiling universal-hash v0.5.1
24042026-03-18T20:45:41.455Z Compiling thiserror-impl-no-std v2.0.2
24052026-03-18T20:45:41.458Z Compiling opaque-debug v0.3.1
24062026-03-18T20:45:41.458Z Compiling unicode-width v0.1.14
24072026-03-18T20:45:41.583Z Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
24082026-03-18T20:45:41.616Z Compiling chacha20 v0.9.1
24092026-03-18T20:45:41.619Z Compiling password-hash v0.5.0
24102026-03-18T20:45:41.619Z Compiling blake2 v0.10.6
24112026-03-18T20:45:41.719Z Compiling derive_more v0.99.20
24122026-03-18T20:45:41.722Z Compiling ciborium-ll v0.2.2
24132026-03-18T20:45:41.722Z Compiling poly1305 v0.8.0
24142026-03-18T20:45:41.816Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
24152026-03-18T20:45:41.955Z Compiling serde_yaml v0.9.34+deprecated
24162026-03-18T20:45:41.987Z Compiling aead v0.5.2
24172026-03-18T20:45:41.990Z Compiling is-terminal v0.4.17
24182026-03-18T20:45:42.131Z Compiling ciborium v0.2.2
24192026-03-18T20:45:42.163Z Compiling swrite v0.1.0
24202026-03-18T20:45:42.193Z Compiling chacha20poly1305 v0.10.1
24212026-03-18T20:45:42.272Z Compiling argon2 v0.5.3
24222026-03-18T20:45:42.330Z Compiling serde_spanned v1.0.4
24232026-03-18T20:45:42.360Z Compiling toml_writer v1.0.6+spec-1.1.0
24242026-03-18T20:45:42.464Z Compiling bytecount v0.6.9
24252026-03-18T20:45:42.559Z Compiling rustls v0.22.4
24262026-03-18T20:45:42.604Z Compiling rustls-webpki v0.102.8
24272026-03-18T20:45:42.645Z Compiling toml v0.9.12+spec-1.1.0
24282026-03-18T20:45:42.693Z Compiling derive-where v1.6.0
24292026-03-18T20:45:42.738Z Compiling thread_local v1.1.9
24302026-03-18T20:45:42.815Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
24312026-03-18T20:45:42.919Z Compiling match_cfg v0.1.0
24322026-03-18T20:45:42.969Z Compiling thiserror-no-std v2.0.2
24332026-03-18T20:45:43.042Z Compiling hostname v0.3.1
24342026-03-18T20:45:43.126Z Compiling vsss-rs v3.3.4
24352026-03-18T20:45:43.324Z Compiling multer v3.1.0
24362026-03-18T20:45:43.328Z Compiling slog-async v2.8.0
24372026-03-18T20:45:43.391Z Compiling slog-json v2.6.1
24382026-03-18T20:45:43.424Z Compiling crossbeam-channel v0.5.15
24392026-03-18T20:45:43.459Z Compiling futures-executor v0.3.32
24402026-03-18T20:45:43.563Z Compiling term v1.2.1
24412026-03-18T20:45:43.614Z Compiling take_mut v0.2.2
24422026-03-18T20:45:43.689Z Compiling futures v0.3.32
24432026-03-18T20:45:43.791Z Compiling slog-bunyan v2.5.0
24442026-03-18T20:45:43.827Z Compiling dropshot v0.16.7
24452026-03-18T20:45:43.887Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
24462026-03-18T20:45:43.941Z Compiling slog-term v2.9.2
24472026-03-18T20:45:44.007Z Compiling async-stream v0.3.6
24482026-03-18T20:45:44.044Z Compiling progenitor-client v0.13.0
24492026-03-18T20:45:44.085Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
24502026-03-18T20:45:44.257Z Compiling waitgroup v0.1.2
24512026-03-18T20:45:44.293Z Compiling backon v1.6.0
24522026-03-18T20:45:44.296Z Compiling rustls-pemfile v2.2.0
24532026-03-18T20:45:44.359Z Compiling serde_path_to_error v0.1.20
24542026-03-18T20:45:44.363Z Compiling hostname v0.4.2
24552026-03-18T20:45:44.428Z Compiling instant v0.1.13
24562026-03-18T20:45:44.464Z Compiling debug-ignore v1.0.5
24572026-03-18T20:45:44.468Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
24582026-03-18T20:45:44.530Z Compiling progenitor-extras v0.1.1
24592026-03-18T20:45:44.560Z Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
24602026-03-18T20:45:44.597Z Compiling backoff v0.4.0
24612026-03-18T20:45:44.634Z Compiling parse-display v0.10.0
24622026-03-18T20:45:44.637Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
24632026-03-18T20:45:44.637Z Compiling progenitor-client v0.10.0
24642026-03-18T20:45:44.701Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
24652026-03-18T20:45:44.701Z Compiling macaddr v1.0.1
24662026-03-18T20:45:44.803Z Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
24672026-03-18T20:45:44.850Z Compiling console v0.15.11
24682026-03-18T20:45:44.882Z Compiling newline-converter v0.3.0
24692026-03-18T20:45:44.917Z Compiling atomicwrites v0.4.4
24702026-03-18T20:45:44.947Z Compiling num-rational v0.4.2
24712026-03-18T20:45:45.087Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
24722026-03-18T20:45:45.118Z Compiling num-complex v0.4.6
24732026-03-18T20:45:45.232Z Compiling slog-dtrace v0.3.0
24742026-03-18T20:45:45.307Z Compiling async-recursion v1.1.1
24752026-03-18T20:45:45.352Z Compiling float-ord v0.3.2
24762026-03-18T20:45:45.558Z Compiling expectorate v1.2.0
24772026-03-18T20:45:45.565Z Compiling owo-colors v4.3.0
24782026-03-18T20:45:45.621Z Compiling cancel-safe-futures v0.1.5
24792026-03-18T20:45:45.776Z Compiling tokio-rustls v0.25.0
24802026-03-18T20:45:45.817Z Compiling num v0.4.3
24812026-03-18T20:45:45.959Z Compiling libsw-core v0.3.2
24822026-03-18T20:45:46.027Z Compiling resolv-conf v0.7.6
24832026-03-18T20:45:46.158Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
24842026-03-18T20:45:46.195Z Compiling libsw v3.5.0
24852026-03-18T20:45:46.259Z Compiling toml v0.8.23
24862026-03-18T20:45:46.287Z Compiling linear-map v1.2.0
24872026-03-18T20:45:46.436Z Compiling linked-hash-map v0.5.6
24882026-03-18T20:45:46.495Z Compiling minimal-lexical v0.2.1
24892026-03-18T20:45:46.585Z Compiling oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
24902026-03-18T20:45:46.617Z Compiling unicode-xid v0.2.6
24912026-03-18T20:45:46.750Z Compiling lru-cache v0.1.2
24922026-03-18T20:45:46.811Z Compiling nom v7.1.3
24932026-03-18T20:45:46.841Z Compiling clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
24942026-03-18T20:45:46.877Z Compiling globset v0.4.18
24952026-03-18T20:45:46.882Z Compiling hickory-proto v0.24.4
24962026-03-18T20:45:46.973Z Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
24972026-03-18T20:45:47.076Z Compiling internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
24982026-03-18T20:45:47.394Z Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
24992026-03-18T20:45:47.518Z Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
25002026-03-18T20:45:48.217Z Compiling typify-macro v0.6.1
25012026-03-18T20:45:48.593Z Compiling gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
25022026-03-18T20:45:48.713Z Compiling convert_case v0.10.0
25032026-03-18T20:45:49.112Z Compiling derive_more-impl v2.1.1
25042026-03-18T20:45:49.961Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
25052026-03-18T20:45:50.049Z Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
25062026-03-18T20:45:50.158Z Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
25072026-03-18T20:45:50.279Z Compiling hickory-resolver v0.24.4
25082026-03-18T20:45:50.317Z Compiling typify v0.6.1
25092026-03-18T20:45:50.535Z Compiling progenitor-impl v0.13.0
25102026-03-18T20:45:50.608Z Compiling pin-project-internal v1.1.11
25112026-03-18T20:45:51.482Z Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
25122026-03-18T20:45:51.754Z Compiling derive_more v2.1.1
25132026-03-18T20:45:51.892Z Compiling qorb v0.4.1
25142026-03-18T20:45:52.078Z Compiling pin-project v1.1.11
25152026-03-18T20:45:52.247Z Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
25162026-03-18T20:45:52.447Z Compiling pem v3.0.6
25172026-03-18T20:45:52.641Z Compiling snafu-derive v0.8.9
25182026-03-18T20:45:53.328Z Compiling termtree v0.5.1
25192026-03-18T20:45:53.396Z Compiling crossterm v0.29.0
25202026-03-18T20:45:53.578Z Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
25212026-03-18T20:45:53.615Z Compiling progenitor-macro v0.13.0
25222026-03-18T20:45:54.624Z Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
25232026-03-18T20:45:54.991Z Compiling snafu v0.8.9
25242026-03-18T20:45:55.754Z Compiling phf_shared v0.12.1
25252026-03-18T20:45:56.115Z Compiling olpc-cjson v0.1.4
25262026-03-18T20:45:56.192Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
25272026-03-18T20:45:56.419Z Compiling serde_plain v1.0.2
25282026-03-18T20:45:56.947Z Compiling csv-core v0.1.13
25292026-03-18T20:45:57.193Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
25302026-03-18T20:45:57.490Z Compiling vte v0.14.1
25312026-03-18T20:45:57.565Z Compiling highway v1.3.0
25322026-03-18T20:45:57.597Z Compiling typed-path v0.9.3
25332026-03-18T20:45:57.824Z Compiling chrono-tz v0.10.4
25342026-03-18T20:45:58.142Z Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
25352026-03-18T20:45:58.277Z Compiling strip-ansi-escapes v0.2.1
25362026-03-18T20:45:58.430Z Compiling csv v1.4.0
25372026-03-18T20:45:58.488Z Compiling phf v0.12.1
25382026-03-18T20:45:58.758Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
25392026-03-18T20:45:58.973Z Compiling const_format_proc_macros v0.2.34
25402026-03-18T20:45:59.011Z Compiling papergrid v0.11.0
25412026-03-18T20:45:59.043Z Compiling fd-lock v4.0.4
25422026-03-18T20:45:59.262Z Compiling tough v0.20.0
25432026-03-18T20:45:59.424Z Compiling peg-macros v0.8.5
25442026-03-18T20:45:59.632Z Compiling progenitor v0.13.0
25452026-03-18T20:45:59.853Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
25462026-03-18T20:46:00.022Z Compiling tabled_derive v0.7.0
25472026-03-18T20:46:00.621Z Compiling nu-ansi-term v0.50.3
25482026-03-18T20:46:00.917Z Compiling const_format v0.2.35
25492026-03-18T20:46:01.167Z Compiling peg v0.8.5
25502026-03-18T20:46:01.294Z Compiling tabled v0.15.0
25512026-03-18T20:46:01.328Z Compiling reedline v0.40.0
25522026-03-18T20:46:01.435Z Compiling cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
25532026-03-18T20:46:01.517Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
25542026-03-18T20:46:01.579Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
25552026-03-18T20:46:03.273Z Compiling bcs v0.1.6
25562026-03-18T20:46:03.688Z Compiling semver v0.1.20
25572026-03-18T20:46:03.830Z Compiling base64 v0.21.7
25582026-03-18T20:46:04.099Z Compiling rustc_version v0.1.7
25592026-03-18T20:46:04.430Z Compiling newtype_derive v0.1.6
25602026-03-18T20:46:04.547Z Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
25612026-03-18T20:46:04.731Z Compiling typify-impl v0.4.3
25622026-03-18T20:46:04.902Z Compiling unicode-linebreak v0.1.5
25632026-03-18T20:46:05.298Z Compiling smawk v0.3.2
25642026-03-18T20:46:05.346Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
25652026-03-18T20:46:05.579Z Compiling humantime v2.3.0
25662026-03-18T20:46:05.747Z Compiling textwrap v0.16.2
25672026-03-18T20:46:05.871Z Compiling dropshot-api-manager-types v0.6.0
25682026-03-18T20:46:05.901Z Compiling rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=b603c9f3dccefcf1d3e941c04505ff6bdd1826b6#b603c9f3)
25692026-03-18T20:46:06.028Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
25702026-03-18T20:46:06.329Z Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
25712026-03-18T20:46:06.570Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=b603c9f3dccefcf1d3e941c04505ff6bdd1826b6#b603c9f3)
25722026-03-18T20:46:06.664Z Compiling steno v0.4.1
25732026-03-18T20:46:07.440Z Compiling utf-8 v0.7.6
25742026-03-18T20:46:07.854Z Compiling tagptr v0.2.0
25752026-03-18T20:46:08.107Z Compiling moka v0.12.13
25762026-03-18T20:46:08.479Z Compiling tungstenite v0.21.0
25772026-03-18T20:46:08.607Z Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
25782026-03-18T20:46:08.826Z Compiling radium v0.7.0
25792026-03-18T20:46:09.231Z Compiling maybe-uninit v2.0.0
25802026-03-18T20:46:09.608Z Compiling hickory-resolver v0.25.2
25812026-03-18T20:46:09.766Z Compiling tokio-tungstenite v0.21.0
25822026-03-18T20:46:09.796Z Compiling typify-macro v0.4.3
25832026-03-18T20:46:10.248Z Compiling tap v1.0.1
25842026-03-18T20:46:10.431Z Compiling wyz v0.5.1
25852026-03-18T20:46:10.755Z Compiling zerocopy-derive v0.6.6
25862026-03-18T20:46:10.930Z Compiling display-error-chain v0.2.2
25872026-03-18T20:46:11.153Z Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
25882026-03-18T20:46:11.194Z Compiling crc-catalog v2.4.0
25892026-03-18T20:46:11.361Z Compiling funty v2.0.0
25902026-03-18T20:46:11.649Z Compiling packed_struct v0.10.1
25912026-03-18T20:46:11.829Z Compiling zerocopy v0.6.6
25922026-03-18T20:46:11.868Z Compiling typify v0.4.3
25932026-03-18T20:46:12.044Z Compiling progenitor-impl v0.10.0
25942026-03-18T20:46:12.393Z Compiling nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
25952026-03-18T20:46:12.695Z Compiling bitvec v1.0.1
25962026-03-18T20:46:14.492Z Compiling crc v3.4.0
25972026-03-18T20:46:15.062Z Compiling progenitor-macro v0.10.0
25982026-03-18T20:46:15.164Z Compiling packed_struct_codegen v0.10.1
25992026-03-18T20:46:15.217Z Compiling bitfield-macros v0.19.4
26002026-03-18T20:46:15.530Z Compiling indexmap v1.9.3
26012026-03-18T20:46:15.821Z Compiling nodrop v0.1.14
26022026-03-18T20:46:15.990Z Compiling array-init v0.0.4
26032026-03-18T20:46:16.182Z Compiling bitfield v0.19.4
26042026-03-18T20:46:16.642Z Compiling smallvec v0.6.14
26052026-03-18T20:46:16.680Z Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
26062026-03-18T20:46:16.961Z Compiling num-derive v0.3.3
26072026-03-18T20:46:16.991Z Compiling proc-macro-error-attr2 v2.0.0
26082026-03-18T20:46:17.529Z Compiling hashbrown v0.12.3
26092026-03-18T20:46:17.742Z Compiling proc-macro-error2 v2.0.1
26102026-03-18T20:46:17.786Z Compiling serde-hex v0.1.0
26112026-03-18T20:46:17.869Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
26122026-03-18T20:46:18.149Z Compiling libscf-sys v1.1.0
26132026-03-18T20:46:18.173Z Compiling ron v0.8.1
26142026-03-18T20:46:18.184Z Compiling hashbrown v0.13.2
26152026-03-18T20:46:18.383Z Compiling vergen-gitcl v1.0.8
26162026-03-18T20:46:18.664Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
26172026-03-18T20:46:18.751Z Compiling dirs-sys-next v0.1.2
26182026-03-18T20:46:18.992Z Compiling glob v0.3.3
26192026-03-18T20:46:19.046Z Compiling maplit v1.0.2
26202026-03-18T20:46:19.114Z Compiling crunchy v0.2.4
26212026-03-18T20:46:19.187Z Compiling crc-any v2.5.0
26222026-03-18T20:46:19.464Z Compiling diesel_derives v2.3.7
26232026-03-18T20:46:19.471Z Compiling clang-sys v1.8.1
26242026-03-18T20:46:19.672Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
26252026-03-18T20:46:19.766Z Compiling dirs-next v2.0.0
26262026-03-18T20:46:19.808Z Compiling object v0.30.4
26272026-03-18T20:46:19.999Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
26282026-03-18T20:46:20.040Z Compiling tabled_derive v0.11.0
26292026-03-18T20:46:20.300Z Compiling papergrid v0.17.0
26302026-03-18T20:46:20.529Z Compiling testing_table v0.3.0
26312026-03-18T20:46:20.691Z Compiling dsl_auto_type v0.2.0
26322026-03-18T20:46:20.869Z Compiling scheduled-thread-pool v0.2.7
26332026-03-18T20:46:20.940Z Compiling diesel_table_macro_syntax v0.3.0
26342026-03-18T20:46:21.079Z Compiling progenitor v0.10.0
26352026-03-18T20:46:21.121Z Compiling path-slash v0.1.5
26362026-03-18T20:46:21.223Z Compiling tiny-keccak v2.0.2
26372026-03-18T20:46:21.272Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
26382026-03-18T20:46:21.307Z Compiling r2d2 v0.8.10
26392026-03-18T20:46:21.431Z Compiling term v0.7.0
26402026-03-18T20:46:21.582Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
26412026-03-18T20:46:21.630Z Compiling arc-swap v1.8.2
26422026-03-18T20:46:21.684Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
26432026-03-18T20:46:21.720Z Compiling downcast-rs v2.0.2
26442026-03-18T20:46:21.892Z Compiling xshell-macros v0.2.7
26452026-03-18T20:46:21.977Z Compiling tabled v0.20.0
26462026-03-18T20:46:22.064Z Compiling bit-vec v0.6.3
26472026-03-18T20:46:22.141Z Compiling slog-scope v4.4.1
26482026-03-18T20:46:22.197Z Compiling ascii-canvas v3.0.0
26492026-03-18T20:46:22.387Z Compiling xshell v0.2.7
26502026-03-18T20:46:22.390Z Compiling bit-set v0.5.3
26512026-03-18T20:46:22.625Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
26522026-03-18T20:46:22.704Z Compiling itertools v0.10.5
26532026-03-18T20:46:22.871Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
26542026-03-18T20:46:23.253Z Compiling ena v0.14.4
26552026-03-18T20:46:23.438Z Compiling libloading v0.8.9
26562026-03-18T20:46:23.573Z Compiling bindgen v0.71.1
26572026-03-18T20:46:23.744Z Compiling unicase v2.9.0
26582026-03-18T20:46:23.940Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
26592026-03-18T20:46:24.046Z Compiling diff v0.1.13
26602026-03-18T20:46:24.141Z Compiling regex-syntax v0.6.29
26612026-03-18T20:46:24.396Z Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
26622026-03-18T20:46:25.945Z Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
26632026-03-18T20:46:26.293Z Compiling lalrpop v0.19.12
26642026-03-18T20:46:26.862Z Compiling slog-stdlog v4.1.1
26652026-03-18T20:46:27.431Z Compiling omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
26662026-03-18T20:46:27.693Z Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
26672026-03-18T20:46:28.088Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
26682026-03-18T20:46:28.452Z Compiling diesel v2.3.7
26692026-03-18T20:46:28.504Z Compiling cexpr v0.6.0
26702026-03-18T20:46:28.655Z Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
26712026-03-18T20:46:28.823Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
26722026-03-18T20:46:28.944Z Compiling crc8 v0.1.1
26732026-03-18T20:46:29.137Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
26742026-03-18T20:46:29.180Z Compiling slog-envlogger v2.2.0
26752026-03-18T20:46:29.402Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
26762026-03-18T20:46:29.769Z Compiling headers-core v0.3.0
26772026-03-18T20:46:29.991Z Compiling libxml v0.3.3
26782026-03-18T20:46:30.206Z Compiling headers v0.4.1
26792026-03-18T20:46:30.384Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
26802026-03-18T20:46:30.679Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
26812026-03-18T20:46:30.973Z Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
26822026-03-18T20:46:31.564Z Compiling strum_macros v0.24.3
26832026-03-18T20:46:32.002Z Compiling indoc v1.0.9
26842026-03-18T20:46:32.203Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
26852026-03-18T20:46:32.378Z Compiling derive_builder v0.20.2
26862026-03-18T20:46:32.493Z Compiling oso-derive v0.27.3
26872026-03-18T20:46:32.556Z Compiling quick-xml v0.37.5
26882026-03-18T20:46:32.597Z Compiling impl-trait-for-tuples v0.2.3
26892026-03-18T20:46:33.146Z Compiling half v1.8.3
26902026-03-18T20:46:33.274Z Compiling openssl-probe v0.1.6
26912026-03-18T20:46:33.403Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
26922026-03-18T20:46:33.528Z Compiling serde_cbor v0.11.2
26932026-03-18T20:46:33.644Z Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
26942026-03-18T20:46:33.720Z Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
26952026-03-18T20:46:34.344Z Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
26962026-03-18T20:46:34.412Z Compiling bb8 v0.8.6
26972026-03-18T20:46:34.494Z Compiling trait-variant v0.1.2
26982026-03-18T20:46:34.667Z Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
26992026-03-18T20:46:34.874Z Compiling tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
27002026-03-18T20:46:34.940Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
27012026-03-18T20:46:35.201Z Compiling scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=c78005db837a71f94c3b8efac9a64cfbdb2d527f#c78005db)
27022026-03-18T20:46:35.312Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
27032026-03-18T20:46:35.452Z Compiling fxhash v0.2.1
27042026-03-18T20:46:35.624Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
27052026-03-18T20:46:35.719Z Compiling kstat-rs v0.2.4
27062026-03-18T20:46:35.874Z Compiling samael v0.0.19
27072026-03-18T20:46:35.962Z Compiling libz-sys v1.1.24
27082026-03-18T20:46:36.076Z Compiling nonempty v0.12.0
27092026-03-18T20:46:36.108Z Compiling salty v0.3.0
27102026-03-18T20:46:36.331Z Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
27112026-03-18T20:46:36.564Z Compiling zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
27122026-03-18T20:46:36.612Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=b31ba90d14636ef6bba9dbb56d756efa249d4b4e#b31ba90d)
27132026-03-18T20:46:36.734Z Compiling progenitor-impl v0.11.2
27142026-03-18T20:46:36.836Z Compiling darling_core v0.23.0
27152026-03-18T20:46:37.096Z Compiling nanorand v0.7.0
27162026-03-18T20:46:37.514Z Compiling fs-err v2.11.0
27172026-03-18T20:46:37.552Z Compiling polar-core v0.27.3
27182026-03-18T20:46:37.812Z Compiling parking_lot_core v0.8.6
27192026-03-18T20:46:37.882Z Compiling mime_guess v2.0.5
27202026-03-18T20:46:38.377Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=b31ba90d14636ef6bba9dbb56d756efa249d4b4e#b31ba90d)
27212026-03-18T20:46:38.561Z Compiling flume v0.11.1
27222026-03-18T20:46:39.079Z Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
27232026-03-18T20:46:39.880Z Compiling progenitor-macro v0.11.2
27242026-03-18T20:46:40.003Z Compiling darling_macro v0.23.0
27252026-03-18T20:46:40.818Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27262026-03-18T20:46:41.591Z Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
27272026-03-18T20:46:41.669Z Compiling progenitor-client v0.11.2
27282026-03-18T20:46:42.338Z Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
27292026-03-18T20:46:43.174Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
27302026-03-18T20:46:43.692Z Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
27312026-03-18T20:46:44.702Z Compiling git-stub v1.0.0
27322026-03-18T20:46:45.053Z Compiling libgit2-sys v0.18.3+1.9.2
27332026-03-18T20:46:45.625Z Compiling instability v0.3.11
27342026-03-18T20:46:45.856Z Compiling progenitor v0.11.2
27352026-03-18T20:46:46.092Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
27362026-03-18T20:46:48.012Z Compiling git-stub-vcs v0.1.0
27372026-03-18T20:46:48.015Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27382026-03-18T20:46:48.505Z Compiling darling v0.23.0
27392026-03-18T20:46:48.679Z Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
27402026-03-18T20:46:51.102Z Compiling oso v0.27.3
27412026-03-18T20:46:52.022Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3)
27422026-03-18T20:46:52.172Z Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
27432026-03-18T20:46:52.465Z Compiling clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
27442026-03-18T20:46:53.488Z Compiling diesel-dtrace v0.5.0
27452026-03-18T20:46:53.672Z Compiling async-bb8-diesel v0.2.1
27462026-03-18T20:46:53.761Z Compiling ignore v0.4.25
27472026-03-18T20:46:54.236Z Compiling primeorder v0.13.6
27482026-03-18T20:46:54.655Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27492026-03-18T20:46:56.018Z Compiling castaway v0.2.4
27502026-03-18T20:46:56.217Z Compiling atty v0.2.14
27512026-03-18T20:46:56.337Z Compiling nibble_vec v0.1.0
27522026-03-18T20:46:56.393Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27532026-03-18T20:46:56.554Z Compiling indoc v2.0.7
27542026-03-18T20:46:56.586Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
27552026-03-18T20:46:56.688Z Compiling http-range v0.1.5
27562026-03-18T20:46:56.896Z Compiling parse-size v1.1.0
27572026-03-18T20:46:57.115Z Compiling endian-type v0.1.2
27582026-03-18T20:46:57.182Z Compiling tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
27592026-03-18T20:46:57.346Z Compiling radix_trie v0.2.1
27602026-03-18T20:46:57.379Z Compiling compact_str v0.8.1
27612026-03-18T20:46:57.942Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27622026-03-18T20:46:58.105Z Compiling globwalk v0.9.1
27632026-03-18T20:46:58.836Z Compiling p384 v0.13.1
27642026-03-18T20:46:59.480Z Compiling parking_lot v0.11.2
27652026-03-18T20:47:00.195Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27662026-03-18T20:47:00.651Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
27672026-03-18T20:47:00.784Z Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
27682026-03-18T20:47:00.850Z Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
27692026-03-18T20:47:01.223Z Compiling predicates-tree v1.0.13
27702026-03-18T20:47:01.256Z Compiling unicode-truncate v1.1.0
27712026-03-18T20:47:01.518Z Compiling lru v0.12.5
27722026-03-18T20:47:01.671Z Compiling prefix-trie v0.7.0
27732026-03-18T20:47:01.810Z Compiling vergen-git2 v1.0.7
27742026-03-18T20:47:01.865Z Compiling cassowary v0.3.0
27752026-03-18T20:47:02.000Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27762026-03-18T20:47:02.316Z Compiling ratatui v0.29.0
27772026-03-18T20:47:02.764Z Compiling hickory-server v0.25.2
27782026-03-18T20:47:03.258Z Compiling camino-tempfile-ext v0.3.3
27792026-03-18T20:47:03.664Z Compiling hyper-staticfile v0.10.1
27802026-03-18T20:47:03.826Z Compiling sled v0.34.7
27812026-03-18T20:47:04.917Z Compiling hickory-client v0.25.2
27822026-03-18T20:47:05.311Z Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
27832026-03-18T20:47:05.553Z Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
27842026-03-18T20:47:05.648Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27852026-03-18T20:47:06.120Z Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
27862026-03-18T20:47:06.217Z Compiling clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
27872026-03-18T20:47:06.666Z Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=b603c9f3dccefcf1d3e941c04505ff6bdd1826b6#b603c9f3)
27882026-03-18T20:47:07.350Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27892026-03-18T20:47:07.733Z Compiling rand_seeder v0.4.0
27902026-03-18T20:47:08.043Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f)
27912026-03-18T20:47:08.075Z Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27922026-03-18T20:47:08.354Z Compiling lzma-sys v0.1.20
27932026-03-18T20:47:08.645Z Compiling rustls v0.21.12
27942026-03-18T20:47:08.869Z Compiling corncobs v0.1.4
27952026-03-18T20:47:08.922Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
27962026-03-18T20:47:09.180Z Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27972026-03-18T20:47:09.377Z Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27982026-03-18T20:47:09.411Z Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
27992026-03-18T20:47:09.446Z Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
28002026-03-18T20:47:09.679Z Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
28012026-03-18T20:47:09.760Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
28022026-03-18T20:47:10.070Z Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
28032026-03-18T20:47:10.123Z Compiling sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
28042026-03-18T20:47:10.298Z Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
28052026-03-18T20:47:10.581Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#f20f786e)
28062026-03-18T20:47:12.901Z Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
28072026-03-18T20:47:14.147Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
28082026-03-18T20:47:14.251Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
28092026-03-18T20:47:14.432Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
28102026-03-18T20:47:14.528Z Compiling cargo_toml v0.22.3
28112026-03-18T20:47:14.716Z Compiling sct v0.7.1
28122026-03-18T20:47:15.167Z Compiling rustls-webpki v0.101.7
28132026-03-18T20:47:16.318Z Compiling nix v0.29.0
28142026-03-18T20:47:16.700Z Compiling git2 v0.20.4
28152026-03-18T20:47:16.843Z Compiling secrecy v0.8.0
28162026-03-18T20:47:17.084Z Compiling void v1.0.2
28172026-03-18T20:47:17.276Z Compiling lzss v0.8.2
28182026-03-18T20:47:17.535Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#f20f786e)
28192026-03-18T20:47:17.569Z Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
28202026-03-18T20:47:17.641Z Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
28212026-03-18T20:47:17.981Z Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#d83f56a6)
28222026-03-18T20:47:18.215Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
28232026-03-18T20:47:19.023Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
28242026-03-18T20:47:19.113Z Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
28252026-03-18T20:47:20.205Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
28262026-03-18T20:47:20.434Z Compiling tungstenite v0.23.0
28272026-03-18T20:47:20.528Z Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
28282026-03-18T20:47:20.698Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
28292026-03-18T20:47:20.817Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
28302026-03-18T20:47:20.981Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
28312026-03-18T20:47:21.107Z Compiling nix v0.27.1
28322026-03-18T20:47:21.178Z Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
28332026-03-18T20:47:21.266Z Compiling serde_bytes v0.11.19
28342026-03-18T20:47:21.593Z Compiling tokio-tungstenite v0.23.1
28352026-03-18T20:47:21.846Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
28362026-03-18T20:47:22.084Z Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
28372026-03-18T20:47:22.684Z Compiling tokio-rustls v0.24.1
28382026-03-18T20:47:23.130Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
28392026-03-18T20:47:23.587Z Compiling ron v0.12.0
28402026-03-18T20:47:24.030Z Compiling xz2 v0.1.7
28412026-03-18T20:47:24.123Z Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
28422026-03-18T20:47:25.047Z Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
28432026-03-18T20:47:25.852Z Compiling tufaceous v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
28442026-03-18T20:47:28.515Z Compiling lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
28452026-03-18T20:47:28.921Z Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
28462026-03-18T20:47:29.880Z Compiling nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
28472026-03-18T20:47:31.046Z Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
28482026-03-18T20:47:31.752Z Compiling nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
28492026-03-18T20:47:32.079Z Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
28502026-03-18T20:47:32.515Z Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
28512026-03-18T20:47:33.167Z Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
28522026-03-18T20:47:33.299Z Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
28532026-03-18T20:47:34.942Z Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
28542026-03-18T20:47:35.989Z Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
28552026-03-18T20:47:37.112Z Compiling rustls-pemfile v1.0.4
28562026-03-18T20:47:37.347Z Compiling clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
28572026-03-18T20:47:37.631Z Compiling bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
28582026-03-18T20:47:39.057Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
28592026-03-18T20:47:39.334Z Compiling ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
28602026-03-18T20:47:39.910Z Compiling signal-hook-tokio v0.3.1
28612026-03-18T20:47:40.070Z Compiling twox-hash v2.1.2
28622026-03-18T20:47:40.118Z Compiling yasna v0.5.2
28632026-03-18T20:47:40.148Z Compiling base16ct v1.0.0
28642026-03-18T20:47:40.358Z Compiling is_ci v1.2.0
28652026-03-18T20:47:40.763Z Compiling supports-color v3.0.2
28662026-03-18T20:47:40.799Z Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
28672026-03-18T20:47:40.861Z Compiling rcgen v0.12.1
28682026-03-18T20:47:41.039Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
28692026-03-18T20:47:41.115Z Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
28702026-03-18T20:47:42.040Z Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
28712026-03-18T20:47:42.073Z Compiling lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
28722026-03-18T20:47:42.265Z Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
28732026-03-18T20:47:44.786Z Compiling nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
28742026-03-18T20:47:46.097Z Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
28752026-03-18T20:47:46.451Z Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
28762026-03-18T20:47:46.674Z Compiling bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
28772026-03-18T20:47:48.535Z Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
28782026-03-18T20:47:48.649Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
28792026-03-18T20:47:48.828Z Compiling nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
28802026-03-18T20:47:48.964Z Compiling fatfs v0.3.6
28812026-03-18T20:47:49.113Z Compiling raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df)
28822026-03-18T20:47:50.552Z Compiling subprocess v0.2.15
28832026-03-18T20:47:51.381Z Compiling rtoolbox v0.0.3
28842026-03-18T20:47:51.733Z Compiling seq-macro v0.3.6
28852026-03-18T20:47:52.417Z Compiling assert_matches v1.5.0
28862026-03-18T20:47:52.562Z Compiling rpassword v7.4.0
28872026-03-18T20:47:52.910Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
28882026-03-18T20:47:53.505Z Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
28892026-03-18T20:47:54.189Z Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
28902026-03-18T20:47:54.675Z Compiling ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
28912026-03-18T20:47:54.845Z Compiling ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
28922026-03-18T20:47:55.536Z Compiling tui-tree-widget v0.23.1
28932026-03-18T20:47:55.893Z Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
28942026-03-18T20:47:57.509Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
28952026-03-18T20:47:57.847Z Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
28962026-03-18T20:47:58.182Z Compiling uzers v0.12.2
28972026-03-18T20:47:59.500Z Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
28982026-03-18T20:48:00.014Z Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
28992026-03-18T20:48:01.384Z Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
29002026-03-18T20:48:04.435Z Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
29012026-03-18T20:48:05.108Z Compiling support-bundle-viewer v0.1.2
29022026-03-18T20:48:07.488Z Compiling clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
29032026-03-18T20:48:08.361Z Compiling multimap v0.10.1
29042026-03-18T20:48:30.156Z Compiling nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
29052026-03-18T20:48:32.180Z Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
29062026-03-18T20:48:33.201Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
29072026-03-18T20:55:59.960Z Finished `release` profile [optimized] target(s) in 10m 20s
29082026-03-18T20:56:52.880Z
29092026-03-18T20:56:52.885Zreal 11:14.968648040
29102026-03-18T20:56:52.885Zuser 1:40:57.147214320
29112026-03-18T20:56:52.885Zsys 4:13.694559613
29122026-03-18T20:56:52.885Ztrap 2.267939116
29132026-03-18T20:56:52.886Ztflt 2.316319056
29142026-03-18T20:56:52.886Zdflt 16.976085461
29152026-03-18T20:56:52.886Zkflt 0.001051962
29162026-03-18T20:56:52.886Zlock 8:20:49.635805972
29172026-03-18T20:56:52.886Zslp 2:49:49.524061051
29182026-03-18T20:56:52.886Zlat 2:52.766361396
29192026-03-18T20:56:52.886Zstop 7:17.125268433
29202026-03-18T20:56:52.886Z+ mapfile -t packages
29212026-03-18T20:56:52.886Z++ cargo run --locked --release --bin omicron-package -- -t test list-outputs
29222026-03-18T20:56:54.179Z Finished `release` profile [optimized] target(s) in 1.28s
29232026-03-18T20:56:54.255Z Running `target/release/omicron-package -t test list-outputs`
29242026-03-18T20:56:54.321ZLogging to: /work/oxidecomputer/omicron/out/LOG
29252026-03-18T20:56:54.327Z+ ptime -m cargo build --locked --release -p xtask
29262026-03-18T20:56:55.096Z Compiling libc v0.2.180
29272026-03-18T20:56:55.096Z Compiling serde v1.0.228
29282026-03-18T20:56:55.101Z Compiling serde_core v1.0.228
29292026-03-18T20:56:55.236Z Compiling rustix v1.1.3
29302026-03-18T20:56:55.259Z Compiling serde_json v1.0.149
29312026-03-18T20:56:55.266Z Compiling bitflags v2.11.0
29322026-03-18T20:56:55.291Z Compiling num-traits v0.2.19
29332026-03-18T20:56:55.313Z Compiling syn v2.0.117
29342026-03-18T20:56:55.325Z Compiling hashbrown v0.16.1
29352026-03-18T20:56:55.329Z Compiling smallvec v1.15.1
29362026-03-18T20:56:55.372Z Compiling usdt-impl v0.5.0
29372026-03-18T20:56:55.402Z Compiling syn v1.0.109
29382026-03-18T20:56:55.407Z Compiling getrandom v0.4.1
29392026-03-18T20:56:55.429Z Compiling log v0.4.29
29402026-03-18T20:56:55.570Z Compiling percent-encoding v2.3.2
29412026-03-18T20:56:55.796Z Compiling form_urlencoded v1.2.2
29422026-03-18T20:56:55.934Z Compiling fs-err v3.3.0
29432026-03-18T20:56:55.954Z Compiling anyhow v1.0.102
29442026-03-18T20:56:55.960Z Compiling heck v0.4.1
29452026-03-18T20:56:56.005Z Compiling once_cell v1.21.3
29462026-03-18T20:56:56.138Z Compiling indexmap v2.13.0
29472026-03-18T20:56:56.277Z Compiling errno v0.3.14
29482026-03-18T20:56:56.283Z Compiling thread-id v4.2.2
29492026-03-18T20:56:56.283Z Compiling memmap v0.7.0
29502026-03-18T20:56:56.809Z Compiling ordered-float v2.10.1
29512026-03-18T20:56:57.484Z Compiling proc-macro-error v1.0.4
29522026-03-18T20:56:57.742Z Compiling terminal_size v0.4.3
29532026-03-18T20:56:57.751Z Compiling tempfile v3.25.0
29542026-03-18T20:56:57.805Z Compiling tabled_derive v0.7.0
29552026-03-18T20:56:57.864Z Compiling clap_builder v4.5.60
29562026-03-18T20:56:57.865Z Compiling textwrap v0.16.2
29572026-03-18T20:56:58.060Z Compiling camino-tempfile v1.4.1
29582026-03-18T20:56:58.710Z Compiling tabled v0.15.0
29592026-03-18T20:56:58.931Z Compiling synstructure v0.13.2
29602026-03-18T20:56:58.935Z Compiling pest_generator v2.8.6
29612026-03-18T20:56:59.459Z Compiling serde_derive v1.0.228
29622026-03-18T20:56:59.459Z Compiling zerofrom-derive v0.1.6
29632026-03-18T20:56:59.463Z Compiling yoke-derive v0.8.1
29642026-03-18T20:56:59.464Z Compiling zerovec-derive v0.11.2
29652026-03-18T20:56:59.464Z Compiling displaydoc v0.2.5
29662026-03-18T20:56:59.464Z Compiling thiserror-impl v1.0.69
29672026-03-18T20:56:59.464Z Compiling zerocopy-derive v0.7.35
29682026-03-18T20:56:59.464Z Compiling scroll_derive v0.12.1
29692026-03-18T20:56:59.464Z Compiling thiserror-impl v2.0.18
29702026-03-18T20:56:59.464Z Compiling clap_derive v4.5.55
29712026-03-18T20:56:59.630Z Compiling pest_derive v2.8.6
29722026-03-18T20:57:00.402Z Compiling scroll v0.12.0
29732026-03-18T20:57:00.562Z Compiling zerocopy v0.7.35
29742026-03-18T20:57:00.796Z Compiling goblin v0.8.2
29752026-03-18T20:57:00.925Z Compiling thiserror v1.0.69
29762026-03-18T20:57:01.058Z Compiling zerofrom v0.1.6
29772026-03-18T20:57:01.077Z Compiling dtrace-parser v0.2.0
29782026-03-18T20:57:01.188Z Compiling thiserror v2.0.18
29792026-03-18T20:57:01.255Z Compiling yoke v0.8.1
29802026-03-18T20:57:01.512Z Compiling zerovec v0.11.5
29812026-03-18T20:57:01.549Z Compiling zerotrie v0.2.3
29822026-03-18T20:57:01.743Z Compiling clap v4.5.60
29832026-03-18T20:57:02.326Z Compiling tinystr v0.8.2
29842026-03-18T20:57:02.629Z Compiling icu_locale_core v2.1.1
29852026-03-18T20:57:03.383Z Compiling potential_utf v0.1.4
29862026-03-18T20:57:03.645Z Compiling icu_collections v2.1.1
29872026-03-18T20:57:03.938Z Compiling icu_provider v2.1.1
29882026-03-18T20:57:04.101Z Compiling toml_datetime v0.6.11
29892026-03-18T20:57:04.145Z Compiling serde_spanned v0.6.9
29902026-03-18T20:57:04.238Z Compiling serde-value v0.7.0
29912026-03-18T20:57:04.366Z Compiling icu_properties v2.1.2
29922026-03-18T20:57:04.461Z Compiling icu_normalizer v2.1.1
29932026-03-18T20:57:04.509Z Compiling toml_edit v0.22.27
29942026-03-18T20:57:04.540Z Compiling dof v0.3.0
29952026-03-18T20:57:04.593Z Compiling cargo-platform v0.2.0
29962026-03-18T20:57:04.593Z Compiling macaddr v1.0.1
29972026-03-18T20:57:04.716Z Compiling serde_tokenstream v0.2.3
29982026-03-18T20:57:05.638Z Compiling idna_adapter v1.2.1
29992026-03-18T20:57:05.837Z Compiling idna v1.1.0
30002026-03-18T20:57:05.878Z Compiling usdt-attr-macro v0.5.0
30012026-03-18T20:57:05.926Z Compiling usdt-macro v0.5.0
30022026-03-18T20:57:06.268Z Compiling url v2.5.8
30032026-03-18T20:57:06.645Z Compiling toml v0.8.23
30042026-03-18T20:57:06.655Z Compiling usdt v0.5.0
30052026-03-18T20:57:07.243Z Compiling cargo-util-schemas v0.8.2
30062026-03-18T20:57:07.243Z Compiling cargo_toml v0.21.0
30072026-03-18T20:57:08.694Z Compiling cargo_metadata v0.21.0
30082026-03-18T20:57:12.848Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
30092026-03-18T20:57:19.020Z Finished `release` profile [optimized] target(s) in 22.58s
30102026-03-18T20:57:19.063Z
30112026-03-18T20:57:19.063Zreal 22.711638579
30122026-03-18T20:57:19.063Zuser 3:09.790029229
30132026-03-18T20:57:19.064Zsys 21.418709199
30142026-03-18T20:57:19.064Ztrap 0.086493492
30152026-03-18T20:57:19.064Ztflt 0.676460681
30162026-03-18T20:57:19.064Zdflt 1.761597472
30172026-03-18T20:57:19.064Zkflt 0.000058217
30182026-03-18T20:57:19.064Zlock 7:18.525529775
30192026-03-18T20:57:19.064Zslp 4:24.517810329
30202026-03-18T20:57:19.064Zlat 7.776158839
30212026-03-18T20:57:19.064Zstop 31.625213605
30222026-03-18T20:57:19.064Z+ export CARGO_PROFILE_DEV_DEBUG=line-tables-only
30232026-03-18T20:57:19.064Z+ CARGO_PROFILE_DEV_DEBUG=line-tables-only
30242026-03-18T20:57:19.064Z+ export CARGO_PROFILE_TEST_DEBUG=line-tables-only
30252026-03-18T20:57:19.064Z+ CARGO_PROFILE_TEST_DEBUG=line-tables-only
30262026-03-18T20:57:19.064Z+ ptime -m cargo build --locked -p end-to-end-tests --tests --bin bootstrap --message-format json-render-diagnostics
30272026-03-18T20:57:19.078Z Compiling regress v0.10.5
30282026-03-18T20:57:19.078Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
30292026-03-18T20:57:19.078Z Compiling serde_spanned v1.0.4
30302026-03-18T20:57:19.078Z Compiling toml_writer v1.0.6+spec-1.1.0
30312026-03-18T20:57:19.079Z Compiling newtype-uuid-macros v0.1.0
30322026-03-18T20:57:19.079Z Compiling structmeta-derive v0.3.0
30332026-03-18T20:57:19.079Z Compiling rustls v0.22.4
30342026-03-18T20:57:19.079Z Compiling rustls-webpki v0.102.8
30352026-03-18T20:57:19.079Z Compiling multer v3.1.0
30362026-03-18T20:57:19.079Z Compiling match_cfg v0.1.0
30372026-03-18T20:57:19.079Z Compiling debug-ignore v1.0.5
30382026-03-18T20:57:19.079Z Compiling progenitor-client v0.13.0
30392026-03-18T20:57:19.079Z Compiling slog-json v2.6.1
30402026-03-18T20:57:19.079Z Compiling async-stream-impl v0.3.6
30412026-03-18T20:57:19.079Z Compiling dropshot v0.16.7
30422026-03-18T20:57:19.079Z Compiling hostname v0.3.1
30432026-03-18T20:57:19.079Z Compiling itertools v0.14.0
30442026-03-18T20:57:19.079Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
30452026-03-18T20:57:19.079Z Compiling waitgroup v0.1.2
30462026-03-18T20:57:19.079Z Compiling slog-bunyan v2.5.0
30472026-03-18T20:57:19.079Z Compiling rustls-pemfile v2.2.0
30482026-03-18T20:57:19.088Z Compiling dropshot_endpoint v0.16.7
30492026-03-18T20:57:19.157Z Compiling hostname v0.4.2
30502026-03-18T20:57:19.160Z Compiling serde_path_to_error v0.1.20
30512026-03-18T20:57:19.160Z Compiling macaddr v1.0.1
30522026-03-18T20:57:19.258Z Compiling toml v0.9.12+spec-1.1.0
30532026-03-18T20:57:19.312Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
30542026-03-18T20:57:19.366Z Compiling progenitor-client v0.10.0
30552026-03-18T20:57:19.369Z Compiling instant v0.1.13
30562026-03-18T20:57:19.423Z Compiling backon v1.6.0
30572026-03-18T20:57:19.501Z Compiling backoff v0.4.0
30582026-03-18T20:57:19.532Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
30592026-03-18T20:57:19.599Z Compiling async-stream v0.3.6
30602026-03-18T20:57:19.642Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
30612026-03-18T20:57:19.703Z Compiling progenitor-extras v0.1.1
30622026-03-18T20:57:19.731Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
30632026-03-18T20:57:19.735Z Compiling unsafe-libyaml v0.2.11
30642026-03-18T20:57:19.784Z Compiling crucible-workspace-hack v0.1.0
30652026-03-18T20:57:19.812Z Compiling toml_edit v0.23.10+spec-1.0.0
30662026-03-18T20:57:19.815Z Compiling secrecy v0.10.3
30672026-03-18T20:57:19.867Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
30682026-03-18T20:57:19.900Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
30692026-03-18T20:57:20.046Z Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
30702026-03-18T20:57:20.099Z Compiling heapless v0.8.0
30712026-03-18T20:57:20.099Z Compiling hash32 v0.3.1
30722026-03-18T20:57:20.102Z Compiling smoltcp v0.11.0
30732026-03-18T20:57:20.236Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
30742026-03-18T20:57:20.317Z Compiling toml v0.8.23
30752026-03-18T20:57:20.343Z Compiling structmeta v0.3.0
30762026-03-18T20:57:20.367Z Compiling tabwriter v1.4.1
30772026-03-18T20:57:20.401Z Compiling cobs v0.3.0
30782026-03-18T20:57:20.530Z Compiling serde_yaml v0.9.34+deprecated
30792026-03-18T20:57:20.575Z Compiling proc-macro-crate v3.4.0
30802026-03-18T20:57:20.612Z Compiling ingot-macros v0.1.1
30812026-03-18T20:57:20.663Z Compiling derive-ex v0.1.8
30822026-03-18T20:57:20.692Z Compiling parse-display-derive v0.10.0
30832026-03-18T20:57:20.717Z Compiling foreign-types-macros v0.2.3
30842026-03-18T20:57:20.721Z Compiling foreign-types-shared v0.3.1
30852026-03-18T20:57:20.819Z Compiling cpufeatures v0.3.0
30862026-03-18T20:57:20.891Z Compiling convert_case v0.4.0
30872026-03-18T20:57:20.948Z Compiling chacha20 v0.10.0
30882026-03-18T20:57:20.998Z Compiling postcard v1.1.3
30892026-03-18T20:57:21.321Z Compiling proc-macro-crate v1.3.1
30902026-03-18T20:57:21.401Z Compiling num_enum_derive v0.7.5
30912026-03-18T20:57:21.401Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
30922026-03-18T20:57:21.455Z Compiling derive_more v0.99.20
30932026-03-18T20:57:21.458Z Compiling universal-hash v0.5.1
30942026-03-18T20:57:21.458Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
30952026-03-18T20:57:21.534Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
30962026-03-18T20:57:21.568Z Compiling foreign-types v0.5.0
30972026-03-18T20:57:21.615Z Compiling cstr-argument v0.1.2
30982026-03-18T20:57:21.660Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8)
30992026-03-18T20:57:21.700Z Compiling opaque-debug v0.3.1
31002026-03-18T20:57:21.814Z Compiling colored v3.1.1
31012026-03-18T20:57:21.866Z Compiling tokio-rustls v0.25.0
31022026-03-18T20:57:21.909Z Compiling num_enum_derive v0.5.11
31032026-03-18T20:57:21.938Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
31042026-03-18T20:57:21.988Z Compiling rand v0.10.0
31052026-03-18T20:57:22.015Z Compiling typify-impl v0.6.1
31062026-03-18T20:57:22.039Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
31072026-03-18T20:57:22.230Z Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
31082026-03-18T20:57:22.336Z Compiling half v2.7.1
31092026-03-18T20:57:22.340Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
31102026-03-18T20:57:22.698Z Compiling ciborium-io v0.2.2
31112026-03-18T20:57:22.779Z Compiling camino-tempfile v1.4.1
31122026-03-18T20:57:22.805Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
31132026-03-18T20:57:22.860Z Compiling ciborium-ll v0.2.2
31142026-03-18T20:57:22.950Z Compiling num_enum v0.7.5
31152026-03-18T20:57:23.001Z Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
31162026-03-18T20:57:23.077Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
31172026-03-18T20:57:23.144Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
31182026-03-18T20:57:23.171Z Compiling ciborium v0.2.2
31192026-03-18T20:57:23.174Z Compiling test-strategy v0.4.5
31202026-03-18T20:57:23.174Z Compiling parse-display v0.10.0
31212026-03-18T20:57:23.247Z Compiling smf v0.2.3
31222026-03-18T20:57:23.302Z Compiling aead v0.5.2
31232026-03-18T20:57:23.305Z Compiling num-derive v0.4.2
31242026-03-18T20:57:23.360Z Compiling sigpipe v0.1.3
31252026-03-18T20:57:23.439Z Compiling glob v0.3.3
31262026-03-18T20:57:23.464Z Compiling num_enum v0.5.11
31272026-03-18T20:57:23.502Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
31282026-03-18T20:57:23.591Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
31292026-03-18T20:57:23.645Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
31302026-03-18T20:57:23.669Z Compiling poly1305 v0.8.0
31312026-03-18T20:57:23.801Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
31322026-03-18T20:57:23.994Z Compiling chacha20 v0.9.1
31332026-03-18T20:57:24.022Z Compiling whoami v1.6.1
31342026-03-18T20:57:24.051Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
31352026-03-18T20:57:24.054Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
31362026-03-18T20:57:24.104Z Compiling thiserror-impl-no-std v2.0.2
31372026-03-18T20:57:24.229Z Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
31382026-03-18T20:57:24.313Z Compiling num-rational v0.4.2
31392026-03-18T20:57:24.368Z Compiling password-hash v0.5.0
31402026-03-18T20:57:24.455Z Compiling blake2 v0.10.6
31412026-03-18T20:57:24.549Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
31422026-03-18T20:57:24.651Z Compiling num-complex v0.4.6
31432026-03-18T20:57:24.679Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
31442026-03-18T20:57:24.705Z Compiling ingot-types v0.1.2
31452026-03-18T20:57:24.705Z Compiling indent_write v2.2.0
31462026-03-18T20:57:24.758Z Compiling prettyplease v0.2.37
31472026-03-18T20:57:24.939Z Compiling argon2 v0.5.3
31482026-03-18T20:57:24.963Z Compiling chacha20poly1305 v0.10.1
31492026-03-18T20:57:25.083Z Compiling float-ord v0.3.2
31502026-03-18T20:57:25.186Z Compiling num v0.4.3
31512026-03-18T20:57:25.239Z Compiling ingot v0.1.1
31522026-03-18T20:57:25.239Z Compiling gethostname v0.5.0
31532026-03-18T20:57:25.291Z Compiling usdt-attr-macro v0.5.0
31542026-03-18T20:57:25.295Z Compiling usdt-macro v0.5.0
31552026-03-18T20:57:25.295Z Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
31562026-03-18T20:57:25.372Z Compiling derive-where v1.6.0
31572026-03-18T20:57:25.376Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
31582026-03-18T20:57:25.376Z Compiling memmap v0.7.0
31592026-03-18T20:57:25.455Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
31602026-03-18T20:57:25.548Z Compiling typify-impl v0.4.3
31612026-03-18T20:57:25.695Z Compiling atomicwrites v0.4.4
31622026-03-18T20:57:25.823Z Compiling thiserror-no-std v2.0.2
31632026-03-18T20:57:25.851Z Compiling owo-colors v4.3.0
31642026-03-18T20:57:25.972Z Compiling vsss-rs v3.3.4
31652026-03-18T20:57:25.975Z Compiling cancel-safe-futures v0.1.5
31662026-03-18T20:57:26.232Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
31672026-03-18T20:57:26.328Z Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
31682026-03-18T20:57:26.379Z Compiling libsw-core v0.3.2
31692026-03-18T20:57:26.430Z Compiling async-recursion v1.1.1
31702026-03-18T20:57:26.434Z Compiling usdt v0.5.0
31712026-03-18T20:57:26.516Z Compiling resolv-conf v0.7.6
31722026-03-18T20:57:26.636Z Compiling libsw v3.5.0
31732026-03-18T20:57:26.879Z Compiling linear-map v1.2.0
31742026-03-18T20:57:26.904Z Compiling libefi-sys v0.1.0
31752026-03-18T20:57:26.930Z Compiling newline-converter v0.3.0
31762026-03-18T20:57:27.025Z Compiling hickory-proto v0.24.4
31772026-03-18T20:57:27.178Z Compiling console v0.15.11
31782026-03-18T20:57:27.207Z Compiling bitfield-struct v0.6.2
31792026-03-18T20:57:27.275Z Compiling linked-hash-map v0.5.6
31802026-03-18T20:57:27.305Z Compiling semver v0.1.20
31812026-03-18T20:57:27.335Z Compiling pin-project-internal v1.1.11
31822026-03-18T20:57:27.388Z Compiling slog-dtrace v0.3.0
31832026-03-18T20:57:27.439Z Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
31842026-03-18T20:57:27.562Z Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
31852026-03-18T20:57:27.587Z Compiling rustc_version v0.1.7
31862026-03-18T20:57:27.626Z Compiling lru-cache v0.1.2
31872026-03-18T20:57:27.653Z Compiling minimal-lexical v0.2.1
31882026-03-18T20:57:27.681Z Compiling expectorate v1.2.0
31892026-03-18T20:57:27.811Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
31902026-03-18T20:57:27.837Z Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
31912026-03-18T20:57:27.923Z Compiling tokio-dtrace v0.1.1
31922026-03-18T20:57:27.946Z Compiling newtype_derive v0.1.6
31932026-03-18T20:57:28.033Z Compiling nom v7.1.3
31942026-03-18T20:57:28.037Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
31952026-03-18T20:57:28.086Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
31962026-03-18T20:57:28.144Z Compiling dropshot-api-manager-types v0.6.0
31972026-03-18T20:57:28.168Z Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
31982026-03-18T20:57:28.248Z Compiling phf_shared v0.12.1
31992026-03-18T20:57:28.304Z Compiling pem v3.0.6
32002026-03-18T20:57:28.412Z Compiling snafu-derive v0.8.9
32012026-03-18T20:57:28.531Z Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
32022026-03-18T20:57:28.621Z Compiling csv-core v0.1.13
32032026-03-18T20:57:28.624Z Compiling chrono-tz v0.10.4
32042026-03-18T20:57:28.767Z Compiling typify-macro v0.6.1
32052026-03-18T20:57:28.798Z Compiling highway v1.3.0
32062026-03-18T20:57:28.827Z Compiling same-file v1.0.6
32072026-03-18T20:57:28.920Z Compiling xshell-macros v0.2.7
32082026-03-18T20:57:29.002Z Compiling walkdir v2.5.0
32092026-03-18T20:57:29.087Z Compiling pin-project v1.1.11
32102026-03-18T20:57:29.148Z Compiling csv v1.4.0
32112026-03-18T20:57:29.250Z Compiling const_format_proc_macros v0.2.34
32122026-03-18T20:57:29.351Z Compiling phf v0.12.1
32132026-03-18T20:57:29.475Z Compiling oxide-tokio-rt v0.1.3
32142026-03-18T20:57:29.652Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
32152026-03-18T20:57:29.656Z Compiling xshell v0.2.7
32162026-03-18T20:57:29.717Z Compiling gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
32172026-03-18T20:57:29.843Z Compiling globset v0.4.18
32182026-03-18T20:57:29.886Z Compiling olpc-cjson v0.1.4
32192026-03-18T20:57:29.926Z Compiling primeorder v0.13.6
32202026-03-18T20:57:29.989Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
32212026-03-18T20:57:30.041Z Compiling hickory-resolver v0.24.4
32222026-03-18T20:57:30.092Z Compiling rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=b603c9f3dccefcf1d3e941c04505ff6bdd1826b6#b603c9f3)
32232026-03-18T20:57:30.142Z Compiling serde_plain v1.0.2
32242026-03-18T20:57:30.259Z Compiling typed-path v0.9.3
32252026-03-18T20:57:30.313Z Compiling base64 v0.21.7
32262026-03-18T20:57:30.417Z Compiling const_format v0.2.35
32272026-03-18T20:57:30.442Z Compiling cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
32282026-03-18T20:57:30.789Z Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
32292026-03-18T20:57:30.844Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
32302026-03-18T20:57:30.868Z Compiling tabled_derive v0.7.0
32312026-03-18T20:57:30.891Z Compiling bcs v0.1.6
32322026-03-18T20:57:31.228Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
32332026-03-18T20:57:31.278Z Compiling snafu v0.8.9
32342026-03-18T20:57:31.332Z Compiling typify v0.6.1
32352026-03-18T20:57:31.363Z Compiling salty v0.3.0
32362026-03-18T20:57:31.503Z Compiling progenitor-impl v0.13.0
32372026-03-18T20:57:31.611Z Compiling qorb v0.4.1
32382026-03-18T20:57:31.642Z Compiling radium v0.7.0
32392026-03-18T20:57:31.697Z Compiling tough v0.20.0
32402026-03-18T20:57:31.726Z Compiling termtree v0.5.1
32412026-03-18T20:57:31.801Z Compiling textwrap v0.16.2
32422026-03-18T20:57:32.002Z Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
32432026-03-18T20:57:32.028Z Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
32442026-03-18T20:57:32.127Z Compiling steno v0.4.1
32452026-03-18T20:57:32.256Z Compiling typify-macro v0.4.3
32462026-03-18T20:57:32.280Z Compiling tabled v0.15.0
32472026-03-18T20:57:32.334Z Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
32482026-03-18T20:57:32.361Z Compiling humantime v2.3.0
32492026-03-18T20:57:32.526Z Compiling utf-8 v0.7.6
32502026-03-18T20:57:32.555Z Compiling tap v1.0.1
32512026-03-18T20:57:32.585Z Compiling maybe-uninit v2.0.0
32522026-03-18T20:57:32.747Z Compiling tungstenite v0.21.0
32532026-03-18T20:57:32.791Z Compiling wyz v0.5.1
32542026-03-18T20:57:32.804Z Compiling p384 v0.13.1
32552026-03-18T20:57:32.948Z Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
32562026-03-18T20:57:33.088Z Compiling oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
32572026-03-18T20:57:33.302Z Compiling internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
32582026-03-18T20:57:33.398Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
32592026-03-18T20:57:33.632Z Compiling clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
32602026-03-18T20:57:33.879Z Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
32612026-03-18T20:57:34.041Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
32622026-03-18T20:57:34.069Z Compiling arc-swap v1.8.2
32632026-03-18T20:57:34.495Z Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
32642026-03-18T20:57:34.521Z Compiling tagptr v0.2.0
32652026-03-18T20:57:34.582Z Compiling packed_struct v0.10.1
32662026-03-18T20:57:34.725Z Compiling typify v0.4.3
32672026-03-18T20:57:34.758Z Compiling funty v2.0.0
32682026-03-18T20:57:34.846Z Compiling moka v0.12.13
32692026-03-18T20:57:34.899Z Compiling progenitor-impl v0.10.0
32702026-03-18T20:57:34.983Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
32712026-03-18T20:57:35.415Z Compiling progenitor-macro v0.13.0
32722026-03-18T20:57:35.602Z Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
32732026-03-18T20:57:35.701Z Compiling bitvec v1.0.1
32742026-03-18T20:57:35.726Z Compiling slog-scope v4.4.1
32752026-03-18T20:57:35.925Z Compiling tokio-tungstenite v0.21.0
32762026-03-18T20:57:35.954Z Compiling polyval v0.6.2
32772026-03-18T20:57:35.985Z Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
32782026-03-18T20:57:35.989Z Compiling packed_struct_codegen v0.10.1
32792026-03-18T20:57:36.051Z Compiling zerocopy-derive v0.6.6
32802026-03-18T20:57:36.097Z Compiling bitfield-macros v0.19.4
32812026-03-18T20:57:36.292Z Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
32822026-03-18T20:57:36.385Z Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
32832026-03-18T20:57:36.410Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
32842026-03-18T20:57:36.457Z Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
32852026-03-18T20:57:37.108Z Compiling proc-macro-error-attr2 v2.0.0
32862026-03-18T20:57:37.108Z Compiling indexmap v1.9.3
32872026-03-18T20:57:37.283Z Compiling nodrop v0.1.14
32882026-03-18T20:57:37.415Z Compiling crc-catalog v2.4.0
32892026-03-18T20:57:37.447Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
32902026-03-18T20:57:37.473Z Compiling parking_lot_core v0.8.6
32912026-03-18T20:57:37.587Z Compiling crc v3.4.0
32922026-03-18T20:57:37.653Z Compiling array-init v0.0.4
32932026-03-18T20:57:37.707Z Compiling proc-macro-error2 v2.0.1
32942026-03-18T20:57:37.780Z Compiling zerocopy v0.6.6
32952026-03-18T20:57:37.784Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
32962026-03-18T20:57:37.841Z Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
32972026-03-18T20:57:37.937Z Compiling bitfield v0.19.4
32982026-03-18T20:57:38.185Z Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
32992026-03-18T20:57:38.238Z Compiling ghash v0.5.1
33002026-03-18T20:57:38.322Z Compiling slog-stdlog v4.1.1
33012026-03-18T20:57:38.401Z Compiling smallvec v0.6.14
33022026-03-18T20:57:38.450Z Compiling hickory-resolver v0.25.2
33032026-03-18T20:57:38.527Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
33042026-03-18T20:57:38.648Z Compiling git-stub v1.0.0
33052026-03-18T20:57:38.674Z Compiling ctr v0.9.2
33062026-03-18T20:57:38.715Z Compiling progenitor-macro v0.10.0
33072026-03-18T20:57:38.741Z Compiling num-derive v0.3.3
33082026-03-18T20:57:38.770Z Compiling lzma-sys v0.1.20
33092026-03-18T20:57:38.879Z Compiling zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
33102026-03-18T20:57:38.916Z Compiling unicase v2.9.0
33112026-03-18T20:57:38.976Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
33122026-03-18T20:57:39.027Z Compiling hashbrown v0.12.3
33132026-03-18T20:57:39.052Z Compiling aes-gcm v0.10.3
33142026-03-18T20:57:39.224Z Compiling mime_guess v2.0.5
33152026-03-18T20:57:39.301Z Compiling git-stub-vcs v0.1.0
33162026-03-18T20:57:39.326Z Compiling serde-hex v0.1.0
33172026-03-18T20:57:39.398Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
33182026-03-18T20:57:39.458Z Compiling slog-envlogger v2.2.0
33192026-03-18T20:57:39.664Z Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
33202026-03-18T20:57:39.837Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
33212026-03-18T20:57:39.889Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
33222026-03-18T20:57:39.997Z Compiling libscf-sys v1.1.0
33232026-03-18T20:57:40.001Z Compiling tabled_derive v0.11.0
33242026-03-18T20:57:40.222Z Compiling progenitor-impl v0.11.2
33252026-03-18T20:57:40.250Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
33262026-03-18T20:57:40.296Z Compiling ron v0.8.1
33272026-03-18T20:57:40.414Z Compiling papergrid v0.17.0
33282026-03-18T20:57:40.485Z Compiling cargo_toml v0.22.3
33292026-03-18T20:57:41.005Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
33302026-03-18T20:57:41.144Z Compiling hashbrown v0.13.2
33312026-03-18T20:57:41.529Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
33322026-03-18T20:57:41.674Z Compiling testing_table v0.3.0
33332026-03-18T20:57:41.723Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f)
33342026-03-18T20:57:41.754Z Compiling blowfish v0.9.1
33352026-03-18T20:57:41.808Z Compiling ssh-encoding v0.2.0
33362026-03-18T20:57:41.859Z Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
33372026-03-18T20:57:41.922Z Compiling nibble_vec v0.1.0
33382026-03-18T20:57:42.031Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
33392026-03-18T20:57:42.135Z Compiling endian-type v0.1.2
33402026-03-18T20:57:42.189Z Compiling crc-any v2.5.0
33412026-03-18T20:57:42.226Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
33422026-03-18T20:57:42.324Z Compiling corncobs v0.1.4
33432026-03-18T20:57:42.364Z Compiling radix_trie v0.2.1
33442026-03-18T20:57:42.479Z Compiling ssh-cipher v0.2.0
33452026-03-18T20:57:42.583Z Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
33462026-03-18T20:57:42.613Z Compiling bcrypt-pbkdf v0.10.0
33472026-03-18T20:57:42.676Z Compiling tabled v0.20.0
33482026-03-18T20:57:42.741Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
33492026-03-18T20:57:42.818Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
33502026-03-18T20:57:42.846Z Compiling progenitor v0.13.0
33512026-03-18T20:57:42.895Z Compiling object v0.30.4
33522026-03-18T20:57:42.935Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
33532026-03-18T20:57:43.073Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=b603c9f3dccefcf1d3e941c04505ff6bdd1826b6#b603c9f3)
33542026-03-18T20:57:43.133Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
33552026-03-18T20:57:43.178Z Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
33562026-03-18T20:57:43.358Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
33572026-03-18T20:57:43.401Z Compiling parking_lot v0.11.2
33582026-03-18T20:57:43.969Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
33592026-03-18T20:57:44.054Z Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
33602026-03-18T20:57:44.103Z Compiling progenitor-macro v0.11.2
33612026-03-18T20:57:44.263Z Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
33622026-03-18T20:57:44.506Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
33632026-03-18T20:57:44.671Z Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#d83f56a6)
33642026-03-18T20:57:44.837Z Compiling progenitor-client v0.11.2
33652026-03-18T20:57:44.987Z Compiling prefix-trie v0.7.0
33662026-03-18T20:57:45.119Z Compiling password-hash v0.4.2
33672026-03-18T20:57:45.145Z Compiling fxhash v0.2.1
33682026-03-18T20:57:45.308Z Compiling secrecy v0.8.0
33692026-03-18T20:57:45.366Z Compiling half v1.8.3
33702026-03-18T20:57:45.533Z Compiling path-slash v0.1.5
33712026-03-18T20:57:45.555Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
33722026-03-18T20:57:45.679Z Compiling http-range v0.1.5
33732026-03-18T20:57:45.738Z Compiling serde_cbor v0.11.2
33742026-03-18T20:57:45.961Z Compiling pbkdf2 v0.11.0
33752026-03-18T20:57:45.991Z Compiling hickory-server v0.25.2
33762026-03-18T20:57:46.016Z Compiling sled v0.34.7
33772026-03-18T20:57:46.171Z Compiling progenitor v0.10.0
33782026-03-18T20:57:46.232Z Compiling ron v0.12.0
33792026-03-18T20:57:46.273Z Compiling xz2 v0.1.7
33802026-03-18T20:57:46.401Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
33812026-03-18T20:57:46.603Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
33822026-03-18T20:57:46.627Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
33832026-03-18T20:57:47.269Z Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
33842026-03-18T20:57:47.303Z Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
33852026-03-18T20:57:47.793Z Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=b603c9f3dccefcf1d3e941c04505ff6bdd1826b6#b603c9f3)
33862026-03-18T20:57:47.968Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
33872026-03-18T20:57:48.386Z Compiling ssh-key v0.6.7
33882026-03-18T20:57:48.608Z Compiling nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
33892026-03-18T20:57:48.822Z Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
33902026-03-18T20:57:48.846Z Compiling hickory-client v0.25.2
33912026-03-18T20:57:49.183Z Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
33922026-03-18T20:57:49.357Z Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
33932026-03-18T20:57:49.425Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
33942026-03-18T20:57:49.580Z Compiling p521 v0.13.3
33952026-03-18T20:57:50.181Z Compiling p256 v0.13.2
33962026-03-18T20:57:50.213Z Compiling yasna v0.5.2
33972026-03-18T20:57:50.355Z Compiling kstat-rs v0.2.4
33982026-03-18T20:57:50.417Z Compiling headers-core v0.3.0
33992026-03-18T20:57:50.448Z Compiling nanorand v0.7.0
34002026-03-18T20:57:50.596Z Compiling russh-cryptovec v0.7.3
34012026-03-18T20:57:50.623Z Compiling atty v0.2.14
34022026-03-18T20:57:50.704Z Compiling home v0.5.12
34032026-03-18T20:57:50.742Z Compiling base16ct v1.0.0
34042026-03-18T20:57:50.795Z Compiling crc8 v0.1.1
34052026-03-18T20:57:50.823Z Compiling md5 v0.7.0
34062026-03-18T20:57:50.855Z Compiling rcgen v0.12.1
34072026-03-18T20:57:50.859Z Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
34082026-03-18T20:57:50.912Z Compiling flume v0.11.1
34092026-03-18T20:57:50.912Z Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
34102026-03-18T20:57:50.965Z Compiling headers v0.4.1
34112026-03-18T20:57:51.023Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
34122026-03-18T20:57:51.206Z Compiling russh-keys v0.45.0
34132026-03-18T20:57:51.233Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
34142026-03-18T20:57:51.377Z Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
34152026-03-18T20:57:51.417Z Compiling progenitor v0.11.2
34162026-03-18T20:57:51.473Z Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
34172026-03-18T20:57:51.649Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
34182026-03-18T20:57:51.684Z Compiling hyper-staticfile v0.10.1
34192026-03-18T20:57:51.929Z Compiling bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
34202026-03-18T20:57:52.065Z Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
34212026-03-18T20:57:52.108Z Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
34222026-03-18T20:57:52.421Z Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
34232026-03-18T20:57:52.448Z Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
34242026-03-18T20:57:52.484Z Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
34252026-03-18T20:57:52.946Z Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
34262026-03-18T20:57:53.099Z Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
34272026-03-18T20:57:53.126Z Compiling tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
34282026-03-18T20:57:53.227Z Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
34292026-03-18T20:57:53.430Z Compiling num-bigint v0.4.6
34302026-03-18T20:57:53.481Z Compiling des v0.8.1
34312026-03-18T20:57:53.533Z Compiling subprocess v0.2.15
34322026-03-18T20:57:53.690Z Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
34332026-03-18T20:57:53.782Z Compiling hex-literal v0.4.1
34342026-03-18T20:57:53.963Z Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
34352026-03-18T20:57:54.103Z Compiling display-error-chain v0.2.2
34362026-03-18T20:57:54.199Z Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
34372026-03-18T20:57:54.281Z Compiling dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
34382026-03-18T20:57:54.323Z Compiling colored v2.2.0
34392026-03-18T20:57:54.402Z Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
34402026-03-18T20:57:54.600Z Compiling socket2 v0.5.10
34412026-03-18T20:57:54.749Z Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
34422026-03-18T20:57:54.852Z Compiling internet-checksum v0.2.1
34432026-03-18T20:57:55.101Z Compiling russh v0.45.0
34442026-03-18T20:58:01.829Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
34452026-03-18T20:58:12.030Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
34462026-03-18T20:58:12.030Z Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
34472026-03-18T20:58:12.034Z Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
34482026-03-18T20:58:12.034Z Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
34492026-03-18T20:58:14.229Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
34502026-03-18T20:58:14.531Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
34512026-03-18T20:58:20.356Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
34522026-03-18T20:58:50.139Z Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
34532026-03-18T20:59:14.317Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 57s
34542026-03-18T20:59:14.598Z
34552026-03-18T20:59:14.601Zreal 1:57.420811901
34562026-03-18T20:59:14.601Zuser 11:36.776187702
34572026-03-18T20:59:14.601Zsys 2:05.611971111
34582026-03-18T20:59:14.601Ztrap 0.358013680
34592026-03-18T20:59:14.601Ztflt 0.476503605
34602026-03-18T20:59:14.602Zdflt 1.736587989
34612026-03-18T20:59:14.602Zkflt 0.000273102
34622026-03-18T20:59:14.602Zlock 40:31.779804061
34632026-03-18T20:59:14.602Zslp 26:12.748100685
34642026-03-18T20:59:14.602Zlat 47.915762199
34652026-03-18T20:59:14.602Zstop 4:02.493204485
34662026-03-18T20:59:14.602Z+ mkdir tests
34672026-03-18T20:59:14.605Z+ /opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json
34682026-03-18T20:59:14.605Z+ xargs -I '{}' -t cp '{}' tests/
34692026-03-18T20:59:14.641Zcp /work/oxidecomputer/omicron/target/debug/deps/dhcp_server-58b78f45b9570bbf tests/
34702026-03-18T20:59:14.673Zcp /work/oxidecomputer/omicron/target/debug/deps/bootstrap-e6f8ef4052bfb0c2 tests/
34712026-03-18T20:59:14.704Zcp /work/oxidecomputer/omicron/target/debug/deps/commtest-24d786529c44a77c tests/
34722026-03-18T20:59:14.736Zcp /work/oxidecomputer/omicron/target/debug/deps/end_to_end_tests-a99e61b3cc7d9b0e tests/
34732026-03-18T20:59:15.087Z+ 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/*)
34742026-03-18T20:59:15.101Z+ 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-e6f8ef4052bfb0c2 tests/commtest-24d786529c44a77c tests/dhcp_server-58b78f45b9570bbf tests/end_to_end_tests-a99e61b3cc7d9b0e 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
34752026-03-18T21:00:55.533ZCompressing '/work/package.tar.gz' with '/usr/bin/gzip'...
34762026-03-18T21:00:55.533Za .github/buildomat/ci-env.sh 1K
34772026-03-18T21:00:55.533Za out/target/test 1K
34782026-03-18T21:00:55.533Za out/npuzone/npuzone 27402K
34792026-03-18T21:00:55.533Za package-manifest.toml 35K
34802026-03-18T21:00:55.533Za smf/sled-agent/non-gimlet/config.toml 6K
34812026-03-18T21:00:55.533Za target/release/omicron-package 40561K
34822026-03-18T21:00:55.533Za target/release/xtask 11433K
34832026-03-18T21:00:55.533Za target/debug/bootstrap 335395K
34842026-03-18T21:00:55.533Za tests/bootstrap-e6f8ef4052bfb0c2 31310K
34852026-03-18T21:00:55.533Za tests/commtest-24d786529c44a77c 32395K
34862026-03-18T21:00:55.533Za tests/dhcp_server-58b78f45b9570bbf 31310K
34872026-03-18T21:00:55.533Za tests/end_to_end_tests-a99e61b3cc7d9b0e 377690K
34882026-03-18T21:00:55.533Za out/clickhouse.tar.gz 301709K
34892026-03-18T21:00:55.533Za out/clickhouse_keeper.tar.gz 287173K
34902026-03-18T21:00:55.533Za out/clickhouse_server.tar.gz 301708K
34912026-03-18T21:00:55.533Za out/cockroachdb.tar.gz 156534K
34922026-03-18T21:00:55.534Za out/crucible-pantry-zone.tar.gz 38990K
34932026-03-18T21:00:55.534Za out/crucible-utils.tar 17744K
34942026-03-18T21:00:55.534Za out/crucible-zone.tar.gz 53128K
34952026-03-18T21:00:55.534Za out/external-dns.tar.gz 43604K
34962026-03-18T21:00:55.534Za out/internal-dns.tar.gz 43604K
34972026-03-18T21:00:55.534Za out/mg-ddm-gz.tar 78377K
34982026-03-18T21:00:55.534Za out/nexus.tar.gz 209042K
34992026-03-18T21:00:55.534Za out/ntp.tar.gz 25418K
35002026-03-18T21:00:55.534Za out/omicron-gateway-softnpu.tar.gz 28226K
35012026-03-18T21:00:55.534Za out/omicron-sled-agent.tar 186543K
35022026-03-18T21:00:55.534Za out/overlay.tar.gz 3K
35032026-03-18T21:00:55.534Za out/oximeter.tar.gz 57439K
35042026-03-18T21:00:55.534Za out/oxlog.tar 3782K
35052026-03-18T21:00:55.534Za out/probe.tar.gz 3037K
35062026-03-18T21:00:55.534Za out/propolis-server.tar.gz 74633K
35072026-03-18T21:00:55.534Za out/pumpkind-gz.tar 26647K
35082026-03-18T21:00:55.534Za out/switch-softnpu.tar.gz 367872K
35092026-03-18T21:00:55.537Z
35102026-03-18T21:00:55.537Zreal 1:40.421866613
35112026-03-18T21:00:55.537Zuser 1:37.417266934
35122026-03-18T21:00:55.537Zsys 6.186994679
35132026-03-18T21:00:55.537Ztrap 0.006673393
35142026-03-18T21:00:55.537Ztflt 0.000000000
35152026-03-18T21:00:55.537Zdflt 0.000000000
35162026-03-18T21:00:55.537Zkflt 0.000000000
35172026-03-18T21:00:55.537Zlock 0.000000000
35182026-03-18T21:00:55.538Zslp 1:36.610015884
35192026-03-18T21:00:55.538Zlat 0.617681167
35202026-03-18T21:00:55.538Zstop 0.000544858
35212026-03-18T21:00:55.541Zprocess exited: duration 1298249 ms, exit code 0
 
35222026-03-18T21:00:55.557Zfound 1 output files
35232026-03-18T21:00:55.557Zuploading: /work/package.tar.gz (2319749095 bytes)
35242026-03-18T21:01:23.671Zuploaded: /work/package.tar.gz