01KPHZQ2C2DQ6XBDK83FMRZVT2: 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: 01KPHZQD7T8Z0N0S14VJ5GKME4

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12026-04-19T04:25:23.685Zjob assigned to worker 01KPHZQKSVGCGKACBHDY6K0EKG [factory aws, i-0575bdf3db2158e50] (queued for 48 s)
 
22026-04-19T04:25:31.350Zstarting task 0: "setup"
32026-04-19T04:25:31.355Z++ uname -s
42026-04-19T04:25:31.358Z+ kern=SunOS
52026-04-19T04:25:31.358Z+ build_user=build
62026-04-19T04:25:31.358Z+ build_uid=12345
72026-04-19T04:25:31.358Z+ work_dir=/work
82026-04-19T04:25:31.358Z+ input_dir=/input
92026-04-19T04:25:31.358Z+ [[ 0 == 12345 ]]
102026-04-19T04:25:31.358Z+ case "$kern" in
112026-04-19T04:25:31.358Z+ groupadd -g 12345 build
122026-04-19T04:25:31.361Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-04-19T04:25:33.368Z+ zfs create -o mountpoint=/work rpool/work
142026-04-19T04:25:33.503Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-04-19T04:25:33.506Z+ home_fs=zfs
162026-04-19T04:25:33.506Z+ [[ zfs == autofs ]]
172026-04-19T04:25:33.506Z+ mkdir -p /home/build
182026-04-19T04:25:33.509Z+ chown build:build /home/build /work
192026-04-19T04:25:34.509Z+ chmod 0700 /home/build /work
202026-04-19T04:25:34.512Zprocess exited: duration 3164 ms, exit code 0
 
212026-04-19T04:25:34.518Zstarting task 1: "rust-toolchain"
222026-04-19T04:25:34.524Z+ printf ' * rust toolchain channel = "%s"\n' 1.94.0
232026-04-19T04:25:34.524Z * rust toolchain channel = "1.94.0"
242026-04-19T04:25:34.524Z * rust toolchain profile = "default"
252026-04-19T04:25:34.524Z+ printf ' * rust toolchain profile = "%s"\n' default
262026-04-19T04:25:34.524Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-04-19T04:25:34.524Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-04-19T04:25:34.527Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-04-19T04:25:34.527Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.94.0 --profile default
302026-04-19T04:25:34.658Zinfo: downloading installer
312026-04-19T04:25:36.059Zwarn: It looks like you have an existing installation of Rust at:
322026-04-19T04:25:36.059Zwarn: /opt/ooce/bin
332026-04-19T04:25:36.059Zwarn: It is recommended that rustup be the primary Rust installation.
342026-04-19T04:25:36.059Zwarn: Otherwise you may have confusion unless you are careful with your PATH.
352026-04-19T04:25:36.059Zwarn: If you are sure that you want both rustup and your already installed Rust
362026-04-19T04:25:36.059Zwarn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
372026-04-19T04:25:36.059Zwarn: or pass `-y' to ignore all ignorable checks.
382026-04-19T04:25:36.059Zerror: cannot install while Rust is installed
392026-04-19T04:25:36.059Zwarn: continuing (because the -y flag is set and the error is ignorable)
402026-04-19T04:25:36.059Zwarn: It looks like you have an existing rustup settings file at:
412026-04-19T04:25:36.059Zwarn: /home/build/.rustup/settings.toml
422026-04-19T04:25:36.059Zwarn: Rustup will install the default toolchain as specified in the settings file,
432026-04-19T04:25:36.059Zwarn: instead of the one inferred from the default host triple.
442026-04-19T04:25:36.073Zinfo: profile set to default
452026-04-19T04:25:36.073Zinfo: default host triple is x86_64-unknown-illumos
462026-04-19T04:25:36.076Zinfo: syncing channel updates for 1.94.0-x86_64-unknown-illumos
472026-04-19T04:25:36.205Zinfo: latest update on 2026-03-05 for version 1.94.0 (4a4ef493e 2026-03-02)
482026-04-19T04:25:36.207Zinfo: downloading 6 components
492026-04-19T04:25:51.580Zinfo: default toolchain set to 1.94.0-x86_64-unknown-illumos
502026-04-19T04:25:51.580Z
512026-04-19T04:25:51.608Z 1.94.0-x86_64-unknown-illumos installed - rustc 1.94.0 (4a4ef493e 2026-03-02)
522026-04-19T04:25:51.608Z
532026-04-19T04:25:51.608Z
542026-04-19T04:25:51.608ZRust is installed now. Great!
552026-04-19T04:25:51.608Z
562026-04-19T04:25:51.608ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
572026-04-19T04:25:51.608Zenvironment variable. This has not been done automatically.
582026-04-19T04:25:51.608Z
592026-04-19T04:25:51.608ZTo configure your current shell, you need to source
602026-04-19T04:25:51.608Zthe corresponding env file under $HOME/.cargo.
612026-04-19T04:25:51.608Z
622026-04-19T04:25:51.608ZThis is usually done by running one of the following (note the leading DOT):
632026-04-19T04:25:51.608Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
642026-04-19T04:25:51.608Zsource "$HOME/.cargo/env.fish" # For fish
652026-04-19T04:25:51.608Zsource "~/.cargo/env.nu" # For nushell
662026-04-19T04:25:51.608Zsource "$HOME/.cargo/env.tcsh" # For tcsh
672026-04-19T04:25:51.609Z. "$HOME/.cargo/env.ps1" # For pwsh
682026-04-19T04:25:51.609Zsource "$HOME/.cargo/env.xsh" # For xonsh
692026-04-19T04:25:51.611Zwarn: no default linker (`cc`) was found in your PATH
702026-04-19T04:25:51.612Zwarn: many Rust crates require a system C toolchain to build
712026-04-19T04:25:51.711Z+ rustup --version
722026-04-19T04:25:51.716Zrustup 1.29.0 (28d1352db 2026-03-05)
732026-04-19T04:25:51.719Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
742026-04-19T04:25:51.736Zinfo: the currently active `rustc` version is `rustc 1.94.0 (4a4ef493e 2026-03-02)`
752026-04-19T04:25:51.739Z+ cargo --version
762026-04-19T04:25:51.750Zcargo 1.94.0 (85eff7c80 2026-01-15)
772026-04-19T04:25:51.754Z+ rustc --version
782026-04-19T04:25:51.771Zrustc 1.94.0 (4a4ef493e 2026-03-02)
792026-04-19T04:25:51.777Zprocess exited: duration 17253 ms, exit code 0
 
802026-04-19T04:25:51.788Zstarting task 2: "authentication"
812026-04-19T04:25:51.805Zprocess exited: duration 18 ms, exit code 0
 
822026-04-19T04:25:51.812Zstarting task 3: "clone repository"
832026-04-19T04:25:51.816Z+ mkdir -p /work/oxidecomputer/omicron
842026-04-19T04:25:51.821Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
852026-04-19T04:25:51.850ZCloning into '/work/oxidecomputer/omicron'...
862026-04-19T04:26:02.380Z+ cd /work/oxidecomputer/omicron
872026-04-19T04:26:02.380Z+ git fetch origin 7c22936169700c16b5f2556649fbf97a00265ee7
882026-04-19T04:26:02.670ZFrom https://github.com/oxidecomputer/omicron
892026-04-19T04:26:02.670Z * branch 7c22936169700c16b5f2556649fbf97a00265ee7 -> FETCH_HEAD
902026-04-19T04:26:02.681Z+ [[ -n inline-schema ]]
912026-04-19T04:26:02.684Z++ git branch --show-current
922026-04-19T04:26:02.687Z+ current=main
932026-04-19T04:26:02.687Z+ [[ main != inline-schema ]]
942026-04-19T04:26:02.687Z+ git branch -f inline-schema 7c22936169700c16b5f2556649fbf97a00265ee7
952026-04-19T04:26:02.690Z+ git checkout -f inline-schema
962026-04-19T04:26:02.920ZSwitched to branch 'inline-schema'
972026-04-19T04:26:02.923Z+ git reset --hard 7c22936169700c16b5f2556649fbf97a00265ee7
982026-04-19T04:26:02.945ZHEAD is now at 7c2293616 inline the schemas for RouterPeerIpAddr and UplinkIpNet
992026-04-19T04:26:02.948Zprocess exited: duration 11133 ms, exit code 0
 
1002026-04-19T04:26:02.954Zstarting task 4: "build"
1012026-04-19T04:26:02.960Z+ source .github/buildomat/ci-env.sh
1022026-04-19T04:26:02.960Z++ export CARGO_TERM_COLOR=always
1032026-04-19T04:26:02.960Z++ CARGO_TERM_COLOR=always
1042026-04-19T04:26:02.963Z+ cargo --version
1052026-04-19T04:26:02.970Zcargo 1.94.0 (85eff7c80 2026-01-15)
1062026-04-19T04:26:02.973Z+ rustc --version
1072026-04-19T04:26:02.994Zrustc 1.94.0 (4a4ef493e 2026-03-02)
1082026-04-19T04:26:02.997Z+ WORK=/work
1092026-04-19T04:26:02.997Z+ pfexec mkdir -p /work
1102026-04-19T04:26:03.001Z+ pfexec chown build /work
1112026-04-19T04:26:03.004Z+ ptime -m ./tools/install_builder_prerequisites.sh -yp
1122026-04-19T04:26:13.465Z Startup: Refreshing catalog 'helios-dev' ... Done
1132026-04-19T04:26:21.065Z Startup: Caching catalogs ... Done
1142026-04-19T04:26:26.829ZPlanning: Solver setup ... Done (4.511s)
1152026-04-19T04:26:26.859ZPlanning: Running solver ... Done (0.032s)
1162026-04-19T04:26:26.989ZPlanning: Finding local manifests ... Done (0.004s)
1172026-04-19T04:26:27.002ZPlanning: Fetching manifests: 0/5 0% complete
1182026-04-19T04:26:27.117ZPlanning: Fetching manifests: 5/5 100% complete
1192026-04-19T04:26:27.155ZPlanning: Package planning ... Done (0.038s)
1202026-04-19T04:26:27.191ZPlanning: Merging actions ... Done (0.036s)
1212026-04-19T04:26:27.375ZPlanning: Checking for conflicting actions ... Done (0.184s)
1222026-04-19T04:26:27.385ZPlanning: Consolidating action changes ... Done (0.009s)
1232026-04-19T04:26:28.257ZPlanning: Evaluating mediators ... Done (0.872s)
1242026-04-19T04:26:28.264ZPlanning: Planning completed in 7.04 seconds
1252026-04-19T04:26:28.277Z Packages to install: 5
1262026-04-19T04:26:28.277Z Mediators to change: 3
1272026-04-19T04:26:28.277Z Services to change: 1
1282026-04-19T04:26:28.280Z Estimated space available: 155.34 GB
1292026-04-19T04:26:28.280ZEstimated space to be consumed: 1.89 GB
1302026-04-19T04:26:28.280Z Create boot environment: No
1312026-04-19T04:26:28.280ZCreate backup boot environment: No
1322026-04-19T04:26:28.280Z Rebuild boot archive: No
1332026-04-19T04:26:28.280Z
1342026-04-19T04:26:28.280ZChanged mediators:
1352026-04-19T04:26:28.280Z mediator clang:
1362026-04-19T04:26:28.280Z version: None -> 15 (system default)
1372026-04-19T04:26:28.280Z
1382026-04-19T04:26:28.280Z mediator llvm:
1392026-04-19T04:26:28.280Z version: 14 (system default) -> 15 (system default)
1402026-04-19T04:26:28.280Z
1412026-04-19T04:26:28.280Z mediator postgresql:
1422026-04-19T04:26:28.280Z version: 15 (system default) -> 18 (system default)
1432026-04-19T04:26:28.280Z
1442026-04-19T04:26:28.280ZChanged packages:
1452026-04-19T04:26:28.281Zhelios-dev
1462026-04-19T04:26:28.281Z developer/build-essential
1472026-04-19T04:26:28.281Z None -> 11-2.0
1482026-04-19T04:26:28.281Z library/libxmlsec1
1492026-04-19T04:26:28.281Z None -> 1.2.35-2.0
1502026-04-19T04:26:28.281Z ooce/developer/clang-15
1512026-04-19T04:26:28.281Z None -> 15.0.7-2.0
1522026-04-19T04:26:28.281Z ooce/developer/llvm-15
1532026-04-19T04:26:28.281Z None -> 15.0.7-2.0
1542026-04-19T04:26:28.281Z ooce/library/postgresql-18
1552026-04-19T04:26:28.281Z None -> 18.1-2.0
1562026-04-19T04:26:28.281Z
1572026-04-19T04:26:28.281ZServices:
1582026-04-19T04:26:28.281Z restart_fmri:
1592026-04-19T04:26:28.281Z svc:/system/update-man-index:default
1602026-04-19T04:26:28.323Z
1612026-04-19T04:26:28.323ZDownload: 0/4272 items 0.0/219.0MB 0% complete
1622026-04-19T04:26:33.325ZDownload: 892/4272 items 18.9/219.0MB 8% complete (3.8M/s)
1632026-04-19T04:26:39.125ZDownload: 2214/4272 items 118.3/219.0MB 54% complete (11.9M/s)
1642026-04-19T04:26:44.760ZDownload: 2221/4272 items 119.1/219.0MB 54% complete (10.6M/s)
1652026-04-19T04:26:51.517ZDownload: 2222/4272 items 119.2/219.0MB 54% complete (10.3M/s)
1662026-04-19T04:26:56.718ZDownload: 3274/4272 items 208.9/219.0MB 95% complete (21.4M/s)
1672026-04-19T04:27:00.281ZDownload: Completed 218.99 MB in 31.95 seconds (6.8M/s)
1682026-04-19T04:27:00.421Z Actions: 1/4789 actions (Installing new actions)
1692026-04-19T04:27:03.803Z Actions: Completed 4789 actions in 3.38 seconds.
1702026-04-19T04:27:04.406Z Done (0.598s)
1712026-04-19T04:27:04.406Z Done (0.000s)
1722026-04-19T04:27:05.038Z Done (0.632s)
1732026-04-19T04:27:08.349Z Done (2.964s)
1742026-04-19T04:27:08.431Z Done (0.012s)
1752026-04-19T04:27:08.434Z Done (0.000s)
1762026-04-19T04:27:08.762Z Done (0.000s)
1772026-04-19T04:27:09.608ZPlanning: Evaluating mediator changes ... Done
1782026-04-19T04:27:09.715ZPlanning: Checking for conflicting actions ... Done
1792026-04-19T04:27:09.718ZPlanning: Consolidating action changes ... Done
1802026-04-19T04:27:09.874ZPlanning: Evaluating mediators ... Done
1812026-04-19T04:27:09.878ZPlanning: Planning completed in 0.27 seconds
1822026-04-19T04:27:09.897Z Mediators to change: 2
1832026-04-19T04:27:09.897Z Create boot environment: No
1842026-04-19T04:27:09.897ZCreate backup boot environment: No
1852026-04-19T04:27:09.979Z Done
1862026-04-19T04:27:09.979Z Done
1872026-04-19T04:27:10.574Z Done
1882026-04-19T04:27:13.061Z Done
1892026-04-19T04:27:13.133Z Done
1902026-04-19T04:27:13.137Z Done
1912026-04-19T04:27:13.267Z Done
1922026-04-19T04:27:13.529ZPlanning: Evaluating mediator changes ... Done
1932026-04-19T04:27:13.635ZPlanning: Checking for conflicting actions ... Done
1942026-04-19T04:27:13.637ZPlanning: Consolidating action changes ... Done
1952026-04-19T04:27:13.790ZPlanning: Evaluating mediators ... Done
1962026-04-19T04:27:13.793ZPlanning: Planning completed in 0.26 seconds
1972026-04-19T04:27:13.813Z Mediators to change: 1
1982026-04-19T04:27:13.813Z Create boot environment: No
1992026-04-19T04:27:13.813ZCreate backup boot environment: No
2002026-04-19T04:27:13.935Z Done
2012026-04-19T04:27:13.935Z Done
2022026-04-19T04:27:14.527Z Done
2032026-04-19T04:27:17.003Z Done
2042026-04-19T04:27:17.077Z Done
2052026-04-19T04:27:17.079Z Done
2062026-04-19T04:27:17.227Z Done
2072026-04-19T04:27:17.519ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
2082026-04-19T04:27:17.519Zclang system 15 system
2092026-04-19T04:27:17.519Zcsh system system illumos
2102026-04-19T04:27:17.519Zctags system system illumos
2112026-04-19T04:27:17.519Zfile system system illumos
2122026-04-19T04:27:17.519Zgcc vendor 12 vendor
2132026-04-19T04:27:17.519Zgcc system 14 system
2142026-04-19T04:27:17.519Zgcc system 10 system
2152026-04-19T04:27:17.519Zgo system 1.20 system
2162026-04-19T04:27:17.519Zgo system 1.19 system
2172026-04-19T04:27:17.519Zllvm system 15 system
2182026-04-19T04:27:17.519Zllvm system 14 system
2192026-04-19T04:27:17.519Zmariadb system 10.6 system
2202026-04-19T04:27:17.519Zmta vendor vendor dma
2212026-04-19T04:27:17.520Zopenjdk system 17 system
2222026-04-19T04:27:17.520Zopenjdk system 11 system
2232026-04-19T04:27:17.520Zopenjdk system 1.8 system
2242026-04-19T04:27:17.520Zopenssl vendor 3 vendor
2252026-04-19T04:27:17.520Zperl system 5.36 system
2262026-04-19T04:27:17.520Zpostgresql system 18 system
2272026-04-19T04:27:17.520Zpostgresql system 15 system
2282026-04-19T04:27:17.520Zpostgresql system 13 system
2292026-04-19T04:27:17.520Zpython vendor 3 vendor
2302026-04-19T04:27:17.520Zpython system 2 system
2312026-04-19T04:27:17.520Zpython3 system 3.11 system
2322026-04-19T04:27:17.520Zruby system 3.0 system
2332026-04-19T04:27:17.520Zwords vendor vendor american-english
2342026-04-19T04:27:17.520Zwords system system australian-english
2352026-04-19T04:27:17.520Zwords system system british-english
2362026-04-19T04:27:17.520Zwords system system canadian-english
2372026-04-19T04:27:17.520Zwords system system french
2382026-04-19T04:27:17.520Zwords system system italian
2392026-04-19T04:27:17.520Zwords system system ngerman
2402026-04-19T04:27:17.520Zwords system system ogerman
2412026-04-19T04:27:17.520Zwords system system spanish
2422026-04-19T04:27:17.748ZPUBLISHER TYPE STATUS P LOCATION
2432026-04-19T04:27:17.748Zhelios-dev origin online F https://pkg.oxide.computer/helios/2/dev/
2442026-04-19T04:27:22.207ZFMRI IFO
2452026-04-19T04:27:22.207Zpkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im-
2462026-04-19T04:27:22.207Zpkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i--
2472026-04-19T04:27:22.207Zpkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im-
2482026-04-19T04:27:22.207Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im-
2492026-04-19T04:27:22.207Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z ---
2502026-04-19T04:27:22.207Zpkg://helios-dev/ooce/developer/cmake@3.26.4-2.0:20230623T130003Z i--
2512026-04-19T04:27:22.207Zpkg://helios-dev/ooce/library/postgresql-18@18.1-2.0:20260217T164409Z im-
2522026-04-19T04:27:22.207Zpkg://helios-dev/ooce/library/postgresql-18@18.1-2.0:20260213T170424Z ---
2532026-04-19T04:27:22.207Zpkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z i--
2542026-04-19T04:27:22.207Zpkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z ---
2552026-04-19T04:27:22.207Zpkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z ---
2562026-04-19T04:27:22.207Zpkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z i--
2572026-04-19T04:27:22.207Zpkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z ---
2582026-04-19T04:27:22.207Zpkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z ---
2592026-04-19T04:27:22.207Zpkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z i--
2602026-04-19T04:27:22.207Zpkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z ---
2612026-04-19T04:27:22.207Zpkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z ---
2622026-04-19T04:27:23.318Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2632026-04-19T04:27:23.567Z Updating crates.io index
2642026-04-19T04:27:23.600Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2652026-04-19T04:27:24.282Z Updating git repository `https://github.com/oxidecomputer/lldp`
2662026-04-19T04:27:24.706Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2672026-04-19T04:27:25.313Z Updating git repository `https://github.com/oxidecomputer/propolis`
2682026-04-19T04:27:26.073Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2692026-04-19T04:27:26.541Z Updating git repository `https://github.com/oxidecomputer/crucible`
2702026-04-19T04:27:27.855Z Updating git repository `https://github.com/oxidecomputer/opte`
2712026-04-19T04:27:29.009Z Updating git repository `https://github.com/oxidecomputer/tofino`
2722026-04-19T04:27:29.291Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2732026-04-19T04:27:30.043Z Updating git repository `https://github.com/oxidecomputer/clickward`
2742026-04-19T04:27:30.455Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2752026-04-19T04:27:30.778Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
2762026-04-19T04:27:31.154Z Updating git repository `https://github.com/oxidecomputer/dendrite`
2772026-04-19T04:27:32.009Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2782026-04-19T04:27:32.593Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2792026-04-19T04:27:32.922Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
2802026-04-19T04:27:33.278Z Updating git repository `https://github.com/oxidecomputer/scim2-rs`
2812026-04-19T04:27:33.715Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
2822026-04-19T04:27:34.075Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
2832026-04-19T04:27:34.297Z Updating git repository `https://github.com/oxidecomputer/libnvme`
2842026-04-19T04:27:34.516Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2852026-04-19T04:27:34.896Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
2862026-04-19T04:27:35.482Z Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git`
2872026-04-19T04:27:35.941Z Updating git repository `https://github.com/oxidecomputer/rats-corim.git`
2882026-04-19T04:27:36.197Z Updating git repository `https://github.com/bluecatengineering/dhcproto.git`
2892026-04-19T04:27:36.675Z Updating git repository `https://github.com/oxidecomputer/ispf`
2902026-04-19T04:27:37.716Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2912026-04-19T04:27:38.237Z Updating git repository `https://github.com/oxidecomputer/crucible`
2922026-04-19T04:27:38.921Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
2932026-04-19T04:27:39.338Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
2942026-04-19T04:27:39.608Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
2952026-04-19T04:27:39.925Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2962026-04-19T04:27:40.210Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
2972026-04-19T04:27:40.687Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
2982026-04-19T04:27:40.923Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
2992026-04-19T04:27:41.151Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
3002026-04-19T04:27:41.396Z Updating git repository `https://github.com/illumos/smf-rs`
3012026-04-19T04:27:41.714Z Updating git repository `https://github.com/oxidecomputer/omicron`
3022026-04-19T04:27:53.370Z Downloading crates ...
3032026-04-19T04:27:53.423Z Downloaded block-buffer v0.10.4
3042026-04-19T04:27:53.426Z Downloaded cargo-platform v0.2.0
3052026-04-19T04:27:53.429Z Downloaded camino v1.2.2
3062026-04-19T04:27:53.432Z Downloaded yoke-derive v0.8.1
3072026-04-19T04:27:53.433Z Downloaded equivalent v1.0.2
3082026-04-19T04:27:53.433Z Downloaded anyhow v1.0.102
3092026-04-19T04:27:53.436Z Downloaded crypto-common v0.1.7
3102026-04-19T04:27:53.436Z Downloaded proc-macro-error-attr v1.0.4
3112026-04-19T04:27:53.439Z Downloaded toml v0.8.23
3122026-04-19T04:27:53.439Z Downloaded typeid v1.0.3
3132026-04-19T04:27:53.439Z Downloaded thiserror-impl v2.0.18
3142026-04-19T04:27:53.442Z Downloaded thiserror v1.0.69
3152026-04-19T04:27:53.442Z Downloaded potential_utf v0.1.4
3162026-04-19T04:27:53.445Z Downloaded serde-value v0.7.0
3172026-04-19T04:27:53.445Z Downloaded usdt v0.5.0
3182026-04-19T04:27:53.445Z Downloaded percent-encoding v2.3.2
3192026-04-19T04:27:53.445Z Downloaded unicode-ident v1.0.24
3202026-04-19T04:27:53.448Z Downloaded terminal_size v0.4.3
3212026-04-19T04:27:53.448Z Downloaded textwrap v0.16.2
3222026-04-19T04:27:53.451Z Downloaded usdt-impl v0.5.0
3232026-04-19T04:27:53.451Z Downloaded cfg-if v1.0.4
3242026-04-19T04:27:53.451Z Downloaded anstream v0.6.21
3252026-04-19T04:27:53.454Z Downloaded strsim v0.11.1
3262026-04-19T04:27:53.454Z Downloaded zerocopy-derive v0.7.35
3272026-04-19T04:27:53.457Z Downloaded zmij v1.0.21
3282026-04-19T04:27:53.457Z Downloaded thiserror-impl v1.0.69
3292026-04-19T04:27:53.457Z Downloaded fastrand v2.3.0
3302026-04-19T04:27:53.457Z Downloaded version_check v0.9.5
3312026-04-19T04:27:53.462Z Downloaded heck v0.4.1
3322026-04-19T04:27:53.462Z Downloaded anstyle v1.0.13
3332026-04-19T04:27:53.462Z Downloaded scroll v0.12.0
3342026-04-19T04:27:53.462Z Downloaded fs-err v3.3.0
3352026-04-19T04:27:53.464Z Downloaded clap_lex v1.0.0
3362026-04-19T04:27:53.464Z Downloaded zerofrom-derive v0.1.6
3372026-04-19T04:27:53.467Z Downloaded ucd-trie v0.1.7
3382026-04-19T04:27:53.467Z Downloaded zerofrom v0.1.6
3392026-04-19T04:27:53.467Z Downloaded toml_write v0.1.2
3402026-04-19T04:27:53.470Z Downloaded usdt-attr-macro v0.5.0
3412026-04-19T04:27:53.470Z Downloaded tinystr v0.8.2
3422026-04-19T04:27:53.470Z Downloaded generic-array v0.14.7
3432026-04-19T04:27:53.470Z Downloaded anstyle-query v1.1.5
3442026-04-19T04:27:53.474Z Downloaded thiserror v2.0.18
3452026-04-19T04:27:53.478Z Downloaded sha2 v0.10.9
3462026-04-19T04:27:53.482Z Downloaded ordered-float v2.10.1
3472026-04-19T04:27:53.482Z Downloaded utf8_iter v1.0.4
3482026-04-19T04:27:53.482Z Downloaded unicode-xid v0.2.6
3492026-04-19T04:27:53.482Z Downloaded is_terminal_polyfill v1.70.2
3502026-04-19T04:27:53.482Z Downloaded toml_datetime v0.6.11
3512026-04-19T04:27:53.486Z Downloaded writeable v0.6.2
3522026-04-19T04:27:53.486Z Downloaded usdt-macro v0.5.0
3532026-04-19T04:27:53.486Z Downloaded thread-id v4.2.2
3542026-04-19T04:27:53.486Z Downloaded pest_generator v2.8.6
3552026-04-19T04:27:53.486Z Downloaded swrite v0.1.0
3562026-04-19T04:27:53.489Z Downloaded litemap v0.8.1
3572026-04-19T04:27:53.489Z Downloaded utf8parse v0.2.2
3582026-04-19T04:27:53.489Z Downloaded unicode-linebreak v0.1.5
3592026-04-19T04:27:53.492Z Downloaded zerovec-derive v0.11.2
3602026-04-19T04:27:53.495Z Downloaded stable_deref_trait v1.2.1
3612026-04-19T04:27:53.498Z Downloaded serde_spanned v0.6.9
3622026-04-19T04:27:53.498Z Downloaded dof v0.3.0
3632026-04-19T04:27:53.502Z Downloaded scroll_derive v0.12.1
3642026-04-19T04:27:53.502Z Downloaded pretty-hex v0.4.1
3652026-04-19T04:27:53.502Z Downloaded errno v0.3.14
3662026-04-19T04:27:53.505Z Downloaded anstyle-parse v0.2.7
3672026-04-19T04:27:53.508Z Downloaded url v2.5.8
3682026-04-19T04:27:53.511Z Downloaded zerotrie v0.2.3
3692026-04-19T04:27:53.514Z Downloaded typenum v1.19.0
3702026-04-19T04:27:53.514Z Downloaded yoke v0.8.1
3712026-04-19T04:27:53.517Z Downloaded plain v0.2.3
3722026-04-19T04:27:53.517Z Downloaded itoa v1.0.17
3732026-04-19T04:27:53.517Z Downloaded fnv v1.0.7
3742026-04-19T04:27:53.523Z Downloaded toml_edit v0.22.27
3752026-04-19T04:27:53.529Z Downloaded tabled_derive v0.7.0
3762026-04-19T04:27:53.529Z Downloaded zerovec v0.11.5
3772026-04-19T04:27:53.534Z Downloaded colorchoice v1.0.4
3782026-04-19T04:27:53.534Z Downloaded smawk v0.3.2
3792026-04-19T04:27:53.534Z Downloaded heck v0.5.0
3802026-04-19T04:27:53.534Z Downloaded dtrace-parser v0.2.0
3812026-04-19T04:27:53.539Z Downloaded form_urlencoded v1.2.2
3822026-04-19T04:27:53.542Z Downloaded macaddr v1.0.1
3832026-04-19T04:27:53.546Z Downloaded idna_adapter v1.2.1
3842026-04-19T04:27:53.546Z Downloaded cpufeatures v0.2.17
3852026-04-19T04:27:53.548Z Downloaded zerocopy v0.7.35
3862026-04-19T04:27:53.555Z Downloaded getrandom v0.4.1
3872026-04-19T04:27:53.558Z Downloaded winnow v0.7.14
3882026-04-19T04:27:53.562Z Downloaded proc-macro-error v1.0.4
3892026-04-19T04:27:53.565Z Downloaded semver v1.0.27
3902026-04-19T04:27:53.567Z Downloaded unicode-width v0.1.14
3912026-04-19T04:27:53.570Z Downloaded cargo-util-schemas v0.8.2
3922026-04-19T04:27:53.570Z Downloaded once_cell v1.21.3
3932026-04-19T04:27:53.570Z Downloaded unicode-width v0.2.0
3942026-04-19T04:27:53.574Z Downloaded byteorder v1.5.0
3952026-04-19T04:27:53.576Z Downloaded erased-serde v0.4.9
3962026-04-19T04:27:53.577Z Downloaded clap v4.5.60
3972026-04-19T04:27:53.580Z Downloaded displaydoc v0.2.5
3982026-04-19T04:27:53.594Z Downloaded digest v0.10.7
3992026-04-19T04:27:53.594Z Downloaded bytecount v0.6.9
4002026-04-19T04:27:53.594Z Downloaded synstructure v0.13.2
4012026-04-19T04:27:53.594Z Downloaded memmap v0.7.0
4022026-04-19T04:27:53.594Z Downloaded cargo_toml v0.21.0
4032026-04-19T04:27:53.594Z Downloaded serde-untagged v0.1.9
4042026-04-19T04:27:53.594Z Downloaded serde_tokenstream v0.2.3
4052026-04-19T04:27:53.598Z Downloaded icu_locale_core v2.1.1
4062026-04-19T04:27:53.603Z Downloaded quote v1.0.44
4072026-04-19T04:27:53.603Z Downloaded cargo_metadata v0.21.0
4082026-04-19T04:27:53.614Z Downloaded clap_derive v4.5.55
4092026-04-19T04:27:53.617Z Downloaded pest_derive v2.8.6
4102026-04-19T04:27:53.620Z Downloaded camino-tempfile v1.4.1
4112026-04-19T04:27:53.620Z Downloaded autocfg v1.5.0
4122026-04-19T04:27:53.623Z Downloaded smallvec v1.15.1
4132026-04-19T04:27:53.625Z Downloaded serde v1.0.228
4142026-04-19T04:27:53.637Z Downloaded icu_normalizer v2.1.1
4152026-04-19T04:27:53.640Z Downloaded papergrid v0.11.0
4162026-04-19T04:27:53.642Z Downloaded icu_provider v2.1.1
4172026-04-19T04:27:53.642Z Downloaded log v0.4.29
4182026-04-19T04:27:53.647Z Downloaded serde_core v1.0.228
4192026-04-19T04:27:53.647Z Downloaded icu_properties v2.1.2
4202026-04-19T04:27:53.650Z Downloaded num-traits v0.2.19
4212026-04-19T04:27:53.650Z Downloaded tempfile v3.25.0
4222026-04-19T04:27:53.652Z Downloaded memchr v2.8.0
4232026-04-19T04:27:53.662Z Downloaded bitflags v2.11.0
4242026-04-19T04:27:53.664Z Downloaded proc-macro2 v1.0.106
4252026-04-19T04:27:53.668Z Downloaded pest_meta v2.8.6
4262026-04-19T04:27:53.670Z Downloaded serde_derive v1.0.228
4272026-04-19T04:27:53.673Z Downloaded icu_normalizer_data v2.1.1
4282026-04-19T04:27:53.676Z Downloaded icu_collections v2.1.1
4292026-04-19T04:27:53.690Z Downloaded pest v2.8.6
4302026-04-19T04:27:53.693Z Downloaded indexmap v2.13.0
4312026-04-19T04:27:53.699Z Downloaded serde_json v1.0.149
4322026-04-19T04:27:53.713Z Downloaded idna v1.1.0
4332026-04-19T04:27:53.724Z Downloaded hashbrown v0.16.1
4342026-04-19T04:27:53.731Z Downloaded icu_properties_data v2.1.2
4352026-04-19T04:27:53.738Z Downloaded clap_builder v4.5.60
4362026-04-19T04:27:53.741Z Downloaded goblin v0.8.2
4372026-04-19T04:27:53.744Z Downloaded tabled v0.15.0
4382026-04-19T04:27:53.752Z Downloaded syn v1.0.109
4392026-04-19T04:27:53.764Z Downloaded syn v2.0.117
4402026-04-19T04:27:53.781Z Downloaded rustix v1.1.3
4412026-04-19T04:27:53.807Z Downloaded libc v0.2.185
4422026-04-19T04:27:53.873Z Compiling proc-macro2 v1.0.106
4432026-04-19T04:27:53.873Z Compiling unicode-ident v1.0.24
4442026-04-19T04:27:53.876Z Compiling quote v1.0.44
4452026-04-19T04:27:53.876Z Compiling serde_core v1.0.228
4462026-04-19T04:27:53.876Z Compiling libc v0.2.185
4472026-04-19T04:27:53.876Z Compiling version_check v0.9.5
4482026-04-19T04:27:53.876Z Compiling memchr v2.8.0
4492026-04-19T04:27:53.876Z Compiling stable_deref_trait v1.2.1
4502026-04-19T04:27:54.055Z Compiling serde v1.0.228
4512026-04-19T04:27:54.058Z Compiling zmij v1.0.21
4522026-04-19T04:27:54.058Z Compiling thiserror v1.0.69
4532026-04-19T04:27:54.058Z Compiling autocfg v1.5.0
4542026-04-19T04:27:54.058Z Compiling itoa v1.0.17
4552026-04-19T04:27:54.058Z Compiling ucd-trie v0.1.7
4562026-04-19T04:27:54.070Z Compiling writeable v0.6.2
4572026-04-19T04:27:54.313Z Compiling litemap v0.8.1
4582026-04-19T04:27:54.466Z Compiling byteorder v1.5.0
4592026-04-19T04:27:54.485Z Compiling rustix v1.1.3
4602026-04-19T04:27:54.506Z Compiling icu_properties_data v2.1.2
4612026-04-19T04:27:54.578Z Compiling pest v2.8.6
4622026-04-19T04:27:54.581Z Compiling icu_normalizer_data v2.1.1
4632026-04-19T04:27:54.632Z Compiling serde_json v1.0.149
4642026-04-19T04:27:54.707Z Compiling bitflags v2.11.0
4652026-04-19T04:27:54.763Z Compiling num-traits v0.2.19
4662026-04-19T04:27:54.804Z Compiling equivalent v1.0.2
4672026-04-19T04:27:54.839Z Compiling typeid v1.0.3
4682026-04-19T04:27:54.941Z Compiling hashbrown v0.16.1
4692026-04-19T04:27:54.995Z Compiling smallvec v1.15.1
4702026-04-19T04:27:55.015Z Compiling proc-macro-error-attr v1.0.4
4712026-04-19T04:27:55.018Z Compiling usdt-impl v0.5.0
4722026-04-19T04:27:55.123Z Compiling errno v0.3.14
4732026-04-19T04:27:55.127Z Compiling thread-id v4.2.2
4742026-04-19T04:27:55.164Z Compiling toml_write v0.1.2
4752026-04-19T04:27:55.198Z Compiling winnow v0.7.14
4762026-04-19T04:27:55.236Z Compiling erased-serde v0.4.9
4772026-04-19T04:27:55.257Z Compiling syn v1.0.109
4782026-04-19T04:27:55.260Z Compiling proc-macro-error v1.0.4
4792026-04-19T04:27:55.301Z Compiling plain v0.2.3
4802026-04-19T04:27:55.407Z Compiling percent-encoding v2.3.2
4812026-04-19T04:27:55.446Z Compiling thiserror v2.0.18
4822026-04-19T04:27:55.477Z Compiling indexmap v2.13.0
4832026-04-19T04:27:55.486Z Compiling camino v1.2.2
4842026-04-19T04:27:55.546Z Compiling utf8parse v0.2.2
4852026-04-19T04:27:55.550Z Compiling log v0.4.29
4862026-04-19T04:27:55.589Z Compiling syn v2.0.117
4872026-04-19T04:27:55.607Z Compiling pest_meta v2.8.6
4882026-04-19T04:27:55.660Z Compiling getrandom v0.4.1
4892026-04-19T04:27:55.680Z Compiling utf8_iter v1.0.4
4902026-04-19T04:27:55.771Z Compiling anstyle-parse v0.2.7
4912026-04-19T04:27:55.850Z Compiling form_urlencoded v1.2.2
4922026-04-19T04:27:55.989Z Compiling ordered-float v2.10.1
4932026-04-19T04:27:55.994Z Compiling pretty-hex v0.4.1
4942026-04-19T04:27:56.026Z Compiling anstyle-query v1.1.5
4952026-04-19T04:27:56.045Z Compiling is_terminal_polyfill v1.70.2
4962026-04-19T04:27:56.066Z Compiling cfg-if v1.0.4
4972026-04-19T04:27:56.104Z Compiling anstyle v1.0.13
4982026-04-19T04:27:56.123Z Compiling colorchoice v1.0.4
4992026-04-19T04:27:56.180Z Compiling fs-err v3.3.0
5002026-04-19T04:27:56.183Z Compiling unicode-width v0.1.14
5012026-04-19T04:27:56.183Z Compiling unicode-xid v0.2.6
5022026-04-19T04:27:56.256Z Compiling terminal_size v0.4.3
5032026-04-19T04:27:56.275Z Compiling anstream v0.6.21
5042026-04-19T04:27:56.297Z Compiling fnv v1.0.7
5052026-04-19T04:27:56.344Z Compiling clap_lex v1.0.0
5062026-04-19T04:27:56.375Z Compiling strsim v0.11.1
5072026-04-19T04:27:56.395Z Compiling heck v0.5.0
5082026-04-19T04:27:56.535Z Compiling semver v1.0.27
5092026-04-19T04:27:56.587Z Compiling anyhow v1.0.102
5102026-04-19T04:27:56.612Z Compiling fastrand v2.3.0
5112026-04-19T04:27:56.612Z Compiling once_cell v1.21.3
5122026-04-19T04:27:56.646Z Compiling bytecount v0.6.9
5132026-04-19T04:27:56.666Z Compiling heck v0.4.1
5142026-04-19T04:27:56.690Z Compiling clap_builder v4.5.60
5152026-04-19T04:27:56.803Z Compiling papergrid v0.11.0
5162026-04-19T04:27:56.839Z Compiling serde-untagged v0.1.9
5172026-04-19T04:27:56.878Z Compiling tempfile v3.25.0
5182026-04-19T04:27:56.898Z Compiling memmap v0.7.0
5192026-04-19T04:27:56.917Z Compiling smawk v0.3.2
5202026-04-19T04:27:56.935Z Compiling unicode-width v0.2.0
5212026-04-19T04:27:56.938Z Compiling unicode-linebreak v0.1.5
5222026-04-19T04:27:57.097Z Compiling camino-tempfile v1.4.1
5232026-04-19T04:27:57.154Z Compiling swrite v0.1.0
5242026-04-19T04:27:57.206Z Compiling textwrap v0.16.2
5252026-04-19T04:27:57.257Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
5262026-04-19T04:27:57.554Z Compiling tabled_derive v0.7.0
5272026-04-19T04:27:58.175Z Compiling synstructure v0.13.2
5282026-04-19T04:27:58.175Z Compiling pest_generator v2.8.6
5292026-04-19T04:27:58.224Z Compiling tabled v0.15.0
5302026-04-19T04:27:58.743Z Compiling serde_derive v1.0.228
5312026-04-19T04:27:58.743Z Compiling zerofrom-derive v0.1.6
5322026-04-19T04:27:58.747Z Compiling yoke-derive v0.8.1
5332026-04-19T04:27:58.747Z Compiling zerovec-derive v0.11.2
5342026-04-19T04:27:58.747Z Compiling displaydoc v0.2.5
5352026-04-19T04:27:58.747Z Compiling thiserror-impl v1.0.69
5362026-04-19T04:27:58.747Z Compiling zerocopy-derive v0.7.35
5372026-04-19T04:27:58.747Z Compiling scroll_derive v0.12.1
5382026-04-19T04:27:58.747Z Compiling thiserror-impl v2.0.18
5392026-04-19T04:27:58.780Z Compiling clap_derive v4.5.55
5402026-04-19T04:27:58.800Z Compiling pest_derive v2.8.6
5412026-04-19T04:27:59.448Z Compiling scroll v0.12.0
5422026-04-19T04:27:59.510Z Compiling zerocopy v0.7.35
5432026-04-19T04:27:59.679Z Compiling goblin v0.8.2
5442026-04-19T04:27:59.827Z Compiling zerofrom v0.1.6
5452026-04-19T04:27:59.932Z Compiling yoke v0.8.1
5462026-04-19T04:27:59.935Z Compiling dtrace-parser v0.2.0
5472026-04-19T04:28:00.089Z Compiling zerovec v0.11.5
5482026-04-19T04:28:00.089Z Compiling zerotrie v0.2.3
5492026-04-19T04:28:00.223Z Compiling clap v4.5.60
5502026-04-19T04:28:00.520Z Compiling tinystr v0.8.2
5512026-04-19T04:28:00.520Z Compiling potential_utf v0.1.4
5522026-04-19T04:28:00.648Z Compiling icu_collections v2.1.1
5532026-04-19T04:28:00.669Z Compiling icu_locale_core v2.1.1
5542026-04-19T04:28:01.192Z Compiling icu_provider v2.1.1
5552026-04-19T04:28:01.274Z Compiling serde_spanned v0.6.9
5562026-04-19T04:28:01.275Z Compiling toml_datetime v0.6.11
5572026-04-19T04:28:01.278Z Compiling serde-value v0.7.0
5582026-04-19T04:28:01.278Z Compiling cargo-platform v0.2.0
5592026-04-19T04:28:01.278Z Compiling macaddr v1.0.1
5602026-04-19T04:28:01.293Z Compiling dof v0.3.0
5612026-04-19T04:28:01.296Z Compiling serde_tokenstream v0.2.3
5622026-04-19T04:28:01.406Z Compiling icu_normalizer v2.1.1
5632026-04-19T04:28:01.407Z Compiling icu_properties v2.1.2
5642026-04-19T04:28:01.485Z Compiling toml_edit v0.22.27
5652026-04-19T04:28:02.068Z Compiling usdt-attr-macro v0.5.0
5662026-04-19T04:28:02.068Z Compiling usdt-macro v0.5.0
5672026-04-19T04:28:02.236Z Compiling idna_adapter v1.2.1
5682026-04-19T04:28:02.348Z Compiling idna v1.1.0
5692026-04-19T04:28:02.604Z Compiling url v2.5.8
5702026-04-19T04:28:02.654Z Compiling usdt v0.5.0
5712026-04-19T04:28:02.755Z Compiling toml v0.8.23
5722026-04-19T04:28:03.083Z Compiling cargo-util-schemas v0.8.2
5732026-04-19T04:28:03.083Z Compiling cargo_toml v0.21.0
5742026-04-19T04:28:03.873Z Compiling cargo_metadata v0.21.0
5752026-04-19T04:28:04.787Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
5762026-04-19T04:28:06.874Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 43.74s
5772026-04-19T04:28:07.123Z Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control`
5782026-04-19T04:28:07.676Z Downloading crates ...
5792026-04-19T04:28:07.765Z Downloaded async-recursion v1.1.1
5802026-04-19T04:28:07.768Z Downloaded bcrypt-pbkdf v0.10.0
5812026-04-19T04:28:07.771Z Downloaded aead v0.5.2
5822026-04-19T04:28:07.774Z Downloaded base16ct v0.2.0
5832026-04-19T04:28:07.774Z Downloaded atty v0.2.14
5842026-04-19T04:28:07.774Z Downloaded bit-set v0.5.3
5852026-04-19T04:28:07.778Z Downloaded cassowary v0.3.0
5862026-04-19T04:28:07.781Z Downloaded cipher v0.4.4
5872026-04-19T04:28:07.785Z Downloaded cexpr v0.6.0
5882026-04-19T04:28:07.787Z Downloaded cancel-safe-futures v0.1.5
5892026-04-19T04:28:07.790Z Downloaded bitfield-struct v0.6.2
5902026-04-19T04:28:07.790Z Downloaded bit-vec v0.8.0
5912026-04-19T04:28:07.794Z Downloaded dirs-sys-next v0.1.2
5922026-04-19T04:28:07.797Z Downloaded crc32fast v1.5.0
5932026-04-19T04:28:07.798Z Downloaded fd-lock v4.0.4
5942026-04-19T04:28:07.800Z Downloaded bzip2 v0.4.4
5952026-04-19T04:28:07.800Z Downloaded darling_macro v0.21.3
5962026-04-19T04:28:07.800Z Downloaded bit-set v0.8.0
5972026-04-19T04:28:07.803Z Downloaded ascii-canvas v3.0.0
5982026-04-19T04:28:07.803Z Downloaded float-ord v0.3.2
5992026-04-19T04:28:07.803Z Downloaded env_filter v1.0.0
6002026-04-19T04:28:07.807Z Downloaded bitfield v0.19.4
6012026-04-19T04:28:07.810Z Downloaded cfg_aliases v0.2.1
6022026-04-19T04:28:07.810Z Downloaded cbc v0.1.2
6032026-04-19T04:28:07.813Z Downloaded bitflags v1.3.2
6042026-04-19T04:28:07.813Z Downloaded bit-vec v0.6.3
6052026-04-19T04:28:07.817Z Downloaded find-msvc-tools v0.1.9
6062026-04-19T04:28:07.817Z Downloaded foldhash v0.2.0
6072026-04-19T04:28:07.820Z Downloaded dropshot_endpoint v0.17.0
6082026-04-19T04:28:07.820Z Downloaded derive_more v2.1.1
6092026-04-19T04:28:07.825Z Downloaded foreign-types-shared v0.3.1
6102026-04-19T04:28:07.828Z Downloaded async-stream-impl v0.3.6
6112026-04-19T04:28:07.828Z Downloaded colored v2.2.0
6122026-04-19T04:28:07.828Z Downloaded atomicwrites v0.4.4
6132026-04-19T04:28:07.831Z Downloaded convert_case v0.4.0
6142026-04-19T04:28:07.831Z Downloaded ciborium-ll v0.2.2
6152026-04-19T04:28:07.834Z Downloaded castaway v0.2.4
6162026-04-19T04:28:07.834Z Downloaded ff v0.13.1
6172026-04-19T04:28:07.837Z Downloaded block-padding v0.3.3
6182026-04-19T04:28:07.837Z Downloaded array-init v0.0.4
6192026-04-19T04:28:07.840Z Downloaded byte-wrapper v0.1.0
6202026-04-19T04:28:07.840Z Downloaded atomic-waker v1.1.2
6212026-04-19T04:28:07.843Z Downloaded bitfield-macros v0.19.4
6222026-04-19T04:28:07.846Z Downloaded adler2 v2.0.1
6232026-04-19T04:28:07.850Z Downloaded futures-sink v0.3.32
6242026-04-19T04:28:07.854Z Downloaded bb8 v0.8.6
6252026-04-19T04:28:07.857Z Downloaded arrayref v0.3.9
6262026-04-19T04:28:07.860Z Downloaded async-stream v0.3.6
6272026-04-19T04:28:07.863Z Downloaded display-error-chain v0.2.2
6282026-04-19T04:28:07.863Z Downloaded crucible-workspace-hack v0.1.0
6292026-04-19T04:28:07.866Z Downloaded dtrace-parser v0.3.0
6302026-04-19T04:28:07.866Z Downloaded darling_macro v0.20.11
6312026-04-19T04:28:07.869Z Downloaded crc v3.4.0
6322026-04-19T04:28:07.869Z Downloaded assert_matches v1.5.0
6332026-04-19T04:28:07.872Z Downloaded darling v0.23.0
6342026-04-19T04:28:07.875Z Downloaded crc8 v0.1.1
6352026-04-19T04:28:07.878Z Downloaded futures-core v0.3.32
6362026-04-19T04:28:07.878Z Downloaded crc-catalog v2.4.0
6372026-04-19T04:28:07.881Z Downloaded cargo-platform v0.1.9
6382026-04-19T04:28:07.881Z Downloaded curve25519-dalek-derive v0.1.1
6392026-04-19T04:28:07.881Z Downloaded foreign-types-shared v0.1.1
6402026-04-19T04:28:07.884Z Downloaded funty v2.0.0
6412026-04-19T04:28:07.887Z Downloaded foreign-types v0.5.0
6422026-04-19T04:28:07.887Z Downloaded ciborium-io v0.2.2
6432026-04-19T04:28:07.887Z Downloaded foreign-types v0.3.2
6442026-04-19T04:28:07.890Z Downloaded diesel_table_macro_syntax v0.3.0
6452026-04-19T04:28:07.893Z Downloaded cobs v0.3.0
6462026-04-19T04:28:07.893Z Downloaded enum-as-inner v0.6.1
6472026-04-19T04:28:07.896Z Downloaded darling_macro v0.23.0
6482026-04-19T04:28:07.896Z Downloaded foreign-types-macros v0.2.3
6492026-04-19T04:28:07.896Z Downloaded cfg_aliases v0.1.1
6502026-04-19T04:28:07.899Z Downloaded fixedbitset v0.4.2
6512026-04-19T04:28:07.899Z Downloaded cmake v0.1.57
6522026-04-19T04:28:07.899Z Downloaded flagset v0.4.7
6532026-04-19T04:28:07.902Z Downloaded embedded-io v0.4.0
6542026-04-19T04:28:07.902Z Downloaded derive_builder_macro v0.20.2
6552026-04-19T04:28:07.902Z Downloaded base64ct v1.8.3
6562026-04-19T04:28:07.904Z Downloaded dropshot-api-manager-types v0.6.0
6572026-04-19T04:28:07.907Z Downloaded cstr-argument v0.1.2
6582026-04-19T04:28:07.907Z Downloaded crc-any v2.5.0
6592026-04-19T04:28:07.907Z Downloaded getrandom v0.2.17
6602026-04-19T04:28:07.910Z Downloaded compression-core v0.4.31
6612026-04-19T04:28:07.910Z Downloaded foldhash v0.1.5
6622026-04-19T04:28:07.915Z Downloaded gethostname v0.5.0
6632026-04-19T04:28:07.918Z Downloaded fxhash v0.2.1
6642026-04-19T04:28:07.918Z Downloaded downcast-rs v2.0.2
6652026-04-19T04:28:07.918Z Downloaded git-stub v1.0.0
6662026-04-19T04:28:07.921Z Downloaded ghash v0.5.1
6672026-04-19T04:28:07.921Z Downloaded defmt-parser v1.0.0
6682026-04-19T04:28:07.921Z Downloaded debug-ignore v1.0.5
6692026-04-19T04:28:07.924Z Downloaded hash32 v0.3.1
6702026-04-19T04:28:07.924Z Downloaded document-features v0.2.12
6712026-04-19T04:28:07.931Z Downloaded hex v0.4.3
6722026-04-19T04:28:07.934Z Downloaded dof v0.4.0
6732026-04-19T04:28:07.934Z Downloaded dunce v1.0.5
6742026-04-19T04:28:07.937Z Downloaded dsl_auto_type v0.2.0
6752026-04-19T04:28:07.937Z Downloaded crunchy v0.2.4
6762026-04-19T04:28:07.937Z Downloaded camino-tempfile-ext v0.3.3
6772026-04-19T04:28:07.940Z Downloaded headers-core v0.3.0
6782026-04-19T04:28:07.940Z Downloaded futures-macro v0.3.32
6792026-04-19T04:28:07.940Z Downloaded futures-io v0.3.32
6802026-04-19T04:28:07.944Z Downloaded fs_extra v1.3.0
6812026-04-19T04:28:07.944Z Downloaded float-cmp v0.10.0
6822026-04-19T04:28:07.944Z Downloaded constant_time_eq v0.4.2
6832026-04-19T04:28:07.947Z Downloaded globwalk v0.9.1
6842026-04-19T04:28:07.947Z Downloaded cargo_metadata v0.19.2
6852026-04-19T04:28:07.947Z Downloaded argon2 v0.5.3
6862026-04-19T04:28:07.950Z Downloaded endian-type v0.1.2
6872026-04-19T04:28:07.950Z Downloaded blowfish v0.9.1
6882026-04-19T04:28:07.953Z Downloaded futures-task v0.3.32
6892026-04-19T04:28:07.953Z Downloaded dirs-next v2.0.0
6902026-04-19T04:28:07.953Z Downloaded embedded-io v0.6.1
6912026-04-19T04:28:07.956Z Downloaded buf-list v1.1.2
6922026-04-19T04:28:07.956Z Downloaded cpufeatures v0.3.0
6932026-04-19T04:28:07.959Z Downloaded defmt v0.3.100
6942026-04-19T04:28:07.962Z Downloaded der_derive v0.7.3
6952026-04-19T04:28:07.962Z Downloaded const_format_proc_macros v0.2.34
6962026-04-19T04:28:07.965Z Downloaded derive-ex v0.1.8
6972026-04-19T04:28:07.965Z Downloaded hex-literal v0.4.1
6982026-04-19T04:28:07.965Z Downloaded clang-sys v1.8.1
6992026-04-19T04:28:07.968Z Downloaded daft v0.1.5
7002026-04-19T04:28:07.968Z Downloaded csv-core v0.1.13
7012026-04-19T04:28:07.970Z Downloaded either v1.15.0
7022026-04-19T04:28:07.970Z Downloaded defmt v1.0.1
7032026-04-19T04:28:07.974Z Downloaded derive_builder_core v0.20.2
7042026-04-19T04:28:07.974Z Downloaded ciborium v0.2.2
7052026-04-19T04:28:07.976Z Downloaded diesel-dtrace v0.5.0
7062026-04-19T04:28:07.976Z Downloaded blake2 v0.10.6
7072026-04-19T04:28:07.979Z Downloaded fallible-iterator v0.2.0
7082026-04-19T04:28:07.979Z Downloaded drift v0.1.3
7092026-04-19T04:28:07.982Z Downloaded home v0.5.12
7102026-04-19T04:28:07.982Z Downloaded defmt-macros v1.0.1
7112026-04-19T04:28:07.985Z Downloaded http-range v0.1.5
7122026-04-19T04:28:07.985Z Downloaded http-body v1.0.1
7132026-04-19T04:28:07.988Z Downloaded hostname v0.4.2
7142026-04-19T04:28:07.988Z Downloaded hostname v0.3.1
7152026-04-19T04:28:07.990Z Downloaded httpdate v1.0.3
7162026-04-19T04:28:07.990Z Downloaded ident_case v1.0.1
7172026-04-19T04:28:07.991Z Downloaded hyper-tls v0.6.0
7182026-04-19T04:28:07.991Z Downloaded hash32 v0.2.1
7192026-04-19T04:28:07.994Z Downloaded git-stub-vcs v0.1.0
7202026-04-19T04:28:07.994Z Downloaded glob v0.3.3
7212026-04-19T04:28:07.998Z Downloaded futures-executor v0.3.32
7222026-04-19T04:28:07.998Z Downloaded fixedbitset v0.5.7
7232026-04-19T04:28:07.998Z Downloaded env_logger v0.11.9
7242026-04-19T04:28:08.001Z Downloaded ecdsa v0.16.9
7252026-04-19T04:28:08.001Z Downloaded hubpack_derive v0.1.1
7262026-04-19T04:28:08.001Z Downloaded hubpack v0.1.2
7272026-04-19T04:28:08.001Z Downloaded fs-err v2.11.0
7282026-04-19T04:28:08.004Z Downloaded convert_case v0.10.0
7292026-04-19T04:28:08.004Z Downloaded difflib v0.4.0
7302026-04-19T04:28:08.007Z Downloaded data-encoding v2.10.0
7312026-04-19T04:28:08.007Z Downloaded dyn-clone v1.0.20
7322026-04-19T04:28:08.007Z Downloaded backoff v0.4.0
7332026-04-19T04:28:08.010Z Downloaded arrayvec v0.7.6
7342026-04-19T04:28:08.010Z Downloaded erased-serde v0.3.31
7352026-04-19T04:28:08.013Z Downloaded backon v1.6.0
7362026-04-19T04:28:08.013Z Downloaded ena v0.14.4
7372026-04-19T04:28:08.016Z Downloaded ed25519 v2.2.3
7382026-04-19T04:28:08.016Z Downloaded chacha20 v0.10.0
7392026-04-19T04:28:08.018Z Downloaded group v0.13.0
7402026-04-19T04:28:08.018Z Downloaded crossbeam-deque v0.8.6
7412026-04-19T04:28:08.021Z Downloaded globset v0.4.18
7422026-04-19T04:28:08.021Z Downloaded filetime v0.2.27
7432026-04-19T04:28:08.021Z Downloaded ctr v0.9.2
7442026-04-19T04:28:08.024Z Downloaded const-oid v0.9.6
7452026-04-19T04:28:08.024Z Downloaded internet-checksum v0.2.1
7462026-04-19T04:28:08.027Z Downloaded indoc v1.0.9
7472026-04-19T04:28:08.027Z Downloaded darling v0.21.3
7482026-04-19T04:28:08.030Z Downloaded indent_write v2.2.0
7492026-04-19T04:28:08.033Z Downloaded instant v0.1.13
7502026-04-19T04:28:08.033Z Downloaded critical-section v1.2.0
7512026-04-19T04:28:08.033Z Downloaded diff v0.1.13
7522026-04-19T04:28:08.036Z Downloaded cookie v0.18.1
7532026-04-19T04:28:08.036Z Downloaded des v0.8.1
7542026-04-19T04:28:08.039Z Downloaded daft-derive v0.1.5
7552026-04-19T04:28:08.041Z Downloaded instability v0.3.11
7562026-04-19T04:28:08.042Z Downloaded inout v0.1.4
7572026-04-19T04:28:08.042Z Downloaded is_ci v1.2.0
7582026-04-19T04:28:08.044Z Downloaded corncobs v0.1.4
7592026-04-19T04:28:08.044Z Downloaded ahash v0.8.12
7602026-04-19T04:28:08.047Z Downloaded highway v1.3.0
7612026-04-19T04:28:08.047Z Downloaded der v0.7.10
7622026-04-19T04:28:08.050Z Downloaded cookie_store v0.22.1
7632026-04-19T04:28:08.053Z Downloaded lalrpop-util v0.19.12
7642026-04-19T04:28:08.053Z Downloaded linked-hash-map v0.5.6
7652026-04-19T04:28:08.054Z Downloaded keccak v0.1.6
7662026-04-19T04:28:08.054Z Downloaded lazy_static v1.5.0
7672026-04-19T04:28:08.057Z Downloaded bcs v0.1.6
7682026-04-19T04:28:08.057Z Downloaded console v0.16.2
7692026-04-19T04:28:08.062Z Downloaded chacha20 v0.9.1
7702026-04-19T04:28:08.062Z Downloaded lru-slab v0.1.2
7712026-04-19T04:28:08.062Z Downloaded lzss v0.8.2
7722026-04-19T04:28:08.065Z Downloaded maybe-uninit v2.0.0
7732026-04-19T04:28:08.065Z Downloaded managed v0.8.0
7742026-04-19T04:28:08.065Z Downloaded futures-channel v0.3.32
7752026-04-19T04:28:08.065Z Downloaded async-bb8-diesel v0.2.1
7762026-04-19T04:28:08.068Z Downloaded humantime v2.3.0
7772026-04-19T04:28:08.068Z Downloaded mime v0.3.17
7782026-04-19T04:28:08.068Z Downloaded http-body-util v0.1.3
7792026-04-19T04:28:08.072Z Downloaded bzip2 v0.6.1
7802026-04-19T04:28:08.072Z Downloaded impl-trait-for-tuples v0.2.3
7812026-04-19T04:28:08.072Z Downloaded indoc v2.0.7
7822026-04-19T04:28:08.075Z Downloaded lru-cache v0.1.2
7832026-04-19T04:28:08.075Z Downloaded md5 v0.7.0
7842026-04-19T04:28:08.078Z Downloaded match_cfg v0.1.0
7852026-04-19T04:28:08.078Z Downloaded memoffset v0.9.1
7862026-04-19T04:28:08.078Z Downloaded maplit v1.0.2
7872026-04-19T04:28:08.078Z Downloaded crossbeam-utils v0.8.21
7882026-04-19T04:28:08.081Z Downloaded lru v0.12.5
7892026-04-19T04:28:08.081Z Downloaded async-trait v0.1.89
7902026-04-19T04:28:08.085Z Downloaded console v0.15.11
7912026-04-19T04:28:08.085Z Downloaded compression-codecs v0.4.37
7922026-04-19T04:28:08.088Z Downloaded half v1.8.3
7932026-04-19T04:28:08.090Z Downloaded deranged v0.5.8
7942026-04-19T04:28:08.093Z Downloaded new_debug_unreachable v1.0.6
7952026-04-19T04:28:08.096Z Downloaded is-terminal v0.4.17
7962026-04-19T04:28:08.096Z Downloaded newtype-uuid-macros v0.1.0
7972026-04-19T04:28:08.096Z Downloaded multimap v0.10.1
7982026-04-19T04:28:08.098Z Downloaded ingot v0.1.1
7992026-04-19T04:28:08.098Z Downloaded ingot-types v0.1.2
8002026-04-19T04:28:08.099Z Downloaded crossbeam-epoch v0.9.18
8012026-04-19T04:28:08.101Z Downloaded ipnet v2.11.0
8022026-04-19T04:28:08.101Z Downloaded allocator-api2 v0.2.21
8032026-04-19T04:28:08.104Z Downloaded ipnetwork v0.21.1
8042026-04-19T04:28:08.107Z Downloaded nodrop v0.1.14
8052026-04-19T04:28:08.107Z Downloaded kstat-rs v0.2.4
8062026-04-19T04:28:08.110Z Downloaded jobserver v0.1.34
8072026-04-19T04:28:08.112Z Downloaded normalize-line-endings v0.3.0
8082026-04-19T04:28:08.112Z Downloaded newline-converter v0.3.0
8092026-04-19T04:28:08.115Z Downloaded nibble_vec v0.1.0
8102026-04-19T04:28:08.115Z Downloaded num v0.4.3
8112026-04-19T04:28:08.117Z Downloaded async-compression v0.4.41
8122026-04-19T04:28:08.120Z Downloaded num-conv v0.2.0
8132026-04-19T04:28:08.123Z Downloaded libscf-sys v1.1.0
8142026-04-19T04:28:08.123Z Downloaded libefi-sys v0.1.0
8152026-04-19T04:28:08.123Z Downloaded newtype_derive v0.1.6
8162026-04-19T04:28:08.123Z Downloaded libloading v0.8.9
8172026-04-19T04:28:08.126Z Downloaded num-derive v0.3.3
8182026-04-19T04:28:08.126Z Downloaded hmac v0.12.1
8192026-04-19T04:28:08.129Z Downloaded num-iter v0.1.45
8202026-04-19T04:28:08.131Z Downloaded md-5 v0.10.6
8212026-04-19T04:28:08.131Z Downloaded libsw-core v0.3.2
8222026-04-19T04:28:08.134Z Downloaded futures v0.3.32
8232026-04-19T04:28:08.137Z Downloaded num-derive v0.4.2
8242026-04-19T04:28:08.137Z Downloaded openssl-probe v0.1.6
8252026-04-19T04:28:08.137Z Downloaded olpc-cjson v0.1.4
8262026-04-19T04:28:08.140Z Downloaded num_threads v0.1.7
8272026-04-19T04:28:08.140Z Downloaded half v2.7.1
8282026-04-19T04:28:08.143Z Downloaded oso-derive v0.27.3
8292026-04-19T04:28:08.143Z Downloaded openssl-probe v0.2.1
8302026-04-19T04:28:08.143Z Downloaded openssl-macros v0.1.1
8312026-04-19T04:28:08.143Z Downloaded mime_guess v2.0.5
8322026-04-19T04:28:08.146Z Downloaded iana-time-zone v0.1.65
8332026-04-19T04:28:08.146Z Downloaded num_enum_derive v0.5.11
8342026-04-19T04:28:08.149Z Downloaded dropshot_endpoint v0.16.7
8352026-04-19T04:28:08.149Z Downloaded derive_builder v0.20.2
8362026-04-19T04:28:08.152Z Downloaded derive_more v0.99.20
8372026-04-19T04:28:08.155Z Downloaded lock_api v0.4.14
8382026-04-19T04:28:08.157Z Downloaded derive-where v1.6.0
8392026-04-19T04:28:08.160Z Downloaded darling v0.20.11
8402026-04-19T04:28:08.163Z Downloaded chacha20poly1305 v0.10.1
8412026-04-19T04:28:08.163Z Downloaded ingot-macros v0.1.1
8422026-04-19T04:28:08.166Z Downloaded darling_core v0.21.3
8432026-04-19T04:28:08.169Z Downloaded darling_core v0.20.11
8442026-04-19T04:28:08.171Z Downloaded multer v3.1.0
8452026-04-19T04:28:08.171Z Downloaded getrandom v0.3.4
8462026-04-19T04:28:08.174Z Downloaded packed_struct_codegen v0.10.1
8472026-04-19T04:28:08.174Z Downloaded arc-swap v1.8.2
8482026-04-19T04:28:08.177Z Downloaded compact_str v0.8.1
8492026-04-19T04:28:08.180Z Downloaded colored v3.1.1
8502026-04-19T04:28:08.182Z Downloaded newtype-uuid v1.3.2
8512026-04-19T04:28:08.183Z Downloaded nonempty v0.12.0
8522026-04-19T04:28:08.183Z Downloaded parse-display v0.10.0
8532026-04-19T04:28:08.185Z Downloaded native-tls v0.2.18
8542026-04-19T04:28:08.185Z Downloaded peg-runtime v0.8.5
8552026-04-19T04:28:08.185Z Downloaded pbkdf2 v0.12.2
8562026-04-19T04:28:08.188Z Downloaded parse-size v1.1.0
8572026-04-19T04:28:08.188Z Downloaded pbkdf2 v0.11.0
8582026-04-19T04:28:08.189Z Downloaded path-slash v0.1.5
8592026-04-19T04:28:08.191Z Downloaded num-complex v0.4.6
8602026-04-19T04:28:08.191Z Downloaded nu-ansi-term v0.50.3
8612026-04-19T04:28:08.195Z Downloaded nanorand v0.7.0
8622026-04-19T04:28:08.195Z Downloaded phf_shared v0.13.1
8632026-04-19T04:28:08.210Z Downloaded pin-utils v0.1.0
8642026-04-19T04:28:08.213Z Downloaded num_enum_derive v0.7.5
8652026-04-19T04:28:08.213Z Downloaded num_enum v0.7.5
8662026-04-19T04:28:08.216Z Downloaded num-rational v0.4.2
8672026-04-19T04:28:08.216Z Downloaded num-integer v0.1.46
8682026-04-19T04:28:08.219Z Downloaded memmap2 v0.9.10
8692026-04-19T04:28:08.219Z Downloaded powerfmt v0.2.0
8702026-04-19T04:28:08.222Z Downloaded oxnet v0.1.4
8712026-04-19T04:28:08.222Z Downloaded oxide-tokio-rt v0.1.4
8722026-04-19T04:28:08.222Z Downloaded owo-colors v4.3.0
8732026-04-19T04:28:08.225Z Downloaded opaque-debug v0.3.1
8742026-04-19T04:28:08.225Z Downloaded num_enum v0.5.11
8752026-04-19T04:28:08.227Z Downloaded precomputed-hash v0.1.1
8762026-04-19T04:28:08.230Z Downloaded packed_struct v0.10.1
8772026-04-19T04:28:08.230Z Downloaded fatfs v0.3.6
8782026-04-19T04:28:08.233Z Downloaded ignore v0.4.25
8792026-04-19T04:28:08.233Z Downloaded predicates-core v1.0.10
8802026-04-19T04:28:08.233Z Downloaded headers v0.4.1
8812026-04-19T04:28:08.236Z Downloaded flate2 v1.1.9
8822026-04-19T04:28:08.239Z Downloaded predicates-tree v1.0.13
8832026-04-19T04:28:08.242Z Downloaded proc-macro-crate v3.4.0
8842026-04-19T04:28:08.242Z Downloaded parse-display-derive v0.10.0
8852026-04-19T04:28:08.242Z Downloaded parking_lot_core v0.8.6
8862026-04-19T04:28:08.245Z Downloaded heapless v0.8.0
8872026-04-19T04:28:08.247Z Downloaded heapless v0.7.17
8882026-04-19T04:28:08.250Z Downloaded password-hash v0.5.0
8892026-04-19T04:28:08.250Z Downloaded bumpalo v3.20.2
8902026-04-19T04:28:08.252Z Downloaded base64 v0.21.7
8912026-04-19T04:28:08.255Z Downloaded password-hash v0.4.2
8922026-04-19T04:28:08.255Z Downloaded progenitor-macro v0.11.2
8932026-04-19T04:28:08.255Z Downloaded progenitor-macro v0.10.0
8942026-04-19T04:28:08.258Z Downloaded progenitor-client v0.11.2
8952026-04-19T04:28:08.258Z Downloaded progenitor-client v0.10.0
8962026-04-19T04:28:08.258Z Downloaded phf_shared v0.11.3
8972026-04-19T04:28:08.261Z Downloaded phf v0.13.1
8982026-04-19T04:28:08.261Z Downloaded phf v0.12.1
8992026-04-19T04:28:08.261Z Downloaded peg-macros v0.8.5
9002026-04-19T04:28:08.264Z Downloaded psl-types v2.0.11
9012026-04-19T04:28:08.264Z Downloaded pem-rfc7468 v0.7.0
9022026-04-19T04:28:08.267Z Downloaded libbz2-rs-sys v0.2.2
9032026-04-19T04:28:08.267Z Downloaded peg v0.8.5
9042026-04-19T04:28:08.269Z Downloaded paste v1.0.15
9052026-04-19T04:28:08.269Z Downloaded quick-error v1.2.3
9062026-04-19T04:28:08.272Z Downloaded progenitor-macro v0.13.0
9072026-04-19T04:28:08.272Z Downloaded litrs v1.0.0
9082026-04-19T04:28:08.275Z Downloaded elliptic-curve v0.13.8
9092026-04-19T04:28:08.278Z Downloaded darling_core v0.23.0
9102026-04-19T04:28:08.281Z Downloaded radium v0.7.0
9112026-04-19T04:28:08.281Z Downloaded pin-project-lite v0.2.17
9122026-04-19T04:28:08.284Z Downloaded pkg-config v0.3.32
9132026-04-19T04:28:08.284Z Downloaded pkcs8 v0.10.2
9142026-04-19T04:28:08.287Z Downloaded crossbeam-channel v0.5.15
9152026-04-19T04:28:08.290Z Downloaded rand_chacha v0.3.1
9162026-04-19T04:28:08.290Z Downloaded pin-project-internal v1.1.11
9172026-04-19T04:28:08.290Z Downloaded const_format v0.2.35
9182026-04-19T04:28:08.293Z Downloaded rand_xorshift v0.4.0
9192026-04-19T04:28:08.296Z Downloaded ppv-lite86 v0.2.21
9202026-04-19T04:28:08.296Z Downloaded postgres-protocol v0.6.10
9212026-04-19T04:28:08.296Z Downloaded ar_archive_writer v0.5.1
9222026-04-19T04:28:08.304Z Downloaded recursive-proc-macro-impl v0.1.1
9232026-04-19T04:28:08.304Z Downloaded polyval v0.6.2
9242026-04-19T04:28:08.304Z Downloaded poly1305 v0.8.0
9252026-04-19T04:28:08.311Z Downloaded omicron-zone-package v0.12.2
9262026-04-19T04:28:08.311Z Downloaded ed25519-dalek v2.2.0
9272026-04-19T04:28:08.311Z Downloaded recursive v0.1.1
9282026-04-19T04:28:08.311Z Downloaded proc-macro-error2 v2.0.1
9292026-04-19T04:28:08.317Z Downloaded proc-macro-crate v1.3.1
9302026-04-19T04:28:08.317Z Downloaded primeorder v0.13.6
9312026-04-19T04:28:08.317Z Downloaded proc-macro-error-attr2 v2.0.0
9322026-04-19T04:28:08.317Z Downloaded predicates v3.1.4
9332026-04-19T04:28:08.317Z Downloaded progenitor v0.13.0
9342026-04-19T04:28:08.317Z Downloaded progenitor v0.11.2
9352026-04-19T04:28:08.322Z Downloaded progenitor-extras v0.1.1
9362026-04-19T04:28:08.322Z Downloaded progenitor v0.10.0
9372026-04-19T04:28:08.322Z Downloaded parking_lot v0.12.5
9382026-04-19T04:28:08.322Z Downloaded ref-cast-impl v1.0.25
9392026-04-19T04:28:08.322Z Downloaded rtoolbox v0.0.3
9402026-04-19T04:28:08.322Z Downloaded ref-cast v1.0.25
9412026-04-19T04:28:08.326Z Downloaded parking_lot v0.11.2
9422026-04-19T04:28:08.326Z Downloaded rfc6979 v0.4.0
9432026-04-19T04:28:08.326Z Downloaded cc v1.2.56
9442026-04-19T04:28:08.329Z Downloaded progenitor-client v0.13.0
9452026-04-19T04:28:08.329Z Downloaded pem v3.0.6
9462026-04-19T04:28:08.329Z Downloaded hickory-resolver v0.24.4
9472026-04-19T04:28:08.332Z Downloaded indicatif v0.18.4
9482026-04-19T04:28:08.335Z Downloaded russh-cryptovec v0.7.3
9492026-04-19T04:28:08.335Z Downloaded rustc_version v0.1.7
9502026-04-19T04:28:08.335Z Downloaded hickory-resolver v0.25.2
9512026-04-19T04:28:08.338Z Downloaded psm v0.1.30
9522026-04-19T04:28:08.342Z Downloaded base64 v0.22.1
9532026-04-19T04:28:08.345Z Downloaded rustc_version v0.4.1
9542026-04-19T04:28:08.345Z Downloaded rustc-hash v2.1.1
9552026-04-19T04:28:08.345Z Downloaded r2d2 v0.8.10
9562026-04-19T04:28:08.345Z Downloaded crypto-bigint v0.5.5
9572026-04-19T04:28:08.348Z Downloaded expectorate v1.2.0
9582026-04-19T04:28:08.351Z Downloaded flume v0.11.1
9592026-04-19T04:28:08.351Z Downloaded dropshot-api-manager v0.6.0
9602026-04-19T04:28:08.354Z Downloaded linear-map v1.2.0
9612026-04-19T04:28:08.357Z Downloaded indexmap v1.9.3
9622026-04-19T04:28:08.357Z Downloaded postgres-types v0.2.12
9632026-04-19T04:28:08.360Z Downloaded oso v0.27.3
9642026-04-19T04:28:08.360Z Downloaded rand_chacha v0.9.0
9652026-04-19T04:28:08.363Z Downloaded rand_core v0.9.5
9662026-04-19T04:28:08.363Z Downloaded rand_seeder v0.4.0
9672026-04-19T04:28:08.363Z Downloaded rand_core v0.6.4
9682026-04-19T04:28:08.367Z Downloaded hyper-rustls v0.27.7
9692026-04-19T04:28:08.367Z Downloaded miniz_oxide v0.8.9
9702026-04-19T04:28:08.370Z Downloaded same-file v1.0.6
9712026-04-19T04:28:08.370Z Downloaded parking_lot_core v0.9.12
9722026-04-19T04:28:08.370Z Downloaded scopeguard v1.2.0
9732026-04-19T04:28:08.374Z Downloaded sapling-renderdag v0.1.0
9742026-04-19T04:28:08.374Z Downloaded papergrid v0.17.0
9752026-04-19T04:28:08.377Z Downloaded scheduled-thread-pool v0.2.7
9762026-04-19T04:28:08.377Z Downloaded secrecy v0.8.0
9772026-04-19T04:28:08.377Z Downloaded aes v0.8.4
9782026-04-19T04:28:08.380Z Downloaded derive_more-impl v2.1.1
9792026-04-19T04:28:08.383Z Downloaded jiff-static v0.2.21
9802026-04-19T04:28:08.387Z Downloaded scroll_derive v0.13.1
9812026-04-19T04:28:08.387Z Downloaded semver v0.1.20
9822026-04-19T04:28:08.387Z Downloaded bytes v1.11.1
9832026-04-19T04:28:08.390Z Downloaded secrecy v0.10.3
9842026-04-19T04:28:08.390Z Downloaded resolv-conf v0.7.6
9852026-04-19T04:28:08.390Z Downloaded phf_shared v0.12.1
9862026-04-19T04:28:08.393Z Downloaded hyper-staticfile v0.10.1
9872026-04-19T04:28:08.393Z Downloaded httparse v1.10.1
9882026-04-19T04:28:08.396Z Downloaded serde_bytes v0.11.19
9892026-04-19T04:28:08.396Z Downloaded seq-macro v0.3.6
9902026-04-19T04:28:08.396Z Downloaded serde_urlencoded v0.7.1
9912026-04-19T04:28:08.399Z Downloaded serde-big-array v0.5.1
9922026-04-19T04:28:08.399Z Downloaded libsw v3.5.0
9932026-04-19T04:28:08.402Z Downloaded pin-project v1.1.11
9942026-04-19T04:28:08.406Z Downloaded pkcs1 v0.7.5
9952026-04-19T04:28:08.410Z Downloaded rustls-pemfile v2.2.0
9962026-04-19T04:28:08.413Z Downloaded serde_plain v1.0.2
9972026-04-19T04:28:08.413Z Downloaded rustversion v1.0.22
9982026-04-19T04:28:08.413Z Downloaded sigpipe v0.1.3
9992026-04-19T04:28:08.415Z Downloaded shell-words v1.1.1
10002026-04-19T04:28:08.416Z Downloaded rustls-pemfile v1.0.4
10012026-04-19T04:28:08.416Z Downloaded rustls-native-certs v0.8.3
10022026-04-19T04:28:08.418Z Downloaded signature v2.2.0
10032026-04-19T04:28:08.418Z Downloaded quinn-udp v0.5.14
10042026-04-19T04:28:08.422Z Downloaded pkcs5 v0.7.1
10052026-04-19T04:28:08.425Z Downloaded p256 v0.13.2
10062026-04-19T04:28:08.425Z Downloaded sha1 v0.10.6
10072026-04-19T04:28:08.425Z Downloaded serde_repr v0.1.20
10082026-04-19T04:28:08.428Z Downloaded minimal-lexical v0.2.1
10092026-04-19T04:28:08.431Z Downloaded signal-hook-mio v0.2.5
10102026-04-19T04:28:08.431Z Downloaded salsa20 v0.10.2
10112026-04-19T04:28:08.431Z Downloaded siphasher v1.0.2
10122026-04-19T04:28:08.434Z Downloaded prefix-trie v0.7.0
10132026-04-19T04:28:08.434Z Downloaded scrypt v0.11.0
10142026-04-19T04:28:08.437Z Downloaded schemars_derive v0.8.22
10152026-04-19T04:28:08.437Z Downloaded diesel_derives v2.3.7
10162026-04-19T04:28:08.440Z Downloaded slog-envlogger v2.2.0
10172026-04-19T04:28:08.443Z Downloaded rand_core v0.10.0
10182026-04-19T04:28:08.443Z Downloaded postcard v1.1.3
10192026-04-19T04:28:08.446Z Downloaded hashbrown v0.12.3
10202026-04-19T04:28:08.449Z Downloaded signal-hook-tokio v0.3.1
10212026-04-19T04:28:08.452Z Downloaded slog-bunyan v2.5.0
10222026-04-19T04:28:08.452Z Downloaded progenitor-impl v0.13.0
10232026-04-19T04:28:08.454Z Downloaded openssl-sys v0.9.111
10242026-04-19T04:28:08.457Z Downloaded serde_spanned v1.0.4
10252026-04-19T04:28:08.462Z Downloaded serde_path_to_error v0.1.20
10262026-04-19T04:28:08.462Z Downloaded sec1 v0.7.3
10272026-04-19T04:28:08.462Z Downloaded hyper-util v0.1.20
10282026-04-19T04:28:08.464Z Downloaded rusty-fork v0.3.1
10292026-04-19T04:28:08.467Z Downloaded http v1.4.0
10302026-04-19T04:28:08.474Z Downloaded sct v0.7.1
10312026-04-19T04:28:08.477Z Downloaded serde-hex v0.1.0
10322026-04-19T04:28:08.480Z Downloaded chrono v0.4.44
10332026-04-19T04:28:08.483Z Downloaded strip-ansi-escapes v0.2.1
10342026-04-19T04:28:08.483Z Downloaded ssh-cipher v0.2.0
10352026-04-19T04:28:08.483Z Downloaded crossterm v0.28.1
10362026-04-19T04:28:08.495Z Downloaded russh-keys v0.45.0
10372026-04-19T04:28:08.498Z Downloaded strum v0.27.2
10382026-04-19T04:28:08.503Z Downloaded strum v0.26.3
10392026-04-19T04:28:08.506Z Downloaded subtle v2.6.1
10402026-04-19T04:28:08.506Z Downloaded structmeta-derive v0.3.0
10412026-04-19T04:28:08.506Z Downloaded structmeta v0.3.0
10422026-04-19T04:28:08.509Z Downloaded slog-stdlog v4.1.1
10432026-04-19T04:28:08.509Z Downloaded slog-scope v4.4.1
10442026-04-19T04:28:08.512Z Downloaded snafu-derive v0.8.9
10452026-04-19T04:28:08.512Z Downloaded hashbrown v0.13.2
10462026-04-19T04:28:08.515Z Downloaded slab v0.4.12
10472026-04-19T04:28:08.518Z Downloaded simd-adler32 v0.3.8
10482026-04-19T04:28:08.521Z Downloaded sqlparser_derive v0.5.0
10492026-04-19T04:28:08.524Z Downloaded supports-color v3.0.2
10502026-04-19T04:28:08.527Z Downloaded sync_wrapper v1.0.2
10512026-04-19T04:28:08.527Z Downloaded sync-ptr v0.1.4
10522026-04-19T04:28:08.527Z Downloaded slog-json v2.6.1
10532026-04-19T04:28:08.531Z Downloaded take_mut v0.2.2
10542026-04-19T04:28:08.531Z Downloaded tagptr v0.2.0
10552026-04-19T04:28:08.531Z Downloaded tabwriter v1.4.1
10562026-04-19T04:28:08.531Z Downloaded tap v1.0.1
10572026-04-19T04:28:08.535Z Downloaded prettyplease v0.2.37
10582026-04-19T04:28:08.535Z Downloaded pretty_assertions v1.4.1
10592026-04-19T04:28:08.535Z Downloaded scroll v0.13.0
10602026-04-19T04:28:08.538Z Downloaded tabled_derive v0.11.0
10612026-04-19T04:28:08.538Z Downloaded testing_table v0.3.0
10622026-04-19T04:28:08.538Z Downloaded termtree v0.5.1
10632026-04-19T04:28:08.538Z Downloaded smf v0.2.3
10642026-04-19T04:28:08.541Z Downloaded smallvec v0.6.14
10652026-04-19T04:28:08.541Z Downloaded hickory-server v0.25.2
10662026-04-19T04:28:08.544Z Downloaded progenitor-impl v0.10.0
10672026-04-19T04:28:08.544Z Downloaded slog-dtrace v0.3.0
10682026-04-19T04:28:08.547Z Downloaded slog-async v2.8.0
10692026-04-19T04:28:08.550Z Downloaded stacker v0.1.23
10702026-04-19T04:28:08.550Z Downloaded thread-id v5.1.0
10712026-04-19T04:28:08.550Z Downloaded thiserror-impl-no-std v2.0.2
10722026-04-19T04:28:08.553Z Downloaded sqlformat v0.3.5
10732026-04-19T04:28:08.553Z Downloaded spki v0.7.3
10742026-04-19T04:28:08.553Z Downloaded ssh-encoding v0.2.0
10752026-04-19T04:28:08.556Z Downloaded serde_with_macros v3.17.0
10762026-04-19T04:28:08.556Z Downloaded tinyvec_macros v0.1.1
10772026-04-19T04:28:08.558Z Downloaded stringprep v0.1.5
10782026-04-19T04:28:08.559Z Downloaded string_cache v0.8.9
10792026-04-19T04:28:08.559Z Downloaded static_assertions v1.1.0
10802026-04-19T04:28:08.562Z Downloaded crossterm v0.29.0
10812026-04-19T04:28:08.564Z Downloaded rcgen v0.12.1
10822026-04-19T04:28:08.567Z Downloaded shlex v1.3.0
10832026-04-19T04:28:08.567Z Downloaded serde_derive_internals v0.29.1
10842026-04-19T04:28:08.571Z Downloaded ryu v1.0.23
10852026-04-19T04:28:08.571Z Downloaded tokio-macros v2.7.0
10862026-04-19T04:28:08.573Z Downloaded rustls-pki-types v1.14.0
10872026-04-19T04:28:08.577Z Downloaded schemars v0.8.22
10882026-04-19T04:28:08.581Z Downloaded strum_macros v0.26.4
10892026-04-19T04:28:08.583Z Downloaded signal-hook-registry v1.4.8
10902026-04-19T04:28:08.583Z Downloaded strum_macros v0.24.3
10912026-04-19T04:28:08.586Z Downloaded mio v1.2.0
10922026-04-19T04:28:08.589Z Downloaded progenitor-impl v0.11.2
10932026-04-19T04:28:08.592Z Downloaded rustls-platform-verifier v0.6.2
10942026-04-19T04:28:08.592Z Downloaded nom v7.1.3
10952026-04-19T04:28:08.595Z Downloaded itertools v0.10.5
10962026-04-19T04:28:08.598Z Downloaded support-bundle-viewer v0.1.2
10972026-04-19T04:28:08.601Z Downloaded strum_macros v0.27.2
10982026-04-19T04:28:08.607Z Downloaded hashbrown v0.15.5
10992026-04-19T04:28:08.610Z Downloaded slog-term v2.9.2
11002026-04-19T04:28:08.613Z Downloaded termios v0.3.3
11012026-04-19T04:28:08.613Z Downloaded publicsuffix v2.3.0
11022026-04-19T04:28:08.616Z Downloaded bitvec v1.0.1
11032026-04-19T04:28:08.622Z Downloaded thiserror-no-std v2.0.2
11042026-04-19T04:28:08.625Z Downloaded serde_cbor v0.11.2
11052026-04-19T04:28:08.628Z Downloaded tiny-keccak v2.0.2
11062026-04-19T04:28:08.628Z Downloaded topological-sort v0.2.2
11072026-04-19T04:28:08.631Z Downloaded signal-hook v0.3.18
11082026-04-19T04:28:08.631Z Downloaded rayon-core v1.13.0
11092026-04-19T04:28:08.634Z Downloaded rand v0.8.5
11102026-04-19T04:28:08.644Z Downloaded qorb v0.4.1
11112026-04-19T04:28:08.644Z Downloaded tls_codec_derive v0.4.2
11122026-04-19T04:28:08.645Z Downloaded time-macros v0.2.27
11132026-04-19T04:28:08.645Z Downloaded schemars v0.9.0
11142026-04-19T04:28:08.649Z Downloaded try-lock v0.2.5
11152026-04-19T04:28:08.652Z Downloaded tokio-dtrace v0.1.1
11162026-04-19T04:28:08.652Z Downloaded trait-variant v0.1.2
11172026-04-19T04:28:08.652Z Downloaded tower-service v0.3.3
11182026-04-19T04:28:08.652Z Downloaded tls_codec v0.4.2
11192026-04-19T04:28:08.655Z Downloaded tower-layer v0.3.3
11202026-04-19T04:28:08.655Z Downloaded tokio-rustls v0.25.0
11212026-04-19T04:28:08.655Z Downloaded tokio-native-tls v0.3.1
11222026-04-19T04:28:08.658Z Downloaded unarray v0.1.4
11232026-04-19T04:28:08.658Z Downloaded typify-macro v0.4.3
11242026-04-19T04:28:08.658Z Downloaded universal-hash v0.5.1
11252026-04-19T04:28:08.658Z Downloaded typify-macro v0.6.1
11262026-04-19T04:28:08.662Z Downloaded quinn v0.11.9
11272026-04-19T04:28:08.662Z Downloaded ron v0.8.1
11282026-04-19T04:28:08.665Z Downloaded num-bigint v0.4.6
11292026-04-19T04:28:08.668Z Downloaded time-core v0.1.8
11302026-04-19T04:28:08.668Z Downloaded libxml v0.3.3
11312026-04-19T04:28:08.670Z Downloaded slog v2.8.2
11322026-04-19T04:28:08.674Z Downloaded term v1.2.1
11332026-04-19T04:28:08.676Z Downloaded tokio-tungstenite v0.23.1
11342026-04-19T04:28:08.676Z Downloaded unit-prefix v0.5.2
11352026-04-19T04:28:08.679Z Downloaded tokio-tungstenite v0.21.0
11362026-04-19T04:28:08.679Z Downloaded usdt v0.6.0
11372026-04-19T04:28:08.679Z Downloaded untrusted v0.9.0
11382026-04-19T04:28:08.682Z Downloaded untrusted v0.7.1
11392026-04-19T04:28:08.682Z Downloaded unicode-truncate v1.1.0
11402026-04-19T04:28:08.682Z Downloaded usdt-macro v0.6.0
11412026-04-19T04:28:08.682Z Downloaded usdt-attr-macro v0.6.0
11422026-04-19T04:28:08.685Z Downloaded term v0.7.0
11432026-04-19T04:28:08.685Z Downloaded socket2 v0.5.10
11442026-04-19T04:28:08.688Z Downloaded similar v2.7.0
11452026-04-19T04:28:08.691Z Downloaded aes-gcm v0.10.3
11462026-04-19T04:28:08.694Z Downloaded toml_datetime v1.0.0+spec-1.1.0
11472026-04-19T04:28:08.699Z Downloaded utf-8 v0.7.6
11482026-04-19T04:28:08.702Z Downloaded spin v0.9.8
11492026-04-19T04:28:08.702Z Downloaded socket2 v0.6.3
11502026-04-19T04:28:08.705Z Downloaded wait-timeout v0.2.1
11512026-04-19T04:28:08.705Z Downloaded toml_writer v1.0.6+spec-1.1.0
11522026-04-19T04:28:08.708Z Downloaded void v1.0.2
11532026-04-19T04:28:08.711Z Downloaded toml_datetime v0.7.5+spec-1.1.0
11542026-04-19T04:28:08.714Z Downloaded num-bigint-dig v0.8.6
11552026-04-19T04:28:08.717Z Downloaded h2 v0.4.13
11562026-04-19T04:28:08.719Z Downloaded itertools v0.13.0
11572026-04-19T04:28:08.723Z Downloaded want v0.3.1
11582026-04-19T04:28:08.725Z Downloaded waitgroup v0.1.2
11592026-04-19T04:28:08.725Z Downloaded rustls-webpki v0.103.9
11602026-04-19T04:28:08.725Z Downloaded serde_yaml v0.9.34+deprecated
11612026-04-19T04:28:08.728Z Downloaded tokio-rustls v0.24.1
11622026-04-19T04:28:08.728Z Downloaded subprocess v0.2.15
11632026-04-19T04:28:08.731Z Downloaded tui-tree-widget v0.23.1
11642026-04-19T04:28:08.734Z Downloaded xattr v1.6.1
11652026-04-19T04:28:08.734Z Downloaded unicase v2.9.0
11662026-04-19T04:28:08.734Z Downloaded rand v0.9.2
11672026-04-19T04:28:08.740Z Downloaded hyper v1.8.1
11682026-04-19T04:28:08.743Z Downloaded itertools v0.14.0
11692026-04-19T04:28:08.746Z Downloaded tokio-rustls v0.26.4
11702026-04-19T04:28:08.749Z Downloaded snafu v0.8.9
11712026-04-19T04:28:08.752Z Downloaded zeroize_derive v1.4.3
11722026-04-19T04:28:08.752Z Downloaded xshell-macros v0.2.7
11732026-04-19T04:28:08.755Z Downloaded usdt-impl v0.6.0
11742026-04-19T04:28:08.760Z Downloaded samael v0.0.19
11752026-04-19T04:28:08.763Z Downloaded iri-string v0.7.10
11762026-04-19T04:28:08.767Z Downloaded hkdf v0.12.4
11772026-04-19T04:28:08.771Z Downloaded aho-corasick v1.1.4
11782026-04-19T04:28:08.774Z Downloaded test-strategy v0.4.5
11792026-04-19T04:28:08.777Z Downloaded zone_cfg_derive v0.3.1
11802026-04-19T04:28:08.777Z Downloaded thread_local v1.1.9
11812026-04-19T04:28:08.780Z Downloaded libm v0.2.16
11822026-04-19T04:28:08.785Z Downloaded vergen-lib v0.1.6
11832026-04-19T04:28:08.788Z Downloaded vergen-gitcl v1.0.8
11842026-04-19T04:28:08.788Z Downloaded uzers v0.12.2
11852026-04-19T04:28:08.791Z Downloaded toml_parser v1.0.9+spec-1.1.0
11862026-04-19T04:28:08.791Z Downloaded itertools v0.12.1
11872026-04-19T04:28:08.794Z Downloaded tracing-attributes v0.1.31
11882026-04-19T04:28:08.796Z Downloaded vsss-rs v3.3.4
11892026-04-19T04:28:08.796Z Downloaded vergen-git2 v1.0.7
11902026-04-19T04:28:08.799Z Downloaded tinyvec v1.10.0
11912026-04-19T04:28:08.799Z Downloaded whoami v1.6.1
11922026-04-19T04:28:08.802Z Downloaded schemars v1.2.1
11932026-04-19T04:28:08.808Z Downloaded whoami v2.1.0
11942026-04-19T04:28:08.811Z Downloaded twox-hash v2.1.2
11952026-04-19T04:28:08.811Z Downloaded tokio-stream v0.1.18
11962026-04-19T04:28:08.814Z Downloaded xshell v0.2.7
11972026-04-19T04:28:08.816Z Downloaded rand v0.10.0
11982026-04-19T04:28:08.816Z Downloaded iddqd v0.3.17
11992026-04-19T04:28:08.821Z Downloaded futures-util v0.3.32
12002026-04-19T04:28:08.826Z Downloaded zstd-safe v7.2.4
12012026-04-19T04:28:08.829Z Downloaded zstd v0.13.3
12022026-04-19T04:28:08.829Z Downloaded toml v0.9.12+spec-1.1.0
12032026-04-19T04:28:08.832Z Downloaded zeroize v1.8.2
12042026-04-19T04:28:08.834Z Downloaded toml v0.7.8
12052026-04-19T04:28:08.835Z Downloaded p521 v0.13.3
12062026-04-19T04:28:08.837Z Downloaded walkdir v2.5.0
12072026-04-19T04:28:08.840Z Downloaded russh v0.45.0
12082026-04-19T04:28:08.843Z Downloaded rsa v0.9.10
12092026-04-19T04:28:08.846Z Downloaded zone v0.3.1
12102026-04-19T04:28:08.849Z Downloaded vergen v9.0.6
12112026-04-19T04:28:08.853Z Downloaded tracing-core v0.1.36
12122026-04-19T04:28:08.857Z Downloaded wyz v0.5.1
12132026-04-19T04:28:08.860Z Downloaded yasna v0.5.2
12142026-04-19T04:28:08.863Z Downloaded typify v0.6.1
12152026-04-19T04:28:08.866Z Downloaded tungstenite v0.21.0
12162026-04-19T04:28:08.871Z Downloaded unicode-properties v0.1.4
12172026-04-19T04:28:08.876Z Downloaded tar v0.4.45
12182026-04-19T04:28:08.883Z Downloaded zerocopy v0.6.6
12192026-04-19T04:28:08.892Z Downloaded uuid v1.23.0
12202026-04-19T04:28:08.898Z Downloaded toml v1.0.6+spec-1.1.0
12212026-04-19T04:28:08.901Z Downloaded toml_edit v0.23.10+spec-1.0.0
12222026-04-19T04:28:08.904Z Downloaded steno v0.4.1
12232026-04-19T04:28:08.907Z Downloaded typify v0.4.3
12242026-04-19T04:28:08.910Z Downloaded unicode-bidi v0.3.18
12252026-04-19T04:28:08.913Z Downloaded rustyline v14.0.0
12262026-04-19T04:28:08.918Z Downloaded tokio-postgres v0.7.16
12272026-04-19T04:28:08.920Z Downloaded unsafe-libyaml v0.2.11
12282026-04-19T04:28:08.923Z Downloaded tungstenite v0.23.0
12292026-04-19T04:28:08.934Z Downloaded reedline v0.40.0
12302026-04-19T04:28:08.946Z Downloaded zopfli v0.8.3
12312026-04-19T04:28:08.950Z Downloaded rpassword v7.4.0
12322026-04-19T04:28:08.956Z Downloaded vte v0.14.1
12332026-04-19T04:28:08.959Z Downloaded git2 v0.20.4
12342026-04-19T04:28:08.964Z Downloaded yansi v1.0.1
12352026-04-19T04:28:08.967Z Downloaded aws-lc-rs v1.16.0
12362026-04-19T04:28:08.972Z Downloaded blake3 v1.8.3
12372026-04-19T04:28:08.976Z Downloaded toml_edit v0.19.15
12382026-04-19T04:28:08.997Z Downloaded ssh-key v0.6.7
12392026-04-19T04:28:09.001Z Downloaded rayon v1.11.0
12402026-04-19T04:28:09.007Z Downloaded unicode_categories v0.1.1
12412026-04-19T04:28:09.010Z Downloaded p384 v0.13.1
12422026-04-19T04:28:09.013Z Downloaded bindgen v0.71.1
12432026-04-19T04:28:09.015Z Downloaded regex v1.12.3
12442026-04-19T04:28:09.019Z Downloaded reqwest v0.12.28
12452026-04-19T04:28:09.022Z Downloaded tower v0.5.3
12462026-04-19T04:28:09.028Z Downloaded reqwest v0.13.2
12472026-04-19T04:28:09.032Z Downloaded zip v0.6.6
12482026-04-19T04:28:09.036Z Downloaded typed-path v0.9.3
12492026-04-19T04:28:09.039Z Downloaded x509-cert v0.2.5
12502026-04-19T04:28:09.041Z Downloaded portable-atomic v1.13.1
12512026-04-19T04:28:09.047Z Downloaded zerocopy-derive v0.8.40
12522026-04-19T04:28:09.051Z Downloaded tower-http v0.6.8
12532026-04-19T04:28:09.055Z Downloaded lalrpop v0.19.12
12542026-04-19T04:28:09.061Z Downloaded quick-xml v0.37.5
12552026-04-19T04:28:09.065Z Downloaded goblin v0.10.5
12562026-04-19T04:28:09.069Z Downloaded tokio-util v0.7.18
12572026-04-19T04:28:09.075Z Downloaded salty v0.3.0
12582026-04-19T04:28:09.079Z Downloaded zip v4.6.1
12592026-04-19T04:28:09.082Z Downloaded rustls-webpki v0.101.7
12602026-04-19T04:28:09.091Z Downloaded rustls-webpki v0.102.8
12612026-04-19T04:28:09.103Z Downloaded unicode-normalization v0.1.25
12622026-04-19T04:28:09.106Z Downloaded unicode-segmentation v1.12.0
12632026-04-19T04:28:09.109Z Downloaded petname v2.0.2
12642026-04-19T04:28:09.114Z Downloaded tough v0.20.0
12652026-04-19T04:28:09.120Z Downloaded moka v0.12.13
12662026-04-19T04:28:09.128Z Downloaded proptest v1.10.0
12672026-04-19T04:28:09.145Z Downloaded serde_with v3.17.0
12682026-04-19T04:28:09.152Z Downloaded curve25519-dalek v4.1.3
12692026-04-19T04:28:09.172Z Downloaded object v0.30.4
12702026-04-19T04:28:09.180Z Downloaded radix_trie v0.2.1
12712026-04-19T04:28:09.187Z Downloaded quinn-proto v0.11.13
12722026-04-19T04:28:09.190Z Downloaded nix v0.27.1
12732026-04-19T04:28:09.196Z Downloaded winnow v0.6.26
12742026-04-19T04:28:09.202Z Downloaded nix v0.28.0
12752026-04-19T04:28:09.208Z Downloaded rustls v0.21.12
12762026-04-19T04:28:09.214Z Downloaded bstr v1.12.1
12772026-04-19T04:28:09.219Z Downloaded polar-core v0.27.3
12782026-04-19T04:28:09.225Z Downloaded nix v0.29.0
12792026-04-19T04:28:09.231Z Downloaded openssl v0.10.75
12802026-04-19T04:28:09.241Z Downloaded winnow v0.5.40
12812026-04-19T04:28:09.245Z Downloaded vcpkg v0.2.15
12822026-04-19T04:28:09.269Z Downloaded webpki-roots v1.0.6
12832026-04-19T04:28:09.272Z Downloaded tabled v0.20.0
12842026-04-19T04:28:09.281Z Downloaded time v0.3.47
12852026-04-19T04:28:09.288Z Downloaded regex-syntax v0.6.29
12862026-04-19T04:28:09.298Z Downloaded dropshot v0.17.0
12872026-04-19T04:28:09.311Z Downloaded smoltcp v0.9.1
12882026-04-19T04:28:09.316Z Downloaded zlib-rs v0.6.2
12892026-04-19T04:28:09.320Z Downloaded rustls v0.23.37
12902026-04-19T04:28:09.326Z Downloaded nix v0.31.2
12912026-04-19T04:28:09.333Z Downloaded hickory-proto v0.25.2
12922026-04-19T04:28:09.343Z Downloaded hickory-proto v0.24.4
12932026-04-19T04:28:09.352Z Downloaded zerocopy v0.8.40
12942026-04-19T04:28:09.358Z Downloaded smoltcp v0.11.0
12952026-04-19T04:28:09.366Z Downloaded regex-syntax v0.8.10
12962026-04-19T04:28:09.372Z Downloaded diesel v2.3.7
12972026-04-19T04:28:09.385Z Downloaded regress v0.10.5
12982026-04-19T04:28:09.390Z Downloaded object v0.37.3
12992026-04-19T04:28:09.397Z Downloaded rustix v0.38.44
13002026-04-19T04:28:09.411Z Downloaded dropshot v0.16.7
13012026-04-19T04:28:09.424Z Downloaded sqlparser v0.61.0
13022026-04-19T04:28:09.430Z Downloaded rustls v0.22.4
13032026-04-19T04:28:09.442Z Downloaded openapiv3 v2.2.0
13042026-04-19T04:28:09.447Z Downloaded bzip2-sys v0.1.13+1.0.8
13052026-04-19T04:28:09.458Z Downloaded tracing v0.1.44
13062026-04-19T04:28:09.471Z Downloaded typify-impl v0.6.1
13072026-04-19T04:28:09.479Z Downloaded sled v0.34.7
13082026-04-19T04:28:09.485Z Downloaded ratatui v0.29.0
13092026-04-19T04:28:09.496Z Downloaded typify-impl v0.4.3
13102026-04-19T04:28:09.513Z Downloaded regex-automata v0.4.14
13112026-04-19T04:28:09.522Z Downloaded zerocopy-derive v0.6.6
13122026-04-19T04:28:09.532Z Downloaded encoding_rs v0.8.35
13132026-04-19T04:28:09.545Z Downloaded chrono-tz v0.10.4
13142026-04-19T04:28:09.556Z Downloaded petgraph v0.6.5
13152026-04-19T04:28:09.567Z Downloaded jiff v0.2.21
13162026-04-19T04:28:09.593Z Downloaded petgraph v0.8.3
13172026-04-19T04:28:09.606Z Downloaded libz-sys v1.1.24
13182026-04-19T04:28:09.626Z Downloaded csv v1.4.0
13192026-04-19T04:28:09.638Z Downloaded zstd-sys v2.0.16+zstd.1.5.7
13202026-04-19T04:28:09.648Z Downloaded tokio v1.52.1
13212026-04-19T04:28:09.671Z Downloaded sha3 v0.10.8
13222026-04-19T04:28:09.726Z Downloaded libgit2-sys v0.18.3+1.9.2
13232026-04-19T04:28:09.759Z Downloaded ring v0.17.14
13242026-04-19T04:28:10.272Z Downloaded aws-lc-sys v0.37.1
13252026-04-19T04:28:10.519Z Compiling libc v0.2.185
13262026-04-19T04:28:10.519Z Compiling serde v1.0.228
13272026-04-19T04:28:10.522Z Compiling log v0.4.29
13282026-04-19T04:28:10.522Z Compiling shlex v1.3.0
13292026-04-19T04:28:10.522Z Compiling find-msvc-tools v0.1.9
13302026-04-19T04:28:10.522Z Compiling smallvec v1.15.1
13312026-04-19T04:28:10.522Z Compiling typenum v1.19.0
13322026-04-19T04:28:10.522Z Compiling subtle v2.6.1
13332026-04-19T04:28:10.522Z Compiling generic-array v0.14.7
13342026-04-19T04:28:10.522Z Compiling scopeguard v1.2.0
13352026-04-19T04:28:10.523Z Compiling const-oid v0.9.6
13362026-04-19T04:28:10.701Z Compiling portable-atomic v1.13.1
13372026-04-19T04:28:10.714Z Compiling zerocopy v0.8.40
13382026-04-19T04:28:10.729Z Compiling syn v2.0.117
13392026-04-19T04:28:10.798Z Compiling serde_json v1.0.149
13402026-04-19T04:28:10.803Z Compiling critical-section v1.2.0
13412026-04-19T04:28:10.858Z Compiling lock_api v0.4.14
13422026-04-19T04:28:10.879Z Compiling parking_lot_core v0.9.12
13432026-04-19T04:28:10.893Z Compiling pin-project-lite v0.2.17
13442026-04-19T04:28:10.956Z Compiling pkg-config v0.3.32
13452026-04-19T04:28:10.970Z Compiling bitflags v2.11.0
13462026-04-19T04:28:10.975Z Compiling libm v0.2.16
13472026-04-19T04:28:10.998Z Compiling num-traits v0.2.19
13482026-04-19T04:28:11.016Z Compiling futures-core v0.3.32
13492026-04-19T04:28:11.061Z Compiling percent-encoding v2.3.2
13502026-04-19T04:28:11.066Z Compiling allocator-api2 v0.2.21
13512026-04-19T04:28:11.154Z Compiling foldhash v0.2.0
13522026-04-19T04:28:11.198Z Compiling futures-sink v0.3.32
13532026-04-19T04:28:11.202Z Compiling cpufeatures v0.2.17
13542026-04-19T04:28:11.247Z Compiling getrandom v0.4.1
13552026-04-19T04:28:11.278Z Compiling slab v0.4.12
13562026-04-19T04:28:11.306Z Compiling futures-channel v0.3.32
13572026-04-19T04:28:11.309Z Compiling futures-io v0.3.32
13582026-04-19T04:28:11.348Z Compiling futures-task v0.3.32
13592026-04-19T04:28:11.392Z Compiling hashbrown v0.16.1
13602026-04-19T04:28:11.406Z Compiling rustversion v1.0.22
13612026-04-19T04:28:11.420Z Compiling getrandom v0.3.4
13622026-04-19T04:28:11.437Z Compiling rand_core v0.10.0
13632026-04-19T04:28:11.481Z Compiling form_urlencoded v1.2.2
13642026-04-19T04:28:11.482Z Compiling dunce v1.0.5
13652026-04-19T04:28:11.526Z Compiling ident_case v1.0.1
13662026-04-19T04:28:11.543Z Compiling base64ct v1.8.3
13672026-04-19T04:28:11.555Z Compiling fs_extra v1.3.0
13682026-04-19T04:28:11.596Z Compiling flagset v0.4.7
13692026-04-19T04:28:11.609Z Compiling getrandom v0.2.17
13702026-04-19T04:28:11.621Z Compiling jobserver v0.1.34
13712026-04-19T04:28:11.697Z Compiling errno v0.3.14
13722026-04-19T04:28:11.708Z Compiling mio v1.2.0
13732026-04-19T04:28:11.723Z Compiling socket2 v0.6.3
13742026-04-19T04:28:11.770Z Compiling rand_core v0.6.4
13752026-04-19T04:28:11.783Z Compiling once_cell v1.21.3
13762026-04-19T04:28:11.835Z Compiling cc v1.2.56
13772026-04-19T04:28:11.858Z Compiling signal-hook-registry v1.4.8
13782026-04-19T04:28:11.891Z Compiling pem-rfc7468 v0.7.0
13792026-04-19T04:28:11.913Z Compiling parking_lot v0.12.5
13802026-04-19T04:28:11.993Z Compiling indexmap v2.13.0
13812026-04-19T04:28:12.024Z Compiling rustix v1.1.3
13822026-04-19T04:28:12.028Z Compiling iana-time-zone v0.1.65
13832026-04-19T04:28:12.056Z Compiling uuid v1.23.0
13842026-04-19T04:28:12.105Z Compiling rustc_version v0.4.1
13852026-04-19T04:28:12.203Z Compiling aws-lc-rs v1.16.0
13862026-04-19T04:28:12.241Z Compiling vcpkg v0.2.15
13872026-04-19T04:28:12.258Z Compiling regex-syntax v0.8.10
13882026-04-19T04:28:12.325Z Compiling tracing-core v0.1.36
13892026-04-19T04:28:12.339Z Compiling untrusted v0.9.0
13902026-04-19T04:28:12.369Z Compiling httparse v1.10.1
13912026-04-19T04:28:12.469Z Compiling rand_core v0.9.5
13922026-04-19T04:28:12.501Z Compiling untrusted v0.7.1
13932026-04-19T04:28:12.520Z Compiling base64 v0.22.1
13942026-04-19T04:28:12.534Z Compiling openssl-probe v0.2.1
13952026-04-19T04:28:12.552Z Compiling schemars v0.8.22
13962026-04-19T04:28:12.646Z Compiling cmake v0.1.57
13972026-04-19T04:28:12.666Z Compiling tower-layer v0.3.3
13982026-04-19T04:28:12.756Z Compiling tinyvec_macros v0.1.1
13992026-04-19T04:28:12.793Z Compiling tower-service v0.3.3
14002026-04-19T04:28:12.796Z Compiling dyn-clone v1.0.20
14012026-04-19T04:28:12.811Z Compiling atomic-waker v1.1.2
14022026-04-19T04:28:12.856Z Compiling try-lock v0.2.5
14032026-04-19T04:28:12.865Z Compiling rustls v0.23.37
14042026-04-19T04:28:12.891Z Compiling tinyvec v1.10.0
14052026-04-19T04:28:12.896Z Compiling spin v0.9.8
14062026-04-19T04:28:12.896Z Compiling aho-corasick v1.1.4
14072026-04-19T04:28:12.949Z Compiling want v0.3.1
14082026-04-19T04:28:12.957Z Compiling num-conv v0.2.0
14092026-04-19T04:28:12.979Z Compiling httpdate v1.0.3
14102026-04-19T04:28:12.982Z Compiling powerfmt v0.2.0
14112026-04-19T04:28:13.010Z Compiling time-core v0.1.8
14122026-04-19T04:28:13.026Z Compiling pin-utils v0.1.0
14132026-04-19T04:28:13.067Z Compiling foreign-types-shared v0.1.1
14142026-04-19T04:28:13.082Z Compiling crc32fast v1.5.0
14152026-04-19T04:28:13.119Z Compiling openssl v0.10.75
14162026-04-19T04:28:13.123Z Compiling socket2 v0.5.10
14172026-04-19T04:28:13.146Z Compiling foreign-types v0.3.2
14182026-04-19T04:28:13.163Z Compiling deranged v0.5.8
14192026-04-19T04:28:13.179Z Compiling wait-timeout v0.2.1
14202026-04-19T04:28:13.181Z Compiling time-macros v0.2.27
14212026-04-19T04:28:13.221Z Compiling bit-vec v0.8.0
14222026-04-19T04:28:13.235Z Compiling usdt-impl v0.6.0
14232026-04-19T04:28:13.238Z Compiling num_threads v0.1.7
14242026-04-19T04:28:13.265Z Compiling quick-error v1.2.3
14252026-04-19T04:28:13.290Z Compiling simd-adler32 v0.3.8
14262026-04-19T04:28:13.385Z Compiling native-tls v0.2.18
14272026-04-19T04:28:13.401Z Compiling siphasher v1.0.2
14282026-04-19T04:28:13.420Z Compiling crossbeam-utils v0.8.21
14292026-04-19T04:28:13.490Z Compiling syn v1.0.109
14302026-04-19T04:28:13.504Z Compiling bit-set v0.8.0
14312026-04-19T04:28:13.554Z Compiling unicode-normalization v0.1.25
14322026-04-19T04:28:13.570Z Compiling aws-lc-sys v0.37.1
14332026-04-19T04:28:13.590Z Compiling ring v0.17.14
14342026-04-19T04:28:13.606Z Compiling openssl-sys v0.9.111
14352026-04-19T04:28:13.622Z Compiling zstd-sys v2.0.16+zstd.1.5.7
14362026-04-19T04:28:13.626Z Compiling bzip2-sys v0.1.13+1.0.8
14372026-04-19T04:28:13.695Z Compiling synstructure v0.13.2
14382026-04-19T04:28:13.754Z Compiling pest_generator v2.8.6
14392026-04-19T04:28:13.757Z Compiling serde_derive_internals v0.29.1
14402026-04-19T04:28:13.834Z Compiling darling_core v0.20.11
14412026-04-19T04:28:13.946Z Compiling regex-automata v0.4.14
14422026-04-19T04:28:14.031Z Compiling tempfile v3.25.0
14432026-04-19T04:28:14.153Z Compiling darling_core v0.21.3
14442026-04-19T04:28:14.220Z Compiling slog v2.8.2
14452026-04-19T04:28:14.346Z Compiling time v0.3.47
14462026-04-19T04:28:14.384Z Compiling rusty-fork v0.3.1
14472026-04-19T04:28:14.431Z Compiling rand_xorshift v0.4.0
14482026-04-19T04:28:14.446Z Compiling heapless v0.7.17
14492026-04-19T04:28:14.514Z Compiling thread-id v5.1.0
14502026-04-19T04:28:14.616Z Compiling sync_wrapper v1.0.2
14512026-04-19T04:28:14.631Z Compiling cookie v0.18.1
14522026-04-19T04:28:14.722Z Compiling zstd-safe v7.2.4
14532026-04-19T04:28:14.743Z Compiling signal-hook v0.3.18
14542026-04-19T04:28:14.761Z Compiling paste v1.0.15
14552026-04-19T04:28:14.764Z Compiling anyhow v1.0.102
14562026-04-19T04:28:14.793Z Compiling unarray v0.1.4
14572026-04-19T04:28:14.793Z Compiling adler2 v2.0.1
14582026-04-19T04:28:14.841Z Compiling unicode-properties v0.1.4
14592026-04-19T04:28:14.868Z Compiling unicode-bidi v0.3.18
14602026-04-19T04:28:14.923Z Compiling miniz_oxide v0.8.9
14612026-04-19T04:28:15.077Z Compiling num-integer v0.1.46
14622026-04-19T04:28:15.123Z Compiling vergen-lib v0.1.6
14632026-04-19T04:28:15.326Z Compiling stringprep v0.1.5
14642026-04-19T04:28:15.348Z Compiling curve25519-dalek v4.1.3
14652026-04-19T04:28:15.428Z Compiling ff v0.13.1
14662026-04-19T04:28:15.447Z Compiling hash32 v0.2.1
14672026-04-19T04:28:15.474Z Compiling serde_derive v1.0.228
14682026-04-19T04:28:15.530Z Compiling zeroize_derive v1.4.3
14692026-04-19T04:28:15.586Z Compiling zerofrom-derive v0.1.6
14702026-04-19T04:28:15.601Z Compiling yoke-derive v0.8.1
14712026-04-19T04:28:15.664Z Compiling zerocopy-derive v0.8.40
14722026-04-19T04:28:15.715Z Compiling zerovec-derive v0.11.2
14732026-04-19T04:28:15.806Z Compiling displaydoc v0.2.5
14742026-04-19T04:28:15.821Z Compiling tokio-macros v2.7.0
14752026-04-19T04:28:16.020Z Compiling futures-macro v0.3.32
14762026-04-19T04:28:16.231Z Compiling zeroize v1.8.2
14772026-04-19T04:28:16.253Z Compiling der_derive v0.7.3
14782026-04-19T04:28:16.593Z Compiling thiserror-impl v2.0.18
14792026-04-19T04:28:16.612Z Compiling rustls-pki-types v1.14.0
14802026-04-19T04:28:16.806Z Compiling tracing-attributes v0.1.31
14812026-04-19T04:28:16.853Z Compiling pest_derive v2.8.6
14822026-04-19T04:28:16.882Z Compiling futures-util v0.3.32
14832026-04-19T04:28:16.909Z Compiling schemars_derive v0.8.22
14842026-04-19T04:28:17.042Z Compiling crypto-common v0.1.7
14852026-04-19T04:28:17.079Z Compiling zerofrom v0.1.6
14862026-04-19T04:28:17.094Z Compiling block-buffer v0.10.4
14872026-04-19T04:28:17.265Z Compiling yoke v0.8.1
14882026-04-19T04:28:17.280Z Compiling digest v0.10.7
14892026-04-19T04:28:17.284Z Compiling block-padding v0.3.3
14902026-04-19T04:28:17.296Z Compiling der v0.7.10
14912026-04-19T04:28:17.358Z Compiling scroll_derive v0.13.1
14922026-04-19T04:28:17.470Z Compiling zerovec v0.11.5
14932026-04-19T04:28:17.473Z Compiling zerotrie v0.2.3
14942026-04-19T04:28:17.549Z Compiling hmac v0.12.1
14952026-04-19T04:28:17.731Z Compiling inout v0.1.4
14962026-04-19T04:28:17.816Z Compiling sha2 v0.10.9
14972026-04-19T04:28:17.921Z Compiling cipher v0.4.4
14982026-04-19T04:28:18.048Z Compiling tinystr v0.8.2
14992026-04-19T04:28:18.052Z Compiling potential_utf v0.1.4
15002026-04-19T04:28:18.161Z Compiling icu_collections v2.1.1
15012026-04-19T04:28:18.223Z Compiling icu_locale_core v2.1.1
15022026-04-19T04:28:18.240Z Compiling spki v0.7.3
15032026-04-19T04:28:18.242Z Compiling salsa20 v0.10.2
15042026-04-19T04:28:18.242Z Compiling pbkdf2 v0.12.2
15052026-04-19T04:28:18.242Z Compiling cbc v0.1.2
15062026-04-19T04:28:18.302Z Compiling aes v0.8.4
15072026-04-19T04:28:18.305Z Compiling thiserror v2.0.18
15082026-04-19T04:28:18.408Z Compiling scrypt v0.11.0
15092026-04-19T04:28:18.423Z Compiling tracing v0.1.44
15102026-04-19T04:28:18.457Z Compiling scroll v0.13.0
15112026-04-19T04:28:18.473Z Compiling darling_macro v0.20.11
15122026-04-19T04:28:18.587Z Compiling openssl-macros v0.1.1
15132026-04-19T04:28:18.668Z Compiling dtrace-parser v0.3.0
15142026-04-19T04:28:18.685Z Compiling signature v2.2.0
15152026-04-19T04:28:18.720Z Compiling pkcs5 v0.7.1
15162026-04-19T04:28:18.753Z Compiling goblin v0.10.5
15172026-04-19T04:28:18.890Z Compiling icu_provider v2.1.1
15182026-04-19T04:28:18.993Z Compiling darling v0.20.11
15192026-04-19T04:28:19.065Z Compiling bytes v1.11.1
15202026-04-19T04:28:19.092Z Compiling chrono v0.4.44
15212026-04-19T04:28:19.151Z Compiling icu_normalizer v2.1.1
15222026-04-19T04:28:19.167Z Compiling icu_properties v2.1.2
15232026-04-19T04:28:19.215Z Compiling pkcs8 v0.10.2
15242026-04-19T04:28:19.246Z Compiling ipnet v2.11.0
15252026-04-19T04:28:19.249Z Compiling derive_builder_core v0.20.2
15262026-04-19T04:28:19.291Z Compiling rustls-native-certs v0.8.3
15272026-04-19T04:28:19.408Z Compiling thiserror-impl v1.0.69
15282026-04-19T04:28:19.456Z Compiling scroll_derive v0.12.1
15292026-04-19T04:28:19.546Z Compiling tokio v1.52.1
15302026-04-19T04:28:19.601Z Compiling http v1.4.0
15312026-04-19T04:28:19.717Z Compiling toml_datetime v0.6.11
15322026-04-19T04:28:19.720Z Compiling serde_tokenstream v0.2.3
15332026-04-19T04:28:19.771Z Compiling serde_spanned v0.6.9
15342026-04-19T04:28:19.929Z Compiling erased-serde v0.3.31
15352026-04-19T04:28:19.994Z Compiling md-5 v0.10.6
15362026-04-19T04:28:20.063Z Compiling idna_adapter v1.2.1
15372026-04-19T04:28:20.157Z Compiling ppv-lite86 v0.2.21
15382026-04-19T04:28:20.172Z Compiling derive_builder_macro v0.20.2
15392026-04-19T04:28:20.189Z Compiling idna v1.1.0
15402026-04-19T04:28:20.221Z Compiling scroll v0.12.0
15412026-04-19T04:28:20.291Z Compiling http-body v1.0.1
15422026-04-19T04:28:20.306Z Compiling webpki-roots v1.0.6
15432026-04-19T04:28:20.325Z Compiling darling_macro v0.21.3
15442026-04-19T04:28:20.427Z Compiling http-body-util v0.1.3
15452026-04-19T04:28:20.444Z Compiling rand_chacha v0.9.0
15462026-04-19T04:28:20.462Z Compiling rand_chacha v0.3.1
15472026-04-19T04:28:20.497Z Compiling url v2.5.8
15482026-04-19T04:28:20.514Z Compiling zerocopy-derive v0.7.35
15492026-04-19T04:28:20.529Z Compiling memoffset v0.9.1
15502026-04-19T04:28:20.546Z Compiling num-bigint-dig v0.8.6
15512026-04-19T04:28:20.680Z Compiling rand v0.9.2
15522026-04-19T04:28:20.696Z Compiling smoltcp v0.9.1
15532026-04-19T04:28:20.722Z Compiling thiserror v1.0.69
15542026-04-19T04:28:20.749Z Compiling ryu v1.0.23
15552026-04-19T04:28:20.798Z Compiling ref-cast v1.0.25
15562026-04-19T04:28:20.836Z Compiling base16ct v0.2.0
15572026-04-19T04:28:20.849Z Compiling zlib-rs v0.6.2
15582026-04-19T04:28:20.873Z Compiling rustix v0.38.44
15592026-04-19T04:28:20.920Z Compiling litrs v1.0.0
15602026-04-19T04:28:20.946Z Compiling fallible-iterator v0.2.0
15612026-04-19T04:28:21.050Z Compiling iri-string v0.7.10
15622026-04-19T04:28:21.130Z Compiling psl-types v2.0.11
15632026-04-19T04:28:21.173Z Compiling cfg_aliases v0.2.1
15642026-04-19T04:28:21.249Z Compiling proptest v1.10.0
15652026-04-19T04:28:21.267Z Compiling nix v0.31.2
15662026-04-19T04:28:21.309Z Compiling postgres-protocol v0.6.10
15672026-04-19T04:28:21.329Z Compiling publicsuffix v2.3.0
15682026-04-19T04:28:21.419Z Compiling zerocopy v0.7.35
15692026-04-19T04:28:21.446Z Compiling document-features v0.2.12
15702026-04-19T04:28:21.462Z Compiling dof v0.4.0
15712026-04-19T04:28:21.516Z Compiling sec1 v0.7.3
15722026-04-19T04:28:21.605Z Compiling serde_urlencoded v0.7.1
15732026-04-19T04:28:21.676Z Compiling darling v0.21.3
15742026-04-19T04:28:21.790Z Compiling derive_builder v0.20.2
15752026-04-19T04:28:21.807Z Compiling ipnetwork v0.21.1
15762026-04-19T04:28:21.864Z Compiling rand v0.8.5
15772026-04-19T04:28:21.879Z Compiling goblin v0.8.2
15782026-04-19T04:28:21.929Z Compiling hubpack_derive v0.1.1
15792026-04-19T04:28:21.990Z Compiling cargo-platform v0.1.9
15802026-04-19T04:28:22.005Z Compiling hkdf v0.12.4
15812026-04-19T04:28:22.074Z Compiling oxnet v0.1.4
15822026-04-19T04:28:22.263Z Compiling crypto-bigint v0.5.5
15832026-04-19T04:28:22.291Z Compiling regex v1.12.3
15842026-04-19T04:28:22.498Z Compiling group v0.13.0
15852026-04-19T04:28:22.553Z Compiling daft-derive v0.1.5
15862026-04-19T04:28:22.583Z Compiling ref-cast-impl v1.0.25
15872026-04-19T04:28:22.690Z Compiling curve25519-dalek-derive v0.1.1
15882026-04-19T04:28:22.693Z Compiling strum_macros v0.27.2
15892026-04-19T04:28:22.743Z Compiling async-trait v0.1.89
15902026-04-19T04:28:22.865Z Compiling num-iter v0.1.45
15912026-04-19T04:28:23.021Z Compiling terminal_size v0.4.3
15922026-04-19T04:28:23.035Z Compiling phf_shared v0.13.1
15932026-04-19T04:28:23.155Z Compiling lazy_static v1.5.0
15942026-04-19T04:28:23.179Z Compiling vergen v9.0.6
15952026-04-19T04:28:23.182Z Compiling fs-err v3.3.0
15962026-04-19T04:28:23.270Z Compiling ahash v0.8.12
15972026-04-19T04:28:23.292Z Compiling tokio-util v0.7.18
15982026-04-19T04:28:23.308Z Compiling tower v0.5.3
15992026-04-19T04:28:23.322Z Compiling tokio-native-tls v0.3.1
16002026-04-19T04:28:23.382Z Compiling bitflags v1.3.2
16012026-04-19T04:28:23.397Z Compiling libbz2-rs-sys v0.2.2
16022026-04-19T04:28:23.413Z Compiling unicode-segmentation v1.12.0
16032026-04-19T04:28:23.474Z Compiling managed v0.8.0
16042026-04-19T04:28:23.491Z Compiling foldhash v0.1.5
16052026-04-19T04:28:23.511Z Compiling object v0.37.3
16062026-04-19T04:28:23.525Z Compiling winnow v0.5.40
16072026-04-19T04:28:23.680Z Compiling newtype-uuid v1.3.2
16082026-04-19T04:28:23.709Z Compiling bumpalo v3.20.2
16092026-04-19T04:28:23.814Z Compiling flate2 v1.1.9
16102026-04-19T04:28:23.830Z Compiling tower-http v0.6.8
16112026-04-19T04:28:23.833Z Compiling bzip2 v0.6.1
16122026-04-19T04:28:23.928Z Compiling zopfli v0.8.3
16132026-04-19T04:28:23.978Z Compiling h2 v0.4.13
16142026-04-19T04:28:24.040Z Compiling daft v0.1.5
16152026-04-19T04:28:24.120Z Compiling hashbrown v0.15.5
16162026-04-19T04:28:24.140Z Compiling clap_builder v4.5.60
16172026-04-19T04:28:24.244Z Compiling dof v0.3.0
16182026-04-19T04:28:24.428Z Compiling phf v0.13.1
16192026-04-19T04:28:24.444Z Compiling elliptic-curve v0.13.8
16202026-04-19T04:28:24.612Z Compiling signal-hook-mio v0.2.5
16212026-04-19T04:28:24.698Z Compiling cargo_metadata v0.19.2
16222026-04-19T04:28:24.747Z Compiling usdt-macro v0.6.0
16232026-04-19T04:28:24.755Z Compiling usdt-attr-macro v0.6.0
16242026-04-19T04:28:24.771Z Compiling strum v0.27.2
16252026-04-19T04:28:24.865Z Compiling toml_edit v0.19.15
16262026-04-19T04:28:24.924Z Compiling cookie_store v0.22.1
16272026-04-19T04:28:24.986Z Compiling hubpack v0.1.2
16282026-04-19T04:28:25.017Z Compiling bzip2 v0.4.4
16292026-04-19T04:28:25.262Z Compiling serde_with_macros v3.17.0
16302026-04-19T04:28:25.312Z Compiling zstd v0.13.3
16312026-04-19T04:28:25.344Z Compiling postgres-types v0.2.12
16322026-04-19T04:28:25.458Z Compiling dtrace-parser v0.2.0
16332026-04-19T04:28:25.541Z Compiling ed25519 v2.2.3
16342026-04-19T04:28:25.591Z Compiling pkcs1 v0.7.5
16352026-04-19T04:28:25.607Z Compiling serde-big-array v0.5.1
16362026-04-19T04:28:25.621Z Compiling hex v0.4.3
16372026-04-19T04:28:25.768Z Compiling rfc6979 v0.4.0
16382026-04-19T04:28:25.908Z Compiling bstr v1.12.1
16392026-04-19T04:28:25.924Z Compiling strum_macros v0.26.4
16402026-04-19T04:28:25.938Z Compiling serde_repr v0.1.20
16412026-04-19T04:28:26.005Z Compiling clap_derive v4.5.55
16422026-04-19T04:28:26.073Z Compiling enum-as-inner v0.6.1
16432026-04-19T04:28:26.239Z Compiling phf_shared v0.11.3
16442026-04-19T04:28:26.425Z Compiling float-cmp v0.10.0
16452026-04-19T04:28:26.445Z Compiling memmap2 v0.9.10
16462026-04-19T04:28:26.473Z Compiling thread-id v4.2.2
16472026-04-19T04:28:26.492Z Compiling env_filter v1.0.0
16482026-04-19T04:28:26.507Z Compiling encoding_rs v0.8.35
16492026-04-19T04:28:26.580Z Compiling rustc-hash v2.1.1
16502026-04-19T04:28:26.596Z Compiling data-encoding v2.10.0
16512026-04-19T04:28:26.622Z Compiling static_assertions v1.1.0
16522026-04-19T04:28:26.629Z Compiling mime v0.3.17
16532026-04-19T04:28:26.688Z Compiling fixedbitset v0.5.7
16542026-04-19T04:28:26.703Z Compiling jiff v0.2.21
16552026-04-19T04:28:26.721Z Compiling normalize-line-endings v0.3.0
16562026-04-19T04:28:26.820Z Compiling predicates-core v1.0.10
16572026-04-19T04:28:26.837Z Compiling fixedbitset v0.4.2
16582026-04-19T04:28:26.910Z Compiling keccak v0.1.6
16592026-04-19T04:28:27.017Z Compiling hyper v1.8.1
16602026-04-19T04:28:27.024Z Compiling either v1.15.0
16612026-04-19T04:28:27.085Z Compiling difflib v0.4.0
16622026-04-19T04:28:27.169Z Compiling precomputed-hash v0.1.1
16632026-04-19T04:28:27.274Z Compiling new_debug_unreachable v1.0.6
16642026-04-19T04:28:27.314Z Compiling whoami v2.1.0
16652026-04-19T04:28:27.344Z Compiling itertools v0.13.0
16662026-04-19T04:28:27.361Z Compiling predicates v3.1.4
16672026-04-19T04:28:27.383Z Compiling string_cache v0.8.9
16682026-04-19T04:28:27.596Z Compiling tokio-postgres v0.7.16
16692026-04-19T04:28:27.631Z Compiling sha3 v0.10.8
16702026-04-19T04:28:27.726Z Compiling petgraph v0.6.5
16712026-04-19T04:28:27.743Z Compiling toml_edit v0.22.27
16722026-04-19T04:28:27.770Z Compiling strum v0.26.3
16732026-04-19T04:28:27.790Z Compiling petgraph v0.8.3
16742026-04-19T04:28:27.894Z Compiling clap v4.5.60
16752026-04-19T04:28:27.919Z Compiling hickory-proto v0.25.2
16762026-04-19T04:28:27.997Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
16772026-04-19T04:28:28.049Z Compiling iddqd v0.3.17
16782026-04-19T04:28:28.065Z Compiling env_logger v0.11.9
16792026-04-19T04:28:28.114Z Compiling usdt v0.6.0
16802026-04-19T04:28:28.133Z Compiling usdt-impl v0.5.0
16812026-04-19T04:28:28.409Z Compiling hyper-util v0.1.20
16822026-04-19T04:28:28.462Z Compiling serde_with v3.17.0
16832026-04-19T04:28:28.626Z Compiling similar v2.7.0
16842026-04-19T04:28:28.714Z Compiling toml v0.7.8
16852026-04-19T04:28:28.751Z Compiling crossterm v0.28.1
16862026-04-19T04:28:29.215Z Compiling ecdsa v0.16.9
16872026-04-19T04:28:29.263Z Compiling rsa v0.9.10
16882026-04-19T04:28:29.332Z Compiling ed25519-dalek v2.2.0
16892026-04-19T04:28:29.521Z Compiling zip v4.6.1
16902026-04-19T04:28:29.768Z Compiling hyper-tls v0.6.0
16912026-04-19T04:28:30.015Z Compiling zip v0.6.6
16922026-04-19T04:28:30.062Z Compiling tokio-stream v0.1.18
16932026-04-19T04:28:30.179Z Compiling heck v0.4.1
16942026-04-19T04:28:30.203Z Compiling toml_parser v1.0.9+spec-1.1.0
16952026-04-19T04:28:30.300Z Compiling buf-list v1.1.2
16962026-04-19T04:28:30.422Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
16972026-04-19T04:28:30.459Z Compiling openapiv3 v2.2.0
16982026-04-19T04:28:30.507Z Compiling x509-cert v0.2.5
16992026-04-19T04:28:30.556Z Compiling sha1 v0.10.6
17002026-04-19T04:28:30.571Z Compiling crossbeam-epoch v0.9.18
17012026-04-19T04:28:30.596Z Compiling toml_datetime v0.7.5+spec-1.1.0
17022026-04-19T04:28:30.612Z Compiling peg-runtime v0.8.5
17032026-04-19T04:28:30.746Z Compiling lalrpop-util v0.19.12
17042026-04-19T04:28:30.805Z Compiling thread_local v1.1.9
17052026-04-19T04:28:30.821Z Compiling slog-async v2.8.0
17062026-04-19T04:28:30.858Z Compiling futures-executor v0.3.32
17072026-04-19T04:28:30.900Z Compiling crossbeam-channel v0.5.15
17082026-04-19T04:28:30.915Z Compiling is-terminal v0.4.17
17092026-04-19T04:28:30.931Z Compiling filetime v0.2.27
17102026-04-19T04:28:30.958Z Compiling take_mut v0.2.2
17112026-04-19T04:28:31.022Z Compiling xattr v1.6.1
17122026-04-19T04:28:31.036Z Compiling term v1.2.1
17132026-04-19T04:28:31.085Z Compiling futures v0.3.32
17142026-04-19T04:28:31.150Z Compiling tar v0.4.45
17152026-04-19T04:28:31.308Z Compiling slog-term v2.9.2
17162026-04-19T04:28:46.421Z Compiling rustls-webpki v0.103.9
17172026-04-19T04:28:49.221Z Compiling tokio-rustls v0.26.4
17182026-04-19T04:28:49.221Z Compiling rustls-platform-verifier v0.6.2
17192026-04-19T04:28:49.419Z Compiling hyper-rustls v0.27.7
17202026-04-19T04:28:49.614Z Compiling reqwest v0.13.2
17212026-04-19T04:28:49.614Z Compiling reqwest v0.12.28
17222026-04-19T04:28:51.591Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
17232026-04-19T04:28:51.822Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
17242026-04-19T04:28:54.632Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 47.43s
17252026-04-19T04:28:54.778Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control`
17262026-04-19T04:28:54.834ZApr 19 04:28:54.427 INFO Starting download, target: Console
17272026-04-19T04:28:54.834ZApr 19 04:28:54.428 INFO Starting download, target: Clickhouse
17282026-04-19T04:28:54.834ZApr 19 04:28:54.428 INFO Starting download, target: Cockroach
17292026-04-19T04:28:54.837ZApr 19 04:28:54.428 INFO Starting download, target: DendriteStub
17302026-04-19T04:28:54.837ZApr 19 04:28:54.428 INFO Starting download, target: MaghemiteMgd
17312026-04-19T04:28:54.837ZApr 19 04:28:54.428 INFO Starting download, target: TransceiverControl
17322026-04-19T04:28:54.837ZApr 19 04:28:54.428 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
17332026-04-19T04:28:54.837ZApr 19 04:28:54.428 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
17342026-04-19T04:28:54.837ZApr 19 04:28:54.428 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
17352026-04-19T04:28:54.837ZApr 19 04:28:54.428 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
17362026-04-19T04:28:54.837ZApr 19 04:28:54.428 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
17372026-04-19T04:28:54.837ZApr 19 04:28:54.428 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse
17382026-04-19T04:28:55.270ZApr 19 04:28:54.863 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
17392026-04-19T04:28:55.489ZApr 19 04:28:55.076 INFO Download complete, target: TransceiverControl
17402026-04-19T04:28:55.801ZApr 19 04:28:55.394 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
17412026-04-19T04:28:56.040ZApr 19 04:28:55.634 INFO Download complete, target: Console
17422026-04-19T04:28:56.650ZApr 19 04:28:56.244 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
17432026-04-19T04:28:56.690ZApr 19 04:28:56.284 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse
17442026-04-19T04:28:56.808ZApr 19 04:28:56.401 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
17452026-04-19T04:28:57.248ZApr 19 04:28:56.842 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
17462026-04-19T04:28:57.249ZApr 19 04:28:56.842 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
17472026-04-19T04:28:59.169ZApr 19 04:28:58.762 INFO Download complete, target: DendriteStub
17482026-04-19T04:28:59.295ZApr 19 04:28:58.889 INFO Download complete, target: MaghemiteMgd
17492026-04-19T04:29:01.983ZApr 19 04:29:01.576 INFO Checking that binary works, target: Cockroach
17502026-04-19T04:29:02.086ZApr 19 04:29:01.679 INFO Download complete, target: Cockroach
17512026-04-19T04:29:03.530ZApr 19 04:29:03.123 INFO Checking that binary works, target: Clickhouse
17522026-04-19T04:29:03.614ZApr 19 04:29:03.207 INFO Download complete, target: Clickhouse
17532026-04-19T04:29:03.621ZAll prerequisites installed successfully
17542026-04-19T04:29:03.624Z
17552026-04-19T04:29:03.624Zreal 3:00.594462101
17562026-04-19T04:29:03.624Zuser 7:16.125436297
17572026-04-19T04:29:03.624Zsys 1:42.042029562
17582026-04-19T04:29:03.624Ztrap 0.270066288
17592026-04-19T04:29:03.624Ztflt 1.063116829
17602026-04-19T04:29:03.624Zdflt 1.729008193
17612026-04-19T04:29:03.624Zkflt 0.024996081
17622026-04-19T04:29:03.624Zlock 21:57.757749983
17632026-04-19T04:29:03.624Zslp 19:42.958347854
17642026-04-19T04:29:03.624Zlat 25.649337000
17652026-04-19T04:29:03.624Zstop 2:57.841937302
17662026-04-19T04:29:03.624Z+ ptime -m cargo xtask download softnpu
17672026-04-19T04:29:04.144Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
17682026-04-19T04:29:04.173Z Running `target/debug/xtask download softnpu`
17692026-04-19T04:29:04.922Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.71s
17702026-04-19T04:29:04.986Z Running `target/debug/xtask-downloader softnpu`
17712026-04-19T04:29:05.027ZApr 19 04:29:04.619 INFO Starting download, target: Softnpu
17722026-04-19T04:29:05.030ZApr 19 04:29:04.619 INFO Downloading out/npuzone/npuzone (attempt 1/3), target: Softnpu
17732026-04-19T04:29:05.696ZApr 19 04:29:05.289 INFO Download complete, target: Softnpu
17742026-04-19T04:29:05.700Z
17752026-04-19T04:29:05.703Zreal 2.071815339
17762026-04-19T04:29:05.703Zuser 1.327552014
17772026-04-19T04:29:05.703Zsys 0.658619188
17782026-04-19T04:29:05.703Ztrap 0.000568214
17792026-04-19T04:29:05.703Ztflt 0.000075245
17802026-04-19T04:29:05.703Zdflt 0.000257506
17812026-04-19T04:29:05.704Zkflt 0.000000000
17822026-04-19T04:29:05.704Zlock 12.403793834
17832026-04-19T04:29:05.704Zslp 0.538937348
17842026-04-19T04:29:05.704Zlat 0.096080104
17852026-04-19T04:29:05.704Zstop 0.000164527
17862026-04-19T04:29:05.704Z+ export CARGO_INCREMENTAL=0
17872026-04-19T04:29:05.704Z+ CARGO_INCREMENTAL=0
17882026-04-19T04:29:05.704Z+ ptime -m cargo run --locked --release --bin omicron-package -- -t test target create -p dev
17892026-04-19T04:29:06.589Z Compiling proc-macro2 v1.0.106
17902026-04-19T04:29:06.589Z Compiling quote v1.0.44
17912026-04-19T04:29:06.589Z Compiling unicode-ident v1.0.24
17922026-04-19T04:29:06.592Z Compiling libc v0.2.185
17932026-04-19T04:29:06.592Z Compiling serde_core v1.0.228
17942026-04-19T04:29:06.592Z Compiling serde v1.0.228
17952026-04-19T04:29:06.592Z Compiling cfg-if v1.0.4
17962026-04-19T04:29:06.592Z Compiling version_check v0.9.5
17972026-04-19T04:29:06.592Z Compiling shlex v1.3.0
17982026-04-19T04:29:06.592Z Compiling find-msvc-tools v0.1.9
17992026-04-19T04:29:06.592Z Compiling typenum v1.19.0
18002026-04-19T04:29:06.732Z Compiling autocfg v1.5.0
18012026-04-19T04:29:06.735Z Compiling zmij v1.0.21
18022026-04-19T04:29:06.735Z Compiling serde_json v1.0.149
18032026-04-19T04:29:06.735Z Compiling memchr v2.8.0
18042026-04-19T04:29:06.898Z Compiling portable-atomic v1.13.1
18052026-04-19T04:29:06.930Z Compiling zerocopy v0.8.40
18062026-04-19T04:29:07.112Z Compiling libm v0.2.16
18072026-04-19T04:29:07.131Z Compiling smallvec v1.15.1
18082026-04-19T04:29:07.133Z Compiling icu_normalizer_data v2.1.1
18092026-04-19T04:29:07.133Z Compiling generic-array v0.14.7
18102026-04-19T04:29:07.191Z Compiling parking_lot_core v0.9.12
18112026-04-19T04:29:07.280Z Compiling num-traits v0.2.19
18122026-04-19T04:29:07.348Z Compiling icu_properties_data v2.1.2
18132026-04-19T04:29:07.351Z Compiling itoa v1.0.17
18142026-04-19T04:29:07.351Z Compiling getrandom v0.4.1
18152026-04-19T04:29:07.397Z Compiling log v0.4.29
18162026-04-19T04:29:07.444Z Compiling stable_deref_trait v1.2.1
18172026-04-19T04:29:07.444Z Compiling pkg-config v0.3.32
18182026-04-19T04:29:07.492Z Compiling subtle v2.6.1
18192026-04-19T04:29:07.689Z Compiling scopeguard v1.2.0
18202026-04-19T04:29:07.724Z Compiling litemap v0.8.1
18212026-04-19T04:29:07.847Z Compiling lock_api v0.4.14
18222026-04-19T04:29:07.865Z Compiling percent-encoding v2.3.2
18232026-04-19T04:29:07.899Z Compiling writeable v0.6.2
18242026-04-19T04:29:07.995Z Compiling jobserver v0.1.34
18252026-04-19T04:29:08.010Z Compiling getrandom v0.2.17
18262026-04-19T04:29:08.071Z Compiling errno v0.3.14
18272026-04-19T04:29:08.138Z Compiling fnv v1.0.7
18282026-04-19T04:29:08.163Z Compiling syn v2.0.117
18292026-04-19T04:29:08.180Z Compiling rand_core v0.6.4
18302026-04-19T04:29:08.214Z Compiling cc v1.2.56
18312026-04-19T04:29:08.249Z Compiling thiserror v2.0.18
18322026-04-19T04:29:08.283Z Compiling getrandom v0.3.4
18332026-04-19T04:29:08.333Z Compiling pin-project-lite v0.2.17
18342026-04-19T04:29:08.407Z Compiling critical-section v1.2.0
18352026-04-19T04:29:08.484Z Compiling schemars v0.8.22
18362026-04-19T04:29:08.487Z Compiling allocator-api2 v0.2.21
18372026-04-19T04:29:08.499Z Compiling rustversion v1.0.22
18382026-04-19T04:29:08.515Z Compiling equivalent v1.0.2
18392026-04-19T04:29:08.530Z Compiling dunce v1.0.5
18402026-04-19T04:29:08.593Z Compiling fs_extra v1.3.0
18412026-04-19T04:29:08.625Z Compiling utf8_iter v1.0.4
18422026-04-19T04:29:08.717Z Compiling foldhash v0.2.0
18432026-04-19T04:29:08.735Z Compiling rand_core v0.10.0
18442026-04-19T04:29:08.793Z Compiling form_urlencoded v1.2.2
18452026-04-19T04:29:08.881Z Compiling once_cell v1.21.3
18462026-04-19T04:29:08.894Z Compiling hashbrown v0.16.1
18472026-04-19T04:29:08.931Z Compiling cmake v0.1.57
18482026-04-19T04:29:08.962Z Compiling const-oid v0.9.6
18492026-04-19T04:29:09.091Z Compiling semver v1.0.27
18502026-04-19T04:29:09.153Z Compiling signal-hook-registry v1.4.8
18512026-04-19T04:29:09.252Z Compiling bitflags v2.11.0
18522026-04-19T04:29:09.363Z Compiling rustix v1.1.3
18532026-04-19T04:29:09.379Z Compiling socket2 v0.6.3
18542026-04-19T04:29:09.382Z Compiling mio v1.2.0
18552026-04-19T04:29:09.413Z Compiling parking_lot v0.12.5
18562026-04-19T04:29:09.482Z Compiling indexmap v2.13.0
18572026-04-19T04:29:09.504Z Compiling aws-lc-rs v1.16.0
18582026-04-19T04:29:09.565Z Compiling ring v0.17.14
18592026-04-19T04:29:09.576Z Compiling aws-lc-sys v0.37.1
18602026-04-19T04:29:09.593Z Compiling strsim v0.11.1
18612026-04-19T04:29:09.654Z Compiling thiserror v1.0.69
18622026-04-19T04:29:09.682Z Compiling futures-core v0.3.32
18632026-04-19T04:29:09.716Z Compiling httparse v1.10.1
18642026-04-19T04:29:09.799Z Compiling byteorder v1.5.0
18652026-04-19T04:29:09.872Z Compiling ucd-trie v0.1.7
18662026-04-19T04:29:10.034Z Compiling pest v2.8.6
18672026-04-19T04:29:10.059Z Compiling iana-time-zone v0.1.65
18682026-04-19T04:29:10.109Z Compiling heck v0.5.0
18692026-04-19T04:29:10.150Z Compiling vcpkg v0.2.15
18702026-04-19T04:29:10.153Z Compiling ident_case v1.0.1
18712026-04-19T04:29:10.153Z Compiling syn v1.0.109
18722026-04-19T04:29:10.235Z Compiling uuid v1.23.0
18732026-04-19T04:29:10.315Z Compiling cpufeatures v0.2.17
18742026-04-19T04:29:10.399Z Compiling regex-syntax v0.8.10
18752026-04-19T04:29:10.563Z Compiling rustc_version v0.4.1
18762026-04-19T04:29:10.654Z Compiling futures-sink v0.3.32
18772026-04-19T04:29:10.672Z Compiling rustls v0.23.37
18782026-04-19T04:29:10.725Z Compiling openssl-sys v0.9.111
18792026-04-19T04:29:10.781Z Compiling futures-channel v0.3.32
18802026-04-19T04:29:10.847Z Compiling slab v0.4.12
18812026-04-19T04:29:10.862Z Compiling futures-io v0.3.32
18822026-04-19T04:29:10.867Z Compiling futures-task v0.3.32
18832026-04-19T04:29:10.958Z Compiling synstructure v0.13.2
18842026-04-19T04:29:10.977Z Compiling serde_derive_internals v0.29.1
18852026-04-19T04:29:11.073Z Compiling plain v0.2.3
18862026-04-19T04:29:11.076Z Compiling dyn-clone v1.0.20
18872026-04-19T04:29:11.119Z Compiling pest_meta v2.8.6
18882026-04-19T04:29:11.141Z Compiling aho-corasick v1.1.4
18892026-04-19T04:29:11.168Z Compiling time-core v0.1.8
18902026-04-19T04:29:11.201Z Compiling crossbeam-utils v0.8.21
18912026-04-19T04:29:11.330Z Compiling num-conv v0.2.0
18922026-04-19T04:29:11.367Z Compiling base64 v0.22.1
18932026-04-19T04:29:11.482Z Compiling time-macros v0.2.27
18942026-04-19T04:29:11.647Z Compiling openssl v0.10.75
18952026-04-19T04:29:11.719Z Compiling pretty-hex v0.4.1
18962026-04-19T04:29:11.730Z Compiling pest_generator v2.8.6
18972026-04-19T04:29:11.891Z Compiling anyhow v1.0.102
18982026-04-19T04:29:12.365Z Compiling base64ct v1.8.3
18992026-04-19T04:29:12.365Z Compiling crc32fast v1.5.0
19002026-04-19T04:29:12.366Z Compiling darling_core v0.21.3
19012026-04-19T04:29:12.374Z Compiling zstd-sys v2.0.16+zstd.1.5.7
19022026-04-19T04:29:12.374Z Compiling regex-automata v0.4.14
19032026-04-19T04:29:12.375Z Compiling flagset v0.4.7
19042026-04-19T04:29:12.375Z Compiling pem-rfc7468 v0.7.0
19052026-04-19T04:29:12.375Z Compiling native-tls v0.2.18
19062026-04-19T04:29:12.375Z Compiling rand_core v0.9.5
19072026-04-19T04:29:12.375Z Compiling serde_derive v1.0.228
19082026-04-19T04:29:12.375Z Compiling zeroize_derive v1.4.3
19092026-04-19T04:29:12.409Z Compiling zerofrom-derive v0.1.6
19102026-04-19T04:29:12.430Z Compiling yoke-derive v0.8.1
19112026-04-19T04:29:12.438Z Compiling zerovec-derive v0.11.2
19122026-04-19T04:29:12.438Z Compiling displaydoc v0.2.5
19132026-04-19T04:29:12.473Z Compiling zerocopy-derive v0.8.40
19142026-04-19T04:29:12.512Z Compiling tokio-macros v2.7.0
19152026-04-19T04:29:12.579Z Compiling futures-macro v0.3.32
19162026-04-19T04:29:12.598Z Compiling thiserror-impl v2.0.18
19172026-04-19T04:29:12.956Z Compiling zeroize v1.8.2
19182026-04-19T04:29:13.226Z Compiling schemars_derive v0.8.22
19192026-04-19T04:29:13.354Z Compiling tracing-attributes v0.1.31
19202026-04-19T04:29:13.401Z Compiling der_derive v0.7.3
19212026-04-19T04:29:13.481Z Compiling thiserror-impl v1.0.69
19222026-04-19T04:29:13.500Z Compiling zerofrom v0.1.6
19232026-04-19T04:29:13.646Z Compiling yoke v0.8.1
19242026-04-19T04:29:13.729Z Compiling crypto-common v0.1.7
19252026-04-19T04:29:13.844Z Compiling zerovec v0.11.5
19262026-04-19T04:29:13.861Z Compiling zerotrie v0.2.3
19272026-04-19T04:29:14.040Z Compiling block-buffer v0.10.4
19282026-04-19T04:29:14.191Z Compiling digest v0.10.7
19292026-04-19T04:29:14.307Z Compiling pest_derive v2.8.6
19302026-04-19T04:29:14.362Z Compiling tinystr v0.8.2
19312026-04-19T04:29:14.430Z Compiling potential_utf v0.1.4
19322026-04-19T04:29:14.446Z Compiling hmac v0.12.1
19332026-04-19T04:29:14.472Z Compiling futures-util v0.3.32
19342026-04-19T04:29:14.512Z Compiling block-padding v0.3.3
19352026-04-19T04:29:14.569Z Compiling icu_locale_core v2.1.1
19362026-04-19T04:29:14.585Z Compiling icu_collections v2.1.1
19372026-04-19T04:29:14.602Z Compiling sha2 v0.10.9
19382026-04-19T04:29:14.632Z Compiling inout v0.1.4
19392026-04-19T04:29:14.772Z Compiling cipher v0.4.4
19402026-04-19T04:29:14.846Z Compiling rustls-pki-types v1.14.0
19412026-04-19T04:29:15.015Z Compiling scroll_derive v0.12.1
19422026-04-19T04:29:15.323Z Compiling icu_provider v2.1.1
19432026-04-19T04:29:15.417Z Compiling bytes v1.11.1
19442026-04-19T04:29:15.453Z Compiling chrono v0.4.44
19452026-04-19T04:29:15.471Z Compiling serde_tokenstream v0.2.3
19462026-04-19T04:29:15.644Z Compiling icu_normalizer v2.1.1
19472026-04-19T04:29:15.677Z Compiling icu_properties v2.1.2
19482026-04-19T04:29:15.766Z Compiling scroll_derive v0.13.1
19492026-04-19T04:29:15.965Z Compiling tokio v1.52.1
19502026-04-19T04:29:16.576Z Compiling idna_adapter v1.2.1
19512026-04-19T04:29:16.727Z Compiling idna v1.1.0
19522026-04-19T04:29:16.743Z Compiling ppv-lite86 v0.2.21
19532026-04-19T04:29:16.901Z Compiling openssl-macros v0.1.1
19542026-04-19T04:29:16.974Z Compiling http v1.4.0
19552026-04-19T04:29:17.081Z Compiling url v2.5.8
19562026-04-19T04:29:17.097Z Compiling der v0.7.10
19572026-04-19T04:29:17.114Z Compiling regex v1.12.3
19582026-04-19T04:29:17.251Z Compiling darling_macro v0.21.3
19592026-04-19T04:29:17.328Z Compiling zerocopy-derive v0.7.35
19602026-04-19T04:29:17.417Z Compiling slog v2.8.2
19612026-04-19T04:29:17.438Z Compiling tracing-core v0.1.36
19622026-04-19T04:29:17.567Z Compiling untrusted v0.9.0
19632026-04-19T04:29:17.943Z Compiling spki v0.7.3
19642026-04-19T04:29:17.986Z Compiling tracing v0.1.44
19652026-04-19T04:29:18.117Z Compiling darling v0.21.3
19662026-04-19T04:29:18.235Z Compiling salsa20 v0.10.2
19672026-04-19T04:29:18.385Z Compiling pbkdf2 v0.12.2
19682026-04-19T04:29:18.517Z Compiling cookie v0.18.1
19692026-04-19T04:29:18.724Z Compiling camino v1.2.2
19702026-04-19T04:29:18.827Z Compiling scrypt v0.11.0
19712026-04-19T04:29:18.857Z Compiling rand_chacha v0.9.0
19722026-04-19T04:29:18.907Z Compiling aes v0.8.4
19732026-04-19T04:29:18.923Z Compiling cbc v0.1.2
19742026-04-19T04:29:19.284Z Compiling usdt-impl v0.5.0
19752026-04-19T04:29:19.356Z Compiling usdt-impl v0.6.0
19762026-04-19T04:29:19.389Z Compiling paste v1.0.15
19772026-04-19T04:29:19.467Z Compiling ref-cast v1.0.25
19782026-04-19T04:29:19.519Z Compiling winnow v0.7.14
19792026-04-19T04:29:19.583Z Compiling either v1.15.0
19802026-04-19T04:29:19.717Z Compiling tokio-util v0.7.18
19812026-04-19T04:29:19.766Z Compiling pkcs5 v0.7.1
19822026-04-19T04:29:19.811Z Compiling rand v0.9.2
19832026-04-19T04:29:19.831Z Compiling http-body v1.0.1
19842026-04-19T04:29:20.063Z Compiling scroll v0.13.0
19852026-04-19T04:29:20.179Z Compiling scroll v0.12.0
19862026-04-19T04:29:20.217Z Compiling serde_spanned v0.6.9
19872026-04-19T04:29:20.349Z Compiling toml_datetime v0.6.11
19882026-04-19T04:29:20.375Z Compiling heapless v0.7.17
19892026-04-19T04:29:20.459Z Compiling bzip2-sys v0.1.13+1.0.8
19902026-04-19T04:29:20.573Z Compiling openssl-probe v0.2.1
19912026-04-19T04:29:20.656Z Compiling zstd-safe v7.2.4
19922026-04-19T04:29:20.672Z Compiling untrusted v0.7.1
19932026-04-19T04:29:20.756Z Compiling signal-hook v0.3.18
19942026-04-19T04:29:20.772Z Compiling atomic-waker v1.1.2
19952026-04-19T04:29:20.818Z Compiling toml_parser v1.0.9+spec-1.1.0
19962026-04-19T04:29:20.929Z Compiling goblin v0.8.2
19972026-04-19T04:29:20.965Z Compiling goblin v0.10.5
19982026-04-19T04:29:20.968Z Compiling pkcs8 v0.10.2
19992026-04-19T04:29:21.093Z Compiling zerocopy v0.7.35
20002026-04-19T04:29:21.292Z Compiling ref-cast-impl v1.0.25
20012026-04-19T04:29:21.414Z Compiling darling_core v0.20.11
20022026-04-19T04:29:21.430Z Compiling curve25519-dalek v4.1.3
20032026-04-19T04:29:21.522Z Compiling toml_datetime v0.7.5+spec-1.1.0
20042026-04-19T04:29:21.579Z Compiling memoffset v0.9.1
20052026-04-19T04:29:21.800Z Compiling try-lock v0.2.5
20062026-04-19T04:29:21.816Z Compiling tower-service v0.3.3
20072026-04-19T04:29:21.833Z Compiling tower-layer v0.3.3
20082026-04-19T04:29:21.929Z Compiling litrs v1.0.0
20092026-04-19T04:29:22.052Z Compiling winnow v0.5.40
20102026-04-19T04:29:22.068Z Compiling fastrand v2.3.0
20112026-04-19T04:29:22.093Z Compiling rustix v0.38.44
20122026-04-19T04:29:22.169Z Compiling tinyvec_macros v0.1.1
20132026-04-19T04:29:22.404Z Compiling tinyvec v1.10.0
20142026-04-19T04:29:22.421Z Compiling h2 v0.4.13
20152026-04-19T04:29:22.424Z Compiling document-features v0.2.12
20162026-04-19T04:29:22.454Z Compiling want v0.3.1
20172026-04-19T04:29:23.071Z Compiling dtrace-parser v0.2.0
20182026-04-19T04:29:23.182Z Compiling dof v0.3.0
20192026-04-19T04:29:23.393Z Compiling darling_macro v0.20.11
20202026-04-19T04:29:23.467Z Compiling toml_edit v0.19.15
20212026-04-19T04:29:23.671Z Compiling dtrace-parser v0.3.0
20222026-04-19T04:29:23.715Z Compiling dof v0.4.0
20232026-04-19T04:29:23.805Z Compiling ipnet v2.11.0
20242026-04-19T04:29:23.952Z Compiling daft-derive v0.1.5
20252026-04-19T04:29:23.952Z Compiling async-trait v0.1.89
20262026-04-19T04:29:24.059Z Compiling spin v0.9.8
20272026-04-19T04:29:24.265Z Compiling thread-id v5.1.0
20282026-04-19T04:29:24.281Z Compiling thread-id v4.2.2
20292026-04-19T04:29:24.299Z Compiling httpdate v1.0.3
20302026-04-19T04:29:24.382Z Compiling pin-utils v0.1.0
20312026-04-19T04:29:24.467Z Compiling smoltcp v0.9.1
20322026-04-19T04:29:24.501Z Compiling powerfmt v0.2.0
20332026-04-19T04:29:24.657Z Compiling foreign-types-shared v0.1.1
20342026-04-19T04:29:24.764Z Compiling cfg_aliases v0.2.1
20352026-04-19T04:29:24.782Z Compiling num-bigint-dig v0.8.6
20362026-04-19T04:29:24.799Z Compiling foreign-types v0.3.2
20372026-04-19T04:29:24.816Z Compiling deranged v0.5.8
20382026-04-19T04:29:24.853Z Compiling nix v0.31.2
20392026-04-19T04:29:24.985Z Compiling tempfile v3.25.0
20402026-04-19T04:29:25.002Z Compiling darling v0.20.11
20412026-04-19T04:29:25.216Z Compiling ipnetwork v0.21.1
20422026-04-19T04:29:25.406Z Compiling hyper v1.8.1
20432026-04-19T04:29:25.511Z Compiling curve25519-dalek-derive v0.1.1
20442026-04-19T04:29:25.604Z Compiling strum_macros v0.26.4
20452026-04-19T04:29:25.778Z Compiling socket2 v0.5.10
20462026-04-19T04:29:25.794Z Compiling wait-timeout v0.2.1
20472026-04-19T04:29:26.108Z Compiling num_threads v0.1.7
20482026-04-19T04:29:26.213Z Compiling quick-error v1.2.3
20492026-04-19T04:29:26.230Z Compiling anstyle v1.0.13
20502026-04-19T04:29:26.343Z Compiling simd-adler32 v0.3.8
20512026-04-19T04:29:26.377Z Compiling bit-vec v0.8.0
20522026-04-19T04:29:26.471Z Compiling siphasher v1.0.2
20532026-04-19T04:29:26.619Z Compiling utf8parse v0.2.2
20542026-04-19T04:29:26.636Z Compiling bit-set v0.8.0
20552026-04-19T04:29:26.678Z Compiling hyper-util v0.1.20
20562026-04-19T04:29:26.750Z Compiling anstyle-parse v0.2.7
20572026-04-19T04:29:26.750Z Compiling time v0.3.47
20582026-04-19T04:29:26.854Z Compiling rusty-fork v0.3.1
20592026-04-19T04:29:27.163Z Compiling derive_builder_core v0.20.2
20602026-04-19T04:29:27.214Z Compiling unicode-normalization v0.1.25
20612026-04-19T04:29:27.700Z Compiling rustls-native-certs v0.8.3
20622026-04-19T04:29:28.023Z Compiling signature v2.2.0
20632026-04-19T04:29:28.194Z Compiling hubpack_derive v0.1.1
20642026-04-19T04:29:28.306Z Compiling rand_xorshift v0.4.0
20652026-04-19T04:29:28.328Z Compiling strum_macros v0.27.2
20662026-04-19T04:29:28.359Z Compiling sync_wrapper v1.0.2
20672026-04-19T04:29:28.471Z Compiling fs-err v3.3.0
20682026-04-19T04:29:28.498Z Compiling ahash v0.8.12
20692026-04-19T04:29:28.531Z Compiling anstyle-query v1.1.5
20702026-04-19T04:29:28.572Z Compiling unicode-segmentation v1.12.0
20712026-04-19T04:29:28.672Z Compiling object v0.37.3
20722026-04-19T04:29:28.688Z Compiling is_terminal_polyfill v1.70.2
20732026-04-19T04:29:28.705Z Compiling unarray v0.1.4
20742026-04-19T04:29:28.726Z Compiling unicode-properties v0.1.4
20752026-04-19T04:29:28.744Z Compiling unicode-bidi v0.3.18
20762026-04-19T04:29:28.831Z Compiling colorchoice v1.0.4
20772026-04-19T04:29:28.924Z Compiling adler2 v2.0.1
20782026-04-19T04:29:28.957Z Compiling anstream v0.6.21
20792026-04-19T04:29:28.973Z Compiling proptest v1.10.0
20802026-04-19T04:29:29.068Z Compiling stringprep v0.1.5
20812026-04-19T04:29:29.221Z Compiling miniz_oxide v0.8.9
20822026-04-19T04:29:29.258Z Compiling tower v0.5.3
20832026-04-19T04:29:29.655Z Compiling derive_builder_macro v0.20.2
20842026-04-19T04:29:29.741Z Compiling usdt-attr-macro v0.6.0
20852026-04-19T04:29:29.763Z Compiling usdt-macro v0.6.0
20862026-04-19T04:29:30.199Z Compiling http-body-util v0.1.3
20872026-04-19T04:29:30.454Z Compiling webpki-roots v1.0.6
20882026-04-19T04:29:30.515Z Compiling rand_chacha v0.3.1
20892026-04-19T04:29:30.549Z Compiling erased-serde v0.3.31
20902026-04-19T04:29:30.550Z Compiling md-5 v0.10.6
20912026-04-19T04:29:30.617Z Compiling num-integer v0.1.46
20922026-04-19T04:29:30.620Z Compiling hash32 v0.2.1
20932026-04-19T04:29:30.653Z Compiling vergen-lib v0.1.6
20942026-04-19T04:29:30.732Z Compiling ff v0.13.1
20952026-04-19T04:29:30.820Z Compiling iri-string v0.7.10
20962026-04-19T04:29:30.837Z Compiling psl-types v2.0.11
20972026-04-19T04:29:30.854Z Compiling ryu v1.0.23
20982026-04-19T04:29:30.858Z Compiling zlib-rs v0.6.2
20992026-04-19T04:29:30.903Z Compiling fallible-iterator v0.2.0
21002026-04-19T04:29:30.904Z Compiling base16ct v0.2.0
21012026-04-19T04:29:30.946Z Compiling newtype-uuid v1.3.2
21022026-04-19T04:29:31.009Z Compiling serde_urlencoded v0.7.1
21032026-04-19T04:29:31.105Z Compiling sec1 v0.7.3
21042026-04-19T04:29:31.118Z Compiling publicsuffix v2.3.0
21052026-04-19T04:29:31.185Z Compiling group v0.13.0
21062026-04-19T04:29:31.188Z Compiling num-iter v0.1.45
21072026-04-19T04:29:31.269Z Compiling postgres-protocol v0.6.10
21082026-04-19T04:29:31.353Z Compiling rand v0.8.5
21092026-04-19T04:29:31.403Z Compiling derive_builder v0.20.2
21102026-04-19T04:29:31.616Z Compiling oxnet v0.1.4
21112026-04-19T04:29:31.724Z Compiling tokio-native-tls v0.3.1
21122026-04-19T04:29:31.782Z Compiling heck v0.4.1
21132026-04-19T04:29:31.808Z Compiling phf_shared v0.13.1
21142026-04-19T04:29:31.956Z Compiling tower-http v0.6.8
21152026-04-19T04:29:31.959Z Compiling lazy_static v1.5.0
21162026-04-19T04:29:32.025Z Compiling terminal_size v0.4.3
21172026-04-19T04:29:32.075Z Compiling serde_with_macros v3.17.0
21182026-04-19T04:29:32.091Z Compiling cargo-platform v0.1.9
21192026-04-19T04:29:32.157Z Compiling hkdf v0.12.4
21202026-04-19T04:29:32.160Z Compiling crypto-bigint v0.5.5
21212026-04-19T04:29:32.207Z Compiling serde_repr v0.1.20
21222026-04-19T04:29:32.224Z Compiling enum-as-inner v0.6.1
21232026-04-19T04:29:32.238Z Compiling clap_derive v4.5.55
21242026-04-19T04:29:32.316Z Compiling vergen v9.0.6
21252026-04-19T04:29:32.345Z Compiling libbz2-rs-sys v0.2.2
21262026-04-19T04:29:32.360Z Compiling bitflags v1.3.2
21272026-04-19T04:29:32.394Z Compiling bumpalo v3.20.2
21282026-04-19T04:29:32.432Z Compiling clap_lex v1.0.0
21292026-04-19T04:29:32.452Z Compiling managed v0.8.0
21302026-04-19T04:29:32.728Z Compiling foldhash v0.1.5
21312026-04-19T04:29:32.745Z Compiling bzip2 v0.6.1
21322026-04-19T04:29:32.908Z Compiling hashbrown v0.15.5
21332026-04-19T04:29:32.924Z Compiling flate2 v1.1.9
21342026-04-19T04:29:32.927Z Compiling zopfli v0.8.3
21352026-04-19T04:29:32.957Z Compiling clap_builder v4.5.60
21362026-04-19T04:29:33.128Z Compiling elliptic-curve v0.13.8
21372026-04-19T04:29:33.201Z Compiling cargo_metadata v0.19.2
21382026-04-19T04:29:33.262Z Compiling zstd v0.13.3
21392026-04-19T04:29:33.520Z Compiling phf v0.13.1
21402026-04-19T04:29:33.535Z Compiling hyper-tls v0.6.0
21412026-04-19T04:29:33.597Z Compiling daft v0.1.5
21422026-04-19T04:29:33.612Z Compiling signal-hook-mio v0.2.5
21432026-04-19T04:29:33.631Z Compiling cookie_store v0.22.1
21442026-04-19T04:29:33.694Z Compiling postgres-types v0.2.12
21452026-04-19T04:29:33.770Z Compiling bzip2 v0.4.4
21462026-04-19T04:29:33.864Z Compiling strum v0.27.2
21472026-04-19T04:29:34.005Z Compiling hubpack v0.1.2
21482026-04-19T04:29:34.061Z Compiling ed25519 v2.2.3
21492026-04-19T04:29:34.107Z Compiling phf_shared v0.11.3
21502026-04-19T04:29:34.242Z Compiling crossbeam-epoch v0.9.18
21512026-04-19T04:29:34.279Z Compiling pkcs1 v0.7.5
21522026-04-19T04:29:34.418Z Compiling hex v0.4.3
21532026-04-19T04:29:34.475Z Compiling serde-big-array v0.5.1
21542026-04-19T04:29:34.590Z Compiling rfc6979 v0.4.0
21552026-04-19T04:29:34.637Z Compiling bstr v1.12.1
21562026-04-19T04:29:34.672Z Compiling float-cmp v0.10.0
21572026-04-19T04:29:34.701Z Compiling memmap2 v0.9.10
21582026-04-19T04:29:34.717Z Compiling env_filter v1.0.0
21592026-04-19T04:29:34.747Z Compiling encoding_rs v0.8.35
21602026-04-19T04:29:34.833Z Compiling jiff v0.2.21
21612026-04-19T04:29:34.872Z Compiling fixedbitset v0.5.7
21622026-04-19T04:29:34.888Z Compiling data-encoding v2.10.0
21632026-04-19T04:29:34.925Z Compiling fixedbitset v0.4.2
21642026-04-19T04:29:34.996Z Compiling normalize-line-endings v0.3.0
21652026-04-19T04:29:35.031Z Compiling predicates-core v1.0.10
21662026-04-19T04:29:35.144Z Compiling new_debug_unreachable v1.0.6
21672026-04-19T04:29:35.173Z Compiling precomputed-hash v0.1.1
21682026-04-19T04:29:35.209Z Compiling keccak v0.1.6
21692026-04-19T04:29:35.233Z Compiling rustc-hash v2.1.1
21702026-04-19T04:29:35.250Z Compiling whoami v2.1.0
21712026-04-19T04:29:35.270Z Compiling toml_write v0.1.2
21722026-04-19T04:29:35.286Z Compiling mime v0.3.17
21732026-04-19T04:29:35.301Z Compiling static_assertions v1.1.0
21742026-04-19T04:29:35.354Z Compiling difflib v0.4.0
21752026-04-19T04:29:35.393Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
21762026-04-19T04:29:35.423Z Compiling sha3 v0.10.8
21772026-04-19T04:29:35.438Z Compiling toml_edit v0.22.27
21782026-04-19T04:29:35.482Z Compiling tokio-postgres v0.7.16
21792026-04-19T04:29:35.536Z Compiling iddqd v0.3.17
21802026-04-19T04:29:35.794Z Compiling predicates v3.1.4
21812026-04-19T04:29:35.812Z Compiling string_cache v0.8.9
21822026-04-19T04:29:36.046Z Compiling hickory-proto v0.25.2
21832026-04-19T04:29:36.076Z Compiling petgraph v0.8.3
21842026-04-19T04:29:36.218Z Compiling petgraph v0.6.5
21852026-04-19T04:29:36.399Z Compiling similar v2.7.0
21862026-04-19T04:29:36.660Z Compiling env_logger v0.11.9
21872026-04-19T04:29:36.996Z Compiling usdt v0.6.0
21882026-04-19T04:29:37.543Z Compiling zip v4.6.1
21892026-04-19T04:29:37.558Z Compiling ecdsa v0.16.9
21902026-04-19T04:29:37.589Z Compiling serde_with v3.17.0
21912026-04-19T04:29:37.838Z Compiling rsa v0.9.10
21922026-04-19T04:29:37.959Z Compiling clap v4.5.60
21932026-04-19T04:29:38.047Z Compiling crossterm v0.28.1
21942026-04-19T04:29:38.166Z Compiling ed25519-dalek v2.2.0
21952026-04-19T04:29:38.729Z Compiling zip v0.6.6
21962026-04-19T04:29:38.856Z Compiling strum v0.26.3
21972026-04-19T04:29:39.002Z Compiling toml v0.7.8
21982026-04-19T04:29:39.147Z Compiling tokio-stream v0.1.18
21992026-04-19T04:29:39.268Z Compiling itertools v0.13.0
22002026-04-19T04:29:39.283Z Compiling buf-list v1.1.2
22012026-04-19T04:29:39.408Z Compiling x509-cert v0.2.5
22022026-04-19T04:29:39.549Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
22032026-04-19T04:29:39.635Z Compiling openapiv3 v2.2.0
22042026-04-19T04:29:39.865Z Compiling sha1 v0.10.6
22052026-04-19T04:29:40.067Z Compiling lalrpop-util v0.19.12
22062026-04-19T04:29:40.380Z Compiling peg-runtime v0.8.5
22072026-04-19T04:29:54.698Z Compiling rustls-webpki v0.103.9
22082026-04-19T04:29:57.044Z Compiling macaddr v1.0.1
22092026-04-19T04:29:57.060Z Compiling structmeta-derive v0.3.0
22102026-04-19T04:29:57.163Z Compiling rayon-core v1.13.0
22112026-04-19T04:29:57.190Z Compiling crucible-workspace-hack v0.1.0
22122026-04-19T04:29:57.348Z Compiling itertools v0.14.0
22132026-04-19T04:29:57.413Z Compiling secrecy v0.10.3
22142026-04-19T04:29:57.428Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
22152026-04-19T04:29:57.530Z Compiling rustls v0.22.4
22162026-04-19T04:29:57.600Z Compiling heapless v0.8.0
22172026-04-19T04:29:57.836Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
22182026-04-19T04:29:57.852Z Compiling crossbeam-deque v0.8.6
22192026-04-19T04:29:57.921Z Compiling toml_edit v0.23.10+spec-1.0.0
22202026-04-19T04:29:58.007Z Compiling rustls-webpki v0.102.8
22212026-04-19T04:29:58.051Z Compiling structmeta v0.3.0
22222026-04-19T04:29:58.082Z Compiling futures-executor v0.3.32
22232026-04-19T04:29:58.097Z Compiling hash32 v0.3.1
22242026-04-19T04:29:58.170Z Compiling multer v3.1.0
22252026-04-19T04:29:58.284Z Compiling thread_local v1.1.9
22262026-04-19T04:29:58.302Z Compiling unicode-width v0.2.0
22272026-04-19T04:29:58.305Z Compiling match_cfg v0.1.0
22282026-04-19T04:29:58.350Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
22292026-04-19T04:29:58.389Z Compiling smoltcp v0.11.0
22302026-04-19T04:29:58.403Z Compiling slog-async v2.8.0
22312026-04-19T04:29:58.569Z Compiling tokio-rustls v0.26.4
22322026-04-19T04:29:58.587Z Compiling rustls-platform-verifier v0.6.2
22332026-04-19T04:29:58.613Z Compiling ingot-macros v0.1.1
22342026-04-19T04:29:58.685Z Compiling proc-macro-crate v3.4.0
22352026-04-19T04:29:58.769Z Compiling hostname v0.3.1
22362026-04-19T04:29:58.812Z Compiling hyper-rustls v0.27.7
22372026-04-19T04:29:58.828Z Compiling derive-ex v0.1.8
22382026-04-19T04:29:58.848Z Compiling futures v0.3.32
22392026-04-19T04:29:58.950Z Compiling slog-json v2.6.1
22402026-04-19T04:29:59.070Z Compiling reqwest v0.13.2
22412026-04-19T04:29:59.133Z Compiling reqwest v0.12.28
22422026-04-19T04:29:59.154Z Compiling crossbeam-channel v0.5.15
22432026-04-19T04:29:59.233Z Compiling half v2.7.1
22442026-04-19T04:29:59.378Z Compiling newtype-uuid-macros v0.1.0
22452026-04-19T04:29:59.606Z Compiling cobs v0.3.0
22462026-04-19T04:29:59.832Z Compiling thiserror-impl-no-std v2.0.2
22472026-04-19T04:29:59.851Z Compiling universal-hash v0.5.1
22482026-04-19T04:29:59.902Z Compiling async-stream-impl v0.3.6
22492026-04-19T04:30:00.038Z Compiling serde_spanned v1.0.4
22502026-04-19T04:30:00.113Z Compiling is-terminal v0.4.17
22512026-04-19T04:30:00.197Z Compiling dropshot v0.16.7
22522026-04-19T04:30:00.225Z Compiling proc-macro-error-attr v1.0.4
22532026-04-19T04:30:00.269Z Compiling toml_writer v1.0.6+spec-1.1.0
22542026-04-19T04:30:00.425Z Compiling ciborium-io v0.2.2
22552026-04-19T04:30:00.455Z Compiling take_mut v0.2.2
22562026-04-19T04:30:00.471Z Compiling term v1.2.1
22572026-04-19T04:30:00.487Z Compiling opaque-debug v0.3.1
22582026-04-19T04:30:00.490Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
22592026-04-19T04:30:00.548Z Compiling convert_case v0.4.0
22602026-04-19T04:30:00.564Z Compiling poly1305 v0.8.0
22612026-04-19T04:30:00.724Z Compiling tokio-rustls v0.25.0
22622026-04-19T04:30:00.751Z Compiling ciborium-ll v0.2.2
22632026-04-19T04:30:00.870Z Compiling thiserror-no-std v2.0.2
22642026-04-19T04:30:00.886Z Compiling derive_more v0.99.20
22652026-04-19T04:30:00.913Z Compiling slog-term v2.9.2
22662026-04-19T04:30:00.990Z Compiling async-stream v0.3.6
22672026-04-19T04:30:01.005Z Compiling toml v0.9.12+spec-1.1.0
22682026-04-19T04:30:01.157Z Compiling test-strategy v0.4.5
22692026-04-19T04:30:01.199Z Compiling ingot-types v0.1.2
22702026-04-19T04:30:01.242Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
22712026-04-19T04:30:01.258Z Compiling postcard v1.1.3
22722026-04-19T04:30:01.666Z Compiling ingot v0.1.1
22732026-04-19T04:30:01.916Z Compiling slog-bunyan v2.5.0
22742026-04-19T04:30:02.129Z Compiling num_enum_derive v0.7.5
22752026-04-19T04:30:02.293Z Compiling parse-display-derive v0.10.0
22762026-04-19T04:30:02.341Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=ae1da83e66c648574827298f4bc444632bf4d047#ae1da83e)
22772026-04-19T04:30:02.367Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
22782026-04-19T04:30:02.492Z Compiling proc-macro-crate v1.3.1
22792026-04-19T04:30:02.535Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
22802026-04-19T04:30:02.614Z Compiling backon v1.6.0
22812026-04-19T04:30:02.630Z Compiling waitgroup v0.1.2
22822026-04-19T04:30:02.808Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
22832026-04-19T04:30:02.856Z Compiling password-hash v0.5.0
22842026-04-19T04:30:02.881Z Compiling chacha20 v0.9.1
22852026-04-19T04:30:02.902Z Compiling dropshot_endpoint v0.16.7
22862026-04-19T04:30:03.092Z Compiling rustls-pemfile v2.2.0
22872026-04-19T04:30:03.138Z Compiling blake2 v0.10.6
22882026-04-19T04:30:03.154Z Compiling aead v0.5.2
22892026-04-19T04:30:03.172Z Compiling foreign-types-macros v0.2.3
22902026-04-19T04:30:03.372Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
22912026-04-19T04:30:03.388Z Compiling serde_path_to_error v0.1.20
22922026-04-19T04:30:03.405Z Compiling hostname v0.4.2
22932026-04-19T04:30:03.592Z Compiling proc-macro-error v1.0.4
22942026-04-19T04:30:03.668Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
22952026-04-19T04:30:03.779Z Compiling instant v0.1.13
22962026-04-19T04:30:03.795Z Compiling cpufeatures v0.3.0
22972026-04-19T04:30:03.817Z Compiling foreign-types-shared v0.3.1
22982026-04-19T04:30:03.832Z Compiling typeid v1.0.3
22992026-04-19T04:30:03.835Z Compiling debug-ignore v1.0.5
23002026-04-19T04:30:03.871Z Compiling backoff v0.4.0
23012026-04-19T04:30:03.891Z Compiling chacha20 v0.10.0
23022026-04-19T04:30:03.924Z Compiling foreign-types v0.5.0
23032026-04-19T04:30:03.955Z Compiling parse-display v0.10.0
23042026-04-19T04:30:03.958Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
23052026-04-19T04:30:03.986Z Compiling argon2 v0.5.3
23062026-04-19T04:30:04.004Z Compiling chacha20poly1305 v0.10.1
23072026-04-19T04:30:04.007Z Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
23082026-04-19T04:30:04.037Z Compiling num_enum v0.7.5
23092026-04-19T04:30:04.063Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
23102026-04-19T04:30:04.133Z Compiling num_enum_derive v0.5.11
23112026-04-19T04:30:04.178Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
23122026-04-19T04:30:04.195Z Compiling vsss-rs v3.3.4
23132026-04-19T04:30:04.224Z Compiling ciborium v0.2.2
23142026-04-19T04:30:04.631Z Compiling tabwriter v1.4.1
23152026-04-19T04:30:04.844Z Compiling byte-wrapper v0.1.0
23162026-04-19T04:30:04.984Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
23172026-04-19T04:30:05.001Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
23182026-04-19T04:30:05.024Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
23192026-04-19T04:30:05.065Z Compiling regress v0.10.5
23202026-04-19T04:30:05.083Z Compiling cstr-argument v0.1.2
23212026-04-19T04:30:05.223Z Compiling erased-serde v0.4.9
23222026-04-19T04:30:05.276Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8)
23232026-04-19T04:30:05.470Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
23242026-04-19T04:30:05.486Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
23252026-04-19T04:30:05.553Z Compiling num_enum v0.5.11
23262026-04-19T04:30:05.591Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
23272026-04-19T04:30:05.681Z Compiling rand v0.10.0
23282026-04-19T04:30:05.698Z Compiling rayon v1.11.0
23292026-04-19T04:30:05.744Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
23302026-04-19T04:30:05.768Z Compiling indent_write v2.2.0
23312026-04-19T04:30:05.808Z Compiling colored v3.1.1
23322026-04-19T04:30:05.842Z Compiling libefi-sys v0.1.0
23332026-04-19T04:30:05.925Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
23342026-04-19T04:30:05.941Z Compiling zone_cfg_derive v0.3.1
23352026-04-19T04:30:05.958Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
23362026-04-19T04:30:06.133Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
23372026-04-19T04:30:06.149Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
23382026-04-19T04:30:06.246Z Compiling camino-tempfile v1.4.1
23392026-04-19T04:30:06.401Z Compiling itertools v0.12.1
23402026-04-19T04:30:06.521Z Compiling usdt-macro v0.5.0
23412026-04-19T04:30:06.547Z Compiling usdt-attr-macro v0.5.0
23422026-04-19T04:30:06.595Z Compiling bitfield-struct v0.6.2
23432026-04-19T04:30:06.642Z Compiling num-derive v0.4.2
23442026-04-19T04:30:06.665Z Compiling blake3 v1.8.3
23452026-04-19T04:30:06.702Z Compiling ordered-float v2.10.1
23462026-04-19T04:30:07.011Z Compiling memmap v0.7.0
23472026-04-19T04:30:07.038Z Compiling sigpipe v0.1.3
23482026-04-19T04:30:07.194Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
23492026-04-19T04:30:07.266Z Compiling glob v0.3.3
23502026-04-19T04:30:07.289Z Compiling swrite v0.1.0
23512026-04-19T04:30:07.312Z Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
23522026-04-19T04:30:07.358Z Compiling usdt v0.5.0
23532026-04-19T04:30:07.449Z Compiling serde-value v0.7.0
23542026-04-19T04:30:07.590Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
23552026-04-19T04:30:07.663Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
23562026-04-19T04:30:07.903Z Compiling zone v0.3.1
23572026-04-19T04:30:07.918Z Compiling serde-untagged v0.1.9
23582026-04-19T04:30:08.013Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
23592026-04-19T04:30:08.109Z Compiling toml v0.8.23
23602026-04-19T04:30:08.160Z Compiling smf v0.2.3
23612026-04-19T04:30:08.226Z Compiling filetime v0.2.27
23622026-04-19T04:30:08.294Z Compiling same-file v1.0.6
23632026-04-19T04:30:08.310Z Compiling constant_time_eq v0.4.2
23642026-04-19T04:30:08.313Z Compiling xattr v1.6.1
23652026-04-19T04:30:08.341Z Compiling arrayvec v0.7.6
23662026-04-19T04:30:08.453Z Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
23672026-04-19T04:30:08.487Z Compiling unicode-xid v0.2.6
23682026-04-19T04:30:08.524Z Compiling arrayref v0.3.9
23692026-04-19T04:30:08.527Z Compiling whoami v1.6.1
23702026-04-19T04:30:08.555Z Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
23712026-04-19T04:30:08.555Z Compiling tar v0.4.45
23722026-04-19T04:30:08.620Z Compiling cargo-util-schemas v0.8.2
23732026-04-19T04:30:08.654Z Compiling walkdir v2.5.0
23742026-04-19T04:30:09.012Z Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
23752026-04-19T04:30:09.249Z Compiling tokio-dtrace v0.1.1
23762026-04-19T04:30:09.271Z Compiling console v0.16.2
23772026-04-19T04:30:09.309Z Compiling gethostname v0.5.0
23782026-04-19T04:30:09.393Z Compiling cargo-platform v0.2.0
23792026-04-19T04:30:09.451Z Compiling topological-sort v0.2.2
23802026-04-19T04:30:09.469Z Compiling unit-prefix v0.5.2
23812026-04-19T04:30:09.597Z Compiling oxide-tokio-rt v0.1.4
23822026-04-19T04:30:09.637Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
23832026-04-19T04:30:09.653Z Compiling shell-words v1.1.1
23842026-04-19T04:30:09.749Z Compiling indicatif v0.18.4
23852026-04-19T04:30:09.830Z Compiling cargo_metadata v0.21.0
23862026-04-19T04:30:18.685Z Compiling progenitor-client v0.10.0
23872026-04-19T04:30:18.685Z Compiling omicron-zone-package v0.12.2
23882026-04-19T04:30:18.731Z Compiling progenitor-client v0.13.0
23892026-04-19T04:30:18.801Z Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
23902026-04-19T04:30:18.804Z Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
23912026-04-19T04:30:18.804Z Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
23922026-04-19T04:30:18.848Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
23932026-04-19T04:30:18.865Z Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
23942026-04-19T04:30:18.997Z Compiling progenitor-extras v0.1.1
23952026-04-19T04:30:19.122Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
23962026-04-19T04:30:19.181Z Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
23972026-04-19T04:30:19.198Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
23982026-04-19T04:30:19.245Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
23992026-04-19T04:30:24.339Z Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
24002026-04-19T04:30:31.194Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
24012026-04-19T04:30:34.252Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
24022026-04-19T04:30:35.226Z Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
24032026-04-19T04:30:43.951Z Finished `release` profile [optimized] target(s) in 1m 38s
24042026-04-19T04:30:44.102Z Running `target/release/omicron-package -t test target create -p dev`
24052026-04-19T04:30:44.165ZLogging to: /work/oxidecomputer/omicron/out/LOG
24062026-04-19T04:30:44.168ZCreated new build target 'test' and set it as active
24072026-04-19T04:30:44.171Z
24082026-04-19T04:30:44.171Zreal 1:38.452843880
24092026-04-19T04:30:44.171Zuser 16:21.964591800
24102026-04-19T04:30:44.171Zsys 2:32.089376832
24112026-04-19T04:30:44.171Ztrap 0.460217722
24122026-04-19T04:30:44.171Ztflt 2.647510642
24132026-04-19T04:30:44.171Zdflt 3.709973941
24142026-04-19T04:30:44.171Zkflt 0.000906092
24152026-04-19T04:30:44.171Zlock 51:38.998189970
24162026-04-19T04:30:44.171Zslp 42:03.395491522
24172026-04-19T04:30:44.171Zlat 42.704935813
24182026-04-19T04:30:44.171Zstop 5:23.342045662
24192026-04-19T04:30:44.171Z+ ptime -m cargo run --locked --release --bin omicron-package -- -t test package
24202026-04-19T04:30:45.044Z Finished `release` profile [optimized] target(s) in 0.86s
24212026-04-19T04:30:45.116Z Running `target/release/omicron-package -t test package`
24222026-04-19T04:30:45.173ZLogging to: /work/oxidecomputer/omicron/out/LOG
24232026-04-19T04:30:46.573Z Compiling regress v0.10.5
24242026-04-19T04:30:46.573Z Compiling heck v0.5.0
24252026-04-19T04:30:46.792Z Compiling unsafe-libyaml v0.2.11
24262026-04-19T04:30:46.810Z Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
24272026-04-19T04:30:46.838Z Compiling unicode-width v0.1.14
24282026-04-19T04:30:46.841Z Compiling is-terminal v0.4.17
24292026-04-19T04:30:46.879Z Compiling prettyplease v0.2.37
24302026-04-19T04:30:46.879Z Compiling bytecount v0.6.9
24312026-04-19T04:30:46.882Z Compiling rustls v0.22.4
24322026-04-19T04:30:46.882Z Compiling rustls-webpki v0.102.8
24332026-04-19T04:30:46.882Z Compiling derive-where v1.6.0
24342026-04-19T04:30:46.917Z Compiling thread_local v1.1.9
24352026-04-19T04:30:46.920Z Compiling match_cfg v0.1.0
24362026-04-19T04:30:46.939Z Compiling multer v3.1.0
24372026-04-19T04:30:46.960Z Compiling slog-async v2.8.0
24382026-04-19T04:30:46.979Z Compiling typify-impl v0.6.1
24392026-04-19T04:30:46.999Z Compiling crossbeam-channel v0.5.15
24402026-04-19T04:30:47.018Z Compiling slog-json v2.6.1
24412026-04-19T04:30:47.059Z Compiling hostname v0.3.1
24422026-04-19T04:30:47.102Z Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
24432026-04-19T04:30:47.124Z Compiling futures-executor v0.3.32
24442026-04-19T04:30:47.144Z Compiling serde_spanned v1.0.4
24452026-04-19T04:30:47.208Z Compiling term v1.2.1
24462026-04-19T04:30:47.211Z Compiling toml_writer v1.0.6+spec-1.1.0
24472026-04-19T04:30:47.279Z Compiling take_mut v0.2.2
24482026-04-19T04:30:47.300Z Compiling serde_yaml v0.9.34+deprecated
24492026-04-19T04:30:47.323Z Compiling slog-bunyan v2.5.0
24502026-04-19T04:30:47.363Z Compiling futures v0.3.32
24512026-04-19T04:30:47.413Z Compiling toml v0.9.12+spec-1.1.0
24522026-04-19T04:30:47.481Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
24532026-04-19T04:30:47.481Z Compiling dropshot v0.16.7
24542026-04-19T04:30:47.484Z Compiling async-stream v0.3.6
24552026-04-19T04:30:47.548Z Compiling slog-term v2.9.2
24562026-04-19T04:30:47.588Z Compiling progenitor-client v0.13.0
24572026-04-19T04:30:47.641Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
24582026-04-19T04:30:47.717Z Compiling waitgroup v0.1.2
24592026-04-19T04:30:47.737Z Compiling backon v1.6.0
24602026-04-19T04:30:47.760Z Compiling rustls-pemfile v2.2.0
24612026-04-19T04:30:47.845Z Compiling serde_path_to_error v0.1.20
24622026-04-19T04:30:47.868Z Compiling hostname v0.4.2
24632026-04-19T04:30:47.887Z Compiling instant v0.1.13
24642026-04-19T04:30:47.890Z Compiling debug-ignore v1.0.5
24652026-04-19T04:30:47.932Z Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
24662026-04-19T04:30:47.963Z Compiling progenitor-extras v0.1.1
24672026-04-19T04:30:47.983Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
24682026-04-19T04:30:48.030Z Compiling backoff v0.4.0
24692026-04-19T04:30:48.052Z Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
24702026-04-19T04:30:48.055Z Compiling parse-display v0.10.0
24712026-04-19T04:30:48.093Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
24722026-04-19T04:30:48.119Z Compiling progenitor-client v0.10.0
24732026-04-19T04:30:48.159Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
24742026-04-19T04:30:48.250Z Compiling macaddr v1.0.1
24752026-04-19T04:30:48.345Z Compiling num-rational v0.4.2
24762026-04-19T04:30:48.366Z Compiling num-complex v0.4.6
24772026-04-19T04:30:48.442Z Compiling console v0.15.11
24782026-04-19T04:30:48.571Z Compiling slog-dtrace v0.3.0
24792026-04-19T04:30:48.591Z Compiling float-ord v0.3.2
24802026-04-19T04:30:48.692Z Compiling newline-converter v0.3.0
24812026-04-19T04:30:48.725Z Compiling atomicwrites v0.4.4
24822026-04-19T04:30:48.745Z Compiling async-recursion v1.1.1
24832026-04-19T04:30:48.794Z Compiling num v0.4.3
24842026-04-19T04:30:48.869Z Compiling owo-colors v4.3.0
24852026-04-19T04:30:48.923Z Compiling cancel-safe-futures v0.1.5
24862026-04-19T04:30:49.012Z Compiling expectorate v1.2.0
24872026-04-19T04:30:49.044Z Compiling libsw-core v0.3.2
24882026-04-19T04:30:49.064Z Compiling resolv-conf v0.7.6
24892026-04-19T04:30:49.093Z Compiling toml v0.8.23
24902026-04-19T04:30:49.255Z Compiling libsw v3.5.0
24912026-04-19T04:30:49.258Z Compiling linear-map v1.2.0
24922026-04-19T04:30:49.351Z Compiling tokio-rustls v0.25.0
24932026-04-19T04:30:49.372Z Compiling oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
24942026-04-19T04:30:49.393Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
24952026-04-19T04:30:49.477Z Compiling minimal-lexical v0.2.1
24962026-04-19T04:30:49.521Z Compiling linked-hash-map v0.5.6
24972026-04-19T04:30:49.623Z Compiling unicode-xid v0.2.6
24982026-04-19T04:30:49.681Z Compiling clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
24992026-04-19T04:30:49.704Z Compiling nom v7.1.3
25002026-04-19T04:30:49.707Z Compiling internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
25012026-04-19T04:30:49.746Z Compiling globset v0.4.18
25022026-04-19T04:30:49.767Z Compiling lru-cache v0.1.2
25032026-04-19T04:30:49.767Z Compiling hickory-proto v0.24.4
25042026-04-19T04:30:49.810Z Compiling gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
25052026-04-19T04:30:49.965Z Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
25062026-04-19T04:30:50.251Z Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
25072026-04-19T04:30:50.427Z Compiling convert_case v0.10.0
25082026-04-19T04:30:50.730Z Compiling derive_more-impl v2.1.1
25092026-04-19T04:30:50.983Z Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
25102026-04-19T04:30:51.051Z Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
25112026-04-19T04:30:51.201Z Compiling pin-project-internal v1.1.11
25122026-04-19T04:30:51.337Z Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
25132026-04-19T04:30:51.535Z Compiling derive_more v2.1.1
25142026-04-19T04:30:51.645Z Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
25152026-04-19T04:30:51.669Z Compiling typify-macro v0.6.1
25162026-04-19T04:30:51.814Z Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
25172026-04-19T04:30:52.034Z Compiling papergrid v0.11.0
25182026-04-19T04:30:52.253Z Compiling hickory-resolver v0.24.4
25192026-04-19T04:30:52.482Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
25202026-04-19T04:30:52.509Z Compiling pin-project v1.1.11
25212026-04-19T04:30:52.642Z Compiling tabled_derive v0.7.0
25222026-04-19T04:30:53.113Z Compiling pem v3.0.6
25232026-04-19T04:30:53.225Z Compiling typify v0.6.1
25242026-04-19T04:30:53.361Z Compiling progenitor-impl v0.13.0
25252026-04-19T04:30:53.563Z Compiling qorb v0.4.1
25262026-04-19T04:30:53.830Z Compiling snafu-derive v0.8.9
25272026-04-19T04:30:54.139Z Compiling termtree v0.5.1
25282026-04-19T04:30:54.341Z Compiling tabled v0.15.0
25292026-04-19T04:30:54.391Z Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
25302026-04-19T04:30:55.502Z Compiling snafu v0.8.9
25312026-04-19T04:30:55.558Z Compiling progenitor-macro v0.13.0
25322026-04-19T04:30:55.634Z Compiling crossterm v0.29.0
25332026-04-19T04:30:55.689Z Compiling phf_shared v0.12.1
25342026-04-19T04:30:55.947Z Compiling olpc-cjson v0.1.4
25352026-04-19T04:30:56.126Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
25362026-04-19T04:30:56.218Z Compiling serde_plain v1.0.2
25372026-04-19T04:30:56.547Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
25382026-04-19T04:30:56.662Z Compiling csv-core v0.1.13
25392026-04-19T04:30:57.104Z Compiling vte v0.14.1
25402026-04-19T04:30:57.298Z Compiling chrono-tz v0.10.4
25412026-04-19T04:30:57.362Z Compiling typed-path v0.9.3
25422026-04-19T04:30:57.518Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
25432026-04-19T04:30:58.407Z Compiling highway v1.3.0
25442026-04-19T04:30:58.602Z Compiling tough v0.20.0
25452026-04-19T04:30:58.979Z Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
25462026-04-19T04:30:59.148Z Compiling bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
25472026-04-19T04:30:59.177Z Compiling strip-ansi-escapes v0.2.1
25482026-04-19T04:30:59.662Z Compiling progenitor v0.13.0
25492026-04-19T04:30:59.739Z Compiling csv v1.4.0
25502026-04-19T04:30:59.854Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
25512026-04-19T04:30:59.941Z Compiling phf v0.12.1
25522026-04-19T04:31:00.140Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
25532026-04-19T04:31:00.543Z Compiling const_format_proc_macros v0.2.34
25542026-04-19T04:31:00.627Z Compiling fd-lock v4.0.4
25552026-04-19T04:31:00.717Z Compiling peg-macros v0.8.5
25562026-04-19T04:31:01.021Z Compiling nu-ansi-term v0.50.3
25572026-04-19T04:31:01.338Z Compiling const_format v0.2.35
25582026-04-19T04:31:01.570Z Compiling reedline v0.40.0
25592026-04-19T04:31:01.623Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
25602026-04-19T04:31:01.877Z Compiling cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
25612026-04-19T04:31:02.008Z Compiling peg v0.8.5
25622026-04-19T04:31:02.277Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
25632026-04-19T04:31:02.335Z Compiling bcs v0.1.6
25642026-04-19T04:31:02.781Z Compiling semver v0.1.20
25652026-04-19T04:31:02.944Z Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
25662026-04-19T04:31:02.966Z Compiling humantime v2.3.0
25672026-04-19T04:31:03.075Z Compiling rustc_version v0.1.7
25682026-04-19T04:31:03.202Z Compiling unicode-linebreak v0.1.5
25692026-04-19T04:31:03.308Z Compiling newtype_derive v0.1.6
25702026-04-19T04:31:03.441Z Compiling smawk v0.3.2
25712026-04-19T04:31:03.516Z Compiling rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=b603c9f3dccefcf1d3e941c04505ff6bdd1826b6#b603c9f3)
25722026-04-19T04:31:03.607Z Compiling textwrap v0.16.2
25732026-04-19T04:31:03.745Z Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
25742026-04-19T04:31:04.432Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
25752026-04-19T04:31:04.709Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=b603c9f3dccefcf1d3e941c04505ff6bdd1826b6#b603c9f3)
25762026-04-19T04:31:04.741Z Compiling dropshot-api-manager-types v0.6.0
25772026-04-19T04:31:05.068Z Compiling base64 v0.21.7
25782026-04-19T04:31:05.196Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
25792026-04-19T04:31:05.228Z Compiling steno v0.4.1
25802026-04-19T04:31:05.356Z Compiling utf-8 v0.7.6
25812026-04-19T04:31:05.602Z Compiling tagptr v0.2.0
25822026-04-19T04:31:05.622Z Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
25832026-04-19T04:31:05.625Z Compiling tungstenite v0.21.0
25842026-04-19T04:31:05.787Z Compiling moka v0.12.13
25852026-04-19T04:31:05.810Z Compiling radium v0.7.0
25862026-04-19T04:31:06.166Z Compiling tap v1.0.1
25872026-04-19T04:31:06.323Z Compiling tokio-tungstenite v0.21.0
25882026-04-19T04:31:06.624Z Compiling maybe-uninit v2.0.0
25892026-04-19T04:31:06.716Z Compiling wyz v0.5.1
25902026-04-19T04:31:06.970Z Compiling hickory-resolver v0.25.2
25912026-04-19T04:31:07.027Z Compiling zerocopy-derive v0.6.6
25922026-04-19T04:31:07.124Z Compiling packed_struct v0.10.1
25932026-04-19T04:31:07.270Z Compiling crc-catalog v2.4.0
25942026-04-19T04:31:07.402Z Compiling funty v2.0.0
25952026-04-19T04:31:07.423Z Compiling display-error-chain v0.2.2
25962026-04-19T04:31:07.636Z Compiling crc v3.4.0
25972026-04-19T04:31:07.767Z Compiling bitvec v1.0.1
25982026-04-19T04:31:07.801Z Compiling zerocopy v0.6.6
25992026-04-19T04:31:07.801Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
26002026-04-19T04:31:08.071Z Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
26012026-04-19T04:31:08.189Z Compiling packed_struct_codegen v0.10.1
26022026-04-19T04:31:08.348Z Compiling bitfield-macros v0.19.4
26032026-04-19T04:31:08.583Z Compiling indexmap v1.9.3
26042026-04-19T04:31:08.819Z Compiling nodrop v0.1.14
26052026-04-19T04:31:08.954Z Compiling array-init v0.0.4
26062026-04-19T04:31:09.084Z Compiling nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
26072026-04-19T04:31:09.185Z Compiling bitfield v0.19.4
26082026-04-19T04:31:09.382Z Compiling smallvec v0.6.14
26092026-04-19T04:31:09.568Z Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
26102026-04-19T04:31:09.655Z Compiling num-derive v0.3.3
26112026-04-19T04:31:09.966Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
26122026-04-19T04:31:10.574Z Compiling proc-macro-error-attr2 v2.0.0
26132026-04-19T04:31:11.010Z Compiling hashbrown v0.12.3
26142026-04-19T04:31:11.154Z Compiling proc-macro-error2 v2.0.1
26152026-04-19T04:31:11.477Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
26162026-04-19T04:31:11.792Z Compiling libscf-sys v1.1.0
26172026-04-19T04:31:11.865Z Compiling serde-hex v0.1.0
26182026-04-19T04:31:11.972Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
26192026-04-19T04:31:12.092Z Compiling ron v0.8.1
26202026-04-19T04:31:12.171Z Compiling typify-impl v0.4.3
26212026-04-19T04:31:12.217Z Compiling hashbrown v0.13.2
26222026-04-19T04:31:12.453Z Compiling vergen-gitcl v1.0.8
26232026-04-19T04:31:12.681Z Compiling dirs-sys-next v0.1.2
26242026-04-19T04:31:12.803Z Compiling crc-any v2.5.0
26252026-04-19T04:31:12.833Z Compiling diesel_derives v2.3.7
26262026-04-19T04:31:12.930Z Compiling maplit v1.0.2
26272026-04-19T04:31:12.952Z Compiling crunchy v0.2.4
26282026-04-19T04:31:13.045Z Compiling glob v0.3.3
26292026-04-19T04:31:13.097Z Compiling dirs-next v2.0.0
26302026-04-19T04:31:13.227Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
26312026-04-19T04:31:13.270Z Compiling object v0.30.4
26322026-04-19T04:31:13.328Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
26332026-04-19T04:31:13.405Z Compiling clang-sys v1.8.1
26342026-04-19T04:31:13.522Z Compiling tabled_derive v0.11.0
26352026-04-19T04:31:13.787Z Compiling papergrid v0.17.0
26362026-04-19T04:31:13.895Z Compiling testing_table v0.3.0
26372026-04-19T04:31:13.916Z Compiling dsl_auto_type v0.2.0
26382026-04-19T04:31:13.995Z Compiling scheduled-thread-pool v0.2.7
26392026-04-19T04:31:14.042Z Compiling diesel_table_macro_syntax v0.3.0
26402026-04-19T04:31:14.269Z Compiling path-slash v0.1.5
26412026-04-19T04:31:14.331Z Compiling tiny-keccak v2.0.2
26422026-04-19T04:31:14.474Z Compiling r2d2 v0.8.10
26432026-04-19T04:31:14.613Z Compiling term v0.7.0
26442026-04-19T04:31:14.635Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
26452026-04-19T04:31:14.699Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
26462026-04-19T04:31:14.774Z Compiling downcast-rs v2.0.2
26472026-04-19T04:31:14.911Z Compiling xshell-macros v0.2.7
26482026-04-19T04:31:14.936Z Compiling bit-vec v0.6.3
26492026-04-19T04:31:15.074Z Compiling tabled v0.20.0
26502026-04-19T04:31:15.185Z Compiling bit-set v0.5.3
26512026-04-19T04:31:15.207Z Compiling ascii-canvas v3.0.0
26522026-04-19T04:31:15.303Z Compiling xshell v0.2.7
26532026-04-19T04:31:15.473Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
26542026-04-19T04:31:15.614Z Compiling typify-macro v0.4.3
26552026-04-19T04:31:15.617Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
26562026-04-19T04:31:15.657Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
26572026-04-19T04:31:16.064Z Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
26582026-04-19T04:31:16.090Z Compiling itertools v0.10.5
26592026-04-19T04:31:16.162Z Compiling ena v0.14.4
26602026-04-19T04:31:16.409Z Compiling libloading v0.8.9
26612026-04-19T04:31:16.646Z Compiling bindgen v0.71.1
26622026-04-19T04:31:16.675Z Compiling unicase v2.9.0
26632026-04-19T04:31:16.941Z Compiling diff v0.1.13
26642026-04-19T04:31:16.992Z Compiling regex-syntax v0.6.29
26652026-04-19T04:31:17.217Z Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
26662026-04-19T04:31:18.083Z Compiling omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
26672026-04-19T04:31:18.460Z Compiling lalrpop v0.19.12
26682026-04-19T04:31:18.928Z Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
26692026-04-19T04:31:19.162Z Compiling diesel v2.3.7
26702026-04-19T04:31:19.383Z Compiling cexpr v0.6.0
26712026-04-19T04:31:19.465Z Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
26722026-04-19T04:31:19.534Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
26732026-04-19T04:31:19.584Z Compiling crc8 v0.1.1
26742026-04-19T04:31:19.693Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
26752026-04-19T04:31:19.738Z Compiling typify v0.4.3
26762026-04-19T04:31:19.761Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
26772026-04-19T04:31:19.884Z Compiling headers-core v0.3.0
26782026-04-19T04:31:20.003Z Compiling libxml v0.3.3
26792026-04-19T04:31:20.025Z Compiling headers v0.4.1
26802026-04-19T04:31:20.048Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
26812026-04-19T04:31:20.215Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
26822026-04-19T04:31:20.405Z Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
26832026-04-19T04:31:20.447Z Compiling strum_macros v0.24.3
26842026-04-19T04:31:20.888Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
26852026-04-19T04:31:21.262Z Compiling indoc v1.0.9
26862026-04-19T04:31:21.768Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
26872026-04-19T04:31:21.790Z Compiling derive_builder v0.20.2
26882026-04-19T04:31:21.977Z Compiling oso-derive v0.27.3
26892026-04-19T04:31:22.001Z Compiling quick-xml v0.37.5
26902026-04-19T04:31:22.024Z Compiling impl-trait-for-tuples v0.2.3
26912026-04-19T04:31:22.204Z Compiling half v1.8.3
26922026-04-19T04:31:22.260Z Compiling openssl-probe v0.1.6
26932026-04-19T04:31:22.561Z Compiling serde_cbor v0.11.2
26942026-04-19T04:31:22.669Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
26952026-04-19T04:31:22.697Z Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
26962026-04-19T04:31:22.897Z Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
26972026-04-19T04:31:23.290Z Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
26982026-04-19T04:31:23.380Z Compiling bb8 v0.8.6
26992026-04-19T04:31:23.511Z Compiling trait-variant v0.1.2
27002026-04-19T04:31:23.614Z Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
27012026-04-19T04:31:23.637Z Compiling tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
27022026-04-19T04:31:23.773Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
27032026-04-19T04:31:24.000Z Compiling fxhash v0.2.1
27042026-04-19T04:31:24.023Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
27052026-04-19T04:31:24.092Z Compiling scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=c78005db837a71f94c3b8efac9a64cfbdb2d527f#c78005db)
27062026-04-19T04:31:24.204Z Compiling progenitor-impl v0.10.0
27072026-04-19T04:31:24.227Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
27082026-04-19T04:31:24.300Z Compiling oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
27092026-04-19T04:31:24.473Z Compiling samael v0.0.19
27102026-04-19T04:31:24.649Z Compiling kstat-rs v0.2.4
27112026-04-19T04:31:24.696Z Compiling libz-sys v1.1.24
27122026-04-19T04:31:25.099Z Compiling salty v0.3.0
27132026-04-19T04:31:25.212Z Compiling nonempty v0.12.0
27142026-04-19T04:31:25.452Z Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
27152026-04-19T04:31:25.819Z Compiling progenitor-impl v0.11.2
27162026-04-19T04:31:25.868Z Compiling zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
27172026-04-19T04:31:25.871Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=44a949c9bedf4fcd4d280337fa1965b4293c88d1#44a949c9)
27182026-04-19T04:31:25.923Z Compiling polar-core v0.27.3
27192026-04-19T04:31:26.350Z Compiling progenitor-macro v0.10.0
27202026-04-19T04:31:27.545Z Compiling darling_core v0.23.0
27212026-04-19T04:31:28.027Z Compiling nanorand v0.7.0
27222026-04-19T04:31:28.281Z Compiling arc-swap v1.8.2
27232026-04-19T04:31:28.398Z Compiling fs-err v2.11.0
27242026-04-19T04:31:28.636Z Compiling parking_lot_core v0.8.6
27252026-04-19T04:31:28.893Z Compiling mime_guess v2.0.5
27262026-04-19T04:31:29.083Z Compiling slog-scope v4.4.1
27272026-04-19T04:31:29.412Z Compiling flume v0.11.1
27282026-04-19T04:31:29.559Z Compiling progenitor-macro v0.11.2
27292026-04-19T04:31:29.710Z Compiling darling_macro v0.23.0
27302026-04-19T04:31:29.819Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=44a949c9bedf4fcd4d280337fa1965b4293c88d1#44a949c9)
27312026-04-19T04:31:30.201Z Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
27322026-04-19T04:31:30.394Z Compiling progenitor v0.10.0
27332026-04-19T04:31:30.959Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27342026-04-19T04:31:31.380Z Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
27352026-04-19T04:31:31.583Z Compiling progenitor-client v0.11.2
27362026-04-19T04:31:32.098Z Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
27372026-04-19T04:31:32.131Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
27382026-04-19T04:31:33.548Z Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
27392026-04-19T04:31:34.090Z Compiling git-stub v1.0.0
27402026-04-19T04:31:34.361Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
27412026-04-19T04:31:35.088Z Compiling oso v0.27.3
27422026-04-19T04:31:39.599Z Compiling diesel-dtrace v0.5.0
27432026-04-19T04:31:39.623Z Compiling async-bb8-diesel v0.2.1
27442026-04-19T04:31:39.919Z Compiling libgit2-sys v0.18.3+1.9.2
27452026-04-19T04:31:39.942Z Compiling instability v0.3.11
27462026-04-19T04:31:39.988Z Compiling git-stub-vcs v0.1.0
27472026-04-19T04:31:40.080Z Compiling progenitor v0.11.2
27482026-04-19T04:31:40.204Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27492026-04-19T04:31:40.277Z Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
27502026-04-19T04:31:40.337Z Compiling darling v0.23.0
27512026-04-19T04:31:40.415Z Compiling slog-stdlog v4.1.1
27522026-04-19T04:31:40.892Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3)
27532026-04-19T04:31:41.020Z Compiling clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
27542026-04-19T04:31:41.271Z Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
27552026-04-19T04:31:41.549Z Compiling ignore v0.4.25
27562026-04-19T04:31:42.650Z Compiling primeorder v0.13.6
27572026-04-19T04:31:42.963Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27582026-04-19T04:31:43.122Z Compiling castaway v0.2.4
27592026-04-19T04:31:43.279Z Compiling atty v0.2.14
27602026-04-19T04:31:43.431Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27612026-04-19T04:31:43.662Z Compiling http-range v0.1.5
27622026-04-19T04:31:43.997Z Compiling indoc v2.0.7
27632026-04-19T04:31:44.020Z Compiling parse-size v1.1.0
27642026-04-19T04:31:44.070Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
27652026-04-19T04:31:44.242Z Compiling tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
27662026-04-19T04:31:44.328Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27672026-04-19T04:31:44.465Z Compiling compact_str v0.8.1
27682026-04-19T04:31:45.551Z Compiling p384 v0.13.1
27692026-04-19T04:31:45.595Z Compiling globwalk v0.9.1
27702026-04-19T04:31:46.280Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27712026-04-19T04:31:46.424Z Compiling parking_lot v0.11.2
27722026-04-19T04:31:46.587Z Compiling slog-envlogger v2.2.0
27732026-04-19T04:31:46.971Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
27742026-04-19T04:31:47.352Z Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
27752026-04-19T04:31:47.421Z Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
27762026-04-19T04:31:47.535Z Compiling predicates-tree v1.0.13
27772026-04-19T04:31:47.688Z Compiling unicode-truncate v1.1.0
27782026-04-19T04:31:47.709Z Compiling lru v0.12.5
27792026-04-19T04:31:47.765Z Compiling rand_seeder v0.4.0
27802026-04-19T04:31:47.907Z Compiling prefix-trie v0.7.0
27812026-04-19T04:31:47.943Z Compiling vergen-git2 v1.0.7
27822026-04-19T04:31:47.967Z Compiling cassowary v0.3.0
27832026-04-19T04:31:47.989Z Compiling compression-core v0.4.31
27842026-04-19T04:31:48.016Z Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
27852026-04-19T04:31:48.205Z Compiling compression-codecs v0.4.37
27862026-04-19T04:31:48.225Z Compiling camino-tempfile-ext v0.3.3
27872026-04-19T04:31:48.249Z Compiling ratatui v0.29.0
27882026-04-19T04:31:48.386Z Compiling hickory-server v0.25.2
27892026-04-19T04:31:48.610Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27902026-04-19T04:31:48.677Z Compiling hyper-staticfile v0.10.1
27912026-04-19T04:31:49.302Z Compiling sled v0.34.7
27922026-04-19T04:31:50.195Z Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
27932026-04-19T04:31:50.283Z Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
27942026-04-19T04:31:50.636Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27952026-04-19T04:31:50.865Z Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
27962026-04-19T04:31:51.395Z Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=b603c9f3dccefcf1d3e941c04505ff6bdd1826b6#b603c9f3)
27972026-04-19T04:31:51.438Z Compiling clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
27982026-04-19T04:31:52.046Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27992026-04-19T04:31:52.236Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f)
28002026-04-19T04:31:52.489Z Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
28012026-04-19T04:31:52.591Z Compiling toml_datetime v1.0.0+spec-1.1.0
28022026-04-19T04:31:52.946Z Compiling dropshot v0.17.0
28032026-04-19T04:31:53.058Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
28042026-04-19T04:31:53.192Z Compiling rustls v0.21.12
28052026-04-19T04:31:53.294Z Compiling corncobs v0.1.4
28062026-04-19T04:31:53.445Z Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
28072026-04-19T04:31:53.500Z Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
28082026-04-19T04:31:53.570Z Compiling toml v1.0.6+spec-1.1.0
28092026-04-19T04:31:53.615Z Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
28102026-04-19T04:31:53.808Z Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
28112026-04-19T04:31:54.158Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
28122026-04-19T04:31:54.363Z Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
28132026-04-19T04:31:54.434Z Compiling sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
28142026-04-19T04:31:54.617Z Compiling async-compression v0.4.41
28152026-04-19T04:31:55.127Z Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
28162026-04-19T04:31:56.492Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#f20f786e)
28172026-04-19T04:31:57.576Z Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
28182026-04-19T04:31:57.727Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
28192026-04-19T04:31:57.954Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
28202026-04-19T04:31:58.091Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
28212026-04-19T04:31:58.184Z Compiling rustls-webpki v0.101.7
28222026-04-19T04:31:58.233Z Compiling sct v0.7.1
28232026-04-19T04:31:58.327Z Compiling nix v0.29.0
28242026-04-19T04:31:58.508Z Compiling secrecy v0.8.0
28252026-04-19T04:31:58.704Z Compiling dropshot_endpoint v0.17.0
28262026-04-19T04:31:58.726Z Compiling void v1.0.2
28272026-04-19T04:31:58.874Z Compiling lzss v0.8.2
28282026-04-19T04:31:59.619Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#f20f786e)
28292026-04-19T04:31:59.884Z Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
28302026-04-19T04:32:00.638Z Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
28312026-04-19T04:32:00.663Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
28322026-04-19T04:32:01.406Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
28332026-04-19T04:32:02.135Z Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
28342026-04-19T04:32:02.423Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
28352026-04-19T04:32:02.668Z Compiling tungstenite v0.23.0
28362026-04-19T04:32:02.712Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
28372026-04-19T04:32:02.861Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
28382026-04-19T04:32:02.939Z Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
28392026-04-19T04:32:03.094Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
28402026-04-19T04:32:03.150Z Compiling nix v0.27.1
28412026-04-19T04:32:03.172Z Compiling serde_bytes v0.11.19
28422026-04-19T04:32:03.358Z Compiling tokio-tungstenite v0.23.1
28432026-04-19T04:32:03.465Z Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
28442026-04-19T04:32:03.761Z Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
28452026-04-19T04:32:04.377Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
28462026-04-19T04:32:04.580Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
28472026-04-19T04:32:04.999Z Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
28482026-04-19T04:32:05.431Z Compiling git2 v0.20.4
28492026-04-19T04:32:06.505Z Compiling tokio-rustls v0.24.1
28502026-04-19T04:32:07.232Z Compiling lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
28512026-04-19T04:32:08.977Z Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
28522026-04-19T04:32:09.530Z Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
28532026-04-19T04:32:09.664Z Compiling transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
28542026-04-19T04:32:10.075Z Compiling tufaceous v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
28552026-04-19T04:32:10.272Z Compiling nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
28562026-04-19T04:32:10.412Z Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
28572026-04-19T04:32:12.103Z Compiling nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
28582026-04-19T04:32:12.153Z Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
28592026-04-19T04:32:12.890Z Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
28602026-04-19T04:32:13.816Z Compiling rustls-pemfile v1.0.4
28612026-04-19T04:32:14.231Z Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
28622026-04-19T04:32:14.743Z Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
28632026-04-19T04:32:14.834Z Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
28642026-04-19T04:32:17.713Z Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
28652026-04-19T04:32:17.713Z Compiling bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
28662026-04-19T04:32:17.713Z Compiling bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
28672026-04-19T04:32:17.713Z Compiling clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
28682026-04-19T04:32:17.713Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
28692026-04-19T04:32:17.729Z Compiling ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
28702026-04-19T04:32:19.515Z Compiling signal-hook-tokio v0.3.1
28712026-04-19T04:32:19.530Z Compiling twox-hash v2.1.2
28722026-04-19T04:32:19.530Z Compiling yasna v0.5.2
28732026-04-19T04:32:19.530Z Compiling is_ci v1.2.0
28742026-04-19T04:32:19.530Z Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
28752026-04-19T04:32:19.530Z Compiling supports-color v3.0.2
28762026-04-19T04:32:19.530Z Compiling rcgen v0.12.1
28772026-04-19T04:32:19.530Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
28782026-04-19T04:32:19.530Z Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
28792026-04-19T04:32:20.444Z Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
28802026-04-19T04:32:21.224Z Compiling lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
28812026-04-19T04:32:22.426Z Compiling nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm)
28822026-04-19T04:32:22.430Z Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
28832026-04-19T04:32:23.351Z Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
28842026-04-19T04:32:23.375Z Compiling nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
28852026-04-19T04:32:23.500Z Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
28862026-04-19T04:32:24.383Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
28872026-04-19T04:32:24.557Z Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
28882026-04-19T04:32:24.636Z Compiling nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
28892026-04-19T04:32:24.787Z Compiling fatfs v0.3.6
28902026-04-19T04:32:24.854Z Compiling raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df)
28912026-04-19T04:32:26.002Z Compiling subprocess v0.2.15
28922026-04-19T04:32:26.200Z Compiling rtoolbox v0.0.3
28932026-04-19T04:32:26.494Z Compiling assert_matches v1.5.0
28942026-04-19T04:32:26.610Z Compiling seq-macro v0.3.6
28952026-04-19T04:32:27.103Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
28962026-04-19T04:32:27.352Z Compiling rpassword v7.4.0
28972026-04-19T04:32:27.442Z Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
28982026-04-19T04:32:27.641Z Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
28992026-04-19T04:32:28.230Z Compiling ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
29002026-04-19T04:32:28.548Z Compiling ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
29012026-04-19T04:32:28.688Z Compiling tui-tree-widget v0.23.1
29022026-04-19T04:32:28.977Z Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
29032026-04-19T04:32:29.584Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
29042026-04-19T04:32:30.110Z Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
29052026-04-19T04:32:30.635Z Compiling uzers v0.12.2
29062026-04-19T04:32:31.042Z Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
29072026-04-19T04:32:32.090Z Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
29082026-04-19T04:32:32.810Z Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
29092026-04-19T04:32:33.533Z Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
29102026-04-19T04:32:35.665Z Compiling support-bundle-viewer v0.1.2
29112026-04-19T04:32:36.538Z Compiling clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
29122026-04-19T04:32:37.565Z Compiling multimap v0.10.1
29132026-04-19T04:32:48.484Z Compiling nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
29142026-04-19T04:32:56.072Z Compiling dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm)
29152026-04-19T04:32:57.607Z Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
29162026-04-19T04:32:59.384Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
29172026-04-19T04:38:59.648Z Finished `release` profile [optimized] target(s) in 8m 14s
29182026-04-19T04:39:42.838Z
29192026-04-19T04:39:42.838Zreal 8:58.588034041
29202026-04-19T04:39:42.842Zuser 1:18:09.185025500
29212026-04-19T04:39:42.842Zsys 3:25.420933976
29222026-04-19T04:39:42.842Ztrap 1.785384978
29232026-04-19T04:39:42.842Ztflt 2.115858928
29242026-04-19T04:39:42.842Zdflt 16.002310177
29252026-04-19T04:39:42.842Zkflt 0.004003263
29262026-04-19T04:39:42.842Zlock 6:50:19.657120124
29272026-04-19T04:39:42.842Zslp 2:14:59.632600855
29282026-04-19T04:39:42.842Zlat 2:27.540104020
29292026-04-19T04:39:42.842Zstop 5:07.087721159
29302026-04-19T04:39:42.842Z+ mapfile -t packages
29312026-04-19T04:39:42.842Z++ cargo run --locked --release --bin omicron-package -- -t test list-outputs
29322026-04-19T04:39:43.783Z Finished `release` profile [optimized] target(s) in 0.93s
29332026-04-19T04:39:43.854Z Running `target/release/omicron-package -t test list-outputs`
29342026-04-19T04:39:43.910ZLogging to: /work/oxidecomputer/omicron/out/LOG
29352026-04-19T04:39:43.913Z+ ptime -m cargo build --locked --release -p xtask
29362026-04-19T04:39:44.449Z Compiling libc v0.2.185
29372026-04-19T04:39:44.449Z Compiling serde v1.0.228
29382026-04-19T04:39:44.452Z Compiling serde_core v1.0.228
29392026-04-19T04:39:44.452Z Compiling rustix v1.1.3
29402026-04-19T04:39:44.541Z Compiling bitflags v2.11.0
29412026-04-19T04:39:44.552Z Compiling serde_json v1.0.149
29422026-04-19T04:39:44.595Z Compiling num-traits v0.2.19
29432026-04-19T04:39:44.604Z Compiling syn v2.0.117
29442026-04-19T04:39:44.616Z Compiling smallvec v1.15.1
29452026-04-19T04:39:44.627Z Compiling hashbrown v0.16.1
29462026-04-19T04:39:44.649Z Compiling usdt-impl v0.5.0
29472026-04-19T04:39:44.660Z Compiling syn v1.0.109
29482026-04-19T04:39:44.675Z Compiling log v0.4.29
29492026-04-19T04:39:44.675Z Compiling getrandom v0.4.1
29502026-04-19T04:39:44.856Z Compiling percent-encoding v2.3.2
29512026-04-19T04:39:44.986Z Compiling fs-err v3.3.0
29522026-04-19T04:39:44.989Z Compiling once_cell v1.21.3
29532026-04-19T04:39:45.016Z Compiling anyhow v1.0.102
29542026-04-19T04:39:45.056Z Compiling form_urlencoded v1.2.2
29552026-04-19T04:39:45.090Z Compiling heck v0.4.1
29562026-04-19T04:39:45.251Z Compiling indexmap v2.13.0
29572026-04-19T04:39:45.283Z Compiling thread-id v4.2.2
29582026-04-19T04:39:45.293Z Compiling errno v0.3.14
29592026-04-19T04:39:45.345Z Compiling memmap v0.7.0
29602026-04-19T04:39:45.649Z Compiling ordered-float v2.10.1
29612026-04-19T04:39:46.150Z Compiling proc-macro-error v1.0.4
29622026-04-19T04:39:46.283Z Compiling terminal_size v0.4.3
29632026-04-19T04:39:46.283Z Compiling tempfile v3.25.0
29642026-04-19T04:39:46.383Z Compiling clap_builder v4.5.60
29652026-04-19T04:39:46.383Z Compiling textwrap v0.16.2
29662026-04-19T04:39:46.406Z Compiling tabled_derive v0.7.0
29672026-04-19T04:39:46.519Z Compiling camino-tempfile v1.4.1
29682026-04-19T04:39:47.047Z Compiling tabled v0.15.0
29692026-04-19T04:39:47.138Z Compiling synstructure v0.13.2
29702026-04-19T04:39:47.138Z Compiling pest_generator v2.8.6
29712026-04-19T04:39:47.519Z Compiling serde_derive v1.0.228
29722026-04-19T04:39:47.519Z Compiling zerovec-derive v0.11.2
29732026-04-19T04:39:47.522Z Compiling displaydoc v0.2.5
29742026-04-19T04:39:47.522Z Compiling thiserror-impl v1.0.69
29752026-04-19T04:39:47.522Z Compiling zerocopy-derive v0.7.35
29762026-04-19T04:39:47.522Z Compiling scroll_derive v0.12.1
29772026-04-19T04:39:47.522Z Compiling thiserror-impl v2.0.18
29782026-04-19T04:39:47.565Z Compiling zerofrom-derive v0.1.6
29792026-04-19T04:39:47.756Z Compiling yoke-derive v0.8.1
29802026-04-19T04:39:48.182Z Compiling pest_derive v2.8.6
29812026-04-19T04:39:48.247Z Compiling scroll v0.12.0
29822026-04-19T04:39:48.357Z Compiling zerocopy v0.7.35
29832026-04-19T04:39:48.421Z Compiling clap_derive v4.5.55
29842026-04-19T04:39:48.493Z Compiling goblin v0.8.2
29852026-04-19T04:39:48.703Z Compiling thiserror v1.0.69
29862026-04-19T04:39:48.729Z Compiling zerofrom v0.1.6
29872026-04-19T04:39:48.746Z Compiling thiserror v2.0.18
29882026-04-19T04:39:48.824Z Compiling dtrace-parser v0.2.0
29892026-04-19T04:39:48.845Z Compiling yoke v0.8.1
29902026-04-19T04:39:49.063Z Compiling zerovec v0.11.5
29912026-04-19T04:39:49.447Z Compiling zerotrie v0.2.3
29922026-04-19T04:39:49.668Z Compiling tinystr v0.8.2
29932026-04-19T04:39:49.907Z Compiling icu_locale_core v2.1.1
29942026-04-19T04:39:49.910Z Compiling potential_utf v0.1.4
29952026-04-19T04:39:50.063Z Compiling icu_collections v2.1.1
29962026-04-19T04:39:50.122Z Compiling clap v4.5.60
29972026-04-19T04:39:50.686Z Compiling icu_provider v2.1.1
29982026-04-19T04:39:50.795Z Compiling serde_spanned v0.6.9
29992026-04-19T04:39:50.813Z Compiling toml_datetime v0.6.11
30002026-04-19T04:39:50.878Z Compiling serde-value v0.7.0
30012026-04-19T04:39:50.973Z Compiling icu_normalizer v2.1.1
30022026-04-19T04:39:51.081Z Compiling icu_properties v2.1.2
30032026-04-19T04:39:51.125Z Compiling toml_edit v0.22.27
30042026-04-19T04:39:51.167Z Compiling dof v0.3.0
30052026-04-19T04:39:51.237Z Compiling serde_tokenstream v0.2.3
30062026-04-19T04:39:51.263Z Compiling cargo-platform v0.2.0
30072026-04-19T04:39:51.383Z Compiling macaddr v1.0.1
30082026-04-19T04:39:52.020Z Compiling idna_adapter v1.2.1
30092026-04-19T04:39:52.084Z Compiling usdt-macro v0.5.0
30102026-04-19T04:39:52.097Z Compiling usdt-attr-macro v0.5.0
30112026-04-19T04:39:52.141Z Compiling idna v1.1.0
30122026-04-19T04:39:52.562Z Compiling url v2.5.8
30132026-04-19T04:39:52.715Z Compiling usdt v0.5.0
30142026-04-19T04:39:52.737Z Compiling toml v0.8.23
30152026-04-19T04:39:53.196Z Compiling cargo-util-schemas v0.8.2
30162026-04-19T04:39:53.208Z Compiling cargo_toml v0.21.0
30172026-04-19T04:39:54.234Z Compiling cargo_metadata v0.21.0
30182026-04-19T04:39:57.330Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
30192026-04-19T04:40:00.324Z Finished `release` profile [optimized] target(s) in 16.40s
30202026-04-19T04:40:00.453Z
30212026-04-19T04:40:00.456Zreal 16.502040697
30222026-04-19T04:40:00.456Zuser 2:22.557765511
30232026-04-19T04:40:00.456Zsys 16.535507632
30242026-04-19T04:40:00.456Ztrap 0.103373917
30252026-04-19T04:40:00.456Ztflt 0.585280826
30262026-04-19T04:40:00.456Zdflt 1.416629470
30272026-04-19T04:40:00.456Zkflt 0.000042704
30282026-04-19T04:40:00.456Zlock 5:22.890595433
30292026-04-19T04:40:00.456Zslp 3:29.676485533
30302026-04-19T04:40:00.456Zlat 6.300468206
30312026-04-19T04:40:00.456Zstop 19.671921656
30322026-04-19T04:40:00.456Z+ export CARGO_PROFILE_DEV_DEBUG=line-tables-only
30332026-04-19T04:40:00.456Z+ CARGO_PROFILE_DEV_DEBUG=line-tables-only
30342026-04-19T04:40:00.456Z+ export CARGO_PROFILE_TEST_DEBUG=line-tables-only
30352026-04-19T04:40:00.456Z+ CARGO_PROFILE_TEST_DEBUG=line-tables-only
30362026-04-19T04:40:00.456Z+ ptime -m cargo build --locked -p end-to-end-tests --tests --bin bootstrap --message-format json-render-diagnostics
30372026-04-19T04:40:01.379Z Compiling regress v0.10.5
30382026-04-19T04:40:01.382Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
30392026-04-19T04:40:01.382Z Compiling newtype-uuid-macros v0.1.0
30402026-04-19T04:40:01.382Z Compiling rustls v0.22.4
30412026-04-19T04:40:01.542Z Compiling progenitor-client v0.13.0
30422026-04-19T04:40:01.545Z Compiling rustls-webpki v0.102.8
30432026-04-19T04:40:01.557Z Compiling structmeta-derive v0.3.0
30442026-04-19T04:40:01.559Z Compiling serde_spanned v1.0.4
30452026-04-19T04:40:01.560Z Compiling multer v3.1.0
30462026-04-19T04:40:01.560Z Compiling toml_writer v1.0.6+spec-1.1.0
30472026-04-19T04:40:01.560Z Compiling debug-ignore v1.0.5
30482026-04-19T04:40:01.563Z Compiling match_cfg v0.1.0
30492026-04-19T04:40:01.563Z Compiling slog-json v2.6.1
30502026-04-19T04:40:01.563Z Compiling async-stream-impl v0.3.6
30512026-04-19T04:40:01.563Z Compiling waitgroup v0.1.2
30522026-04-19T04:40:01.563Z Compiling rustls-pemfile v2.2.0
30532026-04-19T04:40:01.788Z Compiling hostname v0.3.1
30542026-04-19T04:40:01.839Z Compiling serde_path_to_error v0.1.20
30552026-04-19T04:40:01.842Z Compiling hostname v0.4.2
30562026-04-19T04:40:01.842Z Compiling itertools v0.14.0
30572026-04-19T04:40:01.894Z Compiling dropshot v0.16.7
30582026-04-19T04:40:01.897Z Compiling toml v0.9.12+spec-1.1.0
30592026-04-19T04:40:01.928Z Compiling slog-bunyan v2.5.0
30602026-04-19T04:40:01.950Z Compiling dropshot_endpoint v0.16.7
30612026-04-19T04:40:01.953Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
30622026-04-19T04:40:02.003Z Compiling macaddr v1.0.1
30632026-04-19T04:40:02.023Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
30642026-04-19T04:40:02.102Z Compiling instant v0.1.13
30652026-04-19T04:40:02.178Z Compiling progenitor-client v0.10.0
30662026-04-19T04:40:02.216Z Compiling backon v1.6.0
30672026-04-19T04:40:02.234Z Compiling backoff v0.4.0
30682026-04-19T04:40:02.251Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
30692026-04-19T04:40:02.270Z Compiling async-stream v0.3.6
30702026-04-19T04:40:02.273Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
30712026-04-19T04:40:02.311Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
30722026-04-19T04:40:02.440Z Compiling progenitor-extras v0.1.1
30732026-04-19T04:40:02.463Z Compiling universal-hash v0.5.1
30742026-04-19T04:40:02.481Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
30752026-04-19T04:40:02.484Z Compiling opaque-debug v0.3.1
30762026-04-19T04:40:02.513Z Compiling half v2.7.1
30772026-04-19T04:40:02.531Z Compiling ciborium-io v0.2.2
30782026-04-19T04:40:02.552Z Compiling crucible-workspace-hack v0.1.0
30792026-04-19T04:40:02.588Z Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
30802026-04-19T04:40:02.618Z Compiling convert_case v0.4.0
30812026-04-19T04:40:02.635Z Compiling aead v0.5.2
30822026-04-19T04:40:02.653Z Compiling secrecy v0.10.3
30832026-04-19T04:40:02.694Z Compiling unsafe-libyaml v0.2.11
30842026-04-19T04:40:02.712Z Compiling poly1305 v0.8.0
30852026-04-19T04:40:02.779Z Compiling ciborium-ll v0.2.2
30862026-04-19T04:40:02.854Z Compiling chacha20 v0.9.1
30872026-04-19T04:40:02.869Z Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
30882026-04-19T04:40:02.872Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
30892026-04-19T04:40:02.921Z Compiling structmeta v0.3.0
30902026-04-19T04:40:02.938Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=ae1da83e66c648574827298f4bc444632bf4d047#ae1da83e)
30912026-04-19T04:40:02.956Z Compiling ciborium v0.2.2
30922026-04-19T04:40:03.012Z Compiling derive_more v0.99.20
30932026-04-19T04:40:03.029Z Compiling typify-impl v0.6.1
30942026-04-19T04:40:03.138Z Compiling thiserror-impl-no-std v2.0.2
30952026-04-19T04:40:03.155Z Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
30962026-04-19T04:40:03.170Z Compiling derive-ex v0.1.8
30972026-04-19T04:40:03.217Z Compiling parse-display-derive v0.10.0
30982026-04-19T04:40:03.235Z Compiling serde_yaml v0.9.34+deprecated
30992026-04-19T04:40:03.238Z Compiling byte-wrapper v0.1.0
31002026-04-19T04:40:03.271Z Compiling password-hash v0.5.0
31012026-04-19T04:40:03.436Z Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
31022026-04-19T04:40:03.466Z Compiling blake2 v0.10.6
31032026-04-19T04:40:03.486Z Compiling chacha20poly1305 v0.10.1
31042026-04-19T04:40:03.553Z Compiling indent_write v2.2.0
31052026-04-19T04:40:03.608Z Compiling heapless v0.8.0
31062026-04-19T04:40:03.659Z Compiling ingot-macros v0.1.1
31072026-04-19T04:40:03.707Z Compiling toml_edit v0.23.10+spec-1.0.0
31082026-04-19T04:40:03.723Z Compiling argon2 v0.5.3
31092026-04-19T04:40:03.768Z Compiling hash32 v0.3.1
31102026-04-19T04:40:03.951Z Compiling smoltcp v0.11.0
31112026-04-19T04:40:04.047Z Compiling tokio-rustls v0.25.0
31122026-04-19T04:40:04.123Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
31132026-04-19T04:40:04.348Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
31142026-04-19T04:40:04.384Z Compiling thiserror-no-std v2.0.2
31152026-04-19T04:40:04.450Z Compiling proc-macro-crate v3.4.0
31162026-04-19T04:40:04.500Z Compiling vsss-rs v3.3.4
31172026-04-19T04:40:04.698Z Compiling tabwriter v1.4.1
31182026-04-19T04:40:04.755Z Compiling cobs v0.3.0
31192026-04-19T04:40:04.817Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
31202026-04-19T04:40:04.928Z Compiling test-strategy v0.4.5
31212026-04-19T04:40:04.967Z Compiling postcard v1.1.3
31222026-04-19T04:40:04.985Z Compiling proc-macro-error v1.0.4
31232026-04-19T04:40:04.988Z Compiling proc-macro-crate v1.3.1
31242026-04-19T04:40:05.019Z Compiling parse-display v0.10.0
31252026-04-19T04:40:05.036Z Compiling num_enum_derive v0.7.5
31262026-04-19T04:40:05.079Z Compiling num-rational v0.4.2
31272026-04-19T04:40:05.325Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
31282026-04-19T04:40:05.343Z Compiling num-complex v0.4.6
31292026-04-19T04:40:05.362Z Compiling foreign-types-macros v0.2.3
31302026-04-19T04:40:05.444Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
31312026-04-19T04:40:05.461Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
31322026-04-19T04:40:05.519Z Compiling colored v3.1.1
31332026-04-19T04:40:05.551Z Compiling rayon-core v1.13.0
31342026-04-19T04:40:05.663Z Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
31352026-04-19T04:40:05.691Z Compiling foreign-types-shared v0.3.1
31362026-04-19T04:40:05.708Z Compiling cpufeatures v0.3.0
31372026-04-19T04:40:05.797Z Compiling chacha20 v0.10.0
31382026-04-19T04:40:05.815Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
31392026-04-19T04:40:05.818Z Compiling num v0.4.3
31402026-04-19T04:40:05.851Z Compiling num_enum_derive v0.5.11
31412026-04-19T04:40:05.951Z Compiling crossbeam-deque v0.8.6
31422026-04-19T04:40:05.982Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
31432026-04-19T04:40:06.015Z Compiling foreign-types v0.5.0
31442026-04-19T04:40:06.032Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
31452026-04-19T04:40:06.109Z Compiling cstr-argument v0.1.2
31462026-04-19T04:40:06.112Z Compiling float-ord v0.3.2
31472026-04-19T04:40:06.142Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8)
31482026-04-19T04:40:06.162Z Compiling num_enum v0.7.5
31492026-04-19T04:40:06.221Z Compiling rand v0.10.0
31502026-04-19T04:40:06.249Z Compiling toml v0.8.23
31512026-04-19T04:40:06.311Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
31522026-04-19T04:40:06.329Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
31532026-04-19T04:40:06.384Z Compiling camino-tempfile v1.4.1
31542026-04-19T04:40:06.504Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
31552026-04-19T04:40:06.535Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
31562026-04-19T04:40:06.555Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
31572026-04-19T04:40:06.604Z Compiling rayon v1.11.0
31582026-04-19T04:40:06.608Z Compiling zone_cfg_derive v0.3.1
31592026-04-19T04:40:06.649Z Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
31602026-04-19T04:40:06.666Z Compiling ingot-types v0.1.2
31612026-04-19T04:40:06.685Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
31622026-04-19T04:40:06.799Z Compiling itertools v0.12.1
31632026-04-19T04:40:06.913Z Compiling num-derive v0.4.2
31642026-04-19T04:40:06.931Z Compiling sigpipe v0.1.3
31652026-04-19T04:40:06.934Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
31662026-04-19T04:40:06.934Z Compiling glob v0.3.3
31672026-04-19T04:40:06.986Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
31682026-04-19T04:40:07.005Z Compiling num_enum v0.5.11
31692026-04-19T04:40:07.044Z Compiling ingot v0.1.1
31702026-04-19T04:40:07.118Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
31712026-04-19T04:40:07.147Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
31722026-04-19T04:40:07.163Z Compiling smf v0.2.3
31732026-04-19T04:40:07.200Z Compiling prettyplease v0.2.37
31742026-04-19T04:40:07.224Z Compiling whoami v1.6.1
31752026-04-19T04:40:07.258Z Compiling gethostname v0.5.0
31762026-04-19T04:40:07.319Z Compiling usdt-macro v0.5.0
31772026-04-19T04:40:07.404Z Compiling usdt-attr-macro v0.5.0
31782026-04-19T04:40:07.487Z Compiling memmap v0.7.0
31792026-04-19T04:40:07.543Z Compiling atomicwrites v0.4.4
31802026-04-19T04:40:07.604Z Compiling typify-macro v0.6.1
31812026-04-19T04:40:07.673Z Compiling derive-where v1.6.0
31822026-04-19T04:40:07.710Z Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
31832026-04-19T04:40:07.727Z Compiling owo-colors v4.3.0
31842026-04-19T04:40:07.767Z Compiling cancel-safe-futures v0.1.5
31852026-04-19T04:40:07.877Z Compiling resolv-conf v0.7.6
31862026-04-19T04:40:07.895Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
31872026-04-19T04:40:08.012Z Compiling zone v0.3.1
31882026-04-19T04:40:08.114Z Compiling libsw-core v0.3.2
31892026-04-19T04:40:08.133Z Compiling async-recursion v1.1.1
31902026-04-19T04:40:08.264Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
31912026-04-19T04:40:08.267Z Compiling usdt v0.5.0
31922026-04-19T04:40:08.313Z Compiling libsw v3.5.0
31932026-04-19T04:40:08.439Z Compiling linear-map v1.2.0
31942026-04-19T04:40:08.477Z Compiling libefi-sys v0.1.0
31952026-04-19T04:40:08.522Z Compiling console v0.15.11
31962026-04-19T04:40:08.575Z Compiling hickory-proto v0.24.4
31972026-04-19T04:40:08.657Z Compiling newline-converter v0.3.0
31982026-04-19T04:40:08.675Z Compiling bitfield-struct v0.6.2
31992026-04-19T04:40:08.693Z Compiling semver v0.1.20
32002026-04-19T04:40:08.735Z Compiling linked-hash-map v0.5.6
32012026-04-19T04:40:08.800Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
32022026-04-19T04:40:08.859Z Compiling expectorate v1.2.0
32032026-04-19T04:40:08.877Z Compiling tokio-dtrace v0.1.1
32042026-04-19T04:40:08.940Z Compiling lru-cache v0.1.2
32052026-04-19T04:40:08.957Z Compiling rustc_version v0.1.7
32062026-04-19T04:40:08.976Z Compiling dropshot-api-manager-types v0.6.0
32072026-04-19T04:40:09.008Z Compiling pin-project-internal v1.1.11
32082026-04-19T04:40:09.030Z Compiling slog-dtrace v0.3.0
32092026-04-19T04:40:09.048Z Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
32102026-04-19T04:40:09.082Z Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
32112026-04-19T04:40:09.099Z Compiling minimal-lexical v0.2.1
32122026-04-19T04:40:09.149Z Compiling oxide-tokio-rt v0.1.4
32132026-04-19T04:40:09.152Z Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
32142026-04-19T04:40:09.185Z Compiling typify-impl v0.4.3
32152026-04-19T04:40:09.226Z Compiling newtype_derive v0.1.6
32162026-04-19T04:40:09.319Z Compiling nom v7.1.3
32172026-04-19T04:40:09.336Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
32182026-04-19T04:40:09.365Z Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
32192026-04-19T04:40:09.390Z Compiling phf_shared v0.12.1
32202026-04-19T04:40:09.408Z Compiling pem v3.0.6
32212026-04-19T04:40:09.450Z Compiling snafu-derive v0.8.9
32222026-04-19T04:40:09.481Z Compiling typify v0.6.1
32232026-04-19T04:40:09.484Z Compiling csv-core v0.1.13
32242026-04-19T04:40:09.591Z Compiling progenitor-impl v0.13.0
32252026-04-19T04:40:09.622Z Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
32262026-04-19T04:40:09.683Z Compiling chrono-tz v0.10.4
32272026-04-19T04:40:09.775Z Compiling highway v1.3.0
32282026-04-19T04:40:09.794Z Compiling same-file v1.0.6
32292026-04-19T04:40:09.899Z Compiling xshell-macros v0.2.7
32302026-04-19T04:40:09.944Z Compiling const_format_proc_macros v0.2.34
32312026-04-19T04:40:09.965Z Compiling walkdir v2.5.0
32322026-04-19T04:40:09.996Z Compiling csv v1.4.0
32332026-04-19T04:40:10.039Z Compiling phf v0.12.1
32342026-04-19T04:40:10.175Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
32352026-04-19T04:40:10.193Z Compiling pin-project v1.1.11
32362026-04-19T04:40:10.293Z Compiling gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
32372026-04-19T04:40:10.314Z Compiling globset v0.4.18
32382026-04-19T04:40:10.333Z Compiling xshell v0.2.7
32392026-04-19T04:40:10.336Z Compiling olpc-cjson v0.1.4
32402026-04-19T04:40:10.539Z Compiling rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=b603c9f3dccefcf1d3e941c04505ff6bdd1826b6#b603c9f3)
32412026-04-19T04:40:10.560Z Compiling primeorder v0.13.6
32422026-04-19T04:40:10.623Z Compiling serde_plain v1.0.2
32432026-04-19T04:40:10.706Z Compiling hickory-resolver v0.24.4
32442026-04-19T04:40:10.724Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
32452026-04-19T04:40:10.803Z Compiling typed-path v0.9.3
32462026-04-19T04:40:10.845Z Compiling const_format v0.2.35
32472026-04-19T04:40:10.861Z Compiling cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
32482026-04-19T04:40:10.978Z Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
32492026-04-19T04:40:11.056Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
32502026-04-19T04:40:11.255Z Compiling tabled_derive v0.7.0
32512026-04-19T04:40:11.328Z Compiling bcs v0.1.6
32522026-04-19T04:40:11.434Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
32532026-04-19T04:40:11.551Z Compiling snafu v0.8.9
32542026-04-19T04:40:11.615Z Compiling termtree v0.5.1
32552026-04-19T04:40:11.669Z Compiling radium v0.7.0
32562026-04-19T04:40:11.802Z Compiling salty v0.3.0
32572026-04-19T04:40:11.821Z Compiling qorb v0.4.1
32582026-04-19T04:40:11.841Z Compiling tough v0.20.0
32592026-04-19T04:40:11.950Z Compiling textwrap v0.16.2
32602026-04-19T04:40:11.999Z Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
32612026-04-19T04:40:12.079Z Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
32622026-04-19T04:40:12.131Z Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
32632026-04-19T04:40:12.245Z Compiling oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
32642026-04-19T04:40:12.295Z Compiling internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
32652026-04-19T04:40:12.298Z Compiling progenitor-macro v0.13.0
32662026-04-19T04:40:12.331Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
32672026-04-19T04:40:12.353Z Compiling clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
32682026-04-19T04:40:12.372Z Compiling tabled v0.15.0
32692026-04-19T04:40:12.492Z Compiling steno v0.4.1
32702026-04-19T04:40:12.614Z Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
32712026-04-19T04:40:12.784Z Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
32722026-04-19T04:40:12.837Z Compiling tap v1.0.1
32732026-04-19T04:40:12.855Z Compiling maybe-uninit v2.0.0
32742026-04-19T04:40:12.980Z Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
32752026-04-19T04:40:13.066Z Compiling humantime v2.3.0
32762026-04-19T04:40:13.173Z Compiling tagptr v0.2.0
32772026-04-19T04:40:13.260Z Compiling base64 v0.21.7
32782026-04-19T04:40:13.354Z Compiling moka v0.12.13
32792026-04-19T04:40:13.431Z Compiling wyz v0.5.1
32802026-04-19T04:40:13.670Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
32812026-04-19T04:40:13.770Z Compiling typify-macro v0.4.3
32822026-04-19T04:40:13.900Z Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
32832026-04-19T04:40:14.082Z Compiling p384 v0.13.1
32842026-04-19T04:40:14.152Z Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
32852026-04-19T04:40:14.196Z Compiling funty v2.0.0
32862026-04-19T04:40:14.295Z Compiling packed_struct v0.10.1
32872026-04-19T04:40:14.308Z Compiling parking_lot_core v0.8.6
32882026-04-19T04:40:14.360Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
32892026-04-19T04:40:14.386Z Compiling hickory-resolver v0.25.2
32902026-04-19T04:40:14.569Z Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
32912026-04-19T04:40:14.586Z Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
32922026-04-19T04:40:14.716Z Compiling bitvec v1.0.1
32932026-04-19T04:40:14.830Z Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
32942026-04-19T04:40:14.897Z Compiling polyval v0.6.2
32952026-04-19T04:40:15.080Z Compiling git-stub v1.0.0
32962026-04-19T04:40:15.163Z Compiling packed_struct_codegen v0.10.1
32972026-04-19T04:40:15.185Z Compiling zerocopy-derive v0.6.6
32982026-04-19T04:40:15.370Z Compiling bitfield-macros v0.19.4
32992026-04-19T04:40:15.522Z Compiling proc-macro-error-attr2 v2.0.0
33002026-04-19T04:40:15.572Z Compiling typify v0.4.3
33012026-04-19T04:40:15.718Z Compiling indexmap v1.9.3
33022026-04-19T04:40:15.764Z Compiling utf-8 v0.7.6
33032026-04-19T04:40:15.903Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
33042026-04-19T04:40:15.962Z Compiling crc-catalog v2.4.0
33052026-04-19T04:40:15.978Z Compiling nodrop v0.1.14
33062026-04-19T04:40:15.994Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
33072026-04-19T04:40:15.994Z Compiling proc-macro-error2 v2.0.1
33082026-04-19T04:40:16.069Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
33092026-04-19T04:40:16.122Z Compiling zerocopy v0.6.6
33102026-04-19T04:40:16.140Z Compiling array-init v0.0.4
33112026-04-19T04:40:16.143Z Compiling crc v3.4.0
33122026-04-19T04:40:16.159Z Compiling bitfield v0.19.4
33132026-04-19T04:40:16.235Z Compiling tungstenite v0.21.0
33142026-04-19T04:40:16.257Z Compiling git-stub-vcs v0.1.0
33152026-04-19T04:40:16.364Z Compiling ghash v0.5.1
33162026-04-19T04:40:16.382Z Compiling smallvec v0.6.14
33172026-04-19T04:40:16.420Z Compiling num-derive v0.3.3
33182026-04-19T04:40:16.492Z Compiling ctr v0.9.2
33192026-04-19T04:40:16.521Z Compiling hashbrown v0.12.3
33202026-04-19T04:40:16.538Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
33212026-04-19T04:40:16.538Z Compiling compression-core v0.4.31
33222026-04-19T04:40:16.625Z Compiling unicase v2.9.0
33232026-04-19T04:40:16.650Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
33242026-04-19T04:40:16.725Z Compiling compression-codecs v0.4.37
33252026-04-19T04:40:16.743Z Compiling aes-gcm v0.10.3
33262026-04-19T04:40:16.762Z Compiling tokio-tungstenite v0.21.0
33272026-04-19T04:40:16.805Z Compiling parking_lot v0.11.2
33282026-04-19T04:40:16.866Z Compiling mime_guess v2.0.5
33292026-04-19T04:40:16.963Z Compiling serde-hex v0.1.0
33302026-04-19T04:40:17.052Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
33312026-04-19T04:40:17.111Z Compiling tabled_derive v0.11.0
33322026-04-19T04:40:17.131Z Compiling progenitor-impl v0.11.2
33332026-04-19T04:40:17.167Z Compiling progenitor-impl v0.10.0
33342026-04-19T04:40:17.225Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
33352026-04-19T04:40:17.282Z Compiling ron v0.8.1
33362026-04-19T04:40:17.367Z Compiling papergrid v0.17.0
33372026-04-19T04:40:17.414Z Compiling libscf-sys v1.1.0
33382026-04-19T04:40:17.434Z Compiling testing_table v0.3.0
33392026-04-19T04:40:17.458Z Compiling progenitor v0.13.0
33402026-04-19T04:40:17.476Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
33412026-04-19T04:40:17.572Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
33422026-04-19T04:40:17.589Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
33432026-04-19T04:40:17.621Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=b603c9f3dccefcf1d3e941c04505ff6bdd1826b6#b603c9f3)
33442026-04-19T04:40:17.640Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
33452026-04-19T04:40:17.703Z Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
33462026-04-19T04:40:17.790Z Compiling hashbrown v0.13.2
33472026-04-19T04:40:18.058Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
33482026-04-19T04:40:18.208Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f)
33492026-04-19T04:40:18.312Z Compiling prefix-trie v0.7.0
33502026-04-19T04:40:18.329Z Compiling ssh-encoding v0.2.0
33512026-04-19T04:40:18.349Z Compiling blowfish v0.9.1
33522026-04-19T04:40:18.450Z Compiling fxhash v0.2.1
33532026-04-19T04:40:18.636Z Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
33542026-04-19T04:40:18.639Z Compiling toml_datetime v1.0.0+spec-1.1.0
33552026-04-19T04:40:18.639Z Compiling dropshot v0.17.0
33562026-04-19T04:40:18.737Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
33572026-04-19T04:40:18.756Z Compiling crc-any v2.5.0
33582026-04-19T04:40:18.910Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
33592026-04-19T04:40:18.975Z Compiling corncobs v0.1.4
33602026-04-19T04:40:19.029Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
33612026-04-19T04:40:19.057Z Compiling toml v1.0.6+spec-1.1.0
33622026-04-19T04:40:19.075Z Compiling hickory-server v0.25.2
33632026-04-19T04:40:19.110Z Compiling sled v0.34.7
33642026-04-19T04:40:19.128Z Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
33652026-04-19T04:40:19.176Z Compiling ssh-cipher v0.2.0
33662026-04-19T04:40:19.200Z Compiling bcrypt-pbkdf v0.10.0
33672026-04-19T04:40:19.348Z Compiling tabled v0.20.0
33682026-04-19T04:40:19.366Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
33692026-04-19T04:40:19.552Z Compiling object v0.30.4
33702026-04-19T04:40:19.556Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
33712026-04-19T04:40:19.674Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
33722026-04-19T04:40:19.847Z Compiling progenitor-macro v0.10.0
33732026-04-19T04:40:19.865Z Compiling progenitor-macro v0.11.2
33742026-04-19T04:40:19.896Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
33752026-04-19T04:40:20.400Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
33762026-04-19T04:40:20.581Z Compiling async-compression v0.4.41
33772026-04-19T04:40:20.671Z Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
33782026-04-19T04:40:20.791Z Compiling bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
33792026-04-19T04:40:20.913Z Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
33802026-04-19T04:40:20.930Z Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
33812026-04-19T04:40:21.270Z Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
33822026-04-19T04:40:21.300Z Compiling progenitor-client v0.11.2
33832026-04-19T04:40:21.657Z Compiling password-hash v0.4.2
33842026-04-19T04:40:21.821Z Compiling nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
33852026-04-19T04:40:21.846Z Compiling dropshot_endpoint v0.17.0
33862026-04-19T04:40:21.926Z Compiling secrecy v0.8.0
33872026-04-19T04:40:22.051Z Compiling half v1.8.3
33882026-04-19T04:40:22.091Z Compiling http-range v0.1.5
33892026-04-19T04:40:22.108Z Compiling path-slash v0.1.5
33902026-04-19T04:40:22.277Z Compiling serde_cbor v0.11.2
33912026-04-19T04:40:22.309Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
33922026-04-19T04:40:22.401Z Compiling pbkdf2 v0.11.0
33932026-04-19T04:40:22.644Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
33942026-04-19T04:40:22.930Z Compiling ssh-key v0.6.7
33952026-04-19T04:40:23.281Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
33962026-04-19T04:40:23.343Z Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
33972026-04-19T04:40:23.474Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
33982026-04-19T04:40:23.644Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
33992026-04-19T04:40:23.829Z Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=b603c9f3dccefcf1d3e941c04505ff6bdd1826b6#b603c9f3)
34002026-04-19T04:40:24.153Z Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
34012026-04-19T04:40:24.309Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
34022026-04-19T04:40:24.369Z Compiling oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
34032026-04-19T04:40:24.637Z Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
34042026-04-19T04:40:24.660Z Compiling p521 v0.13.3
34052026-04-19T04:40:24.671Z Compiling p256 v0.13.2
34062026-04-19T04:40:24.785Z Compiling yasna v0.5.2
34072026-04-19T04:40:24.918Z Compiling kstat-rs v0.2.4
34082026-04-19T04:40:24.985Z Compiling progenitor v0.11.2
34092026-04-19T04:40:25.002Z Compiling progenitor v0.10.0
34102026-04-19T04:40:25.086Z Compiling headers-core v0.3.0
34112026-04-19T04:40:25.152Z Compiling nanorand v0.7.0
34122026-04-19T04:40:25.184Z Compiling russh-cryptovec v0.7.3
34132026-04-19T04:40:25.195Z Compiling atty v0.2.14
34142026-04-19T04:40:25.214Z Compiling md5 v0.7.0
34152026-04-19T04:40:25.232Z Compiling crc8 v0.1.1
34162026-04-19T04:40:25.235Z Compiling home v0.5.12
34172026-04-19T04:40:25.267Z Compiling rcgen v0.12.1
34182026-04-19T04:40:25.330Z Compiling headers v0.4.1
34192026-04-19T04:40:25.380Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
34202026-04-19T04:40:25.397Z Compiling zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
34212026-04-19T04:40:25.417Z Compiling russh-keys v0.45.0
34222026-04-19T04:40:25.477Z Compiling flume v0.11.1
34232026-04-19T04:40:25.502Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
34242026-04-19T04:40:25.512Z Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
34252026-04-19T04:40:25.601Z Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
34262026-04-19T04:40:25.650Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
34272026-04-19T04:40:25.738Z Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
34282026-04-19T04:40:25.818Z Compiling transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
34292026-04-19T04:40:25.944Z Compiling hyper-staticfile v0.10.1
34302026-04-19T04:40:26.088Z Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
34312026-04-19T04:40:26.177Z Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
34322026-04-19T04:40:26.238Z Compiling bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
34332026-04-19T04:40:26.292Z Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
34342026-04-19T04:40:26.321Z Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
34352026-04-19T04:40:26.473Z Compiling tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
34362026-04-19T04:40:26.528Z Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
34372026-04-19T04:40:26.573Z Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
34382026-04-19T04:40:26.632Z Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
34392026-04-19T04:40:26.705Z Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
34402026-04-19T04:40:26.778Z Compiling num-bigint v0.4.6
34412026-04-19T04:40:27.011Z Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
34422026-04-19T04:40:27.029Z Compiling des v0.8.1
34432026-04-19T04:40:27.046Z Compiling subprocess v0.2.15
34442026-04-19T04:40:27.074Z Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
34452026-04-19T04:40:27.093Z Compiling display-error-chain v0.2.2
34462026-04-19T04:40:27.247Z Compiling hex-literal v0.4.1
34472026-04-19T04:40:27.265Z Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
34482026-04-19T04:40:27.391Z Compiling colored v2.2.0
34492026-04-19T04:40:27.447Z Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
34502026-04-19T04:40:27.540Z Compiling dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
34512026-04-19T04:40:27.575Z Compiling internet-checksum v0.2.1
34522026-04-19T04:40:28.165Z Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
34532026-04-19T04:40:28.185Z Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
34542026-04-19T04:40:28.188Z Compiling russh v0.45.0
34552026-04-19T04:40:30.702Z Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
34562026-04-19T04:40:31.384Z Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
34572026-04-19T04:40:31.744Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
34582026-04-19T04:40:31.886Z Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
34592026-04-19T04:40:39.685Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
34602026-04-19T04:40:39.685Z Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
34612026-04-19T04:40:39.685Z Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
34622026-04-19T04:40:39.688Z Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
34632026-04-19T04:40:41.415Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
34642026-04-19T04:40:41.454Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
34652026-04-19T04:40:45.565Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
34662026-04-19T04:41:05.533Z Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
34672026-04-19T04:41:24.712Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 24s
34682026-04-19T04:41:24.950Z
34692026-04-19T04:41:24.957Zreal 1:24.415157894
34702026-04-19T04:41:24.957Zuser 8:16.397298512
34712026-04-19T04:41:24.958Zsys 1:39.756982999
34722026-04-19T04:41:24.958Ztrap 0.282529867
34732026-04-19T04:41:24.958Ztflt 0.532313568
34742026-04-19T04:41:24.958Zdflt 1.481600722
34752026-04-19T04:41:24.958Zkflt 0.000180374
34762026-04-19T04:41:24.958Zlock 29:24.708614716
34772026-04-19T04:41:24.958Zslp 19:06.809473578
34782026-04-19T04:41:24.958Zlat 40.751538933
34792026-04-19T04:41:24.958Zstop 2:51.736180345
34802026-04-19T04:41:24.958Z+ mkdir tests
34812026-04-19T04:41:24.958Z+ /opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json
34822026-04-19T04:41:24.958Z+ xargs -I '{}' -t cp '{}' tests/
34832026-04-19T04:41:24.989Zcp /work/oxidecomputer/omicron/target/debug/deps/dhcp_server-e5668819ecec3557 tests/
34842026-04-19T04:41:25.012Zcp /work/oxidecomputer/omicron/target/debug/deps/bootstrap-a904e180d39f0db8 tests/
34852026-04-19T04:41:25.040Zcp /work/oxidecomputer/omicron/target/debug/deps/commtest-a1906e1472ee032b tests/
34862026-04-19T04:41:25.069Zcp /work/oxidecomputer/omicron/target/debug/deps/end_to_end_tests-16c78f706b021106 tests/
34872026-04-19T04:41:25.303Z+ 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/*)
34882026-04-19T04:41:25.309Z+ 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-a904e180d39f0db8 tests/commtest-a1906e1472ee032b tests/dhcp_server-e5668819ecec3557 tests/end_to_end_tests-16c78f706b021106 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
34892026-04-19T04:42:49.100ZCompressing '/work/package.tar.gz' with '/usr/bin/gzip'...
34902026-04-19T04:42:49.100Za .github/buildomat/ci-env.sh 1K
34912026-04-19T04:42:49.100Za out/target/test 1K
34922026-04-19T04:42:49.100Za out/npuzone/npuzone 27402K
34932026-04-19T04:42:49.100Za package-manifest.toml 35K
34942026-04-19T04:42:49.100Za smf/sled-agent/non-gimlet/config.toml 6K
34952026-04-19T04:42:49.101Za target/release/omicron-package 45763K
34962026-04-19T04:42:49.101Za target/release/xtask 11446K
34972026-04-19T04:42:49.101Za target/debug/bootstrap 340548K
34982026-04-19T04:42:49.101Za tests/bootstrap-a904e180d39f0db8 31310K
34992026-04-19T04:42:49.101Za tests/commtest-a1906e1472ee032b 32395K
35002026-04-19T04:42:49.101Za tests/dhcp_server-e5668819ecec3557 31310K
35012026-04-19T04:42:49.101Za tests/end_to_end_tests-16c78f706b021106 382922K
35022026-04-19T04:42:49.101Za out/clickhouse.tar.gz 312911K
35032026-04-19T04:42:49.101Za out/clickhouse_keeper.tar.gz 298309K
35042026-04-19T04:42:49.101Za out/clickhouse_server.tar.gz 312910K
35052026-04-19T04:42:49.101Za out/cockroachdb.tar.gz 161158K
35062026-04-19T04:42:49.101Za out/crucible-pantry-zone.tar.gz 43984K
35072026-04-19T04:42:49.101Za out/crucible-utils.tar 17744K
35082026-04-19T04:42:49.101Za out/crucible-zone.tar.gz 58122K
35092026-04-19T04:42:49.101Za out/external-dns.tar.gz 48999K
35102026-04-19T04:42:49.101Za out/internal-dns.tar.gz 48999K
35112026-04-19T04:42:49.101Za out/mg-ddm-gz.tar 78377K
35122026-04-19T04:42:49.101Za out/nexus.tar.gz 219068K
35132026-04-19T04:42:49.101Za out/ntp.tar.gz 31922K
35142026-04-19T04:42:49.101Za out/omicron-gateway-softnpu.tar.gz 28285K
35152026-04-19T04:42:49.101Za out/omicron-sled-agent.tar 200483K
35162026-04-19T04:42:49.101Za out/overlay.tar.gz 3K
35172026-04-19T04:42:49.101Za out/oximeter.tar.gz 63380K
35182026-04-19T04:42:49.101Za out/oxlog.tar 3782K
35192026-04-19T04:42:49.101Za out/probe.tar.gz 3037K
35202026-04-19T04:42:49.101Za out/propolis-server.tar.gz 38727K
35212026-04-19T04:42:49.101Za out/pumpkind-gz.tar 26647K
35222026-04-19T04:42:49.101Za out/switch-softnpu.tar.gz 381554K
35232026-04-19T04:42:49.105Z
35242026-04-19T04:42:49.105Zreal 1:23.789902509
35252026-04-19T04:42:49.105Zuser 1:21.140333854
35262026-04-19T04:42:49.105Zsys 4.343966511
35272026-04-19T04:42:49.105Ztrap 0.007830548
35282026-04-19T04:42:49.105Ztflt 0.000000000
35292026-04-19T04:42:49.105Zdflt 0.000000000
35302026-04-19T04:42:49.105Zkflt 0.000000000
35312026-04-19T04:42:49.105Zlock 0.000000000
35322026-04-19T04:42:49.105Zslp 1:21.078852292
35332026-04-19T04:42:49.105Zlat 1.004916449
35342026-04-19T04:42:49.105Zstop 0.000165501
35352026-04-19T04:42:49.105Zprocess exited: duration 1006036 ms, exit code 0
 
35362026-04-19T04:42:49.146Zfound 1 output files
35372026-04-19T04:42:49.149Zuploading: /work/package.tar.gz (2386192949 bytes)
35382026-04-19T04:43:13.852Zuploaded: /work/package.tar.gz