|
|
|
| 1 | 2026-06-04T02:15:13.598Z | job assigned to worker 01KT86J8CX9GBAHGC7CMTQFS3Q [factory aws, i-056a1e39862899df9] (queued for 49 s) |
| |
| 2 | 2026-06-04T02:15:20.393Z | starting task 0: "setup" |
| 3 | 2026-06-04T02:15:20.400Z | ++ uname -s |
| 4 | 2026-06-04T02:15:20.403Z | + kern=SunOS |
| 5 | 2026-06-04T02:15:20.403Z | + build_user=build |
| 6 | 2026-06-04T02:15:20.403Z | + build_uid=12345 |
| 7 | 2026-06-04T02:15:20.403Z | + work_dir=/work |
| 8 | 2026-06-04T02:15:20.403Z | + input_dir=/input |
| 9 | 2026-06-04T02:15:20.404Z | + [[ 0 == 12345 ]] |
| 10 | 2026-06-04T02:15:20.404Z | + case "$kern" in |
| 11 | 2026-06-04T02:15:20.404Z | + groupadd -g 12345 build |
| 12 | 2026-06-04T02:15:20.404Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
| 13 | 2026-06-04T02:15:22.410Z | + zfs create -o mountpoint=/work rpool/work |
| 14 | 2026-06-04T02:15:22.525Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
| 15 | 2026-06-04T02:15:22.527Z | + home_fs=zfs |
| 16 | 2026-06-04T02:15:22.527Z | + [[ zfs == autofs ]] |
| 17 | 2026-06-04T02:15:22.527Z | + mkdir -p /home/build |
| 18 | 2026-06-04T02:15:22.527Z | + chown build:build /home/build /work |
| 19 | 2026-06-04T02:15:24.529Z | + chmod 0700 /home/build /work |
| 20 | 2026-06-04T02:15:24.532Z | process exited: duration 4138 ms, exit code 0 |
| |
| 21 | 2026-06-04T02:15:24.538Z | starting task 1: "rust-toolchain" |
| 22 | 2026-06-04T02:15:24.542Z | + printf ' * rust toolchain channel = "%s"\n' 1.94.0 |
| 23 | 2026-06-04T02:15:24.545Z | + printf ' * rust toolchain profile = "%s"\n' default |
| 24 | 2026-06-04T02:15:24.545Z | + export RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 25 | 2026-06-04T02:15:24.545Z | + RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 26 | 2026-06-04T02:15:24.545Z | * rust toolchain channel = "1.94.0" |
| 27 | 2026-06-04T02:15:24.545Z | * rust toolchain profile = "default" |
| 28 | 2026-06-04T02:15:24.546Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
| 29 | 2026-06-04T02:15:24.546Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.94.0 --profile default |
| 30 | 2026-06-04T02:15:24.600Z | info: downloading installer |
| 31 | 2026-06-04T02:15:25.884Z | warn: It looks like you have an existing rustup settings file at: |
| 32 | 2026-06-04T02:15:25.884Z | warn: /home/build/.rustup/settings.toml |
| 33 | 2026-06-04T02:15:25.884Z | warn: Rustup will install the default toolchain as specified in the settings file, |
| 34 | 2026-06-04T02:15:25.884Z | warn: instead of the one inferred from the default host triple. |
| 35 | 2026-06-04T02:15:25.897Z | info: profile set to default |
| 36 | 2026-06-04T02:15:25.897Z | info: default host triple is x86_64-unknown-illumos |
| 37 | 2026-06-04T02:15:25.899Z | info: syncing channel updates for 1.94.0-x86_64-unknown-illumos |
| 38 | 2026-06-04T02:15:26.053Z | info: latest update on 2026-03-05 for version 1.94.0 (4a4ef493e 2026-03-02) |
| 39 | 2026-06-04T02:15:26.056Z | info: downloading 6 components |
| 40 | 2026-06-04T02:15:40.553Z | info: default toolchain set to 1.94.0-x86_64-unknown-illumos |
| 41 | 2026-06-04T02:15:40.553Z | |
| 42 | 2026-06-04T02:15:40.582Z | 1.94.0-x86_64-unknown-illumos installed - rustc 1.94.0 (4a4ef493e 2026-03-02) |
| 43 | 2026-06-04T02:15:40.582Z | |
| 44 | 2026-06-04T02:15:40.582Z | |
| 45 | 2026-06-04T02:15:40.582Z | Rust is installed now. Great! |
| 46 | 2026-06-04T02:15:40.582Z | |
| 47 | 2026-06-04T02:15:40.585Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
| 48 | 2026-06-04T02:15:40.585Z | environment variable. This has not been done automatically. |
| 49 | 2026-06-04T02:15:40.585Z | |
| 50 | 2026-06-04T02:15:40.585Z | To configure your current shell, you need to source |
| 51 | 2026-06-04T02:15:40.585Z | the corresponding env file under $HOME/.cargo. |
| 52 | 2026-06-04T02:15:40.585Z | |
| 53 | 2026-06-04T02:15:40.585Z | This is usually done by running one of the following (note the leading DOT): |
| 54 | 2026-06-04T02:15:40.585Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
| 55 | 2026-06-04T02:15:40.585Z | source "$HOME/.cargo/env.fish" # For fish |
| 56 | 2026-06-04T02:15:40.585Z | source "~/.cargo/env.nu" # For nushell |
| 57 | 2026-06-04T02:15:40.585Z | source "$HOME/.cargo/env.tcsh" # For tcsh |
| 58 | 2026-06-04T02:15:40.585Z | . "$HOME/.cargo/env.ps1" # For pwsh |
| 59 | 2026-06-04T02:15:40.586Z | source "$HOME/.cargo/env.xsh" # For xonsh |
| 60 | 2026-06-04T02:15:40.586Z | warn: no default linker (`cc`) was found in your PATH |
| 61 | 2026-06-04T02:15:40.586Z | warn: many Rust crates require a system C toolchain to build |
| 62 | 2026-06-04T02:15:40.682Z | + rustup --version |
| 63 | 2026-06-04T02:15:40.691Z | rustup 1.29.0 (28d1352db 2026-03-05) |
| 64 | 2026-06-04T02:15:40.694Z | info: This is the version for the rustup toolchain manager, not the rustc compiler. |
| 65 | 2026-06-04T02:15:40.713Z | info: the currently active `rustc` version is `rustc 1.94.0 (4a4ef493e 2026-03-02)` |
| 66 | 2026-06-04T02:15:40.716Z | + cargo --version |
| 67 | 2026-06-04T02:15:40.729Z | cargo 1.94.0 (85eff7c80 2026-01-15) |
| 68 | 2026-06-04T02:15:40.732Z | + rustc --version |
| 69 | 2026-06-04T02:15:40.752Z | rustc 1.94.0 (4a4ef493e 2026-03-02) |
| 70 | 2026-06-04T02:15:40.755Z | process exited: duration 16215 ms, exit code 0 |
| |
| 71 | 2026-06-04T02:15:40.760Z | starting task 2: "authentication" |
| 72 | 2026-06-04T02:15:40.776Z | process exited: duration 15 ms, exit code 0 |
| |
| 73 | 2026-06-04T02:15:40.783Z | starting task 3: "clone repository" |
| 74 | 2026-06-04T02:15:40.786Z | + mkdir -p /work/oxidecomputer/omicron |
| 75 | 2026-06-04T02:15:40.789Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
| 76 | 2026-06-04T02:15:40.827Z | Cloning into '/work/oxidecomputer/omicron'... |
| 77 | 2026-06-04T02:15:51.511Z | + cd /work/oxidecomputer/omicron |
| 78 | 2026-06-04T02:15:51.511Z | + git fetch origin dbf8d343d3313b9c3ee09ef091cef9b5c8812cd0 |
| 79 | 2026-06-04T02:15:51.811Z | From https://github.com/oxidecomputer/omicron |
| 80 | 2026-06-04T02:15:51.811Z | * branch dbf8d343d3313b9c3ee09ef091cef9b5c8812cd0 -> FETCH_HEAD |
| 81 | 2026-06-04T02:15:51.821Z | + [[ -n jmcarp/block-size-docs ]] |
| 82 | 2026-06-04T02:15:51.824Z | ++ git branch --show-current |
| 83 | 2026-06-04T02:15:51.824Z | + current=main |
| 84 | 2026-06-04T02:15:51.824Z | + [[ main != jmcarp/block-size-docs ]] |
| 85 | 2026-06-04T02:15:51.824Z | + git branch -f jmcarp/block-size-docs dbf8d343d3313b9c3ee09ef091cef9b5c8812cd0 |
| 86 | 2026-06-04T02:15:51.827Z | + git checkout -f jmcarp/block-size-docs |
| 87 | 2026-06-04T02:15:52.059Z | Switched to branch 'jmcarp/block-size-docs' |
| 88 | 2026-06-04T02:15:52.062Z | + git reset --hard dbf8d343d3313b9c3ee09ef091cef9b5c8812cd0 |
| 89 | 2026-06-04T02:15:52.296Z | HEAD is now at dbf8d343d Fix generated block size docs. |
| 90 | 2026-06-04T02:15:52.299Z | process exited: duration 11515 ms, exit code 0 |
| |
| 91 | 2026-06-04T02:15:52.305Z | starting task 4: "build" |
| 92 | 2026-06-04T02:15:52.310Z | + source ./env.sh |
| 93 | 2026-06-04T02:15:52.312Z | ++ OLD_SHELL_OPTS=ehxB |
| 94 | 2026-06-04T02:15:52.312Z | ++ set -o xtrace |
| 95 | 2026-06-04T02:15:52.313Z | ++++ dirname ./env.sh |
| 96 | 2026-06-04T02:15:52.315Z | +++ readlink -f . |
| 97 | 2026-06-04T02:15:52.318Z | ++ OMICRON_WS=/work/oxidecomputer/omicron |
| 98 | 2026-06-04T02:15:52.318Z | ++ export PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
| 99 | 2026-06-04T02:15:52.318Z | ++ PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
| 100 | 2026-06-04T02:15:52.318Z | ++ export PATH=/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
| 101 | 2026-06-04T02:15:52.318Z | ++ PATH=/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
| 102 | 2026-06-04T02:15:52.318Z | ++ export PATH=/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
| 103 | 2026-06-04T02:15:52.318Z | ++ PATH=/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
| 104 | 2026-06-04T02:15:52.318Z | ++ export PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
| 105 | 2026-06-04T02:15:52.318Z | ++ PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
| 106 | 2026-06-04T02:15:52.318Z | ++ case $OLD_SHELL_OPTS in |
| 107 | 2026-06-04T02:15:52.318Z | ++ unset OLD_SHELL_OPTS OMICRON_WS |
| 108 | 2026-06-04T02:15:52.318Z | + source .github/buildomat/ci-env.sh |
| 109 | 2026-06-04T02:15:52.318Z | ++ export CARGO_TERM_COLOR=always |
| 110 | 2026-06-04T02:15:52.318Z | ++ CARGO_TERM_COLOR=always |
| 111 | 2026-06-04T02:15:52.318Z | + cargo --version |
| 112 | 2026-06-04T02:15:52.326Z | cargo 1.94.0 (85eff7c80 2026-01-15) |
| 113 | 2026-06-04T02:15:52.329Z | + rustc --version |
| 114 | 2026-06-04T02:15:52.350Z | rustc 1.94.0 (4a4ef493e 2026-03-02) |
| 115 | 2026-06-04T02:15:52.353Z | + banner prerequisites |
| 116 | 2026-06-04T02:15:52.356Z | |
| 117 | 2026-06-04T02:15:52.356Z | ##### ##### ###### ##### ###### #### # # # #### # |
| 118 | 2026-06-04T02:15:52.356Z | # # # # # # # # # # # # # # # |
| 119 | 2026-06-04T02:15:52.356Z | # # # # ##### # # ##### # # # # # #### # |
| 120 | 2026-06-04T02:15:52.356Z | ##### ##### # ##### # # # # # # # # # |
| 121 | 2026-06-04T02:15:52.356Z | # # # # # # # # # # # # # # # |
| 122 | 2026-06-04T02:15:52.356Z | # # # ###### # # ###### ### # #### # #### # |
| 123 | 2026-06-04T02:15:52.356Z | |
| 124 | 2026-06-04T02:15:52.356Z | + ptime -m bash ./tools/install_builder_prerequisites.sh -y |
| 125 | 2026-06-04T02:15:53.826Z | Startup: Refreshing catalog 'helios' ... Done |
| 126 | 2026-06-04T02:15:53.901Z | Startup: Caching catalogs ... Done |
| 127 | 2026-06-04T02:15:54.202Z | Planning: Solver setup ... Done (0.262s) |
| 128 | 2026-06-04T02:15:54.222Z | Planning: Running solver ... Done (0.020s) |
| 129 | 2026-06-04T02:15:54.229Z | Planning: Finding local manifests ... Done (0.004s) |
| 130 | 2026-06-04T02:15:54.240Z | Planning: Fetching manifests: 0/2 0% complete |
| 131 | 2026-06-04T02:15:54.258Z | Planning: Fetching manifests: 2/2 100% complete |
| 132 | 2026-06-04T02:15:54.272Z | Planning: Package planning ... Done (0.014s) |
| 133 | 2026-06-04T02:15:54.274Z | Planning: Merging actions ... Done (0.001s) |
| 134 | 2026-06-04T02:15:54.463Z | Planning: Checking for conflicting actions ... Done (0.190s) |
| 135 | 2026-06-04T02:15:54.466Z | Planning: Consolidating action changes ... Done (0.001s) |
| 136 | 2026-06-04T02:15:55.309Z | Planning: Evaluating mediators ... Done (0.845s) |
| 137 | 2026-06-04T02:15:55.312Z | Planning: Planning completed in 1.39 seconds |
| 138 | 2026-06-04T02:15:55.318Z | Packages to install: 2 |
| 139 | 2026-06-04T02:15:55.318Z | Estimated space available: 156.07 GB |
| 140 | 2026-06-04T02:15:55.318Z | Estimated space to be consumed: 23.93 MB |
| 141 | 2026-06-04T02:15:55.318Z | Create boot environment: No |
| 142 | 2026-06-04T02:15:55.318Z | Create backup boot environment: No |
| 143 | 2026-06-04T02:15:55.321Z | Rebuild boot archive: No |
| 144 | 2026-06-04T02:15:55.321Z | |
| 145 | 2026-06-04T02:15:55.321Z | Changed packages: |
| 146 | 2026-06-04T02:15:55.321Z | helios |
| 147 | 2026-06-04T02:15:55.321Z | developer/build-essential |
| 148 | 2026-06-04T02:15:55.321Z | None -> 11-3.0 |
| 149 | 2026-06-04T02:15:55.321Z | library/libxmlsec1 |
| 150 | 2026-06-04T02:15:55.321Z | None -> 1.2.35-3.0 |
| 151 | 2026-06-04T02:15:55.342Z | |
| 152 | 2026-06-04T02:15:55.342Z | Download: 0/214 items 0.0/1.3MB 0% complete |
| 153 | 2026-06-04T02:15:56.037Z | Download: Completed 1.28 MB in 0.70 seconds (1.8M/s) |
| 154 | 2026-06-04T02:15:56.109Z | Actions: 1/268 actions (Installing new actions) |
| 155 | 2026-06-04T02:15:56.147Z | Actions: Completed 268 actions in 0.04 seconds. |
| 156 | 2026-06-04T02:15:56.154Z | Finalize: Updating package state database ... Done (0.007s) |
| 157 | 2026-06-04T02:15:56.157Z | Finalize: Updating package cache ... Done (0.000s) |
| 158 | 2026-06-04T02:15:56.174Z | Finalize: Updating image state ... Done (0.020s) |
| 159 | 2026-06-04T02:15:58.507Z | Finalize: Creating fast lookup database ... Done (2.310s) |
| 160 | 2026-06-04T02:15:58.591Z | Finalize: Reading search index ... Done (0.028s) |
| 161 | 2026-06-04T02:15:58.594Z | Finalize: Updating search index ... Done (0.000s) |
| 162 | 2026-06-04T02:15:58.681Z | Finalize: Updating package cache ... Done (0.000s) |
| 163 | 2026-06-04T02:15:58.977Z | Planning: Evaluating mediator changes ... Done |
| 164 | 2026-06-04T02:15:59.081Z | Planning: Checking for conflicting actions ... Done |
| 165 | 2026-06-04T02:15:59.084Z | Planning: Consolidating action changes ... Done |
| 166 | 2026-06-04T02:15:59.239Z | Planning: Evaluating mediators ... Done |
| 167 | 2026-06-04T02:15:59.242Z | Planning: Planning completed in 0.26 seconds |
| 168 | 2026-06-04T02:15:59.262Z | Mediators to change: 2 |
| 169 | 2026-06-04T02:15:59.262Z | Create boot environment: No |
| 170 | 2026-06-04T02:15:59.262Z | Create backup boot environment: No |
| 171 | 2026-06-04T02:15:59.326Z | Finalize: Updating package state database ... Done |
| 172 | 2026-06-04T02:15:59.326Z | Finalize: Updating package cache ... Done |
| 173 | 2026-06-04T02:15:59.337Z | Finalize: Updating image state ... Done |
| 174 | 2026-06-04T02:16:01.281Z | Finalize: Creating fast lookup database ... Done |
| 175 | 2026-06-04T02:16:01.344Z | Finalize: Reading search index ... Done |
| 176 | 2026-06-04T02:16:01.347Z | Finalize: Updating search index ... Done |
| 177 | 2026-06-04T02:16:01.492Z | Finalize: Updating package cache ... Done |
| 178 | 2026-06-04T02:16:01.777Z | Planning: Evaluating mediator changes ... Done |
| 179 | 2026-06-04T02:16:01.881Z | Planning: Checking for conflicting actions ... Done |
| 180 | 2026-06-04T02:16:01.884Z | Planning: Consolidating action changes ... Done |
| 181 | 2026-06-04T02:16:02.037Z | Planning: Evaluating mediators ... Done |
| 182 | 2026-06-04T02:16:02.040Z | Planning: Planning completed in 0.26 seconds |
| 183 | 2026-06-04T02:16:02.060Z | Mediators to change: 1 |
| 184 | 2026-06-04T02:16:02.060Z | Create boot environment: No |
| 185 | 2026-06-04T02:16:02.060Z | Create backup boot environment: No |
| 186 | 2026-06-04T02:16:02.114Z | Finalize: Updating package state database ... Done |
| 187 | 2026-06-04T02:16:02.115Z | Finalize: Updating package cache ... Done |
| 188 | 2026-06-04T02:16:02.126Z | Finalize: Updating image state ... Done |
| 189 | 2026-06-04T02:16:04.064Z | Finalize: Creating fast lookup database ... Done |
| 190 | 2026-06-04T02:16:04.132Z | Finalize: Reading search index ... Done |
| 191 | 2026-06-04T02:16:04.135Z | Finalize: Updating search index ... Done |
| 192 | 2026-06-04T02:16:04.211Z | Finalize: Updating package cache ... Done |
| 193 | 2026-06-04T02:16:04.521Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
| 194 | 2026-06-04T02:16:04.521Z | apache system 2.4 system |
| 195 | 2026-06-04T02:16:04.521Z | clang system 15 system |
| 196 | 2026-06-04T02:16:04.521Z | csh system system illumos |
| 197 | 2026-06-04T02:16:04.521Z | ctags system system illumos |
| 198 | 2026-06-04T02:16:04.522Z | file vendor vendor darwinsys |
| 199 | 2026-06-04T02:16:04.522Z | file system system illumos |
| 200 | 2026-06-04T02:16:04.522Z | gcc vendor 14 vendor |
| 201 | 2026-06-04T02:16:04.522Z | gcc system 13 system |
| 202 | 2026-06-04T02:16:04.522Z | gcc system 10 system |
| 203 | 2026-06-04T02:16:04.522Z | go system 1.25 system |
| 204 | 2026-06-04T02:16:04.522Z | llvm system 15 system |
| 205 | 2026-06-04T02:16:04.522Z | mariadb system 11.4 system |
| 206 | 2026-06-04T02:16:04.522Z | mta vendor vendor dma |
| 207 | 2026-06-04T02:16:04.522Z | openjdk system 17 system |
| 208 | 2026-06-04T02:16:04.522Z | openjdk system 11 system |
| 209 | 2026-06-04T02:16:04.522Z | openssl vendor 3 vendor |
| 210 | 2026-06-04T02:16:04.522Z | perl system 5.40 system |
| 211 | 2026-06-04T02:16:04.522Z | postgresql system 18 system |
| 212 | 2026-06-04T02:16:04.522Z | postgresql system 17 system |
| 213 | 2026-06-04T02:16:04.522Z | python vendor 3 vendor |
| 214 | 2026-06-04T02:16:04.522Z | python system 2 system |
| 215 | 2026-06-04T02:16:04.522Z | python3 vendor 3.13 vendor |
| 216 | 2026-06-04T02:16:04.522Z | ruby system 3.4 system |
| 217 | 2026-06-04T02:16:04.522Z | ruby system 3.0 system |
| 218 | 2026-06-04T02:16:04.522Z | words vendor vendor american-english |
| 219 | 2026-06-04T02:16:04.522Z | words system system australian-english |
| 220 | 2026-06-04T02:16:04.522Z | words system system british-english |
| 221 | 2026-06-04T02:16:04.522Z | words system system canadian-english |
| 222 | 2026-06-04T02:16:04.522Z | words system system french |
| 223 | 2026-06-04T02:16:04.522Z | words system system italian |
| 224 | 2026-06-04T02:16:04.522Z | words system system ngerman |
| 225 | 2026-06-04T02:16:04.522Z | words system system ogerman |
| 226 | 2026-06-04T02:16:04.522Z | words system system spanish |
| 227 | 2026-06-04T02:16:04.775Z | PUBLISHER TYPE STATUS P LOCATION |
| 228 | 2026-06-04T02:16:04.775Z | helios origin online F https://pkg.oxide.computer/helios/3/dev/ |
| 229 | 2026-06-04T02:16:05.056Z | FMRI IFO |
| 230 | 2026-06-04T02:16:05.056Z | pkg://helios/developer/build-essential@11-3.0:20260212T145243Z im- |
| 231 | 2026-06-04T02:16:05.056Z | pkg://helios/developer/pkg-config@0.29.2-3.0:20260212T145445Z i-- |
| 232 | 2026-06-04T02:16:05.056Z | pkg://helios/library/libxmlsec1@1.2.35-3.0:20260306T162922Z im- |
| 233 | 2026-06-04T02:16:05.056Z | pkg://helios/ooce/developer/clang-15@15.0.7-3.0:20260212T171836Z i-- |
| 234 | 2026-06-04T02:16:05.056Z | pkg://helios/ooce/developer/cmake@4.2.3-3.0:20260212T164558Z i-- |
| 235 | 2026-06-04T02:16:05.056Z | pkg://helios/ooce/library/postgresql-18@18.1-3.0:20260217T162247Z i-- |
| 236 | 2026-06-04T02:16:05.056Z | pkg://helios/package/pkg@0.5.11-3.0:20260212T150754Z i-- |
| 237 | 2026-06-04T02:16:05.056Z | pkg://helios/system/library/g++-runtime@14-3.0:20260212T151156Z i-- |
| 238 | 2026-06-04T02:16:05.056Z | pkg://helios/system/library/gcc-runtime@14-3.0:20260212T151216Z i-- |
| 239 | 2026-06-04T02:16:05.308Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
| 240 | 2026-06-04T02:16:05.551Z | Updating crates.io index |
| 241 | 2026-06-04T02:16:05.554Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
| 242 | 2026-06-04T02:16:05.812Z | Updating git repository `https://github.com/oxidecomputer/lldp` |
| 243 | 2026-06-04T02:16:06.630Z | Updating git repository `https://github.com/oxidecomputer/tufaceous` |
| 244 | 2026-06-04T02:16:07.061Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
| 245 | 2026-06-04T02:16:08.261Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
| 246 | 2026-06-04T02:16:08.817Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
| 247 | 2026-06-04T02:16:10.334Z | Updating git repository `https://github.com/oxidecomputer/opte` |
| 248 | 2026-06-04T02:16:11.110Z | Updating git repository `https://github.com/oxidecomputer/tofino` |
| 249 | 2026-06-04T02:16:11.513Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
| 250 | 2026-06-04T02:16:12.283Z | Updating git repository `https://github.com/oxidecomputer/clickward` |
| 251 | 2026-06-04T02:16:12.684Z | Updating git repository `https://github.com/oxidecomputer/dice-util` |
| 252 | 2026-06-04T02:16:13.154Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
| 253 | 2026-06-04T02:16:13.448Z | Updating git repository `https://github.com/oxidecomputer/dendrite` |
| 254 | 2026-06-04T02:16:14.520Z | Updating git repository `https://github.com/oxidecomputer/transceiver-control` |
| 255 | 2026-06-04T02:16:15.000Z | Updating git repository `https://github.com/oxidecomputer/fmd-adm` |
| 256 | 2026-06-04T02:16:15.428Z | Updating git repository `https://github.com/oxidecomputer/ipcc-rs` |
| 257 | 2026-06-04T02:16:15.857Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
| 258 | 2026-06-04T02:16:16.238Z | Updating git repository `https://github.com/oxidecomputer/scim2-rs` |
| 259 | 2026-06-04T02:16:16.675Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
| 260 | 2026-06-04T02:16:17.004Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
| 261 | 2026-06-04T02:16:17.230Z | Updating git repository `https://github.com/oxidecomputer/libnvme` |
| 262 | 2026-06-04T02:16:17.456Z | Updating git repository `https://github.com/oxidecomputer/dice-util` |
| 263 | 2026-06-04T02:16:17.848Z | Updating git repository `https://github.com/oxidecomputer/sprockets.git` |
| 264 | 2026-06-04T02:16:18.208Z | Updating git repository `https://github.com/oxidecomputer/erebor` |
| 265 | 2026-06-04T02:16:18.630Z | Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git` |
| 266 | 2026-06-04T02:16:19.027Z | Updating git repository `https://github.com/oxidecomputer/rats-corim.git` |
| 267 | 2026-06-04T02:16:19.383Z | Updating git repository `https://github.com/bluecatengineering/dhcproto.git` |
| 268 | 2026-06-04T02:16:19.895Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
| 269 | 2026-06-04T02:16:20.206Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
| 270 | 2026-06-04T02:16:21.203Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
| 271 | 2026-06-04T02:16:22.020Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
| 272 | 2026-06-04T02:16:22.294Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
| 273 | 2026-06-04T02:16:22.850Z | Updating git repository `https://github.com/oxidecomputer/ipcc-rs` |
| 274 | 2026-06-04T02:16:23.147Z | Updating git repository `https://github.com/oxidecomputer/pki-playground` |
| 275 | 2026-06-04T02:16:23.439Z | Updating git repository `https://github.com/oxidecomputer/pmbus` |
| 276 | 2026-06-04T02:16:23.998Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
| 277 | 2026-06-04T02:16:24.465Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
| 278 | 2026-06-04T02:16:24.712Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
| 279 | 2026-06-04T02:16:24.968Z | Updating git repository `https://github.com/illumos/smf-rs` |
| 280 | 2026-06-04T02:16:25.321Z | Updating git repository `https://github.com/oxidecomputer/omicron` |
| 281 | 2026-06-04T02:16:36.889Z | Downloading crates ... |
| 282 | 2026-06-04T02:16:36.948Z | Downloaded cfg-if v1.0.4 |
| 283 | 2026-06-04T02:16:36.951Z | Downloaded thread-id v4.2.2 |
| 284 | 2026-06-04T02:16:36.954Z | Downloaded clap_lex v1.0.0 |
| 285 | 2026-06-04T02:16:36.954Z | Downloaded cargo_toml v0.21.0 |
| 286 | 2026-06-04T02:16:36.954Z | Downloaded digest v0.10.7 |
| 287 | 2026-06-04T02:16:36.956Z | Downloaded clap_derive v4.5.55 |
| 288 | 2026-06-04T02:16:36.961Z | Downloaded errno v0.3.14 |
| 289 | 2026-06-04T02:16:36.964Z | Downloaded dof v0.3.0 |
| 290 | 2026-06-04T02:16:36.964Z | Downloaded fnv v1.0.7 |
| 291 | 2026-06-04T02:16:36.964Z | Downloaded unicode-ident v1.0.24 |
| 292 | 2026-06-04T02:16:36.966Z | Downloaded zerovec-derive v0.11.2 |
| 293 | 2026-06-04T02:16:36.967Z | Downloaded clap v4.5.60 |
| 294 | 2026-06-04T02:16:36.971Z | Downloaded toml_write v0.1.2 |
| 295 | 2026-06-04T02:16:36.973Z | Downloaded unicode-xid v0.2.6 |
| 296 | 2026-06-04T02:16:36.973Z | Downloaded anstream v0.6.21 |
| 297 | 2026-06-04T02:16:36.976Z | Downloaded usdt-attr-macro v0.5.0 |
| 298 | 2026-06-04T02:16:36.976Z | Downloaded tinystr v0.8.2 |
| 299 | 2026-06-04T02:16:36.976Z | Downloaded proc-macro-error-attr v1.0.4 |
| 300 | 2026-06-04T02:16:36.976Z | Downloaded potential_utf v0.1.4 |
| 301 | 2026-06-04T02:16:36.979Z | Downloaded camino v1.2.2 |
| 302 | 2026-06-04T02:16:36.979Z | Downloaded anstyle v1.0.13 |
| 303 | 2026-06-04T02:16:36.979Z | Downloaded utf8_iter v1.0.4 |
| 304 | 2026-06-04T02:16:36.982Z | Downloaded usdt v0.5.0 |
| 305 | 2026-06-04T02:16:36.982Z | Downloaded yoke-derive v0.8.1 |
| 306 | 2026-06-04T02:16:36.982Z | Downloaded colorchoice v1.0.4 |
| 307 | 2026-06-04T02:16:36.985Z | Downloaded fs-err v3.3.0 |
| 308 | 2026-06-04T02:16:36.988Z | Downloaded byteorder v1.5.0 |
| 309 | 2026-06-04T02:16:36.988Z | Downloaded zerofrom v0.1.6 |
| 310 | 2026-06-04T02:16:36.988Z | Downloaded usdt-macro v0.5.0 |
| 311 | 2026-06-04T02:16:36.990Z | Downloaded unicode-linebreak v0.1.5 |
| 312 | 2026-06-04T02:16:36.990Z | Downloaded zerofrom-derive v0.1.6 |
| 313 | 2026-06-04T02:16:36.990Z | Downloaded thiserror-impl v1.0.69 |
| 314 | 2026-06-04T02:16:36.993Z | Downloaded version_check v0.9.5 |
| 315 | 2026-06-04T02:16:36.993Z | Downloaded swrite v0.1.0 |
| 316 | 2026-06-04T02:16:36.993Z | Downloaded serde_spanned v0.6.9 |
| 317 | 2026-06-04T02:16:36.993Z | Downloaded heck v0.4.1 |
| 318 | 2026-06-04T02:16:36.996Z | Downloaded zmij v1.0.21 |
| 319 | 2026-06-04T02:16:36.996Z | Downloaded typeid v1.0.3 |
| 320 | 2026-06-04T02:16:36.996Z | Downloaded plain v0.2.3 |
| 321 | 2026-06-04T02:16:36.998Z | Downloaded yoke v0.8.1 |
| 322 | 2026-06-04T02:16:36.998Z | Downloaded itoa v1.0.17 |
| 323 | 2026-06-04T02:16:36.998Z | Downloaded writeable v0.6.2 |
| 324 | 2026-06-04T02:16:37.001Z | Downloaded thiserror-impl v2.0.18 |
| 325 | 2026-06-04T02:16:37.001Z | Downloaded quote v1.0.45 |
| 326 | 2026-06-04T02:16:37.001Z | Downloaded thiserror v1.0.69 |
| 327 | 2026-06-04T02:16:37.004Z | Downloaded serde-value v0.7.0 |
| 328 | 2026-06-04T02:16:37.007Z | Downloaded heck v0.5.0 |
| 329 | 2026-06-04T02:16:37.007Z | Downloaded serde-untagged v0.1.9 |
| 330 | 2026-06-04T02:16:37.007Z | Downloaded macaddr v1.0.1 |
| 331 | 2026-06-04T02:16:37.007Z | Downloaded once_cell v1.21.3 |
| 332 | 2026-06-04T02:16:37.009Z | Downloaded clap_builder v4.5.60 |
| 333 | 2026-06-04T02:16:37.012Z | Downloaded ucd-trie v0.1.7 |
| 334 | 2026-06-04T02:16:37.015Z | Downloaded zerocopy-derive v0.7.35 |
| 335 | 2026-06-04T02:16:37.015Z | Downloaded anstyle-query v1.1.5 |
| 336 | 2026-06-04T02:16:37.018Z | Downloaded form_urlencoded v1.2.2 |
| 337 | 2026-06-04T02:16:37.018Z | Downloaded camino-tempfile v1.4.1 |
| 338 | 2026-06-04T02:16:37.018Z | Downloaded toml v0.8.23 |
| 339 | 2026-06-04T02:16:37.020Z | Downloaded terminal_size v0.4.3 |
| 340 | 2026-06-04T02:16:37.020Z | Downloaded ordered-float v2.10.1 |
| 341 | 2026-06-04T02:16:37.020Z | Downloaded generic-array v0.14.7 |
| 342 | 2026-06-04T02:16:37.023Z | Downloaded bytecount v0.6.9 |
| 343 | 2026-06-04T02:16:37.026Z | Downloaded textwrap v0.16.2 |
| 344 | 2026-06-04T02:16:37.026Z | Downloaded dtrace-parser v0.2.0 |
| 345 | 2026-06-04T02:16:37.028Z | Downloaded block-buffer v0.10.4 |
| 346 | 2026-06-04T02:16:37.028Z | Downloaded fastrand v2.3.0 |
| 347 | 2026-06-04T02:16:37.028Z | Downloaded zerotrie v0.2.3 |
| 348 | 2026-06-04T02:16:37.031Z | Downloaded typenum v1.19.0 |
| 349 | 2026-06-04T02:16:37.034Z | Downloaded toml_edit v0.22.27 |
| 350 | 2026-06-04T02:16:37.037Z | Downloaded tabled_derive v0.7.0 |
| 351 | 2026-06-04T02:16:37.037Z | Downloaded memmap v0.7.0 |
| 352 | 2026-06-04T02:16:37.037Z | Downloaded strsim v0.11.1 |
| 353 | 2026-06-04T02:16:37.037Z | Downloaded thiserror v2.0.18 |
| 354 | 2026-06-04T02:16:37.040Z | Downloaded cargo-platform v0.2.0 |
| 355 | 2026-06-04T02:16:37.044Z | Downloaded crypto-common v0.1.7 |
| 356 | 2026-06-04T02:16:37.047Z | Downloaded idna_adapter v1.2.1 |
| 357 | 2026-06-04T02:16:37.050Z | Downloaded toml_datetime v0.6.11 |
| 358 | 2026-06-04T02:16:37.052Z | Downloaded scroll v0.12.0 |
| 359 | 2026-06-04T02:16:37.056Z | Downloaded zerovec v0.11.5 |
| 360 | 2026-06-04T02:16:37.059Z | Downloaded utf8parse v0.2.2 |
| 361 | 2026-06-04T02:16:37.061Z | Downloaded is_terminal_polyfill v1.70.2 |
| 362 | 2026-06-04T02:16:37.061Z | Downloaded smawk v0.3.2 |
| 363 | 2026-06-04T02:16:37.061Z | Downloaded pretty-hex v0.4.1 |
| 364 | 2026-06-04T02:16:37.062Z | Downloaded percent-encoding v2.3.2 |
| 365 | 2026-06-04T02:16:37.064Z | Downloaded equivalent v1.0.2 |
| 366 | 2026-06-04T02:16:37.064Z | Downloaded cpufeatures v0.2.17 |
| 367 | 2026-06-04T02:16:37.064Z | Downloaded unicode-width v0.1.14 |
| 368 | 2026-06-04T02:16:37.092Z | Downloaded stable_deref_trait v1.2.1 |
| 369 | 2026-06-04T02:16:37.092Z | Downloaded zerocopy v0.7.35 |
| 370 | 2026-06-04T02:16:37.092Z | Downloaded sha2 v0.10.9 |
| 371 | 2026-06-04T02:16:37.092Z | Downloaded synstructure v0.13.2 |
| 372 | 2026-06-04T02:16:37.092Z | Downloaded scroll_derive v0.12.1 |
| 373 | 2026-06-04T02:16:37.092Z | Downloaded usdt-impl v0.5.0 |
| 374 | 2026-06-04T02:16:37.092Z | Downloaded unicode-width v0.2.0 |
| 375 | 2026-06-04T02:16:37.092Z | Downloaded icu_locale_core v2.1.1 |
| 376 | 2026-06-04T02:16:37.092Z | Downloaded winnow v0.7.14 |
| 377 | 2026-06-04T02:16:37.092Z | Downloaded url v2.5.8 |
| 378 | 2026-06-04T02:16:37.096Z | Downloaded litemap v0.8.1 |
| 379 | 2026-06-04T02:16:37.099Z | Downloaded proc-macro-error v1.0.4 |
| 380 | 2026-06-04T02:16:37.102Z | Downloaded cargo_metadata v0.21.0 |
| 381 | 2026-06-04T02:16:37.105Z | Downloaded anstyle-parse v0.2.7 |
| 382 | 2026-06-04T02:16:37.111Z | Downloaded serde_tokenstream v0.2.3 |
| 383 | 2026-06-04T02:16:37.113Z | Downloaded displaydoc v0.2.5 |
| 384 | 2026-06-04T02:16:37.113Z | Downloaded smallvec v1.15.1 |
| 385 | 2026-06-04T02:16:37.117Z | Downloaded autocfg v1.5.0 |
| 386 | 2026-06-04T02:16:37.120Z | Downloaded pest_generator v2.8.6 |
| 387 | 2026-06-04T02:16:37.120Z | Downloaded cargo-util-schemas v0.8.2 |
| 388 | 2026-06-04T02:16:37.122Z | Downloaded erased-serde v0.4.9 |
| 389 | 2026-06-04T02:16:37.128Z | Downloaded tempfile v3.25.0 |
| 390 | 2026-06-04T02:16:37.130Z | Downloaded papergrid v0.11.0 |
| 391 | 2026-06-04T02:16:37.133Z | Downloaded semver v1.0.28 |
| 392 | 2026-06-04T02:16:37.135Z | Downloaded icu_normalizer v2.1.1 |
| 393 | 2026-06-04T02:16:37.138Z | Downloaded pest_derive v2.8.6 |
| 394 | 2026-06-04T02:16:37.143Z | Downloaded serde_derive v1.0.228 |
| 395 | 2026-06-04T02:16:37.145Z | Downloaded icu_properties v2.1.2 |
| 396 | 2026-06-04T02:16:37.148Z | Downloaded anyhow v1.0.102 |
| 397 | 2026-06-04T02:16:37.148Z | Downloaded log v0.4.29 |
| 398 | 2026-06-04T02:16:37.151Z | Downloaded indexmap v2.14.0 |
| 399 | 2026-06-04T02:16:37.153Z | Downloaded proc-macro2 v1.0.106 |
| 400 | 2026-06-04T02:16:37.156Z | Downloaded getrandom v0.4.1 |
| 401 | 2026-06-04T02:16:37.159Z | Downloaded serde_core v1.0.228 |
| 402 | 2026-06-04T02:16:37.169Z | Downloaded num-traits v0.2.19 |
| 403 | 2026-06-04T02:16:37.173Z | Downloaded bitflags v2.11.0 |
| 404 | 2026-06-04T02:16:37.175Z | Downloaded serde v1.0.228 |
| 405 | 2026-06-04T02:16:37.178Z | Downloaded pest_meta v2.8.6 |
| 406 | 2026-06-04T02:16:37.181Z | Downloaded icu_provider v2.1.1 |
| 407 | 2026-06-04T02:16:37.195Z | Downloaded icu_normalizer_data v2.1.1 |
| 408 | 2026-06-04T02:16:37.198Z | Downloaded memchr v2.8.0 |
| 409 | 2026-06-04T02:16:37.205Z | Downloaded idna v1.1.0 |
| 410 | 2026-06-04T02:16:37.208Z | Downloaded icu_collections v2.1.1 |
| 411 | 2026-06-04T02:16:37.225Z | Downloaded serde_json v1.0.149 |
| 412 | 2026-06-04T02:16:37.228Z | Downloaded icu_properties_data v2.1.2 |
| 413 | 2026-06-04T02:16:37.234Z | Downloaded pest v2.8.6 |
| 414 | 2026-06-04T02:16:37.237Z | Downloaded hashbrown v0.17.0 |
| 415 | 2026-06-04T02:16:37.246Z | Downloaded tabled v0.15.0 |
| 416 | 2026-06-04T02:16:37.254Z | Downloaded goblin v0.8.2 |
| 417 | 2026-06-04T02:16:37.263Z | Downloaded syn v1.0.109 |
| 418 | 2026-06-04T02:16:37.276Z | Downloaded syn v2.0.117 |
| 419 | 2026-06-04T02:16:37.284Z | Downloaded rustix v1.1.3 |
| 420 | 2026-06-04T02:16:37.313Z | Downloaded libc v0.2.185 |
| 421 | 2026-06-04T02:16:37.381Z | Compiling proc-macro2 v1.0.106 |
| 422 | 2026-06-04T02:16:37.381Z | Compiling quote v1.0.45 |
| 423 | 2026-06-04T02:16:37.381Z | Compiling unicode-ident v1.0.24 |
| 424 | 2026-06-04T02:16:37.381Z | Compiling serde_core v1.0.228 |
| 425 | 2026-06-04T02:16:37.381Z | Compiling libc v0.2.185 |
| 426 | 2026-06-04T02:16:37.384Z | Compiling version_check v0.9.5 |
| 427 | 2026-06-04T02:16:37.384Z | Compiling memchr v2.8.0 |
| 428 | 2026-06-04T02:16:37.566Z | Compiling stable_deref_trait v1.2.1 |
| 429 | 2026-06-04T02:16:37.681Z | Compiling serde v1.0.228 |
| 430 | 2026-06-04T02:16:37.715Z | Compiling zmij v1.0.21 |
| 431 | 2026-06-04T02:16:37.894Z | Compiling autocfg v1.5.0 |
| 432 | 2026-06-04T02:16:38.001Z | Compiling ucd-trie v0.1.7 |
| 433 | 2026-06-04T02:16:38.272Z | Compiling itoa v1.0.17 |
| 434 | 2026-06-04T02:16:38.286Z | Compiling thiserror v1.0.69 |
| 435 | 2026-06-04T02:16:38.322Z | Compiling pest v2.8.6 |
| 436 | 2026-06-04T02:16:38.355Z | Compiling litemap v0.8.1 |
| 437 | 2026-06-04T02:16:38.387Z | Compiling writeable v0.6.2 |
| 438 | 2026-06-04T02:16:38.544Z | Compiling icu_normalizer_data v2.1.1 |
| 439 | 2026-06-04T02:16:38.584Z | Compiling byteorder v1.5.0 |
| 440 | 2026-06-04T02:16:38.754Z | Compiling icu_properties_data v2.1.2 |
| 441 | 2026-06-04T02:16:38.767Z | Compiling rustix v1.1.3 |
| 442 | 2026-06-04T02:16:38.882Z | Compiling errno v0.3.14 |
| 443 | 2026-06-04T02:16:38.885Z | Compiling bitflags v2.11.0 |
| 444 | 2026-06-04T02:16:38.931Z | Compiling syn v2.0.117 |
| 445 | 2026-06-04T02:16:39.010Z | Compiling serde_json v1.0.149 |
| 446 | 2026-06-04T02:16:39.170Z | Compiling num-traits v0.2.19 |
| 447 | 2026-06-04T02:16:39.263Z | Compiling equivalent v1.0.2 |
| 448 | 2026-06-04T02:16:39.355Z | Compiling smallvec v1.15.1 |
| 449 | 2026-06-04T02:16:39.399Z | Compiling pest_meta v2.8.6 |
| 450 | 2026-06-04T02:16:39.475Z | Compiling hashbrown v0.17.0 |
| 451 | 2026-06-04T02:16:39.565Z | Compiling typeid v1.0.3 |
| 452 | 2026-06-04T02:16:39.793Z | Compiling thread-id v4.2.2 |
| 453 | 2026-06-04T02:16:39.881Z | Compiling usdt-impl v0.5.0 |
| 454 | 2026-06-04T02:16:39.897Z | Compiling proc-macro-error-attr v1.0.4 |
| 455 | 2026-06-04T02:16:39.912Z | Compiling winnow v0.7.14 |
| 456 | 2026-06-04T02:16:40.036Z | Compiling indexmap v2.14.0 |
| 457 | 2026-06-04T02:16:40.080Z | Compiling toml_write v0.1.2 |
| 458 | 2026-06-04T02:16:40.097Z | Compiling erased-serde v0.4.9 |
| 459 | 2026-06-04T02:16:40.311Z | Compiling syn v1.0.109 |
| 460 | 2026-06-04T02:16:40.674Z | Compiling proc-macro-error v1.0.4 |
| 461 | 2026-06-04T02:16:40.691Z | Compiling percent-encoding v2.3.2 |
| 462 | 2026-06-04T02:16:40.869Z | Compiling plain v0.2.3 |
| 463 | 2026-06-04T02:16:40.893Z | Compiling getrandom v0.4.1 |
| 464 | 2026-06-04T02:16:40.991Z | Compiling utf8_iter v1.0.4 |
| 465 | 2026-06-04T02:16:41.075Z | Compiling utf8parse v0.2.2 |
| 466 | 2026-06-04T02:16:41.143Z | Compiling camino v1.2.2 |
| 467 | 2026-06-04T02:16:41.179Z | Compiling thiserror v2.0.18 |
| 468 | 2026-06-04T02:16:41.194Z | Compiling log v0.4.29 |
| 469 | 2026-06-04T02:16:41.272Z | Compiling anstyle-parse v0.2.7 |
| 470 | 2026-06-04T02:16:41.335Z | Compiling ordered-float v2.10.1 |
| 471 | 2026-06-04T02:16:41.414Z | Compiling form_urlencoded v1.2.2 |
| 472 | 2026-06-04T02:16:41.590Z | Compiling synstructure v0.13.2 |
| 473 | 2026-06-04T02:16:41.594Z | Compiling pest_generator v2.8.6 |
| 474 | 2026-06-04T02:16:41.678Z | Compiling terminal_size v0.4.3 |
| 475 | 2026-06-04T02:16:41.820Z | Compiling cfg-if v1.0.4 |
| 476 | 2026-06-04T02:16:41.898Z | Compiling anstyle v1.0.13 |
| 477 | 2026-06-04T02:16:41.915Z | Compiling pretty-hex v0.4.1 |
| 478 | 2026-06-04T02:16:41.930Z | Compiling is_terminal_polyfill v1.70.2 |
| 479 | 2026-06-04T02:16:41.946Z | Compiling anstyle-query v1.1.5 |
| 480 | 2026-06-04T02:16:42.026Z | Compiling colorchoice v1.0.4 |
| 481 | 2026-06-04T02:16:42.123Z | Compiling anstream v0.6.21 |
| 482 | 2026-06-04T02:16:42.145Z | Compiling serde-untagged v0.1.9 |
| 483 | 2026-06-04T02:16:42.184Z | Compiling semver v1.0.28 |
| 484 | 2026-06-04T02:16:42.295Z | Compiling fs-err v3.3.0 |
| 485 | 2026-06-04T02:16:42.389Z | Compiling unicode-width v0.1.14 |
| 486 | 2026-06-04T02:16:42.429Z | Compiling fastrand v2.3.0 |
| 487 | 2026-06-04T02:16:42.485Z | Compiling anyhow v1.0.102 |
| 488 | 2026-06-04T02:16:42.504Z | Compiling heck v0.4.1 |
| 489 | 2026-06-04T02:16:42.539Z | Compiling clap_lex v1.0.0 |
| 490 | 2026-06-04T02:16:42.688Z | Compiling once_cell v1.21.3 |
| 491 | 2026-06-04T02:16:42.730Z | Compiling fnv v1.0.7 |
| 492 | 2026-06-04T02:16:42.772Z | Compiling unicode-xid v0.2.6 |
| 493 | 2026-06-04T02:16:42.789Z | Compiling heck v0.5.0 |
| 494 | 2026-06-04T02:16:42.835Z | Compiling strsim v0.11.1 |
| 495 | 2026-06-04T02:16:42.897Z | Compiling bytecount v0.6.9 |
| 496 | 2026-06-04T02:16:42.901Z | Compiling tempfile v3.25.0 |
| 497 | 2026-06-04T02:16:43.023Z | Compiling clap_builder v4.5.60 |
| 498 | 2026-06-04T02:16:43.039Z | Compiling papergrid v0.11.0 |
| 499 | 2026-06-04T02:16:43.183Z | Compiling memmap v0.7.0 |
| 500 | 2026-06-04T02:16:43.268Z | Compiling serde_derive v1.0.228 |
| 501 | 2026-06-04T02:16:43.285Z | Compiling zerofrom-derive v0.1.6 |
| 502 | 2026-06-04T02:16:43.288Z | Compiling yoke-derive v0.8.1 |
| 503 | 2026-06-04T02:16:43.378Z | Compiling zerovec-derive v0.11.2 |
| 504 | 2026-06-04T02:16:43.513Z | Compiling displaydoc v0.2.5 |
| 505 | 2026-06-04T02:16:44.245Z | Compiling thiserror-impl v1.0.69 |
| 506 | 2026-06-04T02:16:44.502Z | Compiling zerocopy-derive v0.7.35 |
| 507 | 2026-06-04T02:16:44.546Z | Compiling pest_derive v2.8.6 |
| 508 | 2026-06-04T02:16:44.578Z | Compiling scroll_derive v0.12.1 |
| 509 | 2026-06-04T02:16:44.667Z | Compiling zerofrom v0.1.6 |
| 510 | 2026-06-04T02:16:44.820Z | Compiling yoke v0.8.1 |
| 511 | 2026-06-04T02:16:44.925Z | Compiling thiserror-impl v2.0.18 |
| 512 | 2026-06-04T02:16:44.998Z | Compiling zerovec v0.11.5 |
| 513 | 2026-06-04T02:16:45.186Z | Compiling zerotrie v0.2.3 |
| 514 | 2026-06-04T02:16:45.337Z | Compiling zerocopy v0.7.35 |
| 515 | 2026-06-04T02:16:45.477Z | Compiling tinystr v0.8.2 |
| 516 | 2026-06-04T02:16:45.520Z | Compiling potential_utf v0.1.4 |
| 517 | 2026-06-04T02:16:45.613Z | Compiling dtrace-parser v0.2.0 |
| 518 | 2026-06-04T02:16:45.687Z | Compiling icu_locale_core v2.1.1 |
| 519 | 2026-06-04T02:16:45.690Z | Compiling icu_collections v2.1.1 |
| 520 | 2026-06-04T02:16:45.891Z | Compiling scroll v0.12.0 |
| 521 | 2026-06-04T02:16:46.062Z | Compiling tabled_derive v0.7.0 |
| 522 | 2026-06-04T02:16:46.166Z | Compiling goblin v0.8.2 |
| 523 | 2026-06-04T02:16:46.183Z | Compiling clap_derive v4.5.55 |
| 524 | 2026-06-04T02:16:46.201Z | Compiling unicode-width v0.2.0 |
| 525 | 2026-06-04T02:16:46.359Z | Compiling icu_provider v2.1.1 |
| 526 | 2026-06-04T02:16:46.571Z | Compiling smawk v0.3.2 |
| 527 | 2026-06-04T02:16:46.588Z | Compiling unicode-linebreak v0.1.5 |
| 528 | 2026-06-04T02:16:46.649Z | Compiling toml_datetime v0.6.11 |
| 529 | 2026-06-04T02:16:46.721Z | Compiling serde_spanned v0.6.9 |
| 530 | 2026-06-04T02:16:46.735Z | Compiling icu_normalizer v2.1.1 |
| 531 | 2026-06-04T02:16:46.792Z | Compiling icu_properties v2.1.2 |
| 532 | 2026-06-04T02:16:46.832Z | Compiling dof v0.3.0 |
| 533 | 2026-06-04T02:16:46.864Z | Compiling toml_edit v0.22.27 |
| 534 | 2026-06-04T02:16:46.915Z | Compiling serde_tokenstream v0.2.3 |
| 535 | 2026-06-04T02:16:46.985Z | Compiling serde-value v0.7.0 |
| 536 | 2026-06-04T02:16:47.270Z | Compiling cargo-platform v0.2.0 |
| 537 | 2026-06-04T02:16:47.282Z | Compiling tabled v0.15.0 |
| 538 | 2026-06-04T02:16:47.353Z | Compiling textwrap v0.16.2 |
| 539 | 2026-06-04T02:16:47.532Z | Compiling macaddr v1.0.1 |
| 540 | 2026-06-04T02:16:47.759Z | Compiling idna_adapter v1.2.1 |
| 541 | 2026-06-04T02:16:47.850Z | Compiling usdt-macro v0.5.0 |
| 542 | 2026-06-04T02:16:47.888Z | Compiling idna v1.1.0 |
| 543 | 2026-06-04T02:16:47.905Z | Compiling usdt-attr-macro v0.5.0 |
| 544 | 2026-06-04T02:16:47.942Z | Compiling clap v4.5.60 |
| 545 | 2026-06-04T02:16:48.097Z | Compiling camino-tempfile v1.4.1 |
| 546 | 2026-06-04T02:16:48.329Z | Compiling toml v0.8.23 |
| 547 | 2026-06-04T02:16:48.464Z | Compiling url v2.5.8 |
| 548 | 2026-06-04T02:16:48.537Z | Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
| 549 | 2026-06-04T02:16:48.569Z | Compiling swrite v0.1.0 |
| 550 | 2026-06-04T02:16:48.788Z | Compiling cargo_toml v0.21.0 |
| 551 | 2026-06-04T02:16:48.942Z | Compiling cargo-util-schemas v0.8.2 |
| 552 | 2026-06-04T02:16:49.087Z | Compiling usdt v0.5.0 |
| 553 | 2026-06-04T02:16:49.917Z | Compiling cargo_metadata v0.21.0 |
| 554 | 2026-06-04T02:16:50.846Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
| 555 | 2026-06-04T02:16:52.879Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 47.75s |
| 556 | 2026-06-04T02:16:53.133Z | Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control` |
| 557 | 2026-06-04T02:16:53.696Z | Downloading crates ... |
| 558 | 2026-06-04T02:16:53.792Z | Downloaded castaway v0.2.4 |
| 559 | 2026-06-04T02:16:53.797Z | Downloaded blowfish v0.9.1 |
| 560 | 2026-06-04T02:16:53.801Z | Downloaded cargo-platform v0.3.2 |
| 561 | 2026-06-04T02:16:53.809Z | Downloaded async-compression v0.4.41 |
| 562 | 2026-06-04T02:16:53.816Z | Downloaded foldhash v0.1.5 |
| 563 | 2026-06-04T02:16:53.820Z | Downloaded float-cmp v0.10.0 |
| 564 | 2026-06-04T02:16:53.820Z | Downloaded cfg_aliases v0.2.1 |
| 565 | 2026-06-04T02:16:53.823Z | Downloaded foreign-types v0.3.2 |
| 566 | 2026-06-04T02:16:53.823Z | Downloaded fixedbitset v0.5.7 |
| 567 | 2026-06-04T02:16:53.823Z | Downloaded der v0.7.10 |
| 568 | 2026-06-04T02:16:53.826Z | Downloaded blake2 v0.10.6 |
| 569 | 2026-06-04T02:16:53.826Z | Downloaded colored v2.2.0 |
| 570 | 2026-06-04T02:16:53.829Z | Downloaded argon2 v0.5.3 |
| 571 | 2026-06-04T02:16:53.830Z | Downloaded ciborium-io v0.2.2 |
| 572 | 2026-06-04T02:16:53.832Z | Downloaded bit-vec v0.8.0 |
| 573 | 2026-06-04T02:16:53.836Z | Downloaded clang-sys v1.8.1 |
| 574 | 2026-06-04T02:16:53.843Z | Downloaded cookie v0.18.1 |
| 575 | 2026-06-04T02:16:53.846Z | Downloaded crc v3.4.0 |
| 576 | 2026-06-04T02:16:53.855Z | Downloaded aws-lc-rs v1.16.3 |
| 577 | 2026-06-04T02:16:53.861Z | Downloaded crc-catalog v2.4.0 |
| 578 | 2026-06-04T02:16:53.867Z | Downloaded cpufeatures v0.3.0 |
| 579 | 2026-06-04T02:16:53.870Z | Downloaded byte-wrapper v0.1.0 |
| 580 | 2026-06-04T02:16:53.870Z | Downloaded base16ct v0.2.0 |
| 581 | 2026-06-04T02:16:53.870Z | Downloaded ahash v0.8.12 |
| 582 | 2026-06-04T02:16:53.870Z | Downloaded bit-set v0.5.3 |
| 583 | 2026-06-04T02:16:53.873Z | Downloaded async-stream-impl v0.3.6 |
| 584 | 2026-06-04T02:16:53.873Z | Downloaded async-stream v0.3.6 |
| 585 | 2026-06-04T02:16:53.876Z | Downloaded atomicwrites v0.4.4 |
| 586 | 2026-06-04T02:16:53.877Z | Downloaded adler2 v2.0.1 |
| 587 | 2026-06-04T02:16:53.880Z | Downloaded arrayref v0.3.9 |
| 588 | 2026-06-04T02:16:53.883Z | Downloaded bcrypt-pbkdf v0.10.0 |
| 589 | 2026-06-04T02:16:53.885Z | Downloaded bcs v0.1.6 |
| 590 | 2026-06-04T02:16:53.888Z | Downloaded foldhash v0.2.0 |
| 591 | 2026-06-04T02:16:53.891Z | Downloaded foreign-types-macros v0.2.3 |
| 592 | 2026-06-04T02:16:53.894Z | Downloaded cobs v0.3.0 |
| 593 | 2026-06-04T02:16:53.894Z | Downloaded foreign-types v0.5.0 |
| 594 | 2026-06-04T02:16:53.894Z | Downloaded array-init v0.0.4 |
| 595 | 2026-06-04T02:16:53.897Z | Downloaded compression-core v0.4.31 |
| 596 | 2026-06-04T02:16:53.900Z | Downloaded compression-codecs v0.4.37 |
| 597 | 2026-06-04T02:16:53.903Z | Downloaded console v0.16.2 |
| 598 | 2026-06-04T02:16:53.903Z | Downloaded cassowary v0.3.0 |
| 599 | 2026-06-04T02:16:53.906Z | Downloaded bzip2 v0.4.4 |
| 600 | 2026-06-04T02:16:53.906Z | Downloaded backoff v0.4.0 |
| 601 | 2026-06-04T02:16:53.909Z | Downloaded futures-macro v0.3.32 |
| 602 | 2026-06-04T02:16:53.909Z | Downloaded assert_matches v1.5.0 |
| 603 | 2026-06-04T02:16:53.909Z | Downloaded futures-core v0.3.32 |
| 604 | 2026-06-04T02:16:53.909Z | Downloaded convert_case v0.4.0 |
| 605 | 2026-06-04T02:16:53.912Z | Downloaded ascii-canvas v3.0.0 |
| 606 | 2026-06-04T02:16:53.912Z | Downloaded cipher v0.4.4 |
| 607 | 2026-06-04T02:16:53.915Z | Downloaded ciborium-ll v0.2.2 |
| 608 | 2026-06-04T02:16:53.915Z | Downloaded atomic-waker v1.1.2 |
| 609 | 2026-06-04T02:16:53.918Z | Downloaded futures-sink v0.3.32 |
| 610 | 2026-06-04T02:16:53.921Z | Downloaded darling v0.23.0 |
| 611 | 2026-06-04T02:16:53.924Z | Downloaded deranged v0.5.8 |
| 612 | 2026-06-04T02:16:53.924Z | Downloaded critical-section v1.2.0 |
| 613 | 2026-06-04T02:16:53.927Z | Downloaded bit-set v0.8.0 |
| 614 | 2026-06-04T02:16:53.927Z | Downloaded darling v0.21.3 |
| 615 | 2026-06-04T02:16:53.930Z | Downloaded des v0.8.1 |
| 616 | 2026-06-04T02:16:53.930Z | Downloaded dunce v1.0.5 |
| 617 | 2026-06-04T02:16:53.933Z | Downloaded cmake v0.1.57 |
| 618 | 2026-06-04T02:16:53.933Z | Downloaded chacha20 v0.10.0 |
| 619 | 2026-06-04T02:16:53.933Z | Downloaded cexpr v0.6.0 |
| 620 | 2026-06-04T02:16:53.936Z | Downloaded derive_builder_macro v0.20.2 |
| 621 | 2026-06-04T02:16:53.936Z | Downloaded data-encoding v2.10.0 |
| 622 | 2026-06-04T02:16:53.936Z | Downloaded base64 v0.21.7 |
| 623 | 2026-06-04T02:16:53.939Z | Downloaded atty v0.2.14 |
| 624 | 2026-06-04T02:16:53.939Z | Downloaded async-recursion v1.1.1 |
| 625 | 2026-06-04T02:16:53.942Z | Downloaded bitfield-macros v0.19.4 |
| 626 | 2026-06-04T02:16:53.945Z | Downloaded fxhash v0.2.1 |
| 627 | 2026-06-04T02:16:53.945Z | Downloaded cfg_aliases v0.1.1 |
| 628 | 2026-06-04T02:16:53.945Z | Downloaded bitfield-struct v0.6.2 |
| 629 | 2026-06-04T02:16:53.947Z | Downloaded bb8 v0.8.6 |
| 630 | 2026-06-04T02:16:53.948Z | Downloaded fd-lock v4.0.4 |
| 631 | 2026-06-04T02:16:53.951Z | Downloaded ghash v0.5.1 |
| 632 | 2026-06-04T02:16:53.951Z | Downloaded flagset v0.4.7 |
| 633 | 2026-06-04T02:16:53.953Z | Downloaded futures-io v0.3.32 |
| 634 | 2026-06-04T02:16:53.956Z | Downloaded cbc v0.1.2 |
| 635 | 2026-06-04T02:16:53.957Z | Downloaded corncobs v0.1.4 |
| 636 | 2026-06-04T02:16:53.957Z | Downloaded aead v0.5.2 |
| 637 | 2026-06-04T02:16:53.961Z | Downloaded convert_case v0.10.0 |
| 638 | 2026-06-04T02:16:53.965Z | Downloaded float-ord v0.3.2 |
| 639 | 2026-06-04T02:16:53.968Z | Downloaded buf-list v1.1.2 |
| 640 | 2026-06-04T02:16:53.971Z | Downloaded bitfield v0.19.4 |
| 641 | 2026-06-04T02:16:53.971Z | Downloaded constant_time_eq v0.4.2 |
| 642 | 2026-06-04T02:16:53.973Z | Downloaded arrayvec v0.7.6 |
| 643 | 2026-06-04T02:16:53.973Z | Downloaded ena v0.14.4 |
| 644 | 2026-06-04T02:16:53.976Z | Downloaded cancel-safe-futures v0.1.5 |
| 645 | 2026-06-04T02:16:53.979Z | Downloaded crc8 v0.1.1 |
| 646 | 2026-06-04T02:16:53.982Z | Downloaded enum-as-inner v0.6.1 |
| 647 | 2026-06-04T02:16:53.986Z | Downloaded crunchy v0.2.4 |
| 648 | 2026-06-04T02:16:53.986Z | Downloaded futures-task v0.3.32 |
| 649 | 2026-06-04T02:16:53.986Z | Downloaded git-stub v1.0.0 |
| 650 | 2026-06-04T02:16:53.992Z | Downloaded const_format_proc_macros v0.2.34 |
| 651 | 2026-06-04T02:16:53.994Z | Downloaded async-trait v0.1.89 |
| 652 | 2026-06-04T02:16:53.997Z | Downloaded downcast-rs v2.0.2 |
| 653 | 2026-06-04T02:16:53.997Z | Downloaded darling_macro v0.20.11 |
| 654 | 2026-06-04T02:16:54.002Z | Downloaded gethostname v0.5.0 |
| 655 | 2026-06-04T02:16:54.002Z | Downloaded ciborium v0.2.2 |
| 656 | 2026-06-04T02:16:54.005Z | Downloaded futures-channel v0.3.32 |
| 657 | 2026-06-04T02:16:54.005Z | Downloaded dof v0.4.0 |
| 658 | 2026-06-04T02:16:54.005Z | Downloaded base64ct v1.8.3 |
| 659 | 2026-06-04T02:16:54.005Z | Downloaded async-bb8-diesel v0.2.1 |
| 660 | 2026-06-04T02:16:54.008Z | Downloaded dropshot-api-manager-types v0.7.2 |
| 661 | 2026-06-04T02:16:54.008Z | Downloaded defmt v0.3.100 |
| 662 | 2026-06-04T02:16:54.008Z | Downloaded cargo_metadata v0.23.1 |
| 663 | 2026-06-04T02:16:54.011Z | Downloaded embedded-io v0.4.0 |
| 664 | 2026-06-04T02:16:54.011Z | Downloaded darling_core v0.23.0 |
| 665 | 2026-06-04T02:16:54.014Z | Downloaded bitflags v1.3.2 |
| 666 | 2026-06-04T02:16:54.017Z | Downloaded bit-vec v0.6.3 |
| 667 | 2026-06-04T02:16:54.017Z | Downloaded defmt-macros v1.0.1 |
| 668 | 2026-06-04T02:16:54.020Z | Downloaded hex v0.4.3 |
| 669 | 2026-06-04T02:16:54.020Z | Downloaded chacha20poly1305 v0.10.1 |
| 670 | 2026-06-04T02:16:54.020Z | Downloaded block-padding v0.3.3 |
| 671 | 2026-06-04T02:16:54.023Z | Downloaded headers-core v0.3.0 |
| 672 | 2026-06-04T02:16:54.023Z | Downloaded hash32 v0.3.1 |
| 673 | 2026-06-04T02:16:54.026Z | Downloaded hash32 v0.2.1 |
| 674 | 2026-06-04T02:16:54.026Z | Downloaded hex-literal v0.4.1 |
| 675 | 2026-06-04T02:16:54.029Z | Downloaded fixedbitset v0.4.2 |
| 676 | 2026-06-04T02:16:54.029Z | Downloaded difflib v0.4.0 |
| 677 | 2026-06-04T02:16:54.032Z | Downloaded futures v0.3.32 |
| 678 | 2026-06-04T02:16:54.032Z | Downloaded futures-executor v0.3.32 |
| 679 | 2026-06-04T02:16:54.035Z | Downloaded fs_extra v1.3.0 |
| 680 | 2026-06-04T02:16:54.035Z | Downloaded fs-err v2.11.0 |
| 681 | 2026-06-04T02:16:54.038Z | Downloaded cc v1.2.56 |
| 682 | 2026-06-04T02:16:54.038Z | Downloaded dirs-sys-next v0.1.2 |
| 683 | 2026-06-04T02:16:54.041Z | Downloaded backon v1.6.0 |
| 684 | 2026-06-04T02:16:54.044Z | Downloaded dyn-clone v1.0.20 |
| 685 | 2026-06-04T02:16:54.044Z | Downloaded find-msvc-tools v0.1.9 |
| 686 | 2026-06-04T02:16:54.047Z | Downloaded fallible-iterator v0.2.0 |
| 687 | 2026-06-04T02:16:54.047Z | Downloaded hubpack v0.1.2 |
| 688 | 2026-06-04T02:16:54.048Z | Downloaded diff v0.1.13 |
| 689 | 2026-06-04T02:16:54.051Z | Downloaded ctr v0.9.2 |
| 690 | 2026-06-04T02:16:54.051Z | Downloaded dsl_auto_type v0.2.0 |
| 691 | 2026-06-04T02:16:54.051Z | Downloaded home v0.5.12 |
| 692 | 2026-06-04T02:16:54.054Z | Downloaded endian-type v0.1.2 |
| 693 | 2026-06-04T02:16:54.054Z | Downloaded dtrace-parser v0.3.0 |
| 694 | 2026-06-04T02:16:54.054Z | Downloaded debug-ignore v1.0.5 |
| 695 | 2026-06-04T02:16:54.054Z | Downloaded curve25519-dalek-derive v0.1.1 |
| 696 | 2026-06-04T02:16:54.056Z | Downloaded httpdate v1.0.3 |
| 697 | 2026-06-04T02:16:54.056Z | Downloaded chacha20 v0.9.1 |
| 698 | 2026-06-04T02:16:54.056Z | Downloaded display-error-chain v0.2.2 |
| 699 | 2026-06-04T02:16:54.089Z | Downloaded filetime v0.2.27 |
| 700 | 2026-06-04T02:16:54.090Z | Downloaded crucible-workspace-hack v0.1.0 |
| 701 | 2026-06-04T02:16:54.090Z | Downloaded colored v3.1.1 |
| 702 | 2026-06-04T02:16:54.090Z | Downloaded bzip2 v0.6.1 |
| 703 | 2026-06-04T02:16:54.090Z | Downloaded erased-serde v0.3.31 |
| 704 | 2026-06-04T02:16:54.090Z | Downloaded hyper-tls v0.6.0 |
| 705 | 2026-06-04T02:16:54.090Z | Downloaded cookie_store v0.22.1 |
| 706 | 2026-06-04T02:16:54.090Z | Downloaded foreign-types-shared v0.3.1 |
| 707 | 2026-06-04T02:16:54.090Z | Downloaded derive_more v0.99.20 |
| 708 | 2026-06-04T02:16:54.090Z | Downloaded indent_write v2.2.0 |
| 709 | 2026-06-04T02:16:54.090Z | Downloaded ident_case v1.0.1 |
| 710 | 2026-06-04T02:16:54.090Z | Downloaded globwalk v0.9.1 |
| 711 | 2026-06-04T02:16:54.090Z | Downloaded either v1.15.0 |
| 712 | 2026-06-04T02:16:54.090Z | Downloaded derive-ex v0.1.8 |
| 713 | 2026-06-04T02:16:54.090Z | Downloaded indoc v1.0.9 |
| 714 | 2026-06-04T02:16:54.090Z | Downloaded dropshot v0.17.0 |
| 715 | 2026-06-04T02:16:54.094Z | Downloaded indicatif v0.18.4 |
| 716 | 2026-06-04T02:16:54.094Z | Downloaded lzss v0.8.2 |
| 717 | 2026-06-04T02:16:54.094Z | Downloaded highway v1.3.0 |
| 718 | 2026-06-04T02:16:54.097Z | Downloaded illumos-nvpair-sys v0.2.0 |
| 719 | 2026-06-04T02:16:54.097Z | Downloaded illumos-nvpair v0.3.0 |
| 720 | 2026-06-04T02:16:54.100Z | Downloaded derive_more-impl v2.1.1 |
| 721 | 2026-06-04T02:16:54.103Z | Downloaded multimap v0.10.1 |
| 722 | 2026-06-04T02:16:54.103Z | Downloaded crossbeam-channel v0.5.15 |
| 723 | 2026-06-04T02:16:54.106Z | Downloaded console v0.15.11 |
| 724 | 2026-06-04T02:16:54.109Z | Downloaded diesel-dtrace v0.5.0 |
| 725 | 2026-06-04T02:16:54.109Z | Downloaded expectorate v1.2.0 |
| 726 | 2026-06-04T02:16:54.112Z | Downloaded daft-derive v0.1.7 |
| 727 | 2026-06-04T02:16:54.115Z | Downloaded is-terminal v0.4.17 |
| 728 | 2026-06-04T02:16:54.115Z | Downloaded flate2 v1.1.9 |
| 729 | 2026-06-04T02:16:54.117Z | Downloaded drift v0.2.0 |
| 730 | 2026-06-04T02:16:54.123Z | Downloaded group v0.13.0 |
| 731 | 2026-06-04T02:16:54.126Z | Downloaded camino-tempfile-ext v0.3.3 |
| 732 | 2026-06-04T02:16:54.129Z | Downloaded bytes v1.11.1 |
| 733 | 2026-06-04T02:16:54.129Z | Downloaded const_format v0.2.35 |
| 734 | 2026-06-04T02:16:54.131Z | Downloaded base64 v0.22.1 |
| 735 | 2026-06-04T02:16:54.134Z | Downloaded num-derive v0.4.2 |
| 736 | 2026-06-04T02:16:54.137Z | Downloaded impl-trait-for-tuples v0.2.3 |
| 737 | 2026-06-04T02:16:54.140Z | Downloaded libscf-sys v1.1.0 |
| 738 | 2026-06-04T02:16:54.140Z | Downloaded humantime v2.3.0 |
| 739 | 2026-06-04T02:16:54.140Z | Downloaded hyper-staticfile v0.10.1 |
| 740 | 2026-06-04T02:16:54.142Z | Downloaded hmac v0.12.1 |
| 741 | 2026-06-04T02:16:54.142Z | Downloaded lru-cache v0.1.2 |
| 742 | 2026-06-04T02:16:54.145Z | Downloaded getrandom v0.2.17 |
| 743 | 2026-06-04T02:16:54.149Z | Downloaded env_filter v1.0.0 |
| 744 | 2026-06-04T02:16:54.149Z | Downloaded ecdsa v0.16.9 |
| 745 | 2026-06-04T02:16:54.149Z | Downloaded curve25519-dalek v4.1.3 |
| 746 | 2026-06-04T02:16:54.157Z | Downloaded http-body v1.0.1 |
| 747 | 2026-06-04T02:16:54.157Z | Downloaded maybe-uninit v2.0.0 |
| 748 | 2026-06-04T02:16:54.157Z | Downloaded lru-slab v0.1.2 |
| 749 | 2026-06-04T02:16:54.160Z | Downloaded ingot-types v0.1.2 |
| 750 | 2026-06-04T02:16:54.160Z | Downloaded ingot v0.1.1 |
| 751 | 2026-06-04T02:16:54.165Z | Downloaded match_cfg v0.1.0 |
| 752 | 2026-06-04T02:16:54.165Z | Downloaded arc-swap v1.8.2 |
| 753 | 2026-06-04T02:16:54.165Z | Downloaded compact_str v0.8.1 |
| 754 | 2026-06-04T02:16:54.168Z | Downloaded allocator-api2 v0.2.21 |
| 755 | 2026-06-04T02:16:54.171Z | Downloaded instability v0.3.11 |
| 756 | 2026-06-04T02:16:54.171Z | Downloaded glob v0.3.3 |
| 757 | 2026-06-04T02:16:54.171Z | Downloaded crc-any v2.5.0 |
| 758 | 2026-06-04T02:16:54.173Z | Downloaded new_debug_unreachable v1.0.6 |
| 759 | 2026-06-04T02:16:54.173Z | Downloaded mime v0.3.17 |
| 760 | 2026-06-04T02:16:54.177Z | Downloaded const-oid v0.9.6 |
| 761 | 2026-06-04T02:16:54.177Z | Downloaded globset v0.4.18 |
| 762 | 2026-06-04T02:16:54.179Z | Downloaded git-stub-vcs v0.1.0 |
| 763 | 2026-06-04T02:16:54.179Z | Downloaded instant v0.1.13 |
| 764 | 2026-06-04T02:16:54.182Z | Downloaded getrandom v0.3.4 |
| 765 | 2026-06-04T02:16:54.185Z | Downloaded libefi-sys v0.1.0 |
| 766 | 2026-06-04T02:16:54.185Z | Downloaded ipnetwork v0.21.1 |
| 767 | 2026-06-04T02:16:54.185Z | Downloaded csv v1.4.0 |
| 768 | 2026-06-04T02:16:54.199Z | Downloaded num v0.4.3 |
| 769 | 2026-06-04T02:16:54.202Z | Downloaded nodrop v0.1.14 |
| 770 | 2026-06-04T02:16:54.202Z | Downloaded managed v0.8.0 |
| 771 | 2026-06-04T02:16:54.202Z | Downloaded linked-hash-map v0.5.6 |
| 772 | 2026-06-04T02:16:54.202Z | Downloaded lock_api v0.4.14 |
| 773 | 2026-06-04T02:16:54.205Z | Downloaded libsw-core v0.3.2 |
| 774 | 2026-06-04T02:16:54.205Z | Downloaded ingot-macros v0.1.1 |
| 775 | 2026-06-04T02:16:54.220Z | Downloaded indoc v2.0.7 |
| 776 | 2026-06-04T02:16:54.223Z | Downloaded num_enum_derive v0.5.11 |
| 777 | 2026-06-04T02:16:54.223Z | Downloaded num-conv v0.2.0 |
| 778 | 2026-06-04T02:16:54.226Z | Downloaded nanorand v0.7.0 |
| 779 | 2026-06-04T02:16:54.226Z | Downloaded memmap2 v0.9.10 |
| 780 | 2026-06-04T02:16:54.228Z | Downloaded ipnet v2.11.0 |
| 781 | 2026-06-04T02:16:54.228Z | Downloaded newtype_derive v0.1.6 |
| 782 | 2026-06-04T02:16:54.231Z | Downloaded multer v3.1.0 |
| 783 | 2026-06-04T02:16:54.231Z | Downloaded libsw v3.5.0 |
| 784 | 2026-06-04T02:16:54.234Z | Downloaded funty v2.0.0 |
| 785 | 2026-06-04T02:16:54.234Z | Downloaded bumpalo v3.20.2 |
| 786 | 2026-06-04T02:16:54.237Z | Downloaded newtype-uuid v1.3.2 |
| 787 | 2026-06-04T02:16:54.237Z | Downloaded darling_core v0.20.11 |
| 788 | 2026-06-04T02:16:54.240Z | Downloaded ignore v0.4.25 |
| 789 | 2026-06-04T02:16:54.243Z | Downloaded openssl-macros v0.1.1 |
| 790 | 2026-06-04T02:16:54.243Z | Downloaded native-tls v0.2.18 |
| 791 | 2026-06-04T02:16:54.245Z | Downloaded lazy_static v1.5.0 |
| 792 | 2026-06-04T02:16:54.245Z | Downloaded md-5 v0.10.6 |
| 793 | 2026-06-04T02:16:54.245Z | Downloaded libloading v0.8.9 |
| 794 | 2026-06-04T02:16:54.248Z | Downloaded hyper-rustls v0.27.7 |
| 795 | 2026-06-04T02:16:54.251Z | Downloaded phf v0.12.1 |
| 796 | 2026-06-04T02:16:54.251Z | Downloaded oso-derive v0.27.3 |
| 797 | 2026-06-04T02:16:54.251Z | Downloaded nibble_vec v0.1.0 |
| 798 | 2026-06-04T02:16:54.254Z | Downloaded half v2.7.1 |
| 799 | 2026-06-04T02:16:54.254Z | Downloaded num_enum v0.5.11 |
| 800 | 2026-06-04T02:16:54.257Z | Downloaded p521 v0.13.3 |
| 801 | 2026-06-04T02:16:54.260Z | Downloaded itertools v0.10.5 |
| 802 | 2026-06-04T02:16:54.264Z | Downloaded num_threads v0.1.7 |
| 803 | 2026-06-04T02:16:54.267Z | Downloaded parse-size v1.1.0 |
| 804 | 2026-06-04T02:16:54.267Z | Downloaded normalize-line-endings v0.3.0 |
| 805 | 2026-06-04T02:16:54.267Z | Downloaded indexmap v1.9.3 |
| 806 | 2026-06-04T02:16:54.269Z | Downloaded pbkdf2 v0.12.2 |
| 807 | 2026-06-04T02:16:54.272Z | Downloaded num-rational v0.4.2 |
| 808 | 2026-06-04T02:16:54.272Z | Downloaded num_enum_derive v0.7.5 |
| 809 | 2026-06-04T02:16:54.272Z | Downloaded headers v0.4.1 |
| 810 | 2026-06-04T02:16:54.275Z | Downloaded diesel v2.3.7 |
| 811 | 2026-06-04T02:16:54.286Z | Downloaded peg-runtime v0.8.5 |
| 812 | 2026-06-04T02:16:54.289Z | Downloaded pbkdf2 v0.11.0 |
| 813 | 2026-06-04T02:16:54.289Z | Downloaded path-slash v0.1.5 |
| 814 | 2026-06-04T02:16:54.291Z | Downloaded heapless v0.8.0 |
| 815 | 2026-06-04T02:16:54.291Z | Downloaded darling v0.13.4 |
| 816 | 2026-06-04T02:16:54.294Z | Downloaded ar_archive_writer v0.5.1 |
| 817 | 2026-06-04T02:16:54.297Z | Downloaded derive-where v1.6.0 |
| 818 | 2026-06-04T02:16:54.297Z | Downloaded minimal-lexical v0.2.1 |
| 819 | 2026-06-04T02:16:54.300Z | Downloaded darling_macro v0.21.3 |
| 820 | 2026-06-04T02:16:54.303Z | Downloaded darling_core v0.13.4 |
| 821 | 2026-06-04T02:16:54.305Z | Downloaded phf_shared v0.13.1 |
| 822 | 2026-06-04T02:16:54.305Z | Downloaded csv-core v0.1.13 |
| 823 | 2026-06-04T02:16:54.306Z | Downloaded defmt-parser v1.0.0 |
| 824 | 2026-06-04T02:16:54.308Z | Downloaded libbz2-rs-sys v0.2.2 |
| 825 | 2026-06-04T02:16:54.308Z | Downloaded crossbeam-utils v0.8.21 |
| 826 | 2026-06-04T02:16:54.311Z | Downloaded packed_struct_codegen v0.10.1 |
| 827 | 2026-06-04T02:16:54.311Z | Downloaded oxnet v0.1.4 |
| 828 | 2026-06-04T02:16:54.313Z | Downloaded owo-colors v4.3.0 |
| 829 | 2026-06-04T02:16:54.313Z | Downloaded openssl-probe v0.1.6 |
| 830 | 2026-06-04T02:16:54.316Z | Downloaded num-bigint v0.4.6 |
| 831 | 2026-06-04T02:16:54.319Z | Downloaded pin-utils v0.1.0 |
| 832 | 2026-06-04T02:16:54.319Z | Downloaded crc32fast v1.5.0 |
| 833 | 2026-06-04T02:16:54.322Z | Downloaded phf_shared v0.12.1 |
| 834 | 2026-06-04T02:16:54.322Z | Downloaded phf_shared v0.11.3 |
| 835 | 2026-06-04T02:16:54.322Z | Downloaded oxide-tokio-rt v0.1.4 |
| 836 | 2026-06-04T02:16:54.324Z | Downloaded heapless v0.7.17 |
| 837 | 2026-06-04T02:16:54.327Z | Downloaded password-hash v0.5.0 |
| 838 | 2026-06-04T02:16:54.332Z | Downloaded paste v1.0.15 |
| 839 | 2026-06-04T02:16:54.335Z | Downloaded parking_lot_core v0.8.6 |
| 840 | 2026-06-04T02:16:54.338Z | Downloaded omicron-zone-package v0.12.2 |
| 841 | 2026-06-04T02:16:54.340Z | Downloaded hickory-resolver v0.24.4 |
| 842 | 2026-06-04T02:16:54.343Z | Downloaded packed_struct v0.10.1 |
| 843 | 2026-06-04T02:16:54.343Z | Downloaded pem v3.0.6 |
| 844 | 2026-06-04T02:16:54.345Z | Downloaded hickory-resolver v0.25.2 |
| 845 | 2026-06-04T02:16:54.348Z | Downloaded precomputed-hash v0.1.1 |
| 846 | 2026-06-04T02:16:54.348Z | Downloaded proc-macro-crate v3.4.0 |
| 847 | 2026-06-04T02:16:54.348Z | Downloaded flume v0.11.1 |
| 848 | 2026-06-04T02:16:54.352Z | Downloaded fatfs v0.3.6 |
| 849 | 2026-06-04T02:16:54.363Z | Downloaded proc-macro-crate v1.3.1 |
| 850 | 2026-06-04T02:16:54.365Z | Downloaded encoding_rs v0.8.35 |
| 851 | 2026-06-04T02:16:54.377Z | Downloaded progenitor-client v0.14.0 |
| 852 | 2026-06-04T02:16:54.380Z | Downloaded aes-gcm v0.10.3 |
| 853 | 2026-06-04T02:16:54.380Z | Downloaded progenitor v0.14.0 |
| 854 | 2026-06-04T02:16:54.383Z | Downloaded proc-macro-error2 v2.0.1 |
| 855 | 2026-06-04T02:16:54.385Z | Downloaded pin-project-internal v1.1.11 |
| 856 | 2026-06-04T02:16:54.385Z | Downloaded psm v0.1.30 |
| 857 | 2026-06-04T02:16:54.388Z | Downloaded psl-types v2.0.11 |
| 858 | 2026-06-04T02:16:54.388Z | Downloaded pin-project-lite v0.2.17 |
| 859 | 2026-06-04T02:16:54.391Z | Downloaded parking_lot v0.11.2 |
| 860 | 2026-06-04T02:16:54.391Z | Downloaded peg v0.8.5 |
| 861 | 2026-06-04T02:16:54.394Z | Downloaded progenitor-client v0.11.2 |
| 862 | 2026-06-04T02:16:54.396Z | Downloaded embedded-io v0.6.1 |
| 863 | 2026-06-04T02:16:54.396Z | Downloaded crypto-bigint v0.5.5 |
| 864 | 2026-06-04T02:16:54.400Z | Downloaded password-hash v0.4.2 |
| 865 | 2026-06-04T02:16:54.403Z | Downloaded hostname v0.4.2 |
| 866 | 2026-06-04T02:16:54.403Z | Downloaded diesel_table_macro_syntax v0.3.0 |
| 867 | 2026-06-04T02:16:54.403Z | Downloaded darling_macro v0.23.0 |
| 868 | 2026-06-04T02:16:54.403Z | Downloaded predicates-core v1.0.10 |
| 869 | 2026-06-04T02:16:54.406Z | Downloaded polyval v0.6.2 |
| 870 | 2026-06-04T02:16:54.406Z | Downloaded predicates v3.1.4 |
| 871 | 2026-06-04T02:16:54.409Z | Downloaded postgres-protocol v0.6.10 |
| 872 | 2026-06-04T02:16:54.409Z | Downloaded pkcs8 v0.10.2 |
| 873 | 2026-06-04T02:16:54.412Z | Downloaded progenitor-macro v0.14.0 |
| 874 | 2026-06-04T02:16:54.412Z | Downloaded hickory-server v0.25.2 |
| 875 | 2026-06-04T02:16:54.414Z | Downloaded quinn-udp v0.5.14 |
| 876 | 2026-06-04T02:16:54.414Z | Downloaded pem-rfc7468 v0.7.0 |
| 877 | 2026-06-04T02:16:54.417Z | Downloaded parking_lot_core v0.9.12 |
| 878 | 2026-06-04T02:16:54.417Z | Downloaded ppv-lite86 v0.2.21 |
| 879 | 2026-06-04T02:16:54.420Z | Downloaded aes v0.8.4 |
| 880 | 2026-06-04T02:16:54.420Z | Downloaded ff v0.13.1 |
| 881 | 2026-06-04T02:16:54.420Z | Downloaded foreign-types-shared v0.1.1 |
| 882 | 2026-06-04T02:16:54.423Z | Downloaded oso v0.27.3 |
| 883 | 2026-06-04T02:16:54.429Z | Downloaded radium v0.7.0 |
| 884 | 2026-06-04T02:16:54.432Z | Downloaded pkcs1 v0.7.5 |
| 885 | 2026-06-04T02:16:54.434Z | Downloaded darling_macro v0.13.4 |
| 886 | 2026-06-04T02:16:54.437Z | Downloaded papergrid v0.17.0 |
| 887 | 2026-06-04T02:16:54.440Z | Downloaded p256 v0.13.2 |
| 888 | 2026-06-04T02:16:54.442Z | Downloaded defmt v1.0.1 |
| 889 | 2026-06-04T02:16:54.445Z | Downloaded quick-error v1.2.3 |
| 890 | 2026-06-04T02:16:54.448Z | Downloaded progenitor-macro v0.13.0 |
| 891 | 2026-06-04T02:16:54.448Z | Downloaded rand v0.8.6 |
| 892 | 2026-06-04T02:16:54.450Z | Downloaded progenitor-extras v0.2.0 |
| 893 | 2026-06-04T02:16:54.450Z | Downloaded hashbrown v0.12.3 |
| 894 | 2026-06-04T02:16:54.453Z | Downloaded progenitor v0.11.2 |
| 895 | 2026-06-04T02:16:54.456Z | Downloaded progenitor v0.13.0 |
| 896 | 2026-06-04T02:16:54.456Z | Downloaded parse-display v0.10.0 |
| 897 | 2026-06-04T02:16:54.459Z | Downloaded diesel_derives v2.3.7 |
| 898 | 2026-06-04T02:16:54.462Z | Downloaded phf v0.13.1 |
| 899 | 2026-06-04T02:16:54.464Z | Downloaded document-features v0.2.12 |
| 900 | 2026-06-04T02:16:54.464Z | Downloaded der_derive v0.7.3 |
| 901 | 2026-06-04T02:16:54.464Z | Downloaded poly1305 v0.8.0 |
| 902 | 2026-06-04T02:16:54.467Z | Downloaded env_logger v0.11.9 |
| 903 | 2026-06-04T02:16:54.470Z | Downloaded dropshot_endpoint v0.17.0 |
| 904 | 2026-06-04T02:16:54.474Z | Downloaded rand_chacha v0.3.1 |
| 905 | 2026-06-04T02:16:54.474Z | Downloaded progenitor-macro v0.11.2 |
| 906 | 2026-06-04T02:16:54.474Z | Downloaded rand_xorshift v0.4.0 |
| 907 | 2026-06-04T02:16:54.474Z | Downloaded cstr-argument v0.1.2 |
| 908 | 2026-06-04T02:16:54.482Z | Downloaded ref-cast-impl v1.0.25 |
| 909 | 2026-06-04T02:16:54.486Z | Downloaded darling_core v0.21.3 |
| 910 | 2026-06-04T02:16:54.491Z | Downloaded rustc-hash v2.1.1 |
| 911 | 2026-06-04T02:16:54.494Z | Downloaded hyper-util v0.1.20 |
| 912 | 2026-06-04T02:16:54.497Z | Downloaded russh-cryptovec v0.7.3 |
| 913 | 2026-06-04T02:16:54.497Z | Downloaded ref-cast v1.0.25 |
| 914 | 2026-06-04T02:16:54.500Z | Downloaded rfc6979 v0.4.0 |
| 915 | 2026-06-04T02:16:54.500Z | Downloaded pkcs5 v0.7.1 |
| 916 | 2026-06-04T02:16:54.502Z | Downloaded md5 v0.7.0 |
| 917 | 2026-06-04T02:16:54.505Z | Downloaded pin-project v1.1.11 |
| 918 | 2026-06-04T02:16:54.509Z | Downloaded resolv-conf v0.7.6 |
| 919 | 2026-06-04T02:16:54.512Z | Downloaded http v1.4.0 |
| 920 | 2026-06-04T02:16:54.514Z | Downloaded rustc_version v0.4.1 |
| 921 | 2026-06-04T02:16:54.514Z | Downloaded rustc_version v0.1.7 |
| 922 | 2026-06-04T02:16:54.514Z | Downloaded rand_seeder v0.4.0 |
| 923 | 2026-06-04T02:16:54.517Z | Downloaded r2d2 v0.8.10 |
| 924 | 2026-06-04T02:16:54.517Z | Downloaded jiff-static v0.2.21 |
| 925 | 2026-06-04T02:16:54.520Z | Downloaded ron v0.8.1 |
| 926 | 2026-06-04T02:16:54.522Z | Downloaded postcard v1.1.3 |
| 927 | 2026-06-04T02:16:54.525Z | Downloaded crossbeam-deque v0.8.6 |
| 928 | 2026-06-04T02:16:54.525Z | Downloaded iddqd v0.4.2 |
| 929 | 2026-06-04T02:16:54.530Z | Downloaded rand_core v0.10.0 |
| 930 | 2026-06-04T02:16:54.533Z | Downloaded rand_core v0.6.4 |
| 931 | 2026-06-04T02:16:54.536Z | Downloaded daft v0.1.7 |
| 932 | 2026-06-04T02:16:54.542Z | Downloaded rustls-pki-types v1.14.0 |
| 933 | 2026-06-04T02:16:54.545Z | Downloaded ed25519 v2.2.3 |
| 934 | 2026-06-04T02:16:54.547Z | Downloaded prefix-trie v0.7.0 |
| 935 | 2026-06-04T02:16:54.551Z | Downloaded same-file v1.0.6 |
| 936 | 2026-06-04T02:16:54.553Z | Downloaded dirs-next v2.0.0 |
| 937 | 2026-06-04T02:16:54.553Z | Downloaded salsa20 v0.10.2 |
| 938 | 2026-06-04T02:16:54.559Z | Downloaded reqwest v0.12.28 |
| 939 | 2026-06-04T02:16:54.563Z | Downloaded secrecy v0.10.3 |
| 940 | 2026-06-04T02:16:54.565Z | Downloaded rand_chacha v0.9.0 |
| 941 | 2026-06-04T02:16:54.565Z | Downloaded newtype-uuid-macros v0.1.0 |
| 942 | 2026-06-04T02:16:54.568Z | Downloaded dropshot-api-manager v0.7.2 |
| 943 | 2026-06-04T02:16:54.571Z | Downloaded is_ci v1.2.0 |
| 944 | 2026-06-04T02:16:54.571Z | Downloaded progenitor-impl v0.11.2 |
| 945 | 2026-06-04T02:16:54.574Z | Downloaded hashbrown v0.16.1 |
| 946 | 2026-06-04T02:16:54.577Z | Downloaded serde_repr v0.1.20 |
| 947 | 2026-06-04T02:16:54.577Z | Downloaded olpc-cjson v0.1.4 |
| 948 | 2026-06-04T02:16:54.580Z | Downloaded scrypt v0.11.0 |
| 949 | 2026-06-04T02:16:54.580Z | Downloaded chrono v0.4.44 |
| 950 | 2026-06-04T02:16:54.582Z | Downloaded sct v0.7.1 |
| 951 | 2026-06-04T02:16:54.586Z | Downloaded serde_bytes v0.11.19 |
| 952 | 2026-06-04T02:16:54.589Z | Downloaded sha1 v0.10.6 |
| 953 | 2026-06-04T02:16:54.589Z | Downloaded libgit2-sys v0.18.3+1.9.2 |
| 954 | 2026-06-04T02:16:54.618Z | Downloaded shlex v1.3.0 |
| 955 | 2026-06-04T02:16:54.621Z | Downloaded crossterm v0.29.0 |
| 956 | 2026-06-04T02:16:54.623Z | Downloaded serde_yaml v0.9.34+deprecated |
| 957 | 2026-06-04T02:16:54.626Z | Downloaded num_enum v0.7.5 |
| 958 | 2026-06-04T02:16:54.629Z | Downloaded signature v2.2.0 |
| 959 | 2026-06-04T02:16:54.632Z | Downloaded derive_builder_core v0.20.2 |
| 960 | 2026-06-04T02:16:54.632Z | Downloaded signal-hook-registry v1.4.8 |
| 961 | 2026-06-04T02:16:54.634Z | Downloaded slog-dtrace v0.3.0 |
| 962 | 2026-06-04T02:16:54.634Z | Downloaded libxml v0.3.3 |
| 963 | 2026-06-04T02:16:54.637Z | Downloaded ed25519-dalek v2.2.0 |
| 964 | 2026-06-04T02:16:54.640Z | Downloaded serde_spanned v1.0.4 |
| 965 | 2026-06-04T02:16:54.642Z | Downloaded rusty-fork v0.3.1 |
| 966 | 2026-06-04T02:16:54.642Z | Downloaded mime_guess v2.0.5 |
| 967 | 2026-06-04T02:16:54.645Z | Downloaded serde_plain v1.0.2 |
| 968 | 2026-06-04T02:16:54.645Z | Downloaded serde-big-array v0.5.1 |
| 969 | 2026-06-04T02:16:54.645Z | Downloaded rustls-pemfile v2.2.0 |
| 970 | 2026-06-04T02:16:54.648Z | Downloaded linear-map v1.2.0 |
| 971 | 2026-06-04T02:16:54.650Z | Downloaded stacker v0.1.23 |
| 972 | 2026-06-04T02:16:54.650Z | Downloaded derive_builder v0.20.2 |
| 973 | 2026-06-04T02:16:54.653Z | Downloaded rustversion v1.0.22 |
| 974 | 2026-06-04T02:16:54.656Z | Downloaded darling v0.20.11 |
| 975 | 2026-06-04T02:16:54.658Z | Downloaded hkdf v0.12.4 |
| 976 | 2026-06-04T02:16:54.661Z | Downloaded hashbrown v0.15.5 |
| 977 | 2026-06-04T02:16:54.664Z | Downloaded aho-corasick v1.1.4 |
| 978 | 2026-06-04T02:16:54.666Z | Downloaded scheduled-thread-pool v0.2.7 |
| 979 | 2026-06-04T02:16:54.669Z | Downloaded iana-time-zone v0.1.65 |
| 980 | 2026-06-04T02:16:54.669Z | Downloaded signal-hook-mio v0.2.5 |
| 981 | 2026-06-04T02:16:54.671Z | Downloaded scopeguard v1.2.0 |
| 982 | 2026-06-04T02:16:54.671Z | Downloaded prettyplease v0.2.37 |
| 983 | 2026-06-04T02:16:54.675Z | Downloaded hyper v1.8.1 |
| 984 | 2026-06-04T02:16:54.677Z | Downloaded itertools v0.12.1 |
| 985 | 2026-06-04T02:16:54.680Z | Downloaded rcgen v0.12.1 |
| 986 | 2026-06-04T02:16:54.682Z | Downloaded rustls-pemfile v1.0.4 |
| 987 | 2026-06-04T02:16:54.685Z | Downloaded sec1 v0.7.3 |
| 988 | 2026-06-04T02:16:54.685Z | Downloaded hubpack_derive v0.1.1 |
| 989 | 2026-06-04T02:16:54.685Z | Downloaded http-range v0.1.5 |
| 990 | 2026-06-04T02:16:54.688Z | Downloaded sigpipe v0.1.3 |
| 991 | 2026-06-04T02:16:54.688Z | Downloaded http-body-util v0.1.3 |
| 992 | 2026-06-04T02:16:54.688Z | Downloaded take_mut v0.2.2 |
| 993 | 2026-06-04T02:16:54.690Z | Downloaded slog-envlogger v2.2.0 |
| 994 | 2026-06-04T02:16:54.690Z | Downloaded progenitor-impl v0.14.0 |
| 995 | 2026-06-04T02:16:54.693Z | Downloaded mio v1.2.0 |
| 996 | 2026-06-04T02:16:54.696Z | Downloaded jobserver v0.1.34 |
| 997 | 2026-06-04T02:16:54.696Z | Downloaded itertools v0.13.0 |
| 998 | 2026-06-04T02:16:54.699Z | Downloaded smoltcp v0.9.1 |
| 999 | 2026-06-04T02:16:54.707Z | Downloaded slog-bunyan v2.5.0 |
| 1000 | 2026-06-04T02:16:54.710Z | Downloaded iri-string v0.7.10 |
| 1001 | 2026-06-04T02:16:54.715Z | Downloaded serde_path_to_error v0.1.20 |
| 1002 | 2026-06-04T02:16:54.717Z | Downloaded kstat-rs v0.2.4 |
| 1003 | 2026-06-04T02:16:54.717Z | Downloaded crossterm v0.28.1 |
| 1004 | 2026-06-04T02:16:54.717Z | Downloaded num-integer v0.1.46 |
| 1005 | 2026-06-04T02:16:54.720Z | Downloaded inout v0.1.4 |
| 1006 | 2026-06-04T02:16:54.720Z | Downloaded serde_derive_internals v0.29.1 |
| 1007 | 2026-06-04T02:16:54.720Z | Downloaded num-derive v0.3.3 |
| 1008 | 2026-06-04T02:16:54.723Z | Downloaded ssh-cipher v0.2.0 |
| 1009 | 2026-06-04T02:16:54.723Z | Downloaded object v0.37.3 |
| 1010 | 2026-06-04T02:16:54.729Z | Downloaded primeorder v0.13.6 |
| 1011 | 2026-06-04T02:16:54.731Z | Downloaded pkg-config v0.3.32 |
| 1012 | 2026-06-04T02:16:54.731Z | Downloaded h2 v0.4.13 |
| 1013 | 2026-06-04T02:16:54.735Z | Downloaded moka v0.12.13 |
| 1014 | 2026-06-04T02:16:54.740Z | Downloaded supports-color v3.0.2 |
| 1015 | 2026-06-04T02:16:54.742Z | Downloaded strum v0.26.3 |
| 1016 | 2026-06-04T02:16:54.742Z | Downloaded structmeta v0.3.0 |
| 1017 | 2026-06-04T02:16:54.742Z | Downloaded miniz_oxide v0.8.9 |
| 1018 | 2026-06-04T02:16:54.745Z | Downloaded keccak v0.1.6 |
| 1019 | 2026-06-04T02:16:54.745Z | Downloaded serde_with_macros v1.5.2 |
| 1020 | 2026-06-04T02:16:54.748Z | Downloaded elliptic-curve v0.13.8 |
| 1021 | 2026-06-04T02:16:54.748Z | Downloaded qorb v0.4.1 |
| 1022 | 2026-06-04T02:16:54.750Z | Downloaded crossbeam-epoch v0.9.18 |
| 1023 | 2026-06-04T02:16:54.753Z | Downloaded tagptr v0.2.0 |
| 1024 | 2026-06-04T02:16:54.753Z | Downloaded sync_wrapper v1.0.2 |
| 1025 | 2026-06-04T02:16:54.756Z | Downloaded publicsuffix v2.3.0 |
| 1026 | 2026-06-04T02:16:54.756Z | Downloaded slog-async v2.8.0 |
| 1027 | 2026-06-04T02:16:54.759Z | Downloaded simd-adler32 v0.3.8 |
| 1028 | 2026-06-04T02:16:54.759Z | Downloaded proc-macro-error-attr2 v2.0.0 |
| 1029 | 2026-06-04T02:16:54.759Z | Downloaded futures-util v0.3.32 |
| 1030 | 2026-06-04T02:16:54.767Z | Downloaded stringprep v0.1.5 |
| 1031 | 2026-06-04T02:16:54.770Z | Downloaded sync-ptr v0.1.4 |
| 1032 | 2026-06-04T02:16:54.770Z | Downloaded subtle v2.6.1 |
| 1033 | 2026-06-04T02:16:54.770Z | Downloaded ryu v1.0.23 |
| 1034 | 2026-06-04T02:16:54.770Z | Downloaded maplit v1.0.2 |
| 1035 | 2026-06-04T02:16:54.773Z | Downloaded hashbrown v0.13.2 |
| 1036 | 2026-06-04T02:16:54.773Z | Downloaded strum_macros v0.26.4 |
| 1037 | 2026-06-04T02:16:54.776Z | Downloaded rayon-core v1.13.0 |
| 1038 | 2026-06-04T02:16:54.779Z | Downloaded itertools v0.14.0 |
| 1039 | 2026-06-04T02:16:54.782Z | Downloaded testing_table v0.3.0 |
| 1040 | 2026-06-04T02:16:54.782Z | Downloaded lalrpop-util v0.19.12 |
| 1041 | 2026-06-04T02:16:54.782Z | Downloaded support-bundle-viewer v0.1.2 |
| 1042 | 2026-06-04T02:16:54.788Z | Downloaded blake3 v1.8.3 |
| 1043 | 2026-06-04T02:16:54.790Z | Downloaded time-macros v0.2.27 |
| 1044 | 2026-06-04T02:16:54.790Z | Downloaded slog-scope v4.4.1 |
| 1045 | 2026-06-04T02:16:54.790Z | Downloaded serde_with_macros v3.17.0 |
| 1046 | 2026-06-04T02:16:54.793Z | Downloaded openapiv3 v2.2.0 |
| 1047 | 2026-06-04T02:16:54.798Z | Downloaded toml_datetime v1.0.0+spec-1.1.0 |
| 1048 | 2026-06-04T02:16:54.803Z | Downloaded newline-converter v0.3.0 |
| 1049 | 2026-06-04T02:16:54.803Z | Downloaded tokio-tungstenite v0.21.0 |
| 1050 | 2026-06-04T02:16:54.803Z | Downloaded tokio-rustls v0.24.1 |
| 1051 | 2026-06-04T02:16:54.804Z | Downloaded tinyvec_macros v0.1.1 |
| 1052 | 2026-06-04T02:16:54.807Z | Downloaded thiserror-impl-no-std v2.0.2 |
| 1053 | 2026-06-04T02:16:54.807Z | Downloaded parking_lot v0.12.5 |
| 1054 | 2026-06-04T02:16:54.807Z | Downloaded opaque-debug v0.3.1 |
| 1055 | 2026-06-04T02:16:54.807Z | Downloaded num-bigint-dig v0.8.6 |
| 1056 | 2026-06-04T02:16:54.810Z | Downloaded rustls-platform-verifier v0.6.2 |
| 1057 | 2026-06-04T02:16:54.814Z | Downloaded half v1.8.3 |
| 1058 | 2026-06-04T02:16:54.817Z | Downloaded termtree v0.5.1 |
| 1059 | 2026-06-04T02:16:54.817Z | Downloaded slog-stdlog v4.1.1 |
| 1060 | 2026-06-04T02:16:54.817Z | Downloaded nonempty v0.12.0 |
| 1061 | 2026-06-04T02:16:54.817Z | Downloaded peg-macros v0.8.5 |
| 1062 | 2026-06-04T02:16:54.817Z | Downloaded quinn v0.11.9 |
| 1063 | 2026-06-04T02:16:54.820Z | Downloaded progenitor-impl v0.13.0 |
| 1064 | 2026-06-04T02:16:54.823Z | Downloaded pretty_assertions v1.4.1 |
| 1065 | 2026-06-04T02:16:54.823Z | Downloaded openssl v0.10.79 |
| 1066 | 2026-06-04T02:16:54.827Z | Downloaded parse-display-derive v0.10.0 |
| 1067 | 2026-06-04T02:16:54.830Z | Downloaded tokio-macros v2.7.0 |
| 1068 | 2026-06-04T02:16:54.830Z | Downloaded memoffset v0.9.1 |
| 1069 | 2026-06-04T02:16:54.833Z | Downloaded tabled_derive v0.11.0 |
| 1070 | 2026-06-04T02:16:54.833Z | Downloaded litrs v1.0.0 |
| 1071 | 2026-06-04T02:16:54.836Z | Downloaded hostname v0.3.1 |
| 1072 | 2026-06-04T02:16:54.836Z | Downloaded rand_core v0.9.5 |
| 1073 | 2026-06-04T02:16:54.836Z | Downloaded libm v0.2.16 |
| 1074 | 2026-06-04T02:16:54.841Z | Downloaded thread-id v5.1.0 |
| 1075 | 2026-06-04T02:16:54.845Z | Downloaded sapling-renderdag v0.1.0 |
| 1076 | 2026-06-04T02:16:54.845Z | Downloaded derive_more v2.1.1 |
| 1077 | 2026-06-04T02:16:54.849Z | Downloaded untrusted v0.7.1 |
| 1078 | 2026-06-04T02:16:54.852Z | Downloaded tokio-util v0.7.18 |
| 1079 | 2026-06-04T02:16:54.858Z | Downloaded tungstenite v0.21.0 |
| 1080 | 2026-06-04T02:16:54.861Z | Downloaded usdt-attr-macro v0.6.0 |
| 1081 | 2026-06-04T02:16:54.861Z | Downloaded unicode-properties v0.1.4 |
| 1082 | 2026-06-04T02:16:54.861Z | Downloaded tower-layer v0.3.3 |
| 1083 | 2026-06-04T02:16:54.861Z | Downloaded thread_local v1.1.9 |
| 1084 | 2026-06-04T02:16:54.864Z | Downloaded thiserror-no-std v2.0.2 |
| 1085 | 2026-06-04T02:16:54.866Z | Downloaded trait-variant v0.1.2 |
| 1086 | 2026-06-04T02:16:54.866Z | Downloaded powerfmt v0.2.0 |
| 1087 | 2026-06-04T02:16:54.866Z | Downloaded internet-checksum v0.2.1 |
| 1088 | 2026-06-04T02:16:54.873Z | Downloaded uzers v0.12.2 |
| 1089 | 2026-06-04T02:16:54.873Z | Downloaded termios v0.3.3 |
| 1090 | 2026-06-04T02:16:54.873Z | Downloaded signal-hook v0.3.18 |
| 1091 | 2026-06-04T02:16:54.876Z | Downloaded tls_codec v0.4.2 |
| 1092 | 2026-06-04T02:16:54.876Z | Downloaded sqlparser v0.61.0 |
| 1093 | 2026-06-04T02:16:54.879Z | Downloaded unarray v0.1.4 |
| 1094 | 2026-06-04T02:16:54.881Z | Downloaded try-lock v0.2.5 |
| 1095 | 2026-06-04T02:16:54.881Z | Downloaded bindgen v0.71.1 |
| 1096 | 2026-06-04T02:16:54.885Z | Downloaded unicode-segmentation v1.12.0 |
| 1097 | 2026-06-04T02:16:54.888Z | Downloaded tokio-dtrace v0.1.1 |
| 1098 | 2026-06-04T02:16:54.888Z | Downloaded tokio-native-tls v0.3.1 |
| 1099 | 2026-06-04T02:16:54.891Z | Downloaded progenitor-client v0.13.0 |
| 1100 | 2026-06-04T02:16:54.891Z | Downloaded time-core v0.1.8 |
| 1101 | 2026-06-04T02:16:54.891Z | Downloaded vergen-gitcl v1.0.8 |
| 1102 | 2026-06-04T02:16:54.895Z | Downloaded serde_urlencoded v0.7.1 |
| 1103 | 2026-06-04T02:16:54.895Z | Downloaded rand v0.9.2 |
| 1104 | 2026-06-04T02:16:54.898Z | Downloaded serde_cbor v0.11.2 |
| 1105 | 2026-06-04T02:16:54.898Z | Downloaded secrecy v0.8.0 |
| 1106 | 2026-06-04T02:16:54.901Z | Downloaded nix v0.27.1 |
| 1107 | 2026-06-04T02:16:54.904Z | Downloaded untrusted v0.9.0 |
| 1108 | 2026-06-04T02:16:54.907Z | Downloaded universal-hash v0.5.1 |
| 1109 | 2026-06-04T02:16:54.907Z | Downloaded toml_writer v1.0.6+spec-1.1.0 |
| 1110 | 2026-06-04T02:16:54.907Z | Downloaded unit-prefix v0.5.2 |
| 1111 | 2026-06-04T02:16:54.910Z | Downloaded scroll v0.13.0 |
| 1112 | 2026-06-04T02:16:54.910Z | Downloaded rand v0.10.0 |
| 1113 | 2026-06-04T02:16:54.914Z | Downloaded regress v0.11.1 |
| 1114 | 2026-06-04T02:16:54.917Z | Downloaded nu-ansi-term v0.50.3 |
| 1115 | 2026-06-04T02:16:54.920Z | Downloaded openssl-probe v0.2.1 |
| 1116 | 2026-06-04T02:16:54.920Z | Downloaded regex v1.12.3 |
| 1117 | 2026-06-04T02:16:54.923Z | Downloaded typify-macro v0.6.2 |
| 1118 | 2026-06-04T02:16:54.926Z | Downloaded topological-sort v0.2.2 |
| 1119 | 2026-06-04T02:16:54.926Z | Downloaded shell-words v1.1.1 |
| 1120 | 2026-06-04T02:16:54.926Z | Downloaded recursive-proc-macro-impl v0.1.1 |
| 1121 | 2026-06-04T02:16:54.926Z | Downloaded num-iter v0.1.45 |
| 1122 | 2026-06-04T02:16:54.930Z | Downloaded schemars v0.9.0 |
| 1123 | 2026-06-04T02:16:54.934Z | Downloaded tui-tree-widget v0.23.1 |
| 1124 | 2026-06-04T02:16:54.937Z | Downloaded polar-core v0.27.3 |
| 1125 | 2026-06-04T02:16:54.942Z | Downloaded void v1.0.2 |
| 1126 | 2026-06-04T02:16:54.942Z | Downloaded progenitor-client v0.10.0 |
| 1127 | 2026-06-04T02:16:54.942Z | Downloaded unicase v2.9.0 |
| 1128 | 2026-06-04T02:16:54.945Z | Downloaded semver v0.1.20 |
| 1129 | 2026-06-04T02:16:54.945Z | Downloaded samael v0.0.19 |
| 1130 | 2026-06-04T02:16:54.948Z | Downloaded openssl-sys v0.9.115 |
| 1131 | 2026-06-04T02:16:54.951Z | Downloaded git2 v0.20.4 |
| 1132 | 2026-06-04T02:16:54.956Z | Downloaded strsim v0.10.0 |
| 1133 | 2026-06-04T02:16:54.959Z | Downloaded snafu v0.8.9 |
| 1134 | 2026-06-04T02:16:54.962Z | Downloaded want v0.3.1 |
| 1135 | 2026-06-04T02:16:54.964Z | Downloaded rsa v0.9.10 |
| 1136 | 2026-06-04T02:16:54.970Z | Downloaded xattr v1.6.1 |
| 1137 | 2026-06-04T02:16:54.970Z | Downloaded unicode-truncate v1.1.0 |
| 1138 | 2026-06-04T02:16:54.970Z | Downloaded serde-hex v0.1.0 |
| 1139 | 2026-06-04T02:16:54.970Z | Downloaded recursive v0.1.1 |
| 1140 | 2026-06-04T02:16:54.970Z | Downloaded seq-macro v0.3.6 |
| 1141 | 2026-06-04T02:16:54.973Z | Downloaded nom v7.1.3 |
| 1142 | 2026-06-04T02:16:54.976Z | Downloaded tinyvec v1.10.0 |
| 1143 | 2026-06-04T02:16:54.976Z | Downloaded term v0.7.0 |
| 1144 | 2026-06-04T02:16:54.979Z | Downloaded similar v2.7.0 |
| 1145 | 2026-06-04T02:16:54.982Z | Downloaded toml_parser v1.0.9+spec-1.1.0 |
| 1146 | 2026-06-04T02:16:54.985Z | Downloaded schemars v1.2.1 |
| 1147 | 2026-06-04T02:16:54.991Z | Downloaded zeroize_derive v1.4.3 |
| 1148 | 2026-06-04T02:16:54.994Z | Downloaded predicates-tree v1.0.13 |
| 1149 | 2026-06-04T02:16:54.994Z | Downloaded xshell-macros v0.2.7 |
| 1150 | 2026-06-04T02:16:54.994Z | Downloaded vergen-lib v9.1.0 |
| 1151 | 2026-06-04T02:16:54.997Z | Downloaded socket2 v0.6.3 |
| 1152 | 2026-06-04T02:16:54.997Z | Downloaded schemars_derive v0.8.22 |
| 1153 | 2026-06-04T02:16:55.002Z | Downloaded russh-keys v0.45.0 |
| 1154 | 2026-06-04T02:16:55.002Z | Downloaded httparse v1.10.1 |
| 1155 | 2026-06-04T02:16:55.005Z | Downloaded rustls-webpki v0.103.9 |
| 1156 | 2026-06-04T02:16:55.008Z | Downloaded smallvec v0.6.14 |
| 1157 | 2026-06-04T02:16:55.011Z | Downloaded tar v0.4.45 |
| 1158 | 2026-06-04T02:16:55.014Z | Downloaded walkdir v2.5.0 |
| 1159 | 2026-06-04T02:16:55.018Z | Downloaded strum v0.27.2 |
| 1160 | 2026-06-04T02:16:55.018Z | Downloaded goblin v0.10.5 |
| 1161 | 2026-06-04T02:16:55.022Z | Downloaded wyz v0.5.1 |
| 1162 | 2026-06-04T02:16:55.024Z | Downloaded term v1.2.1 |
| 1163 | 2026-06-04T02:16:55.024Z | Downloaded zip v0.6.6 |
| 1164 | 2026-06-04T02:16:55.027Z | Downloaded toml v1.0.6+spec-1.1.0 |
| 1165 | 2026-06-04T02:16:55.030Z | Downloaded sqlparser_derive v0.5.0 |
| 1166 | 2026-06-04T02:16:55.030Z | Downloaded vsss-rs v3.3.4 |
| 1167 | 2026-06-04T02:16:55.035Z | Downloaded structmeta-derive v0.3.0 |
| 1168 | 2026-06-04T02:16:55.035Z | Downloaded rustls-native-certs v0.8.3 |
| 1169 | 2026-06-04T02:16:55.038Z | Downloaded tap v1.0.1 |
| 1170 | 2026-06-04T02:16:55.038Z | Downloaded tracing-attributes v0.1.31 |
| 1171 | 2026-06-04T02:16:55.038Z | Downloaded bitvec v1.0.1 |
| 1172 | 2026-06-04T02:16:55.047Z | Downloaded vergen v9.1.0 |
| 1173 | 2026-06-04T02:16:55.049Z | Downloaded reedline v0.40.0 |
| 1174 | 2026-06-04T02:16:55.053Z | Downloaded typify v0.4.3 |
| 1175 | 2026-06-04T02:16:55.055Z | Downloaded static_assertions v1.1.0 |
| 1176 | 2026-06-04T02:16:55.058Z | Downloaded rtoolbox v0.0.3 |
| 1177 | 2026-06-04T02:16:55.064Z | Downloaded toml v0.7.8 |
| 1178 | 2026-06-04T02:16:55.067Z | Downloaded tracing v0.1.44 |
| 1179 | 2026-06-04T02:16:55.079Z | Downloaded yasna v0.5.2 |
| 1180 | 2026-06-04T02:16:55.082Z | Downloaded tiny-keccak v2.0.2 |
| 1181 | 2026-06-04T02:16:55.085Z | Downloaded toml_datetime v0.7.5+spec-1.1.0 |
| 1182 | 2026-06-04T02:16:55.085Z | Downloaded russh v0.45.0 |
| 1183 | 2026-06-04T02:16:55.087Z | Downloaded toml_edit v0.23.10+spec-1.0.0 |
| 1184 | 2026-06-04T02:16:55.090Z | Downloaded usdt-macro v0.6.0 |
| 1185 | 2026-06-04T02:16:55.092Z | Downloaded siphasher v1.0.2 |
| 1186 | 2026-06-04T02:16:55.092Z | Downloaded scroll_derive v0.13.1 |
| 1187 | 2026-06-04T02:16:55.092Z | Downloaded postgres-types v0.2.12 |
| 1188 | 2026-06-04T02:16:55.095Z | Downloaded zeroize v1.8.2 |
| 1189 | 2026-06-04T02:16:55.095Z | Downloaded tracing-core v0.1.36 |
| 1190 | 2026-06-04T02:16:55.098Z | Downloaded steno v0.4.1 |
| 1191 | 2026-06-04T02:16:55.100Z | Downloaded slog v2.8.2 |
| 1192 | 2026-06-04T02:16:55.103Z | Downloaded xshell v0.2.7 |
| 1193 | 2026-06-04T02:16:55.103Z | Downloaded typify-macro v0.4.3 |
| 1194 | 2026-06-04T02:16:55.103Z | Downloaded smf v0.2.3 |
| 1195 | 2026-06-04T02:16:55.106Z | Downloaded whoami v2.1.0 |
| 1196 | 2026-06-04T02:16:55.106Z | Downloaded tabwriter v1.4.1 |
| 1197 | 2026-06-04T02:16:55.106Z | Downloaded serde_with v1.14.0 |
| 1198 | 2026-06-04T02:16:55.109Z | Downloaded subprocess v0.2.15 |
| 1199 | 2026-06-04T02:16:55.112Z | Downloaded spki v0.7.3 |
| 1200 | 2026-06-04T02:16:55.114Z | Downloaded slab v0.4.12 |
| 1201 | 2026-06-04T02:16:55.114Z | Downloaded portable-atomic v1.13.1 |
| 1202 | 2026-06-04T02:16:55.118Z | Downloaded tokio-postgres v0.7.16 |
| 1203 | 2026-06-04T02:16:55.121Z | Downloaded slog-json v2.6.1 |
| 1204 | 2026-06-04T02:16:55.123Z | Downloaded lru v0.12.5 |
| 1205 | 2026-06-04T02:16:55.123Z | Downloaded lalrpop v0.19.12 |
| 1206 | 2026-06-04T02:16:55.129Z | Downloaded strip-ansi-escapes v0.2.1 |
| 1207 | 2026-06-04T02:16:55.132Z | Downloaded slog-term v2.9.2 |
| 1208 | 2026-06-04T02:16:55.132Z | Downloaded quinn-proto v0.11.13 |
| 1209 | 2026-06-04T02:16:55.136Z | Downloaded schemars v0.8.22 |
| 1210 | 2026-06-04T02:16:55.142Z | Downloaded tls_codec_derive v0.4.2 |
| 1211 | 2026-06-04T02:16:55.145Z | Downloaded strum_macros v0.24.3 |
| 1212 | 2026-06-04T02:16:55.145Z | Downloaded regex-syntax v0.6.29 |
| 1213 | 2026-06-04T02:16:55.149Z | Downloaded sqlformat v0.3.5 |
| 1214 | 2026-06-04T02:16:55.151Z | Downloaded ssh-key v0.6.7 |
| 1215 | 2026-06-04T02:16:55.155Z | Downloaded unicode_categories v0.1.1 |
| 1216 | 2026-06-04T02:16:55.158Z | Downloaded zopfli v0.8.3 |
| 1217 | 2026-06-04T02:16:55.160Z | Downloaded signal-hook-tokio v0.3.1 |
| 1218 | 2026-06-04T02:16:55.160Z | Downloaded yansi v1.0.1 |
| 1219 | 2026-06-04T02:16:55.163Z | Downloaded toml_edit v0.19.15 |
| 1220 | 2026-06-04T02:16:55.170Z | Downloaded string_cache v0.8.9 |
| 1221 | 2026-06-04T02:16:55.196Z | Downloaded unsafe-libyaml v0.2.11 |
| 1222 | 2026-06-04T02:16:55.196Z | Downloaded quick-xml v0.37.5 |
| 1223 | 2026-06-04T02:16:55.196Z | Downloaded usdt-impl v0.6.0 |
| 1224 | 2026-06-04T02:16:55.196Z | Downloaded uuid v1.23.0 |
| 1225 | 2026-06-04T02:16:55.196Z | Downloaded reqwest v0.13.2 |
| 1226 | 2026-06-04T02:16:55.196Z | Downloaded unicode-bidi v0.3.18 |
| 1227 | 2026-06-04T02:16:55.196Z | Downloaded tokio-rustls v0.26.4 |
| 1228 | 2026-06-04T02:16:55.196Z | Downloaded rayon v1.11.0 |
| 1229 | 2026-06-04T02:16:55.196Z | Downloaded waitgroup v0.1.2 |
| 1230 | 2026-06-04T02:16:55.196Z | Downloaded tower-service v0.3.3 |
| 1231 | 2026-06-04T02:16:55.196Z | Downloaded rustls-webpki v0.101.7 |
| 1232 | 2026-06-04T02:16:55.200Z | Downloaded vergen-lib v0.1.6 |
| 1233 | 2026-06-04T02:16:55.203Z | Downloaded tower v0.5.3 |
| 1234 | 2026-06-04T02:16:55.206Z | Downloaded tokio-tungstenite v0.23.1 |
| 1235 | 2026-06-04T02:16:55.209Z | Downloaded tokio-stream v0.1.18 |
| 1236 | 2026-06-04T02:16:55.211Z | Downloaded vergen-git2 v9.1.0 |
| 1237 | 2026-06-04T02:16:55.212Z | Downloaded strum_macros v0.27.2 |
| 1238 | 2026-06-04T02:16:55.215Z | Downloaded bstr v1.12.1 |
| 1239 | 2026-06-04T02:16:55.218Z | Downloaded zone_cfg_derive v0.3.1 |
| 1240 | 2026-06-04T02:16:55.222Z | Downloaded proptest v1.10.0 |
| 1241 | 2026-06-04T02:16:55.224Z | Downloaded zerocopy v0.6.6 |
| 1242 | 2026-06-04T02:16:55.224Z | Downloaded tokio-rustls v0.25.0 |
| 1243 | 2026-06-04T02:16:55.227Z | Downloaded zerocopy v0.8.40 |
| 1244 | 2026-06-04T02:16:55.231Z | Downloaded salty v0.3.0 |
| 1245 | 2026-06-04T02:16:55.235Z | Downloaded zerocopy-derive v0.8.40 |
| 1246 | 2026-06-04T02:16:55.240Z | Downloaded zstd-safe v7.2.4 |
| 1247 | 2026-06-04T02:16:55.243Z | Downloaded wait-timeout v0.2.1 |
| 1248 | 2026-06-04T02:16:55.243Z | Downloaded tungstenite v0.23.0 |
| 1249 | 2026-06-04T02:16:55.245Z | Downloaded snafu-derive v0.8.9 |
| 1250 | 2026-06-04T02:16:55.245Z | Downloaded socket2 v0.5.10 |
| 1251 | 2026-06-04T02:16:55.248Z | Downloaded zstd v0.13.3 |
| 1252 | 2026-06-04T02:16:55.248Z | Downloaded typify v0.6.2 |
| 1253 | 2026-06-04T02:16:55.250Z | Downloaded twox-hash v2.1.2 |
| 1254 | 2026-06-04T02:16:55.250Z | Downloaded spin v0.9.8 |
| 1255 | 2026-06-04T02:16:55.253Z | Downloaded whoami v1.6.1 |
| 1256 | 2026-06-04T02:16:55.253Z | Downloaded object v0.30.4 |
| 1257 | 2026-06-04T02:16:55.258Z | Downloaded rpassword v7.4.0 |
| 1258 | 2026-06-04T02:16:55.261Z | Downloaded utf-8 v0.7.6 |
| 1259 | 2026-06-04T02:16:55.261Z | Downloaded tough v0.22.0 |
| 1260 | 2026-06-04T02:16:55.265Z | Downloaded tower-http v0.6.8 |
| 1261 | 2026-06-04T02:16:55.270Z | Downloaded zip v4.6.1 |
| 1262 | 2026-06-04T02:16:55.273Z | Downloaded vte v0.14.1 |
| 1263 | 2026-06-04T02:16:55.275Z | Downloaded rustyline v14.0.0 |
| 1264 | 2026-06-04T02:16:55.278Z | Downloaded petname v2.0.2 |
| 1265 | 2026-06-04T02:16:55.281Z | Downloaded p384 v0.13.1 |
| 1266 | 2026-06-04T02:16:55.284Z | Downloaded typed-path v0.9.3 |
| 1267 | 2026-06-04T02:16:55.286Z | Downloaded zone v0.3.1 |
| 1268 | 2026-06-04T02:16:55.289Z | Downloaded serde_with v3.17.0 |
| 1269 | 2026-06-04T02:16:55.295Z | Downloaded x509-cert v0.2.5 |
| 1270 | 2026-06-04T02:16:55.298Z | Downloaded radix_trie v0.2.1 |
| 1271 | 2026-06-04T02:16:55.302Z | Downloaded unicode-normalization v0.1.25 |
| 1272 | 2026-06-04T02:16:55.304Z | Downloaded rustls-webpki v0.102.8 |
| 1273 | 2026-06-04T02:16:55.315Z | Downloaded test-strategy v0.4.5 |
| 1274 | 2026-06-04T02:16:55.318Z | Downloaded regress v0.10.5 |
| 1275 | 2026-06-04T02:16:55.324Z | Downloaded winnow v0.6.26 |
| 1276 | 2026-06-04T02:16:55.329Z | Downloaded nix v0.28.0 |
| 1277 | 2026-06-04T02:16:55.337Z | Downloaded rustix v0.38.44 |
| 1278 | 2026-06-04T02:16:55.352Z | Downloaded zlib-rs v0.6.2 |
| 1279 | 2026-06-04T02:16:55.355Z | Downloaded webpki-roots v1.0.6 |
| 1280 | 2026-06-04T02:16:55.357Z | Downloaded regex-syntax v0.8.10 |
| 1281 | 2026-06-04T02:16:55.364Z | Downloaded winnow v0.5.40 |
| 1282 | 2026-06-04T02:16:55.371Z | Downloaded regex-automata v0.4.14 |
| 1283 | 2026-06-04T02:16:55.381Z | Downloaded rustls v0.21.12 |
| 1284 | 2026-06-04T02:16:55.387Z | Downloaded nix v0.31.2 |
| 1285 | 2026-06-04T02:16:55.394Z | Downloaded hickory-proto v0.24.4 |
| 1286 | 2026-06-04T02:16:55.403Z | Downloaded tabled v0.20.0 |
| 1287 | 2026-06-04T02:16:55.413Z | Downloaded time v0.3.47 |
| 1288 | 2026-06-04T02:16:55.420Z | Downloaded hickory-proto v0.25.2 |
| 1289 | 2026-06-04T02:16:55.429Z | Downloaded vcpkg v0.2.15 |
| 1290 | 2026-06-04T02:16:55.452Z | Downloaded num-complex v0.4.6 |
| 1291 | 2026-06-04T02:16:55.454Z | Downloaded ratatui v0.29.0 |
| 1292 | 2026-06-04T02:16:55.467Z | Downloaded rustls v0.22.4 |
| 1293 | 2026-06-04T02:16:55.475Z | Downloaded smoltcp v0.11.0 |
| 1294 | 2026-06-04T02:16:55.487Z | Downloaded bzip2-sys v0.1.13+1.0.8 |
| 1295 | 2026-06-04T02:16:55.513Z | Downloaded rustls v0.23.37 |
| 1296 | 2026-06-04T02:16:55.529Z | Downloaded usdt v0.6.0 |
| 1297 | 2026-06-04T02:16:55.538Z | Downloaded ssh-encoding v0.2.0 |
| 1298 | 2026-06-04T02:16:55.613Z | Downloaded sled v0.34.7 |
| 1299 | 2026-06-04T02:16:55.620Z | Downloaded typify-impl v0.6.2 |
| 1300 | 2026-06-04T02:16:55.648Z | Downloaded typify-impl v0.4.3 |
| 1301 | 2026-06-04T02:16:55.680Z | Downloaded zerocopy-derive v0.6.6 |
| 1302 | 2026-06-04T02:16:55.704Z | Downloaded petgraph v0.6.5 |
| 1303 | 2026-06-04T02:16:55.718Z | Downloaded jiff v0.2.21 |
| 1304 | 2026-06-04T02:16:55.729Z | Downloaded chrono-tz v0.10.4 |
| 1305 | 2026-06-04T02:16:55.749Z | Downloaded petgraph v0.8.3 |
| 1306 | 2026-06-04T02:16:55.781Z | Downloaded libz-sys v1.1.24 |
| 1307 | 2026-06-04T02:16:55.801Z | Downloaded sha3 v0.10.8 |
| 1308 | 2026-06-04T02:16:55.804Z | Downloaded zstd-sys v2.0.16+zstd.1.5.7 |
| 1309 | 2026-06-04T02:16:55.836Z | Downloaded tokio v1.52.1 |
| 1310 | 2026-06-04T02:16:55.896Z | Downloaded ring v0.17.14 |
| 1311 | 2026-06-04T02:16:56.379Z | Downloaded aws-lc-sys v0.40.0 |
| 1312 | 2026-06-04T02:16:56.630Z | Compiling libc v0.2.185 |
| 1313 | 2026-06-04T02:16:56.630Z | Compiling serde v1.0.228 |
| 1314 | 2026-06-04T02:16:56.633Z | Compiling log v0.4.29 |
| 1315 | 2026-06-04T02:16:56.633Z | Compiling shlex v1.3.0 |
| 1316 | 2026-06-04T02:16:56.633Z | Compiling find-msvc-tools v0.1.9 |
| 1317 | 2026-06-04T02:16:56.785Z | Compiling syn v2.0.117 |
| 1318 | 2026-06-04T02:16:56.793Z | Compiling smallvec v1.15.1 |
| 1319 | 2026-06-04T02:16:56.796Z | Compiling typenum v1.19.0 |
| 1320 | 2026-06-04T02:16:56.944Z | Compiling generic-array v0.14.7 |
| 1321 | 2026-06-04T02:16:56.972Z | Compiling subtle v2.6.1 |
| 1322 | 2026-06-04T02:16:57.012Z | Compiling scopeguard v1.2.0 |
| 1323 | 2026-06-04T02:16:57.025Z | Compiling const-oid v0.9.6 |
| 1324 | 2026-06-04T02:16:57.082Z | Compiling serde_json v1.0.149 |
| 1325 | 2026-06-04T02:16:57.114Z | Compiling lock_api v0.4.14 |
| 1326 | 2026-06-04T02:16:57.151Z | Compiling zerocopy v0.8.40 |
| 1327 | 2026-06-04T02:16:57.195Z | Compiling parking_lot_core v0.9.12 |
| 1328 | 2026-06-04T02:16:57.331Z | Compiling portable-atomic v1.13.1 |
| 1329 | 2026-06-04T02:16:57.424Z | Compiling pin-project-lite v0.2.17 |
| 1330 | 2026-06-04T02:16:57.552Z | Compiling pkg-config v0.3.32 |
| 1331 | 2026-06-04T02:16:57.611Z | Compiling getrandom v0.2.17 |
| 1332 | 2026-06-04T02:16:57.653Z | Compiling jobserver v0.1.34 |
| 1333 | 2026-06-04T02:16:57.702Z | Compiling errno v0.3.14 |
| 1334 | 2026-06-04T02:16:57.742Z | Compiling rand_core v0.6.4 |
| 1335 | 2026-06-04T02:16:57.836Z | Compiling signal-hook-registry v1.4.8 |
| 1336 | 2026-06-04T02:16:57.862Z | Compiling cc v1.2.56 |
| 1337 | 2026-06-04T02:16:58.025Z | Compiling bitflags v2.11.0 |
| 1338 | 2026-06-04T02:16:58.096Z | Compiling futures-core v0.3.32 |
| 1339 | 2026-06-04T02:16:58.096Z | Compiling critical-section v1.2.0 |
| 1340 | 2026-06-04T02:16:58.214Z | Compiling libm v0.2.16 |
| 1341 | 2026-06-04T02:16:58.244Z | Compiling once_cell v1.21.3 |
| 1342 | 2026-06-04T02:16:58.244Z | Compiling parking_lot v0.12.5 |
| 1343 | 2026-06-04T02:16:58.287Z | Compiling mio v1.2.0 |
| 1344 | 2026-06-04T02:16:58.340Z | Compiling num-traits v0.2.19 |
| 1345 | 2026-06-04T02:16:58.388Z | Compiling percent-encoding v2.3.2 |
| 1346 | 2026-06-04T02:16:58.452Z | Compiling socket2 v0.6.3 |
| 1347 | 2026-06-04T02:16:58.574Z | Compiling futures-sink v0.3.32 |
| 1348 | 2026-06-04T02:16:58.616Z | Compiling getrandom v0.4.1 |
| 1349 | 2026-06-04T02:16:58.675Z | Compiling futures-channel v0.3.32 |
| 1350 | 2026-06-04T02:16:58.689Z | Compiling slab v0.4.12 |
| 1351 | 2026-06-04T02:16:58.733Z | Compiling cpufeatures v0.2.17 |
| 1352 | 2026-06-04T02:16:58.810Z | Compiling futures-io v0.3.32 |
| 1353 | 2026-06-04T02:16:58.850Z | Compiling futures-task v0.3.32 |
| 1354 | 2026-06-04T02:16:58.863Z | Compiling rand_core v0.10.0 |
| 1355 | 2026-06-04T02:16:58.894Z | Compiling indexmap v2.14.0 |
| 1356 | 2026-06-04T02:16:58.959Z | Compiling getrandom v0.3.4 |
| 1357 | 2026-06-04T02:16:58.972Z | Compiling rustversion v1.0.22 |
| 1358 | 2026-06-04T02:16:59.026Z | Compiling cmake v0.1.57 |
| 1359 | 2026-06-04T02:16:59.355Z | Compiling form_urlencoded v1.2.2 |
| 1360 | 2026-06-04T02:16:59.432Z | Compiling fs_extra v1.3.0 |
| 1361 | 2026-06-04T02:16:59.533Z | Compiling dunce v1.0.5 |
| 1362 | 2026-06-04T02:16:59.630Z | Compiling synstructure v0.13.2 |
| 1363 | 2026-06-04T02:16:59.653Z | Compiling ident_case v1.0.1 |
| 1364 | 2026-06-04T02:16:59.704Z | Compiling aws-lc-sys v0.40.0 |
| 1365 | 2026-06-04T02:16:59.774Z | Compiling base64ct v1.8.3 |
| 1366 | 2026-06-04T02:16:59.787Z | Compiling rustix v1.1.3 |
| 1367 | 2026-06-04T02:17:00.037Z | Compiling pem-rfc7468 v0.7.0 |
| 1368 | 2026-06-04T02:17:00.053Z | Compiling flagset v0.4.7 |
| 1369 | 2026-06-04T02:17:00.066Z | Compiling regex-syntax v0.8.10 |
| 1370 | 2026-06-04T02:17:00.130Z | Compiling iana-time-zone v0.1.65 |
| 1371 | 2026-06-04T02:17:00.181Z | Compiling rand_core v0.9.5 |
| 1372 | 2026-06-04T02:17:00.234Z | Compiling ring v0.17.14 |
| 1373 | 2026-06-04T02:17:00.340Z | Compiling vcpkg v0.2.15 |
| 1374 | 2026-06-04T02:17:00.355Z | Compiling aws-lc-rs v1.16.3 |
| 1375 | 2026-06-04T02:17:00.465Z | Compiling uuid v1.23.0 |
| 1376 | 2026-06-04T02:17:00.669Z | Compiling rustc_version v0.4.1 |
| 1377 | 2026-06-04T02:17:00.984Z | Compiling tracing-core v0.1.36 |
| 1378 | 2026-06-04T02:17:01.096Z | Compiling openssl-sys v0.9.115 |
| 1379 | 2026-06-04T02:17:01.195Z | Compiling base64 v0.22.1 |
| 1380 | 2026-06-04T02:17:01.411Z | Compiling serde_derive v1.0.228 |
| 1381 | 2026-06-04T02:17:01.518Z | Compiling zeroize_derive v1.4.3 |
| 1382 | 2026-06-04T02:17:01.542Z | Compiling zerofrom-derive v0.1.6 |
| 1383 | 2026-06-04T02:17:01.559Z | Compiling yoke-derive v0.8.1 |
| 1384 | 2026-06-04T02:17:01.629Z | Compiling zerocopy-derive v0.8.40 |
| 1385 | 2026-06-04T02:17:02.173Z | Compiling zeroize v1.8.2 |
| 1386 | 2026-06-04T02:17:02.465Z | Compiling zerovec-derive v0.11.2 |
| 1387 | 2026-06-04T02:17:02.744Z | Compiling displaydoc v0.2.5 |
| 1388 | 2026-06-04T02:17:02.972Z | Compiling crypto-common v0.1.7 |
| 1389 | 2026-06-04T02:17:02.986Z | Compiling zerofrom v0.1.6 |
| 1390 | 2026-06-04T02:17:03.114Z | Compiling yoke v0.8.1 |
| 1391 | 2026-06-04T02:17:03.124Z | Compiling block-buffer v0.10.4 |
| 1392 | 2026-06-04T02:17:03.295Z | Compiling digest v0.10.7 |
| 1393 | 2026-06-04T02:17:03.310Z | Compiling tokio-macros v2.7.0 |
| 1394 | 2026-06-04T02:17:03.500Z | Compiling zerotrie v0.2.3 |
| 1395 | 2026-06-04T02:17:03.540Z | Compiling futures-macro v0.3.32 |
| 1396 | 2026-06-04T02:17:03.594Z | Compiling zerovec v0.11.5 |
| 1397 | 2026-06-04T02:17:03.793Z | Compiling hmac v0.12.1 |
| 1398 | 2026-06-04T02:17:03.950Z | Compiling block-padding v0.3.3 |
| 1399 | 2026-06-04T02:17:04.013Z | Compiling sha2 v0.10.9 |
| 1400 | 2026-06-04T02:17:04.088Z | Compiling tinystr v0.8.2 |
| 1401 | 2026-06-04T02:17:04.102Z | Compiling potential_utf v0.1.4 |
| 1402 | 2026-06-04T02:17:04.283Z | Compiling icu_locale_core v2.1.1 |
| 1403 | 2026-06-04T02:17:04.332Z | Compiling icu_collections v2.1.1 |
| 1404 | 2026-06-04T02:17:04.348Z | Compiling futures-util v0.3.32 |
| 1405 | 2026-06-04T02:17:04.803Z | Compiling inout v0.1.4 |
| 1406 | 2026-06-04T02:17:04.920Z | Compiling bytes v1.11.1 |
| 1407 | 2026-06-04T02:17:04.963Z | Compiling icu_provider v2.1.1 |
| 1408 | 2026-06-04T02:17:04.977Z | Compiling cipher v0.4.4 |
| 1409 | 2026-06-04T02:17:05.169Z | Compiling der_derive v0.7.3 |
| 1410 | 2026-06-04T02:17:05.241Z | Compiling icu_normalizer v2.1.1 |
| 1411 | 2026-06-04T02:17:05.258Z | Compiling icu_properties v2.1.2 |
| 1412 | 2026-06-04T02:17:05.441Z | Compiling tokio v1.52.1 |
| 1413 | 2026-06-04T02:17:05.541Z | Compiling http v1.4.0 |
| 1414 | 2026-06-04T02:17:05.773Z | Compiling chrono v0.4.44 |
| 1415 | 2026-06-04T02:17:06.119Z | Compiling idna_adapter v1.2.1 |
| 1416 | 2026-06-04T02:17:06.146Z | Compiling ppv-lite86 v0.2.21 |
| 1417 | 2026-06-04T02:17:06.257Z | Compiling idna v1.1.0 |
| 1418 | 2026-06-04T02:17:06.347Z | Compiling der v0.7.10 |
| 1419 | 2026-06-04T02:17:06.417Z | Compiling salsa20 v0.10.2 |
| 1420 | 2026-06-04T02:17:06.457Z | Compiling pbkdf2 v0.12.2 |
| 1421 | 2026-06-04T02:17:06.552Z | Compiling url v2.5.8 |
| 1422 | 2026-06-04T02:17:06.571Z | Compiling rustls-pki-types v1.14.0 |
| 1423 | 2026-06-04T02:17:06.612Z | Compiling thiserror-impl v2.0.18 |
| 1424 | 2026-06-04T02:17:06.893Z | Compiling tracing-attributes v0.1.31 |
| 1425 | 2026-06-04T02:17:07.006Z | Compiling scrypt v0.11.0 |
| 1426 | 2026-06-04T02:17:07.124Z | Compiling rand_chacha v0.9.0 |
| 1427 | 2026-06-04T02:17:07.255Z | Compiling spki v0.7.3 |
| 1428 | 2026-06-04T02:17:07.323Z | Compiling http-body v1.0.1 |
| 1429 | 2026-06-04T02:17:07.458Z | Compiling cbc v0.1.2 |
| 1430 | 2026-06-04T02:17:07.473Z | Compiling aes v0.8.4 |
| 1431 | 2026-06-04T02:17:07.570Z | Compiling openssl-probe v0.2.1 |
| 1432 | 2026-06-04T02:17:07.601Z | Compiling httparse v1.10.1 |
| 1433 | 2026-06-04T02:17:07.741Z | Compiling untrusted v0.9.0 |
| 1434 | 2026-06-04T02:17:07.805Z | Compiling tinyvec_macros v0.1.1 |
| 1435 | 2026-06-04T02:17:07.862Z | Compiling untrusted v0.7.1 |
| 1436 | 2026-06-04T02:17:07.876Z | Compiling tinyvec v1.10.0 |
| 1437 | 2026-06-04T02:17:07.915Z | Compiling thiserror v2.0.18 |
| 1438 | 2026-06-04T02:17:07.971Z | Compiling pkcs5 v0.7.1 |
| 1439 | 2026-06-04T02:17:08.017Z | Compiling pest_generator v2.8.6 |
| 1440 | 2026-06-04T02:17:08.168Z | Compiling tracing v0.1.44 |
| 1441 | 2026-06-04T02:17:08.204Z | Compiling rand v0.9.2 |
| 1442 | 2026-06-04T02:17:08.434Z | Compiling serde_derive_internals v0.29.1 |
| 1443 | 2026-06-04T02:17:08.448Z | Compiling aho-corasick v1.1.4 |
| 1444 | 2026-06-04T02:17:08.524Z | Compiling tower-service v0.3.3 |
| 1445 | 2026-06-04T02:17:08.619Z | Compiling tower-layer v0.3.3 |
| 1446 | 2026-06-04T02:17:08.709Z | Compiling schemars v0.8.22 |
| 1447 | 2026-06-04T02:17:08.777Z | Compiling atomic-waker v1.1.2 |
| 1448 | 2026-06-04T02:17:08.900Z | Compiling try-lock v0.2.5 |
| 1449 | 2026-06-04T02:17:08.914Z | Compiling dyn-clone v1.0.20 |
| 1450 | 2026-06-04T02:17:08.982Z | Compiling rustls v0.23.37 |
| 1451 | 2026-06-04T02:17:09.006Z | Compiling want v0.3.1 |
| 1452 | 2026-06-04T02:17:09.062Z | Compiling pest_derive v2.8.6 |
| 1453 | 2026-06-04T02:17:09.148Z | Compiling tokio-util v0.7.18 |
| 1454 | 2026-06-04T02:17:09.208Z | Compiling pkcs8 v0.10.2 |
| 1455 | 2026-06-04T02:17:09.330Z | Compiling schemars_derive v0.8.22 |
| 1456 | 2026-06-04T02:17:09.513Z | Compiling regex-automata v0.4.14 |
| 1457 | 2026-06-04T02:17:09.744Z | Compiling ipnet v2.11.0 |
| 1458 | 2026-06-04T02:17:09.825Z | Compiling scroll_derive v0.13.1 |
| 1459 | 2026-06-04T02:17:10.187Z | Compiling h2 v0.4.13 |
| 1460 | 2026-06-04T02:17:10.235Z | Compiling darling_core v0.20.11 |
| 1461 | 2026-06-04T02:17:10.249Z | Compiling httpdate v1.0.3 |
| 1462 | 2026-06-04T02:17:10.471Z | Compiling openssl v0.10.79 |
| 1463 | 2026-06-04T02:17:10.571Z | Compiling foreign-types-shared v0.1.1 |
| 1464 | 2026-06-04T02:17:10.628Z | Compiling pin-utils v0.1.0 |
| 1465 | 2026-06-04T02:17:10.658Z | Compiling foreign-types v0.3.2 |
| 1466 | 2026-06-04T02:17:10.710Z | Compiling scroll v0.13.0 |
| 1467 | 2026-06-04T02:17:10.726Z | Compiling tempfile v3.25.0 |
| 1468 | 2026-06-04T02:17:10.970Z | Compiling unicode-normalization v0.1.25 |
| 1469 | 2026-06-04T02:17:11.086Z | Compiling openssl-macros v0.1.1 |
| 1470 | 2026-06-04T02:17:11.412Z | Compiling zstd-sys v2.0.16+zstd.1.5.7 |
| 1471 | 2026-06-04T02:17:11.464Z | Compiling spin v0.9.8 |
| 1472 | 2026-06-04T02:17:11.479Z | Compiling time-core v0.1.8 |
| 1473 | 2026-06-04T02:17:11.625Z | Compiling powerfmt v0.2.0 |
| 1474 | 2026-06-04T02:17:11.662Z | Compiling crc32fast v1.5.0 |
| 1475 | 2026-06-04T02:17:11.786Z | Compiling num-conv v0.2.0 |
| 1476 | 2026-06-04T02:17:11.823Z | Compiling native-tls v0.2.18 |
| 1477 | 2026-06-04T02:17:11.918Z | Compiling time-macros v0.2.27 |
| 1478 | 2026-06-04T02:17:12.013Z | Compiling deranged v0.5.8 |
| 1479 | 2026-06-04T02:17:12.483Z | Compiling darling_macro v0.20.11 |
| 1480 | 2026-06-04T02:17:12.944Z | Compiling darling v0.20.11 |
| 1481 | 2026-06-04T02:17:12.956Z | Compiling goblin v0.10.5 |
| 1482 | 2026-06-04T02:17:12.970Z | Compiling rustls-native-certs v0.8.3 |
| 1483 | 2026-06-04T02:17:13.021Z | Compiling sync_wrapper v1.0.2 |
| 1484 | 2026-06-04T02:17:13.131Z | Compiling hyper v1.8.1 |
| 1485 | 2026-06-04T02:17:13.253Z | Compiling wait-timeout v0.2.1 |
| 1486 | 2026-06-04T02:17:13.514Z | Compiling usdt-impl v0.6.0 |
| 1487 | 2026-06-04T02:17:13.584Z | Compiling siphasher v1.0.2 |
| 1488 | 2026-06-04T02:17:13.716Z | Compiling simd-adler32 v0.3.8 |
| 1489 | 2026-06-04T02:17:13.765Z | Compiling crossbeam-utils v0.8.21 |
| 1490 | 2026-06-04T02:17:13.958Z | Compiling syn v1.0.109 |
| 1491 | 2026-06-04T02:17:14.047Z | Compiling num_threads v0.1.7 |
| 1492 | 2026-06-04T02:17:14.061Z | Compiling quick-error v1.2.3 |
| 1493 | 2026-06-04T02:17:14.145Z | Compiling bit-vec v0.8.0 |
| 1494 | 2026-06-04T02:17:14.166Z | Compiling rusty-fork v0.3.1 |
| 1495 | 2026-06-04T02:17:14.291Z | Compiling hyper-util v0.1.20 |
| 1496 | 2026-06-04T02:17:14.443Z | Compiling bit-set v0.8.0 |
| 1497 | 2026-06-04T02:17:14.605Z | Compiling time v0.3.47 |
| 1498 | 2026-06-04T02:17:14.789Z | Compiling tower v0.5.3 |
| 1499 | 2026-06-04T02:17:14.851Z | Compiling derive_builder_core v0.20.2 |
| 1500 | 2026-06-04T02:17:15.227Z | Compiling dtrace-parser v0.3.0 |
| 1501 | 2026-06-04T02:17:15.259Z | Compiling http-body-util v0.1.3 |
| 1502 | 2026-06-04T02:17:15.499Z | Compiling webpki-roots v1.0.6 |
| 1503 | 2026-06-04T02:17:15.626Z | Compiling signature v2.2.0 |
| 1504 | 2026-06-04T02:17:15.722Z | Compiling dof v0.4.0 |
| 1505 | 2026-06-04T02:17:15.806Z | Compiling thiserror-impl v1.0.69 |
| 1506 | 2026-06-04T02:17:15.965Z | Compiling scroll_derive v0.12.1 |
| 1507 | 2026-06-04T02:17:16.023Z | Compiling heapless v0.7.17 |
| 1508 | 2026-06-04T02:17:16.160Z | Compiling rand_xorshift v0.4.0 |
| 1509 | 2026-06-04T02:17:16.259Z | Compiling slog v2.8.2 |
| 1510 | 2026-06-04T02:17:16.320Z | Compiling darling_core v0.21.3 |
| 1511 | 2026-06-04T02:17:16.439Z | Compiling bzip2-sys v0.1.13+1.0.8 |
| 1512 | 2026-06-04T02:17:16.598Z | Compiling thread-id v5.1.0 |
| 1513 | 2026-06-04T02:17:16.684Z | Compiling cookie v0.18.1 |
| 1514 | 2026-06-04T02:17:16.708Z | Compiling zstd-safe v7.2.4 |
| 1515 | 2026-06-04T02:17:16.860Z | Compiling paste v1.0.15 |
| 1516 | 2026-06-04T02:17:16.875Z | Compiling unarray v0.1.4 |
| 1517 | 2026-06-04T02:17:16.896Z | Compiling allocator-api2 v0.2.21 |
| 1518 | 2026-06-04T02:17:16.983Z | Compiling unicode-bidi v0.3.18 |
| 1519 | 2026-06-04T02:17:17.032Z | Compiling unicode-properties v0.1.4 |
| 1520 | 2026-06-04T02:17:17.122Z | Compiling adler2 v2.0.1 |
| 1521 | 2026-06-04T02:17:17.200Z | Compiling iri-string v0.7.10 |
| 1522 | 2026-06-04T02:17:17.214Z | Compiling anyhow v1.0.102 |
| 1523 | 2026-06-04T02:17:17.234Z | Compiling signal-hook v0.3.18 |
| 1524 | 2026-06-04T02:17:17.247Z | Compiling ryu v1.0.23 |
| 1525 | 2026-06-04T02:17:17.415Z | Compiling serde_urlencoded v0.7.1 |
| 1526 | 2026-06-04T02:17:17.428Z | Compiling stringprep v0.1.5 |
| 1527 | 2026-06-04T02:17:17.517Z | Compiling miniz_oxide v0.8.9 |
| 1528 | 2026-06-04T02:17:17.701Z | Compiling thiserror v1.0.69 |
| 1529 | 2026-06-04T02:17:17.713Z | Compiling proptest v1.10.0 |
| 1530 | 2026-06-04T02:17:18.113Z | Compiling scroll v0.12.0 |
| 1531 | 2026-06-04T02:17:18.370Z | Compiling tower-http v0.6.8 |
| 1532 | 2026-06-04T02:17:18.485Z | Compiling derive_builder_macro v0.20.2 |
| 1533 | 2026-06-04T02:17:18.658Z | Compiling tokio-native-tls v0.3.1 |
| 1534 | 2026-06-04T02:17:18.792Z | Compiling bstr v1.12.1 |
| 1535 | 2026-06-04T02:17:18.795Z | Compiling darling_macro v0.21.3 |
| 1536 | 2026-06-04T02:17:18.821Z | Compiling ipnetwork v0.21.1 |
| 1537 | 2026-06-04T02:17:18.927Z | Compiling rand_chacha v0.3.1 |
| 1538 | 2026-06-04T02:17:19.075Z | Compiling erased-serde v0.3.31 |
| 1539 | 2026-06-04T02:17:19.215Z | Compiling serde_spanned v0.6.9 |
| 1540 | 2026-06-04T02:17:19.319Z | Compiling toml_datetime v0.6.11 |
| 1541 | 2026-06-04T02:17:19.361Z | Compiling serde_tokenstream v0.2.3 |
| 1542 | 2026-06-04T02:17:19.477Z | Compiling md-5 v0.10.6 |
| 1543 | 2026-06-04T02:17:19.575Z | Compiling async-trait v0.1.89 |
| 1544 | 2026-06-04T02:17:19.606Z | Compiling zerocopy-derive v0.7.35 |
| 1545 | 2026-06-04T02:17:19.640Z | Compiling pin-project-internal v1.1.11 |
| 1546 | 2026-06-04T02:17:19.668Z | Compiling curve25519-dalek v4.1.3 |
| 1547 | 2026-06-04T02:17:19.763Z | Compiling vergen-lib v9.1.0 |
| 1548 | 2026-06-04T02:17:19.945Z | Compiling num-integer v0.1.46 |
| 1549 | 2026-06-04T02:17:19.996Z | Compiling hash32 v0.2.1 |
| 1550 | 2026-06-04T02:17:20.191Z | Compiling ff v0.13.1 |
| 1551 | 2026-06-04T02:17:20.271Z | Compiling memoffset v0.9.1 |
| 1552 | 2026-06-04T02:17:20.331Z | Compiling encoding_rs v0.8.35 |
| 1553 | 2026-06-04T02:17:20.465Z | Compiling zlib-rs v0.6.2 |
| 1554 | 2026-06-04T02:17:20.479Z | Compiling rustix v0.38.44 |
| 1555 | 2026-06-04T02:17:20.596Z | Compiling mime v0.3.17 |
| 1556 | 2026-06-04T02:17:20.747Z | Compiling smoltcp v0.9.1 |
| 1557 | 2026-06-04T02:17:20.823Z | Compiling num-bigint-dig v0.8.6 |
| 1558 | 2026-06-04T02:17:20.850Z | Compiling ref-cast v1.0.25 |
| 1559 | 2026-06-04T02:17:21.009Z | Compiling base16ct v0.2.0 |
| 1560 | 2026-06-04T02:17:21.074Z | Compiling litrs v1.0.0 |
| 1561 | 2026-06-04T02:17:21.144Z | Compiling psl-types v2.0.11 |
| 1562 | 2026-06-04T02:17:21.185Z | Compiling cfg_aliases v0.2.1 |
| 1563 | 2026-06-04T02:17:21.261Z | Compiling fallible-iterator v0.2.0 |
| 1564 | 2026-06-04T02:17:21.275Z | Compiling nix v0.31.2 |
| 1565 | 2026-06-04T02:17:21.566Z | Compiling postgres-protocol v0.6.10 |
| 1566 | 2026-06-04T02:17:21.579Z | Compiling document-features v0.2.12 |
| 1567 | 2026-06-04T02:17:21.638Z | Compiling publicsuffix v2.3.0 |
| 1568 | 2026-06-04T02:17:21.819Z | Compiling sec1 v0.7.3 |
| 1569 | 2026-06-04T02:17:21.977Z | Compiling pin-project v1.1.11 |
| 1570 | 2026-06-04T02:17:22.077Z | Compiling zerocopy v0.7.35 |
| 1571 | 2026-06-04T02:17:22.104Z | Compiling group v0.13.0 |
| 1572 | 2026-06-04T02:17:22.144Z | Compiling num-iter v0.1.45 |
| 1573 | 2026-06-04T02:17:22.262Z | Compiling newtype-uuid v1.3.2 |
| 1574 | 2026-06-04T02:17:22.588Z | Compiling darling v0.21.3 |
| 1575 | 2026-06-04T02:17:22.614Z | Compiling rand v0.8.6 |
| 1576 | 2026-06-04T02:17:22.627Z | Compiling hubpack_derive v0.1.1 |
| 1577 | 2026-06-04T02:17:22.640Z | Compiling oxnet v0.1.4 |
| 1578 | 2026-06-04T02:17:22.666Z | Compiling derive_builder v0.20.2 |
| 1579 | 2026-06-04T02:17:22.749Z | Compiling hyper-tls v0.6.0 |
| 1580 | 2026-06-04T02:17:22.986Z | Compiling goblin v0.8.2 |
| 1581 | 2026-06-04T02:17:23.396Z | Compiling flate2 v1.1.9 |
| 1582 | 2026-06-04T02:17:23.535Z | Compiling phf_shared v0.13.1 |
| 1583 | 2026-06-04T02:17:23.578Z | Compiling regex v1.12.3 |
| 1584 | 2026-06-04T02:17:23.650Z | Compiling lazy_static v1.5.0 |
| 1585 | 2026-06-04T02:17:23.744Z | Compiling futures-executor v0.3.32 |
| 1586 | 2026-06-04T02:17:23.745Z | Compiling hex v0.4.3 |
| 1587 | 2026-06-04T02:17:23.773Z | Compiling hkdf v0.12.4 |
| 1588 | 2026-06-04T02:17:23.795Z | Compiling crypto-bigint v0.5.5 |
| 1589 | 2026-06-04T02:17:23.934Z | Compiling curve25519-dalek-derive v0.1.1 |
| 1590 | 2026-06-04T02:17:23.996Z | Compiling snafu-derive v0.8.9 |
| 1591 | 2026-06-04T02:17:24.000Z | Compiling strum_macros v0.27.2 |
| 1592 | 2026-06-04T02:17:24.023Z | Compiling daft-derive v0.1.7 |
| 1593 | 2026-06-04T02:17:24.575Z | Compiling ref-cast-impl v1.0.25 |
| 1594 | 2026-06-04T02:17:24.782Z | Compiling terminal_size v0.4.3 |
| 1595 | 2026-06-04T02:17:24.922Z | Compiling vergen v9.1.0 |
| 1596 | 2026-06-04T02:17:25.105Z | Compiling fs-err v3.3.0 |
| 1597 | 2026-06-04T02:17:25.119Z | Compiling cargo-platform v0.3.2 |
| 1598 | 2026-06-04T02:17:25.292Z | Compiling ahash v0.8.12 |
| 1599 | 2026-06-04T02:17:25.392Z | Compiling object v0.37.3 |
| 1600 | 2026-06-04T02:17:25.499Z | Compiling same-file v1.0.6 |
| 1601 | 2026-06-04T02:17:25.659Z | Compiling bumpalo v3.20.2 |
| 1602 | 2026-06-04T02:17:25.673Z | Compiling winnow v0.5.40 |
| 1603 | 2026-06-04T02:17:25.918Z | Compiling foldhash v0.2.0 |
| 1604 | 2026-06-04T02:17:25.943Z | Compiling bitflags v1.3.2 |
| 1605 | 2026-06-04T02:17:25.957Z | Compiling managed v0.8.0 |
| 1606 | 2026-06-04T02:17:26.015Z | Compiling unicode-segmentation v1.12.0 |
| 1607 | 2026-06-04T02:17:26.019Z | Compiling libbz2-rs-sys v0.2.2 |
| 1608 | 2026-06-04T02:17:26.137Z | Compiling foldhash v0.1.5 |
| 1609 | 2026-06-04T02:17:26.307Z | Compiling hashbrown v0.15.5 |
| 1610 | 2026-06-04T02:17:26.396Z | Compiling hashbrown v0.16.1 |
| 1611 | 2026-06-04T02:17:26.511Z | Compiling bzip2 v0.6.1 |
| 1612 | 2026-06-04T02:17:26.713Z | Compiling strum v0.27.2 |
| 1613 | 2026-06-04T02:17:26.713Z | Compiling clap_builder v4.5.60 |
| 1614 | 2026-06-04T02:17:26.843Z | Compiling snafu v0.8.9 |
| 1615 | 2026-06-04T02:17:26.843Z | Compiling zopfli v0.8.3 |
| 1616 | 2026-06-04T02:17:26.945Z | Compiling toml_edit v0.19.15 |
| 1617 | 2026-06-04T02:17:27.016Z | Compiling walkdir v2.5.0 |
| 1618 | 2026-06-04T02:17:27.190Z | Compiling cargo_metadata v0.23.1 |
| 1619 | 2026-06-04T02:17:27.207Z | Compiling dof v0.3.0 |
| 1620 | 2026-06-04T02:17:27.446Z | Compiling daft v0.1.7 |
| 1621 | 2026-06-04T02:17:27.511Z | Compiling elliptic-curve v0.13.8 |
| 1622 | 2026-06-04T02:17:27.904Z | Compiling futures v0.3.32 |
| 1623 | 2026-06-04T02:17:27.987Z | Compiling phf v0.13.1 |
| 1624 | 2026-06-04T02:17:28.149Z | Compiling signal-hook-mio v0.2.5 |
| 1625 | 2026-06-04T02:17:28.269Z | Compiling cookie_store v0.22.1 |
| 1626 | 2026-06-04T02:17:28.744Z | Compiling hubpack v0.1.2 |
| 1627 | 2026-06-04T02:17:28.885Z | Compiling bzip2 v0.4.4 |
| 1628 | 2026-06-04T02:17:28.910Z | Compiling zstd v0.13.3 |
| 1629 | 2026-06-04T02:17:28.959Z | Compiling serde_with_macros v3.17.0 |
| 1630 | 2026-06-04T02:17:29.185Z | Compiling postgres-types v0.2.12 |
| 1631 | 2026-06-04T02:17:29.595Z | Compiling usdt-attr-macro v0.6.0 |
| 1632 | 2026-06-04T02:17:29.705Z | Compiling usdt-macro v0.6.0 |
| 1633 | 2026-06-04T02:17:29.769Z | Compiling globset v0.4.18 |
| 1634 | 2026-06-04T02:17:30.145Z | Compiling dtrace-parser v0.2.0 |
| 1635 | 2026-06-04T02:17:30.330Z | Compiling ed25519 v2.2.3 |
| 1636 | 2026-06-04T02:17:30.406Z | Compiling phf_shared v0.11.3 |
| 1637 | 2026-06-04T02:17:30.455Z | Compiling olpc-cjson v0.1.4 |
| 1638 | 2026-06-04T02:17:30.491Z | Compiling pkcs1 v0.7.5 |
| 1639 | 2026-06-04T02:17:30.587Z | Compiling serde_plain v1.0.2 |
| 1640 | 2026-06-04T02:17:30.624Z | Compiling serde-big-array v0.5.1 |
| 1641 | 2026-06-04T02:17:30.739Z | Compiling rfc6979 v0.4.0 |
| 1642 | 2026-06-04T02:17:30.764Z | Compiling pem v3.0.6 |
| 1643 | 2026-06-04T02:17:30.779Z | Compiling strum_macros v0.26.4 |
| 1644 | 2026-06-04T02:17:30.861Z | Compiling clap_derive v4.5.55 |
| 1645 | 2026-06-04T02:17:30.884Z | Compiling async-recursion v1.1.1 |
| 1646 | 2026-06-04T02:17:30.929Z | Compiling enum-as-inner v0.6.1 |
| 1647 | 2026-06-04T02:17:31.085Z | Compiling serde_repr v0.1.20 |
| 1648 | 2026-06-04T02:17:31.245Z | Compiling float-cmp v0.10.0 |
| 1649 | 2026-06-04T02:17:31.395Z | Compiling thread-id v4.2.2 |
| 1650 | 2026-06-04T02:17:31.426Z | Compiling memmap2 v0.9.10 |
| 1651 | 2026-06-04T02:17:31.481Z | Compiling env_filter v1.0.0 |
| 1652 | 2026-06-04T02:17:31.522Z | Compiling typed-path v0.9.3 |
| 1653 | 2026-06-04T02:17:31.607Z | Compiling keccak v0.1.6 |
| 1654 | 2026-06-04T02:17:31.636Z | Compiling difflib v0.4.0 |
| 1655 | 2026-06-04T02:17:31.778Z | Compiling static_assertions v1.1.0 |
| 1656 | 2026-06-04T02:17:31.856Z | Compiling whoami v2.1.0 |
| 1657 | 2026-06-04T02:17:32.185Z | Compiling either v1.15.0 |
| 1658 | 2026-06-04T02:17:32.220Z | Compiling precomputed-hash v0.1.1 |
| 1659 | 2026-06-04T02:17:32.308Z | Compiling fixedbitset v0.5.7 |
| 1660 | 2026-06-04T02:17:32.390Z | Compiling normalize-line-endings v0.3.0 |
| 1661 | 2026-06-04T02:17:32.411Z | Compiling jiff v0.2.21 |
| 1662 | 2026-06-04T02:17:32.485Z | Compiling new_debug_unreachable v1.0.6 |
| 1663 | 2026-06-04T02:17:32.488Z | Compiling data-encoding v2.10.0 |
| 1664 | 2026-06-04T02:17:32.560Z | Compiling predicates-core v1.0.10 |
| 1665 | 2026-06-04T02:17:32.602Z | Compiling fixedbitset v0.4.2 |
| 1666 | 2026-06-04T02:17:32.616Z | Compiling toml_edit v0.22.27 |
| 1667 | 2026-06-04T02:17:32.732Z | Compiling predicates v3.1.4 |
| 1668 | 2026-06-04T02:17:32.735Z | Compiling clap v4.5.60 |
| 1669 | 2026-06-04T02:17:32.817Z | Compiling hickory-proto v0.25.2 |
| 1670 | 2026-06-04T02:17:32.832Z | Compiling petgraph v0.6.5 |
| 1671 | 2026-06-04T02:17:33.186Z | Compiling string_cache v0.8.9 |
| 1672 | 2026-06-04T02:17:33.381Z | Compiling petgraph v0.8.3 |
| 1673 | 2026-06-04T02:17:33.415Z | Compiling strum v0.26.3 |
| 1674 | 2026-06-04T02:17:33.522Z | Compiling itertools v0.13.0 |
| 1675 | 2026-06-04T02:17:33.544Z | Compiling tokio-postgres v0.7.16 |
| 1676 | 2026-06-04T02:17:34.345Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25) |
| 1677 | 2026-06-04T02:17:34.802Z | Compiling sha3 v0.10.8 |
| 1678 | 2026-06-04T02:17:35.275Z | Compiling zip v4.6.1 |
| 1679 | 2026-06-04T02:17:35.351Z | Compiling env_logger v0.11.9 |
| 1680 | 2026-06-04T02:17:35.366Z | Compiling usdt v0.6.0 |
| 1681 | 2026-06-04T02:17:35.627Z | Compiling usdt-impl v0.5.0 |
| 1682 | 2026-06-04T02:17:35.702Z | Compiling ecdsa v0.16.9 |
| 1683 | 2026-06-04T02:17:35.769Z | Compiling rsa v0.9.10 |
| 1684 | 2026-06-04T02:17:36.098Z | Compiling ed25519-dalek v2.2.0 |
| 1685 | 2026-06-04T02:17:36.205Z | Compiling serde_with v3.17.0 |
| 1686 | 2026-06-04T02:17:36.220Z | Compiling crossterm v0.28.1 |
| 1687 | 2026-06-04T02:17:36.761Z | Compiling zip v0.6.6 |
| 1688 | 2026-06-04T02:17:37.342Z | Compiling toml v0.7.8 |
| 1689 | 2026-06-04T02:17:37.516Z | Compiling iddqd v0.4.2 |
| 1690 | 2026-06-04T02:17:37.910Z | Compiling similar v2.7.0 |
| 1691 | 2026-06-04T02:17:37.933Z | Compiling heck v0.4.1 |
| 1692 | 2026-06-04T02:17:37.947Z | Compiling toml_parser v1.0.9+spec-1.1.0 |
| 1693 | 2026-06-04T02:17:38.085Z | Compiling crossbeam-epoch v0.9.18 |
| 1694 | 2026-06-04T02:17:38.156Z | Compiling tokio-stream v0.1.18 |
| 1695 | 2026-06-04T02:17:38.412Z | Compiling buf-list v1.1.2 |
| 1696 | 2026-06-04T02:17:38.566Z | Compiling x509-cert v0.2.5 |
| 1697 | 2026-06-04T02:17:38.655Z | Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25) |
| 1698 | 2026-06-04T02:17:38.688Z | Compiling openapiv3 v2.2.0 |
| 1699 | 2026-06-04T02:17:38.759Z | Compiling sha1 v0.10.6 |
| 1700 | 2026-06-04T02:17:38.776Z | Compiling peg-runtime v0.8.5 |
| 1701 | 2026-06-04T02:17:38.925Z | Compiling lalrpop-util v0.19.12 |
| 1702 | 2026-06-04T02:17:38.976Z | Compiling thread_local v1.1.9 |
| 1703 | 2026-06-04T02:17:39.058Z | Compiling slog-async v2.8.0 |
| 1704 | 2026-06-04T02:17:39.070Z | Compiling crossbeam-channel v0.5.15 |
| 1705 | 2026-06-04T02:17:39.113Z | Compiling is-terminal v0.4.17 |
| 1706 | 2026-06-04T02:17:39.234Z | Compiling filetime v0.2.27 |
| 1707 | 2026-06-04T02:17:39.253Z | Compiling take_mut v0.2.2 |
| 1708 | 2026-06-04T02:17:39.366Z | Compiling term v1.2.1 |
| 1709 | 2026-06-04T02:17:39.382Z | Compiling xattr v1.6.1 |
| 1710 | 2026-06-04T02:17:39.542Z | Compiling tar v0.4.45 |
| 1711 | 2026-06-04T02:17:39.949Z | Compiling slog-term v2.9.2 |
| 1712 | 2026-06-04T02:17:49.688Z | Compiling rustls-webpki v0.103.9 |
| 1713 | 2026-06-04T02:17:52.503Z | Compiling tokio-rustls v0.26.4 |
| 1714 | 2026-06-04T02:17:52.503Z | Compiling rustls-platform-verifier v0.6.2 |
| 1715 | 2026-06-04T02:17:52.701Z | Compiling hyper-rustls v0.27.7 |
| 1716 | 2026-06-04T02:17:52.905Z | Compiling reqwest v0.12.28 |
| 1717 | 2026-06-04T02:17:52.905Z | Compiling reqwest v0.13.2 |
| 1718 | 2026-06-04T02:17:54.210Z | Compiling tough v0.22.0 |
| 1719 | 2026-06-04T02:17:56.726Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 1720 | 2026-06-04T02:17:56.948Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
| 1721 | 2026-06-04T02:17:59.826Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 06s |
| 1722 | 2026-06-04T02:17:59.994Z | Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control` |
| 1723 | 2026-06-04T02:18:00.126Z | Jun 04 02:17:58.736 INFO Starting download, target: Clickhouse |
| 1724 | 2026-06-04T02:18:00.126Z | Jun 04 02:17:58.737 INFO Starting download, target: Cockroach |
| 1725 | 2026-06-04T02:18:00.126Z | Jun 04 02:17:58.737 INFO Starting download, target: Console |
| 1726 | 2026-06-04T02:18:00.126Z | Jun 04 02:17:58.737 INFO Starting download, target: DendriteStub |
| 1727 | 2026-06-04T02:18:00.126Z | Jun 04 02:17:58.737 INFO Starting download, target: MaghemiteMgd |
| 1728 | 2026-06-04T02:18:00.126Z | Jun 04 02:17:58.737 INFO Starting download, target: TransceiverControl |
| 1729 | 2026-06-04T02:18:00.126Z | Jun 04 02:17:58.737 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console |
| 1730 | 2026-06-04T02:18:00.127Z | Jun 04 02:17:58.737 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl |
| 1731 | 2026-06-04T02:18:00.127Z | Jun 04 02:17:58.737 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach |
| 1732 | 2026-06-04T02:18:00.127Z | Jun 04 02:17:58.737 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd |
| 1733 | 2026-06-04T02:18:00.127Z | Jun 04 02:17:58.737 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub |
| 1734 | 2026-06-04T02:18:00.127Z | Jun 04 02:17:58.737 INFO Downloading out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz (attempt 1/3), target: Clickhouse |
| 1735 | 2026-06-04T02:18:00.997Z | Jun 04 02:17:59.688 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console |
| 1736 | 2026-06-04T02:18:01.245Z | Jun 04 02:17:59.932 INFO Download complete, target: Console |
| 1737 | 2026-06-04T02:18:01.328Z | Jun 04 02:18:00.005 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl |
| 1738 | 2026-06-04T02:18:01.490Z | Jun 04 02:18:00.218 INFO Download complete, target: TransceiverControl |
| 1739 | 2026-06-04T02:18:01.823Z | Jun 04 02:18:00.542 INFO Unpacking out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz to out/clickhouse, target: Clickhouse |
| 1740 | 2026-06-04T02:18:02.356Z | Jun 04 02:18:01.063 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub |
| 1741 | 2026-06-04T02:18:02.975Z | Jun 04 02:18:01.697 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd |
| 1742 | 2026-06-04T02:18:03.465Z | Jun 04 02:18:02.200 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach |
| 1743 | 2026-06-04T02:18:03.466Z | Jun 04 02:18:02.200 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach |
| 1744 | 2026-06-04T02:18:04.769Z | Jun 04 02:18:03.506 INFO Download complete, target: DendriteStub |
| 1745 | 2026-06-04T02:18:05.418Z | Jun 04 02:18:04.155 INFO Download complete, target: MaghemiteMgd |
| 1746 | 2026-06-04T02:18:08.208Z | Jun 04 02:18:06.945 INFO Checking that binary works, target: Cockroach |
| 1747 | 2026-06-04T02:18:08.322Z | Jun 04 02:18:07.059 INFO Download complete, target: Cockroach |
| 1748 | 2026-06-04T02:18:08.770Z | Jun 04 02:18:07.507 INFO Checking that binary works, target: Clickhouse |
| 1749 | 2026-06-04T02:18:08.902Z | Jun 04 02:18:07.640 INFO Download complete, target: Clickhouse |
| 1750 | 2026-06-04T02:18:08.921Z | All builder prerequisites installed successfully, and PATH looks valid |
| 1751 | 2026-06-04T02:18:08.924Z | |
| 1752 | 2026-06-04T02:18:08.924Z | real 2:16.562147584 |
| 1753 | 2026-06-04T02:18:08.924Z | user 6:56.380738946 |
| 1754 | 2026-06-04T02:18:08.924Z | sys 1:21.695233463 |
| 1755 | 2026-06-04T02:18:08.924Z | trap 0.234168972 |
| 1756 | 2026-06-04T02:18:08.924Z | tflt 0.645943081 |
| 1757 | 2026-06-04T02:18:08.924Z | dflt 0.553961993 |
| 1758 | 2026-06-04T02:18:08.924Z | kflt 0.024946275 |
| 1759 | 2026-06-04T02:18:08.925Z | lock 21:27.599373558 |
| 1760 | 2026-06-04T02:18:08.925Z | slp 21:23.790515339 |
| 1761 | 2026-06-04T02:18:08.925Z | lat 42.803122679 |
| 1762 | 2026-06-04T02:18:08.925Z | stop 1:52.409496198 |
| 1763 | 2026-06-04T02:18:08.925Z | + banner clippy |
| 1764 | 2026-06-04T02:18:08.925Z | |
| 1765 | 2026-06-04T02:18:08.925Z | #### # # ##### ##### # # |
| 1766 | 2026-06-04T02:18:08.925Z | # # # # # # # # # # |
| 1767 | 2026-06-04T02:18:08.925Z | # # # # # # # # |
| 1768 | 2026-06-04T02:18:08.925Z | # # # ##### ##### # |
| 1769 | 2026-06-04T02:18:08.925Z | # # # # # # # |
| 1770 | 2026-06-04T02:18:08.925Z | #### ###### # # # # |
| 1771 | 2026-06-04T02:18:08.925Z | |
| 1772 | 2026-06-04T02:18:08.925Z | + export CARGO_INCREMENTAL=0 |
| 1773 | 2026-06-04T02:18:08.925Z | + CARGO_INCREMENTAL=0 |
| 1774 | 2026-06-04T02:18:08.925Z | + ptime -m cargo xtask clippy |
| 1775 | 2026-06-04T02:18:09.449Z | Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
| 1776 | 2026-06-04T02:18:09.669Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
| 1777 | 2026-06-04T02:18:11.625Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.69s |
| 1778 | 2026-06-04T02:18:11.709Z | Running `target/debug/xtask clippy` |
| 1779 | 2026-06-04T02:18:11.736Z | running: /home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/cargo "clippy" "--all-targets" "--workspace" "--" "--deny" "warnings" |
| 1780 | 2026-06-04T02:18:12.346Z | Downloading crates ... |
| 1781 | 2026-06-04T02:18:12.541Z | Downloaded supports-color v2.1.0 |
| 1782 | 2026-06-04T02:18:12.545Z | Downloaded concurrent-queue v2.5.0 |
| 1783 | 2026-06-04T02:18:12.548Z | Downloaded futures-timer v3.0.3 |
| 1784 | 2026-06-04T02:18:12.551Z | Downloaded termcolor v1.4.1 |
| 1785 | 2026-06-04T02:18:12.551Z | Downloaded miette-derive v5.10.0 |
| 1786 | 2026-06-04T02:18:12.557Z | Downloaded constant_time_eq v0.3.1 |
| 1787 | 2026-06-04T02:18:12.560Z | Downloaded addr2line v0.25.1 |
| 1788 | 2026-06-04T02:18:12.565Z | Downloaded backtrace-ext v0.2.1 |
| 1789 | 2026-06-04T02:18:12.570Z | Downloaded async-object-pool v0.2.0 |
| 1790 | 2026-06-04T02:18:12.573Z | Downloaded anes v0.1.6 |
| 1791 | 2026-06-04T02:18:12.576Z | Downloaded blake2b_simd v1.0.4 |
| 1792 | 2026-06-04T02:18:12.579Z | Downloaded datatest-stable v0.3.3 |
| 1793 | 2026-06-04T02:18:12.582Z | Downloaded chumsky v0.9.3 |
| 1794 | 2026-06-04T02:18:12.582Z | Downloaded criterion-plot v0.6.0 |
| 1795 | 2026-06-04T02:18:12.585Z | Downloaded backtrace v0.3.76 |
| 1796 | 2026-06-04T02:18:12.585Z | Downloaded assert_cmd v2.1.2 |
| 1797 | 2026-06-04T02:18:12.588Z | Downloaded cast v0.3.0 |
| 1798 | 2026-06-04T02:18:12.588Z | Downloaded guppy-workspace-hack v0.1.0 |
| 1799 | 2026-06-04T02:18:12.588Z | Downloaded relative-path v1.9.3 |
| 1800 | 2026-06-04T02:18:12.596Z | Downloaded event-listener-strategy v0.5.4 |
| 1801 | 2026-06-04T02:18:12.602Z | Downloaded linkme-impl v0.3.35 |
| 1802 | 2026-06-04T02:18:12.602Z | Downloaded pathdiff v0.2.3 |
| 1803 | 2026-06-04T02:18:12.606Z | Downloaded target-triple v1.0.0 |
| 1804 | 2026-06-04T02:18:12.606Z | Downloaded similar-asserts v1.7.0 |
| 1805 | 2026-06-04T02:18:12.612Z | Downloaded knuffel-derive v3.2.0 |
| 1806 | 2026-06-04T02:18:12.613Z | Downloaded approx v0.5.1 |
| 1807 | 2026-06-04T02:18:12.613Z | Downloaded stringmetrics v2.2.2 |
| 1808 | 2026-06-04T02:18:12.613Z | Downloaded rustc-demangle v0.1.27 |
| 1809 | 2026-06-04T02:18:12.617Z | Downloaded target-spec v3.5.7 |
| 1810 | 2026-06-04T02:18:12.617Z | Downloaded plotters-backend v0.3.7 |
| 1811 | 2026-06-04T02:18:12.623Z | Downloaded plotters-svg v0.3.7 |
| 1812 | 2026-06-04T02:18:12.626Z | Downloaded assert-json-diff v2.0.2 |
| 1813 | 2026-06-04T02:18:12.629Z | Downloaded nested v0.1.1 |
| 1814 | 2026-06-04T02:18:12.629Z | Downloaded supports-hyperlinks v2.1.0 |
| 1815 | 2026-06-04T02:18:12.632Z | Downloaded terminal_size v0.1.17 |
| 1816 | 2026-06-04T02:18:12.635Z | Downloaded cfg-expr v0.20.6 |
| 1817 | 2026-06-04T02:18:12.638Z | Downloaded target-lexicon v0.13.3 |
| 1818 | 2026-06-04T02:18:12.638Z | Downloaded httptest v0.16.4 |
| 1819 | 2026-06-04T02:18:12.641Z | Downloaded supports-unicode v2.1.0 |
| 1820 | 2026-06-04T02:18:12.644Z | Downloaded serde_regex v1.1.0 |
| 1821 | 2026-06-04T02:18:12.647Z | Downloaded parking v2.2.1 |
| 1822 | 2026-06-04T02:18:12.650Z | Downloaded knuffel v3.2.0 |
| 1823 | 2026-06-04T02:18:12.656Z | Downloaded owo-colors v3.5.0 |
| 1824 | 2026-06-04T02:18:12.659Z | Downloaded hickory-client v0.25.2 |
| 1825 | 2026-06-04T02:18:12.659Z | Downloaded event-listener v5.4.1 |
| 1826 | 2026-06-04T02:18:12.662Z | Downloaded path-tree v0.8.3 |
| 1827 | 2026-06-04T02:18:12.662Z | Downloaded escape8259 v0.5.3 |
| 1828 | 2026-06-04T02:18:12.665Z | Downloaded rust-argon2 v2.1.0 |
| 1829 | 2026-06-04T02:18:12.668Z | Downloaded oorandom v11.1.5 |
| 1830 | 2026-06-04T02:18:12.668Z | Downloaded libtest-mimic v0.8.1 |
| 1831 | 2026-06-04T02:18:12.671Z | Downloaded trybuild v1.0.116 |
| 1832 | 2026-06-04T02:18:12.674Z | Downloaded partial-io v0.5.4 |
| 1833 | 2026-06-04T02:18:12.677Z | Downloaded linkme v0.3.35 |
| 1834 | 2026-06-04T02:18:12.677Z | Downloaded plotters v0.3.7 |
| 1835 | 2026-06-04T02:18:12.680Z | Downloaded tokio-test v0.4.5 |
| 1836 | 2026-06-04T02:18:12.683Z | Downloaded rstest v0.25.0 |
| 1837 | 2026-06-04T02:18:12.686Z | Downloaded textwrap v0.15.2 |
| 1838 | 2026-06-04T02:18:12.686Z | Downloaded fancy-regex v0.14.0 |
| 1839 | 2026-06-04T02:18:12.689Z | Downloaded miette v5.10.0 |
| 1840 | 2026-06-04T02:18:12.692Z | Downloaded async-lock v3.4.2 |
| 1841 | 2026-06-04T02:18:12.695Z | Downloaded rstest_macros v0.25.0 |
| 1842 | 2026-06-04T02:18:12.697Z | Downloaded rand_distr v0.5.1 |
| 1843 | 2026-06-04T02:18:12.700Z | Downloaded hashbrown v0.14.5 |
| 1844 | 2026-06-04T02:18:12.703Z | Downloaded criterion v0.7.0 |
| 1845 | 2026-06-04T02:18:12.706Z | Downloaded guppy v0.17.25 |
| 1846 | 2026-06-04T02:18:12.727Z | Downloaded gimli v0.32.3 |
| 1847 | 2026-06-04T02:18:12.812Z | Downloaded httpmock v0.8.3 |
| 1848 | 2026-06-04T02:18:13.085Z | Downloaded tinytemplate v1.2.1 |
| 1849 | 2026-06-04T02:18:14.728Z | Checking cfg-if v1.0.4 |
| 1850 | 2026-06-04T02:18:15.084Z | Checking libc v0.2.185 |
| 1851 | 2026-06-04T02:18:15.087Z | Checking serde_core v1.0.228 |
| 1852 | 2026-06-04T02:18:15.155Z | Checking memchr v2.8.0 |
| 1853 | 2026-06-04T02:18:15.194Z | Checking smallvec v1.15.1 |
| 1854 | 2026-06-04T02:18:15.233Z | Checking itoa v1.0.17 |
| 1855 | 2026-06-04T02:18:15.236Z | Checking log v0.4.29 |
| 1856 | 2026-06-04T02:18:15.309Z | Checking zeroize v1.8.2 |
| 1857 | 2026-06-04T02:18:15.347Z | Checking libm v0.2.16 |
| 1858 | 2026-06-04T02:18:15.395Z | Checking scopeguard v1.2.0 |
| 1859 | 2026-06-04T02:18:15.437Z | Checking stable_deref_trait v1.2.1 |
| 1860 | 2026-06-04T02:18:15.482Z | Checking zmij v1.0.21 |
| 1861 | 2026-06-04T02:18:15.522Z | Checking zerofrom v0.1.6 |
| 1862 | 2026-06-04T02:18:15.555Z | Checking errno v0.3.14 |
| 1863 | 2026-06-04T02:18:15.558Z | Checking getrandom v0.2.17 |
| 1864 | 2026-06-04T02:18:15.558Z | Checking lock_api v0.4.14 |
| 1865 | 2026-06-04T02:18:15.651Z | Checking percent-encoding v2.3.2 |
| 1866 | 2026-06-04T02:18:15.685Z | Checking yoke v0.8.1 |
| 1867 | 2026-06-04T02:18:15.719Z | Checking writeable v0.6.2 |
| 1868 | 2026-06-04T02:18:15.719Z | Checking litemap v0.8.1 |
| 1869 | 2026-06-04T02:18:15.786Z | Checking icu_normalizer_data v2.1.1 |
| 1870 | 2026-06-04T02:18:15.820Z | Checking icu_properties_data v2.1.2 |
| 1871 | 2026-06-04T02:18:15.854Z | Checking subtle v2.6.1 |
| 1872 | 2026-06-04T02:18:15.889Z | Checking zerovec v0.11.5 |
| 1873 | 2026-06-04T02:18:15.889Z | Checking zerotrie v0.2.3 |
| 1874 | 2026-06-04T02:18:15.955Z | Checking form_urlencoded v1.2.2 |
| 1875 | 2026-06-04T02:18:15.993Z | Checking utf8_iter v1.0.4 |
| 1876 | 2026-06-04T02:18:16.028Z | Checking pin-project-lite v0.2.17 |
| 1877 | 2026-06-04T02:18:16.065Z | Checking rand_core v0.6.4 |
| 1878 | 2026-06-04T02:18:16.101Z | Checking num-traits v0.2.19 |
| 1879 | 2026-06-04T02:18:16.133Z | Checking parking_lot_core v0.9.12 |
| 1880 | 2026-06-04T02:18:16.169Z | Checking zerocopy v0.8.40 |
| 1881 | 2026-06-04T02:18:16.169Z | Checking rand_core v0.10.0 |
| 1882 | 2026-06-04T02:18:16.242Z | Checking portable-atomic v1.13.1 |
| 1883 | 2026-06-04T02:18:16.282Z | Checking signal-hook-registry v1.4.8 |
| 1884 | 2026-06-04T02:18:16.350Z | Checking parking_lot v0.12.5 |
| 1885 | 2026-06-04T02:18:16.385Z | Checking getrandom v0.4.1 |
| 1886 | 2026-06-04T02:18:16.388Z | Checking tinystr v0.8.2 |
| 1887 | 2026-06-04T02:18:16.465Z | Checking potential_utf v0.1.4 |
| 1888 | 2026-06-04T02:18:16.559Z | Checking critical-section v1.2.0 |
| 1889 | 2026-06-04T02:18:16.597Z | Checking mio v1.2.0 |
| 1890 | 2026-06-04T02:18:16.631Z | Checking icu_collections v2.1.1 |
| 1891 | 2026-06-04T02:18:16.660Z | Checking serde v1.0.228 |
| 1892 | 2026-06-04T02:18:16.663Z | Checking serde_json v1.0.149 |
| 1893 | 2026-06-04T02:18:16.693Z | Checking bitflags v2.11.0 |
| 1894 | 2026-06-04T02:18:16.726Z | Checking icu_locale_core v2.1.1 |
| 1895 | 2026-06-04T02:18:16.758Z | Checking once_cell v1.21.3 |
| 1896 | 2026-06-04T02:18:16.909Z | Checking socket2 v0.6.3 |
| 1897 | 2026-06-04T02:18:16.953Z | Checking typenum v1.19.0 |
| 1898 | 2026-06-04T02:18:17.003Z | Checking iana-time-zone v0.1.65 |
| 1899 | 2026-06-04T02:18:17.047Z | Checking thiserror v2.0.18 |
| 1900 | 2026-06-04T02:18:17.085Z | Checking bytes v1.11.1 |
| 1901 | 2026-06-04T02:18:17.141Z | Checking chrono v0.4.44 |
| 1902 | 2026-06-04T02:18:17.187Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 1903 | 2026-06-04T02:18:17.187Z | Checking uuid v1.23.0 |
| 1904 | 2026-06-04T02:18:17.336Z | Checking icu_provider v2.1.1 |
| 1905 | 2026-06-04T02:18:17.388Z | Checking semver v1.0.28 |
| 1906 | 2026-06-04T02:18:17.494Z | Checking futures-core v0.3.32 |
| 1907 | 2026-06-04T02:18:17.529Z | Checking generic-array v0.14.7 |
| 1908 | 2026-06-04T02:18:17.561Z | Checking equivalent v1.0.2 |
| 1909 | 2026-06-04T02:18:17.565Z | Checking tokio v1.52.1 |
| 1910 | 2026-06-04T02:18:17.627Z | Checking dyn-clone v1.0.20 |
| 1911 | 2026-06-04T02:18:17.630Z | Checking icu_normalizer v2.1.1 |
| 1912 | 2026-06-04T02:18:17.693Z | Checking icu_properties v2.1.2 |
| 1913 | 2026-06-04T02:18:17.696Z | Checking const-oid v0.9.6 |
| 1914 | 2026-06-04T02:18:17.788Z | Checking futures-sink v0.3.32 |
| 1915 | 2026-06-04T02:18:17.915Z | Checking futures-channel v0.3.32 |
| 1916 | 2026-06-04T02:18:17.955Z | Checking futures-task v0.3.32 |
| 1917 | 2026-06-04T02:18:17.993Z | Checking crypto-common v0.1.7 |
| 1918 | 2026-06-04T02:18:18.029Z | Checking block-buffer v0.10.4 |
| 1919 | 2026-06-04T02:18:18.120Z | Checking slab v0.4.12 |
| 1920 | 2026-06-04T02:18:18.155Z | Checking futures-io v0.3.32 |
| 1921 | 2026-06-04T02:18:18.159Z | Checking rustix v1.1.3 |
| 1922 | 2026-06-04T02:18:18.219Z | Checking byteorder v1.5.0 |
| 1923 | 2026-06-04T02:18:18.308Z | Checking hashbrown v0.17.0 |
| 1924 | 2026-06-04T02:18:18.343Z | Checking futures-util v0.3.32 |
| 1925 | 2026-06-04T02:18:18.390Z | Checking digest v0.10.7 |
| 1926 | 2026-06-04T02:18:18.445Z | Checking cpufeatures v0.2.17 |
| 1927 | 2026-06-04T02:18:18.551Z | Checking thiserror v1.0.69 |
| 1928 | 2026-06-04T02:18:18.585Z | Checking idna_adapter v1.2.1 |
| 1929 | 2026-06-04T02:18:18.620Z | Checking getrandom v0.3.4 |
| 1930 | 2026-06-04T02:18:18.675Z | Checking fnv v1.0.7 |
| 1931 | 2026-06-04T02:18:18.730Z | Checking idna v1.1.0 |
| 1932 | 2026-06-04T02:18:18.792Z | Checking regex-syntax v0.8.10 |
| 1933 | 2026-06-04T02:18:18.826Z | Checking http v1.4.0 |
| 1934 | 2026-06-04T02:18:18.830Z | Checking indexmap v2.14.0 |
| 1935 | 2026-06-04T02:18:18.907Z | Checking ppv-lite86 v0.2.21 |
| 1936 | 2026-06-04T02:18:18.998Z | Checking url v2.5.8 |
| 1937 | 2026-06-04T02:18:19.033Z | Checking tracing-core v0.1.36 |
| 1938 | 2026-06-04T02:18:19.225Z | Checking base64 v0.22.1 |
| 1939 | 2026-06-04T02:18:19.362Z | Checking tracing v0.1.44 |
| 1940 | 2026-06-04T02:18:19.423Z | Checking ipnet v2.11.0 |
| 1941 | 2026-06-04T02:18:19.447Z | Checking untrusted v0.9.0 |
| 1942 | 2026-06-04T02:18:19.480Z | Checking schemars v0.8.22 |
| 1943 | 2026-06-04T02:18:19.514Z | Checking utf8parse v0.2.2 |
| 1944 | 2026-06-04T02:18:19.582Z | Checking anstyle v1.0.13 |
| 1945 | 2026-06-04T02:18:19.586Z | Checking unicode-ident v1.0.24 |
| 1946 | 2026-06-04T02:18:19.649Z | Checking ring v0.17.14 |
| 1947 | 2026-06-04T02:18:19.688Z | Checking base64ct v1.8.3 |
| 1948 | 2026-06-04T02:18:19.747Z | Checking proc-macro2 v1.0.106 |
| 1949 | 2026-06-04T02:18:19.789Z | Checking anstyle-parse v0.2.7 |
| 1950 | 2026-06-04T02:18:19.952Z | Checking block-padding v0.3.3 |
| 1951 | 2026-06-04T02:18:19.986Z | Checking aho-corasick v1.1.4 |
| 1952 | 2026-06-04T02:18:20.082Z | Checking quote v1.0.45 |
| 1953 | 2026-06-04T02:18:20.177Z | Checking anstyle-query v1.1.5 |
| 1954 | 2026-06-04T02:18:20.188Z | Checking is_terminal_polyfill v1.70.2 |
| 1955 | 2026-06-04T02:18:20.192Z | Checking colorchoice v1.0.4 |
| 1956 | 2026-06-04T02:18:20.235Z | Checking inout v0.1.4 |
| 1957 | 2026-06-04T02:18:20.271Z | Checking rustls-pki-types v1.14.0 |
| 1958 | 2026-06-04T02:18:20.274Z | Checking syn v2.0.117 |
| 1959 | 2026-06-04T02:18:20.337Z | Checking httparse v1.10.1 |
| 1960 | 2026-06-04T02:18:20.340Z | Checking anstream v0.6.21 |
| 1961 | 2026-06-04T02:18:20.401Z | Checking cipher v0.4.4 |
| 1962 | 2026-06-04T02:18:20.587Z | Checking terminal_size v0.4.3 |
| 1963 | 2026-06-04T02:18:20.622Z | Checking crossbeam-utils v0.8.21 |
| 1964 | 2026-06-04T02:18:20.625Z | Checking strsim v0.11.1 |
| 1965 | 2026-06-04T02:18:20.691Z | Checking allocator-api2 v0.2.21 |
| 1966 | 2026-06-04T02:18:20.694Z | Checking regex-automata v0.4.14 |
| 1967 | 2026-06-04T02:18:20.694Z | Checking clap_lex v1.0.0 |
| 1968 | 2026-06-04T02:18:20.785Z | Checking pem-rfc7468 v0.7.0 |
| 1969 | 2026-06-04T02:18:20.788Z | Checking tokio-util v0.7.18 |
| 1970 | 2026-06-04T02:18:20.854Z | Checking http-body v1.0.1 |
| 1971 | 2026-06-04T02:18:20.926Z | Checking clap_builder v4.5.60 |
| 1972 | 2026-06-04T02:18:20.971Z | Checking sha2 v0.10.9 |
| 1973 | 2026-06-04T02:18:20.974Z | Checking atomic-waker v1.1.2 |
| 1974 | 2026-06-04T02:18:21.036Z | Checking powerfmt v0.2.0 |
| 1975 | 2026-06-04T02:18:21.040Z | Checking rand_core v0.9.5 |
| 1976 | 2026-06-04T02:18:21.122Z | Checking hmac v0.12.1 |
| 1977 | 2026-06-04T02:18:21.211Z | Checking deranged v0.5.8 |
| 1978 | 2026-06-04T02:18:21.264Z | Checking num_threads v0.1.7 |
| 1979 | 2026-06-04T02:18:21.268Z | Checking num-conv v0.2.0 |
| 1980 | 2026-06-04T02:18:21.330Z | Checking time-core v0.1.8 |
| 1981 | 2026-06-04T02:18:21.387Z | Checking try-lock v0.2.5 |
| 1982 | 2026-06-04T02:18:21.443Z | Checking httpdate v1.0.3 |
| 1983 | 2026-06-04T02:18:21.482Z | Checking h2 v0.4.13 |
| 1984 | 2026-06-04T02:18:21.510Z | Checking want v0.3.1 |
| 1985 | 2026-06-04T02:18:21.515Z | Checking pin-utils v0.1.0 |
| 1986 | 2026-06-04T02:18:21.618Z | Checking tower-service v0.3.3 |
| 1987 | 2026-06-04T02:18:21.642Z | Checking ryu v1.0.23 |
| 1988 | 2026-06-04T02:18:21.688Z | Checking tower-layer v0.3.3 |
| 1989 | 2026-06-04T02:18:21.727Z | Checking flagset v0.4.7 |
| 1990 | 2026-06-04T02:18:21.801Z | Checking rand_chacha v0.9.0 |
| 1991 | 2026-06-04T02:18:21.869Z | Checking erased-serde v0.3.31 |
| 1992 | 2026-06-04T02:18:21.902Z | Checking der v0.7.10 |
| 1993 | 2026-06-04T02:18:22.031Z | Checking mime v0.3.17 |
| 1994 | 2026-06-04T02:18:22.143Z | Checking clap v4.5.60 |
| 1995 | 2026-06-04T02:18:22.179Z | Checking time v0.3.47 |
| 1996 | 2026-06-04T02:18:22.230Z | Checking rand v0.9.2 |
| 1997 | 2026-06-04T02:18:22.265Z | Checking spin v0.9.8 |
| 1998 | 2026-06-04T02:18:22.298Z | Checking slog v2.8.2 |
| 1999 | 2026-06-04T02:18:22.487Z | Checking anyhow v1.0.102 |
| 2000 | 2026-06-04T02:18:22.530Z | Checking http-body-util v0.1.3 |
| 2001 | 2026-06-04T02:18:22.587Z | Checking aws-lc-sys v0.40.0 |
| 2002 | 2026-06-04T02:18:22.627Z | Checking untrusted v0.7.1 |
| 2003 | 2026-06-04T02:18:22.655Z | Checking openssl-probe v0.2.1 |
| 2004 | 2026-06-04T02:18:22.701Z | Checking fastrand v2.3.0 |
| 2005 | 2026-06-04T02:18:22.733Z | Checking spki v0.7.3 |
| 2006 | 2026-06-04T02:18:22.768Z | Checking serde_urlencoded v0.7.1 |
| 2007 | 2026-06-04T02:18:22.801Z | Checking pbkdf2 v0.12.2 |
| 2008 | 2026-06-04T02:18:22.820Z | Checking aes v0.8.4 |
| 2009 | 2026-06-04T02:18:22.903Z | Checking encoding_rs v0.8.35 |
| 2010 | 2026-06-04T02:18:22.935Z | Checking regex v1.12.3 |
| 2011 | 2026-06-04T02:18:22.966Z | Checking cbc v0.1.2 |
| 2012 | 2026-06-04T02:18:23.000Z | Checking salsa20 v0.10.2 |
| 2013 | 2026-06-04T02:18:23.105Z | Checking aws-lc-rs v1.16.3 |
| 2014 | 2026-06-04T02:18:23.138Z | Checking rand_chacha v0.3.1 |
| 2015 | 2026-06-04T02:18:23.170Z | Checking hex v0.4.3 |
| 2016 | 2026-06-04T02:18:23.238Z | Checking simd-adler32 v0.3.8 |
| 2017 | 2026-06-04T02:18:23.243Z | Checking pretty-hex v0.4.1 |
| 2018 | 2026-06-04T02:18:23.364Z | Checking scrypt v0.11.0 |
| 2019 | 2026-06-04T02:18:23.410Z | Checking rand v0.8.6 |
| 2020 | 2026-06-04T02:18:23.465Z | Checking tempfile v3.25.0 |
| 2021 | 2026-06-04T02:18:23.491Z | Checking ipnetwork v0.21.1 |
| 2022 | 2026-06-04T02:18:23.495Z | Checking plain v0.2.3 |
| 2023 | 2026-06-04T02:18:23.584Z | Checking adler2 v2.0.1 |
| 2024 | 2026-06-04T02:18:23.654Z | Checking pkcs5 v0.7.1 |
| 2025 | 2026-06-04T02:18:23.689Z | Checking rustls-native-certs v0.8.3 |
| 2026 | 2026-06-04T02:18:23.720Z | Checking miniz_oxide v0.8.9 |
| 2027 | 2026-06-04T02:18:23.751Z | Checking sync_wrapper v1.0.2 |
| 2028 | 2026-06-04T02:18:23.842Z | Checking ucd-trie v0.1.7 |
| 2029 | 2026-06-04T02:18:23.876Z | Checking webpki-roots v1.0.6 |
| 2030 | 2026-06-04T02:18:23.912Z | Checking tower v0.5.3 |
| 2031 | 2026-06-04T02:18:23.944Z | Checking pkcs8 v0.10.2 |
| 2032 | 2026-06-04T02:18:23.981Z | Checking camino v1.2.2 |
| 2033 | 2026-06-04T02:18:23.988Z | Checking rustls-webpki v0.103.9 |
| 2034 | 2026-06-04T02:18:24.046Z | Checking pest v2.8.6 |
| 2035 | 2026-06-04T02:18:24.049Z | Checking iri-string v0.7.10 |
| 2036 | 2026-06-04T02:18:24.111Z | Checking foldhash v0.2.0 |
| 2037 | 2026-06-04T02:18:24.143Z | Checking futures-executor v0.3.32 |
| 2038 | 2026-06-04T02:18:24.179Z | Checking hyper v1.8.1 |
| 2039 | 2026-06-04T02:18:24.254Z | Checking either v1.15.0 |
| 2040 | 2026-06-04T02:18:24.291Z | Checking hashbrown v0.16.1 |
| 2041 | 2026-06-04T02:18:24.325Z | Checking futures v0.3.32 |
| 2042 | 2026-06-04T02:18:24.328Z | Checking openapiv3 v2.2.0 |
| 2043 | 2026-06-04T02:18:24.432Z | Checking crc32fast v1.5.0 |
| 2044 | 2026-06-04T02:18:24.467Z | Checking static_assertions v1.1.0 |
| 2045 | 2026-06-04T02:18:24.471Z | Checking rustls v0.23.37 |
| 2046 | 2026-06-04T02:18:24.569Z | Checking oxnet v0.1.4 |
| 2047 | 2026-06-04T02:18:24.603Z | Checking lazy_static v1.5.0 |
| 2048 | 2026-06-04T02:18:24.726Z | Checking signature v2.2.0 |
| 2049 | 2026-06-04T02:18:24.812Z | Checking winnow v0.7.14 |
| 2050 | 2026-06-04T02:18:24.846Z | Checking hubpack v0.1.2 |
| 2051 | 2026-06-04T02:18:24.880Z | Checking zlib-rs v0.6.2 |
| 2052 | 2026-06-04T02:18:25.040Z | Checking strum v0.26.3 |
| 2053 | 2026-06-04T02:18:25.100Z | Checking tower-http v0.6.8 |
| 2054 | 2026-06-04T02:18:25.103Z | Checking hyper-util v0.1.20 |
| 2055 | 2026-06-04T02:18:25.166Z | Checking psl-types v2.0.11 |
| 2056 | 2026-06-04T02:18:25.201Z | Checking tinyvec_macros v0.1.1 |
| 2057 | 2026-06-04T02:18:25.294Z | Checking tinyvec v1.10.0 |
| 2058 | 2026-06-04T02:18:25.328Z | Checking publicsuffix v2.3.0 |
| 2059 | 2026-06-04T02:18:25.400Z | Checking cookie v0.18.1 |
| 2060 | 2026-06-04T02:18:25.527Z | Checking sha1 v0.10.6 |
| 2061 | 2026-06-04T02:18:25.633Z | Checking num-integer v0.1.46 |
| 2062 | 2026-06-04T02:18:25.676Z | Checking scroll v0.13.0 |
| 2063 | 2026-06-04T02:18:25.711Z | Checking data-encoding v2.10.0 |
| 2064 | 2026-06-04T02:18:25.746Z | Checking cookie_store v0.22.1 |
| 2065 | 2026-06-04T02:18:25.805Z | Checking flate2 v1.1.9 |
| 2066 | 2026-06-04T02:18:25.890Z | Checking serde_spanned v0.6.9 |
| 2067 | 2026-06-04T02:18:25.938Z | Checking goblin v0.10.5 |
| 2068 | 2026-06-04T02:18:26.011Z | Checking toml_datetime v0.6.11 |
| 2069 | 2026-06-04T02:18:26.047Z | Checking memmap2 v0.9.10 |
| 2070 | 2026-06-04T02:18:26.051Z | Checking bit-vec v0.8.0 |
| 2071 | 2026-06-04T02:18:26.112Z | Checking foreign-types-shared v0.1.1 |
| 2072 | 2026-06-04T02:18:26.146Z | Checking base16ct v0.2.0 |
| 2073 | 2026-06-04T02:18:26.219Z | Checking dtrace-parser v0.3.0 |
| 2074 | 2026-06-04T02:18:26.222Z | Checking foreign-types v0.3.2 |
| 2075 | 2026-06-04T02:18:26.285Z | Checking ff v0.13.1 |
| 2076 | 2026-06-04T02:18:26.319Z | Checking bit-set v0.8.0 |
| 2077 | 2026-06-04T02:18:26.322Z | Checking sec1 v0.7.3 |
| 2078 | 2026-06-04T02:18:26.384Z | Checking openssl-sys v0.9.115 |
| 2079 | 2026-06-04T02:18:26.418Z | Checking wait-timeout v0.2.1 |
| 2080 | 2026-06-04T02:18:26.453Z | Checking thread-id v5.1.0 |
| 2081 | 2026-06-04T02:18:26.484Z | Checking group v0.13.0 |
| 2082 | 2026-06-04T02:18:26.518Z | Checking num-iter v0.1.45 |
| 2083 | 2026-06-04T02:18:26.555Z | Checking bstr v1.12.1 |
| 2084 | 2026-06-04T02:18:26.592Z | Checking hkdf v0.12.4 |
| 2085 | 2026-06-04T02:18:26.597Z | Checking crossbeam-epoch v0.9.18 |
| 2086 | 2026-06-04T02:18:26.658Z | Checking ahash v0.8.12 |
| 2087 | 2026-06-04T02:18:26.662Z | Checking crypto-bigint v0.5.5 |
| 2088 | 2026-06-04T02:18:26.754Z | Checking quick-error v1.2.3 |
| 2089 | 2026-06-04T02:18:26.787Z | Checking openssl v0.10.79 |
| 2090 | 2026-06-04T02:18:26.859Z | Checking tokio-rustls v0.26.4 |
| 2091 | 2026-06-04T02:18:26.893Z | Checking rustls-platform-verifier v0.6.2 |
| 2092 | 2026-06-04T02:18:26.896Z | Checking rusty-fork v0.3.1 |
| 2093 | 2026-06-04T02:18:26.896Z | Checking rand_xorshift v0.4.0 |
| 2094 | 2026-06-04T02:18:26.991Z | Checking scroll v0.12.0 |
| 2095 | 2026-06-04T02:18:27.057Z | Checking unarray v0.1.4 |
| 2096 | 2026-06-04T02:18:27.100Z | Checking num-bigint-dig v0.8.6 |
| 2097 | 2026-06-04T02:18:27.135Z | Checking pkcs1 v0.7.5 |
| 2098 | 2026-06-04T02:18:27.140Z | Checking hyper-rustls v0.27.7 |
| 2099 | 2026-06-04T02:18:27.198Z | Checking proptest v1.10.0 |
| 2100 | 2026-06-04T02:18:27.239Z | Checking goblin v0.8.2 |
| 2101 | 2026-06-04T02:18:27.372Z | Checking x509-cert v0.2.5 |
| 2102 | 2026-06-04T02:18:27.408Z | Checking reqwest v0.13.2 |
| 2103 | 2026-06-04T02:18:27.613Z | Checking elliptic-curve v0.13.8 |
| 2104 | 2026-06-04T02:18:27.930Z | Checking zerocopy v0.7.35 |
| 2105 | 2026-06-04T02:18:27.965Z | Checking unicode-segmentation v1.12.0 |
| 2106 | 2026-06-04T02:18:28.062Z | Checking rsa v0.9.10 |
| 2107 | 2026-06-04T02:18:28.277Z | Checking dof v0.4.0 |
| 2108 | 2026-06-04T02:18:28.313Z | Checking dtrace-parser v0.2.0 |
| 2109 | 2026-06-04T02:18:28.316Z | Checking rfc6979 v0.4.0 |
| 2110 | 2026-06-04T02:18:28.441Z | Checking memoffset v0.9.1 |
| 2111 | 2026-06-04T02:18:28.491Z | Checking thread-id v4.2.2 |
| 2112 | 2026-06-04T02:18:28.552Z | Checking ecdsa v0.16.9 |
| 2113 | 2026-06-04T02:18:28.588Z | Checking curve25519-dalek v4.1.3 |
| 2114 | 2026-06-04T02:18:28.591Z | Checking rustix v0.38.44 |
| 2115 | 2026-06-04T02:18:28.653Z | Checking env_filter v1.0.0 |
| 2116 | 2026-06-04T02:18:28.811Z | Checking native-tls v0.2.18 |
| 2117 | 2026-06-04T02:18:28.846Z | Checking keccak v0.1.6 |
| 2118 | 2026-06-04T02:18:28.916Z | Checking same-file v1.0.6 |
| 2119 | 2026-06-04T02:18:28.972Z | Checking usdt-impl v0.6.0 |
| 2120 | 2026-06-04T02:18:28.988Z | Checking newtype-uuid v1.3.2 |
| 2121 | 2026-06-04T02:18:29.019Z | Checking tokio-native-tls v0.3.1 |
| 2122 | 2026-06-04T02:18:29.052Z | Checking toml_write v0.1.2 |
| 2123 | 2026-06-04T02:18:29.085Z | Checking walkdir v2.5.0 |
| 2124 | 2026-06-04T02:18:29.131Z | Checking dof v0.3.0 |
| 2125 | 2026-06-04T02:18:29.201Z | Checking hyper-tls v0.6.0 |
| 2126 | 2026-06-04T02:18:29.205Z | Checking daft v0.1.7 |
| 2127 | 2026-06-04T02:18:29.270Z | Checking toml_edit v0.22.27 |
| 2128 | 2026-06-04T02:18:29.273Z | Checking usdt v0.6.0 |
| 2129 | 2026-06-04T02:18:29.273Z | Checking sha3 v0.10.8 |
| 2130 | 2026-06-04T02:18:29.379Z | Checking env_logger v0.11.9 |
| 2131 | 2026-06-04T02:18:29.415Z | Checking reqwest v0.12.28 |
| 2132 | 2026-06-04T02:18:29.449Z | Checking usdt-impl v0.5.0 |
| 2133 | 2026-06-04T02:18:29.452Z | Checking ed25519 v2.2.3 |
| 2134 | 2026-06-04T02:18:29.515Z | Checking itertools v0.13.0 |
| 2135 | 2026-06-04T02:18:29.548Z | Checking serde_with v3.17.0 |
| 2136 | 2026-06-04T02:18:29.552Z | Checking bitflags v1.3.2 |
| 2137 | 2026-06-04T02:18:29.615Z | Checking siphasher v1.0.2 |
| 2138 | 2026-06-04T02:18:29.683Z | Checking nix v0.31.2 |
| 2139 | 2026-06-04T02:18:29.718Z | Checking ed25519-dalek v2.2.0 |
| 2140 | 2026-06-04T02:18:29.752Z | Checking toml_parser v1.0.9+spec-1.1.0 |
| 2141 | 2026-06-04T02:18:29.799Z | Checking unicode-normalization v0.1.25 |
| 2142 | 2026-06-04T02:18:29.976Z | Checking signal-hook v0.3.18 |
| 2143 | 2026-06-04T02:18:30.103Z | Checking winnow v0.5.40 |
| 2144 | 2026-06-04T02:18:30.196Z | Checking managed v0.8.0 |
| 2145 | 2026-06-04T02:18:30.230Z | Checking bzip2-sys v0.1.13+1.0.8 |
| 2146 | 2026-06-04T02:18:30.285Z | Checking object v0.37.3 |
| 2147 | 2026-06-04T02:18:30.340Z | Checking foldhash v0.1.5 |
| 2148 | 2026-06-04T02:18:30.378Z | Checking bzip2 v0.4.4 |
| 2149 | 2026-06-04T02:18:30.412Z | Checking signal-hook-mio v0.2.5 |
| 2150 | 2026-06-04T02:18:30.515Z | Checking hashbrown v0.15.5 |
| 2151 | 2026-06-04T02:18:30.556Z | Checking globset v0.4.18 |
| 2152 | 2026-06-04T02:18:30.593Z | Checking ref-cast v1.0.25 |
| 2153 | 2026-06-04T02:18:30.596Z | Checking zstd-sys v2.0.16+zstd.1.5.7 |
| 2154 | 2026-06-04T02:18:30.723Z | Checking zip v0.6.6 |
| 2155 | 2026-06-04T02:18:30.765Z | Checking zstd-safe v7.2.4 |
| 2156 | 2026-06-04T02:18:30.802Z | Checking pin-project v1.1.11 |
| 2157 | 2026-06-04T02:18:30.851Z | Checking libbz2-rs-sys v0.2.2 |
| 2158 | 2026-06-04T02:18:30.926Z | Checking bumpalo v3.20.2 |
| 2159 | 2026-06-04T02:18:30.962Z | Checking zstd v0.13.3 |
| 2160 | 2026-06-04T02:18:31.002Z | Checking crossterm v0.28.1 |
| 2161 | 2026-06-04T02:18:31.039Z | Checking similar v2.7.0 |
| 2162 | 2026-06-04T02:18:31.073Z | Checking tokio-stream v0.1.18 |
| 2163 | 2026-06-04T02:18:31.151Z | Checking zopfli v0.8.3 |
| 2164 | 2026-06-04T02:18:31.186Z | Checking fs-err v3.3.0 |
| 2165 | 2026-06-04T02:18:31.262Z | Checking bzip2 v0.6.1 |
| 2166 | 2026-06-04T02:18:31.296Z | Checking toml_edit v0.19.15 |
| 2167 | 2026-06-04T02:18:31.446Z | Checking pem v3.0.6 |
| 2168 | 2026-06-04T02:18:31.481Z | Checking hash32 v0.2.1 |
| 2169 | 2026-06-04T02:18:31.485Z | Checking serde-big-array v0.5.1 |
| 2170 | 2026-06-04T02:18:31.547Z | Checking predicates-core v1.0.10 |
| 2171 | 2026-06-04T02:18:31.550Z | Checking unicode-bidi v0.3.18 |
| 2172 | 2026-06-04T02:18:31.626Z | Checking unicode-properties v0.1.4 |
| 2173 | 2026-06-04T02:18:31.663Z | Checking jiff v0.2.21 |
| 2174 | 2026-06-04T02:18:31.699Z | Checking heapless v0.7.17 |
| 2175 | 2026-06-04T02:18:31.703Z | Checking snafu v0.8.9 |
| 2176 | 2026-06-04T02:18:31.764Z | Checking olpc-cjson v0.1.4 |
| 2177 | 2026-06-04T02:18:31.835Z | Checking hickory-proto v0.25.2 |
| 2178 | 2026-06-04T02:18:31.890Z | Checking stringprep v0.1.5 |
| 2179 | 2026-06-04T02:18:31.925Z | Checking md-5 v0.10.6 |
| 2180 | 2026-06-04T02:18:31.962Z | Checking serde_plain v1.0.2 |
| 2181 | 2026-06-04T02:18:32.067Z | Checking float-cmp v0.10.0 |
| 2182 | 2026-06-04T02:18:32.102Z | Checking fallible-iterator v0.2.0 |
| 2183 | 2026-06-04T02:18:32.135Z | Checking difflib v0.4.0 |
| 2184 | 2026-06-04T02:18:32.167Z | Checking normalize-line-endings v0.3.0 |
| 2185 | 2026-06-04T02:18:32.222Z | Checking typed-path v0.9.3 |
| 2186 | 2026-06-04T02:18:32.285Z | Checking smoltcp v0.9.1 |
| 2187 | 2026-06-04T02:18:32.336Z | Checking predicates v3.1.4 |
| 2188 | 2026-06-04T02:18:32.372Z | Checking toml v0.7.8 |
| 2189 | 2026-06-04T02:18:32.406Z | Checking postgres-protocol v0.6.10 |
| 2190 | 2026-06-04T02:18:32.607Z | Checking iddqd v0.4.2 |
| 2191 | 2026-06-04T02:18:32.661Z | Checking phf_shared v0.11.3 |
| 2192 | 2026-06-04T02:18:32.708Z | Checking phf_shared v0.13.1 |
| 2193 | 2026-06-04T02:18:32.797Z | Checking buf-list v1.1.2 |
| 2194 | 2026-06-04T02:18:32.837Z | Checking strum v0.27.2 |
| 2195 | 2026-06-04T02:18:32.896Z | Checking fixedbitset v0.4.2 |
| 2196 | 2026-06-04T02:18:32.933Z | Checking lalrpop-util v0.19.12 |
| 2197 | 2026-06-04T02:18:32.967Z | Checking fixedbitset v0.5.7 |
| 2198 | 2026-06-04T02:18:33.002Z | Checking precomputed-hash v0.1.1 |
| 2199 | 2026-06-04T02:18:33.005Z | Checking tough v0.22.0 |
| 2200 | 2026-06-04T02:18:33.072Z | Checking new_debug_unreachable v1.0.6 |
| 2201 | 2026-06-04T02:18:33.116Z | Checking petgraph v0.6.5 |
| 2202 | 2026-06-04T02:18:33.119Z | Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25) |
| 2203 | 2026-06-04T02:18:33.182Z | Checking string_cache v0.8.9 |
| 2204 | 2026-06-04T02:18:33.216Z | Checking petgraph v0.8.3 |
| 2205 | 2026-06-04T02:18:33.381Z | Checking phf v0.13.1 |
| 2206 | 2026-06-04T02:18:33.523Z | Checking postgres-types v0.2.12 |
| 2207 | 2026-06-04T02:18:33.562Z | Checking gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25) |
| 2208 | 2026-06-04T02:18:33.852Z | Checking whoami v2.1.0 |
| 2209 | 2026-06-04T02:18:33.886Z | Checking peg-runtime v0.8.5 |
| 2210 | 2026-06-04T02:18:33.919Z | Checking zip v4.6.1 |
| 2211 | 2026-06-04T02:18:34.093Z | Checking tokio-postgres v0.7.16 |
| 2212 | 2026-06-04T02:18:34.173Z | Checking is-terminal v0.4.17 |
| 2213 | 2026-06-04T02:18:34.296Z | Checking crossbeam-channel v0.5.15 |
| 2214 | 2026-06-04T02:18:34.402Z | Compiling structmeta-derive v0.3.0 |
| 2215 | 2026-06-04T02:18:34.519Z | Checking thread_local v1.1.9 |
| 2216 | 2026-06-04T02:18:34.628Z | Checking term v1.2.1 |
| 2217 | 2026-06-04T02:18:34.662Z | Checking take_mut v0.2.2 |
| 2218 | 2026-06-04T02:18:34.713Z | Compiling newtype-uuid-macros v0.1.0 |
| 2219 | 2026-06-04T02:18:34.794Z | Checking slog-async v2.8.0 |
| 2220 | 2026-06-04T02:18:34.797Z | Compiling rustls v0.22.4 |
| 2221 | 2026-06-04T02:18:34.876Z | Checking slog-term v2.9.2 |
| 2222 | 2026-06-04T02:18:34.997Z | Compiling multer v3.1.0 |
| 2223 | 2026-06-04T02:18:35.065Z | Compiling async-stream-impl v0.3.6 |
| 2224 | 2026-06-04T02:18:35.109Z | Compiling dropshot v0.17.0 |
| 2225 | 2026-06-04T02:18:35.163Z | Compiling dropshot_endpoint v0.17.0 |
| 2226 | 2026-06-04T02:18:35.286Z | Checking match_cfg v0.1.0 |
| 2227 | 2026-06-04T02:18:35.367Z | Checking slog-json v2.6.1 |
| 2228 | 2026-06-04T02:18:35.400Z | Checking hostname v0.3.1 |
| 2229 | 2026-06-04T02:18:35.433Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 2230 | 2026-06-04T02:18:35.505Z | Compiling structmeta v0.3.0 |
| 2231 | 2026-06-04T02:18:35.508Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
| 2232 | 2026-06-04T02:18:35.569Z | Checking debug-ignore v1.0.5 |
| 2233 | 2026-06-04T02:18:35.572Z | Checking slog-bunyan v2.5.0 |
| 2234 | 2026-06-04T02:18:35.640Z | Checking rustls-webpki v0.102.8 |
| 2235 | 2026-06-04T02:18:35.680Z | Checking serde_path_to_error v0.1.20 |
| 2236 | 2026-06-04T02:18:35.715Z | Checking serde_spanned v1.0.4 |
| 2237 | 2026-06-04T02:18:35.749Z | Compiling derive-ex v0.1.8 |
| 2238 | 2026-06-04T02:18:35.752Z | Checking toml_datetime v1.0.0+spec-1.1.0 |
| 2239 | 2026-06-04T02:18:35.846Z | Checking toml_writer v1.0.6+spec-1.1.0 |
| 2240 | 2026-06-04T02:18:35.881Z | Checking compression-core v0.4.31 |
| 2241 | 2026-06-04T02:18:35.976Z | Checking progenitor-client v0.14.0 |
| 2242 | 2026-06-04T02:18:36.011Z | Checking async-stream v0.3.6 |
| 2243 | 2026-06-04T02:18:36.073Z | Checking compression-codecs v0.4.37 |
| 2244 | 2026-06-04T02:18:36.137Z | Checking toml v1.0.6+spec-1.1.0 |
| 2245 | 2026-06-04T02:18:36.170Z | Checking waitgroup v0.1.2 |
| 2246 | 2026-06-04T02:18:36.227Z | Checking rustls-pemfile v2.2.0 |
| 2247 | 2026-06-04T02:18:36.269Z | Checking async-compression v0.4.41 |
| 2248 | 2026-06-04T02:18:36.303Z | Checking hostname v0.4.2 |
| 2249 | 2026-06-04T02:18:36.306Z | Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 2250 | 2026-06-04T02:18:36.394Z | Compiling parse-display-derive v0.10.0 |
| 2251 | 2026-06-04T02:18:36.430Z | Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf) |
| 2252 | 2026-06-04T02:18:36.470Z | Checking regress v0.10.5 |
| 2253 | 2026-06-04T02:18:36.542Z | Checking itertools v0.14.0 |
| 2254 | 2026-06-04T02:18:36.597Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
| 2255 | 2026-06-04T02:18:36.735Z | Checking macaddr v1.0.1 |
| 2256 | 2026-06-04T02:18:36.945Z | Checking instant v0.1.13 |
| 2257 | 2026-06-04T02:18:36.980Z | Checking omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger) |
| 2258 | 2026-06-04T02:18:37.031Z | Checking backon v1.6.0 |
| 2259 | 2026-06-04T02:18:37.066Z | Checking backoff v0.4.0 |
| 2260 | 2026-06-04T02:18:37.224Z | Checking protocol v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df) |
| 2261 | 2026-06-04T02:18:37.259Z | Checking humantime v2.3.0 |
| 2262 | 2026-06-04T02:18:37.294Z | Checking progenitor-extras v0.2.0 |
| 2263 | 2026-06-04T02:18:37.469Z | Checking progenitor-client v0.10.0 |
| 2264 | 2026-06-04T02:18:37.504Z | Compiling test-strategy v0.4.5 |
| 2265 | 2026-06-04T02:18:37.547Z | Checking unicode-width v0.2.0 |
| 2266 | 2026-06-04T02:18:37.581Z | Checking tokio-rustls v0.25.0 |
| 2267 | 2026-06-04T02:18:37.622Z | Checking heck v0.5.0 |
| 2268 | 2026-06-04T02:18:37.718Z | Compiling convert_case v0.4.0 |
| 2269 | 2026-06-04T02:18:37.721Z | Checking half v2.7.1 |
| 2270 | 2026-06-04T02:18:37.782Z | Checking ciborium-io v0.2.2 |
| 2271 | 2026-06-04T02:18:37.847Z | Checking secrecy v0.10.3 |
| 2272 | 2026-06-04T02:18:37.898Z | Compiling regress v0.11.1 |
| 2273 | 2026-06-04T02:18:37.933Z | Checking indent_write v2.2.0 |
| 2274 | 2026-06-04T02:18:37.991Z | Checking universal-hash v0.5.1 |
| 2275 | 2026-06-04T02:18:38.029Z | Checking ciborium-ll v0.2.2 |
| 2276 | 2026-06-04T02:18:38.085Z | Checking parse-display v0.10.0 |
| 2277 | 2026-06-04T02:18:38.088Z | Checking opaque-debug v0.3.1 |
| 2278 | 2026-06-04T02:18:38.149Z | Compiling unsafe-libyaml v0.2.11 |
| 2279 | 2026-06-04T02:18:38.153Z | Compiling derive_more v0.99.20 |
| 2280 | 2026-06-04T02:18:38.247Z | Checking ciborium v0.2.2 |
| 2281 | 2026-06-04T02:18:38.279Z | Checking camino-tempfile v1.4.1 |
| 2282 | 2026-06-04T02:18:38.464Z | Compiling crucible-workspace-hack v0.1.0 |
| 2283 | 2026-06-04T02:18:38.702Z | Checking aead v0.5.2 |
| 2284 | 2026-06-04T02:18:38.743Z | Compiling serde_yaml v0.9.34+deprecated |
| 2285 | 2026-06-04T02:18:38.955Z | Checking poly1305 v0.8.0 |
| 2286 | 2026-06-04T02:18:38.989Z | Checking chacha20 v0.9.1 |
| 2287 | 2026-06-04T02:18:39.021Z | Checking tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5) |
| 2288 | 2026-06-04T02:18:39.208Z | Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
| 2289 | 2026-06-04T02:18:39.243Z | Compiling thiserror-impl-no-std v2.0.2 |
| 2290 | 2026-06-04T02:18:39.433Z | Compiling typify-impl v0.6.2 |
| 2291 | 2026-06-04T02:18:39.549Z | Checking swrite v0.1.0 |
| 2292 | 2026-06-04T02:18:39.670Z | Checking password-hash v0.5.0 |
| 2293 | 2026-06-04T02:18:39.743Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 2294 | 2026-06-04T02:18:39.922Z | Checking blake2 v0.10.6 |
| 2295 | 2026-06-04T02:18:40.192Z | Checking argon2 v0.5.3 |
| 2296 | 2026-06-04T02:18:40.225Z | Checking chacha20poly1305 v0.10.1 |
| 2297 | 2026-06-04T02:18:40.381Z | Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a) |
| 2298 | 2026-06-04T02:18:40.447Z | Checking thiserror-no-std v2.0.2 |
| 2299 | 2026-06-04T02:18:40.603Z | Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss) |
| 2300 | 2026-06-04T02:18:40.637Z | Checking vsss-rs v3.3.4 |
| 2301 | 2026-06-04T02:18:40.715Z | Checking byte-wrapper v0.1.0 |
| 2302 | 2026-06-04T02:18:40.847Z | Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7) |
| 2303 | 2026-06-04T02:18:40.927Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
| 2304 | 2026-06-04T02:18:40.961Z | Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions) |
| 2305 | 2026-06-04T02:18:41.113Z | Checking propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7) |
| 2306 | 2026-06-04T02:18:41.157Z | Checking crossbeam-deque v0.8.6 |
| 2307 | 2026-06-04T02:18:41.193Z | Compiling rayon-core v1.13.0 |
| 2308 | 2026-06-04T02:18:41.365Z | Checking toml v0.8.23 |
| 2309 | 2026-06-04T02:18:41.701Z | Compiling proc-macro-error v1.0.4 |
| 2310 | 2026-06-04T02:18:41.737Z | Compiling toml_datetime v0.7.5+spec-1.1.0 |
| 2311 | 2026-06-04T02:18:41.777Z | Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
| 2312 | 2026-06-04T02:18:41.810Z | Checking rayon v1.11.0 |
| 2313 | 2026-06-04T02:18:42.009Z | Compiling toml_edit v0.23.10+spec-1.0.0 |
| 2314 | 2026-06-04T02:18:42.043Z | Checking tabwriter v1.4.1 |
| 2315 | 2026-06-04T02:18:42.219Z | Checking glob v0.3.3 |
| 2316 | 2026-06-04T02:18:42.271Z | Compiling heapless v0.8.0 |
| 2317 | 2026-06-04T02:18:42.432Z | Checking colored v3.1.1 |
| 2318 | 2026-06-04T02:18:42.581Z | Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7) |
| 2319 | 2026-06-04T02:18:42.615Z | Compiling proc-macro-crate v3.4.0 |
| 2320 | 2026-06-04T02:18:42.708Z | Compiling ingot-macros v0.1.1 |
| 2321 | 2026-06-04T02:18:42.860Z | Checking hash32 v0.3.1 |
| 2322 | 2026-06-04T02:18:42.950Z | Compiling smoltcp v0.11.0 |
| 2323 | 2026-06-04T02:18:43.017Z | Checking unicode-width v0.1.14 |
| 2324 | 2026-06-04T02:18:43.085Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 2325 | 2026-06-04T02:18:43.267Z | Checking cobs v0.3.0 |
| 2326 | 2026-06-04T02:18:43.302Z | Compiling usdt-attr-macro v0.5.0 |
| 2327 | 2026-06-04T02:18:43.405Z | Compiling usdt-macro v0.5.0 |
| 2328 | 2026-06-04T02:18:43.439Z | Checking memmap v0.7.0 |
| 2329 | 2026-06-04T02:18:43.479Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d) |
| 2330 | 2026-06-04T02:18:43.625Z | Checking postcard v1.1.3 |
| 2331 | 2026-06-04T02:18:43.738Z | Compiling num_enum_derive v0.7.5 |
| 2332 | 2026-06-04T02:18:43.943Z | Compiling proc-macro-crate v1.3.1 |
| 2333 | 2026-06-04T02:18:44.042Z | Compiling typify-macro v0.6.2 |
| 2334 | 2026-06-04T02:18:44.077Z | Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions) |
| 2335 | 2026-06-04T02:18:44.110Z | Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe) |
| 2336 | 2026-06-04T02:18:44.149Z | Checking usdt v0.5.0 |
| 2337 | 2026-06-04T02:18:44.344Z | Checking sigpipe v0.1.3 |
| 2338 | 2026-06-04T02:18:44.348Z | Compiling foreign-types-macros v0.2.3 |
| 2339 | 2026-06-04T02:18:44.413Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe) |
| 2340 | 2026-06-04T02:18:44.455Z | Checking cpufeatures v0.3.0 |
| 2341 | 2026-06-04T02:18:44.559Z | Checking foreign-types-shared v0.3.1 |
| 2342 | 2026-06-04T02:18:44.681Z | Checking chacha20 v0.10.0 |
| 2343 | 2026-06-04T02:18:44.715Z | Compiling num_enum_derive v0.5.11 |
| 2344 | 2026-06-04T02:18:44.796Z | Checking num_enum v0.7.5 |
| 2345 | 2026-06-04T02:18:44.961Z | Checking cstr-argument v0.1.2 |
| 2346 | 2026-06-04T02:18:44.964Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 2347 | 2026-06-04T02:18:45.026Z | Checking foreign-types v0.5.0 |
| 2348 | 2026-06-04T02:18:45.062Z | Compiling num-derive v0.4.2 |
| 2349 | 2026-06-04T02:18:45.129Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe) |
| 2350 | 2026-06-04T02:18:45.162Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8) |
| 2351 | 2026-06-04T02:18:45.413Z | Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 2352 | 2026-06-04T02:18:45.515Z | Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 2353 | 2026-06-04T02:18:45.549Z | Checking ingot-types v0.1.2 |
| 2354 | 2026-06-04T02:18:45.614Z | Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d) |
| 2355 | 2026-06-04T02:18:45.666Z | Checking rand v0.10.0 |
| 2356 | 2026-06-04T02:18:45.718Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
| 2357 | 2026-06-04T02:18:45.788Z | Checking num_enum v0.5.11 |
| 2358 | 2026-06-04T02:18:45.820Z | Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types) |
| 2359 | 2026-06-04T02:18:45.852Z | Compiling typify v0.6.2 |
| 2360 | 2026-06-04T02:18:45.959Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e) |
| 2361 | 2026-06-04T02:18:45.962Z | Checking ingot v0.1.1 |
| 2362 | 2026-06-04T02:18:46.024Z | Compiling progenitor-impl v0.14.0 |
| 2363 | 2026-06-04T02:18:46.055Z | Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
| 2364 | 2026-06-04T02:18:46.058Z | Compiling zone_cfg_derive v0.3.1 |
| 2365 | 2026-06-04T02:18:46.285Z | Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7) |
| 2366 | 2026-06-04T02:18:46.321Z | Checking itertools v0.12.1 |
| 2367 | 2026-06-04T02:18:46.487Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
| 2368 | 2026-06-04T02:18:46.751Z | Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7) |
| 2369 | 2026-06-04T02:18:46.938Z | Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a) |
| 2370 | 2026-06-04T02:18:46.980Z | Checking smf v0.2.3 |
| 2371 | 2026-06-04T02:18:47.014Z | Checking whoami v1.6.1 |
| 2372 | 2026-06-04T02:18:47.051Z | Checking tokio-dtrace v0.1.1 |
| 2373 | 2026-06-04T02:18:47.187Z | Compiling derive-where v1.6.0 |
| 2374 | 2026-06-04T02:18:47.221Z | Checking console v0.15.11 |
| 2375 | 2026-06-04T02:18:47.252Z | Checking atomicwrites v0.4.4 |
| 2376 | 2026-06-04T02:18:47.284Z | Checking oxide-tokio-rt v0.1.4 |
| 2377 | 2026-06-04T02:18:47.367Z | Checking zone v0.3.1 |
| 2378 | 2026-06-04T02:18:47.407Z | Checking newline-converter v0.3.0 |
| 2379 | 2026-06-04T02:18:47.480Z | Checking num-rational v0.4.2 |
| 2380 | 2026-06-04T02:18:47.519Z | Checking num-complex v0.4.6 |
| 2381 | 2026-06-04T02:18:47.552Z | Checking expectorate v1.2.0 |
| 2382 | 2026-06-04T02:18:47.645Z | Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe) |
| 2383 | 2026-06-04T02:18:47.710Z | Checking bytecount v0.6.9 |
| 2384 | 2026-06-04T02:18:47.747Z | Checking float-ord v0.3.2 |
| 2385 | 2026-06-04T02:18:47.780Z | Compiling prettyplease v0.2.37 |
| 2386 | 2026-06-04T02:18:47.840Z | Compiling owo-colors v4.3.0 |
| 2387 | 2026-06-04T02:18:47.879Z | Compiling cancel-safe-futures v0.1.5 |
| 2388 | 2026-06-04T02:18:47.883Z | Checking num v0.4.3 |
| 2389 | 2026-06-04T02:18:48.039Z | Compiling progenitor-impl v0.13.0 |
| 2390 | 2026-06-04T02:18:48.081Z | Checking libsw-core v0.3.2 |
| 2391 | 2026-06-04T02:18:48.253Z | Checking libsw v3.5.0 |
| 2392 | 2026-06-04T02:18:48.462Z | Checking progenitor-client v0.13.0 |
| 2393 | 2026-06-04T02:18:48.534Z | Checking linear-map v1.2.0 |
| 2394 | 2026-06-04T02:18:48.673Z | Compiling progenitor-macro v0.14.0 |
| 2395 | 2026-06-04T02:18:48.756Z | Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions) |
| 2396 | 2026-06-04T02:18:48.834Z | Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe) |
| 2397 | 2026-06-04T02:18:48.870Z | Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
| 2398 | 2026-06-04T02:18:49.334Z | Checking gethostname v0.5.0 |
| 2399 | 2026-06-04T02:18:49.457Z | Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types) |
| 2400 | 2026-06-04T02:18:49.905Z | Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe) |
| 2401 | 2026-06-04T02:18:50.684Z | Compiling progenitor-macro v0.13.0 |
| 2402 | 2026-06-04T02:18:50.718Z | Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions) |
| 2403 | 2026-06-04T02:18:51.735Z | Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
| 2404 | 2026-06-04T02:18:52.754Z | Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
| 2405 | 2026-06-04T02:18:53.654Z | Checking progenitor v0.14.0 |
| 2406 | 2026-06-04T02:18:54.084Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
| 2407 | 2026-06-04T02:18:54.737Z | Checking resolv-conf v0.7.6 |
| 2408 | 2026-06-04T02:18:54.820Z | Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions) |
| 2409 | 2026-06-04T02:18:54.998Z | Checking smawk v0.3.2 |
| 2410 | 2026-06-04T02:18:55.052Z | Checking unicode-linebreak v0.1.5 |
| 2411 | 2026-06-04T02:18:55.113Z | Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
| 2412 | 2026-06-04T02:18:55.299Z | Checking papergrid v0.11.0 |
| 2413 | 2026-06-04T02:18:55.333Z | Compiling tabled_derive v0.7.0 |
| 2414 | 2026-06-04T02:18:55.466Z | Compiling convert_case v0.10.0 |
| 2415 | 2026-06-04T02:18:55.650Z | Checking progenitor v0.13.0 |
| 2416 | 2026-06-04T02:18:55.739Z | Compiling slog-dtrace v0.3.0 |
| 2417 | 2026-06-04T02:18:55.820Z | Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions) |
| 2418 | 2026-06-04T02:18:55.854Z | Compiling derive_more-impl v2.1.1 |
| 2419 | 2026-06-04T02:18:56.383Z | Checking tabled v0.15.0 |
| 2420 | 2026-06-04T02:18:56.642Z | Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
| 2421 | 2026-06-04T02:18:56.676Z | Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types) |
| 2422 | 2026-06-04T02:18:56.709Z | Checking derive_more v2.1.1 |
| 2423 | 2026-06-04T02:18:56.713Z | Checking linked-hash-map v0.5.6 |
| 2424 | 2026-06-04T02:18:56.774Z | Checking hickory-proto v0.24.4 |
| 2425 | 2026-06-04T02:18:56.816Z | Checking crossterm v0.29.0 |
| 2426 | 2026-06-04T02:18:56.875Z | Checking fd-lock v4.0.4 |
| 2427 | 2026-06-04T02:18:56.937Z | Checking lru-cache v0.1.2 |
| 2428 | 2026-06-04T02:18:57.027Z | Checking vte v0.14.1 |
| 2429 | 2026-06-04T02:18:57.087Z | Checking display-error-chain v0.2.2 |
| 2430 | 2026-06-04T02:18:57.212Z | Checking strip-ansi-escapes v0.2.1 |
| 2431 | 2026-06-04T02:18:57.246Z | Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types) |
| 2432 | 2026-06-04T02:18:57.347Z | Checking termtree v0.5.1 |
| 2433 | 2026-06-04T02:18:57.351Z | Checking nu-ansi-term v0.50.3 |
| 2434 | 2026-06-04T02:18:57.416Z | Checking textwrap v0.16.2 |
| 2435 | 2026-06-04T02:18:57.420Z | Compiling minimal-lexical v0.2.1 |
| 2436 | 2026-06-04T02:18:57.544Z | Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
| 2437 | 2026-06-04T02:18:57.579Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
| 2438 | 2026-06-04T02:18:57.611Z | Checking reedline v0.40.0 |
| 2439 | 2026-06-04T02:18:57.659Z | Compiling nom v7.1.3 |
| 2440 | 2026-06-04T02:18:57.725Z | Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
| 2441 | 2026-06-04T02:18:58.023Z | Compiling ar_archive_writer v0.5.1 |
| 2442 | 2026-06-04T02:18:58.148Z | Checking csv-core v0.1.13 |
| 2443 | 2026-06-04T02:18:58.337Z | Compiling stacker v0.1.23 |
| 2444 | 2026-06-04T02:18:58.372Z | Checking csv v1.4.0 |
| 2445 | 2026-06-04T02:18:58.571Z | Checking hickory-resolver v0.24.4 |
| 2446 | 2026-06-04T02:18:58.626Z | Compiling cfg_aliases v0.1.1 |
| 2447 | 2026-06-04T02:18:58.660Z | Compiling semver v0.1.20 |
| 2448 | 2026-06-04T02:18:58.733Z | Checking highway v1.3.0 |
| 2449 | 2026-06-04T02:18:58.766Z | Compiling nix v0.28.0 |
| 2450 | 2026-06-04T02:18:58.846Z | Checking nibble_vec v0.1.0 |
| 2451 | 2026-06-04T02:18:58.912Z | Compiling psm v0.1.30 |
| 2452 | 2026-06-04T02:18:58.973Z | Compiling rustc_version v0.1.7 |
| 2453 | 2026-06-04T02:18:59.007Z | Checking home v0.5.12 |
| 2454 | 2026-06-04T02:18:59.011Z | Checking endian-type v0.1.2 |
| 2455 | 2026-06-04T02:18:59.011Z | Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
| 2456 | 2026-06-04T02:18:59.168Z | Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions) |
| 2457 | 2026-06-04T02:18:59.208Z | Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3) |
| 2458 | 2026-06-04T02:18:59.242Z | Checking radix_trie v0.2.1 |
| 2459 | 2026-06-04T02:18:59.245Z | Compiling newtype_derive v0.1.6 |
| 2460 | 2026-06-04T02:18:59.331Z | Checking qorb v0.4.1 |
| 2461 | 2026-06-04T02:18:59.458Z | Checking phf_shared v0.12.1 |
| 2462 | 2026-06-04T02:18:59.533Z | Compiling recursive-proc-macro-impl v0.1.1 |
| 2463 | 2026-06-04T02:18:59.625Z | Compiling chrono-tz v0.10.4 |
| 2464 | 2026-06-04T02:18:59.692Z | Checking phf v0.12.1 |
| 2465 | 2026-06-04T02:18:59.834Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2466 | 2026-06-04T02:18:59.899Z | Compiling const_format_proc_macros v0.2.34 |
| 2467 | 2026-06-04T02:18:59.899Z | Compiling peg-macros v0.8.5 |
| 2468 | 2026-06-04T02:18:59.963Z | Checking recursive v0.1.1 |
| 2469 | 2026-06-04T02:18:59.968Z | Checking winnow v0.6.26 |
| 2470 | 2026-06-04T02:19:00.086Z | Compiling sqlparser_derive v0.5.0 |
| 2471 | 2026-06-04T02:19:00.531Z | Checking unicode_categories v0.1.1 |
| 2472 | 2026-06-04T02:19:00.793Z | Checking const_format v0.2.35 |
| 2473 | 2026-06-04T02:19:00.798Z | Checking rustyline v14.0.0 |
| 2474 | 2026-06-04T02:19:00.914Z | Checking sqlparser v0.61.0 |
| 2475 | 2026-06-04T02:19:01.191Z | Checking sqlformat v0.3.5 |
| 2476 | 2026-06-04T02:19:01.307Z | Checking peg v0.8.5 |
| 2477 | 2026-06-04T02:19:01.520Z | Checking bcs v0.1.6 |
| 2478 | 2026-06-04T02:19:01.554Z | Checking rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48) |
| 2479 | 2026-06-04T02:19:01.661Z | Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
| 2480 | 2026-06-04T02:19:01.768Z | Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol) |
| 2481 | 2026-06-04T02:19:01.801Z | Checking steno v0.4.1 |
| 2482 | 2026-06-04T02:19:01.841Z | Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48) |
| 2483 | 2026-06-04T02:19:01.883Z | Checking filetime v0.2.27 |
| 2484 | 2026-06-04T02:19:02.052Z | Checking xattr v1.6.1 |
| 2485 | 2026-06-04T02:19:02.215Z | Checking tar v0.4.45 |
| 2486 | 2026-06-04T02:19:02.511Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
| 2487 | 2026-06-04T02:19:02.632Z | Checking subprocess v0.2.15 |
| 2488 | 2026-06-04T02:19:02.750Z | Checking base64 v0.21.7 |
| 2489 | 2026-06-04T02:19:02.814Z | Checking headers-core v0.3.0 |
| 2490 | 2026-06-04T02:19:02.943Z | Checking yasna v0.5.2 |
| 2491 | 2026-06-04T02:19:03.025Z | Checking headers v0.4.1 |
| 2492 | 2026-06-04T02:19:03.059Z | Checking dropshot-api-manager-types v0.7.2 |
| 2493 | 2026-06-04T02:19:03.262Z | Checking tagptr v0.2.0 |
| 2494 | 2026-06-04T02:19:03.354Z | Checking rcgen v0.12.1 |
| 2495 | 2026-06-04T02:19:03.435Z | Checking moka v0.12.13 |
| 2496 | 2026-06-04T02:19:03.509Z | Checking utf-8 v0.7.6 |
| 2497 | 2026-06-04T02:19:03.681Z | Checking parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set) |
| 2498 | 2026-06-04T02:19:03.715Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19) |
| 2499 | 2026-06-04T02:19:03.844Z | Compiling libefi-sys v0.1.0 |
| 2500 | 2026-06-04T02:19:03.878Z | Checking tungstenite v0.21.0 |
| 2501 | 2026-06-04T02:19:04.094Z | Checking hickory-resolver v0.25.2 |
| 2502 | 2026-06-04T02:19:04.159Z | Compiling bitfield-struct v0.6.2 |
| 2503 | 2026-06-04T02:19:04.328Z | Checking tokio-tungstenite v0.21.0 |
| 2504 | 2026-06-04T02:19:04.409Z | Compiling radium v0.7.0 |
| 2505 | 2026-06-04T02:19:04.560Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
| 2506 | 2026-06-04T02:19:04.637Z | Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 2507 | 2026-06-04T02:19:04.743Z | Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
| 2508 | 2026-06-04T02:19:04.746Z | Checking tap v1.0.1 |
| 2509 | 2026-06-04T02:19:04.816Z | Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
| 2510 | 2026-06-04T02:19:04.850Z | Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 2511 | 2026-06-04T02:19:04.880Z | Compiling maybe-uninit v2.0.0 |
| 2512 | 2026-06-04T02:19:04.953Z | Compiling fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf) |
| 2513 | 2026-06-04T02:19:05.122Z | Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 2514 | 2026-06-04T02:19:05.249Z | Checking wyz v0.5.1 |
| 2515 | 2026-06-04T02:19:05.318Z | Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7) |
| 2516 | 2026-06-04T02:19:05.386Z | Compiling zerocopy-derive v0.6.6 |
| 2517 | 2026-06-04T02:19:05.484Z | Checking crc-catalog v2.4.0 |
| 2518 | 2026-06-04T02:19:05.487Z | Compiling packed_struct v0.10.1 |
| 2519 | 2026-06-04T02:19:05.551Z | Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions) |
| 2520 | 2026-06-04T02:19:05.589Z | Checking funty v2.0.0 |
| 2521 | 2026-06-04T02:19:05.615Z | Checking crc v3.4.0 |
| 2522 | 2026-06-04T02:19:05.826Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
| 2523 | 2026-06-04T02:19:05.933Z | Checking bitvec v1.0.1 |
| 2524 | 2026-06-04T02:19:05.967Z | Compiling packed_struct_codegen v0.10.1 |
| 2525 | 2026-06-04T02:19:06.302Z | Checking zerocopy v0.6.6 |
| 2526 | 2026-06-04T02:19:06.629Z | Compiling bitfield-macros v0.19.4 |
| 2527 | 2026-06-04T02:19:06.824Z | Compiling indexmap v1.9.3 |
| 2528 | 2026-06-04T02:19:07.051Z | Checking nodrop v0.1.14 |
| 2529 | 2026-06-04T02:19:07.085Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
| 2530 | 2026-06-04T02:19:07.161Z | Checking smallvec v0.6.14 |
| 2531 | 2026-06-04T02:19:07.192Z | Checking array-init v0.0.4 |
| 2532 | 2026-06-04T02:19:07.372Z | Checking bitfield v0.19.4 |
| 2533 | 2026-06-04T02:19:07.404Z | Checking hashbrown v0.12.3 |
| 2534 | 2026-06-04T02:19:07.519Z | Checking serde-hex v0.1.0 |
| 2535 | 2026-06-04T02:19:07.673Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 2536 | 2026-06-04T02:19:07.709Z | Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
| 2537 | 2026-06-04T02:19:07.871Z | Checking ron v0.8.1 |
| 2538 | 2026-06-04T02:19:07.989Z | Checking hashbrown v0.13.2 |
| 2539 | 2026-06-04T02:19:08.189Z | Checking crc-any v2.5.0 |
| 2540 | 2026-06-04T02:19:08.352Z | Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f) |
| 2541 | 2026-06-04T02:19:08.399Z | Compiling xshell-macros v0.2.7 |
| 2542 | 2026-06-04T02:19:08.433Z | Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 2543 | 2026-06-04T02:19:08.464Z | Checking object v0.30.4 |
| 2544 | 2026-06-04T02:19:08.625Z | Checking path-slash v0.1.5 |
| 2545 | 2026-06-04T02:19:08.763Z | Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
| 2546 | 2026-06-04T02:19:08.806Z | Checking xshell v0.2.7 |
| 2547 | 2026-06-04T02:19:09.026Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
| 2548 | 2026-06-04T02:19:09.216Z | Checking half v1.8.3 |
| 2549 | 2026-06-04T02:19:09.436Z | Compiling num-derive v0.3.3 |
| 2550 | 2026-06-04T02:19:09.471Z | Checking serde_cbor v0.11.2 |
| 2551 | 2026-06-04T02:19:09.473Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
| 2552 | 2026-06-04T02:19:09.895Z | Compiling proc-macro-error-attr2 v2.0.0 |
| 2553 | 2026-06-04T02:19:10.319Z | Compiling proc-macro-error2 v2.0.1 |
| 2554 | 2026-06-04T02:19:10.350Z | Checking libscf-sys v1.1.0 |
| 2555 | 2026-06-04T02:19:10.458Z | Checking tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5) |
| 2556 | 2026-06-04T02:19:10.570Z | Checking smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51) |
| 2557 | 2026-06-04T02:19:10.641Z | Checking papergrid v0.17.0 |
| 2558 | 2026-06-04T02:19:10.755Z | Checking testing_table v0.3.0 |
| 2559 | 2026-06-04T02:19:10.758Z | Compiling tabled_derive v0.11.0 |
| 2560 | 2026-06-04T02:19:10.818Z | Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions) |
| 2561 | 2026-06-04T02:19:10.879Z | Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484) |
| 2562 | 2026-06-04T02:19:11.031Z | Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484) |
| 2563 | 2026-06-04T02:19:11.334Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
| 2564 | 2026-06-04T02:19:11.466Z | Checking lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f) |
| 2565 | 2026-06-04T02:19:11.469Z | Checking maplit v1.0.2 |
| 2566 | 2026-06-04T02:19:11.679Z | Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484) |
| 2567 | 2026-06-04T02:19:11.834Z | Compiling git-stub v1.0.0 |
| 2568 | 2026-06-04T02:19:11.868Z | Checking crc8 v0.1.1 |
| 2569 | 2026-06-04T02:19:11.986Z | Checking tabled v0.20.0 |
| 2570 | 2026-06-04T02:19:12.019Z | Compiling git-stub-vcs v0.1.0 |
| 2571 | 2026-06-04T02:19:12.128Z | Checking omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics) |
| 2572 | 2026-06-04T02:19:12.398Z | Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
| 2573 | 2026-06-04T02:19:12.464Z | Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3) |
| 2574 | 2026-06-04T02:19:12.584Z | Checking fxhash v0.2.1 |
| 2575 | 2026-06-04T02:19:12.751Z | Checking unicase v2.9.0 |
| 2576 | 2026-06-04T02:19:12.784Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1) |
| 2577 | 2026-06-04T02:19:12.830Z | Checking ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client) |
| 2578 | 2026-06-04T02:19:12.943Z | Checking zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness) |
| 2579 | 2026-06-04T02:19:13.150Z | Compiling vergen-lib v0.1.6 |
| 2580 | 2026-06-04T02:19:13.210Z | Compiling diesel_derives v2.3.7 |
| 2581 | 2026-06-04T02:19:13.242Z | Checking oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api) |
| 2582 | 2026-06-04T02:19:13.409Z | Checking scheduled-thread-pool v0.2.7 |
| 2583 | 2026-06-04T02:19:13.473Z | Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
| 2584 | 2026-06-04T02:19:13.514Z | Compiling dsl_auto_type v0.2.0 |
| 2585 | 2026-06-04T02:19:13.555Z | Compiling vergen-gitcl v1.0.8 |
| 2586 | 2026-06-04T02:19:13.583Z | Compiling diesel_table_macro_syntax v0.3.0 |
| 2587 | 2026-06-04T02:19:13.616Z | Checking r2d2 v0.8.10 |
| 2588 | 2026-06-04T02:19:13.844Z | Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
| 2589 | 2026-06-04T02:19:13.847Z | Checking kstat-rs v0.2.4 |
| 2590 | 2026-06-04T02:19:14.073Z | Checking arc-swap v1.8.2 |
| 2591 | 2026-06-04T02:19:14.105Z | Checking downcast-rs v2.0.2 |
| 2592 | 2026-06-04T02:19:14.270Z | Compiling parking_lot_core v0.8.6 |
| 2593 | 2026-06-04T02:19:14.301Z | Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
| 2594 | 2026-06-04T02:19:14.331Z | Checking slog-scope v4.4.1 |
| 2595 | 2026-06-04T02:19:14.500Z | Checking slog-stdlog v4.1.1 |
| 2596 | 2026-06-04T02:19:14.534Z | Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
| 2597 | 2026-06-04T02:19:14.610Z | Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema) |
| 2598 | 2026-06-04T02:19:14.674Z | Checking slog-envlogger v2.2.0 |
| 2599 | 2026-06-04T02:19:14.789Z | Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
| 2600 | 2026-06-04T02:19:14.860Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
| 2601 | 2026-06-04T02:19:14.890Z | Compiling dirs-sys-next v0.1.2 |
| 2602 | 2026-06-04T02:19:14.921Z | Compiling crunchy v0.2.4 |
| 2603 | 2026-06-04T02:19:15.049Z | Checking parking_lot v0.11.2 |
| 2604 | 2026-06-04T02:19:15.101Z | Compiling dirs-next v2.0.0 |
| 2605 | 2026-06-04T02:19:15.105Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
| 2606 | 2026-06-04T02:19:15.198Z | Compiling clang-sys v1.8.1 |
| 2607 | 2026-06-04T02:19:15.261Z | Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
| 2608 | 2026-06-04T02:19:15.293Z | Compiling ntp-admin-v1-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-v1-client) |
| 2609 | 2026-06-04T02:19:15.324Z | Checking prefix-trie v0.7.0 |
| 2610 | 2026-06-04T02:19:15.603Z | Compiling tiny-keccak v2.0.2 |
| 2611 | 2026-06-04T02:19:15.724Z | Checking hickory-server v0.25.2 |
| 2612 | 2026-06-04T02:19:15.818Z | Checking sled v0.34.7 |
| 2613 | 2026-06-04T02:19:15.883Z | Compiling term v0.7.0 |
| 2614 | 2026-06-04T02:19:15.911Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
| 2615 | 2026-06-04T02:19:15.944Z | Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48) |
| 2616 | 2026-06-04T02:19:16.006Z | Compiling typify-impl v0.4.3 |
| 2617 | 2026-06-04T02:19:16.453Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
| 2618 | 2026-06-04T02:19:16.517Z | Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
| 2619 | 2026-06-04T02:19:16.635Z | Checking nanorand v0.7.0 |
| 2620 | 2026-06-04T02:19:16.821Z | Compiling salty v0.3.0 |
| 2621 | 2026-06-04T02:19:16.864Z | Compiling bit-vec v0.6.3 |
| 2622 | 2026-06-04T02:19:16.991Z | Checking flume v0.11.1 |
| 2623 | 2026-06-04T02:19:17.088Z | Compiling bit-set v0.5.3 |
| 2624 | 2026-06-04T02:19:17.152Z | Compiling ascii-canvas v3.0.0 |
| 2625 | 2026-06-04T02:19:17.263Z | Checking primeorder v0.13.6 |
| 2626 | 2026-06-04T02:19:17.309Z | Compiling itertools v0.10.5 |
| 2627 | 2026-06-04T02:19:17.343Z | Compiling ena v0.14.4 |
| 2628 | 2026-06-04T02:19:17.481Z | Compiling libloading v0.8.9 |
| 2629 | 2026-06-04T02:19:17.535Z | Compiling regex-syntax v0.6.29 |
| 2630 | 2026-06-04T02:19:17.580Z | Compiling bindgen v0.71.1 |
| 2631 | 2026-06-04T02:19:17.621Z | Compiling diff v0.1.13 |
| 2632 | 2026-06-04T02:19:18.216Z | Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
| 2633 | 2026-06-04T02:19:18.554Z | Compiling cexpr v0.6.0 |
| 2634 | 2026-06-04T02:19:18.792Z | Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516) |
| 2635 | 2026-06-04T02:19:18.832Z | Compiling fs-err v2.11.0 |
| 2636 | 2026-06-04T02:19:19.061Z | Compiling lalrpop v0.19.12 |
| 2637 | 2026-06-04T02:19:19.257Z | Compiling rustc-hash v2.1.1 |
| 2638 | 2026-06-04T02:19:19.483Z | Checking diesel v2.3.7 |
| 2639 | 2026-06-04T02:19:19.585Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
| 2640 | 2026-06-04T02:19:19.645Z | Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
| 2641 | 2026-06-04T02:19:19.802Z | Compiling libxml v0.3.3 |
| 2642 | 2026-06-04T02:19:20.133Z | Checking sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler) |
| 2643 | 2026-06-04T02:19:20.256Z | Checking p384 v0.13.1 |
| 2644 | 2026-06-04T02:19:20.488Z | Compiling typify-macro v0.4.3 |
| 2645 | 2026-06-04T02:19:20.750Z | Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3) |
| 2646 | 2026-06-04T02:19:21.375Z | Compiling strum_macros v0.24.3 |
| 2647 | 2026-06-04T02:19:22.256Z | Compiling typify v0.4.3 |
| 2648 | 2026-06-04T02:19:22.334Z | Compiling indoc v1.0.9 |
| 2649 | 2026-06-04T02:19:22.403Z | Checking parse-size v1.1.0 |
| 2650 | 2026-06-04T02:19:22.558Z | Checking assert_matches v1.5.0 |
| 2651 | 2026-06-04T02:19:22.616Z | Checking tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5) |
| 2652 | 2026-06-04T02:19:22.667Z | Compiling progenitor-impl v0.11.2 |
| 2653 | 2026-06-04T02:19:22.882Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
| 2654 | 2026-06-04T02:19:23.106Z | Checking quick-xml v0.37.5 |
| 2655 | 2026-06-04T02:19:23.397Z | Checking derive_builder v0.20.2 |
| 2656 | 2026-06-04T02:19:23.479Z | Compiling oso-derive v0.27.3 |
| 2657 | 2026-06-04T02:19:23.547Z | Compiling trait-variant v0.1.2 |
| 2658 | 2026-06-04T02:19:24.010Z | Compiling impl-trait-for-tuples v0.2.3 |
| 2659 | 2026-06-04T02:19:24.042Z | Checking openssl-probe v0.1.6 |
| 2660 | 2026-06-04T02:19:24.122Z | Checking scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=163606c052ee30b16dfab282fca721dd81e0868a#163606c0) |
| 2661 | 2026-06-04T02:19:24.929Z | Checking sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files) |
| 2662 | 2026-06-04T02:19:25.147Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
| 2663 | 2026-06-04T02:19:25.313Z | Compiling progenitor-macro v0.11.2 |
| 2664 | 2026-06-04T02:19:25.572Z | Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c) |
| 2665 | 2026-06-04T02:19:25.606Z | Checking progenitor-client v0.11.2 |
| 2666 | 2026-06-04T02:19:25.654Z | Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
| 2667 | 2026-06-04T02:19:25.882Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
| 2668 | 2026-06-04T02:19:25.979Z | Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
| 2669 | 2026-06-04T02:19:26.587Z | Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c) |
| 2670 | 2026-06-04T02:19:27.626Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
| 2671 | 2026-06-04T02:19:27.724Z | Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 2672 | 2026-06-04T02:19:27.959Z | Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
| 2673 | 2026-06-04T02:19:28.295Z | Checking predicates-tree v1.0.13 |
| 2674 | 2026-06-04T02:19:28.687Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520) |
| 2675 | 2026-06-04T02:19:28.721Z | Compiling mime_guess v2.0.5 |
| 2676 | 2026-06-04T02:19:28.890Z | Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 2677 | 2026-06-04T02:19:29.297Z | Checking http-range v0.1.5 |
| 2678 | 2026-06-04T02:19:29.678Z | Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 2679 | 2026-06-04T02:19:30.099Z | Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
| 2680 | 2026-06-04T02:19:30.253Z | Checking progenitor v0.11.2 |
| 2681 | 2026-06-04T02:19:30.430Z | Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup) |
| 2682 | 2026-06-04T02:19:30.463Z | Checking bb8 v0.8.6 |
| 2683 | 2026-06-04T02:19:30.682Z | Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 2684 | 2026-06-04T02:19:30.793Z | Checking dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 2685 | 2026-06-04T02:19:30.852Z | Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f) |
| 2686 | 2026-06-04T02:19:31.026Z | Checking atty v0.2.14 |
| 2687 | 2026-06-04T02:19:31.094Z | Checking corncobs v0.1.4 |
| 2688 | 2026-06-04T02:19:31.261Z | Checking dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 2689 | 2026-06-04T02:19:31.590Z | Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 2690 | 2026-06-04T02:19:31.762Z | Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client) |
| 2691 | 2026-06-04T02:19:31.964Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
| 2692 | 2026-06-04T02:19:31.996Z | Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
| 2693 | 2026-06-04T02:19:32.155Z | Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 2694 | 2026-06-04T02:19:32.189Z | Checking ignore v0.4.25 |
| 2695 | 2026-06-04T02:19:32.624Z | Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 2696 | 2026-06-04T02:19:32.657Z | Checking secrecy v0.8.0 |
| 2697 | 2026-06-04T02:19:33.094Z | Checking globwalk v0.9.1 |
| 2698 | 2026-06-04T02:19:33.232Z | Checking hyper-staticfile v0.10.1 |
| 2699 | 2026-06-04T02:19:33.313Z | Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
| 2700 | 2026-06-04T02:19:33.432Z | Checking sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements) |
| 2701 | 2026-06-04T02:19:33.549Z | Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a) |
| 2702 | 2026-06-04T02:19:33.627Z | Checking async-bb8-diesel v0.2.1 |
| 2703 | 2026-06-04T02:19:33.948Z | Checking diesel-dtrace v0.5.0 |
| 2704 | 2026-06-04T02:19:34.007Z | Compiling illumos-nvpair-sys v0.2.0 |
| 2705 | 2026-06-04T02:19:34.135Z | Checking nonempty v0.12.0 |
| 2706 | 2026-06-04T02:19:34.221Z | Checking camino-tempfile-ext v0.3.3 |
| 2707 | 2026-06-04T02:19:34.298Z | Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
| 2708 | 2026-06-04T02:19:34.378Z | Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
| 2709 | 2026-06-04T02:19:34.450Z | Checking signal-hook-tokio v0.3.1 |
| 2710 | 2026-06-04T02:19:34.611Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9) |
| 2711 | 2026-06-04T02:19:35.048Z | Checking trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum) |
| 2712 | 2026-06-04T02:19:35.120Z | Checking transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient) |
| 2713 | 2026-06-04T02:19:35.299Z | Checking oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 2714 | 2026-06-04T02:19:35.573Z | Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
| 2715 | 2026-06-04T02:19:35.644Z | Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0) |
| 2716 | 2026-06-04T02:19:35.678Z | Checking bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api) |
| 2717 | 2026-06-04T02:19:35.924Z | Checking illumos-nvpair v0.3.0 |
| 2718 | 2026-06-04T02:19:36.124Z | Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples) |
| 2719 | 2026-06-04T02:19:36.178Z | Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa) |
| 2720 | 2026-06-04T02:19:36.322Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 2721 | 2026-06-04T02:19:36.585Z | Checking fmd-adm v0.3.0 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf) |
| 2722 | 2026-06-04T02:19:36.616Z | Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa) |
| 2723 | 2026-06-04T02:19:36.620Z | Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0) |
| 2724 | 2026-06-04T02:19:36.680Z | Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7) |
| 2725 | 2026-06-04T02:19:36.786Z | Checking sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor) |
| 2726 | 2026-06-04T02:19:36.989Z | Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
| 2727 | 2026-06-04T02:19:37.227Z | Checking tungstenite v0.23.0 |
| 2728 | 2026-06-04T02:19:37.281Z | Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
| 2729 | 2026-06-04T02:19:37.691Z | Checking tokio-tungstenite v0.23.1 |
| 2730 | 2026-06-04T02:19:37.992Z | Checking tufaceous v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5) |
| 2731 | 2026-06-04T02:19:38.407Z | Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
| 2732 | 2026-06-04T02:19:38.480Z | Checking rand_seeder v0.4.0 |
| 2733 | 2026-06-04T02:19:38.665Z | Checking void v1.0.2 |
| 2734 | 2026-06-04T02:19:38.735Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
| 2735 | 2026-06-04T02:19:38.780Z | Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
| 2736 | 2026-06-04T02:19:38.812Z | Checking lzss v0.8.2 |
| 2737 | 2026-06-04T02:19:38.854Z | Checking sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup) |
| 2738 | 2026-06-04T02:19:38.926Z | Checking nix v0.27.1 |
| 2739 | 2026-06-04T02:19:39.000Z | Checking serde_bytes v0.11.19 |
| 2740 | 2026-06-04T02:19:39.074Z | Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
| 2741 | 2026-06-04T02:19:39.208Z | Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy) |
| 2742 | 2026-06-04T02:19:39.462Z | Checking gateway-sp-comms v0.1.2 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25) |
| 2743 | 2026-06-04T02:19:39.951Z | Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
| 2744 | 2026-06-04T02:19:40.178Z | Checking is_ci v1.2.0 |
| 2745 | 2026-06-04T02:19:40.212Z | Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
| 2746 | 2026-06-04T02:19:40.313Z | Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
| 2747 | 2026-06-04T02:19:40.621Z | Checking yansi v1.0.1 |
| 2748 | 2026-06-04T02:19:40.888Z | Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
| 2749 | 2026-06-04T02:19:40.921Z | Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
| 2750 | 2026-06-04T02:19:40.925Z | Checking pretty_assertions v1.4.1 |
| 2751 | 2026-06-04T02:19:41.125Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
| 2752 | 2026-06-04T02:19:41.202Z | Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
| 2753 | 2026-06-04T02:19:41.466Z | Compiling darling_core v0.23.0 |
| 2754 | 2026-06-04T02:19:42.216Z | Compiling indoc v2.0.7 |
| 2755 | 2026-06-04T02:19:42.608Z | Checking sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking) |
| 2756 | 2026-06-04T02:19:42.711Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
| 2757 | 2026-06-04T02:19:42.744Z | Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484) |
| 2758 | 2026-06-04T02:19:42.939Z | Compiling libz-sys v1.1.24 |
| 2759 | 2026-06-04T02:19:43.174Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
| 2760 | 2026-06-04T02:19:43.370Z | Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484) |
| 2761 | 2026-06-04T02:19:43.556Z | Compiling instability v0.3.11 |
| 2762 | 2026-06-04T02:19:43.671Z | Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#11afc484) |
| 2763 | 2026-06-04T02:19:43.915Z | Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
| 2764 | 2026-06-04T02:19:43.949Z | Checking castaway v0.2.4 |
| 2765 | 2026-06-04T02:19:44.023Z | Compiling darling_macro v0.23.0 |
| 2766 | 2026-06-04T02:19:44.092Z | Checking compact_str v0.8.1 |
| 2767 | 2026-06-04T02:19:44.501Z | Checking supports-color v3.0.2 |
| 2768 | 2026-06-04T02:19:44.549Z | Compiling darling v0.23.0 |
| 2769 | 2026-06-04T02:19:44.666Z | Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
| 2770 | 2026-06-04T02:19:44.895Z | Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
| 2771 | 2026-06-04T02:19:44.955Z | Checking unicode-truncate v1.1.0 |
| 2772 | 2026-06-04T02:19:45.123Z | Checking console v0.16.2 |
| 2773 | 2026-06-04T02:19:45.156Z | Checking lru v0.12.5 |
| 2774 | 2026-06-04T02:19:45.346Z | Compiling libgit2-sys v0.18.3+1.9.2 |
| 2775 | 2026-06-04T02:19:45.409Z | Checking cassowary v0.3.0 |
| 2776 | 2026-06-04T02:19:45.441Z | Checking unit-prefix v0.5.2 |
| 2777 | 2026-06-04T02:19:45.627Z | Checking indicatif v0.18.4 |
| 2778 | 2026-06-04T02:19:45.658Z | Checking ratatui v0.29.0 |
| 2779 | 2026-06-04T02:19:45.741Z | Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates) |
| 2780 | 2026-06-04T02:19:46.054Z | Checking openapi-lint v0.5.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#1b65d761) |
| 2781 | 2026-06-04T02:19:46.310Z | Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
| 2782 | 2026-06-04T02:19:46.974Z | Compiling vergen-git2 v9.1.0 |
| 2783 | 2026-06-04T02:19:47.007Z | Checking plotters-backend v0.3.7 |
| 2784 | 2026-06-04T02:19:47.240Z | Checking plotters-svg v0.3.7 |
| 2785 | 2026-06-04T02:19:47.283Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
| 2786 | 2026-06-04T02:19:47.416Z | Checking cast v0.3.0 |
| 2787 | 2026-06-04T02:19:47.509Z | Compiling rustls v0.21.12 |
| 2788 | 2026-06-04T02:19:47.601Z | Checking criterion-plot v0.6.0 |
| 2789 | 2026-06-04T02:19:47.813Z | Checking plotters v0.3.7 |
| 2790 | 2026-06-04T02:19:47.872Z | Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#f20f786e) |
| 2791 | 2026-06-04T02:19:47.918Z | Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
| 2792 | 2026-06-04T02:19:48.142Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
| 2793 | 2026-06-04T02:19:48.371Z | Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous) |
| 2794 | 2026-06-04T02:19:48.573Z | Compiling support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection) |
| 2795 | 2026-06-04T02:19:48.605Z | Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client) |
| 2796 | 2026-06-04T02:19:48.798Z | Checking colored v2.2.0 |
| 2797 | 2026-06-04T02:19:48.832Z | Checking sct v0.7.1 |
| 2798 | 2026-06-04T02:19:49.003Z | Checking rustls-webpki v0.101.7 |
| 2799 | 2026-06-04T02:19:49.035Z | Checking tinytemplate v1.2.1 |
| 2800 | 2026-06-04T02:19:49.271Z | Checking anes v0.1.6 |
| 2801 | 2026-06-04T02:19:49.303Z | Checking shell-words v1.1.1 |
| 2802 | 2026-06-04T02:19:49.366Z | Checking oorandom v11.1.5 |
| 2803 | 2026-06-04T02:19:49.487Z | Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#f20f786e) |
| 2804 | 2026-06-04T02:19:49.519Z | Checking criterion v0.7.0 |
| 2805 | 2026-06-04T02:19:50.914Z | Checking typeid v1.0.3 |
| 2806 | 2026-06-04T02:19:50.993Z | Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
| 2807 | 2026-06-04T02:19:51.054Z | Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
| 2808 | 2026-06-04T02:19:51.743Z | Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api) |
| 2809 | 2026-06-04T02:19:52.532Z | Checking hex-literal v0.4.1 |
| 2810 | 2026-06-04T02:19:52.668Z | Checking erased-serde v0.4.9 |
| 2811 | 2026-06-04T02:19:53.056Z | Checking tokio-rustls v0.24.1 |
| 2812 | 2026-06-04T02:19:53.294Z | Checking rustls-pemfile v1.0.4 |
| 2813 | 2026-06-04T02:19:53.470Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
| 2814 | 2026-06-04T02:19:53.703Z | Checking twox-hash v2.1.2 |
| 2815 | 2026-06-04T02:19:54.041Z | Checking ordered-float v2.10.1 |
| 2816 | 2026-06-04T02:19:54.248Z | Checking serde-untagged v0.1.9 |
| 2817 | 2026-06-04T02:19:54.302Z | Checking serde-value v0.7.0 |
| 2818 | 2026-06-04T02:19:54.472Z | Checking nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm) |
| 2819 | 2026-06-04T02:19:54.547Z | Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a) |
| 2820 | 2026-06-04T02:19:55.210Z | Checking nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface) |
| 2821 | 2026-06-04T02:19:55.402Z | Checking fatfs v0.3.6 |
| 2822 | 2026-06-04T02:19:55.574Z | Checking raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df) |
| 2823 | 2026-06-04T02:19:55.771Z | Checking lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df) |
| 2824 | 2026-06-04T02:19:55.920Z | Checking unicode-xid v0.2.6 |
| 2825 | 2026-06-04T02:19:55.956Z | Checking lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df) |
| 2826 | 2026-06-04T02:19:56.069Z | Compiling seq-macro v0.3.6 |
| 2827 | 2026-06-04T02:19:56.595Z | Checking cargo-util-schemas v0.8.2 |
| 2828 | 2026-06-04T02:19:56.927Z | Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
| 2829 | 2026-06-04T02:19:57.310Z | Checking cargo-platform v0.2.0 |
| 2830 | 2026-06-04T02:19:57.500Z | Compiling petname v2.0.2 |
| 2831 | 2026-06-04T02:19:57.532Z | Checking cargo_metadata v0.21.0 |
| 2832 | 2026-06-04T02:19:57.662Z | Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
| 2833 | 2026-06-04T02:19:58.159Z | Checking concurrent-queue v2.5.0 |
| 2834 | 2026-06-04T02:19:58.303Z | Checking rtoolbox v0.0.3 |
| 2835 | 2026-06-04T02:19:58.372Z | Checking parking v2.2.1 |
| 2836 | 2026-06-04T02:19:58.466Z | Checking rpassword v7.4.0 |
| 2837 | 2026-06-04T02:19:58.524Z | Checking event-listener v5.4.1 |
| 2838 | 2026-06-04T02:19:58.776Z | Checking tui-tree-widget v0.23.1 |
| 2839 | 2026-06-04T02:19:58.996Z | Checking omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils) |
| 2840 | 2026-06-04T02:19:59.029Z | Checking polyval v0.6.2 |
| 2841 | 2026-06-04T02:19:59.190Z | Checking sapling-renderdag v0.1.0 |
| 2842 | 2026-06-04T02:19:59.228Z | Checking sync-ptr v0.1.4 |
| 2843 | 2026-06-04T02:19:59.376Z | Checking ghash v0.5.1 |
| 2844 | 2026-06-04T02:19:59.460Z | Checking event-listener-strategy v0.5.4 |
| 2845 | 2026-06-04T02:19:59.526Z | Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils) |
| 2846 | 2026-06-04T02:19:59.626Z | Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli) |
| 2847 | 2026-06-04T02:19:59.853Z | Checking ctr v0.9.2 |
| 2848 | 2026-06-04T02:20:00.057Z | Checking futures-timer v3.0.3 |
| 2849 | 2026-06-04T02:20:00.220Z | Checking arrayvec v0.7.6 |
| 2850 | 2026-06-04T02:20:00.267Z | Checking constant_time_eq v0.4.2 |
| 2851 | 2026-06-04T02:20:00.438Z | Checking arrayref v0.3.9 |
| 2852 | 2026-06-04T02:20:00.438Z | Checking aes-gcm v0.10.3 |
| 2853 | 2026-06-04T02:20:00.619Z | Checking async-lock v3.4.2 |
| 2854 | 2026-06-04T02:20:00.649Z | Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation) |
| 2855 | 2026-06-04T02:20:00.975Z | Compiling samael v0.0.19 |
| 2856 | 2026-06-04T02:20:01.042Z | Checking bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client) |
| 2857 | 2026-06-04T02:20:01.118Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
| 2858 | 2026-06-04T02:20:01.629Z | Checking ssh-encoding v0.2.0 |
| 2859 | 2026-06-04T02:20:01.853Z | Checking blowfish v0.9.1 |
| 2860 | 2026-06-04T02:20:02.034Z | Compiling strsim v0.10.0 |
| 2861 | 2026-06-04T02:20:02.261Z | Compiling darling_core v0.13.4 |
| 2862 | 2026-06-04T02:20:02.396Z | Checking bcrypt-pbkdf v0.10.0 |
| 2863 | 2026-06-04T02:20:02.593Z | Checking ssh-cipher v0.2.0 |
| 2864 | 2026-06-04T02:20:02.797Z | Checking async-object-pool v0.2.0 |
| 2865 | 2026-06-04T02:20:02.939Z | Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
| 2866 | 2026-06-04T02:20:03.346Z | Compiling nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros) |
| 2867 | 2026-06-04T02:20:03.816Z | Checking serde_regex v1.1.0 |
| 2868 | 2026-06-04T02:20:04.010Z | Checking password-hash v0.4.2 |
| 2869 | 2026-06-04T02:20:04.042Z | Checking assert-json-diff v2.0.2 |
| 2870 | 2026-06-04T02:20:04.150Z | Checking path-tree v0.8.3 |
| 2871 | 2026-06-04T02:20:04.236Z | Checking gimli v0.32.3 |
| 2872 | 2026-06-04T02:20:04.268Z | Checking stringmetrics v2.2.2 |
| 2873 | 2026-06-04T02:20:04.366Z | Compiling target-lexicon v0.13.3 |
| 2874 | 2026-06-04T02:20:04.447Z | Checking httpmock v0.8.3 |
| 2875 | 2026-06-04T02:20:04.940Z | Checking pbkdf2 v0.11.0 |
| 2876 | 2026-06-04T02:20:05.143Z | Compiling darling_macro v0.13.4 |
| 2877 | 2026-06-04T02:20:05.668Z | Checking ssh-key v0.6.7 |
| 2878 | 2026-06-04T02:20:05.801Z | Checking addr2line v0.25.1 |
| 2879 | 2026-06-04T02:20:06.105Z | Checking p521 v0.13.3 |
| 2880 | 2026-06-04T02:20:06.404Z | Checking p256 v0.13.2 |
| 2881 | 2026-06-04T02:20:06.689Z | Checking ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions) |
| 2882 | 2026-06-04T02:20:06.721Z | Checking russh-cryptovec v0.7.3 |
| 2883 | 2026-06-04T02:20:06.758Z | Compiling guppy-workspace-hack v0.1.0 |
| 2884 | 2026-06-04T02:20:06.887Z | Checking rustc-demangle v0.1.27 |
| 2885 | 2026-06-04T02:20:06.953Z | Checking md5 v0.7.0 |
| 2886 | 2026-06-04T02:20:07.027Z | Compiling darling v0.13.4 |
| 2887 | 2026-06-04T02:20:07.143Z | Checking backtrace v0.3.76 |
| 2888 | 2026-06-04T02:20:07.176Z | Checking russh-keys v0.45.0 |
| 2889 | 2026-06-04T02:20:07.465Z | Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
| 2890 | 2026-06-04T02:20:07.499Z | Checking num-bigint v0.4.6 |
| 2891 | 2026-06-04T02:20:07.695Z | Checking des v0.8.1 |
| 2892 | 2026-06-04T02:20:07.883Z | Compiling blake3 v1.8.3 |
| 2893 | 2026-06-04T02:20:07.978Z | Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc) |
| 2894 | 2026-06-04T02:20:08.013Z | Compiling target-spec v3.5.7 |
| 2895 | 2026-06-04T02:20:08.410Z | Checking dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc) |
| 2896 | 2026-06-04T02:20:08.472Z | Checking russh v0.45.0 |
| 2897 | 2026-06-04T02:20:08.547Z | Checking backtrace-ext v0.2.1 |
| 2898 | 2026-06-04T02:20:08.688Z | Checking cfg-expr v0.20.6 |
| 2899 | 2026-06-04T02:20:08.756Z | Compiling serde_with_macros v1.5.2 |
| 2900 | 2026-06-04T02:20:09.100Z | Checking supports-color v2.1.0 |
| 2901 | 2026-06-04T02:20:09.157Z | Checking textwrap v0.15.2 |
| 2902 | 2026-06-04T02:20:09.264Z | Checking supports-unicode v2.1.0 |
| 2903 | 2026-06-04T02:20:09.398Z | Checking supports-hyperlinks v2.1.0 |
| 2904 | 2026-06-04T02:20:09.430Z | Checking hashbrown v0.14.5 |
| 2905 | 2026-06-04T02:20:09.546Z | Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
| 2906 | 2026-06-04T02:20:09.626Z | Checking cargo-platform v0.3.2 |
| 2907 | 2026-06-04T02:20:09.779Z | Checking socket2 v0.5.10 |
| 2908 | 2026-06-04T02:20:09.838Z | Checking terminal_size v0.1.17 |
| 2909 | 2026-06-04T02:20:09.930Z | Compiling miette-derive v5.10.0 |
| 2910 | 2026-06-04T02:20:09.975Z | Checking internet-checksum v0.2.1 |
| 2911 | 2026-06-04T02:20:10.057Z | Checking owo-colors v3.5.0 |
| 2912 | 2026-06-04T02:20:10.495Z | Checking chumsky v0.9.3 |
| 2913 | 2026-06-04T02:20:10.640Z | Checking cargo_metadata v0.23.1 |
| 2914 | 2026-06-04T02:20:11.100Z | Checking miette v5.10.0 |
| 2915 | 2026-06-04T02:20:11.405Z | Compiling serde_with v1.14.0 |
| 2916 | 2026-06-04T02:20:11.673Z | Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
| 2917 | 2026-06-04T02:20:11.863Z | Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
| 2918 | 2026-06-04T02:20:11.894Z | Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
| 2919 | 2026-06-04T02:20:12.228Z | Checking omicron-deployment-graph v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-deployment-graph) |
| 2920 | 2026-06-04T02:20:12.446Z | Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils) |
| 2921 | 2026-06-04T02:20:12.564Z | Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client) |
| 2922 | 2026-06-04T02:20:12.667Z | Compiling knuffel-derive v3.2.0 |
| 2923 | 2026-06-04T02:20:12.670Z | Checking httptest v0.16.4 |
| 2924 | 2026-06-04T02:20:12.766Z | Checking pathdiff v0.2.3 |
| 2925 | 2026-06-04T02:20:12.904Z | Checking topological-sort v0.2.2 |
| 2926 | 2026-06-04T02:20:13.040Z | Compiling git2 v0.20.4 |
| 2927 | 2026-06-04T02:20:13.078Z | Checking nested v0.1.1 |
| 2928 | 2026-06-04T02:20:13.111Z | Checking omicron-zone-package v0.12.2 |
| 2929 | 2026-06-04T02:20:13.249Z | Checking guppy v0.17.25 |
| 2930 | 2026-06-04T02:20:13.412Z | Compiling pmbus v0.1.7 (https://github.com/oxidecomputer/pmbus?rev=3e681b17aafce32e80e06aff2dd841c9153cf069#3e681b17) |
| 2931 | 2026-06-04T02:20:14.033Z | Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api) |
| 2932 | 2026-06-04T02:20:14.191Z | Checking knuffel v3.2.0 |
| 2933 | 2026-06-04T02:20:14.231Z | Checking similar-asserts v1.7.0 |
| 2934 | 2026-06-04T02:20:14.296Z | Checking dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
| 2935 | 2026-06-04T02:20:14.413Z | Compiling target-triple v1.0.0 |
| 2936 | 2026-06-04T02:20:14.464Z | Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
| 2937 | 2026-06-04T02:20:14.778Z | Checking scim2-test-client v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=163606c052ee30b16dfab282fca721dd81e0868a#163606c0) |
| 2938 | 2026-06-04T02:20:14.844Z | Checking trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils) |
| 2939 | 2026-06-04T02:20:15.095Z | Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin) |
| 2940 | 2026-06-04T02:20:15.366Z | Checking hickory-client v0.25.2 |
| 2941 | 2026-06-04T02:20:15.681Z | Checking tokio-test v0.4.5 |
| 2942 | 2026-06-04T02:20:15.927Z | Compiling assert_cmd v2.1.2 |
| 2943 | 2026-06-04T02:20:15.988Z | Checking escape8259 v0.5.3 |
| 2944 | 2026-06-04T02:20:16.158Z | Checking libtest-mimic v0.8.1 |
| 2945 | 2026-06-04T02:20:16.430Z | Checking ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types) |
| 2946 | 2026-06-04T02:20:16.462Z | Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
| 2947 | 2026-06-04T02:20:16.465Z | Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a) |
| 2948 | 2026-06-04T02:20:16.561Z | Compiling polar-core v0.27.3 |
| 2949 | 2026-06-04T02:20:16.595Z | Checking blake2b_simd v1.0.4 |
| 2950 | 2026-06-04T02:20:17.006Z | Checking omicron-dev-lib v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev-lib) |
| 2951 | 2026-06-04T02:20:17.151Z | Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=10952e8d9599b735b85d480af3560a11700e5b64#10952e8d) |
| 2952 | 2026-06-04T02:20:17.465Z | Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
| 2953 | 2026-06-04T02:20:17.546Z | Compiling nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests) |
| 2954 | 2026-06-04T02:20:17.772Z | Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
| 2955 | 2026-06-04T02:20:17.965Z | Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev) |
| 2956 | 2026-06-04T02:20:18.158Z | Checking fancy-regex v0.14.0 |
| 2957 | 2026-06-04T02:20:18.376Z | Checking serde_tokenstream v0.2.3 |
| 2958 | 2026-06-04T02:20:18.529Z | Checking approx v0.5.1 |
| 2959 | 2026-06-04T02:20:18.616Z | Checking uzers v0.12.2 |
| 2960 | 2026-06-04T02:20:18.692Z | Compiling rstest_macros v0.25.0 |
| 2961 | 2026-06-04T02:20:18.853Z | Checking constant_time_eq v0.3.1 |
| 2962 | 2026-06-04T02:20:18.986Z | Compiling linkme-impl v0.3.35 |
| 2963 | 2026-06-04T02:20:19.020Z | Checking termcolor v1.4.1 |
| 2964 | 2026-06-04T02:20:19.265Z | Checking trybuild v1.0.116 |
| 2965 | 2026-06-04T02:20:19.495Z | Checking rust-argon2 v2.1.0 |
| 2966 | 2026-06-04T02:20:19.757Z | Checking datatest-stable v0.3.3 |
| 2967 | 2026-06-04T02:20:20.140Z | Checking attest-mock v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=10952e8d9599b735b85d480af3560a11700e5b64#10952e8d) |
| 2968 | 2026-06-04T02:20:20.440Z | Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
| 2969 | 2026-06-04T02:20:20.555Z | Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis) |
| 2970 | 2026-06-04T02:20:21.307Z | Checking support-bundle-viewer v0.1.2 |
| 2971 | 2026-06-04T02:20:21.586Z | Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev) |
| 2972 | 2026-06-04T02:20:21.620Z | Compiling omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe) |
| 2973 | 2026-06-04T02:20:21.653Z | Checking oso v0.27.3 |
| 2974 | 2026-06-04T02:20:21.814Z | Compiling schema v0.1.0 (/work/oxidecomputer/omicron/dev-tools/schema) |
| 2975 | 2026-06-04T02:20:21.847Z | Compiling omicron-live-tests v0.1.0 (/work/oxidecomputer/omicron/live-tests) |
| 2976 | 2026-06-04T02:20:21.879Z | Checking drift v0.2.0 |
| 2977 | 2026-06-04T02:20:22.036Z | Checking rand_distr v0.5.1 |
| 2978 | 2026-06-04T02:20:22.073Z | Checking multimap v0.10.1 |
| 2979 | 2026-06-04T02:20:22.259Z | Compiling relative-path v1.9.3 |
| 2980 | 2026-06-04T02:20:22.290Z | Compiling linkme v0.3.35 |
| 2981 | 2026-06-04T02:20:22.475Z | Checking dropshot-api-manager v0.7.2 |
| 2982 | 2026-06-04T02:20:23.327Z | Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
| 2983 | 2026-06-04T02:20:23.637Z | Checking pki-playground v0.2.0 (https://github.com/oxidecomputer/pki-playground?rev=7600756029ce046a02c6234aa84ce230cc5eaa04#76007560) |
| 2984 | 2026-06-04T02:20:23.717Z | Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
| 2985 | 2026-06-04T02:20:23.787Z | Checking omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins) |
| 2986 | 2026-06-04T02:20:24.029Z | Checking clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana) |
| 2987 | 2026-06-04T02:20:24.084Z | Checking xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
| 2988 | 2026-06-04T02:20:24.305Z | Checking cargo_toml v0.21.0 |
| 2989 | 2026-06-04T02:20:24.389Z | Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim.git?rev=f0d5d5168d3d31487a56df32c676b0c6240bcc6b#f0d5d516) |
| 2990 | 2026-06-04T02:20:24.577Z | Compiling live-tests-macros v0.1.0 (/work/oxidecomputer/omicron/live-tests/macros) |
| 2991 | 2026-06-04T02:20:24.764Z | Checking partial-io v0.5.4 |
| 2992 | 2026-06-04T02:20:25.003Z | Checking termios v0.3.3 |
| 2993 | 2026-06-04T02:20:25.071Z | Checking sprockets-tls-test-utils v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f) |
| 2994 | 2026-06-04T02:20:25.161Z | Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli) |
| 2995 | 2026-06-04T02:20:25.216Z | Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
| 2996 | 2026-06-04T02:20:26.168Z | Checking rstest v0.25.0 |
| 2997 | 2026-06-04T02:20:26.701Z | Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng) |
| 2998 | 2026-06-04T02:20:30.706Z | Checking omicron-dropshot-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/dropshot-apis) |
| 2999 | 2026-06-04T02:20:32.798Z | Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors) |
| 3000 | 2026-06-04T02:20:36.572Z | Checking erebor v0.1.0 (https://github.com/oxidecomputer/erebor?rev=48512bf970474ff0fd0868c833fd504c8d169064#48512bf9) |
| 3001 | 2026-06-04T02:20:37.398Z | Checking tqdb v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/tqdb) |
| 3002 | 2026-06-04T02:20:39.010Z | Checking clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev) |
| 3003 | 2026-06-04T02:20:43.723Z | Checking reconfigurator-sp-updater v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-sp-updater) |
| 3004 | 2026-06-04T02:20:49.487Z | Checking mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev) |
| 3005 | 2026-06-04T02:20:52.129Z | Checking omicron-repo-depot-standalone v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repo-depot-standalone) |
| 3006 | 2026-06-04T02:20:54.702Z | Checking dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm) |
| 3007 | 2026-06-04T02:20:55.165Z | Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed) |
| 3008 | 2026-06-04T02:20:55.503Z | Checking cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev) |
| 3009 | 2026-06-04T02:21:03.891Z | Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli) |
| 3010 | 2026-06-04T02:22:15.403Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4m 03s |
| 3011 | 2026-06-04T02:22:16.015Z | |
| 3012 | 2026-06-04T02:22:16.015Z | real 4:07.087272559 |
| 3013 | 2026-06-04T02:22:16.015Z | user 21:13.568044205 |
| 3014 | 2026-06-04T02:22:16.015Z | sys 4:53.978508788 |
| 3015 | 2026-06-04T02:22:16.015Z | trap 0.504186539 |
| 3016 | 2026-06-04T02:22:16.015Z | tflt 0.464894641 |
| 3017 | 2026-06-04T02:22:16.018Z | dflt 0.387072715 |
| 3018 | 2026-06-04T02:22:16.018Z | kflt 0.004966792 |
| 3019 | 2026-06-04T02:22:16.018Z | lock 58:24.263113284 |
| 3020 | 2026-06-04T02:22:16.018Z | slp 58:30.801369874 |
| 3021 | 2026-06-04T02:22:16.018Z | lat 1:52.291909873 |
| 3022 | 2026-06-04T02:22:16.018Z | stop 10:40.361035844 |
| 3023 | 2026-06-04T02:22:16.019Z | + RUSTDOCFLAGS='--document-private-items -D warnings --cfg tokio' |
| 3024 | 2026-06-04T02:22:16.019Z | + ptime -m cargo doc --workspace --no-deps |
| 3025 | 2026-06-04T02:22:16.889Z | warning: output filename collision at /work/oxidecomputer/omicron/target/doc/oximeter/index.html |
| 3026 | 2026-06-04T02:22:16.890Z | | |
| 3027 | 2026-06-04T02:22:16.890Z | = note: the bin target `oximeter` in package `oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)` has the same output filename as the lib target `oximeter` in package `oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)` |
| 3028 | 2026-06-04T02:22:16.890Z | = note: this is a known bug where multiple crates with the same name use the same path; see <https://github.com/rust-lang/cargo/issues/6313> |
| 3029 | 2026-06-04T02:22:17.885Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 3030 | 2026-06-04T02:22:18.119Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
| 3031 | 2026-06-04T02:22:18.164Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
| 3032 | 2026-06-04T02:22:18.226Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 3033 | 2026-06-04T02:22:18.295Z | Compiling ntp-admin-v1-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-v1-client) |
| 3034 | 2026-06-04T02:22:18.385Z | Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
| 3035 | 2026-06-04T02:22:18.413Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
| 3036 | 2026-06-04T02:22:18.435Z | Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger) |
| 3037 | 2026-06-04T02:22:18.496Z | Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
| 3038 | 2026-06-04T02:22:18.694Z | Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss) |
| 3039 | 2026-06-04T02:22:18.717Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
| 3040 | 2026-06-04T02:22:18.721Z | Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types) |
| 3041 | 2026-06-04T02:22:18.761Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
| 3042 | 2026-06-04T02:22:18.782Z | Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
| 3043 | 2026-06-04T02:22:18.819Z | Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
| 3044 | 2026-06-04T02:22:18.841Z | Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions) |
| 3045 | 2026-06-04T02:22:18.845Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 3046 | 2026-06-04T02:22:18.925Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
| 3047 | 2026-06-04T02:22:18.949Z | Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types) |
| 3048 | 2026-06-04T02:22:18.986Z | Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions) |
| 3049 | 2026-06-04T02:22:19.099Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
| 3050 | 2026-06-04T02:22:19.303Z | Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions) |
| 3051 | 2026-06-04T02:22:19.615Z | Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types) |
| 3052 | 2026-06-04T02:22:19.671Z | Checking parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set) |
| 3053 | 2026-06-04T02:22:19.736Z | Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
| 3054 | 2026-06-04T02:22:19.762Z | Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
| 3055 | 2026-06-04T02:22:19.821Z | Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema) |
| 3056 | 2026-06-04T02:22:19.884Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
| 3057 | 2026-06-04T02:22:19.922Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
| 3058 | 2026-06-04T02:22:20.072Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
| 3059 | 2026-06-04T02:22:20.093Z | Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions) |
| 3060 | 2026-06-04T02:22:20.283Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
| 3061 | 2026-06-04T02:22:20.325Z | Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
| 3062 | 2026-06-04T02:22:20.351Z | Checking omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics) |
| 3063 | 2026-06-04T02:22:20.516Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
| 3064 | 2026-06-04T02:22:20.538Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
| 3065 | 2026-06-04T02:22:20.559Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
| 3066 | 2026-06-04T02:22:20.749Z | Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup) |
| 3067 | 2026-06-04T02:22:20.894Z | Checking ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client) |
| 3068 | 2026-06-04T02:22:20.980Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
| 3069 | 2026-06-04T02:22:21.274Z | Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
| 3070 | 2026-06-04T02:22:21.337Z | Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 3071 | 2026-06-04T02:22:21.361Z | Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
| 3072 | 2026-06-04T02:22:21.532Z | Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
| 3073 | 2026-06-04T02:22:21.598Z | Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
| 3074 | 2026-06-04T02:22:21.621Z | Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
| 3075 | 2026-06-04T02:22:21.825Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 3076 | 2026-06-04T02:22:21.853Z | Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
| 3077 | 2026-06-04T02:22:21.879Z | Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
| 3078 | 2026-06-04T02:22:21.903Z | Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
| 3079 | 2026-06-04T02:22:22.077Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
| 3080 | 2026-06-04T02:22:22.122Z | Checking ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions) |
| 3081 | 2026-06-04T02:22:22.167Z | Compiling support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection) |
| 3082 | 2026-06-04T02:22:22.195Z | Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous) |
| 3083 | 2026-06-04T02:22:22.309Z | Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
| 3084 | 2026-06-04T02:22:22.345Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
| 3085 | 2026-06-04T02:22:22.369Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
| 3086 | 2026-06-04T02:22:22.396Z | Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions) |
| 3087 | 2026-06-04T02:22:22.396Z | Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions) |
| 3088 | 2026-06-04T02:22:22.510Z | Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions) |
| 3089 | 2026-06-04T02:22:22.547Z | Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions) |
| 3090 | 2026-06-04T02:22:22.570Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
| 3091 | 2026-06-04T02:22:22.791Z | Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
| 3092 | 2026-06-04T02:22:23.161Z | Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
| 3093 | 2026-06-04T02:22:23.186Z | Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
| 3094 | 2026-06-04T02:22:23.476Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
| 3095 | 2026-06-04T02:22:23.603Z | Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
| 3096 | 2026-06-04T02:22:23.975Z | Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 3097 | 2026-06-04T02:22:24.011Z | Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
| 3098 | 2026-06-04T02:22:24.072Z | Checking oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api) |
| 3099 | 2026-06-04T02:22:24.123Z | Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
| 3100 | 2026-06-04T02:22:24.298Z | Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
| 3101 | 2026-06-04T02:22:24.347Z | Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
| 3102 | 2026-06-04T02:22:24.558Z | Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 3103 | 2026-06-04T02:22:24.732Z | Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
| 3104 | 2026-06-04T02:22:25.138Z | Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
| 3105 | 2026-06-04T02:22:25.442Z | Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
| 3106 | 2026-06-04T02:22:25.750Z | Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
| 3107 | 2026-06-04T02:22:25.880Z | Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
| 3108 | 2026-06-04T02:22:26.159Z | Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 3109 | 2026-06-04T02:22:26.556Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
| 3110 | 2026-06-04T02:22:26.580Z | Checking transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient) |
| 3111 | 2026-06-04T02:22:26.797Z | Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
| 3112 | 2026-06-04T02:22:26.939Z | Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
| 3113 | 2026-06-04T02:22:27.060Z | Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
| 3114 | 2026-06-04T02:22:27.160Z | Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
| 3115 | 2026-06-04T02:22:27.189Z | Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client) |
| 3116 | 2026-06-04T02:22:27.405Z | Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
| 3117 | 2026-06-04T02:22:27.446Z | Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
| 3118 | 2026-06-04T02:22:27.606Z | Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 3119 | 2026-06-04T02:22:27.652Z | Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
| 3120 | 2026-06-04T02:22:27.676Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
| 3121 | 2026-06-04T02:22:27.775Z | Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli) |
| 3122 | 2026-06-04T02:22:27.816Z | Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
| 3123 | 2026-06-04T02:22:27.879Z | Checking omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils) |
| 3124 | 2026-06-04T02:22:27.940Z | Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api) |
| 3125 | 2026-06-04T02:22:28.013Z | Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin) |
| 3126 | 2026-06-04T02:22:28.044Z | Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
| 3127 | 2026-06-04T02:22:28.192Z | Checking nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface) |
| 3128 | 2026-06-04T02:22:28.279Z | Checking ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types) |
| 3129 | 2026-06-04T02:22:28.302Z | Checking omicron-deployment-graph v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-deployment-graph) |
| 3130 | 2026-06-04T02:22:28.351Z | Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
| 3131 | 2026-06-04T02:22:28.395Z | Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev) |
| 3132 | 2026-06-04T02:22:28.482Z | Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev) |
| 3133 | 2026-06-04T02:22:28.603Z | Compiling schema v0.1.0 (/work/oxidecomputer/omicron/dev-tools/schema) |
| 3134 | 2026-06-04T02:22:28.668Z | Compiling nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests) |
| 3135 | 2026-06-04T02:22:28.692Z | Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
| 3136 | 2026-06-04T02:22:28.811Z | Compiling omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe) |
| 3137 | 2026-06-04T02:22:28.902Z | Checking dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
| 3138 | 2026-06-04T02:22:29.156Z | Documenting omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis) |
| 3139 | 2026-06-04T02:22:29.179Z | Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis) |
| 3140 | 2026-06-04T02:22:29.635Z | Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
| 3141 | 2026-06-04T02:22:29.660Z | Documenting omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin) |
| 3142 | 2026-06-04T02:22:29.686Z | Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
| 3143 | 2026-06-04T02:22:29.822Z | Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions) |
| 3144 | 2026-06-04T02:22:30.575Z | Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types) |
| 3145 | 2026-06-04T02:22:30.745Z | Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol) |
| 3146 | 2026-06-04T02:22:31.197Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
| 3147 | 2026-06-04T02:22:31.612Z | Checking oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 3148 | 2026-06-04T02:22:31.816Z | Checking bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api) |
| 3149 | 2026-06-04T02:22:31.889Z | Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0) |
| 3150 | 2026-06-04T02:22:32.118Z | Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
| 3151 | 2026-06-04T02:22:32.313Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
| 3152 | 2026-06-04T02:22:32.428Z | Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
| 3153 | 2026-06-04T02:22:32.790Z | Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
| 3154 | 2026-06-04T02:22:33.099Z | Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0) |
| 3155 | 2026-06-04T02:22:33.198Z | Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
| 3156 | 2026-06-04T02:22:33.274Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
| 3157 | 2026-06-04T02:22:33.774Z | Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
| 3158 | 2026-06-04T02:22:34.002Z | Checking zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness) |
| 3159 | 2026-06-04T02:22:34.512Z | Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
| 3160 | 2026-06-04T02:22:34.587Z | Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples) |
| 3161 | 2026-06-04T02:22:34.990Z | Checking bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client) |
| 3162 | 2026-06-04T02:22:35.184Z | Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
| 3163 | 2026-06-04T02:22:35.256Z | Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
| 3164 | 2026-06-04T02:22:36.021Z | Checking sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler) |
| 3165 | 2026-06-04T02:22:36.101Z | Checking sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor) |
| 3166 | 2026-06-04T02:22:36.507Z | Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
| 3167 | 2026-06-04T02:22:36.987Z | Documenting omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
| 3168 | 2026-06-04T02:22:37.468Z | Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
| 3169 | 2026-06-04T02:22:38.205Z | Checking sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files) |
| 3170 | 2026-06-04T02:22:38.233Z | Documenting omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
| 3171 | 2026-06-04T02:22:38.730Z | Checking trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils) |
| 3172 | 2026-06-04T02:22:38.762Z | Checking sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements) |
| 3173 | 2026-06-04T02:22:38.795Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
| 3174 | 2026-06-04T02:22:38.970Z | Checking sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking) |
| 3175 | 2026-06-04T02:22:39.020Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
| 3176 | 2026-06-04T02:22:39.240Z | Checking trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum) |
| 3177 | 2026-06-04T02:22:39.334Z | Documenting dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
| 3178 | 2026-06-04T02:22:39.652Z | Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils) |
| 3179 | 2026-06-04T02:22:39.928Z | Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client) |
| 3180 | 2026-06-04T02:22:40.412Z | Checking omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins) |
| 3181 | 2026-06-04T02:22:40.628Z | Documenting gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli) |
| 3182 | 2026-06-04T02:22:40.692Z | Documenting installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
| 3183 | 2026-06-04T02:22:41.169Z | Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
| 3184 | 2026-06-04T02:22:41.222Z | Documenting wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
| 3185 | 2026-06-04T02:22:44.009Z | Documenting zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
| 3186 | 2026-06-04T02:22:44.575Z | Documenting omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng) |
| 3187 | 2026-06-04T02:22:44.675Z | Documenting xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
| 3188 | 2026-06-04T02:22:45.591Z | Documenting trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum) |
| 3189 | 2026-06-04T02:22:45.964Z | Documenting nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
| 3190 | 2026-06-04T02:22:46.117Z | Documenting sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking) |
| 3191 | 2026-06-04T02:22:46.648Z | Documenting wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
| 3192 | 2026-06-04T02:22:46.762Z | Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
| 3193 | 2026-06-04T02:22:47.272Z | Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
| 3194 | 2026-06-04T02:22:47.507Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
| 3195 | 2026-06-04T02:22:47.965Z | Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client) |
| 3196 | 2026-06-04T02:22:48.499Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
| 3197 | 2026-06-04T02:22:49.028Z | Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy) |
| 3198 | 2026-06-04T02:22:49.069Z | Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
| 3199 | 2026-06-04T02:22:49.690Z | Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates) |
| 3200 | 2026-06-04T02:22:49.716Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
| 3201 | 2026-06-04T02:22:49.777Z | Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
| 3202 | 2026-06-04T02:22:50.006Z | Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
| 3203 | 2026-06-04T02:22:50.848Z | Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
| 3204 | 2026-06-04T02:22:51.201Z | Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
| 3205 | 2026-06-04T02:22:51.761Z | Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api) |
| 3206 | 2026-06-04T02:22:51.871Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
| 3207 | 2026-06-04T02:22:51.894Z | Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation) |
| 3208 | 2026-06-04T02:22:51.947Z | Checking nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm) |
| 3209 | 2026-06-04T02:22:52.474Z | Documenting oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
| 3210 | 2026-06-04T02:22:52.539Z | Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils) |
| 3211 | 2026-06-04T02:22:52.589Z | Documenting mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev) |
| 3212 | 2026-06-04T02:22:53.268Z | Documenting clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev) |
| 3213 | 2026-06-04T02:22:53.743Z | Documenting omicron-dropshot-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/dropshot-apis) |
| 3214 | 2026-06-04T02:22:54.047Z | Checking sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup) |
| 3215 | 2026-06-04T02:22:54.407Z | Documenting nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests) |
| 3216 | 2026-06-04T02:22:55.029Z | Documenting tqdb v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/tqdb) |
| 3217 | 2026-06-04T02:22:57.286Z | Documenting omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 3218 | 2026-06-04T02:22:58.365Z | Documenting sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup) |
| 3219 | 2026-06-04T02:22:58.819Z | Documenting reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli) |
| 3220 | 2026-06-04T02:22:59.797Z | Documenting gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
| 3221 | 2026-06-04T02:23:00.834Z | Documenting nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation) |
| 3222 | 2026-06-04T02:23:02.363Z | Documenting reconfigurator-sp-updater v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-sp-updater) |
| 3223 | 2026-06-04T02:23:02.945Z | Documenting nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
| 3224 | 2026-06-04T02:23:04.124Z | Documenting omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
| 3225 | 2026-06-04T02:23:04.644Z | Documenting db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev) |
| 3226 | 2026-06-04T02:23:06.039Z | Documenting crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed) |
| 3227 | 2026-06-04T02:23:06.694Z | Documenting oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils) |
| 3228 | 2026-06-04T02:23:07.859Z | Documenting end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
| 3229 | 2026-06-04T02:23:08.883Z | Documenting omicron-dev-lib v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev-lib) |
| 3230 | 2026-06-04T02:23:09.552Z | Documenting ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev) |
| 3231 | 2026-06-04T02:23:09.920Z | Documenting oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
| 3232 | 2026-06-04T02:23:10.186Z | Documenting nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
| 3233 | 2026-06-04T02:23:14.529Z | Documenting omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
| 3234 | 2026-06-04T02:23:15.199Z | Documenting nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client) |
| 3235 | 2026-06-04T02:23:15.883Z | Documenting nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy) |
| 3236 | 2026-06-04T02:23:17.119Z | Documenting nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api) |
| 3237 | 2026-06-04T02:23:17.760Z | Documenting nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
| 3238 | 2026-06-04T02:23:18.394Z | Documenting nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm) |
| 3239 | 2026-06-04T02:23:19.065Z | Documenting nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
| 3240 | 2026-06-04T02:23:20.078Z | Documenting sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
| 3241 | 2026-06-04T02:23:21.295Z | Documenting nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
| 3242 | 2026-06-04T02:23:22.298Z | Documenting nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
| 3243 | 2026-06-04T02:23:22.857Z | Documenting schema v0.1.0 (/work/oxidecomputer/omicron/dev-tools/schema) |
| 3244 | 2026-06-04T02:23:23.649Z | Documenting nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
| 3245 | 2026-06-04T02:23:24.150Z | Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors) |
| 3246 | 2026-06-04T02:23:24.434Z | Documenting nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors) |
| 3247 | 2026-06-04T02:23:25.418Z | Documenting nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup) |
| 3248 | 2026-06-04T02:23:26.277Z | Documenting nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
| 3249 | 2026-06-04T02:23:29.155Z | Documenting nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
| 3250 | 2026-06-04T02:23:30.328Z | Documenting nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
| 3251 | 2026-06-04T02:23:30.887Z | Documenting nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates) |
| 3252 | 2026-06-04T02:23:31.679Z | Documenting wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
| 3253 | 2026-06-04T02:23:32.713Z | Documenting sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements) |
| 3254 | 2026-06-04T02:23:33.676Z | Documenting sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files) |
| 3255 | 2026-06-04T02:23:36.066Z | Documenting wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
| 3256 | 2026-06-04T02:23:36.410Z | Documenting sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor) |
| 3257 | 2026-06-04T02:23:37.235Z | Documenting sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler) |
| 3258 | 2026-06-04T02:23:38.585Z | Documenting sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
| 3259 | 2026-06-04T02:23:39.681Z | Documenting wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
| 3260 | 2026-06-04T02:23:40.928Z | Documenting sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
| 3261 | 2026-06-04T02:23:42.206Z | Documenting sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples) |
| 3262 | 2026-06-04T02:23:43.410Z | Documenting zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness) |
| 3263 | 2026-06-04T02:23:45.781Z | Documenting omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
| 3264 | 2026-06-04T02:23:46.636Z | Documenting sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
| 3265 | 2026-06-04T02:23:47.984Z | Documenting installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
| 3266 | 2026-06-04T02:23:49.531Z | Documenting sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
| 3267 | 2026-06-04T02:23:51.274Z | Documenting oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
| 3268 | 2026-06-04T02:23:54.225Z | Documenting trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils) |
| 3269 | 2026-06-04T02:23:55.691Z | Documenting bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api) |
| 3270 | 2026-06-04T02:24:01.173Z | Documenting omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe) |
| 3271 | 2026-06-04T02:24:02.172Z | Documenting omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
| 3272 | 2026-06-04T02:24:03.095Z | Documenting support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection) |
| 3273 | 2026-06-04T02:24:03.696Z | Documenting nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
| 3274 | 2026-06-04T02:24:05.292Z | Documenting nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
| 3275 | 2026-06-04T02:24:07.064Z | Documenting nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
| 3276 | 2026-06-04T02:24:08.652Z | Documenting nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
| 3277 | 2026-06-04T02:24:10.765Z | Documenting nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
| 3278 | 2026-06-04T02:24:12.404Z | Documenting nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
| 3279 | 2026-06-04T02:24:13.996Z | Documenting nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous) |
| 3280 | 2026-06-04T02:24:15.985Z | Documenting nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
| 3281 | 2026-06-04T02:24:17.363Z | Documenting trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol) |
| 3282 | 2026-06-04T02:24:19.029Z | Documenting sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
| 3283 | 2026-06-04T02:24:20.651Z | Documenting bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
| 3284 | 2026-06-04T02:24:22.339Z | Documenting bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
| 3285 | 2026-06-04T02:24:23.689Z | Documenting bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client) |
| 3286 | 2026-06-04T02:24:25.719Z | Documenting bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types) |
| 3287 | 2026-06-04T02:24:27.349Z | Documenting illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
| 3288 | 2026-06-04T02:24:28.721Z | Documenting wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
| 3289 | 2026-06-04T02:24:30.839Z | Documenting oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 3290 | 2026-06-04T02:24:32.409Z | Documenting nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions) |
| 3291 | 2026-06-04T02:24:34.257Z | Documenting sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
| 3292 | 2026-06-04T02:24:36.003Z | Documenting oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
| 3293 | 2026-06-04T02:24:38.014Z | Documenting authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
| 3294 | 2026-06-04T02:24:39.784Z | Documenting db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
| 3295 | 2026-06-04T02:24:41.786Z | Documenting omicron-repo-depot-standalone v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repo-depot-standalone) |
| 3296 | 2026-06-04T02:24:43.722Z | Documenting transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient) |
| 3297 | 2026-06-04T02:24:46.924Z | Documenting clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana) |
| 3298 | 2026-06-04T02:24:47.838Z | Documenting oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
| 3299 | 2026-06-04T02:24:49.779Z | Documenting omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
| 3300 | 2026-06-04T02:24:52.220Z | Documenting clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils) |
| 3301 | 2026-06-04T02:24:54.502Z | Documenting clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
| 3302 | 2026-06-04T02:24:57.031Z | Documenting clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client) |
| 3303 | 2026-06-04T02:24:59.126Z | Documenting clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
| 3304 | 2026-06-04T02:25:01.356Z | Documenting oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
| 3305 | 2026-06-04T02:25:03.483Z | Documenting oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
| 3306 | 2026-06-04T02:25:05.671Z | Documenting clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
| 3307 | 2026-06-04T02:25:08.157Z | Documenting clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
| 3308 | 2026-06-04T02:25:10.466Z | Documenting internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli) |
| 3309 | 2026-06-04T02:25:12.219Z | Documenting oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
| 3310 | 2026-06-04T02:25:14.371Z | Documenting oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api) |
| 3311 | 2026-06-04T02:25:16.699Z | Documenting oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
| 3312 | 2026-06-04T02:25:18.876Z | Documenting dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm) |
| 3313 | 2026-06-04T02:25:21.099Z | Documenting internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
| 3314 | 2026-06-04T02:25:23.343Z | Documenting internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
| 3315 | 2026-06-04T02:25:25.650Z | Documenting dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
| 3316 | 2026-06-04T02:25:27.920Z | Documenting dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
| 3317 | 2026-06-04T02:25:31.170Z | Documenting gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
| 3318 | 2026-06-04T02:25:32.389Z | Documenting internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions) |
| 3319 | 2026-06-04T02:25:34.751Z | Documenting key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
| 3320 | 2026-06-04T02:25:37.014Z | Documenting update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
| 3321 | 2026-06-04T02:25:39.303Z | Documenting oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
| 3322 | 2026-06-04T02:25:41.547Z | Documenting oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions) |
| 3323 | 2026-06-04T02:25:43.856Z | Documenting omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
| 3324 | 2026-06-04T02:25:46.097Z | Documenting ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
| 3325 | 2026-06-04T02:25:48.302Z | Documenting omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
| 3326 | 2026-06-04T02:25:50.629Z | Documenting installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
| 3327 | 2026-06-04T02:25:52.906Z | Documenting nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
| 3328 | 2026-06-04T02:25:55.335Z | Documenting cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
| 3329 | 2026-06-04T02:25:57.537Z | Documenting ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api) |
| 3330 | 2026-06-04T02:25:59.985Z | Documenting clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions) |
| 3331 | 2026-06-04T02:26:02.280Z | Documenting installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client) |
| 3332 | 2026-06-04T02:26:04.613Z | Documenting sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions) |
| 3333 | 2026-06-04T02:26:07.146Z | Documenting ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types) |
| 3334 | 2026-06-04T02:26:09.524Z | Documenting omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins) |
| 3335 | 2026-06-04T02:26:11.885Z | Documenting range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
| 3336 | 2026-06-04T02:26:14.176Z | Documenting typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
| 3337 | 2026-06-04T02:26:16.542Z | Documenting ntp-admin-v1-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-v1-client) |
| 3338 | 2026-06-04T02:26:19.053Z | Documenting gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
| 3339 | 2026-06-04T02:26:21.387Z | Documenting omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics) |
| 3340 | 2026-06-04T02:26:23.694Z | Documenting gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
| 3341 | 2026-06-04T02:26:26.705Z | Documenting nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema) |
| 3342 | 2026-06-04T02:26:28.791Z | Documenting cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
| 3343 | 2026-06-04T02:26:31.428Z | Documenting trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types) |
| 3344 | 2026-06-04T02:26:33.904Z | Documenting trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions) |
| 3345 | 2026-06-04T02:26:36.520Z | Documenting omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 3346 | 2026-06-04T02:26:39.254Z | Documenting bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
| 3347 | 2026-06-04T02:26:41.723Z | Documenting gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions) |
| 3348 | 2026-06-04T02:26:44.350Z | Documenting cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
| 3349 | 2026-06-04T02:26:46.783Z | Documenting cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions) |
| 3350 | 2026-06-04T02:26:49.351Z | Documenting ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types) |
| 3351 | 2026-06-04T02:26:51.913Z | Documenting oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
| 3352 | 2026-06-04T02:26:54.894Z | Documenting installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions) |
| 3353 | 2026-06-04T02:26:57.340Z | Documenting omicron-deployment-graph v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-deployment-graph) |
| 3354 | 2026-06-04T02:27:00.058Z | Documenting update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
| 3355 | 2026-06-04T02:27:07.554Z | Documenting cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev) |
| 3356 | 2026-06-04T02:27:07.775Z | Documenting parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set) |
| 3357 | 2026-06-04T02:27:11.100Z | Documenting omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils) |
| 3358 | 2026-06-04T02:27:14.577Z | Documenting gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss) |
| 3359 | 2026-06-04T02:27:17.841Z | Documenting repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
| 3360 | 2026-06-04T02:27:21.166Z | Documenting omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
| 3361 | 2026-06-04T02:27:25.963Z | Documenting live-tests-macros v0.1.0 (/work/oxidecomputer/omicron/live-tests/macros) |
| 3362 | 2026-06-04T02:27:28.950Z | Documenting oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
| 3363 | 2026-06-04T02:27:32.514Z | Documenting omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger) |
| 3364 | 2026-06-04T02:27:36.218Z | Documenting repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
| 3365 | 2026-06-04T02:27:39.916Z | Documenting nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
| 3366 | 2026-06-04T02:27:43.655Z | Documenting omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
| 3367 | 2026-06-04T02:27:47.386Z | Documenting xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
| 3368 | 2026-06-04T02:27:51.060Z | Documenting nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface) |
| 3369 | 2026-06-04T02:27:54.724Z | Documenting oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
| 3370 | 2026-06-04T02:27:58.408Z | Documenting api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
| 3371 | 2026-06-04T02:28:02.126Z | Documenting nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros) |
| 3372 | 2026-06-04T02:28:05.940Z | Documenting key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types) |
| 3373 | 2026-06-04T02:28:09.540Z | Documenting ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions) |
| 3374 | 2026-06-04T02:28:13.244Z | Documenting ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client) |
| 3375 | 2026-06-04T02:28:17.033Z | Documenting sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
| 3376 | 2026-06-04T02:28:20.676Z | Documenting omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 3377 | 2026-06-04T02:28:24.404Z | Documenting omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
| 3378 | 2026-06-04T02:28:28.061Z | Documenting dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
| 3379 | 2026-06-04T02:28:57.593Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 6m 41s |
| 3380 | 2026-06-04T02:28:57.764Z | Generated /work/oxidecomputer/omicron/target/doc/api_identity/index.html and 197 other files |
| 3381 | 2026-06-04T02:28:57.870Z | |
| 3382 | 2026-06-04T02:28:57.871Z | real 6:41.765088035 |
| 3383 | 2026-06-04T02:28:57.871Z | user 17:55.309161008 |
| 3384 | 2026-06-04T02:28:57.871Z | sys 3:49.342658984 |
| 3385 | 2026-06-04T02:28:57.871Z | trap 0.270309853 |
| 3386 | 2026-06-04T02:28:57.871Z | tflt 0.024252460 |
| 3387 | 2026-06-04T02:28:57.871Z | dflt 0.105577307 |
| 3388 | 2026-06-04T02:28:57.871Z | kflt 0.000034590 |
| 3389 | 2026-06-04T02:28:57.874Z | lock 6:17:35.238114969 |
| 3390 | 2026-06-04T02:28:57.874Z | slp 2:14:59.005225759 |
| 3391 | 2026-06-04T02:28:57.874Z | lat 33.994913635 |
| 3392 | 2026-06-04T02:28:57.874Z | stop 1:51.027072422 |
| 3393 | 2026-06-04T02:28:57.874Z | process exited: duration 785559 ms, exit code 0 |
| |
| 3394 | 2026-06-04T02:28:57.880Z | found 0 output files |