01KM3ZRT5FRNM7EG9VK21TY1H5: 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: 01KM3ZSF3R1VDGC6VM4415ZPE6

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12026-03-19T21:26:43.935Zjob assigned to worker 01KM3ZSPQ4NEQ67V2AZB4JJFHH [factory aws, i-00a0ed1755d762602] (queued for 1 m 46 s)
 
22026-03-19T21:26:52.667Zstarting task 0: "setup"
32026-03-19T21:26:52.676Z++ uname -s
42026-03-19T21:26:52.676Z+ kern=SunOS
52026-03-19T21:26:52.676Z+ build_user=build
62026-03-19T21:26:52.676Z+ build_uid=12345
72026-03-19T21:26:52.676Z+ work_dir=/work
82026-03-19T21:26:52.676Z+ input_dir=/input
92026-03-19T21:26:52.677Z+ [[ 0 == 12345 ]]
102026-03-19T21:26:52.677Z+ case "$kern" in
112026-03-19T21:26:52.677Z+ groupadd -g 12345 build
122026-03-19T21:26:52.681Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-03-19T21:26:54.686Z+ zfs create -o mountpoint=/work rpool/work
142026-03-19T21:26:54.808Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-03-19T21:26:54.815Z+ home_fs=zfs
162026-03-19T21:26:54.815Z+ [[ zfs == autofs ]]
172026-03-19T21:26:54.815Z+ mkdir -p /home/build
182026-03-19T21:26:54.815Z+ chown build:build /home/build /work
192026-03-19T21:26:56.815Z+ chmod 0700 /home/build /work
202026-03-19T21:26:56.818Zprocess exited: duration 4153 ms, exit code 0
 
212026-03-19T21:26:56.824Zstarting task 1: "rust-toolchain"
222026-03-19T21:26:56.830Z+ printf ' * rust toolchain channel = "%s"\n' 1.94.0
232026-03-19T21:26:56.830Z * rust toolchain channel = "1.94.0"
242026-03-19T21:26:56.830Z * rust toolchain profile = "default"
252026-03-19T21:26:56.833Z+ printf ' * rust toolchain profile = "%s"\n' default
262026-03-19T21:26:56.833Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-03-19T21:26:56.833Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-03-19T21:26:56.833Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-03-19T21:26:56.833Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.94.0 --profile default
302026-03-19T21:26:56.981Zinfo: downloading installer
312026-03-19T21:26:58.777Zwarn: It looks like you have an existing installation of Rust at:
322026-03-19T21:26:58.777Zwarn: /opt/ooce/bin
332026-03-19T21:26:58.777Zwarn: It is recommended that rustup be the primary Rust installation.
342026-03-19T21:26:58.777Zwarn: Otherwise you may have confusion unless you are careful with your PATH.
352026-03-19T21:26:58.777Zwarn: If you are sure that you want both rustup and your already installed Rust
362026-03-19T21:26:58.777Zwarn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
372026-03-19T21:26:58.777Zwarn: or pass `-y' to ignore all ignorable checks.
382026-03-19T21:26:58.777Zerror: cannot install while Rust is installed
392026-03-19T21:26:58.780Zwarn: continuing (because the -y flag is set and the error is ignorable)
402026-03-19T21:26:58.780Zwarn: It looks like you have an existing rustup settings file at:
412026-03-19T21:26:58.780Zwarn: /home/build/.rustup/settings.toml
422026-03-19T21:26:58.780Zwarn: Rustup will install the default toolchain as specified in the settings file,
432026-03-19T21:26:58.781Zwarn: instead of the one inferred from the default host triple.
442026-03-19T21:26:58.789Zinfo: profile set to default
452026-03-19T21:26:58.789Zinfo: default host triple is x86_64-unknown-illumos
462026-03-19T21:26:58.792Zinfo: syncing channel updates for 1.94.0-x86_64-unknown-illumos
472026-03-19T21:26:58.952Zinfo: latest update on 2026-03-05 for version 1.94.0 (4a4ef493e 2026-03-02)
482026-03-19T21:26:58.955Zinfo: downloading 6 components
492026-03-19T21:27:16.875Zinfo: default toolchain set to 1.94.0-x86_64-unknown-illumos
502026-03-19T21:27:16.875Z
512026-03-19T21:27:16.902Z 1.94.0-x86_64-unknown-illumos installed - rustc 1.94.0 (4a4ef493e 2026-03-02)
522026-03-19T21:27:16.902Z
532026-03-19T21:27:16.930Z
542026-03-19T21:27:16.931ZRust is installed now. Great!
552026-03-19T21:27:16.931Z
562026-03-19T21:27:16.931ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
572026-03-19T21:27:16.931Zenvironment variable. This has not been done automatically.
582026-03-19T21:27:16.931Z
592026-03-19T21:27:16.931ZTo configure your current shell, you need to source
602026-03-19T21:27:16.931Zthe corresponding env file under $HOME/.cargo.
612026-03-19T21:27:16.931Z
622026-03-19T21:27:16.931ZThis is usually done by running one of the following (note the leading DOT):
632026-03-19T21:27:16.932Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
642026-03-19T21:27:16.932Zsource "$HOME/.cargo/env.fish" # For fish
652026-03-19T21:27:16.932Zsource "~/.cargo/env.nu" # For nushell
662026-03-19T21:27:16.932Zsource "$HOME/.cargo/env.tcsh" # For tcsh
672026-03-19T21:27:16.932Z. "$HOME/.cargo/env.ps1" # For pwsh
682026-03-19T21:27:16.932Zsource "$HOME/.cargo/env.xsh" # For xonsh
692026-03-19T21:27:16.932Zwarn: no default linker (`cc`) was found in your PATH
702026-03-19T21:27:16.932Zwarn: many Rust crates require a system C toolchain to build
712026-03-19T21:27:17.011Z+ rustup --version
722026-03-19T21:27:17.027Zrustup 1.29.0 (28d1352db 2026-03-05)
732026-03-19T21:27:17.027Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
742026-03-19T21:27:17.040Zinfo: the currently active `rustc` version is `rustc 1.94.0 (4a4ef493e 2026-03-02)`
752026-03-19T21:27:17.087Z+ cargo --version
762026-03-19T21:27:17.087Zcargo 1.94.0 (85eff7c80 2026-01-15)
772026-03-19T21:27:17.088Z+ rustc --version
782026-03-19T21:27:17.095Zrustc 1.94.0 (4a4ef493e 2026-03-02)
792026-03-19T21:27:17.095Zprocess exited: duration 20246 ms, exit code 0
 
802026-03-19T21:27:17.120Zstarting task 2: "authentication"
812026-03-19T21:27:17.154Zprocess exited: duration 33 ms, exit code 0
 
822026-03-19T21:27:17.165Zstarting task 3: "clone repository"
832026-03-19T21:27:17.168Z+ mkdir -p /work/oxidecomputer/omicron
842026-03-19T21:27:17.173Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
852026-03-19T21:27:17.214ZCloning into '/work/oxidecomputer/omicron'...
862026-03-19T21:27:28.103Z+ cd /work/oxidecomputer/omicron
872026-03-19T21:27:28.106Z+ git fetch origin 0914f01121826b1ce6d554ecd7bcb66baf8a6aa6
882026-03-19T21:27:28.794ZFrom https://github.com/oxidecomputer/omicron
892026-03-19T21:27:28.794Z * branch 0914f01121826b1ce6d554ecd7bcb66baf8a6aa6 -> FETCH_HEAD
902026-03-19T21:27:28.807Z+ [[ -n mergeconflict/fm-sb-types ]]
912026-03-19T21:27:28.810Z++ git branch --show-current
922026-03-19T21:27:28.813Z+ current=main
932026-03-19T21:27:28.813Z+ [[ main != mergeconflict/fm-sb-types ]]
942026-03-19T21:27:28.813Z+ git branch -f mergeconflict/fm-sb-types 0914f01121826b1ce6d554ecd7bcb66baf8a6aa6
952026-03-19T21:27:28.816Z+ git checkout -f mergeconflict/fm-sb-types
962026-03-19T21:27:29.143ZSwitched to branch 'mergeconflict/fm-sb-types'
972026-03-19T21:27:29.146Z+ git reset --hard 0914f01121826b1ce6d554ecd7bcb66baf8a6aa6
982026-03-19T21:27:29.164ZHEAD is now at 0914f0112 nexus-types: add SupportBundleRequest type, Display impls, and Case field
992026-03-19T21:27:29.167Zprocess exited: duration 11999 ms, exit code 0
 
1002026-03-19T21:27:29.173Zstarting task 4: "build"
1012026-03-19T21:27:29.180Z+ source .github/buildomat/ci-env.sh
1022026-03-19T21:27:29.180Z++ export CARGO_TERM_COLOR=always
1032026-03-19T21:27:29.180Z++ CARGO_TERM_COLOR=always
1042026-03-19T21:27:29.183Z+ cargo --version
1052026-03-19T21:27:29.192Zcargo 1.94.0 (85eff7c80 2026-01-15)
1062026-03-19T21:27:29.196Z+ rustc --version
1072026-03-19T21:27:29.221Zrustc 1.94.0 (4a4ef493e 2026-03-02)
1082026-03-19T21:27:29.224Z+ WORK=/work
1092026-03-19T21:27:29.224Z+ pfexec mkdir -p /work
1102026-03-19T21:27:29.230Z+ pfexec chown build /work
1112026-03-19T21:27:29.233Z+ ptime -m ./tools/install_builder_prerequisites.sh -yp
1122026-03-19T21:27:39.165Z Startup: Refreshing catalog 'helios-dev' ... Done
1132026-03-19T21:27:49.187Z Startup: Caching catalogs ... Done
1142026-03-19T21:28:11.328ZPlanning: Solver setup ... Done (20.729s)
1152026-03-19T21:28:11.485ZPlanning: Running solver ... Done (0.156s)
1162026-03-19T21:28:11.667ZPlanning: Finding local manifests ... Done (0.003s)
1172026-03-19T21:28:11.679ZPlanning: Fetching manifests: 0/4 0% complete
1182026-03-19T21:28:11.808ZPlanning: Fetching manifests: 4/4 100% complete
1192026-03-19T21:28:11.852ZPlanning: Package planning ... Done (0.043s)
1202026-03-19T21:28:11.894ZPlanning: Merging actions ... Done (0.043s)
1212026-03-19T21:28:12.140ZPlanning: Checking for conflicting actions ... Done (0.244s)
1222026-03-19T21:28:12.149ZPlanning: Consolidating action changes ... Done (0.010s)
1232026-03-19T21:28:13.034ZPlanning: Evaluating mediators ... Done (0.884s)
1242026-03-19T21:28:13.042ZPlanning: Planning completed in 23.70 seconds
1252026-03-19T21:28:13.055Z Packages to install: 4
1262026-03-19T21:28:13.055Z Mediators to change: 2
1272026-03-19T21:28:13.055Z Services to change: 1
1282026-03-19T21:28:13.055Z Estimated space available: 155.43 GB
1292026-03-19T21:28:13.058ZEstimated space to be consumed: 1.83 GB
1302026-03-19T21:28:13.058Z Create boot environment: No
1312026-03-19T21:28:13.058ZCreate backup boot environment: No
1322026-03-19T21:28:13.058Z Rebuild boot archive: No
1332026-03-19T21:28:13.058Z
1342026-03-19T21:28:13.058ZChanged mediators:
1352026-03-19T21:28:13.058Z mediator clang:
1362026-03-19T21:28:13.058Z version: None -> 15 (system default)
1372026-03-19T21:28:13.058Z
1382026-03-19T21:28:13.058Z mediator llvm:
1392026-03-19T21:28:13.058Z version: 14 (system default) -> 15 (system default)
1402026-03-19T21:28:13.059Z
1412026-03-19T21:28:13.059ZChanged packages:
1422026-03-19T21:28:13.059Zhelios-dev
1432026-03-19T21:28:13.059Z developer/build-essential
1442026-03-19T21:28:13.059Z None -> 11-2.0
1452026-03-19T21:28:13.059Z library/libxmlsec1
1462026-03-19T21:28:13.059Z None -> 1.2.35-2.0
1472026-03-19T21:28:13.059Z ooce/developer/clang-15
1482026-03-19T21:28:13.059Z None -> 15.0.7-2.0
1492026-03-19T21:28:13.059Z ooce/developer/llvm-15
1502026-03-19T21:28:13.059Z None -> 15.0.7-2.0
1512026-03-19T21:28:13.059Z
1522026-03-19T21:28:13.059ZServices:
1532026-03-19T21:28:13.059Z restart_fmri:
1542026-03-19T21:28:13.059Z svc:/system/update-man-index:default
1552026-03-19T21:28:13.105Z
1562026-03-19T21:28:13.105ZDownload: 0/3290 items 0.0/212.6MB 0% complete
1572026-03-19T21:28:18.200ZDownload: 2221/3290 items 118.6/212.6MB 55% complete (25.0M/s)
1582026-03-19T21:28:21.564ZDownload: Completed 212.60 MB in 8.46 seconds (25.1M/s)
1592026-03-19T21:28:21.849Z Actions: 1/3689 actions (Installing new actions)
1602026-03-19T21:28:26.000Z Actions: Completed 3689 actions in 4.15 seconds.
1612026-03-19T21:28:26.339Z Done (0.333s)
1622026-03-19T21:28:26.339Z Done (0.000s)
1632026-03-19T21:28:27.259Z Done (0.920s)
1642026-03-19T21:28:31.386Z Done (3.785s)
1652026-03-19T21:28:31.472Z Done (0.020s)
1662026-03-19T21:28:31.475Z Done (0.000s)
1672026-03-19T21:28:31.635Z Done (0.000s)
1682026-03-19T21:28:32.580ZPlanning: Evaluating mediator changes ... Done
1692026-03-19T21:28:32.727ZPlanning: Checking for conflicting actions ... Done
1702026-03-19T21:28:32.729ZPlanning: Consolidating action changes ... Done
1712026-03-19T21:28:32.950ZPlanning: Evaluating mediators ... Done
1722026-03-19T21:28:32.953ZPlanning: Planning completed in 0.37 seconds
1732026-03-19T21:28:32.980Z Mediators to change: 2
1742026-03-19T21:28:32.980Z Create boot environment: No
1752026-03-19T21:28:32.983ZCreate backup boot environment: No
1762026-03-19T21:28:33.066Z Done
1772026-03-19T21:28:33.066Z Done
1782026-03-19T21:28:33.818Z Done
1792026-03-19T21:28:37.111Z Done
1802026-03-19T21:28:37.192Z Done
1812026-03-19T21:28:37.197Z Done
1822026-03-19T21:28:37.354Z Done
1832026-03-19T21:28:37.893ZPlanning: Evaluating mediator changes ... Done
1842026-03-19T21:28:37.897ZPlanning: Merging actions ... Done
1852026-03-19T21:28:38.059ZPlanning: Checking for conflicting actions ... Done
1862026-03-19T21:28:38.063ZPlanning: Consolidating action changes ... Done
1872026-03-19T21:28:38.277ZPlanning: Evaluating mediators ... Done
1882026-03-19T21:28:38.319ZPlanning: Planning completed in 0.63 seconds
1892026-03-19T21:28:38.349Z Packages to change: 1
1902026-03-19T21:28:38.349Z Mediators to change: 1
1912026-03-19T21:28:38.355Z Services to change: 1
1922026-03-19T21:28:38.355Z Create boot environment: No
1932026-03-19T21:28:38.355ZCreate backup boot environment: Yes
1942026-03-19T21:28:40.870Z Actions: 1/6 actions (Updating modified actions)
1952026-03-19T21:28:40.873Z Actions: Completed 6 actions in 0.00 seconds.
1962026-03-19T21:28:40.873Z Done
1972026-03-19T21:28:40.873Z Done
1982026-03-19T21:28:41.044Z Done
1992026-03-19T21:28:44.349Z Done
2002026-03-19T21:28:44.404Z Done
2012026-03-19T21:28:44.408Z Done
2022026-03-19T21:28:44.571Z Done
2032026-03-19T21:28:44.943ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
2042026-03-19T21:28:44.943Zclang system 15 system
2052026-03-19T21:28:44.943Zcsh system system illumos
2062026-03-19T21:28:44.944Zctags system system illumos
2072026-03-19T21:28:44.944Zfile system system illumos
2082026-03-19T21:28:44.944Zgcc vendor 12 vendor
2092026-03-19T21:28:44.944Zgcc system 10 system
2102026-03-19T21:28:44.944Zgcc system 7 system
2112026-03-19T21:28:44.944Zgo system 1.20 system
2122026-03-19T21:28:44.944Zgo system 1.19 system
2132026-03-19T21:28:44.944Zllvm system 15 system
2142026-03-19T21:28:44.944Zllvm system 14 system
2152026-03-19T21:28:44.944Zmariadb system 10.6 system
2162026-03-19T21:28:44.944Zmta vendor vendor dma
2172026-03-19T21:28:44.944Zopenjdk system 17 system
2182026-03-19T21:28:44.944Zopenjdk system 11 system
2192026-03-19T21:28:44.944Zopenjdk system 1.8 system
2202026-03-19T21:28:44.944Zopenssl vendor 3 vendor
2212026-03-19T21:28:44.944Zperl system 5.36 system
2222026-03-19T21:28:44.944Zpostgresql system 15 system
2232026-03-19T21:28:44.944Zpostgresql system 13 system
2242026-03-19T21:28:44.944Zpython vendor 3 vendor
2252026-03-19T21:28:44.944Zpython system 2 system
2262026-03-19T21:28:44.944Zpython3 system 3.11 system
2272026-03-19T21:28:44.944Zruby system 3.0 system
2282026-03-19T21:28:44.944Zwords vendor vendor american-english
2292026-03-19T21:28:44.944Zwords system system australian-english
2302026-03-19T21:28:44.944Zwords system system british-english
2312026-03-19T21:28:44.944Zwords system system canadian-english
2322026-03-19T21:28:44.944Zwords system system french
2332026-03-19T21:28:44.944Zwords system system italian
2342026-03-19T21:28:44.944Zwords system system ngerman
2352026-03-19T21:28:44.944Zwords system system ogerman
2362026-03-19T21:28:44.944Zwords system system spanish
2372026-03-19T21:28:45.247ZPUBLISHER TYPE STATUS P LOCATION
2382026-03-19T21:28:45.247Zhelios-dev origin online F https://pkg.oxide.computer/helios/2/dev/
2392026-03-19T21:28:51.159ZFMRI IFO
2402026-03-19T21:28:51.160Zpkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im-
2412026-03-19T21:28:51.160Zpkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i--
2422026-03-19T21:28:51.160Zpkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im-
2432026-03-19T21:28:51.160Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im-
2442026-03-19T21:28:51.160Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z ---
2452026-03-19T21:28:51.160Zpkg://helios-dev/ooce/developer/cmake@3.26.4-2.0:20230623T130003Z i--
2462026-03-19T21:28:51.160Zpkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i--
2472026-03-19T21:28:51.160Zpkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z i--
2482026-03-19T21:28:51.160Zpkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z ---
2492026-03-19T21:28:51.161Zpkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z ---
2502026-03-19T21:28:51.161Zpkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z i--
2512026-03-19T21:28:51.161Zpkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z ---
2522026-03-19T21:28:51.161Zpkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z ---
2532026-03-19T21:28:51.161Zpkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z i--
2542026-03-19T21:28:51.161Zpkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z ---
2552026-03-19T21:28:51.161Zpkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z ---
2562026-03-19T21:28:52.392Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2572026-03-19T21:28:52.674Z Updating crates.io index
2582026-03-19T21:28:52.720Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2592026-03-19T21:28:53.603Z Updating git repository `https://github.com/oxidecomputer/lldp`
2602026-03-19T21:28:53.959Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2612026-03-19T21:28:54.403Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2622026-03-19T21:28:55.023Z Updating git repository `https://github.com/oxidecomputer/falcon`
2632026-03-19T21:28:55.979Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2642026-03-19T21:28:56.513Z Updating git repository `https://github.com/oxidecomputer/propolis`
2652026-03-19T21:29:02.788Z Updating git repository `https://github.com/oxidecomputer/crucible`
2662026-03-19T21:29:02.940Z Updating git repository `https://github.com/oxidecomputer/opte`
2672026-03-19T21:29:03.329Z Updating git repository `https://github.com/oxidecomputer/tofino`
2682026-03-19T21:29:03.879Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2692026-03-19T21:29:04.889Z Updating git repository `https://github.com/oxidecomputer/clickward`
2702026-03-19T21:29:05.149Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2712026-03-19T21:29:05.815Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
2722026-03-19T21:29:06.167Z Updating git repository `https://github.com/oxidecomputer/dendrite`
2732026-03-19T21:29:07.088Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2742026-03-19T21:29:07.600Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2752026-03-19T21:29:08.087Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
2762026-03-19T21:29:08.474Z Updating git repository `https://github.com/oxidecomputer/scim2-rs`
2772026-03-19T21:29:09.152Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
2782026-03-19T21:29:09.397Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
2792026-03-19T21:29:09.655Z Updating git repository `https://github.com/oxidecomputer/libnvme`
2802026-03-19T21:29:09.955Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2812026-03-19T21:29:10.401Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
2822026-03-19T21:29:11.089Z Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git`
2832026-03-19T21:29:11.525Z Updating git repository `https://github.com/oxidecomputer/rats-corim.git`
2842026-03-19T21:29:11.881Z Updating git repository `https://github.com/bluecatengineering/dhcproto.git`
2852026-03-19T21:29:12.636Z Updating git repository `https://github.com/oxidecomputer/ispf`
2862026-03-19T21:29:13.900Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
2872026-03-19T21:29:18.072Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
2882026-03-19T21:29:18.434Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
2892026-03-19T21:29:18.767Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2902026-03-19T21:29:19.140Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
2912026-03-19T21:29:19.508Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
2922026-03-19T21:29:20.053Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
2932026-03-19T21:29:20.302Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
2942026-03-19T21:29:20.554Z Updating git repository `https://github.com/illumos/smf-rs`
2952026-03-19T21:29:21.049Z Updating git repository `https://github.com/oxidecomputer/omicron`
2962026-03-19T21:29:35.152Z Downloading crates ...
2972026-03-19T21:29:35.216Z Downloaded once_cell v1.21.3
2982026-03-19T21:29:35.220Z Downloaded pretty-hex v0.4.1
2992026-03-19T21:29:35.223Z Downloaded serde-untagged v0.1.9
3002026-03-19T21:29:35.227Z Downloaded crypto-common v0.1.7
3012026-03-19T21:29:35.230Z Downloaded fastrand v2.3.0
3022026-03-19T21:29:35.230Z Downloaded stable_deref_trait v1.2.1
3032026-03-19T21:29:35.235Z Downloaded thiserror v1.0.69
3042026-03-19T21:29:35.238Z Downloaded zerofrom v0.1.6
3052026-03-19T21:29:35.238Z Downloaded anstyle v1.0.13
3062026-03-19T21:29:35.238Z Downloaded icu_collections v2.1.1
3072026-03-19T21:29:35.242Z Downloaded unicode-linebreak v0.1.5
3082026-03-19T21:29:35.246Z Downloaded anstyle-query v1.1.5
3092026-03-19T21:29:35.246Z Downloaded form_urlencoded v1.2.2
3102026-03-19T21:29:35.246Z Downloaded zmij v1.0.21
3112026-03-19T21:29:35.250Z Downloaded getrandom v0.4.1
3122026-03-19T21:29:35.250Z Downloaded anstream v0.6.21
3132026-03-19T21:29:35.255Z Downloaded writeable v0.6.2
3142026-03-19T21:29:35.255Z Downloaded toml_write v0.1.2
3152026-03-19T21:29:35.255Z Downloaded itoa v1.0.17
3162026-03-19T21:29:35.255Z Downloaded fnv v1.0.7
3172026-03-19T21:29:35.261Z Downloaded textwrap v0.16.2
3182026-03-19T21:29:35.261Z Downloaded pest v2.8.6
3192026-03-19T21:29:35.261Z Downloaded utf8_iter v1.0.4
3202026-03-19T21:29:35.261Z Downloaded semver v1.0.27
3212026-03-19T21:29:35.265Z Downloaded zerovec-derive v0.11.2
3222026-03-19T21:29:35.265Z Downloaded thread-id v4.2.2
3232026-03-19T21:29:35.269Z Downloaded serde_core v1.0.228
3242026-03-19T21:29:35.273Z Downloaded usdt v0.5.0
3252026-03-19T21:29:35.273Z Downloaded camino-tempfile v1.4.1
3262026-03-19T21:29:35.273Z Downloaded usdt-macro v0.5.0
3272026-03-19T21:29:35.276Z Downloaded errno v0.3.14
3282026-03-19T21:29:35.280Z Downloaded yoke-derive v0.8.1
3292026-03-19T21:29:35.283Z Downloaded unicode-xid v0.2.6
3302026-03-19T21:29:35.283Z Downloaded proc-macro-error v1.0.4
3312026-03-19T21:29:35.286Z Downloaded zerofrom-derive v0.1.6
3322026-03-19T21:29:35.286Z Downloaded tabled_derive v0.7.0
3332026-03-19T21:29:35.286Z Downloaded pest_derive v2.8.6
3342026-03-19T21:29:35.289Z Downloaded idna_adapter v1.2.1
3352026-03-19T21:29:35.289Z Downloaded bytecount v0.6.9
3362026-03-19T21:29:35.289Z Downloaded block-buffer v0.10.4
3372026-03-19T21:29:35.289Z Downloaded bitflags v2.11.0
3382026-03-19T21:29:35.292Z Downloaded version_check v0.9.5
3392026-03-19T21:29:35.295Z Downloaded utf8parse v0.2.2
3402026-03-19T21:29:35.295Z Downloaded usdt-attr-macro v0.5.0
3412026-03-19T21:29:35.295Z Downloaded generic-array v0.14.7
3422026-03-19T21:29:35.296Z Downloaded cargo_toml v0.21.0
3432026-03-19T21:29:35.299Z Downloaded swrite v0.1.0
3442026-03-19T21:29:35.299Z Downloaded potential_utf v0.1.4
3452026-03-19T21:29:35.299Z Downloaded typeid v1.0.3
3462026-03-19T21:29:35.302Z Downloaded thiserror v2.0.18
3472026-03-19T21:29:35.308Z Downloaded usdt-impl v0.5.0
3482026-03-19T21:29:35.308Z Downloaded typenum v1.19.0
3492026-03-19T21:29:35.308Z Downloaded camino v1.2.2
3502026-03-19T21:29:35.311Z Downloaded yoke v0.8.1
3512026-03-19T21:29:35.311Z Downloaded url v2.5.8
3522026-03-19T21:29:35.315Z Downloaded colorchoice v1.0.4
3532026-03-19T21:29:35.315Z Downloaded tinystr v0.8.2
3542026-03-19T21:29:35.315Z Downloaded thiserror-impl v1.0.69
3552026-03-19T21:29:35.319Z Downloaded proc-macro-error-attr v1.0.4
3562026-03-19T21:29:35.319Z Downloaded percent-encoding v2.3.2
3572026-03-19T21:29:35.319Z Downloaded ucd-trie v0.1.7
3582026-03-19T21:29:35.319Z Downloaded dtrace-parser v0.2.0
3592026-03-19T21:29:35.319Z Downloaded dof v0.3.0
3602026-03-19T21:29:35.322Z Downloaded macaddr v1.0.1
3612026-03-19T21:29:35.322Z Downloaded toml_datetime v0.6.11
3622026-03-19T21:29:35.322Z Downloaded thiserror-impl v2.0.18
3632026-03-19T21:29:35.326Z Downloaded is_terminal_polyfill v1.70.2
3642026-03-19T21:29:35.326Z Downloaded displaydoc v0.2.5
3652026-03-19T21:29:35.326Z Downloaded zerocopy-derive v0.7.35
3662026-03-19T21:29:35.329Z Downloaded unicode-ident v1.0.24
3672026-03-19T21:29:35.332Z Downloaded cpufeatures v0.2.17
3682026-03-19T21:29:35.332Z Downloaded toml v0.8.23
3692026-03-19T21:29:35.335Z Downloaded quote v1.0.44
3702026-03-19T21:29:35.335Z Downloaded heck v0.5.0
3712026-03-19T21:29:35.339Z Downloaded autocfg v1.5.0
3722026-03-19T21:29:35.343Z Downloaded zerotrie v0.2.3
3732026-03-19T21:29:35.346Z Downloaded plain v0.2.3
3742026-03-19T21:29:35.346Z Downloaded ordered-float v2.10.1
3752026-03-19T21:29:35.346Z Downloaded smawk v0.3.2
3762026-03-19T21:29:35.346Z Downloaded serde-value v0.7.0
3772026-03-19T21:29:35.350Z Downloaded scroll_derive v0.12.1
3782026-03-19T21:29:35.350Z Downloaded cargo-platform v0.2.0
3792026-03-19T21:29:35.353Z Downloaded toml_edit v0.22.27
3802026-03-19T21:29:35.353Z Downloaded heck v0.4.1
3812026-03-19T21:29:35.357Z Downloaded cfg-if v1.0.4
3822026-03-19T21:29:35.357Z Downloaded equivalent v1.0.2
3832026-03-19T21:29:35.361Z Downloaded serde_spanned v0.6.9
3842026-03-19T21:29:35.365Z Downloaded synstructure v0.13.2
3852026-03-19T21:29:35.365Z Downloaded sha2 v0.10.9
3862026-03-19T21:29:35.365Z Downloaded icu_normalizer v2.1.1
3872026-03-19T21:29:35.369Z Downloaded erased-serde v0.4.9
3882026-03-19T21:29:35.372Z Downloaded zerocopy v0.7.35
3892026-03-19T21:29:35.380Z Downloaded zerovec v0.11.5
3902026-03-19T21:29:35.384Z Downloaded memmap v0.7.0
3912026-03-19T21:29:35.387Z Downloaded winnow v0.7.14
3922026-03-19T21:29:35.393Z Downloaded digest v0.10.7
3932026-03-19T21:29:35.396Z Downloaded clap_lex v1.0.0
3942026-03-19T21:29:35.397Z Downloaded byteorder v1.5.0
3952026-03-19T21:29:35.397Z Downloaded unicode-width v0.2.0
3962026-03-19T21:29:35.400Z Downloaded scroll v0.12.0
3972026-03-19T21:29:35.404Z Downloaded anstyle-parse v0.2.7
3982026-03-19T21:29:35.405Z Downloaded unicode-width v0.1.14
3992026-03-19T21:29:35.409Z Downloaded serde_tokenstream v0.2.3
4002026-03-19T21:29:35.409Z Downloaded strsim v0.11.1
4012026-03-19T21:29:35.409Z Downloaded tempfile v3.25.0
4022026-03-19T21:29:35.413Z Downloaded pest_generator v2.8.6
4032026-03-19T21:29:35.413Z Downloaded cargo_metadata v0.21.0
4042026-03-19T21:29:35.416Z Downloaded papergrid v0.11.0
4052026-03-19T21:29:35.420Z Downloaded terminal_size v0.4.3
4062026-03-19T21:29:35.431Z Downloaded clap_derive v4.5.55
4072026-03-19T21:29:35.435Z Downloaded fs-err v3.3.0
4082026-03-19T21:29:35.444Z Downloaded icu_properties v2.1.2
4092026-03-19T21:29:35.449Z Downloaded anyhow v1.0.102
4102026-03-19T21:29:35.449Z Downloaded log v0.4.29
4112026-03-19T21:29:35.452Z Downloaded litemap v0.8.1
4122026-03-19T21:29:35.455Z Downloaded cargo-util-schemas v0.8.2
4132026-03-19T21:29:35.465Z Downloaded proc-macro2 v1.0.106
4142026-03-19T21:29:35.472Z Downloaded smallvec v1.15.1
4152026-03-19T21:29:35.475Z Downloaded pest_meta v2.8.6
4162026-03-19T21:29:35.486Z Downloaded num-traits v0.2.19
4172026-03-19T21:29:35.490Z Downloaded icu_normalizer_data v2.1.1
4182026-03-19T21:29:35.490Z Downloaded icu_provider v2.1.1
4192026-03-19T21:29:35.491Z Downloaded clap v4.5.60
4202026-03-19T21:29:35.500Z Downloaded serde_derive v1.0.228
4212026-03-19T21:29:35.504Z Downloaded idna v1.1.0
4222026-03-19T21:29:35.508Z Downloaded serde v1.0.228
4232026-03-19T21:29:35.521Z Downloaded icu_locale_core v2.1.1
4242026-03-19T21:29:35.531Z Downloaded indexmap v2.13.0
4252026-03-19T21:29:35.536Z Downloaded memchr v2.8.0
4262026-03-19T21:29:35.547Z Downloaded hashbrown v0.16.1
4272026-03-19T21:29:35.573Z Downloaded icu_properties_data v2.1.2
4282026-03-19T21:29:35.580Z Downloaded serde_json v1.0.149
4292026-03-19T21:29:35.598Z Downloaded goblin v0.8.2
4302026-03-19T21:29:35.600Z Downloaded clap_builder v4.5.60
4312026-03-19T21:29:35.608Z Downloaded tabled v0.15.0
4322026-03-19T21:29:35.615Z Downloaded syn v1.0.109
4332026-03-19T21:29:35.638Z Downloaded syn v2.0.117
4342026-03-19T21:29:35.643Z Downloaded rustix v1.1.3
4352026-03-19T21:29:35.673Z Downloaded libc v0.2.180
4362026-03-19T21:29:35.755Z Compiling proc-macro2 v1.0.106
4372026-03-19T21:29:35.758Z Compiling quote v1.0.44
4382026-03-19T21:29:35.758Z Compiling unicode-ident v1.0.24
4392026-03-19T21:29:35.758Z Compiling serde_core v1.0.228
4402026-03-19T21:29:35.759Z Compiling libc v0.2.180
4412026-03-19T21:29:35.759Z Compiling version_check v0.9.5
4422026-03-19T21:29:35.759Z Compiling stable_deref_trait v1.2.1
4432026-03-19T21:29:35.759Z Compiling serde v1.0.228
4442026-03-19T21:29:35.759Z Compiling memchr v2.8.0
4452026-03-19T21:29:35.759Z Compiling zmij v1.0.21
4462026-03-19T21:29:35.970Z Compiling itoa v1.0.17
4472026-03-19T21:29:35.992Z Compiling ucd-trie v0.1.7
4482026-03-19T21:29:35.996Z Compiling thiserror v1.0.69
4492026-03-19T21:29:35.996Z Compiling autocfg v1.5.0
4502026-03-19T21:29:35.996Z Compiling writeable v0.6.2
4512026-03-19T21:29:36.293Z Compiling litemap v0.8.1
4522026-03-19T21:29:36.320Z Compiling icu_properties_data v2.1.2
4532026-03-19T21:29:36.538Z Compiling byteorder v1.5.0
4542026-03-19T21:29:36.626Z Compiling rustix v1.1.3
4552026-03-19T21:29:36.654Z Compiling pest v2.8.6
4562026-03-19T21:29:36.657Z Compiling icu_normalizer_data v2.1.1
4572026-03-19T21:29:36.711Z Compiling bitflags v2.11.0
4582026-03-19T21:29:36.768Z Compiling serde_json v1.0.149
4592026-03-19T21:29:36.875Z Compiling num-traits v0.2.19
4602026-03-19T21:29:36.963Z Compiling typeid v1.0.3
4612026-03-19T21:29:36.994Z Compiling smallvec v1.15.1
4622026-03-19T21:29:37.022Z Compiling hashbrown v0.16.1
4632026-03-19T21:29:37.189Z Compiling equivalent v1.0.2
4642026-03-19T21:29:37.325Z Compiling errno v0.3.14
4652026-03-19T21:29:37.328Z Compiling thread-id v4.2.2
4662026-03-19T21:29:37.439Z Compiling usdt-impl v0.5.0
4672026-03-19T21:29:37.442Z Compiling proc-macro-error-attr v1.0.4
4682026-03-19T21:29:37.442Z Compiling erased-serde v0.4.9
4692026-03-19T21:29:37.443Z Compiling syn v1.0.109
4702026-03-19T21:29:37.497Z Compiling toml_write v0.1.2
4712026-03-19T21:29:37.575Z Compiling winnow v0.7.14
4722026-03-19T21:29:37.762Z Compiling proc-macro-error v1.0.4
4732026-03-19T21:29:37.863Z Compiling indexmap v2.13.0
4742026-03-19T21:29:37.893Z Compiling getrandom v0.4.1
4752026-03-19T21:29:37.921Z Compiling camino v1.2.2
4762026-03-19T21:29:37.977Z Compiling syn v2.0.117
4772026-03-19T21:29:37.980Z Compiling percent-encoding v2.3.2
4782026-03-19T21:29:38.035Z Compiling thiserror v2.0.18
4792026-03-19T21:29:38.091Z Compiling utf8parse v0.2.2
4802026-03-19T21:29:38.121Z Compiling log v0.4.29
4812026-03-19T21:29:38.121Z Compiling plain v0.2.3
4822026-03-19T21:29:38.124Z Compiling utf8_iter v1.0.4
4832026-03-19T21:29:38.247Z Compiling pest_meta v2.8.6
4842026-03-19T21:29:38.277Z Compiling anstyle-parse v0.2.7
4852026-03-19T21:29:38.307Z Compiling form_urlencoded v1.2.2
4862026-03-19T21:29:38.527Z Compiling ordered-float v2.10.1
4872026-03-19T21:29:38.583Z Compiling cfg-if v1.0.4
4882026-03-19T21:29:38.611Z Compiling pretty-hex v0.4.1
4892026-03-19T21:29:38.665Z Compiling anstyle v1.0.13
4902026-03-19T21:29:38.693Z Compiling anstyle-query v1.1.5
4912026-03-19T21:29:38.728Z Compiling colorchoice v1.0.4
4922026-03-19T21:29:38.756Z Compiling is_terminal_polyfill v1.70.2
4932026-03-19T21:29:38.889Z Compiling fs-err v3.3.0
4942026-03-19T21:29:38.947Z Compiling anstream v0.6.21
4952026-03-19T21:29:38.947Z Compiling strsim v0.11.1
4962026-03-19T21:29:38.951Z Compiling fastrand v2.3.0
4972026-03-19T21:29:38.951Z Compiling bytecount v0.6.9
4982026-03-19T21:29:39.061Z Compiling terminal_size v0.4.3
4992026-03-19T21:29:39.169Z Compiling semver v1.0.27
5002026-03-19T21:29:39.199Z Compiling unicode-width v0.1.14
5012026-03-19T21:29:39.306Z Compiling heck v0.5.0
5022026-03-19T21:29:39.392Z Compiling fnv v1.0.7
5032026-03-19T21:29:39.438Z Compiling clap_lex v1.0.0
5042026-03-19T21:29:39.511Z Compiling anyhow v1.0.102
5052026-03-19T21:29:39.577Z Compiling heck v0.4.1
5062026-03-19T21:29:39.673Z Compiling unicode-xid v0.2.6
5072026-03-19T21:29:39.703Z Compiling once_cell v1.21.3
5082026-03-19T21:29:39.734Z Compiling serde-untagged v0.1.9
5092026-03-19T21:29:39.737Z Compiling clap_builder v4.5.60
5102026-03-19T21:29:39.765Z Compiling papergrid v0.11.0
5112026-03-19T21:29:39.835Z Compiling memmap v0.7.0
5122026-03-19T21:29:39.888Z Compiling smawk v0.3.2
5132026-03-19T21:29:39.918Z Compiling unicode-width v0.2.0
5142026-03-19T21:29:39.921Z Compiling unicode-linebreak v0.1.5
5152026-03-19T21:29:40.009Z Compiling tempfile v3.25.0
5162026-03-19T21:29:40.107Z Compiling swrite v0.1.0
5172026-03-19T21:29:40.135Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
5182026-03-19T21:29:40.253Z Compiling textwrap v0.16.2
5192026-03-19T21:29:40.317Z Compiling camino-tempfile v1.4.1
5202026-03-19T21:29:40.805Z Compiling tabled_derive v0.7.0
5212026-03-19T21:29:41.712Z Compiling synstructure v0.13.2
5222026-03-19T21:29:41.712Z Compiling pest_generator v2.8.6
5232026-03-19T21:29:41.765Z Compiling tabled v0.15.0
5242026-03-19T21:29:42.422Z Compiling serde_derive v1.0.228
5252026-03-19T21:29:42.422Z Compiling zerofrom-derive v0.1.6
5262026-03-19T21:29:42.425Z Compiling yoke-derive v0.8.1
5272026-03-19T21:29:42.425Z Compiling zerovec-derive v0.11.2
5282026-03-19T21:29:42.425Z Compiling displaydoc v0.2.5
5292026-03-19T21:29:42.446Z Compiling thiserror-impl v1.0.69
5302026-03-19T21:29:42.451Z Compiling zerocopy-derive v0.7.35
5312026-03-19T21:29:42.470Z Compiling scroll_derive v0.12.1
5322026-03-19T21:29:42.549Z Compiling pest_derive v2.8.6
5332026-03-19T21:29:42.573Z Compiling thiserror-impl v2.0.18
5342026-03-19T21:29:42.601Z Compiling clap_derive v4.5.55
5352026-03-19T21:29:43.475Z Compiling scroll v0.12.0
5362026-03-19T21:29:43.540Z Compiling zerocopy v0.7.35
5372026-03-19T21:29:43.675Z Compiling goblin v0.8.2
5382026-03-19T21:29:43.909Z Compiling dtrace-parser v0.2.0
5392026-03-19T21:29:43.964Z Compiling zerofrom v0.1.6
5402026-03-19T21:29:44.132Z Compiling yoke v0.8.1
5412026-03-19T21:29:44.340Z Compiling zerovec v0.11.5
5422026-03-19T21:29:44.340Z Compiling zerotrie v0.2.3
5432026-03-19T21:29:44.392Z Compiling clap v4.5.60
5442026-03-19T21:29:44.952Z Compiling tinystr v0.8.2
5452026-03-19T21:29:44.952Z Compiling potential_utf v0.1.4
5462026-03-19T21:29:45.118Z Compiling icu_collections v2.1.1
5472026-03-19T21:29:45.160Z Compiling icu_locale_core v2.1.1
5482026-03-19T21:29:45.797Z Compiling serde_spanned v0.6.9
5492026-03-19T21:29:45.800Z Compiling toml_datetime v0.6.11
5502026-03-19T21:29:45.800Z Compiling serde-value v0.7.0
5512026-03-19T21:29:45.800Z Compiling cargo-platform v0.2.0
5522026-03-19T21:29:45.800Z Compiling macaddr v1.0.1
5532026-03-19T21:29:45.822Z Compiling dof v0.3.0
5542026-03-19T21:29:45.825Z Compiling serde_tokenstream v0.2.3
5552026-03-19T21:29:45.956Z Compiling icu_provider v2.1.1
5562026-03-19T21:29:46.077Z Compiling toml_edit v0.22.27
5572026-03-19T21:29:46.289Z Compiling icu_normalizer v2.1.1
5582026-03-19T21:29:46.289Z Compiling icu_properties v2.1.2
5592026-03-19T21:29:46.799Z Compiling usdt-attr-macro v0.5.0
5602026-03-19T21:29:46.807Z Compiling usdt-macro v0.5.0
5612026-03-19T21:29:47.441Z Compiling idna_adapter v1.2.1
5622026-03-19T21:29:47.556Z Compiling usdt v0.5.0
5632026-03-19T21:29:47.577Z Compiling idna v1.1.0
5642026-03-19T21:29:47.893Z Compiling toml v0.8.23
5652026-03-19T21:29:47.934Z Compiling url v2.5.8
5662026-03-19T21:29:48.356Z Compiling cargo_toml v0.21.0
5672026-03-19T21:29:48.446Z Compiling cargo-util-schemas v0.8.2
5682026-03-19T21:29:49.611Z Compiling cargo_metadata v0.21.0
5692026-03-19T21:29:50.912Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
5702026-03-19T21:29:53.731Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 01s
5712026-03-19T21:29:54.035Z Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control`
5722026-03-19T21:29:54.759Z Downloading crates ...
5732026-03-19T21:29:54.878Z Downloaded base16ct v1.0.0
5742026-03-19T21:29:54.882Z Downloaded crc-catalog v2.4.0
5752026-03-19T21:29:54.894Z Downloaded bit-vec v0.6.3
5762026-03-19T21:29:54.897Z Downloaded base16ct v0.2.0
5772026-03-19T21:29:54.902Z Downloaded arrayvec v0.7.6
5782026-03-19T21:29:54.906Z Downloaded daft v0.1.5
5792026-03-19T21:29:54.909Z Downloaded ciborium-ll v0.2.2
5802026-03-19T21:29:54.912Z Downloaded ascii-canvas v3.0.0
5812026-03-19T21:29:54.912Z Downloaded cargo_metadata v0.19.2
5822026-03-19T21:29:54.915Z Downloaded embedded-io v0.4.0
5832026-03-19T21:29:54.915Z Downloaded blake2 v0.10.6
5842026-03-19T21:29:54.918Z Downloaded crc8 v0.1.1
5852026-03-19T21:29:54.918Z Downloaded async-stream-impl v0.3.6
5862026-03-19T21:29:54.921Z Downloaded curve25519-dalek-derive v0.1.1
5872026-03-19T21:29:54.924Z Downloaded critical-section v1.2.0
5882026-03-19T21:29:54.924Z Downloaded derive-ex v0.1.8
5892026-03-19T21:29:54.927Z Downloaded bitfield-struct v0.6.2
5902026-03-19T21:29:54.927Z Downloaded atty v0.2.14
5912026-03-19T21:29:54.927Z Downloaded darling_core v0.20.11
5922026-03-19T21:29:54.932Z Downloaded foreign-types-macros v0.2.3
5932026-03-19T21:29:54.936Z Downloaded csv-core v0.1.13
5942026-03-19T21:29:54.936Z Downloaded bitfield v0.19.4
5952026-03-19T21:29:54.939Z Downloaded bcrypt-pbkdf v0.10.0
5962026-03-19T21:29:54.939Z Downloaded ctr v0.9.2
5972026-03-19T21:29:54.942Z Downloaded dunce v1.0.5
5982026-03-19T21:29:54.942Z Downloaded derive_more v0.99.20
5992026-03-19T21:29:54.945Z Downloaded crossbeam-deque v0.8.6
6002026-03-19T21:29:54.952Z Downloaded async-recursion v1.1.1
6012026-03-19T21:29:54.955Z Downloaded castaway v0.2.4
6022026-03-19T21:29:54.955Z Downloaded array-init v0.0.4
6032026-03-19T21:29:54.955Z Downloaded bit-set v0.5.3
6042026-03-19T21:29:54.955Z Downloaded convert_case v0.4.0
6052026-03-19T21:29:54.955Z Downloaded flume v0.11.1
6062026-03-19T21:29:54.958Z Downloaded env_logger v0.11.9
6072026-03-19T21:29:54.961Z Downloaded defmt-macros v1.0.1
6082026-03-19T21:29:54.965Z Downloaded dirs-sys-next v0.1.2
6092026-03-19T21:29:54.965Z Downloaded darling v0.21.3
6102026-03-19T21:29:54.969Z Downloaded crossbeam-channel v0.5.15
6112026-03-19T21:29:54.975Z Downloaded defmt-parser v1.0.0
6122026-03-19T21:29:54.975Z Downloaded atomic-waker v1.1.2
6132026-03-19T21:29:54.975Z Downloaded async-stream v0.3.6
6142026-03-19T21:29:54.978Z Downloaded embedded-io v0.6.1
6152026-03-19T21:29:54.978Z Downloaded dropshot-api-manager-types v0.6.0
6162026-03-19T21:29:54.978Z Downloaded float-cmp v0.10.0
6172026-03-19T21:29:54.981Z Downloaded display-error-chain v0.2.2
6182026-03-19T21:29:54.981Z Downloaded bitfield-macros v0.19.4
6192026-03-19T21:29:54.982Z Downloaded foreign-types-shared v0.1.1
6202026-03-19T21:29:54.985Z Downloaded darling_macro v0.23.0
6212026-03-19T21:29:54.985Z Downloaded foreign-types v0.5.0
6222026-03-19T21:29:54.985Z Downloaded darling_macro v0.21.3
6232026-03-19T21:29:54.986Z Downloaded darling_macro v0.20.11
6242026-03-19T21:29:54.989Z Downloaded cargo-platform v0.1.9
6252026-03-19T21:29:54.989Z Downloaded dtrace-parser v0.3.0
6262026-03-19T21:29:54.989Z Downloaded document-features v0.2.12
6272026-03-19T21:29:54.989Z Downloaded difflib v0.4.0
6282026-03-19T21:29:54.992Z Downloaded daft-derive v0.1.5
6292026-03-19T21:29:54.995Z Downloaded dof v0.4.0
6302026-03-19T21:29:54.995Z Downloaded derive_builder_macro v0.20.2
6312026-03-19T21:29:54.998Z Downloaded atomicwrites v0.4.4
6322026-03-19T21:29:54.998Z Downloaded aead v0.5.2
6332026-03-19T21:29:54.998Z Downloaded cfg_aliases v0.2.1
6342026-03-19T21:29:55.002Z Downloaded block-padding v0.3.3
6352026-03-19T21:29:55.002Z Downloaded arrayref v0.3.9
6362026-03-19T21:29:55.002Z Downloaded dropshot_endpoint v0.16.7
6372026-03-19T21:29:55.005Z Downloaded enum-as-inner v0.6.1
6382026-03-19T21:29:55.008Z Downloaded dsl_auto_type v0.2.0
6392026-03-19T21:29:55.008Z Downloaded cstr-argument v0.1.2
6402026-03-19T21:29:55.011Z Downloaded float-ord v0.3.2
6412026-03-19T21:29:55.011Z Downloaded bit-set v0.8.0
6422026-03-19T21:29:55.011Z Downloaded assert_matches v1.5.0
6432026-03-19T21:29:55.014Z Downloaded cobs v0.3.0
6442026-03-19T21:29:55.014Z Downloaded fd-lock v4.0.4
6452026-03-19T21:29:55.017Z Downloaded ff v0.13.1
6462026-03-19T21:29:55.017Z Downloaded derive_builder_core v0.20.2
6472026-03-19T21:29:55.020Z Downloaded diesel_table_macro_syntax v0.3.0
6482026-03-19T21:29:55.020Z Downloaded crc v3.4.0
6492026-03-19T21:29:55.023Z Downloaded backoff v0.4.0
6502026-03-19T21:29:55.023Z Downloaded bitflags v1.3.2
6512026-03-19T21:29:55.026Z Downloaded foreign-types v0.3.2
6522026-03-19T21:29:55.026Z Downloaded env_filter v1.0.0
6532026-03-19T21:29:55.029Z Downloaded convert_case v0.10.0
6542026-03-19T21:29:55.029Z Downloaded const_format_proc_macros v0.2.34
6552026-03-19T21:29:55.032Z Downloaded dirs-next v2.0.0
6562026-03-19T21:29:55.032Z Downloaded cmake v0.1.57
6572026-03-19T21:29:55.034Z Downloaded crucible-workspace-hack v0.1.0
6582026-03-19T21:29:55.035Z Downloaded cargo_toml v0.22.3
6592026-03-19T21:29:55.037Z Downloaded foreign-types-shared v0.3.1
6602026-03-19T21:29:55.037Z Downloaded cancel-safe-futures v0.1.5
6612026-03-19T21:29:55.040Z Downloaded futures-sink v0.3.32
6622026-03-19T21:29:55.040Z Downloaded futures-io v0.3.32
6632026-03-19T21:29:55.043Z Downloaded funty v2.0.0
6642026-03-19T21:29:55.043Z Downloaded globwalk v0.9.1
6652026-03-19T21:29:55.043Z Downloaded futures-task v0.3.32
6662026-03-19T21:29:55.046Z Downloaded downcast-rs v2.0.2
6672026-03-19T21:29:55.046Z Downloaded flagset v0.4.7
6682026-03-19T21:29:55.050Z Downloaded headers-core v0.3.0
6692026-03-19T21:29:55.050Z Downloaded git-stub v1.0.0
6702026-03-19T21:29:55.050Z Downloaded hash32 v0.2.1
6712026-03-19T21:29:55.053Z Downloaded fixedbitset v0.4.2
6722026-03-19T21:29:55.053Z Downloaded buf-list v1.1.2
6732026-03-19T21:29:55.056Z Downloaded erased-serde v0.3.31
6742026-03-19T21:29:55.058Z Downloaded futures-macro v0.3.32
6752026-03-19T21:29:55.058Z Downloaded ar_archive_writer v0.5.1
6762026-03-19T21:29:55.062Z Downloaded ghash v0.5.1
6772026-03-19T21:29:55.062Z Downloaded gethostname v0.5.0
6782026-03-19T21:29:55.065Z Downloaded fxhash v0.2.1
6792026-03-19T21:29:55.065Z Downloaded fs-err v2.11.0
6802026-03-19T21:29:55.068Z Downloaded hash32 v0.3.1
6812026-03-19T21:29:55.068Z Downloaded base64ct v1.8.3
6822026-03-19T21:29:55.070Z Downloaded argon2 v0.5.3
6832026-03-19T21:29:55.070Z Downloaded diesel-dtrace v0.5.0
6842026-03-19T21:29:55.073Z Downloaded constant_time_eq v0.4.2
6852026-03-19T21:29:55.076Z Downloaded fixedbitset v0.5.7
6862026-03-19T21:29:55.076Z Downloaded bb8 v0.8.6
6872026-03-19T21:29:55.079Z Downloaded chacha20 v0.9.1
6882026-03-19T21:29:55.079Z Downloaded blowfish v0.9.1
6892026-03-19T21:29:55.082Z Downloaded bcs v0.1.6
6902026-03-19T21:29:55.082Z Downloaded cipher v0.4.4
6912026-03-19T21:29:55.087Z Downloaded ciborium-io v0.2.2
6922026-03-19T21:29:55.087Z Downloaded cassowary v0.3.0
6932026-03-19T21:29:55.087Z Downloaded camino-tempfile-ext v0.3.3
6942026-03-19T21:29:55.090Z Downloaded dyn-clone v1.0.20
6952026-03-19T21:29:55.090Z Downloaded hex-literal v0.4.1
6962026-03-19T21:29:55.090Z Downloaded hex v0.4.3
6972026-03-19T21:29:55.093Z Downloaded async-trait v0.1.89
6982026-03-19T21:29:55.096Z Downloaded hostname v0.3.1
6992026-03-19T21:29:55.096Z Downloaded bumpalo v3.20.2
7002026-03-19T21:29:55.100Z Downloaded const-oid v0.9.6
7012026-03-19T21:29:55.103Z Downloaded httpdate v1.0.3
7022026-03-19T21:29:55.103Z Downloaded http-body v1.0.1
7032026-03-19T21:29:55.103Z Downloaded bytes v1.11.1
7042026-03-19T21:29:55.105Z Downloaded http-range v0.1.5
7052026-03-19T21:29:55.108Z Downloaded foldhash v0.1.5
7062026-03-19T21:29:55.108Z Downloaded colored v3.1.1
7072026-03-19T21:29:55.111Z Downloaded home v0.5.12
7082026-03-19T21:29:55.124Z Downloaded git-stub-vcs v0.1.0
7092026-03-19T21:29:55.128Z Downloaded futures-executor v0.3.32
7102026-03-19T21:29:55.128Z Downloaded instant v0.1.13
7112026-03-19T21:29:55.131Z Downloaded foldhash v0.2.0
7122026-03-19T21:29:55.131Z Downloaded hubpack v0.1.2
7132026-03-19T21:29:55.139Z Downloaded filetime v0.2.27
7142026-03-19T21:29:55.139Z Downloaded hyper-tls v0.6.0
7152026-03-19T21:29:55.143Z Downloaded hubpack_derive v0.1.1
7162026-03-19T21:29:55.143Z Downloaded cookie_store v0.22.1
7172026-03-19T21:29:55.143Z Downloaded ident_case v1.0.1
7182026-03-19T21:29:55.143Z Downloaded console v0.16.2
7192026-03-19T21:29:55.143Z Downloaded cookie v0.18.1
7202026-03-19T21:29:55.143Z Downloaded clang-sys v1.8.1
7212026-03-19T21:29:55.146Z Downloaded async-bb8-diesel v0.2.1
7222026-03-19T21:29:55.146Z Downloaded group v0.13.0
7232026-03-19T21:29:55.151Z Downloaded indoc v1.0.9
7242026-03-19T21:29:55.154Z Downloaded is_ci v1.2.0
7252026-03-19T21:29:55.154Z Downloaded keccak v0.1.6
7262026-03-19T21:29:55.154Z Downloaded indent_write v2.2.0
7272026-03-19T21:29:55.155Z Downloaded instability v0.3.11
7282026-03-19T21:29:55.158Z Downloaded bzip2 v0.6.1
7292026-03-19T21:29:55.158Z Downloaded diff v0.1.13
7302026-03-19T21:29:55.163Z Downloaded crossbeam-epoch v0.9.18
7312026-03-19T21:29:55.168Z Downloaded either v1.15.0
7322026-03-19T21:29:55.168Z Downloaded lazy_static v1.5.0
7332026-03-19T21:29:55.168Z Downloaded kstat-rs v0.2.4
7342026-03-19T21:29:55.168Z Downloaded data-encoding v2.10.0
7352026-03-19T21:29:55.171Z Downloaded globset v0.4.18
7362026-03-19T21:29:55.171Z Downloaded backon v1.6.0
7372026-03-19T21:29:55.171Z Downloaded ahash v0.8.12
7382026-03-19T21:29:55.174Z Downloaded lalrpop-util v0.19.12
7392026-03-19T21:29:55.174Z Downloaded deranged v0.5.8
7402026-03-19T21:29:55.177Z Downloaded linked-hash-map v0.5.6
7412026-03-19T21:29:55.177Z Downloaded highway v1.3.0
7422026-03-19T21:29:55.180Z Downloaded hostname v0.4.2
7432026-03-19T21:29:55.180Z Downloaded crc32fast v1.5.0
7442026-03-19T21:29:55.183Z Downloaded derive_builder v0.20.2
7452026-03-19T21:29:55.187Z Downloaded libscf-sys v1.1.0
7462026-03-19T21:29:55.189Z Downloaded half v1.8.3
7472026-03-19T21:29:55.189Z Downloaded internet-checksum v0.2.1
7482026-03-19T21:29:55.189Z Downloaded http-body-util v0.1.3
7492026-03-19T21:29:55.192Z Downloaded maybe-uninit v2.0.0
7502026-03-19T21:29:55.192Z Downloaded lru-slab v0.1.2
7512026-03-19T21:29:55.195Z Downloaded match_cfg v0.1.0
7522026-03-19T21:29:55.195Z Downloaded managed v0.8.0
7532026-03-19T21:29:55.195Z Downloaded ingot-types v0.1.2
7542026-03-19T21:29:55.198Z Downloaded futures-channel v0.3.32
7552026-03-19T21:29:55.201Z Downloaded memoffset v0.9.1
7562026-03-19T21:29:55.201Z Downloaded allocator-api2 v0.2.21
7572026-03-19T21:29:55.204Z Downloaded ipnet v2.11.0
7582026-03-19T21:29:55.204Z Downloaded crc-any v2.5.0
7592026-03-19T21:29:55.207Z Downloaded find-msvc-tools v0.1.9
7602026-03-19T21:29:55.209Z Downloaded md-5 v0.10.6
7612026-03-19T21:29:55.209Z Downloaded lru v0.12.5
7622026-03-19T21:29:55.212Z Downloaded fatfs v0.3.6
7632026-03-19T21:29:55.212Z Downloaded md5 v0.7.0
7642026-03-19T21:29:55.215Z Downloaded darling v0.20.11
7652026-03-19T21:29:55.219Z Downloaded mime v0.3.17
7662026-03-19T21:29:55.219Z Downloaded inout v0.1.4
7672026-03-19T21:29:55.221Z Downloaded impl-trait-for-tuples v0.2.3
7682026-03-19T21:29:55.224Z Downloaded indoc v2.0.7
7692026-03-19T21:29:55.227Z Downloaded ipnetwork v0.21.1
7702026-03-19T21:29:55.227Z Downloaded new_debug_unreachable v1.0.6
7712026-03-19T21:29:55.230Z Downloaded arc-swap v1.8.2
7722026-03-19T21:29:55.233Z Downloaded is-terminal v0.4.17
7732026-03-19T21:29:55.233Z Downloaded compact_str v0.8.1
7742026-03-19T21:29:55.236Z Downloaded newline-converter v0.3.0
7752026-03-19T21:29:55.236Z Downloaded dropshot-api-manager v0.6.0
7762026-03-19T21:29:55.238Z Downloaded nibble_vec v0.1.0
7772026-03-19T21:29:55.241Z Downloaded libloading v0.8.9
7782026-03-19T21:29:55.244Z Downloaded nonempty v0.12.0
7792026-03-19T21:29:55.244Z Downloaded newtype_derive v0.1.6
7802026-03-19T21:29:55.244Z Downloaded num-iter v0.1.45
7812026-03-19T21:29:55.248Z Downloaded num-derive v0.3.3
7822026-03-19T21:29:55.248Z Downloaded num_enum_derive v0.5.11
7832026-03-19T21:29:55.252Z Downloaded num-derive v0.4.2
7842026-03-19T21:29:55.252Z Downloaded libefi-sys v0.1.0
7852026-03-19T21:29:55.252Z Downloaded opaque-debug v0.3.1
7862026-03-19T21:29:55.254Z Downloaded num v0.4.3
7872026-03-19T21:29:55.254Z Downloaded libsw v3.5.0
7882026-03-19T21:29:55.254Z Downloaded nodrop v0.1.14
7892026-03-19T21:29:55.258Z Downloaded hmac v0.12.1
7902026-03-19T21:29:55.258Z Downloaded hyper-rustls v0.27.7
7912026-03-19T21:29:55.260Z Downloaded num-conv v0.2.0
7922026-03-19T21:29:55.260Z Downloaded iana-time-zone v0.1.65
7932026-03-19T21:29:55.265Z Downloaded ingot-macros v0.1.1
7942026-03-19T21:29:55.268Z Downloaded lzss v0.8.2
7952026-03-19T21:29:55.268Z Downloaded num_threads v0.1.7
7962026-03-19T21:29:55.268Z Downloaded openssl-probe v0.2.1
7972026-03-19T21:29:55.271Z Downloaded olpc-cjson v0.1.4
7982026-03-19T21:29:55.271Z Downloaded linear-map v1.2.0
7992026-03-19T21:29:55.271Z Downloaded elliptic-curve v0.13.8
8002026-03-19T21:29:55.274Z Downloaded libsw-core v0.3.2
8012026-03-19T21:29:55.277Z Downloaded chacha20poly1305 v0.10.1
8022026-03-19T21:29:55.277Z Downloaded futures v0.3.32
8032026-03-19T21:29:55.281Z Downloaded openssl-probe v0.1.6
8042026-03-19T21:29:55.284Z Downloaded oso-derive v0.27.3
8052026-03-19T21:29:55.284Z Downloaded openssl-macros v0.1.1
8062026-03-19T21:29:55.284Z Downloaded base64 v0.22.1
8072026-03-19T21:29:55.287Z Downloaded mime_guess v2.0.5
8082026-03-19T21:29:55.289Z Downloaded multimap v0.10.1
8092026-03-19T21:29:55.292Z Downloaded getrandom v0.3.4
8102026-03-19T21:29:55.296Z Downloaded jobserver v0.1.34
8112026-03-19T21:29:55.296Z Downloaded parse-display v0.10.0
8122026-03-19T21:29:55.300Z Downloaded parse-size v1.1.0
8132026-03-19T21:29:55.300Z Downloaded packed_struct_codegen v0.10.1
8142026-03-19T21:29:55.300Z Downloaded multer v3.1.0
8152026-03-19T21:29:55.303Z Downloaded newtype-uuid-macros v0.1.0
8162026-03-19T21:29:55.303Z Downloaded native-tls v0.2.18
8172026-03-19T21:29:55.303Z Downloaded newtype-uuid v1.3.2
8182026-03-19T21:29:55.306Z Downloaded nanorand v0.7.0
8192026-03-19T21:29:55.309Z Downloaded half v2.7.1
8202026-03-19T21:29:55.309Z Downloaded peg-runtime v0.8.5
8212026-03-19T21:29:55.312Z Downloaded normalize-line-endings v0.3.0
8222026-03-19T21:29:55.312Z Downloaded pbkdf2 v0.12.2
8232026-03-19T21:29:55.314Z Downloaded path-slash v0.1.5
8242026-03-19T21:29:55.314Z Downloaded derive-where v1.6.0
8252026-03-19T21:29:55.317Z Downloaded num-integer v0.1.46
8262026-03-19T21:29:55.320Z Downloaded phf_shared v0.12.1
8272026-03-19T21:29:55.320Z Downloaded base64 v0.21.7
8282026-03-19T21:29:55.324Z Downloaded hickory-client v0.25.2
8292026-03-19T21:29:55.327Z Downloaded litrs v1.0.0
8302026-03-19T21:29:55.327Z Downloaded num_enum_derive v0.7.5
8312026-03-19T21:29:55.330Z Downloaded humantime v2.3.0
8322026-03-19T21:29:55.330Z Downloaded getrandom v0.2.17
8332026-03-19T21:29:55.333Z Downloaded ignore v0.4.25
8342026-03-19T21:29:55.336Z Downloaded num_enum v0.5.11
8352026-03-19T21:29:55.338Z Downloaded pbkdf2 v0.11.0
8362026-03-19T21:29:55.341Z Downloaded phf_shared v0.11.3
8372026-03-19T21:29:55.341Z Downloaded predicates-core v1.0.10
8382026-03-19T21:29:55.346Z Downloaded pin-utils v0.1.0
8392026-03-19T21:29:55.346Z Downloaded heapless v0.8.0
8402026-03-19T21:29:55.349Z Downloaded num-complex v0.4.6
8412026-03-19T21:29:55.349Z Downloaded httparse v1.10.1
8422026-03-19T21:29:55.353Z Downloaded const_format v0.2.35
8432026-03-19T21:29:55.356Z Downloaded memmap2 v0.9.10
8442026-03-19T21:29:55.356Z Downloaded ed25519-dalek v2.2.0
8452026-03-19T21:29:55.358Z Downloaded proc-macro-crate v1.3.1
8462026-03-19T21:29:55.361Z Downloaded proc-macro-crate v3.4.0
8472026-03-19T21:29:55.361Z Downloaded predicates-tree v1.0.13
8482026-03-19T21:29:55.364Z Downloaded darling_core v0.23.0
8492026-03-19T21:29:55.368Z Downloaded parking_lot_core v0.8.6
8502026-03-19T21:29:55.371Z Downloaded proc-macro-error-attr2 v2.0.0
8512026-03-19T21:29:55.371Z Downloaded nu-ansi-term v0.50.3
8522026-03-19T21:29:55.371Z Downloaded progenitor-client v0.10.0
8532026-03-19T21:29:55.373Z Downloaded progenitor-client v0.11.2
8542026-03-19T21:29:55.373Z Downloaded owo-colors v4.3.0
8552026-03-19T21:29:55.376Z Downloaded lock_api v0.4.14
8562026-03-19T21:29:55.376Z Downloaded heapless v0.7.17
8572026-03-19T21:29:55.379Z Downloaded cc v1.2.56
8582026-03-19T21:29:55.382Z Downloaded peg v0.8.5
8592026-03-19T21:29:55.385Z Downloaded precomputed-hash v0.1.1
8602026-03-19T21:29:55.388Z Downloaded powerfmt v0.2.0
8612026-03-19T21:29:55.388Z Downloaded pem-rfc7468 v0.7.0
8622026-03-19T21:29:55.390Z Downloaded pem v3.0.6
8632026-03-19T21:29:55.391Z Downloaded peg-macros v0.8.5
8642026-03-19T21:29:55.394Z Downloaded packed_struct v0.10.1
8652026-03-19T21:29:55.394Z Downloaded quick-error v1.2.3
8662026-03-19T21:29:55.405Z Downloaded indexmap v1.9.3
8672026-03-19T21:29:55.409Z Downloaded libbz2-rs-sys v0.2.2
8682026-03-19T21:29:55.410Z Downloaded paste v1.0.15
8692026-03-19T21:29:55.410Z Downloaded oxnet v0.1.4
8702026-03-19T21:29:55.410Z Downloaded omicron-zone-package v0.12.2
8712026-03-19T21:29:55.410Z Downloaded password-hash v0.4.2
8722026-03-19T21:29:55.410Z Downloaded psl-types v2.0.11
8732026-03-19T21:29:55.410Z Downloaded num_enum v0.7.5
8742026-03-19T21:29:55.413Z Downloaded radium v0.7.0
8752026-03-19T21:29:55.415Z Downloaded progenitor-macro v0.13.0
8762026-03-19T21:29:55.415Z Downloaded rand_chacha v0.3.1
8772026-03-19T21:29:55.415Z Downloaded phf_shared v0.13.1
8782026-03-19T21:29:55.418Z Downloaded parse-display-derive v0.10.0
8792026-03-19T21:29:55.418Z Downloaded headers v0.4.1
8802026-03-19T21:29:55.422Z Downloaded rand_xorshift v0.4.0
8812026-03-19T21:29:55.425Z Downloaded ppv-lite86 v0.2.21
8822026-03-19T21:29:55.425Z Downloaded polyval v0.6.2
8832026-03-19T21:29:55.427Z Downloaded num-rational v0.4.2
8842026-03-19T21:29:55.430Z Downloaded derive_more v2.1.1
8852026-03-19T21:29:55.436Z Downloaded phf v0.12.1
8862026-03-19T21:29:55.439Z Downloaded oxide-tokio-rt v0.1.3
8872026-03-19T21:29:55.439Z Downloaded maplit v1.0.2
8882026-03-19T21:29:55.443Z Downloaded lru-cache v0.1.2
8892026-03-19T21:29:55.443Z Downloaded hyper-staticfile v0.10.1
8902026-03-19T21:29:55.446Z Downloaded recursive-proc-macro-impl v0.1.1
8912026-03-19T21:29:55.446Z Downloaded recursive v0.1.1
8922026-03-19T21:29:55.446Z Downloaded progenitor-macro v0.10.0
8932026-03-19T21:29:55.449Z Downloaded progenitor v0.10.0
8942026-03-19T21:29:55.449Z Downloaded darling_core v0.21.3
8952026-03-19T21:29:55.452Z Downloaded progenitor v0.11.2
8962026-03-19T21:29:55.455Z Downloaded ref-cast-impl v1.0.25
8972026-03-19T21:29:55.456Z Downloaded proc-macro-error2 v2.0.1
8982026-03-19T21:29:55.458Z Downloaded ref-cast v1.0.25
8992026-03-19T21:29:55.461Z Downloaded crypto-bigint v0.5.5
9002026-03-19T21:29:55.464Z Downloaded progenitor-macro v0.11.2
9012026-03-19T21:29:55.467Z Downloaded psm v0.1.30
9022026-03-19T21:29:55.470Z Downloaded poly1305 v0.8.0
9032026-03-19T21:29:55.470Z Downloaded postgres-protocol v0.6.10
9042026-03-19T21:29:55.473Z Downloaded pkg-config v0.3.32
9052026-03-19T21:29:55.473Z Downloaded pkcs8 v0.10.2
9062026-03-19T21:29:55.476Z Downloaded progenitor-extras v0.1.1
9072026-03-19T21:29:55.479Z Downloaded pin-project-internal v1.1.11
9082026-03-19T21:29:55.479Z Downloaded ena v0.14.4
9092026-03-19T21:29:55.482Z Downloaded flate2 v1.1.9
9102026-03-19T21:29:55.485Z Downloaded ecdsa v0.16.9
9112026-03-19T21:29:55.488Z Downloaded crossbeam-utils v0.8.21
9122026-03-19T21:29:55.488Z Downloaded rustc_version v0.4.1
9132026-03-19T21:29:55.491Z Downloaded rustc_version v0.1.7
9142026-03-19T21:29:55.491Z Downloaded indicatif v0.18.4
9152026-03-19T21:29:55.493Z Downloaded ingot v0.1.1
9162026-03-19T21:29:55.496Z Downloaded darling v0.23.0
9172026-03-19T21:29:55.499Z Downloaded rfc6979 v0.4.0
9182026-03-19T21:29:55.501Z Downloaded rand_core v0.9.5
9192026-03-19T21:29:55.501Z Downloaded rand_core v0.10.0
9202026-03-19T21:29:55.504Z Downloaded russh-cryptovec v0.7.3
9212026-03-19T21:29:55.504Z Downloaded rtoolbox v0.0.3
9222026-03-19T21:29:55.507Z Downloaded rustc-hash v2.1.1
9232026-03-19T21:29:55.507Z Downloaded parking_lot v0.11.2
9242026-03-19T21:29:55.510Z Downloaded password-hash v0.5.0
9252026-03-19T21:29:55.510Z Downloaded parking_lot v0.12.5
9262026-03-19T21:29:55.513Z Downloaded rand_seeder v0.4.0
9272026-03-19T21:29:55.515Z Downloaded hickory-resolver v0.25.2
9282026-03-19T21:29:55.518Z Downloaded same-file v1.0.6
9292026-03-19T21:29:55.518Z Downloaded expectorate v1.2.0
9302026-03-19T21:29:55.521Z Downloaded derive_more-impl v2.1.1
9312026-03-19T21:29:55.524Z Downloaded jiff-static v0.2.21
9322026-03-19T21:29:55.527Z Downloaded der v0.7.10
9332026-03-19T21:29:55.530Z Downloaded oso v0.27.3
9342026-03-19T21:29:55.533Z Downloaded scheduled-thread-pool v0.2.7
9352026-03-19T21:29:55.536Z Downloaded scopeguard v1.2.0
9362026-03-19T21:29:55.536Z Downloaded salsa20 v0.10.2
9372026-03-19T21:29:55.539Z Downloaded sapling-renderdag v0.1.0
9382026-03-19T21:29:55.539Z Downloaded rand_chacha v0.9.0
9392026-03-19T21:29:55.543Z Downloaded rand_core v0.6.4
9402026-03-19T21:29:55.543Z Downloaded pkcs1 v0.7.5
9412026-03-19T21:29:55.543Z Downloaded pin-project-lite v0.2.17
9422026-03-19T21:29:55.547Z Downloaded phf v0.13.1
9432026-03-19T21:29:55.550Z Downloaded diesel_derives v2.3.7
9442026-03-19T21:29:55.553Z Downloaded secrecy v0.10.3
9452026-03-19T21:29:55.556Z Downloaded secrecy v0.8.0
9462026-03-19T21:29:55.556Z Downloaded scroll_derive v0.13.1
9472026-03-19T21:29:55.558Z Downloaded scrypt v0.11.0
9482026-03-19T21:29:55.559Z Downloaded r2d2 v0.8.10
9492026-03-19T21:29:55.559Z Downloaded progenitor-client v0.13.0
9502026-03-19T21:29:55.561Z Downloaded pkcs5 v0.7.1
9512026-03-19T21:29:55.564Z Downloaded progenitor v0.13.0
9522026-03-19T21:29:55.567Z Downloaded predicates v3.1.4
9532026-03-19T21:29:55.567Z Downloaded postgres-types v0.2.12
9542026-03-19T21:29:55.570Z Downloaded postcard v1.1.3
9552026-03-19T21:29:55.573Z Downloaded pin-project v1.1.11
9562026-03-19T21:29:55.580Z Downloaded serde_bytes v0.11.19
9572026-03-19T21:29:55.583Z Downloaded seq-macro v0.3.6
9582026-03-19T21:29:55.583Z Downloaded rustls-native-certs v0.8.3
9592026-03-19T21:29:55.586Z Downloaded serde_urlencoded v0.7.1
9602026-03-19T21:29:55.589Z Downloaded serde_plain v1.0.2
9612026-03-19T21:29:55.589Z Downloaded serde-big-array v0.5.1
9622026-03-19T21:29:55.592Z Downloaded rustls-pemfile v1.0.4
9632026-03-19T21:29:55.592Z Downloaded serde_repr v0.1.20
9642026-03-19T21:29:55.595Z Downloaded signal-hook-mio v0.2.5
9652026-03-19T21:29:55.595Z Downloaded quinn-udp v0.5.14
9662026-03-19T21:29:55.597Z Downloaded hickory-resolver v0.24.4
9672026-03-19T21:29:55.600Z Downloaded hashbrown v0.12.3
9682026-03-19T21:29:55.602Z Downloaded sha1 v0.10.6
9692026-03-19T21:29:55.605Z Downloaded minimal-lexical v0.2.1
9702026-03-19T21:29:55.609Z Downloaded rusty-fork v0.3.1
9712026-03-19T21:29:55.612Z Downloaded prefix-trie v0.7.0
9722026-03-19T21:29:55.615Z Downloaded aes-gcm v0.10.3
9732026-03-19T21:29:55.617Z Downloaded sigpipe v0.1.3
9742026-03-19T21:29:55.617Z Downloaded shell-words v1.1.1
9752026-03-19T21:29:55.617Z Downloaded rustversion v1.0.22
9762026-03-19T21:29:55.620Z Downloaded signal-hook-tokio v0.3.1
9772026-03-19T21:29:55.620Z Downloaded parking_lot_core v0.9.12
9782026-03-19T21:29:55.623Z Downloaded signature v2.2.0
9792026-03-19T21:29:55.626Z Downloaded papergrid v0.17.0
9802026-03-19T21:29:55.629Z Downloaded progenitor-impl v0.13.0
9812026-03-19T21:29:55.633Z Downloaded p256 v0.13.2
9822026-03-19T21:29:55.633Z Downloaded semver v0.1.20
9832026-03-19T21:29:55.636Z Downloaded resolv-conf v0.7.6
9842026-03-19T21:29:55.636Z Downloaded siphasher v1.0.2
9852026-03-19T21:29:55.636Z Downloaded slog-bunyan v2.5.0
9862026-03-19T21:29:55.639Z Downloaded primeorder v0.13.6
9872026-03-19T21:29:55.639Z Downloaded slog-envlogger v2.2.0
9882026-03-19T21:29:55.642Z Downloaded schemars_derive v0.8.22
9892026-03-19T21:29:55.642Z Downloaded miniz_oxide v0.8.9
9902026-03-19T21:29:55.644Z Downloaded glob v0.3.3
9912026-03-19T21:29:55.647Z Downloaded ciborium v0.2.2
9922026-03-19T21:29:55.647Z Downloaded scroll v0.13.0
9932026-03-19T21:29:55.650Z Downloaded hashbrown v0.13.2
9942026-03-19T21:29:55.654Z Downloaded colored v2.2.0
9952026-03-19T21:29:55.657Z Downloaded openssl-sys v0.9.111
9962026-03-19T21:29:55.660Z Downloaded sec1 v0.7.3
9972026-03-19T21:29:55.660Z Downloaded sct v0.7.1
9982026-03-19T21:29:55.663Z Downloaded rustls-pemfile v2.2.0
9992026-03-19T21:29:55.666Z Downloaded progenitor-impl v0.11.2
10002026-03-19T21:29:55.666Z Downloaded serde_spanned v1.0.4
10012026-03-19T21:29:55.669Z Downloaded serde_derive_internals v0.29.1
10022026-03-19T21:29:55.669Z Downloaded aes v0.8.4
10032026-03-19T21:29:55.672Z Downloaded serde_path_to_error v0.1.20
10042026-03-19T21:29:55.675Z Downloaded ssh-encoding v0.2.0
10052026-03-19T21:29:55.676Z Downloaded sqlparser_derive v0.5.0
10062026-03-19T21:29:55.679Z Downloaded ssh-cipher v0.2.0
10072026-03-19T21:29:55.679Z Downloaded serde-hex v0.1.0
10082026-03-19T21:29:55.679Z Downloaded russh-keys v0.45.0
10092026-03-19T21:29:55.681Z Downloaded shlex v1.3.0
10102026-03-19T21:29:55.681Z Downloaded rcgen v0.12.1
10112026-03-19T21:29:55.684Z Downloaded progenitor-impl v0.10.0
10122026-03-19T21:29:55.687Z Downloaded itertools v0.10.5
10132026-03-19T21:29:55.691Z Downloaded hyper-util v0.1.20
10142026-03-19T21:29:55.695Z Downloaded signal-hook-registry v1.4.8
10152026-03-19T21:29:55.698Z Downloaded pretty_assertions v1.4.1
10162026-03-19T21:29:55.698Z Downloaded structmeta-derive v0.3.0
10172026-03-19T21:29:55.701Z Downloaded cexpr v0.6.0
10182026-03-19T21:29:55.701Z Downloaded structmeta v0.3.0
10192026-03-19T21:29:55.704Z Downloaded strip-ansi-escapes v0.2.1
10202026-03-19T21:29:55.704Z Downloaded rustls-pki-types v1.14.0
10212026-03-19T21:29:55.707Z Downloaded hickory-server v0.25.2
10222026-03-19T21:29:55.710Z Downloaded slog-async v2.8.0
10232026-03-19T21:29:55.713Z Downloaded cbc v0.1.2
10242026-03-19T21:29:55.713Z Downloaded corncobs v0.1.4
10252026-03-19T21:29:55.715Z Downloaded console v0.15.11
10262026-03-19T21:29:55.718Z Downloaded tabwriter v1.4.1
10272026-03-19T21:29:55.718Z Downloaded smallvec v0.6.14
10282026-03-19T21:29:55.718Z Downloaded slog-term v2.9.2
10292026-03-19T21:29:55.721Z Downloaded slab v0.4.12
10302026-03-19T21:29:55.724Z Downloaded subtle v2.6.1
10312026-03-19T21:29:55.724Z Downloaded sync_wrapper v1.0.2
10322026-03-19T21:29:55.724Z Downloaded ron v0.8.1
10332026-03-19T21:29:55.728Z Downloaded tap v1.0.1
10342026-03-19T21:29:55.731Z Downloaded tagptr v0.2.0
10352026-03-19T21:29:55.731Z Downloaded sync-ptr v0.1.4
10362026-03-19T21:29:55.734Z Downloaded snafu-derive v0.8.9
10372026-03-19T21:29:55.734Z Downloaded tabled_derive v0.11.0
10382026-03-19T21:29:55.736Z Downloaded take_mut v0.2.2
10392026-03-19T21:29:55.736Z Downloaded smf v0.2.3
10402026-03-19T21:29:55.736Z Downloaded supports-color v3.0.2
10412026-03-19T21:29:55.739Z Downloaded strum v0.27.2
10422026-03-19T21:29:55.739Z Downloaded time-core v0.1.8
10432026-03-19T21:29:55.742Z Downloaded thiserror-impl-no-std v2.0.2
10442026-03-19T21:29:55.742Z Downloaded http v1.4.0
10452026-03-19T21:29:55.745Z Downloaded testing_table v0.3.0
10462026-03-19T21:29:55.745Z Downloaded slog-dtrace v0.3.0
10472026-03-19T21:29:55.747Z Downloaded rayon-core v1.13.0
10482026-03-19T21:29:55.750Z Downloaded slog-json v2.6.1
10492026-03-19T21:29:55.753Z Downloaded termtree v0.5.1
10502026-03-19T21:29:55.753Z Downloaded strum v0.26.3
10512026-03-19T21:29:55.753Z Downloaded simd-adler32 v0.3.8
10522026-03-19T21:29:55.756Z Downloaded static_assertions v1.1.0
10532026-03-19T21:29:55.756Z Downloaded stacker v0.1.23
10542026-03-19T21:29:55.759Z Downloaded sqlformat v0.3.5
10552026-03-19T21:29:55.759Z Downloaded spki v0.7.3
10562026-03-19T21:29:55.762Z Downloaded tinyvec_macros v0.1.1
10572026-03-19T21:29:55.762Z Downloaded ryu v1.0.23
10582026-03-19T21:29:55.765Z Downloaded schemars v0.8.22
10592026-03-19T21:29:55.774Z Downloaded blake3 v1.8.3
10602026-03-19T21:29:55.780Z Downloaded publicsuffix v2.3.0
10612026-03-19T21:29:55.783Z Downloaded thread-id v5.1.0
10622026-03-19T21:29:55.786Z Downloaded serde_cbor v0.11.2
10632026-03-19T21:29:55.786Z Downloaded serde_with_macros v3.17.0
10642026-03-19T21:29:55.789Z Downloaded hashbrown v0.15.5
10652026-03-19T21:29:55.791Z Downloaded stringprep v0.1.5
10662026-03-19T21:29:55.794Z Downloaded topological-sort v0.2.2
10672026-03-19T21:29:55.794Z Downloaded termios v0.3.3
10682026-03-19T21:29:55.797Z Downloaded support-bundle-viewer v0.1.2
10692026-03-19T21:29:55.797Z Downloaded string_cache v0.8.9
10702026-03-19T21:29:55.800Z Downloaded crossterm v0.29.0
10712026-03-19T21:29:55.807Z Downloaded slog-stdlog v4.1.1
10722026-03-19T21:29:55.807Z Downloaded strum_macros v0.27.2
10732026-03-19T21:29:55.810Z Downloaded strum_macros v0.26.4
10742026-03-19T21:29:55.810Z Downloaded slog-scope v4.4.1
10752026-03-19T21:29:55.810Z Downloaded qorb v0.4.1
10762026-03-19T21:29:55.813Z Downloaded tower-layer v0.3.3
10772026-03-19T21:29:55.816Z Downloaded libxml v0.3.3
10782026-03-19T21:29:55.821Z Downloaded spin v0.9.8
10792026-03-19T21:29:55.821Z Downloaded prettyplease v0.2.37
10802026-03-19T21:29:55.825Z Downloaded thread_local v1.1.9
10812026-03-19T21:29:55.828Z Downloaded rustls-platform-verifier v0.6.2
10822026-03-19T21:29:55.831Z Downloaded crossterm v0.28.1
10832026-03-19T21:29:55.836Z Downloaded time-macros v0.2.27
10842026-03-19T21:29:55.836Z Downloaded chacha20 v0.10.0
10852026-03-19T21:29:55.839Z Downloaded bit-vec v0.8.0
10862026-03-19T21:29:55.839Z Downloaded mio v1.1.1
10872026-03-19T21:29:55.843Z Downloaded try-lock v0.2.5
10882026-03-19T21:29:55.846Z Downloaded trait-variant v0.1.2
10892026-03-19T21:29:55.846Z Downloaded tiny-keccak v2.0.2
10902026-03-19T21:29:55.850Z Downloaded tower-service v0.3.3
10912026-03-19T21:29:55.850Z Downloaded unarray v0.1.4
10922026-03-19T21:29:55.850Z Downloaded rand v0.8.5
10932026-03-19T21:29:55.854Z Downloaded tokio-macros v2.6.0
10942026-03-19T21:29:55.854Z Downloaded tls_codec_derive v0.4.2
10952026-03-19T21:29:55.857Z Downloaded fallible-iterator v0.2.0
10962026-03-19T21:29:55.857Z Downloaded tls_codec v0.4.2
10972026-03-19T21:29:55.860Z Downloaded tokio-tungstenite v0.21.0
10982026-03-19T21:29:55.860Z Downloaded tokio-native-tls v0.3.1
10992026-03-19T21:29:55.863Z Downloaded tokio-tungstenite v0.23.1
11002026-03-19T21:29:55.868Z Downloaded signal-hook v0.3.18
11012026-03-19T21:29:55.868Z Downloaded universal-hash v0.5.1
11022026-03-19T21:29:55.868Z Downloaded tokio-rustls v0.25.0
11032026-03-19T21:29:55.871Z Downloaded num-bigint v0.4.6
11042026-03-19T21:29:55.874Z Downloaded untrusted v0.9.0
11052026-03-19T21:29:55.874Z Downloaded typify-macro v0.4.3
11062026-03-19T21:29:55.877Z Downloaded untrusted v0.7.1
11072026-03-19T21:29:55.877Z Downloaded quinn v0.11.9
11082026-03-19T21:29:55.881Z Downloaded unit-prefix v0.5.2
11092026-03-19T21:29:55.881Z Downloaded unicode-truncate v1.1.0
11102026-03-19T21:29:55.884Z Downloaded tokio-dtrace v0.1.1
11112026-03-19T21:29:55.884Z Downloaded toml_writer v1.0.6+spec-1.1.0
11122026-03-19T21:29:55.886Z Downloaded rsa v0.9.10
11132026-03-19T21:29:55.889Z Downloaded schemars v0.9.0
11142026-03-19T21:29:55.897Z Downloaded utf-8 v0.7.6
11152026-03-19T21:29:55.900Z Downloaded usdt-macro v0.6.0
11162026-03-19T21:29:55.900Z Downloaded socket2 v0.6.2
11172026-03-19T21:29:55.904Z Downloaded usdt-attr-macro v0.6.0
11182026-03-19T21:29:55.904Z Downloaded toml_datetime v0.7.5+spec-1.1.0
11192026-03-19T21:29:55.904Z Downloaded rand v0.9.2
11202026-03-19T21:29:55.906Z Downloaded void v1.0.2
11212026-03-19T21:29:55.910Z Downloaded itertools v0.13.0
11222026-03-19T21:29:55.913Z Downloaded usdt v0.6.0
11232026-03-19T21:29:55.916Z Downloaded term v1.2.1
11242026-03-19T21:29:55.916Z Downloaded want v0.3.1
11252026-03-19T21:29:55.919Z Downloaded typify-macro v0.6.1
11262026-03-19T21:29:55.919Z Downloaded tui-tree-widget v0.23.1
11272026-03-19T21:29:55.919Z Downloaded serde_yaml v0.9.34+deprecated
11282026-03-19T21:29:55.922Z Downloaded libm v0.2.16
11292026-03-19T21:29:55.929Z Downloaded term v0.7.0
11302026-03-19T21:29:55.932Z Downloaded futures-util v0.3.32
11312026-03-19T21:29:55.941Z Downloaded xshell-macros v0.2.7
11322026-03-19T21:29:55.944Z Downloaded hyper v1.8.1
11332026-03-19T21:29:55.946Z Downloaded xattr v1.6.1
11342026-03-19T21:29:55.949Z Downloaded waitgroup v0.1.2
11352026-03-19T21:29:55.949Z Downloaded wait-timeout v0.2.1
11362026-03-19T21:29:55.952Z Downloaded thiserror-no-std v2.0.2
11372026-03-19T21:29:55.955Z Downloaded vergen-gitcl v1.0.8
11382026-03-19T21:29:55.955Z Downloaded usdt-impl v0.6.0
11392026-03-19T21:29:55.958Z Downloaded strum_macros v0.24.3
11402026-03-19T21:29:55.958Z Downloaded vergen-lib v0.1.6
11412026-03-19T21:29:55.961Z Downloaded socket2 v0.5.10
11422026-03-19T21:29:55.961Z Downloaded similar v2.7.0
11432026-03-19T21:29:55.964Z Downloaded num-bigint-dig v0.8.6
11442026-03-19T21:29:55.968Z Downloaded rand v0.10.0
11452026-03-19T21:29:55.971Z Downloaded zone_cfg_derive v0.3.1
11462026-03-19T21:29:55.974Z Downloaded unicase v2.9.0
11472026-03-19T21:29:55.974Z Downloaded tokio-rustls v0.24.1
11482026-03-19T21:29:55.979Z Downloaded tinyvec v1.10.0
11492026-03-19T21:29:55.979Z Downloaded rustls-webpki v0.103.9
11502026-03-19T21:29:55.983Z Downloaded walkdir v2.5.0
11512026-03-19T21:29:55.983Z Downloaded tokio-rustls v0.26.4
11522026-03-19T21:29:55.986Z Downloaded itertools v0.12.1
11532026-03-19T21:29:55.989Z Downloaded zeroize_derive v1.4.3
11542026-03-19T21:29:55.992Z Downloaded tar v0.4.44
11552026-03-19T21:29:55.992Z Downloaded hkdf v0.12.4
11562026-03-19T21:29:55.995Z Downloaded subprocess v0.2.15
11572026-03-19T21:29:55.998Z Downloaded slog v2.8.2
11582026-03-19T21:29:56.000Z Downloaded samael v0.0.19
11592026-03-19T21:29:56.003Z Downloaded whoami v2.1.0
11602026-03-19T21:29:56.006Z Downloaded xshell v0.2.7
11612026-03-19T21:29:56.009Z Downloaded twox-hash v2.1.2
11622026-03-19T21:29:56.010Z Downloaded toml v0.9.12+spec-1.1.0
11632026-03-19T21:29:56.012Z Downloaded unicode-properties v0.1.4
11642026-03-19T21:29:56.015Z Downloaded schemars v1.2.1
11652026-03-19T21:29:56.024Z Downloaded vergen-git2 v1.0.7
11662026-03-19T21:29:56.027Z Downloaded uzers v0.12.2
11672026-03-19T21:29:56.030Z Downloaded zone v0.3.1
11682026-03-19T21:29:56.030Z Downloaded toml_parser v1.0.9+spec-1.1.0
11692026-03-19T21:29:56.030Z Downloaded test-strategy v0.4.5
11702026-03-19T21:29:56.033Z Downloaded vsss-rs v3.3.4
11712026-03-19T21:29:56.035Z Downloaded zeroize v1.8.2
11722026-03-19T21:29:56.038Z Downloaded steno v0.4.1
11732026-03-19T21:29:56.041Z Downloaded typify v0.6.1
11742026-03-19T21:29:56.044Z Downloaded typify v0.4.3
11752026-03-19T21:29:56.047Z Downloaded whoami v1.6.1
11762026-03-19T21:29:56.047Z Downloaded rustyline v14.0.0
11772026-03-19T21:29:56.050Z Downloaded russh v0.45.0
11782026-03-19T21:29:56.055Z Downloaded tracing-attributes v0.1.31
11792026-03-19T21:29:56.058Z Downloaded toml v0.7.8
11802026-03-19T21:29:56.060Z Downloaded zstd-safe v7.2.4
11812026-03-19T21:29:56.063Z Downloaded itertools v0.14.0
11822026-03-19T21:29:56.066Z Downloaded tokio-stream v0.1.18
11832026-03-19T21:29:56.070Z Downloaded tungstenite v0.23.0
11842026-03-19T21:29:56.073Z Downloaded wyz v0.5.1
11852026-03-19T21:29:56.075Z Downloaded aws-lc-rs v1.16.0
11862026-03-19T21:29:56.081Z Downloaded yasna v0.5.2
11872026-03-19T21:29:56.083Z Downloaded aho-corasick v1.1.4
11882026-03-19T21:29:56.087Z Downloaded tracing-core v0.1.36
11892026-03-19T21:29:56.091Z Downloaded bitvec v1.0.1
11902026-03-19T21:29:56.100Z Downloaded zstd v0.13.3
11912026-03-19T21:29:56.103Z Downloaded tungstenite v0.21.0
11922026-03-19T21:29:56.106Z Downloaded tokio-postgres v0.7.16
11932026-03-19T21:29:56.109Z Downloaded iri-string v0.7.10
11942026-03-19T21:29:56.114Z Downloaded git2 v0.20.4
11952026-03-19T21:29:56.120Z Downloaded iddqd v0.3.17
11962026-03-19T21:29:56.126Z Downloaded h2 v0.4.13
11972026-03-19T21:29:56.131Z Downloaded zopfli v0.8.3
11982026-03-19T21:29:56.134Z Downloaded bindgen v0.71.1
11992026-03-19T21:29:56.138Z Downloaded snafu v0.8.9
12002026-03-19T21:29:56.143Z Downloaded rpassword v7.4.0
12012026-03-19T21:29:56.146Z Downloaded p521 v0.13.3
12022026-03-19T21:29:56.149Z Downloaded yansi v1.0.1
12032026-03-19T21:29:56.151Z Downloaded nom v7.1.3
12042026-03-19T21:29:56.154Z Downloaded ed25519 v2.2.3
12052026-03-19T21:29:56.157Z Downloaded des v0.8.1
12062026-03-19T21:29:56.157Z Downloaded bzip2 v0.4.4
12072026-03-19T21:29:56.160Z Downloaded futures-core v0.3.32
12082026-03-19T21:29:56.160Z Downloaded unicode-bidi v0.3.18
12092026-03-19T21:29:56.162Z Downloaded fs_extra v1.3.0
12102026-03-19T21:29:56.162Z Downloaded drift v0.1.3
12112026-03-19T21:29:56.166Z Downloaded regex v1.12.3
12122026-03-19T21:29:56.170Z Downloaded der_derive v0.7.3
12132026-03-19T21:29:56.173Z Downloaded defmt v1.0.1
12142026-03-19T21:29:56.176Z Downloaded debug-ignore v1.0.5
12152026-03-19T21:29:56.176Z Downloaded crunchy v0.2.4
12162026-03-19T21:29:56.182Z Downloaded reqwest v0.13.2
12172026-03-19T21:29:56.185Z Downloaded unsafe-libyaml v0.2.11
12182026-03-19T21:29:56.185Z Downloaded vergen v9.0.6
12192026-03-19T21:29:56.188Z Downloaded unicode_categories v0.1.1
12202026-03-19T21:29:56.188Z Downloaded unicode-segmentation v1.12.0
12212026-03-19T21:29:56.190Z Downloaded chrono v0.4.44
12222026-03-19T21:29:56.195Z Downloaded toml_edit v0.23.10+spec-1.0.0
12232026-03-19T21:29:56.198Z Downloaded zerocopy-derive v0.8.40
12242026-03-19T21:29:56.205Z Downloaded xz2 v0.1.7
12252026-03-19T21:29:56.208Z Downloaded rustls-webpki v0.101.7
12262026-03-19T21:29:56.217Z Downloaded vte v0.14.1
12272026-03-19T21:29:56.220Z Downloaded ron v0.12.0
12282026-03-19T21:29:56.225Z Downloaded quick-xml v0.37.5
12292026-03-19T21:29:56.230Z Downloaded proptest v1.10.0
12302026-03-19T21:29:56.237Z Downloaded zerocopy v0.6.6
12312026-03-19T21:29:56.239Z Downloaded uuid v1.21.0
12322026-03-19T21:29:56.242Z Downloaded cfg_aliases v0.1.1
12332026-03-19T21:29:56.242Z Downloaded endian-type v0.1.2
12342026-03-19T21:29:56.242Z Downloaded cpufeatures v0.3.0
12352026-03-19T21:29:56.245Z Downloaded adler2 v2.0.1
12362026-03-19T21:29:56.245Z Downloaded defmt v0.3.100
12372026-03-19T21:29:56.251Z Downloaded reedline v0.40.0
12382026-03-19T21:29:56.256Z Downloaded tough v0.20.0
12392026-03-19T21:29:56.263Z Downloaded toml_edit v0.19.15
12402026-03-19T21:29:56.276Z Downloaded rustls-webpki v0.102.8
12412026-03-19T21:29:56.290Z Downloaded ssh-key v0.6.7
12422026-03-19T21:29:56.323Z Downloaded winnow v0.5.40
12432026-03-19T21:29:56.329Z Downloaded zip v0.6.6
12442026-03-19T21:29:56.332Z Downloaded quinn-proto v0.11.13
12452026-03-19T21:29:56.338Z Downloaded reqwest v0.12.28
12462026-03-19T21:29:56.342Z Downloaded object v0.30.4
12472026-03-19T21:29:56.349Z Downloaded nix v0.27.1
12482026-03-19T21:29:56.357Z Downloaded curve25519-dalek v4.1.3
12492026-03-19T21:29:56.382Z Downloaded rustls v0.21.12
12502026-03-19T21:29:56.392Z Downloaded portable-atomic v1.13.1
12512026-03-19T21:29:56.398Z Downloaded nix v0.28.0
12522026-03-19T21:29:56.406Z Downloaded regex-syntax v0.6.29
12532026-03-19T21:29:56.412Z Downloaded time v0.3.47
12542026-03-19T21:29:56.421Z Downloaded x509-cert v0.2.5
12552026-03-19T21:29:56.425Z Downloaded typed-path v0.9.3
12562026-03-19T21:29:56.429Z Downloaded salty v0.3.0
12572026-03-19T21:29:56.435Z Downloaded rayon v1.11.0
12582026-03-19T21:29:56.441Z Downloaded p384 v0.13.1
12592026-03-19T21:29:56.445Z Downloaded lalrpop v0.19.12
12602026-03-19T21:29:56.453Z Downloaded webpki-roots v1.0.6
12612026-03-19T21:29:56.456Z Downloaded bstr v1.12.1
12622026-03-19T21:29:56.470Z Downloaded regress v0.10.5
12632026-03-19T21:29:56.476Z Downloaded rustls v0.22.4
12642026-03-19T21:29:56.486Z Downloaded openapiv3 v2.2.0
12652026-03-19T21:29:56.495Z Downloaded zip v4.6.1
12662026-03-19T21:29:56.499Z Downloaded regex-syntax v0.8.10
12672026-03-19T21:29:56.505Z Downloaded tower v0.5.3
12682026-03-19T21:29:56.511Z Downloaded rustix v0.38.44
12692026-03-19T21:29:56.528Z Downloaded zerocopy v0.8.40
12702026-03-19T21:29:56.535Z Downloaded unicode-normalization v0.1.25
12712026-03-19T21:29:56.538Z Downloaded tower-http v0.6.8
12722026-03-19T21:29:56.544Z Downloaded serde_with v3.17.0
12732026-03-19T21:29:56.554Z Downloaded petname v2.0.2
12742026-03-19T21:29:56.558Z Downloaded goblin v0.10.5
12752026-03-19T21:29:56.564Z Downloaded moka v0.12.13
12762026-03-19T21:29:56.570Z Downloaded tokio-util v0.7.18
12772026-03-19T21:29:56.582Z Downloaded radix_trie v0.2.1
12782026-03-19T21:29:56.618Z Downloaded winnow v0.6.26
12792026-03-19T21:29:56.625Z Downloaded typify-impl v0.6.1
12802026-03-19T21:29:56.636Z Downloaded polar-core v0.27.3
12812026-03-19T21:29:56.645Z Downloaded bzip2-sys v0.1.13+1.0.8
12822026-03-19T21:29:56.658Z Downloaded openssl v0.10.75
12832026-03-19T21:29:56.675Z Downloaded zerocopy-derive v0.6.6
12842026-03-19T21:29:56.691Z Downloaded smoltcp v0.9.1
12852026-03-19T21:29:56.700Z Downloaded dropshot v0.16.7
12862026-03-19T21:29:56.715Z Downloaded tabled v0.20.0
12872026-03-19T21:29:56.729Z Downloaded petgraph v0.6.5
12882026-03-19T21:29:56.745Z Downloaded zlib-rs v0.6.2
12892026-03-19T21:29:56.748Z Downloaded vcpkg v0.2.15
12902026-03-19T21:29:56.777Z Downloaded nix v0.31.1
12912026-03-19T21:29:56.787Z Downloaded object v0.37.3
12922026-03-19T21:29:56.795Z Downloaded lzma-sys v0.1.20
12932026-03-19T21:29:56.817Z Downloaded hickory-proto v0.24.4
12942026-03-19T21:29:56.828Z Downloaded smoltcp v0.11.0
12952026-03-19T21:29:56.837Z Downloaded hickory-proto v0.25.2
12962026-03-19T21:29:56.851Z Downloaded rustls v0.23.37
12972026-03-19T21:29:56.858Z Downloaded diesel v2.3.7
12982026-03-19T21:29:56.873Z Downloaded zstd-sys v2.0.16+zstd.1.5.7
12992026-03-19T21:29:56.887Z Downloaded sha3 v0.10.8
13002026-03-19T21:29:56.891Z Downloaded chrono-tz v0.10.4
13012026-03-19T21:29:56.905Z Downloaded nix v0.29.0
13022026-03-19T21:29:56.966Z Downloaded sqlparser v0.61.0
13032026-03-19T21:29:56.982Z Downloaded tracing v0.1.44
13042026-03-19T21:29:56.999Z Downloaded sled v0.34.7
13052026-03-19T21:29:57.007Z Downloaded ratatui v0.29.0
13062026-03-19T21:29:57.021Z Downloaded typify-impl v0.4.3
13072026-03-19T21:29:57.033Z Downloaded ring v0.17.14
13082026-03-19T21:29:57.092Z Downloaded regex-automata v0.4.14
13092026-03-19T21:29:57.142Z Downloaded jiff v0.2.21
13102026-03-19T21:29:57.189Z Downloaded petgraph v0.8.3
13112026-03-19T21:29:57.206Z Downloaded csv v1.4.0
13122026-03-19T21:29:57.222Z Downloaded libz-sys v1.1.24
13132026-03-19T21:29:57.237Z Downloaded tokio v1.49.0
13142026-03-19T21:29:57.311Z Downloaded encoding_rs v0.8.35
13152026-03-19T21:29:57.353Z Downloaded libgit2-sys v0.18.3+1.9.2
13162026-03-19T21:29:57.741Z Downloaded aws-lc-sys v0.37.1
13172026-03-19T21:29:58.066Z Compiling libc v0.2.180
13182026-03-19T21:29:58.069Z Compiling serde v1.0.228
13192026-03-19T21:29:58.069Z Compiling log v0.4.29
13202026-03-19T21:29:58.069Z Compiling find-msvc-tools v0.1.9
13212026-03-19T21:29:58.069Z Compiling shlex v1.3.0
13222026-03-19T21:29:58.069Z Compiling smallvec v1.15.1
13232026-03-19T21:29:58.069Z Compiling typenum v1.19.0
13242026-03-19T21:29:58.069Z Compiling subtle v2.6.1
13252026-03-19T21:29:58.276Z Compiling generic-array v0.14.7
13262026-03-19T21:29:58.279Z Compiling scopeguard v1.2.0
13272026-03-19T21:29:58.287Z Compiling portable-atomic v1.13.1
13282026-03-19T21:29:58.369Z Compiling const-oid v0.9.6
13292026-03-19T21:29:58.390Z Compiling critical-section v1.2.0
13302026-03-19T21:29:58.434Z Compiling syn v2.0.117
13312026-03-19T21:29:58.437Z Compiling zerocopy v0.8.40
13322026-03-19T21:29:58.478Z Compiling parking_lot_core v0.9.12
13332026-03-19T21:29:58.502Z Compiling lock_api v0.4.14
13342026-03-19T21:29:58.550Z Compiling serde_json v1.0.149
13352026-03-19T21:29:58.574Z Compiling pin-project-lite v0.2.17
13362026-03-19T21:29:58.577Z Compiling pkg-config v0.3.32
13372026-03-19T21:29:58.618Z Compiling bitflags v2.11.0
13382026-03-19T21:29:58.621Z Compiling libm v0.2.16
13392026-03-19T21:29:58.621Z Compiling num-traits v0.2.19
13402026-03-19T21:29:58.735Z Compiling futures-core v0.3.32
13412026-03-19T21:29:58.808Z Compiling percent-encoding v2.3.2
13422026-03-19T21:29:58.834Z Compiling allocator-api2 v0.2.21
13432026-03-19T21:29:58.949Z Compiling cpufeatures v0.2.17
13442026-03-19T21:29:58.971Z Compiling foldhash v0.2.0
13452026-03-19T21:29:58.993Z Compiling futures-sink v0.3.32
13462026-03-19T21:29:59.038Z Compiling futures-task v0.3.32
13472026-03-19T21:29:59.130Z Compiling slab v0.4.12
13482026-03-19T21:29:59.175Z Compiling futures-channel v0.3.32
13492026-03-19T21:29:59.196Z Compiling getrandom v0.4.1
13502026-03-19T21:29:59.199Z Compiling futures-io v0.3.32
13512026-03-19T21:29:59.240Z Compiling hashbrown v0.16.1
13522026-03-19T21:29:59.313Z Compiling getrandom v0.3.4
13532026-03-19T21:29:59.316Z Compiling rand_core v0.10.0
13542026-03-19T21:29:59.340Z Compiling rustversion v1.0.22
13552026-03-19T21:29:59.383Z Compiling form_urlencoded v1.2.2
13562026-03-19T21:29:59.383Z Compiling base64ct v1.8.3
13572026-03-19T21:29:59.427Z Compiling ident_case v1.0.1
13582026-03-19T21:29:59.481Z Compiling dunce v1.0.5
13592026-03-19T21:29:59.603Z Compiling getrandom v0.2.17
13602026-03-19T21:29:59.661Z Compiling jobserver v0.1.34
13612026-03-19T21:29:59.684Z Compiling errno v0.3.14
13622026-03-19T21:29:59.688Z Compiling mio v1.1.1
13632026-03-19T21:29:59.750Z Compiling socket2 v0.6.2
13642026-03-19T21:29:59.778Z Compiling fs_extra v1.3.0
13652026-03-19T21:29:59.830Z Compiling rand_core v0.6.4
13662026-03-19T21:29:59.853Z Compiling signal-hook-registry v1.4.8
13672026-03-19T21:29:59.900Z Compiling once_cell v1.21.3
13682026-03-19T21:30:00.000Z Compiling cc v1.2.56
13692026-03-19T21:30:00.024Z Compiling parking_lot v0.12.5
13702026-03-19T21:30:00.135Z Compiling indexmap v2.13.0
13712026-03-19T21:30:00.203Z Compiling pem-rfc7468 v0.7.0
13722026-03-19T21:30:00.227Z Compiling flagset v0.4.7
13732026-03-19T21:30:00.227Z Compiling iana-time-zone v0.1.65
13742026-03-19T21:30:00.273Z Compiling rustix v1.1.3
13752026-03-19T21:30:00.277Z Compiling uuid v1.21.0
13762026-03-19T21:30:00.319Z Compiling rustc_version v0.4.1
13772026-03-19T21:30:00.379Z Compiling regex-syntax v0.8.10
13782026-03-19T21:30:00.427Z Compiling aws-lc-rs v1.16.0
13792026-03-19T21:30:00.452Z Compiling vcpkg v0.2.15
13802026-03-19T21:30:00.580Z Compiling tracing-core v0.1.36
13812026-03-19T21:30:00.650Z Compiling crossbeam-utils v0.8.21
13822026-03-19T21:30:00.721Z Compiling rand_core v0.9.5
13832026-03-19T21:30:00.821Z Compiling openssl-probe v0.2.1
13842026-03-19T21:30:00.846Z Compiling schemars v0.8.22
13852026-03-19T21:30:00.908Z Compiling base64 v0.22.1
13862026-03-19T21:30:01.019Z Compiling syn v1.0.109
13872026-03-19T21:30:01.079Z Compiling untrusted v0.9.0
13882026-03-19T21:30:01.102Z Compiling cmake v0.1.57
13892026-03-19T21:30:01.151Z Compiling untrusted v0.7.1
13902026-03-19T21:30:01.154Z Compiling httparse v1.10.1
13912026-03-19T21:30:01.268Z Compiling try-lock v0.2.5
13922026-03-19T21:30:01.295Z Compiling tower-service v0.3.3
13932026-03-19T21:30:01.317Z Compiling tinyvec_macros v0.1.1
13942026-03-19T21:30:01.352Z Compiling dyn-clone v1.0.20
13952026-03-19T21:30:01.375Z Compiling atomic-waker v1.1.2
13962026-03-19T21:30:01.418Z Compiling tower-layer v0.3.3
13972026-03-19T21:30:01.422Z Compiling rustls v0.23.37
13982026-03-19T21:30:01.463Z Compiling tinyvec v1.10.0
13992026-03-19T21:30:01.463Z Compiling want v0.3.1
14002026-03-19T21:30:01.548Z Compiling spin v0.9.8
14012026-03-19T21:30:01.571Z Compiling aho-corasick v1.1.4
14022026-03-19T21:30:01.574Z Compiling foreign-types-shared v0.1.1
14032026-03-19T21:30:01.574Z Compiling time-core v0.1.8
14042026-03-19T21:30:01.663Z Compiling crc32fast v1.5.0
14052026-03-19T21:30:01.687Z Compiling pin-utils v0.1.0
14062026-03-19T21:30:01.734Z Compiling httpdate v1.0.3
14072026-03-19T21:30:01.759Z Compiling openssl v0.10.75
14082026-03-19T21:30:01.759Z Compiling num-conv v0.2.0
14092026-03-19T21:30:01.804Z Compiling powerfmt v0.2.0
14102026-03-19T21:30:01.852Z Compiling foreign-types v0.3.2
14112026-03-19T21:30:01.876Z Compiling wait-timeout v0.2.1
14122026-03-19T21:30:01.943Z Compiling simd-adler32 v0.3.8
14132026-03-19T21:30:01.968Z Compiling num_threads v0.1.7
14142026-03-19T21:30:01.993Z Compiling time-macros v0.2.27
14152026-03-19T21:30:01.996Z Compiling bit-vec v0.8.0
14162026-03-19T21:30:02.076Z Compiling deranged v0.5.8
14172026-03-19T21:30:02.094Z Compiling either v1.15.0
14182026-03-19T21:30:02.120Z Compiling usdt-impl v0.6.0
14192026-03-19T21:30:02.120Z Compiling siphasher v1.0.2
14202026-03-19T21:30:02.124Z Compiling quick-error v1.2.3
14212026-03-19T21:30:02.251Z Compiling native-tls v0.2.18
14222026-03-19T21:30:02.304Z Compiling bit-set v0.8.0
14232026-03-19T21:30:02.328Z Compiling unicode-normalization v0.1.25
14242026-03-19T21:30:02.353Z Compiling crossbeam-epoch v0.9.18
14252026-03-19T21:30:02.356Z Compiling aws-lc-sys v0.37.1
14262026-03-19T21:30:02.402Z Compiling ring v0.17.14
14272026-03-19T21:30:02.405Z Compiling openssl-sys v0.9.111
14282026-03-19T21:30:02.449Z Compiling zstd-sys v2.0.16+zstd.1.5.7
14292026-03-19T21:30:02.529Z Compiling tempfile v3.25.0
14302026-03-19T21:30:02.572Z Compiling bzip2-sys v0.1.13+1.0.8
14312026-03-19T21:30:02.598Z Compiling slog v2.8.2
14322026-03-19T21:30:02.853Z Compiling synstructure v0.13.2
14332026-03-19T21:30:02.856Z Compiling serde_derive_internals v0.29.1
14342026-03-19T21:30:02.904Z Compiling pest_generator v2.8.6
14352026-03-19T21:30:02.956Z Compiling darling_core v0.20.11
14362026-03-19T21:30:02.993Z Compiling regex-automata v0.4.14
14372026-03-19T21:30:03.074Z Compiling rusty-fork v0.3.1
14382026-03-19T21:30:03.522Z Compiling darling_core v0.21.3
14392026-03-19T21:30:03.547Z Compiling rand_xorshift v0.4.0
14402026-03-19T21:30:03.569Z Compiling time v0.3.47
14412026-03-19T21:30:03.720Z Compiling heapless v0.7.17
14422026-03-19T21:30:03.779Z Compiling thread-id v5.1.0
14432026-03-19T21:30:03.852Z Compiling sync_wrapper v1.0.2
14442026-03-19T21:30:03.900Z Compiling cookie v0.18.1
14452026-03-19T21:30:03.921Z Compiling unicode-bidi v0.3.18
14462026-03-19T21:30:04.001Z Compiling anyhow v1.0.102
14472026-03-19T21:30:04.026Z Compiling rayon-core v1.13.0
14482026-03-19T21:30:04.051Z Compiling adler2 v2.0.1
14492026-03-19T21:30:04.090Z Compiling signal-hook v0.3.18
14502026-03-19T21:30:04.154Z Compiling zstd-safe v7.2.4
14512026-03-19T21:30:04.178Z Compiling paste v1.0.15
14522026-03-19T21:30:04.233Z Compiling unicode-segmentation v1.12.0
14532026-03-19T21:30:04.266Z Compiling unicode-properties v0.1.4
14542026-03-19T21:30:04.324Z Compiling unarray v0.1.4
14552026-03-19T21:30:04.538Z Compiling miniz_oxide v0.8.9
14562026-03-19T21:30:04.585Z Compiling stringprep v0.1.5
14572026-03-19T21:30:04.703Z Compiling crossbeam-deque v0.8.6
14582026-03-19T21:30:04.731Z Compiling num-integer v0.1.46
14592026-03-19T21:30:04.753Z Compiling vergen-lib v0.1.6
14602026-03-19T21:30:04.778Z Compiling curve25519-dalek v4.1.3
14612026-03-19T21:30:04.967Z Compiling ff v0.13.1
14622026-03-19T21:30:04.997Z Compiling hash32 v0.2.1
14632026-03-19T21:30:05.164Z Compiling memoffset v0.9.1
14642026-03-19T21:30:05.200Z Compiling zlib-rs v0.6.2
14652026-03-19T21:30:05.221Z Compiling num-bigint-dig v0.8.6
14662026-03-19T21:30:05.225Z Compiling rustix v0.38.44
14672026-03-19T21:30:05.271Z Compiling base16ct v0.2.0
14682026-03-19T21:30:05.405Z Compiling fallible-iterator v0.2.0
14692026-03-19T21:30:05.428Z Compiling litrs v1.0.0
14702026-03-19T21:30:05.452Z Compiling smoltcp v0.9.1
14712026-03-19T21:30:05.455Z Compiling serde_derive v1.0.228
14722026-03-19T21:30:05.499Z Compiling zeroize_derive v1.4.3
14732026-03-19T21:30:05.520Z Compiling zerofrom-derive v0.1.6
14742026-03-19T21:30:05.693Z Compiling yoke-derive v0.8.1
14752026-03-19T21:30:05.831Z Compiling zerocopy-derive v0.8.40
14762026-03-19T21:30:05.855Z Compiling zerovec-derive v0.11.2
14772026-03-19T21:30:05.906Z Compiling displaydoc v0.2.5
14782026-03-19T21:30:06.150Z Compiling tokio-macros v2.6.0
14792026-03-19T21:30:06.342Z Compiling futures-macro v0.3.32
14802026-03-19T21:30:06.384Z Compiling zeroize v1.8.2
14812026-03-19T21:30:06.908Z Compiling der_derive v0.7.3
14822026-03-19T21:30:07.146Z Compiling thiserror-impl v2.0.18
14832026-03-19T21:30:07.188Z Compiling rustls-pki-types v1.14.0
14842026-03-19T21:30:07.220Z Compiling tracing-attributes v0.1.31
14852026-03-19T21:30:07.390Z Compiling pest_derive v2.8.6
14862026-03-19T21:30:07.413Z Compiling crypto-common v0.1.7
14872026-03-19T21:30:07.456Z Compiling block-buffer v0.10.4
14882026-03-19T21:30:07.493Z Compiling futures-util v0.3.32
14892026-03-19T21:30:07.496Z Compiling zerofrom v0.1.6
14902026-03-19T21:30:07.621Z Compiling block-padding v0.3.3
14912026-03-19T21:30:07.691Z Compiling yoke v0.8.1
14922026-03-19T21:30:07.714Z Compiling digest v0.10.7
14932026-03-19T21:30:07.823Z Compiling inout v0.1.4
14942026-03-19T21:30:07.849Z Compiling scroll_derive v0.13.1
14952026-03-19T21:30:07.954Z Compiling zerovec v0.11.5
14962026-03-19T21:30:07.977Z Compiling zerotrie v0.2.3
14972026-03-19T21:30:08.053Z Compiling hmac v0.12.1
14982026-03-19T21:30:08.053Z Compiling cipher v0.4.4
14992026-03-19T21:30:08.236Z Compiling sha2 v0.10.9
15002026-03-19T21:30:08.285Z Compiling der v0.7.10
15012026-03-19T21:30:08.385Z Compiling salsa20 v0.10.2
15022026-03-19T21:30:08.824Z Compiling pbkdf2 v0.12.2
15032026-03-19T21:30:08.827Z Compiling tinystr v0.8.2
15042026-03-19T21:30:08.827Z Compiling potential_utf v0.1.4
15052026-03-19T21:30:08.827Z Compiling scrypt v0.11.0
15062026-03-19T21:30:08.827Z Compiling icu_locale_core v2.1.1
15072026-03-19T21:30:08.856Z Compiling icu_collections v2.1.1
15082026-03-19T21:30:08.916Z Compiling aes v0.8.4
15092026-03-19T21:30:08.977Z Compiling cbc v0.1.2
15102026-03-19T21:30:09.001Z Compiling schemars_derive v0.8.22
15112026-03-19T21:30:09.026Z Compiling thiserror v2.0.18
15122026-03-19T21:30:09.110Z Compiling tracing v0.1.44
15132026-03-19T21:30:09.176Z Compiling scroll v0.13.0
15142026-03-19T21:30:09.198Z Compiling darling_macro v0.20.11
15152026-03-19T21:30:09.477Z Compiling spki v0.7.3
15162026-03-19T21:30:09.564Z Compiling goblin v0.10.5
15172026-03-19T21:30:09.602Z Compiling thiserror-impl v1.0.69
15182026-03-19T21:30:09.802Z Compiling icu_provider v2.1.1
15192026-03-19T21:30:09.826Z Compiling pkcs5 v0.7.1
15202026-03-19T21:30:09.884Z Compiling darling v0.20.11
15212026-03-19T21:30:10.007Z Compiling openssl-macros v0.1.1
15222026-03-19T21:30:10.059Z Compiling derive_builder_core v0.20.2
15232026-03-19T21:30:10.062Z Compiling dtrace-parser v0.3.0
15242026-03-19T21:30:10.142Z Compiling icu_properties v2.1.2
15252026-03-19T21:30:10.166Z Compiling icu_normalizer v2.1.1
15262026-03-19T21:30:10.231Z Compiling bytes v1.11.1
15272026-03-19T21:30:10.291Z Compiling chrono v0.4.44
15282026-03-19T21:30:10.414Z Compiling pkcs8 v0.10.2
15292026-03-19T21:30:10.503Z Compiling ipnet v2.11.0
15302026-03-19T21:30:10.723Z Compiling signature v2.2.0
15312026-03-19T21:30:10.796Z Compiling rustls-native-certs v0.8.3
15322026-03-19T21:30:10.854Z Compiling scroll_derive v0.12.1
15332026-03-19T21:30:10.922Z Compiling tokio v1.49.0
15342026-03-19T21:30:10.967Z Compiling http v1.4.0
15352026-03-19T21:30:11.111Z Compiling serde_spanned v0.6.9
15362026-03-19T21:30:11.176Z Compiling toml_datetime v0.6.11
15372026-03-19T21:30:11.206Z Compiling serde_tokenstream v0.2.3
15382026-03-19T21:30:11.226Z Compiling erased-serde v0.3.31
15392026-03-19T21:30:11.314Z Compiling md-5 v0.10.6
15402026-03-19T21:30:11.336Z Compiling derive_builder_macro v0.20.2
15412026-03-19T21:30:11.360Z Compiling thiserror v1.0.69
15422026-03-19T21:30:11.504Z Compiling idna_adapter v1.2.1
15432026-03-19T21:30:11.541Z Compiling webpki-roots v1.0.6
15442026-03-19T21:30:11.564Z Compiling darling_macro v0.21.3
15452026-03-19T21:30:11.635Z Compiling zerocopy-derive v0.7.35
15462026-03-19T21:30:11.680Z Compiling idna v1.1.0
15472026-03-19T21:30:11.748Z Compiling psl-types v2.0.11
15482026-03-19T21:30:11.773Z Compiling scroll v0.12.0
15492026-03-19T21:30:11.794Z Compiling iri-string v0.7.10
15502026-03-19T21:30:11.884Z Compiling http-body v1.0.1
15512026-03-19T21:30:11.928Z Compiling ref-cast v1.0.25
15522026-03-19T21:30:11.958Z Compiling cfg_aliases v0.2.1
15532026-03-19T21:30:11.981Z Compiling ryu v1.0.23
15542026-03-19T21:30:12.069Z Compiling url v2.5.8
15552026-03-19T21:30:12.097Z Compiling ppv-lite86 v0.2.21
15562026-03-19T21:30:12.145Z Compiling http-body-util v0.1.3
15572026-03-19T21:30:12.215Z Compiling darling v0.21.3
15582026-03-19T21:30:12.243Z Compiling serde_urlencoded v0.7.1
15592026-03-19T21:30:12.270Z Compiling goblin v0.8.2
15602026-03-19T21:30:12.273Z Compiling nix v0.31.1
15612026-03-19T21:30:12.341Z Compiling publicsuffix v2.3.0
15622026-03-19T21:30:12.365Z Compiling derive_builder v0.20.2
15632026-03-19T21:30:12.561Z Compiling rand_chacha v0.9.0
15642026-03-19T21:30:12.563Z Compiling rand_chacha v0.3.1
15652026-03-19T21:30:12.602Z Compiling sec1 v0.7.3
15662026-03-19T21:30:12.605Z Compiling cargo-platform v0.1.9
15672026-03-19T21:30:12.605Z Compiling flate2 v1.1.9
15682026-03-19T21:30:12.808Z Compiling hkdf v0.12.4
15692026-03-19T21:30:12.836Z Compiling rand v0.9.2
15702026-03-19T21:30:12.961Z Compiling rand v0.8.5
15712026-03-19T21:30:13.011Z Compiling zerocopy v0.7.35
15722026-03-19T21:30:13.036Z Compiling hubpack_derive v0.1.1
15732026-03-19T21:30:13.039Z Compiling crypto-bigint v0.5.5
15742026-03-19T21:30:13.176Z Compiling document-features v0.2.12
15752026-03-19T21:30:13.217Z Compiling regex v1.12.3
15762026-03-19T21:30:13.470Z Compiling dof v0.4.0
15772026-03-19T21:30:13.637Z Compiling proptest v1.10.0
15782026-03-19T21:30:13.813Z Compiling postgres-protocol v0.6.10
15792026-03-19T21:30:13.836Z Compiling ipnetwork v0.21.1
15802026-03-19T21:30:13.984Z Compiling daft-derive v0.1.5
15812026-03-19T21:30:14.014Z Compiling ref-cast-impl v1.0.25
15822026-03-19T21:30:14.067Z Compiling strum_macros v0.27.2
15832026-03-19T21:30:14.100Z Compiling async-trait v0.1.89
15842026-03-19T21:30:14.103Z Compiling curve25519-dalek-derive v0.1.1
15852026-03-19T21:30:14.378Z Compiling oxnet v0.1.4
15862026-03-19T21:30:14.943Z Compiling group v0.13.0
15872026-03-19T21:30:14.972Z Compiling num-iter v0.1.45
15882026-03-19T21:30:15.142Z Compiling proc-macro-error v1.0.4
15892026-03-19T21:30:15.194Z Compiling heck v0.4.1
15902026-03-19T21:30:15.515Z Compiling terminal_size v0.4.3
15912026-03-19T21:30:15.559Z Compiling phf_shared v0.13.1
15922026-03-19T21:30:15.585Z Compiling lazy_static v1.5.0
15932026-03-19T21:30:15.588Z Compiling vergen v9.0.6
15942026-03-19T21:30:15.588Z Compiling fs-err v3.3.0
15952026-03-19T21:30:15.654Z Compiling ahash v0.8.12
15962026-03-19T21:30:15.715Z Compiling libbz2-rs-sys v0.2.2
15972026-03-19T21:30:15.738Z Compiling winnow v0.5.40
15982026-03-19T21:30:15.741Z Compiling foldhash v0.1.5
15992026-03-19T21:30:15.838Z Compiling bumpalo v3.20.2
16002026-03-19T21:30:15.865Z Compiling object v0.37.3
16012026-03-19T21:30:15.900Z Compiling managed v0.8.0
16022026-03-19T21:30:15.924Z Compiling bitflags v1.3.2
16032026-03-19T21:30:15.973Z Compiling hashbrown v0.15.5
16042026-03-19T21:30:15.976Z Compiling clap_builder v4.5.60
16052026-03-19T21:30:16.045Z Compiling console v0.16.2
16062026-03-19T21:30:16.093Z Compiling phf v0.13.1
16072026-03-19T21:30:16.123Z Compiling zopfli v0.8.3
16082026-03-19T21:30:16.193Z Compiling tokio-util v0.7.18
16092026-03-19T21:30:16.214Z Compiling tower v0.5.3
16102026-03-19T21:30:16.240Z Compiling tokio-native-tls v0.3.1
16112026-03-19T21:30:16.326Z Compiling bzip2 v0.6.1
16122026-03-19T21:30:16.549Z Compiling usdt-attr-macro v0.6.0
16132026-03-19T21:30:16.616Z Compiling usdt-macro v0.6.0
16142026-03-19T21:30:16.732Z Compiling signal-hook-mio v0.2.5
16152026-03-19T21:30:16.834Z Compiling tower-http v0.6.8
16162026-03-19T21:30:16.897Z Compiling zone_cfg_derive v0.3.1
16172026-03-19T21:30:16.919Z Compiling rayon v1.11.0
16182026-03-19T21:30:16.943Z Compiling strum v0.27.2
16192026-03-19T21:30:17.030Z Compiling newtype-uuid v1.3.2
16202026-03-19T21:30:17.130Z Compiling h2 v0.4.13
16212026-03-19T21:30:17.304Z Compiling dof v0.3.0
16222026-03-19T21:30:17.377Z Compiling daft v0.1.5
16232026-03-19T21:30:17.505Z Compiling toml_edit v0.19.15
16242026-03-19T21:30:17.627Z Compiling cargo_metadata v0.19.2
16252026-03-19T21:30:17.659Z Compiling cookie_store v0.22.1
16262026-03-19T21:30:17.684Z Compiling elliptic-curve v0.13.8
16272026-03-19T21:30:17.882Z Compiling bzip2 v0.4.4
16282026-03-19T21:30:17.912Z Compiling postgres-types v0.2.12
16292026-03-19T21:30:18.169Z Compiling hubpack v0.1.2
16302026-03-19T21:30:18.274Z Compiling zstd v0.13.3
16312026-03-19T21:30:18.341Z Compiling serde_with_macros v3.17.0
16322026-03-19T21:30:18.477Z Compiling dtrace-parser v0.2.0
16332026-03-19T21:30:18.562Z Compiling ed25519 v2.2.3
16342026-03-19T21:30:18.641Z Compiling pkcs1 v0.7.5
16352026-03-19T21:30:18.706Z Compiling serde-big-array v0.5.1
16362026-03-19T21:30:18.903Z Compiling hex v0.4.3
16372026-03-19T21:30:19.088Z Compiling rfc6979 v0.4.0
16382026-03-19T21:30:19.205Z Compiling bstr v1.12.1
16392026-03-19T21:30:19.258Z Compiling clap_derive v4.5.55
16402026-03-19T21:30:19.290Z Compiling enum-as-inner v0.6.1
16412026-03-19T21:30:19.353Z Compiling serde_repr v0.1.20
16422026-03-19T21:30:19.517Z Compiling strum_macros v0.26.4
16432026-03-19T21:30:19.557Z Compiling phf_shared v0.11.3
16442026-03-19T21:30:19.612Z Compiling itertools v0.12.1
16452026-03-19T21:30:19.754Z Compiling float-cmp v0.10.0
16462026-03-19T21:30:19.828Z Compiling memmap2 v0.9.10
16472026-03-19T21:30:19.948Z Compiling thread-id v4.2.2
16482026-03-19T21:30:19.972Z Compiling env_filter v1.0.0
16492026-03-19T21:30:20.026Z Compiling encoding_rs v0.8.35
16502026-03-19T21:30:20.072Z Compiling new_debug_unreachable v1.0.6
16512026-03-19T21:30:20.140Z Compiling static_assertions v1.1.0
16522026-03-19T21:30:20.164Z Compiling jiff v0.2.21
16532026-03-19T21:30:20.189Z Compiling precomputed-hash v0.1.1
16542026-03-19T21:30:20.214Z Compiling fixedbitset v0.4.2
16552026-03-19T21:30:20.253Z Compiling unit-prefix v0.5.2
16562026-03-19T21:30:20.314Z Compiling rustc-hash v2.1.1
16572026-03-19T21:30:20.339Z Compiling whoami v2.1.0
16582026-03-19T21:30:20.404Z Compiling normalize-line-endings v0.3.0
16592026-03-19T21:30:20.468Z Compiling mime v0.3.17
16602026-03-19T21:30:20.497Z Compiling fixedbitset v0.5.7
16612026-03-19T21:30:20.522Z Compiling keccak v0.1.6
16622026-03-19T21:30:20.545Z Compiling difflib v0.4.0
16632026-03-19T21:30:20.836Z Compiling predicates-core v1.0.10
16642026-03-19T21:30:20.871Z Compiling data-encoding v2.10.0
16652026-03-19T21:30:20.933Z Compiling petgraph v0.8.3
16662026-03-19T21:30:21.083Z Compiling predicates v3.1.4
16672026-03-19T21:30:21.361Z Compiling hyper v1.8.1
16682026-03-19T21:30:21.384Z Compiling hickory-proto v0.25.2
16692026-03-19T21:30:21.387Z Compiling zone v0.3.1
16702026-03-19T21:30:21.667Z Compiling sha3 v0.10.8
16712026-03-19T21:30:21.738Z Compiling tokio-postgres v0.7.16
16722026-03-19T21:30:21.814Z Compiling clap v4.5.60
16732026-03-19T21:30:21.878Z Compiling iddqd v0.3.17
16742026-03-19T21:30:21.932Z Compiling indicatif v0.18.4
16752026-03-19T21:30:22.008Z Compiling petgraph v0.6.5
16762026-03-19T21:30:22.033Z Compiling strum v0.26.3
16772026-03-19T21:30:22.119Z Compiling string_cache v0.8.9
16782026-03-19T21:30:22.217Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
16792026-03-19T21:30:22.298Z Compiling env_logger v0.11.9
16802026-03-19T21:30:22.392Z Compiling toml_edit v0.22.27
16812026-03-19T21:30:22.433Z Compiling usdt v0.6.0
16822026-03-19T21:30:22.775Z Compiling usdt-impl v0.5.0
16832026-03-19T21:30:22.799Z Compiling serde_with v3.17.0
16842026-03-19T21:30:22.799Z Compiling similar v2.7.0
16852026-03-19T21:30:23.137Z Compiling hyper-util v0.1.20
16862026-03-19T21:30:23.446Z Compiling toml v0.7.8
16872026-03-19T21:30:23.563Z Compiling ecdsa v0.16.9
16882026-03-19T21:30:23.584Z Compiling crossterm v0.28.1
16892026-03-19T21:30:23.706Z Compiling rsa v0.9.10
16902026-03-19T21:30:23.986Z Compiling zip v4.6.1
16912026-03-19T21:30:24.050Z Compiling ed25519-dalek v2.2.0
16922026-03-19T21:30:24.316Z Compiling zip v0.6.6
16932026-03-19T21:30:24.640Z Compiling tokio-stream v0.1.18
16942026-03-19T21:30:25.149Z Compiling hyper-tls v0.6.0
16952026-03-19T21:30:25.289Z Compiling buf-list v1.1.2
16962026-03-19T21:30:25.408Z Compiling toml_parser v1.0.9+spec-1.1.0
16972026-03-19T21:30:25.480Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
16982026-03-19T21:30:25.503Z Compiling openapiv3 v2.2.0
16992026-03-19T21:30:25.531Z Compiling x509-cert v0.2.5
17002026-03-19T21:30:25.562Z Compiling sha1 v0.10.6
17012026-03-19T21:30:25.659Z Compiling itertools v0.13.0
17022026-03-19T21:30:25.682Z Compiling toml_datetime v0.7.5+spec-1.1.0
17032026-03-19T21:30:25.876Z Compiling peg-runtime v0.8.5
17042026-03-19T21:30:25.918Z Compiling lalrpop-util v0.19.12
17052026-03-19T21:30:26.084Z Compiling thread_local v1.1.9
17062026-03-19T21:30:26.113Z Compiling slog-async v2.8.0
17072026-03-19T21:30:26.194Z Compiling futures-executor v0.3.32
17082026-03-19T21:30:26.216Z Compiling crossbeam-channel v0.5.15
17092026-03-19T21:30:26.239Z Compiling is-terminal v0.4.17
17102026-03-19T21:30:26.281Z Compiling filetime v0.2.27
17112026-03-19T21:30:26.312Z Compiling take_mut v0.2.2
17122026-03-19T21:30:26.333Z Compiling term v1.2.1
17132026-03-19T21:30:26.370Z Compiling xattr v1.6.1
17142026-03-19T21:30:26.430Z Compiling futures v0.3.32
17152026-03-19T21:30:26.546Z Compiling tar v0.4.44
17162026-03-19T21:30:26.708Z Compiling slog-term v2.9.2
17172026-03-19T21:30:47.131Z Compiling rustls-webpki v0.103.9
17182026-03-19T21:30:51.192Z Compiling tokio-rustls v0.26.4
17192026-03-19T21:30:51.192Z Compiling rustls-platform-verifier v0.6.2
17202026-03-19T21:30:51.456Z Compiling hyper-rustls v0.27.7
17212026-03-19T21:30:51.708Z Compiling reqwest v0.12.28
17222026-03-19T21:30:51.708Z Compiling reqwest v0.13.2
17232026-03-19T21:30:54.515Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
17242026-03-19T21:30:54.808Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
17252026-03-19T21:30:58.579Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 04s
17262026-03-19T21:30:58.756Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control`
17272026-03-19T21:30:58.819ZMar 19 21:30:57.504 INFO Starting download, target: Cockroach
17282026-03-19T21:30:58.819ZMar 19 21:30:57.504 INFO Starting download, target: TransceiverControl
17292026-03-19T21:30:58.819ZMar 19 21:30:57.504 INFO Starting download, target: Clickhouse
17302026-03-19T21:30:58.819ZMar 19 21:30:57.504 INFO Starting download, target: Console
17312026-03-19T21:30:58.819ZMar 19 21:30:57.504 INFO Starting download, target: DendriteStub
17322026-03-19T21:30:58.823ZMar 19 21:30:57.504 INFO Starting download, target: MaghemiteMgd
17332026-03-19T21:30:58.823ZMar 19 21:30:57.504 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
17342026-03-19T21:30:58.823ZMar 19 21:30:57.504 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
17352026-03-19T21:30:58.823ZMar 19 21:30:57.504 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
17362026-03-19T21:30:58.823ZMar 19 21:30:57.504 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
17372026-03-19T21:30:58.823ZMar 19 21:30:57.504 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
17382026-03-19T21:30:58.823ZMar 19 21:30:57.505 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse
17392026-03-19T21:30:59.416ZMar 19 21:30:58.087 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
17402026-03-19T21:30:59.748ZMar 19 21:30:58.423 INFO Download complete, target: TransceiverControl
17412026-03-19T21:30:59.913ZMar 19 21:30:58.593 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
17422026-03-19T21:31:00.223ZMar 19 21:30:58.906 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
17432026-03-19T21:31:00.292ZMar 19 21:30:58.975 INFO Download complete, target: Console
17442026-03-19T21:31:00.664ZMar 19 21:30:59.347 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
17452026-03-19T21:31:01.279ZMar 19 21:30:59.963 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse
17462026-03-19T21:31:01.319ZMar 19 21:31:00.003 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
17472026-03-19T21:31:01.319ZMar 19 21:31:00.003 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
17482026-03-19T21:31:03.829ZMar 19 21:31:02.512 INFO Download complete, target: DendriteStub
17492026-03-19T21:31:04.272ZMar 19 21:31:02.954 INFO Download complete, target: MaghemiteMgd
17502026-03-19T21:31:09.205ZMar 19 21:31:07.885 INFO Checking that binary works, target: Cockroach
17512026-03-19T21:31:09.385ZMar 19 21:31:08.066 INFO Download complete, target: Cockroach
17522026-03-19T21:31:12.536ZMar 19 21:31:11.215 INFO Checking that binary works, target: Clickhouse
17532026-03-19T21:31:12.641ZMar 19 21:31:11.320 INFO Download complete, target: Clickhouse
17542026-03-19T21:31:12.647ZAll prerequisites installed successfully
17552026-03-19T21:31:12.650Z
17562026-03-19T21:31:12.650Zreal 3:43.318105327
17572026-03-19T21:31:12.650Zuser 10:24.604204978
17582026-03-19T21:31:12.650Zsys 2:06.917430068
17592026-03-19T21:31:12.650Ztrap 0.351191796
17602026-03-19T21:31:12.650Ztflt 1.049450715
17612026-03-19T21:31:12.650Zdflt 1.901403803
17622026-03-19T21:31:12.650Zkflt 0.023853540
17632026-03-19T21:31:12.650Zlock 32:46.576290480
17642026-03-19T21:31:12.650Zslp 25:22.770515944
17652026-03-19T21:31:12.650Zlat 31.144414806
17662026-03-19T21:31:12.650Zstop 4:34.436030123
17672026-03-19T21:31:12.650Z+ ptime -m cargo xtask download softnpu
17682026-03-19T21:31:13.333Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s
17692026-03-19T21:31:13.367Z Running `target/debug/xtask download softnpu`
17702026-03-19T21:31:14.392Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.98s
17712026-03-19T21:31:14.481Z Running `target/debug/xtask-downloader softnpu`
17722026-03-19T21:31:14.533ZMar 19 21:31:13.211 INFO Starting download, target: Softnpu
17732026-03-19T21:31:14.536ZMar 19 21:31:13.212 INFO Downloading out/npuzone/npuzone (attempt 1/3), target: Softnpu
17742026-03-19T21:31:15.271ZMar 19 21:31:13.917 INFO Download complete, target: Softnpu
17752026-03-19T21:31:15.279Z
17762026-03-19T21:31:15.279Zreal 2.587362953
17772026-03-19T21:31:15.279Zuser 1.772758771
17782026-03-19T21:31:15.279Zsys 0.804587966
17792026-03-19T21:31:15.279Ztrap 0.000648599
17802026-03-19T21:31:15.279Ztflt 0.000206008
17812026-03-19T21:31:15.279Zdflt 0.000118626
17822026-03-19T21:31:15.279Zkflt 0.000000000
17832026-03-19T21:31:15.279Zlock 12.695963602
17842026-03-19T21:31:15.279Zslp 0.521791154
17852026-03-19T21:31:15.279Zlat 0.056822952
17862026-03-19T21:31:15.279Zstop 0.000176326
17872026-03-19T21:31:15.279Z+ export CARGO_INCREMENTAL=0
17882026-03-19T21:31:15.279Z+ CARGO_INCREMENTAL=0
17892026-03-19T21:31:15.279Z+ ptime -m cargo run --locked --release --bin omicron-package -- -t test target create -p dev
17902026-03-19T21:31:16.442Z Compiling proc-macro2 v1.0.106
17912026-03-19T21:31:16.442Z Compiling quote v1.0.44
17922026-03-19T21:31:16.445Z Compiling unicode-ident v1.0.24
17932026-03-19T21:31:16.445Z Compiling libc v0.2.180
17942026-03-19T21:31:16.445Z Compiling serde_core v1.0.228
17952026-03-19T21:31:16.445Z Compiling serde v1.0.228
17962026-03-19T21:31:16.445Z Compiling cfg-if v1.0.4
17972026-03-19T21:31:16.445Z Compiling version_check v0.9.5
17982026-03-19T21:31:16.445Z Compiling find-msvc-tools v0.1.9
17992026-03-19T21:31:16.445Z Compiling shlex v1.3.0
18002026-03-19T21:31:16.445Z Compiling typenum v1.19.0
18012026-03-19T21:31:16.445Z Compiling portable-atomic v1.13.1
18022026-03-19T21:31:16.629Z Compiling memchr v2.8.0
18032026-03-19T21:31:16.649Z Compiling autocfg v1.5.0
18042026-03-19T21:31:16.652Z Compiling zmij v1.0.21
18052026-03-19T21:31:16.856Z Compiling serde_json v1.0.149
18062026-03-19T21:31:16.926Z Compiling zerocopy v0.8.40
18072026-03-19T21:31:16.999Z Compiling parking_lot_core v0.9.12
18082026-03-19T21:31:17.198Z Compiling generic-array v0.14.7
18092026-03-19T21:31:17.222Z Compiling libm v0.2.16
18102026-03-19T21:31:17.247Z Compiling smallvec v1.15.1
18112026-03-19T21:31:17.272Z Compiling icu_properties_data v2.1.2
18122026-03-19T21:31:17.275Z Compiling icu_normalizer_data v2.1.1
18132026-03-19T21:31:17.413Z Compiling itoa v1.0.17
18142026-03-19T21:31:17.416Z Compiling log v0.4.29
18152026-03-19T21:31:17.416Z Compiling num-traits v0.2.19
18162026-03-19T21:31:17.532Z Compiling getrandom v0.4.1
18172026-03-19T21:31:17.584Z Compiling pkg-config v0.3.32
18182026-03-19T21:31:17.610Z Compiling stable_deref_trait v1.2.1
18192026-03-19T21:31:17.709Z Compiling scopeguard v1.2.0
18202026-03-19T21:31:17.741Z Compiling subtle v2.6.1
18212026-03-19T21:31:17.868Z Compiling lock_api v0.4.14
18222026-03-19T21:31:17.871Z Compiling fnv v1.0.7
18232026-03-19T21:31:17.937Z Compiling thiserror v2.0.18
18242026-03-19T21:31:18.010Z Compiling jobserver v0.1.34
18252026-03-19T21:31:18.034Z Compiling getrandom v0.2.17
18262026-03-19T21:31:18.106Z Compiling errno v0.3.14
18272026-03-19T21:31:18.217Z Compiling rand_core v0.6.4
18282026-03-19T21:31:18.289Z Compiling cc v1.2.56
18292026-03-19T21:31:18.313Z Compiling pin-project-lite v0.2.17
18302026-03-19T21:31:18.338Z Compiling syn v2.0.117
18312026-03-19T21:31:18.338Z Compiling getrandom v0.3.4
18322026-03-19T21:31:18.488Z Compiling critical-section v1.2.0
18332026-03-19T21:31:18.583Z Compiling allocator-api2 v0.2.21
18342026-03-19T21:31:18.653Z Compiling equivalent v1.0.2
18352026-03-19T21:31:18.656Z Compiling rustversion v1.0.22
18362026-03-19T21:31:18.747Z Compiling dunce v1.0.5
18372026-03-19T21:31:18.795Z Compiling litemap v0.8.1
18382026-03-19T21:31:18.840Z Compiling foldhash v0.2.0
18392026-03-19T21:31:18.884Z Compiling writeable v0.6.2
18402026-03-19T21:31:18.959Z Compiling percent-encoding v2.3.2
18412026-03-19T21:31:19.006Z Compiling fs_extra v1.3.0
18422026-03-19T21:31:19.055Z Compiling once_cell v1.21.3
18432026-03-19T21:31:19.134Z Compiling hashbrown v0.16.1
18442026-03-19T21:31:19.258Z Compiling cmake v0.1.57
18452026-03-19T21:31:19.330Z Compiling const-oid v0.9.6
18462026-03-19T21:31:19.403Z Compiling signal-hook-registry v1.4.8
18472026-03-19T21:31:19.406Z Compiling rustix v1.1.3
18482026-03-19T21:31:19.406Z Compiling socket2 v0.6.2
18492026-03-19T21:31:19.567Z Compiling semver v1.0.27
18502026-03-19T21:31:19.602Z Compiling mio v1.1.1
18512026-03-19T21:31:19.733Z Compiling schemars v0.8.22
18522026-03-19T21:31:19.950Z Compiling indexmap v2.13.0
18532026-03-19T21:31:19.996Z Compiling bitflags v2.11.0
18542026-03-19T21:31:20.020Z Compiling parking_lot v0.12.5
18552026-03-19T21:31:20.049Z Compiling utf8_iter v1.0.4
18562026-03-19T21:31:20.073Z Compiling aws-lc-rs v1.16.0
18572026-03-19T21:31:20.101Z Compiling ring v0.17.14
18582026-03-19T21:31:20.209Z Compiling aws-lc-sys v0.37.1
18592026-03-19T21:31:20.275Z Compiling rand_core v0.10.0
18602026-03-19T21:31:20.426Z Compiling form_urlencoded v1.2.2
18612026-03-19T21:31:20.507Z Compiling strsim v0.11.1
18622026-03-19T21:31:20.531Z Compiling futures-core v0.3.32
18632026-03-19T21:31:20.771Z Compiling ucd-trie v0.1.7
18642026-03-19T21:31:20.797Z Compiling thiserror v1.0.69
18652026-03-19T21:31:20.800Z Compiling httparse v1.10.1
18662026-03-19T21:31:20.913Z Compiling byteorder v1.5.0
18672026-03-19T21:31:20.976Z Compiling pest v2.8.6
18682026-03-19T21:31:21.107Z Compiling ident_case v1.0.1
18692026-03-19T21:31:21.110Z Compiling heck v0.5.0
18702026-03-19T21:31:21.183Z Compiling vcpkg v0.2.15
18712026-03-19T21:31:21.264Z Compiling syn v1.0.109
18722026-03-19T21:31:21.427Z Compiling crossbeam-utils v0.8.21
18732026-03-19T21:31:21.429Z Compiling regex-syntax v0.8.10
18742026-03-19T21:31:21.567Z Compiling rustls v0.23.37
18752026-03-19T21:31:21.601Z Compiling futures-sink v0.3.32
18762026-03-19T21:31:21.667Z Compiling rustc_version v0.4.1
18772026-03-19T21:31:21.749Z Compiling futures-channel v0.3.32
18782026-03-19T21:31:21.772Z Compiling futures-io v0.3.32
18792026-03-19T21:31:21.775Z Compiling futures-task v0.3.32
18802026-03-19T21:31:21.867Z Compiling cpufeatures v0.2.17
18812026-03-19T21:31:21.893Z Compiling slab v0.4.12
18822026-03-19T21:31:21.970Z Compiling openssl-sys v0.9.111
18832026-03-19T21:31:22.046Z Compiling plain v0.2.3
18842026-03-19T21:31:22.072Z Compiling iana-time-zone v0.1.65
18852026-03-19T21:31:22.075Z Compiling uuid v1.21.0
18862026-03-19T21:31:22.124Z Compiling aho-corasick v1.1.4
18872026-03-19T21:31:22.197Z Compiling num-conv v0.2.0
18882026-03-19T21:31:22.280Z Compiling synstructure v0.13.2
18892026-03-19T21:31:22.333Z Compiling serde_derive_internals v0.29.1
18902026-03-19T21:31:22.382Z Compiling time-core v0.1.8
18912026-03-19T21:31:22.512Z Compiling pest_meta v2.8.6
18922026-03-19T21:31:22.626Z Compiling time-macros v0.2.27
18932026-03-19T21:31:22.896Z Compiling pretty-hex v0.4.1
18942026-03-19T21:31:22.942Z Compiling openssl v0.10.75
18952026-03-19T21:31:23.228Z Compiling base64ct v1.8.3
18962026-03-19T21:31:23.251Z Compiling crc32fast v1.5.0
18972026-03-19T21:31:23.318Z Compiling pest_generator v2.8.6
18982026-03-19T21:31:23.412Z Compiling anyhow v1.0.102
18992026-03-19T21:31:23.434Z Compiling either v1.15.0
19002026-03-19T21:31:23.459Z Compiling regex-automata v0.4.14
19012026-03-19T21:31:23.495Z Compiling darling_core v0.21.3
19022026-03-19T21:31:23.521Z Compiling zstd-sys v2.0.16+zstd.1.5.7
19032026-03-19T21:31:23.552Z Compiling pem-rfc7468 v0.7.0
19042026-03-19T21:31:23.631Z Compiling flagset v0.4.7
19052026-03-19T21:31:23.733Z Compiling native-tls v0.2.18
19062026-03-19T21:31:23.807Z Compiling rand_core v0.9.5
19072026-03-19T21:31:23.957Z Compiling slog v2.8.2
19082026-03-19T21:31:23.987Z Compiling tracing-core v0.1.36
19092026-03-19T21:31:24.015Z Compiling dyn-clone v1.0.20
19102026-03-19T21:31:24.074Z Compiling rayon-core v1.13.0
19112026-03-19T21:31:24.102Z Compiling untrusted v0.9.0
19122026-03-19T21:31:24.159Z Compiling serde_derive v1.0.228
19132026-03-19T21:31:24.188Z Compiling zeroize_derive v1.4.3
19142026-03-19T21:31:24.229Z Compiling zerofrom-derive v0.1.6
19152026-03-19T21:31:24.254Z Compiling yoke-derive v0.8.1
19162026-03-19T21:31:24.288Z Compiling zerovec-derive v0.11.2
19172026-03-19T21:31:24.330Z Compiling displaydoc v0.2.5
19182026-03-19T21:31:24.366Z Compiling zerocopy-derive v0.8.40
19192026-03-19T21:31:24.389Z Compiling tokio-macros v2.6.0
19202026-03-19T21:31:24.415Z Compiling futures-macro v0.3.32
19212026-03-19T21:31:24.968Z Compiling zeroize v1.8.2
19222026-03-19T21:31:25.276Z Compiling thiserror-impl v2.0.18
19232026-03-19T21:31:25.327Z Compiling tracing-attributes v0.1.31
19242026-03-19T21:31:25.473Z Compiling der_derive v0.7.3
19252026-03-19T21:31:25.537Z Compiling schemars_derive v0.8.22
19262026-03-19T21:31:25.648Z Compiling thiserror-impl v1.0.69
19272026-03-19T21:31:25.797Z Compiling zerofrom v0.1.6
19282026-03-19T21:31:25.985Z Compiling yoke v0.8.1
19292026-03-19T21:31:26.108Z Compiling crypto-common v0.1.7
19302026-03-19T21:31:26.261Z Compiling zerovec v0.11.5
19312026-03-19T21:31:26.307Z Compiling zerotrie v0.2.3
19322026-03-19T21:31:26.714Z Compiling block-buffer v0.10.4
19332026-03-19T21:31:26.893Z Compiling digest v0.10.7
19342026-03-19T21:31:26.923Z Compiling pest_derive v2.8.6
19352026-03-19T21:31:26.948Z Compiling futures-util v0.3.32
19362026-03-19T21:31:27.047Z Compiling tinystr v0.8.2
19372026-03-19T21:31:27.087Z Compiling potential_utf v0.1.4
19382026-03-19T21:31:27.188Z Compiling hmac v0.12.1
19392026-03-19T21:31:27.211Z Compiling block-padding v0.3.3
19402026-03-19T21:31:27.345Z Compiling icu_locale_core v2.1.1
19412026-03-19T21:31:27.368Z Compiling icu_collections v2.1.1
19422026-03-19T21:31:27.393Z Compiling inout v0.1.4
19432026-03-19T21:31:27.419Z Compiling sha2 v0.10.9
19442026-03-19T21:31:27.507Z Compiling rustls-pki-types v1.14.0
19452026-03-19T21:31:27.553Z Compiling scroll_derive v0.12.1
19462026-03-19T21:31:27.614Z Compiling cipher v0.4.4
19472026-03-19T21:31:28.295Z Compiling scroll_derive v0.13.1
19482026-03-19T21:31:28.378Z Compiling icu_provider v2.1.1
19492026-03-19T21:31:28.446Z Compiling openssl-macros v0.1.1
19502026-03-19T21:31:28.541Z Compiling bytes v1.11.1
19512026-03-19T21:31:28.628Z Compiling chrono v0.4.44
19522026-03-19T21:31:28.750Z Compiling icu_normalizer v2.1.1
19532026-03-19T21:31:28.922Z Compiling icu_properties v2.1.2
19542026-03-19T21:31:28.948Z Compiling serde_tokenstream v0.2.3
19552026-03-19T21:31:29.303Z Compiling tokio v1.49.0
19562026-03-19T21:31:29.379Z Compiling http v1.4.0
19572026-03-19T21:31:30.417Z Compiling idna_adapter v1.2.1
19582026-03-19T21:31:30.478Z Compiling idna v1.1.0
19592026-03-19T21:31:30.503Z Compiling ppv-lite86 v0.2.21
19602026-03-19T21:31:30.574Z Compiling der v0.7.10
19612026-03-19T21:31:30.740Z Compiling darling_macro v0.21.3
19622026-03-19T21:31:30.766Z Compiling regex v1.12.3
19632026-03-19T21:31:30.879Z Compiling zerocopy-derive v0.7.35
19642026-03-19T21:31:31.009Z Compiling url v2.5.8
19652026-03-19T21:31:31.331Z Compiling salsa20 v0.10.2
19662026-03-19T21:31:31.366Z Compiling darling v0.21.3
19672026-03-19T21:31:31.387Z Compiling pbkdf2 v0.12.2
19682026-03-19T21:31:31.494Z Compiling tracing v0.1.44
19692026-03-19T21:31:31.945Z Compiling spki v0.7.3
19702026-03-19T21:31:32.051Z Compiling cookie v0.18.1
19712026-03-19T21:31:32.117Z Compiling base64 v0.22.1
19722026-03-19T21:31:32.269Z Compiling camino v1.2.2
19732026-03-19T21:31:32.497Z Compiling scrypt v0.11.0
19742026-03-19T21:31:32.675Z Compiling rand_chacha v0.9.0
19752026-03-19T21:31:32.721Z Compiling cbc v0.1.2
19762026-03-19T21:31:32.745Z Compiling aes v0.8.4
19772026-03-19T21:31:33.175Z Compiling usdt-impl v0.5.0
19782026-03-19T21:31:33.407Z Compiling paste v1.0.15
19792026-03-19T21:31:33.427Z Compiling ref-cast v1.0.25
19802026-03-19T21:31:33.467Z Compiling usdt-impl v0.6.0
19812026-03-19T21:31:33.494Z Compiling winnow v0.7.14
19822026-03-19T21:31:33.827Z Compiling pkcs5 v0.7.1
19832026-03-19T21:31:33.868Z Compiling rand v0.9.2
19842026-03-19T21:31:34.447Z Compiling http-body v1.0.1
19852026-03-19T21:31:34.451Z Compiling scroll v0.13.0
19862026-03-19T21:31:34.451Z Compiling toml_datetime v0.6.11
19872026-03-19T21:31:34.451Z Compiling serde_spanned v0.6.9
19882026-03-19T21:31:34.451Z Compiling scroll v0.12.0
19892026-03-19T21:31:34.542Z Compiling tokio-util v0.7.18
19902026-03-19T21:31:34.567Z Compiling heapless v0.7.17
19912026-03-19T21:31:34.651Z Compiling bzip2-sys v0.1.13+1.0.8
19922026-03-19T21:31:34.676Z Compiling zstd-safe v7.2.4
19932026-03-19T21:31:34.910Z Compiling untrusted v0.7.1
19942026-03-19T21:31:34.948Z Compiling atomic-waker v1.1.2
19952026-03-19T21:31:35.035Z Compiling signal-hook v0.3.18
19962026-03-19T21:31:35.090Z Compiling openssl-probe v0.2.1
19972026-03-19T21:31:35.271Z Compiling goblin v0.8.2
19982026-03-19T21:31:35.294Z Compiling goblin v0.10.5
19992026-03-19T21:31:35.341Z Compiling toml_parser v1.0.9+spec-1.1.0
20002026-03-19T21:31:35.525Z Compiling pkcs8 v0.10.2
20012026-03-19T21:31:35.932Z Compiling zerocopy v0.7.35
20022026-03-19T21:31:35.956Z Compiling ref-cast-impl v1.0.25
20032026-03-19T21:31:36.160Z Compiling darling_core v0.20.11
20042026-03-19T21:31:36.285Z Compiling toml_datetime v0.7.5+spec-1.1.0
20052026-03-19T21:31:36.330Z Compiling memoffset v0.9.1
20062026-03-19T21:31:36.490Z Compiling try-lock v0.2.5
20072026-03-19T21:31:36.546Z Compiling winnow v0.5.40
20082026-03-19T21:31:36.612Z Compiling tinyvec_macros v0.1.1
20092026-03-19T21:31:36.652Z Compiling fastrand v2.3.0
20102026-03-19T21:31:36.681Z Compiling litrs v1.0.0
20112026-03-19T21:31:36.729Z Compiling tower-service v0.3.3
20122026-03-19T21:31:36.872Z Compiling tower-layer v0.3.3
20132026-03-19T21:31:37.285Z Compiling rustix v0.38.44
20142026-03-19T21:31:37.343Z Compiling h2 v0.4.13
20152026-03-19T21:31:37.396Z Compiling document-features v0.2.12
20162026-03-19T21:31:37.483Z Compiling want v0.3.1
20172026-03-19T21:31:37.713Z Compiling tinyvec v1.10.0
20182026-03-19T21:31:38.246Z Compiling dtrace-parser v0.2.0
20192026-03-19T21:31:38.370Z Compiling dof v0.3.0
20202026-03-19T21:31:38.510Z Compiling toml_edit v0.19.15
20212026-03-19T21:31:38.847Z Compiling dtrace-parser v0.3.0
20222026-03-19T21:31:39.025Z Compiling darling_macro v0.20.11
20232026-03-19T21:31:39.028Z Compiling ipnet v2.11.0
20242026-03-19T21:31:39.097Z Compiling dof v0.4.0
20252026-03-19T21:31:39.295Z Compiling daft-derive v0.1.5
20262026-03-19T21:31:39.637Z Compiling async-trait v0.1.89
20272026-03-19T21:31:39.676Z Compiling curve25519-dalek v4.1.3
20282026-03-19T21:31:39.767Z Compiling spin v0.9.8
20292026-03-19T21:31:39.791Z Compiling thread-id v4.2.2
20302026-03-19T21:31:39.916Z Compiling thread-id v5.1.0
20312026-03-19T21:31:40.017Z Compiling proc-macro-error-attr v1.0.4
20322026-03-19T21:31:40.041Z Compiling powerfmt v0.2.0
20332026-03-19T21:31:40.067Z Compiling pin-utils v0.1.0
20342026-03-19T21:31:40.179Z Compiling smoltcp v0.9.1
20352026-03-19T21:31:40.287Z Compiling httpdate v1.0.3
20362026-03-19T21:31:40.557Z Compiling num-bigint-dig v0.8.6
20372026-03-19T21:31:40.581Z Compiling foreign-types-shared v0.1.1
20382026-03-19T21:31:40.584Z Compiling cfg_aliases v0.2.1
20392026-03-19T21:31:40.667Z Compiling tempfile v3.25.0
20402026-03-19T21:31:40.731Z Compiling nix v0.31.1
20412026-03-19T21:31:40.754Z Compiling foreign-types v0.3.2
20422026-03-19T21:31:40.777Z Compiling deranged v0.5.8
20432026-03-19T21:31:41.060Z Compiling darling v0.20.11
20442026-03-19T21:31:41.524Z Compiling hyper v1.8.1
20452026-03-19T21:31:41.549Z Compiling ipnetwork v0.21.1
20462026-03-19T21:31:41.599Z Compiling strum_macros v0.26.4
20472026-03-19T21:31:41.837Z Compiling wait-timeout v0.2.1
20482026-03-19T21:31:41.863Z Compiling proc-macro-error v1.0.4
20492026-03-19T21:31:42.003Z Compiling anstyle v1.0.13
20502026-03-19T21:31:42.153Z Compiling siphasher v1.0.2
20512026-03-19T21:31:42.192Z Compiling simd-adler32 v0.3.8
20522026-03-19T21:31:42.315Z Compiling unicode-segmentation v1.12.0
20532026-03-19T21:31:42.395Z Compiling num_threads v0.1.7
20542026-03-19T21:31:42.527Z Compiling bit-vec v0.8.0
20552026-03-19T21:31:42.549Z Compiling quick-error v1.2.3
20562026-03-19T21:31:42.577Z Compiling utf8parse v0.2.2
20572026-03-19T21:31:42.710Z Compiling anstyle-parse v0.2.7
20582026-03-19T21:31:42.741Z Compiling rusty-fork v0.3.1
20592026-03-19T21:31:42.860Z Compiling bit-set v0.8.0
20602026-03-19T21:31:42.860Z Compiling time v0.3.47
20612026-03-19T21:31:43.090Z Compiling hyper-util v0.1.20
20622026-03-19T21:31:43.779Z Compiling crossbeam-epoch v0.9.18
20632026-03-19T21:31:43.811Z Compiling derive_builder_core v0.20.2
20642026-03-19T21:31:44.220Z Compiling unicode-normalization v0.1.25
20652026-03-19T21:31:44.864Z Compiling rustls-native-certs v0.8.3
20662026-03-19T21:31:45.211Z Compiling signature v2.2.0
20672026-03-19T21:31:45.308Z Compiling hubpack_derive v0.1.1
20682026-03-19T21:31:45.339Z Compiling strum_macros v0.27.2
20692026-03-19T21:31:45.356Z Compiling curve25519-dalek-derive v0.1.1
20702026-03-19T21:31:45.384Z Compiling rand_xorshift v0.4.0
20712026-03-19T21:31:45.425Z Compiling sync_wrapper v1.0.2
20722026-03-19T21:31:45.453Z Compiling fs-err v3.3.0
20732026-03-19T21:31:45.505Z Compiling ahash v0.8.12
20742026-03-19T21:31:45.606Z Compiling anstyle-query v1.1.5
20752026-03-19T21:31:45.681Z Compiling unarray v0.1.4
20762026-03-19T21:31:45.749Z Compiling adler2 v2.0.1
20772026-03-19T21:31:45.818Z Compiling is_terminal_polyfill v1.70.2
20782026-03-19T21:31:45.845Z Compiling object v0.37.3
20792026-03-19T21:31:45.918Z Compiling colorchoice v1.0.4
20802026-03-19T21:31:45.942Z Compiling unicode-properties v0.1.4
20812026-03-19T21:31:45.944Z Compiling unicode-bidi v0.3.18
20822026-03-19T21:31:46.084Z Compiling anstream v0.6.21
20832026-03-19T21:31:46.188Z Compiling miniz_oxide v0.8.9
20842026-03-19T21:31:46.250Z Compiling proptest v1.10.0
20852026-03-19T21:31:46.517Z Compiling stringprep v0.1.5
20862026-03-19T21:31:46.902Z Compiling tower v0.5.3
20872026-03-19T21:31:46.943Z Compiling derive_builder_macro v0.20.2
20882026-03-19T21:31:47.277Z Compiling crossbeam-deque v0.8.6
20892026-03-19T21:31:47.419Z Compiling heck v0.4.1
20902026-03-19T21:31:47.522Z Compiling usdt-attr-macro v0.6.0
20912026-03-19T21:31:47.545Z Compiling usdt-macro v0.6.0
20922026-03-19T21:31:47.959Z Compiling http-body-util v0.1.3
20932026-03-19T21:31:48.063Z Compiling webpki-roots v1.0.6
20942026-03-19T21:31:48.235Z Compiling rand_chacha v0.3.1
20952026-03-19T21:31:48.257Z Compiling erased-serde v0.3.31
20962026-03-19T21:31:48.313Z Compiling md-5 v0.10.6
20972026-03-19T21:31:48.452Z Compiling num-integer v0.1.46
20982026-03-19T21:31:48.475Z Compiling hash32 v0.2.1
20992026-03-19T21:31:48.519Z Compiling vergen-lib v0.1.6
21002026-03-19T21:31:48.591Z Compiling ff v0.13.1
21012026-03-19T21:31:48.642Z Compiling ryu v1.0.23
21022026-03-19T21:31:48.675Z Compiling iri-string v0.7.10
21032026-03-19T21:31:48.706Z Compiling zlib-rs v0.6.2
21042026-03-19T21:31:48.733Z Compiling base16ct v0.2.0
21052026-03-19T21:31:48.760Z Compiling fallible-iterator v0.2.0
21062026-03-19T21:31:48.763Z Compiling psl-types v2.0.11
21072026-03-19T21:31:48.881Z Compiling serde_urlencoded v0.7.1
21082026-03-19T21:31:48.930Z Compiling publicsuffix v2.3.0
21092026-03-19T21:31:48.978Z Compiling sec1 v0.7.3
21102026-03-19T21:31:49.065Z Compiling group v0.13.0
21112026-03-19T21:31:49.144Z Compiling newtype-uuid v1.3.2
21122026-03-19T21:31:49.167Z Compiling num-iter v0.1.45
21132026-03-19T21:31:49.238Z Compiling postgres-protocol v0.6.10
21142026-03-19T21:31:49.350Z Compiling rand v0.8.5
21152026-03-19T21:31:49.553Z Compiling oxnet v0.1.4
21162026-03-19T21:31:49.813Z Compiling zone_cfg_derive v0.3.1
21172026-03-19T21:31:49.837Z Compiling derive_builder v0.20.2
21182026-03-19T21:31:50.010Z Compiling tokio-native-tls v0.3.1
21192026-03-19T21:31:50.048Z Compiling phf_shared v0.13.1
21202026-03-19T21:31:50.202Z Compiling lazy_static v1.5.0
21212026-03-19T21:31:50.272Z Compiling tower-http v0.6.8
21222026-03-19T21:31:50.321Z Compiling terminal_size v0.4.3
21232026-03-19T21:31:50.349Z Compiling serde_with_macros v3.17.0
21242026-03-19T21:31:50.399Z Compiling cargo-platform v0.1.9
21252026-03-19T21:31:50.472Z Compiling hkdf v0.12.4
21262026-03-19T21:31:50.516Z Compiling crypto-bigint v0.5.5
21272026-03-19T21:31:50.609Z Compiling clap_derive v4.5.55
21282026-03-19T21:31:50.656Z Compiling serde_repr v0.1.20
21292026-03-19T21:31:50.656Z Compiling enum-as-inner v0.6.1
21302026-03-19T21:31:50.709Z Compiling vergen v9.0.6
21312026-03-19T21:31:50.764Z Compiling clap_lex v1.0.0
21322026-03-19T21:31:50.860Z Compiling managed v0.8.0
21332026-03-19T21:31:50.970Z Compiling bitflags v1.3.2
21342026-03-19T21:31:51.060Z Compiling foldhash v0.1.5
21352026-03-19T21:31:51.159Z Compiling libbz2-rs-sys v0.2.2
21362026-03-19T21:31:51.315Z Compiling unicode-width v0.2.0
21372026-03-19T21:31:51.390Z Compiling bumpalo v3.20.2
21382026-03-19T21:31:51.398Z Compiling hashbrown v0.15.5
21392026-03-19T21:31:51.701Z Compiling zopfli v0.8.3
21402026-03-19T21:31:51.728Z Compiling bzip2 v0.6.1
21412026-03-19T21:31:51.753Z Compiling flate2 v1.1.9
21422026-03-19T21:31:51.777Z Compiling console v0.16.2
21432026-03-19T21:31:51.958Z Compiling elliptic-curve v0.13.8
21442026-03-19T21:31:52.043Z Compiling clap_builder v4.5.60
21452026-03-19T21:31:52.095Z Compiling cargo_metadata v0.19.2
21462026-03-19T21:31:52.309Z Compiling phf v0.13.1
21472026-03-19T21:31:52.476Z Compiling hyper-tls v0.6.0
21482026-03-19T21:31:52.540Z Compiling signal-hook-mio v0.2.5
21492026-03-19T21:31:52.588Z Compiling daft v0.1.5
21502026-03-19T21:31:52.613Z Compiling rayon v1.11.0
21512026-03-19T21:31:52.708Z Compiling cookie_store v0.22.1
21522026-03-19T21:31:52.777Z Compiling postgres-types v0.2.12
21532026-03-19T21:31:52.929Z Compiling zstd v0.13.3
21542026-03-19T21:31:52.969Z Compiling bzip2 v0.4.4
21552026-03-19T21:31:53.243Z Compiling strum v0.27.2
21562026-03-19T21:31:53.362Z Compiling hubpack v0.1.2
21572026-03-19T21:31:53.508Z Compiling ed25519 v2.2.3
21582026-03-19T21:31:53.511Z Compiling phf_shared v0.11.3
21592026-03-19T21:31:53.757Z Compiling pkcs1 v0.7.5
21602026-03-19T21:31:53.782Z Compiling hex v0.4.3
21612026-03-19T21:31:53.829Z Compiling serde-big-array v0.5.1
21622026-03-19T21:31:54.029Z Compiling rfc6979 v0.4.0
21632026-03-19T21:31:54.054Z Compiling bstr v1.12.1
21642026-03-19T21:31:54.192Z Compiling itertools v0.12.1
21652026-03-19T21:31:54.215Z Compiling float-cmp v0.10.0
21662026-03-19T21:31:54.261Z Compiling memmap2 v0.9.10
21672026-03-19T21:31:54.289Z Compiling env_filter v1.0.0
21682026-03-19T21:31:54.350Z Compiling encoding_rs v0.8.35
21692026-03-19T21:31:54.415Z Compiling fixedbitset v0.5.7
21702026-03-19T21:31:54.450Z Compiling difflib v0.4.0
21712026-03-19T21:31:54.556Z Compiling normalize-line-endings v0.3.0
21722026-03-19T21:31:54.642Z Compiling predicates-core v1.0.10
21732026-03-19T21:31:54.809Z Compiling jiff v0.2.21
21742026-03-19T21:31:54.873Z Compiling toml_write v0.1.2
21752026-03-19T21:31:54.902Z Compiling data-encoding v2.10.0
21762026-03-19T21:31:55.006Z Compiling keccak v0.1.6
21772026-03-19T21:31:55.030Z Compiling fixedbitset v0.4.2
21782026-03-19T21:31:55.072Z Compiling static_assertions v1.1.0
21792026-03-19T21:31:55.157Z Compiling precomputed-hash v0.1.1
21802026-03-19T21:31:55.185Z Compiling mime v0.3.17
21812026-03-19T21:31:55.313Z Compiling rustc-hash v2.1.1
21822026-03-19T21:31:55.339Z Compiling new_debug_unreachable v1.0.6
21832026-03-19T21:31:55.343Z Compiling whoami v2.1.0
21842026-03-19T21:31:55.449Z Compiling unit-prefix v0.5.2
21852026-03-19T21:31:55.473Z Compiling iddqd v0.3.17
21862026-03-19T21:31:55.524Z Compiling string_cache v0.8.9
21872026-03-19T21:31:55.688Z Compiling indicatif v0.18.4
21882026-03-19T21:31:55.829Z Compiling zone v0.3.1
21892026-03-19T21:31:55.866Z Compiling tokio-postgres v0.7.16
21902026-03-19T21:31:55.889Z Compiling hickory-proto v0.25.2
21912026-03-19T21:31:55.892Z Compiling petgraph v0.6.5
21922026-03-19T21:31:56.148Z Compiling sha3 v0.10.8
21932026-03-19T21:31:56.495Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
21942026-03-19T21:31:56.525Z Compiling toml_edit v0.22.27
21952026-03-19T21:31:56.694Z Compiling predicates v3.1.4
21962026-03-19T21:31:56.740Z Compiling petgraph v0.8.3
21972026-03-19T21:31:57.026Z Compiling similar v2.7.0
21982026-03-19T21:31:57.495Z Compiling env_logger v0.11.9
21992026-03-19T21:31:58.005Z Compiling usdt v0.6.0
22002026-03-19T21:31:58.469Z Compiling ecdsa v0.16.9
22012026-03-19T21:31:58.678Z Compiling zip v4.6.1
22022026-03-19T21:31:58.723Z Compiling serde_with v3.17.0
22032026-03-19T21:31:59.004Z Compiling rsa v0.9.10
22042026-03-19T21:31:59.668Z Compiling clap v4.5.60
22052026-03-19T21:31:59.880Z Compiling ed25519-dalek v2.2.0
22062026-03-19T21:32:00.191Z Compiling crossterm v0.28.1
22072026-03-19T21:32:00.298Z Compiling zip v0.6.6
22082026-03-19T21:32:00.366Z Compiling strum v0.26.3
22092026-03-19T21:32:00.449Z Compiling toml v0.7.8
22102026-03-19T21:32:00.548Z Compiling tokio-stream v0.1.18
22112026-03-19T21:32:00.774Z Compiling buf-list v1.1.2
22122026-03-19T21:32:01.190Z Compiling x509-cert v0.2.5
22132026-03-19T21:32:01.238Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
22142026-03-19T21:32:01.286Z Compiling openapiv3 v2.2.0
22152026-03-19T21:32:01.292Z Compiling sha1 v0.10.6
22162026-03-19T21:32:01.661Z Compiling itertools v0.13.0
22172026-03-19T21:32:01.889Z Compiling lalrpop-util v0.19.12
22182026-03-19T21:32:02.129Z Compiling peg-runtime v0.8.5
22192026-03-19T21:32:17.350Z Compiling macaddr v1.0.1
22202026-03-19T21:32:17.471Z Compiling structmeta-derive v0.3.0
22212026-03-19T21:32:17.515Z Compiling itertools v0.14.0
22222026-03-19T21:32:18.352Z Compiling heapless v0.8.0
22232026-03-19T21:32:19.243Z Compiling ingot-macros v0.1.1
22242026-03-19T21:32:19.762Z Compiling structmeta v0.3.0
22252026-03-19T21:32:22.372Z Compiling rustls-webpki v0.103.9
22262026-03-19T21:32:24.578Z Compiling toml_edit v0.23.10+spec-1.0.0
22272026-03-19T21:32:25.875Z Compiling hash32 v0.3.1
22282026-03-19T21:32:26.025Z Compiling smoltcp v0.11.0
22292026-03-19T21:32:26.050Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
22302026-03-19T21:32:26.381Z Compiling proc-macro-crate v3.4.0
22312026-03-19T21:32:26.408Z Compiling ingot-types v0.1.2
22322026-03-19T21:32:26.497Z Compiling cobs v0.3.0
22332026-03-19T21:32:26.624Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
22342026-03-19T21:32:26.860Z Compiling rustls v0.22.4
22352026-03-19T21:32:26.981Z Compiling ingot v0.1.1
22362026-03-19T21:32:27.148Z Compiling postcard v1.1.3
22372026-03-19T21:32:27.148Z Compiling num_enum_derive v0.7.5
22382026-03-19T21:32:27.176Z Compiling proc-macro-crate v1.3.1
22392026-03-19T21:32:27.210Z Compiling rustls-webpki v0.102.8
22402026-03-19T21:32:27.423Z Compiling tokio-rustls v0.26.4
22412026-03-19T21:32:27.465Z Compiling rustls-platform-verifier v0.6.2
22422026-03-19T21:32:27.544Z Compiling futures-executor v0.3.32
22432026-03-19T21:32:27.759Z Compiling hyper-rustls v0.27.7
22442026-03-19T21:32:27.788Z Compiling foreign-types-macros v0.2.3
22452026-03-19T21:32:27.970Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
22462026-03-19T21:32:28.087Z Compiling reqwest v0.13.2
22472026-03-19T21:32:28.161Z Compiling reqwest v0.12.28
22482026-03-19T21:32:28.185Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
22492026-03-19T21:32:28.289Z Compiling multer v3.1.0
22502026-03-19T21:32:28.459Z Compiling thread_local v1.1.9
22512026-03-19T21:32:28.483Z Compiling typeid v1.0.3
22522026-03-19T21:32:28.539Z Compiling cpufeatures v0.3.0
22532026-03-19T21:32:28.564Z Compiling foreign-types-shared v0.3.1
22542026-03-19T21:32:28.590Z Compiling slog-async v2.8.0
22552026-03-19T21:32:28.658Z Compiling match_cfg v0.1.0
22562026-03-19T21:32:28.715Z Compiling foreign-types v0.5.0
22572026-03-19T21:32:28.784Z Compiling hostname v0.3.1
22582026-03-19T21:32:28.838Z Compiling chacha20 v0.10.0
22592026-03-19T21:32:28.992Z Compiling num_enum v0.7.5
22602026-03-19T21:32:29.016Z Compiling futures v0.3.32
22612026-03-19T21:32:29.063Z Compiling num_enum_derive v0.5.11
22622026-03-19T21:32:29.247Z Compiling derive-ex v0.1.8
22632026-03-19T21:32:29.327Z Compiling tabwriter v1.4.1
22642026-03-19T21:32:29.353Z Compiling slog-json v2.6.1
22652026-03-19T21:32:29.491Z Compiling crossbeam-channel v0.5.15
22662026-03-19T21:32:29.704Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
22672026-03-19T21:32:29.798Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
22682026-03-19T21:32:29.821Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
22692026-03-19T21:32:30.115Z Compiling async-stream-impl v0.3.6
22702026-03-19T21:32:30.292Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
22712026-03-19T21:32:30.381Z Compiling serde_spanned v1.0.4
22722026-03-19T21:32:30.416Z Compiling is-terminal v0.4.17
22732026-03-19T21:32:30.420Z Compiling cstr-argument v0.1.2
22742026-03-19T21:32:30.451Z Compiling dropshot v0.16.7
22752026-03-19T21:32:30.552Z Compiling erased-serde v0.4.9
22762026-03-19T21:32:30.612Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8)
22772026-03-19T21:32:30.680Z Compiling term v1.2.1
22782026-03-19T21:32:30.746Z Compiling take_mut v0.2.2
22792026-03-19T21:32:30.864Z Compiling toml_writer v1.0.6+spec-1.1.0
22802026-03-19T21:32:30.906Z Compiling crucible-workspace-hack v0.1.0
22812026-03-19T21:32:30.984Z Compiling async-stream v0.3.6
22822026-03-19T21:32:31.222Z Compiling slog-term v2.9.2
22832026-03-19T21:32:31.227Z Compiling toml v0.9.12+spec-1.1.0
22842026-03-19T21:32:31.227Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
22852026-03-19T21:32:31.250Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
22862026-03-19T21:32:31.293Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
22872026-03-19T21:32:31.357Z Compiling test-strategy v0.4.5
22882026-03-19T21:32:31.465Z Compiling num_enum v0.5.11
22892026-03-19T21:32:31.489Z Compiling slog-bunyan v2.5.0
22902026-03-19T21:32:31.647Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
22912026-03-19T21:32:31.750Z Compiling rand v0.10.0
22922026-03-19T21:32:31.959Z Compiling tokio-rustls v0.25.0
22932026-03-19T21:32:32.280Z Compiling parse-display-derive v0.10.0
22942026-03-19T21:32:32.300Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
22952026-03-19T21:32:32.314Z Compiling backon v1.6.0
22962026-03-19T21:32:32.483Z Compiling waitgroup v0.1.2
22972026-03-19T21:32:32.528Z Compiling dropshot_endpoint v0.16.7
22982026-03-19T21:32:32.580Z Compiling newtype-uuid-macros v0.1.0
22992026-03-19T21:32:32.665Z Compiling rustls-pemfile v2.2.0
23002026-03-19T21:32:32.711Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
23012026-03-19T21:32:32.737Z Compiling serde_path_to_error v0.1.20
23022026-03-19T21:32:32.803Z Compiling hostname v0.4.2
23032026-03-19T21:32:32.826Z Compiling instant v0.1.13
23042026-03-19T21:32:33.003Z Compiling colored v3.1.1
23052026-03-19T21:32:33.024Z Compiling libefi-sys v0.1.0
23062026-03-19T21:32:33.055Z Compiling debug-ignore v1.0.5
23072026-03-19T21:32:33.055Z Compiling backoff v0.4.0
23082026-03-19T21:32:33.128Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
23092026-03-19T21:32:33.168Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
23102026-03-19T21:32:33.230Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
23112026-03-19T21:32:33.258Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
23122026-03-19T21:32:33.387Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
23132026-03-19T21:32:33.471Z Compiling camino-tempfile v1.4.1
23142026-03-19T21:32:33.549Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
23152026-03-19T21:32:33.577Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
23162026-03-19T21:32:33.876Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
23172026-03-19T21:32:33.932Z Compiling usdt-attr-macro v0.5.0
23182026-03-19T21:32:34.045Z Compiling usdt-macro v0.5.0
23192026-03-19T21:32:34.069Z Compiling secrecy v0.10.3
23202026-03-19T21:32:34.112Z Compiling bitfield-struct v0.6.2
23212026-03-19T21:32:34.172Z Compiling parse-display v0.10.0
23222026-03-19T21:32:34.300Z Compiling num-derive v0.4.2
23232026-03-19T21:32:34.472Z Compiling regress v0.10.5
23242026-03-19T21:32:34.950Z Compiling ordered-float v2.10.1
23252026-03-19T21:32:34.973Z Compiling blake3 v1.8.3
23262026-03-19T21:32:34.973Z Compiling sigpipe v0.1.3
23272026-03-19T21:32:35.078Z Compiling memmap v0.7.0
23282026-03-19T21:32:35.107Z Compiling glob v0.3.3
23292026-03-19T21:32:35.404Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
23302026-03-19T21:32:35.412Z Compiling usdt v0.5.0
23312026-03-19T21:32:35.412Z Compiling serde-value v0.7.0
23322026-03-19T21:32:35.525Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
23332026-03-19T21:32:35.599Z Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
23342026-03-19T21:32:35.788Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
23352026-03-19T21:32:35.922Z Compiling serde-untagged v0.1.9
23362026-03-19T21:32:35.955Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
23372026-03-19T21:32:36.204Z Compiling toml v0.8.23
23382026-03-19T21:32:36.354Z Compiling smf v0.2.3
23392026-03-19T21:32:36.365Z Compiling filetime v0.2.27
23402026-03-19T21:32:36.383Z Compiling unicode-xid v0.2.6
23412026-03-19T21:32:36.391Z Compiling constant_time_eq v0.4.2
23422026-03-19T21:32:36.432Z Compiling arrayvec v0.7.6
23432026-03-19T21:32:36.444Z Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
23442026-03-19T21:32:36.591Z Compiling xattr v1.6.1
23452026-03-19T21:32:36.605Z Compiling arrayref v0.3.9
23462026-03-19T21:32:36.612Z Compiling whoami v1.6.1
23472026-03-19T21:32:36.653Z Compiling same-file v1.0.6
23482026-03-19T21:32:36.683Z Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
23492026-03-19T21:32:36.702Z Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
23502026-03-19T21:32:36.772Z Compiling tar v0.4.44
23512026-03-19T21:32:36.856Z Compiling walkdir v2.5.0
23522026-03-19T21:32:36.890Z Compiling cargo-util-schemas v0.8.2
23532026-03-19T21:32:37.019Z Compiling tokio-dtrace v0.1.1
23542026-03-19T21:32:37.213Z Compiling gethostname v0.5.0
23552026-03-19T21:32:37.404Z Compiling cargo-platform v0.2.0
23562026-03-19T21:32:37.450Z Compiling topological-sort v0.2.2
23572026-03-19T21:32:37.556Z Compiling oxide-tokio-rt v0.1.3
23582026-03-19T21:32:37.690Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
23592026-03-19T21:32:37.811Z Compiling shell-words v1.1.1
23602026-03-19T21:32:37.827Z Compiling indent_write v2.2.0
23612026-03-19T21:32:38.706Z Compiling cargo_metadata v0.21.0
23622026-03-19T21:32:49.553Z Compiling progenitor-client v0.13.0
23632026-03-19T21:32:49.608Z Compiling progenitor-client v0.10.0
23642026-03-19T21:32:49.609Z Compiling omicron-zone-package v0.12.2
23652026-03-19T21:32:49.731Z Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
23662026-03-19T21:32:49.734Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
23672026-03-19T21:32:49.734Z Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
23682026-03-19T21:32:49.803Z Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
23692026-03-19T21:32:49.940Z Compiling progenitor-extras v0.1.1
23702026-03-19T21:32:50.211Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
23712026-03-19T21:32:59.804Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
23722026-03-19T21:33:01.098Z Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
23732026-03-19T21:33:09.384Z Finished `release` profile [optimized] target(s) in 1m 54s
23742026-03-19T21:33:09.571Z Running `target/release/omicron-package -t test target create -p dev`
23752026-03-19T21:33:09.642ZLogging to: /work/oxidecomputer/omicron/out/LOG
23762026-03-19T21:33:09.646ZCreated new build target 'test' and set it as active
23772026-03-19T21:33:09.646Z
23782026-03-19T21:33:09.646Zreal 1:54.348126593
23792026-03-19T21:33:09.646Zuser 20:13.738278138
23802026-03-19T21:33:09.646Zsys 3:05.553976198
23812026-03-19T21:33:09.646Ztrap 0.524104362
23822026-03-19T21:33:09.646Ztflt 3.114445910
23832026-03-19T21:33:09.646Zdflt 3.775287140
23842026-03-19T21:33:09.646Zkflt 0.000866576
23852026-03-19T21:33:09.646Zlock 1:04:15.818614550
23862026-03-19T21:33:09.646Zslp 51:35.418638308
23872026-03-19T21:33:09.646Zlat 46.476685083
23882026-03-19T21:33:09.646Zstop 7:46.403549589
23892026-03-19T21:33:09.649Z+ ptime -m cargo run --locked --release --bin omicron-package -- -t test package
23902026-03-19T21:33:10.843Z Finished `release` profile [optimized] target(s) in 1.18s
23912026-03-19T21:33:10.913Z Running `target/release/omicron-package -t test package`
23922026-03-19T21:33:10.978ZLogging to: /work/oxidecomputer/omicron/out/LOG
23932026-03-19T21:33:12.891Z Compiling regress v0.10.5
23942026-03-19T21:33:12.891Z Compiling heck v0.5.0
23952026-03-19T21:33:12.894Z Compiling unsafe-libyaml v0.2.11
23962026-03-19T21:33:12.894Z Compiling convert_case v0.4.0
23972026-03-19T21:33:13.210Z Compiling half v2.7.1
23982026-03-19T21:33:13.210Z Compiling ciborium-io v0.2.2
23992026-03-19T21:33:13.269Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
24002026-03-19T21:33:13.272Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
24012026-03-19T21:33:13.325Z Compiling prettyplease v0.2.37
24022026-03-19T21:33:13.357Z Compiling universal-hash v0.5.1
24032026-03-19T21:33:13.360Z Compiling thiserror-impl-no-std v2.0.2
24042026-03-19T21:33:13.360Z Compiling opaque-debug v0.3.1
24052026-03-19T21:33:13.360Z Compiling unicode-width v0.1.14
24062026-03-19T21:33:13.360Z Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
24072026-03-19T21:33:13.388Z Compiling typify-impl v0.6.1
24082026-03-19T21:33:13.485Z Compiling chacha20 v0.9.1
24092026-03-19T21:33:13.488Z Compiling password-hash v0.5.0
24102026-03-19T21:33:13.552Z Compiling poly1305 v0.8.0
24112026-03-19T21:33:13.616Z Compiling ciborium-ll v0.2.2
24122026-03-19T21:33:13.619Z Compiling derive_more v0.99.20
24132026-03-19T21:33:13.651Z Compiling blake2 v0.10.6
24142026-03-19T21:33:13.753Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
24152026-03-19T21:33:13.920Z Compiling serde_yaml v0.9.34+deprecated
24162026-03-19T21:33:13.953Z Compiling ciborium v0.2.2
24172026-03-19T21:33:13.956Z Compiling aead v0.5.2
24182026-03-19T21:33:14.018Z Compiling is-terminal v0.4.17
24192026-03-19T21:33:14.050Z Compiling swrite v0.1.0
24202026-03-19T21:33:14.174Z Compiling chacha20poly1305 v0.10.1
24212026-03-19T21:33:14.219Z Compiling argon2 v0.5.3
24222026-03-19T21:33:14.255Z Compiling serde_spanned v1.0.4
24232026-03-19T21:33:14.397Z Compiling toml_writer v1.0.6+spec-1.1.0
24242026-03-19T21:33:14.468Z Compiling bytecount v0.6.9
24252026-03-19T21:33:14.498Z Compiling rustls v0.22.4
24262026-03-19T21:33:14.533Z Compiling rustls-webpki v0.102.8
24272026-03-19T21:33:14.573Z Compiling derive-where v1.6.0
24282026-03-19T21:33:14.709Z Compiling toml v0.9.12+spec-1.1.0
24292026-03-19T21:33:14.744Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
24302026-03-19T21:33:14.747Z Compiling thread_local v1.1.9
24312026-03-19T21:33:14.812Z Compiling match_cfg v0.1.0
24322026-03-19T21:33:14.917Z Compiling thiserror-no-std v2.0.2
24332026-03-19T21:33:14.954Z Compiling hostname v0.3.1
24342026-03-19T21:33:15.083Z Compiling vsss-rs v3.3.4
24352026-03-19T21:33:15.222Z Compiling multer v3.1.0
24362026-03-19T21:33:15.252Z Compiling slog-async v2.8.0
24372026-03-19T21:33:15.308Z Compiling slog-json v2.6.1
24382026-03-19T21:33:15.339Z Compiling crossbeam-channel v0.5.15
24392026-03-19T21:33:15.370Z Compiling futures-executor v0.3.32
24402026-03-19T21:33:15.487Z Compiling take_mut v0.2.2
24412026-03-19T21:33:15.558Z Compiling term v1.2.1
24422026-03-19T21:33:15.600Z Compiling futures v0.3.32
24432026-03-19T21:33:15.679Z Compiling slog-bunyan v2.5.0
24442026-03-19T21:33:15.748Z Compiling async-stream v0.3.6
24452026-03-19T21:33:15.782Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
24462026-03-19T21:33:15.902Z Compiling dropshot v0.16.7
24472026-03-19T21:33:15.991Z Compiling slog-term v2.9.2
24482026-03-19T21:33:15.995Z Compiling progenitor-client v0.13.0
24492026-03-19T21:33:16.022Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
24502026-03-19T21:33:16.082Z Compiling waitgroup v0.1.2
24512026-03-19T21:33:16.219Z Compiling backon v1.6.0
24522026-03-19T21:33:16.293Z Compiling rustls-pemfile v2.2.0
24532026-03-19T21:33:16.313Z Compiling hostname v0.4.2
24542026-03-19T21:33:16.317Z Compiling serde_path_to_error v0.1.20
24552026-03-19T21:33:16.317Z Compiling instant v0.1.13
24562026-03-19T21:33:16.409Z Compiling debug-ignore v1.0.5
24572026-03-19T21:33:16.445Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
24582026-03-19T21:33:16.478Z Compiling progenitor-extras v0.1.1
24592026-03-19T21:33:16.516Z Compiling backoff v0.4.0
24602026-03-19T21:33:16.553Z Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
24612026-03-19T21:33:16.556Z Compiling parse-display v0.10.0
24622026-03-19T21:33:16.556Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
24632026-03-19T21:33:16.656Z Compiling progenitor-client v0.10.0
24642026-03-19T21:33:16.660Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
24652026-03-19T21:33:16.721Z Compiling macaddr v1.0.1
24662026-03-19T21:33:16.794Z Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
24672026-03-19T21:33:16.829Z Compiling console v0.15.11
24682026-03-19T21:33:16.832Z Compiling newline-converter v0.3.0
24692026-03-19T21:33:16.897Z Compiling atomicwrites v0.4.4
24702026-03-19T21:33:16.928Z Compiling num-rational v0.4.2
24712026-03-19T21:33:17.042Z Compiling num-complex v0.4.6
24722026-03-19T21:33:17.077Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
24732026-03-19T21:33:17.169Z Compiling slog-dtrace v0.3.0
24742026-03-19T21:33:17.308Z Compiling async-recursion v1.1.1
24752026-03-19T21:33:17.360Z Compiling expectorate v1.2.0
24762026-03-19T21:33:17.427Z Compiling cancel-safe-futures v0.1.5
24772026-03-19T21:33:17.548Z Compiling owo-colors v4.3.0
24782026-03-19T21:33:17.664Z Compiling tokio-rustls v0.25.0
24792026-03-19T21:33:17.714Z Compiling num v0.4.3
24802026-03-19T21:33:17.748Z Compiling float-ord v0.3.2
24812026-03-19T21:33:17.927Z Compiling libsw-core v0.3.2
24822026-03-19T21:33:17.961Z Compiling resolv-conf v0.7.6
24832026-03-19T21:33:18.025Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
24842026-03-19T21:33:18.139Z Compiling libsw v3.5.0
24852026-03-19T21:33:18.207Z Compiling toml v0.8.23
24862026-03-19T21:33:18.240Z Compiling linear-map v1.2.0
24872026-03-19T21:33:18.365Z Compiling linked-hash-map v0.5.6
24882026-03-19T21:33:18.420Z Compiling minimal-lexical v0.2.1
24892026-03-19T21:33:18.531Z Compiling oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
24902026-03-19T21:33:18.569Z Compiling unicode-xid v0.2.6
24912026-03-19T21:33:18.682Z Compiling lru-cache v0.1.2
24922026-03-19T21:33:18.761Z Compiling nom v7.1.3
24932026-03-19T21:33:18.795Z Compiling clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
24942026-03-19T21:33:18.798Z Compiling globset v0.4.18
24952026-03-19T21:33:18.858Z Compiling hickory-proto v0.24.4
24962026-03-19T21:33:18.901Z Compiling internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
24972026-03-19T21:33:19.053Z Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
24982026-03-19T21:33:19.231Z Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
24992026-03-19T21:33:19.554Z Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
25002026-03-19T21:33:20.179Z Compiling typify-macro v0.6.1
25012026-03-19T21:33:20.532Z Compiling gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
25022026-03-19T21:33:20.717Z Compiling convert_case v0.10.0
25032026-03-19T21:33:21.120Z Compiling derive_more-impl v2.1.1
25042026-03-19T21:33:21.922Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
25052026-03-19T21:33:22.011Z Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
25062026-03-19T21:33:22.159Z Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
25072026-03-19T21:33:22.289Z Compiling hickory-resolver v0.24.4
25082026-03-19T21:33:22.318Z Compiling typify v0.6.1
25092026-03-19T21:33:22.480Z Compiling progenitor-impl v0.13.0
25102026-03-19T21:33:22.510Z Compiling pin-project-internal v1.1.11
25112026-03-19T21:33:23.414Z Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
25122026-03-19T21:33:23.679Z Compiling derive_more v2.1.1
25132026-03-19T21:33:23.817Z Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
25142026-03-19T21:33:23.920Z Compiling qorb v0.4.1
25152026-03-19T21:33:24.025Z Compiling pin-project v1.1.11
25162026-03-19T21:33:24.195Z Compiling pem v3.0.6
25172026-03-19T21:33:24.561Z Compiling snafu-derive v0.8.9
25182026-03-19T21:33:25.095Z Compiling termtree v0.5.1
25192026-03-19T21:33:25.303Z Compiling crossterm v0.29.0
25202026-03-19T21:33:25.383Z Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
25212026-03-19T21:33:25.539Z Compiling progenitor-macro v0.13.0
25222026-03-19T21:33:26.716Z Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
25232026-03-19T21:33:26.990Z Compiling snafu v0.8.9
25242026-03-19T21:33:27.744Z Compiling olpc-cjson v0.1.4
25252026-03-19T21:33:28.056Z Compiling phf_shared v0.12.1
25262026-03-19T21:33:28.125Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
25272026-03-19T21:33:28.441Z Compiling serde_plain v1.0.2
25282026-03-19T21:33:28.831Z Compiling vte v0.14.1
25292026-03-19T21:33:29.109Z Compiling csv-core v0.1.13
25302026-03-19T21:33:29.176Z Compiling highway v1.3.0
25312026-03-19T21:33:29.549Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
25322026-03-19T21:33:29.649Z Compiling typed-path v0.9.3
25332026-03-19T21:33:29.681Z Compiling chrono-tz v0.10.4
25342026-03-19T21:33:29.999Z Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
25352026-03-19T21:33:30.095Z Compiling csv v1.4.0
25362026-03-19T21:33:30.129Z Compiling strip-ansi-escapes v0.2.1
25372026-03-19T21:33:30.482Z Compiling phf v0.12.1
25382026-03-19T21:33:30.758Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
25392026-03-19T21:33:30.844Z Compiling const_format_proc_macros v0.2.34
25402026-03-19T21:33:30.917Z Compiling papergrid v0.11.0
25412026-03-19T21:33:31.005Z Compiling fd-lock v4.0.4
25422026-03-19T21:33:31.231Z Compiling tough v0.20.0
25432026-03-19T21:33:31.422Z Compiling peg-macros v0.8.5
25442026-03-19T21:33:31.426Z Compiling tabled_derive v0.7.0
25452026-03-19T21:33:31.479Z Compiling progenitor v0.13.0
25462026-03-19T21:33:31.915Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
25472026-03-19T21:33:32.477Z Compiling nu-ansi-term v0.50.3
25482026-03-19T21:33:32.867Z Compiling reedline v0.40.0
25492026-03-19T21:33:32.920Z Compiling tabled v0.15.0
25502026-03-19T21:33:33.280Z Compiling peg v0.8.5
25512026-03-19T21:33:33.299Z Compiling const_format v0.2.35
25522026-03-19T21:33:33.307Z Compiling cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
25532026-03-19T21:33:33.505Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
25542026-03-19T21:33:33.822Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
25552026-03-19T21:33:35.316Z Compiling bcs v0.1.6
25562026-03-19T21:33:35.423Z Compiling semver v0.1.20
25572026-03-19T21:33:35.846Z Compiling rustc_version v0.1.7
25582026-03-19T21:33:35.889Z Compiling base64 v0.21.7
25592026-03-19T21:33:36.159Z Compiling newtype_derive v0.1.6
25602026-03-19T21:33:36.437Z Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
25612026-03-19T21:33:36.583Z Compiling typify-impl v0.4.3
25622026-03-19T21:33:36.784Z Compiling smawk v0.3.2
25632026-03-19T21:33:36.968Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
25642026-03-19T21:33:37.027Z Compiling unicode-linebreak v0.1.5
25652026-03-19T21:33:37.385Z Compiling humantime v2.3.0
25662026-03-19T21:33:37.427Z Compiling textwrap v0.16.2
25672026-03-19T21:33:37.682Z Compiling dropshot-api-manager-types v0.6.0
25682026-03-19T21:33:37.714Z Compiling rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=b603c9f3dccefcf1d3e941c04505ff6bdd1826b6#b603c9f3)
25692026-03-19T21:33:37.766Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
25702026-03-19T21:33:38.137Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=b603c9f3dccefcf1d3e941c04505ff6bdd1826b6#b603c9f3)
25712026-03-19T21:33:38.303Z Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
25722026-03-19T21:33:38.477Z Compiling steno v0.4.1
25732026-03-19T21:33:39.353Z Compiling utf-8 v0.7.6
25742026-03-19T21:33:39.683Z Compiling tagptr v0.2.0
25752026-03-19T21:33:39.954Z Compiling moka v0.12.13
25762026-03-19T21:33:40.203Z Compiling tungstenite v0.21.0
25772026-03-19T21:33:40.510Z Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
25782026-03-19T21:33:40.729Z Compiling radium v0.7.0
25792026-03-19T21:33:41.101Z Compiling tokio-tungstenite v0.21.0
25802026-03-19T21:33:41.603Z Compiling hickory-resolver v0.25.2
25812026-03-19T21:33:41.607Z Compiling typify-macro v0.4.3
25822026-03-19T21:33:41.713Z Compiling maybe-uninit v2.0.0
25832026-03-19T21:33:42.112Z Compiling tap v1.0.1
25842026-03-19T21:33:42.300Z Compiling wyz v0.5.1
25852026-03-19T21:33:42.623Z Compiling zerocopy-derive v0.6.6
25862026-03-19T21:33:42.716Z Compiling funty v2.0.0
25872026-03-19T21:33:42.925Z Compiling crc-catalog v2.4.0
25882026-03-19T21:33:43.099Z Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
25892026-03-19T21:33:43.151Z Compiling display-error-chain v0.2.2
25902026-03-19T21:33:43.378Z Compiling packed_struct v0.10.1
25912026-03-19T21:33:43.646Z Compiling zerocopy v0.6.6
25922026-03-19T21:33:43.675Z Compiling typify v0.4.3
25932026-03-19T21:33:43.853Z Compiling progenitor-impl v0.10.0
25942026-03-19T21:33:44.017Z Compiling nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
25952026-03-19T21:33:44.231Z Compiling bitvec v1.0.1
25962026-03-19T21:33:46.126Z Compiling crc v3.4.0
25972026-03-19T21:33:46.798Z Compiling packed_struct_codegen v0.10.1
25982026-03-19T21:33:46.848Z Compiling bitfield-macros v0.19.4
25992026-03-19T21:33:46.900Z Compiling progenitor-macro v0.10.0
26002026-03-19T21:33:47.426Z Compiling indexmap v1.9.3
26012026-03-19T21:33:47.720Z Compiling nodrop v0.1.14
26022026-03-19T21:33:47.769Z Compiling bitfield v0.19.4
26032026-03-19T21:33:47.882Z Compiling array-init v0.0.4
26042026-03-19T21:33:48.287Z Compiling smallvec v0.6.14
26052026-03-19T21:33:48.477Z Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
26062026-03-19T21:33:48.657Z Compiling num-derive v0.3.3
26072026-03-19T21:33:48.687Z Compiling proc-macro-error-attr2 v2.0.0
26082026-03-19T21:33:49.208Z Compiling hashbrown v0.12.3
26092026-03-19T21:33:49.496Z Compiling proc-macro-error2 v2.0.1
26102026-03-19T21:33:49.739Z Compiling serde-hex v0.1.0
26112026-03-19T21:33:49.831Z Compiling libscf-sys v1.1.0
26122026-03-19T21:33:49.909Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
26132026-03-19T21:33:50.043Z Compiling ron v0.8.1
26142026-03-19T21:33:50.073Z Compiling hashbrown v0.13.2
26152026-03-19T21:33:50.226Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
26162026-03-19T21:33:50.314Z Compiling vergen-gitcl v1.0.8
26172026-03-19T21:33:50.604Z Compiling dirs-sys-next v0.1.2
26182026-03-19T21:33:50.661Z Compiling glob v0.3.3
26192026-03-19T21:33:50.947Z Compiling crc-any v2.5.0
26202026-03-19T21:33:50.978Z Compiling maplit v1.0.2
26212026-03-19T21:33:51.125Z Compiling diesel_derives v2.3.7
26222026-03-19T21:33:51.172Z Compiling crunchy v0.2.4
26232026-03-19T21:33:51.445Z Compiling clang-sys v1.8.1
26242026-03-19T21:33:51.520Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
26252026-03-19T21:33:51.598Z Compiling object v0.30.4
26262026-03-19T21:33:51.796Z Compiling dirs-next v2.0.0
26272026-03-19T21:33:51.988Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
26282026-03-19T21:33:52.034Z Compiling tabled_derive v0.11.0
26292026-03-19T21:33:52.067Z Compiling papergrid v0.17.0
26302026-03-19T21:33:52.401Z Compiling testing_table v0.3.0
26312026-03-19T21:33:52.470Z Compiling dsl_auto_type v0.2.0
26322026-03-19T21:33:52.714Z Compiling progenitor v0.10.0
26332026-03-19T21:33:52.756Z Compiling scheduled-thread-pool v0.2.7
26342026-03-19T21:33:52.868Z Compiling diesel_table_macro_syntax v0.3.0
26352026-03-19T21:33:52.950Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
26362026-03-19T21:33:52.979Z Compiling tiny-keccak v2.0.2
26372026-03-19T21:33:53.109Z Compiling path-slash v0.1.5
26382026-03-19T21:33:53.158Z Compiling r2d2 v0.8.10
26392026-03-19T21:33:53.357Z Compiling term v0.7.0
26402026-03-19T21:33:53.487Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
26412026-03-19T21:33:53.526Z Compiling arc-swap v1.8.2
26422026-03-19T21:33:53.557Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
26432026-03-19T21:33:53.591Z Compiling xshell-macros v0.2.7
26442026-03-19T21:33:53.853Z Compiling tabled v0.20.0
26452026-03-19T21:33:54.010Z Compiling bit-vec v0.6.3
26462026-03-19T21:33:54.041Z Compiling downcast-rs v2.0.2
26472026-03-19T21:33:54.077Z Compiling slog-scope v4.4.1
26482026-03-19T21:33:54.107Z Compiling xshell v0.2.7
26492026-03-19T21:33:54.299Z Compiling bit-set v0.5.3
26502026-03-19T21:33:54.331Z Compiling ascii-canvas v3.0.0
26512026-03-19T21:33:54.632Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
26522026-03-19T21:33:54.988Z Compiling itertools v0.10.5
26532026-03-19T21:33:55.006Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
26542026-03-19T21:33:55.222Z Compiling ena v0.14.4
26552026-03-19T21:33:55.406Z Compiling libloading v0.8.9
26562026-03-19T21:33:55.539Z Compiling regex-syntax v0.6.29
26572026-03-19T21:33:55.702Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
26582026-03-19T21:33:55.766Z Compiling unicase v2.9.0
26592026-03-19T21:33:56.182Z Compiling bindgen v0.71.1
26602026-03-19T21:33:56.205Z Compiling diff v0.1.13
26612026-03-19T21:33:58.112Z Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
26622026-03-19T21:33:58.235Z Compiling lalrpop v0.19.12
26632026-03-19T21:33:58.264Z Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
26642026-03-19T21:33:59.418Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
26652026-03-19T21:33:59.740Z Compiling slog-stdlog v4.1.1
26662026-03-19T21:33:59.788Z Compiling diesel v2.3.7
26672026-03-19T21:33:59.818Z Compiling omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
26682026-03-19T21:34:00.326Z Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
26692026-03-19T21:34:00.365Z Compiling cexpr v0.6.0
26702026-03-19T21:34:00.485Z Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
26712026-03-19T21:34:00.781Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
26722026-03-19T21:34:01.007Z Compiling crc8 v0.1.1
26732026-03-19T21:34:01.198Z Compiling slog-envlogger v2.2.0
26742026-03-19T21:34:01.229Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
26752026-03-19T21:34:01.264Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
26762026-03-19T21:34:01.505Z Compiling headers-core v0.3.0
26772026-03-19T21:34:01.705Z Compiling libxml v0.3.3
26782026-03-19T21:34:02.082Z Compiling headers v0.4.1
26792026-03-19T21:34:02.151Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
26802026-03-19T21:34:02.721Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
26812026-03-19T21:34:02.989Z Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
26822026-03-19T21:34:03.588Z Compiling strum_macros v0.24.3
26832026-03-19T21:34:03.764Z Compiling indoc v1.0.9
26842026-03-19T21:34:03.978Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
26852026-03-19T21:34:04.205Z Compiling derive_builder v0.20.2
26862026-03-19T21:34:04.269Z Compiling oso-derive v0.27.3
26872026-03-19T21:34:04.317Z Compiling quick-xml v0.37.5
26882026-03-19T21:34:04.412Z Compiling impl-trait-for-tuples v0.2.3
26892026-03-19T21:34:04.816Z Compiling openssl-probe v0.1.6
26902026-03-19T21:34:04.916Z Compiling half v1.8.3
26912026-03-19T21:34:05.236Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
26922026-03-19T21:34:05.315Z Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
26932026-03-19T21:34:05.498Z Compiling serde_cbor v0.11.2
26942026-03-19T21:34:05.742Z Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
26952026-03-19T21:34:06.247Z Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
26962026-03-19T21:34:06.277Z Compiling bb8 v0.8.6
26972026-03-19T21:34:06.381Z Compiling trait-variant v0.1.2
26982026-03-19T21:34:06.588Z Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
26992026-03-19T21:34:06.770Z Compiling tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
27002026-03-19T21:34:06.864Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
27012026-03-19T21:34:07.073Z Compiling scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=c78005db837a71f94c3b8efac9a64cfbdb2d527f#c78005db)
27022026-03-19T21:34:07.201Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
27032026-03-19T21:34:07.478Z Compiling fxhash v0.2.1
27042026-03-19T21:34:07.509Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
27052026-03-19T21:34:07.740Z Compiling samael v0.0.19
27062026-03-19T21:34:07.770Z Compiling kstat-rs v0.2.4
27072026-03-19T21:34:07.806Z Compiling libz-sys v1.1.24
27082026-03-19T21:34:07.878Z Compiling salty v0.3.0
27092026-03-19T21:34:07.927Z Compiling nonempty v0.12.0
27102026-03-19T21:34:08.215Z Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
27112026-03-19T21:34:08.389Z Compiling zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
27122026-03-19T21:34:08.470Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=b31ba90d14636ef6bba9dbb56d756efa249d4b4e#b31ba90d)
27132026-03-19T21:34:08.609Z Compiling progenitor-impl v0.11.2
27142026-03-19T21:34:08.689Z Compiling darling_core v0.23.0
27152026-03-19T21:34:09.256Z Compiling nanorand v0.7.0
27162026-03-19T21:34:09.265Z Compiling polar-core v0.27.3
27172026-03-19T21:34:09.378Z Compiling fs-err v2.11.0
27182026-03-19T21:34:09.586Z Compiling parking_lot_core v0.8.6
27192026-03-19T21:34:09.980Z Compiling mime_guess v2.0.5
27202026-03-19T21:34:10.219Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=b31ba90d14636ef6bba9dbb56d756efa249d4b4e#b31ba90d)
27212026-03-19T21:34:10.674Z Compiling flume v0.11.1
27222026-03-19T21:34:11.273Z Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
27232026-03-19T21:34:11.694Z Compiling progenitor-macro v0.11.2
27242026-03-19T21:34:11.865Z Compiling darling_macro v0.23.0
27252026-03-19T21:34:12.707Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27262026-03-19T21:34:13.116Z Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
27272026-03-19T21:34:13.458Z Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
27282026-03-19T21:34:15.022Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
27292026-03-19T21:34:15.910Z Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
27302026-03-19T21:34:16.183Z Compiling progenitor-client v0.11.2
27312026-03-19T21:34:17.114Z Compiling git-stub v1.0.0
27322026-03-19T21:34:17.499Z Compiling libgit2-sys v0.18.3+1.9.2
27332026-03-19T21:34:17.557Z Compiling instability v0.3.11
27342026-03-19T21:34:17.832Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
27352026-03-19T21:34:19.298Z Compiling progenitor v0.11.2
27362026-03-19T21:34:19.533Z Compiling git-stub-vcs v0.1.0
27372026-03-19T21:34:19.895Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27382026-03-19T21:34:20.015Z Compiling darling v0.23.0
27392026-03-19T21:34:20.188Z Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
27402026-03-19T21:34:22.309Z Compiling oso v0.27.3
27412026-03-19T21:34:23.443Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3)
27422026-03-19T21:34:23.549Z Compiling clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
27432026-03-19T21:34:25.059Z Compiling async-bb8-diesel v0.2.1
27442026-03-19T21:34:25.184Z Compiling diesel-dtrace v0.5.0
27452026-03-19T21:34:25.282Z Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
27462026-03-19T21:34:25.590Z Compiling ignore v0.4.25
27472026-03-19T21:34:26.791Z Compiling primeorder v0.13.6
27482026-03-19T21:34:27.232Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27492026-03-19T21:34:27.392Z Compiling castaway v0.2.4
27502026-03-19T21:34:27.600Z Compiling atty v0.2.14
27512026-03-19T21:34:27.691Z Compiling nibble_vec v0.1.0
27522026-03-19T21:34:27.780Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27532026-03-19T21:34:27.927Z Compiling http-range v0.1.5
27542026-03-19T21:34:28.059Z Compiling parse-size v1.1.0
27552026-03-19T21:34:28.326Z Compiling endian-type v0.1.2
27562026-03-19T21:34:28.367Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
27572026-03-19T21:34:28.416Z Compiling indoc v2.0.7
27582026-03-19T21:34:28.558Z Compiling radix_trie v0.2.1
27592026-03-19T21:34:28.688Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27602026-03-19T21:34:29.113Z Compiling tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
27612026-03-19T21:34:29.240Z Compiling compact_str v0.8.1
27622026-03-19T21:34:29.895Z Compiling p384 v0.13.1
27632026-03-19T21:34:30.588Z Compiling globwalk v0.9.1
27642026-03-19T21:34:31.231Z Compiling parking_lot v0.11.2
27652026-03-19T21:34:32.041Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27662026-03-19T21:34:32.309Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
27672026-03-19T21:34:32.381Z Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
27682026-03-19T21:34:32.453Z Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
27692026-03-19T21:34:32.666Z Compiling predicates-tree v1.0.13
27702026-03-19T21:34:32.731Z Compiling unicode-truncate v1.1.0
27712026-03-19T21:34:32.891Z Compiling lru v0.12.5
27722026-03-19T21:34:32.989Z Compiling prefix-trie v0.7.0
27732026-03-19T21:34:33.193Z Compiling vergen-git2 v1.0.7
27742026-03-19T21:34:33.217Z Compiling cassowary v0.3.0
27752026-03-19T21:34:33.623Z Compiling ratatui v0.29.0
27762026-03-19T21:34:33.823Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27772026-03-19T21:34:34.163Z Compiling hickory-server v0.25.2
27782026-03-19T21:34:34.407Z Compiling camino-tempfile-ext v0.3.3
27792026-03-19T21:34:34.834Z Compiling hyper-staticfile v0.10.1
27802026-03-19T21:34:35.227Z Compiling sled v0.34.7
27812026-03-19T21:34:36.384Z Compiling hickory-client v0.25.2
27822026-03-19T21:34:36.963Z Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
27832026-03-19T21:34:37.307Z Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
27842026-03-19T21:34:37.348Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27852026-03-19T21:34:37.523Z Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
27862026-03-19T21:34:37.771Z Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=b603c9f3dccefcf1d3e941c04505ff6bdd1826b6#b603c9f3)
27872026-03-19T21:34:38.352Z Compiling clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
27882026-03-19T21:34:38.553Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27892026-03-19T21:34:38.851Z Compiling rand_seeder v0.4.0
27902026-03-19T21:34:39.183Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f)
27912026-03-19T21:34:39.246Z Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27922026-03-19T21:34:39.495Z Compiling lzma-sys v0.1.20
27932026-03-19T21:34:39.824Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
27942026-03-19T21:34:40.000Z Compiling corncobs v0.1.4
27952026-03-19T21:34:40.143Z Compiling rustls v0.21.12
27962026-03-19T21:34:40.297Z Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27972026-03-19T21:34:40.579Z Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27982026-03-19T21:34:40.652Z Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
27992026-03-19T21:34:40.760Z Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
28002026-03-19T21:34:40.916Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
28012026-03-19T21:34:41.019Z Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
28022026-03-19T21:34:41.335Z Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
28032026-03-19T21:34:41.435Z Compiling sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
28042026-03-19T21:34:42.213Z Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
28052026-03-19T21:34:42.578Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#f20f786e)
28062026-03-19T21:34:44.529Z Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
28072026-03-19T21:34:45.406Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
28082026-03-19T21:34:45.689Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
28092026-03-19T21:34:46.043Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
28102026-03-19T21:34:46.138Z Compiling cargo_toml v0.22.3
28112026-03-19T21:34:46.288Z Compiling sct v0.7.1
28122026-03-19T21:34:46.650Z Compiling rustls-webpki v0.101.7
28132026-03-19T21:34:47.377Z Compiling nix v0.29.0
28142026-03-19T21:34:47.891Z Compiling secrecy v0.8.0
28152026-03-19T21:34:48.132Z Compiling void v1.0.2
28162026-03-19T21:34:48.315Z Compiling lzss v0.8.2
28172026-03-19T21:34:49.019Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#f20f786e)
28182026-03-19T21:34:49.067Z Compiling git2 v0.20.4
28192026-03-19T21:34:49.099Z Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
28202026-03-19T21:34:49.128Z Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
28212026-03-19T21:34:49.476Z Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#d83f56a6)
28222026-03-19T21:34:50.112Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
28232026-03-19T21:34:50.539Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
28242026-03-19T21:34:50.914Z Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
28252026-03-19T21:34:51.114Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
28262026-03-19T21:34:51.411Z Compiling tungstenite v0.23.0
28272026-03-19T21:34:51.478Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
28282026-03-19T21:34:51.667Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
28292026-03-19T21:34:51.769Z Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
28302026-03-19T21:34:52.014Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
28312026-03-19T21:34:52.053Z Compiling nix v0.27.1
28322026-03-19T21:34:52.832Z Compiling serde_bytes v0.11.19
28332026-03-19T21:34:53.068Z Compiling tokio-tungstenite v0.23.1
28342026-03-19T21:34:53.292Z Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
28352026-03-19T21:34:53.545Z Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
28362026-03-19T21:34:53.689Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
28372026-03-19T21:34:54.420Z Compiling tokio-rustls v0.24.1
28382026-03-19T21:34:54.690Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
28392026-03-19T21:34:54.804Z Compiling ron v0.12.0
28402026-03-19T21:34:54.892Z Compiling xz2 v0.1.7
28412026-03-19T21:34:55.311Z Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
28422026-03-19T21:34:56.294Z Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
28432026-03-19T21:34:57.832Z Compiling tufaceous v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
28442026-03-19T21:34:59.940Z Compiling lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
28452026-03-19T21:35:00.338Z Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
28462026-03-19T21:35:01.436Z Compiling nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
28472026-03-19T21:35:06.108Z Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
28482026-03-19T21:35:06.191Z Compiling nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
28492026-03-19T21:35:06.191Z Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
28502026-03-19T21:35:06.191Z Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
28512026-03-19T21:35:06.191Z Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
28522026-03-19T21:35:06.191Z Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
28532026-03-19T21:35:06.248Z Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
28542026-03-19T21:35:08.000Z Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
28552026-03-19T21:35:08.095Z Compiling rustls-pemfile v1.0.4
28562026-03-19T21:35:08.609Z Compiling clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
28572026-03-19T21:35:10.354Z Compiling bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
28582026-03-19T21:35:10.439Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
28592026-03-19T21:35:10.725Z Compiling ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
28602026-03-19T21:35:11.089Z Compiling signal-hook-tokio v0.3.1
28612026-03-19T21:35:11.318Z Compiling yasna v0.5.2
28622026-03-19T21:35:11.438Z Compiling twox-hash v2.1.2
28632026-03-19T21:35:11.471Z Compiling base16ct v1.0.0
28642026-03-19T21:35:11.784Z Compiling is_ci v1.2.0
28652026-03-19T21:35:12.025Z Compiling rcgen v0.12.1
28662026-03-19T21:35:12.115Z Compiling supports-color v3.0.2
28672026-03-19T21:35:12.282Z Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
28682026-03-19T21:35:12.481Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
28692026-03-19T21:35:12.761Z Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
28702026-03-19T21:35:13.251Z Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
28712026-03-19T21:35:13.990Z Compiling lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
28722026-03-19T21:35:14.969Z Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
28732026-03-19T21:35:16.208Z Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
28742026-03-19T21:35:17.608Z Compiling nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
28752026-03-19T21:35:17.725Z Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
28762026-03-19T21:35:17.963Z Compiling bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
28772026-03-19T21:35:20.098Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
28782026-03-19T21:35:20.331Z Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
28792026-03-19T21:35:20.519Z Compiling nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
28802026-03-19T21:35:20.627Z Compiling fatfs v0.3.6
28812026-03-19T21:35:20.784Z Compiling raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df)
28822026-03-19T21:35:22.199Z Compiling rtoolbox v0.0.3
28832026-03-19T21:35:22.540Z Compiling subprocess v0.2.15
28842026-03-19T21:35:22.726Z Compiling assert_matches v1.5.0
28852026-03-19T21:35:22.839Z Compiling seq-macro v0.3.6
28862026-03-19T21:35:23.480Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
28872026-03-19T21:35:25.346Z Compiling rpassword v7.4.0
28882026-03-19T21:35:25.720Z Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
28892026-03-19T21:35:25.765Z Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
28902026-03-19T21:35:25.827Z Compiling ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
28912026-03-19T21:35:26.003Z Compiling ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
28922026-03-19T21:35:27.405Z Compiling tui-tree-widget v0.23.1
28932026-03-19T21:35:27.779Z Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
28942026-03-19T21:35:28.776Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
28952026-03-19T21:35:29.032Z Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
28962026-03-19T21:35:29.429Z Compiling uzers v0.12.2
28972026-03-19T21:35:30.009Z Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
28982026-03-19T21:35:31.277Z Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
28992026-03-19T21:35:34.381Z Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
29002026-03-19T21:35:36.116Z Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
29012026-03-19T21:35:37.343Z Compiling clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
29022026-03-19T21:35:39.540Z Compiling support-bundle-viewer v0.1.2
29032026-03-19T21:35:40.074Z Compiling multimap v0.10.1
29042026-03-19T21:36:01.563Z Compiling nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
29052026-03-19T21:36:03.940Z Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
29062026-03-19T21:36:05.113Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
29072026-03-19T21:43:15.173Z Finished `release` profile [optimized] target(s) in 10m 03s
29082026-03-19T21:44:08.390Z
29092026-03-19T21:44:08.393Zreal 10:58.435553421
29102026-03-19T21:44:08.393Zuser 1:40:44.847209899
29112026-03-19T21:44:08.393Zsys 4:11.739617486
29122026-03-19T21:44:08.393Ztrap 2.326002111
29132026-03-19T21:44:08.394Ztflt 2.217887940
29142026-03-19T21:44:08.394Zdflt 17.832835009
29152026-03-19T21:44:08.394Zkflt 0.003153831
29162026-03-19T21:44:08.394Zlock 8:05:19.717614642
29172026-03-19T21:44:08.394Zslp 2:48:25.331703342
29182026-03-19T21:44:08.394Zlat 2:54.254327720
29192026-03-19T21:44:08.394Zstop 7:21.235629910
29202026-03-19T21:44:08.394Z+ mapfile -t packages
29212026-03-19T21:44:08.394Z++ cargo run --locked --release --bin omicron-package -- -t test list-outputs
29222026-03-19T21:44:09.674Z Finished `release` profile [optimized] target(s) in 1.27s
29232026-03-19T21:44:09.744Z Running `target/release/omicron-package -t test list-outputs`
29242026-03-19T21:44:09.808ZLogging to: /work/oxidecomputer/omicron/out/LOG
29252026-03-19T21:44:09.812Z+ ptime -m cargo build --locked --release -p xtask
29262026-03-19T21:44:10.514Z Compiling libc v0.2.180
29272026-03-19T21:44:10.514Z Compiling serde v1.0.228
29282026-03-19T21:44:10.518Z Compiling serde_core v1.0.228
29292026-03-19T21:44:10.624Z Compiling rustix v1.1.3
29302026-03-19T21:44:10.661Z Compiling bitflags v2.11.0
29312026-03-19T21:44:10.666Z Compiling serde_json v1.0.149
29322026-03-19T21:44:10.707Z Compiling num-traits v0.2.19
29332026-03-19T21:44:10.722Z Compiling syn v2.0.117
29342026-03-19T21:44:10.740Z Compiling smallvec v1.15.1
29352026-03-19T21:44:10.743Z Compiling hashbrown v0.16.1
29362026-03-19T21:44:10.774Z Compiling usdt-impl v0.5.0
29372026-03-19T21:44:10.809Z Compiling syn v1.0.109
29382026-03-19T21:44:10.827Z Compiling percent-encoding v2.3.2
29392026-03-19T21:44:10.846Z Compiling log v0.4.29
29402026-03-19T21:44:11.008Z Compiling getrandom v0.4.1
29412026-03-19T21:44:11.085Z Compiling form_urlencoded v1.2.2
29422026-03-19T21:44:11.316Z Compiling fs-err v3.3.0
29432026-03-19T21:44:11.336Z Compiling anyhow v1.0.102
29442026-03-19T21:44:11.354Z Compiling once_cell v1.21.3
29452026-03-19T21:44:11.357Z Compiling heck v0.4.1
29462026-03-19T21:44:11.595Z Compiling indexmap v2.13.0
29472026-03-19T21:44:11.687Z Compiling thread-id v4.2.2
29482026-03-19T21:44:11.705Z Compiling errno v0.3.14
29492026-03-19T21:44:11.738Z Compiling memmap v0.7.0
29502026-03-19T21:44:12.141Z Compiling ordered-float v2.10.1
29512026-03-19T21:44:12.864Z Compiling proc-macro-error v1.0.4
29522026-03-19T21:44:13.178Z Compiling terminal_size v0.4.3
29532026-03-19T21:44:13.178Z Compiling tempfile v3.25.0
29542026-03-19T21:44:13.208Z Compiling tabled_derive v0.7.0
29552026-03-19T21:44:13.301Z Compiling clap_builder v4.5.60
29562026-03-19T21:44:13.301Z Compiling textwrap v0.16.2
29572026-03-19T21:44:13.490Z Compiling camino-tempfile v1.4.1
29582026-03-19T21:44:14.060Z Compiling tabled v0.15.0
29592026-03-19T21:44:14.356Z Compiling synstructure v0.13.2
29602026-03-19T21:44:14.356Z Compiling pest_generator v2.8.6
29612026-03-19T21:44:14.892Z Compiling serde_derive v1.0.228
29622026-03-19T21:44:14.895Z Compiling zerofrom-derive v0.1.6
29632026-03-19T21:44:14.895Z Compiling yoke-derive v0.8.1
29642026-03-19T21:44:14.895Z Compiling zerovec-derive v0.11.2
29652026-03-19T21:44:14.895Z Compiling displaydoc v0.2.5
29662026-03-19T21:44:14.895Z Compiling thiserror-impl v1.0.69
29672026-03-19T21:44:14.895Z Compiling zerocopy-derive v0.7.35
29682026-03-19T21:44:14.895Z Compiling scroll_derive v0.12.1
29692026-03-19T21:44:14.895Z Compiling thiserror-impl v2.0.18
29702026-03-19T21:44:15.058Z Compiling pest_derive v2.8.6
29712026-03-19T21:44:15.608Z Compiling clap_derive v4.5.55
29722026-03-19T21:44:15.888Z Compiling scroll v0.12.0
29732026-03-19T21:44:16.071Z Compiling zerocopy v0.7.35
29742026-03-19T21:44:16.332Z Compiling goblin v0.8.2
29752026-03-19T21:44:16.415Z Compiling thiserror v1.0.69
29762026-03-19T21:44:16.459Z Compiling thiserror v2.0.18
29772026-03-19T21:44:16.490Z Compiling zerofrom v0.1.6
29782026-03-19T21:44:16.571Z Compiling dtrace-parser v0.2.0
29792026-03-19T21:44:16.686Z Compiling yoke v0.8.1
29802026-03-19T21:44:16.970Z Compiling zerovec v0.11.5
29812026-03-19T21:44:17.126Z Compiling zerotrie v0.2.3
29822026-03-19T21:44:17.821Z Compiling tinystr v0.8.2
29832026-03-19T21:44:17.852Z Compiling potential_utf v0.1.4
29842026-03-19T21:44:18.107Z Compiling icu_locale_core v2.1.1
29852026-03-19T21:44:18.125Z Compiling icu_collections v2.1.1
29862026-03-19T21:44:19.391Z Compiling icu_provider v2.1.1
29872026-03-19T21:44:19.535Z Compiling toml_datetime v0.6.11
29882026-03-19T21:44:19.564Z Compiling serde_spanned v0.6.9
29892026-03-19T21:44:19.580Z Compiling serde-value v0.7.0
29902026-03-19T21:44:19.596Z Compiling cargo-platform v0.2.0
29912026-03-19T21:44:19.625Z Compiling macaddr v1.0.1
29922026-03-19T21:44:19.686Z Compiling clap v4.5.60
29932026-03-19T21:44:19.772Z Compiling icu_properties v2.1.2
29942026-03-19T21:44:19.792Z Compiling icu_normalizer v2.1.1
29952026-03-19T21:44:19.812Z Compiling toml_edit v0.22.27
29962026-03-19T21:44:19.831Z Compiling dof v0.3.0
29972026-03-19T21:44:19.908Z Compiling serde_tokenstream v0.2.3
29982026-03-19T21:44:20.833Z Compiling usdt-attr-macro v0.5.0
29992026-03-19T21:44:20.851Z Compiling usdt-macro v0.5.0
30002026-03-19T21:44:21.200Z Compiling idna_adapter v1.2.1
30012026-03-19T21:44:21.386Z Compiling idna v1.1.0
30022026-03-19T21:44:21.679Z Compiling usdt v0.5.0
30032026-03-19T21:44:21.828Z Compiling url v2.5.8
30042026-03-19T21:44:21.972Z Compiling toml v0.8.23
30052026-03-19T21:44:22.595Z Compiling cargo-util-schemas v0.8.2
30062026-03-19T21:44:22.595Z Compiling cargo_toml v0.21.0
30072026-03-19T21:44:24.024Z Compiling cargo_metadata v0.21.0
30082026-03-19T21:44:28.214Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
30092026-03-19T21:44:32.248Z Finished `release` profile [optimized] target(s) in 22.41s
30102026-03-19T21:44:32.396Z
30112026-03-19T21:44:32.399Zreal 22.538255411
30122026-03-19T21:44:32.399Zuser 3:09.124387328
30132026-03-19T21:44:32.399Zsys 20.993892054
30142026-03-19T21:44:32.399Ztrap 0.084699233
30152026-03-19T21:44:32.399Ztflt 0.847983175
30162026-03-19T21:44:32.399Zdflt 1.865435704
30172026-03-19T21:44:32.399Zkflt 0.000196144
30182026-03-19T21:44:32.399Zlock 7:15.325843780
30192026-03-19T21:44:32.399Zslp 4:26.350723443
30202026-03-19T21:44:32.399Zlat 8.244603375
30212026-03-19T21:44:32.400Zstop 31.206122727
30222026-03-19T21:44:32.400Z+ export CARGO_PROFILE_DEV_DEBUG=line-tables-only
30232026-03-19T21:44:32.400Z+ CARGO_PROFILE_DEV_DEBUG=line-tables-only
30242026-03-19T21:44:32.400Z+ export CARGO_PROFILE_TEST_DEBUG=line-tables-only
30252026-03-19T21:44:32.400Z+ CARGO_PROFILE_TEST_DEBUG=line-tables-only
30262026-03-19T21:44:32.400Z+ ptime -m cargo build --locked -p end-to-end-tests --tests --bin bootstrap --message-format json-render-diagnostics
30272026-03-19T21:44:33.698Z Compiling regress v0.10.5
30282026-03-19T21:44:33.701Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
30292026-03-19T21:44:33.892Z Compiling serde_spanned v1.0.4
30302026-03-19T21:44:33.896Z Compiling toml_writer v1.0.6+spec-1.1.0
30312026-03-19T21:44:33.896Z Compiling newtype-uuid-macros v0.1.0
30322026-03-19T21:44:33.896Z Compiling structmeta-derive v0.3.0
30332026-03-19T21:44:33.915Z Compiling rustls v0.22.4
30342026-03-19T21:44:33.918Z Compiling rustls-webpki v0.102.8
30352026-03-19T21:44:33.936Z Compiling multer v3.1.0
30362026-03-19T21:44:33.939Z Compiling debug-ignore v1.0.5
30372026-03-19T21:44:33.939Z Compiling match_cfg v0.1.0
30382026-03-19T21:44:34.099Z Compiling progenitor-client v0.13.0
30392026-03-19T21:44:34.102Z Compiling slog-json v2.6.1
30402026-03-19T21:44:34.102Z Compiling async-stream-impl v0.3.6
30412026-03-19T21:44:34.151Z Compiling dropshot v0.16.7
30422026-03-19T21:44:34.201Z Compiling toml v0.9.12+spec-1.1.0
30432026-03-19T21:44:34.204Z Compiling itertools v0.14.0
30442026-03-19T21:44:34.204Z Compiling hostname v0.3.1
30452026-03-19T21:44:34.204Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
30462026-03-19T21:44:34.230Z Compiling waitgroup v0.1.2
30472026-03-19T21:44:34.436Z Compiling slog-bunyan v2.5.0
30482026-03-19T21:44:34.466Z Compiling rustls-pemfile v2.2.0
30492026-03-19T21:44:34.541Z Compiling dropshot_endpoint v0.16.7
30502026-03-19T21:44:34.545Z Compiling hostname v0.4.2
30512026-03-19T21:44:34.545Z Compiling serde_path_to_error v0.1.20
30522026-03-19T21:44:34.545Z Compiling macaddr v1.0.1
30532026-03-19T21:44:34.665Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
30542026-03-19T21:44:34.695Z Compiling progenitor-client v0.10.0
30552026-03-19T21:44:34.742Z Compiling instant v0.1.13
30562026-03-19T21:44:34.782Z Compiling backon v1.6.0
30572026-03-19T21:44:34.909Z Compiling backoff v0.4.0
30582026-03-19T21:44:34.939Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
30592026-03-19T21:44:34.966Z Compiling async-stream v0.3.6
30602026-03-19T21:44:35.005Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
30612026-03-19T21:44:35.041Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
30622026-03-19T21:44:35.045Z Compiling unsafe-libyaml v0.2.11
30632026-03-19T21:44:35.093Z Compiling progenitor-extras v0.1.1
30642026-03-19T21:44:35.120Z Compiling crucible-workspace-hack v0.1.0
30652026-03-19T21:44:35.162Z Compiling toml_edit v0.23.10+spec-1.0.0
30662026-03-19T21:44:35.206Z Compiling secrecy v0.10.3
30672026-03-19T21:44:35.234Z Compiling heapless v0.8.0
30682026-03-19T21:44:35.237Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
30692026-03-19T21:44:35.407Z Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
30702026-03-19T21:44:35.456Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
30712026-03-19T21:44:35.483Z Compiling hash32 v0.3.1
30722026-03-19T21:44:35.486Z Compiling structmeta v0.3.0
30732026-03-19T21:44:35.532Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
30742026-03-19T21:44:35.559Z Compiling smoltcp v0.11.0
30752026-03-19T21:44:35.705Z Compiling toml v0.8.23
30762026-03-19T21:44:35.781Z Compiling serde_yaml v0.9.34+deprecated
30772026-03-19T21:44:35.831Z Compiling tabwriter v1.4.1
30782026-03-19T21:44:35.834Z Compiling derive-ex v0.1.8
30792026-03-19T21:44:35.882Z Compiling parse-display-derive v0.10.0
30802026-03-19T21:44:35.940Z Compiling proc-macro-crate v3.4.0
30812026-03-19T21:44:35.973Z Compiling ingot-macros v0.1.1
30822026-03-19T21:44:36.076Z Compiling cobs v0.3.0
30832026-03-19T21:44:36.100Z Compiling foreign-types-macros v0.2.3
30842026-03-19T21:44:36.152Z Compiling cpufeatures v0.3.0
30852026-03-19T21:44:36.177Z Compiling convert_case v0.4.0
30862026-03-19T21:44:36.259Z Compiling foreign-types-shared v0.3.1
30872026-03-19T21:44:36.284Z Compiling postcard v1.1.3
30882026-03-19T21:44:36.357Z Compiling chacha20 v0.10.0
30892026-03-19T21:44:36.622Z Compiling proc-macro-crate v1.3.1
30902026-03-19T21:44:36.712Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
30912026-03-19T21:44:36.738Z Compiling num_enum_derive v0.7.5
30922026-03-19T21:44:36.738Z Compiling derive_more v0.99.20
30932026-03-19T21:44:36.785Z Compiling universal-hash v0.5.1
30942026-03-19T21:44:36.810Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
30952026-03-19T21:44:36.839Z Compiling cstr-argument v0.1.2
30962026-03-19T21:44:36.943Z Compiling foreign-types v0.5.0
30972026-03-19T21:44:36.991Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
30982026-03-19T21:44:37.067Z Compiling tokio-rustls v0.25.0
30992026-03-19T21:44:37.093Z Compiling opaque-debug v0.3.1
31002026-03-19T21:44:37.097Z Compiling colored v3.1.1
31012026-03-19T21:44:37.211Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8)
31022026-03-19T21:44:37.240Z Compiling num_enum_derive v0.5.11
31032026-03-19T21:44:37.269Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
31042026-03-19T21:44:37.324Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
31052026-03-19T21:44:37.406Z Compiling rand v0.10.0
31062026-03-19T21:44:37.510Z Compiling typify-impl v0.6.1
31072026-03-19T21:44:37.533Z Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
31082026-03-19T21:44:37.670Z Compiling half v2.7.1
31092026-03-19T21:44:37.694Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
31102026-03-19T21:44:37.946Z Compiling ciborium-io v0.2.2
31112026-03-19T21:44:38.104Z Compiling ciborium-ll v0.2.2
31122026-03-19T21:44:38.132Z Compiling camino-tempfile v1.4.1
31132026-03-19T21:44:38.161Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
31142026-03-19T21:44:38.274Z Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
31152026-03-19T21:44:38.303Z Compiling test-strategy v0.4.5
31162026-03-19T21:44:38.303Z Compiling num_enum v0.7.5
31172026-03-19T21:44:38.351Z Compiling ciborium v0.2.2
31182026-03-19T21:44:38.381Z Compiling parse-display v0.10.0
31192026-03-19T21:44:38.431Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
31202026-03-19T21:44:38.465Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
31212026-03-19T21:44:38.493Z Compiling smf v0.2.3
31222026-03-19T21:44:38.519Z Compiling aead v0.5.2
31232026-03-19T21:44:38.642Z Compiling num-derive v0.4.2
31242026-03-19T21:44:38.754Z Compiling num_enum v0.5.11
31252026-03-19T21:44:38.757Z Compiling sigpipe v0.1.3
31262026-03-19T21:44:38.808Z Compiling glob v0.3.3
31272026-03-19T21:44:38.811Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
31282026-03-19T21:44:38.860Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
31292026-03-19T21:44:38.922Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
31302026-03-19T21:44:38.948Z Compiling poly1305 v0.8.0
31312026-03-19T21:44:39.143Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
31322026-03-19T21:44:39.234Z Compiling chacha20 v0.9.1
31332026-03-19T21:44:39.238Z Compiling whoami v1.6.1
31342026-03-19T21:44:39.266Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
31352026-03-19T21:44:39.377Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
31362026-03-19T21:44:39.402Z Compiling thiserror-impl-no-std v2.0.2
31372026-03-19T21:44:39.436Z Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
31382026-03-19T21:44:39.575Z Compiling num-rational v0.4.2
31392026-03-19T21:44:39.602Z Compiling password-hash v0.5.0
31402026-03-19T21:44:39.675Z Compiling blake2 v0.10.6
31412026-03-19T21:44:39.848Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
31422026-03-19T21:44:39.954Z Compiling num-complex v0.4.6
31432026-03-19T21:44:39.983Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
31442026-03-19T21:44:39.987Z Compiling indent_write v2.2.0
31452026-03-19T21:44:40.034Z Compiling prettyplease v0.2.37
31462026-03-19T21:44:40.066Z Compiling ingot-types v0.1.2
31472026-03-19T21:44:40.202Z Compiling argon2 v0.5.3
31482026-03-19T21:44:40.227Z Compiling chacha20poly1305 v0.10.1
31492026-03-19T21:44:40.380Z Compiling float-ord v0.3.2
31502026-03-19T21:44:40.473Z Compiling num v0.4.3
31512026-03-19T21:44:40.478Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
31522026-03-19T21:44:40.478Z Compiling gethostname v0.5.0
31532026-03-19T21:44:40.556Z Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
31542026-03-19T21:44:40.568Z Compiling usdt-attr-macro v0.5.0
31552026-03-19T21:44:40.568Z Compiling usdt-macro v0.5.0
31562026-03-19T21:44:40.568Z Compiling derive-where v1.6.0
31572026-03-19T21:44:40.659Z Compiling ingot v0.1.1
31582026-03-19T21:44:40.689Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
31592026-03-19T21:44:40.716Z Compiling memmap v0.7.0
31602026-03-19T21:44:40.914Z Compiling typify-impl v0.4.3
31612026-03-19T21:44:41.005Z Compiling atomicwrites v0.4.4
31622026-03-19T21:44:41.074Z Compiling cancel-safe-futures v0.1.5
31632026-03-19T21:44:41.101Z Compiling thiserror-no-std v2.0.2
31642026-03-19T21:44:41.255Z Compiling vsss-rs v3.3.4
31652026-03-19T21:44:41.285Z Compiling owo-colors v4.3.0
31662026-03-19T21:44:41.323Z Compiling libsw-core v0.3.2
31672026-03-19T21:44:41.388Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
31682026-03-19T21:44:41.589Z Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
31692026-03-19T21:44:41.656Z Compiling async-recursion v1.1.1
31702026-03-19T21:44:41.723Z Compiling usdt v0.5.0
31712026-03-19T21:44:41.783Z Compiling resolv-conf v0.7.6
31722026-03-19T21:44:42.108Z Compiling libsw v3.5.0
31732026-03-19T21:44:42.148Z Compiling libefi-sys v0.1.0
31742026-03-19T21:44:42.175Z Compiling linear-map v1.2.0
31752026-03-19T21:44:42.250Z Compiling newline-converter v0.3.0
31762026-03-19T21:44:42.287Z Compiling hickory-proto v0.24.4
31772026-03-19T21:44:42.374Z Compiling console v0.15.11
31782026-03-19T21:44:42.447Z Compiling bitfield-struct v0.6.2
31792026-03-19T21:44:42.476Z Compiling semver v0.1.20
31802026-03-19T21:44:42.506Z Compiling linked-hash-map v0.5.6
31812026-03-19T21:44:42.564Z Compiling pin-project-internal v1.1.11
31822026-03-19T21:44:42.624Z Compiling slog-dtrace v0.3.0
31832026-03-19T21:44:42.763Z Compiling lru-cache v0.1.2
31842026-03-19T21:44:42.793Z Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
31852026-03-19T21:44:42.832Z Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
31862026-03-19T21:44:42.908Z Compiling expectorate v1.2.0
31872026-03-19T21:44:42.934Z Compiling rustc_version v0.1.7
31882026-03-19T21:44:42.961Z Compiling minimal-lexical v0.2.1
31892026-03-19T21:44:42.991Z Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
31902026-03-19T21:44:43.099Z Compiling tokio-dtrace v0.1.1
31912026-03-19T21:44:43.145Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
31922026-03-19T21:44:43.235Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
31932026-03-19T21:44:43.285Z Compiling newtype_derive v0.1.6
31942026-03-19T21:44:43.311Z Compiling nom v7.1.3
31952026-03-19T21:44:43.359Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
31962026-03-19T21:44:43.438Z Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
31972026-03-19T21:44:43.486Z Compiling dropshot-api-manager-types v0.6.0
31982026-03-19T21:44:43.513Z Compiling phf_shared v0.12.1
31992026-03-19T21:44:43.563Z Compiling pem v3.0.6
32002026-03-19T21:44:43.671Z Compiling snafu-derive v0.8.9
32012026-03-19T21:44:43.795Z Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
32022026-03-19T21:44:43.894Z Compiling csv-core v0.1.13
32032026-03-19T21:44:43.919Z Compiling chrono-tz v0.10.4
32042026-03-19T21:44:43.968Z Compiling same-file v1.0.6
32052026-03-19T21:44:44.054Z Compiling xshell-macros v0.2.7
32062026-03-19T21:44:44.189Z Compiling highway v1.3.0
32072026-03-19T21:44:44.221Z Compiling const_format_proc_macros v0.2.34
32082026-03-19T21:44:44.224Z Compiling typify-macro v0.6.1
32092026-03-19T21:44:44.268Z Compiling pin-project v1.1.11
32102026-03-19T21:44:44.336Z Compiling csv v1.4.0
32112026-03-19T21:44:44.368Z Compiling walkdir v2.5.0
32122026-03-19T21:44:44.428Z Compiling phf v0.12.1
32132026-03-19T21:44:44.666Z Compiling xshell v0.2.7
32142026-03-19T21:44:44.807Z Compiling oxide-tokio-rt v0.1.3
32152026-03-19T21:44:44.864Z Compiling gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
32162026-03-19T21:44:45.132Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
32172026-03-19T21:44:45.180Z Compiling globset v0.4.18
32182026-03-19T21:44:45.235Z Compiling olpc-cjson v0.1.4
32192026-03-19T21:44:45.297Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
32202026-03-19T21:44:45.300Z Compiling primeorder v0.13.6
32212026-03-19T21:44:45.351Z Compiling rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=b603c9f3dccefcf1d3e941c04505ff6bdd1826b6#b603c9f3)
32222026-03-19T21:44:45.381Z Compiling hickory-resolver v0.24.4
32232026-03-19T21:44:45.416Z Compiling serde_plain v1.0.2
32242026-03-19T21:44:45.443Z Compiling typed-path v0.9.3
32252026-03-19T21:44:45.486Z Compiling base64 v0.21.7
32262026-03-19T21:44:45.703Z Compiling const_format v0.2.35
32272026-03-19T21:44:45.727Z Compiling cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
32282026-03-19T21:44:46.012Z Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
32292026-03-19T21:44:46.048Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
32302026-03-19T21:44:46.162Z Compiling tabled_derive v0.7.0
32312026-03-19T21:44:46.186Z Compiling bcs v0.1.6
32322026-03-19T21:44:46.470Z Compiling snafu v0.8.9
32332026-03-19T21:44:46.646Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
32342026-03-19T21:44:46.718Z Compiling typify v0.6.1
32352026-03-19T21:44:46.814Z Compiling qorb v0.4.1
32362026-03-19T21:44:46.872Z Compiling progenitor-impl v0.13.0
32372026-03-19T21:44:46.900Z Compiling tough v0.20.0
32382026-03-19T21:44:46.903Z Compiling salty v0.3.0
32392026-03-19T21:44:46.976Z Compiling radium v0.7.0
32402026-03-19T21:44:47.002Z Compiling termtree v0.5.1
32412026-03-19T21:44:47.231Z Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
32422026-03-19T21:44:47.258Z Compiling textwrap v0.16.2
32432026-03-19T21:44:47.316Z Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
32442026-03-19T21:44:47.400Z Compiling steno v0.4.1
32452026-03-19T21:44:47.525Z Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
32462026-03-19T21:44:47.596Z Compiling tabled v0.15.0
32472026-03-19T21:44:47.626Z Compiling typify-macro v0.4.3
32482026-03-19T21:44:47.661Z Compiling maybe-uninit v2.0.0
32492026-03-19T21:44:47.792Z Compiling tap v1.0.1
32502026-03-19T21:44:47.816Z Compiling humantime v2.3.0
32512026-03-19T21:44:47.981Z Compiling utf-8 v0.7.6
32522026-03-19T21:44:47.984Z Compiling wyz v0.5.1
32532026-03-19T21:44:48.168Z Compiling tungstenite v0.21.0
32542026-03-19T21:44:48.216Z Compiling p384 v0.13.1
32552026-03-19T21:44:48.322Z Compiling oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
32562026-03-19T21:44:48.369Z Compiling internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
32572026-03-19T21:44:48.521Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
32582026-03-19T21:44:48.661Z Compiling clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
32592026-03-19T21:44:49.024Z Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
32602026-03-19T21:44:49.134Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
32612026-03-19T21:44:49.161Z Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
32622026-03-19T21:44:49.392Z Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
32632026-03-19T21:44:49.695Z Compiling arc-swap v1.8.2
32642026-03-19T21:44:49.721Z Compiling tagptr v0.2.0
32652026-03-19T21:44:49.935Z Compiling packed_struct v0.10.1
32662026-03-19T21:44:49.968Z Compiling funty v2.0.0
32672026-03-19T21:44:50.066Z Compiling typify v0.4.3
32682026-03-19T21:44:50.137Z Compiling slog-scope v4.4.1
32692026-03-19T21:44:50.234Z Compiling progenitor-impl v0.10.0
32702026-03-19T21:44:50.347Z Compiling moka v0.12.13
32712026-03-19T21:44:50.503Z Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
32722026-03-19T21:44:50.762Z Compiling progenitor-macro v0.13.0
32732026-03-19T21:44:50.816Z Compiling bitvec v1.0.1
32742026-03-19T21:44:50.820Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
32752026-03-19T21:44:50.901Z Compiling tokio-tungstenite v0.21.0
32762026-03-19T21:44:51.123Z Compiling polyval v0.6.2
32772026-03-19T21:44:51.149Z Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
32782026-03-19T21:44:51.318Z Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
32792026-03-19T21:44:51.353Z Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
32802026-03-19T21:44:51.436Z Compiling packed_struct_codegen v0.10.1
32812026-03-19T21:44:51.466Z Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
32822026-03-19T21:44:51.490Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
32832026-03-19T21:44:51.623Z Compiling zerocopy-derive v0.6.6
32842026-03-19T21:44:51.827Z Compiling bitfield-macros v0.19.4
32852026-03-19T21:44:52.548Z Compiling proc-macro-error-attr2 v2.0.0
32862026-03-19T21:44:52.624Z Compiling indexmap v1.9.3
32872026-03-19T21:44:52.809Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
32882026-03-19T21:44:52.879Z Compiling parking_lot_core v0.8.6
32892026-03-19T21:44:52.908Z Compiling crc-catalog v2.4.0
32902026-03-19T21:44:52.909Z Compiling nodrop v0.1.14
32912026-03-19T21:44:52.962Z Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
32922026-03-19T21:44:53.072Z Compiling array-init v0.0.4
32932026-03-19T21:44:53.132Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
32942026-03-19T21:44:53.159Z Compiling proc-macro-error2 v2.0.1
32952026-03-19T21:44:53.187Z Compiling crc v3.4.0
32962026-03-19T21:44:53.334Z Compiling bitfield v0.19.4
32972026-03-19T21:44:53.441Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
32982026-03-19T21:44:53.518Z Compiling zerocopy v0.6.6
32992026-03-19T21:44:53.639Z Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
33002026-03-19T21:44:53.673Z Compiling ghash v0.5.1
33012026-03-19T21:44:53.720Z Compiling hickory-resolver v0.25.2
33022026-03-19T21:44:53.787Z Compiling smallvec v0.6.14
33032026-03-19T21:44:53.892Z Compiling slog-stdlog v4.1.1
33042026-03-19T21:44:53.959Z Compiling zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
33052026-03-19T21:44:54.020Z Compiling git-stub v1.0.0
33062026-03-19T21:44:54.050Z Compiling num-derive v0.3.3
33072026-03-19T21:44:54.159Z Compiling progenitor-macro v0.10.0
33082026-03-19T21:44:54.159Z Compiling ctr v0.9.2
33092026-03-19T21:44:54.195Z Compiling lzma-sys v0.1.20
33102026-03-19T21:44:54.221Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
33112026-03-19T21:44:54.404Z Compiling unicase v2.9.0
33122026-03-19T21:44:54.436Z Compiling hashbrown v0.12.3
33132026-03-19T21:44:54.543Z Compiling aes-gcm v0.10.3
33142026-03-19T21:44:54.636Z Compiling git-stub-vcs v0.1.0
33152026-03-19T21:44:54.726Z Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
33162026-03-19T21:44:54.795Z Compiling mime_guess v2.0.5
33172026-03-19T21:44:54.822Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
33182026-03-19T21:44:54.884Z Compiling serde-hex v0.1.0
33192026-03-19T21:44:54.963Z Compiling slog-envlogger v2.2.0
33202026-03-19T21:44:55.194Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
33212026-03-19T21:44:55.260Z Compiling tabled_derive v0.11.0
33222026-03-19T21:44:55.287Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
33232026-03-19T21:44:55.310Z Compiling libscf-sys v1.1.0
33242026-03-19T21:44:55.546Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
33252026-03-19T21:44:55.575Z Compiling progenitor-impl v0.11.2
33262026-03-19T21:44:55.694Z Compiling ron v0.8.1
33272026-03-19T21:44:55.821Z Compiling papergrid v0.17.0
33282026-03-19T21:44:55.928Z Compiling cargo_toml v0.22.3
33292026-03-19T21:44:56.304Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
33302026-03-19T21:44:56.410Z Compiling hashbrown v0.13.2
33312026-03-19T21:44:56.623Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
33322026-03-19T21:44:56.955Z Compiling testing_table v0.3.0
33332026-03-19T21:44:57.067Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f)
33342026-03-19T21:44:57.112Z Compiling ssh-encoding v0.2.0
33352026-03-19T21:44:57.154Z Compiling blowfish v0.9.1
33362026-03-19T21:44:57.212Z Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
33372026-03-19T21:44:57.377Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
33382026-03-19T21:44:57.381Z Compiling nibble_vec v0.1.0
33392026-03-19T21:44:57.502Z Compiling crc-any v2.5.0
33402026-03-19T21:44:57.507Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
33412026-03-19T21:44:57.652Z Compiling endian-type v0.1.2
33422026-03-19T21:44:57.738Z Compiling corncobs v0.1.4
33432026-03-19T21:44:57.797Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
33442026-03-19T21:44:57.869Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
33452026-03-19T21:44:57.895Z Compiling radix_trie v0.2.1
33462026-03-19T21:44:57.951Z Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
33472026-03-19T21:44:57.978Z Compiling ssh-cipher v0.2.0
33482026-03-19T21:44:58.042Z Compiling bcrypt-pbkdf v0.10.0
33492026-03-19T21:44:58.092Z Compiling tabled v0.20.0
33502026-03-19T21:44:58.207Z Compiling progenitor v0.13.0
33512026-03-19T21:44:58.317Z Compiling object v0.30.4
33522026-03-19T21:44:58.371Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
33532026-03-19T21:44:58.435Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=b603c9f3dccefcf1d3e941c04505ff6bdd1826b6#b603c9f3)
33542026-03-19T21:44:58.514Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
33552026-03-19T21:44:58.548Z Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
33562026-03-19T21:44:58.818Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
33572026-03-19T21:44:58.885Z Compiling parking_lot v0.11.2
33582026-03-19T21:44:59.273Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
33592026-03-19T21:44:59.464Z Compiling progenitor-macro v0.11.2
33602026-03-19T21:44:59.499Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
33612026-03-19T21:44:59.525Z Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
33622026-03-19T21:44:59.803Z Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
33632026-03-19T21:45:00.110Z Compiling progenitor-client v0.11.2
33642026-03-19T21:45:00.152Z Compiling prefix-trie v0.7.0
33652026-03-19T21:45:00.178Z Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#d83f56a6)
33662026-03-19T21:45:00.278Z Compiling password-hash v0.4.2
33672026-03-19T21:45:00.320Z Compiling fxhash v0.2.1
33682026-03-19T21:45:00.542Z Compiling secrecy v0.8.0
33692026-03-19T21:45:00.565Z Compiling path-slash v0.1.5
33702026-03-19T21:45:00.697Z Compiling half v1.8.3
33712026-03-19T21:45:00.770Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
33722026-03-19T21:45:00.793Z Compiling http-range v0.1.5
33732026-03-19T21:45:00.956Z Compiling hickory-server v0.25.2
33742026-03-19T21:45:01.066Z Compiling serde_cbor v0.11.2
33752026-03-19T21:45:01.118Z Compiling pbkdf2 v0.11.0
33762026-03-19T21:45:01.429Z Compiling sled v0.34.7
33772026-03-19T21:45:01.597Z Compiling progenitor v0.10.0
33782026-03-19T21:45:01.708Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
33792026-03-19T21:45:01.734Z Compiling xz2 v0.1.7
33802026-03-19T21:45:01.826Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
33812026-03-19T21:45:01.941Z Compiling ron v0.12.0
33822026-03-19T21:45:02.090Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
33832026-03-19T21:45:02.567Z Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
33842026-03-19T21:45:02.651Z Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
33852026-03-19T21:45:03.040Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
33862026-03-19T21:45:03.170Z Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=b603c9f3dccefcf1d3e941c04505ff6bdd1826b6#b603c9f3)
33872026-03-19T21:45:03.601Z Compiling ssh-key v0.6.7
33882026-03-19T21:45:03.891Z Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
33892026-03-19T21:45:03.916Z Compiling hickory-client v0.25.2
33902026-03-19T21:45:04.090Z Compiling nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
33912026-03-19T21:45:04.405Z Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
33922026-03-19T21:45:04.597Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
33932026-03-19T21:45:04.870Z Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
33942026-03-19T21:45:04.990Z Compiling p256 v0.13.2
33952026-03-19T21:45:05.369Z Compiling p521 v0.13.3
33962026-03-19T21:45:05.507Z Compiling yasna v0.5.2
33972026-03-19T21:45:05.539Z Compiling kstat-rs v0.2.4
33982026-03-19T21:45:05.572Z Compiling headers-core v0.3.0
33992026-03-19T21:45:05.703Z Compiling nanorand v0.7.0
34002026-03-19T21:45:05.743Z Compiling atty v0.2.14
34012026-03-19T21:45:05.770Z Compiling russh-cryptovec v0.7.3
34022026-03-19T21:45:05.891Z Compiling md5 v0.7.0
34032026-03-19T21:45:05.922Z Compiling base16ct v1.0.0
34042026-03-19T21:45:05.948Z Compiling crc8 v0.1.1
34052026-03-19T21:45:05.986Z Compiling home v0.5.12
34062026-03-19T21:45:06.023Z Compiling flume v0.11.1
34072026-03-19T21:45:06.049Z Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
34082026-03-19T21:45:06.144Z Compiling rcgen v0.12.1
34092026-03-19T21:45:06.177Z Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
34102026-03-19T21:45:06.207Z Compiling headers v0.4.1
34112026-03-19T21:45:06.279Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
34122026-03-19T21:45:06.482Z Compiling russh-keys v0.45.0
34132026-03-19T21:45:06.507Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
34142026-03-19T21:45:06.758Z Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
34152026-03-19T21:45:06.795Z Compiling progenitor v0.11.2
34162026-03-19T21:45:06.892Z Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
34172026-03-19T21:45:06.938Z Compiling hyper-staticfile v0.10.1
34182026-03-19T21:45:07.028Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
34192026-03-19T21:45:07.299Z Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
34202026-03-19T21:45:07.325Z Compiling bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
34212026-03-19T21:45:07.421Z Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
34222026-03-19T21:45:07.698Z Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
34232026-03-19T21:45:07.722Z Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
34242026-03-19T21:45:07.829Z Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
34252026-03-19T21:45:08.209Z Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
34262026-03-19T21:45:08.347Z Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
34272026-03-19T21:45:08.459Z Compiling tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
34282026-03-19T21:45:08.520Z Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
34292026-03-19T21:45:08.588Z Compiling num-bigint v0.4.6
34302026-03-19T21:45:08.758Z Compiling des v0.8.1
34312026-03-19T21:45:08.851Z Compiling subprocess v0.2.15
34322026-03-19T21:45:09.053Z Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
34332026-03-19T21:45:09.095Z Compiling display-error-chain v0.2.2
34342026-03-19T21:45:09.306Z Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
34352026-03-19T21:45:09.337Z Compiling hex-literal v0.4.1
34362026-03-19T21:45:09.489Z Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
34372026-03-19T21:45:09.517Z Compiling colored v2.2.0
34382026-03-19T21:45:09.645Z Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
34392026-03-19T21:45:09.671Z Compiling dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
34402026-03-19T21:45:09.900Z Compiling socket2 v0.5.10
34412026-03-19T21:45:10.004Z Compiling internet-checksum v0.2.1
34422026-03-19T21:45:10.046Z Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
34432026-03-19T21:45:10.355Z Compiling russh v0.45.0
34442026-03-19T21:45:17.515Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
34452026-03-19T21:45:27.978Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
34462026-03-19T21:45:27.978Z Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
34472026-03-19T21:45:27.981Z Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
34482026-03-19T21:45:27.981Z Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
34492026-03-19T21:45:30.215Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
34502026-03-19T21:45:30.423Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
34512026-03-19T21:45:36.253Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
34522026-03-19T21:46:06.669Z Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
34532026-03-19T21:46:33.673Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 58s
34542026-03-19T21:46:33.702Z
34552026-03-19T21:46:33.702Zreal 1:58.974170238
34562026-03-19T21:46:33.702Zuser 11:38.888390586
34572026-03-19T21:46:33.702Zsys 2:05.236969977
34582026-03-19T21:46:33.702Ztrap 0.356355965
34592026-03-19T21:46:33.702Ztflt 0.497941482
34602026-03-19T21:46:33.702Zdflt 1.699374574
34612026-03-19T21:46:33.702Zkflt 0.000460475
34622026-03-19T21:46:33.703Zlock 40:42.524975410
34632026-03-19T21:46:33.703Zslp 26:18.181255087
34642026-03-19T21:46:33.703Zlat 45.361479816
34652026-03-19T21:46:33.703Zstop 4:01.119948862
34662026-03-19T21:46:33.703Z+ mkdir tests
34672026-03-19T21:46:33.703Z+ /opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json
34682026-03-19T21:46:33.703Z+ xargs -I '{}' -t cp '{}' tests/
34692026-03-19T21:46:33.703Zcp /work/oxidecomputer/omicron/target/debug/deps/dhcp_server-58b78f45b9570bbf tests/
34702026-03-19T21:46:33.703Zcp /work/oxidecomputer/omicron/target/debug/deps/bootstrap-e6f8ef4052bfb0c2 tests/
34712026-03-19T21:46:33.703Zcp /work/oxidecomputer/omicron/target/debug/deps/commtest-24d786529c44a77c tests/
34722026-03-19T21:46:33.703Zcp /work/oxidecomputer/omicron/target/debug/deps/end_to_end_tests-a99e61b3cc7d9b0e tests/
34732026-03-19T21:46:33.703Z+ 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/*)
34742026-03-19T21:46:33.703Z+ 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-e6f8ef4052bfb0c2 tests/commtest-24d786529c44a77c tests/dhcp_server-58b78f45b9570bbf tests/end_to_end_tests-a99e61b3cc7d9b0e 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
34752026-03-19T21:48:11.535ZCompressing '/work/package.tar.gz' with '/usr/bin/gzip'...
34762026-03-19T21:48:11.535Za .github/buildomat/ci-env.sh 1K
34772026-03-19T21:48:11.535Za out/target/test 1K
34782026-03-19T21:48:11.535Za out/npuzone/npuzone 27402K
34792026-03-19T21:48:11.535Za package-manifest.toml 35K
34802026-03-19T21:48:11.535Za smf/sled-agent/non-gimlet/config.toml 6K
34812026-03-19T21:48:11.535Za target/release/omicron-package 40561K
34822026-03-19T21:48:11.535Za target/release/xtask 11433K
34832026-03-19T21:48:11.535Za target/debug/bootstrap 335538K
34842026-03-19T21:48:11.535Za tests/bootstrap-e6f8ef4052bfb0c2 31310K
34852026-03-19T21:48:11.535Za tests/commtest-24d786529c44a77c 32395K
34862026-03-19T21:48:11.535Za tests/dhcp_server-58b78f45b9570bbf 31310K
34872026-03-19T21:48:11.535Za tests/end_to_end_tests-a99e61b3cc7d9b0e 377829K
34882026-03-19T21:48:11.535Za out/clickhouse.tar.gz 301709K
34892026-03-19T21:48:11.536Za out/clickhouse_keeper.tar.gz 287173K
34902026-03-19T21:48:11.536Za out/clickhouse_server.tar.gz 301708K
34912026-03-19T21:48:11.536Za out/cockroachdb.tar.gz 156534K
34922026-03-19T21:48:11.536Za out/crucible-pantry-zone.tar.gz 38990K
34932026-03-19T21:48:11.536Za out/crucible-utils.tar 17744K
34942026-03-19T21:48:11.536Za out/crucible-zone.tar.gz 53128K
34952026-03-19T21:48:11.536Za out/external-dns.tar.gz 43604K
34962026-03-19T21:48:11.536Za out/internal-dns.tar.gz 43604K
34972026-03-19T21:48:11.536Za out/mg-ddm-gz.tar 78377K
34982026-03-19T21:48:11.536Za out/nexus.tar.gz 209891K
34992026-03-19T21:48:11.536Za out/ntp.tar.gz 25418K
35002026-03-19T21:48:11.536Za out/omicron-gateway-softnpu.tar.gz 28225K
35012026-03-19T21:48:11.536Za out/omicron-sled-agent.tar 186567K
35022026-03-19T21:48:11.536Za out/overlay.tar.gz 3K
35032026-03-19T21:48:11.537Za out/oximeter.tar.gz 57452K
35042026-03-19T21:48:11.537Za out/oxlog.tar 3782K
35052026-03-19T21:48:11.537Za out/probe.tar.gz 3037K
35062026-03-19T21:48:11.537Za out/propolis-server.tar.gz 74633K
35072026-03-19T21:48:11.537Za out/pumpkind-gz.tar 26647K
35082026-03-19T21:48:11.537Za out/switch-softnpu.tar.gz 367888K
35092026-03-19T21:48:11.542Z
35102026-03-19T21:48:11.542Zreal 1:39.528910470
35112026-03-19T21:48:11.542Zuser 1:36.465835396
35122026-03-19T21:48:11.543Zsys 6.309878702
35132026-03-19T21:48:11.543Ztrap 0.007453961
35142026-03-19T21:48:11.543Ztflt 0.000000000
35152026-03-19T21:48:11.543Zdflt 0.000000000
35162026-03-19T21:48:11.543Zkflt 0.000000000
35172026-03-19T21:48:11.543Zlock 0.000000000
35182026-03-19T21:48:11.543Zslp 1:35.658917772
35192026-03-19T21:48:11.543Zlat 0.610462036
35202026-03-19T21:48:11.543Zstop 0.000631509
35212026-03-19T21:48:11.543Zprocess exited: duration 1241837 ms, exit code 0
 
35222026-03-19T21:48:11.559Zfound 1 output files
35232026-03-19T21:48:11.559Zuploading: /work/package.tar.gz (2320655433 bytes)
35242026-03-19T21:48:37.940Zuploaded: /work/package.tar.gz