|
|
|
| 1 | 2024-07-13T03:14:54.220Z | job assigned to worker 01J2N1ABCVRZ7YPAC27KSHYK9P (queued for 1 m 4 s) |
| |
| 2 | 2024-07-13T03:15:01.281Z | starting task 0: "setup" |
| 3 | 2024-07-13T03:15:01.301Z | ++ uname -s |
| 4 | 2024-07-13T03:15:01.304Z | + kern=SunOS |
| 5 | 2024-07-13T03:15:01.304Z | + case "$kern" in |
| 6 | 2024-07-13T03:15:01.305Z | + groupadd -g 12345 build |
| 7 | 2024-07-13T03:15:01.305Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
| 8 | 2024-07-13T03:15:03.318Z | + zfs create -o mountpoint=/work rpool/work |
| 9 | 2024-07-13T03:15:03.431Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
| 10 | 2024-07-13T03:15:03.434Z | + home_fs=zfs |
| 11 | 2024-07-13T03:15:03.434Z | + [[ zfs == autofs ]] |
| 12 | 2024-07-13T03:15:03.434Z | + mkdir -p /home/build |
| 13 | 2024-07-13T03:15:03.440Z | + chown build:build /home/build /work |
| 14 | 2024-07-13T03:15:05.438Z | + chmod 0700 /home/build /work |
| 15 | 2024-07-13T03:15:05.441Z | process exited: duration 4159 ms, exit code 0 |
| |
| 16 | 2024-07-13T03:15:05.448Z | starting task 1: "rust-toolchain" |
| 17 | 2024-07-13T03:15:05.453Z | + printf ' * toolchain channel = "%s" |
| 18 | 2024-07-13T03:15:05.454Z | ' 1.78.0 |
| 19 | 2024-07-13T03:15:05.458Z | * toolchain channel = "1.78.0" |
| 20 | 2024-07-13T03:15:05.458Z | * toolchain profile = "default" |
| 21 | 2024-07-13T03:15:05.458Z | + printf ' * toolchain profile = "%s" |
| 22 | 2024-07-13T03:15:05.458Z | ' default |
| 23 | 2024-07-13T03:15:05.458Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
| 24 | 2024-07-13T03:15:05.458Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.78.0 --profile default |
| 25 | 2024-07-13T03:15:05.560Z | info: downloading installer |
| 26 | 2024-07-13T03:15:06.643Z | info: profile set to 'default' |
| 27 | 2024-07-13T03:15:06.643Z | info: default host triple is x86_64-unknown-illumos |
| 28 | 2024-07-13T03:15:06.646Z | info: syncing channel updates for '1.78.0-x86_64-unknown-illumos' |
| 29 | 2024-07-13T03:15:06.762Z | info: latest update on 2024-05-02, rust version 1.78.0 (9b00956e5 2024-04-29) |
| 30 | 2024-07-13T03:15:06.762Z | info: downloading component 'cargo' |
| 31 | 2024-07-13T03:15:07.395Z | info: downloading component 'clippy' |
| 32 | 2024-07-13T03:15:07.606Z | info: downloading component 'rust-docs' |
| 33 | 2024-07-13T03:15:08.453Z | info: downloading component 'rust-std' |
| 34 | 2024-07-13T03:15:09.778Z | info: downloading component 'rustc' |
| 35 | 2024-07-13T03:15:13.123Z | info: downloading component 'rustfmt' |
| 36 | 2024-07-13T03:15:13.306Z | info: installing component 'cargo' |
| 37 | 2024-07-13T03:15:14.137Z | info: installing component 'clippy' |
| 38 | 2024-07-13T03:15:14.487Z | info: installing component 'rust-docs' |
| 39 | 2024-07-13T03:15:15.993Z | info: installing component 'rust-std' |
| 40 | 2024-07-13T03:15:17.717Z | info: installing component 'rustc' |
| 41 | 2024-07-13T03:15:21.941Z | info: installing component 'rustfmt' |
| 42 | 2024-07-13T03:15:22.276Z | info: default toolchain set to '1.78.0-x86_64-unknown-illumos' |
| 43 | 2024-07-13T03:15:22.276Z | |
| 44 | 2024-07-13T03:15:22.555Z | 1.78.0-x86_64-unknown-illumos installed - rustc 1.78.0 (9b00956e5 2024-04-29) |
| 45 | 2024-07-13T03:15:22.555Z | |
| 46 | 2024-07-13T03:15:22.558Z | |
| 47 | 2024-07-13T03:15:22.558Z | Rust is installed now. Great! |
| 48 | 2024-07-13T03:15:22.558Z | |
| 49 | 2024-07-13T03:15:22.558Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
| 50 | 2024-07-13T03:15:22.559Z | environment variable. This has not been done automatically. |
| 51 | 2024-07-13T03:15:22.559Z | |
| 52 | 2024-07-13T03:15:22.559Z | To configure your current shell, you need to source |
| 53 | 2024-07-13T03:15:22.559Z | the corresponding env file under $HOME/.cargo. |
| 54 | 2024-07-13T03:15:22.559Z | |
| 55 | 2024-07-13T03:15:22.559Z | This is usually done by running one of the following (note the leading DOT): |
| 56 | 2024-07-13T03:15:22.559Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
| 57 | 2024-07-13T03:15:22.559Z | source "$HOME/.cargo/env.fish" # For fish |
| 58 | 2024-07-13T03:15:22.613Z | + rustc --version |
| 59 | 2024-07-13T03:15:22.677Z | rustc 1.78.0 (9b00956e5 2024-04-29) |
| 60 | 2024-07-13T03:15:22.681Z | process exited: duration 17228 ms, exit code 0 |
| |
| 61 | 2024-07-13T03:15:22.692Z | starting task 2: "authentication" |
| 62 | 2024-07-13T03:15:22.707Z | WARNING: job store has no value for "GITHUB_TOKEN"; waiting for a value... |
| 63 | 2024-07-13T03:15:28.744Z | process exited: duration 6053 ms, exit code 0 |
| |
| 64 | 2024-07-13T03:15:28.752Z | starting task 3: "clone repository" |
| 65 | 2024-07-13T03:15:28.757Z | + mkdir -p /work/oxidecomputer/omicron |
| 66 | 2024-07-13T03:15:28.761Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
| 67 | 2024-07-13T03:15:28.804Z | Cloning into '/work/oxidecomputer/omicron'... |
| 68 | 2024-07-13T03:15:35.740Z | + cd /work/oxidecomputer/omicron |
| 69 | 2024-07-13T03:15:35.740Z | + git fetch origin 8caa1532449013d617d2a7abad139249849ea252 |
| 70 | 2024-07-13T03:15:36.070Z | From https://github.com/oxidecomputer/omicron |
| 71 | 2024-07-13T03:15:36.071Z | * branch 8caa1532449013d617d2a7abad139249849ea252 -> FETCH_HEAD |
| 72 | 2024-07-13T03:15:36.080Z | + [[ -n renovate/sqlformat-0.x ]] |
| 73 | 2024-07-13T03:15:36.083Z | ++ git branch --show-current |
| 74 | 2024-07-13T03:15:36.086Z | + current=main |
| 75 | 2024-07-13T03:15:36.086Z | + [[ main != renovate/sqlformat-0.x ]] |
| 76 | 2024-07-13T03:15:36.086Z | + git branch -f renovate/sqlformat-0.x 8caa1532449013d617d2a7abad139249849ea252 |
| 77 | 2024-07-13T03:15:36.091Z | + git checkout -f renovate/sqlformat-0.x |
| 78 | 2024-07-13T03:15:36.212Z | Switched to branch 'renovate/sqlformat-0.x' |
| 79 | 2024-07-13T03:15:36.216Z | + git reset --hard 8caa1532449013d617d2a7abad139249849ea252 |
| 80 | 2024-07-13T03:15:36.334Z | HEAD is now at 8caa15324 Update Rust crate sqlformat to 0.2.4 |
| 81 | 2024-07-13T03:15:36.338Z | process exited: duration 7582 ms, exit code 0 |
| |
| 82 | 2024-07-13T03:15:36.346Z | starting task 4: "build" |
| 83 | 2024-07-13T03:15:36.352Z | + cargo --version |
| 84 | 2024-07-13T03:15:36.404Z | cargo 1.78.0 (54d8815d0 2024-03-26) |
| 85 | 2024-07-13T03:15:36.407Z | + rustc --version |
| 86 | 2024-07-13T03:15:36.462Z | rustc 1.78.0 (9b00956e5 2024-04-29) |
| 87 | 2024-07-13T03:15:36.465Z | + source ./env.sh |
| 88 | 2024-07-13T03:15:36.465Z | ++ OLD_SHELL_OPTS=ehxB |
| 89 | 2024-07-13T03:15:36.465Z | ++ set -o xtrace |
| 90 | 2024-07-13T03:15:36.468Z | ++++ dirname ./env.sh |
| 91 | 2024-07-13T03:15:36.471Z | +++ readlink -f . |
| 92 | 2024-07-13T03:15:36.474Z | ++ OMICRON_WS=/work/oxidecomputer/omicron |
| 93 | 2024-07-13T03:15:36.477Z | ++ export PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
| 94 | 2024-07-13T03:15:36.477Z | ++ PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
| 95 | 2024-07-13T03:15:36.477Z | ++ 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 |
| 96 | 2024-07-13T03:15:36.477Z | ++ 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 |
| 97 | 2024-07-13T03:15:36.477Z | ++ 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 |
| 98 | 2024-07-13T03:15:36.478Z | ++ 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 |
| 99 | 2024-07-13T03:15:36.478Z | ++ 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 |
| 100 | 2024-07-13T03:15:36.478Z | ++ 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 |
| 101 | 2024-07-13T03:15:36.478Z | ++ case $OLD_SHELL_OPTS in |
| 102 | 2024-07-13T03:15:36.478Z | ++ unset OLD_SHELL_OPTS OMICRON_WS |
| 103 | 2024-07-13T03:15:36.478Z | + banner prerequisites |
| 104 | 2024-07-13T03:15:36.481Z | |
| 105 | 2024-07-13T03:15:36.481Z | ##### ##### ###### ##### ###### #### # # # #### # |
| 106 | 2024-07-13T03:15:36.481Z | # # # # # # # # # # # # # # # |
| 107 | 2024-07-13T03:15:36.481Z | # # # # ##### # # ##### # # # # # #### # |
| 108 | 2024-07-13T03:15:36.481Z | ##### ##### # ##### # # # # # # # # # |
| 109 | 2024-07-13T03:15:36.481Z | # # # # # # # # # # # # # # # |
| 110 | 2024-07-13T03:15:36.481Z | # # # ###### # # ###### ### # #### # #### # |
| 111 | 2024-07-13T03:15:36.481Z | |
| 112 | 2024-07-13T03:15:36.481Z | + ptime -m bash ./tools/install_builder_prerequisites.sh -y |
| 113 | 2024-07-13T03:16:06.532Z | Startup: Refreshing catalog 'helios-dev' ... Done |
| 114 | 2024-07-13T03:16:08.282Z | Startup: Caching catalogs ... Done |
| 115 | 2024-07-13T03:16:11.222Z | Planning: Solver setup ... Done (2.398s) |
| 116 | 2024-07-13T03:16:11.270Z | Planning: Running solver ... Done (0.049s) |
| 117 | 2024-07-13T03:16:11.315Z | Planning: Finding local manifests ... Done (0.004s) |
| 118 | 2024-07-13T03:16:11.346Z | Planning: Fetching manifests: 0/4 0% complete |
| 119 | 2024-07-13T03:16:11.507Z | Planning: Fetching manifests: 4/4 100% complete |
| 120 | 2024-07-13T03:16:11.555Z | Planning: Package planning ... Done (0.048s) |
| 121 | 2024-07-13T03:16:11.606Z | Planning: Merging actions ... Done (0.051s) |
| 122 | 2024-07-13T03:16:11.902Z | Planning: Checking for conflicting actions ... Done (0.296s) |
| 123 | 2024-07-13T03:16:11.914Z | Planning: Consolidating action changes ... Done (0.011s) |
| 124 | 2024-07-13T03:16:12.799Z | Planning: Evaluating mediators ... Done (0.885s) |
| 125 | 2024-07-13T03:16:12.809Z | Planning: Planning completed in 4.46 seconds |
| 126 | 2024-07-13T03:16:12.823Z | Packages to install: 4 |
| 127 | 2024-07-13T03:16:12.824Z | Mediators to change: 2 |
| 128 | 2024-07-13T03:16:12.826Z | Services to change: 1 |
| 129 | 2024-07-13T03:16:12.826Z | Estimated space available: 155.77 GB |
| 130 | 2024-07-13T03:16:12.826Z | Estimated space to be consumed: 1.46 GB |
| 131 | 2024-07-13T03:16:12.827Z | Create boot environment: No |
| 132 | 2024-07-13T03:16:12.827Z | Create backup boot environment: No |
| 133 | 2024-07-13T03:16:12.827Z | Rebuild boot archive: No |
| 134 | 2024-07-13T03:16:12.827Z | |
| 135 | 2024-07-13T03:16:12.827Z | Changed mediators: |
| 136 | 2024-07-13T03:16:12.827Z | mediator clang: |
| 137 | 2024-07-13T03:16:12.827Z | version: None -> 15 (system default) |
| 138 | 2024-07-13T03:16:12.827Z | |
| 139 | 2024-07-13T03:16:12.827Z | mediator llvm: |
| 140 | 2024-07-13T03:16:12.827Z | version: 14 (system default) -> 15 (system default) |
| 141 | 2024-07-13T03:16:12.827Z | |
| 142 | 2024-07-13T03:16:12.827Z | Changed packages: |
| 143 | 2024-07-13T03:16:12.827Z | helios-dev |
| 144 | 2024-07-13T03:16:12.827Z | developer/build-essential |
| 145 | 2024-07-13T03:16:12.827Z | None -> 11-2.0 |
| 146 | 2024-07-13T03:16:12.827Z | library/libxmlsec1 |
| 147 | 2024-07-13T03:16:12.827Z | None -> 1.2.35-2.0 |
| 148 | 2024-07-13T03:16:12.827Z | ooce/developer/clang-15 |
| 149 | 2024-07-13T03:16:12.827Z | None -> 15.0.7-2.0 |
| 150 | 2024-07-13T03:16:12.827Z | ooce/developer/llvm-15 |
| 151 | 2024-07-13T03:16:12.827Z | None -> 15.0.7-2.0 |
| 152 | 2024-07-13T03:16:12.827Z | |
| 153 | 2024-07-13T03:16:12.827Z | Services: |
| 154 | 2024-07-13T03:16:12.827Z | restart_fmri: |
| 155 | 2024-07-13T03:16:12.827Z | svc:/system/update-man-index:default |
| 156 | 2024-07-13T03:16:12.871Z | |
| 157 | 2024-07-13T03:16:12.871Z | Download: 0/3290 items 0.0/212.6MB 0% complete |
| 158 | 2024-07-13T03:16:17.876Z | Download: 982/3290 items 19.4/212.6MB 9% complete (4.0M/s) |
| 159 | 2024-07-13T03:16:22.877Z | Download: 1256/3290 items 101.1/212.6MB 47% complete (10.1M/s) |
| 160 | 2024-07-13T03:16:27.880Z | Download: 2417/3290 items 120.1/212.6MB 56% complete (10.1M/s) |
| 161 | 2024-07-13T03:16:31.865Z | Download: Completed 212.60 MB in 18.99 seconds (11.2M/s) |
| 162 | 2024-07-13T03:16:32.043Z | Actions: 1/3689 actions (Installing new actions) |
| 163 | 2024-07-13T03:16:36.591Z | Actions: Completed 3689 actions in 4.55 seconds. |
| 164 | 2024-07-13T03:16:36.837Z | Done (0.240s) |
| 165 | 2024-07-13T03:16:36.837Z | Done (0.000s) |
| 166 | 2024-07-13T03:16:37.171Z | Done (0.334s) |
| 167 | 2024-07-13T03:16:41.536Z | Done (4.204s) |
| 168 | 2024-07-13T03:16:41.623Z | Done (0.017s) |
| 169 | 2024-07-13T03:16:41.626Z | Done (0.000s) |
| 170 | 2024-07-13T03:16:41.826Z | Done (0.000s) |
| 171 | 2024-07-13T03:16:42.440Z | Planning: Evaluating mediator changes ... Done |
| 172 | 2024-07-13T03:16:42.566Z | Planning: Checking for conflicting actions ... Done |
| 173 | 2024-07-13T03:16:42.579Z | Planning: Consolidating action changes ... Done |
| 174 | 2024-07-13T03:16:42.823Z | Planning: Evaluating mediators ... Done |
| 175 | 2024-07-13T03:16:42.826Z | Planning: Planning completed in 0.43 seconds |
| 176 | 2024-07-13T03:16:42.858Z | Mediators to change: 2 |
| 177 | 2024-07-13T03:16:42.861Z | Create boot environment: No |
| 178 | 2024-07-13T03:16:42.861Z | Create backup boot environment: No |
| 179 | 2024-07-13T03:16:42.945Z | Done |
| 180 | 2024-07-13T03:16:42.945Z | Done |
| 181 | 2024-07-13T03:16:43.153Z | Done |
| 182 | 2024-07-13T03:16:46.683Z | Done |
| 183 | 2024-07-13T03:16:46.765Z | Done |
| 184 | 2024-07-13T03:16:46.768Z | Done |
| 185 | 2024-07-13T03:16:46.883Z | Done |
| 186 | 2024-07-13T03:16:47.497Z | Planning: Evaluating mediator changes ... Done |
| 187 | 2024-07-13T03:16:47.501Z | Planning: Merging actions ... Done |
| 188 | 2024-07-13T03:16:47.694Z | Planning: Checking for conflicting actions ... Done |
| 189 | 2024-07-13T03:16:47.701Z | Planning: Consolidating action changes ... Done |
| 190 | 2024-07-13T03:16:47.958Z | Planning: Evaluating mediators ... Done |
| 191 | 2024-07-13T03:16:48.014Z | Planning: Planning completed in 0.76 seconds |
| 192 | 2024-07-13T03:16:48.050Z | Packages to change: 1 |
| 193 | 2024-07-13T03:16:48.050Z | Mediators to change: 1 |
| 194 | 2024-07-13T03:16:48.053Z | Services to change: 1 |
| 195 | 2024-07-13T03:16:48.053Z | Create boot environment: No |
| 196 | 2024-07-13T03:16:48.053Z | Create backup boot environment: Yes |
| 197 | 2024-07-13T03:16:50.103Z | Actions: 1/6 actions (Updating modified actions) |
| 198 | 2024-07-13T03:16:50.107Z | Actions: Completed 6 actions in 0.00 seconds. |
| 199 | 2024-07-13T03:16:50.107Z | Done |
| 200 | 2024-07-13T03:16:50.107Z | Done |
| 201 | 2024-07-13T03:16:50.176Z | Done |
| 202 | 2024-07-13T03:16:53.775Z | Done |
| 203 | 2024-07-13T03:16:53.862Z | Done |
| 204 | 2024-07-13T03:16:53.865Z | Done |
| 205 | 2024-07-13T03:16:53.979Z | Done |
| 206 | 2024-07-13T03:16:54.419Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
| 207 | 2024-07-13T03:16:54.419Z | clang system 15 system |
| 208 | 2024-07-13T03:16:54.419Z | csh system system illumos |
| 209 | 2024-07-13T03:16:54.419Z | ctags system system illumos |
| 210 | 2024-07-13T03:16:54.419Z | gcc vendor 12 vendor |
| 211 | 2024-07-13T03:16:54.419Z | gcc system 10 system |
| 212 | 2024-07-13T03:16:54.419Z | gcc system 7 system |
| 213 | 2024-07-13T03:16:54.419Z | go system 1.20 system |
| 214 | 2024-07-13T03:16:54.419Z | go system 1.19 system |
| 215 | 2024-07-13T03:16:54.419Z | llvm system 15 system |
| 216 | 2024-07-13T03:16:54.419Z | llvm system 14 system |
| 217 | 2024-07-13T03:16:54.419Z | mariadb system 10.6 system |
| 218 | 2024-07-13T03:16:54.419Z | mta vendor vendor dma |
| 219 | 2024-07-13T03:16:54.419Z | openjdk system 17 system |
| 220 | 2024-07-13T03:16:54.419Z | openjdk system 11 system |
| 221 | 2024-07-13T03:16:54.419Z | openjdk system 1.8 system |
| 222 | 2024-07-13T03:16:54.419Z | openssl vendor 3 vendor |
| 223 | 2024-07-13T03:16:54.419Z | perl system 5.36 system |
| 224 | 2024-07-13T03:16:54.419Z | postgresql system 15 system |
| 225 | 2024-07-13T03:16:54.419Z | postgresql system 13 system |
| 226 | 2024-07-13T03:16:54.419Z | python vendor 3 vendor |
| 227 | 2024-07-13T03:16:54.419Z | python system 2 system |
| 228 | 2024-07-13T03:16:54.419Z | python3 system 3.11 system |
| 229 | 2024-07-13T03:16:54.419Z | ruby system 3.0 system |
| 230 | 2024-07-13T03:16:54.419Z | words vendor vendor american-english |
| 231 | 2024-07-13T03:16:54.419Z | words system system australian-english |
| 232 | 2024-07-13T03:16:54.419Z | words system system british-english |
| 233 | 2024-07-13T03:16:54.420Z | words system system canadian-english |
| 234 | 2024-07-13T03:16:54.420Z | words system system french |
| 235 | 2024-07-13T03:16:54.420Z | words system system italian |
| 236 | 2024-07-13T03:16:54.420Z | words system system ngerman |
| 237 | 2024-07-13T03:16:54.420Z | words system system ogerman |
| 238 | 2024-07-13T03:16:54.420Z | words system system spanish |
| 239 | 2024-07-13T03:16:54.753Z | PUBLISHER TYPE STATUS P LOCATION |
| 240 | 2024-07-13T03:16:54.753Z | helios-dev origin online F https://pkg.oxide.computer/helios/2/dev/ |
| 241 | 2024-07-13T03:16:56.323Z | FMRI IFO |
| 242 | 2024-07-13T03:16:56.323Z | pkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im- |
| 243 | 2024-07-13T03:16:56.323Z | pkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i-- |
| 244 | 2024-07-13T03:16:56.323Z | pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im- |
| 245 | 2024-07-13T03:16:56.323Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im- |
| 246 | 2024-07-13T03:16:56.323Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z --- |
| 247 | 2024-07-13T03:16:56.323Z | pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i-- |
| 248 | 2024-07-13T03:16:56.323Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z i-- |
| 249 | 2024-07-13T03:16:56.323Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z --- |
| 250 | 2024-07-13T03:16:56.323Z | pkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z i-- |
| 251 | 2024-07-13T03:16:56.324Z | pkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z --- |
| 252 | 2024-07-13T03:16:56.324Z | pkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z i-- |
| 253 | 2024-07-13T03:16:56.324Z | pkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z --- |
| 254 | 2024-07-13T03:16:56.836Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
| 255 | 2024-07-13T03:16:57.116Z | Updating git repository `https://github.com/oxidecomputer/zone` |
| 256 | 2024-07-13T03:16:57.381Z | Updating crates.io index |
| 257 | 2024-07-13T03:16:57.435Z | Updating git repository `https://github.com/oxidecomputer/dropshot` |
| 258 | 2024-07-13T03:16:58.255Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
| 259 | 2024-07-13T03:16:59.028Z | Updating git repository `https://github.com/oxidecomputer/oxnet` |
| 260 | 2024-07-13T03:16:59.309Z | Updating git repository `https://github.com/oxidecomputer/progenitor` |
| 261 | 2024-07-13T03:17:01.253Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
| 262 | 2024-07-13T03:17:01.703Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
| 263 | 2024-07-13T03:17:01.950Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
| 264 | 2024-07-13T03:17:03.027Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
| 265 | 2024-07-13T03:17:05.079Z | Updating git repository `https://github.com/oxidecomputer/opte` |
| 266 | 2024-07-13T03:17:06.132Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
| 267 | 2024-07-13T03:17:06.857Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
| 268 | 2024-07-13T03:17:07.425Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
| 269 | 2024-07-13T03:17:07.681Z | Updating git repository `https://github.com/oxidecomputer/sprockets` |
| 270 | 2024-07-13T03:17:08.024Z | Updating git repository `https://github.com/oxidecomputer/async-bb8-diesel` |
| 271 | 2024-07-13T03:17:08.291Z | Updating git repository `https://github.com/oxidecomputer/diesel-dtrace` |
| 272 | 2024-07-13T03:17:08.584Z | Updating git repository `https://github.com/oxidecomputer/tofino` |
| 273 | 2024-07-13T03:17:08.860Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
| 274 | 2024-07-13T03:17:09.079Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
| 275 | 2024-07-13T03:17:09.374Z | Updating git repository `https://github.com/oxidecomputer/libnvme` |
| 276 | 2024-07-13T03:17:09.641Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
| 277 | 2024-07-13T03:17:09.911Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
| 278 | 2024-07-13T03:17:10.319Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
| 279 | 2024-07-13T03:17:10.745Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
| 280 | 2024-07-13T03:17:11.325Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
| 281 | 2024-07-13T03:17:11.649Z | Updating git repository `https://github.com/cbiffle/hubpack.git` |
| 282 | 2024-07-13T03:17:11.938Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
| 283 | 2024-07-13T03:17:12.380Z | Updating git repository `https://github.com/oxidecomputer/typify` |
| 284 | 2024-07-13T03:17:14.334Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
| 285 | 2024-07-13T03:17:14.728Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
| 286 | 2024-07-13T03:17:15.008Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
| 287 | 2024-07-13T03:17:15.515Z | Updating git repository `https://github.com/oxidecomputer/rfb` |
| 288 | 2024-07-13T03:17:16.542Z | Downloading crates ... |
| 289 | 2024-07-13T03:17:16.655Z | Downloaded dtrace-parser v0.2.0 |
| 290 | 2024-07-13T03:17:16.658Z | Downloaded num_threads v0.1.7 |
| 291 | 2024-07-13T03:17:16.658Z | Downloaded foreign-types-shared v0.1.1 |
| 292 | 2024-07-13T03:17:16.661Z | Downloaded equivalent v1.0.1 |
| 293 | 2024-07-13T03:17:16.663Z | Downloaded openssl-macros v0.1.1 |
| 294 | 2024-07-13T03:17:16.664Z | Downloaded cargo-platform v0.1.8 |
| 295 | 2024-07-13T03:17:16.667Z | Downloaded autocfg v1.3.0 |
| 296 | 2024-07-13T03:17:16.671Z | Downloaded pretty-hex v0.4.1 |
| 297 | 2024-07-13T03:17:16.674Z | Downloaded anstyle-parse v0.2.4 |
| 298 | 2024-07-13T03:17:16.674Z | Downloaded anstyle v1.0.7 |
| 299 | 2024-07-13T03:17:16.678Z | Downloaded adler v1.0.2 |
| 300 | 2024-07-13T03:17:16.678Z | Downloaded strum v0.26.2 |
| 301 | 2024-07-13T03:17:16.681Z | Downloaded colorchoice v1.0.1 |
| 302 | 2024-07-13T03:17:16.685Z | Downloaded tinyvec_macros v0.1.1 |
| 303 | 2024-07-13T03:17:16.685Z | Downloaded is_terminal_polyfill v1.70.0 |
| 304 | 2024-07-13T03:17:16.689Z | Downloaded byteorder v1.5.0 |
| 305 | 2024-07-13T03:17:16.689Z | Downloaded cargo_metadata v0.18.1 |
| 306 | 2024-07-13T03:17:16.692Z | Downloaded powerfmt v0.2.0 |
| 307 | 2024-07-13T03:17:16.692Z | Downloaded pkg-config v0.3.30 |
| 308 | 2024-07-13T03:17:16.692Z | Downloaded futures-sink v0.3.30 |
| 309 | 2024-07-13T03:17:16.698Z | Downloaded plain v0.2.3 |
| 310 | 2024-07-13T03:17:16.698Z | Downloaded take_mut v0.2.2 |
| 311 | 2024-07-13T03:17:16.698Z | Downloaded swrite v0.1.0 |
| 312 | 2024-07-13T03:17:16.698Z | Downloaded futures-core v0.3.30 |
| 313 | 2024-07-13T03:17:16.702Z | Downloaded mime v0.3.17 |
| 314 | 2024-07-13T03:17:16.702Z | Downloaded heck v0.5.0 |
| 315 | 2024-07-13T03:17:16.702Z | Downloaded scroll_derive v0.12.0 |
| 316 | 2024-07-13T03:17:16.702Z | Downloaded filetime v0.2.23 |
| 317 | 2024-07-13T03:17:16.702Z | Downloaded dirs-next v2.0.0 |
| 318 | 2024-07-13T03:17:16.706Z | Downloaded tower-service v0.3.2 |
| 319 | 2024-07-13T03:17:16.706Z | Downloaded fnv v1.0.7 |
| 320 | 2024-07-13T03:17:16.706Z | Downloaded match_cfg v0.1.0 |
| 321 | 2024-07-13T03:17:16.709Z | Downloaded is-terminal v0.4.12 |
| 322 | 2024-07-13T03:17:16.709Z | Downloaded foreign-types v0.3.2 |
| 323 | 2024-07-13T03:17:16.709Z | Downloaded cpufeatures v0.2.12 |
| 324 | 2024-07-13T03:17:16.712Z | Downloaded pin-utils v0.1.0 |
| 325 | 2024-07-13T03:17:16.712Z | Downloaded usdt-macro v0.5.0 |
| 326 | 2024-07-13T03:17:16.712Z | Downloaded usdt-attr-macro v0.5.0 |
| 327 | 2024-07-13T03:17:16.717Z | Downloaded sync_wrapper v0.1.2 |
| 328 | 2024-07-13T03:17:16.717Z | Downloaded time-core v0.1.2 |
| 329 | 2024-07-13T03:17:16.717Z | Downloaded openssl-probe v0.1.5 |
| 330 | 2024-07-13T03:17:16.717Z | Downloaded futures-io v0.3.30 |
| 331 | 2024-07-13T03:17:16.717Z | Downloaded dof v0.3.0 |
| 332 | 2024-07-13T03:17:16.720Z | Downloaded clap_lex v0.7.0 |
| 333 | 2024-07-13T03:17:16.721Z | Downloaded macaddr v1.0.1 |
| 334 | 2024-07-13T03:17:16.721Z | Downloaded bytecount v0.6.8 |
| 335 | 2024-07-13T03:17:16.724Z | Downloaded tokio-macros v2.3.0 |
| 336 | 2024-07-13T03:17:16.724Z | Downloaded block-buffer v0.10.4 |
| 337 | 2024-07-13T03:17:16.724Z | Downloaded time-macros v0.2.18 |
| 338 | 2024-07-13T03:17:16.732Z | Downloaded serde_spanned v0.6.6 |
| 339 | 2024-07-13T03:17:16.732Z | Downloaded cargo_toml v0.20.3 |
| 340 | 2024-07-13T03:17:16.732Z | Downloaded anstream v0.6.14 |
| 341 | 2024-07-13T03:17:16.735Z | Downloaded thread-id v4.2.1 |
| 342 | 2024-07-13T03:17:16.735Z | Downloaded futures-executor v0.3.30 |
| 343 | 2024-07-13T03:17:16.735Z | Downloaded want v0.3.1 |
| 344 | 2024-07-13T03:17:16.735Z | Downloaded try-lock v0.2.5 |
| 345 | 2024-07-13T03:17:16.735Z | Downloaded generic-array v0.14.7 |
| 346 | 2024-07-13T03:17:16.738Z | Downloaded proc-macro-error v1.0.4 |
| 347 | 2024-07-13T03:17:16.741Z | Downloaded pin-project-lite v0.2.14 |
| 348 | 2024-07-13T03:17:16.745Z | Downloaded memmap v0.7.0 |
| 349 | 2024-07-13T03:17:16.748Z | Downloaded signal-hook-registry v1.4.2 |
| 350 | 2024-07-13T03:17:16.748Z | Downloaded serde_tokenstream v0.2.1 |
| 351 | 2024-07-13T03:17:16.755Z | Downloaded slog-json v2.6.1 |
| 352 | 2024-07-13T03:17:16.762Z | Downloaded thiserror v1.0.60 |
| 353 | 2024-07-13T03:17:16.762Z | Downloaded version_check v0.9.4 |
| 354 | 2024-07-13T03:17:16.762Z | Downloaded itoa v1.0.11 |
| 355 | 2024-07-13T03:17:16.765Z | Downloaded hyper-tls v0.5.0 |
| 356 | 2024-07-13T03:17:16.765Z | Downloaded utf8parse v0.2.1 |
| 357 | 2024-07-13T03:17:16.765Z | Downloaded httparse v1.8.0 |
| 358 | 2024-07-13T03:17:16.765Z | Downloaded toml_datetime v0.6.6 |
| 359 | 2024-07-13T03:17:16.765Z | Downloaded tabled_derive v0.7.0 |
| 360 | 2024-07-13T03:17:16.768Z | Downloaded slog-async v2.8.0 |
| 361 | 2024-07-13T03:17:16.768Z | Downloaded pest_derive v2.7.10 |
| 362 | 2024-07-13T03:17:16.771Z | Downloaded anyhow v1.0.86 |
| 363 | 2024-07-13T03:17:16.774Z | Downloaded scopeguard v1.2.0 |
| 364 | 2024-07-13T03:17:16.774Z | Downloaded thiserror-impl v1.0.60 |
| 365 | 2024-07-13T03:17:16.777Z | Downloaded num_cpus v1.16.0 |
| 366 | 2024-07-13T03:17:16.780Z | Downloaded pest_generator v2.7.10 |
| 367 | 2024-07-13T03:17:16.780Z | Downloaded percent-encoding v2.3.1 |
| 368 | 2024-07-13T03:17:16.780Z | Downloaded camino v1.1.7 |
| 369 | 2024-07-13T03:17:16.783Z | Downloaded futures-task v0.3.30 |
| 370 | 2024-07-13T03:17:16.783Z | Downloaded term v0.7.0 |
| 371 | 2024-07-13T03:17:16.786Z | Downloaded crossbeam-utils v0.8.19 |
| 372 | 2024-07-13T03:17:16.789Z | Downloaded clap v4.5.4 |
| 373 | 2024-07-13T03:17:16.797Z | Downloaded tokio-native-tls v0.3.1 |
| 374 | 2024-07-13T03:17:16.800Z | Downloaded thread_local v1.1.8 |
| 375 | 2024-07-13T03:17:16.800Z | Downloaded usdt-impl v0.5.0 |
| 376 | 2024-07-13T03:17:16.803Z | Downloaded log v0.4.21 |
| 377 | 2024-07-13T03:17:16.807Z | Downloaded sha2 v0.10.8 |
| 378 | 2024-07-13T03:17:16.807Z | Downloaded futures v0.3.30 |
| 379 | 2024-07-13T03:17:16.811Z | Downloaded proc-macro-error-attr v1.0.4 |
| 380 | 2024-07-13T03:17:16.814Z | Downloaded terminal_size v0.3.0 |
| 381 | 2024-07-13T03:17:16.814Z | Downloaded crc32fast v1.4.0 |
| 382 | 2024-07-13T03:17:16.819Z | Downloaded usdt v0.5.0 |
| 383 | 2024-07-13T03:17:16.819Z | Downloaded scroll v0.12.0 |
| 384 | 2024-07-13T03:17:16.823Z | Downloaded strum_macros v0.26.4 |
| 385 | 2024-07-13T03:17:16.823Z | Downloaded semver v1.0.23 |
| 386 | 2024-07-13T03:17:16.823Z | Downloaded miniz_oxide v0.7.2 |
| 387 | 2024-07-13T03:17:16.826Z | Downloaded slog-term v2.9.1 |
| 388 | 2024-07-13T03:17:16.826Z | Downloaded slog v2.7.0 |
| 389 | 2024-07-13T03:17:16.829Z | Downloaded smallvec v1.13.2 |
| 390 | 2024-07-13T03:17:16.832Z | Downloaded cc v1.0.97 |
| 391 | 2024-07-13T03:17:16.835Z | Downloaded socket2 v0.5.7 |
| 392 | 2024-07-13T03:17:16.838Z | Downloaded zerocopy-derive v0.7.34 |
| 393 | 2024-07-13T03:17:16.841Z | Downloaded parking_lot_core v0.9.10 |
| 394 | 2024-07-13T03:17:16.844Z | Downloaded xattr v1.3.1 |
| 395 | 2024-07-13T03:17:16.847Z | Downloaded openssl-sys v0.9.102 |
| 396 | 2024-07-13T03:17:16.850Z | Downloaded tar v0.4.40 |
| 397 | 2024-07-13T03:17:16.853Z | Downloaded papergrid v0.11.0 |
| 398 | 2024-07-13T03:17:16.857Z | Downloaded typenum v1.17.0 |
| 399 | 2024-07-13T03:17:16.860Z | Downloaded strsim v0.11.1 |
| 400 | 2024-07-13T03:17:16.863Z | Downloaded indexmap v2.2.6 |
| 401 | 2024-07-13T03:17:16.866Z | Downloaded tinyvec v1.6.0 |
| 402 | 2024-07-13T03:17:16.870Z | Downloaded http v0.2.12 |
| 403 | 2024-07-13T03:17:16.874Z | Downloaded unicode-ident v1.0.12 |
| 404 | 2024-07-13T03:17:16.877Z | Downloaded ucd-trie v0.1.6 |
| 405 | 2024-07-13T03:17:16.877Z | Downloaded mio v0.8.11 |
| 406 | 2024-07-13T03:17:16.883Z | Downloaded flate2 v1.0.30 |
| 407 | 2024-07-13T03:17:16.886Z | Downloaded unicode-bidi v0.3.15 |
| 408 | 2024-07-13T03:17:16.889Z | Downloaded tracing-core v0.1.32 |
| 409 | 2024-07-13T03:17:16.893Z | Downloaded hashbrown v0.14.5 |
| 410 | 2024-07-13T03:17:16.897Z | Downloaded toml v0.8.14 |
| 411 | 2024-07-13T03:17:16.900Z | Downloaded futures-util v0.3.30 |
| 412 | 2024-07-13T03:17:16.912Z | Downloaded url v2.5.0 |
| 413 | 2024-07-13T03:17:16.915Z | Downloaded tracing v0.1.40 |
| 414 | 2024-07-13T03:17:16.919Z | Downloaded serde v1.0.204 |
| 415 | 2024-07-13T03:17:16.924Z | Downloaded hyper v0.14.28 |
| 416 | 2024-07-13T03:17:16.931Z | Downloaded h2 v0.3.26 |
| 417 | 2024-07-13T03:17:16.939Z | Downloaded goblin v0.8.2 |
| 418 | 2024-07-13T03:17:16.944Z | Downloaded toml_edit v0.22.14 |
| 419 | 2024-07-13T03:17:16.966Z | Downloaded openssl v0.10.64 |
| 420 | 2024-07-13T03:17:16.975Z | Downloaded unicode-normalization v0.1.23 |
| 421 | 2024-07-13T03:17:16.979Z | Downloaded tokio-util v0.7.11 |
| 422 | 2024-07-13T03:17:16.986Z | Downloaded serde_json v1.0.120 |
| 423 | 2024-07-13T03:17:16.992Z | Downloaded reqwest v0.11.27 |
| 424 | 2024-07-13T03:17:17.001Z | Downloaded winnow v0.6.8 |
| 425 | 2024-07-13T03:17:17.008Z | Downloaded zerocopy v0.7.34 |
| 426 | 2024-07-13T03:17:17.025Z | Downloaded tabled v0.15.0 |
| 427 | 2024-07-13T03:17:17.040Z | Downloaded libc v0.2.155 |
| 428 | 2024-07-13T03:17:17.067Z | Downloaded vcpkg v0.2.15 |
| 429 | 2024-07-13T03:17:17.103Z | Downloaded rustix v0.38.34 |
| 430 | 2024-07-13T03:17:17.125Z | Downloaded unicode-width v0.1.13 |
| 431 | 2024-07-13T03:17:17.132Z | Downloaded encoding_rs v0.8.34 |
| 432 | 2024-07-13T03:17:17.151Z | Downloaded tokio v1.38.0 |
| 433 | 2024-07-13T03:17:17.185Z | Downloaded syn v2.0.68 |
| 434 | 2024-07-13T03:17:17.197Z | Downloaded syn v1.0.109 |
| 435 | 2024-07-13T03:17:17.204Z | Downloaded time v0.3.36 |
| 436 | 2024-07-13T03:17:17.210Z | Downloaded idna v0.5.0 |
| 437 | 2024-07-13T03:17:17.216Z | Downloaded clap_builder v4.5.2 |
| 438 | 2024-07-13T03:17:17.222Z | Downloaded pest v2.7.10 |
| 439 | 2024-07-13T03:17:17.226Z | Downloaded crossbeam-channel v0.5.12 |
| 440 | 2024-07-13T03:17:17.230Z | Downloaded serde_derive v1.0.204 |
| 441 | 2024-07-13T03:17:17.233Z | Downloaded memchr v2.7.2 |
| 442 | 2024-07-13T03:17:17.237Z | Downloaded base64 v0.21.7 |
| 443 | 2024-07-13T03:17:17.240Z | Downloaded ryu v1.0.18 |
| 444 | 2024-07-13T03:17:17.244Z | Downloaded proc-macro2 v1.0.86 |
| 445 | 2024-07-13T03:17:17.247Z | Downloaded quote v1.0.36 |
| 446 | 2024-07-13T03:17:17.250Z | Downloaded pest_meta v2.7.10 |
| 447 | 2024-07-13T03:17:17.250Z | Downloaded parking_lot v0.12.2 |
| 448 | 2024-07-13T03:17:17.253Z | Downloaded native-tls v0.2.11 |
| 449 | 2024-07-13T03:17:17.255Z | Downloaded bytes v1.6.0 |
| 450 | 2024-07-13T03:17:17.258Z | Downloaded once_cell v1.19.0 |
| 451 | 2024-07-13T03:17:17.261Z | Downloaded httpdate v1.0.3 |
| 452 | 2024-07-13T03:17:17.261Z | Downloaded dirs-sys-next v0.1.2 |
| 453 | 2024-07-13T03:17:17.261Z | Downloaded clap_derive v4.5.4 |
| 454 | 2024-07-13T03:17:17.264Z | Downloaded rustversion v1.0.17 |
| 455 | 2024-07-13T03:17:17.267Z | Downloaded futures-macro v0.3.30 |
| 456 | 2024-07-13T03:17:17.267Z | Downloaded futures-channel v0.3.30 |
| 457 | 2024-07-13T03:17:17.267Z | Downloaded errno v0.3.9 |
| 458 | 2024-07-13T03:17:17.270Z | Downloaded crypto-common v0.1.6 |
| 459 | 2024-07-13T03:17:17.270Z | Downloaded cfg-if v1.0.0 |
| 460 | 2024-07-13T03:17:17.270Z | Downloaded bitflags v2.5.0 |
| 461 | 2024-07-13T03:17:17.273Z | Downloaded http-body v0.4.6 |
| 462 | 2024-07-13T03:17:17.276Z | Downloaded heck v0.4.1 |
| 463 | 2024-07-13T03:17:17.276Z | Downloaded slab v0.4.9 |
| 464 | 2024-07-13T03:17:17.279Z | Downloaded lock_api v0.4.12 |
| 465 | 2024-07-13T03:17:17.279Z | Downloaded slog-bunyan v2.5.0 |
| 466 | 2024-07-13T03:17:17.279Z | Downloaded num-conv v0.1.0 |
| 467 | 2024-07-13T03:17:17.282Z | Downloaded ipnet v2.9.0 |
| 468 | 2024-07-13T03:17:17.282Z | Downloaded hostname v0.3.1 |
| 469 | 2024-07-13T03:17:17.285Z | Downloaded form_urlencoded v1.2.1 |
| 470 | 2024-07-13T03:17:17.285Z | Downloaded digest v0.10.7 |
| 471 | 2024-07-13T03:17:17.285Z | Downloaded fs-err v2.11.0 |
| 472 | 2024-07-13T03:17:17.288Z | Downloaded deranged v0.3.11 |
| 473 | 2024-07-13T03:17:17.288Z | Downloaded serde_urlencoded v0.7.1 |
| 474 | 2024-07-13T03:17:17.291Z | Downloaded rustls-pemfile v1.0.4 |
| 475 | 2024-07-13T03:17:17.291Z | Downloaded anstyle-query v1.0.3 |
| 476 | 2024-07-13T03:17:17.584Z | Compiling proc-macro2 v1.0.86 |
| 477 | 2024-07-13T03:17:17.584Z | Compiling unicode-ident v1.0.12 |
| 478 | 2024-07-13T03:17:17.587Z | Compiling libc v0.2.155 |
| 479 | 2024-07-13T03:17:17.587Z | Compiling version_check v0.9.4 |
| 480 | 2024-07-13T03:17:17.587Z | Compiling cfg-if v1.0.0 |
| 481 | 2024-07-13T03:17:17.587Z | Compiling itoa v1.0.11 |
| 482 | 2024-07-13T03:17:17.619Z | Compiling once_cell v1.19.0 |
| 483 | 2024-07-13T03:17:17.622Z | Compiling serde v1.0.204 |
| 484 | 2024-07-13T03:17:17.831Z | Compiling autocfg v1.3.0 |
| 485 | 2024-07-13T03:17:17.855Z | Compiling memchr v2.7.2 |
| 486 | 2024-07-13T03:17:17.858Z | Compiling thiserror v1.0.60 |
| 487 | 2024-07-13T03:17:18.102Z | Compiling ryu v1.0.18 |
| 488 | 2024-07-13T03:17:18.356Z | Compiling pin-project-lite v0.2.14 |
| 489 | 2024-07-13T03:17:18.423Z | Compiling bitflags v2.5.0 |
| 490 | 2024-07-13T03:17:18.482Z | Compiling ucd-trie v0.1.6 |
| 491 | 2024-07-13T03:17:18.505Z | Compiling parking_lot_core v0.9.10 |
| 492 | 2024-07-13T03:17:18.556Z | Compiling vcpkg v0.2.15 |
| 493 | 2024-07-13T03:17:18.777Z | Compiling lock_api v0.4.12 |
| 494 | 2024-07-13T03:17:18.836Z | Compiling cc v1.0.97 |
| 495 | 2024-07-13T03:17:18.992Z | Compiling pkg-config v0.3.30 |
| 496 | 2024-07-13T03:17:19.213Z | Compiling slab v0.4.9 |
| 497 | 2024-07-13T03:17:19.264Z | Compiling quote v1.0.36 |
| 498 | 2024-07-13T03:17:19.491Z | Compiling futures-sink v0.3.30 |
| 499 | 2024-07-13T03:17:19.676Z | Compiling syn v2.0.68 |
| 500 | 2024-07-13T03:17:19.688Z | Compiling smallvec v1.13.2 |
| 501 | 2024-07-13T03:17:20.009Z | Compiling futures-core v0.3.30 |
| 502 | 2024-07-13T03:17:20.145Z | Compiling scopeguard v1.2.0 |
| 503 | 2024-07-13T03:17:20.169Z | Compiling bytes v1.6.0 |
| 504 | 2024-07-13T03:17:20.725Z | Compiling equivalent v1.0.1 |
| 505 | 2024-07-13T03:17:20.780Z | Compiling fnv v1.0.7 |
| 506 | 2024-07-13T03:17:20.830Z | Compiling log v0.4.21 |
| 507 | 2024-07-13T03:17:20.856Z | Compiling serde_json v1.0.120 |
| 508 | 2024-07-13T03:17:20.916Z | Compiling hashbrown v0.14.5 |
| 509 | 2024-07-13T03:17:20.940Z | Compiling byteorder v1.5.0 |
| 510 | 2024-07-13T03:17:21.202Z | Compiling parking_lot v0.12.2 |
| 511 | 2024-07-13T03:17:21.228Z | Compiling futures-channel v0.3.30 |
| 512 | 2024-07-13T03:17:21.305Z | Compiling num_cpus v1.16.0 |
| 513 | 2024-07-13T03:17:21.436Z | Compiling socket2 v0.5.7 |
| 514 | 2024-07-13T03:17:21.454Z | Compiling mio v0.8.11 |
| 515 | 2024-07-13T03:17:21.459Z | Compiling signal-hook-registry v1.4.2 |
| 516 | 2024-07-13T03:17:22.312Z | Compiling indexmap v2.2.6 |
| 517 | 2024-07-13T03:17:22.333Z | Compiling pin-utils v0.1.0 |
| 518 | 2024-07-13T03:17:22.425Z | Compiling futures-task v0.3.30 |
| 519 | 2024-07-13T03:17:22.451Z | Compiling rustix v0.38.34 |
| 520 | 2024-07-13T03:17:22.454Z | Compiling typenum v1.17.0 |
| 521 | 2024-07-13T03:17:22.494Z | Compiling openssl-sys v0.9.102 |
| 522 | 2024-07-13T03:17:22.518Z | Compiling futures-io v0.3.30 |
| 523 | 2024-07-13T03:17:22.798Z | Compiling errno v0.3.9 |
| 524 | 2024-07-13T03:17:22.851Z | Compiling generic-array v0.14.7 |
| 525 | 2024-07-13T03:17:22.873Z | Compiling slog v2.7.0 |
| 526 | 2024-07-13T03:17:23.022Z | Compiling openssl v0.10.64 |
| 527 | 2024-07-13T03:17:23.160Z | Compiling foreign-types-shared v0.1.1 |
| 528 | 2024-07-13T03:17:23.271Z | Compiling foreign-types v0.3.2 |
| 529 | 2024-07-13T03:17:23.442Z | Compiling http v0.2.12 |
| 530 | 2024-07-13T03:17:23.466Z | Compiling usdt-impl v0.5.0 |
| 531 | 2024-07-13T03:17:23.577Z | Compiling proc-macro-error-attr v1.0.4 |
| 532 | 2024-07-13T03:17:23.740Z | Compiling tracing-core v0.1.32 |
| 533 | 2024-07-13T03:17:23.884Z | Compiling httparse v1.8.0 |
| 534 | 2024-07-13T03:17:24.147Z | Compiling time-core v0.1.2 |
| 535 | 2024-07-13T03:17:24.327Z | Compiling native-tls v0.2.11 |
| 536 | 2024-07-13T03:17:24.363Z | Compiling powerfmt v0.2.0 |
| 537 | 2024-07-13T03:17:24.747Z | Compiling num-conv v0.1.0 |
| 538 | 2024-07-13T03:17:24.879Z | Compiling tinyvec_macros v0.1.1 |
| 539 | 2024-07-13T03:17:24.953Z | Compiling syn v1.0.109 |
| 540 | 2024-07-13T03:17:24.983Z | Compiling time-macros v0.2.18 |
| 541 | 2024-07-13T03:17:25.205Z | Compiling tinyvec v1.6.0 |
| 542 | 2024-07-13T03:17:25.260Z | Compiling deranged v0.3.11 |
| 543 | 2024-07-13T03:17:25.510Z | Compiling tracing v0.1.40 |
| 544 | 2024-07-13T03:17:25.981Z | Compiling thread-id v4.2.1 |
| 545 | 2024-07-13T03:17:26.226Z | Compiling proc-macro-error v1.0.4 |
| 546 | 2024-07-13T03:17:26.339Z | Compiling heck v0.5.0 |
| 547 | 2024-07-13T03:17:26.489Z | Compiling crossbeam-utils v0.8.19 |
| 548 | 2024-07-13T03:17:26.599Z | Compiling utf8parse v0.2.1 |
| 549 | 2024-07-13T03:17:26.653Z | Compiling plain v0.2.3 |
| 550 | 2024-07-13T03:17:26.756Z | Compiling num_threads v0.1.7 |
| 551 | 2024-07-13T03:17:26.812Z | Compiling percent-encoding v2.3.1 |
| 552 | 2024-07-13T03:17:26.856Z | Compiling openssl-probe v0.1.5 |
| 553 | 2024-07-13T03:17:26.891Z | Compiling rustversion v1.0.17 |
| 554 | 2024-07-13T03:17:26.946Z | Compiling try-lock v0.2.5 |
| 555 | 2024-07-13T03:17:27.101Z | Compiling want v0.3.1 |
| 556 | 2024-07-13T03:17:27.160Z | Compiling form_urlencoded v1.2.1 |
| 557 | 2024-07-13T03:17:27.191Z | Compiling anstyle-parse v0.2.4 |
| 558 | 2024-07-13T03:17:27.194Z | Compiling unicode-normalization v0.1.23 |
| 559 | 2024-07-13T03:17:27.539Z | Compiling http-body v0.4.6 |
| 560 | 2024-07-13T03:17:27.631Z | Compiling dirs-sys-next v0.1.2 |
| 561 | 2024-07-13T03:17:28.077Z | Compiling httpdate v1.0.3 |
| 562 | 2024-07-13T03:17:28.210Z | Compiling colorchoice v1.0.1 |
| 563 | 2024-07-13T03:17:28.210Z | Compiling winnow v0.6.8 |
| 564 | 2024-07-13T03:17:28.279Z | Compiling tower-service v0.3.2 |
| 565 | 2024-07-13T03:17:28.306Z | Compiling time v0.3.36 |
| 566 | 2024-07-13T03:17:28.327Z | Compiling pretty-hex v0.4.1 |
| 567 | 2024-07-13T03:17:28.375Z | Compiling unicode-bidi v0.3.15 |
| 568 | 2024-07-13T03:17:28.404Z | Compiling camino v1.1.7 |
| 569 | 2024-07-13T03:17:28.530Z | Compiling crc32fast v1.4.0 |
| 570 | 2024-07-13T03:17:28.554Z | Compiling anstyle-query v1.0.3 |
| 571 | 2024-07-13T03:17:28.699Z | Compiling is_terminal_polyfill v1.70.0 |
| 572 | 2024-07-13T03:17:28.836Z | Compiling anstyle v1.0.7 |
| 573 | 2024-07-13T03:17:29.036Z | Compiling semver v1.0.23 |
| 574 | 2024-07-13T03:17:29.143Z | Compiling idna v0.5.0 |
| 575 | 2024-07-13T03:17:29.353Z | Compiling anstream v0.6.14 |
| 576 | 2024-07-13T03:17:29.878Z | Compiling dirs-next v2.0.0 |
| 577 | 2024-07-13T03:17:30.150Z | Compiling crypto-common v0.1.6 |
| 578 | 2024-07-13T03:17:30.729Z | Compiling block-buffer v0.10.4 |
| 579 | 2024-07-13T03:17:30.975Z | Compiling terminal_size v0.3.0 |
| 580 | 2024-07-13T03:17:31.181Z | Compiling fs-err v2.11.0 |
| 581 | 2024-07-13T03:17:31.204Z | Compiling thread_local v1.1.8 |
| 582 | 2024-07-13T03:17:31.395Z | Compiling bytecount v0.6.8 |
| 583 | 2024-07-13T03:17:31.446Z | Compiling heck v0.4.1 |
| 584 | 2024-07-13T03:17:31.572Z | Compiling adler v1.0.2 |
| 585 | 2024-07-13T03:17:31.606Z | Compiling anyhow v1.0.86 |
| 586 | 2024-07-13T03:17:31.778Z | Compiling strsim v0.11.1 |
| 587 | 2024-07-13T03:17:31.803Z | Compiling match_cfg v0.1.0 |
| 588 | 2024-07-13T03:17:31.905Z | Compiling clap_lex v0.7.0 |
| 589 | 2024-07-13T03:17:31.939Z | Compiling slog-async v2.8.0 |
| 590 | 2024-07-13T03:17:32.070Z | Compiling unicode-width v0.1.13 |
| 591 | 2024-07-13T03:17:32.185Z | Compiling base64 v0.21.7 |
| 592 | 2024-07-13T03:17:32.311Z | Compiling papergrid v0.11.0 |
| 593 | 2024-07-13T03:17:32.409Z | Compiling clap_builder v4.5.2 |
| 594 | 2024-07-13T03:17:32.432Z | Compiling hostname v0.3.1 |
| 595 | 2024-07-13T03:17:32.526Z | Compiling miniz_oxide v0.7.2 |
| 596 | 2024-07-13T03:17:32.715Z | Compiling digest v0.10.7 |
| 597 | 2024-07-13T03:17:32.793Z | Compiling serde_derive v1.0.204 |
| 598 | 2024-07-13T03:17:32.832Z | Compiling thiserror-impl v1.0.60 |
| 599 | 2024-07-13T03:17:32.958Z | Compiling zerocopy-derive v0.7.34 |
| 600 | 2024-07-13T03:17:33.141Z | Compiling tokio-macros v2.3.0 |
| 601 | 2024-07-13T03:17:34.122Z | Compiling futures-macro v0.3.30 |
| 602 | 2024-07-13T03:17:34.224Z | Compiling scroll_derive v0.12.0 |
| 603 | 2024-07-13T03:17:34.950Z | Compiling tokio v1.38.0 |
| 604 | 2024-07-13T03:17:35.390Z | Compiling zerocopy v0.7.34 |
| 605 | 2024-07-13T03:17:35.808Z | Compiling openssl-macros v0.1.1 |
| 606 | 2024-07-13T03:17:36.243Z | Compiling futures-util v0.3.30 |
| 607 | 2024-07-13T03:17:36.504Z | Compiling pest v2.7.10 |
| 608 | 2024-07-13T03:17:36.677Z | Compiling scroll v0.12.0 |
| 609 | 2024-07-13T03:17:36.953Z | Compiling tabled_derive v0.7.0 |
| 610 | 2024-07-13T03:17:37.215Z | Compiling goblin v0.8.2 |
| 611 | 2024-07-13T03:17:39.449Z | Compiling pest_meta v2.7.10 |
| 612 | 2024-07-13T03:17:39.610Z | Compiling strum_macros v0.26.4 |
| 613 | 2024-07-13T03:17:42.400Z | Compiling pest_generator v2.7.10 |
| 614 | 2024-07-13T03:17:44.572Z | Compiling tokio-util v0.7.11 |
| 615 | 2024-07-13T03:17:44.814Z | Compiling pest_derive v2.7.10 |
| 616 | 2024-07-13T03:17:45.495Z | Compiling h2 v0.3.26 |
| 617 | 2024-07-13T03:17:45.617Z | Compiling dtrace-parser v0.2.0 |
| 618 | 2024-07-13T03:17:45.781Z | Compiling tokio-native-tls v0.3.1 |
| 619 | 2024-07-13T03:17:45.898Z | Compiling futures-executor v0.3.30 |
| 620 | 2024-07-13T03:17:46.042Z | Compiling clap_derive v4.5.4 |
| 621 | 2024-07-13T03:17:46.514Z | Compiling rustls-pemfile v1.0.4 |
| 622 | 2024-07-13T03:17:46.978Z | Compiling crossbeam-channel v0.5.12 |
| 623 | 2024-07-13T03:17:47.877Z | Compiling toml_datetime v0.6.6 |
| 624 | 2024-07-13T03:17:48.032Z | Compiling serde_spanned v0.6.6 |
| 625 | 2024-07-13T03:17:48.108Z | Compiling cargo-platform v0.1.8 |
| 626 | 2024-07-13T03:17:48.266Z | Compiling toml_edit v0.22.14 |
| 627 | 2024-07-13T03:17:48.691Z | Compiling serde_tokenstream v0.2.1 |
| 628 | 2024-07-13T03:17:49.588Z | Compiling dof v0.3.0 |
| 629 | 2024-07-13T03:17:50.281Z | Compiling hyper v0.14.28 |
| 630 | 2024-07-13T03:17:51.206Z | Compiling slog-json v2.6.1 |
| 631 | 2024-07-13T03:17:51.335Z | Compiling toml v0.8.14 |
| 632 | 2024-07-13T03:17:51.601Z | Compiling serde_urlencoded v0.7.1 |
| 633 | 2024-07-13T03:17:51.815Z | Compiling term v0.7.0 |
| 634 | 2024-07-13T03:17:52.163Z | Compiling url v2.5.0 |
| 635 | 2024-07-13T03:17:52.719Z | Compiling xattr v1.3.1 |
| 636 | 2024-07-13T03:17:52.944Z | Compiling usdt-attr-macro v0.5.0 |
| 637 | 2024-07-13T03:17:52.997Z | Compiling usdt-macro v0.5.0 |
| 638 | 2024-07-13T03:17:53.000Z | Compiling is-terminal v0.4.12 |
| 639 | 2024-07-13T03:17:53.154Z | Compiling filetime v0.2.23 |
| 640 | 2024-07-13T03:17:53.180Z | Compiling memmap v0.7.0 |
| 641 | 2024-07-13T03:17:53.428Z | Compiling encoding_rs v0.8.34 |
| 642 | 2024-07-13T03:17:53.514Z | Compiling sync_wrapper v0.1.2 |
| 643 | 2024-07-13T03:17:53.561Z | Compiling cpufeatures v0.2.12 |
| 644 | 2024-07-13T03:17:53.645Z | Compiling ipnet v2.9.0 |
| 645 | 2024-07-13T03:17:53.669Z | Compiling take_mut v0.2.2 |
| 646 | 2024-07-13T03:17:53.833Z | Compiling mime v0.3.17 |
| 647 | 2024-07-13T03:17:54.079Z | Compiling hyper-tls v0.5.0 |
| 648 | 2024-07-13T03:17:54.390Z | Compiling sha2 v0.10.8 |
| 649 | 2024-07-13T03:17:54.420Z | Compiling usdt v0.5.0 |
| 650 | 2024-07-13T03:17:54.492Z | Compiling tar v0.4.40 |
| 651 | 2024-07-13T03:17:54.911Z | Compiling slog-term v2.9.1 |
| 652 | 2024-07-13T03:17:54.998Z | Compiling flate2 v1.0.30 |
| 653 | 2024-07-13T03:17:55.528Z | Compiling cargo_toml v0.20.3 |
| 654 | 2024-07-13T03:17:55.992Z | Compiling reqwest v0.11.27 |
| 655 | 2024-07-13T03:17:56.157Z | Compiling slog-bunyan v2.5.0 |
| 656 | 2024-07-13T03:17:56.364Z | Compiling clap v4.5.4 |
| 657 | 2024-07-13T03:17:56.470Z | Compiling cargo_metadata v0.18.1 |
| 658 | 2024-07-13T03:17:56.495Z | Compiling macaddr v1.0.1 |
| 659 | 2024-07-13T03:17:56.648Z | Compiling futures v0.3.30 |
| 660 | 2024-07-13T03:17:56.772Z | Compiling strum v0.26.2 |
| 661 | 2024-07-13T03:17:56.935Z | Compiling tabled v0.15.0 |
| 662 | 2024-07-13T03:17:57.551Z | Compiling swrite v0.1.0 |
| 663 | 2024-07-13T03:18:02.160Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
| 664 | 2024-07-13T03:18:09.442Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 12s |
| 665 | 2024-07-13T03:18:09.686Z | Running `target/debug/xtask download cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
| 666 | 2024-07-13T03:18:09.751Z | Jul 13 03:18:09.107 INFO Starting download, target: Console |
| 667 | 2024-07-13T03:18:09.751Z | Jul 13 03:18:09.108 INFO Starting download, target: Clickhouse |
| 668 | 2024-07-13T03:18:09.754Z | Jul 13 03:18:09.108 INFO Starting download, target: Cockroach |
| 669 | 2024-07-13T03:18:09.754Z | Jul 13 03:18:09.108 INFO Starting download, target: DendriteOpenapi |
| 670 | 2024-07-13T03:18:09.754Z | Jul 13 03:18:09.108 INFO Starting download, target: DendriteStub |
| 671 | 2024-07-13T03:18:09.754Z | Jul 13 03:18:09.108 INFO Starting download, target: MaghemiteMgd |
| 672 | 2024-07-13T03:18:09.754Z | Jul 13 03:18:09.108 INFO Starting download, target: TransceiverControl |
| 673 | 2024-07-13T03:18:09.754Z | Jul 13 03:18:09.109 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console |
| 674 | 2024-07-13T03:18:09.754Z | Jul 13 03:18:09.109 INFO Downloading out/downloads/dpd-e83f4f164fd3dbb2100989a399a4fa087232ac36.json (attempt 1/3), target: DendriteOpenapi |
| 675 | 2024-07-13T03:18:09.754Z | Jul 13 03:18:09.109 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl |
| 676 | 2024-07-13T03:18:09.754Z | Jul 13 03:18:09.109 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd |
| 677 | 2024-07-13T03:18:09.754Z | Jul 13 03:18:09.109 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub |
| 678 | 2024-07-13T03:18:09.755Z | Jul 13 03:18:09.109 INFO Downloading out/downloads/cockroach-v22.1.9.illumos.tar.gz (attempt 1/3), target: Cockroach |
| 679 | 2024-07-13T03:18:09.755Z | Jul 13 03:18:09.109 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse |
| 680 | 2024-07-13T03:18:09.958Z | Jul 13 03:18:09.303 INFO Download complete, target: DendriteOpenapi |
| 681 | 2024-07-13T03:18:10.111Z | Jul 13 03:18:09.456 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl |
| 682 | 2024-07-13T03:18:10.288Z | Jul 13 03:18:09.647 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console |
| 683 | 2024-07-13T03:18:10.423Z | Jul 13 03:18:09.783 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub |
| 684 | 2024-07-13T03:18:10.582Z | Jul 13 03:18:09.942 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd |
| 685 | 2024-07-13T03:18:10.710Z | Jul 13 03:18:10.070 INFO Download complete, target: Console |
| 686 | 2024-07-13T03:18:10.964Z | Jul 13 03:18:10.325 INFO Download complete, target: TransceiverControl |
| 687 | 2024-07-13T03:18:11.603Z | Jul 13 03:18:10.963 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse |
| 688 | 2024-07-13T03:18:13.571Z | Jul 13 03:18:12.931 INFO Download complete, target: DendriteStub |
| 689 | 2024-07-13T03:18:13.789Z | Jul 13 03:18:13.149 INFO Download complete, target: MaghemiteMgd |
| 690 | 2024-07-13T03:18:16.996Z | Jul 13 03:18:16.355 INFO tarball path: out/downloads/cockroach-v22.1.9.illumos.tar.gz, target: Cockroach |
| 691 | 2024-07-13T03:18:16.996Z | Jul 13 03:18:16.355 INFO Unpacking out/downloads/cockroach-v22.1.9.illumos.tar.gz to out/downloads, target: Cockroach |
| 692 | 2024-07-13T03:18:25.500Z | Jul 13 03:18:24.856 INFO Copying from out/downloads/cockroach-v22.1.9 to out/cockroachdb, target: Cockroach |
| 693 | 2024-07-13T03:18:25.850Z | Jul 13 03:18:25.208 INFO Checking that binary works, target: Cockroach |
| 694 | 2024-07-13T03:18:26.058Z | Jul 13 03:18:25.415 INFO Download complete, target: Cockroach |
| 695 | 2024-07-13T03:18:26.381Z | Jul 13 03:18:25.738 INFO Checking that binary works, target: Clickhouse |
| 696 | 2024-07-13T03:18:26.517Z | Jul 13 03:18:25.874 INFO Download complete, target: Clickhouse |
| 697 | 2024-07-13T03:18:26.538Z | All builder prerequisites installed successfully, and PATH looks valid |
| 698 | 2024-07-13T03:18:26.541Z | |
| 699 | 2024-07-13T03:18:26.541Z | real 2:50.023721757 |
| 700 | 2024-07-13T03:18:26.541Z | user 5:53.270406983 |
| 701 | 2024-07-13T03:18:26.541Z | sys 1:20.633790945 |
| 702 | 2024-07-13T03:18:26.541Z | trap 0.215552046 |
| 703 | 2024-07-13T03:18:26.541Z | tflt 0.231610654 |
| 704 | 2024-07-13T03:18:26.541Z | dflt 0.744955143 |
| 705 | 2024-07-13T03:18:26.541Z | kflt 0.025471286 |
| 706 | 2024-07-13T03:18:26.541Z | lock 13:38.561022704 |
| 707 | 2024-07-13T03:18:26.542Z | slp 17:11.372518951 |
| 708 | 2024-07-13T03:18:26.542Z | lat 22.509502610 |
| 709 | 2024-07-13T03:18:26.542Z | stop 1:06.392749890 |
| 710 | 2024-07-13T03:18:26.542Z | + banner clippy |
| 711 | 2024-07-13T03:18:26.545Z | |
| 712 | 2024-07-13T03:18:26.545Z | #### # # ##### ##### # # |
| 713 | 2024-07-13T03:18:26.545Z | # # # # # # # # # # |
| 714 | 2024-07-13T03:18:26.545Z | # # # # # # # # |
| 715 | 2024-07-13T03:18:26.545Z | # # # ##### ##### # |
| 716 | 2024-07-13T03:18:26.545Z | # # # # # # # |
| 717 | 2024-07-13T03:18:26.545Z | #### ###### # # # # |
| 718 | 2024-07-13T03:18:26.545Z | |
| 719 | 2024-07-13T03:18:26.545Z | + export CARGO_INCREMENTAL=0 |
| 720 | 2024-07-13T03:18:26.545Z | + CARGO_INCREMENTAL=0 |
| 721 | 2024-07-13T03:18:26.545Z | + ptime -m cargo xtask clippy |
| 722 | 2024-07-13T03:18:27.117Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
| 723 | 2024-07-13T03:18:33.725Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 7.13s |
| 724 | 2024-07-13T03:18:33.791Z | Running `target/debug/xtask clippy` |
| 725 | 2024-07-13T03:18:33.812Z | running: "/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/cargo" "clippy" "--all-targets" "--workspace" "--" "--deny" "warnings" |
| 726 | 2024-07-13T03:18:34.436Z | Downloading crates ... |
| 727 | 2024-07-13T03:18:34.573Z | Downloaded atty v0.2.14 |
| 728 | 2024-07-13T03:18:34.588Z | Downloaded atomicwrites v0.4.3 |
| 729 | 2024-07-13T03:18:34.595Z | Downloaded aead v0.5.2 |
| 730 | 2024-07-13T03:18:34.598Z | Downloaded async-stream-impl v0.3.5 |
| 731 | 2024-07-13T03:18:34.601Z | Downloaded bitstruct v0.1.1 |
| 732 | 2024-07-13T03:18:34.604Z | Downloaded cfg_aliases v0.1.1 |
| 733 | 2024-07-13T03:18:34.606Z | Downloaded is_ci v1.2.0 |
| 734 | 2024-07-13T03:18:34.610Z | Downloaded crucible-workspace-hack v0.1.0 |
| 735 | 2024-07-13T03:18:34.614Z | Downloaded approx v0.5.1 |
| 736 | 2024-07-13T03:18:34.619Z | Downloaded instant v0.1.12 |
| 737 | 2024-07-13T03:18:34.620Z | Downloaded async-stream v0.3.5 |
| 738 | 2024-07-13T03:18:34.623Z | Downloaded async-recursion v1.1.1 |
| 739 | 2024-07-13T03:18:34.623Z | Downloaded arrayref v0.3.7 |
| 740 | 2024-07-13T03:18:34.625Z | Downloaded anes v0.1.6 |
| 741 | 2024-07-13T03:18:34.629Z | Downloaded internet-checksum v0.2.1 |
| 742 | 2024-07-13T03:18:34.632Z | Downloaded indoc v1.0.9 |
| 743 | 2024-07-13T03:18:34.635Z | Downloaded cstr-argument v0.1.2 |
| 744 | 2024-07-13T03:18:34.635Z | Downloaded option-ext v0.2.0 |
| 745 | 2024-07-13T03:18:34.638Z | Downloaded new_debug_unreachable v1.0.6 |
| 746 | 2024-07-13T03:18:34.638Z | Downloaded indent_write v2.2.0 |
| 747 | 2024-07-13T03:18:34.640Z | Downloaded ciborium-io v0.2.2 |
| 748 | 2024-07-13T03:18:34.640Z | Downloaded opaque-debug v0.3.1 |
| 749 | 2024-07-13T03:18:34.643Z | Downloaded oso-derive v0.27.3 |
| 750 | 2024-07-13T03:18:34.643Z | Downloaded number_prefix v0.4.0 |
| 751 | 2024-07-13T03:18:34.649Z | Downloaded criterion-plot v0.5.0 |
| 752 | 2024-07-13T03:18:34.649Z | Downloaded castaway v0.2.2 |
| 753 | 2024-07-13T03:18:34.652Z | Downloaded peg-runtime v0.8.3 |
| 754 | 2024-07-13T03:18:34.652Z | Downloaded cexpr v0.6.0 |
| 755 | 2024-07-13T03:18:34.654Z | Downloaded linear-map v1.2.0 |
| 756 | 2024-07-13T03:18:34.654Z | Downloaded inout v0.1.3 |
| 757 | 2024-07-13T03:18:34.657Z | Downloaded crunchy v0.2.2 |
| 758 | 2024-07-13T03:18:34.658Z | Downloaded libefi-sys v0.1.0 |
| 759 | 2024-07-13T03:18:34.661Z | Downloaded lazy_static v1.5.0 |
| 760 | 2024-07-13T03:18:34.661Z | Downloaded lazycell v1.3.0 |
| 761 | 2024-07-13T03:18:34.663Z | Downloaded lalrpop-util v0.19.12 |
| 762 | 2024-07-13T03:18:34.663Z | Downloaded darling v0.20.9 |
| 763 | 2024-07-13T03:18:34.668Z | Downloaded packed_struct_codegen v0.10.1 |
| 764 | 2024-07-13T03:18:34.671Z | Downloaded managed v0.8.0 |
| 765 | 2024-07-13T03:18:34.674Z | Downloaded crc v3.2.1 |
| 766 | 2024-07-13T03:18:34.677Z | Downloaded nanorand v0.7.0 |
| 767 | 2024-07-13T03:18:34.680Z | Downloaded parse-display-derive v0.9.1 |
| 768 | 2024-07-13T03:18:34.680Z | Downloaded cipher v0.4.4 |
| 769 | 2024-07-13T03:18:34.683Z | Downloaded newline-converter v0.3.0 |
| 770 | 2024-07-13T03:18:34.686Z | Downloaded parse-size v1.0.0 |
| 771 | 2024-07-13T03:18:34.686Z | Downloaded md5 v0.7.0 |
| 772 | 2024-07-13T03:18:34.686Z | Downloaded nested v0.1.1 |
| 773 | 2024-07-13T03:18:34.689Z | Downloaded bitflags v1.3.2 |
| 774 | 2024-07-13T03:18:34.692Z | Downloaded libtest-mimic v0.7.3 |
| 775 | 2024-07-13T03:18:34.696Z | Downloaded peg v0.8.3 |
| 776 | 2024-07-13T03:18:34.699Z | Downloaded crossbeam-deque v0.8.5 |
| 777 | 2024-07-13T03:18:34.702Z | Downloaded normalize-line-endings v0.3.0 |
| 778 | 2024-07-13T03:18:34.702Z | Downloaded libloading v0.8.3 |
| 779 | 2024-07-13T03:18:34.705Z | Downloaded constant_time_eq v0.3.0 |
| 780 | 2024-07-13T03:18:34.708Z | Downloaded bzip2 v0.4.4 |
| 781 | 2024-07-13T03:18:34.711Z | Downloaded pathdiff v0.2.1 |
| 782 | 2024-07-13T03:18:34.711Z | Downloaded colored v2.1.0 |
| 783 | 2024-07-13T03:18:34.716Z | Downloaded curve25519-dalek-derive v0.1.1 |
| 784 | 2024-07-13T03:18:34.716Z | Downloaded ctr v0.9.2 |
| 785 | 2024-07-13T03:18:34.720Z | Downloaded slog-scope v4.4.0 |
| 786 | 2024-07-13T03:18:34.720Z | Downloaded num-rational v0.4.2 |
| 787 | 2024-07-13T03:18:34.723Z | Downloaded ascii v1.1.0 |
| 788 | 2024-07-13T03:18:34.723Z | Downloaded nu-ansi-term v0.50.0 |
| 789 | 2024-07-13T03:18:34.726Z | Downloaded mockall v0.12.1 |
| 790 | 2024-07-13T03:18:34.729Z | Downloaded serde-hex v0.1.0 |
| 791 | 2024-07-13T03:18:34.732Z | Downloaded num v0.4.3 |
| 792 | 2024-07-13T03:18:34.732Z | Downloaded derive_builder_macro v0.20.0 |
| 793 | 2024-07-13T03:18:34.735Z | Downloaded waitgroup v0.1.2 |
| 794 | 2024-07-13T03:18:34.735Z | Downloaded partial-io v0.5.4 |
| 795 | 2024-07-13T03:18:34.738Z | Downloaded parking_lot_core v0.8.6 |
| 796 | 2024-07-13T03:18:34.741Z | Downloaded similar-asserts v1.5.0 |
| 797 | 2024-07-13T03:18:34.744Z | Downloaded password-hash v0.5.0 |
| 798 | 2024-07-13T03:18:34.747Z | Downloaded indexmap v1.9.3 |
| 799 | 2024-07-13T03:18:34.752Z | Downloaded const_format_proc_macros v0.2.32 |
| 800 | 2024-07-13T03:18:34.761Z | Downloaded headers-core v0.2.0 |
| 801 | 2024-07-13T03:18:34.761Z | Downloaded pretty-hex v0.2.1 |
| 802 | 2024-07-13T03:18:34.761Z | Downloaded ident_case v1.0.1 |
| 803 | 2024-07-13T03:18:34.764Z | Downloaded num_enum_derive v0.5.11 |
| 804 | 2024-07-13T03:18:34.764Z | Downloaded lru-cache v0.1.2 |
| 805 | 2024-07-13T03:18:34.764Z | Downloaded string_cache v0.8.7 |
| 806 | 2024-07-13T03:18:34.764Z | Downloaded parse-display v0.9.1 |
| 807 | 2024-07-13T03:18:34.765Z | Downloaded nodrop v0.1.14 |
| 808 | 2024-07-13T03:18:34.765Z | Downloaded pem v3.0.4 |
| 809 | 2024-07-13T03:18:34.765Z | Downloaded iana-time-zone v0.1.60 |
| 810 | 2024-07-13T03:18:34.767Z | Downloaded multer v3.1.0 |
| 811 | 2024-07-13T03:18:34.771Z | Downloaded serde-big-array v0.5.1 |
| 812 | 2024-07-13T03:18:34.773Z | Downloaded base64 v0.13.1 |
| 813 | 2024-07-13T03:18:34.777Z | Downloaded num-complex v0.4.6 |
| 814 | 2024-07-13T03:18:34.780Z | Downloaded unicode-truncate v1.0.0 |
| 815 | 2024-07-13T03:18:34.783Z | Downloaded toolchain_find v0.4.0 |
| 816 | 2024-07-13T03:18:34.783Z | Downloaded ed25519 v1.5.3 |
| 817 | 2024-07-13T03:18:34.786Z | Downloaded which v4.4.2 |
| 818 | 2024-07-13T03:18:34.791Z | Downloaded dyn-clone v1.0.17 |
| 819 | 2024-07-13T03:18:34.791Z | Downloaded unicase v2.7.0 |
| 820 | 2024-07-13T03:18:34.791Z | Downloaded omicron-zone-package v0.11.0 |
| 821 | 2024-07-13T03:18:34.795Z | Downloaded getopts v0.2.21 |
| 822 | 2024-07-13T03:18:34.798Z | Downloaded tower-layer v0.3.2 |
| 823 | 2024-07-13T03:18:34.798Z | Downloaded float-ord v0.3.2 |
| 824 | 2024-07-13T03:18:34.802Z | Downloaded allocator-api2 v0.2.18 |
| 825 | 2024-07-13T03:18:34.806Z | Downloaded ed25519 v2.2.3 |
| 826 | 2024-07-13T03:18:34.806Z | Downloaded darling_macro v0.20.9 |
| 827 | 2024-07-13T03:18:34.806Z | Downloaded zone_cfg_derive v0.1.2 |
| 828 | 2024-07-13T03:18:34.810Z | Downloaded num-integer v0.1.46 |
| 829 | 2024-07-13T03:18:34.810Z | Downloaded radium v0.7.0 |
| 830 | 2024-07-13T03:18:34.815Z | Downloaded predicates-tree v1.0.9 |
| 831 | 2024-07-13T03:18:34.815Z | Downloaded predicates-core v1.0.6 |
| 832 | 2024-07-13T03:18:34.815Z | Downloaded hyper-staticfile v0.9.5 |
| 833 | 2024-07-13T03:18:34.818Z | Downloaded same-file v1.0.6 |
| 834 | 2024-07-13T03:18:34.818Z | Downloaded peg-macros v0.8.3 |
| 835 | 2024-07-13T03:18:34.821Z | Downloaded p256 v0.13.2 |
| 836 | 2024-07-13T03:18:34.825Z | Downloaded backtrace v0.3.71 |
| 837 | 2024-07-13T03:18:34.829Z | Downloaded http-range v0.1.5 |
| 838 | 2024-07-13T03:18:34.832Z | Downloaded plotters-svg v0.3.5 |
| 839 | 2024-07-13T03:18:34.832Z | Downloaded mockall_derive v0.12.1 |
| 840 | 2024-07-13T03:18:34.836Z | Downloaded rtoolbox v0.0.2 |
| 841 | 2024-07-13T03:18:34.836Z | Downloaded termcolor v1.4.1 |
| 842 | 2024-07-13T03:18:34.839Z | Downloaded topological-sort v0.2.2 |
| 843 | 2024-07-13T03:18:34.839Z | Downloaded tap v1.0.1 |
| 844 | 2024-07-13T03:18:34.842Z | Downloaded slog-envlogger v2.2.0 |
| 845 | 2024-07-13T03:18:34.842Z | Downloaded ecdsa v0.16.9 |
| 846 | 2024-07-13T03:18:34.846Z | Downloaded indicatif v0.17.8 |
| 847 | 2024-07-13T03:18:34.849Z | Downloaded shell-words v1.1.0 |
| 848 | 2024-07-13T03:18:34.854Z | Downloaded serde_arrays v0.1.0 |
| 849 | 2024-07-13T03:18:34.854Z | Downloaded termtree v0.4.1 |
| 850 | 2024-07-13T03:18:34.854Z | Downloaded getrandom v0.1.16 |
| 851 | 2024-07-13T03:18:34.857Z | Downloaded serde_plain v1.0.2 |
| 852 | 2024-07-13T03:18:34.860Z | Downloaded data-encoding v2.6.0 |
| 853 | 2024-07-13T03:18:34.864Z | Downloaded heck v0.3.3 |
| 854 | 2024-07-13T03:18:34.864Z | Downloaded ff v0.13.0 |
| 855 | 2024-07-13T03:18:34.867Z | Downloaded tracing-attributes v0.1.27 |
| 856 | 2024-07-13T03:18:34.867Z | Downloaded static_assertions v1.1.0 |
| 857 | 2024-07-13T03:18:34.874Z | Downloaded escape8259 v0.5.2 |
| 858 | 2024-07-13T03:18:34.874Z | Downloaded const_format v0.2.32 |
| 859 | 2024-07-13T03:18:34.878Z | Downloaded strip-ansi-escapes v0.2.0 |
| 860 | 2024-07-13T03:18:34.878Z | Downloaded foreign-types-shared v0.3.1 |
| 861 | 2024-07-13T03:18:34.878Z | Downloaded foreign-types-macros v0.2.3 |
| 862 | 2024-07-13T03:18:34.881Z | Downloaded wait-timeout v0.2.0 |
| 863 | 2024-07-13T03:18:34.881Z | Downloaded test-strategy v0.3.1 |
| 864 | 2024-07-13T03:18:34.896Z | Downloaded rstest v0.19.0 |
| 865 | 2024-07-13T03:18:34.900Z | Downloaded float-cmp v0.9.0 |
| 866 | 2024-07-13T03:18:34.900Z | Downloaded resolv-conf v0.7.0 |
| 867 | 2024-07-13T03:18:34.907Z | Downloaded rand_chacha v0.2.2 |
| 868 | 2024-07-13T03:18:34.907Z | Downloaded serde_path_to_error v0.1.16 |
| 869 | 2024-07-13T03:18:34.910Z | Downloaded dhcproto v0.11.0 |
| 870 | 2024-07-13T03:18:34.915Z | Downloaded derive_more v0.99.18 |
| 871 | 2024-07-13T03:18:34.918Z | Downloaded libm v0.2.8 |
| 872 | 2024-07-13T03:18:34.928Z | Downloaded stability v0.2.0 |
| 873 | 2024-07-13T03:18:34.931Z | Downloaded precomputed-hash v0.1.1 |
| 874 | 2024-07-13T03:18:34.931Z | Downloaded hubpack_derive v0.1.1 |
| 875 | 2024-07-13T03:18:34.931Z | Downloaded tls_codec v0.4.1 |
| 876 | 2024-07-13T03:18:34.935Z | Downloaded endian-type v0.1.2 |
| 877 | 2024-07-13T03:18:34.935Z | Downloaded either v1.12.0 |
| 878 | 2024-07-13T03:18:34.939Z | Downloaded universal-hash v0.5.1 |
| 879 | 2024-07-13T03:18:34.939Z | Downloaded funty v2.0.0 |
| 880 | 2024-07-13T03:18:34.939Z | Downloaded defmt-parser v0.3.4 |
| 881 | 2024-07-13T03:18:34.947Z | Downloaded zone v0.1.8 |
| 882 | 2024-07-13T03:18:34.947Z | Downloaded psl-types v2.0.11 |
| 883 | 2024-07-13T03:18:34.947Z | Downloaded oso v0.27.3 |
| 884 | 2024-07-13T03:18:34.952Z | Downloaded hostname v0.4.0 |
| 885 | 2024-07-13T03:18:34.952Z | Downloaded ref-cast v1.0.23 |
| 886 | 2024-07-13T03:18:34.952Z | Downloaded proc-macro-crate v1.3.1 |
| 887 | 2024-07-13T03:18:34.955Z | Downloaded slog-dtrace v0.3.0 |
| 888 | 2024-07-13T03:18:34.955Z | Downloaded home v0.5.9 |
| 889 | 2024-07-13T03:18:34.955Z | Downloaded spin v0.5.2 |
| 890 | 2024-07-13T03:18:34.961Z | Downloaded fragile v2.0.0 |
| 891 | 2024-07-13T03:18:34.961Z | Downloaded rusty-fork v0.3.0 |
| 892 | 2024-07-13T03:18:34.964Z | Downloaded ref-cast-impl v1.0.23 |
| 893 | 2024-07-13T03:18:34.964Z | Downloaded rustls-native-certs v0.7.0 |
| 894 | 2024-07-13T03:18:34.968Z | Downloaded num-traits v0.2.19 |
| 895 | 2024-07-13T03:18:34.971Z | Downloaded num-bigint v0.4.5 |
| 896 | 2024-07-13T03:18:34.974Z | Downloaded signature v2.2.0 |
| 897 | 2024-07-13T03:18:34.978Z | Downloaded untrusted v0.7.1 |
| 898 | 2024-07-13T03:18:34.978Z | Downloaded yasna v0.5.2 |
| 899 | 2024-07-13T03:18:34.981Z | Downloaded sha1 v0.10.6 |
| 900 | 2024-07-13T03:18:34.985Z | Downloaded subtle v2.5.0 |
| 901 | 2024-07-13T03:18:34.985Z | Downloaded strum_macros v0.25.3 |
| 902 | 2024-07-13T03:18:34.988Z | Downloaded embedded-io v0.4.0 |
| 903 | 2024-07-13T03:18:34.988Z | Downloaded serde_with_macros v3.8.3 |
| 904 | 2024-07-13T03:18:35.001Z | Downloaded enum-as-inner v0.5.1 |
| 905 | 2024-07-13T03:18:35.001Z | Downloaded sqlparser_derive v0.2.2 |
| 906 | 2024-07-13T03:18:35.001Z | Downloaded defmt-macros v0.3.9 |
| 907 | 2024-07-13T03:18:35.001Z | Downloaded rand_seeder v0.2.3 |
| 908 | 2024-07-13T03:18:35.001Z | Downloaded rand_chacha v0.3.1 |
| 909 | 2024-07-13T03:18:35.004Z | Downloaded pkcs1 v0.7.5 |
| 910 | 2024-07-13T03:18:35.004Z | Downloaded pem-rfc7468 v0.7.0 |
| 911 | 2024-07-13T03:18:35.008Z | Downloaded smawk v0.3.2 |
| 912 | 2024-07-13T03:18:35.008Z | Downloaded secrecy v0.8.0 |
| 913 | 2024-07-13T03:18:35.012Z | Downloaded textwrap v0.16.1 |
| 914 | 2024-07-13T03:18:35.016Z | Downloaded smf v0.2.3 |
| 915 | 2024-07-13T03:18:35.016Z | Downloaded fxhash v0.2.1 |
| 916 | 2024-07-13T03:18:35.016Z | Downloaded debug-ignore v1.0.5 |
| 917 | 2024-07-13T03:18:35.021Z | Downloaded libxml v0.3.3 |
| 918 | 2024-07-13T03:18:35.025Z | Downloaded tui-tree-widget v0.21.0 |
| 919 | 2024-07-13T03:18:35.029Z | Downloaded der_derive v0.7.2 |
| 920 | 2024-07-13T03:18:35.029Z | Downloaded minimal-lexical v0.2.1 |
| 921 | 2024-07-13T03:18:35.032Z | Downloaded glob v0.3.1 |
| 922 | 2024-07-13T03:18:35.035Z | Downloaded sigpipe v0.1.3 |
| 923 | 2024-07-13T03:18:35.038Z | Downloaded humantime v2.1.0 |
| 924 | 2024-07-13T03:18:35.038Z | Downloaded heapless v0.7.17 |
| 925 | 2024-07-13T03:18:35.042Z | Downloaded defmt v0.3.8 |
| 926 | 2024-07-13T03:18:35.046Z | Downloaded doc-comment v0.3.3 |
| 927 | 2024-07-13T03:18:35.050Z | Downloaded httptest v0.15.5 |
| 928 | 2024-07-13T03:18:35.055Z | Downloaded diesel_table_macro_syntax v0.1.0 |
| 929 | 2024-07-13T03:18:35.055Z | Downloaded dhcproto-macros v0.1.0 |
| 930 | 2024-07-13T03:18:35.055Z | Downloaded structmeta v0.3.0 |
| 931 | 2024-07-13T03:18:35.055Z | Downloaded russh-cryptovec v0.7.2 |
| 932 | 2024-07-13T03:18:35.055Z | Downloaded rustc-hash v1.1.0 |
| 933 | 2024-07-13T03:18:35.055Z | Downloaded rustc_version v0.4.0 |
| 934 | 2024-07-13T03:18:35.058Z | Downloaded rsa v0.9.6 |
| 935 | 2024-07-13T03:18:35.061Z | Downloaded rustc_version v0.1.7 |
| 936 | 2024-07-13T03:18:35.064Z | Downloaded futures-timer v3.0.3 |
| 937 | 2024-07-13T03:18:35.064Z | Downloaded foreign-types v0.5.0 |
| 938 | 2024-07-13T03:18:35.067Z | Downloaded fallible-iterator v0.2.0 |
| 939 | 2024-07-13T03:18:35.067Z | Downloaded serde-big-array v0.4.1 |
| 940 | 2024-07-13T03:18:35.071Z | Downloaded rand v0.8.5 |
| 941 | 2024-07-13T03:18:35.076Z | Downloaded snafu-derive v0.8.2 |
| 942 | 2024-07-13T03:18:35.076Z | Downloaded tokio-tungstenite v0.20.1 |
| 943 | 2024-07-13T03:18:35.079Z | Downloaded hmac v0.12.1 |
| 944 | 2024-07-13T03:18:35.079Z | Downloaded hashbrown v0.13.2 |
| 945 | 2024-07-13T03:18:35.085Z | Downloaded signature v1.6.4 |
| 946 | 2024-07-13T03:18:35.088Z | Downloaded vte_generate_state_changes v0.1.1 |
| 947 | 2024-07-13T03:18:35.088Z | Downloaded ppv-lite86 v0.2.17 |
| 948 | 2024-07-13T03:18:35.088Z | Downloaded toml_edit v0.19.15 |
| 949 | 2024-07-13T03:18:35.105Z | Downloaded hashbrown v0.12.3 |
| 950 | 2024-07-13T03:18:35.110Z | Downloaded phf_shared v0.11.2 |
| 951 | 2024-07-13T03:18:35.113Z | Downloaded phf_shared v0.10.0 |
| 952 | 2024-07-13T03:18:35.113Z | Downloaded phf v0.11.2 |
| 953 | 2024-07-13T03:18:35.113Z | Downloaded unarray v0.1.4 |
| 954 | 2024-07-13T03:18:35.113Z | Downloaded elliptic-curve v0.13.8 |
| 955 | 2024-07-13T03:18:35.117Z | Downloaded crossterm v0.27.0 |
| 956 | 2024-07-13T03:18:35.122Z | Downloaded uzers v0.11.3 |
| 957 | 2024-07-13T03:18:35.125Z | Downloaded hex v0.4.3 |
| 958 | 2024-07-13T03:18:35.129Z | Downloaded unsafe-libyaml v0.2.11 |
| 959 | 2024-07-13T03:18:35.131Z | Downloaded hash32 v0.3.1 |
| 960 | 2024-07-13T03:18:35.131Z | Downloaded guppy-workspace-hack v0.1.0 |
| 961 | 2024-07-13T03:18:35.134Z | Downloaded downcast v0.11.0 |
| 962 | 2024-07-13T03:18:35.134Z | Downloaded ghash v0.5.1 |
| 963 | 2024-07-13T03:18:35.134Z | Downloaded portpicker v0.1.1 |
| 964 | 2024-07-13T03:18:35.137Z | Downloaded derive_builder_core v0.20.0 |
| 965 | 2024-07-13T03:18:35.137Z | Downloaded rand_xorshift v0.3.0 |
| 966 | 2024-07-13T03:18:35.140Z | Downloaded rcgen v0.12.1 |
| 967 | 2024-07-13T03:18:35.143Z | Downloaded hash32 v0.2.1 |
| 968 | 2024-07-13T03:18:35.143Z | Downloaded slog-stdlog v4.1.1 |
| 969 | 2024-07-13T03:18:35.146Z | Downloaded siphasher v0.3.11 |
| 970 | 2024-07-13T03:18:35.146Z | Downloaded signal-hook-tokio v0.3.1 |
| 971 | 2024-07-13T03:18:35.149Z | Downloaded tokio-stream v0.1.15 |
| 972 | 2024-07-13T03:18:35.153Z | Downloaded pkcs8 v0.10.2 |
| 973 | 2024-07-13T03:18:35.156Z | Downloaded serde_derive_internals v0.29.1 |
| 974 | 2024-07-13T03:18:35.159Z | Downloaded getrandom v0.2.14 |
| 975 | 2024-07-13T03:18:35.163Z | Downloaded itertools v0.13.0 |
| 976 | 2024-07-13T03:18:35.166Z | Downloaded hex-literal v0.4.1 |
| 977 | 2024-07-13T03:18:35.169Z | Downloaded zeroize_derive v1.4.2 |
| 978 | 2024-07-13T03:18:35.170Z | Downloaded zeroize v1.7.0 |
| 979 | 2024-07-13T03:18:35.172Z | Downloaded yansi v0.5.1 |
| 980 | 2024-07-13T03:18:35.172Z | Downloaded tinytemplate v1.2.1 |
| 981 | 2024-07-13T03:18:35.175Z | Downloaded primeorder v0.13.6 |
| 982 | 2024-07-13T03:18:35.176Z | Downloaded threadpool v1.8.1 |
| 983 | 2024-07-13T03:18:35.176Z | Downloaded vsss-rs v3.3.4 |
| 984 | 2024-07-13T03:18:35.178Z | Downloaded plotters-backend v0.3.5 |
| 985 | 2024-07-13T03:18:35.182Z | Downloaded tabwriter v1.4.0 |
| 986 | 2024-07-13T03:18:35.183Z | Downloaded highway v1.1.0 |
| 987 | 2024-07-13T03:18:35.185Z | Downloaded rand_distr v0.4.3 |
| 988 | 2024-07-13T03:18:35.188Z | Downloaded unicode_categories v0.1.1 |
| 989 | 2024-07-13T03:18:35.191Z | Downloaded tokio-postgres v0.7.10 |
| 990 | 2024-07-13T03:18:35.194Z | Downloaded sec1 v0.7.3 |
| 991 | 2024-07-13T03:18:35.196Z | Downloaded tower v0.4.13 |
| 992 | 2024-07-13T03:18:35.204Z | Downloaded russh v0.43.0 |
| 993 | 2024-07-13T03:18:35.210Z | Downloaded termios v0.3.3 |
| 994 | 2024-07-13T03:18:35.214Z | Downloaded unicode-xid v0.2.4 |
| 995 | 2024-07-13T03:18:35.217Z | Downloaded tiny-keccak v2.0.2 |
| 996 | 2024-07-13T03:18:35.217Z | Downloaded trybuild v1.0.96 |
| 997 | 2024-07-13T03:18:35.220Z | Downloaded vte v0.11.1 |
| 998 | 2024-07-13T03:18:35.222Z | Downloaded thiserror-no-std v2.0.2 |
| 999 | 2024-07-13T03:18:35.226Z | Downloaded strum_macros v0.24.3 |
| 1000 | 2024-07-13T03:18:35.229Z | Downloaded regex-automata v0.1.10 |
| 1001 | 2024-07-13T03:18:35.233Z | Downloaded publicsuffix v2.2.3 |
| 1002 | 2024-07-13T03:18:35.237Z | Downloaded group v0.13.0 |
| 1003 | 2024-07-13T03:18:35.240Z | Downloaded signal-hook v0.3.17 |
| 1004 | 2024-07-13T03:18:35.243Z | Downloaded tough v0.17.1 |
| 1005 | 2024-07-13T03:18:35.249Z | Downloaded half v2.4.1 |
| 1006 | 2024-07-13T03:18:35.252Z | Downloaded diesel_derives v2.1.4 |
| 1007 | 2024-07-13T03:18:35.256Z | Downloaded der v0.7.9 |
| 1008 | 2024-07-13T03:18:35.261Z | Downloaded ed25519-dalek v2.1.1 |
| 1009 | 2024-07-13T03:18:35.264Z | Downloaded postcard v1.0.8 |
| 1010 | 2024-07-13T03:18:35.267Z | Downloaded ron v0.7.1 |
| 1011 | 2024-07-13T03:18:35.272Z | Downloaded trust-dns-client v0.22.0 |
| 1012 | 2024-07-13T03:18:35.278Z | Downloaded smallvec v0.6.14 |
| 1013 | 2024-07-13T03:18:35.281Z | Downloaded zerocopy v0.6.6 |
| 1014 | 2024-07-13T03:18:35.284Z | Downloaded salty v0.2.0 |
| 1015 | 2024-07-13T03:18:35.288Z | Downloaded typed-path v0.7.1 |
| 1016 | 2024-07-13T03:18:35.294Z | Downloaded zip v0.6.6 |
| 1017 | 2024-07-13T03:18:35.298Z | Downloaded rayon-core v1.12.1 |
| 1018 | 2024-07-13T03:18:35.302Z | Downloaded prettyplease v0.2.20 |
| 1019 | 2024-07-13T03:18:35.305Z | Downloaded winnow v0.5.40 |
| 1020 | 2024-07-13T03:18:35.315Z | Downloaded sqlparser v0.45.0 |
| 1021 | 2024-07-13T03:18:35.320Z | Downloaded pretty_assertions v1.4.0 |
| 1022 | 2024-07-13T03:18:35.323Z | Downloaded rustyline v14.0.0 |
| 1023 | 2024-07-13T03:18:35.328Z | Downloaded x509-cert v0.2.5 |
| 1024 | 2024-07-13T03:18:35.334Z | Downloaded lalrpop v0.19.12 |
| 1025 | 2024-07-13T03:18:35.346Z | Downloaded expectorate v1.1.0 |
| 1026 | 2024-07-13T03:18:35.349Z | Downloaded bitvec v1.0.1 |
| 1027 | 2024-07-13T03:18:35.363Z | Downloaded bindgen v0.69.4 |
| 1028 | 2024-07-13T03:18:35.370Z | Downloaded chrono v0.4.38 |
| 1029 | 2024-07-13T03:18:35.378Z | Downloaded portable-atomic v1.6.0 |
| 1030 | 2024-07-13T03:18:35.384Z | Downloaded quick-xml v0.31.0 |
| 1031 | 2024-07-13T03:18:35.390Z | Downloaded hyper v1.3.1 |
| 1032 | 2024-07-13T03:18:35.398Z | Downloaded guppy v0.17.5 |
| 1033 | 2024-07-13T03:18:35.403Z | Downloaded reedline v0.31.0 |
| 1034 | 2024-07-13T03:18:35.411Z | Downloaded proptest v1.4.0 |
| 1035 | 2024-07-13T03:18:35.420Z | Downloaded object v0.32.2 |
| 1036 | 2024-07-13T03:18:35.432Z | Downloaded rustls-webpki v0.101.7 |
| 1037 | 2024-07-13T03:18:35.446Z | Downloaded radix_trie v0.2.1 |
| 1038 | 2024-07-13T03:18:35.451Z | Downloaded hkdf v0.12.4 |
| 1039 | 2024-07-13T03:18:35.454Z | Downloaded plotters v0.3.5 |
| 1040 | 2024-07-13T03:18:35.463Z | Downloaded smoltcp v0.9.1 |
| 1041 | 2024-07-13T03:18:35.475Z | Downloaded rustls-webpki v0.102.4 |
| 1042 | 2024-07-13T03:18:35.493Z | Downloaded regex v1.10.5 |
| 1043 | 2024-07-13T03:18:35.506Z | Downloaded gimli v0.28.1 |
| 1044 | 2024-07-13T03:18:35.514Z | Downloaded trust-dns-proto v0.22.0 |
| 1045 | 2024-07-13T03:18:35.526Z | Downloaded rustls v0.21.12 |
| 1046 | 2024-07-13T03:18:35.538Z | Downloaded polar-core v0.27.3 |
| 1047 | 2024-07-13T03:18:35.546Z | Downloaded smoltcp v0.11.0 |
| 1048 | 2024-07-13T03:18:35.558Z | Downloaded bstr v1.9.1 |
| 1049 | 2024-07-13T03:18:35.569Z | Downloaded diesel v2.1.6 |
| 1050 | 2024-07-13T03:18:35.587Z | Downloaded sled v0.34.7 |
| 1051 | 2024-07-13T03:18:35.597Z | Downloaded regex-automata v0.4.6 |
| 1052 | 2024-07-13T03:18:35.614Z | Downloaded rustls v0.22.4 |
| 1053 | 2024-07-13T03:18:35.627Z | Downloaded finl_unicode v1.2.0 |
| 1054 | 2024-07-13T03:18:35.641Z | Downloaded zerocopy-derive v0.6.6 |
| 1055 | 2024-07-13T03:18:35.649Z | Downloaded petgraph v0.6.5 |
| 1056 | 2024-07-13T03:18:35.666Z | Downloaded ratatui v0.27.0 |
| 1057 | 2024-07-13T03:18:35.684Z | Downloaded bzip2-sys v0.1.11+1.0.8 |
| 1058 | 2024-07-13T03:18:35.696Z | Downloaded regress v0.9.1 |
| 1059 | 2024-07-13T03:18:35.705Z | Downloaded sha3 v0.10.8 |
| 1060 | 2024-07-13T03:18:35.710Z | Downloaded csv v1.3.0 |
| 1061 | 2024-07-13T03:18:35.729Z | Downloaded regex-syntax v0.8.3 |
| 1062 | 2024-07-13T03:18:35.738Z | Downloaded idna v0.3.0 |
| 1063 | 2024-07-13T03:18:35.744Z | Downloaded regex-syntax v0.6.29 |
| 1064 | 2024-07-13T03:18:35.752Z | Downloaded openapiv3 v2.0.0 |
| 1065 | 2024-07-13T03:18:35.766Z | Downloaded bstr v0.2.17 |
| 1066 | 2024-07-13T03:18:35.772Z | Downloaded idna v0.2.3 |
| 1067 | 2024-07-13T03:18:35.778Z | Downloaded webpki-roots v0.25.4 |
| 1068 | 2024-07-13T03:18:35.782Z | Downloaded nix v0.28.0 |
| 1069 | 2024-07-13T03:18:35.794Z | Downloaded nix v0.27.1 |
| 1070 | 2024-07-13T03:18:35.805Z | Downloaded curve25519-dalek v4.1.3 |
| 1071 | 2024-07-13T03:18:35.815Z | Downloaded rayon v1.10.0 |
| 1072 | 2024-07-13T03:18:35.826Z | Downloaded object v0.30.4 |
| 1073 | 2024-07-13T03:18:35.834Z | Downloaded serde_with v3.8.3 |
| 1074 | 2024-07-13T03:18:35.842Z | Downloaded ron v0.8.1 |
| 1075 | 2024-07-13T03:18:35.848Z | Downloaded samael v0.0.15 |
| 1076 | 2024-07-13T03:18:35.853Z | Downloaded p521 v0.13.3 |
| 1077 | 2024-07-13T03:18:35.857Z | Downloaded trust-dns-resolver v0.22.0 |
| 1078 | 2024-07-13T03:18:35.861Z | Downloaded num-bigint-dig v0.8.4 |
| 1079 | 2024-07-13T03:18:35.865Z | Downloaded blake3 v1.5.1 |
| 1080 | 2024-07-13T03:18:35.873Z | Downloaded schemars v0.8.21 |
| 1081 | 2024-07-13T03:18:35.884Z | Downloaded fatfs v0.3.6 |
| 1082 | 2024-07-13T03:18:35.887Z | Downloaded heapless v0.8.0 |
| 1083 | 2024-07-13T03:18:35.893Z | Downloaded http v1.1.0 |
| 1084 | 2024-07-13T03:18:35.896Z | Downloaded similar v2.5.0 |
| 1085 | 2024-07-13T03:18:35.899Z | Downloaded derive-where v1.2.7 |
| 1086 | 2024-07-13T03:18:35.903Z | Downloaded tungstenite v0.21.0 |
| 1087 | 2024-07-13T03:18:35.906Z | Downloaded tungstenite v0.20.1 |
| 1088 | 2024-07-13T03:18:35.909Z | Downloaded rand v0.7.3 |
| 1089 | 2024-07-13T03:18:35.914Z | Downloaded sct v0.7.1 |
| 1090 | 2024-07-13T03:18:35.917Z | Downloaded trust-dns-server v0.22.1 |
| 1091 | 2024-07-13T03:18:35.923Z | Downloaded schemars_derive v0.8.21 |
| 1092 | 2024-07-13T03:18:35.926Z | Downloaded rustls-pki-types v1.7.0 |
| 1093 | 2024-07-13T03:18:35.928Z | Downloaded rustfmt-wrapper v0.2.1 |
| 1094 | 2024-07-13T03:18:35.928Z | Downloaded ring v0.17.8 |
| 1095 | 2024-07-13T03:18:36.025Z | Downloaded aho-corasick v1.1.3 |
| 1096 | 2024-07-13T03:18:36.031Z | Downloaded serde_yaml v0.9.34+deprecated |
| 1097 | 2024-07-13T03:18:36.034Z | Downloaded erased-serde v0.3.31 |
| 1098 | 2024-07-13T03:18:36.037Z | Downloaded ring v0.16.20 |
| 1099 | 2024-07-13T03:18:36.117Z | Downloaded structmeta-derive v0.3.0 |
| 1100 | 2024-07-13T03:18:36.120Z | Downloaded structmeta-derive v0.2.0 |
| 1101 | 2024-07-13T03:18:36.120Z | Downloaded itertools v0.12.1 |
| 1102 | 2024-07-13T03:18:36.125Z | Downloaded criterion v0.5.1 |
| 1103 | 2024-07-13T03:18:36.130Z | Downloaded unicode-segmentation v1.11.0 |
| 1104 | 2024-07-13T03:18:36.133Z | Downloaded aes v0.8.4 |
| 1105 | 2024-07-13T03:18:36.137Z | Downloaded predicates v3.1.0 |
| 1106 | 2024-07-13T03:18:36.140Z | Downloaded postgres-types v0.2.6 |
| 1107 | 2024-07-13T03:18:36.143Z | Downloaded sqlformat v0.2.4 |
| 1108 | 2024-07-13T03:18:36.146Z | Downloaded rustc-demangle v0.1.24 |
| 1109 | 2024-07-13T03:18:36.146Z | Downloaded rust-argon2 v2.1.0 |
| 1110 | 2024-07-13T03:18:36.146Z | Downloaded russh-keys v0.43.0 |
| 1111 | 2024-07-13T03:18:36.149Z | Downloaded nom v7.1.3 |
| 1112 | 2024-07-13T03:18:36.152Z | Downloaded uuid v1.9.1 |
| 1113 | 2024-07-13T03:18:36.155Z | Downloaded aes-gcm v0.10.3 |
| 1114 | 2024-07-13T03:18:36.158Z | Downloaded supports-color v3.0.0 |
| 1115 | 2024-07-13T03:18:36.161Z | Downloaded globset v0.4.14 |
| 1116 | 2024-07-13T03:18:36.161Z | Downloaded derive_builder v0.20.0 |
| 1117 | 2024-07-13T03:18:36.165Z | Downloaded subprocess v0.2.9 |
| 1118 | 2024-07-13T03:18:36.168Z | Downloaded fancy-regex v0.13.0 |
| 1119 | 2024-07-13T03:18:36.171Z | Downloaded spin v0.9.8 |
| 1120 | 2024-07-13T03:18:36.174Z | Downloaded datatest-stable v0.2.9 |
| 1121 | 2024-07-13T03:18:36.177Z | Downloaded spki v0.7.3 |
| 1122 | 2024-07-13T03:18:36.180Z | Downloaded env_logger v0.9.3 |
| 1123 | 2024-07-13T03:18:36.180Z | Downloaded pin-project v1.1.5 |
| 1124 | 2024-07-13T03:18:36.190Z | Downloaded hyper-util v0.1.3 |
| 1125 | 2024-07-13T03:18:36.193Z | Downloaded impl-trait-for-tuples v0.2.2 |
| 1126 | 2024-07-13T03:18:36.196Z | Downloaded hubpack v0.1.2 |
| 1127 | 2024-07-13T03:18:36.200Z | Downloaded utf-8 v0.7.6 |
| 1128 | 2024-07-13T03:18:36.200Z | Downloaded rfc6979 v0.4.0 |
| 1129 | 2024-07-13T03:18:36.200Z | Downloaded env_logger v0.10.2 |
| 1130 | 2024-07-13T03:18:36.203Z | Downloaded steno v0.4.1 |
| 1131 | 2024-07-13T03:18:36.206Z | Downloaded diff v0.1.13 |
| 1132 | 2024-07-13T03:18:36.209Z | Downloaded darling_core v0.20.9 |
| 1133 | 2024-07-13T03:18:36.212Z | Downloaded tokio-rustls v0.25.0 |
| 1134 | 2024-07-13T03:18:36.215Z | Downloaded structmeta v0.2.0 |
| 1135 | 2024-07-13T03:18:36.215Z | Downloaded snafu v0.8.2 |
| 1136 | 2024-07-13T03:18:36.220Z | Downloaded rand_core v0.6.4 |
| 1137 | 2024-07-13T03:18:36.227Z | Downloaded rand_core v0.5.1 |
| 1138 | 2024-07-13T03:18:36.227Z | Downloaded untrusted v0.9.0 |
| 1139 | 2024-07-13T03:18:36.227Z | Downloaded tokio-rustls v0.24.1 |
| 1140 | 2024-07-13T03:18:36.227Z | Downloaded tls_codec_derive v0.4.1 |
| 1141 | 2024-07-13T03:18:36.231Z | Downloaded rstest_macros v0.19.0 |
| 1142 | 2024-07-13T03:18:36.231Z | Downloaded ena v0.14.3 |
| 1143 | 2024-07-13T03:18:36.234Z | Downloaded rustls-pemfile v2.1.2 |
| 1144 | 2024-07-13T03:18:36.234Z | Downloaded headers v0.3.9 |
| 1145 | 2024-07-13T03:18:36.238Z | Downloaded flume v0.11.0 |
| 1146 | 2024-07-13T03:18:36.242Z | Downloaded itertools v0.10.5 |
| 1147 | 2024-07-13T03:18:36.247Z | Downloaded semver v0.1.20 |
| 1148 | 2024-07-13T03:18:36.250Z | Downloaded polyval v0.6.2 |
| 1149 | 2024-07-13T03:18:36.250Z | Downloaded poly1305 v0.8.0 |
| 1150 | 2024-07-13T03:18:36.253Z | Downloaded pin-project-internal v1.1.5 |
| 1151 | 2024-07-13T03:18:36.253Z | Downloaded crypto-bigint v0.5.5 |
| 1152 | 2024-07-13T03:18:36.259Z | Downloaded fd-lock v4.0.2 |
| 1153 | 2024-07-13T03:18:36.262Z | Downloaded hyper-rustls v0.26.0 |
| 1154 | 2024-07-13T03:18:36.265Z | Downloaded toml v0.7.8 |
| 1155 | 2024-07-13T03:18:36.269Z | Downloaded toml v0.5.11 |
| 1156 | 2024-07-13T03:18:36.272Z | Downloaded socket2 v0.4.10 |
| 1157 | 2024-07-13T03:18:36.272Z | Downloaded base64 v0.22.1 |
| 1158 | 2024-07-13T03:18:36.274Z | Downloaded tempfile v3.10.1 |
| 1159 | 2024-07-13T03:18:36.277Z | Downloaded r2d2 v0.8.10 |
| 1160 | 2024-07-13T03:18:36.277Z | Downloaded quick-error v1.2.3 |
| 1161 | 2024-07-13T03:18:36.280Z | Downloaded shlex v1.3.0 |
| 1162 | 2024-07-13T03:18:36.281Z | Downloaded relative-path v1.9.3 |
| 1163 | 2024-07-13T03:18:36.281Z | Downloaded target-spec v3.1.0 |
| 1164 | 2024-07-13T03:18:36.283Z | Downloaded flagset v0.4.5 |
| 1165 | 2024-07-13T03:18:36.284Z | Downloaded fixedbitset v0.4.2 |
| 1166 | 2024-07-13T03:18:36.286Z | Downloaded dirs-sys v0.4.1 |
| 1167 | 2024-07-13T03:18:36.286Z | Downloaded dirs v5.0.1 |
| 1168 | 2024-07-13T03:18:36.286Z | Downloaded difflib v0.4.0 |
| 1169 | 2024-07-13T03:18:36.289Z | Downloaded postgres-protocol v0.6.6 |
| 1170 | 2024-07-13T03:18:36.289Z | Downloaded stable_deref_trait v1.2.0 |
| 1171 | 2024-07-13T03:18:36.289Z | Downloaded parking_lot v0.11.2 |
| 1172 | 2024-07-13T03:18:36.293Z | Downloaded hyper-rustls v0.24.2 |
| 1173 | 2024-07-13T03:18:36.296Z | Downloaded chacha20poly1305 v0.10.1 |
| 1174 | 2024-07-13T03:18:36.296Z | Downloaded whoami v1.5.1 |
| 1175 | 2024-07-13T03:18:36.299Z | Downloaded walkdir v2.5.0 |
| 1176 | 2024-07-13T03:18:36.299Z | Downloaded tokio-tungstenite v0.21.0 |
| 1177 | 2024-07-13T03:18:36.302Z | Downloaded http-body v1.0.0 |
| 1178 | 2024-07-13T03:18:36.302Z | Downloaded display-error-chain v0.2.0 |
| 1179 | 2024-07-13T03:18:36.305Z | Downloaded scheduled-thread-pool v0.2.7 |
| 1180 | 2024-07-13T03:18:36.305Z | Downloaded target-lexicon v0.12.14 |
| 1181 | 2024-07-13T03:18:36.305Z | Downloaded compact_str v0.7.1 |
| 1182 | 2024-07-13T03:18:36.308Z | Downloaded arc-swap v1.7.1 |
| 1183 | 2024-07-13T03:18:36.311Z | Downloaded password-hash v0.4.2 |
| 1184 | 2024-07-13T03:18:36.314Z | Downloaded owo-colors v4.0.0 |
| 1185 | 2024-07-13T03:18:36.317Z | Downloaded cfg-expr v0.15.8 |
| 1186 | 2024-07-13T03:18:36.317Z | Downloaded rpassword v7.3.1 |
| 1187 | 2024-07-13T03:18:36.320Z | Downloaded stringprep v0.1.4 |
| 1188 | 2024-07-13T03:18:36.320Z | Downloaded crc-any v2.5.0 |
| 1189 | 2024-07-13T03:18:36.324Z | Downloaded cookie v0.18.1 |
| 1190 | 2024-07-13T03:18:36.331Z | Downloaded blake2 v0.10.6 |
| 1191 | 2024-07-13T03:18:36.334Z | Downloaded gethostname v0.4.3 |
| 1192 | 2024-07-13T03:18:36.335Z | Downloaded fastrand v2.1.0 |
| 1193 | 2024-07-13T03:18:36.335Z | Downloaded wyz v0.5.1 |
| 1194 | 2024-07-13T03:18:36.335Z | Downloaded unicode-linebreak v0.1.5 |
| 1195 | 2024-07-13T03:18:36.335Z | Downloaded const-oid v0.9.6 |
| 1196 | 2024-07-13T03:18:36.335Z | Downloaded bcs v0.1.6 |
| 1197 | 2024-07-13T03:18:36.335Z | Downloaded ahash v0.8.11 |
| 1198 | 2024-07-13T03:18:36.338Z | Downloaded thiserror-impl-no-std v2.0.2 |
| 1199 | 2024-07-13T03:18:36.338Z | Downloaded linked-hash-map v0.5.6 |
| 1200 | 2024-07-13T03:18:36.341Z | Downloaded pbkdf2 v0.12.2 |
| 1201 | 2024-07-13T03:18:36.341Z | Downloaded paste v1.0.15 |
| 1202 | 2024-07-13T03:18:36.343Z | Downloaded nibble_vec v0.1.0 |
| 1203 | 2024-07-13T03:18:36.343Z | Downloaded maybe-uninit v2.0.0 |
| 1204 | 2024-07-13T03:18:36.346Z | Downloaded crossbeam-epoch v0.9.18 |
| 1205 | 2024-07-13T03:18:36.346Z | Downloaded clang-sys v1.7.0 |
| 1206 | 2024-07-13T03:18:36.350Z | Downloaded cbc v0.1.2 |
| 1207 | 2024-07-13T03:18:36.353Z | Downloaded cancel-safe-futures v0.1.5 |
| 1208 | 2024-07-13T03:18:36.353Z | Downloaded signal-hook-mio v0.2.3 |
| 1209 | 2024-07-13T03:18:36.355Z | Downloaded serde_repr v0.1.19 |
| 1210 | 2024-07-13T03:18:36.355Z | Downloaded console v0.15.8 |
| 1211 | 2024-07-13T03:18:36.358Z | Downloaded multimap v0.10.0 |
| 1212 | 2024-07-13T03:18:36.361Z | Downloaded memoffset v0.9.1 |
| 1213 | 2024-07-13T03:18:36.361Z | Downloaded oorandom v11.1.3 |
| 1214 | 2024-07-13T03:18:36.361Z | Downloaded olpc-cjson v0.1.3 |
| 1215 | 2024-07-13T03:18:36.361Z | Downloaded maplit v1.0.2 |
| 1216 | 2024-07-13T03:18:36.363Z | Downloaded bitfield v0.14.0 |
| 1217 | 2024-07-13T03:18:36.363Z | Downloaded base64ct v1.6.0 |
| 1218 | 2024-07-13T03:18:36.366Z | Downloaded memmap2 v0.9.4 |
| 1219 | 2024-07-13T03:18:36.366Z | Downloaded cookie v0.17.0 |
| 1220 | 2024-07-13T03:18:36.370Z | Downloaded ciborium v0.2.2 |
| 1221 | 2024-07-13T03:18:36.373Z | Downloaded newtype-uuid v1.1.0 |
| 1222 | 2024-07-13T03:18:36.373Z | Downloaded mime_guess v2.0.4 |
| 1223 | 2024-07-13T03:18:36.373Z | Downloaded lru v0.12.3 |
| 1224 | 2024-07-13T03:18:36.376Z | Downloaded csv-core v0.1.11 |
| 1225 | 2024-07-13T03:18:36.376Z | Downloaded corncobs v0.1.3 |
| 1226 | 2024-07-13T03:18:36.376Z | Downloaded bitstruct_derive v0.1.0 |
| 1227 | 2024-07-13T03:18:36.379Z | Downloaded blake2b_simd v1.0.2 |
| 1228 | 2024-07-13T03:18:36.379Z | Downloaded arrayvec v0.7.4 |
| 1229 | 2024-07-13T03:18:36.382Z | Downloaded cookie_store v0.20.0 |
| 1230 | 2024-07-13T03:18:36.382Z | Downloaded convert_case v0.4.0 |
| 1231 | 2024-07-13T03:18:36.384Z | Downloaded chacha20 v0.9.1 |
| 1232 | 2024-07-13T03:18:36.384Z | Downloaded pbkdf2 v0.11.0 |
| 1233 | 2024-07-13T03:18:36.387Z | Downloaded num-derive v0.4.2 |
| 1234 | 2024-07-13T03:18:36.387Z | Downloaded cobs v0.2.3 |
| 1235 | 2024-07-13T03:18:36.390Z | Downloaded buf-list v1.0.3 |
| 1236 | 2024-07-13T03:18:36.393Z | Downloaded packed_struct v0.10.1 |
| 1237 | 2024-07-13T03:18:36.393Z | Downloaded cast v0.3.0 |
| 1238 | 2024-07-13T03:18:36.393Z | Downloaded blowfish v0.9.1 |
| 1239 | 2024-07-13T03:18:36.396Z | Downloaded bit-set v0.5.3 |
| 1240 | 2024-07-13T03:18:36.396Z | Downloaded bcrypt-pbkdf v0.10.0 |
| 1241 | 2024-07-13T03:18:36.396Z | Downloaded md-5 v0.10.6 |
| 1242 | 2024-07-13T03:18:36.399Z | Downloaded addr2line v0.21.0 |
| 1243 | 2024-07-13T03:18:36.403Z | Downloaded async-trait v0.1.81 |
| 1244 | 2024-07-13T03:18:36.405Z | Downloaded argon2 v0.5.3 |
| 1245 | 2024-07-13T03:18:36.405Z | Downloaded num_enum v0.5.11 |
| 1246 | 2024-07-13T03:18:36.408Z | Downloaded num-iter v0.1.45 |
| 1247 | 2024-07-13T03:18:36.412Z | Downloaded kstat-rs v0.2.4 |
| 1248 | 2024-07-13T03:18:36.412Z | Downloaded ipnetwork v0.20.0 |
| 1249 | 2024-07-13T03:18:36.415Z | Downloaded bit-vec v0.6.3 |
| 1250 | 2024-07-13T03:18:36.415Z | Downloaded array-init v0.0.4 |
| 1251 | 2024-07-13T03:18:36.415Z | Downloaded keccak v0.1.5 |
| 1252 | 2024-07-13T03:18:36.415Z | Downloaded backoff v0.4.0 |
| 1253 | 2024-07-13T03:18:36.418Z | Downloaded assert_cmd v2.0.14 |
| 1254 | 2024-07-13T03:18:36.418Z | Downloaded block-padding v0.3.3 |
| 1255 | 2024-07-13T03:18:36.420Z | Downloaded libsw v3.3.1 |
| 1256 | 2024-07-13T03:18:36.421Z | Downloaded atomic-waker v1.1.2 |
| 1257 | 2024-07-13T03:18:36.421Z | Downloaded path-slash v0.1.5 |
| 1258 | 2024-07-13T03:18:36.423Z | Downloaded ciborium-ll v0.2.2 |
| 1259 | 2024-07-13T03:18:36.423Z | Downloaded bb8 v0.8.5 |
| 1260 | 2024-07-13T03:18:36.423Z | Downloaded cassowary v0.3.0 |
| 1261 | 2024-07-13T03:18:36.426Z | Downloaded camino-tempfile v1.1.1 |
| 1262 | 2024-07-13T03:18:36.426Z | Downloaded bitfield-struct v0.6.1 |
| 1263 | 2024-07-13T03:18:36.429Z | Downloaded base16ct v0.2.0 |
| 1264 | 2024-07-13T03:18:36.429Z | Downloaded assert_matches v1.5.0 |
| 1265 | 2024-07-13T03:18:36.429Z | Downloaded ascii-canvas v3.0.0 |
| 1266 | 2024-07-13T03:18:36.432Z | Downloaded newtype_derive v0.1.6 |
| 1267 | 2024-07-13T03:18:36.432Z | Downloaded matches v0.1.10 |
| 1268 | 2024-07-13T03:18:36.432Z | Downloaded crc-catalog v2.4.0 |
| 1269 | 2024-07-13T03:18:37.108Z | Compiling serde v1.0.204 |
| 1270 | 2024-07-13T03:18:37.111Z | Checking cfg-if v1.0.0 |
| 1271 | 2024-07-13T03:18:37.181Z | Compiling libm v0.2.8 |
| 1272 | 2024-07-13T03:18:37.181Z | Compiling num-traits v0.2.19 |
| 1273 | 2024-07-13T03:18:37.205Z | Checking libc v0.2.155 |
| 1274 | 2024-07-13T03:18:37.224Z | Compiling syn v2.0.68 |
| 1275 | 2024-07-13T03:18:37.244Z | Compiling ahash v0.8.11 |
| 1276 | 2024-07-13T03:18:37.244Z | Compiling getrandom v0.2.14 |
| 1277 | 2024-07-13T03:18:37.247Z | Compiling serde_json v1.0.120 |
| 1278 | 2024-07-13T03:18:37.503Z | Compiling generic-array v0.14.7 |
| 1279 | 2024-07-13T03:18:37.594Z | Compiling log v0.4.21 |
| 1280 | 2024-07-13T03:18:37.616Z | Checking scopeguard v1.2.0 |
| 1281 | 2024-07-13T03:18:37.654Z | Checking memchr v2.7.2 |
| 1282 | 2024-07-13T03:18:37.750Z | Checking lock_api v0.4.12 |
| 1283 | 2024-07-13T03:18:37.771Z | Compiling syn v1.0.109 |
| 1284 | 2024-07-13T03:18:37.857Z | Checking itoa v1.0.11 |
| 1285 | 2024-07-13T03:18:37.987Z | Checking byteorder v1.5.0 |
| 1286 | 2024-07-13T03:18:38.010Z | Compiling allocator-api2 v0.2.18 |
| 1287 | 2024-07-13T03:18:38.151Z | Checking smallvec v1.13.2 |
| 1288 | 2024-07-13T03:18:38.371Z | Compiling schemars v0.8.21 |
| 1289 | 2024-07-13T03:18:38.464Z | Compiling ring v0.17.8 |
| 1290 | 2024-07-13T03:18:38.516Z | Checking rand_core v0.6.4 |
| 1291 | 2024-07-13T03:18:38.533Z | Compiling time-macros v0.2.18 |
| 1292 | 2024-07-13T03:18:38.728Z | Checking once_cell v1.19.0 |
| 1293 | 2024-07-13T03:18:38.788Z | Compiling slog v2.7.0 |
| 1294 | 2024-07-13T03:18:38.802Z | Checking parking_lot_core v0.9.10 |
| 1295 | 2024-07-13T03:18:39.013Z | Compiling aho-corasick v1.1.3 |
| 1296 | 2024-07-13T03:18:39.129Z | Checking parking_lot v0.12.2 |
| 1297 | 2024-07-13T03:18:39.313Z | Checking pin-project-lite v0.2.14 |
| 1298 | 2024-07-13T03:18:39.433Z | Compiling regex-syntax v0.8.3 |
| 1299 | 2024-07-13T03:18:41.885Z | Checking signal-hook-registry v1.4.2 |
| 1300 | 2024-07-13T03:18:42.078Z | Compiling crossbeam-utils v0.8.19 |
| 1301 | 2024-07-13T03:18:42.098Z | Checking mio v0.8.11 |
| 1302 | 2024-07-13T03:18:42.687Z | Compiling iana-time-zone v0.1.60 |
| 1303 | 2024-07-13T03:18:42.727Z | Compiling spin v0.9.8 |
| 1304 | 2024-07-13T03:18:43.039Z | Compiling regex-automata v0.4.6 |
| 1305 | 2024-07-13T03:18:43.119Z | Checking num_cpus v1.16.0 |
| 1306 | 2024-07-13T03:18:43.147Z | Compiling rustls v0.21.12 |
| 1307 | 2024-07-13T03:18:43.227Z | Checking typenum v1.17.0 |
| 1308 | 2024-07-13T03:18:43.419Z | Compiling cookie v0.17.0 |
| 1309 | 2024-07-13T03:18:43.677Z | Compiling dyn-clone v1.0.17 |
| 1310 | 2024-07-13T03:18:43.915Z | Checking futures-core v0.3.30 |
| 1311 | 2024-07-13T03:18:44.172Z | Checking socket2 v0.5.7 |
| 1312 | 2024-07-13T03:18:44.587Z | Compiling serde_derive_internals v0.29.1 |
| 1313 | 2024-07-13T03:18:44.616Z | Compiling backtrace v0.3.71 |
| 1314 | 2024-07-13T03:18:44.804Z | Checking ryu v1.0.18 |
| 1315 | 2024-07-13T03:18:44.911Z | Checking subtle v2.5.0 |
| 1316 | 2024-07-13T03:18:45.073Z | Compiling anyhow v1.0.86 |
| 1317 | 2024-07-13T03:18:45.736Z | Compiling unicode-normalization v0.1.23 |
| 1318 | 2024-07-13T03:18:45.856Z | Checking futures-sink v0.3.30 |
| 1319 | 2024-07-13T03:18:46.000Z | Compiling unicode-bidi v0.3.15 |
| 1320 | 2024-07-13T03:18:46.133Z | Compiling untrusted v0.9.0 |
| 1321 | 2024-07-13T03:18:46.320Z | Compiling either v1.12.0 |
| 1322 | 2024-07-13T03:18:46.755Z | Checking futures-channel v0.3.30 |
| 1323 | 2024-07-13T03:18:46.836Z | Checking slab v0.4.9 |
| 1324 | 2024-07-13T03:18:47.108Z | Compiling const-oid v0.9.6 |
| 1325 | 2024-07-13T03:18:47.108Z | Checking futures-io v0.3.30 |
| 1326 | 2024-07-13T03:18:47.293Z | Checking pin-utils v0.1.0 |
| 1327 | 2024-07-13T03:18:47.386Z | Checking futures-task v0.3.30 |
| 1328 | 2024-07-13T03:18:47.479Z | Compiling winnow v0.5.40 |
| 1329 | 2024-07-13T03:18:47.549Z | Compiling time v0.3.36 |
| 1330 | 2024-07-13T03:18:49.030Z | Compiling regex v1.10.5 |
| 1331 | 2024-07-13T03:18:50.168Z | Compiling signal-hook v0.3.17 |
| 1332 | 2024-07-13T03:18:50.447Z | Compiling sct v0.7.1 |
| 1333 | 2024-07-13T03:18:50.737Z | Compiling rustls-webpki v0.101.7 |
| 1334 | 2024-07-13T03:18:50.741Z | Compiling idna v0.5.0 |
| 1335 | 2024-07-13T03:18:51.408Z | Compiling siphasher v0.3.11 |
| 1336 | 2024-07-13T03:18:51.654Z | Compiling url v2.5.0 |
| 1337 | 2024-07-13T03:18:51.986Z | Compiling serde_derive v1.0.204 |
| 1338 | 2024-07-13T03:18:52.402Z | Compiling zerocopy-derive v0.7.34 |
| 1339 | 2024-07-13T03:18:52.702Z | Compiling zeroize_derive v1.4.2 |
| 1340 | 2024-07-13T03:18:53.044Z | Compiling tokio-macros v2.3.0 |
| 1341 | 2024-07-13T03:18:53.139Z | Compiling thiserror-impl v1.0.60 |
| 1342 | 2024-07-13T03:18:53.608Z | Compiling futures-macro v0.3.30 |
| 1343 | 2024-07-13T03:18:54.350Z | Compiling tracing-attributes v0.1.27 |
| 1344 | 2024-07-13T03:18:54.765Z | Compiling schemars_derive v0.8.21 |
| 1345 | 2024-07-13T03:18:54.787Z | Compiling zerocopy v0.7.34 |
| 1346 | 2024-07-13T03:18:55.804Z | Checking zeroize v1.7.0 |
| 1347 | 2024-07-13T03:18:56.118Z | Compiling openssl-macros v0.1.1 |
| 1348 | 2024-07-13T03:18:56.389Z | Compiling async-trait v0.1.81 |
| 1349 | 2024-07-13T03:18:56.584Z | Compiling thiserror v1.0.60 |
| 1350 | 2024-07-13T03:18:57.125Z | Compiling hashbrown v0.14.5 |
| 1351 | 2024-07-13T03:18:57.273Z | Compiling scroll_derive v0.12.0 |
| 1352 | 2024-07-13T03:18:57.922Z | Compiling pest v2.7.10 |
| 1353 | 2024-07-13T03:18:58.292Z | Compiling der_derive v0.7.2 |
| 1354 | 2024-07-13T03:18:58.441Z | Checking crypto-common v0.1.6 |
| 1355 | 2024-07-13T03:18:58.760Z | Compiling scroll v0.12.0 |
| 1356 | 2024-07-13T03:18:59.216Z | Compiling futures-util v0.3.30 |
| 1357 | 2024-07-13T03:18:59.312Z | Compiling goblin v0.8.2 |
| 1358 | 2024-07-13T03:19:00.078Z | Compiling tracing v0.1.40 |
| 1359 | 2024-07-13T03:19:00.570Z | Compiling pest_meta v2.7.10 |
| 1360 | 2024-07-13T03:19:00.928Z | Compiling clap_derive v4.5.4 |
| 1361 | 2024-07-13T03:19:01.897Z | Compiling pest_generator v2.7.10 |
| 1362 | 2024-07-13T03:19:03.901Z | Compiling block-buffer v0.10.4 |
| 1363 | 2024-07-13T03:19:04.328Z | Compiling digest v0.10.7 |
| 1364 | 2024-07-13T03:19:04.682Z | Compiling zerocopy-derive v0.6.6 |
| 1365 | 2024-07-13T03:19:09.193Z | Compiling idna v0.3.0 |
| 1366 | 2024-07-13T03:19:09.254Z | Checking bytes v1.6.0 |
| 1367 | 2024-07-13T03:19:09.254Z | Compiling pest_derive v2.7.10 |
| 1368 | 2024-07-13T03:19:09.254Z | Checking bitflags v2.5.0 |
| 1369 | 2024-07-13T03:19:09.254Z | Compiling psl-types v2.0.11 |
| 1370 | 2024-07-13T03:19:09.254Z | Compiling indexmap v2.2.6 |
| 1371 | 2024-07-13T03:19:09.255Z | Compiling semver v1.0.23 |
| 1372 | 2024-07-13T03:19:09.255Z | Compiling serde_tokenstream v0.2.1 |
| 1373 | 2024-07-13T03:19:09.255Z | Compiling uuid v1.9.1 |
| 1374 | 2024-07-13T03:19:09.255Z | Compiling chrono v0.4.38 |
| 1375 | 2024-07-13T03:19:09.255Z | Checking tokio v1.38.0 |
| 1376 | 2024-07-13T03:19:09.255Z | Compiling http v0.2.12 |
| 1377 | 2024-07-13T03:19:09.255Z | Compiling rustc_version v0.4.0 |
| 1378 | 2024-07-13T03:19:09.255Z | Compiling toml_datetime v0.6.6 |
| 1379 | 2024-07-13T03:19:09.255Z | Compiling serde_spanned v0.6.6 |
| 1380 | 2024-07-13T03:19:09.255Z | Compiling dof v0.3.0 |
| 1381 | 2024-07-13T03:19:09.294Z | Compiling dtrace-parser v0.2.0 |
| 1382 | 2024-07-13T03:19:10.101Z | Compiling usdt-impl v0.5.0 |
| 1383 | 2024-07-13T03:19:10.642Z | Compiling openapiv3 v2.0.0 |
| 1384 | 2024-07-13T03:19:11.419Z | Compiling rustix v0.38.34 |
| 1385 | 2024-07-13T03:19:11.534Z | Compiling toml_edit v0.19.15 |
| 1386 | 2024-07-13T03:19:11.592Z | Compiling http-body v0.4.6 |
| 1387 | 2024-07-13T03:19:11.832Z | Compiling usdt-macro v0.5.0 |
| 1388 | 2024-07-13T03:19:12.071Z | Compiling usdt-attr-macro v0.5.0 |
| 1389 | 2024-07-13T03:19:13.374Z | Compiling openssl v0.10.64 |
| 1390 | 2024-07-13T03:19:13.749Z | Compiling ppv-lite86 v0.2.17 |
| 1391 | 2024-07-13T03:19:13.881Z | Compiling heapless v0.7.17 |
| 1392 | 2024-07-13T03:19:14.279Z | Compiling publicsuffix v2.2.3 |
| 1393 | 2024-07-13T03:19:14.449Z | Compiling serde_urlencoded v0.7.1 |
| 1394 | 2024-07-13T03:19:14.519Z | Compiling rand_chacha v0.3.1 |
| 1395 | 2024-07-13T03:19:14.944Z | Compiling lazy_static v1.5.0 |
| 1396 | 2024-07-13T03:19:14.973Z | Compiling rand v0.8.5 |
| 1397 | 2024-07-13T03:19:15.383Z | Compiling cookie_store v0.20.0 |
| 1398 | 2024-07-13T03:19:15.689Z | Compiling crossbeam-epoch v0.9.18 |
| 1399 | 2024-07-13T03:19:16.033Z | Compiling tokio-util v0.7.11 |
| 1400 | 2024-07-13T03:19:16.516Z | Compiling tokio-rustls v0.24.1 |
| 1401 | 2024-07-13T03:19:16.924Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
| 1402 | 2024-07-13T03:19:16.949Z | Compiling bit-vec v0.6.3 |
| 1403 | 2024-07-13T03:19:17.022Z | Compiling h2 v0.3.26 |
| 1404 | 2024-07-13T03:19:17.128Z | Compiling webpki-roots v0.25.4 |
| 1405 | 2024-07-13T03:19:17.284Z | Compiling gimli v0.28.1 |
| 1406 | 2024-07-13T03:19:17.394Z | Compiling unicode-xid v0.2.4 |
| 1407 | 2024-07-13T03:19:17.562Z | Compiling enum-as-inner v0.5.1 |
| 1408 | 2024-07-13T03:19:17.956Z | Compiling phf_shared v0.10.0 |
| 1409 | 2024-07-13T03:19:17.975Z | Compiling object v0.32.2 |
| 1410 | 2024-07-13T03:19:18.196Z | Compiling fixedbitset v0.4.2 |
| 1411 | 2024-07-13T03:19:18.572Z | Compiling new_debug_unreachable v1.0.6 |
| 1412 | 2024-07-13T03:19:18.638Z | Compiling base64ct v1.6.0 |
| 1413 | 2024-07-13T03:19:18.671Z | Compiling minimal-lexical v0.2.1 |
| 1414 | 2024-07-13T03:19:19.204Z | Compiling smoltcp v0.9.1 |
| 1415 | 2024-07-13T03:19:19.265Z | Compiling rustc-demangle v0.1.24 |
| 1416 | 2024-07-13T03:19:19.853Z | Compiling native-tls v0.2.11 |
| 1417 | 2024-07-13T03:19:19.956Z | Compiling precomputed-hash v0.1.1 |
| 1418 | 2024-07-13T03:19:20.072Z | Compiling toml_edit v0.22.14 |
| 1419 | 2024-07-13T03:19:20.276Z | Compiling tokio-native-tls v0.3.1 |
| 1420 | 2024-07-13T03:19:20.496Z | Compiling string_cache v0.8.7 |
| 1421 | 2024-07-13T03:19:20.591Z | Compiling pem-rfc7468 v0.7.0 |
| 1422 | 2024-07-13T03:19:21.017Z | Compiling nom v7.1.3 |
| 1423 | 2024-07-13T03:19:21.434Z | Compiling petgraph v0.6.5 |
| 1424 | 2024-07-13T03:19:22.270Z | Compiling addr2line v0.21.0 |
| 1425 | 2024-07-13T03:19:22.341Z | Compiling bit-set v0.5.3 |
| 1426 | 2024-07-13T03:19:22.625Z | Compiling futures-executor v0.3.30 |
| 1427 | 2024-07-13T03:19:22.944Z | Compiling hmac v0.12.1 |
| 1428 | 2024-07-13T03:19:23.198Z | Compiling hubpack_derive v0.1.1 |
| 1429 | 2024-07-13T03:19:23.220Z | Compiling itertools v0.10.5 |
| 1430 | 2024-07-13T03:19:23.495Z | Compiling diesel_table_macro_syntax v0.1.0 |
| 1431 | 2024-07-13T03:19:23.900Z | Compiling hyper v0.14.28 |
| 1432 | 2024-07-13T03:19:24.090Z | Compiling num-integer v0.1.46 |
| 1433 | 2024-07-13T03:19:24.909Z | Compiling fs-err v2.11.0 |
| 1434 | 2024-07-13T03:19:25.111Z | Compiling lalrpop-util v0.19.12 |
| 1435 | 2024-07-13T03:19:25.169Z | Compiling flagset v0.4.5 |
| 1436 | 2024-07-13T03:19:25.375Z | Compiling unicode-segmentation v1.11.0 |
| 1437 | 2024-07-13T03:19:25.404Z | Checking fnv v1.0.7 |
| 1438 | 2024-07-13T03:19:25.524Z | Compiling der v0.7.9 |
| 1439 | 2024-07-13T03:19:26.129Z | Compiling diesel_derives v2.1.4 |
| 1440 | 2024-07-13T03:19:26.274Z | Compiling futures v0.3.30 |
| 1441 | 2024-07-13T03:19:26.395Z | Compiling hex v0.4.3 |
| 1442 | 2024-07-13T03:19:26.450Z | Compiling itertools v0.12.1 |
| 1443 | 2024-07-13T03:19:27.021Z | Compiling finl_unicode v1.2.0 |
| 1444 | 2024-07-13T03:19:27.631Z | Compiling stringprep v0.1.4 |
| 1445 | 2024-07-13T03:19:28.558Z | Compiling spki v0.7.3 |
| 1446 | 2024-07-13T03:19:28.843Z | Compiling sha2 v0.10.8 |
| 1447 | 2024-07-13T03:19:28.892Z | Compiling toml v0.7.8 |
| 1448 | 2024-07-13T03:19:28.938Z | Compiling md-5 v0.10.6 |
| 1449 | 2024-07-13T03:19:29.090Z | Compiling serde_repr v0.1.19 |
| 1450 | 2024-07-13T03:19:29.190Z | Compiling strum_macros v0.25.3 |
| 1451 | 2024-07-13T03:19:29.578Z | Compiling hash32 v0.2.1 |
| 1452 | 2024-07-13T03:19:29.783Z | Compiling stable_deref_trait v1.2.0 |
| 1453 | 2024-07-13T03:19:29.886Z | Compiling fallible-iterator v0.2.0 |
| 1454 | 2024-07-13T03:19:29.946Z | Checking tinyvec_macros v0.1.1 |
| 1455 | 2024-07-13T03:19:30.030Z | Checking tinyvec v1.6.0 |
| 1456 | 2024-07-13T03:19:30.570Z | Compiling hyper-tls v0.5.0 |
| 1457 | 2024-07-13T03:19:30.595Z | Compiling hyper-rustls v0.24.2 |
| 1458 | 2024-07-13T03:19:30.915Z | Compiling reqwest v0.11.27 |
| 1459 | 2024-07-13T03:19:30.939Z | Compiling postgres-protocol v0.6.6 |
| 1460 | 2024-07-13T03:19:31.326Z | Compiling pkcs8 v0.10.2 |
| 1461 | 2024-07-13T03:19:31.429Z | Compiling terminal_size v0.3.0 |
| 1462 | 2024-07-13T03:19:31.635Z | Compiling ipnetwork v0.20.0 |
| 1463 | 2024-07-13T03:19:31.897Z | Compiling block-padding v0.3.3 |
| 1464 | 2024-07-13T03:19:32.154Z | Compiling phf_shared v0.11.2 |
| 1465 | 2024-07-13T03:19:32.383Z | Compiling ff v0.13.0 |
| 1466 | 2024-07-13T03:19:32.515Z | Compiling scheduled-thread-pool v0.2.7 |
| 1467 | 2024-07-13T03:19:32.578Z | Checking equivalent v1.0.1 |
| 1468 | 2024-07-13T03:19:32.609Z | Compiling managed v0.8.0 |
| 1469 | 2024-07-13T03:19:32.682Z | Compiling bitflags v1.3.2 |
| 1470 | 2024-07-13T03:19:32.804Z | Compiling peg-runtime v0.8.3 |
| 1471 | 2024-07-13T03:19:33.056Z | Compiling regex-automata v0.1.10 |
| 1472 | 2024-07-13T03:19:33.369Z | Compiling base16ct v0.2.0 |
| 1473 | 2024-07-13T03:19:33.444Z | Compiling matches v0.1.10 |
| 1474 | 2024-07-13T03:19:33.515Z | Compiling bstr v0.2.17 |
| 1475 | 2024-07-13T03:19:33.543Z | Compiling idna v0.2.3 |
| 1476 | 2024-07-13T03:19:33.565Z | Compiling sec1 v0.7.3 |
| 1477 | 2024-07-13T03:19:33.676Z | Compiling clap_builder v4.5.2 |
| 1478 | 2024-07-13T03:19:33.870Z | Compiling signal-hook-mio v0.2.3 |
| 1479 | 2024-07-13T03:19:34.033Z | Compiling r2d2 v0.8.10 |
| 1480 | 2024-07-13T03:19:34.384Z | Compiling usdt v0.5.0 |
| 1481 | 2024-07-13T03:19:34.898Z | Compiling group v0.13.0 |
| 1482 | 2024-07-13T03:19:34.948Z | Compiling phf v0.11.2 |
| 1483 | 2024-07-13T03:19:35.147Z | Compiling inout v0.1.3 |
| 1484 | 2024-07-13T03:19:35.219Z | Compiling postgres-types v0.2.6 |
| 1485 | 2024-07-13T03:19:35.252Z | Compiling num-iter v0.1.45 |
| 1486 | 2024-07-13T03:19:35.378Z | Compiling num-bigint v0.4.5 |
| 1487 | 2024-07-13T03:19:35.418Z | Compiling hubpack v0.1.2 |
| 1488 | 2024-07-13T03:19:35.440Z | Compiling hkdf v0.12.4 |
| 1489 | 2024-07-13T03:19:35.870Z | Compiling zerocopy v0.6.6 |
| 1490 | 2024-07-13T03:19:35.957Z | Compiling crypto-bigint v0.5.5 |
| 1491 | 2024-07-13T03:19:36.503Z | Compiling float-cmp v0.9.0 |
| 1492 | 2024-07-13T03:19:36.726Z | Compiling whoami v1.5.1 |
| 1493 | 2024-07-13T03:19:36.803Z | Compiling normalize-line-endings v0.3.0 |
| 1494 | 2024-07-13T03:19:36.807Z | Compiling predicates-core v1.0.6 |
| 1495 | 2024-07-13T03:19:36.929Z | Compiling data-encoding v2.6.0 |
| 1496 | 2024-07-13T03:19:37.193Z | Compiling static_assertions v1.1.0 |
| 1497 | 2024-07-13T03:19:37.297Z | Compiling difflib v0.4.0 |
| 1498 | 2024-07-13T03:19:37.385Z | Checking cpufeatures v0.2.12 |
| 1499 | 2024-07-13T03:19:37.489Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=c85a4ca043aaa389df12aac5348d8a3feda28762#c85a4ca0) |
| 1500 | 2024-07-13T03:19:38.970Z | Compiling elliptic-curve v0.13.8 |
| 1501 | 2024-07-13T03:19:39.441Z | Compiling yasna v0.5.2 |
| 1502 | 2024-07-13T03:19:39.637Z | Compiling diesel v2.1.6 |
| 1503 | 2024-07-13T03:19:39.797Z | Compiling predicates v3.1.0 |
| 1504 | 2024-07-13T03:19:41.396Z | Compiling trust-dns-proto v0.22.0 |
| 1505 | 2024-07-13T03:19:41.670Z | Compiling clap v4.5.4 |
| 1506 | 2024-07-13T03:19:41.797Z | Compiling tokio-postgres v0.7.10 |
| 1507 | 2024-07-13T03:19:42.055Z | Compiling cipher v0.4.4 |
| 1508 | 2024-07-13T03:19:42.564Z | Compiling similar v2.5.0 |
| 1509 | 2024-07-13T03:19:43.593Z | Compiling crossterm v0.27.0 |
| 1510 | 2024-07-13T03:19:45.200Z | Compiling tokio-stream v0.1.15 |
| 1511 | 2024-07-13T03:19:45.830Z | Compiling console v0.15.8 |
| 1512 | 2024-07-13T03:19:46.151Z | Compiling bstr v1.9.1 |
| 1513 | 2024-07-13T03:19:47.022Z | Checking tracing-core v0.1.32 |
| 1514 | 2024-07-13T03:19:47.323Z | Checking percent-encoding v2.3.1 |
| 1515 | 2024-07-13T03:19:47.519Z | Checking form_urlencoded v1.2.1 |
| 1516 | 2024-07-13T03:19:47.699Z | Checking powerfmt v0.2.0 |
| 1517 | 2024-07-13T03:19:47.953Z | Checking deranged v0.3.11 |
| 1518 | 2024-07-13T03:19:48.000Z | Checking unicode-ident v1.0.12 |
| 1519 | 2024-07-13T03:19:48.158Z | Checking num_threads v0.1.7 |
| 1520 | 2024-07-13T03:19:48.273Z | Checking time-core v0.1.2 |
| 1521 | 2024-07-13T03:19:48.439Z | Checking num-conv v0.1.0 |
| 1522 | 2024-07-13T03:19:48.674Z | Checking httparse v1.8.0 |
| 1523 | 2024-07-13T03:19:49.007Z | Checking unicode-width v0.1.13 |
| 1524 | 2024-07-13T03:19:49.185Z | Checking errno v0.3.9 |
| 1525 | 2024-07-13T03:19:49.508Z | Checking proc-macro2 v1.0.86 |
| 1526 | 2024-07-13T03:19:50.154Z | Checking quote v1.0.36 |
| 1527 | 2024-07-13T03:19:50.401Z | Checking adler v1.0.2 |
| 1528 | 2024-07-13T03:19:50.557Z | Checking miniz_oxide v0.7.2 |
| 1529 | 2024-07-13T03:19:50.588Z | Checking base64 v0.21.7 |
| 1530 | 2024-07-13T03:19:51.043Z | Checking try-lock v0.2.5 |
| 1531 | 2024-07-13T03:19:51.185Z | Checking want v0.3.1 |
| 1532 | 2024-07-13T03:19:51.362Z | Checking tower-service v0.3.2 |
| 1533 | 2024-07-13T03:19:51.755Z | Checking httpdate v1.0.3 |
| 1534 | 2024-07-13T03:19:52.063Z | Checking foreign-types-shared v0.1.1 |
| 1535 | 2024-07-13T03:19:52.161Z | Checking openssl-probe v0.1.5 |
| 1536 | 2024-07-13T03:19:52.184Z | Checking foreign-types v0.3.2 |
| 1537 | 2024-07-13T03:19:52.187Z | Checking openssl-sys v0.9.102 |
| 1538 | 2024-07-13T03:19:52.296Z | Checking mime v0.3.17 |
| 1539 | 2024-07-13T03:19:52.368Z | Checking ipnet v2.9.0 |
| 1540 | 2024-07-13T03:19:52.846Z | Checking utf8parse v0.2.1 |
| 1541 | 2024-07-13T03:19:57.253Z | Checking encoding_rs v0.8.34 |
| 1542 | 2024-07-13T03:19:57.426Z | Checking anstyle v1.0.7 |
| 1543 | 2024-07-13T03:19:59.040Z | Checking rustls-pemfile v1.0.4 |
| 1544 | 2024-07-13T03:19:59.400Z | Checking plain v0.2.3 |
| 1545 | 2024-07-13T03:19:59.428Z | Checking sync_wrapper v0.1.2 |
| 1546 | 2024-07-13T03:19:59.451Z | Checking ucd-trie v0.1.6 |
| 1547 | 2024-07-13T03:19:59.625Z | Checking anstyle-parse v0.2.4 |
| 1548 | 2024-07-13T03:19:59.709Z | Checking is_terminal_polyfill v1.70.0 |
| 1549 | 2024-07-13T03:19:59.821Z | Checking pretty-hex v0.4.1 |
| 1550 | 2024-07-13T03:19:59.842Z | Checking anstyle-query v1.0.3 |
| 1551 | 2024-07-13T03:19:59.864Z | Checking colorchoice v1.0.1 |
| 1552 | 2024-07-13T03:19:59.988Z | Checking thread-id v4.2.1 |
| 1553 | 2024-07-13T03:19:59.991Z | Checking anstream v0.6.14 |
| 1554 | 2024-07-13T03:20:00.043Z | Checking strsim v0.11.1 |
| 1555 | 2024-07-13T03:20:00.100Z | Checking clap_lex v0.7.0 |
| 1556 | 2024-07-13T03:20:00.403Z | Checking memmap v0.7.0 |
| 1557 | 2024-07-13T03:20:00.611Z | Checking crc32fast v1.4.0 |
| 1558 | 2024-07-13T03:20:01.846Z | Checking flate2 v1.0.30 |
| 1559 | 2024-07-13T03:20:03.486Z | Checking winnow v0.6.8 |
| 1560 | 2024-07-13T03:20:11.465Z | Compiling regress v0.9.1 |
| 1561 | 2024-07-13T03:20:11.596Z | Compiling getopts v0.2.21 |
| 1562 | 2024-07-13T03:20:12.587Z | Compiling unsafe-libyaml v0.2.11 |
| 1563 | 2024-07-13T03:20:12.762Z | Checking heck v0.5.0 |
| 1564 | 2024-07-13T03:20:13.766Z | Checking progenitor-client v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
| 1565 | 2024-07-13T03:20:14.096Z | Compiling serde_yaml v0.9.34+deprecated |
| 1566 | 2024-07-13T03:20:14.434Z | Compiling paste v1.0.15 |
| 1567 | 2024-07-13T03:20:14.568Z | Checking camino v1.1.7 |
| 1568 | 2024-07-13T03:20:14.912Z | Compiling typify-impl v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6) |
| 1569 | 2024-07-13T03:20:15.218Z | Checking is-terminal v0.4.12 |
| 1570 | 2024-07-13T03:20:16.316Z | Compiling strum_macros v0.26.4 |
| 1571 | 2024-07-13T03:20:16.561Z | Compiling ident_case v1.0.1 |
| 1572 | 2024-07-13T03:20:16.612Z | Checking base64 v0.22.1 |
| 1573 | 2024-07-13T03:20:16.745Z | Compiling darling_core v0.20.9 |
| 1574 | 2024-07-13T03:20:17.070Z | Checking sha1 v0.10.6 |
| 1575 | 2024-07-13T03:20:17.140Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 1576 | 2024-07-13T03:20:17.346Z | Compiling rustls v0.22.4 |
| 1577 | 2024-07-13T03:20:17.560Z | Checking http v1.1.0 |
| 1578 | 2024-07-13T03:20:17.636Z | Checking match_cfg v0.1.0 |
| 1579 | 2024-07-13T03:20:17.733Z | Checking hostname v0.3.1 |
| 1580 | 2024-07-13T03:20:17.873Z | Checking dirs-sys-next v0.1.2 |
| 1581 | 2024-07-13T03:20:18.051Z | Compiling multer v3.1.0 |
| 1582 | 2024-07-13T03:20:18.358Z | Checking dirs-next v2.0.0 |
| 1583 | 2024-07-13T03:20:18.394Z | Checking crossbeam-channel v0.5.12 |
| 1584 | 2024-07-13T03:20:18.491Z | Compiling async-stream-impl v0.3.5 |
| 1585 | 2024-07-13T03:20:18.575Z | Checking thread_local v1.1.8 |
| 1586 | 2024-07-13T03:20:18.859Z | Checking rustls-pki-types v1.7.0 |
| 1587 | 2024-07-13T03:20:18.964Z | Checking term v0.7.0 |
| 1588 | 2024-07-13T03:20:19.108Z | Compiling dropshot v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#9fef3961) |
| 1589 | 2024-07-13T03:20:19.283Z | Checking take_mut v0.2.2 |
| 1590 | 2024-07-13T03:20:19.406Z | Checking slog-term v2.9.1 |
| 1591 | 2024-07-13T03:20:19.430Z | Checking slog-async v2.8.0 |
| 1592 | 2024-07-13T03:20:19.456Z | Checking toml v0.8.14 |
| 1593 | 2024-07-13T03:20:19.720Z | Compiling dropshot_endpoint v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#9fef3961) |
| 1594 | 2024-07-13T03:20:19.892Z | Checking rustls-webpki v0.102.4 |
| 1595 | 2024-07-13T03:20:19.913Z | Checking slog-json v2.6.1 |
| 1596 | 2024-07-13T03:20:20.178Z | Checking instant v0.1.12 |
| 1597 | 2024-07-13T03:20:20.209Z | Checking slog-bunyan v2.5.0 |
| 1598 | 2024-07-13T03:20:20.302Z | Checking rustls-pemfile v2.1.2 |
| 1599 | 2024-07-13T03:20:20.376Z | Checking fastrand v2.1.0 |
| 1600 | 2024-07-13T03:20:20.546Z | Checking debug-ignore v1.0.5 |
| 1601 | 2024-07-13T03:20:20.686Z | Checking atomic-waker v1.1.2 |
| 1602 | 2024-07-13T03:20:20.708Z | Checking tempfile v3.10.1 |
| 1603 | 2024-07-13T03:20:20.822Z | Checking quick-error v1.2.3 |
| 1604 | 2024-07-13T03:20:20.962Z | Checking waitgroup v0.1.2 |
| 1605 | 2024-07-13T03:20:21.091Z | Checking async-stream v0.3.5 |
| 1606 | 2024-07-13T03:20:21.293Z | Checking serde_path_to_error v0.1.16 |
| 1607 | 2024-07-13T03:20:21.527Z | Compiling structmeta-derive v0.3.0 |
| 1608 | 2024-07-13T03:20:21.888Z | Checking strum v0.26.2 |
| 1609 | 2024-07-13T03:20:21.934Z | Checking hostname v0.4.0 |
| 1610 | 2024-07-13T03:20:22.050Z | Checking newtype-uuid v1.1.0 |
| 1611 | 2024-07-13T03:20:22.073Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 1612 | 2024-07-13T03:20:22.301Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
| 1613 | 2024-07-13T03:20:22.801Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
| 1614 | 2024-07-13T03:20:23.043Z | Checking macaddr v1.0.1 |
| 1615 | 2024-07-13T03:20:23.065Z | Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 1616 | 2024-07-13T03:20:23.205Z | Checking backoff v0.4.0 |
| 1617 | 2024-07-13T03:20:23.381Z | Checking oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#2612d220) |
| 1618 | 2024-07-13T03:20:23.499Z | Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
| 1619 | 2024-07-13T03:20:23.643Z | Checking wait-timeout v0.2.0 |
| 1620 | 2024-07-13T03:20:23.730Z | Compiling structmeta-derive v0.2.0 |
| 1621 | 2024-07-13T03:20:23.824Z | Checking rusty-fork v0.3.0 |
| 1622 | 2024-07-13T03:20:23.894Z | Checking rand_xorshift v0.3.0 |
| 1623 | 2024-07-13T03:20:24.081Z | Checking unarray v0.1.4 |
| 1624 | 2024-07-13T03:20:24.110Z | Compiling proc-macro-error v1.0.4 |
| 1625 | 2024-07-13T03:20:24.223Z | Checking proptest v1.4.0 |
| 1626 | 2024-07-13T03:20:24.316Z | Checking tokio-rustls v0.25.0 |
| 1627 | 2024-07-13T03:20:24.337Z | Compiling darling_macro v0.20.9 |
| 1628 | 2024-07-13T03:20:24.682Z | Compiling structmeta v0.3.0 |
| 1629 | 2024-07-13T03:20:24.805Z | Checking camino-tempfile v1.1.1 |
| 1630 | 2024-07-13T03:20:25.083Z | Compiling proc-macro-crate v1.3.1 |
| 1631 | 2024-07-13T03:20:25.131Z | Compiling parse-display-derive v0.9.1 |
| 1632 | 2024-07-13T03:20:25.357Z | Compiling darling v0.20.9 |
| 1633 | 2024-07-13T03:20:26.485Z | Compiling serde_with_macros v3.8.3 |
| 1634 | 2024-07-13T03:20:26.487Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 1635 | 2024-07-13T03:20:26.593Z | Compiling num_enum_derive v0.5.11 |
| 1636 | 2024-07-13T03:20:26.830Z | Compiling structmeta v0.2.0 |
| 1637 | 2024-07-13T03:20:27.278Z | Compiling test-strategy v0.3.1 |
| 1638 | 2024-07-13T03:20:28.554Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
| 1639 | 2024-07-13T03:20:28.714Z | Checking serde_with v3.8.3 |
| 1640 | 2024-07-13T03:20:28.783Z | Compiling foreign-types-macros v0.2.3 |
| 1641 | 2024-07-13T03:20:28.834Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
| 1642 | 2024-07-13T03:20:29.099Z | Checking foreign-types-shared v0.3.1 |
| 1643 | 2024-07-13T03:20:29.343Z | Checking num_enum v0.5.11 |
| 1644 | 2024-07-13T03:20:29.484Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
| 1645 | 2024-07-13T03:20:29.567Z | Checking cstr-argument v0.1.2 |
| 1646 | 2024-07-13T03:20:29.745Z | Checking pretty-hex v0.2.1 |
| 1647 | 2024-07-13T03:20:29.908Z | Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
| 1648 | 2024-07-13T03:20:30.025Z | Checking foreign-types v0.5.0 |
| 1649 | 2024-07-13T03:20:30.134Z | Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 1650 | 2024-07-13T03:20:30.159Z | Checking tabwriter v1.4.0 |
| 1651 | 2024-07-13T03:20:30.182Z | Checking parse-display v0.9.1 |
| 1652 | 2024-07-13T03:20:30.392Z | Checking colored v2.1.0 |
| 1653 | 2024-07-13T03:20:30.428Z | Checking socket2 v0.4.10 |
| 1654 | 2024-07-13T03:20:30.431Z | Checking smf v0.2.3 |
| 1655 | 2024-07-13T03:20:30.465Z | Checking humantime v2.1.0 |
| 1656 | 2024-07-13T03:20:30.686Z | Checking termcolor v1.4.1 |
| 1657 | 2024-07-13T03:20:30.772Z | Checking newline-converter v0.3.0 |
| 1658 | 2024-07-13T03:20:30.858Z | Checking arc-swap v1.7.1 |
| 1659 | 2024-07-13T03:20:30.882Z | Checking xattr v1.3.1 |
| 1660 | 2024-07-13T03:20:30.920Z | Checking expectorate v1.1.0 |
| 1661 | 2024-07-13T03:20:31.130Z | Checking filetime v0.2.23 |
| 1662 | 2024-07-13T03:20:31.153Z | Checking same-file v1.0.6 |
| 1663 | 2024-07-13T03:20:31.156Z | Checking utf-8 v0.7.6 |
| 1664 | 2024-07-13T03:20:31.263Z | Compiling derive-where v1.2.7 |
| 1665 | 2024-07-13T03:20:31.305Z | Checking slog-scope v4.4.0 |
| 1666 | 2024-07-13T03:20:31.323Z | Checking tar v0.4.40 |
| 1667 | 2024-07-13T03:20:31.326Z | Checking walkdir v2.5.0 |
| 1668 | 2024-07-13T03:20:31.374Z | Checking termtree v0.4.1 |
| 1669 | 2024-07-13T03:20:31.500Z | Checking slog-stdlog v4.1.1 |
| 1670 | 2024-07-13T03:20:31.571Z | Compiling heapless v0.8.0 |
| 1671 | 2024-07-13T03:20:31.607Z | Checking predicates-tree v1.0.9 |
| 1672 | 2024-07-13T03:20:31.662Z | Checking slog-envlogger v2.2.0 |
| 1673 | 2024-07-13T03:20:31.749Z | Checking hash32 v0.3.1 |
| 1674 | 2024-07-13T03:20:31.879Z | Compiling smoltcp v0.11.0 |
| 1675 | 2024-07-13T03:20:31.935Z | Compiling crucible-workspace-hack v0.1.0 |
| 1676 | 2024-07-13T03:20:32.084Z | Checking embedded-io v0.4.0 |
| 1677 | 2024-07-13T03:20:32.189Z | Checking cobs v0.2.3 |
| 1678 | 2024-07-13T03:20:32.267Z | Checking sigpipe v0.1.3 |
| 1679 | 2024-07-13T03:20:32.272Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=915975f6d1729db95619f752148974016912412f#915975f6) |
| 1680 | 2024-07-13T03:20:32.376Z | Checking postcard v1.0.8 |
| 1681 | 2024-07-13T03:20:32.380Z | Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=915975f6d1729db95619f752148974016912412f#915975f6) |
| 1682 | 2024-07-13T03:20:32.601Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=915975f6d1729db95619f752148974016912412f#915975f6) |
| 1683 | 2024-07-13T03:20:32.627Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#4ceaf96e) |
| 1684 | 2024-07-13T03:20:32.630Z | Checking pem v3.0.4 |
| 1685 | 2024-07-13T03:20:32.891Z | Checking poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
| 1686 | 2024-07-13T03:20:33.042Z | Checking tungstenite v0.20.1 |
| 1687 | 2024-07-13T03:20:33.110Z | Compiling zone_cfg_derive v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56) |
| 1688 | 2024-07-13T03:20:33.473Z | Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=5ebf9626e0ad274eb515d206d102cb09d2d51f15#5ebf9626) |
| 1689 | 2024-07-13T03:20:33.838Z | Compiling num-derive v0.4.2 |
| 1690 | 2024-07-13T03:20:33.905Z | Compiling mockall_derive v0.12.1 |
| 1691 | 2024-07-13T03:20:34.622Z | Checking atty v0.2.14 |
| 1692 | 2024-07-13T03:20:34.688Z | Checking downcast v0.11.0 |
| 1693 | 2024-07-13T03:20:34.778Z | Checking fragile v2.0.0 |
| 1694 | 2024-07-13T03:20:34.798Z | Compiling typify-macro v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6) |
| 1695 | 2024-07-13T03:20:34.878Z | Checking zone v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56) |
| 1696 | 2024-07-13T03:20:34.941Z | Checking tokio-tungstenite v0.20.1 |
| 1697 | 2024-07-13T03:20:35.049Z | Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=5ebf9626e0ad274eb515d206d102cb09d2d51f15#5ebf9626) |
| 1698 | 2024-07-13T03:20:35.293Z | Checking tungstenite v0.21.0 |
| 1699 | 2024-07-13T03:20:35.396Z | Compiling convert_case v0.4.0 |
| 1700 | 2024-07-13T03:20:35.605Z | Checking env_logger v0.9.3 |
| 1701 | 2024-07-13T03:20:36.065Z | Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
| 1702 | 2024-07-13T03:20:36.213Z | Checking tokio-tungstenite v0.21.0 |
| 1703 | 2024-07-13T03:20:36.298Z | Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=e10f8793f8414fdb9a165219f17e45fa014d088b#e10f8793) |
| 1704 | 2024-07-13T03:20:36.396Z | Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=915975f6d1729db95619f752148974016912412f#915975f6) |
| 1705 | 2024-07-13T03:20:36.415Z | Compiling bitstruct_derive v0.1.0 |
| 1706 | 2024-07-13T03:20:36.433Z | Compiling derive_more v0.99.18 |
| 1707 | 2024-07-13T03:20:36.696Z | Checking viona_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
| 1708 | 2024-07-13T03:20:36.756Z | Checking ascii v1.1.0 |
| 1709 | 2024-07-13T03:20:36.825Z | Checking viona_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
| 1710 | 2024-07-13T03:20:36.975Z | Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
| 1711 | 2024-07-13T03:20:37.147Z | Checking rfb v0.1.0 (https://github.com/oxidecomputer/rfb?rev=0cac8d9c25eb27acfa35df80f3b9d371de98ab3b#0cac8d9c) |
| 1712 | 2024-07-13T03:20:37.208Z | Checking dladm v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
| 1713 | 2024-07-13T03:20:37.484Z | Checking atomicwrites v0.4.3 |
| 1714 | 2024-07-13T03:20:37.672Z | Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
| 1715 | 2024-07-13T03:20:37.786Z | Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=915975f6d1729db95619f752148974016912412f#915975f6) |
| 1716 | 2024-07-13T03:20:37.830Z | Checking bitstruct v0.1.1 |
| 1717 | 2024-07-13T03:20:37.939Z | Checking erased-serde v0.3.31 |
| 1718 | 2024-07-13T03:20:37.993Z | Checking serde_arrays v0.1.0 |
| 1719 | 2024-07-13T03:20:37.996Z | Compiling heck v0.3.3 |
| 1720 | 2024-07-13T03:20:38.141Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#4ceaf96e) |
| 1721 | 2024-07-13T03:20:38.426Z | Compiling zone_cfg_derive v0.1.2 |
| 1722 | 2024-07-13T03:20:38.444Z | Checking password-hash v0.5.0 |
| 1723 | 2024-07-13T03:20:38.888Z | Checking headers-core v0.2.0 |
| 1724 | 2024-07-13T03:20:38.975Z | Checking propolis v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
| 1725 | 2024-07-13T03:20:39.025Z | Checking blake2 v0.10.6 |
| 1726 | 2024-07-13T03:20:39.476Z | Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=915975f6d1729db95619f752148974016912412f#915975f6) |
| 1727 | 2024-07-13T03:20:39.497Z | Compiling typify v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6) |
| 1728 | 2024-07-13T03:20:39.626Z | Compiling progenitor-impl v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
| 1729 | 2024-07-13T03:20:39.758Z | Checking base64 v0.13.1 |
| 1730 | 2024-07-13T03:20:39.894Z | Checking zone v0.1.8 |
| 1731 | 2024-07-13T03:20:40.166Z | Checking ron v0.7.1 |
| 1732 | 2024-07-13T03:20:40.527Z | Checking argon2 v0.5.3 |
| 1733 | 2024-07-13T03:20:41.251Z | Checking headers v0.3.9 |
| 1734 | 2024-07-13T03:20:41.529Z | Checking portpicker v0.1.1 |
| 1735 | 2024-07-13T03:20:41.659Z | Checking rcgen v0.12.1 |
| 1736 | 2024-07-13T03:20:41.783Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
| 1737 | 2024-07-13T03:20:42.090Z | Checking subprocess v0.2.9 |
| 1738 | 2024-07-13T03:20:42.304Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
| 1739 | 2024-07-13T03:20:42.355Z | Checking linked-hash-map v0.5.6 |
| 1740 | 2024-07-13T03:20:42.379Z | Checking mockall v0.12.1 |
| 1741 | 2024-07-13T03:20:42.588Z | Compiling prettyplease v0.2.20 |
| 1742 | 2024-07-13T03:20:42.608Z | Checking swrite v0.1.0 |
| 1743 | 2024-07-13T03:20:42.665Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
| 1744 | 2024-07-13T03:20:42.684Z | Checking lru-cache v0.1.2 |
| 1745 | 2024-07-13T03:20:42.717Z | Compiling semver v0.1.20 |
| 1746 | 2024-07-13T03:20:42.996Z | Compiling rayon-core v1.12.1 |
| 1747 | 2024-07-13T03:20:43.253Z | Compiling rustc_version v0.1.7 |
| 1748 | 2024-07-13T03:20:43.398Z | Checking resolv-conf v0.7.0 |
| 1749 | 2024-07-13T03:20:43.414Z | Checking half v2.4.1 |
| 1750 | 2024-07-13T03:20:43.743Z | Checking trust-dns-resolver v0.22.0 |
| 1751 | 2024-07-13T03:20:43.762Z | Compiling newtype_derive v0.1.6 |
| 1752 | 2024-07-13T03:20:43.845Z | Checking ciborium-io v0.2.2 |
| 1753 | 2024-07-13T03:20:43.882Z | Compiling cancel-safe-futures v0.1.5 |
| 1754 | 2024-07-13T03:20:43.956Z | Checking ciborium-ll v0.2.2 |
| 1755 | 2024-07-13T03:20:44.225Z | Checking steno v0.4.1 |
| 1756 | 2024-07-13T03:20:44.268Z | Checking ciborium v0.2.2 |
| 1757 | 2024-07-13T03:20:45.162Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
| 1758 | 2024-07-13T03:20:45.258Z | Checking owo-colors v4.0.0 |
| 1759 | 2024-07-13T03:20:46.059Z | Checking num-rational v0.4.2 |
| 1760 | 2024-07-13T03:20:46.144Z | Checking num-complex v0.4.6 |
| 1761 | 2024-07-13T03:20:46.437Z | Compiling slog-dtrace v0.3.0 |
| 1762 | 2024-07-13T03:20:46.712Z | Checking signature v2.2.0 |
| 1763 | 2024-07-13T03:20:46.784Z | Checking float-ord v0.3.2 |
| 1764 | 2024-07-13T03:20:47.029Z | Checking num v0.4.3 |
| 1765 | 2024-07-13T03:20:47.738Z | Checking cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
| 1766 | 2024-07-13T03:20:48.016Z | Checking propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
| 1767 | 2024-07-13T03:20:48.137Z | Compiling progenitor-macro v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
| 1768 | 2024-07-13T03:20:48.687Z | Checking libsw v3.3.1 |
| 1769 | 2024-07-13T03:20:49.511Z | Checking linear-map v1.2.0 |
| 1770 | 2024-07-13T03:20:50.323Z | Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
| 1771 | 2024-07-13T03:20:50.602Z | Checking nibble_vec v0.1.0 |
| 1772 | 2024-07-13T03:20:50.629Z | Checking endian-type v0.1.2 |
| 1773 | 2024-07-13T03:20:50.784Z | Checking fxhash v0.2.1 |
| 1774 | 2024-07-13T03:20:50.846Z | Checking radix_trie v0.2.1 |
| 1775 | 2024-07-13T03:20:50.951Z | Checking display-error-chain v0.2.0 |
| 1776 | 2024-07-13T03:20:51.089Z | Compiling home v0.5.9 |
| 1777 | 2024-07-13T03:20:51.267Z | Compiling radium v0.7.0 |
| 1778 | 2024-07-13T03:20:51.344Z | Compiling maybe-uninit v2.0.0 |
| 1779 | 2024-07-13T03:20:51.363Z | Checking tap v1.0.1 |
| 1780 | 2024-07-13T03:20:51.825Z | Checking wyz v0.5.1 |
| 1781 | 2024-07-13T03:20:51.950Z | Compiling bzip2-sys v0.1.11+1.0.8 |
| 1782 | 2024-07-13T03:20:52.113Z | Compiling packed_struct v0.10.1 |
| 1783 | 2024-07-13T03:20:52.213Z | Compiling num-bigint-dig v0.8.4 |
| 1784 | 2024-07-13T03:20:52.646Z | Checking crc-catalog v2.4.0 |
| 1785 | 2024-07-13T03:20:52.662Z | Checking funty v2.0.0 |
| 1786 | 2024-07-13T03:20:52.662Z | Checking crc v3.2.1 |
| 1787 | 2024-07-13T03:20:53.064Z | Compiling packed_struct_codegen v0.10.1 |
| 1788 | 2024-07-13T03:20:53.350Z | Compiling indexmap v1.9.3 |
| 1789 | 2024-07-13T03:20:53.420Z | Checking bitvec v1.0.1 |
| 1790 | 2024-07-13T03:20:53.626Z | Checking nodrop v0.1.14 |
| 1791 | 2024-07-13T03:20:53.749Z | Checking array-init v0.0.4 |
| 1792 | 2024-07-13T03:20:54.002Z | Checking smallvec v0.6.14 |
| 1793 | 2024-07-13T03:20:54.711Z | Checking pkcs1 v0.7.5 |
| 1794 | 2024-07-13T03:20:54.822Z | Compiling ring v0.16.20 |
| 1795 | 2024-07-13T03:20:55.106Z | Compiling blake3 v1.5.1 |
| 1796 | 2024-07-13T03:20:55.696Z | Checking bitfield v0.14.0 |
| 1797 | 2024-07-13T03:20:55.905Z | Checking hashbrown v0.12.3 |
| 1798 | 2024-07-13T03:20:56.454Z | Checking serde-hex v0.1.0 |
| 1799 | 2024-07-13T03:20:56.565Z | Checking rsa v0.9.6 |
| 1800 | 2024-07-13T03:20:57.586Z | Checking bzip2 v0.4.4 |
| 1801 | 2024-07-13T03:20:57.611Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 1802 | 2024-07-13T03:20:57.653Z | Checking env_logger v0.10.2 |
| 1803 | 2024-07-13T03:20:57.859Z | Checking x509-cert v0.2.5 |
| 1804 | 2024-07-13T03:20:57.883Z | Checking ron v0.8.1 |
| 1805 | 2024-07-13T03:20:58.072Z | Checking hashbrown v0.13.2 |
| 1806 | 2024-07-13T03:20:58.584Z | Checking crc-any v2.5.0 |
| 1807 | 2024-07-13T03:20:58.954Z | Checking zip v0.6.6 |
| 1808 | 2024-07-13T03:20:59.122Z | Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 1809 | 2024-07-13T03:20:59.141Z | Checking object v0.30.4 |
| 1810 | 2024-07-13T03:20:59.380Z | Checking path-slash v0.1.5 |
| 1811 | 2024-07-13T03:20:59.513Z | Compiling async-recursion v1.1.1 |
| 1812 | 2024-07-13T03:20:59.532Z | Checking gethostname v0.4.3 |
| 1813 | 2024-07-13T03:20:59.636Z | Checking maplit v1.0.2 |
| 1814 | 2024-07-13T03:20:59.675Z | Compiling libefi-sys v0.1.0 |
| 1815 | 2024-07-13T03:20:59.743Z | Compiling parking_lot_core v0.8.6 |
| 1816 | 2024-07-13T03:20:59.896Z | Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
| 1817 | 2024-07-13T03:20:59.961Z | Compiling bitfield-struct v0.6.1 |
| 1818 | 2024-07-13T03:21:00.229Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c) |
| 1819 | 2024-07-13T03:21:00.727Z | Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
| 1820 | 2024-07-13T03:21:01.045Z | Compiling crossbeam-deque v0.8.5 |
| 1821 | 2024-07-13T03:21:01.048Z | Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 1822 | 2024-07-13T03:21:01.128Z | Checking keccak v0.1.5 |
| 1823 | 2024-07-13T03:21:01.389Z | Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 1824 | 2024-07-13T03:21:01.445Z | Checking sha3 v0.10.8 |
| 1825 | 2024-07-13T03:21:01.841Z | Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
| 1826 | 2024-07-13T03:21:01.979Z | Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 1827 | 2024-07-13T03:21:02.320Z | Checking parking_lot v0.11.2 |
| 1828 | 2024-07-13T03:21:02.341Z | Checking trust-dns-client v0.22.0 |
| 1829 | 2024-07-13T03:21:02.421Z | Checking toml v0.5.11 |
| 1830 | 2024-07-13T03:21:02.461Z | Checking secrecy v0.8.0 |
| 1831 | 2024-07-13T03:21:02.642Z | Checking sled v0.34.7 |
| 1832 | 2024-07-13T03:21:02.664Z | Compiling rayon v1.10.0 |
| 1833 | 2024-07-13T03:21:03.534Z | Compiling memmap2 v0.9.4 |
| 1834 | 2024-07-13T03:21:03.570Z | Compiling arrayref v0.3.7 |
| 1835 | 2024-07-13T03:21:03.678Z | Compiling constant_time_eq v0.3.0 |
| 1836 | 2024-07-13T03:21:03.858Z | Compiling buf-list v1.0.3 |
| 1837 | 2024-07-13T03:21:03.874Z | Checking trust-dns-server v0.22.1 |
| 1838 | 2024-07-13T03:21:03.982Z | Compiling spin v0.5.2 |
| 1839 | 2024-07-13T03:21:04.232Z | Compiling untrusted v0.7.1 |
| 1840 | 2024-07-13T03:21:04.430Z | Compiling arrayvec v0.7.4 |
| 1841 | 2024-07-13T03:21:05.369Z | Compiling toolchain_find v0.4.0 |
| 1842 | 2024-07-13T03:21:06.050Z | Compiling topological-sort v0.2.2 |
| 1843 | 2024-07-13T03:21:06.073Z | Compiling rustfmt-wrapper v0.2.1 |
| 1844 | 2024-07-13T03:21:06.404Z | Checking glob v0.3.1 |
| 1845 | 2024-07-13T03:21:06.550Z | Compiling curve25519-dalek v4.1.3 |
| 1846 | 2024-07-13T03:21:06.638Z | Checking universal-hash v0.5.1 |
| 1847 | 2024-07-13T03:21:06.709Z | Checking opaque-debug v0.3.1 |
| 1848 | 2024-07-13T03:21:06.802Z | Compiling curve25519-dalek-derive v0.1.1 |
| 1849 | 2024-07-13T03:21:07.273Z | Checking aead v0.5.2 |
| 1850 | 2024-07-13T03:21:07.447Z | Compiling pin-project-internal v1.1.5 |
| 1851 | 2024-07-13T03:21:07.487Z | Compiling vte_generate_state_changes v0.1.1 |
| 1852 | 2024-07-13T03:21:07.562Z | Checking progenitor v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
| 1853 | 2024-07-13T03:21:07.792Z | Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=1b385990e8648b221fd11f018f2a7ec425461c6c#1b385990) |
| 1854 | 2024-07-13T03:21:07.830Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
| 1855 | 2024-07-13T03:21:08.129Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
| 1856 | 2024-07-13T03:21:08.329Z | Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
| 1857 | 2024-07-13T03:21:08.689Z | Compiling omicron-zone-package v0.11.0 |
| 1858 | 2024-07-13T03:21:09.352Z | Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
| 1859 | 2024-07-13T03:21:10.666Z | Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=1b385990e8648b221fd11f018f2a7ec425461c6c#1b385990) |
| 1860 | 2024-07-13T03:21:10.980Z | Checking lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
| 1861 | 2024-07-13T03:21:11.762Z | Compiling unicase v2.7.0 |
| 1862 | 2024-07-13T03:21:12.239Z | Checking pin-project v1.1.5 |
| 1863 | 2024-07-13T03:21:12.370Z | Checking vte v0.11.1 |
| 1864 | 2024-07-13T03:21:12.398Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 1865 | 2024-07-13T03:21:12.528Z | Checking libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?rev=e69694a1f7cc9fe31fab27f321017280531fb5f7#e69694a1) |
| 1866 | 2024-07-13T03:21:13.022Z | Checking poly1305 v0.8.0 |
| 1867 | 2024-07-13T03:21:13.175Z | Checking hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#943c4bbe) |
| 1868 | 2024-07-13T03:21:13.476Z | Checking chacha20 v0.9.1 |
| 1869 | 2024-07-13T03:21:13.822Z | Checking fd-lock v4.0.2 |
| 1870 | 2024-07-13T03:21:13.841Z | Compiling thiserror-impl-no-std v2.0.2 |
| 1871 | 2024-07-13T03:21:14.004Z | Checking nanorand v0.7.0 |
| 1872 | 2024-07-13T03:21:14.367Z | Checking strip-ansi-escapes v0.2.0 |
| 1873 | 2024-07-13T03:21:14.387Z | Checking flume v0.11.0 |
| 1874 | 2024-07-13T03:21:14.512Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
| 1875 | 2024-07-13T03:21:14.632Z | Checking kstat-rs v0.2.4 |
| 1876 | 2024-07-13T03:21:14.803Z | Checking nu-ansi-term v0.50.0 |
| 1877 | 2024-07-13T03:21:14.864Z | Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
| 1878 | 2024-07-13T03:21:14.999Z | Checking chacha20poly1305 v0.10.1 |
| 1879 | 2024-07-13T03:21:15.197Z | Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=e10f8793f8414fdb9a165219f17e45fa014d088b#e10f8793) |
| 1880 | 2024-07-13T03:21:15.233Z | Checking reedline v0.31.0 |
| 1881 | 2024-07-13T03:21:15.395Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
| 1882 | 2024-07-13T03:21:15.556Z | Compiling crunchy v0.2.2 |
| 1883 | 2024-07-13T03:21:16.077Z | Compiling mime_guess v2.0.4 |
| 1884 | 2024-07-13T03:21:16.257Z | Compiling clang-sys v1.7.0 |
| 1885 | 2024-07-13T03:21:16.495Z | Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=5ebf9626e0ad274eb515d206d102cb09d2d51f15#5ebf9626) |
| 1886 | 2024-07-13T03:21:16.903Z | Compiling tiny-keccak v2.0.2 |
| 1887 | 2024-07-13T03:21:17.126Z | Checking thiserror-no-std v2.0.2 |
| 1888 | 2024-07-13T03:21:17.243Z | Checking vsss-rs v3.3.4 |
| 1889 | 2024-07-13T03:21:17.487Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
| 1890 | 2024-07-13T03:21:17.672Z | Compiling memoffset v0.9.1 |
| 1891 | 2024-07-13T03:21:17.741Z | Compiling ref-cast v1.0.23 |
| 1892 | 2024-07-13T03:21:17.968Z | Checking bytecount v0.6.8 |
| 1893 | 2024-07-13T03:21:18.124Z | Checking papergrid v0.11.0 |
| 1894 | 2024-07-13T03:21:18.772Z | Compiling ascii-canvas v3.0.0 |
| 1895 | 2024-07-13T03:21:19.018Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
| 1896 | 2024-07-13T03:21:19.289Z | Compiling tabled_derive v0.7.0 |
| 1897 | 2024-07-13T03:21:19.579Z | Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=5ebf9626e0ad274eb515d206d102cb09d2d51f15#5ebf9626) |
| 1898 | 2024-07-13T03:21:19.679Z | Compiling ref-cast-impl v1.0.23 |
| 1899 | 2024-07-13T03:21:19.854Z | Compiling snafu-derive v0.8.2 |
| 1900 | 2024-07-13T03:21:20.651Z | Compiling ena v0.14.3 |
| 1901 | 2024-07-13T03:21:20.724Z | Compiling libloading v0.8.3 |
| 1902 | 2024-07-13T03:21:20.865Z | Checking heck v0.4.1 |
| 1903 | 2024-07-13T03:21:21.076Z | Checking http-range v0.1.5 |
| 1904 | 2024-07-13T03:21:21.117Z | Compiling diff v0.1.13 |
| 1905 | 2024-07-13T03:21:21.142Z | Compiling bindgen v0.69.4 |
| 1906 | 2024-07-13T03:21:21.257Z | Compiling regex-syntax v0.6.29 |
| 1907 | 2024-07-13T03:21:21.837Z | Compiling cfg_aliases v0.1.1 |
| 1908 | 2024-07-13T03:21:21.915Z | Checking hyper-staticfile v0.9.5 |
| 1909 | 2024-07-13T03:21:21.947Z | Compiling nix v0.28.0 |
| 1910 | 2024-07-13T03:21:21.981Z | Checking tabled v0.15.0 |
| 1911 | 2024-07-13T03:21:22.334Z | Checking openapi-lint v0.4.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#ef442ee4) |
| 1912 | 2024-07-13T03:21:22.894Z | Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=5ebf9626e0ad274eb515d206d102cb09d2d51f15#5ebf9626) |
| 1913 | 2024-07-13T03:21:24.841Z | Compiling lalrpop v0.19.12 |
| 1914 | 2024-07-13T03:21:25.810Z | Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
| 1915 | 2024-07-13T03:21:25.918Z | Checking illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
| 1916 | 2024-07-13T03:21:27.072Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
| 1917 | 2024-07-13T03:21:27.195Z | Checking oximeter-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/impl) |
| 1918 | 2024-07-13T03:21:28.940Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
| 1919 | 2024-07-13T03:21:30.758Z | Checking internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns) |
| 1920 | 2024-07-13T03:21:32.642Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
| 1921 | 2024-07-13T03:21:33.353Z | Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
| 1922 | 2024-07-13T03:21:33.931Z | Checking snafu v0.8.2 |
| 1923 | 2024-07-13T03:21:34.333Z | Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
| 1924 | 2024-07-13T03:21:34.886Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
| 1925 | 2024-07-13T03:21:35.083Z | Compiling which v4.4.2 |
| 1926 | 2024-07-13T03:21:35.706Z | Checking globset v0.4.14 |
| 1927 | 2024-07-13T03:21:35.913Z | Checking olpc-cjson v0.1.3 |
| 1928 | 2024-07-13T03:21:36.143Z | Compiling cexpr v0.6.0 |
| 1929 | 2024-07-13T03:21:36.214Z | Checking serde_plain v1.0.2 |
| 1930 | 2024-07-13T03:21:36.460Z | Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=c85a4ca043aaa389df12aac5348d8a3feda28762#c85a4ca0) |
| 1931 | 2024-07-13T03:21:36.751Z | Compiling shlex v1.3.0 |
| 1932 | 2024-07-13T03:21:37.189Z | Compiling lazycell v1.3.0 |
| 1933 | 2024-07-13T03:21:37.371Z | Compiling rustc-hash v1.1.0 |
| 1934 | 2024-07-13T03:21:37.528Z | Compiling salty v0.2.0 |
| 1935 | 2024-07-13T03:21:37.968Z | Checking typed-path v0.7.1 |
| 1936 | 2024-07-13T03:21:38.014Z | Checking signature v1.6.4 |
| 1937 | 2024-07-13T03:21:38.148Z | Checking ed25519 v1.5.3 |
| 1938 | 2024-07-13T03:21:39.545Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
| 1939 | 2024-07-13T03:21:40.049Z | Checking tough v0.17.1 |
| 1940 | 2024-07-13T03:21:43.042Z | Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
| 1941 | 2024-07-13T03:21:43.299Z | Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
| 1942 | 2024-07-13T03:21:43.836Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
| 1943 | 2024-07-13T03:21:43.895Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
| 1944 | 2024-07-13T03:21:44.760Z | Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
| 1945 | 2024-07-13T03:21:44.904Z | Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
| 1946 | 2024-07-13T03:21:45.633Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
| 1947 | 2024-07-13T03:21:46.593Z | Checking nix v0.27.1 |
| 1948 | 2024-07-13T03:21:47.994Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
| 1949 | 2024-07-13T03:21:48.220Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
| 1950 | 2024-07-13T03:21:48.476Z | Compiling derive_builder_core v0.20.0 |
| 1951 | 2024-07-13T03:21:48.709Z | Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
| 1952 | 2024-07-13T03:21:48.773Z | Checking serde-big-array v0.5.1 |
| 1953 | 2024-07-13T03:21:48.776Z | Compiling hubpack_derive v0.1.0 (https://github.com/cbiffle/hubpack.git?rev=df08cc3a6e1f97381cd0472ae348e310f0119e25#df08cc3a) |
| 1954 | 2024-07-13T03:21:48.776Z | Compiling libxml v0.3.3 |
| 1955 | 2024-07-13T03:21:48.986Z | Checking parse-size v1.0.0 |
| 1956 | 2024-07-13T03:21:49.152Z | Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
| 1957 | 2024-07-13T03:21:49.659Z | Checking hubpack v0.1.0 (https://github.com/cbiffle/hubpack.git?rev=df08cc3a6e1f97381cd0472ae348e310f0119e25#df08cc3a) |
| 1958 | 2024-07-13T03:21:50.618Z | Checking signal-hook-tokio v0.3.1 |
| 1959 | 2024-07-13T03:21:50.786Z | Compiling peg-macros v0.8.3 |
| 1960 | 2024-07-13T03:21:50.997Z | Checking serde-big-array v0.4.1 |
| 1961 | 2024-07-13T03:21:51.197Z | Compiling derive_builder_macro v0.20.0 |
| 1962 | 2024-07-13T03:21:51.215Z | Compiling strum_macros v0.24.3 |
| 1963 | 2024-07-13T03:21:51.308Z | Compiling sqlparser_derive v0.2.2 |
| 1964 | 2024-07-13T03:21:51.750Z | Compiling cookie v0.18.1 |
| 1965 | 2024-07-13T03:21:52.036Z | Compiling indoc v1.0.9 |
| 1966 | 2024-07-13T03:21:52.196Z | Checking unicode_categories v0.1.1 |
| 1967 | 2024-07-13T03:21:52.461Z | Checking sqlparser v0.45.0 |
| 1968 | 2024-07-13T03:21:52.505Z | Checking sqlformat v0.2.4 |
| 1969 | 2024-07-13T03:21:53.019Z | Checking rustyline v14.0.0 |
| 1970 | 2024-07-13T03:21:54.646Z | Checking derive_builder v0.20.0 |
| 1971 | 2024-07-13T03:21:54.770Z | Checking peg v0.8.3 |
| 1972 | 2024-07-13T03:21:54.879Z | Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
| 1973 | 2024-07-13T03:21:54.896Z | Checking sprockets-common v0.1.0 (https://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef) |
| 1974 | 2024-07-13T03:21:55.914Z | Checking tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
| 1975 | 2024-07-13T03:21:56.966Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
| 1976 | 2024-07-13T03:21:57.161Z | Checking quick-xml v0.31.0 |
| 1977 | 2024-07-13T03:21:57.242Z | Checking bcs v0.1.6 |
| 1978 | 2024-07-13T03:21:57.725Z | Compiling impl-trait-for-tuples v0.2.2 |
| 1979 | 2024-07-13T03:21:58.362Z | Compiling oso-derive v0.27.3 |
| 1980 | 2024-07-13T03:21:59.217Z | Checking corncobs v0.1.3 |
| 1981 | 2024-07-13T03:21:59.405Z | Checking highway v1.1.0 |
| 1982 | 2024-07-13T03:21:59.440Z | Checking sprockets-rot v0.1.0 (https://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef) |
| 1983 | 2024-07-13T03:21:59.803Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
| 1984 | 2024-07-13T03:22:00.115Z | Compiling diesel-dtrace v0.3.0 (https://github.com/oxidecomputer/diesel-dtrace?branch=main#62ef5ca0) |
| 1985 | 2024-07-13T03:22:00.249Z | Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
| 1986 | 2024-07-13T03:22:01.703Z | Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 1987 | 2024-07-13T03:22:01.793Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
| 1988 | 2024-07-13T03:22:02.077Z | Compiling const_format_proc_macros v0.2.32 |
| 1989 | 2024-07-13T03:22:02.872Z | Checking bb8 v0.8.5 |
| 1990 | 2024-07-13T03:22:03.358Z | Checking async-bb8-diesel v0.1.0 (https://github.com/oxidecomputer/async-bb8-diesel?rev=ed7ab5ef0513ba303d33efd41d3e9e381169d59b#ed7ab5ef) |
| 1991 | 2024-07-13T03:22:03.899Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
| 1992 | 2024-07-13T03:22:04.379Z | Checking const_format v0.2.32 |
| 1993 | 2024-07-13T03:22:05.278Z | Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
| 1994 | 2024-07-13T03:22:06.621Z | Checking assert_matches v1.5.0 |
| 1995 | 2024-07-13T03:22:06.718Z | Compiling portable-atomic v1.6.0 |
| 1996 | 2024-07-13T03:22:06.935Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
| 1997 | 2024-07-13T03:22:07.840Z | Checking rand_seeder v0.2.3 |
| 1998 | 2024-07-13T03:22:08.077Z | Checking number_prefix v0.4.0 |
| 1999 | 2024-07-13T03:22:08.272Z | Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
| 2000 | 2024-07-13T03:22:08.760Z | Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
| 2001 | 2024-07-13T03:22:08.791Z | Checking indicatif v0.17.8 |
| 2002 | 2024-07-13T03:22:08.996Z | Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
| 2003 | 2024-07-13T03:22:09.034Z | Checking is_ci v1.2.0 |
| 2004 | 2024-07-13T03:22:09.172Z | Checking supports-color v3.0.0 |
| 2005 | 2024-07-13T03:22:09.347Z | Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
| 2006 | 2024-07-13T03:22:09.607Z | Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
| 2007 | 2024-07-13T03:22:10.357Z | Checking castaway v0.2.2 |
| 2008 | 2024-07-13T03:22:10.500Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
| 2009 | 2024-07-13T03:22:10.519Z | Checking compact_str v0.7.1 |
| 2010 | 2024-07-13T03:22:10.770Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
| 2011 | 2024-07-13T03:22:11.044Z | Checking unicode-truncate v1.0.0 |
| 2012 | 2024-07-13T03:22:11.126Z | Checking itertools v0.13.0 |
| 2013 | 2024-07-13T03:22:11.263Z | Checking lru v0.12.3 |
| 2014 | 2024-07-13T03:22:11.321Z | Compiling stability v0.2.0 |
| 2015 | 2024-07-13T03:22:11.552Z | Checking cassowary v0.3.0 |
| 2016 | 2024-07-13T03:22:12.004Z | Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
| 2017 | 2024-07-13T03:22:12.343Z | Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
| 2018 | 2024-07-13T03:22:12.475Z | Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
| 2019 | 2024-07-13T03:22:13.669Z | Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
| 2020 | 2024-07-13T03:22:13.707Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 2021 | 2024-07-13T03:22:13.744Z | Checking ratatui v0.27.0 |
| 2022 | 2024-07-13T03:22:14.467Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
| 2023 | 2024-07-13T03:22:14.921Z | Checking unicode-linebreak v0.1.5 |
| 2024 | 2024-07-13T03:22:14.996Z | Checking smawk v0.3.2 |
| 2025 | 2024-07-13T03:22:15.209Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
| 2026 | 2024-07-13T03:22:15.327Z | Checking textwrap v0.16.1 |
| 2027 | 2024-07-13T03:22:15.517Z | Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
| 2028 | 2024-07-13T03:22:15.720Z | Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=e10f8793f8414fdb9a165219f17e45fa014d088b#e10f8793) |
| 2029 | 2024-07-13T03:22:16.906Z | Checking fatfs v0.3.6 |
| 2030 | 2024-07-13T03:22:17.228Z | Checking shell-words v1.1.0 |
| 2031 | 2024-07-13T03:22:17.371Z | Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
| 2032 | 2024-07-13T03:22:17.401Z | Checking cargo-platform v0.1.8 |
| 2033 | 2024-07-13T03:22:17.690Z | Checking rtoolbox v0.0.2 |
| 2034 | 2024-07-13T03:22:17.836Z | Compiling getrandom v0.1.16 |
| 2035 | 2024-07-13T03:22:17.871Z | Checking rpassword v7.3.1 |
| 2036 | 2024-07-13T03:22:18.027Z | Checking cargo_metadata v0.18.1 |
| 2037 | 2024-07-13T03:22:18.615Z | Checking tui-tree-widget v0.21.0 |
| 2038 | 2024-07-13T03:22:19.237Z | Checking tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous) |
| 2039 | 2024-07-13T03:22:19.681Z | Checking rfc6979 v0.4.0 |
| 2040 | 2024-07-13T03:22:20.400Z | Checking ecdsa v0.16.9 |
| 2041 | 2024-07-13T03:22:20.451Z | Checking rand_core v0.5.1 |
| 2042 | 2024-07-13T03:22:20.771Z | Checking primeorder v0.13.6 |
| 2043 | 2024-07-13T03:22:21.211Z | Checking yansi v0.5.1 |
| 2044 | 2024-07-13T03:22:21.273Z | Checking option-ext v0.2.0 |
| 2045 | 2024-07-13T03:22:21.496Z | Checking dirs-sys v0.4.1 |
| 2046 | 2024-07-13T03:22:21.606Z | Checking pretty_assertions v1.4.0 |
| 2047 | 2024-07-13T03:22:21.676Z | Checking rand_chacha v0.2.2 |
| 2048 | 2024-07-13T03:22:21.805Z | Checking polyval v0.6.2 |
| 2049 | 2024-07-13T03:22:22.029Z | Checking ed25519 v2.2.3 |
| 2050 | 2024-07-13T03:22:22.073Z | Checking aes v0.8.4 |
| 2051 | 2024-07-13T03:22:22.271Z | Checking blowfish v0.9.1 |
| 2052 | 2024-07-13T03:22:22.524Z | Checking ctr v0.9.2 |
| 2053 | 2024-07-13T03:22:22.802Z | Checking password-hash v0.4.2 |
| 2054 | 2024-07-13T03:22:22.971Z | Checking pbkdf2 v0.12.2 |
| 2055 | 2024-07-13T03:22:23.140Z | Checking plotters-backend v0.3.5 |
| 2056 | 2024-07-13T03:22:23.236Z | Checking hex-literal v0.4.1 |
| 2057 | 2024-07-13T03:22:23.378Z | Checking pbkdf2 v0.11.0 |
| 2058 | 2024-07-13T03:22:23.531Z | Checking plotters-svg v0.3.5 |
| 2059 | 2024-07-13T03:22:23.666Z | Checking bcrypt-pbkdf v0.10.0 |
| 2060 | 2024-07-13T03:22:23.738Z | Checking ed25519-dalek v2.1.1 |
| 2061 | 2024-07-13T03:22:23.914Z | Checking ghash v0.5.1 |
| 2062 | 2024-07-13T03:22:24.082Z | Checking rand v0.7.3 |
| 2063 | 2024-07-13T03:22:24.100Z | Checking dirs v5.0.1 |
| 2064 | 2024-07-13T03:22:24.235Z | Checking p256 v0.13.2 |
| 2065 | 2024-07-13T03:22:24.734Z | Checking p521 v0.13.3 |
| 2066 | 2024-07-13T03:22:25.519Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
| 2067 | 2024-07-13T03:22:25.538Z | Compiling nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros) |
| 2068 | 2024-07-13T03:22:26.168Z | Checking cbc v0.1.2 |
| 2069 | 2024-07-13T03:22:26.378Z | Checking russh-cryptovec v0.7.2 |
| 2070 | 2024-07-13T03:22:26.587Z | Compiling target-lexicon v0.12.14 |
| 2071 | 2024-07-13T03:22:27.425Z | Checking md5 v0.7.0 |
| 2072 | 2024-07-13T03:22:27.454Z | Compiling doc-comment v0.3.3 |
| 2073 | 2024-07-13T03:22:27.586Z | Checking cast v0.3.0 |
| 2074 | 2024-07-13T03:22:27.915Z | Checking criterion-plot v0.5.0 |
| 2075 | 2024-07-13T03:22:28.168Z | Checking russh-keys v0.43.0 |
| 2076 | 2024-07-13T03:22:28.413Z | Checking aes-gcm v0.10.3 |
| 2077 | 2024-07-13T03:22:28.655Z | Checking plotters v0.3.5 |
| 2078 | 2024-07-13T03:22:29.318Z | Checking http-body v1.0.0 |
| 2079 | 2024-07-13T03:22:29.523Z | Checking tinytemplate v1.2.1 |
| 2080 | 2024-07-13T03:22:29.929Z | Checking csv-core v0.1.11 |
| 2081 | 2024-07-13T03:22:30.276Z | Checking anes v0.1.6 |
| 2082 | 2024-07-13T03:22:30.552Z | Compiling guppy-workspace-hack v0.1.0 |
| 2083 | 2024-07-13T03:22:30.677Z | Compiling dhcproto-macros v0.1.0 |
| 2084 | 2024-07-13T03:22:30.816Z | Compiling assert_cmd v2.0.14 |
| 2085 | 2024-07-13T03:22:31.216Z | Checking oorandom v11.1.3 |
| 2086 | 2024-07-13T03:22:31.376Z | Checking tower-layer v0.3.2 |
| 2087 | 2024-07-13T03:22:31.635Z | Checking tower v0.4.13 |
| 2088 | 2024-07-13T03:22:31.655Z | Checking dhcproto v0.11.0 |
| 2089 | 2024-07-13T03:22:32.376Z | Checking criterion v0.5.1 |
| 2090 | 2024-07-13T03:22:32.535Z | Checking csv v1.3.0 |
| 2091 | 2024-07-13T03:22:33.057Z | Checking hyper v1.3.1 |
| 2092 | 2024-07-13T03:22:33.464Z | Checking russh v0.43.0 |
| 2093 | 2024-07-13T03:22:34.859Z | Checking installinator-artifactd v0.1.0 (/work/oxidecomputer/omicron/installinator-artifactd) |
| 2094 | 2024-07-13T03:22:35.108Z | Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
| 2095 | 2024-07-13T03:22:35.788Z | Compiling target-spec v3.1.0 |
| 2096 | 2024-07-13T03:22:35.876Z | Checking internet-checksum v0.2.1 |
| 2097 | 2024-07-13T03:22:37.342Z | Checking cfg-expr v0.15.8 |
| 2098 | 2024-07-13T03:22:37.419Z | Checking hyper-util v0.1.3 |
| 2099 | 2024-07-13T03:22:38.191Z | Checking installinator-artifact-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-artifact-client) |
| 2100 | 2024-07-13T03:22:38.237Z | Checking rustls-native-certs v0.7.0 |
| 2101 | 2024-07-13T03:22:38.394Z | Checking httptest v0.15.5 |
| 2102 | 2024-07-13T03:22:39.123Z | Checking hyper-rustls v0.26.0 |
| 2103 | 2024-07-13T03:22:39.798Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
| 2104 | 2024-07-13T03:22:40.099Z | Checking pathdiff v0.2.1 |
| 2105 | 2024-07-13T03:22:40.258Z | Checking threadpool v1.8.1 |
| 2106 | 2024-07-13T03:22:40.475Z | Checking escape8259 v0.5.2 |
| 2107 | 2024-07-13T03:22:40.661Z | Checking nested v0.1.1 |
| 2108 | 2024-07-13T03:22:40.866Z | Checking guppy v0.17.5 |
| 2109 | 2024-07-13T03:22:40.977Z | Checking libtest-mimic v0.7.3 |
| 2110 | 2024-07-13T03:22:41.489Z | Checking similar-asserts v1.5.0 |
| 2111 | 2024-07-13T03:22:41.739Z | Checking fancy-regex v0.13.0 |
| 2112 | 2024-07-13T03:22:42.476Z | Compiling rstest_macros v0.19.0 |
| 2113 | 2024-07-13T03:22:42.852Z | Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
| 2114 | 2024-07-13T03:22:42.888Z | Checking datatest-stable v0.2.9 |
| 2115 | 2024-07-13T03:22:43.074Z | Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
| 2116 | 2024-07-13T03:22:43.180Z | Checking blake2b_simd v1.0.2 |
| 2117 | 2024-07-13T03:22:44.011Z | Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
| 2118 | 2024-07-13T03:22:44.292Z | Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli) |
| 2119 | 2024-07-13T03:22:44.405Z | Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
| 2120 | 2024-07-13T03:22:44.787Z | Compiling trybuild v1.0.96 |
| 2121 | 2024-07-13T03:22:45.053Z | Checking indent_write v2.2.0 |
| 2122 | 2024-07-13T03:22:45.255Z | Compiling relative-path v1.9.3 |
| 2123 | 2024-07-13T03:22:45.393Z | Checking rust-argon2 v2.1.0 |
| 2124 | 2024-07-13T03:22:45.863Z | Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
| 2125 | 2024-07-13T03:22:48.524Z | Checking multimap v0.10.0 |
| 2126 | 2024-07-13T03:22:48.835Z | Checking futures-timer v3.0.3 |
| 2127 | 2024-07-13T03:22:50.568Z | Checking openapi-manager v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager) |
| 2128 | 2024-07-13T03:22:51.807Z | Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
| 2129 | 2024-07-13T03:22:52.730Z | Checking partial-io v0.5.4 |
| 2130 | 2024-07-13T03:22:53.116Z | Checking cargo_toml v0.20.3 |
| 2131 | 2024-07-13T03:22:54.917Z | Checking rand_distr v0.4.3 |
| 2132 | 2024-07-13T03:22:55.153Z | Checking approx v0.5.1 |
| 2133 | 2024-07-13T03:22:55.386Z | Checking uzers v0.11.3 |
| 2134 | 2024-07-13T03:22:55.486Z | Checking rstest v0.19.0 |
| 2135 | 2024-07-13T03:22:55.666Z | Checking termios v0.3.3 |
| 2136 | 2024-07-13T03:22:55.691Z | Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
| 2137 | 2024-07-13T03:22:55.869Z | Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli) |
| 2138 | 2024-07-13T03:22:58.643Z | Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
| 2139 | 2024-07-13T03:23:01.883Z | Checking end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
| 2140 | 2024-07-13T03:23:09.160Z | Compiling samael v0.0.15 |
| 2141 | 2024-07-13T03:23:12.695Z | Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng) |
| 2142 | 2024-07-13T03:23:37.908Z | Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns-cli) |
| 2143 | 2024-07-13T03:23:42.356Z | Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed) |
| 2144 | 2024-07-13T03:23:46.945Z | Compiling polar-core v0.27.3 |
| 2145 | 2024-07-13T03:23:55.632Z | Checking oso v0.27.3 |
| 2146 | 2024-07-13T03:24:28.541Z | Checking nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
| 2147 | 2024-07-13T03:24:28.544Z | Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
| 2148 | 2024-07-13T03:24:28.544Z | Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
| 2149 | 2024-07-13T03:25:40.818Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 7m 06s |
| 2150 | 2024-07-13T03:25:41.106Z | |
| 2151 | 2024-07-13T03:25:41.106Z | real 7:14.472524865 |
| 2152 | 2024-07-13T03:25:41.106Z | user 40:02.233526040 |
| 2153 | 2024-07-13T03:25:41.106Z | sys 7:00.925433231 |
| 2154 | 2024-07-13T03:25:41.106Z | trap 1.062814657 |
| 2155 | 2024-07-13T03:25:41.106Z | tflt 0.965737970 |
| 2156 | 2024-07-13T03:25:41.106Z | dflt 0.894056018 |
| 2157 | 2024-07-13T03:25:41.109Z | kflt 0.008871381 |
| 2158 | 2024-07-13T03:25:41.109Z | lock 1:56:52.930049669 |
| 2159 | 2024-07-13T03:25:41.109Z | slp 2:07:14.477461295 |
| 2160 | 2024-07-13T03:25:41.109Z | lat 1:55.520153100 |
| 2161 | 2024-07-13T03:25:41.109Z | stop 6:12.489023636 |
| 2162 | 2024-07-13T03:25:41.109Z | + RUSTDOCFLAGS='--document-private-items -D warnings' |
| 2163 | 2024-07-13T03:25:41.109Z | + ptime -m cargo doc --workspace --no-deps |
| 2164 | 2024-07-13T03:25:42.175Z | warning: output filename collision. |
| 2165 | 2024-07-13T03:25:42.175Z | 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)`. |
| 2166 | 2024-07-13T03:25:42.175Z | Colliding filename is: /work/oxidecomputer/omicron/target/doc/oximeter/index.html |
| 2167 | 2024-07-13T03:25:42.175Z | The targets should have unique names. |
| 2168 | 2024-07-13T03:25:42.175Z | This is a known bug where multiple crates with the same name use |
| 2169 | 2024-07-13T03:25:42.175Z | the same path; see <https://github.com/rust-lang/cargo/issues/6313>. |
| 2170 | 2024-07-13T03:25:42.670Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 2171 | 2024-07-13T03:25:42.723Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
| 2172 | 2024-07-13T03:25:42.762Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
| 2173 | 2024-07-13T03:25:42.781Z | Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
| 2174 | 2024-07-13T03:25:42.800Z | Documenting xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
| 2175 | 2024-07-13T03:25:42.802Z | Documenting omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
| 2176 | 2024-07-13T03:25:42.919Z | Documenting omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 2177 | 2024-07-13T03:25:43.000Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
| 2178 | 2024-07-13T03:25:43.020Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
| 2179 | 2024-07-13T03:25:43.034Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
| 2180 | 2024-07-13T03:25:43.049Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
| 2181 | 2024-07-13T03:25:43.309Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
| 2182 | 2024-07-13T03:25:43.521Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
| 2183 | 2024-07-13T03:25:43.777Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 2184 | 2024-07-13T03:25:43.805Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
| 2185 | 2024-07-13T03:25:44.990Z | Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
| 2186 | 2024-07-13T03:25:47.385Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
| 2187 | 2024-07-13T03:25:47.591Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
| 2188 | 2024-07-13T03:25:47.867Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
| 2189 | 2024-07-13T03:25:47.885Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
| 2190 | 2024-07-13T03:25:48.124Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
| 2191 | 2024-07-13T03:25:48.173Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
| 2192 | 2024-07-13T03:25:48.422Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
| 2193 | 2024-07-13T03:25:48.699Z | Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
| 2194 | 2024-07-13T03:25:48.851Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
| 2195 | 2024-07-13T03:25:49.194Z | Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
| 2196 | 2024-07-13T03:25:49.390Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
| 2197 | 2024-07-13T03:25:49.656Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
| 2198 | 2024-07-13T03:25:49.963Z | Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
| 2199 | 2024-07-13T03:25:49.985Z | Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
| 2200 | 2024-07-13T03:25:50.070Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
| 2201 | 2024-07-13T03:25:50.344Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
| 2202 | 2024-07-13T03:25:50.666Z | Documenting dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
| 2203 | 2024-07-13T03:25:51.092Z | Documenting db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
| 2204 | 2024-07-13T03:25:51.498Z | Documenting authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
| 2205 | 2024-07-13T03:25:52.728Z | Checking illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
| 2206 | 2024-07-13T03:25:54.442Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
| 2207 | 2024-07-13T03:25:55.396Z | Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
| 2208 | 2024-07-13T03:25:56.691Z | Compiling oximeter-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/impl) |
| 2209 | 2024-07-13T03:25:57.486Z | Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
| 2210 | 2024-07-13T03:25:57.502Z | Checking internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns) |
| 2211 | 2024-07-13T03:25:58.204Z | Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
| 2212 | 2024-07-13T03:25:58.360Z | Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
| 2213 | 2024-07-13T03:25:58.894Z | Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
| 2214 | 2024-07-13T03:25:59.523Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
| 2215 | 2024-07-13T03:25:59.965Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
| 2216 | 2024-07-13T03:26:00.583Z | Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
| 2217 | 2024-07-13T03:26:00.865Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
| 2218 | 2024-07-13T03:26:01.355Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
| 2219 | 2024-07-13T03:26:01.495Z | Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
| 2220 | 2024-07-13T03:26:02.282Z | Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
| 2221 | 2024-07-13T03:26:02.828Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
| 2222 | 2024-07-13T03:26:03.413Z | Checking tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
| 2223 | 2024-07-13T03:26:04.088Z | Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
| 2224 | 2024-07-13T03:26:05.415Z | Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
| 2225 | 2024-07-13T03:26:05.890Z | Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
| 2226 | 2024-07-13T03:26:05.949Z | Documenting omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
| 2227 | 2024-07-13T03:26:06.056Z | Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
| 2228 | 2024-07-13T03:26:06.451Z | Checking installinator-artifactd v0.1.0 (/work/oxidecomputer/omicron/installinator-artifactd) |
| 2229 | 2024-07-13T03:26:07.263Z | Checking installinator-artifact-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-artifact-client) |
| 2230 | 2024-07-13T03:26:09.276Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
| 2231 | 2024-07-13T03:26:10.235Z | Documenting omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
| 2232 | 2024-07-13T03:26:10.432Z | Documenting installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
| 2233 | 2024-07-13T03:26:11.238Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
| 2234 | 2024-07-13T03:26:12.882Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
| 2235 | 2024-07-13T03:26:13.367Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
| 2236 | 2024-07-13T03:26:13.996Z | Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
| 2237 | 2024-07-13T03:26:14.132Z | Documenting oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
| 2238 | 2024-07-13T03:26:14.425Z | Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
| 2239 | 2024-07-13T03:26:15.757Z | Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2240 | 2024-07-13T03:26:16.455Z | Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
| 2241 | 2024-07-13T03:26:18.992Z | Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
| 2242 | 2024-07-13T03:26:19.840Z | Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
| 2243 | 2024-07-13T03:26:20.985Z | Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
| 2244 | 2024-07-13T03:26:21.497Z | Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
| 2245 | 2024-07-13T03:26:21.967Z | Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
| 2246 | 2024-07-13T03:26:22.774Z | Documenting wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
| 2247 | 2024-07-13T03:26:24.427Z | Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
| 2248 | 2024-07-13T03:26:25.383Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 2249 | 2024-07-13T03:26:25.867Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
| 2250 | 2024-07-13T03:26:27.895Z | Documenting oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
| 2251 | 2024-07-13T03:26:32.488Z | Documenting omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 2252 | 2024-07-13T03:26:46.598Z | Documenting oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
| 2253 | 2024-07-13T03:26:47.807Z | Documenting end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
| 2254 | 2024-07-13T03:26:47.926Z | Checking end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
| 2255 | 2024-07-13T03:26:52.536Z | Documenting openapi-manager v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager) |
| 2256 | 2024-07-13T03:27:03.799Z | Documenting nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
| 2257 | 2024-07-13T03:27:04.378Z | Documenting nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
| 2258 | 2024-07-13T03:27:06.418Z | Documenting nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
| 2259 | 2024-07-13T03:27:08.504Z | Documenting nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
| 2260 | 2024-07-13T03:27:08.674Z | Documenting nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
| 2261 | 2024-07-13T03:27:20.398Z | Documenting nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
| 2262 | 2024-07-13T03:27:24.859Z | Documenting nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
| 2263 | 2024-07-13T03:27:26.319Z | Documenting nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
| 2264 | 2024-07-13T03:27:32.903Z | Documenting nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
| 2265 | 2024-07-13T03:27:49.752Z | Documenting oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2266 | 2024-07-13T03:27:51.808Z | Documenting oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
| 2267 | 2024-07-13T03:27:52.634Z | Documenting gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
| 2268 | 2024-07-13T03:27:52.666Z | Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
| 2269 | 2024-07-13T03:27:55.090Z | Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
| 2270 | 2024-07-13T03:28:08.154Z | Documenting omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
| 2271 | 2024-07-13T03:28:08.154Z | Documenting nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
| 2272 | 2024-07-13T03:28:09.899Z | Documenting nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
| 2273 | 2024-07-13T03:28:13.322Z | Documenting nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
| 2274 | 2024-07-13T03:28:13.668Z | Documenting nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
| 2275 | 2024-07-13T03:28:44.490Z | Documenting nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
| 2276 | 2024-07-13T03:28:48.451Z | Documenting wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
| 2277 | 2024-07-13T03:28:50.010Z | Documenting wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
| 2278 | 2024-07-13T03:28:53.975Z | Documenting sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
| 2279 | 2024-07-13T03:28:55.744Z | Documenting wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
| 2280 | 2024-07-13T03:29:06.971Z | Documenting omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
| 2281 | 2024-07-13T03:29:17.319Z | Documenting tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous) |
| 2282 | 2024-07-13T03:29:21.116Z | Documenting update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
| 2283 | 2024-07-13T03:29:21.978Z | Documenting omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng) |
| 2284 | 2024-07-13T03:29:24.071Z | Documenting nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
| 2285 | 2024-07-13T03:29:25.548Z | Documenting crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed) |
| 2286 | 2024-07-13T03:29:27.196Z | Documenting oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
| 2287 | 2024-07-13T03:29:28.431Z | Documenting omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
| 2288 | 2024-07-13T03:29:36.268Z | Documenting sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
| 2289 | 2024-07-13T03:29:39.982Z | Documenting dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
| 2290 | 2024-07-13T03:29:40.274Z | Documenting installinator-artifactd v0.1.0 (/work/oxidecomputer/omicron/installinator-artifactd) |
| 2291 | 2024-07-13T03:29:41.204Z | Documenting installinator-artifact-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-artifact-client) |
| 2292 | 2024-07-13T03:29:42.017Z | Documenting internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns-cli) |
| 2293 | 2024-07-13T03:29:44.618Z | Documenting bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
| 2294 | 2024-07-13T03:29:48.442Z | Documenting bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
| 2295 | 2024-07-13T03:29:48.865Z | Documenting sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
| 2296 | 2024-07-13T03:29:51.202Z | Documenting omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
| 2297 | 2024-07-13T03:29:51.671Z | Documenting wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
| 2298 | 2024-07-13T03:29:55.583Z | Documenting sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
| 2299 | 2024-07-13T03:29:56.025Z | Documenting zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
| 2300 | 2024-07-13T03:29:57.961Z | Documenting installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
| 2301 | 2024-07-13T03:30:04.084Z | Documenting oximeter-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/impl) |
| 2302 | 2024-07-13T03:30:04.629Z | Documenting nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
| 2303 | 2024-07-13T03:30:05.739Z | Documenting tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
| 2304 | 2024-07-13T03:30:06.143Z | Documenting oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
| 2305 | 2024-07-13T03:30:07.383Z | Documenting internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns) |
| 2306 | 2024-07-13T03:30:10.129Z | Documenting ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
| 2307 | 2024-07-13T03:30:10.925Z | Documenting sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
| 2308 | 2024-07-13T03:30:13.540Z | Documenting omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
| 2309 | 2024-07-13T03:30:19.286Z | Documenting gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli) |
| 2310 | 2024-07-13T03:30:19.777Z | Documenting key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
| 2311 | 2024-07-13T03:30:22.615Z | Documenting nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
| 2312 | 2024-07-13T03:30:23.641Z | Documenting illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
| 2313 | 2024-07-13T03:30:24.978Z | Documenting omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 2314 | 2024-07-13T03:30:25.278Z | Documenting nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros) |
| 2315 | 2024-07-13T03:30:26.901Z | Documenting oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
| 2316 | 2024-07-13T03:30:28.529Z | Documenting typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
| 2317 | 2024-07-13T03:30:30.274Z | Documenting oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
| 2318 | 2024-07-13T03:30:32.361Z | Documenting oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
| 2319 | 2024-07-13T03:30:32.818Z | Documenting cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
| 2320 | 2024-07-13T03:30:33.888Z | Documenting omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
| 2321 | 2024-07-13T03:30:35.116Z | Documenting update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
| 2322 | 2024-07-13T03:30:35.151Z | Documenting dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
| 2323 | 2024-07-13T03:30:36.111Z | Documenting omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
| 2324 | 2024-07-13T03:30:38.775Z | Documenting gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
| 2325 | 2024-07-13T03:30:40.023Z | Documenting api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
| 2326 | 2024-07-13T03:30:42.767Z | Documenting nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
| 2327 | 2024-07-13T03:31:04.542Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 5m 23s |
| 2328 | 2024-07-13T03:31:04.670Z | Generated /work/oxidecomputer/omicron/target/doc/api_identity/index.html and 99 other files |
| 2329 | 2024-07-13T03:31:04.714Z | |
| 2330 | 2024-07-13T03:31:04.717Z | real 5:23.510631641 |
| 2331 | 2024-07-13T03:31:04.717Z | user 18:20.264678853 |
| 2332 | 2024-07-13T03:31:04.717Z | sys 21:56.112912288 |
| 2333 | 2024-07-13T03:31:04.717Z | trap 0.306646802 |
| 2334 | 2024-07-13T03:31:04.718Z | tflt 0.070259482 |
| 2335 | 2024-07-13T03:31:04.718Z | dflt 0.148888426 |
| 2336 | 2024-07-13T03:31:04.718Z | kflt 0.000037422 |
| 2337 | 2024-07-13T03:31:04.718Z | lock 53:47.459468347 |
| 2338 | 2024-07-13T03:31:04.718Z | slp 1:26:10.777765993 |
| 2339 | 2024-07-13T03:31:04.718Z | lat 52.819915217 |
| 2340 | 2024-07-13T03:31:04.718Z | stop 41.360738474 |
| 2341 | 2024-07-13T03:31:04.718Z | process exited: duration 928183 ms, exit code 0 |
| |
| 2342 | 2024-07-13T03:31:04.727Z | found 0 output files |