01KQXTH2F4DXP5B9MX3JG8EENY: 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: 01KQXTHJE8QZ17TQ3K930VR8E6

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12026-05-06T05:01:26.862Zjob assigned to worker 01KQXTHT8HN1RX0E7HD8SBCYG5 [factory aws, i-04c12b9ade8379a09] (queued for 50 s)
 
22026-05-06T05:01:34.548Zstarting task 0: "setup"
32026-05-06T05:01:34.553Z++ uname -s
42026-05-06T05:01:34.557Z+ kern=SunOS
52026-05-06T05:01:34.557Z+ build_user=build
62026-05-06T05:01:34.557Z+ build_uid=12345
72026-05-06T05:01:34.557Z+ work_dir=/work
82026-05-06T05:01:34.557Z+ input_dir=/input
92026-05-06T05:01:34.557Z+ [[ 0 == 12345 ]]
102026-05-06T05:01:34.557Z+ case "$kern" in
112026-05-06T05:01:34.557Z+ groupadd -g 12345 build
122026-05-06T05:01:34.561Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-05-06T05:01:36.568Z+ zfs create -o mountpoint=/work rpool/work
142026-05-06T05:01:36.688Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-05-06T05:01:36.691Z+ home_fs=zfs
162026-05-06T05:01:36.691Z+ [[ zfs == autofs ]]
172026-05-06T05:01:36.691Z+ mkdir -p /home/build
182026-05-06T05:01:36.694Z+ chown build:build /home/build /work
192026-05-06T05:01:38.694Z+ chmod 0700 /home/build /work
202026-05-06T05:01:38.699Zprocess exited: duration 4152 ms, exit code 0
 
212026-05-06T05:01:38.706Zstarting task 1: "rust-toolchain"
222026-05-06T05:01:38.713Z+ printf ' * rust toolchain channel = "%s"\n' 1.94.0
232026-05-06T05:01:38.713Z * rust toolchain channel = "1.94.0"
242026-05-06T05:01:38.713Z * rust toolchain profile = "default"
252026-05-06T05:01:38.713Z+ printf ' * rust toolchain profile = "%s"\n' default
262026-05-06T05:01:38.713Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-05-06T05:01:38.713Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-05-06T05:01:38.716Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-05-06T05:01:38.716Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.94.0 --profile default
302026-05-06T05:01:38.847Zinfo: downloading installer
312026-05-06T05:01:40.198Zwarn: It looks like you have an existing installation of Rust at:
322026-05-06T05:01:40.198Zwarn: /opt/ooce/bin
332026-05-06T05:01:40.198Zwarn: It is recommended that rustup be the primary Rust installation.
342026-05-06T05:01:40.198Zwarn: Otherwise you may have confusion unless you are careful with your PATH.
352026-05-06T05:01:40.201Zwarn: If you are sure that you want both rustup and your already installed Rust
362026-05-06T05:01:40.201Zwarn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
372026-05-06T05:01:40.201Zwarn: or pass `-y' to ignore all ignorable checks.
382026-05-06T05:01:40.201Zerror: cannot install while Rust is installed
392026-05-06T05:01:40.202Zwarn: continuing (because the -y flag is set and the error is ignorable)
402026-05-06T05:01:40.202Zwarn: It looks like you have an existing rustup settings file at:
412026-05-06T05:01:40.202Zwarn: /home/build/.rustup/settings.toml
422026-05-06T05:01:40.202Zwarn: Rustup will install the default toolchain as specified in the settings file,
432026-05-06T05:01:40.202Zwarn: instead of the one inferred from the default host triple.
442026-05-06T05:01:40.213Zinfo: profile set to default
452026-05-06T05:01:40.213Zinfo: default host triple is x86_64-unknown-illumos
462026-05-06T05:01:40.216Zinfo: syncing channel updates for 1.94.0-x86_64-unknown-illumos
472026-05-06T05:01:40.346Zinfo: latest update on 2026-03-05 for version 1.94.0 (4a4ef493e 2026-03-02)
482026-05-06T05:01:40.350Zinfo: downloading 6 components
492026-05-06T05:01:54.741Z
502026-05-06T05:01:54.741Zinfo: default toolchain set to 1.94.0-x86_64-unknown-illumos
512026-05-06T05:01:54.772Z 1.94.0-x86_64-unknown-illumos installed - rustc 1.94.0 (4a4ef493e 2026-03-02)
522026-05-06T05:01:54.772Z
532026-05-06T05:01:54.772Z
542026-05-06T05:01:54.772ZRust is installed now. Great!
552026-05-06T05:01:54.772Z
562026-05-06T05:01:54.772ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
572026-05-06T05:01:54.772Zenvironment variable. This has not been done automatically.
582026-05-06T05:01:54.772Z
592026-05-06T05:01:54.773ZTo configure your current shell, you need to source
602026-05-06T05:01:54.773Zthe corresponding env file under $HOME/.cargo.
612026-05-06T05:01:54.773Z
622026-05-06T05:01:54.773ZThis is usually done by running one of the following (note the leading DOT):
632026-05-06T05:01:54.773Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
642026-05-06T05:01:54.773Zsource "$HOME/.cargo/env.fish" # For fish
652026-05-06T05:01:54.773Zsource "~/.cargo/env.nu" # For nushell
662026-05-06T05:01:54.773Zsource "$HOME/.cargo/env.tcsh" # For tcsh
672026-05-06T05:01:54.773Z. "$HOME/.cargo/env.ps1" # For pwsh
682026-05-06T05:01:54.773Zsource "$HOME/.cargo/env.xsh" # For xonsh
692026-05-06T05:01:54.776Zwarn: no default linker (`cc`) was found in your PATH
702026-05-06T05:01:54.776Zwarn: many Rust crates require a system C toolchain to build
712026-05-06T05:01:54.873Z+ rustup --version
722026-05-06T05:01:54.879Zrustup 1.29.0 (28d1352db 2026-03-05)
732026-05-06T05:01:54.882Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
742026-05-06T05:01:54.901Zinfo: the currently active `rustc` version is `rustc 1.94.0 (4a4ef493e 2026-03-02)`
752026-05-06T05:01:54.905Z+ cargo --version
762026-05-06T05:01:54.915Zcargo 1.94.0 (85eff7c80 2026-01-15)
772026-05-06T05:01:54.919Z+ rustc --version
782026-05-06T05:01:54.933Zrustc 1.94.0 (4a4ef493e 2026-03-02)
792026-05-06T05:01:54.936Zprocess exited: duration 16228 ms, exit code 0
 
802026-05-06T05:01:54.941Zstarting task 2: "authentication"
812026-05-06T05:01:54.959Zprocess exited: duration 17 ms, exit code 0
 
822026-05-06T05:01:54.964Zstarting task 3: "clone repository"
832026-05-06T05:01:54.969Z+ mkdir -p /work/oxidecomputer/omicron
842026-05-06T05:01:54.972Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
852026-05-06T05:01:55.024ZCloning into '/work/oxidecomputer/omicron'...
862026-05-06T05:02:04.288Z+ cd /work/oxidecomputer/omicron
872026-05-06T05:02:04.288Z+ git fetch origin 5f832b69a0e9983b8c8f32ae7dc19ad08c03c3e5
882026-05-06T05:02:04.561ZFrom https://github.com/oxidecomputer/omicron
892026-05-06T05:02:04.562Z * branch 5f832b69a0e9983b8c8f32ae7dc19ad08c03c3e5 -> FETCH_HEAD
902026-05-06T05:02:04.577Z+ [[ -n zl/opte-version-override ]]
912026-05-06T05:02:04.580Z++ git branch --show-current
922026-05-06T05:02:04.583Z+ current=main
932026-05-06T05:02:04.583Z+ [[ main != zl/opte-version-override ]]
942026-05-06T05:02:04.583Z+ git branch -f zl/opte-version-override 5f832b69a0e9983b8c8f32ae7dc19ad08c03c3e5
952026-05-06T05:02:04.586Z+ git checkout -f zl/opte-version-override
962026-05-06T05:02:04.821ZSwitched to branch 'zl/opte-version-override'
972026-05-06T05:02:04.824Z+ git reset --hard 5f832b69a0e9983b8c8f32ae7dc19ad08c03c3e5
982026-05-06T05:02:04.838ZHEAD is now at 5f832b69a [opte] better support for unpublished xde via tools/opte_version_override
992026-05-06T05:02:04.841Zprocess exited: duration 9873 ms, exit code 0
 
1002026-05-06T05:02:04.848Zstarting task 4: "build"
1012026-05-06T05:02:04.853Z+ source .github/buildomat/ci-env.sh
1022026-05-06T05:02:04.853Z++ export CARGO_TERM_COLOR=always
1032026-05-06T05:02:04.853Z++ CARGO_TERM_COLOR=always
1042026-05-06T05:02:04.854Z+ cargo --version
1052026-05-06T05:02:04.867Zcargo 1.94.0 (85eff7c80 2026-01-15)
1062026-05-06T05:02:04.870Z+ rustc --version
1072026-05-06T05:02:04.887Zrustc 1.94.0 (4a4ef493e 2026-03-02)
1082026-05-06T05:02:04.890Z+ WORK=/work
1092026-05-06T05:02:04.890Z+ pfexec mkdir -p /work
1102026-05-06T05:02:04.894Z+ pfexec chown build /work
1112026-05-06T05:02:04.896Z+ ptime -m ./tools/install_builder_prerequisites.sh -yp
1122026-05-06T05:02:14.742Z Startup: Refreshing catalog 'helios-dev' ... Done
1132026-05-06T05:02:22.172Z Startup: Caching catalogs ... Done
1142026-05-06T05:02:29.503ZPlanning: Solver setup ... Done (5.916s)
1152026-05-06T05:02:29.543ZPlanning: Running solver ... Done (0.041s)
1162026-05-06T05:02:29.680ZPlanning: Finding local manifests ... Done (0.005s)
1172026-05-06T05:02:29.701ZPlanning: Fetching manifests: 0/5 0% complete
1182026-05-06T05:02:31.074ZPlanning: Fetching manifests: 5/5 100% complete
1192026-05-06T05:02:31.111ZPlanning: Package planning ... Done (0.037s)
1202026-05-06T05:02:31.147ZPlanning: Merging actions ... Done (0.036s)
1212026-05-06T05:02:31.335ZPlanning: Checking for conflicting actions ... Done (0.187s)
1222026-05-06T05:02:31.344ZPlanning: Consolidating action changes ... Done (0.009s)
1232026-05-06T05:02:32.552ZPlanning: Evaluating mediators ... Done (1.208s)
1242026-05-06T05:02:32.560ZPlanning: Planning completed in 10.22 seconds
1252026-05-06T05:02:32.574Z Packages to install: 5
1262026-05-06T05:02:32.574Z Mediators to change: 3
1272026-05-06T05:02:32.574Z Services to change: 1
1282026-05-06T05:02:32.574Z Estimated space available: 155.34 GB
1292026-05-06T05:02:32.574ZEstimated space to be consumed: 1.90 GB
1302026-05-06T05:02:32.577Z Create boot environment: No
1312026-05-06T05:02:32.577ZCreate backup boot environment: No
1322026-05-06T05:02:32.577Z Rebuild boot archive: No
1332026-05-06T05:02:32.577Z
1342026-05-06T05:02:32.578ZChanged mediators:
1352026-05-06T05:02:32.578Z mediator clang:
1362026-05-06T05:02:32.578Z version: None -> 15 (system default)
1372026-05-06T05:02:32.578Z
1382026-05-06T05:02:32.578Z mediator llvm:
1392026-05-06T05:02:32.578Z version: 14 (system default) -> 15 (system default)
1402026-05-06T05:02:32.578Z
1412026-05-06T05:02:32.578Z mediator postgresql:
1422026-05-06T05:02:32.578Z version: 15 (system default) -> 18 (system default)
1432026-05-06T05:02:32.578Z
1442026-05-06T05:02:32.578ZChanged packages:
1452026-05-06T05:02:32.578Zhelios-dev
1462026-05-06T05:02:32.578Z developer/build-essential
1472026-05-06T05:02:32.578Z None -> 11-2.0
1482026-05-06T05:02:32.578Z library/libxmlsec1
1492026-05-06T05:02:32.578Z None -> 1.2.35-2.0
1502026-05-06T05:02:32.578Z ooce/developer/clang-15
1512026-05-06T05:02:32.578Z None -> 15.0.7-2.0
1522026-05-06T05:02:32.578Z ooce/developer/llvm-15
1532026-05-06T05:02:32.578Z None -> 15.0.7-2.0
1542026-05-06T05:02:32.578Z ooce/library/postgresql-18
1552026-05-06T05:02:32.578Z None -> 18.1-2.0
1562026-05-06T05:02:32.578Z
1572026-05-06T05:02:32.578ZServices:
1582026-05-06T05:02:32.578Z restart_fmri:
1592026-05-06T05:02:32.578Z svc:/system/update-man-index:default
1602026-05-06T05:02:32.622Z
1612026-05-06T05:02:32.622ZDownload: 0/4272 items 0.0/219.0MB 0% complete
1622026-05-06T05:02:37.627ZDownload: 875/4272 items 18.8/219.0MB 8% complete (3.8M/s)
1632026-05-06T05:02:42.629ZDownload: 1334/4272 items 113.7/219.0MB 51% complete (11.4M/s)
1642026-05-06T05:02:47.684ZDownload: 3239/4272 items 200.7/219.0MB 91% complete (18.1M/s)
1652026-05-06T05:02:58.869ZDownload: 3247/4272 items 202.9/219.0MB 92% complete (16.8M/s)
1662026-05-06T05:03:01.213ZDownload: Completed 218.99 MB in 28.59 seconds (7.7M/s)
1672026-05-06T05:03:01.381Z Actions: 1/4789 actions (Installing new actions)
1682026-05-06T05:03:04.790Z Actions: Completed 4789 actions in 3.39 seconds.
1692026-05-06T05:03:05.057Z Done (0.277s)
1702026-05-06T05:03:05.057Z Done (0.000s)
1712026-05-06T05:03:05.723Z Done (0.664s)
1722026-05-06T05:03:09.239Z Done (3.163s)
1732026-05-06T05:03:09.315Z Done (0.016s)
1742026-05-06T05:03:09.318Z Done (0.000s)
1752026-05-06T05:03:09.636Z Done (0.000s)
1762026-05-06T05:03:10.490ZPlanning: Evaluating mediator changes ... Done
1772026-05-06T05:03:10.594ZPlanning: Checking for conflicting actions ... Done
1782026-05-06T05:03:10.597ZPlanning: Consolidating action changes ... Done
1792026-05-06T05:03:10.750ZPlanning: Evaluating mediators ... Done
1802026-05-06T05:03:10.753ZPlanning: Planning completed in 0.26 seconds
1812026-05-06T05:03:10.770Z Mediators to change: 2
1822026-05-06T05:03:10.770Z Create boot environment: No
1832026-05-06T05:03:10.770ZCreate backup boot environment: No
1842026-05-06T05:03:10.831Z Done
1852026-05-06T05:03:10.831Z Done
1862026-05-06T05:03:11.441Z Done
1872026-05-06T05:03:14.074Z Done
1882026-05-06T05:03:14.147Z Done
1892026-05-06T05:03:14.150Z Done
1902026-05-06T05:03:14.240Z Done
1912026-05-06T05:03:14.494ZPlanning: Evaluating mediator changes ... Done
1922026-05-06T05:03:14.604ZPlanning: Checking for conflicting actions ... Done
1932026-05-06T05:03:14.607ZPlanning: Consolidating action changes ... Done
1942026-05-06T05:03:14.764ZPlanning: Evaluating mediators ... Done
1952026-05-06T05:03:14.768ZPlanning: Planning completed in 0.27 seconds
1962026-05-06T05:03:14.786Z Mediators to change: 1
1972026-05-06T05:03:14.786Z Create boot environment: No
1982026-05-06T05:03:14.786ZCreate backup boot environment: No
1992026-05-06T05:03:14.829Z Done
2002026-05-06T05:03:14.829Z Done
2012026-05-06T05:03:15.434Z Done
2022026-05-06T05:03:18.022Z Done
2032026-05-06T05:03:18.094Z Done
2042026-05-06T05:03:18.097Z Done
2052026-05-06T05:03:18.224Z Done
2062026-05-06T05:03:18.512ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
2072026-05-06T05:03:18.512Zclang system 15 system
2082026-05-06T05:03:18.512Zcsh system system illumos
2092026-05-06T05:03:18.512Zctags system system illumos
2102026-05-06T05:03:18.512Zfile system system illumos
2112026-05-06T05:03:18.512Zgcc vendor 12 vendor
2122026-05-06T05:03:18.512Zgcc system 14 system
2132026-05-06T05:03:18.512Zgcc system 10 system
2142026-05-06T05:03:18.512Zgo system 1.20 system
2152026-05-06T05:03:18.512Zgo system 1.19 system
2162026-05-06T05:03:18.512Zllvm system 15 system
2172026-05-06T05:03:18.513Zllvm system 14 system
2182026-05-06T05:03:18.513Zmariadb system 10.6 system
2192026-05-06T05:03:18.513Zmta vendor vendor dma
2202026-05-06T05:03:18.513Zopenjdk system 17 system
2212026-05-06T05:03:18.513Zopenjdk system 11 system
2222026-05-06T05:03:18.513Zopenjdk system 1.8 system
2232026-05-06T05:03:18.513Zopenssl vendor 3 vendor
2242026-05-06T05:03:18.513Zperl system 5.36 system
2252026-05-06T05:03:18.513Zpostgresql system 18 system
2262026-05-06T05:03:18.513Zpostgresql system 15 system
2272026-05-06T05:03:18.513Zpostgresql system 13 system
2282026-05-06T05:03:18.513Zpython vendor 3 vendor
2292026-05-06T05:03:18.513Zpython system 2 system
2302026-05-06T05:03:18.513Zpython3 system 3.11 system
2312026-05-06T05:03:18.513Zruby system 3.0 system
2322026-05-06T05:03:18.514Zwords vendor vendor american-english
2332026-05-06T05:03:18.514Zwords system system australian-english
2342026-05-06T05:03:18.514Zwords system system british-english
2352026-05-06T05:03:18.514Zwords system system canadian-english
2362026-05-06T05:03:18.514Zwords system system french
2372026-05-06T05:03:18.514Zwords system system italian
2382026-05-06T05:03:18.514Zwords system system ngerman
2392026-05-06T05:03:18.514Zwords system system ogerman
2402026-05-06T05:03:18.514Zwords system system spanish
2412026-05-06T05:03:18.747ZPUBLISHER TYPE STATUS P LOCATION
2422026-05-06T05:03:18.747Zhelios-dev origin online F https://pkg.oxide.computer/helios/2/dev/
2432026-05-06T05:03:23.343ZFMRI IFO
2442026-05-06T05:03:23.344Zpkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im-
2452026-05-06T05:03:23.344Zpkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i--
2462026-05-06T05:03:23.344Zpkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im-
2472026-05-06T05:03:23.344Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im-
2482026-05-06T05:03:23.344Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z ---
2492026-05-06T05:03:23.344Zpkg://helios-dev/ooce/developer/cmake@3.26.4-2.0:20230623T130003Z i--
2502026-05-06T05:03:23.344Zpkg://helios-dev/ooce/library/postgresql-18@18.1-2.0:20260217T164409Z im-
2512026-05-06T05:03:23.344Zpkg://helios-dev/ooce/library/postgresql-18@18.1-2.0:20260213T170424Z ---
2522026-05-06T05:03:23.344Zpkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z i--
2532026-05-06T05:03:23.344Zpkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z ---
2542026-05-06T05:03:23.344Zpkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z ---
2552026-05-06T05:03:23.344Zpkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z i--
2562026-05-06T05:03:23.344Zpkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z ---
2572026-05-06T05:03:23.344Zpkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z ---
2582026-05-06T05:03:23.344Zpkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z i--
2592026-05-06T05:03:23.344Zpkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z ---
2602026-05-06T05:03:23.344Zpkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z ---
2612026-05-06T05:03:24.488Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2622026-05-06T05:03:24.738Z Updating crates.io index
2632026-05-06T05:03:24.778Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2642026-05-06T05:03:25.487Z Updating git repository `https://github.com/oxidecomputer/lldp`
2652026-05-06T05:03:25.916Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2662026-05-06T05:03:26.487Z Updating git repository `https://github.com/oxidecomputer/propolis`
2672026-05-06T05:03:27.293Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2682026-05-06T05:03:27.776Z Updating git repository `https://github.com/oxidecomputer/crucible`
2692026-05-06T05:03:29.067Z Updating git repository `https://github.com/oxidecomputer/opte`
2702026-05-06T05:03:29.872Z Updating git repository `https://github.com/oxidecomputer/tofino`
2712026-05-06T05:03:30.148Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2722026-05-06T05:03:30.979Z Updating git repository `https://github.com/oxidecomputer/clickward`
2732026-05-06T05:03:31.239Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2742026-05-06T05:03:31.711Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
2752026-05-06T05:03:32.107Z Updating git repository `https://github.com/oxidecomputer/dendrite`
2762026-05-06T05:03:32.994Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2772026-05-06T05:03:33.578Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2782026-05-06T05:03:33.927Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
2792026-05-06T05:03:34.271Z Updating git repository `https://github.com/oxidecomputer/scim2-rs`
2802026-05-06T05:03:34.551Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
2812026-05-06T05:03:34.862Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
2822026-05-06T05:03:35.076Z Updating git repository `https://github.com/oxidecomputer/libnvme`
2832026-05-06T05:03:35.313Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2842026-05-06T05:03:35.683Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
2852026-05-06T05:03:36.028Z Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git`
2862026-05-06T05:03:36.571Z Updating git repository `https://github.com/oxidecomputer/rats-corim.git`
2872026-05-06T05:03:36.808Z Updating git repository `https://github.com/bluecatengineering/dhcproto.git`
2882026-05-06T05:03:37.397Z Updating git repository `https://github.com/oxidecomputer/ispf`
2892026-05-06T05:03:38.298Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2902026-05-06T05:03:38.851Z Updating git repository `https://github.com/oxidecomputer/crucible`
2912026-05-06T05:03:39.594Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
2922026-05-06T05:03:40.122Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
2932026-05-06T05:03:40.387Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
2942026-05-06T05:03:40.675Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2952026-05-06T05:03:40.960Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
2962026-05-06T05:03:41.385Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
2972026-05-06T05:03:41.648Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
2982026-05-06T05:03:41.902Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
2992026-05-06T05:03:42.127Z Updating git repository `https://github.com/illumos/smf-rs`
3002026-05-06T05:03:42.609Z Updating git repository `https://github.com/oxidecomputer/omicron`
3012026-05-06T05:03:54.204Z Downloading crates ...
3022026-05-06T05:03:54.251Z Downloaded anstyle-query v1.1.5
3032026-05-06T05:03:54.258Z Downloaded generic-array v0.14.7
3042026-05-06T05:03:54.262Z Downloaded anyhow v1.0.102
3052026-05-06T05:03:54.266Z Downloaded tinystr v0.8.2
3062026-05-06T05:03:54.266Z Downloaded serde_spanned v0.6.9
3072026-05-06T05:03:54.266Z Downloaded ordered-float v2.10.1
3082026-05-06T05:03:54.269Z Downloaded colorchoice v1.0.4
3092026-05-06T05:03:54.269Z Downloaded form_urlencoded v1.2.2
3102026-05-06T05:03:54.269Z Downloaded unicode-xid v0.2.6
3112026-05-06T05:03:54.272Z Downloaded idna_adapter v1.2.1
3122026-05-06T05:03:54.272Z Downloaded anstyle v1.0.13
3132026-05-06T05:03:54.275Z Downloaded stable_deref_trait v1.2.1
3142026-05-06T05:03:54.275Z Downloaded swrite v0.1.0
3152026-05-06T05:03:54.278Z Downloaded zerocopy v0.7.35
3162026-05-06T05:03:54.286Z Downloaded usdt v0.5.0
3172026-05-06T05:03:54.289Z Downloaded thiserror-impl v2.0.18
3182026-05-06T05:03:54.289Z Downloaded cargo_toml v0.21.0
3192026-05-06T05:03:54.289Z Downloaded cargo-util-schemas v0.8.2
3202026-05-06T05:03:54.292Z Downloaded pest_generator v2.8.6
3212026-05-06T05:03:54.295Z Downloaded cpufeatures v0.2.17
3222026-05-06T05:03:54.295Z Downloaded cargo-platform v0.2.0
3232026-05-06T05:03:54.298Z Downloaded serde v1.0.228
3242026-05-06T05:03:54.298Z Downloaded autocfg v1.5.0
3252026-05-06T05:03:54.301Z Downloaded toml_datetime v0.6.11
3262026-05-06T05:03:54.301Z Downloaded thread-id v4.2.2
3272026-05-06T05:03:54.301Z Downloaded heck v0.4.1
3282026-05-06T05:03:54.301Z Downloaded fnv v1.0.7
3292026-05-06T05:03:54.305Z Downloaded displaydoc v0.2.5
3302026-05-06T05:03:54.306Z Downloaded usdt-attr-macro v0.5.0
3312026-05-06T05:03:54.309Z Downloaded usdt-macro v0.5.0
3322026-05-06T05:03:54.309Z Downloaded toml_write v0.1.2
3332026-05-06T05:03:54.309Z Downloaded block-buffer v0.10.4
3342026-05-06T05:03:54.312Z Downloaded clap v4.5.60
3352026-05-06T05:03:54.315Z Downloaded yoke v0.8.1
3362026-05-06T05:03:54.318Z Downloaded thiserror v1.0.69
3372026-05-06T05:03:54.321Z Downloaded plain v0.2.3
3382026-05-06T05:03:54.321Z Downloaded clap_lex v1.0.0
3392026-05-06T05:03:54.321Z Downloaded version_check v0.9.5
3402026-05-06T05:03:54.324Z Downloaded utf8parse v0.2.2
3412026-05-06T05:03:54.324Z Downloaded crypto-common v0.1.7
3422026-05-06T05:03:54.324Z Downloaded usdt-impl v0.5.0
3432026-05-06T05:03:54.324Z Downloaded thiserror-impl v1.0.69
3442026-05-06T05:03:54.324Z Downloaded macaddr v1.0.1
3452026-05-06T05:03:54.327Z Downloaded fastrand v2.3.0
3462026-05-06T05:03:54.327Z Downloaded is_terminal_polyfill v1.70.2
3472026-05-06T05:03:54.327Z Downloaded percent-encoding v2.3.2
3482026-05-06T05:03:54.327Z Downloaded cfg-if v1.0.4
3492026-05-06T05:03:54.327Z Downloaded zerovec-derive v0.11.2
3502026-05-06T05:03:54.330Z Downloaded potential_utf v0.1.4
3512026-05-06T05:03:54.330Z Downloaded dof v0.3.0
3522026-05-06T05:03:54.330Z Downloaded unicode-linebreak v0.1.5
3532026-05-06T05:03:54.330Z Downloaded typeid v1.0.3
3542026-05-06T05:03:54.333Z Downloaded thiserror v2.0.18
3552026-05-06T05:03:54.336Z Downloaded zerotrie v0.2.3
3562026-05-06T05:03:54.336Z Downloaded heck v0.5.0
3572026-05-06T05:03:54.339Z Downloaded bytecount v0.6.9
3582026-05-06T05:03:54.339Z Downloaded ucd-trie v0.1.7
3592026-05-06T05:03:54.339Z Downloaded toml_edit v0.22.27
3602026-05-06T05:03:54.342Z Downloaded zerofrom-derive v0.1.6
3612026-05-06T05:03:54.342Z Downloaded zerofrom v0.1.6
3622026-05-06T05:03:54.342Z Downloaded yoke-derive v0.8.1
3632026-05-06T05:03:54.342Z Downloaded unicode-ident v1.0.24
3642026-05-06T05:03:54.345Z Downloaded equivalent v1.0.2
3652026-05-06T05:03:54.345Z Downloaded utf8_iter v1.0.4
3662026-05-06T05:03:54.348Z Downloaded zerocopy-derive v0.7.35
3672026-05-06T05:03:54.348Z Downloaded url v2.5.8
3682026-05-06T05:03:54.351Z Downloaded writeable v0.6.2
3692026-05-06T05:03:54.351Z Downloaded textwrap v0.16.2
3702026-05-06T05:03:54.354Z Downloaded scroll_derive v0.12.1
3712026-05-06T05:03:54.354Z Downloaded strsim v0.11.1
3722026-05-06T05:03:54.354Z Downloaded zmij v1.0.21
3732026-05-06T05:03:54.357Z Downloaded toml v0.8.23
3742026-05-06T05:03:54.357Z Downloaded itoa v1.0.17
3752026-05-06T05:03:54.360Z Downloaded dtrace-parser v0.2.0
3762026-05-06T05:03:54.360Z Downloaded memmap v0.7.0
3772026-05-06T05:03:54.360Z Downloaded typenum v1.19.0
3782026-05-06T05:03:54.363Z Downloaded pretty-hex v0.4.1
3792026-05-06T05:03:54.363Z Downloaded zerovec v0.11.5
3802026-05-06T05:03:54.367Z Downloaded tabled_derive v0.7.0
3812026-05-06T05:03:54.370Z Downloaded terminal_size v0.4.3
3822026-05-06T05:03:54.373Z Downloaded proc-macro-error-attr v1.0.4
3832026-05-06T05:03:54.375Z Downloaded smawk v0.3.2
3842026-05-06T05:03:54.376Z Downloaded serde-value v0.7.0
3852026-05-06T05:03:54.381Z Downloaded winnow v0.7.14
3862026-05-06T05:03:54.385Z Downloaded digest v0.10.7
3872026-05-06T05:03:54.388Z Downloaded erased-serde v0.4.9
3882026-05-06T05:03:54.392Z Downloaded unicode-width v0.2.0
3892026-05-06T05:03:54.395Z Downloaded cargo_metadata v0.21.0
3902026-05-06T05:03:54.395Z Downloaded unicode-width v0.1.14
3912026-05-06T05:03:54.401Z Downloaded quote v1.0.45
3922026-05-06T05:03:54.404Z Downloaded fs-err v3.3.0
3932026-05-06T05:03:54.407Z Downloaded scroll v0.12.0
3942026-05-06T05:03:54.411Z Downloaded errno v0.3.14
3952026-05-06T05:03:54.411Z Downloaded proc-macro-error v1.0.4
3962026-05-06T05:03:54.414Z Downloaded byteorder v1.5.0
3972026-05-06T05:03:54.417Z Downloaded anstyle-parse v0.2.7
3982026-05-06T05:03:54.417Z Downloaded serde-untagged v0.1.9
3992026-05-06T05:03:54.422Z Downloaded anstream v0.6.21
4002026-05-06T05:03:54.422Z Downloaded serde_tokenstream v0.2.3
4012026-05-06T05:03:54.424Z Downloaded clap_derive v4.5.55
4022026-05-06T05:03:54.432Z Downloaded once_cell v1.21.3
4032026-05-06T05:03:54.436Z Downloaded camino-tempfile v1.4.1
4042026-05-06T05:03:54.436Z Downloaded pest_derive v2.8.6
4052026-05-06T05:03:54.439Z Downloaded semver v1.0.28
4062026-05-06T05:03:54.439Z Downloaded hashbrown v0.17.0
4072026-05-06T05:03:54.443Z Downloaded synstructure v0.13.2
4082026-05-06T05:03:54.443Z Downloaded smallvec v1.15.1
4092026-05-06T05:03:54.446Z Downloaded litemap v0.8.1
4102026-05-06T05:03:54.458Z Downloaded bitflags v2.11.0
4112026-05-06T05:03:54.461Z Downloaded sha2 v0.10.9
4122026-05-06T05:03:54.461Z Downloaded icu_properties_data v2.1.2
4132026-05-06T05:03:54.466Z Downloaded tempfile v3.25.0
4142026-05-06T05:03:54.469Z Downloaded serde_core v1.0.228
4152026-05-06T05:03:54.469Z Downloaded camino v1.2.2
4162026-05-06T05:03:54.472Z Downloaded papergrid v0.11.0
4172026-05-06T05:03:54.472Z Downloaded log v0.4.29
4182026-05-06T05:03:54.476Z Downloaded getrandom v0.4.1
4192026-05-06T05:03:54.476Z Downloaded proc-macro2 v1.0.106
4202026-05-06T05:03:54.480Z Downloaded num-traits v0.2.19
4212026-05-06T05:03:54.480Z Downloaded serde_derive v1.0.228
4222026-05-06T05:03:54.482Z Downloaded icu_normalizer v2.1.1
4232026-05-06T05:03:54.482Z Downloaded icu_properties v2.1.2
4242026-05-06T05:03:54.485Z Downloaded icu_normalizer_data v2.1.1
4252026-05-06T05:03:54.493Z Downloaded icu_provider v2.1.1
4262026-05-06T05:03:54.496Z Downloaded clap_builder v4.5.60
4272026-05-06T05:03:54.500Z Downloaded memchr v2.8.0
4282026-05-06T05:03:54.502Z Downloaded pest_meta v2.8.6
4292026-05-06T05:03:54.506Z Downloaded icu_locale_core v2.1.1
4302026-05-06T05:03:54.510Z Downloaded indexmap v2.14.0
4312026-05-06T05:03:54.521Z Downloaded icu_collections v2.1.1
4322026-05-06T05:03:54.532Z Downloaded idna v1.1.0
4332026-05-06T05:03:54.536Z Downloaded pest v2.8.6
4342026-05-06T05:03:54.540Z Downloaded serde_json v1.0.149
4352026-05-06T05:03:54.550Z Downloaded goblin v0.8.2
4362026-05-06T05:03:54.566Z Downloaded tabled v0.15.0
4372026-05-06T05:03:54.575Z Downloaded syn v1.0.109
4382026-05-06T05:03:54.590Z Downloaded syn v2.0.117
4392026-05-06T05:03:54.600Z Downloaded rustix v1.1.3
4402026-05-06T05:03:54.626Z Downloaded libc v0.2.185
4412026-05-06T05:03:54.689Z Compiling proc-macro2 v1.0.106
4422026-05-06T05:03:54.689Z Compiling quote v1.0.45
4432026-05-06T05:03:54.692Z Compiling unicode-ident v1.0.24
4442026-05-06T05:03:54.692Z Compiling serde_core v1.0.228
4452026-05-06T05:03:54.692Z Compiling libc v0.2.185
4462026-05-06T05:03:54.692Z Compiling version_check v0.9.5
4472026-05-06T05:03:54.692Z Compiling memchr v2.8.0
4482026-05-06T05:03:54.692Z Compiling stable_deref_trait v1.2.1
4492026-05-06T05:03:54.692Z Compiling serde v1.0.228
4502026-05-06T05:03:54.872Z Compiling zmij v1.0.21
4512026-05-06T05:03:54.875Z Compiling ucd-trie v0.1.7
4522026-05-06T05:03:54.875Z Compiling autocfg v1.5.0
4532026-05-06T05:03:54.875Z Compiling thiserror v1.0.69
4542026-05-06T05:03:54.887Z Compiling itoa v1.0.17
4552026-05-06T05:03:54.892Z Compiling writeable v0.6.2
4562026-05-06T05:03:55.089Z Compiling litemap v0.8.1
4572026-05-06T05:03:55.108Z Compiling icu_properties_data v2.1.2
4582026-05-06T05:03:55.297Z Compiling rustix v1.1.3
4592026-05-06T05:03:55.318Z Compiling icu_normalizer_data v2.1.1
4602026-05-06T05:03:55.348Z Compiling byteorder v1.5.0
4612026-05-06T05:03:55.477Z Compiling bitflags v2.11.0
4622026-05-06T05:03:55.497Z Compiling serde_json v1.0.149
4632026-05-06T05:03:55.517Z Compiling num-traits v0.2.19
4642026-05-06T05:03:55.531Z Compiling pest v2.8.6
4652026-05-06T05:03:55.638Z Compiling smallvec v1.15.1
4662026-05-06T05:03:55.767Z Compiling hashbrown v0.17.0
4672026-05-06T05:03:55.786Z Compiling typeid v1.0.3
4682026-05-06T05:03:55.840Z Compiling equivalent v1.0.2
4692026-05-06T05:03:55.897Z Compiling proc-macro-error-attr v1.0.4
4702026-05-06T05:03:55.945Z Compiling usdt-impl v0.5.0
4712026-05-06T05:03:55.949Z Compiling syn v1.0.109
4722026-05-06T05:03:55.989Z Compiling winnow v0.7.14
4732026-05-06T05:03:55.992Z Compiling erased-serde v0.4.9
4742026-05-06T05:03:56.050Z Compiling errno v0.3.14
4752026-05-06T05:03:56.095Z Compiling thread-id v4.2.2
4762026-05-06T05:03:56.114Z Compiling toml_write v0.1.2
4772026-05-06T05:03:56.149Z Compiling proc-macro-error v1.0.4
4782026-05-06T05:03:56.302Z Compiling indexmap v2.14.0
4792026-05-06T05:03:56.341Z Compiling plain v0.2.3
4802026-05-06T05:03:56.344Z Compiling camino v1.2.2
4812026-05-06T05:03:56.397Z Compiling log v0.4.29
4822026-05-06T05:03:56.400Z Compiling utf8_iter v1.0.4
4832026-05-06T05:03:56.400Z Compiling getrandom v0.4.1
4842026-05-06T05:03:56.448Z Compiling syn v2.0.117
4852026-05-06T05:03:56.468Z Compiling thiserror v2.0.18
4862026-05-06T05:03:56.486Z Compiling percent-encoding v2.3.2
4872026-05-06T05:03:56.552Z Compiling utf8parse v0.2.2
4882026-05-06T05:03:56.638Z Compiling form_urlencoded v1.2.2
4892026-05-06T05:03:56.686Z Compiling anstyle-parse v0.2.7
4902026-05-06T05:03:56.703Z Compiling ordered-float v2.10.1
4912026-05-06T05:03:56.787Z Compiling pest_meta v2.8.6
4922026-05-06T05:03:56.879Z Compiling anstyle v1.0.13
4932026-05-06T05:03:56.899Z Compiling is_terminal_polyfill v1.70.2
4942026-05-06T05:03:56.932Z Compiling cfg-if v1.0.4
4952026-05-06T05:03:56.951Z Compiling pretty-hex v0.4.1
4962026-05-06T05:03:56.994Z Compiling colorchoice v1.0.4
4972026-05-06T05:03:57.014Z Compiling anstyle-query v1.1.5
4982026-05-06T05:03:57.070Z Compiling terminal_size v0.4.3
4992026-05-06T05:03:57.090Z Compiling fs-err v3.3.0
5002026-05-06T05:03:57.109Z Compiling anstream v0.6.21
5012026-05-06T05:03:57.149Z Compiling anyhow v1.0.102
5022026-05-06T05:03:57.152Z Compiling strsim v0.11.1
5032026-05-06T05:03:57.152Z Compiling clap_lex v1.0.0
5042026-05-06T05:03:57.231Z Compiling heck v0.4.1
5052026-05-06T05:03:57.250Z Compiling heck v0.5.0
5062026-05-06T05:03:57.268Z Compiling unicode-xid v0.2.6
5072026-05-06T05:03:57.308Z Compiling fastrand v2.3.0
5082026-05-06T05:03:57.333Z Compiling bytecount v0.6.9
5092026-05-06T05:03:57.505Z Compiling semver v1.0.28
5102026-05-06T05:03:57.509Z Compiling unicode-width v0.1.14
5112026-05-06T05:03:57.527Z Compiling once_cell v1.21.3
5122026-05-06T05:03:57.562Z Compiling fnv v1.0.7
5132026-05-06T05:03:57.565Z Compiling clap_builder v4.5.60
5142026-05-06T05:03:57.618Z Compiling memmap v0.7.0
5152026-05-06T05:03:57.740Z Compiling tempfile v3.25.0
5162026-05-06T05:03:57.777Z Compiling papergrid v0.11.0
5172026-05-06T05:03:57.824Z Compiling smawk v0.3.2
5182026-05-06T05:03:57.843Z Compiling serde-untagged v0.1.9
5192026-05-06T05:03:57.846Z Compiling unicode-width v0.2.0
5202026-05-06T05:03:57.876Z Compiling unicode-linebreak v0.1.5
5212026-05-06T05:03:57.982Z Compiling camino-tempfile v1.4.1
5222026-05-06T05:03:58.011Z Compiling swrite v0.1.0
5232026-05-06T05:03:58.111Z Compiling textwrap v0.16.2
5242026-05-06T05:03:58.131Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
5252026-05-06T05:03:58.452Z Compiling tabled_derive v0.7.0
5262026-05-06T05:03:58.976Z Compiling synstructure v0.13.2
5272026-05-06T05:03:58.976Z Compiling pest_generator v2.8.6
5282026-05-06T05:03:59.125Z Compiling tabled v0.15.0
5292026-05-06T05:03:59.501Z Compiling serde_derive v1.0.228
5302026-05-06T05:03:59.504Z Compiling zerofrom-derive v0.1.6
5312026-05-06T05:03:59.504Z Compiling yoke-derive v0.8.1
5322026-05-06T05:03:59.504Z Compiling zerovec-derive v0.11.2
5332026-05-06T05:03:59.504Z Compiling displaydoc v0.2.5
5342026-05-06T05:03:59.504Z Compiling thiserror-impl v1.0.69
5352026-05-06T05:03:59.504Z Compiling zerocopy-derive v0.7.35
5362026-05-06T05:03:59.504Z Compiling scroll_derive v0.12.1
5372026-05-06T05:03:59.504Z Compiling thiserror-impl v2.0.18
5382026-05-06T05:03:59.539Z Compiling clap_derive v4.5.55
5392026-05-06T05:03:59.613Z Compiling pest_derive v2.8.6
5402026-05-06T05:04:00.206Z Compiling scroll v0.12.0
5412026-05-06T05:04:00.278Z Compiling zerocopy v0.7.35
5422026-05-06T05:04:00.441Z Compiling goblin v0.8.2
5432026-05-06T05:04:00.677Z Compiling zerofrom v0.1.6
5442026-05-06T05:04:00.732Z Compiling dtrace-parser v0.2.0
5452026-05-06T05:04:00.783Z Compiling yoke v0.8.1
5462026-05-06T05:04:00.938Z Compiling zerovec v0.11.5
5472026-05-06T05:04:00.938Z Compiling zerotrie v0.2.3
5482026-05-06T05:04:00.977Z Compiling clap v4.5.60
5492026-05-06T05:04:01.360Z Compiling tinystr v0.8.2
5502026-05-06T05:04:01.360Z Compiling potential_utf v0.1.4
5512026-05-06T05:04:01.506Z Compiling icu_collections v2.1.1
5522026-05-06T05:04:01.546Z Compiling icu_locale_core v2.1.1
5532026-05-06T05:04:02.002Z Compiling dof v0.3.0
5542026-05-06T05:04:02.002Z Compiling serde_tokenstream v0.2.3
5552026-05-06T05:04:02.018Z Compiling toml_datetime v0.6.11
5562026-05-06T05:04:02.021Z Compiling serde_spanned v0.6.9
5572026-05-06T05:04:02.035Z Compiling serde-value v0.7.0
5582026-05-06T05:04:02.039Z Compiling cargo-platform v0.2.0
5592026-05-06T05:04:02.039Z Compiling macaddr v1.0.1
5602026-05-06T05:04:02.088Z Compiling icu_provider v2.1.1
5612026-05-06T05:04:02.258Z Compiling toml_edit v0.22.27
5622026-05-06T05:04:02.349Z Compiling icu_properties v2.1.2
5632026-05-06T05:04:02.349Z Compiling icu_normalizer v2.1.1
5642026-05-06T05:04:02.686Z Compiling usdt-macro v0.5.0
5652026-05-06T05:04:02.686Z Compiling usdt-attr-macro v0.5.0
5662026-05-06T05:04:03.151Z Compiling idna_adapter v1.2.1
5672026-05-06T05:04:03.257Z Compiling idna v1.1.0
5682026-05-06T05:04:03.275Z Compiling usdt v0.5.0
5692026-05-06T05:04:03.510Z Compiling url v2.5.8
5702026-05-06T05:04:03.529Z Compiling toml v0.8.23
5712026-05-06T05:04:03.863Z Compiling cargo_toml v0.21.0
5722026-05-06T05:04:03.908Z Compiling cargo-util-schemas v0.8.2
5732026-05-06T05:04:04.707Z Compiling cargo_metadata v0.21.0
5742026-05-06T05:04:05.632Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
5752026-05-06T05:04:07.735Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 43.44s
5762026-05-06T05:04:07.996Z Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control`
5772026-05-06T05:04:08.552Z Downloading crates ...
5782026-05-06T05:04:08.642Z Downloaded adler2 v2.0.1
5792026-05-06T05:04:08.648Z Downloaded bit-set v0.5.3
5802026-05-06T05:04:08.651Z Downloaded argon2 v0.5.3
5812026-05-06T05:04:08.654Z Downloaded bit-vec v0.8.0
5822026-05-06T05:04:08.657Z Downloaded allocator-api2 v0.2.21
5832026-05-06T05:04:08.659Z Downloaded console v0.16.2
5842026-05-06T05:04:08.662Z Downloaded blowfish v0.9.1
5852026-05-06T05:04:08.665Z Downloaded convert_case v0.10.0
5862026-05-06T05:04:08.666Z Downloaded blake2 v0.10.6
5872026-05-06T05:04:08.668Z Downloaded backoff v0.4.0
5882026-05-06T05:04:08.668Z Downloaded bcrypt-pbkdf v0.10.0
5892026-05-06T05:04:08.668Z Downloaded bit-set v0.8.0
5902026-05-06T05:04:08.671Z Downloaded base64ct v1.8.3
5912026-05-06T05:04:08.671Z Downloaded bcs v0.1.6
5922026-05-06T05:04:08.674Z Downloaded bit-vec v0.6.3
5932026-05-06T05:04:08.677Z Downloaded cfg_aliases v0.2.1
5942026-05-06T05:04:08.677Z Downloaded bitfield v0.19.4
5952026-05-06T05:04:08.680Z Downloaded const-oid v0.9.6
5962026-05-06T05:04:08.680Z Downloaded block-padding v0.3.3
5972026-05-06T05:04:08.680Z Downloaded arrayvec v0.7.6
5982026-05-06T05:04:08.683Z Downloaded backon v1.6.0
5992026-05-06T05:04:08.688Z Downloaded cexpr v0.6.0
6002026-05-06T05:04:08.688Z Downloaded aead v0.5.2
6012026-05-06T05:04:08.691Z Downloaded castaway v0.2.4
6022026-05-06T05:04:08.691Z Downloaded bitfield-struct v0.6.2
6032026-05-06T05:04:08.695Z Downloaded cipher v0.4.4
6042026-05-06T05:04:08.695Z Downloaded console v0.15.11
6052026-05-06T05:04:08.698Z Downloaded cobs v0.3.0
6062026-05-06T05:04:08.698Z Downloaded cargo-platform v0.1.9
6072026-05-06T05:04:08.698Z Downloaded darling_macro v0.20.11
6082026-05-06T05:04:08.700Z Downloaded document-features v0.2.12
6092026-05-06T05:04:08.700Z Downloaded ciborium-ll v0.2.2
6102026-05-06T05:04:08.703Z Downloaded compression-codecs v0.4.37
6112026-05-06T05:04:08.703Z Downloaded funty v2.0.0
6122026-05-06T05:04:08.707Z Downloaded arrayref v0.3.9
6132026-05-06T05:04:08.707Z Downloaded dirs-next v2.0.0
6142026-05-06T05:04:08.707Z Downloaded daft-derive v0.1.5
6152026-05-06T05:04:08.710Z Downloaded cargo_metadata v0.19.2
6162026-05-06T05:04:08.710Z Downloaded base16ct v0.2.0
6172026-05-06T05:04:08.713Z Downloaded foreign-types-macros v0.2.3
6182026-05-06T05:04:08.713Z Downloaded defmt-parser v1.0.0
6192026-05-06T05:04:08.713Z Downloaded async-bb8-diesel v0.2.1
6202026-05-06T05:04:08.716Z Downloaded cpufeatures v0.3.0
6212026-05-06T05:04:08.716Z Downloaded darling_macro v0.23.0
6222026-05-06T05:04:08.716Z Downloaded atomicwrites v0.4.4
6232026-05-06T05:04:08.719Z Downloaded dtrace-parser v0.3.0
6242026-05-06T05:04:08.722Z Downloaded crc v3.4.0
6252026-05-06T05:04:08.722Z Downloaded derive_builder v0.20.2
6262026-05-06T05:04:08.725Z Downloaded ciborium-io v0.2.2
6272026-05-06T05:04:08.725Z Downloaded atty v0.2.14
6282026-05-06T05:04:08.728Z Downloaded data-encoding v2.10.0
6292026-05-06T05:04:08.728Z Downloaded fixedbitset v0.5.7
6302026-05-06T05:04:08.731Z Downloaded fallible-iterator v0.2.0
6312026-05-06T05:04:08.731Z Downloaded env_logger v0.11.9
6322026-05-06T05:04:08.734Z Downloaded crc-catalog v2.4.0
6332026-05-06T05:04:08.734Z Downloaded async-trait v0.1.89
6342026-05-06T05:04:08.737Z Downloaded ff v0.13.1
6352026-05-06T05:04:08.737Z Downloaded darling v0.21.3
6362026-05-06T05:04:08.740Z Downloaded derive_more v0.99.20
6372026-05-06T05:04:08.743Z Downloaded float-cmp v0.10.0
6382026-05-06T05:04:08.743Z Downloaded bitfield-macros v0.19.4
6392026-05-06T05:04:08.745Z Downloaded bb8 v0.8.6
6402026-05-06T05:04:08.745Z Downloaded dof v0.4.0
6412026-05-06T05:04:08.746Z Downloaded crc32fast v1.5.0
6422026-05-06T05:04:08.748Z Downloaded ena v0.14.4
6432026-05-06T05:04:08.748Z Downloaded drift v0.1.3
6442026-05-06T05:04:08.751Z Downloaded async-stream v0.3.6
6452026-05-06T05:04:08.754Z Downloaded compression-core v0.4.31
6462026-05-06T05:04:08.754Z Downloaded diesel_table_macro_syntax v0.3.0
6472026-05-06T05:04:08.754Z Downloaded array-init v0.0.4
6482026-05-06T05:04:08.757Z Downloaded assert_matches v1.5.0
6492026-05-06T05:04:08.757Z Downloaded dropshot_endpoint v0.16.7
6502026-05-06T05:04:08.760Z Downloaded convert_case v0.4.0
6512026-05-06T05:04:08.760Z Downloaded cfg_aliases v0.1.1
6522026-05-06T05:04:08.763Z Downloaded cbc v0.1.2
6532026-05-06T05:04:08.766Z Downloaded const_format_proc_macros v0.2.34
6542026-05-06T05:04:08.769Z Downloaded downcast-rs v2.0.2
6552026-05-06T05:04:08.769Z Downloaded display-error-chain v0.2.2
6562026-05-06T05:04:08.772Z Downloaded flume v0.11.1
6572026-05-06T05:04:08.775Z Downloaded ascii-canvas v3.0.0
6582026-05-06T05:04:08.775Z Downloaded atomic-waker v1.1.2
6592026-05-06T05:04:08.775Z Downloaded dropshot-api-manager-types v0.7.1
6602026-05-06T05:04:08.779Z Downloaded defmt v0.3.100
6612026-05-06T05:04:08.779Z Downloaded embedded-io v0.6.1
6622026-05-06T05:04:08.779Z Downloaded crc8 v0.1.1
6632026-05-06T05:04:08.782Z Downloaded foreign-types v0.5.0
6642026-05-06T05:04:08.782Z Downloaded fixedbitset v0.4.2
6652026-05-06T05:04:08.782Z Downloaded enum-as-inner v0.6.1
6662026-05-06T05:04:08.782Z Downloaded difflib v0.4.0
6672026-05-06T05:04:08.786Z Downloaded env_filter v1.0.0
6682026-05-06T05:04:08.786Z Downloaded futures-macro v0.3.32
6692026-05-06T05:04:08.789Z Downloaded foreign-types v0.3.2
6702026-05-06T05:04:08.789Z Downloaded dunce v1.0.5
6712026-05-06T05:04:08.789Z Downloaded des v0.8.1
6722026-05-06T05:04:08.789Z Downloaded cstr-argument v0.1.2
6732026-05-06T05:04:08.789Z Downloaded crypto-bigint v0.5.5
6742026-05-06T05:04:08.793Z Downloaded crunchy v0.2.4
6752026-05-06T05:04:08.796Z Downloaded async-stream-impl v0.3.6
6762026-05-06T05:04:08.796Z Downloaded ghash v0.5.1
6772026-05-06T05:04:08.799Z Downloaded git-stub v1.0.0
6782026-05-06T05:04:08.799Z Downloaded fxhash v0.2.1
6792026-05-06T05:04:08.799Z Downloaded futures-sink v0.3.32
6802026-05-06T05:04:08.802Z Downloaded dyn-clone v1.0.20
6812026-05-06T05:04:08.802Z Downloaded gethostname v0.5.0
6822026-05-06T05:04:08.802Z Downloaded foreign-types-shared v0.1.1
6832026-05-06T05:04:08.805Z Downloaded futures-core v0.3.32
6842026-05-06T05:04:08.805Z Downloaded derive_builder_macro v0.20.2
6852026-05-06T05:04:08.805Z Downloaded darling_macro v0.21.3
6862026-05-06T05:04:08.808Z Downloaded futures-task v0.3.32
6872026-05-06T05:04:08.808Z Downloaded hash32 v0.2.1
6882026-05-06T05:04:08.808Z Downloaded cmake v0.1.57
6892026-05-06T05:04:08.811Z Downloaded chacha20 v0.9.1
6902026-05-06T05:04:08.811Z Downloaded ar_archive_writer v0.5.1
6912026-05-06T05:04:08.814Z Downloaded float-ord v0.3.2
6922026-05-06T05:04:08.814Z Downloaded embedded-io v0.4.0
6932026-05-06T05:04:08.820Z Downloaded camino-tempfile-ext v0.3.3
6942026-05-06T05:04:08.823Z Downloaded crucible-workspace-hack v0.1.0
6952026-05-06T05:04:08.823Z Downloaded hostname v0.3.1
6962026-05-06T05:04:08.823Z Downloaded dsl_auto_type v0.2.0
6972026-05-06T05:04:08.827Z Downloaded bitflags v1.3.2
6982026-05-06T05:04:08.827Z Downloaded endian-type v0.1.2
6992026-05-06T05:04:08.827Z Downloaded hash32 v0.3.1
7002026-05-06T05:04:08.827Z Downloaded debug-ignore v1.0.5
7012026-05-06T05:04:08.830Z Downloaded hex-literal v0.4.1
7022026-05-06T05:04:08.830Z Downloaded curve25519-dalek-derive v0.1.1
7032026-05-06T05:04:08.830Z Downloaded http-body v1.0.1
7042026-05-06T05:04:08.833Z Downloaded home v0.5.12
7052026-05-06T05:04:08.836Z Downloaded cassowary v0.3.0
7062026-05-06T05:04:08.836Z Downloaded csv-core v0.1.13
7072026-05-06T05:04:08.839Z Downloaded dirs-sys-next v0.1.2
7082026-05-06T05:04:08.839Z Downloaded defmt-macros v1.0.1
7092026-05-06T05:04:08.842Z Downloaded find-msvc-tools v0.1.9
7102026-05-06T05:04:08.842Z Downloaded hex v0.4.3
7112026-05-06T05:04:08.845Z Downloaded headers-core v0.3.0
7122026-05-06T05:04:08.845Z Downloaded hostname v0.4.2
7132026-05-06T05:04:08.845Z Downloaded hubpack_derive v0.1.1
7142026-05-06T05:04:08.845Z Downloaded hubpack v0.1.2
7152026-05-06T05:04:08.848Z Downloaded httpdate v1.0.3
7162026-05-06T05:04:08.848Z Downloaded async-recursion v1.1.1
7172026-05-06T05:04:08.851Z Downloaded critical-section v1.2.0
7182026-05-06T05:04:08.851Z Downloaded http-range v0.1.5
7192026-05-06T05:04:08.854Z Downloaded foreign-types-shared v0.3.1
7202026-05-06T05:04:08.854Z Downloaded corncobs v0.1.4
7212026-05-06T05:04:08.854Z Downloaded constant_time_eq v0.4.2
7222026-05-06T05:04:08.857Z Downloaded ed25519 v2.2.3
7232026-05-06T05:04:08.857Z Downloaded inout v0.1.4
7242026-05-06T05:04:08.859Z Downloaded glob v0.3.3
7252026-05-06T05:04:08.860Z Downloaded ctr v0.9.2
7262026-05-06T05:04:08.863Z Downloaded fs-err v2.11.0
7272026-05-06T05:04:08.863Z Downloaded futures-io v0.3.32
7282026-05-06T05:04:08.863Z Downloaded either v1.15.0
7292026-05-06T05:04:08.866Z Downloaded der_derive v0.7.3
7302026-05-06T05:04:08.866Z Downloaded fs_extra v1.3.0
7312026-05-06T05:04:08.868Z Downloaded deranged v0.5.8
7322026-05-06T05:04:08.869Z Downloaded ident_case v1.0.1
7332026-05-06T05:04:08.869Z Downloaded daft v0.1.5
7342026-05-06T05:04:08.871Z Downloaded diesel-dtrace v0.5.0
7352026-05-06T05:04:08.871Z Downloaded indent_write v2.2.0
7362026-05-06T05:04:08.874Z Downloaded hyper-tls v0.6.0
7372026-05-06T05:04:08.874Z Downloaded derive_builder_core v0.20.2
7382026-05-06T05:04:08.877Z Downloaded clang-sys v1.8.1
7392026-05-06T05:04:08.877Z Downloaded fd-lock v4.0.4
7402026-05-06T05:04:08.880Z Downloaded flagset v0.4.7
7412026-05-06T05:04:08.880Z Downloaded globset v0.4.18
7422026-05-06T05:04:08.880Z Downloaded cookie_store v0.22.1
7432026-05-06T05:04:08.883Z Downloaded colored v3.1.1
7442026-05-06T05:04:08.883Z Downloaded crossbeam-deque v0.8.6
7452026-05-06T05:04:08.887Z Downloaded foldhash v0.1.5
7462026-05-06T05:04:08.887Z Downloaded colored v2.2.0
7472026-05-06T05:04:08.891Z Downloaded internet-checksum v0.2.1
7482026-05-06T05:04:08.891Z Downloaded filetime v0.2.27
7492026-05-06T05:04:08.891Z Downloaded defmt v1.0.1
7502026-05-06T05:04:08.894Z Downloaded is_ci v1.2.0
7512026-05-06T05:04:08.894Z Downloaded instant v0.1.13
7522026-05-06T05:04:08.894Z Downloaded globwalk v0.9.1
7532026-05-06T05:04:08.894Z Downloaded is-terminal v0.4.17
7542026-05-06T05:04:08.897Z Downloaded cookie v0.18.1
7552026-05-06T05:04:08.898Z Downloaded instability v0.3.11
7562026-05-06T05:04:08.898Z Downloaded ecdsa v0.16.9
7572026-05-06T05:04:08.901Z Downloaded futures-executor v0.3.32
7582026-05-06T05:04:08.901Z Downloaded group v0.13.0
7592026-05-06T05:04:08.905Z Downloaded git-stub-vcs v0.1.0
7602026-05-06T05:04:08.905Z Downloaded bzip2 v0.6.1
7612026-05-06T05:04:08.905Z Downloaded crossbeam-utils v0.8.21
7622026-05-06T05:04:08.908Z Downloaded derive-ex v0.1.8
7632026-05-06T05:04:08.908Z Downloaded bzip2 v0.4.4
7642026-05-06T05:04:08.908Z Downloaded byte-wrapper v0.1.0
7652026-05-06T05:04:08.911Z Downloaded lalrpop-util v0.19.12
7662026-05-06T05:04:08.911Z Downloaded buf-list v1.1.2
7672026-05-06T05:04:08.914Z Downloaded highway v1.3.0
7682026-05-06T05:04:08.914Z Downloaded keccak v0.1.6
7692026-05-06T05:04:08.917Z Downloaded libscf-sys v1.1.0
7702026-05-06T05:04:08.917Z Downloaded kstat-rs v0.2.4
7712026-05-06T05:04:08.917Z Downloaded http-body-util v0.1.3
7722026-05-06T05:04:08.920Z Downloaded ciborium v0.2.2
7732026-05-06T05:04:08.920Z Downloaded indoc v1.0.9
7742026-05-06T05:04:08.924Z Downloaded indoc v2.0.7
7752026-05-06T05:04:08.924Z Downloaded lzss v0.8.2
7762026-05-06T05:04:08.927Z Downloaded humantime v2.3.0
7772026-05-06T05:04:08.927Z Downloaded lru v0.12.5
7782026-05-06T05:04:08.927Z Downloaded md-5 v0.10.6
7792026-05-06T05:04:08.930Z Downloaded lru-cache v0.1.2
7802026-05-06T05:04:08.930Z Downloaded maybe-uninit v2.0.0
7812026-05-06T05:04:08.930Z Downloaded ahash v0.8.12
7822026-05-06T05:04:08.933Z Downloaded hyper-staticfile v0.10.1
7832026-05-06T05:04:08.933Z Downloaded mime v0.3.17
7842026-05-06T05:04:08.936Z Downloaded maplit v1.0.2
7852026-05-06T05:04:08.937Z Downloaded futures-channel v0.3.32
7862026-05-06T05:04:08.937Z Downloaded newline-converter v0.3.0
7872026-05-06T05:04:08.940Z Downloaded cancel-safe-futures v0.1.5
7882026-05-06T05:04:08.940Z Downloaded memoffset v0.9.1
7892026-05-06T05:04:08.940Z Downloaded md5 v0.7.0
7902026-05-06T05:04:08.943Z Downloaded crossterm v0.28.1
7912026-05-06T05:04:08.946Z Downloaded crossbeam-epoch v0.9.18
7922026-05-06T05:04:08.946Z Downloaded managed v0.8.0
7932026-05-06T05:04:08.949Z Downloaded lru-slab v0.1.2
7942026-05-06T05:04:08.949Z Downloaded match_cfg v0.1.0
7952026-05-06T05:04:08.952Z Downloaded getrandom v0.2.17
7962026-05-06T05:04:08.955Z Downloaded multimap v0.10.1
7972026-05-06T05:04:08.955Z Downloaded impl-trait-for-tuples v0.2.3
7982026-05-06T05:04:08.957Z Downloaded chacha20 v0.10.0
7992026-05-06T05:04:08.958Z Downloaded erased-serde v0.3.31
8002026-05-06T05:04:08.960Z Downloaded diff v0.1.13
8012026-05-06T05:04:08.960Z Downloaded hmac v0.12.1
8022026-05-06T05:04:08.963Z Downloaded lazy_static v1.5.0
8032026-05-06T05:04:08.966Z Downloaded nibble_vec v0.1.0
8042026-05-06T05:04:08.966Z Downloaded newtype_derive v0.1.6
8052026-05-06T05:04:08.969Z Downloaded nodrop v0.1.14
8062026-05-06T05:04:08.969Z Downloaded new_debug_unreachable v1.0.6
8072026-05-06T05:04:08.969Z Downloaded ipnet v2.11.0
8082026-05-06T05:04:08.969Z Downloaded ingot-types v0.1.2
8092026-05-06T05:04:08.972Z Downloaded dropshot-api-manager v0.7.1
8102026-05-06T05:04:08.975Z Downloaded half v2.7.1
8112026-05-06T05:04:08.975Z Downloaded foldhash v0.2.0
8122026-05-06T05:04:08.979Z Downloaded jobserver v0.1.34
8132026-05-06T05:04:08.979Z Downloaded num v0.4.3
8142026-05-06T05:04:08.984Z Downloaded num-iter v0.1.45
8152026-05-06T05:04:08.984Z Downloaded nonempty v0.12.0
8162026-05-06T05:04:08.984Z Downloaded libsw-core v0.3.2
8172026-05-06T05:04:08.987Z Downloaded normalize-line-endings v0.3.0
8182026-05-06T05:04:08.987Z Downloaded num-conv v0.2.0
8192026-05-06T05:04:08.987Z Downloaded num_threads v0.1.7
8202026-05-06T05:04:08.987Z Downloaded num-derive v0.4.2
8212026-05-06T05:04:08.987Z Downloaded opaque-debug v0.3.1
8222026-05-06T05:04:08.990Z Downloaded olpc-cjson v0.1.4
8232026-05-06T05:04:08.990Z Downloaded libloading v0.8.9
8242026-05-06T05:04:08.994Z Downloaded linear-map v1.2.0
8252026-05-06T05:04:08.994Z Downloaded crc-any v2.5.0
8262026-05-06T05:04:08.997Z Downloaded libsw v3.5.0
8272026-05-06T05:04:08.997Z Downloaded libefi-sys v0.1.0
8282026-05-06T05:04:09.000Z Downloaded httparse v1.10.1
8292026-05-06T05:04:09.000Z Downloaded lock_api v0.4.14
8302026-05-06T05:04:09.003Z Downloaded linked-hash-map v0.5.6
8312026-05-06T05:04:09.003Z Downloaded futures v0.3.32
8322026-05-06T05:04:09.006Z Downloaded openssl-probe v0.2.1
8332026-05-06T05:04:09.006Z Downloaded num_enum_derive v0.5.11
8342026-05-06T05:04:09.030Z Downloaded oso-derive v0.27.3
8352026-05-06T05:04:09.030Z Downloaded openssl-macros v0.1.1
8362026-05-06T05:04:09.030Z Downloaded mime_guess v2.0.5
8372026-05-06T05:04:09.030Z Downloaded darling v0.23.0
8382026-05-06T05:04:09.030Z Downloaded iana-time-zone v0.1.65
8392026-05-06T05:04:09.030Z Downloaded arc-swap v1.8.2
8402026-05-06T05:04:09.030Z Downloaded elliptic-curve v0.13.8
8412026-05-06T05:04:09.030Z Downloaded fatfs v0.3.6
8422026-05-06T05:04:09.030Z Downloaded chacha20poly1305 v0.10.1
8432026-05-06T05:04:09.030Z Downloaded bytes v1.11.1
8442026-05-06T05:04:09.030Z Downloaded base64 v0.21.7
8452026-05-06T05:04:09.033Z Downloaded nanorand v0.7.0
8462026-05-06T05:04:09.033Z Downloaded dropshot_endpoint v0.17.0
8472026-05-06T05:04:09.034Z Downloaded newtype-uuid-macros v0.1.0
8482026-05-06T05:04:09.037Z Downloaded ipnetwork v0.21.1
8492026-05-06T05:04:09.037Z Downloaded packed_struct_codegen v0.10.1
8502026-05-06T05:04:09.037Z Downloaded native-tls v0.2.18
8512026-05-06T05:04:09.040Z Downloaded ingot-macros v0.1.1
8522026-05-06T05:04:09.040Z Downloaded parse-display v0.10.0
8532026-05-06T05:04:09.040Z Downloaded ingot v0.1.1
8542026-05-06T05:04:09.043Z Downloaded half v1.8.3
8552026-05-06T05:04:09.043Z Downloaded parse-size v1.1.0
8562026-05-06T05:04:09.043Z Downloaded derive-where v1.6.0
8572026-05-06T05:04:09.046Z Downloaded darling v0.20.11
8582026-05-06T05:04:09.050Z Downloaded num-derive v0.3.3
8592026-05-06T05:04:09.053Z Downloaded nu-ansi-term v0.50.3
8602026-05-06T05:04:09.053Z Downloaded getrandom v0.3.4
8612026-05-06T05:04:09.053Z Downloaded pbkdf2 v0.11.0
8622026-05-06T05:04:09.056Z Downloaded peg-runtime v0.8.5
8632026-05-06T05:04:09.056Z Downloaded path-slash v0.1.5
8642026-05-06T05:04:09.056Z Downloaded pbkdf2 v0.12.2
8652026-05-06T05:04:09.059Z Downloaded phf_shared v0.11.3
8662026-05-06T05:04:09.059Z Downloaded num_enum v0.7.5
8672026-05-06T05:04:09.062Z Downloaded phf_shared v0.13.1
8682026-05-06T05:04:09.062Z Downloaded num_enum_derive v0.7.5
8692026-05-06T05:04:09.062Z Downloaded num-rational v0.4.2
8702026-05-06T05:04:09.065Z Downloaded base64 v0.22.1
8712026-05-06T05:04:09.080Z Downloaded predicates-core v1.0.10
8722026-05-06T05:04:09.083Z Downloaded precomputed-hash v0.1.1
8732026-05-06T05:04:09.083Z Downloaded powerfmt v0.2.0
8742026-05-06T05:04:09.083Z Downloaded pin-utils v0.1.0
8752026-05-06T05:04:09.083Z Downloaded openssl-probe v0.1.6
8762026-05-06T05:04:09.087Z Downloaded num_enum v0.5.11
8772026-05-06T05:04:09.089Z Downloaded predicates-tree v1.0.13
8782026-05-06T05:04:09.090Z Downloaded owo-colors v4.3.0
8792026-05-06T05:04:09.090Z Downloaded ignore v0.4.25
8802026-05-06T05:04:09.093Z Downloaded memmap2 v0.9.10
8812026-05-06T05:04:09.093Z Downloaded headers v0.4.1
8822026-05-06T05:04:09.096Z Downloaded packed_struct v0.10.1
8832026-05-06T05:04:09.099Z Downloaded darling_core v0.20.11
8842026-05-06T05:04:09.101Z Downloaded oxnet v0.1.4
8852026-05-06T05:04:09.101Z Downloaded oxide-tokio-rt v0.1.4
8862026-05-06T05:04:09.104Z Downloaded parking_lot_core v0.8.6
8872026-05-06T05:04:09.104Z Downloaded multer v3.1.0
8882026-05-06T05:04:09.107Z Downloaded heapless v0.7.17
8892026-05-06T05:04:09.107Z Downloaded darling_core v0.23.0
8902026-05-06T05:04:09.110Z Downloaded progenitor-client v0.11.2
8912026-05-06T05:04:09.113Z Downloaded proc-macro-error-attr2 v2.0.0
8922026-05-06T05:04:09.113Z Downloaded proc-macro-crate v3.4.0
8932026-05-06T05:04:09.113Z Downloaded proc-macro-crate v1.3.1
8942026-05-06T05:04:09.116Z Downloaded derive_more v2.1.1
8952026-05-06T05:04:09.121Z Downloaded progenitor-client v0.10.0
8962026-05-06T05:04:09.124Z Downloaded psl-types v2.0.11
8972026-05-06T05:04:09.124Z Downloaded progenitor-macro v0.14.0
8982026-05-06T05:04:09.124Z Downloaded peg-macros v0.8.5
8992026-05-06T05:04:09.127Z Downloaded newtype-uuid v1.3.2
9002026-05-06T05:04:09.127Z Downloaded libbz2-rs-sys v0.2.2
9012026-05-06T05:04:09.127Z Downloaded phf_shared v0.12.1
9022026-05-06T05:04:09.130Z Downloaded phf v0.13.1
9032026-05-06T05:04:09.130Z Downloaded phf v0.12.1
9042026-05-06T05:04:09.130Z Downloaded pin-project-internal v1.1.11
9052026-05-06T05:04:09.133Z Downloaded quick-error v1.2.3
9062026-05-06T05:04:09.133Z Downloaded progenitor-macro v0.13.0
9072026-05-06T05:04:09.133Z Downloaded progenitor-macro v0.11.2
9082026-05-06T05:04:09.133Z Downloaded pem-rfc7468 v0.7.0
9092026-05-06T05:04:09.136Z Downloaded pem v3.0.6
9102026-05-06T05:04:09.136Z Downloaded peg v0.8.5
9112026-05-06T05:04:09.139Z Downloaded pin-project-lite v0.2.17
9122026-05-06T05:04:09.142Z Downloaded num-complex v0.4.6
9132026-05-06T05:04:09.142Z Downloaded litrs v1.0.0
9142026-05-06T05:04:09.145Z Downloaded rand_chacha v0.3.1
9152026-05-06T05:04:09.145Z Downloaded omicron-zone-package v0.12.2
9162026-05-06T05:04:09.148Z Downloaded poly1305 v0.8.0
9172026-05-06T05:04:09.148Z Downloaded crossbeam-channel v0.5.15
9182026-05-06T05:04:09.152Z Downloaded parking_lot v0.11.2
9192026-05-06T05:04:09.155Z Downloaded ppv-lite86 v0.2.21
9202026-05-06T05:04:09.155Z Downloaded polyval v0.6.2
9212026-05-06T05:04:09.155Z Downloaded bumpalo v3.20.2
9222026-05-06T05:04:09.158Z Downloaded darling_core v0.21.3
9232026-05-06T05:04:09.161Z Downloaded flate2 v1.1.9
9242026-05-06T05:04:09.164Z Downloaded aes-gcm v0.10.3
9252026-05-06T05:04:09.167Z Downloaded cc v1.2.56
9262026-05-06T05:04:09.167Z Downloaded rand_xorshift v0.4.0
9272026-05-06T05:04:09.171Z Downloaded radium v0.7.0
9282026-05-06T05:04:09.171Z Downloaded parking_lot v0.12.5
9292026-05-06T05:04:09.171Z Downloaded postgres-protocol v0.6.10
9302026-05-06T05:04:09.174Z Downloaded pkg-config v0.3.32
9312026-05-06T05:04:09.174Z Downloaded recursive v0.1.1
9322026-05-06T05:04:09.174Z Downloaded ref-cast-impl v1.0.25
9332026-05-06T05:04:09.174Z Downloaded ref-cast v1.0.25
9342026-05-06T05:04:09.177Z Downloaded progenitor v0.14.0
9352026-05-06T05:04:09.177Z Downloaded progenitor v0.11.2
9362026-05-06T05:04:09.179Z Downloaded proc-macro-error2 v2.0.1
9372026-05-06T05:04:09.179Z Downloaded progenitor-client v0.14.0
9382026-05-06T05:04:09.183Z Downloaded progenitor v0.13.0
9392026-05-06T05:04:09.183Z Downloaded recursive-proc-macro-impl v0.1.1
9402026-05-06T05:04:09.183Z Downloaded progenitor-client v0.13.0
9412026-05-06T05:04:09.186Z Downloaded progenitor v0.10.0
9422026-05-06T05:04:09.186Z Downloaded russh-cryptovec v0.7.3
9432026-05-06T05:04:09.189Z Downloaded rfc6979 v0.4.0
9442026-05-06T05:04:09.189Z Downloaded primeorder v0.13.6
9452026-05-06T05:04:09.189Z Downloaded pkcs8 v0.10.2
9462026-05-06T05:04:09.191Z Downloaded paste v1.0.15
9472026-05-06T05:04:09.191Z Downloaded rustc-hash v2.1.1
9482026-05-06T05:04:09.194Z Downloaded psm v0.1.30
9492026-05-06T05:04:09.194Z Downloaded progenitor-macro v0.10.0
9502026-05-06T05:04:09.197Z Downloaded heapless v0.8.0
9512026-05-06T05:04:09.197Z Downloaded password-hash v0.5.0
9522026-05-06T05:04:09.200Z Downloaded password-hash v0.4.2
9532026-05-06T05:04:09.200Z Downloaded rustc_version v0.4.1
9542026-05-06T05:04:09.203Z Downloaded rtoolbox v0.0.3
9552026-05-06T05:04:09.203Z Downloaded indicatif v0.18.4
9562026-05-06T05:04:09.206Z Downloaded parse-display-derive v0.10.0
9572026-05-06T05:04:09.206Z Downloaded pkcs5 v0.7.1
9582026-05-06T05:04:09.209Z Downloaded r2d2 v0.8.10
9592026-05-06T05:04:09.209Z Downloaded pkcs1 v0.7.5
9602026-05-06T05:04:09.212Z Downloaded async-compression v0.4.41
9612026-05-06T05:04:09.215Z Downloaded rand_chacha v0.9.0
9622026-05-06T05:04:09.215Z Downloaded predicates v3.1.4
9632026-05-06T05:04:09.218Z Downloaded postcard v1.1.3
9642026-05-06T05:04:09.218Z Downloaded rustc_version v0.1.7
9652026-05-06T05:04:09.220Z Downloaded rand_core v0.9.5
9662026-05-06T05:04:09.220Z Downloaded p256 v0.13.2
9672026-05-06T05:04:09.223Z Downloaded jiff-static v0.2.21
9682026-05-06T05:04:09.224Z Downloaded hickory-resolver v0.24.4
9692026-05-06T05:04:09.226Z Downloaded expectorate v1.2.0
9702026-05-06T05:04:09.229Z Downloaded derive_more-impl v2.1.1
9712026-05-06T05:04:09.232Z Downloaded rand_seeder v0.4.0
9722026-05-06T05:04:09.232Z Downloaded rand_core v0.10.0
9732026-05-06T05:04:09.235Z Downloaded rand_core v0.6.4
9742026-05-06T05:04:09.235Z Downloaded hashbrown v0.13.2
9752026-05-06T05:04:09.238Z Downloaded same-file v1.0.6
9762026-05-06T05:04:09.238Z Downloaded hashbrown v0.12.3
9772026-05-06T05:04:09.241Z Downloaded scroll_derive v0.13.1
9782026-05-06T05:04:09.241Z Downloaded sapling-renderdag v0.1.0
9792026-05-06T05:04:09.244Z Downloaded parking_lot_core v0.9.12
9802026-05-06T05:04:09.244Z Downloaded miniz_oxide v0.8.9
9812026-05-06T05:04:09.247Z Downloaded semver v0.1.20
9822026-05-06T05:04:09.247Z Downloaded der v0.7.10
9832026-05-06T05:04:09.250Z Downloaded num-integer v0.1.46
9842026-05-06T05:04:09.250Z Downloaded papergrid v0.17.0
9852026-05-06T05:04:09.253Z Downloaded secrecy v0.8.0
9862026-05-06T05:04:09.253Z Downloaded indexmap v1.9.3
9872026-05-06T05:04:09.256Z Downloaded scrypt v0.11.0
9882026-05-06T05:04:09.259Z Downloaded serde_repr v0.1.20
9892026-05-06T05:04:09.259Z Downloaded serde_bytes v0.11.19
9902026-05-06T05:04:09.259Z Downloaded progenitor-extras v0.2.0
9912026-05-06T05:04:09.262Z Downloaded hyper-rustls v0.27.7
9922026-05-06T05:04:09.262Z Downloaded const_format v0.2.35
9932026-05-06T05:04:09.265Z Downloaded compact_str v0.8.1
9942026-05-06T05:04:09.268Z Downloaded resolv-conf v0.7.6
9952026-05-06T05:04:09.271Z Downloaded scheduled-thread-pool v0.2.7
9962026-05-06T05:04:09.271Z Downloaded scopeguard v1.2.0
9972026-05-06T05:04:09.274Z Downloaded salsa20 v0.10.2
9982026-05-06T05:04:09.278Z Downloaded quinn-udp v0.5.14
9992026-05-06T05:04:09.278Z Downloaded sha1 v0.10.6
10002026-05-06T05:04:09.281Z Downloaded rustls-native-certs v0.8.3
10012026-05-06T05:04:09.281Z Downloaded oso v0.27.3
10022026-05-06T05:04:09.284Z Downloaded rustls-pemfile v1.0.4
10032026-05-06T05:04:09.284Z Downloaded ed25519-dalek v2.2.0
10042026-05-06T05:04:09.287Z Downloaded serde_spanned v1.0.4
10052026-05-06T05:04:09.288Z Downloaded serde_plain v1.0.2
10062026-05-06T05:04:09.288Z Downloaded serde-big-array v0.5.1
10072026-05-06T05:04:09.290Z Downloaded signature v2.2.0
10082026-05-06T05:04:09.293Z Downloaded signal-hook-tokio v0.3.1
10092026-05-06T05:04:09.293Z Downloaded rusty-fork v0.3.1
10102026-05-06T05:04:09.293Z Downloaded rustversion v1.0.22
10112026-05-06T05:04:09.298Z Downloaded signal-hook-mio v0.2.5
10122026-05-06T05:04:09.301Z Downloaded slog-envlogger v2.2.0
10132026-05-06T05:04:09.301Z Downloaded shell-words v1.1.1
10142026-05-06T05:04:09.301Z Downloaded serde_urlencoded v0.7.1
10152026-05-06T05:04:09.305Z Downloaded rustls-pemfile v2.2.0
10162026-05-06T05:04:09.308Z Downloaded prefix-trie v0.7.0
10172026-05-06T05:04:09.311Z Downloaded progenitor-impl v0.14.0
10182026-05-06T05:04:09.314Z Downloaded seq-macro v0.3.6
10192026-05-06T05:04:09.314Z Downloaded progenitor-impl v0.13.0
10202026-05-06T05:04:09.317Z Downloaded serde-hex v0.1.0
10212026-05-06T05:04:09.317Z Downloaded scroll v0.13.0
10222026-05-06T05:04:09.320Z Downloaded slog-bunyan v2.5.0
10232026-05-06T05:04:09.320Z Downloaded secrecy v0.10.3
10242026-05-06T05:04:09.320Z Downloaded sec1 v0.7.3
10252026-05-06T05:04:09.323Z Downloaded sct v0.7.1
10262026-05-06T05:04:09.323Z Downloaded schemars_derive v0.8.22
10272026-05-06T05:04:09.326Z Downloaded sigpipe v0.1.3
10282026-05-06T05:04:09.326Z Downloaded hickory-resolver v0.25.2
10292026-05-06T05:04:09.329Z Downloaded serde_path_to_error v0.1.20
10302026-05-06T05:04:09.329Z Downloaded russh-keys v0.45.0
10312026-05-06T05:04:09.334Z Downloaded hyper-util v0.1.20
10322026-05-06T05:04:09.338Z Downloaded http v1.4.0
10332026-05-06T05:04:09.341Z Downloaded progenitor-impl v0.11.2
10342026-05-06T05:04:09.344Z Downloaded progenitor-impl v0.10.0
10352026-05-06T05:04:09.347Z Downloaded pin-project v1.1.11
10362026-05-06T05:04:09.353Z Downloaded ssh-encoding v0.2.0
10372026-05-06T05:04:09.356Z Downloaded sqlparser_derive v0.5.0
10382026-05-06T05:04:09.356Z Downloaded diesel_derives v2.3.7
10392026-05-06T05:04:09.359Z Downloaded signal-hook-registry v1.4.8
10402026-05-06T05:04:09.362Z Downloaded prettyplease v0.2.37
10412026-05-06T05:04:09.365Z Downloaded simd-adler32 v0.3.8
10422026-05-06T05:04:09.365Z Downloaded openssl-sys v0.9.114
10432026-05-06T05:04:09.368Z Downloaded minimal-lexical v0.2.1
10442026-05-06T05:04:09.371Z Downloaded strum v0.27.2
10452026-05-06T05:04:09.371Z Downloaded strum v0.26.3
10462026-05-06T05:04:09.371Z Downloaded structmeta v0.3.0
10472026-05-06T05:04:09.375Z Downloaded strip-ansi-escapes v0.2.1
10482026-05-06T05:04:09.375Z Downloaded siphasher v1.0.2
10492026-05-06T05:04:09.375Z Downloaded aes v0.8.4
10502026-05-06T05:04:09.378Z Downloaded slog-json v2.6.1
10512026-05-06T05:04:09.378Z Downloaded slab v0.4.12
10522026-05-06T05:04:09.381Z Downloaded shlex v1.3.0
10532026-05-06T05:04:09.384Z Downloaded rcgen v0.12.1
10542026-05-06T05:04:09.387Z Downloaded smf v0.2.3
10552026-05-06T05:04:09.387Z Downloaded slog-dtrace v0.3.0
10562026-05-06T05:04:09.387Z Downloaded supports-color v3.0.2
10572026-05-06T05:04:09.389Z Downloaded rustls-pki-types v1.14.0
10582026-05-06T05:04:09.392Z Downloaded tap v1.0.1
10592026-05-06T05:04:09.392Z Downloaded take_mut v0.2.2
10602026-05-06T05:04:09.392Z Downloaded sync_wrapper v1.0.2
10612026-05-06T05:04:09.395Z Downloaded termtree v0.5.1
10622026-05-06T05:04:09.395Z Downloaded slog-scope v4.4.1
10632026-05-06T05:04:09.395Z Downloaded subtle v2.6.1
10642026-05-06T05:04:09.400Z Downloaded slog-term v2.9.2
10652026-05-06T05:04:09.400Z Downloaded sync-ptr v0.1.4
10662026-05-06T05:04:09.403Z Downloaded tagptr v0.2.0
10672026-05-06T05:04:09.403Z Downloaded tabled_derive v0.11.0
10682026-05-06T05:04:09.406Z Downloaded smallvec v0.6.14
10692026-05-06T05:04:09.406Z Downloaded slog-async v2.8.0
10702026-05-06T05:04:09.409Z Downloaded postgres-types v0.2.12
10712026-05-06T05:04:09.409Z Downloaded serde_cbor v0.11.2
10722026-05-06T05:04:09.412Z Downloaded hickory-server v0.25.2
10732026-05-06T05:04:09.415Z Downloaded snafu-derive v0.8.9
10742026-05-06T05:04:09.415Z Downloaded ssh-cipher v0.2.0
10752026-05-06T05:04:09.418Z Downloaded crossterm v0.29.0
10762026-05-06T05:04:09.420Z Downloaded static_assertions v1.1.0
10772026-05-06T05:04:09.423Z Downloaded ron v0.8.1
10782026-05-06T05:04:09.427Z Downloaded thread-id v5.1.0
10792026-05-06T05:04:09.427Z Downloaded tinyvec_macros v0.1.1
10802026-05-06T05:04:09.429Z Downloaded testing_table v0.3.0
10812026-05-06T05:04:09.430Z Downloaded tabwriter v1.4.1
10822026-05-06T05:04:09.430Z Downloaded serde_derive_internals v0.29.1
10832026-05-06T05:04:09.432Z Downloaded rustls-platform-verifier v0.6.2
10842026-05-06T05:04:09.435Z Downloaded structmeta-derive v0.3.0
10852026-05-06T05:04:09.440Z Downloaded thiserror-impl-no-std v2.0.2
10862026-05-06T05:04:09.440Z Downloaded sqlformat v0.3.5
10872026-05-06T05:04:09.443Z Downloaded time-core v0.1.8
10882026-05-06T05:04:09.443Z Downloaded tokio-macros v2.7.0
10892026-05-06T05:04:09.445Z Downloaded rayon-core v1.13.0
10902026-05-06T05:04:09.445Z Downloaded string_cache v0.8.9
10912026-05-06T05:04:09.449Z Downloaded stacker v0.1.23
10922026-05-06T05:04:09.452Z Downloaded schemars v0.8.22
10932026-05-06T05:04:09.459Z Downloaded support-bundle-viewer v0.1.2
10942026-05-06T05:04:09.463Z Downloaded spki v0.7.3
10952026-05-06T05:04:09.465Z Downloaded strum_macros v0.24.3
10962026-05-06T05:04:09.465Z Downloaded stringprep v0.1.5
10972026-05-06T05:04:09.465Z Downloaded strum_macros v0.27.2
10982026-05-06T05:04:09.470Z Downloaded iddqd v0.3.18
10992026-05-06T05:04:09.475Z Downloaded mio v1.2.0
11002026-05-06T05:04:09.479Z Downloaded strum_macros v0.26.4
11012026-05-06T05:04:09.481Z Downloaded slog-stdlog v4.1.1
11022026-05-06T05:04:09.481Z Downloaded serde_with_macros v3.17.0
11032026-05-06T05:04:09.487Z Downloaded topological-sort v0.2.2
11042026-05-06T05:04:09.490Z Downloaded spin v0.9.8
11052026-05-06T05:04:09.490Z Downloaded itertools v0.12.1
11062026-05-06T05:04:09.494Z Downloaded hashbrown v0.16.1
11072026-05-06T05:04:09.498Z Downloaded thiserror-no-std v2.0.2
11082026-05-06T05:04:09.500Z Downloaded signal-hook v0.3.18
11092026-05-06T05:04:09.503Z Downloaded publicsuffix v2.3.0
11102026-05-06T05:04:09.503Z Downloaded tower-layer v0.3.3
11112026-05-06T05:04:09.503Z Downloaded tls_codec v0.4.2
11122026-05-06T05:04:09.506Z Downloaded ryu v1.0.23
11132026-05-06T05:04:09.506Z Downloaded similar v2.7.0
11142026-05-06T05:04:09.509Z Downloaded trait-variant v0.1.2
11152026-05-06T05:04:09.512Z Downloaded tower-service v0.3.3
11162026-05-06T05:04:09.512Z Downloaded quinn v0.11.9
11172026-05-06T05:04:09.515Z Downloaded typify-macro v0.6.2
11182026-05-06T05:04:09.515Z Downloaded try-lock v0.2.5
11192026-05-06T05:04:09.515Z Downloaded time-macros v0.2.27
11202026-05-06T05:04:09.518Z Downloaded thread_local v1.1.9
11212026-05-06T05:04:09.518Z Downloaded tokio-native-tls v0.3.1
11222026-05-06T05:04:09.518Z Downloaded tiny-keccak v2.0.2
11232026-05-06T05:04:09.521Z Downloaded num-bigint-dig v0.8.6
11242026-05-06T05:04:09.525Z Downloaded typify-macro v0.4.3
11252026-05-06T05:04:09.525Z Downloaded term v0.7.0
11262026-05-06T05:04:09.528Z Downloaded num-bigint v0.4.6
11272026-05-06T05:04:09.528Z Downloaded termios v0.3.3
11282026-05-06T05:04:09.532Z Downloaded futures-util v0.3.32
11292026-05-06T05:04:09.536Z Downloaded tokio-tungstenite v0.23.1
11302026-05-06T05:04:09.538Z Downloaded untrusted v0.9.0
11312026-05-06T05:04:09.538Z Downloaded utf-8 v0.7.6
11322026-05-06T05:04:09.541Z Downloaded tokio-rustls v0.25.0
11332026-05-06T05:04:09.541Z Downloaded tokio-dtrace v0.1.1
11342026-05-06T05:04:09.541Z Downloaded usdt v0.6.0
11352026-05-06T05:04:09.544Z Downloaded universal-hash v0.5.1
11362026-05-06T05:04:09.544Z Downloaded unit-prefix v0.5.2
11372026-05-06T05:04:09.544Z Downloaded unicode-truncate v1.1.0
11382026-05-06T05:04:09.544Z Downloaded untrusted v0.7.1
11392026-05-06T05:04:09.547Z Downloaded qorb v0.4.1
11402026-05-06T05:04:09.550Z Downloaded nom v7.1.3
11412026-05-06T05:04:09.553Z Downloaded rand v0.8.5
11422026-05-06T05:04:09.553Z Downloaded toml_datetime v0.7.5+spec-1.1.0
11432026-05-06T05:04:09.556Z Downloaded socket2 v0.6.3
11442026-05-06T05:04:09.556Z Downloaded schemars v0.9.0
11452026-05-06T05:04:09.569Z Downloaded usdt-macro v0.6.0
11462026-05-06T05:04:09.569Z Downloaded usdt-attr-macro v0.6.0
11472026-05-06T05:04:09.569Z Downloaded toml_writer v1.0.6+spec-1.1.0
11482026-05-06T05:04:09.569Z Downloaded slog v2.8.2
11492026-05-06T05:04:09.569Z Downloaded iri-string v0.7.10
11502026-05-06T05:04:09.572Z Downloaded toml_datetime v1.0.0+spec-1.1.0
11512026-05-06T05:04:09.572Z Downloaded term v1.2.1
11522026-05-06T05:04:09.575Z Downloaded rustls-webpki v0.103.9
11532026-05-06T05:04:09.579Z Downloaded tui-tree-widget v0.23.1
11542026-05-06T05:04:09.579Z Downloaded tls_codec_derive v0.4.2
11552026-05-06T05:04:09.579Z Downloaded libxml v0.3.3
11562026-05-06T05:04:09.583Z Downloaded rand v0.10.0
11572026-05-06T05:04:09.586Z Downloaded void v1.0.2
11582026-05-06T05:04:09.586Z Downloaded pretty_assertions v1.4.1
11592026-05-06T05:04:09.586Z Downloaded hyper v1.8.1
11602026-05-06T05:04:09.589Z Downloaded aho-corasick v1.1.4
11612026-05-06T05:04:09.592Z Downloaded tokio-tungstenite v0.21.0
11622026-05-06T05:04:09.595Z Downloaded socket2 v0.5.10
11632026-05-06T05:04:09.595Z Downloaded itertools v0.13.0
11642026-05-06T05:04:09.598Z Downloaded unarray v0.1.4
11652026-05-06T05:04:09.601Z Downloaded itertools v0.10.5
11662026-05-06T05:04:09.604Z Downloaded wait-timeout v0.2.1
11672026-05-06T05:04:09.604Z Downloaded want v0.3.1
11682026-05-06T05:04:09.604Z Downloaded waitgroup v0.1.2
11692026-05-06T05:04:09.607Z Downloaded hashbrown v0.15.5
11702026-05-06T05:04:09.609Z Downloaded xshell-macros v0.2.7
11712026-05-06T05:04:09.609Z Downloaded serde_yaml v0.9.34+deprecated
11722026-05-06T05:04:09.612Z Downloaded h2 v0.4.13
11732026-05-06T05:04:09.615Z Downloaded unicase v2.9.0
11742026-05-06T05:04:09.619Z Downloaded xattr v1.6.1
11752026-05-06T05:04:09.622Z Downloaded test-strategy v0.4.5
11762026-05-06T05:04:09.622Z Downloaded snafu v0.8.9
11772026-05-06T05:04:09.625Z Downloaded rand v0.9.2
11782026-05-06T05:04:09.627Z Downloaded tokio-rustls v0.24.1
11792026-05-06T05:04:09.630Z Downloaded p521 v0.13.3
11802026-05-06T05:04:09.631Z Downloaded tokio-rustls v0.26.4
11812026-05-06T05:04:09.634Z Downloaded samael v0.0.19
11822026-05-06T05:04:09.637Z Downloaded zeroize_derive v1.4.3
11832026-05-06T05:04:09.637Z Downloaded itertools v0.14.0
11842026-05-06T05:04:09.640Z Downloaded usdt-impl v0.6.0
11852026-05-06T05:04:09.643Z Downloaded tokio-stream v0.1.18
11862026-05-06T05:04:09.646Z Downloaded vergen-git2 v1.0.7
11872026-05-06T05:04:09.646Z Downloaded libm v0.2.16
11882026-05-06T05:04:09.650Z Downloaded vergen-gitcl v1.0.8
11892026-05-06T05:04:09.653Z Downloaded zone_cfg_derive v0.3.1
11902026-05-06T05:04:09.653Z Downloaded uzers v0.12.2
11912026-05-06T05:04:09.653Z Downloaded rsa v0.9.10
11922026-05-06T05:04:09.656Z Downloaded chrono v0.4.44
11932026-05-06T05:04:09.659Z Downloaded toml v1.0.6+spec-1.1.0
11942026-05-06T05:04:09.662Z Downloaded toml v0.9.12+spec-1.1.0
11952026-05-06T05:04:09.665Z Downloaded unicode-properties v0.1.4
11962026-05-06T05:04:09.665Z Downloaded vsss-rs v3.3.4
11972026-05-06T05:04:09.668Z Downloaded twox-hash v2.1.2
11982026-05-06T05:04:09.668Z Downloaded toml v0.7.8
11992026-05-06T05:04:09.671Z Downloaded tracing-attributes v0.1.31
12002026-05-06T05:04:09.674Z Downloaded xshell v0.2.7
12012026-05-06T05:04:09.674Z Downloaded walkdir v2.5.0
12022026-05-06T05:04:09.674Z Downloaded tar v0.4.45
12032026-05-06T05:04:09.677Z Downloaded schemars v1.2.1
12042026-05-06T05:04:09.682Z Downloaded whoami v1.6.1
12052026-05-06T05:04:09.685Z Downloaded toml_parser v1.0.9+spec-1.1.0
12062026-05-06T05:04:09.685Z Downloaded zeroize v1.8.2
12072026-05-06T05:04:09.688Z Downloaded hkdf v0.12.4
12082026-05-06T05:04:09.692Z Downloaded wyz v0.5.1
12092026-05-06T05:04:09.692Z Downloaded vergen v9.0.6
12102026-05-06T05:04:09.696Z Downloaded zstd-safe v7.2.4
12112026-05-06T05:04:09.699Z Downloaded steno v0.4.1
12122026-05-06T05:04:09.702Z Downloaded rustyline v14.0.0
12132026-05-06T05:04:09.705Z Downloaded zone v0.3.1
12142026-05-06T05:04:09.708Z Downloaded unicode-bidi v0.3.18
12152026-05-06T05:04:09.708Z Downloaded russh v0.45.0
12162026-05-06T05:04:09.711Z Downloaded tungstenite v0.21.0
12172026-05-06T05:04:09.716Z Downloaded tinyvec v1.10.0
12182026-05-06T05:04:09.723Z Downloaded unsafe-libyaml v0.2.11
12192026-05-06T05:04:09.726Z Downloaded vergen-lib v0.1.6
12202026-05-06T05:04:09.728Z Downloaded typify v0.4.3
12212026-05-06T05:04:09.728Z Downloaded tungstenite v0.23.0
12222026-05-06T05:04:09.733Z Downloaded uuid v1.23.0
12232026-05-06T05:04:09.736Z Downloaded typify v0.6.2
12242026-05-06T05:04:09.739Z Downloaded zerocopy v0.6.6
12252026-05-06T05:04:09.739Z Downloaded whoami v2.1.0
12262026-05-06T05:04:09.741Z Downloaded toml_edit v0.23.10+spec-1.0.0
12272026-05-06T05:04:09.744Z Downloaded yasna v0.5.2
12282026-05-06T05:04:09.744Z Downloaded blake3 v1.8.3
12292026-05-06T05:04:09.748Z Downloaded zstd v0.13.3
12302026-05-06T05:04:09.751Z Downloaded subprocess v0.2.15
12312026-05-06T05:04:09.757Z Downloaded rpassword v7.4.0
12322026-05-06T05:04:09.765Z Downloaded vte v0.14.1
12332026-05-06T05:04:09.768Z Downloaded tracing-core v0.1.36
12342026-05-06T05:04:09.786Z Downloaded ssh-key v0.6.7
12352026-05-06T05:04:09.799Z Downloaded reqwest v0.13.2
12362026-05-06T05:04:09.806Z Downloaded git2 v0.20.4
12372026-05-06T05:04:09.811Z Downloaded yansi v1.0.1
12382026-05-06T05:04:09.813Z Downloaded portable-atomic v1.13.1
12392026-05-06T05:04:09.817Z Downloaded bindgen v0.71.1
12402026-05-06T05:04:09.823Z Downloaded zopfli v0.8.3
12412026-05-06T05:04:09.827Z Downloaded tower v0.5.3
12422026-05-06T05:04:09.830Z Downloaded tokio-postgres v0.7.16
12432026-05-06T05:04:09.835Z Downloaded unicode_categories v0.1.1
12442026-05-06T05:04:09.838Z Downloaded reedline v0.40.0
12452026-05-06T05:04:09.841Z Downloaded zip v0.6.6
12462026-05-06T05:04:09.844Z Downloaded reqwest v0.12.28
12472026-05-06T05:04:09.847Z Downloaded regex v1.12.3
12482026-05-06T05:04:09.851Z Downloaded zerocopy-derive v0.8.40
12492026-05-06T05:04:09.856Z Downloaded p384 v0.13.1
12502026-05-06T05:04:09.860Z Downloaded rustls-webpki v0.101.7
12512026-05-06T05:04:09.869Z Downloaded toml_edit v0.19.15
12522026-05-06T05:04:09.880Z Downloaded unicode-segmentation v1.12.0
12532026-05-06T05:04:09.884Z Downloaded quick-xml v0.37.5
12542026-05-06T05:04:09.886Z Downloaded typed-path v0.9.3
12552026-05-06T05:04:09.890Z Downloaded rayon v1.11.0
12562026-05-06T05:04:09.896Z Downloaded x509-cert v0.2.5
12572026-05-06T05:04:09.900Z Downloaded tokio-util v0.7.18
12582026-05-06T05:04:09.905Z Downloaded unicode-normalization v0.1.25
12592026-05-06T05:04:09.908Z Downloaded moka v0.12.13
12602026-05-06T05:04:09.912Z Downloaded goblin v0.10.5
12612026-05-06T05:04:09.917Z Downloaded zip v4.6.1
12622026-05-06T05:04:09.920Z Downloaded rustls-webpki v0.102.8
12632026-05-06T05:04:09.933Z Downloaded tough v0.20.0
12642026-05-06T05:04:09.938Z Downloaded bitvec v1.0.1
12652026-05-06T05:04:09.947Z Downloaded petname v2.0.2
12662026-05-06T05:04:09.951Z Downloaded tower-http v0.6.8
12672026-05-06T05:04:09.956Z Downloaded serde_with v3.17.0
12682026-05-06T05:04:09.965Z Downloaded salty v0.3.0
12692026-05-06T05:04:09.968Z Downloaded nix v0.27.1
12702026-05-06T05:04:09.975Z Downloaded curve25519-dalek v4.1.3
12712026-05-06T05:04:09.980Z Downloaded dropshot v0.16.7
12722026-05-06T05:04:09.995Z Downloaded winnow v0.6.26
12732026-05-06T05:04:10.001Z Downloaded quinn-proto v0.11.13
12742026-05-06T05:04:10.006Z Downloaded radix_trie v0.2.1
12752026-05-06T05:04:10.009Z Downloaded object v0.30.4
12762026-05-06T05:04:10.016Z Downloaded openssl v0.10.78
12772026-05-06T05:04:10.051Z Downloaded winnow v0.5.40
12782026-05-06T05:04:10.054Z Downloaded tabled v0.20.0
12792026-05-06T05:04:10.054Z Downloaded dropshot v0.17.0
12802026-05-06T05:04:10.054Z Downloaded smoltcp v0.9.1
12812026-05-06T05:04:10.059Z Downloaded nix v0.29.0
12822026-05-06T05:04:10.066Z Downloaded nix v0.28.0
12832026-05-06T05:04:10.073Z Downloaded regex-syntax v0.6.29
12842026-05-06T05:04:10.078Z Downloaded bstr v1.12.1
12852026-05-06T05:04:10.083Z Downloaded diesel v2.3.7
12862026-05-06T05:04:10.097Z Downloaded zlib-rs v0.6.2
12872026-05-06T05:04:10.100Z Downloaded time v0.3.47
12882026-05-06T05:04:10.107Z Downloaded webpki-roots v1.0.6
12892026-05-06T05:04:10.110Z Downloaded rustls v0.21.12
12902026-05-06T05:04:10.115Z Downloaded zerocopy v0.8.40
12912026-05-06T05:04:10.121Z Downloaded regress v0.10.5
12922026-05-06T05:04:10.127Z Downloaded regex-syntax v0.8.10
12932026-05-06T05:04:10.131Z Downloaded openapiv3 v2.2.0
12942026-05-06T05:04:10.138Z Downloaded vcpkg v0.2.15
12952026-05-06T05:04:10.161Z Downloaded smoltcp v0.11.0
12962026-05-06T05:04:10.168Z Downloaded rustls v0.22.4
12972026-05-06T05:04:10.176Z Downloaded rustls v0.23.37
12982026-05-06T05:04:10.183Z Downloaded regress v0.11.1
12992026-05-06T05:04:10.188Z Downloaded object v0.37.3
13002026-05-06T05:04:10.195Z Downloaded nix v0.31.2
13012026-05-06T05:04:10.202Z Downloaded rustix v0.38.44
13022026-05-06T05:04:10.215Z Downloaded hickory-proto v0.25.2
13032026-05-06T05:04:10.224Z Downloaded hickory-proto v0.24.4
13042026-05-06T05:04:10.233Z Downloaded polar-core v0.27.3
13052026-05-06T05:04:10.238Z Downloaded proptest v1.10.0
13062026-05-06T05:04:10.243Z Downloaded sled v0.34.7
13072026-05-06T05:04:10.249Z Downloaded lalrpop v0.19.12
13082026-05-06T05:04:10.256Z Downloaded sqlparser v0.61.0
13092026-05-06T05:04:10.261Z Downloaded tracing v0.1.44
13102026-05-06T05:04:10.273Z Downloaded aws-lc-rs v1.16.0
13112026-05-06T05:04:10.283Z Downloaded bzip2-sys v0.1.13+1.0.8
13122026-05-06T05:04:10.304Z Downloaded typify-impl v0.6.2
13132026-05-06T05:04:10.312Z Downloaded typify-impl v0.4.3
13142026-05-06T05:04:10.322Z Downloaded ratatui v0.29.0
13152026-05-06T05:04:10.333Z Downloaded jiff v0.2.21
13162026-05-06T05:04:10.345Z Downloaded zerocopy-derive v0.6.6
13172026-05-06T05:04:10.350Z Downloaded regex-automata v0.4.14
13182026-05-06T05:04:10.359Z Downloaded csv v1.4.0
13192026-05-06T05:04:10.379Z Downloaded zstd-sys v2.0.16+zstd.1.5.7
13202026-05-06T05:04:10.389Z Downloaded libz-sys v1.1.24
13212026-05-06T05:04:10.402Z Downloaded petgraph v0.6.5
13222026-05-06T05:04:10.413Z Downloaded chrono-tz v0.10.4
13232026-05-06T05:04:10.423Z Downloaded petgraph v0.8.3
13242026-05-06T05:04:10.459Z Downloaded sha3 v0.10.8
13252026-05-06T05:04:10.466Z Downloaded tokio v1.52.1
13262026-05-06T05:04:10.511Z Downloaded encoding_rs v0.8.35
13272026-05-06T05:04:10.546Z Downloaded ring v0.17.14
13282026-05-06T05:04:10.573Z Downloaded libgit2-sys v0.18.3+1.9.2
13292026-05-06T05:04:11.052Z Downloaded aws-lc-sys v0.37.1
13302026-05-06T05:04:11.298Z Compiling libc v0.2.185
13312026-05-06T05:04:11.298Z Compiling serde v1.0.228
13322026-05-06T05:04:11.301Z Compiling log v0.4.29
13332026-05-06T05:04:11.301Z Compiling shlex v1.3.0
13342026-05-06T05:04:11.301Z Compiling find-msvc-tools v0.1.9
13352026-05-06T05:04:11.301Z Compiling smallvec v1.15.1
13362026-05-06T05:04:11.301Z Compiling typenum v1.19.0
13372026-05-06T05:04:11.301Z Compiling subtle v2.6.1
13382026-05-06T05:04:11.301Z Compiling generic-array v0.14.7
13392026-05-06T05:04:11.302Z Compiling scopeguard v1.2.0
13402026-05-06T05:04:11.302Z Compiling const-oid v0.9.6
13412026-05-06T05:04:11.302Z Compiling portable-atomic v1.13.1
13422026-05-06T05:04:11.302Z Compiling zerocopy v0.8.40
13432026-05-06T05:04:11.302Z Compiling syn v2.0.117
13442026-05-06T05:04:11.456Z Compiling critical-section v1.2.0
13452026-05-06T05:04:11.469Z Compiling serde_json v1.0.149
13462026-05-06T05:04:11.564Z Compiling lock_api v0.4.14
13472026-05-06T05:04:11.715Z Compiling parking_lot_core v0.9.12
13482026-05-06T05:04:11.747Z Compiling pin-project-lite v0.2.17
13492026-05-06T05:04:11.766Z Compiling pkg-config v0.3.32
13502026-05-06T05:04:11.896Z Compiling bitflags v2.11.0
13512026-05-06T05:04:11.896Z Compiling libm v0.2.16
13522026-05-06T05:04:11.899Z Compiling num-traits v0.2.19
13532026-05-06T05:04:11.946Z Compiling futures-core v0.3.32
13542026-05-06T05:04:11.996Z Compiling percent-encoding v2.3.2
13552026-05-06T05:04:12.027Z Compiling futures-sink v0.3.32
13562026-05-06T05:04:12.030Z Compiling cpufeatures v0.2.17
13572026-05-06T05:04:12.100Z Compiling futures-io v0.3.32
13582026-05-06T05:04:12.131Z Compiling getrandom v0.4.1
13592026-05-06T05:04:12.147Z Compiling slab v0.4.12
13602026-05-06T05:04:12.178Z Compiling futures-channel v0.3.32
13612026-05-06T05:04:12.196Z Compiling futures-task v0.3.32
13622026-05-06T05:04:12.228Z Compiling rand_core v0.10.0
13632026-05-06T05:04:12.231Z Compiling rustversion v1.0.22
13642026-05-06T05:04:12.258Z Compiling getrandom v0.3.4
13652026-05-06T05:04:12.276Z Compiling indexmap v2.14.0
13662026-05-06T05:04:12.345Z Compiling form_urlencoded v1.2.2
13672026-05-06T05:04:12.360Z Compiling ident_case v1.0.1
13682026-05-06T05:04:12.375Z Compiling dunce v1.0.5
13692026-05-06T05:04:12.391Z Compiling fs_extra v1.3.0
13702026-05-06T05:04:12.420Z Compiling base64ct v1.8.3
13712026-05-06T05:04:12.436Z Compiling flagset v0.4.7
13722026-05-06T05:04:12.493Z Compiling rustix v1.1.3
13732026-05-06T05:04:12.522Z Compiling iana-time-zone v0.1.65
13742026-05-06T05:04:12.537Z Compiling getrandom v0.2.17
13752026-05-06T05:04:12.550Z Compiling jobserver v0.1.34
13762026-05-06T05:04:12.584Z Compiling errno v0.3.14
13772026-05-06T05:04:12.614Z Compiling mio v1.2.0
13782026-05-06T05:04:12.628Z Compiling socket2 v0.6.3
13792026-05-06T05:04:12.673Z Compiling rand_core v0.6.4
13802026-05-06T05:04:12.734Z Compiling once_cell v1.21.3
13812026-05-06T05:04:12.748Z Compiling signal-hook-registry v1.4.8
13822026-05-06T05:04:12.764Z Compiling cc v1.2.56
13832026-05-06T05:04:12.799Z Compiling parking_lot v0.12.5
13842026-05-06T05:04:12.906Z Compiling pem-rfc7468 v0.7.0
13852026-05-06T05:04:12.963Z Compiling rustc_version v0.4.1
13862026-05-06T05:04:12.963Z Compiling vcpkg v0.2.15
13872026-05-06T05:04:12.994Z Compiling uuid v1.23.0
13882026-05-06T05:04:13.012Z Compiling aws-lc-rs v1.16.0
13892026-05-06T05:04:13.044Z Compiling regex-syntax v0.8.10
13902026-05-06T05:04:13.061Z Compiling tracing-core v0.1.36
13912026-05-06T05:04:13.108Z Compiling untrusted v0.7.1
13922026-05-06T05:04:13.262Z Compiling base64 v0.22.1
13932026-05-06T05:04:13.312Z Compiling rand_core v0.9.5
13942026-05-06T05:04:13.316Z Compiling openssl-probe v0.2.1
13952026-05-06T05:04:13.379Z Compiling untrusted v0.9.0
13962026-05-06T05:04:13.395Z Compiling httparse v1.10.1
13972026-05-06T05:04:13.412Z Compiling schemars v0.8.22
13982026-05-06T05:04:13.518Z Compiling atomic-waker v1.1.2
13992026-05-06T05:04:13.534Z Compiling tower-layer v0.3.3
14002026-05-06T05:04:13.537Z Compiling tinyvec_macros v0.1.1
14012026-05-06T05:04:13.537Z Compiling tower-service v0.3.3
14022026-05-06T05:04:13.614Z Compiling cmake v0.1.57
14032026-05-06T05:04:13.618Z Compiling rustls v0.23.37
14042026-05-06T05:04:13.646Z Compiling try-lock v0.2.5
14052026-05-06T05:04:13.675Z Compiling dyn-clone v1.0.20
14062026-05-06T05:04:13.678Z Compiling tinyvec v1.10.0
14072026-05-06T05:04:13.708Z Compiling spin v0.9.8
14082026-05-06T05:04:13.722Z Compiling aho-corasick v1.1.4
14092026-05-06T05:04:13.726Z Compiling openssl v0.10.78
14102026-05-06T05:04:13.772Z Compiling want v0.3.1
14112026-05-06T05:04:13.789Z Compiling httpdate v1.0.3
14122026-05-06T05:04:13.827Z Compiling powerfmt v0.2.0
14132026-05-06T05:04:13.827Z Compiling time-core v0.1.8
14142026-05-06T05:04:13.858Z Compiling num-conv v0.2.0
14152026-05-06T05:04:13.858Z Compiling pin-utils v0.1.0
14162026-05-06T05:04:13.928Z Compiling crc32fast v1.5.0
14172026-05-06T05:04:13.962Z Compiling foreign-types-shared v0.1.1
14182026-05-06T05:04:13.978Z Compiling wait-timeout v0.2.1
14192026-05-06T05:04:14.005Z Compiling deranged v0.5.8
14202026-05-06T05:04:14.021Z Compiling bit-vec v0.8.0
14212026-05-06T05:04:14.036Z Compiling time-macros v0.2.27
14222026-05-06T05:04:14.052Z Compiling foreign-types v0.3.2
14232026-05-06T05:04:14.070Z Compiling native-tls v0.2.18
14242026-05-06T05:04:14.073Z Compiling siphasher v1.0.2
14252026-05-06T05:04:14.073Z Compiling crossbeam-utils v0.8.21
14262026-05-06T05:04:14.073Z Compiling usdt-impl v0.6.0
14272026-05-06T05:04:14.138Z Compiling tempfile v3.25.0
14282026-05-06T05:04:14.189Z Compiling simd-adler32 v0.3.8
14292026-05-06T05:04:14.280Z Compiling quick-error v1.2.3
14302026-05-06T05:04:14.296Z Compiling syn v1.0.109
14312026-05-06T05:04:14.299Z Compiling num_threads v0.1.7
14322026-05-06T05:04:14.345Z Compiling bit-set v0.8.0
14332026-05-06T05:04:14.382Z Compiling rusty-fork v0.3.1
14342026-05-06T05:04:14.413Z Compiling unicode-normalization v0.1.25
14352026-05-06T05:04:14.432Z Compiling synstructure v0.13.2
14362026-05-06T05:04:14.435Z Compiling aws-lc-sys v0.37.1
14372026-05-06T05:04:14.464Z Compiling ring v0.17.14
14382026-05-06T05:04:14.479Z Compiling openssl-sys v0.9.114
14392026-05-06T05:04:14.483Z Compiling serde_derive_internals v0.29.1
14402026-05-06T05:04:14.531Z Compiling pest_generator v2.8.6
14412026-05-06T05:04:14.549Z Compiling darling_core v0.20.11
14422026-05-06T05:04:14.566Z Compiling zstd-sys v2.0.16+zstd.1.5.7
14432026-05-06T05:04:14.641Z Compiling regex-automata v0.4.14
14442026-05-06T05:04:14.817Z Compiling bzip2-sys v0.1.13+1.0.8
14452026-05-06T05:04:14.930Z Compiling darling_core v0.21.3
14462026-05-06T05:04:15.091Z Compiling slog v2.8.2
14472026-05-06T05:04:15.122Z Compiling rand_xorshift v0.4.0
14482026-05-06T05:04:15.142Z Compiling heapless v0.7.17
14492026-05-06T05:04:15.194Z Compiling time v0.3.47
14502026-05-06T05:04:15.301Z Compiling thread-id v5.1.0
14512026-05-06T05:04:15.318Z Compiling sync_wrapper v1.0.2
14522026-05-06T05:04:15.332Z Compiling cookie v0.18.1
14532026-05-06T05:04:15.416Z Compiling unarray v0.1.4
14542026-05-06T05:04:15.435Z Compiling adler2 v2.0.1
14552026-05-06T05:04:15.451Z Compiling allocator-api2 v0.2.21
14562026-05-06T05:04:15.472Z Compiling zstd-safe v7.2.4
14572026-05-06T05:04:15.551Z Compiling signal-hook v0.3.18
14582026-05-06T05:04:15.569Z Compiling paste v1.0.15
14592026-05-06T05:04:15.569Z Compiling unicode-properties v0.1.4
14602026-05-06T05:04:15.597Z Compiling unicode-bidi v0.3.18
14612026-05-06T05:04:15.601Z Compiling anyhow v1.0.102
14622026-05-06T05:04:15.762Z Compiling miniz_oxide v0.8.9
14632026-05-06T05:04:15.923Z Compiling num-integer v0.1.46
14642026-05-06T05:04:15.944Z Compiling stringprep v0.1.5
14652026-05-06T05:04:16.236Z Compiling vergen-lib v0.1.6
14662026-05-06T05:04:16.246Z Compiling curve25519-dalek v4.1.3
14672026-05-06T05:04:16.251Z Compiling serde_derive v1.0.228
14682026-05-06T05:04:16.267Z Compiling zeroize_derive v1.4.3
14692026-05-06T05:04:16.365Z Compiling zerofrom-derive v0.1.6
14702026-05-06T05:04:16.382Z Compiling yoke-derive v0.8.1
14712026-05-06T05:04:16.425Z Compiling zerocopy-derive v0.8.40
14722026-05-06T05:04:16.440Z Compiling zerovec-derive v0.11.2
14732026-05-06T05:04:16.563Z Compiling displaydoc v0.2.5
14742026-05-06T05:04:16.589Z Compiling tokio-macros v2.7.0
14752026-05-06T05:04:16.853Z Compiling futures-macro v0.3.32
14762026-05-06T05:04:16.947Z Compiling zeroize v1.8.2
14772026-05-06T05:04:16.990Z Compiling der_derive v0.7.3
14782026-05-06T05:04:17.387Z Compiling thiserror-impl v2.0.18
14792026-05-06T05:04:17.402Z Compiling rustls-pki-types v1.14.0
14802026-05-06T05:04:17.593Z Compiling tracing-attributes v0.1.31
14812026-05-06T05:04:17.629Z Compiling scroll_derive v0.13.1
14822026-05-06T05:04:17.645Z Compiling pest_derive v2.8.6
14832026-05-06T05:04:17.720Z Compiling crypto-common v0.1.7
14842026-05-06T05:04:17.771Z Compiling block-buffer v0.10.4
14852026-05-06T05:04:17.857Z Compiling zerofrom v0.1.6
14862026-05-06T05:04:17.887Z Compiling futures-util v0.3.32
14872026-05-06T05:04:17.900Z Compiling block-padding v0.3.3
14882026-05-06T05:04:17.969Z Compiling yoke v0.8.1
14892026-05-06T05:04:18.004Z Compiling digest v0.10.7
14902026-05-06T05:04:18.018Z Compiling der v0.7.10
14912026-05-06T05:04:18.081Z Compiling inout v0.1.4
14922026-05-06T05:04:18.114Z Compiling schemars_derive v0.8.22
14932026-05-06T05:04:18.228Z Compiling zerovec v0.11.5
14942026-05-06T05:04:18.309Z Compiling zerotrie v0.2.3
14952026-05-06T05:04:18.338Z Compiling hmac v0.12.1
14962026-05-06T05:04:18.516Z Compiling cipher v0.4.4
14972026-05-06T05:04:18.539Z Compiling sha2 v0.10.9
14982026-05-06T05:04:18.632Z Compiling pbkdf2 v0.12.2
14992026-05-06T05:04:18.760Z Compiling tinystr v0.8.2
15002026-05-06T05:04:18.777Z Compiling potential_utf v0.1.4
15012026-05-06T05:04:18.802Z Compiling salsa20 v0.10.2
15022026-05-06T05:04:18.824Z Compiling thiserror v2.0.18
15032026-05-06T05:04:18.951Z Compiling icu_locale_core v2.1.1
15042026-05-06T05:04:18.972Z Compiling icu_collections v2.1.1
15052026-05-06T05:04:18.972Z Compiling spki v0.7.3
15062026-05-06T05:04:19.004Z Compiling scrypt v0.11.0
15072026-05-06T05:04:19.007Z Compiling cbc v0.1.2
15082026-05-06T05:04:19.037Z Compiling aes v0.8.4
15092026-05-06T05:04:19.190Z Compiling tracing v0.1.44
15102026-05-06T05:04:19.216Z Compiling scroll v0.13.0
15112026-05-06T05:04:19.295Z Compiling darling_macro v0.20.11
15122026-05-06T05:04:19.312Z Compiling openssl-macros v0.1.1
15132026-05-06T05:04:19.487Z Compiling pkcs5 v0.7.1
15142026-05-06T05:04:19.487Z Compiling goblin v0.10.5
15152026-05-06T05:04:19.519Z Compiling dtrace-parser v0.3.0
15162026-05-06T05:04:19.522Z Compiling signature v2.2.0
15172026-05-06T05:04:19.738Z Compiling icu_provider v2.1.1
15182026-05-06T05:04:19.813Z Compiling bytes v1.11.1
15192026-05-06T05:04:19.870Z Compiling chrono v0.4.44
15202026-05-06T05:04:19.887Z Compiling pkcs8 v0.10.2
15212026-05-06T05:04:19.891Z Compiling ipnet v2.11.0
15222026-05-06T05:04:19.959Z Compiling darling v0.20.11
15232026-05-06T05:04:20.007Z Compiling icu_properties v2.1.2
15242026-05-06T05:04:20.053Z Compiling icu_normalizer v2.1.1
15252026-05-06T05:04:20.082Z Compiling derive_builder_core v0.20.2
15262026-05-06T05:04:20.139Z Compiling rustls-native-certs v0.8.3
15272026-05-06T05:04:20.215Z Compiling scroll_derive v0.12.1
15282026-05-06T05:04:20.295Z Compiling tokio v1.52.1
15292026-05-06T05:04:20.313Z Compiling http v1.4.0
15302026-05-06T05:04:20.436Z Compiling thiserror-impl v1.0.69
15312026-05-06T05:04:20.453Z Compiling erased-serde v0.3.31
15322026-05-06T05:04:20.468Z Compiling serde_spanned v0.6.9
15332026-05-06T05:04:20.626Z Compiling serde_tokenstream v0.2.3
15342026-05-06T05:04:20.640Z Compiling toml_datetime v0.6.11
15352026-05-06T05:04:20.905Z Compiling ppv-lite86 v0.2.21
15362026-05-06T05:04:20.924Z Compiling idna_adapter v1.2.1
15372026-05-06T05:04:20.968Z Compiling http-body v1.0.1
15382026-05-06T05:04:20.971Z Compiling scroll v0.12.0
15392026-05-06T05:04:20.999Z Compiling derive_builder_macro v0.20.2
15402026-05-06T05:04:21.085Z Compiling idna v1.1.0
15412026-05-06T05:04:21.101Z Compiling http-body-util v0.1.3
15422026-05-06T05:04:21.118Z Compiling md-5 v0.10.6
15432026-05-06T05:04:21.135Z Compiling webpki-roots v1.0.6
15442026-05-06T05:04:21.148Z Compiling darling_macro v0.21.3
15452026-05-06T05:04:21.245Z Compiling rand_chacha v0.9.0
15462026-05-06T05:04:21.262Z Compiling rand_chacha v0.3.1
15472026-05-06T05:04:21.277Z Compiling zerocopy-derive v0.7.35
15482026-05-06T05:04:21.277Z Compiling ff v0.13.1
15492026-05-06T05:04:21.307Z Compiling hash32 v0.2.1
15502026-05-06T05:04:21.324Z Compiling memoffset v0.9.1
15512026-05-06T05:04:21.358Z Compiling num-bigint-dig v0.8.6
15522026-05-06T05:04:21.434Z Compiling url v2.5.8
15532026-05-06T05:04:21.502Z Compiling rand v0.9.2
15542026-05-06T05:04:21.521Z Compiling ryu v1.0.23
15552026-05-06T05:04:21.548Z Compiling fallible-iterator v0.2.0
15562026-05-06T05:04:21.572Z Compiling smoltcp v0.9.1
15572026-05-06T05:04:21.671Z Compiling base16ct v0.2.0
15582026-05-06T05:04:21.748Z Compiling ref-cast v1.0.25
15592026-05-06T05:04:21.763Z Compiling thiserror v1.0.69
15602026-05-06T05:04:21.778Z Compiling psl-types v2.0.11
15612026-05-06T05:04:21.828Z Compiling zlib-rs v0.6.2
15622026-05-06T05:04:21.868Z Compiling iri-string v0.7.10
15632026-05-06T05:04:21.884Z Compiling rustix v0.38.44
15642026-05-06T05:04:21.887Z Compiling litrs v1.0.0
15652026-05-06T05:04:21.919Z Compiling cfg_aliases v0.2.1
15662026-05-06T05:04:22.005Z Compiling nix v0.31.2
15672026-05-06T05:04:22.078Z Compiling proptest v1.10.0
15682026-05-06T05:04:22.169Z Compiling postgres-protocol v0.6.10
15692026-05-06T05:04:22.207Z Compiling dof v0.4.0
15702026-05-06T05:04:22.283Z Compiling zerocopy v0.7.35
15712026-05-06T05:04:22.319Z Compiling publicsuffix v2.3.0
15722026-05-06T05:04:22.334Z Compiling sec1 v0.7.3
15732026-05-06T05:04:22.400Z Compiling darling v0.21.3
15742026-05-06T05:04:22.424Z Compiling document-features v0.2.12
15752026-05-06T05:04:22.497Z Compiling serde_urlencoded v0.7.1
15762026-05-06T05:04:22.591Z Compiling derive_builder v0.20.2
15772026-05-06T05:04:22.618Z Compiling rand v0.8.5
15782026-05-06T05:04:22.711Z Compiling group v0.13.0
15792026-05-06T05:04:22.730Z Compiling ipnetwork v0.21.1
15802026-05-06T05:04:22.730Z Compiling goblin v0.8.2
15812026-05-06T05:04:22.842Z Compiling hubpack_derive v0.1.1
15822026-05-06T05:04:23.030Z Compiling oxnet v0.1.4
15832026-05-06T05:04:23.125Z Compiling cargo-platform v0.1.9
15842026-05-06T05:04:23.198Z Compiling hkdf v0.12.4
15852026-05-06T05:04:23.201Z Compiling crypto-bigint v0.5.5
15862026-05-06T05:04:23.319Z Compiling regex v1.12.3
15872026-05-06T05:04:23.471Z Compiling ref-cast-impl v1.0.25
15882026-05-06T05:04:23.489Z Compiling async-trait v0.1.89
15892026-05-06T05:04:23.492Z Compiling daft-derive v0.1.5
15902026-05-06T05:04:23.571Z Compiling curve25519-dalek-derive v0.1.1
15912026-05-06T05:04:23.571Z Compiling strum_macros v0.27.2
15922026-05-06T05:04:23.574Z Compiling num-iter v0.1.45
15932026-05-06T05:04:23.824Z Compiling phf_shared v0.13.1
15942026-05-06T05:04:23.927Z Compiling terminal_size v0.4.3
15952026-05-06T05:04:23.983Z Compiling lazy_static v1.5.0
15962026-05-06T05:04:24.066Z Compiling tokio-util v0.7.18
15972026-05-06T05:04:24.082Z Compiling tower v0.5.3
15982026-05-06T05:04:24.101Z Compiling tokio-native-tls v0.3.1
15992026-05-06T05:04:24.104Z Compiling vergen v9.0.6
16002026-05-06T05:04:24.104Z Compiling fs-err v3.3.0
16012026-05-06T05:04:24.201Z Compiling ahash v0.8.12
16022026-05-06T05:04:24.267Z Compiling bitflags v1.3.2
16032026-05-06T05:04:24.282Z Compiling object v0.37.3
16042026-05-06T05:04:24.299Z Compiling foldhash v0.1.5
16052026-05-06T05:04:24.321Z Compiling managed v0.8.0
16062026-05-06T05:04:24.346Z Compiling unicode-segmentation v1.12.0
16072026-05-06T05:04:24.361Z Compiling foldhash v0.2.0
16082026-05-06T05:04:24.431Z Compiling bumpalo v3.20.2
16092026-05-06T05:04:24.491Z Compiling tower-http v0.6.8
16102026-05-06T05:04:24.558Z Compiling newtype-uuid v1.3.2
16112026-05-06T05:04:24.574Z Compiling libbz2-rs-sys v0.2.2
16122026-05-06T05:04:24.578Z Compiling winnow v0.5.40
16132026-05-06T05:04:24.609Z Compiling clap_builder v4.5.60
16142026-05-06T05:04:24.667Z Compiling zopfli v0.8.3
16152026-05-06T05:04:24.709Z Compiling flate2 v1.1.9
16162026-05-06T05:04:24.756Z Compiling h2 v0.4.13
16172026-05-06T05:04:25.008Z Compiling daft v0.1.5
16182026-05-06T05:04:25.008Z Compiling hashbrown v0.16.1
16192026-05-06T05:04:25.084Z Compiling bzip2 v0.6.1
16202026-05-06T05:04:25.144Z Compiling dof v0.3.0
16212026-05-06T05:04:25.290Z Compiling hashbrown v0.15.5
16222026-05-06T05:04:25.367Z Compiling elliptic-curve v0.13.8
16232026-05-06T05:04:25.494Z Compiling phf v0.13.1
16242026-05-06T05:04:25.556Z Compiling signal-hook-mio v0.2.5
16252026-05-06T05:04:25.573Z Compiling strum v0.27.2
16262026-05-06T05:04:25.671Z Compiling cargo_metadata v0.19.2
16272026-05-06T05:04:25.688Z Compiling usdt-attr-macro v0.6.0
16282026-05-06T05:04:25.721Z Compiling usdt-macro v0.6.0
16292026-05-06T05:04:25.869Z Compiling cookie_store v0.22.1
16302026-05-06T05:04:25.898Z Compiling toml_edit v0.19.15
16312026-05-06T05:04:26.030Z Compiling bzip2 v0.4.4
16322026-05-06T05:04:26.093Z Compiling hubpack v0.1.2
16332026-05-06T05:04:26.212Z Compiling postgres-types v0.2.12
16342026-05-06T05:04:26.227Z Compiling zstd v0.13.3
16352026-05-06T05:04:26.260Z Compiling serde_with_macros v3.17.0
16362026-05-06T05:04:26.360Z Compiling dtrace-parser v0.2.0
16372026-05-06T05:04:26.521Z Compiling ed25519 v2.2.3
16382026-05-06T05:04:26.536Z Compiling pkcs1 v0.7.5
16392026-05-06T05:04:26.582Z Compiling serde-big-array v0.5.1
16402026-05-06T05:04:26.590Z Compiling hex v0.4.3
16412026-05-06T05:04:26.734Z Compiling rfc6979 v0.4.0
16422026-05-06T05:04:26.790Z Compiling bstr v1.12.1
16432026-05-06T05:04:26.888Z Compiling clap_derive v4.5.55
16442026-05-06T05:04:26.898Z Compiling strum_macros v0.26.4
16452026-05-06T05:04:26.957Z Compiling serde_repr v0.1.20
16462026-05-06T05:04:27.051Z Compiling enum-as-inner v0.6.1
16472026-05-06T05:04:27.132Z Compiling phf_shared v0.11.3
16482026-05-06T05:04:27.337Z Compiling float-cmp v0.10.0
16492026-05-06T05:04:27.421Z Compiling memmap2 v0.9.10
16502026-05-06T05:04:27.449Z Compiling thread-id v4.2.2
16512026-05-06T05:04:27.479Z Compiling env_filter v1.0.0
16522026-05-06T05:04:27.484Z Compiling encoding_rs v0.8.35
16532026-05-06T05:04:27.509Z Compiling data-encoding v2.10.0
16542026-05-06T05:04:27.525Z Compiling rustc-hash v2.1.1
16552026-05-06T05:04:27.856Z Compiling mime v0.3.17
16562026-05-06T05:04:27.869Z Compiling either v1.15.0
16572026-05-06T05:04:27.869Z Compiling new_debug_unreachable v1.0.6
16582026-05-06T05:04:27.869Z Compiling difflib v0.4.0
16592026-05-06T05:04:27.869Z Compiling predicates-core v1.0.10
16602026-05-06T05:04:27.869Z Compiling keccak v0.1.6
16612026-05-06T05:04:27.869Z Compiling hyper v1.8.1
16622026-05-06T05:04:27.869Z Compiling fixedbitset v0.5.7
16632026-05-06T05:04:27.869Z Compiling whoami v2.1.0
16642026-05-06T05:04:27.892Z Compiling normalize-line-endings v0.3.0
16652026-05-06T05:04:28.005Z Compiling jiff v0.2.21
16662026-05-06T05:04:28.229Z Compiling static_assertions v1.1.0
16672026-05-06T05:04:28.249Z Compiling precomputed-hash v0.1.1
16682026-05-06T05:04:28.311Z Compiling fixedbitset v0.4.2
16692026-05-06T05:04:28.327Z Compiling string_cache v0.8.9
16702026-05-06T05:04:28.330Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=0d7a8992f914ad6a5947409048779969bbe80e3d#0d7a8992)
16712026-05-06T05:04:28.359Z Compiling tokio-postgres v0.7.16
16722026-05-06T05:04:28.432Z Compiling petgraph v0.8.3
16732026-05-06T05:04:28.553Z Compiling petgraph v0.6.5
16742026-05-06T05:04:28.590Z Compiling predicates v3.1.4
16752026-05-06T05:04:28.606Z Compiling sha3 v0.10.8
16762026-05-06T05:04:28.621Z Compiling toml_edit v0.22.27
16772026-05-06T05:04:28.730Z Compiling strum v0.26.3
16782026-05-06T05:04:28.768Z Compiling clap v4.5.60
16792026-05-06T05:04:28.827Z Compiling hickory-proto v0.25.2
16802026-05-06T05:04:28.869Z Compiling itertools v0.13.0
16812026-05-06T05:04:28.889Z Compiling env_logger v0.11.9
16822026-05-06T05:04:29.085Z Compiling hyper-util v0.1.20
16832026-05-06T05:04:29.140Z Compiling iddqd v0.3.18
16842026-05-06T05:04:29.272Z Compiling usdt v0.6.0
16852026-05-06T05:04:29.288Z Compiling usdt-impl v0.5.0
16862026-05-06T05:04:29.500Z Compiling serde_with v3.17.0
16872026-05-06T05:04:29.563Z Compiling toml v0.7.8
16882026-05-06T05:04:29.921Z Compiling similar v2.7.0
16892026-05-06T05:04:30.087Z Compiling crossterm v0.28.1
16902026-05-06T05:04:30.143Z Compiling ecdsa v0.16.9
16912026-05-06T05:04:30.189Z Compiling rsa v0.9.10
16922026-05-06T05:04:30.333Z Compiling ed25519-dalek v2.2.0
16932026-05-06T05:04:30.561Z Compiling hyper-tls v0.6.0
16942026-05-06T05:04:30.650Z Compiling zip v4.6.1
16952026-05-06T05:04:30.835Z Compiling zip v0.6.6
16962026-05-06T05:04:31.002Z Compiling tokio-stream v0.1.18
16972026-05-06T05:04:31.136Z Compiling heck v0.4.1
16982026-05-06T05:04:31.224Z Compiling toml_parser v1.0.9+spec-1.1.0
16992026-05-06T05:04:31.240Z Compiling buf-list v1.1.2
17002026-05-06T05:04:31.283Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=0d7a8992f914ad6a5947409048779969bbe80e3d#0d7a8992)
17012026-05-06T05:04:31.371Z Compiling openapiv3 v2.2.0
17022026-05-06T05:04:31.387Z Compiling x509-cert v0.2.5
17032026-05-06T05:04:31.423Z Compiling sha1 v0.10.6
17042026-05-06T05:04:31.439Z Compiling crossbeam-epoch v0.9.18
17052026-05-06T05:04:31.496Z Compiling toml_datetime v0.7.5+spec-1.1.0
17062026-05-06T05:04:31.538Z Compiling peg-runtime v0.8.5
17072026-05-06T05:04:31.605Z Compiling lalrpop-util v0.19.12
17082026-05-06T05:04:31.631Z Compiling thread_local v1.1.9
17092026-05-06T05:04:31.664Z Compiling slog-async v2.8.0
17102026-05-06T05:04:31.798Z Compiling futures-executor v0.3.32
17112026-05-06T05:04:31.811Z Compiling crossbeam-channel v0.5.15
17122026-05-06T05:04:31.827Z Compiling filetime v0.2.27
17132026-05-06T05:04:31.848Z Compiling is-terminal v0.4.17
17142026-05-06T05:04:31.874Z Compiling xattr v1.6.1
17152026-05-06T05:04:31.903Z Compiling take_mut v0.2.2
17162026-05-06T05:04:31.967Z Compiling term v1.2.1
17172026-05-06T05:04:32.008Z Compiling tar v0.4.45
17182026-05-06T05:04:32.025Z Compiling futures v0.3.32
17192026-05-06T05:04:32.254Z Compiling slog-term v2.9.2
17202026-05-06T05:04:47.429Z Compiling rustls-webpki v0.103.9
17212026-05-06T05:04:50.223Z Compiling tokio-rustls v0.26.4
17222026-05-06T05:04:50.223Z Compiling rustls-platform-verifier v0.6.2
17232026-05-06T05:04:50.418Z Compiling hyper-rustls v0.27.7
17242026-05-06T05:04:50.619Z Compiling reqwest v0.12.28
17252026-05-06T05:04:50.619Z Compiling reqwest v0.13.2
17262026-05-06T05:04:52.596Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
17272026-05-06T05:04:52.833Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
17282026-05-06T05:04:55.647Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 47.57s
17292026-05-06T05:04:55.796Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control`
17302026-05-06T05:04:55.854ZMay 06 05:04:55.074 INFO Starting download, target: Cockroach
17312026-05-06T05:04:55.854ZMay 06 05:04:55.074 INFO Starting download, target: DendriteStub
17322026-05-06T05:04:55.854ZMay 06 05:04:55.074 INFO Starting download, target: Clickhouse
17332026-05-06T05:04:55.857ZMay 06 05:04:55.074 INFO Starting download, target: Console
17342026-05-06T05:04:55.857ZMay 06 05:04:55.075 INFO Starting download, target: MaghemiteMgd
17352026-05-06T05:04:55.857ZMay 06 05:04:55.075 INFO Starting download, target: TransceiverControl
17362026-05-06T05:04:55.858ZMay 06 05:04:55.075 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
17372026-05-06T05:04:55.858ZMay 06 05:04:55.075 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
17382026-05-06T05:04:55.858ZMay 06 05:04:55.075 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
17392026-05-06T05:04:55.858ZMay 06 05:04:55.075 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
17402026-05-06T05:04:55.858ZMay 06 05:04:55.075 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
17412026-05-06T05:04:55.858ZMay 06 05:04:55.075 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse
17422026-05-06T05:04:56.159ZMay 06 05:04:55.378 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
17432026-05-06T05:04:56.429ZMay 06 05:04:55.647 INFO Download complete, target: TransceiverControl
17442026-05-06T05:04:56.820ZMay 06 05:04:56.039 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
17452026-05-06T05:04:57.061ZMay 06 05:04:56.274 INFO Download complete, target: Console
17462026-05-06T05:04:57.486ZMay 06 05:04:56.702 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
17472026-05-06T05:04:57.737ZMay 06 05:04:56.955 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
17482026-05-06T05:04:57.977ZMay 06 05:04:57.197 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
17492026-05-06T05:04:57.977ZMay 06 05:04:57.197 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
17502026-05-06T05:04:58.171ZMay 06 05:04:57.390 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse
17512026-05-06T05:04:59.939ZMay 06 05:04:59.159 INFO Download complete, target: DendriteStub
17522026-05-06T05:05:00.166ZMay 06 05:04:59.385 INFO Download complete, target: MaghemiteMgd
17532026-05-06T05:05:02.711ZMay 06 05:05:01.930 INFO Checking that binary works, target: Cockroach
17542026-05-06T05:05:02.816ZMay 06 05:05:02.035 INFO Download complete, target: Cockroach
17552026-05-06T05:05:04.958ZMay 06 05:05:04.177 INFO Checking that binary works, target: Clickhouse
17562026-05-06T05:05:05.044ZMay 06 05:05:04.263 INFO Download complete, target: Clickhouse
17572026-05-06T05:05:05.050ZAll prerequisites installed successfully
17582026-05-06T05:05:05.053Z
17592026-05-06T05:05:05.053Zreal 3:00.134775197
17602026-05-06T05:05:05.053Zuser 7:18.388828255
17612026-05-06T05:05:05.053Zsys 1:42.823534022
17622026-05-06T05:05:05.054Ztrap 0.260787465
17632026-05-06T05:05:05.054Ztflt 1.479703507
17642026-05-06T05:05:05.054Zdflt 1.981881886
17652026-05-06T05:05:05.054Zkflt 0.032041009
17662026-05-06T05:05:05.054Zlock 22:17.879203995
17672026-05-06T05:05:05.054Zslp 19:44.140795531
17682026-05-06T05:05:05.054Zlat 26.069743364
17692026-05-06T05:05:05.054Zstop 2:58.238499054
17702026-05-06T05:05:05.054Z+ ptime -m cargo xtask download softnpu
17712026-05-06T05:05:05.570Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
17722026-05-06T05:05:05.601Z Running `target/debug/xtask download softnpu`
17732026-05-06T05:05:06.370Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.73s
17742026-05-06T05:05:06.440Z Running `target/debug/xtask-downloader softnpu`
17752026-05-06T05:05:06.483ZMay 06 05:05:05.701 INFO Starting download, target: Softnpu
17762026-05-06T05:05:06.488ZMay 06 05:05:05.702 INFO Downloading out/npuzone/npuzone (attempt 1/3), target: Softnpu
17772026-05-06T05:05:07.303ZMay 06 05:05:06.521 INFO Download complete, target: Softnpu
17782026-05-06T05:05:07.307Z
17792026-05-06T05:05:07.307Zreal 2.248869264
17802026-05-06T05:05:07.307Zuser 1.338902701
17812026-05-06T05:05:07.307Zsys 0.667241044
17822026-05-06T05:05:07.307Ztrap 0.001225279
17832026-05-06T05:05:07.307Ztflt 0.000234282
17842026-05-06T05:05:07.307Zdflt 0.000565038
17852026-05-06T05:05:07.307Zkflt 0.000000000
17862026-05-06T05:05:07.307Zlock 15.351516248
17872026-05-06T05:05:07.307Zslp 0.651844906
17882026-05-06T05:05:07.307Zlat 0.095044346
17892026-05-06T05:05:07.307Zstop 0.000174878
17902026-05-06T05:05:07.314Z+ export CARGO_INCREMENTAL=0
17912026-05-06T05:05:07.314Z+ CARGO_INCREMENTAL=0
17922026-05-06T05:05:07.314Z+ ptime -m cargo run --locked --release --bin omicron-package -- -t test target create -p dev
17932026-05-06T05:05:08.227Z Compiling proc-macro2 v1.0.106
17942026-05-06T05:05:08.228Z Compiling quote v1.0.45
17952026-05-06T05:05:08.228Z Compiling unicode-ident v1.0.24
17962026-05-06T05:05:08.228Z Compiling libc v0.2.185
17972026-05-06T05:05:08.239Z Compiling serde_core v1.0.228
17982026-05-06T05:05:08.239Z Compiling serde v1.0.228
17992026-05-06T05:05:08.240Z Compiling cfg-if v1.0.4
18002026-05-06T05:05:08.240Z Compiling version_check v0.9.5
18012026-05-06T05:05:08.240Z Compiling shlex v1.3.0
18022026-05-06T05:05:08.240Z Compiling find-msvc-tools v0.1.9
18032026-05-06T05:05:08.240Z Compiling typenum v1.19.0
18042026-05-06T05:05:08.367Z Compiling autocfg v1.5.0
18052026-05-06T05:05:08.369Z Compiling zmij v1.0.21
18062026-05-06T05:05:08.369Z Compiling serde_json v1.0.149
18072026-05-06T05:05:08.369Z Compiling memchr v2.8.0
18082026-05-06T05:05:08.461Z Compiling portable-atomic v1.13.1
18092026-05-06T05:05:08.742Z Compiling generic-array v0.14.7
18102026-05-06T05:05:08.775Z Compiling zerocopy v0.8.40
18112026-05-06T05:05:08.778Z Compiling libm v0.2.16
18122026-05-06T05:05:08.855Z Compiling num-traits v0.2.19
18132026-05-06T05:05:08.861Z Compiling smallvec v1.15.1
18142026-05-06T05:05:08.888Z Compiling parking_lot_core v0.9.12
18152026-05-06T05:05:08.956Z Compiling icu_properties_data v2.1.2
18162026-05-06T05:05:08.989Z Compiling icu_normalizer_data v2.1.1
18172026-05-06T05:05:08.992Z Compiling itoa v1.0.17
18182026-05-06T05:05:09.044Z Compiling getrandom v0.4.1
18192026-05-06T05:05:09.094Z Compiling log v0.4.29
18202026-05-06T05:05:09.145Z Compiling stable_deref_trait v1.2.1
18212026-05-06T05:05:09.163Z Compiling pkg-config v0.3.32
18222026-05-06T05:05:09.198Z Compiling subtle v2.6.1
18232026-05-06T05:05:09.335Z Compiling scopeguard v1.2.0
18242026-05-06T05:05:09.400Z Compiling percent-encoding v2.3.2
18252026-05-06T05:05:09.446Z Compiling lock_api v0.4.14
18262026-05-06T05:05:09.477Z Compiling jobserver v0.1.34
18272026-05-06T05:05:09.480Z Compiling getrandom v0.2.17
18282026-05-06T05:05:09.549Z Compiling errno v0.3.14
18292026-05-06T05:05:09.637Z Compiling syn v2.0.117
18302026-05-06T05:05:09.656Z Compiling rand_core v0.6.4
18312026-05-06T05:05:09.688Z Compiling cc v1.2.56
18322026-05-06T05:05:09.726Z Compiling litemap v0.8.1
18332026-05-06T05:05:09.729Z Compiling writeable v0.6.2
18342026-05-06T05:05:09.759Z Compiling thiserror v2.0.18
18352026-05-06T05:05:09.759Z Compiling fnv v1.0.7
18362026-05-06T05:05:09.805Z Compiling pin-project-lite v0.2.17
18372026-05-06T05:05:09.897Z Compiling getrandom v0.3.4
18382026-05-06T05:05:09.982Z Compiling critical-section v1.2.0
18392026-05-06T05:05:10.045Z Compiling rustversion v1.0.22
18402026-05-06T05:05:10.094Z Compiling schemars v0.8.22
18412026-05-06T05:05:10.098Z Compiling equivalent v1.0.2
18422026-05-06T05:05:10.098Z Compiling utf8_iter v1.0.4
18432026-05-06T05:05:10.158Z Compiling dunce v1.0.5
18442026-05-06T05:05:10.161Z Compiling fs_extra v1.3.0
18452026-05-06T05:05:10.239Z Compiling rand_core v0.10.0
18462026-05-06T05:05:10.283Z Compiling form_urlencoded v1.2.2
18472026-05-06T05:05:10.353Z Compiling signal-hook-registry v1.4.8
18482026-05-06T05:05:10.357Z Compiling const-oid v0.9.6
18492026-05-06T05:05:10.445Z Compiling cmake v0.1.57
18502026-05-06T05:05:10.492Z Compiling once_cell v1.21.3
18512026-05-06T05:05:10.580Z Compiling semver v1.0.28
18522026-05-06T05:05:10.736Z Compiling bitflags v2.11.0
18532026-05-06T05:05:10.769Z Compiling hashbrown v0.17.0
18542026-05-06T05:05:10.845Z Compiling parking_lot v0.12.5
18552026-05-06T05:05:10.878Z Compiling mio v1.2.0
18562026-05-06T05:05:10.894Z Compiling socket2 v0.6.3
18572026-05-06T05:05:10.974Z Compiling rustix v1.1.3
18582026-05-06T05:05:10.989Z Compiling aws-lc-rs v1.16.0
18592026-05-06T05:05:11.006Z Compiling ring v0.17.14
18602026-05-06T05:05:11.188Z Compiling aws-lc-sys v0.37.1
18612026-05-06T05:05:11.217Z Compiling thiserror v1.0.69
18622026-05-06T05:05:11.247Z Compiling strsim v0.11.1
18632026-05-06T05:05:11.287Z Compiling futures-core v0.3.32
18642026-05-06T05:05:11.323Z Compiling indexmap v2.14.0
18652026-05-06T05:05:11.361Z Compiling ucd-trie v0.1.7
18662026-05-06T05:05:11.378Z Compiling httparse v1.10.1
18672026-05-06T05:05:11.396Z Compiling byteorder v1.5.0
18682026-05-06T05:05:11.523Z Compiling pest v2.8.6
18692026-05-06T05:05:11.580Z Compiling ident_case v1.0.1
18702026-05-06T05:05:11.617Z Compiling iana-time-zone v0.1.65
18712026-05-06T05:05:11.646Z Compiling heck v0.5.0
18722026-05-06T05:05:11.646Z Compiling syn v1.0.109
18732026-05-06T05:05:11.715Z Compiling vcpkg v0.2.15
18742026-05-06T05:05:11.731Z Compiling uuid v1.23.0
18752026-05-06T05:05:11.780Z Compiling cpufeatures v0.2.17
18762026-05-06T05:05:11.869Z Compiling regex-syntax v0.8.10
18772026-05-06T05:05:12.004Z Compiling rustc_version v0.4.1
18782026-05-06T05:05:12.126Z Compiling futures-sink v0.3.32
18792026-05-06T05:05:12.132Z Compiling rustls v0.23.37
18802026-05-06T05:05:12.253Z Compiling futures-channel v0.3.32
18812026-05-06T05:05:12.295Z Compiling openssl-sys v0.9.114
18822026-05-06T05:05:12.355Z Compiling futures-io v0.3.32
18832026-05-06T05:05:12.358Z Compiling futures-task v0.3.32
18842026-05-06T05:05:12.391Z Compiling slab v0.4.12
18852026-05-06T05:05:12.421Z Compiling synstructure v0.13.2
18862026-05-06T05:05:12.447Z Compiling serde_derive_internals v0.29.1
18872026-05-06T05:05:12.584Z Compiling plain v0.2.3
18882026-05-06T05:05:12.605Z Compiling pest_meta v2.8.6
18892026-05-06T05:05:12.622Z Compiling dyn-clone v1.0.20
18902026-05-06T05:05:12.637Z Compiling crc32fast v1.5.0
18912026-05-06T05:05:12.684Z Compiling aho-corasick v1.1.4
18922026-05-06T05:05:12.712Z Compiling time-core v0.1.8
18932026-05-06T05:05:12.842Z Compiling num-conv v0.2.0
18942026-05-06T05:05:12.903Z Compiling crossbeam-utils v0.8.21
18952026-05-06T05:05:12.960Z Compiling base64 v0.22.1
18962026-05-06T05:05:12.995Z Compiling time-macros v0.2.27
18972026-05-06T05:05:12.995Z Compiling openssl v0.10.78
18982026-05-06T05:05:13.246Z Compiling pest_generator v2.8.6
18992026-05-06T05:05:13.262Z Compiling pretty-hex v0.4.1
19002026-05-06T05:05:13.423Z Compiling anyhow v1.0.102
19012026-05-06T05:05:13.438Z Compiling base64ct v1.8.3
19022026-05-06T05:05:13.456Z Compiling darling_core v0.21.3
19032026-05-06T05:05:13.473Z Compiling zstd-sys v2.0.16+zstd.1.5.7
19042026-05-06T05:05:13.510Z Compiling flagset v0.4.7
19052026-05-06T05:05:13.529Z Compiling regex-automata v0.4.14
19062026-05-06T05:05:13.669Z Compiling native-tls v0.2.18
19072026-05-06T05:05:13.696Z Compiling rand_core v0.9.5
19082026-05-06T05:05:13.715Z Compiling serde_derive v1.0.228
19092026-05-06T05:05:13.732Z Compiling zeroize_derive v1.4.3
19102026-05-06T05:05:13.747Z Compiling zerofrom-derive v0.1.6
19112026-05-06T05:05:13.751Z Compiling yoke-derive v0.8.1
19122026-05-06T05:05:13.861Z Compiling zerovec-derive v0.11.2
19132026-05-06T05:05:13.897Z Compiling displaydoc v0.2.5
19142026-05-06T05:05:13.914Z Compiling zerocopy-derive v0.8.40
19152026-05-06T05:05:13.917Z Compiling tokio-macros v2.7.0
19162026-05-06T05:05:13.944Z Compiling futures-macro v0.3.32
19172026-05-06T05:05:13.992Z Compiling thiserror-impl v2.0.18
19182026-05-06T05:05:14.022Z Compiling schemars_derive v0.8.22
19192026-05-06T05:05:14.116Z Compiling tracing-attributes v0.1.31
19202026-05-06T05:05:14.341Z Compiling zeroize v1.8.2
19212026-05-06T05:05:14.629Z Compiling der_derive v0.7.3
19222026-05-06T05:05:14.733Z Compiling thiserror-impl v1.0.69
19232026-05-06T05:05:14.749Z Compiling pest_derive v2.8.6
19242026-05-06T05:05:14.869Z Compiling zerofrom v0.1.6
19252026-05-06T05:05:15.022Z Compiling yoke v0.8.1
19262026-05-06T05:05:15.198Z Compiling crypto-common v0.1.7
19272026-05-06T05:05:15.202Z Compiling zerovec v0.11.5
19282026-05-06T05:05:15.217Z Compiling zerotrie v0.2.3
19292026-05-06T05:05:15.235Z Compiling block-buffer v0.10.4
19302026-05-06T05:05:15.422Z Compiling digest v0.10.7
19312026-05-06T05:05:15.438Z Compiling futures-util v0.3.32
19322026-05-06T05:05:15.456Z Compiling block-padding v0.3.3
19332026-05-06T05:05:15.585Z Compiling inout v0.1.4
19342026-05-06T05:05:15.682Z Compiling hmac v0.12.1
19352026-05-06T05:05:15.700Z Compiling sha2 v0.10.9
19362026-05-06T05:05:15.703Z Compiling rustls-pki-types v1.14.0
19372026-05-06T05:05:15.732Z Compiling cipher v0.4.4
19382026-05-06T05:05:15.758Z Compiling tinystr v0.8.2
19392026-05-06T05:05:15.804Z Compiling potential_utf v0.1.4
19402026-05-06T05:05:15.846Z Compiling scroll_derive v0.12.1
19412026-05-06T05:05:15.877Z Compiling scroll_derive v0.13.1
19422026-05-06T05:05:15.978Z Compiling icu_locale_core v2.1.1
19432026-05-06T05:05:15.994Z Compiling icu_collections v2.1.1
19442026-05-06T05:05:16.232Z Compiling openssl-macros v0.1.1
19452026-05-06T05:05:16.251Z Compiling pem-rfc7468 v0.7.0
19462026-05-06T05:05:16.510Z Compiling der v0.7.10
19472026-05-06T05:05:16.573Z Compiling regex v1.12.3
19482026-05-06T05:05:16.650Z Compiling icu_provider v2.1.1
19492026-05-06T05:05:16.666Z Compiling darling_macro v0.21.3
19502026-05-06T05:05:16.809Z Compiling bytes v1.11.1
19512026-05-06T05:05:16.840Z Compiling chrono v0.4.44
19522026-05-06T05:05:16.959Z Compiling icu_normalizer v2.1.1
19532026-05-06T05:05:16.991Z Compiling icu_properties v2.1.2
19542026-05-06T05:05:16.995Z Compiling serde_tokenstream v0.2.3
19552026-05-06T05:05:17.342Z Compiling zerocopy-derive v0.7.35
19562026-05-06T05:05:17.446Z Compiling tokio v1.52.1
19572026-05-06T05:05:17.688Z Compiling http v1.4.0
19582026-05-06T05:05:17.958Z Compiling idna_adapter v1.2.1
19592026-05-06T05:05:18.118Z Compiling ppv-lite86 v0.2.21
19602026-05-06T05:05:18.135Z Compiling idna v1.1.0
19612026-05-06T05:05:18.151Z Compiling slog v2.8.2
19622026-05-06T05:05:18.300Z Compiling tracing-core v0.1.36
19632026-05-06T05:05:18.472Z Compiling url v2.5.8
19642026-05-06T05:05:18.493Z Compiling untrusted v0.9.0
19652026-05-06T05:05:18.687Z Compiling tracing v0.1.44
19662026-05-06T05:05:18.735Z Compiling spki v0.7.3
19672026-05-06T05:05:18.755Z Compiling darling v0.21.3
19682026-05-06T05:05:18.758Z Compiling salsa20 v0.10.2
19692026-05-06T05:05:18.871Z Compiling pbkdf2 v0.12.2
19702026-05-06T05:05:19.203Z Compiling cookie v0.18.1
19712026-05-06T05:05:19.369Z Compiling camino v1.2.2
19722026-05-06T05:05:19.516Z Compiling scrypt v0.11.0
19732026-05-06T05:05:19.544Z Compiling rand_chacha v0.9.0
19742026-05-06T05:05:19.561Z Compiling cbc v0.1.2
19752026-05-06T05:05:19.680Z Compiling aes v0.8.4
19762026-05-06T05:05:20.156Z Compiling usdt-impl v0.5.0
19772026-05-06T05:05:20.173Z Compiling ref-cast v1.0.25
19782026-05-06T05:05:20.215Z Compiling winnow v0.7.14
19792026-05-06T05:05:20.361Z Compiling paste v1.0.15
19802026-05-06T05:05:20.385Z Compiling either v1.15.0
19812026-05-06T05:05:20.401Z Compiling usdt-impl v0.6.0
19822026-05-06T05:05:20.473Z Compiling pkcs5 v0.7.1
19832026-05-06T05:05:20.661Z Compiling rand v0.9.2
19842026-05-06T05:05:20.664Z Compiling http-body v1.0.1
19852026-05-06T05:05:20.882Z Compiling serde_spanned v0.6.9
19862026-05-06T05:05:20.942Z Compiling toml_datetime v0.6.11
19872026-05-06T05:05:21.020Z Compiling scroll v0.13.0
19882026-05-06T05:05:21.035Z Compiling scroll v0.12.0
19892026-05-06T05:05:21.102Z Compiling heapless v0.7.17
19902026-05-06T05:05:21.189Z Compiling bzip2-sys v0.1.13+1.0.8
19912026-05-06T05:05:21.205Z Compiling untrusted v0.7.1
19922026-05-06T05:05:21.233Z Compiling tokio-util v0.7.18
19932026-05-06T05:05:21.294Z Compiling atomic-waker v1.1.2
19942026-05-06T05:05:21.310Z Compiling zstd-safe v7.2.4
19952026-05-06T05:05:21.349Z Compiling signal-hook v0.3.18
19962026-05-06T05:05:21.461Z Compiling openssl-probe v0.2.1
19972026-05-06T05:05:21.539Z Compiling toml_parser v1.0.9+spec-1.1.0
19982026-05-06T05:05:21.553Z Compiling goblin v0.8.2
19992026-05-06T05:05:21.582Z Compiling goblin v0.10.5
20002026-05-06T05:05:21.809Z Compiling pkcs8 v0.10.2
20012026-05-06T05:05:22.117Z Compiling zerocopy v0.7.35
20022026-05-06T05:05:22.161Z Compiling ref-cast-impl v1.0.25
20032026-05-06T05:05:22.211Z Compiling darling_core v0.20.11
20042026-05-06T05:05:22.319Z Compiling curve25519-dalek v4.1.3
20052026-05-06T05:05:22.606Z Compiling toml_datetime v0.7.5+spec-1.1.0
20062026-05-06T05:05:22.648Z Compiling memoffset v0.9.1
20072026-05-06T05:05:22.651Z Compiling tinyvec_macros v0.1.1
20082026-05-06T05:05:22.695Z Compiling fastrand v2.3.0
20092026-05-06T05:05:22.748Z Compiling tower-service v0.3.3
20102026-05-06T05:05:22.875Z Compiling try-lock v0.2.5
20112026-05-06T05:05:22.878Z Compiling winnow v0.5.40
20122026-05-06T05:05:22.905Z Compiling rustix v0.38.44
20132026-05-06T05:05:23.051Z Compiling tower-layer v0.3.3
20142026-05-06T05:05:23.410Z Compiling litrs v1.0.0
20152026-05-06T05:05:23.459Z Compiling h2 v0.4.13
20162026-05-06T05:05:23.483Z Compiling want v0.3.1
20172026-05-06T05:05:23.769Z Compiling dof v0.3.0
20182026-05-06T05:05:23.863Z Compiling tinyvec v1.10.0
20192026-05-06T05:05:23.880Z Compiling document-features v0.2.12
20202026-05-06T05:05:24.196Z Compiling darling_macro v0.20.11
20212026-05-06T05:05:24.240Z Compiling toml_edit v0.19.15
20222026-05-06T05:05:24.332Z Compiling dof v0.4.0
20232026-05-06T05:05:24.696Z Compiling dtrace-parser v0.2.0
20242026-05-06T05:05:24.730Z Compiling dtrace-parser v0.3.0
20252026-05-06T05:05:24.742Z Compiling ipnet v2.11.0
20262026-05-06T05:05:25.213Z Compiling daft-derive v0.1.5
20272026-05-06T05:05:25.234Z Compiling async-trait v0.1.89
20282026-05-06T05:05:25.283Z Compiling spin v0.9.8
20292026-05-06T05:05:25.306Z Compiling thread-id v4.2.2
20302026-05-06T05:05:25.352Z Compiling thread-id v5.1.0
20312026-05-06T05:05:25.376Z Compiling cfg_aliases v0.2.1
20322026-05-06T05:05:25.392Z Compiling foreign-types-shared v0.1.1
20332026-05-06T05:05:25.451Z Compiling num-bigint-dig v0.8.6
20342026-05-06T05:05:25.467Z Compiling httpdate v1.0.3
20352026-05-06T05:05:25.498Z Compiling pin-utils v0.1.0
20362026-05-06T05:05:25.588Z Compiling smoltcp v0.9.1
20372026-05-06T05:05:25.668Z Compiling powerfmt v0.2.0
20382026-05-06T05:05:25.682Z Compiling tempfile v3.25.0
20392026-05-06T05:05:25.697Z Compiling foreign-types v0.3.2
20402026-05-06T05:05:25.739Z Compiling nix v0.31.2
20412026-05-06T05:05:25.881Z Compiling deranged v0.5.8
20422026-05-06T05:05:26.041Z Compiling darling v0.20.11
20432026-05-06T05:05:26.149Z Compiling ipnetwork v0.21.1
20442026-05-06T05:05:26.367Z Compiling curve25519-dalek-derive v0.1.1
20452026-05-06T05:05:26.441Z Compiling hyper v1.8.1
20462026-05-06T05:05:26.480Z Compiling strum_macros v0.26.4
20472026-05-06T05:05:26.694Z Compiling wait-timeout v0.2.1
20482026-05-06T05:05:26.757Z Compiling num_threads v0.1.7
20492026-05-06T05:05:27.013Z Compiling siphasher v1.0.2
20502026-05-06T05:05:27.072Z Compiling simd-adler32 v0.3.8
20512026-05-06T05:05:27.113Z Compiling anstyle v1.0.13
20522026-05-06T05:05:27.201Z Compiling quick-error v1.2.3
20532026-05-06T05:05:27.233Z Compiling bit-vec v0.8.0
20542026-05-06T05:05:27.293Z Compiling utf8parse v0.2.2
20552026-05-06T05:05:27.309Z Compiling rusty-fork v0.3.1
20562026-05-06T05:05:27.326Z Compiling time v0.3.47
20572026-05-06T05:05:27.421Z Compiling anstyle-parse v0.2.7
20582026-05-06T05:05:27.483Z Compiling bit-set v0.8.0
20592026-05-06T05:05:27.612Z Compiling hyper-util v0.1.20
20602026-05-06T05:05:27.868Z Compiling derive_builder_core v0.20.2
20612026-05-06T05:05:27.932Z Compiling unicode-normalization v0.1.25
20622026-05-06T05:05:28.406Z Compiling rustls-native-certs v0.8.3
20632026-05-06T05:05:28.665Z Compiling signature v2.2.0
20642026-05-06T05:05:28.720Z Compiling hubpack_derive v0.1.1
20652026-05-06T05:05:28.831Z Compiling rand_xorshift v0.4.0
20662026-05-06T05:05:29.017Z Compiling strum_macros v0.27.2
20672026-05-06T05:05:29.050Z Compiling sync_wrapper v1.0.2
20682026-05-06T05:05:29.149Z Compiling fs-err v3.3.0
20692026-05-06T05:05:29.175Z Compiling ahash v0.8.12
20702026-05-06T05:05:29.180Z Compiling adler2 v2.0.1
20712026-05-06T05:05:29.230Z Compiling anstyle-query v1.1.5
20722026-05-06T05:05:29.337Z Compiling unarray v0.1.4
20732026-05-06T05:05:29.363Z Compiling unicode-properties v0.1.4
20742026-05-06T05:05:29.366Z Compiling unicode-bidi v0.3.18
20752026-05-06T05:05:29.468Z Compiling is_terminal_polyfill v1.70.2
20762026-05-06T05:05:29.575Z Compiling object v0.37.3
20772026-05-06T05:05:29.647Z Compiling unicode-segmentation v1.12.0
20782026-05-06T05:05:29.856Z Compiling colorchoice v1.0.4
20792026-05-06T05:05:29.873Z Compiling allocator-api2 v0.2.21
20802026-05-06T05:05:29.876Z Compiling stringprep v0.1.5
20812026-05-06T05:05:29.950Z Compiling anstream v0.6.21
20822026-05-06T05:05:30.030Z Compiling proptest v1.10.0
20832026-05-06T05:05:30.213Z Compiling miniz_oxide v0.8.9
20842026-05-06T05:05:30.256Z Compiling tower v0.5.3
20852026-05-06T05:05:30.286Z Compiling derive_builder_macro v0.20.2
20862026-05-06T05:05:30.554Z Compiling usdt-macro v0.6.0
20872026-05-06T05:05:30.733Z Compiling usdt-attr-macro v0.6.0
20882026-05-06T05:05:31.118Z Compiling http-body-util v0.1.3
20892026-05-06T05:05:31.273Z Compiling webpki-roots v1.0.6
20902026-05-06T05:05:31.431Z Compiling rand_chacha v0.3.1
20912026-05-06T05:05:31.468Z Compiling erased-serde v0.3.31
20922026-05-06T05:05:31.482Z Compiling md-5 v0.10.6
20932026-05-06T05:05:31.522Z Compiling num-integer v0.1.46
20942026-05-06T05:05:31.568Z Compiling hash32 v0.2.1
20952026-05-06T05:05:31.632Z Compiling vergen-lib v0.1.6
20962026-05-06T05:05:31.650Z Compiling ff v0.13.1
20972026-05-06T05:05:31.749Z Compiling base16ct v0.2.0
20982026-05-06T05:05:31.789Z Compiling zlib-rs v0.6.2
20992026-05-06T05:05:31.815Z Compiling fallible-iterator v0.2.0
21002026-05-06T05:05:31.853Z Compiling ryu v1.0.23
21012026-05-06T05:05:31.872Z Compiling psl-types v2.0.11
21022026-05-06T05:05:31.963Z Compiling iri-string v0.7.10
21032026-05-06T05:05:31.975Z Compiling publicsuffix v2.3.0
21042026-05-06T05:05:31.994Z Compiling serde_urlencoded v0.7.1
21052026-05-06T05:05:32.017Z Compiling newtype-uuid v1.3.2
21062026-05-06T05:05:32.120Z Compiling postgres-protocol v0.6.10
21072026-05-06T05:05:32.174Z Compiling sec1 v0.7.3
21082026-05-06T05:05:32.240Z Compiling num-iter v0.1.45
21092026-05-06T05:05:32.258Z Compiling group v0.13.0
21102026-05-06T05:05:32.454Z Compiling rand v0.8.5
21112026-05-06T05:05:32.609Z Compiling oxnet v0.1.4
21122026-05-06T05:05:32.679Z Compiling derive_builder v0.20.2
21132026-05-06T05:05:32.878Z Compiling tokio-native-tls v0.3.1
21142026-05-06T05:05:32.910Z Compiling heck v0.4.1
21152026-05-06T05:05:32.945Z Compiling phf_shared v0.13.1
21162026-05-06T05:05:33.078Z Compiling lazy_static v1.5.0
21172026-05-06T05:05:33.100Z Compiling tower-http v0.6.8
21182026-05-06T05:05:33.143Z Compiling terminal_size v0.4.3
21192026-05-06T05:05:33.148Z Compiling serde_with_macros v3.17.0
21202026-05-06T05:05:33.168Z Compiling cargo-platform v0.1.9
21212026-05-06T05:05:33.204Z Compiling hkdf v0.12.4
21222026-05-06T05:05:33.210Z Compiling crypto-bigint v0.5.5
21232026-05-06T05:05:33.290Z Compiling enum-as-inner v0.6.1
21242026-05-06T05:05:33.348Z Compiling serde_repr v0.1.20
21252026-05-06T05:05:33.362Z Compiling clap_derive v4.5.55
21262026-05-06T05:05:33.405Z Compiling vergen v9.0.6
21272026-05-06T05:05:33.545Z Compiling managed v0.8.0
21282026-05-06T05:05:33.605Z Compiling bumpalo v3.20.2
21292026-05-06T05:05:33.626Z Compiling libbz2-rs-sys v0.2.2
21302026-05-06T05:05:33.673Z Compiling clap_lex v1.0.0
21312026-05-06T05:05:33.807Z Compiling foldhash v0.2.0
21322026-05-06T05:05:33.813Z Compiling bitflags v1.3.2
21332026-05-06T05:05:33.865Z Compiling flate2 v1.1.9
21342026-05-06T05:05:33.920Z Compiling foldhash v0.1.5
21352026-05-06T05:05:34.016Z Compiling bzip2 v0.6.1
21362026-05-06T05:05:34.037Z Compiling hashbrown v0.16.1
21372026-05-06T05:05:34.108Z Compiling elliptic-curve v0.13.8
21382026-05-06T05:05:34.147Z Compiling hashbrown v0.15.5
21392026-05-06T05:05:34.213Z Compiling clap_builder v4.5.60
21402026-05-06T05:05:34.236Z Compiling zopfli v0.8.3
21412026-05-06T05:05:34.491Z Compiling cargo_metadata v0.19.2
21422026-05-06T05:05:34.763Z Compiling phf v0.13.1
21432026-05-06T05:05:34.801Z Compiling hyper-tls v0.6.0
21442026-05-06T05:05:34.875Z Compiling zstd v0.13.3
21452026-05-06T05:05:34.945Z Compiling daft v0.1.5
21462026-05-06T05:05:34.960Z Compiling signal-hook-mio v0.2.5
21472026-05-06T05:05:35.041Z Compiling cookie_store v0.22.1
21482026-05-06T05:05:35.098Z Compiling bzip2 v0.4.4
21492026-05-06T05:05:35.142Z Compiling postgres-types v0.2.12
21502026-05-06T05:05:35.300Z Compiling strum v0.27.2
21512026-05-06T05:05:35.446Z Compiling hubpack v0.1.2
21522026-05-06T05:05:35.633Z Compiling ed25519 v2.2.3
21532026-05-06T05:05:35.650Z Compiling phf_shared v0.11.3
21542026-05-06T05:05:35.702Z Compiling crossbeam-epoch v0.9.18
21552026-05-06T05:05:35.751Z Compiling pkcs1 v0.7.5
21562026-05-06T05:05:35.865Z Compiling hex v0.4.3
21572026-05-06T05:05:35.889Z Compiling serde-big-array v0.5.1
21582026-05-06T05:05:36.126Z Compiling rfc6979 v0.4.0
21592026-05-06T05:05:36.142Z Compiling bstr v1.12.1
21602026-05-06T05:05:36.159Z Compiling float-cmp v0.10.0
21612026-05-06T05:05:36.210Z Compiling memmap2 v0.9.10
21622026-05-06T05:05:36.232Z Compiling env_filter v1.0.0
21632026-05-06T05:05:36.305Z Compiling encoding_rs v0.8.35
21642026-05-06T05:05:36.325Z Compiling rustc-hash v2.1.1
21652026-05-06T05:05:36.346Z Compiling precomputed-hash v0.1.1
21662026-05-06T05:05:36.384Z Compiling predicates-core v1.0.10
21672026-05-06T05:05:36.434Z Compiling data-encoding v2.10.0
21682026-05-06T05:05:36.467Z Compiling static_assertions v1.1.0
21692026-05-06T05:05:36.484Z Compiling normalize-line-endings v0.3.0
21702026-05-06T05:05:36.514Z Compiling toml_write v0.1.2
21712026-05-06T05:05:36.530Z Compiling jiff v0.2.21
21722026-05-06T05:05:36.556Z Compiling keccak v0.1.6
21732026-05-06T05:05:36.572Z Compiling mime v0.3.17
21742026-05-06T05:05:36.592Z Compiling fixedbitset v0.4.2
21752026-05-06T05:05:36.595Z Compiling whoami v2.1.0
21762026-05-06T05:05:36.754Z Compiling fixedbitset v0.5.7
21772026-05-06T05:05:36.772Z Compiling new_debug_unreachable v1.0.6
21782026-05-06T05:05:36.822Z Compiling difflib v0.4.0
21792026-05-06T05:05:36.825Z Compiling tokio-postgres v0.7.16
21802026-05-06T05:05:36.883Z Compiling string_cache v0.8.9
21812026-05-06T05:05:36.972Z Compiling petgraph v0.8.3
21822026-05-06T05:05:37.053Z Compiling petgraph v0.6.5
21832026-05-06T05:05:37.136Z Compiling predicates v3.1.4
21842026-05-06T05:05:37.311Z Compiling hickory-proto v0.25.2
21852026-05-06T05:05:37.584Z Compiling sha3 v0.10.8
21862026-05-06T05:05:37.645Z Compiling toml_edit v0.22.27
21872026-05-06T05:05:37.658Z Compiling similar v2.7.0
21882026-05-06T05:05:37.725Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=0d7a8992f914ad6a5947409048779969bbe80e3d#0d7a8992)
21892026-05-06T05:05:37.867Z Compiling iddqd v0.3.18
21902026-05-06T05:05:38.392Z Compiling env_logger v0.11.9
21912026-05-06T05:05:38.575Z Compiling usdt v0.6.0
21922026-05-06T05:05:38.895Z Compiling ecdsa v0.16.9
21932026-05-06T05:05:38.899Z Compiling serde_with v3.17.0
21942026-05-06T05:05:38.991Z Compiling rsa v0.9.10
21952026-05-06T05:05:39.233Z Compiling zip v4.6.1
21962026-05-06T05:05:39.297Z Compiling ed25519-dalek v2.2.0
21972026-05-06T05:05:39.638Z Compiling clap v4.5.60
21982026-05-06T05:05:39.735Z Compiling crossterm v0.28.1
21992026-05-06T05:05:40.398Z Compiling zip v0.6.6
22002026-05-06T05:05:40.651Z Compiling strum v0.26.3
22012026-05-06T05:05:40.719Z Compiling toml v0.7.8
22022026-05-06T05:05:40.751Z Compiling tokio-stream v0.1.18
22032026-05-06T05:05:40.805Z Compiling buf-list v1.1.2
22042026-05-06T05:05:40.860Z Compiling itertools v0.13.0
22052026-05-06T05:05:41.002Z Compiling x509-cert v0.2.5
22062026-05-06T05:05:41.074Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=0d7a8992f914ad6a5947409048779969bbe80e3d#0d7a8992)
22072026-05-06T05:05:41.224Z Compiling openapiv3 v2.2.0
22082026-05-06T05:05:41.387Z Compiling sha1 v0.10.6
22092026-05-06T05:05:41.639Z Compiling peg-runtime v0.8.5
22102026-05-06T05:05:41.820Z Compiling lalrpop-util v0.19.12
22112026-05-06T05:05:58.029Z Compiling macaddr v1.0.1
22122026-05-06T05:05:58.044Z Compiling structmeta-derive v0.3.0
22132026-05-06T05:05:58.254Z Compiling crucible-workspace-hack v0.1.0
22142026-05-06T05:05:58.323Z Compiling rayon-core v1.13.0
22152026-05-06T05:05:58.378Z Compiling itertools v0.14.0
22162026-05-06T05:05:58.474Z Compiling secrecy v0.10.3
22172026-05-06T05:05:58.553Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
22182026-05-06T05:05:58.582Z Compiling heapless v0.8.0
22192026-05-06T05:05:58.660Z Compiling rustls v0.22.4
22202026-05-06T05:05:58.967Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
22212026-05-06T05:05:59.016Z Compiling crossbeam-deque v0.8.6
22222026-05-06T05:05:59.038Z Compiling structmeta v0.3.0
22232026-05-06T05:05:59.068Z Compiling toml_edit v0.23.10+spec-1.0.0
22242026-05-06T05:05:59.085Z Compiling rustls-webpki v0.102.8
22252026-05-06T05:05:59.141Z Compiling futures-executor v0.3.32
22262026-05-06T05:05:59.169Z Compiling hash32 v0.3.1
22272026-05-06T05:05:59.172Z Compiling multer v3.1.0
22282026-05-06T05:05:59.273Z Compiling thread_local v1.1.9
22292026-05-06T05:05:59.290Z Compiling compression-core v0.4.31
22302026-05-06T05:05:59.357Z Compiling unicode-width v0.2.0
22312026-05-06T05:05:59.402Z Compiling match_cfg v0.1.0
22322026-05-06T05:05:59.430Z Compiling slog-async v2.8.0
22332026-05-06T05:05:59.492Z Compiling smoltcp v0.11.0
22342026-05-06T05:05:59.510Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
22352026-05-06T05:05:59.513Z Compiling hostname v0.3.1
22362026-05-06T05:05:59.640Z Compiling proc-macro-crate v3.4.0
22372026-05-06T05:05:59.669Z Compiling ingot-macros v0.1.1
22382026-05-06T05:05:59.696Z Compiling compression-codecs v0.4.37
22392026-05-06T05:05:59.765Z Compiling futures v0.3.32
22402026-05-06T05:05:59.798Z Compiling derive-ex v0.1.8
22412026-05-06T05:05:59.874Z Compiling slog-json v2.6.1
22422026-05-06T05:05:59.993Z Compiling crossbeam-channel v0.5.15
22432026-05-06T05:06:00.073Z Compiling half v2.7.1
22442026-05-06T05:06:00.076Z Compiling newtype-uuid-macros v0.1.0
22452026-05-06T05:06:00.150Z Compiling cobs v0.3.0
22462026-05-06T05:06:00.297Z Compiling rustls-webpki v0.103.9
22472026-05-06T05:06:00.440Z Compiling thiserror-impl-no-std v2.0.2
22482026-05-06T05:06:00.456Z Compiling universal-hash v0.5.1
22492026-05-06T05:06:00.531Z Compiling async-stream-impl v0.3.6
22502026-05-06T05:06:00.615Z Compiling toml_datetime v1.0.0+spec-1.1.0
22512026-05-06T05:06:00.710Z Compiling serde_spanned v1.0.4
22522026-05-06T05:06:00.895Z Compiling is-terminal v0.4.17
22532026-05-06T05:06:00.912Z Compiling dropshot v0.17.0
22542026-05-06T05:06:01.016Z Compiling proc-macro-error-attr v1.0.4
22552026-05-06T05:06:01.081Z Compiling take_mut v0.2.2
22562026-05-06T05:06:01.098Z Compiling toml_writer v1.0.6+spec-1.1.0
22572026-05-06T05:06:01.114Z Compiling term v1.2.1
22582026-05-06T05:06:01.131Z Compiling ciborium-io v0.2.2
22592026-05-06T05:06:01.213Z Compiling convert_case v0.4.0
22602026-05-06T05:06:01.230Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
22612026-05-06T05:06:01.249Z Compiling opaque-debug v0.3.1
22622026-05-06T05:06:01.340Z Compiling poly1305 v0.8.0
22632026-05-06T05:06:01.355Z Compiling test-strategy v0.4.5
22642026-05-06T05:06:01.382Z Compiling toml v1.0.6+spec-1.1.0
22652026-05-06T05:06:01.456Z Compiling slog-term v2.9.2
22662026-05-06T05:06:01.476Z Compiling thiserror-no-std v2.0.2
22672026-05-06T05:06:01.491Z Compiling ciborium-ll v0.2.2
22682026-05-06T05:06:01.534Z Compiling derive_more v0.99.20
22692026-05-06T05:06:01.704Z Compiling tokio-rustls v0.25.0
22702026-05-06T05:06:01.841Z Compiling async-stream v0.3.6
22712026-05-06T05:06:01.969Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
22722026-05-06T05:06:01.989Z Compiling postcard v1.1.3
22732026-05-06T05:06:02.241Z Compiling ingot-types v0.1.2
22742026-05-06T05:06:02.477Z Compiling num_enum_derive v0.7.5
22752026-05-06T05:06:02.677Z Compiling ingot v0.1.1
22762026-05-06T05:06:02.725Z Compiling slog-bunyan v2.5.0
22772026-05-06T05:06:02.743Z Compiling async-compression v0.4.41
22782026-05-06T05:06:02.923Z Compiling parse-display-derive v0.10.0
22792026-05-06T05:06:02.939Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=ae1da83e66c648574827298f4bc444632bf4d047#ae1da83e)
22802026-05-06T05:06:03.255Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
22812026-05-06T05:06:03.414Z Compiling proc-macro-crate v1.3.1
22822026-05-06T05:06:03.507Z Compiling backon v1.6.0
22832026-05-06T05:06:03.584Z Compiling waitgroup v0.1.2
22842026-05-06T05:06:03.746Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
22852026-05-06T05:06:03.762Z Compiling password-hash v0.5.0
22862026-05-06T05:06:03.783Z Compiling dropshot_endpoint v0.17.0
22872026-05-06T05:06:03.787Z Compiling chacha20 v0.9.1
22882026-05-06T05:06:03.971Z Compiling tokio-rustls v0.26.4
22892026-05-06T05:06:04.062Z Compiling rustls-platform-verifier v0.6.2
22902026-05-06T05:06:04.078Z Compiling rustls-pemfile v2.2.0
22912026-05-06T05:06:04.258Z Compiling hyper-rustls v0.27.7
22922026-05-06T05:06:04.289Z Compiling blake2 v0.10.6
22932026-05-06T05:06:04.389Z Compiling aead v0.5.2
22942026-05-06T05:06:04.404Z Compiling foreign-types-macros v0.2.3
22952026-05-06T05:06:04.433Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=bae0440c199b3908c12903a9532854936353433b#bae0440c)
22962026-05-06T05:06:04.540Z Compiling reqwest v0.12.28
22972026-05-06T05:06:04.594Z Compiling reqwest v0.13.2
22982026-05-06T05:06:04.610Z Compiling serde_path_to_error v0.1.20
22992026-05-06T05:06:04.738Z Compiling hostname v0.4.2
23002026-05-06T05:06:04.817Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=bae0440c199b3908c12903a9532854936353433b#bae0440c)
23012026-05-06T05:06:04.859Z Compiling proc-macro-error v1.0.4
23022026-05-06T05:06:04.879Z Compiling instant v0.1.13
23032026-05-06T05:06:04.931Z Compiling foreign-types-shared v0.3.1
23042026-05-06T05:06:04.963Z Compiling debug-ignore v1.0.5
23052026-05-06T05:06:04.995Z Compiling typeid v1.0.3
23062026-05-06T05:06:05.023Z Compiling cpufeatures v0.3.0
23072026-05-06T05:06:05.059Z Compiling foreign-types v0.5.0
23082026-05-06T05:06:05.078Z Compiling backoff v0.4.0
23092026-05-06T05:06:05.113Z Compiling chacha20 v0.10.0
23102026-05-06T05:06:05.116Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=bae0440c199b3908c12903a9532854936353433b#bae0440c)
23112026-05-06T05:06:05.150Z Compiling argon2 v0.5.3
23122026-05-06T05:06:05.165Z Compiling chacha20poly1305 v0.10.1
23132026-05-06T05:06:05.217Z Compiling parse-display v0.10.0
23142026-05-06T05:06:05.320Z Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
23152026-05-06T05:06:05.335Z Compiling num_enum_derive v0.5.11
23162026-05-06T05:06:05.353Z Compiling num_enum v0.7.5
23172026-05-06T05:06:05.449Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
23182026-05-06T05:06:05.467Z Compiling ciborium v0.2.2
23192026-05-06T05:06:05.500Z Compiling vsss-rs v3.3.4
23202026-05-06T05:06:05.751Z Compiling tabwriter v1.4.1
23212026-05-06T05:06:05.802Z Compiling regress v0.10.5
23222026-05-06T05:06:06.108Z Compiling byte-wrapper v0.1.0
23232026-05-06T05:06:06.152Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
23242026-05-06T05:06:06.167Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
23252026-05-06T05:06:06.259Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=bae0440c199b3908c12903a9532854936353433b#bae0440c)
23262026-05-06T05:06:06.318Z Compiling cstr-argument v0.1.2
23272026-05-06T05:06:06.509Z Compiling erased-serde v0.4.9
23282026-05-06T05:06:06.608Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8)
23292026-05-06T05:06:06.812Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
23302026-05-06T05:06:06.855Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
23312026-05-06T05:06:06.873Z Compiling num_enum v0.5.11
23322026-05-06T05:06:06.965Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
23332026-05-06T05:06:07.019Z Compiling rand v0.10.0
23342026-05-06T05:06:07.034Z Compiling rayon v1.11.0
23352026-05-06T05:06:07.178Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
23362026-05-06T05:06:07.252Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
23372026-05-06T05:06:07.268Z Compiling libefi-sys v0.1.0
23382026-05-06T05:06:07.327Z Compiling colored v3.1.1
23392026-05-06T05:06:07.377Z Compiling indent_write v2.2.0
23402026-05-06T05:06:07.469Z Compiling zone_cfg_derive v0.3.1
23412026-05-06T05:06:07.536Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=bae0440c199b3908c12903a9532854936353433b#bae0440c)
23422026-05-06T05:06:07.552Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
23432026-05-06T05:06:07.600Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
23442026-05-06T05:06:07.839Z Compiling camino-tempfile v1.4.1
23452026-05-06T05:06:07.872Z Compiling itertools v0.12.1
23462026-05-06T05:06:07.916Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
23472026-05-06T05:06:08.033Z Compiling usdt-macro v0.5.0
23482026-05-06T05:06:08.103Z Compiling usdt-attr-macro v0.5.0
23492026-05-06T05:06:08.106Z Compiling bitfield-struct v0.6.2
23502026-05-06T05:06:08.136Z Compiling num-derive v0.4.2
23512026-05-06T05:06:08.279Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
23522026-05-06T05:06:08.296Z Compiling ordered-float v2.10.1
23532026-05-06T05:06:08.595Z Compiling blake3 v1.8.3
23542026-05-06T05:06:08.737Z Compiling sigpipe v0.1.3
23552026-05-06T05:06:08.754Z Compiling memmap v0.7.0
23562026-05-06T05:06:08.774Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
23572026-05-06T05:06:08.849Z Compiling glob v0.3.3
23582026-05-06T05:06:08.868Z Compiling swrite v0.1.0
23592026-05-06T05:06:08.999Z Compiling usdt v0.5.0
23602026-05-06T05:06:09.028Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=bae0440c199b3908c12903a9532854936353433b#bae0440c)
23612026-05-06T05:06:09.044Z Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
23622026-05-06T05:06:09.048Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
23632026-05-06T05:06:09.196Z Compiling zone v0.3.1
23642026-05-06T05:06:09.254Z Compiling serde-value v0.7.0
23652026-05-06T05:06:09.341Z Compiling serde-untagged v0.1.9
23662026-05-06T05:06:09.373Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
23672026-05-06T05:06:09.684Z Compiling toml v0.8.23
23682026-05-06T05:06:09.704Z Compiling smf v0.2.3
23692026-05-06T05:06:09.705Z Compiling filetime v0.2.27
23702026-05-06T05:06:09.755Z Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
23712026-05-06T05:06:09.779Z Compiling same-file v1.0.6
23722026-05-06T05:06:09.856Z Compiling constant_time_eq v0.4.2
23732026-05-06T05:06:09.875Z Compiling arrayvec v0.7.6
23742026-05-06T05:06:09.933Z Compiling xattr v1.6.1
23752026-05-06T05:06:09.950Z Compiling unicode-xid v0.2.6
23762026-05-06T05:06:09.972Z Compiling whoami v1.6.1
23772026-05-06T05:06:10.031Z Compiling arrayref v0.3.9
23782026-05-06T05:06:10.070Z Compiling tar v0.4.45
23792026-05-06T05:06:10.144Z Compiling walkdir v2.5.0
23802026-05-06T05:06:10.144Z Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
23812026-05-06T05:06:10.174Z Compiling cargo-util-schemas v0.8.2
23822026-05-06T05:06:10.409Z Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
23832026-05-06T05:06:10.433Z Compiling tokio-dtrace v0.1.1
23842026-05-06T05:06:10.543Z Compiling console v0.16.2
23852026-05-06T05:06:10.733Z Compiling gethostname v0.5.0
23862026-05-06T05:06:10.772Z Compiling cargo-platform v0.2.0
23872026-05-06T05:06:10.875Z Compiling unit-prefix v0.5.2
23882026-05-06T05:06:10.893Z Compiling topological-sort v0.2.2
23892026-05-06T05:06:10.915Z Compiling oxide-tokio-rt v0.1.4
23902026-05-06T05:06:11.062Z Compiling indicatif v0.18.4
23912026-05-06T05:06:11.084Z Compiling shell-words v1.1.1
23922026-05-06T05:06:11.100Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
23932026-05-06T05:06:11.342Z Compiling cargo_metadata v0.21.0
23942026-05-06T05:06:19.903Z Compiling progenitor-client v0.10.0
23952026-05-06T05:06:19.903Z Compiling omicron-zone-package v0.12.2
23962026-05-06T05:06:19.942Z Compiling progenitor-client v0.14.0
23972026-05-06T05:06:20.007Z Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
23982026-05-06T05:06:20.007Z Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
23992026-05-06T05:06:20.010Z Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
24002026-05-06T05:06:20.057Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
24012026-05-06T05:06:20.119Z Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
24022026-05-06T05:06:20.251Z Compiling progenitor-extras v0.2.0
24032026-05-06T05:06:20.325Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
24042026-05-06T05:06:20.384Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
24052026-05-06T05:06:20.402Z Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
24062026-05-06T05:06:20.456Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
24072026-05-06T05:06:25.095Z Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
24082026-05-06T05:06:32.491Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
24092026-05-06T05:06:35.545Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
24102026-05-06T05:06:36.560Z Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
24112026-05-06T05:06:45.740Z Finished `release` profile [optimized] target(s) in 1m 38s
24122026-05-06T05:06:45.894Z Running `target/release/omicron-package -t test target create -p dev`
24132026-05-06T05:06:45.961ZLogging to: /work/oxidecomputer/omicron/out/LOG
24142026-05-06T05:06:45.964ZCreated new build target 'test' and set it as active
24152026-05-06T05:06:45.967Z
24162026-05-06T05:06:45.967Zreal 1:38.642878692
24172026-05-06T05:06:45.967Zuser 16:22.755654660
24182026-05-06T05:06:45.967Zsys 2:32.006906475
24192026-05-06T05:06:45.967Ztrap 0.455648813
24202026-05-06T05:06:45.967Ztflt 2.670446984
24212026-05-06T05:06:45.967Zdflt 3.794610664
24222026-05-06T05:06:45.967Zkflt 0.000712002
24232026-05-06T05:06:45.967Zlock 51:41.923015512
24242026-05-06T05:06:45.967Zslp 41:44.074025242
24252026-05-06T05:06:45.967Zlat 46.139173442
24262026-05-06T05:06:45.967Zstop 5:30.044055920
24272026-05-06T05:06:45.968Z+ ptime -m cargo run --locked --release --bin omicron-package -- -t test package
24282026-05-06T05:06:46.848Z Finished `release` profile [optimized] target(s) in 0.87s
24292026-05-06T05:06:46.923Z Running `target/release/omicron-package -t test package`
24302026-05-06T05:06:46.981ZLogging to: /work/oxidecomputer/omicron/out/LOG
24312026-05-06T05:06:48.402Z Compiling heck v0.5.0
24322026-05-06T05:06:48.402Z Compiling regress v0.11.1
24332026-05-06T05:06:48.402Z Compiling unsafe-libyaml v0.2.11
24342026-05-06T05:06:48.660Z Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
24352026-05-06T05:06:48.681Z Compiling regress v0.10.5
24362026-05-06T05:06:48.711Z Compiling unicode-width v0.1.14
24372026-05-06T05:06:48.714Z Compiling is-terminal v0.4.17
24382026-05-06T05:06:48.754Z Compiling prettyplease v0.2.37
24392026-05-06T05:06:48.754Z Compiling bytecount v0.6.9
24402026-05-06T05:06:48.758Z Compiling rustls v0.22.4
24412026-05-06T05:06:48.758Z Compiling rustls-webpki v0.102.8
24422026-05-06T05:06:48.793Z Compiling derive-where v1.6.0
24432026-05-06T05:06:48.796Z Compiling thread_local v1.1.9
24442026-05-06T05:06:48.812Z Compiling compression-core v0.4.31
24452026-05-06T05:06:48.815Z Compiling match_cfg v0.1.0
24462026-05-06T05:06:48.918Z Compiling multer v3.1.0
24472026-05-06T05:06:48.918Z Compiling slog-async v2.8.0
24482026-05-06T05:06:48.976Z Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
24492026-05-06T05:06:48.996Z Compiling hostname v0.3.1
24502026-05-06T05:06:48.999Z Compiling compression-codecs v0.4.37
24512026-05-06T05:06:49.020Z Compiling crossbeam-channel v0.5.15
24522026-05-06T05:06:49.024Z Compiling slog-json v2.6.1
24532026-05-06T05:06:49.063Z Compiling futures-executor v0.3.32
24542026-05-06T05:06:49.081Z Compiling toml_datetime v1.0.0+spec-1.1.0
24552026-05-06T05:06:49.122Z Compiling serde_yaml v0.9.34+deprecated
24562026-05-06T05:06:49.149Z Compiling serde_spanned v1.0.4
24572026-05-06T05:06:49.186Z Compiling term v1.2.1
24582026-05-06T05:06:49.288Z Compiling take_mut v0.2.2
24592026-05-06T05:06:49.292Z Compiling toml_writer v1.0.6+spec-1.1.0
24602026-05-06T05:06:49.333Z Compiling futures v0.3.32
24612026-05-06T05:06:49.355Z Compiling slog-bunyan v2.5.0
24622026-05-06T05:06:49.429Z Compiling async-compression v0.4.41
24632026-05-06T05:06:49.503Z Compiling slog-term v2.9.2
24642026-05-06T05:06:49.525Z Compiling toml v1.0.6+spec-1.1.0
24652026-05-06T05:06:49.548Z Compiling dropshot v0.17.0
24662026-05-06T05:06:49.571Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
24672026-05-06T05:06:49.618Z Compiling async-stream v0.3.6
24682026-05-06T05:06:49.709Z Compiling num-rational v0.4.2
24692026-05-06T05:06:49.736Z Compiling progenitor-client v0.14.0
24702026-05-06T05:06:49.764Z Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
24712026-05-06T05:06:49.814Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
24722026-05-06T05:06:49.835Z Compiling waitgroup v0.1.2
24732026-05-06T05:06:49.870Z Compiling backon v1.6.0
24742026-05-06T05:06:50.000Z Compiling rustls-pemfile v2.2.0
24752026-05-06T05:06:50.024Z Compiling num-complex v0.4.6
24762026-05-06T05:06:50.024Z Compiling hostname v0.4.2
24772026-05-06T05:06:50.048Z Compiling serde_path_to_error v0.1.20
24782026-05-06T05:06:50.094Z Compiling instant v0.1.13
24792026-05-06T05:06:50.098Z Compiling debug-ignore v1.0.5
24802026-05-06T05:06:50.137Z Compiling progenitor-extras v0.2.0
24812026-05-06T05:06:50.187Z Compiling typify-impl v0.6.2
24822026-05-06T05:06:50.213Z Compiling backoff v0.4.0
24832026-05-06T05:06:50.238Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
24842026-05-06T05:06:50.261Z Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
24852026-05-06T05:06:50.443Z Compiling parse-display v0.10.0
24862026-05-06T05:06:50.446Z Compiling num v0.4.3
24872026-05-06T05:06:50.446Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
24882026-05-06T05:06:50.530Z Compiling progenitor-client v0.13.0
24892026-05-06T05:06:50.551Z Compiling progenitor-client v0.10.0
24902026-05-06T05:06:50.571Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
24912026-05-06T05:06:50.658Z Compiling macaddr v1.0.1
24922026-05-06T05:06:50.716Z Compiling float-ord v0.3.2
24932026-05-06T05:06:50.757Z Compiling console v0.15.11
24942026-05-06T05:06:50.860Z Compiling newline-converter v0.3.0
24952026-05-06T05:06:50.889Z Compiling atomicwrites v0.4.4
24962026-05-06T05:06:50.912Z Compiling slog-dtrace v0.3.0
24972026-05-06T05:06:51.045Z Compiling async-recursion v1.1.1
24982026-05-06T05:06:51.097Z Compiling tokio-rustls v0.25.0
24992026-05-06T05:06:51.198Z Compiling expectorate v1.2.0
25002026-05-06T05:06:51.200Z Compiling cancel-safe-futures v0.1.5
25012026-05-06T05:06:51.219Z Compiling owo-colors v4.3.0
25022026-05-06T05:06:51.324Z Compiling libsw-core v0.3.2
25032026-05-06T05:06:51.393Z Compiling resolv-conf v0.7.6
25042026-05-06T05:06:51.439Z Compiling toml v0.8.23
25052026-05-06T05:06:51.536Z Compiling libsw v3.5.0
25062026-05-06T05:06:51.674Z Compiling linear-map v1.2.0
25072026-05-06T05:06:51.747Z Compiling oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
25082026-05-06T05:06:51.817Z Compiling linked-hash-map v0.5.6
25092026-05-06T05:06:51.896Z Compiling minimal-lexical v0.2.1
25102026-05-06T05:06:51.974Z Compiling clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
25112026-05-06T05:06:52.037Z Compiling lru-cache v0.1.2
25122026-05-06T05:06:52.057Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
25132026-05-06T05:06:52.060Z Compiling unicode-xid v0.2.6
25142026-05-06T05:06:52.118Z Compiling nom v7.1.3
25152026-05-06T05:06:52.148Z Compiling internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
25162026-05-06T05:06:52.176Z Compiling globset v0.4.18
25172026-05-06T05:06:52.223Z Compiling hickory-proto v0.24.4
25182026-05-06T05:06:52.258Z Compiling gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
25192026-05-06T05:06:52.280Z Compiling convert_case v0.10.0
25202026-05-06T05:06:52.596Z Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
25212026-05-06T05:06:52.629Z Compiling derive_more-impl v2.1.1
25222026-05-06T05:06:53.123Z Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
25232026-05-06T05:06:53.436Z Compiling pin-project-internal v1.1.11
25242026-05-06T05:06:53.464Z Compiling derive_more v2.1.1
25252026-05-06T05:06:53.511Z Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
25262026-05-06T05:06:53.638Z Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
25272026-05-06T05:06:53.659Z Compiling typify-macro v0.6.2
25282026-05-06T05:06:53.886Z Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
25292026-05-06T05:06:54.135Z Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
25302026-05-06T05:06:54.299Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
25312026-05-06T05:06:54.470Z Compiling pin-project v1.1.11
25322026-05-06T05:06:54.603Z Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
25332026-05-06T05:06:54.816Z Compiling hickory-resolver v0.24.4
25342026-05-06T05:06:54.899Z Compiling papergrid v0.11.0
25352026-05-06T05:06:54.953Z Compiling tabled_derive v0.7.0
25362026-05-06T05:06:55.211Z Compiling typify v0.6.2
25372026-05-06T05:06:55.510Z Compiling progenitor-impl v0.14.0
25382026-05-06T05:06:55.723Z Compiling progenitor-impl v0.13.0
25392026-05-06T05:06:56.056Z Compiling qorb v0.4.1
25402026-05-06T05:06:56.502Z Compiling pem v3.0.6
25412026-05-06T05:06:57.226Z Compiling snafu-derive v0.8.9
25422026-05-06T05:06:57.692Z Compiling progenitor-macro v0.14.0
25432026-05-06T05:06:57.899Z Compiling progenitor-macro v0.13.0
25442026-05-06T05:06:58.023Z Compiling termtree v0.5.1
25452026-05-06T05:06:58.219Z Compiling tabled v0.15.0
25462026-05-06T05:06:58.898Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
25472026-05-06T05:07:00.003Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
25482026-05-06T05:07:00.163Z Compiling snafu v0.8.9
25492026-05-06T05:07:00.372Z Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
25502026-05-06T05:07:00.699Z Compiling crossterm v0.29.0
25512026-05-06T05:07:00.760Z Compiling phf_shared v0.12.1
25522026-05-06T05:07:01.032Z Compiling olpc-cjson v0.1.4
25532026-05-06T05:07:01.286Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
25542026-05-06T05:07:01.683Z Compiling serde_plain v1.0.2
25552026-05-06T05:07:01.744Z Compiling progenitor v0.14.0
25562026-05-06T05:07:01.846Z Compiling vte v0.14.1
25572026-05-06T05:07:01.943Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
25582026-05-06T05:07:01.966Z Compiling progenitor v0.13.0
25592026-05-06T05:07:01.997Z Compiling csv-core v0.1.13
25602026-05-06T05:07:02.159Z Compiling typed-path v0.9.3
25612026-05-06T05:07:02.193Z Compiling highway v1.3.0
25622026-05-06T05:07:02.473Z Compiling chrono-tz v0.10.4
25632026-05-06T05:07:02.554Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
25642026-05-06T05:07:02.744Z Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
25652026-05-06T05:07:02.930Z Compiling csv v1.4.0
25662026-05-06T05:07:03.128Z Compiling strip-ansi-escapes v0.2.1
25672026-05-06T05:07:03.646Z Compiling tough v0.20.0
25682026-05-06T05:07:03.725Z Compiling phf v0.12.1
25692026-05-06T05:07:03.920Z Compiling bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
25702026-05-06T05:07:03.941Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
25712026-05-06T05:07:04.411Z Compiling const_format_proc_macros v0.2.34
25722026-05-06T05:07:04.861Z Compiling fd-lock v4.0.4
25732026-05-06T05:07:05.034Z Compiling peg-macros v0.8.5
25742026-05-06T05:07:05.178Z Compiling nu-ansi-term v0.50.3
25752026-05-06T05:07:05.324Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
25762026-05-06T05:07:05.428Z Compiling reedline v0.40.0
25772026-05-06T05:07:05.774Z Compiling const_format v0.2.35
25782026-05-06T05:07:06.057Z Compiling cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
25792026-05-06T05:07:06.277Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
25802026-05-06T05:07:06.310Z Compiling peg v0.8.5
25812026-05-06T05:07:06.404Z Compiling bcs v0.1.6
25822026-05-06T05:07:06.839Z Compiling semver v0.1.20
25832026-05-06T05:07:07.130Z Compiling rustc_version v0.1.7
25842026-05-06T05:07:07.319Z Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
25852026-05-06T05:07:07.364Z Compiling newtype_derive v0.1.6
25862026-05-06T05:07:07.569Z Compiling humantime v2.3.0
25872026-05-06T05:07:07.592Z Compiling unicode-linebreak v0.1.5
25882026-05-06T05:07:07.752Z Compiling smawk v0.3.2
25892026-05-06T05:07:07.976Z Compiling textwrap v0.16.2
25902026-05-06T05:07:07.980Z Compiling rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
25912026-05-06T05:07:08.147Z Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
25922026-05-06T05:07:08.301Z Compiling dropshot-api-manager-types v0.7.1
25932026-05-06T05:07:08.737Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
25942026-05-06T05:07:08.897Z Compiling base64 v0.21.7
25952026-05-06T05:07:09.173Z Compiling steno v0.4.1
25962026-05-06T05:07:09.429Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
25972026-05-06T05:07:09.432Z Compiling utf-8 v0.7.6
25982026-05-06T05:07:09.559Z Compiling tagptr v0.2.0
25992026-05-06T05:07:09.665Z Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
26002026-05-06T05:07:09.752Z Compiling moka v0.12.13
26012026-05-06T05:07:09.839Z Compiling tungstenite v0.21.0
26022026-05-06T05:07:09.862Z Compiling radium v0.7.0
26032026-05-06T05:07:09.882Z Compiling tap v1.0.1
26042026-05-06T05:07:10.025Z Compiling maybe-uninit v2.0.0
26052026-05-06T05:07:10.577Z Compiling tokio-tungstenite v0.21.0
26062026-05-06T05:07:10.673Z Compiling wyz v0.5.1
26072026-05-06T05:07:10.719Z Compiling zerocopy-derive v0.6.6
26082026-05-06T05:07:10.797Z Compiling crc-catalog v2.4.0
26092026-05-06T05:07:10.921Z Compiling hickory-resolver v0.25.2
26102026-05-06T05:07:10.952Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
26112026-05-06T05:07:10.975Z Compiling funty v2.0.0
26122026-05-06T05:07:10.995Z Compiling display-error-chain v0.2.2
26132026-05-06T05:07:11.180Z Compiling packed_struct v0.10.1
26142026-05-06T05:07:11.238Z Compiling crc v3.4.0
26152026-05-06T05:07:11.479Z Compiling bitvec v1.0.1
26162026-05-06T05:07:11.535Z Compiling zerocopy v0.6.6
26172026-05-06T05:07:11.799Z Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
26182026-05-06T05:07:11.914Z Compiling num-derive v0.3.3
26192026-05-06T05:07:11.935Z Compiling packed_struct_codegen v0.10.1
26202026-05-06T05:07:11.972Z Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
26212026-05-06T05:07:12.437Z Compiling bitfield-macros v0.19.4
26222026-05-06T05:07:12.833Z Compiling proc-macro-error-attr2 v2.0.0
26232026-05-06T05:07:12.930Z Compiling indexmap v1.9.3
26242026-05-06T05:07:13.138Z Compiling nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
26252026-05-06T05:07:13.170Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
26262026-05-06T05:07:13.234Z Compiling nodrop v0.1.14
26272026-05-06T05:07:13.289Z Compiling proc-macro-error2 v2.0.1
26282026-05-06T05:07:13.388Z Compiling array-init v0.0.4
26292026-05-06T05:07:13.808Z Compiling bitfield v0.19.4
26302026-05-06T05:07:14.134Z Compiling libscf-sys v1.1.0
26312026-05-06T05:07:14.317Z Compiling smallvec v0.6.14
26322026-05-06T05:07:14.590Z Compiling typify-impl v0.4.3
26332026-05-06T05:07:14.611Z Compiling hashbrown v0.12.3
26342026-05-06T05:07:14.925Z Compiling serde-hex v0.1.0
26352026-05-06T05:07:15.135Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
26362026-05-06T05:07:15.684Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
26372026-05-06T05:07:15.722Z Compiling tabled_derive v0.11.0
26382026-05-06T05:07:16.379Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
26392026-05-06T05:07:16.617Z Compiling ron v0.8.1
26402026-05-06T05:07:16.740Z Compiling papergrid v0.17.0
26412026-05-06T05:07:16.762Z Compiling testing_table v0.3.0
26422026-05-06T05:07:17.071Z Compiling hashbrown v0.13.2
26432026-05-06T05:07:17.096Z Compiling vergen-gitcl v1.0.8
26442026-05-06T05:07:17.120Z Compiling dirs-sys-next v0.1.2
26452026-05-06T05:07:17.194Z Compiling crc-any v2.5.0
26462026-05-06T05:07:17.326Z Compiling glob v0.3.3
26472026-05-06T05:07:17.398Z Compiling crunchy v0.2.4
26482026-05-06T05:07:17.450Z Compiling maplit v1.0.2
26492026-05-06T05:07:17.571Z Compiling diesel_derives v2.3.7
26502026-05-06T05:07:17.636Z Compiling object v0.30.4
26512026-05-06T05:07:17.670Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
26522026-05-06T05:07:17.692Z Compiling clang-sys v1.8.1
26532026-05-06T05:07:17.764Z Compiling dirs-next v2.0.0
26542026-05-06T05:07:17.785Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
26552026-05-06T05:07:17.841Z Compiling dsl_auto_type v0.2.0
26562026-05-06T05:07:17.915Z Compiling scheduled-thread-pool v0.2.7
26572026-05-06T05:07:18.017Z Compiling typify-macro v0.4.3
26582026-05-06T05:07:18.087Z Compiling tabled v0.20.0
26592026-05-06T05:07:18.363Z Compiling diesel_table_macro_syntax v0.3.0
26602026-05-06T05:07:18.399Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
26612026-05-06T05:07:18.524Z Compiling path-slash v0.1.5
26622026-05-06T05:07:18.591Z Compiling xshell-macros v0.2.7
26632026-05-06T05:07:18.635Z Compiling tiny-keccak v2.0.2
26642026-05-06T05:07:18.718Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
26652026-05-06T05:07:18.996Z Compiling xshell v0.2.7
26662026-05-06T05:07:18.999Z Compiling r2d2 v0.8.10
26672026-05-06T05:07:19.189Z Compiling term v0.7.0
26682026-05-06T05:07:19.282Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
26692026-05-06T05:07:19.638Z Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
26702026-05-06T05:07:19.707Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
26712026-05-06T05:07:19.917Z Compiling bit-vec v0.6.3
26722026-05-06T05:07:20.011Z Compiling downcast-rs v2.0.2
26732026-05-06T05:07:20.149Z Compiling bit-set v0.5.3
26742026-05-06T05:07:20.329Z Compiling ascii-canvas v3.0.0
26752026-05-06T05:07:20.350Z Compiling itertools v0.10.5
26762026-05-06T05:07:20.435Z Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
26772026-05-06T05:07:20.594Z Compiling ena v0.14.4
26782026-05-06T05:07:20.853Z Compiling libloading v0.8.9
26792026-05-06T05:07:21.113Z Compiling bindgen v0.71.1
26802026-05-06T05:07:21.393Z Compiling crc8 v0.1.1
26812026-05-06T05:07:21.437Z Compiling unicase v2.9.0
26822026-05-06T05:07:21.538Z Compiling diff v0.1.13
26832026-05-06T05:07:21.622Z Compiling regex-syntax v0.6.29
26842026-05-06T05:07:21.824Z Compiling typify v0.4.3
26852026-05-06T05:07:21.990Z Compiling omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
26862026-05-06T05:07:22.348Z Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
26872026-05-06T05:07:22.462Z Compiling cexpr v0.6.0
26882026-05-06T05:07:22.759Z Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
26892026-05-06T05:07:22.961Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
26902026-05-06T05:07:23.011Z Compiling lalrpop v0.19.12
26912026-05-06T05:07:23.125Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
26922026-05-06T05:07:23.148Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
26932026-05-06T05:07:23.295Z Compiling headers-core v0.3.0
26942026-05-06T05:07:23.455Z Compiling libxml v0.3.3
26952026-05-06T05:07:23.565Z Compiling headers v0.4.1
26962026-05-06T05:07:23.659Z Compiling diesel v2.3.7
26972026-05-06T05:07:23.750Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
26982026-05-06T05:07:23.788Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
26992026-05-06T05:07:24.008Z Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
27002026-05-06T05:07:24.482Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
27012026-05-06T05:07:24.843Z Compiling strum_macros v0.24.3
27022026-05-06T05:07:24.948Z Compiling indoc v1.0.9
27032026-05-06T05:07:25.425Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
27042026-05-06T05:07:25.510Z Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
27052026-05-06T05:07:25.642Z Compiling derive_builder v0.20.2
27062026-05-06T05:07:25.708Z Compiling oso-derive v0.27.3
27072026-05-06T05:07:25.828Z Compiling quick-xml v0.37.5
27082026-05-06T05:07:25.849Z Compiling impl-trait-for-tuples v0.2.3
27092026-05-06T05:07:26.072Z Compiling half v1.8.3
27102026-05-06T05:07:26.218Z Compiling openssl-probe v0.1.6
27112026-05-06T05:07:26.508Z Compiling serde_cbor v0.11.2
27122026-05-06T05:07:26.561Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
27132026-05-06T05:07:27.109Z Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
27142026-05-06T05:07:27.290Z Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
27152026-05-06T05:07:27.312Z Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
27162026-05-06T05:07:27.422Z Compiling bb8 v0.8.6
27172026-05-06T05:07:27.455Z Compiling trait-variant v0.1.2
27182026-05-06T05:07:27.544Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
27192026-05-06T05:07:27.596Z Compiling tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
27202026-05-06T05:07:27.812Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
27212026-05-06T05:07:27.833Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
27222026-05-06T05:07:27.929Z Compiling fxhash v0.2.1
27232026-05-06T05:07:27.996Z Compiling scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=018ae6f7bd752cd9b2124887e00c93c6b4244103#018ae6f7)
27242026-05-06T05:07:28.018Z Compiling samael v0.0.19
27252026-05-06T05:07:28.110Z Compiling salty v0.3.0
27262026-05-06T05:07:28.427Z Compiling progenitor-impl v0.10.0
27272026-05-06T05:07:28.493Z Compiling progenitor-impl v0.11.2
27282026-05-06T05:07:28.514Z Compiling zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
27292026-05-06T05:07:28.577Z Compiling oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
27302026-05-06T05:07:29.187Z Compiling kstat-rs v0.2.4
27312026-05-06T05:07:29.238Z Compiling libz-sys v1.1.24
27322026-05-06T05:07:29.533Z Compiling nonempty v0.12.0
27332026-05-06T05:07:29.700Z Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
27342026-05-06T05:07:29.771Z Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
27352026-05-06T05:07:30.467Z Compiling polar-core v0.27.3
27362026-05-06T05:07:30.543Z Compiling progenitor-macro v0.10.0
27372026-05-06T05:07:30.626Z Compiling progenitor-macro v0.11.2
27382026-05-06T05:07:31.764Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=d147f0925d14ed6f00eb37cb81f3a1bcbcb3c7f3#d147f092)
27392026-05-06T05:07:33.380Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27402026-05-06T05:07:33.714Z Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
27412026-05-06T05:07:33.963Z Compiling progenitor-client v0.11.2
27422026-05-06T05:07:34.189Z Compiling darling_core v0.23.0
27432026-05-06T05:07:34.531Z Compiling nanorand v0.7.0
27442026-05-06T05:07:34.559Z Compiling arc-swap v1.8.2
27452026-05-06T05:07:34.680Z Compiling fs-err v2.11.0
27462026-05-06T05:07:34.890Z Compiling parking_lot_core v0.8.6
27472026-05-06T05:07:35.072Z Compiling slog-scope v4.4.1
27482026-05-06T05:07:35.159Z Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
27492026-05-06T05:07:35.179Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
27502026-05-06T05:07:35.527Z Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
27512026-05-06T05:07:36.400Z Compiling darling_macro v0.23.0
27522026-05-06T05:07:36.894Z Compiling mime_guess v2.0.5
27532026-05-06T05:07:37.431Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
27542026-05-06T05:07:37.997Z Compiling flume v0.11.1
27552026-05-06T05:07:38.415Z Compiling progenitor v0.11.2
27562026-05-06T05:07:38.602Z Compiling progenitor v0.10.0
27572026-05-06T05:07:38.787Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27582026-05-06T05:07:39.200Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=d147f0925d14ed6f00eb37cb81f3a1bcbcb3c7f3#d147f092)
27592026-05-06T05:07:39.624Z Compiling oso v0.27.3
27602026-05-06T05:07:42.005Z Compiling async-bb8-diesel v0.2.1
27612026-05-06T05:07:42.472Z Compiling diesel-dtrace v0.5.0
27622026-05-06T05:07:42.797Z Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
27632026-05-06T05:07:43.120Z Compiling primeorder v0.13.6
27642026-05-06T05:07:43.389Z Compiling git-stub v1.0.0
27652026-05-06T05:07:43.439Z Compiling libgit2-sys v0.18.3+1.9.2
27662026-05-06T05:07:43.656Z Compiling instability v0.3.11
27672026-05-06T05:07:43.846Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
27682026-05-06T05:07:44.006Z Compiling git-stub-vcs v0.1.0
27692026-05-06T05:07:44.364Z Compiling p384 v0.13.1
27702026-05-06T05:07:44.577Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27712026-05-06T05:07:45.827Z Compiling darling v0.23.0
27722026-05-06T05:07:45.930Z Compiling slog-stdlog v4.1.1
27732026-05-06T05:07:46.124Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3)
27742026-05-06T05:07:46.205Z Compiling clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
27752026-05-06T05:07:46.227Z Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
27762026-05-06T05:07:46.376Z Compiling ignore v0.4.25
27772026-05-06T05:07:46.397Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27782026-05-06T05:07:46.481Z Compiling castaway v0.2.4
27792026-05-06T05:07:46.640Z Compiling atty v0.2.14
27802026-05-06T05:07:46.817Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27812026-05-06T05:07:47.053Z Compiling parse-size v1.1.0
27822026-05-06T05:07:47.278Z Compiling http-range v0.1.5
27832026-05-06T05:07:47.388Z Compiling indoc v2.0.7
27842026-05-06T05:07:47.616Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27852026-05-06T05:07:47.827Z Compiling tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
27862026-05-06T05:07:48.622Z Compiling globwalk v0.9.1
27872026-05-06T05:07:48.789Z Compiling compact_str v0.8.1
27882026-05-06T05:07:49.305Z Compiling slog-envlogger v2.2.0
27892026-05-06T05:07:49.937Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27902026-05-06T05:07:50.418Z Compiling parking_lot v0.11.2
27912026-05-06T05:07:51.221Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
27922026-05-06T05:07:51.385Z Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
27932026-05-06T05:07:51.639Z Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
27942026-05-06T05:07:51.711Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27952026-05-06T05:07:51.886Z Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
27962026-05-06T05:07:52.183Z Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
27972026-05-06T05:07:52.518Z Compiling predicates-tree v1.0.13
27982026-05-06T05:07:52.603Z Compiling unicode-truncate v1.1.0
27992026-05-06T05:07:52.754Z Compiling lru v0.12.5
28002026-05-06T05:07:52.782Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
28012026-05-06T05:07:52.821Z Compiling rand_seeder v0.4.0
28022026-05-06T05:07:52.940Z Compiling prefix-trie v0.7.0
28032026-05-06T05:07:52.988Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f)
28042026-05-06T05:07:53.009Z Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
28052026-05-06T05:07:53.080Z Compiling vergen-git2 v1.0.7
28062026-05-06T05:07:53.244Z Compiling cassowary v0.3.0
28072026-05-06T05:07:53.317Z Compiling corncobs v0.1.4
28082026-05-06T05:07:53.339Z Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
28092026-05-06T05:07:53.432Z Compiling hickory-server v0.25.2
28102026-05-06T05:07:53.504Z Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
28112026-05-06T05:07:53.563Z Compiling ratatui v0.29.0
28122026-05-06T05:07:53.648Z Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
28132026-05-06T05:07:53.680Z Compiling camino-tempfile-ext v0.3.3
28142026-05-06T05:07:53.862Z Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
28152026-05-06T05:07:54.212Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
28162026-05-06T05:07:54.331Z Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
28172026-05-06T05:07:54.530Z Compiling hyper-staticfile v0.10.1
28182026-05-06T05:07:54.823Z Compiling sled v0.34.7
28192026-05-06T05:07:55.407Z Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
28202026-05-06T05:07:55.748Z Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
28212026-05-06T05:07:56.074Z Compiling clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
28222026-05-06T05:07:57.293Z Compiling secrecy v0.8.0
28232026-05-06T05:07:57.491Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
28242026-05-06T05:07:57.595Z Compiling rustls v0.21.12
28252026-05-06T05:07:58.410Z Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
28262026-05-06T05:07:58.436Z Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
28272026-05-06T05:07:59.260Z Compiling sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
28282026-05-06T05:07:59.286Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
28292026-05-06T05:08:00.370Z Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
28302026-05-06T05:08:00.482Z Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
28312026-05-06T05:08:01.795Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#f20f786e)
28322026-05-06T05:08:01.987Z Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
28332026-05-06T05:08:02.417Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
28342026-05-06T05:08:02.646Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
28352026-05-06T05:08:02.870Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
28362026-05-06T05:08:03.094Z Compiling rustls-webpki v0.101.7
28372026-05-06T05:08:03.139Z Compiling sct v0.7.1
28382026-05-06T05:08:03.412Z Compiling nix v0.29.0
28392026-05-06T05:08:03.435Z Compiling dropshot v0.16.7
28402026-05-06T05:08:03.673Z Compiling void v1.0.2
28412026-05-06T05:08:03.822Z Compiling lzss v0.8.2
28422026-05-06T05:08:04.124Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#f20f786e)
28432026-05-06T05:08:04.216Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
28442026-05-06T05:08:04.768Z Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
28452026-05-06T05:08:05.095Z Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
28462026-05-06T05:08:05.472Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
28472026-05-06T05:08:05.575Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
28482026-05-06T05:08:05.822Z Compiling tungstenite v0.23.0
28492026-05-06T05:08:06.174Z Compiling clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
28502026-05-06T05:08:06.875Z Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
28512026-05-06T05:08:07.101Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
28522026-05-06T05:08:07.334Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
28532026-05-06T05:08:07.557Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
28542026-05-06T05:08:07.703Z Compiling toml v0.9.12+spec-1.1.0
28552026-05-06T05:08:07.783Z Compiling nix v0.27.1
28562026-05-06T05:08:08.141Z Compiling dropshot_endpoint v0.16.7
28572026-05-06T05:08:08.172Z Compiling serde_bytes v0.11.19
28582026-05-06T05:08:08.471Z Compiling gateway-sp-comms v0.1.2 (https://github.com/oxidecomputer/management-gateway-service?rev=0d7a8992f914ad6a5947409048779969bbe80e3d#0d7a8992)
28592026-05-06T05:08:08.620Z Compiling tokio-tungstenite v0.23.1
28602026-05-06T05:08:08.953Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
28612026-05-06T05:08:08.997Z Compiling tokio-rustls v0.24.1
28622026-05-06T05:08:09.231Z Compiling git2 v0.20.4
28632026-05-06T05:08:09.731Z Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
28642026-05-06T05:08:12.241Z Compiling lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
28652026-05-06T05:08:12.445Z Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
28662026-05-06T05:08:14.001Z Compiling sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
28672026-05-06T05:08:14.156Z Compiling transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
28682026-05-06T05:08:14.576Z Compiling tufaceous v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
28692026-05-06T05:08:14.674Z Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
28702026-05-06T05:08:15.284Z Compiling nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
28712026-05-06T05:08:16.616Z Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
28722026-05-06T05:08:17.688Z Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
28732026-05-06T05:08:17.715Z Compiling nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
28742026-05-06T05:08:17.832Z Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
28752026-05-06T05:08:18.449Z Compiling rustls-pemfile v1.0.4
28762026-05-06T05:08:18.785Z Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
28772026-05-06T05:08:18.871Z Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
28782026-05-06T05:08:19.611Z Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
28792026-05-06T05:08:20.492Z Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
28802026-05-06T05:08:21.286Z Compiling bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
28812026-05-06T05:08:21.742Z Compiling bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
28822026-05-06T05:08:22.195Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
28832026-05-06T05:08:22.266Z Compiling ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
28842026-05-06T05:08:22.315Z Compiling signal-hook-tokio v0.3.1
28852026-05-06T05:08:22.436Z Compiling twox-hash v2.1.2
28862026-05-06T05:08:22.500Z Compiling yasna v0.5.2
28872026-05-06T05:08:22.951Z Compiling is_ci v1.2.0
28882026-05-06T05:08:23.104Z Compiling supports-color v3.0.2
28892026-05-06T05:08:23.162Z Compiling rcgen v0.12.1
28902026-05-06T05:08:24.061Z Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
28912026-05-06T05:08:24.454Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
28922026-05-06T05:08:24.479Z Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
28932026-05-06T05:08:24.629Z Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
28942026-05-06T05:08:25.013Z Compiling lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
28952026-05-06T05:08:25.037Z Compiling nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm)
28962026-05-06T05:08:25.084Z Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
28972026-05-06T05:08:26.508Z Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
28982026-05-06T05:08:27.413Z Compiling nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
28992026-05-06T05:08:27.559Z Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
29002026-05-06T05:08:28.050Z Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
29012026-05-06T05:08:28.277Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
29022026-05-06T05:08:28.457Z Compiling nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
29032026-05-06T05:08:28.516Z Compiling fatfs v0.3.6
29042026-05-06T05:08:28.676Z Compiling raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df)
29052026-05-06T05:08:29.714Z Compiling rtoolbox v0.0.3
29062026-05-06T05:08:29.995Z Compiling subprocess v0.2.15
29072026-05-06T05:08:30.018Z Compiling seq-macro v0.3.6
29082026-05-06T05:08:30.303Z Compiling assert_matches v1.5.0
29092026-05-06T05:08:30.413Z Compiling rpassword v7.4.0
29102026-05-06T05:08:30.561Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
29112026-05-06T05:08:30.759Z Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
29122026-05-06T05:08:31.301Z Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
29132026-05-06T05:08:32.182Z Compiling ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
29142026-05-06T05:08:32.322Z Compiling ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
29152026-05-06T05:08:32.349Z Compiling tui-tree-widget v0.23.1
29162026-05-06T05:08:32.632Z Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
29172026-05-06T05:08:33.785Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
29182026-05-06T05:08:34.324Z Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
29192026-05-06T05:08:34.705Z Compiling uzers v0.12.2
29202026-05-06T05:08:35.076Z Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
29212026-05-06T05:08:35.661Z Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
29222026-05-06T05:08:36.794Z Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
29232026-05-06T05:08:37.090Z Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
29242026-05-06T05:08:38.992Z Compiling support-bundle-viewer v0.1.2
29252026-05-06T05:08:40.284Z Compiling clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
29262026-05-06T05:08:40.904Z Compiling multimap v0.10.1
29272026-05-06T05:08:49.099Z Compiling dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm)
29282026-05-06T05:08:49.876Z Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
29292026-05-06T05:08:51.213Z Compiling nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
29302026-05-06T05:09:00.172Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
29312026-05-06T05:14:06.240Z Finished `release` profile [optimized] target(s) in 7m 19s
29322026-05-06T05:14:50.553Z
29332026-05-06T05:14:50.554Zreal 8:04.519439351
29342026-05-06T05:14:50.554Zuser 1:17:34.590110012
29352026-05-06T05:14:50.556Zsys 3:27.957950579
29362026-05-06T05:14:50.557Ztrap 1.734971718
29372026-05-06T05:14:50.557Ztflt 2.122768285
29382026-05-06T05:14:50.557Zdflt 16.918427538
29392026-05-06T05:14:50.557Zkflt 0.025368660
29402026-05-06T05:14:50.557Zlock 6:20:38.882076805
29412026-05-06T05:14:50.557Zslp 2:12:58.146888006
29422026-05-06T05:14:50.557Zlat 2:30.115263163
29432026-05-06T05:14:50.557Zstop 5:18.254693411
29442026-05-06T05:14:50.557Z+ mapfile -t packages
29452026-05-06T05:14:50.557Z++ cargo run --locked --release --bin omicron-package -- -t test list-outputs
29462026-05-06T05:14:51.526Z Finished `release` profile [optimized] target(s) in 0.95s
29472026-05-06T05:14:51.600Z Running `target/release/omicron-package -t test list-outputs`
29482026-05-06T05:14:51.653ZLogging to: /work/oxidecomputer/omicron/out/LOG
29492026-05-06T05:14:51.656Z+ ptime -m cargo build --locked --release -p xtask
29502026-05-06T05:14:52.178Z Compiling libc v0.2.185
29512026-05-06T05:14:52.178Z Compiling serde v1.0.228
29522026-05-06T05:14:52.178Z Compiling serde_core v1.0.228
29532026-05-06T05:14:52.181Z Compiling rustix v1.1.3
29542026-05-06T05:14:52.182Z Compiling serde_json v1.0.149
29552026-05-06T05:14:52.182Z Compiling bitflags v2.11.0
29562026-05-06T05:14:52.324Z Compiling num-traits v0.2.19
29572026-05-06T05:14:52.333Z Compiling syn v2.0.117
29582026-05-06T05:14:52.343Z Compiling smallvec v1.15.1
29592026-05-06T05:14:52.364Z Compiling indexmap v2.14.0
29602026-05-06T05:14:52.367Z Compiling usdt-impl v0.5.0
29612026-05-06T05:14:52.387Z Compiling syn v1.0.109
29622026-05-06T05:14:52.398Z Compiling percent-encoding v2.3.2
29632026-05-06T05:14:52.398Z Compiling log v0.4.29
29642026-05-06T05:14:52.569Z Compiling getrandom v0.4.1
29652026-05-06T05:14:52.667Z Compiling form_urlencoded v1.2.2
29662026-05-06T05:14:52.737Z Compiling fs-err v3.3.0
29672026-05-06T05:14:52.747Z Compiling anyhow v1.0.102
29682026-05-06T05:14:52.769Z Compiling once_cell v1.21.3
29692026-05-06T05:14:52.815Z Compiling heck v0.4.1
29702026-05-06T05:14:53.082Z Compiling thread-id v4.2.2
29712026-05-06T05:14:53.098Z Compiling errno v0.3.14
29722026-05-06T05:14:53.101Z Compiling memmap v0.7.0
29732026-05-06T05:14:53.317Z Compiling ordered-float v2.10.1
29742026-05-06T05:14:53.841Z Compiling proc-macro-error v1.0.4
29752026-05-06T05:14:54.082Z Compiling tabled_derive v0.7.0
29762026-05-06T05:14:54.100Z Compiling terminal_size v0.4.3
29772026-05-06T05:14:54.103Z Compiling tempfile v3.25.0
29782026-05-06T05:14:54.194Z Compiling clap_builder v4.5.60
29792026-05-06T05:14:54.194Z Compiling textwrap v0.16.2
29802026-05-06T05:14:54.335Z Compiling camino-tempfile v1.4.1
29812026-05-06T05:14:54.721Z Compiling tabled v0.15.0
29822026-05-06T05:14:54.831Z Compiling synstructure v0.13.2
29832026-05-06T05:14:54.832Z Compiling pest_generator v2.8.6
29842026-05-06T05:14:55.223Z Compiling serde_derive v1.0.228
29852026-05-06T05:14:55.223Z Compiling zerofrom-derive v0.1.6
29862026-05-06T05:14:55.223Z Compiling yoke-derive v0.8.1
29872026-05-06T05:14:55.227Z Compiling zerovec-derive v0.11.2
29882026-05-06T05:14:55.227Z Compiling displaydoc v0.2.5
29892026-05-06T05:14:55.227Z Compiling thiserror-impl v1.0.69
29902026-05-06T05:14:55.227Z Compiling zerocopy-derive v0.7.35
29912026-05-06T05:14:55.227Z Compiling scroll_derive v0.12.1
29922026-05-06T05:14:55.353Z Compiling pest_derive v2.8.6
29932026-05-06T05:14:55.782Z Compiling thiserror-impl v2.0.18
29942026-05-06T05:14:55.946Z Compiling scroll v0.12.0
29952026-05-06T05:14:55.960Z Compiling clap_derive v4.5.55
29962026-05-06T05:14:56.079Z Compiling zerocopy v0.7.35
29972026-05-06T05:14:56.214Z Compiling goblin v0.8.2
29982026-05-06T05:14:56.344Z Compiling thiserror v1.0.69
29992026-05-06T05:14:56.363Z Compiling zerofrom v0.1.6
30002026-05-06T05:14:56.459Z Compiling dtrace-parser v0.2.0
30012026-05-06T05:14:56.505Z Compiling yoke v0.8.1
30022026-05-06T05:14:56.713Z Compiling zerovec v0.11.5
30032026-05-06T05:14:56.728Z Compiling zerotrie v0.2.3
30042026-05-06T05:14:56.974Z Compiling thiserror v2.0.18
30052026-05-06T05:14:57.321Z Compiling tinystr v0.8.2
30062026-05-06T05:14:57.555Z Compiling icu_locale_core v2.1.1
30072026-05-06T05:14:57.599Z Compiling potential_utf v0.1.4
30082026-05-06T05:14:57.806Z Compiling icu_collections v2.1.1
30092026-05-06T05:14:58.322Z Compiling icu_provider v2.1.1
30102026-05-06T05:14:58.543Z Compiling toml_datetime v0.6.11
30112026-05-06T05:14:58.555Z Compiling serde_spanned v0.6.9
30122026-05-06T05:14:58.744Z Compiling icu_normalizer v2.1.1
30132026-05-06T05:14:58.757Z Compiling icu_properties v2.1.2
30142026-05-06T05:14:58.761Z Compiling toml_edit v0.22.27
30152026-05-06T05:14:58.790Z Compiling dof v0.3.0
30162026-05-06T05:14:58.979Z Compiling serde_tokenstream v0.2.3
30172026-05-06T05:14:59.170Z Compiling serde-value v0.7.0
30182026-05-06T05:14:59.182Z Compiling cargo-platform v0.2.0
30192026-05-06T05:14:59.186Z Compiling macaddr v1.0.1
30202026-05-06T05:14:59.295Z Compiling clap v4.5.60
30212026-05-06T05:14:59.661Z Compiling usdt-attr-macro v0.5.0
30222026-05-06T05:14:59.686Z Compiling idna_adapter v1.2.1
30232026-05-06T05:14:59.703Z Compiling usdt-macro v0.5.0
30242026-05-06T05:14:59.799Z Compiling idna v1.1.0
30252026-05-06T05:15:00.212Z Compiling url v2.5.8
30262026-05-06T05:15:00.272Z Compiling usdt v0.5.0
30272026-05-06T05:15:00.408Z Compiling toml v0.8.23
30282026-05-06T05:15:00.921Z Compiling cargo-util-schemas v0.8.2
30292026-05-06T05:15:00.958Z Compiling cargo_toml v0.21.0
30302026-05-06T05:15:01.929Z Compiling cargo_metadata v0.21.0
30312026-05-06T05:15:05.037Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
30322026-05-06T05:15:08.064Z Finished `release` profile [optimized] target(s) in 16.39s
30332026-05-06T05:15:08.226Z
30342026-05-06T05:15:08.229Zreal 16.532537835
30352026-05-06T05:15:08.229Zuser 2:21.621512974
30362026-05-06T05:15:08.229Zsys 16.411188886
30372026-05-06T05:15:08.229Ztrap 0.098234721
30382026-05-06T05:15:08.229Ztflt 0.546670182
30392026-05-06T05:15:08.229Zdflt 1.381779421
30402026-05-06T05:15:08.229Zkflt 0.000037773
30412026-05-06T05:15:08.229Zlock 5:18.745297041
30422026-05-06T05:15:08.229Zslp 3:26.178097453
30432026-05-06T05:15:08.229Zlat 7.755748211
30442026-05-06T05:15:08.229Zstop 19.574388401
30452026-05-06T05:15:08.229Z+ export CARGO_PROFILE_DEV_DEBUG=line-tables-only
30462026-05-06T05:15:08.229Z+ CARGO_PROFILE_DEV_DEBUG=line-tables-only
30472026-05-06T05:15:08.229Z+ export CARGO_PROFILE_TEST_DEBUG=line-tables-only
30482026-05-06T05:15:08.230Z+ CARGO_PROFILE_TEST_DEBUG=line-tables-only
30492026-05-06T05:15:08.230Z+ ptime -m cargo build --locked -p end-to-end-tests --tests --bin bootstrap --message-format json-render-diagnostics
30502026-05-06T05:15:09.142Z Compiling newtype-uuid-macros v0.1.0
30512026-05-06T05:15:09.145Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
30522026-05-06T05:15:09.145Z Compiling regress v0.10.5
30532026-05-06T05:15:09.145Z Compiling structmeta-derive v0.3.0
30542026-05-06T05:15:09.288Z Compiling rustls v0.22.4
30552026-05-06T05:15:09.305Z Compiling rustls-webpki v0.102.8
30562026-05-06T05:15:09.308Z Compiling multer v3.1.0
30572026-05-06T05:15:09.308Z Compiling compression-core v0.4.31
30582026-05-06T05:15:09.308Z Compiling match_cfg v0.1.0
30592026-05-06T05:15:09.308Z Compiling debug-ignore v1.0.5
30602026-05-06T05:15:09.309Z Compiling slog-json v2.6.1
30612026-05-06T05:15:09.327Z Compiling async-stream-impl v0.3.6
30622026-05-06T05:15:09.330Z Compiling serde_spanned v1.0.4
30632026-05-06T05:15:09.330Z Compiling toml_datetime v1.0.0+spec-1.1.0
30642026-05-06T05:15:09.330Z Compiling dropshot v0.17.0
30652026-05-06T05:15:09.330Z Compiling toml_writer v1.0.6+spec-1.1.0
30662026-05-06T05:15:09.581Z Compiling hostname v0.3.1
30672026-05-06T05:15:09.601Z Compiling itertools v0.14.0
30682026-05-06T05:15:09.601Z Compiling waitgroup v0.1.2
30692026-05-06T05:15:09.605Z Compiling rustls-pemfile v2.2.0
30702026-05-06T05:15:09.672Z Compiling compression-codecs v0.4.37
30712026-05-06T05:15:09.690Z Compiling slog-bunyan v2.5.0
30722026-05-06T05:15:09.723Z Compiling toml v1.0.6+spec-1.1.0
30732026-05-06T05:15:09.740Z Compiling dropshot_endpoint v0.17.0
30742026-05-06T05:15:09.743Z Compiling hostname v0.4.2
30752026-05-06T05:15:09.757Z Compiling serde_path_to_error v0.1.20
30762026-05-06T05:15:09.842Z Compiling progenitor-client v0.14.0
30772026-05-06T05:15:09.860Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
30782026-05-06T05:15:09.878Z Compiling macaddr v1.0.1
30792026-05-06T05:15:09.881Z Compiling async-compression v0.4.41
30802026-05-06T05:15:09.936Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
30812026-05-06T05:15:10.042Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
30822026-05-06T05:15:10.058Z Compiling async-stream v0.3.6
30832026-05-06T05:15:10.076Z Compiling instant v0.1.13
30842026-05-06T05:15:10.126Z Compiling progenitor-client v0.10.0
30852026-05-06T05:15:10.164Z Compiling backon v1.6.0
30862026-05-06T05:15:10.181Z Compiling backoff v0.4.0
30872026-05-06T05:15:10.205Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
30882026-05-06T05:15:10.234Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
30892026-05-06T05:15:10.257Z Compiling universal-hash v0.5.1
30902026-05-06T05:15:10.320Z Compiling opaque-debug v0.3.1
30912026-05-06T05:15:10.366Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
30922026-05-06T05:15:10.395Z Compiling progenitor-extras v0.2.0
30932026-05-06T05:15:10.398Z Compiling half v2.7.1
30942026-05-06T05:15:10.432Z Compiling unsafe-libyaml v0.2.11
30952026-05-06T05:15:10.435Z Compiling crucible-workspace-hack v0.1.0
30962026-05-06T05:15:10.435Z Compiling ciborium-io v0.2.2
30972026-05-06T05:15:10.484Z Compiling structmeta v0.3.0
30982026-05-06T05:15:10.487Z Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
30992026-05-06T05:15:10.518Z Compiling convert_case v0.4.0
31002026-05-06T05:15:10.571Z Compiling regress v0.11.1
31012026-05-06T05:15:10.639Z Compiling aead v0.5.2
31022026-05-06T05:15:10.663Z Compiling secrecy v0.10.3
31032026-05-06T05:15:10.694Z Compiling ciborium-ll v0.2.2
31042026-05-06T05:15:10.718Z Compiling derive-ex v0.1.8
31052026-05-06T05:15:10.722Z Compiling parse-display-derive v0.10.0
31062026-05-06T05:15:10.777Z Compiling poly1305 v0.8.0
31072026-05-06T05:15:10.833Z Compiling chacha20 v0.9.1
31082026-05-06T05:15:10.851Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=ae1da83e66c648574827298f4bc444632bf4d047#ae1da83e)
31092026-05-06T05:15:10.867Z Compiling ciborium v0.2.2
31102026-05-06T05:15:10.918Z Compiling derive_more v0.99.20
31112026-05-06T05:15:10.934Z Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
31122026-05-06T05:15:10.953Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
31132026-05-06T05:15:11.045Z Compiling serde_yaml v0.9.34+deprecated
31142026-05-06T05:15:11.113Z Compiling thiserror-impl-no-std v2.0.2
31152026-05-06T05:15:11.132Z Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
31162026-05-06T05:15:11.193Z Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
31172026-05-06T05:15:11.293Z Compiling byte-wrapper v0.1.0
31182026-05-06T05:15:11.322Z Compiling blake2 v0.10.6
31192026-05-06T05:15:11.341Z Compiling password-hash v0.5.0
31202026-05-06T05:15:11.458Z Compiling chacha20poly1305 v0.10.1
31212026-05-06T05:15:11.545Z Compiling indent_write v2.2.0
31222026-05-06T05:15:11.570Z Compiling heapless v0.8.0
31232026-05-06T05:15:11.639Z Compiling argon2 v0.5.3
31242026-05-06T05:15:11.663Z Compiling ingot-macros v0.1.1
31252026-05-06T05:15:11.710Z Compiling toml_edit v0.23.10+spec-1.0.0
31262026-05-06T05:15:11.763Z Compiling hash32 v0.3.1
31272026-05-06T05:15:11.892Z Compiling tokio-rustls v0.25.0
31282026-05-06T05:15:11.948Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
31292026-05-06T05:15:12.083Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
31302026-05-06T05:15:12.193Z Compiling typify-impl v0.6.2
31312026-05-06T05:15:12.333Z Compiling thiserror-no-std v2.0.2
31322026-05-06T05:15:12.377Z Compiling smoltcp v0.11.0
31332026-05-06T05:15:12.448Z Compiling vsss-rs v3.3.4
31342026-05-06T05:15:12.465Z Compiling proc-macro-crate v3.4.0
31352026-05-06T05:15:12.480Z Compiling test-strategy v0.4.5
31362026-05-06T05:15:12.499Z Compiling parse-display v0.10.0
31372026-05-06T05:15:12.780Z Compiling tabwriter v1.4.1
31382026-05-06T05:15:12.799Z Compiling num-rational v0.4.2
31392026-05-06T05:15:12.827Z Compiling cobs v0.3.0
31402026-05-06T05:15:12.861Z Compiling num-complex v0.4.6
31412026-05-06T05:15:13.018Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
31422026-05-06T05:15:13.036Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
31432026-05-06T05:15:13.055Z Compiling num_enum_derive v0.7.5
31442026-05-06T05:15:13.058Z Compiling postcard v1.1.3
31452026-05-06T05:15:13.273Z Compiling num v0.4.3
31462026-05-06T05:15:13.289Z Compiling proc-macro-error v1.0.4
31472026-05-06T05:15:13.345Z Compiling proc-macro-crate v1.3.1
31482026-05-06T05:15:13.371Z Compiling foreign-types-macros v0.2.3
31492026-05-06T05:15:13.414Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=bae0440c199b3908c12903a9532854936353433b#bae0440c)
31502026-05-06T05:15:13.432Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=bae0440c199b3908c12903a9532854936353433b#bae0440c)
31512026-05-06T05:15:13.449Z Compiling rayon-core v1.13.0
31522026-05-06T05:15:13.529Z Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
31532026-05-06T05:15:13.631Z Compiling colored v3.1.1
31542026-05-06T05:15:13.654Z Compiling cpufeatures v0.3.0
31552026-05-06T05:15:13.672Z Compiling float-ord v0.3.2
31562026-05-06T05:15:13.713Z Compiling foreign-types-shared v0.3.1
31572026-05-06T05:15:13.756Z Compiling chacha20 v0.10.0
31582026-05-06T05:15:13.773Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
31592026-05-06T05:15:13.790Z Compiling num_enum_derive v0.5.11
31602026-05-06T05:15:13.914Z Compiling crossbeam-deque v0.8.6
31612026-05-06T05:15:13.989Z Compiling camino-tempfile v1.4.1
31622026-05-06T05:15:14.038Z Compiling foreign-types v0.5.0
31632026-05-06T05:15:14.055Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
31642026-05-06T05:15:14.074Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=bae0440c199b3908c12903a9532854936353433b#bae0440c)
31652026-05-06T05:15:14.078Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
31662026-05-06T05:15:14.078Z Compiling cstr-argument v0.1.2
31672026-05-06T05:15:14.136Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8)
31682026-05-06T05:15:14.154Z Compiling rand v0.10.0
31692026-05-06T05:15:14.190Z Compiling num_enum v0.7.5
31702026-05-06T05:15:14.248Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
31712026-05-06T05:15:14.272Z Compiling toml v0.8.23
31722026-05-06T05:15:14.335Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
31732026-05-06T05:15:14.377Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
31742026-05-06T05:15:14.535Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
31752026-05-06T05:15:14.554Z Compiling rayon v1.11.0
31762026-05-06T05:15:14.572Z Compiling zone_cfg_derive v0.3.1
31772026-05-06T05:15:14.591Z Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
31782026-05-06T05:15:14.609Z Compiling ingot-types v0.1.2
31792026-05-06T05:15:14.687Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
31802026-05-06T05:15:14.705Z Compiling itertools v0.12.1
31812026-05-06T05:15:14.723Z Compiling num-derive v0.4.2
31822026-05-06T05:15:14.743Z Compiling sigpipe v0.1.3
31832026-05-06T05:15:14.761Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
31842026-05-06T05:15:14.874Z Compiling glob v0.3.3
31852026-05-06T05:15:14.909Z Compiling num_enum v0.5.11
31862026-05-06T05:15:14.926Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
31872026-05-06T05:15:14.946Z Compiling smf v0.2.3
31882026-05-06T05:15:14.999Z Compiling ingot v0.1.1
31892026-05-06T05:15:15.018Z Compiling whoami v1.6.1
31902026-05-06T05:15:15.055Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
31912026-05-06T05:15:15.070Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
31922026-05-06T05:15:15.125Z Compiling prettyplease v0.2.37
31932026-05-06T05:15:15.208Z Compiling gethostname v0.5.0
31942026-05-06T05:15:15.311Z Compiling usdt-macro v0.5.0
31952026-05-06T05:15:15.329Z Compiling atomicwrites v0.4.4
31962026-05-06T05:15:15.357Z Compiling usdt-attr-macro v0.5.0
31972026-05-06T05:15:15.414Z Compiling memmap v0.7.0
31982026-05-06T05:15:15.515Z Compiling derive-where v1.6.0
31992026-05-06T05:15:15.557Z Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
32002026-05-06T05:15:15.580Z Compiling progenitor-client v0.13.0
32012026-05-06T05:15:15.637Z Compiling owo-colors v4.3.0
32022026-05-06T05:15:15.707Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
32032026-05-06T05:15:15.725Z Compiling resolv-conf v0.7.6
32042026-05-06T05:15:15.924Z Compiling zone v0.3.1
32052026-05-06T05:15:15.985Z Compiling cancel-safe-futures v0.1.5
32062026-05-06T05:15:16.068Z Compiling libsw-core v0.3.2
32072026-05-06T05:15:16.105Z Compiling async-recursion v1.1.1
32082026-05-06T05:15:16.123Z Compiling console v0.15.11
32092026-05-06T05:15:16.226Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
32102026-05-06T05:15:16.243Z Compiling usdt v0.5.0
32112026-05-06T05:15:16.383Z Compiling libsw v3.5.0
32122026-05-06T05:15:16.478Z Compiling newline-converter v0.3.0
32132026-05-06T05:15:16.536Z Compiling linear-map v1.2.0
32142026-05-06T05:15:16.599Z Compiling libefi-sys v0.1.0
32152026-05-06T05:15:16.618Z Compiling expectorate v1.2.0
32162026-05-06T05:15:16.632Z Compiling hickory-proto v0.24.4
32172026-05-06T05:15:16.653Z Compiling bitfield-struct v0.6.2
32182026-05-06T05:15:16.656Z Compiling linked-hash-map v0.5.6
32192026-05-06T05:15:16.749Z Compiling semver v0.1.20
32202026-05-06T05:15:16.767Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=bae0440c199b3908c12903a9532854936353433b#bae0440c)
32212026-05-06T05:15:16.812Z Compiling tokio-dtrace v0.1.1
32222026-05-06T05:15:16.829Z Compiling dropshot-api-manager-types v0.7.1
32232026-05-06T05:15:16.864Z Compiling lru-cache v0.1.2
32242026-05-06T05:15:16.889Z Compiling pin-project-internal v1.1.11
32252026-05-06T05:15:16.924Z Compiling typify-macro v0.6.2
32262026-05-06T05:15:16.927Z Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
32272026-05-06T05:15:16.927Z Compiling slog-dtrace v0.3.0
32282026-05-06T05:15:16.980Z Compiling rustc_version v0.1.7
32292026-05-06T05:15:17.014Z Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
32302026-05-06T05:15:17.062Z Compiling minimal-lexical v0.2.1
32312026-05-06T05:15:17.103Z Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
32322026-05-06T05:15:17.121Z Compiling oxide-tokio-rt v0.1.4
32332026-05-06T05:15:17.124Z Compiling typify-impl v0.4.3
32342026-05-06T05:15:17.189Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
32352026-05-06T05:15:17.234Z Compiling snafu-derive v0.8.9
32362026-05-06T05:15:17.251Z Compiling newtype_derive v0.1.6
32372026-05-06T05:15:17.340Z Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
32382026-05-06T05:15:17.343Z Compiling nom v7.1.3
32392026-05-06T05:15:17.373Z Compiling phf_shared v0.12.1
32402026-05-06T05:15:17.441Z Compiling pem v3.0.6
32412026-05-06T05:15:17.467Z Compiling csv-core v0.1.13
32422026-05-06T05:15:17.584Z Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
32432026-05-06T05:15:17.730Z Compiling same-file v1.0.6
32442026-05-06T05:15:17.753Z Compiling highway v1.3.0
32452026-05-06T05:15:17.770Z Compiling chrono-tz v0.10.4
32462026-05-06T05:15:17.807Z Compiling xshell-macros v0.2.7
32472026-05-06T05:15:17.936Z Compiling walkdir v2.5.0
32482026-05-06T05:15:17.952Z Compiling const_format_proc_macros v0.2.34
32492026-05-06T05:15:18.001Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=bae0440c199b3908c12903a9532854936353433b#bae0440c)
32502026-05-06T05:15:18.017Z Compiling csv v1.4.0
32512026-05-06T05:15:18.086Z Compiling pin-project v1.1.11
32522026-05-06T05:15:18.145Z Compiling phf v0.12.1
32532026-05-06T05:15:18.235Z Compiling xshell v0.2.7
32542026-05-06T05:15:18.238Z Compiling gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
32552026-05-06T05:15:18.292Z Compiling globset v0.4.18
32562026-05-06T05:15:18.324Z Compiling olpc-cjson v0.1.4
32572026-05-06T05:15:18.514Z Compiling rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
32582026-05-06T05:15:18.568Z Compiling primeorder v0.13.6
32592026-05-06T05:15:18.586Z Compiling serde_plain v1.0.2
32602026-05-06T05:15:18.607Z Compiling typed-path v0.9.3
32612026-05-06T05:15:18.745Z Compiling typify v0.6.2
32622026-05-06T05:15:18.745Z Compiling hickory-resolver v0.24.4
32632026-05-06T05:15:18.778Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
32642026-05-06T05:15:18.802Z Compiling const_format v0.2.35
32652026-05-06T05:15:18.820Z Compiling cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
32662026-05-06T05:15:18.935Z Compiling progenitor-impl v0.14.0
32672026-05-06T05:15:18.952Z Compiling progenitor-impl v0.13.0
32682026-05-06T05:15:19.138Z Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
32692026-05-06T05:15:19.202Z Compiling tabled_derive v0.7.0
32702026-05-06T05:15:19.296Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=bae0440c199b3908c12903a9532854936353433b#bae0440c)
32712026-05-06T05:15:19.313Z Compiling snafu v0.8.9
32722026-05-06T05:15:19.479Z Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
32732026-05-06T05:15:19.703Z Compiling oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
32742026-05-06T05:15:19.722Z Compiling internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
32752026-05-06T05:15:19.764Z Compiling clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
32762026-05-06T05:15:19.906Z Compiling qorb v0.4.1
32772026-05-06T05:15:19.965Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
32782026-05-06T05:15:20.219Z Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
32792026-05-06T05:15:20.295Z Compiling tough v0.20.0
32802026-05-06T05:15:20.439Z Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
32812026-05-06T05:15:20.476Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
32822026-05-06T05:15:20.562Z Compiling bcs v0.1.6
32832026-05-06T05:15:20.726Z Compiling salty v0.3.0
32842026-05-06T05:15:20.917Z Compiling termtree v0.5.1
32852026-05-06T05:15:21.030Z Compiling textwrap v0.16.2
32862026-05-06T05:15:21.051Z Compiling tabled v0.15.0
32872026-05-06T05:15:21.106Z Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
32882026-05-06T05:15:21.344Z Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
32892026-05-06T05:15:21.363Z Compiling steno v0.4.1
32902026-05-06T05:15:21.519Z Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
32912026-05-06T05:15:21.554Z Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
32922026-05-06T05:15:21.606Z Compiling tagptr v0.2.0
32932026-05-06T05:15:21.643Z Compiling progenitor-macro v0.14.0
32942026-05-06T05:15:21.686Z Compiling progenitor-macro v0.13.0
32952026-05-06T05:15:21.689Z Compiling radium v0.7.0
32962026-05-06T05:15:21.723Z Compiling typify-macro v0.4.3
32972026-05-06T05:15:21.741Z Compiling base64 v0.21.7
32982026-05-06T05:15:21.798Z Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
32992026-05-06T05:15:21.817Z Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
33002026-05-06T05:15:21.936Z Compiling humantime v2.3.0
33012026-05-06T05:15:21.993Z Compiling moka v0.12.13
33022026-05-06T05:15:22.096Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
33032026-05-06T05:15:22.231Z Compiling p384 v0.13.1
33042026-05-06T05:15:22.464Z Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
33052026-05-06T05:15:22.674Z Compiling maybe-uninit v2.0.0
33062026-05-06T05:15:22.702Z Compiling tap v1.0.1
33072026-05-06T05:15:22.804Z Compiling hickory-resolver v0.25.2
33082026-05-06T05:15:22.822Z Compiling wyz v0.5.1
33092026-05-06T05:15:22.848Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
33102026-05-06T05:15:23.066Z Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
33112026-05-06T05:15:23.279Z Compiling proc-macro-error-attr2 v2.0.0
33122026-05-06T05:15:23.299Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
33132026-05-06T05:15:23.431Z Compiling packed_struct v0.10.1
33142026-05-06T05:15:23.456Z Compiling parking_lot_core v0.8.6
33152026-05-06T05:15:23.522Z Compiling typify v0.4.3
33162026-05-06T05:15:23.564Z Compiling funty v2.0.0
33172026-05-06T05:15:23.624Z Compiling utf-8 v0.7.6
33182026-05-06T05:15:23.661Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
33192026-05-06T05:15:23.712Z Compiling proc-macro-error2 v2.0.1
33202026-05-06T05:15:23.771Z Compiling tungstenite v0.21.0
33212026-05-06T05:15:23.838Z Compiling polyval v0.6.2
33222026-05-06T05:15:23.875Z Compiling git-stub v1.0.0
33232026-05-06T05:15:23.936Z Compiling packed_struct_codegen v0.10.1
33242026-05-06T05:15:23.960Z Compiling bitvec v1.0.1
33252026-05-06T05:15:24.061Z Compiling num-derive v0.3.3
33262026-05-06T05:15:24.131Z Compiling bitfield-macros v0.19.4
33272026-05-06T05:15:24.180Z Compiling zerocopy-derive v0.6.6
33282026-05-06T05:15:24.240Z Compiling indexmap v1.9.3
33292026-05-06T05:15:24.325Z Compiling nodrop v0.1.14
33302026-05-06T05:15:24.347Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
33312026-05-06T05:15:24.447Z Compiling crc-catalog v2.4.0
33322026-05-06T05:15:24.485Z Compiling array-init v0.0.4
33332026-05-06T05:15:24.564Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
33342026-05-06T05:15:24.607Z Compiling crc v3.4.0
33352026-05-06T05:15:24.670Z Compiling tokio-tungstenite v0.21.0
33362026-05-06T05:15:24.751Z Compiling tabled_derive v0.11.0
33372026-05-06T05:15:24.842Z Compiling git-stub-vcs v0.1.0
33382026-05-06T05:15:24.864Z Compiling ghash v0.5.1
33392026-05-06T05:15:24.908Z Compiling bitfield v0.19.4
33402026-05-06T05:15:25.020Z Compiling libscf-sys v1.1.0
33412026-05-06T05:15:25.052Z Compiling smallvec v0.6.14
33422026-05-06T05:15:25.093Z Compiling zerocopy v0.6.6
33432026-05-06T05:15:25.214Z Compiling progenitor-impl v0.11.2
33442026-05-06T05:15:25.238Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
33452026-05-06T05:15:25.255Z Compiling papergrid v0.17.0
33462026-05-06T05:15:25.274Z Compiling testing_table v0.3.0
33472026-05-06T05:15:25.295Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
33482026-05-06T05:15:25.463Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
33492026-05-06T05:15:25.478Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f)
33502026-05-06T05:15:25.482Z Compiling ctr v0.9.2
33512026-05-06T05:15:25.582Z Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
33522026-05-06T05:15:25.731Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
33532026-05-06T05:15:25.747Z Compiling unicase v2.9.0
33542026-05-06T05:15:25.813Z Compiling corncobs v0.1.4
33552026-05-06T05:15:25.876Z Compiling hashbrown v0.12.3
33562026-05-06T05:15:25.968Z Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
33572026-05-06T05:15:26.002Z Compiling aes-gcm v0.10.3
33582026-05-06T05:15:26.005Z Compiling mime_guess v2.0.5
33592026-05-06T05:15:26.039Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
33602026-05-06T05:15:26.056Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
33612026-05-06T05:15:26.104Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
33622026-05-06T05:15:26.218Z Compiling tabled v0.20.0
33632026-05-06T05:15:26.272Z Compiling parking_lot v0.11.2
33642026-05-06T05:15:26.404Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
33652026-05-06T05:15:26.422Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
33662026-05-06T05:15:26.470Z Compiling serde-hex v0.1.0
33672026-05-06T05:15:26.613Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
33682026-05-06T05:15:26.723Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
33692026-05-06T05:15:26.788Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
33702026-05-06T05:15:26.791Z Compiling progenitor v0.14.0
33712026-05-06T05:15:26.838Z Compiling progenitor v0.13.0
33722026-05-06T05:15:26.971Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
33732026-05-06T05:15:27.014Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
33742026-05-06T05:15:27.031Z Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
33752026-05-06T05:15:27.054Z Compiling progenitor-impl v0.10.0
33762026-05-06T05:15:27.071Z Compiling ron v0.8.1
33772026-05-06T05:15:27.098Z Compiling hashbrown v0.13.2
33782026-05-06T05:15:27.193Z Compiling progenitor-client v0.11.2
33792026-05-06T05:15:27.223Z Compiling ssh-encoding v0.2.0
33802026-05-06T05:15:27.507Z Compiling prefix-trie v0.7.0
33812026-05-06T05:15:27.532Z Compiling blowfish v0.9.1
33822026-05-06T05:15:27.548Z Compiling fxhash v0.2.1
33832026-05-06T05:15:27.604Z Compiling secrecy v0.8.0
33842026-05-06T05:15:27.718Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
33852026-05-06T05:15:27.786Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
33862026-05-06T05:15:27.815Z Compiling crc-any v2.5.0
33872026-05-06T05:15:27.889Z Compiling progenitor-macro v0.11.2
33882026-05-06T05:15:27.914Z Compiling hickory-server v0.25.2
33892026-05-06T05:15:27.972Z Compiling bcrypt-pbkdf v0.10.0
33902026-05-06T05:15:28.052Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
33912026-05-06T05:15:28.229Z Compiling sled v0.34.7
33922026-05-06T05:15:28.325Z Compiling object v0.30.4
33932026-05-06T05:15:28.387Z Compiling ssh-cipher v0.2.0
33942026-05-06T05:15:28.672Z Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
33952026-05-06T05:15:29.079Z Compiling bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
33962026-05-06T05:15:29.201Z Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
33972026-05-06T05:15:29.351Z Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
33982026-05-06T05:15:29.512Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
33992026-05-06T05:15:29.652Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
34002026-05-06T05:15:29.814Z Compiling progenitor-macro v0.10.0
34012026-05-06T05:15:29.887Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
34022026-05-06T05:15:30.078Z Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
34032026-05-06T05:15:30.125Z Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
34042026-05-06T05:15:30.142Z Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
34052026-05-06T05:15:30.535Z Compiling password-hash v0.4.2
34062026-05-06T05:15:30.955Z Compiling crc8 v0.1.1
34072026-05-06T05:15:30.980Z Compiling http-range v0.1.5
34082026-05-06T05:15:31.107Z Compiling half v1.8.3
34092026-05-06T05:15:31.203Z Compiling nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
34102026-05-06T05:15:31.341Z Compiling path-slash v0.1.5
34112026-05-06T05:15:31.406Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
34122026-05-06T05:15:31.424Z Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
34132026-05-06T05:15:31.512Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
34142026-05-06T05:15:31.629Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
34152026-05-06T05:15:31.710Z Compiling serde_cbor v0.11.2
34162026-05-06T05:15:31.817Z Compiling pbkdf2 v0.11.0
34172026-05-06T05:15:32.006Z Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
34182026-05-06T05:15:32.034Z Compiling ssh-key v0.6.7
34192026-05-06T05:15:32.308Z Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
34202026-05-06T05:15:32.338Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
34212026-05-06T05:15:32.355Z Compiling oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
34222026-05-06T05:15:32.426Z Compiling p521 v0.13.3
34232026-05-06T05:15:32.443Z Compiling p256 v0.13.2
34242026-05-06T05:15:32.463Z Compiling yasna v0.5.2
34252026-05-06T05:15:32.859Z Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
34262026-05-06T05:15:32.905Z Compiling kstat-rs v0.2.4
34272026-05-06T05:15:32.946Z Compiling progenitor v0.11.2
34282026-05-06T05:15:33.004Z Compiling headers-core v0.3.0
34292026-05-06T05:15:33.139Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
34302026-05-06T05:15:33.158Z Compiling nanorand v0.7.0
34312026-05-06T05:15:33.161Z Compiling russh-cryptovec v0.7.3
34322026-05-06T05:15:33.161Z Compiling atty v0.2.14
34332026-05-06T05:15:33.204Z Compiling home v0.5.12
34342026-05-06T05:15:33.234Z Compiling md5 v0.7.0
34352026-05-06T05:15:33.237Z Compiling transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
34362026-05-06T05:15:33.276Z Compiling headers v0.4.1
34372026-05-06T05:15:33.324Z Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
34382026-05-06T05:15:33.378Z Compiling flume v0.11.1
34392026-05-06T05:15:33.394Z Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
34402026-05-06T05:15:33.416Z Compiling rcgen v0.12.1
34412026-05-06T05:15:33.469Z Compiling russh-keys v0.45.0
34422026-05-06T05:15:33.528Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
34432026-05-06T05:15:33.659Z Compiling zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
34442026-05-06T05:15:33.716Z Compiling hyper-staticfile v0.10.1
34452026-05-06T05:15:33.756Z Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
34462026-05-06T05:15:33.815Z Compiling bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
34472026-05-06T05:15:34.098Z Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
34482026-05-06T05:15:34.194Z Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
34492026-05-06T05:15:34.255Z Compiling tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
34502026-05-06T05:15:34.366Z Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
34512026-05-06T05:15:34.566Z Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
34522026-05-06T05:15:34.583Z Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
34532026-05-06T05:15:34.638Z Compiling num-bigint v0.4.6
34542026-05-06T05:15:34.734Z Compiling des v0.8.1
34552026-05-06T05:15:34.832Z Compiling subprocess v0.2.15
34562026-05-06T05:15:34.879Z Compiling progenitor v0.10.0
34572026-05-06T05:15:34.960Z Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
34582026-05-06T05:15:34.980Z Compiling display-error-chain v0.2.2
34592026-05-06T05:15:35.048Z Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
34602026-05-06T05:15:35.076Z Compiling hex-literal v0.4.1
34612026-05-06T05:15:35.117Z Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
34622026-05-06T05:15:35.150Z Compiling colored v2.2.0
34632026-05-06T05:15:35.218Z Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
34642026-05-06T05:15:35.339Z Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
34652026-05-06T05:15:35.403Z Compiling dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
34662026-05-06T05:15:35.487Z Compiling socket2 v0.5.10
34672026-05-06T05:15:35.539Z Compiling internet-checksum v0.2.1
34682026-05-06T05:15:35.824Z Compiling russh v0.45.0
34692026-05-06T05:15:36.318Z Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
34702026-05-06T05:15:36.335Z Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
34712026-05-06T05:15:38.810Z Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
34722026-05-06T05:15:39.487Z Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
34732026-05-06T05:15:39.967Z Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
34742026-05-06T05:15:40.899Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
34752026-05-06T05:15:48.801Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
34762026-05-06T05:15:48.801Z Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
34772026-05-06T05:15:48.804Z Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
34782026-05-06T05:15:48.804Z Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
34792026-05-06T05:15:50.524Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
34802026-05-06T05:15:50.575Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
34812026-05-06T05:15:54.727Z Compiling sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
34822026-05-06T05:15:56.111Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
34832026-05-06T05:16:14.820Z Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
34842026-05-06T05:16:33.005Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 24s
34852026-05-06T05:16:33.227Z
34862026-05-06T05:16:33.232Zreal 1:24.926845220
34872026-05-06T05:16:33.232Zuser 8:16.993632340
34882026-05-06T05:16:33.233Zsys 1:40.806001223
34892026-05-06T05:16:33.233Ztrap 0.259999017
34902026-05-06T05:16:33.233Ztflt 0.533686521
34912026-05-06T05:16:33.233Zdflt 1.689730418
34922026-05-06T05:16:33.233Zkflt 0.000459259
34932026-05-06T05:16:33.233Zlock 29:27.489966656
34942026-05-06T05:16:33.233Zslp 19:13.356698448
34952026-05-06T05:16:33.233Zlat 39.400360816
34962026-05-06T05:16:33.233Zstop 2:52.257672041
34972026-05-06T05:16:33.233Z+ mkdir tests
34982026-05-06T05:16:33.233Z+ /opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json
34992026-05-06T05:16:33.234Z+ xargs -I '{}' -t cp '{}' tests/
35002026-05-06T05:16:33.261Zcp /work/oxidecomputer/omicron/target/debug/deps/dhcp_server-470a60e3d0e6ef24 tests/
35012026-05-06T05:16:33.291Zcp /work/oxidecomputer/omicron/target/debug/deps/bootstrap-a30bd6ce46b8f667 tests/
35022026-05-06T05:16:33.321Zcp /work/oxidecomputer/omicron/target/debug/deps/commtest-6ff027522a55cd83 tests/
35032026-05-06T05:16:33.355Zcp /work/oxidecomputer/omicron/target/debug/deps/end_to_end_tests-06879957ae11aa92 tests/
35042026-05-06T05:16:33.578Z+ 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/* tools/opte_version tools/opte_version_override)
35052026-05-06T05:16:33.582Z+ 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-a30bd6ce46b8f667 tests/commtest-6ff027522a55cd83 tests/dhcp_server-470a60e3d0e6ef24 tests/end_to_end_tests-06879957ae11aa92 tools/opte_version tools/opte_version_override 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
35062026-05-06T05:17:59.004ZCompressing '/work/package.tar.gz' with '/usr/bin/gzip'...
35072026-05-06T05:17:59.004Za .github/buildomat/ci-env.sh 1K
35082026-05-06T05:17:59.004Za out/target/test 1K
35092026-05-06T05:17:59.004Za out/npuzone/npuzone 27402K
35102026-05-06T05:17:59.004Za package-manifest.toml 35K
35112026-05-06T05:17:59.004Za smf/sled-agent/non-gimlet/config.toml 6K
35122026-05-06T05:17:59.004Za target/release/omicron-package 44886K
35132026-05-06T05:17:59.004Za target/release/xtask 11449K
35142026-05-06T05:17:59.004Za target/debug/bootstrap 351804K
35152026-05-06T05:17:59.004Za tests/bootstrap-a30bd6ce46b8f667 31215K
35162026-05-06T05:17:59.004Za tests/commtest-6ff027522a55cd83 32300K
35172026-05-06T05:17:59.004Za tests/dhcp_server-470a60e3d0e6ef24 31215K
35182026-05-06T05:17:59.004Za tests/end_to_end_tests-06879957ae11aa92 392918K
35192026-05-06T05:17:59.004Za tools/opte_version 1K
35202026-05-06T05:17:59.004Za tools/opte_version_override 2K
35212026-05-06T05:17:59.004Za out/clickhouse.tar.gz 318955K
35222026-05-06T05:17:59.004Za out/clickhouse_keeper.tar.gz 304309K
35232026-05-06T05:17:59.004Za out/clickhouse_server.tar.gz 318954K
35242026-05-06T05:17:59.004Za out/cockroachdb.tar.gz 164629K
35252026-05-06T05:17:59.004Za out/crucible-pantry-zone.tar.gz 43686K
35262026-05-06T05:17:59.004Za out/crucible-utils.tar 17744K
35272026-05-06T05:17:59.004Za out/crucible-zone.tar.gz 57824K
35282026-05-06T05:17:59.004Za out/external-dns.tar.gz 49279K
35292026-05-06T05:17:59.004Za out/internal-dns.tar.gz 49279K
35302026-05-06T05:17:59.004Za out/mg-ddm-gz.tar 95141K
35312026-05-06T05:17:59.004Za out/nexus.tar.gz 219958K
35322026-05-06T05:17:59.004Za out/ntp.tar.gz 31636K
35332026-05-06T05:17:59.004Za out/omicron-gateway-softnpu.tar.gz 28502K
35342026-05-06T05:17:59.004Za out/omicron-sled-agent.tar 198822K
35352026-05-06T05:17:59.004Za out/overlay.tar.gz 3K
35362026-05-06T05:17:59.004Za out/oximeter.tar.gz 65320K
35372026-05-06T05:17:59.004Za out/oxlog.tar 3782K
35382026-05-06T05:17:59.005Za out/probe.tar.gz 3037K
35392026-05-06T05:17:59.005Za out/propolis-server.tar.gz 38727K
35402026-05-06T05:17:59.005Za out/pumpkind-gz.tar 26647K
35412026-05-06T05:17:59.005Za out/switch-softnpu.tar.gz 392777K
35422026-05-06T05:17:59.008Z
35432026-05-06T05:17:59.008Zreal 1:25.419511786
35442026-05-06T05:17:59.008Zuser 1:22.729409784
35452026-05-06T05:17:59.008Zsys 4.451640003
35462026-05-06T05:17:59.008Ztrap 0.007275554
35472026-05-06T05:17:59.008Ztflt 0.000000000
35482026-05-06T05:17:59.008Zdflt 0.000000000
35492026-05-06T05:17:59.008Zkflt 0.000000000
35502026-05-06T05:17:59.008Zlock 0.000000000
35512026-05-06T05:17:59.008Zslp 1:22.648065674
35522026-05-06T05:17:59.008Zlat 0.998372752
35532026-05-06T05:17:59.008Zstop 0.000215688
35542026-05-06T05:17:59.008Zprocess exited: duration 954062 ms, exit code 0
 
35552026-05-06T05:17:59.022Zfound 1 output files
35562026-05-06T05:17:59.022Zuploading: /work/package.tar.gz (2430436850 bytes)
35572026-05-06T05:18:26.378Zuploaded: /work/package.tar.gz