|
|
|
| 1 | 2024-06-20T20:47:11.000Z | job assigned to worker 01J0VPCTP3FKQ14DC36DS3KVMB (queued for 1 m 2 s) |
| |
| 2 | 2024-06-20T20:47:18.642Z | starting task 0: "setup" |
| 3 | 2024-06-20T20:47:18.700Z | ++ uname -s |
| 4 | 2024-06-20T20:47:18.703Z | + kern=SunOS |
| 5 | 2024-06-20T20:47:18.703Z | + case "$kern" in |
| 6 | 2024-06-20T20:47:18.703Z | + groupadd -g 12345 build |
| 7 | 2024-06-20T20:47:18.706Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
| 8 | 2024-06-20T20:47:20.716Z | + zfs create -o mountpoint=/work rpool/work |
| 9 | 2024-06-20T20:47:20.834Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
| 10 | 2024-06-20T20:47:20.837Z | + home_fs=zfs |
| 11 | 2024-06-20T20:47:20.837Z | + [[ zfs == autofs ]] |
| 12 | 2024-06-20T20:47:20.837Z | + mkdir -p /home/build |
| 13 | 2024-06-20T20:47:20.840Z | + chown build:build /home/build /work |
| 14 | 2024-06-20T20:47:22.840Z | + chmod 0700 /home/build /work |
| 15 | 2024-06-20T20:47:22.843Z | process exited: duration 4200 ms, exit code 0 |
| |
| 16 | 2024-06-20T20:47:22.848Z | starting task 1: "rust-toolchain" |
| 17 | 2024-06-20T20:47:22.854Z | + printf ' * toolchain channel = "%s" |
| 18 | 2024-06-20T20:47:22.854Z | ' 1.78.0 |
| 19 | 2024-06-20T20:47:22.854Z | * toolchain channel = "1.78.0" |
| 20 | 2024-06-20T20:47:22.854Z | + printf ' * toolchain profile = "%s" |
| 21 | 2024-06-20T20:47:22.854Z | ' default |
| 22 | 2024-06-20T20:47:22.854Z | * toolchain profile = "default" |
| 23 | 2024-06-20T20:47:22.859Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
| 24 | 2024-06-20T20:47:22.859Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.78.0 --profile default |
| 25 | 2024-06-20T20:47:22.979Z | info: downloading installer |
| 26 | 2024-06-20T20:47:24.205Z | info: profile set to 'default' |
| 27 | 2024-06-20T20:47:24.205Z | info: default host triple is x86_64-unknown-illumos |
| 28 | 2024-06-20T20:47:24.208Z | info: syncing channel updates for '1.78.0-x86_64-unknown-illumos' |
| 29 | 2024-06-20T20:47:24.349Z | info: latest update on 2024-05-02, rust version 1.78.0 (9b00956e5 2024-04-29) |
| 30 | 2024-06-20T20:47:24.349Z | info: downloading component 'cargo' |
| 31 | 2024-06-20T20:47:25.164Z | info: downloading component 'clippy' |
| 32 | 2024-06-20T20:47:25.435Z | info: downloading component 'rust-docs' |
| 33 | 2024-06-20T20:47:26.509Z | info: downloading component 'rust-std' |
| 34 | 2024-06-20T20:47:28.233Z | info: downloading component 'rustc' |
| 35 | 2024-06-20T20:47:32.608Z | info: downloading component 'rustfmt' |
| 36 | 2024-06-20T20:47:32.843Z | info: installing component 'cargo' |
| 37 | 2024-06-20T20:47:33.690Z | info: installing component 'clippy' |
| 38 | 2024-06-20T20:47:34.054Z | info: installing component 'rust-docs' |
| 39 | 2024-06-20T20:47:35.603Z | info: installing component 'rust-std' |
| 40 | 2024-06-20T20:47:37.380Z | info: installing component 'rustc' |
| 41 | 2024-06-20T20:47:41.570Z | info: installing component 'rustfmt' |
| 42 | 2024-06-20T20:47:41.902Z | info: default toolchain set to '1.78.0-x86_64-unknown-illumos' |
| 43 | 2024-06-20T20:47:41.902Z | |
| 44 | 2024-06-20T20:47:42.161Z | 1.78.0-x86_64-unknown-illumos installed - rustc 1.78.0 (9b00956e5 2024-04-29) |
| 45 | 2024-06-20T20:47:42.161Z | |
| 46 | 2024-06-20T20:47:42.164Z | |
| 47 | 2024-06-20T20:47:42.164Z | Rust is installed now. Great! |
| 48 | 2024-06-20T20:47:42.164Z | |
| 49 | 2024-06-20T20:47:42.164Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
| 50 | 2024-06-20T20:47:42.164Z | environment variable. This has not been done automatically. |
| 51 | 2024-06-20T20:47:42.164Z | |
| 52 | 2024-06-20T20:47:42.164Z | To configure your current shell, you need to source |
| 53 | 2024-06-20T20:47:42.164Z | the corresponding env file under $HOME/.cargo. |
| 54 | 2024-06-20T20:47:42.164Z | |
| 55 | 2024-06-20T20:47:42.164Z | This is usually done by running one of the following (note the leading DOT): |
| 56 | 2024-06-20T20:47:42.164Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
| 57 | 2024-06-20T20:47:42.164Z | source "$HOME/.cargo/env.fish" # For fish |
| 58 | 2024-06-20T20:47:42.229Z | + rustc --version |
| 59 | 2024-06-20T20:47:42.291Z | rustc 1.78.0 (9b00956e5 2024-04-29) |
| 60 | 2024-06-20T20:47:42.294Z | process exited: duration 19444 ms, exit code 0 |
| |
| 61 | 2024-06-20T20:47:42.300Z | starting task 2: "authentication" |
| 62 | 2024-06-20T20:47:42.322Z | process exited: duration 22 ms, exit code 0 |
| |
| 63 | 2024-06-20T20:47:42.328Z | starting task 3: "clone repository" |
| 64 | 2024-06-20T20:47:42.333Z | + mkdir -p /work/oxidecomputer/omicron |
| 65 | 2024-06-20T20:47:42.336Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
| 66 | 2024-06-20T20:47:42.483Z | Cloning into '/work/oxidecomputer/omicron'... |
| 67 | 2024-06-20T20:47:47.368Z | + cd /work/oxidecomputer/omicron |
| 68 | 2024-06-20T20:47:47.368Z | + git fetch origin 88e6c18915c287f4c703517fb2e21983ec2950db |
| 69 | 2024-06-20T20:47:47.709Z | From https://github.com/oxidecomputer/omicron |
| 70 | 2024-06-20T20:47:47.709Z | * branch 88e6c18915c287f4c703517fb2e21983ec2950db -> FETCH_HEAD |
| 71 | 2024-06-20T20:47:47.717Z | + [[ -n stage0 ]] |
| 72 | 2024-06-20T20:47:47.720Z | ++ git branch --show-current |
| 73 | 2024-06-20T20:47:47.723Z | + current=main |
| 74 | 2024-06-20T20:47:47.723Z | + [[ main != stage0 ]] |
| 75 | 2024-06-20T20:47:47.723Z | + git branch -f stage0 88e6c18915c287f4c703517fb2e21983ec2950db |
| 76 | 2024-06-20T20:47:47.726Z | + git checkout -f stage0 |
| 77 | 2024-06-20T20:47:47.860Z | Switched to branch 'stage0' |
| 78 | 2024-06-20T20:47:47.862Z | + git reset --hard 88e6c18915c287f4c703517fb2e21983ec2950db |
| 79 | 2024-06-20T20:47:47.879Z | HEAD is now at 88e6c1891 Support updating the RoT bootloader (stage0) |
| 80 | 2024-06-20T20:47:47.882Z | process exited: duration 5551 ms, exit code 0 |
| |
| 81 | 2024-06-20T20:47:47.887Z | starting task 4: "build" |
| 82 | 2024-06-20T20:47:47.892Z | + cargo --version |
| 83 | 2024-06-20T20:47:47.946Z | cargo 1.78.0 (54d8815d0 2024-03-26) |
| 84 | 2024-06-20T20:47:47.949Z | + rustc --version |
| 85 | 2024-06-20T20:47:48.000Z | rustc 1.78.0 (9b00956e5 2024-04-29) |
| 86 | 2024-06-20T20:47:48.005Z | + source ./env.sh |
| 87 | 2024-06-20T20:47:48.005Z | ++ set -o xtrace |
| 88 | 2024-06-20T20:47:48.005Z | ++++ dirname ./env.sh |
| 89 | 2024-06-20T20:47:48.009Z | +++ readlink -f . |
| 90 | 2024-06-20T20:47:48.026Z | ++ OMICRON_WS=/work/oxidecomputer/omicron |
| 91 | 2024-06-20T20:47:48.030Z | ++ export PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
| 92 | 2024-06-20T20:47:48.031Z | ++ PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
| 93 | 2024-06-20T20:47:48.031Z | ++ 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 |
| 94 | 2024-06-20T20:47:48.031Z | ++ PATH=/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
| 95 | 2024-06-20T20:47:48.031Z | ++ 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 |
| 96 | 2024-06-20T20:47:48.031Z | ++ PATH=/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
| 97 | 2024-06-20T20:47:48.031Z | ++ 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 |
| 98 | 2024-06-20T20:47:48.031Z | ++ PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
| 99 | 2024-06-20T20:47:48.032Z | ++ unset OMICRON_WS |
| 100 | 2024-06-20T20:47:48.032Z | ++ set +o xtrace |
| 101 | 2024-06-20T20:47:48.044Z | |
| 102 | 2024-06-20T20:47:48.044Z | ##### ##### ###### ##### ###### #### # # # #### # |
| 103 | 2024-06-20T20:47:48.044Z | # # # # # # # # # # # # # # # |
| 104 | 2024-06-20T20:47:48.044Z | # # # # ##### # # ##### # # # # # #### # |
| 105 | 2024-06-20T20:47:48.044Z | ##### ##### # ##### # # # # # # # # # |
| 106 | 2024-06-20T20:47:48.044Z | # # # # # # # # # # # # # # # |
| 107 | 2024-06-20T20:47:48.044Z | # # # ###### # # ###### ### # #### # #### # |
| 108 | 2024-06-20T20:47:48.044Z | |
| 109 | 2024-06-20T20:48:03.065Z | Startup: Refreshing catalog 'helios-dev' ... Done |
| 110 | 2024-06-20T20:48:05.114Z | Startup: Caching catalogs ... Done |
| 111 | 2024-06-20T20:48:07.409Z | Planning: Solver setup ... Done (1.842s) |
| 112 | 2024-06-20T20:48:07.445Z | Planning: Running solver ... Done (0.036s) |
| 113 | 2024-06-20T20:48:07.482Z | Planning: Finding local manifests ... Done (0.003s) |
| 114 | 2024-06-20T20:48:07.501Z | Planning: Fetching manifests: 0/4 0% complete |
| 115 | 2024-06-20T20:48:07.818Z | Planning: Fetching manifests: 4/4 100% complete |
| 116 | 2024-06-20T20:48:07.865Z | Planning: Package planning ... Done (0.047s) |
| 117 | 2024-06-20T20:48:07.916Z | Planning: Merging actions ... Done (0.050s) |
| 118 | 2024-06-20T20:48:09.340Z | Planning: Checking for conflicting actions ... Done (1.424s) |
| 119 | 2024-06-20T20:48:09.351Z | Planning: Consolidating action changes ... Done (0.011s) |
| 120 | 2024-06-20T20:48:15.939Z | Planning: Evaluating mediators ... Done (6.587s) |
| 121 | 2024-06-20T20:48:15.949Z | Planning: Planning completed in 10.77 seconds |
| 122 | 2024-06-20T20:48:16.832Z | Packages to install: 4 |
| 123 | 2024-06-20T20:48:16.832Z | Mediators to change: 2 |
| 124 | 2024-06-20T20:48:16.832Z | Services to change: 1 |
| 125 | 2024-06-20T20:48:16.832Z | Estimated space available: 155.77 GB |
| 126 | 2024-06-20T20:48:16.835Z | Estimated space to be consumed: 1.46 GB |
| 127 | 2024-06-20T20:48:16.835Z | Create boot environment: No |
| 128 | 2024-06-20T20:48:16.835Z | Create backup boot environment: No |
| 129 | 2024-06-20T20:48:16.835Z | Rebuild boot archive: No |
| 130 | 2024-06-20T20:48:16.835Z | |
| 131 | 2024-06-20T20:48:16.835Z | Changed mediators: |
| 132 | 2024-06-20T20:48:16.835Z | mediator clang: |
| 133 | 2024-06-20T20:48:16.835Z | version: None -> 15 (system default) |
| 134 | 2024-06-20T20:48:16.835Z | |
| 135 | 2024-06-20T20:48:16.835Z | mediator llvm: |
| 136 | 2024-06-20T20:48:16.835Z | version: 14 (system default) -> 15 (system default) |
| 137 | 2024-06-20T20:48:16.836Z | |
| 138 | 2024-06-20T20:48:16.836Z | Changed packages: |
| 139 | 2024-06-20T20:48:16.836Z | helios-dev |
| 140 | 2024-06-20T20:48:16.836Z | developer/build-essential |
| 141 | 2024-06-20T20:48:16.836Z | None -> 11-2.0 |
| 142 | 2024-06-20T20:48:16.836Z | library/libxmlsec1 |
| 143 | 2024-06-20T20:48:16.836Z | None -> 1.2.35-2.0 |
| 144 | 2024-06-20T20:48:16.836Z | ooce/developer/clang-15 |
| 145 | 2024-06-20T20:48:16.836Z | None -> 15.0.7-2.0 |
| 146 | 2024-06-20T20:48:16.836Z | ooce/developer/llvm-15 |
| 147 | 2024-06-20T20:48:16.836Z | None -> 15.0.7-2.0 |
| 148 | 2024-06-20T20:48:16.836Z | |
| 149 | 2024-06-20T20:48:16.836Z | Services: |
| 150 | 2024-06-20T20:48:16.836Z | restart_fmri: |
| 151 | 2024-06-20T20:48:16.836Z | svc:/system/update-man-index:default |
| 152 | 2024-06-20T20:48:17.078Z | |
| 153 | 2024-06-20T20:48:17.078Z | Download: 0/3290 items 0.0/212.6MB 0% complete |
| 154 | 2024-06-20T20:48:22.079Z | Download: 686/3290 items 18.1/212.6MB 8% complete (3.7M/s) |
| 155 | 2024-06-20T20:48:27.723Z | Download: 1197/3290 items 83.5/212.6MB 39% complete (10.1M/s) |
| 156 | 2024-06-20T20:48:32.729Z | Download: 1682/3290 items 118.0/212.6MB 55% complete (9.9M/s) |
| 157 | 2024-06-20T20:48:41.467Z | Download: 2224/3290 items 119.2/212.6MB 56% complete (3.6M/s) |
| 158 | 2024-06-20T20:48:46.464Z | Download: 3242/3290 items 201.3/212.6MB 94% complete (8.3M/s) |
| 159 | 2024-06-20T20:48:48.377Z | Download: Completed 212.60 MB in 31.30 seconds (6.8M/s) |
| 160 | 2024-06-20T20:48:48.625Z | Actions: 1/3689 actions (Installing new actions) |
| 161 | 2024-06-20T20:48:53.694Z | Actions: 3553/3689 actions (Installing new actions) |
| 162 | 2024-06-20T20:48:54.407Z | Actions: Completed 3689 actions in 5.78 seconds. |
| 163 | 2024-06-20T20:48:54.648Z | Done (0.234s) |
| 164 | 2024-06-20T20:48:54.648Z | Done (0.000s) |
| 165 | 2024-06-20T20:48:54.953Z | Done (0.307s) |
| 166 | 2024-06-20T20:49:01.027Z | Done (5.924s) |
| 167 | 2024-06-20T20:49:01.367Z | Done (0.273s) |
| 168 | 2024-06-20T20:49:01.370Z | Done (0.000s) |
| 169 | 2024-06-20T20:49:01.639Z | Done (0.000s) |
| 170 | 2024-06-20T20:49:02.192Z | Planning: Evaluating mediator changes ... Done |
| 171 | 2024-06-20T20:49:02.351Z | Planning: Checking for conflicting actions ... Done |
| 172 | 2024-06-20T20:49:02.354Z | Planning: Consolidating action changes ... Done |
| 173 | 2024-06-20T20:49:02.614Z | Planning: Evaluating mediators ... Done |
| 174 | 2024-06-20T20:49:02.617Z | Planning: Planning completed in 0.42 seconds |
| 175 | 2024-06-20T20:49:02.647Z | Mediators to change: 2 |
| 176 | 2024-06-20T20:49:02.647Z | Create boot environment: No |
| 177 | 2024-06-20T20:49:02.647Z | Create backup boot environment: No |
| 178 | 2024-06-20T20:49:02.716Z | Done |
| 179 | 2024-06-20T20:49:02.716Z | Done |
| 180 | 2024-06-20T20:49:02.909Z | Done |
| 181 | 2024-06-20T20:49:06.395Z | Done |
| 182 | 2024-06-20T20:49:06.484Z | Done |
| 183 | 2024-06-20T20:49:06.487Z | Done |
| 184 | 2024-06-20T20:49:06.593Z | Done |
| 185 | 2024-06-20T20:49:07.195Z | Planning: Evaluating mediator changes ... Done |
| 186 | 2024-06-20T20:49:07.199Z | Planning: Merging actions ... Done |
| 187 | 2024-06-20T20:49:07.385Z | Planning: Checking for conflicting actions ... Done |
| 188 | 2024-06-20T20:49:07.388Z | Planning: Consolidating action changes ... Done |
| 189 | 2024-06-20T20:49:07.641Z | Planning: Evaluating mediators ... Done |
| 190 | 2024-06-20T20:49:07.694Z | Planning: Planning completed in 0.74 seconds |
| 191 | 2024-06-20T20:49:07.729Z | Packages to change: 1 |
| 192 | 2024-06-20T20:49:07.729Z | Mediators to change: 1 |
| 193 | 2024-06-20T20:49:07.729Z | Services to change: 1 |
| 194 | 2024-06-20T20:49:07.732Z | Create boot environment: No |
| 195 | 2024-06-20T20:49:07.732Z | Create backup boot environment: Yes |
| 196 | 2024-06-20T20:49:09.547Z | Actions: 1/6 actions (Updating modified actions) |
| 197 | 2024-06-20T20:49:09.630Z | Actions: Completed 6 actions in 0.09 seconds. |
| 198 | 2024-06-20T20:49:09.630Z | Done |
| 199 | 2024-06-20T20:49:09.630Z | Done |
| 200 | 2024-06-20T20:49:09.695Z | Done |
| 201 | 2024-06-20T20:49:13.160Z | Done |
| 202 | 2024-06-20T20:49:13.245Z | Done |
| 203 | 2024-06-20T20:49:13.249Z | Done |
| 204 | 2024-06-20T20:49:13.362Z | Done |
| 205 | 2024-06-20T20:49:13.780Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
| 206 | 2024-06-20T20:49:13.780Z | clang system 15 system |
| 207 | 2024-06-20T20:49:13.780Z | csh system system illumos |
| 208 | 2024-06-20T20:49:13.780Z | ctags system system illumos |
| 209 | 2024-06-20T20:49:13.780Z | gcc vendor 12 vendor |
| 210 | 2024-06-20T20:49:13.780Z | gcc system 10 system |
| 211 | 2024-06-20T20:49:13.780Z | gcc system 7 system |
| 212 | 2024-06-20T20:49:13.780Z | go system 1.20 system |
| 213 | 2024-06-20T20:49:13.780Z | go system 1.19 system |
| 214 | 2024-06-20T20:49:13.780Z | llvm system 15 system |
| 215 | 2024-06-20T20:49:13.780Z | llvm system 14 system |
| 216 | 2024-06-20T20:49:13.780Z | mariadb system 10.6 system |
| 217 | 2024-06-20T20:49:13.780Z | mta vendor vendor dma |
| 218 | 2024-06-20T20:49:13.781Z | openjdk system 17 system |
| 219 | 2024-06-20T20:49:13.781Z | openjdk system 11 system |
| 220 | 2024-06-20T20:49:13.781Z | openjdk system 1.8 system |
| 221 | 2024-06-20T20:49:13.781Z | openssl vendor 3 vendor |
| 222 | 2024-06-20T20:49:13.781Z | perl system 5.36 system |
| 223 | 2024-06-20T20:49:13.781Z | postgresql system 15 system |
| 224 | 2024-06-20T20:49:13.781Z | postgresql system 13 system |
| 225 | 2024-06-20T20:49:13.781Z | python vendor 3 vendor |
| 226 | 2024-06-20T20:49:13.781Z | python system 2 system |
| 227 | 2024-06-20T20:49:13.781Z | python3 system 3.11 system |
| 228 | 2024-06-20T20:49:13.781Z | ruby system 3.0 system |
| 229 | 2024-06-20T20:49:13.781Z | words vendor vendor american-english |
| 230 | 2024-06-20T20:49:13.781Z | words system system australian-english |
| 231 | 2024-06-20T20:49:13.781Z | words system system british-english |
| 232 | 2024-06-20T20:49:13.781Z | words system system canadian-english |
| 233 | 2024-06-20T20:49:13.781Z | words system system french |
| 234 | 2024-06-20T20:49:13.781Z | words system system italian |
| 235 | 2024-06-20T20:49:13.781Z | words system system ngerman |
| 236 | 2024-06-20T20:49:13.781Z | words system system ogerman |
| 237 | 2024-06-20T20:49:13.781Z | words system system spanish |
| 238 | 2024-06-20T20:49:14.102Z | PUBLISHER TYPE STATUS P LOCATION |
| 239 | 2024-06-20T20:49:14.102Z | helios-dev origin online F https://pkg.oxide.computer/helios/2/dev/ |
| 240 | 2024-06-20T20:49:15.566Z | FMRI IFO |
| 241 | 2024-06-20T20:49:15.566Z | pkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im- |
| 242 | 2024-06-20T20:49:15.566Z | pkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i-- |
| 243 | 2024-06-20T20:49:15.566Z | pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im- |
| 244 | 2024-06-20T20:49:15.566Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im- |
| 245 | 2024-06-20T20:49:15.566Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z --- |
| 246 | 2024-06-20T20:49:15.566Z | pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i-- |
| 247 | 2024-06-20T20:49:15.566Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z i-- |
| 248 | 2024-06-20T20:49:15.566Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z --- |
| 249 | 2024-06-20T20:49:15.566Z | pkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z i-- |
| 250 | 2024-06-20T20:49:15.566Z | pkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z --- |
| 251 | 2024-06-20T20:49:15.566Z | pkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z i-- |
| 252 | 2024-06-20T20:49:15.566Z | pkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z --- |
| 253 | 2024-06-20T20:49:16.052Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
| 254 | 2024-06-20T20:49:16.366Z | Updating git repository `https://github.com/oxidecomputer/zone` |
| 255 | 2024-06-20T20:49:16.662Z | Updating crates.io index |
| 256 | 2024-06-20T20:49:16.708Z | Updating git repository `https://github.com/oxidecomputer/dropshot` |
| 257 | 2024-06-20T20:49:17.418Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
| 258 | 2024-06-20T20:49:18.187Z | Updating git repository `https://github.com/oxidecomputer/oxnet` |
| 259 | 2024-06-20T20:49:18.460Z | Updating git repository `https://github.com/oxidecomputer/progenitor` |
| 260 | 2024-06-20T20:49:20.535Z | Updating git repository `http://github.com/oxidecomputer/serde_human_bytes` |
| 261 | 2024-06-20T20:49:21.019Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
| 262 | 2024-06-20T20:49:21.301Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
| 263 | 2024-06-20T20:49:22.317Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
| 264 | 2024-06-20T20:49:24.365Z | Updating git repository `https://github.com/oxidecomputer/opte` |
| 265 | 2024-06-20T20:49:25.411Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
| 266 | 2024-06-20T20:49:26.221Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
| 267 | 2024-06-20T20:49:26.762Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
| 268 | 2024-06-20T20:49:27.222Z | Updating git repository `http://github.com/oxidecomputer/sprockets` |
| 269 | 2024-06-20T20:49:27.586Z | Updating git repository `https://github.com/oxidecomputer/async-bb8-diesel` |
| 270 | 2024-06-20T20:49:27.838Z | Updating git repository `https://github.com/oxidecomputer/diesel-dtrace` |
| 271 | 2024-06-20T20:49:28.130Z | Updating git repository `http://github.com/oxidecomputer/tofino` |
| 272 | 2024-06-20T20:49:28.468Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
| 273 | 2024-06-20T20:49:28.765Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
| 274 | 2024-06-20T20:49:29.023Z | Updating git repository `https://github.com/oxidecomputer/libnvme` |
| 275 | 2024-06-20T20:49:29.321Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
| 276 | 2024-06-20T20:49:29.649Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
| 277 | 2024-06-20T20:49:29.955Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
| 278 | 2024-06-20T20:49:30.343Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
| 279 | 2024-06-20T20:49:31.233Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
| 280 | 2024-06-20T20:49:31.540Z | Updating git repository `https://github.com/cbiffle/hubpack.git` |
| 281 | 2024-06-20T20:49:31.862Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
| 282 | 2024-06-20T20:49:32.257Z | Updating git repository `https://github.com/oxidecomputer/typify` |
| 283 | 2024-06-20T20:49:34.166Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
| 284 | 2024-06-20T20:49:34.510Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
| 285 | 2024-06-20T20:49:34.830Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
| 286 | 2024-06-20T20:49:35.270Z | Updating git repository `https://github.com/oxidecomputer/rfb` |
| 287 | 2024-06-20T20:49:36.285Z | Downloading crates ... |
| 288 | 2024-06-20T20:49:36.359Z | Downloaded anstyle-parse v0.2.4 |
| 289 | 2024-06-20T20:49:36.362Z | Downloaded autocfg v1.3.0 |
| 290 | 2024-06-20T20:49:36.365Z | Downloaded anstyle-query v1.0.3 |
| 291 | 2024-06-20T20:49:36.367Z | Downloaded anstyle v1.0.7 |
| 292 | 2024-06-20T20:49:36.370Z | Downloaded adler v1.0.2 |
| 293 | 2024-06-20T20:49:36.370Z | Downloaded block-buffer v0.10.4 |
| 294 | 2024-06-20T20:49:36.374Z | Downloaded anstream v0.6.14 |
| 295 | 2024-06-20T20:49:36.378Z | Downloaded foreign-types v0.3.2 |
| 296 | 2024-06-20T20:49:36.381Z | Downloaded proc-macro-error-attr v1.0.4 |
| 297 | 2024-06-20T20:49:36.383Z | Downloaded md5 v0.7.0 |
| 298 | 2024-06-20T20:49:36.383Z | Downloaded powerfmt v0.2.0 |
| 299 | 2024-06-20T20:49:36.386Z | Downloaded pin-project-lite v0.2.14 |
| 300 | 2024-06-20T20:49:36.390Z | Downloaded pkg-config v0.3.30 |
| 301 | 2024-06-20T20:49:36.392Z | Downloaded bitflags v2.5.0 |
| 302 | 2024-06-20T20:49:36.397Z | Downloaded pretty-hex v0.4.1 |
| 303 | 2024-06-20T20:49:36.399Z | Downloaded tinyvec_macros v0.1.1 |
| 304 | 2024-06-20T20:49:36.399Z | Downloaded take_mut v0.2.2 |
| 305 | 2024-06-20T20:49:36.399Z | Downloaded cpufeatures v0.2.12 |
| 306 | 2024-06-20T20:49:36.399Z | Downloaded strum v0.26.2 |
| 307 | 2024-06-20T20:49:36.402Z | Downloaded openssl-macros v0.1.1 |
| 308 | 2024-06-20T20:49:36.402Z | Downloaded is-terminal v0.4.12 |
| 309 | 2024-06-20T20:49:36.402Z | Downloaded tower-service v0.3.2 |
| 310 | 2024-06-20T20:49:36.406Z | Downloaded itoa v1.0.11 |
| 311 | 2024-06-20T20:49:36.406Z | Downloaded futures-io v0.3.30 |
| 312 | 2024-06-20T20:49:36.408Z | Downloaded swrite v0.1.0 |
| 313 | 2024-06-20T20:49:36.408Z | Downloaded heck v0.5.0 |
| 314 | 2024-06-20T20:49:36.408Z | Downloaded futures-sink v0.3.30 |
| 315 | 2024-06-20T20:49:36.409Z | Downloaded digest v0.10.7 |
| 316 | 2024-06-20T20:49:36.411Z | Downloaded form_urlencoded v1.2.1 |
| 317 | 2024-06-20T20:49:36.411Z | Downloaded dirs-sys-next v0.1.2 |
| 318 | 2024-06-20T20:49:36.414Z | Downloaded usdt-macro v0.5.0 |
| 319 | 2024-06-20T20:49:36.414Z | Downloaded want v0.3.1 |
| 320 | 2024-06-20T20:49:36.414Z | Downloaded quote v1.0.36 |
| 321 | 2024-06-20T20:49:36.416Z | Downloaded memmap v0.7.0 |
| 322 | 2024-06-20T20:49:36.419Z | Downloaded cfg-if v1.0.0 |
| 323 | 2024-06-20T20:49:36.419Z | Downloaded num_cpus v1.16.0 |
| 324 | 2024-06-20T20:49:36.422Z | Downloaded httpdate v1.0.3 |
| 325 | 2024-06-20T20:49:36.425Z | Downloaded pin-utils v0.1.0 |
| 326 | 2024-06-20T20:49:36.425Z | Downloaded tokio-macros v2.2.0 |
| 327 | 2024-06-20T20:49:36.425Z | Downloaded thread-id v4.2.1 |
| 328 | 2024-06-20T20:49:36.429Z | Downloaded signal-hook-registry v1.4.2 |
| 329 | 2024-06-20T20:49:36.429Z | Downloaded serde_spanned v0.6.6 |
| 330 | 2024-06-20T20:49:36.429Z | Downloaded num-conv v0.1.0 |
| 331 | 2024-06-20T20:49:36.432Z | Downloaded foreign-types-shared v0.1.1 |
| 332 | 2024-06-20T20:49:36.432Z | Downloaded toml_datetime v0.6.6 |
| 333 | 2024-06-20T20:49:36.432Z | Downloaded thiserror v1.0.60 |
| 334 | 2024-06-20T20:49:36.435Z | Downloaded macaddr v1.0.1 |
| 335 | 2024-06-20T20:49:36.438Z | Downloaded slog-bunyan v2.5.0 |
| 336 | 2024-06-20T20:49:36.438Z | Downloaded percent-encoding v2.3.1 |
| 337 | 2024-06-20T20:49:36.438Z | Downloaded num_threads v0.1.7 |
| 338 | 2024-06-20T20:49:36.441Z | Downloaded dtrace-parser v0.2.0 |
| 339 | 2024-06-20T20:49:36.441Z | Downloaded generic-array v0.14.7 |
| 340 | 2024-06-20T20:49:36.441Z | Downloaded http-body v0.4.6 |
| 341 | 2024-06-20T20:49:36.444Z | Downloaded time-core v0.1.2 |
| 342 | 2024-06-20T20:49:36.444Z | Downloaded openssl-probe v0.1.5 |
| 343 | 2024-06-20T20:49:36.447Z | Downloaded hyper-tls v0.5.0 |
| 344 | 2024-06-20T20:49:36.447Z | Downloaded futures-executor v0.3.30 |
| 345 | 2024-06-20T20:49:36.447Z | Downloaded fnv v1.0.7 |
| 346 | 2024-06-20T20:49:36.450Z | Downloaded scroll_derive v0.12.0 |
| 347 | 2024-06-20T20:49:36.450Z | Downloaded dirs-next v2.0.0 |
| 348 | 2024-06-20T20:49:36.450Z | Downloaded filetime v0.2.23 |
| 349 | 2024-06-20T20:49:36.453Z | Downloaded byteorder v1.5.0 |
| 350 | 2024-06-20T20:49:36.453Z | Downloaded colorchoice v1.0.1 |
| 351 | 2024-06-20T20:49:36.455Z | Downloaded cargo_toml v0.20.2 |
| 352 | 2024-06-20T20:49:36.455Z | Downloaded hostname v0.3.1 |
| 353 | 2024-06-20T20:49:36.458Z | Downloaded strsim v0.11.1 |
| 354 | 2024-06-20T20:49:36.458Z | Downloaded sync_wrapper v0.1.2 |
| 355 | 2024-06-20T20:49:36.458Z | Downloaded native-tls v0.2.11 |
| 356 | 2024-06-20T20:49:36.461Z | Downloaded try-lock v0.2.5 |
| 357 | 2024-06-20T20:49:36.461Z | Downloaded xattr v1.3.1 |
| 358 | 2024-06-20T20:49:36.464Z | Downloaded deranged v0.3.11 |
| 359 | 2024-06-20T20:49:36.464Z | Downloaded parking_lot v0.12.2 |
| 360 | 2024-06-20T20:49:36.466Z | Downloaded lock_api v0.4.12 |
| 361 | 2024-06-20T20:49:36.466Z | Downloaded usdt-attr-macro v0.5.0 |
| 362 | 2024-06-20T20:49:36.470Z | Downloaded heck v0.4.1 |
| 363 | 2024-06-20T20:49:36.470Z | Downloaded thread_local v1.1.8 |
| 364 | 2024-06-20T20:49:36.473Z | Downloaded futures-task v0.3.30 |
| 365 | 2024-06-20T20:49:36.473Z | Downloaded scopeguard v1.2.0 |
| 366 | 2024-06-20T20:49:36.473Z | Downloaded plain v0.2.3 |
| 367 | 2024-06-20T20:49:36.473Z | Downloaded pest_generator v2.7.10 |
| 368 | 2024-06-20T20:49:36.476Z | Downloaded futures-macro v0.3.30 |
| 369 | 2024-06-20T20:49:36.476Z | Downloaded time-macros v0.2.18 |
| 370 | 2024-06-20T20:49:36.479Z | Downloaded serde_urlencoded v0.7.1 |
| 371 | 2024-06-20T20:49:36.479Z | Downloaded term v0.7.0 |
| 372 | 2024-06-20T20:49:36.481Z | Downloaded semver v1.0.23 |
| 373 | 2024-06-20T20:49:36.484Z | Downloaded pest_derive v2.7.10 |
| 374 | 2024-06-20T20:49:36.487Z | Downloaded slog-term v2.9.1 |
| 375 | 2024-06-20T20:49:36.489Z | Downloaded ipnet v2.9.0 |
| 376 | 2024-06-20T20:49:36.489Z | Downloaded terminal_size v0.3.0 |
| 377 | 2024-06-20T20:49:36.492Z | Downloaded once_cell v1.19.0 |
| 378 | 2024-06-20T20:49:36.492Z | Downloaded tabled_derive v0.7.0 |
| 379 | 2024-06-20T20:49:36.495Z | Downloaded rustversion v1.0.17 |
| 380 | 2024-06-20T20:49:36.499Z | Downloaded proc-macro-error v1.0.4 |
| 381 | 2024-06-20T20:49:36.502Z | Downloaded tokio-native-tls v0.3.1 |
| 382 | 2024-06-20T20:49:36.502Z | Downloaded parking_lot_core v0.9.10 |
| 383 | 2024-06-20T20:49:36.502Z | Downloaded httparse v1.8.0 |
| 384 | 2024-06-20T20:49:36.504Z | Downloaded utf8parse v0.2.1 |
| 385 | 2024-06-20T20:49:36.504Z | Downloaded unicode-width v0.1.12 |
| 386 | 2024-06-20T20:49:36.507Z | Downloaded futures-channel v0.3.30 |
| 387 | 2024-06-20T20:49:36.509Z | Downloaded bytecount v0.6.8 |
| 388 | 2024-06-20T20:49:36.509Z | Downloaded thiserror-impl v1.0.60 |
| 389 | 2024-06-20T20:49:36.512Z | Downloaded slab v0.4.9 |
| 390 | 2024-06-20T20:49:36.512Z | Downloaded zerocopy-derive v0.7.34 |
| 391 | 2024-06-20T20:49:36.515Z | Downloaded cargo_metadata v0.18.1 |
| 392 | 2024-06-20T20:49:36.518Z | Downloaded version_check v0.9.4 |
| 393 | 2024-06-20T20:49:36.518Z | Downloaded smallvec v1.13.2 |
| 394 | 2024-06-20T20:49:36.520Z | Downloaded sha2 v0.10.8 |
| 395 | 2024-06-20T20:49:36.523Z | Downloaded serde_derive v1.0.203 |
| 396 | 2024-06-20T20:49:36.526Z | Downloaded slog v2.7.0 |
| 397 | 2024-06-20T20:49:36.529Z | Downloaded pest_meta v2.7.10 |
| 398 | 2024-06-20T20:49:36.529Z | Downloaded log v0.4.21 |
| 399 | 2024-06-20T20:49:36.533Z | Downloaded base64 v0.21.7 |
| 400 | 2024-06-20T20:49:36.536Z | Downloaded usdt-impl v0.5.0 |
| 401 | 2024-06-20T20:49:36.536Z | Downloaded openssl-sys v0.9.102 |
| 402 | 2024-06-20T20:49:36.540Z | Downloaded slog-async v2.8.0 |
| 403 | 2024-06-20T20:49:36.542Z | Downloaded strum_macros v0.26.2 |
| 404 | 2024-06-20T20:49:36.545Z | Downloaded socket2 v0.5.7 |
| 405 | 2024-06-20T20:49:36.545Z | Downloaded papergrid v0.11.0 |
| 406 | 2024-06-20T20:49:36.549Z | Downloaded indexmap v2.2.6 |
| 407 | 2024-06-20T20:49:36.553Z | Downloaded proc-macro2 v1.0.82 |
| 408 | 2024-06-20T20:49:36.556Z | Downloaded flate2 v1.0.30 |
| 409 | 2024-06-20T20:49:36.560Z | Downloaded tracing-core v0.1.32 |
| 410 | 2024-06-20T20:49:36.563Z | Downloaded ucd-trie v0.1.6 |
| 411 | 2024-06-20T20:49:36.566Z | Downloaded tinyvec v1.6.0 |
| 412 | 2024-06-20T20:49:36.568Z | Downloaded tar v0.4.40 |
| 413 | 2024-06-20T20:49:36.571Z | Downloaded unicode-ident v1.0.12 |
| 414 | 2024-06-20T20:49:36.574Z | Downloaded unicode-bidi v0.3.15 |
| 415 | 2024-06-20T20:49:36.576Z | Downloaded typenum v1.17.0 |
| 416 | 2024-06-20T20:49:36.576Z | Downloaded memchr v2.7.2 |
| 417 | 2024-06-20T20:49:36.581Z | Downloaded http v0.2.12 |
| 418 | 2024-06-20T20:49:36.584Z | Downloaded toml v0.8.13 |
| 419 | 2024-06-20T20:49:36.587Z | Downloaded mio v0.8.11 |
| 420 | 2024-06-20T20:49:36.592Z | Downloaded crossbeam-channel v0.5.12 |
| 421 | 2024-06-20T20:49:36.596Z | Downloaded pest v2.7.10 |
| 422 | 2024-06-20T20:49:36.606Z | Downloaded url v2.5.0 |
| 423 | 2024-06-20T20:49:36.607Z | Downloaded futures-util v0.3.30 |
| 424 | 2024-06-20T20:49:36.615Z | Downloaded serde v1.0.203 |
| 425 | 2024-06-20T20:49:36.618Z | Downloaded hyper v0.14.28 |
| 426 | 2024-06-20T20:49:36.625Z | Downloaded h2 v0.3.26 |
| 427 | 2024-06-20T20:49:36.631Z | Downloaded tracing v0.1.40 |
| 428 | 2024-06-20T20:49:36.635Z | Downloaded unicode-normalization v0.1.23 |
| 429 | 2024-06-20T20:49:36.638Z | Downloaded idna v0.5.0 |
| 430 | 2024-06-20T20:49:36.644Z | Downloaded openssl v0.10.64 |
| 431 | 2024-06-20T20:49:36.653Z | Downloaded toml_edit v0.22.13 |
| 432 | 2024-06-20T20:49:36.672Z | Downloaded tokio-util v0.7.11 |
| 433 | 2024-06-20T20:49:36.678Z | Downloaded serde_json v1.0.117 |
| 434 | 2024-06-20T20:49:36.687Z | Downloaded reqwest v0.11.27 |
| 435 | 2024-06-20T20:49:36.692Z | Downloaded zerocopy v0.7.34 |
| 436 | 2024-06-20T20:49:36.706Z | Downloaded winnow v0.6.8 |
| 437 | 2024-06-20T20:49:36.715Z | Downloaded vcpkg v0.2.15 |
| 438 | 2024-06-20T20:49:36.749Z | Downloaded syn v2.0.64 |
| 439 | 2024-06-20T20:49:36.759Z | Downloaded rustix v0.38.34 |
| 440 | 2024-06-20T20:49:36.779Z | Downloaded libc v0.2.155 |
| 441 | 2024-06-20T20:49:36.803Z | Downloaded tokio v1.37.0 |
| 442 | 2024-06-20T20:49:36.836Z | Downloaded encoding_rs v0.8.34 |
| 443 | 2024-06-20T20:49:36.856Z | Downloaded syn v1.0.109 |
| 444 | 2024-06-20T20:49:36.864Z | Downloaded tabled v0.15.0 |
| 445 | 2024-06-20T20:49:36.877Z | Downloaded time v0.3.36 |
| 446 | 2024-06-20T20:49:36.883Z | Downloaded goblin v0.8.2 |
| 447 | 2024-06-20T20:49:36.888Z | Downloaded clap_builder v4.5.2 |
| 448 | 2024-06-20T20:49:36.894Z | Downloaded hashbrown v0.14.5 |
| 449 | 2024-06-20T20:49:36.900Z | Downloaded cc v1.0.97 |
| 450 | 2024-06-20T20:49:36.905Z | Downloaded usdt v0.5.0 |
| 451 | 2024-06-20T20:49:36.905Z | Downloaded camino v1.1.7 |
| 452 | 2024-06-20T20:49:36.909Z | Downloaded ryu v1.0.18 |
| 453 | 2024-06-20T20:49:36.909Z | Downloaded miniz_oxide v0.7.2 |
| 454 | 2024-06-20T20:49:36.912Z | Downloaded futures v0.3.30 |
| 455 | 2024-06-20T20:49:36.914Z | Downloaded bytes v1.6.0 |
| 456 | 2024-06-20T20:49:36.917Z | Downloaded crossbeam-utils v0.8.19 |
| 457 | 2024-06-20T20:49:36.919Z | Downloaded clap v4.5.4 |
| 458 | 2024-06-20T20:49:36.924Z | Downloaded dof v0.3.0 |
| 459 | 2024-06-20T20:49:36.927Z | Downloaded slog-json v2.6.1 |
| 460 | 2024-06-20T20:49:36.927Z | Downloaded serde_tokenstream v0.2.0 |
| 461 | 2024-06-20T20:49:36.930Z | Downloaded crc32fast v1.4.0 |
| 462 | 2024-06-20T20:49:36.933Z | Downloaded clap_derive v4.5.4 |
| 463 | 2024-06-20T20:49:36.933Z | Downloaded mime v0.3.17 |
| 464 | 2024-06-20T20:49:36.937Z | Downloaded scroll v0.12.0 |
| 465 | 2024-06-20T20:49:36.937Z | Downloaded fs-err v2.11.0 |
| 466 | 2024-06-20T20:49:36.939Z | Downloaded rustls-pemfile v1.0.4 |
| 467 | 2024-06-20T20:49:36.939Z | Downloaded errno v0.3.9 |
| 468 | 2024-06-20T20:49:36.939Z | Downloaded is_terminal_polyfill v1.70.0 |
| 469 | 2024-06-20T20:49:36.945Z | Downloaded anyhow v1.0.86 |
| 470 | 2024-06-20T20:49:36.947Z | Downloaded match_cfg v0.1.0 |
| 471 | 2024-06-20T20:49:36.947Z | Downloaded equivalent v1.0.1 |
| 472 | 2024-06-20T20:49:36.947Z | Downloaded futures-core v0.3.30 |
| 473 | 2024-06-20T20:49:36.947Z | Downloaded crypto-common v0.1.6 |
| 474 | 2024-06-20T20:49:36.947Z | Downloaded clap_lex v0.7.0 |
| 475 | 2024-06-20T20:49:36.947Z | Downloaded cargo-platform v0.1.8 |
| 476 | 2024-06-20T20:49:37.232Z | Compiling proc-macro2 v1.0.82 |
| 477 | 2024-06-20T20:49:37.232Z | Compiling unicode-ident v1.0.12 |
| 478 | 2024-06-20T20:49:37.234Z | Compiling libc v0.2.155 |
| 479 | 2024-06-20T20:49:37.234Z | Compiling version_check v0.9.4 |
| 480 | 2024-06-20T20:49:37.234Z | Compiling cfg-if v1.0.0 |
| 481 | 2024-06-20T20:49:37.235Z | Compiling once_cell v1.19.0 |
| 482 | 2024-06-20T20:49:37.235Z | Compiling itoa v1.0.11 |
| 483 | 2024-06-20T20:49:37.265Z | Compiling serde v1.0.203 |
| 484 | 2024-06-20T20:49:37.428Z | Compiling autocfg v1.3.0 |
| 485 | 2024-06-20T20:49:37.458Z | Compiling memchr v2.7.2 |
| 486 | 2024-06-20T20:49:37.588Z | Compiling thiserror v1.0.60 |
| 487 | 2024-06-20T20:49:37.739Z | Compiling ryu v1.0.18 |
| 488 | 2024-06-20T20:49:38.011Z | Compiling pin-project-lite v0.2.14 |
| 489 | 2024-06-20T20:49:38.028Z | Compiling bitflags v2.5.0 |
| 490 | 2024-06-20T20:49:38.110Z | Compiling parking_lot_core v0.9.10 |
| 491 | 2024-06-20T20:49:38.238Z | Compiling lock_api v0.4.12 |
| 492 | 2024-06-20T20:49:38.353Z | Compiling cc v1.0.97 |
| 493 | 2024-06-20T20:49:38.835Z | Compiling ucd-trie v0.1.6 |
| 494 | 2024-06-20T20:49:38.957Z | Compiling vcpkg v0.2.15 |
| 495 | 2024-06-20T20:49:38.973Z | Compiling pkg-config v0.3.30 |
| 496 | 2024-06-20T20:49:39.271Z | Compiling slab v0.4.9 |
| 497 | 2024-06-20T20:49:39.404Z | Compiling bytes v1.6.0 |
| 498 | 2024-06-20T20:49:39.633Z | Compiling scopeguard v1.2.0 |
| 499 | 2024-06-20T20:49:39.658Z | Compiling futures-core v0.3.30 |
| 500 | 2024-06-20T20:49:39.769Z | Compiling futures-sink v0.3.30 |
| 501 | 2024-06-20T20:49:39.936Z | Compiling smallvec v1.13.2 |
| 502 | 2024-06-20T20:49:40.366Z | Compiling quote v1.0.36 |
| 503 | 2024-06-20T20:49:40.792Z | Compiling syn v2.0.64 |
| 504 | 2024-06-20T20:49:40.848Z | Compiling hashbrown v0.14.5 |
| 505 | 2024-06-20T20:49:41.042Z | Compiling fnv v1.0.7 |
| 506 | 2024-06-20T20:49:41.069Z | Compiling byteorder v1.5.0 |
| 507 | 2024-06-20T20:49:41.092Z | Compiling equivalent v1.0.1 |
| 508 | 2024-06-20T20:49:41.185Z | Compiling log v0.4.21 |
| 509 | 2024-06-20T20:49:41.208Z | Compiling serde_json v1.0.117 |
| 510 | 2024-06-20T20:49:41.211Z | Compiling parking_lot v0.12.2 |
| 511 | 2024-06-20T20:49:41.516Z | Compiling socket2 v0.5.7 |
| 512 | 2024-06-20T20:49:41.547Z | Compiling num_cpus v1.16.0 |
| 513 | 2024-06-20T20:49:41.589Z | Compiling mio v0.8.11 |
| 514 | 2024-06-20T20:49:41.618Z | Compiling signal-hook-registry v1.4.2 |
| 515 | 2024-06-20T20:49:41.668Z | Compiling futures-channel v0.3.30 |
| 516 | 2024-06-20T20:49:41.825Z | Compiling openssl-sys v0.9.102 |
| 517 | 2024-06-20T20:49:42.099Z | Compiling indexmap v2.2.6 |
| 518 | 2024-06-20T20:49:42.190Z | Compiling pin-utils v0.1.0 |
| 519 | 2024-06-20T20:49:42.286Z | Compiling futures-task v0.3.30 |
| 520 | 2024-06-20T20:49:42.501Z | Compiling futures-io v0.3.30 |
| 521 | 2024-06-20T20:49:42.588Z | Compiling rustix v0.38.34 |
| 522 | 2024-06-20T20:49:42.720Z | Compiling typenum v1.17.0 |
| 523 | 2024-06-20T20:49:42.888Z | Compiling errno v0.3.9 |
| 524 | 2024-06-20T20:49:42.915Z | Compiling generic-array v0.14.7 |
| 525 | 2024-06-20T20:49:43.002Z | Compiling slog v2.7.0 |
| 526 | 2024-06-20T20:49:43.095Z | Compiling openssl v0.10.64 |
| 527 | 2024-06-20T20:49:43.183Z | Compiling foreign-types-shared v0.1.1 |
| 528 | 2024-06-20T20:49:43.292Z | Compiling foreign-types v0.3.2 |
| 529 | 2024-06-20T20:49:43.468Z | Compiling http v0.2.12 |
| 530 | 2024-06-20T20:49:43.515Z | Compiling usdt-impl v0.5.0 |
| 531 | 2024-06-20T20:49:43.562Z | Compiling proc-macro-error-attr v1.0.4 |
| 532 | 2024-06-20T20:49:43.806Z | Compiling tracing-core v0.1.32 |
| 533 | 2024-06-20T20:49:43.828Z | Compiling httparse v1.8.0 |
| 534 | 2024-06-20T20:49:44.181Z | Compiling native-tls v0.2.11 |
| 535 | 2024-06-20T20:49:44.193Z | Compiling time-core v0.1.2 |
| 536 | 2024-06-20T20:49:44.364Z | Compiling num-conv v0.1.0 |
| 537 | 2024-06-20T20:49:44.447Z | Compiling syn v1.0.109 |
| 538 | 2024-06-20T20:49:44.658Z | Compiling tinyvec_macros v0.1.1 |
| 539 | 2024-06-20T20:49:44.752Z | Compiling powerfmt v0.2.0 |
| 540 | 2024-06-20T20:49:45.090Z | Compiling deranged v0.3.11 |
| 541 | 2024-06-20T20:49:45.141Z | Compiling tinyvec v1.6.0 |
| 542 | 2024-06-20T20:49:45.191Z | Compiling time-macros v0.2.18 |
| 543 | 2024-06-20T20:49:45.957Z | Compiling tracing v0.1.40 |
| 544 | 2024-06-20T20:49:46.234Z | Compiling thread-id v4.2.1 |
| 545 | 2024-06-20T20:49:46.550Z | Compiling proc-macro-error v1.0.4 |
| 546 | 2024-06-20T20:49:46.578Z | Compiling rustversion v1.0.17 |
| 547 | 2024-06-20T20:49:46.804Z | Compiling utf8parse v0.2.1 |
| 548 | 2024-06-20T20:49:46.829Z | Compiling heck v0.4.1 |
| 549 | 2024-06-20T20:49:46.832Z | Compiling openssl-probe v0.1.5 |
| 550 | 2024-06-20T20:49:46.956Z | Compiling plain v0.2.3 |
| 551 | 2024-06-20T20:49:46.983Z | Compiling try-lock v0.2.5 |
| 552 | 2024-06-20T20:49:47.161Z | Compiling percent-encoding v2.3.1 |
| 553 | 2024-06-20T20:49:47.210Z | Compiling num_threads v0.1.7 |
| 554 | 2024-06-20T20:49:47.210Z | Compiling crossbeam-utils v0.8.19 |
| 555 | 2024-06-20T20:49:47.270Z | Compiling want v0.3.1 |
| 556 | 2024-06-20T20:49:47.292Z | Compiling anstyle-parse v0.2.4 |
| 557 | 2024-06-20T20:49:47.324Z | Compiling form_urlencoded v1.2.1 |
| 558 | 2024-06-20T20:49:47.475Z | Compiling unicode-normalization v0.1.23 |
| 559 | 2024-06-20T20:49:47.638Z | Compiling http-body v0.4.6 |
| 560 | 2024-06-20T20:49:47.838Z | Compiling dirs-sys-next v0.1.2 |
| 561 | 2024-06-20T20:49:48.222Z | Compiling unicode-bidi v0.3.15 |
| 562 | 2024-06-20T20:49:48.455Z | Compiling semver v1.0.23 |
| 563 | 2024-06-20T20:49:48.484Z | Compiling pretty-hex v0.4.1 |
| 564 | 2024-06-20T20:49:48.554Z | Compiling winnow v0.6.8 |
| 565 | 2024-06-20T20:49:48.556Z | Compiling tower-service v0.3.2 |
| 566 | 2024-06-20T20:49:48.601Z | Compiling time v0.3.36 |
| 567 | 2024-06-20T20:49:48.696Z | Compiling httpdate v1.0.3 |
| 568 | 2024-06-20T20:49:48.698Z | Compiling anstyle v1.0.7 |
| 569 | 2024-06-20T20:49:48.966Z | Compiling crc32fast v1.4.0 |
| 570 | 2024-06-20T20:49:49.191Z | Compiling anstyle-query v1.0.3 |
| 571 | 2024-06-20T20:49:49.194Z | Compiling colorchoice v1.0.1 |
| 572 | 2024-06-20T20:49:49.336Z | Compiling is_terminal_polyfill v1.70.0 |
| 573 | 2024-06-20T20:49:49.382Z | Compiling camino v1.1.7 |
| 574 | 2024-06-20T20:49:49.474Z | Compiling anstream v0.6.14 |
| 575 | 2024-06-20T20:49:49.604Z | Compiling idna v0.5.0 |
| 576 | 2024-06-20T20:49:49.960Z | Compiling dirs-next v2.0.0 |
| 577 | 2024-06-20T20:49:50.267Z | Compiling crypto-common v0.1.6 |
| 578 | 2024-06-20T20:49:51.191Z | Compiling block-buffer v0.10.4 |
| 579 | 2024-06-20T20:49:51.213Z | Compiling terminal_size v0.3.0 |
| 580 | 2024-06-20T20:49:51.402Z | Compiling fs-err v2.11.0 |
| 581 | 2024-06-20T20:49:51.423Z | Compiling thread_local v1.1.8 |
| 582 | 2024-06-20T20:49:51.466Z | Compiling match_cfg v0.1.0 |
| 583 | 2024-06-20T20:49:51.567Z | Compiling adler v1.0.2 |
| 584 | 2024-06-20T20:49:51.656Z | Compiling slog-async v2.8.0 |
| 585 | 2024-06-20T20:49:51.703Z | Compiling anyhow v1.0.86 |
| 586 | 2024-06-20T20:49:51.804Z | Compiling strsim v0.11.1 |
| 587 | 2024-06-20T20:49:51.990Z | Compiling bytecount v0.6.8 |
| 588 | 2024-06-20T20:49:52.152Z | Compiling base64 v0.21.7 |
| 589 | 2024-06-20T20:49:52.215Z | Compiling clap_lex v0.7.0 |
| 590 | 2024-06-20T20:49:52.278Z | Compiling unicode-width v0.1.12 |
| 591 | 2024-06-20T20:49:52.410Z | Compiling heck v0.5.0 |
| 592 | 2024-06-20T20:49:52.477Z | Compiling clap_builder v4.5.2 |
| 593 | 2024-06-20T20:49:52.502Z | Compiling papergrid v0.11.0 |
| 594 | 2024-06-20T20:49:52.739Z | Compiling rustls-pemfile v1.0.4 |
| 595 | 2024-06-20T20:49:52.924Z | Compiling miniz_oxide v0.7.2 |
| 596 | 2024-06-20T20:49:52.966Z | Compiling hostname v0.3.1 |
| 597 | 2024-06-20T20:49:53.092Z | Compiling digest v0.10.7 |
| 598 | 2024-06-20T20:49:53.189Z | Compiling crossbeam-channel v0.5.12 |
| 599 | 2024-06-20T20:49:53.229Z | Compiling url v2.5.0 |
| 600 | 2024-06-20T20:49:53.553Z | Compiling term v0.7.0 |
| 601 | 2024-06-20T20:49:53.824Z | Compiling serde_derive v1.0.203 |
| 602 | 2024-06-20T20:49:54.390Z | Compiling thiserror-impl v1.0.60 |
| 603 | 2024-06-20T20:49:54.495Z | Compiling zerocopy-derive v0.7.34 |
| 604 | 2024-06-20T20:49:54.585Z | Compiling futures-macro v0.3.30 |
| 605 | 2024-06-20T20:49:55.213Z | Compiling tokio-macros v2.2.0 |
| 606 | 2024-06-20T20:49:55.236Z | Compiling scroll_derive v0.12.0 |
| 607 | 2024-06-20T20:49:56.786Z | Compiling openssl-macros v0.1.1 |
| 608 | 2024-06-20T20:49:56.810Z | Compiling futures-util v0.3.30 |
| 609 | 2024-06-20T20:49:56.842Z | Compiling scroll v0.12.0 |
| 610 | 2024-06-20T20:49:56.903Z | Compiling zerocopy v0.7.34 |
| 611 | 2024-06-20T20:49:56.931Z | Compiling tokio v1.37.0 |
| 612 | 2024-06-20T20:49:57.422Z | Compiling goblin v0.8.2 |
| 613 | 2024-06-20T20:49:57.882Z | Compiling pest v2.7.10 |
| 614 | 2024-06-20T20:49:58.664Z | Compiling tabled_derive v0.7.0 |
| 615 | 2024-06-20T20:50:00.851Z | Compiling pest_meta v2.7.10 |
| 616 | 2024-06-20T20:50:01.291Z | Compiling strum_macros v0.26.2 |
| 617 | 2024-06-20T20:50:02.384Z | Compiling pest_generator v2.7.10 |
| 618 | 2024-06-20T20:50:05.187Z | Compiling tokio-util v0.7.11 |
| 619 | 2024-06-20T20:50:06.284Z | Compiling pest_derive v2.7.10 |
| 620 | 2024-06-20T20:50:06.535Z | Compiling h2 v0.3.26 |
| 621 | 2024-06-20T20:50:06.559Z | Compiling tokio-native-tls v0.3.1 |
| 622 | 2024-06-20T20:50:06.644Z | Compiling futures-executor v0.3.30 |
| 623 | 2024-06-20T20:50:06.831Z | Compiling clap_derive v4.5.4 |
| 624 | 2024-06-20T20:50:07.117Z | Compiling dtrace-parser v0.2.0 |
| 625 | 2024-06-20T20:50:07.606Z | Compiling xattr v1.3.1 |
| 626 | 2024-06-20T20:50:07.878Z | Compiling filetime v0.2.23 |
| 627 | 2024-06-20T20:50:08.112Z | Compiling is-terminal v0.4.12 |
| 628 | 2024-06-20T20:50:08.232Z | Compiling memmap v0.7.0 |
| 629 | 2024-06-20T20:50:08.256Z | Compiling encoding_rs v0.8.34 |
| 630 | 2024-06-20T20:50:08.967Z | Compiling serde_spanned v0.6.6 |
| 631 | 2024-06-20T20:50:09.353Z | Compiling serde_tokenstream v0.2.0 |
| 632 | 2024-06-20T20:50:09.636Z | Compiling toml_datetime v0.6.6 |
| 633 | 2024-06-20T20:50:09.914Z | Compiling toml_edit v0.22.13 |
| 634 | 2024-06-20T20:50:10.971Z | Compiling dof v0.3.0 |
| 635 | 2024-06-20T20:50:11.436Z | Compiling hyper v0.14.28 |
| 636 | 2024-06-20T20:50:12.061Z | Compiling slog-json v2.6.1 |
| 637 | 2024-06-20T20:50:12.224Z | Compiling serde_urlencoded v0.7.1 |
| 638 | 2024-06-20T20:50:12.452Z | Compiling cargo-platform v0.1.8 |
| 639 | 2024-06-20T20:50:12.939Z | Compiling toml v0.8.13 |
| 640 | 2024-06-20T20:50:13.865Z | Compiling usdt-macro v0.5.0 |
| 641 | 2024-06-20T20:50:14.038Z | Compiling usdt-attr-macro v0.5.0 |
| 642 | 2024-06-20T20:50:14.069Z | Compiling sync_wrapper v0.1.2 |
| 643 | 2024-06-20T20:50:14.209Z | Compiling take_mut v0.2.2 |
| 644 | 2024-06-20T20:50:14.272Z | Compiling mime v0.3.17 |
| 645 | 2024-06-20T20:50:14.380Z | Compiling cpufeatures v0.2.12 |
| 646 | 2024-06-20T20:50:14.462Z | Compiling ipnet v2.9.0 |
| 647 | 2024-06-20T20:50:14.493Z | Compiling sha2 v0.10.8 |
| 648 | 2024-06-20T20:50:14.905Z | Compiling cargo_toml v0.20.2 |
| 649 | 2024-06-20T20:50:15.182Z | Compiling cargo_metadata v0.18.1 |
| 650 | 2024-06-20T20:50:15.522Z | Compiling hyper-tls v0.5.0 |
| 651 | 2024-06-20T20:50:15.715Z | Compiling usdt v0.5.0 |
| 652 | 2024-06-20T20:50:15.857Z | Compiling reqwest v0.11.27 |
| 653 | 2024-06-20T20:50:16.080Z | Compiling slog-bunyan v2.5.0 |
| 654 | 2024-06-20T20:50:16.233Z | Compiling clap v4.5.4 |
| 655 | 2024-06-20T20:50:16.293Z | Compiling macaddr v1.0.1 |
| 656 | 2024-06-20T20:50:16.355Z | Compiling slog-term v2.9.1 |
| 657 | 2024-06-20T20:50:16.750Z | Compiling tar v0.4.40 |
| 658 | 2024-06-20T20:50:17.654Z | Compiling flate2 v1.0.30 |
| 659 | 2024-06-20T20:50:17.747Z | Compiling futures v0.3.30 |
| 660 | 2024-06-20T20:50:17.876Z | Compiling strum v0.26.2 |
| 661 | 2024-06-20T20:50:18.037Z | Compiling tabled v0.15.0 |
| 662 | 2024-06-20T20:50:18.697Z | Compiling swrite v0.1.0 |
| 663 | 2024-06-20T20:50:18.719Z | Compiling md5 v0.7.0 |
| 664 | 2024-06-20T20:50:22.922Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
| 665 | 2024-06-20T20:50:29.981Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 14s |
| 666 | 2024-06-20T20:50:30.226Z | Running `target/debug/xtask download cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
| 667 | 2024-06-20T20:50:30.283Z | Jun 20 20:50:29.745 INFO Starting download, target: Clickhouse |
| 668 | 2024-06-20T20:50:30.283Z | Jun 20 20:50:29.745 INFO Starting download, target: Cockroach |
| 669 | 2024-06-20T20:50:30.283Z | Jun 20 20:50:29.745 INFO Starting download, target: Console |
| 670 | 2024-06-20T20:50:30.283Z | Jun 20 20:50:29.745 INFO Starting download, target: DendriteOpenapi |
| 671 | 2024-06-20T20:50:30.288Z | Jun 20 20:50:29.745 INFO Starting download, target: DendriteStub |
| 672 | 2024-06-20T20:50:30.288Z | Jun 20 20:50:29.745 INFO Starting download, target: MaghemiteMgd |
| 673 | 2024-06-20T20:50:30.288Z | Jun 20 20:50:29.745 INFO Starting download, target: TransceiverControl |
| 674 | 2024-06-20T20:50:30.288Z | Jun 20 20:50:29.746 INFO Downloading out/downloads/xcvradm.gz, target: TransceiverControl |
| 675 | 2024-06-20T20:50:30.288Z | Jun 20 20:50:29.746 INFO Downloading out/downloads/console.tar.gz, target: Console |
| 676 | 2024-06-20T20:50:30.288Z | Jun 20 20:50:29.746 INFO Downloading out/downloads/dpd-861c00bacbdf7a6e22471f0dabd8f926409b5292.json, target: DendriteOpenapi |
| 677 | 2024-06-20T20:50:30.288Z | Jun 20 20:50:29.747 INFO Downloading out/downloads/cockroach-v22.1.9.illumos.tar.gz, target: Cockroach |
| 678 | 2024-06-20T20:50:30.288Z | Jun 20 20:50:29.747 INFO Downloading out/downloads/mgd.tar.gz, target: MaghemiteMgd |
| 679 | 2024-06-20T20:50:30.288Z | Jun 20 20:50:29.747 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz, target: Clickhouse |
| 680 | 2024-06-20T20:50:30.288Z | Jun 20 20:50:29.747 INFO Downloading out/downloads/dendrite-stub.tar.gz, target: DendriteStub |
| 681 | 2024-06-20T20:50:30.699Z | Jun 20 20:50:30.160 INFO Download complete, target: DendriteOpenapi |
| 682 | 2024-06-20T20:50:30.858Z | Jun 20 20:50:30.315 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl |
| 683 | 2024-06-20T20:50:31.126Z | Jun 20 20:50:30.582 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console |
| 684 | 2024-06-20T20:50:31.257Z | Jun 20 20:50:30.720 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub |
| 685 | 2024-06-20T20:50:31.274Z | Jun 20 20:50:30.735 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd |
| 686 | 2024-06-20T20:50:31.511Z | Jun 20 20:50:30.973 INFO Download complete, target: Console |
| 687 | 2024-06-20T20:50:31.691Z | Jun 20 20:50:31.154 INFO Download complete, target: TransceiverControl |
| 688 | 2024-06-20T20:50:32.886Z | Jun 20 20:50:32.348 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse |
| 689 | 2024-06-20T20:50:33.938Z | Jun 20 20:50:33.400 INFO tarball path: out/downloads/cockroach-v22.1.9.illumos.tar.gz, target: Cockroach |
| 690 | 2024-06-20T20:50:33.938Z | Jun 20 20:50:33.400 INFO Unpacking out/downloads/cockroach-v22.1.9.illumos.tar.gz to out/downloads, target: Cockroach |
| 691 | 2024-06-20T20:50:34.516Z | Jun 20 20:50:33.978 INFO Download complete, target: DendriteStub |
| 692 | 2024-06-20T20:50:34.701Z | Jun 20 20:50:34.162 INFO Download complete, target: MaghemiteMgd |
| 693 | 2024-06-20T20:50:42.436Z | Jun 20 20:50:41.896 INFO Copying from out/downloads/cockroach-v22.1.9 to out/cockroachdb, target: Cockroach |
| 694 | 2024-06-20T20:50:42.722Z | Jun 20 20:50:42.183 INFO Checking that binary works, target: Cockroach |
| 695 | 2024-06-20T20:50:42.959Z | Jun 20 20:50:42.421 INFO Download complete, target: Cockroach |
| 696 | 2024-06-20T20:50:47.423Z | Jun 20 20:50:46.881 INFO Checking that binary works, target: Clickhouse |
| 697 | 2024-06-20T20:50:47.890Z | Jun 20 20:50:47.352 INFO Download complete, target: Clickhouse |
| 698 | 2024-06-20T20:50:48.063Z | All builder prerequisites installed successfully, and PATH looks valid |
| 699 | 2024-06-20T20:50:48.066Z | |
| 700 | 2024-06-20T20:50:48.066Z | real 2:59.988668316 |
| 701 | 2024-06-20T20:50:48.066Z | user 5:51.502875444 |
| 702 | 2024-06-20T20:50:48.066Z | sys 1:19.380238743 |
| 703 | 2024-06-20T20:50:48.066Z | trap 0.210930793 |
| 704 | 2024-06-20T20:50:48.066Z | tflt 2.227583559 |
| 705 | 2024-06-20T20:50:48.066Z | dflt 3.973793933 |
| 706 | 2024-06-20T20:50:48.066Z | kflt 0.331331771 |
| 707 | 2024-06-20T20:50:48.067Z | lock 13:54.579955062 |
| 708 | 2024-06-20T20:50:48.067Z | slp 18:14.404791338 |
| 709 | 2024-06-20T20:50:48.067Z | lat 20.786880749 |
| 710 | 2024-06-20T20:50:48.067Z | stop 1:03.882601057 |
| 711 | 2024-06-20T20:50:48.067Z | |
| 712 | 2024-06-20T20:50:48.067Z | #### # # ##### ##### # # |
| 713 | 2024-06-20T20:50:48.067Z | # # # # # # # # # # |
| 714 | 2024-06-20T20:50:48.067Z | # # # # # # # # |
| 715 | 2024-06-20T20:50:48.067Z | # # # ##### ##### # |
| 716 | 2024-06-20T20:50:48.067Z | # # # # # # # |
| 717 | 2024-06-20T20:50:48.067Z | #### ###### # # # # |
| 718 | 2024-06-20T20:50:48.067Z | |
| 719 | 2024-06-20T20:50:48.616Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
| 720 | 2024-06-20T20:50:55.683Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 7.57s |
| 721 | 2024-06-20T20:50:55.746Z | Running `target/debug/xtask clippy` |
| 722 | 2024-06-20T20:50:55.767Z | running: "/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/cargo" "clippy" "--all-targets" "--" "--deny" "warnings" |
| 723 | 2024-06-20T20:50:56.352Z | Downloading crates ... |
| 724 | 2024-06-20T20:50:56.525Z | Downloaded aead v0.5.2 |
| 725 | 2024-06-20T20:50:56.529Z | Downloaded approx v0.5.1 |
| 726 | 2024-06-20T20:50:56.535Z | Downloaded arrayvec v0.7.4 |
| 727 | 2024-06-20T20:50:56.538Z | Downloaded async-stream-impl v0.3.5 |
| 728 | 2024-06-20T20:50:56.538Z | Downloaded argon2 v0.5.3 |
| 729 | 2024-06-20T20:50:56.541Z | Downloaded bitstruct v0.1.1 |
| 730 | 2024-06-20T20:50:56.544Z | Downloaded atty v0.2.14 |
| 731 | 2024-06-20T20:50:56.553Z | Downloaded matches v0.1.10 |
| 732 | 2024-06-20T20:50:56.557Z | Downloaded darling_macro v0.20.9 |
| 733 | 2024-06-20T20:50:56.561Z | Downloaded new_debug_unreachable v1.0.6 |
| 734 | 2024-06-20T20:50:56.561Z | Downloaded anes v0.1.6 |
| 735 | 2024-06-20T20:50:56.564Z | Downloaded arrayref v0.3.7 |
| 736 | 2024-06-20T20:50:56.566Z | Downloaded lazycell v1.3.0 |
| 737 | 2024-06-20T20:50:56.566Z | Downloaded lazy_static v1.4.0 |
| 738 | 2024-06-20T20:50:56.570Z | Downloaded cobs v0.2.3 |
| 739 | 2024-06-20T20:50:56.570Z | Downloaded nested v0.1.1 |
| 740 | 2024-06-20T20:50:56.574Z | Downloaded number_prefix v0.4.0 |
| 741 | 2024-06-20T20:50:56.574Z | Downloaded atomic-waker v1.1.2 |
| 742 | 2024-06-20T20:50:56.576Z | Downloaded chacha20 v0.9.1 |
| 743 | 2024-06-20T20:50:56.576Z | Downloaded ciborium-ll v0.2.2 |
| 744 | 2024-06-20T20:50:56.579Z | Downloaded crc v3.2.1 |
| 745 | 2024-06-20T20:50:56.582Z | Downloaded async-stream v0.3.5 |
| 746 | 2024-06-20T20:50:56.585Z | Downloaded path-slash v0.1.5 |
| 747 | 2024-06-20T20:50:56.585Z | Downloaded newline-converter v0.3.0 |
| 748 | 2024-06-20T20:50:56.587Z | Downloaded crossbeam-deque v0.8.5 |
| 749 | 2024-06-20T20:50:56.587Z | Downloaded crc-catalog v2.4.0 |
| 750 | 2024-06-20T20:50:56.590Z | Downloaded criterion-plot v0.5.0 |
| 751 | 2024-06-20T20:50:56.593Z | Downloaded newtype-uuid v1.1.0 |
| 752 | 2024-06-20T20:50:56.593Z | Downloaded maybe-uninit v2.0.0 |
| 753 | 2024-06-20T20:50:56.596Z | Downloaded lru v0.12.3 |
| 754 | 2024-06-20T20:50:56.598Z | Downloaded ahash v0.8.11 |
| 755 | 2024-06-20T20:50:56.601Z | Downloaded nanorand v0.7.0 |
| 756 | 2024-06-20T20:50:56.603Z | Downloaded nibble_vec v0.1.0 |
| 757 | 2024-06-20T20:50:56.606Z | Downloaded normalize-line-endings v0.3.0 |
| 758 | 2024-06-20T20:50:56.606Z | Downloaded bitstruct_derive v0.1.0 |
| 759 | 2024-06-20T20:50:56.609Z | Downloaded libloading v0.8.3 |
| 760 | 2024-06-20T20:50:56.609Z | Downloaded md-5 v0.10.6 |
| 761 | 2024-06-20T20:50:56.612Z | Downloaded cstr-argument v0.1.2 |
| 762 | 2024-06-20T20:50:56.614Z | Downloaded memoffset v0.9.1 |
| 763 | 2024-06-20T20:50:56.614Z | Downloaded lru-cache v0.1.2 |
| 764 | 2024-06-20T20:50:56.618Z | Downloaded ciborium-io v0.2.2 |
| 765 | 2024-06-20T20:50:56.618Z | Downloaded atomicwrites v0.4.3 |
| 766 | 2024-06-20T20:50:56.620Z | Downloaded linked-hash-map v0.5.6 |
| 767 | 2024-06-20T20:50:56.620Z | Downloaded pathdiff v0.2.1 |
| 768 | 2024-06-20T20:50:56.621Z | Downloaded num-derive v0.4.2 |
| 769 | 2024-06-20T20:50:56.624Z | Downloaded phf v0.11.2 |
| 770 | 2024-06-20T20:50:56.627Z | Downloaded num-iter v0.1.45 |
| 771 | 2024-06-20T20:50:56.627Z | Downloaded parse-display v0.9.0 |
| 772 | 2024-06-20T20:50:56.627Z | Downloaded num v0.4.3 |
| 773 | 2024-06-20T20:50:56.631Z | Downloaded phf_shared v0.11.2 |
| 774 | 2024-06-20T20:50:56.633Z | Downloaded cookie_store v0.20.0 |
| 775 | 2024-06-20T20:50:56.633Z | Downloaded phf_shared v0.10.0 |
| 776 | 2024-06-20T20:50:56.633Z | Downloaded base64ct v1.6.0 |
| 777 | 2024-06-20T20:50:56.636Z | Downloaded cancel-safe-futures v0.1.5 |
| 778 | 2024-06-20T20:50:56.639Z | Downloaded peg-runtime v0.8.3 |
| 779 | 2024-06-20T20:50:56.642Z | Downloaded portpicker v0.1.1 |
| 780 | 2024-06-20T20:50:56.642Z | Downloaded linear-map v1.2.0 |
| 781 | 2024-06-20T20:50:56.645Z | Downloaded plotters-svg v0.3.5 |
| 782 | 2024-06-20T20:50:56.645Z | Downloaded managed v0.8.0 |
| 783 | 2024-06-20T20:50:56.648Z | Downloaded defmt v0.3.8 |
| 784 | 2024-06-20T20:50:56.652Z | Downloaded maplit v1.0.2 |
| 785 | 2024-06-20T20:50:56.655Z | Downloaded plotters-backend v0.3.5 |
| 786 | 2024-06-20T20:50:56.655Z | Downloaded block-padding v0.3.3 |
| 787 | 2024-06-20T20:50:56.655Z | Downloaded mime_guess v2.0.4 |
| 788 | 2024-06-20T20:50:56.658Z | Downloaded corncobs v0.1.3 |
| 789 | 2024-06-20T20:50:56.658Z | Downloaded vte_generate_state_changes v0.1.1 |
| 790 | 2024-06-20T20:50:56.662Z | Downloaded bb8 v0.8.3 |
| 791 | 2024-06-20T20:50:56.662Z | Downloaded multer v3.1.0 |
| 792 | 2024-06-20T20:50:56.666Z | Downloaded paste v1.0.15 |
| 793 | 2024-06-20T20:50:56.669Z | Downloaded spin v0.5.2 |
| 794 | 2024-06-20T20:50:56.669Z | Downloaded pem v3.0.4 |
| 795 | 2024-06-20T20:50:56.671Z | Downloaded bitflags v1.3.2 |
| 796 | 2024-06-20T20:50:56.674Z | Downloaded debug-ignore v1.0.5 |
| 797 | 2024-06-20T20:50:56.677Z | Downloaded data-encoding v2.6.0 |
| 798 | 2024-06-20T20:50:56.677Z | Downloaded foreign-types-shared v0.3.1 |
| 799 | 2024-06-20T20:50:56.680Z | Downloaded pin-project-internal v1.1.5 |
| 800 | 2024-06-20T20:50:56.682Z | Downloaded fxhash v0.2.1 |
| 801 | 2024-06-20T20:50:56.682Z | Downloaded pkcs8 v0.10.2 |
| 802 | 2024-06-20T20:50:56.688Z | Downloaded packed_struct v0.10.1 |
| 803 | 2024-06-20T20:50:56.690Z | Downloaded console v0.15.8 |
| 804 | 2024-06-20T20:50:56.690Z | Downloaded downcast v0.11.0 |
| 805 | 2024-06-20T20:50:56.693Z | Downloaded instant v0.1.12 |
| 806 | 2024-06-20T20:50:56.693Z | Downloaded packed_struct_codegen v0.10.1 |
| 807 | 2024-06-20T20:50:56.695Z | Downloaded clang-sys v1.7.0 |
| 808 | 2024-06-20T20:50:56.702Z | Downloaded peg v0.8.3 |
| 809 | 2024-06-20T20:50:56.704Z | Downloaded olpc-cjson v0.1.3 |
| 810 | 2024-06-20T20:50:56.704Z | Downloaded ppv-lite86 v0.2.17 |
| 811 | 2024-06-20T20:50:56.704Z | Downloaded sigpipe v0.1.3 |
| 812 | 2024-06-20T20:50:56.708Z | Downloaded postgres-types v0.2.6 |
| 813 | 2024-06-20T20:50:56.711Z | Downloaded owo-colors v4.0.0 |
| 814 | 2024-06-20T20:50:56.711Z | Downloaded topological-sort v0.2.2 |
| 815 | 2024-06-20T20:50:56.715Z | Downloaded tui-tree-widget v0.19.0 |
| 816 | 2024-06-20T20:50:56.715Z | Downloaded cassowary v0.3.0 |
| 817 | 2024-06-20T20:50:56.718Z | Downloaded backoff v0.4.0 |
| 818 | 2024-06-20T20:50:56.721Z | Downloaded const_format_proc_macros v0.2.32 |
| 819 | 2024-06-20T20:50:56.725Z | Downloaded blake2b_simd v1.0.2 |
| 820 | 2024-06-20T20:50:56.725Z | Downloaded ascii v1.1.0 |
| 821 | 2024-06-20T20:50:56.729Z | Downloaded async-trait v0.1.80 |
| 822 | 2024-06-20T20:50:56.732Z | Downloaded num_enum_derive v0.5.11 |
| 823 | 2024-06-20T20:50:56.732Z | Downloaded tower-layer v0.3.2 |
| 824 | 2024-06-20T20:50:56.732Z | Downloaded wyz v0.5.1 |
| 825 | 2024-06-20T20:50:56.734Z | Downloaded num-rational v0.4.2 |
| 826 | 2024-06-20T20:50:56.737Z | Downloaded futures-timer v3.0.3 |
| 827 | 2024-06-20T20:50:56.740Z | Downloaded oso v0.27.3 |
| 828 | 2024-06-20T20:50:56.743Z | Downloaded highway v1.1.0 |
| 829 | 2024-06-20T20:50:56.746Z | Downloaded hex-literal v0.4.1 |
| 830 | 2024-06-20T20:50:56.746Z | Downloaded postgres-protocol v0.6.6 |
| 831 | 2024-06-20T20:50:56.748Z | Downloaded num-complex v0.4.6 |
| 832 | 2024-06-20T20:50:56.751Z | Downloaded inout v0.1.3 |
| 833 | 2024-06-20T20:50:56.751Z | Downloaded hubpack v0.1.2 |
| 834 | 2024-06-20T20:50:56.754Z | Downloaded platforms v3.4.0 |
| 835 | 2024-06-20T20:50:56.757Z | Downloaded quick-error v1.2.3 |
| 836 | 2024-06-20T20:50:56.757Z | Downloaded indoc v2.0.5 |
| 837 | 2024-06-20T20:50:56.759Z | Downloaded postcard v1.0.8 |
| 838 | 2024-06-20T20:50:56.763Z | Downloaded pretty-hex v0.2.1 |
| 839 | 2024-06-20T20:50:56.770Z | Downloaded http-body v1.0.0 |
| 840 | 2024-06-20T20:50:56.773Z | Downloaded humantime v2.1.0 |
| 841 | 2024-06-20T20:50:56.773Z | Downloaded is_ci v1.2.0 |
| 842 | 2024-06-20T20:50:56.773Z | Downloaded hash32 v0.3.1 |
| 843 | 2024-06-20T20:50:56.773Z | Downloaded stringprep v0.1.4 |
| 844 | 2024-06-20T20:50:56.773Z | Downloaded vte v0.11.1 |
| 845 | 2024-06-20T20:50:56.775Z | Downloaded static_assertions v1.1.0 |
| 846 | 2024-06-20T20:50:56.778Z | Downloaded cookie v0.18.1 |
| 847 | 2024-06-20T20:50:56.782Z | Downloaded rtoolbox v0.0.2 |
| 848 | 2024-06-20T20:50:56.782Z | Downloaded der_derive v0.7.2 |
| 849 | 2024-06-20T20:50:56.785Z | Downloaded serde_repr v0.1.19 |
| 850 | 2024-06-20T20:50:56.788Z | Downloaded structmeta v0.3.0 |
| 851 | 2024-06-20T20:50:56.788Z | Downloaded tokio-rustls v0.24.1 |
| 852 | 2024-06-20T20:50:56.791Z | Downloaded structmeta v0.2.0 |
| 853 | 2024-06-20T20:50:56.791Z | Downloaded strip-ansi-escapes v0.2.0 |
| 854 | 2024-06-20T20:50:56.793Z | Downloaded wait-timeout v0.2.0 |
| 855 | 2024-06-20T20:50:56.797Z | Downloaded difflib v0.4.0 |
| 856 | 2024-06-20T20:50:56.797Z | Downloaded waitgroup v0.1.2 |
| 857 | 2024-06-20T20:50:56.797Z | Downloaded parking_lot_core v0.8.6 |
| 858 | 2024-06-20T20:50:56.799Z | Downloaded crypto-bigint v0.5.5 |
| 859 | 2024-06-20T20:50:56.805Z | Downloaded siphasher v0.3.11 |
| 860 | 2024-06-20T20:50:56.808Z | Downloaded toolchain_find v0.4.0 |
| 861 | 2024-06-20T20:50:56.810Z | Downloaded group v0.13.0 |
| 862 | 2024-06-20T20:50:56.810Z | Downloaded unicode-xid v0.2.4 |
| 863 | 2024-06-20T20:50:56.813Z | Downloaded r2d2 v0.8.10 |
| 864 | 2024-06-20T20:50:56.816Z | Downloaded httptest v0.15.5 |
| 865 | 2024-06-20T20:50:56.816Z | Downloaded embedded-io v0.4.0 |
| 866 | 2024-06-20T20:50:56.820Z | Downloaded signal-hook-tokio v0.3.1 |
| 867 | 2024-06-20T20:50:56.823Z | Downloaded const_format v0.2.32 |
| 868 | 2024-06-20T20:50:56.825Z | Downloaded similar-asserts v1.5.0 |
| 869 | 2024-06-20T20:50:56.829Z | Downloaded headers-core v0.2.0 |
| 870 | 2024-06-20T20:50:56.829Z | Downloaded rustfmt-wrapper v0.2.1 |
| 871 | 2024-06-20T20:50:56.832Z | Downloaded serde_plain v1.0.2 |
| 872 | 2024-06-20T20:50:56.832Z | Downloaded psl-types v2.0.11 |
| 873 | 2024-06-20T20:50:56.835Z | Downloaded serde_arrays v0.1.0 |
| 874 | 2024-06-20T20:50:56.835Z | Downloaded derive_builder_macro v0.20.0 |
| 875 | 2024-06-20T20:50:56.837Z | Downloaded rust-argon2 v2.1.0 |
| 876 | 2024-06-20T20:50:56.837Z | Downloaded trybuild v1.0.96 |
| 877 | 2024-06-20T20:50:56.842Z | Downloaded chacha20poly1305 v0.10.1 |
| 878 | 2024-06-20T20:50:56.845Z | Downloaded tap v1.0.1 |
| 879 | 2024-06-20T20:50:56.849Z | Downloaded tabwriter v1.4.0 |
| 880 | 2024-06-20T20:50:56.849Z | Downloaded smf v0.2.3 |
| 881 | 2024-06-20T20:50:56.858Z | Downloaded walkdir v2.5.0 |
| 882 | 2024-06-20T20:50:56.863Z | Downloaded zeroize v1.7.0 |
| 883 | 2024-06-20T20:50:56.866Z | Downloaded guppy-workspace-hack v0.1.0 |
| 884 | 2024-06-20T20:50:56.866Z | Downloaded ident_case v1.0.1 |
| 885 | 2024-06-20T20:50:56.866Z | Downloaded backtrace v0.3.71 |
| 886 | 2024-06-20T20:50:56.869Z | Downloaded either v1.12.0 |
| 887 | 2024-06-20T20:50:56.872Z | Downloaded rand_core v0.6.4 |
| 888 | 2024-06-20T20:50:56.875Z | Downloaded foreign-types v0.5.0 |
| 889 | 2024-06-20T20:50:56.875Z | Downloaded flagset v0.4.5 |
| 890 | 2024-06-20T20:50:56.878Z | Downloaded predicates-core v1.0.6 |
| 891 | 2024-06-20T20:50:56.878Z | Downloaded zeroize_derive v1.4.2 |
| 892 | 2024-06-20T20:50:56.880Z | Downloaded whoami v1.5.1 |
| 893 | 2024-06-20T20:50:56.883Z | Downloaded which v4.4.2 |
| 894 | 2024-06-20T20:50:56.883Z | Downloaded stability v0.2.0 |
| 895 | 2024-06-20T20:50:56.886Z | Downloaded same-file v1.0.6 |
| 896 | 2024-06-20T20:50:56.886Z | Downloaded tls_codec v0.4.1 |
| 897 | 2024-06-20T20:50:56.888Z | Downloaded stable_deref_trait v1.2.0 |
| 898 | 2024-06-20T20:50:56.891Z | Downloaded slog-stdlog v4.1.1 |
| 899 | 2024-06-20T20:50:56.891Z | Downloaded serde_path_to_error v0.1.16 |
| 900 | 2024-06-20T20:50:56.894Z | Downloaded tls_codec_derive v0.4.1 |
| 901 | 2024-06-20T20:50:56.897Z | Downloaded rstest v0.19.0 |
| 902 | 2024-06-20T20:50:56.900Z | Downloaded serde_derive_internals v0.29.1 |
| 903 | 2024-06-20T20:50:56.903Z | Downloaded diesel_table_macro_syntax v0.1.0 |
| 904 | 2024-06-20T20:50:56.903Z | Downloaded similar v2.5.0 |
| 905 | 2024-06-20T20:50:56.908Z | Downloaded darling_core v0.20.9 |
| 906 | 2024-06-20T20:50:56.914Z | Downloaded structmeta-derive v0.3.0 |
| 907 | 2024-06-20T20:50:56.917Z | Downloaded diff v0.1.13 |
| 908 | 2024-06-20T20:50:56.919Z | Downloaded tokio-stream v0.1.15 |
| 909 | 2024-06-20T20:50:56.924Z | Downloaded target-lexicon v0.12.14 |
| 910 | 2024-06-20T20:50:56.927Z | Downloaded escape8259 v0.5.2 |
| 911 | 2024-06-20T20:50:56.929Z | Downloaded env_logger v0.10.2 |
| 912 | 2024-06-20T20:50:56.932Z | Downloaded yasna v0.5.2 |
| 913 | 2024-06-20T20:50:56.935Z | Downloaded http-range v0.1.5 |
| 914 | 2024-06-20T20:50:56.935Z | Downloaded signal-hook-mio v0.2.3 |
| 915 | 2024-06-20T20:50:56.937Z | Downloaded rand_chacha v0.3.1 |
| 916 | 2024-06-20T20:50:56.937Z | Downloaded hyper-staticfile v0.9.5 |
| 917 | 2024-06-20T20:50:56.940Z | Downloaded hyper-rustls v0.26.0 |
| 918 | 2024-06-20T20:50:56.943Z | Downloaded snafu-derive v0.8.2 |
| 919 | 2024-06-20T20:50:56.946Z | Downloaded tungstenite v0.21.0 |
| 920 | 2024-06-20T20:50:56.948Z | Downloaded tungstenite v0.20.1 |
| 921 | 2024-06-20T20:50:56.953Z | Downloaded slog-scope v4.4.0 |
| 922 | 2024-06-20T20:50:56.956Z | Downloaded supports-color v3.0.0 |
| 923 | 2024-06-20T20:50:56.956Z | Downloaded slog-envlogger v2.2.0 |
| 924 | 2024-06-20T20:50:56.958Z | Downloaded heck v0.3.3 |
| 925 | 2024-06-20T20:50:56.958Z | Downloaded hash32 v0.2.1 |
| 926 | 2024-06-20T20:50:56.962Z | Downloaded glob v0.3.1 |
| 927 | 2024-06-20T20:50:56.964Z | Downloaded minimal-lexical v0.2.1 |
| 928 | 2024-06-20T20:50:56.968Z | Downloaded signature v1.6.4 |
| 929 | 2024-06-20T20:50:56.971Z | Downloaded termios v0.3.3 |
| 930 | 2024-06-20T20:50:56.971Z | Downloaded ena v0.14.3 |
| 931 | 2024-06-20T20:50:56.974Z | Downloaded ed25519 v1.5.3 |
| 932 | 2024-06-20T20:50:56.974Z | Downloaded der v0.7.9 |
| 933 | 2024-06-20T20:50:56.979Z | Downloaded ref-cast-impl v1.0.23 |
| 934 | 2024-06-20T20:50:56.984Z | Downloaded serde-big-array v0.5.1 |
| 935 | 2024-06-20T20:50:56.984Z | Downloaded untrusted v0.9.0 |
| 936 | 2024-06-20T20:50:56.987Z | Downloaded env_logger v0.9.3 |
| 937 | 2024-06-20T20:50:56.987Z | Downloaded crossterm v0.27.0 |
| 938 | 2024-06-20T20:50:56.993Z | Downloaded steno v0.4.0 |
| 939 | 2024-06-20T20:50:56.997Z | Downloaded tokio-rustls v0.25.0 |
| 940 | 2024-06-20T20:50:57.000Z | Downloaded fastrand v2.1.0 |
| 941 | 2024-06-20T20:50:57.003Z | Downloaded unicode-linebreak v0.1.5 |
| 942 | 2024-06-20T20:50:57.003Z | Downloaded tempfile v3.10.1 |
| 943 | 2024-06-20T20:50:57.006Z | Downloaded toml v0.7.8 |
| 944 | 2024-06-20T20:50:57.009Z | Downloaded smawk v0.3.2 |
| 945 | 2024-06-20T20:50:57.012Z | Downloaded rpassword v7.3.1 |
| 946 | 2024-06-20T20:50:57.012Z | Downloaded signature v2.2.0 |
| 947 | 2024-06-20T20:50:57.014Z | Downloaded shlex v1.3.0 |
| 948 | 2024-06-20T20:50:57.014Z | Downloaded utf-8 v0.7.6 |
| 949 | 2024-06-20T20:50:57.017Z | Downloaded enum-as-inner v0.5.1 |
| 950 | 2024-06-20T20:50:57.020Z | Downloaded tiny-keccak v2.0.2 |
| 951 | 2024-06-20T20:50:57.023Z | Downloaded hyper-rustls v0.24.2 |
| 952 | 2024-06-20T20:50:57.025Z | Downloaded thiserror-no-std v2.0.2 |
| 953 | 2024-06-20T20:50:57.030Z | Downloaded rustc_version v0.1.7 |
| 954 | 2024-06-20T20:50:57.030Z | Downloaded termcolor v1.4.1 |
| 955 | 2024-06-20T20:50:57.033Z | Downloaded prettyplease v0.2.20 |
| 956 | 2024-06-20T20:50:57.035Z | Downloaded hyper-util v0.1.3 |
| 957 | 2024-06-20T20:50:57.038Z | Downloaded snafu v0.8.2 |
| 958 | 2024-06-20T20:50:57.046Z | Downloaded sqlparser_derive v0.2.2 |
| 959 | 2024-06-20T20:50:57.051Z | Downloaded semver v0.1.20 |
| 960 | 2024-06-20T20:50:57.051Z | Downloaded secrecy v0.8.0 |
| 961 | 2024-06-20T20:50:57.051Z | Downloaded zone_cfg_derive v0.1.2 |
| 962 | 2024-06-20T20:50:57.051Z | Downloaded pretty_assertions v1.4.0 |
| 963 | 2024-06-20T20:50:57.056Z | Downloaded endian-type v0.1.2 |
| 964 | 2024-06-20T20:50:57.056Z | Downloaded unarray v0.1.4 |
| 965 | 2024-06-20T20:50:57.056Z | Downloaded sec1 v0.7.3 |
| 966 | 2024-06-20T20:50:57.056Z | Downloaded predicates v3.1.0 |
| 967 | 2024-06-20T20:50:57.060Z | Downloaded serde_with_macros v3.8.1 |
| 968 | 2024-06-20T20:50:57.060Z | Downloaded thiserror-impl-no-std v2.0.2 |
| 969 | 2024-06-20T20:50:57.063Z | Downloaded serde-big-array v0.4.1 |
| 970 | 2024-06-20T20:50:57.063Z | Downloaded rand_xorshift v0.3.0 |
| 971 | 2024-06-20T20:50:57.063Z | Downloaded yansi v0.5.1 |
| 972 | 2024-06-20T20:50:57.066Z | Downloaded slog-dtrace v0.3.0 |
| 973 | 2024-06-20T20:50:57.066Z | Downloaded signal-hook v0.3.17 |
| 974 | 2024-06-20T20:50:57.069Z | Downloaded sha1 v0.10.6 |
| 975 | 2024-06-20T20:50:57.072Z | Downloaded kstat-rs v0.2.3 |
| 976 | 2024-06-20T20:50:57.072Z | Downloaded half v2.4.1 |
| 977 | 2024-06-20T20:50:57.076Z | Downloaded home v0.5.9 |
| 978 | 2024-06-20T20:50:57.078Z | Downloaded rustls-pemfile v2.1.2 |
| 979 | 2024-06-20T20:50:57.078Z | Downloaded subprocess v0.2.9 |
| 980 | 2024-06-20T20:50:57.081Z | Downloaded num-bigint-dig v0.8.4 |
| 981 | 2024-06-20T20:50:57.086Z | Downloaded precomputed-hash v0.1.1 |
| 982 | 2024-06-20T20:50:57.089Z | Downloaded indoc v1.0.9 |
| 983 | 2024-06-20T20:50:57.091Z | Downloaded rustc-hash v1.1.0 |
| 984 | 2024-06-20T20:50:57.092Z | Downloaded spin v0.9.8 |
| 985 | 2024-06-20T20:50:57.094Z | Downloaded zerocopy v0.6.6 |
| 986 | 2024-06-20T20:50:57.097Z | Downloaded unicode_categories v0.1.1 |
| 987 | 2024-06-20T20:50:57.102Z | Downloaded ff v0.13.0 |
| 988 | 2024-06-20T20:50:57.102Z | Downloaded spki v0.7.3 |
| 989 | 2024-06-20T20:50:57.105Z | Downloaded libxml v0.3.3 |
| 990 | 2024-06-20T20:50:57.109Z | Downloaded headers v0.3.9 |
| 991 | 2024-06-20T20:50:57.113Z | Downloaded strum_macros v0.24.3 |
| 992 | 2024-06-20T20:50:57.116Z | Downloaded universal-hash v0.5.1 |
| 993 | 2024-06-20T20:50:57.119Z | Downloaded unicase v2.7.0 |
| 994 | 2024-06-20T20:50:57.119Z | Downloaded strum_macros v0.25.3 |
| 995 | 2024-06-20T20:50:57.122Z | Downloaded rustls-pki-types v1.7.0 |
| 996 | 2024-06-20T20:50:57.125Z | Downloaded erased-serde v0.3.31 |
| 997 | 2024-06-20T20:50:57.128Z | Downloaded hex v0.4.3 |
| 998 | 2024-06-20T20:50:57.128Z | Downloaded getrandom v0.2.14 |
| 999 | 2024-06-20T20:50:57.131Z | Downloaded tough v0.17.1 |
| 1000 | 2024-06-20T20:50:57.139Z | Downloaded fd-lock v4.0.2 |
| 1001 | 2024-06-20T20:50:57.142Z | Downloaded socket2 v0.4.10 |
| 1002 | 2024-06-20T20:50:57.145Z | Downloaded aho-corasick v1.1.3 |
| 1003 | 2024-06-20T20:50:57.149Z | Downloaded nom v7.1.3 |
| 1004 | 2024-06-20T20:50:57.155Z | Downloaded ron v0.7.1 |
| 1005 | 2024-06-20T20:50:57.161Z | Downloaded rustc-demangle v0.1.24 |
| 1006 | 2024-06-20T20:50:57.163Z | Downloaded rayon-core v1.12.1 |
| 1007 | 2024-06-20T20:50:57.166Z | Downloaded indexmap v1.9.3 |
| 1008 | 2024-06-20T20:50:57.169Z | Downloaded tokio-postgres v0.7.10 |
| 1009 | 2024-06-20T20:50:57.179Z | Downloaded salty v0.2.0 |
| 1010 | 2024-06-20T20:50:57.182Z | Downloaded uzers v0.11.3 |
| 1011 | 2024-06-20T20:50:57.185Z | Downloaded fancy-regex v0.13.0 |
| 1012 | 2024-06-20T20:50:57.188Z | Downloaded elliptic-curve v0.13.8 |
| 1013 | 2024-06-20T20:50:57.190Z | Downloaded unicode-segmentation v1.11.0 |
| 1014 | 2024-06-20T20:50:57.193Z | Downloaded fatfs v0.3.6 |
| 1015 | 2024-06-20T20:50:57.196Z | Downloaded rand v0.8.5 |
| 1016 | 2024-06-20T20:50:57.202Z | Downloaded uuid v1.8.0 |
| 1017 | 2024-06-20T20:50:57.209Z | Downloaded toml_edit v0.19.15 |
| 1018 | 2024-06-20T20:50:57.232Z | Downloaded indicatif v0.17.8 |
| 1019 | 2024-06-20T20:50:57.236Z | Downloaded hmac v0.12.1 |
| 1020 | 2024-06-20T20:50:57.239Z | Downloaded textwrap v0.16.1 |
| 1021 | 2024-06-20T20:50:57.242Z | Downloaded rsa v0.9.6 |
| 1022 | 2024-06-20T20:50:57.246Z | Downloaded typed-path v0.7.1 |
| 1023 | 2024-06-20T20:50:57.253Z | Downloaded diesel_derives v2.1.4 |
| 1024 | 2024-06-20T20:50:57.260Z | Downloaded unsafe-libyaml v0.2.11 |
| 1025 | 2024-06-20T20:50:57.263Z | Downloaded ron v0.8.1 |
| 1026 | 2024-06-20T20:50:57.267Z | Downloaded plotters v0.3.5 |
| 1027 | 2024-06-20T20:50:57.277Z | Downloaded itertools v0.10.5 |
| 1028 | 2024-06-20T20:50:57.284Z | Downloaded trust-dns-resolver v0.22.0 |
| 1029 | 2024-06-20T20:50:57.288Z | Downloaded chrono v0.4.38 |
| 1030 | 2024-06-20T20:50:57.296Z | Downloaded x509-cert v0.2.5 |
| 1031 | 2024-06-20T20:50:57.302Z | Downloaded bitvec v1.0.1 |
| 1032 | 2024-06-20T20:50:57.319Z | Downloaded bindgen v0.69.4 |
| 1033 | 2024-06-20T20:50:57.326Z | Downloaded trust-dns-server v0.22.1 |
| 1034 | 2024-06-20T20:50:57.333Z | Downloaded tower v0.4.13 |
| 1035 | 2024-06-20T20:50:57.342Z | Downloaded serde_with v3.8.1 |
| 1036 | 2024-06-20T20:50:57.351Z | Downloaded http v1.1.0 |
| 1037 | 2024-06-20T20:50:57.355Z | Downloaded guppy v0.17.5 |
| 1038 | 2024-06-20T20:50:57.361Z | Downloaded rayon v1.10.0 |
| 1039 | 2024-06-20T20:50:57.371Z | Downloaded hkdf v0.12.4 |
| 1040 | 2024-06-20T20:50:57.373Z | Downloaded regex-automata v0.1.10 |
| 1041 | 2024-06-20T20:50:57.379Z | Downloaded smoltcp v0.9.1 |
| 1042 | 2024-06-20T20:50:57.390Z | Downloaded reedline v0.31.0 |
| 1043 | 2024-06-20T20:50:57.398Z | Downloaded lalrpop v0.19.12 |
| 1044 | 2024-06-20T20:50:57.410Z | Downloaded rustls v0.21.12 |
| 1045 | 2024-06-20T20:50:57.422Z | Downloaded itertools v0.12.1 |
| 1046 | 2024-06-20T20:50:57.430Z | Downloaded regex v1.10.4 |
| 1047 | 2024-06-20T20:50:57.443Z | Downloaded proptest v1.4.0 |
| 1048 | 2024-06-20T20:50:57.452Z | Downloaded winnow v0.5.40 |
| 1049 | 2024-06-20T20:50:57.461Z | Downloaded rustls-webpki v0.101.7 |
| 1050 | 2024-06-20T20:50:57.475Z | Downloaded gimli v0.28.1 |
| 1051 | 2024-06-20T20:50:57.485Z | Downloaded regress v0.9.1 |
| 1052 | 2024-06-20T20:50:57.490Z | Downloaded regex-syntax v0.8.3 |
| 1053 | 2024-06-20T20:50:57.498Z | Downloaded smoltcp v0.11.0 |
| 1054 | 2024-06-20T20:50:57.677Z | Downloaded nix v0.27.1 |
| 1055 | 2024-06-20T20:50:57.685Z | Downloaded ratatui v0.26.2 |
| 1056 | 2024-06-20T20:50:57.685Z | Downloaded webpki-roots v0.25.4 |
| 1057 | 2024-06-20T20:50:57.685Z | Downloaded object v0.30.4 |
| 1058 | 2024-06-20T20:50:57.685Z | Downloaded radix_trie v0.2.1 |
| 1059 | 2024-06-20T20:50:57.685Z | Downloaded bzip2-sys v0.1.11+1.0.8 |
| 1060 | 2024-06-20T20:50:57.685Z | Downloaded finl_unicode v1.2.0 |
| 1061 | 2024-06-20T20:50:57.685Z | Downloaded csv v1.3.0 |
| 1062 | 2024-06-20T20:50:57.685Z | Downloaded regex-syntax v0.6.29 |
| 1063 | 2024-06-20T20:50:57.685Z | Downloaded idna v0.2.3 |
| 1064 | 2024-06-20T20:50:57.686Z | Downloaded idna v0.3.0 |
| 1065 | 2024-06-20T20:50:57.686Z | Downloaded openapiv3 v2.0.0 |
| 1066 | 2024-06-20T20:50:57.686Z | Downloaded diesel v2.1.6 |
| 1067 | 2024-06-20T20:50:57.686Z | Downloaded nix v0.28.0 |
| 1068 | 2024-06-20T20:50:57.686Z | Downloaded zerocopy-derive v0.6.6 |
| 1069 | 2024-06-20T20:50:57.686Z | Downloaded object v0.32.2 |
| 1070 | 2024-06-20T20:50:57.686Z | Downloaded polar-core v0.27.3 |
| 1071 | 2024-06-20T20:50:57.691Z | Downloaded sled v0.34.7 |
| 1072 | 2024-06-20T20:50:57.694Z | Downloaded trust-dns-proto v0.22.0 |
| 1073 | 2024-06-20T20:50:57.705Z | Downloaded rustls-webpki v0.102.4 |
| 1074 | 2024-06-20T20:50:57.724Z | Downloaded rustls v0.22.4 |
| 1075 | 2024-06-20T20:50:57.735Z | Downloaded bstr v1.9.1 |
| 1076 | 2024-06-20T20:50:57.745Z | Downloaded regex-automata v0.4.6 |
| 1077 | 2024-06-20T20:50:57.762Z | Downloaded petgraph v0.6.5 |
| 1078 | 2024-06-20T20:50:57.780Z | Downloaded hyper v1.3.1 |
| 1079 | 2024-06-20T20:50:57.784Z | Downloaded bstr v0.2.17 |
| 1080 | 2024-06-20T20:50:57.794Z | Downloaded curve25519-dalek v4.1.2 |
| 1081 | 2024-06-20T20:50:57.805Z | Downloaded quick-xml v0.31.0 |
| 1082 | 2024-06-20T20:50:57.809Z | Downloaded portable-atomic v1.6.0 |
| 1083 | 2024-06-20T20:50:57.814Z | Downloaded sha3 v0.10.8 |
| 1084 | 2024-06-20T20:50:57.818Z | Downloaded sqlparser v0.45.0 |
| 1085 | 2024-06-20T20:50:57.824Z | Downloaded trust-dns-client v0.22.0 |
| 1086 | 2024-06-20T20:50:57.833Z | Downloaded rustyline v14.0.0 |
| 1087 | 2024-06-20T20:50:57.838Z | Downloaded rstest_macros v0.19.0 |
| 1088 | 2024-06-20T20:50:57.841Z | Downloaded rcgen v0.12.1 |
| 1089 | 2024-06-20T20:50:57.841Z | Downloaded hashbrown v0.12.3 |
| 1090 | 2024-06-20T20:50:57.844Z | Downloaded hashbrown v0.13.2 |
| 1091 | 2024-06-20T20:50:57.848Z | Downloaded blake3 v1.5.1 |
| 1092 | 2024-06-20T20:50:57.855Z | Downloaded expectorate v1.1.0 |
| 1093 | 2024-06-20T20:50:57.858Z | Downloaded zip v0.6.6 |
| 1094 | 2024-06-20T20:50:57.861Z | Downloaded serde_yaml v0.9.34+deprecated |
| 1095 | 2024-06-20T20:50:57.865Z | Downloaded flume v0.11.0 |
| 1096 | 2024-06-20T20:50:57.868Z | Downloaded libm v0.2.8 |
| 1097 | 2024-06-20T20:50:57.876Z | Downloaded shell-words v1.1.0 |
| 1098 | 2024-06-20T20:50:57.880Z | Downloaded rand_seeder v0.2.3 |
| 1099 | 2024-06-20T20:50:57.880Z | Downloaded sqlformat v0.2.3 |
| 1100 | 2024-06-20T20:50:57.886Z | Downloaded samael v0.0.15 |
| 1101 | 2024-06-20T20:50:57.889Z | Downloaded heapless v0.8.0 |
| 1102 | 2024-06-20T20:50:57.889Z | Downloaded heapless v0.7.17 |
| 1103 | 2024-06-20T20:50:57.893Z | Downloaded criterion v0.5.1 |
| 1104 | 2024-06-20T20:50:57.900Z | Downloaded num-bigint v0.4.5 |
| 1105 | 2024-06-20T20:50:57.905Z | Downloaded gethostname v0.4.3 |
| 1106 | 2024-06-20T20:50:57.908Z | Downloaded untrusted v0.7.1 |
| 1107 | 2024-06-20T20:50:57.908Z | Downloaded keccak v0.1.5 |
| 1108 | 2024-06-20T20:50:57.910Z | Downloaded derive_more v0.99.17 |
| 1109 | 2024-06-20T20:50:57.913Z | Downloaded getopts v0.2.21 |
| 1110 | 2024-06-20T20:50:57.916Z | Downloaded scheduled-thread-pool v0.2.7 |
| 1111 | 2024-06-20T20:50:57.916Z | Downloaded hostname v0.4.0 |
| 1112 | 2024-06-20T20:50:57.919Z | Downloaded zone v0.1.8 |
| 1113 | 2024-06-20T20:50:57.919Z | Downloaded termtree v0.4.1 |
| 1114 | 2024-06-20T20:50:57.921Z | Downloaded derive-where v1.2.7 |
| 1115 | 2024-06-20T20:50:57.924Z | Downloaded toml v0.5.11 |
| 1116 | 2024-06-20T20:50:57.927Z | Downloaded schemars v0.8.20 |
| 1117 | 2024-06-20T20:50:57.936Z | Downloaded publicsuffix v2.2.3 |
| 1118 | 2024-06-20T20:50:57.940Z | Downloaded globset v0.4.14 |
| 1119 | 2024-06-20T20:50:57.943Z | Downloaded derive_builder_core v0.20.0 |
| 1120 | 2024-06-20T20:50:57.943Z | Downloaded defmt-parser v0.3.4 |
| 1121 | 2024-06-20T20:50:57.943Z | Downloaded ref-cast v1.0.23 |
| 1122 | 2024-06-20T20:50:57.946Z | Downloaded derive_builder v0.20.0 |
| 1123 | 2024-06-20T20:50:57.950Z | Downloaded fallible-iterator v0.2.0 |
| 1124 | 2024-06-20T20:50:57.952Z | Downloaded base64 v0.22.1 |
| 1125 | 2024-06-20T20:50:57.955Z | Downloaded structmeta-derive v0.2.0 |
| 1126 | 2024-06-20T20:50:57.955Z | Downloaded smallvec v0.6.14 |
| 1127 | 2024-06-20T20:50:57.957Z | Downloaded iana-time-zone v0.1.60 |
| 1128 | 2024-06-20T20:50:57.960Z | Downloaded rusty-fork v0.3.0 |
| 1129 | 2024-06-20T20:50:57.960Z | Downloaded relative-path v1.9.3 |
| 1130 | 2024-06-20T20:50:57.963Z | Downloaded impl-trait-for-tuples v0.2.2 |
| 1131 | 2024-06-20T20:50:57.966Z | Downloaded tracing-attributes v0.1.27 |
| 1132 | 2024-06-20T20:50:57.969Z | Downloaded pin-project v1.1.5 |
| 1133 | 2024-06-20T20:50:57.977Z | Downloaded vsss-rs v3.3.4 |
| 1134 | 2024-06-20T20:50:57.980Z | Downloaded tokio-tungstenite v0.20.1 |
| 1135 | 2024-06-20T20:50:57.982Z | Downloaded tinytemplate v1.2.1 |
| 1136 | 2024-06-20T20:50:57.985Z | Downloaded test-strategy v0.3.1 |
| 1137 | 2024-06-20T20:50:57.998Z | Downloaded serde-hex v0.1.0 |
| 1138 | 2024-06-20T20:50:57.998Z | Downloaded rustc_version v0.4.0 |
| 1139 | 2024-06-20T20:50:58.000Z | Downloaded sct v0.7.1 |
| 1140 | 2024-06-20T20:50:58.000Z | Downloaded rustls-native-certs v0.7.0 |
| 1141 | 2024-06-20T20:50:58.000Z | Downloaded proc-macro-crate v1.3.1 |
| 1142 | 2024-06-20T20:50:58.000Z | Downloaded predicates-tree v1.0.9 |
| 1143 | 2024-06-20T20:50:58.000Z | Downloaded ipnetwork v0.20.0 |
| 1144 | 2024-06-20T20:50:58.000Z | Downloaded float-cmp v0.9.0 |
| 1145 | 2024-06-20T20:50:58.001Z | Downloaded csv-core v0.1.11 |
| 1146 | 2024-06-20T20:50:58.001Z | Downloaded crossbeam-epoch v0.9.18 |
| 1147 | 2024-06-20T20:50:58.011Z | Downloaded crc-any v2.5.0 |
| 1148 | 2024-06-20T20:50:58.012Z | Downloaded const-oid v0.9.6 |
| 1149 | 2024-06-20T20:50:58.012Z | Downloaded resolv-conf v0.7.0 |
| 1150 | 2024-06-20T20:50:58.012Z | Downloaded radium v0.7.0 |
| 1151 | 2024-06-20T20:50:58.014Z | Downloaded num-traits v0.2.19 |
| 1152 | 2024-06-20T20:50:58.014Z | Downloaded schemars_derive v0.8.20 |
| 1153 | 2024-06-20T20:50:58.014Z | Downloaded tokio-tungstenite v0.21.0 |
| 1154 | 2024-06-20T20:50:58.017Z | Downloaded mockall_derive v0.12.1 |
| 1155 | 2024-06-20T20:50:58.017Z | Downloaded poly1305 v0.8.0 |
| 1156 | 2024-06-20T20:50:58.021Z | Downloaded fixedbitset v0.4.2 |
| 1157 | 2024-06-20T20:50:58.025Z | Downloaded dyn-clone v1.0.17 |
| 1158 | 2024-06-20T20:50:58.025Z | Downloaded base64 v0.13.1 |
| 1159 | 2024-06-20T20:50:58.028Z | Downloaded funty v2.0.0 |
| 1160 | 2024-06-20T20:50:58.028Z | Downloaded fragile v2.0.0 |
| 1161 | 2024-06-20T20:50:58.028Z | Downloaded parking_lot v0.11.2 |
| 1162 | 2024-06-20T20:50:58.030Z | Downloaded omicron-zone-package v0.11.0 |
| 1163 | 2024-06-20T20:50:58.033Z | Downloaded string_cache v0.8.7 |
| 1164 | 2024-06-20T20:50:58.035Z | Downloaded partial-io v0.5.4 |
| 1165 | 2024-06-20T20:50:58.035Z | Downloaded nu-ansi-term v0.50.0 |
| 1166 | 2024-06-20T20:50:58.038Z | Downloaded compact_str v0.7.1 |
| 1167 | 2024-06-20T20:50:58.040Z | Downloaded assert_cmd v2.0.14 |
| 1168 | 2024-06-20T20:50:58.043Z | Downloaded async-recursion v1.1.1 |
| 1169 | 2024-06-20T20:50:58.045Z | Downloaded threadpool v1.8.1 |
| 1170 | 2024-06-20T20:50:58.048Z | Downloaded target-spec v3.1.0 |
| 1171 | 2024-06-20T20:50:58.048Z | Downloaded base16ct v0.2.0 |
| 1172 | 2024-06-20T20:50:58.050Z | Downloaded parse-display-derive v0.9.0 |
| 1173 | 2024-06-20T20:50:58.050Z | Downloaded arc-swap v1.7.1 |
| 1174 | 2024-06-20T20:50:58.053Z | Downloaded cookie v0.17.0 |
| 1175 | 2024-06-20T20:50:58.055Z | Downloaded cfg-expr v0.15.8 |
| 1176 | 2024-06-20T20:50:58.058Z | Downloaded hubpack_derive v0.1.1 |
| 1177 | 2024-06-20T20:50:58.060Z | Downloaded pkcs1 v0.7.5 |
| 1178 | 2024-06-20T20:50:58.062Z | Downloaded mockall v0.12.1 |
| 1179 | 2024-06-20T20:50:58.062Z | Downloaded doc-comment v0.3.3 |
| 1180 | 2024-06-20T20:50:58.064Z | Downloaded display-error-chain v0.2.0 |
| 1181 | 2024-06-20T20:50:58.064Z | Downloaded subtle v2.5.0 |
| 1182 | 2024-06-20T20:50:58.065Z | Downloaded oso-derive v0.27.3 |
| 1183 | 2024-06-20T20:50:58.067Z | Downloaded blake2 v0.10.6 |
| 1184 | 2024-06-20T20:50:58.067Z | Downloaded foreign-types-macros v0.2.3 |
| 1185 | 2024-06-20T20:50:58.070Z | Downloaded password-hash v0.5.0 |
| 1186 | 2024-06-20T20:50:58.070Z | Downloaded camino-tempfile v1.1.1 |
| 1187 | 2024-06-20T20:50:58.072Z | Downloaded pem-rfc7468 v0.7.0 |
| 1188 | 2024-06-20T20:50:58.075Z | Downloaded peg-macros v0.8.3 |
| 1189 | 2024-06-20T20:50:58.075Z | Downloaded libtest-mimic v0.7.3 |
| 1190 | 2024-06-20T20:50:58.077Z | Downloaded curve25519-dalek-derive v0.1.1 |
| 1191 | 2024-06-20T20:50:58.077Z | Downloaded convert_case v0.4.0 |
| 1192 | 2024-06-20T20:50:58.080Z | Downloaded oorandom v11.1.3 |
| 1193 | 2024-06-20T20:50:58.080Z | Downloaded num_enum v0.5.11 |
| 1194 | 2024-06-20T20:50:58.083Z | Downloaded colored v2.1.0 |
| 1195 | 2024-06-20T20:50:58.086Z | Downloaded castaway v0.2.2 |
| 1196 | 2024-06-20T20:50:58.088Z | Downloaded buf-list v1.0.3 |
| 1197 | 2024-06-20T20:50:58.091Z | Downloaded num-integer v0.1.46 |
| 1198 | 2024-06-20T20:50:58.091Z | Downloaded bit-vec v0.6.3 |
| 1199 | 2024-06-20T20:50:58.093Z | Downloaded memmap2 v0.9.4 |
| 1200 | 2024-06-20T20:50:58.093Z | Downloaded cipher v0.4.4 |
| 1201 | 2024-06-20T20:50:58.096Z | Downloaded datatest-stable v0.2.9 |
| 1202 | 2024-06-20T20:50:58.096Z | Downloaded darling v0.20.9 |
| 1203 | 2024-06-20T20:50:58.101Z | Downloaded ciborium v0.2.2 |
| 1204 | 2024-06-20T20:50:58.103Z | Downloaded bzip2 v0.4.4 |
| 1205 | 2024-06-20T20:50:58.106Z | Downloaded nodrop v0.1.14 |
| 1206 | 2024-06-20T20:50:58.106Z | Downloaded bcs v0.1.6 |
| 1207 | 2024-06-20T20:50:58.108Z | Downloaded array-init v0.0.4 |
| 1208 | 2024-06-20T20:50:58.108Z | Downloaded defmt-macros v0.3.9 |
| 1209 | 2024-06-20T20:50:58.111Z | Downloaded crunchy v0.2.2 |
| 1210 | 2024-06-20T20:50:58.111Z | Downloaded crucible-workspace-hack v0.1.0 |
| 1211 | 2024-06-20T20:50:58.111Z | Downloaded cfg_aliases v0.1.1 |
| 1212 | 2024-06-20T20:50:58.114Z | Downloaded allocator-api2 v0.2.18 |
| 1213 | 2024-06-20T20:50:58.116Z | Downloaded libsw v3.3.1 |
| 1214 | 2024-06-20T20:50:58.116Z | Downloaded multimap v0.10.0 |
| 1215 | 2024-06-20T20:50:58.119Z | Downloaded libefi-sys v0.1.0 |
| 1216 | 2024-06-20T20:50:58.119Z | Downloaded lalrpop-util v0.19.12 |
| 1217 | 2024-06-20T20:50:58.119Z | Downloaded bitfield v0.14.0 |
| 1218 | 2024-06-20T20:50:58.121Z | Downloaded constant_time_eq v0.3.0 |
| 1219 | 2024-06-20T20:50:58.121Z | Downloaded cexpr v0.6.0 |
| 1220 | 2024-06-20T20:50:58.125Z | Downloaded cast v0.3.0 |
| 1221 | 2024-06-20T20:50:58.125Z | Downloaded bit-set v0.5.3 |
| 1222 | 2024-06-20T20:50:58.130Z | Downloaded parse-size v1.0.0 |
| 1223 | 2024-06-20T20:50:58.130Z | Downloaded opaque-debug v0.3.1 |
| 1224 | 2024-06-20T20:50:58.130Z | Downloaded newtype_derive v0.1.6 |
| 1225 | 2024-06-20T20:50:58.130Z | Downloaded assert_matches v1.5.0 |
| 1226 | 2024-06-20T20:50:58.132Z | Downloaded ascii-canvas v3.0.0 |
| 1227 | 2024-06-20T20:50:58.132Z | Downloaded addr2line v0.21.0 |
| 1228 | 2024-06-20T20:50:58.295Z | Downloaded ring v0.17.8 |
| 1229 | 2024-06-20T20:50:58.416Z | Downloaded ring v0.16.20 |
| 1230 | 2024-06-20T20:50:59.050Z | Compiling serde v1.0.203 |
| 1231 | 2024-06-20T20:50:59.050Z | Checking cfg-if v1.0.0 |
| 1232 | 2024-06-20T20:50:59.108Z | Compiling libm v0.2.8 |
| 1233 | 2024-06-20T20:50:59.121Z | Checking libc v0.2.155 |
| 1234 | 2024-06-20T20:50:59.134Z | Compiling syn v2.0.64 |
| 1235 | 2024-06-20T20:50:59.137Z | Compiling ahash v0.8.11 |
| 1236 | 2024-06-20T20:50:59.137Z | Compiling num-traits v0.2.19 |
| 1237 | 2024-06-20T20:50:59.137Z | Compiling getrandom v0.2.14 |
| 1238 | 2024-06-20T20:50:59.188Z | Compiling serde_json v1.0.117 |
| 1239 | 2024-06-20T20:50:59.444Z | Compiling log v0.4.21 |
| 1240 | 2024-06-20T20:50:59.501Z | Compiling generic-array v0.14.7 |
| 1241 | 2024-06-20T20:50:59.603Z | Checking memchr v2.7.2 |
| 1242 | 2024-06-20T20:50:59.626Z | Checking itoa v1.0.11 |
| 1243 | 2024-06-20T20:50:59.628Z | Compiling syn v1.0.109 |
| 1244 | 2024-06-20T20:50:59.790Z | Compiling allocator-api2 v0.2.18 |
| 1245 | 2024-06-20T20:50:59.825Z | Checking byteorder v1.5.0 |
| 1246 | 2024-06-20T20:50:59.846Z | Checking scopeguard v1.2.0 |
| 1247 | 2024-06-20T20:50:59.880Z | Checking smallvec v1.13.2 |
| 1248 | 2024-06-20T20:50:59.991Z | Checking lock_api v0.4.12 |
| 1249 | 2024-06-20T20:51:00.216Z | Compiling schemars v0.8.20 |
| 1250 | 2024-06-20T20:51:00.235Z | Compiling ring v0.17.8 |
| 1251 | 2024-06-20T20:51:00.421Z | Compiling time-macros v0.2.18 |
| 1252 | 2024-06-20T20:51:00.529Z | Checking once_cell v1.19.0 |
| 1253 | 2024-06-20T20:51:00.560Z | Checking parking_lot_core v0.9.10 |
| 1254 | 2024-06-20T20:51:00.578Z | Compiling aho-corasick v1.1.3 |
| 1255 | 2024-06-20T20:51:00.888Z | Checking parking_lot v0.12.2 |
| 1256 | 2024-06-20T20:51:01.020Z | Checking pin-project-lite v0.2.14 |
| 1257 | 2024-06-20T20:51:01.148Z | Compiling regex-syntax v0.8.3 |
| 1258 | 2024-06-20T20:51:04.006Z | Checking signal-hook-registry v1.4.2 |
| 1259 | 2024-06-20T20:51:04.235Z | Checking mio v0.8.11 |
| 1260 | 2024-06-20T20:51:04.255Z | Compiling regex-automata v0.4.6 |
| 1261 | 2024-06-20T20:51:05.094Z | Compiling slog v2.7.0 |
| 1262 | 2024-06-20T20:51:05.671Z | Checking num_cpus v1.16.0 |
| 1263 | 2024-06-20T20:51:05.759Z | Compiling crossbeam-utils v0.8.19 |
| 1264 | 2024-06-20T20:51:05.778Z | Checking ryu v1.0.18 |
| 1265 | 2024-06-20T20:51:06.020Z | Checking rand_core v0.6.4 |
| 1266 | 2024-06-20T20:51:06.319Z | Compiling serde_derive_internals v0.29.1 |
| 1267 | 2024-06-20T20:51:06.357Z | Compiling iana-time-zone v0.1.60 |
| 1268 | 2024-06-20T20:51:06.432Z | Compiling rustls v0.21.12 |
| 1269 | 2024-06-20T20:51:06.671Z | Checking futures-core v0.3.30 |
| 1270 | 2024-06-20T20:51:06.833Z | Checking socket2 v0.5.7 |
| 1271 | 2024-06-20T20:51:06.855Z | Compiling cookie v0.17.0 |
| 1272 | 2024-06-20T20:51:07.196Z | Compiling backtrace v0.3.71 |
| 1273 | 2024-06-20T20:51:07.327Z | Compiling dyn-clone v1.0.17 |
| 1274 | 2024-06-20T20:51:07.383Z | Compiling anyhow v1.0.86 |
| 1275 | 2024-06-20T20:51:07.670Z | Compiling unicode-normalization v0.1.23 |
| 1276 | 2024-06-20T20:51:08.121Z | Compiling either v1.12.0 |
| 1277 | 2024-06-20T20:51:08.154Z | Compiling unicode-bidi v0.3.15 |
| 1278 | 2024-06-20T20:51:08.529Z | Checking futures-sink v0.3.30 |
| 1279 | 2024-06-20T20:51:08.681Z | Compiling spin v0.9.8 |
| 1280 | 2024-06-20T20:51:08.761Z | Compiling winnow v0.5.40 |
| 1281 | 2024-06-20T20:51:08.826Z | Checking futures-channel v0.3.30 |
| 1282 | 2024-06-20T20:51:09.093Z | Checking slab v0.4.9 |
| 1283 | 2024-06-20T20:51:09.168Z | Compiling subtle v2.5.0 |
| 1284 | 2024-06-20T20:51:09.216Z | Checking pin-utils v0.1.0 |
| 1285 | 2024-06-20T20:51:09.304Z | Checking futures-io v0.3.30 |
| 1286 | 2024-06-20T20:51:09.346Z | Compiling const-oid v0.9.6 |
| 1287 | 2024-06-20T20:51:09.492Z | Compiling regex v1.10.4 |
| 1288 | 2024-06-20T20:51:09.540Z | Checking futures-task v0.3.30 |
| 1289 | 2024-06-20T20:51:09.677Z | Compiling untrusted v0.9.0 |
| 1290 | 2024-06-20T20:51:09.772Z | Compiling spin v0.5.2 |
| 1291 | 2024-06-20T20:51:10.015Z | Compiling signal-hook v0.3.17 |
| 1292 | 2024-06-20T20:51:10.559Z | Compiling siphasher v0.3.11 |
| 1293 | 2024-06-20T20:51:10.600Z | Compiling time v0.3.36 |
| 1294 | 2024-06-20T20:51:10.934Z | Compiling idna v0.5.0 |
| 1295 | 2024-06-20T20:51:11.325Z | Checking typenum v1.17.0 |
| 1296 | 2024-06-20T20:51:12.541Z | Compiling rustls-webpki v0.101.7 |
| 1297 | 2024-06-20T20:51:12.665Z | Compiling sct v0.7.1 |
| 1298 | 2024-06-20T20:51:12.982Z | Compiling url v2.5.0 |
| 1299 | 2024-06-20T20:51:13.884Z | Compiling idna v0.3.0 |
| 1300 | 2024-06-20T20:51:14.032Z | Compiling serde_derive v1.0.203 |
| 1301 | 2024-06-20T20:51:14.529Z | Compiling zerocopy-derive v0.7.34 |
| 1302 | 2024-06-20T20:51:14.900Z | Compiling thiserror-impl v1.0.60 |
| 1303 | 2024-06-20T20:51:14.987Z | Compiling zeroize_derive v1.4.2 |
| 1304 | 2024-06-20T20:51:15.466Z | Compiling tokio-macros v2.2.0 |
| 1305 | 2024-06-20T20:51:16.166Z | Compiling futures-macro v0.3.30 |
| 1306 | 2024-06-20T20:51:16.690Z | Compiling tracing-attributes v0.1.27 |
| 1307 | 2024-06-20T20:51:16.931Z | Compiling zerocopy v0.7.34 |
| 1308 | 2024-06-20T20:51:17.242Z | Compiling schemars_derive v0.8.20 |
| 1309 | 2024-06-20T20:51:17.693Z | Compiling openssl-macros v0.1.1 |
| 1310 | 2024-06-20T20:51:18.390Z | Compiling thiserror v1.0.60 |
| 1311 | 2024-06-20T20:51:18.409Z | Compiling async-trait v0.1.80 |
| 1312 | 2024-06-20T20:51:18.448Z | Checking zeroize v1.7.0 |
| 1313 | 2024-06-20T20:51:18.726Z | Compiling scroll_derive v0.12.0 |
| 1314 | 2024-06-20T20:51:18.783Z | Compiling pest v2.7.10 |
| 1315 | 2024-06-20T20:51:19.147Z | Compiling hashbrown v0.14.5 |
| 1316 | 2024-06-20T20:51:20.753Z | Compiling der_derive v0.7.2 |
| 1317 | 2024-06-20T20:51:20.758Z | Compiling scroll v0.12.0 |
| 1318 | 2024-06-20T20:51:21.245Z | Compiling pest_meta v2.7.10 |
| 1319 | 2024-06-20T20:51:21.324Z | Compiling goblin v0.8.2 |
| 1320 | 2024-06-20T20:51:21.720Z | Compiling futures-util v0.3.30 |
| 1321 | 2024-06-20T20:51:22.518Z | Compiling pest_generator v2.7.10 |
| 1322 | 2024-06-20T20:51:23.312Z | Compiling tracing v0.1.40 |
| 1323 | 2024-06-20T20:51:23.865Z | Compiling clap_derive v4.5.4 |
| 1324 | 2024-06-20T20:51:24.758Z | Compiling crypto-common v0.1.6 |
| 1325 | 2024-06-20T20:51:24.994Z | Compiling zerocopy-derive v0.6.6 |
| 1326 | 2024-06-20T20:51:26.789Z | Compiling pest_derive v2.7.10 |
| 1327 | 2024-06-20T20:51:27.075Z | Compiling block-buffer v0.10.4 |
| 1328 | 2024-06-20T20:51:27.378Z | Compiling digest v0.10.7 |
| 1329 | 2024-06-20T20:51:27.617Z | Compiling dtrace-parser v0.2.0 |
| 1330 | 2024-06-20T20:51:28.036Z | Checking bytes v1.6.0 |
| 1331 | 2024-06-20T20:51:28.497Z | Checking bitflags v2.5.0 |
| 1332 | 2024-06-20T20:51:28.841Z | Checking tokio v1.37.0 |
| 1333 | 2024-06-20T20:51:28.914Z | Compiling psl-types v2.0.11 |
| 1334 | 2024-06-20T20:51:29.066Z | Compiling indexmap v2.2.6 |
| 1335 | 2024-06-20T20:51:29.922Z | Compiling semver v1.0.23 |
| 1336 | 2024-06-20T20:51:29.943Z | Compiling serde_tokenstream v0.2.0 |
| 1337 | 2024-06-20T20:51:30.476Z | Compiling chrono v0.4.38 |
| 1338 | 2024-06-20T20:51:30.516Z | Compiling uuid v1.8.0 |
| 1339 | 2024-06-20T20:51:30.612Z | Compiling http v0.2.12 |
| 1340 | 2024-06-20T20:51:30.678Z | Compiling toml_datetime v0.6.6 |
| 1341 | 2024-06-20T20:51:30.681Z | Compiling serde_spanned v0.6.6 |
| 1342 | 2024-06-20T20:51:30.897Z | Compiling rustc_version v0.4.0 |
| 1343 | 2024-06-20T20:51:31.701Z | Compiling rustix v0.38.34 |
| 1344 | 2024-06-20T20:51:31.969Z | Compiling openapiv3 v2.0.0 |
| 1345 | 2024-06-20T20:51:32.179Z | Compiling dof v0.3.0 |
| 1346 | 2024-06-20T20:51:32.318Z | Compiling toml_edit v0.19.15 |
| 1347 | 2024-06-20T20:51:34.481Z | Compiling usdt-impl v0.5.0 |
| 1348 | 2024-06-20T20:51:34.567Z | Compiling http-body v0.4.6 |
| 1349 | 2024-06-20T20:51:34.808Z | Compiling openssl v0.10.64 |
| 1350 | 2024-06-20T20:51:35.024Z | Compiling heapless v0.7.17 |
| 1351 | 2024-06-20T20:51:35.434Z | Compiling ppv-lite86 v0.2.17 |
| 1352 | 2024-06-20T20:51:35.970Z | Compiling crossbeam-epoch v0.9.18 |
| 1353 | 2024-06-20T20:51:36.187Z | Compiling usdt-attr-macro v0.5.0 |
| 1354 | 2024-06-20T20:51:36.226Z | Compiling usdt-macro v0.5.0 |
| 1355 | 2024-06-20T20:51:36.406Z | Compiling rand_chacha v0.3.1 |
| 1356 | 2024-06-20T20:51:36.768Z | Compiling publicsuffix v2.2.3 |
| 1357 | 2024-06-20T20:51:37.119Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
| 1358 | 2024-06-20T20:51:37.802Z | Compiling bit-vec v0.6.3 |
| 1359 | 2024-06-20T20:51:37.865Z | Compiling unicode-xid v0.2.4 |
| 1360 | 2024-06-20T20:51:38.149Z | Compiling cookie_store v0.20.0 |
| 1361 | 2024-06-20T20:51:38.209Z | Compiling rand v0.8.5 |
| 1362 | 2024-06-20T20:51:38.304Z | Compiling serde_urlencoded v0.7.1 |
| 1363 | 2024-06-20T20:51:38.801Z | Compiling phf_shared v0.10.0 |
| 1364 | 2024-06-20T20:51:38.843Z | Compiling lazy_static v1.4.0 |
| 1365 | 2024-06-20T20:51:38.964Z | Compiling smoltcp v0.9.1 |
| 1366 | 2024-06-20T20:51:39.213Z | Compiling tokio-util v0.7.11 |
| 1367 | 2024-06-20T20:51:39.701Z | Compiling tokio-rustls v0.24.1 |
| 1368 | 2024-06-20T20:51:39.730Z | Compiling webpki-roots v0.25.4 |
| 1369 | 2024-06-20T20:51:39.884Z | Checking fnv v1.0.7 |
| 1370 | 2024-06-20T20:51:40.016Z | Compiling minimal-lexical v0.2.1 |
| 1371 | 2024-06-20T20:51:40.098Z | Compiling base64ct v1.6.0 |
| 1372 | 2024-06-20T20:51:40.203Z | Compiling h2 v0.3.26 |
| 1373 | 2024-06-20T20:51:40.261Z | Compiling new_debug_unreachable v1.0.6 |
| 1374 | 2024-06-20T20:51:40.358Z | Compiling fixedbitset v0.4.2 |
| 1375 | 2024-06-20T20:51:40.549Z | Compiling gimli v0.28.1 |
| 1376 | 2024-06-20T20:51:40.610Z | Compiling precomputed-hash v0.1.1 |
| 1377 | 2024-06-20T20:51:40.695Z | Compiling string_cache v0.8.7 |
| 1378 | 2024-06-20T20:51:40.701Z | Compiling petgraph v0.6.5 |
| 1379 | 2024-06-20T20:51:40.728Z | Compiling pem-rfc7468 v0.7.0 |
| 1380 | 2024-06-20T20:51:40.810Z | Compiling native-tls v0.2.11 |
| 1381 | 2024-06-20T20:51:41.168Z | Compiling tokio-native-tls v0.3.1 |
| 1382 | 2024-06-20T20:51:41.444Z | Compiling nom v7.1.3 |
| 1383 | 2024-06-20T20:51:41.495Z | Compiling bit-set v0.5.3 |
| 1384 | 2024-06-20T20:51:41.523Z | Compiling hmac v0.12.1 |
| 1385 | 2024-06-20T20:51:41.769Z | Compiling enum-as-inner v0.5.1 |
| 1386 | 2024-06-20T20:51:41.772Z | Compiling hubpack_derive v0.1.1 |
| 1387 | 2024-06-20T20:51:42.704Z | Compiling itertools v0.10.5 |
| 1388 | 2024-06-20T20:51:42.899Z | Compiling diesel_table_macro_syntax v0.1.0 |
| 1389 | 2024-06-20T20:51:43.332Z | Compiling object v0.32.2 |
| 1390 | 2024-06-20T20:51:43.866Z | Compiling rustc-demangle v0.1.24 |
| 1391 | 2024-06-20T20:51:44.842Z | Compiling lalrpop-util v0.19.12 |
| 1392 | 2024-06-20T20:51:44.912Z | Compiling addr2line v0.21.0 |
| 1393 | 2024-06-20T20:51:45.063Z | Compiling flagset v0.4.5 |
| 1394 | 2024-06-20T20:51:45.273Z | Compiling unicode-segmentation v1.11.0 |
| 1395 | 2024-06-20T20:51:45.371Z | Compiling toml_edit v0.22.13 |
| 1396 | 2024-06-20T20:51:45.472Z | Compiling der v0.7.9 |
| 1397 | 2024-06-20T20:51:45.535Z | Compiling diesel_derives v2.1.4 |
| 1398 | 2024-06-20T20:51:46.139Z | Compiling futures-executor v0.3.30 |
| 1399 | 2024-06-20T20:51:46.157Z | Compiling itertools v0.12.1 |
| 1400 | 2024-06-20T20:51:46.644Z | Compiling finl_unicode v1.2.0 |
| 1401 | 2024-06-20T20:51:46.699Z | Compiling sha2 v0.10.8 |
| 1402 | 2024-06-20T20:51:47.297Z | Compiling hyper v0.14.28 |
| 1403 | 2024-06-20T20:51:49.107Z | Compiling spki v0.7.3 |
| 1404 | 2024-06-20T20:51:49.377Z | Compiling stringprep v0.1.4 |
| 1405 | 2024-06-20T20:51:49.471Z | Compiling futures v0.3.30 |
| 1406 | 2024-06-20T20:51:49.591Z | Compiling toml v0.7.8 |
| 1407 | 2024-06-20T20:51:50.657Z | Compiling hex v0.4.3 |
| 1408 | 2024-06-20T20:51:50.812Z | Compiling md-5 v0.10.6 |
| 1409 | 2024-06-20T20:51:50.815Z | Compiling serde_repr v0.1.19 |
| 1410 | 2024-06-20T20:51:51.262Z | Compiling strum_macros v0.25.3 |
| 1411 | 2024-06-20T20:51:52.048Z | Compiling num-integer v0.1.46 |
| 1412 | 2024-06-20T20:51:52.052Z | Compiling hash32 v0.2.1 |
| 1413 | 2024-06-20T20:51:52.109Z | Compiling fs-err v2.11.0 |
| 1414 | 2024-06-20T20:51:52.413Z | Checking tinyvec_macros v0.1.1 |
| 1415 | 2024-06-20T20:51:52.466Z | Compiling stable_deref_trait v1.2.0 |
| 1416 | 2024-06-20T20:51:52.508Z | Compiling fallible-iterator v0.2.0 |
| 1417 | 2024-06-20T20:51:52.905Z | Checking tinyvec v1.6.0 |
| 1418 | 2024-06-20T20:51:53.213Z | Compiling postgres-protocol v0.6.6 |
| 1419 | 2024-06-20T20:51:53.938Z | Compiling pkcs8 v0.10.2 |
| 1420 | 2024-06-20T20:51:54.010Z | Compiling hyper-rustls v0.24.2 |
| 1421 | 2024-06-20T20:51:54.032Z | Compiling hyper-tls v0.5.0 |
| 1422 | 2024-06-20T20:51:54.198Z | Compiling terminal_size v0.3.0 |
| 1423 | 2024-06-20T20:51:54.357Z | Compiling reqwest v0.11.27 |
| 1424 | 2024-06-20T20:51:54.407Z | Compiling block-padding v0.3.3 |
| 1425 | 2024-06-20T20:51:54.522Z | Compiling phf_shared v0.11.2 |
| 1426 | 2024-06-20T20:51:54.582Z | Compiling ff v0.13.0 |
| 1427 | 2024-06-20T20:51:54.660Z | Compiling scheduled-thread-pool v0.2.7 |
| 1428 | 2024-06-20T20:51:54.903Z | Compiling base16ct v0.2.0 |
| 1429 | 2024-06-20T20:51:55.005Z | Compiling matches v0.1.10 |
| 1430 | 2024-06-20T20:51:55.109Z | Compiling peg-runtime v0.8.3 |
| 1431 | 2024-06-20T20:51:55.232Z | Compiling managed v0.8.0 |
| 1432 | 2024-06-20T20:51:55.309Z | Compiling bitflags v1.3.2 |
| 1433 | 2024-06-20T20:51:55.418Z | Checking equivalent v1.0.1 |
| 1434 | 2024-06-20T20:51:55.698Z | Compiling sec1 v0.7.3 |
| 1435 | 2024-06-20T20:51:55.775Z | Compiling idna v0.2.3 |
| 1436 | 2024-06-20T20:51:56.286Z | Compiling signal-hook-mio v0.2.3 |
| 1437 | 2024-06-20T20:51:56.461Z | Compiling clap_builder v4.5.2 |
| 1438 | 2024-06-20T20:51:56.777Z | Compiling r2d2 v0.8.10 |
| 1439 | 2024-06-20T20:51:57.144Z | Compiling phf v0.11.2 |
| 1440 | 2024-06-20T20:51:57.348Z | Compiling group v0.13.0 |
| 1441 | 2024-06-20T20:51:57.405Z | Compiling inout v0.1.3 |
| 1442 | 2024-06-20T20:51:57.450Z | Compiling postgres-types v0.2.6 |
| 1443 | 2024-06-20T20:51:57.453Z | Compiling num-bigint v0.4.5 |
| 1444 | 2024-06-20T20:51:57.691Z | Compiling hubpack v0.1.2 |
| 1445 | 2024-06-20T20:51:57.710Z | Compiling hkdf v0.12.4 |
| 1446 | 2024-06-20T20:51:57.980Z | Compiling ipnetwork v0.20.0 |
| 1447 | 2024-06-20T20:51:58.105Z | Compiling zerocopy v0.6.6 |
| 1448 | 2024-06-20T20:51:58.150Z | Compiling crypto-bigint v0.5.5 |
| 1449 | 2024-06-20T20:51:58.929Z | Compiling float-cmp v0.9.0 |
| 1450 | 2024-06-20T20:51:58.997Z | Compiling difflib v0.4.0 |
| 1451 | 2024-06-20T20:51:59.039Z | Compiling predicates-core v1.0.6 |
| 1452 | 2024-06-20T20:51:59.162Z | Compiling static_assertions v1.1.0 |
| 1453 | 2024-06-20T20:51:59.275Z | Compiling whoami v1.5.1 |
| 1454 | 2024-06-20T20:51:59.419Z | Compiling normalize-line-endings v0.3.0 |
| 1455 | 2024-06-20T20:51:59.548Z | Compiling data-encoding v2.6.0 |
| 1456 | 2024-06-20T20:51:59.932Z | Compiling tokio-postgres v0.7.10 |
| 1457 | 2024-06-20T20:52:00.680Z | Compiling yasna v0.5.2 |
| 1458 | 2024-06-20T20:52:01.860Z | Compiling diesel v2.1.6 |
| 1459 | 2024-06-20T20:52:02.062Z | Compiling elliptic-curve v0.13.8 |
| 1460 | 2024-06-20T20:52:02.615Z | Compiling clap v4.5.4 |
| 1461 | 2024-06-20T20:52:02.741Z | Compiling trust-dns-proto v0.22.0 |
| 1462 | 2024-06-20T20:52:02.923Z | Compiling predicates v3.1.0 |
| 1463 | 2024-06-20T20:52:04.300Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=c85a4ca043aaa389df12aac5348d8a3feda28762#c85a4ca0) |
| 1464 | 2024-06-20T20:52:04.755Z | Compiling usdt v0.5.0 |
| 1465 | 2024-06-20T20:52:05.250Z | Compiling cipher v0.4.4 |
| 1466 | 2024-06-20T20:52:05.274Z | Compiling crossterm v0.27.0 |
| 1467 | 2024-06-20T20:52:06.669Z | Compiling num-iter v0.1.45 |
| 1468 | 2024-06-20T20:52:06.856Z | Compiling similar v2.5.0 |
| 1469 | 2024-06-20T20:52:07.342Z | Compiling tokio-stream v0.1.15 |
| 1470 | 2024-06-20T20:52:08.235Z | Compiling console v0.15.8 |
| 1471 | 2024-06-20T20:52:08.350Z | Compiling bstr v1.9.1 |
| 1472 | 2024-06-20T20:52:09.747Z | Checking tracing-core v0.1.32 |
| 1473 | 2024-06-20T20:52:10.706Z | Checking percent-encoding v2.3.1 |
| 1474 | 2024-06-20T20:52:10.916Z | Checking form_urlencoded v1.2.1 |
| 1475 | 2024-06-20T20:52:11.120Z | Checking unicode-ident v1.0.12 |
| 1476 | 2024-06-20T20:52:11.167Z | Checking httparse v1.8.0 |
| 1477 | 2024-06-20T20:52:11.276Z | Checking powerfmt v0.2.0 |
| 1478 | 2024-06-20T20:52:11.550Z | Checking deranged v0.3.11 |
| 1479 | 2024-06-20T20:52:11.574Z | Checking errno v0.3.9 |
| 1480 | 2024-06-20T20:52:11.738Z | Checking time-core v0.1.2 |
| 1481 | 2024-06-20T20:52:11.787Z | Checking unicode-width v0.1.12 |
| 1482 | 2024-06-20T20:52:11.809Z | Checking num_threads v0.1.7 |
| 1483 | 2024-06-20T20:52:11.904Z | Checking num-conv v0.1.0 |
| 1484 | 2024-06-20T20:52:11.957Z | Checking proc-macro2 v1.0.82 |
| 1485 | 2024-06-20T20:52:12.456Z | Checking cpufeatures v0.2.12 |
| 1486 | 2024-06-20T20:52:12.624Z | Checking quote v1.0.36 |
| 1487 | 2024-06-20T20:52:12.662Z | Checking base64 v0.21.7 |
| 1488 | 2024-06-20T20:52:13.146Z | Checking try-lock v0.2.5 |
| 1489 | 2024-06-20T20:52:13.290Z | Checking adler v1.0.2 |
| 1490 | 2024-06-20T20:52:13.461Z | Checking miniz_oxide v0.7.2 |
| 1491 | 2024-06-20T20:52:13.815Z | Checking want v0.3.1 |
| 1492 | 2024-06-20T20:52:13.999Z | Checking tower-service v0.3.2 |
| 1493 | 2024-06-20T20:52:14.190Z | Checking httpdate v1.0.3 |
| 1494 | 2024-06-20T20:52:14.454Z | Checking foreign-types-shared v0.1.1 |
| 1495 | 2024-06-20T20:52:14.567Z | Checking openssl-probe v0.1.5 |
| 1496 | 2024-06-20T20:52:14.676Z | Checking foreign-types v0.3.2 |
| 1497 | 2024-06-20T20:52:14.710Z | Checking openssl-sys v0.9.102 |
| 1498 | 2024-06-20T20:52:14.775Z | Checking mime v0.3.17 |
| 1499 | 2024-06-20T20:52:16.198Z | Checking ipnet v2.9.0 |
| 1500 | 2024-06-20T20:52:16.673Z | Checking utf8parse v0.2.1 |
| 1501 | 2024-06-20T20:52:19.171Z | Checking encoding_rs v0.8.34 |
| 1502 | 2024-06-20T20:52:19.779Z | Checking anstyle v1.0.7 |
| 1503 | 2024-06-20T20:52:20.387Z | Checking rustls-pemfile v1.0.4 |
| 1504 | 2024-06-20T20:52:21.375Z | Checking ucd-trie v0.1.6 |
| 1505 | 2024-06-20T20:52:21.398Z | Checking plain v0.2.3 |
| 1506 | 2024-06-20T20:52:21.544Z | Checking sync_wrapper v0.1.2 |
| 1507 | 2024-06-20T20:52:22.006Z | Checking anstyle-parse v0.2.4 |
| 1508 | 2024-06-20T20:52:22.246Z | Checking is_terminal_polyfill v1.70.0 |
| 1509 | 2024-06-20T20:52:22.286Z | Checking anstyle-query v1.0.3 |
| 1510 | 2024-06-20T20:52:22.368Z | Checking pretty-hex v0.4.1 |
| 1511 | 2024-06-20T20:52:22.549Z | Checking colorchoice v1.0.1 |
| 1512 | 2024-06-20T20:52:22.656Z | Checking anstream v0.6.14 |
| 1513 | 2024-06-20T20:52:23.672Z | Checking thread-id v4.2.1 |
| 1514 | 2024-06-20T20:52:23.788Z | Checking strsim v0.11.1 |
| 1515 | 2024-06-20T20:52:23.860Z | Checking clap_lex v0.7.0 |
| 1516 | 2024-06-20T20:52:24.070Z | Checking memmap v0.7.0 |
| 1517 | 2024-06-20T20:52:24.798Z | Checking crc32fast v1.4.0 |
| 1518 | 2024-06-20T20:52:26.364Z | Checking flate2 v1.0.30 |
| 1519 | 2024-06-20T20:52:27.121Z | Checking winnow v0.6.8 |
| 1520 | 2024-06-20T20:52:35.257Z | Compiling regress v0.9.1 |
| 1521 | 2024-06-20T20:52:35.530Z | Compiling getopts v0.2.21 |
| 1522 | 2024-06-20T20:52:35.760Z | Compiling unsafe-libyaml v0.2.11 |
| 1523 | 2024-06-20T20:52:35.987Z | Checking heck v0.5.0 |
| 1524 | 2024-06-20T20:52:36.542Z | Checking progenitor-client v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
| 1525 | 2024-06-20T20:52:36.871Z | Checking camino v1.1.7 |
| 1526 | 2024-06-20T20:52:37.189Z | Compiling serde_yaml v0.9.34+deprecated |
| 1527 | 2024-06-20T20:52:37.469Z | Checking is-terminal v0.4.12 |
| 1528 | 2024-06-20T20:52:37.603Z | Checking base64 v0.22.1 |
| 1529 | 2024-06-20T20:52:37.797Z | Checking http v1.1.0 |
| 1530 | 2024-06-20T20:52:38.037Z | Compiling paste v1.0.15 |
| 1531 | 2024-06-20T20:52:38.100Z | Checking sha1 v0.10.6 |
| 1532 | 2024-06-20T20:52:38.369Z | Compiling ident_case v1.0.1 |
| 1533 | 2024-06-20T20:52:38.555Z | Compiling darling_core v0.20.9 |
| 1534 | 2024-06-20T20:52:38.993Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 1535 | 2024-06-20T20:52:39.225Z | Compiling typify-impl v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6) |
| 1536 | 2024-06-20T20:52:39.417Z | Compiling strum_macros v0.26.2 |
| 1537 | 2024-06-20T20:52:39.862Z | Checking rustls-pki-types v1.7.0 |
| 1538 | 2024-06-20T20:52:40.301Z | Checking match_cfg v0.1.0 |
| 1539 | 2024-06-20T20:52:40.399Z | Checking fastrand v2.1.0 |
| 1540 | 2024-06-20T20:52:40.436Z | Checking hostname v0.3.1 |
| 1541 | 2024-06-20T20:52:40.572Z | Checking dirs-sys-next v0.1.2 |
| 1542 | 2024-06-20T20:52:40.725Z | Checking tempfile v3.10.1 |
| 1543 | 2024-06-20T20:52:40.754Z | Checking quick-error v1.2.3 |
| 1544 | 2024-06-20T20:52:40.903Z | Checking dirs-next v2.0.0 |
| 1545 | 2024-06-20T20:52:41.038Z | Checking crossbeam-channel v0.5.12 |
| 1546 | 2024-06-20T20:52:41.084Z | Checking thread_local v1.1.8 |
| 1547 | 2024-06-20T20:52:41.364Z | Compiling rustls v0.22.4 |
| 1548 | 2024-06-20T20:52:41.401Z | Checking term v0.7.0 |
| 1549 | 2024-06-20T20:52:41.643Z | Checking rustls-webpki v0.102.4 |
| 1550 | 2024-06-20T20:52:41.763Z | Checking instant v0.1.12 |
| 1551 | 2024-06-20T20:52:41.823Z | Checking take_mut v0.2.2 |
| 1552 | 2024-06-20T20:52:41.868Z | Checking slog-term v2.9.1 |
| 1553 | 2024-06-20T20:52:41.888Z | Checking rustls-pemfile v2.1.2 |
| 1554 | 2024-06-20T20:52:41.980Z | Checking slog-async v2.8.0 |
| 1555 | 2024-06-20T20:52:42.136Z | Compiling multer v3.1.0 |
| 1556 | 2024-06-20T20:52:42.292Z | Checking debug-ignore v1.0.5 |
| 1557 | 2024-06-20T20:52:42.376Z | Checking toml v0.8.13 |
| 1558 | 2024-06-20T20:52:42.431Z | Checking slog-json v2.6.1 |
| 1559 | 2024-06-20T20:52:42.536Z | Compiling async-stream-impl v0.3.5 |
| 1560 | 2024-06-20T20:52:42.699Z | Compiling dropshot v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#0cd0e828) |
| 1561 | 2024-06-20T20:52:42.977Z | Checking atomic-waker v1.1.2 |
| 1562 | 2024-06-20T20:52:43.103Z | Checking waitgroup v0.1.2 |
| 1563 | 2024-06-20T20:52:43.191Z | Checking slog-bunyan v2.5.0 |
| 1564 | 2024-06-20T20:52:43.361Z | Compiling dropshot_endpoint v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#0cd0e828) |
| 1565 | 2024-06-20T20:52:43.659Z | Checking serde_path_to_error v0.1.16 |
| 1566 | 2024-06-20T20:52:43.958Z | Checking async-stream v0.3.5 |
| 1567 | 2024-06-20T20:52:44.157Z | Checking hostname v0.4.0 |
| 1568 | 2024-06-20T20:52:44.290Z | Checking newtype-uuid v1.1.0 |
| 1569 | 2024-06-20T20:52:44.309Z | Checking wait-timeout v0.2.0 |
| 1570 | 2024-06-20T20:52:44.482Z | Compiling structmeta-derive v0.3.0 |
| 1571 | 2024-06-20T20:52:44.529Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
| 1572 | 2024-06-20T20:52:44.772Z | Checking strum v0.26.2 |
| 1573 | 2024-06-20T20:52:44.807Z | Checking rusty-fork v0.3.0 |
| 1574 | 2024-06-20T20:52:44.932Z | Compiling structmeta-derive v0.2.0 |
| 1575 | 2024-06-20T20:52:45.111Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 1576 | 2024-06-20T20:52:45.621Z | Checking rand_xorshift v0.3.0 |
| 1577 | 2024-06-20T20:52:45.814Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=5630887d0373857f77cb264f84aa19bdec720ce3#5630887d) |
| 1578 | 2024-06-20T20:52:45.887Z | Checking unarray v0.1.4 |
| 1579 | 2024-06-20T20:52:45.996Z | Compiling darling_macro v0.20.9 |
| 1580 | 2024-06-20T20:52:46.026Z | Checking proptest v1.4.0 |
| 1581 | 2024-06-20T20:52:46.061Z | Checking tokio-rustls v0.25.0 |
| 1582 | 2024-06-20T20:52:46.107Z | Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 1583 | 2024-06-20T20:52:46.258Z | Checking backoff v0.4.0 |
| 1584 | 2024-06-20T20:52:46.554Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
| 1585 | 2024-06-20T20:52:47.004Z | Compiling darling v0.20.9 |
| 1586 | 2024-06-20T20:52:47.132Z | Compiling serde_with_macros v3.8.1 |
| 1587 | 2024-06-20T20:52:47.345Z | Checking serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
| 1588 | 2024-06-20T20:52:47.497Z | Checking oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet?branch=main#42b4d3c7) |
| 1589 | 2024-06-20T20:52:47.648Z | Compiling structmeta v0.3.0 |
| 1590 | 2024-06-20T20:52:47.870Z | Checking macaddr v1.0.1 |
| 1591 | 2024-06-20T20:52:48.053Z | Compiling structmeta v0.2.0 |
| 1592 | 2024-06-20T20:52:48.055Z | Compiling parse-display-derive v0.9.0 |
| 1593 | 2024-06-20T20:52:48.207Z | Compiling proc-macro-error v1.0.4 |
| 1594 | 2024-06-20T20:52:48.517Z | Compiling test-strategy v0.3.1 |
| 1595 | 2024-06-20T20:52:48.949Z | Checking camino-tempfile v1.1.1 |
| 1596 | 2024-06-20T20:52:49.234Z | Compiling proc-macro-crate v1.3.1 |
| 1597 | 2024-06-20T20:52:50.205Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 1598 | 2024-06-20T20:52:50.406Z | Compiling num_enum_derive v0.5.11 |
| 1599 | 2024-06-20T20:52:50.462Z | Checking serde_with v3.8.1 |
| 1600 | 2024-06-20T20:52:50.570Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
| 1601 | 2024-06-20T20:52:50.594Z | Compiling foreign-types-macros v0.2.3 |
| 1602 | 2024-06-20T20:52:50.879Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
| 1603 | 2024-06-20T20:52:51.150Z | Checking foreign-types-shared v0.3.1 |
| 1604 | 2024-06-20T20:52:51.648Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
| 1605 | 2024-06-20T20:52:51.923Z | Checking foreign-types v0.5.0 |
| 1606 | 2024-06-20T20:52:52.035Z | Checking cstr-argument v0.1.2 |
| 1607 | 2024-06-20T20:52:52.284Z | Checking pretty-hex v0.2.1 |
| 1608 | 2024-06-20T20:52:52.451Z | Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 1609 | 2024-06-20T20:52:52.654Z | Checking tabwriter v1.4.0 |
| 1610 | 2024-06-20T20:52:52.695Z | Checking colored v2.1.0 |
| 1611 | 2024-06-20T20:52:52.767Z | Checking socket2 v0.4.10 |
| 1612 | 2024-06-20T20:52:52.878Z | Checking smf v0.2.3 |
| 1613 | 2024-06-20T20:52:52.974Z | Checking humantime v2.1.0 |
| 1614 | 2024-06-20T20:52:53.036Z | Checking parse-display v0.9.0 |
| 1615 | 2024-06-20T20:52:53.167Z | Checking termcolor v1.4.1 |
| 1616 | 2024-06-20T20:52:53.215Z | Checking num_enum v0.5.11 |
| 1617 | 2024-06-20T20:52:53.240Z | Checking arc-swap v1.7.1 |
| 1618 | 2024-06-20T20:52:53.257Z | Checking newline-converter v0.3.0 |
| 1619 | 2024-06-20T20:52:53.307Z | Checking same-file v1.0.6 |
| 1620 | 2024-06-20T20:52:53.355Z | Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
| 1621 | 2024-06-20T20:52:53.401Z | Checking expectorate v1.1.0 |
| 1622 | 2024-06-20T20:52:53.473Z | Checking walkdir v2.5.0 |
| 1623 | 2024-06-20T20:52:53.557Z | Checking xattr v1.3.1 |
| 1624 | 2024-06-20T20:52:53.573Z | Checking filetime v0.2.23 |
| 1625 | 2024-06-20T20:52:53.625Z | Checking utf-8 v0.7.6 |
| 1626 | 2024-06-20T20:52:53.645Z | Checking slog-scope v4.4.0 |
| 1627 | 2024-06-20T20:52:53.738Z | Checking termtree v0.4.1 |
| 1628 | 2024-06-20T20:52:53.741Z | Compiling heapless v0.8.0 |
| 1629 | 2024-06-20T20:52:53.774Z | Checking tar v0.4.40 |
| 1630 | 2024-06-20T20:52:53.815Z | Checking hash32 v0.3.1 |
| 1631 | 2024-06-20T20:52:53.835Z | Checking slog-stdlog v4.1.1 |
| 1632 | 2024-06-20T20:52:53.879Z | Compiling smoltcp v0.11.0 |
| 1633 | 2024-06-20T20:52:53.928Z | Checking predicates-tree v1.0.9 |
| 1634 | 2024-06-20T20:52:53.998Z | Checking slog-envlogger v2.2.0 |
| 1635 | 2024-06-20T20:52:54.001Z | Checking embedded-io v0.4.0 |
| 1636 | 2024-06-20T20:52:54.079Z | Compiling crucible-workspace-hack v0.1.0 |
| 1637 | 2024-06-20T20:52:54.211Z | Checking cobs v0.2.3 |
| 1638 | 2024-06-20T20:52:54.215Z | Checking sigpipe v0.1.3 |
| 1639 | 2024-06-20T20:52:54.341Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=417f74e94978c23f3892ac328c3387f3ecd9bb29#417f74e9) |
| 1640 | 2024-06-20T20:52:54.383Z | Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=417f74e94978c23f3892ac328c3387f3ecd9bb29#417f74e9) |
| 1641 | 2024-06-20T20:52:54.401Z | Checking postcard v1.0.8 |
| 1642 | 2024-06-20T20:52:54.513Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=417f74e94978c23f3892ac328c3387f3ecd9bb29#417f74e9) |
| 1643 | 2024-06-20T20:52:54.576Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#4ceaf96e) |
| 1644 | 2024-06-20T20:52:54.651Z | Checking poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
| 1645 | 2024-06-20T20:52:54.696Z | Compiling zone_cfg_derive v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56) |
| 1646 | 2024-06-20T20:52:54.887Z | Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=50cb28f586083fdb990e401bc6146e7dac9b2753#50cb28f5) |
| 1647 | 2024-06-20T20:52:55.115Z | Checking pem v3.0.4 |
| 1648 | 2024-06-20T20:52:55.245Z | Compiling num-derive v0.4.2 |
| 1649 | 2024-06-20T20:52:55.361Z | Compiling mockall_derive v0.12.1 |
| 1650 | 2024-06-20T20:52:55.398Z | Checking atty v0.2.14 |
| 1651 | 2024-06-20T20:52:55.528Z | Checking downcast v0.11.0 |
| 1652 | 2024-06-20T20:52:55.725Z | Checking fragile v2.0.0 |
| 1653 | 2024-06-20T20:52:56.005Z | Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=50cb28f586083fdb990e401bc6146e7dac9b2753#50cb28f5) |
| 1654 | 2024-06-20T20:52:56.201Z | Checking zone v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56) |
| 1655 | 2024-06-20T20:52:56.240Z | Checking tungstenite v0.20.1 |
| 1656 | 2024-06-20T20:52:56.588Z | Compiling derive-where v1.2.7 |
| 1657 | 2024-06-20T20:52:56.924Z | Checking tungstenite v0.21.0 |
| 1658 | 2024-06-20T20:52:57.106Z | Checking tokio-tungstenite v0.20.1 |
| 1659 | 2024-06-20T20:52:57.588Z | Checking env_logger v0.9.3 |
| 1660 | 2024-06-20T20:52:57.719Z | Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=8c6d485110ecfae5409575246b986a145c386dc4#8c6d4851) |
| 1661 | 2024-06-20T20:52:57.840Z | Checking tokio-tungstenite v0.21.0 |
| 1662 | 2024-06-20T20:52:58.029Z | Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
| 1663 | 2024-06-20T20:52:58.177Z | Compiling bitstruct_derive v0.1.0 |
| 1664 | 2024-06-20T20:52:58.296Z | Checking viona_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
| 1665 | 2024-06-20T20:52:58.386Z | Checking ascii v1.1.0 |
| 1666 | 2024-06-20T20:52:58.415Z | Checking viona_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
| 1667 | 2024-06-20T20:52:58.417Z | Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=417f74e94978c23f3892ac328c3387f3ecd9bb29#417f74e9) |
| 1668 | 2024-06-20T20:52:58.575Z | Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
| 1669 | 2024-06-20T20:52:58.779Z | Checking rfb v0.1.0 (https://github.com/oxidecomputer/rfb?rev=0cac8d9c25eb27acfa35df80f3b9d371de98ab3b#0cac8d9c) |
| 1670 | 2024-06-20T20:52:58.823Z | Checking dladm v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
| 1671 | 2024-06-20T20:52:59.134Z | Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
| 1672 | 2024-06-20T20:52:59.154Z | Compiling typify-macro v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6) |
| 1673 | 2024-06-20T20:52:59.407Z | Checking erased-serde v0.3.31 |
| 1674 | 2024-06-20T20:52:59.526Z | Checking bitstruct v0.1.1 |
| 1675 | 2024-06-20T20:52:59.590Z | Checking serde_arrays v0.1.0 |
| 1676 | 2024-06-20T20:52:59.637Z | Compiling heck v0.3.3 |
| 1677 | 2024-06-20T20:52:59.736Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#4ceaf96e) |
| 1678 | 2024-06-20T20:52:59.828Z | Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=417f74e94978c23f3892ac328c3387f3ecd9bb29#417f74e9) |
| 1679 | 2024-06-20T20:53:00.018Z | Checking headers-core v0.2.0 |
| 1680 | 2024-06-20T20:53:00.064Z | Compiling zone_cfg_derive v0.1.2 |
| 1681 | 2024-06-20T20:53:00.156Z | Checking base64 v0.13.1 |
| 1682 | 2024-06-20T20:53:00.335Z | Checking headers v0.3.9 |
| 1683 | 2024-06-20T20:53:00.498Z | Checking propolis v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
| 1684 | 2024-06-20T20:53:00.547Z | Checking ron v0.7.1 |
| 1685 | 2024-06-20T20:53:01.381Z | Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=417f74e94978c23f3892ac328c3387f3ecd9bb29#417f74e9) |
| 1686 | 2024-06-20T20:53:01.619Z | Checking zone v0.1.8 |
| 1687 | 2024-06-20T20:53:01.671Z | Checking portpicker v0.1.1 |
| 1688 | 2024-06-20T20:53:01.707Z | Checking rcgen v0.12.1 |
| 1689 | 2024-06-20T20:53:01.812Z | Checking atomicwrites v0.4.3 |
| 1690 | 2024-06-20T20:53:02.006Z | Checking subprocess v0.2.9 |
| 1691 | 2024-06-20T20:53:02.285Z | Compiling convert_case v0.4.0 |
| 1692 | 2024-06-20T20:53:02.404Z | Checking password-hash v0.5.0 |
| 1693 | 2024-06-20T20:53:02.582Z | Checking blake2 v0.10.6 |
| 1694 | 2024-06-20T20:53:02.858Z | Checking linked-hash-map v0.5.6 |
| 1695 | 2024-06-20T20:53:03.030Z | Checking argon2 v0.5.3 |
| 1696 | 2024-06-20T20:53:03.163Z | Checking lru-cache v0.1.2 |
| 1697 | 2024-06-20T20:53:03.166Z | Checking swrite v0.1.0 |
| 1698 | 2024-06-20T20:53:03.290Z | Compiling derive_more v0.99.17 |
| 1699 | 2024-06-20T20:53:03.308Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
| 1700 | 2024-06-20T20:53:03.339Z | Compiling rayon-core v1.12.1 |
| 1701 | 2024-06-20T20:53:03.640Z | Checking resolv-conf v0.7.0 |
| 1702 | 2024-06-20T20:53:03.656Z | Checking half v2.4.1 |
| 1703 | 2024-06-20T20:53:03.682Z | Checking ciborium-io v0.2.2 |
| 1704 | 2024-06-20T20:53:03.761Z | Compiling typify v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6) |
| 1705 | 2024-06-20T20:53:03.962Z | Compiling progenitor-impl v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
| 1706 | 2024-06-20T20:53:03.993Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
| 1707 | 2024-06-20T20:53:04.013Z | Checking mockall v0.12.1 |
| 1708 | 2024-06-20T20:53:04.077Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
| 1709 | 2024-06-20T20:53:04.126Z | Checking trust-dns-resolver v0.22.0 |
| 1710 | 2024-06-20T20:53:04.234Z | Checking ciborium-ll v0.2.2 |
| 1711 | 2024-06-20T20:53:04.279Z | Compiling semver v0.1.20 |
| 1712 | 2024-06-20T20:53:04.425Z | Compiling cancel-safe-futures v0.1.5 |
| 1713 | 2024-06-20T20:53:04.524Z | Checking ciborium v0.2.2 |
| 1714 | 2024-06-20T20:53:04.774Z | Compiling rustc_version v0.1.7 |
| 1715 | 2024-06-20T20:53:05.303Z | Compiling newtype_derive v0.1.6 |
| 1716 | 2024-06-20T20:53:05.420Z | Compiling slog-dtrace v0.3.0 |
| 1717 | 2024-06-20T20:53:05.470Z | Checking libsw v3.3.1 |
| 1718 | 2024-06-20T20:53:05.607Z | Checking owo-colors v4.0.0 |
| 1719 | 2024-06-20T20:53:05.717Z | Checking linear-map v1.2.0 |
| 1720 | 2024-06-20T20:53:05.747Z | Checking steno v0.4.0 |
| 1721 | 2024-06-20T20:53:05.788Z | Compiling radium v0.7.0 |
| 1722 | 2024-06-20T20:53:06.030Z | Checking num-rational v0.4.2 |
| 1723 | 2024-06-20T20:53:06.165Z | Checking num-complex v0.4.6 |
| 1724 | 2024-06-20T20:53:06.268Z | Checking nibble_vec v0.1.0 |
| 1725 | 2024-06-20T20:53:06.463Z | Compiling maybe-uninit v2.0.0 |
| 1726 | 2024-06-20T20:53:06.694Z | Checking endian-type v0.1.2 |
| 1727 | 2024-06-20T20:53:06.913Z | Checking tap v1.0.1 |
| 1728 | 2024-06-20T20:53:07.031Z | Checking num v0.4.3 |
| 1729 | 2024-06-20T20:53:07.055Z | Checking radix_trie v0.2.1 |
| 1730 | 2024-06-20T20:53:07.078Z | Checking wyz v0.5.1 |
| 1731 | 2024-06-20T20:53:07.501Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
| 1732 | 2024-06-20T20:53:07.504Z | Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
| 1733 | 2024-06-20T20:53:07.504Z | Checking fxhash v0.2.1 |
| 1734 | 2024-06-20T20:53:07.576Z | Compiling bzip2-sys v0.1.11+1.0.8 |
| 1735 | 2024-06-20T20:53:07.698Z | Checking funty v2.0.0 |
| 1736 | 2024-06-20T20:53:08.006Z | Checking display-error-chain v0.2.0 |
| 1737 | 2024-06-20T20:53:08.225Z | Checking crc-catalog v2.4.0 |
| 1738 | 2024-06-20T20:53:08.229Z | Compiling num-bigint-dig v0.8.4 |
| 1739 | 2024-06-20T20:53:08.232Z | Compiling packed_struct v0.10.1 |
| 1740 | 2024-06-20T20:53:08.456Z | Checking crc v3.2.1 |
| 1741 | 2024-06-20T20:53:08.655Z | Checking bitvec v1.0.1 |
| 1742 | 2024-06-20T20:53:08.843Z | Compiling packed_struct_codegen v0.10.1 |
| 1743 | 2024-06-20T20:53:08.911Z | Compiling indexmap v1.9.3 |
| 1744 | 2024-06-20T20:53:09.185Z | Checking nodrop v0.1.14 |
| 1745 | 2024-06-20T20:53:09.305Z | Compiling home v0.5.9 |
| 1746 | 2024-06-20T20:53:09.324Z | Checking cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
| 1747 | 2024-06-20T20:53:09.556Z | Checking array-init v0.0.4 |
| 1748 | 2024-06-20T20:53:09.610Z | Checking smallvec v0.6.14 |
| 1749 | 2024-06-20T20:53:09.631Z | Checking propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
| 1750 | 2024-06-20T20:53:10.118Z | Checking pkcs1 v0.7.5 |
| 1751 | 2024-06-20T20:53:10.502Z | Checking signature v2.2.0 |
| 1752 | 2024-06-20T20:53:10.581Z | Checking bitfield v0.14.0 |
| 1753 | 2024-06-20T20:53:10.702Z | Checking hashbrown v0.12.3 |
| 1754 | 2024-06-20T20:53:10.856Z | Checking serde-hex v0.1.0 |
| 1755 | 2024-06-20T20:53:11.722Z | Checking bzip2 v0.4.4 |
| 1756 | 2024-06-20T20:53:11.844Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 1757 | 2024-06-20T20:53:11.924Z | Checking env_logger v0.10.2 |
| 1758 | 2024-06-20T20:53:11.988Z | Checking x509-cert v0.2.5 |
| 1759 | 2024-06-20T20:53:12.076Z | Checking ron v0.8.1 |
| 1760 | 2024-06-20T20:53:12.096Z | Checking rsa v0.9.6 |
| 1761 | 2024-06-20T20:53:12.370Z | Checking hashbrown v0.13.2 |
| 1762 | 2024-06-20T20:53:12.441Z | Checking crc-any v2.5.0 |
| 1763 | 2024-06-20T20:53:12.560Z | Compiling progenitor-macro v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
| 1764 | 2024-06-20T20:53:12.832Z | Checking zip v0.6.6 |
| 1765 | 2024-06-20T20:53:13.152Z | Checking path-slash v0.1.5 |
| 1766 | 2024-06-20T20:53:13.296Z | Compiling async-recursion v1.1.1 |
| 1767 | 2024-06-20T20:53:13.354Z | Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 1768 | 2024-06-20T20:53:13.380Z | Checking object v0.30.4 |
| 1769 | 2024-06-20T20:53:13.519Z | Checking maplit v1.0.2 |
| 1770 | 2024-06-20T20:53:13.603Z | Compiling blake3 v1.5.1 |
| 1771 | 2024-06-20T20:53:13.636Z | Compiling ring v0.16.20 |
| 1772 | 2024-06-20T20:53:13.658Z | Compiling buf-list v1.0.3 |
| 1773 | 2024-06-20T20:53:14.616Z | Checking gethostname v0.4.3 |
| 1774 | 2024-06-20T20:53:14.661Z | Compiling parking_lot_core v0.8.6 |
| 1775 | 2024-06-20T20:53:14.678Z | Compiling libefi-sys v0.1.0 |
| 1776 | 2024-06-20T20:53:14.763Z | Compiling tofino v0.1.0 (http://github.com/oxidecomputer/tofino?branch=main#1b66b89c) |
| 1777 | 2024-06-20T20:53:14.990Z | Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
| 1778 | 2024-06-20T20:53:15.128Z | Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
| 1779 | 2024-06-20T20:53:15.203Z | Compiling crossbeam-deque v0.8.5 |
| 1780 | 2024-06-20T20:53:15.280Z | Checking keccak v0.1.5 |
| 1781 | 2024-06-20T20:53:15.553Z | Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=6fffcc81d2c423ed2d2e6c5c2827485554c4ecbe#6fffcc81) |
| 1782 | 2024-06-20T20:53:15.605Z | Checking sha3 v0.10.8 |
| 1783 | 2024-06-20T20:53:15.704Z | Checking libnvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=6fffcc81d2c423ed2d2e6c5c2827485554c4ecbe#6fffcc81) |
| 1784 | 2024-06-20T20:53:16.039Z | Checking parking_lot v0.11.2 |
| 1785 | 2024-06-20T20:53:16.386Z | Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
| 1786 | 2024-06-20T20:53:16.623Z | Checking trust-dns-client v0.22.0 |
| 1787 | 2024-06-20T20:53:16.672Z | Checking toml v0.5.11 |
| 1788 | 2024-06-20T20:53:16.838Z | Checking secrecy v0.8.0 |
| 1789 | 2024-06-20T20:53:17.041Z | Compiling rayon v1.10.0 |
| 1790 | 2024-06-20T20:53:17.370Z | Checking sled v0.34.7 |
| 1791 | 2024-06-20T20:53:18.129Z | Checking trust-dns-server v0.22.1 |
| 1792 | 2024-06-20T20:53:18.259Z | Compiling pin-project-internal v1.1.5 |
| 1793 | 2024-06-20T20:53:18.805Z | Compiling memmap2 v0.9.4 |
| 1794 | 2024-06-20T20:53:19.262Z | Compiling untrusted v0.7.1 |
| 1795 | 2024-06-20T20:53:19.438Z | Compiling arrayvec v0.7.4 |
| 1796 | 2024-06-20T20:53:19.495Z | Compiling constant_time_eq v0.3.0 |
| 1797 | 2024-06-20T20:53:19.684Z | Compiling glob v0.3.1 |
| 1798 | 2024-06-20T20:53:19.863Z | Compiling arrayref v0.3.7 |
| 1799 | 2024-06-20T20:53:20.704Z | Compiling toolchain_find v0.4.0 |
| 1800 | 2024-06-20T20:53:21.552Z | Checking pin-project v1.1.5 |
| 1801 | 2024-06-20T20:53:21.680Z | Compiling vte_generate_state_changes v0.1.1 |
| 1802 | 2024-06-20T20:53:21.868Z | Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=5630887d0373857f77cb264f84aa19bdec720ce3#5630887d) |
| 1803 | 2024-06-20T20:53:22.131Z | Compiling topological-sort v0.2.2 |
| 1804 | 2024-06-20T20:53:22.337Z | Checking vte v0.11.1 |
| 1805 | 2024-06-20T20:53:22.355Z | Compiling omicron-zone-package v0.11.0 |
| 1806 | 2024-06-20T20:53:22.385Z | Compiling rustfmt-wrapper v0.2.1 |
| 1807 | 2024-06-20T20:53:22.988Z | Checking fd-lock v4.0.2 |
| 1808 | 2024-06-20T20:53:23.172Z | Compiling prettyplease v0.2.20 |
| 1809 | 2024-06-20T20:53:23.410Z | Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
| 1810 | 2024-06-20T20:53:23.487Z | Checking nu-ansi-term v0.50.0 |
| 1811 | 2024-06-20T20:53:23.510Z | Compiling crunchy v0.2.2 |
| 1812 | 2024-06-20T20:53:23.675Z | Checking strip-ansi-escapes v0.2.0 |
| 1813 | 2024-06-20T20:53:23.732Z | Compiling clang-sys v1.7.0 |
| 1814 | 2024-06-20T20:53:23.788Z | Compiling tiny-keccak v2.0.2 |
| 1815 | 2024-06-20T20:53:23.832Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
| 1816 | 2024-06-20T20:53:23.874Z | Checking reedline v0.31.0 |
| 1817 | 2024-06-20T20:53:24.095Z | Compiling snafu-derive v0.8.2 |
| 1818 | 2024-06-20T20:53:24.098Z | Compiling memoffset v0.9.1 |
| 1819 | 2024-06-20T20:53:24.371Z | Compiling ref-cast v1.0.23 |
| 1820 | 2024-06-20T20:53:24.397Z | Compiling platforms v3.4.0 |
| 1821 | 2024-06-20T20:53:25.029Z | Compiling curve25519-dalek v4.1.2 |
| 1822 | 2024-06-20T20:53:25.309Z | Compiling ascii-canvas v3.0.0 |
| 1823 | 2024-06-20T20:53:25.628Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
| 1824 | 2024-06-20T20:53:25.654Z | Checking globset v0.4.14 |
| 1825 | 2024-06-20T20:53:25.861Z | Checking olpc-cjson v0.1.3 |
| 1826 | 2024-06-20T20:53:25.898Z | Checking serde_plain v1.0.2 |
| 1827 | 2024-06-20T20:53:26.058Z | Compiling ref-cast-impl v1.0.23 |
| 1828 | 2024-06-20T20:53:26.126Z | Checking lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
| 1829 | 2024-06-20T20:53:26.146Z | Compiling ena v0.14.3 |
| 1830 | 2024-06-20T20:53:26.150Z | Compiling unicase v2.7.0 |
| 1831 | 2024-06-20T20:53:26.436Z | Compiling libloading v0.8.3 |
| 1832 | 2024-06-20T20:53:26.491Z | Checking typed-path v0.7.1 |
| 1833 | 2024-06-20T20:53:26.547Z | Compiling regex-syntax v0.6.29 |
| 1834 | 2024-06-20T20:53:26.875Z | Compiling diff v0.1.13 |
| 1835 | 2024-06-20T20:53:27.290Z | Compiling bindgen v0.69.4 |
| 1836 | 2024-06-20T20:53:28.353Z | Checking hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#943c4bbe) |
| 1837 | 2024-06-20T20:53:28.540Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
| 1838 | 2024-06-20T20:53:29.109Z | Compiling which v4.4.2 |
| 1839 | 2024-06-20T20:53:29.755Z | Compiling lalrpop v0.19.12 |
| 1840 | 2024-06-20T20:53:30.088Z | Checking snafu v0.8.2 |
| 1841 | 2024-06-20T20:53:30.536Z | Checking tough v0.17.1 |
| 1842 | 2024-06-20T20:53:31.599Z | Checking progenitor v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
| 1843 | 2024-06-20T20:53:32.063Z | Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
| 1844 | 2024-06-20T20:53:32.232Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
| 1845 | 2024-06-20T20:53:32.694Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
| 1846 | 2024-06-20T20:53:33.269Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
| 1847 | 2024-06-20T20:53:33.909Z | Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
| 1848 | 2024-06-20T20:53:35.851Z | Checking universal-hash v0.5.1 |
| 1849 | 2024-06-20T20:53:36.035Z | Compiling cexpr v0.6.0 |
| 1850 | 2024-06-20T20:53:36.177Z | Checking libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?rev=e69694a1f7cc9fe31fab27f321017280531fb5f7#e69694a1) |
| 1851 | 2024-06-20T20:53:36.482Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 1852 | 2024-06-20T20:53:36.520Z | Compiling thiserror-impl-no-std v2.0.2 |
| 1853 | 2024-06-20T20:53:37.942Z | Compiling curve25519-dalek-derive v0.1.1 |
| 1854 | 2024-06-20T20:53:38.399Z | Checking nanorand v0.7.0 |
| 1855 | 2024-06-20T20:53:38.780Z | Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=c85a4ca043aaa389df12aac5348d8a3feda28762#c85a4ca0) |
| 1856 | 2024-06-20T20:53:38.801Z | Compiling shlex v1.3.0 |
| 1857 | 2024-06-20T20:53:39.074Z | Checking parse-size v1.0.0 |
| 1858 | 2024-06-20T20:53:39.223Z | Compiling salty v0.2.0 |
| 1859 | 2024-06-20T20:53:39.256Z | Checking opaque-debug v0.3.1 |
| 1860 | 2024-06-20T20:53:39.351Z | Compiling lazycell v1.3.0 |
| 1861 | 2024-06-20T20:53:39.519Z | Compiling cfg_aliases v0.1.1 |
| 1862 | 2024-06-20T20:53:39.537Z | Compiling rustc-hash v1.1.0 |
| 1863 | 2024-06-20T20:53:39.623Z | Checking signature v1.6.4 |
| 1864 | 2024-06-20T20:53:39.695Z | Checking bytecount v0.6.8 |
| 1865 | 2024-06-20T20:53:39.755Z | Checking ed25519 v1.5.3 |
| 1866 | 2024-06-20T20:53:39.848Z | Checking papergrid v0.11.0 |
| 1867 | 2024-06-20T20:53:39.866Z | Checking thiserror-no-std v2.0.2 |
| 1868 | 2024-06-20T20:53:39.919Z | Compiling nix v0.28.0 |
| 1869 | 2024-06-20T20:53:40.746Z | Checking poly1305 v0.8.0 |
| 1870 | 2024-06-20T20:53:40.905Z | Checking flume v0.11.0 |
| 1871 | 2024-06-20T20:53:41.255Z | Checking nix v0.27.1 |
| 1872 | 2024-06-20T20:53:41.350Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
| 1873 | 2024-06-20T20:53:41.401Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
| 1874 | 2024-06-20T20:53:41.618Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
| 1875 | 2024-06-20T20:53:41.690Z | Compiling tabled_derive v0.7.0 |
| 1876 | 2024-06-20T20:53:41.794Z | Compiling derive_builder_core v0.20.0 |
| 1877 | 2024-06-20T20:53:41.884Z | Checking chacha20 v0.9.1 |
| 1878 | 2024-06-20T20:53:42.240Z | Checking aead v0.5.2 |
| 1879 | 2024-06-20T20:53:42.476Z | Checking serde-big-array v0.5.1 |
| 1880 | 2024-06-20T20:53:42.633Z | Checking kstat-rs v0.2.3 |
| 1881 | 2024-06-20T20:53:42.710Z | Compiling hubpack_derive v0.1.0 (https://github.com/cbiffle/hubpack.git?rev=df08cc3a6e1f97381cd0472ae348e310f0119e25#df08cc3a) |
| 1882 | 2024-06-20T20:53:42.975Z | Compiling libxml v0.3.3 |
| 1883 | 2024-06-20T20:53:43.322Z | Checking heck v0.4.1 |
| 1884 | 2024-06-20T20:53:43.544Z | Checking openapi-lint v0.4.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#ef442ee4) |
| 1885 | 2024-06-20T20:53:43.605Z | Checking hubpack v0.1.0 (https://github.com/cbiffle/hubpack.git?rev=df08cc3a6e1f97381cd0472ae348e310f0119e25#df08cc3a) |
| 1886 | 2024-06-20T20:53:43.965Z | Checking chacha20poly1305 v0.10.1 |
| 1887 | 2024-06-20T20:53:44.181Z | Checking vsss-rs v3.3.4 |
| 1888 | 2024-06-20T20:53:44.355Z | Checking tabled v0.15.0 |
| 1889 | 2024-06-20T20:53:44.400Z | Compiling derive_builder_macro v0.20.0 |
| 1890 | 2024-06-20T20:53:45.992Z | Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=8c6d485110ecfae5409575246b986a145c386dc4#8c6d4851) |
| 1891 | 2024-06-20T20:53:46.407Z | Checking signal-hook-tokio v0.3.1 |
| 1892 | 2024-06-20T20:53:46.578Z | Checking serde-big-array v0.4.1 |
| 1893 | 2024-06-20T20:53:46.761Z | Compiling strum_macros v0.24.3 |
| 1894 | 2024-06-20T20:53:47.033Z | Compiling cookie v0.18.1 |
| 1895 | 2024-06-20T20:53:47.374Z | Compiling indoc v1.0.9 |
| 1896 | 2024-06-20T20:53:47.514Z | Checking sprockets-common v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef) |
| 1897 | 2024-06-20T20:53:47.550Z | Compiling mime_guess v2.0.4 |
| 1898 | 2024-06-20T20:53:48.507Z | Checking derive_builder v0.20.0 |
| 1899 | 2024-06-20T20:53:48.873Z | Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=50cb28f586083fdb990e401bc6146e7dac9b2753#50cb28f5) |
| 1900 | 2024-06-20T20:53:49.812Z | Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
| 1901 | 2024-06-20T20:53:50.595Z | Checking illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
| 1902 | 2024-06-20T20:53:50.780Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
| 1903 | 2024-06-20T20:53:50.904Z | Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
| 1904 | 2024-06-20T20:53:52.837Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
| 1905 | 2024-06-20T20:53:53.138Z | Checking internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns) |
| 1906 | 2024-06-20T20:53:54.254Z | Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
| 1907 | 2024-06-20T20:53:54.667Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
| 1908 | 2024-06-20T20:53:55.024Z | Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
| 1909 | 2024-06-20T20:53:55.405Z | Checking tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
| 1910 | 2024-06-20T20:53:55.461Z | Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
| 1911 | 2024-06-20T20:53:55.616Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
| 1912 | 2024-06-20T20:53:55.883Z | Compiling peg-macros v0.8.3 |
| 1913 | 2024-06-20T20:53:57.003Z | Checking quick-xml v0.31.0 |
| 1914 | 2024-06-20T20:53:57.875Z | Compiling impl-trait-for-tuples v0.2.2 |
| 1915 | 2024-06-20T20:53:59.121Z | Compiling oso-derive v0.27.3 |
| 1916 | 2024-06-20T20:53:59.868Z | Compiling sqlparser_derive v0.2.2 |
| 1917 | 2024-06-20T20:54:00.388Z | Checking corncobs v0.1.3 |
| 1918 | 2024-06-20T20:54:00.581Z | Checking unicode_categories v0.1.1 |
| 1919 | 2024-06-20T20:54:00.869Z | Checking sqlformat v0.2.3 |
| 1920 | 2024-06-20T20:54:00.950Z | Checking sqlparser v0.45.0 |
| 1921 | 2024-06-20T20:54:01.977Z | Checking sprockets-rot v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef) |
| 1922 | 2024-06-20T20:54:02.196Z | Checking rustyline v14.0.0 |
| 1923 | 2024-06-20T20:54:02.991Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
| 1924 | 2024-06-20T20:54:03.821Z | Checking peg v0.8.3 |
| 1925 | 2024-06-20T20:54:04.698Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
| 1926 | 2024-06-20T20:54:05.405Z | Checking bcs v0.1.6 |
| 1927 | 2024-06-20T20:54:05.864Z | Compiling diesel-dtrace v0.3.0 (https://github.com/oxidecomputer/diesel-dtrace?branch=main#62ef5ca0) |
| 1928 | 2024-06-20T20:54:06.136Z | Checking highway v1.1.0 |
| 1929 | 2024-06-20T20:54:06.596Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
| 1930 | 2024-06-20T20:54:06.867Z | Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=50cb28f586083fdb990e401bc6146e7dac9b2753#50cb28f5) |
| 1931 | 2024-06-20T20:54:07.131Z | Compiling const_format_proc_macros v0.2.32 |
| 1932 | 2024-06-20T20:54:07.157Z | Checking bb8 v0.8.3 |
| 1933 | 2024-06-20T20:54:07.612Z | Checking http-range v0.1.5 |
| 1934 | 2024-06-20T20:54:07.801Z | Checking hyper-staticfile v0.9.5 |
| 1935 | 2024-06-20T20:54:07.858Z | Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
| 1936 | 2024-06-20T20:54:08.216Z | Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
| 1937 | 2024-06-20T20:54:08.720Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
| 1938 | 2024-06-20T20:54:09.475Z | Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
| 1939 | 2024-06-20T20:54:09.493Z | Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
| 1940 | 2024-06-20T20:54:09.820Z | Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
| 1941 | 2024-06-20T20:54:10.256Z | Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 1942 | 2024-06-20T20:54:10.647Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
| 1943 | 2024-06-20T20:54:13.095Z | Checking const_format v0.2.32 |
| 1944 | 2024-06-20T20:54:13.511Z | Checking async-bb8-diesel v0.1.0 (https://github.com/oxidecomputer/async-bb8-diesel?rev=ed7ab5ef0513ba303d33efd41d3e9e381169d59b#ed7ab5ef) |
| 1945 | 2024-06-20T20:54:13.541Z | Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=50cb28f586083fdb990e401bc6146e7dac9b2753#50cb28f5) |
| 1946 | 2024-06-20T20:54:14.098Z | Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
| 1947 | 2024-06-20T20:54:14.253Z | Checking assert_matches v1.5.0 |
| 1948 | 2024-06-20T20:54:14.352Z | Compiling portable-atomic v1.6.0 |
| 1949 | 2024-06-20T20:54:15.345Z | Checking rand_seeder v0.2.3 |
| 1950 | 2024-06-20T20:54:15.597Z | Checking number_prefix v0.4.0 |
| 1951 | 2024-06-20T20:54:15.798Z | Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
| 1952 | 2024-06-20T20:54:16.030Z | Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
| 1953 | 2024-06-20T20:54:16.474Z | Checking indicatif v0.17.8 |
| 1954 | 2024-06-20T20:54:17.299Z | Checking castaway v0.2.2 |
| 1955 | 2024-06-20T20:54:17.418Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
| 1956 | 2024-06-20T20:54:17.477Z | Checking compact_str v0.7.1 |
| 1957 | 2024-06-20T20:54:17.587Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
| 1958 | 2024-06-20T20:54:17.692Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
| 1959 | 2024-06-20T20:54:17.710Z | Checking lru v0.12.3 |
| 1960 | 2024-06-20T20:54:17.974Z | Compiling stability v0.2.0 |
| 1961 | 2024-06-20T20:54:17.994Z | Checking cassowary v0.3.0 |
| 1962 | 2024-06-20T20:54:18.194Z | Compiling indoc v2.0.5 |
| 1963 | 2024-06-20T20:54:18.465Z | Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
| 1964 | 2024-06-20T20:54:19.028Z | Checking unicode-linebreak v0.1.5 |
| 1965 | 2024-06-20T20:54:19.274Z | Checking ratatui v0.26.2 |
| 1966 | 2024-06-20T20:54:19.443Z | Checking smawk v0.3.2 |
| 1967 | 2024-06-20T20:54:19.653Z | Checking textwrap v0.16.1 |
| 1968 | 2024-06-20T20:54:20.037Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
| 1969 | 2024-06-20T20:54:20.312Z | Checking is_ci v1.2.0 |
| 1970 | 2024-06-20T20:54:20.450Z | Checking supports-color v3.0.0 |
| 1971 | 2024-06-20T20:54:20.618Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
| 1972 | 2024-06-20T20:54:20.674Z | Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=8c6d485110ecfae5409575246b986a145c386dc4#8c6d4851) |
| 1973 | 2024-06-20T20:54:21.221Z | Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
| 1974 | 2024-06-20T20:54:21.466Z | Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
| 1975 | 2024-06-20T20:54:21.514Z | Checking fatfs v0.3.6 |
| 1976 | 2024-06-20T20:54:22.123Z | Checking shell-words v1.1.0 |
| 1977 | 2024-06-20T20:54:22.300Z | Checking rtoolbox v0.0.2 |
| 1978 | 2024-06-20T20:54:22.304Z | Checking tui-tree-widget v0.19.0 |
| 1979 | 2024-06-20T20:54:22.355Z | Checking tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous) |
| 1980 | 2024-06-20T20:54:22.487Z | Checking yansi v0.5.1 |
| 1981 | 2024-06-20T20:54:22.522Z | Checking rpassword v7.3.1 |
| 1982 | 2024-06-20T20:54:22.814Z | Checking pretty_assertions v1.4.0 |
| 1983 | 2024-06-20T20:54:22.915Z | Compiling target-lexicon v0.12.14 |
| 1984 | 2024-06-20T20:54:23.014Z | Checking plotters-backend v0.3.5 |
| 1985 | 2024-06-20T20:54:23.117Z | Compiling nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros) |
| 1986 | 2024-06-20T20:54:23.332Z | Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
| 1987 | 2024-06-20T20:54:23.457Z | Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
| 1988 | 2024-06-20T20:54:23.856Z | Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
| 1989 | 2024-06-20T20:54:23.999Z | Checking plotters-svg v0.3.5 |
| 1990 | 2024-06-20T20:54:24.210Z | Checking cargo-platform v0.1.8 |
| 1991 | 2024-06-20T20:54:24.507Z | Compiling doc-comment v0.3.3 |
| 1992 | 2024-06-20T20:54:24.629Z | Compiling guppy-workspace-hack v0.1.0 |
| 1993 | 2024-06-20T20:54:24.899Z | Checking cast v0.3.0 |
| 1994 | 2024-06-20T20:54:24.976Z | Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
| 1995 | 2024-06-20T20:54:25.229Z | Checking criterion-plot v0.5.0 |
| 1996 | 2024-06-20T20:54:25.294Z | Checking cargo_metadata v0.18.1 |
| 1997 | 2024-06-20T20:54:25.721Z | Checking plotters v0.3.5 |
| 1998 | 2024-06-20T20:54:27.047Z | Checking http-body v1.0.0 |
| 1999 | 2024-06-20T20:54:27.074Z | Checking tinytemplate v1.2.1 |
| 2000 | 2024-06-20T20:54:27.263Z | Checking csv-core v0.1.11 |
| 2001 | 2024-06-20T20:54:27.461Z | Compiling assert_cmd v2.0.14 |
| 2002 | 2024-06-20T20:54:27.571Z | Checking regex-automata v0.1.10 |
| 2003 | 2024-06-20T20:54:27.610Z | Compiling target-spec v3.1.0 |
| 2004 | 2024-06-20T20:54:27.855Z | Checking tower-layer v0.3.2 |
| 2005 | 2024-06-20T20:54:28.002Z | Checking oorandom v11.1.3 |
| 2006 | 2024-06-20T20:54:28.129Z | Checking anes v0.1.6 |
| 2007 | 2024-06-20T20:54:28.162Z | Checking tower v0.4.13 |
| 2008 | 2024-06-20T20:54:28.208Z | Checking bstr v0.2.17 |
| 2009 | 2024-06-20T20:54:28.520Z | Checking criterion v0.5.1 |
| 2010 | 2024-06-20T20:54:31.935Z | Checking csv v1.3.0 |
| 2011 | 2024-06-20T20:54:31.935Z | Checking hyper v1.3.1 |
| 2012 | 2024-06-20T20:54:31.935Z | Checking cfg-expr v0.15.8 |
| 2013 | 2024-06-20T20:54:31.935Z | Checking installinator-artifactd v0.1.0 (/work/oxidecomputer/omicron/installinator-artifactd) |
| 2014 | 2024-06-20T20:54:31.935Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
| 2015 | 2024-06-20T20:54:31.935Z | Checking hyper-util v0.1.3 |
| 2016 | 2024-06-20T20:54:32.200Z | Checking httptest v0.15.5 |
| 2017 | 2024-06-20T20:54:32.841Z | Checking installinator-artifact-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-artifact-client) |
| 2018 | 2024-06-20T20:54:32.990Z | Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
| 2019 | 2024-06-20T20:54:33.332Z | Checking rustls-native-certs v0.7.0 |
| 2020 | 2024-06-20T20:54:33.490Z | Checking pathdiff v0.2.1 |
| 2021 | 2024-06-20T20:54:33.852Z | Checking nested v0.1.1 |
| 2022 | 2024-06-20T20:54:34.058Z | Checking guppy v0.17.5 |
| 2023 | 2024-06-20T20:54:35.891Z | Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
| 2024 | 2024-06-20T20:54:36.118Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
| 2025 | 2024-06-20T20:54:36.985Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 2026 | 2024-06-20T20:54:38.161Z | Checking hyper-rustls v0.26.0 |
| 2027 | 2024-06-20T20:54:38.508Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
| 2028 | 2024-06-20T20:54:38.584Z | Checking escape8259 v0.5.2 |
| 2029 | 2024-06-20T20:54:38.783Z | Checking threadpool v1.8.1 |
| 2030 | 2024-06-20T20:54:38.828Z | Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
| 2031 | 2024-06-20T20:54:38.988Z | Checking libtest-mimic v0.7.3 |
| 2032 | 2024-06-20T20:54:39.438Z | Checking similar-asserts v1.5.0 |
| 2033 | 2024-06-20T20:54:39.456Z | Checking fancy-regex v0.13.0 |
| 2034 | 2024-06-20T20:54:39.665Z | Compiling rstest_macros v0.19.0 |
| 2035 | 2024-06-20T20:54:40.158Z | Checking datatest-stable v0.2.9 |
| 2036 | 2024-06-20T20:54:40.308Z | Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
| 2037 | 2024-06-20T20:54:40.443Z | Checking blake2b_simd v1.0.2 |
| 2038 | 2024-06-20T20:54:41.445Z | Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
| 2039 | 2024-06-20T20:54:41.642Z | Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli) |
| 2040 | 2024-06-20T20:54:41.706Z | Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
| 2041 | 2024-06-20T20:54:41.912Z | Compiling trybuild v1.0.96 |
| 2042 | 2024-06-20T20:54:41.992Z | Compiling relative-path v1.9.3 |
| 2043 | 2024-06-20T20:54:42.207Z | Checking rust-argon2 v2.1.0 |
| 2044 | 2024-06-20T20:54:42.658Z | Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
| 2045 | 2024-06-20T20:54:43.979Z | Checking multimap v0.10.0 |
| 2046 | 2024-06-20T20:54:44.282Z | Checking futures-timer v3.0.3 |
| 2047 | 2024-06-20T20:54:46.042Z | Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
| 2048 | 2024-06-20T20:54:48.102Z | Checking partial-io v0.5.4 |
| 2049 | 2024-06-20T20:54:48.501Z | Checking approx v0.5.1 |
| 2050 | 2024-06-20T20:54:48.747Z | Checking termios v0.3.3 |
| 2051 | 2024-06-20T20:54:48.972Z | Checking uzers v0.11.3 |
| 2052 | 2024-06-20T20:54:49.319Z | Checking hex-literal v0.4.1 |
| 2053 | 2024-06-20T20:54:52.580Z | Checking rstest v0.19.0 |
| 2054 | 2024-06-20T20:54:54.316Z | Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
| 2055 | 2024-06-20T20:54:55.490Z | Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli) |
| 2056 | 2024-06-20T20:55:04.256Z | Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng) |
| 2057 | 2024-06-20T20:55:13.266Z | Compiling samael v0.0.15 |
| 2058 | 2024-06-20T20:55:40.420Z | Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed) |
| 2059 | 2024-06-20T20:55:44.909Z | Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns-cli) |
| 2060 | 2024-06-20T20:55:48.579Z | Compiling polar-core v0.27.3 |
| 2061 | 2024-06-20T20:55:59.541Z | Checking oso v0.27.3 |
| 2062 | 2024-06-20T20:56:29.297Z | Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
| 2063 | 2024-06-20T20:56:29.298Z | Checking nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
| 2064 | 2024-06-20T20:56:29.301Z | Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
| 2065 | 2024-06-20T20:57:37.812Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 6m 41s |
| 2066 | 2024-06-20T20:57:38.071Z | |
| 2067 | 2024-06-20T20:57:38.071Z | real 6:49.974323500 |
| 2068 | 2024-06-20T20:57:38.071Z | user 37:21.452680836 |
| 2069 | 2024-06-20T20:57:38.071Z | sys 6:28.459359576 |
| 2070 | 2024-06-20T20:57:38.071Z | trap 0.986554510 |
| 2071 | 2024-06-20T20:57:38.071Z | tflt 2.288838500 |
| 2072 | 2024-06-20T20:57:38.074Z | dflt 1.217085114 |
| 2073 | 2024-06-20T20:57:38.074Z | kflt 0.002418476 |
| 2074 | 2024-06-20T20:57:38.074Z | lock 1:50:06.786492189 |
| 2075 | 2024-06-20T20:57:38.074Z | slp 1:59:30.271490733 |
| 2076 | 2024-06-20T20:57:38.074Z | lat 1:45.846299694 |
| 2077 | 2024-06-20T20:57:38.074Z | stop 5:28.917144577 |
| 2078 | 2024-06-20T20:57:39.077Z | warning: output filename collision. |
| 2079 | 2024-06-20T20:57:39.078Z | The lib target `bhyve_api` in package `bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)` has the same output filename as the lib target `bhyve_api` in package `bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=50cb28f586083fdb990e401bc6146e7dac9b2753#50cb28f5)`. |
| 2080 | 2024-06-20T20:57:39.078Z | Colliding filename is: /work/oxidecomputer/omicron/target/doc/bhyve_api/index.html |
| 2081 | 2024-06-20T20:57:39.078Z | The targets should have unique names. |
| 2082 | 2024-06-20T20:57:39.078Z | This is a known bug where multiple crates with the same name use |
| 2083 | 2024-06-20T20:57:39.078Z | the same path; see <https://github.com/rust-lang/cargo/issues/6313>. |
| 2084 | 2024-06-20T20:57:39.078Z | warning: output filename collision. |
| 2085 | 2024-06-20T20:57:39.078Z | The lib target `bhyve_api_sys` in package `bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)` has the same output filename as the lib target `bhyve_api_sys` in package `bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=50cb28f586083fdb990e401bc6146e7dac9b2753#50cb28f5)`. |
| 2086 | 2024-06-20T20:57:39.078Z | Colliding filename is: /work/oxidecomputer/omicron/target/doc/bhyve_api_sys/index.html |
| 2087 | 2024-06-20T20:57:39.078Z | The targets should have unique names. |
| 2088 | 2024-06-20T20:57:39.078Z | This is a known bug where multiple crates with the same name use |
| 2089 | 2024-06-20T20:57:39.078Z | the same path; see <https://github.com/rust-lang/cargo/issues/6313>. |
| 2090 | 2024-06-20T20:57:39.081Z | warning: output filename collision. |
| 2091 | 2024-06-20T20:57:39.081Z | The lib target `hubpack` in package `hubpack v0.1.2` has the same output filename as the lib target `hubpack` in package `hubpack v0.1.0 (https://github.com/cbiffle/hubpack.git?rev=df08cc3a6e1f97381cd0472ae348e310f0119e25#df08cc3a)`. |
| 2092 | 2024-06-20T20:57:39.081Z | Colliding filename is: /work/oxidecomputer/omicron/target/doc/hubpack/index.html |
| 2093 | 2024-06-20T20:57:39.081Z | The targets should have unique names. |
| 2094 | 2024-06-20T20:57:39.081Z | This is a known bug where multiple crates with the same name use |
| 2095 | 2024-06-20T20:57:39.081Z | the same path; see <https://github.com/rust-lang/cargo/issues/6313>. |
| 2096 | 2024-06-20T20:57:39.081Z | warning: output filename collision. |
| 2097 | 2024-06-20T20:57:39.081Z | The lib target `libnet` in package `libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#4ceaf96e)` has the same output filename as the lib target `libnet` in package `libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#4ceaf96e)`. |
| 2098 | 2024-06-20T20:57:39.081Z | Colliding filename is: /work/oxidecomputer/omicron/target/doc/libnet/index.html |
| 2099 | 2024-06-20T20:57:39.081Z | The targets should have unique names. |
| 2100 | 2024-06-20T20:57:39.081Z | This is a known bug where multiple crates with the same name use |
| 2101 | 2024-06-20T20:57:39.081Z | the same path; see <https://github.com/rust-lang/cargo/issues/6313>. |
| 2102 | 2024-06-20T20:57:39.081Z | warning: output filename collision. |
| 2103 | 2024-06-20T20:57:39.081Z | 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)`. |
| 2104 | 2024-06-20T20:57:39.081Z | Colliding filename is: /work/oxidecomputer/omicron/target/doc/oximeter/index.html |
| 2105 | 2024-06-20T20:57:39.081Z | The targets should have unique names. |
| 2106 | 2024-06-20T20:57:39.081Z | This is a known bug where multiple crates with the same name use |
| 2107 | 2024-06-20T20:57:39.081Z | the same path; see <https://github.com/rust-lang/cargo/issues/6313>. |
| 2108 | 2024-06-20T20:57:39.081Z | warning: output filename collision. |
| 2109 | 2024-06-20T20:57:39.082Z | The lib target `propolis-client` in package `propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)` has the same output filename as the lib target `propolis-client` in package `propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=50cb28f586083fdb990e401bc6146e7dac9b2753#50cb28f5)`. |
| 2110 | 2024-06-20T20:57:39.082Z | Colliding filename is: /work/oxidecomputer/omicron/target/doc/propolis_client/index.html |
| 2111 | 2024-06-20T20:57:39.082Z | The targets should have unique names. |
| 2112 | 2024-06-20T20:57:39.082Z | This is a known bug where multiple crates with the same name use |
| 2113 | 2024-06-20T20:57:39.082Z | the same path; see <https://github.com/rust-lang/cargo/issues/6313>. |
| 2114 | 2024-06-20T20:57:39.082Z | warning: output filename collision. |
| 2115 | 2024-06-20T20:57:39.082Z | The lib target `tlvc` in package `tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)` has the same output filename as the lib target `tlvc` in package `tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)`. |
| 2116 | 2024-06-20T20:57:39.082Z | Colliding filename is: /work/oxidecomputer/omicron/target/doc/tlvc/index.html |
| 2117 | 2024-06-20T20:57:39.082Z | The targets should have unique names. |
| 2118 | 2024-06-20T20:57:39.082Z | This is a known bug where multiple crates with the same name use |
| 2119 | 2024-06-20T20:57:39.082Z | the same path; see <https://github.com/rust-lang/cargo/issues/6313>. |
| 2120 | 2024-06-20T20:57:39.082Z | warning: output filename collision. |
| 2121 | 2024-06-20T20:57:39.082Z | The lib target `zone` in package `zone v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56)` has the same output filename as the lib target `zone` in package `zone v0.1.8`. |
| 2122 | 2024-06-20T20:57:39.082Z | Colliding filename is: /work/oxidecomputer/omicron/target/doc/zone/index.html |
| 2123 | 2024-06-20T20:57:39.082Z | The targets should have unique names. |
| 2124 | 2024-06-20T20:57:39.082Z | This is a known bug where multiple crates with the same name use |
| 2125 | 2024-06-20T20:57:39.082Z | the same path; see <https://github.com/rust-lang/cargo/issues/6313>. |
| 2126 | 2024-06-20T20:57:39.619Z | Documenting libc v0.2.155 |
| 2127 | 2024-06-20T20:57:39.673Z | Documenting cfg-if v1.0.0 |
| 2128 | 2024-06-20T20:57:39.688Z | Documenting serde_derive v1.0.203 |
| 2129 | 2024-06-20T20:57:39.720Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 2130 | 2024-06-20T20:57:39.737Z | Documenting log v0.4.21 |
| 2131 | 2024-06-20T20:57:39.755Z | Documenting memchr v2.7.2 |
| 2132 | 2024-06-20T20:57:39.772Z | Documenting itoa v1.0.11 |
| 2133 | 2024-06-20T20:57:39.789Z | Documenting byteorder v1.5.0 |
| 2134 | 2024-06-20T20:57:39.987Z | Documenting scopeguard v1.2.0 |
| 2135 | 2024-06-20T20:57:42.769Z | Documenting smallvec v1.13.2 |
| 2136 | 2024-06-20T20:57:43.240Z | Documenting pin-project-lite v0.2.14 |
| 2137 | 2024-06-20T20:57:43.914Z | Documenting libm v0.2.8 |
| 2138 | 2024-06-20T20:57:43.949Z | Documenting once_cell v1.19.0 |
| 2139 | 2024-06-20T20:57:44.367Z | Documenting getrandom v0.2.14 |
| 2140 | 2024-06-20T20:57:44.593Z | Documenting signal-hook-registry v1.4.2 |
| 2141 | 2024-06-20T20:57:44.715Z | Documenting lock_api v0.4.12 |
| 2142 | 2024-06-20T20:57:46.067Z | Documenting mio v0.8.11 |
| 2143 | 2024-06-20T20:57:46.487Z | Documenting parking_lot_core v0.9.10 |
| 2144 | 2024-06-20T20:57:47.669Z | Documenting serde v1.0.203 |
| 2145 | 2024-06-20T20:57:47.697Z | Documenting num-traits v0.2.19 |
| 2146 | 2024-06-20T20:57:48.264Z | Documenting thiserror-impl v1.0.60 |
| 2147 | 2024-06-20T20:57:48.960Z | Documenting zeroize_derive v1.4.2 |
| 2148 | 2024-06-20T20:57:49.170Z | Documenting rand_core v0.6.4 |
| 2149 | 2024-06-20T20:57:49.781Z | Documenting ryu v1.0.18 |
| 2150 | 2024-06-20T20:57:51.491Z | Documenting futures-core v0.3.30 |
| 2151 | 2024-06-20T20:57:51.586Z | Documenting parking_lot v0.12.2 |
| 2152 | 2024-06-20T20:57:52.617Z | Documenting num_cpus v1.16.0 |
| 2153 | 2024-06-20T20:57:53.362Z | Documenting socket2 v0.5.7 |
| 2154 | 2024-06-20T20:57:53.959Z | Documenting tokio-macros v2.2.0 |
| 2155 | 2024-06-20T20:57:54.178Z | Documenting zeroize v1.7.0 |
| 2156 | 2024-06-20T20:57:54.460Z | Documenting thiserror v1.0.60 |
| 2157 | 2024-06-20T20:57:56.274Z | Documenting zerocopy v0.7.34 |
| 2158 | 2024-06-20T20:57:56.739Z | Checking syn v1.0.109 |
| 2159 | 2024-06-20T20:57:56.867Z | Documenting futures-sink v0.3.30 |
| 2160 | 2024-06-20T20:57:58.533Z | Documenting typenum v1.17.0 |
| 2161 | 2024-06-20T20:57:58.696Z | Documenting subtle v2.5.0 |
| 2162 | 2024-06-20T20:57:59.165Z | Documenting iana-time-zone v0.1.60 |
| 2163 | 2024-06-20T20:57:59.935Z | Documenting slab v0.4.9 |
| 2164 | 2024-06-20T20:58:02.203Z | Documenting futures-channel v0.3.30 |
| 2165 | 2024-06-20T20:58:02.560Z | Documenting futures-macro v0.3.30 |
| 2166 | 2024-06-20T20:58:08.727Z | Documenting bytes v1.6.0 |
| 2167 | 2024-06-20T20:58:11.189Z | Documenting bitflags v2.5.0 |
| 2168 | 2024-06-20T20:58:11.203Z | Documenting serde_json v1.0.117 |
| 2169 | 2024-06-20T20:58:11.265Z | Documenting chrono v0.4.38 |
| 2170 | 2024-06-20T20:58:11.575Z | Documenting futures-io v0.3.30 |
| 2171 | 2024-06-20T20:58:11.591Z | Documenting pin-utils v0.1.0 |
| 2172 | 2024-06-20T20:58:11.926Z | Documenting futures-task v0.3.30 |
| 2173 | 2024-06-20T20:58:12.467Z | Documenting generic-array v0.14.7 |
| 2174 | 2024-06-20T20:58:13.465Z | Documenting tokio v1.37.0 |
| 2175 | 2024-06-20T20:58:16.544Z | Documenting uuid v1.8.0 |
| 2176 | 2024-06-20T20:58:16.754Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
| 2177 | 2024-06-20T20:58:16.876Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
| 2178 | 2024-06-20T20:58:16.950Z | Documenting ahash v0.8.11 |
| 2179 | 2024-06-20T20:58:16.986Z | Documenting futures-util v0.3.30 |
| 2180 | 2024-06-20T20:58:17.612Z | Documenting allocator-api2 v0.2.18 |
| 2181 | 2024-06-20T20:58:17.964Z | Documenting crypto-common v0.1.6 |
| 2182 | 2024-06-20T20:58:17.981Z | Documenting const-oid v0.9.6 |
| 2183 | 2024-06-20T20:58:18.485Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 2184 | 2024-06-20T20:58:21.138Z | Documenting tinyvec_macros v0.1.1 |
| 2185 | 2024-06-20T20:58:21.669Z | Documenting serde_derive_internals v0.29.1 |
| 2186 | 2024-06-20T20:58:21.866Z | Documenting hashbrown v0.14.5 |
| 2187 | 2024-06-20T20:58:23.450Z | Checking serde_derive_internals v0.29.1 |
| 2188 | 2024-06-20T20:58:24.040Z | Documenting dyn-clone v1.0.17 |
| 2189 | 2024-06-20T20:58:24.469Z | Documenting ppv-lite86 v0.2.17 |
| 2190 | 2024-06-20T20:58:24.507Z | Documenting tinyvec v1.6.0 |
| 2191 | 2024-06-20T20:58:25.182Z | Documenting tracing-core v0.1.32 |
| 2192 | 2024-06-20T20:58:26.818Z | Documenting tracing-attributes v0.1.27 |
| 2193 | 2024-06-20T20:58:26.948Z | Documenting unicode-bidi v0.3.15 |
| 2194 | 2024-06-20T20:58:27.839Z | Documenting block-buffer v0.10.4 |
| 2195 | 2024-06-20T20:58:28.286Z | Documenting rand_chacha v0.3.1 |
| 2196 | 2024-06-20T20:58:28.796Z | Documenting unicode-normalization v0.1.23 |
| 2197 | 2024-06-20T20:58:28.799Z | Documenting schemars_derive v0.8.20 |
| 2198 | 2024-06-20T20:58:28.957Z | Documenting lazy_static v1.4.0 |
| 2199 | 2024-06-20T20:58:32.002Z | Documenting percent-encoding v2.3.1 |
| 2200 | 2024-06-20T20:58:32.108Z | Documenting serde_tokenstream v0.2.0 |
| 2201 | 2024-06-20T20:58:32.616Z | Documenting digest v0.10.7 |
| 2202 | 2024-06-20T20:58:33.074Z | Documenting powerfmt v0.2.0 |
| 2203 | 2024-06-20T20:58:33.490Z | Documenting rand v0.8.5 |
| 2204 | 2024-06-20T20:58:33.619Z | Documenting equivalent v1.0.1 |
| 2205 | 2024-06-20T20:58:34.750Z | Documenting schemars v0.8.20 |
| 2206 | 2024-06-20T20:58:37.135Z | Documenting deranged v0.3.11 |
| 2207 | 2024-06-20T20:58:37.173Z | Documenting indexmap v2.2.6 |
| 2208 | 2024-06-20T20:58:37.198Z | Documenting form_urlencoded v1.2.1 |
| 2209 | 2024-06-20T20:58:37.311Z | Documenting time-macros v0.2.18 |
| 2210 | 2024-06-20T20:58:43.303Z | Documenting tracing v0.1.40 |
| 2211 | 2024-06-20T20:58:46.770Z | Documenting unicode-width v0.1.12 |
| 2212 | 2024-06-20T20:58:46.879Z | Documenting time-core v0.1.2 |
| 2213 | 2024-06-20T20:58:46.972Z | Documenting num_threads v0.1.7 |
| 2214 | 2024-06-20T20:58:47.010Z | Documenting fnv v1.0.7 |
| 2215 | 2024-06-20T20:58:47.233Z | Documenting num-conv v0.1.0 |
| 2216 | 2024-06-20T20:58:47.377Z | Documenting unicode-ident v1.0.12 |
| 2217 | 2024-06-20T20:58:47.547Z | Documenting idna v0.5.0 |
| 2218 | 2024-06-20T20:58:50.167Z | Documenting adler v1.0.2 |
| 2219 | 2024-06-20T20:58:50.236Z | Documenting slog v2.7.0 |
| 2220 | 2024-06-20T20:58:50.581Z | Documenting cpufeatures v0.2.12 |
| 2221 | 2024-06-20T20:58:50.681Z | Documenting proc-macro2 v1.0.82 |
| 2222 | 2024-06-20T20:58:51.785Z | Documenting time v0.3.36 |
| 2223 | 2024-06-20T20:58:51.897Z | Documenting httparse v1.8.0 |
| 2224 | 2024-06-20T20:58:53.445Z | Documenting miniz_oxide v0.7.2 |
| 2225 | 2024-06-20T20:58:53.447Z | Documenting url v2.5.0 |
| 2226 | 2024-06-20T20:58:53.742Z | Documenting tokio-util v0.7.11 |
| 2227 | 2024-06-20T20:58:55.056Z | Documenting errno v0.3.9 |
| 2228 | 2024-06-20T20:58:55.929Z | Documenting quote v1.0.36 |
| 2229 | 2024-06-20T20:58:56.429Z | Documenting async-trait v0.1.80 |
| 2230 | 2024-06-20T20:58:57.559Z | Documenting httpdate v1.0.3 |
| 2231 | 2024-06-20T20:58:58.473Z | Documenting try-lock v0.2.5 |
| 2232 | 2024-06-20T20:58:58.549Z | Documenting http-body v0.4.6 |
| 2233 | 2024-06-20T20:58:59.499Z | Documenting rustix v0.38.34 |
| 2234 | 2024-06-20T20:59:00.671Z | Documenting aho-corasick v1.1.3 |
| 2235 | 2024-06-20T20:59:00.686Z | Documenting h2 v0.3.26 |
| 2236 | 2024-06-20T20:59:01.296Z | Documenting syn v2.0.64 |
| 2237 | 2024-06-20T20:59:01.358Z | Documenting want v0.3.1 |
| 2238 | 2024-06-20T20:59:02.479Z | Documenting openssl-sys v0.9.102 |
| 2239 | 2024-06-20T20:59:02.629Z | Documenting openssl-macros v0.1.1 |
| 2240 | 2024-06-20T20:59:03.585Z | Documenting tower-service v0.3.2 |
| 2241 | 2024-06-20T20:59:06.243Z | Documenting gimli v0.28.1 |
| 2242 | 2024-06-20T20:59:06.855Z | Documenting mime v0.3.17 |
| 2243 | 2024-06-20T20:59:07.511Z | Documenting regex-syntax v0.8.3 |
| 2244 | 2024-06-20T20:59:08.358Z | Documenting object v0.32.2 |
| 2245 | 2024-06-20T20:59:08.495Z | Documenting openssl-probe v0.1.5 |
| 2246 | 2024-06-20T20:59:09.788Z | Documenting openssl v0.10.64 |
| 2247 | 2024-06-20T20:59:11.147Z | Documenting hyper v0.14.28 |
| 2248 | 2024-06-20T20:59:11.412Z | Documenting rustc-demangle v0.1.24 |
| 2249 | 2024-06-20T20:59:12.961Z | Documenting addr2line v0.21.0 |
| 2250 | 2024-06-20T20:59:14.093Z | Documenting ipnet v2.9.0 |
| 2251 | 2024-06-20T20:59:14.499Z | Documenting base64ct v1.6.0 |
| 2252 | 2024-06-20T20:59:14.845Z | Documenting regex-automata v0.4.6 |
| 2253 | 2024-06-20T20:59:17.006Z | Documenting futures-executor v0.3.30 |
| 2254 | 2024-06-20T20:59:18.494Z | Documenting encoding_rs v0.8.34 |
| 2255 | 2024-06-20T20:59:19.034Z | Documenting native-tls v0.2.11 |
| 2256 | 2024-06-20T20:59:19.953Z | Checking pest_meta v2.7.10 |
| 2257 | 2024-06-20T20:59:20.934Z | Documenting psl-types v2.0.11 |
| 2258 | 2024-06-20T20:59:21.896Z | Documenting serde_urlencoded v0.7.1 |
| 2259 | 2024-06-20T20:59:22.108Z | Documenting backtrace v0.3.71 |
| 2260 | 2024-06-20T20:59:23.715Z | Documenting semver v1.0.23 |
| 2261 | 2024-06-20T20:59:23.962Z | Documenting pest_meta v2.7.10 |
| 2262 | 2024-06-20T20:59:23.986Z | Documenting publicsuffix v2.2.3 |
| 2263 | 2024-06-20T20:59:24.271Z | Documenting crossbeam-utils v0.8.19 |
| 2264 | 2024-06-20T20:59:24.830Z | Documenting tokio-native-tls v0.3.1 |
| 2265 | 2024-06-20T20:59:25.645Z | Documenting scroll_derive v0.12.0 |
| 2266 | 2024-06-20T20:59:27.484Z | Documenting utf8parse v0.2.1 |
| 2267 | 2024-06-20T20:59:28.673Z | Documenting anyhow v1.0.86 |
| 2268 | 2024-06-20T20:59:29.168Z | Documenting pest_generator v2.7.10 |
| 2269 | 2024-06-20T20:59:29.229Z | Documenting cookie_store v0.20.0 |
| 2270 | 2024-06-20T20:59:29.404Z | Documenting regex v1.10.4 |
| 2271 | 2024-06-20T20:59:29.731Z | Documenting hyper-rustls v0.24.2 |
| 2272 | 2024-06-20T20:59:30.723Z | Documenting hyper-tls v0.5.0 |
| 2273 | 2024-06-20T20:59:30.762Z | Documenting futures v0.3.30 |
| 2274 | 2024-06-20T20:59:31.427Z | Documenting scroll v0.12.0 |
| 2275 | 2024-06-20T20:59:33.755Z | Checking pest_generator v2.7.10 |
| 2276 | 2024-06-20T20:59:34.454Z | Documenting pem-rfc7468 v0.7.0 |
| 2277 | 2024-06-20T20:59:34.471Z | Documenting der_derive v0.7.2 |
| 2278 | 2024-06-20T20:59:35.862Z | Documenting sync_wrapper v0.1.2 |
| 2279 | 2024-06-20T20:59:35.876Z | Documenting plain v0.2.3 |
| 2280 | 2024-06-20T20:59:36.513Z | Documenting webpki-roots v0.25.4 |
| 2281 | 2024-06-20T20:59:36.763Z | Documenting flagset v0.4.5 |
| 2282 | 2024-06-20T20:59:37.978Z | Documenting ucd-trie v0.1.6 |
| 2283 | 2024-06-20T20:59:38.782Z | Documenting goblin v0.8.2 |
| 2284 | 2024-06-20T20:59:39.006Z | Documenting pest_derive v2.7.10 |
| 2285 | 2024-06-20T20:59:39.152Z | Documenting num-integer v0.1.46 |
| 2286 | 2024-06-20T20:59:39.467Z | Documenting pretty-hex v0.4.1 |
| 2287 | 2024-06-20T20:59:40.159Z | Documenting openapiv3 v2.0.0 |
| 2288 | 2024-06-20T20:59:41.201Z | Documenting der v0.7.9 |
| 2289 | 2024-06-20T20:59:41.412Z | Documenting reqwest v0.11.27 |
| 2290 | 2024-06-20T20:59:42.209Z | Documenting pest v2.7.10 |
| 2291 | 2024-06-20T20:59:42.692Z | Documenting thread-id v4.2.1 |
| 2292 | 2024-06-20T20:59:44.011Z | Documenting usdt-macro v0.5.0 |
| 2293 | 2024-06-20T20:59:44.360Z | Documenting usdt-attr-macro v0.5.0 |
| 2294 | 2024-06-20T20:59:47.458Z | Documenting dof v0.3.0 |
| 2295 | 2024-06-20T20:59:47.500Z | Documenting spki v0.7.3 |
| 2296 | 2024-06-20T20:59:47.831Z | Documenting spin v0.9.8 |
| 2297 | 2024-06-20T20:59:47.882Z | Documenting memmap v0.7.0 |
| 2298 | 2024-06-20T20:59:48.849Z | Documenting dtrace-parser v0.2.0 |
| 2299 | 2024-06-20T20:59:50.337Z | Documenting anstyle v1.0.7 |
| 2300 | 2024-06-20T20:59:51.974Z | Documenting either v1.12.0 |
| 2301 | 2024-06-20T20:59:52.114Z | Documenting data-encoding v2.6.0 |
| 2302 | 2024-06-20T20:59:52.880Z | Documenting pkcs8 v0.10.2 |
| 2303 | 2024-06-20T20:59:52.991Z | Documenting anstyle-parse v0.2.4 |
| 2304 | 2024-06-20T20:59:53.134Z | Documenting ipnetwork v0.20.0 |
| 2305 | 2024-06-20T20:59:53.223Z | Documenting is_terminal_polyfill v1.70.0 |
| 2306 | 2024-06-20T20:59:53.941Z | Documenting usdt-impl v0.5.0 |
| 2307 | 2024-06-20T20:59:55.323Z | Documenting anstyle-query v1.0.3 |
| 2308 | 2024-06-20T20:59:56.190Z | Documenting colorchoice v1.0.1 |
| 2309 | 2024-06-20T20:59:56.626Z | Documenting crossbeam-epoch v0.9.18 |
| 2310 | 2024-06-20T20:59:56.864Z | Documenting terminal_size v0.3.0 |
| 2311 | 2024-06-20T20:59:57.527Z | Documenting sha2 v0.10.8 |
| 2312 | 2024-06-20T20:59:57.998Z | Documenting hex v0.4.3 |
| 2313 | 2024-06-20T20:59:59.451Z | Documenting crc32fast v1.4.0 |
| 2314 | 2024-06-20T20:59:59.761Z | Documenting unicode-segmentation v1.11.0 |
| 2315 | 2024-06-20T21:00:00.150Z | Documenting anstream v0.6.14 |
| 2316 | 2024-06-20T21:00:01.690Z | Documenting untrusted v0.9.0 |
| 2317 | 2024-06-20T21:00:01.746Z | Documenting usdt v0.5.0 |
| 2318 | 2024-06-20T21:00:02.284Z | Documenting strsim v0.11.1 |
| 2319 | 2024-06-20T21:00:02.342Z | Documenting clap_lex v0.7.0 |
| 2320 | 2024-06-20T21:00:03.244Z | Documenting num-iter v0.1.45 |
| 2321 | 2024-06-20T21:00:03.618Z | Documenting hmac v0.12.1 |
| 2322 | 2024-06-20T21:00:04.344Z | Documenting signal-hook v0.3.17 |
| 2323 | 2024-06-20T21:00:04.598Z | Documenting ring v0.17.8 |
| 2324 | 2024-06-20T21:00:05.278Z | Documenting clap_derive v4.5.4 |
| 2325 | 2024-06-20T21:00:06.478Z | Documenting flate2 v1.0.30 |
| 2326 | 2024-06-20T21:00:06.617Z | Documenting clap_builder v4.5.2 |
| 2327 | 2024-06-20T21:00:07.785Z | Documenting managed v0.8.0 |
| 2328 | 2024-06-20T21:00:07.980Z | Documenting static_assertions v1.1.0 |
| 2329 | 2024-06-20T21:00:08.461Z | Documenting itertools v0.12.1 |
| 2330 | 2024-06-20T21:00:09.600Z | Documenting signal-hook-mio v0.2.3 |
| 2331 | 2024-06-20T21:00:10.553Z | Documenting enum-as-inner v0.5.1 |
| 2332 | 2024-06-20T21:00:11.107Z | Documenting regress v0.9.1 |
| 2333 | 2024-06-20T21:00:11.585Z | Documenting block-padding v0.3.3 |
| 2334 | 2024-06-20T21:00:11.671Z | Documenting scheduled-thread-pool v0.2.7 |
| 2335 | 2024-06-20T21:00:11.834Z | Checking diesel_table_macro_syntax v0.1.0 |
| 2336 | 2024-06-20T21:00:12.019Z | Documenting diesel_table_macro_syntax v0.1.0 |
| 2337 | 2024-06-20T21:00:13.755Z | Documenting clap v4.5.4 |
| 2338 | 2024-06-20T21:00:14.290Z | Documenting finl_unicode v1.2.0 |
| 2339 | 2024-06-20T21:00:16.410Z | Documenting inout v0.1.3 |
| 2340 | 2024-06-20T21:00:16.456Z | Documenting trust-dns-proto v0.22.0 |
| 2341 | 2024-06-20T21:00:16.778Z | Documenting crossterm v0.27.0 |
| 2342 | 2024-06-20T21:00:17.099Z | Documenting r2d2 v0.8.10 |
| 2343 | 2024-06-20T21:00:18.046Z | Documenting diesel_derives v2.1.4 |
| 2344 | 2024-06-20T21:00:18.679Z | Documenting md-5 v0.10.6 |
| 2345 | 2024-06-20T21:00:19.693Z | Documenting stringprep v0.1.4 |
| 2346 | 2024-06-20T21:00:19.709Z | Documenting ff v0.13.0 |
| 2347 | 2024-06-20T21:00:21.163Z | Documenting serde_spanned v0.6.6 |
| 2348 | 2024-06-20T21:00:22.008Z | Documenting toml_datetime v0.6.6 |
| 2349 | 2024-06-20T21:00:22.362Z | Documenting pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
| 2350 | 2024-06-20T21:00:23.390Z | Documenting fallible-iterator v0.2.0 |
| 2351 | 2024-06-20T21:00:24.706Z | Documenting siphasher v0.3.11 |
| 2352 | 2024-06-20T21:00:24.744Z | Documenting base16ct v0.2.0 |
| 2353 | 2024-06-20T21:00:26.564Z | Documenting heck v0.5.0 |
| 2354 | 2024-06-20T21:00:26.567Z | Documenting winnow v0.6.8 |
| 2355 | 2024-06-20T21:00:27.214Z | Documenting bit-vec v0.6.3 |
| 2356 | 2024-06-20T21:00:27.337Z | Checking unsafe-libyaml v0.2.11 |
| 2357 | 2024-06-20T21:00:27.375Z | Documenting diesel v2.1.6 |
| 2358 | 2024-06-20T21:00:27.984Z | Documenting sec1 v0.7.3 |
| 2359 | 2024-06-20T21:00:28.186Z | Documenting phf_shared v0.11.2 |
| 2360 | 2024-06-20T21:00:28.548Z | Documenting group v0.13.0 |
| 2361 | 2024-06-20T21:00:29.064Z | Documenting postgres-protocol v0.6.6 |
| 2362 | 2024-06-20T21:00:30.241Z | Documenting typify-impl v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6) |
| 2363 | 2024-06-20T21:00:31.912Z | Documenting cipher v0.4.4 |
| 2364 | 2024-06-20T21:00:32.942Z | Documenting toml_edit v0.22.13 |
| 2365 | 2024-06-20T21:00:33.085Z | Documenting hkdf v0.12.4 |
| 2366 | 2024-06-20T21:00:33.195Z | Documenting num-bigint v0.4.5 |
| 2367 | 2024-06-20T21:00:42.658Z | Documenting bstr v1.9.1 |
| 2368 | 2024-06-20T21:00:42.691Z | Documenting console v0.15.8 |
| 2369 | 2024-06-20T21:00:42.893Z | Documenting typify-macro v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6) |
| 2370 | 2024-06-20T21:00:43.243Z | Documenting crypto-bigint v0.5.5 |
| 2371 | 2024-06-20T21:00:51.666Z | Documenting hubpack v0.1.2 |
| 2372 | 2024-06-20T21:00:51.720Z | Documenting serde_repr v0.1.19 |
| 2373 | 2024-06-20T21:00:51.815Z | Documenting new_debug_unreachable v1.0.6 |
| 2374 | 2024-06-20T21:00:51.964Z | Documenting unsafe-libyaml v0.2.11 |
| 2375 | 2024-06-20T21:00:52.006Z | Documenting fixedbitset v0.4.2 |
| 2376 | 2024-06-20T21:00:52.269Z | Documenting lalrpop-util v0.19.12 |
| 2377 | 2024-06-20T21:00:53.885Z | Documenting minimal-lexical v0.2.1 |
| 2378 | 2024-06-20T21:01:01.665Z | Documenting precomputed-hash v0.1.1 |
| 2379 | 2024-06-20T21:01:01.825Z | Documenting petgraph v0.6.5 |
| 2380 | 2024-06-20T21:01:02.021Z | Documenting serde_yaml v0.9.34+deprecated |
| 2381 | 2024-06-20T21:01:02.054Z | Documenting typify v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6) |
| 2382 | 2024-06-20T21:01:02.150Z | Documenting yasna v0.5.2 |
| 2383 | 2024-06-20T21:01:02.247Z | Documenting gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=c85a4ca043aaa389df12aac5348d8a3feda28762#c85a4ca0) |
| 2384 | 2024-06-20T21:01:02.333Z | Documenting nom v7.1.3 |
| 2385 | 2024-06-20T21:01:02.732Z | Documenting elliptic-curve v0.13.8 |
| 2386 | 2024-06-20T21:01:06.526Z | Documenting string_cache v0.8.7 |
| 2387 | 2024-06-20T21:01:08.659Z | Documenting postgres-types v0.2.6 |
| 2388 | 2024-06-20T21:01:08.964Z | Documenting phf v0.11.2 |
| 2389 | 2024-06-20T21:01:09.219Z | Checking serde_yaml v0.9.34+deprecated |
| 2390 | 2024-06-20T21:01:09.223Z | Documenting similar v2.5.0 |
| 2391 | 2024-06-20T21:01:09.607Z | Documenting progenitor-client v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
| 2392 | 2024-06-20T21:01:11.069Z | Documenting getopts v0.2.21 |
| 2393 | 2024-06-20T21:01:18.750Z | Documenting float-cmp v0.9.0 |
| 2394 | 2024-06-20T21:01:18.892Z | Documenting peg-runtime v0.8.3 |
| 2395 | 2024-06-20T21:01:19.008Z | Documenting difflib v0.4.0 |
| 2396 | 2024-06-20T21:01:19.057Z | Documenting whoami v1.5.1 |
| 2397 | 2024-06-20T21:01:19.316Z | Documenting predicates-core v1.0.6 |
| 2398 | 2024-06-20T21:01:19.342Z | Documenting normalize-line-endings v0.3.0 |
| 2399 | 2024-06-20T21:01:19.360Z | Documenting progenitor-impl v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
| 2400 | 2024-06-20T21:01:19.449Z | Documenting progenitor-macro v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
| 2401 | 2024-06-20T21:01:23.838Z | Documenting bit-set v0.5.3 |
| 2402 | 2024-06-20T21:01:24.003Z | Documenting tokio-postgres v0.7.10 |
| 2403 | 2024-06-20T21:01:24.098Z | Documenting fs-err v2.11.0 |
| 2404 | 2024-06-20T21:01:24.206Z | Documenting tokio-stream v0.1.15 |
| 2405 | 2024-06-20T21:01:24.307Z | Checking ident_case v1.0.1 |
| 2406 | 2024-06-20T21:01:24.462Z | Checking darling_core v0.20.9 |
| 2407 | 2024-06-20T21:01:24.517Z | Documenting predicates v3.1.0 |
| 2408 | 2024-06-20T21:01:26.366Z | Documenting is-terminal v0.4.12 |
| 2409 | 2024-06-20T21:01:27.625Z | Documenting strum v0.26.2 |
| 2410 | 2024-06-20T21:01:27.926Z | Documenting progenitor v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
| 2411 | 2024-06-20T21:01:28.906Z | Documenting base64 v0.22.1 |
| 2412 | 2024-06-20T21:01:29.588Z | Documenting ident_case v1.0.1 |
| 2413 | 2024-06-20T21:01:30.005Z | Documenting sha1 v0.10.6 |
| 2414 | 2024-06-20T21:01:30.878Z | Documenting http v1.1.0 |
| 2415 | 2024-06-20T21:01:30.941Z | Documenting camino v1.1.7 |
| 2416 | 2024-06-20T21:01:32.505Z | Documenting dirs-sys-next v0.1.2 |
| 2417 | 2024-06-20T21:01:33.157Z | Documenting omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 2418 | 2024-06-20T21:01:33.948Z | Documenting paste v1.0.15 |
| 2419 | 2024-06-20T21:01:33.994Z | Documenting darling_core v0.20.9 |
| 2420 | 2024-06-20T21:01:34.800Z | Checking darling v0.20.9 |
| 2421 | 2024-06-20T21:01:34.915Z | Documenting thread_local v1.1.8 |
| 2422 | 2024-06-20T21:01:35.821Z | Documenting rustls-pki-types v1.7.0 |
| 2423 | 2024-06-20T21:01:36.798Z | Documenting crossbeam-channel v0.5.12 |
| 2424 | 2024-06-20T21:01:37.641Z | Documenting dirs-next v2.0.0 |
| 2425 | 2024-06-20T21:01:38.151Z | Documenting take_mut v0.2.2 |
| 2426 | 2024-06-20T21:01:38.355Z | Documenting slog-json v2.6.1 |
| 2427 | 2024-06-20T21:01:38.370Z | Documenting async-stream-impl v0.3.5 |
| 2428 | 2024-06-20T21:01:39.307Z | Documenting debug-ignore v1.0.5 |
| 2429 | 2024-06-20T21:01:40.932Z | Documenting rustls-webpki v0.102.4 |
| 2430 | 2024-06-20T21:01:41.548Z | Documenting atomic-waker v1.1.2 |
| 2431 | 2024-06-20T21:01:42.608Z | Documenting rustls-pemfile v2.1.2 |
| 2432 | 2024-06-20T21:01:42.717Z | Documenting term v0.7.0 |
| 2433 | 2024-06-20T21:01:43.053Z | Documenting slog-async v2.8.0 |
| 2434 | 2024-06-20T21:01:43.656Z | Documenting slog-bunyan v2.5.0 |
| 2435 | 2024-06-20T21:01:44.212Z | Documenting async-stream v0.3.5 |
| 2436 | 2024-06-20T21:01:44.316Z | Documenting darling_macro v0.20.9 |
| 2437 | 2024-06-20T21:01:44.585Z | Documenting waitgroup v0.1.2 |
| 2438 | 2024-06-20T21:01:45.998Z | Documenting rustls v0.22.4 |
| 2439 | 2024-06-20T21:01:47.495Z | Documenting multer v3.1.0 |
| 2440 | 2024-06-20T21:01:47.610Z | Documenting toml v0.8.13 |
| 2441 | 2024-06-20T21:01:47.905Z | Documenting slog-term v2.9.1 |
| 2442 | 2024-06-20T21:01:48.927Z | Documenting dropshot_endpoint v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#0cd0e828) |
| 2443 | 2024-06-20T21:01:49.125Z | Documenting serde_path_to_error v0.1.16 |
| 2444 | 2024-06-20T21:01:49.418Z | Documenting hostname v0.4.0 |
| 2445 | 2024-06-20T21:01:50.261Z | Documenting darling v0.20.9 |
| 2446 | 2024-06-20T21:01:53.002Z | Documenting newtype-uuid v1.1.0 |
| 2447 | 2024-06-20T21:01:53.931Z | Documenting structmeta-derive v0.3.0 |
| 2448 | 2024-06-20T21:01:54.737Z | Checking structmeta v0.3.0 |
| 2449 | 2024-06-20T21:01:54.799Z | Documenting instant v0.1.12 |
| 2450 | 2024-06-20T21:01:54.802Z | Documenting slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 2451 | 2024-06-20T21:01:54.967Z | Documenting mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=5630887d0373857f77cb264f84aa19bdec720ce3#5630887d) |
| 2452 | 2024-06-20T21:01:54.983Z | Documenting tokio-rustls v0.25.0 |
| 2453 | 2024-06-20T21:01:54.996Z | Documenting serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
| 2454 | 2024-06-20T21:01:55.546Z | Documenting serde_with_macros v3.8.1 |
| 2455 | 2024-06-20T21:01:58.792Z | Documenting omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
| 2456 | 2024-06-20T21:01:59.615Z | Documenting oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet?branch=main#42b4d3c7) |
| 2457 | 2024-06-20T21:01:59.742Z | Documenting backoff v0.4.0 |
| 2458 | 2024-06-20T21:02:00.497Z | Documenting structmeta v0.3.0 |
| 2459 | 2024-06-20T21:02:00.529Z | Documenting slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 2460 | 2024-06-20T21:02:00.900Z | Documenting dropshot v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#0cd0e828) |
| 2461 | 2024-06-20T21:02:00.970Z | Documenting serde_with v3.8.1 |
| 2462 | 2024-06-20T21:02:04.637Z | Documenting macaddr v1.0.1 |
| 2463 | 2024-06-20T21:02:05.385Z | Documenting api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
| 2464 | 2024-06-20T21:02:05.488Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
| 2465 | 2024-06-20T21:02:05.549Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
| 2466 | 2024-06-20T21:02:05.782Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
| 2467 | 2024-06-20T21:02:06.149Z | Documenting parse-display-derive v0.9.0 |
| 2468 | 2024-06-20T21:02:06.686Z | Checking illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
| 2469 | 2024-06-20T21:02:07.227Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
| 2470 | 2024-06-20T21:02:07.593Z | Documenting fastrand v2.1.0 |
| 2471 | 2024-06-20T21:02:09.229Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
| 2472 | 2024-06-20T21:02:09.513Z | Documenting proc-macro-crate v1.3.1 |
| 2473 | 2024-06-20T21:02:09.774Z | Checking proc-macro-crate v1.3.1 |
| 2474 | 2024-06-20T21:02:09.895Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
| 2475 | 2024-06-20T21:02:09.941Z | Documenting foreign-types-macros v0.2.3 |
| 2476 | 2024-06-20T21:02:10.020Z | Documenting foreign-types-shared v0.3.1 |
| 2477 | 2024-06-20T21:02:11.137Z | Documenting libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
| 2478 | 2024-06-20T21:02:12.291Z | Documenting tempfile v3.10.1 |
| 2479 | 2024-06-20T21:02:12.746Z | Documenting parse-display v0.9.0 |
| 2480 | 2024-06-20T21:02:13.376Z | Documenting nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 2481 | 2024-06-20T21:02:15.066Z | Documenting num_enum_derive v0.5.11 |
| 2482 | 2024-06-20T21:02:15.112Z | Documenting rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
| 2483 | 2024-06-20T21:02:15.665Z | Documenting cstr-argument v0.1.2 |
| 2484 | 2024-06-20T21:02:15.851Z | Documenting foreign-types v0.5.0 |
| 2485 | 2024-06-20T21:02:17.960Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
| 2486 | 2024-06-20T21:02:18.047Z | Documenting camino-tempfile v1.1.1 |
| 2487 | 2024-06-20T21:02:18.200Z | Documenting omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 2488 | 2024-06-20T21:02:18.335Z | Documenting tabwriter v1.4.0 |
| 2489 | 2024-06-20T21:02:20.547Z | Documenting colored v2.1.0 |
| 2490 | 2024-06-20T21:02:20.705Z | Documenting nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 2491 | 2024-06-20T21:02:20.797Z | Documenting rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
| 2492 | 2024-06-20T21:02:23.121Z | Documenting hash32 v0.3.1 |
| 2493 | 2024-06-20T21:02:23.405Z | Documenting stable_deref_trait v1.2.0 |
| 2494 | 2024-06-20T21:02:23.575Z | Documenting num_enum v0.5.11 |
| 2495 | 2024-06-20T21:02:24.836Z | Documenting smf v0.2.3 |
| 2496 | 2024-06-20T21:02:24.975Z | Documenting cobs v0.2.3 |
| 2497 | 2024-06-20T21:02:25.601Z | Documenting embedded-io v0.4.0 |
| 2498 | 2024-06-20T21:02:27.036Z | Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
| 2499 | 2024-06-20T21:02:27.963Z | Documenting heapless v0.8.0 |
| 2500 | 2024-06-20T21:02:28.298Z | Documenting derive-where v1.2.7 |
| 2501 | 2024-06-20T21:02:28.429Z | Documenting dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
| 2502 | 2024-06-20T21:02:29.045Z | Documenting illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=417f74e94978c23f3892ac328c3387f3ecd9bb29#417f74e9) |
| 2503 | 2024-06-20T21:02:29.257Z | Documenting postcard v1.0.8 |
| 2504 | 2024-06-20T21:02:30.106Z | Documenting crucible-workspace-hack v0.1.0 |
| 2505 | 2024-06-20T21:02:31.053Z | Documenting kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=417f74e94978c23f3892ac328c3387f3ecd9bb29#417f74e9) |
| 2506 | 2024-06-20T21:02:32.006Z | Documenting newline-converter v0.3.0 |
| 2507 | 2024-06-20T21:02:33.763Z | Documenting smoltcp v0.11.0 |
| 2508 | 2024-06-20T21:02:33.863Z | Documenting poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
| 2509 | 2024-06-20T21:02:34.768Z | Documenting libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#4ceaf96e) |
| 2510 | 2024-06-20T21:02:34.946Z | Documenting bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=50cb28f586083fdb990e401bc6146e7dac9b2753#50cb28f5) |
| 2511 | 2024-06-20T21:02:34.980Z | Documenting sigpipe v0.1.3 |
| 2512 | 2024-06-20T21:02:35.976Z | Documenting num-derive v0.4.2 |
| 2513 | 2024-06-20T21:02:36.700Z | Checking convert_case v0.4.0 |
| 2514 | 2024-06-20T21:02:36.864Z | Documenting expectorate v1.1.0 |
| 2515 | 2024-06-20T21:02:36.893Z | Documenting convert_case v0.4.0 |
| 2516 | 2024-06-20T21:02:37.641Z | Documenting zone v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56) |
| 2517 | 2024-06-20T21:02:40.003Z | Documenting oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
| 2518 | 2024-06-20T21:02:40.172Z | Documenting opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=417f74e94978c23f3892ac328c3387f3ecd9bb29#417f74e9) |
| 2519 | 2024-06-20T21:02:40.693Z | Documenting bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=50cb28f586083fdb990e401bc6146e7dac9b2753#50cb28f5) |
| 2520 | 2024-06-20T21:02:41.430Z | Documenting gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
| 2521 | 2024-06-20T21:02:41.923Z | Documenting crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=8c6d485110ecfae5409575246b986a145c386dc4#8c6d4851) |
| 2522 | 2024-06-20T21:02:42.072Z | Documenting derive_more v0.99.17 |
| 2523 | 2024-06-20T21:02:42.177Z | Documenting dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
| 2524 | 2024-06-20T21:02:44.305Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
| 2525 | 2024-06-20T21:02:45.411Z | Documenting password-hash v0.5.0 |
| 2526 | 2024-06-20T21:02:45.580Z | Documenting blake2 v0.10.6 |
| 2527 | 2024-06-20T21:02:46.486Z | Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
| 2528 | 2024-06-20T21:02:47.733Z | Documenting opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=417f74e94978c23f3892ac328c3387f3ecd9bb29#417f74e9) |
| 2529 | 2024-06-20T21:02:48.044Z | Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
| 2530 | 2024-06-20T21:02:48.702Z | Documenting humantime v2.1.0 |
| 2531 | 2024-06-20T21:02:49.315Z | Documenting linked-hash-map v0.5.6 |
| 2532 | 2024-06-20T21:02:49.497Z | Documenting newtype_derive v0.1.6 |
| 2533 | 2024-06-20T21:02:50.627Z | Documenting sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
| 2534 | 2024-06-20T21:02:50.857Z | Documenting argon2 v0.5.3 |
| 2535 | 2024-06-20T21:02:53.165Z | Documenting swrite v0.1.0 |
| 2536 | 2024-06-20T21:02:53.622Z | Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
| 2537 | 2024-06-20T21:02:53.793Z | Documenting lru-cache v0.1.2 |
| 2538 | 2024-06-20T21:02:54.122Z | Documenting oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=417f74e94978c23f3892ac328c3387f3ecd9bb29#417f74e9) |
| 2539 | 2024-06-20T21:02:54.393Z | Documenting steno v0.4.0 |
| 2540 | 2024-06-20T21:02:55.872Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
| 2541 | 2024-06-20T21:02:56.095Z | Documenting arc-swap v1.7.1 |
| 2542 | 2024-06-20T21:02:56.377Z | Documenting quick-error v1.2.3 |
| 2543 | 2024-06-20T21:02:56.926Z | Documenting omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
| 2544 | 2024-06-20T21:02:57.975Z | Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
| 2545 | 2024-06-20T21:02:58.457Z | Documenting nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
| 2546 | 2024-06-20T21:02:58.848Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
| 2547 | 2024-06-20T21:02:59.130Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
| 2548 | 2024-06-20T21:03:01.063Z | Documenting slog-scope v4.4.0 |
| 2549 | 2024-06-20T21:03:01.285Z | Documenting resolv-conf v0.7.0 |
| 2550 | 2024-06-20T21:03:02.399Z | Documenting opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=417f74e94978c23f3892ac328c3387f3ecd9bb29#417f74e9) |
| 2551 | 2024-06-20T21:03:02.796Z | Checking internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns) |
| 2552 | 2024-06-20T21:03:03.606Z | Documenting xattr v1.3.1 |
| 2553 | 2024-06-20T21:03:03.865Z | Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
| 2554 | 2024-06-20T21:03:04.242Z | Documenting filetime v0.2.23 |
| 2555 | 2024-06-20T21:03:04.942Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
| 2556 | 2024-06-20T21:03:05.193Z | Documenting num-rational v0.4.2 |
| 2557 | 2024-06-20T21:03:06.148Z | Documenting slog-stdlog v4.1.1 |
| 2558 | 2024-06-20T21:03:06.426Z | Documenting trust-dns-resolver v0.22.0 |
| 2559 | 2024-06-20T21:03:08.141Z | Documenting nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
| 2560 | 2024-06-20T21:03:09.245Z | Documenting num-complex v0.4.6 |
| 2561 | 2024-06-20T21:03:09.414Z | Documenting tar v0.4.40 |
| 2562 | 2024-06-20T21:03:10.591Z | Documenting tap v1.0.1 |
| 2563 | 2024-06-20T21:03:10.730Z | Documenting illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
| 2564 | 2024-06-20T21:03:11.245Z | Documenting slog-envlogger v2.2.0 |
| 2565 | 2024-06-20T21:03:13.916Z | Documenting wyz v0.5.1 |
| 2566 | 2024-06-20T21:03:14.930Z | Documenting num v0.4.3 |
| 2567 | 2024-06-20T21:03:15.415Z | Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
| 2568 | 2024-06-20T21:03:15.472Z | Documenting radium v0.7.0 |
| 2569 | 2024-06-20T21:03:16.594Z | Documenting nibble_vec v0.1.0 |
| 2570 | 2024-06-20T21:03:16.921Z | Documenting oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
| 2571 | 2024-06-20T21:03:17.220Z | Documenting endian-type v0.1.2 |
| 2572 | 2024-06-20T21:03:18.655Z | Documenting same-file v1.0.6 |
| 2573 | 2024-06-20T21:03:20.942Z | Documenting funty v2.0.0 |
| 2574 | 2024-06-20T21:03:20.958Z | Documenting crc-catalog v2.4.0 |
| 2575 | 2024-06-20T21:03:21.894Z | Documenting display-error-chain v0.2.0 |
| 2576 | 2024-06-20T21:03:22.068Z | Documenting radix_trie v0.2.1 |
| 2577 | 2024-06-20T21:03:23.062Z | Documenting walkdir v2.5.0 |
| 2578 | 2024-06-20T21:03:24.393Z | Documenting bitvec v1.0.1 |
| 2579 | 2024-06-20T21:03:24.407Z | Documenting crc v3.2.1 |
| 2580 | 2024-06-20T21:03:26.905Z | Documenting oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
| 2581 | 2024-06-20T21:03:27.273Z | Documenting sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
| 2582 | 2024-06-20T21:03:27.548Z | Documenting slog-dtrace v0.3.0 |
| 2583 | 2024-06-20T21:03:27.815Z | Documenting cancel-safe-futures v0.1.5 |
| 2584 | 2024-06-20T21:03:27.933Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
| 2585 | 2024-06-20T21:03:28.198Z | Documenting packed_struct_codegen v0.10.1 |
| 2586 | 2024-06-20T21:03:30.043Z | warning: unresolved link to `Blueprints` |
| 2587 | 2024-06-20T21:03:30.043Z | --> nexus/types/src/deployment/blueprint_diff.rs:5:33 |
| 2588 | 2024-06-20T21:03:30.043Z | | |
| 2589 | 2024-06-20T21:03:30.043Z | 5 | //! Types helpful for diffing [`Blueprints`]. |
| 2590 | 2024-06-20T21:03:30.043Z | | ^^^^^^^^^^ no item named `Blueprints` in scope |
| 2591 | 2024-06-20T21:03:30.043Z | | |
| 2592 | 2024-06-20T21:03:30.043Z | = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` |
| 2593 | 2024-06-20T21:03:30.044Z | = note: `#[warn(rustdoc::broken_intra_doc_links)]` on by default |
| 2594 | 2024-06-20T21:03:30.044Z | |
| 2595 | 2024-06-20T21:03:30.047Z | warning: unresolved link to `Blueprints` |
| 2596 | 2024-06-20T21:03:30.047Z | --> nexus/types/src/deployment/blueprint_display.rs:5:35 |
| 2597 | 2024-06-20T21:03:30.047Z | | |
| 2598 | 2024-06-20T21:03:30.047Z | 5 | //! Types helpful for rendering [`Blueprints`]. |
| 2599 | 2024-06-20T21:03:30.047Z | | ^^^^^^^^^^ no item named `Blueprints` in scope |
| 2600 | 2024-06-20T21:03:30.047Z | | |
| 2601 | 2024-06-20T21:03:30.047Z | = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` |
| 2602 | 2024-06-20T21:03:30.047Z | |
| 2603 | 2024-06-20T21:03:30.047Z | warning: unresolved link to `BpSledTable` |
| 2604 | 2024-06-20T21:03:30.047Z | --> nexus/types/src/deployment/blueprint_display.rs:179:49 |
| 2605 | 2024-06-20T21:03:30.047Z | | |
| 2606 | 2024-06-20T21:03:30.047Z | 179 | /// `BpSledSubtable`s are always nested under [`BpSledTable`]s. |
| 2607 | 2024-06-20T21:03:30.047Z | | ^^^^^^^^^^^ no item named `BpSledTable` in scope |
| 2608 | 2024-06-20T21:03:30.047Z | | |
| 2609 | 2024-06-20T21:03:30.047Z | = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` |
| 2610 | 2024-06-20T21:03:30.047Z | |
| 2611 | 2024-06-20T21:03:30.059Z | Documenting nodrop v0.1.14 |
| 2612 | 2024-06-20T21:03:32.414Z | warning: `nexus-types` (lib doc) generated 3 warnings |
| 2613 | 2024-06-20T21:03:32.444Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
| 2614 | 2024-06-20T21:03:33.591Z | Documenting array-init v0.0.4 |
| 2615 | 2024-06-20T21:03:33.938Z | Documenting bzip2-sys v0.1.11+1.0.8 |
| 2616 | 2024-06-20T21:03:33.995Z | Documenting packed_struct v0.10.1 |
| 2617 | 2024-06-20T21:03:34.129Z | Documenting num-bigint-dig v0.8.4 |
| 2618 | 2024-06-20T21:03:35.479Z | Documenting pem v3.0.4 |
| 2619 | 2024-06-20T21:03:37.086Z | Documenting pkcs1 v0.7.5 |
| 2620 | 2024-06-20T21:03:39.174Z | Documenting signature v2.2.0 |
| 2621 | 2024-06-20T21:03:40.525Z | Documenting maplit v1.0.2 |
| 2622 | 2024-06-20T21:03:40.763Z | Documenting bitfield v0.14.0 |
| 2623 | 2024-06-20T21:03:42.324Z | Documenting termcolor v1.4.1 |
| 2624 | 2024-06-20T21:03:42.495Z | Documenting bzip2 v0.4.4 |
| 2625 | 2024-06-20T21:03:43.791Z | Documenting serde-hex v0.1.0 |
| 2626 | 2024-06-20T21:03:44.128Z | Documenting rsa v0.9.6 |
| 2627 | 2024-06-20T21:03:44.559Z | Documenting lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
| 2628 | 2024-06-20T21:03:45.462Z | Documenting tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 2629 | 2024-06-20T21:03:45.604Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
| 2630 | 2024-06-20T21:03:45.858Z | Documenting x509-cert v0.2.5 |
| 2631 | 2024-06-20T21:03:47.188Z | Documenting env_logger v0.10.2 |
| 2632 | 2024-06-20T21:03:47.847Z | Documenting libsw v3.3.1 |
| 2633 | 2024-06-20T21:03:49.817Z | Documenting ron v0.8.1 |
| 2634 | 2024-06-20T21:03:50.351Z | Documenting half v2.4.1 |
| 2635 | 2024-06-20T21:03:51.758Z | Documenting headers-core v0.2.0 |
| 2636 | 2024-06-20T21:03:52.647Z | Documenting linear-map v1.2.0 |
| 2637 | 2024-06-20T21:03:52.754Z | Documenting ciborium-io v0.2.2 |
| 2638 | 2024-06-20T21:03:53.244Z | Documenting owo-colors v4.0.0 |
| 2639 | 2024-06-20T21:03:53.396Z | Documenting crc-any v2.5.0 |
| 2640 | 2024-06-20T21:03:53.841Z | Documenting utf-8 v0.7.6 |
| 2641 | 2024-06-20T21:03:55.749Z | Documenting tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 2642 | 2024-06-20T21:03:57.179Z | Documenting lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
| 2643 | 2024-06-20T21:03:57.442Z | Documenting zip v0.6.6 |
| 2644 | 2024-06-20T21:03:57.646Z | Documenting ciborium-ll v0.2.2 |
| 2645 | 2024-06-20T21:03:57.692Z | Documenting headers v0.3.9 |
| 2646 | 2024-06-20T21:03:58.755Z | Documenting tungstenite v0.21.0 |
| 2647 | 2024-06-20T21:03:58.851Z | Documenting update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
| 2648 | 2024-06-20T21:04:00.372Z | Documenting internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns) |
| 2649 | 2024-06-20T21:04:02.974Z | Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
| 2650 | 2024-06-20T21:04:03.226Z | Documenting async-recursion v1.1.1 |
| 2651 | 2024-06-20T21:04:04.140Z | Documenting path-slash v0.1.5 |
| 2652 | 2024-06-20T21:04:05.302Z | Documenting tokio-tungstenite v0.21.0 |
| 2653 | 2024-06-20T21:04:06.595Z | Documenting ciborium v0.2.2 |
| 2654 | 2024-06-20T21:04:08.998Z | Documenting hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#943c4bbe) |
| 2655 | 2024-06-20T21:04:09.480Z | Documenting fxhash v0.2.1 |
| 2656 | 2024-06-20T21:04:09.868Z | Documenting installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
| 2657 | 2024-06-20T21:04:10.828Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
| 2658 | 2024-06-20T21:04:11.541Z | Documenting omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
| 2659 | 2024-06-20T21:04:12.883Z | Documenting buf-list v1.0.3 |
| 2660 | 2024-06-20T21:04:14.614Z | Documenting derive_builder_core v0.20.0 |
| 2661 | 2024-06-20T21:04:17.853Z | Checking derive_builder_core v0.20.0 |
| 2662 | 2024-06-20T21:04:18.229Z | Documenting pin-project-internal v1.1.5 |
| 2663 | 2024-06-20T21:04:18.720Z | Documenting ref-cast-impl v1.0.23 |
| 2664 | 2024-06-20T21:04:21.460Z | Documenting vte_generate_state_changes v0.1.1 |
| 2665 | 2024-06-20T21:04:23.348Z | Documenting derive_builder_macro v0.20.0 |
| 2666 | 2024-06-20T21:04:23.953Z | Documenting ref-cast v1.0.23 |
| 2667 | 2024-06-20T21:04:24.770Z | Documenting pin-project v1.1.5 |
| 2668 | 2024-06-20T21:04:25.458Z | Documenting db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
| 2669 | 2024-06-20T21:04:25.475Z | Documenting nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
| 2670 | 2024-06-20T21:04:25.557Z | Documenting bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
| 2671 | 2024-06-20T21:04:26.467Z | Documenting vte v0.11.1 |
| 2672 | 2024-06-20T21:04:27.124Z | Documenting crossbeam-deque v0.8.5 |
| 2673 | 2024-06-20T21:04:27.753Z | Documenting snafu-derive v0.8.2 |
| 2674 | 2024-06-20T21:04:28.370Z | Documenting fd-lock v4.0.2 |
| 2675 | 2024-06-20T21:04:30.965Z | Documenting bitstruct_derive v0.1.0 |
| 2676 | 2024-06-20T21:04:31.228Z | Documenting viona_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
| 2677 | 2024-06-20T21:04:32.027Z | Documenting ascii v1.1.0 |
| 2678 | 2024-06-20T21:04:32.174Z | Documenting rayon-core v1.12.1 |
| 2679 | 2024-06-20T21:04:34.079Z | Documenting bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
| 2680 | 2024-06-20T21:04:35.175Z | Documenting rfb v0.1.0 (https://github.com/oxidecomputer/rfb?rev=0cac8d9c25eb27acfa35df80f3b9d371de98ab3b#0cac8d9c) |
| 2681 | 2024-06-20T21:04:35.491Z | Documenting snafu v0.8.2 |
| 2682 | 2024-06-20T21:04:36.305Z | Documenting bitstruct v0.1.1 |
| 2683 | 2024-06-20T21:04:36.433Z | Documenting viona_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
| 2684 | 2024-06-20T21:04:37.615Z | Documenting strip-ansi-escapes v0.2.0 |
| 2685 | 2024-06-20T21:04:39.141Z | Documenting derive_builder v0.20.0 |
| 2686 | 2024-06-20T21:04:39.319Z | Documenting nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
| 2687 | 2024-06-20T21:04:39.625Z | Checking tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
| 2688 | 2024-06-20T21:04:40.072Z | Documenting nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
| 2689 | 2024-06-20T21:04:41.384Z | Documenting polar-core v0.27.3 |
| 2690 | 2024-06-20T21:04:41.402Z | Documenting libxml v0.3.3 |
| 2691 | 2024-06-20T21:04:41.839Z | Documenting proc-macro-error-attr v1.0.4 |
| 2692 | 2024-06-20T21:04:42.935Z | Documenting dladm v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
| 2693 | 2024-06-20T21:04:46.955Z | Documenting globset v0.4.14 |
| 2694 | 2024-06-20T21:04:48.450Z | Documenting propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
| 2695 | 2024-06-20T21:04:48.479Z | Documenting olpc-cjson v0.1.3 |
| 2696 | 2024-06-20T21:04:49.210Z | Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
| 2697 | 2024-06-20T21:04:49.303Z | Documenting erased-serde v0.3.31 |
| 2698 | 2024-06-20T21:04:50.187Z | Documenting serde_plain v1.0.2 |
| 2699 | 2024-06-20T21:04:51.792Z | Documenting quick-xml v0.31.0 |
| 2700 | 2024-06-20T21:04:53.313Z | Documenting serde_arrays v0.1.0 |
| 2701 | 2024-06-20T21:04:53.610Z | Documenting impl-trait-for-tuples v0.2.2 |
| 2702 | 2024-06-20T21:04:54.522Z | Documenting oso-derive v0.27.3 |
| 2703 | 2024-06-20T21:04:55.642Z | Documenting unicode-xid v0.2.4 |
| 2704 | 2024-06-20T21:04:55.668Z | Checking unicode-xid v0.2.4 |
| 2705 | 2024-06-20T21:04:55.811Z | Documenting nu-ansi-term v0.50.0 |
| 2706 | 2024-06-20T21:04:58.660Z | Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
| 2707 | 2024-06-20T21:04:58.791Z | Documenting typed-path v0.7.1 |
| 2708 | 2024-06-20T21:04:58.959Z | Documenting samael v0.0.15 |
| 2709 | 2024-06-20T21:04:59.075Z | Documenting const_format_proc_macros v0.2.32 |
| 2710 | 2024-06-20T21:04:59.557Z | Documenting propolis v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
| 2711 | 2024-06-20T21:05:00.369Z | Documenting oso v0.27.3 |
| 2712 | 2024-06-20T21:05:00.938Z | Documenting proc-macro-error v1.0.4 |
| 2713 | 2024-06-20T21:05:01.189Z | Documenting reedline v0.31.0 |
| 2714 | 2024-06-20T21:05:05.109Z | Documenting rayon v1.10.0 |
| 2715 | 2024-06-20T21:05:05.530Z | Documenting tough v0.17.1 |
| 2716 | 2024-06-20T21:05:05.923Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
| 2717 | 2024-06-20T21:05:07.248Z | Documenting authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
| 2718 | 2024-06-20T21:05:09.503Z | Documenting libefi-sys v0.1.0 |
| 2719 | 2024-06-20T21:05:11.100Z | Documenting trust-dns-client v0.22.0 |
| 2720 | 2024-06-20T21:05:13.173Z | Documenting cookie v0.18.1 |
| 2721 | 2024-06-20T21:05:13.734Z | Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
| 2722 | 2024-06-20T21:05:15.301Z | Documenting illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
| 2723 | 2024-06-20T21:05:15.632Z | Checking proc-macro-error v1.0.4 |
| 2724 | 2024-06-20T21:05:15.731Z | Documenting bb8 v0.8.3 |
| 2725 | 2024-06-20T21:05:15.904Z | Documenting parse-size v1.0.0 |
| 2726 | 2024-06-20T21:05:16.246Z | Documenting keccak v0.1.5 |
| 2727 | 2024-06-20T21:05:18.455Z | Documenting libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=6fffcc81d2c423ed2d2e6c5c2827485554c4ecbe#6fffcc81) |
| 2728 | 2024-06-20T21:05:19.447Z | Documenting bytecount v0.6.8 |
| 2729 | 2024-06-20T21:05:19.735Z | Documenting sha3 v0.10.8 |
| 2730 | 2024-06-20T21:05:19.893Z | Documenting trust-dns-server v0.22.1 |
| 2731 | 2024-06-20T21:05:20.766Z | Documenting tofino v0.1.0 (http://github.com/oxidecomputer/tofino?branch=main#1b66b89c) |
| 2732 | 2024-06-20T21:05:21.627Z | Documenting tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
| 2733 | 2024-06-20T21:05:22.483Z | Documenting papergrid v0.11.0 |
| 2734 | 2024-06-20T21:05:22.915Z | Documenting async-bb8-diesel v0.1.0 (https://github.com/oxidecomputer/async-bb8-diesel?rev=ed7ab5ef0513ba303d33efd41d3e9e381169d59b#ed7ab5ef) |
| 2735 | 2024-06-20T21:05:23.550Z | Documenting libnvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=6fffcc81d2c423ed2d2e6c5c2827485554c4ecbe#6fffcc81) |
| 2736 | 2024-06-20T21:05:24.808Z | Documenting cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
| 2737 | 2024-06-20T21:05:25.383Z | Documenting tabled_derive v0.7.0 |
| 2738 | 2024-06-20T21:05:28.435Z | Documenting libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
| 2739 | 2024-06-20T21:05:28.621Z | Documenting const_format v0.2.32 |
| 2740 | 2024-06-20T21:05:28.760Z | Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2741 | 2024-06-20T21:05:30.578Z | Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
| 2742 | 2024-06-20T21:05:30.753Z | Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
| 2743 | 2024-06-20T21:05:30.941Z | Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
| 2744 | 2024-06-20T21:05:31.260Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
| 2745 | 2024-06-20T21:05:31.773Z | Documenting sled v0.34.7 |
| 2746 | 2024-06-20T21:05:31.858Z | Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
| 2747 | 2024-06-20T21:05:31.874Z | Documenting nix v0.28.0 |
| 2748 | 2024-06-20T21:05:32.437Z | Documenting diesel-dtrace v0.3.0 (https://github.com/oxidecomputer/diesel-dtrace?branch=main#62ef5ca0) |
| 2749 | 2024-06-20T21:05:32.769Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
| 2750 | 2024-06-20T21:05:33.056Z | Documenting secrecy v0.8.0 |
| 2751 | 2024-06-20T21:05:33.681Z | Documenting gethostname v0.4.3 |
| 2752 | 2024-06-20T21:05:36.359Z | Documenting peg-macros v0.8.3 |
| 2753 | 2024-06-20T21:05:38.136Z | Documenting rustversion v1.0.17 |
| 2754 | 2024-06-20T21:05:38.279Z | Documenting sqlparser_derive v0.2.2 |
| 2755 | 2024-06-20T21:05:38.751Z | Documenting home v0.5.9 |
| 2756 | 2024-06-20T21:05:38.785Z | Documenting unicode_categories v0.1.1 |
| 2757 | 2024-06-20T21:05:41.462Z | Documenting sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
| 2758 | 2024-06-20T21:05:41.650Z | Documenting dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
| 2759 | 2024-06-20T21:05:42.035Z | Documenting peg v0.8.3 |
| 2760 | 2024-06-20T21:05:43.239Z | Documenting castaway v0.2.2 |
| 2761 | 2024-06-20T21:05:43.421Z | Documenting sqlparser v0.45.0 |
| 2762 | 2024-06-20T21:05:43.662Z | Documenting rustyline v14.0.0 |
| 2763 | 2024-06-20T21:05:43.784Z | Documenting sqlformat v0.2.3 |
| 2764 | 2024-06-20T21:05:47.022Z | Documenting tabled v0.15.0 |
| 2765 | 2024-06-20T21:05:48.192Z | Documenting propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
| 2766 | 2024-06-20T21:05:49.335Z | Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
| 2767 | 2024-06-20T21:05:50.836Z | Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
| 2768 | 2024-06-20T21:05:52.203Z | Documenting dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
| 2769 | 2024-06-20T21:05:55.139Z | Documenting zone v0.1.8 |
| 2770 | 2024-06-20T21:05:55.245Z | Documenting libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#4ceaf96e) |
| 2771 | 2024-06-20T21:05:55.835Z | Documenting ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=5630887d0373857f77cb264f84aa19bdec720ce3#5630887d) |
| 2772 | 2024-06-20T21:05:55.838Z | Documenting propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
| 2773 | 2024-06-20T21:05:57.013Z | Documenting oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
| 2774 | 2024-06-20T21:06:00.688Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
| 2775 | 2024-06-20T21:06:00.704Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
| 2776 | 2024-06-20T21:06:00.942Z | Documenting portpicker v0.1.1 |
| 2777 | 2024-06-20T21:06:00.964Z | Documenting universal-hash v0.5.1 |
| 2778 | 2024-06-20T21:06:02.084Z | Documenting bcs v0.1.6 |
| 2779 | 2024-06-20T21:06:06.332Z | Documenting thiserror-impl-no-std v2.0.2 |
| 2780 | 2024-06-20T21:06:06.351Z | Documenting kstat-rs v0.2.3 |
| 2781 | 2024-06-20T21:06:06.749Z | Documenting curve25519-dalek-derive v0.1.1 |
| 2782 | 2024-06-20T21:06:13.574Z | Documenting nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
| 2783 | 2024-06-20T21:06:16.169Z | Documenting opaque-debug v0.3.1 |
| 2784 | 2024-06-20T21:06:16.646Z | Documenting highway v1.1.0 |
| 2785 | 2024-06-20T21:06:16.691Z | Documenting oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
| 2786 | 2024-06-20T21:06:16.693Z | Documenting omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
| 2787 | 2024-06-20T21:06:16.722Z | Documenting libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?rev=e69694a1f7cc9fe31fab27f321017280531fb5f7#e69694a1) |
| 2788 | 2024-06-20T21:06:16.833Z | Documenting curve25519-dalek v4.1.2 |
| 2789 | 2024-06-20T21:06:17.050Z | Documenting thiserror-no-std v2.0.2 |
| 2790 | 2024-06-20T21:06:19.082Z | Documenting poly1305 v0.8.0 |
| 2791 | 2024-06-20T21:06:20.439Z | Documenting compact_str v0.7.1 |
| 2792 | 2024-06-20T21:06:21.810Z | Documenting oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2793 | 2024-06-20T21:06:22.514Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
| 2794 | 2024-06-20T21:06:24.396Z | Documenting key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
| 2795 | 2024-06-20T21:06:24.464Z | Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
| 2796 | 2024-06-20T21:06:25.283Z | Documenting oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
| 2797 | 2024-06-20T21:06:25.708Z | Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
| 2798 | 2024-06-20T21:06:26.627Z | Documenting portable-atomic v1.6.0 |
| 2799 | 2024-06-20T21:06:30.411Z | Documenting ed25519 v1.5.3 |
| 2800 | 2024-06-20T21:06:30.936Z | Documenting propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=50cb28f586083fdb990e401bc6146e7dac9b2753#50cb28f5) |
| 2801 | 2024-06-20T21:06:31.254Z | Documenting wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
| 2802 | 2024-06-20T21:06:32.002Z | Documenting unicase v2.7.0 |
| 2803 | 2024-06-20T21:06:33.822Z | Documenting rcgen v0.12.1 |
| 2804 | 2024-06-20T21:06:35.814Z | Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
| 2805 | 2024-06-20T21:06:37.419Z | Documenting nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
| 2806 | 2024-06-20T21:06:37.477Z | Documenting crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=8c6d485110ecfae5409575246b986a145c386dc4#8c6d4851) |
| 2807 | 2024-06-20T21:06:38.286Z | Documenting atomicwrites v0.4.3 |
| 2808 | 2024-06-20T21:06:42.153Z | Documenting chacha20 v0.9.1 |
| 2809 | 2024-06-20T21:06:42.556Z | Documenting lru v0.12.3 |
| 2810 | 2024-06-20T21:06:43.260Z | warning: could not parse code block as Rust code |
| 2811 | 2024-06-20T21:06:43.260Z | --> oximeter/db/src/oxql/ast/grammar.rs:246:9 |
| 2812 | 2024-06-20T21:06:43.260Z | | |
| 2813 | 2024-06-20T21:06:43.260Z | 246 | / /// Parse a string literal, either single- or double-quoted. |
| 2814 | 2024-06-20T21:06:43.260Z | 247 | | /// |
| 2815 | 2024-06-20T21:06:43.260Z | 248 | | /// Parsing string literals is pretty tricky, but we add several |
| 2816 | 2024-06-20T21:06:43.260Z | 249 | | /// constraints to simplify things. First strings must be quoted, either |
| 2817 | 2024-06-20T21:06:43.260Z | ... | |
| 2818 | 2024-06-20T21:06:43.260Z | 277 | | /// |
| 2819 | 2024-06-20T21:06:43.260Z | 278 | | /// Will be parsed as `this string has " in it`. |
| 2820 | 2024-06-20T21:06:43.260Z | | |________________________________________________________^ |
| 2821 | 2024-06-20T21:06:43.260Z | | |
| 2822 | 2024-06-20T21:06:43.260Z | = help: `ignore` code blocks require valid Rust code for syntax highlighting; mark blocks that do not contain Rust code as text: ```text |
| 2823 | 2024-06-20T21:06:43.260Z | = note: error from rustc: unknown start of token: \ |
| 2824 | 2024-06-20T21:06:43.260Z | = note: error from rustc: unknown start of token: \ |
| 2825 | 2024-06-20T21:06:43.260Z | = note: error from rustc: unknown start of token: \ |
| 2826 | 2024-06-20T21:06:43.260Z | = note: error from rustc: unknown start of token: \ |
| 2827 | 2024-06-20T21:06:43.260Z | = note: error from rustc: unknown start of token: \ |
| 2828 | 2024-06-20T21:06:43.260Z | = note: `#[warn(rustdoc::invalid_rust_codeblocks)]` on by default |
| 2829 | 2024-06-20T21:06:43.260Z | |
| 2830 | 2024-06-20T21:06:43.306Z | Documenting aead v0.5.2 |
| 2831 | 2024-06-20T21:06:44.658Z | warning: `oximeter-db` (lib doc) generated 1 warning |
| 2832 | 2024-06-20T21:06:44.669Z | Documenting rand_seeder v0.2.3 |
| 2833 | 2024-06-20T21:06:45.604Z | Documenting nanorand v0.7.0 |
| 2834 | 2024-06-20T21:06:47.946Z | Documenting subprocess v0.2.9 |
| 2835 | 2024-06-20T21:06:48.322Z | Documenting stability v0.2.0 |
| 2836 | 2024-06-20T21:06:48.390Z | Documenting cassowary v0.3.0 |
| 2837 | 2024-06-20T21:06:58.007Z | Documenting glob v0.3.1 |
| 2838 | 2024-06-20T21:06:58.211Z | Documenting number_prefix v0.4.0 |
| 2839 | 2024-06-20T21:06:58.505Z | Documenting chacha20poly1305 v0.10.1 |
| 2840 | 2024-06-20T21:06:58.725Z | Documenting omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
| 2841 | 2024-06-20T21:06:58.806Z | Documenting wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
| 2842 | 2024-06-20T21:06:58.896Z | Documenting flume v0.11.0 |
| 2843 | 2024-06-20T21:06:59.044Z | Documenting ratatui v0.26.2 |
| 2844 | 2024-06-20T21:07:00.665Z | warning: unresolved link to `crate::db::lookup::LookupPath` |
| 2845 | 2024-06-20T21:07:00.665Z | --> nexus/auth/src/authz/api_resources.rs:8:12 |
| 2846 | 2024-06-20T21:07:00.665Z | | |
| 2847 | 2024-06-20T21:07:00.665Z | 8 | //! (see [`crate::db::lookup::LookupPath`]) and get back a so-called `authz` |
| 2848 | 2024-06-20T21:07:00.665Z | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no item named `db` in module `nexus_auth` |
| 2849 | 2024-06-20T21:07:00.665Z | | |
| 2850 | 2024-06-20T21:07:00.665Z | = note: `#[warn(rustdoc::broken_intra_doc_links)]` on by default |
| 2851 | 2024-06-20T21:07:00.665Z | |
| 2852 | 2024-06-20T21:07:02.208Z | warning: `nexus-auth` (lib doc) generated 1 warning |
| 2853 | 2024-06-20T21:07:02.214Z | Documenting nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
| 2854 | 2024-06-20T21:07:02.489Z | Documenting sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
| 2855 | 2024-06-20T21:07:03.212Z | Documenting indicatif v0.17.8 |
| 2856 | 2024-06-20T21:07:03.928Z | Documenting typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
| 2857 | 2024-06-20T21:07:16.094Z | Documenting mime_guess v2.0.4 |
| 2858 | 2024-06-20T21:07:16.171Z | Documenting salty v0.2.0 |
| 2859 | 2024-06-20T21:07:16.285Z | Documenting vsss-rs v3.3.4 |
| 2860 | 2024-06-20T21:07:16.393Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
| 2861 | 2024-06-20T21:07:16.989Z | Documenting ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
| 2862 | 2024-06-20T21:07:17.080Z | Documenting hubpack v0.1.0 (https://github.com/cbiffle/hubpack.git?rev=df08cc3a6e1f97381cd0472ae348e310f0119e25#df08cc3a) |
| 2863 | 2024-06-20T21:07:17.787Z | Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
| 2864 | 2024-06-20T21:07:18.809Z | Documenting bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
| 2865 | 2024-06-20T21:07:19.297Z | Documenting tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
| 2866 | 2024-06-20T21:07:20.822Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
| 2867 | 2024-06-20T21:07:21.087Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
| 2868 | 2024-06-20T21:07:21.359Z | Documenting serde-big-array v0.5.1 |
| 2869 | 2024-06-20T21:07:21.398Z | Documenting memmap2 v0.9.4 |
| 2870 | 2024-06-20T21:07:25.568Z | Documenting rtoolbox v0.0.2 |
| 2871 | 2024-06-20T21:07:25.866Z | Documenting arrayref v0.3.7 |
| 2872 | 2024-06-20T21:07:25.866Z | Documenting constant_time_eq v0.3.0 |
| 2873 | 2024-06-20T21:07:26.059Z | Documenting is_ci v1.2.0 |
| 2874 | 2024-06-20T21:07:26.245Z | Documenting smawk v0.3.2 |
| 2875 | 2024-06-20T21:07:27.209Z | Documenting http-range v0.1.5 |
| 2876 | 2024-06-20T21:07:27.321Z | Documenting arrayvec v0.7.4 |
| 2877 | 2024-06-20T21:07:27.728Z | Documenting shell-words v1.1.0 |
| 2878 | 2024-06-20T21:07:30.613Z | Documenting unicode-linebreak v0.1.5 |
| 2879 | 2024-06-20T21:07:31.021Z | Documenting rpassword v7.3.1 |
| 2880 | 2024-06-20T21:07:31.089Z | Documenting blake3 v1.5.1 |
| 2881 | 2024-06-20T21:07:31.136Z | Documenting supports-color v3.0.0 |
| 2882 | 2024-06-20T21:07:32.015Z | Documenting gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=c85a4ca043aaa389df12aac5348d8a3feda28762#c85a4ca0) |
| 2883 | 2024-06-20T21:07:32.247Z | Documenting hyper-staticfile v0.9.5 |
| 2884 | 2024-06-20T21:07:33.798Z | Documenting textwrap v0.16.1 |
| 2885 | 2024-06-20T21:07:35.499Z | Documenting bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
| 2886 | 2024-06-20T21:07:35.676Z | Documenting sprockets-common v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef) |
| 2887 | 2024-06-20T21:07:36.143Z | Documenting tui-tree-widget v0.19.0 |
| 2888 | 2024-06-20T21:07:38.897Z | Documenting nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
| 2889 | 2024-06-20T21:07:39.375Z | Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
| 2890 | 2024-06-20T21:07:40.700Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
| 2891 | 2024-06-20T21:07:40.838Z | Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
| 2892 | 2024-06-20T21:07:42.859Z | Documenting update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
| 2893 | 2024-06-20T21:07:43.922Z | Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
| 2894 | 2024-06-20T21:07:44.687Z | Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
| 2895 | 2024-06-20T21:07:44.717Z | Documenting signal-hook-tokio v0.3.1 |
| 2896 | 2024-06-20T21:07:44.913Z | Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
| 2897 | 2024-06-20T21:07:45.124Z | Documenting csv-core v0.1.11 |
| 2898 | 2024-06-20T21:07:45.591Z | Documenting corncobs v0.1.3 |
| 2899 | 2024-06-20T21:07:47.301Z | Documenting topological-sort v0.2.2 |
| 2900 | 2024-06-20T21:07:48.704Z | Documenting sprockets-rot v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef) |
| 2901 | 2024-06-20T21:07:49.577Z | Documenting csv v1.3.0 |
| 2902 | 2024-06-20T21:07:50.222Z | Documenting omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
| 2903 | 2024-06-20T21:07:51.745Z | Documenting omicron-zone-package v0.11.0 |
| 2904 | 2024-06-20T21:07:53.350Z | Documenting wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
| 2905 | 2024-06-20T21:07:53.473Z | Documenting omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 2906 | 2024-06-20T21:07:54.820Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 2907 | 2024-06-20T21:07:55.663Z | Documenting nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
| 2908 | 2024-06-20T21:08:02.550Z | Documenting oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
| 2909 | 2024-06-20T21:08:04.155Z | warning: unresolved link to `test_sled_transitions` |
| 2910 | 2024-06-20T21:08:04.155Z | --> nexus/db-queries/src/db/datastore/sled.rs:698:11 |
| 2911 | 2024-06-20T21:08:04.155Z | | |
| 2912 | 2024-06-20T21:08:04.155Z | 698 | /// [`test_sled_transitions`]. |
| 2913 | 2024-06-20T21:08:04.155Z | | ^^^^^^^^^^^^^^^^^^^^^ no item named `test_sled_transitions` in scope |
| 2914 | 2024-06-20T21:08:04.155Z | | |
| 2915 | 2024-06-20T21:08:04.155Z | = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` |
| 2916 | 2024-06-20T21:08:04.155Z | = note: `#[warn(rustdoc::broken_intra_doc_links)]` on by default |
| 2917 | 2024-06-20T21:08:04.155Z | |
| 2918 | 2024-06-20T21:08:04.155Z | warning: unresolved link to `test_sled_transitions` |
| 2919 | 2024-06-20T21:08:04.155Z | --> nexus/db-queries/src/db/datastore/sled.rs:734:11 |
| 2920 | 2024-06-20T21:08:04.155Z | | |
| 2921 | 2024-06-20T21:08:04.155Z | 734 | /// [`test_sled_transitions`]. |
| 2922 | 2024-06-20T21:08:04.155Z | | ^^^^^^^^^^^^^^^^^^^^^ no item named `test_sled_transitions` in scope |
| 2923 | 2024-06-20T21:08:04.155Z | | |
| 2924 | 2024-06-20T21:08:04.155Z | = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` |
| 2925 | 2024-06-20T21:08:04.155Z | |
| 2926 | 2024-06-20T21:08:04.158Z | warning: unresolved link to `DataStore::update_tuf_repo_description_insert` |
| 2927 | 2024-06-20T21:08:04.158Z | --> nexus/db-queries/src/db/datastore/update.rs:28:27 |
| 2928 | 2024-06-20T21:08:04.158Z | | |
| 2929 | 2024-06-20T21:08:04.158Z | 28 | /// The return value of [`DataStore::update_tuf_repo_description_insert`]. |
| 2930 | 2024-06-20T21:08:04.159Z | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the struct `DataStore` has no field or associated item named `update_tuf_repo_description_insert` |
| 2931 | 2024-06-20T21:08:04.159Z | |
| 2932 | 2024-06-20T21:08:04.532Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
| 2933 | 2024-06-20T21:08:06.405Z | Documenting nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
| 2934 | 2024-06-20T21:08:12.383Z | Documenting crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=8c6d485110ecfae5409575246b986a145c386dc4#8c6d4851) |
| 2935 | 2024-06-20T21:08:13.587Z | warning: unclosed HTML tag `usize` |
| 2936 | 2024-06-20T21:08:13.587Z | --> wicket/src/ui/panes/update.rs:153:19 |
| 2937 | 2024-06-20T21:08:13.587Z | | |
| 2938 | 2024-06-20T21:08:13.587Z | 153 | /// TODO: The <usize> generic parameter is carried over from earlier versions |
| 2939 | 2024-06-20T21:08:13.587Z | | ^^^^^^^ |
| 2940 | 2024-06-20T21:08:13.587Z | | |
| 2941 | 2024-06-20T21:08:13.587Z | = note: `#[warn(rustdoc::invalid_html_tags)]` on by default |
| 2942 | 2024-06-20T21:08:13.587Z | |
| 2943 | 2024-06-20T21:08:14.976Z | warning: `wicket` (lib doc) generated 1 warning |
| 2944 | 2024-06-20T21:08:14.979Z | Documenting cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
| 2945 | 2024-06-20T21:08:17.497Z | Documenting fatfs v0.3.6 |
| 2946 | 2024-06-20T21:08:18.195Z | warning: unresolved link to `BlueprintDisksConfig` |
| 2947 | 2024-06-20T21:08:18.195Z | --> nexus/reconfigurator/planning/src/blueprint_builder/builder.rs:1170:55 |
| 2948 | 2024-06-20T21:08:18.195Z | | |
| 2949 | 2024-06-20T21:08:18.195Z | 1170 | /// blueprint. We do this by keeping a copy of any [`BlueprintDisksConfig`] |
| 2950 | 2024-06-20T21:08:18.195Z | | ^^^^^^^^^^^^^^^^^^^^ no item named `BlueprintDisksConfig` in scope |
| 2951 | 2024-06-20T21:08:18.195Z | | |
| 2952 | 2024-06-20T21:08:18.195Z | = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` |
| 2953 | 2024-06-20T21:08:18.195Z | = note: `#[warn(rustdoc::broken_intra_doc_links)]` on by default |
| 2954 | 2024-06-20T21:08:18.195Z | |
| 2955 | 2024-06-20T21:08:19.242Z | warning: `nexus-reconfigurator-planning` (lib doc) generated 1 warning |
| 2956 | 2024-06-20T21:08:19.245Z | Documenting cargo-platform v0.1.8 |
| 2957 | 2024-06-20T21:08:21.559Z | Documenting assert_matches v1.5.0 |
| 2958 | 2024-06-20T21:08:23.418Z | Documenting wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
| 2959 | 2024-06-20T21:08:23.466Z | warning: `nexus-db-queries` (lib doc) generated 3 warnings |
| 2960 | 2024-06-20T21:08:23.469Z | Documenting nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
| 2961 | 2024-06-20T21:08:23.986Z | Documenting nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
| 2962 | 2024-06-20T21:08:24.764Z | Documenting nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
| 2963 | 2024-06-20T21:08:24.843Z | Documenting cargo_metadata v0.18.1 |
| 2964 | 2024-06-20T21:08:25.472Z | Documenting sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
| 2965 | 2024-06-20T21:08:25.977Z | Documenting omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
| 2966 | 2024-06-20T21:08:32.651Z | warning: unresolved link to `propolis_client::api::InstanceStateMonitorResponse` |
| 2967 | 2024-06-20T21:08:32.651Z | --> sled-agent/src/sim/instance.rs:46:7 |
| 2968 | 2024-06-20T21:08:32.651Z | | |
| 2969 | 2024-06-20T21:08:32.651Z | 46 | /// [`propolis_client::api::InstanceStateMonitorResponse`]. Transition requests |
| 2970 | 2024-06-20T21:08:32.651Z | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no item named `api` in module `propolis_client` |
| 2971 | 2024-06-20T21:08:32.651Z | | |
| 2972 | 2024-06-20T21:08:32.651Z | = note: `#[warn(rustdoc::broken_intra_doc_links)]` on by default |
| 2973 | 2024-06-20T21:08:32.651Z | |
| 2974 | 2024-06-20T21:08:36.174Z | warning: `omicron-sled-agent` (lib doc) generated 1 warning |
| 2975 | 2024-06-20T21:08:36.177Z | Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
| 2976 | 2024-06-20T21:08:37.215Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
| 2977 | 2024-06-20T21:08:40.466Z | Documenting installinator-artifactd v0.1.0 (/work/oxidecomputer/omicron/installinator-artifactd) |
| 2978 | 2024-06-20T21:08:41.232Z | Documenting installinator-artifact-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-artifact-client) |
| 2979 | 2024-06-20T21:08:45.439Z | Checking installinator-artifact-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-artifact-client) |
| 2980 | 2024-06-20T21:08:48.531Z | Checking installinator-artifactd v0.1.0 (/work/oxidecomputer/omicron/installinator-artifactd) |
| 2981 | 2024-06-20T21:08:48.826Z | Documenting termios v0.3.3 |
| 2982 | 2024-06-20T21:08:49.320Z | Documenting uzers v0.11.3 |
| 2983 | 2024-06-20T21:08:54.483Z | Documenting gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli) |
| 2984 | 2024-06-20T21:08:54.958Z | Documenting zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
| 2985 | 2024-06-20T21:08:56.277Z | Documenting wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
| 2986 | 2024-06-20T21:08:58.255Z | Documenting installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
| 2987 | 2024-06-20T21:09:01.679Z | Documenting nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
| 2988 | 2024-06-20T21:09:03.285Z | Documenting gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
| 2989 | 2024-06-20T21:09:10.418Z | Documenting omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng) |
| 2990 | 2024-06-20T21:09:28.444Z | Documenting omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
| 2991 | 2024-06-20T21:09:34.475Z | Documenting crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed) |
| 2992 | 2024-06-20T21:09:39.572Z | Documenting omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
| 2993 | 2024-06-20T21:09:43.322Z | Documenting tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous) |
| 2994 | 2024-06-20T21:09:47.115Z | Documenting internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns-cli) |
| 2995 | 2024-06-20T21:09:48.299Z | Documenting oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
| 2996 | 2024-06-20T21:09:49.263Z | Documenting nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
| 2997 | 2024-06-20T21:09:50.703Z | Documenting omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
| 2998 | 2024-06-20T21:10:23.727Z | warning: unresolved link to `Nexus` |
| 2999 | 2024-06-20T21:10:23.727Z | --> nexus/src/app/instance_network.rs:243:34 |
| 3000 | 2024-06-20T21:10:23.727Z | | |
| 3001 | 2024-06-20T21:10:23.727Z | 243 | /// called by methods on the [`Nexus`] type, this is the `OpContext` used for |
| 3002 | 2024-06-20T21:10:23.727Z | | ^^^^^ no item named `Nexus` in scope |
| 3003 | 2024-06-20T21:10:23.727Z | | |
| 3004 | 2024-06-20T21:10:23.727Z | = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` |
| 3005 | 2024-06-20T21:10:23.727Z | = note: `#[warn(rustdoc::broken_intra_doc_links)]` on by default |
| 3006 | 2024-06-20T21:10:23.727Z | |
| 3007 | 2024-06-20T21:10:23.731Z | warning: unresolved link to `Nexus` |
| 3008 | 2024-06-20T21:10:23.731Z | --> nexus/src/app/instance_network.rs:422:34 |
| 3009 | 2024-06-20T21:10:23.731Z | | |
| 3010 | 2024-06-20T21:10:23.731Z | 422 | /// called by methods on the [`Nexus`] type, this is the `OpContext` used for |
| 3011 | 2024-06-20T21:10:23.731Z | | ^^^^^ no item named `Nexus` in scope |
| 3012 | 2024-06-20T21:10:23.731Z | | |
| 3013 | 2024-06-20T21:10:23.731Z | = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` |
| 3014 | 2024-06-20T21:10:23.731Z | |
| 3015 | 2024-06-20T21:10:23.731Z | warning: unresolved link to `VolumeConstructionRequest` |
| 3016 | 2024-06-20T21:10:23.731Z | --> nexus/src/app/sagas/volume_delete.rs:335:7 |
| 3017 | 2024-06-20T21:10:23.731Z | | |
| 3018 | 2024-06-20T21:10:23.731Z | 335 | /// [`VolumeConstructionRequest`] is shown here): |
| 3019 | 2024-06-20T21:10:23.731Z | | ^^^^^^^^^^^^^^^^^^^^^^^^^ no item named `VolumeConstructionRequest` in scope |
| 3020 | 2024-06-20T21:10:23.731Z | | |
| 3021 | 2024-06-20T21:10:23.731Z | = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` |
| 3022 | 2024-06-20T21:10:23.731Z | |
| 3023 | 2024-06-20T21:10:23.731Z | warning: unresolved link to `fd00:1122:3344:101::5` |
| 3024 | 2024-06-20T21:10:23.731Z | --> nexus/src/app/sagas/volume_delete.rs:345:17 |
| 3025 | 2024-06-20T21:10:23.731Z | | |
| 3026 | 2024-06-20T21:10:23.731Z | 345 | /// "[fd00:1122:3344:101::5]:1000", |
| 3027 | 2024-06-20T21:10:23.731Z | | ^^^^^^^^^^^^^^^^^^^^^ no item named `fd00:1122:3344:101` in scope |
| 3028 | 2024-06-20T21:10:23.731Z | |
| 3029 | 2024-06-20T21:10:23.731Z | warning: unresolved link to `fd00:1122:3344:102::9` |
| 3030 | 2024-06-20T21:10:23.731Z | --> nexus/src/app/sagas/volume_delete.rs:346:17 |
| 3031 | 2024-06-20T21:10:23.731Z | | |
| 3032 | 2024-06-20T21:10:23.731Z | 346 | /// "[fd00:1122:3344:102::9]:1000", |
| 3033 | 2024-06-20T21:10:23.731Z | | ^^^^^^^^^^^^^^^^^^^^^ no item named `fd00:1122:3344:102` in scope |
| 3034 | 2024-06-20T21:10:23.731Z | |
| 3035 | 2024-06-20T21:10:23.731Z | warning: unresolved link to `fd00:1122:3344:103::2` |
| 3036 | 2024-06-20T21:10:23.731Z | --> nexus/src/app/sagas/volume_delete.rs:347:17 |
| 3037 | 2024-06-20T21:10:23.731Z | | |
| 3038 | 2024-06-20T21:10:23.731Z | 347 | /// "[fd00:1122:3344:103::2]:1000" |
| 3039 | 2024-06-20T21:10:23.731Z | | ^^^^^^^^^^^^^^^^^^^^^ no item named `fd00:1122:3344:103` in scope |
| 3040 | 2024-06-20T21:10:23.731Z | |
| 3041 | 2024-06-20T21:10:23.731Z | warning: unresolved link to `fd00:1122:3344:101::5` |
| 3042 | 2024-06-20T21:10:23.731Z | --> nexus/src/app/sagas/volume_delete.rs:366:17 |
| 3043 | 2024-06-20T21:10:23.731Z | | |
| 3044 | 2024-06-20T21:10:23.732Z | 366 | /// "[fd00:1122:3344:101::5]:1001", <-- port changed |
| 3045 | 2024-06-20T21:10:23.732Z | | ^^^^^^^^^^^^^^^^^^^^^ no item named `fd00:1122:3344:101` in scope |
| 3046 | 2024-06-20T21:10:23.732Z | |
| 3047 | 2024-06-20T21:10:23.732Z | warning: unresolved link to `fd00:1122:3344:102::9` |
| 3048 | 2024-06-20T21:10:23.732Z | --> nexus/src/app/sagas/volume_delete.rs:367:17 |
| 3049 | 2024-06-20T21:10:23.732Z | | |
| 3050 | 2024-06-20T21:10:23.732Z | 367 | /// "[fd00:1122:3344:102::9]:1001", <-- port changed |
| 3051 | 2024-06-20T21:10:23.732Z | | ^^^^^^^^^^^^^^^^^^^^^ no item named `fd00:1122:3344:102` in scope |
| 3052 | 2024-06-20T21:10:23.732Z | |
| 3053 | 2024-06-20T21:10:23.732Z | warning: unresolved link to `fd00:1122:3344:103::2` |
| 3054 | 2024-06-20T21:10:23.732Z | --> nexus/src/app/sagas/volume_delete.rs:368:17 |
| 3055 | 2024-06-20T21:10:23.732Z | | |
| 3056 | 2024-06-20T21:10:23.732Z | 368 | /// "[fd00:1122:3344:103::2]:1001" <-- port changed |
| 3057 | 2024-06-20T21:10:23.732Z | | ^^^^^^^^^^^^^^^^^^^^^ no item named `fd00:1122:3344:103` in scope |
| 3058 | 2024-06-20T21:10:23.732Z | |
| 3059 | 2024-06-20T21:10:26.731Z | warning: `omicron-nexus` (lib doc) generated 9 warnings |
| 3060 | 2024-06-20T21:10:43.593Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 13m 05s |
| 3061 | 2024-06-20T21:10:43.720Z | Generated /work/oxidecomputer/omicron/target/doc/authz_macros/index.html and 85 other files |
| 3062 | 2024-06-20T21:10:43.766Z | |
| 3063 | 2024-06-20T21:10:43.769Z | real 13:05.609824748 |
| 3064 | 2024-06-20T21:10:43.769Z | user 37:13.219938995 |
| 3065 | 2024-06-20T21:10:43.769Z | sys 55:05.391580210 |
| 3066 | 2024-06-20T21:10:43.769Z | trap 0.928497419 |
| 3067 | 2024-06-20T21:10:43.769Z | tflt 0.187208782 |
| 3068 | 2024-06-20T21:10:43.769Z | dflt 0.673946018 |
| 3069 | 2024-06-20T21:10:43.769Z | kflt 0.000217143 |
| 3070 | 2024-06-20T21:10:43.769Z | lock 3:16:16.495052541 |
| 3071 | 2024-06-20T21:10:43.769Z | slp 3:33:05.185317085 |
| 3072 | 2024-06-20T21:10:43.769Z | lat 4:36.335663350 |
| 3073 | 2024-06-20T21:10:43.769Z | stop 2:41.043814314 |
| 3074 | 2024-06-20T21:10:43.769Z | process exited: duration 1375789 ms, exit code 0 |
| |
| 3075 | 2024-06-20T21:10:43.775Z | found 0 output files |