|
|
|
1 | 2024-11-27T19:31:32.823Z | job assigned to worker 01JDQHNG0YRFPVAP62X60B15B4 [factory aws, i-0554cabff54749491] (queued for 51 s) |
|
2 | 2024-11-27T19:31:40.721Z | starting task 0: "setup" |
3 | 2024-11-27T19:31:40.735Z | ++ uname -s |
4 | 2024-11-27T19:31:40.741Z | + kern=SunOS |
5 | 2024-11-27T19:31:40.741Z | + case "$kern" in |
6 | 2024-11-27T19:31:40.741Z | + groupadd -g 12345 build |
7 | 2024-11-27T19:31:40.741Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
8 | 2024-11-27T19:31:42.741Z | + zfs create -o mountpoint=/work rpool/work |
9 | 2024-11-27T19:31:42.866Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
10 | 2024-11-27T19:31:42.869Z | + home_fs=zfs |
11 | 2024-11-27T19:31:42.869Z | + [[ zfs == autofs ]] |
12 | 2024-11-27T19:31:42.869Z | + mkdir -p /home/build |
13 | 2024-11-27T19:31:42.871Z | + chown build:build /home/build /work |
14 | 2024-11-27T19:31:43.872Z | + chmod 0700 /home/build /work |
15 | 2024-11-27T19:31:43.875Z | process exited: duration 3159 ms, exit code 0 |
|
16 | 2024-11-27T19:31:43.881Z | starting task 1: "rust-toolchain" |
17 | 2024-11-27T19:31:43.887Z | + printf ' * toolchain channel = "%s" |
18 | 2024-11-27T19:31:43.887Z | ' 1.81.0 |
19 | 2024-11-27T19:31:43.887Z | * toolchain channel = "1.81.0" |
20 | 2024-11-27T19:31:43.887Z | * toolchain profile = "default" |
21 | 2024-11-27T19:31:43.887Z | + printf ' * toolchain profile = "%s" |
22 | 2024-11-27T19:31:43.887Z | ' default |
23 | 2024-11-27T19:31:43.890Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
24 | 2024-11-27T19:31:43.890Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.81.0 --profile default |
25 | 2024-11-27T19:31:43.993Z | info: downloading installer |
26 | 2024-11-27T19:31:45.568Z | info: profile set to 'default' |
27 | 2024-11-27T19:31:45.568Z | info: default host triple is x86_64-unknown-illumos |
28 | 2024-11-27T19:31:45.571Z | info: syncing channel updates for '1.81.0-x86_64-unknown-illumos' |
29 | 2024-11-27T19:31:45.759Z | info: latest update on 2024-09-05, rust version 1.81.0 (eeb90cda1 2024-09-04) |
30 | 2024-11-27T19:31:45.759Z | info: downloading component 'cargo' |
31 | 2024-11-27T19:31:46.599Z | info: downloading component 'clippy' |
32 | 2024-11-27T19:31:46.910Z | info: downloading component 'rust-docs' |
33 | 2024-11-27T19:31:48.104Z | info: downloading component 'rust-std' |
34 | 2024-11-27T19:31:49.967Z | info: downloading component 'rustc' |
35 | 2024-11-27T19:31:56.662Z | info: downloading component 'rustfmt' |
36 | 2024-11-27T19:31:56.917Z | info: installing component 'cargo' |
37 | 2024-11-27T19:31:57.712Z | info: installing component 'clippy' |
38 | 2024-11-27T19:31:58.077Z | info: installing component 'rust-docs' |
39 | 2024-11-27T19:31:59.696Z | info: installing component 'rust-std' |
40 | 2024-11-27T19:32:01.412Z | info: installing component 'rustc' |
41 | 2024-11-27T19:32:07.067Z | info: installing component 'rustfmt' |
42 | 2024-11-27T19:32:07.387Z | info: default toolchain set to '1.81.0-x86_64-unknown-illumos' |
43 | 2024-11-27T19:32:07.387Z | |
44 | 2024-11-27T19:32:07.751Z | 1.81.0-x86_64-unknown-illumos installed - rustc 1.81.0 (eeb90cda1 2024-09-04) |
45 | 2024-11-27T19:32:07.751Z | |
46 | 2024-11-27T19:32:07.753Z | |
47 | 2024-11-27T19:32:07.753Z | Rust is installed now. Great! |
48 | 2024-11-27T19:32:07.753Z | |
49 | 2024-11-27T19:32:07.753Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
50 | 2024-11-27T19:32:07.753Z | environment variable. This has not been done automatically. |
51 | 2024-11-27T19:32:07.753Z | |
52 | 2024-11-27T19:32:07.753Z | To configure your current shell, you need to source |
53 | 2024-11-27T19:32:07.753Z | the corresponding env file under $HOME/.cargo. |
54 | 2024-11-27T19:32:07.754Z | |
55 | 2024-11-27T19:32:07.754Z | This is usually done by running one of the following (note the leading DOT): |
56 | 2024-11-27T19:32:07.754Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
57 | 2024-11-27T19:32:07.754Z | source "$HOME/.cargo/env.fish" # For fish |
58 | 2024-11-27T19:32:07.822Z | + rustc --version |
59 | 2024-11-27T19:32:07.888Z | rustc 1.81.0 (eeb90cda1 2024-09-04) |
60 | 2024-11-27T19:32:07.891Z | process exited: duration 24003 ms, exit code 0 |
|
61 | 2024-11-27T19:32:07.896Z | starting task 2: "authentication" |
62 | 2024-11-27T19:32:07.916Z | process exited: duration 19 ms, exit code 0 |
|
63 | 2024-11-27T19:32:07.921Z | starting task 3: "clone repository" |
64 | 2024-11-27T19:32:07.926Z | + mkdir -p /work/oxidecomputer/omicron |
65 | 2024-11-27T19:32:07.928Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
66 | 2024-11-27T19:32:08.037Z | Cloning into '/work/oxidecomputer/omicron'... |
67 | 2024-11-27T19:32:14.516Z | + cd /work/oxidecomputer/omicron |
68 | 2024-11-27T19:32:14.516Z | + git fetch origin f50e824ea658dbbd65949c8358582afcba5bd74f |
69 | 2024-11-27T19:32:14.820Z | From https://github.com/oxidecomputer/omicron |
70 | 2024-11-27T19:32:14.821Z | * branch f50e824ea658dbbd65949c8358582afcba5bd74f -> FETCH_HEAD |
71 | 2024-11-27T19:32:14.831Z | + [[ -n renovate/qorb-0.x ]] |
72 | 2024-11-27T19:32:14.833Z | ++ git branch --show-current |
73 | 2024-11-27T19:32:14.836Z | + current=main |
74 | 2024-11-27T19:32:14.836Z | + [[ main != renovate/qorb-0.x ]] |
75 | 2024-11-27T19:32:14.836Z | + git branch -f renovate/qorb-0.x f50e824ea658dbbd65949c8358582afcba5bd74f |
76 | 2024-11-27T19:32:14.839Z | + git checkout -f renovate/qorb-0.x |
77 | 2024-11-27T19:32:15.014Z | Switched to branch 'renovate/qorb-0.x' |
78 | 2024-11-27T19:32:15.017Z | + git reset --hard f50e824ea658dbbd65949c8358582afcba5bd74f |
79 | 2024-11-27T19:32:15.031Z | HEAD is now at f50e824ea Update Rust crate qorb to 0.2.1 |
80 | 2024-11-27T19:32:15.035Z | process exited: duration 7109 ms, exit code 0 |
|
81 | 2024-11-27T19:32:15.041Z | starting task 4: "build" |
82 | 2024-11-27T19:32:15.046Z | + source ./env.sh |
83 | 2024-11-27T19:32:15.046Z | ++ OLD_SHELL_OPTS=ehxB |
84 | 2024-11-27T19:32:15.046Z | ++ set -o xtrace |
85 | 2024-11-27T19:32:15.049Z | ++++ dirname ./env.sh |
86 | 2024-11-27T19:32:15.052Z | +++ readlink -f . |
87 | 2024-11-27T19:32:15.066Z | ++ OMICRON_WS=/work/oxidecomputer/omicron |
88 | 2024-11-27T19:32:15.068Z | ++ export PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
89 | 2024-11-27T19:32:15.068Z | ++ PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
90 | 2024-11-27T19:32:15.069Z | ++ 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 |
91 | 2024-11-27T19:32:15.069Z | ++ 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 |
92 | 2024-11-27T19:32:15.069Z | ++ 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 |
93 | 2024-11-27T19:32:15.069Z | ++ 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 |
94 | 2024-11-27T19:32:15.069Z | ++ 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 |
95 | 2024-11-27T19:32:15.069Z | ++ 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 |
96 | 2024-11-27T19:32:15.069Z | ++ case $OLD_SHELL_OPTS in |
97 | 2024-11-27T19:32:15.069Z | ++ unset OLD_SHELL_OPTS OMICRON_WS |
98 | 2024-11-27T19:32:15.069Z | + source .github/buildomat/ci-env.sh |
99 | 2024-11-27T19:32:15.069Z | ++ export CARGO_TERM_COLOR=always |
100 | 2024-11-27T19:32:15.069Z | ++ CARGO_TERM_COLOR=always |
101 | 2024-11-27T19:32:15.069Z | + cargo --version |
102 | 2024-11-27T19:32:15.124Z | cargo 1.81.0 (2dbb1af80 2024-08-20) |
103 | 2024-11-27T19:32:15.126Z | + rustc --version |
104 | 2024-11-27T19:32:15.188Z | rustc 1.81.0 (eeb90cda1 2024-09-04) |
105 | 2024-11-27T19:32:15.190Z | + banner prerequisites |
106 | 2024-11-27T19:32:15.193Z | |
107 | 2024-11-27T19:32:15.194Z | ##### ##### ###### ##### ###### #### # # # #### # |
108 | 2024-11-27T19:32:15.194Z | # # # # # # # # # # # # # # # |
109 | 2024-11-27T19:32:15.194Z | # # # # ##### # # ##### # # # # # #### # |
110 | 2024-11-27T19:32:15.194Z | ##### ##### # ##### # # # # # # # # # |
111 | 2024-11-27T19:32:15.194Z | # # # # # # # # # # # # # # # |
112 | 2024-11-27T19:32:15.194Z | # # # ###### # # ###### ### # #### # #### # |
113 | 2024-11-27T19:32:15.194Z | |
114 | 2024-11-27T19:32:15.194Z | + ptime -m bash ./tools/install_builder_prerequisites.sh -y |
115 | 2024-11-27T19:32:24.504Z | Startup: Refreshing catalog 'helios-dev' ... Done |
116 | 2024-11-27T19:32:28.458Z | Startup: Caching catalogs ... Done |
117 | 2024-11-27T19:32:37.756Z | Planning: Solver setup ... Done (8.493s) |
118 | 2024-11-27T19:32:37.876Z | Planning: Running solver ... Done (0.120s) |
119 | 2024-11-27T19:32:38.071Z | Planning: Finding local manifests ... Done (0.103s) |
120 | 2024-11-27T19:32:38.102Z | Planning: Fetching manifests: 0/5 0% complete |
121 | 2024-11-27T19:32:38.728Z | Planning: Fetching manifests: 5/5 100% complete |
122 | 2024-11-27T19:32:39.062Z | Planning: Package planning ... Done (0.334s) |
123 | 2024-11-27T19:32:39.119Z | Planning: Merging actions ... Done (0.056s) |
124 | 2024-11-27T19:32:39.708Z | Planning: Checking for conflicting actions ... Done (0.589s) |
125 | 2024-11-27T19:32:44.849Z | Planning: Consolidating action changes ... Done (5.140s) |
126 | 2024-11-27T19:32:45.245Z | Planning: Evaluating mediators ... Done (0.394s) |
127 | 2024-11-27T19:32:45.324Z | Planning: Planning completed in 16.83 seconds |
128 | 2024-11-27T19:32:45.339Z | Packages to install: 4 |
129 | 2024-11-27T19:32:45.343Z | Packages to update: 1 |
130 | 2024-11-27T19:32:45.343Z | Mediators to change: 2 |
131 | 2024-11-27T19:32:45.343Z | Services to change: 1 |
132 | 2024-11-27T19:32:45.343Z | Estimated space available: 155.64 GB |
133 | 2024-11-27T19:32:45.343Z | Estimated space to be consumed: 1.60 GB |
134 | 2024-11-27T19:32:45.343Z | Create boot environment: No |
135 | 2024-11-27T19:32:45.343Z | Create backup boot environment: Yes |
136 | 2024-11-27T19:32:45.343Z | Rebuild boot archive: No |
137 | 2024-11-27T19:32:45.343Z | |
138 | 2024-11-27T19:32:45.343Z | Changed mediators: |
139 | 2024-11-27T19:32:45.343Z | mediator clang: |
140 | 2024-11-27T19:32:45.344Z | version: None -> 15 (system default) |
141 | 2024-11-27T19:32:45.344Z | |
142 | 2024-11-27T19:32:45.344Z | mediator llvm: |
143 | 2024-11-27T19:32:45.344Z | version: 14 (system default) -> 15 (system default) |
144 | 2024-11-27T19:32:45.344Z | |
145 | 2024-11-27T19:32:45.344Z | Changed packages: |
146 | 2024-11-27T19:32:45.344Z | helios-dev |
147 | 2024-11-27T19:32:45.344Z | developer/build-essential |
148 | 2024-11-27T19:32:45.344Z | None -> 11-2.0 |
149 | 2024-11-27T19:32:45.344Z | library/libxmlsec1 |
150 | 2024-11-27T19:32:45.344Z | None -> 1.2.35-2.0 |
151 | 2024-11-27T19:32:45.344Z | ooce/developer/clang-15 |
152 | 2024-11-27T19:32:45.344Z | None -> 15.0.7-2.0 |
153 | 2024-11-27T19:32:45.344Z | ooce/developer/llvm-15 |
154 | 2024-11-27T19:32:45.344Z | None -> 15.0.7-2.0 |
155 | 2024-11-27T19:32:45.344Z | package/pkg |
156 | 2024-11-27T19:32:45.344Z | 0.5.11-2.0 -> 0.5.11-2.1.6412 |
157 | 2024-11-27T19:32:45.344Z | |
158 | 2024-11-27T19:32:45.344Z | Services: |
159 | 2024-11-27T19:32:45.344Z | restart_fmri: |
160 | 2024-11-27T19:32:45.344Z | svc:/system/update-man-index:default |
161 | 2024-11-27T19:32:45.344Z | |
162 | 2024-11-27T19:32:45.344Z | Editable files to change: |
163 | 2024-11-27T19:32:45.344Z | Update: |
164 | 2024-11-27T19:32:45.344Z | usr/share/lib/pkg/web/config.shtml |
165 | 2024-11-27T19:32:45.500Z | |
166 | 2024-11-27T19:32:45.500Z | Download: 0/4281 items 0.0/220.6MB 0% complete |
167 | 2024-11-27T19:32:50.517Z | Download: 921/4281 items 18.9/220.6MB 8% complete (3.9M/s) |
168 | 2024-11-27T19:33:01.363Z | Download: 1198/4281 items 83.5/220.6MB 37% complete (11.5M/s) |
169 | 2024-11-27T19:33:06.370Z | Download: 1913/4281 items 118.2/220.6MB 53% complete (7.0M/s) |
170 | 2024-11-27T19:33:11.373Z | Download: 2727/4281 items 120.8/220.6MB 54% complete (3.8M/s) |
171 | 2024-11-27T19:33:16.723Z | Download: 3283/4281 items 211.1/220.6MB 95% complete (9.2M/s) |
172 | 2024-11-27T19:33:21.729Z | Download: 3903/4281 items 218.8/220.6MB 99% complete (9.8M/s) |
173 | 2024-11-27T19:33:24.562Z | Download: Completed 220.60 MB in 39.05 seconds (5.7M/s) |
174 | 2024-11-27T19:33:26.791Z | Actions: 1/5063 actions (Removing old actions) |
175 | 2024-11-27T19:33:26.808Z | Actions: 194/5063 actions (Installing new actions) |
176 | 2024-11-27T19:33:31.491Z | Actions: 4226/5063 actions (Updating modified actions) |
177 | 2024-11-27T19:33:31.794Z | Actions: Completed 5063 actions in 5.00 seconds. |
178 | 2024-11-27T19:33:32.192Z | Done (0.392s) |
179 | 2024-11-27T19:33:32.195Z | Done (0.000s) |
180 | 2024-11-27T19:33:32.740Z | Done (0.547s) |
181 | 2024-11-27T19:33:38.443Z | Done (5.482s) |
182 | 2024-11-27T19:33:38.749Z | Done (0.233s) |
183 | 2024-11-27T19:33:38.751Z | Done (0.000s) |
184 | 2024-11-27T19:33:38.972Z | Done (0.000s) |
185 | 2024-11-27T19:33:39.641Z | Planning: Evaluating mediator changes ... Done |
186 | 2024-11-27T19:33:39.802Z | Planning: Checking for conflicting actions ... Done |
187 | 2024-11-27T19:33:39.804Z | Planning: Consolidating action changes ... Done |
188 | 2024-11-27T19:33:40.067Z | Planning: Evaluating mediators ... Done |
189 | 2024-11-27T19:33:40.070Z | Planning: Planning completed in 0.43 seconds |
190 | 2024-11-27T19:33:40.106Z | Mediators to change: 2 |
191 | 2024-11-27T19:33:40.106Z | Create boot environment: No |
192 | 2024-11-27T19:33:40.108Z | Create backup boot environment: No |
193 | 2024-11-27T19:33:40.181Z | Done |
194 | 2024-11-27T19:33:40.181Z | Done |
195 | 2024-11-27T19:33:40.527Z | Done |
196 | 2024-11-27T19:33:44.173Z | Done |
197 | 2024-11-27T19:33:44.263Z | Done |
198 | 2024-11-27T19:33:44.265Z | Done |
199 | 2024-11-27T19:33:44.391Z | Done |
200 | 2024-11-27T19:33:45.007Z | Planning: Evaluating mediator changes ... Done |
201 | 2024-11-27T19:33:45.010Z | Planning: Merging actions ... Done |
202 | 2024-11-27T19:33:45.200Z | Planning: Checking for conflicting actions ... Done |
203 | 2024-11-27T19:33:45.203Z | Planning: Consolidating action changes ... Done |
204 | 2024-11-27T19:33:45.471Z | Planning: Evaluating mediators ... Done |
205 | 2024-11-27T19:33:45.527Z | Planning: Planning completed in 0.77 seconds |
206 | 2024-11-27T19:33:45.569Z | Packages to change: 1 |
207 | 2024-11-27T19:33:45.569Z | Mediators to change: 1 |
208 | 2024-11-27T19:33:45.571Z | Services to change: 1 |
209 | 2024-11-27T19:33:45.572Z | Create boot environment: No |
210 | 2024-11-27T19:33:45.572Z | Create backup boot environment: Yes |
211 | 2024-11-27T19:33:47.717Z | Actions: 1/6 actions (Updating modified actions) |
212 | 2024-11-27T19:33:47.720Z | Actions: Completed 6 actions in 0.00 seconds. |
213 | 2024-11-27T19:33:47.723Z | Done |
214 | 2024-11-27T19:33:47.723Z | Done |
215 | 2024-11-27T19:33:47.832Z | Done |
216 | 2024-11-27T19:33:51.518Z | Done |
217 | 2024-11-27T19:33:51.614Z | Done |
218 | 2024-11-27T19:33:51.617Z | Done |
219 | 2024-11-27T19:33:51.748Z | Done |
220 | 2024-11-27T19:33:52.182Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
221 | 2024-11-27T19:33:52.182Z | clang system 15 system |
222 | 2024-11-27T19:33:52.182Z | csh system system illumos |
223 | 2024-11-27T19:33:52.182Z | ctags system system illumos |
224 | 2024-11-27T19:33:52.183Z | gcc vendor 12 vendor |
225 | 2024-11-27T19:33:52.183Z | gcc system 10 system |
226 | 2024-11-27T19:33:52.183Z | gcc system 7 system |
227 | 2024-11-27T19:33:52.183Z | go system 1.20 system |
228 | 2024-11-27T19:33:52.183Z | go system 1.19 system |
229 | 2024-11-27T19:33:52.183Z | llvm system 15 system |
230 | 2024-11-27T19:33:52.183Z | llvm system 14 system |
231 | 2024-11-27T19:33:52.183Z | mariadb system 10.6 system |
232 | 2024-11-27T19:33:52.183Z | mta vendor vendor dma |
233 | 2024-11-27T19:33:52.183Z | openjdk system 17 system |
234 | 2024-11-27T19:33:52.183Z | openjdk system 11 system |
235 | 2024-11-27T19:33:52.183Z | openjdk system 1.8 system |
236 | 2024-11-27T19:33:52.183Z | openssl vendor 3 vendor |
237 | 2024-11-27T19:33:52.183Z | perl system 5.36 system |
238 | 2024-11-27T19:33:52.183Z | postgresql system 15 system |
239 | 2024-11-27T19:33:52.183Z | postgresql system 13 system |
240 | 2024-11-27T19:33:52.183Z | python vendor 3 vendor |
241 | 2024-11-27T19:33:52.183Z | python system 2 system |
242 | 2024-11-27T19:33:52.184Z | python3 system 3.11 system |
243 | 2024-11-27T19:33:52.184Z | ruby system 3.0 system |
244 | 2024-11-27T19:33:52.184Z | words vendor vendor american-english |
245 | 2024-11-27T19:33:52.184Z | words system system australian-english |
246 | 2024-11-27T19:33:52.184Z | words system system british-english |
247 | 2024-11-27T19:33:52.184Z | words system system canadian-english |
248 | 2024-11-27T19:33:52.184Z | words system system french |
249 | 2024-11-27T19:33:52.184Z | words system system italian |
250 | 2024-11-27T19:33:52.184Z | words system system ngerman |
251 | 2024-11-27T19:33:52.184Z | words system system ogerman |
252 | 2024-11-27T19:33:52.184Z | words system system spanish |
253 | 2024-11-27T19:33:52.510Z | PUBLISHER TYPE STATUS P LOCATION |
254 | 2024-11-27T19:33:52.510Z | helios-dev origin online F https://pkg.oxide.computer/helios/2/dev/ |
255 | 2024-11-27T19:33:55.155Z | FMRI IFO |
256 | 2024-11-27T19:33:55.155Z | pkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im- |
257 | 2024-11-27T19:33:55.155Z | pkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i-- |
258 | 2024-11-27T19:33:55.155Z | pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im- |
259 | 2024-11-27T19:33:55.155Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im- |
260 | 2024-11-27T19:33:55.155Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z --- |
261 | 2024-11-27T19:33:55.155Z | pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i-- |
262 | 2024-11-27T19:33:55.155Z | pkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z im- |
263 | 2024-11-27T19:33:55.155Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z --- |
264 | 2024-11-27T19:33:55.155Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z --- |
265 | 2024-11-27T19:33:55.155Z | pkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z --- |
266 | 2024-11-27T19:33:55.155Z | pkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z i-- |
267 | 2024-11-27T19:33:55.155Z | pkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z --- |
268 | 2024-11-27T19:33:55.155Z | pkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z --- |
269 | 2024-11-27T19:33:55.157Z | pkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z i-- |
270 | 2024-11-27T19:33:55.157Z | pkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z --- |
271 | 2024-11-27T19:33:55.888Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
272 | 2024-11-27T19:33:56.150Z | Updating crates.io index |
273 | 2024-11-27T19:33:56.215Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
274 | 2024-11-27T19:33:56.757Z | Updating git repository `https://github.com/oxidecomputer/oxnet` |
275 | 2024-11-27T19:33:57.146Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
276 | 2024-11-27T19:33:57.468Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
277 | 2024-11-27T19:33:57.729Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
278 | 2024-11-27T19:33:58.576Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
279 | 2024-11-27T19:34:00.911Z | Updating git repository `https://github.com/oxidecomputer/opte` |
280 | 2024-11-27T19:34:01.932Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
281 | 2024-11-27T19:34:02.602Z | Updating git repository `https://github.com/oxidecomputer/clickward` |
282 | 2024-11-27T19:34:02.907Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
283 | 2024-11-27T19:34:03.233Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
284 | 2024-11-27T19:34:03.806Z | Updating git repository `https://github.com/oxidecomputer/libipcc` |
285 | 2024-11-27T19:34:04.122Z | Updating git repository `https://github.com/oxidecomputer/sprockets.git` |
286 | 2024-11-27T19:34:04.424Z | Updating git repository `https://github.com/oxidecomputer/tofino` |
287 | 2024-11-27T19:34:04.731Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
288 | 2024-11-27T19:34:04.990Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
289 | 2024-11-27T19:34:05.247Z | Updating git repository `https://github.com/oxidecomputer/libnvme` |
290 | 2024-11-27T19:34:05.510Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
291 | 2024-11-27T19:34:05.900Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
292 | 2024-11-27T19:34:06.273Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
293 | 2024-11-27T19:34:06.556Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
294 | 2024-11-27T19:34:07.058Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
295 | 2024-11-27T19:34:07.327Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
296 | 2024-11-27T19:34:07.991Z | Updating git repository `https://github.com/oxidecomputer/dice-util` |
297 | 2024-11-27T19:34:08.331Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
298 | 2024-11-27T19:34:08.867Z | Updating git repository `https://github.com/oxidecomputer/ingot.git` |
299 | 2024-11-27T19:34:09.167Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
300 | 2024-11-27T19:34:09.411Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
301 | 2024-11-27T19:34:09.687Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
302 | 2024-11-27T19:34:11.012Z | Downloading crates ... |
303 | 2024-11-27T19:34:11.111Z | Downloaded anstream v0.6.15 |
304 | 2024-11-27T19:34:11.119Z | Downloaded anstyle-parse v0.2.5 |
305 | 2024-11-27T19:34:11.122Z | Downloaded anstyle v1.0.10 |
306 | 2024-11-27T19:34:11.160Z | Downloaded camino-tempfile v1.1.1 |
307 | 2024-11-27T19:34:11.164Z | Downloaded anyhow v1.0.93 |
308 | 2024-11-27T19:34:11.168Z | Downloaded byteorder v1.5.0 |
309 | 2024-11-27T19:34:11.170Z | Downloaded block-buffer v0.10.4 |
310 | 2024-11-27T19:34:11.173Z | Downloaded cargo-platform v0.1.8 |
311 | 2024-11-27T19:34:11.173Z | Downloaded autocfg v1.4.0 |
312 | 2024-11-27T19:34:11.176Z | Downloaded bytecount v0.6.8 |
313 | 2024-11-27T19:34:11.176Z | Downloaded cargo_metadata v0.18.1 |
314 | 2024-11-27T19:34:11.180Z | Downloaded cfg-if v1.0.0 |
315 | 2024-11-27T19:34:11.185Z | Downloaded bitflags v2.6.0 |
316 | 2024-11-27T19:34:11.196Z | Downloaded clap_derive v4.5.18 |
317 | 2024-11-27T19:34:11.199Z | Downloaded clap v4.5.21 |
318 | 2024-11-27T19:34:11.206Z | Downloaded crypto-common v0.1.6 |
319 | 2024-11-27T19:34:11.209Z | Downloaded colorchoice v1.0.2 |
320 | 2024-11-27T19:34:11.209Z | Downloaded cargo_toml v0.20.5 |
321 | 2024-11-27T19:34:11.212Z | Downloaded camino v1.1.9 |
322 | 2024-11-27T19:34:11.212Z | Downloaded equivalent v1.0.1 |
323 | 2024-11-27T19:34:11.214Z | Downloaded dof v0.3.0 |
324 | 2024-11-27T19:34:11.214Z | Downloaded anstyle-query v1.1.1 |
325 | 2024-11-27T19:34:11.218Z | Downloaded dtrace-parser v0.2.0 |
326 | 2024-11-27T19:34:11.218Z | Downloaded digest v0.10.7 |
327 | 2024-11-27T19:34:11.221Z | Downloaded itoa v1.0.11 |
328 | 2024-11-27T19:34:11.221Z | Downloaded heck v0.5.0 |
329 | 2024-11-27T19:34:11.221Z | Downloaded fs-err v2.11.0 |
330 | 2024-11-27T19:34:11.221Z | Downloaded fnv v1.0.7 |
331 | 2024-11-27T19:34:11.223Z | Downloaded is_terminal_polyfill v1.70.1 |
332 | 2024-11-27T19:34:11.224Z | Downloaded errno v0.3.9 |
333 | 2024-11-27T19:34:11.226Z | Downloaded clap_lex v0.7.2 |
334 | 2024-11-27T19:34:11.226Z | Downloaded cpufeatures v0.2.14 |
335 | 2024-11-27T19:34:11.228Z | Downloaded clap_builder v4.5.21 |
336 | 2024-11-27T19:34:11.233Z | Downloaded macaddr v1.0.1 |
337 | 2024-11-27T19:34:11.236Z | Downloaded fastrand v2.1.1 |
338 | 2024-11-27T19:34:11.238Z | Downloaded once_cell v1.20.2 |
339 | 2024-11-27T19:34:11.258Z | Downloaded proc-macro-error-attr v1.0.4 |
340 | 2024-11-27T19:34:11.261Z | Downloaded pretty-hex v0.4.1 |
341 | 2024-11-27T19:34:11.269Z | Downloaded memmap v0.7.0 |
342 | 2024-11-27T19:34:11.274Z | Downloaded heck v0.4.1 |
343 | 2024-11-27T19:34:11.289Z | Downloaded swrite v0.1.0 |
344 | 2024-11-27T19:34:11.294Z | Downloaded usdt-attr-macro v0.5.0 |
345 | 2024-11-27T19:34:11.299Z | Downloaded usdt-macro v0.5.0 |
346 | 2024-11-27T19:34:11.302Z | Downloaded generic-array v0.14.7 |
347 | 2024-11-27T19:34:11.304Z | Downloaded log v0.4.22 |
348 | 2024-11-27T19:34:11.310Z | Downloaded scroll v0.12.0 |
349 | 2024-11-27T19:34:11.312Z | Downloaded plain v0.2.3 |
350 | 2024-11-27T19:34:11.312Z | Downloaded pest_generator v2.7.14 |
351 | 2024-11-27T19:34:11.316Z | Downloaded strsim v0.11.1 |
352 | 2024-11-27T19:34:11.320Z | Downloaded hashbrown v0.15.0 |
353 | 2024-11-27T19:34:11.325Z | Downloaded toml_datetime v0.6.8 |
354 | 2024-11-27T19:34:11.327Z | Downloaded thiserror-impl v1.0.69 |
355 | 2024-11-27T19:34:11.330Z | Downloaded terminal_size v0.4.0 |
356 | 2024-11-27T19:34:11.333Z | Downloaded serde_tokenstream v0.2.2 |
357 | 2024-11-27T19:34:11.333Z | Downloaded serde_spanned v0.6.8 |
358 | 2024-11-27T19:34:11.335Z | Downloaded thread-id v4.2.2 |
359 | 2024-11-27T19:34:11.344Z | Downloaded smawk v0.3.2 |
360 | 2024-11-27T19:34:11.347Z | Downloaded usdt-impl v0.5.0 |
361 | 2024-11-27T19:34:11.350Z | Downloaded unicode-linebreak v0.1.5 |
362 | 2024-11-27T19:34:11.350Z | Downloaded scroll_derive v0.12.0 |
363 | 2024-11-27T19:34:11.352Z | Downloaded quote v1.0.37 |
364 | 2024-11-27T19:34:11.354Z | Downloaded version_check v0.9.5 |
365 | 2024-11-27T19:34:11.354Z | Downloaded utf8parse v0.2.2 |
366 | 2024-11-27T19:34:11.357Z | Downloaded usdt v0.5.0 |
367 | 2024-11-27T19:34:11.357Z | Downloaded tabled_derive v0.7.0 |
368 | 2024-11-27T19:34:11.357Z | Downloaded proc-macro-error v1.0.4 |
369 | 2024-11-27T19:34:11.360Z | Downloaded papergrid v0.11.0 |
370 | 2024-11-27T19:34:11.363Z | Downloaded thiserror v1.0.69 |
371 | 2024-11-27T19:34:11.370Z | Downloaded indexmap v2.6.0 |
372 | 2024-11-27T19:34:11.373Z | Downloaded sha2 v0.10.8 |
373 | 2024-11-27T19:34:11.375Z | Downloaded semver v1.0.23 |
374 | 2024-11-27T19:34:11.377Z | Downloaded pest_derive v2.7.14 |
375 | 2024-11-27T19:34:11.379Z | Downloaded tempfile v3.13.0 |
376 | 2024-11-27T19:34:11.382Z | Downloaded memchr v2.7.4 |
377 | 2024-11-27T19:34:11.385Z | Downloaded pest_meta v2.7.14 |
378 | 2024-11-27T19:34:11.388Z | Downloaded ryu v1.0.18 |
379 | 2024-11-27T19:34:11.403Z | Downloaded zerocopy-derive v0.7.35 |
380 | 2024-11-27T19:34:11.406Z | Downloaded unicode-ident v1.0.13 |
381 | 2024-11-27T19:34:11.409Z | Downloaded textwrap v0.16.1 |
382 | 2024-11-27T19:34:11.412Z | Downloaded serde_derive v1.0.215 |
383 | 2024-11-27T19:34:11.416Z | Downloaded toml v0.8.19 |
384 | 2024-11-27T19:34:11.419Z | Downloaded ucd-trie v0.1.7 |
385 | 2024-11-27T19:34:11.419Z | Downloaded typenum v1.17.0 |
386 | 2024-11-27T19:34:11.430Z | Downloaded proc-macro2 v1.0.89 |
387 | 2024-11-27T19:34:11.439Z | Downloaded serde v1.0.215 |
388 | 2024-11-27T19:34:11.450Z | Downloaded toml_edit v0.22.22 |
389 | 2024-11-27T19:34:11.469Z | Downloaded pest v2.7.14 |
390 | 2024-11-27T19:34:11.481Z | Downloaded goblin v0.8.2 |
391 | 2024-11-27T19:34:11.492Z | Downloaded serde_json v1.0.132 |
392 | 2024-11-27T19:34:11.502Z | Downloaded zerocopy v0.7.35 |
393 | 2024-11-27T19:34:11.516Z | Downloaded winnow v0.6.20 |
394 | 2024-11-27T19:34:11.524Z | Downloaded tabled v0.15.0 |
395 | 2024-11-27T19:34:11.538Z | Downloaded syn v1.0.109 |
396 | 2024-11-27T19:34:11.553Z | Downloaded unicode-width v0.1.14 |
397 | 2024-11-27T19:34:11.558Z | Downloaded syn v2.0.87 |
398 | 2024-11-27T19:34:11.573Z | Downloaded rustix v0.38.37 |
399 | 2024-11-27T19:34:11.614Z | Downloaded libc v0.2.162 |
400 | 2024-11-27T19:34:11.929Z | Compiling proc-macro2 v1.0.89 |
401 | 2024-11-27T19:34:11.929Z | Compiling unicode-ident v1.0.13 |
402 | 2024-11-27T19:34:11.929Z | Compiling version_check v0.9.5 |
403 | 2024-11-27T19:34:11.931Z | Compiling serde v1.0.215 |
404 | 2024-11-27T19:34:11.931Z | Compiling memchr v2.7.4 |
405 | 2024-11-27T19:34:11.931Z | Compiling thiserror v1.0.69 |
406 | 2024-11-27T19:34:11.931Z | Compiling libc v0.2.162 |
407 | 2024-11-27T19:34:11.964Z | Compiling ucd-trie v0.1.7 |
408 | 2024-11-27T19:34:12.188Z | Compiling itoa v1.0.11 |
409 | 2024-11-27T19:34:12.426Z | Compiling ryu v1.0.18 |
410 | 2024-11-27T19:34:12.684Z | Compiling once_cell v1.20.2 |
411 | 2024-11-27T19:34:12.779Z | Compiling byteorder v1.5.0 |
412 | 2024-11-27T19:34:12.926Z | Compiling rustix v0.38.37 |
413 | 2024-11-27T19:34:13.134Z | Compiling serde_json v1.0.132 |
414 | 2024-11-27T19:34:13.299Z | Compiling bitflags v2.6.0 |
415 | 2024-11-27T19:34:13.469Z | Compiling proc-macro-error-attr v1.0.4 |
416 | 2024-11-27T19:34:13.599Z | Compiling usdt-impl v0.5.0 |
417 | 2024-11-27T19:34:13.720Z | Compiling syn v1.0.109 |
418 | 2024-11-27T19:34:13.745Z | Compiling proc-macro-error v1.0.4 |
419 | 2024-11-27T19:34:13.818Z | Compiling equivalent v1.0.1 |
420 | 2024-11-27T19:34:13.818Z | Compiling log v0.4.22 |
421 | 2024-11-27T19:34:13.949Z | Compiling utf8parse v0.2.2 |
422 | 2024-11-27T19:34:14.037Z | Compiling quote v1.0.37 |
423 | 2024-11-27T19:34:14.066Z | Compiling camino v1.1.9 |
424 | 2024-11-27T19:34:14.111Z | Compiling hashbrown v0.15.0 |
425 | 2024-11-27T19:34:14.235Z | Compiling errno v0.3.9 |
426 | 2024-11-27T19:34:14.400Z | Compiling syn v2.0.87 |
427 | 2024-11-27T19:34:14.466Z | Compiling plain v0.2.3 |
428 | 2024-11-27T19:34:14.638Z | Compiling thread-id v4.2.2 |
429 | 2024-11-27T19:34:14.757Z | Compiling anstyle-parse v0.2.5 |
430 | 2024-11-27T19:34:14.940Z | Compiling anstyle v1.0.10 |
431 | 2024-11-27T19:34:15.098Z | Compiling semver v1.0.23 |
432 | 2024-11-27T19:34:15.140Z | Compiling pretty-hex v0.4.1 |
433 | 2024-11-27T19:34:15.363Z | Compiling indexmap v2.6.0 |
434 | 2024-11-27T19:34:15.390Z | Compiling autocfg v1.4.0 |
435 | 2024-11-27T19:34:15.435Z | Compiling unicode-width v0.1.14 |
436 | 2024-11-27T19:34:15.640Z | Compiling anstyle-query v1.1.1 |
437 | 2024-11-27T19:34:15.796Z | Compiling is_terminal_polyfill v1.70.1 |
438 | 2024-11-27T19:34:15.822Z | Compiling colorchoice v1.0.2 |
439 | 2024-11-27T19:34:15.940Z | Compiling winnow v0.6.20 |
440 | 2024-11-27T19:34:15.986Z | Compiling anstream v0.6.15 |
441 | 2024-11-27T19:34:16.368Z | Compiling fastrand v2.1.1 |
442 | 2024-11-27T19:34:16.563Z | Compiling fs-err v2.11.0 |
443 | 2024-11-27T19:34:16.788Z | Compiling terminal_size v0.4.0 |
444 | 2024-11-27T19:34:16.818Z | Compiling anyhow v1.0.93 |
445 | 2024-11-27T19:34:16.857Z | Compiling fnv v1.0.7 |
446 | 2024-11-27T19:34:16.964Z | Compiling heck v0.4.1 |
447 | 2024-11-27T19:34:16.998Z | Compiling cfg-if v1.0.0 |
448 | 2024-11-27T19:34:17.023Z | Compiling strsim v0.11.1 |
449 | 2024-11-27T19:34:17.105Z | Compiling heck v0.5.0 |
450 | 2024-11-27T19:34:17.341Z | Compiling clap_lex v0.7.2 |
451 | 2024-11-27T19:34:17.653Z | Compiling bytecount v0.6.8 |
452 | 2024-11-27T19:34:17.880Z | Compiling tempfile v3.13.0 |
453 | 2024-11-27T19:34:17.902Z | Compiling papergrid v0.11.0 |
454 | 2024-11-27T19:34:17.938Z | Compiling clap_builder v4.5.21 |
455 | 2024-11-27T19:34:18.336Z | Compiling memmap v0.7.0 |
456 | 2024-11-27T19:34:18.363Z | Compiling unicode-linebreak v0.1.5 |
457 | 2024-11-27T19:34:18.706Z | Compiling smawk v0.3.2 |
458 | 2024-11-27T19:34:18.929Z | Compiling textwrap v0.16.1 |
459 | 2024-11-27T19:34:19.366Z | Compiling swrite v0.1.0 |
460 | 2024-11-27T19:34:20.448Z | Compiling tabled_derive v0.7.0 |
461 | 2024-11-27T19:34:21.980Z | Compiling tabled v0.15.0 |
462 | 2024-11-27T19:34:23.475Z | Compiling serde_derive v1.0.215 |
463 | 2024-11-27T19:34:23.475Z | Compiling thiserror-impl v1.0.69 |
464 | 2024-11-27T19:34:23.478Z | Compiling zerocopy-derive v0.7.35 |
465 | 2024-11-27T19:34:23.478Z | Compiling scroll_derive v0.12.0 |
466 | 2024-11-27T19:34:23.591Z | Compiling clap_derive v4.5.18 |
467 | 2024-11-27T19:34:24.633Z | Compiling scroll v0.12.0 |
468 | 2024-11-27T19:34:25.112Z | Compiling goblin v0.8.2 |
469 | 2024-11-27T19:34:25.385Z | Compiling zerocopy v0.7.35 |
470 | 2024-11-27T19:34:26.202Z | Compiling pest v2.7.14 |
471 | 2024-11-27T19:34:27.548Z | Compiling clap v4.5.21 |
472 | 2024-11-27T19:34:28.414Z | Compiling pest_meta v2.7.14 |
473 | 2024-11-27T19:34:29.249Z | Compiling pest_generator v2.7.14 |
474 | 2024-11-27T19:34:31.238Z | Compiling pest_derive v2.7.14 |
475 | 2024-11-27T19:34:31.991Z | Compiling dtrace-parser v0.2.0 |
476 | 2024-11-27T19:34:33.523Z | Compiling toml_datetime v0.6.8 |
477 | 2024-11-27T19:34:33.527Z | Compiling serde_spanned v0.6.8 |
478 | 2024-11-27T19:34:33.527Z | Compiling cargo-platform v0.1.8 |
479 | 2024-11-27T19:34:33.909Z | Compiling serde_tokenstream v0.2.2 |
480 | 2024-11-27T19:34:34.061Z | Compiling toml_edit v0.22.22 |
481 | 2024-11-27T19:34:34.091Z | Compiling macaddr v1.0.1 |
482 | 2024-11-27T19:34:34.178Z | Compiling camino-tempfile v1.1.1 |
483 | 2024-11-27T19:34:35.002Z | Compiling dof v0.3.0 |
484 | 2024-11-27T19:34:35.002Z | Compiling cargo_metadata v0.18.1 |
485 | 2024-11-27T19:34:36.811Z | Compiling toml v0.8.19 |
486 | 2024-11-27T19:34:37.038Z | Compiling usdt-macro v0.5.0 |
487 | 2024-11-27T19:34:37.038Z | Compiling usdt-attr-macro v0.5.0 |
488 | 2024-11-27T19:34:37.639Z | Compiling cargo_toml v0.20.5 |
489 | 2024-11-27T19:34:38.398Z | Compiling usdt v0.5.0 |
490 | 2024-11-27T19:34:41.215Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
491 | 2024-11-27T19:34:45.373Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 49.71s |
492 | 2024-11-27T19:34:45.644Z | Running `target/debug/xtask download cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
493 | 2024-11-27T19:34:46.176Z | Downloading crates ... |
494 | 2024-11-27T19:34:46.338Z | Downloaded aes v0.8.4 |
495 | 2024-11-27T19:34:46.342Z | Downloaded aead v0.5.2 |
496 | 2024-11-27T19:34:46.345Z | Downloaded addr2line v0.24.2 |
497 | 2024-11-27T19:34:46.350Z | Downloaded aho-corasick v1.1.3 |
498 | 2024-11-27T19:34:46.357Z | Downloaded ahash v0.8.11 |
499 | 2024-11-27T19:34:46.364Z | Downloaded aes-gcm v0.10.3 |
500 | 2024-11-27T19:34:46.368Z | Downloaded darling v0.20.10 |
501 | 2024-11-27T19:34:46.372Z | Downloaded allocator-api2 v0.2.18 |
502 | 2024-11-27T19:34:46.375Z | Downloaded heapless v0.8.0 |
503 | 2024-11-27T19:34:46.380Z | Downloaded hex v0.4.3 |
504 | 2024-11-27T19:34:46.382Z | Downloaded hmac v0.12.1 |
505 | 2024-11-27T19:34:46.384Z | Downloaded adler2 v2.0.0 |
506 | 2024-11-27T19:34:46.386Z | Downloaded assert_matches v1.5.0 |
507 | 2024-11-27T19:34:46.388Z | Downloaded heck v0.3.3 |
508 | 2024-11-27T19:34:46.392Z | Downloaded backoff v0.4.0 |
509 | 2024-11-27T19:34:46.394Z | Downloaded arrayvec v0.7.6 |
510 | 2024-11-27T19:34:46.398Z | Downloaded bit-set v0.5.3 |
511 | 2024-11-27T19:34:46.398Z | Downloaded atty v0.2.14 |
512 | 2024-11-27T19:34:46.400Z | Downloaded bit-vec v0.6.3 |
513 | 2024-11-27T19:34:46.400Z | Downloaded bb8 v0.8.5 |
514 | 2024-11-27T19:34:46.402Z | Downloaded base16ct v0.2.0 |
515 | 2024-11-27T19:34:46.405Z | Downloaded hkdf v0.12.4 |
516 | 2024-11-27T19:34:46.407Z | Downloaded arrayref v0.3.9 |
517 | 2024-11-27T19:34:46.407Z | Downloaded argon2 v0.5.3 |
518 | 2024-11-27T19:34:46.410Z | Downloaded async-recursion v1.1.1 |
519 | 2024-11-27T19:34:46.413Z | Downloaded home v0.5.9 |
520 | 2024-11-27T19:34:46.416Z | Downloaded arc-swap v1.7.1 |
521 | 2024-11-27T19:34:46.419Z | Downloaded hickory-resolver v0.24.1 |
522 | 2024-11-27T19:34:46.424Z | Downloaded headers-core v0.3.0 |
523 | 2024-11-27T19:34:46.427Z | Downloaded async-bb8-diesel v0.2.1 |
524 | 2024-11-27T19:34:46.429Z | Downloaded highway v1.2.0 |
525 | 2024-11-27T19:34:46.432Z | Downloaded hickory-proto v0.24.1 |
526 | 2024-11-27T19:34:46.449Z | Downloaded instability v0.3.2 |
527 | 2024-11-27T19:34:46.451Z | Downloaded hickory-server v0.24.1 |
528 | 2024-11-27T19:34:46.457Z | Downloaded http-range v0.1.5 |
529 | 2024-11-27T19:34:46.459Z | Downloaded hex-literal v0.4.1 |
530 | 2024-11-27T19:34:46.462Z | Downloaded humantime v2.1.0 |
531 | 2024-11-27T19:34:46.462Z | Downloaded hickory-client v0.24.1 |
532 | 2024-11-27T19:34:46.466Z | Downloaded kstat-rs v0.2.4 |
533 | 2024-11-27T19:34:46.469Z | Downloaded async-stream-impl v0.3.6 |
534 | 2024-11-27T19:34:46.469Z | Downloaded cstr-argument v0.1.2 |
535 | 2024-11-27T19:34:46.471Z | Downloaded crucible-workspace-hack v0.1.0 |
536 | 2024-11-27T19:34:46.471Z | Downloaded buf-list v1.0.3 |
537 | 2024-11-27T19:34:46.474Z | Downloaded ident_case v1.0.1 |
538 | 2024-11-27T19:34:46.476Z | Downloaded hubpack_derive v0.1.1 |
539 | 2024-11-27T19:34:46.476Z | Downloaded block-padding v0.3.3 |
540 | 2024-11-27T19:34:46.479Z | Downloaded bcrypt-pbkdf v0.10.0 |
541 | 2024-11-27T19:34:46.479Z | Downloaded async-stream v0.3.6 |
542 | 2024-11-27T19:34:46.482Z | Downloaded is-terminal v0.4.13 |
543 | 2024-11-27T19:34:46.485Z | Downloaded httpdate v1.0.3 |
544 | 2024-11-27T19:34:46.485Z | Downloaded inout v0.1.3 |
545 | 2024-11-27T19:34:46.487Z | Downloaded hubpack v0.1.2 |
546 | 2024-11-27T19:34:46.489Z | Downloaded iana-time-zone v0.1.61 |
547 | 2024-11-27T19:34:46.492Z | Downloaded cfg_aliases v0.1.1 |
548 | 2024-11-27T19:34:46.492Z | Downloaded cfg_aliases v0.2.1 |
549 | 2024-11-27T19:34:46.494Z | Downloaded chrono-tz-build v0.4.0 |
550 | 2024-11-27T19:34:46.496Z | Downloaded md5 v0.7.0 |
551 | 2024-11-27T19:34:46.496Z | Downloaded instant v0.1.13 |
552 | 2024-11-27T19:34:46.499Z | Downloaded matches v0.1.10 |
553 | 2024-11-27T19:34:46.499Z | Downloaded crossbeam-deque v0.8.5 |
554 | 2024-11-27T19:34:46.501Z | Downloaded crc-catalog v2.4.0 |
555 | 2024-11-27T19:34:46.503Z | Downloaded blowfish v0.9.1 |
556 | 2024-11-27T19:34:46.506Z | Downloaded idna_adapter v1.2.0 |
557 | 2024-11-27T19:34:46.506Z | Downloaded http-body-util v0.1.2 |
558 | 2024-11-27T19:34:46.508Z | Downloaded colored v2.1.0 |
559 | 2024-11-27T19:34:46.511Z | Downloaded mime v0.3.17 |
560 | 2024-11-27T19:34:46.513Z | Downloaded http-body v1.0.1 |
561 | 2024-11-27T19:34:46.513Z | Downloaded lalrpop-util v0.19.12 |
562 | 2024-11-27T19:34:46.516Z | Downloaded constant_time_eq v0.3.1 |
563 | 2024-11-27T19:34:46.518Z | Downloaded maybe-uninit v2.0.0 |
564 | 2024-11-27T19:34:46.518Z | Downloaded httparse v1.9.5 |
565 | 2024-11-27T19:34:46.521Z | Downloaded icu_collections v1.5.0 |
566 | 2024-11-27T19:34:46.528Z | Downloaded internet-checksum v0.2.1 |
567 | 2024-11-27T19:34:46.530Z | Downloaded stable_deref_trait v1.2.0 |
568 | 2024-11-27T19:34:46.533Z | Downloaded tap v1.0.1 |
569 | 2024-11-27T19:34:46.533Z | Downloaded lazy_static v1.5.0 |
570 | 2024-11-27T19:34:46.535Z | Downloaded lru v0.12.5 |
571 | 2024-11-27T19:34:46.537Z | Downloaded http v1.1.0 |
572 | 2024-11-27T19:34:46.540Z | Downloaded siphasher v0.3.11 |
573 | 2024-11-27T19:34:46.544Z | Downloaded md-5 v0.10.6 |
574 | 2024-11-27T19:34:46.546Z | Downloaded termtree v0.4.1 |
575 | 2024-11-27T19:34:46.546Z | Downloaded want v0.3.1 |
576 | 2024-11-27T19:34:46.548Z | Downloaded try-lock v0.2.5 |
577 | 2024-11-27T19:34:46.548Z | Downloaded litemap v0.7.3 |
578 | 2024-11-27T19:34:46.551Z | Downloaded sync-ptr v0.1.1 |
579 | 2024-11-27T19:34:46.553Z | Downloaded memoffset v0.9.1 |
580 | 2024-11-27T19:34:46.556Z | Downloaded hostname v0.3.1 |
581 | 2024-11-27T19:34:46.558Z | Downloaded lockfree-object-pool v0.1.6 |
582 | 2024-11-27T19:34:46.561Z | Downloaded zone_cfg_derive v0.1.2 |
583 | 2024-11-27T19:34:46.561Z | Downloaded jobserver v0.1.32 |
584 | 2024-11-27T19:34:46.563Z | Downloaded ipnet v2.10.1 |
585 | 2024-11-27T19:34:46.566Z | Downloaded waitgroup v0.1.2 |
586 | 2024-11-27T19:34:46.568Z | Downloaded progenitor-client v0.8.0 |
587 | 2024-11-27T19:34:46.568Z | Downloaded rustc-hash v2.0.0 |
588 | 2024-11-27T19:34:46.571Z | Downloaded hyper-rustls v0.27.3 |
589 | 2024-11-27T19:34:46.573Z | Downloaded rusty-fork v0.3.0 |
590 | 2024-11-27T19:34:46.578Z | Downloaded foreign-types v0.5.0 |
591 | 2024-11-27T19:34:46.580Z | Downloaded sec1 v0.7.3 |
592 | 2024-11-27T19:34:46.580Z | Downloaded resolv-conf v0.7.0 |
593 | 2024-11-27T19:34:46.580Z | Downloaded ref-cast v1.0.23 |
594 | 2024-11-27T19:34:46.583Z | Downloaded foreign-types v0.3.2 |
595 | 2024-11-27T19:34:46.586Z | Downloaded tokio-native-tls v0.3.1 |
596 | 2024-11-27T19:34:46.589Z | Downloaded crc32fast v1.4.2 |
597 | 2024-11-27T19:34:46.591Z | Downloaded static_assertions v1.1.0 |
598 | 2024-11-27T19:34:46.593Z | Downloaded icu_provider v1.5.0 |
599 | 2024-11-27T19:34:46.598Z | Downloaded rustls-pemfile v1.0.4 |
600 | 2024-11-27T19:34:46.600Z | Downloaded num-conv v0.1.0 |
601 | 2024-11-27T19:34:46.600Z | Downloaded utf16_iter v1.0.5 |
602 | 2024-11-27T19:34:46.603Z | Downloaded unicode-xid v0.2.6 |
603 | 2024-11-27T19:34:46.603Z | Downloaded tokio-macros v2.4.0 |
604 | 2024-11-27T19:34:46.608Z | Downloaded indexmap v1.9.3 |
605 | 2024-11-27T19:34:46.610Z | Downloaded memmap2 v0.9.5 |
606 | 2024-11-27T19:34:46.613Z | Downloaded phf_shared v0.10.0 |
607 | 2024-11-27T19:34:46.613Z | Downloaded indicatif v0.17.9 |
608 | 2024-11-27T19:34:46.616Z | Downloaded icu_normalizer v1.5.0 |
609 | 2024-11-27T19:34:46.623Z | Downloaded peg-runtime v0.8.3 |
610 | 2024-11-27T19:34:46.625Z | Downloaded dyn-clone v1.0.17 |
611 | 2024-11-27T19:34:46.626Z | Downloaded dunce v1.0.5 |
612 | 2024-11-27T19:34:46.628Z | Downloaded russh-cryptovec v0.7.3 |
613 | 2024-11-27T19:34:46.628Z | Downloaded glob v0.3.1 |
614 | 2024-11-27T19:34:46.631Z | Downloaded group v0.13.0 |
615 | 2024-11-27T19:34:46.631Z | Downloaded string_cache v0.8.7 |
616 | 2024-11-27T19:34:46.635Z | Downloaded futures-task v0.3.31 |
617 | 2024-11-27T19:34:46.638Z | Downloaded lock_api v0.4.12 |
618 | 2024-11-27T19:34:46.638Z | Downloaded futures-sink v0.3.31 |
619 | 2024-11-27T19:34:46.638Z | Downloaded csv-core v0.1.11 |
620 | 2024-11-27T19:34:46.641Z | Downloaded cookie v0.18.1 |
621 | 2024-11-27T19:34:46.644Z | Downloaded take_mut v0.2.2 |
622 | 2024-11-27T19:34:46.644Z | Downloaded sqlparser_derive v0.2.2 |
623 | 2024-11-27T19:34:46.648Z | Downloaded const-oid v0.9.6 |
624 | 2024-11-27T19:34:46.652Z | Downloaded nodrop v0.1.14 |
625 | 2024-11-27T19:34:46.652Z | Downloaded num_enum v0.5.11 |
626 | 2024-11-27T19:34:46.655Z | Downloaded supports-color v3.0.1 |
627 | 2024-11-27T19:34:46.657Z | Downloaded icu_locid v1.5.0 |
628 | 2024-11-27T19:34:46.665Z | Downloaded walkdir v2.5.0 |
629 | 2024-11-27T19:34:46.667Z | Downloaded phf_shared v0.11.2 |
630 | 2024-11-27T19:34:46.670Z | Downloaded peg-macros v0.8.4 |
631 | 2024-11-27T19:34:46.672Z | Downloaded darling_macro v0.20.10 |
632 | 2024-11-27T19:34:46.675Z | Downloaded predicates-tree v1.0.11 |
633 | 2024-11-27T19:34:46.677Z | Downloaded packed_struct v0.10.1 |
634 | 2024-11-27T19:34:46.679Z | Downloaded foreign-types-shared v0.3.1 |
635 | 2024-11-27T19:34:46.682Z | Downloaded foreign-types-macros v0.2.3 |
636 | 2024-11-27T19:34:46.682Z | Downloaded diesel_table_macro_syntax v0.2.0 |
637 | 2024-11-27T19:34:46.684Z | Downloaded foreign-types-shared v0.1.1 |
638 | 2024-11-27T19:34:46.684Z | Downloaded downcast v0.11.0 |
639 | 2024-11-27T19:34:46.688Z | Downloaded number_prefix v0.4.0 |
640 | 2024-11-27T19:34:46.690Z | Downloaded icu_properties v1.5.1 |
641 | 2024-11-27T19:34:46.694Z | Downloaded oso-derive v0.27.3 |
642 | 2024-11-27T19:34:46.696Z | Downloaded base64 v0.21.7 |
643 | 2024-11-27T19:34:46.699Z | Downloaded opaque-debug v0.3.1 |
644 | 2024-11-27T19:34:46.703Z | Downloaded unicase v2.7.0 |
645 | 2024-11-27T19:34:46.703Z | Downloaded tabwriter v1.4.0 |
646 | 2024-11-27T19:34:46.706Z | Downloaded slog-stdlog v4.1.1 |
647 | 2024-11-27T19:34:46.706Z | Downloaded crypto-bigint v0.5.5 |
648 | 2024-11-27T19:34:46.721Z | Downloaded unarray v0.1.4 |
649 | 2024-11-27T19:34:46.723Z | Downloaded hyper-util v0.1.10 |
650 | 2024-11-27T19:34:46.726Z | Downloaded typify-macro v0.2.0 |
651 | 2024-11-27T19:34:46.728Z | Downloaded synstructure v0.13.1 |
652 | 2024-11-27T19:34:46.731Z | Downloaded strum v0.26.3 |
653 | 2024-11-27T19:34:46.731Z | Downloaded sigpipe v0.1.3 |
654 | 2024-11-27T19:34:46.731Z | Downloaded ecdsa v0.16.9 |
655 | 2024-11-27T19:34:46.733Z | Downloaded phf_generator v0.11.2 |
656 | 2024-11-27T19:34:46.736Z | Downloaded dropshot_endpoint v0.12.0 |
657 | 2024-11-27T19:34:46.738Z | Downloaded ed25519 v2.2.3 |
658 | 2024-11-27T19:34:46.741Z | Downloaded displaydoc v0.2.5 |
659 | 2024-11-27T19:34:46.743Z | Downloaded ron v0.8.1 |
660 | 2024-11-27T19:34:46.747Z | Downloaded foldhash v0.1.3 |
661 | 2024-11-27T19:34:46.749Z | Downloaded rustc-demangle v0.1.24 |
662 | 2024-11-27T19:34:46.751Z | Downloaded snafu v0.8.5 |
663 | 2024-11-27T19:34:46.755Z | Downloaded nanorand v0.7.0 |
664 | 2024-11-27T19:34:46.758Z | Downloaded multimap v0.10.0 |
665 | 2024-11-27T19:34:46.761Z | Downloaded phf_codegen v0.11.2 |
666 | 2024-11-27T19:34:46.761Z | Downloaded float-ord v0.3.2 |
667 | 2024-11-27T19:34:46.764Z | Downloaded subtle v2.6.1 |
668 | 2024-11-27T19:34:46.764Z | Downloaded sync_wrapper v1.0.1 |
669 | 2024-11-27T19:34:46.764Z | Downloaded crossbeam-channel v0.5.13 |
670 | 2024-11-27T19:34:46.768Z | Downloaded term v0.7.0 |
671 | 2024-11-27T19:34:46.771Z | Downloaded subprocess v0.2.9 |
672 | 2024-11-27T19:34:46.774Z | Downloaded predicates-core v1.0.8 |
673 | 2024-11-27T19:34:46.776Z | Downloaded phf v0.11.2 |
674 | 2024-11-27T19:34:46.778Z | Downloaded num-traits v0.2.19 |
675 | 2024-11-27T19:34:46.781Z | Downloaded sqlformat v0.2.6 |
676 | 2024-11-27T19:34:46.783Z | Downloaded proc-macro-crate v1.3.1 |
677 | 2024-11-27T19:34:46.783Z | Downloaded pem v3.0.4 |
678 | 2024-11-27T19:34:46.786Z | Downloaded whoami v1.5.2 |
679 | 2024-11-27T19:34:46.786Z | Downloaded minimal-lexical v0.2.1 |
680 | 2024-11-27T19:34:46.792Z | Downloaded parse-size v1.1.0 |
681 | 2024-11-27T19:34:46.796Z | Downloaded signal-hook-tokio v0.3.1 |
682 | 2024-11-27T19:34:46.796Z | Downloaded rfc6979 v0.4.0 |
683 | 2024-11-27T19:34:46.796Z | Downloaded dropshot_endpoint v0.13.0 |
684 | 2024-11-27T19:34:46.798Z | Downloaded path-slash v0.1.5 |
685 | 2024-11-27T19:34:46.798Z | Downloaded shlex v1.3.0 |
686 | 2024-11-27T19:34:46.801Z | Downloaded primeorder v0.13.6 |
687 | 2024-11-27T19:34:46.801Z | Downloaded const_format v0.2.33 |
688 | 2024-11-27T19:34:46.805Z | Downloaded structmeta-derive v0.3.0 |
689 | 2024-11-27T19:34:46.807Z | Downloaded structmeta-derive v0.2.0 |
690 | 2024-11-27T19:34:46.807Z | Downloaded rpassword v7.3.1 |
691 | 2024-11-27T19:34:46.810Z | Downloaded tokio-postgres v0.7.12 |
692 | 2024-11-27T19:34:46.814Z | Downloaded tinyvec_macros v0.1.1 |
693 | 2024-11-27T19:34:46.817Z | Downloaded time-core v0.1.2 |
694 | 2024-11-27T19:34:46.817Z | Downloaded xattr v1.3.1 |
695 | 2024-11-27T19:34:46.819Z | Downloaded wyz v0.5.1 |
696 | 2024-11-27T19:34:46.819Z | Downloaded deranged v0.3.11 |
697 | 2024-11-27T19:34:46.821Z | Downloaded writeable v0.5.5 |
698 | 2024-11-27T19:34:46.824Z | Downloaded utf8_iter v1.0.4 |
699 | 2024-11-27T19:34:46.824Z | Downloaded utf-8 v0.7.6 |
700 | 2024-11-27T19:34:46.826Z | Downloaded fixedbitset v0.4.2 |
701 | 2024-11-27T19:34:46.828Z | Downloaded predicates v3.1.2 |
702 | 2024-11-27T19:34:46.831Z | Downloaded poly1305 v0.8.0 |
703 | 2024-11-27T19:34:46.834Z | Downloaded zerocopy v0.6.6 |
704 | 2024-11-27T19:34:46.837Z | Downloaded tracing-core v0.1.32 |
705 | 2024-11-27T19:34:46.840Z | Downloaded publicsuffix v2.2.3 |
706 | 2024-11-27T19:34:46.842Z | Downloaded zerofrom v0.1.4 |
707 | 2024-11-27T19:34:46.843Z | Downloaded der v0.7.9 |
708 | 2024-11-27T19:34:46.846Z | Downloaded paste v1.0.15 |
709 | 2024-11-27T19:34:46.850Z | Downloaded parse-display-derive v0.10.0 |
710 | 2024-11-27T19:34:46.853Z | Downloaded num_threads v0.1.7 |
711 | 2024-11-27T19:34:46.854Z | Downloaded funty v2.0.0 |
712 | 2024-11-27T19:34:46.856Z | Downloaded russh-keys v0.45.0 |
713 | 2024-11-27T19:34:46.860Z | Downloaded shell-words v1.1.0 |
714 | 2024-11-27T19:34:46.860Z | Downloaded peg v0.8.4 |
715 | 2024-11-27T19:34:46.863Z | Downloaded time-macros v0.2.18 |
716 | 2024-11-27T19:34:46.866Z | Downloaded rcgen v0.12.1 |
717 | 2024-11-27T19:34:46.869Z | Downloaded unicode-bidi v0.3.17 |
718 | 2024-11-27T19:34:46.872Z | Downloaded tracing v0.1.40 |
719 | 2024-11-27T19:34:46.877Z | Downloaded thiserror-impl-no-std v2.0.2 |
720 | 2024-11-27T19:34:46.879Z | Downloaded tiny-keccak v2.0.2 |
721 | 2024-11-27T19:34:46.882Z | Downloaded stringprep v0.1.5 |
722 | 2024-11-27T19:34:46.886Z | Downloaded owo-colors v4.1.0 |
723 | 2024-11-27T19:34:46.889Z | Downloaded termcolor v1.4.1 |
724 | 2024-11-27T19:34:46.889Z | Downloaded tungstenite v0.21.0 |
725 | 2024-11-27T19:34:46.892Z | Downloaded zerofrom-derive v0.1.4 |
726 | 2024-11-27T19:34:46.895Z | Downloaded thread_local v1.1.8 |
727 | 2024-11-27T19:34:46.898Z | Downloaded tar v0.4.42 |
728 | 2024-11-27T19:34:46.900Z | Downloaded enum-as-inner v0.6.1 |
729 | 2024-11-27T19:34:46.903Z | Downloaded zerovec-derive v0.10.3 |
730 | 2024-11-27T19:34:46.903Z | Downloaded signal-hook v0.3.17 |
731 | 2024-11-27T19:34:46.906Z | Downloaded zone_cfg_derive v0.3.0 |
732 | 2024-11-27T19:34:46.909Z | Downloaded futures-executor v0.3.31 |
733 | 2024-11-27T19:34:46.911Z | Downloaded openssl-sys v0.9.103 |
734 | 2024-11-27T19:34:46.916Z | Downloaded futures-io v0.3.31 |
735 | 2024-11-27T19:34:46.919Z | Downloaded futures-core v0.3.31 |
736 | 2024-11-27T19:34:46.919Z | Downloaded thiserror-no-std v2.0.2 |
737 | 2024-11-27T19:34:46.924Z | Downloaded progenitor v0.8.0 |
738 | 2024-11-27T19:34:46.926Z | Downloaded derive_more v0.99.18 |
739 | 2024-11-27T19:34:46.931Z | Downloaded normalize-line-endings v0.3.0 |
740 | 2024-11-27T19:34:46.934Z | Downloaded percent-encoding v2.3.1 |
741 | 2024-11-27T19:34:46.934Z | Downloaded newtype_derive v0.1.6 |
742 | 2024-11-27T19:34:46.936Z | Downloaded newline-converter v0.3.0 |
743 | 2024-11-27T19:34:46.936Z | Downloaded libm v0.2.8 |
744 | 2024-11-27T19:34:46.945Z | Downloaded sha1 v0.10.6 |
745 | 2024-11-27T19:34:46.947Z | Downloaded same-file v1.0.6 |
746 | 2024-11-27T19:34:46.950Z | Downloaded progenitor-macro v0.8.0 |
747 | 2024-11-27T19:34:46.950Z | Downloaded smallvec v1.13.2 |
748 | 2024-11-27T19:34:46.952Z | Downloaded p256 v0.13.2 |
749 | 2024-11-27T19:34:46.955Z | Downloaded libxml v0.3.3 |
750 | 2024-11-27T19:34:46.961Z | Downloaded fxhash v0.2.1 |
751 | 2024-11-27T19:34:46.964Z | Downloaded tower-service v0.3.3 |
752 | 2024-11-27T19:34:46.964Z | Downloaded untrusted v0.7.1 |
753 | 2024-11-27T19:34:46.966Z | Downloaded data-encoding v2.6.0 |
754 | 2024-11-27T19:34:46.969Z | Downloaded serde_plain v1.0.2 |
755 | 2024-11-27T19:34:46.969Z | Downloaded fallible-iterator v0.3.0 |
756 | 2024-11-27T19:34:46.971Z | Downloaded tls_codec_derive v0.4.1 |
757 | 2024-11-27T19:34:46.971Z | Downloaded flate2 v1.0.34 |
758 | 2024-11-27T19:34:46.976Z | Downloaded unicode-truncate v1.1.0 |
759 | 2024-11-27T19:34:46.979Z | Downloaded typify v0.2.0 |
760 | 2024-11-27T19:34:46.982Z | Downloaded openssl-probe v0.1.5 |
761 | 2024-11-27T19:34:46.984Z | Downloaded packed_struct_codegen v0.10.1 |
762 | 2024-11-27T19:34:46.987Z | Downloaded fd-lock v4.0.2 |
763 | 2024-11-27T19:34:46.990Z | Downloaded fallible-streaming-iterator v0.1.9 |
764 | 2024-11-27T19:34:46.990Z | Downloaded nu-ansi-term v0.50.1 |
765 | 2024-11-27T19:34:46.992Z | Downloaded ff v0.13.0 |
766 | 2024-11-27T19:34:46.995Z | Downloaded rustls-pki-types v1.9.0 |
767 | 2024-11-27T19:34:46.997Z | Downloaded difflib v0.4.0 |
768 | 2024-11-27T19:34:47.000Z | Downloaded rand_xorshift v0.3.0 |
769 | 2024-11-27T19:34:47.000Z | Downloaded tinyvec v1.8.0 |
770 | 2024-11-27T19:34:47.002Z | Downloaded strum_macros v0.25.3 |
771 | 2024-11-27T19:34:47.005Z | Downloaded strum_macros v0.26.4 |
772 | 2024-11-27T19:34:47.007Z | Downloaded universal-hash v0.5.1 |
773 | 2024-11-27T19:34:47.010Z | Downloaded spin v0.5.2 |
774 | 2024-11-27T19:34:47.010Z | Downloaded serde_with_macros v3.11.0 |
775 | 2024-11-27T19:34:47.013Z | Downloaded toolchain_find v0.4.0 |
776 | 2024-11-27T19:34:47.015Z | Downloaded embedded-io v0.6.1 |
777 | 2024-11-27T19:34:47.017Z | Downloaded rand_seeder v0.3.0 |
778 | 2024-11-27T19:34:47.020Z | Downloaded fallible-iterator v0.2.0 |
779 | 2024-11-27T19:34:47.020Z | Downloaded twox-hash v1.6.3 |
780 | 2024-11-27T19:34:47.022Z | Downloaded tui-tree-widget v0.22.0 |
781 | 2024-11-27T19:34:47.025Z | Downloaded strum_macros v0.24.3 |
782 | 2024-11-27T19:34:47.027Z | Downloaded semver v0.1.20 |
783 | 2024-11-27T19:34:47.027Z | Downloaded gethostname v0.5.0 |
784 | 2024-11-27T19:34:47.030Z | Downloaded ghash v0.5.1 |
785 | 2024-11-27T19:34:47.030Z | Downloaded tls_codec v0.4.1 |
786 | 2024-11-27T19:34:47.032Z | Downloaded num v0.4.3 |
787 | 2024-11-27T19:34:47.035Z | Downloaded progenitor-impl v0.8.0 |
788 | 2024-11-27T19:34:47.038Z | Downloaded precomputed-hash v0.1.1 |
789 | 2024-11-27T19:34:47.038Z | Downloaded parse-display v0.10.0 |
790 | 2024-11-27T19:34:47.040Z | Downloaded defmt v0.3.8 |
791 | 2024-11-27T19:34:47.042Z | Downloaded write16 v1.0.0 |
792 | 2024-11-27T19:34:47.047Z | Downloaded itertools v0.13.0 |
793 | 2024-11-27T19:34:47.051Z | Downloaded ed25519-dalek v2.1.1 |
794 | 2024-11-27T19:34:47.055Z | Downloaded blake3 v1.5.4 |
795 | 2024-11-27T19:34:47.063Z | Downloaded num-iter v0.1.45 |
796 | 2024-11-27T19:34:47.066Z | Downloaded new_debug_unreachable v1.0.6 |
797 | 2024-11-27T19:34:47.068Z | Downloaded num-integer v0.1.46 |
798 | 2024-11-27T19:34:47.068Z | Downloaded num-derive v0.4.2 |
799 | 2024-11-27T19:34:47.071Z | Downloaded futures-macro v0.3.31 |
800 | 2024-11-27T19:34:47.071Z | Downloaded rand_core v0.6.4 |
801 | 2024-11-27T19:34:47.076Z | Downloaded openssl-macros v0.1.1 |
802 | 2024-11-27T19:34:47.076Z | Downloaded hyper v1.5.0 |
803 | 2024-11-27T19:34:47.081Z | Downloaded display-error-chain v0.2.2 |
804 | 2024-11-27T19:34:47.084Z | Downloaded which v4.4.2 |
805 | 2024-11-27T19:34:47.084Z | Downloaded scheduled-thread-pool v0.2.7 |
806 | 2024-11-27T19:34:47.086Z | Downloaded x509-cert v0.2.5 |
807 | 2024-11-27T19:34:47.091Z | Downloaded postgres-protocol v0.6.7 |
808 | 2024-11-27T19:34:47.093Z | Downloaded serde_repr v0.1.19 |
809 | 2024-11-27T19:34:47.095Z | Downloaded spin v0.9.8 |
810 | 2024-11-27T19:34:47.098Z | Downloaded miniz_oxide v0.8.0 |
811 | 2024-11-27T19:34:47.100Z | Downloaded serde-big-array v0.5.1 |
812 | 2024-11-27T19:34:47.103Z | Downloaded yoke v0.7.4 |
813 | 2024-11-27T19:34:47.105Z | Downloaded yasna v0.5.2 |
814 | 2024-11-27T19:34:47.108Z | Downloaded pkcs5 v0.7.1 |
815 | 2024-11-27T19:34:47.111Z | Downloaded endian-type v0.1.2 |
816 | 2024-11-27T19:34:47.113Z | Downloaded dhcproto-macros v0.1.0 |
817 | 2024-11-27T19:34:47.113Z | Downloaded derive_builder_macro v0.20.2 |
818 | 2024-11-27T19:34:47.115Z | Downloaded serde_yaml v0.9.34+deprecated |
819 | 2024-11-27T19:34:47.119Z | Downloaded zone v0.1.8 |
820 | 2024-11-27T19:34:47.121Z | Downloaded slog-bunyan v2.5.0 |
821 | 2024-11-27T19:34:47.121Z | Downloaded slog-async v2.8.0 |
822 | 2024-11-27T19:34:47.121Z | Downloaded serde_path_to_error v0.1.16 |
823 | 2024-11-27T19:34:47.124Z | Downloaded serde_with v3.11.0 |
824 | 2024-11-27T19:34:47.131Z | Downloaded rsa v0.9.6 |
825 | 2024-11-27T19:34:47.137Z | Downloaded untrusted v0.9.0 |
826 | 2024-11-27T19:34:47.139Z | Downloaded smf v0.2.3 |
827 | 2024-11-27T19:34:47.142Z | Downloaded vsss-rs v3.3.4 |
828 | 2024-11-27T19:34:47.144Z | Downloaded polyval v0.6.2 |
829 | 2024-11-27T19:34:47.146Z | Downloaded tokio-tungstenite v0.24.0 |
830 | 2024-11-27T19:34:47.149Z | Downloaded ena v0.14.3 |
831 | 2024-11-27T19:34:47.149Z | Downloaded vergen v8.3.2 |
832 | 2024-11-27T19:34:47.152Z | Downloaded getrandom v0.2.15 |
833 | 2024-11-27T19:34:47.155Z | Downloaded num-complex v0.4.6 |
834 | 2024-11-27T19:34:47.158Z | Downloaded embedded-io v0.4.0 |
835 | 2024-11-27T19:34:47.160Z | Downloaded samael v0.0.17 |
836 | 2024-11-27T19:34:47.165Z | Downloaded secrecy v0.8.0 |
837 | 2024-11-27T19:34:47.167Z | Downloaded derive_builder_core v0.20.2 |
838 | 2024-11-27T19:34:47.170Z | Downloaded pin-utils v0.1.0 |
839 | 2024-11-27T19:34:47.173Z | Downloaded quick-error v1.2.3 |
840 | 2024-11-27T19:34:47.173Z | Downloaded diesel-dtrace v0.3.0 |
841 | 2024-11-27T19:34:47.175Z | Downloaded futures v0.3.31 |
842 | 2024-11-27T19:34:47.179Z | Downloaded parse-zoneinfo v0.3.1 |
843 | 2024-11-27T19:34:47.182Z | Downloaded diff v0.1.13 |
844 | 2024-11-27T19:34:47.185Z | Downloaded filetime v0.2.25 |
845 | 2024-11-27T19:34:47.189Z | Downloaded yoke-derive v0.7.4 |
846 | 2024-11-27T19:34:47.191Z | Downloaded postcard v1.0.10 |
847 | 2024-11-27T19:34:47.191Z | Downloaded hash32 v0.2.1 |
848 | 2024-11-27T19:34:47.193Z | Downloaded topological-sort v0.2.2 |
849 | 2024-11-27T19:34:47.195Z | Downloaded ssh-cipher v0.2.0 |
850 | 2024-11-27T19:34:47.195Z | Downloaded spki v0.7.3 |
851 | 2024-11-27T19:34:47.198Z | Downloaded tungstenite v0.24.0 |
852 | 2024-11-27T19:34:47.201Z | Downloaded strip-ansi-escapes v0.2.0 |
853 | 2024-11-27T19:34:47.204Z | Downloaded hash32 v0.3.1 |
854 | 2024-11-27T19:34:47.204Z | Downloaded structmeta v0.2.0 |
855 | 2024-11-27T19:34:47.206Z | Downloaded value-bag v1.9.0 |
856 | 2024-11-27T19:34:47.209Z | Downloaded powerfmt v0.2.0 |
857 | 2024-11-27T19:34:47.211Z | Downloaded structmeta v0.3.0 |
858 | 2024-11-27T19:34:47.211Z | Downloaded schemars v0.8.21 |
859 | 2024-11-27T19:34:47.222Z | Downloaded ppv-lite86 v0.2.20 |
860 | 2024-11-27T19:34:47.225Z | Downloaded des v0.8.1 |
861 | 2024-11-27T19:34:47.227Z | Downloaded serde-hex v0.1.0 |
862 | 2024-11-27T19:34:47.227Z | Downloaded slog v2.7.0 |
863 | 2024-11-27T19:34:47.231Z | Downloaded rusqlite v0.32.1 |
864 | 2024-11-27T19:34:47.237Z | Downloaded env_logger v0.11.5 |
865 | 2024-11-27T19:34:47.240Z | Downloaded uuid v1.11.0 |
866 | 2024-11-27T19:34:47.243Z | Downloaded p521 v0.13.3 |
867 | 2024-11-27T19:34:47.247Z | Downloaded tokio-tungstenite v0.23.1 |
868 | 2024-11-27T19:34:47.250Z | Downloaded h2 v0.4.6 |
869 | 2024-11-27T19:34:47.258Z | Downloaded unicode_categories v0.1.1 |
870 | 2024-11-27T19:34:47.261Z | Downloaded rustls-webpki v0.102.8 |
871 | 2024-11-27T19:34:47.279Z | Downloaded parking_lot v0.12.3 |
872 | 2024-11-27T19:34:47.281Z | Downloaded chrono v0.4.38 |
873 | 2024-11-27T19:34:47.290Z | Downloaded half v2.4.1 |
874 | 2024-11-27T19:34:47.292Z | Downloaded typed-path v0.9.3 |
875 | 2024-11-27T19:34:47.297Z | Downloaded derive_builder v0.20.2 |
876 | 2024-11-27T19:34:47.301Z | Downloaded quinn-proto v0.11.8 |
877 | 2024-11-27T19:34:47.308Z | Downloaded sqlparser v0.45.0 |
878 | 2024-11-27T19:34:47.314Z | Downloaded reqwest v0.12.9 |
879 | 2024-11-27T19:34:47.322Z | Downloaded time v0.3.36 |
880 | 2024-11-27T19:34:47.329Z | Downloaded num-bigint v0.4.6 |
881 | 2024-11-27T19:34:47.334Z | Downloaded hashbrown v0.14.5 |
882 | 2024-11-27T19:34:47.340Z | Downloaded zerocopy-derive v0.8.10 |
883 | 2024-11-27T19:34:47.348Z | Downloaded url v2.5.3 |
884 | 2024-11-27T19:34:47.351Z | Downloaded toml_edit v0.19.15 |
885 | 2024-11-27T19:34:47.369Z | Downloaded zip v2.1.3 |
886 | 2024-11-27T19:34:47.373Z | Downloaded icu_properties_data v1.5.0 |
887 | 2024-11-27T19:34:47.384Z | Downloaded expectorate v1.1.0 |
888 | 2024-11-27T19:34:47.387Z | Downloaded idna v0.5.0 |
889 | 2024-11-27T19:34:47.394Z | Downloaded qorb v0.2.1 |
890 | 2024-11-27T19:34:47.399Z | Downloaded num-bigint-dig v0.8.4 |
891 | 2024-11-27T19:34:47.404Z | Downloaded zerocopy v0.8.10 |
892 | 2024-11-27T19:34:47.428Z | Downloaded reedline v0.35.0 |
893 | 2024-11-27T19:34:47.435Z | Downloaded salty v0.3.0 |
894 | 2024-11-27T19:34:47.442Z | Downloaded curve25519-dalek v4.1.3 |
895 | 2024-11-27T19:34:47.452Z | Downloaded hashbrown v0.12.3 |
896 | 2024-11-27T19:34:47.456Z | Downloaded ssh-key v0.6.6 |
897 | 2024-11-27T19:34:47.463Z | Downloaded idna v0.4.0 |
898 | 2024-11-27T19:34:47.470Z | Downloaded futures-util v0.3.31 |
899 | 2024-11-27T19:34:47.484Z | Downloaded unicode-width v0.2.0 |
900 | 2024-11-27T19:34:47.490Z | Downloaded p384 v0.13.0 |
901 | 2024-11-27T19:34:47.497Z | Downloaded portable-atomic v1.9.0 |
902 | 2024-11-27T19:34:47.504Z | Downloaded radix_trie v0.2.1 |
903 | 2024-11-27T19:34:47.510Z | Downloaded quick-xml v0.33.0 |
904 | 2024-11-27T19:34:47.517Z | Downloaded idna v0.3.0 |
905 | 2024-11-27T19:34:47.524Z | Downloaded idna v0.2.3 |
906 | 2024-11-27T19:34:47.532Z | Downloaded regex v1.11.1 |
907 | 2024-11-27T19:34:47.547Z | Downloaded petname v2.0.2 |
908 | 2024-11-27T19:34:47.552Z | Downloaded dropshot v0.13.0 |
909 | 2024-11-27T19:34:47.574Z | Downloaded proptest v1.5.0 |
910 | 2024-11-27T19:34:47.583Z | Downloaded regex-syntax v0.6.29 |
911 | 2024-11-27T19:34:47.591Z | Downloaded webpki-roots v0.26.6 |
912 | 2024-11-27T19:34:47.594Z | Downloaded rustls v0.21.12 |
913 | 2024-11-27T19:34:47.607Z | Downloaded vcpkg v0.2.15 |
914 | 2024-11-27T19:34:47.645Z | Downloaded openssl v0.10.66 |
915 | 2024-11-27T19:34:47.655Z | Downloaded smoltcp v0.9.1 |
916 | 2024-11-27T19:34:47.667Z | Downloaded gimli v0.31.1 |
917 | 2024-11-27T19:34:47.676Z | Downloaded object v0.30.4 |
918 | 2024-11-27T19:34:47.686Z | Downloaded nix v0.28.0 |
919 | 2024-11-27T19:34:47.699Z | Downloaded smoltcp v0.11.0 |
920 | 2024-11-27T19:34:47.712Z | Downloaded regex-syntax v0.8.5 |
921 | 2024-11-27T19:34:47.721Z | Downloaded typify-impl v0.2.0 |
922 | 2024-11-27T19:34:47.737Z | Downloaded object v0.36.5 |
923 | 2024-11-27T19:34:47.750Z | Downloaded diesel v2.2.4 |
924 | 2024-11-27T19:34:47.769Z | Downloaded openapiv3 v2.0.0 |
925 | 2024-11-27T19:34:47.782Z | Downloaded sled v0.34.7 |
926 | 2024-11-27T19:34:47.792Z | Downloaded ratatui v0.28.1 |
927 | 2024-11-27T19:34:47.813Z | Downloaded zerocopy-derive v0.6.6 |
928 | 2024-11-27T19:34:47.823Z | Downloaded bzip2-sys v0.1.11+1.0.8 |
929 | 2024-11-27T19:34:47.836Z | Downloaded rustls v0.22.4 |
930 | 2024-11-27T19:34:47.849Z | Downloaded regress v0.10.1 |
931 | 2024-11-27T19:34:47.858Z | Downloaded regress v0.9.1 |
932 | 2024-11-27T19:34:47.867Z | Downloaded regex-automata v0.4.8 |
933 | 2024-11-27T19:34:47.884Z | Downloaded rustls v0.23.14 |
934 | 2024-11-27T19:34:47.895Z | Downloaded bstr v1.10.0 |
935 | 2024-11-27T19:34:47.905Z | Downloaded git2 v0.19.0 |
936 | 2024-11-27T19:34:47.914Z | Downloaded trust-dns-proto v0.22.0 |
937 | 2024-11-27T19:34:47.927Z | Downloaded tokio v1.40.0 |
938 | 2024-11-27T19:34:47.963Z | Downloaded nix v0.27.1 |
939 | 2024-11-27T19:34:47.974Z | Downloaded petgraph v0.6.5 |
940 | 2024-11-27T19:34:47.991Z | Downloaded lzma-sys v0.1.20 |
941 | 2024-11-27T19:34:48.019Z | Downloaded polar-core v0.27.3 |
942 | 2024-11-27T19:34:48.028Z | Downloaded dropshot v0.12.0 |
943 | 2024-11-27T19:34:48.048Z | Downloaded nix v0.29.0 |
944 | 2024-11-27T19:34:48.060Z | Downloaded chrono-tz v0.10.0 |
945 | 2024-11-27T19:34:48.066Z | Downloaded libz-sys v1.1.20 |
946 | 2024-11-27T19:34:48.087Z | Downloaded csv v1.3.0 |
947 | 2024-11-27T19:34:48.106Z | Downloaded tough v0.19.0 |
948 | 2024-11-27T19:34:48.114Z | Downloaded rustls-webpki v0.101.7 |
949 | 2024-11-27T19:34:48.127Z | Downloaded tokio-util v0.7.12 |
950 | 2024-11-27T19:34:48.134Z | Downloaded zerovec v0.10.4 |
951 | 2024-11-27T19:34:48.140Z | Downloaded sha3 v0.10.8 |
952 | 2024-11-27T19:34:48.145Z | Downloaded rustyline v14.0.0 |
953 | 2024-11-27T19:34:48.150Z | Downloaded num-rational v0.4.2 |
954 | 2024-11-27T19:34:48.152Z | Downloaded unsafe-libyaml v0.2.11 |
955 | 2024-11-27T19:34:48.155Z | Downloaded winnow v0.5.40 |
956 | 2024-11-27T19:34:48.163Z | Downloaded lalrpop v0.19.12 |
957 | 2024-11-27T19:34:48.175Z | Downloaded nom v7.1.3 |
958 | 2024-11-27T19:34:48.180Z | Downloaded socket2 v0.5.7 |
959 | 2024-11-27T19:34:48.182Z | Downloaded quinn v0.11.5 |
960 | 2024-11-27T19:34:48.185Z | Downloaded rayon v1.10.0 |
961 | 2024-11-27T19:34:48.194Z | Downloaded uzers v0.12.1 |
962 | 2024-11-27T19:34:48.197Z | Downloaded bitvec v1.0.1 |
963 | 2024-11-27T19:34:48.211Z | Downloaded tungstenite v0.23.0 |
964 | 2024-11-27T19:34:48.214Z | Downloaded psl-types v2.0.11 |
965 | 2024-11-27T19:34:48.217Z | Downloaded pkcs1 v0.7.5 |
966 | 2024-11-27T19:34:48.219Z | Downloaded native-tls v0.2.12 |
967 | 2024-11-27T19:34:48.221Z | Downloaded slog-envlogger v2.2.0 |
968 | 2024-11-27T19:34:48.221Z | Downloaded slog-dtrace v0.3.0 |
969 | 2024-11-27T19:34:48.224Z | Downloaded dirs-next v2.0.0 |
970 | 2024-11-27T19:34:48.225Z | Downloaded serde_derive_internals v0.29.1 |
971 | 2024-11-27T19:34:48.227Z | Downloaded toml v0.7.8 |
972 | 2024-11-27T19:34:48.229Z | Downloaded pkcs8 v0.10.2 |
973 | 2024-11-27T19:34:48.231Z | Downloaded rand v0.8.5 |
974 | 2024-11-27T19:34:48.234Z | Downloaded unicode-segmentation v1.12.0 |
975 | 2024-11-27T19:34:48.238Z | Downloaded unicode-normalization v0.1.24 |
976 | 2024-11-27T19:34:48.242Z | Downloaded derive-where v1.2.7 |
977 | 2024-11-27T19:34:48.245Z | Downloaded headers v0.4.0 |
978 | 2024-11-27T19:34:48.251Z | Downloaded pin-project-lite v0.2.14 |
979 | 2024-11-27T19:34:48.255Z | Downloaded pin-project-internal v1.1.6 |
980 | 2024-11-27T19:34:48.258Z | Downloaded parking_lot_core v0.9.10 |
981 | 2024-11-27T19:34:48.261Z | Downloaded unicode-properties v0.1.3 |
982 | 2024-11-27T19:34:48.263Z | Downloaded encoding_rs v0.8.34 |
983 | 2024-11-27T19:34:48.282Z | Downloaded salsa20 v0.10.2 |
984 | 2024-11-27T19:34:48.285Z | Downloaded parking_lot_core v0.8.6 |
985 | 2024-11-27T19:34:48.288Z | Downloaded zip v0.6.6 |
986 | 2024-11-27T19:34:48.290Z | Downloaded mio v1.0.2 |
987 | 2024-11-27T19:34:48.295Z | Downloaded hashbrown v0.13.2 |
988 | 2024-11-27T19:34:48.299Z | Downloaded scrypt v0.11.0 |
989 | 2024-11-27T19:34:48.301Z | Downloaded scopeguard v1.2.0 |
990 | 2024-11-27T19:34:48.304Z | Downloaded schemars_derive v0.8.21 |
991 | 2024-11-27T19:34:48.304Z | Downloaded radium v0.7.0 |
992 | 2024-11-27T19:34:48.306Z | Downloaded pkg-config v0.3.31 |
993 | 2024-11-27T19:34:48.306Z | Downloaded diesel_derives v2.2.3 |
994 | 2024-11-27T19:34:48.310Z | Downloaded ssh-encoding v0.2.0 |
995 | 2024-11-27T19:34:48.312Z | Downloaded rustls-pemfile v2.2.0 |
996 | 2024-11-27T19:34:48.315Z | Downloaded russh v0.45.0 |
997 | 2024-11-27T19:34:48.319Z | Downloaded itertools v0.12.1 |
998 | 2024-11-27T19:34:48.325Z | Downloaded elliptic-curve v0.13.8 |
999 | 2024-11-27T19:34:48.329Z | Downloaded pem-rfc7468 v0.7.0 |
1000 | 2024-11-27T19:34:48.332Z | Downloaded parking_lot v0.11.2 |
1001 | 2024-11-27T19:34:48.334Z | Downloaded hashlink v0.9.1 |
1002 | 2024-11-27T19:34:48.336Z | Downloaded omicron-zone-package v0.11.1 |
1003 | 2024-11-27T19:34:48.339Z | Downloaded debug-ignore v1.0.5 |
1004 | 2024-11-27T19:34:48.342Z | Downloaded itertools v0.10.5 |
1005 | 2024-11-27T19:34:48.346Z | Downloaded darling_core v0.20.10 |
1006 | 2024-11-27T19:34:48.351Z | Downloaded crossterm v0.28.1 |
1007 | 2024-11-27T19:34:48.358Z | Downloaded smallvec v0.6.14 |
1008 | 2024-11-27T19:34:48.360Z | Downloaded fs_extra v1.3.0 |
1009 | 2024-11-27T19:34:48.362Z | Downloaded env_logger v0.10.2 |
1010 | 2024-11-27T19:34:48.364Z | Downloaded ron v0.7.1 |
1011 | 2024-11-27T19:34:48.368Z | Downloaded mockall_derive v0.13.0 |
1012 | 2024-11-27T19:34:48.370Z | Downloaded slog-term v2.9.1 |
1013 | 2024-11-27T19:34:48.374Z | Downloaded flume v0.11.1 |
1014 | 2024-11-27T19:34:48.376Z | Downloaded enum-as-inner v0.5.1 |
1015 | 2024-11-27T19:34:48.378Z | Downloaded zeroize_derive v1.4.2 |
1016 | 2024-11-27T19:34:48.378Z | Downloaded termios v0.3.3 |
1017 | 2024-11-27T19:34:48.381Z | Downloaded prettyplease v0.2.25 |
1018 | 2024-11-27T19:34:48.384Z | Downloaded oso v0.27.3 |
1019 | 2024-11-27T19:34:48.387Z | Downloaded libgit2-sys v0.17.0+1.8.1 |
1020 | 2024-11-27T19:34:48.443Z | Downloaded dhcproto v0.12.0 |
1021 | 2024-11-27T19:34:48.445Z | Downloaded zopfli v0.8.1 |
1022 | 2024-11-27T19:34:48.449Z | Downloaded rayon-core v1.12.1 |
1023 | 2024-11-27T19:34:48.451Z | Downloaded pbkdf2 v0.12.2 |
1024 | 2024-11-27T19:34:48.453Z | Downloaded pbkdf2 v0.11.0 |
1025 | 2024-11-27T19:34:48.456Z | Downloaded password-hash v0.4.2 |
1026 | 2024-11-27T19:34:48.458Z | Downloaded olpc-cjson v0.1.4 |
1027 | 2024-11-27T19:34:48.458Z | Downloaded form_urlencoded v1.2.1 |
1028 | 2024-11-27T19:34:48.458Z | Downloaded tokio-tungstenite v0.21.0 |
1029 | 2024-11-27T19:34:48.460Z | Downloaded tokio-stream v0.1.16 |
1030 | 2024-11-27T19:34:48.464Z | Downloaded tokio-rustls v0.26.0 |
1031 | 2024-11-27T19:34:48.466Z | Downloaded tokio-rustls v0.25.0 |
1032 | 2024-11-27T19:34:48.469Z | Downloaded tokio-rustls v0.24.1 |
1033 | 2024-11-27T19:34:48.471Z | Downloaded fatfs v0.3.6 |
1034 | 2024-11-27T19:34:48.474Z | Downloaded signature v2.2.0 |
1035 | 2024-11-27T19:34:48.476Z | Downloaded aws-lc-rs v1.10.0 |
1036 | 2024-11-27T19:34:48.483Z | Downloaded nibble_vec v0.1.0 |
1037 | 2024-11-27T19:34:48.487Z | Downloaded fragile v2.0.0 |
1038 | 2024-11-27T19:34:48.487Z | Downloaded float-cmp v0.9.0 |
1039 | 2024-11-27T19:34:48.489Z | Downloaded flagset v0.4.6 |
1040 | 2024-11-27T19:34:48.489Z | Downloaded signal-hook-registry v1.4.2 |
1041 | 2024-11-27T19:34:48.491Z | Downloaded pin-project v1.1.6 |
1042 | 2024-11-27T19:34:48.500Z | Downloaded env_filter v0.1.2 |
1043 | 2024-11-27T19:34:48.502Z | Downloaded either v1.13.0 |
1044 | 2024-11-27T19:34:48.505Z | Downloaded xz2 v0.1.7 |
1045 | 2024-11-27T19:34:48.510Z | Downloaded mockall v0.13.0 |
1046 | 2024-11-27T19:34:48.510Z | Downloaded steno v0.4.1 |
1047 | 2024-11-27T19:34:48.513Z | Downloaded postgres-types v0.2.8 |
1048 | 2024-11-27T19:34:48.516Z | Downloaded password-hash v0.5.0 |
1049 | 2024-11-27T19:34:48.516Z | Downloaded num_enum_derive v0.5.11 |
1050 | 2024-11-27T19:34:48.518Z | Downloaded multer v3.1.0 |
1051 | 2024-11-27T19:34:48.521Z | Downloaded vte v0.11.1 |
1052 | 2024-11-27T19:34:48.524Z | Downloaded cc v1.1.30 |
1053 | 2024-11-27T19:34:48.527Z | Downloaded mirai-annotations v1.12.0 |
1054 | 2024-11-27T19:34:48.527Z | Downloaded rustfmt-wrapper v0.2.1 |
1055 | 2024-11-27T19:34:48.529Z | Downloaded rustc_version v0.4.1 |
1056 | 2024-11-27T19:34:48.529Z | Downloaded rustc_version v0.1.7 |
1057 | 2024-11-27T19:34:48.532Z | Downloaded rustc-hash v1.1.0 |
1058 | 2024-11-27T19:34:48.532Z | Downloaded slog-scope v4.4.0 |
1059 | 2024-11-27T19:34:48.532Z | Downloaded slog-json v2.6.1 |
1060 | 2024-11-27T19:34:48.534Z | Downloaded rtoolbox v0.0.2 |
1061 | 2024-11-27T19:34:48.538Z | Downloaded r2d2 v0.8.10 |
1062 | 2024-11-27T19:34:48.538Z | Downloaded globset v0.4.15 |
1063 | 2024-11-27T19:34:48.538Z | Downloaded futures-channel v0.3.31 |
1064 | 2024-11-27T19:34:48.543Z | Downloaded test-strategy v0.3.1 |
1065 | 2024-11-27T19:34:48.543Z | Downloaded chacha20poly1305 v0.10.1 |
1066 | 2024-11-27T19:34:48.547Z | Downloaded compact_str v0.8.0 |
1067 | 2024-11-27T19:34:48.550Z | Downloaded der_derive v0.7.3 |
1068 | 2024-11-27T19:34:48.550Z | Downloaded similar v2.6.0 |
1069 | 2024-11-27T19:34:48.554Z | Downloaded idna v1.0.3 |
1070 | 2024-11-27T19:34:48.560Z | Downloaded base64 v0.22.1 |
1071 | 2024-11-27T19:34:48.564Z | Downloaded bumpalo v3.16.0 |
1072 | 2024-11-27T19:34:48.567Z | Downloaded newtype-uuid v1.1.3 |
1073 | 2024-11-27T19:34:48.569Z | Downloaded tracing-attributes v0.1.27 |
1074 | 2024-11-27T19:34:48.573Z | Downloaded tinystr v0.7.6 |
1075 | 2024-11-27T19:34:48.573Z | Downloaded bytes v1.8.0 |
1076 | 2024-11-27T19:34:48.576Z | Downloaded snafu-derive v0.8.5 |
1077 | 2024-11-27T19:34:48.578Z | Downloaded pretty-hex v0.2.1 |
1078 | 2024-11-27T19:34:48.578Z | Downloaded dirs-sys-next v0.1.2 |
1079 | 2024-11-27T19:34:48.581Z | Downloaded defmt-parser v0.3.4 |
1080 | 2024-11-27T19:34:48.581Z | Downloaded defmt-macros v0.3.9 |
1081 | 2024-11-27T19:34:48.583Z | Downloaded serde_urlencoded v0.7.1 |
1082 | 2024-11-27T19:34:48.585Z | Downloaded sct v0.7.1 |
1083 | 2024-11-27T19:34:48.588Z | Downloaded dsl_auto_type v0.1.2 |
1084 | 2024-11-27T19:34:48.590Z | Downloaded zone v0.3.0 |
1085 | 2024-11-27T19:34:48.590Z | Downloaded zeroize v1.8.1 |
1086 | 2024-11-27T19:34:48.592Z | Downloaded rustversion v1.0.17 |
1087 | 2024-11-27T19:34:48.594Z | Downloaded bindgen v0.69.5 |
1088 | 2024-11-27T19:34:48.601Z | Downloaded wait-timeout v0.2.0 |
1089 | 2024-11-27T19:34:48.604Z | Downloaded crossbeam-utils v0.8.20 |
1090 | 2024-11-27T19:34:48.606Z | Downloaded icu_normalizer_data v1.5.0 |
1091 | 2024-11-27T19:34:48.609Z | Downloaded blake2 v0.10.6 |
1092 | 2024-11-27T19:34:48.611Z | Downloaded icu_locid_transform_data v1.5.0 |
1093 | 2024-11-27T19:34:48.613Z | Downloaded slab v0.4.9 |
1094 | 2024-11-27T19:34:48.613Z | Downloaded signal-hook-mio v0.2.4 |
1095 | 2024-11-27T19:34:48.616Z | Downloaded mime_guess v2.0.5 |
1096 | 2024-11-27T19:34:48.616Z | Downloaded icu_locid_transform v1.5.0 |
1097 | 2024-11-27T19:34:48.618Z | Downloaded cookie_store v0.21.0 |
1098 | 2024-11-27T19:34:48.621Z | Downloaded simd-adler32 v0.3.7 |
1099 | 2024-11-27T19:34:48.624Z | Downloaded libsw v3.3.1 |
1100 | 2024-11-27T19:34:48.627Z | Downloaded hyper-staticfile v0.10.1 |
1101 | 2024-11-27T19:34:48.627Z | Downloaded cancel-safe-futures v0.1.5 |
1102 | 2024-11-27T19:34:48.630Z | Downloaded rand_chacha v0.3.1 |
1103 | 2024-11-27T19:34:48.630Z | Downloaded quinn-udp v0.5.5 |
1104 | 2024-11-27T19:34:48.632Z | Downloaded ref-cast-impl v1.0.23 |
1105 | 2024-11-27T19:34:48.632Z | Downloaded libloading v0.8.5 |
1106 | 2024-11-27T19:34:48.635Z | Downloaded crossbeam-epoch v0.9.18 |
1107 | 2024-11-27T19:34:48.637Z | Downloaded const_format_proc_macros v0.2.33 |
1108 | 2024-11-27T19:34:48.640Z | Downloaded vte_generate_state_changes v0.1.2 |
1109 | 2024-11-27T19:34:48.640Z | Downloaded console v0.15.8 |
1110 | 2024-11-27T19:34:48.643Z | Downloaded clang-sys v1.8.1 |
1111 | 2024-11-27T19:34:48.645Z | Downloaded cbc v0.1.2 |
1112 | 2024-11-27T19:34:48.648Z | Downloaded linked-hash-map v0.5.6 |
1113 | 2024-11-27T19:34:48.651Z | Downloaded linear-map v1.2.0 |
1114 | 2024-11-27T19:34:48.651Z | Downloaded curve25519-dalek-derive v0.1.1 |
1115 | 2024-11-27T19:34:48.654Z | Downloaded ctr v0.9.2 |
1116 | 2024-11-27T19:34:48.654Z | Downloaded chacha20 v0.9.1 |
1117 | 2024-11-27T19:34:48.657Z | Downloaded castaway v0.2.3 |
1118 | 2024-11-27T19:34:48.657Z | Downloaded async-trait v0.1.83 |
1119 | 2024-11-27T19:34:48.661Z | Downloaded maplit v1.0.2 |
1120 | 2024-11-27T19:34:48.661Z | Downloaded managed v0.8.0 |
1121 | 2024-11-27T19:34:48.664Z | Downloaded lru-cache v0.1.2 |
1122 | 2024-11-27T19:34:48.664Z | Downloaded libefi-sys v0.1.0 |
1123 | 2024-11-27T19:34:48.664Z | Downloaded lazycell v1.3.0 |
1124 | 2024-11-27T19:34:48.667Z | Downloaded ipnetwork v0.20.0 |
1125 | 2024-11-27T19:34:48.667Z | Downloaded indent_write v2.2.0 |
1126 | 2024-11-27T19:34:48.667Z | Downloaded convert_case v0.4.0 |
1127 | 2024-11-27T19:34:48.669Z | Downloaded cobs v0.2.3 |
1128 | 2024-11-27T19:34:48.669Z | Downloaded cmake v0.1.51 |
1129 | 2024-11-27T19:34:48.672Z | Downloaded cexpr v0.6.0 |
1130 | 2024-11-27T19:34:48.672Z | Downloaded impl-trait-for-tuples v0.2.2 |
1131 | 2024-11-27T19:34:48.674Z | Downloaded crc-any v2.5.0 |
1132 | 2024-11-27T19:34:48.677Z | Downloaded bzip2 v0.4.4 |
1133 | 2024-11-27T19:34:48.680Z | Downloaded bcs v0.1.6 |
1134 | 2024-11-27T19:34:48.683Z | Downloaded cipher v0.4.4 |
1135 | 2024-11-27T19:34:48.686Z | Downloaded keccak v0.1.5 |
1136 | 2024-11-27T19:34:48.686Z | Downloaded hostname v0.4.0 |
1137 | 2024-11-27T19:34:48.689Z | Downloaded cassowary v0.3.0 |
1138 | 2024-11-27T19:34:48.689Z | Downloaded match_cfg v0.1.0 |
1139 | 2024-11-27T19:34:48.689Z | Downloaded is_ci v1.2.0 |
1140 | 2024-11-27T19:34:48.691Z | Downloaded bitflags v1.3.2 |
1141 | 2024-11-27T19:34:48.694Z | Downloaded indoc v1.0.9 |
1142 | 2024-11-27T19:34:48.697Z | Downloaded icu_provider_macros v1.5.0 |
1143 | 2024-11-27T19:34:48.697Z | Downloaded hyper-tls v0.6.0 |
1144 | 2024-11-27T19:34:48.700Z | Downloaded base64ct v1.6.0 |
1145 | 2024-11-27T19:34:48.700Z | Downloaded bitfield-struct v0.6.2 |
1146 | 2024-11-27T19:34:48.700Z | Downloaded ciborium-ll v0.2.2 |
1147 | 2024-11-27T19:34:48.702Z | Downloaded ciborium-io v0.2.2 |
1148 | 2024-11-27T19:34:48.702Z | Downloaded atomicwrites v0.4.4 |
1149 | 2024-11-27T19:34:48.705Z | Downloaded crunchy v0.2.2 |
1150 | 2024-11-27T19:34:48.705Z | Downloaded crc v3.2.1 |
1151 | 2024-11-27T19:34:48.708Z | Downloaded ciborium v0.2.2 |
1152 | 2024-11-27T19:34:48.710Z | Downloaded array-init v0.0.4 |
1153 | 2024-11-27T19:34:48.710Z | Downloaded bitfield v0.14.0 |
1154 | 2024-11-27T19:34:48.712Z | Downloaded base64 v0.13.1 |
1155 | 2024-11-27T19:34:48.715Z | Downloaded backtrace v0.3.74 |
1156 | 2024-11-27T19:34:48.719Z | Downloaded atomic-waker v1.1.2 |
1157 | 2024-11-27T19:34:48.721Z | Downloaded heapless v0.7.17 |
1158 | 2024-11-27T19:34:48.724Z | Downloaded ascii-canvas v3.0.0 |
1159 | 2024-11-27T19:34:48.863Z | Downloaded ring v0.17.8 |
1160 | 2024-11-27T19:34:49.010Z | Downloaded aws-lc-sys v0.22.0 |
1161 | 2024-11-27T19:34:49.226Z | Downloaded libsqlite3-sys v0.30.1 |
1162 | 2024-11-27T19:34:49.304Z | Downloaded ring v0.16.20 |
1163 | 2024-11-27T19:34:49.481Z | Compiling serde v1.0.215 |
1164 | 2024-11-27T19:34:49.483Z | Compiling lock_api v0.4.12 |
1165 | 2024-11-27T19:34:49.483Z | Compiling scopeguard v1.2.0 |
1166 | 2024-11-27T19:34:49.484Z | Compiling value-bag v1.9.0 |
1167 | 2024-11-27T19:34:49.484Z | Compiling typenum v1.17.0 |
1168 | 2024-11-27T19:34:49.484Z | Compiling generic-array v0.14.7 |
1169 | 2024-11-27T19:34:49.674Z | Compiling syn v2.0.87 |
1170 | 2024-11-27T19:34:49.687Z | Compiling getrandom v0.2.15 |
1171 | 2024-11-27T19:34:49.822Z | Compiling subtle v2.6.1 |
1172 | 2024-11-27T19:34:49.994Z | Compiling rand_core v0.6.4 |
1173 | 2024-11-27T19:34:50.165Z | Compiling log v0.4.22 |
1174 | 2024-11-27T19:34:50.257Z | Compiling shlex v1.3.0 |
1175 | 2024-11-27T19:34:50.275Z | Compiling jobserver v0.1.32 |
1176 | 2024-11-27T19:34:50.489Z | Compiling const-oid v0.9.6 |
1177 | 2024-11-27T19:34:50.509Z | Compiling smallvec v1.13.2 |
1178 | 2024-11-27T19:34:50.632Z | Compiling cc v1.1.30 |
1179 | 2024-11-27T19:34:50.875Z | Compiling spin v0.9.8 |
1180 | 2024-11-27T19:34:51.003Z | Compiling pin-project-lite v0.2.14 |
1181 | 2024-11-27T19:34:51.138Z | Compiling rustix v0.38.37 |
1182 | 2024-11-27T19:34:51.168Z | Compiling parking_lot_core v0.9.10 |
1183 | 2024-11-27T19:34:51.199Z | Compiling futures-core v0.3.31 |
1184 | 2024-11-27T19:34:51.382Z | Compiling signal-hook-registry v1.4.2 |
1185 | 2024-11-27T19:34:52.112Z | Compiling parking_lot v0.12.3 |
1186 | 2024-11-27T19:34:52.294Z | Compiling mio v1.0.2 |
1187 | 2024-11-27T19:34:52.315Z | Compiling aho-corasick v1.1.3 |
1188 | 2024-11-27T19:34:52.318Z | Compiling either v1.13.0 |
1189 | 2024-11-27T19:34:52.395Z | Compiling regex-syntax v0.8.5 |
1190 | 2024-11-27T19:34:52.726Z | Compiling cpufeatures v0.2.14 |
1191 | 2024-11-27T19:34:52.821Z | Compiling lazy_static v1.5.0 |
1192 | 2024-11-27T19:34:52.948Z | Compiling glob v0.3.1 |
1193 | 2024-11-27T19:34:53.003Z | Compiling futures-sink v0.3.31 |
1194 | 2024-11-27T19:34:53.162Z | Compiling stable_deref_trait v1.2.0 |
1195 | 2024-11-27T19:34:53.268Z | Compiling socket2 v0.5.7 |
1196 | 2024-11-27T19:34:53.454Z | Compiling slab v0.4.9 |
1197 | 2024-11-27T19:34:53.740Z | Compiling prettyplease v0.2.25 |
1198 | 2024-11-27T19:34:53.913Z | Compiling clang-sys v1.8.1 |
1199 | 2024-11-27T19:34:54.218Z | Compiling minimal-lexical v0.2.1 |
1200 | 2024-11-27T19:34:54.540Z | Compiling libloading v0.8.5 |
1201 | 2024-11-27T19:34:54.601Z | Compiling nom v7.1.3 |
1202 | 2024-11-27T19:34:54.718Z | Compiling serde_json v1.0.132 |
1203 | 2024-11-27T19:34:54.899Z | Compiling home v0.5.9 |
1204 | 2024-11-27T19:34:54.971Z | Compiling bindgen v0.69.5 |
1205 | 2024-11-27T19:34:55.158Z | Compiling futures-channel v0.3.31 |
1206 | 2024-11-27T19:34:55.571Z | Compiling itertools v0.12.1 |
1207 | 2024-11-27T19:34:55.765Z | Compiling lazycell v1.3.0 |
1208 | 2024-11-27T19:34:55.919Z | Compiling regex-automata v0.4.8 |
1209 | 2024-11-27T19:34:57.710Z | Compiling synstructure v0.13.1 |
1210 | 2024-11-27T19:34:58.034Z | Compiling cexpr v0.6.0 |
1211 | 2024-11-27T19:34:58.939Z | Compiling allocator-api2 v0.2.18 |
1212 | 2024-11-27T19:34:59.331Z | Compiling pin-utils v0.1.0 |
1213 | 2024-11-27T19:34:59.430Z | Compiling futures-io v0.3.31 |
1214 | 2024-11-27T19:34:59.656Z | Compiling rustc-hash v1.1.0 |
1215 | 2024-11-27T19:34:59.659Z | Compiling futures-task v0.3.31 |
1216 | 2024-11-27T19:34:59.739Z | Compiling foldhash v0.1.3 |
1217 | 2024-11-27T19:34:59.793Z | Compiling cmake v0.1.51 |
1218 | 2024-11-27T19:34:59.921Z | Compiling tinyvec_macros v0.1.1 |
1219 | 2024-11-27T19:35:00.015Z | Compiling hashbrown v0.15.0 |
1220 | 2024-11-27T19:35:00.036Z | Compiling dunce v1.0.5 |
1221 | 2024-11-27T19:35:00.162Z | Compiling pkg-config v0.3.31 |
1222 | 2024-11-27T19:35:00.808Z | Compiling fs_extra v1.3.0 |
1223 | 2024-11-27T19:35:01.121Z | Compiling regex v1.11.1 |
1224 | 2024-11-27T19:35:01.402Z | Compiling libm v0.2.8 |
1225 | 2024-11-27T19:35:01.456Z | Compiling tinyvec v1.8.0 |
1226 | 2024-11-27T19:35:01.575Z | Compiling num-traits v0.2.19 |
1227 | 2024-11-27T19:35:02.094Z | Compiling ring v0.17.8 |
1228 | 2024-11-27T19:35:02.175Z | Compiling paste v1.0.15 |
1229 | 2024-11-27T19:35:02.652Z | Compiling base64ct v1.6.0 |
1230 | 2024-11-27T19:35:02.935Z | Compiling unicode-normalization v0.1.24 |
1231 | 2024-11-27T19:35:02.976Z | Compiling writeable v0.5.5 |
1232 | 2024-11-27T19:35:03.097Z | Compiling unicode-bidi v0.3.17 |
1233 | 2024-11-27T19:35:03.253Z | Compiling litemap v0.7.3 |
1234 | 2024-11-27T19:35:03.273Z | Compiling pem-rfc7468 v0.7.0 |
1235 | 2024-11-27T19:35:03.363Z | Compiling serde_derive v1.0.215 |
1236 | 2024-11-27T19:35:03.532Z | Compiling zeroize_derive v1.4.2 |
1237 | 2024-11-27T19:35:03.624Z | Compiling zerocopy-derive v0.7.35 |
1238 | 2024-11-27T19:35:04.004Z | Compiling tokio-macros v2.4.0 |
1239 | 2024-11-27T19:35:04.033Z | Compiling zerofrom-derive v0.1.4 |
1240 | 2024-11-27T19:35:04.510Z | Compiling thiserror-impl v1.0.69 |
1241 | 2024-11-27T19:35:05.128Z | Compiling zeroize v1.8.1 |
1242 | 2024-11-27T19:35:05.639Z | Compiling yoke-derive v0.7.4 |
1243 | 2024-11-27T19:35:05.999Z | Compiling zerocopy v0.7.35 |
1244 | 2024-11-27T19:35:06.824Z | Compiling zerovec-derive v0.10.3 |
1245 | 2024-11-27T19:35:06.987Z | Compiling crypto-common v0.1.6 |
1246 | 2024-11-27T19:35:07.236Z | Compiling block-buffer v0.10.4 |
1247 | 2024-11-27T19:35:07.516Z | Compiling digest v0.10.7 |
1248 | 2024-11-27T19:35:07.689Z | Compiling futures-macro v0.3.31 |
1249 | 2024-11-27T19:35:07.987Z | Compiling hmac v0.12.1 |
1250 | 2024-11-27T19:35:08.009Z | Compiling thiserror v1.0.69 |
1251 | 2024-11-27T19:35:08.143Z | Compiling block-padding v0.3.3 |
1252 | 2024-11-27T19:35:08.237Z | Compiling displaydoc v0.2.5 |
1253 | 2024-11-27T19:35:08.273Z | Compiling zerofrom v0.1.4 |
1254 | 2024-11-27T19:35:08.387Z | Compiling inout v0.1.3 |
1255 | 2024-11-27T19:35:08.517Z | Compiling sha2 v0.10.8 |
1256 | 2024-11-27T19:35:08.700Z | Compiling cipher v0.4.4 |
1257 | 2024-11-27T19:35:08.722Z | Compiling ppv-lite86 v0.2.20 |
1258 | 2024-11-27T19:35:08.789Z | Compiling yoke v0.7.4 |
1259 | 2024-11-27T19:35:09.178Z | Compiling icu_provider_macros v1.5.0 |
1260 | 2024-11-27T19:35:09.247Z | Compiling der_derive v0.7.3 |
1261 | 2024-11-27T19:35:09.558Z | Compiling zerovec v0.10.4 |
1262 | 2024-11-27T19:35:09.647Z | Compiling futures-util v0.3.31 |
1263 | 2024-11-27T19:35:10.340Z | Compiling aws-lc-rs v1.10.0 |
1264 | 2024-11-27T19:35:10.806Z | Compiling httparse v1.9.5 |
1265 | 2024-11-27T19:35:11.528Z | Compiling tinystr v0.7.6 |
1266 | 2024-11-27T19:35:11.678Z | Compiling flagset v0.4.6 |
1267 | 2024-11-27T19:35:11.867Z | Compiling rand_chacha v0.3.1 |
1268 | 2024-11-27T19:35:11.934Z | Compiling icu_locid v1.5.0 |
1269 | 2024-11-27T19:35:12.003Z | Compiling der v0.7.9 |
1270 | 2024-11-27T19:35:12.024Z | Compiling tracing-attributes v0.1.27 |
1271 | 2024-11-27T19:35:13.050Z | Compiling tracing-core v0.1.32 |
1272 | 2024-11-27T19:35:14.244Z | Compiling icu_provider v1.5.0 |
1273 | 2024-11-27T19:35:14.299Z | Compiling percent-encoding v2.3.1 |
1274 | 2024-11-27T19:35:14.409Z | Compiling icu_locid_transform_data v1.5.0 |
1275 | 2024-11-27T19:35:14.520Z | Compiling crossbeam-utils v0.8.20 |
1276 | 2024-11-27T19:35:14.678Z | Compiling rustls-pki-types v1.9.0 |
1277 | 2024-11-27T19:35:15.134Z | Compiling icu_locid_transform v1.5.0 |
1278 | 2024-11-27T19:35:15.253Z | Compiling pest v2.7.14 |
1279 | 2024-11-27T19:35:15.281Z | Compiling spki v0.7.3 |
1280 | 2024-11-27T19:35:15.452Z | Compiling rand v0.8.5 |
1281 | 2024-11-27T19:35:15.680Z | Compiling icu_collections v1.5.0 |
1282 | 2024-11-27T19:35:15.702Z | Compiling salsa20 v0.10.2 |
1283 | 2024-11-27T19:35:15.797Z | Compiling tracing v0.1.40 |
1284 | 2024-11-27T19:35:15.927Z | Compiling pbkdf2 v0.12.2 |
1285 | 2024-11-27T19:35:16.100Z | Compiling powerfmt v0.2.0 |
1286 | 2024-11-27T19:35:16.318Z | Compiling num-conv v0.1.0 |
1287 | 2024-11-27T19:35:16.355Z | Compiling untrusted v0.9.0 |
1288 | 2024-11-27T19:35:16.473Z | Compiling mirai-annotations v1.12.0 |
1289 | 2024-11-27T19:35:16.541Z | Compiling icu_properties_data v1.5.0 |
1290 | 2024-11-27T19:35:16.602Z | Compiling time-core v0.1.2 |
1291 | 2024-11-27T19:35:16.685Z | Compiling untrusted v0.7.1 |
1292 | 2024-11-27T19:35:16.798Z | Compiling vcpkg v0.2.15 |
1293 | 2024-11-27T19:35:16.829Z | Compiling time-macros v0.2.18 |
1294 | 2024-11-27T19:35:16.890Z | Compiling icu_properties v1.5.1 |
1295 | 2024-11-27T19:35:17.640Z | Compiling bitflags v2.6.0 |
1296 | 2024-11-27T19:35:17.742Z | Compiling bytes v1.8.0 |
1297 | 2024-11-27T19:35:18.282Z | Compiling indexmap v2.6.0 |
1298 | 2024-11-27T19:35:19.052Z | Compiling tokio v1.40.0 |
1299 | 2024-11-27T19:35:19.082Z | Compiling http v1.1.0 |
1300 | 2024-11-27T19:35:19.785Z | Compiling semver v1.0.23 |
1301 | 2024-11-27T19:35:20.209Z | Compiling rustc_version v0.4.1 |
1302 | 2024-11-27T19:35:20.556Z | Compiling openssl-sys v0.9.103 |
1303 | 2024-11-27T19:35:20.894Z | Compiling pest_meta v2.7.14 |
1304 | 2024-11-27T19:35:21.002Z | Compiling deranged v0.3.11 |
1305 | 2024-11-27T19:35:21.089Z | Compiling scrypt v0.11.0 |
1306 | 2024-11-27T19:35:21.659Z | Compiling aes v0.8.4 |
1307 | 2024-11-27T19:35:21.711Z | Compiling cbc v0.1.2 |
1308 | 2024-11-27T19:35:21.806Z | Compiling scroll_derive v0.12.0 |
1309 | 2024-11-27T19:35:21.953Z | Compiling write16 v1.0.0 |
1310 | 2024-11-27T19:35:22.086Z | Compiling which v4.4.2 |
1311 | 2024-11-27T19:35:22.909Z | Compiling utf16_iter v1.0.5 |
1312 | 2024-11-27T19:35:23.039Z | Compiling utf8_iter v1.0.4 |
1313 | 2024-11-27T19:35:23.106Z | Compiling icu_normalizer_data v1.5.0 |
1314 | 2024-11-27T19:35:23.223Z | Compiling atomic-waker v1.1.2 |
1315 | 2024-11-27T19:35:23.258Z | Compiling num_threads v0.1.7 |
1316 | 2024-11-27T19:35:23.297Z | Compiling scroll v0.12.0 |
1317 | 2024-11-27T19:35:23.396Z | Compiling time v0.3.36 |
1318 | 2024-11-27T19:35:23.398Z | Compiling icu_normalizer v1.5.0 |
1319 | 2024-11-27T19:35:23.583Z | Compiling pkcs5 v0.7.1 |
1320 | 2024-11-27T19:35:23.838Z | Compiling pest_generator v2.7.14 |
1321 | 2024-11-27T19:35:24.591Z | Compiling http-body v1.0.1 |
1322 | 2024-11-27T19:35:24.817Z | Compiling form_urlencoded v1.2.1 |
1323 | 2024-11-27T19:35:24.838Z | Compiling try-lock v0.2.5 |
1324 | 2024-11-27T19:35:24.989Z | Compiling slog v2.7.0 |
1325 | 2024-11-27T19:35:25.157Z | Compiling goblin v0.8.2 |
1326 | 2024-11-27T19:35:25.403Z | Compiling want v0.3.1 |
1327 | 2024-11-27T19:35:25.584Z | Compiling idna_adapter v1.2.0 |
1328 | 2024-11-27T19:35:25.698Z | Compiling pkcs8 v0.10.2 |
1329 | 2024-11-27T19:35:25.807Z | Compiling httpdate v1.0.3 |
1330 | 2024-11-27T19:35:25.852Z | Compiling idna v1.0.3 |
1331 | 2024-11-27T19:35:26.056Z | Compiling pest_derive v2.7.14 |
1332 | 2024-11-27T19:35:26.390Z | Compiling serde_spanned v0.6.8 |
1333 | 2024-11-27T19:35:26.623Z | Compiling toml_datetime v0.6.8 |
1334 | 2024-11-27T19:35:26.916Z | Compiling dtrace-parser v0.2.0 |
1335 | 2024-11-27T19:35:27.148Z | Compiling serde_tokenstream v0.2.2 |
1336 | 2024-11-27T19:35:27.192Z | Compiling uuid v1.11.0 |
1337 | 2024-11-27T19:35:27.732Z | Compiling tokio-util v0.7.12 |
1338 | 2024-11-27T19:35:27.754Z | Compiling openssl v0.10.66 |
1339 | 2024-11-27T19:35:28.161Z | Compiling tower-service v0.3.3 |
1340 | 2024-11-27T19:35:28.297Z | Compiling match_cfg v0.1.0 |
1341 | 2024-11-27T19:35:28.396Z | Compiling base64 v0.22.1 |
1342 | 2024-11-27T19:35:28.592Z | Compiling iana-time-zone v0.1.61 |
1343 | 2024-11-27T19:35:28.633Z | Compiling adler2 v2.0.0 |
1344 | 2024-11-27T19:35:28.845Z | Compiling h2 v0.4.6 |
1345 | 2024-11-27T19:35:29.048Z | Compiling foreign-types-shared v0.1.1 |
1346 | 2024-11-27T19:35:29.138Z | Compiling rustversion v1.0.17 |
1347 | 2024-11-27T19:35:29.160Z | Compiling foreign-types v0.3.2 |
1348 | 2024-11-27T19:35:29.162Z | Compiling miniz_oxide v0.8.0 |
1349 | 2024-11-27T19:35:29.192Z | Compiling chrono v0.4.38 |
1350 | 2024-11-27T19:35:29.253Z | Compiling hostname v0.3.1 |
1351 | 2024-11-27T19:35:29.543Z | Compiling url v2.5.3 |
1352 | 2024-11-27T19:35:30.686Z | Compiling async-trait v0.1.83 |
1353 | 2024-11-27T19:35:31.340Z | Compiling dof v0.3.0 |
1354 | 2024-11-27T19:35:31.567Z | Compiling openssl-macros v0.1.1 |
1355 | 2024-11-27T19:35:32.391Z | Compiling usdt-impl v0.5.0 |
1356 | 2024-11-27T19:35:33.037Z | Compiling dirs-sys-next v0.1.2 |
1357 | 2024-11-27T19:35:33.540Z | Compiling native-tls v0.2.12 |
1358 | 2024-11-27T19:35:33.641Z | Compiling data-encoding v2.6.0 |
1359 | 2024-11-27T19:35:33.717Z | Compiling siphasher v0.3.11 |
1360 | 2024-11-27T19:35:33.865Z | Compiling syn v1.0.109 |
1361 | 2024-11-27T19:35:33.960Z | Compiling rustls v0.22.4 |
1362 | 2024-11-27T19:35:34.113Z | Compiling rustls v0.23.14 |
1363 | 2024-11-27T19:35:34.291Z | Compiling dirs-next v2.0.0 |
1364 | 2024-11-27T19:35:34.549Z | Compiling http-body-util v0.1.2 |
1365 | 2024-11-27T19:35:34.856Z | Compiling crossbeam-epoch v0.9.18 |
1366 | 2024-11-27T19:35:35.074Z | Compiling heapless v0.7.17 |
1367 | 2024-11-27T19:35:35.526Z | Compiling sha1 v0.10.6 |
1368 | 2024-11-27T19:35:35.594Z | Compiling signature v2.2.0 |
1369 | 2024-11-27T19:35:35.668Z | Compiling bzip2-sys v0.1.11+1.0.8 |
1370 | 2024-11-27T19:35:35.873Z | Compiling hyper v1.5.0 |
1371 | 2024-11-27T19:35:35.900Z | Compiling serde_derive_internals v0.29.1 |
1372 | 2024-11-27T19:35:35.932Z | Compiling thread_local v1.1.8 |
1373 | 2024-11-27T19:35:36.037Z | Compiling multer v3.1.0 |
1374 | 2024-11-27T19:35:36.081Z | Compiling cookie v0.18.1 |
1375 | 2024-11-27T19:35:36.304Z | Compiling encoding_rs v0.8.34 |
1376 | 2024-11-27T19:35:36.335Z | Compiling openssl-probe v0.1.5 |
1377 | 2024-11-27T19:35:36.576Z | Compiling slog-async v2.8.0 |
1378 | 2024-11-27T19:35:36.685Z | Compiling rayon-core v1.12.1 |
1379 | 2024-11-27T19:35:36.987Z | Compiling signal-hook v0.3.17 |
1380 | 2024-11-27T19:35:37.057Z | Compiling unicode-properties v0.1.3 |
1381 | 2024-11-27T19:35:37.257Z | Compiling gimli v0.31.1 |
1382 | 2024-11-27T19:35:37.445Z | Compiling schemars v0.8.21 |
1383 | 2024-11-27T19:35:37.793Z | Compiling mime v0.3.17 |
1384 | 2024-11-27T19:35:38.387Z | Compiling hyper-util v0.1.10 |
1385 | 2024-11-27T19:35:38.707Z | Compiling ipnet v2.10.1 |
1386 | 2024-11-27T19:35:39.478Z | Compiling schemars_derive v0.8.21 |
1387 | 2024-11-27T19:35:40.033Z | Compiling toml_edit v0.22.22 |
1388 | 2024-11-27T19:35:40.075Z | Compiling stringprep v0.1.5 |
1389 | 2024-11-27T19:35:41.594Z | Compiling usdt-attr-macro v0.5.0 |
1390 | 2024-11-27T19:35:41.617Z | Compiling usdt-macro v0.5.0 |
1391 | 2024-11-27T19:35:42.488Z | Compiling addr2line v0.24.2 |
1392 | 2024-11-27T19:35:42.786Z | Compiling crossbeam-deque v0.8.5 |
1393 | 2024-11-27T19:35:43.059Z | Compiling term v0.7.0 |
1394 | 2024-11-27T19:35:43.090Z | Compiling slog-json v2.6.1 |
1395 | 2024-11-27T19:35:43.111Z | Compiling serde_urlencoded v0.7.1 |
1396 | 2024-11-27T19:35:43.129Z | Compiling crossbeam-channel v0.5.13 |
1397 | 2024-11-27T19:35:43.206Z | Compiling curve25519-dalek v4.1.3 |
1398 | 2024-11-27T19:35:43.463Z | Compiling enum-as-inner v0.6.1 |
1399 | 2024-11-27T19:35:43.645Z | Compiling rustls-pemfile v2.2.0 |
1400 | 2024-11-27T19:35:43.830Z | Compiling futures-executor v0.3.31 |
1401 | 2024-11-27T19:35:43.996Z | Compiling num-integer v0.1.46 |
1402 | 2024-11-27T19:35:44.199Z | Compiling md-5 v0.10.6 |
1403 | 2024-11-27T19:35:44.419Z | Compiling idna v0.3.0 |
1404 | 2024-11-27T19:35:44.474Z | Compiling idna v0.4.0 |
1405 | 2024-11-27T19:35:44.578Z | Compiling async-stream-impl v0.3.6 |
1406 | 2024-11-27T19:35:44.599Z | Compiling hash32 v0.2.1 |
1407 | 2024-11-27T19:35:44.793Z | Compiling ff v0.13.0 |
1408 | 2024-11-27T19:35:44.986Z | Compiling is-terminal v0.4.13 |
1409 | 2024-11-27T19:35:45.017Z | Compiling dropshot v0.12.0 |
1410 | 2024-11-27T19:35:45.113Z | Compiling object v0.36.5 |
1411 | 2024-11-27T19:35:45.290Z | Compiling rustc-demangle v0.1.24 |
1412 | 2024-11-27T19:35:45.970Z | Compiling take_mut v0.2.2 |
1413 | 2024-11-27T19:35:46.092Z | Compiling smoltcp v0.9.1 |
1414 | 2024-11-27T19:35:46.119Z | Compiling quick-error v1.2.3 |
1415 | 2024-11-27T19:35:46.137Z | Compiling utf-8 v0.7.6 |
1416 | 2024-11-27T19:35:46.269Z | Compiling portable-atomic v1.9.0 |
1417 | 2024-11-27T19:35:46.318Z | Compiling anyhow v1.0.93 |
1418 | 2024-11-27T19:35:46.456Z | Compiling linked-hash-map v0.5.6 |
1419 | 2024-11-27T19:35:46.852Z | Compiling fallible-iterator v0.2.0 |
1420 | 2024-11-27T19:35:46.872Z | Compiling dyn-clone v1.0.17 |
1421 | 2024-11-27T19:35:46.954Z | Compiling base16ct v0.2.0 |
1422 | 2024-11-27T19:35:47.083Z | Compiling num-bigint-dig v0.8.4 |
1423 | 2024-11-27T19:35:47.298Z | Compiling psl-types v2.0.11 |
1424 | 2024-11-27T19:35:47.423Z | Compiling sec1 v0.7.3 |
1425 | 2024-11-27T19:35:47.506Z | Compiling publicsuffix v2.2.3 |
1426 | 2024-11-27T19:35:47.560Z | Compiling postgres-protocol v0.6.7 |
1427 | 2024-11-27T19:35:48.018Z | Compiling lru-cache v0.1.2 |
1428 | 2024-11-27T19:35:48.136Z | Compiling tungstenite v0.24.0 |
1429 | 2024-11-27T19:35:48.211Z | Compiling resolv-conf v0.7.0 |
1430 | 2024-11-27T19:35:48.945Z | Compiling async-stream v0.3.6 |
1431 | 2024-11-27T19:35:49.025Z | Compiling hickory-proto v0.24.1 |
1432 | 2024-11-27T19:35:49.320Z | Compiling slog-term v2.9.1 |
1433 | 2024-11-27T19:35:49.649Z | Compiling usdt v0.5.0 |
1434 | 2024-11-27T19:35:50.188Z | Compiling group v0.13.0 |
1435 | 2024-11-27T19:35:50.519Z | Compiling num-iter v0.1.45 |
1436 | 2024-11-27T19:35:50.587Z | Compiling futures v0.3.31 |
1437 | 2024-11-27T19:35:50.704Z | Compiling slog-bunyan v2.5.0 |
1438 | 2024-11-27T19:35:50.822Z | Compiling toml v0.8.19 |
1439 | 2024-11-27T19:35:52.575Z | Compiling backtrace v0.3.74 |
1440 | 2024-11-27T19:35:52.626Z | Compiling camino v1.1.9 |
1441 | 2024-11-27T19:35:52.812Z | Compiling tokio-native-tls v0.3.1 |
1442 | 2024-11-27T19:35:53.090Z | Compiling phf_shared v0.11.2 |
1443 | 2024-11-27T19:35:53.170Z | Compiling dropshot_endpoint v0.12.0 |
1444 | 2024-11-27T19:35:53.534Z | Compiling waitgroup v0.1.2 |
1445 | 2024-11-27T19:35:53.597Z | Compiling terminal_size v0.4.0 |
1446 | 2024-11-27T19:35:53.708Z | Compiling openapiv3 v2.0.0 |
1447 | 2024-11-27T19:35:53.816Z | Compiling serde_path_to_error v0.1.16 |
1448 | 2024-11-27T19:35:53.844Z | Compiling webpki-roots v0.26.6 |
1449 | 2024-11-27T19:35:54.062Z | Compiling hkdf v0.12.4 |
1450 | 2024-11-27T19:35:54.318Z | Compiling crypto-bigint v0.5.5 |
1451 | 2024-11-27T19:35:54.666Z | Compiling idna v0.5.0 |
1452 | 2024-11-27T19:35:56.270Z | Compiling curve25519-dalek-derive v0.1.1 |
1453 | 2024-11-27T19:35:56.396Z | Compiling zerocopy-derive v0.6.6 |
1454 | 2024-11-27T19:35:57.367Z | Compiling hubpack_derive v0.1.1 |
1455 | 2024-11-27T19:35:57.865Z | Compiling hostname v0.4.0 |
1456 | 2024-11-27T19:35:57.898Z | Compiling fs-err v2.11.0 |
1457 | 2024-11-27T19:35:58.111Z | Compiling ahash v0.8.11 |
1458 | 2024-11-27T19:35:58.133Z | Compiling crc32fast v1.4.2 |
1459 | 2024-11-27T19:35:58.182Z | Compiling bitflags v1.3.2 |
1460 | 2024-11-27T19:35:58.289Z | Compiling debug-ignore v1.0.5 |
1461 | 2024-11-27T19:35:58.310Z | Compiling managed v0.8.0 |
1462 | 2024-11-27T19:35:58.443Z | Compiling winnow v0.5.40 |
1463 | 2024-11-27T19:35:58.443Z | Compiling clap_builder v4.5.21 |
1464 | 2024-11-27T19:35:58.558Z | Compiling flate2 v1.0.34 |
1465 | 2024-11-27T19:35:58.668Z | Compiling zerocopy v0.6.6 |
1466 | 2024-11-27T19:35:59.536Z | Compiling hubpack v0.1.2 |
1467 | 2024-11-27T19:35:59.562Z | Compiling strum_macros v0.25.3 |
1468 | 2024-11-27T19:35:59.609Z | Compiling console v0.15.8 |
1469 | 2024-11-27T19:36:00.539Z | Compiling elliptic-curve v0.13.8 |
1470 | 2024-11-27T19:36:00.855Z | Compiling cookie_store v0.21.0 |
1471 | 2024-11-27T19:36:01.210Z | Compiling hickory-resolver v0.24.1 |
1472 | 2024-11-27T19:36:01.386Z | Compiling phf v0.11.2 |
1473 | 2024-11-27T19:36:02.393Z | Compiling toml_edit v0.19.15 |
1474 | 2024-11-27T19:36:02.522Z | Compiling signal-hook-mio v0.2.4 |
1475 | 2024-11-27T19:36:02.631Z | Compiling hyper-tls v0.6.0 |
1476 | 2024-11-27T19:36:02.696Z | Compiling rayon v1.10.0 |
1477 | 2024-11-27T19:36:03.057Z | Compiling bzip2 v0.4.4 |
1478 | 2024-11-27T19:36:03.751Z | Compiling tokio-tungstenite v0.24.0 |
1479 | 2024-11-27T19:36:04.306Z | Compiling postgres-types v0.2.8 |
1480 | 2024-11-27T19:36:07.306Z | Compiling ed25519 v2.2.3 |
1481 | 2024-11-27T19:36:07.550Z | Compiling phf_shared v0.10.0 |
1482 | 2024-11-27T19:36:07.905Z | Compiling tokio-stream v0.1.16 |
1483 | 2024-11-27T19:36:07.950Z | Compiling pkcs1 v0.7.5 |
1484 | 2024-11-27T19:36:08.168Z | Compiling serde-big-array v0.5.1 |
1485 | 2024-11-27T19:36:08.385Z | Compiling clap_derive v4.5.18 |
1486 | 2024-11-27T19:36:08.409Z | Compiling float-cmp v0.9.0 |
1487 | 2024-11-27T19:36:08.643Z | Compiling rfc6979 v0.4.0 |
1488 | 2024-11-27T19:36:08.833Z | Compiling derive-where v1.2.7 |
1489 | 2024-11-27T19:36:08.971Z | Compiling serde_repr v0.1.19 |
1490 | 2024-11-27T19:36:08.992Z | Compiling bstr v1.10.0 |
1491 | 2024-11-27T19:36:09.222Z | Compiling sync_wrapper v1.0.1 |
1492 | 2024-11-27T19:36:09.382Z | Compiling unicode-width v0.2.0 |
1493 | 2024-11-27T19:36:09.916Z | Compiling whoami v1.5.2 |
1494 | 2024-11-27T19:36:10.191Z | Compiling number_prefix v0.4.0 |
1495 | 2024-11-27T19:36:10.428Z | Compiling static_assertions v1.1.0 |
1496 | 2024-11-27T19:36:10.485Z | Compiling difflib v0.4.0 |
1497 | 2024-11-27T19:36:10.536Z | Compiling fixedbitset v0.4.2 |
1498 | 2024-11-27T19:36:10.555Z | Compiling predicates-core v1.0.8 |
1499 | 2024-11-27T19:36:10.815Z | Compiling normalize-line-endings v0.3.0 |
1500 | 2024-11-27T19:36:10.930Z | Compiling new_debug_unreachable v1.0.6 |
1501 | 2024-11-27T19:36:10.951Z | Compiling unicode-segmentation v1.12.0 |
1502 | 2024-11-27T19:36:10.991Z | Compiling precomputed-hash v0.1.1 |
1503 | 2024-11-27T19:36:11.031Z | Compiling bit-vec v0.6.3 |
1504 | 2024-11-27T19:36:11.113Z | Compiling string_cache v0.8.7 |
1505 | 2024-11-27T19:36:11.509Z | Compiling bit-set v0.5.3 |
1506 | 2024-11-27T19:36:11.584Z | Compiling predicates v3.1.2 |
1507 | 2024-11-27T19:36:11.825Z | Compiling similar v2.6.0 |
1508 | 2024-11-27T19:36:11.848Z | Compiling petgraph v0.6.5 |
1509 | 2024-11-27T19:36:12.165Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
1510 | 2024-11-27T19:36:12.369Z | Compiling indicatif v0.17.9 |
1511 | 2024-11-27T19:36:13.464Z | Compiling tokio-postgres v0.7.12 |
1512 | 2024-11-27T19:36:13.482Z | Compiling clap v4.5.21 |
1513 | 2024-11-27T19:36:13.607Z | Compiling ecdsa v0.16.9 |
1514 | 2024-11-27T19:36:14.307Z | Compiling rsa v0.9.6 |
1515 | 2024-11-27T19:36:14.446Z | Compiling ed25519-dalek v2.1.1 |
1516 | 2024-11-27T19:36:14.646Z | Compiling toml v0.7.8 |
1517 | 2024-11-27T19:36:15.774Z | Compiling zip v0.6.6 |
1518 | 2024-11-27T19:36:16.011Z | Compiling crossterm v0.28.1 |
1519 | 2024-11-27T19:36:17.258Z | Compiling hex v0.4.3 |
1520 | 2024-11-27T19:36:17.871Z | Compiling x509-cert v0.2.5 |
1521 | 2024-11-27T19:36:17.913Z | Compiling itertools v0.10.5 |
1522 | 2024-11-27T19:36:18.126Z | Compiling peg-runtime v0.8.3 |
1523 | 2024-11-27T19:36:18.802Z | Compiling unicode-xid v0.2.6 |
1524 | 2024-11-27T19:36:18.990Z | Compiling lalrpop-util v0.19.12 |
1525 | 2024-11-27T19:36:19.266Z | Compiling strum_macros v0.26.4 |
1526 | 2024-11-27T19:36:19.295Z | Compiling xattr v1.3.1 |
1527 | 2024-11-27T19:36:19.367Z | Compiling filetime v0.2.25 |
1528 | 2024-11-27T19:36:19.570Z | Compiling tar v0.4.42 |
1529 | 2024-11-27T19:36:24.374Z | Compiling strum v0.26.3 |
1530 | 2024-11-27T19:36:26.376Z | Compiling aws-lc-sys v0.22.0 |
1531 | 2024-11-27T19:36:54.106Z | Compiling rustls-webpki v0.102.8 |
1532 | 2024-11-27T19:36:57.474Z | Compiling tokio-rustls v0.25.0 |
1533 | 2024-11-27T19:36:59.084Z | Compiling tokio-rustls v0.26.0 |
1534 | 2024-11-27T19:36:59.520Z | Compiling hyper-rustls v0.27.3 |
1535 | 2024-11-27T19:36:59.862Z | Compiling reqwest v0.12.9 |
1536 | 2024-11-27T19:37:01.319Z | Compiling qorb v0.2.1 |
1537 | 2024-11-27T19:37:05.991Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1538 | 2024-11-27T19:37:06.241Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
1539 | 2024-11-27T19:37:12.059Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 26s |
1540 | 2024-11-27T19:37:12.224Z | Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
1541 | 2024-11-27T19:37:12.277Z | Nov 27 19:37:11.428 INFO Starting download, target: DendriteOpenapi |
1542 | 2024-11-27T19:37:12.277Z | Nov 27 19:37:11.428 INFO Starting download, target: Cockroach |
1543 | 2024-11-27T19:37:12.277Z | Nov 27 19:37:11.428 INFO Starting download, target: Console |
1544 | 2024-11-27T19:37:12.277Z | Nov 27 19:37:11.428 INFO Starting download, target: Clickhouse |
1545 | 2024-11-27T19:37:12.279Z | Nov 27 19:37:11.428 INFO Starting download, target: DendriteStub |
1546 | 2024-11-27T19:37:12.279Z | Nov 27 19:37:11.428 INFO Starting download, target: MaghemiteMgd |
1547 | 2024-11-27T19:37:12.280Z | Nov 27 19:37:11.428 INFO Starting download, target: TransceiverControl |
1548 | 2024-11-27T19:37:12.280Z | Nov 27 19:37:11.429 INFO Downloading out/downloads/dpd-11bcc3e0f5d28dc7aed150f4df1174844e4dfbef.json (attempt 1/3), target: DendriteOpenapi |
1549 | 2024-11-27T19:37:12.280Z | Nov 27 19:37:11.429 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console |
1550 | 2024-11-27T19:37:12.280Z | Nov 27 19:37:11.429 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach |
1551 | 2024-11-27T19:37:12.280Z | Nov 27 19:37:11.429 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub |
1552 | 2024-11-27T19:37:12.280Z | Nov 27 19:37:11.429 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl |
1553 | 2024-11-27T19:37:12.280Z | Nov 27 19:37:11.429 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse |
1554 | 2024-11-27T19:37:12.280Z | Nov 27 19:37:11.429 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd |
1555 | 2024-11-27T19:37:12.476Z | Nov 27 19:37:11.622 INFO Download complete, target: DendriteOpenapi |
1556 | 2024-11-27T19:37:12.722Z | Nov 27 19:37:11.866 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl |
1557 | 2024-11-27T19:37:12.960Z | Nov 27 19:37:12.102 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console |
1558 | 2024-11-27T19:37:13.230Z | Nov 27 19:37:12.380 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd |
1559 | 2024-11-27T19:37:13.320Z | Nov 27 19:37:12.471 INFO Download complete, target: Console |
1560 | 2024-11-27T19:37:13.364Z | Nov 27 19:37:12.515 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub |
1561 | 2024-11-27T19:37:13.418Z | Nov 27 19:37:12.568 INFO Download complete, target: TransceiverControl |
1562 | 2024-11-27T19:37:13.801Z | Nov 27 19:37:12.952 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach |
1563 | 2024-11-27T19:37:13.801Z | Nov 27 19:37:12.952 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach |
1564 | 2024-11-27T19:37:14.189Z | Nov 27 19:37:13.340 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse |
1565 | 2024-11-27T19:37:16.035Z | Nov 27 19:37:15.185 INFO Download complete, target: MaghemiteMgd |
1566 | 2024-11-27T19:37:16.112Z | Nov 27 19:37:15.262 INFO Download complete, target: DendriteStub |
1567 | 2024-11-27T19:37:21.020Z | Nov 27 19:37:20.169 INFO Checking that binary works, target: Cockroach |
1568 | 2024-11-27T19:37:21.177Z | Nov 27 19:37:20.326 INFO Download complete, target: Cockroach |
1569 | 2024-11-27T19:37:26.141Z | Nov 27 19:37:25.289 INFO Checking that binary works, target: Clickhouse |
1570 | 2024-11-27T19:37:26.252Z | Nov 27 19:37:25.400 INFO Download complete, target: Clickhouse |
1571 | 2024-11-27T19:37:26.271Z | All builder prerequisites installed successfully, and PATH looks valid |
1572 | 2024-11-27T19:37:26.274Z | |
1573 | 2024-11-27T19:37:26.274Z | real 5:10.994628255 |
1574 | 2024-11-27T19:37:26.274Z | user 16:22.310629844 |
1575 | 2024-11-27T19:37:26.274Z | sys 3:14.230168445 |
1576 | 2024-11-27T19:37:26.274Z | trap 0.518680284 |
1577 | 2024-11-27T19:37:26.274Z | tflt 2.036946710 |
1578 | 2024-11-27T19:37:26.274Z | dflt 2.441649877 |
1579 | 2024-11-27T19:37:26.274Z | kflt 0.029471582 |
1580 | 2024-11-27T19:37:26.274Z | lock 29:27.070203639 |
1581 | 2024-11-27T19:37:26.274Z | slp 1:02:08.948861392 |
1582 | 2024-11-27T19:37:26.274Z | lat 52.449678300 |
1583 | 2024-11-27T19:37:26.274Z | stop 2:17.287966485 |
1584 | 2024-11-27T19:37:26.274Z | + banner clippy |
1585 | 2024-11-27T19:37:26.277Z | |
1586 | 2024-11-27T19:37:26.277Z | #### # # ##### ##### # # |
1587 | 2024-11-27T19:37:26.277Z | # # # # # # # # # # |
1588 | 2024-11-27T19:37:26.277Z | # # # # # # # # |
1589 | 2024-11-27T19:37:26.277Z | # # # ##### ##### # |
1590 | 2024-11-27T19:37:26.277Z | # # # # # # # |
1591 | 2024-11-27T19:37:26.277Z | #### ###### # # # # |
1592 | 2024-11-27T19:37:26.277Z | |
1593 | 2024-11-27T19:37:26.277Z | + export CARGO_INCREMENTAL=0 |
1594 | 2024-11-27T19:37:26.277Z | + CARGO_INCREMENTAL=0 |
1595 | 2024-11-27T19:37:26.277Z | + ptime -m cargo xtask clippy |
1596 | 2024-11-27T19:37:26.808Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
1597 | 2024-11-27T19:37:30.301Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.97s |
1598 | 2024-11-27T19:37:30.376Z | Running `target/debug/xtask clippy` |
1599 | 2024-11-27T19:37:30.396Z | running: /home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/cargo "clippy" "--all-targets" "--workspace" "--" "--deny" "warnings" |
1600 | 2024-11-27T19:37:31.061Z | Downloading crates ... |
1601 | 2024-11-27T19:37:31.404Z | Downloaded assert-json-diff v2.0.2 |
1602 | 2024-11-27T19:37:31.412Z | Downloaded assert_cmd v2.0.16 |
1603 | 2024-11-27T19:37:31.415Z | Downloaded async-channel v2.3.1 |
1604 | 2024-11-27T19:37:31.421Z | Downloaded approx v0.5.1 |
1605 | 2024-11-27T19:37:31.424Z | Downloaded anes v0.1.6 |
1606 | 2024-11-27T19:37:31.424Z | Downloaded async-channel v1.9.0 |
1607 | 2024-11-27T19:37:31.424Z | Downloaded async-attributes v1.1.2 |
1608 | 2024-11-27T19:37:31.433Z | Downloaded doc-comment v0.3.3 |
1609 | 2024-11-27T19:37:31.435Z | Downloaded nested v0.1.1 |
1610 | 2024-11-27T19:37:31.441Z | Downloaded guppy-workspace-hack v0.1.0 |
1611 | 2024-11-27T19:37:31.444Z | Downloaded num_cpus v1.16.0 |
1612 | 2024-11-27T19:37:31.446Z | Downloaded indoc v2.0.5 |
1613 | 2024-11-27T19:37:31.449Z | Downloaded futures-timer v3.0.3 |
1614 | 2024-11-27T19:37:31.449Z | Downloaded criterion-plot v0.5.0 |
1615 | 2024-11-27T19:37:31.451Z | Downloaded oorandom v11.1.4 |
1616 | 2024-11-27T19:37:31.452Z | Downloaded cast v0.3.0 |
1617 | 2024-11-27T19:37:31.455Z | Downloaded escape8259 v0.5.3 |
1618 | 2024-11-27T19:37:31.455Z | Downloaded async-object-pool v0.1.5 |
1619 | 2024-11-27T19:37:31.459Z | Downloaded plotters-svg v0.3.7 |
1620 | 2024-11-27T19:37:31.461Z | Downloaded pathdiff v0.2.2 |
1621 | 2024-11-27T19:37:31.461Z | Downloaded event-listener v2.5.3 |
1622 | 2024-11-27T19:37:31.464Z | Downloaded event-listener-strategy v0.5.2 |
1623 | 2024-11-27T19:37:31.464Z | Downloaded async-signal v0.2.10 |
1624 | 2024-11-27T19:37:31.467Z | Downloaded parking v2.2.1 |
1625 | 2024-11-27T19:37:31.471Z | Downloaded datatest-stable v0.2.9 |
1626 | 2024-11-27T19:37:31.471Z | Downloaded proc-macro-crate v3.2.0 |
1627 | 2024-11-27T19:37:31.473Z | Downloaded plotters-backend v0.3.7 |
1628 | 2024-11-27T19:37:31.473Z | Downloaded concurrent-queue v2.5.0 |
1629 | 2024-11-27T19:37:31.476Z | Downloaded hyper-rustls v0.26.0 |
1630 | 2024-11-27T19:37:31.484Z | Downloaded similar-asserts v1.6.0 |
1631 | 2024-11-27T19:37:31.503Z | Downloaded target-triple v0.1.3 |
1632 | 2024-11-27T19:37:31.505Z | Downloaded piper v0.2.4 |
1633 | 2024-11-27T19:37:31.505Z | Downloaded blake2b_simd v1.0.2 |
1634 | 2024-11-27T19:37:31.508Z | Downloaded async-global-executor v2.4.1 |
1635 | 2024-11-27T19:37:31.508Z | Downloaded relative-path v1.9.3 |
1636 | 2024-11-27T19:37:31.511Z | Downloaded path-tree v0.8.1 |
1637 | 2024-11-27T19:37:31.511Z | Downloaded partial-io v0.5.4 |
1638 | 2024-11-27T19:37:31.513Z | Downloaded stringmetrics v2.2.2 |
1639 | 2024-11-27T19:37:31.516Z | Downloaded httptest v0.16.1 |
1640 | 2024-11-27T19:37:31.531Z | Downloaded async-process v2.3.0 |
1641 | 2024-11-27T19:37:31.531Z | Downloaded rustls-native-certs v0.7.3 |
1642 | 2024-11-27T19:37:31.537Z | Downloaded blocking v1.6.1 |
1643 | 2024-11-27T19:37:31.537Z | Downloaded serde_regex v1.1.0 |
1644 | 2024-11-27T19:37:31.537Z | Downloaded target-spec v3.2.2 |
1645 | 2024-11-27T19:37:31.537Z | Downloaded async-lock v3.4.0 |
1646 | 2024-11-27T19:37:31.537Z | Downloaded libtest-mimic v0.7.3 |
1647 | 2024-11-27T19:37:31.537Z | Downloaded kv-log-macro v1.0.7 |
1648 | 2024-11-27T19:37:31.537Z | Downloaded threadpool v1.8.1 |
1649 | 2024-11-27T19:37:31.537Z | Downloaded async-executor v1.13.1 |
1650 | 2024-11-27T19:37:31.537Z | Downloaded cfg-expr v0.17.0 |
1651 | 2024-11-27T19:37:31.537Z | Downloaded futures-lite v2.3.0 |
1652 | 2024-11-27T19:37:31.541Z | Downloaded rstest_macros v0.23.0 |
1653 | 2024-11-27T19:37:31.544Z | Downloaded tinytemplate v1.2.1 |
1654 | 2024-11-27T19:37:31.544Z | Downloaded event-listener v5.3.1 |
1655 | 2024-11-27T19:37:31.547Z | Downloaded async-io v2.3.4 |
1656 | 2024-11-27T19:37:31.549Z | Downloaded rust-argon2 v2.1.0 |
1657 | 2024-11-27T19:37:31.550Z | Downloaded async-task v4.7.1 |
1658 | 2024-11-27T19:37:31.552Z | Downloaded rstest v0.23.0 |
1659 | 2024-11-27T19:37:31.557Z | Downloaded trybuild v1.0.101 |
1660 | 2024-11-27T19:37:31.561Z | Downloaded target-lexicon v0.12.16 |
1661 | 2024-11-27T19:37:31.564Z | Downloaded rand_distr v0.4.3 |
1662 | 2024-11-27T19:37:31.566Z | Downloaded polling v3.7.3 |
1663 | 2024-11-27T19:37:31.572Z | Downloaded pretty_assertions v1.4.1 |
1664 | 2024-11-27T19:37:31.575Z | Downloaded yansi v1.0.1 |
1665 | 2024-11-27T19:37:31.578Z | Downloaded guppy v0.17.8 |
1666 | 2024-11-27T19:37:31.582Z | Downloaded fancy-regex v0.13.0 |
1667 | 2024-11-27T19:37:31.586Z | Downloaded criterion v0.5.1 |
1668 | 2024-11-27T19:37:31.591Z | Downloaded plotters v0.3.7 |
1669 | 2024-11-27T19:37:31.599Z | Downloaded async-std v1.13.0 |
1670 | 2024-11-27T19:37:31.687Z | Downloaded httpmock v0.8.0-alpha.1 |
1671 | 2024-11-27T19:37:32.432Z | Checking cfg-if v1.0.0 |
1672 | 2024-11-27T19:37:32.508Z | Checking libc v0.2.162 |
1673 | 2024-11-27T19:37:32.528Z | Checking serde v1.0.215 |
1674 | 2024-11-27T19:37:32.567Z | Checking memchr v2.7.4 |
1675 | 2024-11-27T19:37:32.577Z | Checking value-bag v1.9.0 |
1676 | 2024-11-27T19:37:32.596Z | Checking scopeguard v1.2.0 |
1677 | 2024-11-27T19:37:32.615Z | Checking zeroize v1.8.1 |
1678 | 2024-11-27T19:37:32.638Z | Checking smallvec v1.13.2 |
1679 | 2024-11-27T19:37:32.666Z | Checking itoa v1.0.11 |
1680 | 2024-11-27T19:37:32.729Z | Checking lock_api v0.4.12 |
1681 | 2024-11-27T19:37:32.872Z | Checking byteorder v1.5.0 |
1682 | 2024-11-27T19:37:32.900Z | Checking pin-project-lite v0.2.14 |
1683 | 2024-11-27T19:37:32.974Z | Checking log v0.4.22 |
1684 | 2024-11-27T19:37:33.005Z | Checking subtle v2.6.1 |
1685 | 2024-11-27T19:37:33.034Z | Checking once_cell v1.20.2 |
1686 | 2024-11-27T19:37:33.137Z | Checking typenum v1.17.0 |
1687 | 2024-11-27T19:37:33.260Z | Checking futures-core v0.3.31 |
1688 | 2024-11-27T19:37:33.289Z | Checking libm v0.2.8 |
1689 | 2024-11-27T19:37:33.345Z | Checking thiserror v1.0.69 |
1690 | 2024-11-27T19:37:33.401Z | Checking zerocopy v0.7.35 |
1691 | 2024-11-27T19:37:33.449Z | Checking ryu v1.0.18 |
1692 | 2024-11-27T19:37:33.484Z | Checking spin v0.9.8 |
1693 | 2024-11-27T19:37:33.517Z | Checking const-oid v0.9.6 |
1694 | 2024-11-27T19:37:33.618Z | Checking getrandom v0.2.15 |
1695 | 2024-11-27T19:37:33.700Z | Checking parking_lot_core v0.9.10 |
1696 | 2024-11-27T19:37:33.840Z | Checking signal-hook-registry v1.4.2 |
1697 | 2024-11-27T19:37:33.870Z | Checking rand_core v0.6.4 |
1698 | 2024-11-27T19:37:34.051Z | Checking parking_lot v0.12.3 |
1699 | 2024-11-27T19:37:34.113Z | Checking mio v1.0.2 |
1700 | 2024-11-27T19:37:34.163Z | Checking socket2 v0.5.7 |
1701 | 2024-11-27T19:37:34.188Z | Checking num-traits v0.2.19 |
1702 | 2024-11-27T19:37:34.385Z | Checking futures-io v0.3.31 |
1703 | 2024-11-27T19:37:34.414Z | Checking generic-array v0.14.7 |
1704 | 2024-11-27T19:37:34.589Z | Checking slab v0.4.9 |
1705 | 2024-11-27T19:37:34.643Z | Checking allocator-api2 v0.2.18 |
1706 | 2024-11-27T19:37:34.741Z | Checking cpufeatures v0.2.14 |
1707 | 2024-11-27T19:37:34.794Z | Checking futures-sink v0.3.31 |
1708 | 2024-11-27T19:37:34.851Z | Checking pin-utils v0.1.0 |
1709 | 2024-11-27T19:37:34.876Z | Checking foldhash v0.1.3 |
1710 | 2024-11-27T19:37:34.943Z | Checking equivalent v1.0.1 |
1711 | 2024-11-27T19:37:34.972Z | Checking futures-channel v0.3.31 |
1712 | 2024-11-27T19:37:35.117Z | Checking futures-task v0.3.31 |
1713 | 2024-11-27T19:37:35.151Z | Checking stable_deref_trait v1.2.0 |
1714 | 2024-11-27T19:37:35.273Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1715 | 2024-11-27T19:37:35.330Z | Checking hashbrown v0.15.0 |
1716 | 2024-11-27T19:37:35.356Z | Checking fnv v1.0.7 |
1717 | 2024-11-27T19:37:35.379Z | Checking iana-time-zone v0.1.61 |
1718 | 2024-11-27T19:37:35.382Z | Checking futures-util v0.3.31 |
1719 | 2024-11-27T19:37:35.487Z | Checking ppv-lite86 v0.2.20 |
1720 | 2024-11-27T19:37:35.531Z | Checking tracing-core v0.1.32 |
1721 | 2024-11-27T19:37:35.586Z | Checking crypto-common v0.1.6 |
1722 | 2024-11-27T19:37:35.618Z | Checking block-buffer v0.10.4 |
1723 | 2024-11-27T19:37:35.772Z | Checking errno v0.3.9 |
1724 | 2024-11-27T19:37:35.841Z | Checking digest v0.10.7 |
1725 | 2024-11-27T19:37:35.963Z | Checking zerofrom v0.1.4 |
1726 | 2024-11-27T19:37:35.989Z | Checking dyn-clone v1.0.17 |
1727 | 2024-11-27T19:37:36.145Z | Checking block-padding v0.3.3 |
1728 | 2024-11-27T19:37:36.185Z | Checking yoke v0.7.4 |
1729 | 2024-11-27T19:37:36.228Z | Checking tracing v0.1.40 |
1730 | 2024-11-27T19:37:36.255Z | Checking crossbeam-utils v0.8.20 |
1731 | 2024-11-27T19:37:36.297Z | Checking rand_chacha v0.3.1 |
1732 | 2024-11-27T19:37:36.356Z | Checking inout v0.1.3 |
1733 | 2024-11-27T19:37:36.430Z | Checking percent-encoding v2.3.1 |
1734 | 2024-11-27T19:37:36.510Z | Checking zerovec v0.10.4 |
1735 | 2024-11-27T19:37:36.580Z | Checking writeable v0.5.5 |
1736 | 2024-11-27T19:37:36.605Z | Checking cipher v0.4.4 |
1737 | 2024-11-27T19:37:36.647Z | Checking litemap v0.7.3 |
1738 | 2024-11-27T19:37:36.693Z | Checking rand v0.8.5 |
1739 | 2024-11-27T19:37:36.936Z | Checking tinyvec_macros v0.1.1 |
1740 | 2024-11-27T19:37:36.984Z | Checking form_urlencoded v1.2.1 |
1741 | 2024-11-27T19:37:37.011Z | Checking httparse v1.9.5 |
1742 | 2024-11-27T19:37:37.013Z | Checking icu_locid_transform_data v1.5.0 |
1743 | 2024-11-27T19:37:37.057Z | Checking tinyvec v1.8.0 |
1744 | 2024-11-27T19:37:37.116Z | Checking base64ct v1.6.0 |
1745 | 2024-11-27T19:37:37.192Z | Checking atomic-waker v1.1.2 |
1746 | 2024-11-27T19:37:37.338Z | Checking regex-syntax v0.8.5 |
1747 | 2024-11-27T19:37:37.462Z | Checking hmac v0.12.1 |
1748 | 2024-11-27T19:37:37.552Z | Checking bytes v1.8.0 |
1749 | 2024-11-27T19:37:37.601Z | Checking bitflags v2.6.0 |
1750 | 2024-11-27T19:37:37.667Z | Checking serde_json v1.0.132 |
1751 | 2024-11-27T19:37:37.905Z | Checking indexmap v2.6.0 |
1752 | 2024-11-27T19:37:37.944Z | Checking chrono v0.4.38 |
1753 | 2024-11-27T19:37:38.093Z | Checking rustix v0.38.37 |
1754 | 2024-11-27T19:37:38.389Z | Checking uuid v1.11.0 |
1755 | 2024-11-27T19:37:38.415Z | Checking tokio v1.40.0 |
1756 | 2024-11-27T19:37:38.989Z | Checking http v1.1.0 |
1757 | 2024-11-27T19:37:39.141Z | Checking tinystr v0.7.6 |
1758 | 2024-11-27T19:37:39.364Z | Checking unicode-normalization v0.1.24 |
1759 | 2024-11-27T19:37:39.530Z | Checking icu_locid v1.5.0 |
1760 | 2024-11-27T19:37:40.073Z | Checking schemars v0.8.21 |
1761 | 2024-11-27T19:37:40.275Z | Checking icu_collections v1.5.0 |
1762 | 2024-11-27T19:37:40.397Z | Checking icu_properties_data v1.5.0 |
1763 | 2024-11-27T19:37:40.493Z | Checking untrusted v0.9.0 |
1764 | 2024-11-27T19:37:40.561Z | Checking sha2 v0.10.8 |
1765 | 2024-11-27T19:37:40.619Z | Checking icu_provider v1.5.0 |
1766 | 2024-11-27T19:37:40.647Z | Checking aho-corasick v1.1.3 |
1767 | 2024-11-27T19:37:40.672Z | Checking ring v0.17.8 |
1768 | 2024-11-27T19:37:41.009Z | Checking utf8_iter v1.0.4 |
1769 | 2024-11-27T19:37:41.144Z | Checking utf16_iter v1.0.5 |
1770 | 2024-11-27T19:37:41.223Z | Checking write16 v1.0.0 |
1771 | 2024-11-27T19:37:41.286Z | Checking icu_locid_transform v1.5.0 |
1772 | 2024-11-27T19:37:41.312Z | Checking unicode-ident v1.0.13 |
1773 | 2024-11-27T19:37:41.347Z | Checking icu_normalizer_data v1.5.0 |
1774 | 2024-11-27T19:37:41.452Z | Checking unicode-bidi v0.3.17 |
1775 | 2024-11-27T19:37:41.493Z | Checking lazy_static v1.5.0 |
1776 | 2024-11-27T19:37:41.623Z | Checking powerfmt v0.2.0 |
1777 | 2024-11-27T19:37:41.728Z | Checking adler2 v2.0.0 |
1778 | 2024-11-27T19:37:41.974Z | Checking num_threads v0.1.7 |
1779 | 2024-11-27T19:37:41.978Z | Checking deranged v0.3.11 |
1780 | 2024-11-27T19:37:41.978Z | Checking miniz_oxide v0.8.0 |
1781 | 2024-11-27T19:37:41.978Z | Checking num-conv v0.1.0 |
1782 | 2024-11-27T19:37:42.099Z | Checking time-core v0.1.2 |
1783 | 2024-11-27T19:37:42.214Z | Checking rustls-pki-types v1.9.0 |
1784 | 2024-11-27T19:37:42.258Z | Checking icu_properties v1.5.1 |
1785 | 2024-11-27T19:37:42.261Z | Checking proc-macro2 v1.0.89 |
1786 | 2024-11-27T19:37:42.305Z | Checking regex-automata v0.4.8 |
1787 | 2024-11-27T19:37:42.457Z | Checking pem-rfc7468 v0.7.0 |
1788 | 2024-11-27T19:37:42.660Z | Checking untrusted v0.7.1 |
1789 | 2024-11-27T19:37:42.739Z | Checking http-body v1.0.1 |
1790 | 2024-11-27T19:37:42.775Z | Checking aws-lc-sys v0.22.0 |
1791 | 2024-11-27T19:37:42.847Z | Checking mirai-annotations v1.12.0 |
1792 | 2024-11-27T19:37:42.953Z | Checking base64 v0.22.1 |
1793 | 2024-11-27T19:37:42.957Z | Checking quote v1.0.37 |
1794 | 2024-11-27T19:37:43.032Z | Checking httpdate v1.0.3 |
1795 | 2024-11-27T19:37:43.280Z | Checking try-lock v0.2.5 |
1796 | 2024-11-27T19:37:43.303Z | Checking syn v2.0.87 |
1797 | 2024-11-27T19:37:43.416Z | Checking want v0.3.1 |
1798 | 2024-11-27T19:37:43.442Z | Checking flagset v0.4.6 |
1799 | 2024-11-27T19:37:43.600Z | Checking pbkdf2 v0.12.2 |
1800 | 2024-11-27T19:37:43.634Z | Checking time v0.3.36 |
1801 | 2024-11-27T19:37:43.660Z | Checking der v0.7.9 |
1802 | 2024-11-27T19:37:43.770Z | Checking aes v0.8.4 |
1803 | 2024-11-27T19:37:44.745Z | Checking cbc v0.1.2 |
1804 | 2024-11-27T19:37:44.953Z | Checking salsa20 v0.10.2 |
1805 | 2024-11-27T19:37:45.201Z | Checking ahash v0.8.11 |
1806 | 2024-11-27T19:37:45.493Z | Checking aws-lc-rs v1.10.0 |
1807 | 2024-11-27T19:37:45.544Z | Checking spki v0.7.3 |
1808 | 2024-11-27T19:37:45.599Z | Checking icu_normalizer v1.5.0 |
1809 | 2024-11-27T19:37:45.800Z | Checking slog v2.7.0 |
1810 | 2024-11-27T19:37:45.828Z | Checking tower-service v0.3.3 |
1811 | 2024-11-27T19:37:45.865Z | Checking tokio-util v0.7.12 |
1812 | 2024-11-27T19:37:45.949Z | Checking scrypt v0.11.0 |
1813 | 2024-11-27T19:37:46.080Z | Checking mime v0.3.17 |
1814 | 2024-11-27T19:37:46.194Z | Checking gimli v0.31.1 |
1815 | 2024-11-27T19:37:46.289Z | Checking pkcs5 v0.7.1 |
1816 | 2024-11-27T19:37:46.411Z | Checking idna_adapter v1.2.0 |
1817 | 2024-11-27T19:37:46.435Z | Checking object v0.36.5 |
1818 | 2024-11-27T19:37:46.624Z | Checking idna v1.0.3 |
1819 | 2024-11-27T19:37:46.791Z | Checking h2 v0.4.6 |
1820 | 2024-11-27T19:37:46.818Z | Checking rustc-demangle v0.1.24 |
1821 | 2024-11-27T19:37:46.990Z | Checking utf8parse v0.2.2 |
1822 | 2024-11-27T19:37:47.104Z | Checking url v2.5.3 |
1823 | 2024-11-27T19:37:47.148Z | Checking regex v1.11.1 |
1824 | 2024-11-27T19:37:47.263Z | Checking pkcs8 v0.10.2 |
1825 | 2024-11-27T19:37:47.299Z | Checking rustls-webpki v0.102.8 |
1826 | 2024-11-27T19:37:47.585Z | Checking http-body-util v0.1.2 |
1827 | 2024-11-27T19:37:47.782Z | Checking futures-executor v0.3.31 |
1828 | 2024-11-27T19:37:47.953Z | Checking serde_spanned v0.6.8 |
1829 | 2024-11-27T19:37:48.023Z | Checking toml_datetime v0.6.8 |
1830 | 2024-11-27T19:37:48.026Z | Checking ipnet v2.10.1 |
1831 | 2024-11-27T19:37:48.113Z | Checking data-encoding v2.6.0 |
1832 | 2024-11-27T19:37:48.140Z | Checking unicode-width v0.1.14 |
1833 | 2024-11-27T19:37:48.331Z | Checking futures v0.3.31 |
1834 | 2024-11-27T19:37:48.457Z | Checking rustls-pemfile v2.2.0 |
1835 | 2024-11-27T19:37:48.494Z | Checking openssl-probe v0.1.5 |
1836 | 2024-11-27T19:37:48.635Z | Checking anstyle v1.0.10 |
1837 | 2024-11-27T19:37:48.660Z | Checking foreign-types-shared v0.1.1 |
1838 | 2024-11-27T19:37:48.687Z | Checking semver v1.0.23 |
1839 | 2024-11-27T19:37:48.780Z | Checking foreign-types v0.3.2 |
1840 | 2024-11-27T19:37:48.816Z | Checking serde_urlencoded v0.7.1 |
1841 | 2024-11-27T19:37:48.888Z | Checking sha1 v0.10.6 |
1842 | 2024-11-27T19:37:48.977Z | Checking openssl-sys v0.9.103 |
1843 | 2024-11-27T19:37:49.097Z | Checking encoding_rs v0.8.34 |
1844 | 2024-11-27T19:37:49.169Z | Checking rustls v0.23.14 |
1845 | 2024-11-27T19:37:49.247Z | Checking anstyle-parse v0.2.5 |
1846 | 2024-11-27T19:37:49.553Z | Checking camino v1.1.9 |
1847 | 2024-11-27T19:37:49.630Z | Checking winnow v0.6.20 |
1848 | 2024-11-27T19:37:50.140Z | Checking is_terminal_polyfill v1.70.1 |
1849 | 2024-11-27T19:37:50.172Z | Checking addr2line v0.24.2 |
1850 | 2024-11-27T19:37:50.241Z | Checking openssl v0.10.66 |
1851 | 2024-11-27T19:37:50.277Z | Checking colorchoice v1.0.2 |
1852 | 2024-11-27T19:37:50.432Z | Checking anstyle-query v1.1.1 |
1853 | 2024-11-27T19:37:50.574Z | Checking either v1.13.0 |
1854 | 2024-11-27T19:37:50.716Z | Checking anstream v0.6.15 |
1855 | 2024-11-27T19:37:50.988Z | Checking idna v0.3.0 |
1856 | 2024-11-27T19:37:51.113Z | Checking terminal_size v0.4.0 |
1857 | 2024-11-27T19:37:51.305Z | Checking openapiv3 v2.0.0 |
1858 | 2024-11-27T19:37:51.434Z | Checking signature v2.2.0 |
1859 | 2024-11-27T19:37:51.630Z | Checking psl-types v2.0.11 |
1860 | 2024-11-27T19:37:51.816Z | Checking clap_lex v0.7.2 |
1861 | 2024-11-27T19:37:51.841Z | Checking strsim v0.11.1 |
1862 | 2024-11-27T19:37:52.081Z | Checking publicsuffix v2.2.3 |
1863 | 2024-11-27T19:37:52.134Z | Checking clap_builder v4.5.21 |
1864 | 2024-11-27T19:37:52.320Z | Checking cookie v0.18.1 |
1865 | 2024-11-27T19:37:52.646Z | Checking webpki-roots v0.26.6 |
1866 | 2024-11-27T19:37:52.759Z | Checking idna v0.5.0 |
1867 | 2024-11-27T19:37:52.793Z | Checking backtrace v0.3.74 |
1868 | 2024-11-27T19:37:52.875Z | Checking is-terminal v0.4.13 |
1869 | 2024-11-27T19:37:52.914Z | Checking hyper v1.5.0 |
1870 | 2024-11-27T19:37:53.006Z | Checking scroll v0.12.0 |
1871 | 2024-11-27T19:37:53.356Z | Checking anyhow v1.0.93 |
1872 | 2024-11-27T19:37:53.501Z | Checking ucd-trie v0.1.7 |
1873 | 2024-11-27T19:37:53.621Z | Checking plain v0.2.3 |
1874 | 2024-11-27T19:37:53.712Z | Checking pest v2.7.14 |
1875 | 2024-11-27T19:37:53.760Z | Checking cookie_store v0.21.0 |
1876 | 2024-11-27T19:37:53.785Z | Checking goblin v0.8.2 |
1877 | 2024-11-27T19:37:54.459Z | Checking sync_wrapper v1.0.1 |
1878 | 2024-11-27T19:37:54.599Z | Checking tokio-rustls v0.26.0 |
1879 | 2024-11-27T19:37:54.625Z | Checking pretty-hex v0.4.1 |
1880 | 2024-11-27T19:37:54.690Z | Checking base16ct v0.2.0 |
1881 | 2024-11-27T19:37:54.800Z | Checking num-integer v0.1.46 |
1882 | 2024-11-27T19:37:54.897Z | Checking sec1 v0.7.3 |
1883 | 2024-11-27T19:37:55.000Z | Checking ff v0.13.0 |
1884 | 2024-11-27T19:37:55.084Z | Checking hyper-util v0.1.10 |
1885 | 2024-11-27T19:37:55.193Z | Checking clap v4.5.21 |
1886 | 2024-11-27T19:37:55.244Z | Checking thread-id v4.2.2 |
1887 | 2024-11-27T19:37:55.281Z | Checking group v0.13.0 |
1888 | 2024-11-27T19:37:55.307Z | Checking toml_edit v0.22.22 |
1889 | 2024-11-27T19:37:55.338Z | Checking hkdf v0.12.4 |
1890 | 2024-11-27T19:37:55.363Z | Checking crypto-bigint v0.5.5 |
1891 | 2024-11-27T19:37:55.534Z | Checking memmap v0.7.0 |
1892 | 2024-11-27T19:37:55.560Z | Checking dirs-sys-next v0.1.2 |
1893 | 2024-11-27T19:37:55.692Z | Checking native-tls v0.2.12 |
1894 | 2024-11-27T19:37:55.747Z | Checking crc32fast v1.4.2 |
1895 | 2024-11-27T19:37:55.751Z | Checking static_assertions v1.1.0 |
1896 | 2024-11-27T19:37:55.876Z | Checking bitflags v1.3.2 |
1897 | 2024-11-27T19:37:55.987Z | Checking utf-8 v0.7.6 |
1898 | 2024-11-27T19:37:56.014Z | Checking dirs-next v2.0.0 |
1899 | 2024-11-27T19:37:56.017Z | Checking tokio-native-tls v0.3.1 |
1900 | 2024-11-27T19:37:56.154Z | Checking crossbeam-channel v0.5.13 |
1901 | 2024-11-27T19:37:56.181Z | Checking dtrace-parser v0.2.0 |
1902 | 2024-11-27T19:37:56.204Z | Checking thread_local v1.1.8 |
1903 | 2024-11-27T19:37:56.272Z | Checking unicode-segmentation v1.12.0 |
1904 | 2024-11-27T19:37:56.489Z | Checking term v0.7.0 |
1905 | 2024-11-27T19:37:56.684Z | Checking num-iter v0.1.45 |
1906 | 2024-11-27T19:37:56.874Z | Checking crossbeam-epoch v0.9.18 |
1907 | 2024-11-27T19:37:56.900Z | Checking take_mut v0.2.2 |
1908 | 2024-11-27T19:37:56.943Z | Checking match_cfg v0.1.0 |
1909 | 2024-11-27T19:37:56.972Z | Checking slog-term v2.9.1 |
1910 | 2024-11-27T19:37:57.041Z | Checking hostname v0.3.1 |
1911 | 2024-11-27T19:37:57.067Z | Checking slog-async v2.8.0 |
1912 | 2024-11-27T19:37:57.067Z | Checking hyper-rustls v0.27.3 |
1913 | 2024-11-27T19:37:57.166Z | Checking hyper-tls v0.6.0 |
1914 | 2024-11-27T19:37:57.308Z | Checking bstr v1.10.0 |
1915 | 2024-11-27T19:37:57.372Z | Checking rfc6979 v0.4.0 |
1916 | 2024-11-27T19:37:57.424Z | Checking hex v0.4.3 |
1917 | 2024-11-27T19:37:57.465Z | Checking reqwest v0.12.9 |
1918 | 2024-11-27T19:37:57.467Z | Checking winnow v0.5.40 |
1919 | 2024-11-27T19:37:57.554Z | Checking managed v0.8.0 |
1920 | 2024-11-27T19:37:57.900Z | Checking toml v0.8.19 |
1921 | 2024-11-27T19:37:57.931Z | Checking crossbeam-deque v0.8.5 |
1922 | 2024-11-27T19:37:57.960Z | Checking num-bigint-dig v0.8.4 |
1923 | 2024-11-27T19:37:58.212Z | Checking elliptic-curve v0.13.8 |
1924 | 2024-11-27T19:37:58.242Z | Checking flate2 v1.0.34 |
1925 | 2024-11-27T19:37:58.245Z | Checking rustls v0.22.4 |
1926 | 2024-11-27T19:37:58.655Z | Checking pkcs1 v0.7.5 |
1927 | 2024-11-27T19:37:58.684Z | Checking dof v0.3.0 |
1928 | 2024-11-27T19:37:58.889Z | Checking curve25519-dalek v4.1.3 |
1929 | 2024-11-27T19:37:58.916Z | Checking ecdsa v0.16.9 |
1930 | 2024-11-27T19:37:59.095Z | Checking zerocopy v0.6.6 |
1931 | 2024-11-27T19:37:59.250Z | Checking siphasher v0.3.11 |
1932 | 2024-11-27T19:37:59.305Z | Checking usdt-impl v0.5.0 |
1933 | 2024-11-27T19:37:59.583Z | Checking rayon-core v1.12.1 |
1934 | 2024-11-27T19:37:59.626Z | Checking ed25519 v2.2.3 |
1935 | 2024-11-27T19:37:59.864Z | Checking slog-json v2.6.1 |
1936 | 2024-11-27T19:37:59.890Z | Checking usdt v0.5.0 |
1937 | 2024-11-27T19:37:59.928Z | Checking signal-hook v0.3.17 |
1938 | 2024-11-27T19:38:00.101Z | Checking rsa v0.9.6 |
1939 | 2024-11-27T19:38:00.129Z | Checking quick-error v1.2.3 |
1940 | 2024-11-27T19:38:00.160Z | Checking debug-ignore v1.0.5 |
1941 | 2024-11-27T19:38:00.271Z | Checking slog-bunyan v2.5.0 |
1942 | 2024-11-27T19:38:00.273Z | Checking multer v3.1.0 |
1943 | 2024-11-27T19:38:00.318Z | Checking itertools v0.10.5 |
1944 | 2024-11-27T19:38:00.320Z | Checking x509-cert v0.2.5 |
1945 | 2024-11-27T19:38:00.438Z | Checking idna v0.4.0 |
1946 | 2024-11-27T19:38:00.468Z | Checking toml_edit v0.19.15 |
1947 | 2024-11-27T19:38:00.687Z | Checking serde_path_to_error v0.1.16 |
1948 | 2024-11-27T19:38:00.796Z | Checking ed25519-dalek v2.1.1 |
1949 | 2024-11-27T19:38:01.162Z | Checking hubpack v0.1.2 |
1950 | 2024-11-27T19:38:01.240Z | Checking waitgroup v0.1.2 |
1951 | 2024-11-27T19:38:01.312Z | Checking bzip2-sys v0.1.11+1.0.8 |
1952 | 2024-11-27T19:38:01.315Z | Checking async-stream v0.3.6 |
1953 | 2024-11-27T19:38:01.381Z | Checking hostname v0.4.0 |
1954 | 2024-11-27T19:38:01.455Z | Checking bit-vec v0.6.3 |
1955 | 2024-11-27T19:38:01.458Z | Checking bzip2 v0.4.4 |
1956 | 2024-11-27T19:38:01.507Z | Checking hickory-proto v0.24.1 |
1957 | 2024-11-27T19:38:01.529Z | Checking signal-hook-mio v0.2.4 |
1958 | 2024-11-27T19:38:01.684Z | Checking console v0.15.8 |
1959 | 2024-11-27T19:38:01.761Z | Checking hash32 v0.2.1 |
1960 | 2024-11-27T19:38:01.792Z | Checking bit-set v0.5.3 |
1961 | 2024-11-27T19:38:01.914Z | Checking linked-hash-map v0.5.6 |
1962 | 2024-11-27T19:38:02.024Z | Checking tokio-rustls v0.25.0 |
1963 | 2024-11-27T19:38:02.068Z | Checking predicates-core v1.0.8 |
1964 | 2024-11-27T19:38:02.091Z | Checking unicode-properties v0.1.3 |
1965 | 2024-11-27T19:38:02.244Z | Checking heapless v0.7.17 |
1966 | 2024-11-27T19:38:02.271Z | Checking lru-cache v0.1.2 |
1967 | 2024-11-27T19:38:02.274Z | Checking crossterm v0.28.1 |
1968 | 2024-11-27T19:38:02.391Z | Checking dropshot v0.12.0 |
1969 | 2024-11-27T19:38:02.448Z | Checking stringprep v0.1.5 |
1970 | 2024-11-27T19:38:02.473Z | Checking rayon v1.10.0 |
1971 | 2024-11-27T19:38:02.541Z | Checking phf_shared v0.11.2 |
1972 | 2024-11-27T19:38:02.720Z | Checking similar v2.6.0 |
1973 | 2024-11-27T19:38:02.839Z | Checking tokio-stream v0.1.16 |
1974 | 2024-11-27T19:38:02.869Z | Checking toml v0.7.8 |
1975 | 2024-11-27T19:38:03.273Z | Checking md-5 v0.10.6 |
1976 | 2024-11-27T19:38:03.509Z | Checking float-cmp v0.9.0 |
1977 | 2024-11-27T19:38:03.614Z | Checking difflib v0.4.0 |
1978 | 2024-11-27T19:38:03.617Z | Checking normalize-line-endings v0.3.0 |
1979 | 2024-11-27T19:38:03.686Z | Checking fallible-iterator v0.2.0 |
1980 | 2024-11-27T19:38:03.739Z | Checking fixedbitset v0.4.2 |
1981 | 2024-11-27T19:38:03.743Z | Checking smoltcp v0.9.1 |
1982 | 2024-11-27T19:38:03.981Z | Checking predicates v3.1.2 |
1983 | 2024-11-27T19:38:04.009Z | Checking petgraph v0.6.5 |
1984 | 2024-11-27T19:38:04.139Z | Checking phf v0.11.2 |
1985 | 2024-11-27T19:38:04.288Z | Checking postgres-protocol v0.6.7 |
1986 | 2024-11-27T19:38:04.410Z | Checking zip v0.6.6 |
1987 | 2024-11-27T19:38:04.700Z | Checking resolv-conf v0.7.0 |
1988 | 2024-11-27T19:38:04.976Z | Checking phf_shared v0.10.0 |
1989 | 2024-11-27T19:38:05.076Z | Checking tungstenite v0.24.0 |
1990 | 2024-11-27T19:38:05.121Z | Checking fs-err v2.11.0 |
1991 | 2024-11-27T19:38:05.253Z | Checking serde-big-array v0.5.1 |
1992 | 2024-11-27T19:38:05.282Z | Checking portable-atomic v1.9.0 |
1993 | 2024-11-27T19:38:05.484Z | Checking lalrpop-util v0.19.12 |
1994 | 2024-11-27T19:38:05.707Z | Checking minimal-lexical v0.2.1 |
1995 | 2024-11-27T19:38:05.765Z | Checking precomputed-hash v0.1.1 |
1996 | 2024-11-27T19:38:05.896Z | Checking number_prefix v0.4.0 |
1997 | 2024-11-27T19:38:06.007Z | Checking new_debug_unreachable v1.0.6 |
1998 | 2024-11-27T19:38:06.038Z | Checking unicode-width v0.2.0 |
1999 | 2024-11-27T19:38:06.083Z | Checking tokio-tungstenite v0.24.0 |
2000 | 2024-11-27T19:38:06.112Z | Checking nom v7.1.3 |
2001 | 2024-11-27T19:38:06.114Z | Checking string_cache v0.8.7 |
2002 | 2024-11-27T19:38:06.262Z | Checking hickory-resolver v0.24.1 |
2003 | 2024-11-27T19:38:06.293Z | Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
2004 | 2024-11-27T19:38:06.296Z | Checking postgres-types v0.2.8 |
2005 | 2024-11-27T19:38:06.376Z | Checking itertools v0.12.1 |
2006 | 2024-11-27T19:38:06.503Z | Checking indicatif v0.17.9 |
2007 | 2024-11-27T19:38:06.552Z | Checking whoami v1.5.2 |
2008 | 2024-11-27T19:38:06.866Z | Checking peg-runtime v0.8.3 |
2009 | 2024-11-27T19:38:07.024Z | Checking tokio-postgres v0.7.12 |
2010 | 2024-11-27T19:38:07.244Z | Compiling hashbrown v0.14.5 |
2011 | 2024-11-27T19:38:07.314Z | Compiling ident_case v1.0.1 |
2012 | 2024-11-27T19:38:07.345Z | Compiling unsafe-libyaml v0.2.11 |
2013 | 2024-11-27T19:38:07.493Z | Compiling darling_core v0.20.10 |
2014 | 2024-11-27T19:38:07.851Z | Checking qorb v0.2.1 |
2015 | 2024-11-27T19:38:08.670Z | Compiling regress v0.10.1 |
2016 | 2024-11-27T19:38:09.009Z | Compiling serde_yaml v0.9.34+deprecated |
2017 | 2024-11-27T19:38:09.342Z | Checking heck v0.5.0 |
2018 | 2024-11-27T19:38:09.554Z | Checking progenitor-client v0.8.0 |
2019 | 2024-11-27T19:38:09.962Z | Checking fastrand v2.1.1 |
2020 | 2024-11-27T19:38:10.104Z | Compiling newtype-uuid v1.1.3 |
2021 | 2024-11-27T19:38:10.311Z | Checking ipnetwork v0.20.0 |
2022 | 2024-11-27T19:38:10.411Z | Compiling structmeta-derive v0.3.0 |
2023 | 2024-11-27T19:38:10.440Z | Checking strum v0.26.3 |
2024 | 2024-11-27T19:38:10.611Z | Compiling dropshot v0.13.0 |
2025 | 2024-11-27T19:38:10.699Z | Checking macaddr v1.0.1 |
2026 | 2024-11-27T19:38:10.984Z | Compiling dropshot_endpoint v0.13.0 |
2027 | 2024-11-27T19:38:11.019Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2028 | 2024-11-27T19:38:11.830Z | Checking tempfile v3.13.0 |
2029 | 2024-11-27T19:38:12.058Z | Checking oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265) |
2030 | 2024-11-27T19:38:12.198Z | Checking instant v0.1.13 |
2031 | 2024-11-27T19:38:12.329Z | Checking regress v0.9.1 |
2032 | 2024-11-27T19:38:12.402Z | Compiling typify-impl v0.2.0 |
2033 | 2024-11-27T19:38:13.227Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2034 | 2024-11-27T19:38:13.353Z | Compiling structmeta v0.3.0 |
2035 | 2024-11-27T19:38:13.734Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2036 | 2024-11-27T19:38:13.790Z | Compiling parse-display-derive v0.10.0 |
2037 | 2024-11-27T19:38:14.027Z | Checking backoff v0.4.0 |
2038 | 2024-11-27T19:38:14.060Z | Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2039 | 2024-11-27T19:38:14.214Z | Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
2040 | 2024-11-27T19:38:14.358Z | Checking wait-timeout v0.2.0 |
2041 | 2024-11-27T19:38:14.383Z | Checking rand_xorshift v0.3.0 |
2042 | 2024-11-27T19:38:14.499Z | Compiling darling_macro v0.20.10 |
2043 | 2024-11-27T19:38:14.553Z | Checking rusty-fork v0.3.0 |
2044 | 2024-11-27T19:38:14.579Z | Checking unarray v0.1.4 |
2045 | 2024-11-27T19:38:14.738Z | Compiling structmeta-derive v0.2.0 |
2046 | 2024-11-27T19:38:14.867Z | Checking proptest v1.5.0 |
2047 | 2024-11-27T19:38:15.484Z | Compiling darling v0.20.10 |
2048 | 2024-11-27T19:38:15.624Z | Compiling serde_with_macros v3.11.0 |
2049 | 2024-11-27T19:38:15.873Z | Checking camino-tempfile v1.1.1 |
2050 | 2024-11-27T19:38:16.174Z | Compiling proc-macro-error v1.0.4 |
2051 | 2024-11-27T19:38:16.402Z | Compiling proc-macro-crate v1.3.1 |
2052 | 2024-11-27T19:38:16.894Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2053 | 2024-11-27T19:38:17.298Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2054 | 2024-11-27T19:38:17.527Z | Compiling num_enum_derive v0.5.11 |
2055 | 2024-11-27T19:38:17.624Z | Compiling foreign-types-macros v0.2.3 |
2056 | 2024-11-27T19:38:17.646Z | Compiling structmeta v0.2.0 |
2057 | 2024-11-27T19:38:18.106Z | Compiling test-strategy v0.3.1 |
2058 | 2024-11-27T19:38:18.535Z | Checking parse-display v0.10.0 |
2059 | 2024-11-27T19:38:18.561Z | Checking serde_with v3.11.0 |
2060 | 2024-11-27T19:38:18.791Z | Checking foreign-types-shared v0.3.1 |
2061 | 2024-11-27T19:38:18.946Z | Checking foreign-types v0.5.0 |
2062 | 2024-11-27T19:38:19.084Z | Checking tabwriter v1.4.0 |
2063 | 2024-11-27T19:38:19.237Z | Checking cstr-argument v0.1.2 |
2064 | 2024-11-27T19:38:19.310Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
2065 | 2024-11-27T19:38:19.413Z | Checking pretty-hex v0.2.1 |
2066 | 2024-11-27T19:38:19.578Z | Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2067 | 2024-11-27T19:38:19.602Z | Checking colored v2.1.0 |
2068 | 2024-11-27T19:38:19.657Z | Checking smf v0.2.3 |
2069 | 2024-11-27T19:38:19.882Z | Compiling zerocopy v0.8.10 |
2070 | 2024-11-27T19:38:19.906Z | Compiling crucible-workspace-hack v0.1.0 |
2071 | 2024-11-27T19:38:20.108Z | Checking num_enum v0.5.11 |
2072 | 2024-11-27T19:38:20.184Z | Checking base64 v0.21.7 |
2073 | 2024-11-27T19:38:20.225Z | Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
2074 | 2024-11-27T19:38:20.270Z | Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2075 | 2024-11-27T19:38:20.298Z | Compiling itertools v0.13.0 |
2076 | 2024-11-27T19:38:20.379Z | Compiling zerocopy-derive v0.8.10 |
2077 | 2024-11-27T19:38:20.545Z | Compiling heapless v0.8.0 |
2078 | 2024-11-27T19:38:20.671Z | Checking termtree v0.4.1 |
2079 | 2024-11-27T19:38:20.889Z | Checking predicates-tree v1.0.11 |
2080 | 2024-11-27T19:38:21.024Z | Checking hash32 v0.3.1 |
2081 | 2024-11-27T19:38:21.049Z | Compiling smoltcp v0.11.0 |
2082 | 2024-11-27T19:38:21.216Z | Checking cobs v0.2.3 |
2083 | 2024-11-27T19:38:21.390Z | Checking postcard v1.0.10 |
2084 | 2024-11-27T19:38:21.813Z | Checking sigpipe v0.1.3 |
2085 | 2024-11-27T19:38:21.937Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=98247c27846133a80fdb8f730f0c57e72d766561#98247c27) |
2086 | 2024-11-27T19:38:21.941Z | Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=98247c27846133a80fdb8f730f0c57e72d766561#98247c27) |
2087 | 2024-11-27T19:38:22.086Z | Checking atomicwrites v0.4.4 |
2088 | 2024-11-27T19:38:22.109Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=98247c27846133a80fdb8f730f0c57e72d766561#98247c27) |
2089 | 2024-11-27T19:38:22.130Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#e07ad764) |
2090 | 2024-11-27T19:38:22.314Z | Compiling mockall_derive v0.13.0 |
2091 | 2024-11-27T19:38:22.338Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2092 | 2024-11-27T19:38:22.463Z | Checking poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
2093 | 2024-11-27T19:38:22.715Z | Compiling zone_cfg_derive v0.3.0 |
2094 | 2024-11-27T19:38:22.959Z | Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=8f8fbb74662b4e19b643c500d55d2d384a6cee5e#8f8fbb74) |
2095 | 2024-11-27T19:38:23.330Z | Compiling num-derive v0.4.2 |
2096 | 2024-11-27T19:38:23.412Z | Compiling ingot-macros v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
2097 | 2024-11-27T19:38:24.223Z | Checking downcast v0.11.0 |
2098 | 2024-11-27T19:38:24.440Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2099 | 2024-11-27T19:38:24.587Z | Checking fragile v2.0.0 |
2100 | 2024-11-27T19:38:24.775Z | Checking zone v0.3.0 |
2101 | 2024-11-27T19:38:24.866Z | Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=8f8fbb74662b4e19b643c500d55d2d384a6cee5e#8f8fbb74) |
2102 | 2024-11-27T19:38:25.173Z | Compiling convert_case v0.4.0 |
2103 | 2024-11-27T19:38:25.474Z | Checking newline-converter v0.3.0 |
2104 | 2024-11-27T19:38:25.642Z | Checking expectorate v1.1.0 |
2105 | 2024-11-27T19:38:25.797Z | Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=b7b9d5660b28ca5e865242b2bdecd032c0852d40#b7b9d566) |
2106 | 2024-11-27T19:38:25.820Z | Checking tungstenite v0.21.0 |
2107 | 2024-11-27T19:38:26.165Z | Compiling derive_more v0.99.18 |
2108 | 2024-11-27T19:38:26.268Z | Checking same-file v1.0.6 |
2109 | 2024-11-27T19:38:26.452Z | Checking walkdir v2.5.0 |
2110 | 2024-11-27T19:38:26.630Z | Checking arc-swap v1.7.1 |
2111 | 2024-11-27T19:38:26.710Z | Checking tokio-tungstenite v0.21.0 |
2112 | 2024-11-27T19:38:26.734Z | Checking xattr v1.3.1 |
2113 | 2024-11-27T19:38:26.948Z | Checking filetime v0.2.25 |
2114 | 2024-11-27T19:38:27.067Z | Checking slog-scope v4.4.0 |
2115 | 2024-11-27T19:38:27.178Z | Checking tar v0.4.42 |
2116 | 2024-11-27T19:38:27.211Z | Checking num-rational v0.4.2 |
2117 | 2024-11-27T19:38:27.285Z | Checking slog-stdlog v4.1.1 |
2118 | 2024-11-27T19:38:27.460Z | Checking slog-envlogger v2.2.0 |
2119 | 2024-11-27T19:38:27.697Z | Checking num-complex v0.4.6 |
2120 | 2024-11-27T19:38:27.854Z | Checking float-ord v0.3.2 |
2121 | 2024-11-27T19:38:28.015Z | Compiling cancel-safe-futures v0.1.5 |
2122 | 2024-11-27T19:38:28.038Z | Compiling owo-colors v4.1.0 |
2123 | 2024-11-27T19:38:28.246Z | Checking swrite v0.1.0 |
2124 | 2024-11-27T19:38:28.387Z | Checking libsw v3.3.1 |
2125 | 2024-11-27T19:38:28.619Z | Checking num v0.4.3 |
2126 | 2024-11-27T19:38:28.660Z | Checking pem v3.0.4 |
2127 | 2024-11-27T19:38:28.739Z | Checking password-hash v0.5.0 |
2128 | 2024-11-27T19:38:28.846Z | Checking blake2 v0.10.6 |
2129 | 2024-11-27T19:38:28.932Z | Checking linear-map v1.2.0 |
2130 | 2024-11-27T19:38:29.216Z | Checking indent_write v2.2.0 |
2131 | 2024-11-27T19:38:29.278Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
2132 | 2024-11-27T19:38:29.321Z | Checking argon2 v0.5.3 |
2133 | 2024-11-27T19:38:29.650Z | Compiling lzma-sys v0.1.20 |
2134 | 2024-11-27T19:38:29.936Z | Checking headers-core v0.3.0 |
2135 | 2024-11-27T19:38:29.994Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2136 | 2024-11-27T19:38:30.095Z | Compiling heck v0.3.3 |
2137 | 2024-11-27T19:38:30.278Z | Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2138 | 2024-11-27T19:38:30.364Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#e07ad764) |
2139 | 2024-11-27T19:38:30.525Z | Compiling zone_cfg_derive v0.1.2 |
2140 | 2024-11-27T19:38:30.669Z | Checking headers v0.4.0 |
2141 | 2024-11-27T19:38:30.691Z | Checking cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2142 | 2024-11-27T19:38:30.724Z | Checking ingot-types v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
2143 | 2024-11-27T19:38:30.750Z | Compiling typify-macro v0.2.0 |
2144 | 2024-11-27T19:38:30.849Z | Checking mockall v0.13.0 |
2145 | 2024-11-27T19:38:30.977Z | Checking yasna v0.5.2 |
2146 | 2024-11-27T19:38:31.079Z | Checking base64 v0.13.1 |
2147 | 2024-11-27T19:38:31.498Z | Checking highway v1.2.0 |
2148 | 2024-11-27T19:38:31.522Z | Checking ingot v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
2149 | 2024-11-27T19:38:31.795Z | Checking ron v0.7.1 |
2150 | 2024-11-27T19:38:31.819Z | Checking rcgen v0.12.1 |
2151 | 2024-11-27T19:38:31.926Z | Checking propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2152 | 2024-11-27T19:38:32.044Z | Checking zone v0.1.8 |
2153 | 2024-11-27T19:38:32.433Z | Checking xz2 v0.1.7 |
2154 | 2024-11-27T19:38:32.743Z | Checking subprocess v0.2.9 |
2155 | 2024-11-27T19:38:32.768Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
2156 | 2024-11-27T19:38:32.896Z | Checking humantime v2.1.0 |
2157 | 2024-11-27T19:38:33.216Z | Compiling semver v0.1.20 |
2158 | 2024-11-27T19:38:33.300Z | Checking half v2.4.1 |
2159 | 2024-11-27T19:38:33.661Z | Compiling rustc_version v0.1.7 |
2160 | 2024-11-27T19:38:33.755Z | Checking ciborium-io v0.2.2 |
2161 | 2024-11-27T19:38:33.844Z | Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=98247c27846133a80fdb8f730f0c57e72d766561#98247c27) |
2162 | 2024-11-27T19:38:33.867Z | Checking prettyplease v0.2.25 |
2163 | 2024-11-27T19:38:33.892Z | Checking ciborium-ll v0.2.2 |
2164 | 2024-11-27T19:38:34.168Z | Compiling newtype_derive v0.1.6 |
2165 | 2024-11-27T19:38:34.208Z | Checking ciborium v0.2.2 |
2166 | 2024-11-27T19:38:35.052Z | Compiling typify v0.2.0 |
2167 | 2024-11-27T19:38:35.244Z | Compiling progenitor-impl v0.8.0 |
2168 | 2024-11-27T19:38:35.291Z | Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=98247c27846133a80fdb8f730f0c57e72d766561#98247c27) |
2169 | 2024-11-27T19:38:37.071Z | Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=98247c27846133a80fdb8f730f0c57e72d766561#98247c27) |
2170 | 2024-11-27T19:38:37.337Z | Checking steno v0.4.1 |
2171 | 2024-11-27T19:38:37.391Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2172 | 2024-11-27T19:38:37.483Z | Checking display-error-chain v0.2.2 |
2173 | 2024-11-27T19:38:37.634Z | Compiling slog-dtrace v0.3.0 |
2174 | 2024-11-27T19:38:37.661Z | Checking gethostname v0.5.0 |
2175 | 2024-11-27T19:38:37.792Z | Checking nibble_vec v0.1.0 |
2176 | 2024-11-27T19:38:38.008Z | Compiling ring v0.16.20 |
2177 | 2024-11-27T19:38:38.436Z | Compiling blake3 v1.5.4 |
2178 | 2024-11-27T19:38:38.657Z | Checking endian-type v0.1.2 |
2179 | 2024-11-27T19:38:38.886Z | Checking keccak v0.1.5 |
2180 | 2024-11-27T19:38:39.189Z | Checking radix_trie v0.2.1 |
2181 | 2024-11-27T19:38:39.213Z | Checking sha3 v0.10.8 |
2182 | 2024-11-27T19:38:39.560Z | Checking universal-hash v0.5.1 |
2183 | 2024-11-27T19:38:39.607Z | Checking secrecy v0.8.0 |
2184 | 2024-11-27T19:38:39.629Z | Checking opaque-debug v0.3.1 |
2185 | 2024-11-27T19:38:39.726Z | Checking aead v0.5.2 |
2186 | 2024-11-27T19:38:39.748Z | Checking chacha20 v0.9.1 |
2187 | 2024-11-27T19:38:39.751Z | Checking poly1305 v0.8.0 |
2188 | 2024-11-27T19:38:40.161Z | Compiling memmap2 v0.9.5 |
2189 | 2024-11-27T19:38:40.308Z | Compiling arrayref v0.3.9 |
2190 | 2024-11-27T19:38:40.429Z | Compiling spin v0.5.2 |
2191 | 2024-11-27T19:38:40.567Z | Compiling arrayvec v0.7.6 |
2192 | 2024-11-27T19:38:40.625Z | Compiling constant_time_eq v0.3.1 |
2193 | 2024-11-27T19:38:40.672Z | Compiling toolchain_find v0.4.0 |
2194 | 2024-11-27T19:38:40.885Z | Compiling thiserror-impl-no-std v2.0.2 |
2195 | 2024-11-27T19:38:40.917Z | Compiling topological-sort v0.2.2 |
2196 | 2024-11-27T19:38:41.141Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/libipcc?rev=fdffa212373a8f92473ea5f411088912bf458d5f#fdffa212) |
2197 | 2024-11-27T19:38:41.273Z | Compiling rustfmt-wrapper v0.2.1 |
2198 | 2024-11-27T19:38:41.363Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2199 | 2024-11-27T19:38:41.691Z | Checking chacha20poly1305 v0.10.1 |
2200 | 2024-11-27T19:38:41.732Z | Compiling async-recursion v1.1.1 |
2201 | 2024-11-27T19:38:41.845Z | Checking fxhash v0.2.1 |
2202 | 2024-11-27T19:38:41.891Z | Checking bumpalo v3.16.0 |
2203 | 2024-11-27T19:38:42.043Z | Checking lockfree-object-pool v0.1.6 |
2204 | 2024-11-27T19:38:42.236Z | Checking simd-adler32 v0.3.7 |
2205 | 2024-11-27T19:38:42.258Z | Compiling zip v2.1.3 |
2206 | 2024-11-27T19:38:42.308Z | Checking termcolor v1.4.1 |
2207 | 2024-11-27T19:38:42.599Z | Checking zopfli v0.8.1 |
2208 | 2024-11-27T19:38:42.628Z | Checking maplit v1.0.2 |
2209 | 2024-11-27T19:38:42.741Z | Compiling radium v0.7.0 |
2210 | 2024-11-27T19:38:42.743Z | Compiling maybe-uninit v2.0.0 |
2211 | 2024-11-27T19:38:43.227Z | Checking tap v1.0.1 |
2212 | 2024-11-27T19:38:43.399Z | Checking wyz v0.5.1 |
2213 | 2024-11-27T19:38:43.402Z | Checking home v0.5.9 |
2214 | 2024-11-27T19:38:43.515Z | Compiling progenitor-macro v0.8.0 |
2215 | 2024-11-27T19:38:43.578Z | Checking funty v2.0.0 |
2216 | 2024-11-27T19:38:43.772Z | Compiling omicron-zone-package v0.11.1 |
2217 | 2024-11-27T19:38:43.806Z | Compiling packed_struct v0.10.1 |
2218 | 2024-11-27T19:38:44.136Z | Checking thiserror-no-std v2.0.2 |
2219 | 2024-11-27T19:38:44.261Z | Checking vsss-rs v3.3.4 |
2220 | 2024-11-27T19:38:44.263Z | Checking crc-catalog v2.4.0 |
2221 | 2024-11-27T19:38:44.431Z | Checking crc v3.2.1 |
2222 | 2024-11-27T19:38:44.564Z | Checking bitvec v1.0.1 |
2223 | 2024-11-27T19:38:44.600Z | Compiling const_format_proc_macros v0.2.33 |
2224 | 2024-11-27T19:38:44.884Z | Checking kstat-rs v0.2.4 |
2225 | 2024-11-27T19:38:44.958Z | Compiling packed_struct_codegen v0.10.1 |
2226 | 2024-11-27T19:38:45.274Z | Compiling vte_generate_state_changes v0.1.2 |
2227 | 2024-11-27T19:38:45.339Z | Compiling indexmap v1.9.3 |
2228 | 2024-11-27T19:38:45.649Z | Compiling libefi-sys v0.1.0 |
2229 | 2024-11-27T19:38:45.939Z | Checking nodrop v0.1.14 |
2230 | 2024-11-27T19:38:45.985Z | Checking vte v0.11.1 |
2231 | 2024-11-27T19:38:46.075Z | Checking array-init v0.0.4 |
2232 | 2024-11-27T19:38:46.819Z | Checking const_format v0.2.33 |
2233 | 2024-11-27T19:38:47.180Z | Checking smallvec v0.6.14 |
2234 | 2024-11-27T19:38:47.315Z | Checking fd-lock v4.0.2 |
2235 | 2024-11-27T19:38:47.354Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c) |
2236 | 2024-11-27T19:38:47.504Z | Compiling bitfield-struct v0.6.2 |
2237 | 2024-11-27T19:38:47.534Z | Checking hashbrown v0.12.3 |
2238 | 2024-11-27T19:38:47.562Z | Checking bitfield v0.14.0 |
2239 | 2024-11-27T19:38:47.857Z | Checking serde-hex v0.1.0 |
2240 | 2024-11-27T19:38:47.879Z | Checking strip-ansi-escapes v0.2.0 |
2241 | 2024-11-27T19:38:48.040Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
2242 | 2024-11-27T19:38:48.278Z | Checking env_logger v0.10.2 |
2243 | 2024-11-27T19:38:48.303Z | Checking ron v0.8.1 |
2244 | 2024-11-27T19:38:48.729Z | Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
2245 | 2024-11-27T19:38:48.952Z | Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2246 | 2024-11-27T19:38:49.057Z | Checking hashbrown v0.13.2 |
2247 | 2024-11-27T19:38:49.281Z | Checking nu-ansi-term v0.50.1 |
2248 | 2024-11-27T19:38:49.564Z | Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2249 | 2024-11-27T19:38:49.588Z | Checking crc-any v2.5.0 |
2250 | 2024-11-27T19:38:49.693Z | Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2251 | 2024-11-27T19:38:49.716Z | Checking reedline v0.35.0 |
2252 | 2024-11-27T19:38:49.984Z | Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
2253 | 2024-11-27T19:38:50.103Z | Checking object v0.30.4 |
2254 | 2024-11-27T19:38:50.199Z | Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
2255 | 2024-11-27T19:38:50.255Z | Checking path-slash v0.1.5 |
2256 | 2024-11-27T19:38:50.345Z | Compiling parking_lot_core v0.8.6 |
2257 | 2024-11-27T19:38:50.420Z | Compiling phf_generator v0.11.2 |
2258 | 2024-11-27T19:38:50.444Z | Checking glob v0.3.1 |
2259 | 2024-11-27T19:38:50.614Z | Checking bytecount v0.6.8 |
2260 | 2024-11-27T19:38:50.770Z | Compiling phf_codegen v0.11.2 |
2261 | 2024-11-27T19:38:50.795Z | Checking papergrid v0.11.0 |
2262 | 2024-11-27T19:38:50.995Z | Compiling tabled_derive v0.7.0 |
2263 | 2024-11-27T19:38:51.220Z | Checking parking_lot v0.11.2 |
2264 | 2024-11-27T19:38:51.283Z | Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
2265 | 2024-11-27T19:38:51.558Z | Compiling parse-zoneinfo v0.3.1 |
2266 | 2024-11-27T19:38:51.927Z | Compiling cfg_aliases v0.1.1 |
2267 | 2024-11-27T19:38:52.047Z | Compiling nix v0.28.0 |
2268 | 2024-11-27T19:38:52.330Z | Compiling chrono-tz-build v0.4.0 |
2269 | 2024-11-27T19:38:52.504Z | Checking sled v0.34.7 |
2270 | 2024-11-27T19:38:52.896Z | Checking hickory-client v0.24.1 |
2271 | 2024-11-27T19:38:53.541Z | Checking tabled v0.15.0 |
2272 | 2024-11-27T19:38:53.592Z | Checking hickory-server v0.24.1 |
2273 | 2024-11-27T19:38:53.650Z | Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=242fd812aaeafec99ba01b5505ffbb2bd2370917#242fd812) |
2274 | 2024-11-27T19:38:53.802Z | Compiling chrono-tz v0.10.0 |
2275 | 2024-11-27T19:38:54.480Z | Compiling buf-list v1.0.3 |
2276 | 2024-11-27T19:38:55.417Z | Compiling peg-macros v0.8.4 |
2277 | 2024-11-27T19:38:55.984Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2278 | 2024-11-27T19:38:56.323Z | Compiling sqlparser_derive v0.2.2 |
2279 | 2024-11-27T19:38:56.443Z | Checking unicode_categories v0.1.1 |
2280 | 2024-11-27T19:38:56.770Z | Checking sqlformat v0.2.6 |
2281 | 2024-11-27T19:38:57.416Z | Checking sqlparser v0.45.0 |
2282 | 2024-11-27T19:38:57.583Z | Checking bcs v0.1.6 |
2283 | 2024-11-27T19:38:57.869Z | Checking rustyline v14.0.0 |
2284 | 2024-11-27T19:38:58.077Z | Checking primeorder v0.13.6 |
2285 | 2024-11-27T19:38:58.578Z | Compiling unicase v2.7.0 |
2286 | 2024-11-27T19:38:58.841Z | Checking progenitor v0.8.0 |
2287 | 2024-11-27T19:38:59.091Z | Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64) |
2288 | 2024-11-27T19:38:59.127Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2289 | 2024-11-27T19:38:59.179Z | Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2290 | 2024-11-27T19:39:01.345Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
2291 | 2024-11-27T19:39:02.469Z | Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=8f8fbb74662b4e19b643c500d55d2d384a6cee5e#8f8fbb74) |
2292 | 2024-11-27T19:39:03.301Z | Checking libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#651fb588) |
2293 | 2024-11-27T19:39:03.988Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2294 | 2024-11-27T19:39:06.033Z | Checking lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
2295 | 2024-11-27T19:39:06.687Z | Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64) |
2296 | 2024-11-27T19:39:06.871Z | Checking peg v0.8.4 |
2297 | 2024-11-27T19:39:07.197Z | Checking nanorand v0.7.0 |
2298 | 2024-11-27T19:39:07.597Z | Checking flume v0.11.1 |
2299 | 2024-11-27T19:39:07.796Z | Checking atty v0.2.14 |
2300 | 2024-11-27T19:39:07.858Z | Compiling salty v0.3.0 |
2301 | 2024-11-27T19:39:07.936Z | Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=b7b9d5660b28ca5e865242b2bdecd032c0852d40#b7b9d566) |
2302 | 2024-11-27T19:39:08.106Z | Checking p384 v0.13.0 |
2303 | 2024-11-27T19:39:08.130Z | Checking hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#f48e2da0) |
2304 | 2024-11-27T19:39:08.267Z | Compiling mime_guess v2.0.5 |
2305 | 2024-11-27T19:39:08.804Z | Checking env_filter v0.1.2 |
2306 | 2024-11-27T19:39:08.888Z | Checking http-range v0.1.5 |
2307 | 2024-11-27T19:39:08.983Z | Checking attest-data v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
2308 | 2024-11-27T19:39:09.063Z | Checking env_logger v0.11.5 |
2309 | 2024-11-27T19:39:09.254Z | Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=8f8fbb74662b4e19b643c500d55d2d384a6cee5e#8f8fbb74) |
2310 | 2024-11-27T19:39:09.372Z | Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=cc13773832df1e38257cdc511adfaad72954bbe1#cc137738) |
2311 | 2024-11-27T19:39:09.396Z | Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=1d82cc9fd9925814d097d39f7cbafd62fb8cfb7e#1d82cc9f) |
2312 | 2024-11-27T19:39:09.635Z | Checking dice-verifier v0.2.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
2313 | 2024-11-27T19:39:09.663Z | Compiling dsl_auto_type v0.1.2 |
2314 | 2024-11-27T19:39:09.734Z | Checking scheduled-thread-pool v0.2.7 |
2315 | 2024-11-27T19:39:09.953Z | Compiling diesel_table_macro_syntax v0.2.0 |
2316 | 2024-11-27T19:39:09.976Z | Compiling crunchy v0.2.2 |
2317 | 2024-11-27T19:39:09.998Z | Checking r2d2 v0.8.10 |
2318 | 2024-11-27T19:39:10.326Z | Checking hyper-staticfile v0.10.1 |
2319 | 2024-11-27T19:39:10.347Z | Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=8f8fbb74662b4e19b643c500d55d2d384a6cee5e#8f8fbb74) |
2320 | 2024-11-27T19:39:10.563Z | Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=8f8fbb74662b4e19b643c500d55d2d384a6cee5e#8f8fbb74) |
2321 | 2024-11-27T19:39:10.855Z | Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
2322 | 2024-11-27T19:39:11.081Z | Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
2323 | 2024-11-27T19:39:11.371Z | Compiling tiny-keccak v2.0.2 |
2324 | 2024-11-27T19:39:11.404Z | Compiling diesel_derives v2.2.3 |
2325 | 2024-11-27T19:39:11.725Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
2326 | 2024-11-27T19:39:11.818Z | Compiling pin-project-internal v1.1.6 |
2327 | 2024-11-27T19:39:11.988Z | Compiling ref-cast v1.0.23 |
2328 | 2024-11-27T19:39:12.974Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
2329 | 2024-11-27T19:39:13.290Z | Compiling ascii-canvas v3.0.0 |
2330 | 2024-11-27T19:39:13.313Z | Compiling ena v0.14.3 |
2331 | 2024-11-27T19:39:13.734Z | Compiling ref-cast-impl v1.0.23 |
2332 | 2024-11-27T19:39:13.816Z | Compiling diff v0.1.13 |
2333 | 2024-11-27T19:39:14.496Z | Compiling regex-syntax v0.6.29 |
2334 | 2024-11-27T19:39:14.805Z | Checking pin-project v1.1.6 |
2335 | 2024-11-27T19:39:14.928Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
2336 | 2024-11-27T19:39:14.951Z | Checking signal-hook-tokio v0.3.1 |
2337 | 2024-11-27T19:39:15.046Z | Compiling snafu-derive v0.8.5 |
2338 | 2024-11-27T19:39:15.196Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
2339 | 2024-11-27T19:39:15.490Z | Compiling derive_builder_core v0.20.2 |
2340 | 2024-11-27T19:39:17.994Z | Compiling lalrpop v0.19.12 |
2341 | 2024-11-27T19:39:19.085Z | Checking globset v0.4.15 |
2342 | 2024-11-27T19:39:19.600Z | Checking olpc-cjson v0.1.4 |
2343 | 2024-11-27T19:39:19.831Z | Checking serde_plain v1.0.2 |
2344 | 2024-11-27T19:39:20.080Z | Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
2345 | 2024-11-27T19:39:20.379Z | Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
2346 | 2024-11-27T19:39:20.869Z | Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
2347 | 2024-11-27T19:39:23.823Z | Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
2348 | 2024-11-27T19:39:24.089Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2349 | 2024-11-27T19:39:25.193Z | Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
2350 | 2024-11-27T19:39:25.682Z | Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
2351 | 2024-11-27T19:39:26.092Z | Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
2352 | 2024-11-27T19:39:26.304Z | Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
2353 | 2024-11-27T19:39:26.776Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2354 | 2024-11-27T19:39:27.609Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2355 | 2024-11-27T19:39:27.720Z | Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
2356 | 2024-11-27T19:39:27.723Z | Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2357 | 2024-11-27T19:39:28.378Z | Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
2358 | 2024-11-27T19:39:28.508Z | Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
2359 | 2024-11-27T19:39:29.007Z | Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
2360 | 2024-11-27T19:39:29.125Z | Checking diesel v2.2.4 |
2361 | 2024-11-27T19:39:29.372Z | Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
2362 | 2024-11-27T19:39:29.595Z | Checking snafu v0.8.5 |
2363 | 2024-11-27T19:39:29.814Z | Compiling libxml v0.3.3 |
2364 | 2024-11-27T19:39:30.081Z | Compiling memoffset v0.9.1 |
2365 | 2024-11-27T19:39:30.409Z | Checking typed-path v0.9.3 |
2366 | 2024-11-27T19:39:32.364Z | Compiling derive_builder_macro v0.20.2 |
2367 | 2024-11-27T19:39:32.493Z | Checking tough v0.19.0 |
2368 | 2024-11-27T19:39:33.166Z | Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
2369 | 2024-11-27T19:39:33.298Z | Checking tungstenite v0.23.0 |
2370 | 2024-11-27T19:39:34.034Z | Compiling strum_macros v0.24.3 |
2371 | 2024-11-27T19:39:34.268Z | Compiling samael v0.0.17 |
2372 | 2024-11-27T19:39:34.529Z | Compiling indoc v1.0.9 |
2373 | 2024-11-27T19:39:35.012Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
2374 | 2024-11-27T19:39:35.527Z | Checking parse-size v1.1.0 |
2375 | 2024-11-27T19:39:35.724Z | Checking tokio-tungstenite v0.23.1 |
2376 | 2024-11-27T19:39:36.243Z | Checking derive_builder v0.20.2 |
2377 | 2024-11-27T19:39:37.398Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
2378 | 2024-11-27T19:39:37.697Z | Checking quick-xml v0.33.0 |
2379 | 2024-11-27T19:39:37.796Z | Compiling oso-derive v0.27.3 |
2380 | 2024-11-27T19:39:38.116Z | Compiling impl-trait-for-tuples v0.2.2 |
2381 | 2024-11-27T19:39:38.185Z | Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
2382 | 2024-11-27T19:39:38.327Z | Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2383 | 2024-11-27T19:39:38.868Z | Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
2384 | 2024-11-27T19:39:39.173Z | Checking nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
2385 | 2024-11-27T19:39:39.818Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2386 | 2024-11-27T19:39:39.858Z | Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2387 | 2024-11-27T19:39:39.939Z | Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2388 | 2024-11-27T19:39:40.520Z | Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2389 | 2024-11-27T19:39:41.552Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2390 | 2024-11-27T19:39:41.930Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2391 | 2024-11-27T19:39:42.381Z | Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2392 | 2024-11-27T19:39:42.954Z | Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
2393 | 2024-11-27T19:39:43.300Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2394 | 2024-11-27T19:39:46.677Z | Checking nix v0.27.1 |
2395 | 2024-11-27T19:39:47.978Z | Checking tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
2396 | 2024-11-27T19:39:48.415Z | Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
2397 | 2024-11-27T19:39:49.373Z | Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
2398 | 2024-11-27T19:39:50.629Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
2399 | 2024-11-27T19:39:51.675Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
2400 | 2024-11-27T19:39:51.941Z | Compiling diesel-dtrace v0.3.0 |
2401 | 2024-11-27T19:39:52.335Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
2402 | 2024-11-27T19:39:52.428Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
2403 | 2024-11-27T19:39:52.710Z | Checking bb8 v0.8.5 |
2404 | 2024-11-27T19:39:53.217Z | Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
2405 | 2024-11-27T19:39:53.827Z | Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
2406 | 2024-11-27T19:39:54.429Z | Checking heck v0.4.1 |
2407 | 2024-11-27T19:39:54.451Z | Checking rand_seeder v0.3.0 |
2408 | 2024-11-27T19:39:54.645Z | Checking assert_matches v1.5.0 |
2409 | 2024-11-27T19:39:54.668Z | Checking openapi-lint v0.4.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#ef442ee4) |
2410 | 2024-11-27T19:39:54.697Z | Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
2411 | 2024-11-27T19:39:54.761Z | Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
2412 | 2024-11-27T19:39:54.986Z | Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
2413 | 2024-11-27T19:39:55.090Z | Compiling libz-sys v1.1.20 |
2414 | 2024-11-27T19:39:55.256Z | Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
2415 | 2024-11-27T19:39:55.712Z | Checking is_ci v1.2.0 |
2416 | 2024-11-27T19:39:55.854Z | Checking supports-color v3.0.1 |
2417 | 2024-11-27T19:39:55.903Z | Compiling libgit2-sys v0.17.0+1.8.1 |
2418 | 2024-11-27T19:39:56.255Z | Checking openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types) |
2419 | 2024-11-27T19:39:56.430Z | Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
2420 | 2024-11-27T19:39:57.027Z | Compiling vergen v8.3.2 |
2421 | 2024-11-27T19:39:57.221Z | Compiling cargo-platform v0.1.8 |
2422 | 2024-11-27T19:39:57.325Z | Checking smawk v0.3.2 |
2423 | 2024-11-27T19:39:57.549Z | Checking unicode-linebreak v0.1.5 |
2424 | 2024-11-27T19:39:57.769Z | Compiling cargo_metadata v0.18.1 |
2425 | 2024-11-27T19:39:57.960Z | Checking textwrap v0.16.1 |
2426 | 2024-11-27T19:39:58.009Z | Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
2427 | 2024-11-27T19:39:58.343Z | Checking castaway v0.2.3 |
2428 | 2024-11-27T19:39:58.514Z | Compiling libsqlite3-sys v0.30.1 |
2429 | 2024-11-27T19:39:58.550Z | Compiling rustls v0.21.12 |
2430 | 2024-11-27T19:39:58.817Z | Compiling cfg_aliases v0.2.1 |
2431 | 2024-11-27T19:39:58.928Z | Compiling nix v0.29.0 |
2432 | 2024-11-27T19:39:59.047Z | Checking compact_str v0.8.0 |
2433 | 2024-11-27T19:39:59.868Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
2434 | 2024-11-27T19:39:59.925Z | Checking unicode-truncate v1.1.0 |
2435 | 2024-11-27T19:40:00.159Z | Checking rustls-webpki v0.101.7 |
2436 | 2024-11-27T19:40:00.183Z | Checking sct v0.7.1 |
2437 | 2024-11-27T19:40:00.412Z | Checking lru v0.12.5 |
2438 | 2024-11-27T19:40:00.510Z | Compiling instability v0.3.2 |
2439 | 2024-11-27T19:40:00.720Z | Checking cassowary v0.3.0 |
2440 | 2024-11-27T19:40:01.328Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
2441 | 2024-11-27T19:40:01.444Z | Checking ratatui v0.28.1 |
2442 | 2024-11-27T19:40:01.596Z | Checking hashlink v0.9.1 |
2443 | 2024-11-27T19:40:01.625Z | Checking concurrent-queue v2.5.0 |
2444 | 2024-11-27T19:40:01.966Z | Checking fallible-iterator v0.3.0 |
2445 | 2024-11-27T19:40:02.269Z | Checking plotters-backend v0.3.7 |
2446 | 2024-11-27T19:40:02.557Z | Checking parking v2.2.1 |
2447 | 2024-11-27T19:40:02.651Z | Checking fallible-streaming-iterator v0.1.9 |
2448 | 2024-11-27T19:40:02.735Z | Checking plotters-svg v0.3.7 |
2449 | 2024-11-27T19:40:02.898Z | Checking rusqlite v0.32.1 |
2450 | 2024-11-27T19:40:03.479Z | Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client) |
2451 | 2024-11-27T19:40:04.065Z | Checking tokio-rustls v0.24.1 |
2452 | 2024-11-27T19:40:04.401Z | Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
2453 | 2024-11-27T19:40:04.423Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
2454 | 2024-11-27T19:40:04.443Z | Checking rustls-pemfile v1.0.4 |
2455 | 2024-11-27T19:40:04.516Z | Checking twox-hash v1.6.3 |
2456 | 2024-11-27T19:40:04.640Z | Checking cast v0.3.0 |
2457 | 2024-11-27T19:40:04.741Z | Checking plotters v0.3.7 |
2458 | 2024-11-27T19:40:04.773Z | Checking async-bb8-diesel v0.2.1 |
2459 | 2024-11-27T19:40:04.996Z | Checking criterion-plot v0.5.0 |
2460 | 2024-11-27T19:40:05.351Z | Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
2461 | 2024-11-27T19:40:05.495Z | Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=b7b9d5660b28ca5e865242b2bdecd032c0852d40#b7b9d566) |
2462 | 2024-11-27T19:40:05.551Z | Checking fatfs v0.3.6 |
2463 | 2024-11-27T19:40:05.663Z | Checking tinytemplate v1.2.1 |
2464 | 2024-11-27T19:40:06.036Z | Checking csv-core v0.1.11 |
2465 | 2024-11-27T19:40:06.391Z | Checking shell-words v1.1.0 |
2466 | 2024-11-27T19:40:06.488Z | Checking anes v0.1.6 |
2467 | 2024-11-27T19:40:06.581Z | Checking hex-literal v0.4.1 |
2468 | 2024-11-27T19:40:06.583Z | Checking oorandom v11.1.4 |
2469 | 2024-11-27T19:40:06.724Z | Checking csv v1.3.0 |
2470 | 2024-11-27T19:40:06.772Z | Checking event-listener v5.3.1 |
2471 | 2024-11-27T19:40:06.839Z | Checking criterion v0.5.1 |
2472 | 2024-11-27T19:40:07.172Z | Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
2473 | 2024-11-27T19:40:07.201Z | Checking rtoolbox v0.0.2 |
2474 | 2024-11-27T19:40:07.398Z | Checking rpassword v7.3.1 |
2475 | 2024-11-27T19:40:07.559Z | Checking event-listener-strategy v0.5.2 |
2476 | 2024-11-27T19:40:07.582Z | Checking tui-tree-widget v0.22.0 |
2477 | 2024-11-27T19:40:07.602Z | Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2478 | 2024-11-27T19:40:07.880Z | Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
2479 | 2024-11-27T19:40:09.156Z | Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
2480 | 2024-11-27T19:40:09.537Z | Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
2481 | 2024-11-27T19:40:09.894Z | Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
2482 | 2024-11-27T19:40:12.229Z | Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
2483 | 2024-11-27T19:40:12.465Z | Checking polyval v0.6.2 |
2484 | 2024-11-27T19:40:12.729Z | Checking ghash v0.5.1 |
2485 | 2024-11-27T19:40:12.915Z | Checking futures-lite v2.3.0 |
2486 | 2024-11-27T19:40:13.908Z | Checking tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous) |
2487 | 2024-11-27T19:40:14.261Z | Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
2488 | 2024-11-27T19:40:14.824Z | Checking ctr v0.9.2 |
2489 | 2024-11-27T19:40:15.183Z | Checking yansi v1.0.1 |
2490 | 2024-11-27T19:40:15.538Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
2491 | 2024-11-27T19:40:15.651Z | Checking aes-gcm v0.10.3 |
2492 | 2024-11-27T19:40:15.746Z | Checking pretty_assertions v1.4.1 |
2493 | 2024-11-27T19:40:15.903Z | Checking ssh-encoding v0.2.0 |
2494 | 2024-11-27T19:40:15.959Z | Checking blowfish v0.9.1 |
2495 | 2024-11-27T19:40:16.217Z | Checking bcrypt-pbkdf v0.10.0 |
2496 | 2024-11-27T19:40:16.258Z | Checking ssh-cipher v0.2.0 |
2497 | 2024-11-27T19:40:16.467Z | Checking async-lock v3.4.0 |
2498 | 2024-11-27T19:40:16.551Z | Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils) |
2499 | 2024-11-27T19:40:17.234Z | Compiling nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros) |
2500 | 2024-11-27T19:40:17.470Z | Checking polling v3.7.3 |
2501 | 2024-11-27T19:40:17.864Z | Checking password-hash v0.4.2 |
2502 | 2024-11-27T19:40:18.322Z | Checking matches v0.1.10 |
2503 | 2024-11-27T19:40:18.435Z | Checking idna v0.2.3 |
2504 | 2024-11-27T19:40:18.720Z | Checking pbkdf2 v0.11.0 |
2505 | 2024-11-27T19:40:19.007Z | Checking async-io v2.3.4 |
2506 | 2024-11-27T19:40:19.253Z | Checking ssh-key v0.6.6 |
2507 | 2024-11-27T19:40:19.893Z | Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
2508 | 2024-11-27T19:40:20.693Z | Checking p256 v0.13.2 |
2509 | 2024-11-27T19:40:20.970Z | Checking p521 v0.13.3 |
2510 | 2024-11-27T19:40:21.161Z | Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2511 | 2024-11-27T19:40:21.192Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
2512 | 2024-11-27T19:40:22.350Z | Checking russh-cryptovec v0.7.3 |
2513 | 2024-11-27T19:40:22.516Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2514 | 2024-11-27T19:40:22.574Z | Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
2515 | 2024-11-27T19:40:22.815Z | Compiling enum-as-inner v0.5.1 |
2516 | 2024-11-27T19:40:23.899Z | Checking async-task v4.7.1 |
2517 | 2024-11-27T19:40:24.200Z | Compiling doc-comment v0.3.3 |
2518 | 2024-11-27T19:40:24.270Z | Checking md5 v0.7.0 |
2519 | 2024-11-27T19:40:24.529Z | Compiling target-lexicon v0.12.16 |
2520 | 2024-11-27T19:40:24.949Z | Checking russh-keys v0.45.0 |
2521 | 2024-11-27T19:40:25.551Z | Checking trust-dns-proto v0.22.0 |
2522 | 2024-11-27T19:40:26.348Z | Checking async-channel v2.3.1 |
2523 | 2024-11-27T19:40:26.698Z | Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
2524 | 2024-11-27T19:40:27.519Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
2525 | 2024-11-27T19:40:28.596Z | Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
2526 | 2024-11-27T19:40:28.689Z | Checking piper v0.2.4 |
2527 | 2024-11-27T19:40:28.931Z | Checking num-bigint v0.4.6 |
2528 | 2024-11-27T19:40:29.419Z | Checking des v0.8.1 |
2529 | 2024-11-27T19:40:29.459Z | Compiling guppy-workspace-hack v0.1.0 |
2530 | 2024-11-27T19:40:29.702Z | Checking futures-timer v3.0.3 |
2531 | 2024-11-27T19:40:29.733Z | Compiling assert_cmd v2.0.16 |
2532 | 2024-11-27T19:40:29.989Z | Compiling dhcproto-macros v0.1.0 |
2533 | 2024-11-27T19:40:30.244Z | Checking blocking v1.6.1 |
2534 | 2024-11-27T19:40:30.955Z | Checking dhcproto v0.12.0 |
2535 | 2024-11-27T19:40:31.165Z | Checking async-executor v1.13.1 |
2536 | 2024-11-27T19:40:31.443Z | Checking russh v0.45.0 |
2537 | 2024-11-27T19:40:31.488Z | Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
2538 | 2024-11-27T19:40:32.145Z | Checking async-signal v0.2.10 |
2539 | 2024-11-27T19:40:32.438Z | Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
2540 | 2024-11-27T19:40:32.857Z | Checking event-listener v2.5.3 |
2541 | 2024-11-27T19:40:32.878Z | Compiling target-spec v3.2.2 |
2542 | 2024-11-27T19:40:33.099Z | Checking internet-checksum v0.2.1 |
2543 | 2024-11-27T19:40:33.484Z | Checking async-channel v1.9.0 |
2544 | 2024-11-27T19:40:34.362Z | Checking async-process v2.3.0 |
2545 | 2024-11-27T19:40:34.803Z | Checking async-global-executor v2.4.1 |
2546 | 2024-11-27T19:40:35.267Z | Checking cfg-expr v0.17.0 |
2547 | 2024-11-27T19:40:35.613Z | Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
2548 | 2024-11-27T19:40:35.705Z | Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client) |
2549 | 2024-11-27T19:40:36.069Z | Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils) |
2550 | 2024-11-27T19:40:36.522Z | Checking httptest v0.16.1 |
2551 | 2024-11-27T19:40:37.094Z | Checking rustls-native-certs v0.7.3 |
2552 | 2024-11-27T19:40:37.228Z | Compiling petname v2.0.2 |
2553 | 2024-11-27T19:40:37.283Z | Checking num_cpus v1.16.0 |
2554 | 2024-11-27T19:40:37.435Z | Checking kv-log-macro v1.0.7 |
2555 | 2024-11-27T19:40:37.585Z | Compiling async-attributes v1.1.2 |
2556 | 2024-11-27T19:40:38.463Z | Checking async-std v1.13.0 |
2557 | 2024-11-27T19:40:40.497Z | Checking threadpool v1.8.1 |
2558 | 2024-11-27T19:40:40.734Z | Checking hyper-rustls v0.26.0 |
2559 | 2024-11-27T19:40:41.086Z | Checking pathdiff v0.2.2 |
2560 | 2024-11-27T19:40:41.164Z | Compiling rstest_macros v0.23.0 |
2561 | 2024-11-27T19:40:41.250Z | Compiling target-triple v0.1.3 |
2562 | 2024-11-27T19:40:41.664Z | Checking escape8259 v0.5.3 |
2563 | 2024-11-27T19:40:41.734Z | Checking nested v0.1.1 |
2564 | 2024-11-27T19:40:41.869Z | Checking libtest-mimic v0.7.3 |
2565 | 2024-11-27T19:40:41.957Z | Checking guppy v0.17.8 |
2566 | 2024-11-27T19:40:42.211Z | Checking async-object-pool v0.1.5 |
2567 | 2024-11-27T19:40:42.482Z | Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
2568 | 2024-11-27T19:40:43.102Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
2569 | 2024-11-27T19:40:43.401Z | Checking similar-asserts v1.6.0 |
2570 | 2024-11-27T19:40:43.664Z | Checking fancy-regex v0.13.0 |
2571 | 2024-11-27T19:40:44.097Z | Checking serde_regex v1.1.0 |
2572 | 2024-11-27T19:40:44.375Z | Checking assert-json-diff v2.0.2 |
2573 | 2024-11-27T19:40:44.444Z | Compiling proc-macro-crate v3.2.0 |
2574 | 2024-11-27T19:40:44.653Z | Checking path-tree v0.8.1 |
2575 | 2024-11-27T19:40:44.989Z | Checking stringmetrics v2.2.2 |
2576 | 2024-11-27T19:40:45.259Z | Compiling relative-path v1.9.3 |
2577 | 2024-11-27T19:40:45.727Z | Checking sync-ptr v0.1.1 |
2578 | 2024-11-27T19:40:45.949Z | Checking httpmock v0.8.0-alpha.1 |
2579 | 2024-11-27T19:40:45.971Z | Checking datatest-stable v0.2.9 |
2580 | 2024-11-27T19:40:46.435Z | Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
2581 | 2024-11-27T19:40:47.914Z | Checking blake2b_simd v1.0.2 |
2582 | 2024-11-27T19:40:48.795Z | Checking omicron-dev-lib v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev-lib) |
2583 | 2024-11-27T19:40:49.142Z | Compiling git2 v0.19.0 |
2584 | 2024-11-27T19:40:51.426Z | Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli) |
2585 | 2024-11-27T19:40:51.722Z | Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
2586 | 2024-11-27T19:40:52.032Z | Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
2587 | 2024-11-27T19:40:52.224Z | Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev) |
2588 | 2024-11-27T19:40:52.526Z | Checking serde_tokenstream v0.2.2 |
2589 | 2024-11-27T19:40:52.572Z | Checking uzers v0.12.1 |
2590 | 2024-11-27T19:40:53.066Z | Checking rust-argon2 v2.1.0 |
2591 | 2024-11-27T19:40:53.096Z | Checking trybuild v1.0.101 |
2592 | 2024-11-27T19:40:53.501Z | Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation) |
2593 | 2024-11-27T19:40:53.691Z | Checking end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
2594 | 2024-11-27T19:40:54.453Z | Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
2595 | 2024-11-27T19:40:55.318Z | Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis) |
2596 | 2024-11-27T19:40:56.499Z | Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev) |
2597 | 2024-11-27T19:40:56.716Z | Checking rstest v0.23.0 |
2598 | 2024-11-27T19:40:56.795Z | Checking rand_distr v0.4.3 |
2599 | 2024-11-27T19:40:56.798Z | Checking multimap v0.10.0 |
2600 | 2024-11-27T19:40:56.935Z | Checking approx v0.5.1 |
2601 | 2024-11-27T19:40:57.167Z | Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
2602 | 2024-11-27T19:40:57.611Z | Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
2603 | 2024-11-27T19:40:57.885Z | Checking openapi-manager v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager) |
2604 | 2024-11-27T19:40:58.406Z | Checking partial-io v0.5.4 |
2605 | 2024-11-27T19:40:58.681Z | Compiling omicron-live-tests v0.1.0 (/work/oxidecomputer/omicron/live-tests) |
2606 | 2024-11-27T19:40:58.785Z | Checking xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
2607 | 2024-11-27T19:40:58.978Z | Checking cargo_toml v0.20.5 |
2608 | 2024-11-27T19:40:59.078Z | Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=b7b9d5660b28ca5e865242b2bdecd032c0852d40#b7b9d566) |
2609 | 2024-11-27T19:40:59.476Z | Checking termios v0.3.3 |
2610 | 2024-11-27T19:40:59.708Z | Compiling indoc v2.0.5 |
2611 | 2024-11-27T19:41:00.249Z | Compiling live-tests-macros v0.1.0 (/work/oxidecomputer/omicron/live-tests/macros) |
2612 | 2024-11-27T19:41:01.096Z | Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
2613 | 2024-11-27T19:41:04.175Z | Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli) |
2614 | 2024-11-27T19:41:21.103Z | Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng) |
2615 | 2024-11-27T19:41:24.322Z | Checking clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev) |
2616 | 2024-11-27T19:41:25.221Z | Checking mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev) |
2617 | 2024-11-27T19:41:46.435Z | Compiling polar-core v0.27.3 |
2618 | 2024-11-27T19:41:57.588Z | Checking oso v0.27.3 |
2619 | 2024-11-27T19:42:01.489Z | Checking cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev) |
2620 | 2024-11-27T19:42:02.109Z | Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed) |
2621 | 2024-11-27T19:42:03.528Z | Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli) |
2622 | 2024-11-27T19:42:46.416Z | Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
2623 | 2024-11-27T19:42:46.416Z | Checking nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
2624 | 2024-11-27T19:42:46.418Z | Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
2625 | 2024-11-27T19:44:10.830Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 6m 40s |
2626 | 2024-11-27T19:44:11.231Z | |
2627 | 2024-11-27T19:44:11.234Z | real 6:44.848484342 |
2628 | 2024-11-27T19:44:11.234Z | user 35:54.944270381 |
2629 | 2024-11-27T19:44:11.234Z | sys 6:38.189789122 |
2630 | 2024-11-27T19:44:11.234Z | trap 0.959513253 |
2631 | 2024-11-27T19:44:11.234Z | tflt 2.212607785 |
2632 | 2024-11-27T19:44:11.234Z | dflt 0.806452079 |
2633 | 2024-11-27T19:44:11.234Z | kflt 0.000698146 |
2634 | 2024-11-27T19:44:11.234Z | lock 52:13.959246543 |
2635 | 2024-11-27T19:44:11.234Z | slp 2:04:23.360660156 |
2636 | 2024-11-27T19:44:11.234Z | lat 1:40.128193226 |
2637 | 2024-11-27T19:44:11.234Z | stop 6:09.052126102 |
2638 | 2024-11-27T19:44:11.234Z | + RUSTDOCFLAGS='--document-private-items -D warnings' |
2639 | 2024-11-27T19:44:11.235Z | + ptime -m cargo doc --workspace --no-deps |
2640 | 2024-11-27T19:44:12.437Z | warning: output filename collision. |
2641 | 2024-11-27T19:44:12.437Z | 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)`. |
2642 | 2024-11-27T19:44:12.437Z | Colliding filename is: /work/oxidecomputer/omicron/target/doc/oximeter/index.html |
2643 | 2024-11-27T19:44:12.437Z | The targets should have unique names. |
2644 | 2024-11-27T19:44:12.437Z | This is a known bug where multiple crates with the same name use |
2645 | 2024-11-27T19:44:12.437Z | the same path; see <https://github.com/rust-lang/cargo/issues/6313>. |
2646 | 2024-11-27T19:44:12.871Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2647 | 2024-11-27T19:44:12.940Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2648 | 2024-11-27T19:44:12.958Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2649 | 2024-11-27T19:44:13.001Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
2650 | 2024-11-27T19:44:13.026Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2651 | 2024-11-27T19:44:13.052Z | Documenting xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
2652 | 2024-11-27T19:44:13.053Z | Documenting omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2653 | 2024-11-27T19:44:13.241Z | Documenting omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2654 | 2024-11-27T19:44:13.289Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2655 | 2024-11-27T19:44:13.310Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
2656 | 2024-11-27T19:44:13.334Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2657 | 2024-11-27T19:44:13.568Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2658 | 2024-11-27T19:44:13.625Z | Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2659 | 2024-11-27T19:44:13.868Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2660 | 2024-11-27T19:44:14.014Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2661 | 2024-11-27T19:44:16.619Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2662 | 2024-11-27T19:44:17.806Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2663 | 2024-11-27T19:44:18.134Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
2664 | 2024-11-27T19:44:18.268Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
2665 | 2024-11-27T19:44:18.394Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
2666 | 2024-11-27T19:44:18.479Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
2667 | 2024-11-27T19:44:18.569Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
2668 | 2024-11-27T19:44:18.790Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
2669 | 2024-11-27T19:44:18.919Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
2670 | 2024-11-27T19:44:19.240Z | Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
2671 | 2024-11-27T19:44:19.287Z | Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
2672 | 2024-11-27T19:44:19.768Z | Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
2673 | 2024-11-27T19:44:19.830Z | Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
2674 | 2024-11-27T19:44:19.973Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
2675 | 2024-11-27T19:44:20.126Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
2676 | 2024-11-27T19:44:20.273Z | Checking openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types) |
2677 | 2024-11-27T19:44:20.480Z | Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
2678 | 2024-11-27T19:44:20.498Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
2679 | 2024-11-27T19:44:20.517Z | Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
2680 | 2024-11-27T19:44:20.830Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
2681 | 2024-11-27T19:44:21.146Z | Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev) |
2682 | 2024-11-27T19:44:21.428Z | Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev) |
2683 | 2024-11-27T19:44:21.460Z | Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
2684 | 2024-11-27T19:44:21.844Z | Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis) |
2685 | 2024-11-27T19:44:21.896Z | Documenting omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis) |
2686 | 2024-11-27T19:44:21.920Z | Documenting db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
2687 | 2024-11-27T19:44:22.608Z | Documenting authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
2688 | 2024-11-27T19:44:23.253Z | Documenting omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2689 | 2024-11-27T19:44:25.251Z | Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
2690 | 2024-11-27T19:44:27.382Z | Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
2691 | 2024-11-27T19:44:28.182Z | Checking nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
2692 | 2024-11-27T19:44:28.481Z | Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
2693 | 2024-11-27T19:44:28.501Z | Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
2694 | 2024-11-27T19:44:28.801Z | Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
2695 | 2024-11-27T19:44:29.523Z | Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
2696 | 2024-11-27T19:44:29.902Z | Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
2697 | 2024-11-27T19:44:30.374Z | Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
2698 | 2024-11-27T19:44:30.622Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2699 | 2024-11-27T19:44:31.005Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2700 | 2024-11-27T19:44:32.563Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2701 | 2024-11-27T19:44:37.138Z | Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2702 | 2024-11-27T19:44:38.483Z | Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
2703 | 2024-11-27T19:44:38.682Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
2704 | 2024-11-27T19:44:39.075Z | Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
2705 | 2024-11-27T19:44:39.185Z | Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
2706 | 2024-11-27T19:44:39.536Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2707 | 2024-11-27T19:44:39.737Z | Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
2708 | 2024-11-27T19:44:40.208Z | Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2709 | 2024-11-27T19:44:40.312Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2710 | 2024-11-27T19:44:41.671Z | Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
2711 | 2024-11-27T19:44:42.006Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2712 | 2024-11-27T19:44:42.290Z | Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2713 | 2024-11-27T19:44:42.747Z | Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2714 | 2024-11-27T19:44:43.034Z | Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
2715 | 2024-11-27T19:44:43.240Z | Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
2716 | 2024-11-27T19:44:43.538Z | Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2717 | 2024-11-27T19:44:43.559Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2718 | 2024-11-27T19:44:43.580Z | Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
2719 | 2024-11-27T19:44:43.999Z | Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2720 | 2024-11-27T19:44:44.767Z | Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
2721 | 2024-11-27T19:44:45.381Z | Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
2722 | 2024-11-27T19:44:45.459Z | Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
2723 | 2024-11-27T19:44:45.567Z | Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
2724 | 2024-11-27T19:44:46.440Z | Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
2725 | 2024-11-27T19:44:46.647Z | Checking tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
2726 | 2024-11-27T19:44:47.381Z | Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
2727 | 2024-11-27T19:44:48.075Z | Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
2728 | 2024-11-27T19:44:48.203Z | Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
2729 | 2024-11-27T19:44:48.384Z | Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2730 | 2024-11-27T19:44:48.467Z | Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
2731 | 2024-11-27T19:44:48.723Z | Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
2732 | 2024-11-27T19:44:49.357Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
2733 | 2024-11-27T19:44:49.547Z | Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client) |
2734 | 2024-11-27T19:44:50.344Z | Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
2735 | 2024-11-27T19:44:50.377Z | Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
2736 | 2024-11-27T19:44:50.583Z | Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
2737 | 2024-11-27T19:44:50.866Z | Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
2738 | 2024-11-27T19:44:50.942Z | Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
2739 | 2024-11-27T19:44:51.779Z | Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
2740 | 2024-11-27T19:44:52.074Z | Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
2741 | 2024-11-27T19:44:52.374Z | Documenting omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
2742 | 2024-11-27T19:44:52.450Z | Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
2743 | 2024-11-27T19:44:52.594Z | Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
2744 | 2024-11-27T19:44:52.653Z | Documenting dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2745 | 2024-11-27T19:44:53.806Z | Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
2746 | 2024-11-27T19:44:53.827Z | Documenting omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2747 | 2024-11-27T19:44:54.029Z | Documenting omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
2748 | 2024-11-27T19:44:54.985Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
2749 | 2024-11-27T19:44:55.423Z | Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils) |
2750 | 2024-11-27T19:44:56.357Z | Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client) |
2751 | 2024-11-27T19:44:57.720Z | Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2752 | 2024-11-27T19:44:58.974Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2753 | 2024-11-27T19:44:59.396Z | Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
2754 | 2024-11-27T19:44:59.772Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
2755 | 2024-11-27T19:45:02.175Z | Documenting oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
2756 | 2024-11-27T19:45:03.073Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
2757 | 2024-11-27T19:45:04.139Z | Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
2758 | 2024-11-27T19:45:05.353Z | Documenting wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
2759 | 2024-11-27T19:45:10.716Z | Documenting omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2760 | 2024-11-27T19:45:15.405Z | Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils) |
2761 | 2024-11-27T19:45:15.861Z | Documenting clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev) |
2762 | 2024-11-27T19:45:19.609Z | Documenting end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
2763 | 2024-11-27T19:45:23.097Z | Checking end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
2764 | 2024-11-27T19:46:04.835Z | Documenting nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
2765 | 2024-11-27T19:46:06.662Z | Documenting nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
2766 | 2024-11-27T19:46:13.216Z | Documenting nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
2767 | 2024-11-27T19:46:27.655Z | Documenting zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
2768 | 2024-11-27T19:46:48.157Z | Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
2769 | 2024-11-27T19:46:50.978Z | Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
2770 | 2024-11-27T19:46:52.108Z | Checking nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
2771 | 2024-11-27T19:46:52.434Z | Documenting nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
2772 | 2024-11-27T19:46:55.128Z | Documenting omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
2773 | 2024-11-27T19:46:55.877Z | Documenting nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
2774 | 2024-11-27T19:46:56.526Z | Documenting nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
2775 | 2024-11-27T19:47:08.186Z | Documenting nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
2776 | 2024-11-27T19:47:12.022Z | Documenting nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
2777 | 2024-11-27T19:47:42.166Z | Documenting nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
2778 | 2024-11-27T19:47:47.319Z | Documenting mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev) |
2779 | 2024-11-27T19:47:49.314Z | Documenting gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
2780 | 2024-11-27T19:47:57.643Z | Documenting omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
2781 | 2024-11-27T19:47:58.881Z | Documenting installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
2782 | 2024-11-27T19:48:11.087Z | Documenting omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
2783 | 2024-11-27T19:48:29.247Z | Documenting oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2784 | 2024-11-27T19:48:32.857Z | Documenting wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
2785 | 2024-11-27T19:48:33.413Z | Documenting wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
2786 | 2024-11-27T19:48:34.795Z | Documenting openapi-manager v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager) |
2787 | 2024-11-27T19:48:35.155Z | Documenting nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation) |
2788 | 2024-11-27T19:48:53.200Z | Documenting cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
2789 | 2024-11-27T19:48:57.787Z | Documenting oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils) |
2790 | 2024-11-27T19:48:59.455Z | Documenting nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
2791 | 2024-11-27T19:49:04.416Z | Documenting update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
2792 | 2024-11-27T19:49:06.074Z | Documenting omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng) |
2793 | 2024-11-27T19:49:09.928Z | Documenting tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous) |
2794 | 2024-11-27T19:49:20.313Z | Documenting nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
2795 | 2024-11-27T19:49:23.239Z | Documenting nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
2796 | 2024-11-27T19:49:24.423Z | Documenting nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
2797 | 2024-11-27T19:49:24.715Z | Documenting nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
2798 | 2024-11-27T19:49:30.359Z | Documenting nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
2799 | 2024-11-27T19:49:30.961Z | Documenting nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2800 | 2024-11-27T19:49:34.704Z | Documenting wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
2801 | 2024-11-27T19:49:40.961Z | Documenting wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
2802 | 2024-11-27T19:49:44.668Z | Documenting sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
2803 | 2024-11-27T19:49:52.822Z | Documenting gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
2804 | 2024-11-27T19:49:58.820Z | Documenting oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2805 | 2024-11-27T19:50:00.852Z | Documenting oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2806 | 2024-11-27T19:50:04.411Z | Documenting oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2807 | 2024-11-27T19:50:04.761Z | Documenting bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
2808 | 2024-11-27T19:50:05.182Z | Documenting sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
2809 | 2024-11-27T19:50:08.269Z | Documenting sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2810 | 2024-11-27T19:50:14.780Z | Documenting gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
2811 | 2024-11-27T19:50:16.738Z | Documenting omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
2812 | 2024-11-27T19:50:23.712Z | Documenting wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
2813 | 2024-11-27T19:50:25.666Z | Documenting sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
2814 | 2024-11-27T19:50:28.908Z | Documenting installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client) |
2815 | 2024-11-27T19:50:31.013Z | Documenting installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
2816 | 2024-11-27T19:50:31.503Z | Documenting db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev) |
2817 | 2024-11-27T19:50:32.248Z | Documenting ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev) |
2818 | 2024-11-27T19:50:32.979Z | Documenting omicron-dev-lib v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev-lib) |
2819 | 2024-11-27T19:50:47.272Z | Documenting crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed) |
2820 | 2024-11-27T19:50:48.652Z | Documenting dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
2821 | 2024-11-27T19:50:49.725Z | Documenting internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli) |
2822 | 2024-11-27T19:50:53.138Z | Documenting clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
2823 | 2024-11-27T19:50:53.544Z | Documenting clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils) |
2824 | 2024-11-27T19:50:53.894Z | Documenting clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client) |
2825 | 2024-11-27T19:50:54.363Z | Documenting clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
2826 | 2024-11-27T19:51:01.835Z | Documenting nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2827 | 2024-11-27T19:51:03.194Z | Documenting clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
2828 | 2024-11-27T19:51:07.612Z | Documenting oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
2829 | 2024-11-27T19:51:08.027Z | Documenting sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2830 | 2024-11-27T19:51:08.766Z | Documenting internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
2831 | 2024-11-27T19:51:10.672Z | Documenting dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
2832 | 2024-11-27T19:51:17.824Z | Documenting dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2833 | 2024-11-27T19:51:27.095Z | Documenting oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
2834 | 2024-11-27T19:51:28.392Z | Documenting oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
2835 | 2024-11-27T19:51:29.411Z | Documenting sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2836 | 2024-11-27T19:51:29.985Z | Documenting omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2837 | 2024-11-27T19:51:32.716Z | Documenting bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2838 | 2024-11-27T19:51:33.470Z | Documenting bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2839 | 2024-11-27T19:51:35.961Z | Documenting nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
2840 | 2024-11-27T19:51:37.819Z | Documenting sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
2841 | 2024-11-27T19:51:42.388Z | Documenting installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2842 | 2024-11-27T19:51:43.930Z | Documenting clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
2843 | 2024-11-27T19:51:52.966Z | Documenting oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
2844 | 2024-11-27T19:51:55.070Z | Documenting nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
2845 | 2024-11-27T19:51:55.194Z | Documenting cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
2846 | 2024-11-27T19:51:59.258Z | Documenting repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
2847 | 2024-11-27T19:51:59.692Z | Documenting key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2848 | 2024-11-27T19:52:01.976Z | Documenting omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
2849 | 2024-11-27T19:52:02.328Z | Documenting illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2850 | 2024-11-27T19:52:04.287Z | Documenting nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
2851 | 2024-11-27T19:52:06.356Z | Documenting tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
2852 | 2024-11-27T19:52:06.809Z | Documenting internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
2853 | 2024-11-27T19:52:13.913Z | Documenting oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
2854 | 2024-11-27T19:52:15.542Z | Documenting ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
2855 | 2024-11-27T19:52:15.842Z | Documenting oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
2856 | 2024-11-27T19:52:18.186Z | Documenting gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli) |
2857 | 2024-11-27T19:52:18.791Z | Documenting repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
2858 | 2024-11-27T19:52:20.736Z | Documenting api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2859 | 2024-11-27T19:52:25.750Z | Documenting update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2860 | 2024-11-27T19:52:26.537Z | Documenting typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
2861 | 2024-11-27T19:52:27.866Z | Documenting oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2862 | 2024-11-27T19:52:31.315Z | Documenting nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros) |
2863 | 2024-11-27T19:52:32.565Z | Documenting live-tests-macros v0.1.0 (/work/oxidecomputer/omicron/live-tests/macros) |
2864 | 2024-11-27T19:52:33.369Z | Documenting xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
2865 | 2024-11-27T19:52:33.818Z | Documenting omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2866 | 2024-11-27T19:52:34.424Z | Documenting openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types) |
2867 | 2024-11-27T19:52:35.814Z | Documenting cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
2868 | 2024-11-27T19:52:36.051Z | Documenting cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev) |
2869 | 2024-11-27T19:52:36.461Z | Documenting oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
2870 | 2024-11-27T19:52:37.513Z | Documenting oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2871 | 2024-11-27T19:52:38.501Z | Documenting omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
2872 | 2024-11-27T19:52:39.802Z | Documenting gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2873 | 2024-11-27T19:52:42.285Z | Documenting range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
2874 | 2024-11-27T19:52:42.563Z | Documenting nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
2875 | 2024-11-27T19:53:16.229Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 9m 04s |
2876 | 2024-11-27T19:53:16.407Z | Generated /work/oxidecomputer/omicron/target/doc/api_identity/index.html and 140 other files |
2877 | 2024-11-27T19:53:16.473Z | |
2878 | 2024-11-27T19:53:16.475Z | real 9:05.055355041 |
2879 | 2024-11-27T19:53:16.476Z | user 26:10.628929830 |
2880 | 2024-11-27T19:53:16.476Z | sys 42:13.391094566 |
2881 | 2024-11-27T19:53:16.476Z | trap 0.401201527 |
2882 | 2024-11-27T19:53:16.476Z | tflt 0.260545757 |
2883 | 2024-11-27T19:53:16.476Z | dflt 0.136930171 |
2884 | 2024-11-27T19:53:16.476Z | kflt 0.000067540 |
2885 | 2024-11-27T19:53:16.476Z | lock 1:30:38.732949676 |
2886 | 2024-11-27T19:53:16.476Z | slp 2:33:35.384840506 |
2887 | 2024-11-27T19:53:16.476Z | lat 1:18.396501717 |
2888 | 2024-11-27T19:53:16.476Z | stop 1:10.951493589 |
2889 | 2024-11-27T19:53:16.476Z | process exited: duration 1261104 ms, exit code 0 |
|
2890 | 2024-11-27T19:53:16.481Z | found 0 output files |