|
|
|
| 1 | 2026-05-18T06:31:21.816Z | job assigned to worker 01KRWWF2FWH0EMG0TT9Y6TSNN5 [factory aws, i-0b0d1d4de76b977ab] (queued for 49 s) |
| |
| 2 | 2026-05-18T06:31:28.165Z | starting task 0: "setup" |
| 3 | 2026-05-18T06:31:28.169Z | ++ uname -s |
| 4 | 2026-05-18T06:31:28.172Z | + kern=SunOS |
| 5 | 2026-05-18T06:31:28.172Z | + build_user=build |
| 6 | 2026-05-18T06:31:28.172Z | + build_uid=12345 |
| 7 | 2026-05-18T06:31:28.172Z | + work_dir=/work |
| 8 | 2026-05-18T06:31:28.172Z | + input_dir=/input |
| 9 | 2026-05-18T06:31:28.172Z | + [[ 0 == 12345 ]] |
| 10 | 2026-05-18T06:31:28.172Z | + case "$kern" in |
| 11 | 2026-05-18T06:31:28.172Z | + groupadd -g 12345 build |
| 12 | 2026-05-18T06:31:28.184Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
| 13 | 2026-05-18T06:31:30.194Z | + zfs create -o mountpoint=/work rpool/work |
| 14 | 2026-05-18T06:31:30.295Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
| 15 | 2026-05-18T06:31:30.302Z | + home_fs=zfs |
| 16 | 2026-05-18T06:31:30.302Z | + [[ zfs == autofs ]] |
| 17 | 2026-05-18T06:31:30.302Z | + mkdir -p /home/build |
| 18 | 2026-05-18T06:31:30.302Z | + chown build:build /home/build /work |
| 19 | 2026-05-18T06:31:32.292Z | + chmod 0700 /home/build /work |
| 20 | 2026-05-18T06:31:32.296Z | process exited: duration 4131 ms, exit code 0 |
| |
| 21 | 2026-05-18T06:31:32.315Z | starting task 1: "rust-toolchain" |
| 22 | 2026-05-18T06:31:32.320Z | + printf ' * rust toolchain channel = "%s"\n' 1.94.0 |
| 23 | 2026-05-18T06:31:32.320Z | * rust toolchain channel = "1.94.0" |
| 24 | 2026-05-18T06:31:32.320Z | + printf ' * rust toolchain profile = "%s"\n' default |
| 25 | 2026-05-18T06:31:32.320Z | + export RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 26 | 2026-05-18T06:31:32.320Z | + RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 27 | 2026-05-18T06:31:32.320Z | * rust toolchain profile = "default" |
| 28 | 2026-05-18T06:31:32.320Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
| 29 | 2026-05-18T06:31:32.321Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.94.0 --profile default |
| 30 | 2026-05-18T06:31:32.427Z | info: downloading installer |
| 31 | 2026-05-18T06:31:33.768Z | warn: It looks like you have an existing rustup settings file at: |
| 32 | 2026-05-18T06:31:33.768Z | warn: /home/build/.rustup/settings.toml |
| 33 | 2026-05-18T06:31:33.768Z | warn: Rustup will install the default toolchain as specified in the settings file, |
| 34 | 2026-05-18T06:31:33.768Z | warn: instead of the one inferred from the default host triple. |
| 35 | 2026-05-18T06:31:33.781Z | info: profile set to default |
| 36 | 2026-05-18T06:31:33.781Z | info: default host triple is x86_64-unknown-illumos |
| 37 | 2026-05-18T06:31:33.785Z | info: syncing channel updates for 1.94.0-x86_64-unknown-illumos |
| 38 | 2026-05-18T06:31:33.931Z | info: latest update on 2026-03-05 for version 1.94.0 (4a4ef493e 2026-03-02) |
| 39 | 2026-05-18T06:31:33.934Z | info: downloading 6 components |
| 40 | 2026-05-18T06:31:49.413Z | info: default toolchain set to 1.94.0-x86_64-unknown-illumos |
| 41 | 2026-05-18T06:31:49.413Z | |
| 42 | 2026-05-18T06:31:49.440Z | 1.94.0-x86_64-unknown-illumos installed - rustc 1.94.0 (4a4ef493e 2026-03-02) |
| 43 | 2026-05-18T06:31:49.440Z | |
| 44 | 2026-05-18T06:31:49.440Z | |
| 45 | 2026-05-18T06:31:49.440Z | Rust is installed now. Great! |
| 46 | 2026-05-18T06:31:49.440Z | |
| 47 | 2026-05-18T06:31:49.443Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
| 48 | 2026-05-18T06:31:49.443Z | environment variable. This has not been done automatically. |
| 49 | 2026-05-18T06:31:49.443Z | |
| 50 | 2026-05-18T06:31:49.443Z | To configure your current shell, you need to source |
| 51 | 2026-05-18T06:31:49.443Z | the corresponding env file under $HOME/.cargo. |
| 52 | 2026-05-18T06:31:49.443Z | |
| 53 | 2026-05-18T06:31:49.444Z | This is usually done by running one of the following (note the leading DOT): |
| 54 | 2026-05-18T06:31:49.444Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
| 55 | 2026-05-18T06:31:49.444Z | source "$HOME/.cargo/env.fish" # For fish |
| 56 | 2026-05-18T06:31:49.444Z | source "~/.cargo/env.nu" # For nushell |
| 57 | 2026-05-18T06:31:49.444Z | source "$HOME/.cargo/env.tcsh" # For tcsh |
| 58 | 2026-05-18T06:31:49.444Z | . "$HOME/.cargo/env.ps1" # For pwsh |
| 59 | 2026-05-18T06:31:49.444Z | source "$HOME/.cargo/env.xsh" # For xonsh |
| 60 | 2026-05-18T06:31:49.444Z | warn: no default linker (`cc`) was found in your PATH |
| 61 | 2026-05-18T06:31:49.444Z | warn: many Rust crates require a system C toolchain to build |
| 62 | 2026-05-18T06:31:49.529Z | + rustup --version |
| 63 | 2026-05-18T06:31:49.537Z | rustup 1.29.0 (28d1352db 2026-03-05) |
| 64 | 2026-05-18T06:31:49.540Z | info: This is the version for the rustup toolchain manager, not the rustc compiler. |
| 65 | 2026-05-18T06:31:49.559Z | info: the currently active `rustc` version is `rustc 1.94.0 (4a4ef493e 2026-03-02)` |
| 66 | 2026-05-18T06:31:49.561Z | + cargo --version |
| 67 | 2026-05-18T06:31:49.574Z | cargo 1.94.0 (85eff7c80 2026-01-15) |
| 68 | 2026-05-18T06:31:49.577Z | + rustc --version |
| 69 | 2026-05-18T06:31:49.596Z | rustc 1.94.0 (4a4ef493e 2026-03-02) |
| 70 | 2026-05-18T06:31:49.598Z | process exited: duration 17286 ms, exit code 0 |
| |
| 71 | 2026-05-18T06:31:49.604Z | starting task 2: "authentication" |
| 72 | 2026-05-18T06:31:49.620Z | process exited: duration 16 ms, exit code 0 |
| |
| 73 | 2026-05-18T06:31:49.627Z | starting task 3: "clone repository" |
| 74 | 2026-05-18T06:31:49.629Z | + mkdir -p /work/oxidecomputer/omicron |
| 75 | 2026-05-18T06:31:49.632Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
| 76 | 2026-05-18T06:31:49.663Z | Cloning into '/work/oxidecomputer/omicron'... |
| 77 | 2026-05-18T06:31:59.720Z | + cd /work/oxidecomputer/omicron |
| 78 | 2026-05-18T06:31:59.720Z | + git fetch origin be781971f92bc9f5b5d532a1e8db279c055f4db4 |
| 79 | 2026-05-18T06:32:00.121Z | From https://github.com/oxidecomputer/omicron |
| 80 | 2026-05-18T06:32:00.121Z | * branch be781971f92bc9f5b5d532a1e8db279c055f4db4 -> FETCH_HEAD |
| 81 | 2026-05-18T06:32:00.129Z | + [[ -n '' ]] |
| 82 | 2026-05-18T06:32:00.129Z | + git reset --hard be781971f92bc9f5b5d532a1e8db279c055f4db4 |
| 83 | 2026-05-18T06:32:00.364Z | HEAD is now at be781971f add changes from 10450 |
| 84 | 2026-05-18T06:32:00.367Z | process exited: duration 10738 ms, exit code 0 |
| |
| 85 | 2026-05-18T06:32:00.376Z | starting task 4: "build" |
| 86 | 2026-05-18T06:32:00.381Z | + source ./env.sh |
| 87 | 2026-05-18T06:32:00.381Z | ++ OLD_SHELL_OPTS=ehxB |
| 88 | 2026-05-18T06:32:00.381Z | ++ set -o xtrace |
| 89 | 2026-05-18T06:32:00.387Z | ++++ dirname ./env.sh |
| 90 | 2026-05-18T06:32:00.387Z | +++ readlink -f . |
| 91 | 2026-05-18T06:32:00.394Z | ++ OMICRON_WS=/work/oxidecomputer/omicron |
| 92 | 2026-05-18T06:32:00.394Z | ++ export PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
| 93 | 2026-05-18T06:32:00.394Z | ++ PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
| 94 | 2026-05-18T06:32:00.394Z | ++ 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 |
| 95 | 2026-05-18T06:32:00.394Z | ++ 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 |
| 96 | 2026-05-18T06:32:00.394Z | ++ 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 |
| 97 | 2026-05-18T06:32:00.394Z | ++ 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 |
| 98 | 2026-05-18T06:32:00.394Z | ++ 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 |
| 99 | 2026-05-18T06:32:00.394Z | ++ 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 |
| 100 | 2026-05-18T06:32:00.394Z | ++ case $OLD_SHELL_OPTS in |
| 101 | 2026-05-18T06:32:00.394Z | ++ unset OLD_SHELL_OPTS OMICRON_WS |
| 102 | 2026-05-18T06:32:00.394Z | + source .github/buildomat/ci-env.sh |
| 103 | 2026-05-18T06:32:00.394Z | ++ export CARGO_TERM_COLOR=always |
| 104 | 2026-05-18T06:32:00.394Z | ++ CARGO_TERM_COLOR=always |
| 105 | 2026-05-18T06:32:00.394Z | + cargo --version |
| 106 | 2026-05-18T06:32:00.398Z | cargo 1.94.0 (85eff7c80 2026-01-15) |
| 107 | 2026-05-18T06:32:00.398Z | + rustc --version |
| 108 | 2026-05-18T06:32:00.421Z | rustc 1.94.0 (4a4ef493e 2026-03-02) |
| 109 | 2026-05-18T06:32:00.424Z | + banner prerequisites |
| 110 | 2026-05-18T06:32:00.424Z | |
| 111 | 2026-05-18T06:32:00.424Z | ##### ##### ###### ##### ###### #### # # # #### # |
| 112 | 2026-05-18T06:32:00.424Z | # # # # # # # # # # # # # # # |
| 113 | 2026-05-18T06:32:00.424Z | # # # # ##### # # ##### # # # # # #### # |
| 114 | 2026-05-18T06:32:00.424Z | ##### ##### # ##### # # # # # # # # # |
| 115 | 2026-05-18T06:32:00.424Z | # # # # # # # # # # # # # # # |
| 116 | 2026-05-18T06:32:00.424Z | # # # ###### # # ###### ### # #### # #### # |
| 117 | 2026-05-18T06:32:00.424Z | |
| 118 | 2026-05-18T06:32:00.424Z | + ptime -m bash ./tools/install_builder_prerequisites.sh -y |
| 119 | 2026-05-18T06:32:02.517Z | Startup: Refreshing catalog 'helios' ... Done |
| 120 | 2026-05-18T06:32:02.556Z | Startup: Caching catalogs ... Done |
| 121 | 2026-05-18T06:32:02.758Z | Planning: Solver setup ... Done (0.172s) |
| 122 | 2026-05-18T06:32:02.778Z | Planning: Running solver ... Done (0.017s) |
| 123 | 2026-05-18T06:32:02.781Z | Planning: Finding local manifests ... Done (0.003s) |
| 124 | 2026-05-18T06:32:02.795Z | Planning: Fetching manifests: 0/2 0% complete |
| 125 | 2026-05-18T06:32:02.830Z | Planning: Fetching manifests: 2/2 100% complete |
| 126 | 2026-05-18T06:32:02.843Z | Planning: Package planning ... Done (0.013s) |
| 127 | 2026-05-18T06:32:02.847Z | Planning: Merging actions ... Done (0.001s) |
| 128 | 2026-05-18T06:32:03.032Z | Planning: Checking for conflicting actions ... Done (0.187s) |
| 129 | 2026-05-18T06:32:03.036Z | Planning: Consolidating action changes ... Done (0.001s) |
| 130 | 2026-05-18T06:32:03.779Z | Planning: Evaluating mediators ... Done (0.745s) |
| 131 | 2026-05-18T06:32:03.784Z | Planning: Planning completed in 1.21 seconds |
| 132 | 2026-05-18T06:32:03.789Z | Packages to install: 2 |
| 133 | 2026-05-18T06:32:03.789Z | Estimated space available: 156.08 GB |
| 134 | 2026-05-18T06:32:03.789Z | Estimated space to be consumed: 19.74 MB |
| 135 | 2026-05-18T06:32:03.789Z | Create boot environment: No |
| 136 | 2026-05-18T06:32:03.789Z | Create backup boot environment: No |
| 137 | 2026-05-18T06:32:03.789Z | Rebuild boot archive: No |
| 138 | 2026-05-18T06:32:03.789Z | |
| 139 | 2026-05-18T06:32:03.789Z | Changed packages: |
| 140 | 2026-05-18T06:32:03.789Z | helios |
| 141 | 2026-05-18T06:32:03.790Z | developer/build-essential |
| 142 | 2026-05-18T06:32:03.790Z | None -> 11-3.0 |
| 143 | 2026-05-18T06:32:03.790Z | library/libxmlsec1 |
| 144 | 2026-05-18T06:32:03.790Z | None -> 1.2.35-3.0 |
| 145 | 2026-05-18T06:32:03.810Z | |
| 146 | 2026-05-18T06:32:03.816Z | Download: 0/214 items 0.0/1.3MB 0% complete |
| 147 | 2026-05-18T06:32:05.098Z | Download: Completed 1.28 MB in 1.29 seconds (1019k/s) |
| 148 | 2026-05-18T06:32:05.178Z | Actions: 1/268 actions (Installing new actions) |
| 149 | 2026-05-18T06:32:05.215Z | Actions: Completed 268 actions in 0.04 seconds. |
| 150 | 2026-05-18T06:32:05.221Z | Finalize: Updating package state database ... Done (0.006s) |
| 151 | 2026-05-18T06:32:05.225Z | Finalize: Updating package cache ... Done (0.000s) |
| 152 | 2026-05-18T06:32:05.238Z | Finalize: Updating image state ... Done (0.015s) |
| 153 | 2026-05-18T06:32:07.593Z | Finalize: Creating fast lookup database ... Done (2.335s) |
| 154 | 2026-05-18T06:32:07.661Z | Finalize: Reading search index ... Done (0.012s) |
| 155 | 2026-05-18T06:32:07.666Z | Finalize: Updating search index ... Done (0.000s) |
| 156 | 2026-05-18T06:32:07.759Z | Finalize: Updating package cache ... Done (0.000s) |
| 157 | 2026-05-18T06:32:08.053Z | Planning: Evaluating mediator changes ... Done |
| 158 | 2026-05-18T06:32:08.160Z | Planning: Checking for conflicting actions ... Done |
| 159 | 2026-05-18T06:32:08.165Z | Planning: Consolidating action changes ... Done |
| 160 | 2026-05-18T06:32:08.324Z | Planning: Evaluating mediators ... Done |
| 161 | 2026-05-18T06:32:08.329Z | Planning: Planning completed in 0.26 seconds |
| 162 | 2026-05-18T06:32:08.336Z | Mediators to change: 2 |
| 163 | 2026-05-18T06:32:08.336Z | Create boot environment: No |
| 164 | 2026-05-18T06:32:08.336Z | Create backup boot environment: No |
| 165 | 2026-05-18T06:32:08.404Z | Finalize: Updating package state database ... Done |
| 166 | 2026-05-18T06:32:08.404Z | Finalize: Updating package cache ... Done |
| 167 | 2026-05-18T06:32:08.414Z | Finalize: Updating image state ... Done |
| 168 | 2026-05-18T06:32:10.334Z | Finalize: Creating fast lookup database ... Done |
| 169 | 2026-05-18T06:32:10.401Z | Finalize: Reading search index ... Done |
| 170 | 2026-05-18T06:32:10.404Z | Finalize: Updating search index ... Done |
| 171 | 2026-05-18T06:32:10.491Z | Finalize: Updating package cache ... Done |
| 172 | 2026-05-18T06:32:10.863Z | Planning: Evaluating mediator changes ... Done |
| 173 | 2026-05-18T06:32:10.883Z | Planning: Checking for conflicting actions ... Done |
| 174 | 2026-05-18T06:32:10.887Z | Planning: Consolidating action changes ... Done |
| 175 | 2026-05-18T06:32:11.034Z | Planning: Evaluating mediators ... Done |
| 176 | 2026-05-18T06:32:11.038Z | Planning: Planning completed in 0.26 seconds |
| 177 | 2026-05-18T06:32:11.057Z | Mediators to change: 1 |
| 178 | 2026-05-18T06:32:11.057Z | Create boot environment: No |
| 179 | 2026-05-18T06:32:11.057Z | Create backup boot environment: No |
| 180 | 2026-05-18T06:32:11.123Z | Finalize: Updating package state database ... Done |
| 181 | 2026-05-18T06:32:11.123Z | Finalize: Updating package cache ... Done |
| 182 | 2026-05-18T06:32:11.128Z | Finalize: Updating image state ... Done |
| 183 | 2026-05-18T06:32:13.041Z | Finalize: Creating fast lookup database ... Done |
| 184 | 2026-05-18T06:32:13.102Z | Finalize: Reading search index ... Done |
| 185 | 2026-05-18T06:32:13.111Z | Finalize: Updating search index ... Done |
| 186 | 2026-05-18T06:32:13.308Z | Finalize: Updating package cache ... Done |
| 187 | 2026-05-18T06:32:13.560Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
| 188 | 2026-05-18T06:32:13.560Z | apache system 2.4 system |
| 189 | 2026-05-18T06:32:13.560Z | clang system 15 system |
| 190 | 2026-05-18T06:32:13.560Z | csh system system illumos |
| 191 | 2026-05-18T06:32:13.560Z | ctags system system illumos |
| 192 | 2026-05-18T06:32:13.560Z | file vendor vendor darwinsys |
| 193 | 2026-05-18T06:32:13.560Z | file system system illumos |
| 194 | 2026-05-18T06:32:13.561Z | gcc vendor 14 vendor |
| 195 | 2026-05-18T06:32:13.561Z | gcc system 13 system |
| 196 | 2026-05-18T06:32:13.561Z | gcc system 10 system |
| 197 | 2026-05-18T06:32:13.561Z | go system 1.25 system |
| 198 | 2026-05-18T06:32:13.561Z | llvm system 15 system |
| 199 | 2026-05-18T06:32:13.561Z | mariadb system 11.4 system |
| 200 | 2026-05-18T06:32:13.561Z | mta vendor vendor dma |
| 201 | 2026-05-18T06:32:13.561Z | openjdk system 17 system |
| 202 | 2026-05-18T06:32:13.561Z | openjdk system 11 system |
| 203 | 2026-05-18T06:32:13.561Z | openssl vendor 3 vendor |
| 204 | 2026-05-18T06:32:13.561Z | perl system 5.40 system |
| 205 | 2026-05-18T06:32:13.561Z | postgresql system 18 system |
| 206 | 2026-05-18T06:32:13.561Z | postgresql system 17 system |
| 207 | 2026-05-18T06:32:13.561Z | python vendor 3 vendor |
| 208 | 2026-05-18T06:32:13.561Z | python system 2 system |
| 209 | 2026-05-18T06:32:13.561Z | python3 vendor 3.13 vendor |
| 210 | 2026-05-18T06:32:13.561Z | ruby system 3.4 system |
| 211 | 2026-05-18T06:32:13.561Z | ruby system 3.0 system |
| 212 | 2026-05-18T06:32:13.561Z | words vendor vendor american-english |
| 213 | 2026-05-18T06:32:13.561Z | words system system australian-english |
| 214 | 2026-05-18T06:32:13.561Z | words system system british-english |
| 215 | 2026-05-18T06:32:13.561Z | words system system canadian-english |
| 216 | 2026-05-18T06:32:13.561Z | words system system french |
| 217 | 2026-05-18T06:32:13.561Z | words system system italian |
| 218 | 2026-05-18T06:32:13.561Z | words system system ngerman |
| 219 | 2026-05-18T06:32:13.562Z | words system system ogerman |
| 220 | 2026-05-18T06:32:13.562Z | words system system spanish |
| 221 | 2026-05-18T06:32:13.799Z | PUBLISHER TYPE STATUS P LOCATION |
| 222 | 2026-05-18T06:32:13.799Z | helios origin online F https://pkg.oxide.computer/helios/3/dev/ |
| 223 | 2026-05-18T06:32:14.066Z | FMRI IFO |
| 224 | 2026-05-18T06:32:14.066Z | pkg://helios/developer/build-essential@11-3.0:20260212T145243Z im- |
| 225 | 2026-05-18T06:32:14.066Z | pkg://helios/developer/pkg-config@0.29.2-3.0:20260212T145445Z i-- |
| 226 | 2026-05-18T06:32:14.066Z | pkg://helios/library/libxmlsec1@1.2.35-3.0:20260306T162922Z im- |
| 227 | 2026-05-18T06:32:14.067Z | pkg://helios/ooce/developer/clang-15@15.0.7-3.0:20260212T171836Z i-- |
| 228 | 2026-05-18T06:32:14.067Z | pkg://helios/ooce/developer/cmake@4.2.3-3.0:20260212T164558Z i-- |
| 229 | 2026-05-18T06:32:14.067Z | pkg://helios/ooce/library/postgresql-18@18.1-3.0:20260217T162247Z i-- |
| 230 | 2026-05-18T06:32:14.067Z | pkg://helios/package/pkg@0.5.11-3.0:20260212T150754Z i-- |
| 231 | 2026-05-18T06:32:14.067Z | pkg://helios/system/library/g++-runtime@14-3.0:20260212T151156Z i-- |
| 232 | 2026-05-18T06:32:14.067Z | pkg://helios/system/library/gcc-runtime@14-3.0:20260212T151216Z i-- |
| 233 | 2026-05-18T06:32:14.298Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
| 234 | 2026-05-18T06:32:14.600Z | Updating crates.io index |
| 235 | 2026-05-18T06:32:14.619Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
| 236 | 2026-05-18T06:32:15.103Z | Updating git repository `https://github.com/oxidecomputer/lldp` |
| 237 | 2026-05-18T06:32:15.407Z | Updating git repository `https://github.com/oxidecomputer/tufaceous` |
| 238 | 2026-05-18T06:32:15.795Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
| 239 | 2026-05-18T06:32:16.769Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
| 240 | 2026-05-18T06:32:17.302Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
| 241 | 2026-05-18T06:32:22.082Z | Updating git repository `https://github.com/oxidecomputer/opte` |
| 242 | 2026-05-18T06:32:22.082Z | Updating git repository `https://github.com/oxidecomputer/tofino` |
| 243 | 2026-05-18T06:32:22.082Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
| 244 | 2026-05-18T06:32:22.082Z | Updating git repository `https://github.com/oxidecomputer/clickward` |
| 245 | 2026-05-18T06:32:22.083Z | Updating git repository `https://github.com/oxidecomputer/dice-util` |
| 246 | 2026-05-18T06:32:22.083Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
| 247 | 2026-05-18T06:32:22.083Z | Updating git repository `https://github.com/oxidecomputer/dendrite` |
| 248 | 2026-05-18T06:32:22.289Z | Updating git repository `https://github.com/oxidecomputer/transceiver-control` |
| 249 | 2026-05-18T06:32:22.757Z | Updating git repository `https://github.com/oxidecomputer/fmd-adm` |
| 250 | 2026-05-18T06:32:23.031Z | Updating git repository `https://github.com/oxidecomputer/ipcc-rs` |
| 251 | 2026-05-18T06:32:23.324Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
| 252 | 2026-05-18T06:32:23.646Z | Updating git repository `https://github.com/oxidecomputer/scim2-rs` |
| 253 | 2026-05-18T06:32:24.049Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
| 254 | 2026-05-18T06:32:24.282Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
| 255 | 2026-05-18T06:32:24.518Z | Updating git repository `https://github.com/oxidecomputer/libnvme` |
| 256 | 2026-05-18T06:32:24.768Z | Updating git repository `https://github.com/oxidecomputer/dice-util` |
| 257 | 2026-05-18T06:32:25.174Z | Updating git repository `https://github.com/oxidecomputer/sprockets.git` |
| 258 | 2026-05-18T06:32:25.602Z | Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git` |
| 259 | 2026-05-18T06:32:26.030Z | Updating git repository `https://github.com/oxidecomputer/rats-corim.git` |
| 260 | 2026-05-18T06:32:26.504Z | Updating git repository `https://github.com/bluecatengineering/dhcproto.git` |
| 261 | 2026-05-18T06:32:26.831Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
| 262 | 2026-05-18T06:32:27.660Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
| 263 | 2026-05-18T06:32:27.900Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
| 264 | 2026-05-18T06:32:28.754Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
| 265 | 2026-05-18T06:32:29.264Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
| 266 | 2026-05-18T06:32:29.534Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
| 267 | 2026-05-18T06:32:29.965Z | Updating git repository `https://github.com/oxidecomputer/ipcc-rs` |
| 268 | 2026-05-18T06:32:30.253Z | Updating git repository `https://github.com/oxidecomputer/pki-playground` |
| 269 | 2026-05-18T06:32:30.791Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
| 270 | 2026-05-18T06:32:31.051Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
| 271 | 2026-05-18T06:32:31.322Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
| 272 | 2026-05-18T06:32:31.629Z | Updating git repository `https://github.com/illumos/smf-rs` |
| 273 | 2026-05-18T06:32:31.952Z | Updating git repository `https://github.com/oxidecomputer/omicron` |
| 274 | 2026-05-18T06:32:43.501Z | Downloading crates ... |
| 275 | 2026-05-18T06:32:43.557Z | Downloaded anstyle-query v1.1.5 |
| 276 | 2026-05-18T06:32:43.561Z | Downloaded bytecount v0.6.9 |
| 277 | 2026-05-18T06:32:43.561Z | Downloaded anstream v0.6.21 |
| 278 | 2026-05-18T06:32:43.562Z | Downloaded anstyle v1.0.13 |
| 279 | 2026-05-18T06:32:43.569Z | Downloaded camino-tempfile v1.4.1 |
| 280 | 2026-05-18T06:32:43.569Z | Downloaded block-buffer v0.10.4 |
| 281 | 2026-05-18T06:32:43.569Z | Downloaded autocfg v1.5.0 |
| 282 | 2026-05-18T06:32:43.569Z | Downloaded cargo-util-schemas v0.8.2 |
| 283 | 2026-05-18T06:32:43.569Z | Downloaded camino v1.2.2 |
| 284 | 2026-05-18T06:32:43.572Z | Downloaded itoa v1.0.17 |
| 285 | 2026-05-18T06:32:43.572Z | Downloaded is_terminal_polyfill v1.70.2 |
| 286 | 2026-05-18T06:32:43.572Z | Downloaded byteorder v1.5.0 |
| 287 | 2026-05-18T06:32:43.576Z | Downloaded cargo-platform v0.2.0 |
| 288 | 2026-05-18T06:32:43.576Z | Downloaded ucd-trie v0.1.7 |
| 289 | 2026-05-18T06:32:43.581Z | Downloaded serde_spanned v0.6.9 |
| 290 | 2026-05-18T06:32:43.581Z | Downloaded heck v0.5.0 |
| 291 | 2026-05-18T06:32:43.581Z | Downloaded cargo_metadata v0.21.0 |
| 292 | 2026-05-18T06:32:43.588Z | Downloaded usdt-macro v0.5.0 |
| 293 | 2026-05-18T06:32:43.588Z | Downloaded zerofrom-derive v0.1.6 |
| 294 | 2026-05-18T06:32:43.588Z | Downloaded unicode-linebreak v0.1.5 |
| 295 | 2026-05-18T06:32:43.599Z | Downloaded zerofrom v0.1.6 |
| 296 | 2026-05-18T06:32:43.599Z | Downloaded typeid v1.0.3 |
| 297 | 2026-05-18T06:32:43.599Z | Downloaded bitflags v2.11.0 |
| 298 | 2026-05-18T06:32:43.599Z | Downloaded icu_properties v2.1.2 |
| 299 | 2026-05-18T06:32:43.599Z | Downloaded toml_datetime v0.6.11 |
| 300 | 2026-05-18T06:32:43.599Z | Downloaded dtrace-parser v0.2.0 |
| 301 | 2026-05-18T06:32:43.599Z | Downloaded utf8parse v0.2.2 |
| 302 | 2026-05-18T06:32:43.599Z | Downloaded utf8_iter v1.0.4 |
| 303 | 2026-05-18T06:32:43.599Z | Downloaded cargo_toml v0.21.0 |
| 304 | 2026-05-18T06:32:43.599Z | Downloaded crypto-common v0.1.7 |
| 305 | 2026-05-18T06:32:43.599Z | Downloaded version_check v0.9.5 |
| 306 | 2026-05-18T06:32:43.599Z | Downloaded unicode-xid v0.2.6 |
| 307 | 2026-05-18T06:32:43.606Z | Downloaded dof v0.3.0 |
| 308 | 2026-05-18T06:32:43.606Z | Downloaded form_urlencoded v1.2.2 |
| 309 | 2026-05-18T06:32:43.606Z | Downloaded equivalent v1.0.2 |
| 310 | 2026-05-18T06:32:43.606Z | Downloaded usdt-attr-macro v0.5.0 |
| 311 | 2026-05-18T06:32:43.607Z | Downloaded yoke-derive v0.8.1 |
| 312 | 2026-05-18T06:32:43.614Z | Downloaded sha2 v0.10.9 |
| 313 | 2026-05-18T06:32:43.614Z | Downloaded fastrand v2.3.0 |
| 314 | 2026-05-18T06:32:43.614Z | Downloaded usdt v0.5.0 |
| 315 | 2026-05-18T06:32:43.615Z | Downloaded thread-id v4.2.2 |
| 316 | 2026-05-18T06:32:43.615Z | Downloaded zerotrie v0.2.3 |
| 317 | 2026-05-18T06:32:43.618Z | Downloaded icu_normalizer v2.1.1 |
| 318 | 2026-05-18T06:32:43.618Z | Downloaded thiserror-impl v2.0.18 |
| 319 | 2026-05-18T06:32:43.618Z | Downloaded zmij v1.0.21 |
| 320 | 2026-05-18T06:32:43.618Z | Downloaded tinystr v0.8.2 |
| 321 | 2026-05-18T06:32:43.621Z | Downloaded swrite v0.1.0 |
| 322 | 2026-05-18T06:32:43.621Z | Downloaded thiserror-impl v1.0.69 |
| 323 | 2026-05-18T06:32:43.621Z | Downloaded thiserror v1.0.69 |
| 324 | 2026-05-18T06:32:43.627Z | Downloaded zerovec-derive v0.11.2 |
| 325 | 2026-05-18T06:32:43.628Z | Downloaded usdt-impl v0.5.0 |
| 326 | 2026-05-18T06:32:43.628Z | Downloaded writeable v0.6.2 |
| 327 | 2026-05-18T06:32:43.628Z | Downloaded cpufeatures v0.2.17 |
| 328 | 2026-05-18T06:32:43.628Z | Downloaded toml_write v0.1.2 |
| 329 | 2026-05-18T06:32:43.631Z | Downloaded tabled_derive v0.7.0 |
| 330 | 2026-05-18T06:32:43.631Z | Downloaded textwrap v0.16.2 |
| 331 | 2026-05-18T06:32:43.631Z | Downloaded zerocopy-derive v0.7.35 |
| 332 | 2026-05-18T06:32:43.634Z | Downloaded terminal_size v0.4.3 |
| 333 | 2026-05-18T06:32:43.634Z | Downloaded thiserror v2.0.18 |
| 334 | 2026-05-18T06:32:43.641Z | Downloaded yoke v0.8.1 |
| 335 | 2026-05-18T06:32:43.641Z | Downloaded toml v0.8.23 |
| 336 | 2026-05-18T06:32:43.641Z | Downloaded macaddr v1.0.1 |
| 337 | 2026-05-18T06:32:43.641Z | Downloaded fnv v1.0.7 |
| 338 | 2026-05-18T06:32:43.641Z | Downloaded generic-array v0.14.7 |
| 339 | 2026-05-18T06:32:43.641Z | Downloaded colorchoice v1.0.4 |
| 340 | 2026-05-18T06:32:43.648Z | Downloaded strsim v0.11.1 |
| 341 | 2026-05-18T06:32:43.648Z | Downloaded proc-macro-error-attr v1.0.4 |
| 342 | 2026-05-18T06:32:43.648Z | Downloaded potential_utf v0.1.4 |
| 343 | 2026-05-18T06:32:43.648Z | Downloaded heck v0.4.1 |
| 344 | 2026-05-18T06:32:43.648Z | Downloaded cfg-if v1.0.4 |
| 345 | 2026-05-18T06:32:43.648Z | Downloaded pretty-hex v0.4.1 |
| 346 | 2026-05-18T06:32:43.648Z | Downloaded unicode-ident v1.0.24 |
| 347 | 2026-05-18T06:32:43.653Z | Downloaded scroll_derive v0.12.1 |
| 348 | 2026-05-18T06:32:43.653Z | Downloaded clap_lex v1.0.0 |
| 349 | 2026-05-18T06:32:43.653Z | Downloaded errno v0.3.14 |
| 350 | 2026-05-18T06:32:43.653Z | Downloaded idna_adapter v1.2.1 |
| 351 | 2026-05-18T06:32:43.653Z | Downloaded stable_deref_trait v1.2.1 |
| 352 | 2026-05-18T06:32:43.657Z | Downloaded toml_edit v0.22.27 |
| 353 | 2026-05-18T06:32:43.660Z | Downloaded smawk v0.3.2 |
| 354 | 2026-05-18T06:32:43.660Z | Downloaded memmap v0.7.0 |
| 355 | 2026-05-18T06:32:43.660Z | Downloaded serde-value v0.7.0 |
| 356 | 2026-05-18T06:32:43.667Z | Downloaded url v2.5.8 |
| 357 | 2026-05-18T06:32:43.667Z | Downloaded typenum v1.19.0 |
| 358 | 2026-05-18T06:32:43.667Z | Downloaded quote v1.0.45 |
| 359 | 2026-05-18T06:32:43.672Z | Downloaded plain v0.2.3 |
| 360 | 2026-05-18T06:32:43.672Z | Downloaded anstyle-parse v0.2.7 |
| 361 | 2026-05-18T06:32:43.676Z | Downloaded serde-untagged v0.1.9 |
| 362 | 2026-05-18T06:32:43.680Z | Downloaded icu_provider v2.1.1 |
| 363 | 2026-05-18T06:32:43.680Z | Downloaded zerovec v0.11.5 |
| 364 | 2026-05-18T06:32:43.689Z | Downloaded percent-encoding v2.3.2 |
| 365 | 2026-05-18T06:32:43.689Z | Downloaded displaydoc v0.2.5 |
| 366 | 2026-05-18T06:32:43.689Z | Downloaded synstructure v0.13.2 |
| 367 | 2026-05-18T06:32:43.689Z | Downloaded serde_tokenstream v0.2.3 |
| 368 | 2026-05-18T06:32:43.695Z | Downloaded zerocopy v0.7.35 |
| 369 | 2026-05-18T06:32:43.698Z | Downloaded winnow v0.7.14 |
| 370 | 2026-05-18T06:32:43.706Z | Downloaded litemap v0.8.1 |
| 371 | 2026-05-18T06:32:43.710Z | Downloaded memchr v2.8.0 |
| 372 | 2026-05-18T06:32:43.714Z | Downloaded erased-serde v0.4.9 |
| 373 | 2026-05-18T06:32:43.718Z | Downloaded unicode-width v0.2.0 |
| 374 | 2026-05-18T06:32:43.722Z | Downloaded unicode-width v0.1.14 |
| 375 | 2026-05-18T06:32:43.725Z | Downloaded pest_generator v2.8.6 |
| 376 | 2026-05-18T06:32:43.729Z | Downloaded smallvec v1.15.1 |
| 377 | 2026-05-18T06:32:43.732Z | Downloaded digest v0.10.7 |
| 378 | 2026-05-18T06:32:43.733Z | Downloaded anyhow v1.0.102 |
| 379 | 2026-05-18T06:32:43.751Z | Downloaded tempfile v3.25.0 |
| 380 | 2026-05-18T06:32:43.757Z | Downloaded scroll v0.12.0 |
| 381 | 2026-05-18T06:32:43.758Z | Downloaded proc-macro-error v1.0.4 |
| 382 | 2026-05-18T06:32:43.758Z | Downloaded pest_derive v2.8.6 |
| 383 | 2026-05-18T06:32:43.758Z | Downloaded num-traits v0.2.19 |
| 384 | 2026-05-18T06:32:43.758Z | Downloaded papergrid v0.11.0 |
| 385 | 2026-05-18T06:32:43.758Z | Downloaded proc-macro2 v1.0.106 |
| 386 | 2026-05-18T06:32:43.758Z | Downloaded clap v4.5.60 |
| 387 | 2026-05-18T06:32:43.762Z | Downloaded serde_core v1.0.228 |
| 388 | 2026-05-18T06:32:43.762Z | Downloaded clap_derive v4.5.55 |
| 389 | 2026-05-18T06:32:43.762Z | Downloaded once_cell v1.21.3 |
| 390 | 2026-05-18T06:32:43.763Z | Downloaded log v0.4.29 |
| 391 | 2026-05-18T06:32:43.766Z | Downloaded getrandom v0.4.1 |
| 392 | 2026-05-18T06:32:43.766Z | Downloaded semver v1.0.28 |
| 393 | 2026-05-18T06:32:43.766Z | Downloaded ordered-float v2.10.1 |
| 394 | 2026-05-18T06:32:43.770Z | Downloaded serde_derive v1.0.228 |
| 395 | 2026-05-18T06:32:43.770Z | Downloaded pest_meta v2.8.6 |
| 396 | 2026-05-18T06:32:43.773Z | Downloaded icu_normalizer_data v2.1.1 |
| 397 | 2026-05-18T06:32:43.774Z | Downloaded icu_locale_core v2.1.1 |
| 398 | 2026-05-18T06:32:43.776Z | Downloaded fs-err v3.3.0 |
| 399 | 2026-05-18T06:32:43.787Z | Downloaded icu_collections v2.1.1 |
| 400 | 2026-05-18T06:32:43.796Z | Downloaded serde v1.0.228 |
| 401 | 2026-05-18T06:32:43.802Z | Downloaded indexmap v2.14.0 |
| 402 | 2026-05-18T06:32:43.809Z | Downloaded icu_properties_data v2.1.2 |
| 403 | 2026-05-18T06:32:43.816Z | Downloaded pest v2.8.6 |
| 404 | 2026-05-18T06:32:43.837Z | Downloaded serde_json v1.0.149 |
| 405 | 2026-05-18T06:32:43.841Z | Downloaded hashbrown v0.17.0 |
| 406 | 2026-05-18T06:32:43.844Z | Downloaded idna v1.1.0 |
| 407 | 2026-05-18T06:32:43.855Z | Downloaded goblin v0.8.2 |
| 408 | 2026-05-18T06:32:43.858Z | Downloaded tabled v0.15.0 |
| 409 | 2026-05-18T06:32:43.866Z | Downloaded clap_builder v4.5.60 |
| 410 | 2026-05-18T06:32:43.873Z | Downloaded syn v1.0.109 |
| 411 | 2026-05-18T06:32:43.882Z | Downloaded syn v2.0.117 |
| 412 | 2026-05-18T06:32:43.895Z | Downloaded rustix v1.1.3 |
| 413 | 2026-05-18T06:32:43.924Z | Downloaded libc v0.2.185 |
| 414 | 2026-05-18T06:32:43.990Z | Compiling proc-macro2 v1.0.106 |
| 415 | 2026-05-18T06:32:43.990Z | Compiling quote v1.0.45 |
| 416 | 2026-05-18T06:32:43.993Z | Compiling unicode-ident v1.0.24 |
| 417 | 2026-05-18T06:32:43.993Z | Compiling serde_core v1.0.228 |
| 418 | 2026-05-18T06:32:43.993Z | Compiling libc v0.2.185 |
| 419 | 2026-05-18T06:32:43.993Z | Compiling version_check v0.9.5 |
| 420 | 2026-05-18T06:32:43.994Z | Compiling serde v1.0.228 |
| 421 | 2026-05-18T06:32:43.994Z | Compiling memchr v2.8.0 |
| 422 | 2026-05-18T06:32:44.322Z | Compiling stable_deref_trait v1.2.1 |
| 423 | 2026-05-18T06:32:44.394Z | Compiling zmij v1.0.21 |
| 424 | 2026-05-18T06:32:44.552Z | Compiling ucd-trie v0.1.7 |
| 425 | 2026-05-18T06:32:44.582Z | Compiling thiserror v1.0.69 |
| 426 | 2026-05-18T06:32:44.828Z | Compiling itoa v1.0.17 |
| 427 | 2026-05-18T06:32:44.843Z | Compiling autocfg v1.5.0 |
| 428 | 2026-05-18T06:32:44.915Z | Compiling pest v2.8.6 |
| 429 | 2026-05-18T06:32:44.960Z | Compiling litemap v0.8.1 |
| 430 | 2026-05-18T06:32:44.978Z | Compiling writeable v0.6.2 |
| 431 | 2026-05-18T06:32:45.151Z | Compiling rustix v1.1.3 |
| 432 | 2026-05-18T06:32:45.166Z | Compiling icu_properties_data v2.1.2 |
| 433 | 2026-05-18T06:32:45.353Z | Compiling icu_normalizer_data v2.1.1 |
| 434 | 2026-05-18T06:32:45.381Z | Compiling byteorder v1.5.0 |
| 435 | 2026-05-18T06:32:45.466Z | Compiling syn v2.0.117 |
| 436 | 2026-05-18T06:32:45.586Z | Compiling errno v0.3.14 |
| 437 | 2026-05-18T06:32:45.601Z | Compiling bitflags v2.11.0 |
| 438 | 2026-05-18T06:32:45.614Z | Compiling serde_json v1.0.149 |
| 439 | 2026-05-18T06:32:45.822Z | Compiling num-traits v0.2.19 |
| 440 | 2026-05-18T06:32:45.852Z | Compiling hashbrown v0.17.0 |
| 441 | 2026-05-18T06:32:45.867Z | Compiling smallvec v1.15.1 |
| 442 | 2026-05-18T06:32:46.019Z | Compiling pest_meta v2.8.6 |
| 443 | 2026-05-18T06:32:46.075Z | Compiling typeid v1.0.3 |
| 444 | 2026-05-18T06:32:46.331Z | Compiling equivalent v1.0.2 |
| 445 | 2026-05-18T06:32:46.405Z | Compiling indexmap v2.14.0 |
| 446 | 2026-05-18T06:32:46.420Z | Compiling thread-id v4.2.2 |
| 447 | 2026-05-18T06:32:46.423Z | Compiling usdt-impl v0.5.0 |
| 448 | 2026-05-18T06:32:46.499Z | Compiling proc-macro-error-attr v1.0.4 |
| 449 | 2026-05-18T06:32:46.547Z | Compiling syn v1.0.109 |
| 450 | 2026-05-18T06:32:46.641Z | Compiling winnow v0.7.14 |
| 451 | 2026-05-18T06:32:46.788Z | Compiling toml_write v0.1.2 |
| 452 | 2026-05-18T06:32:46.848Z | Compiling erased-serde v0.4.9 |
| 453 | 2026-05-18T06:32:47.133Z | Compiling proc-macro-error v1.0.4 |
| 454 | 2026-05-18T06:32:47.155Z | Compiling log v0.4.29 |
| 455 | 2026-05-18T06:32:47.318Z | Compiling utf8_iter v1.0.4 |
| 456 | 2026-05-18T06:32:47.338Z | Compiling percent-encoding v2.3.2 |
| 457 | 2026-05-18T06:32:47.479Z | Compiling plain v0.2.3 |
| 458 | 2026-05-18T06:32:47.531Z | Compiling thiserror v2.0.18 |
| 459 | 2026-05-18T06:32:47.578Z | Compiling utf8parse v0.2.2 |
| 460 | 2026-05-18T06:32:47.609Z | Compiling camino v1.2.2 |
| 461 | 2026-05-18T06:32:47.630Z | Compiling getrandom v0.4.1 |
| 462 | 2026-05-18T06:32:47.685Z | Compiling anstyle-parse v0.2.7 |
| 463 | 2026-05-18T06:32:47.699Z | Compiling ordered-float v2.10.1 |
| 464 | 2026-05-18T06:32:47.874Z | Compiling form_urlencoded v1.2.2 |
| 465 | 2026-05-18T06:32:48.007Z | Compiling synstructure v0.13.2 |
| 466 | 2026-05-18T06:32:48.049Z | Compiling pest_generator v2.8.6 |
| 467 | 2026-05-18T06:32:48.094Z | Compiling terminal_size v0.4.3 |
| 468 | 2026-05-18T06:32:48.292Z | Compiling pretty-hex v0.4.1 |
| 469 | 2026-05-18T06:32:48.352Z | Compiling is_terminal_polyfill v1.70.2 |
| 470 | 2026-05-18T06:32:48.436Z | Compiling colorchoice v1.0.4 |
| 471 | 2026-05-18T06:32:48.452Z | Compiling cfg-if v1.0.4 |
| 472 | 2026-05-18T06:32:48.496Z | Compiling anstyle v1.0.13 |
| 473 | 2026-05-18T06:32:48.512Z | Compiling anstyle-query v1.1.5 |
| 474 | 2026-05-18T06:32:48.555Z | Compiling serde-untagged v0.1.9 |
| 475 | 2026-05-18T06:32:48.677Z | Compiling anstream v0.6.21 |
| 476 | 2026-05-18T06:32:48.723Z | Compiling semver v1.0.28 |
| 477 | 2026-05-18T06:32:48.798Z | Compiling fs-err v3.3.0 |
| 478 | 2026-05-18T06:32:48.819Z | Compiling fastrand v2.3.0 |
| 479 | 2026-05-18T06:32:48.982Z | Compiling anyhow v1.0.102 |
| 480 | 2026-05-18T06:32:48.999Z | Compiling once_cell v1.21.3 |
| 481 | 2026-05-18T06:32:49.049Z | Compiling heck v0.4.1 |
| 482 | 2026-05-18T06:32:49.077Z | Compiling strsim v0.11.1 |
| 483 | 2026-05-18T06:32:49.093Z | Compiling unicode-xid v0.2.6 |
| 484 | 2026-05-18T06:32:49.215Z | Compiling fnv v1.0.7 |
| 485 | 2026-05-18T06:32:49.277Z | Compiling unicode-width v0.1.14 |
| 486 | 2026-05-18T06:32:49.294Z | Compiling heck v0.5.0 |
| 487 | 2026-05-18T06:32:49.316Z | Compiling bytecount v0.6.9 |
| 488 | 2026-05-18T06:32:49.427Z | Compiling clap_lex v1.0.0 |
| 489 | 2026-05-18T06:32:49.533Z | Compiling papergrid v0.11.0 |
| 490 | 2026-05-18T06:32:49.549Z | Compiling tempfile v3.25.0 |
| 491 | 2026-05-18T06:32:49.659Z | Compiling clap_builder v4.5.60 |
| 492 | 2026-05-18T06:32:49.664Z | Compiling memmap v0.7.0 |
| 493 | 2026-05-18T06:32:49.676Z | Compiling smawk v0.3.2 |
| 494 | 2026-05-18T06:32:49.792Z | Compiling serde_derive v1.0.228 |
| 495 | 2026-05-18T06:32:49.830Z | Compiling zerofrom-derive v0.1.6 |
| 496 | 2026-05-18T06:32:49.863Z | Compiling yoke-derive v0.8.1 |
| 497 | 2026-05-18T06:32:49.939Z | Compiling zerovec-derive v0.11.2 |
| 498 | 2026-05-18T06:32:50.176Z | Compiling displaydoc v0.2.5 |
| 499 | 2026-05-18T06:32:50.908Z | Compiling thiserror-impl v1.0.69 |
| 500 | 2026-05-18T06:32:50.938Z | Compiling zerocopy-derive v0.7.35 |
| 501 | 2026-05-18T06:32:50.998Z | Compiling pest_derive v2.8.6 |
| 502 | 2026-05-18T06:32:51.024Z | Compiling scroll_derive v0.12.1 |
| 503 | 2026-05-18T06:32:51.196Z | Compiling zerofrom v0.1.6 |
| 504 | 2026-05-18T06:32:51.334Z | Compiling yoke v0.8.1 |
| 505 | 2026-05-18T06:32:51.417Z | Compiling thiserror-impl v2.0.18 |
| 506 | 2026-05-18T06:32:51.528Z | Compiling zerovec v0.11.5 |
| 507 | 2026-05-18T06:32:51.706Z | Compiling zerotrie v0.2.3 |
| 508 | 2026-05-18T06:32:51.846Z | Compiling zerocopy v0.7.35 |
| 509 | 2026-05-18T06:32:52.027Z | Compiling tinystr v0.8.2 |
| 510 | 2026-05-18T06:32:52.114Z | Compiling potential_utf v0.1.4 |
| 511 | 2026-05-18T06:32:52.222Z | Compiling icu_locale_core v2.1.1 |
| 512 | 2026-05-18T06:32:52.261Z | Compiling icu_collections v2.1.1 |
| 513 | 2026-05-18T06:32:52.328Z | Compiling dtrace-parser v0.2.0 |
| 514 | 2026-05-18T06:32:52.349Z | Compiling scroll v0.12.0 |
| 515 | 2026-05-18T06:32:52.614Z | Compiling goblin v0.8.2 |
| 516 | 2026-05-18T06:32:52.644Z | Compiling tabled_derive v0.7.0 |
| 517 | 2026-05-18T06:32:52.644Z | Compiling clap_derive v4.5.55 |
| 518 | 2026-05-18T06:32:52.853Z | Compiling icu_provider v2.1.1 |
| 519 | 2026-05-18T06:32:52.985Z | Compiling unicode-width v0.2.0 |
| 520 | 2026-05-18T06:32:53.080Z | Compiling icu_properties v2.1.2 |
| 521 | 2026-05-18T06:32:53.218Z | Compiling toml_datetime v0.6.11 |
| 522 | 2026-05-18T06:32:53.235Z | Compiling serde_spanned v0.6.9 |
| 523 | 2026-05-18T06:32:53.239Z | Compiling icu_normalizer v2.1.1 |
| 524 | 2026-05-18T06:32:53.286Z | Compiling dof v0.3.0 |
| 525 | 2026-05-18T06:32:53.389Z | Compiling serde_tokenstream v0.2.3 |
| 526 | 2026-05-18T06:32:53.482Z | Compiling toml_edit v0.22.27 |
| 527 | 2026-05-18T06:32:53.682Z | Compiling serde-value v0.7.0 |
| 528 | 2026-05-18T06:32:53.703Z | Compiling cargo-platform v0.2.0 |
| 529 | 2026-05-18T06:32:53.784Z | Compiling unicode-linebreak v0.1.5 |
| 530 | 2026-05-18T06:32:53.975Z | Compiling idna_adapter v1.2.1 |
| 531 | 2026-05-18T06:32:54.033Z | Compiling textwrap v0.16.2 |
| 532 | 2026-05-18T06:32:54.055Z | Compiling tabled v0.15.0 |
| 533 | 2026-05-18T06:32:54.119Z | Compiling idna v1.1.0 |
| 534 | 2026-05-18T06:32:54.209Z | Compiling macaddr v1.0.1 |
| 535 | 2026-05-18T06:32:54.227Z | Compiling usdt-macro v0.5.0 |
| 536 | 2026-05-18T06:32:54.462Z | Compiling url v2.5.8 |
| 537 | 2026-05-18T06:32:54.486Z | Compiling usdt-attr-macro v0.5.0 |
| 538 | 2026-05-18T06:32:54.512Z | Compiling clap v4.5.60 |
| 539 | 2026-05-18T06:32:54.598Z | Compiling camino-tempfile v1.4.1 |
| 540 | 2026-05-18T06:32:54.870Z | Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
| 541 | 2026-05-18T06:32:55.109Z | Compiling toml v0.8.23 |
| 542 | 2026-05-18T06:32:55.140Z | Compiling swrite v0.1.0 |
| 543 | 2026-05-18T06:32:55.572Z | Compiling cargo-util-schemas v0.8.2 |
| 544 | 2026-05-18T06:32:55.588Z | Compiling cargo_toml v0.21.0 |
| 545 | 2026-05-18T06:32:55.794Z | Compiling usdt v0.5.0 |
| 546 | 2026-05-18T06:32:56.410Z | Compiling cargo_metadata v0.21.0 |
| 547 | 2026-05-18T06:32:57.315Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
| 548 | 2026-05-18T06:32:59.359Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 45.23s |
| 549 | 2026-05-18T06:32:59.637Z | Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control` |
| 550 | 2026-05-18T06:33:00.191Z | Downloading crates ... |
| 551 | 2026-05-18T06:33:00.286Z | Downloaded adler2 v2.0.1 |
| 552 | 2026-05-18T06:33:00.289Z | Downloaded castaway v0.2.4 |
| 553 | 2026-05-18T06:33:00.289Z | Downloaded cobs v0.3.0 |
| 554 | 2026-05-18T06:33:00.291Z | Downloaded bcs v0.1.6 |
| 555 | 2026-05-18T06:33:00.292Z | Downloaded base64ct v1.8.3 |
| 556 | 2026-05-18T06:33:00.294Z | Downloaded crc v3.4.0 |
| 557 | 2026-05-18T06:33:00.294Z | Downloaded bzip2 v0.4.4 |
| 558 | 2026-05-18T06:33:00.298Z | Downloaded cipher v0.4.4 |
| 559 | 2026-05-18T06:33:00.301Z | Downloaded blowfish v0.9.1 |
| 560 | 2026-05-18T06:33:00.301Z | Downloaded convert_case v0.10.0 |
| 561 | 2026-05-18T06:33:00.304Z | Downloaded bcrypt-pbkdf v0.10.0 |
| 562 | 2026-05-18T06:33:00.304Z | Downloaded console v0.15.11 |
| 563 | 2026-05-18T06:33:00.307Z | Downloaded bit-vec v0.8.0 |
| 564 | 2026-05-18T06:33:00.307Z | Downloaded darling_macro v0.20.11 |
| 565 | 2026-05-18T06:33:00.310Z | Downloaded darling_macro v0.23.0 |
| 566 | 2026-05-18T06:33:00.313Z | Downloaded defmt v0.3.100 |
| 567 | 2026-05-18T06:33:00.315Z | Downloaded debug-ignore v1.0.5 |
| 568 | 2026-05-18T06:33:00.318Z | Downloaded ahash v0.8.12 |
| 569 | 2026-05-18T06:33:00.318Z | Downloaded curve25519-dalek-derive v0.1.1 |
| 570 | 2026-05-18T06:33:00.321Z | Downloaded crc8 v0.1.1 |
| 571 | 2026-05-18T06:33:00.325Z | Downloaded crucible-workspace-hack v0.1.0 |
| 572 | 2026-05-18T06:33:00.328Z | Downloaded darling_macro v0.21.3 |
| 573 | 2026-05-18T06:33:00.331Z | Downloaded crunchy v0.2.4 |
| 574 | 2026-05-18T06:33:00.334Z | Downloaded enum-as-inner v0.6.1 |
| 575 | 2026-05-18T06:33:00.337Z | Downloaded dsl_auto_type v0.2.0 |
| 576 | 2026-05-18T06:33:00.337Z | Downloaded dunce v1.0.5 |
| 577 | 2026-05-18T06:33:00.340Z | Downloaded bb8 v0.8.6 |
| 578 | 2026-05-18T06:33:00.340Z | Downloaded aead v0.5.2 |
| 579 | 2026-05-18T06:33:00.340Z | Downloaded embedded-io v0.4.0 |
| 580 | 2026-05-18T06:33:00.346Z | Downloaded fixedbitset v0.4.2 |
| 581 | 2026-05-18T06:33:00.349Z | Downloaded env_filter v1.0.0 |
| 582 | 2026-05-18T06:33:00.349Z | Downloaded flagset v0.4.7 |
| 583 | 2026-05-18T06:33:00.351Z | Downloaded document-features v0.2.12 |
| 584 | 2026-05-18T06:33:00.352Z | Downloaded base16ct v0.2.0 |
| 585 | 2026-05-18T06:33:00.352Z | Downloaded bit-set v0.8.0 |
| 586 | 2026-05-18T06:33:00.354Z | Downloaded ascii-canvas v3.0.0 |
| 587 | 2026-05-18T06:33:00.354Z | Downloaded dirs-sys-next v0.1.2 |
| 588 | 2026-05-18T06:33:00.358Z | Downloaded compression-core v0.4.31 |
| 589 | 2026-05-18T06:33:00.358Z | Downloaded cstr-argument v0.1.2 |
| 590 | 2026-05-18T06:33:00.358Z | Downloaded difflib v0.4.0 |
| 591 | 2026-05-18T06:33:00.361Z | Downloaded fd-lock v4.0.4 |
| 592 | 2026-05-18T06:33:00.364Z | Downloaded async-stream v0.3.6 |
| 593 | 2026-05-18T06:33:00.367Z | Downloaded embedded-io v0.6.1 |
| 594 | 2026-05-18T06:33:00.367Z | Downloaded dof v0.4.0 |
| 595 | 2026-05-18T06:33:00.370Z | Downloaded dtrace-parser v0.3.0 |
| 596 | 2026-05-18T06:33:00.370Z | Downloaded bitfield-macros v0.19.4 |
| 597 | 2026-05-18T06:33:00.370Z | Downloaded ciborium-ll v0.2.2 |
| 598 | 2026-05-18T06:33:00.373Z | Downloaded float-cmp v0.10.0 |
| 599 | 2026-05-18T06:33:00.373Z | Downloaded derive_builder_macro v0.20.2 |
| 600 | 2026-05-18T06:33:00.373Z | Downloaded float-ord v0.3.2 |
| 601 | 2026-05-18T06:33:00.373Z | Downloaded dyn-clone v1.0.20 |
| 602 | 2026-05-18T06:33:00.376Z | Downloaded cfg_aliases v0.2.1 |
| 603 | 2026-05-18T06:33:00.376Z | Downloaded atty v0.2.14 |
| 604 | 2026-05-18T06:33:00.376Z | Downloaded bitfield-struct v0.6.2 |
| 605 | 2026-05-18T06:33:00.380Z | Downloaded dirs-next v2.0.0 |
| 606 | 2026-05-18T06:33:00.380Z | Downloaded atomicwrites v0.4.4 |
| 607 | 2026-05-18T06:33:00.383Z | Downloaded cexpr v0.6.0 |
| 608 | 2026-05-18T06:33:00.383Z | Downloaded const_format_proc_macros v0.2.34 |
| 609 | 2026-05-18T06:33:00.386Z | Downloaded defmt-parser v1.0.0 |
| 610 | 2026-05-18T06:33:00.386Z | Downloaded base64 v0.21.7 |
| 611 | 2026-05-18T06:33:00.389Z | Downloaded backoff v0.4.0 |
| 612 | 2026-05-18T06:33:00.392Z | Downloaded cargo-platform v0.1.9 |
| 613 | 2026-05-18T06:33:00.392Z | Downloaded derive_builder_core v0.20.2 |
| 614 | 2026-05-18T06:33:00.392Z | Downloaded async-recursion v1.1.1 |
| 615 | 2026-05-18T06:33:00.395Z | Downloaded critical-section v1.2.0 |
| 616 | 2026-05-18T06:33:00.395Z | Downloaded crc32fast v1.5.0 |
| 617 | 2026-05-18T06:33:00.398Z | Downloaded cpufeatures v0.3.0 |
| 618 | 2026-05-18T06:33:00.399Z | Downloaded assert_matches v1.5.0 |
| 619 | 2026-05-18T06:33:00.401Z | Downloaded arrayref v0.3.9 |
| 620 | 2026-05-18T06:33:00.402Z | Downloaded cfg_aliases v0.1.1 |
| 621 | 2026-05-18T06:33:00.405Z | Downloaded atomic-waker v1.1.2 |
| 622 | 2026-05-18T06:33:00.405Z | Downloaded futures-task v0.3.32 |
| 623 | 2026-05-18T06:33:00.408Z | Downloaded futures-macro v0.3.32 |
| 624 | 2026-05-18T06:33:00.408Z | Downloaded diesel_table_macro_syntax v0.3.0 |
| 625 | 2026-05-18T06:33:00.408Z | Downloaded block-padding v0.3.3 |
| 626 | 2026-05-18T06:33:00.408Z | Downloaded async-stream-impl v0.3.6 |
| 627 | 2026-05-18T06:33:00.410Z | Downloaded fxhash v0.2.1 |
| 628 | 2026-05-18T06:33:00.411Z | Downloaded bit-set v0.5.3 |
| 629 | 2026-05-18T06:33:00.411Z | Downloaded crc-catalog v2.4.0 |
| 630 | 2026-05-18T06:33:00.413Z | Downloaded git-stub v1.0.0 |
| 631 | 2026-05-18T06:33:00.413Z | Downloaded ghash v0.5.1 |
| 632 | 2026-05-18T06:33:00.413Z | Downloaded futures-sink v0.3.32 |
| 633 | 2026-05-18T06:33:00.416Z | Downloaded convert_case v0.4.0 |
| 634 | 2026-05-18T06:33:00.419Z | Downloaded foreign-types-shared v0.1.1 |
| 635 | 2026-05-18T06:33:00.419Z | Downloaded data-encoding v2.10.0 |
| 636 | 2026-05-18T06:33:00.423Z | Downloaded ctr v0.9.2 |
| 637 | 2026-05-18T06:33:00.423Z | Downloaded der_derive v0.7.3 |
| 638 | 2026-05-18T06:33:00.423Z | Downloaded derive-ex v0.1.8 |
| 639 | 2026-05-18T06:33:00.426Z | Downloaded compression-codecs v0.4.37 |
| 640 | 2026-05-18T06:33:00.426Z | Downloaded daft v0.1.5 |
| 641 | 2026-05-18T06:33:00.429Z | Downloaded crossbeam-deque v0.8.6 |
| 642 | 2026-05-18T06:33:00.429Z | Downloaded filetime v0.2.27 |
| 643 | 2026-05-18T06:33:00.432Z | Downloaded env_logger v0.11.9 |
| 644 | 2026-05-18T06:33:00.432Z | Downloaded clang-sys v1.8.1 |
| 645 | 2026-05-18T06:33:00.436Z | Downloaded foldhash v0.2.0 |
| 646 | 2026-05-18T06:33:00.436Z | Downloaded chacha20 v0.9.1 |
| 647 | 2026-05-18T06:33:00.441Z | Downloaded foldhash v0.1.5 |
| 648 | 2026-05-18T06:33:00.441Z | Downloaded foreign-types v0.3.2 |
| 649 | 2026-05-18T06:33:00.441Z | Downloaded foreign-types-shared v0.3.1 |
| 650 | 2026-05-18T06:33:00.441Z | Downloaded foreign-types v0.5.0 |
| 651 | 2026-05-18T06:33:00.444Z | Downloaded find-msvc-tools v0.1.9 |
| 652 | 2026-05-18T06:33:00.444Z | Downloaded erased-serde v0.3.31 |
| 653 | 2026-05-18T06:33:00.444Z | Downloaded ed25519 v2.2.3 |
| 654 | 2026-05-18T06:33:00.444Z | Downloaded ff v0.13.1 |
| 655 | 2026-05-18T06:33:00.447Z | Downloaded hash32 v0.3.1 |
| 656 | 2026-05-18T06:33:00.447Z | Downloaded globwalk v0.9.1 |
| 657 | 2026-05-18T06:33:00.450Z | Downloaded gethostname v0.5.0 |
| 658 | 2026-05-18T06:33:00.450Z | Downloaded futures-io v0.3.32 |
| 659 | 2026-05-18T06:33:00.450Z | Downloaded funty v2.0.0 |
| 660 | 2026-05-18T06:33:00.450Z | Downloaded hash32 v0.2.1 |
| 661 | 2026-05-18T06:33:00.453Z | Downloaded crossbeam-utils v0.8.21 |
| 662 | 2026-05-18T06:33:00.454Z | Downloaded corncobs v0.1.4 |
| 663 | 2026-05-18T06:33:00.459Z | Downloaded cmake v0.1.57 |
| 664 | 2026-05-18T06:33:00.459Z | Downloaded ciborium-io v0.2.2 |
| 665 | 2026-05-18T06:33:00.459Z | Downloaded argon2 v0.5.3 |
| 666 | 2026-05-18T06:33:00.459Z | Downloaded foreign-types-macros v0.2.3 |
| 667 | 2026-05-18T06:33:00.459Z | Downloaded cargo_metadata v0.19.2 |
| 668 | 2026-05-18T06:33:00.462Z | Downloaded array-init v0.0.4 |
| 669 | 2026-05-18T06:33:00.462Z | Downloaded bit-vec v0.6.3 |
| 670 | 2026-05-18T06:33:00.462Z | Downloaded async-trait v0.1.89 |
| 671 | 2026-05-18T06:33:00.465Z | Downloaded hex v0.4.3 |
| 672 | 2026-05-18T06:33:00.470Z | Downloaded constant_time_eq v0.4.2 |
| 673 | 2026-05-18T06:33:00.470Z | Downloaded camino-tempfile-ext v0.3.3 |
| 674 | 2026-05-18T06:33:00.473Z | Downloaded cbc v0.1.2 |
| 675 | 2026-05-18T06:33:00.473Z | Downloaded headers-core v0.3.0 |
| 676 | 2026-05-18T06:33:00.473Z | Downloaded downcast-rs v2.0.2 |
| 677 | 2026-05-18T06:33:00.473Z | Downloaded diesel-dtrace v0.5.0 |
| 678 | 2026-05-18T06:33:00.476Z | Downloaded ena v0.14.4 |
| 679 | 2026-05-18T06:33:00.476Z | Downloaded bitflags v1.3.2 |
| 680 | 2026-05-18T06:33:00.479Z | Downloaded dropshot-api-manager-types v0.7.1 |
| 681 | 2026-05-18T06:33:00.479Z | Downloaded display-error-chain v0.2.2 |
| 682 | 2026-05-18T06:33:00.479Z | Downloaded hex-literal v0.4.1 |
| 683 | 2026-05-18T06:33:00.482Z | Downloaded cancel-safe-futures v0.1.5 |
| 684 | 2026-05-18T06:33:00.482Z | Downloaded futures-channel v0.3.32 |
| 685 | 2026-05-18T06:33:00.485Z | Downloaded hubpack_derive v0.1.1 |
| 686 | 2026-05-18T06:33:00.485Z | Downloaded hostname v0.4.2 |
| 687 | 2026-05-18T06:33:00.485Z | Downloaded crossbeam-epoch v0.9.18 |
| 688 | 2026-05-18T06:33:00.488Z | Downloaded colored v3.1.1 |
| 689 | 2026-05-18T06:33:00.488Z | Downloaded git-stub-vcs v0.1.0 |
| 690 | 2026-05-18T06:33:00.491Z | Downloaded darling v0.21.3 |
| 691 | 2026-05-18T06:33:00.494Z | Downloaded http-range v0.1.5 |
| 692 | 2026-05-18T06:33:00.494Z | Downloaded http-body v1.0.1 |
| 693 | 2026-05-18T06:33:00.498Z | Downloaded home v0.5.12 |
| 694 | 2026-05-18T06:33:00.499Z | Downloaded futures-core v0.3.32 |
| 695 | 2026-05-18T06:33:00.499Z | Downloaded fallible-iterator v0.2.0 |
| 696 | 2026-05-18T06:33:00.502Z | Downloaded darling v0.23.0 |
| 697 | 2026-05-18T06:33:00.503Z | Downloaded hyper-tls v0.6.0 |
| 698 | 2026-05-18T06:33:00.507Z | Downloaded hubpack v0.1.2 |
| 699 | 2026-05-18T06:33:00.507Z | Downloaded globset v0.4.18 |
| 700 | 2026-05-18T06:33:00.507Z | Downloaded glob v0.3.3 |
| 701 | 2026-05-18T06:33:00.510Z | Downloaded indent_write v2.2.0 |
| 702 | 2026-05-18T06:33:00.510Z | Downloaded async-bb8-diesel v0.2.1 |
| 703 | 2026-05-18T06:33:00.510Z | Downloaded console v0.16.2 |
| 704 | 2026-05-18T06:33:00.510Z | Downloaded futures-executor v0.3.32 |
| 705 | 2026-05-18T06:33:00.513Z | Downloaded illumos-nvpair-sys v0.2.0 |
| 706 | 2026-05-18T06:33:00.513Z | Downloaded httpdate v1.0.3 |
| 707 | 2026-05-18T06:33:00.516Z | Downloaded cookie_store v0.22.1 |
| 708 | 2026-05-18T06:33:00.516Z | Downloaded const-oid v0.9.6 |
| 709 | 2026-05-18T06:33:00.519Z | Downloaded chacha20 v0.10.0 |
| 710 | 2026-05-18T06:33:00.519Z | Downloaded illumos-nvpair v0.3.0 |
| 711 | 2026-05-18T06:33:00.520Z | Downloaded inout v0.1.4 |
| 712 | 2026-05-18T06:33:00.524Z | Downloaded cookie v0.18.1 |
| 713 | 2026-05-18T06:33:00.524Z | Downloaded byte-wrapper v0.1.0 |
| 714 | 2026-05-18T06:33:00.527Z | Downloaded arrayvec v0.7.6 |
| 715 | 2026-05-18T06:33:00.527Z | Downloaded group v0.13.0 |
| 716 | 2026-05-18T06:33:00.527Z | Downloaded is-terminal v0.4.17 |
| 717 | 2026-05-18T06:33:00.530Z | Downloaded internet-checksum v0.2.1 |
| 718 | 2026-05-18T06:33:00.530Z | Downloaded instant v0.1.13 |
| 719 | 2026-05-18T06:33:00.530Z | Downloaded indoc v1.0.9 |
| 720 | 2026-05-18T06:33:00.536Z | Downloaded lalrpop-util v0.19.12 |
| 721 | 2026-05-18T06:33:00.536Z | Downloaded is_ci v1.2.0 |
| 722 | 2026-05-18T06:33:00.537Z | Downloaded derive_builder v0.20.2 |
| 723 | 2026-05-18T06:33:00.540Z | Downloaded fixedbitset v0.5.7 |
| 724 | 2026-05-18T06:33:00.540Z | Downloaded hostname v0.3.1 |
| 725 | 2026-05-18T06:33:00.540Z | Downloaded crc-any v2.5.0 |
| 726 | 2026-05-18T06:33:00.543Z | Downloaded getrandom v0.2.17 |
| 727 | 2026-05-18T06:33:00.543Z | Downloaded colored v2.2.0 |
| 728 | 2026-05-18T06:33:00.546Z | Downloaded highway v1.3.0 |
| 729 | 2026-05-18T06:33:00.546Z | Downloaded ciborium v0.2.2 |
| 730 | 2026-05-18T06:33:00.549Z | Downloaded linked-hash-map v0.5.6 |
| 731 | 2026-05-18T06:33:00.549Z | Downloaded aes v0.8.4 |
| 732 | 2026-05-18T06:33:00.553Z | Downloaded lazy_static v1.5.0 |
| 733 | 2026-05-18T06:33:00.553Z | Downloaded http-body-util v0.1.3 |
| 734 | 2026-05-18T06:33:00.556Z | Downloaded kstat-rs v0.2.4 |
| 735 | 2026-05-18T06:33:00.556Z | Downloaded libscf-sys v1.1.0 |
| 736 | 2026-05-18T06:33:00.556Z | Downloaded ident_case v1.0.1 |
| 737 | 2026-05-18T06:33:00.559Z | Downloaded hyper-staticfile v0.10.1 |
| 738 | 2026-05-18T06:33:00.559Z | Downloaded keccak v0.1.6 |
| 739 | 2026-05-18T06:33:00.559Z | Downloaded lru-cache v0.1.2 |
| 740 | 2026-05-18T06:33:00.562Z | Downloaded bzip2 v0.6.1 |
| 741 | 2026-05-18T06:33:00.562Z | Downloaded lru v0.12.5 |
| 742 | 2026-05-18T06:33:00.566Z | Downloaded md5 v0.7.0 |
| 743 | 2026-05-18T06:33:00.566Z | Downloaded md-5 v0.10.6 |
| 744 | 2026-05-18T06:33:00.566Z | Downloaded dropshot_endpoint v0.17.0 |
| 745 | 2026-05-18T06:33:00.569Z | Downloaded fatfs v0.3.6 |
| 746 | 2026-05-18T06:33:00.569Z | Downloaded drift v0.1.4 |
| 747 | 2026-05-18T06:33:00.575Z | Downloaded ingot v0.1.1 |
| 748 | 2026-05-18T06:33:00.578Z | Downloaded blake2 v0.10.6 |
| 749 | 2026-05-18T06:33:00.578Z | Downloaded indoc v2.0.7 |
| 750 | 2026-05-18T06:33:00.582Z | Downloaded mime v0.3.17 |
| 751 | 2026-05-18T06:33:00.582Z | Downloaded impl-trait-for-tuples v0.2.3 |
| 752 | 2026-05-18T06:33:00.585Z | Downloaded darling_core v0.23.0 |
| 753 | 2026-05-18T06:33:00.588Z | Downloaded newline-converter v0.3.0 |
| 754 | 2026-05-18T06:33:00.588Z | Downloaded compact_str v0.8.1 |
| 755 | 2026-05-18T06:33:00.591Z | Downloaded ingot-types v0.1.2 |
| 756 | 2026-05-18T06:33:00.591Z | Downloaded new_debug_unreachable v1.0.6 |
| 757 | 2026-05-18T06:33:00.594Z | Downloaded memoffset v0.9.1 |
| 758 | 2026-05-18T06:33:00.594Z | Downloaded half v1.8.3 |
| 759 | 2026-05-18T06:33:00.594Z | Downloaded ipnetwork v0.21.1 |
| 760 | 2026-05-18T06:33:00.597Z | Downloaded nonempty v0.12.0 |
| 761 | 2026-05-18T06:33:00.597Z | Downloaded nodrop v0.1.14 |
| 762 | 2026-05-18T06:33:00.600Z | Downloaded multimap v0.10.1 |
| 763 | 2026-05-18T06:33:00.600Z | Downloaded hmac v0.12.1 |
| 764 | 2026-05-18T06:33:00.600Z | Downloaded libefi-sys v0.1.0 |
| 765 | 2026-05-18T06:33:00.603Z | Downloaded endian-type v0.1.2 |
| 766 | 2026-05-18T06:33:00.603Z | Downloaded humantime v2.3.0 |
| 767 | 2026-05-18T06:33:00.603Z | Downloaded nibble_vec v0.1.0 |
| 768 | 2026-05-18T06:33:00.605Z | Downloaded newtype_derive v0.1.6 |
| 769 | 2026-05-18T06:33:00.606Z | Downloaded defmt v1.0.1 |
| 770 | 2026-05-18T06:33:00.609Z | Downloaded num v0.4.3 |
| 771 | 2026-05-18T06:33:00.609Z | Downloaded normalize-line-endings v0.3.0 |
| 772 | 2026-05-18T06:33:00.611Z | Downloaded num-derive v0.3.3 |
| 773 | 2026-05-18T06:33:00.612Z | Downloaded num-conv v0.2.0 |
| 774 | 2026-05-18T06:33:00.612Z | Downloaded getrandom v0.3.4 |
| 775 | 2026-05-18T06:33:00.615Z | Downloaded lock_api v0.4.14 |
| 776 | 2026-05-18T06:33:00.615Z | Downloaded linear-map v1.2.0 |
| 777 | 2026-05-18T06:33:00.617Z | Downloaded libsw-core v0.3.2 |
| 778 | 2026-05-18T06:33:00.617Z | Downloaded jobserver v0.1.34 |
| 779 | 2026-05-18T06:33:00.620Z | Downloaded iana-time-zone v0.1.65 |
| 780 | 2026-05-18T06:33:00.623Z | Downloaded num_threads v0.1.7 |
| 781 | 2026-05-18T06:33:00.623Z | Downloaded num-derive v0.4.2 |
| 782 | 2026-05-18T06:33:00.626Z | Downloaded libsw v3.5.0 |
| 783 | 2026-05-18T06:33:00.626Z | Downloaded num_enum_derive v0.5.11 |
| 784 | 2026-05-18T06:33:00.626Z | Downloaded dropshot_endpoint v0.16.7 |
| 785 | 2026-05-18T06:33:00.629Z | Downloaded opaque-debug v0.3.1 |
| 786 | 2026-05-18T06:33:00.629Z | Downloaded match_cfg v0.1.0 |
| 787 | 2026-05-18T06:33:00.632Z | Downloaded elliptic-curve v0.13.8 |
| 788 | 2026-05-18T06:33:00.632Z | Downloaded hyper-rustls v0.27.7 |
| 789 | 2026-05-18T06:33:00.635Z | Downloaded mime_guess v2.0.5 |
| 790 | 2026-05-18T06:33:00.637Z | Downloaded httparse v1.10.1 |
| 791 | 2026-05-18T06:33:00.638Z | Downloaded openssl-probe v0.2.1 |
| 792 | 2026-05-18T06:33:00.640Z | Downloaded openssl-macros v0.1.1 |
| 793 | 2026-05-18T06:33:00.640Z | Downloaded crypto-bigint v0.5.5 |
| 794 | 2026-05-18T06:33:00.643Z | Downloaded olpc-cjson v0.1.4 |
| 795 | 2026-05-18T06:33:00.646Z | Downloaded instability v0.3.11 |
| 796 | 2026-05-18T06:33:00.646Z | Downloaded ingot-macros v0.1.1 |
| 797 | 2026-05-18T06:33:00.649Z | Downloaded base64 v0.22.1 |
| 798 | 2026-05-18T06:33:00.649Z | Downloaded nanorand v0.7.0 |
| 799 | 2026-05-18T06:33:00.652Z | Downloaded half v2.7.1 |
| 800 | 2026-05-18T06:33:00.654Z | Downloaded oso-derive v0.27.3 |
| 801 | 2026-05-18T06:33:00.655Z | Downloaded ipnet v2.11.0 |
| 802 | 2026-05-18T06:33:00.658Z | Downloaded ar_archive_writer v0.5.1 |
| 803 | 2026-05-18T06:33:00.658Z | Downloaded newtype-uuid-macros v0.1.0 |
| 804 | 2026-05-18T06:33:00.660Z | Downloaded newtype-uuid v1.3.2 |
| 805 | 2026-05-18T06:33:00.661Z | Downloaded native-tls v0.2.18 |
| 806 | 2026-05-18T06:33:00.665Z | Downloaded libloading v0.8.9 |
| 807 | 2026-05-18T06:33:00.665Z | Downloaded multer v3.1.0 |
| 808 | 2026-05-18T06:33:00.668Z | Downloaded peg-runtime v0.8.5 |
| 809 | 2026-05-18T06:33:00.668Z | Downloaded parse-size v1.1.0 |
| 810 | 2026-05-18T06:33:00.668Z | Downloaded num-iter v0.1.45 |
| 811 | 2026-05-18T06:33:00.668Z | Downloaded flume v0.11.1 |
| 812 | 2026-05-18T06:33:00.671Z | Downloaded darling_core v0.20.11 |
| 813 | 2026-05-18T06:33:00.674Z | Downloaded packed_struct_codegen v0.10.1 |
| 814 | 2026-05-18T06:33:00.674Z | Downloaded nu-ansi-term v0.50.3 |
| 815 | 2026-05-18T06:33:00.677Z | Downloaded futures v0.3.32 |
| 816 | 2026-05-18T06:33:00.679Z | Downloaded fs_extra v1.3.0 |
| 817 | 2026-05-18T06:33:00.679Z | Downloaded num-complex v0.4.6 |
| 818 | 2026-05-18T06:33:00.682Z | Downloaded num_enum v0.7.5 |
| 819 | 2026-05-18T06:33:00.685Z | Downloaded num-rational v0.4.2 |
| 820 | 2026-05-18T06:33:00.688Z | Downloaded pbkdf2 v0.12.2 |
| 821 | 2026-05-18T06:33:00.688Z | Downloaded pbkdf2 v0.11.0 |
| 822 | 2026-05-18T06:33:00.691Z | Downloaded parse-display v0.10.0 |
| 823 | 2026-05-18T06:33:00.691Z | Downloaded diff v0.1.13 |
| 824 | 2026-05-18T06:33:00.694Z | Downloaded phf_shared v0.11.3 |
| 825 | 2026-05-18T06:33:00.694Z | Downloaded allocator-api2 v0.2.21 |
| 826 | 2026-05-18T06:33:00.694Z | Downloaded num-integer v0.1.46 |
| 827 | 2026-05-18T06:33:00.697Z | Downloaded pin-utils v0.1.0 |
| 828 | 2026-05-18T06:33:00.697Z | Downloaded phf_shared v0.12.1 |
| 829 | 2026-05-18T06:33:00.697Z | Downloaded chacha20poly1305 v0.10.1 |
| 830 | 2026-05-18T06:33:00.700Z | Downloaded der v0.7.10 |
| 831 | 2026-05-18T06:33:00.717Z | Downloaded openssl-probe v0.1.6 |
| 832 | 2026-05-18T06:33:00.720Z | Downloaded arc-swap v1.8.2 |
| 833 | 2026-05-18T06:33:00.722Z | Downloaded num_enum_derive v0.7.5 |
| 834 | 2026-05-18T06:33:00.722Z | Downloaded num_enum v0.5.11 |
| 835 | 2026-05-18T06:33:00.725Z | Downloaded predicates-tree v1.0.13 |
| 836 | 2026-05-18T06:33:00.728Z | Downloaded proc-macro-crate v1.3.1 |
| 837 | 2026-05-18T06:33:00.728Z | Downloaded async-compression v0.4.41 |
| 838 | 2026-05-18T06:33:00.731Z | Downloaded owo-colors v4.3.0 |
| 839 | 2026-05-18T06:33:00.734Z | Downloaded predicates-core v1.0.10 |
| 840 | 2026-05-18T06:33:00.734Z | Downloaded precomputed-hash v0.1.1 |
| 841 | 2026-05-18T06:33:00.734Z | Downloaded oxnet v0.1.4 |
| 842 | 2026-05-18T06:33:00.736Z | Downloaded oxide-tokio-rt v0.1.4 |
| 843 | 2026-05-18T06:33:00.736Z | Downloaded memmap2 v0.9.10 |
| 844 | 2026-05-18T06:33:00.739Z | Downloaded phf_shared v0.13.1 |
| 845 | 2026-05-18T06:33:00.739Z | Downloaded phf v0.12.1 |
| 846 | 2026-05-18T06:33:00.742Z | Downloaded pem-rfc7468 v0.7.0 |
| 847 | 2026-05-18T06:33:00.742Z | Downloaded pem v3.0.6 |
| 848 | 2026-05-18T06:33:00.745Z | Downloaded parse-display-derive v0.10.0 |
| 849 | 2026-05-18T06:33:00.745Z | Downloaded packed_struct v0.10.1 |
| 850 | 2026-05-18T06:33:00.747Z | Downloaded progenitor-client v0.14.0 |
| 851 | 2026-05-18T06:33:00.747Z | Downloaded progenitor-macro v0.14.0 |
| 852 | 2026-05-18T06:33:00.747Z | Downloaded progenitor-macro v0.13.0 |
| 853 | 2026-05-18T06:33:00.750Z | Downloaded progenitor-macro v0.10.0 |
| 854 | 2026-05-18T06:33:00.750Z | Downloaded litrs v1.0.0 |
| 855 | 2026-05-18T06:33:00.750Z | Downloaded path-slash v0.1.5 |
| 856 | 2026-05-18T06:33:00.753Z | Downloaded progenitor-client v0.11.2 |
| 857 | 2026-05-18T06:33:00.753Z | Downloaded progenitor-client v0.10.0 |
| 858 | 2026-05-18T06:33:00.758Z | Downloaded flate2 v1.1.9 |
| 859 | 2026-05-18T06:33:00.761Z | Downloaded ed25519-dalek v2.2.0 |
| 860 | 2026-05-18T06:33:00.761Z | Downloaded phf v0.13.1 |
| 861 | 2026-05-18T06:33:00.764Z | Downloaded libbz2-rs-sys v0.2.2 |
| 862 | 2026-05-18T06:33:00.764Z | Downloaded heapless v0.8.0 |
| 863 | 2026-05-18T06:33:00.768Z | Downloaded psl-types v2.0.11 |
| 864 | 2026-05-18T06:33:00.768Z | Downloaded progenitor-macro v0.11.2 |
| 865 | 2026-05-18T06:33:00.771Z | Downloaded rand_chacha v0.3.1 |
| 866 | 2026-05-18T06:33:00.771Z | Downloaded pin-project-internal v1.1.11 |
| 867 | 2026-05-18T06:33:00.771Z | Downloaded const_format v0.2.35 |
| 868 | 2026-05-18T06:33:00.774Z | Downloaded quick-error v1.2.3 |
| 869 | 2026-05-18T06:33:00.777Z | Downloaded pin-project-lite v0.2.17 |
| 870 | 2026-05-18T06:33:00.780Z | Downloaded poly1305 v0.8.0 |
| 871 | 2026-05-18T06:33:00.780Z | Downloaded radium v0.7.0 |
| 872 | 2026-05-18T06:33:00.783Z | Downloaded ppv-lite86 v0.2.21 |
| 873 | 2026-05-18T06:33:00.783Z | Downloaded omicron-zone-package v0.12.2 |
| 874 | 2026-05-18T06:33:00.786Z | Downloaded pkg-config v0.3.32 |
| 875 | 2026-05-18T06:33:00.786Z | Downloaded pkcs8 v0.10.2 |
| 876 | 2026-05-18T06:33:00.789Z | Downloaded powerfmt v0.2.0 |
| 877 | 2026-05-18T06:33:00.789Z | Downloaded hickory-resolver v0.24.4 |
| 878 | 2026-05-18T06:33:00.792Z | Downloaded indicatif v0.18.4 |
| 879 | 2026-05-18T06:33:00.795Z | Downloaded recursive v0.1.1 |
| 880 | 2026-05-18T06:33:00.798Z | Downloaded proc-macro-error2 v2.0.1 |
| 881 | 2026-05-18T06:33:00.800Z | Downloaded ref-cast-impl v1.0.25 |
| 882 | 2026-05-18T06:33:00.800Z | Downloaded postgres-protocol v0.6.10 |
| 883 | 2026-05-18T06:33:00.800Z | Downloaded parking_lot_core v0.9.12 |
| 884 | 2026-05-18T06:33:00.804Z | Downloaded proc-macro-crate v3.4.0 |
| 885 | 2026-05-18T06:33:00.804Z | Downloaded parking_lot v0.12.5 |
| 886 | 2026-05-18T06:33:00.807Z | Downloaded parking_lot_core v0.8.6 |
| 887 | 2026-05-18T06:33:00.810Z | Downloaded rand_xorshift v0.4.0 |
| 888 | 2026-05-18T06:33:00.810Z | Downloaded parking_lot v0.11.2 |
| 889 | 2026-05-18T06:33:00.810Z | Downloaded recursive-proc-macro-impl v0.1.1 |
| 890 | 2026-05-18T06:33:00.813Z | Downloaded headers v0.4.1 |
| 891 | 2026-05-18T06:33:00.816Z | Downloaded progenitor v0.11.2 |
| 892 | 2026-05-18T06:33:00.816Z | Downloaded rfc6979 v0.4.0 |
| 893 | 2026-05-18T06:33:00.818Z | Downloaded progenitor v0.10.0 |
| 894 | 2026-05-18T06:33:00.818Z | Downloaded polyval v0.6.2 |
| 895 | 2026-05-18T06:33:00.819Z | Downloaded progenitor-client v0.13.0 |
| 896 | 2026-05-18T06:33:00.823Z | Downloaded miniz_oxide v0.8.9 |
| 897 | 2026-05-18T06:33:00.823Z | Downloaded progenitor-extras v0.2.0 |
| 898 | 2026-05-18T06:33:00.826Z | Downloaded expectorate v1.2.0 |
| 899 | 2026-05-18T06:33:00.826Z | Downloaded diesel_derives v2.3.7 |
| 900 | 2026-05-18T06:33:00.829Z | Downloaded psm v0.1.30 |
| 901 | 2026-05-18T06:33:00.832Z | Downloaded proc-macro-error-attr2 v2.0.0 |
| 902 | 2026-05-18T06:33:00.833Z | Downloaded peg-macros v0.8.5 |
| 903 | 2026-05-18T06:33:00.835Z | Downloaded peg v0.8.5 |
| 904 | 2026-05-18T06:33:00.838Z | Downloaded rustc-hash v2.1.1 |
| 905 | 2026-05-18T06:33:00.838Z | Downloaded predicates v3.1.4 |
| 906 | 2026-05-18T06:33:00.842Z | Downloaded rustc_version v0.1.7 |
| 907 | 2026-05-18T06:33:00.842Z | Downloaded rustc_version v0.4.1 |
| 908 | 2026-05-18T06:33:00.842Z | Downloaded r2d2 v0.8.10 |
| 909 | 2026-05-18T06:33:00.842Z | Downloaded aho-corasick v1.1.4 |
| 910 | 2026-05-18T06:33:00.845Z | Downloaded russh-cryptovec v0.7.3 |
| 911 | 2026-05-18T06:33:00.848Z | Downloaded paste v1.0.15 |
| 912 | 2026-05-18T06:33:00.848Z | Downloaded rand_core v0.6.4 |
| 913 | 2026-05-18T06:33:00.851Z | Downloaded oso v0.27.3 |
| 914 | 2026-05-18T06:33:00.854Z | Downloaded rand_chacha v0.9.0 |
| 915 | 2026-05-18T06:33:00.854Z | Downloaded jiff-static v0.2.21 |
| 916 | 2026-05-18T06:33:00.857Z | Downloaded dropshot-api-manager v0.7.1 |
| 917 | 2026-05-18T06:33:00.860Z | Downloaded rand_core v0.9.5 |
| 918 | 2026-05-18T06:33:00.860Z | Downloaded same-file v1.0.6 |
| 919 | 2026-05-18T06:33:00.860Z | Downloaded pkcs5 v0.7.1 |
| 920 | 2026-05-18T06:33:00.863Z | Downloaded postgres-types v0.2.12 |
| 921 | 2026-05-18T06:33:00.866Z | Downloaded ref-cast v1.0.25 |
| 922 | 2026-05-18T06:33:00.869Z | Downloaded rand_core v0.10.0 |
| 923 | 2026-05-18T06:33:00.869Z | Downloaded papergrid v0.17.0 |
| 924 | 2026-05-18T06:33:00.873Z | Downloaded scroll_derive v0.13.1 |
| 925 | 2026-05-18T06:33:00.876Z | Downloaded scheduled-thread-pool v0.2.7 |
| 926 | 2026-05-18T06:33:00.876Z | Downloaded hashbrown v0.12.3 |
| 927 | 2026-05-18T06:33:00.876Z | Downloaded http v1.4.0 |
| 928 | 2026-05-18T06:33:00.879Z | Downloaded progenitor v0.14.0 |
| 929 | 2026-05-18T06:33:00.882Z | Downloaded progenitor v0.13.0 |
| 930 | 2026-05-18T06:33:00.882Z | Downloaded p256 v0.13.2 |
| 931 | 2026-05-18T06:33:00.884Z | Downloaded hashbrown v0.13.2 |
| 932 | 2026-05-18T06:33:00.888Z | Downloaded seq-macro v0.3.6 |
| 933 | 2026-05-18T06:33:00.892Z | Downloaded secrecy v0.8.0 |
| 934 | 2026-05-18T06:33:00.892Z | Downloaded sapling-renderdag v0.1.0 |
| 935 | 2026-05-18T06:33:00.892Z | Downloaded salsa20 v0.10.2 |
| 936 | 2026-05-18T06:33:00.892Z | Downloaded scopeguard v1.2.0 |
| 937 | 2026-05-18T06:33:00.894Z | Downloaded rand_seeder v0.4.0 |
| 938 | 2026-05-18T06:33:00.895Z | Downloaded serde_bytes v0.11.19 |
| 939 | 2026-05-18T06:33:00.895Z | Downloaded serde-big-array v0.5.1 |
| 940 | 2026-05-18T06:33:00.916Z | Downloaded semver v0.1.20 |
| 941 | 2026-05-18T06:33:00.916Z | Downloaded hickory-resolver v0.25.2 |
| 942 | 2026-05-18T06:33:00.921Z | Downloaded resolv-conf v0.7.6 |
| 943 | 2026-05-18T06:33:00.921Z | Downloaded quinn-udp v0.5.14 |
| 944 | 2026-05-18T06:33:00.921Z | Downloaded aes-gcm v0.10.3 |
| 945 | 2026-05-18T06:33:00.921Z | Downloaded secrecy v0.10.3 |
| 946 | 2026-05-18T06:33:00.921Z | Downloaded rustls-native-certs v0.8.3 |
| 947 | 2026-05-18T06:33:00.921Z | Downloaded serde_plain v1.0.2 |
| 948 | 2026-05-18T06:33:00.922Z | Downloaded rtoolbox v0.0.3 |
| 949 | 2026-05-18T06:33:00.922Z | Downloaded rustls-pemfile v2.2.0 |
| 950 | 2026-05-18T06:33:00.922Z | Downloaded scrypt v0.11.0 |
| 951 | 2026-05-18T06:33:00.922Z | Downloaded pin-project v1.1.11 |
| 952 | 2026-05-18T06:33:00.922Z | Downloaded sha1 v0.10.6 |
| 953 | 2026-05-18T06:33:00.926Z | Downloaded serde_urlencoded v0.7.1 |
| 954 | 2026-05-18T06:33:00.926Z | Downloaded serde_spanned v1.0.4 |
| 955 | 2026-05-18T06:33:00.926Z | Downloaded serde_repr v0.1.20 |
| 956 | 2026-05-18T06:33:00.926Z | Downloaded derive_more-impl v2.1.1 |
| 957 | 2026-05-18T06:33:00.929Z | Downloaded signal-hook-mio v0.2.5 |
| 958 | 2026-05-18T06:33:00.929Z | Downloaded shell-words v1.1.1 |
| 959 | 2026-05-18T06:33:00.929Z | Downloaded rusty-fork v0.3.1 |
| 960 | 2026-05-18T06:33:00.934Z | Downloaded primeorder v0.13.6 |
| 961 | 2026-05-18T06:33:00.934Z | Downloaded signature v2.2.0 |
| 962 | 2026-05-18T06:33:00.937Z | Downloaded scroll v0.13.0 |
| 963 | 2026-05-18T06:33:00.937Z | Downloaded postcard v1.1.3 |
| 964 | 2026-05-18T06:33:00.937Z | Downloaded signal-hook-tokio v0.3.1 |
| 965 | 2026-05-18T06:33:00.937Z | Downloaded siphasher v1.0.2 |
| 966 | 2026-05-18T06:33:00.940Z | Downloaded progenitor-impl v0.13.0 |
| 967 | 2026-05-18T06:33:00.940Z | Downloaded hyper-util v0.1.20 |
| 968 | 2026-05-18T06:33:00.943Z | Downloaded sigpipe v0.1.3 |
| 969 | 2026-05-18T06:33:00.946Z | Downloaded pkcs1 v0.7.5 |
| 970 | 2026-05-18T06:33:00.947Z | Downloaded password-hash v0.5.0 |
| 971 | 2026-05-18T06:33:00.949Z | Downloaded password-hash v0.4.2 |
| 972 | 2026-05-18T06:33:00.950Z | Downloaded progenitor-impl v0.11.2 |
| 973 | 2026-05-18T06:33:00.953Z | Downloaded slog-envlogger v2.2.0 |
| 974 | 2026-05-18T06:33:00.953Z | Downloaded crossbeam-channel v0.5.15 |
| 975 | 2026-05-18T06:33:00.956Z | Downloaded indexmap v1.9.3 |
| 976 | 2026-05-18T06:33:00.959Z | Downloaded progenitor-impl v0.14.0 |
| 977 | 2026-05-18T06:33:00.959Z | Downloaded progenitor-impl v0.10.0 |
| 978 | 2026-05-18T06:33:00.962Z | Downloaded ignore v0.4.25 |
| 979 | 2026-05-18T06:33:00.965Z | Downloaded schemars_derive v0.8.22 |
| 980 | 2026-05-18T06:33:00.965Z | Downloaded sec1 v0.7.3 |
| 981 | 2026-05-18T06:33:00.968Z | Downloaded slog-bunyan v2.5.0 |
| 982 | 2026-05-18T06:33:00.968Z | Downloaded serde_path_to_error v0.1.20 |
| 983 | 2026-05-18T06:33:00.968Z | Downloaded heapless v0.7.17 |
| 984 | 2026-05-18T06:33:00.971Z | Downloaded hickory-server v0.25.2 |
| 985 | 2026-05-18T06:33:00.974Z | Downloaded derive_more v2.1.1 |
| 986 | 2026-05-18T06:33:00.980Z | Downloaded rustversion v1.0.22 |
| 987 | 2026-05-18T06:33:00.983Z | Downloaded rustls-pemfile v1.0.4 |
| 988 | 2026-05-18T06:33:00.986Z | Downloaded serde-hex v0.1.0 |
| 989 | 2026-05-18T06:33:00.986Z | Downloaded ssh-cipher v0.2.0 |
| 990 | 2026-05-18T06:33:00.986Z | Downloaded cc v1.2.56 |
| 991 | 2026-05-18T06:33:00.989Z | Downloaded bytes v1.11.1 |
| 992 | 2026-05-18T06:33:00.993Z | Downloaded prefix-trie v0.7.0 |
| 993 | 2026-05-18T06:33:00.996Z | Downloaded serde_derive_internals v0.29.1 |
| 994 | 2026-05-18T06:33:00.996Z | Downloaded rustls-pki-types v1.14.0 |
| 995 | 2026-05-18T06:33:00.996Z | Downloaded crossterm v0.28.1 |
| 996 | 2026-05-18T06:33:01.000Z | Downloaded strip-ansi-escapes v0.2.1 |
| 997 | 2026-05-18T06:33:01.003Z | Downloaded ssh-encoding v0.2.0 |
| 998 | 2026-05-18T06:33:01.004Z | Downloaded openssl-sys v0.9.115 |
| 999 | 2026-05-18T06:33:01.007Z | Downloaded shlex v1.3.0 |
| 1000 | 2026-05-18T06:33:01.009Z | Downloaded structmeta-derive v0.3.0 |
| 1001 | 2026-05-18T06:33:01.010Z | Downloaded structmeta v0.3.0 |
| 1002 | 2026-05-18T06:33:01.010Z | Downloaded signal-hook-registry v1.4.8 |
| 1003 | 2026-05-18T06:33:01.010Z | Downloaded rcgen v0.12.1 |
| 1004 | 2026-05-18T06:33:01.012Z | Downloaded simd-adler32 v0.3.8 |
| 1005 | 2026-05-18T06:33:01.017Z | Downloaded strum v0.27.2 |
| 1006 | 2026-05-18T06:33:01.017Z | Downloaded strum v0.26.3 |
| 1007 | 2026-05-18T06:33:01.017Z | Downloaded mio v1.2.0 |
| 1008 | 2026-05-18T06:33:01.020Z | Downloaded supports-color v3.0.2 |
| 1009 | 2026-05-18T06:33:01.020Z | Downloaded num-bigint v0.4.6 |
| 1010 | 2026-05-18T06:33:01.023Z | Downloaded take_mut v0.2.2 |
| 1011 | 2026-05-18T06:33:01.023Z | Downloaded slog-async v2.8.0 |
| 1012 | 2026-05-18T06:33:01.026Z | Downloaded slab v0.4.12 |
| 1013 | 2026-05-18T06:33:01.026Z | Downloaded tabled_derive v0.11.0 |
| 1014 | 2026-05-18T06:33:01.026Z | Downloaded slog-dtrace v0.3.0 |
| 1015 | 2026-05-18T06:33:01.029Z | Downloaded testing_table v0.3.0 |
| 1016 | 2026-05-18T06:33:01.029Z | Downloaded tap v1.0.1 |
| 1017 | 2026-05-18T06:33:01.029Z | Downloaded sync_wrapper v1.0.2 |
| 1018 | 2026-05-18T06:33:01.032Z | Downloaded bumpalo v3.20.2 |
| 1019 | 2026-05-18T06:33:01.032Z | Downloaded smf v0.2.3 |
| 1020 | 2026-05-18T06:33:01.035Z | Downloaded slog-stdlog v4.1.1 |
| 1021 | 2026-05-18T06:33:01.036Z | Downloaded crossterm v0.29.0 |
| 1022 | 2026-05-18T06:33:01.039Z | Downloaded termtree v0.5.1 |
| 1023 | 2026-05-18T06:33:01.041Z | Downloaded itertools v0.10.5 |
| 1024 | 2026-05-18T06:33:01.044Z | Downloaded tagptr v0.2.0 |
| 1025 | 2026-05-18T06:33:01.044Z | Downloaded tabwriter v1.4.1 |
| 1026 | 2026-05-18T06:33:01.048Z | Downloaded slog-json v2.6.1 |
| 1027 | 2026-05-18T06:33:01.048Z | Downloaded sct v0.7.1 |
| 1028 | 2026-05-18T06:33:01.050Z | Downloaded rustls-platform-verifier v0.6.2 |
| 1029 | 2026-05-18T06:33:01.053Z | Downloaded russh-keys v0.45.0 |
| 1030 | 2026-05-18T06:33:01.053Z | Downloaded sqlparser_derive v0.5.0 |
| 1031 | 2026-05-18T06:33:01.056Z | Downloaded spki v0.7.3 |
| 1032 | 2026-05-18T06:33:01.057Z | Downloaded thiserror-impl-no-std v2.0.2 |
| 1033 | 2026-05-18T06:33:01.057Z | Downloaded snafu-derive v0.8.9 |
| 1034 | 2026-05-18T06:33:01.059Z | Downloaded time-core v0.1.8 |
| 1035 | 2026-05-18T06:33:01.060Z | Downloaded thread-id v5.1.0 |
| 1036 | 2026-05-18T06:33:01.062Z | Downloaded prettyplease v0.2.37 |
| 1037 | 2026-05-18T06:33:01.062Z | Downloaded minimal-lexical v0.2.1 |
| 1038 | 2026-05-18T06:33:01.065Z | Downloaded pretty_assertions v1.4.1 |
| 1039 | 2026-05-18T06:33:01.069Z | Downloaded slog-scope v4.4.1 |
| 1040 | 2026-05-18T06:33:01.069Z | Downloaded darling_core v0.21.3 |
| 1041 | 2026-05-18T06:33:01.072Z | Downloaded static_assertions v1.1.0 |
| 1042 | 2026-05-18T06:33:01.075Z | Downloaded tinyvec_macros v0.1.1 |
| 1043 | 2026-05-18T06:33:01.075Z | Downloaded stringprep v0.1.5 |
| 1044 | 2026-05-18T06:33:01.075Z | Downloaded string_cache v0.8.9 |
| 1045 | 2026-05-18T06:33:01.078Z | Downloaded stacker v0.1.23 |
| 1046 | 2026-05-18T06:33:01.078Z | Downloaded des v0.8.1 |
| 1047 | 2026-05-18T06:33:01.081Z | Downloaded sqlformat v0.3.5 |
| 1048 | 2026-05-18T06:33:01.081Z | Downloaded rayon-core v1.13.0 |
| 1049 | 2026-05-18T06:33:01.084Z | Downloaded support-bundle-viewer v0.1.2 |
| 1050 | 2026-05-18T06:33:01.084Z | Downloaded subtle v2.6.1 |
| 1051 | 2026-05-18T06:33:01.087Z | Downloaded hashbrown v0.15.5 |
| 1052 | 2026-05-18T06:33:01.092Z | Downloaded tokio-macros v2.7.0 |
| 1053 | 2026-05-18T06:33:01.092Z | Downloaded strum_macros v0.27.2 |
| 1054 | 2026-05-18T06:33:01.095Z | Downloaded maybe-uninit v2.0.0 |
| 1055 | 2026-05-18T06:33:01.095Z | Downloaded iddqd v0.3.18 |
| 1056 | 2026-05-18T06:33:01.098Z | Downloaded sync-ptr v0.1.4 |
| 1057 | 2026-05-18T06:33:01.098Z | Downloaded strum_macros v0.26.4 |
| 1058 | 2026-05-18T06:33:01.101Z | Downloaded ron v0.8.1 |
| 1059 | 2026-05-18T06:33:01.104Z | Downloaded schemars v0.8.22 |
| 1060 | 2026-05-18T06:33:01.110Z | Downloaded slog-term v2.9.2 |
| 1061 | 2026-05-18T06:33:01.113Z | Downloaded maplit v1.0.2 |
| 1062 | 2026-05-18T06:33:01.113Z | Downloaded nom v7.1.3 |
| 1063 | 2026-05-18T06:33:01.117Z | Downloaded managed v0.8.0 |
| 1064 | 2026-05-18T06:33:01.120Z | Downloaded qorb v0.4.1 |
| 1065 | 2026-05-18T06:33:01.120Z | Downloaded lzss v0.8.2 |
| 1066 | 2026-05-18T06:33:01.126Z | Downloaded lru-slab v0.1.2 |
| 1067 | 2026-05-18T06:33:01.126Z | Downloaded termios v0.3.3 |
| 1068 | 2026-05-18T06:33:01.126Z | Downloaded smallvec v0.6.14 |
| 1069 | 2026-05-18T06:33:01.130Z | Downloaded derive_more v0.99.20 |
| 1070 | 2026-05-18T06:33:01.130Z | Downloaded itertools v0.13.0 |
| 1071 | 2026-05-18T06:33:01.133Z | Downloaded thread_local v1.1.9 |
| 1072 | 2026-05-18T06:33:01.133Z | Downloaded rand v0.8.6 |
| 1073 | 2026-05-18T06:33:01.136Z | Downloaded time-macros v0.2.27 |
| 1074 | 2026-05-18T06:33:01.139Z | Downloaded tower-service v0.3.3 |
| 1075 | 2026-05-18T06:33:01.139Z | Downloaded spin v0.9.8 |
| 1076 | 2026-05-18T06:33:01.142Z | Downloaded topological-sort v0.2.2 |
| 1077 | 2026-05-18T06:33:01.142Z | Downloaded thiserror-no-std v2.0.2 |
| 1078 | 2026-05-18T06:33:01.147Z | Downloaded quinn v0.11.9 |
| 1079 | 2026-05-18T06:33:01.149Z | Downloaded try-lock v0.2.5 |
| 1080 | 2026-05-18T06:33:01.150Z | Downloaded tls_codec_derive v0.4.2 |
| 1081 | 2026-05-18T06:33:01.150Z | Downloaded tiny-keccak v2.0.2 |
| 1082 | 2026-05-18T06:33:01.150Z | Downloaded schemars v0.9.0 |
| 1083 | 2026-05-18T06:33:01.158Z | Downloaded typify-macro v0.4.3 |
| 1084 | 2026-05-18T06:33:01.161Z | Downloaded tower-layer v0.3.3 |
| 1085 | 2026-05-18T06:33:01.161Z | Downloaded tokio-native-tls v0.3.1 |
| 1086 | 2026-05-18T06:33:01.161Z | Downloaded tokio-dtrace v0.1.1 |
| 1087 | 2026-05-18T06:33:01.161Z | Downloaded typify-macro v0.6.2 |
| 1088 | 2026-05-18T06:33:01.164Z | Downloaded slog v2.8.2 |
| 1089 | 2026-05-18T06:33:01.164Z | Downloaded similar v2.7.0 |
| 1090 | 2026-05-18T06:33:01.167Z | Downloaded trait-variant v0.1.2 |
| 1091 | 2026-05-18T06:33:01.170Z | Downloaded signal-hook v0.3.18 |
| 1092 | 2026-05-18T06:33:01.170Z | Downloaded serde_with_macros v3.17.0 |
| 1093 | 2026-05-18T06:33:01.173Z | Downloaded hashbrown v0.16.1 |
| 1094 | 2026-05-18T06:33:01.176Z | Downloaded universal-hash v0.5.1 |
| 1095 | 2026-05-18T06:33:01.176Z | Downloaded unit-prefix v0.5.2 |
| 1096 | 2026-05-18T06:33:01.179Z | Downloaded tls_codec v0.4.2 |
| 1097 | 2026-05-18T06:33:01.179Z | Downloaded untrusted v0.7.1 |
| 1098 | 2026-05-18T06:33:01.182Z | Downloaded tokio-tungstenite v0.23.1 |
| 1099 | 2026-05-18T06:33:01.182Z | Downloaded unarray v0.1.4 |
| 1100 | 2026-05-18T06:33:01.182Z | Downloaded tokio-tungstenite v0.21.0 |
| 1101 | 2026-05-18T06:33:01.186Z | Downloaded serde_cbor v0.11.2 |
| 1102 | 2026-05-18T06:33:01.186Z | Downloaded term v0.7.0 |
| 1103 | 2026-05-18T06:33:01.191Z | Downloaded socket2 v0.5.10 |
| 1104 | 2026-05-18T06:33:01.191Z | Downloaded rsa v0.9.10 |
| 1105 | 2026-05-18T06:33:01.195Z | Downloaded socket2 v0.6.3 |
| 1106 | 2026-05-18T06:33:01.195Z | Downloaded rand v0.9.2 |
| 1107 | 2026-05-18T06:33:01.200Z | Downloaded publicsuffix v2.3.0 |
| 1108 | 2026-05-18T06:33:01.200Z | Downloaded usdt-macro v0.6.0 |
| 1109 | 2026-05-18T06:33:01.203Z | Downloaded usdt-attr-macro v0.6.0 |
| 1110 | 2026-05-18T06:33:01.203Z | Downloaded untrusted v0.9.0 |
| 1111 | 2026-05-18T06:33:01.203Z | Downloaded serde_yaml v0.9.34+deprecated |
| 1112 | 2026-05-18T06:33:01.203Z | Downloaded itertools v0.14.0 |
| 1113 | 2026-05-18T06:33:01.207Z | Downloaded hyper v1.8.1 |
| 1114 | 2026-05-18T06:33:01.211Z | Downloaded toml_datetime v0.7.5+spec-1.1.0 |
| 1115 | 2026-05-18T06:33:01.213Z | Downloaded utf-8 v0.7.6 |
| 1116 | 2026-05-18T06:33:01.214Z | Downloaded schemars v1.2.1 |
| 1117 | 2026-05-18T06:33:01.222Z | Downloaded wait-timeout v0.2.1 |
| 1118 | 2026-05-18T06:33:01.225Z | Downloaded void v1.0.2 |
| 1119 | 2026-05-18T06:33:01.225Z | Downloaded toml_datetime v1.0.0+spec-1.1.0 |
| 1120 | 2026-05-18T06:33:01.225Z | Downloaded strum_macros v0.24.3 |
| 1121 | 2026-05-18T06:33:01.230Z | Downloaded tokio-rustls v0.25.0 |
| 1122 | 2026-05-18T06:33:01.230Z | Downloaded tui-tree-widget v0.23.1 |
| 1123 | 2026-05-18T06:33:01.230Z | Downloaded tokio-rustls v0.26.4 |
| 1124 | 2026-05-18T06:33:01.233Z | Downloaded ryu v1.0.23 |
| 1125 | 2026-05-18T06:33:01.233Z | Downloaded want v0.3.1 |
| 1126 | 2026-05-18T06:33:01.233Z | Downloaded unicase v2.9.0 |
| 1127 | 2026-05-18T06:33:01.236Z | Downloaded hkdf v0.12.4 |
| 1128 | 2026-05-18T06:33:01.236Z | Downloaded num-bigint-dig v0.8.6 |
| 1129 | 2026-05-18T06:33:01.239Z | Downloaded itertools v0.12.1 |
| 1130 | 2026-05-18T06:33:01.242Z | Downloaded xattr v1.6.1 |
| 1131 | 2026-05-18T06:33:01.246Z | Downloaded waitgroup v0.1.2 |
| 1132 | 2026-05-18T06:33:01.246Z | Downloaded tokio-rustls v0.24.1 |
| 1133 | 2026-05-18T06:33:01.250Z | Downloaded samael v0.0.19 |
| 1134 | 2026-05-18T06:33:01.250Z | Downloaded term v1.2.1 |
| 1135 | 2026-05-18T06:33:01.253Z | Downloaded futures-util v0.3.32 |
| 1136 | 2026-05-18T06:33:01.259Z | Downloaded zeroize_derive v1.4.3 |
| 1137 | 2026-05-18T06:33:01.262Z | Downloaded xshell-macros v0.2.7 |
| 1138 | 2026-05-18T06:33:01.262Z | Downloaded p521 v0.13.3 |
| 1139 | 2026-05-18T06:33:01.265Z | Downloaded usdt v0.6.0 |
| 1140 | 2026-05-18T06:33:01.265Z | Downloaded tokio-stream v0.1.18 |
| 1141 | 2026-05-18T06:33:01.268Z | Downloaded zone_cfg_derive v0.3.1 |
| 1142 | 2026-05-18T06:33:01.268Z | Downloaded zone v0.3.1 |
| 1143 | 2026-05-18T06:33:01.268Z | Downloaded vergen-git2 v1.0.7 |
| 1144 | 2026-05-18T06:33:01.271Z | Downloaded tracing-attributes v0.1.31 |
| 1145 | 2026-05-18T06:33:01.271Z | Downloaded toml_writer v1.0.6+spec-1.1.0 |
| 1146 | 2026-05-18T06:33:01.271Z | Downloaded toml_parser v1.0.9+spec-1.1.0 |
| 1147 | 2026-05-18T06:33:01.274Z | Downloaded vergen-lib v0.1.6 |
| 1148 | 2026-05-18T06:33:01.274Z | Downloaded test-strategy v0.4.5 |
| 1149 | 2026-05-18T06:33:01.277Z | Downloaded tinyvec v1.10.0 |
| 1150 | 2026-05-18T06:33:01.280Z | Downloaded subprocess v0.2.15 |
| 1151 | 2026-05-18T06:33:01.283Z | Downloaded vsss-rs v3.3.4 |
| 1152 | 2026-05-18T06:33:01.283Z | Downloaded vergen-gitcl v1.0.8 |
| 1153 | 2026-05-18T06:33:01.283Z | Downloaded snafu v0.8.9 |
| 1154 | 2026-05-18T06:33:01.287Z | Downloaded rand v0.10.0 |
| 1155 | 2026-05-18T06:33:01.290Z | Downloaded iri-string v0.7.10 |
| 1156 | 2026-05-18T06:33:01.293Z | Downloaded unicode-truncate v1.1.0 |
| 1157 | 2026-05-18T06:33:01.296Z | Downloaded libxml v0.3.3 |
| 1158 | 2026-05-18T06:33:01.299Z | Downloaded wyz v0.5.1 |
| 1159 | 2026-05-18T06:33:01.302Z | Downloaded walkdir v2.5.0 |
| 1160 | 2026-05-18T06:33:01.302Z | Downloaded derive-where v1.6.0 |
| 1161 | 2026-05-18T06:33:01.306Z | Downloaded deranged v0.5.8 |
| 1162 | 2026-05-18T06:33:01.306Z | Downloaded cassowary v0.3.0 |
| 1163 | 2026-05-18T06:33:01.306Z | Downloaded backon v1.6.0 |
| 1164 | 2026-05-18T06:33:01.311Z | Downloaded twox-hash v2.1.2 |
| 1165 | 2026-05-18T06:33:01.311Z | Downloaded either v1.15.0 |
| 1166 | 2026-05-18T06:33:01.311Z | Downloaded fs-err v2.11.0 |
| 1167 | 2026-05-18T06:33:01.314Z | Downloaded darling v0.20.11 |
| 1168 | 2026-05-18T06:33:01.314Z | Downloaded russh v0.45.0 |
| 1169 | 2026-05-18T06:33:01.317Z | Downloaded whoami v1.6.1 |
| 1170 | 2026-05-18T06:33:01.320Z | Downloaded rustls-webpki v0.103.9 |
| 1171 | 2026-05-18T06:33:01.320Z | Downloaded daft-derive v0.1.5 |
| 1172 | 2026-05-18T06:33:01.326Z | Downloaded tar v0.4.45 |
| 1173 | 2026-05-18T06:33:01.330Z | Downloaded usdt-impl v0.6.0 |
| 1174 | 2026-05-18T06:33:01.330Z | Downloaded buf-list v1.1.2 |
| 1175 | 2026-05-18T06:33:01.330Z | Downloaded tracing-core v0.1.36 |
| 1176 | 2026-05-18T06:33:01.330Z | Downloaded toml v1.0.6+spec-1.1.0 |
| 1177 | 2026-05-18T06:33:01.333Z | Downloaded toml v0.9.12+spec-1.1.0 |
| 1178 | 2026-05-18T06:33:01.336Z | Downloaded bitfield v0.19.4 |
| 1179 | 2026-05-18T06:33:01.336Z | Downloaded ecdsa v0.16.9 |
| 1180 | 2026-05-18T06:33:01.339Z | Downloaded csv-core v0.1.13 |
| 1181 | 2026-05-18T06:33:01.339Z | Downloaded defmt-macros v1.0.1 |
| 1182 | 2026-05-18T06:33:01.342Z | Downloaded unicode-properties v0.1.4 |
| 1183 | 2026-05-18T06:33:01.342Z | Downloaded libm v0.2.16 |
| 1184 | 2026-05-18T06:33:01.348Z | Downloaded uzers v0.12.2 |
| 1185 | 2026-05-18T06:33:01.351Z | Downloaded blake3 v1.8.3 |
| 1186 | 2026-05-18T06:33:01.354Z | Downloaded zstd-safe v7.2.4 |
| 1187 | 2026-05-18T06:33:01.358Z | Downloaded bindgen v0.71.1 |
| 1188 | 2026-05-18T06:33:01.361Z | Downloaded zerocopy v0.6.6 |
| 1189 | 2026-05-18T06:33:01.363Z | Downloaded zeroize v1.8.2 |
| 1190 | 2026-05-18T06:33:01.363Z | Downloaded aws-lc-rs v1.16.3 |
| 1191 | 2026-05-18T06:33:01.368Z | Downloaded toml_edit v0.23.10+spec-1.0.0 |
| 1192 | 2026-05-18T06:33:01.371Z | Downloaded typify v0.4.3 |
| 1193 | 2026-05-18T06:33:01.375Z | Downloaded typify v0.6.2 |
| 1194 | 2026-05-18T06:33:01.378Z | Downloaded uuid v1.23.0 |
| 1195 | 2026-05-18T06:33:01.378Z | Downloaded whoami v2.1.0 |
| 1196 | 2026-05-18T06:33:01.381Z | Downloaded tungstenite v0.23.0 |
| 1197 | 2026-05-18T06:33:01.381Z | Downloaded h2 v0.4.13 |
| 1198 | 2026-05-18T06:33:01.385Z | Downloaded toml v0.7.8 |
| 1199 | 2026-05-18T06:33:01.388Z | Downloaded xshell v0.2.7 |
| 1200 | 2026-05-18T06:33:01.388Z | Downloaded vte v0.14.1 |
| 1201 | 2026-05-18T06:33:01.392Z | Downloaded zstd v0.13.3 |
| 1202 | 2026-05-18T06:33:01.392Z | Downloaded chrono v0.4.44 |
| 1203 | 2026-05-18T06:33:01.396Z | Downloaded bitvec v1.0.1 |
| 1204 | 2026-05-18T06:33:01.404Z | Downloaded reedline v0.40.0 |
| 1205 | 2026-05-18T06:33:01.410Z | Downloaded yasna v0.5.2 |
| 1206 | 2026-05-18T06:33:01.413Z | Downloaded vergen v9.0.6 |
| 1207 | 2026-05-18T06:33:01.413Z | Downloaded unicode-bidi v0.3.18 |
| 1208 | 2026-05-18T06:33:01.416Z | Downloaded steno v0.4.1 |
| 1209 | 2026-05-18T06:33:01.419Z | Downloaded tungstenite v0.21.0 |
| 1210 | 2026-05-18T06:33:01.423Z | Downloaded ssh-key v0.6.7 |
| 1211 | 2026-05-18T06:33:01.427Z | Downloaded unsafe-libyaml v0.2.11 |
| 1212 | 2026-05-18T06:33:01.430Z | Downloaded rustyline v14.0.0 |
| 1213 | 2026-05-18T06:33:01.433Z | Downloaded tokio-postgres v0.7.16 |
| 1214 | 2026-05-18T06:33:01.436Z | Downloaded rpassword v7.4.0 |
| 1215 | 2026-05-18T06:33:01.455Z | Downloaded git2 v0.20.4 |
| 1216 | 2026-05-18T06:33:01.459Z | Downloaded zopfli v0.8.3 |
| 1217 | 2026-05-18T06:33:01.471Z | Downloaded unicode_categories v0.1.1 |
| 1218 | 2026-05-18T06:33:01.497Z | Downloaded reqwest v0.13.2 |
| 1219 | 2026-05-18T06:33:01.501Z | Downloaded yansi v1.0.1 |
| 1220 | 2026-05-18T06:33:01.501Z | Downloaded zip v0.6.6 |
| 1221 | 2026-05-18T06:33:01.501Z | Downloaded reqwest v0.12.28 |
| 1222 | 2026-05-18T06:33:01.501Z | Downloaded toml_edit v0.19.15 |
| 1223 | 2026-05-18T06:33:01.504Z | Downloaded zerocopy-derive v0.8.40 |
| 1224 | 2026-05-18T06:33:01.507Z | Downloaded salty v0.3.0 |
| 1225 | 2026-05-18T06:33:01.511Z | Downloaded rayon v1.11.0 |
| 1226 | 2026-05-18T06:33:01.517Z | Downloaded quick-xml v0.37.5 |
| 1227 | 2026-05-18T06:33:01.520Z | Downloaded regex v1.12.3 |
| 1228 | 2026-05-18T06:33:01.523Z | Downloaded p384 v0.13.1 |
| 1229 | 2026-05-18T06:33:01.526Z | Downloaded x509-cert v0.2.5 |
| 1230 | 2026-05-18T06:33:01.529Z | Downloaded rustls-webpki v0.101.7 |
| 1231 | 2026-05-18T06:33:01.538Z | Downloaded tower v0.5.3 |
| 1232 | 2026-05-18T06:33:01.542Z | Downloaded portable-atomic v1.13.1 |
| 1233 | 2026-05-18T06:33:01.546Z | Downloaded unicode-normalization v0.1.25 |
| 1234 | 2026-05-18T06:33:01.549Z | Downloaded unicode-segmentation v1.12.0 |
| 1235 | 2026-05-18T06:33:01.552Z | Downloaded typed-path v0.9.3 |
| 1236 | 2026-05-18T06:33:01.555Z | Downloaded moka v0.12.13 |
| 1237 | 2026-05-18T06:33:01.559Z | Downloaded tokio-util v0.7.18 |
| 1238 | 2026-05-18T06:33:01.563Z | Downloaded tower-http v0.6.8 |
| 1239 | 2026-05-18T06:33:01.568Z | Downloaded goblin v0.10.5 |
| 1240 | 2026-05-18T06:33:01.575Z | Downloaded petname v2.0.2 |
| 1241 | 2026-05-18T06:33:01.580Z | Downloaded lalrpop v0.19.12 |
| 1242 | 2026-05-18T06:33:01.603Z | Downloaded zip v4.6.1 |
| 1243 | 2026-05-18T06:33:01.606Z | Downloaded curve25519-dalek v4.1.3 |
| 1244 | 2026-05-18T06:33:01.609Z | Downloaded radix_trie v0.2.1 |
| 1245 | 2026-05-18T06:33:01.612Z | Downloaded serde_with v3.17.0 |
| 1246 | 2026-05-18T06:33:01.619Z | Downloaded proptest v1.10.0 |
| 1247 | 2026-05-18T06:33:01.625Z | Downloaded rustls-webpki v0.102.8 |
| 1248 | 2026-05-18T06:33:01.634Z | Downloaded nix v0.27.1 |
| 1249 | 2026-05-18T06:33:01.640Z | Downloaded bstr v1.12.1 |
| 1250 | 2026-05-18T06:33:01.646Z | Downloaded winnow v0.5.40 |
| 1251 | 2026-05-18T06:33:01.649Z | Downloaded object v0.30.4 |
| 1252 | 2026-05-18T06:33:01.656Z | Downloaded quinn-proto v0.11.13 |
| 1253 | 2026-05-18T06:33:01.659Z | Downloaded tough v0.22.0 |
| 1254 | 2026-05-18T06:33:01.670Z | Downloaded winnow v0.6.26 |
| 1255 | 2026-05-18T06:33:01.684Z | Downloaded nix v0.29.0 |
| 1256 | 2026-05-18T06:33:01.689Z | Downloaded tabled v0.20.0 |
| 1257 | 2026-05-18T06:33:01.699Z | Downloaded polar-core v0.27.3 |
| 1258 | 2026-05-18T06:33:01.705Z | Downloaded hickory-proto v0.24.4 |
| 1259 | 2026-05-18T06:33:01.712Z | Downloaded nix v0.28.0 |
| 1260 | 2026-05-18T06:33:01.718Z | Downloaded object v0.37.3 |
| 1261 | 2026-05-18T06:33:01.724Z | Downloaded time v0.3.47 |
| 1262 | 2026-05-18T06:33:01.731Z | Downloaded openssl v0.10.79 |
| 1263 | 2026-05-18T06:33:01.737Z | Downloaded vcpkg v0.2.15 |
| 1264 | 2026-05-18T06:33:01.758Z | Downloaded webpki-roots v1.0.6 |
| 1265 | 2026-05-18T06:33:01.760Z | Downloaded regex-syntax v0.6.29 |
| 1266 | 2026-05-18T06:33:01.764Z | Downloaded dropshot v0.17.0 |
| 1267 | 2026-05-18T06:33:01.776Z | Downloaded smoltcp v0.9.1 |
| 1268 | 2026-05-18T06:33:01.782Z | Downloaded rustls v0.22.4 |
| 1269 | 2026-05-18T06:33:01.789Z | Downloaded zlib-rs v0.6.2 |
| 1270 | 2026-05-18T06:33:01.792Z | Downloaded regress v0.11.1 |
| 1271 | 2026-05-18T06:33:01.797Z | Downloaded regress v0.10.5 |
| 1272 | 2026-05-18T06:33:01.803Z | Downloaded openapiv3 v2.2.0 |
| 1273 | 2026-05-18T06:33:01.809Z | Downloaded zerocopy v0.8.40 |
| 1274 | 2026-05-18T06:33:01.813Z | Downloaded hickory-proto v0.25.2 |
| 1275 | 2026-05-18T06:33:01.822Z | Downloaded rustls v0.23.37 |
| 1276 | 2026-05-18T06:33:01.829Z | Downloaded diesel v2.3.7 |
| 1277 | 2026-05-18T06:33:01.840Z | Downloaded smoltcp v0.11.0 |
| 1278 | 2026-05-18T06:33:01.847Z | Downloaded rustix v0.38.44 |
| 1279 | 2026-05-18T06:33:01.860Z | Downloaded regex-syntax v0.8.10 |
| 1280 | 2026-05-18T06:33:01.865Z | Downloaded rustls v0.21.12 |
| 1281 | 2026-05-18T06:33:01.872Z | Downloaded nix v0.31.2 |
| 1282 | 2026-05-18T06:33:01.877Z | Downloaded dropshot v0.16.7 |
| 1283 | 2026-05-18T06:33:01.896Z | Downloaded sqlparser v0.61.0 |
| 1284 | 2026-05-18T06:33:01.909Z | Downloaded sled v0.34.7 |
| 1285 | 2026-05-18T06:33:01.916Z | Downloaded tracing v0.1.44 |
| 1286 | 2026-05-18T06:33:01.929Z | Downloaded bzip2-sys v0.1.13+1.0.8 |
| 1287 | 2026-05-18T06:33:01.935Z | Downloaded typify-impl v0.6.2 |
| 1288 | 2026-05-18T06:33:01.944Z | Downloaded typify-impl v0.4.3 |
| 1289 | 2026-05-18T06:33:01.952Z | Downloaded ratatui v0.29.0 |
| 1290 | 2026-05-18T06:33:01.963Z | Downloaded zerocopy-derive v0.6.6 |
| 1291 | 2026-05-18T06:33:01.980Z | Downloaded jiff v0.2.21 |
| 1292 | 2026-05-18T06:33:01.990Z | Downloaded regex-automata v0.4.14 |
| 1293 | 2026-05-18T06:33:01.999Z | Downloaded petgraph v0.6.5 |
| 1294 | 2026-05-18T06:33:02.010Z | Downloaded chrono-tz v0.10.4 |
| 1295 | 2026-05-18T06:33:02.036Z | Downloaded libz-sys v1.1.24 |
| 1296 | 2026-05-18T06:33:02.046Z | Downloaded petgraph v0.8.3 |
| 1297 | 2026-05-18T06:33:02.060Z | Downloaded csv v1.4.0 |
| 1298 | 2026-05-18T06:33:02.072Z | Downloaded tokio v1.52.1 |
| 1299 | 2026-05-18T06:33:02.093Z | Downloaded zstd-sys v2.0.16+zstd.1.5.7 |
| 1300 | 2026-05-18T06:33:02.103Z | Downloaded sha3 v0.10.8 |
| 1301 | 2026-05-18T06:33:02.153Z | Downloaded encoding_rs v0.8.35 |
| 1302 | 2026-05-18T06:33:02.168Z | Downloaded ring v0.17.14 |
| 1303 | 2026-05-18T06:33:02.209Z | Downloaded libgit2-sys v0.18.3+1.9.2 |
| 1304 | 2026-05-18T06:33:02.664Z | Downloaded aws-lc-sys v0.40.0 |
| 1305 | 2026-05-18T06:33:02.908Z | Compiling libc v0.2.185 |
| 1306 | 2026-05-18T06:33:02.908Z | Compiling serde v1.0.228 |
| 1307 | 2026-05-18T06:33:02.911Z | Compiling log v0.4.29 |
| 1308 | 2026-05-18T06:33:02.911Z | Compiling find-msvc-tools v0.1.9 |
| 1309 | 2026-05-18T06:33:02.911Z | Compiling shlex v1.3.0 |
| 1310 | 2026-05-18T06:33:02.911Z | Compiling smallvec v1.15.1 |
| 1311 | 2026-05-18T06:33:02.911Z | Compiling syn v2.0.117 |
| 1312 | 2026-05-18T06:33:02.911Z | Compiling typenum v1.19.0 |
| 1313 | 2026-05-18T06:33:03.299Z | Compiling generic-array v0.14.7 |
| 1314 | 2026-05-18T06:33:03.361Z | Compiling subtle v2.6.1 |
| 1315 | 2026-05-18T06:33:03.388Z | Compiling scopeguard v1.2.0 |
| 1316 | 2026-05-18T06:33:03.453Z | Compiling const-oid v0.9.6 |
| 1317 | 2026-05-18T06:33:03.481Z | Compiling serde_json v1.0.149 |
| 1318 | 2026-05-18T06:33:03.494Z | Compiling lock_api v0.4.14 |
| 1319 | 2026-05-18T06:33:03.535Z | Compiling zerocopy v0.8.40 |
| 1320 | 2026-05-18T06:33:03.551Z | Compiling parking_lot_core v0.9.12 |
| 1321 | 2026-05-18T06:33:03.718Z | Compiling pin-project-lite v0.2.17 |
| 1322 | 2026-05-18T06:33:03.777Z | Compiling portable-atomic v1.13.1 |
| 1323 | 2026-05-18T06:33:03.834Z | Compiling pkg-config v0.3.32 |
| 1324 | 2026-05-18T06:33:03.972Z | Compiling bitflags v2.11.0 |
| 1325 | 2026-05-18T06:33:04.068Z | Compiling getrandom v0.2.17 |
| 1326 | 2026-05-18T06:33:04.166Z | Compiling jobserver v0.1.34 |
| 1327 | 2026-05-18T06:33:04.199Z | Compiling errno v0.3.14 |
| 1328 | 2026-05-18T06:33:04.213Z | Compiling rand_core v0.6.4 |
| 1329 | 2026-05-18T06:33:04.355Z | Compiling signal-hook-registry v1.4.8 |
| 1330 | 2026-05-18T06:33:04.406Z | Compiling cc v1.2.56 |
| 1331 | 2026-05-18T06:33:04.489Z | Compiling libm v0.2.16 |
| 1332 | 2026-05-18T06:33:04.557Z | Compiling critical-section v1.2.0 |
| 1333 | 2026-05-18T06:33:04.586Z | Compiling futures-core v0.3.32 |
| 1334 | 2026-05-18T06:33:04.630Z | Compiling parking_lot v0.12.5 |
| 1335 | 2026-05-18T06:33:04.665Z | Compiling mio v1.2.0 |
| 1336 | 2026-05-18T06:33:04.741Z | Compiling once_cell v1.21.3 |
| 1337 | 2026-05-18T06:33:04.811Z | Compiling num-traits v0.2.19 |
| 1338 | 2026-05-18T06:33:04.825Z | Compiling percent-encoding v2.3.2 |
| 1339 | 2026-05-18T06:33:04.982Z | Compiling socket2 v0.6.3 |
| 1340 | 2026-05-18T06:33:05.028Z | Compiling futures-sink v0.3.32 |
| 1341 | 2026-05-18T06:33:05.058Z | Compiling futures-task v0.3.32 |
| 1342 | 2026-05-18T06:33:05.131Z | Compiling futures-channel v0.3.32 |
| 1343 | 2026-05-18T06:33:05.163Z | Compiling slab v0.4.12 |
| 1344 | 2026-05-18T06:33:05.167Z | Compiling cpufeatures v0.2.17 |
| 1345 | 2026-05-18T06:33:05.227Z | Compiling getrandom v0.4.1 |
| 1346 | 2026-05-18T06:33:05.252Z | Compiling futures-io v0.3.32 |
| 1347 | 2026-05-18T06:33:05.364Z | Compiling rand_core v0.10.0 |
| 1348 | 2026-05-18T06:33:05.370Z | Compiling indexmap v2.14.0 |
| 1349 | 2026-05-18T06:33:05.390Z | Compiling rustversion v1.0.22 |
| 1350 | 2026-05-18T06:33:05.408Z | Compiling getrandom v0.3.4 |
| 1351 | 2026-05-18T06:33:05.514Z | Compiling cmake v0.1.57 |
| 1352 | 2026-05-18T06:33:05.860Z | Compiling form_urlencoded v1.2.2 |
| 1353 | 2026-05-18T06:33:05.927Z | Compiling fs_extra v1.3.0 |
| 1354 | 2026-05-18T06:33:05.999Z | Compiling dunce v1.0.5 |
| 1355 | 2026-05-18T06:33:06.026Z | Compiling base64ct v1.8.3 |
| 1356 | 2026-05-18T06:33:06.053Z | Compiling ident_case v1.0.1 |
| 1357 | 2026-05-18T06:33:06.092Z | Compiling synstructure v0.13.2 |
| 1358 | 2026-05-18T06:33:06.175Z | Compiling regex-syntax v0.8.10 |
| 1359 | 2026-05-18T06:33:06.201Z | Compiling aws-lc-sys v0.40.0 |
| 1360 | 2026-05-18T06:33:06.316Z | Compiling pem-rfc7468 v0.7.0 |
| 1361 | 2026-05-18T06:33:06.373Z | Compiling rustix v1.1.3 |
| 1362 | 2026-05-18T06:33:06.377Z | Compiling flagset v0.4.7 |
| 1363 | 2026-05-18T06:33:06.533Z | Compiling iana-time-zone v0.1.65 |
| 1364 | 2026-05-18T06:33:06.618Z | Compiling rand_core v0.9.5 |
| 1365 | 2026-05-18T06:33:06.631Z | Compiling ring v0.17.14 |
| 1366 | 2026-05-18T06:33:06.704Z | Compiling vcpkg v0.2.15 |
| 1367 | 2026-05-18T06:33:06.738Z | Compiling aws-lc-rs v1.16.3 |
| 1368 | 2026-05-18T06:33:06.901Z | Compiling uuid v1.23.0 |
| 1369 | 2026-05-18T06:33:07.035Z | Compiling rustc_version v0.4.1 |
| 1370 | 2026-05-18T06:33:07.367Z | Compiling tracing-core v0.1.36 |
| 1371 | 2026-05-18T06:33:07.462Z | Compiling openssl-sys v0.9.115 |
| 1372 | 2026-05-18T06:33:07.625Z | Compiling base64 v0.22.1 |
| 1373 | 2026-05-18T06:33:07.827Z | Compiling serde_derive v1.0.228 |
| 1374 | 2026-05-18T06:33:07.918Z | Compiling zeroize_derive v1.4.3 |
| 1375 | 2026-05-18T06:33:07.936Z | Compiling zerofrom-derive v0.1.6 |
| 1376 | 2026-05-18T06:33:07.981Z | Compiling yoke-derive v0.8.1 |
| 1377 | 2026-05-18T06:33:08.102Z | Compiling zerocopy-derive v0.8.40 |
| 1378 | 2026-05-18T06:33:08.545Z | Compiling zerovec-derive v0.11.2 |
| 1379 | 2026-05-18T06:33:08.598Z | Compiling zeroize v1.8.2 |
| 1380 | 2026-05-18T06:33:09.166Z | Compiling displaydoc v0.2.5 |
| 1381 | 2026-05-18T06:33:09.361Z | Compiling crypto-common v0.1.7 |
| 1382 | 2026-05-18T06:33:09.361Z | Compiling zerofrom v0.1.6 |
| 1383 | 2026-05-18T06:33:09.495Z | Compiling yoke v0.8.1 |
| 1384 | 2026-05-18T06:33:09.508Z | Compiling block-buffer v0.10.4 |
| 1385 | 2026-05-18T06:33:09.670Z | Compiling digest v0.10.7 |
| 1386 | 2026-05-18T06:33:09.682Z | Compiling zerovec v0.11.5 |
| 1387 | 2026-05-18T06:33:09.682Z | Compiling tokio-macros v2.7.0 |
| 1388 | 2026-05-18T06:33:09.904Z | Compiling futures-macro v0.3.32 |
| 1389 | 2026-05-18T06:33:09.919Z | Compiling zerotrie v0.2.3 |
| 1390 | 2026-05-18T06:33:10.193Z | Compiling tinystr v0.8.2 |
| 1391 | 2026-05-18T06:33:10.207Z | Compiling potential_utf v0.1.4 |
| 1392 | 2026-05-18T06:33:10.366Z | Compiling icu_locale_core v2.1.1 |
| 1393 | 2026-05-18T06:33:10.381Z | Compiling icu_collections v2.1.1 |
| 1394 | 2026-05-18T06:33:10.395Z | Compiling hmac v0.12.1 |
| 1395 | 2026-05-18T06:33:10.540Z | Compiling block-padding v0.3.3 |
| 1396 | 2026-05-18T06:33:10.688Z | Compiling futures-util v0.3.32 |
| 1397 | 2026-05-18T06:33:10.703Z | Compiling inout v0.1.4 |
| 1398 | 2026-05-18T06:33:10.842Z | Compiling cipher v0.4.4 |
| 1399 | 2026-05-18T06:33:10.860Z | Compiling sha2 v0.10.9 |
| 1400 | 2026-05-18T06:33:11.106Z | Compiling icu_provider v2.1.1 |
| 1401 | 2026-05-18T06:33:11.229Z | Compiling bytes v1.11.1 |
| 1402 | 2026-05-18T06:33:11.284Z | Compiling der_derive v0.7.3 |
| 1403 | 2026-05-18T06:33:11.300Z | Compiling chrono v0.4.44 |
| 1404 | 2026-05-18T06:33:11.385Z | Compiling icu_properties v2.1.2 |
| 1405 | 2026-05-18T06:33:11.831Z | Compiling tokio v1.52.1 |
| 1406 | 2026-05-18T06:33:12.065Z | Compiling icu_normalizer v2.1.1 |
| 1407 | 2026-05-18T06:33:12.236Z | Compiling der v0.7.10 |
| 1408 | 2026-05-18T06:33:12.459Z | Compiling idna_adapter v1.2.1 |
| 1409 | 2026-05-18T06:33:12.513Z | Compiling ppv-lite86 v0.2.21 |
| 1410 | 2026-05-18T06:33:12.592Z | Compiling idna v1.1.0 |
| 1411 | 2026-05-18T06:33:12.606Z | Compiling http v1.4.0 |
| 1412 | 2026-05-18T06:33:12.667Z | Compiling salsa20 v0.10.2 |
| 1413 | 2026-05-18T06:33:12.806Z | Compiling pbkdf2 v0.12.2 |
| 1414 | 2026-05-18T06:33:12.822Z | Compiling rustls-pki-types v1.14.0 |
| 1415 | 2026-05-18T06:33:12.914Z | Compiling url v2.5.8 |
| 1416 | 2026-05-18T06:33:12.928Z | Compiling thiserror-impl v2.0.18 |
| 1417 | 2026-05-18T06:33:13.273Z | Compiling spki v0.7.3 |
| 1418 | 2026-05-18T06:33:13.298Z | Compiling tracing-attributes v0.1.31 |
| 1419 | 2026-05-18T06:33:13.471Z | Compiling http-body v1.0.1 |
| 1420 | 2026-05-18T06:33:13.485Z | Compiling scrypt v0.11.0 |
| 1421 | 2026-05-18T06:33:13.529Z | Compiling rand_chacha v0.9.0 |
| 1422 | 2026-05-18T06:33:13.621Z | Compiling cbc v0.1.2 |
| 1423 | 2026-05-18T06:33:13.733Z | Compiling aes v0.8.4 |
| 1424 | 2026-05-18T06:33:13.770Z | Compiling openssl-probe v0.2.1 |
| 1425 | 2026-05-18T06:33:13.813Z | Compiling httparse v1.10.1 |
| 1426 | 2026-05-18T06:33:13.946Z | Compiling untrusted v0.9.0 |
| 1427 | 2026-05-18T06:33:14.068Z | Compiling tinyvec_macros v0.1.1 |
| 1428 | 2026-05-18T06:33:14.139Z | Compiling untrusted v0.7.1 |
| 1429 | 2026-05-18T06:33:14.200Z | Compiling tinyvec v1.10.0 |
| 1430 | 2026-05-18T06:33:14.222Z | Compiling pkcs5 v0.7.1 |
| 1431 | 2026-05-18T06:33:14.275Z | Compiling thiserror v2.0.18 |
| 1432 | 2026-05-18T06:33:14.379Z | Compiling pest_generator v2.8.6 |
| 1433 | 2026-05-18T06:33:14.537Z | Compiling rand v0.9.2 |
| 1434 | 2026-05-18T06:33:14.605Z | Compiling tracing v0.1.44 |
| 1435 | 2026-05-18T06:33:14.697Z | Compiling serde_derive_internals v0.29.1 |
| 1436 | 2026-05-18T06:33:14.783Z | Compiling aho-corasick v1.1.4 |
| 1437 | 2026-05-18T06:33:14.866Z | Compiling schemars v0.8.22 |
| 1438 | 2026-05-18T06:33:15.062Z | Compiling try-lock v0.2.5 |
| 1439 | 2026-05-18T06:33:15.078Z | Compiling rustls v0.23.37 |
| 1440 | 2026-05-18T06:33:15.170Z | Compiling tower-service v0.3.3 |
| 1441 | 2026-05-18T06:33:15.247Z | Compiling atomic-waker v1.1.2 |
| 1442 | 2026-05-18T06:33:15.269Z | Compiling tower-layer v0.3.3 |
| 1443 | 2026-05-18T06:33:15.305Z | Compiling dyn-clone v1.0.20 |
| 1444 | 2026-05-18T06:33:15.364Z | Compiling want v0.3.1 |
| 1445 | 2026-05-18T06:33:15.423Z | Compiling pest_derive v2.8.6 |
| 1446 | 2026-05-18T06:33:15.472Z | Compiling pkcs8 v0.10.2 |
| 1447 | 2026-05-18T06:33:15.529Z | Compiling tokio-util v0.7.18 |
| 1448 | 2026-05-18T06:33:15.577Z | Compiling schemars_derive v0.8.22 |
| 1449 | 2026-05-18T06:33:15.771Z | Compiling regex-automata v0.4.14 |
| 1450 | 2026-05-18T06:33:16.011Z | Compiling ipnet v2.11.0 |
| 1451 | 2026-05-18T06:33:16.122Z | Compiling scroll_derive v0.13.1 |
| 1452 | 2026-05-18T06:33:16.433Z | Compiling h2 v0.4.13 |
| 1453 | 2026-05-18T06:33:16.492Z | Compiling darling_core v0.20.11 |
| 1454 | 2026-05-18T06:33:16.537Z | Compiling httpdate v1.0.3 |
| 1455 | 2026-05-18T06:33:16.753Z | Compiling openssl v0.10.79 |
| 1456 | 2026-05-18T06:33:16.795Z | Compiling foreign-types-shared v0.1.1 |
| 1457 | 2026-05-18T06:33:16.879Z | Compiling pin-utils v0.1.0 |
| 1458 | 2026-05-18T06:33:16.905Z | Compiling scroll v0.13.0 |
| 1459 | 2026-05-18T06:33:16.960Z | Compiling tempfile v3.25.0 |
| 1460 | 2026-05-18T06:33:16.998Z | Compiling foreign-types v0.3.2 |
| 1461 | 2026-05-18T06:33:17.162Z | Compiling unicode-normalization v0.1.25 |
| 1462 | 2026-05-18T06:33:17.459Z | Compiling openssl-macros v0.1.1 |
| 1463 | 2026-05-18T06:33:17.614Z | Compiling zstd-sys v2.0.16+zstd.1.5.7 |
| 1464 | 2026-05-18T06:33:17.715Z | Compiling spin v0.9.8 |
| 1465 | 2026-05-18T06:33:17.855Z | Compiling time-core v0.1.8 |
| 1466 | 2026-05-18T06:33:17.918Z | Compiling num-conv v0.2.0 |
| 1467 | 2026-05-18T06:33:17.990Z | Compiling powerfmt v0.2.0 |
| 1468 | 2026-05-18T06:33:18.004Z | Compiling native-tls v0.2.18 |
| 1469 | 2026-05-18T06:33:18.046Z | Compiling crc32fast v1.5.0 |
| 1470 | 2026-05-18T06:33:18.241Z | Compiling deranged v0.5.8 |
| 1471 | 2026-05-18T06:33:18.259Z | Compiling time-macros v0.2.27 |
| 1472 | 2026-05-18T06:33:18.741Z | Compiling darling_macro v0.20.11 |
| 1473 | 2026-05-18T06:33:19.197Z | Compiling darling v0.20.11 |
| 1474 | 2026-05-18T06:33:19.211Z | Compiling goblin v0.10.5 |
| 1475 | 2026-05-18T06:33:19.279Z | Compiling rustls-native-certs v0.8.3 |
| 1476 | 2026-05-18T06:33:19.320Z | Compiling sync_wrapper v1.0.2 |
| 1477 | 2026-05-18T06:33:19.426Z | Compiling hyper v1.8.1 |
| 1478 | 2026-05-18T06:33:19.568Z | Compiling wait-timeout v0.2.1 |
| 1479 | 2026-05-18T06:33:19.826Z | Compiling num_threads v0.1.7 |
| 1480 | 2026-05-18T06:33:19.871Z | Compiling syn v1.0.109 |
| 1481 | 2026-05-18T06:33:19.922Z | Compiling simd-adler32 v0.3.8 |
| 1482 | 2026-05-18T06:33:20.162Z | Compiling bit-vec v0.8.0 |
| 1483 | 2026-05-18T06:33:20.165Z | Compiling siphasher v1.0.2 |
| 1484 | 2026-05-18T06:33:20.344Z | Compiling crossbeam-utils v0.8.21 |
| 1485 | 2026-05-18T06:33:20.363Z | Compiling usdt-impl v0.6.0 |
| 1486 | 2026-05-18T06:33:20.397Z | Compiling unicode-segmentation v1.12.0 |
| 1487 | 2026-05-18T06:33:20.562Z | Compiling hyper-util v0.1.20 |
| 1488 | 2026-05-18T06:33:20.619Z | Compiling quick-error v1.2.3 |
| 1489 | 2026-05-18T06:33:20.727Z | Compiling rusty-fork v0.3.1 |
| 1490 | 2026-05-18T06:33:20.976Z | Compiling bit-set v0.8.0 |
| 1491 | 2026-05-18T06:33:21.081Z | Compiling time v0.3.47 |
| 1492 | 2026-05-18T06:33:21.106Z | Compiling tower v0.5.3 |
| 1493 | 2026-05-18T06:33:21.135Z | Compiling derive_builder_core v0.20.2 |
| 1494 | 2026-05-18T06:33:21.517Z | Compiling dtrace-parser v0.3.0 |
| 1495 | 2026-05-18T06:33:21.567Z | Compiling http-body-util v0.1.3 |
| 1496 | 2026-05-18T06:33:21.809Z | Compiling webpki-roots v1.0.6 |
| 1497 | 2026-05-18T06:33:21.928Z | Compiling dof v0.4.0 |
| 1498 | 2026-05-18T06:33:21.981Z | Compiling signature v2.2.0 |
| 1499 | 2026-05-18T06:33:22.160Z | Compiling scroll_derive v0.12.1 |
| 1500 | 2026-05-18T06:33:22.259Z | Compiling thiserror-impl v1.0.69 |
| 1501 | 2026-05-18T06:33:22.259Z | Compiling heapless v0.7.17 |
| 1502 | 2026-05-18T06:33:22.494Z | Compiling rand_xorshift v0.4.0 |
| 1503 | 2026-05-18T06:33:22.637Z | Compiling slog v2.8.2 |
| 1504 | 2026-05-18T06:33:22.654Z | Compiling darling_core v0.21.3 |
| 1505 | 2026-05-18T06:33:22.800Z | Compiling bzip2-sys v0.1.13+1.0.8 |
| 1506 | 2026-05-18T06:33:22.820Z | Compiling thread-id v5.1.0 |
| 1507 | 2026-05-18T06:33:22.904Z | Compiling cookie v0.18.1 |
| 1508 | 2026-05-18T06:33:23.066Z | Compiling iri-string v0.7.10 |
| 1509 | 2026-05-18T06:33:23.082Z | Compiling paste v1.0.15 |
| 1510 | 2026-05-18T06:33:23.085Z | Compiling zstd-safe v7.2.4 |
| 1511 | 2026-05-18T06:33:23.321Z | Compiling adler2 v2.0.1 |
| 1512 | 2026-05-18T06:33:23.358Z | Compiling anyhow v1.0.102 |
| 1513 | 2026-05-18T06:33:23.384Z | Compiling unicode-bidi v0.3.18 |
| 1514 | 2026-05-18T06:33:23.448Z | Compiling ryu v1.0.23 |
| 1515 | 2026-05-18T06:33:23.553Z | Compiling signal-hook v0.3.18 |
| 1516 | 2026-05-18T06:33:23.630Z | Compiling unicode-properties v0.1.4 |
| 1517 | 2026-05-18T06:33:23.657Z | Compiling allocator-api2 v0.2.21 |
| 1518 | 2026-05-18T06:33:23.720Z | Compiling unarray v0.1.4 |
| 1519 | 2026-05-18T06:33:23.833Z | Compiling proptest v1.10.0 |
| 1520 | 2026-05-18T06:33:23.848Z | Compiling stringprep v0.1.5 |
| 1521 | 2026-05-18T06:33:23.986Z | Compiling serde_urlencoded v0.7.1 |
| 1522 | 2026-05-18T06:33:24.155Z | Compiling thiserror v1.0.69 |
| 1523 | 2026-05-18T06:33:24.228Z | Compiling miniz_oxide v0.8.9 |
| 1524 | 2026-05-18T06:33:24.258Z | Compiling tower-http v0.6.8 |
| 1525 | 2026-05-18T06:33:24.666Z | Compiling scroll v0.12.0 |
| 1526 | 2026-05-18T06:33:24.869Z | Compiling derive_builder_macro v0.20.2 |
| 1527 | 2026-05-18T06:33:24.999Z | Compiling tokio-native-tls v0.3.1 |
| 1528 | 2026-05-18T06:33:25.162Z | Compiling heck v0.4.1 |
| 1529 | 2026-05-18T06:33:25.177Z | Compiling bstr v1.12.1 |
| 1530 | 2026-05-18T06:33:25.193Z | Compiling darling_macro v0.21.3 |
| 1531 | 2026-05-18T06:33:25.304Z | Compiling ipnetwork v0.21.1 |
| 1532 | 2026-05-18T06:33:25.386Z | Compiling rand_chacha v0.3.1 |
| 1533 | 2026-05-18T06:33:25.612Z | Compiling toml_datetime v0.6.11 |
| 1534 | 2026-05-18T06:33:25.654Z | Compiling serde_spanned v0.6.9 |
| 1535 | 2026-05-18T06:33:25.690Z | Compiling serde_tokenstream v0.2.3 |
| 1536 | 2026-05-18T06:33:25.796Z | Compiling erased-serde v0.3.31 |
| 1537 | 2026-05-18T06:33:25.812Z | Compiling md-5 v0.10.6 |
| 1538 | 2026-05-18T06:33:25.864Z | Compiling async-trait v0.1.89 |
| 1539 | 2026-05-18T06:33:25.977Z | Compiling pin-project-internal v1.1.11 |
| 1540 | 2026-05-18T06:33:26.004Z | Compiling zerocopy-derive v0.7.35 |
| 1541 | 2026-05-18T06:33:26.187Z | Compiling curve25519-dalek v4.1.3 |
| 1542 | 2026-05-18T06:33:26.272Z | Compiling vergen-lib v0.1.6 |
| 1543 | 2026-05-18T06:33:26.455Z | Compiling num-integer v0.1.46 |
| 1544 | 2026-05-18T06:33:26.521Z | Compiling hash32 v0.2.1 |
| 1545 | 2026-05-18T06:33:26.710Z | Compiling ff v0.13.1 |
| 1546 | 2026-05-18T06:33:26.777Z | Compiling memoffset v0.9.1 |
| 1547 | 2026-05-18T06:33:26.848Z | Compiling ref-cast v1.0.25 |
| 1548 | 2026-05-18T06:33:26.862Z | Compiling base16ct v0.2.0 |
| 1549 | 2026-05-18T06:33:26.877Z | Compiling smoltcp v0.9.1 |
| 1550 | 2026-05-18T06:33:26.965Z | Compiling psl-types v2.0.11 |
| 1551 | 2026-05-18T06:33:27.039Z | Compiling cfg_aliases v0.2.1 |
| 1552 | 2026-05-18T06:33:27.085Z | Compiling litrs v1.0.0 |
| 1553 | 2026-05-18T06:33:27.088Z | Compiling num-bigint-dig v0.8.6 |
| 1554 | 2026-05-18T06:33:27.114Z | Compiling rustix v0.38.44 |
| 1555 | 2026-05-18T06:33:27.142Z | Compiling zlib-rs v0.6.2 |
| 1556 | 2026-05-18T06:33:27.204Z | Compiling fallible-iterator v0.2.0 |
| 1557 | 2026-05-18T06:33:27.376Z | Compiling nix v0.31.2 |
| 1558 | 2026-05-18T06:33:27.512Z | Compiling postgres-protocol v0.6.10 |
| 1559 | 2026-05-18T06:33:27.540Z | Compiling pin-project v1.1.11 |
| 1560 | 2026-05-18T06:33:27.590Z | Compiling document-features v0.2.12 |
| 1561 | 2026-05-18T06:33:27.638Z | Compiling publicsuffix v2.3.0 |
| 1562 | 2026-05-18T06:33:27.742Z | Compiling sec1 v0.7.3 |
| 1563 | 2026-05-18T06:33:27.913Z | Compiling zerocopy v0.7.35 |
| 1564 | 2026-05-18T06:33:28.016Z | Compiling group v0.13.0 |
| 1565 | 2026-05-18T06:33:28.052Z | Compiling num-iter v0.1.45 |
| 1566 | 2026-05-18T06:33:28.312Z | Compiling newtype-uuid v1.3.2 |
| 1567 | 2026-05-18T06:33:28.529Z | Compiling darling v0.21.3 |
| 1568 | 2026-05-18T06:33:28.618Z | Compiling rand v0.8.6 |
| 1569 | 2026-05-18T06:33:28.646Z | Compiling oxnet v0.1.4 |
| 1570 | 2026-05-18T06:33:28.649Z | Compiling snafu-derive v0.8.9 |
| 1571 | 2026-05-18T06:33:28.675Z | Compiling derive_builder v0.20.2 |
| 1572 | 2026-05-18T06:33:28.733Z | Compiling hubpack_derive v0.1.1 |
| 1573 | 2026-05-18T06:33:28.899Z | Compiling hyper-tls v0.6.0 |
| 1574 | 2026-05-18T06:33:29.126Z | Compiling goblin v0.8.2 |
| 1575 | 2026-05-18T06:33:29.753Z | Compiling phf_shared v0.13.1 |
| 1576 | 2026-05-18T06:33:29.800Z | Compiling regex v1.12.3 |
| 1577 | 2026-05-18T06:33:29.988Z | Compiling lazy_static v1.5.0 |
| 1578 | 2026-05-18T06:33:30.006Z | Compiling strum_macros v0.27.2 |
| 1579 | 2026-05-18T06:33:30.082Z | Compiling futures-executor v0.3.32 |
| 1580 | 2026-05-18T06:33:30.224Z | Compiling hex v0.4.3 |
| 1581 | 2026-05-18T06:33:30.341Z | Compiling flate2 v1.1.9 |
| 1582 | 2026-05-18T06:33:30.495Z | Compiling cargo-platform v0.1.9 |
| 1583 | 2026-05-18T06:33:30.542Z | Compiling hkdf v0.12.4 |
| 1584 | 2026-05-18T06:33:30.640Z | Compiling crypto-bigint v0.5.5 |
| 1585 | 2026-05-18T06:33:30.704Z | Compiling terminal_size v0.4.3 |
| 1586 | 2026-05-18T06:33:30.744Z | Compiling daft-derive v0.1.5 |
| 1587 | 2026-05-18T06:33:30.759Z | Compiling ref-cast-impl v1.0.25 |
| 1588 | 2026-05-18T06:33:30.841Z | Compiling curve25519-dalek-derive v0.1.1 |
| 1589 | 2026-05-18T06:33:31.282Z | Compiling vergen v9.0.6 |
| 1590 | 2026-05-18T06:33:31.435Z | Compiling fs-err v3.3.0 |
| 1591 | 2026-05-18T06:33:31.462Z | Compiling ahash v0.8.12 |
| 1592 | 2026-05-18T06:33:31.476Z | Compiling encoding_rs v0.8.35 |
| 1593 | 2026-05-18T06:33:31.619Z | Compiling foldhash v0.2.0 |
| 1594 | 2026-05-18T06:33:31.659Z | Compiling mime v0.3.17 |
| 1595 | 2026-05-18T06:33:31.846Z | Compiling same-file v1.0.6 |
| 1596 | 2026-05-18T06:33:31.921Z | Compiling bumpalo v3.20.2 |
| 1597 | 2026-05-18T06:33:31.955Z | Compiling foldhash v0.1.5 |
| 1598 | 2026-05-18T06:33:32.004Z | Compiling winnow v0.5.40 |
| 1599 | 2026-05-18T06:33:32.126Z | Compiling managed v0.8.0 |
| 1600 | 2026-05-18T06:33:32.171Z | Compiling libbz2-rs-sys v0.2.2 |
| 1601 | 2026-05-18T06:33:32.339Z | Compiling object v0.37.3 |
| 1602 | 2026-05-18T06:33:32.556Z | Compiling bitflags v1.3.2 |
| 1603 | 2026-05-18T06:33:32.657Z | Compiling bzip2 v0.6.1 |
| 1604 | 2026-05-18T06:33:32.730Z | Compiling zopfli v0.8.3 |
| 1605 | 2026-05-18T06:33:32.856Z | Compiling hashbrown v0.15.5 |
| 1606 | 2026-05-18T06:33:32.871Z | Compiling clap_builder v4.5.60 |
| 1607 | 2026-05-18T06:33:32.965Z | Compiling strum v0.27.2 |
| 1608 | 2026-05-18T06:33:33.099Z | Compiling walkdir v2.5.0 |
| 1609 | 2026-05-18T06:33:33.411Z | Compiling toml_edit v0.19.15 |
| 1610 | 2026-05-18T06:33:33.411Z | Compiling hashbrown v0.16.1 |
| 1611 | 2026-05-18T06:33:33.473Z | Compiling elliptic-curve v0.13.8 |
| 1612 | 2026-05-18T06:33:33.578Z | Compiling daft v0.1.5 |
| 1613 | 2026-05-18T06:33:33.857Z | Compiling dof v0.3.0 |
| 1614 | 2026-05-18T06:33:33.976Z | Compiling cargo_metadata v0.19.2 |
| 1615 | 2026-05-18T06:33:34.012Z | Compiling snafu v0.8.9 |
| 1616 | 2026-05-18T06:33:34.380Z | Compiling futures v0.3.32 |
| 1617 | 2026-05-18T06:33:34.574Z | Compiling phf v0.13.1 |
| 1618 | 2026-05-18T06:33:34.737Z | Compiling signal-hook-mio v0.2.5 |
| 1619 | 2026-05-18T06:33:34.857Z | Compiling cookie_store v0.22.1 |
| 1620 | 2026-05-18T06:33:35.201Z | Compiling zstd v0.13.3 |
| 1621 | 2026-05-18T06:33:35.307Z | Compiling hubpack v0.1.2 |
| 1622 | 2026-05-18T06:33:35.460Z | Compiling bzip2 v0.4.4 |
| 1623 | 2026-05-18T06:33:35.498Z | Compiling serde_with_macros v3.17.0 |
| 1624 | 2026-05-18T06:33:35.610Z | Compiling postgres-types v0.2.12 |
| 1625 | 2026-05-18T06:33:35.895Z | Compiling usdt-attr-macro v0.6.0 |
| 1626 | 2026-05-18T06:33:36.026Z | Compiling usdt-macro v0.6.0 |
| 1627 | 2026-05-18T06:33:36.159Z | Compiling globset v0.4.18 |
| 1628 | 2026-05-18T06:33:36.488Z | Compiling dtrace-parser v0.2.0 |
| 1629 | 2026-05-18T06:33:36.610Z | Compiling ed25519 v2.2.3 |
| 1630 | 2026-05-18T06:33:36.682Z | Compiling phf_shared v0.11.3 |
| 1631 | 2026-05-18T06:33:36.754Z | Compiling olpc-cjson v0.1.4 |
| 1632 | 2026-05-18T06:33:36.773Z | Compiling pkcs1 v0.7.5 |
| 1633 | 2026-05-18T06:33:36.831Z | Compiling strum_macros v0.26.4 |
| 1634 | 2026-05-18T06:33:36.861Z | Compiling clap_derive v4.5.55 |
| 1635 | 2026-05-18T06:33:36.910Z | Compiling enum-as-inner v0.6.1 |
| 1636 | 2026-05-18T06:33:37.173Z | Compiling serde-big-array v0.5.1 |
| 1637 | 2026-05-18T06:33:37.237Z | Compiling serde_plain v1.0.2 |
| 1638 | 2026-05-18T06:33:37.312Z | Compiling rfc6979 v0.4.0 |
| 1639 | 2026-05-18T06:33:37.403Z | Compiling pem v3.0.6 |
| 1640 | 2026-05-18T06:33:37.429Z | Compiling serde_repr v0.1.20 |
| 1641 | 2026-05-18T06:33:37.443Z | Compiling async-recursion v1.1.1 |
| 1642 | 2026-05-18T06:33:37.504Z | Compiling float-cmp v0.10.0 |
| 1643 | 2026-05-18T06:33:37.653Z | Compiling memmap2 v0.9.10 |
| 1644 | 2026-05-18T06:33:37.727Z | Compiling thread-id v4.2.2 |
| 1645 | 2026-05-18T06:33:37.815Z | Compiling env_filter v1.0.0 |
| 1646 | 2026-05-18T06:33:37.868Z | Compiling whoami v2.1.0 |
| 1647 | 2026-05-18T06:33:37.955Z | Compiling new_debug_unreachable v1.0.6 |
| 1648 | 2026-05-18T06:33:38.031Z | Compiling rustc-hash v2.1.1 |
| 1649 | 2026-05-18T06:33:38.090Z | Compiling fixedbitset v0.4.2 |
| 1650 | 2026-05-18T06:33:38.120Z | Compiling normalize-line-endings v0.3.0 |
| 1651 | 2026-05-18T06:33:38.202Z | Compiling static_assertions v1.1.0 |
| 1652 | 2026-05-18T06:33:38.220Z | Compiling jiff v0.2.21 |
| 1653 | 2026-05-18T06:33:38.277Z | Compiling precomputed-hash v0.1.1 |
| 1654 | 2026-05-18T06:33:38.298Z | Compiling keccak v0.1.6 |
| 1655 | 2026-05-18T06:33:38.337Z | Compiling data-encoding v2.10.0 |
| 1656 | 2026-05-18T06:33:38.366Z | Compiling predicates-core v1.0.10 |
| 1657 | 2026-05-18T06:33:38.546Z | Compiling either v1.15.0 |
| 1658 | 2026-05-18T06:33:38.563Z | Compiling difflib v0.4.0 |
| 1659 | 2026-05-18T06:33:38.681Z | Compiling fixedbitset v0.5.7 |
| 1660 | 2026-05-18T06:33:38.750Z | Compiling typed-path v0.9.3 |
| 1661 | 2026-05-18T06:33:38.983Z | Compiling petgraph v0.8.3 |
| 1662 | 2026-05-18T06:33:39.033Z | Compiling predicates v3.1.4 |
| 1663 | 2026-05-18T06:33:39.112Z | Compiling itertools v0.13.0 |
| 1664 | 2026-05-18T06:33:39.117Z | Compiling clap v4.5.60 |
| 1665 | 2026-05-18T06:33:39.213Z | Compiling hickory-proto v0.25.2 |
| 1666 | 2026-05-18T06:33:39.683Z | Compiling strum v0.26.3 |
| 1667 | 2026-05-18T06:33:39.819Z | Compiling sha3 v0.10.8 |
| 1668 | 2026-05-18T06:33:39.975Z | Compiling toml_edit v0.22.27 |
| 1669 | 2026-05-18T06:33:40.068Z | Compiling string_cache v0.8.9 |
| 1670 | 2026-05-18T06:33:40.273Z | Compiling petgraph v0.6.5 |
| 1671 | 2026-05-18T06:33:40.293Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=0d7a8992f914ad6a5947409048779969bbe80e3d#0d7a8992) |
| 1672 | 2026-05-18T06:33:40.324Z | Compiling iddqd v0.3.18 |
| 1673 | 2026-05-18T06:33:40.910Z | Compiling zip v4.6.1 |
| 1674 | 2026-05-18T06:33:41.450Z | Compiling tokio-postgres v0.7.16 |
| 1675 | 2026-05-18T06:33:41.717Z | Compiling env_logger v0.11.9 |
| 1676 | 2026-05-18T06:33:41.845Z | Compiling usdt v0.6.0 |
| 1677 | 2026-05-18T06:33:42.073Z | Compiling usdt-impl v0.5.0 |
| 1678 | 2026-05-18T06:33:42.108Z | Compiling ecdsa v0.16.9 |
| 1679 | 2026-05-18T06:33:42.398Z | Compiling rsa v0.9.10 |
| 1680 | 2026-05-18T06:33:42.501Z | Compiling ed25519-dalek v2.2.0 |
| 1681 | 2026-05-18T06:33:42.639Z | Compiling serde_with v3.17.0 |
| 1682 | 2026-05-18T06:33:42.660Z | Compiling crossterm v0.28.1 |
| 1683 | 2026-05-18T06:33:43.186Z | Compiling zip v0.6.6 |
| 1684 | 2026-05-18T06:33:43.767Z | Compiling toml v0.7.8 |
| 1685 | 2026-05-18T06:33:44.228Z | Compiling toml_parser v1.0.9+spec-1.1.0 |
| 1686 | 2026-05-18T06:33:44.254Z | Compiling similar v2.7.0 |
| 1687 | 2026-05-18T06:33:44.366Z | Compiling crossbeam-epoch v0.9.18 |
| 1688 | 2026-05-18T06:33:44.389Z | Compiling tokio-stream v0.1.18 |
| 1689 | 2026-05-18T06:33:44.543Z | Compiling buf-list v1.1.2 |
| 1690 | 2026-05-18T06:33:44.690Z | Compiling x509-cert v0.2.5 |
| 1691 | 2026-05-18T06:33:44.816Z | Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=0d7a8992f914ad6a5947409048779969bbe80e3d#0d7a8992) |
| 1692 | 2026-05-18T06:33:44.848Z | Compiling openapiv3 v2.2.0 |
| 1693 | 2026-05-18T06:33:44.864Z | Compiling sha1 v0.10.6 |
| 1694 | 2026-05-18T06:33:45.084Z | Compiling toml_datetime v0.7.5+spec-1.1.0 |
| 1695 | 2026-05-18T06:33:45.113Z | Compiling peg-runtime v0.8.5 |
| 1696 | 2026-05-18T06:33:45.131Z | Compiling lalrpop-util v0.19.12 |
| 1697 | 2026-05-18T06:33:45.318Z | Compiling thread_local v1.1.9 |
| 1698 | 2026-05-18T06:33:45.370Z | Compiling slog-async v2.8.0 |
| 1699 | 2026-05-18T06:33:45.391Z | Compiling crossbeam-channel v0.5.15 |
| 1700 | 2026-05-18T06:33:45.568Z | Compiling filetime v0.2.27 |
| 1701 | 2026-05-18T06:33:45.689Z | Compiling is-terminal v0.4.17 |
| 1702 | 2026-05-18T06:33:45.743Z | Compiling term v1.2.1 |
| 1703 | 2026-05-18T06:33:45.754Z | Compiling take_mut v0.2.2 |
| 1704 | 2026-05-18T06:33:45.825Z | Compiling xattr v1.6.1 |
| 1705 | 2026-05-18T06:33:45.953Z | Compiling tar v0.4.45 |
| 1706 | 2026-05-18T06:33:46.295Z | Compiling slog-term v2.9.2 |
| 1707 | 2026-05-18T06:33:56.773Z | Compiling rustls-webpki v0.103.9 |
| 1708 | 2026-05-18T06:33:59.576Z | Compiling tokio-rustls v0.26.4 |
| 1709 | 2026-05-18T06:33:59.576Z | Compiling rustls-platform-verifier v0.6.2 |
| 1710 | 2026-05-18T06:33:59.777Z | Compiling hyper-rustls v0.27.7 |
| 1711 | 2026-05-18T06:33:59.980Z | Compiling reqwest v0.12.28 |
| 1712 | 2026-05-18T06:33:59.992Z | Compiling reqwest v0.13.2 |
| 1713 | 2026-05-18T06:34:01.218Z | Compiling tough v0.22.0 |
| 1714 | 2026-05-18T06:34:03.755Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 1715 | 2026-05-18T06:34:03.968Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
| 1716 | 2026-05-18T06:34:06.756Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 07s |
| 1717 | 2026-05-18T06:34:06.901Z | Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control` |
| 1718 | 2026-05-18T06:34:06.957Z | May 18 06:34:05.193 INFO Starting download, target: DendriteStub |
| 1719 | 2026-05-18T06:34:06.958Z | May 18 06:34:05.193 INFO Starting download, target: Console |
| 1720 | 2026-05-18T06:34:06.958Z | May 18 06:34:05.193 INFO Starting download, target: Clickhouse |
| 1721 | 2026-05-18T06:34:06.958Z | May 18 06:34:05.193 INFO Starting download, target: Cockroach |
| 1722 | 2026-05-18T06:34:06.958Z | May 18 06:34:05.193 INFO Starting download, target: MaghemiteMgd |
| 1723 | 2026-05-18T06:34:06.958Z | May 18 06:34:05.193 INFO Starting download, target: TransceiverControl |
| 1724 | 2026-05-18T06:34:06.964Z | May 18 06:34:05.194 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console |
| 1725 | 2026-05-18T06:34:06.964Z | May 18 06:34:05.194 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl |
| 1726 | 2026-05-18T06:34:06.964Z | May 18 06:34:05.194 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach |
| 1727 | 2026-05-18T06:34:06.964Z | May 18 06:34:05.194 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd |
| 1728 | 2026-05-18T06:34:06.964Z | May 18 06:34:05.194 INFO Downloading out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz (attempt 1/3), target: Clickhouse |
| 1729 | 2026-05-18T06:34:06.964Z | May 18 06:34:05.194 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub |
| 1730 | 2026-05-18T06:34:07.439Z | May 18 06:34:05.675 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl |
| 1731 | 2026-05-18T06:34:07.662Z | May 18 06:34:05.889 INFO Download complete, target: TransceiverControl |
| 1732 | 2026-05-18T06:34:07.977Z | May 18 06:34:06.209 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console |
| 1733 | 2026-05-18T06:34:08.217Z | May 18 06:34:06.453 INFO Download complete, target: Console |
| 1734 | 2026-05-18T06:34:08.577Z | May 18 06:34:06.808 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub |
| 1735 | 2026-05-18T06:34:08.897Z | May 18 06:34:07.126 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd |
| 1736 | 2026-05-18T06:34:08.906Z | May 18 06:34:07.134 INFO Unpacking out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz to out/clickhouse, target: Clickhouse |
| 1737 | 2026-05-18T06:34:09.174Z | May 18 06:34:07.411 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach |
| 1738 | 2026-05-18T06:34:09.174Z | May 18 06:34:07.412 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach |
| 1739 | 2026-05-18T06:34:10.967Z | May 18 06:34:09.203 INFO Download complete, target: DendriteStub |
| 1740 | 2026-05-18T06:34:11.402Z | May 18 06:34:09.639 INFO Download complete, target: MaghemiteMgd |
| 1741 | 2026-05-18T06:34:14.025Z | May 18 06:34:12.262 INFO Checking that binary works, target: Cockroach |
| 1742 | 2026-05-18T06:34:14.141Z | May 18 06:34:12.378 INFO Download complete, target: Cockroach |
| 1743 | 2026-05-18T06:34:15.797Z | May 18 06:34:14.033 INFO Checking that binary works, target: Clickhouse |
| 1744 | 2026-05-18T06:34:15.888Z | May 18 06:34:14.125 INFO Download complete, target: Clickhouse |
| 1745 | 2026-05-18T06:34:15.904Z | All builder prerequisites installed successfully, and PATH looks valid |
| 1746 | 2026-05-18T06:34:15.908Z | |
| 1747 | 2026-05-18T06:34:15.908Z | real 2:15.478399735 |
| 1748 | 2026-05-18T06:34:15.908Z | user 6:54.653526114 |
| 1749 | 2026-05-18T06:34:15.908Z | sys 1:21.761017006 |
| 1750 | 2026-05-18T06:34:15.908Z | trap 0.228330263 |
| 1751 | 2026-05-18T06:34:15.908Z | tflt 0.607891046 |
| 1752 | 2026-05-18T06:34:15.908Z | dflt 0.576862917 |
| 1753 | 2026-05-18T06:34:15.908Z | kflt 0.023343794 |
| 1754 | 2026-05-18T06:34:15.908Z | lock 22:01.080355274 |
| 1755 | 2026-05-18T06:34:15.908Z | slp 21:04.868081639 |
| 1756 | 2026-05-18T06:34:15.908Z | lat 43.899172646 |
| 1757 | 2026-05-18T06:34:15.908Z | stop 1:59.010647609 |
| 1758 | 2026-05-18T06:34:15.908Z | + banner clippy |
| 1759 | 2026-05-18T06:34:15.908Z | |
| 1760 | 2026-05-18T06:34:15.909Z | #### # # ##### ##### # # |
| 1761 | 2026-05-18T06:34:15.909Z | # # # # # # # # # # |
| 1762 | 2026-05-18T06:34:15.909Z | # # # # # # # # |
| 1763 | 2026-05-18T06:34:15.909Z | # # # ##### ##### # |
| 1764 | 2026-05-18T06:34:15.909Z | # # # # # # # |
| 1765 | 2026-05-18T06:34:15.909Z | #### ###### # # # # |
| 1766 | 2026-05-18T06:34:15.909Z | |
| 1767 | 2026-05-18T06:34:15.909Z | + export CARGO_INCREMENTAL=0 |
| 1768 | 2026-05-18T06:34:15.909Z | + CARGO_INCREMENTAL=0 |
| 1769 | 2026-05-18T06:34:15.909Z | + ptime -m cargo xtask clippy |
| 1770 | 2026-05-18T06:34:16.427Z | Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
| 1771 | 2026-05-18T06:34:16.645Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
| 1772 | 2026-05-18T06:34:18.481Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.56s |
| 1773 | 2026-05-18T06:34:18.566Z | Running `target/debug/xtask clippy` |
| 1774 | 2026-05-18T06:34:18.595Z | running: /home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/cargo "clippy" "--all-targets" "--workspace" "--" "--deny" "warnings" |
| 1775 | 2026-05-18T06:34:19.201Z | Downloading crates ... |
| 1776 | 2026-05-18T06:34:19.402Z | Downloaded guppy-workspace-hack v0.1.0 |
| 1777 | 2026-05-18T06:34:19.408Z | Downloaded futures-timer v3.0.3 |
| 1778 | 2026-05-18T06:34:19.412Z | Downloaded datatest-stable v0.3.3 |
| 1779 | 2026-05-18T06:34:19.415Z | Downloaded addr2line v0.25.1 |
| 1780 | 2026-05-18T06:34:19.417Z | Downloaded supports-color v2.1.0 |
| 1781 | 2026-05-18T06:34:19.420Z | Downloaded constant_time_eq v0.3.1 |
| 1782 | 2026-05-18T06:34:19.420Z | Downloaded event-listener-strategy v0.5.4 |
| 1783 | 2026-05-18T06:34:19.423Z | Downloaded approx v0.5.1 |
| 1784 | 2026-05-18T06:34:19.425Z | Downloaded textwrap v0.15.2 |
| 1785 | 2026-05-18T06:34:19.428Z | Downloaded supports-hyperlinks v2.1.0 |
| 1786 | 2026-05-18T06:34:19.434Z | Downloaded escape8259 v0.5.3 |
| 1787 | 2026-05-18T06:34:19.437Z | Downloaded assert-json-diff v2.0.2 |
| 1788 | 2026-05-18T06:34:19.450Z | Downloaded nested v0.1.1 |
| 1789 | 2026-05-18T06:34:19.452Z | Downloaded linkme-impl v0.3.35 |
| 1790 | 2026-05-18T06:34:19.452Z | Downloaded backtrace-ext v0.2.1 |
| 1791 | 2026-05-18T06:34:19.452Z | Downloaded async-object-pool v0.2.0 |
| 1792 | 2026-05-18T06:34:19.455Z | Downloaded concurrent-queue v2.5.0 |
| 1793 | 2026-05-18T06:34:19.459Z | Downloaded event-listener v5.4.1 |
| 1794 | 2026-05-18T06:34:19.461Z | Downloaded target-triple v1.0.0 |
| 1795 | 2026-05-18T06:34:19.461Z | Downloaded cargo_metadata v0.23.1 |
| 1796 | 2026-05-18T06:34:19.465Z | Downloaded similar-asserts v1.7.0 |
| 1797 | 2026-05-18T06:34:19.469Z | Downloaded pathdiff v0.2.3 |
| 1798 | 2026-05-18T06:34:19.469Z | Downloaded serde_regex v1.1.0 |
| 1799 | 2026-05-18T06:34:19.469Z | Downloaded plotters-backend v0.3.7 |
| 1800 | 2026-05-18T06:34:19.472Z | Downloaded miette-derive v5.10.0 |
| 1801 | 2026-05-18T06:34:19.475Z | Downloaded plotters-svg v0.3.7 |
| 1802 | 2026-05-18T06:34:19.478Z | Downloaded linkme v0.3.35 |
| 1803 | 2026-05-18T06:34:19.489Z | Downloaded tokio-test v0.4.5 |
| 1804 | 2026-05-18T06:34:19.497Z | Downloaded terminal_size v0.1.17 |
| 1805 | 2026-05-18T06:34:19.500Z | Downloaded supports-unicode v2.1.0 |
| 1806 | 2026-05-18T06:34:19.500Z | Downloaded cast v0.3.0 |
| 1807 | 2026-05-18T06:34:19.500Z | Downloaded parking v2.2.1 |
| 1808 | 2026-05-18T06:34:19.500Z | Downloaded criterion-plot v0.6.0 |
| 1809 | 2026-05-18T06:34:19.505Z | Downloaded cfg-expr v0.20.6 |
| 1810 | 2026-05-18T06:34:19.508Z | Downloaded libtest-mimic v0.8.1 |
| 1811 | 2026-05-18T06:34:19.511Z | Downloaded blake2b_simd v1.0.4 |
| 1812 | 2026-05-18T06:34:19.511Z | Downloaded termcolor v1.4.1 |
| 1813 | 2026-05-18T06:34:19.511Z | Downloaded owo-colors v3.5.0 |
| 1814 | 2026-05-18T06:34:19.514Z | Downloaded oorandom v11.1.5 |
| 1815 | 2026-05-18T06:34:19.517Z | Downloaded hickory-client v0.25.2 |
| 1816 | 2026-05-18T06:34:19.520Z | Downloaded cargo-platform v0.3.2 |
| 1817 | 2026-05-18T06:34:19.520Z | Downloaded async-lock v3.4.2 |
| 1818 | 2026-05-18T06:34:19.523Z | Downloaded knuffel-derive v3.2.0 |
| 1819 | 2026-05-18T06:34:19.527Z | Downloaded path-tree v0.8.3 |
| 1820 | 2026-05-18T06:34:19.530Z | Downloaded rustc-demangle v0.1.27 |
| 1821 | 2026-05-18T06:34:19.530Z | Downloaded partial-io v0.5.4 |
| 1822 | 2026-05-18T06:34:19.530Z | Downloaded rust-argon2 v2.1.0 |
| 1823 | 2026-05-18T06:34:19.533Z | Downloaded tinytemplate v1.2.1 |
| 1824 | 2026-05-18T06:34:19.533Z | Downloaded relative-path v1.9.3 |
| 1825 | 2026-05-18T06:34:19.541Z | Downloaded target-spec v3.5.7 |
| 1826 | 2026-05-18T06:34:19.544Z | Downloaded stringmetrics v2.2.2 |
| 1827 | 2026-05-18T06:34:19.544Z | Downloaded anes v0.1.6 |
| 1828 | 2026-05-18T06:34:19.548Z | Downloaded trybuild v1.0.116 |
| 1829 | 2026-05-18T06:34:19.551Z | Downloaded target-lexicon v0.13.3 |
| 1830 | 2026-05-18T06:34:19.556Z | Downloaded httptest v0.16.4 |
| 1831 | 2026-05-18T06:34:19.561Z | Downloaded knuffel v3.2.0 |
| 1832 | 2026-05-18T06:34:19.564Z | Downloaded assert_cmd v2.1.2 |
| 1833 | 2026-05-18T06:34:19.567Z | Downloaded rstest v0.25.0 |
| 1834 | 2026-05-18T06:34:19.570Z | Downloaded fancy-regex v0.14.0 |
| 1835 | 2026-05-18T06:34:19.578Z | Downloaded rand_distr v0.5.1 |
| 1836 | 2026-05-18T06:34:19.605Z | Downloaded rstest_macros v0.25.0 |
| 1837 | 2026-05-18T06:34:19.605Z | Downloaded backtrace v0.3.76 |
| 1838 | 2026-05-18T06:34:19.605Z | Downloaded chumsky v0.9.3 |
| 1839 | 2026-05-18T06:34:19.605Z | Downloaded miette v5.10.0 |
| 1840 | 2026-05-18T06:34:19.605Z | Downloaded criterion v0.7.0 |
| 1841 | 2026-05-18T06:34:19.608Z | Downloaded hashbrown v0.14.5 |
| 1842 | 2026-05-18T06:34:19.614Z | Downloaded plotters v0.3.7 |
| 1843 | 2026-05-18T06:34:19.619Z | Downloaded guppy v0.17.25 |
| 1844 | 2026-05-18T06:34:19.626Z | Downloaded gimli v0.32.3 |
| 1845 | 2026-05-18T06:34:19.736Z | Downloaded httpmock v0.8.3 |
| 1846 | 2026-05-18T06:34:21.362Z | Checking cfg-if v1.0.4 |
| 1847 | 2026-05-18T06:34:21.714Z | Checking libc v0.2.185 |
| 1848 | 2026-05-18T06:34:21.718Z | Checking serde_core v1.0.228 |
| 1849 | 2026-05-18T06:34:21.795Z | Checking memchr v2.8.0 |
| 1850 | 2026-05-18T06:34:21.835Z | Checking smallvec v1.15.1 |
| 1851 | 2026-05-18T06:34:21.874Z | Checking log v0.4.29 |
| 1852 | 2026-05-18T06:34:21.907Z | Checking itoa v1.0.17 |
| 1853 | 2026-05-18T06:34:21.954Z | Checking zeroize v1.8.2 |
| 1854 | 2026-05-18T06:34:21.996Z | Checking libm v0.2.16 |
| 1855 | 2026-05-18T06:34:22.040Z | Checking scopeguard v1.2.0 |
| 1856 | 2026-05-18T06:34:22.077Z | Checking stable_deref_trait v1.2.1 |
| 1857 | 2026-05-18T06:34:22.118Z | Checking zmij v1.0.21 |
| 1858 | 2026-05-18T06:34:22.157Z | Checking errno v0.3.14 |
| 1859 | 2026-05-18T06:34:22.160Z | Checking getrandom v0.2.17 |
| 1860 | 2026-05-18T06:34:22.194Z | Checking zerofrom v0.1.6 |
| 1861 | 2026-05-18T06:34:22.229Z | Checking lock_api v0.4.14 |
| 1862 | 2026-05-18T06:34:22.299Z | Checking percent-encoding v2.3.2 |
| 1863 | 2026-05-18T06:34:22.338Z | Checking writeable v0.6.2 |
| 1864 | 2026-05-18T06:34:22.372Z | Checking yoke v0.8.1 |
| 1865 | 2026-05-18T06:34:22.403Z | Checking litemap v0.8.1 |
| 1866 | 2026-05-18T06:34:22.441Z | Checking icu_normalizer_data v2.1.1 |
| 1867 | 2026-05-18T06:34:22.476Z | Checking icu_properties_data v2.1.2 |
| 1868 | 2026-05-18T06:34:22.513Z | Checking subtle v2.6.1 |
| 1869 | 2026-05-18T06:34:22.551Z | Checking form_urlencoded v1.2.2 |
| 1870 | 2026-05-18T06:34:22.586Z | Checking zerovec v0.11.5 |
| 1871 | 2026-05-18T06:34:22.586Z | Checking zerotrie v0.2.3 |
| 1872 | 2026-05-18T06:34:22.655Z | Checking utf8_iter v1.0.4 |
| 1873 | 2026-05-18T06:34:22.692Z | Checking pin-project-lite v0.2.17 |
| 1874 | 2026-05-18T06:34:22.725Z | Checking num-traits v0.2.19 |
| 1875 | 2026-05-18T06:34:22.766Z | Checking parking_lot_core v0.9.12 |
| 1876 | 2026-05-18T06:34:22.769Z | Checking rand_core v0.10.0 |
| 1877 | 2026-05-18T06:34:22.835Z | Checking rand_core v0.6.4 |
| 1878 | 2026-05-18T06:34:22.873Z | Checking zerocopy v0.8.40 |
| 1879 | 2026-05-18T06:34:22.912Z | Checking portable-atomic v1.13.1 |
| 1880 | 2026-05-18T06:34:22.966Z | Checking getrandom v0.4.1 |
| 1881 | 2026-05-18T06:34:23.002Z | Checking parking_lot v0.12.5 |
| 1882 | 2026-05-18T06:34:23.037Z | Checking tinystr v0.8.2 |
| 1883 | 2026-05-18T06:34:23.072Z | Checking potential_utf v0.1.4 |
| 1884 | 2026-05-18T06:34:23.138Z | Checking signal-hook-registry v1.4.8 |
| 1885 | 2026-05-18T06:34:23.217Z | Checking critical-section v1.2.0 |
| 1886 | 2026-05-18T06:34:23.253Z | Checking icu_collections v2.1.1 |
| 1887 | 2026-05-18T06:34:23.286Z | Checking serde v1.0.228 |
| 1888 | 2026-05-18T06:34:23.291Z | Checking serde_json v1.0.149 |
| 1889 | 2026-05-18T06:34:23.291Z | Checking bitflags v2.11.0 |
| 1890 | 2026-05-18T06:34:23.386Z | Checking icu_locale_core v2.1.1 |
| 1891 | 2026-05-18T06:34:23.389Z | Checking once_cell v1.21.3 |
| 1892 | 2026-05-18T06:34:23.454Z | Checking mio v1.2.0 |
| 1893 | 2026-05-18T06:34:23.554Z | Checking socket2 v0.6.3 |
| 1894 | 2026-05-18T06:34:23.597Z | Checking typenum v1.19.0 |
| 1895 | 2026-05-18T06:34:23.643Z | Checking iana-time-zone v0.1.65 |
| 1896 | 2026-05-18T06:34:23.708Z | Checking bytes v1.11.1 |
| 1897 | 2026-05-18T06:34:23.759Z | Checking thiserror v2.0.18 |
| 1898 | 2026-05-18T06:34:23.795Z | Checking chrono v0.4.44 |
| 1899 | 2026-05-18T06:34:23.837Z | Checking uuid v1.23.0 |
| 1900 | 2026-05-18T06:34:23.890Z | Checking semver v1.0.28 |
| 1901 | 2026-05-18T06:34:23.956Z | Checking icu_provider v2.1.1 |
| 1902 | 2026-05-18T06:34:24.012Z | Checking futures-core v0.3.32 |
| 1903 | 2026-05-18T06:34:24.136Z | Checking equivalent v1.0.2 |
| 1904 | 2026-05-18T06:34:24.176Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 1905 | 2026-05-18T06:34:24.180Z | Checking generic-array v0.14.7 |
| 1906 | 2026-05-18T06:34:24.209Z | Checking tokio v1.52.1 |
| 1907 | 2026-05-18T06:34:24.212Z | Checking dyn-clone v1.0.20 |
| 1908 | 2026-05-18T06:34:24.309Z | Checking icu_normalizer v2.1.1 |
| 1909 | 2026-05-18T06:34:24.311Z | Checking icu_properties v2.1.2 |
| 1910 | 2026-05-18T06:34:24.434Z | Checking const-oid v0.9.6 |
| 1911 | 2026-05-18T06:34:24.478Z | Checking futures-sink v0.3.32 |
| 1912 | 2026-05-18T06:34:24.608Z | Checking futures-channel v0.3.32 |
| 1913 | 2026-05-18T06:34:24.644Z | Checking futures-io v0.3.32 |
| 1914 | 2026-05-18T06:34:24.680Z | Checking crypto-common v0.1.7 |
| 1915 | 2026-05-18T06:34:24.683Z | Checking block-buffer v0.10.4 |
| 1916 | 2026-05-18T06:34:24.782Z | Checking futures-task v0.3.32 |
| 1917 | 2026-05-18T06:34:24.823Z | Checking slab v0.4.12 |
| 1918 | 2026-05-18T06:34:24.860Z | Checking hashbrown v0.17.0 |
| 1919 | 2026-05-18T06:34:24.893Z | Checking byteorder v1.5.0 |
| 1920 | 2026-05-18T06:34:24.950Z | Checking rustix v1.1.3 |
| 1921 | 2026-05-18T06:34:25.015Z | Checking futures-util v0.3.32 |
| 1922 | 2026-05-18T06:34:25.133Z | Checking cpufeatures v0.2.17 |
| 1923 | 2026-05-18T06:34:25.169Z | Checking digest v0.10.7 |
| 1924 | 2026-05-18T06:34:25.204Z | Checking idna_adapter v1.2.1 |
| 1925 | 2026-05-18T06:34:25.240Z | Checking thiserror v1.0.69 |
| 1926 | 2026-05-18T06:34:25.359Z | Checking idna v1.1.0 |
| 1927 | 2026-05-18T06:34:25.395Z | Checking getrandom v0.3.4 |
| 1928 | 2026-05-18T06:34:25.398Z | Checking indexmap v2.14.0 |
| 1929 | 2026-05-18T06:34:25.398Z | Checking fnv v1.0.7 |
| 1930 | 2026-05-18T06:34:25.552Z | Checking regex-syntax v0.8.10 |
| 1931 | 2026-05-18T06:34:25.588Z | Checking http v1.4.0 |
| 1932 | 2026-05-18T06:34:25.629Z | Checking url v2.5.8 |
| 1933 | 2026-05-18T06:34:25.632Z | Checking ppv-lite86 v0.2.21 |
| 1934 | 2026-05-18T06:34:25.820Z | Checking tracing-core v0.1.36 |
| 1935 | 2026-05-18T06:34:25.979Z | Checking base64 v0.22.1 |
| 1936 | 2026-05-18T06:34:26.034Z | Checking ipnet v2.11.0 |
| 1937 | 2026-05-18T06:34:26.093Z | Checking schemars v0.8.22 |
| 1938 | 2026-05-18T06:34:26.150Z | Checking tracing v0.1.44 |
| 1939 | 2026-05-18T06:34:26.187Z | Checking unicode-ident v1.0.24 |
| 1940 | 2026-05-18T06:34:26.245Z | Checking untrusted v0.9.0 |
| 1941 | 2026-05-18T06:34:26.317Z | Checking aho-corasick v1.1.4 |
| 1942 | 2026-05-18T06:34:26.353Z | Checking proc-macro2 v1.0.106 |
| 1943 | 2026-05-18T06:34:26.388Z | Checking ring v0.17.14 |
| 1944 | 2026-05-18T06:34:26.391Z | Checking anstyle v1.0.13 |
| 1945 | 2026-05-18T06:34:26.632Z | Checking utf8parse v0.2.2 |
| 1946 | 2026-05-18T06:34:26.691Z | Checking quote v1.0.45 |
| 1947 | 2026-05-18T06:34:26.752Z | Checking rustls-pki-types v1.14.0 |
| 1948 | 2026-05-18T06:34:26.788Z | Checking httparse v1.10.1 |
| 1949 | 2026-05-18T06:34:26.880Z | Checking base64ct v1.8.3 |
| 1950 | 2026-05-18T06:34:26.918Z | Checking syn v2.0.117 |
| 1951 | 2026-05-18T06:34:26.921Z | Checking anstyle-parse v0.2.7 |
| 1952 | 2026-05-18T06:34:27.015Z | Checking block-padding v0.3.3 |
| 1953 | 2026-05-18T06:34:27.018Z | Checking regex-automata v0.4.14 |
| 1954 | 2026-05-18T06:34:27.084Z | Checking anstyle-query v1.1.5 |
| 1955 | 2026-05-18T06:34:27.123Z | Checking colorchoice v1.0.4 |
| 1956 | 2026-05-18T06:34:27.159Z | Checking is_terminal_polyfill v1.70.2 |
| 1957 | 2026-05-18T06:34:27.194Z | Checking inout v0.1.4 |
| 1958 | 2026-05-18T06:34:27.230Z | Checking crossbeam-utils v0.8.21 |
| 1959 | 2026-05-18T06:34:27.266Z | Checking allocator-api2 v0.2.21 |
| 1960 | 2026-05-18T06:34:27.302Z | Checking anstream v0.6.21 |
| 1961 | 2026-05-18T06:34:27.364Z | Checking cipher v0.4.4 |
| 1962 | 2026-05-18T06:34:27.406Z | Checking http-body v1.0.1 |
| 1963 | 2026-05-18T06:34:27.447Z | Checking tokio-util v0.7.18 |
| 1964 | 2026-05-18T06:34:27.522Z | Checking terminal_size v0.4.3 |
| 1965 | 2026-05-18T06:34:27.563Z | Checking atomic-waker v1.1.2 |
| 1966 | 2026-05-18T06:34:27.565Z | Checking try-lock v0.2.5 |
| 1967 | 2026-05-18T06:34:27.631Z | Checking httpdate v1.0.3 |
| 1968 | 2026-05-18T06:34:27.633Z | Checking clap_lex v1.0.0 |
| 1969 | 2026-05-18T06:34:27.699Z | Checking strsim v0.11.1 |
| 1970 | 2026-05-18T06:34:27.702Z | Checking want v0.3.1 |
| 1971 | 2026-05-18T06:34:27.768Z | Checking pem-rfc7468 v0.7.0 |
| 1972 | 2026-05-18T06:34:27.805Z | Checking sha2 v0.10.9 |
| 1973 | 2026-05-18T06:34:27.840Z | Checking tower-service v0.3.3 |
| 1974 | 2026-05-18T06:34:27.875Z | Checking tower-layer v0.3.3 |
| 1975 | 2026-05-18T06:34:27.917Z | Checking clap_builder v4.5.60 |
| 1976 | 2026-05-18T06:34:27.954Z | Checking pin-utils v0.1.0 |
| 1977 | 2026-05-18T06:34:27.956Z | Checking ryu v1.0.23 |
| 1978 | 2026-05-18T06:34:28.047Z | Checking rand_core v0.9.5 |
| 1979 | 2026-05-18T06:34:28.083Z | Checking h2 v0.4.13 |
| 1980 | 2026-05-18T06:34:28.086Z | Checking hmac v0.12.1 |
| 1981 | 2026-05-18T06:34:28.152Z | Checking powerfmt v0.2.0 |
| 1982 | 2026-05-18T06:34:28.155Z | Checking num-conv v0.2.0 |
| 1983 | 2026-05-18T06:34:28.245Z | Checking num_threads v0.1.7 |
| 1984 | 2026-05-18T06:34:28.282Z | Checking flagset v0.4.7 |
| 1985 | 2026-05-18T06:34:28.326Z | Checking deranged v0.5.8 |
| 1986 | 2026-05-18T06:34:28.329Z | Checking time-core v0.1.8 |
| 1987 | 2026-05-18T06:34:28.768Z | Checking erased-serde v0.3.31 |
| 1988 | 2026-05-18T06:34:28.769Z | Checking der v0.7.10 |
| 1989 | 2026-05-18T06:34:28.769Z | Checking rand_chacha v0.9.0 |
| 1990 | 2026-05-18T06:34:28.769Z | Checking http-body-util v0.1.3 |
| 1991 | 2026-05-18T06:34:28.795Z | Checking slog v2.8.2 |
| 1992 | 2026-05-18T06:34:28.846Z | Checking spin v0.9.8 |
| 1993 | 2026-05-18T06:34:28.967Z | Checking rand v0.9.2 |
| 1994 | 2026-05-18T06:34:29.054Z | Checking aws-lc-sys v0.40.0 |
| 1995 | 2026-05-18T06:34:29.091Z | Checking anyhow v1.0.102 |
| 1996 | 2026-05-18T06:34:29.140Z | Checking clap v4.5.60 |
| 1997 | 2026-05-18T06:34:29.177Z | Checking untrusted v0.7.1 |
| 1998 | 2026-05-18T06:34:29.213Z | Checking serde_urlencoded v0.7.1 |
| 1999 | 2026-05-18T06:34:29.257Z | Checking openssl-probe v0.2.1 |
| 2000 | 2026-05-18T06:34:29.303Z | Checking time v0.3.47 |
| 2001 | 2026-05-18T06:34:29.341Z | Checking regex v1.12.3 |
| 2002 | 2026-05-18T06:34:29.343Z | Checking fastrand v2.3.0 |
| 2003 | 2026-05-18T06:34:29.410Z | Checking spki v0.7.3 |
| 2004 | 2026-05-18T06:34:29.445Z | Checking pbkdf2 v0.12.2 |
| 2005 | 2026-05-18T06:34:29.480Z | Checking aes v0.8.4 |
| 2006 | 2026-05-18T06:34:29.578Z | Checking pretty-hex v0.4.1 |
| 2007 | 2026-05-18T06:34:29.583Z | Checking aws-lc-rs v1.16.3 |
| 2008 | 2026-05-18T06:34:29.583Z | Checking cbc v0.1.2 |
| 2009 | 2026-05-18T06:34:29.681Z | Checking salsa20 v0.10.2 |
| 2010 | 2026-05-18T06:34:29.684Z | Checking rand_chacha v0.3.1 |
| 2011 | 2026-05-18T06:34:29.747Z | Checking hex v0.4.3 |
| 2012 | 2026-05-18T06:34:29.799Z | Checking plain v0.2.3 |
| 2013 | 2026-05-18T06:34:29.842Z | Checking scrypt v0.11.0 |
| 2014 | 2026-05-18T06:34:29.882Z | Checking tempfile v3.25.0 |
| 2015 | 2026-05-18T06:34:29.930Z | Checking rustls-native-certs v0.8.3 |
| 2016 | 2026-05-18T06:34:29.966Z | Checking rand v0.8.6 |
| 2017 | 2026-05-18T06:34:30.001Z | Checking ipnetwork v0.21.1 |
| 2018 | 2026-05-18T06:34:30.037Z | Checking sync_wrapper v1.0.2 |
| 2019 | 2026-05-18T06:34:30.102Z | Checking foldhash v0.2.0 |
| 2020 | 2026-05-18T06:34:30.139Z | Checking simd-adler32 v0.3.8 |
| 2021 | 2026-05-18T06:34:30.173Z | Checking ucd-trie v0.1.7 |
| 2022 | 2026-05-18T06:34:30.241Z | Checking tower v0.5.3 |
| 2023 | 2026-05-18T06:34:30.286Z | Checking hashbrown v0.16.1 |
| 2024 | 2026-05-18T06:34:30.336Z | Checking pkcs5 v0.7.1 |
| 2025 | 2026-05-18T06:34:30.339Z | Checking pest v2.8.6 |
| 2026 | 2026-05-18T06:34:30.474Z | Checking webpki-roots v1.0.6 |
| 2027 | 2026-05-18T06:34:30.514Z | Checking camino v1.2.2 |
| 2028 | 2026-05-18T06:34:30.517Z | Checking rustls-webpki v0.103.9 |
| 2029 | 2026-05-18T06:34:30.643Z | Checking adler2 v2.0.1 |
| 2030 | 2026-05-18T06:34:30.643Z | Checking iri-string v0.7.10 |
| 2031 | 2026-05-18T06:34:30.719Z | Checking pkcs8 v0.10.2 |
| 2032 | 2026-05-18T06:34:30.779Z | Checking miniz_oxide v0.8.9 |
| 2033 | 2026-05-18T06:34:30.815Z | Checking openapiv3 v2.2.0 |
| 2034 | 2026-05-18T06:34:30.818Z | Checking hyper v1.8.1 |
| 2035 | 2026-05-18T06:34:30.884Z | Checking futures-executor v0.3.32 |
| 2036 | 2026-05-18T06:34:30.928Z | Checking either v1.15.0 |
| 2037 | 2026-05-18T06:34:31.015Z | Checking rustls v0.23.37 |
| 2038 | 2026-05-18T06:34:31.059Z | Checking futures v0.3.32 |
| 2039 | 2026-05-18T06:34:31.138Z | Checking mime v0.3.17 |
| 2040 | 2026-05-18T06:34:31.175Z | Checking winnow v0.7.14 |
| 2041 | 2026-05-18T06:34:31.178Z | Checking crc32fast v1.5.0 |
| 2042 | 2026-05-18T06:34:31.339Z | Checking static_assertions v1.1.0 |
| 2043 | 2026-05-18T06:34:31.378Z | Checking oxnet v0.1.4 |
| 2044 | 2026-05-18T06:34:31.433Z | Checking lazy_static v1.5.0 |
| 2045 | 2026-05-18T06:34:31.469Z | Checking signature v2.2.0 |
| 2046 | 2026-05-18T06:34:31.550Z | Checking hubpack v0.1.2 |
| 2047 | 2026-05-18T06:34:31.626Z | Checking encoding_rs v0.8.35 |
| 2048 | 2026-05-18T06:34:31.664Z | Checking strum v0.26.3 |
| 2049 | 2026-05-18T06:34:31.710Z | Checking tower-http v0.6.8 |
| 2050 | 2026-05-18T06:34:31.746Z | Checking foreign-types-shared v0.1.1 |
| 2051 | 2026-05-18T06:34:31.782Z | Checking hyper-util v0.1.20 |
| 2052 | 2026-05-18T06:34:31.818Z | Checking zlib-rs v0.6.2 |
| 2053 | 2026-05-18T06:34:31.856Z | Checking foreign-types v0.3.2 |
| 2054 | 2026-05-18T06:34:31.953Z | Checking sha1 v0.10.6 |
| 2055 | 2026-05-18T06:34:32.007Z | Checking scroll v0.13.0 |
| 2056 | 2026-05-18T06:34:32.124Z | Checking openssl-sys v0.9.115 |
| 2057 | 2026-05-18T06:34:32.162Z | Checking tinyvec_macros v0.1.1 |
| 2058 | 2026-05-18T06:34:32.257Z | Checking tinyvec v1.10.0 |
| 2059 | 2026-05-18T06:34:32.260Z | Checking goblin v0.10.5 |
| 2060 | 2026-05-18T06:34:32.352Z | Checking toml_datetime v0.6.11 |
| 2061 | 2026-05-18T06:34:32.532Z | Checking openssl v0.10.79 |
| 2062 | 2026-05-18T06:34:32.569Z | Checking serde_spanned v0.6.9 |
| 2063 | 2026-05-18T06:34:32.604Z | Checking num-integer v0.1.46 |
| 2064 | 2026-05-18T06:34:32.606Z | Checking memmap2 v0.9.10 |
| 2065 | 2026-05-18T06:34:32.723Z | Checking data-encoding v2.10.0 |
| 2066 | 2026-05-18T06:34:32.760Z | Checking flate2 v1.1.9 |
| 2067 | 2026-05-18T06:34:32.824Z | Checking dtrace-parser v0.3.0 |
| 2068 | 2026-05-18T06:34:32.861Z | Checking thread-id v5.1.0 |
| 2069 | 2026-05-18T06:34:32.970Z | Checking base16ct v0.2.0 |
| 2070 | 2026-05-18T06:34:33.020Z | Checking bit-vec v0.8.0 |
| 2071 | 2026-05-18T06:34:33.056Z | Checking psl-types v2.0.11 |
| 2072 | 2026-05-18T06:34:33.092Z | Checking cookie v0.18.1 |
| 2073 | 2026-05-18T06:34:33.095Z | Checking ff v0.13.1 |
| 2074 | 2026-05-18T06:34:33.160Z | Checking sec1 v0.7.3 |
| 2075 | 2026-05-18T06:34:33.199Z | Checking publicsuffix v2.3.0 |
| 2076 | 2026-05-18T06:34:33.237Z | Checking bit-set v0.8.0 |
| 2077 | 2026-05-18T06:34:33.278Z | Checking wait-timeout v0.2.1 |
| 2078 | 2026-05-18T06:34:33.333Z | Checking tokio-rustls v0.26.4 |
| 2079 | 2026-05-18T06:34:33.371Z | Checking rustls-platform-verifier v0.6.2 |
| 2080 | 2026-05-18T06:34:33.408Z | Checking cookie_store v0.22.1 |
| 2081 | 2026-05-18T06:34:33.412Z | Checking group v0.13.0 |
| 2082 | 2026-05-18T06:34:33.412Z | Checking num-iter v0.1.45 |
| 2083 | 2026-05-18T06:34:33.508Z | Checking bstr v1.12.1 |
| 2084 | 2026-05-18T06:34:33.541Z | Checking hkdf v0.12.4 |
| 2085 | 2026-05-18T06:34:33.578Z | Checking crossbeam-epoch v0.9.18 |
| 2086 | 2026-05-18T06:34:33.583Z | Checking hyper-rustls v0.27.7 |
| 2087 | 2026-05-18T06:34:33.646Z | Checking ahash v0.8.12 |
| 2088 | 2026-05-18T06:34:33.700Z | Checking crypto-bigint v0.5.5 |
| 2089 | 2026-05-18T06:34:33.760Z | Checking quick-error v1.2.3 |
| 2090 | 2026-05-18T06:34:33.824Z | Checking rand_xorshift v0.4.0 |
| 2091 | 2026-05-18T06:34:33.861Z | Checking reqwest v0.13.2 |
| 2092 | 2026-05-18T06:34:33.897Z | Checking rusty-fork v0.3.1 |
| 2093 | 2026-05-18T06:34:33.900Z | Checking scroll v0.12.0 |
| 2094 | 2026-05-18T06:34:33.967Z | Checking unarray v0.1.4 |
| 2095 | 2026-05-18T06:34:33.970Z | Checking num-bigint-dig v0.8.6 |
| 2096 | 2026-05-18T06:34:34.094Z | Checking pkcs1 v0.7.5 |
| 2097 | 2026-05-18T06:34:34.130Z | Checking proptest v1.10.0 |
| 2098 | 2026-05-18T06:34:34.183Z | Checking goblin v0.8.2 |
| 2099 | 2026-05-18T06:34:34.328Z | Checking x509-cert v0.2.5 |
| 2100 | 2026-05-18T06:34:34.535Z | Checking native-tls v0.2.18 |
| 2101 | 2026-05-18T06:34:34.584Z | Checking dof v0.4.0 |
| 2102 | 2026-05-18T06:34:34.621Z | Checking elliptic-curve v0.13.8 |
| 2103 | 2026-05-18T06:34:34.726Z | Checking zerocopy v0.7.35 |
| 2104 | 2026-05-18T06:34:34.764Z | Checking tokio-native-tls v0.3.1 |
| 2105 | 2026-05-18T06:34:34.814Z | Checking unicode-segmentation v1.12.0 |
| 2106 | 2026-05-18T06:34:34.948Z | Checking hyper-tls v0.6.0 |
| 2107 | 2026-05-18T06:34:34.986Z | Checking rsa v0.9.10 |
| 2108 | 2026-05-18T06:34:35.027Z | Checking dtrace-parser v0.2.0 |
| 2109 | 2026-05-18T06:34:35.159Z | Checking reqwest v0.12.28 |
| 2110 | 2026-05-18T06:34:35.196Z | Checking rfc6979 v0.4.0 |
| 2111 | 2026-05-18T06:34:35.245Z | Checking thread-id v4.2.2 |
| 2112 | 2026-05-18T06:34:35.248Z | Checking usdt-impl v0.6.0 |
| 2113 | 2026-05-18T06:34:35.314Z | Checking toml_write v0.1.2 |
| 2114 | 2026-05-18T06:34:35.350Z | Checking ecdsa v0.16.9 |
| 2115 | 2026-05-18T06:34:35.388Z | Checking toml_parser v1.0.9+spec-1.1.0 |
| 2116 | 2026-05-18T06:34:35.487Z | Checking curve25519-dalek v4.1.3 |
| 2117 | 2026-05-18T06:34:35.524Z | Checking toml_edit v0.22.27 |
| 2118 | 2026-05-18T06:34:35.561Z | Checking usdt v0.6.0 |
| 2119 | 2026-05-18T06:34:35.715Z | Checking memoffset v0.9.1 |
| 2120 | 2026-05-18T06:34:35.752Z | Checking rustix v0.38.44 |
| 2121 | 2026-05-18T06:34:35.788Z | Checking env_filter v1.0.0 |
| 2122 | 2026-05-18T06:34:35.827Z | Checking keccak v0.1.6 |
| 2123 | 2026-05-18T06:34:35.924Z | Checking newtype-uuid v1.3.2 |
| 2124 | 2026-05-18T06:34:35.960Z | Checking same-file v1.0.6 |
| 2125 | 2026-05-18T06:34:36.022Z | Checking sha3 v0.10.8 |
| 2126 | 2026-05-18T06:34:36.060Z | Checking env_logger v0.11.9 |
| 2127 | 2026-05-18T06:34:36.096Z | Checking dof v0.3.0 |
| 2128 | 2026-05-18T06:34:36.131Z | Checking walkdir v2.5.0 |
| 2129 | 2026-05-18T06:34:36.167Z | Checking daft v0.1.5 |
| 2130 | 2026-05-18T06:34:36.249Z | Checking ed25519 v2.2.3 |
| 2131 | 2026-05-18T06:34:36.287Z | Checking itertools v0.13.0 |
| 2132 | 2026-05-18T06:34:36.290Z | Checking serde_with v3.17.0 |
| 2133 | 2026-05-18T06:34:36.355Z | Checking bitflags v1.3.2 |
| 2134 | 2026-05-18T06:34:36.401Z | Checking usdt-impl v0.5.0 |
| 2135 | 2026-05-18T06:34:36.438Z | Checking siphasher v1.0.2 |
| 2136 | 2026-05-18T06:34:36.474Z | Checking unicode-normalization v0.1.25 |
| 2137 | 2026-05-18T06:34:36.478Z | Checking ed25519-dalek v2.2.0 |
| 2138 | 2026-05-18T06:34:36.557Z | Checking signal-hook v0.3.18 |
| 2139 | 2026-05-18T06:34:36.622Z | Checking managed v0.8.0 |
| 2140 | 2026-05-18T06:34:36.658Z | Checking winnow v0.5.40 |
| 2141 | 2026-05-18T06:34:36.704Z | Checking nix v0.31.2 |
| 2142 | 2026-05-18T06:34:36.762Z | Checking bzip2-sys v0.1.13+1.0.8 |
| 2143 | 2026-05-18T06:34:36.799Z | Checking object v0.37.3 |
| 2144 | 2026-05-18T06:34:36.835Z | Checking foldhash v0.1.5 |
| 2145 | 2026-05-18T06:34:36.877Z | Checking bzip2 v0.4.4 |
| 2146 | 2026-05-18T06:34:36.914Z | Checking signal-hook-mio v0.2.5 |
| 2147 | 2026-05-18T06:34:36.997Z | Checking hashbrown v0.15.5 |
| 2148 | 2026-05-18T06:34:37.046Z | Checking globset v0.4.18 |
| 2149 | 2026-05-18T06:34:37.082Z | Checking ref-cast v1.0.25 |
| 2150 | 2026-05-18T06:34:37.212Z | Checking zstd-sys v2.0.16+zstd.1.5.7 |
| 2151 | 2026-05-18T06:34:37.331Z | Checking zip v0.6.6 |
| 2152 | 2026-05-18T06:34:37.368Z | Checking zstd-safe v7.2.4 |
| 2153 | 2026-05-18T06:34:37.373Z | Checking pin-project v1.1.11 |
| 2154 | 2026-05-18T06:34:37.483Z | Checking bumpalo v3.20.2 |
| 2155 | 2026-05-18T06:34:37.524Z | Checking libbz2-rs-sys v0.2.2 |
| 2156 | 2026-05-18T06:34:37.561Z | Checking zstd v0.13.3 |
| 2157 | 2026-05-18T06:34:37.679Z | Checking crossterm v0.28.1 |
| 2158 | 2026-05-18T06:34:37.717Z | Checking zopfli v0.8.3 |
| 2159 | 2026-05-18T06:34:37.720Z | Checking similar v2.7.0 |
| 2160 | 2026-05-18T06:34:37.785Z | Checking tokio-stream v0.1.18 |
| 2161 | 2026-05-18T06:34:37.788Z | Checking fs-err v3.3.0 |
| 2162 | 2026-05-18T06:34:37.853Z | Checking toml_edit v0.19.15 |
| 2163 | 2026-05-18T06:34:37.941Z | Checking bzip2 v0.6.1 |
| 2164 | 2026-05-18T06:34:38.068Z | Checking pem v3.0.6 |
| 2165 | 2026-05-18T06:34:38.132Z | Checking hash32 v0.2.1 |
| 2166 | 2026-05-18T06:34:38.135Z | Checking serde-big-array v0.5.1 |
| 2167 | 2026-05-18T06:34:38.202Z | Checking jiff v0.2.21 |
| 2168 | 2026-05-18T06:34:38.205Z | Checking unicode-bidi v0.3.18 |
| 2169 | 2026-05-18T06:34:38.271Z | Checking predicates-core v1.0.10 |
| 2170 | 2026-05-18T06:34:38.317Z | Checking unicode-properties v0.1.4 |
| 2171 | 2026-05-18T06:34:38.354Z | Checking heapless v0.7.17 |
| 2172 | 2026-05-18T06:34:38.404Z | Checking snafu v0.8.9 |
| 2173 | 2026-05-18T06:34:38.441Z | Checking olpc-cjson v0.1.4 |
| 2174 | 2026-05-18T06:34:38.538Z | Checking hickory-proto v0.25.2 |
| 2175 | 2026-05-18T06:34:38.574Z | Checking stringprep v0.1.5 |
| 2176 | 2026-05-18T06:34:38.611Z | Checking md-5 v0.10.6 |
| 2177 | 2026-05-18T06:34:38.669Z | Checking serde_plain v1.0.2 |
| 2178 | 2026-05-18T06:34:38.753Z | Checking float-cmp v0.10.0 |
| 2179 | 2026-05-18T06:34:38.790Z | Checking toml_datetime v0.7.5+spec-1.1.0 |
| 2180 | 2026-05-18T06:34:38.793Z | Checking fallible-iterator v0.2.0 |
| 2181 | 2026-05-18T06:34:38.860Z | Checking difflib v0.4.0 |
| 2182 | 2026-05-18T06:34:38.896Z | Checking toml v0.7.8 |
| 2183 | 2026-05-18T06:34:38.933Z | Checking rustc-hash v2.1.1 |
| 2184 | 2026-05-18T06:34:39.015Z | Checking typed-path v0.9.3 |
| 2185 | 2026-05-18T06:34:39.067Z | Checking normalize-line-endings v0.3.0 |
| 2186 | 2026-05-18T06:34:39.104Z | Checking iddqd v0.3.18 |
| 2187 | 2026-05-18T06:34:39.107Z | Checking smoltcp v0.9.1 |
| 2188 | 2026-05-18T06:34:39.171Z | Checking postgres-protocol v0.6.10 |
| 2189 | 2026-05-18T06:34:39.208Z | Checking predicates v3.1.4 |
| 2190 | 2026-05-18T06:34:39.243Z | Checking phf_shared v0.13.1 |
| 2191 | 2026-05-18T06:34:39.466Z | Checking phf_shared v0.11.3 |
| 2192 | 2026-05-18T06:34:39.517Z | Checking buf-list v1.1.2 |
| 2193 | 2026-05-18T06:34:39.553Z | Checking strum v0.27.2 |
| 2194 | 2026-05-18T06:34:39.641Z | Checking precomputed-hash v0.1.1 |
| 2195 | 2026-05-18T06:34:39.695Z | Checking fixedbitset v0.5.7 |
| 2196 | 2026-05-18T06:34:39.731Z | Checking lalrpop-util v0.19.12 |
| 2197 | 2026-05-18T06:34:39.767Z | Checking fixedbitset v0.4.2 |
| 2198 | 2026-05-18T06:34:39.770Z | Checking new_debug_unreachable v1.0.6 |
| 2199 | 2026-05-18T06:34:39.837Z | Checking tough v0.22.0 |
| 2200 | 2026-05-18T06:34:39.901Z | Checking string_cache v0.8.9 |
| 2201 | 2026-05-18T06:34:39.938Z | Checking petgraph v0.8.3 |
| 2202 | 2026-05-18T06:34:39.941Z | Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=0d7a8992f914ad6a5947409048779969bbe80e3d#0d7a8992) |
| 2203 | 2026-05-18T06:34:40.012Z | Checking petgraph v0.6.5 |
| 2204 | 2026-05-18T06:34:40.015Z | Checking postgres-types v0.2.12 |
| 2205 | 2026-05-18T06:34:40.096Z | Checking phf v0.13.1 |
| 2206 | 2026-05-18T06:34:40.277Z | Checking gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=0d7a8992f914ad6a5947409048779969bbe80e3d#0d7a8992) |
| 2207 | 2026-05-18T06:34:40.399Z | Checking peg-runtime v0.8.5 |
| 2208 | 2026-05-18T06:34:40.446Z | Checking zip v4.6.1 |
| 2209 | 2026-05-18T06:34:40.570Z | Checking whoami v2.1.0 |
| 2210 | 2026-05-18T06:34:40.725Z | Checking is-terminal v0.4.17 |
| 2211 | 2026-05-18T06:34:40.822Z | Checking tokio-postgres v0.7.16 |
| 2212 | 2026-05-18T06:34:40.862Z | Checking crossbeam-channel v0.5.15 |
| 2213 | 2026-05-18T06:34:41.042Z | Compiling structmeta-derive v0.3.0 |
| 2214 | 2026-05-18T06:34:41.221Z | Checking thread_local v1.1.9 |
| 2215 | 2026-05-18T06:34:41.294Z | Checking term v1.2.1 |
| 2216 | 2026-05-18T06:34:41.341Z | Checking take_mut v0.2.2 |
| 2217 | 2026-05-18T06:34:41.416Z | Compiling newtype-uuid-macros v0.1.0 |
| 2218 | 2026-05-18T06:34:41.477Z | Checking slog-async v2.8.0 |
| 2219 | 2026-05-18T06:34:41.546Z | Checking slog-term v2.9.2 |
| 2220 | 2026-05-18T06:34:41.584Z | Compiling rustls v0.22.4 |
| 2221 | 2026-05-18T06:34:41.682Z | Compiling multer v3.1.0 |
| 2222 | 2026-05-18T06:34:41.836Z | Compiling async-stream-impl v0.3.6 |
| 2223 | 2026-05-18T06:34:41.839Z | Compiling dropshot v0.17.0 |
| 2224 | 2026-05-18T06:34:41.908Z | Compiling dropshot_endpoint v0.17.0 |
| 2225 | 2026-05-18T06:34:41.986Z | Checking match_cfg v0.1.0 |
| 2226 | 2026-05-18T06:34:42.085Z | Checking hostname v0.3.1 |
| 2227 | 2026-05-18T06:34:42.123Z | Checking slog-json v2.6.1 |
| 2228 | 2026-05-18T06:34:42.190Z | Compiling structmeta v0.3.0 |
| 2229 | 2026-05-18T06:34:42.224Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 2230 | 2026-05-18T06:34:42.227Z | Checking debug-ignore v1.0.5 |
| 2231 | 2026-05-18T06:34:42.293Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
| 2232 | 2026-05-18T06:34:42.362Z | Checking slog-bunyan v2.5.0 |
| 2233 | 2026-05-18T06:34:42.396Z | Checking serde_spanned v1.0.4 |
| 2234 | 2026-05-18T06:34:42.433Z | Compiling derive-ex v0.1.8 |
| 2235 | 2026-05-18T06:34:42.470Z | Checking toml_writer v1.0.6+spec-1.1.0 |
| 2236 | 2026-05-18T06:34:42.510Z | Checking rustls-webpki v0.102.8 |
| 2237 | 2026-05-18T06:34:42.545Z | Checking serde_path_to_error v0.1.20 |
| 2238 | 2026-05-18T06:34:42.582Z | Checking async-stream v0.3.6 |
| 2239 | 2026-05-18T06:34:42.682Z | Checking waitgroup v0.1.2 |
| 2240 | 2026-05-18T06:34:42.739Z | Checking rustls-pemfile v2.2.0 |
| 2241 | 2026-05-18T06:34:42.774Z | Checking toml_datetime v1.0.0+spec-1.1.0 |
| 2242 | 2026-05-18T06:34:42.812Z | Checking hostname v0.4.2 |
| 2243 | 2026-05-18T06:34:42.848Z | Checking compression-core v0.4.31 |
| 2244 | 2026-05-18T06:34:42.884Z | Checking progenitor-client v0.14.0 |
| 2245 | 2026-05-18T06:34:42.919Z | Checking regress v0.10.5 |
| 2246 | 2026-05-18T06:34:42.986Z | Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 2247 | 2026-05-18T06:34:43.024Z | Checking toml v1.0.6+spec-1.1.0 |
| 2248 | 2026-05-18T06:34:43.026Z | Checking compression-codecs v0.4.37 |
| 2249 | 2026-05-18T06:34:43.125Z | Compiling parse-display-derive v0.10.0 |
| 2250 | 2026-05-18T06:34:43.161Z | Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf) |
| 2251 | 2026-05-18T06:34:43.222Z | Checking async-compression v0.4.41 |
| 2252 | 2026-05-18T06:34:43.331Z | Checking itertools v0.14.0 |
| 2253 | 2026-05-18T06:34:43.492Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
| 2254 | 2026-05-18T06:34:43.656Z | Checking macaddr v1.0.1 |
| 2255 | 2026-05-18T06:34:43.704Z | Checking instant v0.1.13 |
| 2256 | 2026-05-18T06:34:43.824Z | Checking omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger) |
| 2257 | 2026-05-18T06:34:43.868Z | Checking progenitor-client v0.10.0 |
| 2258 | 2026-05-18T06:34:43.922Z | Checking backoff v0.4.0 |
| 2259 | 2026-05-18T06:34:44.095Z | Checking backon v1.6.0 |
| 2260 | 2026-05-18T06:34:44.133Z | Compiling test-strategy v0.4.5 |
| 2261 | 2026-05-18T06:34:44.139Z | Checking protocol v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df) |
| 2262 | 2026-05-18T06:34:44.139Z | Checking heck v0.5.0 |
| 2263 | 2026-05-18T06:34:44.289Z | Checking progenitor-extras v0.2.0 |
| 2264 | 2026-05-18T06:34:44.349Z | Checking unicode-width v0.2.0 |
| 2265 | 2026-05-18T06:34:44.386Z | Checking tokio-rustls v0.25.0 |
| 2266 | 2026-05-18T06:34:44.422Z | Compiling convert_case v0.4.0 |
| 2267 | 2026-05-18T06:34:44.425Z | Checking half v2.7.1 |
| 2268 | 2026-05-18T06:34:44.537Z | Checking ciborium-io v0.2.2 |
| 2269 | 2026-05-18T06:34:44.650Z | Checking secrecy v0.10.3 |
| 2270 | 2026-05-18T06:34:44.682Z | Compiling regress v0.11.1 |
| 2271 | 2026-05-18T06:34:44.685Z | Compiling unsafe-libyaml v0.2.11 |
| 2272 | 2026-05-18T06:34:44.757Z | Checking ciborium-ll v0.2.2 |
| 2273 | 2026-05-18T06:34:44.792Z | Checking indent_write v2.2.0 |
| 2274 | 2026-05-18T06:34:44.828Z | Compiling derive_more v0.99.20 |
| 2275 | 2026-05-18T06:34:44.861Z | Checking parse-display v0.10.0 |
| 2276 | 2026-05-18T06:34:44.949Z | Checking ciborium v0.2.2 |
| 2277 | 2026-05-18T06:34:44.952Z | Checking universal-hash v0.5.1 |
| 2278 | 2026-05-18T06:34:45.077Z | Checking opaque-debug v0.3.1 |
| 2279 | 2026-05-18T06:34:45.175Z | Checking camino-tempfile v1.4.1 |
| 2280 | 2026-05-18T06:34:45.368Z | Compiling serde_yaml v0.9.34+deprecated |
| 2281 | 2026-05-18T06:34:45.413Z | Compiling crucible-workspace-hack v0.1.0 |
| 2282 | 2026-05-18T06:34:45.533Z | Checking aead v0.5.2 |
| 2283 | 2026-05-18T06:34:45.718Z | Checking poly1305 v0.8.0 |
| 2284 | 2026-05-18T06:34:45.745Z | Checking tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5) |
| 2285 | 2026-05-18T06:34:45.780Z | Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
| 2286 | 2026-05-18T06:34:46.009Z | Checking chacha20 v0.9.1 |
| 2287 | 2026-05-18T06:34:46.123Z | Compiling thiserror-impl-no-std v2.0.2 |
| 2288 | 2026-05-18T06:34:46.160Z | Checking password-hash v0.5.0 |
| 2289 | 2026-05-18T06:34:46.237Z | Checking blake2 v0.10.6 |
| 2290 | 2026-05-18T06:34:46.420Z | Compiling typify-impl v0.6.2 |
| 2291 | 2026-05-18T06:34:46.506Z | Checking argon2 v0.5.3 |
| 2292 | 2026-05-18T06:34:46.593Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 2293 | 2026-05-18T06:34:46.869Z | Checking chacha20poly1305 v0.10.1 |
| 2294 | 2026-05-18T06:34:46.905Z | Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=ae1da83e66c648574827298f4bc444632bf4d047#ae1da83e) |
| 2295 | 2026-05-18T06:34:47.028Z | Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss) |
| 2296 | 2026-05-18T06:34:47.220Z | Checking byte-wrapper v0.1.0 |
| 2297 | 2026-05-18T06:34:47.327Z | Checking thiserror-no-std v2.0.2 |
| 2298 | 2026-05-18T06:34:47.364Z | Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf) |
| 2299 | 2026-05-18T06:34:47.445Z | Checking vsss-rs v3.3.4 |
| 2300 | 2026-05-18T06:34:47.483Z | Checking swrite v0.1.0 |
| 2301 | 2026-05-18T06:34:47.487Z | Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions) |
| 2302 | 2026-05-18T06:34:47.614Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
| 2303 | 2026-05-18T06:34:47.641Z | Checking propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf) |
| 2304 | 2026-05-18T06:34:47.914Z | Checking toml v0.8.23 |
| 2305 | 2026-05-18T06:34:48.015Z | Checking crossbeam-deque v0.8.6 |
| 2306 | 2026-05-18T06:34:48.220Z | Compiling rayon-core v1.13.0 |
| 2307 | 2026-05-18T06:34:48.258Z | Compiling proc-macro-error v1.0.4 |
| 2308 | 2026-05-18T06:34:48.258Z | Checking tabwriter v1.4.1 |
| 2309 | 2026-05-18T06:34:48.469Z | Compiling toml_edit v0.23.10+spec-1.0.0 |
| 2310 | 2026-05-18T06:34:48.580Z | Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
| 2311 | 2026-05-18T06:34:48.614Z | Checking unicode-width v0.1.14 |
| 2312 | 2026-05-18T06:34:48.864Z | Checking rayon v1.11.0 |
| 2313 | 2026-05-18T06:34:48.899Z | Checking glob v0.3.3 |
| 2314 | 2026-05-18T06:34:49.108Z | Compiling proc-macro-crate v3.4.0 |
| 2315 | 2026-05-18T06:34:49.144Z | Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf) |
| 2316 | 2026-05-18T06:34:49.148Z | Compiling usdt-attr-macro v0.5.0 |
| 2317 | 2026-05-18T06:34:49.273Z | Compiling usdt-macro v0.5.0 |
| 2318 | 2026-05-18T06:34:49.537Z | Checking memmap v0.7.0 |
| 2319 | 2026-05-18T06:34:49.691Z | Compiling heapless v0.8.0 |
| 2320 | 2026-05-18T06:34:49.725Z | Checking colored v3.1.1 |
| 2321 | 2026-05-18T06:34:49.760Z | Compiling ingot-macros v0.1.1 |
| 2322 | 2026-05-18T06:34:49.953Z | Checking hash32 v0.3.1 |
| 2323 | 2026-05-18T06:34:49.990Z | Compiling smoltcp v0.11.0 |
| 2324 | 2026-05-18T06:34:50.061Z | Checking usdt v0.5.0 |
| 2325 | 2026-05-18T06:34:50.133Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 2326 | 2026-05-18T06:34:50.295Z | Checking cobs v0.3.0 |
| 2327 | 2026-05-18T06:34:50.337Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d) |
| 2328 | 2026-05-18T06:34:50.449Z | Compiling num_enum_derive v0.7.5 |
| 2329 | 2026-05-18T06:34:50.484Z | Checking postcard v1.1.3 |
| 2330 | 2026-05-18T06:34:50.487Z | Compiling proc-macro-crate v1.3.1 |
| 2331 | 2026-05-18T06:34:50.595Z | Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe) |
| 2332 | 2026-05-18T06:34:50.806Z | Checking sigpipe v0.1.3 |
| 2333 | 2026-05-18T06:34:50.845Z | Compiling foreign-types-macros v0.2.3 |
| 2334 | 2026-05-18T06:34:50.881Z | Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions) |
| 2335 | 2026-05-18T06:34:50.928Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe) |
| 2336 | 2026-05-18T06:34:50.960Z | Checking foreign-types-shared v0.3.1 |
| 2337 | 2026-05-18T06:34:50.995Z | Compiling typify-macro v0.6.2 |
| 2338 | 2026-05-18T06:34:51.082Z | Checking cpufeatures v0.3.0 |
| 2339 | 2026-05-18T06:34:51.182Z | Checking chacha20 v0.10.0 |
| 2340 | 2026-05-18T06:34:51.225Z | Compiling num_enum_derive v0.5.11 |
| 2341 | 2026-05-18T06:34:51.466Z | Checking foreign-types v0.5.0 |
| 2342 | 2026-05-18T06:34:51.525Z | Checking num_enum v0.7.5 |
| 2343 | 2026-05-18T06:34:51.593Z | Checking cstr-argument v0.1.2 |
| 2344 | 2026-05-18T06:34:51.668Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 2345 | 2026-05-18T06:34:51.704Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe) |
| 2346 | 2026-05-18T06:34:51.742Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8) |
| 2347 | 2026-05-18T06:34:51.904Z | Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 2348 | 2026-05-18T06:34:51.995Z | Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d) |
| 2349 | 2026-05-18T06:34:52.102Z | Checking rand v0.10.0 |
| 2350 | 2026-05-18T06:34:52.136Z | Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 2351 | 2026-05-18T06:34:52.170Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
| 2352 | 2026-05-18T06:34:52.206Z | Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types) |
| 2353 | 2026-05-18T06:34:52.267Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e) |
| 2354 | 2026-05-18T06:34:52.270Z | Checking num_enum v0.5.11 |
| 2355 | 2026-05-18T06:34:52.347Z | Compiling zone_cfg_derive v0.3.1 |
| 2356 | 2026-05-18T06:34:52.383Z | Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf) |
| 2357 | 2026-05-18T06:34:52.442Z | Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
| 2358 | 2026-05-18T06:34:52.595Z | Checking itertools v0.12.1 |
| 2359 | 2026-05-18T06:34:52.663Z | Compiling num-derive v0.4.2 |
| 2360 | 2026-05-18T06:34:52.666Z | Checking ingot-types v0.1.2 |
| 2361 | 2026-05-18T06:34:52.666Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
| 2362 | 2026-05-18T06:34:52.760Z | Compiling typify v0.6.2 |
| 2363 | 2026-05-18T06:34:52.932Z | Compiling progenitor-impl v0.14.0 |
| 2364 | 2026-05-18T06:34:53.127Z | Checking ingot v0.1.1 |
| 2365 | 2026-05-18T06:34:53.270Z | Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf) |
| 2366 | 2026-05-18T06:34:53.439Z | Checking smf v0.2.3 |
| 2367 | 2026-05-18T06:34:53.474Z | Checking whoami v1.6.1 |
| 2368 | 2026-05-18T06:34:53.596Z | Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a) |
| 2369 | 2026-05-18T06:34:53.633Z | Checking zone v0.3.1 |
| 2370 | 2026-05-18T06:34:53.675Z | Checking tokio-dtrace v0.1.1 |
| 2371 | 2026-05-18T06:34:53.709Z | Compiling derive-where v1.6.0 |
| 2372 | 2026-05-18T06:34:53.854Z | Checking console v0.15.11 |
| 2373 | 2026-05-18T06:34:53.891Z | Checking oxide-tokio-rt v0.1.4 |
| 2374 | 2026-05-18T06:34:53.945Z | Checking atomicwrites v0.4.4 |
| 2375 | 2026-05-18T06:34:54.013Z | Checking newline-converter v0.3.0 |
| 2376 | 2026-05-18T06:34:54.081Z | Checking num-rational v0.4.2 |
| 2377 | 2026-05-18T06:34:54.116Z | Checking num-complex v0.4.6 |
| 2378 | 2026-05-18T06:34:54.149Z | Checking bytecount v0.6.9 |
| 2379 | 2026-05-18T06:34:54.182Z | Checking expectorate v1.2.0 |
| 2380 | 2026-05-18T06:34:54.279Z | Checking float-ord v0.3.2 |
| 2381 | 2026-05-18T06:34:54.339Z | Compiling progenitor-impl v0.13.0 |
| 2382 | 2026-05-18T06:34:54.470Z | Checking num v0.4.3 |
| 2383 | 2026-05-18T06:34:54.571Z | Checking progenitor-client v0.13.0 |
| 2384 | 2026-05-18T06:34:54.739Z | Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe) |
| 2385 | 2026-05-18T06:34:54.837Z | Compiling owo-colors v4.3.0 |
| 2386 | 2026-05-18T06:34:55.057Z | Compiling prettyplease v0.2.37 |
| 2387 | 2026-05-18T06:34:55.340Z | Compiling cancel-safe-futures v0.1.5 |
| 2388 | 2026-05-18T06:34:55.407Z | Checking libsw-core v0.3.2 |
| 2389 | 2026-05-18T06:34:55.615Z | Compiling progenitor-macro v0.14.0 |
| 2390 | 2026-05-18T06:34:55.615Z | Checking libsw v3.5.0 |
| 2391 | 2026-05-18T06:34:55.832Z | Checking linear-map v1.2.0 |
| 2392 | 2026-05-18T06:34:55.968Z | Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe) |
| 2393 | 2026-05-18T06:34:55.968Z | Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions) |
| 2394 | 2026-05-18T06:34:56.037Z | Checking gethostname v0.5.0 |
| 2395 | 2026-05-18T06:34:56.041Z | Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
| 2396 | 2026-05-18T06:34:56.158Z | Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types) |
| 2397 | 2026-05-18T06:34:57.051Z | Compiling progenitor-macro v0.13.0 |
| 2398 | 2026-05-18T06:34:57.087Z | Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe) |
| 2399 | 2026-05-18T06:34:57.616Z | Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions) |
| 2400 | 2026-05-18T06:34:58.132Z | Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
| 2401 | 2026-05-18T06:34:59.492Z | Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
| 2402 | 2026-05-18T06:35:00.547Z | Checking progenitor v0.14.0 |
| 2403 | 2026-05-18T06:35:00.769Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
| 2404 | 2026-05-18T06:35:01.396Z | Checking resolv-conf v0.7.6 |
| 2405 | 2026-05-18T06:35:01.540Z | Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions) |
| 2406 | 2026-05-18T06:35:01.611Z | Checking smawk v0.3.2 |
| 2407 | 2026-05-18T06:35:01.725Z | Checking unicode-linebreak v0.1.5 |
| 2408 | 2026-05-18T06:35:01.772Z | Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
| 2409 | 2026-05-18T06:35:01.958Z | Checking progenitor v0.13.0 |
| 2410 | 2026-05-18T06:35:01.993Z | Checking papergrid v0.11.0 |
| 2411 | 2026-05-18T06:35:02.029Z | Compiling tabled_derive v0.7.0 |
| 2412 | 2026-05-18T06:35:02.070Z | Compiling convert_case v0.10.0 |
| 2413 | 2026-05-18T06:35:02.124Z | Compiling slog-dtrace v0.3.0 |
| 2414 | 2026-05-18T06:35:02.409Z | Compiling derive_more-impl v2.1.1 |
| 2415 | 2026-05-18T06:35:02.444Z | Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions) |
| 2416 | 2026-05-18T06:35:02.987Z | Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
| 2417 | 2026-05-18T06:35:03.023Z | Checking tabled v0.15.0 |
| 2418 | 2026-05-18T06:35:03.074Z | Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types) |
| 2419 | 2026-05-18T06:35:03.129Z | Checking linked-hash-map v0.5.6 |
| 2420 | 2026-05-18T06:35:03.225Z | Checking hickory-proto v0.24.4 |
| 2421 | 2026-05-18T06:35:03.261Z | Checking derive_more v2.1.1 |
| 2422 | 2026-05-18T06:35:03.807Z | Checking fd-lock v4.0.4 |
| 2423 | 2026-05-18T06:35:03.825Z | Checking lru-cache v0.1.2 |
| 2424 | 2026-05-18T06:35:03.825Z | Checking crossterm v0.29.0 |
| 2425 | 2026-05-18T06:35:03.825Z | Checking vte v0.14.1 |
| 2426 | 2026-05-18T06:35:03.825Z | Checking display-error-chain v0.2.2 |
| 2427 | 2026-05-18T06:35:03.825Z | Checking strip-ansi-escapes v0.2.1 |
| 2428 | 2026-05-18T06:35:03.825Z | Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types) |
| 2429 | 2026-05-18T06:35:03.825Z | Checking nu-ansi-term v0.50.3 |
| 2430 | 2026-05-18T06:35:03.825Z | Checking termtree v0.5.1 |
| 2431 | 2026-05-18T06:35:03.831Z | Checking textwrap v0.16.2 |
| 2432 | 2026-05-18T06:35:03.956Z | Compiling minimal-lexical v0.2.1 |
| 2433 | 2026-05-18T06:35:03.970Z | Checking reedline v0.40.0 |
| 2434 | 2026-05-18T06:35:03.974Z | Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
| 2435 | 2026-05-18T06:35:04.071Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
| 2436 | 2026-05-18T06:35:04.176Z | Compiling nom v7.1.3 |
| 2437 | 2026-05-18T06:35:04.216Z | Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
| 2438 | 2026-05-18T06:35:04.473Z | Compiling ar_archive_writer v0.5.1 |
| 2439 | 2026-05-18T06:35:04.637Z | Checking humantime v2.3.0 |
| 2440 | 2026-05-18T06:35:04.842Z | Checking csv-core v0.1.13 |
| 2441 | 2026-05-18T06:35:04.877Z | Compiling stacker v0.1.23 |
| 2442 | 2026-05-18T06:35:05.004Z | Checking hickory-resolver v0.24.4 |
| 2443 | 2026-05-18T06:35:05.081Z | Checking csv v1.4.0 |
| 2444 | 2026-05-18T06:35:05.205Z | Compiling semver v0.1.20 |
| 2445 | 2026-05-18T06:35:05.240Z | Checking highway v1.3.0 |
| 2446 | 2026-05-18T06:35:05.352Z | Compiling cfg_aliases v0.1.1 |
| 2447 | 2026-05-18T06:35:05.402Z | Compiling psm v0.1.30 |
| 2448 | 2026-05-18T06:35:05.460Z | Compiling nix v0.28.0 |
| 2449 | 2026-05-18T06:35:05.494Z | Compiling rustc_version v0.1.7 |
| 2450 | 2026-05-18T06:35:05.528Z | Checking nibble_vec v0.1.0 |
| 2451 | 2026-05-18T06:35:05.595Z | Checking home v0.5.12 |
| 2452 | 2026-05-18T06:35:05.627Z | Checking endian-type v0.1.2 |
| 2453 | 2026-05-18T06:35:05.719Z | Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
| 2454 | 2026-05-18T06:35:05.753Z | Compiling newtype_derive v0.1.6 |
| 2455 | 2026-05-18T06:35:05.756Z | Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions) |
| 2456 | 2026-05-18T06:35:05.819Z | Checking radix_trie v0.2.1 |
| 2457 | 2026-05-18T06:35:05.822Z | Checking qorb v0.4.1 |
| 2458 | 2026-05-18T06:35:05.963Z | Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3) |
| 2459 | 2026-05-18T06:35:05.999Z | Checking phf_shared v0.12.1 |
| 2460 | 2026-05-18T06:35:06.063Z | Compiling recursive-proc-macro-impl v0.1.1 |
| 2461 | 2026-05-18T06:35:06.197Z | Compiling chrono-tz v0.10.4 |
| 2462 | 2026-05-18T06:35:06.253Z | Checking phf v0.12.1 |
| 2463 | 2026-05-18T06:35:06.442Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2464 | 2026-05-18T06:35:06.475Z | Compiling const_format_proc_macros v0.2.34 |
| 2465 | 2026-05-18T06:35:06.508Z | Checking recursive v0.1.1 |
| 2466 | 2026-05-18T06:35:06.511Z | Compiling peg-macros v0.8.5 |
| 2467 | 2026-05-18T06:35:06.595Z | Checking winnow v0.6.26 |
| 2468 | 2026-05-18T06:35:06.664Z | Compiling sqlparser_derive v0.5.0 |
| 2469 | 2026-05-18T06:35:07.058Z | Checking unicode_categories v0.1.1 |
| 2470 | 2026-05-18T06:35:07.332Z | Checking const_format v0.2.35 |
| 2471 | 2026-05-18T06:35:07.338Z | Checking rustyline v14.0.0 |
| 2472 | 2026-05-18T06:35:07.438Z | Checking sqlparser v0.61.0 |
| 2473 | 2026-05-18T06:35:07.741Z | Checking sqlformat v0.3.5 |
| 2474 | 2026-05-18T06:35:07.867Z | Checking peg v0.8.5 |
| 2475 | 2026-05-18T06:35:08.077Z | Checking bcs v0.1.6 |
| 2476 | 2026-05-18T06:35:08.081Z | Checking rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48) |
| 2477 | 2026-05-18T06:35:08.202Z | Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
| 2478 | 2026-05-18T06:35:08.291Z | Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol) |
| 2479 | 2026-05-18T06:35:08.347Z | Checking steno v0.4.1 |
| 2480 | 2026-05-18T06:35:08.395Z | Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48) |
| 2481 | 2026-05-18T06:35:08.431Z | Checking filetime v0.2.27 |
| 2482 | 2026-05-18T06:35:08.599Z | Checking xattr v1.6.1 |
| 2483 | 2026-05-18T06:35:08.762Z | Checking tar v0.4.45 |
| 2484 | 2026-05-18T06:35:09.174Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
| 2485 | 2026-05-18T06:35:09.268Z | Checking subprocess v0.2.15 |
| 2486 | 2026-05-18T06:35:09.304Z | Checking base64 v0.21.7 |
| 2487 | 2026-05-18T06:35:09.356Z | Checking headers-core v0.3.0 |
| 2488 | 2026-05-18T06:35:09.391Z | Checking yasna v0.5.2 |
| 2489 | 2026-05-18T06:35:09.492Z | Checking headers v0.4.1 |
| 2490 | 2026-05-18T06:35:09.608Z | Checking dropshot-api-manager-types v0.7.1 |
| 2491 | 2026-05-18T06:35:09.802Z | Checking rcgen v0.12.1 |
| 2492 | 2026-05-18T06:35:09.870Z | Checking tagptr v0.2.0 |
| 2493 | 2026-05-18T06:35:09.985Z | Checking utf-8 v0.7.6 |
| 2494 | 2026-05-18T06:35:10.075Z | Checking moka v0.12.13 |
| 2495 | 2026-05-18T06:35:10.193Z | Checking parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set) |
| 2496 | 2026-05-18T06:35:10.230Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19) |
| 2497 | 2026-05-18T06:35:10.377Z | Compiling libefi-sys v0.1.0 |
| 2498 | 2026-05-18T06:35:10.681Z | Compiling bitfield-struct v0.6.2 |
| 2499 | 2026-05-18T06:35:10.717Z | Compiling radium v0.7.0 |
| 2500 | 2026-05-18T06:35:10.783Z | Checking hickory-resolver v0.25.2 |
| 2501 | 2026-05-18T06:35:10.928Z | Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 2502 | 2026-05-18T06:35:11.040Z | Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
| 2503 | 2026-05-18T06:35:11.120Z | Checking tungstenite v0.21.0 |
| 2504 | 2026-05-18T06:35:11.226Z | Checking tap v1.0.1 |
| 2505 | 2026-05-18T06:35:11.351Z | Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 2506 | 2026-05-18T06:35:11.385Z | Compiling maybe-uninit v2.0.0 |
| 2507 | 2026-05-18T06:35:11.427Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
| 2508 | 2026-05-18T06:35:11.535Z | Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
| 2509 | 2026-05-18T06:35:11.570Z | Checking tokio-tungstenite v0.21.0 |
| 2510 | 2026-05-18T06:35:11.620Z | Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 2511 | 2026-05-18T06:35:11.726Z | Checking wyz v0.5.1 |
| 2512 | 2026-05-18T06:35:11.868Z | Compiling zerocopy-derive v0.6.6 |
| 2513 | 2026-05-18T06:35:11.901Z | Checking crc-catalog v2.4.0 |
| 2514 | 2026-05-18T06:35:11.938Z | Checking funty v2.0.0 |
| 2515 | 2026-05-18T06:35:11.970Z | Compiling packed_struct v0.10.1 |
| 2516 | 2026-05-18T06:35:12.019Z | Checking crc v3.4.0 |
| 2517 | 2026-05-18T06:35:12.052Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
| 2518 | 2026-05-18T06:35:12.086Z | Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions) |
| 2519 | 2026-05-18T06:35:12.287Z | Checking bitvec v1.0.1 |
| 2520 | 2026-05-18T06:35:12.320Z | Compiling packed_struct_codegen v0.10.1 |
| 2521 | 2026-05-18T06:35:12.353Z | Compiling bitfield-macros v0.19.4 |
| 2522 | 2026-05-18T06:35:12.734Z | Checking zerocopy v0.6.6 |
| 2523 | 2026-05-18T06:35:13.030Z | Compiling indexmap v1.9.3 |
| 2524 | 2026-05-18T06:35:13.068Z | Compiling fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf) |
| 2525 | 2026-05-18T06:35:13.101Z | Checking nodrop v0.1.14 |
| 2526 | 2026-05-18T06:35:13.222Z | Checking array-init v0.0.4 |
| 2527 | 2026-05-18T06:35:13.332Z | Checking bitfield v0.19.4 |
| 2528 | 2026-05-18T06:35:13.365Z | Checking smallvec v0.6.14 |
| 2529 | 2026-05-18T06:35:13.435Z | Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf) |
| 2530 | 2026-05-18T06:35:13.550Z | Checking hashbrown v0.12.3 |
| 2531 | 2026-05-18T06:35:13.587Z | Checking serde-hex v0.1.0 |
| 2532 | 2026-05-18T06:35:13.660Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 2533 | 2026-05-18T06:35:13.846Z | Checking ron v0.8.1 |
| 2534 | 2026-05-18T06:35:14.378Z | Checking hashbrown v0.13.2 |
| 2535 | 2026-05-18T06:35:14.430Z | Checking crc-any v2.5.0 |
| 2536 | 2026-05-18T06:35:14.638Z | Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 2537 | 2026-05-18T06:35:14.688Z | Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
| 2538 | 2026-05-18T06:35:14.722Z | Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f) |
| 2539 | 2026-05-18T06:35:14.829Z | Checking path-slash v0.1.5 |
| 2540 | 2026-05-18T06:35:14.834Z | Checking object v0.30.4 |
| 2541 | 2026-05-18T06:35:14.963Z | Compiling xshell-macros v0.2.7 |
| 2542 | 2026-05-18T06:35:15.037Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
| 2543 | 2026-05-18T06:35:15.188Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
| 2544 | 2026-05-18T06:35:15.222Z | Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
| 2545 | 2026-05-18T06:35:15.440Z | Checking xshell v0.2.7 |
| 2546 | 2026-05-18T06:35:15.626Z | Checking half v1.8.3 |
| 2547 | 2026-05-18T06:35:15.662Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
| 2548 | 2026-05-18T06:35:15.859Z | Checking serde_cbor v0.11.2 |
| 2549 | 2026-05-18T06:35:15.894Z | Compiling num-derive v0.3.3 |
| 2550 | 2026-05-18T06:35:16.273Z | Compiling proc-macro-error-attr2 v2.0.0 |
| 2551 | 2026-05-18T06:35:16.450Z | Checking tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5) |
| 2552 | 2026-05-18T06:35:16.697Z | Compiling proc-macro-error2 v2.0.1 |
| 2553 | 2026-05-18T06:35:16.730Z | Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions) |
| 2554 | 2026-05-18T06:35:16.813Z | Checking libscf-sys v1.1.0 |
| 2555 | 2026-05-18T06:35:16.988Z | Checking smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51) |
| 2556 | 2026-05-18T06:35:17.051Z | Compiling tabled_derive v0.11.0 |
| 2557 | 2026-05-18T06:35:17.084Z | Checking papergrid v0.17.0 |
| 2558 | 2026-05-18T06:35:17.123Z | Checking testing_table v0.3.0 |
| 2559 | 2026-05-18T06:35:17.219Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
| 2560 | 2026-05-18T06:35:17.254Z | Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484) |
| 2561 | 2026-05-18T06:35:17.745Z | Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484) |
| 2562 | 2026-05-18T06:35:17.826Z | Checking lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f) |
| 2563 | 2026-05-18T06:35:18.048Z | Compiling git-stub v1.0.0 |
| 2564 | 2026-05-18T06:35:18.082Z | Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484) |
| 2565 | 2026-05-18T06:35:18.114Z | Checking maplit v1.0.2 |
| 2566 | 2026-05-18T06:35:18.222Z | Checking tabled v0.20.0 |
| 2567 | 2026-05-18T06:35:18.255Z | Checking crc8 v0.1.1 |
| 2568 | 2026-05-18T06:35:18.334Z | Compiling git-stub-vcs v0.1.0 |
| 2569 | 2026-05-18T06:35:18.383Z | Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
| 2570 | 2026-05-18T06:35:18.717Z | Checking fxhash v0.2.1 |
| 2571 | 2026-05-18T06:35:18.829Z | Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3) |
| 2572 | 2026-05-18T06:35:18.870Z | Checking omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics) |
| 2573 | 2026-05-18T06:35:18.972Z | Checking unicase v2.9.0 |
| 2574 | 2026-05-18T06:35:19.138Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1) |
| 2575 | 2026-05-18T06:35:19.173Z | Checking ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client) |
| 2576 | 2026-05-18T06:35:19.207Z | Checking zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness) |
| 2577 | 2026-05-18T06:35:19.492Z | Checking oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api) |
| 2578 | 2026-05-18T06:35:19.571Z | Compiling typify-impl v0.4.3 |
| 2579 | 2026-05-18T06:35:19.605Z | Checking kstat-rs v0.2.4 |
| 2580 | 2026-05-18T06:35:19.740Z | Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
| 2581 | 2026-05-18T06:35:19.776Z | Compiling diesel_derives v2.3.7 |
| 2582 | 2026-05-18T06:35:19.831Z | Checking scheduled-thread-pool v0.2.7 |
| 2583 | 2026-05-18T06:35:20.033Z | Compiling dsl_auto_type v0.2.0 |
| 2584 | 2026-05-18T06:35:20.075Z | Compiling vergen-gitcl v1.0.8 |
| 2585 | 2026-05-18T06:35:20.287Z | Checking arc-swap v1.8.2 |
| 2586 | 2026-05-18T06:35:20.321Z | Compiling diesel_table_macro_syntax v0.3.0 |
| 2587 | 2026-05-18T06:35:20.547Z | Compiling parking_lot_core v0.8.6 |
| 2588 | 2026-05-18T06:35:20.582Z | Checking slog-scope v4.4.1 |
| 2589 | 2026-05-18T06:35:20.615Z | Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
| 2590 | 2026-05-18T06:35:20.792Z | Checking r2d2 v0.8.10 |
| 2591 | 2026-05-18T06:35:20.881Z | Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
| 2592 | 2026-05-18T06:35:21.002Z | Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
| 2593 | 2026-05-18T06:35:21.345Z | Checking downcast-rs v2.0.2 |
| 2594 | 2026-05-18T06:35:21.503Z | Checking slog-stdlog v4.1.1 |
| 2595 | 2026-05-18T06:35:21.630Z | Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
| 2596 | 2026-05-18T06:35:21.664Z | Checking slog-envlogger v2.2.0 |
| 2597 | 2026-05-18T06:35:21.697Z | Checking parking_lot v0.11.2 |
| 2598 | 2026-05-18T06:35:21.812Z | Compiling ntp-admin-v1-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-v1-client) |
| 2599 | 2026-05-18T06:35:21.846Z | Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
| 2600 | 2026-05-18T06:35:21.914Z | Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema) |
| 2601 | 2026-05-18T06:35:21.949Z | Checking prefix-trie v0.7.0 |
| 2602 | 2026-05-18T06:35:22.059Z | Checking sled v0.34.7 |
| 2603 | 2026-05-18T06:35:22.179Z | Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48) |
| 2604 | 2026-05-18T06:35:22.314Z | Checking hickory-server v0.25.2 |
| 2605 | 2026-05-18T06:35:22.413Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
| 2606 | 2026-05-18T06:35:22.607Z | Checking nanorand v0.7.0 |
| 2607 | 2026-05-18T06:35:22.838Z | Compiling dirs-sys-next v0.1.2 |
| 2608 | 2026-05-18T06:35:22.872Z | Compiling crunchy v0.2.4 |
| 2609 | 2026-05-18T06:35:22.992Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
| 2610 | 2026-05-18T06:35:23.154Z | Compiling salty v0.3.0 |
| 2611 | 2026-05-18T06:35:23.231Z | Compiling dirs-next v2.0.0 |
| 2612 | 2026-05-18T06:35:23.309Z | Checking flume v0.11.1 |
| 2613 | 2026-05-18T06:35:23.383Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
| 2614 | 2026-05-18T06:35:23.466Z | Compiling clang-sys v1.8.1 |
| 2615 | 2026-05-18T06:35:23.551Z | Checking primeorder v0.13.6 |
| 2616 | 2026-05-18T06:35:23.578Z | Compiling tiny-keccak v2.0.2 |
| 2617 | 2026-05-18T06:35:23.899Z | Compiling term v0.7.0 |
| 2618 | 2026-05-18T06:35:24.023Z | Compiling typify-macro v0.4.3 |
| 2619 | 2026-05-18T06:35:24.056Z | Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
| 2620 | 2026-05-18T06:35:24.088Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
| 2621 | 2026-05-18T06:35:24.373Z | Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
| 2622 | 2026-05-18T06:35:24.409Z | Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516) |
| 2623 | 2026-05-18T06:35:24.479Z | Compiling bit-vec v0.6.3 |
| 2624 | 2026-05-18T06:35:24.516Z | Compiling ascii-canvas v3.0.0 |
| 2625 | 2026-05-18T06:35:24.673Z | Compiling bit-set v0.5.3 |
| 2626 | 2026-05-18T06:35:24.781Z | Compiling itertools v0.10.5 |
| 2627 | 2026-05-18T06:35:24.859Z | Compiling ena v0.14.4 |
| 2628 | 2026-05-18T06:35:25.117Z | Compiling libloading v0.8.9 |
| 2629 | 2026-05-18T06:35:25.151Z | Compiling fs-err v2.11.0 |
| 2630 | 2026-05-18T06:35:25.191Z | Compiling bindgen v0.71.1 |
| 2631 | 2026-05-18T06:35:25.364Z | Compiling diff v0.1.13 |
| 2632 | 2026-05-18T06:35:25.394Z | Compiling regex-syntax v0.6.29 |
| 2633 | 2026-05-18T06:35:25.667Z | Checking sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler) |
| 2634 | 2026-05-18T06:35:25.743Z | Checking p384 v0.13.1 |
| 2635 | 2026-05-18T06:35:25.777Z | Compiling typify v0.4.3 |
| 2636 | 2026-05-18T06:35:25.918Z | Compiling cexpr v0.6.0 |
| 2637 | 2026-05-18T06:35:25.950Z | Checking diesel v2.3.7 |
| 2638 | 2026-05-18T06:35:26.014Z | Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
| 2639 | 2026-05-18T06:35:26.369Z | Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3) |
| 2640 | 2026-05-18T06:35:26.404Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
| 2641 | 2026-05-18T06:35:26.613Z | Compiling libxml v0.3.3 |
| 2642 | 2026-05-18T06:35:26.647Z | Checking parse-size v1.1.0 |
| 2643 | 2026-05-18T06:35:26.735Z | Compiling lalrpop v0.19.12 |
| 2644 | 2026-05-18T06:35:26.796Z | Checking tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5) |
| 2645 | 2026-05-18T06:35:26.961Z | Compiling progenitor-impl v0.11.2 |
| 2646 | 2026-05-18T06:35:27.653Z | Compiling strum_macros v0.24.3 |
| 2647 | 2026-05-18T06:35:28.120Z | Checking sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files) |
| 2648 | 2026-05-18T06:35:28.741Z | Checking assert_matches v1.5.0 |
| 2649 | 2026-05-18T06:35:28.844Z | Compiling indoc v1.0.9 |
| 2650 | 2026-05-18T06:35:29.302Z | Compiling progenitor-impl v0.10.0 |
| 2651 | 2026-05-18T06:35:29.600Z | Compiling progenitor-macro v0.11.2 |
| 2652 | 2026-05-18T06:35:29.634Z | Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=187aee7de2e50f907099ea06c04aac96c3455665#187aee7d) |
| 2653 | 2026-05-18T06:35:30.267Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
| 2654 | 2026-05-18T06:35:30.494Z | Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 2655 | 2026-05-18T06:35:30.670Z | Checking predicates-tree v1.0.13 |
| 2656 | 2026-05-18T06:35:30.818Z | Checking progenitor-client v0.11.2 |
| 2657 | 2026-05-18T06:35:31.081Z | Checking quick-xml v0.37.5 |
| 2658 | 2026-05-18T06:35:31.117Z | Checking derive_builder v0.20.2 |
| 2659 | 2026-05-18T06:35:31.261Z | Compiling oso-derive v0.27.3 |
| 2660 | 2026-05-18T06:35:31.769Z | Compiling impl-trait-for-tuples v0.2.3 |
| 2661 | 2026-05-18T06:35:31.978Z | Compiling trait-variant v0.1.2 |
| 2662 | 2026-05-18T06:35:32.011Z | Checking openssl-probe v0.1.6 |
| 2663 | 2026-05-18T06:35:32.128Z | Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
| 2664 | 2026-05-18T06:35:32.165Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
| 2665 | 2026-05-18T06:35:32.546Z | Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
| 2666 | 2026-05-18T06:35:33.328Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520) |
| 2667 | 2026-05-18T06:35:33.601Z | Checking scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=018ae6f7bd752cd9b2124887e00c93c6b4244103#018ae6f7) |
| 2668 | 2026-05-18T06:35:33.985Z | Compiling progenitor-macro v0.10.0 |
| 2669 | 2026-05-18T06:35:34.097Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
| 2670 | 2026-05-18T06:35:34.398Z | Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 2671 | 2026-05-18T06:35:34.499Z | Checking progenitor v0.11.2 |
| 2672 | 2026-05-18T06:35:34.533Z | Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
| 2673 | 2026-05-18T06:35:34.670Z | Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=187aee7de2e50f907099ea06c04aac96c3455665#187aee7d) |
| 2674 | 2026-05-18T06:35:35.379Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
| 2675 | 2026-05-18T06:35:36.513Z | Compiling mime_guess v2.0.5 |
| 2676 | 2026-05-18T06:35:37.034Z | Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 2677 | 2026-05-18T06:35:37.248Z | Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 2678 | 2026-05-18T06:35:37.668Z | Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
| 2679 | 2026-05-18T06:35:38.000Z | Checking dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 2680 | 2026-05-18T06:35:38.036Z | Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f) |
| 2681 | 2026-05-18T06:35:38.228Z | Checking http-range v0.1.5 |
| 2682 | 2026-05-18T06:35:38.273Z | Checking corncobs v0.1.4 |
| 2683 | 2026-05-18T06:35:38.432Z | Checking dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 2684 | 2026-05-18T06:35:38.500Z | Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 2685 | 2026-05-18T06:35:38.719Z | Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 2686 | 2026-05-18T06:35:38.908Z | Checking progenitor v0.10.0 |
| 2687 | 2026-05-18T06:35:39.066Z | Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client) |
| 2688 | 2026-05-18T06:35:39.101Z | Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
| 2689 | 2026-05-18T06:35:39.104Z | Checking ignore v0.4.25 |
| 2690 | 2026-05-18T06:35:39.528Z | Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 2691 | 2026-05-18T06:35:39.744Z | Checking secrecy v0.8.0 |
| 2692 | 2026-05-18T06:35:39.903Z | Checking atty v0.2.14 |
| 2693 | 2026-05-18T06:35:40.083Z | Checking globwalk v0.9.1 |
| 2694 | 2026-05-18T06:35:40.303Z | Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a) |
| 2695 | 2026-05-18T06:35:40.884Z | Checking sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements) |
| 2696 | 2026-05-18T06:35:41.088Z | Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup) |
| 2697 | 2026-05-18T06:35:41.213Z | Checking bb8 v0.8.6 |
| 2698 | 2026-05-18T06:35:41.316Z | Compiling illumos-nvpair-sys v0.2.0 |
| 2699 | 2026-05-18T06:35:41.454Z | Checking hyper-staticfile v0.10.1 |
| 2700 | 2026-05-18T06:35:41.521Z | Checking async-bb8-diesel v0.2.1 |
| 2701 | 2026-05-18T06:35:41.586Z | Checking oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 2702 | 2026-05-18T06:35:41.629Z | Checking camino-tempfile-ext v0.3.3 |
| 2703 | 2026-05-18T06:35:41.772Z | Checking diesel-dtrace v0.5.0 |
| 2704 | 2026-05-18T06:35:41.853Z | Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
| 2705 | 2026-05-18T06:35:41.888Z | Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0) |
| 2706 | 2026-05-18T06:35:41.919Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
| 2707 | 2026-05-18T06:35:42.041Z | Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
| 2708 | 2026-05-18T06:35:42.142Z | Checking signal-hook-tokio v0.3.1 |
| 2709 | 2026-05-18T06:35:42.177Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9) |
| 2710 | 2026-05-18T06:35:42.469Z | Checking trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum) |
| 2711 | 2026-05-18T06:35:42.506Z | Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
| 2712 | 2026-05-18T06:35:42.815Z | Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0) |
| 2713 | 2026-05-18T06:35:43.284Z | Checking transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient) |
| 2714 | 2026-05-18T06:35:43.318Z | Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
| 2715 | 2026-05-18T06:35:43.658Z | Checking bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api) |
| 2716 | 2026-05-18T06:35:43.696Z | Checking nonempty v0.12.0 |
| 2717 | 2026-05-18T06:35:43.699Z | Checking illumos-nvpair v0.3.0 |
| 2718 | 2026-05-18T06:35:43.925Z | Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples) |
| 2719 | 2026-05-18T06:35:43.970Z | Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa) |
| 2720 | 2026-05-18T06:35:44.061Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 2721 | 2026-05-18T06:35:44.335Z | Checking fmd-adm v0.3.0 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf) |
| 2722 | 2026-05-18T06:35:44.370Z | Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf) |
| 2723 | 2026-05-18T06:35:44.401Z | Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa) |
| 2724 | 2026-05-18T06:35:44.536Z | Checking sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor) |
| 2725 | 2026-05-18T06:35:44.777Z | Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
| 2726 | 2026-05-18T06:35:44.978Z | Checking tungstenite v0.23.0 |
| 2727 | 2026-05-18T06:35:45.105Z | Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
| 2728 | 2026-05-18T06:35:45.447Z | Checking tokio-tungstenite v0.23.1 |
| 2729 | 2026-05-18T06:35:45.768Z | Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
| 2730 | 2026-05-18T06:35:46.121Z | Checking sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup) |
| 2731 | 2026-05-18T06:35:46.156Z | Checking rand_seeder v0.4.0 |
| 2732 | 2026-05-18T06:35:46.289Z | Checking void v1.0.2 |
| 2733 | 2026-05-18T06:35:46.323Z | Checking tufaceous v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5) |
| 2734 | 2026-05-18T06:35:46.356Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
| 2735 | 2026-05-18T06:35:46.427Z | Checking lzss v0.8.2 |
| 2736 | 2026-05-18T06:35:46.549Z | Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
| 2737 | 2026-05-18T06:35:46.646Z | Checking nix v0.27.1 |
| 2738 | 2026-05-18T06:35:46.721Z | Checking serde_bytes v0.11.19 |
| 2739 | 2026-05-18T06:35:46.817Z | Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
| 2740 | 2026-05-18T06:35:46.933Z | Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy) |
| 2741 | 2026-05-18T06:35:47.186Z | Checking gateway-sp-comms v0.1.2 (https://github.com/oxidecomputer/management-gateway-service?rev=0d7a8992f914ad6a5947409048779969bbe80e3d#0d7a8992) |
| 2742 | 2026-05-18T06:35:47.462Z | Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
| 2743 | 2026-05-18T06:35:47.666Z | Checking is_ci v1.2.0 |
| 2744 | 2026-05-18T06:35:47.806Z | Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
| 2745 | 2026-05-18T06:35:47.946Z | Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
| 2746 | 2026-05-18T06:35:48.112Z | Checking yansi v1.0.1 |
| 2747 | 2026-05-18T06:35:48.406Z | Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
| 2748 | 2026-05-18T06:35:48.409Z | Checking pretty_assertions v1.4.1 |
| 2749 | 2026-05-18T06:35:48.570Z | Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
| 2750 | 2026-05-18T06:35:48.612Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
| 2751 | 2026-05-18T06:35:48.691Z | Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
| 2752 | 2026-05-18T06:35:48.827Z | Checking sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking) |
| 2753 | 2026-05-18T06:35:48.944Z | Compiling darling_core v0.23.0 |
| 2754 | 2026-05-18T06:35:49.952Z | Compiling indoc v2.0.7 |
| 2755 | 2026-05-18T06:35:50.233Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
| 2756 | 2026-05-18T06:35:50.451Z | Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484) |
| 2757 | 2026-05-18T06:35:50.484Z | Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484) |
| 2758 | 2026-05-18T06:35:50.713Z | Compiling instability v0.3.11 |
| 2759 | 2026-05-18T06:35:50.823Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
| 2760 | 2026-05-18T06:35:51.102Z | Compiling libz-sys v1.1.24 |
| 2761 | 2026-05-18T06:35:51.251Z | Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#11afc484) |
| 2762 | 2026-05-18T06:35:51.506Z | Checking castaway v0.2.4 |
| 2763 | 2026-05-18T06:35:51.510Z | Compiling darling_macro v0.23.0 |
| 2764 | 2026-05-18T06:35:51.651Z | Checking compact_str v0.8.1 |
| 2765 | 2026-05-18T06:35:52.063Z | Compiling darling v0.23.0 |
| 2766 | 2026-05-18T06:35:52.066Z | Checking supports-color v3.0.2 |
| 2767 | 2026-05-18T06:35:52.255Z | Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
| 2768 | 2026-05-18T06:35:52.457Z | Checking unicode-truncate v1.1.0 |
| 2769 | 2026-05-18T06:35:52.491Z | Checking console v0.16.2 |
| 2770 | 2026-05-18T06:35:52.640Z | Checking lru v0.12.5 |
| 2771 | 2026-05-18T06:35:52.832Z | Checking cassowary v0.3.0 |
| 2772 | 2026-05-18T06:35:52.834Z | Checking unit-prefix v0.5.2 |
| 2773 | 2026-05-18T06:35:52.967Z | Checking openapi-lint v0.5.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#1b65d761) |
| 2774 | 2026-05-18T06:35:52.991Z | Compiling libgit2-sys v0.18.3+1.9.2 |
| 2775 | 2026-05-18T06:35:53.024Z | Checking indicatif v0.18.4 |
| 2776 | 2026-05-18T06:35:53.075Z | Checking ratatui v0.29.0 |
| 2777 | 2026-05-18T06:35:53.204Z | Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
| 2778 | 2026-05-18T06:35:53.608Z | Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates) |
| 2779 | 2026-05-18T06:35:54.399Z | Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
| 2780 | 2026-05-18T06:35:54.632Z | Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
| 2781 | 2026-05-18T06:35:54.842Z | Compiling vergen-git2 v1.0.7 |
| 2782 | 2026-05-18T06:35:54.905Z | Checking plotters-backend v0.3.7 |
| 2783 | 2026-05-18T06:35:54.948Z | Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
| 2784 | 2026-05-18T06:35:55.126Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
| 2785 | 2026-05-18T06:35:55.171Z | Checking plotters-svg v0.3.7 |
| 2786 | 2026-05-18T06:35:55.204Z | Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client) |
| 2787 | 2026-05-18T06:35:55.345Z | Checking colored v2.2.0 |
| 2788 | 2026-05-18T06:35:55.379Z | Compiling rustls v0.21.12 |
| 2789 | 2026-05-18T06:35:55.582Z | Checking shell-words v1.1.1 |
| 2790 | 2026-05-18T06:35:55.616Z | Checking cast v0.3.0 |
| 2791 | 2026-05-18T06:35:55.821Z | Checking criterion-plot v0.6.0 |
| 2792 | 2026-05-18T06:35:55.865Z | Checking plotters v0.3.7 |
| 2793 | 2026-05-18T06:35:55.945Z | Checking typeid v1.0.3 |
| 2794 | 2026-05-18T06:35:56.081Z | Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#f20f786e) |
| 2795 | 2026-05-18T06:35:56.115Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
| 2796 | 2026-05-18T06:35:56.342Z | Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous) |
| 2797 | 2026-05-18T06:35:56.567Z | Checking rustls-webpki v0.101.7 |
| 2798 | 2026-05-18T06:35:56.623Z | Checking sct v0.7.1 |
| 2799 | 2026-05-18T06:35:56.793Z | Checking tinytemplate v1.2.1 |
| 2800 | 2026-05-18T06:35:56.932Z | Compiling nix v0.29.0 |
| 2801 | 2026-05-18T06:35:57.031Z | Compiling dropshot v0.16.7 |
| 2802 | 2026-05-18T06:35:57.062Z | Checking hex-literal v0.4.1 |
| 2803 | 2026-05-18T06:35:57.192Z | Checking oorandom v11.1.5 |
| 2804 | 2026-05-18T06:35:57.256Z | Checking anes v0.1.6 |
| 2805 | 2026-05-18T06:35:57.413Z | Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#f20f786e) |
| 2806 | 2026-05-18T06:35:57.481Z | Checking criterion v0.7.0 |
| 2807 | 2026-05-18T06:35:58.765Z | Checking erased-serde v0.4.9 |
| 2808 | 2026-05-18T06:35:58.810Z | Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
| 2809 | 2026-05-18T06:35:59.148Z | Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api) |
| 2810 | 2026-05-18T06:35:59.939Z | Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
| 2811 | 2026-05-18T06:36:00.766Z | Checking toml v0.9.12+spec-1.1.0 |
| 2812 | 2026-05-18T06:36:01.383Z | Checking ordered-float v2.10.1 |
| 2813 | 2026-05-18T06:36:01.647Z | Compiling dropshot_endpoint v0.16.7 |
| 2814 | 2026-05-18T06:36:01.857Z | Checking serde-value v0.7.0 |
| 2815 | 2026-05-18T06:36:02.098Z | Checking serde-untagged v0.1.9 |
| 2816 | 2026-05-18T06:36:02.326Z | Checking tokio-rustls v0.24.1 |
| 2817 | 2026-05-18T06:36:02.823Z | Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a) |
| 2818 | 2026-05-18T06:36:03.637Z | Checking rustls-pemfile v1.0.4 |
| 2819 | 2026-05-18T06:36:03.704Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
| 2820 | 2026-05-18T06:36:03.739Z | Checking lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df) |
| 2821 | 2026-05-18T06:36:03.800Z | Checking twox-hash v2.1.2 |
| 2822 | 2026-05-18T06:36:03.910Z | Checking unicode-xid v0.2.6 |
| 2823 | 2026-05-18T06:36:03.988Z | Checking lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df) |
| 2824 | 2026-05-18T06:36:04.051Z | Checking cargo-util-schemas v0.8.2 |
| 2825 | 2026-05-18T06:36:04.125Z | Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
| 2826 | 2026-05-18T06:36:04.931Z | Checking nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm) |
| 2827 | 2026-05-18T06:36:05.310Z | Checking nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface) |
| 2828 | 2026-05-18T06:36:05.344Z | Checking fatfs v0.3.6 |
| 2829 | 2026-05-18T06:36:05.501Z | Checking cargo-platform v0.2.0 |
| 2830 | 2026-05-18T06:36:05.647Z | Checking raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df) |
| 2831 | 2026-05-18T06:36:05.717Z | Compiling petname v2.0.2 |
| 2832 | 2026-05-18T06:36:05.828Z | Compiling seq-macro v0.3.6 |
| 2833 | 2026-05-18T06:36:06.354Z | Checking cargo_metadata v0.21.0 |
| 2834 | 2026-05-18T06:36:06.389Z | Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
| 2835 | 2026-05-18T06:36:06.966Z | Checking concurrent-queue v2.5.0 |
| 2836 | 2026-05-18T06:36:07.124Z | Checking rtoolbox v0.0.3 |
| 2837 | 2026-05-18T06:36:07.178Z | Checking parking v2.2.1 |
| 2838 | 2026-05-18T06:36:07.288Z | Checking rpassword v7.4.0 |
| 2839 | 2026-05-18T06:36:07.329Z | Checking event-listener v5.4.1 |
| 2840 | 2026-05-18T06:36:07.580Z | Checking tui-tree-widget v0.23.1 |
| 2841 | 2026-05-18T06:36:07.801Z | Checking omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils) |
| 2842 | 2026-05-18T06:36:07.834Z | Checking polyval v0.6.2 |
| 2843 | 2026-05-18T06:36:07.992Z | Checking sapling-renderdag v0.1.0 |
| 2844 | 2026-05-18T06:36:08.027Z | Checking sync-ptr v0.1.4 |
| 2845 | 2026-05-18T06:36:08.172Z | Checking ghash v0.5.1 |
| 2846 | 2026-05-18T06:36:08.238Z | Checking event-listener-strategy v0.5.4 |
| 2847 | 2026-05-18T06:36:08.272Z | Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli) |
| 2848 | 2026-05-18T06:36:08.318Z | Checking ctr v0.9.2 |
| 2849 | 2026-05-18T06:36:08.400Z | Checking futures-timer v3.0.3 |
| 2850 | 2026-05-18T06:36:08.487Z | Checking arrayref v0.3.9 |
| 2851 | 2026-05-18T06:36:08.521Z | Checking arrayvec v0.7.6 |
| 2852 | 2026-05-18T06:36:08.593Z | Checking constant_time_eq v0.4.2 |
| 2853 | 2026-05-18T06:36:08.625Z | Checking aes-gcm v0.10.3 |
| 2854 | 2026-05-18T06:36:08.710Z | Compiling samael v0.0.19 |
| 2855 | 2026-05-18T06:36:08.775Z | Checking async-lock v3.4.2 |
| 2856 | 2026-05-18T06:36:08.808Z | Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation) |
| 2857 | 2026-05-18T06:36:08.840Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
| 2858 | 2026-05-18T06:36:09.191Z | Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils) |
| 2859 | 2026-05-18T06:36:09.789Z | Checking bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client) |
| 2860 | 2026-05-18T06:36:09.879Z | Checking ssh-encoding v0.2.0 |
| 2861 | 2026-05-18T06:36:10.124Z | Checking blowfish v0.9.1 |
| 2862 | 2026-05-18T06:36:10.306Z | Checking bcrypt-pbkdf v0.10.0 |
| 2863 | 2026-05-18T06:36:10.503Z | Checking ssh-cipher v0.2.0 |
| 2864 | 2026-05-18T06:36:10.711Z | Checking async-object-pool v0.2.0 |
| 2865 | 2026-05-18T06:36:10.855Z | Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
| 2866 | 2026-05-18T06:36:10.993Z | Compiling nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros) |
| 2867 | 2026-05-18T06:36:11.242Z | Checking serde_regex v1.1.0 |
| 2868 | 2026-05-18T06:36:11.427Z | Checking password-hash v0.4.2 |
| 2869 | 2026-05-18T06:36:11.572Z | Checking assert-json-diff v2.0.2 |
| 2870 | 2026-05-18T06:36:11.637Z | Checking path-tree v0.8.3 |
| 2871 | 2026-05-18T06:36:11.672Z | Compiling target-lexicon v0.13.3 |
| 2872 | 2026-05-18T06:36:11.767Z | Checking stringmetrics v2.2.2 |
| 2873 | 2026-05-18T06:36:11.849Z | Checking gimli v0.32.3 |
| 2874 | 2026-05-18T06:36:11.945Z | Checking httpmock v0.8.3 |
| 2875 | 2026-05-18T06:36:12.251Z | Checking pbkdf2 v0.11.0 |
| 2876 | 2026-05-18T06:36:12.452Z | Checking ssh-key v0.6.7 |
| 2877 | 2026-05-18T06:36:13.389Z | Checking addr2line v0.25.1 |
| 2878 | 2026-05-18T06:36:13.687Z | Checking p256 v0.13.2 |
| 2879 | 2026-05-18T06:36:13.776Z | Checking p521 v0.13.3 |
| 2880 | 2026-05-18T06:36:13.974Z | Checking ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions) |
| 2881 | 2026-05-18T06:36:14.104Z | Checking russh-cryptovec v0.7.3 |
| 2882 | 2026-05-18T06:36:14.237Z | Checking md5 v0.7.0 |
| 2883 | 2026-05-18T06:36:14.274Z | Compiling guppy-workspace-hack v0.1.0 |
| 2884 | 2026-05-18T06:36:14.404Z | Checking rustc-demangle v0.1.27 |
| 2885 | 2026-05-18T06:36:14.443Z | Checking russh-keys v0.45.0 |
| 2886 | 2026-05-18T06:36:14.660Z | Checking backtrace v0.3.76 |
| 2887 | 2026-05-18T06:36:14.789Z | Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
| 2888 | 2026-05-18T06:36:14.996Z | Checking num-bigint v0.4.6 |
| 2889 | 2026-05-18T06:36:15.030Z | Checking des v0.8.1 |
| 2890 | 2026-05-18T06:36:15.119Z | Compiling blake3 v1.8.3 |
| 2891 | 2026-05-18T06:36:15.215Z | Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc) |
| 2892 | 2026-05-18T06:36:15.218Z | Compiling target-spec v3.5.7 |
| 2893 | 2026-05-18T06:36:15.646Z | Checking dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc) |
| 2894 | 2026-05-18T06:36:15.771Z | Checking backtrace-ext v0.2.1 |
| 2895 | 2026-05-18T06:36:15.914Z | Checking cfg-expr v0.20.6 |
| 2896 | 2026-05-18T06:36:15.961Z | Checking russh v0.45.0 |
| 2897 | 2026-05-18T06:36:16.110Z | Checking supports-color v2.1.0 |
| 2898 | 2026-05-18T06:36:16.275Z | Checking textwrap v0.15.2 |
| 2899 | 2026-05-18T06:36:16.308Z | Checking supports-hyperlinks v2.1.0 |
| 2900 | 2026-05-18T06:36:16.341Z | Checking supports-unicode v2.1.0 |
| 2901 | 2026-05-18T06:36:16.452Z | Checking hashbrown v0.14.5 |
| 2902 | 2026-05-18T06:36:16.485Z | Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
| 2903 | 2026-05-18T06:36:16.517Z | Checking cargo-platform v0.3.2 |
| 2904 | 2026-05-18T06:36:16.712Z | Checking terminal_size v0.1.17 |
| 2905 | 2026-05-18T06:36:16.744Z | Checking socket2 v0.5.10 |
| 2906 | 2026-05-18T06:36:16.851Z | Compiling miette-derive v5.10.0 |
| 2907 | 2026-05-18T06:36:16.947Z | Checking internet-checksum v0.2.1 |
| 2908 | 2026-05-18T06:36:17.021Z | Checking owo-colors v3.5.0 |
| 2909 | 2026-05-18T06:36:17.100Z | Checking chumsky v0.9.3 |
| 2910 | 2026-05-18T06:36:17.578Z | Checking cargo_metadata v0.23.1 |
| 2911 | 2026-05-18T06:36:18.008Z | Checking miette v5.10.0 |
| 2912 | 2026-05-18T06:36:18.342Z | Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
| 2913 | 2026-05-18T06:36:18.398Z | Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
| 2914 | 2026-05-18T06:36:18.432Z | Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
| 2915 | 2026-05-18T06:36:18.499Z | Checking omicron-deployment-graph v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-deployment-graph) |
| 2916 | 2026-05-18T06:36:18.706Z | Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils) |
| 2917 | 2026-05-18T06:36:18.758Z | Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client) |
| 2918 | 2026-05-18T06:36:18.983Z | Compiling knuffel-derive v3.2.0 |
| 2919 | 2026-05-18T06:36:19.192Z | Checking httptest v0.16.4 |
| 2920 | 2026-05-18T06:36:19.322Z | Checking pathdiff v0.2.3 |
| 2921 | 2026-05-18T06:36:19.462Z | Checking nested v0.1.1 |
| 2922 | 2026-05-18T06:36:19.579Z | Checking topological-sort v0.2.2 |
| 2923 | 2026-05-18T06:36:19.613Z | Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api) |
| 2924 | 2026-05-18T06:36:19.646Z | Checking guppy v0.17.25 |
| 2925 | 2026-05-18T06:36:19.746Z | Checking omicron-zone-package v0.12.2 |
| 2926 | 2026-05-18T06:36:19.870Z | Checking similar-asserts v1.7.0 |
| 2927 | 2026-05-18T06:36:20.068Z | Compiling target-triple v1.0.0 |
| 2928 | 2026-05-18T06:36:20.386Z | Checking dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
| 2929 | 2026-05-18T06:36:20.493Z | Checking knuffel v3.2.0 |
| 2930 | 2026-05-18T06:36:20.594Z | Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
| 2931 | 2026-05-18T06:36:20.627Z | Checking scim2-test-client v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=018ae6f7bd752cd9b2124887e00c93c6b4244103#018ae6f7) |
| 2932 | 2026-05-18T06:36:20.660Z | Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin) |
| 2933 | 2026-05-18T06:36:20.882Z | Checking trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils) |
| 2934 | 2026-05-18T06:36:21.153Z | Compiling git2 v0.20.4 |
| 2935 | 2026-05-18T06:36:21.205Z | Checking hickory-client v0.25.2 |
| 2936 | 2026-05-18T06:36:21.510Z | Checking tokio-test v0.4.5 |
| 2937 | 2026-05-18T06:36:21.544Z | Compiling assert_cmd v2.1.2 |
| 2938 | 2026-05-18T06:36:21.746Z | Checking escape8259 v0.5.3 |
| 2939 | 2026-05-18T06:36:21.910Z | Checking libtest-mimic v0.8.1 |
| 2940 | 2026-05-18T06:36:22.067Z | Checking ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types) |
| 2941 | 2026-05-18T06:36:22.178Z | Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
| 2942 | 2026-05-18T06:36:22.212Z | Checking blake2b_simd v1.0.4 |
| 2943 | 2026-05-18T06:36:22.398Z | Checking omicron-dev-lib v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev-lib) |
| 2944 | 2026-05-18T06:36:22.629Z | Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=10952e8d9599b735b85d480af3560a11700e5b64#10952e8d) |
| 2945 | 2026-05-18T06:36:22.833Z | Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
| 2946 | 2026-05-18T06:36:22.888Z | Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev) |
| 2947 | 2026-05-18T06:36:23.043Z | Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
| 2948 | 2026-05-18T06:36:23.118Z | Compiling nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests) |
| 2949 | 2026-05-18T06:36:23.385Z | Checking fancy-regex v0.14.0 |
| 2950 | 2026-05-18T06:36:23.641Z | Checking serde_tokenstream v0.2.3 |
| 2951 | 2026-05-18T06:36:23.779Z | Compiling polar-core v0.27.3 |
| 2952 | 2026-05-18T06:36:23.812Z | Checking approx v0.5.1 |
| 2953 | 2026-05-18T06:36:23.904Z | Compiling rstest_macros v0.25.0 |
| 2954 | 2026-05-18T06:36:23.959Z | Checking uzers v0.12.2 |
| 2955 | 2026-05-18T06:36:23.991Z | Compiling linkme-impl v0.3.35 |
| 2956 | 2026-05-18T06:36:24.200Z | Checking termcolor v1.4.1 |
| 2957 | 2026-05-18T06:36:24.234Z | Checking constant_time_eq v0.3.1 |
| 2958 | 2026-05-18T06:36:24.369Z | Checking rust-argon2 v2.1.0 |
| 2959 | 2026-05-18T06:36:24.444Z | Checking trybuild v1.0.116 |
| 2960 | 2026-05-18T06:36:24.478Z | Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a) |
| 2961 | 2026-05-18T06:36:24.541Z | Checking datatest-stable v0.3.3 |
| 2962 | 2026-05-18T06:36:24.949Z | Checking attest-mock v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=10952e8d9599b735b85d480af3560a11700e5b64#10952e8d) |
| 2963 | 2026-05-18T06:36:25.076Z | Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
| 2964 | 2026-05-18T06:36:25.289Z | Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis) |
| 2965 | 2026-05-18T06:36:25.344Z | Checking support-bundle-viewer v0.1.2 |
| 2966 | 2026-05-18T06:36:25.613Z | Compiling omicron-live-tests v0.1.0 (/work/oxidecomputer/omicron/live-tests) |
| 2967 | 2026-05-18T06:36:25.842Z | Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev) |
| 2968 | 2026-05-18T06:36:25.950Z | Compiling schema v0.1.0 (/work/oxidecomputer/omicron/dev-tools/schema) |
| 2969 | 2026-05-18T06:36:26.069Z | Compiling omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe) |
| 2970 | 2026-05-18T06:36:26.179Z | Checking drift v0.1.4 |
| 2971 | 2026-05-18T06:36:26.297Z | Checking rand_distr v0.5.1 |
| 2972 | 2026-05-18T06:36:26.515Z | Checking multimap v0.10.1 |
| 2973 | 2026-05-18T06:36:26.723Z | Compiling linkme v0.3.35 |
| 2974 | 2026-05-18T06:36:26.756Z | Compiling relative-path v1.9.3 |
| 2975 | 2026-05-18T06:36:27.063Z | Checking dropshot-api-manager v0.7.1 |
| 2976 | 2026-05-18T06:36:28.306Z | Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
| 2977 | 2026-05-18T06:36:28.724Z | Checking pki-playground v0.2.0 (https://github.com/oxidecomputer/pki-playground?rev=7600756029ce046a02c6234aa84ce230cc5eaa04#76007560) |
| 2978 | 2026-05-18T06:36:28.794Z | Checking oso v0.27.3 |
| 2979 | 2026-05-18T06:36:28.966Z | Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
| 2980 | 2026-05-18T06:36:29.130Z | Checking omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins) |
| 2981 | 2026-05-18T06:36:29.362Z | Checking clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana) |
| 2982 | 2026-05-18T06:36:29.477Z | Checking xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
| 2983 | 2026-05-18T06:36:29.559Z | Checking cargo_toml v0.21.0 |
| 2984 | 2026-05-18T06:36:29.853Z | Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim.git?rev=f0d5d5168d3d31487a56df32c676b0c6240bcc6b#f0d5d516) |
| 2985 | 2026-05-18T06:36:30.010Z | Compiling live-tests-macros v0.1.0 (/work/oxidecomputer/omicron/live-tests/macros) |
| 2986 | 2026-05-18T06:36:30.156Z | Checking partial-io v0.5.4 |
| 2987 | 2026-05-18T06:36:30.270Z | Checking termios v0.3.3 |
| 2988 | 2026-05-18T06:36:30.405Z | Checking sprockets-tls-test-utils v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f) |
| 2989 | 2026-05-18T06:36:30.483Z | Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli) |
| 2990 | 2026-05-18T06:36:30.516Z | Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
| 2991 | 2026-05-18T06:36:30.549Z | Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng) |
| 2992 | 2026-05-18T06:36:30.819Z | Checking rstest v0.25.0 |
| 2993 | 2026-05-18T06:36:35.571Z | Checking omicron-dropshot-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/dropshot-apis) |
| 2994 | 2026-05-18T06:36:39.217Z | Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors) |
| 2995 | 2026-05-18T06:36:40.046Z | Checking tqdb v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/tqdb) |
| 2996 | 2026-05-18T06:36:42.734Z | Checking clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev) |
| 2997 | 2026-05-18T06:36:46.481Z | Checking reconfigurator-sp-updater v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-sp-updater) |
| 2998 | 2026-05-18T06:36:51.572Z | Checking mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev) |
| 2999 | 2026-05-18T06:36:55.367Z | Checking omicron-repo-depot-standalone v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repo-depot-standalone) |
| 3000 | 2026-05-18T06:36:56.454Z | Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed) |
| 3001 | 2026-05-18T06:36:56.942Z | Checking cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev) |
| 3002 | 2026-05-18T06:36:57.106Z | Checking dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm) |
| 3003 | 2026-05-18T06:37:06.680Z | Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli) |
| 3004 | 2026-05-18T06:38:21.181Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4m 02s |
| 3005 | 2026-05-18T06:38:21.795Z | |
| 3006 | 2026-05-18T06:38:21.795Z | real 4:05.884894504 |
| 3007 | 2026-05-18T06:38:21.795Z | user 20:51.073728477 |
| 3008 | 2026-05-18T06:38:21.795Z | sys 4:51.549731840 |
| 3009 | 2026-05-18T06:38:21.795Z | trap 0.497417830 |
| 3010 | 2026-05-18T06:38:21.795Z | tflt 0.494768196 |
| 3011 | 2026-05-18T06:38:21.795Z | dflt 0.457361222 |
| 3012 | 2026-05-18T06:38:21.795Z | kflt 0.005258800 |
| 3013 | 2026-05-18T06:38:21.795Z | lock 57:25.959412266 |
| 3014 | 2026-05-18T06:38:21.795Z | slp 57:18.427376237 |
| 3015 | 2026-05-18T06:38:21.795Z | lat 1:50.493516341 |
| 3016 | 2026-05-18T06:38:21.795Z | stop 10:55.839655849 |
| 3017 | 2026-05-18T06:38:21.798Z | + RUSTDOCFLAGS='--document-private-items -D warnings --cfg tokio' |
| 3018 | 2026-05-18T06:38:21.798Z | + ptime -m cargo doc --workspace --no-deps |
| 3019 | 2026-05-18T06:38:22.664Z | warning: output filename collision at /work/oxidecomputer/omicron/target/doc/oximeter/index.html |
| 3020 | 2026-05-18T06:38:22.664Z | | |
| 3021 | 2026-05-18T06:38:22.664Z | = 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)` |
| 3022 | 2026-05-18T06:38:22.664Z | = 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> |
| 3023 | 2026-05-18T06:38:23.648Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 3024 | 2026-05-18T06:38:23.879Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
| 3025 | 2026-05-18T06:38:23.923Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
| 3026 | 2026-05-18T06:38:23.987Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 3027 | 2026-05-18T06:38:24.055Z | Compiling ntp-admin-v1-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-v1-client) |
| 3028 | 2026-05-18T06:38:24.150Z | Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
| 3029 | 2026-05-18T06:38:24.175Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
| 3030 | 2026-05-18T06:38:24.198Z | Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger) |
| 3031 | 2026-05-18T06:38:24.253Z | Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
| 3032 | 2026-05-18T06:38:24.455Z | Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss) |
| 3033 | 2026-05-18T06:38:24.480Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
| 3034 | 2026-05-18T06:38:24.483Z | Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types) |
| 3035 | 2026-05-18T06:38:24.526Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
| 3036 | 2026-05-18T06:38:24.549Z | Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
| 3037 | 2026-05-18T06:38:24.573Z | Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
| 3038 | 2026-05-18T06:38:24.598Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 3039 | 2026-05-18T06:38:24.645Z | Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions) |
| 3040 | 2026-05-18T06:38:24.686Z | Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types) |
| 3041 | 2026-05-18T06:38:24.689Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
| 3042 | 2026-05-18T06:38:24.745Z | Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions) |
| 3043 | 2026-05-18T06:38:24.886Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
| 3044 | 2026-05-18T06:38:25.040Z | Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions) |
| 3045 | 2026-05-18T06:38:25.367Z | Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types) |
| 3046 | 2026-05-18T06:38:25.455Z | Checking parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set) |
| 3047 | 2026-05-18T06:38:25.479Z | Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
| 3048 | 2026-05-18T06:38:25.512Z | Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
| 3049 | 2026-05-18T06:38:25.604Z | Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema) |
| 3050 | 2026-05-18T06:38:25.648Z | Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions) |
| 3051 | 2026-05-18T06:38:25.673Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
| 3052 | 2026-05-18T06:38:25.832Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
| 3053 | 2026-05-18T06:38:25.855Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
| 3054 | 2026-05-18T06:38:25.858Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
| 3055 | 2026-05-18T06:38:26.104Z | Checking omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics) |
| 3056 | 2026-05-18T06:38:26.134Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
| 3057 | 2026-05-18T06:38:26.158Z | Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
| 3058 | 2026-05-18T06:38:26.385Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
| 3059 | 2026-05-18T06:38:26.409Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
| 3060 | 2026-05-18T06:38:26.440Z | Checking ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client) |
| 3061 | 2026-05-18T06:38:26.653Z | Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup) |
| 3062 | 2026-05-18T06:38:26.809Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
| 3063 | 2026-05-18T06:38:27.045Z | Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
| 3064 | 2026-05-18T06:38:27.144Z | Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 3065 | 2026-05-18T06:38:27.174Z | Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
| 3066 | 2026-05-18T06:38:27.286Z | Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
| 3067 | 2026-05-18T06:38:27.343Z | Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
| 3068 | 2026-05-18T06:38:27.376Z | Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
| 3069 | 2026-05-18T06:38:27.573Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 3070 | 2026-05-18T06:38:27.604Z | Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
| 3071 | 2026-05-18T06:38:27.660Z | Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
| 3072 | 2026-05-18T06:38:27.687Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
| 3073 | 2026-05-18T06:38:27.828Z | Checking ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions) |
| 3074 | 2026-05-18T06:38:27.934Z | Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
| 3075 | 2026-05-18T06:38:27.978Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
| 3076 | 2026-05-18T06:38:28.008Z | Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous) |
| 3077 | 2026-05-18T06:38:28.072Z | Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
| 3078 | 2026-05-18T06:38:28.132Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
| 3079 | 2026-05-18T06:38:28.160Z | Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions) |
| 3080 | 2026-05-18T06:38:28.184Z | Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions) |
| 3081 | 2026-05-18T06:38:28.211Z | Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions) |
| 3082 | 2026-05-18T06:38:28.277Z | Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions) |
| 3083 | 2026-05-18T06:38:28.337Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
| 3084 | 2026-05-18T06:38:28.727Z | Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
| 3085 | 2026-05-18T06:38:28.843Z | Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
| 3086 | 2026-05-18T06:38:29.060Z | Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
| 3087 | 2026-05-18T06:38:29.291Z | Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
| 3088 | 2026-05-18T06:38:29.350Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
| 3089 | 2026-05-18T06:38:29.482Z | Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
| 3090 | 2026-05-18T06:38:29.725Z | Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 3091 | 2026-05-18T06:38:29.753Z | Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
| 3092 | 2026-05-18T06:38:29.842Z | Checking oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api) |
| 3093 | 2026-05-18T06:38:29.982Z | Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
| 3094 | 2026-05-18T06:38:30.118Z | Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
| 3095 | 2026-05-18T06:38:30.189Z | Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 3096 | 2026-05-18T06:38:30.368Z | Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
| 3097 | 2026-05-18T06:38:30.897Z | Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
| 3098 | 2026-05-18T06:38:31.206Z | Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
| 3099 | 2026-05-18T06:38:31.464Z | Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
| 3100 | 2026-05-18T06:38:31.552Z | Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
| 3101 | 2026-05-18T06:38:31.651Z | Checking oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 3102 | 2026-05-18T06:38:32.206Z | Checking transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient) |
| 3103 | 2026-05-18T06:38:32.229Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
| 3104 | 2026-05-18T06:38:32.254Z | Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
| 3105 | 2026-05-18T06:38:32.494Z | Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
| 3106 | 2026-05-18T06:38:32.558Z | Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
| 3107 | 2026-05-18T06:38:32.772Z | Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
| 3108 | 2026-05-18T06:38:32.809Z | Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client) |
| 3109 | 2026-05-18T06:38:32.833Z | Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
| 3110 | 2026-05-18T06:38:32.964Z | Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
| 3111 | 2026-05-18T06:38:33.203Z | Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
| 3112 | 2026-05-18T06:38:33.229Z | Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli) |
| 3113 | 2026-05-18T06:38:33.321Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
| 3114 | 2026-05-18T06:38:33.433Z | Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
| 3115 | 2026-05-18T06:38:33.455Z | Checking omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils) |
| 3116 | 2026-05-18T06:38:33.509Z | Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api) |
| 3117 | 2026-05-18T06:38:33.564Z | Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
| 3118 | 2026-05-18T06:38:33.617Z | Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin) |
| 3119 | 2026-05-18T06:38:33.642Z | Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 3120 | 2026-05-18T06:38:33.738Z | Checking nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface) |
| 3121 | 2026-05-18T06:38:33.802Z | Checking ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types) |
| 3122 | 2026-05-18T06:38:33.853Z | Checking omicron-deployment-graph v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-deployment-graph) |
| 3123 | 2026-05-18T06:38:33.892Z | Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
| 3124 | 2026-05-18T06:38:33.916Z | Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev) |
| 3125 | 2026-05-18T06:38:34.034Z | Compiling omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe) |
| 3126 | 2026-05-18T06:38:34.118Z | Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev) |
| 3127 | 2026-05-18T06:38:34.202Z | Compiling nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests) |
| 3128 | 2026-05-18T06:38:34.239Z | Compiling schema v0.1.0 (/work/oxidecomputer/omicron/dev-tools/schema) |
| 3129 | 2026-05-18T06:38:34.325Z | Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
| 3130 | 2026-05-18T06:38:34.447Z | Checking dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
| 3131 | 2026-05-18T06:38:34.674Z | Documenting omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis) |
| 3132 | 2026-05-18T06:38:34.696Z | Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis) |
| 3133 | 2026-05-18T06:38:35.152Z | Documenting omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin) |
| 3134 | 2026-05-18T06:38:35.248Z | Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
| 3135 | 2026-05-18T06:38:35.271Z | Documenting dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
| 3136 | 2026-05-18T06:38:35.319Z | Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
| 3137 | 2026-05-18T06:38:36.046Z | Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types) |
| 3138 | 2026-05-18T06:38:36.638Z | Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol) |
| 3139 | 2026-05-18T06:38:36.667Z | Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions) |
| 3140 | 2026-05-18T06:38:37.321Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
| 3141 | 2026-05-18T06:38:37.482Z | Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
| 3142 | 2026-05-18T06:38:37.505Z | Checking oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 3143 | 2026-05-18T06:38:37.777Z | Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0) |
| 3144 | 2026-05-18T06:38:37.963Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
| 3145 | 2026-05-18T06:38:38.428Z | Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
| 3146 | 2026-05-18T06:38:38.730Z | Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0) |
| 3147 | 2026-05-18T06:38:38.818Z | Checking bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api) |
| 3148 | 2026-05-18T06:38:38.903Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
| 3149 | 2026-05-18T06:38:39.119Z | Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
| 3150 | 2026-05-18T06:38:39.145Z | Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
| 3151 | 2026-05-18T06:38:39.430Z | Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
| 3152 | 2026-05-18T06:38:39.631Z | Checking zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness) |
| 3153 | 2026-05-18T06:38:39.730Z | Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples) |
| 3154 | 2026-05-18T06:38:40.125Z | Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
| 3155 | 2026-05-18T06:38:40.823Z | Checking bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client) |
| 3156 | 2026-05-18T06:38:40.827Z | Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
| 3157 | 2026-05-18T06:38:40.874Z | Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
| 3158 | 2026-05-18T06:38:41.637Z | Checking sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler) |
| 3159 | 2026-05-18T06:38:41.891Z | Checking sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor) |
| 3160 | 2026-05-18T06:38:42.297Z | Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
| 3161 | 2026-05-18T06:38:43.128Z | Documenting omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
| 3162 | 2026-05-18T06:38:43.257Z | Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
| 3163 | 2026-05-18T06:38:43.779Z | Checking sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files) |
| 3164 | 2026-05-18T06:38:43.999Z | Documenting omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
| 3165 | 2026-05-18T06:38:44.343Z | Checking sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements) |
| 3166 | 2026-05-18T06:38:44.495Z | Checking trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils) |
| 3167 | 2026-05-18T06:38:44.508Z | Checking sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking) |
| 3168 | 2026-05-18T06:38:44.533Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
| 3169 | 2026-05-18T06:38:44.820Z | Checking trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum) |
| 3170 | 2026-05-18T06:38:45.075Z | Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils) |
| 3171 | 2026-05-18T06:38:45.186Z | Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client) |
| 3172 | 2026-05-18T06:38:45.339Z | Checking omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins) |
| 3173 | 2026-05-18T06:38:45.557Z | Documenting gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli) |
| 3174 | 2026-05-18T06:38:45.779Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
| 3175 | 2026-05-18T06:38:45.942Z | Documenting installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
| 3176 | 2026-05-18T06:38:45.985Z | Documenting nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
| 3177 | 2026-05-18T06:38:46.870Z | Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
| 3178 | 2026-05-18T06:38:46.978Z | Documenting wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
| 3179 | 2026-05-18T06:38:50.033Z | Documenting zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
| 3180 | 2026-05-18T06:38:50.319Z | Documenting omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng) |
| 3181 | 2026-05-18T06:38:50.991Z | Documenting xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
| 3182 | 2026-05-18T06:38:52.261Z | Documenting trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum) |
| 3183 | 2026-05-18T06:38:52.618Z | Documenting wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
| 3184 | 2026-05-18T06:38:53.015Z | Documenting wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
| 3185 | 2026-05-18T06:38:53.147Z | Documenting sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking) |
| 3186 | 2026-05-18T06:38:53.247Z | Documenting sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements) |
| 3187 | 2026-05-18T06:38:53.461Z | Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
| 3188 | 2026-05-18T06:38:53.607Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
| 3189 | 2026-05-18T06:38:54.821Z | Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
| 3190 | 2026-05-18T06:38:55.201Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
| 3191 | 2026-05-18T06:38:55.809Z | Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client) |
| 3192 | 2026-05-18T06:38:56.403Z | Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy) |
| 3193 | 2026-05-18T06:38:56.613Z | Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
| 3194 | 2026-05-18T06:38:56.634Z | Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates) |
| 3195 | 2026-05-18T06:38:57.057Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
| 3196 | 2026-05-18T06:38:57.156Z | Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
| 3197 | 2026-05-18T06:38:57.215Z | Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
| 3198 | 2026-05-18T06:38:57.328Z | Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
| 3199 | 2026-05-18T06:38:57.804Z | Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
| 3200 | 2026-05-18T06:38:57.965Z | Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api) |
| 3201 | 2026-05-18T06:38:58.254Z | Checking nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm) |
| 3202 | 2026-05-18T06:38:58.543Z | Documenting oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
| 3203 | 2026-05-18T06:38:58.710Z | Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils) |
| 3204 | 2026-05-18T06:38:58.820Z | Documenting reconfigurator-sp-updater v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-sp-updater) |
| 3205 | 2026-05-18T06:38:58.943Z | Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation) |
| 3206 | 2026-05-18T06:38:59.416Z | Documenting clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev) |
| 3207 | 2026-05-18T06:38:59.475Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
| 3208 | 2026-05-18T06:39:00.201Z | Documenting mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev) |
| 3209 | 2026-05-18T06:39:00.617Z | Documenting omicron-dropshot-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/dropshot-apis) |
| 3210 | 2026-05-18T06:39:01.422Z | Documenting nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests) |
| 3211 | 2026-05-18T06:39:01.861Z | Checking sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup) |
| 3212 | 2026-05-18T06:39:02.942Z | Documenting sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup) |
| 3213 | 2026-05-18T06:39:03.461Z | Documenting omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 3214 | 2026-05-18T06:39:05.211Z | Documenting tqdb v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/tqdb) |
| 3215 | 2026-05-18T06:39:05.839Z | Documenting reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli) |
| 3216 | 2026-05-18T06:39:07.504Z | Documenting gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
| 3217 | 2026-05-18T06:39:07.823Z | Documenting nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation) |
| 3218 | 2026-05-18T06:39:08.419Z | Documenting omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
| 3219 | 2026-05-18T06:39:10.087Z | Documenting nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
| 3220 | 2026-05-18T06:39:13.492Z | Documenting oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
| 3221 | 2026-05-18T06:39:13.529Z | Documenting crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed) |
| 3222 | 2026-05-18T06:39:13.529Z | Documenting ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev) |
| 3223 | 2026-05-18T06:39:14.256Z | Documenting omicron-dev-lib v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev-lib) |
| 3224 | 2026-05-18T06:39:15.769Z | Documenting db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev) |
| 3225 | 2026-05-18T06:39:16.045Z | Documenting end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
| 3226 | 2026-05-18T06:39:16.518Z | Documenting oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils) |
| 3227 | 2026-05-18T06:39:16.667Z | Documenting omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
| 3228 | 2026-05-18T06:39:17.204Z | Documenting nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
| 3229 | 2026-05-18T06:39:20.064Z | Documenting nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
| 3230 | 2026-05-18T06:39:22.589Z | Documenting nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy) |
| 3231 | 2026-05-18T06:39:23.338Z | Documenting nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client) |
| 3232 | 2026-05-18T06:39:24.190Z | Documenting nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm) |
| 3233 | 2026-05-18T06:39:25.287Z | Documenting nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
| 3234 | 2026-05-18T06:39:25.963Z | Documenting nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
| 3235 | 2026-05-18T06:39:26.659Z | Documenting sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
| 3236 | 2026-05-18T06:39:27.303Z | Documenting nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api) |
| 3237 | 2026-05-18T06:39:28.404Z | Documenting schema v0.1.0 (/work/oxidecomputer/omicron/dev-tools/schema) |
| 3238 | 2026-05-18T06:39:30.009Z | Documenting nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
| 3239 | 2026-05-18T06:39:30.562Z | Documenting nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
| 3240 | 2026-05-18T06:39:30.586Z | Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors) |
| 3241 | 2026-05-18T06:39:31.470Z | Documenting nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup) |
| 3242 | 2026-05-18T06:39:32.162Z | Documenting nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors) |
| 3243 | 2026-05-18T06:39:33.199Z | Documenting nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
| 3244 | 2026-05-18T06:39:34.642Z | Documenting nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates) |
| 3245 | 2026-05-18T06:39:36.788Z | Documenting nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
| 3246 | 2026-05-18T06:39:37.954Z | Documenting nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
| 3247 | 2026-05-18T06:39:38.506Z | Documenting sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files) |
| 3248 | 2026-05-18T06:39:39.598Z | Documenting wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
| 3249 | 2026-05-18T06:39:40.431Z | Documenting sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor) |
| 3250 | 2026-05-18T06:39:41.225Z | Documenting sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler) |
| 3251 | 2026-05-18T06:39:43.719Z | Documenting sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
| 3252 | 2026-05-18T06:39:44.138Z | Documenting wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
| 3253 | 2026-05-18T06:39:45.022Z | Documenting sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
| 3254 | 2026-05-18T06:39:46.204Z | Documenting zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness) |
| 3255 | 2026-05-18T06:39:47.395Z | Documenting sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples) |
| 3256 | 2026-05-18T06:39:48.881Z | Documenting omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
| 3257 | 2026-05-18T06:39:50.017Z | Documenting sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
| 3258 | 2026-05-18T06:39:52.414Z | Documenting installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
| 3259 | 2026-05-18T06:39:53.098Z | Documenting sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
| 3260 | 2026-05-18T06:39:56.189Z | Documenting trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils) |
| 3261 | 2026-05-18T06:39:59.175Z | Documenting bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api) |
| 3262 | 2026-05-18T06:40:02.419Z | Documenting sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
| 3263 | 2026-05-18T06:40:06.195Z | Documenting omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe) |
| 3264 | 2026-05-18T06:40:07.006Z | Documenting omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
| 3265 | 2026-05-18T06:40:07.895Z | Documenting nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
| 3266 | 2026-05-18T06:40:08.703Z | Documenting nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
| 3267 | 2026-05-18T06:40:10.330Z | Documenting nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
| 3268 | 2026-05-18T06:40:11.888Z | Documenting nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous) |
| 3269 | 2026-05-18T06:40:13.992Z | Documenting nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
| 3270 | 2026-05-18T06:40:15.749Z | Documenting nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
| 3271 | 2026-05-18T06:40:17.371Z | Documenting nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
| 3272 | 2026-05-18T06:40:19.017Z | Documenting nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
| 3273 | 2026-05-18T06:40:21.026Z | Documenting bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client) |
| 3274 | 2026-05-18T06:40:22.396Z | Documenting bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
| 3275 | 2026-05-18T06:40:24.081Z | Documenting illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
| 3276 | 2026-05-18T06:40:25.782Z | Documenting bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
| 3277 | 2026-05-18T06:40:27.399Z | Documenting trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol) |
| 3278 | 2026-05-18T06:40:28.909Z | Documenting wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
| 3279 | 2026-05-18T06:40:30.521Z | Documenting bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types) |
| 3280 | 2026-05-18T06:40:32.604Z | Documenting oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 3281 | 2026-05-18T06:40:34.249Z | Documenting oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
| 3282 | 2026-05-18T06:40:35.892Z | Documenting sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
| 3283 | 2026-05-18T06:40:37.618Z | Documenting nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions) |
| 3284 | 2026-05-18T06:40:39.636Z | Documenting oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
| 3285 | 2026-05-18T06:40:41.365Z | Documenting authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
| 3286 | 2026-05-18T06:40:43.457Z | Documenting db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
| 3287 | 2026-05-18T06:40:45.166Z | Documenting omicron-repo-depot-standalone v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repo-depot-standalone) |
| 3288 | 2026-05-18T06:40:47.253Z | Documenting transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient) |
| 3289 | 2026-05-18T06:40:49.083Z | Documenting clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana) |
| 3290 | 2026-05-18T06:40:50.798Z | Documenting oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
| 3291 | 2026-05-18T06:40:53.622Z | Documenting oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
| 3292 | 2026-05-18T06:40:55.024Z | Documenting oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
| 3293 | 2026-05-18T06:40:58.044Z | Documenting omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
| 3294 | 2026-05-18T06:40:59.733Z | Documenting dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm) |
| 3295 | 2026-05-18T06:41:01.851Z | Documenting oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
| 3296 | 2026-05-18T06:41:04.100Z | Documenting oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api) |
| 3297 | 2026-05-18T06:41:06.207Z | Documenting oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
| 3298 | 2026-05-18T06:41:08.413Z | Documenting internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli) |
| 3299 | 2026-05-18T06:41:10.614Z | Documenting clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
| 3300 | 2026-05-18T06:41:12.809Z | Documenting clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils) |
| 3301 | 2026-05-18T06:41:15.058Z | Documenting clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client) |
| 3302 | 2026-05-18T06:41:17.476Z | Documenting clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
| 3303 | 2026-05-18T06:41:19.795Z | Documenting clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
| 3304 | 2026-05-18T06:41:21.485Z | Documenting clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
| 3305 | 2026-05-18T06:41:23.668Z | Documenting internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
| 3306 | 2026-05-18T06:41:25.897Z | Documenting dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
| 3307 | 2026-05-18T06:41:28.112Z | Documenting dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
| 3308 | 2026-05-18T06:41:30.277Z | Documenting internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
| 3309 | 2026-05-18T06:41:32.430Z | Documenting omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
| 3310 | 2026-05-18T06:41:34.766Z | Documenting oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
| 3311 | 2026-05-18T06:41:36.972Z | Documenting omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
| 3312 | 2026-05-18T06:41:39.217Z | Documenting installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
| 3313 | 2026-05-18T06:41:41.496Z | Documenting internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions) |
| 3314 | 2026-05-18T06:41:43.706Z | Documenting installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client) |
| 3315 | 2026-05-18T06:41:46.005Z | Documenting update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
| 3316 | 2026-05-18T06:41:48.251Z | Documenting gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
| 3317 | 2026-05-18T06:41:50.475Z | Documenting oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions) |
| 3318 | 2026-05-18T06:41:52.762Z | Documenting sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions) |
| 3319 | 2026-05-18T06:41:54.971Z | Documenting clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions) |
| 3320 | 2026-05-18T06:41:57.281Z | Documenting ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
| 3321 | 2026-05-18T06:41:59.564Z | Documenting key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
| 3322 | 2026-05-18T06:42:01.779Z | Documenting ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api) |
| 3323 | 2026-05-18T06:42:04.166Z | Documenting cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
| 3324 | 2026-05-18T06:42:06.275Z | Documenting nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
| 3325 | 2026-05-18T06:42:08.773Z | Documenting ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types) |
| 3326 | 2026-05-18T06:42:11.094Z | Documenting omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins) |
| 3327 | 2026-05-18T06:42:13.829Z | Documenting range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
| 3328 | 2026-05-18T06:42:15.901Z | Documenting typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
| 3329 | 2026-05-18T06:42:18.418Z | Documenting ntp-admin-v1-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-v1-client) |
| 3330 | 2026-05-18T06:42:20.747Z | Documenting gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
| 3331 | 2026-05-18T06:42:23.245Z | Documenting gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
| 3332 | 2026-05-18T06:42:25.708Z | Documenting omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics) |
| 3333 | 2026-05-18T06:42:28.057Z | Documenting nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema) |
| 3334 | 2026-05-18T06:42:30.525Z | Documenting cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
| 3335 | 2026-05-18T06:42:33.088Z | Documenting trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types) |
| 3336 | 2026-05-18T06:42:35.488Z | Documenting trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions) |
| 3337 | 2026-05-18T06:42:38.050Z | Documenting omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 3338 | 2026-05-18T06:42:40.801Z | Documenting bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
| 3339 | 2026-05-18T06:42:43.195Z | Documenting ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types) |
| 3340 | 2026-05-18T06:42:45.720Z | Documenting installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions) |
| 3341 | 2026-05-18T06:42:48.144Z | Documenting oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
| 3342 | 2026-05-18T06:42:50.674Z | Documenting cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions) |
| 3343 | 2026-05-18T06:42:53.274Z | Documenting cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
| 3344 | 2026-05-18T06:42:56.198Z | Documenting gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions) |
| 3345 | 2026-05-18T06:42:58.579Z | Documenting live-tests-macros v0.1.0 (/work/oxidecomputer/omicron/live-tests/macros) |
| 3346 | 2026-05-18T06:43:01.124Z | Documenting update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
| 3347 | 2026-05-18T06:43:08.524Z | Documenting nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
| 3348 | 2026-05-18T06:43:08.672Z | Documenting omicron-deployment-graph v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-deployment-graph) |
| 3349 | 2026-05-18T06:43:11.965Z | Documenting ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client) |
| 3350 | 2026-05-18T06:43:15.319Z | Documenting omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils) |
| 3351 | 2026-05-18T06:43:19.935Z | Documenting key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types) |
| 3352 | 2026-05-18T06:43:22.809Z | Documenting sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
| 3353 | 2026-05-18T06:43:26.207Z | Documenting xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
| 3354 | 2026-05-18T06:43:30.049Z | Documenting omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
| 3355 | 2026-05-18T06:43:33.500Z | Documenting omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger) |
| 3356 | 2026-05-18T06:43:37.158Z | Documenting repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
| 3357 | 2026-05-18T06:43:40.884Z | Documenting ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions) |
| 3358 | 2026-05-18T06:43:44.447Z | Documenting nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros) |
| 3359 | 2026-05-18T06:43:48.043Z | Documenting gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss) |
| 3360 | 2026-05-18T06:43:51.734Z | Documenting omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
| 3361 | 2026-05-18T06:43:55.401Z | Documenting repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
| 3362 | 2026-05-18T06:43:59.018Z | Documenting api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
| 3363 | 2026-05-18T06:44:02.606Z | Documenting nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface) |
| 3364 | 2026-05-18T06:44:06.299Z | Documenting oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
| 3365 | 2026-05-18T06:44:09.896Z | Documenting cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev) |
| 3366 | 2026-05-18T06:44:13.560Z | Documenting parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set) |
| 3367 | 2026-05-18T06:44:17.280Z | Documenting oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
| 3368 | 2026-05-18T06:44:20.868Z | Documenting omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 3369 | 2026-05-18T06:44:24.645Z | Documenting omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
| 3370 | 2026-05-18T06:44:28.146Z | Documenting dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
| 3371 | 2026-05-18T06:44:57.343Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 6m 35s |
| 3372 | 2026-05-18T06:44:57.518Z | Generated /work/oxidecomputer/omicron/target/doc/api_identity/index.html and 196 other files |
| 3373 | 2026-05-18T06:44:57.624Z | |
| 3374 | 2026-05-18T06:44:57.627Z | real 6:35.742195362 |
| 3375 | 2026-05-18T06:44:57.627Z | user 17:46.449335394 |
| 3376 | 2026-05-18T06:44:57.628Z | sys 3:45.023688665 |
| 3377 | 2026-05-18T06:44:57.628Z | trap 0.268339896 |
| 3378 | 2026-05-18T06:44:57.628Z | tflt 0.050838563 |
| 3379 | 2026-05-18T06:44:57.628Z | dflt 0.060466329 |
| 3380 | 2026-05-18T06:44:57.628Z | kflt 0.000028580 |
| 3381 | 2026-05-18T06:44:57.628Z | lock 6:10:34.152073376 |
| 3382 | 2026-05-18T06:44:57.628Z | slp 2:12:44.489822085 |
| 3383 | 2026-05-18T06:44:57.628Z | lat 35.242994585 |
| 3384 | 2026-05-18T06:44:57.628Z | stop 1:53.094889009 |
| 3385 | 2026-05-18T06:44:57.628Z | process exited: duration 777247 ms, exit code 0 |
| |
| 3386 | 2026-05-18T06:44:57.634Z | found 0 output files |