01KQYP8ZCE0VQ3XH6161P7Y2Y7: 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: 01KQYP9DFWKQWJYM874N59355N

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12026-05-06T13:06:18.759Zjob assigned to worker 01KQYP9JB8S5S6NJJRCV2B3XX5 [factory aws, i-01b4f76416696234d] (queued for 49 s)
 
22026-05-06T13:06:26.081Zstarting task 0: "setup"
32026-05-06T13:06:26.085Z++ uname -s
42026-05-06T13:06:26.090Z+ kern=SunOS
52026-05-06T13:06:26.090Z+ build_user=build
62026-05-06T13:06:26.090Z+ build_uid=12345
72026-05-06T13:06:26.090Z+ work_dir=/work
82026-05-06T13:06:26.090Z+ input_dir=/input
92026-05-06T13:06:26.090Z+ [[ 0 == 12345 ]]
102026-05-06T13:06:26.090Z+ case "$kern" in
112026-05-06T13:06:26.090Z+ groupadd -g 12345 build
122026-05-06T13:06:26.093Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-05-06T13:06:28.101Z+ zfs create -o mountpoint=/work rpool/work
142026-05-06T13:06:28.237Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-05-06T13:06:28.241Z+ home_fs=zfs
162026-05-06T13:06:28.241Z+ [[ zfs == autofs ]]
172026-05-06T13:06:28.241Z+ mkdir -p /home/build
182026-05-06T13:06:28.241Z+ chown build:build /home/build /work
192026-05-06T13:06:30.244Z+ chmod 0700 /home/build /work
202026-05-06T13:06:30.247Zprocess exited: duration 4169 ms, exit code 0
 
212026-05-06T13:06:30.254Zstarting task 1: "rust-toolchain"
222026-05-06T13:06:30.260Z+ printf ' * rust toolchain channel = "%s"\n' 1.94.0
232026-05-06T13:06:30.260Z+ printf ' * rust toolchain profile = "%s"\n' default
242026-05-06T13:06:30.260Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
252026-05-06T13:06:30.260Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
262026-05-06T13:06:30.260Z * rust toolchain channel = "1.94.0"
272026-05-06T13:06:30.261Z * rust toolchain profile = "default"
282026-05-06T13:06:30.265Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-05-06T13:06:30.265Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.94.0 --profile default
302026-05-06T13:06:30.391Zinfo: downloading installer
312026-05-06T13:06:31.935Zwarn: It looks like you have an existing installation of Rust at:
322026-05-06T13:06:31.935Zwarn: /opt/ooce/bin
332026-05-06T13:06:31.935Zwarn: It is recommended that rustup be the primary Rust installation.
342026-05-06T13:06:31.936Zwarn: Otherwise you may have confusion unless you are careful with your PATH.
352026-05-06T13:06:31.936Zwarn: If you are sure that you want both rustup and your already installed Rust
362026-05-06T13:06:31.936Zwarn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
372026-05-06T13:06:31.936Zwarn: or pass `-y' to ignore all ignorable checks.
382026-05-06T13:06:31.936Zerror: cannot install while Rust is installed
392026-05-06T13:06:31.936Zwarn: continuing (because the -y flag is set and the error is ignorable)
402026-05-06T13:06:31.936Zwarn: It looks like you have an existing rustup settings file at:
412026-05-06T13:06:31.936Zwarn: /home/build/.rustup/settings.toml
422026-05-06T13:06:31.936Zwarn: Rustup will install the default toolchain as specified in the settings file,
432026-05-06T13:06:31.936Zwarn: instead of the one inferred from the default host triple.
442026-05-06T13:06:31.949Zinfo: profile set to default
452026-05-06T13:06:31.949Zinfo: default host triple is x86_64-unknown-illumos
462026-05-06T13:06:31.953Zinfo: syncing channel updates for 1.94.0-x86_64-unknown-illumos
472026-05-06T13:06:32.100Zinfo: latest update on 2026-03-05 for version 1.94.0 (4a4ef493e 2026-03-02)
482026-05-06T13:06:32.100Zinfo: downloading 6 components
492026-05-06T13:06:48.566Zinfo: default toolchain set to 1.94.0-x86_64-unknown-illumos
502026-05-06T13:06:48.566Z
512026-05-06T13:06:48.595Z 1.94.0-x86_64-unknown-illumos installed - rustc 1.94.0 (4a4ef493e 2026-03-02)
522026-05-06T13:06:48.595Z
532026-05-06T13:06:48.595Z
542026-05-06T13:06:48.595ZRust is installed now. Great!
552026-05-06T13:06:48.595Z
562026-05-06T13:06:48.595ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
572026-05-06T13:06:48.595Zenvironment variable. This has not been done automatically.
582026-05-06T13:06:48.595Z
592026-05-06T13:06:48.595ZTo configure your current shell, you need to source
602026-05-06T13:06:48.595Zthe corresponding env file under $HOME/.cargo.
612026-05-06T13:06:48.596Z
622026-05-06T13:06:48.596ZThis is usually done by running one of the following (note the leading DOT):
632026-05-06T13:06:48.596Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
642026-05-06T13:06:48.596Zsource "$HOME/.cargo/env.fish" # For fish
652026-05-06T13:06:48.596Zsource "~/.cargo/env.nu" # For nushell
662026-05-06T13:06:48.596Zsource "$HOME/.cargo/env.tcsh" # For tcsh
672026-05-06T13:06:48.596Z. "$HOME/.cargo/env.ps1" # For pwsh
682026-05-06T13:06:48.596Zsource "$HOME/.cargo/env.xsh" # For xonsh
692026-05-06T13:06:48.600Zwarn: no default linker (`cc`) was found in your PATH
702026-05-06T13:06:48.600Zwarn: many Rust crates require a system C toolchain to build
712026-05-06T13:06:48.698Z+ rustup --version
722026-05-06T13:06:48.705Zrustup 1.29.0 (28d1352db 2026-03-05)
732026-05-06T13:06:48.708Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
742026-05-06T13:06:48.724Zinfo: the currently active `rustc` version is `rustc 1.94.0 (4a4ef493e 2026-03-02)`
752026-05-06T13:06:48.728Z+ cargo --version
762026-05-06T13:06:48.736Zcargo 1.94.0 (85eff7c80 2026-01-15)
772026-05-06T13:06:48.739Z+ rustc --version
782026-05-06T13:06:48.759Zrustc 1.94.0 (4a4ef493e 2026-03-02)
792026-05-06T13:06:48.763Zprocess exited: duration 18506 ms, exit code 0
 
802026-05-06T13:06:48.770Zstarting task 2: "authentication"
812026-05-06T13:06:48.789Zprocess exited: duration 19 ms, exit code 0
 
822026-05-06T13:06:48.796Zstarting task 3: "clone repository"
832026-05-06T13:06:48.801Z+ mkdir -p /work/oxidecomputer/omicron
842026-05-06T13:06:48.805Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
852026-05-06T13:06:48.836ZCloning into '/work/oxidecomputer/omicron'...
862026-05-06T13:06:58.595Z+ cd /work/oxidecomputer/omicron
872026-05-06T13:06:58.596Z+ git fetch origin 7419d2c4f5583c96dc9cfedbcaf9c421d229f7c6
882026-05-06T13:06:58.892ZFrom https://github.com/oxidecomputer/omicron
892026-05-06T13:06:58.892Z * branch 7419d2c4f5583c96dc9cfedbcaf9c421d229f7c6 -> FETCH_HEAD
902026-05-06T13:06:58.904Z+ [[ -n dap/ls-apis-slightly-less-brittle ]]
912026-05-06T13:06:58.908Z++ git branch --show-current
922026-05-06T13:06:58.908Z+ current=main
932026-05-06T13:06:58.908Z+ [[ main != dap/ls-apis-slightly-less-brittle ]]
942026-05-06T13:06:58.908Z+ git branch -f dap/ls-apis-slightly-less-brittle 7419d2c4f5583c96dc9cfedbcaf9c421d229f7c6
952026-05-06T13:06:58.912Z+ git checkout -f dap/ls-apis-slightly-less-brittle
962026-05-06T13:06:59.149ZSwitched to branch 'dap/ls-apis-slightly-less-brittle'
972026-05-06T13:06:59.152Z+ git reset --hard 7419d2c4f5583c96dc9cfedbcaf9c421d229f7c6
982026-05-06T13:06:59.165ZHEAD is now at 7419d2c4f fix test
992026-05-06T13:06:59.168Zprocess exited: duration 10369 ms, exit code 0
 
1002026-05-06T13:06:59.175Zstarting task 4: "build"
1012026-05-06T13:06:59.181Z+ source .github/buildomat/ci-env.sh
1022026-05-06T13:06:59.181Z++ export CARGO_TERM_COLOR=always
1032026-05-06T13:06:59.181Z++ CARGO_TERM_COLOR=always
1042026-05-06T13:06:59.181Z+ cargo --version
1052026-05-06T13:06:59.191Zcargo 1.94.0 (85eff7c80 2026-01-15)
1062026-05-06T13:06:59.194Z+ rustc --version
1072026-05-06T13:06:59.215Zrustc 1.94.0 (4a4ef493e 2026-03-02)
1082026-05-06T13:06:59.219Z+ WORK=/work
1092026-05-06T13:06:59.219Z+ pfexec mkdir -p /work
1102026-05-06T13:06:59.222Z+ pfexec chown build /work
1112026-05-06T13:06:59.226Z+ ptime -m ./tools/install_builder_prerequisites.sh -yp
1122026-05-06T13:07:09.446Z Startup: Refreshing catalog 'helios-dev' ... Done
1132026-05-06T13:07:16.889Z Startup: Caching catalogs ... Done
1142026-05-06T13:07:24.275ZPlanning: Solver setup ... Done (5.950s)
1152026-05-06T13:07:24.316ZPlanning: Running solver ... Done (0.041s)
1162026-05-06T13:07:24.453ZPlanning: Finding local manifests ... Done (0.003s)
1172026-05-06T13:07:24.467ZPlanning: Fetching manifests: 0/5 0% complete
1182026-05-06T13:07:24.588ZPlanning: Fetching manifests: 5/5 100% complete
1192026-05-06T13:07:24.625ZPlanning: Package planning ... Done (0.036s)
1202026-05-06T13:07:24.660ZPlanning: Merging actions ... Done (0.036s)
1212026-05-06T13:07:24.848ZPlanning: Checking for conflicting actions ... Done (0.187s)
1222026-05-06T13:07:24.858ZPlanning: Consolidating action changes ... Done (0.009s)
1232026-05-06T13:07:26.075ZPlanning: Evaluating mediators ... Done (1.218s)
1242026-05-06T13:07:26.085ZPlanning: Planning completed in 9.02 seconds
1252026-05-06T13:07:26.096Z Packages to install: 5
1262026-05-06T13:07:26.096Z Mediators to change: 3
1272026-05-06T13:07:26.096Z Services to change: 1
1282026-05-06T13:07:26.096Z Estimated space available: 155.34 GB
1292026-05-06T13:07:26.097ZEstimated space to be consumed: 1.90 GB
1302026-05-06T13:07:26.100Z Create boot environment: No
1312026-05-06T13:07:26.100ZCreate backup boot environment: No
1322026-05-06T13:07:26.100Z Rebuild boot archive: No
1332026-05-06T13:07:26.100Z
1342026-05-06T13:07:26.100ZChanged mediators:
1352026-05-06T13:07:26.100Z mediator clang:
1362026-05-06T13:07:26.100Z version: None -> 15 (system default)
1372026-05-06T13:07:26.100Z
1382026-05-06T13:07:26.100Z mediator llvm:
1392026-05-06T13:07:26.100Z version: 14 (system default) -> 15 (system default)
1402026-05-06T13:07:26.100Z
1412026-05-06T13:07:26.100Z mediator postgresql:
1422026-05-06T13:07:26.100Z version: 15 (system default) -> 18 (system default)
1432026-05-06T13:07:26.101Z
1442026-05-06T13:07:26.101ZChanged packages:
1452026-05-06T13:07:26.101Zhelios-dev
1462026-05-06T13:07:26.101Z developer/build-essential
1472026-05-06T13:07:26.101Z None -> 11-2.0
1482026-05-06T13:07:26.101Z library/libxmlsec1
1492026-05-06T13:07:26.101Z None -> 1.2.35-2.0
1502026-05-06T13:07:26.101Z ooce/developer/clang-15
1512026-05-06T13:07:26.101Z None -> 15.0.7-2.0
1522026-05-06T13:07:26.101Z ooce/developer/llvm-15
1532026-05-06T13:07:26.101Z None -> 15.0.7-2.0
1542026-05-06T13:07:26.102Z ooce/library/postgresql-18
1552026-05-06T13:07:26.102Z None -> 18.1-2.0
1562026-05-06T13:07:26.102Z
1572026-05-06T13:07:26.102ZServices:
1582026-05-06T13:07:26.102Z restart_fmri:
1592026-05-06T13:07:26.102Z svc:/system/update-man-index:default
1602026-05-06T13:07:26.143Z
1612026-05-06T13:07:26.143ZDownload: 0/4272 items 0.0/219.0MB 0% complete
1622026-05-06T13:07:32.391ZDownload: 212/4272 items 1.3/219.0MB 0% complete (2.6M/s)
1632026-05-06T13:07:37.392ZDownload: 1787/4272 items 117.5/219.0MB 53% complete (11.7M/s)
1642026-05-06T13:07:42.566ZDownload: 3275/4272 items 210.9/219.0MB 96% complete (21.2M/s)
1652026-05-06T13:07:45.157ZDownload: Completed 218.99 MB in 19.01 seconds (11.5M/s)
1662026-05-06T13:07:45.388Z Actions: 1/4789 actions (Installing new actions)
1672026-05-06T13:07:48.788Z Actions: Completed 4789 actions in 3.40 seconds.
1682026-05-06T13:07:49.085Z Done (0.292s)
1692026-05-06T13:07:49.085Z Done (0.000s)
1702026-05-06T13:07:49.731Z Done (0.646s)
1712026-05-06T13:07:53.210Z Done (3.128s)
1722026-05-06T13:07:53.286Z Done (0.014s)
1732026-05-06T13:07:53.290Z Done (0.000s)
1742026-05-06T13:07:53.554Z Done (0.000s)
1752026-05-06T13:07:54.419ZPlanning: Evaluating mediator changes ... Done
1762026-05-06T13:07:54.526ZPlanning: Checking for conflicting actions ... Done
1772026-05-06T13:07:54.529ZPlanning: Consolidating action changes ... Done
1782026-05-06T13:07:54.682ZPlanning: Evaluating mediators ... Done
1792026-05-06T13:07:54.686ZPlanning: Planning completed in 0.26 seconds
1802026-05-06T13:07:54.705Z Mediators to change: 2
1812026-05-06T13:07:54.705Z Create boot environment: No
1822026-05-06T13:07:54.705ZCreate backup boot environment: No
1832026-05-06T13:07:54.789Z Done
1842026-05-06T13:07:54.789Z Done
1852026-05-06T13:07:55.436Z Done
1862026-05-06T13:07:58.053Z Done
1872026-05-06T13:07:58.128Z Done
1882026-05-06T13:07:58.131Z Done
1892026-05-06T13:07:58.285Z Done
1902026-05-06T13:07:58.542ZPlanning: Evaluating mediator changes ... Done
1912026-05-06T13:07:58.646ZPlanning: Checking for conflicting actions ... Done
1922026-05-06T13:07:58.650ZPlanning: Consolidating action changes ... Done
1932026-05-06T13:07:58.801ZPlanning: Evaluating mediators ... Done
1942026-05-06T13:07:58.805ZPlanning: Planning completed in 0.26 seconds
1952026-05-06T13:07:58.822Z Mediators to change: 1
1962026-05-06T13:07:58.822Z Create boot environment: No
1972026-05-06T13:07:58.822ZCreate backup boot environment: No
1982026-05-06T13:07:58.884Z Done
1992026-05-06T13:07:58.884Z Done
2002026-05-06T13:07:59.496Z Done
2012026-05-06T13:08:02.075Z Done
2022026-05-06T13:08:02.145Z Done
2032026-05-06T13:08:02.149Z Done
2042026-05-06T13:08:02.294Z Done
2052026-05-06T13:08:02.578ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
2062026-05-06T13:08:02.578Zclang system 15 system
2072026-05-06T13:08:02.578Zcsh system system illumos
2082026-05-06T13:08:02.578Zctags system system illumos
2092026-05-06T13:08:02.578Zfile system system illumos
2102026-05-06T13:08:02.578Zgcc vendor 12 vendor
2112026-05-06T13:08:02.578Zgcc system 14 system
2122026-05-06T13:08:02.578Zgcc system 10 system
2132026-05-06T13:08:02.578Zgo system 1.20 system
2142026-05-06T13:08:02.578Zgo system 1.19 system
2152026-05-06T13:08:02.578Zllvm system 15 system
2162026-05-06T13:08:02.578Zllvm system 14 system
2172026-05-06T13:08:02.578Zmariadb system 10.6 system
2182026-05-06T13:08:02.579Zmta vendor vendor dma
2192026-05-06T13:08:02.579Zopenjdk system 17 system
2202026-05-06T13:08:02.579Zopenjdk system 11 system
2212026-05-06T13:08:02.579Zopenjdk system 1.8 system
2222026-05-06T13:08:02.579Zopenssl vendor 3 vendor
2232026-05-06T13:08:02.579Zperl system 5.36 system
2242026-05-06T13:08:02.579Zpostgresql system 18 system
2252026-05-06T13:08:02.579Zpostgresql system 15 system
2262026-05-06T13:08:02.579Zpostgresql system 13 system
2272026-05-06T13:08:02.579Zpython vendor 3 vendor
2282026-05-06T13:08:02.580Zpython system 2 system
2292026-05-06T13:08:02.580Zpython3 system 3.11 system
2302026-05-06T13:08:02.580Zruby system 3.0 system
2312026-05-06T13:08:02.580Zwords vendor vendor american-english
2322026-05-06T13:08:02.580Zwords system system australian-english
2332026-05-06T13:08:02.580Zwords system system british-english
2342026-05-06T13:08:02.580Zwords system system canadian-english
2352026-05-06T13:08:02.580Zwords system system french
2362026-05-06T13:08:02.580Zwords system system italian
2372026-05-06T13:08:02.580Zwords system system ngerman
2382026-05-06T13:08:02.580Zwords system system ogerman
2392026-05-06T13:08:02.580Zwords system system spanish
2402026-05-06T13:08:02.816ZPUBLISHER TYPE STATUS P LOCATION
2412026-05-06T13:08:02.816Zhelios-dev origin online F https://pkg.oxide.computer/helios/2/dev/
2422026-05-06T13:08:07.481ZFMRI IFO
2432026-05-06T13:08:07.481Zpkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im-
2442026-05-06T13:08:07.481Zpkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i--
2452026-05-06T13:08:07.481Zpkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im-
2462026-05-06T13:08:07.481Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im-
2472026-05-06T13:08:07.481Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z ---
2482026-05-06T13:08:07.481Zpkg://helios-dev/ooce/developer/cmake@3.26.4-2.0:20230623T130003Z i--
2492026-05-06T13:08:07.481Zpkg://helios-dev/ooce/library/postgresql-18@18.1-2.0:20260217T164409Z im-
2502026-05-06T13:08:07.481Zpkg://helios-dev/ooce/library/postgresql-18@18.1-2.0:20260213T170424Z ---
2512026-05-06T13:08:07.481Zpkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z i--
2522026-05-06T13:08:07.481Zpkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z ---
2532026-05-06T13:08:07.481Zpkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z ---
2542026-05-06T13:08:07.481Zpkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z i--
2552026-05-06T13:08:07.482Zpkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z ---
2562026-05-06T13:08:07.482Zpkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z ---
2572026-05-06T13:08:07.482Zpkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z i--
2582026-05-06T13:08:07.482Zpkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z ---
2592026-05-06T13:08:07.482Zpkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z ---
2602026-05-06T13:08:08.612Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2612026-05-06T13:08:08.899Z Updating crates.io index
2622026-05-06T13:08:08.903Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2632026-05-06T13:08:09.170Z Updating git repository `https://github.com/oxidecomputer/lldp`
2642026-05-06T13:08:09.964Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2652026-05-06T13:08:10.398Z Updating git repository `https://github.com/oxidecomputer/propolis`
2662026-05-06T13:08:11.422Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2672026-05-06T13:08:11.950Z Updating git repository `https://github.com/oxidecomputer/crucible`
2682026-05-06T13:08:13.663Z Updating git repository `https://github.com/oxidecomputer/opte`
2692026-05-06T13:08:14.401Z Updating git repository `https://github.com/oxidecomputer/tofino`
2702026-05-06T13:08:14.930Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2712026-05-06T13:08:15.709Z Updating git repository `https://github.com/oxidecomputer/clickward`
2722026-05-06T13:08:16.107Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2732026-05-06T13:08:16.559Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
2742026-05-06T13:08:16.915Z Updating git repository `https://github.com/oxidecomputer/dendrite`
2752026-05-06T13:08:17.947Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2762026-05-06T13:08:18.445Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2772026-05-06T13:08:18.843Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
2782026-05-06T13:08:19.229Z Updating git repository `https://github.com/oxidecomputer/scim2-rs`
2792026-05-06T13:08:19.656Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
2802026-05-06T13:08:20.169Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
2812026-05-06T13:08:20.416Z Updating git repository `https://github.com/oxidecomputer/libnvme`
2822026-05-06T13:08:20.694Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2832026-05-06T13:08:21.077Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
2842026-05-06T13:08:21.449Z Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git`
2852026-05-06T13:08:22.007Z Updating git repository `https://github.com/oxidecomputer/rats-corim.git`
2862026-05-06T13:08:22.518Z Updating git repository `https://github.com/bluecatengineering/dhcproto.git`
2872026-05-06T13:08:23.027Z Updating git repository `https://github.com/oxidecomputer/ispf`
2882026-05-06T13:08:23.358Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2892026-05-06T13:08:24.307Z Updating git repository `https://github.com/oxidecomputer/crucible`
2902026-05-06T13:08:25.159Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
2912026-05-06T13:08:25.625Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
2922026-05-06T13:08:25.921Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
2932026-05-06T13:08:26.332Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2942026-05-06T13:08:26.677Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
2952026-05-06T13:08:27.053Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
2962026-05-06T13:08:27.677Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
2972026-05-06T13:08:27.941Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
2982026-05-06T13:08:28.185Z Updating git repository `https://github.com/illumos/smf-rs`
2992026-05-06T13:08:28.671Z Updating git repository `https://github.com/oxidecomputer/omicron`
3002026-05-06T13:08:40.689Z Downloading crates ...
3012026-05-06T13:08:40.733Z Downloaded anstream v0.6.21
3022026-05-06T13:08:40.741Z Downloaded pretty-hex v0.4.1
3032026-05-06T13:08:40.744Z Downloaded cfg-if v1.0.4
3042026-05-06T13:08:40.748Z Downloaded papergrid v0.11.0
3052026-05-06T13:08:40.751Z Downloaded cpufeatures v0.2.17
3062026-05-06T13:08:40.756Z Downloaded potential_utf v0.1.4
3072026-05-06T13:08:40.756Z Downloaded unicode-linebreak v0.1.5
3082026-05-06T13:08:40.759Z Downloaded pest_derive v2.8.6
3092026-05-06T13:08:40.759Z Downloaded is_terminal_polyfill v1.70.2
3102026-05-06T13:08:40.759Z Downloaded macaddr v1.0.1
3112026-05-06T13:08:40.763Z Downloaded ucd-trie v0.1.7
3122026-05-06T13:08:40.771Z Downloaded erased-serde v0.4.9
3132026-05-06T13:08:40.774Z Downloaded tinystr v0.8.2
3142026-05-06T13:08:40.774Z Downloaded yoke-derive v0.8.1
3152026-05-06T13:08:40.774Z Downloaded zerofrom-derive v0.1.6
3162026-05-06T13:08:40.775Z Downloaded cargo_toml v0.21.0
3172026-05-06T13:08:40.775Z Downloaded utf8_iter v1.0.4
3182026-05-06T13:08:40.775Z Downloaded version_check v0.9.5
3192026-05-06T13:08:40.775Z Downloaded usdt-attr-macro v0.5.0
3202026-05-06T13:08:40.775Z Downloaded autocfg v1.5.0
3212026-05-06T13:08:40.776Z Downloaded digest v0.10.7
3222026-05-06T13:08:40.780Z Downloaded thread-id v4.2.2
3232026-05-06T13:08:40.780Z Downloaded usdt v0.5.0
3242026-05-06T13:08:40.780Z Downloaded dtrace-parser v0.2.0
3252026-05-06T13:08:40.780Z Downloaded usdt-macro v0.5.0
3262026-05-06T13:08:40.785Z Downloaded clap_lex v1.0.0
3272026-05-06T13:08:40.785Z Downloaded typeid v1.0.3
3282026-05-06T13:08:40.785Z Downloaded fnv v1.0.7
3292026-05-06T13:08:40.785Z Downloaded zerofrom v0.1.6
3302026-05-06T13:08:40.789Z Downloaded utf8parse v0.2.2
3312026-05-06T13:08:40.789Z Downloaded clap_derive v4.5.55
3322026-05-06T13:08:40.789Z Downloaded toml_datetime v0.6.11
3332026-05-06T13:08:40.789Z Downloaded anstyle v1.0.13
3342026-05-06T13:08:40.793Z Downloaded proc-macro-error-attr v1.0.4
3352026-05-06T13:08:40.793Z Downloaded unicode-xid v0.2.6
3362026-05-06T13:08:40.796Z Downloaded strsim v0.11.1
3372026-05-06T13:08:40.796Z Downloaded cargo-platform v0.2.0
3382026-05-06T13:08:40.797Z Downloaded anstyle-query v1.1.5
3392026-05-06T13:08:40.797Z Downloaded zerovec-derive v0.11.2
3402026-05-06T13:08:40.800Z Downloaded swrite v0.1.0
3412026-05-06T13:08:40.801Z Downloaded memmap v0.7.0
3422026-05-06T13:08:40.801Z Downloaded toml_write v0.1.2
3432026-05-06T13:08:40.801Z Downloaded thiserror-impl v2.0.18
3442026-05-06T13:08:40.801Z Downloaded thiserror-impl v1.0.69
3452026-05-06T13:08:40.801Z Downloaded plain v0.2.3
3462026-05-06T13:08:40.804Z Downloaded zmij v1.0.21
3472026-05-06T13:08:40.805Z Downloaded serde_spanned v0.6.9
3482026-05-06T13:08:40.805Z Downloaded yoke v0.8.1
3492026-05-06T13:08:40.805Z Downloaded dof v0.3.0
3502026-05-06T13:08:40.809Z Downloaded fs-err v3.3.0
3512026-05-06T13:08:40.809Z Downloaded writeable v0.6.2
3522026-05-06T13:08:40.809Z Downloaded usdt-impl v0.5.0
3532026-05-06T13:08:40.812Z Downloaded thiserror v1.0.69
3542026-05-06T13:08:40.816Z Downloaded serde_tokenstream v0.2.3
3552026-05-06T13:08:40.816Z Downloaded anstyle-parse v0.2.7
3562026-05-06T13:08:40.816Z Downloaded terminal_size v0.4.3
3572026-05-06T13:08:40.821Z Downloaded equivalent v1.0.2
3582026-05-06T13:08:40.821Z Downloaded camino v1.2.2
3592026-05-06T13:08:40.821Z Downloaded block-buffer v0.10.4
3602026-05-06T13:08:40.821Z Downloaded bytecount v0.6.9
3612026-05-06T13:08:40.825Z Downloaded thiserror v2.0.18
3622026-05-06T13:08:40.825Z Downloaded unicode-ident v1.0.24
3632026-05-06T13:08:40.828Z Downloaded fastrand v2.3.0
3642026-05-06T13:08:40.828Z Downloaded toml v0.8.23
3652026-05-06T13:08:40.828Z Downloaded colorchoice v1.0.4
3662026-05-06T13:08:40.828Z Downloaded itoa v1.0.17
3672026-05-06T13:08:40.832Z Downloaded zerocopy-derive v0.7.35
3682026-05-06T13:08:40.835Z Downloaded toml_edit v0.22.27
3692026-05-06T13:08:40.835Z Downloaded errno v0.3.14
3702026-05-06T13:08:40.835Z Downloaded idna_adapter v1.2.1
3712026-05-06T13:08:40.839Z Downloaded heck v0.5.0
3722026-05-06T13:08:40.839Z Downloaded textwrap v0.16.2
3732026-05-06T13:08:40.839Z Downloaded generic-array v0.14.7
3742026-05-06T13:08:40.843Z Downloaded zerotrie v0.2.3
3752026-05-06T13:08:40.843Z Downloaded heck v0.4.1
3762026-05-06T13:08:40.846Z Downloaded url v2.5.8
3772026-05-06T13:08:40.846Z Downloaded typenum v1.19.0
3782026-05-06T13:08:40.851Z Downloaded form_urlencoded v1.2.2
3792026-05-06T13:08:40.851Z Downloaded zerovec v0.11.5
3802026-05-06T13:08:40.855Z Downloaded ordered-float v2.10.1
3812026-05-06T13:08:40.856Z Downloaded scroll_derive v0.12.1
3822026-05-06T13:08:40.859Z Downloaded tabled_derive v0.7.0
3832026-05-06T13:08:40.859Z Downloaded byteorder v1.5.0
3842026-05-06T13:08:40.859Z Downloaded percent-encoding v2.3.2
3852026-05-06T13:08:40.863Z Downloaded serde-value v0.7.0
3862026-05-06T13:08:40.863Z Downloaded cargo_metadata v0.21.0
3872026-05-06T13:08:40.868Z Downloaded zerocopy v0.7.35
3882026-05-06T13:08:40.874Z Downloaded winnow v0.7.14
3892026-05-06T13:08:40.879Z Downloaded stable_deref_trait v1.2.1
3902026-05-06T13:08:40.883Z Downloaded once_cell v1.21.3
3912026-05-06T13:08:40.883Z Downloaded smawk v0.3.2
3922026-05-06T13:08:40.883Z Downloaded unicode-width v0.2.0
3932026-05-06T13:08:40.887Z Downloaded unicode-width v0.1.14
3942026-05-06T13:08:40.887Z Downloaded serde-untagged v0.1.9
3952026-05-06T13:08:40.891Z Downloaded scroll v0.12.0
3962026-05-06T13:08:40.891Z Downloaded crypto-common v0.1.7
3972026-05-06T13:08:40.891Z Downloaded cargo-util-schemas v0.8.2
3982026-05-06T13:08:40.891Z Downloaded camino-tempfile v1.4.1
3992026-05-06T13:08:40.891Z Downloaded synstructure v0.13.2
4002026-05-06T13:08:40.891Z Downloaded pest_generator v2.8.6
4012026-05-06T13:08:40.894Z Downloaded displaydoc v0.2.5
4022026-05-06T13:08:40.894Z Downloaded clap v4.5.60
4032026-05-06T13:08:40.898Z Downloaded quote v1.0.45
4042026-05-06T13:08:40.902Z Downloaded proc-macro-error v1.0.4
4052026-05-06T13:08:40.907Z Downloaded sha2 v0.10.9
4062026-05-06T13:08:40.926Z Downloaded tempfile v3.25.0
4072026-05-06T13:08:40.945Z Downloaded anyhow v1.0.102
4082026-05-06T13:08:40.949Z Downloaded memchr v2.8.0
4092026-05-06T13:08:40.953Z Downloaded icu_normalizer v2.1.1
4102026-05-06T13:08:40.958Z Downloaded smallvec v1.15.1
4112026-05-06T13:08:40.958Z Downloaded getrandom v0.4.1
4122026-05-06T13:08:40.963Z Downloaded serde_core v1.0.228
4132026-05-06T13:08:40.963Z Downloaded icu_provider v2.1.1
4142026-05-06T13:08:40.963Z Downloaded bitflags v2.11.0
4152026-05-06T13:08:40.966Z Downloaded semver v1.0.28
4162026-05-06T13:08:40.966Z Downloaded proc-macro2 v1.0.106
4172026-05-06T13:08:40.967Z Downloaded log v0.4.29
4182026-05-06T13:08:40.967Z Downloaded litemap v0.8.1
4192026-05-06T13:08:40.977Z Downloaded num-traits v0.2.19
4202026-05-06T13:08:40.981Z Downloaded icu_properties v2.1.2
4212026-05-06T13:08:40.981Z Downloaded pest_meta v2.8.6
4222026-05-06T13:08:40.985Z Downloaded icu_locale_core v2.1.1
4232026-05-06T13:08:40.988Z Downloaded icu_normalizer_data v2.1.1
4242026-05-06T13:08:40.988Z Downloaded icu_collections v2.1.1
4252026-05-06T13:08:40.992Z Downloaded serde_derive v1.0.228
4262026-05-06T13:08:40.992Z Downloaded serde v1.0.228
4272026-05-06T13:08:41.009Z Downloaded indexmap v2.14.0
4282026-05-06T13:08:41.029Z Downloaded idna v1.1.0
4292026-05-06T13:08:41.042Z Downloaded pest v2.8.6
4302026-05-06T13:08:41.049Z Downloaded hashbrown v0.17.0
4312026-05-06T13:08:41.056Z Downloaded serde_json v1.0.149
4322026-05-06T13:08:41.060Z Downloaded icu_properties_data v2.1.2
4332026-05-06T13:08:41.066Z Downloaded clap_builder v4.5.60
4342026-05-06T13:08:41.072Z Downloaded goblin v0.8.2
4352026-05-06T13:08:41.076Z Downloaded tabled v0.15.0
4362026-05-06T13:08:41.083Z Downloaded syn v1.0.109
4372026-05-06T13:08:41.100Z Downloaded syn v2.0.117
4382026-05-06T13:08:41.117Z Downloaded rustix v1.1.3
4392026-05-06T13:08:41.145Z Downloaded libc v0.2.185
4402026-05-06T13:08:41.210Z Compiling proc-macro2 v1.0.106
4412026-05-06T13:08:41.210Z Compiling quote v1.0.45
4422026-05-06T13:08:41.213Z Compiling unicode-ident v1.0.24
4432026-05-06T13:08:41.213Z Compiling serde_core v1.0.228
4442026-05-06T13:08:41.213Z Compiling libc v0.2.185
4452026-05-06T13:08:41.213Z Compiling version_check v0.9.5
4462026-05-06T13:08:41.213Z Compiling serde v1.0.228
4472026-05-06T13:08:41.213Z Compiling stable_deref_trait v1.2.1
4482026-05-06T13:08:41.213Z Compiling memchr v2.8.0
4492026-05-06T13:08:41.213Z Compiling zmij v1.0.21
4502026-05-06T13:08:41.213Z Compiling thiserror v1.0.69
4512026-05-06T13:08:41.213Z Compiling itoa v1.0.17
4522026-05-06T13:08:41.396Z Compiling ucd-trie v0.1.7
4532026-05-06T13:08:41.400Z Compiling autocfg v1.5.0
4542026-05-06T13:08:41.400Z Compiling litemap v0.8.1
4552026-05-06T13:08:41.639Z Compiling writeable v0.6.2
4562026-05-06T13:08:41.723Z Compiling icu_properties_data v2.1.2
4572026-05-06T13:08:41.727Z Compiling rustix v1.1.3
4582026-05-06T13:08:41.802Z Compiling icu_normalizer_data v2.1.1
4592026-05-06T13:08:41.917Z Compiling byteorder v1.5.0
4602026-05-06T13:08:41.936Z Compiling bitflags v2.11.0
4612026-05-06T13:08:41.936Z Compiling serde_json v1.0.149
4622026-05-06T13:08:42.069Z Compiling pest v2.8.6
4632026-05-06T13:08:42.223Z Compiling num-traits v0.2.19
4642026-05-06T13:08:42.228Z Compiling smallvec v1.15.1
4652026-05-06T13:08:42.312Z Compiling hashbrown v0.17.0
4662026-05-06T13:08:42.315Z Compiling typeid v1.0.3
4672026-05-06T13:08:42.335Z Compiling equivalent v1.0.2
4682026-05-06T13:08:42.393Z Compiling proc-macro-error-attr v1.0.4
4692026-05-06T13:08:42.430Z Compiling usdt-impl v0.5.0
4702026-05-06T13:08:42.430Z Compiling winnow v0.7.14
4712026-05-06T13:08:42.494Z Compiling toml_write v0.1.2
4722026-05-06T13:08:42.497Z Compiling errno v0.3.14
4732026-05-06T13:08:42.538Z Compiling thread-id v4.2.2
4742026-05-06T13:08:42.542Z Compiling syn v1.0.109
4752026-05-06T13:08:42.542Z Compiling erased-serde v0.4.9
4762026-05-06T13:08:42.617Z Compiling proc-macro-error v1.0.4
4772026-05-06T13:08:42.768Z Compiling plain v0.2.3
4782026-05-06T13:08:42.804Z Compiling thiserror v2.0.18
4792026-05-06T13:08:42.837Z Compiling utf8parse v0.2.2
4802026-05-06T13:08:42.856Z Compiling indexmap v2.14.0
4812026-05-06T13:08:42.900Z Compiling syn v2.0.117
4822026-05-06T13:08:42.921Z Compiling log v0.4.29
4832026-05-06T13:08:42.982Z Compiling camino v1.2.2
4842026-05-06T13:08:42.986Z Compiling getrandom v0.4.1
4852026-05-06T13:08:42.986Z Compiling utf8_iter v1.0.4
4862026-05-06T13:08:42.986Z Compiling percent-encoding v2.3.2
4872026-05-06T13:08:43.180Z Compiling form_urlencoded v1.2.2
4882026-05-06T13:08:43.198Z Compiling anstyle-parse v0.2.7
4892026-05-06T13:08:43.338Z Compiling pest_meta v2.8.6
4902026-05-06T13:08:43.388Z Compiling ordered-float v2.10.1
4912026-05-06T13:08:43.467Z Compiling cfg-if v1.0.4
4922026-05-06T13:08:43.471Z Compiling colorchoice v1.0.4
4932026-05-06T13:08:43.471Z Compiling is_terminal_polyfill v1.70.2
4942026-05-06T13:08:43.522Z Compiling anstyle v1.0.13
4952026-05-06T13:08:43.527Z Compiling anstyle-query v1.1.5
4962026-05-06T13:08:43.541Z Compiling terminal_size v0.4.3
4972026-05-06T13:08:43.579Z Compiling pretty-hex v0.4.1
4982026-05-06T13:08:43.637Z Compiling fs-err v3.3.0
4992026-05-06T13:08:43.695Z Compiling anyhow v1.0.102
5002026-05-06T13:08:43.717Z Compiling heck v0.4.1
5012026-05-06T13:08:43.738Z Compiling anstream v0.6.21
5022026-05-06T13:08:43.758Z Compiling fnv v1.0.7
5032026-05-06T13:08:43.844Z Compiling semver v1.0.28
5042026-05-06T13:08:43.884Z Compiling unicode-xid v0.2.6
5052026-05-06T13:08:43.942Z Compiling clap_lex v1.0.0
5062026-05-06T13:08:43.976Z Compiling once_cell v1.21.3
5072026-05-06T13:08:44.005Z Compiling bytecount v0.6.9
5082026-05-06T13:08:44.032Z Compiling unicode-width v0.1.14
5092026-05-06T13:08:44.052Z Compiling heck v0.5.0
5102026-05-06T13:08:44.074Z Compiling fastrand v2.3.0
5112026-05-06T13:08:44.092Z Compiling strsim v0.11.1
5122026-05-06T13:08:44.189Z Compiling serde-untagged v0.1.9
5132026-05-06T13:08:44.269Z Compiling tempfile v3.25.0
5142026-05-06T13:08:44.295Z Compiling papergrid v0.11.0
5152026-05-06T13:08:44.316Z Compiling clap_builder v4.5.60
5162026-05-06T13:08:44.345Z Compiling memmap v0.7.0
5172026-05-06T13:08:44.364Z Compiling unicode-width v0.2.0
5182026-05-06T13:08:44.367Z Compiling unicode-linebreak v0.1.5
5192026-05-06T13:08:44.416Z Compiling smawk v0.3.2
5202026-05-06T13:08:44.548Z Compiling camino-tempfile v1.4.1
5212026-05-06T13:08:44.976Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
5222026-05-06T13:08:44.981Z Compiling swrite v0.1.0
5232026-05-06T13:08:44.981Z Compiling textwrap v0.16.2
5242026-05-06T13:08:44.981Z Compiling tabled_derive v0.7.0
5252026-05-06T13:08:45.443Z Compiling synstructure v0.13.2
5262026-05-06T13:08:45.443Z Compiling pest_generator v2.8.6
5272026-05-06T13:08:45.628Z Compiling tabled v0.15.0
5282026-05-06T13:08:45.955Z Compiling serde_derive v1.0.228
5292026-05-06T13:08:45.955Z Compiling zerofrom-derive v0.1.6
5302026-05-06T13:08:45.958Z Compiling yoke-derive v0.8.1
5312026-05-06T13:08:45.958Z Compiling zerovec-derive v0.11.2
5322026-05-06T13:08:45.958Z Compiling displaydoc v0.2.5
5332026-05-06T13:08:45.972Z Compiling thiserror-impl v1.0.69
5342026-05-06T13:08:46.009Z Compiling zerocopy-derive v0.7.35
5352026-05-06T13:08:46.083Z Compiling pest_derive v2.8.6
5362026-05-06T13:08:46.120Z Compiling scroll_derive v0.12.1
5372026-05-06T13:08:46.136Z Compiling thiserror-impl v2.0.18
5382026-05-06T13:08:46.162Z Compiling clap_derive v4.5.55
5392026-05-06T13:08:46.746Z Compiling scroll v0.12.0
5402026-05-06T13:08:46.862Z Compiling zerocopy v0.7.35
5412026-05-06T13:08:46.968Z Compiling goblin v0.8.2
5422026-05-06T13:08:46.987Z Compiling zerofrom v0.1.6
5432026-05-06T13:08:47.101Z Compiling yoke v0.8.1
5442026-05-06T13:08:47.163Z Compiling dtrace-parser v0.2.0
5452026-05-06T13:08:47.300Z Compiling zerovec v0.11.5
5462026-05-06T13:08:47.300Z Compiling zerotrie v0.2.3
5472026-05-06T13:08:47.500Z Compiling clap v4.5.60
5482026-05-06T13:08:47.735Z Compiling tinystr v0.8.2
5492026-05-06T13:08:47.736Z Compiling potential_utf v0.1.4
5502026-05-06T13:08:47.856Z Compiling icu_collections v2.1.1
5512026-05-06T13:08:47.880Z Compiling icu_locale_core v2.1.1
5522026-05-06T13:08:48.415Z Compiling icu_provider v2.1.1
5532026-05-06T13:08:48.510Z Compiling toml_datetime v0.6.11
5542026-05-06T13:08:48.510Z Compiling serde_spanned v0.6.9
5552026-05-06T13:08:48.514Z Compiling serde-value v0.7.0
5562026-05-06T13:08:48.514Z Compiling cargo-platform v0.2.0
5572026-05-06T13:08:48.514Z Compiling macaddr v1.0.1
5582026-05-06T13:08:48.531Z Compiling dof v0.3.0
5592026-05-06T13:08:48.535Z Compiling serde_tokenstream v0.2.3
5602026-05-06T13:08:48.652Z Compiling icu_normalizer v2.1.1
5612026-05-06T13:08:48.652Z Compiling icu_properties v2.1.2
5622026-05-06T13:08:48.746Z Compiling toml_edit v0.22.27
5632026-05-06T13:08:49.307Z Compiling usdt-macro v0.5.0
5642026-05-06T13:08:49.307Z Compiling usdt-attr-macro v0.5.0
5652026-05-06T13:08:49.503Z Compiling idna_adapter v1.2.1
5662026-05-06T13:08:49.607Z Compiling idna v1.1.0
5672026-05-06T13:08:49.877Z Compiling url v2.5.8
5682026-05-06T13:08:49.914Z Compiling usdt v0.5.0
5692026-05-06T13:08:50.059Z Compiling toml v0.8.23
5702026-05-06T13:08:50.389Z Compiling cargo-util-schemas v0.8.2
5712026-05-06T13:08:50.389Z Compiling cargo_toml v0.21.0
5722026-05-06T13:08:51.173Z Compiling cargo_metadata v0.21.0
5732026-05-06T13:08:52.088Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
5742026-05-06T13:08:54.203Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 45.78s
5752026-05-06T13:08:54.475Z Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control`
5762026-05-06T13:08:55.057Z Downloading crates ...
5772026-05-06T13:08:55.131Z Downloaded adler2 v2.0.1
5782026-05-06T13:08:55.139Z Downloaded async-bb8-diesel v0.2.1
5792026-05-06T13:08:55.155Z Downloaded cobs v0.3.0
5802026-05-06T13:08:55.159Z Downloaded assert_matches v1.5.0
5812026-05-06T13:08:55.159Z Downloaded difflib v0.4.0
5822026-05-06T13:08:55.159Z Downloaded dyn-clone v1.0.20
5832026-05-06T13:08:55.159Z Downloaded aead v0.5.2
5842026-05-06T13:08:55.159Z Downloaded ascii-canvas v3.0.0
5852026-05-06T13:08:55.159Z Downloaded ena v0.14.4
5862026-05-06T13:08:55.159Z Downloaded arrayvec v0.7.6
5872026-05-06T13:08:55.167Z Downloaded crc8 v0.1.1
5882026-05-06T13:08:55.174Z Downloaded darling v0.20.11
5892026-05-06T13:08:55.174Z Downloaded darling_macro v0.21.3
5902026-05-06T13:08:55.174Z Downloaded darling_macro v0.20.11
5912026-05-06T13:08:55.174Z Downloaded bit-set v0.5.3
5922026-05-06T13:08:55.179Z Downloaded daft-derive v0.1.5
5932026-05-06T13:08:55.182Z Downloaded debug-ignore v1.0.5
5942026-05-06T13:08:55.182Z Downloaded cmake v0.1.57
5952026-05-06T13:08:55.183Z Downloaded cbc v0.1.2
5962026-05-06T13:08:55.183Z Downloaded atomicwrites v0.4.4
5972026-05-06T13:08:55.183Z Downloaded defmt v1.0.1
5982026-05-06T13:08:55.186Z Downloaded darling v0.23.0
5992026-05-06T13:08:55.190Z Downloaded darling_core v0.20.11
6002026-05-06T13:08:55.193Z Downloaded deranged v0.5.8
6012026-05-06T13:08:55.193Z Downloaded defmt-macros v1.0.1
6022026-05-06T13:08:55.197Z Downloaded dirs-sys-next v0.1.2
6032026-05-06T13:08:55.197Z Downloaded darling_macro v0.23.0
6042026-05-06T13:08:55.200Z Downloaded enum-as-inner v0.6.1
6052026-05-06T13:08:55.200Z Downloaded bb8 v0.8.6
6062026-05-06T13:08:55.200Z Downloaded async-stream v0.3.6
6072026-05-06T13:08:55.204Z Downloaded blowfish v0.9.1
6082026-05-06T13:08:55.204Z Downloaded blake2 v0.10.6
6092026-05-06T13:08:55.207Z Downloaded defmt-parser v1.0.0
6102026-05-06T13:08:55.207Z Downloaded defmt v0.3.100
6112026-05-06T13:08:55.207Z Downloaded atomic-waker v1.1.2
6122026-05-06T13:08:55.207Z Downloaded arrayref v0.3.9
6132026-05-06T13:08:55.212Z Downloaded darling v0.21.3
6142026-05-06T13:08:55.212Z Downloaded data-encoding v2.10.0
6152026-05-06T13:08:55.215Z Downloaded ciborium-ll v0.2.2
6162026-05-06T13:08:55.215Z Downloaded cfg_aliases v0.2.1
6172026-05-06T13:08:55.215Z Downloaded bitfield-struct v0.6.2
6182026-05-06T13:08:55.219Z Downloaded dof v0.4.0
6192026-05-06T13:08:55.219Z Downloaded bitfield-macros v0.19.4
6202026-05-06T13:08:55.219Z Downloaded bcrypt-pbkdf v0.10.0
6212026-05-06T13:08:55.219Z Downloaded diff v0.1.13
6222026-05-06T13:08:55.223Z Downloaded des v0.8.1
6232026-05-06T13:08:55.223Z Downloaded bit-set v0.8.0
6242026-05-06T13:08:55.223Z Downloaded der_derive v0.7.3
6252026-05-06T13:08:55.227Z Downloaded async-recursion v1.1.1
6262026-05-06T13:08:55.227Z Downloaded crc32fast v1.5.0
6272026-05-06T13:08:55.231Z Downloaded async-compression v0.4.41
6282026-05-06T13:08:55.234Z Downloaded float-ord v0.3.2
6292026-05-06T13:08:55.234Z Downloaded downcast-rs v2.0.2
6302026-05-06T13:08:55.234Z Downloaded crc-catalog v2.4.0
6312026-05-06T13:08:55.234Z Downloaded camino-tempfile-ext v0.3.3
6322026-05-06T13:08:55.238Z Downloaded bit-vec v0.8.0
6332026-05-06T13:08:55.238Z Downloaded bit-vec v0.6.3
6342026-05-06T13:08:55.238Z Downloaded async-trait v0.1.89
6352026-05-06T13:08:55.241Z Downloaded env_filter v1.0.0
6362026-05-06T13:08:55.241Z Downloaded embedded-io v0.4.0
6372026-05-06T13:08:55.245Z Downloaded dunce v1.0.5
6382026-05-06T13:08:55.245Z Downloaded cpufeatures v0.3.0
6392026-05-06T13:08:55.245Z Downloaded fixedbitset v0.4.2
6402026-05-06T13:08:55.245Z Downloaded array-init v0.0.4
6412026-05-06T13:08:55.248Z Downloaded ciborium-io v0.2.2
6422026-05-06T13:08:55.248Z Downloaded compression-core v0.4.31
6432026-05-06T13:08:55.248Z Downloaded futures-io v0.3.32
6442026-05-06T13:08:55.252Z Downloaded dtrace-parser v0.3.0
6452026-05-06T13:08:55.252Z Downloaded dirs-next v2.0.0
6462026-05-06T13:08:55.252Z Downloaded diesel_table_macro_syntax v0.3.0
6472026-05-06T13:08:55.252Z Downloaded block-padding v0.3.3
6482026-05-06T13:08:55.256Z Downloaded cstr-argument v0.1.2
6492026-05-06T13:08:55.256Z Downloaded crc v3.4.0
6502026-05-06T13:08:55.256Z Downloaded castaway v0.2.4
6512026-05-06T13:08:55.256Z Downloaded cargo-platform v0.1.9
6522026-05-06T13:08:55.260Z Downloaded endian-type v0.1.2
6532026-05-06T13:08:55.260Z Downloaded cfg_aliases v0.1.1
6542026-05-06T13:08:55.260Z Downloaded base16ct v0.2.0
6552026-05-06T13:08:55.260Z Downloaded curve25519-dalek-derive v0.1.1
6562026-05-06T13:08:55.260Z Downloaded fd-lock v4.0.4
6572026-05-06T13:08:55.263Z Downloaded dsl_auto_type v0.2.0
6582026-05-06T13:08:55.267Z Downloaded document-features v0.2.12
6592026-05-06T13:08:55.267Z Downloaded crunchy v0.2.4
6602026-05-06T13:08:55.270Z Downloaded derive_more v0.99.20
6612026-05-06T13:08:55.273Z Downloaded flagset v0.4.7
6622026-05-06T13:08:55.273Z Downloaded crossbeam-utils v0.8.21
6632026-05-06T13:08:55.277Z Downloaded atty v0.2.14
6642026-05-06T13:08:55.280Z Downloaded float-cmp v0.10.0
6652026-05-06T13:08:55.280Z Downloaded foreign-types-macros v0.2.3
6662026-05-06T13:08:55.280Z Downloaded dropshot-api-manager-types v0.7.1
6672026-05-06T13:08:55.284Z Downloaded derive_builder_macro v0.20.2
6682026-05-06T13:08:55.284Z Downloaded async-stream-impl v0.3.6
6692026-05-06T13:08:55.284Z Downloaded foreign-types v0.3.2
6702026-05-06T13:08:55.284Z Downloaded convert_case v0.4.0
6712026-05-06T13:08:55.284Z Downloaded foreign-types-shared v0.3.1
6722026-05-06T13:08:55.287Z Downloaded foreign-types-shared v0.1.1
6732026-05-06T13:08:55.287Z Downloaded foreign-types v0.5.0
6742026-05-06T13:08:55.287Z Downloaded convert_case v0.10.0
6752026-05-06T13:08:55.291Z Downloaded buf-list v1.1.2
6762026-05-06T13:08:55.291Z Downloaded futures-sink v0.3.32
6772026-05-06T13:08:55.299Z Downloaded embedded-io v0.6.1
6782026-05-06T13:08:55.299Z Downloaded cexpr v0.6.0
6792026-05-06T13:08:55.299Z Downloaded display-error-chain v0.2.2
6802026-05-06T13:08:55.299Z Downloaded futures-macro v0.3.32
6812026-05-06T13:08:55.300Z Downloaded futures-core v0.3.32
6822026-05-06T13:08:55.300Z Downloaded funty v2.0.0
6832026-05-06T13:08:55.304Z Downloaded cipher v0.4.4
6842026-05-06T13:08:55.304Z Downloaded crucible-workspace-hack v0.1.0
6852026-05-06T13:08:55.304Z Downloaded ghash v0.5.1
6862026-05-06T13:08:55.308Z Downloaded compression-codecs v0.4.37
6872026-05-06T13:08:55.308Z Downloaded fxhash v0.2.1
6882026-05-06T13:08:55.314Z Downloaded git-stub v1.0.0
6892026-05-06T13:08:55.314Z Downloaded ahash v0.8.12
6902026-05-06T13:08:55.314Z Downloaded hash32 v0.3.1
6912026-05-06T13:08:55.314Z Downloaded hash32 v0.2.1
6922026-05-06T13:08:55.314Z Downloaded chacha20 v0.10.0
6932026-05-06T13:08:55.319Z Downloaded base64ct v1.8.3
6942026-05-06T13:08:55.319Z Downloaded futures-task v0.3.32
6952026-05-06T13:08:55.319Z Downloaded globwalk v0.9.1
6962026-05-06T13:08:55.323Z Downloaded env_logger v0.11.9
6972026-05-06T13:08:55.328Z Downloaded find-msvc-tools v0.1.9
6982026-05-06T13:08:55.328Z Downloaded darling_core v0.23.0
6992026-05-06T13:08:55.328Z Downloaded hex-literal v0.4.1
7002026-05-06T13:08:55.332Z Downloaded headers-core v0.3.0
7012026-05-06T13:08:55.332Z Downloaded either v1.15.0
7022026-05-06T13:08:55.332Z Downloaded crossbeam-deque v0.8.6
7032026-05-06T13:08:55.332Z Downloaded critical-section v1.2.0
7042026-05-06T13:08:55.336Z Downloaded diesel-dtrace v0.5.0
7052026-05-06T13:08:55.336Z Downloaded corncobs v0.1.4
7062026-05-06T13:08:55.336Z Downloaded derive-ex v0.1.8
7072026-05-06T13:08:55.336Z Downloaded backoff v0.4.0
7082026-05-06T13:08:55.340Z Downloaded cassowary v0.3.0
7092026-05-06T13:08:55.340Z Downloaded bcs v0.1.6
7102026-05-06T13:08:55.340Z Downloaded aes-gcm v0.10.3
7112026-05-06T13:08:55.343Z Downloaded ctr v0.9.2
7122026-05-06T13:08:55.343Z Downloaded der v0.7.10
7132026-05-06T13:08:55.347Z Downloaded chacha20 v0.9.1
7142026-05-06T13:08:55.347Z Downloaded bitflags v1.3.2
7152026-05-06T13:08:55.351Z Downloaded byte-wrapper v0.1.0
7162026-05-06T13:08:55.351Z Downloaded hubpack v0.1.2
7172026-05-06T13:08:55.354Z Downloaded hubpack_derive v0.1.1
7182026-05-06T13:08:55.354Z Downloaded cargo_metadata v0.19.2
7192026-05-06T13:08:55.355Z Downloaded httpdate v1.0.3
7202026-05-06T13:08:55.355Z Downloaded http-body v1.0.1
7212026-05-06T13:08:55.358Z Downloaded indent_write v2.2.0
7222026-05-06T13:08:55.358Z Downloaded ident_case v1.0.1
7232026-05-06T13:08:55.358Z Downloaded bitfield v0.19.4
7242026-05-06T13:08:55.358Z Downloaded argon2 v0.5.3
7252026-05-06T13:08:55.362Z Downloaded const_format_proc_macros v0.2.34
7262026-05-06T13:08:55.365Z Downloaded console v0.16.2
7272026-05-06T13:08:55.365Z Downloaded colored v2.2.0
7282026-05-06T13:08:55.369Z Downloaded fs-err v2.11.0
7292026-05-06T13:08:55.369Z Downloaded daft v0.1.5
7302026-05-06T13:08:55.369Z Downloaded hostname v0.4.2
7312026-05-06T13:08:55.373Z Downloaded erased-serde v0.3.31
7322026-05-06T13:08:55.373Z Downloaded ed25519 v2.2.3
7332026-05-06T13:08:55.373Z Downloaded fs_extra v1.3.0
7342026-05-06T13:08:55.378Z Downloaded foldhash v0.1.5
7352026-05-06T13:08:55.378Z Downloaded futures-executor v0.3.32
7362026-05-06T13:08:55.378Z Downloaded ecdsa v0.16.9
7372026-05-06T13:08:55.378Z Downloaded bzip2 v0.6.1
7382026-05-06T13:08:55.382Z Downloaded git-stub-vcs v0.1.0
7392026-05-06T13:08:55.382Z Downloaded hostname v0.3.1
7402026-05-06T13:08:55.382Z Downloaded glob v0.3.3
7412026-05-06T13:08:55.382Z Downloaded home v0.5.12
7422026-05-06T13:08:55.385Z Downloaded foldhash v0.2.0
7432026-05-06T13:08:55.385Z Downloaded indoc v1.0.9
7442026-05-06T13:08:55.385Z Downloaded hyper-tls v0.6.0
7452026-05-06T13:08:55.389Z Downloaded http-range v0.1.5
7462026-05-06T13:08:55.389Z Downloaded csv-core v0.1.13
7472026-05-06T13:08:55.389Z Downloaded drift v0.1.3
7482026-05-06T13:08:55.392Z Downloaded instability v0.3.11
7492026-05-06T13:08:55.392Z Downloaded cancel-safe-futures v0.1.5
7502026-05-06T13:08:55.395Z Downloaded instant v0.1.13
7512026-05-06T13:08:55.395Z Downloaded inout v0.1.4
7522026-05-06T13:08:55.395Z Downloaded gethostname v0.5.0
7532026-05-06T13:08:55.401Z Downloaded filetime v0.2.27
7542026-05-06T13:08:55.404Z Downloaded hex v0.4.3
7552026-05-06T13:08:55.404Z Downloaded globset v0.4.18
7562026-05-06T13:08:55.408Z Downloaded ff v0.13.1
7572026-05-06T13:08:55.408Z Downloaded crossbeam-epoch v0.9.18
7582026-05-06T13:08:55.412Z Downloaded internet-checksum v0.2.1
7592026-05-06T13:08:55.412Z Downloaded fallible-iterator v0.2.0
7602026-05-06T13:08:55.413Z Downloaded derive_builder v0.20.2
7612026-05-06T13:08:55.422Z Downloaded is_ci v1.2.0
7622026-05-06T13:08:55.422Z Downloaded keccak v0.1.6
7632026-05-06T13:08:55.422Z Downloaded kstat-rs v0.2.4
7642026-05-06T13:08:55.422Z Downloaded is-terminal v0.4.17
7652026-05-06T13:08:55.431Z Downloaded cookie v0.18.1
7662026-05-06T13:08:55.432Z Downloaded constant_time_eq v0.4.2
7672026-05-06T13:08:55.432Z Downloaded humantime v2.3.0
7682026-05-06T13:08:55.432Z Downloaded lazy_static v1.5.0
7692026-05-06T13:08:55.432Z Downloaded colored v3.1.1
7702026-05-06T13:08:55.440Z Downloaded console v0.15.11
7712026-05-06T13:08:55.440Z Downloaded linked-hash-map v0.5.6
7722026-05-06T13:08:55.440Z Downloaded clang-sys v1.8.1
7732026-05-06T13:08:55.440Z Downloaded managed v0.8.0
7742026-05-06T13:08:55.440Z Downloaded mime v0.3.17
7752026-05-06T13:08:55.440Z Downloaded memoffset v0.9.1
7762026-05-06T13:08:55.441Z Downloaded lru-slab v0.1.2
7772026-05-06T13:08:55.441Z Downloaded lru-cache v0.1.2
7782026-05-06T13:08:55.446Z Downloaded lzss v0.8.2
7792026-05-06T13:08:55.446Z Downloaded ciborium v0.2.2
7802026-05-06T13:08:55.446Z Downloaded bzip2 v0.4.4
7812026-05-06T13:08:55.447Z Downloaded http-body-util v0.1.3
7822026-05-06T13:08:55.451Z Downloaded indoc v2.0.7
7832026-05-06T13:08:55.451Z Downloaded futures-channel v0.3.32
7842026-05-06T13:08:55.452Z Downloaded derive_builder_core v0.20.2
7852026-05-06T13:08:55.460Z Downloaded cookie_store v0.22.1
7862026-05-06T13:08:55.460Z Downloaded libscf-sys v1.1.0
7872026-05-06T13:08:55.460Z Downloaded group v0.13.0
7882026-05-06T13:08:55.460Z Downloaded half v1.8.3
7892026-05-06T13:08:55.467Z Downloaded ingot-types v0.1.2
7902026-05-06T13:08:55.472Z Downloaded match_cfg v0.1.0
7912026-05-06T13:08:55.472Z Downloaded lru v0.12.5
7922026-05-06T13:08:55.472Z Downloaded chacha20poly1305 v0.10.1
7932026-05-06T13:08:55.472Z Downloaded newline-converter v0.3.0
7942026-05-06T13:08:55.472Z Downloaded base64 v0.22.1
7952026-05-06T13:08:55.472Z Downloaded darling_core v0.21.3
7962026-05-06T13:08:55.475Z Downloaded ingot v0.1.1
7972026-05-06T13:08:55.475Z Downloaded maybe-uninit v2.0.0
7982026-05-06T13:08:55.475Z Downloaded impl-trait-for-tuples v0.2.3
7992026-05-06T13:08:55.479Z Downloaded elliptic-curve v0.13.8
8002026-05-06T13:08:55.482Z Downloaded md5 v0.7.0
8012026-05-06T13:08:55.482Z Downloaded md-5 v0.10.6
8022026-05-06T13:08:55.482Z Downloaded maplit v1.0.2
8032026-05-06T13:08:55.483Z Downloaded dropshot_endpoint v0.17.0
8042026-05-06T13:08:55.487Z Downloaded newtype-uuid-macros v0.1.0
8052026-05-06T13:08:55.487Z Downloaded multimap v0.10.1
8062026-05-06T13:08:55.487Z Downloaded nibble_vec v0.1.0
8072026-05-06T13:08:55.487Z Downloaded nonempty v0.12.0
8082026-05-06T13:08:55.491Z Downloaded ipnet v2.11.0
8092026-05-06T13:08:55.491Z Downloaded getrandom v0.2.17
8102026-05-06T13:08:55.491Z Downloaded dropshot_endpoint v0.16.7
8112026-05-06T13:08:55.494Z Downloaded derive_more v2.1.1
8122026-05-06T13:08:55.500Z Downloaded libloading v0.8.9
8132026-05-06T13:08:55.503Z Downloaded ipnetwork v0.21.1
8142026-05-06T13:08:55.503Z Downloaded iana-time-zone v0.1.65
8152026-05-06T13:08:55.506Z Downloaded num v0.4.3
8162026-05-06T13:08:55.506Z Downloaded nodrop v0.1.14
8172026-05-06T13:08:55.506Z Downloaded newtype_derive v0.1.6
8182026-05-06T13:08:55.510Z Downloaded new_debug_unreachable v1.0.6
8192026-05-06T13:08:55.510Z Downloaded linear-map v1.2.0
8202026-05-06T13:08:55.510Z Downloaded num-derive v0.3.3
8212026-05-06T13:08:55.510Z Downloaded normalize-line-endings v0.3.0
8222026-05-06T13:08:55.513Z Downloaded num-iter v0.1.45
8232026-05-06T13:08:55.513Z Downloaded num_enum_derive v0.5.11
8242026-05-06T13:08:55.516Z Downloaded num_threads v0.1.7
8252026-05-06T13:08:55.516Z Downloaded num-derive v0.4.2
8262026-05-06T13:08:55.520Z Downloaded libefi-sys v0.1.0
8272026-05-06T13:08:55.520Z Downloaded crc-any v2.5.0
8282026-05-06T13:08:55.525Z Downloaded backon v1.6.0
8292026-05-06T13:08:55.525Z Downloaded futures v0.3.32
8302026-05-06T13:08:55.528Z Downloaded const-oid v0.9.6
8312026-05-06T13:08:55.528Z Downloaded fixedbitset v0.5.7
8322026-05-06T13:08:55.532Z Downloaded fatfs v0.3.6
8332026-05-06T13:08:55.532Z Downloaded allocator-api2 v0.2.21
8342026-05-06T13:08:55.536Z Downloaded opaque-debug v0.3.1
8352026-05-06T13:08:55.536Z Downloaded mime_guess v2.0.5
8362026-05-06T13:08:55.536Z Downloaded olpc-cjson v0.1.4
8372026-05-06T13:08:55.536Z Downloaded lalrpop-util v0.19.12
8382026-05-06T13:08:55.539Z Downloaded ingot-macros v0.1.1
8392026-05-06T13:08:55.539Z Downloaded highway v1.3.0
8402026-05-06T13:08:55.539Z Downloaded openssl-probe v0.2.1
8412026-05-06T13:08:55.553Z Downloaded oso-derive v0.27.3
8422026-05-06T13:08:55.558Z Downloaded openssl-macros v0.1.1
8432026-05-06T13:08:55.558Z Downloaded newtype-uuid v1.3.2
8442026-05-06T13:08:55.558Z Downloaded nanorand v0.7.0
8452026-05-06T13:08:55.558Z Downloaded openssl-probe v0.1.6
8462026-05-06T13:08:55.564Z Downloaded lock_api v0.4.14
8472026-05-06T13:08:55.565Z Downloaded hmac v0.12.1
8482026-05-06T13:08:55.565Z Downloaded libsw-core v0.3.2
8492026-05-06T13:08:55.565Z Downloaded libsw v3.5.0
8502026-05-06T13:08:55.565Z Downloaded hyper-staticfile v0.10.1
8512026-05-06T13:08:55.569Z Downloaded hyper-rustls v0.27.7
8522026-05-06T13:08:55.569Z Downloaded httparse v1.10.1
8532026-05-06T13:08:55.573Z Downloaded memmap2 v0.9.10
8542026-05-06T13:08:55.573Z Downloaded litrs v1.0.0
8552026-05-06T13:08:55.573Z Downloaded num-rational v0.4.2
8562026-05-06T13:08:55.577Z Downloaded num-integer v0.1.46
8572026-05-06T13:08:55.577Z Downloaded num-conv v0.2.0
8582026-05-06T13:08:55.577Z Downloaded parse-display v0.10.0
8592026-05-06T13:08:55.577Z Downloaded num-complex v0.4.6
8602026-05-06T13:08:55.581Z Downloaded packed_struct_codegen v0.10.1
8612026-05-06T13:08:55.581Z Downloaded parse-size v1.1.0
8622026-05-06T13:08:55.581Z Downloaded pbkdf2 v0.11.0
8632026-05-06T13:08:55.585Z Downloaded path-slash v0.1.5
8642026-05-06T13:08:55.585Z Downloaded aes v0.8.4
8652026-05-06T13:08:55.585Z Downloaded getrandom v0.3.4
8662026-05-06T13:08:55.588Z Downloaded peg-runtime v0.8.5
8672026-05-06T13:08:55.588Z Downloaded pbkdf2 v0.12.2
8682026-05-06T13:08:55.588Z Downloaded flume v0.11.1
8692026-05-06T13:08:55.592Z Downloaded jobserver v0.1.34
8702026-05-06T13:08:55.595Z Downloaded derive-where v1.6.0
8712026-05-06T13:08:55.600Z Downloaded headers v0.4.1
8722026-05-06T13:08:55.600Z Downloaded phf_shared v0.11.3
8732026-05-06T13:08:55.601Z Downloaded num_enum v0.7.5
8742026-05-06T13:08:55.604Z Downloaded native-tls v0.2.18
8752026-05-06T13:08:55.607Z Downloaded expectorate v1.2.0
8762026-05-06T13:08:55.607Z Downloaded pin-utils v0.1.0
8772026-05-06T13:08:55.607Z Downloaded phf_shared v0.13.1
8782026-05-06T13:08:55.607Z Downloaded crypto-bigint v0.5.5
8792026-05-06T13:08:55.611Z Downloaded flate2 v1.1.9
8802026-05-06T13:08:55.616Z Downloaded compact_str v0.8.1
8812026-05-06T13:08:55.619Z Downloaded bytes v1.11.1
8822026-05-06T13:08:55.619Z Downloaded phf_shared v0.12.1
8832026-05-06T13:08:55.630Z Downloaded num_enum_derive v0.7.5
8842026-05-06T13:08:55.630Z Downloaded const_format v0.2.35
8852026-05-06T13:08:55.630Z Downloaded half v2.7.1
8862026-05-06T13:08:55.630Z Downloaded ar_archive_writer v0.5.1
8872026-05-06T13:08:55.630Z Downloaded owo-colors v4.3.0
8882026-05-06T13:08:55.635Z Downloaded oxnet v0.1.4
8892026-05-06T13:08:55.635Z Downloaded powerfmt v0.2.0
8902026-05-06T13:08:55.639Z Downloaded predicates-tree v1.0.13
8912026-05-06T13:08:55.640Z Downloaded predicates-core v1.0.10
8922026-05-06T13:08:55.640Z Downloaded proc-macro-error-attr2 v2.0.0
8932026-05-06T13:08:55.640Z Downloaded precomputed-hash v0.1.1
8942026-05-06T13:08:55.646Z Downloaded proc-macro-crate v1.3.1
8952026-05-06T13:08:55.646Z Downloaded base64 v0.21.7
8962026-05-06T13:08:55.650Z Downloaded oxide-tokio-rt v0.1.4
8972026-05-06T13:08:55.650Z Downloaded packed_struct v0.10.1
8982026-05-06T13:08:55.654Z Downloaded parse-display-derive v0.10.0
8992026-05-06T13:08:55.654Z Downloaded nu-ansi-term v0.50.3
9002026-05-06T13:08:55.658Z Downloaded ignore v0.4.25
9012026-05-06T13:08:55.658Z Downloaded proc-macro-crate v3.4.0
9022026-05-06T13:08:55.658Z Downloaded paste v1.0.15
9032026-05-06T13:08:55.662Z Downloaded progenitor-client v0.10.0
9042026-05-06T13:08:55.662Z Downloaded progenitor-client v0.11.2
9052026-05-06T13:08:55.664Z Downloaded peg-macros v0.8.5
9062026-05-06T13:08:55.667Z Downloaded peg v0.8.5
9072026-05-06T13:08:55.667Z Downloaded password-hash v0.5.0
9082026-05-06T13:08:55.671Z Downloaded progenitor-client v0.14.0
9092026-05-06T13:08:55.671Z Downloaded heapless v0.8.0
9102026-05-06T13:08:55.671Z Downloaded indexmap v1.9.3
9112026-05-06T13:08:55.676Z Downloaded heapless v0.7.17
9122026-05-06T13:08:55.687Z Downloaded progenitor-macro v0.10.0
9132026-05-06T13:08:55.692Z Downloaded phf v0.13.1
9142026-05-06T13:08:55.692Z Downloaded pem-rfc7468 v0.7.0
9152026-05-06T13:08:55.692Z Downloaded progenitor-macro v0.11.2
9162026-05-06T13:08:55.692Z Downloaded quick-error v1.2.3
9172026-05-06T13:08:55.692Z Downloaded psl-types v2.0.11
9182026-05-06T13:08:55.692Z Downloaded progenitor-macro v0.14.0
9192026-05-06T13:08:55.698Z Downloaded diesel_derives v2.3.7
9202026-05-06T13:08:55.698Z Downloaded cc v1.2.56
9212026-05-06T13:08:55.704Z Downloaded crossbeam-channel v0.5.15
9222026-05-06T13:08:55.704Z Downloaded pkg-config v0.3.32
9232026-05-06T13:08:55.708Z Downloaded pin-project-lite v0.2.17
9242026-05-06T13:08:55.708Z Downloaded polyval v0.6.2
9252026-05-06T13:08:55.708Z Downloaded poly1305 v0.8.0
9262026-05-06T13:08:55.714Z Downloaded rand_chacha v0.3.1
9272026-05-06T13:08:55.714Z Downloaded progenitor v0.10.0
9282026-05-06T13:08:55.714Z Downloaded ppv-lite86 v0.2.21
9292026-05-06T13:08:55.714Z Downloaded postgres-protocol v0.6.10
9302026-05-06T13:08:55.714Z Downloaded radium v0.7.0
9312026-05-06T13:08:55.714Z Downloaded num_enum v0.5.11
9322026-05-06T13:08:55.719Z Downloaded libbz2-rs-sys v0.2.2
9332026-05-06T13:08:55.719Z Downloaded arc-swap v1.8.2
9342026-05-06T13:08:55.722Z Downloaded pin-project-internal v1.1.11
9352026-05-06T13:08:55.722Z Downloaded omicron-zone-package v0.12.2
9362026-05-06T13:08:55.727Z Downloaded hickory-resolver v0.24.4
9372026-05-06T13:08:55.731Z Downloaded parking_lot v0.12.5
9382026-05-06T13:08:55.734Z Downloaded progenitor-extras v0.2.0
9392026-05-06T13:08:55.734Z Downloaded progenitor-client v0.13.0
9402026-05-06T13:08:55.738Z Downloaded recursive-proc-macro-impl v0.1.1
9412026-05-06T13:08:55.738Z Downloaded rand_xorshift v0.4.0
9422026-05-06T13:08:55.738Z Downloaded multer v3.1.0
9432026-05-06T13:08:55.738Z Downloaded recursive v0.1.1
9442026-05-06T13:08:55.741Z Downloaded indicatif v0.18.4
9452026-05-06T13:08:55.741Z Downloaded ref-cast-impl v1.0.25
9462026-05-06T13:08:55.745Z Downloaded ref-cast v1.0.25
9472026-05-06T13:08:55.745Z Downloaded pem v3.0.6
9482026-05-06T13:08:55.745Z Downloaded parking_lot_core v0.9.12
9492026-05-06T13:08:55.749Z Downloaded progenitor v0.14.0
9502026-05-06T13:08:55.750Z Downloaded progenitor v0.13.0
9512026-05-06T13:08:55.750Z Downloaded miniz_oxide v0.8.9
9522026-05-06T13:08:55.753Z Downloaded progenitor v0.11.2
9532026-05-06T13:08:55.753Z Downloaded proc-macro-error2 v2.0.1
9542026-05-06T13:08:55.753Z Downloaded derive_more-impl v2.1.1
9552026-05-06T13:08:55.756Z Downloaded rfc6979 v0.4.0
9562026-05-06T13:08:55.756Z Downloaded parking_lot_core v0.8.6
9572026-05-06T13:08:55.760Z Downloaded parking_lot v0.11.2
9582026-05-06T13:08:55.760Z Downloaded password-hash v0.4.2
9592026-05-06T13:08:55.763Z Downloaded bumpalo v3.20.2
9602026-05-06T13:08:55.763Z Downloaded ed25519-dalek v2.2.0
9612026-05-06T13:08:55.767Z Downloaded dropshot-api-manager v0.7.1
9622026-05-06T13:08:55.771Z Downloaded pkcs8 v0.10.2
9632026-05-06T13:08:55.771Z Downloaded pkcs5 v0.7.1
9642026-05-06T13:08:55.776Z Downloaded progenitor-macro v0.13.0
9652026-05-06T13:08:55.776Z Downloaded pkcs1 v0.7.5
9662026-05-06T13:08:55.780Z Downloaded primeorder v0.13.6
9672026-05-06T13:08:55.781Z Downloaded predicates v3.1.4
9682026-05-06T13:08:55.781Z Downloaded rustc_version v0.4.1
9692026-05-06T13:08:55.794Z Downloaded rustc_version v0.1.7
9702026-05-06T13:08:55.795Z Downloaded rustc-hash v2.1.1
9712026-05-06T13:08:55.795Z Downloaded p256 v0.13.2
9722026-05-06T13:08:55.795Z Downloaded psm v0.1.30
9732026-05-06T13:08:55.795Z Downloaded r2d2 v0.8.10
9742026-05-06T13:08:55.795Z Downloaded hickory-resolver v0.25.2
9752026-05-06T13:08:55.801Z Downloaded rand_chacha v0.9.0
9762026-05-06T13:08:55.801Z Downloaded rand_core v0.10.0
9772026-05-06T13:08:55.813Z Downloaded rand_core v0.9.5
9782026-05-06T13:08:55.818Z Downloaded oso v0.27.3
9792026-05-06T13:08:55.818Z Downloaded phf v0.12.1
9802026-05-06T13:08:55.818Z Downloaded salsa20 v0.10.2
9812026-05-06T13:08:55.818Z Downloaded scheduled-thread-pool v0.2.7
9822026-05-06T13:08:55.818Z Downloaded rand_seeder v0.4.0
9832026-05-06T13:08:55.826Z Downloaded rand_core v0.6.4
9842026-05-06T13:08:55.841Z Downloaded rtoolbox v0.0.3
9852026-05-06T13:08:55.845Z Downloaded sapling-renderdag v0.1.0
9862026-05-06T13:08:55.845Z Downloaded openssl-sys v0.9.114
9872026-05-06T13:08:55.845Z Downloaded secrecy v0.10.3
9882026-05-06T13:08:55.851Z Downloaded crossterm v0.28.1
9892026-05-06T13:08:55.856Z Downloaded serde-big-array v0.5.1
9902026-05-06T13:08:55.856Z Downloaded serde_bytes v0.11.19
9912026-05-06T13:08:55.856Z Downloaded semver v0.1.20
9922026-05-06T13:08:55.856Z Downloaded secrecy v0.8.0
9932026-05-06T13:08:55.856Z Downloaded scrypt v0.11.0
9942026-05-06T13:08:55.856Z Downloaded scroll_derive v0.13.1
9952026-05-06T13:08:55.860Z Downloaded resolv-conf v0.7.6
9962026-05-06T13:08:55.860Z Downloaded rustversion v1.0.22
9972026-05-06T13:08:55.865Z Downloaded rustls-pemfile v2.2.0
9982026-05-06T13:08:55.865Z Downloaded russh-cryptovec v0.7.3
9992026-05-06T13:08:55.865Z Downloaded rustls-pemfile v1.0.4
10002026-05-06T13:08:55.875Z Downloaded jiff-static v0.2.21
10012026-05-06T13:08:55.875Z Downloaded shell-words v1.1.1
10022026-05-06T13:08:55.875Z Downloaded serde_spanned v1.0.4
10032026-05-06T13:08:55.875Z Downloaded serde_plain v1.0.2
10042026-05-06T13:08:55.879Z Downloaded hickory-server v0.25.2
10052026-05-06T13:08:55.883Z Downloaded quinn-udp v0.5.14
10062026-05-06T13:08:55.886Z Downloaded postcard v1.1.3
10072026-05-06T13:08:55.890Z Downloaded papergrid v0.17.0
10082026-05-06T13:08:55.895Z Downloaded rustls-native-certs v0.8.3
10092026-05-06T13:08:55.895Z Downloaded siphasher v1.0.2
10102026-05-06T13:08:55.895Z Downloaded scopeguard v1.2.0
10112026-05-06T13:08:55.901Z Downloaded schemars_derive v0.8.22
10122026-05-06T13:08:55.901Z Downloaded signal-hook-tokio v0.3.1
10132026-05-06T13:08:55.905Z Downloaded signal-hook-mio v0.2.5
10142026-05-06T13:08:55.905Z Downloaded sigpipe v0.1.3
10152026-05-06T13:08:55.905Z Downloaded signature v2.2.0
10162026-05-06T13:08:55.909Z Downloaded http v1.4.0
10172026-05-06T13:08:55.916Z Downloaded prefix-trie v0.7.0
10182026-05-06T13:08:55.919Z Downloaded same-file v1.0.6
10192026-05-06T13:08:55.925Z Downloaded progenitor-impl v0.13.0
10202026-05-06T13:08:55.925Z Downloaded pin-project v1.1.11
10212026-05-06T13:08:55.935Z Downloaded postgres-types v0.2.12
10222026-05-06T13:08:55.940Z Downloaded crossterm v0.29.0
10232026-05-06T13:08:55.945Z Downloaded scroll v0.13.0
10242026-05-06T13:08:55.945Z Downloaded serde_derive_internals v0.29.1
10252026-05-06T13:08:55.949Z Downloaded seq-macro v0.3.6
10262026-05-06T13:08:55.949Z Downloaded sqlparser_derive v0.5.0
10272026-05-06T13:08:55.949Z Downloaded sec1 v0.7.3
10282026-05-06T13:08:55.949Z Downloaded sct v0.7.1
10292026-05-06T13:08:55.952Z Downloaded serde-hex v0.1.0
10302026-05-06T13:08:55.952Z Downloaded rusty-fork v0.3.1
10312026-05-06T13:08:55.956Z Downloaded serde_path_to_error v0.1.20
10322026-05-06T13:08:55.956Z Downloaded hashbrown v0.12.3
10332026-05-06T13:08:55.959Z Downloaded progenitor-impl v0.11.2
10342026-05-06T13:08:55.963Z Downloaded prettyplease v0.2.37
10352026-05-06T13:08:55.963Z Downloaded hyper-util v0.1.20
10362026-05-06T13:08:55.966Z Downloaded ssh-cipher v0.2.0
10372026-05-06T13:08:55.970Z Downloaded ssh-encoding v0.2.0
10382026-05-06T13:08:55.975Z Downloaded slab v0.4.12
10392026-05-06T13:08:55.981Z Downloaded rustls-pki-types v1.14.0
10402026-05-06T13:08:55.985Z Downloaded signal-hook-registry v1.4.8
10412026-05-06T13:08:55.989Z Downloaded simd-adler32 v0.3.8
10422026-05-06T13:08:55.992Z Downloaded hashbrown v0.16.1
10432026-05-06T13:08:55.995Z Downloaded progenitor-impl v0.14.0
10442026-05-06T13:08:55.995Z Downloaded slog-envlogger v2.2.0
10452026-05-06T13:08:55.999Z Downloaded serde_repr v0.1.20
10462026-05-06T13:08:55.999Z Downloaded slog-scope v4.4.1
10472026-05-06T13:08:56.002Z Downloaded serde_cbor v0.11.2
10482026-05-06T13:08:56.003Z Downloaded slog-dtrace v0.3.0
10492026-05-06T13:08:56.003Z Downloaded slog-async v2.8.0
10502026-05-06T13:08:56.006Z Downloaded smallvec v0.6.14
10512026-05-06T13:08:56.006Z Downloaded structmeta-derive v0.3.0
10522026-05-06T13:08:56.006Z Downloaded strum v0.27.2
10532026-05-06T13:08:56.006Z Downloaded structmeta v0.3.0
10542026-05-06T13:08:56.010Z Downloaded tagptr v0.2.0
10552026-05-06T13:08:56.010Z Downloaded take_mut v0.2.2
10562026-05-06T13:08:56.010Z Downloaded slog-stdlog v4.1.1
10572026-05-06T13:08:56.010Z Downloaded slog-term v2.9.2
10582026-05-06T13:08:56.017Z Downloaded snafu-derive v0.8.9
10592026-05-06T13:08:56.017Z Downloaded minimal-lexical v0.2.1
10602026-05-06T13:08:56.017Z Downloaded sync-ptr v0.1.4
10612026-05-06T13:08:56.022Z Downloaded progenitor-impl v0.10.0
10622026-05-06T13:08:56.022Z Downloaded tabled_derive v0.11.0
10632026-05-06T13:08:56.022Z Downloaded supports-color v3.0.2
10642026-05-06T13:08:56.027Z Downloaded spki v0.7.3
10652026-05-06T13:08:56.027Z Downloaded shlex v1.3.0
10662026-05-06T13:08:56.027Z Downloaded ryu v1.0.23
10672026-05-06T13:08:56.027Z Downloaded ron v0.8.1
10682026-05-06T13:08:56.031Z Downloaded testing_table v0.3.0
10692026-05-06T13:08:56.031Z Downloaded iddqd v0.3.18
10702026-05-06T13:08:56.035Z Downloaded thiserror-impl-no-std v2.0.2
10712026-05-06T13:08:56.038Z Downloaded termtree v0.5.1
10722026-05-06T13:08:56.038Z Downloaded rayon-core v1.13.0
10732026-05-06T13:08:56.042Z Downloaded num-bigint v0.4.6
10742026-05-06T13:08:56.042Z Downloaded hashbrown v0.13.2
10752026-05-06T13:08:56.046Z Downloaded tap v1.0.1
10762026-05-06T13:08:56.046Z Downloaded sync_wrapper v1.0.2
10772026-05-06T13:08:56.052Z Downloaded time-core v0.1.8
10782026-05-06T13:08:56.052Z Downloaded serde_urlencoded v0.7.1
10792026-05-06T13:08:56.052Z Downloaded string_cache v0.8.9
10802026-05-06T13:08:56.052Z Downloaded itertools v0.10.5
10812026-05-06T13:08:56.057Z Downloaded stacker v0.1.23
10822026-05-06T13:08:56.057Z Downloaded serde_with_macros v3.17.0
10832026-05-06T13:08:56.057Z Downloaded rcgen v0.12.1
10842026-05-06T13:08:56.064Z Downloaded thread-id v5.1.0
10852026-05-06T13:08:56.064Z Downloaded strip-ansi-escapes v0.2.1
10862026-05-06T13:08:56.068Z Downloaded publicsuffix v2.3.0
10872026-05-06T13:08:56.068Z Downloaded subtle v2.6.1
10882026-05-06T13:08:56.072Z Downloaded smf v0.2.3
10892026-05-06T13:08:56.073Z Downloaded sha1 v0.10.6
10902026-05-06T13:08:56.077Z Downloaded qorb v0.4.1
10912026-05-06T13:08:56.081Z Downloaded rustls-platform-verifier v0.6.2
10922026-05-06T13:08:56.082Z Downloaded stringprep v0.1.5
10932026-05-06T13:08:56.089Z Downloaded pretty_assertions v1.4.1
10942026-05-06T13:08:56.098Z Downloaded slog-bunyan v2.5.0
10952026-05-06T13:08:56.098Z Downloaded tabwriter v1.4.1
10962026-05-06T13:08:56.098Z Downloaded strum_macros v0.27.2
10972026-05-06T13:08:56.098Z Downloaded strum v0.26.3
10982026-05-06T13:08:56.098Z Downloaded rand v0.8.5
10992026-05-06T13:08:56.109Z Downloaded tinyvec_macros v0.1.1
11002026-05-06T13:08:56.109Z Downloaded mio v1.2.0
11012026-05-06T13:08:56.109Z Downloaded schemars v0.8.22
11022026-05-06T13:08:56.113Z Downloaded schemars v0.9.0
11032026-05-06T13:08:56.120Z Downloaded tokio-macros v2.7.0
11042026-05-06T13:08:56.125Z Downloaded num-bigint-dig v0.8.6
11052026-05-06T13:08:56.128Z Downloaded futures-util v0.3.32
11062026-05-06T13:08:56.133Z Downloaded thiserror-no-std v2.0.2
11072026-05-06T13:08:56.136Z Downloaded hashbrown v0.15.5
11082026-05-06T13:08:56.140Z Downloaded russh-keys v0.45.0
11092026-05-06T13:08:56.149Z Downloaded tower-layer v0.3.3
11102026-05-06T13:08:56.152Z Downloaded topological-sort v0.2.2
11112026-05-06T13:08:56.155Z Downloaded try-lock v0.2.5
11122026-05-06T13:08:56.161Z Downloaded tower-service v0.3.3
11132026-05-06T13:08:56.161Z Downloaded thread_local v1.1.9
11142026-05-06T13:08:56.164Z Downloaded quinn v0.11.9
11152026-05-06T13:08:56.164Z Downloaded tokio-native-tls v0.3.1
11162026-05-06T13:08:56.164Z Downloaded spin v0.9.8
11172026-05-06T13:08:56.164Z Downloaded rustls-webpki v0.103.9
11182026-05-06T13:08:56.168Z Downloaded static_assertions v1.1.0
11192026-05-06T13:08:56.168Z Downloaded sqlformat v0.3.5
11202026-05-06T13:08:56.171Z Downloaded strum_macros v0.26.4
11212026-05-06T13:08:56.171Z Downloaded trait-variant v0.1.2
11222026-05-06T13:08:56.171Z Downloaded slog-json v2.6.1
11232026-05-06T13:08:56.174Z Downloaded unarray v0.1.4
11242026-05-06T13:08:56.177Z Downloaded unicode-truncate v1.1.0
11252026-05-06T13:08:56.177Z Downloaded typify-macro v0.4.3
11262026-05-06T13:08:56.177Z Downloaded similar v2.7.0
11272026-05-06T13:08:56.180Z Downloaded support-bundle-viewer v0.1.2
11282026-05-06T13:08:56.184Z Downloaded strum_macros v0.24.3
11292026-05-06T13:08:56.184Z Downloaded libm v0.2.16
11302026-05-06T13:08:56.187Z Downloaded termios v0.3.3
11312026-05-06T13:08:56.191Z Downloaded term v1.2.1
11322026-05-06T13:08:56.191Z Downloaded slog v2.8.2
11332026-05-06T13:08:56.194Z Downloaded time-macros v0.2.27
11342026-05-06T13:08:56.194Z Downloaded samael v0.0.19
11352026-05-06T13:08:56.197Z Downloaded universal-hash v0.5.1
11362026-05-06T13:08:56.201Z Downloaded untrusted v0.7.1
11372026-05-06T13:08:56.201Z Downloaded unit-prefix v0.5.2
11382026-05-06T13:08:56.202Z Downloaded usdt v0.6.0
11392026-05-06T13:08:56.202Z Downloaded typify-macro v0.6.2
11402026-05-06T13:08:56.203Z Downloaded tokio-dtrace v0.1.1
11412026-05-06T13:08:56.206Z Downloaded usdt-attr-macro v0.6.0
11422026-05-06T13:08:56.206Z Downloaded untrusted v0.9.0
11432026-05-06T13:08:56.207Z Downloaded tls_codec_derive v0.4.2
11442026-05-06T13:08:56.207Z Downloaded h2 v0.4.13
11452026-05-06T13:08:56.210Z Downloaded tokio-rustls v0.25.0
11462026-05-06T13:08:56.210Z Downloaded term v0.7.0
11472026-05-06T13:08:56.213Z Downloaded tiny-keccak v2.0.2
11482026-05-06T13:08:56.216Z Downloaded usdt-macro v0.6.0
11492026-05-06T13:08:56.216Z Downloaded aho-corasick v1.1.4
11502026-05-06T13:08:56.219Z Downloaded libxml v0.3.3
11512026-05-06T13:08:56.224Z Downloaded toml_datetime v1.0.0+spec-1.1.0
11522026-05-06T13:08:56.224Z Downloaded nom v7.1.3
11532026-05-06T13:08:56.227Z Downloaded toml_writer v1.0.6+spec-1.1.0
11542026-05-06T13:08:56.227Z Downloaded socket2 v0.6.3
11552026-05-06T13:08:56.230Z Downloaded tokio-tungstenite v0.23.1
11562026-05-06T13:08:56.230Z Downloaded void v1.0.2
11572026-05-06T13:08:56.230Z Downloaded tokio-tungstenite v0.21.0
11582026-05-06T13:08:56.234Z Downloaded socket2 v0.5.10
11592026-05-06T13:08:56.234Z Downloaded wait-timeout v0.2.1
11602026-05-06T13:08:56.234Z Downloaded hkdf v0.12.4
11612026-05-06T13:08:56.238Z Downloaded subprocess v0.2.15
11622026-05-06T13:08:56.239Z Downloaded itertools v0.12.1
11632026-05-06T13:08:56.243Z Downloaded rsa v0.9.10
11642026-05-06T13:08:56.251Z Downloaded itertools v0.13.0
11652026-05-06T13:08:56.251Z Downloaded iri-string v0.7.10
11662026-05-06T13:08:56.259Z Downloaded want v0.3.1
11672026-05-06T13:08:56.260Z Downloaded waitgroup v0.1.2
11682026-05-06T13:08:56.260Z Downloaded rand v0.10.0
11692026-05-06T13:08:56.266Z Downloaded rand v0.9.2
11702026-05-06T13:08:56.266Z Downloaded tokio-rustls v0.26.4
11712026-05-06T13:08:56.270Z Downloaded toml_datetime v0.7.5+spec-1.1.0
11722026-05-06T13:08:56.270Z Downloaded tui-tree-widget v0.23.1
11732026-05-06T13:08:56.277Z Downloaded tls_codec v0.4.2
11742026-05-06T13:08:56.281Z Downloaded utf-8 v0.7.6
11752026-05-06T13:08:56.286Z Downloaded usdt-impl v0.6.0
11762026-05-06T13:08:56.286Z Downloaded signal-hook v0.3.18
11772026-05-06T13:08:56.291Z Downloaded unicase v2.9.0
11782026-05-06T13:08:56.296Z Downloaded xattr v1.6.1
11792026-05-06T13:08:56.300Z Downloaded uzers v0.12.2
11802026-05-06T13:08:56.303Z Downloaded tokio-rustls v0.24.1
11812026-05-06T13:08:56.303Z Downloaded xshell-macros v0.2.7
11822026-05-06T13:08:56.303Z Downloaded vergen-lib v0.1.6
11832026-05-06T13:08:56.311Z Downloaded tokio-stream v0.1.18
11842026-05-06T13:08:56.316Z Downloaded test-strategy v0.4.5
11852026-05-06T13:08:56.316Z Downloaded schemars v1.2.1
11862026-05-06T13:08:56.329Z Downloaded zeroize_derive v1.4.3
11872026-05-06T13:08:56.333Z Downloaded twox-hash v2.1.2
11882026-05-06T13:08:56.333Z Downloaded serde_yaml v0.9.34+deprecated
11892026-05-06T13:08:56.333Z Downloaded zone_cfg_derive v0.3.1
11902026-05-06T13:08:56.333Z Downloaded walkdir v2.5.0
11912026-05-06T13:08:56.333Z Downloaded vergen-gitcl v1.0.8
11922026-05-06T13:08:56.333Z Downloaded whoami v1.6.1
11932026-05-06T13:08:56.337Z Downloaded zone v0.3.1
11942026-05-06T13:08:56.337Z Downloaded vergen-git2 v1.0.7
11952026-05-06T13:08:56.337Z Downloaded unicode-properties v0.1.4
11962026-05-06T13:08:56.337Z Downloaded russh v0.45.0
11972026-05-06T13:08:56.341Z Downloaded tracing-attributes v0.1.31
11982026-05-06T13:08:56.371Z Downloaded rustyline v14.0.0
11992026-05-06T13:08:56.371Z Downloaded whoami v2.1.0
12002026-05-06T13:08:56.371Z Downloaded tinyvec v1.10.0
12012026-05-06T13:08:56.371Z Downloaded wyz v0.5.1
12022026-05-06T13:08:56.374Z Downloaded toml_parser v1.0.9+spec-1.1.0
12032026-05-06T13:08:56.378Z Downloaded hyper v1.8.1
12042026-05-06T13:08:56.381Z Downloaded xshell v0.2.7
12052026-05-06T13:08:56.385Z Downloaded toml v0.7.8
12062026-05-06T13:08:56.385Z Downloaded vergen v9.0.6
12072026-05-06T13:08:56.390Z Downloaded p521 v0.13.3
12082026-05-06T13:08:56.390Z Downloaded zeroize v1.8.2
12092026-05-06T13:08:56.390Z Downloaded typify v0.4.3
12102026-05-06T13:08:56.393Z Downloaded vsss-rs v3.3.4
12112026-05-06T13:08:56.393Z Downloaded snafu v0.8.9
12122026-05-06T13:08:56.396Z Downloaded toml v1.0.6+spec-1.1.0
12132026-05-06T13:08:56.400Z Downloaded itertools v0.14.0
12142026-05-06T13:08:56.403Z Downloaded zstd-safe v7.2.4
12152026-05-06T13:08:56.406Z Downloaded zstd v0.13.3
12162026-05-06T13:08:56.420Z Downloaded reedline v0.40.0
12172026-05-06T13:08:56.423Z Downloaded tracing-core v0.1.36
12182026-05-06T13:08:56.427Z Downloaded tungstenite v0.23.0
12192026-05-06T13:08:56.430Z Downloaded uuid v1.23.0
12202026-05-06T13:08:56.433Z Downloaded toml_edit v0.23.10+spec-1.0.0
12212026-05-06T13:08:56.442Z Downloaded typify v0.6.2
12222026-05-06T13:08:56.445Z Downloaded zerocopy v0.6.6
12232026-05-06T13:08:56.448Z Downloaded aws-lc-rs v1.16.0
12242026-05-06T13:08:56.452Z Downloaded yasna v0.5.2
12252026-05-06T13:08:56.455Z Downloaded vte v0.14.1
12262026-05-06T13:08:56.455Z Downloaded toml v0.9.12+spec-1.1.0
12272026-05-06T13:08:56.458Z Downloaded rpassword v7.4.0
12282026-05-06T13:08:56.463Z Downloaded tar v0.4.45
12292026-05-06T13:08:56.466Z Downloaded p384 v0.13.1
12302026-05-06T13:08:56.473Z Downloaded unsafe-libyaml v0.2.11
12312026-05-06T13:08:56.486Z Downloaded tungstenite v0.21.0
12322026-05-06T13:08:56.490Z Downloaded toml_edit v0.19.15
12332026-05-06T13:08:56.501Z Downloaded unicode-bidi v0.3.18
12342026-05-06T13:08:56.505Z Downloaded steno v0.4.1
12352026-05-06T13:08:56.505Z Downloaded bitvec v1.0.1
12362026-05-06T13:08:56.515Z Downloaded tokio-postgres v0.7.16
12372026-05-06T13:08:56.518Z Downloaded lalrpop v0.19.12
12382026-05-06T13:08:56.523Z Downloaded zopfli v0.8.3
12392026-05-06T13:08:56.526Z Downloaded unicode_categories v0.1.1
12402026-05-06T13:08:56.533Z Downloaded git2 v0.20.4
12412026-05-06T13:08:56.546Z Downloaded quick-xml v0.37.5
12422026-05-06T13:08:56.557Z Downloaded yansi v1.0.1
12432026-05-06T13:08:56.557Z Downloaded blake3 v1.8.3
12442026-05-06T13:08:56.561Z Downloaded zip v0.6.6
12452026-05-06T13:08:56.566Z Downloaded reqwest v0.12.28
12462026-05-06T13:08:56.570Z Downloaded typed-path v0.9.3
12472026-05-06T13:08:56.570Z Downloaded reqwest v0.13.2
12482026-05-06T13:08:56.582Z Downloaded ssh-key v0.6.7
12492026-05-06T13:08:56.592Z Downloaded chrono v0.4.44
12502026-05-06T13:08:56.596Z Downloaded zerocopy-derive v0.8.40
12512026-05-06T13:08:56.601Z Downloaded tower v0.5.3
12522026-05-06T13:08:56.606Z Downloaded regex v1.12.3
12532026-05-06T13:08:56.609Z Downloaded rayon v1.11.0
12542026-05-06T13:08:56.614Z Downloaded unicode-segmentation v1.12.0
12552026-05-06T13:08:56.623Z Downloaded bindgen v0.71.1
12562026-05-06T13:08:56.627Z Downloaded curve25519-dalek v4.1.3
12572026-05-06T13:08:56.632Z Downloaded rustls-webpki v0.101.7
12582026-05-06T13:08:56.641Z Downloaded portable-atomic v1.13.1
12592026-05-06T13:08:56.645Z Downloaded x509-cert v0.2.5
12602026-05-06T13:08:56.648Z Downloaded moka v0.12.13
12612026-05-06T13:08:56.653Z Downloaded serde_with v3.17.0
12622026-05-06T13:08:56.660Z Downloaded tokio-util v0.7.18
12632026-05-06T13:08:56.664Z Downloaded salty v0.3.0
12642026-05-06T13:08:56.668Z Downloaded petname v2.0.2
12652026-05-06T13:08:56.681Z Downloaded zip v4.6.1
12662026-05-06T13:08:56.685Z Downloaded goblin v0.10.5
12672026-05-06T13:08:56.698Z Downloaded tower-http v0.6.8
12682026-05-06T13:08:56.704Z Downloaded proptest v1.10.0
12692026-05-06T13:08:56.708Z Downloaded nix v0.27.1
12702026-05-06T13:08:56.721Z Downloaded unicode-normalization v0.1.25
12712026-05-06T13:08:56.736Z Downloaded rustls-webpki v0.102.8
12722026-05-06T13:08:56.743Z Downloaded tough v0.20.0
12732026-05-06T13:08:56.748Z Downloaded openssl v0.10.78
12742026-05-06T13:08:56.754Z Downloaded radix_trie v0.2.1
12752026-05-06T13:08:56.765Z Downloaded quinn-proto v0.11.13
12762026-05-06T13:08:56.773Z Downloaded winnow v0.5.40
12772026-05-06T13:08:56.785Z Downloaded nix v0.28.0
12782026-05-06T13:08:56.793Z Downloaded object v0.30.4
12792026-05-06T13:08:56.800Z Downloaded dropshot v0.16.7
12802026-05-06T13:08:56.814Z Downloaded winnow v0.6.26
12812026-05-06T13:08:56.822Z Downloaded polar-core v0.27.3
12822026-05-06T13:08:56.848Z Downloaded nix v0.29.0
12832026-05-06T13:08:56.859Z Downloaded tabled v0.20.0
12842026-05-06T13:08:56.869Z Downloaded time v0.3.47
12852026-05-06T13:08:56.876Z Downloaded rustls v0.21.12
12862026-05-06T13:08:56.882Z Downloaded regex-syntax v0.6.29
12872026-05-06T13:08:56.886Z Downloaded dropshot v0.17.0
12882026-05-06T13:08:56.900Z Downloaded zlib-rs v0.6.2
12892026-05-06T13:08:56.904Z Downloaded smoltcp v0.9.1
12902026-05-06T13:08:56.910Z Downloaded object v0.37.3
12912026-05-06T13:08:56.917Z Downloaded vcpkg v0.2.15
12922026-05-06T13:08:56.942Z Downloaded webpki-roots v1.0.6
12932026-05-06T13:08:56.947Z Downloaded nix v0.31.2
12942026-05-06T13:08:56.953Z Downloaded rustls v0.22.4
12952026-05-06T13:08:56.969Z Downloaded regex-syntax v0.8.10
12962026-05-06T13:08:56.980Z Downloaded hickory-proto v0.25.2
12972026-05-06T13:08:56.984Z Downloaded zerocopy v0.8.40
12982026-05-06T13:08:56.984Z Downloaded rustls v0.23.37
12992026-05-06T13:08:56.991Z Downloaded regress v0.10.5
13002026-05-06T13:08:56.996Z Downloaded regress v0.11.1
13012026-05-06T13:08:57.003Z Downloaded smoltcp v0.11.0
13022026-05-06T13:08:57.008Z Downloaded rustix v0.38.44
13032026-05-06T13:08:57.022Z Downloaded openapiv3 v2.2.0
13042026-05-06T13:08:57.029Z Downloaded hickory-proto v0.24.4
13052026-05-06T13:08:57.039Z Downloaded diesel v2.3.7
13062026-05-06T13:08:57.052Z Downloaded bstr v1.12.1
13072026-05-06T13:08:57.084Z Downloaded sled v0.34.7
13082026-05-06T13:08:57.090Z Downloaded sqlparser v0.61.0
13092026-05-06T13:08:57.116Z Downloaded typify-impl v0.4.3
13102026-05-06T13:08:57.124Z Downloaded typify-impl v0.6.2
13112026-05-06T13:08:57.133Z Downloaded tracing v0.1.44
13122026-05-06T13:08:57.147Z Downloaded ratatui v0.29.0
13132026-05-06T13:08:57.170Z Downloaded zerocopy-derive v0.6.6
13142026-05-06T13:08:57.178Z Downloaded bzip2-sys v0.1.13+1.0.8
13152026-05-06T13:08:57.194Z Downloaded petgraph v0.6.5
13162026-05-06T13:08:57.205Z Downloaded regex-automata v0.4.14
13172026-05-06T13:08:57.226Z Downloaded petgraph v0.8.3
13182026-05-06T13:08:57.238Z Downloaded chrono-tz v0.10.4
13192026-05-06T13:08:57.247Z Downloaded csv v1.4.0
13202026-05-06T13:08:57.259Z Downloaded jiff v0.2.21
13212026-05-06T13:08:57.270Z Downloaded zstd-sys v2.0.16+zstd.1.5.7
13222026-05-06T13:08:57.307Z Downloaded libz-sys v1.1.24
13232026-05-06T13:08:57.327Z Downloaded encoding_rs v0.8.35
13242026-05-06T13:08:57.342Z Downloaded sha3 v0.10.8
13252026-05-06T13:08:57.345Z Downloaded ring v0.17.14
13262026-05-06T13:08:57.368Z Downloaded tokio v1.52.1
13272026-05-06T13:08:57.519Z Downloaded libgit2-sys v0.18.3+1.9.2
13282026-05-06T13:08:58.251Z Downloaded aws-lc-sys v0.37.1
13292026-05-06T13:08:58.491Z Compiling libc v0.2.185
13302026-05-06T13:08:58.491Z Compiling serde v1.0.228
13312026-05-06T13:08:58.500Z Compiling shlex v1.3.0
13322026-05-06T13:08:58.500Z Compiling log v0.4.29
13332026-05-06T13:08:58.500Z Compiling find-msvc-tools v0.1.9
13342026-05-06T13:08:58.500Z Compiling smallvec v1.15.1
13352026-05-06T13:08:58.500Z Compiling typenum v1.19.0
13362026-05-06T13:08:58.632Z Compiling subtle v2.6.1
13372026-05-06T13:08:58.678Z Compiling generic-array v0.14.7
13382026-05-06T13:08:58.681Z Compiling scopeguard v1.2.0
13392026-05-06T13:08:58.693Z Compiling const-oid v0.9.6
13402026-05-06T13:08:58.739Z Compiling portable-atomic v1.13.1
13412026-05-06T13:08:58.743Z Compiling zerocopy v0.8.40
13422026-05-06T13:08:58.770Z Compiling syn v2.0.117
13432026-05-06T13:08:58.802Z Compiling critical-section v1.2.0
13442026-05-06T13:08:58.813Z Compiling serde_json v1.0.149
13452026-05-06T13:08:58.846Z Compiling lock_api v0.4.14
13462026-05-06T13:08:58.864Z Compiling pin-project-lite v0.2.17
13472026-05-06T13:08:58.864Z Compiling parking_lot_core v0.9.12
13482026-05-06T13:08:59.040Z Compiling pkg-config v0.3.32
13492026-05-06T13:08:59.075Z Compiling bitflags v2.11.0
13502026-05-06T13:08:59.079Z Compiling libm v0.2.16
13512026-05-06T13:08:59.127Z Compiling num-traits v0.2.19
13522026-05-06T13:08:59.132Z Compiling futures-core v0.3.32
13532026-05-06T13:08:59.139Z Compiling percent-encoding v2.3.2
13542026-05-06T13:08:59.220Z Compiling cpufeatures v0.2.17
13552026-05-06T13:08:59.224Z Compiling futures-sink v0.3.32
13562026-05-06T13:08:59.315Z Compiling futures-task v0.3.32
13572026-05-06T13:08:59.315Z Compiling getrandom v0.4.1
13582026-05-06T13:08:59.315Z Compiling slab v0.4.12
13592026-05-06T13:08:59.393Z Compiling futures-channel v0.3.32
13602026-05-06T13:08:59.397Z Compiling futures-io v0.3.32
13612026-05-06T13:08:59.444Z Compiling rand_core v0.10.0
13622026-05-06T13:08:59.451Z Compiling rustversion v1.0.22
13632026-05-06T13:08:59.518Z Compiling getrandom v0.3.4
13642026-05-06T13:08:59.543Z Compiling indexmap v2.14.0
13652026-05-06T13:08:59.568Z Compiling form_urlencoded v1.2.2
13662026-05-06T13:08:59.584Z Compiling dunce v1.0.5
13672026-05-06T13:08:59.640Z Compiling fs_extra v1.3.0
13682026-05-06T13:08:59.656Z Compiling ident_case v1.0.1
13692026-05-06T13:08:59.656Z Compiling base64ct v1.8.3
13702026-05-06T13:08:59.695Z Compiling flagset v0.4.7
13712026-05-06T13:08:59.702Z Compiling iana-time-zone v0.1.65
13722026-05-06T13:08:59.741Z Compiling getrandom v0.2.17
13732026-05-06T13:08:59.777Z Compiling jobserver v0.1.34
13742026-05-06T13:08:59.810Z Compiling errno v0.3.14
13752026-05-06T13:08:59.843Z Compiling mio v1.2.0
13762026-05-06T13:08:59.858Z Compiling socket2 v0.6.3
13772026-05-06T13:08:59.932Z Compiling rand_core v0.6.4
13782026-05-06T13:08:59.952Z Compiling once_cell v1.21.3
13792026-05-06T13:08:59.958Z Compiling signal-hook-registry v1.4.8
13802026-05-06T13:08:59.999Z Compiling cc v1.2.56
13812026-05-06T13:09:00.053Z Compiling parking_lot v0.12.5
13822026-05-06T13:09:00.139Z Compiling pem-rfc7468 v0.7.0
13832026-05-06T13:09:00.174Z Compiling rustix v1.1.3
13842026-05-06T13:09:00.191Z Compiling uuid v1.23.0
13852026-05-06T13:09:00.226Z Compiling rustc_version v0.4.1
13862026-05-06T13:09:00.245Z Compiling aws-lc-rs v1.16.0
13872026-05-06T13:09:00.276Z Compiling regex-syntax v0.8.10
13882026-05-06T13:09:00.295Z Compiling vcpkg v0.2.15
13892026-05-06T13:09:00.350Z Compiling tracing-core v0.1.36
13902026-05-06T13:09:00.439Z Compiling schemars v0.8.22
13912026-05-06T13:09:00.483Z Compiling rand_core v0.9.5
13922026-05-06T13:09:00.489Z Compiling openssl-probe v0.2.1
13932026-05-06T13:09:00.573Z Compiling untrusted v0.9.0
13942026-05-06T13:09:00.591Z Compiling untrusted v0.7.1
13952026-05-06T13:09:00.598Z Compiling httparse v1.10.1
13962026-05-06T13:09:00.635Z Compiling base64 v0.22.1
13972026-05-06T13:09:00.652Z Compiling tinyvec_macros v0.1.1
13982026-05-06T13:09:00.695Z Compiling try-lock v0.2.5
13992026-05-06T13:09:00.711Z Compiling tower-layer v0.3.3
14002026-05-06T13:09:00.728Z Compiling cmake v0.1.57
14012026-05-06T13:09:00.745Z Compiling atomic-waker v1.1.2
14022026-05-06T13:09:00.749Z Compiling rustls v0.23.37
14032026-05-06T13:09:00.779Z Compiling tower-service v0.3.3
14042026-05-06T13:09:00.834Z Compiling dyn-clone v1.0.20
14052026-05-06T13:09:00.894Z Compiling want v0.3.1
14062026-05-06T13:09:00.908Z Compiling tinyvec v1.10.0
14072026-05-06T13:09:00.908Z Compiling spin v0.9.8
14082026-05-06T13:09:00.912Z Compiling aho-corasick v1.1.4
14092026-05-06T13:09:00.957Z Compiling num-conv v0.2.0
14102026-05-06T13:09:00.960Z Compiling httpdate v1.0.3
14112026-05-06T13:09:00.973Z Compiling foreign-types-shared v0.1.1
14122026-05-06T13:09:01.007Z Compiling openssl v0.10.78
14132026-05-06T13:09:01.035Z Compiling crc32fast v1.5.0
14142026-05-06T13:09:01.053Z Compiling pin-utils v0.1.0
14152026-05-06T13:09:01.092Z Compiling powerfmt v0.2.0
14162026-05-06T13:09:01.105Z Compiling time-core v0.1.8
14172026-05-06T13:09:01.124Z Compiling foreign-types v0.3.2
14182026-05-06T13:09:01.140Z Compiling wait-timeout v0.2.1
14192026-05-06T13:09:01.159Z Compiling simd-adler32 v0.3.8
14202026-05-06T13:09:01.159Z Compiling num_threads v0.1.7
14212026-05-06T13:09:01.215Z Compiling native-tls v0.2.18
14222026-05-06T13:09:01.232Z Compiling crossbeam-utils v0.8.21
14232026-05-06T13:09:01.269Z Compiling deranged v0.5.8
14242026-05-06T13:09:01.291Z Compiling time-macros v0.2.27
14252026-05-06T13:09:01.297Z Compiling quick-error v1.2.3
14262026-05-06T13:09:01.322Z Compiling usdt-impl v0.6.0
14272026-05-06T13:09:01.325Z Compiling siphasher v1.0.2
14282026-05-06T13:09:01.395Z Compiling syn v1.0.109
14292026-05-06T13:09:01.414Z Compiling bit-vec v0.8.0
14302026-05-06T13:09:01.430Z Compiling unicode-normalization v0.1.25
14312026-05-06T13:09:01.461Z Compiling rand_xorshift v0.4.0
14322026-05-06T13:09:01.464Z Compiling slog v2.8.2
14332026-05-06T13:09:01.532Z Compiling heapless v0.7.17
14342026-05-06T13:09:01.602Z Compiling aws-lc-sys v0.37.1
14352026-05-06T13:09:01.606Z Compiling ring v0.17.14
14362026-05-06T13:09:01.631Z Compiling openssl-sys v0.9.114
14372026-05-06T13:09:01.646Z Compiling zstd-sys v2.0.16+zstd.1.5.7
14382026-05-06T13:09:01.661Z Compiling bit-set v0.8.0
14392026-05-06T13:09:01.679Z Compiling synstructure v0.13.2
14402026-05-06T13:09:01.697Z Compiling pest_generator v2.8.6
14412026-05-06T13:09:01.733Z Compiling serde_derive_internals v0.29.1
14422026-05-06T13:09:01.807Z Compiling darling_core v0.20.11
14432026-05-06T13:09:01.845Z Compiling regex-automata v0.4.14
14442026-05-06T13:09:01.934Z Compiling tempfile v3.25.0
14452026-05-06T13:09:02.032Z Compiling darling_core v0.21.3
14462026-05-06T13:09:02.300Z Compiling rusty-fork v0.3.1
14472026-05-06T13:09:02.314Z Compiling bzip2-sys v0.1.13+1.0.8
14482026-05-06T13:09:02.411Z Compiling thread-id v5.1.0
14492026-05-06T13:09:02.448Z Compiling time v0.3.47
14502026-05-06T13:09:02.501Z Compiling sync_wrapper v1.0.2
14512026-05-06T13:09:02.516Z Compiling cookie v0.18.1
14522026-05-06T13:09:02.631Z Compiling allocator-api2 v0.2.21
14532026-05-06T13:09:02.649Z Compiling zstd-safe v7.2.4
14542026-05-06T13:09:02.649Z Compiling signal-hook v0.3.18
14552026-05-06T13:09:02.684Z Compiling unicode-bidi v0.3.18
14562026-05-06T13:09:02.687Z Compiling adler2 v2.0.1
14572026-05-06T13:09:02.716Z Compiling unarray v0.1.4
14582026-05-06T13:09:02.733Z Compiling anyhow v1.0.102
14592026-05-06T13:09:02.848Z Compiling unicode-properties v0.1.4
14602026-05-06T13:09:02.863Z Compiling paste v1.0.15
14612026-05-06T13:09:02.897Z Compiling miniz_oxide v0.8.9
14622026-05-06T13:09:03.044Z Compiling stringprep v0.1.5
14632026-05-06T13:09:03.218Z Compiling num-integer v0.1.46
14642026-05-06T13:09:03.258Z Compiling vergen-lib v0.1.6
14652026-05-06T13:09:03.324Z Compiling curve25519-dalek v4.1.3
14662026-05-06T13:09:03.464Z Compiling ff v0.13.1
14672026-05-06T13:09:03.490Z Compiling serde_derive v1.0.228
14682026-05-06T13:09:03.523Z Compiling zeroize_derive v1.4.3
14692026-05-06T13:09:03.552Z Compiling zerofrom-derive v0.1.6
14702026-05-06T13:09:03.572Z Compiling yoke-derive v0.8.1
14712026-05-06T13:09:03.624Z Compiling zerocopy-derive v0.8.40
14722026-05-06T13:09:03.639Z Compiling zerovec-derive v0.11.2
14732026-05-06T13:09:03.688Z Compiling displaydoc v0.2.5
14742026-05-06T13:09:03.704Z Compiling tokio-macros v2.7.0
14752026-05-06T13:09:04.070Z Compiling futures-macro v0.3.32
14762026-05-06T13:09:04.213Z Compiling zeroize v1.8.2
14772026-05-06T13:09:04.232Z Compiling der_derive v0.7.3
14782026-05-06T13:09:04.472Z Compiling thiserror-impl v2.0.18
14792026-05-06T13:09:04.488Z Compiling rustls-pki-types v1.14.0
14802026-05-06T13:09:04.654Z Compiling tracing-attributes v0.1.31
14812026-05-06T13:09:04.799Z Compiling scroll_derive v0.13.1
14822026-05-06T13:09:04.814Z Compiling pest_derive v2.8.6
14832026-05-06T13:09:04.933Z Compiling futures-util v0.3.32
14842026-05-06T13:09:04.985Z Compiling crypto-common v0.1.7
14852026-05-06T13:09:05.006Z Compiling block-buffer v0.10.4
14862026-05-06T13:09:05.021Z Compiling zerofrom v0.1.6
14872026-05-06T13:09:05.155Z Compiling yoke v0.8.1
14882026-05-06T13:09:05.172Z Compiling digest v0.10.7
14892026-05-06T13:09:05.205Z Compiling block-padding v0.3.3
14902026-05-06T13:09:05.257Z Compiling der v0.7.10
14912026-05-06T13:09:05.293Z Compiling schemars_derive v0.8.22
14922026-05-06T13:09:05.363Z Compiling zerovec v0.11.5
14932026-05-06T13:09:05.385Z Compiling zerotrie v0.2.3
14942026-05-06T13:09:05.440Z Compiling hmac v0.12.1
14952026-05-06T13:09:05.661Z Compiling inout v0.1.4
14962026-05-06T13:09:05.681Z Compiling sha2 v0.10.9
14972026-05-06T13:09:05.743Z Compiling pbkdf2 v0.12.2
14982026-05-06T13:09:05.856Z Compiling tinystr v0.8.2
14992026-05-06T13:09:05.872Z Compiling potential_utf v0.1.4
15002026-05-06T13:09:05.892Z Compiling cipher v0.4.4
15012026-05-06T13:09:05.910Z Compiling thiserror v2.0.18
15022026-05-06T13:09:06.038Z Compiling icu_locale_core v2.1.1
15032026-05-06T13:09:06.055Z Compiling icu_collections v2.1.1
15042026-05-06T13:09:06.073Z Compiling tracing v0.1.44
15052026-05-06T13:09:06.093Z Compiling scroll v0.13.0
15062026-05-06T13:09:06.106Z Compiling darling_macro v0.20.11
15072026-05-06T13:09:06.162Z Compiling spki v0.7.3
15082026-05-06T13:09:06.210Z Compiling salsa20 v0.10.2
15092026-05-06T13:09:06.374Z Compiling scrypt v0.11.0
15102026-05-06T13:09:06.377Z Compiling aes v0.8.4
15112026-05-06T13:09:06.407Z Compiling cbc v0.1.2
15122026-05-06T13:09:06.531Z Compiling goblin v0.10.5
15132026-05-06T13:09:06.562Z Compiling openssl-macros v0.1.1
15142026-05-06T13:09:06.589Z Compiling dtrace-parser v0.3.0
15152026-05-06T13:09:06.625Z Compiling darling v0.20.11
15162026-05-06T13:09:06.647Z Compiling signature v2.2.0
15172026-05-06T13:09:06.664Z Compiling icu_provider v2.1.1
15182026-05-06T13:09:06.723Z Compiling derive_builder_core v0.20.2
15192026-05-06T13:09:06.847Z Compiling pkcs5 v0.7.1
15202026-05-06T13:09:06.929Z Compiling icu_normalizer v2.1.1
15212026-05-06T13:09:06.950Z Compiling bytes v1.11.1
15222026-05-06T13:09:06.969Z Compiling icu_properties v2.1.2
15232026-05-06T13:09:07.002Z Compiling chrono v0.4.44
15242026-05-06T13:09:07.035Z Compiling ipnet v2.11.0
15252026-05-06T13:09:07.260Z Compiling pkcs8 v0.10.2
15262026-05-06T13:09:07.362Z Compiling rustls-native-certs v0.8.3
15272026-05-06T13:09:07.399Z Compiling thiserror-impl v1.0.69
15282026-05-06T13:09:07.526Z Compiling tokio v1.52.1
15292026-05-06T13:09:07.530Z Compiling http v1.4.0
15302026-05-06T13:09:07.592Z Compiling scroll_derive v0.12.1
15312026-05-06T13:09:07.606Z Compiling erased-serde v0.3.31
15322026-05-06T13:09:07.648Z Compiling serde_tokenstream v0.2.3
15332026-05-06T13:09:07.671Z Compiling derive_builder_macro v0.20.2
15342026-05-06T13:09:07.685Z Compiling serde_spanned v0.6.9
15352026-05-06T13:09:07.844Z Compiling toml_datetime v0.6.11
15362026-05-06T13:09:07.980Z Compiling idna_adapter v1.2.1
15372026-05-06T13:09:08.108Z Compiling ppv-lite86 v0.2.21
15382026-05-06T13:09:08.130Z Compiling idna v1.1.0
15392026-05-06T13:09:08.147Z Compiling md-5 v0.10.6
15402026-05-06T13:09:08.209Z Compiling webpki-roots v1.0.6
15412026-05-06T13:09:08.209Z Compiling http-body v1.0.1
15422026-05-06T13:09:08.299Z Compiling scroll v0.12.0
15432026-05-06T13:09:08.313Z Compiling http-body-util v0.1.3
15442026-05-06T13:09:08.330Z Compiling darling_macro v0.21.3
15452026-05-06T13:09:08.347Z Compiling zerocopy-derive v0.7.35
15462026-05-06T13:09:08.350Z Compiling hash32 v0.2.1
15472026-05-06T13:09:08.377Z Compiling memoffset v0.9.1
15482026-05-06T13:09:08.458Z Compiling url v2.5.8
15492026-05-06T13:09:08.493Z Compiling rand_chacha v0.9.0
15502026-05-06T13:09:08.509Z Compiling rand_chacha v0.3.1
15512026-05-06T13:09:08.554Z Compiling smoltcp v0.9.1
15522026-05-06T13:09:08.579Z Compiling num-bigint-dig v0.8.6
15532026-05-06T13:09:08.596Z Compiling fallible-iterator v0.2.0
15542026-05-06T13:09:08.610Z Compiling ref-cast v1.0.25
15552026-05-06T13:09:08.719Z Compiling rand v0.9.2
15562026-05-06T13:09:08.797Z Compiling thiserror v1.0.69
15572026-05-06T13:09:08.822Z Compiling rustix v0.38.44
15582026-05-06T13:09:08.859Z Compiling iri-string v0.7.10
15592026-05-06T13:09:08.918Z Compiling cfg_aliases v0.2.1
15602026-05-06T13:09:08.921Z Compiling litrs v1.0.0
15612026-05-06T13:09:08.949Z Compiling zlib-rs v0.6.2
15622026-05-06T13:09:08.953Z Compiling ryu v1.0.23
15632026-05-06T13:09:09.152Z Compiling psl-types v2.0.11
15642026-05-06T13:09:09.174Z Compiling base16ct v0.2.0
15652026-05-06T13:09:09.284Z Compiling proptest v1.10.0
15662026-05-06T13:09:09.301Z Compiling dof v0.4.0
15672026-05-06T13:09:09.304Z Compiling sec1 v0.7.3
15682026-05-06T13:09:09.304Z Compiling zerocopy v0.7.35
15692026-05-06T13:09:09.369Z Compiling postgres-protocol v0.6.10
15702026-05-06T13:09:09.473Z Compiling publicsuffix v2.3.0
15712026-05-06T13:09:09.488Z Compiling document-features v0.2.12
15722026-05-06T13:09:09.553Z Compiling serde_urlencoded v0.7.1
15732026-05-06T13:09:09.630Z Compiling nix v0.31.2
15742026-05-06T13:09:09.704Z Compiling darling v0.21.3
15752026-05-06T13:09:09.740Z Compiling rand v0.8.5
15762026-05-06T13:09:09.801Z Compiling ipnetwork v0.21.1
15772026-05-06T13:09:09.888Z Compiling goblin v0.8.2
15782026-05-06T13:09:09.953Z Compiling derive_builder v0.20.2
15792026-05-06T13:09:10.104Z Compiling oxnet v0.1.4
15802026-05-06T13:09:10.135Z Compiling cargo-platform v0.1.9
15812026-05-06T13:09:10.226Z Compiling hubpack_derive v0.1.1
15822026-05-06T13:09:10.312Z Compiling hkdf v0.12.4
15832026-05-06T13:09:10.389Z Compiling crypto-bigint v0.5.5
15842026-05-06T13:09:10.412Z Compiling regex v1.12.3
15852026-05-06T13:09:10.518Z Compiling group v0.13.0
15862026-05-06T13:09:10.552Z Compiling ref-cast-impl v1.0.25
15872026-05-06T13:09:10.556Z Compiling curve25519-dalek-derive v0.1.1
15882026-05-06T13:09:10.586Z Compiling async-trait v0.1.89
15892026-05-06T13:09:10.606Z Compiling daft-derive v0.1.5
15902026-05-06T13:09:10.640Z Compiling strum_macros v0.27.2
15912026-05-06T13:09:10.731Z Compiling num-iter v0.1.45
15922026-05-06T13:09:10.907Z Compiling terminal_size v0.4.3
15932026-05-06T13:09:11.063Z Compiling phf_shared v0.13.1
15942026-05-06T13:09:11.078Z Compiling lazy_static v1.5.0
15952026-05-06T13:09:11.119Z Compiling vergen v9.0.6
15962026-05-06T13:09:11.135Z Compiling fs-err v3.3.0
15972026-05-06T13:09:11.191Z Compiling ahash v0.8.12
15982026-05-06T13:09:11.209Z Compiling managed v0.8.0
15992026-05-06T13:09:11.253Z Compiling unicode-segmentation v1.12.0
16002026-05-06T13:09:11.330Z Compiling tokio-util v0.7.18
16012026-05-06T13:09:11.333Z Compiling tower v0.5.3
16022026-05-06T13:09:11.362Z Compiling tokio-native-tls v0.3.1
16032026-05-06T13:09:11.366Z Compiling object v0.37.3
16042026-05-06T13:09:11.441Z Compiling foldhash v0.2.0
16052026-05-06T13:09:11.447Z Compiling bumpalo v3.20.2
16062026-05-06T13:09:11.450Z Compiling foldhash v0.1.5
16072026-05-06T13:09:11.555Z Compiling winnow v0.5.40
16082026-05-06T13:09:11.644Z Compiling newtype-uuid v1.3.2
16092026-05-06T13:09:11.663Z Compiling libbz2-rs-sys v0.2.2
16102026-05-06T13:09:11.666Z Compiling bitflags v1.3.2
16112026-05-06T13:09:11.696Z Compiling zopfli v0.8.3
16122026-05-06T13:09:11.725Z Compiling hashbrown v0.15.5
16132026-05-06T13:09:11.766Z Compiling tower-http v0.6.8
16142026-05-06T13:09:11.782Z Compiling flate2 v1.1.9
16152026-05-06T13:09:12.003Z Compiling daft v0.1.5
16162026-05-06T13:09:12.169Z Compiling h2 v0.4.13
16172026-05-06T13:09:12.230Z Compiling bzip2 v0.6.1
16182026-05-06T13:09:12.234Z Compiling dof v0.3.0
16192026-05-06T13:09:12.331Z Compiling hashbrown v0.16.1
16202026-05-06T13:09:12.349Z Compiling clap_builder v4.5.60
16212026-05-06T13:09:12.453Z Compiling elliptic-curve v0.13.8
16222026-05-06T13:09:12.474Z Compiling phf v0.13.1
16232026-05-06T13:09:12.660Z Compiling signal-hook-mio v0.2.5
16242026-05-06T13:09:12.684Z Compiling strum v0.27.2
16252026-05-06T13:09:12.728Z Compiling usdt-attr-macro v0.6.0
16262026-05-06T13:09:12.796Z Compiling usdt-macro v0.6.0
16272026-05-06T13:09:12.837Z Compiling cargo_metadata v0.19.2
16282026-05-06T13:09:12.874Z Compiling cookie_store v0.22.1
16292026-05-06T13:09:12.957Z Compiling toml_edit v0.19.15
16302026-05-06T13:09:12.996Z Compiling hubpack v0.1.2
16312026-05-06T13:09:13.068Z Compiling bzip2 v0.4.4
16322026-05-06T13:09:13.232Z Compiling serde_with_macros v3.17.0
16332026-05-06T13:09:13.245Z Compiling postgres-types v0.2.12
16342026-05-06T13:09:13.304Z Compiling zstd v0.13.3
16352026-05-06T13:09:13.393Z Compiling dtrace-parser v0.2.0
16362026-05-06T13:09:13.571Z Compiling ed25519 v2.2.3
16372026-05-06T13:09:13.592Z Compiling pkcs1 v0.7.5
16382026-05-06T13:09:13.610Z Compiling serde-big-array v0.5.1
16392026-05-06T13:09:13.615Z Compiling hex v0.4.3
16402026-05-06T13:09:13.771Z Compiling rfc6979 v0.4.0
16412026-05-06T13:09:13.833Z Compiling bstr v1.12.1
16422026-05-06T13:09:13.916Z Compiling strum_macros v0.26.4
16432026-05-06T13:09:13.917Z Compiling serde_repr v0.1.20
16442026-05-06T13:09:14.022Z Compiling enum-as-inner v0.6.1
16452026-05-06T13:09:14.183Z Compiling clap_derive v4.5.55
16462026-05-06T13:09:14.226Z Compiling phf_shared v0.11.3
16472026-05-06T13:09:14.413Z Compiling float-cmp v0.10.0
16482026-05-06T13:09:14.436Z Compiling memmap2 v0.9.10
16492026-05-06T13:09:14.472Z Compiling thread-id v4.2.2
16502026-05-06T13:09:14.507Z Compiling env_filter v1.0.0
16512026-05-06T13:09:14.522Z Compiling encoding_rs v0.8.35
16522026-05-06T13:09:14.541Z Compiling fixedbitset v0.5.7
16532026-05-06T13:09:14.577Z Compiling fixedbitset v0.4.2
16542026-05-06T13:09:14.593Z Compiling normalize-line-endings v0.3.0
16552026-05-06T13:09:14.596Z Compiling jiff v0.2.21
16562026-05-06T13:09:14.677Z Compiling rustc-hash v2.1.1
16572026-05-06T13:09:14.710Z Compiling whoami v2.1.0
16582026-05-06T13:09:14.822Z Compiling mime v0.3.17
16592026-05-06T13:09:14.822Z Compiling predicates-core v1.0.10
16602026-05-06T13:09:14.851Z Compiling new_debug_unreachable v1.0.6
16612026-05-06T13:09:14.870Z Compiling either v1.15.0
16622026-05-06T13:09:14.938Z Compiling difflib v0.4.0
16632026-05-06T13:09:15.059Z Compiling data-encoding v2.10.0
16642026-05-06T13:09:15.125Z Compiling precomputed-hash v0.1.1
16652026-05-06T13:09:15.139Z Compiling keccak v0.1.6
16662026-05-06T13:09:15.154Z Compiling static_assertions v1.1.0
16672026-05-06T13:09:15.230Z Compiling hyper v1.8.1
16682026-05-06T13:09:15.246Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=0d7a8992f914ad6a5947409048779969bbe80e3d#0d7a8992)
16692026-05-06T13:09:15.415Z Compiling hickory-proto v0.25.2
16702026-05-06T13:09:15.555Z Compiling sha3 v0.10.8
16712026-05-06T13:09:15.571Z Compiling string_cache v0.8.9
16722026-05-06T13:09:15.679Z Compiling predicates v3.1.4
16732026-05-06T13:09:15.740Z Compiling strum v0.26.3
16742026-05-06T13:09:15.796Z Compiling itertools v0.13.0
16752026-05-06T13:09:15.824Z Compiling tokio-postgres v0.7.16
16762026-05-06T13:09:15.938Z Compiling toml_edit v0.22.27
16772026-05-06T13:09:15.967Z Compiling iddqd v0.3.18
16782026-05-06T13:09:16.033Z Compiling petgraph v0.8.3
16792026-05-06T13:09:16.051Z Compiling clap v4.5.60
16802026-05-06T13:09:16.094Z Compiling petgraph v0.6.5
16812026-05-06T13:09:16.152Z Compiling env_logger v0.11.9
16822026-05-06T13:09:16.231Z Compiling usdt v0.6.0
16832026-05-06T13:09:16.344Z Compiling hyper-util v0.1.20
16842026-05-06T13:09:16.520Z Compiling usdt-impl v0.5.0
16852026-05-06T13:09:16.534Z Compiling serde_with v3.17.0
16862026-05-06T13:09:16.844Z Compiling toml v0.7.8
16872026-05-06T13:09:17.041Z Compiling similar v2.7.0
16882026-05-06T13:09:17.118Z Compiling crossterm v0.28.1
16892026-05-06T13:09:17.121Z Compiling ecdsa v0.16.9
16902026-05-06T13:09:17.507Z Compiling zip v4.6.1
16912026-05-06T13:09:17.582Z Compiling rsa v0.9.10
16922026-05-06T13:09:17.608Z Compiling ed25519-dalek v2.2.0
16932026-05-06T13:09:17.958Z Compiling hyper-tls v0.6.0
16942026-05-06T13:09:18.107Z Compiling zip v0.6.6
16952026-05-06T13:09:18.216Z Compiling tokio-stream v0.1.18
16962026-05-06T13:09:18.332Z Compiling toml_parser v1.0.9+spec-1.1.0
16972026-05-06T13:09:18.453Z Compiling heck v0.4.1
16982026-05-06T13:09:18.493Z Compiling buf-list v1.1.2
16992026-05-06T13:09:18.509Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=0d7a8992f914ad6a5947409048779969bbe80e3d#0d7a8992)
17002026-05-06T13:09:18.524Z Compiling openapiv3 v2.2.0
17012026-05-06T13:09:18.582Z Compiling x509-cert v0.2.5
17022026-05-06T13:09:18.664Z Compiling sha1 v0.10.6
17032026-05-06T13:09:18.706Z Compiling crossbeam-epoch v0.9.18
17042026-05-06T13:09:18.709Z Compiling toml_datetime v0.7.5+spec-1.1.0
17052026-05-06T13:09:18.738Z Compiling peg-runtime v0.8.5
17062026-05-06T13:09:18.793Z Compiling lalrpop-util v0.19.12
17072026-05-06T13:09:18.839Z Compiling thread_local v1.1.9
17082026-05-06T13:09:18.872Z Compiling slog-async v2.8.0
17092026-05-06T13:09:18.917Z Compiling futures-executor v0.3.32
17102026-05-06T13:09:18.995Z Compiling crossbeam-channel v0.5.15
17112026-05-06T13:09:19.015Z Compiling filetime v0.2.27
17122026-05-06T13:09:19.034Z Compiling is-terminal v0.4.17
17132026-05-06T13:09:19.060Z Compiling take_mut v0.2.2
17142026-05-06T13:09:19.075Z Compiling term v1.2.1
17152026-05-06T13:09:19.121Z Compiling xattr v1.6.1
17162026-05-06T13:09:19.154Z Compiling futures v0.3.32
17172026-05-06T13:09:19.254Z Compiling tar v0.4.45
17182026-05-06T13:09:19.344Z Compiling slog-term v2.9.2
17192026-05-06T13:09:34.499Z Compiling rustls-webpki v0.103.9
17202026-05-06T13:09:37.280Z Compiling tokio-rustls v0.26.4
17212026-05-06T13:09:37.280Z Compiling rustls-platform-verifier v0.6.2
17222026-05-06T13:09:37.481Z Compiling hyper-rustls v0.27.7
17232026-05-06T13:09:37.679Z Compiling reqwest v0.13.2
17242026-05-06T13:09:37.679Z Compiling reqwest v0.12.28
17252026-05-06T13:09:39.651Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
17262026-05-06T13:09:39.880Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
17272026-05-06T13:09:42.696Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 48.15s
17282026-05-06T13:09:42.844Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control`
17292026-05-06T13:09:42.901ZMay 06 13:09:41.817 INFO Starting download, target: Clickhouse
17302026-05-06T13:09:42.901ZMay 06 13:09:41.818 INFO Starting download, target: Console
17312026-05-06T13:09:42.901ZMay 06 13:09:41.818 INFO Starting download, target: Cockroach
17322026-05-06T13:09:42.901ZMay 06 13:09:41.818 INFO Starting download, target: DendriteStub
17332026-05-06T13:09:42.901ZMay 06 13:09:41.818 INFO Starting download, target: MaghemiteMgd
17342026-05-06T13:09:42.904ZMay 06 13:09:41.818 INFO Starting download, target: TransceiverControl
17352026-05-06T13:09:42.905ZMay 06 13:09:41.818 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
17362026-05-06T13:09:42.905ZMay 06 13:09:41.818 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
17372026-05-06T13:09:42.905ZMay 06 13:09:41.818 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
17382026-05-06T13:09:42.905ZMay 06 13:09:41.818 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
17392026-05-06T13:09:42.905ZMay 06 13:09:41.818 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse
17402026-05-06T13:09:42.905ZMay 06 13:09:41.819 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
17412026-05-06T13:09:43.298ZMay 06 13:09:42.209 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
17422026-05-06T13:09:43.505ZMay 06 13:09:42.421 INFO Download complete, target: TransceiverControl
17432026-05-06T13:09:43.883ZMay 06 13:09:42.798 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
17442026-05-06T13:09:44.121ZMay 06 13:09:43.035 INFO Download complete, target: Console
17452026-05-06T13:09:44.348ZMay 06 13:09:43.261 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
17462026-05-06T13:09:44.727ZMay 06 13:09:43.635 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
17472026-05-06T13:09:44.887ZMay 06 13:09:43.800 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse
17482026-05-06T13:09:45.230ZMay 06 13:09:44.146 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
17492026-05-06T13:09:45.230ZMay 06 13:09:44.146 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
17502026-05-06T13:09:46.659ZMay 06 13:09:45.576 INFO Download complete, target: DendriteStub
17512026-05-06T13:09:47.111ZMay 06 13:09:46.027 INFO Download complete, target: MaghemiteMgd
17522026-05-06T13:09:49.934ZMay 06 13:09:48.851 INFO Checking that binary works, target: Cockroach
17532026-05-06T13:09:50.103ZMay 06 13:09:49.019 INFO Download complete, target: Cockroach
17542026-05-06T13:09:51.698ZMay 06 13:09:50.614 INFO Checking that binary works, target: Clickhouse
17552026-05-06T13:09:51.791ZMay 06 13:09:50.708 INFO Download complete, target: Clickhouse
17562026-05-06T13:09:51.876ZAll prerequisites installed successfully
17572026-05-06T13:09:51.876Z
17582026-05-06T13:09:51.876Zreal 2:52.562527977
17592026-05-06T13:09:51.876Zuser 7:15.653291868
17602026-05-06T13:09:51.876Zsys 1:46.813198521
17612026-05-06T13:09:51.876Ztrap 0.233034209
17622026-05-06T13:09:51.876Ztflt 1.066716673
17632026-05-06T13:09:51.876Zdflt 1.551812451
17642026-05-06T13:09:51.876Zkflt 0.022329084
17652026-05-06T13:09:51.876Zlock 21:55.273095955
17662026-05-06T13:09:51.876Zslp 19:16.685713418
17672026-05-06T13:09:51.876Zlat 23.605533924
17682026-05-06T13:09:51.877Zstop 3:06.540066870
17692026-05-06T13:09:51.877Z+ ptime -m cargo xtask download softnpu
17702026-05-06T13:09:52.317Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
17712026-05-06T13:09:52.347Z Running `target/debug/xtask download softnpu`
17722026-05-06T13:09:53.103Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s
17732026-05-06T13:09:53.172Z Running `target/debug/xtask-downloader softnpu`
17742026-05-06T13:09:53.220ZMay 06 13:09:52.131 INFO Starting download, target: Softnpu
17752026-05-06T13:09:53.237ZMay 06 13:09:52.131 INFO Downloading out/npuzone/npuzone (attempt 1/3), target: Softnpu
17762026-05-06T13:09:54.040ZMay 06 13:09:52.954 INFO Download complete, target: Softnpu
17772026-05-06T13:09:54.051Z
17782026-05-06T13:09:54.051Zreal 2.236318126
17792026-05-06T13:09:54.051Zuser 1.331777487
17802026-05-06T13:09:54.051Zsys 0.645394498
17812026-05-06T13:09:54.051Ztrap 0.000657456
17822026-05-06T13:09:54.051Ztflt 0.000139207
17832026-05-06T13:09:54.051Zdflt 0.000171074
17842026-05-06T13:09:54.051Zkflt 0.000000000
17852026-05-06T13:09:54.051Zlock 15.350187183
17862026-05-06T13:09:54.051Zslp 0.683983900
17872026-05-06T13:09:54.051Zlat 0.080193284
17882026-05-06T13:09:54.051Zstop 0.000180393
17892026-05-06T13:09:54.051Z+ export CARGO_INCREMENTAL=0
17902026-05-06T13:09:54.051Z+ CARGO_INCREMENTAL=0
17912026-05-06T13:09:54.051Z+ ptime -m cargo run --locked --release --bin omicron-package -- -t test target create -p dev
17922026-05-06T13:09:54.942Z Compiling proc-macro2 v1.0.106
17932026-05-06T13:09:54.943Z Compiling quote v1.0.45
17942026-05-06T13:09:54.943Z Compiling unicode-ident v1.0.24
17952026-05-06T13:09:54.943Z Compiling libc v0.2.185
17962026-05-06T13:09:54.946Z Compiling serde_core v1.0.228
17972026-05-06T13:09:54.946Z Compiling serde v1.0.228
17982026-05-06T13:09:54.946Z Compiling cfg-if v1.0.4
17992026-05-06T13:09:54.947Z Compiling version_check v0.9.5
18002026-05-06T13:09:54.947Z Compiling shlex v1.3.0
18012026-05-06T13:09:54.947Z Compiling find-msvc-tools v0.1.9
18022026-05-06T13:09:54.947Z Compiling typenum v1.19.0
18032026-05-06T13:09:54.947Z Compiling autocfg v1.5.0
18042026-05-06T13:09:54.947Z Compiling zmij v1.0.21
18052026-05-06T13:09:54.947Z Compiling serde_json v1.0.149
18062026-05-06T13:09:54.947Z Compiling memchr v2.8.0
18072026-05-06T13:09:55.352Z Compiling portable-atomic v1.13.1
18082026-05-06T13:09:55.429Z Compiling zerocopy v0.8.40
18092026-05-06T13:09:55.459Z Compiling libm v0.2.16
18102026-05-06T13:09:55.526Z Compiling smallvec v1.15.1
18112026-05-06T13:09:55.637Z Compiling parking_lot_core v0.9.12
18122026-05-06T13:09:55.641Z Compiling generic-array v0.14.7
18132026-05-06T13:09:55.657Z Compiling icu_properties_data v2.1.2
18142026-05-06T13:09:55.661Z Compiling num-traits v0.2.19
18152026-05-06T13:09:55.670Z Compiling icu_normalizer_data v2.1.1
18162026-05-06T13:09:55.806Z Compiling itoa v1.0.17
18172026-05-06T13:09:55.824Z Compiling getrandom v0.4.1
18182026-05-06T13:09:55.827Z Compiling log v0.4.29
18192026-05-06T13:09:55.888Z Compiling stable_deref_trait v1.2.1
18202026-05-06T13:09:55.903Z Compiling pkg-config v0.3.32
18212026-05-06T13:09:55.938Z Compiling subtle v2.6.1
18222026-05-06T13:09:56.052Z Compiling jobserver v0.1.34
18232026-05-06T13:09:56.076Z Compiling getrandom v0.2.17
18242026-05-06T13:09:56.094Z Compiling errno v0.3.14
18252026-05-06T13:09:56.145Z Compiling scopeguard v1.2.0
18262026-05-06T13:09:56.222Z Compiling rand_core v0.6.4
18272026-05-06T13:09:56.267Z Compiling cc v1.2.56
18282026-05-06T13:09:56.342Z Compiling lock_api v0.4.14
18292026-05-06T13:09:56.423Z Compiling writeable v0.6.2
18302026-05-06T13:09:56.427Z Compiling litemap v0.8.1
18312026-05-06T13:09:56.454Z Compiling syn v2.0.117
18322026-05-06T13:09:56.471Z Compiling percent-encoding v2.3.2
18332026-05-06T13:09:56.528Z Compiling fnv v1.0.7
18342026-05-06T13:09:56.571Z Compiling pin-project-lite v0.2.17
18352026-05-06T13:09:56.594Z Compiling thiserror v2.0.18
18362026-05-06T13:09:56.673Z Compiling getrandom v0.3.4
18372026-05-06T13:09:56.737Z Compiling critical-section v1.2.0
18382026-05-06T13:09:56.817Z Compiling rustversion v1.0.22
18392026-05-06T13:09:56.821Z Compiling equivalent v1.0.2
18402026-05-06T13:09:56.848Z Compiling schemars v0.8.22
18412026-05-06T13:09:56.913Z Compiling utf8_iter v1.0.4
18422026-05-06T13:09:56.932Z Compiling rand_core v0.10.0
18432026-05-06T13:09:56.977Z Compiling dunce v1.0.5
18442026-05-06T13:09:56.991Z Compiling fs_extra v1.3.0
18452026-05-06T13:09:57.062Z Compiling cmake v0.1.57
18462026-05-06T13:09:57.108Z Compiling form_urlencoded v1.2.2
18472026-05-06T13:09:57.160Z Compiling signal-hook-registry v1.4.8
18482026-05-06T13:09:57.281Z Compiling hashbrown v0.17.0
18492026-05-06T13:09:57.395Z Compiling once_cell v1.21.3
18502026-05-06T13:09:57.484Z Compiling bitflags v2.11.0
18512026-05-06T13:09:57.488Z Compiling semver v1.0.28
18522026-05-06T13:09:57.646Z Compiling const-oid v0.9.6
18532026-05-06T13:09:57.679Z Compiling ring v0.17.14
18542026-05-06T13:09:57.682Z Compiling aws-lc-sys v0.37.1
18552026-05-06T13:09:57.716Z Compiling parking_lot v0.12.5
18562026-05-06T13:09:57.716Z Compiling mio v1.2.0
18572026-05-06T13:09:57.767Z Compiling socket2 v0.6.3
18582026-05-06T13:09:57.853Z Compiling indexmap v2.14.0
18592026-05-06T13:09:57.883Z Compiling rustix v1.1.3
18602026-05-06T13:09:57.909Z Compiling aws-lc-rs v1.16.0
18612026-05-06T13:09:57.928Z Compiling futures-core v0.3.32
18622026-05-06T13:09:58.032Z Compiling thiserror v1.0.69
18632026-05-06T13:09:58.118Z Compiling strsim v0.11.1
18642026-05-06T13:09:58.220Z Compiling ucd-trie v0.1.7
18652026-05-06T13:09:58.235Z Compiling httparse v1.10.1
18662026-05-06T13:09:58.239Z Compiling byteorder v1.5.0
18672026-05-06T13:09:58.397Z Compiling pest v2.8.6
18682026-05-06T13:09:58.463Z Compiling ident_case v1.0.1
18692026-05-06T13:09:58.478Z Compiling heck v0.5.0
18702026-05-06T13:09:58.482Z Compiling iana-time-zone v0.1.65
18712026-05-06T13:09:58.512Z Compiling syn v1.0.109
18722026-05-06T13:09:58.529Z Compiling vcpkg v0.2.15
18732026-05-06T13:09:58.584Z Compiling uuid v1.23.0
18742026-05-06T13:09:58.616Z Compiling cpufeatures v0.2.17
18752026-05-06T13:09:58.667Z Compiling regex-syntax v0.8.10
18762026-05-06T13:09:58.846Z Compiling rustc_version v0.4.1
18772026-05-06T13:09:58.946Z Compiling rustls v0.23.37
18782026-05-06T13:09:59.031Z Compiling futures-sink v0.3.32
18792026-05-06T13:09:59.105Z Compiling openssl-sys v0.9.114
18802026-05-06T13:09:59.137Z Compiling futures-channel v0.3.32
18812026-05-06T13:09:59.170Z Compiling futures-task v0.3.32
18822026-05-06T13:09:59.201Z Compiling futures-io v0.3.32
18832026-05-06T13:09:59.204Z Compiling slab v0.4.12
18842026-05-06T13:09:59.280Z Compiling synstructure v0.13.2
18852026-05-06T13:09:59.316Z Compiling serde_derive_internals v0.29.1
18862026-05-06T13:09:59.425Z Compiling crc32fast v1.5.0
18872026-05-06T13:09:59.441Z Compiling plain v0.2.3
18882026-05-06T13:09:59.861Z Compiling pest_meta v2.8.6
18892026-05-06T13:09:59.865Z Compiling dyn-clone v1.0.20
18902026-05-06T13:09:59.865Z Compiling aho-corasick v1.1.4
18912026-05-06T13:09:59.865Z Compiling crossbeam-utils v0.8.21
18922026-05-06T13:09:59.865Z Compiling num-conv v0.2.0
18932026-05-06T13:09:59.865Z Compiling time-core v0.1.8
18942026-05-06T13:09:59.865Z Compiling openssl v0.10.78
18952026-05-06T13:09:59.865Z Compiling time-macros v0.2.27
18962026-05-06T13:09:59.925Z Compiling base64 v0.22.1
18972026-05-06T13:10:00.001Z Compiling pretty-hex v0.4.1
18982026-05-06T13:10:00.037Z Compiling pest_generator v2.8.6
18992026-05-06T13:10:00.160Z Compiling base64ct v1.8.3
19002026-05-06T13:10:00.194Z Compiling anyhow v1.0.102
19012026-05-06T13:10:00.263Z Compiling darling_core v0.21.3
19022026-05-06T13:10:00.277Z Compiling zstd-sys v2.0.16+zstd.1.5.7
19032026-05-06T13:10:00.327Z Compiling native-tls v0.2.18
19042026-05-06T13:10:00.440Z Compiling regex-automata v0.4.14
19052026-05-06T13:10:00.463Z Compiling pem-rfc7468 v0.7.0
19062026-05-06T13:10:00.477Z Compiling flagset v0.4.7
19072026-05-06T13:10:00.514Z Compiling rand_core v0.9.5
19082026-05-06T13:10:00.540Z Compiling serde_derive v1.0.228
19092026-05-06T13:10:00.548Z Compiling zeroize_derive v1.4.3
19102026-05-06T13:10:00.570Z Compiling zerofrom-derive v0.1.6
19112026-05-06T13:10:00.634Z Compiling yoke-derive v0.8.1
19122026-05-06T13:10:00.675Z Compiling zerovec-derive v0.11.2
19132026-05-06T13:10:00.696Z Compiling displaydoc v0.2.5
19142026-05-06T13:10:00.722Z Compiling zerocopy-derive v0.8.40
19152026-05-06T13:10:00.742Z Compiling tokio-macros v2.7.0
19162026-05-06T13:10:00.768Z Compiling futures-macro v0.3.32
19172026-05-06T13:10:00.768Z Compiling thiserror-impl v2.0.18
19182026-05-06T13:10:00.835Z Compiling schemars_derive v0.8.22
19192026-05-06T13:10:01.020Z Compiling tracing-attributes v0.1.31
19202026-05-06T13:10:01.179Z Compiling zeroize v1.8.2
19212026-05-06T13:10:01.484Z Compiling der_derive v0.7.3
19222026-05-06T13:10:01.539Z Compiling thiserror-impl v1.0.69
19232026-05-06T13:10:01.636Z Compiling pest_derive v2.8.6
19242026-05-06T13:10:01.729Z Compiling zerofrom v0.1.6
19252026-05-06T13:10:01.884Z Compiling yoke v0.8.1
19262026-05-06T13:10:01.985Z Compiling crypto-common v0.1.7
19272026-05-06T13:10:02.052Z Compiling block-buffer v0.10.4
19282026-05-06T13:10:02.068Z Compiling futures-util v0.3.32
19292026-05-06T13:10:02.110Z Compiling zerovec v0.11.5
19302026-05-06T13:10:02.128Z Compiling zerotrie v0.2.3
19312026-05-06T13:10:02.253Z Compiling digest v0.10.7
19322026-05-06T13:10:02.324Z Compiling block-padding v0.3.3
19332026-05-06T13:10:02.498Z Compiling inout v0.1.4
19342026-05-06T13:10:02.575Z Compiling hmac v0.12.1
19352026-05-06T13:10:02.605Z Compiling sha2 v0.10.9
19362026-05-06T13:10:02.622Z Compiling rustls-pki-types v1.14.0
19372026-05-06T13:10:02.640Z Compiling cipher v0.4.4
19382026-05-06T13:10:02.658Z Compiling tinystr v0.8.2
19392026-05-06T13:10:02.679Z Compiling potential_utf v0.1.4
19402026-05-06T13:10:02.695Z Compiling scroll_derive v0.12.1
19412026-05-06T13:10:02.795Z Compiling scroll_derive v0.13.1
19422026-05-06T13:10:02.888Z Compiling icu_locale_core v2.1.1
19432026-05-06T13:10:02.904Z Compiling icu_collections v2.1.1
19442026-05-06T13:10:03.148Z Compiling openssl-macros v0.1.1
19452026-05-06T13:10:03.395Z Compiling regex v1.12.3
19462026-05-06T13:10:03.457Z Compiling darling_macro v0.21.3
19472026-05-06T13:10:03.482Z Compiling der v0.7.10
19482026-05-06T13:10:03.567Z Compiling icu_provider v2.1.1
19492026-05-06T13:10:03.709Z Compiling bytes v1.11.1
19502026-05-06T13:10:03.755Z Compiling chrono v0.4.44
19512026-05-06T13:10:03.831Z Compiling icu_properties v2.1.2
19522026-05-06T13:10:03.859Z Compiling icu_normalizer v2.1.1
19532026-05-06T13:10:03.881Z Compiling serde_tokenstream v0.2.3
19542026-05-06T13:10:04.083Z Compiling zerocopy-derive v0.7.35
19552026-05-06T13:10:04.344Z Compiling tokio v1.52.1
19562026-05-06T13:10:04.602Z Compiling http v1.4.0
19572026-05-06T13:10:04.709Z Compiling idna_adapter v1.2.1
19582026-05-06T13:10:04.777Z Compiling slog v2.8.2
19592026-05-06T13:10:04.884Z Compiling idna v1.1.0
19602026-05-06T13:10:04.888Z Compiling tracing-core v0.1.36
19612026-05-06T13:10:05.030Z Compiling ppv-lite86 v0.2.21
19622026-05-06T13:10:05.217Z Compiling url v2.5.8
19632026-05-06T13:10:05.406Z Compiling untrusted v0.9.0
19642026-05-06T13:10:05.481Z Compiling tracing v0.1.44
19652026-05-06T13:10:05.556Z Compiling spki v0.7.3
19662026-05-06T13:10:05.652Z Compiling darling v0.21.3
19672026-05-06T13:10:05.745Z Compiling salsa20 v0.10.2
19682026-05-06T13:10:05.762Z Compiling pbkdf2 v0.12.2
19692026-05-06T13:10:05.949Z Compiling cookie v0.18.1
19702026-05-06T13:10:06.177Z Compiling camino v1.2.2
19712026-05-06T13:10:06.389Z Compiling scrypt v0.11.0
19722026-05-06T13:10:06.446Z Compiling rand_chacha v0.9.0
19732026-05-06T13:10:06.490Z Compiling cbc v0.1.2
19742026-05-06T13:10:06.531Z Compiling aes v0.8.4
19752026-05-06T13:10:07.047Z Compiling usdt-impl v0.5.0
19762026-05-06T13:10:07.076Z Compiling usdt-impl v0.6.0
19772026-05-06T13:10:07.091Z Compiling winnow v0.7.14
19782026-05-06T13:10:07.109Z Compiling ref-cast v1.0.25
19792026-05-06T13:10:07.195Z Compiling either v1.15.0
19802026-05-06T13:10:07.288Z Compiling paste v1.0.15
19812026-05-06T13:10:07.333Z Compiling pkcs5 v0.7.1
19822026-05-06T13:10:07.513Z Compiling rand v0.9.2
19832026-05-06T13:10:07.552Z Compiling http-body v1.0.1
19842026-05-06T13:10:07.727Z Compiling toml_datetime v0.6.11
19852026-05-06T13:10:07.796Z Compiling serde_spanned v0.6.9
19862026-05-06T13:10:07.879Z Compiling scroll v0.13.0
19872026-05-06T13:10:07.882Z Compiling scroll v0.12.0
19882026-05-06T13:10:07.964Z Compiling heapless v0.7.17
19892026-05-06T13:10:07.998Z Compiling bzip2-sys v0.1.13+1.0.8
19902026-05-06T13:10:08.098Z Compiling zstd-safe v7.2.4
19912026-05-06T13:10:08.171Z Compiling tokio-util v0.7.18
19922026-05-06T13:10:08.187Z Compiling signal-hook v0.3.18
19932026-05-06T13:10:08.238Z Compiling atomic-waker v1.1.2
19942026-05-06T13:10:08.313Z Compiling untrusted v0.7.1
19952026-05-06T13:10:08.365Z Compiling openssl-probe v0.2.1
19962026-05-06T13:10:08.394Z Compiling goblin v0.8.2
19972026-05-06T13:10:08.410Z Compiling goblin v0.10.5
19982026-05-06T13:10:08.462Z Compiling toml_parser v1.0.9+spec-1.1.0
19992026-05-06T13:10:08.587Z Compiling pkcs8 v0.10.2
20002026-05-06T13:10:09.028Z Compiling zerocopy v0.7.35
20012026-05-06T13:10:09.043Z Compiling ref-cast-impl v1.0.25
20022026-05-06T13:10:09.125Z Compiling darling_core v0.20.11
20032026-05-06T13:10:09.190Z Compiling curve25519-dalek v4.1.3
20042026-05-06T13:10:09.423Z Compiling toml_datetime v0.7.5+spec-1.1.0
20052026-05-06T13:10:09.474Z Compiling memoffset v0.9.1
20062026-05-06T13:10:09.496Z Compiling winnow v0.5.40
20072026-05-06T13:10:09.600Z Compiling tower-service v0.3.3
20082026-05-06T13:10:09.697Z Compiling tower-layer v0.3.3
20092026-05-06T13:10:09.714Z Compiling try-lock v0.2.5
20102026-05-06T13:10:09.744Z Compiling rustix v0.38.44
20112026-05-06T13:10:09.857Z Compiling tinyvec_macros v0.1.1
20122026-05-06T13:10:10.040Z Compiling fastrand v2.3.0
20132026-05-06T13:10:10.081Z Compiling litrs v1.0.0
20142026-05-06T13:10:10.394Z Compiling tinyvec v1.10.0
20152026-05-06T13:10:10.463Z Compiling want v0.3.1
20162026-05-06T13:10:10.550Z Compiling document-features v0.2.12
20172026-05-06T13:10:10.591Z Compiling dof v0.3.0
20182026-05-06T13:10:10.755Z Compiling h2 v0.4.13
20192026-05-06T13:10:10.861Z Compiling toml_edit v0.19.15
20202026-05-06T13:10:11.095Z Compiling darling_macro v0.20.11
20212026-05-06T13:10:11.111Z Compiling dof v0.4.0
20222026-05-06T13:10:11.438Z Compiling dtrace-parser v0.2.0
20232026-05-06T13:10:11.538Z Compiling ipnet v2.11.0
20242026-05-06T13:10:11.638Z Compiling dtrace-parser v0.3.0
20252026-05-06T13:10:12.010Z Compiling daft-derive v0.1.5
20262026-05-06T13:10:12.026Z Compiling async-trait v0.1.89
20272026-05-06T13:10:12.057Z Compiling spin v0.9.8
20282026-05-06T13:10:12.080Z Compiling thread-id v4.2.2
20292026-05-06T13:10:12.158Z Compiling thread-id v5.1.0
20302026-05-06T13:10:12.190Z Compiling httpdate v1.0.3
20312026-05-06T13:10:12.206Z Compiling smoltcp v0.9.1
20322026-05-06T13:10:12.261Z Compiling powerfmt v0.2.0
20332026-05-06T13:10:12.278Z Compiling foreign-types-shared v0.1.1
20342026-05-06T13:10:12.383Z Compiling pin-utils v0.1.0
20352026-05-06T13:10:12.423Z Compiling num-bigint-dig v0.8.6
20362026-05-06T13:10:12.440Z Compiling cfg_aliases v0.2.1
20372026-05-06T13:10:12.564Z Compiling nix v0.31.2
20382026-05-06T13:10:12.568Z Compiling tempfile v3.25.0
20392026-05-06T13:10:12.597Z Compiling deranged v0.5.8
20402026-05-06T13:10:12.634Z Compiling foreign-types v0.3.2
20412026-05-06T13:10:12.934Z Compiling darling v0.20.11
20422026-05-06T13:10:12.991Z Compiling ipnetwork v0.21.1
20432026-05-06T13:10:13.249Z Compiling curve25519-dalek-derive v0.1.1
20442026-05-06T13:10:13.317Z Compiling strum_macros v0.26.4
20452026-05-06T13:10:13.448Z Compiling wait-timeout v0.2.1
20462026-05-06T13:10:13.680Z Compiling utf8parse v0.2.2
20472026-05-06T13:10:13.722Z Compiling siphasher v1.0.2
20482026-05-06T13:10:13.815Z Compiling hyper v1.8.1
20492026-05-06T13:10:13.837Z Compiling num_threads v0.1.7
20502026-05-06T13:10:13.868Z Compiling anstyle v1.0.13
20512026-05-06T13:10:13.931Z Compiling quick-error v1.2.3
20522026-05-06T13:10:14.021Z Compiling bit-vec v0.8.0
20532026-05-06T13:10:14.051Z Compiling simd-adler32 v0.3.8
20542026-05-06T13:10:14.067Z Compiling time v0.3.47
20552026-05-06T13:10:14.101Z Compiling rusty-fork v0.3.1
20562026-05-06T13:10:14.252Z Compiling bit-set v0.8.0
20572026-05-06T13:10:14.408Z Compiling anstyle-parse v0.2.7
20582026-05-06T13:10:14.618Z Compiling derive_builder_core v0.20.2
20592026-05-06T13:10:14.685Z Compiling unicode-normalization v0.1.25
20602026-05-06T13:10:15.159Z Compiling hyper-util v0.1.20
20612026-05-06T13:10:15.263Z Compiling rustls-native-certs v0.8.3
20622026-05-06T13:10:15.469Z Compiling signature v2.2.0
20632026-05-06T13:10:15.547Z Compiling hubpack_derive v0.1.1
20642026-05-06T13:10:15.642Z Compiling rand_xorshift v0.4.0
20652026-05-06T13:10:15.789Z Compiling strum_macros v0.27.2
20662026-05-06T13:10:15.870Z Compiling sync_wrapper v1.0.2
20672026-05-06T13:10:16.003Z Compiling fs-err v3.3.0
20682026-05-06T13:10:16.006Z Compiling ahash v0.8.12
20692026-05-06T13:10:16.094Z Compiling adler2 v2.0.1
20702026-05-06T13:10:16.139Z Compiling colorchoice v1.0.4
20712026-05-06T13:10:16.155Z Compiling object v0.37.3
20722026-05-06T13:10:16.245Z Compiling unarray v0.1.4
20732026-05-06T13:10:16.265Z Compiling allocator-api2 v0.2.21
20742026-05-06T13:10:16.284Z Compiling is_terminal_polyfill v1.70.2
20752026-05-06T13:10:16.412Z Compiling unicode-segmentation v1.12.0
20762026-05-06T13:10:16.428Z Compiling unicode-bidi v0.3.18
20772026-05-06T13:10:16.681Z Compiling unicode-properties v0.1.4
20782026-05-06T13:10:16.714Z Compiling anstyle-query v1.1.5
20792026-05-06T13:10:16.820Z Compiling anstream v0.6.21
20802026-05-06T13:10:16.891Z Compiling stringprep v0.1.5
20812026-05-06T13:10:16.938Z Compiling proptest v1.10.0
20822026-05-06T13:10:16.989Z Compiling miniz_oxide v0.8.9
20832026-05-06T13:10:17.131Z Compiling tower v0.5.3
20842026-05-06T13:10:17.282Z Compiling derive_builder_macro v0.20.2
20852026-05-06T13:10:17.435Z Compiling usdt-attr-macro v0.6.0
20862026-05-06T13:10:17.554Z Compiling usdt-macro v0.6.0
20872026-05-06T13:10:17.974Z Compiling http-body-util v0.1.3
20882026-05-06T13:10:18.200Z Compiling webpki-roots v1.0.6
20892026-05-06T13:10:18.291Z Compiling rand_chacha v0.3.1
20902026-05-06T13:10:18.334Z Compiling erased-serde v0.3.31
20912026-05-06T13:10:18.351Z Compiling md-5 v0.10.6
20922026-05-06T13:10:18.457Z Compiling num-integer v0.1.46
20932026-05-06T13:10:18.508Z Compiling hash32 v0.2.1
20942026-05-06T13:10:18.541Z Compiling vergen-lib v0.1.6
20952026-05-06T13:10:18.616Z Compiling ff v0.13.1
20962026-05-06T13:10:18.696Z Compiling ryu v1.0.23
20972026-05-06T13:10:18.751Z Compiling base16ct v0.2.0
20982026-05-06T13:10:18.772Z Compiling zlib-rs v0.6.2
20992026-05-06T13:10:18.788Z Compiling psl-types v2.0.11
21002026-05-06T13:10:18.791Z Compiling fallible-iterator v0.2.0
21012026-05-06T13:10:18.889Z Compiling iri-string v0.7.10
21022026-05-06T13:10:18.893Z Compiling newtype-uuid v1.3.2
21032026-05-06T13:10:18.924Z Compiling publicsuffix v2.3.0
21042026-05-06T13:10:18.927Z Compiling sec1 v0.7.3
21052026-05-06T13:10:18.957Z Compiling serde_urlencoded v0.7.1
21062026-05-06T13:10:19.114Z Compiling postgres-protocol v0.6.10
21072026-05-06T13:10:19.154Z Compiling group v0.13.0
21082026-05-06T13:10:19.226Z Compiling num-iter v0.1.45
21092026-05-06T13:10:19.369Z Compiling rand v0.8.5
21102026-05-06T13:10:19.605Z Compiling oxnet v0.1.4
21112026-05-06T13:10:19.695Z Compiling derive_builder v0.20.2
21122026-05-06T13:10:19.765Z Compiling tokio-native-tls v0.3.1
21132026-05-06T13:10:19.838Z Compiling heck v0.4.1
21142026-05-06T13:10:19.856Z Compiling phf_shared v0.13.1
21152026-05-06T13:10:19.936Z Compiling lazy_static v1.5.0
21162026-05-06T13:10:20.022Z Compiling tower-http v0.6.8
21172026-05-06T13:10:20.025Z Compiling terminal_size v0.4.3
21182026-05-06T13:10:20.059Z Compiling serde_with_macros v3.17.0
21192026-05-06T13:10:20.062Z Compiling cargo-platform v0.1.9
21202026-05-06T13:10:20.096Z Compiling hkdf v0.12.4
21212026-05-06T13:10:20.128Z Compiling crypto-bigint v0.5.5
21222026-05-06T13:10:20.199Z Compiling clap_derive v4.5.55
21232026-05-06T13:10:20.246Z Compiling enum-as-inner v0.6.1
21242026-05-06T13:10:20.293Z Compiling serde_repr v0.1.20
21252026-05-06T13:10:20.327Z Compiling vergen v9.0.6
21262026-05-06T13:10:20.359Z Compiling bumpalo v3.20.2
21272026-05-06T13:10:20.394Z Compiling foldhash v0.1.5
21282026-05-06T13:10:20.440Z Compiling libbz2-rs-sys v0.2.2
21292026-05-06T13:10:20.579Z Compiling managed v0.8.0
21302026-05-06T13:10:20.622Z Compiling bitflags v1.3.2
21312026-05-06T13:10:20.718Z Compiling foldhash v0.2.0
21322026-05-06T13:10:20.831Z Compiling flate2 v1.1.9
21332026-05-06T13:10:20.883Z Compiling clap_lex v1.0.0
21342026-05-06T13:10:20.993Z Compiling hashbrown v0.16.1
21352026-05-06T13:10:21.029Z Compiling bzip2 v0.6.1
21362026-05-06T13:10:21.055Z Compiling elliptic-curve v0.13.8
21372026-05-06T13:10:21.116Z Compiling clap_builder v4.5.60
21382026-05-06T13:10:21.173Z Compiling zopfli v0.8.3
21392026-05-06T13:10:21.242Z Compiling hashbrown v0.15.5
21402026-05-06T13:10:21.425Z Compiling cargo_metadata v0.19.2
21412026-05-06T13:10:21.782Z Compiling phf v0.13.1
21422026-05-06T13:10:21.875Z Compiling hyper-tls v0.6.0
21432026-05-06T13:10:21.891Z Compiling zstd v0.13.3
21442026-05-06T13:10:21.965Z Compiling daft v0.1.5
21452026-05-06T13:10:22.040Z Compiling signal-hook-mio v0.2.5
21462026-05-06T13:10:22.163Z Compiling cookie_store v0.22.1
21472026-05-06T13:10:22.183Z Compiling postgres-types v0.2.12
21482026-05-06T13:10:22.257Z Compiling bzip2 v0.4.4
21492026-05-06T13:10:22.446Z Compiling strum v0.27.2
21502026-05-06T13:10:22.599Z Compiling hubpack v0.1.2
21512026-05-06T13:10:22.653Z Compiling ed25519 v2.2.3
21522026-05-06T13:10:22.678Z Compiling phf_shared v0.11.3
21532026-05-06T13:10:22.745Z Compiling crossbeam-epoch v0.9.18
21542026-05-06T13:10:22.788Z Compiling pkcs1 v0.7.5
21552026-05-06T13:10:22.905Z Compiling hex v0.4.3
21562026-05-06T13:10:22.925Z Compiling serde-big-array v0.5.1
21572026-05-06T13:10:23.027Z Compiling bstr v1.12.1
21582026-05-06T13:10:23.090Z Compiling rfc6979 v0.4.0
21592026-05-06T13:10:23.183Z Compiling float-cmp v0.10.0
21602026-05-06T13:10:23.186Z Compiling memmap2 v0.9.10
21612026-05-06T13:10:23.214Z Compiling env_filter v1.0.0
21622026-05-06T13:10:23.275Z Compiling encoding_rs v0.8.35
21632026-05-06T13:10:23.306Z Compiling static_assertions v1.1.0
21642026-05-06T13:10:23.370Z Compiling whoami v2.1.0
21652026-05-06T13:10:23.398Z Compiling jiff v0.2.21
21662026-05-06T13:10:23.439Z Compiling difflib v0.4.0
21672026-05-06T13:10:23.461Z Compiling rustc-hash v2.1.1
21682026-05-06T13:10:23.477Z Compiling precomputed-hash v0.1.1
21692026-05-06T13:10:23.498Z Compiling data-encoding v2.10.0
21702026-05-06T13:10:23.601Z Compiling predicates-core v1.0.10
21712026-05-06T13:10:23.618Z Compiling normalize-line-endings v0.3.0
21722026-05-06T13:10:23.646Z Compiling new_debug_unreachable v1.0.6
21732026-05-06T13:10:23.662Z Compiling toml_write v0.1.2
21742026-05-06T13:10:23.728Z Compiling fixedbitset v0.5.7
21752026-05-06T13:10:23.744Z Compiling mime v0.3.17
21762026-05-06T13:10:23.748Z Compiling keccak v0.1.6
21772026-05-06T13:10:23.794Z Compiling fixedbitset v0.4.2
21782026-05-06T13:10:23.879Z Compiling toml_edit v0.22.27
21792026-05-06T13:10:23.901Z Compiling hickory-proto v0.25.2
21802026-05-06T13:10:23.986Z Compiling petgraph v0.6.5
21812026-05-06T13:10:24.007Z Compiling petgraph v0.8.3
21822026-05-06T13:10:24.024Z Compiling sha3 v0.10.8
21832026-05-06T13:10:24.042Z Compiling predicates v3.1.4
21842026-05-06T13:10:24.312Z Compiling string_cache v0.8.9
21852026-05-06T13:10:24.548Z Compiling tokio-postgres v0.7.16
21862026-05-06T13:10:24.584Z Compiling iddqd v0.3.18
21872026-05-06T13:10:24.618Z Compiling similar v2.7.0
21882026-05-06T13:10:24.728Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=0d7a8992f914ad6a5947409048779969bbe80e3d#0d7a8992)
21892026-05-06T13:10:25.354Z Compiling env_logger v0.11.9
21902026-05-06T13:10:25.690Z Compiling usdt v0.6.0
21912026-05-06T13:10:25.838Z Compiling ecdsa v0.16.9
21922026-05-06T13:10:25.922Z Compiling serde_with v3.17.0
21932026-05-06T13:10:25.976Z Compiling zip v4.6.1
21942026-05-06T13:10:26.196Z Compiling rsa v0.9.10
21952026-05-06T13:10:26.253Z Compiling ed25519-dalek v2.2.0
21962026-05-06T13:10:26.914Z Compiling clap v4.5.60
21972026-05-06T13:10:27.019Z Compiling zip v0.6.6
21982026-05-06T13:10:27.078Z Compiling crossterm v0.28.1
21992026-05-06T13:10:27.524Z Compiling strum v0.26.3
22002026-05-06T13:10:27.583Z Compiling toml v0.7.8
22012026-05-06T13:10:27.600Z Compiling tokio-stream v0.1.18
22022026-05-06T13:10:27.681Z Compiling buf-list v1.1.2
22032026-05-06T13:10:27.758Z Compiling itertools v0.13.0
22042026-05-06T13:10:27.921Z Compiling x509-cert v0.2.5
22052026-05-06T13:10:27.961Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=0d7a8992f914ad6a5947409048779969bbe80e3d#0d7a8992)
22062026-05-06T13:10:28.133Z Compiling openapiv3 v2.2.0
22072026-05-06T13:10:28.288Z Compiling sha1 v0.10.6
22082026-05-06T13:10:28.718Z Compiling peg-runtime v0.8.5
22092026-05-06T13:10:28.988Z Compiling lalrpop-util v0.19.12
22102026-05-06T13:10:45.160Z Compiling macaddr v1.0.1
22112026-05-06T13:10:45.277Z Compiling structmeta-derive v0.3.0
22122026-05-06T13:10:45.374Z Compiling crucible-workspace-hack v0.1.0
22132026-05-06T13:10:45.465Z Compiling rayon-core v1.13.0
22142026-05-06T13:10:45.538Z Compiling itertools v0.14.0
22152026-05-06T13:10:45.705Z Compiling secrecy v0.10.3
22162026-05-06T13:10:45.709Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
22172026-05-06T13:10:45.769Z Compiling rustls v0.22.4
22182026-05-06T13:10:45.897Z Compiling heapless v0.8.0
22192026-05-06T13:10:46.032Z Compiling crossbeam-deque v0.8.6
22202026-05-06T13:10:46.110Z Compiling toml_edit v0.23.10+spec-1.0.0
22212026-05-06T13:10:46.147Z Compiling rustls-webpki v0.102.8
22222026-05-06T13:10:46.165Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
22232026-05-06T13:10:46.240Z Compiling futures-executor v0.3.32
22242026-05-06T13:10:46.280Z Compiling hash32 v0.3.1
22252026-05-06T13:10:46.301Z Compiling structmeta v0.3.0
22262026-05-06T13:10:46.362Z Compiling multer v3.1.0
22272026-05-06T13:10:46.392Z Compiling thread_local v1.1.9
22282026-05-06T13:10:46.468Z Compiling compression-core v0.4.31
22292026-05-06T13:10:46.498Z Compiling match_cfg v0.1.0
22302026-05-06T13:10:46.564Z Compiling rustls-webpki v0.103.9
22312026-05-06T13:10:46.590Z Compiling unicode-width v0.2.0
22322026-05-06T13:10:46.610Z Compiling smoltcp v0.11.0
22332026-05-06T13:10:46.662Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
22342026-05-06T13:10:46.732Z Compiling slog-async v2.8.0
22352026-05-06T13:10:46.774Z Compiling proc-macro-crate v3.4.0
22362026-05-06T13:10:46.836Z Compiling ingot-macros v0.1.1
22372026-05-06T13:10:46.918Z Compiling compression-codecs v0.4.37
22382026-05-06T13:10:46.969Z Compiling hostname v0.3.1
22392026-05-06T13:10:47.016Z Compiling derive-ex v0.1.8
22402026-05-06T13:10:47.034Z Compiling futures v0.3.32
22412026-05-06T13:10:47.171Z Compiling slog-json v2.6.1
22422026-05-06T13:10:47.237Z Compiling crossbeam-channel v0.5.15
22432026-05-06T13:10:47.332Z Compiling half v2.7.1
22442026-05-06T13:10:47.391Z Compiling newtype-uuid-macros v0.1.0
22452026-05-06T13:10:47.466Z Compiling cobs v0.3.0
22462026-05-06T13:10:47.573Z Compiling thiserror-impl-no-std v2.0.2
22472026-05-06T13:10:47.701Z Compiling universal-hash v0.5.1
22482026-05-06T13:10:47.760Z Compiling async-stream-impl v0.3.6
22492026-05-06T13:10:47.870Z Compiling serde_spanned v1.0.4
22502026-05-06T13:10:47.936Z Compiling toml_datetime v1.0.0+spec-1.1.0
22512026-05-06T13:10:48.036Z Compiling is-terminal v0.4.17
22522026-05-06T13:10:48.060Z Compiling proc-macro-error-attr v1.0.4
22532026-05-06T13:10:48.147Z Compiling dropshot v0.17.0
22542026-05-06T13:10:48.162Z Compiling take_mut v0.2.2
22552026-05-06T13:10:48.285Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
22562026-05-06T13:10:48.304Z Compiling toml_writer v1.0.6+spec-1.1.0
22572026-05-06T13:10:48.344Z Compiling convert_case v0.4.0
22582026-05-06T13:10:48.375Z Compiling term v1.2.1
22592026-05-06T13:10:48.379Z Compiling ciborium-io v0.2.2
22602026-05-06T13:10:48.520Z Compiling opaque-debug v0.3.1
22612026-05-06T13:10:48.564Z Compiling toml v1.0.6+spec-1.1.0
22622026-05-06T13:10:48.581Z Compiling test-strategy v0.4.5
22632026-05-06T13:10:48.597Z Compiling ciborium-ll v0.2.2
22642026-05-06T13:10:48.612Z Compiling thiserror-no-std v2.0.2
22652026-05-06T13:10:48.626Z Compiling poly1305 v0.8.0
22662026-05-06T13:10:48.676Z Compiling derive_more v0.99.20
22672026-05-06T13:10:48.727Z Compiling slog-term v2.9.2
22682026-05-06T13:10:48.882Z Compiling tokio-rustls v0.25.0
22692026-05-06T13:10:48.913Z Compiling async-stream v0.3.6
22702026-05-06T13:10:49.157Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
22712026-05-06T13:10:49.175Z Compiling postcard v1.1.3
22722026-05-06T13:10:49.457Z Compiling ingot-types v0.1.2
22732026-05-06T13:10:49.573Z Compiling slog-bunyan v2.5.0
22742026-05-06T13:10:49.785Z Compiling num_enum_derive v0.7.5
22752026-05-06T13:10:49.895Z Compiling ingot v0.1.1
22762026-05-06T13:10:49.935Z Compiling async-compression v0.4.41
22772026-05-06T13:10:50.188Z Compiling tokio-rustls v0.26.4
22782026-05-06T13:10:50.411Z Compiling rustls-platform-verifier v0.6.2
22792026-05-06T13:10:50.428Z Compiling parse-display-derive v0.10.0
22802026-05-06T13:10:50.487Z Compiling hyper-rustls v0.27.7
22812026-05-06T13:10:50.552Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=ae1da83e66c648574827298f4bc444632bf4d047#ae1da83e)
22822026-05-06T13:10:50.641Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
22832026-05-06T13:10:50.740Z Compiling reqwest v0.12.28
22842026-05-06T13:10:50.757Z Compiling reqwest v0.13.2
22852026-05-06T13:10:50.840Z Compiling proc-macro-crate v1.3.1
22862026-05-06T13:10:50.857Z Compiling backon v1.6.0
22872026-05-06T13:10:50.899Z Compiling waitgroup v0.1.2
22882026-05-06T13:10:51.087Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
22892026-05-06T13:10:51.103Z Compiling password-hash v0.5.0
22902026-05-06T13:10:51.132Z Compiling dropshot_endpoint v0.17.0
22912026-05-06T13:10:51.171Z Compiling chacha20 v0.9.1
22922026-05-06T13:10:51.200Z Compiling rustls-pemfile v2.2.0
22932026-05-06T13:10:51.482Z Compiling blake2 v0.10.6
22942026-05-06T13:10:51.542Z Compiling aead v0.5.2
22952026-05-06T13:10:51.753Z Compiling foreign-types-macros v0.2.3
22962026-05-06T13:10:51.769Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=bae0440c199b3908c12903a9532854936353433b#bae0440c)
22972026-05-06T13:10:51.889Z Compiling serde_path_to_error v0.1.20
22982026-05-06T13:10:52.037Z Compiling hostname v0.4.2
22992026-05-06T13:10:52.176Z Compiling proc-macro-error v1.0.4
23002026-05-06T13:10:52.194Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=bae0440c199b3908c12903a9532854936353433b#bae0440c)
23012026-05-06T13:10:52.197Z Compiling instant v0.1.13
23022026-05-06T13:10:52.224Z Compiling typeid v1.0.3
23032026-05-06T13:10:52.241Z Compiling cpufeatures v0.3.0
23042026-05-06T13:10:52.244Z Compiling foreign-types-shared v0.3.1
23052026-05-06T13:10:52.277Z Compiling debug-ignore v1.0.5
23062026-05-06T13:10:52.343Z Compiling chacha20 v0.10.0
23072026-05-06T13:10:52.360Z Compiling backoff v0.4.0
23082026-05-06T13:10:52.375Z Compiling foreign-types v0.5.0
23092026-05-06T13:10:52.375Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=bae0440c199b3908c12903a9532854936353433b#bae0440c)
23102026-05-06T13:10:52.411Z Compiling parse-display v0.10.0
23112026-05-06T13:10:52.425Z Compiling argon2 v0.5.3
23122026-05-06T13:10:52.485Z Compiling chacha20poly1305 v0.10.1
23132026-05-06T13:10:52.531Z Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
23142026-05-06T13:10:52.549Z Compiling num_enum_derive v0.5.11
23152026-05-06T13:10:52.577Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
23162026-05-06T13:10:52.602Z Compiling num_enum v0.7.5
23172026-05-06T13:10:52.664Z Compiling ciborium v0.2.2
23182026-05-06T13:10:52.681Z Compiling vsss-rs v3.3.4
23192026-05-06T13:10:52.853Z Compiling tabwriter v1.4.1
23202026-05-06T13:10:52.900Z Compiling regress v0.10.5
23212026-05-06T13:10:53.242Z Compiling byte-wrapper v0.1.0
23222026-05-06T13:10:53.337Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp?rev=61479b6922f9112fbe1e722414d2b8055212cb12#61479b69)
23232026-05-06T13:10:53.462Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
23242026-05-06T13:10:53.483Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=bae0440c199b3908c12903a9532854936353433b#bae0440c)
23252026-05-06T13:10:53.519Z Compiling cstr-argument v0.1.2
23262026-05-06T13:10:53.715Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8)
23272026-05-06T13:10:53.916Z Compiling erased-serde v0.4.9
23282026-05-06T13:10:53.975Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
23292026-05-06T13:10:54.036Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
23302026-05-06T13:10:54.055Z Compiling num_enum v0.5.11
23312026-05-06T13:10:54.133Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
23322026-05-06T13:10:54.187Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
23332026-05-06T13:10:54.207Z Compiling rand v0.10.0
23342026-05-06T13:10:54.210Z Compiling rayon v1.11.0
23352026-05-06T13:10:54.288Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
23362026-05-06T13:10:54.306Z Compiling indent_write v2.2.0
23372026-05-06T13:10:54.391Z Compiling colored v3.1.1
23382026-05-06T13:10:54.413Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
23392026-05-06T13:10:54.486Z Compiling libefi-sys v0.1.0
23402026-05-06T13:10:54.501Z Compiling zone_cfg_derive v0.3.1
23412026-05-06T13:10:54.538Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=bae0440c199b3908c12903a9532854936353433b#bae0440c)
23422026-05-06T13:10:54.594Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
23432026-05-06T13:10:54.660Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
23442026-05-06T13:10:54.723Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
23452026-05-06T13:10:54.964Z Compiling camino-tempfile v1.4.1
23462026-05-06T13:10:55.006Z Compiling itertools v0.12.1
23472026-05-06T13:10:55.029Z Compiling usdt-macro v0.5.0
23482026-05-06T13:10:55.092Z Compiling usdt-attr-macro v0.5.0
23492026-05-06T13:10:55.158Z Compiling bitfield-struct v0.6.2
23502026-05-06T13:10:55.174Z Compiling num-derive v0.4.2
23512026-05-06T13:10:55.216Z Compiling ordered-float v2.10.1
23522026-05-06T13:10:55.379Z Compiling blake3 v1.8.3
23532026-05-06T13:10:55.520Z Compiling sigpipe v0.1.3
23542026-05-06T13:10:55.638Z Compiling memmap v0.7.0
23552026-05-06T13:10:55.744Z Compiling swrite v0.1.0
23562026-05-06T13:10:55.785Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
23572026-05-06T13:10:55.820Z Compiling glob v0.3.3
23582026-05-06T13:10:55.863Z Compiling usdt v0.5.0
23592026-05-06T13:10:55.878Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=bae0440c199b3908c12903a9532854936353433b#bae0440c)
23602026-05-06T13:10:55.905Z Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
23612026-05-06T13:10:56.102Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
23622026-05-06T13:10:56.242Z Compiling serde-value v0.7.0
23632026-05-06T13:10:56.369Z Compiling zone v0.3.1
23642026-05-06T13:10:56.419Z Compiling serde-untagged v0.1.9
23652026-05-06T13:10:56.495Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
23662026-05-06T13:10:56.746Z Compiling toml v0.8.23
23672026-05-06T13:10:56.772Z Compiling smf v0.2.3
23682026-05-06T13:10:56.793Z Compiling filetime v0.2.27
23692026-05-06T13:10:56.815Z Compiling same-file v1.0.6
23702026-05-06T13:10:56.819Z Compiling constant_time_eq v0.4.2
23712026-05-06T13:10:56.849Z Compiling whoami v1.6.1
23722026-05-06T13:10:57.007Z Compiling xattr v1.6.1
23732026-05-06T13:10:57.024Z Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
23742026-05-06T13:10:57.041Z Compiling unicode-xid v0.2.6
23752026-05-06T13:10:57.058Z Compiling arrayvec v0.7.6
23762026-05-06T13:10:57.076Z Compiling arrayref v0.3.9
23772026-05-06T13:10:57.127Z Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
23782026-05-06T13:10:57.171Z Compiling tar v0.4.45
23792026-05-06T13:10:57.208Z Compiling cargo-util-schemas v0.8.2
23802026-05-06T13:10:57.228Z Compiling walkdir v2.5.0
23812026-05-06T13:10:57.326Z Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
23822026-05-06T13:10:57.589Z Compiling tokio-dtrace v0.1.1
23832026-05-06T13:10:57.682Z Compiling console v0.16.2
23842026-05-06T13:10:57.831Z Compiling gethostname v0.5.0
23852026-05-06T13:10:57.946Z Compiling cargo-platform v0.2.0
23862026-05-06T13:10:57.963Z Compiling topological-sort v0.2.2
23872026-05-06T13:10:57.982Z Compiling unit-prefix v0.5.2
23882026-05-06T13:10:58.001Z Compiling oxide-tokio-rt v0.1.4
23892026-05-06T13:10:58.004Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
23902026-05-06T13:10:58.155Z Compiling indicatif v0.18.4
23912026-05-06T13:10:58.173Z Compiling shell-words v1.1.1
23922026-05-06T13:10:58.445Z Compiling cargo_metadata v0.21.0
23932026-05-06T13:11:07.345Z Compiling progenitor-client v0.14.0
23942026-05-06T13:11:07.383Z Compiling progenitor-client v0.10.0
23952026-05-06T13:11:07.387Z Compiling omicron-zone-package v0.12.2
23962026-05-06T13:11:07.467Z Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
23972026-05-06T13:11:07.467Z Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
23982026-05-06T13:11:07.499Z Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
23992026-05-06T13:11:07.518Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
24002026-05-06T13:11:07.795Z Compiling progenitor-extras v0.2.0
24012026-05-06T13:11:07.847Z Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
24022026-05-06T13:11:07.864Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
24032026-05-06T13:11:07.879Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
24042026-05-06T13:11:08.055Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
24052026-05-06T13:11:08.214Z Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
24062026-05-06T13:11:12.632Z Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
24072026-05-06T13:11:20.071Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
24082026-05-06T13:11:23.180Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
24092026-05-06T13:11:24.154Z Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
24102026-05-06T13:11:33.346Z Finished `release` profile [optimized] target(s) in 1m 39s
24112026-05-06T13:11:33.501Z Running `target/release/omicron-package -t test target create -p dev`
24122026-05-06T13:11:33.567ZLogging to: /work/oxidecomputer/omicron/out/LOG
24132026-05-06T13:11:33.571ZCreated new build target 'test' and set it as active
24142026-05-06T13:11:33.575Z
24152026-05-06T13:11:33.575Zreal 1:39.520058240
24162026-05-06T13:11:33.575Zuser 16:20.237321115
24172026-05-06T13:11:33.575Zsys 2:37.730578262
24182026-05-06T13:11:33.575Ztrap 0.461996243
24192026-05-06T13:11:33.575Ztflt 2.988145549
24202026-05-06T13:11:33.575Zdflt 3.669933792
24212026-05-06T13:11:33.575Zkflt 0.004727195
24222026-05-06T13:11:33.575Zlock 51:39.539936380
24232026-05-06T13:11:33.575Zslp 41:48.256291405
24242026-05-06T13:11:33.575Zlat 47.034958323
24252026-05-06T13:11:33.575Zstop 5:33.294088364
24262026-05-06T13:11:33.575Z+ ptime -m cargo run --locked --release --bin omicron-package -- -t test package
24272026-05-06T13:11:34.460Z Finished `release` profile [optimized] target(s) in 0.87s
24282026-05-06T13:11:34.533Z Running `target/release/omicron-package -t test package`
24292026-05-06T13:11:34.595ZLogging to: /work/oxidecomputer/omicron/out/LOG
24302026-05-06T13:11:36.007Z Compiling heck v0.5.0
24312026-05-06T13:11:36.008Z Compiling regress v0.11.1
24322026-05-06T13:11:36.008Z Compiling unsafe-libyaml v0.2.11
24332026-05-06T13:11:36.261Z Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
24342026-05-06T13:11:36.287Z Compiling regress v0.10.5
24352026-05-06T13:11:36.311Z Compiling unicode-width v0.1.14
24362026-05-06T13:11:36.338Z Compiling is-terminal v0.4.17
24372026-05-06T13:11:36.361Z Compiling prettyplease v0.2.37
24382026-05-06T13:11:36.361Z Compiling bytecount v0.6.9
24392026-05-06T13:11:36.364Z Compiling rustls v0.22.4
24402026-05-06T13:11:36.364Z Compiling rustls-webpki v0.102.8
24412026-05-06T13:11:36.379Z Compiling derive-where v1.6.0
24422026-05-06T13:11:36.382Z Compiling thread_local v1.1.9
24432026-05-06T13:11:36.399Z Compiling compression-core v0.4.31
24442026-05-06T13:11:36.403Z Compiling match_cfg v0.1.0
24452026-05-06T13:11:36.525Z Compiling multer v3.1.0
24462026-05-06T13:11:36.548Z Compiling hostname v0.3.1
24472026-05-06T13:11:36.569Z Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
24482026-05-06T13:11:36.590Z Compiling slog-async v2.8.0
24492026-05-06T13:11:36.613Z Compiling crossbeam-channel v0.5.15
24502026-05-06T13:11:36.633Z Compiling slog-json v2.6.1
24512026-05-06T13:11:36.656Z Compiling compression-codecs v0.4.37
24522026-05-06T13:11:36.676Z Compiling futures-executor v0.3.32
24532026-05-06T13:11:36.680Z Compiling toml_datetime v1.0.0+spec-1.1.0
24542026-05-06T13:11:36.720Z Compiling serde_spanned v1.0.4
24552026-05-06T13:11:36.723Z Compiling toml_writer v1.0.6+spec-1.1.0
24562026-05-06T13:11:36.793Z Compiling serde_yaml v0.9.34+deprecated
24572026-05-06T13:11:36.902Z Compiling take_mut v0.2.2
24582026-05-06T13:11:36.905Z Compiling term v1.2.1
24592026-05-06T13:11:36.943Z Compiling toml v1.0.6+spec-1.1.0
24602026-05-06T13:11:36.964Z Compiling async-compression v0.4.41
24612026-05-06T13:11:36.988Z Compiling futures v0.3.32
24622026-05-06T13:11:37.043Z Compiling slog-bunyan v2.5.0
24632026-05-06T13:11:37.120Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
24642026-05-06T13:11:37.138Z Compiling dropshot v0.17.0
24652026-05-06T13:11:37.203Z Compiling async-stream v0.3.6
24662026-05-06T13:11:37.223Z Compiling slog-term v2.9.2
24672026-05-06T13:11:37.282Z Compiling num-rational v0.4.2
24682026-05-06T13:11:37.305Z Compiling progenitor-client v0.14.0
24692026-05-06T13:11:37.407Z Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
24702026-05-06T13:11:37.443Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
24712026-05-06T13:11:37.464Z Compiling waitgroup v0.1.2
24722026-05-06T13:11:37.526Z Compiling backon v1.6.0
24732026-05-06T13:11:37.628Z Compiling rustls-pemfile v2.2.0
24742026-05-06T13:11:37.632Z Compiling num-complex v0.4.6
24752026-05-06T13:11:37.673Z Compiling serde_path_to_error v0.1.20
24762026-05-06T13:11:37.677Z Compiling hostname v0.4.2
24772026-05-06T13:11:37.677Z Compiling instant v0.1.13
24782026-05-06T13:11:37.737Z Compiling debug-ignore v1.0.5
24792026-05-06T13:11:37.760Z Compiling progenitor-extras v0.2.0
24802026-05-06T13:11:37.854Z Compiling typify-impl v0.6.2
24812026-05-06T13:11:37.875Z Compiling backoff v0.4.0
24822026-05-06T13:11:37.878Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
24832026-05-06T13:11:37.878Z Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
24842026-05-06T13:11:38.063Z Compiling num v0.4.3
24852026-05-06T13:11:38.096Z Compiling parse-display v0.10.0
24862026-05-06T13:11:38.100Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
24872026-05-06T13:11:38.137Z Compiling progenitor-client v0.13.0
24882026-05-06T13:11:38.137Z Compiling progenitor-client v0.10.0
24892026-05-06T13:11:38.182Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp?rev=61479b6922f9112fbe1e722414d2b8055212cb12#61479b69)
24902026-05-06T13:11:38.207Z Compiling macaddr v1.0.1
24912026-05-06T13:11:38.296Z Compiling float-ord v0.3.2
24922026-05-06T13:11:38.333Z Compiling console v0.15.11
24932026-05-06T13:11:38.479Z Compiling newline-converter v0.3.0
24942026-05-06T13:11:38.479Z Compiling atomicwrites v0.4.4
24952026-05-06T13:11:38.521Z Compiling slog-dtrace v0.3.0
24962026-05-06T13:11:38.671Z Compiling tokio-rustls v0.25.0
24972026-05-06T13:11:38.722Z Compiling async-recursion v1.1.1
24982026-05-06T13:11:38.797Z Compiling expectorate v1.2.0
24992026-05-06T13:11:38.842Z Compiling cancel-safe-futures v0.1.5
25002026-05-06T13:11:38.872Z Compiling owo-colors v4.3.0
25012026-05-06T13:11:38.954Z Compiling libsw-core v0.3.2
25022026-05-06T13:11:38.998Z Compiling resolv-conf v0.7.6
25032026-05-06T13:11:39.045Z Compiling toml v0.8.23
25042026-05-06T13:11:39.189Z Compiling libsw v3.5.0
25052026-05-06T13:11:39.351Z Compiling linear-map v1.2.0
25062026-05-06T13:11:39.372Z Compiling oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
25072026-05-06T13:11:39.435Z Compiling linked-hash-map v0.5.6
25082026-05-06T13:11:39.567Z Compiling minimal-lexical v0.2.1
25092026-05-06T13:11:39.627Z Compiling clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
25102026-05-06T13:11:39.650Z Compiling lru-cache v0.1.2
25112026-05-06T13:11:39.654Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
25122026-05-06T13:11:39.699Z Compiling unicode-xid v0.2.6
25132026-05-06T13:11:39.703Z Compiling internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
25142026-05-06T13:11:39.745Z Compiling globset v0.4.18
25152026-05-06T13:11:39.833Z Compiling nom v7.1.3
25162026-05-06T13:11:39.855Z Compiling hickory-proto v0.24.4
25172026-05-06T13:11:39.880Z Compiling gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
25182026-05-06T13:11:39.884Z Compiling convert_case v0.10.0
25192026-05-06T13:11:40.204Z Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
25202026-05-06T13:11:40.240Z Compiling derive_more-impl v2.1.1
25212026-05-06T13:11:40.711Z Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
25222026-05-06T13:11:41.048Z Compiling pin-project-internal v1.1.11
25232026-05-06T13:11:41.070Z Compiling derive_more v2.1.1
25242026-05-06T13:11:41.191Z Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
25252026-05-06T13:11:41.241Z Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
25262026-05-06T13:11:41.343Z Compiling typify-macro v0.6.2
25272026-05-06T13:11:41.473Z Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
25282026-05-06T13:11:41.729Z Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
25292026-05-06T13:11:41.897Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
25302026-05-06T13:11:42.100Z Compiling pin-project v1.1.11
25312026-05-06T13:11:42.247Z Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
25322026-05-06T13:11:42.462Z Compiling hickory-resolver v0.24.4
25332026-05-06T13:11:42.501Z Compiling papergrid v0.11.0
25342026-05-06T13:11:42.560Z Compiling tabled_derive v0.7.0
25352026-05-06T13:11:42.944Z Compiling typify v0.6.2
25362026-05-06T13:11:43.186Z Compiling progenitor-impl v0.14.0
25372026-05-06T13:11:43.358Z Compiling progenitor-impl v0.13.0
25382026-05-06T13:11:43.585Z Compiling pem v3.0.6
25392026-05-06T13:11:44.298Z Compiling qorb v0.4.1
25402026-05-06T13:11:44.321Z Compiling snafu-derive v0.8.9
25412026-05-06T13:11:45.320Z Compiling progenitor-macro v0.14.0
25422026-05-06T13:11:45.502Z Compiling progenitor-macro v0.13.0
25432026-05-06T13:11:45.634Z Compiling termtree v0.5.1
25442026-05-06T13:11:45.839Z Compiling tabled v0.15.0
25452026-05-06T13:11:46.009Z Compiling snafu v0.8.9
25462026-05-06T13:11:46.612Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
25472026-05-06T13:11:47.637Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
25482026-05-06T13:11:47.766Z Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
25492026-05-06T13:11:48.090Z Compiling crossterm v0.29.0
25502026-05-06T13:11:48.442Z Compiling phf_shared v0.12.1
25512026-05-06T13:11:48.570Z Compiling olpc-cjson v0.1.4
25522026-05-06T13:11:48.826Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
25532026-05-06T13:11:49.407Z Compiling progenitor v0.14.0
25542026-05-06T13:11:49.430Z Compiling serde_plain v1.0.2
25552026-05-06T13:11:49.552Z Compiling vte v0.14.1
25562026-05-06T13:11:49.586Z Compiling progenitor v0.13.0
25572026-05-06T13:11:49.609Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
25582026-05-06T13:11:49.757Z Compiling csv-core v0.1.13
25592026-05-06T13:11:49.781Z Compiling highway v1.3.0
25602026-05-06T13:11:49.784Z Compiling chrono-tz v0.10.4
25612026-05-06T13:11:50.033Z Compiling typed-path v0.9.3
25622026-05-06T13:11:50.209Z Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
25632026-05-06T13:11:50.280Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
25642026-05-06T13:11:50.545Z Compiling csv v1.4.0
25652026-05-06T13:11:50.688Z Compiling strip-ansi-escapes v0.2.1
25662026-05-06T13:11:50.991Z Compiling phf v0.12.1
25672026-05-06T13:11:51.191Z Compiling tough v0.20.0
25682026-05-06T13:11:51.252Z Compiling bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
25692026-05-06T13:11:51.505Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
25702026-05-06T13:11:51.982Z Compiling const_format_proc_macros v0.2.34
25712026-05-06T13:11:52.781Z Compiling fd-lock v4.0.4
25722026-05-06T13:11:52.922Z Compiling peg-macros v0.8.5
25732026-05-06T13:11:52.976Z Compiling nu-ansi-term v0.50.3
25742026-05-06T13:11:53.063Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
25752026-05-06T13:11:53.227Z Compiling reedline v0.40.0
25762026-05-06T13:11:53.407Z Compiling const_format v0.2.35
25772026-05-06T13:11:53.641Z Compiling cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
25782026-05-06T13:11:53.930Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
25792026-05-06T13:11:54.219Z Compiling peg v0.8.5
25802026-05-06T13:11:54.322Z Compiling bcs v0.1.6
25812026-05-06T13:11:54.784Z Compiling semver v0.1.20
25822026-05-06T13:11:55.073Z Compiling rustc_version v0.1.7
25832026-05-06T13:11:55.095Z Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
25842026-05-06T13:11:55.164Z Compiling smawk v0.3.2
25852026-05-06T13:11:55.316Z Compiling newtype_derive v0.1.6
25862026-05-06T13:11:55.365Z Compiling unicode-linebreak v0.1.5
25872026-05-06T13:11:55.368Z Compiling humantime v2.3.0
25882026-05-06T13:11:55.709Z Compiling textwrap v0.16.2
25892026-05-06T13:11:55.731Z Compiling rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
25902026-05-06T13:11:55.938Z Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
25912026-05-06T13:11:55.966Z Compiling dropshot-api-manager-types v0.7.1
25922026-05-06T13:11:56.171Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
25932026-05-06T13:11:56.597Z Compiling base64 v0.21.7
25942026-05-06T13:11:56.936Z Compiling steno v0.4.1
25952026-05-06T13:11:57.036Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
25962026-05-06T13:11:57.153Z Compiling tagptr v0.2.0
25972026-05-06T13:11:57.310Z Compiling utf-8 v0.7.6
25982026-05-06T13:11:57.355Z Compiling moka v0.12.13
25992026-05-06T13:11:57.473Z Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
26002026-05-06T13:11:57.552Z Compiling tungstenite v0.21.0
26012026-05-06T13:11:57.575Z Compiling radium v0.7.0
26022026-05-06T13:11:57.657Z Compiling maybe-uninit v2.0.0
26032026-05-06T13:11:57.985Z Compiling tap v1.0.1
26042026-05-06T13:11:58.160Z Compiling tokio-tungstenite v0.21.0
26052026-05-06T13:11:58.247Z Compiling wyz v0.5.1
26062026-05-06T13:11:58.482Z Compiling hickory-resolver v0.25.2
26072026-05-06T13:11:58.517Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
26082026-05-06T13:11:58.580Z Compiling zerocopy-derive v0.6.6
26092026-05-06T13:11:58.606Z Compiling funty v2.0.0
26102026-05-06T13:11:58.630Z Compiling packed_struct v0.10.1
26112026-05-06T13:11:58.742Z Compiling display-error-chain v0.2.2
26122026-05-06T13:11:58.921Z Compiling crc-catalog v2.4.0
26132026-05-06T13:11:58.978Z Compiling bitvec v1.0.1
26142026-05-06T13:11:59.054Z Compiling crc v3.4.0
26152026-05-06T13:11:59.378Z Compiling zerocopy v0.6.6
26162026-05-06T13:11:59.561Z Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
26172026-05-06T13:11:59.587Z Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
26182026-05-06T13:11:59.712Z Compiling packed_struct_codegen v0.10.1
26192026-05-06T13:11:59.767Z Compiling num-derive v0.3.3
26202026-05-06T13:12:00.019Z Compiling bitfield-macros v0.19.4
26212026-05-06T13:12:00.672Z Compiling nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
26222026-05-06T13:12:00.737Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
26232026-05-06T13:12:00.771Z Compiling proc-macro-error-attr2 v2.0.0
26242026-05-06T13:12:00.792Z Compiling indexmap v1.9.3
26252026-05-06T13:12:01.023Z Compiling nodrop v0.1.14
26262026-05-06T13:12:01.174Z Compiling proc-macro-error2 v2.0.1
26272026-05-06T13:12:01.197Z Compiling array-init v0.0.4
26282026-05-06T13:12:01.555Z Compiling bitfield v0.19.4
26292026-05-06T13:12:01.904Z Compiling libscf-sys v1.1.0
26302026-05-06T13:12:02.083Z Compiling smallvec v0.6.14
26312026-05-06T13:12:02.355Z Compiling typify-impl v0.4.3
26322026-05-06T13:12:02.394Z Compiling hashbrown v0.12.3
26332026-05-06T13:12:02.513Z Compiling serde-hex v0.1.0
26342026-05-06T13:12:03.037Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
26352026-05-06T13:12:03.448Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
26362026-05-06T13:12:03.705Z Compiling tabled_derive v0.11.0
26372026-05-06T13:12:04.168Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
26382026-05-06T13:12:04.263Z Compiling ron v0.8.1
26392026-05-06T13:12:04.420Z Compiling papergrid v0.17.0
26402026-05-06T13:12:04.559Z Compiling testing_table v0.3.0
26412026-05-06T13:12:04.635Z Compiling hashbrown v0.13.2
26422026-05-06T13:12:04.724Z Compiling vergen-gitcl v1.0.8
26432026-05-06T13:12:04.850Z Compiling dirs-sys-next v0.1.2
26442026-05-06T13:12:04.929Z Compiling glob v0.3.3
26452026-05-06T13:12:04.957Z Compiling crunchy v0.2.4
26462026-05-06T13:12:04.994Z Compiling crc-any v2.5.0
26472026-05-06T13:12:05.127Z Compiling maplit v1.0.2
26482026-05-06T13:12:05.248Z Compiling diesel_derives v2.3.7
26492026-05-06T13:12:05.290Z Compiling object v0.30.4
26502026-05-06T13:12:05.315Z Compiling clang-sys v1.8.1
26512026-05-06T13:12:05.346Z Compiling dirs-next v2.0.0
26522026-05-06T13:12:05.432Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
26532026-05-06T13:12:05.501Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
26542026-05-06T13:12:05.547Z Compiling dsl_auto_type v0.2.0
26552026-05-06T13:12:05.571Z Compiling tabled v0.20.0
26562026-05-06T13:12:05.718Z Compiling scheduled-thread-pool v0.2.7
26572026-05-06T13:12:05.743Z Compiling typify-macro v0.4.3
26582026-05-06T13:12:06.109Z Compiling diesel_table_macro_syntax v0.3.0
26592026-05-06T13:12:06.132Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
26602026-05-06T13:12:06.319Z Compiling xshell-macros v0.2.7
26612026-05-06T13:12:06.358Z Compiling path-slash v0.1.5
26622026-05-06T13:12:06.389Z Compiling tiny-keccak v2.0.2
26632026-05-06T13:12:06.558Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
26642026-05-06T13:12:06.722Z Compiling xshell v0.2.7
26652026-05-06T13:12:06.742Z Compiling r2d2 v0.8.10
26662026-05-06T13:12:06.966Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
26672026-05-06T13:12:07.046Z Compiling term v0.7.0
26682026-05-06T13:12:07.369Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
26692026-05-06T13:12:07.401Z Compiling bit-vec v0.6.3
26702026-05-06T13:12:07.557Z Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
26712026-05-06T13:12:07.580Z Compiling downcast-rs v2.0.2
26722026-05-06T13:12:07.654Z Compiling bit-set v0.5.3
26732026-05-06T13:12:07.868Z Compiling ascii-canvas v3.0.0
26742026-05-06T13:12:08.051Z Compiling itertools v0.10.5
26752026-05-06T13:12:08.100Z Compiling ena v0.14.4
26762026-05-06T13:12:08.128Z Compiling libloading v0.8.9
26772026-05-06T13:12:08.347Z Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
26782026-05-06T13:12:08.367Z Compiling crc8 v0.1.1
26792026-05-06T13:12:08.509Z Compiling regex-syntax v0.6.29
26802026-05-06T13:12:09.134Z Compiling unicase v2.9.0
26812026-05-06T13:12:09.485Z Compiling bindgen v0.71.1
26822026-05-06T13:12:09.531Z Compiling diff v0.1.13
26832026-05-06T13:12:09.828Z Compiling typify v0.4.3
26842026-05-06T13:12:09.994Z Compiling lalrpop v0.19.12
26852026-05-06T13:12:10.069Z Compiling omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
26862026-05-06T13:12:10.142Z Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
26872026-05-06T13:12:10.244Z Compiling cexpr v0.6.0
26882026-05-06T13:12:10.410Z Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
26892026-05-06T13:12:10.638Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
26902026-05-06T13:12:10.805Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
26912026-05-06T13:12:10.838Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
26922026-05-06T13:12:10.882Z Compiling headers-core v0.3.0
26932026-05-06T13:12:11.052Z Compiling libxml v0.3.3
26942026-05-06T13:12:11.162Z Compiling headers v0.4.1
26952026-05-06T13:12:11.390Z Compiling diesel v2.3.7
26962026-05-06T13:12:11.393Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
26972026-05-06T13:12:11.524Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
26982026-05-06T13:12:11.752Z Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
26992026-05-06T13:12:12.233Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
27002026-05-06T13:12:12.625Z Compiling strum_macros v0.24.3
27012026-05-06T13:12:12.866Z Compiling indoc v1.0.9
27022026-05-06T13:12:13.370Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
27032026-05-06T13:12:13.444Z Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
27042026-05-06T13:12:13.473Z Compiling derive_builder v0.20.2
27052026-05-06T13:12:13.590Z Compiling oso-derive v0.27.3
27062026-05-06T13:12:13.611Z Compiling quick-xml v0.37.5
27072026-05-06T13:12:13.664Z Compiling impl-trait-for-tuples v0.2.3
27082026-05-06T13:12:13.888Z Compiling half v1.8.3
27092026-05-06T13:12:14.111Z Compiling openssl-probe v0.1.6
27102026-05-06T13:12:14.335Z Compiling serde_cbor v0.11.2
27112026-05-06T13:12:14.450Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
27122026-05-06T13:12:14.784Z Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
27132026-05-06T13:12:14.909Z Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
27142026-05-06T13:12:15.180Z Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
27152026-05-06T13:12:15.326Z Compiling bb8 v0.8.6
27162026-05-06T13:12:15.403Z Compiling trait-variant v0.1.2
27172026-05-06T13:12:15.428Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
27182026-05-06T13:12:15.484Z Compiling tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
27192026-05-06T13:12:15.702Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
27202026-05-06T13:12:15.728Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
27212026-05-06T13:12:15.829Z Compiling fxhash v0.2.1
27222026-05-06T13:12:15.985Z Compiling salty v0.3.0
27232026-05-06T13:12:16.019Z Compiling scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=018ae6f7bd752cd9b2124887e00c93c6b4244103#018ae6f7)
27242026-05-06T13:12:16.102Z Compiling samael v0.0.19
27252026-05-06T13:12:16.142Z Compiling progenitor-impl v0.10.0
27262026-05-06T13:12:16.275Z Compiling progenitor-impl v0.11.2
27272026-05-06T13:12:16.350Z Compiling zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
27282026-05-06T13:12:16.424Z Compiling oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
27292026-05-06T13:12:16.907Z Compiling kstat-rs v0.2.4
27302026-05-06T13:12:17.151Z Compiling libz-sys v1.1.24
27312026-05-06T13:12:17.174Z Compiling nonempty v0.12.0
27322026-05-06T13:12:17.400Z Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
27332026-05-06T13:12:17.461Z Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
27342026-05-06T13:12:17.528Z Compiling polar-core v0.27.3
27352026-05-06T13:12:18.341Z Compiling progenitor-macro v0.10.0
27362026-05-06T13:12:18.533Z Compiling progenitor-macro v0.11.2
27372026-05-06T13:12:19.601Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=d147f0925d14ed6f00eb37cb81f3a1bcbcb3c7f3#d147f092)
27382026-05-06T13:12:21.038Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27392026-05-06T13:12:21.364Z Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
27402026-05-06T13:12:21.651Z Compiling progenitor-client v0.11.2
27412026-05-06T13:12:22.192Z Compiling darling_core v0.23.0
27422026-05-06T13:12:22.322Z Compiling nanorand v0.7.0
27432026-05-06T13:12:22.381Z Compiling arc-swap v1.8.2
27442026-05-06T13:12:22.561Z Compiling fs-err v2.11.0
27452026-05-06T13:12:22.697Z Compiling parking_lot_core v0.8.6
27462026-05-06T13:12:22.927Z Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
27472026-05-06T13:12:22.976Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
27482026-05-06T13:12:23.002Z Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
27492026-05-06T13:12:24.344Z Compiling darling_macro v0.23.0
27502026-05-06T13:12:24.846Z Compiling mime_guess v2.0.5
27512026-05-06T13:12:25.359Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
27522026-05-06T13:12:25.838Z Compiling slog-scope v4.4.1
27532026-05-06T13:12:26.288Z Compiling oso v0.27.3
27542026-05-06T13:12:27.049Z Compiling flume v0.11.1
27552026-05-06T13:12:27.429Z Compiling progenitor v0.11.2
27562026-05-06T13:12:27.491Z Compiling progenitor v0.10.0
27572026-05-06T13:12:27.628Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27582026-05-06T13:12:27.681Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=d147f0925d14ed6f00eb37cb81f3a1bcbcb3c7f3#d147f092)
27592026-05-06T13:12:30.049Z Compiling diesel-dtrace v0.5.0
27602026-05-06T13:12:30.381Z Compiling async-bb8-diesel v0.2.1
27612026-05-06T13:12:30.828Z Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
27622026-05-06T13:12:30.886Z Compiling primeorder v0.13.6
27632026-05-06T13:12:31.207Z Compiling git-stub v1.0.0
27642026-05-06T13:12:31.299Z Compiling libgit2-sys v0.18.3+1.9.2
27652026-05-06T13:12:31.504Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
27662026-05-06T13:12:31.738Z Compiling instability v0.3.11
27672026-05-06T13:12:31.859Z Compiling git-stub-vcs v0.1.0
27682026-05-06T13:12:32.223Z Compiling p384 v0.13.1
27692026-05-06T13:12:32.463Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27702026-05-06T13:12:32.698Z Compiling slog-stdlog v4.1.1
27712026-05-06T13:12:33.225Z Compiling darling v0.23.0
27722026-05-06T13:12:33.708Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3)
27732026-05-06T13:12:33.739Z Compiling clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
27742026-05-06T13:12:33.772Z Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
27752026-05-06T13:12:34.005Z Compiling ignore v0.4.25
27762026-05-06T13:12:34.071Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27772026-05-06T13:12:34.369Z Compiling castaway v0.2.4
27782026-05-06T13:12:34.558Z Compiling atty v0.2.14
27792026-05-06T13:12:34.710Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27802026-05-06T13:12:34.929Z Compiling indoc v2.0.7
27812026-05-06T13:12:34.954Z Compiling http-range v0.1.5
27822026-05-06T13:12:35.290Z Compiling parse-size v1.1.0
27832026-05-06T13:12:35.453Z Compiling tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
27842026-05-06T13:12:35.516Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27852026-05-06T13:12:36.160Z Compiling globwalk v0.9.1
27862026-05-06T13:12:36.704Z Compiling compact_str v0.8.1
27872026-05-06T13:12:37.148Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27882026-05-06T13:12:37.851Z Compiling parking_lot v0.11.2
27892026-05-06T13:12:38.779Z Compiling slog-envlogger v2.2.0
27902026-05-06T13:12:38.997Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
27912026-05-06T13:12:39.344Z Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
27922026-05-06T13:12:39.744Z Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
27932026-05-06T13:12:39.771Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27942026-05-06T13:12:39.829Z Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
27952026-05-06T13:12:39.851Z Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
27962026-05-06T13:12:39.958Z Compiling predicates-tree v1.0.13
27972026-05-06T13:12:40.417Z Compiling unicode-truncate v1.1.0
27982026-05-06T13:12:40.538Z Compiling lru v0.12.5
27992026-05-06T13:12:40.560Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
28002026-05-06T13:12:40.631Z Compiling rand_seeder v0.4.0
28012026-05-06T13:12:40.653Z Compiling prefix-trie v0.7.0
28022026-05-06T13:12:40.765Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f)
28032026-05-06T13:12:40.901Z Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
28042026-05-06T13:12:40.923Z Compiling vergen-git2 v1.0.7
28052026-05-06T13:12:41.019Z Compiling cassowary v0.3.0
28062026-05-06T13:12:41.110Z Compiling corncobs v0.1.4
28072026-05-06T13:12:41.159Z Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
28082026-05-06T13:12:41.214Z Compiling hickory-server v0.25.2
28092026-05-06T13:12:41.380Z Compiling ratatui v0.29.0
28102026-05-06T13:12:41.400Z Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
28112026-05-06T13:12:41.529Z Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
28122026-05-06T13:12:41.698Z Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
28132026-05-06T13:12:41.751Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
28142026-05-06T13:12:42.136Z Compiling camino-tempfile-ext v0.3.3
28152026-05-06T13:12:42.271Z Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
28162026-05-06T13:12:42.369Z Compiling hyper-staticfile v0.10.1
28172026-05-06T13:12:42.656Z Compiling sled v0.34.7
28182026-05-06T13:12:43.051Z Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
28192026-05-06T13:12:43.596Z Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
28202026-05-06T13:12:43.728Z Compiling clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
28212026-05-06T13:12:45.276Z Compiling secrecy v0.8.0
28222026-05-06T13:12:45.481Z Compiling rustls v0.21.12
28232026-05-06T13:12:45.661Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
28242026-05-06T13:12:46.208Z Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
28252026-05-06T13:12:46.260Z Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
28262026-05-06T13:12:46.803Z Compiling sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
28272026-05-06T13:12:46.850Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
28282026-05-06T13:12:48.249Z Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
28292026-05-06T13:12:48.308Z Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
28302026-05-06T13:12:48.968Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#f20f786e)
28312026-05-06T13:12:49.934Z Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
28322026-05-06T13:12:50.393Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
28332026-05-06T13:12:50.623Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
28342026-05-06T13:12:50.853Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
28352026-05-06T13:12:51.069Z Compiling sct v0.7.1
28362026-05-06T13:12:51.092Z Compiling rustls-webpki v0.101.7
28372026-05-06T13:12:51.297Z Compiling nix v0.29.0
28382026-05-06T13:12:51.344Z Compiling dropshot v0.16.7
28392026-05-06T13:12:51.587Z Compiling void v1.0.2
28402026-05-06T13:12:51.746Z Compiling lzss v0.8.2
28412026-05-06T13:12:51.937Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#f20f786e)
28422026-05-06T13:12:52.030Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
28432026-05-06T13:12:52.161Z Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
28442026-05-06T13:12:52.604Z Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
28452026-05-06T13:12:53.139Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
28462026-05-06T13:12:53.503Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
28472026-05-06T13:12:53.759Z Compiling tungstenite v0.23.0
28482026-05-06T13:12:53.884Z Compiling clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
28492026-05-06T13:12:54.688Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
28502026-05-06T13:12:54.885Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
28512026-05-06T13:12:54.923Z Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
28522026-05-06T13:12:55.120Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
28532026-05-06T13:12:55.157Z Compiling toml v0.9.12+spec-1.1.0
28542026-05-06T13:12:55.350Z Compiling nix v0.27.1
28552026-05-06T13:12:55.843Z Compiling dropshot_endpoint v0.16.7
28562026-05-06T13:12:56.085Z Compiling serde_bytes v0.11.19
28572026-05-06T13:12:56.392Z Compiling gateway-sp-comms v0.1.2 (https://github.com/oxidecomputer/management-gateway-service?rev=0d7a8992f914ad6a5947409048779969bbe80e3d#0d7a8992)
28582026-05-06T13:12:56.532Z Compiling tokio-tungstenite v0.23.1
28592026-05-06T13:12:56.561Z Compiling tokio-rustls v0.24.1
28602026-05-06T13:12:56.859Z Compiling git2 v0.20.4
28612026-05-06T13:12:56.893Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
28622026-05-06T13:12:57.382Z Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
28632026-05-06T13:12:59.877Z Compiling lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp?rev=61479b6922f9112fbe1e722414d2b8055212cb12#61479b69)
28642026-05-06T13:12:59.904Z Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
28652026-05-06T13:13:02.043Z Compiling sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
28662026-05-06T13:13:02.070Z Compiling transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
28672026-05-06T13:13:02.530Z Compiling tufaceous v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
28682026-05-06T13:13:02.631Z Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
28692026-05-06T13:13:02.938Z Compiling nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
28702026-05-06T13:13:04.565Z Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
28712026-05-06T13:13:05.090Z Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
28722026-05-06T13:13:05.204Z Compiling nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
28732026-05-06T13:13:05.583Z Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
28742026-05-06T13:13:06.282Z Compiling rustls-pemfile v1.0.4
28752026-05-06T13:13:06.558Z Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
28762026-05-06T13:13:06.738Z Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
28772026-05-06T13:13:07.513Z Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
28782026-05-06T13:13:07.790Z Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
28792026-05-06T13:13:08.649Z Compiling bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
28802026-05-06T13:13:09.440Z Compiling bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
28812026-05-06T13:13:09.827Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
28822026-05-06T13:13:10.082Z Compiling ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
28832026-05-06T13:13:10.106Z Compiling signal-hook-tokio v0.3.1
28842026-05-06T13:13:10.311Z Compiling twox-hash v2.1.2
28852026-05-06T13:13:10.846Z Compiling yasna v0.5.2
28862026-05-06T13:13:10.871Z Compiling is_ci v1.2.0
28872026-05-06T13:13:11.083Z Compiling supports-color v3.0.2
28882026-05-06T13:13:11.106Z Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
28892026-05-06T13:13:11.403Z Compiling rcgen v0.12.1
28902026-05-06T13:13:12.046Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
28912026-05-06T13:13:12.377Z Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
28922026-05-06T13:13:12.399Z Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
28932026-05-06T13:13:12.424Z Compiling lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp?rev=61479b6922f9112fbe1e722414d2b8055212cb12#61479b69)
28942026-05-06T13:13:12.451Z Compiling nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm)
28952026-05-06T13:13:12.891Z Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
28962026-05-06T13:13:14.043Z Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
28972026-05-06T13:13:14.965Z Compiling nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
28982026-05-06T13:13:15.666Z Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
28992026-05-06T13:13:15.865Z Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
29002026-05-06T13:13:16.099Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
29012026-05-06T13:13:16.177Z Compiling nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
29022026-05-06T13:13:16.328Z Compiling fatfs v0.3.6
29032026-05-06T13:13:16.415Z Compiling raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df)
29042026-05-06T13:13:17.312Z Compiling rtoolbox v0.0.3
29052026-05-06T13:13:17.519Z Compiling subprocess v0.2.15
29062026-05-06T13:13:17.595Z Compiling assert_matches v1.5.0
29072026-05-06T13:13:17.740Z Compiling seq-macro v0.3.6
29082026-05-06T13:13:17.781Z Compiling rpassword v7.4.0
29092026-05-06T13:13:18.088Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
29102026-05-06T13:13:18.307Z Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
29112026-05-06T13:13:19.407Z Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
29122026-05-06T13:13:19.688Z Compiling ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
29132026-05-06T13:13:20.042Z Compiling ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
29142026-05-06T13:13:20.182Z Compiling tui-tree-widget v0.23.1
29152026-05-06T13:13:20.478Z Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
29162026-05-06T13:13:21.258Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
29172026-05-06T13:13:21.801Z Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
29182026-05-06T13:13:22.089Z Compiling uzers v0.12.2
29192026-05-06T13:13:22.464Z Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
29202026-05-06T13:13:23.133Z Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
29212026-05-06T13:13:24.245Z Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
29222026-05-06T13:13:24.959Z Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
29232026-05-06T13:13:26.469Z Compiling clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
29242026-05-06T13:13:28.412Z Compiling support-bundle-viewer v0.1.2
29252026-05-06T13:13:28.651Z Compiling multimap v0.10.1
29262026-05-06T13:13:37.783Z Compiling dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm)
29272026-05-06T13:13:38.147Z Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
29282026-05-06T13:13:39.084Z Compiling nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
29292026-05-06T13:13:47.886Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
29302026-05-06T13:19:52.567Z Finished `release` profile [optimized] target(s) in 8m 17s
29312026-05-06T13:20:37.084Z
29322026-05-06T13:20:37.084Zreal 9:03.460783345
29332026-05-06T13:20:37.088Zuser 1:18:17.679818151
29342026-05-06T13:20:37.088Zsys 3:31.351083696
29352026-05-06T13:20:37.088Ztrap 1.747123320
29362026-05-06T13:20:37.088Ztflt 2.222813289
29372026-05-06T13:20:37.088Zdflt 16.811225493
29382026-05-06T13:20:37.088Zkflt 0.170444943
29392026-05-06T13:20:37.088Zlock 7:00:12.573945395
29402026-05-06T13:20:37.088Zslp 2:16:35.366176151
29412026-05-06T13:20:37.088Zlat 2:30.215802554
29422026-05-06T13:20:37.088Zstop 5:14.993715240
29432026-05-06T13:20:37.088Z+ mapfile -t packages
29442026-05-06T13:20:37.088Z++ cargo run --locked --release --bin omicron-package -- -t test list-outputs
29452026-05-06T13:20:38.032Z Finished `release` profile [optimized] target(s) in 0.93s
29462026-05-06T13:20:38.118Z Running `target/release/omicron-package -t test list-outputs`
29472026-05-06T13:20:38.171ZLogging to: /work/oxidecomputer/omicron/out/LOG
29482026-05-06T13:20:38.175Z+ ptime -m cargo build --locked --release -p xtask
29492026-05-06T13:20:38.709Z Compiling libc v0.2.185
29502026-05-06T13:20:38.709Z Compiling serde v1.0.228
29512026-05-06T13:20:38.713Z Compiling serde_core v1.0.228
29522026-05-06T13:20:38.713Z Compiling rustix v1.1.3
29532026-05-06T13:20:38.713Z Compiling bitflags v2.11.0
29542026-05-06T13:20:38.713Z Compiling serde_json v1.0.149
29552026-05-06T13:20:38.829Z Compiling num-traits v0.2.19
29562026-05-06T13:20:38.846Z Compiling syn v2.0.117
29572026-05-06T13:20:38.866Z Compiling smallvec v1.15.1
29582026-05-06T13:20:38.885Z Compiling indexmap v2.14.0
29592026-05-06T13:20:38.896Z Compiling usdt-impl v0.5.0
29602026-05-06T13:20:38.899Z Compiling syn v1.0.109
29612026-05-06T13:20:38.917Z Compiling getrandom v0.4.1
29622026-05-06T13:20:38.928Z Compiling log v0.4.29
29632026-05-06T13:20:39.089Z Compiling percent-encoding v2.3.2
29642026-05-06T13:20:39.238Z Compiling form_urlencoded v1.2.2
29652026-05-06T13:20:39.261Z Compiling fs-err v3.3.0
29662026-05-06T13:20:39.261Z Compiling once_cell v1.21.3
29672026-05-06T13:20:39.304Z Compiling anyhow v1.0.102
29682026-05-06T13:20:39.338Z Compiling heck v0.4.1
29692026-05-06T13:20:39.557Z Compiling thread-id v4.2.2
29702026-05-06T13:20:39.581Z Compiling errno v0.3.14
29712026-05-06T13:20:39.585Z Compiling memmap v0.7.0
29722026-05-06T13:20:39.894Z Compiling ordered-float v2.10.1
29732026-05-06T13:20:40.376Z Compiling proc-macro-error v1.0.4
29742026-05-06T13:20:40.602Z Compiling terminal_size v0.4.3
29752026-05-06T13:20:40.602Z Compiling tempfile v3.25.0
29762026-05-06T13:20:40.623Z Compiling tabled_derive v0.7.0
29772026-05-06T13:20:40.698Z Compiling clap_builder v4.5.60
29782026-05-06T13:20:40.698Z Compiling textwrap v0.16.2
29792026-05-06T13:20:40.841Z Compiling camino-tempfile v1.4.1
29802026-05-06T13:20:41.281Z Compiling tabled v0.15.0
29812026-05-06T13:20:41.340Z Compiling synstructure v0.13.2
29822026-05-06T13:20:41.340Z Compiling pest_generator v2.8.6
29832026-05-06T13:20:41.733Z Compiling serde_derive v1.0.228
29842026-05-06T13:20:41.733Z Compiling zerovec-derive v0.11.2
29852026-05-06T13:20:41.733Z Compiling displaydoc v0.2.5
29862026-05-06T13:20:41.737Z Compiling thiserror-impl v1.0.69
29872026-05-06T13:20:41.737Z Compiling zerocopy-derive v0.7.35
29882026-05-06T13:20:41.737Z Compiling scroll_derive v0.12.1
29892026-05-06T13:20:41.737Z Compiling thiserror-impl v2.0.18
29902026-05-06T13:20:41.737Z Compiling clap_derive v4.5.55
29912026-05-06T13:20:41.784Z Compiling zerofrom-derive v0.1.6
29922026-05-06T13:20:41.867Z Compiling yoke-derive v0.8.1
29932026-05-06T13:20:41.989Z Compiling pest_derive v2.8.6
29942026-05-06T13:20:42.438Z Compiling scroll v0.12.0
29952026-05-06T13:20:42.604Z Compiling zerocopy v0.7.35
29962026-05-06T13:20:42.776Z Compiling goblin v0.8.2
29972026-05-06T13:20:42.914Z Compiling zerofrom v0.1.6
29982026-05-06T13:20:42.925Z Compiling thiserror v1.0.69
29992026-05-06T13:20:43.047Z Compiling yoke v0.8.1
30002026-05-06T13:20:43.058Z Compiling dtrace-parser v0.2.0
30012026-05-06T13:20:43.071Z Compiling thiserror v2.0.18
30022026-05-06T13:20:43.271Z Compiling zerovec v0.11.5
30032026-05-06T13:20:43.396Z Compiling zerotrie v0.2.3
30042026-05-06T13:20:43.451Z Compiling clap v4.5.60
30052026-05-06T13:20:43.844Z Compiling tinystr v0.8.2
30062026-05-06T13:20:43.867Z Compiling potential_utf v0.1.4
30072026-05-06T13:20:44.075Z Compiling icu_locale_core v2.1.1
30082026-05-06T13:20:44.097Z Compiling icu_collections v2.1.1
30092026-05-06T13:20:44.838Z Compiling icu_provider v2.1.1
30102026-05-06T13:20:45.015Z Compiling toml_datetime v0.6.11
30112026-05-06T13:20:45.266Z Compiling icu_normalizer v2.1.1
30122026-05-06T13:20:45.420Z Compiling icu_properties v2.1.2
30132026-05-06T13:20:45.439Z Compiling serde_spanned v0.6.9
30142026-05-06T13:20:45.486Z Compiling dof v0.3.0
30152026-05-06T13:20:45.498Z Compiling serde_tokenstream v0.2.3
30162026-05-06T13:20:45.621Z Compiling toml_edit v0.22.27
30172026-05-06T13:20:45.638Z Compiling serde-value v0.7.0
30182026-05-06T13:20:45.697Z Compiling cargo-platform v0.2.0
30192026-05-06T13:20:45.734Z Compiling macaddr v1.0.1
30202026-05-06T13:20:46.278Z Compiling usdt-macro v0.5.0
30212026-05-06T13:20:46.292Z Compiling idna_adapter v1.2.1
30222026-05-06T13:20:46.350Z Compiling usdt-attr-macro v0.5.0
30232026-05-06T13:20:46.397Z Compiling idna v1.1.0
30242026-05-06T13:20:46.715Z Compiling url v2.5.8
30252026-05-06T13:20:46.997Z Compiling usdt v0.5.0
30262026-05-06T13:20:47.144Z Compiling toml v0.8.23
30272026-05-06T13:20:47.591Z Compiling cargo-util-schemas v0.8.2
30282026-05-06T13:20:47.591Z Compiling cargo_toml v0.21.0
30292026-05-06T13:20:48.643Z Compiling cargo_metadata v0.21.0
30302026-05-06T13:20:51.688Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
30312026-05-06T13:20:54.666Z Finished `release` profile [optimized] target(s) in 16.48s
30322026-05-06T13:20:54.827Z
30332026-05-06T13:20:54.827Zreal 16.617136790
30342026-05-06T13:20:54.827Zuser 2:21.146734298
30352026-05-06T13:20:54.827Zsys 16.722208471
30362026-05-06T13:20:54.827Ztrap 0.093713240
30372026-05-06T13:20:54.830Ztflt 0.628426410
30382026-05-06T13:20:54.831Zdflt 1.325697893
30392026-05-06T13:20:54.831Zkflt 0.000039441
30402026-05-06T13:20:54.831Zlock 5:15.358882345
30412026-05-06T13:20:54.831Zslp 3:25.663374160
30422026-05-06T13:20:54.831Zlat 5.982743160
30432026-05-06T13:20:54.831Zstop 17.334961122
30442026-05-06T13:20:54.831Z+ export CARGO_PROFILE_DEV_DEBUG=line-tables-only
30452026-05-06T13:20:54.831Z+ CARGO_PROFILE_DEV_DEBUG=line-tables-only
30462026-05-06T13:20:54.831Z+ export CARGO_PROFILE_TEST_DEBUG=line-tables-only
30472026-05-06T13:20:54.831Z+ CARGO_PROFILE_TEST_DEBUG=line-tables-only
30482026-05-06T13:20:54.831Z+ ptime -m cargo build --locked -p end-to-end-tests --tests --bin bootstrap --message-format json-render-diagnostics
30492026-05-06T13:20:55.756Z Compiling newtype-uuid-macros v0.1.0
30502026-05-06T13:20:55.756Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
30512026-05-06T13:20:55.760Z Compiling regress v0.10.5
30522026-05-06T13:20:55.760Z Compiling structmeta-derive v0.3.0
30532026-05-06T13:20:55.760Z Compiling rustls v0.22.4
30542026-05-06T13:20:55.760Z Compiling rustls-webpki v0.102.8
30552026-05-06T13:20:55.760Z Compiling multer v3.1.0
30562026-05-06T13:20:55.760Z Compiling match_cfg v0.1.0
30572026-05-06T13:20:55.903Z Compiling debug-ignore v1.0.5
30582026-05-06T13:20:55.906Z Compiling compression-core v0.4.31
30592026-05-06T13:20:55.906Z Compiling slog-json v2.6.1
30602026-05-06T13:20:55.972Z Compiling async-stream-impl v0.3.6
30612026-05-06T13:20:55.989Z Compiling serde_spanned v1.0.4
30622026-05-06T13:20:55.992Z Compiling toml_datetime v1.0.0+spec-1.1.0
30632026-05-06T13:20:56.003Z Compiling dropshot v0.17.0
30642026-05-06T13:20:56.006Z Compiling toml_writer v1.0.6+spec-1.1.0
30652026-05-06T13:20:56.105Z Compiling compression-codecs v0.4.37
30662026-05-06T13:20:56.123Z Compiling itertools v0.14.0
30672026-05-06T13:20:56.157Z Compiling hostname v0.3.1
30682026-05-06T13:20:56.188Z Compiling waitgroup v0.1.2
30692026-05-06T13:20:56.191Z Compiling rustls-pemfile v2.2.0
30702026-05-06T13:20:56.266Z Compiling toml v1.0.6+spec-1.1.0
30712026-05-06T13:20:56.315Z Compiling async-compression v0.4.41
30722026-05-06T13:20:56.345Z Compiling slog-bunyan v2.5.0
30732026-05-06T13:20:56.359Z Compiling dropshot_endpoint v0.17.0
30742026-05-06T13:20:56.408Z Compiling hostname v0.4.2
30752026-05-06T13:20:56.424Z Compiling serde_path_to_error v0.1.20
30762026-05-06T13:20:56.439Z Compiling progenitor-client v0.14.0
30772026-05-06T13:20:56.457Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
30782026-05-06T13:20:56.520Z Compiling macaddr v1.0.1
30792026-05-06T13:20:56.570Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
30802026-05-06T13:20:56.601Z Compiling async-stream v0.3.6
30812026-05-06T13:20:56.659Z Compiling instant v0.1.13
30822026-05-06T13:20:56.675Z Compiling progenitor-client v0.10.0
30832026-05-06T13:20:56.692Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
30842026-05-06T13:20:56.695Z Compiling backon v1.6.0
30852026-05-06T13:20:56.764Z Compiling backoff v0.4.0
30862026-05-06T13:20:56.784Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
30872026-05-06T13:20:56.788Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp?rev=61479b6922f9112fbe1e722414d2b8055212cb12#61479b69)
30882026-05-06T13:20:56.818Z Compiling universal-hash v0.5.1
30892026-05-06T13:20:56.821Z Compiling opaque-debug v0.3.1
30902026-05-06T13:20:56.849Z Compiling half v2.7.1
30912026-05-06T13:20:56.922Z Compiling progenitor-extras v0.2.0
30922026-05-06T13:20:56.939Z Compiling ciborium-io v0.2.2
30932026-05-06T13:20:56.972Z Compiling crucible-workspace-hack v0.1.0
30942026-05-06T13:20:57.002Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
30952026-05-06T13:20:57.006Z Compiling unsafe-libyaml v0.2.11
30962026-05-06T13:20:57.034Z Compiling convert_case v0.4.0
30972026-05-06T13:20:57.056Z Compiling regress v0.11.1
30982026-05-06T13:20:57.164Z Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
30992026-05-06T13:20:57.181Z Compiling ciborium-ll v0.2.2
31002026-05-06T13:20:57.216Z Compiling aead v0.5.2
31012026-05-06T13:20:57.262Z Compiling secrecy v0.10.3
31022026-05-06T13:20:57.292Z Compiling structmeta v0.3.0
31032026-05-06T13:20:57.327Z Compiling poly1305 v0.8.0
31042026-05-06T13:20:57.342Z Compiling chacha20 v0.9.1
31052026-05-06T13:20:57.426Z Compiling ciborium v0.2.2
31062026-05-06T13:20:57.442Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=ae1da83e66c648574827298f4bc444632bf4d047#ae1da83e)
31072026-05-06T13:20:57.446Z Compiling derive_more v0.99.20
31082026-05-06T13:20:57.446Z Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
31092026-05-06T13:20:57.511Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
31102026-05-06T13:20:57.515Z Compiling thiserror-impl-no-std v2.0.2
31112026-05-06T13:20:57.547Z Compiling derive-ex v0.1.8
31122026-05-06T13:20:57.583Z Compiling parse-display-derive v0.10.0
31132026-05-06T13:20:57.642Z Compiling serde_yaml v0.9.34+deprecated
31142026-05-06T13:20:57.738Z Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
31152026-05-06T13:20:57.863Z Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
31162026-05-06T13:20:57.870Z Compiling byte-wrapper v0.1.0
31172026-05-06T13:20:57.894Z Compiling password-hash v0.5.0
31182026-05-06T13:20:57.955Z Compiling blake2 v0.10.6
31192026-05-06T13:20:58.037Z Compiling chacha20poly1305 v0.10.1
31202026-05-06T13:20:58.117Z Compiling indent_write v2.2.0
31212026-05-06T13:20:58.189Z Compiling heapless v0.8.0
31222026-05-06T13:20:58.217Z Compiling argon2 v0.5.3
31232026-05-06T13:20:58.256Z Compiling tokio-rustls v0.25.0
31242026-05-06T13:20:58.283Z Compiling ingot-macros v0.1.1
31252026-05-06T13:20:58.335Z Compiling toml_edit v0.23.10+spec-1.0.0
31262026-05-06T13:20:58.550Z Compiling hash32 v0.3.1
31272026-05-06T13:20:58.717Z Compiling typify-impl v0.6.2
31282026-05-06T13:20:58.733Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
31292026-05-06T13:20:58.784Z Compiling thiserror-no-std v2.0.2
31302026-05-06T13:20:58.898Z Compiling vsss-rs v3.3.4
31312026-05-06T13:20:59.035Z Compiling smoltcp v0.11.0
31322026-05-06T13:20:59.164Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
31332026-05-06T13:20:59.340Z Compiling proc-macro-crate v3.4.0
31342026-05-06T13:20:59.357Z Compiling test-strategy v0.4.5
31352026-05-06T13:20:59.399Z Compiling parse-display v0.10.0
31362026-05-06T13:20:59.467Z Compiling tabwriter v1.4.1
31372026-05-06T13:20:59.485Z Compiling num-rational v0.4.2
31382026-05-06T13:20:59.498Z Compiling cobs v0.3.0
31392026-05-06T13:20:59.717Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
31402026-05-06T13:20:59.720Z Compiling num-complex v0.4.6
31412026-05-06T13:20:59.751Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
31422026-05-06T13:20:59.837Z Compiling postcard v1.1.3
31432026-05-06T13:20:59.916Z Compiling proc-macro-error v1.0.4
31442026-05-06T13:20:59.932Z Compiling num_enum_derive v0.7.5
31452026-05-06T13:20:59.985Z Compiling proc-macro-crate v1.3.1
31462026-05-06T13:21:00.036Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=bae0440c199b3908c12903a9532854936353433b#bae0440c)
31472026-05-06T13:21:00.101Z Compiling num v0.4.3
31482026-05-06T13:21:00.121Z Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
31492026-05-06T13:21:00.158Z Compiling foreign-types-macros v0.2.3
31502026-05-06T13:21:00.199Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
31512026-05-06T13:21:00.215Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=bae0440c199b3908c12903a9532854936353433b#bae0440c)
31522026-05-06T13:21:00.249Z Compiling foreign-types-shared v0.3.1
31532026-05-06T13:21:00.360Z Compiling colored v3.1.1
31542026-05-06T13:21:00.377Z Compiling float-ord v0.3.2
31552026-05-06T13:21:00.380Z Compiling rayon-core v1.13.0
31562026-05-06T13:21:00.411Z Compiling cpufeatures v0.3.0
31572026-05-06T13:21:00.440Z Compiling num_enum_derive v0.5.11
31582026-05-06T13:21:00.503Z Compiling chacha20 v0.10.0
31592026-05-06T13:21:00.537Z Compiling crossbeam-deque v0.8.6
31602026-05-06T13:21:00.620Z Compiling camino-tempfile v1.4.1
31612026-05-06T13:21:00.640Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
31622026-05-06T13:21:00.662Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=bae0440c199b3908c12903a9532854936353433b#bae0440c)
31632026-05-06T13:21:00.752Z Compiling cstr-argument v0.1.2
31642026-05-06T13:21:00.756Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8)
31652026-05-06T13:21:00.824Z Compiling foreign-types v0.5.0
31662026-05-06T13:21:00.855Z Compiling rand v0.10.0
31672026-05-06T13:21:00.897Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
31682026-05-06T13:21:00.926Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
31692026-05-06T13:21:00.959Z Compiling toml v0.8.23
31702026-05-06T13:21:01.001Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
31712026-05-06T13:21:01.062Z Compiling num_enum v0.7.5
31722026-05-06T13:21:01.134Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
31732026-05-06T13:21:01.178Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
31742026-05-06T13:21:01.216Z Compiling zone_cfg_derive v0.3.1
31752026-05-06T13:21:01.233Z Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
31762026-05-06T13:21:01.249Z Compiling ingot-types v0.1.2
31772026-05-06T13:21:01.267Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
31782026-05-06T13:21:01.285Z Compiling rayon v1.11.0
31792026-05-06T13:21:01.380Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
31802026-05-06T13:21:01.400Z Compiling itertools v0.12.1
31812026-05-06T13:21:01.415Z Compiling num-derive v0.4.2
31822026-05-06T13:21:01.505Z Compiling sigpipe v0.1.3
31832026-05-06T13:21:01.567Z Compiling num_enum v0.5.11
31842026-05-06T13:21:01.586Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
31852026-05-06T13:21:01.612Z Compiling glob v0.3.3
31862026-05-06T13:21:01.628Z Compiling ingot v0.1.1
31872026-05-06T13:21:01.656Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
31882026-05-06T13:21:01.692Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
31892026-05-06T13:21:01.711Z Compiling smf v0.2.3
31902026-05-06T13:21:01.786Z Compiling prettyplease v0.2.37
31912026-05-06T13:21:01.829Z Compiling whoami v1.6.1
31922026-05-06T13:21:01.928Z Compiling gethostname v0.5.0
31932026-05-06T13:21:02.028Z Compiling atomicwrites v0.4.4
31942026-05-06T13:21:02.061Z Compiling usdt-attr-macro v0.5.0
31952026-05-06T13:21:02.092Z Compiling usdt-macro v0.5.0
31962026-05-06T13:21:02.145Z Compiling memmap v0.7.0
31972026-05-06T13:21:02.200Z Compiling derive-where v1.6.0
31982026-05-06T13:21:02.265Z Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
31992026-05-06T13:21:02.281Z Compiling progenitor-client v0.13.0
32002026-05-06T13:21:02.362Z Compiling owo-colors v4.3.0
32012026-05-06T13:21:02.384Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
32022026-05-06T13:21:02.424Z Compiling cancel-safe-futures v0.1.5
32032026-05-06T13:21:02.657Z Compiling zone v0.3.1
32042026-05-06T13:21:02.693Z Compiling resolv-conf v0.7.6
32052026-05-06T13:21:02.736Z Compiling libsw-core v0.3.2
32062026-05-06T13:21:02.837Z Compiling async-recursion v1.1.1
32072026-05-06T13:21:02.945Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
32082026-05-06T13:21:02.962Z Compiling libsw v3.5.0
32092026-05-06T13:21:02.965Z Compiling usdt v0.5.0
32102026-05-06T13:21:03.122Z Compiling console v0.15.11
32112026-05-06T13:21:03.141Z Compiling newline-converter v0.3.0
32122026-05-06T13:21:03.173Z Compiling linear-map v1.2.0
32132026-05-06T13:21:03.284Z Compiling libefi-sys v0.1.0
32142026-05-06T13:21:03.287Z Compiling hickory-proto v0.24.4
32152026-05-06T13:21:03.319Z Compiling bitfield-struct v0.6.2
32162026-05-06T13:21:03.323Z Compiling typify-macro v0.6.2
32172026-05-06T13:21:03.362Z Compiling semver v0.1.20
32182026-05-06T13:21:03.392Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=bae0440c199b3908c12903a9532854936353433b#bae0440c)
32192026-05-06T13:21:03.410Z Compiling linked-hash-map v0.5.6
32202026-05-06T13:21:03.534Z Compiling expectorate v1.2.0
32212026-05-06T13:21:03.581Z Compiling rustc_version v0.1.7
32222026-05-06T13:21:03.612Z Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
32232026-05-06T13:21:03.631Z Compiling lru-cache v0.1.2
32242026-05-06T13:21:03.634Z Compiling tokio-dtrace v0.1.1
32252026-05-06T13:21:03.635Z Compiling dropshot-api-manager-types v0.7.1
32262026-05-06T13:21:03.693Z Compiling pin-project-internal v1.1.11
32272026-05-06T13:21:03.727Z Compiling slog-dtrace v0.3.0
32282026-05-06T13:21:03.756Z Compiling minimal-lexical v0.2.1
32292026-05-06T13:21:03.789Z Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
32302026-05-06T13:21:03.810Z Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
32312026-05-06T13:21:03.853Z Compiling newtype_derive v0.1.6
32322026-05-06T13:21:03.893Z Compiling oxide-tokio-rt v0.1.4
32332026-05-06T13:21:03.937Z Compiling typify-impl v0.4.3
32342026-05-06T13:21:04.021Z Compiling nom v7.1.3
32352026-05-06T13:21:04.025Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
32362026-05-06T13:21:04.040Z Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
32372026-05-06T13:21:04.073Z Compiling snafu-derive v0.8.9
32382026-05-06T13:21:04.076Z Compiling phf_shared v0.12.1
32392026-05-06T13:21:04.108Z Compiling pem v3.0.6
32402026-05-06T13:21:04.127Z Compiling csv-core v0.1.13
32412026-05-06T13:21:04.214Z Compiling same-file v1.0.6
32422026-05-06T13:21:04.282Z Compiling highway v1.3.0
32432026-05-06T13:21:04.412Z Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
32442026-05-06T13:21:04.427Z Compiling xshell-macros v0.2.7
32452026-05-06T13:21:04.475Z Compiling chrono-tz v0.10.4
32462026-05-06T13:21:04.574Z Compiling const_format_proc_macros v0.2.34
32472026-05-06T13:21:04.622Z Compiling walkdir v2.5.0
32482026-05-06T13:21:04.674Z Compiling csv v1.4.0
32492026-05-06T13:21:04.713Z Compiling phf v0.12.1
32502026-05-06T13:21:04.834Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=bae0440c199b3908c12903a9532854936353433b#bae0440c)
32512026-05-06T13:21:04.867Z Compiling xshell v0.2.7
32522026-05-06T13:21:04.886Z Compiling pin-project v1.1.11
32532026-05-06T13:21:04.963Z Compiling gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
32542026-05-06T13:21:04.979Z Compiling globset v0.4.18
32552026-05-06T13:21:05.023Z Compiling olpc-cjson v0.1.4
32562026-05-06T13:21:05.204Z Compiling typify v0.6.2
32572026-05-06T13:21:05.220Z Compiling rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
32582026-05-06T13:21:05.245Z Compiling primeorder v0.13.6
32592026-05-06T13:21:05.266Z Compiling serde_plain v1.0.2
32602026-05-06T13:21:05.297Z Compiling typed-path v0.9.3
32612026-05-06T13:21:05.337Z Compiling progenitor-impl v0.14.0
32622026-05-06T13:21:05.416Z Compiling progenitor-impl v0.13.0
32632026-05-06T13:21:05.439Z Compiling hickory-resolver v0.24.4
32642026-05-06T13:21:05.470Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
32652026-05-06T13:21:05.497Z Compiling const_format v0.2.35
32662026-05-06T13:21:05.529Z Compiling cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
32672026-05-06T13:21:05.721Z Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
32682026-05-06T13:21:05.843Z Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
32692026-05-06T13:21:05.994Z Compiling oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
32702026-05-06T13:21:06.087Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=bae0440c199b3908c12903a9532854936353433b#bae0440c)
32712026-05-06T13:21:06.230Z Compiling internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
32722026-05-06T13:21:06.341Z Compiling snafu v0.8.9
32732026-05-06T13:21:06.367Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
32742026-05-06T13:21:06.548Z Compiling qorb v0.4.1
32752026-05-06T13:21:06.568Z Compiling clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
32762026-05-06T13:21:06.747Z Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
32772026-05-06T13:21:06.869Z Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
32782026-05-06T13:21:06.964Z Compiling tough v0.20.0
32792026-05-06T13:21:07.110Z Compiling tabled_derive v0.7.0
32802026-05-06T13:21:07.198Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
32812026-05-06T13:21:07.217Z Compiling bcs v0.1.6
32822026-05-06T13:21:07.618Z Compiling salty v0.3.0
32832026-05-06T13:21:07.700Z Compiling termtree v0.5.1
32842026-05-06T13:21:07.752Z Compiling textwrap v0.16.2
32852026-05-06T13:21:07.897Z Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
32862026-05-06T13:21:07.935Z Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
32872026-05-06T13:21:07.958Z Compiling steno v0.4.1
32882026-05-06T13:21:08.072Z Compiling progenitor-macro v0.14.0
32892026-05-06T13:21:08.092Z Compiling progenitor-macro v0.13.0
32902026-05-06T13:21:08.160Z Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
32912026-05-06T13:21:08.191Z Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
32922026-05-06T13:21:08.217Z Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
32932026-05-06T13:21:08.263Z Compiling tabled v0.15.0
32942026-05-06T13:21:08.464Z Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
32952026-05-06T13:21:08.489Z Compiling humantime v2.3.0
32962026-05-06T13:21:08.512Z Compiling typify-macro v0.4.3
32972026-05-06T13:21:08.637Z Compiling radium v0.7.0
32982026-05-06T13:21:08.680Z Compiling base64 v0.21.7
32992026-05-06T13:21:08.738Z Compiling tagptr v0.2.0
33002026-05-06T13:21:08.925Z Compiling moka v0.12.13
33012026-05-06T13:21:08.963Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
33022026-05-06T13:21:08.986Z Compiling p384 v0.13.1
33032026-05-06T13:21:09.044Z Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
33042026-05-06T13:21:09.233Z Compiling maybe-uninit v2.0.0
33052026-05-06T13:21:09.586Z Compiling tap v1.0.1
33062026-05-06T13:21:09.635Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
33072026-05-06T13:21:09.684Z Compiling hickory-resolver v0.25.2
33082026-05-06T13:21:09.713Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
33092026-05-06T13:21:09.732Z Compiling wyz v0.5.1
33102026-05-06T13:21:09.956Z Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
33112026-05-06T13:21:09.974Z Compiling proc-macro-error-attr2 v2.0.0
33122026-05-06T13:21:10.022Z Compiling funty v2.0.0
33132026-05-06T13:21:10.314Z Compiling utf-8 v0.7.6
33142026-05-06T13:21:10.332Z Compiling typify v0.4.3
33152026-05-06T13:21:10.400Z Compiling packed_struct v0.10.1
33162026-05-06T13:21:10.416Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
33172026-05-06T13:21:10.486Z Compiling parking_lot_core v0.8.6
33182026-05-06T13:21:10.530Z Compiling tungstenite v0.21.0
33192026-05-06T13:21:10.557Z Compiling proc-macro-error2 v2.0.1
33202026-05-06T13:21:10.658Z Compiling bitvec v1.0.1
33212026-05-06T13:21:10.712Z Compiling polyval v0.6.2
33222026-05-06T13:21:10.736Z Compiling git-stub v1.0.0
33232026-05-06T13:21:10.778Z Compiling packed_struct_codegen v0.10.1
33242026-05-06T13:21:10.817Z Compiling num-derive v0.3.3
33252026-05-06T13:21:10.913Z Compiling zerocopy-derive v0.6.6
33262026-05-06T13:21:10.928Z Compiling bitfield-macros v0.19.4
33272026-05-06T13:21:10.977Z Compiling indexmap v1.9.3
33282026-05-06T13:21:11.024Z Compiling nodrop v0.1.14
33292026-05-06T13:21:11.090Z Compiling crc-catalog v2.4.0
33302026-05-06T13:21:11.155Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
33312026-05-06T13:21:11.216Z Compiling crc v3.4.0
33322026-05-06T13:21:11.236Z Compiling array-init v0.0.4
33332026-05-06T13:21:11.381Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
33342026-05-06T13:21:11.440Z Compiling tokio-tungstenite v0.21.0
33352026-05-06T13:21:11.456Z Compiling tabled_derive v0.11.0
33362026-05-06T13:21:11.585Z Compiling git-stub-vcs v0.1.0
33372026-05-06T13:21:11.621Z Compiling ghash v0.5.1
33382026-05-06T13:21:11.705Z Compiling bitfield v0.19.4
33392026-05-06T13:21:11.769Z Compiling libscf-sys v1.1.0
33402026-05-06T13:21:11.805Z Compiling smallvec v0.6.14
33412026-05-06T13:21:11.824Z Compiling zerocopy v0.6.6
33422026-05-06T13:21:11.948Z Compiling progenitor-impl v0.11.2
33432026-05-06T13:21:11.975Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
33442026-05-06T13:21:12.050Z Compiling papergrid v0.17.0
33452026-05-06T13:21:12.123Z Compiling testing_table v0.3.0
33462026-05-06T13:21:12.139Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
33472026-05-06T13:21:12.163Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
33482026-05-06T13:21:12.183Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f)
33492026-05-06T13:21:12.322Z Compiling ctr v0.9.2
33502026-05-06T13:21:12.344Z Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
33512026-05-06T13:21:12.427Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
33522026-05-06T13:21:12.640Z Compiling unicase v2.9.0
33532026-05-06T13:21:12.667Z Compiling hashbrown v0.12.3
33542026-05-06T13:21:12.699Z Compiling corncobs v0.1.4
33552026-05-06T13:21:12.783Z Compiling aes-gcm v0.10.3
33562026-05-06T13:21:12.811Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
33572026-05-06T13:21:12.852Z Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
33582026-05-06T13:21:12.889Z Compiling mime_guess v2.0.5
33592026-05-06T13:21:12.910Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
33602026-05-06T13:21:12.950Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
33612026-05-06T13:21:12.980Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
33622026-05-06T13:21:13.009Z Compiling parking_lot v0.11.2
33632026-05-06T13:21:13.187Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
33642026-05-06T13:21:13.302Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
33652026-05-06T13:21:13.306Z Compiling progenitor v0.14.0
33662026-05-06T13:21:13.336Z Compiling progenitor v0.13.0
33672026-05-06T13:21:13.340Z Compiling tabled v0.20.0
33682026-05-06T13:21:13.423Z Compiling serde-hex v0.1.0
33692026-05-06T13:21:13.474Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
33702026-05-06T13:21:13.496Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
33712026-05-06T13:21:13.514Z Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
33722026-05-06T13:21:13.529Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
33732026-05-06T13:21:13.558Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
33742026-05-06T13:21:13.863Z Compiling progenitor-impl v0.10.0
33752026-05-06T13:21:13.866Z Compiling ron v0.8.1
33762026-05-06T13:21:13.894Z Compiling hashbrown v0.13.2
33772026-05-06T13:21:13.955Z Compiling progenitor-client v0.11.2
33782026-05-06T13:21:14.021Z Compiling ssh-encoding v0.2.0
33792026-05-06T13:21:14.038Z Compiling prefix-trie v0.7.0
33802026-05-06T13:21:14.304Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
33812026-05-06T13:21:14.321Z Compiling blowfish v0.9.1
33822026-05-06T13:21:14.428Z Compiling fxhash v0.2.1
33832026-05-06T13:21:14.462Z Compiling secrecy v0.8.0
33842026-05-06T13:21:14.597Z Compiling crc-any v2.5.0
33852026-05-06T13:21:14.613Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
33862026-05-06T13:21:14.760Z Compiling progenitor-macro v0.11.2
33872026-05-06T13:21:14.776Z Compiling sled v0.34.7
33882026-05-06T13:21:14.870Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
33892026-05-06T13:21:14.887Z Compiling bcrypt-pbkdf v0.10.0
33902026-05-06T13:21:15.195Z Compiling hickory-server v0.25.2
33912026-05-06T13:21:15.212Z Compiling object v0.30.4
33922026-05-06T13:21:15.253Z Compiling ssh-cipher v0.2.0
33932026-05-06T13:21:15.917Z Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
33942026-05-06T13:21:15.940Z Compiling bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
33952026-05-06T13:21:16.101Z Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
33962026-05-06T13:21:16.254Z Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
33972026-05-06T13:21:16.412Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
33982026-05-06T13:21:16.495Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
33992026-05-06T13:21:16.622Z Compiling progenitor-macro v0.10.0
34002026-05-06T13:21:16.644Z Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
34012026-05-06T13:21:16.952Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
34022026-05-06T13:21:17.051Z Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
34032026-05-06T13:21:17.146Z Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
34042026-05-06T13:21:17.652Z Compiling nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
34052026-05-06T13:21:17.974Z Compiling password-hash v0.4.2
34062026-05-06T13:21:18.122Z Compiling crc8 v0.1.1
34072026-05-06T13:21:18.265Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
34082026-05-06T13:21:18.282Z Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
34092026-05-06T13:21:18.312Z Compiling http-range v0.1.5
34102026-05-06T13:21:18.394Z Compiling path-slash v0.1.5
34112026-05-06T13:21:18.414Z Compiling half v1.8.3
34122026-05-06T13:21:18.438Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
34132026-05-06T13:21:18.538Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
34142026-05-06T13:21:18.573Z Compiling pbkdf2 v0.11.0
34152026-05-06T13:21:18.724Z Compiling serde_cbor v0.11.2
34162026-05-06T13:21:18.754Z Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
34172026-05-06T13:21:18.800Z Compiling ssh-key v0.6.7
34182026-05-06T13:21:18.869Z Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
34192026-05-06T13:21:19.064Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
34202026-05-06T13:21:19.094Z Compiling oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
34212026-05-06T13:21:19.196Z Compiling p521 v0.13.3
34222026-05-06T13:21:19.286Z Compiling p256 v0.13.2
34232026-05-06T13:21:19.361Z Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
34242026-05-06T13:21:19.638Z Compiling yasna v0.5.2
34252026-05-06T13:21:19.696Z Compiling kstat-rs v0.2.4
34262026-05-06T13:21:19.807Z Compiling headers-core v0.3.0
34272026-05-06T13:21:19.921Z Compiling nanorand v0.7.0
34282026-05-06T13:21:19.924Z Compiling progenitor v0.11.2
34292026-05-06T13:21:19.956Z Compiling atty v0.2.14
34302026-05-06T13:21:19.974Z Compiling russh-cryptovec v0.7.3
34312026-05-06T13:21:20.020Z Compiling home v0.5.12
34322026-05-06T13:21:20.024Z Compiling md5 v0.7.0
34332026-05-06T13:21:20.093Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
34342026-05-06T13:21:20.125Z Compiling rcgen v0.12.1
34352026-05-06T13:21:20.143Z Compiling zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
34362026-05-06T13:21:20.191Z Compiling flume v0.11.1
34372026-05-06T13:21:20.195Z Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
34382026-05-06T13:21:20.209Z Compiling russh-keys v0.45.0
34392026-05-06T13:21:20.244Z Compiling headers v0.4.1
34402026-05-06T13:21:20.337Z Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
34412026-05-06T13:21:20.355Z Compiling transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
34422026-05-06T13:21:20.372Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
34432026-05-06T13:21:20.537Z Compiling hyper-staticfile v0.10.1
34442026-05-06T13:21:20.554Z Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
34452026-05-06T13:21:20.782Z Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
34462026-05-06T13:21:20.954Z Compiling bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
34472026-05-06T13:21:21.019Z Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
34482026-05-06T13:21:21.038Z Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
34492026-05-06T13:21:21.085Z Compiling tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
34502026-05-06T13:21:21.158Z Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
34512026-05-06T13:21:21.378Z Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
34522026-05-06T13:21:21.395Z Compiling num-bigint v0.4.6
34532026-05-06T13:21:21.642Z Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
34542026-05-06T13:21:21.659Z Compiling progenitor v0.10.0
34552026-05-06T13:21:21.728Z Compiling des v0.8.1
34562026-05-06T13:21:21.746Z Compiling subprocess v0.2.15
34572026-05-06T13:21:21.811Z Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
34582026-05-06T13:21:21.841Z Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
34592026-05-06T13:21:21.858Z Compiling display-error-chain v0.2.2
34602026-05-06T13:21:21.954Z Compiling hex-literal v0.4.1
34612026-05-06T13:21:22.022Z Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
34622026-05-06T13:21:22.093Z Compiling colored v2.2.0
34632026-05-06T13:21:22.116Z Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
34642026-05-06T13:21:22.229Z Compiling socket2 v0.5.10
34652026-05-06T13:21:22.287Z Compiling dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
34662026-05-06T13:21:22.381Z Compiling internet-checksum v0.2.1
34672026-05-06T13:21:22.582Z Compiling russh v0.45.0
34682026-05-06T13:21:22.737Z Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
34692026-05-06T13:21:22.886Z Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
34702026-05-06T13:21:25.356Z Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
34712026-05-06T13:21:26.024Z Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
34722026-05-06T13:21:26.511Z Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
34732026-05-06T13:21:27.426Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
34742026-05-06T13:21:35.430Z Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
34752026-05-06T13:21:35.430Z Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
34762026-05-06T13:21:35.434Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
34772026-05-06T13:21:35.435Z Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
34782026-05-06T13:21:37.193Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
34792026-05-06T13:21:37.242Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
34802026-05-06T13:21:41.253Z Compiling sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
34812026-05-06T13:21:42.601Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
34822026-05-06T13:22:01.669Z Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
34832026-05-06T13:22:20.461Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 25s
34842026-05-06T13:22:20.706Z
34852026-05-06T13:22:20.706Zreal 1:25.813495741
34862026-05-06T13:22:20.707Zuser 8:17.414249729
34872026-05-06T13:22:20.707Zsys 1:44.279368373
34882026-05-06T13:22:20.707Ztrap 0.258762584
34892026-05-06T13:22:20.707Ztflt 0.593560577
34902026-05-06T13:22:20.707Zdflt 1.464744769
34912026-05-06T13:22:20.707Zkflt 0.000201084
34922026-05-06T13:22:20.710Zlock 28:33.233242881
34932026-05-06T13:22:20.710Zslp 19:39.074144300
34942026-05-06T13:22:20.710Zlat 38.000457763
34952026-05-06T13:22:20.711Zstop 2:33.745395317
34962026-05-06T13:22:20.711Z+ mkdir tests
34972026-05-06T13:22:20.714Z+ /opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json
34982026-05-06T13:22:20.714Z+ xargs -I '{}' -t cp '{}' tests/
34992026-05-06T13:22:20.742Zcp /work/oxidecomputer/omicron/target/debug/deps/dhcp_server-e9732d901c5eda81 tests/
35002026-05-06T13:22:20.771Zcp /work/oxidecomputer/omicron/target/debug/deps/bootstrap-a7a80301534ddf60 tests/
35012026-05-06T13:22:20.799Zcp /work/oxidecomputer/omicron/target/debug/deps/commtest-4d03e9090f0fba96 tests/
35022026-05-06T13:22:20.829Zcp /work/oxidecomputer/omicron/target/debug/deps/end_to_end_tests-1b2591c3477fbf71 tests/
35032026-05-06T13:22:21.115Z+ 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/*)
35042026-05-06T13:22:21.119Z+ 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-a7a80301534ddf60 tests/commtest-4d03e9090f0fba96 tests/dhcp_server-e9732d901c5eda81 tests/end_to_end_tests-1b2591c3477fbf71 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
35052026-05-06T13:23:46.542ZCompressing '/work/package.tar.gz' with '/usr/bin/gzip'...
35062026-05-06T13:23:46.542Za .github/buildomat/ci-env.sh 1K
35072026-05-06T13:23:46.542Za out/target/test 1K
35082026-05-06T13:23:46.542Za out/npuzone/npuzone 27402K
35092026-05-06T13:23:46.542Za package-manifest.toml 35K
35102026-05-06T13:23:46.542Za smf/sled-agent/non-gimlet/config.toml 6K
35112026-05-06T13:23:46.542Za target/release/omicron-package 44893K
35122026-05-06T13:23:46.542Za target/release/xtask 11449K
35132026-05-06T13:23:46.542Za target/debug/bootstrap 351804K
35142026-05-06T13:23:46.542Za tests/bootstrap-a7a80301534ddf60 31215K
35152026-05-06T13:23:46.542Za tests/commtest-4d03e9090f0fba96 32300K
35162026-05-06T13:23:46.543Za tests/dhcp_server-e9732d901c5eda81 31215K
35172026-05-06T13:23:46.543Za tests/end_to_end_tests-1b2591c3477fbf71 392918K
35182026-05-06T13:23:46.543Za out/clickhouse.tar.gz 318973K
35192026-05-06T13:23:46.543Za out/clickhouse_keeper.tar.gz 304330K
35202026-05-06T13:23:46.543Za out/clickhouse_server.tar.gz 318972K
35212026-05-06T13:23:46.543Za out/cockroachdb.tar.gz 164630K
35222026-05-06T13:23:46.543Za out/crucible-pantry-zone.tar.gz 43685K
35232026-05-06T13:23:46.543Za out/crucible-utils.tar 17744K
35242026-05-06T13:23:46.543Za out/crucible-zone.tar.gz 57823K
35252026-05-06T13:23:46.543Za out/external-dns.tar.gz 49818K
35262026-05-06T13:23:46.543Za out/internal-dns.tar.gz 49818K
35272026-05-06T13:23:46.543Za out/mg-ddm-gz.tar 95141K
35282026-05-06T13:23:46.543Za out/nexus.tar.gz 220351K
35292026-05-06T13:23:46.543Za out/ntp.tar.gz 31630K
35302026-05-06T13:23:46.543Za out/omicron-gateway-softnpu.tar.gz 27629K
35312026-05-06T13:23:46.543Za out/omicron-sled-agent.tar 199818K
35322026-05-06T13:23:46.543Za out/overlay.tar.gz 3K
35332026-05-06T13:23:46.543Za out/oximeter.tar.gz 65332K
35342026-05-06T13:23:46.543Za out/oxlog.tar 3782K
35352026-05-06T13:23:46.543Za out/probe.tar.gz 3037K
35362026-05-06T13:23:46.543Za out/propolis-server.tar.gz 38727K
35372026-05-06T13:23:46.543Za out/pumpkind-gz.tar 26647K
35382026-05-06T13:23:46.543Za out/switch-softnpu.tar.gz 392565K
35392026-05-06T13:23:46.547Z
35402026-05-06T13:23:46.547Zreal 1:25.420551196
35412026-05-06T13:23:46.547Zuser 1:22.767394400
35422026-05-06T13:23:46.547Zsys 4.372893974
35432026-05-06T13:23:46.547Ztrap 0.007934057
35442026-05-06T13:23:46.547Ztflt 0.000000000
35452026-05-06T13:23:46.547Zdflt 0.000000000
35462026-05-06T13:23:46.547Zkflt 0.000000000
35472026-05-06T13:23:46.547Zlock 0.000000000
35482026-05-06T13:23:46.547Zslp 1:22.707176409
35492026-05-06T13:23:46.547Zlat 0.981808065
35502026-05-06T13:23:46.547Zstop 0.000165081
35512026-05-06T13:23:46.547Zprocess exited: duration 1007315 ms, exit code 0
 
35522026-05-06T13:23:46.562Zfound 1 output files
35532026-05-06T13:23:46.562Zuploading: /work/package.tar.gz (2431188591 bytes)
35542026-05-06T13:24:16.847Zuploaded: /work/package.tar.gz