01KMPJETCK2WM4JKSJQZA4R2R1: 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: 01KMPJF725BKNXQNSRRSD88VEK

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12026-03-27T02:44:59.550Zjob assigned to worker 01KMPJV7EWJ2V9E7TPA365PKGS [factory aws, i-0a4e6eec675390188] (queued for 7 m 15 s)
 
22026-03-27T02:45:06.921Zstarting task 0: "setup"
32026-03-27T02:45:06.929Z++ uname -s
42026-03-27T02:45:06.933Z+ kern=SunOS
52026-03-27T02:45:06.933Z+ build_user=build
62026-03-27T02:45:06.933Z+ build_uid=12345
72026-03-27T02:45:06.933Z+ work_dir=/work
82026-03-27T02:45:06.933Z+ input_dir=/input
92026-03-27T02:45:06.933Z+ [[ 0 == 12345 ]]
102026-03-27T02:45:06.933Z+ case "$kern" in
112026-03-27T02:45:06.933Z+ groupadd -g 12345 build
122026-03-27T02:45:06.936Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-03-27T02:45:08.946Z+ zfs create -o mountpoint=/work rpool/work
142026-03-27T02:45:09.022Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-03-27T02:45:09.026Z+ home_fs=zfs
162026-03-27T02:45:09.026Z+ [[ zfs == autofs ]]
172026-03-27T02:45:09.026Z+ mkdir -p /home/build
182026-03-27T02:45:09.026Z+ chown build:build /home/build /work
192026-03-27T02:45:11.029Z+ chmod 0700 /home/build /work
202026-03-27T02:45:11.032Zprocess exited: duration 4114 ms, exit code 0
 
212026-03-27T02:45:11.039Zstarting task 1: "rust-toolchain"
222026-03-27T02:45:11.045Z+ printf ' * rust toolchain channel = "%s"\n' 1.94.0
232026-03-27T02:45:11.045Z * rust toolchain channel = "1.94.0"
242026-03-27T02:45:11.045Z * rust toolchain profile = "default"
252026-03-27T02:45:11.046Z+ printf ' * rust toolchain profile = "%s"\n' default
262026-03-27T02:45:11.046Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-03-27T02:45:11.046Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-03-27T02:45:11.050Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-03-27T02:45:11.050Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.94.0 --profile default
302026-03-27T02:45:11.168Zinfo: downloading installer
312026-03-27T02:45:12.864Zwarn: It looks like you have an existing installation of Rust at:
322026-03-27T02:45:12.864Zwarn: /opt/ooce/bin
332026-03-27T02:45:12.864Zwarn: It is recommended that rustup be the primary Rust installation.
342026-03-27T02:45:12.864Zwarn: Otherwise you may have confusion unless you are careful with your PATH.
352026-03-27T02:45:12.864Zwarn: If you are sure that you want both rustup and your already installed Rust
362026-03-27T02:45:12.864Zwarn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
372026-03-27T02:45:12.864Zwarn: or pass `-y' to ignore all ignorable checks.
382026-03-27T02:45:12.864Zerror: cannot install while Rust is installed
392026-03-27T02:45:12.864Zwarn: continuing (because the -y flag is set and the error is ignorable)
402026-03-27T02:45:12.864Zwarn: It looks like you have an existing rustup settings file at:
412026-03-27T02:45:12.864Zwarn: /home/build/.rustup/settings.toml
422026-03-27T02:45:12.864Zwarn: Rustup will install the default toolchain as specified in the settings file,
432026-03-27T02:45:12.864Zwarn: instead of the one inferred from the default host triple.
442026-03-27T02:45:12.878Zinfo: profile set to default
452026-03-27T02:45:12.879Zinfo: default host triple is x86_64-unknown-illumos
462026-03-27T02:45:12.882Zinfo: syncing channel updates for 1.94.0-x86_64-unknown-illumos
472026-03-27T02:45:13.030Zinfo: latest update on 2026-03-05 for version 1.94.0 (4a4ef493e 2026-03-02)
482026-03-27T02:45:13.033Zinfo: downloading 6 components
492026-03-27T02:45:28.759Z
502026-03-27T02:45:28.759Zinfo: default toolchain set to 1.94.0-x86_64-unknown-illumos
512026-03-27T02:45:28.787Z 1.94.0-x86_64-unknown-illumos installed - rustc 1.94.0 (4a4ef493e 2026-03-02)
522026-03-27T02:45:28.787Z
532026-03-27T02:45:28.787Z
542026-03-27T02:45:28.791ZRust is installed now. Great!
552026-03-27T02:45:28.791Z
562026-03-27T02:45:28.791ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
572026-03-27T02:45:28.791Zenvironment variable. This has not been done automatically.
582026-03-27T02:45:28.791Z
592026-03-27T02:45:28.791ZTo configure your current shell, you need to source
602026-03-27T02:45:28.791Zthe corresponding env file under $HOME/.cargo.
612026-03-27T02:45:28.791Z
622026-03-27T02:45:28.791ZThis is usually done by running one of the following (note the leading DOT):
632026-03-27T02:45:28.791Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
642026-03-27T02:45:28.791Zsource "$HOME/.cargo/env.fish" # For fish
652026-03-27T02:45:28.791Zsource "~/.cargo/env.nu" # For nushell
662026-03-27T02:45:28.791Zsource "$HOME/.cargo/env.tcsh" # For tcsh
672026-03-27T02:45:28.791Z. "$HOME/.cargo/env.ps1" # For pwsh
682026-03-27T02:45:28.791Zsource "$HOME/.cargo/env.xsh" # For xonsh
692026-03-27T02:45:28.791Zwarn: no default linker (`cc`) was found in your PATH
702026-03-27T02:45:28.791Zwarn: many Rust crates require a system C toolchain to build
712026-03-27T02:45:28.896Z+ rustup --version
722026-03-27T02:45:28.902Zrustup 1.29.0 (28d1352db 2026-03-05)
732026-03-27T02:45:28.905Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
742026-03-27T02:45:28.924Zinfo: the currently active `rustc` version is `rustc 1.94.0 (4a4ef493e 2026-03-02)`
752026-03-27T02:45:28.927Z+ cargo --version
762026-03-27T02:45:28.936Zcargo 1.94.0 (85eff7c80 2026-01-15)
772026-03-27T02:45:28.939Z+ rustc --version
782026-03-27T02:45:28.960Zrustc 1.94.0 (4a4ef493e 2026-03-02)
792026-03-27T02:45:28.964Zprocess exited: duration 17921 ms, exit code 0
 
802026-03-27T02:45:28.971Zstarting task 2: "authentication"
812026-03-27T02:45:28.989Zprocess exited: duration 17 ms, exit code 0
 
822026-03-27T02:45:28.995Zstarting task 3: "clone repository"
832026-03-27T02:45:29.000Z+ mkdir -p /work/oxidecomputer/omicron
842026-03-27T02:45:29.003Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
852026-03-27T02:45:29.050ZCloning into '/work/oxidecomputer/omicron'...
862026-03-27T02:45:38.696Z+ cd /work/oxidecomputer/omicron
872026-03-27T02:45:38.696Z+ git fetch origin bcbbf9bb6ddb4826ac55c1842b43980570b26fe8
882026-03-27T02:45:38.967ZFrom https://github.com/oxidecomputer/omicron
892026-03-27T02:45:38.967Z * branch bcbbf9bb6ddb4826ac55c1842b43980570b26fe8 -> FETCH_HEAD
902026-03-27T02:45:38.981Z+ [[ -n jmcarp/clickhouse-profile ]]
912026-03-27T02:45:38.984Z++ git branch --show-current
922026-03-27T02:45:38.984Z+ current=main
932026-03-27T02:45:38.984Z+ [[ main != jmcarp/clickhouse-profile ]]
942026-03-27T02:45:38.984Z+ git branch -f jmcarp/clickhouse-profile bcbbf9bb6ddb4826ac55c1842b43980570b26fe8
952026-03-27T02:45:38.988Z+ git checkout -f jmcarp/clickhouse-profile
962026-03-27T02:45:39.234ZSwitched to branch 'jmcarp/clickhouse-profile'
972026-03-27T02:45:39.238Z+ git reset --hard bcbbf9bb6ddb4826ac55c1842b43980570b26fe8
982026-03-27T02:45:39.267ZHEAD is now at bcbbf9bb6 Capture clickhouse profile events in query summaries.
992026-03-27T02:45:39.270Zprocess exited: duration 10271 ms, exit code 0
 
1002026-03-27T02:45:39.277Zstarting task 4: "build"
1012026-03-27T02:45:39.283Z+ source .github/buildomat/ci-env.sh
1022026-03-27T02:45:39.283Z++ export CARGO_TERM_COLOR=always
1032026-03-27T02:45:39.287Z++ CARGO_TERM_COLOR=always
1042026-03-27T02:45:39.287Z+ cargo --version
1052026-03-27T02:45:39.292Zcargo 1.94.0 (85eff7c80 2026-01-15)
1062026-03-27T02:45:39.296Z+ rustc --version
1072026-03-27T02:45:39.317Zrustc 1.94.0 (4a4ef493e 2026-03-02)
1082026-03-27T02:45:39.320Z+ WORK=/work
1092026-03-27T02:45:39.320Z+ pfexec mkdir -p /work
1102026-03-27T02:45:39.323Z+ pfexec chown build /work
1112026-03-27T02:45:39.327Z+ ptime -m ./tools/install_builder_prerequisites.sh -yp
1122026-03-27T02:45:48.027Z Startup: Refreshing catalog 'helios-dev' ... Done
1132026-03-27T02:45:55.077Z Startup: Caching catalogs ... Done
1142026-03-27T02:45:58.964ZPlanning: Solver setup ... Done (2.516s)
1152026-03-27T02:45:58.980ZPlanning: Running solver ... Done (0.016s)
1162026-03-27T02:45:59.095ZPlanning: Finding local manifests ... Done (0.004s)
1172026-03-27T02:45:59.108ZPlanning: Fetching manifests: 0/4 0% complete
1182026-03-27T02:45:59.200ZPlanning: Fetching manifests: 4/4 100% complete
1192026-03-27T02:45:59.231ZPlanning: Package planning ... Done (0.031s)
1202026-03-27T02:45:59.259ZPlanning: Merging actions ... Done (0.028s)
1212026-03-27T02:45:59.444ZPlanning: Checking for conflicting actions ... Done (0.184s)
1222026-03-27T02:45:59.451ZPlanning: Consolidating action changes ... Done (0.007s)
1232026-03-27T02:46:00.290ZPlanning: Evaluating mediators ... Done (0.839s)
1242026-03-27T02:46:00.296ZPlanning: Planning completed in 5.06 seconds
1252026-03-27T02:46:00.309Z Packages to install: 4
1262026-03-27T02:46:00.309Z Mediators to change: 2
1272026-03-27T02:46:00.309Z Services to change: 1
1282026-03-27T02:46:00.309Z Estimated space available: 155.35 GB
1292026-03-27T02:46:00.309ZEstimated space to be consumed: 1.83 GB
1302026-03-27T02:46:00.309Z Create boot environment: No
1312026-03-27T02:46:00.313ZCreate backup boot environment: No
1322026-03-27T02:46:00.313Z Rebuild boot archive: No
1332026-03-27T02:46:00.313Z
1342026-03-27T02:46:00.313ZChanged mediators:
1352026-03-27T02:46:00.313Z mediator clang:
1362026-03-27T02:46:00.313Z version: None -> 15 (system default)
1372026-03-27T02:46:00.313Z
1382026-03-27T02:46:00.313Z mediator llvm:
1392026-03-27T02:46:00.313Z version: 14 (system default) -> 15 (system default)
1402026-03-27T02:46:00.313Z
1412026-03-27T02:46:00.314ZChanged packages:
1422026-03-27T02:46:00.314Zhelios-dev
1432026-03-27T02:46:00.314Z developer/build-essential
1442026-03-27T02:46:00.314Z None -> 11-2.0
1452026-03-27T02:46:00.314Z library/libxmlsec1
1462026-03-27T02:46:00.314Z None -> 1.2.35-2.0
1472026-03-27T02:46:00.314Z ooce/developer/clang-15
1482026-03-27T02:46:00.314Z None -> 15.0.7-2.0
1492026-03-27T02:46:00.314Z ooce/developer/llvm-15
1502026-03-27T02:46:00.314Z None -> 15.0.7-2.0
1512026-03-27T02:46:00.314Z
1522026-03-27T02:46:00.314ZServices:
1532026-03-27T02:46:00.314Z restart_fmri:
1542026-03-27T02:46:00.314Z svc:/system/update-man-index:default
1552026-03-27T02:46:00.357Z
1562026-03-27T02:46:00.358ZDownload: 0/3290 items 0.0/212.6MB 0% complete
1572026-03-27T02:46:05.359ZDownload: 1284/3290 items 103.4/212.6MB 48% complete (20.6M/s)
1582026-03-27T02:46:10.359ZDownload: 3224/3290 items 185.4/212.6MB 87% complete (18.5M/s)
1592026-03-27T02:46:13.443ZDownload: Completed 212.60 MB in 13.08 seconds (16.2M/s)
1602026-03-27T02:46:13.594Z Actions: 1/3689 actions (Installing new actions)
1612026-03-27T02:46:16.901Z Actions: Completed 3689 actions in 3.31 seconds.
1622026-03-27T02:46:17.522Z Done (0.618s)
1632026-03-27T02:46:17.522Z Done (0.000s)
1642026-03-27T02:46:18.126Z Done (0.603s)
1652026-03-27T02:46:21.219Z Done (2.753s)
1662026-03-27T02:46:21.298Z Done (0.013s)
1672026-03-27T02:46:21.301Z Done (0.000s)
1682026-03-27T02:46:21.588Z Done (0.000s)
1692026-03-27T02:46:22.420ZPlanning: Evaluating mediator changes ... Done
1702026-03-27T02:46:22.527ZPlanning: Checking for conflicting actions ... Done
1712026-03-27T02:46:22.530ZPlanning: Consolidating action changes ... Done
1722026-03-27T02:46:22.688ZPlanning: Evaluating mediators ... Done
1732026-03-27T02:46:22.691ZPlanning: Planning completed in 0.27 seconds
1742026-03-27T02:46:22.709Z Mediators to change: 2
1752026-03-27T02:46:22.709Z Create boot environment: No
1762026-03-27T02:46:22.709ZCreate backup boot environment: No
1772026-03-27T02:46:22.776Z Done
1782026-03-27T02:46:22.776Z Done
1792026-03-27T02:46:23.405Z Done
1802026-03-27T02:46:26.051Z Done
1812026-03-27T02:46:26.133Z Done
1822026-03-27T02:46:26.136Z Done
1832026-03-27T02:46:26.266Z Done
1842026-03-27T02:46:26.675ZPlanning: Evaluating mediator changes ... Done
1852026-03-27T02:46:26.678ZPlanning: Merging actions ... Done
1862026-03-27T02:46:26.816ZPlanning: Checking for conflicting actions ... Done
1872026-03-27T02:46:26.819ZPlanning: Consolidating action changes ... Done
1882026-03-27T02:46:26.958ZPlanning: Evaluating mediators ... Done
1892026-03-27T02:46:26.987ZPlanning: Planning completed in 0.46 seconds
1902026-03-27T02:46:27.010Z Packages to change: 1
1912026-03-27T02:46:27.010Z Mediators to change: 1
1922026-03-27T02:46:27.010Z Services to change: 1
1932026-03-27T02:46:27.010Z Create boot environment: No
1942026-03-27T02:46:27.010ZCreate backup boot environment: Yes
1952026-03-27T02:46:29.437Z Actions: 1/6 actions (Updating modified actions)
1962026-03-27T02:46:29.440Z Actions: Completed 6 actions in 0.00 seconds.
1972026-03-27T02:46:29.440Z Done
1982026-03-27T02:46:29.440Z Done
1992026-03-27T02:46:29.576Z Done
2002026-03-27T02:46:32.121Z Done
2012026-03-27T02:46:32.197Z Done
2022026-03-27T02:46:32.200Z Done
2032026-03-27T02:46:32.347Z Done
2042026-03-27T02:46:32.634ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
2052026-03-27T02:46:32.634Zclang system 15 system
2062026-03-27T02:46:32.634Zcsh system system illumos
2072026-03-27T02:46:32.634Zctags system system illumos
2082026-03-27T02:46:32.634Zfile system system illumos
2092026-03-27T02:46:32.634Zgcc vendor 12 vendor
2102026-03-27T02:46:32.634Zgcc system 14 system
2112026-03-27T02:46:32.634Zgcc system 10 system
2122026-03-27T02:46:32.634Zgo system 1.20 system
2132026-03-27T02:46:32.634Zgo system 1.19 system
2142026-03-27T02:46:32.634Zllvm system 15 system
2152026-03-27T02:46:32.634Zllvm system 14 system
2162026-03-27T02:46:32.634Zmariadb system 10.6 system
2172026-03-27T02:46:32.634Zmta vendor vendor dma
2182026-03-27T02:46:32.634Zopenjdk system 17 system
2192026-03-27T02:46:32.634Zopenjdk system 11 system
2202026-03-27T02:46:32.634Zopenjdk system 1.8 system
2212026-03-27T02:46:32.634Zopenssl vendor 3 vendor
2222026-03-27T02:46:32.634Zperl system 5.36 system
2232026-03-27T02:46:32.635Zpostgresql system 15 system
2242026-03-27T02:46:32.635Zpostgresql system 13 system
2252026-03-27T02:46:32.635Zpython vendor 3 vendor
2262026-03-27T02:46:32.635Zpython system 2 system
2272026-03-27T02:46:32.635Zpython3 system 3.11 system
2282026-03-27T02:46:32.635Zruby system 3.0 system
2292026-03-27T02:46:32.635Zwords vendor vendor american-english
2302026-03-27T02:46:32.635Zwords system system australian-english
2312026-03-27T02:46:32.635Zwords system system british-english
2322026-03-27T02:46:32.635Zwords system system canadian-english
2332026-03-27T02:46:32.635Zwords system system french
2342026-03-27T02:46:32.635Zwords system system italian
2352026-03-27T02:46:32.635Zwords system system ngerman
2362026-03-27T02:46:32.635Zwords system system ogerman
2372026-03-27T02:46:32.635Zwords system system spanish
2382026-03-27T02:46:32.868ZPUBLISHER TYPE STATUS P LOCATION
2392026-03-27T02:46:32.868Zhelios-dev origin online F https://pkg.oxide.computer/helios/2/dev/
2402026-03-27T02:46:37.205ZFMRI IFO
2412026-03-27T02:46:37.205Zpkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im-
2422026-03-27T02:46:37.205Zpkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i--
2432026-03-27T02:46:37.205Zpkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im-
2442026-03-27T02:46:37.205Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im-
2452026-03-27T02:46:37.205Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z ---
2462026-03-27T02:46:37.205Zpkg://helios-dev/ooce/developer/cmake@3.26.4-2.0:20230623T130003Z i--
2472026-03-27T02:46:37.205Zpkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i--
2482026-03-27T02:46:37.205Zpkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z i--
2492026-03-27T02:46:37.205Zpkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z ---
2502026-03-27T02:46:37.205Zpkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z ---
2512026-03-27T02:46:37.205Zpkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z i--
2522026-03-27T02:46:37.205Zpkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z ---
2532026-03-27T02:46:37.205Zpkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z ---
2542026-03-27T02:46:37.205Zpkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z i--
2552026-03-27T02:46:37.205Zpkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z ---
2562026-03-27T02:46:37.205Zpkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z ---
2572026-03-27T02:46:38.315Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2582026-03-27T02:46:38.570Z Updating crates.io index
2592026-03-27T02:46:38.574Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2602026-03-27T02:46:38.827Z Updating git repository `https://github.com/oxidecomputer/lldp`
2612026-03-27T02:46:39.738Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2622026-03-27T02:46:40.015Z Updating git repository `https://github.com/oxidecomputer/falcon`
2632026-03-27T02:46:40.875Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2642026-03-27T02:46:41.485Z Updating git repository `https://github.com/oxidecomputer/propolis`
2652026-03-27T02:46:42.864Z Updating git repository `https://github.com/oxidecomputer/crucible`
2662026-03-27T02:46:44.142Z Updating git repository `https://github.com/oxidecomputer/opte`
2672026-03-27T02:46:44.878Z Updating git repository `https://github.com/oxidecomputer/tofino`
2682026-03-27T02:46:45.336Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2692026-03-27T02:46:46.169Z Updating git repository `https://github.com/oxidecomputer/clickward`
2702026-03-27T02:46:46.526Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2712026-03-27T02:46:46.801Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
2722026-03-27T02:46:47.073Z Updating git repository `https://github.com/oxidecomputer/dendrite`
2732026-03-27T02:46:48.075Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2742026-03-27T02:46:48.729Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2752026-03-27T02:46:48.980Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
2762026-03-27T02:46:49.205Z Updating git repository `https://github.com/oxidecomputer/scim2-rs`
2772026-03-27T02:46:49.689Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
2782026-03-27T02:46:49.899Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
2792026-03-27T02:46:50.107Z Updating git repository `https://github.com/oxidecomputer/libnvme`
2802026-03-27T02:46:50.328Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2812026-03-27T02:46:50.676Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
2822026-03-27T02:46:51.028Z Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git`
2832026-03-27T02:46:51.657Z Updating git repository `https://github.com/oxidecomputer/rats-corim.git`
2842026-03-27T02:46:52.111Z Updating git repository `https://github.com/bluecatengineering/dhcproto.git`
2852026-03-27T02:46:52.385Z Updating git repository `https://github.com/oxidecomputer/ispf`
2862026-03-27T02:46:53.286Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2872026-03-27T02:46:53.872Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
2882026-03-27T02:46:54.215Z Updating git repository `https://github.com/oxidecomputer/crucible`
2892026-03-27T02:46:54.771Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
2902026-03-27T02:46:55.027Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
2912026-03-27T02:46:55.479Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2922026-03-27T02:46:55.747Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
2932026-03-27T02:46:56.068Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
2942026-03-27T02:46:56.504Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
2952026-03-27T02:46:56.748Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
2962026-03-27T02:46:56.999Z Updating git repository `https://github.com/illumos/smf-rs`
2972026-03-27T02:46:57.404Z Updating git repository `https://github.com/oxidecomputer/omicron`
2982026-03-27T02:47:09.196Z Downloading crates ...
2992026-03-27T02:47:09.217Z Downloaded block-buffer v0.10.4
3002026-03-27T02:47:09.217Z Downloaded anyhow v1.0.102
3012026-03-27T02:47:09.217Z Downloaded cargo-util-schemas v0.8.2
3022026-03-27T02:47:09.217Z Downloaded usdt-impl v0.5.0
3032026-03-27T02:47:09.226Z Downloaded colorchoice v1.0.4
3042026-03-27T02:47:09.226Z Downloaded getrandom v0.4.1
3052026-03-27T02:47:09.226Z Downloaded thiserror-impl v1.0.69
3062026-03-27T02:47:09.234Z Downloaded thiserror v2.0.18
3072026-03-27T02:47:09.234Z Downloaded cfg-if v1.0.4
3082026-03-27T02:47:09.234Z Downloaded anstyle-query v1.1.5
3092026-03-27T02:47:09.234Z Downloaded usdt-attr-macro v0.5.0
3102026-03-27T02:47:09.234Z Downloaded unicode-xid v0.2.6
3112026-03-27T02:47:09.244Z Downloaded zerofrom-derive v0.1.6
3122026-03-27T02:47:09.245Z Downloaded unicode-linebreak v0.1.5
3132026-03-27T02:47:09.245Z Downloaded autocfg v1.5.0
3142026-03-27T02:47:09.245Z Downloaded anstyle v1.0.13
3152026-03-27T02:47:09.245Z Downloaded percent-encoding v2.3.2
3162026-03-27T02:47:09.245Z Downloaded anstream v0.6.21
3172026-03-27T02:47:09.245Z Downloaded utf8parse v0.2.2
3182026-03-27T02:47:09.245Z Downloaded toml_write v0.1.2
3192026-03-27T02:47:09.250Z Downloaded cargo_toml v0.21.0
3202026-03-27T02:47:09.250Z Downloaded cargo-platform v0.2.0
3212026-03-27T02:47:09.250Z Downloaded typeid v1.0.3
3222026-03-27T02:47:09.250Z Downloaded bytecount v0.6.9
3232026-03-27T02:47:09.250Z Downloaded camino-tempfile v1.4.1
3242026-03-27T02:47:09.250Z Downloaded bitflags v2.11.0
3252026-03-27T02:47:09.250Z Downloaded anstyle-parse v0.2.7
3262026-03-27T02:47:09.256Z Downloaded memmap v0.7.0
3272026-03-27T02:47:09.263Z Downloaded toml_datetime v0.6.11
3282026-03-27T02:47:09.263Z Downloaded version_check v0.9.5
3292026-03-27T02:47:09.263Z Downloaded writeable v0.6.2
3302026-03-27T02:47:09.263Z Downloaded crypto-common v0.1.7
3312026-03-27T02:47:09.263Z Downloaded usdt-macro v0.5.0
3322026-03-27T02:47:09.263Z Downloaded thread-id v4.2.2
3332026-03-27T02:47:09.263Z Downloaded thiserror v1.0.69
3342026-03-27T02:47:09.272Z Downloaded usdt v0.5.0
3352026-03-27T02:47:09.272Z Downloaded digest v0.10.7
3362026-03-27T02:47:09.273Z Downloaded utf8_iter v1.0.4
3372026-03-27T02:47:09.279Z Downloaded heck v0.4.1
3382026-03-27T02:47:09.279Z Downloaded textwrap v0.16.2
3392026-03-27T02:47:09.279Z Downloaded ordered-float v2.10.1
3402026-03-27T02:47:09.291Z Downloaded yoke-derive v0.8.1
3412026-03-27T02:47:09.291Z Downloaded yoke v0.8.1
3422026-03-27T02:47:09.291Z Downloaded cargo_metadata v0.21.0
3432026-03-27T02:47:09.291Z Downloaded zerovec-derive v0.11.2
3442026-03-27T02:47:09.296Z Downloaded stable_deref_trait v1.2.1
3452026-03-27T02:47:09.296Z Downloaded errno v0.3.14
3462026-03-27T02:47:09.297Z Downloaded tinystr v0.8.2
3472026-03-27T02:47:09.297Z Downloaded fastrand v2.3.0
3482026-03-27T02:47:09.297Z Downloaded thiserror-impl v2.0.18
3492026-03-27T02:47:09.297Z Downloaded zmij v1.0.21
3502026-03-27T02:47:09.301Z Downloaded byteorder v1.5.0
3512026-03-27T02:47:09.301Z Downloaded serde-untagged v0.1.9
3522026-03-27T02:47:09.305Z Downloaded zerofrom v0.1.6
3532026-03-27T02:47:09.305Z Downloaded strsim v0.11.1
3542026-03-27T02:47:09.310Z Downloaded scroll_derive v0.12.1
3552026-03-27T02:47:09.310Z Downloaded pretty-hex v0.4.1
3562026-03-27T02:47:09.310Z Downloaded is_terminal_polyfill v1.70.2
3572026-03-27T02:47:09.310Z Downloaded unicode-ident v1.0.24
3582026-03-27T02:47:09.310Z Downloaded serde-value v0.7.0
3592026-03-27T02:47:09.313Z Downloaded clap_lex v1.0.0
3602026-03-27T02:47:09.314Z Downloaded clap v4.5.60
3612026-03-27T02:47:09.318Z Downloaded zerocopy-derive v0.7.35
3622026-03-27T02:47:09.324Z Downloaded zerotrie v0.2.3
3632026-03-27T02:47:09.324Z Downloaded sha2 v0.10.9
3642026-03-27T02:47:09.324Z Downloaded proc-macro-error v1.0.4
3652026-03-27T02:47:09.327Z Downloaded ucd-trie v0.1.7
3662026-03-27T02:47:09.327Z Downloaded toml v0.8.23
3672026-03-27T02:47:09.327Z Downloaded idna_adapter v1.2.1
3682026-03-27T02:47:09.327Z Downloaded plain v0.2.3
3692026-03-27T02:47:09.327Z Downloaded typenum v1.19.0
3702026-03-27T02:47:09.331Z Downloaded dof v0.3.0
3712026-03-27T02:47:09.331Z Downloaded itoa v1.0.17
3722026-03-27T02:47:09.331Z Downloaded generic-array v0.14.7
3732026-03-27T02:47:09.335Z Downloaded toml_edit v0.22.27
3742026-03-27T02:47:09.335Z Downloaded swrite v0.1.0
3752026-03-27T02:47:09.340Z Downloaded smawk v0.3.2
3762026-03-27T02:47:09.340Z Downloaded macaddr v1.0.1
3772026-03-27T02:47:09.340Z Downloaded fnv v1.0.7
3782026-03-27T02:47:09.341Z Downloaded equivalent v1.0.2
3792026-03-27T02:47:09.341Z Downloaded quote v1.0.44
3802026-03-27T02:47:09.341Z Downloaded url v2.5.8
3812026-03-27T02:47:09.345Z Downloaded cpufeatures v0.2.17
3822026-03-27T02:47:09.345Z Downloaded erased-serde v0.4.9
3832026-03-27T02:47:09.349Z Downloaded zerovec v0.11.5
3842026-03-27T02:47:09.353Z Downloaded terminal_size v0.4.3
3852026-03-27T02:47:09.359Z Downloaded form_urlencoded v1.2.2
3862026-03-27T02:47:09.359Z Downloaded dtrace-parser v0.2.0
3872026-03-27T02:47:09.359Z Downloaded zerocopy v0.7.35
3882026-03-27T02:47:09.370Z Downloaded serde_tokenstream v0.2.3
3892026-03-27T02:47:09.374Z Downloaded winnow v0.7.14
3902026-03-27T02:47:09.374Z Downloaded clap_derive v4.5.55
3912026-03-27T02:47:09.374Z Downloaded unicode-width v0.2.0
3922026-03-27T02:47:09.378Z Downloaded tabled_derive v0.7.0
3932026-03-27T02:47:09.378Z Downloaded unicode-width v0.1.14
3942026-03-27T02:47:09.381Z Downloaded scroll v0.12.0
3952026-03-27T02:47:09.384Z Downloaded proc-macro-error-attr v1.0.4
3962026-03-27T02:47:09.384Z Downloaded heck v0.5.0
3972026-03-27T02:47:09.384Z Downloaded camino v1.2.2
3982026-03-27T02:47:09.384Z Downloaded serde_spanned v0.6.9
3992026-03-27T02:47:09.384Z Downloaded potential_utf v0.1.4
4002026-03-27T02:47:09.388Z Downloaded pest_generator v2.8.6
4012026-03-27T02:47:09.388Z Downloaded displaydoc v0.2.5
4022026-03-27T02:47:09.401Z Downloaded synstructure v0.13.2
4032026-03-27T02:47:09.405Z Downloaded icu_collections v2.1.1
4042026-03-27T02:47:09.413Z Downloaded serde_core v1.0.228
4052026-03-27T02:47:09.421Z Downloaded icu_provider v2.1.1
4062026-03-27T02:47:09.421Z Downloaded fs-err v3.3.0
4072026-03-27T02:47:09.426Z Downloaded once_cell v1.21.3
4082026-03-27T02:47:09.426Z Downloaded num-traits v0.2.19
4092026-03-27T02:47:09.426Z Downloaded litemap v0.8.1
4102026-03-27T02:47:09.430Z Downloaded tempfile v3.25.0
4112026-03-27T02:47:09.442Z Downloaded proc-macro2 v1.0.106
4122026-03-27T02:47:09.447Z Downloaded semver v1.0.27
4132026-03-27T02:47:09.447Z Downloaded smallvec v1.15.1
4142026-03-27T02:47:09.456Z Downloaded icu_properties v2.1.2
4152026-03-27T02:47:09.460Z Downloaded icu_locale_core v2.1.1
4162026-03-27T02:47:09.463Z Downloaded serde_derive v1.0.228
4172026-03-27T02:47:09.467Z Downloaded log v0.4.29
4182026-03-27T02:47:09.467Z Downloaded pest_meta v2.8.6
4192026-03-27T02:47:09.474Z Downloaded pest_derive v2.8.6
4202026-03-27T02:47:09.479Z Downloaded icu_normalizer v2.1.1
4212026-03-27T02:47:09.479Z Downloaded papergrid v0.11.0
4222026-03-27T02:47:09.484Z Downloaded indexmap v2.13.0
4232026-03-27T02:47:09.488Z Downloaded memchr v2.8.0
4242026-03-27T02:47:09.503Z Downloaded serde v1.0.228
4252026-03-27T02:47:09.508Z Downloaded icu_normalizer_data v2.1.1
4262026-03-27T02:47:09.526Z Downloaded idna v1.1.0
4272026-03-27T02:47:09.538Z Downloaded clap_builder v4.5.60
4282026-03-27T02:47:09.546Z Downloaded pest v2.8.6
4292026-03-27T02:47:09.550Z Downloaded serde_json v1.0.149
4302026-03-27T02:47:09.554Z Downloaded hashbrown v0.16.1
4312026-03-27T02:47:09.569Z Downloaded icu_properties_data v2.1.2
4322026-03-27T02:47:09.576Z Downloaded goblin v0.8.2
4332026-03-27T02:47:09.581Z Downloaded tabled v0.15.0
4342026-03-27T02:47:09.592Z Downloaded syn v1.0.109
4352026-03-27T02:47:09.603Z Downloaded syn v2.0.117
4362026-03-27T02:47:09.626Z Downloaded rustix v1.1.3
4372026-03-27T02:47:09.657Z Downloaded libc v0.2.180
4382026-03-27T02:47:09.721Z Compiling proc-macro2 v1.0.106
4392026-03-27T02:47:09.721Z Compiling quote v1.0.44
4402026-03-27T02:47:09.721Z Compiling unicode-ident v1.0.24
4412026-03-27T02:47:09.727Z Compiling serde_core v1.0.228
4422026-03-27T02:47:09.727Z Compiling libc v0.2.180
4432026-03-27T02:47:09.727Z Compiling version_check v0.9.5
4442026-03-27T02:47:09.727Z Compiling serde v1.0.228
4452026-03-27T02:47:09.727Z Compiling stable_deref_trait v1.2.1
4462026-03-27T02:47:09.727Z Compiling memchr v2.8.0
4472026-03-27T02:47:09.727Z Compiling zmij v1.0.21
4482026-03-27T02:47:09.727Z Compiling itoa v1.0.17
4492026-03-27T02:47:09.727Z Compiling autocfg v1.5.0
4502026-03-27T02:47:09.727Z Compiling thiserror v1.0.69
4512026-03-27T02:47:09.727Z Compiling ucd-trie v0.1.7
4522026-03-27T02:47:09.727Z Compiling litemap v0.8.1
4532026-03-27T02:47:10.152Z Compiling writeable v0.6.2
4542026-03-27T02:47:10.199Z Compiling icu_properties_data v2.1.2
4552026-03-27T02:47:10.352Z Compiling icu_normalizer_data v2.1.1
4562026-03-27T02:47:10.372Z Compiling rustix v1.1.3
4572026-03-27T02:47:10.445Z Compiling pest v2.8.6
4582026-03-27T02:47:10.461Z Compiling byteorder v1.5.0
4592026-03-27T02:47:10.496Z Compiling bitflags v2.11.0
4602026-03-27T02:47:10.585Z Compiling serde_json v1.0.149
4612026-03-27T02:47:10.705Z Compiling num-traits v0.2.19
4622026-03-27T02:47:10.725Z Compiling smallvec v1.15.1
4632026-03-27T02:47:10.799Z Compiling equivalent v1.0.2
4642026-03-27T02:47:10.806Z Compiling hashbrown v0.16.1
4652026-03-27T02:47:10.837Z Compiling typeid v1.0.3
4662026-03-27T02:47:10.892Z Compiling usdt-impl v0.5.0
4672026-03-27T02:47:10.928Z Compiling proc-macro-error-attr v1.0.4
4682026-03-27T02:47:10.934Z Compiling erased-serde v0.4.9
4692026-03-27T02:47:10.947Z Compiling toml_write v0.1.2
4702026-03-27T02:47:10.999Z Compiling syn v1.0.109
4712026-03-27T02:47:11.024Z Compiling winnow v0.7.14
4722026-03-27T02:47:11.063Z Compiling proc-macro-error v1.0.4
4732026-03-27T02:47:11.153Z Compiling errno v0.3.14
4742026-03-27T02:47:11.192Z Compiling thread-id v4.2.2
4752026-03-27T02:47:11.340Z Compiling indexmap v2.13.0
4762026-03-27T02:47:11.347Z Compiling getrandom v0.4.1
4772026-03-27T02:47:11.378Z Compiling plain v0.2.3
4782026-03-27T02:47:11.383Z Compiling syn v2.0.117
4792026-03-27T02:47:11.396Z Compiling utf8parse v0.2.2
4802026-03-27T02:47:11.414Z Compiling log v0.4.29
4812026-03-27T02:47:11.450Z Compiling percent-encoding v2.3.2
4822026-03-27T02:47:11.485Z Compiling camino v1.2.2
4832026-03-27T02:47:11.490Z Compiling utf8_iter v1.0.4
4842026-03-27T02:47:11.521Z Compiling pest_meta v2.8.6
4852026-03-27T02:47:11.539Z Compiling thiserror v2.0.18
4862026-03-27T02:47:11.647Z Compiling form_urlencoded v1.2.2
4872026-03-27T02:47:11.672Z Compiling anstyle-parse v0.2.7
4882026-03-27T02:47:11.851Z Compiling ordered-float v2.10.1
4892026-03-27T02:47:11.868Z Compiling colorchoice v1.0.4
4902026-03-27T02:47:11.890Z Compiling anstyle-query v1.1.5
4912026-03-27T02:47:11.899Z Compiling anstyle v1.0.13
4922026-03-27T02:47:11.946Z Compiling pretty-hex v0.4.1
4932026-03-27T02:47:11.971Z Compiling is_terminal_polyfill v1.70.2
4942026-03-27T02:47:11.991Z Compiling cfg-if v1.0.4
4952026-03-27T02:47:12.051Z Compiling fs-err v3.3.0
4962026-03-27T02:47:12.093Z Compiling anstream v0.6.21
4972026-03-27T02:47:12.113Z Compiling anyhow v1.0.102
4982026-03-27T02:47:12.132Z Compiling bytecount v0.6.9
4992026-03-27T02:47:12.139Z Compiling once_cell v1.21.3
5002026-03-27T02:47:12.165Z Compiling terminal_size v0.4.3
5012026-03-27T02:47:12.185Z Compiling clap_lex v1.0.0
5022026-03-27T02:47:12.283Z Compiling fastrand v2.3.0
5032026-03-27T02:47:12.304Z Compiling heck v0.4.1
5042026-03-27T02:47:12.493Z Compiling semver v1.0.27
5052026-03-27T02:47:12.493Z Compiling heck v0.5.0
5062026-03-27T02:47:12.531Z Compiling unicode-xid v0.2.6
5072026-03-27T02:47:12.549Z Compiling fnv v1.0.7
5082026-03-27T02:47:12.572Z Compiling unicode-width v0.1.14
5092026-03-27T02:47:12.587Z Compiling strsim v0.11.1
5102026-03-27T02:47:12.650Z Compiling tempfile v3.25.0
5112026-03-27T02:47:12.695Z Compiling memmap v0.7.0
5122026-03-27T02:47:12.782Z Compiling serde-untagged v0.1.9
5132026-03-27T02:47:12.800Z Compiling unicode-linebreak v0.1.5
5142026-03-27T02:47:12.846Z Compiling papergrid v0.11.0
5152026-03-27T02:47:12.885Z Compiling clap_builder v4.5.60
5162026-03-27T02:47:12.904Z Compiling unicode-width v0.2.0
5172026-03-27T02:47:12.904Z Compiling smawk v0.3.2
5182026-03-27T02:47:12.908Z Compiling camino-tempfile v1.4.1
5192026-03-27T02:47:13.108Z Compiling swrite v0.1.0
5202026-03-27T02:47:13.123Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
5212026-03-27T02:47:13.184Z Compiling textwrap v0.16.2
5222026-03-27T02:47:13.497Z Compiling tabled_derive v0.7.0
5232026-03-27T02:47:14.002Z Compiling synstructure v0.13.2
5242026-03-27T02:47:14.002Z Compiling pest_generator v2.8.6
5252026-03-27T02:47:14.181Z Compiling tabled v0.15.0
5262026-03-27T02:47:14.532Z Compiling serde_derive v1.0.228
5272026-03-27T02:47:14.532Z Compiling zerofrom-derive v0.1.6
5282026-03-27T02:47:14.532Z Compiling yoke-derive v0.8.1
5292026-03-27T02:47:14.537Z Compiling zerovec-derive v0.11.2
5302026-03-27T02:47:14.537Z Compiling displaydoc v0.2.5
5312026-03-27T02:47:14.537Z Compiling thiserror-impl v1.0.69
5322026-03-27T02:47:14.537Z Compiling zerocopy-derive v0.7.35
5332026-03-27T02:47:14.553Z Compiling scroll_derive v0.12.1
5342026-03-27T02:47:14.674Z Compiling pest_derive v2.8.6
5352026-03-27T02:47:14.680Z Compiling thiserror-impl v2.0.18
5362026-03-27T02:47:14.763Z Compiling clap_derive v4.5.55
5372026-03-27T02:47:15.321Z Compiling scroll v0.12.0
5382026-03-27T02:47:15.440Z Compiling zerocopy v0.7.35
5392026-03-27T02:47:15.547Z Compiling goblin v0.8.2
5402026-03-27T02:47:15.605Z Compiling zerofrom v0.1.6
5412026-03-27T02:47:15.730Z Compiling yoke v0.8.1
5422026-03-27T02:47:15.747Z Compiling dtrace-parser v0.2.0
5432026-03-27T02:47:15.890Z Compiling zerovec v0.11.5
5442026-03-27T02:47:15.890Z Compiling zerotrie v0.2.3
5452026-03-27T02:47:16.092Z Compiling clap v4.5.60
5462026-03-27T02:47:16.426Z Compiling tinystr v0.8.2
5472026-03-27T02:47:16.426Z Compiling potential_utf v0.1.4
5482026-03-27T02:47:16.511Z Compiling icu_collections v2.1.1
5492026-03-27T02:47:16.528Z Compiling icu_locale_core v2.1.1
5502026-03-27T02:47:17.062Z Compiling icu_provider v2.1.1
5512026-03-27T02:47:17.165Z Compiling toml_datetime v0.6.11
5522026-03-27T02:47:17.166Z Compiling serde_spanned v0.6.9
5532026-03-27T02:47:17.170Z Compiling serde-value v0.7.0
5542026-03-27T02:47:17.170Z Compiling cargo-platform v0.2.0
5552026-03-27T02:47:17.170Z Compiling macaddr v1.0.1
5562026-03-27T02:47:17.185Z Compiling dof v0.3.0
5572026-03-27T02:47:17.188Z Compiling serde_tokenstream v0.2.3
5582026-03-27T02:47:17.299Z Compiling icu_properties v2.1.2
5592026-03-27T02:47:17.327Z Compiling icu_normalizer v2.1.1
5602026-03-27T02:47:17.381Z Compiling toml_edit v0.22.27
5612026-03-27T02:47:18.026Z Compiling usdt-attr-macro v0.5.0
5622026-03-27T02:47:18.037Z Compiling usdt-macro v0.5.0
5632026-03-27T02:47:18.196Z Compiling idna_adapter v1.2.1
5642026-03-27T02:47:18.305Z Compiling idna v1.1.0
5652026-03-27T02:47:18.572Z Compiling url v2.5.8
5662026-03-27T02:47:18.619Z Compiling usdt v0.5.0
5672026-03-27T02:47:18.732Z Compiling toml v0.8.23
5682026-03-27T02:47:19.064Z Compiling cargo-util-schemas v0.8.2
5692026-03-27T02:47:19.064Z Compiling cargo_toml v0.21.0
5702026-03-27T02:47:19.843Z Compiling cargo_metadata v0.21.0
5712026-03-27T02:47:20.764Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
5722026-03-27T02:47:25.829Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 44.74s
5732026-03-27T02:47:25.844Z Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control`
5742026-03-27T02:47:25.844Z Downloading crates ...
5752026-03-27T02:47:25.844Z Downloaded atomic-waker v1.1.2
5762026-03-27T02:47:25.844Z Downloaded async-stream v0.3.6
5772026-03-27T02:47:25.844Z Downloaded async-bb8-diesel v0.2.1
5782026-03-27T02:47:25.844Z Downloaded async-recursion v1.1.1
5792026-03-27T02:47:25.844Z Downloaded assert_matches v1.5.0
5802026-03-27T02:47:25.844Z Downloaded bcrypt-pbkdf v0.10.0
5812026-03-27T02:47:25.844Z Downloaded ascii-canvas v3.0.0
5822026-03-27T02:47:25.844Z Downloaded async-stream-impl v0.3.6
5832026-03-27T02:47:25.844Z Downloaded arrayref v0.3.9
5842026-03-27T02:47:25.844Z Downloaded array-init v0.0.4
5852026-03-27T02:47:25.844Z Downloaded base16ct v1.0.0
5862026-03-27T02:47:25.844Z Downloaded adler2 v2.0.1
5872026-03-27T02:47:25.844Z Downloaded arrayvec v0.7.6
5882026-03-27T02:47:25.844Z Downloaded bit-vec v0.6.3
5892026-03-27T02:47:25.844Z Downloaded camino-tempfile-ext v0.3.3
5902026-03-27T02:47:25.844Z Downloaded argon2 v0.5.3
5912026-03-27T02:47:25.844Z Downloaded byte-wrapper v0.1.0
5922026-03-27T02:47:25.844Z Downloaded cargo-platform v0.1.9
5932026-03-27T02:47:25.844Z Downloaded crunchy v0.2.4
5942026-03-27T02:47:25.844Z Downloaded enum-as-inner v0.6.1
5952026-03-27T02:47:25.844Z Downloaded cookie_store v0.22.1
5962026-03-27T02:47:25.844Z Downloaded cargo_toml v0.22.3
5972026-03-27T02:47:25.844Z Downloaded dof v0.4.0
5982026-03-27T02:47:25.844Z Downloaded arc-swap v1.8.2
5992026-03-27T02:47:25.844Z Downloaded derive_builder_core v0.20.2
6002026-03-27T02:47:25.844Z Downloaded cexpr v0.6.0
6012026-03-27T02:47:25.844Z Downloaded dsl_auto_type v0.2.0
6022026-03-27T02:47:25.845Z Downloaded find-msvc-tools v0.1.9
6032026-03-27T02:47:25.845Z Downloaded ecdsa v0.16.9
6042026-03-27T02:47:25.845Z Downloaded compact_str v0.8.1
6052026-03-27T02:47:25.845Z Downloaded difflib v0.4.0
6062026-03-27T02:47:25.845Z Downloaded castaway v0.2.4
6072026-03-27T02:47:25.845Z Downloaded daft-derive v0.1.5
6082026-03-27T02:47:25.845Z Downloaded data-encoding v2.10.0
6092026-03-27T02:47:25.845Z Downloaded ahash v0.8.12
6102026-03-27T02:47:25.845Z Downloaded cstr-argument v0.1.2
6112026-03-27T02:47:25.845Z Downloaded cmake v0.1.57
6122026-03-27T02:47:25.845Z Downloaded chacha20 v0.10.0
6132026-03-27T02:47:25.845Z Downloaded defmt-parser v1.0.0
6142026-03-27T02:47:25.845Z Downloaded cfg_aliases v0.1.1
6152026-03-27T02:47:25.846Z Downloaded half v2.7.1
6162026-03-27T02:47:25.846Z Downloaded endian-type v0.1.2
6172026-03-27T02:47:25.846Z Downloaded aead v0.5.2
6182026-03-27T02:47:25.846Z Downloaded crypto-bigint v0.5.5
6192026-03-27T02:47:25.846Z Downloaded des v0.8.1
6202026-03-27T02:47:25.846Z Downloaded futures-sink v0.3.32
6212026-03-27T02:47:25.846Z Downloaded derive_builder_macro v0.20.2
6222026-03-27T02:47:25.846Z Downloaded atomicwrites v0.4.4
6232026-03-27T02:47:25.846Z Downloaded curve25519-dalek-derive v0.1.1
6242026-03-27T02:47:25.846Z Downloaded cobs v0.3.0
6252026-03-27T02:47:25.846Z Downloaded darling_core v0.21.3
6262026-03-27T02:47:25.847Z Downloaded ciborium-io v0.2.2
6272026-03-27T02:47:25.847Z Downloaded cfg_aliases v0.2.1
6282026-03-27T02:47:25.847Z Downloaded embedded-io v0.6.1
6292026-03-27T02:47:25.847Z Downloaded block-padding v0.3.3
6302026-03-27T02:47:25.847Z Downloaded bitfield-struct v0.6.2
6312026-03-27T02:47:25.847Z Downloaded float-cmp v0.10.0
6322026-03-27T02:47:25.847Z Downloaded bit-set v0.8.0
6332026-03-27T02:47:25.847Z Downloaded atty v0.2.14
6342026-03-27T02:47:25.847Z Downloaded either v1.15.0
6352026-03-27T02:47:25.847Z Downloaded debug-ignore v1.0.5
6362026-03-27T02:47:25.847Z Downloaded crc v3.4.0
6372026-03-27T02:47:25.847Z Downloaded critical-section v1.2.0
6382026-03-27T02:47:25.847Z Downloaded bitfield-macros v0.19.4
6392026-03-27T02:47:25.847Z Downloaded bit-set v0.5.3
6402026-03-27T02:47:25.847Z Downloaded derive-where v1.6.0
6412026-03-27T02:47:25.847Z Downloaded foreign-types-shared v0.3.1
6422026-03-27T02:47:25.847Z Downloaded crossbeam-utils v0.8.21
6432026-03-27T02:47:25.847Z Downloaded base16ct v0.2.0
6442026-03-27T02:47:25.847Z Downloaded erased-serde v0.3.31
6452026-03-27T02:47:25.847Z Downloaded downcast-rs v2.0.2
6462026-03-27T02:47:25.847Z Downloaded bb8 v0.8.6
6472026-03-27T02:47:25.847Z Downloaded convert_case v0.4.0
6482026-03-27T02:47:25.847Z Downloaded crc-catalog v2.4.0
6492026-03-27T02:47:25.847Z Downloaded crossbeam-deque v0.8.6
6502026-03-27T02:47:25.847Z Downloaded foreign-types-shared v0.1.1
6512026-03-27T02:47:25.847Z Downloaded foreign-types-macros v0.2.3
6522026-03-27T02:47:25.847Z Downloaded defmt v0.3.100
6532026-03-27T02:47:25.847Z Downloaded cpufeatures v0.3.0
6542026-03-27T02:47:25.847Z Downloaded darling_macro v0.21.3
6552026-03-27T02:47:25.847Z Downloaded cassowary v0.3.0
6562026-03-27T02:47:25.847Z Downloaded cipher v0.4.4
6572026-03-27T02:47:25.847Z Downloaded chacha20 v0.9.1
6582026-03-27T02:47:25.847Z Downloaded diesel-dtrace v0.5.0
6592026-03-27T02:47:25.847Z Downloaded diesel_table_macro_syntax v0.3.0
6602026-03-27T02:47:25.847Z Downloaded darling_core v0.20.11
6612026-03-27T02:47:25.847Z Downloaded futures-io v0.3.32
6622026-03-27T02:47:25.847Z Downloaded futures-macro v0.3.32
6632026-03-27T02:47:25.848Z Downloaded futures-task v0.3.32
6642026-03-27T02:47:25.848Z Downloaded env_filter v1.0.0
6652026-03-27T02:47:25.848Z Downloaded crc8 v0.1.1
6662026-03-27T02:47:25.848Z Downloaded gethostname v0.5.0
6672026-03-27T02:47:25.848Z Downloaded fxhash v0.2.1
6682026-03-27T02:47:25.848Z Downloaded futures-core v0.3.32
6692026-03-27T02:47:25.848Z Downloaded funty v2.0.0
6702026-03-27T02:47:25.848Z Downloaded darling_macro v0.20.11
6712026-03-27T02:47:25.848Z Downloaded flagset v0.4.7
6722026-03-27T02:47:25.848Z Downloaded crucible-workspace-hack v0.1.0
6732026-03-27T02:47:25.856Z Downloaded hash32 v0.2.1
6742026-03-27T02:47:25.856Z Downloaded hash32 v0.3.1
6752026-03-27T02:47:25.856Z Downloaded display-error-chain v0.2.2
6762026-03-27T02:47:25.856Z Downloaded ff v0.13.1
6772026-03-27T02:47:25.857Z Downloaded dirs-next v2.0.0
6782026-03-27T02:47:25.857Z Downloaded defmt-macros v1.0.1
6792026-03-27T02:47:25.857Z Downloaded ctr v0.9.2
6802026-03-27T02:47:25.857Z Downloaded dirs-sys-next v0.1.2
6812026-03-27T02:47:25.857Z Downloaded embedded-io v0.4.0
6822026-03-27T02:47:25.857Z Downloaded float-ord v0.3.2
6832026-03-27T02:47:25.857Z Downloaded corncobs v0.1.4
6842026-03-27T02:47:25.857Z Downloaded dyn-clone v1.0.20
6852026-03-27T02:47:25.857Z Downloaded async-trait v0.1.89
6862026-03-27T02:47:25.857Z Downloaded fd-lock v4.0.4
6872026-03-27T02:47:25.857Z Downloaded dropshot-api-manager-types v0.6.0
6882026-03-27T02:47:25.857Z Downloaded darling v0.23.0
6892026-03-27T02:47:25.857Z Downloaded cbc v0.1.2
6902026-03-27T02:47:25.857Z Downloaded darling_core v0.23.0
6912026-03-27T02:47:25.857Z Downloaded git-stub v1.0.0
6922026-03-27T02:47:25.857Z Downloaded foreign-types v0.3.2
6932026-03-27T02:47:25.857Z Downloaded fixedbitset v0.4.2
6942026-03-27T02:47:25.857Z Downloaded dunce v1.0.5
6952026-03-27T02:47:25.857Z Downloaded ciborium-ll v0.2.2
6962026-03-27T02:47:25.857Z Downloaded convert_case v0.10.0
6972026-03-27T02:47:25.857Z Downloaded bitfield v0.19.4
6982026-03-27T02:47:25.857Z Downloaded buf-list v1.1.2
6992026-03-27T02:47:25.857Z Downloaded base64ct v1.8.3
7002026-03-27T02:47:25.857Z Downloaded filetime v0.2.27
7012026-03-27T02:47:25.857Z Downloaded bit-vec v0.8.0
7022026-03-27T02:47:25.857Z Downloaded constant_time_eq v0.4.2
7032026-03-27T02:47:25.858Z Downloaded bitflags v1.3.2
7042026-03-27T02:47:25.858Z Downloaded deranged v0.5.8
7052026-03-27T02:47:25.858Z Downloaded backoff v0.4.0
7062026-03-27T02:47:25.858Z Downloaded hex v0.4.3
7072026-03-27T02:47:25.858Z Downloaded foreign-types v0.5.0
7082026-03-27T02:47:25.858Z Downloaded ghash v0.5.1
7092026-03-27T02:47:25.858Z Downloaded clang-sys v1.8.1
7102026-03-27T02:47:25.858Z Downloaded darling_macro v0.23.0
7112026-03-27T02:47:25.858Z Downloaded csv-core v0.1.13
7122026-03-27T02:47:25.858Z Downloaded const_format_proc_macros v0.2.34
7132026-03-27T02:47:25.858Z Downloaded blowfish v0.9.1
7142026-03-27T02:47:25.858Z Downloaded http-range v0.1.5
7152026-03-27T02:47:25.858Z Downloaded cargo_metadata v0.19.2
7162026-03-27T02:47:25.858Z Downloaded headers-core v0.3.0
7172026-03-27T02:47:25.858Z Downloaded console v0.15.11
7182026-03-27T02:47:25.858Z Downloaded hostname v0.4.2
7192026-03-27T02:47:25.858Z Downloaded hex-literal v0.4.1
7202026-03-27T02:47:25.858Z Downloaded http-body v1.0.1
7212026-03-27T02:47:25.858Z Downloaded foldhash v0.2.0
7222026-03-27T02:47:25.858Z Downloaded httpdate v1.0.3
7232026-03-27T02:47:25.858Z Downloaded drift v0.1.3
7242026-03-27T02:47:25.858Z Downloaded hostname v0.3.1
7252026-03-27T02:47:25.858Z Downloaded ed25519 v2.2.3
7262026-03-27T02:47:25.858Z Downloaded fs_extra v1.3.0
7272026-03-27T02:47:25.858Z Downloaded globwalk v0.9.1
7282026-03-27T02:47:25.858Z Downloaded glob v0.3.3
7292026-03-27T02:47:25.858Z Downloaded fs-err v2.11.0
7302026-03-27T02:47:25.859Z Downloaded dtrace-parser v0.3.0
7312026-03-27T02:47:25.859Z Downloaded diff v0.1.13
7322026-03-27T02:47:25.859Z Downloaded git-stub-vcs v0.1.0
7332026-03-27T02:47:25.859Z Downloaded der_derive v0.7.3
7342026-03-27T02:47:25.859Z Downloaded daft v0.1.5
7352026-03-27T02:47:25.859Z Downloaded foldhash v0.1.5
7362026-03-27T02:47:25.859Z Downloaded der v0.7.10
7372026-03-27T02:47:25.859Z Downloaded indoc v1.0.9
7382026-03-27T02:47:25.859Z Downloaded indent_write v2.2.0
7392026-03-27T02:47:25.859Z Downloaded group v0.13.0
7402026-03-27T02:47:25.859Z Downloaded home v0.5.12
7412026-03-27T02:47:25.859Z Downloaded ident_case v1.0.1
7422026-03-27T02:47:25.859Z Downloaded hubpack_derive v0.1.1
7432026-03-27T02:47:25.859Z Downloaded instant v0.1.13
7442026-03-27T02:47:25.859Z Downloaded is_ci v1.2.0
7452026-03-27T02:47:25.859Z Downloaded const-oid v0.9.6
7462026-03-27T02:47:25.859Z Downloaded env_logger v0.11.9
7472026-03-27T02:47:25.859Z Downloaded fallible-iterator v0.2.0
7482026-03-27T02:47:25.859Z Downloaded blake2 v0.10.6
7492026-03-27T02:47:25.859Z Downloaded ciborium v0.2.2
7502026-03-27T02:47:25.859Z Downloaded highway v1.3.0
7512026-03-27T02:47:25.859Z Downloaded cc v1.2.56
7522026-03-27T02:47:25.859Z Downloaded document-features v0.2.12
7532026-03-27T02:47:25.859Z Downloaded fixedbitset v0.5.7
7542026-03-27T02:47:25.859Z Downloaded ena v0.14.4
7552026-03-27T02:47:25.859Z Downloaded bzip2 v0.4.4
7562026-03-27T02:47:25.859Z Downloaded backon v1.6.0
7572026-03-27T02:47:25.859Z Downloaded defmt v1.0.1
7582026-03-27T02:47:25.859Z Downloaded colored v2.2.0
7592026-03-27T02:47:25.860Z Downloaded darling v0.20.11
7602026-03-27T02:47:25.860Z Downloaded bcs v0.1.6
7612026-03-27T02:47:25.860Z Downloaded futures-channel v0.3.32
7622026-03-27T02:47:25.860Z Downloaded keccak v0.1.6
7632026-03-27T02:47:25.860Z Downloaded is-terminal v0.4.17
7642026-03-27T02:47:25.860Z Downloaded derive-ex v0.1.8
7652026-03-27T02:47:25.860Z Downloaded darling v0.21.3
7662026-03-27T02:47:25.860Z Downloaded crc32fast v1.5.0
7672026-03-27T02:47:25.860Z Downloaded lalrpop-util v0.19.12
7682026-03-27T02:47:25.860Z Downloaded hubpack v0.1.2
7692026-03-27T02:47:25.860Z Downloaded colored v3.1.1
7702026-03-27T02:47:25.860Z Downloaded cancel-safe-futures v0.1.5
7712026-03-27T02:47:25.860Z Downloaded crossbeam-channel v0.5.15
7722026-03-27T02:47:25.860Z Downloaded lru-cache v0.1.2
7732026-03-27T02:47:25.865Z Downloaded linked-hash-map v0.5.6
7742026-03-27T02:47:25.865Z Downloaded md5 v0.7.0
7752026-03-27T02:47:25.865Z Downloaded managed v0.8.0
7762026-03-27T02:47:25.865Z Downloaded ipnet v2.11.0
7772026-03-27T02:47:25.865Z Downloaded impl-trait-for-tuples v0.2.3
7782026-03-27T02:47:25.865Z Downloaded http-body-util v0.1.3
7792026-03-27T02:47:25.865Z Downloaded ingot v0.1.1
7802026-03-27T02:47:25.865Z Downloaded getrandom v0.2.17
7812026-03-27T02:47:25.865Z Downloaded kstat-rs v0.2.4
7822026-03-27T02:47:25.865Z Downloaded futures-executor v0.3.32
7832026-03-27T02:47:25.865Z Downloaded inout v0.1.4
7842026-03-27T02:47:25.865Z Downloaded hyper-tls v0.6.0
7852026-03-27T02:47:25.865Z Downloaded half v1.8.3
7862026-03-27T02:47:25.865Z Downloaded instability v0.3.11
7872026-03-27T02:47:25.865Z Downloaded ingot-types v0.1.2
7882026-03-27T02:47:25.865Z Downloaded hickory-client v0.25.2
7892026-03-27T02:47:25.865Z Downloaded globset v0.4.18
7902026-03-27T02:47:25.865Z Downloaded lzss v0.8.2
7912026-03-27T02:47:25.865Z Downloaded crossbeam-epoch v0.9.18
7922026-03-27T02:47:25.865Z Downloaded fatfs v0.3.6
7932026-03-27T02:47:25.865Z Downloaded indoc v2.0.7
7942026-03-27T02:47:25.865Z Downloaded new_debug_unreachable v1.0.6
7952026-03-27T02:47:25.865Z Downloaded newtype_derive v0.1.6
7962026-03-27T02:47:25.865Z Downloaded newtype-uuid-macros v0.1.0
7972026-03-27T02:47:25.865Z Downloaded nonempty v0.12.0
7982026-03-27T02:47:25.866Z Downloaded nibble_vec v0.1.0
7992026-03-27T02:47:25.866Z Downloaded libloading v0.8.9
8002026-03-27T02:47:25.866Z Downloaded libefi-sys v0.1.0
8012026-03-27T02:47:25.866Z Downloaded hyper-staticfile v0.10.1
8022026-03-27T02:47:25.867Z Downloaded derive_more v0.99.20
8032026-03-27T02:47:25.867Z Downloaded internet-checksum v0.2.1
8042026-03-27T02:47:25.867Z Downloaded console v0.16.2
8052026-03-27T02:47:25.867Z Downloaded cookie v0.18.1
8062026-03-27T02:47:25.867Z Downloaded opaque-debug v0.3.1
8072026-03-27T02:47:25.867Z Downloaded iana-time-zone v0.1.65
8082026-03-27T02:47:25.867Z Downloaded elliptic-curve v0.13.8
8092026-03-27T02:47:25.867Z Downloaded bzip2 v0.6.1
8102026-03-27T02:47:25.867Z Downloaded hyper-rustls v0.27.7
8112026-03-27T02:47:25.867Z Downloaded flume v0.11.1
8122026-03-27T02:47:25.867Z Downloaded num-derive v0.4.2
8132026-03-27T02:47:25.867Z Downloaded num-derive v0.3.3
8142026-03-27T02:47:25.867Z Downloaded num-conv v0.2.0
8152026-03-27T02:47:25.867Z Downloaded derive_builder v0.20.2
8162026-03-27T02:47:25.867Z Downloaded dropshot_endpoint v0.16.7
8172026-03-27T02:47:25.867Z Downloaded jobserver v0.1.34
8182026-03-27T02:47:25.867Z Downloaded const_format v0.2.35
8192026-03-27T02:47:25.867Z Downloaded maybe-uninit v2.0.0
8202026-03-27T02:47:25.867Z Downloaded lazy_static v1.5.0
8212026-03-27T02:47:25.867Z Downloaded allocator-api2 v0.2.21
8222026-03-27T02:47:25.867Z Downloaded lru-slab v0.1.2
8232026-03-27T02:47:25.868Z Downloaded num_enum_derive v0.7.5
8242026-03-27T02:47:25.868Z Downloaded ipnetwork v0.21.1
8252026-03-27T02:47:25.868Z Downloaded humantime v2.3.0
8262026-03-27T02:47:25.868Z Downloaded olpc-cjson v0.1.4
8272026-03-27T02:47:25.868Z Downloaded hmac v0.12.1
8282026-03-27T02:47:25.868Z Downloaded openssl-macros v0.1.1
8292026-03-27T02:47:25.868Z Downloaded libscf-sys v1.1.0
8302026-03-27T02:47:25.868Z Downloaded futures v0.3.32
8312026-03-27T02:47:25.868Z Downloaded match_cfg v0.1.0
8322026-03-27T02:47:25.868Z Downloaded libsw v3.5.0
8332026-03-27T02:47:25.868Z Downloaded libbz2-rs-sys v0.2.2
8342026-03-27T02:47:25.868Z Downloaded ingot-macros v0.1.1
8352026-03-27T02:47:25.868Z Downloaded headers v0.4.1
8362026-03-27T02:47:25.868Z Downloaded derive_more v2.1.1
8372026-03-27T02:47:25.868Z Downloaded parse-display v0.10.0
8382026-03-27T02:47:25.868Z Downloaded packed_struct_codegen v0.10.1
8392026-03-27T02:47:25.868Z Downloaded crc-any v2.5.0
8402026-03-27T02:47:25.868Z Downloaded chacha20poly1305 v0.10.1
8412026-03-27T02:47:25.868Z Downloaded expectorate v1.2.0
8422026-03-27T02:47:25.868Z Downloaded bytes v1.11.1
8432026-03-27T02:47:25.868Z Downloaded ed25519-dalek v2.2.0
8442026-03-27T02:47:25.868Z Downloaded path-slash v0.1.5
8452026-03-27T02:47:25.868Z Downloaded indicatif v0.18.4
8462026-03-27T02:47:25.868Z Downloaded hickory-resolver v0.24.4
8472026-03-27T02:47:25.868Z Downloaded dropshot-api-manager v0.6.0
8482026-03-27T02:47:25.868Z Downloaded mime_guess v2.0.5
8492026-03-27T02:47:25.868Z Downloaded multimap v0.10.1
8502026-03-27T02:47:25.868Z Downloaded phf_shared v0.11.3
8512026-03-27T02:47:25.868Z Downloaded httparse v1.10.1
8522026-03-27T02:47:25.868Z Downloaded num_enum v0.7.5
8532026-03-27T02:47:25.868Z Downloaded num_enum v0.5.11
8542026-03-27T02:47:25.868Z Downloaded litrs v1.0.0
8552026-03-27T02:47:25.868Z Downloaded owo-colors v4.3.0
8562026-03-27T02:47:25.869Z Downloaded oso v0.27.3
8572026-03-27T02:47:25.869Z Downloaded derive_more-impl v2.1.1
8582026-03-27T02:47:25.869Z Downloaded pin-utils v0.1.0
8592026-03-27T02:47:25.869Z Downloaded predicates-tree v1.0.13
8602026-03-27T02:47:25.869Z Downloaded powerfmt v0.2.0
8612026-03-27T02:47:25.869Z Downloaded flate2 v1.1.9
8622026-03-27T02:47:25.869Z Downloaded proc-macro-crate v3.4.0
8632026-03-27T02:47:25.869Z Downloaded oxnet v0.1.4
8642026-03-27T02:47:25.869Z Downloaded hashbrown v0.12.3
8652026-03-27T02:47:25.869Z Downloaded oxide-tokio-rt v0.1.3
8662026-03-27T02:47:25.869Z Downloaded getrandom v0.3.4
8672026-03-27T02:47:25.869Z Downloaded heapless v0.7.17
8682026-03-27T02:47:25.869Z Downloaded diesel_derives v2.3.7
8692026-03-27T02:47:25.869Z Downloaded newtype-uuid v1.3.2
8702026-03-27T02:47:25.869Z Downloaded ignore v0.4.25
8712026-03-27T02:47:25.869Z Downloaded memmap2 v0.9.10
8722026-03-27T02:47:25.869Z Downloaded http v1.4.0
8732026-03-27T02:47:25.873Z Downloaded packed_struct v0.10.1
8742026-03-27T02:47:25.873Z Downloaded crossterm v0.28.1
8752026-03-27T02:47:25.873Z Downloaded proc-macro-crate v1.3.1
8762026-03-27T02:47:25.873Z Downloaded progenitor-client v0.10.0
8772026-03-27T02:47:25.873Z Downloaded itertools v0.10.5
8782026-03-27T02:47:25.873Z Downloaded paste v1.0.15
8792026-03-27T02:47:25.873Z Downloaded crossterm v0.29.0
8802026-03-27T02:47:25.873Z Downloaded bumpalo v3.20.2
8812026-03-27T02:47:25.873Z Downloaded nom v7.1.3
8822026-03-27T02:47:25.873Z Downloaded password-hash v0.5.0
8832026-03-27T02:47:25.873Z Downloaded ar_archive_writer v0.5.1
8842026-03-27T02:47:25.873Z Downloaded progenitor-client v0.11.2
8852026-03-27T02:47:25.873Z Downloaded base64 v0.21.7
8862026-03-27T02:47:25.873Z Downloaded base64 v0.22.1
8872026-03-27T02:47:25.873Z Downloaded pem-rfc7468 v0.7.0
8882026-03-27T02:47:25.873Z Downloaded pem v3.0.6
8892026-03-27T02:47:25.873Z Downloaded parking_lot_core v0.8.6
8902026-03-27T02:47:25.873Z Downloaded libsw-core v0.3.2
8912026-03-27T02:47:25.873Z Downloaded phf v0.13.1
8922026-03-27T02:47:25.874Z Downloaded progenitor-macro v0.11.2
8932026-03-27T02:47:25.874Z Downloaded password-hash v0.4.2
8942026-03-27T02:47:25.874Z Downloaded pin-project-internal v1.1.11
8952026-03-27T02:47:25.874Z Downloaded pkg-config v0.3.32
8962026-03-27T02:47:25.874Z Downloaded pkcs8 v0.10.2
8972026-03-27T02:47:25.874Z Downloaded postgres-protocol v0.6.10
8982026-03-27T02:47:25.874Z Downloaded num-iter v0.1.45
8992026-03-27T02:47:25.874Z Downloaded h2 v0.4.13
9002026-03-27T02:47:25.874Z Downloaded quick-error v1.2.3
9012026-03-27T02:47:25.874Z Downloaded radium v0.7.0
9022026-03-27T02:47:25.874Z Downloaded lock_api v0.4.14
9032026-03-27T02:47:25.874Z Downloaded hkdf v0.12.4
9042026-03-27T02:47:25.874Z Downloaded primeorder v0.13.6
9052026-03-27T02:47:25.874Z Downloaded indexmap v1.9.3
9062026-03-27T02:47:25.874Z Downloaded heapless v0.8.0
9072026-03-27T02:47:25.874Z Downloaded libm v0.2.16
9082026-03-27T02:47:25.874Z Downloaded rand_xorshift v0.4.0
9092026-03-27T02:47:25.874Z Downloaded proc-macro-error2 v2.0.1
9102026-03-27T02:47:25.874Z Downloaded recursive-proc-macro-impl v0.1.1
9112026-03-27T02:47:25.874Z Downloaded itertools v0.14.0
9122026-03-27T02:47:25.874Z Downloaded recursive v0.1.1
9132026-03-27T02:47:25.874Z Downloaded num-complex v0.4.6
9142026-03-27T02:47:25.874Z Downloaded num_threads v0.1.7
9152026-03-27T02:47:25.874Z Downloaded memoffset v0.9.1
9162026-03-27T02:47:25.874Z Downloaded linear-map v1.2.0
9172026-03-27T02:47:25.874Z Downloaded progenitor v0.13.0
9182026-03-27T02:47:25.874Z Downloaded multer v3.1.0
9192026-03-27T02:47:25.874Z Downloaded ref-cast-impl v1.0.25
9202026-03-27T02:47:25.874Z Downloaded ref-cast v1.0.25
9212026-03-27T02:47:25.874Z Downloaded progenitor-macro v0.10.0
9222026-03-27T02:47:25.874Z Downloaded rfc6979 v0.4.0
9232026-03-27T02:47:25.874Z Downloaded predicates-core v1.0.10
9242026-03-27T02:47:25.874Z Downloaded oso-derive v0.27.3
9252026-03-27T02:47:25.874Z Downloaded pkcs5 v0.7.1
9262026-03-27T02:47:25.875Z Downloaded pkcs1 v0.7.5
9272026-03-27T02:47:25.875Z Downloaded russh-cryptovec v0.7.3
9282026-03-27T02:47:25.875Z Downloaded rtoolbox v0.0.3
9292026-03-27T02:47:25.875Z Downloaded native-tls v0.2.18
9302026-03-27T02:47:25.875Z Downloaded rustc-hash v2.1.1
9312026-03-27T02:47:25.875Z Downloaded rustc_version v0.4.1
9322026-03-27T02:47:25.876Z Downloaded rustc_version v0.1.7
9332026-03-27T02:47:25.876Z Downloaded p256 v0.13.2
9342026-03-27T02:47:25.876Z Downloaded proc-macro-error-attr2 v2.0.0
9352026-03-27T02:47:25.876Z Downloaded lru v0.12.5
9362026-03-27T02:47:25.876Z Downloaded ppv-lite86 v0.2.21
9372026-03-27T02:47:25.876Z Downloaded miniz_oxide v0.8.9
9382026-03-27T02:47:25.876Z Downloaded progenitor-macro v0.13.0
9392026-03-27T02:47:25.876Z Downloaded progenitor-client v0.13.0
9402026-03-27T02:47:25.876Z Downloaded pin-project-lite v0.2.17
9412026-03-27T02:47:25.876Z Downloaded rand_core v0.9.5
9422026-03-27T02:47:25.876Z Downloaded papergrid v0.17.0
9432026-03-27T02:47:25.876Z Downloaded curve25519-dalek v4.1.3
9442026-03-27T02:47:25.876Z Downloaded pbkdf2 v0.12.2
9452026-03-27T02:47:25.876Z Downloaded rand_core v0.10.0
9462026-03-27T02:47:25.876Z Downloaded psm v0.1.30
9472026-03-27T02:47:25.876Z Downloaded progenitor v0.10.0
9482026-03-27T02:47:25.876Z Downloaded quinn-udp v0.5.14
9492026-03-27T02:47:25.877Z Downloaded num-bigint v0.4.6
9502026-03-27T02:47:25.877Z Downloaded newline-converter v0.3.0
9512026-03-27T02:47:25.877Z Downloaded rand_core v0.6.4
9522026-03-27T02:47:25.877Z Downloaded omicron-zone-package v0.12.2
9532026-03-27T02:47:25.877Z Downloaded sapling-renderdag v0.1.0
9542026-03-27T02:47:25.877Z Downloaded same-file v1.0.6
9552026-03-27T02:47:25.877Z Downloaded pin-project v1.1.11
9562026-03-27T02:47:25.877Z Downloaded jiff-static v0.2.21
9572026-03-27T02:47:25.877Z Downloaded hickory-server v0.25.2
9582026-03-27T02:47:25.877Z Downloaded hickory-resolver v0.25.2
9592026-03-27T02:47:25.877Z Downloaded resolv-conf v0.7.6
9602026-03-27T02:47:25.877Z Downloaded scopeguard v1.2.0
9612026-03-27T02:47:25.877Z Downloaded openssl-sys v0.9.111
9622026-03-27T02:47:25.877Z Downloaded scrypt v0.11.0
9632026-03-27T02:47:25.877Z Downloaded md-5 v0.10.6
9642026-03-27T02:47:25.877Z Downloaded secrecy v0.8.0
9652026-03-27T02:47:25.877Z Downloaded postgres-types v0.2.12
9662026-03-27T02:47:25.877Z Downloaded semver v0.1.20
9672026-03-27T02:47:25.877Z Downloaded secrecy v0.10.3
9682026-03-27T02:47:25.877Z Downloaded siphasher v1.0.2
9692026-03-27T02:47:25.877Z Downloaded seq-macro v0.3.6
9702026-03-27T02:47:25.877Z Downloaded rand v0.8.5
9712026-03-27T02:47:25.877Z Downloaded rand v0.10.0
9722026-03-27T02:47:25.877Z Downloaded diesel v2.3.7
9732026-03-27T02:47:25.881Z Downloaded russh v0.45.0
9742026-03-27T02:47:25.881Z Downloaded rustls-pemfile v1.0.4
9752026-03-27T02:47:25.881Z Downloaded rustls-native-certs v0.8.3
9762026-03-27T02:47:25.881Z Downloaded serde-big-array v0.5.1
9772026-03-27T02:47:25.881Z Downloaded rand_seeder v0.4.0
9782026-03-27T02:47:25.881Z Downloaded maplit v1.0.2
9792026-03-27T02:47:25.881Z Downloaded hashbrown v0.13.2
9802026-03-27T02:47:25.881Z Downloaded dropshot v0.16.7
9812026-03-27T02:47:25.881Z Downloaded hickory-proto v0.24.4
9822026-03-27T02:47:25.881Z Downloaded serde_spanned v1.0.4
9832026-03-27T02:47:25.881Z Downloaded serde_plain v1.0.2
9842026-03-27T02:47:25.882Z Downloaded mime v0.3.17
9852026-03-27T02:47:25.882Z Downloaded aho-corasick v1.1.4
9862026-03-27T02:47:25.882Z Downloaded aes v0.8.4
9872026-03-27T02:47:25.882Z Downloaded snafu-derive v0.8.9
9882026-03-27T02:47:25.882Z Downloaded peg-macros v0.8.5
9892026-03-27T02:47:25.882Z Downloaded signal-hook-tokio v0.3.1
9902026-03-27T02:47:25.882Z Downloaded shell-words v1.1.1
9912026-03-27T02:47:25.882Z Downloaded serde_urlencoded v0.7.1
9922026-03-27T02:47:25.882Z Downloaded precomputed-hash v0.1.1
9932026-03-27T02:47:25.882Z Downloaded reqwest v0.12.28
9942026-03-27T02:47:25.882Z Downloaded sigpipe v0.1.3
9952026-03-27T02:47:25.882Z Downloaded signature v2.2.0
9962026-03-27T02:47:25.882Z Downloaded salty v0.3.0
9972026-03-27T02:47:25.882Z Downloaded minimal-lexical v0.2.1
9982026-03-27T02:47:25.882Z Downloaded hyper-util v0.1.20
9992026-03-27T02:47:25.882Z Downloaded slog-async v2.8.0
10002026-03-27T02:47:25.882Z Downloaded prettyplease v0.2.37
10012026-03-27T02:47:25.882Z Downloaded serde_yaml v0.9.34+deprecated
10022026-03-27T02:47:25.882Z Downloaded normalize-line-endings v0.3.0
10032026-03-27T02:47:25.882Z Downloaded slog-envlogger v2.2.0
10042026-03-27T02:47:25.882Z Downloaded num-integer v0.1.46
10052026-03-27T02:47:25.882Z Downloaded nodrop v0.1.14
10062026-03-27T02:47:25.882Z Downloaded nanorand v0.7.0
10072026-03-27T02:47:25.882Z Downloaded rustls-pemfile v2.2.0
10082026-03-27T02:47:25.882Z Downloaded rcgen v0.12.1
10092026-03-27T02:47:25.882Z Downloaded progenitor v0.11.2
10102026-03-27T02:47:25.883Z Downloaded progenitor-impl v0.11.2
10112026-03-27T02:47:25.883Z Downloaded progenitor-impl v0.10.0
10122026-03-27T02:47:25.883Z Downloaded num v0.4.3
10132026-03-27T02:47:25.883Z Downloaded rustls-pki-types v1.14.0
10142026-03-27T02:47:25.883Z Downloaded strum_macros v0.26.4
10152026-03-27T02:47:25.883Z Downloaded serde_path_to_error v0.1.20
10162026-03-27T02:47:25.884Z Downloaded signal-hook-registry v1.4.8
10172026-03-27T02:47:25.884Z Downloaded ssh-encoding v0.2.0
10182026-03-27T02:47:25.884Z Downloaded strip-ansi-escapes v0.2.1
10192026-03-27T02:47:25.884Z Downloaded pbkdf2 v0.11.0
10202026-03-27T02:47:25.884Z Downloaded libxml v0.3.3
10212026-03-27T02:47:25.884Z Downloaded tap v1.0.1
10222026-03-27T02:47:25.884Z Downloaded rand_chacha v0.9.0
10232026-03-27T02:47:25.884Z Downloaded parse-display-derive v0.10.0
10242026-03-27T02:47:25.884Z Downloaded structmeta v0.3.0
10252026-03-27T02:47:25.884Z Downloaded strum v0.27.2
10262026-03-27T02:47:25.884Z Downloaded rand_chacha v0.3.1
10272026-03-27T02:47:25.884Z Downloaded openssl-probe v0.2.1
10282026-03-27T02:47:25.884Z Downloaded sec1 v0.7.3
10292026-03-27T02:47:25.884Z Downloaded slog-dtrace v0.3.0
10302026-03-27T02:47:25.884Z Downloaded slog-stdlog v4.1.1
10312026-03-27T02:47:25.884Z Downloaded structmeta-derive v0.3.0
10322026-03-27T02:47:25.884Z Downloaded supports-color v3.0.2
10332026-03-27T02:47:25.884Z Downloaded subtle v2.6.1
10342026-03-27T02:47:25.884Z Downloaded slog-scope v4.4.1
10352026-03-27T02:47:25.884Z Downloaded serde_derive_internals v0.29.1
10362026-03-27T02:47:25.885Z Downloaded smallvec v0.6.14
10372026-03-27T02:47:25.885Z Downloaded slog-term v2.9.2
10382026-03-27T02:47:25.885Z Downloaded serde_cbor v0.11.2
10392026-03-27T02:47:25.885Z Downloaded nu-ansi-term v0.50.3
10402026-03-27T02:47:25.885Z Downloaded aes-gcm v0.10.3
10412026-03-27T02:47:25.885Z Downloaded r2d2 v0.8.10
10422026-03-27T02:47:25.885Z Downloaded rusty-fork v0.3.1
10432026-03-27T02:47:25.885Z Downloaded ryu v1.0.23
10442026-03-27T02:47:25.885Z Downloaded parking_lot v0.12.5
10452026-03-27T02:47:25.885Z Downloaded take_mut v0.2.2
10462026-03-27T02:47:25.885Z Downloaded num-rational v0.4.2
10472026-03-27T02:47:25.885Z Downloaded tagptr v0.2.0
10482026-03-27T02:47:25.885Z Downloaded serde_with_macros v3.17.0
10492026-03-27T02:47:25.885Z Downloaded sqlformat v0.3.5
10502026-03-27T02:47:25.885Z Downloaded static_assertions v1.1.0
10512026-03-27T02:47:25.885Z Downloaded psl-types v2.0.11
10522026-03-27T02:47:25.885Z Downloaded peg-runtime v0.8.5
10532026-03-27T02:47:25.885Z Downloaded stringprep v0.1.5
10542026-03-27T02:47:25.885Z Downloaded simd-adler32 v0.3.8
10552026-03-27T02:47:25.886Z Downloaded ron v0.8.1
10562026-03-27T02:47:25.886Z Downloaded tiny-keccak v2.0.2
10572026-03-27T02:47:25.886Z Downloaded num_enum_derive v0.5.11
10582026-03-27T02:47:25.886Z Downloaded qorb v0.4.1
10592026-03-27T02:47:25.886Z Downloaded quinn v0.11.9
10602026-03-27T02:47:25.886Z Downloaded schemars_derive v0.8.22
10612026-03-27T02:47:25.886Z Downloaded schemars v0.8.22
10622026-03-27T02:47:25.886Z Downloaded tokio-native-tls v0.3.1
10632026-03-27T02:47:25.886Z Downloaded thread-id v5.1.0
10642026-03-27T02:47:25.886Z Downloaded thiserror-impl-no-std v2.0.2
10652026-03-27T02:47:25.886Z Downloaded scheduled-thread-pool v0.2.7
10662026-03-27T02:47:25.886Z Downloaded strum_macros v0.24.3
10672026-03-27T02:47:25.886Z Downloaded iddqd v0.3.17
10682026-03-27T02:47:25.886Z Downloaded hashbrown v0.15.5
10692026-03-27T02:47:25.886Z Downloaded progenitor-impl v0.13.0
10702026-03-27T02:47:25.886Z Downloaded mio v1.1.1
10712026-03-27T02:47:25.887Z Downloaded peg v0.8.5
10722026-03-27T02:47:25.887Z Downloaded tinyvec_macros v0.1.1
10732026-03-27T02:47:25.891Z Downloaded phf v0.12.1
10742026-03-27T02:47:25.891Z Downloaded parse-size v1.1.0
10752026-03-27T02:47:25.891Z Downloaded pretty_assertions v1.4.1
10762026-03-27T02:47:25.891Z Downloaded itertools v0.12.1
10772026-03-27T02:47:25.891Z Downloaded rustls-platform-verifier v0.6.2
10782026-03-27T02:47:25.891Z Downloaded itertools v0.13.0
10792026-03-27T02:47:25.891Z Downloaded toml_parser v1.0.9+spec-1.1.0
10802026-03-27T02:47:25.893Z Downloaded rustix v0.38.44
10812026-03-27T02:47:25.893Z Downloaded thiserror-no-std v2.0.2
10822026-03-27T02:47:25.893Z Downloaded termios v0.3.3
10832026-03-27T02:47:25.893Z Downloaded schemars v0.9.0
10842026-03-27T02:47:25.893Z Downloaded poly1305 v0.8.0
10852026-03-27T02:47:25.893Z Downloaded openssl-probe v0.1.6
10862026-03-27T02:47:25.893Z Downloaded phf_shared v0.13.1
10872026-03-27T02:47:25.893Z Downloaded parking_lot v0.11.2
10882026-03-27T02:47:25.893Z Downloaded num-bigint-dig v0.8.6
10892026-03-27T02:47:25.893Z Downloaded unicode-truncate v1.1.0
10902026-03-27T02:47:25.893Z Downloaded unarray v0.1.4
10912026-03-27T02:47:25.893Z Downloaded topological-sort v0.2.2
10922026-03-27T02:47:25.894Z Downloaded time-macros v0.2.27
10932026-03-27T02:47:25.894Z Downloaded polyval v0.6.2
10942026-03-27T02:47:25.894Z Downloaded parking_lot_core v0.9.12
10952026-03-27T02:47:25.894Z Downloaded tower-service v0.3.3
10962026-03-27T02:47:25.894Z Downloaded phf_shared v0.12.1
10972026-03-27T02:47:25.894Z Downloaded strum_macros v0.27.2
10982026-03-27T02:47:25.894Z Downloaded tabwriter v1.4.1
10992026-03-27T02:47:25.894Z Downloaded hyper v1.8.1
11002026-03-27T02:47:25.894Z Downloaded postcard v1.1.3
11012026-03-27T02:47:25.894Z Downloaded tls_codec_derive v0.4.2
11022026-03-27T02:47:25.894Z Downloaded shlex v1.3.0
11032026-03-27T02:47:25.894Z Downloaded p384 v0.13.1
11042026-03-27T02:47:25.894Z Downloaded try-lock v0.2.5
11052026-03-27T02:47:25.894Z Downloaded testing_table v0.3.0
11062026-03-27T02:47:25.894Z Downloaded support-bundle-viewer v0.1.2
11072026-03-27T02:47:25.894Z Downloaded scroll_derive v0.13.1
11082026-03-27T02:47:25.894Z Downloaded predicates v3.1.4
11092026-03-27T02:47:25.894Z Downloaded typify-macro v0.4.3
11102026-03-27T02:47:25.894Z Downloaded rustls-webpki v0.103.9
11112026-03-27T02:47:25.894Z Downloaded tokio-dtrace v0.1.1
11122026-03-27T02:47:25.894Z Downloaded signal-hook-mio v0.2.5
11132026-03-27T02:47:25.894Z Downloaded iri-string v0.7.10
11142026-03-27T02:47:25.894Z Downloaded socket2 v0.5.10
11152026-03-27T02:47:25.894Z Downloaded unit-prefix v0.5.2
11162026-03-27T02:47:25.894Z Downloaded socket2 v0.6.2
11172026-03-27T02:47:25.894Z Downloaded progenitor-extras v0.1.1
11182026-03-27T02:47:25.894Z Downloaded spin v0.9.8
11192026-03-27T02:47:25.894Z Downloaded term v0.7.0
11202026-03-27T02:47:25.894Z Downloaded tokio-tungstenite v0.21.0
11212026-03-27T02:47:25.894Z Downloaded tokio-rustls v0.25.0
11222026-03-27T02:47:25.894Z Downloaded wait-timeout v0.2.1
11232026-03-27T02:47:25.894Z Downloaded usdt v0.6.0
11242026-03-27T02:47:25.894Z Downloaded usdt-attr-macro v0.6.0
11252026-03-27T02:47:25.895Z Downloaded universal-hash v0.5.1
11262026-03-27T02:47:25.895Z Downloaded serde_bytes v0.11.19
11272026-03-27T02:47:25.895Z Downloaded string_cache v0.8.9
11282026-03-27T02:47:25.895Z Downloaded rand v0.9.2
11292026-03-27T02:47:25.895Z Downloaded rpassword v7.4.0
11302026-03-27T02:47:25.895Z Downloaded portable-atomic v1.13.1
11312026-03-27T02:47:25.895Z Downloaded want v0.3.1
11322026-03-27T02:47:25.895Z Downloaded serde_repr v0.1.20
11332026-03-27T02:47:25.895Z Downloaded salsa20 v0.10.2
11342026-03-27T02:47:25.895Z Downloaded tokio-tungstenite v0.23.1
11352026-03-27T02:47:25.895Z Downloaded toml_writer v1.0.6+spec-1.1.0
11362026-03-27T02:47:25.895Z Downloaded rsa v0.9.10
11372026-03-27T02:47:25.895Z Downloaded vsss-rs v3.3.4
11382026-03-27T02:47:25.895Z Downloaded utf-8 v0.7.6
11392026-03-27T02:47:25.895Z Downloaded russh-keys v0.45.0
11402026-03-27T02:47:25.895Z Downloaded usdt-macro v0.6.0
11412026-03-27T02:47:25.895Z Downloaded prefix-trie v0.7.0
11422026-03-27T02:47:25.895Z Downloaded futures-util v0.3.32
11432026-03-27T02:47:25.895Z Downloaded tls_codec v0.4.2
11442026-03-27T02:47:25.895Z Downloaded tui-tree-widget v0.23.1
11452026-03-27T02:47:25.895Z Downloaded tokio-macros v2.6.0
11462026-03-27T02:47:25.895Z Downloaded typify-macro v0.6.1
11472026-03-27T02:47:25.895Z Downloaded nix v0.28.0
11482026-03-27T02:47:25.895Z Downloaded waitgroup v0.1.2
11492026-03-27T02:47:25.895Z Downloaded unicase v2.9.0
11502026-03-27T02:47:25.895Z Downloaded samael v0.0.19
11512026-03-27T02:47:25.895Z Downloaded void v1.0.2
11522026-03-27T02:47:25.895Z Downloaded stacker v0.1.23
11532026-03-27T02:47:25.895Z Downloaded xattr v1.6.1
11542026-03-27T02:47:25.895Z Downloaded xshell-macros v0.2.7
11552026-03-27T02:47:25.895Z Downloaded schemars v1.2.1
11562026-03-27T02:47:25.895Z Downloaded smf v0.2.3
11572026-03-27T02:47:25.896Z Downloaded tabled v0.20.0
11582026-03-27T02:47:25.896Z Downloaded toml_datetime v0.7.5+spec-1.1.0
11592026-03-27T02:47:25.896Z Downloaded zeroize_derive v1.4.3
11602026-03-27T02:47:25.896Z Downloaded tokio-rustls v0.26.4
11612026-03-27T02:47:25.896Z Downloaded zone_cfg_derive v0.3.1
11622026-03-27T02:47:25.896Z Downloaded zone v0.3.1
11632026-03-27T02:47:25.896Z Downloaded rayon-core v1.13.0
11642026-03-27T02:47:25.896Z Downloaded publicsuffix v2.3.0
11652026-03-27T02:47:25.896Z Downloaded serde-hex v0.1.0
11662026-03-27T02:47:25.896Z Downloaded xshell v0.2.7
11672026-03-27T02:47:25.896Z Downloaded tinyvec v1.10.0
11682026-03-27T02:47:25.896Z Downloaded uzers v0.12.2
11692026-03-27T02:47:25.896Z Downloaded vergen-git2 v1.0.7
11702026-03-27T02:47:25.896Z Downloaded tabled_derive v0.11.0
11712026-03-27T02:47:25.896Z Downloaded rustversion v1.0.22
11722026-03-27T02:47:25.896Z Downloaded lzma-sys v0.1.20
11732026-03-27T02:47:25.902Z Downloaded wyz v0.5.1
11742026-03-27T02:47:25.902Z Downloaded sync-ptr v0.1.4
11752026-03-27T02:47:25.902Z Downloaded aws-lc-rs v1.16.0
11762026-03-27T02:47:25.902Z Downloaded whoami v2.1.0
11772026-03-27T02:47:25.902Z Downloaded zstd v0.13.3
11782026-03-27T02:47:25.902Z Downloaded twox-hash v2.1.2
11792026-03-27T02:47:25.902Z Downloaded slog-bunyan v2.5.0
11802026-03-27T02:47:25.902Z Downloaded whoami v1.6.1
11812026-03-27T02:47:25.902Z Downloaded vergen-gitcl v1.0.8
11822026-03-27T02:47:25.902Z Downloaded tokio-stream v0.1.18
11832026-03-27T02:47:25.903Z Downloaded sync_wrapper v1.0.2
11842026-03-27T02:47:25.903Z Downloaded tokio-rustls v0.24.1
11852026-03-27T02:47:25.903Z Downloaded scroll v0.13.0
11862026-03-27T02:47:25.903Z Downloaded rustyline v14.0.0
11872026-03-27T02:47:25.903Z Downloaded p521 v0.13.3
11882026-03-27T02:47:25.903Z Downloaded toml v0.7.8
11892026-03-27T02:47:25.903Z Downloaded untrusted v0.9.0
11902026-03-27T02:47:25.903Z Downloaded trait-variant v0.1.2
11912026-03-27T02:47:25.903Z Downloaded strum v0.26.3
11922026-03-27T02:47:25.903Z Downloaded termtree v0.5.1
11932026-03-27T02:47:25.903Z Downloaded slog-json v2.6.1
11942026-03-27T02:47:25.903Z Downloaded slab v0.4.12
11952026-03-27T02:47:25.903Z Downloaded tracing-core v0.1.36
11962026-03-27T02:47:25.903Z Downloaded zeroize v1.8.2
11972026-03-27T02:47:25.903Z Downloaded subprocess v0.2.15
11982026-03-27T02:47:25.903Z Downloaded toml v0.9.12+spec-1.1.0
11992026-03-27T02:47:25.903Z Downloaded zstd-safe v7.2.4
12002026-03-27T02:47:25.903Z Downloaded spki v0.7.3
12012026-03-27T02:47:25.903Z Downloaded ssh-cipher v0.2.0
12022026-03-27T02:47:25.903Z Downloaded sha1 v0.10.6
12032026-03-27T02:47:25.903Z Downloaded tracing-attributes v0.1.31
12042026-03-27T02:47:25.903Z Downloaded typify v0.4.3
12052026-03-27T02:47:25.903Z Downloaded time-core v0.1.8
12062026-03-27T02:47:25.903Z Downloaded similar v2.7.0
12072026-03-27T02:47:25.903Z Downloaded sct v0.7.1
12082026-03-27T02:47:25.903Z Downloaded vergen v9.0.6
12092026-03-27T02:47:25.903Z Downloaded yansi v1.0.1
12102026-03-27T02:47:25.903Z Downloaded typify v0.6.1
12112026-03-27T02:47:25.903Z Downloaded reqwest v0.13.2
12122026-03-27T02:47:25.903Z Downloaded reedline v0.40.0
12132026-03-27T02:47:25.903Z Downloaded sqlparser_derive v0.5.0
12142026-03-27T02:47:25.903Z Downloaded blake3 v1.8.3
12152026-03-27T02:47:25.903Z Downloaded yasna v0.5.2
12162026-03-27T02:47:25.903Z Downloaded term v1.2.1
12172026-03-27T02:47:25.904Z Downloaded ron v0.12.0
12182026-03-27T02:47:25.904Z Downloaded zerocopy v0.6.6
12192026-03-27T02:47:25.904Z Downloaded signal-hook v0.3.18
12202026-03-27T02:47:25.904Z Downloaded toml_edit v0.23.10+spec-1.0.0
12212026-03-27T02:47:25.904Z Downloaded bitvec v1.0.1
12222026-03-27T02:47:25.904Z Downloaded tungstenite v0.21.0
12232026-03-27T02:47:25.904Z Downloaded vergen-lib v0.1.6
12242026-03-27T02:47:25.904Z Downloaded usdt-impl v0.6.0
12252026-03-27T02:47:25.904Z Downloaded tower-layer v0.3.3
12262026-03-27T02:47:25.904Z Downloaded thread_local v1.1.9
12272026-03-27T02:47:25.904Z Downloaded unsafe-libyaml v0.2.11
12282026-03-27T02:47:25.904Z Downloaded unicode-bidi v0.3.18
12292026-03-27T02:47:25.904Z Downloaded ssh-key v0.6.7
12302026-03-27T02:47:25.904Z Downloaded vte v0.14.1
12312026-03-27T02:47:25.904Z Downloaded test-strategy v0.4.5
12322026-03-27T02:47:25.904Z Downloaded zopfli v0.8.3
12332026-03-27T02:47:25.904Z Downloaded uuid v1.21.0
12342026-03-27T02:47:25.904Z Downloaded toml_edit v0.19.15
12352026-03-27T02:47:25.904Z Downloaded rayon v1.11.0
12362026-03-27T02:47:25.904Z Downloaded unicode-segmentation v1.12.0
12372026-03-27T02:47:25.904Z Downloaded bindgen v0.71.1
12382026-03-27T02:47:25.904Z Downloaded slog v2.8.2
12392026-03-27T02:47:25.904Z Downloaded chrono v0.4.44
12402026-03-27T02:47:25.904Z Downloaded untrusted v0.7.1
12412026-03-27T02:47:25.904Z Downloaded x509-cert v0.2.5
12422026-03-27T02:47:25.904Z Downloaded snafu v0.8.9
12432026-03-27T02:47:25.904Z Downloaded lalrpop v0.19.12
12442026-03-27T02:47:25.906Z Downloaded tar v0.4.45
12452026-03-27T02:47:25.906Z Downloaded git2 v0.20.4
12462026-03-27T02:47:25.906Z Downloaded steno v0.4.1
12472026-03-27T02:47:25.906Z Downloaded jiff v0.2.21
12482026-03-27T02:47:25.906Z Downloaded typed-path v0.9.3
12492026-03-27T02:47:25.906Z Downloaded rustls-webpki v0.101.7
12502026-03-27T02:47:25.906Z Downloaded unicode_categories v0.1.1
12512026-03-27T02:47:25.906Z Downloaded petname v2.0.2
12522026-03-27T02:47:25.906Z Downloaded xz2 v0.1.7
12532026-03-27T02:47:25.906Z Downloaded tokio-postgres v0.7.16
12542026-03-27T02:47:25.906Z Downloaded tungstenite v0.23.0
12552026-03-27T02:47:25.906Z Downloaded tower v0.5.3
12562026-03-27T02:47:25.906Z Downloaded walkdir v2.5.0
12572026-03-27T02:47:25.906Z Downloaded proptest v1.10.0
12582026-03-27T02:47:25.906Z Downloaded unicode-properties v0.1.4
12592026-03-27T02:47:25.906Z Downloaded csv v1.4.0
12602026-03-27T02:47:25.906Z Downloaded regex v1.12.3
12612026-03-27T02:47:25.906Z Downloaded moka v0.12.13
12622026-03-27T02:47:25.906Z Downloaded goblin v0.10.5
12632026-03-27T02:47:25.906Z Downloaded quick-xml v0.37.5
12642026-03-27T02:47:25.906Z Downloaded zip v0.6.6
12652026-03-27T02:47:25.906Z Downloaded serde_with v3.17.0
12662026-03-27T02:47:25.906Z Downloaded object v0.30.4
12672026-03-27T02:47:25.907Z Downloaded unicode-normalization v0.1.25
12682026-03-27T02:47:25.907Z Downloaded tokio-util v0.7.18
12692026-03-27T02:47:25.907Z Downloaded zip v4.6.1
12702026-03-27T02:47:25.907Z Downloaded tough v0.20.0
12712026-03-27T02:47:25.907Z Downloaded nix v0.27.1
12722026-03-27T02:47:25.907Z Downloaded rustls-webpki v0.102.8
12732026-03-27T02:47:25.911Z Downloaded quinn-proto v0.11.13
12742026-03-27T02:47:25.911Z Downloaded zerocopy-derive v0.8.40
12752026-03-27T02:47:25.911Z Downloaded sled v0.34.7
12762026-03-27T02:47:25.911Z Downloaded bstr v1.12.1
12772026-03-27T02:47:25.911Z Downloaded tower-http v0.6.8
12782026-03-27T02:47:25.911Z Downloaded radix_trie v0.2.1
12792026-03-27T02:47:25.911Z Downloaded openssl v0.10.75
12802026-03-27T02:47:25.911Z Downloaded nix v0.29.0
12812026-03-27T02:47:25.911Z Downloaded polar-core v0.27.3
12822026-03-27T02:47:25.911Z Downloaded winnow v0.5.40
12832026-03-27T02:47:25.911Z Downloaded nix v0.31.1
12842026-03-27T02:47:25.911Z Downloaded zerocopy v0.8.40
12852026-03-27T02:47:25.911Z Downloaded time v0.3.47
12862026-03-27T02:47:25.911Z Downloaded smoltcp v0.9.1
12872026-03-27T02:47:25.911Z Downloaded winnow v0.6.26
12882026-03-27T02:47:25.911Z Downloaded regex-syntax v0.6.29
12892026-03-27T02:47:25.911Z Downloaded rustls v0.21.12
12902026-03-27T02:47:25.911Z Downloaded object v0.37.3
12912026-03-27T02:47:25.911Z Downloaded webpki-roots v1.0.6
12922026-03-27T02:47:25.911Z Downloaded openapiv3 v2.2.0
12932026-03-27T02:47:25.911Z Downloaded sqlparser v0.61.0
12942026-03-27T02:47:25.911Z Downloaded rustls v0.22.4
12952026-03-27T02:47:25.911Z Downloaded hickory-proto v0.25.2
12962026-03-27T02:47:25.913Z Downloaded smoltcp v0.11.0
12972026-03-27T02:47:25.913Z Downloaded zlib-rs v0.6.2
12982026-03-27T02:47:25.913Z Downloaded rustls v0.23.37
12992026-03-27T02:47:25.913Z Downloaded vcpkg v0.2.15
13002026-03-27T02:47:25.913Z Downloaded regex-syntax v0.8.10
13012026-03-27T02:47:25.913Z Downloaded regress v0.10.5
13022026-03-27T02:47:25.913Z Downloaded tracing v0.1.44
13032026-03-27T02:47:25.913Z Downloaded ratatui v0.29.0
13042026-03-27T02:47:25.913Z Downloaded bzip2-sys v0.1.13+1.0.8
13052026-03-27T02:47:25.916Z Downloaded regex-automata v0.4.14
13062026-03-27T02:47:25.920Z Downloaded typify-impl v0.6.1
13072026-03-27T02:47:25.929Z Downloaded chrono-tz v0.10.4
13082026-03-27T02:47:25.940Z Downloaded zerocopy-derive v0.6.6
13092026-03-27T02:47:25.953Z Downloaded typify-impl v0.4.3
13102026-03-27T02:47:25.962Z Downloaded petgraph v0.8.3
13112026-03-27T02:47:25.976Z Downloaded libz-sys v1.1.24
13122026-03-27T02:47:25.989Z Downloaded zstd-sys v2.0.16+zstd.1.5.7
13132026-03-27T02:47:25.999Z Downloaded petgraph v0.6.5
13142026-03-27T02:47:26.010Z Downloaded encoding_rs v0.8.35
13152026-03-27T02:47:26.042Z Downloaded tokio v1.49.0
13162026-03-27T02:47:26.064Z Downloaded sha3 v0.10.8
13172026-03-27T02:47:26.109Z Downloaded libgit2-sys v0.18.3+1.9.2
13182026-03-27T02:47:26.143Z Downloaded ring v0.17.14
13192026-03-27T02:47:26.664Z Downloaded aws-lc-sys v0.37.1
13202026-03-27T02:47:26.918Z Compiling libc v0.2.180
13212026-03-27T02:47:26.918Z Compiling serde v1.0.228
13222026-03-27T02:47:26.922Z Compiling log v0.4.29
13232026-03-27T02:47:26.922Z Compiling find-msvc-tools v0.1.9
13242026-03-27T02:47:26.922Z Compiling shlex v1.3.0
13252026-03-27T02:47:26.922Z Compiling smallvec v1.15.1
13262026-03-27T02:47:26.922Z Compiling typenum v1.19.0
13272026-03-27T02:47:26.922Z Compiling subtle v2.6.1
13282026-03-27T02:47:26.922Z Compiling generic-array v0.14.7
13292026-03-27T02:47:26.922Z Compiling scopeguard v1.2.0
13302026-03-27T02:47:27.056Z Compiling portable-atomic v1.13.1
13312026-03-27T02:47:27.094Z Compiling const-oid v0.9.6
13322026-03-27T02:47:27.107Z Compiling critical-section v1.2.0
13332026-03-27T02:47:27.110Z Compiling zerocopy v0.8.40
13342026-03-27T02:47:27.120Z Compiling syn v2.0.117
13352026-03-27T02:47:27.135Z Compiling lock_api v0.4.14
13362026-03-27T02:47:27.189Z Compiling serde_json v1.0.149
13372026-03-27T02:47:27.354Z Compiling pin-project-lite v0.2.17
13382026-03-27T02:47:27.386Z Compiling parking_lot_core v0.9.12
13392026-03-27T02:47:27.402Z Compiling pkg-config v0.3.32
13402026-03-27T02:47:27.402Z Compiling bitflags v2.11.0
13412026-03-27T02:47:27.406Z Compiling libm v0.2.16
13422026-03-27T02:47:27.444Z Compiling num-traits v0.2.19
13432026-03-27T02:47:27.458Z Compiling futures-core v0.3.32
13442026-03-27T02:47:27.476Z Compiling percent-encoding v2.3.2
13452026-03-27T02:47:27.535Z Compiling allocator-api2 v0.2.21
13462026-03-27T02:47:27.619Z Compiling cpufeatures v0.2.17
13472026-03-27T02:47:27.636Z Compiling foldhash v0.2.0
13482026-03-27T02:47:27.684Z Compiling futures-sink v0.3.32
13492026-03-27T02:47:27.699Z Compiling getrandom v0.4.1
13502026-03-27T02:47:27.713Z Compiling futures-task v0.3.32
13512026-03-27T02:47:27.716Z Compiling futures-io v0.3.32
13522026-03-27T02:47:27.800Z Compiling futures-channel v0.3.32
13532026-03-27T02:47:27.815Z Compiling slab v0.4.12
13542026-03-27T02:47:27.859Z Compiling hashbrown v0.16.1
13552026-03-27T02:47:27.877Z Compiling getrandom v0.3.4
13562026-03-27T02:47:27.893Z Compiling rustversion v1.0.22
13572026-03-27T02:47:27.896Z Compiling rand_core v0.10.0
13582026-03-27T02:47:27.924Z Compiling form_urlencoded v1.2.2
13592026-03-27T02:47:28.017Z Compiling ident_case v1.0.1
13602026-03-27T02:47:28.033Z Compiling getrandom v0.2.17
13612026-03-27T02:47:28.048Z Compiling jobserver v0.1.34
13622026-03-27T02:47:28.061Z Compiling errno v0.3.14
13632026-03-27T02:47:28.120Z Compiling mio v1.1.1
13642026-03-27T02:47:28.137Z Compiling socket2 v0.6.2
13652026-03-27T02:47:28.167Z Compiling dunce v1.0.5
13662026-03-27T02:47:28.186Z Compiling rand_core v0.6.4
13672026-03-27T02:47:28.205Z Compiling signal-hook-registry v1.4.8
13682026-03-27T02:47:28.281Z Compiling cc v1.2.56
13692026-03-27T02:47:28.298Z Compiling once_cell v1.21.3
13702026-03-27T02:47:28.366Z Compiling parking_lot v0.12.5
13712026-03-27T02:47:28.417Z Compiling indexmap v2.13.0
13722026-03-27T02:47:28.457Z Compiling fs_extra v1.3.0
13732026-03-27T02:47:28.486Z Compiling base64ct v1.8.3
13742026-03-27T02:47:28.503Z Compiling flagset v0.4.7
13752026-03-27T02:47:28.519Z Compiling iana-time-zone v0.1.65
13762026-03-27T02:47:28.522Z Compiling rustix v1.1.3
13772026-03-27T02:47:28.550Z Compiling uuid v1.21.0
13782026-03-27T02:47:28.579Z Compiling rustc_version v0.4.1
13792026-03-27T02:47:28.656Z Compiling vcpkg v0.2.15
13802026-03-27T02:47:28.730Z Compiling regex-syntax v0.8.10
13812026-03-27T02:47:28.745Z Compiling pem-rfc7468 v0.7.0
13822026-03-27T02:47:28.761Z Compiling aws-lc-rs v1.16.0
13832026-03-27T02:47:28.782Z Compiling tracing-core v0.1.36
13842026-03-27T02:47:28.818Z Compiling crossbeam-utils v0.8.21
13852026-03-27T02:47:28.921Z Compiling rand_core v0.9.5
13862026-03-27T02:47:29.027Z Compiling untrusted v0.7.1
13872026-03-27T02:47:29.031Z Compiling untrusted v0.9.0
13882026-03-27T02:47:29.031Z Compiling httparse v1.10.1
13892026-03-27T02:47:29.095Z Compiling cmake v0.1.57
13902026-03-27T02:47:29.110Z Compiling base64 v0.22.1
13912026-03-27T02:47:29.136Z Compiling schemars v0.8.22
13922026-03-27T02:47:29.152Z Compiling syn v1.0.109
13932026-03-27T02:47:29.169Z Compiling openssl-probe v0.2.1
13942026-03-27T02:47:29.243Z Compiling tinyvec_macros v0.1.1
13952026-03-27T02:47:29.325Z Compiling tower-service v0.3.3
13962026-03-27T02:47:29.340Z Compiling rustls v0.23.37
13972026-03-27T02:47:29.354Z Compiling dyn-clone v1.0.20
13982026-03-27T02:47:29.385Z Compiling tower-layer v0.3.3
13992026-03-27T02:47:29.402Z Compiling atomic-waker v1.1.2
14002026-03-27T02:47:29.417Z Compiling try-lock v0.2.5
14012026-03-27T02:47:29.449Z Compiling tinyvec v1.10.0
14022026-03-27T02:47:29.471Z Compiling spin v0.9.8
14032026-03-27T02:47:29.505Z Compiling aho-corasick v1.1.4
14042026-03-27T02:47:29.535Z Compiling want v0.3.1
14052026-03-27T02:47:29.549Z Compiling foreign-types-shared v0.1.1
14062026-03-27T02:47:29.552Z Compiling httpdate v1.0.3
14072026-03-27T02:47:29.552Z Compiling powerfmt v0.2.0
14082026-03-27T02:47:29.552Z Compiling openssl v0.10.75
14092026-03-27T02:47:29.619Z Compiling num-conv v0.2.0
14102026-03-27T02:47:29.679Z Compiling time-core v0.1.8
14112026-03-27T02:47:29.703Z Compiling crc32fast v1.5.0
14122026-03-27T02:47:29.718Z Compiling pin-utils v0.1.0
14132026-03-27T02:47:29.740Z Compiling deranged v0.5.8
14142026-03-27T02:47:29.769Z Compiling foreign-types v0.3.2
14152026-03-27T02:47:29.792Z Compiling wait-timeout v0.2.1
14162026-03-27T02:47:29.810Z Compiling siphasher v1.0.2
14172026-03-27T02:47:29.813Z Compiling num_threads v0.1.7
14182026-03-27T02:47:29.840Z Compiling native-tls v0.2.18
14192026-03-27T02:47:29.840Z Compiling either v1.15.0
14202026-03-27T02:47:29.871Z Compiling simd-adler32 v0.3.8
14212026-03-27T02:47:29.874Z Compiling time-macros v0.2.27
14222026-03-27T02:47:29.874Z Compiling bit-vec v0.8.0
14232026-03-27T02:47:29.957Z Compiling quick-error v1.2.3
14242026-03-27T02:47:30.004Z Compiling aws-lc-sys v0.37.1
14252026-03-27T02:47:30.019Z Compiling ring v0.17.14
14262026-03-27T02:47:30.040Z Compiling openssl-sys v0.9.111
14272026-03-27T02:47:30.091Z Compiling zstd-sys v2.0.16+zstd.1.5.7
14282026-03-27T02:47:30.122Z Compiling usdt-impl v0.6.0
14292026-03-27T02:47:30.126Z Compiling bit-set v0.8.0
14302026-03-27T02:47:30.182Z Compiling bzip2-sys v0.1.13+1.0.8
14312026-03-27T02:47:30.198Z Compiling tempfile v3.25.0
14322026-03-27T02:47:30.337Z Compiling synstructure v0.13.2
14332026-03-27T02:47:30.365Z Compiling serde_derive_internals v0.29.1
14342026-03-27T02:47:30.378Z Compiling pest_generator v2.8.6
14352026-03-27T02:47:30.486Z Compiling darling_core v0.20.11
14362026-03-27T02:47:30.507Z Compiling regex-automata v0.4.14
14372026-03-27T02:47:30.608Z Compiling rusty-fork v0.3.1
14382026-03-27T02:47:30.846Z Compiling darling_core v0.21.3
14392026-03-27T02:47:30.950Z Compiling unicode-normalization v0.1.25
14402026-03-27T02:47:30.980Z Compiling crossbeam-epoch v0.9.18
14412026-03-27T02:47:31.085Z Compiling time v0.3.47
14422026-03-27T02:47:31.135Z Compiling rand_xorshift v0.4.0
14432026-03-27T02:47:31.259Z Compiling slog v2.8.2
14442026-03-27T02:47:31.326Z Compiling heapless v0.7.17
14452026-03-27T02:47:31.343Z Compiling thread-id v5.1.0
14462026-03-27T02:47:31.347Z Compiling sync_wrapper v1.0.2
14472026-03-27T02:47:31.372Z Compiling cookie v0.18.1
14482026-03-27T02:47:31.376Z Compiling paste v1.0.15
14492026-03-27T02:47:31.441Z Compiling adler2 v2.0.1
14502026-03-27T02:47:31.461Z Compiling signal-hook v0.3.18
14512026-03-27T02:47:31.478Z Compiling unicode-segmentation v1.12.0
14522026-03-27T02:47:31.483Z Compiling unarray v0.1.4
14532026-03-27T02:47:31.585Z Compiling anyhow v1.0.102
14542026-03-27T02:47:31.600Z Compiling zstd-safe v7.2.4
14552026-03-27T02:47:31.616Z Compiling unicode-properties v0.1.4
14562026-03-27T02:47:31.629Z Compiling unicode-bidi v0.3.18
14572026-03-27T02:47:31.652Z Compiling rayon-core v1.13.0
14582026-03-27T02:47:31.829Z Compiling miniz_oxide v0.8.9
14592026-03-27T02:47:31.879Z Compiling crossbeam-deque v0.8.6
14602026-03-27T02:47:31.895Z Compiling num-integer v0.1.46
14612026-03-27T02:47:31.924Z Compiling vergen-lib v0.1.6
14622026-03-27T02:47:32.041Z Compiling serde_derive v1.0.228
14632026-03-27T02:47:32.081Z Compiling zeroize_derive v1.4.3
14642026-03-27T02:47:32.122Z Compiling zerofrom-derive v0.1.6
14652026-03-27T02:47:32.175Z Compiling yoke-derive v0.8.1
14662026-03-27T02:47:32.190Z Compiling zerocopy-derive v0.8.40
14672026-03-27T02:47:32.251Z Compiling zerovec-derive v0.11.2
14682026-03-27T02:47:32.505Z Compiling displaydoc v0.2.5
14692026-03-27T02:47:32.719Z Compiling tokio-macros v2.6.0
14702026-03-27T02:47:32.797Z Compiling futures-macro v0.3.32
14712026-03-27T02:47:32.849Z Compiling zeroize v1.8.2
14722026-03-27T02:47:32.924Z Compiling der_derive v0.7.3
14732026-03-27T02:47:33.346Z Compiling thiserror-impl v2.0.18
14742026-03-27T02:47:33.492Z Compiling rustls-pki-types v1.14.0
14752026-03-27T02:47:33.520Z Compiling tracing-attributes v0.1.31
14762026-03-27T02:47:33.535Z Compiling pest_derive v2.8.6
14772026-03-27T02:47:33.576Z Compiling scroll_derive v0.13.1
14782026-03-27T02:47:33.693Z Compiling crypto-common v0.1.7
14792026-03-27T02:47:33.710Z Compiling zerofrom v0.1.6
14802026-03-27T02:47:33.714Z Compiling block-buffer v0.10.4
14812026-03-27T02:47:33.738Z Compiling futures-util v0.3.32
14822026-03-27T02:47:33.843Z Compiling yoke v0.8.1
14832026-03-27T02:47:33.873Z Compiling digest v0.10.7
14842026-03-27T02:47:33.917Z Compiling block-padding v0.3.3
14852026-03-27T02:47:33.967Z Compiling der v0.7.10
14862026-03-27T02:47:33.981Z Compiling schemars_derive v0.8.22
14872026-03-27T02:47:34.014Z Compiling darling_macro v0.20.11
14882026-03-27T02:47:34.058Z Compiling zerovec v0.11.5
14892026-03-27T02:47:34.107Z Compiling zerotrie v0.2.3
14902026-03-27T02:47:34.159Z Compiling hmac v0.12.1
14912026-03-27T02:47:34.337Z Compiling inout v0.1.4
14922026-03-27T02:47:34.442Z Compiling sha2 v0.10.9
14932026-03-27T02:47:34.457Z Compiling pbkdf2 v0.12.2
14942026-03-27T02:47:34.530Z Compiling tinystr v0.8.2
14952026-03-27T02:47:34.534Z Compiling potential_utf v0.1.4
14962026-03-27T02:47:34.597Z Compiling cipher v0.4.4
14972026-03-27T02:47:34.616Z Compiling scroll v0.13.0
14982026-03-27T02:47:34.729Z Compiling icu_collections v2.1.1
14992026-03-27T02:47:34.781Z Compiling icu_locale_core v2.1.1
15002026-03-27T02:47:34.797Z Compiling thiserror v2.0.18
15012026-03-27T02:47:34.886Z Compiling salsa20 v0.10.2
15022026-03-27T02:47:34.890Z Compiling spki v0.7.3
15032026-03-27T02:47:34.917Z Compiling aes v0.8.4
15042026-03-27T02:47:34.932Z Compiling cbc v0.1.2
15052026-03-27T02:47:34.935Z Compiling tracing v0.1.44
15062026-03-27T02:47:35.050Z Compiling scrypt v0.11.0
15072026-03-27T02:47:35.108Z Compiling goblin v0.10.5
15082026-03-27T02:47:35.134Z Compiling darling v0.20.11
15092026-03-27T02:47:35.230Z Compiling openssl-macros v0.1.1
15102026-03-27T02:47:35.245Z Compiling thiserror-impl v1.0.69
15112026-03-27T02:47:35.249Z Compiling derive_builder_core v0.20.2
15122026-03-27T02:47:35.275Z Compiling dtrace-parser v0.3.0
15132026-03-27T02:47:35.325Z Compiling pkcs5 v0.7.1
15142026-03-27T02:47:35.341Z Compiling signature v2.2.0
15152026-03-27T02:47:35.483Z Compiling icu_provider v2.1.1
15162026-03-27T02:47:35.649Z Compiling bytes v1.11.1
15172026-03-27T02:47:35.694Z Compiling chrono v0.4.44
15182026-03-27T02:47:35.733Z Compiling icu_properties v2.1.2
15192026-03-27T02:47:35.808Z Compiling icu_normalizer v2.1.1
15202026-03-27T02:47:35.823Z Compiling pkcs8 v0.10.2
15212026-03-27T02:47:35.886Z Compiling ipnet v2.11.0
15222026-03-27T02:47:36.058Z Compiling rustls-native-certs v0.8.3
15232026-03-27T02:47:36.094Z Compiling scroll_derive v0.12.1
15242026-03-27T02:47:36.158Z Compiling tokio v1.49.0
15252026-03-27T02:47:36.173Z Compiling http v1.4.0
15262026-03-27T02:47:36.285Z Compiling derive_builder_macro v0.20.2
15272026-03-27T02:47:36.369Z Compiling toml_datetime v0.6.11
15282026-03-27T02:47:36.383Z Compiling erased-serde v0.3.31
15292026-03-27T02:47:36.404Z Compiling serde_spanned v0.6.9
15302026-03-27T02:47:36.497Z Compiling serde_tokenstream v0.2.3
15312026-03-27T02:47:36.557Z Compiling thiserror v1.0.69
15322026-03-27T02:47:36.572Z Compiling md-5 v0.10.6
15332026-03-27T02:47:36.653Z Compiling idna_adapter v1.2.1
15342026-03-27T02:47:36.677Z Compiling webpki-roots v1.0.6
15352026-03-27T02:47:36.760Z Compiling ppv-lite86 v0.2.21
15362026-03-27T02:47:36.807Z Compiling idna v1.1.0
15372026-03-27T02:47:36.824Z Compiling http-body v1.0.1
15382026-03-27T02:47:36.827Z Compiling scroll v0.12.0
15392026-03-27T02:47:36.827Z Compiling darling_macro v0.21.3
15402026-03-27T02:47:36.869Z Compiling zerocopy-derive v0.7.35
15412026-03-27T02:47:36.873Z Compiling stringprep v0.1.5
15422026-03-27T02:47:36.903Z Compiling curve25519-dalek v4.1.3
15432026-03-27T02:47:36.949Z Compiling ff v0.13.1
15442026-03-27T02:47:37.000Z Compiling http-body-util v0.1.3
15452026-03-27T02:47:37.101Z Compiling url v2.5.8
15462026-03-27T02:47:37.101Z Compiling rand_chacha v0.9.0
15472026-03-27T02:47:37.130Z Compiling rand_chacha v0.3.1
15482026-03-27T02:47:37.146Z Compiling hash32 v0.2.1
15492026-03-27T02:47:37.150Z Compiling memoffset v0.9.1
15502026-03-27T02:47:37.263Z Compiling iri-string v0.7.10
15512026-03-27T02:47:37.312Z Compiling rustix v0.38.44
15522026-03-27T02:47:37.371Z Compiling rand v0.9.2
15532026-03-27T02:47:37.401Z Compiling num-bigint-dig v0.8.6
15542026-03-27T02:47:37.416Z Compiling cfg_aliases v0.2.1
15552026-03-27T02:47:37.471Z Compiling fallible-iterator v0.2.0
15562026-03-27T02:47:37.504Z Compiling base16ct v0.2.0
15572026-03-27T02:47:37.553Z Compiling litrs v1.0.0
15582026-03-27T02:47:37.577Z Compiling psl-types v2.0.11
15592026-03-27T02:47:37.612Z Compiling ryu v1.0.23
15602026-03-27T02:47:37.707Z Compiling zlib-rs v0.6.2
15612026-03-27T02:47:37.722Z Compiling smoltcp v0.9.1
15622026-03-27T02:47:37.799Z Compiling ref-cast v1.0.25
15632026-03-27T02:47:37.817Z Compiling serde_urlencoded v0.7.1
15642026-03-27T02:47:37.844Z Compiling zerocopy v0.7.35
15652026-03-27T02:47:37.884Z Compiling dof v0.4.0
15662026-03-27T02:47:38.005Z Compiling proptest v1.10.0
15672026-03-27T02:47:38.019Z Compiling postgres-protocol v0.6.10
15682026-03-27T02:47:38.105Z Compiling document-features v0.2.12
15692026-03-27T02:47:38.137Z Compiling publicsuffix v2.3.0
15702026-03-27T02:47:38.198Z Compiling sec1 v0.7.3
15712026-03-27T02:47:38.351Z Compiling nix v0.31.1
15722026-03-27T02:47:38.472Z Compiling darling v0.21.3
15732026-03-27T02:47:38.505Z Compiling ipnetwork v0.21.1
15742026-03-27T02:47:38.561Z Compiling rand v0.8.5
15752026-03-27T02:47:38.617Z Compiling goblin v0.8.2
15762026-03-27T02:47:38.743Z Compiling group v0.13.0
15772026-03-27T02:47:38.759Z Compiling oxnet v0.1.4
15782026-03-27T02:47:38.877Z Compiling derive_builder v0.20.2
15792026-03-27T02:47:38.941Z Compiling cargo-platform v0.1.9
15802026-03-27T02:47:39.028Z Compiling hkdf v0.12.4
15812026-03-27T02:47:39.045Z Compiling hubpack_derive v0.1.1
15822026-03-27T02:47:39.061Z Compiling crypto-bigint v0.5.5
15832026-03-27T02:47:39.081Z Compiling regex v1.12.3
15842026-03-27T02:47:39.240Z Compiling num-iter v0.1.45
15852026-03-27T02:47:39.276Z Compiling curve25519-dalek-derive v0.1.1
15862026-03-27T02:47:39.320Z Compiling ref-cast-impl v1.0.25
15872026-03-27T02:47:39.363Z Compiling daft-derive v0.1.5
15882026-03-27T02:47:39.380Z Compiling strum_macros v0.27.2
15892026-03-27T02:47:39.437Z Compiling async-trait v0.1.89
15902026-03-27T02:47:39.538Z Compiling proc-macro-error v1.0.4
15912026-03-27T02:47:39.552Z Compiling heck v0.4.1
15922026-03-27T02:47:39.798Z Compiling terminal_size v0.4.3
15932026-03-27T02:47:39.868Z Compiling phf_shared v0.13.1
15942026-03-27T02:47:39.902Z Compiling lazy_static v1.5.0
15952026-03-27T02:47:39.921Z Compiling vergen v9.0.6
15962026-03-27T02:47:39.954Z Compiling fs-err v3.3.0
15972026-03-27T02:47:39.975Z Compiling tokio-util v0.7.18
15982026-03-27T02:47:40.010Z Compiling tower v0.5.3
15992026-03-27T02:47:40.122Z Compiling tokio-native-tls v0.3.1
16002026-03-27T02:47:40.128Z Compiling ahash v0.8.12
16012026-03-27T02:47:40.128Z Compiling object v0.37.3
16022026-03-27T02:47:40.167Z Compiling winnow v0.5.40
16032026-03-27T02:47:40.183Z Compiling bitflags v1.3.2
16042026-03-27T02:47:40.272Z Compiling foldhash v0.1.5
16052026-03-27T02:47:40.297Z Compiling libbz2-rs-sys v0.2.2
16062026-03-27T02:47:40.314Z Compiling managed v0.8.0
16072026-03-27T02:47:40.358Z Compiling bumpalo v3.20.2
16082026-03-27T02:47:40.443Z Compiling tower-http v0.6.8
16092026-03-27T02:47:40.460Z Compiling newtype-uuid v1.3.2
16102026-03-27T02:47:40.542Z Compiling hashbrown v0.15.5
16112026-03-27T02:47:40.565Z Compiling zopfli v0.8.3
16122026-03-27T02:47:40.630Z Compiling flate2 v1.1.9
16132026-03-27T02:47:40.822Z Compiling h2 v0.4.13
16142026-03-27T02:47:40.860Z Compiling dof v0.3.0
16152026-03-27T02:47:40.975Z Compiling bzip2 v0.6.1
16162026-03-27T02:47:40.991Z Compiling daft v0.1.5
16172026-03-27T02:47:41.041Z Compiling console v0.16.2
16182026-03-27T02:47:41.056Z Compiling clap_builder v4.5.60
16192026-03-27T02:47:41.223Z Compiling phf v0.13.1
16202026-03-27T02:47:41.238Z Compiling elliptic-curve v0.13.8
16212026-03-27T02:47:41.315Z Compiling rayon v1.11.0
16222026-03-27T02:47:41.399Z Compiling zone_cfg_derive v0.3.1
16232026-03-27T02:47:41.414Z Compiling strum v0.27.2
16242026-03-27T02:47:41.418Z Compiling signal-hook-mio v0.2.5
16252026-03-27T02:47:41.564Z Compiling toml_edit v0.19.15
16262026-03-27T02:47:41.579Z Compiling cargo_metadata v0.19.2
16272026-03-27T02:47:41.598Z Compiling hubpack v0.1.2
16282026-03-27T02:47:41.615Z Compiling usdt-attr-macro v0.6.0
16292026-03-27T02:47:41.619Z Compiling usdt-macro v0.6.0
16302026-03-27T02:47:41.660Z Compiling cookie_store v0.22.1
16312026-03-27T02:47:41.981Z Compiling bzip2 v0.4.4
16322026-03-27T02:47:42.087Z Compiling serde_with_macros v3.17.0
16332026-03-27T02:47:42.211Z Compiling postgres-types v0.2.12
16342026-03-27T02:47:42.257Z Compiling zstd v0.13.3
16352026-03-27T02:47:42.400Z Compiling dtrace-parser v0.2.0
16362026-03-27T02:47:42.456Z Compiling pkcs1 v0.7.5
16372026-03-27T02:47:42.490Z Compiling ed25519 v2.2.3
16382026-03-27T02:47:42.570Z Compiling hex v0.4.3
16392026-03-27T02:47:42.835Z Compiling serde-big-array v0.5.1
16402026-03-27T02:47:42.864Z Compiling rfc6979 v0.4.0
16412026-03-27T02:47:42.891Z Compiling bstr v1.12.1
16422026-03-27T02:47:42.999Z Compiling clap_derive v4.5.55
16432026-03-27T02:47:43.013Z Compiling strum_macros v0.26.4
16442026-03-27T02:47:43.027Z Compiling enum-as-inner v0.6.1
16452026-03-27T02:47:43.193Z Compiling serde_repr v0.1.20
16462026-03-27T02:47:43.208Z Compiling itertools v0.12.1
16472026-03-27T02:47:43.302Z Compiling phf_shared v0.11.3
16482026-03-27T02:47:43.447Z Compiling float-cmp v0.10.0
16492026-03-27T02:47:43.475Z Compiling memmap2 v0.9.10
16502026-03-27T02:47:43.512Z Compiling thread-id v4.2.2
16512026-03-27T02:47:43.572Z Compiling env_filter v1.0.0
16522026-03-27T02:47:43.607Z Compiling encoding_rs v0.8.35
16532026-03-27T02:47:43.624Z Compiling jiff v0.2.21
16542026-03-27T02:47:43.644Z Compiling mime v0.3.17
16552026-03-27T02:47:43.713Z Compiling difflib v0.4.0
16562026-03-27T02:47:43.774Z Compiling new_debug_unreachable v1.0.6
16572026-03-27T02:47:43.868Z Compiling keccak v0.1.6
16582026-03-27T02:47:43.916Z Compiling hyper v1.8.1
16592026-03-27T02:47:43.933Z Compiling normalize-line-endings v0.3.0
16602026-03-27T02:47:44.042Z Compiling rustc-hash v2.1.1
16612026-03-27T02:47:44.184Z Compiling fixedbitset v0.5.7
16622026-03-27T02:47:44.200Z Compiling whoami v2.1.0
16632026-03-27T02:47:44.336Z Compiling unit-prefix v0.5.2
16642026-03-27T02:47:44.369Z Compiling fixedbitset v0.4.2
16652026-03-27T02:47:44.445Z Compiling data-encoding v2.10.0
16662026-03-27T02:47:44.505Z Compiling static_assertions v1.1.0
16672026-03-27T02:47:44.521Z Compiling precomputed-hash v0.1.1
16682026-03-27T02:47:44.524Z Compiling predicates-core v1.0.10
16692026-03-27T02:47:44.595Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
16702026-03-27T02:47:44.611Z Compiling string_cache v0.8.9
16712026-03-27T02:47:44.615Z Compiling petgraph v0.6.5
16722026-03-27T02:47:44.642Z Compiling indicatif v0.18.4
16732026-03-27T02:47:44.731Z Compiling predicates v3.1.4
16742026-03-27T02:47:44.741Z Compiling toml_edit v0.22.27
16752026-03-27T02:47:44.858Z Compiling strum v0.26.3
16762026-03-27T02:47:44.876Z Compiling hickory-proto v0.25.2
16772026-03-27T02:47:44.880Z Compiling clap v4.5.60
16782026-03-27T02:47:44.986Z Compiling tokio-postgres v0.7.16
16792026-03-27T02:47:45.002Z Compiling zone v0.3.1
16802026-03-27T02:47:45.017Z Compiling hyper-util v0.1.20
16812026-03-27T02:47:45.172Z Compiling petgraph v0.8.3
16822026-03-27T02:47:45.199Z Compiling iddqd v0.3.17
16832026-03-27T02:47:45.385Z Compiling sha3 v0.10.8
16842026-03-27T02:47:45.511Z Compiling env_logger v0.11.9
16852026-03-27T02:47:45.550Z Compiling usdt v0.6.0
16862026-03-27T02:47:45.711Z Compiling usdt-impl v0.5.0
16872026-03-27T02:47:45.841Z Compiling similar v2.7.0
16882026-03-27T02:47:45.865Z Compiling serde_with v3.17.0
16892026-03-27T02:47:45.890Z Compiling crossterm v0.28.1
16902026-03-27T02:47:46.141Z Compiling toml v0.7.8
16912026-03-27T02:47:46.327Z Compiling zip v4.6.1
16922026-03-27T02:47:46.373Z Compiling ecdsa v0.16.9
16932026-03-27T02:47:46.756Z Compiling hyper-tls v0.6.0
16942026-03-27T02:47:46.786Z Compiling rsa v0.9.10
16952026-03-27T02:47:46.811Z Compiling ed25519-dalek v2.2.0
16962026-03-27T02:47:47.046Z Compiling zip v0.6.6
16972026-03-27T02:47:47.294Z Compiling tokio-stream v0.1.18
16982026-03-27T02:47:47.378Z Compiling toml_parser v1.0.9+spec-1.1.0
16992026-03-27T02:47:47.413Z Compiling buf-list v1.1.2
17002026-03-27T02:47:47.490Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
17012026-03-27T02:47:47.534Z Compiling openapiv3 v2.2.0
17022026-03-27T02:47:47.553Z Compiling x509-cert v0.2.5
17032026-03-27T02:47:47.639Z Compiling sha1 v0.10.6
17042026-03-27T02:47:47.655Z Compiling itertools v0.13.0
17052026-03-27T02:47:47.678Z Compiling toml_datetime v0.7.5+spec-1.1.0
17062026-03-27T02:47:47.714Z Compiling lalrpop-util v0.19.12
17072026-03-27T02:47:47.794Z Compiling peg-runtime v0.8.5
17082026-03-27T02:47:47.815Z Compiling thread_local v1.1.9
17092026-03-27T02:47:47.892Z Compiling slog-async v2.8.0
17102026-03-27T02:47:47.934Z Compiling futures-executor v0.3.32
17112026-03-27T02:47:47.955Z Compiling crossbeam-channel v0.5.15
17122026-03-27T02:47:48.000Z Compiling is-terminal v0.4.17
17132026-03-27T02:47:48.034Z Compiling filetime v0.2.27
17142026-03-27T02:47:48.096Z Compiling term v1.2.1
17152026-03-27T02:47:48.111Z Compiling take_mut v0.2.2
17162026-03-27T02:47:48.124Z Compiling xattr v1.6.1
17172026-03-27T02:47:48.226Z Compiling futures v0.3.32
17182026-03-27T02:47:48.313Z Compiling tar v0.4.45
17192026-03-27T02:47:48.441Z Compiling slog-term v2.9.2
17202026-03-27T02:48:04.742Z Compiling rustls-webpki v0.103.9
17212026-03-27T02:48:07.556Z Compiling tokio-rustls v0.26.4
17222026-03-27T02:48:07.556Z Compiling rustls-platform-verifier v0.6.2
17232026-03-27T02:48:07.753Z Compiling hyper-rustls v0.27.7
17242026-03-27T02:48:07.943Z Compiling reqwest v0.13.2
17252026-03-27T02:48:07.943Z Compiling reqwest v0.12.28
17262026-03-27T02:48:09.941Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
17272026-03-27T02:48:10.182Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
17282026-03-27T02:48:13.001Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 49.76s
17292026-03-27T02:48:13.149Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control`
17302026-03-27T02:48:13.205ZMar 27 02:48:12.372 INFO Starting download, target: Clickhouse
17312026-03-27T02:48:13.206ZMar 27 02:48:12.373 INFO Starting download, target: Cockroach
17322026-03-27T02:48:13.206ZMar 27 02:48:12.373 INFO Starting download, target: Console
17332026-03-27T02:48:13.209ZMar 27 02:48:12.373 INFO Starting download, target: DendriteStub
17342026-03-27T02:48:13.209ZMar 27 02:48:12.373 INFO Starting download, target: MaghemiteMgd
17352026-03-27T02:48:13.209ZMar 27 02:48:12.373 INFO Starting download, target: TransceiverControl
17362026-03-27T02:48:13.209ZMar 27 02:48:12.373 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
17372026-03-27T02:48:13.209ZMar 27 02:48:12.373 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
17382026-03-27T02:48:13.209ZMar 27 02:48:12.374 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
17392026-03-27T02:48:13.209ZMar 27 02:48:12.374 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
17402026-03-27T02:48:13.209ZMar 27 02:48:12.374 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
17412026-03-27T02:48:13.209ZMar 27 02:48:12.374 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse
17422026-03-27T02:48:13.743ZMar 27 02:48:12.908 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
17432026-03-27T02:48:13.976ZMar 27 02:48:13.141 INFO Download complete, target: TransceiverControl
17442026-03-27T02:48:14.397ZMar 27 02:48:13.563 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
17452026-03-27T02:48:15.377ZMar 27 02:48:14.543 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
17462026-03-27T02:48:15.416ZMar 27 02:48:14.583 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
17472026-03-27T02:48:15.653ZMar 27 02:48:14.821 INFO Download complete, target: Console
17482026-03-27T02:48:15.711ZMar 27 02:48:14.878 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse
17492026-03-27T02:48:15.729ZMar 27 02:48:14.897 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
17502026-03-27T02:48:15.729ZMar 27 02:48:14.897 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
17512026-03-27T02:48:16.628ZMar 27 02:48:15.795 INFO Download complete, target: DendriteStub
17522026-03-27T02:48:17.716ZMar 27 02:48:16.883 INFO Download complete, target: MaghemiteMgd
17532026-03-27T02:48:20.524ZMar 27 02:48:19.691 INFO Checking that binary works, target: Cockroach
17542026-03-27T02:48:20.631ZMar 27 02:48:19.798 INFO Download complete, target: Cockroach
17552026-03-27T02:48:22.608ZMar 27 02:48:21.773 INFO Checking that binary works, target: Clickhouse
17562026-03-27T02:48:22.696ZMar 27 02:48:21.862 INFO Download complete, target: Clickhouse
17572026-03-27T02:48:22.702ZAll prerequisites installed successfully
17582026-03-27T02:48:22.705Z
17592026-03-27T02:48:22.706Zreal 2:43.344882747
17602026-03-27T02:48:22.706Zuser 7:22.941674156
17612026-03-27T02:48:22.706Zsys 1:43.922698224
17622026-03-27T02:48:22.706Ztrap 0.288368321
17632026-03-27T02:48:22.706Ztflt 1.217393920
17642026-03-27T02:48:22.706Zdflt 1.364614284
17652026-03-27T02:48:22.706Zkflt 0.025660831
17662026-03-27T02:48:22.706Zlock 22:58.059145009
17672026-03-27T02:48:22.706Zslp 19:44.174577322
17682026-03-27T02:48:22.706Zlat 25.980680530
17692026-03-27T02:48:22.706Zstop 2:59.964997185
17702026-03-27T02:48:22.706Z+ ptime -m cargo xtask download softnpu
17712026-03-27T02:48:23.245Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
17722026-03-27T02:48:23.277Z Running `target/debug/xtask download softnpu`
17732026-03-27T02:48:24.049Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.73s
17742026-03-27T02:48:24.117Z Running `target/debug/xtask-downloader softnpu`
17752026-03-27T02:48:24.159ZMar 27 02:48:23.324 INFO Starting download, target: Softnpu
17762026-03-27T02:48:24.162ZMar 27 02:48:23.325 INFO Downloading out/npuzone/npuzone (attempt 1/3), target: Softnpu
17772026-03-27T02:48:24.966ZMar 27 02:48:24.132 INFO Download complete, target: Softnpu
17782026-03-27T02:48:24.969Z
17792026-03-27T02:48:24.969Zreal 2.260094973
17802026-03-27T02:48:24.969Zuser 1.318500865
17812026-03-27T02:48:24.969Zsys 0.655678050
17822026-03-27T02:48:24.969Ztrap 0.000616619
17832026-03-27T02:48:24.969Ztflt 0.000123044
17842026-03-27T02:48:24.969Zdflt 0.000116993
17852026-03-27T02:48:24.970Zkflt 0.000000000
17862026-03-27T02:48:24.970Zlock 14.786130885
17872026-03-27T02:48:24.970Zslp 0.590746011
17882026-03-27T02:48:24.970Zlat 0.075482930
17892026-03-27T02:48:24.970Zstop 0.000170889
17902026-03-27T02:48:24.973Z+ export CARGO_INCREMENTAL=0
17912026-03-27T02:48:24.973Z+ CARGO_INCREMENTAL=0
17922026-03-27T02:48:24.973Z+ ptime -m cargo run --locked --release --bin omicron-package -- -t test target create -p dev
17932026-03-27T02:48:25.857Z Compiling proc-macro2 v1.0.106
17942026-03-27T02:48:25.858Z Compiling quote v1.0.44
17952026-03-27T02:48:25.858Z Compiling unicode-ident v1.0.24
17962026-03-27T02:48:25.858Z Compiling libc v0.2.180
17972026-03-27T02:48:25.858Z Compiling serde_core v1.0.228
17982026-03-27T02:48:25.858Z Compiling serde v1.0.228
17992026-03-27T02:48:25.861Z Compiling cfg-if v1.0.4
18002026-03-27T02:48:25.861Z Compiling version_check v0.9.5
18012026-03-27T02:48:25.861Z Compiling find-msvc-tools v0.1.9
18022026-03-27T02:48:25.861Z Compiling shlex v1.3.0
18032026-03-27T02:48:25.861Z Compiling typenum v1.19.0
18042026-03-27T02:48:25.861Z Compiling portable-atomic v1.13.1
18052026-03-27T02:48:25.861Z Compiling memchr v2.8.0
18062026-03-27T02:48:25.861Z Compiling autocfg v1.5.0
18072026-03-27T02:48:26.018Z Compiling zmij v1.0.21
18082026-03-27T02:48:26.174Z Compiling serde_json v1.0.149
18092026-03-27T02:48:26.236Z Compiling zerocopy v0.8.40
18102026-03-27T02:48:26.289Z Compiling generic-array v0.14.7
18112026-03-27T02:48:26.361Z Compiling parking_lot_core v0.9.12
18122026-03-27T02:48:26.394Z Compiling libm v0.2.16
18132026-03-27T02:48:26.505Z Compiling smallvec v1.15.1
18142026-03-27T02:48:26.509Z Compiling icu_properties_data v2.1.2
18152026-03-27T02:48:26.553Z Compiling icu_normalizer_data v2.1.1
18162026-03-27T02:48:26.556Z Compiling itoa v1.0.17
18172026-03-27T02:48:26.556Z Compiling num-traits v0.2.19
18182026-03-27T02:48:26.556Z Compiling log v0.4.29
18192026-03-27T02:48:26.653Z Compiling getrandom v0.4.1
18202026-03-27T02:48:26.657Z Compiling pkg-config v0.3.32
18212026-03-27T02:48:26.745Z Compiling stable_deref_trait v1.2.1
18222026-03-27T02:48:26.809Z Compiling scopeguard v1.2.0
18232026-03-27T02:48:26.813Z Compiling subtle v2.6.1
18242026-03-27T02:48:26.915Z Compiling lock_api v0.4.14
18252026-03-27T02:48:26.918Z Compiling thiserror v2.0.18
18262026-03-27T02:48:26.946Z Compiling fnv v1.0.7
18272026-03-27T02:48:27.058Z Compiling jobserver v0.1.34
18282026-03-27T02:48:27.074Z Compiling getrandom v0.2.17
18292026-03-27T02:48:27.107Z Compiling errno v0.3.14
18302026-03-27T02:48:27.142Z Compiling getrandom v0.3.4
18312026-03-27T02:48:27.157Z Compiling pin-project-lite v0.2.17
18322026-03-27T02:48:27.287Z Compiling cc v1.2.56
18332026-03-27T02:48:27.303Z Compiling rand_core v0.6.4
18342026-03-27T02:48:27.415Z Compiling critical-section v1.2.0
18352026-03-27T02:48:27.465Z Compiling syn v2.0.117
18362026-03-27T02:48:27.509Z Compiling equivalent v1.0.2
18372026-03-27T02:48:27.512Z Compiling rustversion v1.0.22
18382026-03-27T02:48:27.542Z Compiling allocator-api2 v0.2.21
18392026-03-27T02:48:27.602Z Compiling percent-encoding v2.3.2
18402026-03-27T02:48:27.606Z Compiling dunce v1.0.5
18412026-03-27T02:48:27.632Z Compiling litemap v0.8.1
18422026-03-27T02:48:27.679Z Compiling once_cell v1.21.3
18432026-03-27T02:48:27.761Z Compiling foldhash v0.2.0
18442026-03-27T02:48:27.792Z Compiling fs_extra v1.3.0
18452026-03-27T02:48:27.866Z Compiling writeable v0.6.2
18462026-03-27T02:48:27.921Z Compiling hashbrown v0.16.1
18472026-03-27T02:48:28.010Z Compiling const-oid v0.9.6
18482026-03-27T02:48:28.014Z Compiling signal-hook-registry v1.4.8
18492026-03-27T02:48:28.072Z Compiling cmake v0.1.57
18502026-03-27T02:48:28.088Z Compiling rustix v1.1.3
18512026-03-27T02:48:28.145Z Compiling mio v1.1.1
18522026-03-27T02:48:28.148Z Compiling socket2 v0.6.2
18532026-03-27T02:48:28.272Z Compiling semver v1.0.27
18542026-03-27T02:48:28.446Z Compiling bitflags v2.11.0
18552026-03-27T02:48:28.483Z Compiling indexmap v2.13.0
18562026-03-27T02:48:28.507Z Compiling parking_lot v0.12.5
18572026-03-27T02:48:28.535Z Compiling schemars v0.8.22
18582026-03-27T02:48:28.552Z Compiling rand_core v0.10.0
18592026-03-27T02:48:28.565Z Compiling utf8_iter v1.0.4
18602026-03-27T02:48:28.627Z Compiling ring v0.17.14
18612026-03-27T02:48:28.647Z Compiling aws-lc-sys v0.37.1
18622026-03-27T02:48:28.756Z Compiling aws-lc-rs v1.16.0
18632026-03-27T02:48:28.773Z Compiling form_urlencoded v1.2.2
18642026-03-27T02:48:28.834Z Compiling futures-core v0.3.32
18652026-03-27T02:48:28.866Z Compiling strsim v0.11.1
18662026-03-27T02:48:29.055Z Compiling byteorder v1.5.0
18672026-03-27T02:48:29.070Z Compiling ucd-trie v0.1.7
18682026-03-27T02:48:29.160Z Compiling httparse v1.10.1
18692026-03-27T02:48:29.229Z Compiling thiserror v1.0.69
18702026-03-27T02:48:29.246Z Compiling pest v2.8.6
18712026-03-27T02:48:29.334Z Compiling ident_case v1.0.1
18722026-03-27T02:48:29.338Z Compiling heck v0.5.0
18732026-03-27T02:48:29.397Z Compiling vcpkg v0.2.15
18742026-03-27T02:48:29.489Z Compiling regex-syntax v0.8.10
18752026-03-27T02:48:29.570Z Compiling crossbeam-utils v0.8.21
18762026-03-27T02:48:29.573Z Compiling syn v1.0.109
18772026-03-27T02:48:29.750Z Compiling rustls v0.23.37
18782026-03-27T02:48:29.829Z Compiling futures-sink v0.3.32
18792026-03-27T02:48:29.848Z Compiling rustc_version v0.4.1
18802026-03-27T02:48:29.881Z Compiling slab v0.4.12
18812026-03-27T02:48:29.897Z Compiling futures-task v0.3.32
18822026-03-27T02:48:29.912Z Compiling futures-io v0.3.32
18832026-03-27T02:48:29.930Z Compiling futures-channel v0.3.32
18842026-03-27T02:48:29.980Z Compiling cpufeatures v0.2.17
18852026-03-27T02:48:30.026Z Compiling openssl-sys v0.9.111
18862026-03-27T02:48:30.105Z Compiling iana-time-zone v0.1.65
18872026-03-27T02:48:30.122Z Compiling plain v0.2.3
18882026-03-27T02:48:30.138Z Compiling uuid v1.21.0
18892026-03-27T02:48:30.168Z Compiling aho-corasick v1.1.4
18902026-03-27T02:48:30.248Z Compiling time-core v0.1.8
18912026-03-27T02:48:30.278Z Compiling num-conv v0.2.0
18922026-03-27T02:48:30.296Z Compiling synstructure v0.13.2
18932026-03-27T02:48:30.321Z Compiling serde_derive_internals v0.29.1
18942026-03-27T02:48:30.372Z Compiling pest_meta v2.8.6
18952026-03-27T02:48:30.468Z Compiling time-macros v0.2.27
18962026-03-27T02:48:30.775Z Compiling openssl v0.10.75
18972026-03-27T02:48:30.800Z Compiling pretty-hex v0.4.1
18982026-03-27T02:48:30.977Z Compiling pest_generator v2.8.6
18992026-03-27T02:48:30.992Z Compiling regex-automata v0.4.14
19002026-03-27T02:48:31.069Z Compiling anyhow v1.0.102
19012026-03-27T02:48:31.102Z Compiling base64ct v1.8.3
19022026-03-27T02:48:31.119Z Compiling crc32fast v1.5.0
19032026-03-27T02:48:31.182Z Compiling either v1.15.0
19042026-03-27T02:48:31.235Z Compiling darling_core v0.21.3
19052026-03-27T02:48:31.242Z Compiling zstd-sys v2.0.16+zstd.1.5.7
19062026-03-27T02:48:31.400Z Compiling pem-rfc7468 v0.7.0
19072026-03-27T02:48:31.403Z Compiling flagset v0.4.7
19082026-03-27T02:48:31.403Z Compiling native-tls v0.2.18
19092026-03-27T02:48:31.403Z Compiling rand_core v0.9.5
19102026-03-27T02:48:31.550Z Compiling serde_derive v1.0.228
19112026-03-27T02:48:31.581Z Compiling zeroize_derive v1.4.3
19122026-03-27T02:48:31.600Z Compiling zerofrom-derive v0.1.6
19132026-03-27T02:48:31.618Z Compiling yoke-derive v0.8.1
19142026-03-27T02:48:31.632Z Compiling zerovec-derive v0.11.2
19152026-03-27T02:48:31.650Z Compiling displaydoc v0.2.5
19162026-03-27T02:48:31.650Z Compiling zerocopy-derive v0.8.40
19172026-03-27T02:48:31.654Z Compiling tokio-macros v2.6.0
19182026-03-27T02:48:31.697Z Compiling futures-macro v0.3.32
19192026-03-27T02:48:31.701Z Compiling thiserror-impl v2.0.18
19202026-03-27T02:48:32.224Z Compiling zeroize v1.8.2
19212026-03-27T02:48:32.517Z Compiling tracing-attributes v0.1.31
19222026-03-27T02:48:32.594Z Compiling der_derive v0.7.3
19232026-03-27T02:48:32.625Z Compiling schemars_derive v0.8.22
19242026-03-27T02:48:32.735Z Compiling thiserror-impl v1.0.69
19252026-03-27T02:48:32.776Z Compiling zerofrom v0.1.6
19262026-03-27T02:48:32.927Z Compiling yoke v0.8.1
19272026-03-27T02:48:32.943Z Compiling crypto-common v0.1.7
19282026-03-27T02:48:33.114Z Compiling zerovec v0.11.5
19292026-03-27T02:48:33.145Z Compiling zerotrie v0.2.3
19302026-03-27T02:48:33.433Z Compiling block-buffer v0.10.4
19312026-03-27T02:48:33.569Z Compiling digest v0.10.7
19322026-03-27T02:48:33.616Z Compiling pest_derive v2.8.6
19332026-03-27T02:48:33.719Z Compiling tinystr v0.8.2
19342026-03-27T02:48:33.737Z Compiling potential_utf v0.1.4
19352026-03-27T02:48:33.796Z Compiling hmac v0.12.1
19362026-03-27T02:48:33.812Z Compiling futures-util v0.3.32
19372026-03-27T02:48:33.856Z Compiling block-padding v0.3.3
19382026-03-27T02:48:33.909Z Compiling icu_locale_core v2.1.1
19392026-03-27T02:48:33.957Z Compiling icu_collections v2.1.1
19402026-03-27T02:48:34.020Z Compiling inout v0.1.4
19412026-03-27T02:48:34.037Z Compiling sha2 v0.10.9
19422026-03-27T02:48:34.187Z Compiling cipher v0.4.4
19432026-03-27T02:48:34.202Z Compiling rustls-pki-types v1.14.0
19442026-03-27T02:48:34.438Z Compiling scroll_derive v0.13.1
19452026-03-27T02:48:34.582Z Compiling scroll_derive v0.12.1
19462026-03-27T02:48:34.628Z Compiling openssl-macros v0.1.1
19472026-03-27T02:48:34.738Z Compiling icu_provider v2.1.1
19482026-03-27T02:48:34.931Z Compiling bytes v1.11.1
19492026-03-27T02:48:35.068Z Compiling icu_normalizer v2.1.1
19502026-03-27T02:48:35.102Z Compiling icu_properties v2.1.2
19512026-03-27T02:48:35.178Z Compiling chrono v0.4.44
19522026-03-27T02:48:35.297Z Compiling serde_tokenstream v0.2.3
19532026-03-27T02:48:35.556Z Compiling tokio v1.49.0
19542026-03-27T02:48:35.782Z Compiling http v1.4.0
19552026-03-27T02:48:36.060Z Compiling idna_adapter v1.2.1
19562026-03-27T02:48:36.202Z Compiling idna v1.1.0
19572026-03-27T02:48:36.281Z Compiling ppv-lite86 v0.2.21
19582026-03-27T02:48:36.393Z Compiling der v0.7.10
19592026-03-27T02:48:36.411Z Compiling darling_macro v0.21.3
19602026-03-27T02:48:36.468Z Compiling regex v1.12.3
19612026-03-27T02:48:36.611Z Compiling url v2.5.8
19622026-03-27T02:48:36.628Z Compiling zerocopy-derive v0.7.35
19632026-03-27T02:48:36.757Z Compiling slog v2.8.2
19642026-03-27T02:48:36.895Z Compiling tracing-core v0.1.36
19652026-03-27T02:48:36.926Z Compiling rayon-core v1.13.0
19662026-03-27T02:48:36.945Z Compiling untrusted v0.9.0
19672026-03-27T02:48:36.973Z Compiling dyn-clone v1.0.20
19682026-03-27T02:48:37.133Z Compiling darling v0.21.3
19692026-03-27T02:48:37.232Z Compiling spki v0.7.3
19702026-03-27T02:48:37.374Z Compiling tracing v0.1.44
19712026-03-27T02:48:37.445Z Compiling salsa20 v0.10.2
19722026-03-27T02:48:37.467Z Compiling pbkdf2 v0.12.2
19732026-03-27T02:48:37.748Z Compiling cookie v0.18.1
19742026-03-27T02:48:37.816Z Compiling base64 v0.22.1
19752026-03-27T02:48:37.890Z Compiling camino v1.2.2
19762026-03-27T02:48:38.041Z Compiling scrypt v0.11.0
19772026-03-27T02:48:38.134Z Compiling rand_chacha v0.9.0
19782026-03-27T02:48:38.203Z Compiling cbc v0.1.2
19792026-03-27T02:48:38.219Z Compiling aes v0.8.4
19802026-03-27T02:48:38.630Z Compiling usdt-impl v0.5.0
19812026-03-27T02:48:38.705Z Compiling ref-cast v1.0.25
19822026-03-27T02:48:38.721Z Compiling paste v1.0.15
19832026-03-27T02:48:38.754Z Compiling usdt-impl v0.6.0
19842026-03-27T02:48:38.864Z Compiling winnow v0.7.14
19852026-03-27T02:48:39.074Z Compiling pkcs5 v0.7.1
19862026-03-27T02:48:39.092Z Compiling rand v0.9.2
19872026-03-27T02:48:39.229Z Compiling http-body v1.0.1
19882026-03-27T02:48:39.399Z Compiling scroll v0.12.0
19892026-03-27T02:48:39.419Z Compiling tokio-util v0.7.18
19902026-03-27T02:48:39.501Z Compiling scroll v0.13.0
19912026-03-27T02:48:39.542Z Compiling toml_datetime v0.6.11
19922026-03-27T02:48:39.573Z Compiling serde_spanned v0.6.9
19932026-03-27T02:48:39.648Z Compiling heapless v0.7.17
19942026-03-27T02:48:39.735Z Compiling bzip2-sys v0.1.13+1.0.8
19952026-03-27T02:48:39.780Z Compiling openssl-probe v0.2.1
19962026-03-27T02:48:39.911Z Compiling atomic-waker v1.1.2
19972026-03-27T02:48:39.926Z Compiling signal-hook v0.3.18
19982026-03-27T02:48:40.036Z Compiling zstd-safe v7.2.4
19992026-03-27T02:48:40.066Z Compiling untrusted v0.7.1
20002026-03-27T02:48:40.206Z Compiling toml_parser v1.0.9+spec-1.1.0
20012026-03-27T02:48:40.253Z Compiling goblin v0.10.5
20022026-03-27T02:48:40.323Z Compiling goblin v0.8.2
20032026-03-27T02:48:40.362Z Compiling pkcs8 v0.10.2
20042026-03-27T02:48:40.630Z Compiling zerocopy v0.7.35
20052026-03-27T02:48:40.668Z Compiling ref-cast-impl v1.0.25
20062026-03-27T02:48:40.751Z Compiling darling_core v0.20.11
20072026-03-27T02:48:40.850Z Compiling toml_datetime v0.7.5+spec-1.1.0
20082026-03-27T02:48:40.871Z Compiling memoffset v0.9.1
20092026-03-27T02:48:40.900Z Compiling try-lock v0.2.5
20102026-03-27T02:48:40.953Z Compiling winnow v0.5.40
20112026-03-27T02:48:41.038Z Compiling litrs v1.0.0
20122026-03-27T02:48:41.140Z Compiling tower-service v0.3.3
20132026-03-27T02:48:41.213Z Compiling fastrand v2.3.0
20142026-03-27T02:48:41.228Z Compiling rustix v0.38.44
20152026-03-27T02:48:41.413Z Compiling tower-layer v0.3.3
20162026-03-27T02:48:41.574Z Compiling tinyvec_macros v0.1.1
20172026-03-27T02:48:41.677Z Compiling tinyvec v1.10.0
20182026-03-27T02:48:41.741Z Compiling document-features v0.2.12
20192026-03-27T02:48:41.770Z Compiling want v0.3.1
20202026-03-27T02:48:41.946Z Compiling h2 v0.4.13
20212026-03-27T02:48:42.223Z Compiling toml_edit v0.19.15
20222026-03-27T02:48:42.415Z Compiling dtrace-parser v0.2.0
20232026-03-27T02:48:42.521Z Compiling dtrace-parser v0.3.0
20242026-03-27T02:48:42.706Z Compiling darling_macro v0.20.11
20252026-03-27T02:48:42.908Z Compiling dof v0.3.0
20262026-03-27T02:48:42.972Z Compiling dof v0.4.0
20272026-03-27T02:48:43.035Z Compiling ipnet v2.11.0
20282026-03-27T02:48:43.198Z Compiling daft-derive v0.1.5
20292026-03-27T02:48:43.422Z Compiling async-trait v0.1.89
20302026-03-27T02:48:43.504Z Compiling curve25519-dalek v4.1.3
20312026-03-27T02:48:43.593Z Compiling spin v0.9.8
20322026-03-27T02:48:43.770Z Compiling thread-id v5.1.0
20332026-03-27T02:48:43.833Z Compiling thread-id v4.2.2
20342026-03-27T02:48:43.873Z Compiling proc-macro-error-attr v1.0.4
20352026-03-27T02:48:43.888Z Compiling httpdate v1.0.3
20362026-03-27T02:48:43.939Z Compiling pin-utils v0.1.0
20372026-03-27T02:48:43.956Z Compiling smoltcp v0.9.1
20382026-03-27T02:48:44.069Z Compiling foreign-types-shared v0.1.1
20392026-03-27T02:48:44.191Z Compiling powerfmt v0.2.0
20402026-03-27T02:48:44.270Z Compiling cfg_aliases v0.2.1
20412026-03-27T02:48:44.300Z Compiling num-bigint-dig v0.8.6
20422026-03-27T02:48:44.316Z Compiling tempfile v3.25.0
20432026-03-27T02:48:44.319Z Compiling foreign-types v0.3.2
20442026-03-27T02:48:44.365Z Compiling nix v0.31.1
20452026-03-27T02:48:44.382Z Compiling deranged v0.5.8
20462026-03-27T02:48:44.505Z Compiling darling v0.20.11
20472026-03-27T02:48:44.823Z Compiling ipnetwork v0.21.1
20482026-03-27T02:48:44.969Z Compiling strum_macros v0.26.4
20492026-03-27T02:48:45.003Z Compiling hyper v1.8.1
20502026-03-27T02:48:45.060Z Compiling wait-timeout v0.2.1
20512026-03-27T02:48:45.166Z Compiling proc-macro-error v1.0.4
20522026-03-27T02:48:45.225Z Compiling unicode-segmentation v1.12.0
20532026-03-27T02:48:45.319Z Compiling anstyle v1.0.13
20542026-03-27T02:48:45.380Z Compiling simd-adler32 v0.3.8
20552026-03-27T02:48:45.487Z Compiling siphasher v1.0.2
20562026-03-27T02:48:45.503Z Compiling bit-vec v0.8.0
20572026-03-27T02:48:45.621Z Compiling utf8parse v0.2.2
20582026-03-27T02:48:45.671Z Compiling num_threads v0.1.7
20592026-03-27T02:48:45.730Z Compiling quick-error v1.2.3
20602026-03-27T02:48:45.747Z Compiling anstyle-parse v0.2.7
20612026-03-27T02:48:45.750Z Compiling bit-set v0.8.0
20622026-03-27T02:48:45.780Z Compiling time v0.3.47
20632026-03-27T02:48:45.900Z Compiling rusty-fork v0.3.1
20642026-03-27T02:48:46.199Z Compiling hyper-util v0.1.20
20652026-03-27T02:48:46.538Z Compiling crossbeam-epoch v0.9.18
20662026-03-27T02:48:46.652Z Compiling derive_builder_core v0.20.2
20672026-03-27T02:48:46.867Z Compiling unicode-normalization v0.1.25
20682026-03-27T02:48:47.354Z Compiling rustls-native-certs v0.8.3
20692026-03-27T02:48:47.686Z Compiling signature v2.2.0
20702026-03-27T02:48:47.702Z Compiling hubpack_derive v0.1.1
20712026-03-27T02:48:47.830Z Compiling rand_xorshift v0.4.0
20722026-03-27T02:48:47.861Z Compiling curve25519-dalek-derive v0.1.1
20732026-03-27T02:48:47.937Z Compiling strum_macros v0.27.2
20742026-03-27T02:48:48.001Z Compiling sync_wrapper v1.0.2
20752026-03-27T02:48:48.040Z Compiling fs-err v3.3.0
20762026-03-27T02:48:48.115Z Compiling ahash v0.8.12
20772026-03-27T02:48:48.131Z Compiling anstyle-query v1.1.5
20782026-03-27T02:48:48.168Z Compiling colorchoice v1.0.4
20792026-03-27T02:48:48.256Z Compiling unicode-properties v0.1.4
20802026-03-27T02:48:48.272Z Compiling object v0.37.3
20812026-03-27T02:48:48.305Z Compiling is_terminal_polyfill v1.70.2
20822026-03-27T02:48:48.419Z Compiling adler2 v2.0.1
20832026-03-27T02:48:48.471Z Compiling unarray v0.1.4
20842026-03-27T02:48:48.514Z Compiling unicode-bidi v0.3.18
20852026-03-27T02:48:48.552Z Compiling miniz_oxide v0.8.9
20862026-03-27T02:48:48.569Z Compiling anstream v0.6.21
20872026-03-27T02:48:48.604Z Compiling proptest v1.10.0
20882026-03-27T02:48:48.897Z Compiling stringprep v0.1.5
20892026-03-27T02:48:48.967Z Compiling tower v0.5.3
20902026-03-27T02:48:49.105Z Compiling derive_builder_macro v0.20.2
20912026-03-27T02:48:49.271Z Compiling crossbeam-deque v0.8.6
20922026-03-27T02:48:49.440Z Compiling heck v0.4.1
20932026-03-27T02:48:49.457Z Compiling usdt-attr-macro v0.6.0
20942026-03-27T02:48:49.483Z Compiling usdt-macro v0.6.0
20952026-03-27T02:48:49.783Z Compiling http-body-util v0.1.3
20962026-03-27T02:48:49.953Z Compiling webpki-roots v1.0.6
20972026-03-27T02:48:50.112Z Compiling rand_chacha v0.3.1
20982026-03-27T02:48:50.142Z Compiling erased-serde v0.3.31
20992026-03-27T02:48:50.146Z Compiling md-5 v0.10.6
21002026-03-27T02:48:50.238Z Compiling num-integer v0.1.46
21012026-03-27T02:48:50.238Z Compiling hash32 v0.2.1
21022026-03-27T02:48:50.399Z Compiling vergen-lib v0.1.6
21032026-03-27T02:48:50.428Z Compiling ff v0.13.1
21042026-03-27T02:48:50.461Z Compiling base16ct v0.2.0
21052026-03-27T02:48:50.464Z Compiling zlib-rs v0.6.2
21062026-03-27T02:48:50.479Z Compiling ryu v1.0.23
21072026-03-27T02:48:50.496Z Compiling iri-string v0.7.10
21082026-03-27T02:48:50.561Z Compiling psl-types v2.0.11
21092026-03-27T02:48:50.584Z Compiling fallible-iterator v0.2.0
21102026-03-27T02:48:50.587Z Compiling group v0.13.0
21112026-03-27T02:48:50.658Z Compiling serde_urlencoded v0.7.1
21122026-03-27T02:48:50.694Z Compiling publicsuffix v2.3.0
21132026-03-27T02:48:50.726Z Compiling newtype-uuid v1.3.2
21142026-03-27T02:48:50.766Z Compiling sec1 v0.7.3
21152026-03-27T02:48:50.808Z Compiling num-iter v0.1.45
21162026-03-27T02:48:50.891Z Compiling postgres-protocol v0.6.10
21172026-03-27T02:48:50.981Z Compiling rand v0.8.5
21182026-03-27T02:48:51.127Z Compiling oxnet v0.1.4
21192026-03-27T02:48:51.413Z Compiling zone_cfg_derive v0.3.1
21202026-03-27T02:48:51.431Z Compiling derive_builder v0.20.2
21212026-03-27T02:48:51.514Z Compiling tokio-native-tls v0.3.1
21222026-03-27T02:48:51.528Z Compiling phf_shared v0.13.1
21232026-03-27T02:48:51.623Z Compiling lazy_static v1.5.0
21242026-03-27T02:48:51.690Z Compiling tower-http v0.6.8
21252026-03-27T02:48:51.722Z Compiling terminal_size v0.4.3
21262026-03-27T02:48:51.722Z Compiling serde_with_macros v3.17.0
21272026-03-27T02:48:51.754Z Compiling cargo-platform v0.1.9
21282026-03-27T02:48:51.823Z Compiling hkdf v0.12.4
21292026-03-27T02:48:51.884Z Compiling crypto-bigint v0.5.5
21302026-03-27T02:48:51.900Z Compiling serde_repr v0.1.20
21312026-03-27T02:48:51.952Z Compiling enum-as-inner v0.6.1
21322026-03-27T02:48:51.967Z Compiling clap_derive v4.5.55
21332026-03-27T02:48:51.992Z Compiling vergen v9.0.6
21342026-03-27T02:48:52.032Z Compiling bumpalo v3.20.2
21352026-03-27T02:48:52.140Z Compiling clap_lex v1.0.0
21362026-03-27T02:48:52.181Z Compiling libbz2-rs-sys v0.2.2
21372026-03-27T02:48:52.206Z Compiling managed v0.8.0
21382026-03-27T02:48:52.311Z Compiling unicode-width v0.2.0
21392026-03-27T02:48:52.393Z Compiling bitflags v1.3.2
21402026-03-27T02:48:52.519Z Compiling foldhash v0.1.5
21412026-03-27T02:48:52.608Z Compiling flate2 v1.1.9
21422026-03-27T02:48:52.627Z Compiling console v0.16.2
21432026-03-27T02:48:52.710Z Compiling hashbrown v0.15.5
21442026-03-27T02:48:52.818Z Compiling bzip2 v0.6.1
21452026-03-27T02:48:52.834Z Compiling elliptic-curve v0.13.8
21462026-03-27T02:48:52.837Z Compiling clap_builder v4.5.60
21472026-03-27T02:48:52.837Z Compiling zopfli v0.8.3
21482026-03-27T02:48:53.040Z Compiling cargo_metadata v0.19.2
21492026-03-27T02:48:53.292Z Compiling phf v0.13.1
21502026-03-27T02:48:53.348Z Compiling hyper-tls v0.6.0
21512026-03-27T02:48:53.445Z Compiling zstd v0.13.3
21522026-03-27T02:48:53.476Z Compiling signal-hook-mio v0.2.5
21532026-03-27T02:48:53.493Z Compiling rayon v1.11.0
21542026-03-27T02:48:53.592Z Compiling daft v0.1.5
21552026-03-27T02:48:53.614Z Compiling cookie_store v0.22.1
21562026-03-27T02:48:53.655Z Compiling postgres-types v0.2.12
21572026-03-27T02:48:53.713Z Compiling bzip2 v0.4.4
21582026-03-27T02:48:53.779Z Compiling strum v0.27.2
21592026-03-27T02:48:54.005Z Compiling hubpack v0.1.2
21602026-03-27T02:48:54.110Z Compiling ed25519 v2.2.3
21612026-03-27T02:48:54.162Z Compiling phf_shared v0.11.3
21622026-03-27T02:48:54.246Z Compiling pkcs1 v0.7.5
21632026-03-27T02:48:54.367Z Compiling serde-big-array v0.5.1
21642026-03-27T02:48:54.399Z Compiling hex v0.4.3
21652026-03-27T02:48:54.452Z Compiling rfc6979 v0.4.0
21662026-03-27T02:48:54.535Z Compiling bstr v1.12.1
21672026-03-27T02:48:54.636Z Compiling itertools v0.12.1
21682026-03-27T02:48:54.653Z Compiling float-cmp v0.10.0
21692026-03-27T02:48:54.670Z Compiling memmap2 v0.9.10
21702026-03-27T02:48:54.687Z Compiling env_filter v1.0.0
21712026-03-27T02:48:54.825Z Compiling encoding_rs v0.8.35
21722026-03-27T02:48:54.904Z Compiling rustc-hash v2.1.1
21732026-03-27T02:48:54.921Z Compiling unit-prefix v0.5.2
21742026-03-27T02:48:54.958Z Compiling whoami v2.1.0
21752026-03-27T02:48:54.974Z Compiling static_assertions v1.1.0
21762026-03-27T02:48:55.030Z Compiling fixedbitset v0.5.7
21772026-03-27T02:48:55.068Z Compiling toml_write v0.1.2
21782026-03-27T02:48:55.088Z Compiling new_debug_unreachable v1.0.6
21792026-03-27T02:48:55.213Z Compiling predicates-core v1.0.10
21802026-03-27T02:48:55.254Z Compiling normalize-line-endings v0.3.0
21812026-03-27T02:48:55.289Z Compiling data-encoding v2.10.0
21822026-03-27T02:48:55.304Z Compiling precomputed-hash v0.1.1
21832026-03-27T02:48:55.325Z Compiling mime v0.3.17
21842026-03-27T02:48:55.367Z Compiling fixedbitset v0.4.2
21852026-03-27T02:48:55.384Z Compiling jiff v0.2.21
21862026-03-27T02:48:55.399Z Compiling keccak v0.1.6
21872026-03-27T02:48:55.402Z Compiling difflib v0.4.0
21882026-03-27T02:48:55.427Z Compiling string_cache v0.8.9
21892026-03-27T02:48:55.578Z Compiling sha3 v0.10.8
21902026-03-27T02:48:55.593Z Compiling hickory-proto v0.25.2
21912026-03-27T02:48:55.616Z Compiling petgraph v0.6.5
21922026-03-27T02:48:55.663Z Compiling predicates v3.1.4
21932026-03-27T02:48:55.761Z Compiling zone v0.3.1
21942026-03-27T02:48:55.861Z Compiling petgraph v0.8.3
21952026-03-27T02:48:55.865Z Compiling toml_edit v0.22.27
21962026-03-27T02:48:55.894Z Compiling tokio-postgres v0.7.16
21972026-03-27T02:48:56.140Z Compiling indicatif v0.18.4
21982026-03-27T02:48:56.245Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
21992026-03-27T02:48:56.373Z Compiling iddqd v0.3.17
22002026-03-27T02:48:56.900Z Compiling similar v2.7.0
22012026-03-27T02:48:57.115Z Compiling env_logger v0.11.9
22022026-03-27T02:48:57.491Z Compiling usdt v0.6.0
22032026-03-27T02:48:57.767Z Compiling serde_with v3.17.0
22042026-03-27T02:48:57.916Z Compiling ecdsa v0.16.9
22052026-03-27T02:48:57.960Z Compiling rsa v0.9.10
22062026-03-27T02:48:58.219Z Compiling zip v4.6.1
22072026-03-27T02:48:58.273Z Compiling clap v4.5.60
22082026-03-27T02:48:58.334Z Compiling ed25519-dalek v2.2.0
22092026-03-27T02:48:59.028Z Compiling crossterm v0.28.1
22102026-03-27T02:48:59.130Z Compiling zip v0.6.6
22112026-03-27T02:48:59.155Z Compiling strum v0.26.3
22122026-03-27T02:48:59.265Z Compiling toml v0.7.8
22132026-03-27T02:48:59.305Z Compiling tokio-stream v0.1.18
22142026-03-27T02:48:59.449Z Compiling buf-list v1.1.2
22152026-03-27T02:48:59.721Z Compiling x509-cert v0.2.5
22162026-03-27T02:48:59.759Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
22172026-03-27T02:48:59.823Z Compiling openapiv3 v2.2.0
22182026-03-27T02:48:59.875Z Compiling sha1 v0.10.6
22192026-03-27T02:49:00.093Z Compiling itertools v0.13.0
22202026-03-27T02:49:00.267Z Compiling peg-runtime v0.8.5
22212026-03-27T02:49:00.488Z Compiling lalrpop-util v0.19.12
22222026-03-27T02:49:12.444Z Compiling macaddr v1.0.1
22232026-03-27T02:49:12.644Z Compiling structmeta-derive v0.3.0
22242026-03-27T02:49:12.688Z Compiling itertools v0.14.0
22252026-03-27T02:49:13.211Z Compiling heapless v0.8.0
22262026-03-27T02:49:13.919Z Compiling structmeta v0.3.0
22272026-03-27T02:49:13.978Z Compiling ingot-macros v0.1.1
22282026-03-27T02:49:14.144Z Compiling rustls-webpki v0.103.9
22292026-03-27T02:49:17.903Z Compiling tokio-rustls v0.26.4
22302026-03-27T02:49:18.083Z Compiling rustls-platform-verifier v0.6.2
22312026-03-27T02:49:18.197Z Compiling hyper-rustls v0.27.7
22322026-03-27T02:49:18.542Z Compiling reqwest v0.12.28
22332026-03-27T02:49:18.655Z Compiling reqwest v0.13.2
22342026-03-27T02:49:18.699Z Compiling toml_edit v0.23.10+spec-1.0.0
22352026-03-27T02:49:19.446Z Compiling hash32 v0.3.1
22362026-03-27T02:49:19.646Z Compiling smoltcp v0.11.0
22372026-03-27T02:49:19.757Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
22382026-03-27T02:49:20.000Z Compiling proc-macro-crate v3.4.0
22392026-03-27T02:49:20.030Z Compiling ingot-types v0.1.2
22402026-03-27T02:49:20.049Z Compiling cobs v0.3.0
22412026-03-27T02:49:20.067Z Compiling rustls v0.22.4
22422026-03-27T02:49:20.258Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
22432026-03-27T02:49:20.312Z Compiling postcard v1.1.3
22442026-03-27T02:49:20.329Z Compiling proc-macro-crate v1.3.1
22452026-03-27T02:49:20.354Z Compiling rustls-webpki v0.102.8
22462026-03-27T02:49:20.447Z Compiling num_enum_derive v0.7.5
22472026-03-27T02:49:20.522Z Compiling ingot v0.1.1
22482026-03-27T02:49:20.540Z Compiling futures-executor v0.3.32
22492026-03-27T02:49:20.559Z Compiling foreign-types-macros v0.2.3
22502026-03-27T02:49:20.692Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
22512026-03-27T02:49:20.712Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
22522026-03-27T02:49:20.923Z Compiling multer v3.1.0
22532026-03-27T02:49:20.941Z Compiling thread_local v1.1.9
22542026-03-27T02:49:21.048Z Compiling slog-async v2.8.0
22552026-03-27T02:49:21.142Z Compiling typeid v1.0.3
22562026-03-27T02:49:21.161Z Compiling cpufeatures v0.3.0
22572026-03-27T02:49:21.270Z Compiling match_cfg v0.1.0
22582026-03-27T02:49:21.285Z Compiling foreign-types-shared v0.3.1
22592026-03-27T02:49:21.317Z Compiling chacha20 v0.10.0
22602026-03-27T02:49:21.366Z Compiling hostname v0.3.1
22612026-03-27T02:49:21.398Z Compiling num_enum v0.7.5
22622026-03-27T02:49:21.413Z Compiling foreign-types v0.5.0
22632026-03-27T02:49:21.524Z Compiling futures v0.3.32
22642026-03-27T02:49:21.548Z Compiling num_enum_derive v0.5.11
22652026-03-27T02:49:21.624Z Compiling derive-ex v0.1.8
22662026-03-27T02:49:21.642Z Compiling tabwriter v1.4.1
22672026-03-27T02:49:21.686Z Compiling slog-json v2.6.1
22682026-03-27T02:49:21.701Z Compiling crossbeam-channel v0.5.15
22692026-03-27T02:49:21.941Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
22702026-03-27T02:49:21.959Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
22712026-03-27T02:49:21.962Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
22722026-03-27T02:49:22.022Z Compiling async-stream-impl v0.3.6
22732026-03-27T02:49:22.194Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
22742026-03-27T02:49:22.237Z Compiling serde_spanned v1.0.4
22752026-03-27T02:49:22.414Z Compiling is-terminal v0.4.17
22762026-03-27T02:49:22.431Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
22772026-03-27T02:49:22.449Z Compiling cstr-argument v0.1.2
22782026-03-27T02:49:22.466Z Compiling dropshot v0.16.7
22792026-03-27T02:49:22.553Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8)
22802026-03-27T02:49:22.581Z Compiling take_mut v0.2.2
22812026-03-27T02:49:22.662Z Compiling crucible-workspace-hack v0.1.0
22822026-03-27T02:49:22.665Z Compiling toml_writer v1.0.6+spec-1.1.0
22832026-03-27T02:49:22.665Z Compiling erased-serde v0.4.9
22842026-03-27T02:49:22.715Z Compiling term v1.2.1
22852026-03-27T02:49:22.852Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
22862026-03-27T02:49:22.885Z Compiling toml v0.9.12+spec-1.1.0
22872026-03-27T02:49:22.908Z Compiling async-stream v0.3.6
22882026-03-27T02:49:22.974Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
22892026-03-27T02:49:23.023Z Compiling num_enum v0.5.11
22902026-03-27T02:49:23.046Z Compiling slog-term v2.9.2
22912026-03-27T02:49:23.126Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
22922026-03-27T02:49:23.187Z Compiling slog-bunyan v2.5.0
22932026-03-27T02:49:23.215Z Compiling test-strategy v0.4.5
22942026-03-27T02:49:23.266Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
22952026-03-27T02:49:23.285Z Compiling rand v0.10.0
22962026-03-27T02:49:23.449Z Compiling parse-display-derive v0.10.0
22972026-03-27T02:49:23.485Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
22982026-03-27T02:49:23.523Z Compiling backon v1.6.0
22992026-03-27T02:49:23.645Z Compiling tokio-rustls v0.25.0
23002026-03-27T02:49:23.741Z Compiling waitgroup v0.1.2
23012026-03-27T02:49:23.817Z Compiling dropshot_endpoint v0.16.7
23022026-03-27T02:49:23.915Z Compiling newtype-uuid-macros v0.1.0
23032026-03-27T02:49:23.918Z Compiling rustls-pemfile v2.2.0
23042026-03-27T02:49:24.041Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
23052026-03-27T02:49:24.087Z Compiling serde_path_to_error v0.1.20
23062026-03-27T02:49:24.161Z Compiling hostname v0.4.2
23072026-03-27T02:49:24.248Z Compiling instant v0.1.13
23082026-03-27T02:49:24.264Z Compiling debug-ignore v1.0.5
23092026-03-27T02:49:24.323Z Compiling libefi-sys v0.1.0
23102026-03-27T02:49:24.339Z Compiling colored v3.1.1
23112026-03-27T02:49:24.356Z Compiling backoff v0.4.0
23122026-03-27T02:49:24.394Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
23132026-03-27T02:49:24.557Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
23142026-03-27T02:49:24.571Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
23152026-03-27T02:49:24.587Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
23162026-03-27T02:49:24.633Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=368a2225b79328514ce0ea9181d8f874019edaa2#368a2225)
23172026-03-27T02:49:24.677Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
23182026-03-27T02:49:24.708Z Compiling camino-tempfile v1.4.1
23192026-03-27T02:49:24.940Z Compiling parse-display v0.10.0
23202026-03-27T02:49:24.994Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
23212026-03-27T02:49:25.047Z Compiling usdt-macro v0.5.0
23222026-03-27T02:49:25.073Z Compiling usdt-attr-macro v0.5.0
23232026-03-27T02:49:25.157Z Compiling secrecy v0.10.3
23242026-03-27T02:49:25.160Z Compiling bitfield-struct v0.6.2
23252026-03-27T02:49:25.375Z Compiling num-derive v0.4.2
23262026-03-27T02:49:25.754Z Compiling regress v0.10.5
23272026-03-27T02:49:25.819Z Compiling ordered-float v2.10.1
23282026-03-27T02:49:25.837Z Compiling blake3 v1.8.3
23292026-03-27T02:49:25.892Z Compiling memmap v0.7.0
23302026-03-27T02:49:26.083Z Compiling sigpipe v0.1.3
23312026-03-27T02:49:26.117Z Compiling glob v0.3.3
23322026-03-27T02:49:26.149Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
23332026-03-27T02:49:26.201Z Compiling serde-value v0.7.0
23342026-03-27T02:49:26.264Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
23352026-03-27T02:49:26.390Z Compiling usdt v0.5.0
23362026-03-27T02:49:26.407Z Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
23372026-03-27T02:49:26.443Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
23382026-03-27T02:49:26.461Z Compiling serde-untagged v0.1.9
23392026-03-27T02:49:26.699Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=368a2225b79328514ce0ea9181d8f874019edaa2#368a2225)
23402026-03-27T02:49:26.836Z Compiling toml v0.8.23
23412026-03-27T02:49:26.927Z Compiling smf v0.2.3
23422026-03-27T02:49:26.979Z Compiling filetime v0.2.27
23432026-03-27T02:49:27.010Z Compiling arrayvec v0.7.6
23442026-03-27T02:49:27.025Z Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
23452026-03-27T02:49:27.051Z Compiling unicode-xid v0.2.6
23462026-03-27T02:49:27.067Z Compiling arrayref v0.3.9
23472026-03-27T02:49:27.084Z Compiling same-file v1.0.6
23482026-03-27T02:49:27.101Z Compiling constant_time_eq v0.4.2
23492026-03-27T02:49:27.122Z Compiling whoami v1.6.1
23502026-03-27T02:49:27.158Z Compiling xattr v1.6.1
23512026-03-27T02:49:27.209Z Compiling walkdir v2.5.0
23522026-03-27T02:49:27.224Z Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
23532026-03-27T02:49:27.282Z Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
23542026-03-27T02:49:27.316Z Compiling cargo-util-schemas v0.8.2
23552026-03-27T02:49:27.405Z Compiling tar v0.4.45
23562026-03-27T02:49:27.545Z Compiling tokio-dtrace v0.1.1
23572026-03-27T02:49:27.604Z Compiling gethostname v0.5.0
23582026-03-27T02:49:27.763Z Compiling cargo-platform v0.2.0
23592026-03-27T02:49:27.892Z Compiling topological-sort v0.2.2
23602026-03-27T02:49:27.948Z Compiling oxide-tokio-rt v0.1.3
23612026-03-27T02:49:27.994Z Compiling indent_write v2.2.0
23622026-03-27T02:49:28.076Z Compiling shell-words v1.1.1
23632026-03-27T02:49:28.091Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
23642026-03-27T02:49:28.537Z Compiling cargo_metadata v0.21.0
23652026-03-27T02:49:37.366Z Compiling progenitor-client v0.13.0
23662026-03-27T02:49:37.398Z Compiling progenitor-client v0.10.0
23672026-03-27T02:49:37.401Z Compiling omicron-zone-package v0.12.2
23682026-03-27T02:49:37.489Z Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
23692026-03-27T02:49:37.489Z Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
23702026-03-27T02:49:37.493Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
23712026-03-27T02:49:37.538Z Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
23722026-03-27T02:49:37.639Z Compiling progenitor-extras v0.1.1
23732026-03-27T02:49:37.859Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
23742026-03-27T02:49:44.888Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
23752026-03-27T02:49:45.909Z Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
23762026-03-27T02:49:52.209Z Finished `release` profile [optimized] target(s) in 1m 27s
23772026-03-27T02:49:52.363Z Running `target/release/omicron-package -t test target create -p dev`
23782026-03-27T02:49:52.426ZLogging to: /work/oxidecomputer/omicron/out/LOG
23792026-03-27T02:49:52.429ZCreated new build target 'test' and set it as active
23802026-03-27T02:49:52.429Z
23812026-03-27T02:49:52.429Zreal 1:27.439476000
23822026-03-27T02:49:52.429Zuser 15:20.661121441
23832026-03-27T02:49:52.429Zsys 2:28.690505527
23842026-03-27T02:49:52.429Ztrap 0.435894462
23852026-03-27T02:49:52.429Ztflt 2.540899671
23862026-03-27T02:49:52.429Zdflt 3.232894402
23872026-03-27T02:49:52.429Zkflt 0.000459840
23882026-03-27T02:49:52.429Zlock 48:11.278094155
23892026-03-27T02:49:52.429Zslp 40:26.118283877
23902026-03-27T02:49:52.429Zlat 40.006036268
23912026-03-27T02:49:52.429Zstop 5:13.873464438
23922026-03-27T02:49:52.433Z+ ptime -m cargo run --locked --release --bin omicron-package -- -t test package
23932026-03-27T02:49:53.303Z Finished `release` profile [optimized] target(s) in 0.86s
23942026-03-27T02:49:53.378Z Running `target/release/omicron-package -t test package`
23952026-03-27T02:49:53.436ZLogging to: /work/oxidecomputer/omicron/out/LOG
23962026-03-27T02:49:54.846Z Compiling regress v0.10.5
23972026-03-27T02:49:54.846Z Compiling heck v0.5.0
23982026-03-27T02:49:54.846Z Compiling unsafe-libyaml v0.2.11
23992026-03-27T02:49:54.849Z Compiling convert_case v0.4.0
24002026-03-27T02:49:55.108Z Compiling half v2.7.1
24012026-03-27T02:49:55.108Z Compiling ciborium-io v0.2.2
24022026-03-27T02:49:55.149Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=a945a32ba9e1f2098ce3a8963765f1894f37110b#a945a32b)
24032026-03-27T02:49:55.149Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=368a2225b79328514ce0ea9181d8f874019edaa2#368a2225)
24042026-03-27T02:49:55.152Z Compiling universal-hash v0.5.1
24052026-03-27T02:49:55.189Z Compiling thiserror-impl-no-std v2.0.2
24062026-03-27T02:49:55.229Z Compiling typify-impl v0.6.1
24072026-03-27T02:49:55.250Z Compiling prettyplease v0.2.37
24082026-03-27T02:49:55.253Z Compiling opaque-debug v0.3.1
24092026-03-27T02:49:55.253Z Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
24102026-03-27T02:49:55.311Z Compiling byte-wrapper v0.1.0
24112026-03-27T02:49:55.330Z Compiling chacha20 v0.9.1
24122026-03-27T02:49:55.333Z Compiling password-hash v0.5.0
24132026-03-27T02:49:55.352Z Compiling blake2 v0.10.6
24142026-03-27T02:49:55.396Z Compiling derive_more v0.99.20
24152026-03-27T02:49:55.418Z Compiling ciborium-ll v0.2.2
24162026-03-27T02:49:55.480Z Compiling poly1305 v0.8.0
24172026-03-27T02:49:55.499Z Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=368a2225b79328514ce0ea9181d8f874019edaa2#368a2225)
24182026-03-27T02:49:55.609Z Compiling serde_yaml v0.9.34+deprecated
24192026-03-27T02:49:55.657Z Compiling ciborium v0.2.2
24202026-03-27T02:49:55.709Z Compiling aead v0.5.2
24212026-03-27T02:49:55.744Z Compiling swrite v0.1.0
24222026-03-27T02:49:55.882Z Compiling unicode-width v0.1.14
24232026-03-27T02:49:55.904Z Compiling chacha20poly1305 v0.10.1
24242026-03-27T02:49:55.926Z Compiling argon2 v0.5.3
24252026-03-27T02:49:56.083Z Compiling is-terminal v0.4.17
24262026-03-27T02:49:56.132Z Compiling serde_spanned v1.0.4
24272026-03-27T02:49:56.213Z Compiling toml_writer v1.0.6+spec-1.1.0
24282026-03-27T02:49:56.234Z Compiling bytecount v0.6.9
24292026-03-27T02:49:56.277Z Compiling thiserror-no-std v2.0.2
24302026-03-27T02:49:56.300Z Compiling rustls v0.22.4
24312026-03-27T02:49:56.300Z Compiling rustls-webpki v0.102.8
24322026-03-27T02:49:56.343Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
24332026-03-27T02:49:56.363Z Compiling derive-where v1.6.0
24342026-03-27T02:49:56.366Z Compiling thread_local v1.1.9
24352026-03-27T02:49:56.402Z Compiling vsss-rs v3.3.4
24362026-03-27T02:49:56.449Z Compiling toml v0.9.12+spec-1.1.0
24372026-03-27T02:49:56.478Z Compiling match_cfg v0.1.0
24382026-03-27T02:49:56.626Z Compiling hostname v0.3.1
24392026-03-27T02:49:56.648Z Compiling multer v3.1.0
24402026-03-27T02:49:56.698Z Compiling slog-async v2.8.0
24412026-03-27T02:49:56.719Z Compiling slog-json v2.6.1
24422026-03-27T02:49:56.773Z Compiling crossbeam-channel v0.5.15
24432026-03-27T02:49:56.796Z Compiling futures-executor v0.3.32
24442026-03-27T02:49:56.918Z Compiling take_mut v0.2.2
24452026-03-27T02:49:56.951Z Compiling term v1.2.1
24462026-03-27T02:49:56.974Z Compiling futures v0.3.32
24472026-03-27T02:49:57.004Z Compiling slog-bunyan v2.5.0
24482026-03-27T02:49:57.059Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
24492026-03-27T02:49:57.078Z Compiling dropshot v0.16.7
24502026-03-27T02:49:57.098Z Compiling async-stream v0.3.6
24512026-03-27T02:49:57.170Z Compiling progenitor-client v0.13.0
24522026-03-27T02:49:57.221Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
24532026-03-27T02:49:57.243Z Compiling waitgroup v0.1.2
24542026-03-27T02:49:57.287Z Compiling slog-term v2.9.2
24552026-03-27T02:49:57.417Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=368a2225b79328514ce0ea9181d8f874019edaa2#368a2225)
24562026-03-27T02:49:57.443Z Compiling backon v1.6.0
24572026-03-27T02:49:57.471Z Compiling rustls-pemfile v2.2.0
24582026-03-27T02:49:57.496Z Compiling serde_path_to_error v0.1.20
24592026-03-27T02:49:57.515Z Compiling hostname v0.4.2
24602026-03-27T02:49:57.551Z Compiling instant v0.1.13
24612026-03-27T02:49:57.576Z Compiling debug-ignore v1.0.5
24622026-03-27T02:49:57.600Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
24632026-03-27T02:49:57.603Z Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
24642026-03-27T02:49:57.642Z Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
24652026-03-27T02:49:57.642Z Compiling progenitor-extras v0.1.1
24662026-03-27T02:49:57.686Z Compiling backoff v0.4.0
24672026-03-27T02:49:57.690Z Compiling parse-display v0.10.0
24682026-03-27T02:49:57.727Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
24692026-03-27T02:49:57.731Z Compiling progenitor-client v0.10.0
24702026-03-27T02:49:57.731Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
24712026-03-27T02:49:57.818Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
24722026-03-27T02:49:57.871Z Compiling macaddr v1.0.1
24732026-03-27T02:49:57.906Z Compiling console v0.15.11
24742026-03-27T02:49:57.927Z Compiling newline-converter v0.3.0
24752026-03-27T02:49:57.951Z Compiling atomicwrites v0.4.4
24762026-03-27T02:49:57.978Z Compiling num-rational v0.4.2
24772026-03-27T02:49:58.056Z Compiling num-complex v0.4.6
24782026-03-27T02:49:58.128Z Compiling slog-dtrace v0.3.0
24792026-03-27T02:49:58.170Z Compiling async-recursion v1.1.1
24802026-03-27T02:49:58.273Z Compiling float-ord v0.3.2
24812026-03-27T02:49:58.328Z Compiling expectorate v1.2.0
24822026-03-27T02:49:58.424Z Compiling cancel-safe-futures v0.1.5
24832026-03-27T02:49:58.445Z Compiling num v0.4.3
24842026-03-27T02:49:58.558Z Compiling owo-colors v4.3.0
24852026-03-27T02:49:58.578Z Compiling tokio-rustls v0.25.0
24862026-03-27T02:49:58.624Z Compiling libsw-core v0.3.2
24872026-03-27T02:49:58.628Z Compiling resolv-conf v0.7.6
24882026-03-27T02:49:58.700Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
24892026-03-27T02:49:58.839Z Compiling libsw v3.5.0
24902026-03-27T02:49:58.842Z Compiling toml v0.8.23
24912026-03-27T02:49:58.882Z Compiling linear-map v1.2.0
24922026-03-27T02:49:59.020Z Compiling minimal-lexical v0.2.1
24932026-03-27T02:49:59.050Z Compiling linked-hash-map v0.5.6
24942026-03-27T02:49:59.140Z Compiling oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
24952026-03-27T02:49:59.182Z Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
24962026-03-27T02:49:59.270Z Compiling lru-cache v0.1.2
24972026-03-27T02:49:59.297Z Compiling nom v7.1.3
24982026-03-27T02:49:59.318Z Compiling unicode-xid v0.2.6
24992026-03-27T02:49:59.321Z Compiling clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
25002026-03-27T02:49:59.453Z Compiling globset v0.4.18
25012026-03-27T02:49:59.473Z Compiling hickory-proto v0.24.4
25022026-03-27T02:49:59.497Z Compiling internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
25032026-03-27T02:49:59.711Z Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
25042026-03-27T02:50:00.019Z Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
25052026-03-27T02:50:00.105Z Compiling typify-macro v0.6.1
25062026-03-27T02:50:00.763Z Compiling gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
25072026-03-27T02:50:00.816Z Compiling convert_case v0.10.0
25082026-03-27T02:50:01.118Z Compiling derive_more-impl v2.1.1
25092026-03-27T02:50:01.664Z Compiling typify v0.6.1
25102026-03-27T02:50:01.799Z Compiling progenitor-impl v0.13.0
25112026-03-27T02:50:01.906Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
25122026-03-27T02:50:02.282Z Compiling hickory-resolver v0.24.4
25132026-03-27T02:50:02.435Z Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
25142026-03-27T02:50:02.692Z Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
25152026-03-27T02:50:02.883Z Compiling pin-project-internal v1.1.11
25162026-03-27T02:50:03.511Z Compiling qorb v0.4.1
25172026-03-27T02:50:03.535Z Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
25182026-03-27T02:50:03.753Z Compiling derive_more v2.1.1
25192026-03-27T02:50:03.876Z Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
25202026-03-27T02:50:03.985Z Compiling pin-project v1.1.11
25212026-03-27T02:50:04.080Z Compiling pem v3.0.6
25222026-03-27T02:50:04.115Z Compiling progenitor-macro v0.13.0
25232026-03-27T02:50:04.148Z Compiling snafu-derive v0.8.9
25242026-03-27T02:50:04.824Z Compiling termtree v0.5.1
25252026-03-27T02:50:05.030Z Compiling crossterm v0.29.0
25262026-03-27T02:50:05.296Z Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
25272026-03-27T02:50:05.609Z Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
25282026-03-27T02:50:05.837Z Compiling snafu v0.8.9
25292026-03-27T02:50:06.437Z Compiling phf_shared v0.12.1
25302026-03-27T02:50:06.695Z Compiling olpc-cjson v0.1.4
25312026-03-27T02:50:06.752Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
25322026-03-27T02:50:07.285Z Compiling serde_plain v1.0.2
25332026-03-27T02:50:07.618Z Compiling csv-core v0.1.13
25342026-03-27T02:50:07.667Z Compiling vte v0.14.1
25352026-03-27T02:50:07.929Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
25362026-03-27T02:50:07.951Z Compiling chrono-tz v0.10.4
25372026-03-27T02:50:07.988Z Compiling typed-path v0.9.3
25382026-03-27T02:50:08.093Z Compiling highway v1.3.0
25392026-03-27T02:50:08.122Z Compiling strip-ansi-escapes v0.2.1
25402026-03-27T02:50:08.201Z Compiling csv v1.4.0
25412026-03-27T02:50:08.326Z Compiling progenitor v0.13.0
25422026-03-27T02:50:08.453Z Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
25432026-03-27T02:50:08.510Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
25442026-03-27T02:50:08.662Z Compiling phf v0.12.1
25452026-03-27T02:50:08.687Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
25462026-03-27T02:50:08.847Z Compiling const_format_proc_macros v0.2.34
25472026-03-27T02:50:08.869Z Compiling papergrid v0.11.0
25482026-03-27T02:50:08.890Z Compiling fd-lock v4.0.4
25492026-03-27T02:50:09.073Z Compiling tough v0.20.0
25502026-03-27T02:50:09.178Z Compiling peg-macros v0.8.5
25512026-03-27T02:50:09.633Z Compiling tabled_derive v0.7.0
25522026-03-27T02:50:09.996Z Compiling nu-ansi-term v0.50.3
25532026-03-27T02:50:10.465Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
25542026-03-27T02:50:10.539Z Compiling tabled v0.15.0
25552026-03-27T02:50:10.560Z Compiling peg v0.8.5
25562026-03-27T02:50:10.698Z Compiling reedline v0.40.0
25572026-03-27T02:50:10.786Z Compiling const_format v0.2.35
25582026-03-27T02:50:10.893Z Compiling cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
25592026-03-27T02:50:11.302Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
25602026-03-27T02:50:12.411Z Compiling bcs v0.1.6
25612026-03-27T02:50:12.474Z Compiling base64 v0.21.7
25622026-03-27T02:50:12.852Z Compiling semver v0.1.20
25632026-03-27T02:50:13.031Z Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
25642026-03-27T02:50:13.154Z Compiling rustc_version v0.1.7
25652026-03-27T02:50:13.304Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
25662026-03-27T02:50:13.329Z Compiling humantime v2.3.0
25672026-03-27T02:50:13.391Z Compiling newtype_derive v0.1.6
25682026-03-27T02:50:13.621Z Compiling smawk v0.3.2
25692026-03-27T02:50:13.644Z Compiling unicode-linebreak v0.1.5
25702026-03-27T02:50:13.833Z Compiling dropshot-api-manager-types v0.6.0
25712026-03-27T02:50:13.884Z Compiling textwrap v0.16.2
25722026-03-27T02:50:13.955Z Compiling rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=b603c9f3dccefcf1d3e941c04505ff6bdd1826b6#b603c9f3)
25732026-03-27T02:50:14.296Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
25742026-03-27T02:50:14.388Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=b603c9f3dccefcf1d3e941c04505ff6bdd1826b6#b603c9f3)
25752026-03-27T02:50:14.631Z Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
25762026-03-27T02:50:14.654Z Compiling steno v0.4.1
25772026-03-27T02:50:14.727Z Compiling utf-8 v0.7.6
25782026-03-27T02:50:14.987Z Compiling tagptr v0.2.0
25792026-03-27T02:50:15.192Z Compiling moka v0.12.13
25802026-03-27T02:50:15.219Z Compiling tungstenite v0.21.0
25812026-03-27T02:50:15.246Z Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
25822026-03-27T02:50:15.564Z Compiling radium v0.7.0
25832026-03-27T02:50:15.778Z Compiling typify-impl v0.4.3
25842026-03-27T02:50:15.889Z Compiling tokio-tungstenite v0.21.0
25852026-03-27T02:50:15.994Z Compiling tap v1.0.1
25862026-03-27T02:50:16.174Z Compiling maybe-uninit v2.0.0
25872026-03-27T02:50:16.280Z Compiling wyz v0.5.1
25882026-03-27T02:50:16.489Z Compiling hickory-resolver v0.25.2
25892026-03-27T02:50:16.585Z Compiling zerocopy-derive v0.6.6
25902026-03-27T02:50:16.802Z Compiling funty v2.0.0
25912026-03-27T02:50:17.361Z Compiling packed_struct v0.10.1
25922026-03-27T02:50:17.384Z Compiling display-error-chain v0.2.2
25932026-03-27T02:50:17.408Z Compiling crc-catalog v2.4.0
25942026-03-27T02:50:17.543Z Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
25952026-03-27T02:50:17.571Z Compiling crc v3.4.0
25962026-03-27T02:50:17.684Z Compiling zerocopy v0.6.6
25972026-03-27T02:50:17.781Z Compiling bitvec v1.0.1
25982026-03-27T02:50:17.914Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=368a2225b79328514ce0ea9181d8f874019edaa2#368a2225)
25992026-03-27T02:50:18.262Z Compiling packed_struct_codegen v0.10.1
26002026-03-27T02:50:18.720Z Compiling nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
26012026-03-27T02:50:19.276Z Compiling bitfield-macros v0.19.4
26022026-03-27T02:50:19.300Z Compiling typify-macro v0.4.3
26032026-03-27T02:50:19.602Z Compiling indexmap v1.9.3
26042026-03-27T02:50:19.839Z Compiling nodrop v0.1.14
26052026-03-27T02:50:19.973Z Compiling array-init v0.0.4
26062026-03-27T02:50:19.996Z Compiling bitfield v0.19.4
26072026-03-27T02:50:20.372Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
26082026-03-27T02:50:20.894Z Compiling smallvec v0.6.14
26092026-03-27T02:50:21.168Z Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
26102026-03-27T02:50:21.191Z Compiling num-derive v0.3.3
26112026-03-27T02:50:21.613Z Compiling proc-macro-error-attr2 v2.0.0
26122026-03-27T02:50:21.870Z Compiling hashbrown v0.12.3
26132026-03-27T02:50:21.982Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
26142026-03-27T02:50:22.036Z Compiling proc-macro-error2 v2.0.1
26152026-03-27T02:50:22.059Z Compiling libscf-sys v1.1.0
26162026-03-27T02:50:22.231Z Compiling serde-hex v0.1.0
26172026-03-27T02:50:22.349Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
26182026-03-27T02:50:22.626Z Compiling ron v0.8.1
26192026-03-27T02:50:22.693Z Compiling hashbrown v0.13.2
26202026-03-27T02:50:23.032Z Compiling vergen-gitcl v1.0.8
26212026-03-27T02:50:23.056Z Compiling dirs-sys-next v0.1.2
26222026-03-27T02:50:23.264Z Compiling glob v0.3.3
26232026-03-27T02:50:23.350Z Compiling crunchy v0.2.4
26242026-03-27T02:50:23.354Z Compiling maplit v1.0.2
26252026-03-27T02:50:23.397Z Compiling crc-any v2.5.0
26262026-03-27T02:50:23.496Z Compiling diesel_derives v2.3.7
26272026-03-27T02:50:23.634Z Compiling clang-sys v1.8.1
26282026-03-27T02:50:23.657Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
26292026-03-27T02:50:23.714Z Compiling object v0.30.4
26302026-03-27T02:50:23.803Z Compiling dirs-next v2.0.0
26312026-03-27T02:50:23.831Z Compiling tabled_derive v0.11.0
26322026-03-27T02:50:23.952Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
26332026-03-27T02:50:24.016Z Compiling typify v0.4.3
26342026-03-27T02:50:24.047Z Compiling papergrid v0.17.0
26352026-03-27T02:50:24.162Z Compiling testing_table v0.3.0
26362026-03-27T02:50:24.345Z Compiling dsl_auto_type v0.2.0
26372026-03-27T02:50:24.403Z Compiling scheduled-thread-pool v0.2.7
26382026-03-27T02:50:24.599Z Compiling diesel_table_macro_syntax v0.3.0
26392026-03-27T02:50:24.658Z Compiling tiny-keccak v2.0.2
26402026-03-27T02:50:24.838Z Compiling path-slash v0.1.5
26412026-03-27T02:50:24.918Z Compiling r2d2 v0.8.10
26422026-03-27T02:50:25.003Z Compiling term v0.7.0
26432026-03-27T02:50:25.154Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
26442026-03-27T02:50:25.247Z Compiling tabled v0.20.0
26452026-03-27T02:50:25.285Z Compiling arc-swap v1.8.2
26462026-03-27T02:50:25.498Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
26472026-03-27T02:50:25.520Z Compiling xshell-macros v0.2.7
26482026-03-27T02:50:25.545Z Compiling bit-vec v0.6.3
26492026-03-27T02:50:25.662Z Compiling downcast-rs v2.0.2
26502026-03-27T02:50:25.783Z Compiling bit-set v0.5.3
26512026-03-27T02:50:25.805Z Compiling slog-scope v4.4.1
26522026-03-27T02:50:25.825Z Compiling ascii-canvas v3.0.0
26532026-03-27T02:50:25.909Z Compiling xshell v0.2.7
26542026-03-27T02:50:26.103Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
26552026-03-27T02:50:26.215Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
26562026-03-27T02:50:26.259Z Compiling itertools v0.10.5
26572026-03-27T02:50:26.593Z Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
26582026-03-27T02:50:26.675Z Compiling ena v0.14.4
26592026-03-27T02:50:26.917Z Compiling libloading v0.8.9
26602026-03-27T02:50:27.158Z Compiling bindgen v0.71.1
26612026-03-27T02:50:27.338Z Compiling regex-syntax v0.6.29
26622026-03-27T02:50:27.435Z Compiling diff v0.1.13
26632026-03-27T02:50:27.458Z Compiling unicase v2.9.0
26642026-03-27T02:50:27.774Z Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
26652026-03-27T02:50:28.591Z Compiling slog-stdlog v4.1.1
26662026-03-27T02:50:28.979Z Compiling lalrpop v0.19.12
26672026-03-27T02:50:29.053Z Compiling omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
26682026-03-27T02:50:29.282Z Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
26692026-03-27T02:50:29.628Z Compiling diesel v2.3.7
26702026-03-27T02:50:29.793Z Compiling cexpr v0.6.0
26712026-03-27T02:50:29.874Z Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
26722026-03-27T02:50:30.117Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
26732026-03-27T02:50:30.159Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
26742026-03-27T02:50:30.345Z Compiling crc8 v0.1.1
26752026-03-27T02:50:30.457Z Compiling slog-envlogger v2.2.0
26762026-03-27T02:50:30.511Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
26772026-03-27T02:50:30.532Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
26782026-03-27T02:50:30.718Z Compiling headers-core v0.3.0
26792026-03-27T02:50:30.882Z Compiling libxml v0.3.3
26802026-03-27T02:50:31.190Z Compiling headers v0.4.1
26812026-03-27T02:50:31.212Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
26822026-03-27T02:50:31.639Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
26832026-03-27T02:50:31.867Z Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
26842026-03-27T02:50:32.366Z Compiling strum_macros v0.24.3
26852026-03-27T02:50:32.461Z Compiling indoc v1.0.9
26862026-03-27T02:50:32.733Z Compiling progenitor-impl v0.10.0
26872026-03-27T02:50:32.864Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
26882026-03-27T02:50:32.925Z Compiling derive_builder v0.20.2
26892026-03-27T02:50:33.090Z Compiling oso-derive v0.27.3
26902026-03-27T02:50:33.113Z Compiling quick-xml v0.37.5
26912026-03-27T02:50:33.116Z Compiling impl-trait-for-tuples v0.2.3
26922026-03-27T02:50:33.607Z Compiling half v1.8.3
26932026-03-27T02:50:33.660Z Compiling openssl-probe v0.1.6
26942026-03-27T02:50:33.963Z Compiling serde_cbor v0.11.2
26952026-03-27T02:50:34.087Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
26962026-03-27T02:50:34.422Z Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
26972026-03-27T02:50:34.425Z Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
26982026-03-27T02:50:34.808Z Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
26992026-03-27T02:50:34.928Z Compiling progenitor-macro v0.10.0
27002026-03-27T02:50:34.967Z Compiling bb8 v0.8.6
27012026-03-27T02:50:35.047Z Compiling trait-variant v0.1.2
27022026-03-27T02:50:35.093Z Compiling samael v0.0.19
27032026-03-27T02:50:35.395Z Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
27042026-03-27T02:50:35.631Z Compiling scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=c78005db837a71f94c3b8efac9a64cfbdb2d527f#c78005db)
27052026-03-27T02:50:35.831Z Compiling tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
27062026-03-27T02:50:35.863Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
27072026-03-27T02:50:36.193Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
27082026-03-27T02:50:36.398Z Compiling fxhash v0.2.1
27092026-03-27T02:50:36.427Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
27102026-03-27T02:50:36.499Z Compiling polar-core v0.27.3
27112026-03-27T02:50:36.607Z Compiling kstat-rs v0.2.4
27122026-03-27T02:50:36.686Z Compiling libz-sys v1.1.24
27132026-03-27T02:50:36.728Z Compiling salty v0.3.0
27142026-03-27T02:50:37.004Z Compiling nonempty v0.12.0
27152026-03-27T02:50:37.139Z Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
27162026-03-27T02:50:37.237Z Compiling zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
27172026-03-27T02:50:37.311Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=b31ba90d14636ef6bba9dbb56d756efa249d4b4e#b31ba90d)
27182026-03-27T02:50:37.487Z Compiling progenitor-impl v0.11.2
27192026-03-27T02:50:37.659Z Compiling darling_core v0.23.0
27202026-03-27T02:50:39.053Z Compiling progenitor v0.10.0
27212026-03-27T02:50:39.266Z Compiling nanorand v0.7.0
27222026-03-27T02:50:39.609Z Compiling fs-err v2.11.0
27232026-03-27T02:50:39.654Z Compiling parking_lot_core v0.8.6
27242026-03-27T02:50:39.903Z Compiling darling_macro v0.23.0
27252026-03-27T02:50:39.977Z Compiling mime_guess v2.0.5
27262026-03-27T02:50:40.011Z Compiling progenitor-macro v0.11.2
27272026-03-27T02:50:40.015Z Compiling flume v0.11.1
27282026-03-27T02:50:40.432Z Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
27292026-03-27T02:50:40.453Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
27302026-03-27T02:50:40.507Z Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
27312026-03-27T02:50:41.287Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=b31ba90d14636ef6bba9dbb56d756efa249d4b4e#b31ba90d)
27322026-03-27T02:50:42.039Z Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
27332026-03-27T02:50:43.480Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
27342026-03-27T02:50:45.079Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27352026-03-27T02:50:45.665Z Compiling oso v0.27.3
27362026-03-27T02:50:45.692Z Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
27372026-03-27T02:50:47.051Z Compiling diesel-dtrace v0.5.0
27382026-03-27T02:50:47.379Z Compiling async-bb8-diesel v0.2.1
27392026-03-27T02:50:47.854Z Compiling progenitor-client v0.11.2
27402026-03-27T02:50:48.481Z Compiling git-stub v1.0.0
27412026-03-27T02:50:48.637Z Compiling libgit2-sys v0.18.3+1.9.2
27422026-03-27T02:50:48.761Z Compiling instability v0.3.11
27432026-03-27T02:50:48.873Z Compiling git-stub-vcs v0.1.0
27442026-03-27T02:50:49.024Z Compiling progenitor v0.11.2
27452026-03-27T02:50:49.218Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27462026-03-27T02:50:49.240Z Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
27472026-03-27T02:50:49.696Z Compiling darling v0.23.0
27482026-03-27T02:50:50.547Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3)
27492026-03-27T02:50:50.734Z Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
27502026-03-27T02:50:50.767Z Compiling clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
27512026-03-27T02:50:51.501Z Compiling ignore v0.4.25
27522026-03-27T02:50:51.907Z Compiling primeorder v0.13.6
27532026-03-27T02:50:52.213Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27542026-03-27T02:50:52.235Z Compiling castaway v0.2.4
27552026-03-27T02:50:52.397Z Compiling nibble_vec v0.1.0
27562026-03-27T02:50:52.593Z Compiling atty v0.2.14
27572026-03-27T02:50:52.768Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27582026-03-27T02:50:52.996Z Compiling indoc v2.0.7
27592026-03-27T02:50:53.306Z Compiling http-range v0.1.5
27602026-03-27T02:50:53.466Z Compiling endian-type v0.1.2
27612026-03-27T02:50:53.651Z Compiling parse-size v1.1.0
27622026-03-27T02:50:53.673Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
27632026-03-27T02:50:53.693Z Compiling radix_trie v0.2.1
27642026-03-27T02:50:53.908Z Compiling tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
27652026-03-27T02:50:53.978Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27662026-03-27T02:50:54.234Z Compiling compact_str v0.8.1
27672026-03-27T02:50:54.456Z Compiling p384 v0.13.1
27682026-03-27T02:50:55.348Z Compiling globwalk v0.9.1
27692026-03-27T02:50:56.041Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27702026-03-27T02:50:56.607Z Compiling parking_lot v0.11.2
27712026-03-27T02:50:56.677Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
27722026-03-27T02:50:57.134Z Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
27732026-03-27T02:50:57.316Z Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
27742026-03-27T02:50:57.415Z Compiling predicates-tree v1.0.13
27752026-03-27T02:50:57.559Z Compiling unicode-truncate v1.1.0
27762026-03-27T02:50:57.791Z Compiling lru v0.12.5
27772026-03-27T02:50:57.905Z Compiling prefix-trie v0.7.0
27782026-03-27T02:50:57.990Z Compiling vergen-git2 v1.0.7
27792026-03-27T02:50:58.028Z Compiling cassowary v0.3.0
27802026-03-27T02:50:58.252Z Compiling camino-tempfile-ext v0.3.3
27812026-03-27T02:50:58.364Z Compiling hickory-server v0.25.2
27822026-03-27T02:50:58.391Z Compiling ratatui v0.29.0
27832026-03-27T02:50:58.912Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27842026-03-27T02:50:59.336Z Compiling hyper-staticfile v0.10.1
27852026-03-27T02:50:59.605Z Compiling sled v0.34.7
27862026-03-27T02:51:00.545Z Compiling hickory-client v0.25.2
27872026-03-27T02:51:00.587Z Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
27882026-03-27T02:51:00.730Z Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
27892026-03-27T02:51:01.296Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27902026-03-27T02:51:01.445Z Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
27912026-03-27T02:51:01.680Z Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=b603c9f3dccefcf1d3e941c04505ff6bdd1826b6#b603c9f3)
27922026-03-27T02:51:02.115Z Compiling clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
27932026-03-27T02:51:02.484Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27942026-03-27T02:51:02.545Z Compiling rand_seeder v0.4.0
27952026-03-27T02:51:02.806Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f)
27962026-03-27T02:51:03.036Z Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27972026-03-27T02:51:03.081Z Compiling lzma-sys v0.1.20
27982026-03-27T02:51:03.486Z Compiling corncobs v0.1.4
27992026-03-27T02:51:03.512Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
28002026-03-27T02:51:03.557Z Compiling rustls v0.21.12
28012026-03-27T02:51:03.733Z Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
28022026-03-27T02:51:03.806Z Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
28032026-03-27T02:51:03.895Z Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
28042026-03-27T02:51:04.135Z Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
28052026-03-27T02:51:04.171Z Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
28062026-03-27T02:51:04.348Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
28072026-03-27T02:51:04.521Z Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
28082026-03-27T02:51:04.620Z Compiling sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
28092026-03-27T02:51:04.715Z Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
28102026-03-27T02:51:05.304Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#f20f786e)
28112026-03-27T02:51:07.473Z Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
28122026-03-27T02:51:07.694Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
28132026-03-27T02:51:07.773Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
28142026-03-27T02:51:07.823Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
28152026-03-27T02:51:07.931Z Compiling cargo_toml v0.22.3
28162026-03-27T02:51:08.004Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
28172026-03-27T02:51:08.052Z Compiling rustls-webpki v0.101.7
28182026-03-27T02:51:09.471Z Compiling sct v0.7.1
28192026-03-27T02:51:09.695Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
28202026-03-27T02:51:09.744Z Compiling nix v0.29.0
28212026-03-27T02:51:09.809Z Compiling secrecy v0.8.0
28222026-03-27T02:51:09.854Z Compiling void v1.0.2
28232026-03-27T02:51:10.001Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
28242026-03-27T02:51:10.023Z Compiling lzss v0.8.2
28252026-03-27T02:51:10.273Z Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#d83f56a6)
28262026-03-27T02:51:10.543Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#f20f786e)
28272026-03-27T02:51:10.857Z Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
28282026-03-27T02:51:11.064Z Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
28292026-03-27T02:51:11.107Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
28302026-03-27T02:51:11.784Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
28312026-03-27T02:51:11.816Z Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
28322026-03-27T02:51:12.489Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
28332026-03-27T02:51:12.512Z Compiling tungstenite v0.23.0
28342026-03-27T02:51:12.741Z Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
28352026-03-27T02:51:12.980Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
28362026-03-27T02:51:13.136Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
28372026-03-27T02:51:13.216Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
28382026-03-27T02:51:13.356Z Compiling nix v0.27.1
28392026-03-27T02:51:13.441Z Compiling serde_bytes v0.11.19
28402026-03-27T02:51:13.718Z Compiling tokio-tungstenite v0.23.1
28412026-03-27T02:51:13.776Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
28422026-03-27T02:51:14.085Z Compiling git2 v0.20.4
28432026-03-27T02:51:14.148Z Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
28442026-03-27T02:51:14.536Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
28452026-03-27T02:51:14.888Z Compiling tokio-rustls v0.24.1
28462026-03-27T02:51:15.186Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
28472026-03-27T02:51:15.650Z Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
28482026-03-27T02:51:16.179Z Compiling ron v0.12.0
28492026-03-27T02:51:17.138Z Compiling xz2 v0.1.7
28502026-03-27T02:51:17.470Z Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
28512026-03-27T02:51:17.995Z Compiling lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
28522026-03-27T02:51:19.219Z Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
28532026-03-27T02:51:19.709Z Compiling tufaceous v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
28542026-03-27T02:51:20.017Z Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=368a2225b79328514ce0ea9181d8f874019edaa2#368a2225)
28552026-03-27T02:51:20.727Z Compiling nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
28562026-03-27T02:51:21.094Z Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
28572026-03-27T02:51:21.122Z Compiling nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
28582026-03-27T02:51:21.765Z Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
28592026-03-27T02:51:22.757Z Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
28602026-03-27T02:51:23.697Z Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
28612026-03-27T02:51:24.010Z Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
28622026-03-27T02:51:24.557Z Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
28632026-03-27T02:51:25.172Z Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
28642026-03-27T02:51:26.297Z Compiling rustls-pemfile v1.0.4
28652026-03-27T02:51:26.721Z Compiling bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
28662026-03-27T02:51:27.688Z Compiling clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
28672026-03-27T02:51:27.713Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
28682026-03-27T02:51:27.827Z Compiling ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
28692026-03-27T02:51:27.957Z Compiling signal-hook-tokio v0.3.1
28702026-03-27T02:51:28.148Z Compiling yasna v0.5.2
28712026-03-27T02:51:28.272Z Compiling twox-hash v2.1.2
28722026-03-27T02:51:28.679Z Compiling is_ci v1.2.0
28732026-03-27T02:51:28.737Z Compiling base16ct v1.0.0
28742026-03-27T02:51:28.807Z Compiling supports-color v3.0.2
28752026-03-27T02:51:29.036Z Compiling rcgen v0.12.1
28762026-03-27T02:51:29.099Z Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
28772026-03-27T02:51:29.145Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
28782026-03-27T02:51:29.174Z Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
28792026-03-27T02:51:29.210Z Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
28802026-03-27T02:51:29.701Z Compiling lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
28812026-03-27T02:51:30.527Z Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
28822026-03-27T02:51:32.047Z Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
28832026-03-27T02:51:32.074Z Compiling nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
28842026-03-27T02:51:33.518Z Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
28852026-03-27T02:51:33.803Z Compiling bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
28862026-03-27T02:51:34.414Z Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
28872026-03-27T02:51:34.646Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
28882026-03-27T02:51:34.669Z Compiling nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
28892026-03-27T02:51:34.911Z Compiling fatfs v0.3.6
28902026-03-27T02:51:34.935Z Compiling raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df)
28912026-03-27T02:51:36.141Z Compiling rtoolbox v0.0.3
28922026-03-27T02:51:36.431Z Compiling subprocess v0.2.15
28932026-03-27T02:51:37.483Z Compiling assert_matches v1.5.0
28942026-03-27T02:51:37.598Z Compiling seq-macro v0.3.6
28952026-03-27T02:51:37.943Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
28962026-03-27T02:51:38.088Z Compiling rpassword v7.4.0
28972026-03-27T02:51:38.377Z Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
28982026-03-27T02:51:38.690Z Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
28992026-03-27T02:51:38.717Z Compiling ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
29002026-03-27T02:51:39.829Z Compiling ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
29012026-03-27T02:51:39.970Z Compiling tui-tree-widget v0.23.1
29022026-03-27T02:51:40.259Z Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
29032026-03-27T02:51:40.490Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
29042026-03-27T02:51:41.064Z Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
29052026-03-27T02:51:41.151Z Compiling uzers v0.12.2
29062026-03-27T02:51:42.685Z Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
29072026-03-27T02:51:43.053Z Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
29082026-03-27T02:51:44.163Z Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
29092026-03-27T02:51:47.472Z Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
29102026-03-27T02:51:47.495Z Compiling support-bundle-viewer v0.1.2
29112026-03-27T02:51:49.432Z Compiling clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
29122026-03-27T02:51:50.810Z Compiling multimap v0.10.1
29132026-03-27T02:51:55.482Z Compiling nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
29142026-03-27T02:52:08.066Z Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
29152026-03-27T02:52:11.537Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
29162026-03-27T02:57:32.112Z Finished `release` profile [optimized] target(s) in 7m 38s
29172026-03-27T02:58:14.479Z
29182026-03-27T02:58:14.479Zreal 8:21.933662825
29192026-03-27T02:58:14.479Zuser 1:17:59.664803178
29202026-03-27T02:58:14.484Zsys 3:25.690334159
29212026-03-27T02:58:14.484Ztrap 1.801570169
29222026-03-27T02:58:14.484Ztflt 2.228694772
29232026-03-27T02:58:14.484Zdflt 14.782259923
29242026-03-27T02:58:14.484Zkflt 0.001274082
29252026-03-27T02:58:14.484Zlock 6:29:13.856574999
29262026-03-27T02:58:14.484Zslp 2:14:55.400082722
29272026-03-27T02:58:14.484Zlat 2:29.077727164
29282026-03-27T02:58:14.484Zstop 5:22.407588364
29292026-03-27T02:58:14.484Z+ mapfile -t packages
29302026-03-27T02:58:14.484Z++ cargo run --locked --release --bin omicron-package -- -t test list-outputs
29312026-03-27T02:58:15.442Z Finished `release` profile [optimized] target(s) in 0.95s
29322026-03-27T02:58:15.520Z Running `target/release/omicron-package -t test list-outputs`
29332026-03-27T02:58:15.581ZLogging to: /work/oxidecomputer/omicron/out/LOG
29342026-03-27T02:58:15.584Z+ ptime -m cargo build --locked --release -p xtask
29352026-03-27T02:58:16.122Z Compiling libc v0.2.180
29362026-03-27T02:58:16.122Z Compiling serde v1.0.228
29372026-03-27T02:58:16.122Z Compiling serde_core v1.0.228
29382026-03-27T02:58:16.125Z Compiling rustix v1.1.3
29392026-03-27T02:58:16.125Z Compiling serde_json v1.0.149
29402026-03-27T02:58:16.125Z Compiling bitflags v2.11.0
29412026-03-27T02:58:16.125Z Compiling num-traits v0.2.19
29422026-03-27T02:58:16.227Z Compiling syn v2.0.117
29432026-03-27T02:58:16.258Z Compiling smallvec v1.15.1
29442026-03-27T02:58:16.278Z Compiling hashbrown v0.16.1
29452026-03-27T02:58:16.297Z Compiling usdt-impl v0.5.0
29462026-03-27T02:58:16.318Z Compiling syn v1.0.109
29472026-03-27T02:58:16.330Z Compiling percent-encoding v2.3.2
29482026-03-27T02:58:16.333Z Compiling getrandom v0.4.1
29492026-03-27T02:58:16.479Z Compiling log v0.4.29
29502026-03-27T02:58:16.579Z Compiling form_urlencoded v1.2.2
29512026-03-27T02:58:16.643Z Compiling fs-err v3.3.0
29522026-03-27T02:58:16.655Z Compiling anyhow v1.0.102
29532026-03-27T02:58:16.721Z Compiling once_cell v1.21.3
29542026-03-27T02:58:16.773Z Compiling heck v0.4.1
29552026-03-27T02:58:16.872Z Compiling indexmap v2.13.0
29562026-03-27T02:58:17.009Z Compiling errno v0.3.14
29572026-03-27T02:58:17.013Z Compiling thread-id v4.2.2
29582026-03-27T02:58:17.013Z Compiling memmap v0.7.0
29592026-03-27T02:58:17.303Z Compiling ordered-float v2.10.1
29602026-03-27T02:58:17.850Z Compiling proc-macro-error v1.0.4
29612026-03-27T02:58:18.008Z Compiling terminal_size v0.4.3
29622026-03-27T02:58:18.008Z Compiling tempfile v3.25.0
29632026-03-27T02:58:18.096Z Compiling tabled_derive v0.7.0
29642026-03-27T02:58:18.106Z Compiling clap_builder v4.5.60
29652026-03-27T02:58:18.110Z Compiling textwrap v0.16.2
29662026-03-27T02:58:18.248Z Compiling camino-tempfile v1.4.1
29672026-03-27T02:58:18.758Z Compiling tabled v0.15.0
29682026-03-27T02:58:18.784Z Compiling synstructure v0.13.2
29692026-03-27T02:58:18.784Z Compiling pest_generator v2.8.6
29702026-03-27T02:58:19.161Z Compiling serde_derive v1.0.228
29712026-03-27T02:58:19.161Z Compiling zerovec-derive v0.11.2
29722026-03-27T02:58:19.164Z Compiling displaydoc v0.2.5
29732026-03-27T02:58:19.164Z Compiling thiserror-impl v1.0.69
29742026-03-27T02:58:19.164Z Compiling zerocopy-derive v0.7.35
29752026-03-27T02:58:19.164Z Compiling scroll_derive v0.12.1
29762026-03-27T02:58:19.164Z Compiling thiserror-impl v2.0.18
29772026-03-27T02:58:19.164Z Compiling clap_derive v4.5.55
29782026-03-27T02:58:19.214Z Compiling zerofrom-derive v0.1.6
29792026-03-27T02:58:19.243Z Compiling yoke-derive v0.8.1
29802026-03-27T02:58:19.313Z Compiling pest_derive v2.8.6
29812026-03-27T02:58:19.906Z Compiling scroll v0.12.0
29822026-03-27T02:58:20.004Z Compiling zerocopy v0.7.35
29832026-03-27T02:58:20.210Z Compiling goblin v0.8.2
29842026-03-27T02:58:20.259Z Compiling thiserror v1.0.69
29852026-03-27T02:58:20.262Z Compiling zerofrom v0.1.6
29862026-03-27T02:58:20.389Z Compiling yoke v0.8.1
29872026-03-27T02:58:20.401Z Compiling dtrace-parser v0.2.0
29882026-03-27T02:58:20.452Z Compiling thiserror v2.0.18
29892026-03-27T02:58:20.582Z Compiling zerovec v0.11.5
29902026-03-27T02:58:20.600Z Compiling zerotrie v0.2.3
29912026-03-27T02:58:20.870Z Compiling clap v4.5.60
29922026-03-27T02:58:21.202Z Compiling tinystr v0.8.2
29932026-03-27T02:58:21.432Z Compiling icu_locale_core v2.1.1
29942026-03-27T02:58:21.918Z Compiling potential_utf v0.1.4
29952026-03-27T02:58:22.130Z Compiling icu_collections v2.1.1
29962026-03-27T02:58:22.276Z Compiling icu_provider v2.1.1
29972026-03-27T02:58:22.491Z Compiling serde_spanned v0.6.9
29982026-03-27T02:58:22.495Z Compiling toml_datetime v0.6.11
29992026-03-27T02:58:22.580Z Compiling icu_properties v2.1.2
30002026-03-27T02:58:22.682Z Compiling icu_normalizer v2.1.1
30012026-03-27T02:58:22.694Z Compiling dof v0.3.0
30022026-03-27T02:58:22.727Z Compiling toml_edit v0.22.27
30032026-03-27T02:58:22.752Z Compiling serde_tokenstream v0.2.3
30042026-03-27T02:58:22.902Z Compiling serde-value v0.7.0
30052026-03-27T02:58:22.935Z Compiling cargo-platform v0.2.0
30062026-03-27T02:58:23.092Z Compiling macaddr v1.0.1
30072026-03-27T02:58:23.506Z Compiling idna_adapter v1.2.1
30082026-03-27T02:58:23.637Z Compiling idna v1.1.0
30092026-03-27T02:58:23.651Z Compiling usdt-macro v0.5.0
30102026-03-27T02:58:23.665Z Compiling usdt-attr-macro v0.5.0
30112026-03-27T02:58:23.984Z Compiling url v2.5.8
30122026-03-27T02:58:24.329Z Compiling usdt v0.5.0
30132026-03-27T02:58:24.400Z Compiling toml v0.8.23
30142026-03-27T02:58:24.870Z Compiling cargo-util-schemas v0.8.2
30152026-03-27T02:58:24.907Z Compiling cargo_toml v0.21.0
30162026-03-27T02:58:25.913Z Compiling cargo_metadata v0.21.0
30172026-03-27T02:58:29.124Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
30182026-03-27T02:58:32.151Z Finished `release` profile [optimized] target(s) in 16.55s
30192026-03-27T02:58:32.277Z
30202026-03-27T02:58:32.277Zreal 16.658141127
30212026-03-27T02:58:32.277Zuser 2:24.273140026
30222026-03-27T02:58:32.277Zsys 16.628337109
30232026-03-27T02:58:32.277Ztrap 0.110579659
30242026-03-27T02:58:32.280Ztflt 0.475461674
30252026-03-27T02:58:32.281Zdflt 1.458685675
30262026-03-27T02:58:32.281Zkflt 0.000031123
30272026-03-27T02:58:32.281Zlock 5:35.326604298
30282026-03-27T02:58:32.281Zslp 3:37.911144353
30292026-03-27T02:58:32.281Zlat 7.149854812
30302026-03-27T02:58:32.281Zstop 20.127815176
30312026-03-27T02:58:32.281Z+ export CARGO_PROFILE_DEV_DEBUG=line-tables-only
30322026-03-27T02:58:32.281Z+ CARGO_PROFILE_DEV_DEBUG=line-tables-only
30332026-03-27T02:58:32.282Z+ export CARGO_PROFILE_TEST_DEBUG=line-tables-only
30342026-03-27T02:58:32.282Z+ CARGO_PROFILE_TEST_DEBUG=line-tables-only
30352026-03-27T02:58:32.282Z+ ptime -m cargo build --locked -p end-to-end-tests --tests --bin bootstrap --message-format json-render-diagnostics
30362026-03-27T02:58:33.216Z Compiling regress v0.10.5
30372026-03-27T02:58:33.219Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
30382026-03-27T02:58:33.219Z Compiling serde_spanned v1.0.4
30392026-03-27T02:58:33.219Z Compiling toml_writer v1.0.6+spec-1.1.0
30402026-03-27T02:58:33.219Z Compiling newtype-uuid-macros v0.1.0
30412026-03-27T02:58:33.219Z Compiling progenitor-client v0.13.0
30422026-03-27T02:58:33.361Z Compiling structmeta-derive v0.3.0
30432026-03-27T02:58:33.364Z Compiling rustls v0.22.4
30442026-03-27T02:58:33.372Z Compiling rustls-webpki v0.102.8
30452026-03-27T02:58:33.375Z Compiling multer v3.1.0
30462026-03-27T02:58:33.375Z Compiling match_cfg v0.1.0
30472026-03-27T02:58:33.421Z Compiling debug-ignore v1.0.5
30482026-03-27T02:58:33.424Z Compiling slog-json v2.6.1
30492026-03-27T02:58:33.424Z Compiling async-stream-impl v0.3.6
30502026-03-27T02:58:33.442Z Compiling dropshot v0.16.7
30512026-03-27T02:58:33.442Z Compiling itertools v0.14.0
30522026-03-27T02:58:33.509Z Compiling hostname v0.3.1
30532026-03-27T02:58:33.621Z Compiling waitgroup v0.1.2
30542026-03-27T02:58:33.701Z Compiling slog-bunyan v2.5.0
30552026-03-27T02:58:33.704Z Compiling rustls-pemfile v2.2.0
30562026-03-27T02:58:33.736Z Compiling toml v0.9.12+spec-1.1.0
30572026-03-27T02:58:33.739Z Compiling dropshot_endpoint v0.16.7
30582026-03-27T02:58:33.789Z Compiling hostname v0.4.2
30592026-03-27T02:58:33.816Z Compiling serde_path_to_error v0.1.20
30602026-03-27T02:58:33.820Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
30612026-03-27T02:58:33.926Z Compiling macaddr v1.0.1
30622026-03-27T02:58:33.956Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
30632026-03-27T02:58:33.986Z Compiling progenitor-client v0.10.0
30642026-03-27T02:58:34.005Z Compiling instant v0.1.13
30652026-03-27T02:58:34.038Z Compiling backon v1.6.0
30662026-03-27T02:58:34.134Z Compiling backoff v0.4.0
30672026-03-27T02:58:34.150Z Compiling async-stream v0.3.6
30682026-03-27T02:58:34.170Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
30692026-03-27T02:58:34.192Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
30702026-03-27T02:58:34.223Z Compiling progenitor-extras v0.1.1
30712026-03-27T02:58:34.252Z Compiling crucible-workspace-hack v0.1.0
30722026-03-27T02:58:34.267Z Compiling unsafe-libyaml v0.2.11
30732026-03-27T02:58:34.321Z Compiling toml_edit v0.23.10+spec-1.0.0
30742026-03-27T02:58:34.350Z Compiling secrecy v0.10.3
30752026-03-27T02:58:34.367Z Compiling heapless v0.8.0
30762026-03-27T02:58:34.399Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
30772026-03-27T02:58:34.417Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
30782026-03-27T02:58:34.498Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
30792026-03-27T02:58:34.529Z Compiling hash32 v0.3.1
30802026-03-27T02:58:34.558Z Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
30812026-03-27T02:58:34.576Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
30822026-03-27T02:58:34.614Z Compiling smoltcp v0.11.0
30832026-03-27T02:58:34.710Z Compiling toml v0.8.23
30842026-03-27T02:58:34.727Z Compiling structmeta v0.3.0
30852026-03-27T02:58:34.763Z Compiling ingot-macros v0.1.1
30862026-03-27T02:58:34.785Z Compiling tabwriter v1.4.1
30872026-03-27T02:58:34.800Z Compiling serde_yaml v0.9.34+deprecated
30882026-03-27T02:58:34.868Z Compiling cobs v0.3.0
30892026-03-27T02:58:34.882Z Compiling proc-macro-crate v3.4.0
30902026-03-27T02:58:34.977Z Compiling derive-ex v0.1.8
30912026-03-27T02:58:34.995Z Compiling parse-display-derive v0.10.0
30922026-03-27T02:58:35.056Z Compiling foreign-types-macros v0.2.3
30932026-03-27T02:58:35.072Z Compiling cpufeatures v0.3.0
30942026-03-27T02:58:35.090Z Compiling foreign-types-shared v0.3.1
30952026-03-27T02:58:35.093Z Compiling convert_case v0.4.0
30962026-03-27T02:58:35.123Z Compiling postcard v1.1.3
30972026-03-27T02:58:35.165Z Compiling chacha20 v0.10.0
30982026-03-27T02:58:35.350Z Compiling typify-impl v0.6.1
30992026-03-27T02:58:35.424Z Compiling proc-macro-crate v1.3.1
31002026-03-27T02:58:35.459Z Compiling num_enum_derive v0.7.5
31012026-03-27T02:58:35.500Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
31022026-03-27T02:58:35.517Z Compiling universal-hash v0.5.1
31032026-03-27T02:58:35.520Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
31042026-03-27T02:58:35.520Z Compiling derive_more v0.99.20
31052026-03-27T02:58:35.575Z Compiling cstr-argument v0.1.2
31062026-03-27T02:58:35.681Z Compiling foreign-types v0.5.0
31072026-03-27T02:58:35.698Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
31082026-03-27T02:58:35.751Z Compiling tokio-rustls v0.25.0
31092026-03-27T02:58:35.780Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8)
31102026-03-27T02:58:35.836Z Compiling opaque-debug v0.3.1
31112026-03-27T02:58:35.869Z Compiling colored v3.1.1
31122026-03-27T02:58:35.927Z Compiling num_enum_derive v0.5.11
31132026-03-27T02:58:36.004Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
31142026-03-27T02:58:36.021Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
31152026-03-27T02:58:36.038Z Compiling rand v0.10.0
31162026-03-27T02:58:36.157Z Compiling half v2.7.1
31172026-03-27T02:58:36.257Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
31182026-03-27T02:58:36.313Z Compiling ciborium-io v0.2.2
31192026-03-27T02:58:36.329Z Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
31202026-03-27T02:58:36.433Z Compiling ciborium-ll v0.2.2
31212026-03-27T02:58:36.505Z Compiling camino-tempfile v1.4.1
31222026-03-27T02:58:36.543Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
31232026-03-27T02:58:36.599Z Compiling num_enum v0.7.5
31242026-03-27T02:58:36.693Z Compiling ciborium v0.2.2
31252026-03-27T02:58:36.729Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
31262026-03-27T02:58:36.753Z Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
31272026-03-27T02:58:36.770Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=368a2225b79328514ce0ea9181d8f874019edaa2#368a2225)
31282026-03-27T02:58:36.773Z Compiling test-strategy v0.4.5
31292026-03-27T02:58:36.773Z Compiling smf v0.2.3
31302026-03-27T02:58:36.820Z Compiling parse-display v0.10.0
31312026-03-27T02:58:36.901Z Compiling aead v0.5.2
31322026-03-27T02:58:36.962Z Compiling num-derive v0.4.2
31332026-03-27T02:58:36.998Z Compiling sigpipe v0.1.3
31342026-03-27T02:58:37.014Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
31352026-03-27T02:58:37.044Z Compiling num_enum v0.5.11
31362026-03-27T02:58:37.117Z Compiling glob v0.3.3
31372026-03-27T02:58:37.185Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=368a2225b79328514ce0ea9181d8f874019edaa2#368a2225)
31382026-03-27T02:58:37.185Z Compiling poly1305 v0.8.0
31392026-03-27T02:58:37.230Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
31402026-03-27T02:58:37.298Z Compiling chacha20 v0.9.1
31412026-03-27T02:58:37.317Z Compiling whoami v1.6.1
31422026-03-27T02:58:37.335Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=a945a32ba9e1f2098ce3a8963765f1894f37110b#a945a32b)
31432026-03-27T02:58:37.338Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=368a2225b79328514ce0ea9181d8f874019edaa2#368a2225)
31442026-03-27T02:58:37.371Z Compiling thiserror-impl-no-std v2.0.2
31452026-03-27T02:58:37.568Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
31462026-03-27T02:58:37.589Z Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
31472026-03-27T02:58:37.606Z Compiling byte-wrapper v0.1.0
31482026-03-27T02:58:37.638Z Compiling password-hash v0.5.0
31492026-03-27T02:58:37.697Z Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=368a2225b79328514ce0ea9181d8f874019edaa2#368a2225)
31502026-03-27T02:58:37.747Z Compiling blake2 v0.10.6
31512026-03-27T02:58:37.763Z Compiling ingot-types v0.1.2
31522026-03-27T02:58:37.864Z Compiling indent_write v2.2.0
31532026-03-27T02:58:37.995Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
31542026-03-27T02:58:38.012Z Compiling argon2 v0.5.3
31552026-03-27T02:58:38.015Z Compiling chacha20poly1305 v0.10.1
31562026-03-27T02:58:38.044Z Compiling num-rational v0.4.2
31572026-03-27T02:58:38.075Z Compiling num-complex v0.4.6
31582026-03-27T02:58:38.180Z Compiling ingot v0.1.1
31592026-03-27T02:58:38.197Z Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
31602026-03-27T02:58:38.213Z Compiling prettyplease v0.2.37
31612026-03-27T02:58:38.230Z Compiling float-ord v0.3.2
31622026-03-27T02:58:38.337Z Compiling gethostname v0.5.0
31632026-03-27T02:58:38.376Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
31642026-03-27T02:58:38.424Z Compiling usdt-macro v0.5.0
31652026-03-27T02:58:38.440Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
31662026-03-27T02:58:38.478Z Compiling num v0.4.3
31672026-03-27T02:58:38.513Z Compiling usdt-attr-macro v0.5.0
31682026-03-27T02:58:38.545Z Compiling derive-where v1.6.0
31692026-03-27T02:58:38.580Z Compiling memmap v0.7.0
31702026-03-27T02:58:38.616Z Compiling thiserror-no-std v2.0.2
31712026-03-27T02:58:38.676Z Compiling atomicwrites v0.4.4
31722026-03-27T02:58:38.695Z Compiling owo-colors v4.3.0
31732026-03-27T02:58:38.730Z Compiling vsss-rs v3.3.4
31742026-03-27T02:58:38.794Z Compiling cancel-safe-futures v0.1.5
31752026-03-27T02:58:38.900Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
31762026-03-27T02:58:39.030Z Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
31772026-03-27T02:58:39.087Z Compiling libsw-core v0.3.2
31782026-03-27T02:58:39.126Z Compiling async-recursion v1.1.1
31792026-03-27T02:58:39.196Z Compiling resolv-conf v0.7.6
31802026-03-27T02:58:39.262Z Compiling libsw v3.5.0
31812026-03-27T02:58:39.348Z Compiling usdt v0.5.0
31822026-03-27T02:58:39.367Z Compiling typify-impl v0.4.3
31832026-03-27T02:58:39.465Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=368a2225b79328514ce0ea9181d8f874019edaa2#368a2225)
31842026-03-27T02:58:39.588Z Compiling libefi-sys v0.1.0
31852026-03-27T02:58:39.605Z Compiling linear-map v1.2.0
31862026-03-27T02:58:39.628Z Compiling hickory-proto v0.24.4
31872026-03-27T02:58:39.644Z Compiling newline-converter v0.3.0
31882026-03-27T02:58:39.733Z Compiling console v0.15.11
31892026-03-27T02:58:39.789Z Compiling bitfield-struct v0.6.2
31902026-03-27T02:58:39.819Z Compiling semver v0.1.20
31912026-03-27T02:58:39.843Z Compiling linked-hash-map v0.5.6
31922026-03-27T02:58:39.956Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
31932026-03-27T02:58:40.003Z Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
31942026-03-27T02:58:40.019Z Compiling lru-cache v0.1.2
31952026-03-27T02:58:40.034Z Compiling typify-macro v0.6.1
31962026-03-27T02:58:40.052Z Compiling rustc_version v0.1.7
31972026-03-27T02:58:40.083Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
31982026-03-27T02:58:40.135Z Compiling expectorate v1.2.0
31992026-03-27T02:58:40.159Z Compiling pin-project-internal v1.1.11
32002026-03-27T02:58:40.183Z Compiling slog-dtrace v0.3.0
32012026-03-27T02:58:40.281Z Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
32022026-03-27T02:58:40.306Z Compiling minimal-lexical v0.2.1
32032026-03-27T02:58:40.322Z Compiling newtype_derive v0.1.6
32042026-03-27T02:58:40.339Z Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
32052026-03-27T02:58:40.356Z Compiling tokio-dtrace v0.1.1
32062026-03-27T02:58:40.380Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
32072026-03-27T02:58:40.464Z Compiling dropshot-api-manager-types v0.6.0
32082026-03-27T02:58:40.497Z Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
32092026-03-27T02:58:40.539Z Compiling nom v7.1.3
32102026-03-27T02:58:40.568Z Compiling phf_shared v0.12.1
32112026-03-27T02:58:40.589Z Compiling pem v3.0.6
32122026-03-27T02:58:40.654Z Compiling snafu-derive v0.8.9
32132026-03-27T02:58:40.767Z Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
32142026-03-27T02:58:40.812Z Compiling csv-core v0.1.13
32152026-03-27T02:58:40.812Z Compiling base64 v0.21.7
32162026-03-27T02:58:40.960Z Compiling highway v1.3.0
32172026-03-27T02:58:41.112Z Compiling same-file v1.0.6
32182026-03-27T02:58:41.128Z Compiling chrono-tz v0.10.4
32192026-03-27T02:58:41.159Z Compiling xshell-macros v0.2.7
32202026-03-27T02:58:41.187Z Compiling const_format_proc_macros v0.2.34
32212026-03-27T02:58:41.310Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
32222026-03-27T02:58:41.362Z Compiling walkdir v2.5.0
32232026-03-27T02:58:41.362Z Compiling pin-project v1.1.11
32242026-03-27T02:58:41.393Z Compiling csv v1.4.0
32252026-03-27T02:58:41.456Z Compiling phf v0.12.1
32262026-03-27T02:58:41.474Z Compiling oxide-tokio-rt v0.1.3
32272026-03-27T02:58:41.581Z Compiling xshell v0.2.7
32282026-03-27T02:58:41.633Z Compiling gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
32292026-03-27T02:58:41.650Z Compiling globset v0.4.18
32302026-03-27T02:58:41.726Z Compiling olpc-cjson v0.1.4
32312026-03-27T02:58:41.811Z Compiling hickory-resolver v0.24.4
32322026-03-27T02:58:41.877Z Compiling typify v0.6.1
32332026-03-27T02:58:41.928Z Compiling primeorder v0.13.6
32342026-03-27T02:58:41.946Z Compiling rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=b603c9f3dccefcf1d3e941c04505ff6bdd1826b6#b603c9f3)
32352026-03-27T02:58:41.949Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
32362026-03-27T02:58:41.979Z Compiling progenitor-impl v0.13.0
32372026-03-27T02:58:42.015Z Compiling serde_plain v1.0.2
32382026-03-27T02:58:42.062Z Compiling typed-path v0.9.3
32392026-03-27T02:58:42.146Z Compiling const_format v0.2.35
32402026-03-27T02:58:42.272Z Compiling cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
32412026-03-27T02:58:42.428Z Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
32422026-03-27T02:58:42.504Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
32432026-03-27T02:58:42.528Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
32442026-03-27T02:58:42.570Z Compiling tabled_derive v0.7.0
32452026-03-27T02:58:42.674Z Compiling bcs v0.1.6
32462026-03-27T02:58:42.691Z Compiling snafu v0.8.9
32472026-03-27T02:58:42.900Z Compiling salty v0.3.0
32482026-03-27T02:58:43.019Z Compiling qorb v0.4.1
32492026-03-27T02:58:43.053Z Compiling tough v0.20.0
32502026-03-27T02:58:43.084Z Compiling radium v0.7.0
32512026-03-27T02:58:43.126Z Compiling termtree v0.5.1
32522026-03-27T02:58:43.178Z Compiling utf-8 v0.7.6
32532026-03-27T02:58:43.337Z Compiling tungstenite v0.21.0
32542026-03-27T02:58:43.389Z Compiling textwrap v0.16.2
32552026-03-27T02:58:43.407Z Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
32562026-03-27T02:58:43.440Z Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
32572026-03-27T02:58:43.464Z Compiling steno v0.4.1
32582026-03-27T02:58:43.594Z Compiling tabled v0.15.0
32592026-03-27T02:58:43.633Z Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
32602026-03-27T02:58:43.684Z Compiling maybe-uninit v2.0.0
32612026-03-27T02:58:43.761Z Compiling humantime v2.3.0
32622026-03-27T02:58:43.800Z Compiling tap v1.0.1
32632026-03-27T02:58:43.953Z Compiling oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
32642026-03-27T02:58:43.978Z Compiling internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
32652026-03-27T02:58:44.003Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
32662026-03-27T02:58:44.032Z Compiling typify-macro v0.4.3
32672026-03-27T02:58:44.060Z Compiling clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
32682026-03-27T02:58:44.208Z Compiling wyz v0.5.1
32692026-03-27T02:58:44.241Z Compiling tokio-tungstenite v0.21.0
32702026-03-27T02:58:44.439Z Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
32712026-03-27T02:58:44.512Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
32722026-03-27T02:58:44.760Z Compiling progenitor-macro v0.13.0
32732026-03-27T02:58:44.818Z Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
32742026-03-27T02:58:44.954Z Compiling p384 v0.13.1
32752026-03-27T02:58:45.040Z Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
32762026-03-27T02:58:45.113Z Compiling arc-swap v1.8.2
32772026-03-27T02:58:45.140Z Compiling tagptr v0.2.0
32782026-03-27T02:58:45.368Z Compiling packed_struct v0.10.1
32792026-03-27T02:58:45.492Z Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
32802026-03-27T02:58:45.608Z Compiling funty v2.0.0
32812026-03-27T02:58:45.677Z Compiling slog-scope v4.4.1
32822026-03-27T02:58:45.759Z Compiling moka v0.12.13
32832026-03-27T02:58:45.872Z Compiling typify v0.4.3
32842026-03-27T02:58:45.926Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
32852026-03-27T02:58:45.959Z Compiling bitvec v1.0.1
32862026-03-27T02:58:46.007Z Compiling progenitor-impl v0.10.0
32872026-03-27T02:58:46.058Z Compiling polyval v0.6.2
32882026-03-27T02:58:46.118Z Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
32892026-03-27T02:58:46.138Z Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
32902026-03-27T02:58:46.158Z Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
32912026-03-27T02:58:46.241Z Compiling packed_struct_codegen v0.10.1
32922026-03-27T02:58:46.315Z Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
32932026-03-27T02:58:46.513Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
32942026-03-27T02:58:46.588Z Compiling zerocopy-derive v0.6.6
32952026-03-27T02:58:46.936Z Compiling bitfield-macros v0.19.4
32962026-03-27T02:58:47.120Z Compiling proc-macro-error-attr2 v2.0.0
32972026-03-27T02:58:47.157Z Compiling indexmap v1.9.3
32982026-03-27T02:58:47.195Z Compiling crc-catalog v2.4.0
32992026-03-27T02:58:47.325Z Compiling nodrop v0.1.14
33002026-03-27T02:58:47.405Z Compiling parking_lot_core v0.8.6
33012026-03-27T02:58:47.422Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
33022026-03-27T02:58:47.480Z Compiling array-init v0.0.4
33032026-03-27T02:58:47.512Z Compiling zerocopy v0.6.6
33042026-03-27T02:58:47.593Z Compiling proc-macro-error2 v2.0.1
33052026-03-27T02:58:47.648Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
33062026-03-27T02:58:47.664Z Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
33072026-03-27T02:58:47.762Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
33082026-03-27T02:58:47.788Z Compiling bitfield v0.19.4
33092026-03-27T02:58:47.933Z Compiling crc v3.4.0
33102026-03-27T02:58:47.956Z Compiling hickory-resolver v0.25.2
33112026-03-27T02:58:47.974Z Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
33122026-03-27T02:58:47.997Z Compiling ghash v0.5.1
33132026-03-27T02:58:48.101Z Compiling smallvec v0.6.14
33142026-03-27T02:58:48.146Z Compiling slog-stdlog v4.1.1
33152026-03-27T02:58:48.165Z Compiling git-stub v1.0.0
33162026-03-27T02:58:48.181Z Compiling ctr v0.9.2
33172026-03-27T02:58:48.355Z Compiling num-derive v0.3.3
33182026-03-27T02:58:48.406Z Compiling lzma-sys v0.1.20
33192026-03-27T02:58:48.428Z Compiling hashbrown v0.12.3
33202026-03-27T02:58:48.462Z Compiling zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
33212026-03-27T02:58:48.479Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
33222026-03-27T02:58:48.648Z Compiling unicase v2.9.0
33232026-03-27T02:58:48.742Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
33242026-03-27T02:58:48.750Z Compiling aes-gcm v0.10.3
33252026-03-27T02:58:48.780Z Compiling progenitor-macro v0.10.0
33262026-03-27T02:58:48.903Z Compiling git-stub-vcs v0.1.0
33272026-03-27T02:58:48.903Z Compiling mime_guess v2.0.5
33282026-03-27T02:58:48.947Z Compiling serde-hex v0.1.0
33292026-03-27T02:58:48.968Z Compiling slog-envlogger v2.2.0
33302026-03-27T02:58:48.984Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
33312026-03-27T02:58:49.210Z Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
33322026-03-27T02:58:49.309Z Compiling tabled_derive v0.11.0
33332026-03-27T02:58:49.344Z Compiling libscf-sys v1.1.0
33342026-03-27T02:58:49.360Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
33352026-03-27T02:58:49.470Z Compiling progenitor-impl v0.11.2
33362026-03-27T02:58:49.511Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
33372026-03-27T02:58:49.527Z Compiling ron v0.8.1
33382026-03-27T02:58:49.561Z Compiling papergrid v0.17.0
33392026-03-27T02:58:49.705Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
33402026-03-27T02:58:49.901Z Compiling cargo_toml v0.22.3
33412026-03-27T02:58:50.061Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
33422026-03-27T02:58:50.093Z Compiling progenitor v0.13.0
33432026-03-27T02:58:50.232Z Compiling hashbrown v0.13.2
33442026-03-27T02:58:50.276Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=b603c9f3dccefcf1d3e941c04505ff6bdd1826b6#b603c9f3)
33452026-03-27T02:58:50.538Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
33462026-03-27T02:58:50.554Z Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
33472026-03-27T02:58:50.635Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
33482026-03-27T02:58:50.652Z Compiling testing_table v0.3.0
33492026-03-27T02:58:50.734Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
33502026-03-27T02:58:50.757Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f)
33512026-03-27T02:58:50.835Z Compiling blowfish v0.9.1
33522026-03-27T02:58:51.007Z Compiling ssh-encoding v0.2.0
33532026-03-27T02:58:51.056Z Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
33542026-03-27T02:58:51.084Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
33552026-03-27T02:58:51.101Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
33562026-03-27T02:58:51.115Z Compiling nibble_vec v0.1.0
33572026-03-27T02:58:51.276Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
33582026-03-27T02:58:51.300Z Compiling corncobs v0.1.4
33592026-03-27T02:58:51.316Z Compiling crc-any v2.5.0
33602026-03-27T02:58:51.386Z Compiling endian-type v0.1.2
33612026-03-27T02:58:51.464Z Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
33622026-03-27T02:58:51.505Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
33632026-03-27T02:58:51.549Z Compiling radix_trie v0.2.1
33642026-03-27T02:58:51.565Z Compiling ssh-cipher v0.2.0
33652026-03-27T02:58:51.613Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
33662026-03-27T02:58:51.666Z Compiling bcrypt-pbkdf v0.10.0
33672026-03-27T02:58:51.887Z Compiling tabled v0.20.0
33682026-03-27T02:58:51.921Z Compiling object v0.30.4
33692026-03-27T02:58:52.037Z Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
33702026-03-27T02:58:52.229Z Compiling progenitor-macro v0.11.2
33712026-03-27T02:58:52.246Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
33722026-03-27T02:58:52.570Z Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
33732026-03-27T02:58:52.602Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
33742026-03-27T02:58:52.798Z Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#d83f56a6)
33752026-03-27T02:58:52.874Z Compiling parking_lot v0.11.2
33762026-03-27T02:58:53.206Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
33772026-03-27T02:58:53.289Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
33782026-03-27T02:58:53.651Z Compiling progenitor-client v0.11.2
33792026-03-27T02:58:53.694Z Compiling prefix-trie v0.7.0
33802026-03-27T02:58:53.720Z Compiling password-hash v0.4.2
33812026-03-27T02:58:53.791Z Compiling fxhash v0.2.1
33822026-03-27T02:58:53.807Z Compiling secrecy v0.8.0
33832026-03-27T02:58:53.824Z Compiling half v1.8.3
33842026-03-27T02:58:53.871Z Compiling http-range v0.1.5
33852026-03-27T02:58:53.888Z Compiling progenitor v0.10.0
33862026-03-27T02:58:53.966Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
33872026-03-27T02:58:53.986Z Compiling path-slash v0.1.5
33882026-03-27T02:58:54.005Z Compiling pbkdf2 v0.11.0
33892026-03-27T02:58:54.067Z Compiling hickory-server v0.25.2
33902026-03-27T02:58:54.087Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
33912026-03-27T02:58:54.116Z Compiling serde_cbor v0.11.2
33922026-03-27T02:58:54.132Z Compiling sled v0.34.7
33932026-03-27T02:58:54.182Z Compiling xz2 v0.1.7
33942026-03-27T02:58:54.198Z Compiling ron v0.12.0
33952026-03-27T02:58:54.457Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
33962026-03-27T02:58:54.475Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
33972026-03-27T02:58:55.046Z Compiling ssh-key v0.6.7
33982026-03-27T02:58:55.143Z Compiling hickory-client v0.25.2
33992026-03-27T02:58:55.487Z Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
34002026-03-27T02:58:55.491Z Compiling nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
34012026-03-27T02:58:55.547Z Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
34022026-03-27T02:58:55.593Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=368a2225b79328514ce0ea9181d8f874019edaa2#368a2225)
34032026-03-27T02:58:55.712Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
34042026-03-27T02:58:55.965Z Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=b603c9f3dccefcf1d3e941c04505ff6bdd1826b6#b603c9f3)
34052026-03-27T02:58:55.990Z Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
34062026-03-27T02:58:56.375Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
34072026-03-27T02:58:56.392Z Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
34082026-03-27T02:58:56.500Z Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
34092026-03-27T02:58:56.778Z Compiling p521 v0.13.3
34102026-03-27T02:58:56.795Z Compiling p256 v0.13.2
34112026-03-27T02:58:56.812Z Compiling yasna v0.5.2
34122026-03-27T02:58:56.959Z Compiling kstat-rs v0.2.4
34132026-03-27T02:58:57.190Z Compiling headers-core v0.3.0
34142026-03-27T02:58:57.237Z Compiling nanorand v0.7.0
34152026-03-27T02:58:57.312Z Compiling russh-cryptovec v0.7.3
34162026-03-27T02:58:57.353Z Compiling atty v0.2.14
34172026-03-27T02:58:57.381Z Compiling progenitor v0.11.2
34182026-03-27T02:58:57.496Z Compiling crc8 v0.1.1
34192026-03-27T02:58:57.536Z Compiling md5 v0.7.0
34202026-03-27T02:58:57.554Z Compiling base16ct v1.0.0
34212026-03-27T02:58:57.573Z Compiling home v0.5.12
34222026-03-27T02:58:57.573Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
34232026-03-27T02:58:57.608Z Compiling flume v0.11.1
34242026-03-27T02:58:57.648Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
34252026-03-27T02:58:57.713Z Compiling russh-keys v0.45.0
34262026-03-27T02:58:57.768Z Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=368a2225b79328514ce0ea9181d8f874019edaa2#368a2225)
34272026-03-27T02:58:57.787Z Compiling rcgen v0.12.1
34282026-03-27T02:58:57.803Z Compiling headers v0.4.1
34292026-03-27T02:58:57.821Z Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
34302026-03-27T02:58:57.895Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
34312026-03-27T02:58:57.954Z Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
34322026-03-27T02:58:57.975Z Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
34332026-03-27T02:58:58.053Z Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
34342026-03-27T02:58:58.378Z Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
34352026-03-27T02:58:58.589Z Compiling bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
34362026-03-27T02:58:58.706Z Compiling hyper-staticfile v0.10.1
34372026-03-27T02:58:58.722Z Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
34382026-03-27T02:58:58.930Z Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
34392026-03-27T02:58:59.011Z Compiling tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
34402026-03-27T02:58:59.151Z Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
34412026-03-27T02:58:59.254Z Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
34422026-03-27T02:58:59.321Z Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
34432026-03-27T02:58:59.338Z Compiling num-bigint v0.4.6
34442026-03-27T02:58:59.355Z Compiling des v0.8.1
34452026-03-27T02:58:59.450Z Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
34462026-03-27T02:58:59.526Z Compiling subprocess v0.2.15
34472026-03-27T02:58:59.569Z Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
34482026-03-27T02:58:59.632Z Compiling display-error-chain v0.2.2
34492026-03-27T02:58:59.805Z Compiling hex-literal v0.4.1
34502026-03-27T02:58:59.946Z Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
34512026-03-27T02:59:00.032Z Compiling dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
34522026-03-27T02:59:00.061Z Compiling colored v2.2.0
34532026-03-27T02:59:00.172Z Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
34542026-03-27T02:59:00.318Z Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
34552026-03-27T02:59:00.364Z Compiling socket2 v0.5.10
34562026-03-27T02:59:00.444Z Compiling internet-checksum v0.2.1
34572026-03-27T02:59:00.615Z Compiling russh v0.45.0
34582026-03-27T02:59:01.010Z Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
34592026-03-27T02:59:05.317Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
34602026-03-27T02:59:12.846Z Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
34612026-03-27T02:59:12.846Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
34622026-03-27T02:59:12.846Z Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
34632026-03-27T02:59:12.849Z Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
34642026-03-27T02:59:14.537Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
34652026-03-27T02:59:14.638Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
34662026-03-27T02:59:18.769Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
34672026-03-27T02:59:38.456Z Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
34682026-03-27T02:59:56.676Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 24s
34692026-03-27T02:59:56.904Z
34702026-03-27T02:59:56.912Zreal 1:24.549341022
34712026-03-27T02:59:56.912Zuser 8:20.868768530
34722026-03-27T02:59:56.912Zsys 1:39.719764672
34732026-03-27T02:59:56.912Ztrap 0.275051254
34742026-03-27T02:59:56.913Ztflt 0.504083187
34752026-03-27T02:59:56.913Zdflt 1.361552664
34762026-03-27T02:59:56.913Zkflt 0.000491557
34772026-03-27T02:59:56.913Zlock 30:08.653163410
34782026-03-27T02:59:56.913Zslp 19:41.807938681
34792026-03-27T02:59:56.913Zlat 41.591750614
34802026-03-27T02:59:56.913Zstop 2:49.471161456
34812026-03-27T02:59:56.913Z+ mkdir tests
34822026-03-27T02:59:56.913Z+ /opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json
34832026-03-27T02:59:56.913Z+ xargs -I '{}' -t cp '{}' tests/
34842026-03-27T02:59:56.942Zcp /work/oxidecomputer/omicron/target/debug/deps/dhcp_server-4778aadbf0ae1902 tests/
34852026-03-27T02:59:56.972Zcp /work/oxidecomputer/omicron/target/debug/deps/bootstrap-6680eae4c009a7d9 tests/
34862026-03-27T02:59:57.002Zcp /work/oxidecomputer/omicron/target/debug/deps/commtest-25396ffce347eb8f tests/
34872026-03-27T02:59:57.032Zcp /work/oxidecomputer/omicron/target/debug/deps/end_to_end_tests-8b3735c398284e87 tests/
34882026-03-27T02:59:57.264Z+ 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/*)
34892026-03-27T02:59:57.274Z+ 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-6680eae4c009a7d9 tests/commtest-25396ffce347eb8f tests/dhcp_server-4778aadbf0ae1902 tests/end_to_end_tests-8b3735c398284e87 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
34902026-03-27T03:01:18.808ZCompressing '/work/package.tar.gz' with '/usr/bin/gzip'...
34912026-03-27T03:01:18.808Za .github/buildomat/ci-env.sh 1K
34922026-03-27T03:01:18.808Za out/target/test 1K
34932026-03-27T03:01:18.808Za out/npuzone/npuzone 27402K
34942026-03-27T03:01:18.809Za package-manifest.toml 35K
34952026-03-27T03:01:18.809Za smf/sled-agent/non-gimlet/config.toml 6K
34962026-03-27T03:01:18.809Za target/release/omicron-package 40564K
34972026-03-27T03:01:18.809Za target/release/xtask 11433K
34982026-03-27T03:01:18.809Za target/debug/bootstrap 338369K
34992026-03-27T03:01:18.809Za tests/bootstrap-6680eae4c009a7d9 31310K
35002026-03-27T03:01:18.809Za tests/commtest-25396ffce347eb8f 32395K
35012026-03-27T03:01:18.809Za tests/dhcp_server-4778aadbf0ae1902 31310K
35022026-03-27T03:01:18.809Za tests/end_to_end_tests-8b3735c398284e87 380590K
35032026-03-27T03:01:18.809Za out/clickhouse.tar.gz 301712K
35042026-03-27T03:01:18.809Za out/clickhouse_keeper.tar.gz 287177K
35052026-03-27T03:01:18.809Za out/clickhouse_server.tar.gz 301711K
35062026-03-27T03:01:18.809Za out/cockroachdb.tar.gz 154193K
35072026-03-27T03:01:18.809Za out/crucible-pantry-zone.tar.gz 38996K
35082026-03-27T03:01:18.809Za out/crucible-utils.tar 17744K
35092026-03-27T03:01:18.809Za out/crucible-zone.tar.gz 53134K
35102026-03-27T03:01:18.809Za out/external-dns.tar.gz 43601K
35112026-03-27T03:01:18.809Za out/internal-dns.tar.gz 43601K
35122026-03-27T03:01:18.809Za out/mg-ddm-gz.tar 78377K
35132026-03-27T03:01:18.809Za out/nexus.tar.gz 213611K
35142026-03-27T03:01:18.809Za out/ntp.tar.gz 25426K
35152026-03-27T03:01:18.809Za out/omicron-gateway-softnpu.tar.gz 28443K
35162026-03-27T03:01:18.809Za out/omicron-sled-agent.tar 188032K
35172026-03-27T03:01:18.809Za out/overlay.tar.gz 3K
35182026-03-27T03:01:18.809Za out/oximeter.tar.gz 58106K
35192026-03-27T03:01:18.809Za out/oxlog.tar 3782K
35202026-03-27T03:01:18.809Za out/probe.tar.gz 3037K
35212026-03-27T03:01:18.810Za out/propolis-server.tar.gz 33249K
35222026-03-27T03:01:18.810Za out/pumpkind-gz.tar 26647K
35232026-03-27T03:01:18.810Za out/switch-softnpu.tar.gz 370027K
35242026-03-27T03:01:18.813Z
35252026-03-27T03:01:18.813Zreal 1:21.528649916
35262026-03-27T03:01:18.813Zuser 1:18.983003499
35272026-03-27T03:01:18.813Zsys 4.178951666
35282026-03-27T03:01:18.813Ztrap 0.007071641
35292026-03-27T03:01:18.813Ztflt 0.000000000
35302026-03-27T03:01:18.813Zdflt 0.000000000
35312026-03-27T03:01:18.813Zkflt 0.000000000
35322026-03-27T03:01:18.813Zlock 0.000000000
35332026-03-27T03:01:18.813Zslp 1:18.931948699
35342026-03-27T03:01:18.813Zlat 0.951873583
35352026-03-27T03:01:18.813Zstop 0.000209952
35362026-03-27T03:01:18.813Zprocess exited: duration 939365 ms, exit code 0
 
35372026-03-27T03:01:18.828Zfound 1 output files
35382026-03-27T03:01:18.828Zuploading: /work/package.tar.gz (2284720493 bytes)
35392026-03-27T03:01:43.892Zuploaded: /work/package.tar.gz