01KM670VHJMP6WW0R2QZMJWCAE: 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: 01KM671RFQPXVTMD66EMKB6BZ7

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12026-03-20T18:12:49.120Zjob assigned to worker 01KM670YWXBNX6VBSJ1TQ4HG7C [factory aws, i-056b42c92a8a985a7] (queued for 2 m 31 s)
 
22026-03-20T18:12:57.567Zstarting task 0: "setup"
32026-03-20T18:12:57.575Z++ uname -s
42026-03-20T18:12:57.584Z+ kern=SunOS
52026-03-20T18:12:57.584Z+ build_user=build
62026-03-20T18:12:57.584Z+ build_uid=12345
72026-03-20T18:12:57.584Z+ work_dir=/work
82026-03-20T18:12:57.584Z+ input_dir=/input
92026-03-20T18:12:57.584Z+ [[ 0 == 12345 ]]
102026-03-20T18:12:57.584Z+ case "$kern" in
112026-03-20T18:12:57.584Z+ groupadd -g 12345 build
122026-03-20T18:12:57.584Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-03-20T18:12:59.583Z+ zfs create -o mountpoint=/work rpool/work
142026-03-20T18:12:59.861Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-03-20T18:12:59.880Z+ home_fs=zfs
162026-03-20T18:12:59.880Z+ [[ zfs == autofs ]]
172026-03-20T18:12:59.880Z+ mkdir -p /home/build
182026-03-20T18:12:59.880Z+ chown build:build /home/build /work
192026-03-20T18:13:01.755Z+ chmod 0700 /home/build /work
202026-03-20T18:13:01.762Zprocess exited: duration 4195 ms, exit code 0
 
212026-03-20T18:13:01.779Zstarting task 1: "rust-toolchain"
222026-03-20T18:13:01.787Z+ printf ' * rust toolchain channel = "%s"\n' 1.94.0
232026-03-20T18:13:01.787Z * rust toolchain channel = "1.94.0"
242026-03-20T18:13:01.787Z * rust toolchain profile = "default"
252026-03-20T18:13:01.787Z+ printf ' * rust toolchain profile = "%s"\n' default
262026-03-20T18:13:01.787Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-03-20T18:13:01.787Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-03-20T18:13:01.787Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-03-20T18:13:01.795Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.94.0 --profile default
302026-03-20T18:13:01.931Zinfo: downloading installer
312026-03-20T18:13:03.587Zwarn: It looks like you have an existing installation of Rust at:
322026-03-20T18:13:03.587Zwarn: /opt/ooce/bin
332026-03-20T18:13:03.587Zwarn: It is recommended that rustup be the primary Rust installation.
342026-03-20T18:13:03.587Zwarn: Otherwise you may have confusion unless you are careful with your PATH.
352026-03-20T18:13:03.587Zwarn: If you are sure that you want both rustup and your already installed Rust
362026-03-20T18:13:03.587Zwarn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
372026-03-20T18:13:03.587Zwarn: or pass `-y' to ignore all ignorable checks.
382026-03-20T18:13:03.587Zerror: cannot install while Rust is installed
392026-03-20T18:13:03.587Zwarn: continuing (because the -y flag is set and the error is ignorable)
402026-03-20T18:13:03.587Zwarn: It looks like you have an existing rustup settings file at:
412026-03-20T18:13:03.587Zwarn: /home/build/.rustup/settings.toml
422026-03-20T18:13:03.587Zwarn: Rustup will install the default toolchain as specified in the settings file,
432026-03-20T18:13:03.587Zwarn: instead of the one inferred from the default host triple.
442026-03-20T18:13:03.602Zinfo: profile set to default
452026-03-20T18:13:03.602Zinfo: default host triple is x86_64-unknown-illumos
462026-03-20T18:13:03.609Zinfo: syncing channel updates for 1.94.0-x86_64-unknown-illumos
472026-03-20T18:13:03.761Zinfo: latest update on 2026-03-05 for version 1.94.0 (4a4ef493e 2026-03-02)
482026-03-20T18:13:03.766Zinfo: downloading 6 components
492026-03-20T18:13:20.541Zinfo: default toolchain set to 1.94.0-x86_64-unknown-illumos
502026-03-20T18:13:20.541Z
512026-03-20T18:13:20.572Z 1.94.0-x86_64-unknown-illumos installed - rustc 1.94.0 (4a4ef493e 2026-03-02)
522026-03-20T18:13:20.572Z
532026-03-20T18:13:20.580Z
542026-03-20T18:13:20.581ZRust is installed now. Great!
552026-03-20T18:13:20.581Z
562026-03-20T18:13:20.581ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
572026-03-20T18:13:20.581Zenvironment variable. This has not been done automatically.
582026-03-20T18:13:20.581Z
592026-03-20T18:13:20.581ZTo configure your current shell, you need to source
602026-03-20T18:13:20.581Zthe corresponding env file under $HOME/.cargo.
612026-03-20T18:13:20.581Z
622026-03-20T18:13:20.581ZThis is usually done by running one of the following (note the leading DOT):
632026-03-20T18:13:20.581Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
642026-03-20T18:13:20.581Zsource "$HOME/.cargo/env.fish" # For fish
652026-03-20T18:13:20.581Zsource "~/.cargo/env.nu" # For nushell
662026-03-20T18:13:20.581Zsource "$HOME/.cargo/env.tcsh" # For tcsh
672026-03-20T18:13:20.581Z. "$HOME/.cargo/env.ps1" # For pwsh
682026-03-20T18:13:20.581Zsource "$HOME/.cargo/env.xsh" # For xonsh
692026-03-20T18:13:20.581Zwarn: no default linker (`cc`) was found in your PATH
702026-03-20T18:13:20.581Zwarn: many Rust crates require a system C toolchain to build
712026-03-20T18:13:20.673Z+ rustup --version
722026-03-20T18:13:20.681Zrustup 1.29.0 (28d1352db 2026-03-05)
732026-03-20T18:13:20.690Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
742026-03-20T18:13:20.861Zinfo: the currently active `rustc` version is `rustc 1.94.0 (4a4ef493e 2026-03-02)`
752026-03-20T18:13:20.884Z+ cargo --version
762026-03-20T18:13:20.884Zcargo 1.94.0 (85eff7c80 2026-01-15)
772026-03-20T18:13:20.884Z+ rustc --version
782026-03-20T18:13:20.884Zrustc 1.94.0 (4a4ef493e 2026-03-02)
792026-03-20T18:13:20.884Zprocess exited: duration 18977 ms, exit code 0
 
802026-03-20T18:13:20.898Zstarting task 2: "authentication"
812026-03-20T18:13:20.917Zprocess exited: duration 25 ms, exit code 0
 
822026-03-20T18:13:20.929Zstarting task 3: "clone repository"
832026-03-20T18:13:20.937Z+ mkdir -p /work/oxidecomputer/omicron
842026-03-20T18:13:20.950Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
852026-03-20T18:13:20.973ZCloning into '/work/oxidecomputer/omicron'...
862026-03-20T18:13:31.991Z+ cd /work/oxidecomputer/omicron
872026-03-20T18:13:31.991Z+ git fetch origin 561f6be556fe303487ec7c86ca973b7514bb6707
882026-03-20T18:13:32.322ZFrom https://github.com/oxidecomputer/omicron
892026-03-20T18:13:32.322Z * branch 561f6be556fe303487ec7c86ca973b7514bb6707 -> FETCH_HEAD
902026-03-20T18:13:32.333Z+ [[ -n spr/papertigers/guest-vms-should-get-vsock-devices-by-default ]]
912026-03-20T18:13:32.348Z++ git branch --show-current
922026-03-20T18:13:32.349Z+ current=main
932026-03-20T18:13:32.349Z+ [[ main != spr/papertigers/guest-vms-should-get-vsock-devices-by-default ]]
942026-03-20T18:13:32.349Z+ git branch -f spr/papertigers/guest-vms-should-get-vsock-devices-by-default 561f6be556fe303487ec7c86ca973b7514bb6707
952026-03-20T18:13:32.358Z+ git checkout -f spr/papertigers/guest-vms-should-get-vsock-devices-by-default
962026-03-20T18:13:32.676ZSwitched to branch 'spr/papertigers/guest-vms-should-get-vsock-devices-by-default'
972026-03-20T18:13:32.679Z+ git reset --hard 561f6be556fe303487ec7c86ca973b7514bb6707
982026-03-20T18:13:32.697ZHEAD is now at 561f6be55 fix slot_to_pci_bdf comment to include vsock
992026-03-20T18:13:32.729Zprocess exited: duration 11770 ms, exit code 0
 
1002026-03-20T18:13:32.745Zstarting task 4: "build"
1012026-03-20T18:13:32.753Z+ source .github/buildomat/ci-env.sh
1022026-03-20T18:13:32.753Z++ export CARGO_TERM_COLOR=always
1032026-03-20T18:13:32.753Z++ CARGO_TERM_COLOR=always
1042026-03-20T18:13:32.753Z+ cargo --version
1052026-03-20T18:13:32.762Zcargo 1.94.0 (85eff7c80 2026-01-15)
1062026-03-20T18:13:32.769Z+ rustc --version
1072026-03-20T18:13:32.790Zrustc 1.94.0 (4a4ef493e 2026-03-02)
1082026-03-20T18:13:32.797Z+ WORK=/work
1092026-03-20T18:13:32.797Z+ pfexec mkdir -p /work
1102026-03-20T18:13:32.804Z+ pfexec chown build /work
1112026-03-20T18:13:32.804Z+ ptime -m ./tools/install_builder_prerequisites.sh -yp
1122026-03-20T18:13:43.088Z Startup: Refreshing catalog 'helios-dev' ... Done
1132026-03-20T18:13:53.080Z Startup: Caching catalogs ... Done
1142026-03-20T18:14:15.411ZPlanning: Solver setup ... Done (20.871s)
1152026-03-20T18:14:15.540ZPlanning: Running solver ... Done (0.152s)
1162026-03-20T18:14:15.720ZPlanning: Finding local manifests ... Done (0.003s)
1172026-03-20T18:14:15.730ZPlanning: Fetching manifests: 0/4 0% complete
1182026-03-20T18:14:15.888ZPlanning: Fetching manifests: 4/4 100% complete
1192026-03-20T18:14:15.914ZPlanning: Package planning ... Done (0.043s)
1202026-03-20T18:14:15.946ZPlanning: Merging actions ... Done (0.040s)
1212026-03-20T18:14:16.224ZPlanning: Checking for conflicting actions ... Done (0.247s)
1222026-03-20T18:14:16.246ZPlanning: Consolidating action changes ... Done (0.010s)
1232026-03-20T18:14:17.104ZPlanning: Evaluating mediators ... Done (0.842s)
1242026-03-20T18:14:17.134ZPlanning: Planning completed in 23.83 seconds
1252026-03-20T18:14:17.134Z Packages to install: 4
1262026-03-20T18:14:17.134Z Mediators to change: 2
1272026-03-20T18:14:17.134Z Services to change: 1
1282026-03-20T18:14:17.134Z Estimated space available: 155.43 GB
1292026-03-20T18:14:17.134ZEstimated space to be consumed: 1.83 GB
1302026-03-20T18:14:17.134Z Create boot environment: No
1312026-03-20T18:14:17.134ZCreate backup boot environment: No
1322026-03-20T18:14:17.134Z Rebuild boot archive: No
1332026-03-20T18:14:17.134Z
1342026-03-20T18:14:17.134ZChanged mediators:
1352026-03-20T18:14:17.134Z mediator clang:
1362026-03-20T18:14:17.134Z version: None -> 15 (system default)
1372026-03-20T18:14:17.134Z
1382026-03-20T18:14:17.134Z mediator llvm:
1392026-03-20T18:14:17.134Z version: 14 (system default) -> 15 (system default)
1402026-03-20T18:14:17.134Z
1412026-03-20T18:14:17.134ZChanged packages:
1422026-03-20T18:14:17.135Zhelios-dev
1432026-03-20T18:14:17.135Z developer/build-essential
1442026-03-20T18:14:17.135Z None -> 11-2.0
1452026-03-20T18:14:17.135Z library/libxmlsec1
1462026-03-20T18:14:17.135Z None -> 1.2.35-2.0
1472026-03-20T18:14:17.135Z ooce/developer/clang-15
1482026-03-20T18:14:17.135Z None -> 15.0.7-2.0
1492026-03-20T18:14:17.135Z ooce/developer/llvm-15
1502026-03-20T18:14:17.135Z None -> 15.0.7-2.0
1512026-03-20T18:14:17.135Z
1522026-03-20T18:14:17.135ZServices:
1532026-03-20T18:14:17.135Z restart_fmri:
1542026-03-20T18:14:17.135Z svc:/system/update-man-index:default
1552026-03-20T18:14:17.135Z
1562026-03-20T18:14:17.135ZDownload: 0/3290 items 0.0/212.6MB 0% complete
1572026-03-20T18:14:22.117ZDownload: 2158/3290 items 118.3/212.6MB 55% complete (23.9M/s)
1582026-03-20T18:14:26.351ZDownload: Completed 212.60 MB in 9.24 seconds (23.0M/s)
1592026-03-20T18:14:26.628Z Actions: 1/3689 actions (Installing new actions)
1602026-03-20T18:14:30.895Z Actions: Completed 3689 actions in 4.18 seconds.
1612026-03-20T18:14:31.163Z Done (0.340s)
1622026-03-20T18:14:31.163Z Done (0.000s)
1632026-03-20T18:14:32.049Z Done (0.894s)
1642026-03-20T18:14:36.167Z Done (3.791s)
1652026-03-20T18:14:36.248Z Done (0.017s)
1662026-03-20T18:14:36.253Z Done (0.000s)
1672026-03-20T18:14:36.416Z Done (0.000s)
1682026-03-20T18:14:37.426ZPlanning: Evaluating mediator changes ... Done
1692026-03-20T18:14:37.536ZPlanning: Checking for conflicting actions ... Done
1702026-03-20T18:14:37.556ZPlanning: Consolidating action changes ... Done
1712026-03-20T18:14:37.755ZPlanning: Evaluating mediators ... Done
1722026-03-20T18:14:37.758ZPlanning: Planning completed in 0.37 seconds
1732026-03-20T18:14:37.785Z Mediators to change: 2
1742026-03-20T18:14:37.785Z Create boot environment: No
1752026-03-20T18:14:37.788ZCreate backup boot environment: No
1762026-03-20T18:14:37.861Z Done
1772026-03-20T18:14:37.861Z Done
1782026-03-20T18:14:38.612Z Done
1792026-03-20T18:14:41.947Z Done
1802026-03-20T18:14:42.025Z Done
1812026-03-20T18:14:42.045Z Done
1822026-03-20T18:14:42.302Z Done
1832026-03-20T18:14:42.738ZPlanning: Evaluating mediator changes ... Done
1842026-03-20T18:14:42.742ZPlanning: Merging actions ... Done
1852026-03-20T18:14:42.903ZPlanning: Checking for conflicting actions ... Done
1862026-03-20T18:14:42.907ZPlanning: Consolidating action changes ... Done
1872026-03-20T18:14:43.124ZPlanning: Evaluating mediators ... Done
1882026-03-20T18:14:43.185ZPlanning: Planning completed in 0.64 seconds
1892026-03-20T18:14:43.279Z Packages to change: 1
1902026-03-20T18:14:43.279Z Mediators to change: 1
1912026-03-20T18:14:43.279Z Services to change: 1
1922026-03-20T18:14:43.393Z Create boot environment: No
1932026-03-20T18:14:43.393ZCreate backup boot environment: Yes
1942026-03-20T18:14:45.779Z Actions: 1/6 actions (Updating modified actions)
1952026-03-20T18:14:45.807Z Actions: Completed 6 actions in 0.00 seconds.
1962026-03-20T18:14:45.808Z Done
1972026-03-20T18:14:45.808Z Done
1982026-03-20T18:14:45.911Z Done
1992026-03-20T18:14:49.179Z Done
2002026-03-20T18:14:49.268Z Done
2012026-03-20T18:14:49.283Z Done
2022026-03-20T18:14:49.443Z Done
2032026-03-20T18:14:49.820ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
2042026-03-20T18:14:49.820Zclang system 15 system
2052026-03-20T18:14:49.820Zcsh system system illumos
2062026-03-20T18:14:49.820Zctags system system illumos
2072026-03-20T18:14:49.820Zfile system system illumos
2082026-03-20T18:14:49.820Zgcc vendor 12 vendor
2092026-03-20T18:14:49.820Zgcc system 10 system
2102026-03-20T18:14:49.820Zgcc system 7 system
2112026-03-20T18:14:49.820Zgo system 1.20 system
2122026-03-20T18:14:49.821Zgo system 1.19 system
2132026-03-20T18:14:49.821Zllvm system 15 system
2142026-03-20T18:14:49.821Zllvm system 14 system
2152026-03-20T18:14:49.821Zmariadb system 10.6 system
2162026-03-20T18:14:49.821Zmta vendor vendor dma
2172026-03-20T18:14:49.821Zopenjdk system 17 system
2182026-03-20T18:14:49.821Zopenjdk system 11 system
2192026-03-20T18:14:49.821Zopenjdk system 1.8 system
2202026-03-20T18:14:49.821Zopenssl vendor 3 vendor
2212026-03-20T18:14:49.821Zperl system 5.36 system
2222026-03-20T18:14:49.821Zpostgresql system 15 system
2232026-03-20T18:14:49.821Zpostgresql system 13 system
2242026-03-20T18:14:49.821Zpython vendor 3 vendor
2252026-03-20T18:14:49.821Zpython system 2 system
2262026-03-20T18:14:49.821Zpython3 system 3.11 system
2272026-03-20T18:14:49.821Zruby system 3.0 system
2282026-03-20T18:14:49.821Zwords vendor vendor american-english
2292026-03-20T18:14:49.821Zwords system system australian-english
2302026-03-20T18:14:49.821Zwords system system british-english
2312026-03-20T18:14:49.822Zwords system system canadian-english
2322026-03-20T18:14:49.822Zwords system system french
2332026-03-20T18:14:49.822Zwords system system italian
2342026-03-20T18:14:49.822Zwords system system ngerman
2352026-03-20T18:14:49.822Zwords system system ogerman
2362026-03-20T18:14:49.822Zwords system system spanish
2372026-03-20T18:14:50.117ZPUBLISHER TYPE STATUS P LOCATION
2382026-03-20T18:14:50.117Zhelios-dev origin online F https://pkg.oxide.computer/helios/2/dev/
2392026-03-20T18:14:56.047ZFMRI IFO
2402026-03-20T18:14:56.048Zpkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im-
2412026-03-20T18:14:56.048Zpkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i--
2422026-03-20T18:14:56.048Zpkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im-
2432026-03-20T18:14:56.048Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im-
2442026-03-20T18:14:56.048Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z ---
2452026-03-20T18:14:56.048Zpkg://helios-dev/ooce/developer/cmake@3.26.4-2.0:20230623T130003Z i--
2462026-03-20T18:14:56.048Zpkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i--
2472026-03-20T18:14:56.048Zpkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z i--
2482026-03-20T18:14:56.048Zpkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z ---
2492026-03-20T18:14:56.048Zpkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z ---
2502026-03-20T18:14:56.048Zpkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z i--
2512026-03-20T18:14:56.048Zpkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z ---
2522026-03-20T18:14:56.048Zpkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z ---
2532026-03-20T18:14:56.048Zpkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z i--
2542026-03-20T18:14:56.048Zpkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z ---
2552026-03-20T18:14:56.048Zpkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z ---
2562026-03-20T18:14:57.288Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2572026-03-20T18:14:57.673Z Updating crates.io index
2582026-03-20T18:14:57.710Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2592026-03-20T18:14:57.954Z Updating git repository `https://github.com/oxidecomputer/lldp`
2602026-03-20T18:14:58.785Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2612026-03-20T18:14:59.136Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2622026-03-20T18:14:59.473Z Updating git repository `https://github.com/oxidecomputer/falcon`
2632026-03-20T18:15:00.445Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2642026-03-20T18:15:01.161Z Updating git repository `https://github.com/oxidecomputer/propolis`
2652026-03-20T18:15:02.638Z Updating git repository `https://github.com/oxidecomputer/crucible`
2662026-03-20T18:15:04.442Z Updating git repository `https://github.com/oxidecomputer/opte`
2672026-03-20T18:15:05.262Z Updating git repository `https://github.com/oxidecomputer/tofino`
2682026-03-20T18:15:05.693Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2692026-03-20T18:15:06.362Z Updating git repository `https://github.com/oxidecomputer/clickward`
2702026-03-20T18:15:06.850Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2712026-03-20T18:15:07.438Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
2722026-03-20T18:15:07.766Z Updating git repository `https://github.com/oxidecomputer/dendrite`
2732026-03-20T18:15:08.797Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2742026-03-20T18:15:09.331Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2752026-03-20T18:15:09.783Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
2762026-03-20T18:15:10.080Z Updating git repository `https://github.com/oxidecomputer/scim2-rs`
2772026-03-20T18:15:10.616Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
2782026-03-20T18:15:11.075Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
2792026-03-20T18:15:11.314Z Updating git repository `https://github.com/oxidecomputer/libnvme`
2802026-03-20T18:15:11.569Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2812026-03-20T18:15:11.983Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
2822026-03-20T18:15:12.413Z Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git`
2832026-03-20T18:15:13.069Z Updating git repository `https://github.com/oxidecomputer/rats-corim.git`
2842026-03-20T18:15:13.420Z Updating git repository `https://github.com/bluecatengineering/dhcproto.git`
2852026-03-20T18:15:13.840Z Updating git repository `https://github.com/oxidecomputer/ispf`
2862026-03-20T18:15:14.149Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
2872026-03-20T18:15:15.400Z Updating git repository `https://github.com/oxidecomputer/crucible`
2882026-03-20T18:15:16.060Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
2892026-03-20T18:15:16.435Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
2902026-03-20T18:15:16.859Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2912026-03-20T18:15:17.264Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
2922026-03-20T18:15:17.634Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
2932026-03-20T18:15:18.134Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
2942026-03-20T18:15:18.390Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
2952026-03-20T18:15:18.681Z Updating git repository `https://github.com/illumos/smf-rs`
2962026-03-20T18:15:19.055Z Updating git repository `https://github.com/oxidecomputer/omicron`
2972026-03-20T18:15:33.092Z Downloading crates ...
2982026-03-20T18:15:33.165Z Downloaded autocfg v1.5.0
2992026-03-20T18:15:33.169Z Downloaded anyhow v1.0.102
3002026-03-20T18:15:33.175Z Downloaded anstream v0.6.21
3012026-03-20T18:15:33.175Z Downloaded crypto-common v0.1.7
3022026-03-20T18:15:33.175Z Downloaded generic-array v0.14.7
3032026-03-20T18:15:33.186Z Downloaded form_urlencoded v1.2.2
3042026-03-20T18:15:33.207Z Downloaded anstyle-parse v0.2.7
3052026-03-20T18:15:33.207Z Downloaded tabled_derive v0.7.0
3062026-03-20T18:15:33.208Z Downloaded clap_lex v1.0.0
3072026-03-20T18:15:33.208Z Downloaded heck v0.4.1
3082026-03-20T18:15:33.208Z Downloaded cfg-if v1.0.4
3092026-03-20T18:15:33.225Z Downloaded terminal_size v0.4.3
3102026-03-20T18:15:33.225Z Downloaded heck v0.5.0
3112026-03-20T18:15:33.225Z Downloaded serde_spanned v0.6.9
3122026-03-20T18:15:33.225Z Downloaded dtrace-parser v0.2.0
3132026-03-20T18:15:33.225Z Downloaded typeid v1.0.3
3142026-03-20T18:15:33.225Z Downloaded fnv v1.0.7
3152026-03-20T18:15:33.225Z Downloaded anstyle v1.0.13
3162026-03-20T18:15:33.225Z Downloaded idna_adapter v1.2.1
3172026-03-20T18:15:33.225Z Downloaded zerofrom-derive v0.1.6
3182026-03-20T18:15:33.225Z Downloaded anstyle-query v1.1.5
3192026-03-20T18:15:33.225Z Downloaded stable_deref_trait v1.2.1
3202026-03-20T18:15:33.225Z Downloaded serde-value v0.7.0
3212026-03-20T18:15:33.226Z Downloaded errno v0.3.14
3222026-03-20T18:15:33.234Z Downloaded byteorder v1.5.0
3232026-03-20T18:15:33.234Z Downloaded toml_write v0.1.2
3242026-03-20T18:15:33.234Z Downloaded typenum v1.19.0
3252026-03-20T18:15:33.234Z Downloaded utf8_iter v1.0.4
3262026-03-20T18:15:33.234Z Downloaded cpufeatures v0.2.17
3272026-03-20T18:15:33.234Z Downloaded toml_datetime v0.6.11
3282026-03-20T18:15:33.235Z Downloaded utf8parse v0.2.2
3292026-03-20T18:15:33.235Z Downloaded usdt-attr-macro v0.5.0
3302026-03-20T18:15:33.235Z Downloaded thread-id v4.2.2
3312026-03-20T18:15:33.235Z Downloaded usdt-macro v0.5.0
3322026-03-20T18:15:33.235Z Downloaded pretty-hex v0.4.1
3332026-03-20T18:15:33.235Z Downloaded colorchoice v1.0.4
3342026-03-20T18:15:33.238Z Downloaded smawk v0.3.2
3352026-03-20T18:15:33.238Z Downloaded macaddr v1.0.1
3362026-03-20T18:15:33.238Z Downloaded scroll_derive v0.12.1
3372026-03-20T18:15:33.238Z Downloaded unicode-xid v0.2.6
3382026-03-20T18:15:33.249Z Downloaded percent-encoding v2.3.2
3392026-03-20T18:15:33.249Z Downloaded zerofrom v0.1.6
3402026-03-20T18:15:33.249Z Downloaded yoke-derive v0.8.1
3412026-03-20T18:15:33.249Z Downloaded zerovec-derive v0.11.2
3422026-03-20T18:15:33.261Z Downloaded equivalent v1.0.2
3432026-03-20T18:15:33.261Z Downloaded itoa v1.0.17
3442026-03-20T18:15:33.261Z Downloaded fastrand v2.3.0
3452026-03-20T18:15:33.261Z Downloaded yoke v0.8.1
3462026-03-20T18:15:33.261Z Downloaded strsim v0.11.1
3472026-03-20T18:15:33.262Z Downloaded potential_utf v0.1.4
3482026-03-20T18:15:33.262Z Downloaded writeable v0.6.2
3492026-03-20T18:15:33.262Z Downloaded thiserror-impl v1.0.69
3502026-03-20T18:15:33.262Z Downloaded displaydoc v0.2.5
3512026-03-20T18:15:33.262Z Downloaded version_check v0.9.5
3522026-03-20T18:15:33.262Z Downloaded usdt v0.5.0
3532026-03-20T18:15:33.272Z Downloaded tinystr v0.8.2
3542026-03-20T18:15:33.273Z Downloaded fs-err v3.3.0
3552026-03-20T18:15:33.273Z Downloaded digest v0.10.7
3562026-03-20T18:15:33.273Z Downloaded cargo_metadata v0.21.0
3572026-03-20T18:15:33.273Z Downloaded thiserror v2.0.18
3582026-03-20T18:15:33.273Z Downloaded usdt-impl v0.5.0
3592026-03-20T18:15:33.273Z Downloaded unicode-linebreak v0.1.5
3602026-03-20T18:15:33.285Z Downloaded cargo-util-schemas v0.8.2
3612026-03-20T18:15:33.285Z Downloaded plain v0.2.3
3622026-03-20T18:15:33.286Z Downloaded ucd-trie v0.1.7
3632026-03-20T18:15:33.286Z Downloaded ordered-float v2.10.1
3642026-03-20T18:15:33.286Z Downloaded zmij v1.0.21
3652026-03-20T18:15:33.287Z Downloaded thiserror-impl v2.0.18
3662026-03-20T18:15:33.287Z Downloaded thiserror v1.0.69
3672026-03-20T18:15:33.295Z Downloaded zerocopy-derive v0.7.35
3682026-03-20T18:15:33.296Z Downloaded cargo-platform v0.2.0
3692026-03-20T18:15:33.296Z Downloaded proc-macro-error-attr v1.0.4
3702026-03-20T18:15:33.296Z Downloaded dof v0.3.0
3712026-03-20T18:15:33.296Z Downloaded unicode-ident v1.0.24
3722026-03-20T18:15:33.296Z Downloaded is_terminal_polyfill v1.70.2
3732026-03-20T18:15:33.296Z Downloaded toml v0.8.23
3742026-03-20T18:15:33.296Z Downloaded textwrap v0.16.2
3752026-03-20T18:15:33.296Z Downloaded swrite v0.1.0
3762026-03-20T18:15:33.298Z Downloaded block-buffer v0.10.4
3772026-03-20T18:15:33.308Z Downloaded zerotrie v0.2.3
3782026-03-20T18:15:33.308Z Downloaded semver v1.0.27
3792026-03-20T18:15:33.312Z Downloaded camino-tempfile v1.4.1
3802026-03-20T18:15:33.312Z Downloaded serde-untagged v0.1.9
3812026-03-20T18:15:33.312Z Downloaded erased-serde v0.4.9
3822026-03-20T18:15:33.312Z Downloaded url v2.5.8
3832026-03-20T18:15:33.312Z Downloaded toml_edit v0.22.27
3842026-03-20T18:15:33.317Z Downloaded scroll v0.12.0
3852026-03-20T18:15:33.318Z Downloaded cargo_toml v0.21.0
3862026-03-20T18:15:33.318Z Downloaded pest_derive v2.8.6
3872026-03-20T18:15:33.331Z Downloaded getrandom v0.4.1
3882026-03-20T18:15:33.341Z Downloaded zerovec v0.11.5
3892026-03-20T18:15:33.341Z Downloaded bytecount v0.6.9
3902026-03-20T18:15:33.397Z Downloaded sha2 v0.10.9
3912026-03-20T18:15:33.397Z Downloaded zerocopy v0.7.35
3922026-03-20T18:15:33.397Z Downloaded smallvec v1.15.1
3932026-03-20T18:15:33.397Z Downloaded winnow v0.7.14
3942026-03-20T18:15:33.397Z Downloaded memmap v0.7.0
3952026-03-20T18:15:33.397Z Downloaded litemap v0.8.1
3962026-03-20T18:15:33.397Z Downloaded serde_core v1.0.228
3972026-03-20T18:15:33.397Z Downloaded unicode-width v0.2.0
3982026-03-20T18:15:33.398Z Downloaded unicode-width v0.1.14
3992026-03-20T18:15:33.398Z Downloaded icu_collections v2.1.1
4002026-03-20T18:15:33.398Z Downloaded camino v1.2.2
4012026-03-20T18:15:33.398Z Downloaded once_cell v1.21.3
4022026-03-20T18:15:33.398Z Downloaded tempfile v3.25.0
4032026-03-20T18:15:33.398Z Downloaded num-traits v0.2.19
4042026-03-20T18:15:33.398Z Downloaded clap_derive v4.5.55
4052026-03-20T18:15:33.398Z Downloaded bitflags v2.11.0
4062026-03-20T18:15:33.398Z Downloaded quote v1.0.44
4072026-03-20T18:15:33.398Z Downloaded serde_tokenstream v0.2.3
4082026-03-20T18:15:33.410Z Downloaded proc-macro-error v1.0.4
4092026-03-20T18:15:33.411Z Downloaded serde_derive v1.0.228
4102026-03-20T18:15:33.422Z Downloaded proc-macro2 v1.0.106
4112026-03-20T18:15:33.422Z Downloaded icu_provider v2.1.1
4122026-03-20T18:15:33.423Z Downloaded papergrid v0.11.0
4132026-03-20T18:15:33.423Z Downloaded pest_generator v2.8.6
4142026-03-20T18:15:33.434Z Downloaded synstructure v0.13.2
4152026-03-20T18:15:33.434Z Downloaded pest_meta v2.8.6
4162026-03-20T18:15:33.434Z Downloaded icu_properties v2.1.2
4172026-03-20T18:15:33.434Z Downloaded log v0.4.29
4182026-03-20T18:15:33.434Z Downloaded icu_locale_core v2.1.1
4192026-03-20T18:15:33.446Z Downloaded icu_normalizer_data v2.1.1
4202026-03-20T18:15:33.446Z Downloaded icu_normalizer v2.1.1
4212026-03-20T18:15:33.455Z Downloaded serde v1.0.228
4222026-03-20T18:15:33.455Z Downloaded indexmap v2.13.0
4232026-03-20T18:15:33.455Z Downloaded clap v4.5.60
4242026-03-20T18:15:33.462Z Downloaded memchr v2.8.0
4252026-03-20T18:15:33.486Z Downloaded clap_builder v4.5.60
4262026-03-20T18:15:33.498Z Downloaded pest v2.8.6
4272026-03-20T18:15:33.513Z Downloaded serde_json v1.0.149
4282026-03-20T18:15:33.525Z Downloaded hashbrown v0.16.1
4292026-03-20T18:15:33.525Z Downloaded icu_properties_data v2.1.2
4302026-03-20T18:15:33.546Z Downloaded goblin v0.8.2
4312026-03-20T18:15:33.546Z Downloaded idna v1.1.0
4322026-03-20T18:15:33.555Z Downloaded tabled v0.15.0
4332026-03-20T18:15:33.573Z Downloaded syn v1.0.109
4342026-03-20T18:15:33.585Z Downloaded syn v2.0.117
4352026-03-20T18:15:33.628Z Downloaded rustix v1.1.3
4362026-03-20T18:15:33.635Z Downloaded libc v0.2.180
4372026-03-20T18:15:33.729Z Compiling proc-macro2 v1.0.106
4382026-03-20T18:15:33.734Z Compiling quote v1.0.44
4392026-03-20T18:15:33.734Z Compiling unicode-ident v1.0.24
4402026-03-20T18:15:33.734Z Compiling serde_core v1.0.228
4412026-03-20T18:15:33.734Z Compiling libc v0.2.180
4422026-03-20T18:15:33.734Z Compiling version_check v0.9.5
4432026-03-20T18:15:33.734Z Compiling stable_deref_trait v1.2.1
4442026-03-20T18:15:33.734Z Compiling memchr v2.8.0
4452026-03-20T18:15:33.734Z Compiling serde v1.0.228
4462026-03-20T18:15:33.734Z Compiling zmij v1.0.21
4472026-03-20T18:15:33.734Z Compiling thiserror v1.0.69
4482026-03-20T18:15:33.734Z Compiling autocfg v1.5.0
4492026-03-20T18:15:33.936Z Compiling itoa v1.0.17
4502026-03-20T18:15:33.939Z Compiling ucd-trie v0.1.7
4512026-03-20T18:15:33.956Z Compiling writeable v0.6.2
4522026-03-20T18:15:34.186Z Compiling litemap v0.8.1
4532026-03-20T18:15:34.241Z Compiling byteorder v1.5.0
4542026-03-20T18:15:34.388Z Compiling icu_normalizer_data v2.1.1
4552026-03-20T18:15:34.504Z Compiling icu_properties_data v2.1.2
4562026-03-20T18:15:34.536Z Compiling rustix v1.1.3
4572026-03-20T18:15:34.540Z Compiling bitflags v2.11.0
4582026-03-20T18:15:34.684Z Compiling serde_json v1.0.149
4592026-03-20T18:15:34.684Z Compiling hashbrown v0.16.1
4602026-03-20T18:15:34.800Z Compiling equivalent v1.0.2
4612026-03-20T18:15:34.803Z Compiling num-traits v0.2.19
4622026-03-20T18:15:34.882Z Compiling pest v2.8.6
4632026-03-20T18:15:35.050Z Compiling smallvec v1.15.1
4642026-03-20T18:15:35.053Z Compiling typeid v1.0.3
4652026-03-20T18:15:35.161Z Compiling errno v0.3.14
4662026-03-20T18:15:35.325Z Compiling thread-id v4.2.2
4672026-03-20T18:15:35.328Z Compiling usdt-impl v0.5.0
4682026-03-20T18:15:35.328Z Compiling proc-macro-error-attr v1.0.4
4692026-03-20T18:15:35.455Z Compiling indexmap v2.13.0
4702026-03-20T18:15:35.511Z Compiling erased-serde v0.4.9
4712026-03-20T18:15:35.514Z Compiling winnow v0.7.14
4722026-03-20T18:15:35.569Z Compiling syn v1.0.109
4732026-03-20T18:15:35.572Z Compiling toml_write v0.1.2
4742026-03-20T18:15:35.652Z Compiling proc-macro-error v1.0.4
4752026-03-20T18:15:35.877Z Compiling camino v1.2.2
4762026-03-20T18:15:35.937Z Compiling getrandom v0.4.1
4772026-03-20T18:15:35.970Z Compiling utf8_iter v1.0.4
4782026-03-20T18:15:35.973Z Compiling percent-encoding v2.3.2
4792026-03-20T18:15:35.973Z Compiling plain v0.2.3
4802026-03-20T18:15:36.056Z Compiling utf8parse v0.2.2
4812026-03-20T18:15:36.181Z Compiling thiserror v2.0.18
4822026-03-20T18:15:36.210Z Compiling log v0.4.29
4832026-03-20T18:15:36.247Z Compiling anstyle-parse v0.2.7
4842026-03-20T18:15:36.253Z Compiling form_urlencoded v1.2.2
4852026-03-20T18:15:36.335Z Compiling syn v2.0.117
4862026-03-20T18:15:36.473Z Compiling pest_meta v2.8.6
4872026-03-20T18:15:36.487Z Compiling is_terminal_polyfill v1.70.2
4882026-03-20T18:15:36.582Z Compiling anstyle v1.0.13
4892026-03-20T18:15:36.587Z Compiling pretty-hex v0.4.1
4902026-03-20T18:15:36.588Z Compiling anstyle-query v1.1.5
4912026-03-20T18:15:36.705Z Compiling ordered-float v2.10.1
4922026-03-20T18:15:36.772Z Compiling colorchoice v1.0.4
4932026-03-20T18:15:36.780Z Compiling cfg-if v1.0.4
4942026-03-20T18:15:36.800Z Compiling fs-err v3.3.0
4952026-03-20T18:15:36.920Z Compiling anstream v0.6.21
4962026-03-20T18:15:36.955Z Compiling anyhow v1.0.102
4972026-03-20T18:15:36.959Z Compiling fastrand v2.3.0
4982026-03-20T18:15:36.985Z Compiling terminal_size v0.4.3
4992026-03-20T18:15:37.050Z Compiling strsim v0.11.1
5002026-03-20T18:15:37.092Z Compiling once_cell v1.21.3
5012026-03-20T18:15:37.122Z Compiling unicode-xid v0.2.6
5022026-03-20T18:15:37.151Z Compiling clap_lex v1.0.0
5032026-03-20T18:15:37.358Z Compiling semver v1.0.27
5042026-03-20T18:15:37.419Z Compiling heck v0.4.1
5052026-03-20T18:15:37.422Z Compiling bytecount v0.6.9
5062026-03-20T18:15:37.422Z Compiling unicode-width v0.1.14
5072026-03-20T18:15:37.534Z Compiling heck v0.5.0
5082026-03-20T18:15:37.534Z Compiling fnv v1.0.7
5092026-03-20T18:15:37.595Z Compiling clap_builder v4.5.60
5102026-03-20T18:15:37.666Z Compiling tempfile v3.25.0
5112026-03-20T18:15:37.733Z Compiling memmap v0.7.0
5122026-03-20T18:15:37.834Z Compiling papergrid v0.11.0
5132026-03-20T18:15:37.862Z Compiling unicode-width v0.2.0
5142026-03-20T18:15:37.898Z Compiling unicode-linebreak v0.1.5
5152026-03-20T18:15:37.923Z Compiling serde-untagged v0.1.9
5162026-03-20T18:15:37.923Z Compiling smawk v0.3.2
5172026-03-20T18:15:38.021Z Compiling camino-tempfile v1.4.1
5182026-03-20T18:15:38.185Z Compiling textwrap v0.16.2
5192026-03-20T18:15:38.253Z Compiling swrite v0.1.0
5202026-03-20T18:15:38.273Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
5212026-03-20T18:15:38.770Z Compiling tabled_derive v0.7.0
5222026-03-20T18:15:39.640Z Compiling tabled v0.15.0
5232026-03-20T18:15:39.896Z Compiling synstructure v0.13.2
5242026-03-20T18:15:39.896Z Compiling pest_generator v2.8.6
5252026-03-20T18:15:40.714Z Compiling serde_derive v1.0.228
5262026-03-20T18:15:40.717Z Compiling zerofrom-derive v0.1.6
5272026-03-20T18:15:40.717Z Compiling yoke-derive v0.8.1
5282026-03-20T18:15:40.718Z Compiling zerovec-derive v0.11.2
5292026-03-20T18:15:40.718Z Compiling displaydoc v0.2.5
5302026-03-20T18:15:40.718Z Compiling thiserror-impl v1.0.69
5312026-03-20T18:15:40.718Z Compiling zerocopy-derive v0.7.35
5322026-03-20T18:15:40.718Z Compiling pest_derive v2.8.6
5332026-03-20T18:15:40.718Z Compiling scroll_derive v0.12.1
5342026-03-20T18:15:40.718Z Compiling thiserror-impl v2.0.18
5352026-03-20T18:15:40.718Z Compiling clap_derive v4.5.55
5362026-03-20T18:15:41.643Z Compiling scroll v0.12.0
5372026-03-20T18:15:41.919Z Compiling zerocopy v0.7.35
5382026-03-20T18:15:41.953Z Compiling goblin v0.8.2
5392026-03-20T18:15:41.983Z Compiling zerofrom v0.1.6
5402026-03-20T18:15:42.133Z Compiling yoke v0.8.1
5412026-03-20T18:15:42.337Z Compiling zerovec v0.11.5
5422026-03-20T18:15:42.337Z Compiling zerotrie v0.2.3
5432026-03-20T18:15:42.395Z Compiling dtrace-parser v0.2.0
5442026-03-20T18:15:42.511Z Compiling clap v4.5.60
5452026-03-20T18:15:42.920Z Compiling tinystr v0.8.2
5462026-03-20T18:15:42.920Z Compiling potential_utf v0.1.4
5472026-03-20T18:15:43.098Z Compiling icu_collections v2.1.1
5482026-03-20T18:15:43.125Z Compiling icu_locale_core v2.1.1
5492026-03-20T18:15:43.887Z Compiling icu_provider v2.1.1
5502026-03-20T18:15:44.014Z Compiling toml_datetime v0.6.11
5512026-03-20T18:15:44.014Z Compiling serde_spanned v0.6.9
5522026-03-20T18:15:44.018Z Compiling serde-value v0.7.0
5532026-03-20T18:15:44.018Z Compiling cargo-platform v0.2.0
5542026-03-20T18:15:44.018Z Compiling macaddr v1.0.1
5552026-03-20T18:15:44.039Z Compiling dof v0.3.0
5562026-03-20T18:15:44.042Z Compiling serde_tokenstream v0.2.3
5572026-03-20T18:15:44.176Z Compiling icu_properties v2.1.2
5582026-03-20T18:15:44.179Z Compiling icu_normalizer v2.1.1
5592026-03-20T18:15:44.338Z Compiling toml_edit v0.22.27
5602026-03-20T18:15:45.007Z Compiling usdt-macro v0.5.0
5612026-03-20T18:15:45.010Z Compiling usdt-attr-macro v0.5.0
5622026-03-20T18:15:45.433Z Compiling idna_adapter v1.2.1
5632026-03-20T18:15:45.570Z Compiling idna v1.1.0
5642026-03-20T18:15:45.774Z Compiling usdt v0.5.0
5652026-03-20T18:15:45.920Z Compiling url v2.5.8
5662026-03-20T18:15:46.147Z Compiling toml v0.8.23
5672026-03-20T18:15:46.621Z Compiling cargo-util-schemas v0.8.2
5682026-03-20T18:15:46.621Z Compiling cargo_toml v0.21.0
5692026-03-20T18:15:47.764Z Compiling cargo_metadata v0.21.0
5702026-03-20T18:15:49.053Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
5712026-03-20T18:15:52.006Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 54.95s
5722026-03-20T18:15:52.289Z Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control`
5732026-03-20T18:15:53.026Z Downloading crates ...
5742026-03-20T18:15:53.146Z Downloaded aead v0.5.2
5752026-03-20T18:15:53.152Z Downloaded async-recursion v1.1.1
5762026-03-20T18:15:53.157Z Downloaded async-stream v0.3.6
5772026-03-20T18:15:53.161Z Downloaded allocator-api2 v0.2.21
5782026-03-20T18:15:53.166Z Downloaded assert_matches v1.5.0
5792026-03-20T18:15:53.170Z Downloaded convert_case v0.4.0
5802026-03-20T18:15:53.170Z Downloaded ascii-canvas v3.0.0
5812026-03-20T18:15:53.170Z Downloaded atomicwrites v0.4.4
5822026-03-20T18:15:53.175Z Downloaded async-bb8-diesel v0.2.1
5832026-03-20T18:15:53.175Z Downloaded derive_builder_macro v0.20.2
5842026-03-20T18:15:53.175Z Downloaded adler2 v2.0.1
5852026-03-20T18:15:53.180Z Downloaded cpufeatures v0.3.0
5862026-03-20T18:15:53.180Z Downloaded foreign-types-macros v0.2.3
5872026-03-20T18:15:53.180Z Downloaded camino-tempfile-ext v0.3.3
5882026-03-20T18:15:53.183Z Downloaded dropshot-api-manager-types v0.6.0
5892026-03-20T18:15:53.183Z Downloaded deranged v0.5.8
5902026-03-20T18:15:53.183Z Downloaded aes v0.8.4
5912026-03-20T18:15:53.187Z Downloaded defmt v1.0.1
5922026-03-20T18:15:53.190Z Downloaded bitfield-struct v0.6.2
5932026-03-20T18:15:53.190Z Downloaded backon v1.6.0
5942026-03-20T18:15:53.194Z Downloaded cookie v0.18.1
5952026-03-20T18:15:53.198Z Downloaded cbc v0.1.2
5962026-03-20T18:15:53.198Z Downloaded der_derive v0.7.3
5972026-03-20T18:15:53.198Z Downloaded ciborium v0.2.2
5982026-03-20T18:15:53.201Z Downloaded chacha20 v0.9.1
5992026-03-20T18:15:53.201Z Downloaded block-padding v0.3.3
6002026-03-20T18:15:53.205Z Downloaded async-stream-impl v0.3.6
6012026-03-20T18:15:53.205Z Downloaded derive_builder v0.20.2
6022026-03-20T18:15:53.208Z Downloaded console v0.15.11
6032026-03-20T18:15:53.213Z Downloaded debug-ignore v1.0.5
6042026-03-20T18:15:53.214Z Downloaded defmt-parser v1.0.0
6052026-03-20T18:15:53.214Z Downloaded darling_macro v0.21.3
6062026-03-20T18:15:53.214Z Downloaded crucible-workspace-hack v0.1.0
6072026-03-20T18:15:53.214Z Downloaded defmt v0.3.100
6082026-03-20T18:15:53.217Z Downloaded crossterm v0.29.0
6092026-03-20T18:15:53.221Z Downloaded flume v0.11.1
6102026-03-20T18:15:53.225Z Downloaded derive_builder_core v0.20.2
6112026-03-20T18:15:53.225Z Downloaded csv-core v0.1.13
6122026-03-20T18:15:53.229Z Downloaded cstr-argument v0.1.2
6132026-03-20T18:15:53.229Z Downloaded crunchy v0.2.4
6142026-03-20T18:15:53.230Z Downloaded bcrypt-pbkdf v0.10.0
6152026-03-20T18:15:53.236Z Downloaded critical-section v1.2.0
6162026-03-20T18:15:53.236Z Downloaded crc-catalog v2.4.0
6172026-03-20T18:15:53.236Z Downloaded cfg_aliases v0.2.1
6182026-03-20T18:15:53.245Z Downloaded atomic-waker v1.1.2
6192026-03-20T18:15:53.245Z Downloaded cfg_aliases v0.1.1
6202026-03-20T18:15:53.245Z Downloaded base16ct v0.2.0
6212026-03-20T18:15:53.246Z Downloaded dirs-sys-next v0.1.2
6222026-03-20T18:15:53.246Z Downloaded bb8 v0.8.6
6232026-03-20T18:15:53.246Z Downloaded foreign-types-shared v0.1.1
6242026-03-20T18:15:53.246Z Downloaded dirs-next v2.0.0
6252026-03-20T18:15:53.250Z Downloaded darling_macro v0.23.0
6262026-03-20T18:15:53.250Z Downloaded base16ct v1.0.0
6272026-03-20T18:15:53.250Z Downloaded bumpalo v3.20.2
6282026-03-20T18:15:53.250Z Downloaded foreign-types v0.5.0
6292026-03-20T18:15:53.250Z Downloaded array-init v0.0.4
6302026-03-20T18:15:53.250Z Downloaded dsl_auto_type v0.2.0
6312026-03-20T18:15:53.258Z Downloaded defmt-macros v1.0.1
6322026-03-20T18:15:53.259Z Downloaded darling v0.23.0
6332026-03-20T18:15:53.262Z Downloaded enum-as-inner v0.6.1
6342026-03-20T18:15:53.262Z Downloaded crc v3.4.0
6352026-03-20T18:15:53.263Z Downloaded darling_macro v0.20.11
6362026-03-20T18:15:53.263Z Downloaded float-ord v0.3.2
6372026-03-20T18:15:53.263Z Downloaded crc8 v0.1.1
6382026-03-20T18:15:53.268Z Downloaded endian-type v0.1.2
6392026-03-20T18:15:53.268Z Downloaded cargo-platform v0.1.9
6402026-03-20T18:15:53.268Z Downloaded bit-vec v0.6.3
6412026-03-20T18:15:53.268Z Downloaded bitfield v0.19.4
6422026-03-20T18:15:53.268Z Downloaded downcast-rs v2.0.2
6432026-03-20T18:15:53.273Z Downloaded fixedbitset v0.4.2
6442026-03-20T18:15:53.273Z Downloaded bit-set v0.5.3
6452026-03-20T18:15:53.273Z Downloaded castaway v0.2.4
6462026-03-20T18:15:53.277Z Downloaded atty v0.2.14
6472026-03-20T18:15:53.277Z Downloaded cobs v0.3.0
6482026-03-20T18:15:53.277Z Downloaded float-cmp v0.10.0
6492026-03-20T18:15:53.277Z Downloaded daft v0.1.5
6502026-03-20T18:15:53.281Z Downloaded fd-lock v4.0.4
6512026-03-20T18:15:53.281Z Downloaded bcs v0.1.6
6522026-03-20T18:15:53.287Z Downloaded dof v0.4.0
6532026-03-20T18:15:53.287Z Downloaded display-error-chain v0.2.2
6542026-03-20T18:15:53.287Z Downloaded flagset v0.4.7
6552026-03-20T18:15:53.287Z Downloaded dtrace-parser v0.3.0
6562026-03-20T18:15:53.291Z Downloaded curve25519-dalek-derive v0.1.1
6572026-03-20T18:15:53.291Z Downloaded foreign-types-shared v0.3.1
6582026-03-20T18:15:53.291Z Downloaded arrayref v0.3.9
6592026-03-20T18:15:53.291Z Downloaded foreign-types v0.3.2
6602026-03-20T18:15:53.291Z Downloaded diesel_table_macro_syntax v0.3.0
6612026-03-20T18:15:53.295Z Downloaded bitfield-macros v0.19.4
6622026-03-20T18:15:53.295Z Downloaded ciborium-ll v0.2.2
6632026-03-20T18:15:53.295Z Downloaded dyn-clone v1.0.20
6642026-03-20T18:15:53.301Z Downloaded ciborium-io v0.2.2
6652026-03-20T18:15:53.301Z Downloaded embedded-io v0.4.0
6662026-03-20T18:15:53.301Z Downloaded env_filter v1.0.0
6672026-03-20T18:15:53.311Z Downloaded fxhash v0.2.1
6682026-03-20T18:15:53.311Z Downloaded dunce v1.0.5
6692026-03-20T18:15:53.312Z Downloaded ghash v0.5.1
6702026-03-20T18:15:53.312Z Downloaded git-stub v1.0.0
6712026-03-20T18:15:53.312Z Downloaded document-features v0.2.12
6722026-03-20T18:15:53.312Z Downloaded backoff v0.4.0
6732026-03-20T18:15:53.318Z Downloaded embedded-io v0.6.1
6742026-03-20T18:15:53.318Z Downloaded bit-vec v0.8.0
6752026-03-20T18:15:53.318Z Downloaded diesel-dtrace v0.5.0
6762026-03-20T18:15:53.318Z Downloaded ctr v0.9.2
6772026-03-20T18:15:53.318Z Downloaded crossbeam-deque v0.8.6
6782026-03-20T18:15:53.325Z Downloaded futures-io v0.3.32
6792026-03-20T18:15:53.325Z Downloaded darling v0.20.11
6802026-03-20T18:15:53.330Z Downloaded futures-sink v0.3.32
6812026-03-20T18:15:53.330Z Downloaded colored v3.1.1
6822026-03-20T18:15:53.330Z Downloaded constant_time_eq v0.4.2
6832026-03-20T18:15:53.336Z Downloaded arc-swap v1.8.2
6842026-03-20T18:15:53.336Z Downloaded hex-literal v0.4.1
6852026-03-20T18:15:53.337Z Downloaded hex v0.4.3
6862026-03-20T18:15:53.341Z Downloaded headers-core v0.3.0
6872026-03-20T18:15:53.341Z Downloaded home v0.5.12
6882026-03-20T18:15:53.341Z Downloaded gethostname v0.5.0
6892026-03-20T18:15:53.341Z Downloaded futures-macro v0.3.32
6902026-03-20T18:15:53.341Z Downloaded http-range v0.1.5
6912026-03-20T18:15:53.345Z Downloaded hubpack_derive v0.1.1
6922026-03-20T18:15:53.345Z Downloaded hash32 v0.2.1
6932026-03-20T18:15:53.345Z Downloaded globwalk v0.9.1
6942026-03-20T18:15:53.345Z Downloaded hash32 v0.3.1
6952026-03-20T18:15:53.352Z Downloaded data-encoding v2.10.0
6962026-03-20T18:15:53.352Z Downloaded hubpack v0.1.2
6972026-03-20T18:15:53.352Z Downloaded ena v0.14.4
6982026-03-20T18:15:53.352Z Downloaded daft-derive v0.1.5
6992026-03-20T18:15:53.359Z Downloaded fixedbitset v0.5.7
7002026-03-20T18:15:53.359Z Downloaded hostname v0.4.2
7012026-03-20T18:15:53.359Z Downloaded find-msvc-tools v0.1.9
7022026-03-20T18:15:53.365Z Downloaded http-body v1.0.1
7032026-03-20T18:15:53.366Z Downloaded git-stub-vcs v0.1.0
7042026-03-20T18:15:53.366Z Downloaded fallible-iterator v0.2.0
7052026-03-20T18:15:53.377Z Downloaded ident_case v1.0.1
7062026-03-20T18:15:53.385Z Downloaded darling v0.21.3
7072026-03-20T18:15:53.391Z Downloaded filetime v0.2.27
7082026-03-20T18:15:53.391Z Downloaded either v1.15.0
7092026-03-20T18:15:53.391Z Downloaded derive-where v1.6.0
7102026-03-20T18:15:53.391Z Downloaded cassowary v0.3.0
7112026-03-20T18:15:53.398Z Downloaded httpdate v1.0.3
7122026-03-20T18:15:53.398Z Downloaded colored v2.2.0
7132026-03-20T18:15:53.398Z Downloaded instability v0.3.11
7142026-03-20T18:15:53.398Z Downloaded indoc v1.0.9
7152026-03-20T18:15:53.402Z Downloaded const_format_proc_macros v0.2.34
7162026-03-20T18:15:53.402Z Downloaded cmake v0.1.57
7172026-03-20T18:15:53.402Z Downloaded clang-sys v1.8.1
7182026-03-20T18:15:53.409Z Downloaded highway v1.3.0
7192026-03-20T18:15:53.410Z Downloaded futures-core v0.3.32
7202026-03-20T18:15:53.410Z Downloaded is_ci v1.2.0
7212026-03-20T18:15:53.410Z Downloaded internet-checksum v0.2.1
7222026-03-20T18:15:53.410Z Downloaded is-terminal v0.4.17
7232026-03-20T18:15:53.410Z Downloaded cancel-safe-futures v0.1.5
7242026-03-20T18:15:53.415Z Downloaded indent_write v2.2.0
7252026-03-20T18:15:53.415Z Downloaded cookie_store v0.22.1
7262026-03-20T18:15:53.415Z Downloaded kstat-rs v0.2.4
7272026-03-20T18:15:53.418Z Downloaded lazy_static v1.5.0
7282026-03-20T18:15:53.418Z Downloaded futures-executor v0.3.32
7292026-03-20T18:15:53.422Z Downloaded hyper-tls v0.6.0
7302026-03-20T18:15:53.422Z Downloaded instant v0.1.13
7312026-03-20T18:15:53.422Z Downloaded des v0.8.1
7322026-03-20T18:15:53.425Z Downloaded bzip2 v0.6.1
7332026-03-20T18:15:53.425Z Downloaded async-trait v0.1.89
7342026-03-20T18:15:53.429Z Downloaded globset v0.4.18
7352026-03-20T18:15:53.434Z Downloaded env_logger v0.11.9
7362026-03-20T18:15:53.434Z Downloaded diff v0.1.13
7372026-03-20T18:15:53.438Z Downloaded difflib v0.4.0
7382026-03-20T18:15:53.438Z Downloaded glob v0.3.3
7392026-03-20T18:15:53.438Z Downloaded fs_extra v1.3.0
7402026-03-20T18:15:53.442Z Downloaded arrayvec v0.7.6
7412026-03-20T18:15:53.442Z Downloaded lalrpop-util v0.19.12
7422026-03-20T18:15:53.442Z Downloaded keccak v0.1.6
7432026-03-20T18:15:53.446Z Downloaded darling_core v0.20.11
7442026-03-20T18:15:53.449Z Downloaded crossbeam-utils v0.8.21
7452026-03-20T18:15:53.450Z Downloaded libscf-sys v1.1.0
7462026-03-20T18:15:53.454Z Downloaded hyper-staticfile v0.10.1
7472026-03-20T18:15:53.454Z Downloaded md5 v0.7.0
7482026-03-20T18:15:53.454Z Downloaded argon2 v0.5.3
7492026-03-20T18:15:53.458Z Downloaded foldhash v0.1.5
7502026-03-20T18:15:53.458Z Downloaded impl-trait-for-tuples v0.2.3
7512026-03-20T18:15:53.458Z Downloaded derive_more v2.1.1
7522026-03-20T18:15:53.467Z Downloaded maybe-uninit v2.0.0
7532026-03-20T18:15:53.471Z Downloaded md-5 v0.10.6
7542026-03-20T18:15:53.471Z Downloaded ahash v0.8.12
7552026-03-20T18:15:53.474Z Downloaded maplit v1.0.2
7562026-03-20T18:15:53.475Z Downloaded multimap v0.10.1
7572026-03-20T18:15:53.475Z Downloaded managed v0.8.0
7582026-03-20T18:15:53.478Z Downloaded lru-slab v0.1.2
7592026-03-20T18:15:53.478Z Downloaded http-body-util v0.1.3
7602026-03-20T18:15:53.478Z Downloaded lru-cache v0.1.2
7612026-03-20T18:15:53.484Z Downloaded lru v0.12.5
7622026-03-20T18:15:53.484Z Downloaded inout v0.1.4
7632026-03-20T18:15:53.484Z Downloaded ipnet v2.11.0
7642026-03-20T18:15:53.490Z Downloaded hmac v0.12.1
7652026-03-20T18:15:53.490Z Downloaded humantime v2.3.0
7662026-03-20T18:15:53.490Z Downloaded getrandom v0.2.17
7672026-03-20T18:15:53.496Z Downloaded newtype_derive v0.1.6
7682026-03-20T18:15:53.496Z Downloaded console v0.16.2
7692026-03-20T18:15:53.496Z Downloaded nibble_vec v0.1.0
7702026-03-20T18:15:53.496Z Downloaded match_cfg v0.1.0
7712026-03-20T18:15:53.506Z Downloaded mime v0.3.17
7722026-03-20T18:15:53.506Z Downloaded derive_more v0.99.20
7732026-03-20T18:15:53.506Z Downloaded httparse v1.10.1
7742026-03-20T18:15:53.514Z Downloaded newline-converter v0.3.0
7752026-03-20T18:15:53.514Z Downloaded new_debug_unreachable v1.0.6
7762026-03-20T18:15:53.514Z Downloaded indoc v2.0.7
7772026-03-20T18:15:53.515Z Downloaded jobserver v0.1.34
7782026-03-20T18:15:53.515Z Downloaded ingot v0.1.1
7792026-03-20T18:15:53.515Z Downloaded num v0.4.3
7802026-03-20T18:15:53.515Z Downloaded normalize-line-endings v0.3.0
7812026-03-20T18:15:53.515Z Downloaded half v1.8.3
7822026-03-20T18:15:53.515Z Downloaded nonempty v0.12.0
7832026-03-20T18:15:53.529Z Downloaded ipnetwork v0.21.1
7842026-03-20T18:15:53.529Z Downloaded num-derive v0.4.2
7852026-03-20T18:15:53.529Z Downloaded libefi-sys v0.1.0
7862026-03-20T18:15:53.529Z Downloaded getrandom v0.3.4
7872026-03-20T18:15:53.529Z Downloaded nodrop v0.1.14
7882026-03-20T18:15:53.529Z Downloaded libloading v0.8.9
7892026-03-20T18:15:53.575Z Downloaded num-conv v0.2.0
7902026-03-20T18:15:53.576Z Downloaded opaque-debug v0.3.1
7912026-03-20T18:15:53.576Z Downloaded fatfs v0.3.6
7922026-03-20T18:15:53.576Z Downloaded num-iter v0.1.45
7932026-03-20T18:15:53.576Z Downloaded hyper-rustls v0.27.7
7942026-03-20T18:15:53.576Z Downloaded iana-time-zone v0.1.65
7952026-03-20T18:15:53.576Z Downloaded lock_api v0.4.14
7962026-03-20T18:15:53.576Z Downloaded hickory-client v0.25.2
7972026-03-20T18:15:53.576Z Downloaded ingot-macros v0.1.1
7982026-03-20T18:15:53.577Z Downloaded crypto-bigint v0.5.5
7992026-03-20T18:15:53.577Z Downloaded blake2 v0.10.6
8002026-03-20T18:15:53.577Z Downloaded group v0.13.0
8012026-03-20T18:15:53.577Z Downloaded futures-channel v0.3.32
8022026-03-20T18:15:53.577Z Downloaded memoffset v0.9.1
8032026-03-20T18:15:53.577Z Downloaded nanorand v0.7.0
8042026-03-20T18:15:53.577Z Downloaded lzss v0.8.2
8052026-03-20T18:15:53.577Z Downloaded num_threads v0.1.7
8062026-03-20T18:15:53.577Z Downloaded openssl-probe v0.2.1
8072026-03-20T18:15:53.577Z Downloaded openssl-probe v0.1.6
8082026-03-20T18:15:53.577Z Downloaded openssl-macros v0.1.1
8092026-03-20T18:15:53.577Z Downloaded olpc-cjson v0.1.4
8102026-03-20T18:15:53.577Z Downloaded linear-map v1.2.0
8112026-03-20T18:15:53.578Z Downloaded newtype-uuid v1.3.2
8122026-03-20T18:15:53.578Z Downloaded native-tls v0.2.18
8132026-03-20T18:15:53.578Z Downloaded packed_struct_codegen v0.10.1
8142026-03-20T18:15:53.578Z Downloaded crc-any v2.5.0
8152026-03-20T18:15:53.589Z Downloaded libsw-core v0.3.2
8162026-03-20T18:15:53.589Z Downloaded parse-size v1.1.0
8172026-03-20T18:15:53.589Z Downloaded const_format v0.2.35
8182026-03-20T18:15:53.589Z Downloaded elliptic-curve v0.13.8
8192026-03-20T18:15:53.590Z Downloaded multer v3.1.0
8202026-03-20T18:15:53.590Z Downloaded linked-hash-map v0.5.6
8212026-03-20T18:15:53.590Z Downloaded libsw v3.5.0
8222026-03-20T18:15:53.590Z Downloaded oso-derive v0.27.3
8232026-03-20T18:15:53.590Z Downloaded chacha20poly1305 v0.10.1
8242026-03-20T18:15:53.590Z Downloaded num-derive v0.3.3
8252026-03-20T18:15:53.600Z Downloaded pbkdf2 v0.12.2
8262026-03-20T18:15:53.600Z Downloaded phf_shared v0.12.1
8272026-03-20T18:15:53.600Z Downloaded futures v0.3.32
8282026-03-20T18:15:53.600Z Downloaded num_enum v0.7.5
8292026-03-20T18:15:53.626Z Downloaded peg-runtime v0.8.5
8302026-03-20T18:15:53.626Z Downloaded num_enum v0.5.11
8312026-03-20T18:15:53.626Z Downloaded phf_shared v0.11.3
8322026-03-20T18:15:53.626Z Downloaded num-integer v0.1.46
8332026-03-20T18:15:53.626Z Downloaded phf_shared v0.13.1
8342026-03-20T18:15:53.626Z Downloaded crossbeam-channel v0.5.15
8352026-03-20T18:15:53.626Z Downloaded num_enum_derive v0.5.11
8362026-03-20T18:15:53.627Z Downloaded mime_guess v2.0.5
8372026-03-20T18:15:53.627Z Downloaded num-rational v0.4.2
8382026-03-20T18:15:53.627Z Downloaded num-complex v0.4.6
8392026-03-20T18:15:53.627Z Downloaded pin-utils v0.1.0
8402026-03-20T18:15:53.627Z Downloaded path-slash v0.1.5
8412026-03-20T18:15:53.627Z Downloaded nu-ansi-term v0.50.3
8422026-03-20T18:15:53.627Z Downloaded oxide-tokio-rt v0.1.3
8432026-03-20T18:15:53.628Z Downloaded ignore v0.4.25
8442026-03-20T18:15:53.628Z Downloaded darling_core v0.23.0
8452026-03-20T18:15:53.632Z Downloaded proc-macro-error-attr2 v2.0.0
8462026-03-20T18:15:53.632Z Downloaded packed_struct v0.10.1
8472026-03-20T18:15:53.635Z Downloaded compact_str v0.8.1
8482026-03-20T18:15:53.635Z Downloaded heapless v0.8.0
8492026-03-20T18:15:53.639Z Downloaded heapless v0.7.17
8502026-03-20T18:15:53.643Z Downloaded proc-macro-crate v1.3.1
8512026-03-20T18:15:53.644Z Downloaded ar_archive_writer v0.5.1
8522026-03-20T18:15:53.654Z Downloaded pbkdf2 v0.11.0
8532026-03-20T18:15:53.654Z Downloaded dropshot_endpoint v0.16.7
8542026-03-20T18:15:53.655Z Downloaded progenitor-client v0.10.0
8552026-03-20T18:15:53.655Z Downloaded progenitor-client v0.11.2
8562026-03-20T18:15:53.655Z Downloaded proc-macro-crate v3.4.0
8572026-03-20T18:15:53.655Z Downloaded bytes v1.11.1
8582026-03-20T18:15:53.660Z Downloaded fs-err v2.11.0
8592026-03-20T18:15:53.660Z Downloaded psl-types v2.0.11
8602026-03-20T18:15:53.664Z Downloaded precomputed-hash v0.1.1
8612026-03-20T18:15:53.664Z Downloaded libbz2-rs-sys v0.2.2
8622026-03-20T18:15:53.665Z Downloaded parse-display-derive v0.10.0
8632026-03-20T18:15:53.665Z Downloaded der v0.7.10
8642026-03-20T18:15:53.670Z Downloaded parse-display v0.10.0
8652026-03-20T18:15:53.670Z Downloaded litrs v1.0.0
8662026-03-20T18:15:53.745Z Downloaded progenitor-macro v0.13.0
8672026-03-20T18:15:53.745Z Downloaded password-hash v0.4.2
8682026-03-20T18:15:53.745Z Downloaded oxnet v0.1.4
8692026-03-20T18:15:53.745Z Downloaded ed25519-dalek v2.2.0
8702026-03-20T18:15:53.745Z Downloaded progenitor-macro v0.10.0
8712026-03-20T18:15:53.745Z Downloaded derive_more-impl v2.1.1
8722026-03-20T18:15:53.745Z Downloaded progenitor-macro v0.11.2
8732026-03-20T18:15:53.745Z Downloaded pem-rfc7468 v0.7.0
8742026-03-20T18:15:53.745Z Downloaded paste v1.0.15
8752026-03-20T18:15:53.745Z Downloaded rand_chacha v0.3.1
8762026-03-20T18:15:53.745Z Downloaded indicatif v0.18.4
8772026-03-20T18:15:53.745Z Downloaded phf v0.13.1
8782026-03-20T18:15:53.745Z Downloaded password-hash v0.5.0
8792026-03-20T18:15:53.745Z Downloaded pem v3.0.6
8802026-03-20T18:15:53.745Z Downloaded pkg-config v0.3.32
8812026-03-20T18:15:53.745Z Downloaded phf v0.12.1
8822026-03-20T18:15:53.745Z Downloaded pkcs8 v0.10.2
8832026-03-20T18:15:53.745Z Downloaded postgres-protocol v0.6.10
8842026-03-20T18:15:53.745Z Downloaded ref-cast-impl v1.0.25
8852026-03-20T18:15:53.745Z Downloaded ref-cast v1.0.25
8862026-03-20T18:15:53.745Z Downloaded peg-macros v0.8.5
8872026-03-20T18:15:53.745Z Downloaded radium v0.7.0
8882026-03-20T18:15:53.746Z Downloaded progenitor v0.11.2
8892026-03-20T18:15:53.746Z Downloaded primeorder v0.13.6
8902026-03-20T18:15:53.746Z Downloaded headers v0.4.1
8912026-03-20T18:15:53.746Z Downloaded pin-project-internal v1.1.11
8922026-03-20T18:15:53.746Z Downloaded parking_lot v0.12.5
8932026-03-20T18:15:53.746Z Downloaded base64 v0.21.7
8942026-03-20T18:15:53.746Z Downloaded progenitor-client v0.13.0
8952026-03-20T18:15:53.746Z Downloaded predicates-core v1.0.10
8962026-03-20T18:15:53.746Z Downloaded parking_lot_core v0.9.12
8972026-03-20T18:15:53.746Z Downloaded parking_lot_core v0.8.6
8982026-03-20T18:15:53.751Z Downloaded num_enum_derive v0.7.5
8992026-03-20T18:15:53.751Z Downloaded peg v0.8.5
9002026-03-20T18:15:53.751Z Downloaded expectorate v1.2.0
9012026-03-20T18:15:53.751Z Downloaded rand_xorshift v0.4.0
9022026-03-20T18:15:53.751Z Downloaded dropshot-api-manager v0.6.0
9032026-03-20T18:15:53.751Z Downloaded omicron-zone-package v0.12.2
9042026-03-20T18:15:53.751Z Downloaded rfc6979 v0.4.0
9052026-03-20T18:15:53.751Z Downloaded recursive v0.1.1
9062026-03-20T18:15:53.751Z Downloaded psm v0.1.30
9072026-03-20T18:15:53.754Z Downloaded half v2.7.1
9082026-03-20T18:15:53.754Z Downloaded poly1305 v0.8.0
9092026-03-20T18:15:53.757Z Downloaded predicates v3.1.4
9102026-03-20T18:15:53.757Z Downloaded polyval v0.6.2
9112026-03-20T18:15:53.761Z Downloaded pin-project-lite v0.2.17
9122026-03-20T18:15:53.765Z Downloaded rustc_version v0.1.7
9132026-03-20T18:15:53.768Z Downloaded proc-macro-error2 v2.0.1
9142026-03-20T18:15:53.768Z Downloaded memmap2 v0.9.10
9152026-03-20T18:15:53.770Z Downloaded oso v0.27.3
9162026-03-20T18:15:53.773Z Downloaded indexmap v1.9.3
9172026-03-20T18:15:53.776Z Downloaded progenitor-extras v0.1.1
9182026-03-20T18:15:53.776Z Downloaded rustc_version v0.4.1
9192026-03-20T18:15:53.779Z Downloaded rand_core v0.6.4
9202026-03-20T18:15:53.779Z Downloaded progenitor v0.10.0
9212026-03-20T18:15:53.782Z Downloaded parking_lot v0.11.2
9222026-03-20T18:15:53.782Z Downloaded postgres-types v0.2.12
9232026-03-20T18:15:53.786Z Downloaded rustc-hash v2.1.1
9242026-03-20T18:15:53.786Z Downloaded hickory-resolver v0.24.4
9252026-03-20T18:15:53.790Z Downloaded russh-cryptovec v0.7.3
9262026-03-20T18:15:53.793Z Downloaded rtoolbox v0.0.3
9272026-03-20T18:15:53.793Z Downloaded owo-colors v4.3.0
9282026-03-20T18:15:53.793Z Downloaded base64 v0.22.1
9292026-03-20T18:15:53.796Z Downloaded flate2 v1.1.9
9302026-03-20T18:15:53.800Z Downloaded predicates-tree v1.0.13
9312026-03-20T18:15:53.803Z Downloaded r2d2 v0.8.10
9322026-03-20T18:15:53.803Z Downloaded powerfmt v0.2.0
9332026-03-20T18:15:53.805Z Downloaded same-file v1.0.6
9342026-03-20T18:15:53.805Z Downloaded rand_core v0.9.5
9352026-03-20T18:15:53.809Z Downloaded quick-error v1.2.3
9362026-03-20T18:15:53.809Z Downloaded crossbeam-epoch v0.9.18
9372026-03-20T18:15:53.812Z Downloaded scroll_derive v0.13.1
9382026-03-20T18:15:53.812Z Downloaded secrecy v0.10.3
9392026-03-20T18:15:53.812Z Downloaded scopeguard v1.2.0
9402026-03-20T18:15:53.815Z Downloaded semver v0.1.20
9412026-03-20T18:15:53.815Z Downloaded progenitor v0.13.0
9422026-03-20T18:15:53.815Z Downloaded hickory-resolver v0.25.2
9432026-03-20T18:15:53.820Z Downloaded pkcs1 v0.7.5
9442026-03-20T18:15:53.823Z Downloaded diesel_derives v2.3.7
9452026-03-20T18:15:53.826Z Downloaded salsa20 v0.10.2
9462026-03-20T18:15:53.829Z Downloaded newtype-uuid-macros v0.1.0
9472026-03-20T18:15:53.834Z Downloaded seq-macro v0.3.6
9482026-03-20T18:15:53.834Z Downloaded secrecy v0.8.0
9492026-03-20T18:15:53.834Z Downloaded rand_chacha v0.9.0
9502026-03-20T18:15:53.838Z Downloaded cargo_toml v0.22.3
9512026-03-20T18:15:53.838Z Downloaded bzip2 v0.4.4
9522026-03-20T18:15:53.838Z Downloaded recursive-proc-macro-impl v0.1.1
9532026-03-20T18:15:53.838Z Downloaded rand_seeder v0.4.0
9542026-03-20T18:15:53.843Z Downloaded sapling-renderdag v0.1.0
9552026-03-20T18:15:53.843Z Downloaded ingot-types v0.1.2
9562026-03-20T18:15:53.843Z Downloaded serde_bytes v0.11.19
9572026-03-20T18:15:53.846Z Downloaded scrypt v0.11.0
9582026-03-20T18:15:53.846Z Downloaded crc32fast v1.5.0
9592026-03-20T18:15:53.846Z Downloaded cc v1.2.56
9602026-03-20T18:15:53.850Z Downloaded serde_plain v1.0.2
9612026-03-20T18:15:53.854Z Downloaded postcard v1.1.3
9622026-03-20T18:15:53.854Z Downloaded pin-project v1.1.11
9632026-03-20T18:15:53.861Z Downloaded sha1 v0.10.6
9642026-03-20T18:15:53.865Z Downloaded p256 v0.13.2
9652026-03-20T18:15:53.868Z Downloaded signature v2.2.0
9662026-03-20T18:15:53.868Z Downloaded miniz_oxide v0.8.9
9672026-03-20T18:15:53.871Z Downloaded serde_urlencoded v0.7.1
9682026-03-20T18:15:53.871Z Downloaded rustls-pemfile v2.2.0
9692026-03-20T18:15:53.875Z Downloaded signal-hook-mio v0.2.5
9702026-03-20T18:15:53.875Z Downloaded shell-words v1.1.1
9712026-03-20T18:15:53.879Z Downloaded serde_spanned v1.0.4
9722026-03-20T18:15:53.879Z Downloaded jiff-static v0.2.21
9732026-03-20T18:15:53.883Z Downloaded serde_repr v0.1.20
9742026-03-20T18:15:53.883Z Downloaded hashbrown v0.12.3
9752026-03-20T18:15:53.886Z Downloaded hickory-server v0.25.2
9762026-03-20T18:15:53.889Z Downloaded serde-big-array v0.5.1
9772026-03-20T18:15:53.889Z Downloaded scheduled-thread-pool v0.2.7
9782026-03-20T18:15:53.892Z Downloaded resolv-conf v0.7.6
9792026-03-20T18:15:53.892Z Downloaded signal-hook-tokio v0.3.1
9802026-03-20T18:15:53.892Z Downloaded rand_core v0.10.0
9812026-03-20T18:15:53.896Z Downloaded quinn-udp v0.5.14
9822026-03-20T18:15:53.899Z Downloaded sec1 v0.7.3
9832026-03-20T18:15:53.899Z Downloaded sigpipe v0.1.3
9842026-03-20T18:15:53.903Z Downloaded rusty-fork v0.3.1
9852026-03-20T18:15:53.903Z Downloaded rustls-pemfile v1.0.4
9862026-03-20T18:15:53.903Z Downloaded siphasher v1.0.2
9872026-03-20T18:15:53.906Z Downloaded slog-bunyan v2.5.0
9882026-03-20T18:15:53.906Z Downloaded rustls-native-certs v0.8.3
9892026-03-20T18:15:53.909Z Downloaded rustversion v1.0.22
9902026-03-20T18:15:53.911Z Downloaded progenitor-impl v0.13.0
9912026-03-20T18:15:53.912Z Downloaded scroll v0.13.0
9922026-03-20T18:15:53.915Z Downloaded hyper-util v0.1.20
9932026-03-20T18:15:53.918Z Downloaded progenitor-impl v0.10.0
9942026-03-20T18:15:53.921Z Downloaded openssl-sys v0.9.111
9952026-03-20T18:15:53.924Z Downloaded serde-hex v0.1.0
9962026-03-20T18:15:53.928Z Downloaded pkcs5 v0.7.1
9972026-03-20T18:15:53.932Z Downloaded serde_path_to_error v0.1.20
9982026-03-20T18:15:53.935Z Downloaded sct v0.7.1
9992026-03-20T18:15:53.935Z Downloaded minimal-lexical v0.2.1
10002026-03-20T18:15:53.939Z Downloaded const-oid v0.9.6
10012026-03-20T18:15:53.939Z Downloaded chacha20 v0.10.0
10022026-03-20T18:15:53.941Z Downloaded ppv-lite86 v0.2.21
10032026-03-20T18:15:53.944Z Downloaded shlex v1.3.0
10042026-03-20T18:15:53.944Z Downloaded buf-list v1.1.2
10052026-03-20T18:15:53.947Z Downloaded ssh-cipher v0.2.0
10062026-03-20T18:15:53.947Z Downloaded bit-set v0.8.0
10072026-03-20T18:15:53.951Z Downloaded darling_core v0.21.3
10082026-03-20T18:15:53.955Z Downloaded ssh-encoding v0.2.0
10092026-03-20T18:15:53.955Z Downloaded sqlparser_derive v0.5.0
10102026-03-20T18:15:53.955Z Downloaded erased-serde v0.3.31
10112026-03-20T18:15:53.958Z Downloaded corncobs v0.1.4
10122026-03-20T18:15:53.958Z Downloaded papergrid v0.17.0
10132026-03-20T18:15:53.962Z Downloaded russh-keys v0.45.0
10142026-03-20T18:15:53.965Z Downloaded convert_case v0.10.0
10152026-03-20T18:15:53.966Z Downloaded cexpr v0.6.0
10162026-03-20T18:15:53.969Z Downloaded cargo_metadata v0.19.2
10172026-03-20T18:15:53.969Z Downloaded blowfish v0.9.1
10182026-03-20T18:15:53.972Z Downloaded ed25519 v2.2.3
10192026-03-20T18:15:53.972Z Downloaded drift v0.1.3
10202026-03-20T18:15:53.992Z Downloaded signal-hook-registry v1.4.8
10212026-03-20T18:15:53.992Z Downloaded structmeta-derive v0.3.0
10222026-03-20T18:15:53.992Z Downloaded bitflags v1.3.2
10232026-03-20T18:15:53.992Z Downloaded tabwriter v1.4.1
10242026-03-20T18:15:53.992Z Downloaded tabled_derive v0.11.0
10252026-03-20T18:15:53.993Z Downloaded crossterm v0.28.1
10262026-03-20T18:15:53.993Z Downloaded slog-envlogger v2.2.0
10272026-03-20T18:15:53.997Z Downloaded slog-dtrace v0.3.0
10282026-03-20T18:15:53.997Z Downloaded slab v0.4.12
10292026-03-20T18:15:53.997Z Downloaded ron v0.8.1
10302026-03-20T18:15:54.000Z Downloaded tap v1.0.1
10312026-03-20T18:15:54.000Z Downloaded take_mut v0.2.2
10322026-03-20T18:15:54.000Z Downloaded tagptr v0.2.0
10332026-03-20T18:15:54.003Z Downloaded subtle v2.6.1
10342026-03-20T18:15:54.003Z Downloaded sync-ptr v0.1.4
10352026-03-20T18:15:54.003Z Downloaded supports-color v3.0.2
10362026-03-20T18:15:54.006Z Downloaded strum v0.27.2
10372026-03-20T18:15:54.006Z Downloaded strum v0.26.3
10382026-03-20T18:15:54.006Z Downloaded structmeta v0.3.0
10392026-03-20T18:15:54.010Z Downloaded slog-json v2.6.1
10402026-03-20T18:15:54.010Z Downloaded slog-async v2.8.0
10412026-03-20T18:15:54.013Z Downloaded simd-adler32 v0.3.8
10422026-03-20T18:15:54.013Z Downloaded schemars_derive v0.8.22
10432026-03-20T18:15:54.014Z Downloaded foldhash v0.2.0
10442026-03-20T18:15:54.016Z Downloaded testing_table v0.3.0
10452026-03-20T18:15:54.016Z Downloaded smf v0.2.3
10462026-03-20T18:15:54.017Z Downloaded serde_cbor v0.11.2
10472026-03-20T18:15:54.019Z Downloaded ff v0.13.1
10482026-03-20T18:15:54.023Z Downloaded ecdsa v0.16.9
10492026-03-20T18:15:54.023Z Downloaded futures-task v0.3.32
10502026-03-20T18:15:54.027Z Downloaded rcgen v0.12.1
10512026-03-20T18:15:54.027Z Downloaded serde_with_macros v3.17.0
10522026-03-20T18:15:54.030Z Downloaded slog-term v2.9.2
10532026-03-20T18:15:54.030Z Downloaded tinyvec_macros v0.1.1
10542026-03-20T18:15:54.033Z Downloaded thread-id v5.1.0
10552026-03-20T18:15:54.033Z Downloaded thiserror-impl-no-std v2.0.2
10562026-03-20T18:15:54.033Z Downloaded smallvec v0.6.14
10572026-03-20T18:15:54.038Z Downloaded slog-stdlog v4.1.1
10582026-03-20T18:15:54.038Z Downloaded prefix-trie v0.7.0
10592026-03-20T18:15:54.041Z Downloaded sqlformat v0.3.5
10602026-03-20T18:15:54.041Z Downloaded prettyplease v0.2.37
10612026-03-20T18:15:54.044Z Downloaded termtree v0.5.1
10622026-03-20T18:15:54.048Z Downloaded mio v1.1.1
10632026-03-20T18:15:54.051Z Downloaded pretty_assertions v1.4.1
10642026-03-20T18:15:54.051Z Downloaded hashbrown v0.13.2
10652026-03-20T18:15:54.054Z Downloaded serde_derive_internals v0.29.1
10662026-03-20T18:15:54.059Z Downloaded rustls-platform-verifier v0.6.2
10672026-03-20T18:15:54.063Z Downloaded strip-ansi-escapes v0.2.1
10682026-03-20T18:15:54.063Z Downloaded static_assertions v1.1.0
10692026-03-20T18:15:54.063Z Downloaded strum_macros v0.26.4
10702026-03-20T18:15:54.067Z Downloaded time-core v0.1.8
10712026-03-20T18:15:54.067Z Downloaded string_cache v0.8.9
10722026-03-20T18:15:54.071Z Downloaded stacker v0.1.23
10732026-03-20T18:15:54.071Z Downloaded spki v0.7.3
10742026-03-20T18:15:54.074Z Downloaded nom v7.1.3
10752026-03-20T18:15:54.078Z Downloaded slog-scope v4.4.1
10762026-03-20T18:15:54.078Z Downloaded http v1.4.0
10772026-03-20T18:15:54.082Z Downloaded itertools v0.10.5
10782026-03-20T18:15:54.085Z Downloaded derive-ex v0.1.8
10792026-03-20T18:15:54.089Z Downloaded hostname v0.3.1
10802026-03-20T18:15:54.089Z Downloaded funty v2.0.0
10812026-03-20T18:15:54.089Z Downloaded cipher v0.4.4
10822026-03-20T18:15:54.095Z Downloaded sync_wrapper v1.0.2
10832026-03-20T18:15:54.095Z Downloaded qorb v0.4.1
10842026-03-20T18:15:54.098Z Downloaded termios v0.3.3
10852026-03-20T18:15:54.098Z Downloaded strum_macros v0.27.2
10862026-03-20T18:15:54.098Z Downloaded strum_macros v0.24.3
10872026-03-20T18:15:54.101Z Downloaded support-bundle-viewer v0.1.2
10882026-03-20T18:15:54.102Z Downloaded rand v0.8.5
10892026-03-20T18:15:54.105Z Downloaded stringprep v0.1.5
10902026-03-20T18:15:54.108Z Downloaded rustls-pki-types v1.14.0
10912026-03-20T18:15:54.108Z Downloaded signal-hook v0.3.18
10922026-03-20T18:15:54.111Z Downloaded tokio-dtrace v0.1.1
10932026-03-20T18:15:54.111Z Downloaded thread_local v1.1.9
10942026-03-20T18:15:54.115Z Downloaded base64ct v1.8.3
10952026-03-20T18:15:54.118Z Downloaded try-lock v0.2.5
10962026-03-20T18:15:54.118Z Downloaded topological-sort v0.2.2
10972026-03-20T18:15:54.118Z Downloaded schemars v0.8.22
10982026-03-20T18:15:54.125Z Downloaded serde_yaml v0.9.34+deprecated
10992026-03-20T18:15:54.128Z Downloaded tower-service v0.3.3
11002026-03-20T18:15:54.131Z Downloaded tower-layer v0.3.3
11012026-03-20T18:15:54.131Z Downloaded thiserror-no-std v2.0.2
11022026-03-20T18:15:54.134Z Downloaded ryu v1.0.23
11032026-03-20T18:15:54.138Z Downloaded spin v0.9.8
11042026-03-20T18:15:54.142Z Downloaded snafu-derive v0.8.9
11052026-03-20T18:15:54.142Z Downloaded progenitor-impl v0.11.2
11062026-03-20T18:15:54.145Z Downloaded trait-variant v0.1.2
11072026-03-20T18:15:54.145Z Downloaded typify-macro v0.6.1
11082026-03-20T18:15:54.145Z Downloaded itertools v0.13.0
11092026-03-20T18:15:54.150Z Downloaded tokio-native-tls v0.3.1
11102026-03-20T18:15:54.153Z Downloaded tokio-macros v2.6.0
11112026-03-20T18:15:54.153Z Downloaded tls_codec_derive v0.4.2
11122026-03-20T18:15:54.157Z Downloaded tls_codec v0.4.2
11132026-03-20T18:15:54.157Z Downloaded tiny-keccak v2.0.2
11142026-03-20T18:15:54.160Z Downloaded unarray v0.1.4
11152026-03-20T18:15:54.160Z Downloaded num-bigint v0.4.6
11162026-03-20T18:15:54.163Z Downloaded hashbrown v0.15.5
11172026-03-20T18:15:54.170Z Downloaded unicode-truncate v1.1.0
11182026-03-20T18:15:54.174Z Downloaded quinn v0.11.9
11192026-03-20T18:15:54.174Z Downloaded publicsuffix v2.3.0
11202026-03-20T18:15:54.177Z Downloaded tokio-rustls v0.25.0
11212026-03-20T18:15:54.177Z Downloaded slog v2.8.2
11222026-03-20T18:15:54.181Z Downloaded usdt v0.6.0
11232026-03-20T18:15:54.181Z Downloaded unit-prefix v0.5.2
11242026-03-20T18:15:54.181Z Downloaded tokio-tungstenite v0.23.1
11252026-03-20T18:15:54.184Z Downloaded usdt-attr-macro v0.6.0
11262026-03-20T18:15:54.184Z Downloaded utf-8 v0.7.6
11272026-03-20T18:15:54.187Z Downloaded h2 v0.4.13
11282026-03-20T18:15:54.190Z Downloaded tokio-tungstenite v0.21.0
11292026-03-20T18:15:54.193Z Downloaded socket2 v0.6.2
11302026-03-20T18:15:54.193Z Downloaded toml_datetime v0.7.5+spec-1.1.0
11312026-03-20T18:15:54.197Z Downloaded aes-gcm v0.10.3
11322026-03-20T18:15:54.200Z Downloaded toml_writer v1.0.6+spec-1.1.0
11332026-03-20T18:15:54.200Z Downloaded rayon-core v1.13.0
11342026-03-20T18:15:54.203Z Downloaded futures-util v0.3.32
11352026-03-20T18:15:54.212Z Downloaded term v1.2.1
11362026-03-20T18:15:54.215Z Downloaded rustls-webpki v0.103.9
11372026-03-20T18:15:54.218Z Downloaded schemars v0.9.0
11382026-03-20T18:15:54.228Z Downloaded want v0.3.1
11392026-03-20T18:15:54.231Z Downloaded waitgroup v0.1.2
11402026-03-20T18:15:54.231Z Downloaded void v1.0.2
11412026-03-20T18:15:54.231Z Downloaded tokio-stream v0.1.18
11422026-03-20T18:15:54.234Z Downloaded tokio-rustls v0.24.1
11432026-03-20T18:15:54.239Z Downloaded socket2 v0.5.10
11442026-03-20T18:15:54.239Z Downloaded subprocess v0.2.15
11452026-03-20T18:15:54.246Z Downloaded samael v0.0.19
11462026-03-20T18:15:54.249Z Downloaded xattr v1.6.1
11472026-03-20T18:15:54.249Z Downloaded tar v0.4.44
11482026-03-20T18:15:54.252Z Downloaded term v0.7.0
11492026-03-20T18:15:54.252Z Downloaded wait-timeout v0.2.1
11502026-03-20T18:15:54.256Z Downloaded itertools v0.14.0
11512026-03-20T18:15:54.260Z Downloaded hkdf v0.12.4
11522026-03-20T18:15:54.267Z Downloaded untrusted v0.7.1
11532026-03-20T18:15:54.267Z Downloaded libxml v0.3.3
11542026-03-20T18:15:54.270Z Downloaded untrusted v0.9.0
11552026-03-20T18:15:54.270Z Downloaded universal-hash v0.5.1
11562026-03-20T18:15:54.271Z Downloaded toml_parser v1.0.9+spec-1.1.0
11572026-03-20T18:15:54.274Z Downloaded typify-macro v0.4.3
11582026-03-20T18:15:54.274Z Downloaded unicase v2.9.0
11592026-03-20T18:15:54.274Z Downloaded num-bigint-dig v0.8.6
11602026-03-20T18:15:54.285Z Downloaded test-strategy v0.4.5
11612026-03-20T18:15:54.285Z Downloaded tui-tree-widget v0.23.1
11622026-03-20T18:15:54.285Z Downloaded rand v0.10.0
11632026-03-20T18:15:54.296Z Downloaded zeroize_derive v1.4.3
11642026-03-20T18:15:54.296Z Downloaded time-macros v0.2.27
11652026-03-20T18:15:54.296Z Downloaded rand v0.9.2
11662026-03-20T18:15:54.300Z Downloaded vergen-gitcl v1.0.8
11672026-03-20T18:15:54.304Z Downloaded schemars v1.2.1
11682026-03-20T18:15:54.313Z Downloaded zone_cfg_derive v0.3.1
11692026-03-20T18:15:54.316Z Downloaded whoami v1.6.1
11702026-03-20T18:15:54.316Z Downloaded walkdir v2.5.0
11712026-03-20T18:15:54.320Z Downloaded uzers v0.12.2
11722026-03-20T18:15:54.320Z Downloaded usdt-macro v0.6.0
11732026-03-20T18:15:54.323Z Downloaded rsa v0.9.10
11742026-03-20T18:15:54.326Z Downloaded xshell-macros v0.2.7
11752026-03-20T18:15:54.327Z Downloaded zone v0.3.1
11762026-03-20T18:15:54.327Z Downloaded vergen-lib v0.1.6
11772026-03-20T18:15:54.327Z Downloaded vergen-git2 v1.0.7
11782026-03-20T18:15:54.335Z Downloaded tokio-rustls v0.26.4
11792026-03-20T18:15:54.335Z Downloaded usdt-impl v0.6.0
11802026-03-20T18:15:54.335Z Downloaded russh v0.45.0
11812026-03-20T18:15:54.339Z Downloaded unicode-properties v0.1.4
11822026-03-20T18:15:54.339Z Downloaded iddqd v0.3.17
11832026-03-20T18:15:54.343Z Downloaded tinyvec v1.10.0
11842026-03-20T18:15:54.347Z Downloaded xz2 v0.1.7
11852026-03-20T18:15:54.350Z Downloaded twox-hash v2.1.2
11862026-03-20T18:15:54.350Z Downloaded tracing-attributes v0.1.31
11872026-03-20T18:15:54.382Z Downloaded xshell v0.2.7
11882026-03-20T18:15:54.382Z Downloaded zeroize v1.8.2
11892026-03-20T18:15:54.386Z Downloaded vsss-rs v3.3.4
11902026-03-20T18:15:54.386Z Downloaded iri-string v0.7.10
11912026-03-20T18:15:54.386Z Downloaded zstd-safe v7.2.4
11922026-03-20T18:15:54.386Z Downloaded vergen v9.0.6
11932026-03-20T18:15:54.386Z Downloaded itertools v0.12.1
11942026-03-20T18:15:54.386Z Downloaded wyz v0.5.1
11952026-03-20T18:15:54.386Z Downloaded p521 v0.13.3
11962026-03-20T18:15:54.386Z Downloaded tungstenite v0.21.0
11972026-03-20T18:15:54.386Z Downloaded similar v2.7.0
11982026-03-20T18:15:54.386Z Downloaded toml v0.7.8
11992026-03-20T18:15:54.386Z Downloaded whoami v2.1.0
12002026-03-20T18:15:54.400Z Downloaded toml v0.9.12+spec-1.1.0
12012026-03-20T18:15:54.404Z Downloaded libm v0.2.16
12022026-03-20T18:15:54.411Z Downloaded unicode-bidi v0.3.18
12032026-03-20T18:15:54.423Z Downloaded toml_edit v0.23.10+spec-1.0.0
12042026-03-20T18:15:54.441Z Downloaded zstd v0.13.3
12052026-03-20T18:15:54.449Z Downloaded reedline v0.40.0
12062026-03-20T18:15:54.450Z Downloaded typify v0.6.1
12072026-03-20T18:15:54.450Z Downloaded tokio-postgres v0.7.16
12082026-03-20T18:15:54.455Z Downloaded typify v0.4.3
12092026-03-20T18:15:54.455Z Downloaded rustyline v14.0.0
12102026-03-20T18:15:54.460Z Downloaded tungstenite v0.23.0
12112026-03-20T18:15:54.460Z Downloaded tracing-core v0.1.36
12122026-03-20T18:15:54.460Z Downloaded hyper v1.8.1
12132026-03-20T18:15:54.464Z Downloaded unsafe-libyaml v0.2.11
12142026-03-20T18:15:54.468Z Downloaded steno v0.4.1
12152026-03-20T18:15:54.474Z Downloaded aho-corasick v1.1.4
12162026-03-20T18:15:54.487Z Downloaded zerocopy v0.6.6
12172026-03-20T18:15:54.487Z Downloaded chrono v0.4.44
12182026-03-20T18:15:54.496Z Downloaded zopfli v0.8.3
12192026-03-20T18:15:54.496Z Downloaded uuid v1.21.0
12202026-03-20T18:15:54.496Z Downloaded toml_edit v0.19.15
12212026-03-20T18:15:54.523Z Downloaded snafu v0.8.9
12222026-03-20T18:15:54.523Z Downloaded regex v1.12.3
12232026-03-20T18:15:54.523Z Downloaded blake3 v1.8.3
12242026-03-20T18:15:54.563Z Downloaded yasna v0.5.2
12252026-03-20T18:15:54.579Z Downloaded portable-atomic v1.13.1
12262026-03-20T18:15:54.579Z Downloaded bitvec v1.0.1
12272026-03-20T18:15:54.579Z Downloaded ron v0.12.0
12282026-03-20T18:15:54.580Z Downloaded ssh-key v0.6.7
12292026-03-20T18:15:54.598Z Downloaded vte v0.14.1
12302026-03-20T18:15:54.598Z Downloaded unicode-segmentation v1.12.0
12312026-03-20T18:15:54.598Z Downloaded rpassword v7.4.0
12322026-03-20T18:15:54.598Z Downloaded lalrpop v0.19.12
12332026-03-20T18:15:54.598Z Downloaded unicode_categories v0.1.1
12342026-03-20T18:15:54.607Z Downloaded salty v0.3.0
12352026-03-20T18:15:54.607Z Downloaded rustls-webpki v0.101.7
12362026-03-20T18:15:54.621Z Downloaded yansi v1.0.1
12372026-03-20T18:15:54.621Z Downloaded x509-cert v0.2.5
12382026-03-20T18:15:54.627Z Downloaded p384 v0.13.1
12392026-03-20T18:15:54.627Z Downloaded reqwest v0.12.28
12402026-03-20T18:15:54.627Z Downloaded rayon v1.11.0
12412026-03-20T18:15:54.643Z Downloaded moka v0.12.13
12422026-03-20T18:15:54.652Z Downloaded proptest v1.10.0
12432026-03-20T18:15:54.653Z Downloaded aws-lc-rs v1.16.0
12442026-03-20T18:15:54.663Z Downloaded zerocopy-derive v0.8.40
12452026-03-20T18:15:54.663Z Downloaded zip v0.6.6
12462026-03-20T18:15:54.663Z Downloaded rustls-webpki v0.102.8
12472026-03-20T18:15:54.678Z Downloaded typed-path v0.9.3
12482026-03-20T18:15:54.694Z Downloaded git2 v0.20.4
12492026-03-20T18:15:54.694Z Downloaded reqwest v0.13.2
12502026-03-20T18:15:54.704Z Downloaded curve25519-dalek v4.1.3
12512026-03-20T18:15:54.704Z Downloaded unicode-normalization v0.1.25
12522026-03-20T18:15:54.704Z Downloaded tower v0.5.3
12532026-03-20T18:15:54.717Z Downloaded quick-xml v0.37.5
12542026-03-20T18:15:54.724Z Downloaded tower-http v0.6.8
12552026-03-20T18:15:54.724Z Downloaded tough v0.20.0
12562026-03-20T18:15:54.728Z Downloaded tokio-util v0.7.18
12572026-03-20T18:15:54.731Z Downloaded winnow v0.6.26
12582026-03-20T18:15:54.739Z Downloaded polar-core v0.27.3
12592026-03-20T18:15:54.766Z Downloaded goblin v0.10.5
12602026-03-20T18:15:54.766Z Downloaded winnow v0.5.40
12612026-03-20T18:15:54.781Z Downloaded openssl v0.10.75
12622026-03-20T18:15:54.781Z Downloaded serde_with v3.17.0
12632026-03-20T18:15:54.781Z Downloaded zip v4.6.1
12642026-03-20T18:15:54.801Z Downloaded tabled v0.20.0
12652026-03-20T18:15:54.818Z Downloaded regex-syntax v0.6.29
12662026-03-20T18:15:54.818Z Downloaded object v0.30.4
12672026-03-20T18:15:54.818Z Downloaded rustls v0.21.12
12682026-03-20T18:15:54.832Z Downloaded time v0.3.47
12692026-03-20T18:15:54.832Z Downloaded quinn-proto v0.11.13
12702026-03-20T18:15:54.836Z Downloaded radix_trie v0.2.1
12712026-03-20T18:15:54.837Z Downloaded diesel v2.3.7
12722026-03-20T18:15:54.906Z Downloaded vcpkg v0.2.15
12732026-03-20T18:15:54.924Z Downloaded hickory-proto v0.24.4
12742026-03-20T18:15:54.924Z Downloaded smoltcp v0.9.1
12752026-03-20T18:15:54.924Z Downloaded rustls v0.22.4
12762026-03-20T18:15:54.924Z Downloaded regex-syntax v0.8.10
12772026-03-20T18:15:54.925Z Downloaded nix v0.28.0
12782026-03-20T18:15:54.935Z Downloaded openapiv3 v2.2.0
12792026-03-20T18:15:54.935Z Downloaded bstr v1.12.1
12802026-03-20T18:15:54.942Z Downloaded nix v0.29.0
12812026-03-20T18:15:54.949Z Downloaded nix v0.27.1
12822026-03-20T18:15:54.964Z Downloaded zlib-rs v0.6.2
12832026-03-20T18:15:54.987Z Downloaded rustls v0.23.37
12842026-03-20T18:15:54.987Z Downloaded nix v0.31.1
12852026-03-20T18:15:54.994Z Downloaded webpki-roots v1.0.6
12862026-03-20T18:15:54.994Z Downloaded object v0.37.3
12872026-03-20T18:15:54.994Z Downloaded dropshot v0.16.7
12882026-03-20T18:15:55.002Z Downloaded petname v2.0.2
12892026-03-20T18:15:55.005Z Downloaded smoltcp v0.11.0
12902026-03-20T18:15:55.021Z Downloaded zerocopy v0.8.40
12912026-03-20T18:15:55.030Z Downloaded regress v0.10.5
12922026-03-20T18:15:55.037Z Downloaded hickory-proto v0.25.2
12932026-03-20T18:15:55.041Z Downloaded sqlparser v0.61.0
12942026-03-20T18:15:55.051Z Downloaded bindgen v0.71.1
12952026-03-20T18:15:55.058Z Downloaded sled v0.34.7
12962026-03-20T18:15:55.068Z Downloaded rustix v0.38.44
12972026-03-20T18:15:55.083Z Downloaded typify-impl v0.4.3
12982026-03-20T18:15:55.143Z Downloaded regex-automata v0.4.14
12992026-03-20T18:15:55.166Z Downloaded csv v1.4.0
13002026-03-20T18:15:55.186Z Downloaded typify-impl v0.6.1
13012026-03-20T18:15:55.198Z Downloaded tracing v0.1.44
13022026-03-20T18:15:55.218Z Downloaded petgraph v0.6.5
13032026-03-20T18:15:55.230Z Downloaded ratatui v0.29.0
13042026-03-20T18:15:55.244Z Downloaded jiff v0.2.21
13052026-03-20T18:15:55.260Z Downloaded bzip2-sys v0.1.13+1.0.8
13062026-03-20T18:15:55.278Z Downloaded petgraph v0.8.3
13072026-03-20T18:15:55.288Z Downloaded zerocopy-derive v0.6.6
13082026-03-20T18:15:55.299Z Downloaded libz-sys v1.1.24
13092026-03-20T18:15:55.322Z Downloaded lzma-sys v0.1.20
13102026-03-20T18:15:55.336Z Downloaded chrono-tz v0.10.4
13112026-03-20T18:15:55.351Z Downloaded sha3 v0.10.8
13122026-03-20T18:15:55.361Z Downloaded zstd-sys v2.0.16+zstd.1.5.7
13132026-03-20T18:15:55.373Z Downloaded tokio v1.49.0
13142026-03-20T18:15:55.487Z Downloaded encoding_rs v0.8.35
13152026-03-20T18:15:55.533Z Downloaded ring v0.17.14
13162026-03-20T18:15:55.556Z Downloaded libgit2-sys v0.18.3+1.9.2
13172026-03-20T18:15:56.277Z Downloaded aws-lc-sys v0.37.1
13182026-03-20T18:15:56.606Z Compiling libc v0.2.180
13192026-03-20T18:15:56.609Z Compiling serde v1.0.228
13202026-03-20T18:15:56.609Z Compiling log v0.4.29
13212026-03-20T18:15:56.609Z Compiling find-msvc-tools v0.1.9
13222026-03-20T18:15:56.609Z Compiling shlex v1.3.0
13232026-03-20T18:15:56.609Z Compiling smallvec v1.15.1
13242026-03-20T18:15:56.609Z Compiling typenum v1.19.0
13252026-03-20T18:15:56.609Z Compiling subtle v2.6.1
13262026-03-20T18:15:56.609Z Compiling generic-array v0.14.7
13272026-03-20T18:15:56.609Z Compiling scopeguard v1.2.0
13282026-03-20T18:15:56.610Z Compiling portable-atomic v1.13.1
13292026-03-20T18:15:56.791Z Compiling const-oid v0.9.6
13302026-03-20T18:15:56.811Z Compiling critical-section v1.2.0
13312026-03-20T18:15:56.833Z Compiling syn v2.0.117
13322026-03-20T18:15:56.843Z Compiling zerocopy v0.8.40
13332026-03-20T18:15:56.861Z Compiling parking_lot_core v0.9.12
13342026-03-20T18:15:57.037Z Compiling pin-project-lite v0.2.17
13352026-03-20T18:15:57.061Z Compiling lock_api v0.4.14
13362026-03-20T18:15:57.066Z Compiling serde_json v1.0.149
13372026-03-20T18:15:57.156Z Compiling pkg-config v0.3.32
13382026-03-20T18:15:57.161Z Compiling bitflags v2.11.0
13392026-03-20T18:15:57.161Z Compiling libm v0.2.16
13402026-03-20T18:15:57.161Z Compiling num-traits v0.2.19
13412026-03-20T18:15:57.250Z Compiling futures-core v0.3.32
13422026-03-20T18:15:57.385Z Compiling percent-encoding v2.3.2
13432026-03-20T18:15:57.412Z Compiling allocator-api2 v0.2.21
13442026-03-20T18:15:57.416Z Compiling foldhash v0.2.0
13452026-03-20T18:15:57.503Z Compiling cpufeatures v0.2.17
13462026-03-20T18:15:57.526Z Compiling futures-sink v0.3.32
13472026-03-20T18:15:57.593Z Compiling futures-io v0.3.32
13482026-03-20T18:15:57.684Z Compiling slab v0.4.12
13492026-03-20T18:15:57.684Z Compiling getrandom v0.4.1
13502026-03-20T18:15:57.753Z Compiling futures-channel v0.3.32
13512026-03-20T18:15:57.756Z Compiling futures-task v0.3.32
13522026-03-20T18:15:57.778Z Compiling rustversion v1.0.22
13532026-03-20T18:15:57.800Z Compiling getrandom v0.3.4
13542026-03-20T18:15:57.907Z Compiling hashbrown v0.16.1
13552026-03-20T18:15:57.913Z Compiling rand_core v0.10.0
13562026-03-20T18:15:57.966Z Compiling form_urlencoded v1.2.2
13572026-03-20T18:15:57.989Z Compiling base64ct v1.8.3
13582026-03-20T18:15:58.029Z Compiling dunce v1.0.5
13592026-03-20T18:15:58.057Z Compiling ident_case v1.0.1
13602026-03-20T18:15:58.080Z Compiling fs_extra v1.3.0
13612026-03-20T18:15:58.145Z Compiling flagset v0.4.7
13622026-03-20T18:15:58.170Z Compiling getrandom v0.2.17
13632026-03-20T18:15:58.194Z Compiling jobserver v0.1.34
13642026-03-20T18:15:58.198Z Compiling errno v0.3.14
13652026-03-20T18:15:58.248Z Compiling mio v1.1.1
13662026-03-20T18:15:58.293Z Compiling socket2 v0.6.2
13672026-03-20T18:15:58.352Z Compiling rand_core v0.6.4
13682026-03-20T18:15:58.390Z Compiling signal-hook-registry v1.4.8
13692026-03-20T18:15:58.463Z Compiling pem-rfc7468 v0.7.0
13702026-03-20T18:15:58.487Z Compiling cc v1.2.56
13712026-03-20T18:15:58.619Z Compiling once_cell v1.21.3
13722026-03-20T18:15:58.642Z Compiling parking_lot v0.12.5
13732026-03-20T18:15:58.687Z Compiling indexmap v2.13.0
13742026-03-20T18:15:58.708Z Compiling iana-time-zone v0.1.65
13752026-03-20T18:15:58.734Z Compiling rustix v1.1.3
13762026-03-20T18:15:58.737Z Compiling uuid v1.21.0
13772026-03-20T18:15:58.783Z Compiling rustc_version v0.4.1
13782026-03-20T18:15:58.895Z Compiling vcpkg v0.2.15
13792026-03-20T18:15:58.918Z Compiling regex-syntax v0.8.10
13802026-03-20T18:15:58.944Z Compiling aws-lc-rs v1.16.0
13812026-03-20T18:15:58.984Z Compiling tracing-core v0.1.36
13822026-03-20T18:15:59.171Z Compiling rand_core v0.9.5
13832026-03-20T18:15:59.196Z Compiling crossbeam-utils v0.8.21
13842026-03-20T18:15:59.199Z Compiling openssl-probe v0.2.1
13852026-03-20T18:15:59.241Z Compiling untrusted v0.9.0
13862026-03-20T18:15:59.245Z Compiling base64 v0.22.1
13872026-03-20T18:15:59.405Z Compiling schemars v0.8.22
13882026-03-20T18:15:59.428Z Compiling syn v1.0.109
13892026-03-20T18:15:59.452Z Compiling httparse v1.10.1
13902026-03-20T18:15:59.536Z Compiling cmake v0.1.57
13912026-03-20T18:15:59.571Z Compiling untrusted v0.7.1
13922026-03-20T18:15:59.650Z Compiling dyn-clone v1.0.20
13932026-03-20T18:15:59.757Z Compiling tower-layer v0.3.3
13942026-03-20T18:15:59.782Z Compiling try-lock v0.2.5
13952026-03-20T18:15:59.782Z Compiling atomic-waker v1.1.2
13962026-03-20T18:15:59.819Z Compiling tower-service v0.3.3
13972026-03-20T18:15:59.846Z Compiling tinyvec_macros v0.1.1
13982026-03-20T18:15:59.874Z Compiling rustls v0.23.37
13992026-03-20T18:15:59.920Z Compiling want v0.3.1
14002026-03-20T18:15:59.947Z Compiling tinyvec v1.10.0
14012026-03-20T18:15:59.974Z Compiling spin v0.9.8
14022026-03-20T18:15:59.974Z Compiling aho-corasick v1.1.4
14032026-03-20T18:15:59.997Z Compiling foreign-types-shared v0.1.1
14042026-03-20T18:16:00.020Z Compiling openssl v0.10.75
14052026-03-20T18:16:00.066Z Compiling crc32fast v1.5.0
14062026-03-20T18:16:00.166Z Compiling powerfmt v0.2.0
14072026-03-20T18:16:00.177Z Compiling time-core v0.1.8
14082026-03-20T18:16:00.177Z Compiling num-conv v0.2.0
14092026-03-20T18:16:00.235Z Compiling httpdate v1.0.3
14102026-03-20T18:16:00.283Z Compiling pin-utils v0.1.0
14112026-03-20T18:16:00.376Z Compiling foreign-types v0.3.2
14122026-03-20T18:16:00.401Z Compiling deranged v0.5.8
14132026-03-20T18:16:00.424Z Compiling time-macros v0.2.27
14142026-03-20T18:16:00.424Z Compiling wait-timeout v0.2.1
14152026-03-20T18:16:00.428Z Compiling siphasher v1.0.2
14162026-03-20T18:16:00.499Z Compiling native-tls v0.2.18
14172026-03-20T18:16:00.499Z Compiling bit-vec v0.8.0
14182026-03-20T18:16:00.507Z Compiling either v1.15.0
14192026-03-20T18:16:00.568Z Compiling num_threads v0.1.7
14202026-03-20T18:16:00.591Z Compiling usdt-impl v0.6.0
14212026-03-20T18:16:00.623Z Compiling quick-error v1.2.3
14222026-03-20T18:16:00.739Z Compiling simd-adler32 v0.3.8
14232026-03-20T18:16:00.789Z Compiling aws-lc-sys v0.37.1
14242026-03-20T18:16:00.815Z Compiling ring v0.17.14
14252026-03-20T18:16:00.818Z Compiling openssl-sys v0.9.111
14262026-03-20T18:16:00.861Z Compiling zstd-sys v2.0.16+zstd.1.5.7
14272026-03-20T18:16:00.865Z Compiling bzip2-sys v0.1.13+1.0.8
14282026-03-20T18:16:00.887Z Compiling bit-set v0.8.0
14292026-03-20T18:16:00.965Z Compiling unicode-normalization v0.1.25
14302026-03-20T18:16:01.026Z Compiling tempfile v3.25.0
14312026-03-20T18:16:01.096Z Compiling synstructure v0.13.2
14322026-03-20T18:16:01.147Z Compiling pest_generator v2.8.6
14332026-03-20T18:16:01.277Z Compiling serde_derive_internals v0.29.1
14342026-03-20T18:16:01.382Z Compiling darling_core v0.20.11
14352026-03-20T18:16:01.576Z Compiling regex-automata v0.4.14
14362026-03-20T18:16:01.630Z Compiling rusty-fork v0.3.1
14372026-03-20T18:16:01.879Z Compiling darling_core v0.21.3
14382026-03-20T18:16:01.962Z Compiling time v0.3.47
14392026-03-20T18:16:01.984Z Compiling crossbeam-epoch v0.9.18
14402026-03-20T18:16:02.084Z Compiling rand_xorshift v0.4.0
14412026-03-20T18:16:02.153Z Compiling slog v2.8.2
14422026-03-20T18:16:02.308Z Compiling heapless v0.7.17
14432026-03-20T18:16:02.370Z Compiling thread-id v5.1.0
14442026-03-20T18:16:02.412Z Compiling sync_wrapper v1.0.2
14452026-03-20T18:16:02.450Z Compiling cookie v0.18.1
14462026-03-20T18:16:02.533Z Compiling signal-hook v0.3.18
14472026-03-20T18:16:02.548Z Compiling paste v1.0.15
14482026-03-20T18:16:02.548Z Compiling zstd-safe v7.2.4
14492026-03-20T18:16:02.571Z Compiling rayon-core v1.13.0
14502026-03-20T18:16:02.601Z Compiling unicode-bidi v0.3.18
14512026-03-20T18:16:02.649Z Compiling adler2 v2.0.1
14522026-03-20T18:16:02.707Z Compiling anyhow v1.0.102
14532026-03-20T18:16:02.730Z Compiling unicode-segmentation v1.12.0
14542026-03-20T18:16:02.811Z Compiling unicode-properties v0.1.4
14552026-03-20T18:16:02.835Z Compiling unarray v0.1.4
14562026-03-20T18:16:02.891Z Compiling miniz_oxide v0.8.9
14572026-03-20T18:16:03.075Z Compiling stringprep v0.1.5
14582026-03-20T18:16:03.125Z Compiling crossbeam-deque v0.8.6
14592026-03-20T18:16:03.254Z Compiling num-integer v0.1.46
14602026-03-20T18:16:03.345Z Compiling vergen-lib v0.1.6
14612026-03-20T18:16:03.386Z Compiling curve25519-dalek v4.1.3
14622026-03-20T18:16:03.442Z Compiling ff v0.13.1
14632026-03-20T18:16:03.593Z Compiling hash32 v0.2.1
14642026-03-20T18:16:03.647Z Compiling memoffset v0.9.1
14652026-03-20T18:16:03.706Z Compiling litrs v1.0.0
14662026-03-20T18:16:03.729Z Compiling zlib-rs v0.6.2
14672026-03-20T18:16:03.740Z Compiling serde_derive v1.0.228
14682026-03-20T18:16:03.803Z Compiling zeroize_derive v1.4.3
14692026-03-20T18:16:03.832Z Compiling zerofrom-derive v0.1.6
14702026-03-20T18:16:03.868Z Compiling yoke-derive v0.8.1
14712026-03-20T18:16:03.886Z Compiling zerocopy-derive v0.8.40
14722026-03-20T18:16:03.951Z Compiling zerovec-derive v0.11.2
14732026-03-20T18:16:04.217Z Compiling displaydoc v0.2.5
14742026-03-20T18:16:04.465Z Compiling tokio-macros v2.6.0
14752026-03-20T18:16:04.723Z Compiling zeroize v1.8.2
14762026-03-20T18:16:04.789Z Compiling futures-macro v0.3.32
14772026-03-20T18:16:05.243Z Compiling der_derive v0.7.3
14782026-03-20T18:16:05.475Z Compiling thiserror-impl v2.0.18
14792026-03-20T18:16:05.480Z Compiling rustls-pki-types v1.14.0
14802026-03-20T18:16:05.525Z Compiling tracing-attributes v0.1.31
14812026-03-20T18:16:05.548Z Compiling schemars_derive v0.8.22
14822026-03-20T18:16:05.797Z Compiling crypto-common v0.1.7
14832026-03-20T18:16:05.821Z Compiling block-buffer v0.10.4
14842026-03-20T18:16:05.859Z Compiling zerofrom v0.1.6
14852026-03-20T18:16:05.889Z Compiling futures-util v0.3.32
14862026-03-20T18:16:06.005Z Compiling yoke v0.8.1
14872026-03-20T18:16:06.051Z Compiling digest v0.10.7
14882026-03-20T18:16:06.073Z Compiling block-padding v0.3.3
14892026-03-20T18:16:06.147Z Compiling pest_derive v2.8.6
14902026-03-20T18:16:06.268Z Compiling zerovec v0.11.5
14912026-03-20T18:16:06.309Z Compiling zerotrie v0.2.3
14922026-03-20T18:16:06.400Z Compiling hmac v0.12.1
14932026-03-20T18:16:06.596Z Compiling inout v0.1.4
14942026-03-20T18:16:06.618Z Compiling sha2 v0.10.9
14952026-03-20T18:16:06.716Z Compiling der v0.7.10
14962026-03-20T18:16:06.737Z Compiling pbkdf2 v0.12.2
14972026-03-20T18:16:06.822Z Compiling cipher v0.4.4
14982026-03-20T18:16:06.893Z Compiling scroll_derive v0.13.1
14992026-03-20T18:16:06.991Z Compiling tinystr v0.8.2
15002026-03-20T18:16:07.180Z Compiling potential_utf v0.1.4
15012026-03-20T18:16:07.273Z Compiling icu_locale_core v2.1.1
15022026-03-20T18:16:07.298Z Compiling salsa20 v0.10.2
15032026-03-20T18:16:07.341Z Compiling icu_collections v2.1.1
15042026-03-20T18:16:07.416Z Compiling thiserror v2.0.18
15052026-03-20T18:16:07.425Z Compiling cbc v0.1.2
15062026-03-20T18:16:07.490Z Compiling scrypt v0.11.0
15072026-03-20T18:16:07.510Z Compiling aes v0.8.4
15082026-03-20T18:16:07.561Z Compiling tracing v0.1.44
15092026-03-20T18:16:07.638Z Compiling darling_macro v0.20.11
15102026-03-20T18:16:07.843Z Compiling thiserror-impl v1.0.69
15112026-03-20T18:16:07.929Z Compiling spki v0.7.3
15122026-03-20T18:16:07.999Z Compiling openssl-macros v0.1.1
15132026-03-20T18:16:08.022Z Compiling scroll v0.13.0
15142026-03-20T18:16:08.093Z Compiling dtrace-parser v0.3.0
15152026-03-20T18:16:08.213Z Compiling icu_provider v2.1.1
15162026-03-20T18:16:08.273Z Compiling pkcs5 v0.7.1
15172026-03-20T18:16:08.370Z Compiling goblin v0.10.5
15182026-03-20T18:16:08.396Z Compiling darling v0.20.11
15192026-03-20T18:16:08.425Z Compiling signature v2.2.0
15202026-03-20T18:16:08.480Z Compiling rustls-native-certs v0.8.3
15212026-03-20T18:16:08.511Z Compiling derive_builder_core v0.20.2
15222026-03-20T18:16:08.535Z Compiling icu_normalizer v2.1.1
15232026-03-20T18:16:08.542Z Compiling icu_properties v2.1.2
15242026-03-20T18:16:08.631Z Compiling bytes v1.11.1
15252026-03-20T18:16:08.662Z Compiling chrono v0.4.44
15262026-03-20T18:16:08.697Z Compiling pkcs8 v0.10.2
15272026-03-20T18:16:08.874Z Compiling ipnet v2.11.0
15282026-03-20T18:16:08.969Z Compiling scroll_derive v0.12.1
15292026-03-20T18:16:09.040Z Compiling serde_spanned v0.6.9
15302026-03-20T18:16:09.132Z Compiling serde_tokenstream v0.2.3
15312026-03-20T18:16:09.154Z Compiling toml_datetime v0.6.11
15322026-03-20T18:16:09.240Z Compiling erased-serde v0.3.31
15332026-03-20T18:16:09.283Z Compiling md-5 v0.10.6
15342026-03-20T18:16:09.523Z Compiling tokio v1.49.0
15352026-03-20T18:16:09.556Z Compiling http v1.4.0
15362026-03-20T18:16:09.582Z Compiling webpki-roots v1.0.6
15372026-03-20T18:16:09.606Z Compiling thiserror v1.0.69
15382026-03-20T18:16:09.629Z Compiling darling_macro v0.21.3
15392026-03-20T18:16:09.633Z Compiling zerocopy-derive v0.7.35
15402026-03-20T18:16:09.765Z Compiling base16ct v0.2.0
15412026-03-20T18:16:09.811Z Compiling idna_adapter v1.2.1
15422026-03-20T18:16:09.843Z Compiling derive_builder_macro v0.20.2
15432026-03-20T18:16:09.900Z Compiling scroll v0.12.0
15442026-03-20T18:16:09.922Z Compiling smoltcp v0.9.1
15452026-03-20T18:16:10.010Z Compiling idna v1.1.0
15462026-03-20T18:16:10.034Z Compiling rustix v0.38.44
15472026-03-20T18:16:10.059Z Compiling ref-cast v1.0.25
15482026-03-20T18:16:10.187Z Compiling ppv-lite86 v0.2.21
15492026-03-20T18:16:10.273Z Compiling psl-types v2.0.11
15502026-03-20T18:16:10.277Z Compiling fallible-iterator v0.2.0
15512026-03-20T18:16:10.385Z Compiling ryu v1.0.23
15522026-03-20T18:16:10.420Z Compiling url v2.5.8
15532026-03-20T18:16:10.453Z Compiling http-body v1.0.1
15542026-03-20T18:16:10.478Z Compiling num-bigint-dig v0.8.6
15552026-03-20T18:16:10.478Z Compiling iri-string v0.7.10
15562026-03-20T18:16:10.525Z Compiling cfg_aliases v0.2.1
15572026-03-20T18:16:10.638Z Compiling rand_chacha v0.9.0
15582026-03-20T18:16:10.664Z Compiling http-body-util v0.1.3
15592026-03-20T18:16:10.684Z Compiling rand_chacha v0.3.1
15602026-03-20T18:16:10.688Z Compiling nix v0.31.1
15612026-03-20T18:16:10.734Z Compiling serde_urlencoded v0.7.1
15622026-03-20T18:16:10.805Z Compiling derive_builder v0.20.2
15632026-03-20T18:16:10.861Z Compiling zerocopy v0.7.35
15642026-03-20T18:16:10.911Z Compiling rand v0.9.2
15652026-03-20T18:16:10.935Z Compiling publicsuffix v2.3.0
15662026-03-20T18:16:10.987Z Compiling rand v0.8.5
15672026-03-20T18:16:11.010Z Compiling darling v0.21.3
15682026-03-20T18:16:11.033Z Compiling goblin v0.8.2
15692026-03-20T18:16:11.130Z Compiling sec1 v0.7.3
15702026-03-20T18:16:11.513Z Compiling cargo-platform v0.1.9
15712026-03-20T18:16:11.538Z Compiling flate2 v1.1.9
15722026-03-20T18:16:11.543Z Compiling hkdf v0.12.4
15732026-03-20T18:16:11.583Z Compiling hubpack_derive v0.1.1
15742026-03-20T18:16:11.669Z Compiling proptest v1.10.0
15752026-03-20T18:16:11.721Z Compiling postgres-protocol v0.6.10
15762026-03-20T18:16:11.762Z Compiling crypto-bigint v0.5.5
15772026-03-20T18:16:11.789Z Compiling regex v1.12.3
15782026-03-20T18:16:11.873Z Compiling document-features v0.2.12
15792026-03-20T18:16:12.183Z Compiling ipnetwork v0.21.1
15802026-03-20T18:16:12.244Z Compiling dof v0.4.0
15812026-03-20T18:16:12.410Z Compiling strum_macros v0.27.2
15822026-03-20T18:16:12.484Z Compiling oxnet v0.1.4
15832026-03-20T18:16:12.664Z Compiling async-trait v0.1.89
15842026-03-20T18:16:12.692Z Compiling ref-cast-impl v1.0.25
15852026-03-20T18:16:12.716Z Compiling curve25519-dalek-derive v0.1.1
15862026-03-20T18:16:12.736Z Compiling daft-derive v0.1.5
15872026-03-20T18:16:12.974Z Compiling group v0.13.0
15882026-03-20T18:16:13.028Z Compiling num-iter v0.1.45
15892026-03-20T18:16:13.419Z Compiling proc-macro-error v1.0.4
15902026-03-20T18:16:13.555Z Compiling heck v0.4.1
15912026-03-20T18:16:13.719Z Compiling terminal_size v0.4.3
15922026-03-20T18:16:13.851Z Compiling phf_shared v0.13.1
15932026-03-20T18:16:13.891Z Compiling lazy_static v1.5.0
15942026-03-20T18:16:13.913Z Compiling vergen v9.0.6
15952026-03-20T18:16:13.919Z Compiling fs-err v3.3.0
15962026-03-20T18:16:14.005Z Compiling ahash v0.8.12
15972026-03-20T18:16:14.029Z Compiling bumpalo v3.20.2
15982026-03-20T18:16:14.071Z Compiling object v0.37.3
15992026-03-20T18:16:14.134Z Compiling managed v0.8.0
16002026-03-20T18:16:14.160Z Compiling libbz2-rs-sys v0.2.2
16012026-03-20T18:16:14.185Z Compiling winnow v0.5.40
16022026-03-20T18:16:14.210Z Compiling foldhash v0.1.5
16032026-03-20T18:16:14.210Z Compiling bitflags v1.3.2
16042026-03-20T18:16:14.420Z Compiling zopfli v0.8.3
16052026-03-20T18:16:14.474Z Compiling hashbrown v0.15.5
16062026-03-20T18:16:14.478Z Compiling console v0.16.2
16072026-03-20T18:16:14.550Z Compiling usdt-attr-macro v0.6.0
16082026-03-20T18:16:14.590Z Compiling usdt-macro v0.6.0
16092026-03-20T18:16:14.611Z Compiling phf v0.13.1
16102026-03-20T18:16:14.615Z Compiling dof v0.3.0
16112026-03-20T18:16:14.698Z Compiling tokio-util v0.7.18
16122026-03-20T18:16:14.866Z Compiling tower v0.5.3
16132026-03-20T18:16:15.150Z Compiling newtype-uuid v1.3.2
16142026-03-20T18:16:15.192Z Compiling tokio-native-tls v0.3.1
16152026-03-20T18:16:15.258Z Compiling strum v0.27.2
16162026-03-20T18:16:15.289Z Compiling bzip2 v0.6.1
16172026-03-20T18:16:15.347Z Compiling clap_builder v4.5.60
16182026-03-20T18:16:15.433Z Compiling tower-http v0.6.8
16192026-03-20T18:16:15.457Z Compiling daft v0.1.5
16202026-03-20T18:16:15.577Z Compiling zone_cfg_derive v0.3.1
16212026-03-20T18:16:15.609Z Compiling signal-hook-mio v0.2.5
16222026-03-20T18:16:15.634Z Compiling rayon v1.11.0
16232026-03-20T18:16:15.641Z Compiling cargo_metadata v0.19.2
16242026-03-20T18:16:15.681Z Compiling h2 v0.4.13
16252026-03-20T18:16:16.001Z Compiling elliptic-curve v0.13.8
16262026-03-20T18:16:16.027Z Compiling cookie_store v0.22.1
16272026-03-20T18:16:16.052Z Compiling toml_edit v0.19.15
16282026-03-20T18:16:16.259Z Compiling postgres-types v0.2.12
16292026-03-20T18:16:16.289Z Compiling hubpack v0.1.2
16302026-03-20T18:16:16.312Z Compiling bzip2 v0.4.4
16312026-03-20T18:16:16.455Z Compiling zstd v0.13.3
16322026-03-20T18:16:16.591Z Compiling serde_with_macros v3.17.0
16332026-03-20T18:16:16.613Z Compiling dtrace-parser v0.2.0
16342026-03-20T18:16:16.823Z Compiling pkcs1 v0.7.5
16352026-03-20T18:16:16.927Z Compiling ed25519 v2.2.3
16362026-03-20T18:16:17.044Z Compiling hex v0.4.3
16372026-03-20T18:16:17.381Z Compiling serde-big-array v0.5.1
16382026-03-20T18:16:17.416Z Compiling rfc6979 v0.4.0
16392026-03-20T18:16:17.566Z Compiling bstr v1.12.1
16402026-03-20T18:16:17.591Z Compiling serde_repr v0.1.20
16412026-03-20T18:16:17.611Z Compiling enum-as-inner v0.6.1
16422026-03-20T18:16:17.632Z Compiling clap_derive v4.5.55
16432026-03-20T18:16:17.685Z Compiling strum_macros v0.26.4
16442026-03-20T18:16:18.076Z Compiling itertools v0.12.1
16452026-03-20T18:16:18.102Z Compiling phf_shared v0.11.3
16462026-03-20T18:16:18.145Z Compiling float-cmp v0.10.0
16472026-03-20T18:16:18.227Z Compiling thread-id v4.2.2
16482026-03-20T18:16:18.303Z Compiling memmap2 v0.9.10
16492026-03-20T18:16:18.327Z Compiling env_filter v1.0.0
16502026-03-20T18:16:18.354Z Compiling encoding_rs v0.8.35
16512026-03-20T18:16:18.358Z Compiling whoami v2.1.0
16522026-03-20T18:16:18.402Z Compiling unit-prefix v0.5.2
16532026-03-20T18:16:18.488Z Compiling difflib v0.4.0
16542026-03-20T18:16:18.612Z Compiling predicates-core v1.0.10
16552026-03-20T18:16:18.623Z Compiling normalize-line-endings v0.3.0
16562026-03-20T18:16:18.750Z Compiling mime v0.3.17
16572026-03-20T18:16:18.773Z Compiling fixedbitset v0.5.7
16582026-03-20T18:16:18.862Z Compiling fixedbitset v0.4.2
16592026-03-20T18:16:18.902Z Compiling keccak v0.1.6
16602026-03-20T18:16:19.110Z Compiling data-encoding v2.10.0
16612026-03-20T18:16:19.162Z Compiling jiff v0.2.21
16622026-03-20T18:16:19.214Z Compiling precomputed-hash v0.1.1
16632026-03-20T18:16:19.264Z Compiling rustc-hash v2.1.1
16642026-03-20T18:16:19.336Z Compiling new_debug_unreachable v1.0.6
16652026-03-20T18:16:19.436Z Compiling static_assertions v1.1.0
16662026-03-20T18:16:19.473Z Compiling toml_edit v0.22.27
16672026-03-20T18:16:19.543Z Compiling hickory-proto v0.25.2
16682026-03-20T18:16:19.688Z Compiling zone v0.3.1
16692026-03-20T18:16:19.711Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
16702026-03-20T18:16:19.818Z Compiling hyper v1.8.1
16712026-03-20T18:16:19.842Z Compiling string_cache v0.8.9
16722026-03-20T18:16:20.082Z Compiling iddqd v0.3.17
16732026-03-20T18:16:20.157Z Compiling clap v4.5.60
16742026-03-20T18:16:20.167Z Compiling sha3 v0.10.8
16752026-03-20T18:16:20.175Z Compiling petgraph v0.6.5
16762026-03-20T18:16:20.214Z Compiling strum v0.26.3
16772026-03-20T18:16:20.264Z Compiling petgraph v0.8.3
16782026-03-20T18:16:20.403Z Compiling predicates v3.1.4
16792026-03-20T18:16:20.507Z Compiling tokio-postgres v0.7.16
16802026-03-20T18:16:20.670Z Compiling indicatif v0.18.4
16812026-03-20T18:16:20.801Z Compiling env_logger v0.11.9
16822026-03-20T18:16:21.200Z Compiling usdt v0.6.0
16832026-03-20T18:16:21.291Z Compiling hyper-util v0.1.20
16842026-03-20T18:16:21.321Z Compiling usdt-impl v0.5.0
16852026-03-20T18:16:21.589Z Compiling similar v2.7.0
16862026-03-20T18:16:21.689Z Compiling serde_with v3.17.0
16872026-03-20T18:16:21.824Z Compiling toml v0.7.8
16882026-03-20T18:16:22.022Z Compiling crossterm v0.28.1
16892026-03-20T18:16:22.130Z Compiling ecdsa v0.16.9
16902026-03-20T18:16:22.962Z Compiling ed25519-dalek v2.2.0
16912026-03-20T18:16:22.985Z Compiling rsa v0.9.10
16922026-03-20T18:16:22.985Z Compiling zip v4.6.1
16932026-03-20T18:16:23.151Z Compiling zip v0.6.6
16942026-03-20T18:16:23.193Z Compiling hyper-tls v0.6.0
16952026-03-20T18:16:23.322Z Compiling tokio-stream v0.1.18
16962026-03-20T18:16:23.478Z Compiling buf-list v1.1.2
16972026-03-20T18:16:23.697Z Compiling toml_parser v1.0.9+spec-1.1.0
16982026-03-20T18:16:23.916Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
16992026-03-20T18:16:23.972Z Compiling openapiv3 v2.2.0
17002026-03-20T18:16:23.972Z Compiling x509-cert v0.2.5
17012026-03-20T18:16:23.972Z Compiling sha1 v0.10.6
17022026-03-20T18:16:23.972Z Compiling itertools v0.13.0
17032026-03-20T18:16:24.020Z Compiling toml_datetime v0.7.5+spec-1.1.0
17042026-03-20T18:16:24.141Z Compiling lalrpop-util v0.19.12
17052026-03-20T18:16:24.293Z Compiling peg-runtime v0.8.5
17062026-03-20T18:16:24.335Z Compiling thread_local v1.1.9
17072026-03-20T18:16:24.335Z Compiling slog-async v2.8.0
17082026-03-20T18:16:24.526Z Compiling futures-executor v0.3.32
17092026-03-20T18:16:24.611Z Compiling crossbeam-channel v0.5.15
17102026-03-20T18:16:24.823Z Compiling is-terminal v0.4.17
17112026-03-20T18:16:24.823Z Compiling filetime v0.2.27
17122026-03-20T18:16:24.894Z Compiling take_mut v0.2.2
17132026-03-20T18:16:24.894Z Compiling term v1.2.1
17142026-03-20T18:16:24.894Z Compiling xattr v1.6.1
17152026-03-20T18:16:24.894Z Compiling futures v0.3.32
17162026-03-20T18:16:25.091Z Compiling slog-term v2.9.2
17172026-03-20T18:16:25.116Z Compiling tar v0.4.44
17182026-03-20T18:16:45.529Z Compiling rustls-webpki v0.103.9
17192026-03-20T18:16:49.565Z Compiling tokio-rustls v0.26.4
17202026-03-20T18:16:49.565Z Compiling rustls-platform-verifier v0.6.2
17212026-03-20T18:16:49.821Z Compiling hyper-rustls v0.27.7
17222026-03-20T18:16:50.077Z Compiling reqwest v0.12.28
17232026-03-20T18:16:50.080Z Compiling reqwest v0.13.2
17242026-03-20T18:16:52.868Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
17252026-03-20T18:16:53.173Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
17262026-03-20T18:16:57.135Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 04s
17272026-03-20T18:16:57.327Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control`
17282026-03-20T18:16:57.399ZMar 20 18:16:55.885 INFO Starting download, target: TransceiverControl
17292026-03-20T18:16:57.399ZMar 20 18:16:55.886 INFO Starting download, target: Cockroach
17302026-03-20T18:16:57.399ZMar 20 18:16:55.886 INFO Starting download, target: DendriteStub
17312026-03-20T18:16:57.408ZMar 20 18:16:55.886 INFO Starting download, target: MaghemiteMgd
17322026-03-20T18:16:57.408ZMar 20 18:16:55.886 INFO Starting download, target: Clickhouse
17332026-03-20T18:16:57.408ZMar 20 18:16:55.886 INFO Starting download, target: Console
17342026-03-20T18:16:57.408ZMar 20 18:16:55.886 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
17352026-03-20T18:16:57.408ZMar 20 18:16:55.886 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
17362026-03-20T18:16:57.408ZMar 20 18:16:55.886 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
17372026-03-20T18:16:57.408ZMar 20 18:16:55.886 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
17382026-03-20T18:16:57.408ZMar 20 18:16:55.886 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse
17392026-03-20T18:16:57.408ZMar 20 18:16:55.886 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
17402026-03-20T18:16:57.835ZMar 20 18:16:56.328 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
17412026-03-20T18:16:58.184ZMar 20 18:16:56.668 INFO Download complete, target: TransceiverControl
17422026-03-20T18:16:58.400ZMar 20 18:16:56.888 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
17432026-03-20T18:16:58.853ZMar 20 18:16:57.270 INFO Download complete, target: Console
17442026-03-20T18:16:59.560ZMar 20 18:16:58.041 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
17452026-03-20T18:16:59.843ZMar 20 18:16:58.327 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse
17462026-03-20T18:16:59.873ZMar 20 18:16:58.369 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
17472026-03-20T18:17:00.985ZMar 20 18:16:59.482 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
17482026-03-20T18:17:00.985ZMar 20 18:16:59.482 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
17492026-03-20T18:17:03.167ZMar 20 18:17:01.650 INFO Download complete, target: DendriteStub
17502026-03-20T18:17:03.455ZMar 20 18:17:01.953 INFO Download complete, target: MaghemiteMgd
17512026-03-20T18:17:08.787ZMar 20 18:17:07.286 INFO Checking that binary works, target: Cockroach
17522026-03-20T18:17:08.944ZMar 20 18:17:07.442 INFO Download complete, target: Cockroach
17532026-03-20T18:17:11.034ZMar 20 18:17:09.532 INFO Checking that binary works, target: Clickhouse
17542026-03-20T18:17:11.142ZMar 20 18:17:09.641 INFO Download complete, target: Clickhouse
17552026-03-20T18:17:11.151ZAll prerequisites installed successfully
17562026-03-20T18:17:11.154Z
17572026-03-20T18:17:11.154Zreal 3:38.366255191
17582026-03-20T18:17:11.154Zuser 10:22.213631475
17592026-03-20T18:17:11.154Zsys 2:07.267137130
17602026-03-20T18:17:11.154Ztrap 0.323966642
17612026-03-20T18:17:11.154Ztflt 1.008797707
17622026-03-20T18:17:11.154Zdflt 2.021950425
17632026-03-20T18:17:11.154Zkflt 0.022875529
17642026-03-20T18:17:11.154Zlock 32:16.087172481
17652026-03-20T18:17:11.154Zslp 25:01.405032699
17662026-03-20T18:17:11.154Zlat 30.900104940
17672026-03-20T18:17:11.154Zstop 4:39.424448827
17682026-03-20T18:17:11.154Z+ ptime -m cargo xtask download softnpu
17692026-03-20T18:17:11.856Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s
17702026-03-20T18:17:11.891Z Running `target/debug/xtask download softnpu`
17712026-03-20T18:17:12.923Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.99s
17722026-03-20T18:17:13.011Z Running `target/debug/xtask-downloader softnpu`
17732026-03-20T18:17:13.061ZMar 20 18:17:11.559 INFO Starting download, target: Softnpu
17742026-03-20T18:17:13.064ZMar 20 18:17:11.560 INFO Downloading out/npuzone/npuzone (attempt 1/3), target: Softnpu
17752026-03-20T18:17:13.662ZMar 20 18:17:12.161 INFO Download complete, target: Softnpu
17762026-03-20T18:17:13.668Z
17772026-03-20T18:17:13.670Zreal 2.510111675
17782026-03-20T18:17:13.670Zuser 1.780916203
17792026-03-20T18:17:13.671Zsys 0.809912939
17802026-03-20T18:17:13.671Ztrap 0.000533864
17812026-03-20T18:17:13.671Ztflt 0.000268697
17822026-03-20T18:17:13.671Zdflt 0.000183150
17832026-03-20T18:17:13.671Zkflt 0.000000000
17842026-03-20T18:17:13.671Zlock 10.756830595
17852026-03-20T18:17:13.671Zslp 0.428132964
17862026-03-20T18:17:13.671Zlat 0.055113991
17872026-03-20T18:17:13.671Zstop 0.000171740
17882026-03-20T18:17:13.671Z+ export CARGO_INCREMENTAL=0
17892026-03-20T18:17:13.671Z+ CARGO_INCREMENTAL=0
17902026-03-20T18:17:13.671Z+ ptime -m cargo run --locked --release --bin omicron-package -- -t test target create -p dev
17912026-03-20T18:17:14.898Z Compiling proc-macro2 v1.0.106
17922026-03-20T18:17:14.898Z Compiling quote v1.0.44
17932026-03-20T18:17:14.903Z Compiling unicode-ident v1.0.24
17942026-03-20T18:17:14.903Z Compiling libc v0.2.180
17952026-03-20T18:17:14.903Z Compiling serde_core v1.0.228
17962026-03-20T18:17:14.903Z Compiling serde v1.0.228
17972026-03-20T18:17:14.903Z Compiling cfg-if v1.0.4
17982026-03-20T18:17:15.115Z Compiling version_check v0.9.5
17992026-03-20T18:17:15.197Z Compiling shlex v1.3.0
18002026-03-20T18:17:15.198Z Compiling find-msvc-tools v0.1.9
18012026-03-20T18:17:15.198Z Compiling typenum v1.19.0
18022026-03-20T18:17:15.198Z Compiling portable-atomic v1.13.1
18032026-03-20T18:17:15.198Z Compiling memchr v2.8.0
18042026-03-20T18:17:15.198Z Compiling autocfg v1.5.0
18052026-03-20T18:17:15.198Z Compiling zmij v1.0.21
18062026-03-20T18:17:15.245Z Compiling serde_json v1.0.149
18072026-03-20T18:17:15.351Z Compiling zerocopy v0.8.40
18082026-03-20T18:17:15.448Z Compiling parking_lot_core v0.9.12
18092026-03-20T18:17:15.663Z Compiling generic-array v0.14.7
18102026-03-20T18:17:15.706Z Compiling libm v0.2.16
18112026-03-20T18:17:15.759Z Compiling smallvec v1.15.1
18122026-03-20T18:17:15.818Z Compiling icu_normalizer_data v2.1.1
18132026-03-20T18:17:15.835Z Compiling icu_properties_data v2.1.2
18142026-03-20T18:17:15.863Z Compiling itoa v1.0.17
18152026-03-20T18:17:15.906Z Compiling num-traits v0.2.19
18162026-03-20T18:17:15.924Z Compiling log v0.4.29
18172026-03-20T18:17:16.021Z Compiling getrandom v0.4.1
18182026-03-20T18:17:16.049Z Compiling pkg-config v0.3.32
18192026-03-20T18:17:16.145Z Compiling stable_deref_trait v1.2.1
18202026-03-20T18:17:16.215Z Compiling scopeguard v1.2.0
18212026-03-20T18:17:16.234Z Compiling subtle v2.6.1
18222026-03-20T18:17:16.336Z Compiling jobserver v0.1.34
18232026-03-20T18:17:16.426Z Compiling getrandom v0.2.17
18242026-03-20T18:17:16.452Z Compiling lock_api v0.4.14
18252026-03-20T18:17:16.452Z Compiling errno v0.3.14
18262026-03-20T18:17:16.615Z Compiling rand_core v0.6.4
18272026-03-20T18:17:16.655Z Compiling fnv v1.0.7
18282026-03-20T18:17:16.655Z Compiling cc v1.2.56
18292026-03-20T18:17:16.721Z Compiling thiserror v2.0.18
18302026-03-20T18:17:16.809Z Compiling syn v2.0.117
18312026-03-20T18:17:16.836Z Compiling pin-project-lite v0.2.17
18322026-03-20T18:17:16.857Z Compiling getrandom v0.3.4
18332026-03-20T18:17:16.965Z Compiling critical-section v1.2.0
18342026-03-20T18:17:17.127Z Compiling equivalent v1.0.2
18352026-03-20T18:17:17.162Z Compiling allocator-api2 v0.2.21
18362026-03-20T18:17:17.174Z Compiling rustversion v1.0.22
18372026-03-20T18:17:17.251Z Compiling fs_extra v1.3.0
18382026-03-20T18:17:17.288Z Compiling percent-encoding v2.3.2
18392026-03-20T18:17:17.337Z Compiling litemap v0.8.1
18402026-03-20T18:17:17.391Z Compiling writeable v0.6.2
18412026-03-20T18:17:17.464Z Compiling once_cell v1.21.3
18422026-03-20T18:17:17.624Z Compiling cmake v0.1.57
18432026-03-20T18:17:17.624Z Compiling dunce v1.0.5
18442026-03-20T18:17:17.640Z Compiling foldhash v0.2.0
18452026-03-20T18:17:17.833Z Compiling const-oid v0.9.6
18462026-03-20T18:17:17.899Z Compiling hashbrown v0.16.1
18472026-03-20T18:17:17.935Z Compiling signal-hook-registry v1.4.8
18482026-03-20T18:17:17.951Z Compiling rustix v1.1.3
18492026-03-20T18:17:17.951Z Compiling socket2 v0.6.2
18502026-03-20T18:17:18.050Z Compiling mio v1.1.1
18512026-03-20T18:17:18.460Z Compiling schemars v0.8.22
18522026-03-20T18:17:18.900Z Compiling semver v1.0.27
18532026-03-20T18:17:18.900Z Compiling parking_lot v0.12.5
18542026-03-20T18:17:18.900Z Compiling bitflags v2.11.0
18552026-03-20T18:17:18.900Z Compiling ring v0.17.14
18562026-03-20T18:17:18.900Z Compiling aws-lc-sys v0.37.1
18572026-03-20T18:17:18.913Z Compiling rand_core v0.10.0
18582026-03-20T18:17:18.913Z Compiling utf8_iter v1.0.4
18592026-03-20T18:17:18.913Z Compiling indexmap v2.13.0
18602026-03-20T18:17:18.913Z Compiling aws-lc-rs v1.16.0
18612026-03-20T18:17:18.914Z Compiling form_urlencoded v1.2.2
18622026-03-20T18:17:18.967Z Compiling strsim v0.11.1
18632026-03-20T18:17:18.973Z Compiling futures-core v0.3.32
18642026-03-20T18:17:19.199Z Compiling thiserror v1.0.69
18652026-03-20T18:17:19.264Z Compiling httparse v1.10.1
18662026-03-20T18:17:19.370Z Compiling byteorder v1.5.0
18672026-03-20T18:17:19.402Z Compiling ucd-trie v0.1.7
18682026-03-20T18:17:19.530Z Compiling vcpkg v0.2.15
18692026-03-20T18:17:19.556Z Compiling ident_case v1.0.1
18702026-03-20T18:17:19.559Z Compiling heck v0.5.0
18712026-03-20T18:17:19.610Z Compiling pest v2.8.6
18722026-03-20T18:17:19.747Z Compiling crossbeam-utils v0.8.21
18732026-03-20T18:17:19.860Z Compiling syn v1.0.109
18742026-03-20T18:17:19.916Z Compiling regex-syntax v0.8.10
18752026-03-20T18:17:20.069Z Compiling rustls v0.23.37
18762026-03-20T18:17:20.102Z Compiling futures-sink v0.3.32
18772026-03-20T18:17:20.123Z Compiling rustc_version v0.4.1
18782026-03-20T18:17:20.193Z Compiling futures-task v0.3.32
18792026-03-20T18:17:20.227Z Compiling futures-channel v0.3.32
18802026-03-20T18:17:20.244Z Compiling futures-io v0.3.32
18812026-03-20T18:17:20.268Z Compiling cpufeatures v0.2.17
18822026-03-20T18:17:20.277Z Compiling slab v0.4.12
18832026-03-20T18:17:20.378Z Compiling openssl-sys v0.9.111
18842026-03-20T18:17:20.478Z Compiling plain v0.2.3
18852026-03-20T18:17:20.493Z Compiling iana-time-zone v0.1.65
18862026-03-20T18:17:20.518Z Compiling uuid v1.21.0
18872026-03-20T18:17:20.599Z Compiling aho-corasick v1.1.4
18882026-03-20T18:17:20.632Z Compiling num-conv v0.2.0
18892026-03-20T18:17:20.713Z Compiling time-core v0.1.8
18902026-03-20T18:17:20.783Z Compiling synstructure v0.13.2
18912026-03-20T18:17:20.809Z Compiling serde_derive_internals v0.29.1
18922026-03-20T18:17:20.937Z Compiling time-macros v0.2.27
18932026-03-20T18:17:21.619Z Compiling pest_meta v2.8.6
18942026-03-20T18:17:21.644Z Compiling openssl v0.10.75
18952026-03-20T18:17:21.644Z Compiling pretty-hex v0.4.1
18962026-03-20T18:17:21.716Z Compiling either v1.15.0
18972026-03-20T18:17:21.766Z Compiling crc32fast v1.5.0
18982026-03-20T18:17:21.804Z Compiling anyhow v1.0.102
18992026-03-20T18:17:21.836Z Compiling base64ct v1.8.3
19002026-03-20T18:17:21.856Z Compiling darling_core v0.21.3
19012026-03-20T18:17:21.902Z Compiling zstd-sys v2.0.16+zstd.1.5.7
19022026-03-20T18:17:21.989Z Compiling pest_generator v2.8.6
19032026-03-20T18:17:22.014Z Compiling regex-automata v0.4.14
19042026-03-20T18:17:22.034Z Compiling native-tls v0.2.18
19052026-03-20T18:17:22.113Z Compiling flagset v0.4.7
19062026-03-20T18:17:22.196Z Compiling pem-rfc7468 v0.7.0
19072026-03-20T18:17:22.229Z Compiling rand_core v0.9.5
19082026-03-20T18:17:22.328Z Compiling slog v2.8.2
19092026-03-20T18:17:22.381Z Compiling tracing-core v0.1.36
19102026-03-20T18:17:22.493Z Compiling rayon-core v1.13.0
19112026-03-20T18:17:22.525Z Compiling dyn-clone v1.0.20
19122026-03-20T18:17:22.961Z Compiling untrusted v0.9.0
19132026-03-20T18:17:22.961Z Compiling serde_derive v1.0.228
19142026-03-20T18:17:22.961Z Compiling zeroize_derive v1.4.3
19152026-03-20T18:17:22.961Z Compiling zerofrom-derive v0.1.6
19162026-03-20T18:17:22.961Z Compiling yoke-derive v0.8.1
19172026-03-20T18:17:22.961Z Compiling zerovec-derive v0.11.2
19182026-03-20T18:17:22.961Z Compiling displaydoc v0.2.5
19192026-03-20T18:17:22.961Z Compiling zerocopy-derive v0.8.40
19202026-03-20T18:17:23.027Z Compiling tokio-macros v2.6.0
19212026-03-20T18:17:23.133Z Compiling futures-macro v0.3.32
19222026-03-20T18:17:23.484Z Compiling zeroize v1.8.2
19232026-03-20T18:17:23.756Z Compiling thiserror-impl v2.0.18
19242026-03-20T18:17:23.974Z Compiling tracing-attributes v0.1.31
19252026-03-20T18:17:24.032Z Compiling der_derive v0.7.3
19262026-03-20T18:17:24.149Z Compiling schemars_derive v0.8.22
19272026-03-20T18:17:24.215Z Compiling thiserror-impl v1.0.69
19282026-03-20T18:17:24.688Z Compiling zerofrom v0.1.6
19292026-03-20T18:17:24.705Z Compiling yoke v0.8.1
19302026-03-20T18:17:24.705Z Compiling crypto-common v0.1.7
19312026-03-20T18:17:24.748Z Compiling zerovec v0.11.5
19322026-03-20T18:17:24.823Z Compiling zerotrie v0.2.3
19332026-03-20T18:17:25.251Z Compiling block-buffer v0.10.4
19342026-03-20T18:17:25.438Z Compiling digest v0.10.7
19352026-03-20T18:17:25.465Z Compiling pest_derive v2.8.6
19362026-03-20T18:17:25.977Z Compiling tinystr v0.8.2
19372026-03-20T18:17:25.994Z Compiling potential_utf v0.1.4
19382026-03-20T18:17:25.994Z Compiling hmac v0.12.1
19392026-03-20T18:17:25.994Z Compiling futures-util v0.3.32
19402026-03-20T18:17:25.994Z Compiling icu_locale_core v2.1.1
19412026-03-20T18:17:25.994Z Compiling icu_collections v2.1.1
19422026-03-20T18:17:25.994Z Compiling block-padding v0.3.3
19432026-03-20T18:17:25.994Z Compiling sha2 v0.10.9
19442026-03-20T18:17:25.994Z Compiling rustls-pki-types v1.14.0
19452026-03-20T18:17:26.089Z Compiling inout v0.1.4
19462026-03-20T18:17:26.308Z Compiling cipher v0.4.4
19472026-03-20T18:17:26.630Z Compiling scroll_derive v0.12.1
19482026-03-20T18:17:26.779Z Compiling icu_provider v2.1.1
19492026-03-20T18:17:26.932Z Compiling scroll_derive v0.13.1
19502026-03-20T18:17:26.950Z Compiling openssl-macros v0.1.1
19512026-03-20T18:17:27.040Z Compiling bytes v1.11.1
19522026-03-20T18:17:27.170Z Compiling icu_normalizer v2.1.1
19532026-03-20T18:17:27.328Z Compiling icu_properties v2.1.2
19542026-03-20T18:17:27.487Z Compiling chrono v0.4.44
19552026-03-20T18:17:27.492Z Compiling serde_tokenstream v0.2.3
19562026-03-20T18:17:27.848Z Compiling tokio v1.49.0
19572026-03-20T18:17:28.253Z Compiling http v1.4.0
19582026-03-20T18:17:28.579Z Compiling idna_adapter v1.2.1
19592026-03-20T18:17:28.784Z Compiling idna v1.1.0
19602026-03-20T18:17:28.967Z Compiling ppv-lite86 v0.2.21
19612026-03-20T18:17:29.078Z Compiling der v0.7.10
19622026-03-20T18:17:29.090Z Compiling regex v1.12.3
19632026-03-20T18:17:29.215Z Compiling url v2.5.8
19642026-03-20T18:17:29.417Z Compiling darling_macro v0.21.3
19652026-03-20T18:17:29.475Z Compiling zerocopy-derive v0.7.35
19662026-03-20T18:17:29.666Z Compiling salsa20 v0.10.2
19672026-03-20T18:17:29.868Z Compiling pbkdf2 v0.12.2
19682026-03-20T18:17:30.089Z Compiling darling v0.21.3
19692026-03-20T18:17:30.192Z Compiling tracing v0.1.44
19702026-03-20T18:17:30.331Z Compiling spki v0.7.3
19712026-03-20T18:17:30.741Z Compiling cookie v0.18.1
19722026-03-20T18:17:30.761Z Compiling base64 v0.22.1
19732026-03-20T18:17:31.185Z Compiling camino v1.2.2
19742026-03-20T18:17:31.205Z Compiling scrypt v0.11.0
19752026-03-20T18:17:31.205Z Compiling rand_chacha v0.9.0
19762026-03-20T18:17:31.205Z Compiling cbc v0.1.2
19772026-03-20T18:17:31.218Z Compiling aes v0.8.4
19782026-03-20T18:17:31.779Z Compiling usdt-impl v0.5.0
19792026-03-20T18:17:31.909Z Compiling paste v1.0.15
19802026-03-20T18:17:31.991Z Compiling ref-cast v1.0.25
19812026-03-20T18:17:32.019Z Compiling usdt-impl v0.6.0
19822026-03-20T18:17:32.055Z Compiling winnow v0.7.14
19832026-03-20T18:17:32.410Z Compiling pkcs5 v0.7.1
19842026-03-20T18:17:32.438Z Compiling rand v0.9.2
19852026-03-20T18:17:32.520Z Compiling http-body v1.0.1
19862026-03-20T18:17:32.952Z Compiling scroll v0.13.0
19872026-03-20T18:17:32.952Z Compiling scroll v0.12.0
19882026-03-20T18:17:32.952Z Compiling serde_spanned v0.6.9
19892026-03-20T18:17:32.953Z Compiling toml_datetime v0.6.11
19902026-03-20T18:17:33.025Z Compiling tokio-util v0.7.18
19912026-03-20T18:17:33.044Z Compiling heapless v0.7.17
19922026-03-20T18:17:33.141Z Compiling bzip2-sys v0.1.13+1.0.8
19932026-03-20T18:17:33.186Z Compiling openssl-probe v0.2.1
19942026-03-20T18:17:33.283Z Compiling zstd-safe v7.2.4
19952026-03-20T18:17:33.384Z Compiling atomic-waker v1.1.2
19962026-03-20T18:17:33.394Z Compiling untrusted v0.7.1
19972026-03-20T18:17:33.517Z Compiling signal-hook v0.3.18
19982026-03-20T18:17:33.649Z Compiling goblin v0.8.2
19992026-03-20T18:17:33.732Z Compiling goblin v0.10.5
20002026-03-20T18:17:33.764Z Compiling pkcs8 v0.10.2
20012026-03-20T18:17:34.090Z Compiling toml_parser v1.0.9+spec-1.1.0
20022026-03-20T18:17:34.225Z Compiling zerocopy v0.7.35
20032026-03-20T18:17:34.336Z Compiling ref-cast-impl v1.0.25
20042026-03-20T18:17:34.893Z Compiling darling_core v0.20.11
20052026-03-20T18:17:35.160Z Compiling toml_datetime v0.7.5+spec-1.1.0
20062026-03-20T18:17:35.301Z Compiling memoffset v0.9.1
20072026-03-20T18:17:35.302Z Compiling tinyvec_macros v0.1.1
20082026-03-20T18:17:35.302Z Compiling fastrand v2.3.0
20092026-03-20T18:17:35.302Z Compiling tower-service v0.3.3
20102026-03-20T18:17:35.302Z Compiling winnow v0.5.40
20112026-03-20T18:17:35.450Z Compiling tower-layer v0.3.3
20122026-03-20T18:17:35.450Z Compiling try-lock v0.2.5
20132026-03-20T18:17:35.578Z Compiling rustix v0.38.44
20142026-03-20T18:17:35.594Z Compiling litrs v1.0.0
20152026-03-20T18:17:35.625Z Compiling h2 v0.4.13
20162026-03-20T18:17:35.742Z Compiling want v0.3.1
20172026-03-20T18:17:36.004Z Compiling tinyvec v1.10.0
20182026-03-20T18:17:36.222Z Compiling document-features v0.2.12
20192026-03-20T18:17:36.663Z Compiling dtrace-parser v0.2.0
20202026-03-20T18:17:37.437Z Compiling toml_edit v0.19.15
20212026-03-20T18:17:37.479Z Compiling dof v0.3.0
20222026-03-20T18:17:37.479Z Compiling dtrace-parser v0.3.0
20232026-03-20T18:17:37.479Z Compiling ipnet v2.11.0
20242026-03-20T18:17:37.631Z Compiling dof v0.4.0
20252026-03-20T18:17:37.673Z Compiling darling_macro v0.20.11
20262026-03-20T18:17:37.905Z Compiling daft-derive v0.1.5
20272026-03-20T18:17:37.988Z Compiling async-trait v0.1.89
20282026-03-20T18:17:38.019Z Compiling curve25519-dalek v4.1.3
20292026-03-20T18:17:38.205Z Compiling spin v0.9.8
20302026-03-20T18:17:38.284Z Compiling thread-id v5.1.0
20312026-03-20T18:17:38.357Z Compiling thread-id v4.2.2
20322026-03-20T18:17:38.415Z Compiling proc-macro-error-attr v1.0.4
20332026-03-20T18:17:38.498Z Compiling httpdate v1.0.3
20342026-03-20T18:17:38.670Z Compiling cfg_aliases v0.2.1
20352026-03-20T18:17:38.773Z Compiling pin-utils v0.1.0
20362026-03-20T18:17:38.847Z Compiling powerfmt v0.2.0
20372026-03-20T18:17:38.893Z Compiling foreign-types-shared v0.1.1
20382026-03-20T18:17:38.935Z Compiling num-bigint-dig v0.8.6
20392026-03-20T18:17:39.013Z Compiling smoltcp v0.9.1
20402026-03-20T18:17:39.125Z Compiling deranged v0.5.8
20412026-03-20T18:17:39.134Z Compiling foreign-types v0.3.2
20422026-03-20T18:17:39.134Z Compiling nix v0.31.1
20432026-03-20T18:17:39.193Z Compiling tempfile v3.25.0
20442026-03-20T18:17:39.284Z Compiling darling v0.20.11
20452026-03-20T18:17:39.688Z Compiling hyper v1.8.1
20462026-03-20T18:17:39.980Z Compiling ipnetwork v0.21.1
20472026-03-20T18:17:40.110Z Compiling strum_macros v0.26.4
20482026-03-20T18:17:41.083Z Compiling wait-timeout v0.2.1
20492026-03-20T18:17:41.134Z Compiling proc-macro-error v1.0.4
20502026-03-20T18:17:41.134Z Compiling utf8parse v0.2.2
20512026-03-20T18:17:41.134Z Compiling siphasher v1.0.2
20522026-03-20T18:17:41.134Z Compiling bit-vec v0.8.0
20532026-03-20T18:17:41.134Z Compiling unicode-segmentation v1.12.0
20542026-03-20T18:17:41.134Z Compiling anstyle v1.0.13
20552026-03-20T18:17:41.134Z Compiling simd-adler32 v0.3.8
20562026-03-20T18:17:41.134Z Compiling num_threads v0.1.7
20572026-03-20T18:17:41.134Z Compiling quick-error v1.2.3
20582026-03-20T18:17:41.167Z Compiling time v0.3.47
20592026-03-20T18:17:41.266Z Compiling rusty-fork v0.3.1
20602026-03-20T18:17:41.306Z Compiling hyper-util v0.1.20
20612026-03-20T18:17:41.325Z Compiling bit-set v0.8.0
20622026-03-20T18:17:41.613Z Compiling anstyle-parse v0.2.7
20632026-03-20T18:17:42.143Z Compiling crossbeam-epoch v0.9.18
20642026-03-20T18:17:42.252Z Compiling derive_builder_core v0.20.2
20652026-03-20T18:17:42.541Z Compiling unicode-normalization v0.1.25
20662026-03-20T18:17:43.186Z Compiling rustls-native-certs v0.8.3
20672026-03-20T18:17:43.572Z Compiling signature v2.2.0
20682026-03-20T18:17:43.632Z Compiling hubpack_derive v0.1.1
20692026-03-20T18:17:43.699Z Compiling curve25519-dalek-derive v0.1.1
20702026-03-20T18:17:43.771Z Compiling strum_macros v0.27.2
20712026-03-20T18:17:43.844Z Compiling rand_xorshift v0.4.0
20722026-03-20T18:17:43.957Z Compiling sync_wrapper v1.0.2
20732026-03-20T18:17:44.058Z Compiling fs-err v3.3.0
20742026-03-20T18:17:44.117Z Compiling ahash v0.8.12
20752026-03-20T18:17:44.272Z Compiling unicode-bidi v0.3.18
20762026-03-20T18:17:44.290Z Compiling unicode-properties v0.1.4
20772026-03-20T18:17:44.395Z Compiling is_terminal_polyfill v1.70.2
20782026-03-20T18:17:44.457Z Compiling anstyle-query v1.1.5
20792026-03-20T18:17:44.517Z Compiling colorchoice v1.0.4
20802026-03-20T18:17:44.528Z Compiling object v0.37.3
20812026-03-20T18:17:44.571Z Compiling unarray v0.1.4
20822026-03-20T18:17:44.611Z Compiling adler2 v2.0.1
20832026-03-20T18:17:44.659Z Compiling stringprep v0.1.5
20842026-03-20T18:17:44.712Z Compiling proptest v1.10.0
20852026-03-20T18:17:44.798Z Compiling miniz_oxide v0.8.9
20862026-03-20T18:17:44.877Z Compiling anstream v0.6.21
20872026-03-20T18:17:45.270Z Compiling tower v0.5.3
20882026-03-20T18:17:45.540Z Compiling derive_builder_macro v0.20.2
20892026-03-20T18:17:46.002Z Compiling crossbeam-deque v0.8.6
20902026-03-20T18:17:46.092Z Compiling heck v0.4.1
20912026-03-20T18:17:46.092Z Compiling usdt-attr-macro v0.6.0
20922026-03-20T18:17:46.092Z Compiling usdt-macro v0.6.0
20932026-03-20T18:17:46.344Z Compiling http-body-util v0.1.3
20942026-03-20T18:17:46.468Z Compiling webpki-roots v1.0.6
20952026-03-20T18:17:46.955Z Compiling rand_chacha v0.3.1
20962026-03-20T18:17:47.125Z Compiling erased-serde v0.3.31
20972026-03-20T18:17:47.126Z Compiling md-5 v0.10.6
20982026-03-20T18:17:47.126Z Compiling num-integer v0.1.46
20992026-03-20T18:17:47.126Z Compiling hash32 v0.2.1
21002026-03-20T18:17:47.260Z Compiling vergen-lib v0.1.6
21012026-03-20T18:17:47.260Z Compiling ff v0.13.1
21022026-03-20T18:17:47.260Z Compiling base16ct v0.2.0
21032026-03-20T18:17:47.260Z Compiling fallible-iterator v0.2.0
21042026-03-20T18:17:47.287Z Compiling ryu v1.0.23
21052026-03-20T18:17:47.287Z Compiling psl-types v2.0.11
21062026-03-20T18:17:47.287Z Compiling iri-string v0.7.10
21072026-03-20T18:17:47.288Z Compiling zlib-rs v0.6.2
21082026-03-20T18:17:47.474Z Compiling publicsuffix v2.3.0
21092026-03-20T18:17:47.670Z Compiling serde_urlencoded v0.7.1
21102026-03-20T18:17:47.670Z Compiling sec1 v0.7.3
21112026-03-20T18:17:47.670Z Compiling num-iter v0.1.45
21122026-03-20T18:17:47.826Z Compiling postgres-protocol v0.6.10
21132026-03-20T18:17:47.826Z Compiling newtype-uuid v1.3.2
21142026-03-20T18:17:47.826Z Compiling group v0.13.0
21152026-03-20T18:17:47.871Z Compiling rand v0.8.5
21162026-03-20T18:17:48.367Z Compiling oxnet v0.1.4
21172026-03-20T18:17:48.650Z Compiling zone_cfg_derive v0.3.1
21182026-03-20T18:17:48.650Z Compiling derive_builder v0.20.2
21192026-03-20T18:17:48.703Z Compiling tokio-native-tls v0.3.1
21202026-03-20T18:17:48.703Z Compiling phf_shared v0.13.1
21212026-03-20T18:17:48.703Z Compiling lazy_static v1.5.0
21222026-03-20T18:17:48.881Z Compiling terminal_size v0.4.3
21232026-03-20T18:17:48.949Z Compiling serde_with_macros v3.17.0
21242026-03-20T18:17:48.950Z Compiling cargo-platform v0.1.9
21252026-03-20T18:17:48.950Z Compiling hkdf v0.12.4
21262026-03-20T18:17:48.992Z Compiling crypto-bigint v0.5.5
21272026-03-20T18:17:48.992Z Compiling tower-http v0.6.8
21282026-03-20T18:17:49.364Z Compiling serde_repr v0.1.20
21292026-03-20T18:17:49.364Z Compiling clap_derive v4.5.55
21302026-03-20T18:17:49.430Z Compiling enum-as-inner v0.6.1
21312026-03-20T18:17:49.430Z Compiling vergen v9.0.6
21322026-03-20T18:17:49.430Z Compiling bitflags v1.3.2
21332026-03-20T18:17:49.430Z Compiling managed v0.8.0
21342026-03-20T18:17:49.900Z Compiling clap_lex v1.0.0
21352026-03-20T18:17:49.963Z Compiling bumpalo v3.20.2
21362026-03-20T18:17:49.963Z Compiling libbz2-rs-sys v0.2.2
21372026-03-20T18:17:49.963Z Compiling unicode-width v0.2.0
21382026-03-20T18:17:49.963Z Compiling foldhash v0.1.5
21392026-03-20T18:17:49.963Z Compiling clap_builder v4.5.60
21402026-03-20T18:17:49.963Z Compiling zopfli v0.8.3
21412026-03-20T18:17:50.115Z Compiling hashbrown v0.15.5
21422026-03-20T18:17:50.140Z Compiling flate2 v1.1.9
21432026-03-20T18:17:50.164Z Compiling console v0.16.2
21442026-03-20T18:17:50.600Z Compiling elliptic-curve v0.13.8
21452026-03-20T18:17:50.646Z Compiling bzip2 v0.6.1
21462026-03-20T18:17:50.856Z Compiling cargo_metadata v0.19.2
21472026-03-20T18:17:51.110Z Compiling phf v0.13.1
21482026-03-20T18:17:51.173Z Compiling hyper-tls v0.6.0
21492026-03-20T18:17:51.173Z Compiling signal-hook-mio v0.2.5
21502026-03-20T18:17:51.173Z Compiling daft v0.1.5
21512026-03-20T18:17:51.173Z Compiling rayon v1.11.0
21522026-03-20T18:17:51.246Z Compiling cookie_store v0.22.1
21532026-03-20T18:17:51.279Z Compiling zstd v0.13.3
21542026-03-20T18:17:51.279Z Compiling postgres-types v0.2.12
21552026-03-20T18:17:51.371Z Compiling bzip2 v0.4.4
21562026-03-20T18:17:51.414Z Compiling strum v0.27.2
21572026-03-20T18:17:51.707Z Compiling hubpack v0.1.2
21582026-03-20T18:17:51.810Z Compiling ed25519 v2.2.3
21592026-03-20T18:17:51.959Z Compiling phf_shared v0.11.3
21602026-03-20T18:17:52.162Z Compiling pkcs1 v0.7.5
21612026-03-20T18:17:52.575Z Compiling hex v0.4.3
21622026-03-20T18:17:52.660Z Compiling serde-big-array v0.5.1
21632026-03-20T18:17:52.661Z Compiling rfc6979 v0.4.0
21642026-03-20T18:17:52.688Z Compiling bstr v1.12.1
21652026-03-20T18:17:52.688Z Compiling itertools v0.12.1
21662026-03-20T18:17:52.718Z Compiling float-cmp v0.10.0
21672026-03-20T18:17:52.719Z Compiling memmap2 v0.9.10
21682026-03-20T18:17:52.719Z Compiling env_filter v1.0.0
21692026-03-20T18:17:52.912Z Compiling encoding_rs v0.8.35
21702026-03-20T18:17:52.959Z Compiling jiff v0.2.21
21712026-03-20T18:17:52.977Z Compiling whoami v2.1.0
21722026-03-20T18:17:53.043Z Compiling fixedbitset v0.4.2
21732026-03-20T18:17:53.222Z Compiling predicates-core v1.0.10
21742026-03-20T18:17:53.452Z Compiling normalize-line-endings v0.3.0
21752026-03-20T18:17:53.503Z Compiling data-encoding v2.10.0
21762026-03-20T18:17:53.503Z Compiling static_assertions v1.1.0
21772026-03-20T18:17:53.503Z Compiling keccak v0.1.6
21782026-03-20T18:17:53.503Z Compiling mime v0.3.17
21792026-03-20T18:17:53.503Z Compiling unit-prefix v0.5.2
21802026-03-20T18:17:53.651Z Compiling new_debug_unreachable v1.0.6
21812026-03-20T18:17:53.948Z Compiling fixedbitset v0.5.7
21822026-03-20T18:17:53.948Z Compiling rustc-hash v2.1.1
21832026-03-20T18:17:54.023Z Compiling toml_write v0.1.2
21842026-03-20T18:17:54.023Z Compiling difflib v0.4.0
21852026-03-20T18:17:54.023Z Compiling precomputed-hash v0.1.1
21862026-03-20T18:17:54.023Z Compiling string_cache v0.8.9
21872026-03-20T18:17:54.023Z Compiling toml_edit v0.22.27
21882026-03-20T18:17:54.023Z Compiling petgraph v0.8.3
21892026-03-20T18:17:54.075Z Compiling hickory-proto v0.25.2
21902026-03-20T18:17:54.285Z Compiling predicates v3.1.4
21912026-03-20T18:17:54.317Z Compiling zone v0.3.1
21922026-03-20T18:17:54.340Z Compiling iddqd v0.3.17
21932026-03-20T18:17:54.422Z Compiling sha3 v0.10.8
21942026-03-20T18:17:54.728Z Compiling indicatif v0.18.4
21952026-03-20T18:17:54.806Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
21962026-03-20T18:17:54.826Z Compiling tokio-postgres v0.7.16
21972026-03-20T18:17:56.728Z Compiling petgraph v0.6.5
21982026-03-20T18:17:56.777Z Compiling similar v2.7.0
21992026-03-20T18:17:56.777Z Compiling env_logger v0.11.9
22002026-03-20T18:17:56.777Z Compiling zip v4.6.1
22012026-03-20T18:17:56.819Z Compiling usdt v0.6.0
22022026-03-20T18:17:57.011Z Compiling ecdsa v0.16.9
22032026-03-20T18:17:57.090Z Compiling serde_with v3.17.0
22042026-03-20T18:17:57.350Z Compiling rsa v0.9.10
22052026-03-20T18:17:57.829Z Compiling ed25519-dalek v2.2.0
22062026-03-20T18:17:57.870Z Compiling crossterm v0.28.1
22072026-03-20T18:17:58.290Z Compiling clap v4.5.60
22082026-03-20T18:17:58.645Z Compiling zip v0.6.6
22092026-03-20T18:17:58.730Z Compiling strum v0.26.3
22102026-03-20T18:17:58.772Z Compiling toml v0.7.8
22112026-03-20T18:17:59.036Z Compiling tokio-stream v0.1.18
22122026-03-20T18:17:59.094Z Compiling buf-list v1.1.2
22132026-03-20T18:17:59.456Z Compiling x509-cert v0.2.5
22142026-03-20T18:17:59.481Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
22152026-03-20T18:17:59.550Z Compiling openapiv3 v2.2.0
22162026-03-20T18:17:59.588Z Compiling sha1 v0.10.6
22172026-03-20T18:17:59.643Z Compiling itertools v0.13.0
22182026-03-20T18:17:59.942Z Compiling peg-runtime v0.8.5
22192026-03-20T18:18:00.300Z Compiling lalrpop-util v0.19.12
22202026-03-20T18:18:15.597Z Compiling macaddr v1.0.1
22212026-03-20T18:18:15.710Z Compiling structmeta-derive v0.3.0
22222026-03-20T18:18:15.974Z Compiling itertools v0.14.0
22232026-03-20T18:18:16.592Z Compiling heapless v0.8.0
22242026-03-20T18:18:17.647Z Compiling ingot-macros v0.1.1
22252026-03-20T18:18:18.203Z Compiling structmeta v0.3.0
22262026-03-20T18:18:21.489Z Compiling rustls-webpki v0.103.9
22272026-03-20T18:18:23.021Z Compiling toml_edit v0.23.10+spec-1.0.0
22282026-03-20T18:18:24.238Z Compiling hash32 v0.3.1
22292026-03-20T18:18:24.276Z Compiling smoltcp v0.11.0
22302026-03-20T18:18:24.480Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
22312026-03-20T18:18:24.822Z Compiling proc-macro-crate v3.4.0
22322026-03-20T18:18:24.838Z Compiling ingot-types v0.1.2
22332026-03-20T18:18:24.905Z Compiling cobs v0.3.0
22342026-03-20T18:18:24.935Z Compiling rustls v0.22.4
22352026-03-20T18:18:25.187Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
22362026-03-20T18:18:25.329Z Compiling postcard v1.1.3
22372026-03-20T18:18:25.379Z Compiling num_enum_derive v0.7.5
22382026-03-20T18:18:25.403Z Compiling ingot v0.1.1
22392026-03-20T18:18:25.483Z Compiling proc-macro-crate v1.3.1
22402026-03-20T18:18:25.507Z Compiling rustls-webpki v0.102.8
22412026-03-20T18:18:25.535Z Compiling futures-executor v0.3.32
22422026-03-20T18:18:25.823Z Compiling foreign-types-macros v0.2.3
22432026-03-20T18:18:25.854Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
22442026-03-20T18:18:25.977Z Compiling multer v3.1.0
22452026-03-20T18:18:26.022Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
22462026-03-20T18:18:26.148Z Compiling thread_local v1.1.9
22472026-03-20T18:18:26.252Z Compiling foreign-types-shared v0.3.1
22482026-03-20T18:18:26.295Z Compiling match_cfg v0.1.0
22492026-03-20T18:18:26.334Z Compiling slog-async v2.8.0
22502026-03-20T18:18:26.391Z Compiling tokio-rustls v0.26.4
22512026-03-20T18:18:26.415Z Compiling rustls-platform-verifier v0.6.2
22522026-03-20T18:18:26.419Z Compiling typeid v1.0.3
22532026-03-20T18:18:26.614Z Compiling cpufeatures v0.3.0
22542026-03-20T18:18:26.637Z Compiling foreign-types v0.5.0
22552026-03-20T18:18:26.653Z Compiling num_enum v0.7.5
22562026-03-20T18:18:26.700Z Compiling hyper-rustls v0.27.7
22572026-03-20T18:18:26.740Z Compiling chacha20 v0.10.0
22582026-03-20T18:18:26.764Z Compiling hostname v0.3.1
22592026-03-20T18:18:26.887Z Compiling num_enum_derive v0.5.11
22602026-03-20T18:18:26.922Z Compiling futures v0.3.32
22612026-03-20T18:18:26.991Z Compiling reqwest v0.13.2
22622026-03-20T18:18:27.028Z Compiling reqwest v0.12.28
22632026-03-20T18:18:27.113Z Compiling derive-ex v0.1.8
22642026-03-20T18:18:27.138Z Compiling tabwriter v1.4.1
22652026-03-20T18:18:27.257Z Compiling slog-json v2.6.1
22662026-03-20T18:18:27.599Z Compiling crossbeam-channel v0.5.15
22672026-03-20T18:18:27.621Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
22682026-03-20T18:18:27.827Z Compiling async-stream-impl v0.3.6
22692026-03-20T18:18:28.114Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
22702026-03-20T18:18:28.175Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
22712026-03-20T18:18:28.228Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
22722026-03-20T18:18:28.571Z Compiling serde_spanned v1.0.4
22732026-03-20T18:18:28.583Z Compiling is-terminal v0.4.17
22742026-03-20T18:18:28.588Z Compiling cstr-argument v0.1.2
22752026-03-20T18:18:28.696Z Compiling dropshot v0.16.7
22762026-03-20T18:18:28.737Z Compiling erased-serde v0.4.9
22772026-03-20T18:18:28.763Z Compiling take_mut v0.2.2
22782026-03-20T18:18:28.788Z Compiling crucible-workspace-hack v0.1.0
22792026-03-20T18:18:28.815Z Compiling term v1.2.1
22802026-03-20T18:18:28.870Z Compiling toml_writer v1.0.6+spec-1.1.0
22812026-03-20T18:18:28.928Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8)
22822026-03-20T18:18:29.075Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
22832026-03-20T18:18:29.157Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
22842026-03-20T18:18:29.207Z Compiling toml v0.9.12+spec-1.1.0
22852026-03-20T18:18:29.235Z Compiling test-strategy v0.4.5
22862026-03-20T18:18:29.272Z Compiling slog-term v2.9.2
22872026-03-20T18:18:29.289Z Compiling async-stream v0.3.6
22882026-03-20T18:18:29.305Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
22892026-03-20T18:18:29.616Z Compiling num_enum v0.5.11
22902026-03-20T18:18:29.690Z Compiling tokio-rustls v0.25.0
22912026-03-20T18:18:29.766Z Compiling slog-bunyan v2.5.0
22922026-03-20T18:18:29.789Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
22932026-03-20T18:18:30.026Z Compiling rand v0.10.0
22942026-03-20T18:18:30.123Z Compiling parse-display-derive v0.10.0
22952026-03-20T18:18:30.241Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
22962026-03-20T18:18:30.357Z Compiling backon v1.6.0
22972026-03-20T18:18:30.677Z Compiling waitgroup v0.1.2
22982026-03-20T18:18:30.747Z Compiling dropshot_endpoint v0.16.7
22992026-03-20T18:18:30.747Z Compiling newtype-uuid-macros v0.1.0
23002026-03-20T18:18:30.791Z Compiling rustls-pemfile v2.2.0
23012026-03-20T18:18:30.819Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
23022026-03-20T18:18:30.940Z Compiling serde_path_to_error v0.1.20
23032026-03-20T18:18:31.101Z Compiling hostname v0.4.2
23042026-03-20T18:18:31.118Z Compiling instant v0.1.13
23052026-03-20T18:18:31.118Z Compiling libefi-sys v0.1.0
23062026-03-20T18:18:31.152Z Compiling debug-ignore v1.0.5
23072026-03-20T18:18:31.165Z Compiling colored v3.1.1
23082026-03-20T18:18:31.269Z Compiling backoff v0.4.0
23092026-03-20T18:18:31.321Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
23102026-03-20T18:18:31.439Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
23112026-03-20T18:18:31.577Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
23122026-03-20T18:18:31.581Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
23132026-03-20T18:18:31.691Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=368a2225b79328514ce0ea9181d8f874019edaa2#368a2225)
23142026-03-20T18:18:31.752Z Compiling camino-tempfile v1.4.1
23152026-03-20T18:18:31.926Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
23162026-03-20T18:18:32.051Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
23172026-03-20T18:18:32.136Z Compiling parse-display v0.10.0
23182026-03-20T18:18:32.249Z Compiling usdt-macro v0.5.0
23192026-03-20T18:18:32.283Z Compiling usdt-attr-macro v0.5.0
23202026-03-20T18:18:32.294Z Compiling secrecy v0.10.3
23212026-03-20T18:18:32.345Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
23222026-03-20T18:18:32.540Z Compiling num-derive v0.4.2
23232026-03-20T18:18:32.889Z Compiling bitfield-struct v0.6.2
23242026-03-20T18:18:33.148Z Compiling regress v0.10.5
23252026-03-20T18:18:33.243Z Compiling ordered-float v2.10.1
23262026-03-20T18:18:33.257Z Compiling blake3 v1.8.3
23272026-03-20T18:18:33.286Z Compiling sigpipe v0.1.3
23282026-03-20T18:18:33.419Z Compiling memmap v0.7.0
23292026-03-20T18:18:33.659Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
23302026-03-20T18:18:33.697Z Compiling glob v0.3.3
23312026-03-20T18:18:33.759Z Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
23322026-03-20T18:18:33.764Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
23332026-03-20T18:18:33.956Z Compiling usdt v0.5.0
23342026-03-20T18:18:33.980Z Compiling serde-value v0.7.0
23352026-03-20T18:18:34.004Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
23362026-03-20T18:18:34.062Z Compiling serde-untagged v0.1.9
23372026-03-20T18:18:34.110Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=368a2225b79328514ce0ea9181d8f874019edaa2#368a2225)
23382026-03-20T18:18:34.521Z Compiling toml v0.8.23
23392026-03-20T18:18:34.565Z Compiling smf v0.2.3
23402026-03-20T18:18:34.569Z Compiling filetime v0.2.27
23412026-03-20T18:18:34.614Z Compiling same-file v1.0.6
23422026-03-20T18:18:34.685Z Compiling arrayref v0.3.9
23432026-03-20T18:18:34.796Z Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
23442026-03-20T18:18:34.817Z Compiling constant_time_eq v0.4.2
23452026-03-20T18:18:34.853Z Compiling xattr v1.6.1
23462026-03-20T18:18:34.881Z Compiling whoami v1.6.1
23472026-03-20T18:18:34.884Z Compiling arrayvec v0.7.6
23482026-03-20T18:18:34.932Z Compiling unicode-xid v0.2.6
23492026-03-20T18:18:34.936Z Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
23502026-03-20T18:18:34.936Z Compiling walkdir v2.5.0
23512026-03-20T18:18:35.082Z Compiling tar v0.4.44
23522026-03-20T18:18:35.129Z Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
23532026-03-20T18:18:35.151Z Compiling tokio-dtrace v0.1.1
23542026-03-20T18:18:35.257Z Compiling cargo-util-schemas v0.8.2
23552026-03-20T18:18:35.482Z Compiling gethostname v0.5.0
23562026-03-20T18:18:35.583Z Compiling cargo-platform v0.2.0
23572026-03-20T18:18:35.684Z Compiling topological-sort v0.2.2
23582026-03-20T18:18:35.833Z Compiling oxide-tokio-rt v0.1.3
23592026-03-20T18:18:35.905Z Compiling indent_write v2.2.0
23602026-03-20T18:18:35.929Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
23612026-03-20T18:18:35.971Z Compiling shell-words v1.1.1
23622026-03-20T18:18:36.882Z Compiling cargo_metadata v0.21.0
23632026-03-20T18:18:47.872Z Compiling progenitor-client v0.13.0
23642026-03-20T18:18:47.930Z Compiling progenitor-client v0.10.0
23652026-03-20T18:18:47.930Z Compiling omicron-zone-package v0.12.2
23662026-03-20T18:18:48.030Z Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
23672026-03-20T18:18:48.045Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
23682026-03-20T18:18:48.045Z Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
23692026-03-20T18:18:48.045Z Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
23702026-03-20T18:18:48.252Z Compiling progenitor-extras v0.1.1
23712026-03-20T18:18:48.543Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
23722026-03-20T18:18:58.108Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
23732026-03-20T18:18:59.356Z Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
23742026-03-20T18:19:07.668Z Finished `release` profile [optimized] target(s) in 1m 53s
23752026-03-20T18:19:07.846Z Running `target/release/omicron-package -t test target create -p dev`
23762026-03-20T18:19:07.909ZLogging to: /work/oxidecomputer/omicron/out/LOG
23772026-03-20T18:19:07.916ZCreated new build target 'test' and set it as active
23782026-03-20T18:19:07.916Z
23792026-03-20T18:19:07.916Zreal 1:54.248239451
23802026-03-20T18:19:07.917Zuser 20:10.846853139
23812026-03-20T18:19:07.917Zsys 3:04.423744115
23822026-03-20T18:19:07.917Ztrap 0.524818140
23832026-03-20T18:19:07.917Ztflt 2.857327897
23842026-03-20T18:19:07.917Zdflt 3.736050376
23852026-03-20T18:19:07.917Zkflt 0.000688749
23862026-03-20T18:19:07.917Zlock 1:04:01.330298035
23872026-03-20T18:19:07.917Zslp 51:23.390239759
23882026-03-20T18:19:07.917Zlat 45.616807871
23892026-03-20T18:19:07.917Zstop 7:49.622320059
23902026-03-20T18:19:07.918Z+ ptime -m cargo run --locked --release --bin omicron-package -- -t test package
23912026-03-20T18:19:09.150Z Finished `release` profile [optimized] target(s) in 1.21s
23922026-03-20T18:19:09.219Z Running `target/release/omicron-package -t test package`
23932026-03-20T18:19:09.280ZLogging to: /work/oxidecomputer/omicron/out/LOG
23942026-03-20T18:19:11.219Z Compiling regress v0.10.5
23952026-03-20T18:19:11.219Z Compiling heck v0.5.0
23962026-03-20T18:19:11.225Z Compiling unsafe-libyaml v0.2.11
23972026-03-20T18:19:11.225Z Compiling convert_case v0.4.0
23982026-03-20T18:19:11.538Z Compiling half v2.7.1
23992026-03-20T18:19:11.543Z Compiling ciborium-io v0.2.2
24002026-03-20T18:19:11.597Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=a945a32ba9e1f2098ce3a8963765f1894f37110b#a945a32b)
24012026-03-20T18:19:11.630Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=368a2225b79328514ce0ea9181d8f874019edaa2#368a2225)
24022026-03-20T18:19:11.637Z Compiling prettyplease v0.2.37
24032026-03-20T18:19:11.692Z Compiling universal-hash v0.5.1
24042026-03-20T18:19:11.696Z Compiling thiserror-impl-no-std v2.0.2
24052026-03-20T18:19:11.696Z Compiling unicode-width v0.1.14
24062026-03-20T18:19:11.696Z Compiling opaque-debug v0.3.1
24072026-03-20T18:19:11.697Z Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
24082026-03-20T18:19:11.725Z Compiling typify-impl v0.6.1
24092026-03-20T18:19:11.853Z Compiling chacha20 v0.9.1
24102026-03-20T18:19:11.890Z Compiling poly1305 v0.8.0
24112026-03-20T18:19:11.919Z Compiling derive_more v0.99.20
24122026-03-20T18:19:11.956Z Compiling ciborium-ll v0.2.2
24132026-03-20T18:19:11.987Z Compiling password-hash v0.5.0
24142026-03-20T18:19:12.020Z Compiling blake2 v0.10.6
24152026-03-20T18:19:12.085Z Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=368a2225b79328514ce0ea9181d8f874019edaa2#368a2225)
24162026-03-20T18:19:12.235Z Compiling serde_yaml v0.9.34+deprecated
24172026-03-20T18:19:12.267Z Compiling ciborium v0.2.2
24182026-03-20T18:19:12.300Z Compiling aead v0.5.2
24192026-03-20T18:19:12.333Z Compiling is-terminal v0.4.17
24202026-03-20T18:19:12.367Z Compiling swrite v0.1.0
24212026-03-20T18:19:12.494Z Compiling argon2 v0.5.3
24222026-03-20T18:19:12.538Z Compiling chacha20poly1305 v0.10.1
24232026-03-20T18:19:12.579Z Compiling serde_spanned v1.0.4
24242026-03-20T18:19:12.718Z Compiling toml_writer v1.0.6+spec-1.1.0
24252026-03-20T18:19:12.799Z Compiling bytecount v0.6.9
24262026-03-20T18:19:12.833Z Compiling rustls v0.22.4
24272026-03-20T18:19:12.861Z Compiling rustls-webpki v0.102.8
24282026-03-20T18:19:12.906Z Compiling derive-where v1.6.0
24292026-03-20T18:19:13.042Z Compiling toml v0.9.12+spec-1.1.0
24302026-03-20T18:19:13.077Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
24312026-03-20T18:19:13.089Z Compiling thread_local v1.1.9
24322026-03-20T18:19:13.165Z Compiling thiserror-no-std v2.0.2
24332026-03-20T18:19:13.290Z Compiling match_cfg v0.1.0
24342026-03-20T18:19:13.327Z Compiling vsss-rs v3.3.4
24352026-03-20T18:19:13.410Z Compiling hostname v0.3.1
24362026-03-20T18:19:13.523Z Compiling multer v3.1.0
24372026-03-20T18:19:13.608Z Compiling slog-async v2.8.0
24382026-03-20T18:19:13.640Z Compiling slog-json v2.6.1
24392026-03-20T18:19:13.678Z Compiling crossbeam-channel v0.5.15
24402026-03-20T18:19:13.712Z Compiling futures-executor v0.3.32
24412026-03-20T18:19:13.813Z Compiling take_mut v0.2.2
24422026-03-20T18:19:13.843Z Compiling term v1.2.1
24432026-03-20T18:19:13.936Z Compiling futures v0.3.32
24442026-03-20T18:19:13.988Z Compiling slog-bunyan v2.5.0
24452026-03-20T18:19:14.084Z Compiling dropshot v0.16.7
24462026-03-20T18:19:14.084Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
24472026-03-20T18:19:14.231Z Compiling slog-term v2.9.2
24482026-03-20T18:19:14.235Z Compiling async-stream v0.3.6
24492026-03-20T18:19:14.314Z Compiling progenitor-client v0.13.0
24502026-03-20T18:19:14.324Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
24512026-03-20T18:19:14.490Z Compiling waitgroup v0.1.2
24522026-03-20T18:19:14.531Z Compiling backon v1.6.0
24532026-03-20T18:19:14.561Z Compiling rustls-pemfile v2.2.0
24542026-03-20T18:19:14.600Z Compiling serde_path_to_error v0.1.20
24552026-03-20T18:19:14.640Z Compiling hostname v0.4.2
24562026-03-20T18:19:14.674Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=368a2225b79328514ce0ea9181d8f874019edaa2#368a2225)
24572026-03-20T18:19:14.713Z Compiling instant v0.1.13
24582026-03-20T18:19:14.743Z Compiling debug-ignore v1.0.5
24592026-03-20T18:19:14.799Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
24602026-03-20T18:19:14.838Z Compiling progenitor-extras v0.1.1
24612026-03-20T18:19:14.873Z Compiling backoff v0.4.0
24622026-03-20T18:19:14.876Z Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
24632026-03-20T18:19:14.876Z Compiling parse-display v0.10.0
24642026-03-20T18:19:14.979Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
24652026-03-20T18:19:14.986Z Compiling progenitor-client v0.10.0
24662026-03-20T18:19:14.986Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
24672026-03-20T18:19:15.083Z Compiling macaddr v1.0.1
24682026-03-20T18:19:15.121Z Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
24692026-03-20T18:19:15.151Z Compiling console v0.15.11
24702026-03-20T18:19:15.184Z Compiling newline-converter v0.3.0
24712026-03-20T18:19:15.223Z Compiling atomicwrites v0.4.4
24722026-03-20T18:19:15.267Z Compiling num-rational v0.4.2
24732026-03-20T18:19:15.323Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
24742026-03-20T18:19:15.416Z Compiling num-complex v0.4.6
24752026-03-20T18:19:15.525Z Compiling slog-dtrace v0.3.0
24762026-03-20T18:19:15.605Z Compiling async-recursion v1.1.1
24772026-03-20T18:19:15.605Z Compiling cancel-safe-futures v0.1.5
24782026-03-20T18:19:15.788Z Compiling expectorate v1.2.0
24792026-03-20T18:19:15.903Z Compiling float-ord v0.3.2
24802026-03-20T18:19:16.049Z Compiling tokio-rustls v0.25.0
24812026-03-20T18:19:16.077Z Compiling num v0.4.3
24822026-03-20T18:19:16.111Z Compiling owo-colors v4.3.0
24832026-03-20T18:19:16.182Z Compiling libsw-core v0.3.2
24842026-03-20T18:19:16.289Z Compiling resolv-conf v0.7.6
24852026-03-20T18:19:16.303Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
24862026-03-20T18:19:16.465Z Compiling libsw v3.5.0
24872026-03-20T18:19:16.552Z Compiling toml v0.8.23
24882026-03-20T18:19:16.605Z Compiling linear-map v1.2.0
24892026-03-20T18:19:16.822Z Compiling linked-hash-map v0.5.6
24902026-03-20T18:19:16.905Z Compiling minimal-lexical v0.2.1
24912026-03-20T18:19:16.932Z Compiling oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
24922026-03-20T18:19:16.939Z Compiling unicode-xid v0.2.6
24932026-03-20T18:19:17.054Z Compiling lru-cache v0.1.2
24942026-03-20T18:19:17.077Z Compiling nom v7.1.3
24952026-03-20T18:19:17.144Z Compiling clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
24962026-03-20T18:19:17.155Z Compiling globset v0.4.18
24972026-03-20T18:19:17.156Z Compiling hickory-proto v0.24.4
24982026-03-20T18:19:17.278Z Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
24992026-03-20T18:19:17.318Z Compiling internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
25002026-03-20T18:19:17.573Z Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
25012026-03-20T18:19:17.950Z Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
25022026-03-20T18:19:18.527Z Compiling typify-macro v0.6.1
25032026-03-20T18:19:18.887Z Compiling gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
25042026-03-20T18:19:18.965Z Compiling convert_case v0.10.0
25052026-03-20T18:19:19.350Z Compiling derive_more-impl v2.1.1
25062026-03-20T18:19:20.323Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
25072026-03-20T18:19:20.423Z Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
25082026-03-20T18:19:20.597Z Compiling typify v0.6.1
25092026-03-20T18:19:20.724Z Compiling hickory-resolver v0.24.4
25102026-03-20T18:19:20.769Z Compiling progenitor-impl v0.13.0
25112026-03-20T18:19:20.890Z Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
25122026-03-20T18:19:22.061Z Compiling pin-project-internal v1.1.11
25132026-03-20T18:19:22.477Z Compiling qorb v0.4.1
25142026-03-20T18:19:22.858Z Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
25152026-03-20T18:19:23.117Z Compiling derive_more v2.1.1
25162026-03-20T18:19:23.269Z Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
25172026-03-20T18:19:23.470Z Compiling pin-project v1.1.11
25182026-03-20T18:19:23.505Z Compiling pem v3.0.6
25192026-03-20T18:19:23.635Z Compiling snafu-derive v0.8.9
25202026-03-20T18:19:23.797Z Compiling progenitor-macro v0.13.0
25212026-03-20T18:19:24.091Z Compiling termtree v0.5.1
25222026-03-20T18:19:24.336Z Compiling crossterm v0.29.0
25232026-03-20T18:19:24.400Z Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
25242026-03-20T18:19:25.027Z Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
25252026-03-20T18:19:25.978Z Compiling snafu v0.8.9
25262026-03-20T18:19:26.520Z Compiling olpc-cjson v0.1.4
25272026-03-20T18:19:26.733Z Compiling phf_shared v0.12.1
25282026-03-20T18:19:27.087Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
25292026-03-20T18:19:27.629Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
25302026-03-20T18:19:27.751Z Compiling serde_plain v1.0.2
25312026-03-20T18:19:27.814Z Compiling csv-core v0.1.13
25322026-03-20T18:19:28.148Z Compiling vte v0.14.1
25332026-03-20T18:19:28.166Z Compiling chrono-tz v0.10.4
25342026-03-20T18:19:28.376Z Compiling highway v1.3.0
25352026-03-20T18:19:28.447Z Compiling typed-path v0.9.3
25362026-03-20T18:19:28.511Z Compiling strip-ansi-escapes v0.2.1
25372026-03-20T18:19:28.624Z Compiling csv v1.4.0
25382026-03-20T18:19:28.789Z Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
25392026-03-20T18:19:29.035Z Compiling phf v0.12.1
25402026-03-20T18:19:29.177Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
25412026-03-20T18:19:29.237Z Compiling const_format_proc_macros v0.2.34
25422026-03-20T18:19:29.303Z Compiling papergrid v0.11.0
25432026-03-20T18:19:29.333Z Compiling fd-lock v4.0.4
25442026-03-20T18:19:29.577Z Compiling peg-macros v0.8.5
25452026-03-20T18:19:29.778Z Compiling progenitor v0.13.0
25462026-03-20T18:19:29.832Z Compiling tabled_derive v0.7.0
25472026-03-20T18:19:30.008Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
25482026-03-20T18:19:30.303Z Compiling tough v0.20.0
25492026-03-20T18:19:31.081Z Compiling nu-ansi-term v0.50.3
25502026-03-20T18:19:31.280Z Compiling peg v0.8.5
25512026-03-20T18:19:31.351Z Compiling tabled v0.15.0
25522026-03-20T18:19:31.502Z Compiling reedline v0.40.0
25532026-03-20T18:19:31.541Z Compiling const_format v0.2.35
25542026-03-20T18:19:31.724Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
25552026-03-20T18:19:31.818Z Compiling cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
25562026-03-20T18:19:32.273Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
25572026-03-20T18:19:33.749Z Compiling bcs v0.1.6
25582026-03-20T18:19:33.778Z Compiling base64 v0.21.7
25592026-03-20T18:19:34.299Z Compiling semver v0.1.20
25602026-03-20T18:19:34.490Z Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
25612026-03-20T18:19:34.681Z Compiling rustc_version v0.1.7
25622026-03-20T18:19:34.824Z Compiling unicode-linebreak v0.1.5
25632026-03-20T18:19:34.995Z Compiling newtype_derive v0.1.6
25642026-03-20T18:19:35.176Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
25652026-03-20T18:19:35.234Z Compiling humantime v2.3.0
25662026-03-20T18:19:35.330Z Compiling smawk v0.3.2
25672026-03-20T18:19:35.559Z Compiling textwrap v0.16.2
25682026-03-20T18:19:35.672Z Compiling dropshot-api-manager-types v0.6.0
25692026-03-20T18:19:35.805Z Compiling rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=b603c9f3dccefcf1d3e941c04505ff6bdd1826b6#b603c9f3)
25702026-03-20T18:19:36.071Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
25712026-03-20T18:19:36.253Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=b603c9f3dccefcf1d3e941c04505ff6bdd1826b6#b603c9f3)
25722026-03-20T18:19:36.441Z Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
25732026-03-20T18:19:36.475Z Compiling steno v0.4.1
25742026-03-20T18:19:36.612Z Compiling utf-8 v0.7.6
25752026-03-20T18:19:36.931Z Compiling tagptr v0.2.0
25762026-03-20T18:19:37.157Z Compiling moka v0.12.13
25772026-03-20T18:19:37.301Z Compiling tungstenite v0.21.0
25782026-03-20T18:19:37.545Z Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
25792026-03-20T18:19:37.754Z Compiling radium v0.7.0
25802026-03-20T18:19:37.816Z Compiling typify-impl v0.4.3
25812026-03-20T18:19:38.867Z Compiling hickory-resolver v0.25.2
25822026-03-20T18:19:38.908Z Compiling tokio-tungstenite v0.21.0
25832026-03-20T18:19:38.995Z Compiling maybe-uninit v2.0.0
25842026-03-20T18:19:39.381Z Compiling tap v1.0.1
25852026-03-20T18:19:39.596Z Compiling wyz v0.5.1
25862026-03-20T18:19:39.870Z Compiling zerocopy-derive v0.6.6
25872026-03-20T18:19:39.933Z Compiling display-error-chain v0.2.2
25882026-03-20T18:19:40.060Z Compiling packed_struct v0.10.1
25892026-03-20T18:19:40.158Z Compiling crc-catalog v2.4.0
25902026-03-20T18:19:40.335Z Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
25912026-03-20T18:19:40.411Z Compiling funty v2.0.0
25922026-03-20T18:19:40.489Z Compiling crc v3.4.0
25932026-03-20T18:19:40.910Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=368a2225b79328514ce0ea9181d8f874019edaa2#368a2225)
25942026-03-20T18:19:40.941Z Compiling bitvec v1.0.1
25952026-03-20T18:19:41.436Z Compiling zerocopy v0.6.6
25962026-03-20T18:19:41.950Z Compiling packed_struct_codegen v0.10.1
25972026-03-20T18:19:42.021Z Compiling bitfield-macros v0.19.4
25982026-03-20T18:19:42.841Z Compiling nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
25992026-03-20T18:19:42.914Z Compiling typify-macro v0.4.3
26002026-03-20T18:19:43.273Z Compiling indexmap v1.9.3
26012026-03-20T18:19:43.469Z Compiling nodrop v0.1.14
26022026-03-20T18:19:43.618Z Compiling array-init v0.0.4
26032026-03-20T18:19:44.204Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
26042026-03-20T18:19:44.687Z Compiling bitfield v0.19.4
26052026-03-20T18:19:44.918Z Compiling smallvec v0.6.14
26062026-03-20T18:19:45.112Z Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
26072026-03-20T18:19:45.266Z Compiling num-derive v0.3.3
26082026-03-20T18:19:45.497Z Compiling proc-macro-error-attr2 v2.0.0
26092026-03-20T18:19:45.878Z Compiling hashbrown v0.12.3
26102026-03-20T18:19:46.028Z Compiling proc-macro-error2 v2.0.1
26112026-03-20T18:19:46.187Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
26122026-03-20T18:19:46.443Z Compiling libscf-sys v1.1.0
26132026-03-20T18:19:46.480Z Compiling serde-hex v0.1.0
26142026-03-20T18:19:46.747Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
26152026-03-20T18:19:46.992Z Compiling ron v0.8.1
26162026-03-20T18:19:47.210Z Compiling hashbrown v0.13.2
26172026-03-20T18:19:47.421Z Compiling vergen-gitcl v1.0.8
26182026-03-20T18:19:47.473Z Compiling dirs-sys-next v0.1.2
26192026-03-20T18:19:47.705Z Compiling maplit v1.0.2
26202026-03-20T18:19:47.727Z Compiling crc-any v2.5.0
26212026-03-20T18:19:47.837Z Compiling glob v0.3.3
26222026-03-20T18:19:47.867Z Compiling diesel_derives v2.3.7
26232026-03-20T18:19:47.937Z Compiling crunchy v0.2.4
26242026-03-20T18:19:48.095Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
26252026-03-20T18:19:48.195Z Compiling object v0.30.4
26262026-03-20T18:19:48.344Z Compiling clang-sys v1.8.1
26272026-03-20T18:19:48.379Z Compiling dirs-next v2.0.0
26282026-03-20T18:19:48.410Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
26292026-03-20T18:19:48.720Z Compiling tabled_derive v0.11.0
26302026-03-20T18:19:48.784Z Compiling typify v0.4.3
26312026-03-20T18:19:48.891Z Compiling papergrid v0.17.0
26322026-03-20T18:19:48.923Z Compiling testing_table v0.3.0
26332026-03-20T18:19:48.950Z Compiling dsl_auto_type v0.2.0
26342026-03-20T18:19:49.321Z Compiling scheduled-thread-pool v0.2.7
26352026-03-20T18:19:49.438Z Compiling diesel_table_macro_syntax v0.3.0
26362026-03-20T18:19:49.470Z Compiling tiny-keccak v2.0.2
26372026-03-20T18:19:49.581Z Compiling path-slash v0.1.5
26382026-03-20T18:19:49.738Z Compiling r2d2 v0.8.10
26392026-03-20T18:19:49.865Z Compiling term v0.7.0
26402026-03-20T18:19:50.187Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
26412026-03-20T18:19:50.224Z Compiling arc-swap v1.8.2
26422026-03-20T18:19:50.224Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
26432026-03-20T18:19:50.424Z Compiling downcast-rs v2.0.2
26442026-03-20T18:19:50.461Z Compiling xshell-macros v0.2.7
26452026-03-20T18:19:50.555Z Compiling tabled v0.20.0
26462026-03-20T18:19:50.588Z Compiling bit-vec v0.6.3
26472026-03-20T18:19:50.623Z Compiling slog-scope v4.4.1
26482026-03-20T18:19:50.709Z Compiling ascii-canvas v3.0.0
26492026-03-20T18:19:50.907Z Compiling bit-set v0.5.3
26502026-03-20T18:19:50.953Z Compiling xshell v0.2.7
26512026-03-20T18:19:51.065Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
26522026-03-20T18:19:51.118Z Compiling itertools v0.10.5
26532026-03-20T18:19:51.185Z Compiling ena v0.14.4
26542026-03-20T18:19:51.229Z Compiling libloading v0.8.9
26552026-03-20T18:19:51.467Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
26562026-03-20T18:19:51.508Z Compiling regex-syntax v0.6.29
26572026-03-20T18:19:51.626Z Compiling unicase v2.9.0
26582026-03-20T18:19:51.968Z Compiling bindgen v0.71.1
26592026-03-20T18:19:52.012Z Compiling diff v0.1.13
26602026-03-20T18:19:52.360Z Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
26612026-03-20T18:19:52.614Z Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
26622026-03-20T18:19:52.653Z Compiling slog-stdlog v4.1.1
26632026-03-20T18:19:53.453Z Compiling lalrpop v0.19.12
26642026-03-20T18:19:55.422Z Compiling omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
26652026-03-20T18:19:55.488Z Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
26662026-03-20T18:19:55.553Z Compiling cexpr v0.6.0
26672026-03-20T18:19:55.873Z Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
26682026-03-20T18:19:56.151Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
26692026-03-20T18:19:56.185Z Compiling crc8 v0.1.1
26702026-03-20T18:19:56.279Z Compiling diesel v2.3.7
26712026-03-20T18:19:56.451Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
26722026-03-20T18:19:56.467Z Compiling slog-envlogger v2.2.0
26732026-03-20T18:19:56.935Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
26742026-03-20T18:19:57.001Z Compiling headers-core v0.3.0
26752026-03-20T18:19:57.112Z Compiling libxml v0.3.3
26762026-03-20T18:19:57.195Z Compiling headers v0.4.1
26772026-03-20T18:19:57.518Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
26782026-03-20T18:19:57.717Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
26792026-03-20T18:19:57.976Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
26802026-03-20T18:19:58.006Z Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
26812026-03-20T18:19:58.582Z Compiling strum_macros v0.24.3
26822026-03-20T18:19:58.613Z Compiling indoc v1.0.9
26832026-03-20T18:19:59.225Z Compiling progenitor-impl v0.10.0
26842026-03-20T18:19:59.304Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
26852026-03-20T18:19:59.609Z Compiling derive_builder v0.20.2
26862026-03-20T18:19:59.825Z Compiling oso-derive v0.27.3
26872026-03-20T18:20:00.273Z Compiling quick-xml v0.37.5
26882026-03-20T18:20:00.318Z Compiling impl-trait-for-tuples v0.2.3
26892026-03-20T18:20:00.487Z Compiling half v1.8.3
26902026-03-20T18:20:00.642Z Compiling openssl-probe v0.1.6
26912026-03-20T18:20:00.869Z Compiling serde_cbor v0.11.2
26922026-03-20T18:20:01.076Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
26932026-03-20T18:20:01.633Z Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
26942026-03-20T18:20:02.022Z Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
26952026-03-20T18:20:02.181Z Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
26962026-03-20T18:20:02.219Z Compiling bb8 v0.8.6
26972026-03-20T18:20:02.295Z Compiling progenitor-macro v0.10.0
26982026-03-20T18:20:02.475Z Compiling trait-variant v0.1.2
26992026-03-20T18:20:02.772Z Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
27002026-03-20T18:20:03.223Z Compiling scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=c78005db837a71f94c3b8efac9a64cfbdb2d527f#c78005db)
27012026-03-20T18:20:03.311Z Compiling samael v0.0.19
27022026-03-20T18:20:03.716Z Compiling tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
27032026-03-20T18:20:03.763Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
27042026-03-20T18:20:04.096Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
27052026-03-20T18:20:04.136Z Compiling fxhash v0.2.1
27062026-03-20T18:20:04.325Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
27072026-03-20T18:20:04.362Z Compiling kstat-rs v0.2.4
27082026-03-20T18:20:04.486Z Compiling polar-core v0.27.3
27092026-03-20T18:20:04.524Z Compiling libz-sys v1.1.24
27102026-03-20T18:20:04.698Z Compiling nonempty v0.12.0
27112026-03-20T18:20:05.056Z Compiling salty v0.3.0
27122026-03-20T18:20:05.231Z Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
27132026-03-20T18:20:05.471Z Compiling zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
27142026-03-20T18:20:05.579Z Compiling progenitor-impl v0.11.2
27152026-03-20T18:20:05.617Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=b31ba90d14636ef6bba9dbb56d756efa249d4b4e#b31ba90d)
27162026-03-20T18:20:05.641Z Compiling darling_core v0.23.0
27172026-03-20T18:20:08.154Z Compiling progenitor v0.10.0
27182026-03-20T18:20:08.298Z Compiling nanorand v0.7.0
27192026-03-20T18:20:08.390Z Compiling fs-err v2.11.0
27202026-03-20T18:20:08.628Z Compiling parking_lot_core v0.8.6
27212026-03-20T18:20:08.770Z Compiling darling_macro v0.23.0
27222026-03-20T18:20:08.959Z Compiling progenitor-macro v0.11.2
27232026-03-20T18:20:08.990Z Compiling mime_guess v2.0.5
27242026-03-20T18:20:09.062Z Compiling flume v0.11.1
27252026-03-20T18:20:09.406Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=b31ba90d14636ef6bba9dbb56d756efa249d4b4e#b31ba90d)
27262026-03-20T18:20:09.584Z Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
27272026-03-20T18:20:11.246Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27282026-03-20T18:20:11.520Z Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
27292026-03-20T18:20:11.976Z Compiling progenitor-client v0.11.2
27302026-03-20T18:20:12.639Z Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
27312026-03-20T18:20:13.220Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
27322026-03-20T18:20:14.198Z Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
27332026-03-20T18:20:15.095Z Compiling git-stub v1.0.0
27342026-03-20T18:20:15.440Z Compiling libgit2-sys v0.18.3+1.9.2
27352026-03-20T18:20:15.961Z Compiling instability v0.3.11
27362026-03-20T18:20:16.232Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
27372026-03-20T18:20:16.664Z Compiling oso v0.27.3
27382026-03-20T18:20:20.710Z Compiling git-stub-vcs v0.1.0
27392026-03-20T18:20:21.201Z Compiling async-bb8-diesel v0.2.1
27402026-03-20T18:20:21.760Z Compiling diesel-dtrace v0.5.0
27412026-03-20T18:20:22.170Z Compiling progenitor v0.11.2
27422026-03-20T18:20:22.417Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27432026-03-20T18:20:22.472Z Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
27442026-03-20T18:20:23.446Z Compiling darling v0.23.0
27452026-03-20T18:20:24.018Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3)
27462026-03-20T18:20:24.126Z Compiling clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
27472026-03-20T18:20:24.155Z Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
27482026-03-20T18:20:24.299Z Compiling ignore v0.4.25
27492026-03-20T18:20:25.265Z Compiling primeorder v0.13.6
27502026-03-20T18:20:25.644Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27512026-03-20T18:20:25.679Z Compiling castaway v0.2.4
27522026-03-20T18:20:25.771Z Compiling nibble_vec v0.1.0
27532026-03-20T18:20:25.878Z Compiling atty v0.2.14
27542026-03-20T18:20:26.053Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27552026-03-20T18:20:26.083Z Compiling indoc v2.0.7
27562026-03-20T18:20:26.348Z Compiling parse-size v1.1.0
27572026-03-20T18:20:26.625Z Compiling http-range v0.1.5
27582026-03-20T18:20:26.656Z Compiling endian-type v0.1.2
27592026-03-20T18:20:26.877Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
27602026-03-20T18:20:27.025Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27612026-03-20T18:20:27.089Z Compiling radix_trie v0.2.1
27622026-03-20T18:20:27.538Z Compiling tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
27632026-03-20T18:20:27.806Z Compiling compact_str v0.8.1
27642026-03-20T18:20:28.055Z Compiling p384 v0.13.1
27652026-03-20T18:20:29.271Z Compiling globwalk v0.9.1
27662026-03-20T18:20:30.280Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27672026-03-20T18:20:30.736Z Compiling parking_lot v0.11.2
27682026-03-20T18:20:31.429Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
27692026-03-20T18:20:31.772Z Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
27702026-03-20T18:20:31.864Z Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
27712026-03-20T18:20:31.908Z Compiling predicates-tree v1.0.13
27722026-03-20T18:20:31.917Z Compiling unicode-truncate v1.1.0
27732026-03-20T18:20:31.963Z Compiling lru v0.12.5
27742026-03-20T18:20:32.201Z Compiling prefix-trie v0.7.0
27752026-03-20T18:20:32.279Z Compiling vergen-git2 v1.0.7
27762026-03-20T18:20:32.529Z Compiling cassowary v0.3.0
27772026-03-20T18:20:32.635Z Compiling camino-tempfile-ext v0.3.3
27782026-03-20T18:20:32.687Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27792026-03-20T18:20:32.758Z Compiling hickory-server v0.25.2
27802026-03-20T18:20:32.891Z Compiling ratatui v0.29.0
27812026-03-20T18:20:33.423Z Compiling hyper-staticfile v0.10.1
27822026-03-20T18:20:33.549Z Compiling sled v0.34.7
27832026-03-20T18:20:34.986Z Compiling hickory-client v0.25.2
27842026-03-20T18:20:35.515Z Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
27852026-03-20T18:20:35.957Z Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
27862026-03-20T18:20:36.112Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27872026-03-20T18:20:36.142Z Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
27882026-03-20T18:20:36.338Z Compiling clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
27892026-03-20T18:20:37.137Z Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=b603c9f3dccefcf1d3e941c04505ff6bdd1826b6#b603c9f3)
27902026-03-20T18:20:37.719Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27912026-03-20T18:20:38.215Z Compiling rand_seeder v0.4.0
27922026-03-20T18:20:38.398Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f)
27932026-03-20T18:20:38.554Z Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27942026-03-20T18:20:38.733Z Compiling lzma-sys v0.1.20
27952026-03-20T18:20:39.122Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
27962026-03-20T18:20:39.291Z Compiling rustls v0.21.12
27972026-03-20T18:20:39.347Z Compiling corncobs v0.1.4
27982026-03-20T18:20:39.566Z Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27992026-03-20T18:20:39.570Z Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
28002026-03-20T18:20:39.664Z Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
28012026-03-20T18:20:39.668Z Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
28022026-03-20T18:20:39.862Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
28032026-03-20T18:20:40.061Z Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
28042026-03-20T18:20:40.388Z Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
28052026-03-20T18:20:40.433Z Compiling sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
28062026-03-20T18:20:40.490Z Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
28072026-03-20T18:20:41.456Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#f20f786e)
28082026-03-20T18:20:43.734Z Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
28092026-03-20T18:20:44.440Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
28102026-03-20T18:20:44.473Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
28112026-03-20T18:20:44.729Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
28122026-03-20T18:20:44.763Z Compiling cargo_toml v0.22.3
28132026-03-20T18:20:45.012Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
28142026-03-20T18:20:46.345Z Compiling rustls-webpki v0.101.7
28152026-03-20T18:20:47.053Z Compiling sct v0.7.1
28162026-03-20T18:20:47.279Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
28172026-03-20T18:20:47.382Z Compiling nix v0.29.0
28182026-03-20T18:20:47.733Z Compiling secrecy v0.8.0
28192026-03-20T18:20:47.892Z Compiling void v1.0.2
28202026-03-20T18:20:48.071Z Compiling lzss v0.8.2
28212026-03-20T18:20:48.156Z Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#d83f56a6)
28222026-03-20T18:20:48.371Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
28232026-03-20T18:20:48.600Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#f20f786e)
28242026-03-20T18:20:48.731Z Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
28252026-03-20T18:20:48.790Z Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
28262026-03-20T18:20:49.090Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
28272026-03-20T18:20:49.478Z Compiling git2 v0.20.4
28282026-03-20T18:20:49.918Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
28292026-03-20T18:20:50.130Z Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
28302026-03-20T18:20:50.423Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
28312026-03-20T18:20:50.824Z Compiling tungstenite v0.23.0
28322026-03-20T18:20:51.455Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
28332026-03-20T18:20:51.502Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
28342026-03-20T18:20:51.769Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
28352026-03-20T18:20:51.806Z Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
28362026-03-20T18:20:51.983Z Compiling nix v0.27.1
28372026-03-20T18:20:52.059Z Compiling serde_bytes v0.11.19
28382026-03-20T18:20:52.284Z Compiling tokio-tungstenite v0.23.1
28392026-03-20T18:20:52.470Z Compiling tokio-rustls v0.24.1
28402026-03-20T18:20:52.842Z Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
28412026-03-20T18:20:53.476Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
28422026-03-20T18:20:53.555Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
28432026-03-20T18:20:53.801Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
28442026-03-20T18:20:53.982Z Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
28452026-03-20T18:20:55.020Z Compiling ron v0.12.0
28462026-03-20T18:20:56.606Z Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
28472026-03-20T18:20:56.634Z Compiling xz2 v0.1.7
28482026-03-20T18:20:57.688Z Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
28492026-03-20T18:20:58.820Z Compiling tufaceous v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
28502026-03-20T18:21:00.105Z Compiling lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
28512026-03-20T18:21:00.576Z Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=368a2225b79328514ce0ea9181d8f874019edaa2#368a2225)
28522026-03-20T18:21:01.544Z Compiling nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
28532026-03-20T18:21:02.011Z Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
28542026-03-20T18:21:02.383Z Compiling nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
28552026-03-20T18:21:03.655Z Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
28562026-03-20T18:21:04.122Z Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
28572026-03-20T18:21:04.224Z Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
28582026-03-20T18:21:05.357Z Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
28592026-03-20T18:21:06.228Z Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
28602026-03-20T18:21:07.236Z Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
28612026-03-20T18:21:07.512Z Compiling rustls-pemfile v1.0.4
28622026-03-20T18:21:07.999Z Compiling clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
28632026-03-20T18:21:09.794Z Compiling bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
28642026-03-20T18:21:10.544Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
28652026-03-20T18:21:10.786Z Compiling ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
28662026-03-20T18:21:10.832Z Compiling signal-hook-tokio v0.3.1
28672026-03-20T18:21:11.024Z Compiling yasna v0.5.2
28682026-03-20T18:21:11.056Z Compiling twox-hash v2.1.2
28692026-03-20T18:21:11.089Z Compiling base16ct v1.0.0
28702026-03-20T18:21:11.214Z Compiling is_ci v1.2.0
28712026-03-20T18:21:11.430Z Compiling supports-color v3.0.2
28722026-03-20T18:21:11.746Z Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
28732026-03-20T18:21:11.794Z Compiling rcgen v0.12.1
28742026-03-20T18:21:11.921Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
28752026-03-20T18:21:12.968Z Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
28762026-03-20T18:21:13.524Z Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
28772026-03-20T18:21:13.560Z Compiling lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
28782026-03-20T18:21:14.451Z Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
28792026-03-20T18:21:17.422Z Compiling nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
28802026-03-20T18:21:17.476Z Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
28812026-03-20T18:21:17.769Z Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
28822026-03-20T18:21:17.827Z Compiling bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
28832026-03-20T18:21:19.729Z Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
28842026-03-20T18:21:19.906Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
28852026-03-20T18:21:20.115Z Compiling nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
28862026-03-20T18:21:20.191Z Compiling fatfs v0.3.6
28872026-03-20T18:21:20.412Z Compiling raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df)
28882026-03-20T18:21:21.804Z Compiling subprocess v0.2.15
28892026-03-20T18:21:22.715Z Compiling rtoolbox v0.0.3
28902026-03-20T18:21:23.066Z Compiling assert_matches v1.5.0
28912026-03-20T18:21:23.228Z Compiling seq-macro v0.3.6
28922026-03-20T18:21:23.796Z Compiling rpassword v7.4.0
28932026-03-20T18:21:23.863Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
28942026-03-20T18:21:24.247Z Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
28952026-03-20T18:21:24.533Z Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
28962026-03-20T18:21:25.553Z Compiling ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
28972026-03-20T18:21:25.725Z Compiling ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
28982026-03-20T18:21:27.136Z Compiling tui-tree-widget v0.23.1
28992026-03-20T18:21:27.501Z Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
29002026-03-20T18:21:28.738Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
29012026-03-20T18:21:28.802Z Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
29022026-03-20T18:21:29.383Z Compiling uzers v0.12.2
29032026-03-20T18:21:30.396Z Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
29042026-03-20T18:21:31.290Z Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
29052026-03-20T18:21:32.547Z Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
29062026-03-20T18:21:35.598Z Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
29072026-03-20T18:21:35.918Z Compiling clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
29082026-03-20T18:21:38.668Z Compiling support-bundle-viewer v0.1.2
29092026-03-20T18:21:39.704Z Compiling multimap v0.10.1
29102026-03-20T18:22:01.569Z Compiling nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
29112026-03-20T18:22:04.828Z Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
29122026-03-20T18:22:06.265Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
29132026-03-20T18:29:25.912Z Finished `release` profile [optimized] target(s) in 10m 16s
29142026-03-20T18:30:19.052Z
29152026-03-20T18:30:19.058Zreal 11:11.171376999
29162026-03-20T18:30:19.058Zuser 1:41:15.042052738
29172026-03-20T18:30:19.058Zsys 4:11.974124155
29182026-03-20T18:30:19.058Ztrap 2.249786058
29192026-03-20T18:30:19.058Ztflt 2.096752278
29202026-03-20T18:30:19.058Zdflt 17.179552583
29212026-03-20T18:30:19.058Zkflt 0.594784127
29222026-03-20T18:30:19.058Zlock 8:18:38.896125742
29232026-03-20T18:30:19.059Zslp 2:50:40.023689032
29242026-03-20T18:30:19.059Zlat 2:51.690310180
29252026-03-20T18:30:19.059Zstop 7:18.408502962
29262026-03-20T18:30:19.059Z+ mapfile -t packages
29272026-03-20T18:30:19.059Z++ cargo run --locked --release --bin omicron-package -- -t test list-outputs
29282026-03-20T18:30:20.370Z Finished `release` profile [optimized] target(s) in 1.30s
29292026-03-20T18:30:20.442Z Running `target/release/omicron-package -t test list-outputs`
29302026-03-20T18:30:20.507ZLogging to: /work/oxidecomputer/omicron/out/LOG
29312026-03-20T18:30:20.510Z+ ptime -m cargo build --locked --release -p xtask
29322026-03-20T18:30:21.250Z Compiling libc v0.2.180
29332026-03-20T18:30:21.251Z Compiling serde v1.0.228
29342026-03-20T18:30:21.254Z Compiling serde_core v1.0.228
29352026-03-20T18:30:21.254Z Compiling rustix v1.1.3
29362026-03-20T18:30:21.400Z Compiling bitflags v2.11.0
29372026-03-20T18:30:21.403Z Compiling serde_json v1.0.149
29382026-03-20T18:30:21.441Z Compiling num-traits v0.2.19
29392026-03-20T18:30:21.460Z Compiling syn v2.0.117
29402026-03-20T18:30:21.476Z Compiling smallvec v1.15.1
29412026-03-20T18:30:21.510Z Compiling hashbrown v0.16.1
29422026-03-20T18:30:21.530Z Compiling usdt-impl v0.5.0
29432026-03-20T18:30:21.547Z Compiling syn v1.0.109
29442026-03-20T18:30:21.565Z Compiling percent-encoding v2.3.2
29452026-03-20T18:30:21.586Z Compiling getrandom v0.4.1
29462026-03-20T18:30:21.758Z Compiling log v0.4.29
29472026-03-20T18:30:21.815Z Compiling form_urlencoded v1.2.2
29482026-03-20T18:30:21.926Z Compiling fs-err v3.3.0
29492026-03-20T18:30:21.930Z Compiling once_cell v1.21.3
29502026-03-20T18:30:22.103Z Compiling anyhow v1.0.102
29512026-03-20T18:30:22.254Z Compiling heck v0.4.1
29522026-03-20T18:30:22.335Z Compiling indexmap v2.13.0
29532026-03-20T18:30:22.463Z Compiling errno v0.3.14
29542026-03-20T18:30:22.466Z Compiling thread-id v4.2.2
29552026-03-20T18:30:22.467Z Compiling memmap v0.7.0
29562026-03-20T18:30:22.931Z Compiling ordered-float v2.10.1
29572026-03-20T18:30:23.612Z Compiling proc-macro-error v1.0.4
29582026-03-20T18:30:23.894Z Compiling terminal_size v0.4.3
29592026-03-20T18:30:23.894Z Compiling tempfile v3.25.0
29602026-03-20T18:30:23.935Z Compiling tabled_derive v0.7.0
29612026-03-20T18:30:24.017Z Compiling clap_builder v4.5.60
29622026-03-20T18:30:24.017Z Compiling textwrap v0.16.2
29632026-03-20T18:30:24.213Z Compiling camino-tempfile v1.4.1
29642026-03-20T18:30:24.807Z Compiling tabled v0.15.0
29652026-03-20T18:30:25.091Z Compiling synstructure v0.13.2
29662026-03-20T18:30:25.091Z Compiling pest_generator v2.8.6
29672026-03-20T18:30:25.631Z Compiling serde_derive v1.0.228
29682026-03-20T18:30:25.631Z Compiling zerofrom-derive v0.1.6
29692026-03-20T18:30:25.634Z Compiling yoke-derive v0.8.1
29702026-03-20T18:30:25.634Z Compiling zerovec-derive v0.11.2
29712026-03-20T18:30:25.634Z Compiling displaydoc v0.2.5
29722026-03-20T18:30:25.634Z Compiling thiserror-impl v1.0.69
29732026-03-20T18:30:25.634Z Compiling zerocopy-derive v0.7.35
29742026-03-20T18:30:25.634Z Compiling scroll_derive v0.12.1
29752026-03-20T18:30:25.677Z Compiling thiserror-impl v2.0.18
29762026-03-20T18:30:25.789Z Compiling pest_derive v2.8.6
29772026-03-20T18:30:25.959Z Compiling clap_derive v4.5.55
29782026-03-20T18:30:26.546Z Compiling scroll v0.12.0
29792026-03-20T18:30:26.740Z Compiling zerocopy v0.7.35
29802026-03-20T18:30:26.977Z Compiling goblin v0.8.2
29812026-03-20T18:30:27.191Z Compiling thiserror v1.0.69
29822026-03-20T18:30:27.231Z Compiling zerofrom v0.1.6
29832026-03-20T18:30:27.339Z Compiling dtrace-parser v0.2.0
29842026-03-20T18:30:27.409Z Compiling yoke v0.8.1
29852026-03-20T18:30:27.454Z Compiling thiserror v2.0.18
29862026-03-20T18:30:27.663Z Compiling zerovec v0.11.5
29872026-03-20T18:30:27.689Z Compiling zerotrie v0.2.3
29882026-03-20T18:30:28.230Z Compiling clap v4.5.60
29892026-03-20T18:30:28.483Z Compiling tinystr v0.8.2
29902026-03-20T18:30:28.785Z Compiling icu_locale_core v2.1.1
29912026-03-20T18:30:29.889Z Compiling potential_utf v0.1.4
29922026-03-20T18:30:30.130Z Compiling icu_collections v2.1.1
29932026-03-20T18:30:30.147Z Compiling icu_provider v2.1.1
29942026-03-20T18:30:30.247Z Compiling serde_spanned v0.6.9
29952026-03-20T18:30:30.389Z Compiling toml_datetime v0.6.11
29962026-03-20T18:30:30.444Z Compiling serde-value v0.7.0
29972026-03-20T18:30:30.463Z Compiling cargo-platform v0.2.0
29982026-03-20T18:30:30.480Z Compiling macaddr v1.0.1
29992026-03-20T18:30:30.554Z Compiling dof v0.3.0
30002026-03-20T18:30:30.627Z Compiling icu_properties v2.1.2
30012026-03-20T18:30:30.657Z Compiling icu_normalizer v2.1.1
30022026-03-20T18:30:30.674Z Compiling toml_edit v0.22.27
30032026-03-20T18:30:30.887Z Compiling serde_tokenstream v0.2.3
30042026-03-20T18:30:31.892Z Compiling idna_adapter v1.2.1
30052026-03-20T18:30:32.063Z Compiling idna v1.1.0
30062026-03-20T18:30:32.069Z Compiling usdt-attr-macro v0.5.0
30072026-03-20T18:30:32.088Z Compiling usdt-macro v0.5.0
30082026-03-20T18:30:32.463Z Compiling url v2.5.8
30092026-03-20T18:30:32.759Z Compiling toml v0.8.23
30102026-03-20T18:30:32.850Z Compiling usdt v0.5.0
30112026-03-20T18:30:33.382Z Compiling cargo-util-schemas v0.8.2
30122026-03-20T18:30:33.382Z Compiling cargo_toml v0.21.0
30132026-03-20T18:30:34.863Z Compiling cargo_metadata v0.21.0
30142026-03-20T18:30:39.023Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
30152026-03-20T18:30:43.018Z Finished `release` profile [optimized] target(s) in 22.49s
30162026-03-20T18:30:43.174Z
30172026-03-20T18:30:43.177Zreal 22.627639885
30182026-03-20T18:30:43.177Zuser 3:09.224471154
30192026-03-20T18:30:43.177Zsys 20.754354292
30202026-03-20T18:30:43.177Ztrap 0.084847766
30212026-03-20T18:30:43.177Ztflt 0.677094481
30222026-03-20T18:30:43.177Zdflt 1.733992038
30232026-03-20T18:30:43.177Zkflt 0.000050841
30242026-03-20T18:30:43.177Zlock 7:14.782710251
30252026-03-20T18:30:43.177Zslp 4:22.644475903
30262026-03-20T18:30:43.177Zlat 8.024041761
30272026-03-20T18:30:43.177Zstop 30.513618484
30282026-03-20T18:30:43.177Z+ export CARGO_PROFILE_DEV_DEBUG=line-tables-only
30292026-03-20T18:30:43.177Z+ CARGO_PROFILE_DEV_DEBUG=line-tables-only
30302026-03-20T18:30:43.177Z+ export CARGO_PROFILE_TEST_DEBUG=line-tables-only
30312026-03-20T18:30:43.177Z+ CARGO_PROFILE_TEST_DEBUG=line-tables-only
30322026-03-20T18:30:43.177Z+ ptime -m cargo build --locked -p end-to-end-tests --tests --bin bootstrap --message-format json-render-diagnostics
30332026-03-20T18:30:44.500Z Compiling regress v0.10.5
30342026-03-20T18:30:44.504Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
30352026-03-20T18:30:44.697Z Compiling serde_spanned v1.0.4
30362026-03-20T18:30:44.701Z Compiling toml_writer v1.0.6+spec-1.1.0
30372026-03-20T18:30:44.701Z Compiling newtype-uuid-macros v0.1.0
30382026-03-20T18:30:44.701Z Compiling progenitor-client v0.13.0
30392026-03-20T18:30:44.719Z Compiling structmeta-derive v0.3.0
30402026-03-20T18:30:44.722Z Compiling rustls v0.22.4
30412026-03-20T18:30:44.737Z Compiling rustls-webpki v0.102.8
30422026-03-20T18:30:44.740Z Compiling multer v3.1.0
30432026-03-20T18:30:44.740Z Compiling match_cfg v0.1.0
30442026-03-20T18:30:44.828Z Compiling debug-ignore v1.0.5
30452026-03-20T18:30:44.853Z Compiling slog-json v2.6.1
30462026-03-20T18:30:44.856Z Compiling async-stream-impl v0.3.6
30472026-03-20T18:30:44.953Z Compiling dropshot v0.16.7
30482026-03-20T18:30:45.018Z Compiling hostname v0.3.1
30492026-03-20T18:30:45.018Z Compiling itertools v0.14.0
30502026-03-20T18:30:45.018Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
30512026-03-20T18:30:45.085Z Compiling waitgroup v0.1.2
30522026-03-20T18:30:45.166Z Compiling slog-bunyan v2.5.0
30532026-03-20T18:30:45.170Z Compiling rustls-pemfile v2.2.0
30542026-03-20T18:30:45.195Z Compiling toml v0.9.12+spec-1.1.0
30552026-03-20T18:30:45.250Z Compiling dropshot_endpoint v0.16.7
30562026-03-20T18:30:45.305Z Compiling serde_path_to_error v0.1.20
30572026-03-20T18:30:45.328Z Compiling hostname v0.4.2
30582026-03-20T18:30:45.405Z Compiling macaddr v1.0.1
30592026-03-20T18:30:45.411Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
30602026-03-20T18:30:45.487Z Compiling progenitor-client v0.10.0
30612026-03-20T18:30:45.577Z Compiling instant v0.1.13
30622026-03-20T18:30:45.605Z Compiling backon v1.6.0
30632026-03-20T18:30:45.697Z Compiling async-stream v0.3.6
30642026-03-20T18:30:45.735Z Compiling backoff v0.4.0
30652026-03-20T18:30:45.758Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
30662026-03-20T18:30:45.808Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
30672026-03-20T18:30:45.834Z Compiling progenitor-extras v0.1.1
30682026-03-20T18:30:45.883Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
30692026-03-20T18:30:45.905Z Compiling crucible-workspace-hack v0.1.0
30702026-03-20T18:30:45.931Z Compiling unsafe-libyaml v0.2.11
30712026-03-20T18:30:45.963Z Compiling toml_edit v0.23.10+spec-1.0.0
30722026-03-20T18:30:45.993Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
30732026-03-20T18:30:45.996Z Compiling secrecy v0.10.3
30742026-03-20T18:30:46.048Z Compiling heapless v0.8.0
30752026-03-20T18:30:46.165Z Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
30762026-03-20T18:30:46.194Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
30772026-03-20T18:30:46.246Z Compiling structmeta v0.3.0
30782026-03-20T18:30:46.249Z Compiling hash32 v0.3.1
30792026-03-20T18:30:46.325Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
30802026-03-20T18:30:46.416Z Compiling smoltcp v0.11.0
30812026-03-20T18:30:46.497Z Compiling toml v0.8.23
30822026-03-20T18:30:46.556Z Compiling tabwriter v1.4.1
30832026-03-20T18:30:46.559Z Compiling derive-ex v0.1.8
30842026-03-20T18:30:46.611Z Compiling parse-display-derive v0.10.0
30852026-03-20T18:30:46.666Z Compiling serde_yaml v0.9.34+deprecated
30862026-03-20T18:30:46.840Z Compiling cobs v0.3.0
30872026-03-20T18:30:46.849Z Compiling proc-macro-crate v3.4.0
30882026-03-20T18:30:46.849Z Compiling ingot-macros v0.1.1
30892026-03-20T18:30:46.913Z Compiling typify-impl v0.6.1
30902026-03-20T18:30:46.981Z Compiling foreign-types-macros v0.2.3
30912026-03-20T18:30:47.005Z Compiling foreign-types-shared v0.3.1
30922026-03-20T18:30:47.108Z Compiling convert_case v0.4.0
30932026-03-20T18:30:47.133Z Compiling cpufeatures v0.3.0
30942026-03-20T18:30:47.155Z Compiling postcard v1.1.3
30952026-03-20T18:30:47.254Z Compiling chacha20 v0.10.0
30962026-03-20T18:30:47.500Z Compiling num_enum_derive v0.7.5
30972026-03-20T18:30:47.615Z Compiling proc-macro-crate v1.3.1
30982026-03-20T18:30:47.645Z Compiling derive_more v0.99.20
30992026-03-20T18:30:47.648Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
31002026-03-20T18:30:47.699Z Compiling universal-hash v0.5.1
31012026-03-20T18:30:47.703Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
31022026-03-20T18:30:47.760Z Compiling cstr-argument v0.1.2
31032026-03-20T18:30:47.804Z Compiling foreign-types v0.5.0
31042026-03-20T18:30:47.904Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
31052026-03-20T18:30:47.932Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8)
31062026-03-20T18:30:47.989Z Compiling colored v3.1.1
31072026-03-20T18:30:48.165Z Compiling tokio-rustls v0.25.0
31082026-03-20T18:30:48.192Z Compiling opaque-debug v0.3.1
31092026-03-20T18:30:48.245Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
31102026-03-20T18:30:48.248Z Compiling num_enum_derive v0.5.11
31112026-03-20T18:30:48.323Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
31122026-03-20T18:30:48.357Z Compiling rand v0.10.0
31132026-03-20T18:30:48.429Z Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
31142026-03-20T18:30:48.524Z Compiling half v2.7.1
31152026-03-20T18:30:48.727Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
31162026-03-20T18:30:48.795Z Compiling ciborium-io v0.2.2
31172026-03-20T18:30:48.952Z Compiling ciborium-ll v0.2.2
31182026-03-20T18:30:48.981Z Compiling camino-tempfile v1.4.1
31192026-03-20T18:30:49.042Z Compiling parse-display v0.10.0
31202026-03-20T18:30:49.046Z Compiling test-strategy v0.4.5
31212026-03-20T18:30:49.046Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
31222026-03-20T18:30:49.066Z Compiling num_enum v0.7.5
31232026-03-20T18:30:49.116Z Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
31242026-03-20T18:30:49.268Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
31252026-03-20T18:30:49.295Z Compiling ciborium v0.2.2
31262026-03-20T18:30:49.325Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=368a2225b79328514ce0ea9181d8f874019edaa2#368a2225)
31272026-03-20T18:30:49.348Z Compiling smf v0.2.3
31282026-03-20T18:30:49.374Z Compiling aead v0.5.2
31292026-03-20T18:30:49.456Z Compiling num-derive v0.4.2
31302026-03-20T18:30:49.565Z Compiling sigpipe v0.1.3
31312026-03-20T18:30:49.638Z Compiling glob v0.3.3
31322026-03-20T18:30:49.665Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
31332026-03-20T18:30:49.692Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=368a2225b79328514ce0ea9181d8f874019edaa2#368a2225)
31342026-03-20T18:30:49.720Z Compiling poly1305 v0.8.0
31352026-03-20T18:30:49.781Z Compiling num_enum v0.5.11
31362026-03-20T18:30:49.936Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
31372026-03-20T18:30:50.003Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
31382026-03-20T18:30:50.036Z Compiling chacha20 v0.9.1
31392026-03-20T18:30:50.112Z Compiling whoami v1.6.1
31402026-03-20T18:30:50.151Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=a945a32ba9e1f2098ce3a8963765f1894f37110b#a945a32b)
31412026-03-20T18:30:50.212Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=368a2225b79328514ce0ea9181d8f874019edaa2#368a2225)
31422026-03-20T18:30:50.364Z Compiling thiserror-impl-no-std v2.0.2
31432026-03-20T18:30:50.391Z Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
31442026-03-20T18:30:50.419Z Compiling num-rational v0.4.2
31452026-03-20T18:30:50.520Z Compiling password-hash v0.5.0
31462026-03-20T18:30:50.604Z Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=368a2225b79328514ce0ea9181d8f874019edaa2#368a2225)
31472026-03-20T18:30:50.673Z Compiling blake2 v0.10.6
31482026-03-20T18:30:50.725Z Compiling num-complex v0.4.6
31492026-03-20T18:30:50.795Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
31502026-03-20T18:30:50.850Z Compiling indent_write v2.2.0
31512026-03-20T18:30:50.868Z Compiling ingot-types v0.1.2
31522026-03-20T18:30:50.883Z Compiling prettyplease v0.2.37
31532026-03-20T18:30:51.048Z Compiling argon2 v0.5.3
31542026-03-20T18:30:51.108Z Compiling chacha20poly1305 v0.10.1
31552026-03-20T18:30:51.199Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
31562026-03-20T18:30:51.230Z Compiling float-ord v0.3.2
31572026-03-20T18:30:51.286Z Compiling num v0.4.3
31582026-03-20T18:30:51.321Z Compiling gethostname v0.5.0
31592026-03-20T18:30:51.371Z Compiling usdt-macro v0.5.0
31602026-03-20T18:30:51.412Z Compiling ingot v0.1.1
31612026-03-20T18:30:51.412Z Compiling usdt-attr-macro v0.5.0
31622026-03-20T18:30:51.471Z Compiling derive-where v1.6.0
31632026-03-20T18:30:51.474Z Compiling memmap v0.7.0
31642026-03-20T18:30:51.501Z Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
31652026-03-20T18:30:51.527Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
31662026-03-20T18:30:51.682Z Compiling atomicwrites v0.4.4
31672026-03-20T18:30:51.782Z Compiling cancel-safe-futures v0.1.5
31682026-03-20T18:30:51.922Z Compiling owo-colors v4.3.0
31692026-03-20T18:30:51.960Z Compiling libsw-core v0.3.2
31702026-03-20T18:30:51.994Z Compiling async-recursion v1.1.1
31712026-03-20T18:30:52.039Z Compiling thiserror-no-std v2.0.2
31722026-03-20T18:30:52.122Z Compiling resolv-conf v0.7.6
31732026-03-20T18:30:52.189Z Compiling vsss-rs v3.3.4
31742026-03-20T18:30:52.219Z Compiling libsw v3.5.0
31752026-03-20T18:30:52.388Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
31762026-03-20T18:30:52.505Z Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
31772026-03-20T18:30:52.539Z Compiling usdt v0.5.0
31782026-03-20T18:30:52.619Z Compiling typify-impl v0.4.3
31792026-03-20T18:30:52.702Z Compiling linear-map v1.2.0
31802026-03-20T18:30:52.911Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=368a2225b79328514ce0ea9181d8f874019edaa2#368a2225)
31812026-03-20T18:30:52.971Z Compiling libefi-sys v0.1.0
31822026-03-20T18:30:52.978Z Compiling hickory-proto v0.24.4
31832026-03-20T18:30:52.990Z Compiling newline-converter v0.3.0
31842026-03-20T18:30:53.151Z Compiling console v0.15.11
31852026-03-20T18:30:53.158Z Compiling bitfield-struct v0.6.2
31862026-03-20T18:30:53.158Z Compiling linked-hash-map v0.5.6
31872026-03-20T18:30:53.171Z Compiling semver v0.1.20
31882026-03-20T18:30:53.337Z Compiling lru-cache v0.1.2
31892026-03-20T18:30:53.377Z Compiling pin-project-internal v1.1.11
31902026-03-20T18:30:53.436Z Compiling slog-dtrace v0.3.0
31912026-03-20T18:30:53.526Z Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
31922026-03-20T18:30:53.553Z Compiling expectorate v1.2.0
31932026-03-20T18:30:53.637Z Compiling rustc_version v0.1.7
31942026-03-20T18:30:53.640Z Compiling typify-macro v0.6.1
31952026-03-20T18:30:53.704Z Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
31962026-03-20T18:30:53.781Z Compiling minimal-lexical v0.2.1
31972026-03-20T18:30:53.861Z Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
31982026-03-20T18:30:53.902Z Compiling tokio-dtrace v0.1.1
31992026-03-20T18:30:53.927Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
32002026-03-20T18:30:53.985Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
32012026-03-20T18:30:54.015Z Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
32022026-03-20T18:30:54.117Z Compiling nom v7.1.3
32032026-03-20T18:30:54.156Z Compiling newtype_derive v0.1.6
32042026-03-20T18:30:54.183Z Compiling phf_shared v0.12.1
32052026-03-20T18:30:54.241Z Compiling dropshot-api-manager-types v0.6.0
32062026-03-20T18:30:54.284Z Compiling pem v3.0.6
32072026-03-20T18:30:54.438Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
32082026-03-20T18:30:54.465Z Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
32092026-03-20T18:30:54.489Z Compiling snafu-derive v0.8.9
32102026-03-20T18:30:54.626Z Compiling csv-core v0.1.13
32112026-03-20T18:30:54.669Z Compiling highway v1.3.0
32122026-03-20T18:30:54.708Z Compiling xshell-macros v0.2.7
32132026-03-20T18:30:54.774Z Compiling chrono-tz v0.10.4
32142026-03-20T18:30:55.005Z Compiling base64 v0.21.7
32152026-03-20T18:30:55.038Z Compiling same-file v1.0.6
32162026-03-20T18:30:55.097Z Compiling pin-project v1.1.11
32172026-03-20T18:30:55.131Z Compiling const_format_proc_macros v0.2.34
32182026-03-20T18:30:55.209Z Compiling walkdir v2.5.0
32192026-03-20T18:30:55.280Z Compiling xshell v0.2.7
32202026-03-20T18:30:55.306Z Compiling csv v1.4.0
32212026-03-20T18:30:55.567Z Compiling phf v0.12.1
32222026-03-20T18:30:55.600Z Compiling oxide-tokio-rt v0.1.3
32232026-03-20T18:30:55.817Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
32242026-03-20T18:30:55.979Z Compiling gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
32252026-03-20T18:30:56.007Z Compiling globset v0.4.18
32262026-03-20T18:30:56.030Z Compiling olpc-cjson v0.1.4
32272026-03-20T18:30:56.051Z Compiling hickory-resolver v0.24.4
32282026-03-20T18:30:56.117Z Compiling primeorder v0.13.6
32292026-03-20T18:30:56.154Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
32302026-03-20T18:30:56.178Z Compiling typify v0.6.1
32312026-03-20T18:30:56.187Z Compiling rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=b603c9f3dccefcf1d3e941c04505ff6bdd1826b6#b603c9f3)
32322026-03-20T18:30:56.284Z Compiling serde_plain v1.0.2
32332026-03-20T18:30:56.311Z Compiling typed-path v0.9.3
32342026-03-20T18:30:56.346Z Compiling const_format v0.2.35
32352026-03-20T18:30:56.366Z Compiling progenitor-impl v0.13.0
32362026-03-20T18:30:56.503Z Compiling cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
32372026-03-20T18:30:56.761Z Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
32382026-03-20T18:30:56.849Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
32392026-03-20T18:30:56.880Z Compiling tabled_derive v0.7.0
32402026-03-20T18:30:56.917Z Compiling bcs v0.1.6
32412026-03-20T18:30:57.305Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
32422026-03-20T18:30:57.374Z Compiling snafu v0.8.9
32432026-03-20T18:30:57.572Z Compiling qorb v0.4.1
32442026-03-20T18:30:57.598Z Compiling radium v0.7.0
32452026-03-20T18:30:57.637Z Compiling utf-8 v0.7.6
32462026-03-20T18:30:57.663Z Compiling salty v0.3.0
32472026-03-20T18:30:57.888Z Compiling tough v0.20.0
32482026-03-20T18:30:57.924Z Compiling termtree v0.5.1
32492026-03-20T18:30:58.045Z Compiling tungstenite v0.21.0
32502026-03-20T18:30:58.072Z Compiling textwrap v0.16.2
32512026-03-20T18:30:58.076Z Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
32522026-03-20T18:30:58.140Z Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
32532026-03-20T18:30:58.239Z Compiling tabled v0.15.0
32542026-03-20T18:30:58.399Z Compiling steno v0.4.1
32552026-03-20T18:30:58.430Z Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
32562026-03-20T18:30:58.543Z Compiling tap v1.0.1
32572026-03-20T18:30:58.620Z Compiling maybe-uninit v2.0.0
32582026-03-20T18:30:58.802Z Compiling humantime v2.3.0
32592026-03-20T18:30:58.817Z Compiling wyz v0.5.1
32602026-03-20T18:30:58.817Z Compiling tokio-tungstenite v0.21.0
32612026-03-20T18:30:59.100Z Compiling p384 v0.13.1
32622026-03-20T18:30:59.115Z Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
32632026-03-20T18:30:59.250Z Compiling oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
32642026-03-20T18:30:59.299Z Compiling internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
32652026-03-20T18:30:59.332Z Compiling typify-macro v0.4.3
32662026-03-20T18:30:59.400Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
32672026-03-20T18:30:59.501Z Compiling clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
32682026-03-20T18:30:59.927Z Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
32692026-03-20T18:31:00.071Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
32702026-03-20T18:31:00.089Z Compiling arc-swap v1.8.2
32712026-03-20T18:31:00.161Z Compiling progenitor-macro v0.13.0
32722026-03-20T18:31:00.440Z Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
32732026-03-20T18:31:00.523Z Compiling funty v2.0.0
32742026-03-20T18:31:00.621Z Compiling packed_struct v0.10.1
32752026-03-20T18:31:00.872Z Compiling tagptr v0.2.0
32762026-03-20T18:31:01.034Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
32772026-03-20T18:31:01.077Z Compiling bitvec v1.0.1
32782026-03-20T18:31:01.454Z Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
32792026-03-20T18:31:01.658Z Compiling moka v0.12.13
32802026-03-20T18:31:01.761Z Compiling typify v0.4.3
32812026-03-20T18:31:01.786Z Compiling slog-scope v4.4.1
32822026-03-20T18:31:01.965Z Compiling polyval v0.6.2
32832026-03-20T18:31:01.980Z Compiling progenitor-impl v0.10.0
32842026-03-20T18:31:01.980Z Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
32852026-03-20T18:31:02.047Z Compiling packed_struct_codegen v0.10.1
32862026-03-20T18:31:02.158Z Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
32872026-03-20T18:31:02.194Z Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
32882026-03-20T18:31:02.225Z Compiling bitfield-macros v0.19.4
32892026-03-20T18:31:02.255Z Compiling zerocopy-derive v0.6.6
32902026-03-20T18:31:02.420Z Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
32912026-03-20T18:31:02.748Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
32922026-03-20T18:31:03.087Z Compiling proc-macro-error-attr2 v2.0.0
32932026-03-20T18:31:03.113Z Compiling indexmap v1.9.3
32942026-03-20T18:31:03.247Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
32952026-03-20T18:31:03.415Z Compiling parking_lot_core v0.8.6
32962026-03-20T18:31:03.456Z Compiling nodrop v0.1.14
32972026-03-20T18:31:03.532Z Compiling crc-catalog v2.4.0
32982026-03-20T18:31:03.625Z Compiling array-init v0.0.4
32992026-03-20T18:31:03.692Z Compiling crc v3.4.0
33002026-03-20T18:31:03.721Z Compiling proc-macro-error2 v2.0.1
33012026-03-20T18:31:03.724Z Compiling zerocopy v0.6.6
33022026-03-20T18:31:03.808Z Compiling bitfield v0.19.4
33032026-03-20T18:31:03.877Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
33042026-03-20T18:31:04.007Z Compiling hickory-resolver v0.25.2
33052026-03-20T18:31:04.205Z Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
33062026-03-20T18:31:04.208Z Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
33072026-03-20T18:31:04.257Z Compiling ghash v0.5.1
33082026-03-20T18:31:04.286Z Compiling slog-stdlog v4.1.1
33092026-03-20T18:31:04.313Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
33102026-03-20T18:31:04.475Z Compiling smallvec v0.6.14
33112026-03-20T18:31:04.607Z Compiling git-stub v1.0.0
33122026-03-20T18:31:04.635Z Compiling ctr v0.9.2
33132026-03-20T18:31:04.764Z Compiling num-derive v0.3.3
33142026-03-20T18:31:04.792Z Compiling lzma-sys v0.1.20
33152026-03-20T18:31:04.817Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
33162026-03-20T18:31:04.940Z Compiling unicase v2.9.0
33172026-03-20T18:31:04.996Z Compiling hashbrown v0.12.3
33182026-03-20T18:31:05.138Z Compiling aes-gcm v0.10.3
33192026-03-20T18:31:05.253Z Compiling zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
33202026-03-20T18:31:05.302Z Compiling mime_guess v2.0.5
33212026-03-20T18:31:05.488Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
33222026-03-20T18:31:05.495Z Compiling git-stub-vcs v0.1.0
33232026-03-20T18:31:05.495Z Compiling serde-hex v0.1.0
33242026-03-20T18:31:05.503Z Compiling slog-envlogger v2.2.0
33252026-03-20T18:31:05.685Z Compiling tabled_derive v0.11.0
33262026-03-20T18:31:05.764Z Compiling progenitor-macro v0.10.0
33272026-03-20T18:31:05.948Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
33282026-03-20T18:31:05.978Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
33292026-03-20T18:31:06.009Z Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
33302026-03-20T18:31:06.038Z Compiling libscf-sys v1.1.0
33312026-03-20T18:31:06.237Z Compiling progenitor-impl v0.11.2
33322026-03-20T18:31:06.290Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
33332026-03-20T18:31:06.475Z Compiling ron v0.8.1
33342026-03-20T18:31:06.519Z Compiling papergrid v0.17.0
33352026-03-20T18:31:06.615Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
33362026-03-20T18:31:06.726Z Compiling cargo_toml v0.22.3
33372026-03-20T18:31:07.036Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
33382026-03-20T18:31:07.313Z Compiling hashbrown v0.13.2
33392026-03-20T18:31:07.377Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
33402026-03-20T18:31:07.492Z Compiling progenitor v0.13.0
33412026-03-20T18:31:07.714Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=b603c9f3dccefcf1d3e941c04505ff6bdd1826b6#b603c9f3)
33422026-03-20T18:31:07.788Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
33432026-03-20T18:31:07.846Z Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
33442026-03-20T18:31:07.873Z Compiling testing_table v0.3.0
33452026-03-20T18:31:07.935Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
33462026-03-20T18:31:08.025Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f)
33472026-03-20T18:31:08.120Z Compiling ssh-encoding v0.2.0
33482026-03-20T18:31:08.331Z Compiling blowfish v0.9.1
33492026-03-20T18:31:08.410Z Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
33502026-03-20T18:31:08.496Z Compiling nibble_vec v0.1.0
33512026-03-20T18:31:08.524Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
33522026-03-20T18:31:08.624Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
33532026-03-20T18:31:08.732Z Compiling corncobs v0.1.4
33542026-03-20T18:31:08.759Z Compiling crc-any v2.5.0
33552026-03-20T18:31:08.762Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
33562026-03-20T18:31:08.850Z Compiling endian-type v0.1.2
33572026-03-20T18:31:08.955Z Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
33582026-03-20T18:31:09.024Z Compiling radix_trie v0.2.1
33592026-03-20T18:31:09.067Z Compiling bcrypt-pbkdf v0.10.0
33602026-03-20T18:31:09.123Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
33612026-03-20T18:31:09.146Z Compiling ssh-cipher v0.2.0
33622026-03-20T18:31:09.211Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
33632026-03-20T18:31:09.485Z Compiling tabled v0.20.0
33642026-03-20T18:31:09.528Z Compiling object v0.30.4
33652026-03-20T18:31:09.554Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
33662026-03-20T18:31:10.003Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
33672026-03-20T18:31:10.006Z Compiling parking_lot v0.11.2
33682026-03-20T18:31:10.127Z Compiling progenitor-macro v0.11.2
33692026-03-20T18:31:10.189Z Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
33702026-03-20T18:31:10.565Z Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
33712026-03-20T18:31:10.595Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
33722026-03-20T18:31:10.816Z Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#d83f56a6)
33732026-03-20T18:31:11.168Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
33742026-03-20T18:31:11.406Z Compiling progenitor-client v0.11.2
33752026-03-20T18:31:11.700Z Compiling prefix-trie v0.7.0
33762026-03-20T18:31:11.778Z Compiling password-hash v0.4.2
33772026-03-20T18:31:11.915Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
33782026-03-20T18:31:12.042Z Compiling fxhash v0.2.1
33792026-03-20T18:31:12.091Z Compiling secrecy v0.8.0
33802026-03-20T18:31:12.123Z Compiling path-slash v0.1.5
33812026-03-20T18:31:12.224Z Compiling half v1.8.3
33822026-03-20T18:31:12.259Z Compiling http-range v0.1.5
33832026-03-20T18:31:12.324Z Compiling sled v0.34.7
33842026-03-20T18:31:12.324Z Compiling hickory-server v0.25.2
33852026-03-20T18:31:12.381Z Compiling pbkdf2 v0.11.0
33862026-03-20T18:31:12.541Z Compiling serde_cbor v0.11.2
33872026-03-20T18:31:12.629Z Compiling ron v0.12.0
33882026-03-20T18:31:12.698Z Compiling xz2 v0.1.7
33892026-03-20T18:31:13.013Z Compiling progenitor v0.10.0
33902026-03-20T18:31:13.042Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
33912026-03-20T18:31:13.237Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
33922026-03-20T18:31:13.397Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
33932026-03-20T18:31:13.568Z Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
33942026-03-20T18:31:13.796Z Compiling nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
33952026-03-20T18:31:13.863Z Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
33962026-03-20T18:31:14.175Z Compiling ssh-key v0.6.7
33972026-03-20T18:31:14.730Z Compiling hickory-client v0.25.2
33982026-03-20T18:31:15.053Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=368a2225b79328514ce0ea9181d8f874019edaa2#368a2225)
33992026-03-20T18:31:15.204Z Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
34002026-03-20T18:31:15.242Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
34012026-03-20T18:31:15.281Z Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=b603c9f3dccefcf1d3e941c04505ff6bdd1826b6#b603c9f3)
34022026-03-20T18:31:16.076Z Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
34032026-03-20T18:31:16.208Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
34042026-03-20T18:31:16.374Z Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
34052026-03-20T18:31:16.411Z Compiling p256 v0.13.2
34062026-03-20T18:31:16.473Z Compiling p521 v0.13.3
34072026-03-20T18:31:16.594Z Compiling yasna v0.5.2
34082026-03-20T18:31:16.636Z Compiling kstat-rs v0.2.4
34092026-03-20T18:31:16.761Z Compiling headers-core v0.3.0
34102026-03-20T18:31:16.880Z Compiling nanorand v0.7.0
34112026-03-20T18:31:16.948Z Compiling atty v0.2.14
34122026-03-20T18:31:16.951Z Compiling russh-cryptovec v0.7.3
34132026-03-20T18:31:16.951Z Compiling home v0.5.12
34142026-03-20T18:31:17.059Z Compiling crc8 v0.1.1
34152026-03-20T18:31:17.086Z Compiling md5 v0.7.0
34162026-03-20T18:31:17.178Z Compiling base16ct v1.0.0
34172026-03-20T18:31:17.204Z Compiling flume v0.11.1
34182026-03-20T18:31:17.233Z Compiling rcgen v0.12.1
34192026-03-20T18:31:17.262Z Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=368a2225b79328514ce0ea9181d8f874019edaa2#368a2225)
34202026-03-20T18:31:17.338Z Compiling progenitor v0.11.2
34212026-03-20T18:31:17.419Z Compiling russh-keys v0.45.0
34222026-03-20T18:31:17.519Z Compiling headers v0.4.1
34232026-03-20T18:31:17.542Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
34242026-03-20T18:31:17.569Z Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
34252026-03-20T18:31:17.658Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
34262026-03-20T18:31:17.721Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
34272026-03-20T18:31:17.835Z Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
34282026-03-20T18:31:18.148Z Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
34292026-03-20T18:31:18.366Z Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
34302026-03-20T18:31:18.465Z Compiling bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
34312026-03-20T18:31:18.501Z Compiling hyper-staticfile v0.10.1
34322026-03-20T18:31:18.592Z Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
34332026-03-20T18:31:19.132Z Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
34342026-03-20T18:31:19.154Z Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
34352026-03-20T18:31:19.260Z Compiling tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
34362026-03-20T18:31:19.646Z Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
34372026-03-20T18:31:19.668Z Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
34382026-03-20T18:31:19.669Z Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
34392026-03-20T18:31:19.674Z Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
34402026-03-20T18:31:19.742Z Compiling num-bigint v0.4.6
34412026-03-20T18:31:19.742Z Compiling des v0.8.1
34422026-03-20T18:31:20.056Z Compiling subprocess v0.2.15
34432026-03-20T18:31:20.320Z Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
34442026-03-20T18:31:20.609Z Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
34452026-03-20T18:31:20.642Z Compiling display-error-chain v0.2.2
34462026-03-20T18:31:20.852Z Compiling hex-literal v0.4.1
34472026-03-20T18:31:20.882Z Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
34482026-03-20T18:31:20.933Z Compiling colored v2.2.0
34492026-03-20T18:31:21.033Z Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
34502026-03-20T18:31:21.109Z Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
34512026-03-20T18:31:21.202Z Compiling dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
34522026-03-20T18:31:21.245Z Compiling socket2 v0.5.10
34532026-03-20T18:31:21.375Z Compiling internet-checksum v0.2.1
34542026-03-20T18:31:21.456Z Compiling russh v0.45.0
34552026-03-20T18:31:27.392Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
34562026-03-20T18:31:37.742Z Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
34572026-03-20T18:31:37.742Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
34582026-03-20T18:31:37.757Z Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
34592026-03-20T18:31:37.757Z Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
34602026-03-20T18:31:39.992Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
34612026-03-20T18:31:40.163Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
34622026-03-20T18:31:46.012Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
34632026-03-20T18:32:15.348Z Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
34642026-03-20T18:32:39.824Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 56s
34652026-03-20T18:32:40.113Z
34662026-03-20T18:32:40.116Zreal 1:56.876891429
34672026-03-20T18:32:40.116Zuser 11:42.478951341
34682026-03-20T18:32:40.116Zsys 2:05.161959223
34692026-03-20T18:32:40.116Ztrap 0.364762552
34702026-03-20T18:32:40.116Ztflt 0.488185055
34712026-03-20T18:32:40.116Zdflt 1.657192757
34722026-03-20T18:32:40.116Zkflt 0.000768797
34732026-03-20T18:32:40.116Zlock 40:38.226924411
34742026-03-20T18:32:40.116Zslp 26:12.419502342
34752026-03-20T18:32:40.117Zlat 44.725938887
34762026-03-20T18:32:40.117Zstop 4:11.917547748
34772026-03-20T18:32:40.117Z+ mkdir tests
34782026-03-20T18:32:40.120Z+ /opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json
34792026-03-20T18:32:40.120Z+ xargs -I '{}' -t cp '{}' tests/
34802026-03-20T18:32:40.155Zcp /work/oxidecomputer/omicron/target/debug/deps/dhcp_server-3cfda2b19fc9c082 tests/
34812026-03-20T18:32:40.178Zcp /work/oxidecomputer/omicron/target/debug/deps/bootstrap-4efb730566fa72b1 tests/
34822026-03-20T18:32:40.200Zcp /work/oxidecomputer/omicron/target/debug/deps/commtest-414a1ceb74370f64 tests/
34832026-03-20T18:32:40.223Zcp /work/oxidecomputer/omicron/target/debug/deps/end_to_end_tests-847e77c7b02b4e6e tests/
34842026-03-20T18:32:40.521Z+ 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/*)
34852026-03-20T18:32:40.525Z+ 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-4efb730566fa72b1 tests/commtest-414a1ceb74370f64 tests/dhcp_server-3cfda2b19fc9c082 tests/end_to_end_tests-847e77c7b02b4e6e 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
34862026-03-20T18:34:18.898ZCompressing '/work/package.tar.gz' with '/usr/bin/gzip'...
34872026-03-20T18:34:18.898Za .github/buildomat/ci-env.sh 1K
34882026-03-20T18:34:18.898Za out/target/test 1K
34892026-03-20T18:34:18.898Za out/npuzone/npuzone 27402K
34902026-03-20T18:34:18.898Za package-manifest.toml 35K
34912026-03-20T18:34:18.898Za smf/sled-agent/non-gimlet/config.toml 6K
34922026-03-20T18:34:18.898Za target/release/omicron-package 40565K
34932026-03-20T18:34:18.898Za target/release/xtask 11433K
34942026-03-20T18:34:18.898Za target/debug/bootstrap 336242K
34952026-03-20T18:34:18.899Za tests/bootstrap-4efb730566fa72b1 31310K
34962026-03-20T18:34:18.899Za tests/commtest-414a1ceb74370f64 32395K
34972026-03-20T18:34:18.899Za tests/dhcp_server-3cfda2b19fc9c082 31310K
34982026-03-20T18:34:18.899Za tests/end_to_end_tests-847e77c7b02b4e6e 378537K
34992026-03-20T18:34:18.899Za out/clickhouse.tar.gz 301709K
35002026-03-20T18:34:18.899Za out/clickhouse_keeper.tar.gz 287174K
35012026-03-20T18:34:18.899Za out/clickhouse_server.tar.gz 301708K
35022026-03-20T18:34:18.899Za out/cockroachdb.tar.gz 156536K
35032026-03-20T18:34:18.899Za out/crucible-pantry-zone.tar.gz 38993K
35042026-03-20T18:34:18.899Za out/crucible-utils.tar 17744K
35052026-03-20T18:34:18.899Za out/crucible-zone.tar.gz 53131K
35062026-03-20T18:34:18.899Za out/external-dns.tar.gz 43607K
35072026-03-20T18:34:18.899Za out/internal-dns.tar.gz 43607K
35082026-03-20T18:34:18.899Za out/mg-ddm-gz.tar 78377K
35092026-03-20T18:34:18.899Za out/nexus.tar.gz 210612K
35102026-03-20T18:34:18.899Za out/ntp.tar.gz 25421K
35112026-03-20T18:34:18.899Za out/omicron-gateway-softnpu.tar.gz 26342K
35122026-03-20T18:34:18.899Za out/omicron-sled-agent.tar 180872K
35132026-03-20T18:34:18.899Za out/overlay.tar.gz 3K
35142026-03-20T18:34:18.899Za out/oximeter.tar.gz 57507K
35152026-03-20T18:34:18.899Za out/oxlog.tar 3782K
35162026-03-20T18:34:18.899Za out/probe.tar.gz 3037K
35172026-03-20T18:34:18.899Za out/propolis-server.tar.gz 33249K
35182026-03-20T18:34:18.899Za out/pumpkind-gz.tar 26647K
35192026-03-20T18:34:18.899Za out/switch-softnpu.tar.gz 366492K
35202026-03-20T18:34:18.906Z
35212026-03-20T18:34:18.906Zreal 1:38.384057873
35222026-03-20T18:34:18.906Zuser 1:35.347604696
35232026-03-20T18:34:18.906Zsys 6.284405450
35242026-03-20T18:34:18.906Ztrap 0.007044605
35252026-03-20T18:34:18.906Ztflt 0.000000000
35262026-03-20T18:34:18.906Zdflt 0.000000000
35272026-03-20T18:34:18.906Zkflt 0.000000000
35282026-03-20T18:34:18.906Zlock 0.000000000
35292026-03-20T18:34:18.906Zslp 1:34.516570995
35302026-03-20T18:34:18.906Zlat 0.607798170
35312026-03-20T18:34:18.906Zstop 0.000169244
35322026-03-20T18:34:18.906Zprocess exited: duration 1246272 ms, exit code 0
 
35332026-03-20T18:34:18.922Zfound 1 output files
35342026-03-20T18:34:18.922Zuploading: /work/package.tar.gz (2274595450 bytes)
35352026-03-20T18:34:52.167Zuploaded: /work/package.tar.gz