|
|
|
1 | 2024-11-18T19:00:15.860Z | job assigned to worker 01JD0A9P02QFNPKWSHGEW8XNKW [factory aws, i-03984e9c31036be85] (queued for 54 s) |
|
2 | 2024-11-18T19:00:23.476Z | starting task 0: "setup" |
3 | 2024-11-18T19:00:23.487Z | ++ uname -s |
4 | 2024-11-18T19:00:23.490Z | + kern=SunOS |
5 | 2024-11-18T19:00:23.490Z | + case "$kern" in |
6 | 2024-11-18T19:00:23.490Z | + groupadd -g 12345 build |
7 | 2024-11-18T19:00:23.493Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
8 | 2024-11-18T19:00:25.500Z | + zfs create -o mountpoint=/work rpool/work |
9 | 2024-11-18T19:00:25.669Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
10 | 2024-11-18T19:00:25.671Z | + home_fs=zfs |
11 | 2024-11-18T19:00:25.671Z | + [[ zfs == autofs ]] |
12 | 2024-11-18T19:00:25.671Z | + mkdir -p /home/build |
13 | 2024-11-18T19:00:25.674Z | + chown build:build /home/build /work |
14 | 2024-11-18T19:00:27.676Z | + chmod 0700 /home/build /work |
15 | 2024-11-18T19:00:27.679Z | process exited: duration 4201 ms, exit code 0 |
|
16 | 2024-11-18T19:00:27.684Z | starting task 1: "rust-toolchain" |
17 | 2024-11-18T19:00:27.689Z | + printf ' * toolchain channel = "%s" |
18 | 2024-11-18T19:00:27.689Z | ' 1.81.0 |
19 | 2024-11-18T19:00:27.689Z | * toolchain channel = "1.81.0" |
20 | 2024-11-18T19:00:27.689Z | + printf ' * toolchain profile = "%s" |
21 | 2024-11-18T19:00:27.689Z | ' default |
22 | 2024-11-18T19:00:27.689Z | * toolchain profile = "default" |
23 | 2024-11-18T19:00:27.692Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
24 | 2024-11-18T19:00:27.692Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.81.0 --profile default |
25 | 2024-11-18T19:00:27.812Z | info: downloading installer |
26 | 2024-11-18T19:00:28.923Z | info: profile set to 'default' |
27 | 2024-11-18T19:00:28.923Z | info: default host triple is x86_64-unknown-illumos |
28 | 2024-11-18T19:00:28.925Z | info: syncing channel updates for '1.81.0-x86_64-unknown-illumos' |
29 | 2024-11-18T19:00:29.075Z | info: latest update on 2024-09-05, rust version 1.81.0 (eeb90cda1 2024-09-04) |
30 | 2024-11-18T19:00:29.075Z | info: downloading component 'cargo' |
31 | 2024-11-18T19:00:29.902Z | info: downloading component 'clippy' |
32 | 2024-11-18T19:00:30.209Z | info: downloading component 'rust-docs' |
33 | 2024-11-18T19:00:31.354Z | info: downloading component 'rust-std' |
34 | 2024-11-18T19:00:33.141Z | info: downloading component 'rustc' |
35 | 2024-11-18T19:00:39.546Z | info: downloading component 'rustfmt' |
36 | 2024-11-18T19:00:39.787Z | info: installing component 'cargo' |
37 | 2024-11-18T19:00:40.571Z | info: installing component 'clippy' |
38 | 2024-11-18T19:00:40.941Z | info: installing component 'rust-docs' |
39 | 2024-11-18T19:00:42.583Z | info: installing component 'rust-std' |
40 | 2024-11-18T19:00:44.333Z | info: installing component 'rustc' |
41 | 2024-11-18T19:00:49.910Z | info: installing component 'rustfmt' |
42 | 2024-11-18T19:00:50.227Z | info: default toolchain set to '1.81.0-x86_64-unknown-illumos' |
43 | 2024-11-18T19:00:50.227Z | |
44 | 2024-11-18T19:00:50.602Z | 1.81.0-x86_64-unknown-illumos installed - rustc 1.81.0 (eeb90cda1 2024-09-04) |
45 | 2024-11-18T19:00:50.602Z | |
46 | 2024-11-18T19:00:50.605Z | |
47 | 2024-11-18T19:00:50.605Z | Rust is installed now. Great! |
48 | 2024-11-18T19:00:50.605Z | |
49 | 2024-11-18T19:00:50.605Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
50 | 2024-11-18T19:00:50.605Z | environment variable. This has not been done automatically. |
51 | 2024-11-18T19:00:50.605Z | |
52 | 2024-11-18T19:00:50.605Z | To configure your current shell, you need to source |
53 | 2024-11-18T19:00:50.605Z | the corresponding env file under $HOME/.cargo. |
54 | 2024-11-18T19:00:50.605Z | |
55 | 2024-11-18T19:00:50.605Z | This is usually done by running one of the following (note the leading DOT): |
56 | 2024-11-18T19:00:50.605Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
57 | 2024-11-18T19:00:50.605Z | source "$HOME/.cargo/env.fish" # For fish |
58 | 2024-11-18T19:00:50.676Z | + rustc --version |
59 | 2024-11-18T19:00:50.740Z | rustc 1.81.0 (eeb90cda1 2024-09-04) |
60 | 2024-11-18T19:00:50.742Z | process exited: duration 23056 ms, exit code 0 |
|
61 | 2024-11-18T19:00:50.748Z | starting task 2: "authentication" |
62 | 2024-11-18T19:00:50.768Z | process exited: duration 20 ms, exit code 0 |
|
63 | 2024-11-18T19:00:50.773Z | starting task 3: "clone repository" |
64 | 2024-11-18T19:00:50.779Z | + mkdir -p /work/oxidecomputer/omicron |
65 | 2024-11-18T19:00:50.781Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
66 | 2024-11-18T19:00:50.815Z | Cloning into '/work/oxidecomputer/omicron'... |
67 | 2024-11-18T19:00:58.824Z | + cd /work/oxidecomputer/omicron |
68 | 2024-11-18T19:00:58.824Z | + git fetch origin c3401f2008e99c5d3cbbc5c4d52ab6384773aab1 |
69 | 2024-11-18T19:00:59.118Z | From https://github.com/oxidecomputer/omicron |
70 | 2024-11-18T19:00:59.118Z | * branch c3401f2008e99c5d3cbbc5c4d52ab6384773aab1 -> FETCH_HEAD |
71 | 2024-11-18T19:00:59.128Z | + [[ -n put-zones-doesnt-put-datasets ]] |
72 | 2024-11-18T19:00:59.131Z | ++ git branch --show-current |
73 | 2024-11-18T19:00:59.133Z | + current=main |
74 | 2024-11-18T19:00:59.133Z | + [[ main != put-zones-doesnt-put-datasets ]] |
75 | 2024-11-18T19:00:59.133Z | + git branch -f put-zones-doesnt-put-datasets c3401f2008e99c5d3cbbc5c4d52ab6384773aab1 |
76 | 2024-11-18T19:00:59.136Z | + git checkout -f put-zones-doesnt-put-datasets |
77 | 2024-11-18T19:00:59.309Z | Switched to branch 'put-zones-doesnt-put-datasets' |
78 | 2024-11-18T19:00:59.311Z | + git reset --hard c3401f2008e99c5d3cbbc5c4d52ab6384773aab1 |
79 | 2024-11-18T19:00:59.325Z | HEAD is now at c3401f200 Review feedback |
80 | 2024-11-18T19:00:59.327Z | process exited: duration 8551 ms, exit code 0 |
|
81 | 2024-11-18T19:00:59.333Z | starting task 4: "build" |
82 | 2024-11-18T19:00:59.338Z | + source ./env.sh |
83 | 2024-11-18T19:00:59.338Z | ++ OLD_SHELL_OPTS=ehxB |
84 | 2024-11-18T19:00:59.341Z | ++ set -o xtrace |
85 | 2024-11-18T19:00:59.343Z | ++++ dirname ./env.sh |
86 | 2024-11-18T19:00:59.343Z | +++ readlink -f . |
87 | 2024-11-18T19:00:59.355Z | ++ OMICRON_WS=/work/oxidecomputer/omicron |
88 | 2024-11-18T19:00:59.355Z | ++ 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-18T19:00:59.355Z | ++ 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-18T19:00:59.355Z | ++ 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-18T19:00:59.355Z | ++ 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-18T19:00:59.355Z | ++ 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-18T19:00:59.355Z | ++ 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-18T19:00:59.355Z | ++ 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-18T19:00:59.355Z | ++ 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-18T19:00:59.355Z | ++ case $OLD_SHELL_OPTS in |
97 | 2024-11-18T19:00:59.355Z | ++ unset OLD_SHELL_OPTS OMICRON_WS |
98 | 2024-11-18T19:00:59.355Z | + source .github/buildomat/ci-env.sh |
99 | 2024-11-18T19:00:59.355Z | ++ export CARGO_TERM_COLOR=always |
100 | 2024-11-18T19:00:59.355Z | ++ CARGO_TERM_COLOR=always |
101 | 2024-11-18T19:00:59.355Z | + cargo --version |
102 | 2024-11-18T19:00:59.401Z | cargo 1.81.0 (2dbb1af80 2024-08-20) |
103 | 2024-11-18T19:00:59.404Z | + rustc --version |
104 | 2024-11-18T19:00:59.464Z | rustc 1.81.0 (eeb90cda1 2024-09-04) |
105 | 2024-11-18T19:00:59.466Z | + banner prerequisites |
106 | 2024-11-18T19:00:59.469Z | |
107 | 2024-11-18T19:00:59.469Z | ##### ##### ###### ##### ###### #### # # # #### # |
108 | 2024-11-18T19:00:59.469Z | # # # # # # # # # # # # # # # |
109 | 2024-11-18T19:00:59.469Z | # # # # ##### # # ##### # # # # # #### # |
110 | 2024-11-18T19:00:59.469Z | ##### ##### # ##### # # # # # # # # # |
111 | 2024-11-18T19:00:59.470Z | # # # # # # # # # # # # # # # |
112 | 2024-11-18T19:00:59.470Z | # # # ###### # # ###### ### # #### # #### # |
113 | 2024-11-18T19:00:59.470Z | |
114 | 2024-11-18T19:00:59.473Z | + ptime -m bash ./tools/install_builder_prerequisites.sh -y |
115 | 2024-11-18T19:01:05.925Z | Startup: Refreshing catalog 'helios-dev' ... Done |
116 | 2024-11-18T19:01:09.440Z | Startup: Caching catalogs ... Done |
117 | 2024-11-18T19:01:17.949Z | Planning: Solver setup ... Done (7.603s) |
118 | 2024-11-18T19:01:18.060Z | Planning: Running solver ... Done (0.111s) |
119 | 2024-11-18T19:01:18.150Z | Planning: Finding local manifests ... Done (0.003s) |
120 | 2024-11-18T19:01:18.169Z | Planning: Fetching manifests: 0/5 0% complete |
121 | 2024-11-18T19:01:19.666Z | Planning: Fetching manifests: 5/5 100% complete |
122 | 2024-11-18T19:01:19.767Z | Planning: Package planning ... Done (0.100s) |
123 | 2024-11-18T19:01:19.821Z | Planning: Merging actions ... Done (0.055s) |
124 | 2024-11-18T19:01:20.010Z | Planning: Checking for conflicting actions ... Done (0.188s) |
125 | 2024-11-18T19:01:22.034Z | Planning: Consolidating action changes ... Done (2.024s) |
126 | 2024-11-18T19:01:22.466Z | Planning: Evaluating mediators ... Done (0.431s) |
127 | 2024-11-18T19:01:22.544Z | Planning: Planning completed in 13.01 seconds |
128 | 2024-11-18T19:01:22.561Z | Packages to install: 4 |
129 | 2024-11-18T19:01:22.561Z | Packages to update: 1 |
130 | 2024-11-18T19:01:22.564Z | Mediators to change: 2 |
131 | 2024-11-18T19:01:22.564Z | Services to change: 1 |
132 | 2024-11-18T19:01:22.564Z | Estimated space available: 155.64 GB |
133 | 2024-11-18T19:01:22.564Z | Estimated space to be consumed: 1.60 GB |
134 | 2024-11-18T19:01:22.564Z | Create boot environment: No |
135 | 2024-11-18T19:01:22.564Z | Create backup boot environment: Yes |
136 | 2024-11-18T19:01:22.564Z | Rebuild boot archive: No |
137 | 2024-11-18T19:01:22.564Z | |
138 | 2024-11-18T19:01:22.564Z | Changed mediators: |
139 | 2024-11-18T19:01:22.565Z | mediator clang: |
140 | 2024-11-18T19:01:22.565Z | version: None -> 15 (system default) |
141 | 2024-11-18T19:01:22.565Z | |
142 | 2024-11-18T19:01:22.565Z | mediator llvm: |
143 | 2024-11-18T19:01:22.565Z | version: 14 (system default) -> 15 (system default) |
144 | 2024-11-18T19:01:22.565Z | |
145 | 2024-11-18T19:01:22.565Z | Changed packages: |
146 | 2024-11-18T19:01:22.565Z | helios-dev |
147 | 2024-11-18T19:01:22.565Z | developer/build-essential |
148 | 2024-11-18T19:01:22.565Z | None -> 11-2.0 |
149 | 2024-11-18T19:01:22.565Z | library/libxmlsec1 |
150 | 2024-11-18T19:01:22.565Z | None -> 1.2.35-2.0 |
151 | 2024-11-18T19:01:22.565Z | ooce/developer/clang-15 |
152 | 2024-11-18T19:01:22.565Z | None -> 15.0.7-2.0 |
153 | 2024-11-18T19:01:22.565Z | ooce/developer/llvm-15 |
154 | 2024-11-18T19:01:22.565Z | None -> 15.0.7-2.0 |
155 | 2024-11-18T19:01:22.565Z | package/pkg |
156 | 2024-11-18T19:01:22.565Z | 0.5.11-2.0 -> 0.5.11-2.1.6412 |
157 | 2024-11-18T19:01:22.565Z | |
158 | 2024-11-18T19:01:22.566Z | Services: |
159 | 2024-11-18T19:01:22.566Z | restart_fmri: |
160 | 2024-11-18T19:01:22.566Z | svc:/system/update-man-index:default |
161 | 2024-11-18T19:01:22.566Z | |
162 | 2024-11-18T19:01:22.566Z | Editable files to change: |
163 | 2024-11-18T19:01:22.566Z | Update: |
164 | 2024-11-18T19:01:22.566Z | usr/share/lib/pkg/web/config.shtml |
165 | 2024-11-18T19:01:22.642Z | |
166 | 2024-11-18T19:01:22.642Z | Download: 0/4281 items 0.0/220.6MB 0% complete |
167 | 2024-11-18T19:01:27.647Z | Download: 1041/4281 items 19.7/220.6MB 8% complete (4.0M/s) |
168 | 2024-11-18T19:01:32.648Z | Download: 1893/4281 items 118.6/220.6MB 53% complete (12.0M/s) |
169 | 2024-11-18T19:01:37.652Z | Download: 2698/4281 items 120.7/220.6MB 54% complete (10.1M/s) |
170 | 2024-11-18T19:01:43.051Z | Download: 3281/4281 items 211.0/220.6MB 95% complete (9.2M/s) |
171 | 2024-11-18T19:01:47.456Z | Download: Completed 220.60 MB in 24.52 seconds (9.0M/s) |
172 | 2024-11-18T19:01:49.321Z | Actions: 1/5063 actions (Removing old actions) |
173 | 2024-11-18T19:01:49.346Z | Actions: 194/5063 actions (Installing new actions) |
174 | 2024-11-18T19:01:54.049Z | Actions: 4226/5063 actions (Updating modified actions) |
175 | 2024-11-18T19:01:54.359Z | Actions: Completed 5063 actions in 4.98 seconds. |
176 | 2024-11-18T19:01:54.551Z | Done (0.210s) |
177 | 2024-11-18T19:01:54.698Z | Done (0.000s) |
178 | 2024-11-18T19:01:55.106Z | Done (0.533s) |
179 | 2024-11-18T19:01:59.497Z | Done (4.229s) |
180 | 2024-11-18T19:01:59.586Z | Done (0.017s) |
181 | 2024-11-18T19:01:59.590Z | Done (0.000s) |
182 | 2024-11-18T19:01:59.734Z | Done (0.000s) |
183 | 2024-11-18T19:02:00.403Z | Planning: Evaluating mediator changes ... Done |
184 | 2024-11-18T19:02:00.562Z | Planning: Checking for conflicting actions ... Done |
185 | 2024-11-18T19:02:00.564Z | Planning: Consolidating action changes ... Done |
186 | 2024-11-18T19:02:00.827Z | Planning: Evaluating mediators ... Done |
187 | 2024-11-18T19:02:00.830Z | Planning: Planning completed in 0.43 seconds |
188 | 2024-11-18T19:02:00.868Z | Mediators to change: 2 |
189 | 2024-11-18T19:02:00.868Z | Create boot environment: No |
190 | 2024-11-18T19:02:00.872Z | Create backup boot environment: No |
191 | 2024-11-18T19:02:00.948Z | Done |
192 | 2024-11-18T19:02:00.948Z | Done |
193 | 2024-11-18T19:02:01.282Z | Done |
194 | 2024-11-18T19:02:04.909Z | Done |
195 | 2024-11-18T19:02:04.994Z | Done |
196 | 2024-11-18T19:02:04.997Z | Done |
197 | 2024-11-18T19:02:05.100Z | Done |
198 | 2024-11-18T19:02:05.704Z | Planning: Evaluating mediator changes ... Done |
199 | 2024-11-18T19:02:05.707Z | Planning: Merging actions ... Done |
200 | 2024-11-18T19:02:05.894Z | Planning: Checking for conflicting actions ... Done |
201 | 2024-11-18T19:02:05.896Z | Planning: Consolidating action changes ... Done |
202 | 2024-11-18T19:02:06.171Z | Planning: Evaluating mediators ... Done |
203 | 2024-11-18T19:02:06.219Z | Planning: Planning completed in 0.74 seconds |
204 | 2024-11-18T19:02:06.268Z | Packages to change: 1 |
205 | 2024-11-18T19:02:06.269Z | Mediators to change: 1 |
206 | 2024-11-18T19:02:06.306Z | Services to change: 1 |
207 | 2024-11-18T19:02:06.306Z | Create boot environment: No |
208 | 2024-11-18T19:02:06.306Z | Create backup boot environment: Yes |
209 | 2024-11-18T19:02:08.403Z | Actions: 1/6 actions (Updating modified actions) |
210 | 2024-11-18T19:02:08.408Z | Actions: Completed 6 actions in 0.00 seconds. |
211 | 2024-11-18T19:02:08.408Z | Done |
212 | 2024-11-18T19:02:08.408Z | Done |
213 | 2024-11-18T19:02:08.513Z | Done |
214 | 2024-11-18T19:02:12.150Z | Done |
215 | 2024-11-18T19:02:12.241Z | Done |
216 | 2024-11-18T19:02:12.245Z | Done |
217 | 2024-11-18T19:02:12.352Z | Done |
218 | 2024-11-18T19:02:12.780Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
219 | 2024-11-18T19:02:12.780Z | clang system 15 system |
220 | 2024-11-18T19:02:12.780Z | csh system system illumos |
221 | 2024-11-18T19:02:12.780Z | ctags system system illumos |
222 | 2024-11-18T19:02:12.780Z | gcc vendor 12 vendor |
223 | 2024-11-18T19:02:12.780Z | gcc system 10 system |
224 | 2024-11-18T19:02:12.780Z | gcc system 7 system |
225 | 2024-11-18T19:02:12.780Z | go system 1.20 system |
226 | 2024-11-18T19:02:12.780Z | go system 1.19 system |
227 | 2024-11-18T19:02:12.780Z | llvm system 15 system |
228 | 2024-11-18T19:02:12.780Z | llvm system 14 system |
229 | 2024-11-18T19:02:12.780Z | mariadb system 10.6 system |
230 | 2024-11-18T19:02:12.780Z | mta vendor vendor dma |
231 | 2024-11-18T19:02:12.781Z | openjdk system 17 system |
232 | 2024-11-18T19:02:12.781Z | openjdk system 11 system |
233 | 2024-11-18T19:02:12.781Z | openjdk system 1.8 system |
234 | 2024-11-18T19:02:12.781Z | openssl vendor 3 vendor |
235 | 2024-11-18T19:02:12.781Z | perl system 5.36 system |
236 | 2024-11-18T19:02:12.781Z | postgresql system 15 system |
237 | 2024-11-18T19:02:12.781Z | postgresql system 13 system |
238 | 2024-11-18T19:02:12.781Z | python vendor 3 vendor |
239 | 2024-11-18T19:02:12.781Z | python system 2 system |
240 | 2024-11-18T19:02:12.781Z | python3 system 3.11 system |
241 | 2024-11-18T19:02:12.781Z | ruby system 3.0 system |
242 | 2024-11-18T19:02:12.781Z | words vendor vendor american-english |
243 | 2024-11-18T19:02:12.781Z | words system system australian-english |
244 | 2024-11-18T19:02:12.781Z | words system system british-english |
245 | 2024-11-18T19:02:12.781Z | words system system canadian-english |
246 | 2024-11-18T19:02:12.781Z | words system system french |
247 | 2024-11-18T19:02:12.781Z | words system system italian |
248 | 2024-11-18T19:02:12.781Z | words system system ngerman |
249 | 2024-11-18T19:02:12.781Z | words system system ogerman |
250 | 2024-11-18T19:02:12.781Z | words system system spanish |
251 | 2024-11-18T19:02:13.107Z | PUBLISHER TYPE STATUS P LOCATION |
252 | 2024-11-18T19:02:13.107Z | helios-dev origin online F https://pkg.oxide.computer/helios/2/dev/ |
253 | 2024-11-18T19:02:15.620Z | FMRI IFO |
254 | 2024-11-18T19:02:15.620Z | pkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im- |
255 | 2024-11-18T19:02:15.620Z | pkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i-- |
256 | 2024-11-18T19:02:15.620Z | pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im- |
257 | 2024-11-18T19:02:15.620Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im- |
258 | 2024-11-18T19:02:15.620Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z --- |
259 | 2024-11-18T19:02:15.620Z | pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i-- |
260 | 2024-11-18T19:02:15.620Z | pkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z im- |
261 | 2024-11-18T19:02:15.620Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z --- |
262 | 2024-11-18T19:02:15.620Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z --- |
263 | 2024-11-18T19:02:15.620Z | pkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z --- |
264 | 2024-11-18T19:02:15.621Z | pkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z i-- |
265 | 2024-11-18T19:02:15.621Z | pkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z --- |
266 | 2024-11-18T19:02:15.621Z | pkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z --- |
267 | 2024-11-18T19:02:15.621Z | pkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z i-- |
268 | 2024-11-18T19:02:15.621Z | pkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z --- |
269 | 2024-11-18T19:02:16.336Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
270 | 2024-11-18T19:02:16.619Z | Updating crates.io index |
271 | 2024-11-18T19:02:16.621Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
272 | 2024-11-18T19:02:17.476Z | Updating git repository `https://github.com/oxidecomputer/oxnet` |
273 | 2024-11-18T19:02:17.740Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
274 | 2024-11-18T19:02:18.016Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
275 | 2024-11-18T19:02:18.297Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
276 | 2024-11-18T19:02:19.169Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
277 | 2024-11-18T19:02:21.556Z | Updating git repository `https://github.com/oxidecomputer/opte` |
278 | 2024-11-18T19:02:22.638Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
279 | 2024-11-18T19:02:23.368Z | Updating git repository `https://github.com/oxidecomputer/clickward` |
280 | 2024-11-18T19:02:23.670Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
281 | 2024-11-18T19:02:24.019Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
282 | 2024-11-18T19:02:24.586Z | Updating git repository `https://github.com/oxidecomputer/libipcc` |
283 | 2024-11-18T19:02:24.936Z | Updating git repository `https://github.com/oxidecomputer/sprockets.git` |
284 | 2024-11-18T19:02:25.335Z | Updating git repository `https://github.com/oxidecomputer/tofino` |
285 | 2024-11-18T19:02:25.603Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
286 | 2024-11-18T19:02:25.841Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
287 | 2024-11-18T19:02:26.112Z | Updating git repository `https://github.com/oxidecomputer/libnvme` |
288 | 2024-11-18T19:02:26.384Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
289 | 2024-11-18T19:02:26.798Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
290 | 2024-11-18T19:02:27.085Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
291 | 2024-11-18T19:02:27.469Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
292 | 2024-11-18T19:02:27.946Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
293 | 2024-11-18T19:02:28.213Z | Updating git repository `https://github.com/oxidecomputer/dice-util` |
294 | 2024-11-18T19:02:28.576Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
295 | 2024-11-18T19:02:28.977Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
296 | 2024-11-18T19:02:29.421Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
297 | 2024-11-18T19:02:29.713Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
298 | 2024-11-18T19:02:31.110Z | Downloading crates ... |
299 | 2024-11-18T19:02:31.207Z | Downloaded anstyle v1.0.10 |
300 | 2024-11-18T19:02:31.217Z | Downloaded anstream v0.6.15 |
301 | 2024-11-18T19:02:31.221Z | Downloaded crypto-common v0.1.6 |
302 | 2024-11-18T19:02:31.225Z | Downloaded autocfg v1.4.0 |
303 | 2024-11-18T19:02:31.227Z | Downloaded cfg-if v1.0.0 |
304 | 2024-11-18T19:02:31.230Z | Downloaded byteorder v1.5.0 |
305 | 2024-11-18T19:02:31.230Z | Downloaded cargo-platform v0.1.8 |
306 | 2024-11-18T19:02:31.232Z | Downloaded equivalent v1.0.1 |
307 | 2024-11-18T19:02:31.235Z | Downloaded clap_lex v0.7.2 |
308 | 2024-11-18T19:02:31.238Z | Downloaded camino-tempfile v1.1.1 |
309 | 2024-11-18T19:02:31.240Z | Downloaded camino v1.1.9 |
310 | 2024-11-18T19:02:31.244Z | Downloaded bitflags v2.6.0 |
311 | 2024-11-18T19:02:31.248Z | Downloaded cargo_toml v0.20.5 |
312 | 2024-11-18T19:02:31.250Z | Downloaded anyhow v1.0.93 |
313 | 2024-11-18T19:02:31.253Z | Downloaded log v0.4.22 |
314 | 2024-11-18T19:02:31.255Z | Downloaded anstyle-query v1.1.1 |
315 | 2024-11-18T19:02:31.258Z | Downloaded is_terminal_polyfill v1.70.1 |
316 | 2024-11-18T19:02:31.258Z | Downloaded dtrace-parser v0.2.0 |
317 | 2024-11-18T19:02:31.258Z | Downloaded dof v0.3.0 |
318 | 2024-11-18T19:02:31.260Z | Downloaded colorchoice v1.0.2 |
319 | 2024-11-18T19:02:31.260Z | Downloaded bytecount v0.6.8 |
320 | 2024-11-18T19:02:31.263Z | Downloaded heck v0.5.0 |
321 | 2024-11-18T19:02:31.265Z | Downloaded clap v4.5.21 |
322 | 2024-11-18T19:02:31.271Z | Downloaded usdt-attr-macro v0.5.0 |
323 | 2024-11-18T19:02:31.273Z | Downloaded cpufeatures v0.2.14 |
324 | 2024-11-18T19:02:31.276Z | Downloaded pretty-hex v0.4.1 |
325 | 2024-11-18T19:02:31.276Z | Downloaded terminal_size v0.4.0 |
326 | 2024-11-18T19:02:31.276Z | Downloaded plain v0.2.3 |
327 | 2024-11-18T19:02:31.278Z | Downloaded block-buffer v0.10.4 |
328 | 2024-11-18T19:02:31.278Z | Downloaded swrite v0.1.0 |
329 | 2024-11-18T19:02:31.281Z | Downloaded cargo_metadata v0.18.1 |
330 | 2024-11-18T19:02:31.283Z | Downloaded proc-macro-error-attr v1.0.4 |
331 | 2024-11-18T19:02:31.283Z | Downloaded macaddr v1.0.1 |
332 | 2024-11-18T19:02:31.286Z | Downloaded fastrand v2.1.1 |
333 | 2024-11-18T19:02:31.289Z | Downloaded anstyle-parse v0.2.5 |
334 | 2024-11-18T19:02:31.292Z | Downloaded proc-macro-error v1.0.4 |
335 | 2024-11-18T19:02:31.294Z | Downloaded digest v0.10.7 |
336 | 2024-11-18T19:02:31.299Z | Downloaded usdt-macro v0.5.0 |
337 | 2024-11-18T19:02:31.302Z | Downloaded scroll_derive v0.12.0 |
338 | 2024-11-18T19:02:31.324Z | Downloaded usdt-impl v0.5.0 |
339 | 2024-11-18T19:02:31.326Z | Downloaded pest_derive v2.7.14 |
340 | 2024-11-18T19:02:31.332Z | Downloaded sha2 v0.10.8 |
341 | 2024-11-18T19:02:31.334Z | Downloaded thiserror-impl v1.0.69 |
342 | 2024-11-18T19:02:31.336Z | Downloaded serde_spanned v0.6.8 |
343 | 2024-11-18T19:02:31.337Z | Downloaded pest_generator v2.7.14 |
344 | 2024-11-18T19:02:31.339Z | Downloaded heck v0.4.1 |
345 | 2024-11-18T19:02:31.339Z | Downloaded fs-err v2.11.0 |
346 | 2024-11-18T19:02:31.341Z | Downloaded itoa v1.0.11 |
347 | 2024-11-18T19:02:31.343Z | Downloaded memmap v0.7.0 |
348 | 2024-11-18T19:02:31.349Z | Downloaded thread-id v4.2.2 |
349 | 2024-11-18T19:02:31.351Z | Downloaded generic-array v0.14.7 |
350 | 2024-11-18T19:02:31.353Z | Downloaded usdt v0.5.0 |
351 | 2024-11-18T19:02:31.354Z | Downloaded toml_datetime v0.6.8 |
352 | 2024-11-18T19:02:31.356Z | Downloaded pest_meta v2.7.14 |
353 | 2024-11-18T19:02:31.356Z | Downloaded fnv v1.0.7 |
354 | 2024-11-18T19:02:31.358Z | Downloaded scroll v0.12.0 |
355 | 2024-11-18T19:02:31.359Z | Downloaded once_cell v1.20.2 |
356 | 2024-11-18T19:02:31.361Z | Downloaded version_check v0.9.5 |
357 | 2024-11-18T19:02:31.363Z | Downloaded utf8parse v0.2.2 |
358 | 2024-11-18T19:02:31.363Z | Downloaded unicode-linebreak v0.1.5 |
359 | 2024-11-18T19:02:31.363Z | Downloaded thiserror v1.0.69 |
360 | 2024-11-18T19:02:31.368Z | Downloaded papergrid v0.11.0 |
361 | 2024-11-18T19:02:31.372Z | Downloaded clap_derive v4.5.18 |
362 | 2024-11-18T19:02:31.374Z | Downloaded tabled_derive v0.7.0 |
363 | 2024-11-18T19:02:31.376Z | Downloaded strsim v0.11.1 |
364 | 2024-11-18T19:02:31.377Z | Downloaded errno v0.3.9 |
365 | 2024-11-18T19:02:31.379Z | Downloaded quote v1.0.37 |
366 | 2024-11-18T19:02:31.381Z | Downloaded smawk v0.3.2 |
367 | 2024-11-18T19:02:31.381Z | Downloaded serde_tokenstream v0.2.2 |
368 | 2024-11-18T19:02:31.384Z | Downloaded semver v1.0.23 |
369 | 2024-11-18T19:02:31.386Z | Downloaded zerocopy-derive v0.7.35 |
370 | 2024-11-18T19:02:31.390Z | Downloaded tempfile v3.13.0 |
371 | 2024-11-18T19:02:31.394Z | Downloaded textwrap v0.16.1 |
372 | 2024-11-18T19:02:31.403Z | Downloaded proc-macro2 v1.0.89 |
373 | 2024-11-18T19:02:31.409Z | Downloaded typenum v1.17.0 |
374 | 2024-11-18T19:02:31.412Z | Downloaded unicode-ident v1.0.13 |
375 | 2024-11-18T19:02:31.415Z | Downloaded ucd-trie v0.1.7 |
376 | 2024-11-18T19:02:31.418Z | Downloaded toml v0.8.19 |
377 | 2024-11-18T19:02:31.420Z | Downloaded ryu v1.0.18 |
378 | 2024-11-18T19:02:31.427Z | Downloaded serde_derive v1.0.215 |
379 | 2024-11-18T19:02:31.438Z | Downloaded indexmap v2.6.0 |
380 | 2024-11-18T19:02:31.446Z | Downloaded serde v1.0.215 |
381 | 2024-11-18T19:02:31.466Z | Downloaded memchr v2.7.4 |
382 | 2024-11-18T19:02:31.472Z | Downloaded toml_edit v0.22.22 |
383 | 2024-11-18T19:02:31.662Z | Downloaded serde_json v1.0.132 |
384 | 2024-11-18T19:02:31.667Z | Downloaded pest v2.7.14 |
385 | 2024-11-18T19:02:31.667Z | Downloaded zerocopy v0.7.35 |
386 | 2024-11-18T19:02:31.667Z | Downloaded winnow v0.6.20 |
387 | 2024-11-18T19:02:31.667Z | Downloaded clap_builder v4.5.21 |
388 | 2024-11-18T19:02:31.667Z | Downloaded tabled v0.15.0 |
389 | 2024-11-18T19:02:31.667Z | Downloaded syn v1.0.109 |
390 | 2024-11-18T19:02:31.667Z | Downloaded goblin v0.8.2 |
391 | 2024-11-18T19:02:31.667Z | Downloaded syn v2.0.87 |
392 | 2024-11-18T19:02:31.667Z | Downloaded hashbrown v0.15.0 |
393 | 2024-11-18T19:02:31.667Z | Downloaded unicode-width v0.1.14 |
394 | 2024-11-18T19:02:31.667Z | Downloaded rustix v0.38.37 |
395 | 2024-11-18T19:02:31.667Z | Downloaded libc v0.2.162 |
396 | 2024-11-18T19:02:31.945Z | Compiling proc-macro2 v1.0.89 |
397 | 2024-11-18T19:02:31.945Z | Compiling unicode-ident v1.0.13 |
398 | 2024-11-18T19:02:31.948Z | Compiling serde v1.0.215 |
399 | 2024-11-18T19:02:31.948Z | Compiling version_check v0.9.5 |
400 | 2024-11-18T19:02:31.948Z | Compiling thiserror v1.0.69 |
401 | 2024-11-18T19:02:31.948Z | Compiling memchr v2.7.4 |
402 | 2024-11-18T19:02:31.948Z | Compiling libc v0.2.162 |
403 | 2024-11-18T19:02:31.948Z | Compiling ucd-trie v0.1.7 |
404 | 2024-11-18T19:02:32.248Z | Compiling itoa v1.0.11 |
405 | 2024-11-18T19:02:32.496Z | Compiling ryu v1.0.18 |
406 | 2024-11-18T19:02:32.747Z | Compiling once_cell v1.20.2 |
407 | 2024-11-18T19:02:32.866Z | Compiling byteorder v1.5.0 |
408 | 2024-11-18T19:02:32.893Z | Compiling rustix v0.38.37 |
409 | 2024-11-18T19:02:33.032Z | Compiling serde_json v1.0.132 |
410 | 2024-11-18T19:02:33.215Z | Compiling bitflags v2.6.0 |
411 | 2024-11-18T19:02:33.398Z | Compiling usdt-impl v0.5.0 |
412 | 2024-11-18T19:02:33.640Z | Compiling proc-macro-error-attr v1.0.4 |
413 | 2024-11-18T19:02:33.705Z | Compiling syn v1.0.109 |
414 | 2024-11-18T19:02:33.786Z | Compiling quote v1.0.37 |
415 | 2024-11-18T19:02:33.811Z | Compiling proc-macro-error v1.0.4 |
416 | 2024-11-18T19:02:33.869Z | Compiling equivalent v1.0.1 |
417 | 2024-11-18T19:02:33.984Z | Compiling camino v1.1.9 |
418 | 2024-11-18T19:02:34.009Z | Compiling utf8parse v0.2.2 |
419 | 2024-11-18T19:02:34.085Z | Compiling plain v0.2.3 |
420 | 2024-11-18T19:02:34.167Z | Compiling syn v2.0.87 |
421 | 2024-11-18T19:02:34.243Z | Compiling errno v0.3.9 |
422 | 2024-11-18T19:02:34.382Z | Compiling hashbrown v0.15.0 |
423 | 2024-11-18T19:02:34.522Z | Compiling log v0.4.22 |
424 | 2024-11-18T19:02:34.689Z | Compiling anstyle-parse v0.2.5 |
425 | 2024-11-18T19:02:34.737Z | Compiling thread-id v4.2.2 |
426 | 2024-11-18T19:02:35.009Z | Compiling autocfg v1.4.0 |
427 | 2024-11-18T19:02:35.034Z | Compiling winnow v0.6.20 |
428 | 2024-11-18T19:02:35.249Z | Compiling is_terminal_polyfill v1.70.1 |
429 | 2024-11-18T19:02:35.388Z | Compiling pretty-hex v0.4.1 |
430 | 2024-11-18T19:02:35.584Z | Compiling indexmap v2.6.0 |
431 | 2024-11-18T19:02:35.584Z | Compiling anstyle-query v1.1.1 |
432 | 2024-11-18T19:02:35.628Z | Compiling semver v1.0.23 |
433 | 2024-11-18T19:02:35.738Z | Compiling unicode-width v0.1.14 |
434 | 2024-11-18T19:02:36.151Z | Compiling anstyle v1.0.10 |
435 | 2024-11-18T19:02:36.211Z | Compiling colorchoice v1.0.2 |
436 | 2024-11-18T19:02:36.269Z | Compiling fs-err v2.11.0 |
437 | 2024-11-18T19:02:36.565Z | Compiling anstream v0.6.15 |
438 | 2024-11-18T19:02:36.596Z | Compiling terminal_size v0.4.0 |
439 | 2024-11-18T19:02:36.736Z | Compiling bytecount v0.6.8 |
440 | 2024-11-18T19:02:36.792Z | Compiling fnv v1.0.7 |
441 | 2024-11-18T19:02:36.931Z | Compiling heck v0.5.0 |
442 | 2024-11-18T19:02:36.958Z | Compiling fastrand v2.1.1 |
443 | 2024-11-18T19:02:36.982Z | Compiling strsim v0.11.1 |
444 | 2024-11-18T19:02:37.437Z | Compiling clap_lex v0.7.2 |
445 | 2024-11-18T19:02:37.485Z | Compiling heck v0.4.1 |
446 | 2024-11-18T19:02:37.565Z | Compiling anyhow v1.0.93 |
447 | 2024-11-18T19:02:37.962Z | Compiling cfg-if v1.0.0 |
448 | 2024-11-18T19:02:38.016Z | Compiling clap_builder v4.5.21 |
449 | 2024-11-18T19:02:38.052Z | Compiling papergrid v0.11.0 |
450 | 2024-11-18T19:02:38.233Z | Compiling memmap v0.7.0 |
451 | 2024-11-18T19:02:38.409Z | Compiling tempfile v3.13.0 |
452 | 2024-11-18T19:02:38.565Z | Compiling smawk v0.3.2 |
453 | 2024-11-18T19:02:38.609Z | Compiling unicode-linebreak v0.1.5 |
454 | 2024-11-18T19:02:39.086Z | Compiling textwrap v0.16.1 |
455 | 2024-11-18T19:02:39.259Z | Compiling swrite v0.1.0 |
456 | 2024-11-18T19:02:40.297Z | Compiling tabled_derive v0.7.0 |
457 | 2024-11-18T19:02:41.947Z | Compiling tabled v0.15.0 |
458 | 2024-11-18T19:02:43.001Z | Compiling serde_derive v1.0.215 |
459 | 2024-11-18T19:02:43.005Z | Compiling thiserror-impl v1.0.69 |
460 | 2024-11-18T19:02:43.005Z | Compiling zerocopy-derive v0.7.35 |
461 | 2024-11-18T19:02:43.005Z | Compiling scroll_derive v0.12.0 |
462 | 2024-11-18T19:02:43.368Z | Compiling clap_derive v4.5.18 |
463 | 2024-11-18T19:02:44.477Z | Compiling scroll v0.12.0 |
464 | 2024-11-18T19:02:44.962Z | Compiling goblin v0.8.2 |
465 | 2024-11-18T19:02:45.089Z | Compiling zerocopy v0.7.35 |
466 | 2024-11-18T19:02:45.900Z | Compiling pest v2.7.14 |
467 | 2024-11-18T19:02:47.067Z | Compiling clap v4.5.21 |
468 | 2024-11-18T19:02:48.174Z | Compiling pest_meta v2.7.14 |
469 | 2024-11-18T19:02:49.036Z | Compiling pest_generator v2.7.14 |
470 | 2024-11-18T19:02:50.911Z | Compiling pest_derive v2.7.14 |
471 | 2024-11-18T19:02:51.622Z | Compiling dtrace-parser v0.2.0 |
472 | 2024-11-18T19:02:53.257Z | Compiling serde_spanned v0.6.8 |
473 | 2024-11-18T19:02:53.257Z | Compiling toml_datetime v0.6.8 |
474 | 2024-11-18T19:02:53.259Z | Compiling cargo-platform v0.1.8 |
475 | 2024-11-18T19:02:53.638Z | Compiling serde_tokenstream v0.2.2 |
476 | 2024-11-18T19:02:53.726Z | Compiling toml_edit v0.22.22 |
477 | 2024-11-18T19:02:53.824Z | Compiling macaddr v1.0.1 |
478 | 2024-11-18T19:02:54.006Z | Compiling camino-tempfile v1.1.1 |
479 | 2024-11-18T19:02:54.711Z | Compiling dof v0.3.0 |
480 | 2024-11-18T19:02:54.711Z | Compiling cargo_metadata v0.18.1 |
481 | 2024-11-18T19:02:56.477Z | Compiling toml v0.8.19 |
482 | 2024-11-18T19:02:56.722Z | Compiling usdt-macro v0.5.0 |
483 | 2024-11-18T19:02:56.723Z | Compiling usdt-attr-macro v0.5.0 |
484 | 2024-11-18T19:02:57.318Z | Compiling cargo_toml v0.20.5 |
485 | 2024-11-18T19:02:58.113Z | Compiling usdt v0.5.0 |
486 | 2024-11-18T19:03:00.776Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
487 | 2024-11-18T19:03:04.883Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 48.76s |
488 | 2024-11-18T19:03:05.133Z | Running `target/debug/xtask download cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
489 | 2024-11-18T19:03:05.648Z | Downloading crates ... |
490 | 2024-11-18T19:03:05.763Z | Downloaded adler2 v2.0.0 |
491 | 2024-11-18T19:03:05.788Z | Downloaded addr2line v0.24.2 |
492 | 2024-11-18T19:03:05.788Z | Downloaded aead v0.5.2 |
493 | 2024-11-18T19:03:05.788Z | Downloaded argon2 v0.5.3 |
494 | 2024-11-18T19:03:05.788Z | Downloaded http-body v1.0.1 |
495 | 2024-11-18T19:03:05.791Z | Downloaded hickory-server v0.24.1 |
496 | 2024-11-18T19:03:05.794Z | Downloaded jobserver v0.1.32 |
497 | 2024-11-18T19:03:05.798Z | Downloaded aho-corasick v1.1.3 |
498 | 2024-11-18T19:03:05.801Z | Downloaded aes v0.8.4 |
499 | 2024-11-18T19:03:05.805Z | Downloaded aes-gcm v0.10.3 |
500 | 2024-11-18T19:03:05.808Z | Downloaded icu_locid v1.5.0 |
501 | 2024-11-18T19:03:05.813Z | Downloaded heck v0.3.3 |
502 | 2024-11-18T19:03:05.818Z | Downloaded darling v0.20.10 |
503 | 2024-11-18T19:03:05.822Z | Downloaded hex v0.4.3 |
504 | 2024-11-18T19:03:05.822Z | Downloaded arc-swap v1.7.1 |
505 | 2024-11-18T19:03:05.825Z | Downloaded heapless v0.7.17 |
506 | 2024-11-18T19:03:05.829Z | Downloaded ahash v0.8.11 |
507 | 2024-11-18T19:03:05.833Z | Downloaded heapless v0.8.0 |
508 | 2024-11-18T19:03:05.837Z | Downloaded http-range v0.1.5 |
509 | 2024-11-18T19:03:05.837Z | Downloaded arrayref v0.3.9 |
510 | 2024-11-18T19:03:05.844Z | Downloaded http v1.1.0 |
511 | 2024-11-18T19:03:05.852Z | Downloaded async-recursion v1.1.1 |
512 | 2024-11-18T19:03:05.852Z | Downloaded hubpack v0.1.2 |
513 | 2024-11-18T19:03:05.852Z | Downloaded atty v0.2.14 |
514 | 2024-11-18T19:03:05.852Z | Downloaded async-stream-impl v0.3.6 |
515 | 2024-11-18T19:03:05.852Z | Downloaded backoff v0.4.0 |
516 | 2024-11-18T19:03:05.858Z | Downloaded hickory-resolver v0.24.1 |
517 | 2024-11-18T19:03:05.864Z | Downloaded hyper-rustls v0.27.3 |
518 | 2024-11-18T19:03:05.864Z | Downloaded atomicwrites v0.4.4 |
519 | 2024-11-18T19:03:05.868Z | Downloaded atomic-waker v1.1.2 |
520 | 2024-11-18T19:03:05.868Z | Downloaded httparse v1.9.5 |
521 | 2024-11-18T19:03:05.868Z | Downloaded base64 v0.21.7 |
522 | 2024-11-18T19:03:05.872Z | Downloaded hyper-staticfile v0.10.1 |
523 | 2024-11-18T19:03:05.875Z | Downloaded hyper v1.5.0 |
524 | 2024-11-18T19:03:05.883Z | Downloaded hubpack_derive v0.1.1 |
525 | 2024-11-18T19:03:05.887Z | Downloaded hkdf v0.12.4 |
526 | 2024-11-18T19:03:05.890Z | Downloaded ident_case v1.0.1 |
527 | 2024-11-18T19:03:05.895Z | Downloaded cfg_aliases v0.2.1 |
528 | 2024-11-18T19:03:05.895Z | Downloaded cfg_aliases v0.1.1 |
529 | 2024-11-18T19:03:05.898Z | Downloaded instant v0.1.13 |
530 | 2024-11-18T19:03:05.912Z | Downloaded bb8 v0.8.5 |
531 | 2024-11-18T19:03:05.912Z | Downloaded assert_matches v1.5.0 |
532 | 2024-11-18T19:03:05.912Z | Downloaded async-stream v0.3.6 |
533 | 2024-11-18T19:03:05.912Z | Downloaded is_ci v1.2.0 |
534 | 2024-11-18T19:03:05.941Z | Downloaded hyper-tls v0.6.0 |
535 | 2024-11-18T19:03:05.941Z | Downloaded convert_case v0.4.0 |
536 | 2024-11-18T19:03:05.941Z | Downloaded hostname v0.3.1 |
537 | 2024-11-18T19:03:05.941Z | Downloaded humantime v2.1.0 |
538 | 2024-11-18T19:03:05.941Z | Downloaded matches v0.1.10 |
539 | 2024-11-18T19:03:05.941Z | Downloaded block-padding v0.3.3 |
540 | 2024-11-18T19:03:05.943Z | Downloaded bit-vec v0.6.3 |
541 | 2024-11-18T19:03:05.943Z | Downloaded ciborium-ll v0.2.2 |
542 | 2024-11-18T19:03:05.943Z | Downloaded md5 v0.7.0 |
543 | 2024-11-18T19:03:05.948Z | Downloaded icu_provider_macros v1.5.0 |
544 | 2024-11-18T19:03:05.948Z | Downloaded cobs v0.2.3 |
545 | 2024-11-18T19:03:05.948Z | Downloaded cstr-argument v0.1.2 |
546 | 2024-11-18T19:03:05.948Z | Downloaded crunchy v0.2.2 |
547 | 2024-11-18T19:03:05.948Z | Downloaded lalrpop-util v0.19.12 |
548 | 2024-11-18T19:03:05.948Z | Downloaded http-body-util v0.1.2 |
549 | 2024-11-18T19:03:05.948Z | Downloaded progenitor-client v0.8.0 |
550 | 2024-11-18T19:03:05.948Z | Downloaded headers-core v0.3.0 |
551 | 2024-11-18T19:03:05.948Z | Downloaded ciborium-io v0.2.2 |
552 | 2024-11-18T19:03:05.948Z | Downloaded lazy_static v1.5.0 |
553 | 2024-11-18T19:03:05.948Z | Downloaded bcrypt-pbkdf v0.10.0 |
554 | 2024-11-18T19:03:05.948Z | Downloaded impl-trait-for-tuples v0.2.2 |
555 | 2024-11-18T19:03:05.949Z | Downloaded managed v0.8.0 |
556 | 2024-11-18T19:03:05.949Z | Downloaded lazycell v1.3.0 |
557 | 2024-11-18T19:03:05.949Z | Downloaded constant_time_eq v0.3.1 |
558 | 2024-11-18T19:03:05.949Z | Downloaded cmake v0.1.51 |
559 | 2024-11-18T19:03:05.949Z | Downloaded match_cfg v0.1.0 |
560 | 2024-11-18T19:03:05.950Z | Downloaded hickory-client v0.24.1 |
561 | 2024-11-18T19:03:05.953Z | Downloaded cexpr v0.6.0 |
562 | 2024-11-18T19:03:05.953Z | Downloaded lru v0.12.5 |
563 | 2024-11-18T19:03:05.953Z | Downloaded kstat-rs v0.2.4 |
564 | 2024-11-18T19:03:05.953Z | Downloaded cbc v0.1.2 |
565 | 2024-11-18T19:03:05.956Z | Downloaded md-5 v0.10.6 |
566 | 2024-11-18T19:03:05.960Z | Downloaded maplit v1.0.2 |
567 | 2024-11-18T19:03:05.960Z | Downloaded lru-cache v0.1.2 |
568 | 2024-11-18T19:03:05.963Z | Downloaded linked-hash-map v0.5.6 |
569 | 2024-11-18T19:03:05.963Z | Downloaded base64ct v1.6.0 |
570 | 2024-11-18T19:03:05.967Z | Downloaded try-lock v0.2.5 |
571 | 2024-11-18T19:03:05.970Z | Downloaded lockfree-object-pool v0.1.6 |
572 | 2024-11-18T19:03:05.970Z | Downloaded tower-service v0.3.3 |
573 | 2024-11-18T19:03:05.970Z | Downloaded termtree v0.4.1 |
574 | 2024-11-18T19:03:05.972Z | Downloaded memoffset v0.9.1 |
575 | 2024-11-18T19:03:05.975Z | Downloaded maybe-uninit v2.0.0 |
576 | 2024-11-18T19:03:05.975Z | Downloaded libsw v3.3.1 |
577 | 2024-11-18T19:03:05.978Z | Downloaded ctr v0.9.2 |
578 | 2024-11-18T19:03:05.980Z | Downloaded lock_api v0.4.12 |
579 | 2024-11-18T19:03:05.985Z | Downloaded unicode-truncate v1.1.0 |
580 | 2024-11-18T19:03:05.985Z | Downloaded want v0.3.1 |
581 | 2024-11-18T19:03:05.988Z | Downloaded quinn-udp v0.5.5 |
582 | 2024-11-18T19:03:05.988Z | Downloaded linear-map v1.2.0 |
583 | 2024-11-18T19:03:05.991Z | Downloaded const_format_proc_macros v0.2.33 |
584 | 2024-11-18T19:03:05.994Z | Downloaded xattr v1.3.1 |
585 | 2024-11-18T19:03:05.997Z | Downloaded cookie_store v0.21.0 |
586 | 2024-11-18T19:03:06.002Z | Downloaded dhcproto-macros v0.1.0 |
587 | 2024-11-18T19:03:06.002Z | Downloaded signature v2.2.0 |
588 | 2024-11-18T19:03:06.002Z | Downloaded slog-scope v4.4.0 |
589 | 2024-11-18T19:03:06.037Z | Downloaded slog-envlogger v2.2.0 |
590 | 2024-11-18T19:03:06.037Z | Downloaded termcolor v1.4.1 |
591 | 2024-11-18T19:03:06.037Z | Downloaded smallvec v0.6.14 |
592 | 2024-11-18T19:03:06.037Z | Downloaded console v0.15.8 |
593 | 2024-11-18T19:03:06.037Z | Downloaded cassowary v0.3.0 |
594 | 2024-11-18T19:03:06.037Z | Downloaded nodrop v0.1.14 |
595 | 2024-11-18T19:03:06.037Z | Downloaded foreign-types-macros v0.2.3 |
596 | 2024-11-18T19:03:06.037Z | Downloaded unicode-xid v0.2.6 |
597 | 2024-11-18T19:03:06.037Z | Downloaded mirai-annotations v1.12.0 |
598 | 2024-11-18T19:03:06.038Z | Downloaded unarray v0.1.4 |
599 | 2024-11-18T19:03:06.038Z | Downloaded mime_guess v2.0.5 |
600 | 2024-11-18T19:03:06.038Z | Downloaded structmeta v0.3.0 |
601 | 2024-11-18T19:03:06.038Z | Downloaded structmeta v0.2.0 |
602 | 2024-11-18T19:03:06.038Z | Downloaded csv-core v0.1.11 |
603 | 2024-11-18T19:03:06.038Z | Downloaded number_prefix v0.4.0 |
604 | 2024-11-18T19:03:06.038Z | Downloaded num_threads v0.1.7 |
605 | 2024-11-18T19:03:06.038Z | Downloaded icu_normalizer v1.5.0 |
606 | 2024-11-18T19:03:06.038Z | Downloaded parse-size v1.1.0 |
607 | 2024-11-18T19:03:06.038Z | Downloaded mime v0.3.17 |
608 | 2024-11-18T19:03:06.045Z | Downloaded iana-time-zone v0.1.61 |
609 | 2024-11-18T19:03:06.045Z | Downloaded xz2 v0.1.7 |
610 | 2024-11-18T19:03:06.045Z | Downloaded funty v2.0.0 |
611 | 2024-11-18T19:03:06.045Z | Downloaded embedded-io v0.4.0 |
612 | 2024-11-18T19:03:06.054Z | Downloaded zone_cfg_derive v0.1.2 |
613 | 2024-11-18T19:03:06.054Z | Downloaded zone v0.3.0 |
614 | 2024-11-18T19:03:06.054Z | Downloaded instability v0.3.2 |
615 | 2024-11-18T19:03:06.071Z | Downloaded dyn-clone v1.0.17 |
616 | 2024-11-18T19:03:06.071Z | Downloaded diesel-dtrace v0.3.0 |
617 | 2024-11-18T19:03:06.071Z | Downloaded serde_with_macros v3.11.0 |
618 | 2024-11-18T19:03:06.071Z | Downloaded tokio-rustls v0.25.0 |
619 | 2024-11-18T19:03:06.071Z | Downloaded crossbeam-epoch v0.9.18 |
620 | 2024-11-18T19:03:06.076Z | Downloaded take_mut v0.2.2 |
621 | 2024-11-18T19:03:06.076Z | Downloaded hyper-util v0.1.10 |
622 | 2024-11-18T19:03:06.076Z | Downloaded sync-ptr v0.1.1 |
623 | 2024-11-18T19:03:06.076Z | Downloaded flagset v0.4.6 |
624 | 2024-11-18T19:03:06.076Z | Downloaded group v0.13.0 |
625 | 2024-11-18T19:03:06.076Z | Downloaded fixedbitset v0.4.2 |
626 | 2024-11-18T19:03:06.081Z | Downloaded cancel-safe-futures v0.1.5 |
627 | 2024-11-18T19:03:06.081Z | Downloaded sync_wrapper v1.0.1 |
628 | 2024-11-18T19:03:06.086Z | Downloaded olpc-cjson v0.1.4 |
629 | 2024-11-18T19:03:06.086Z | Downloaded crossbeam-utils v0.8.20 |
630 | 2024-11-18T19:03:06.099Z | Downloaded fallible-streaming-iterator v0.1.9 |
631 | 2024-11-18T19:03:06.100Z | Downloaded num_enum_derive v0.5.11 |
632 | 2024-11-18T19:03:06.100Z | Downloaded num-derive v0.4.2 |
633 | 2024-11-18T19:03:06.107Z | Downloaded rand_core v0.6.4 |
634 | 2024-11-18T19:03:06.108Z | Downloaded bytes v1.8.0 |
635 | 2024-11-18T19:03:06.109Z | Downloaded rand_seeder v0.3.0 |
636 | 2024-11-18T19:03:06.109Z | Downloaded debug-ignore v1.0.5 |
637 | 2024-11-18T19:03:06.109Z | Downloaded rand_chacha v0.3.1 |
638 | 2024-11-18T19:03:06.109Z | Downloaded r2d2 v0.8.10 |
639 | 2024-11-18T19:03:06.109Z | Downloaded rustls-pki-types v1.9.0 |
640 | 2024-11-18T19:03:06.113Z | Downloaded crc-any v2.5.0 |
641 | 2024-11-18T19:03:06.123Z | Downloaded peg-runtime v0.8.3 |
642 | 2024-11-18T19:03:06.123Z | Downloaded secrecy v0.8.0 |
643 | 2024-11-18T19:03:06.123Z | Downloaded sigpipe v0.1.3 |
644 | 2024-11-18T19:03:06.135Z | Downloaded signal-hook-registry v1.4.2 |
645 | 2024-11-18T19:03:06.135Z | Downloaded strip-ansi-escapes v0.2.0 |
646 | 2024-11-18T19:03:06.135Z | Downloaded synstructure v0.13.1 |
647 | 2024-11-18T19:03:06.135Z | Downloaded tokio-native-tls v0.3.1 |
648 | 2024-11-18T19:03:06.135Z | Downloaded env_logger v0.11.5 |
649 | 2024-11-18T19:03:06.135Z | Downloaded mockall v0.13.0 |
650 | 2024-11-18T19:03:06.142Z | Downloaded icu_collections v1.5.0 |
651 | 2024-11-18T19:03:06.143Z | Downloaded typify-macro v0.2.0 |
652 | 2024-11-18T19:03:06.143Z | Downloaded tabwriter v1.4.0 |
653 | 2024-11-18T19:03:06.143Z | Downloaded utf16_iter v1.0.5 |
654 | 2024-11-18T19:03:06.143Z | Downloaded fd-lock v4.0.2 |
655 | 2024-11-18T19:03:06.151Z | Downloaded fallible-iterator v0.3.0 |
656 | 2024-11-18T19:03:06.152Z | Downloaded deranged v0.3.11 |
657 | 2024-11-18T19:03:06.152Z | Downloaded hash32 v0.3.1 |
658 | 2024-11-18T19:03:06.164Z | Downloaded crc32fast v1.4.2 |
659 | 2024-11-18T19:03:06.164Z | Downloaded hash32 v0.2.1 |
660 | 2024-11-18T19:03:06.164Z | Downloaded ff v0.13.0 |
661 | 2024-11-18T19:03:06.164Z | Downloaded defmt-parser v0.3.4 |
662 | 2024-11-18T19:03:06.164Z | Downloaded getrandom v0.2.15 |
663 | 2024-11-18T19:03:06.164Z | Downloaded gethostname v0.5.0 |
664 | 2024-11-18T19:03:06.164Z | Downloaded rustc-demangle v0.1.24 |
665 | 2024-11-18T19:03:06.172Z | Downloaded backtrace v0.3.74 |
666 | 2024-11-18T19:03:06.173Z | Downloaded time-core v0.1.2 |
667 | 2024-11-18T19:03:06.173Z | Downloaded num v0.4.3 |
668 | 2024-11-18T19:03:06.180Z | Downloaded tokio-rustls v0.24.1 |
669 | 2024-11-18T19:03:06.180Z | Downloaded shlex v1.3.0 |
670 | 2024-11-18T19:03:06.180Z | Downloaded vergen v8.3.2 |
671 | 2024-11-18T19:03:06.181Z | Downloaded pkg-config v0.3.31 |
672 | 2024-11-18T19:03:06.188Z | Downloaded pem v3.0.4 |
673 | 2024-11-18T19:03:06.188Z | Downloaded num-iter v0.1.45 |
674 | 2024-11-18T19:03:06.188Z | Downloaded const_format v0.2.33 |
675 | 2024-11-18T19:03:06.202Z | Downloaded derive_builder_macro v0.20.2 |
676 | 2024-11-18T19:03:06.209Z | Downloaded darling_macro v0.20.10 |
677 | 2024-11-18T19:03:06.209Z | Downloaded zone_cfg_derive v0.3.0 |
678 | 2024-11-18T19:03:06.209Z | Downloaded rusty-fork v0.3.0 |
679 | 2024-11-18T19:03:06.209Z | Downloaded rustversion v1.0.17 |
680 | 2024-11-18T19:03:06.215Z | Downloaded normalize-line-endings v0.3.0 |
681 | 2024-11-18T19:03:06.215Z | Downloaded zeroize_derive v1.4.2 |
682 | 2024-11-18T19:03:06.215Z | Downloaded vte v0.11.1 |
683 | 2024-11-18T19:03:06.215Z | Downloaded foreign-types-shared v0.3.1 |
684 | 2024-11-18T19:03:06.215Z | Downloaded foreign-types-shared v0.1.1 |
685 | 2024-11-18T19:03:06.218Z | Downloaded pem-rfc7468 v0.7.0 |
686 | 2024-11-18T19:03:06.218Z | Downloaded precomputed-hash v0.1.1 |
687 | 2024-11-18T19:03:06.221Z | Downloaded openssl-probe v0.1.5 |
688 | 2024-11-18T19:03:06.221Z | Downloaded tap v1.0.1 |
689 | 2024-11-18T19:03:06.221Z | Downloaded strum_macros v0.25.3 |
690 | 2024-11-18T19:03:06.235Z | Downloaded serde-big-array v0.5.1 |
691 | 2024-11-18T19:03:06.235Z | Downloaded crossbeam-channel v0.5.13 |
692 | 2024-11-18T19:03:06.235Z | Downloaded tiny-keccak v2.0.2 |
693 | 2024-11-18T19:03:06.235Z | Downloaded minimal-lexical v0.2.1 |
694 | 2024-11-18T19:03:06.247Z | Downloaded whoami v1.5.2 |
695 | 2024-11-18T19:03:06.247Z | Downloaded which v4.4.2 |
696 | 2024-11-18T19:03:06.247Z | Downloaded postgres-protocol v0.6.7 |
697 | 2024-11-18T19:03:06.247Z | Downloaded zerofrom v0.1.4 |
698 | 2024-11-18T19:03:06.265Z | Downloaded untrusted v0.7.1 |
699 | 2024-11-18T19:03:06.265Z | Downloaded crypto-bigint v0.5.5 |
700 | 2024-11-18T19:03:06.265Z | Downloaded oso-derive v0.27.3 |
701 | 2024-11-18T19:03:06.277Z | Downloaded newtype-uuid v1.1.3 |
702 | 2024-11-18T19:03:06.278Z | Downloaded fragile v2.0.0 |
703 | 2024-11-18T19:03:06.278Z | Downloaded form_urlencoded v1.2.1 |
704 | 2024-11-18T19:03:06.278Z | Downloaded data-encoding v2.6.0 |
705 | 2024-11-18T19:03:06.278Z | Downloaded foreign-types v0.5.0 |
706 | 2024-11-18T19:03:06.278Z | Downloaded fallible-iterator v0.2.0 |
707 | 2024-11-18T19:03:06.278Z | Downloaded postgres-types v0.2.8 |
708 | 2024-11-18T19:03:06.278Z | Downloaded pin-utils v0.1.0 |
709 | 2024-11-18T19:03:06.278Z | Downloaded packed_struct v0.10.1 |
710 | 2024-11-18T19:03:06.278Z | Downloaded packed_struct_codegen v0.10.1 |
711 | 2024-11-18T19:03:06.282Z | Downloaded fxhash v0.2.1 |
712 | 2024-11-18T19:03:06.282Z | Downloaded diesel_derives v2.2.3 |
713 | 2024-11-18T19:03:06.282Z | Downloaded serde-hex v0.1.0 |
714 | 2024-11-18T19:03:06.285Z | Downloaded smf v0.2.3 |
715 | 2024-11-18T19:03:06.285Z | Downloaded same-file v1.0.6 |
716 | 2024-11-18T19:03:06.288Z | Downloaded rustc_version v0.1.7 |
717 | 2024-11-18T19:03:06.288Z | Downloaded time-macros v0.2.18 |
718 | 2024-11-18T19:03:06.291Z | Downloaded quick-error v1.2.3 |
719 | 2024-11-18T19:03:06.294Z | Downloaded headers v0.4.0 |
720 | 2024-11-18T19:03:06.300Z | Downloaded twox-hash v1.6.3 |
721 | 2024-11-18T19:03:06.303Z | Downloaded num-traits v0.2.19 |
722 | 2024-11-18T19:03:06.307Z | Downloaded filetime v0.2.25 |
723 | 2024-11-18T19:03:06.307Z | Downloaded multer v3.1.0 |
724 | 2024-11-18T19:03:06.310Z | Downloaded itertools v0.10.5 |
725 | 2024-11-18T19:03:06.315Z | Downloaded derive_builder v0.20.2 |
726 | 2024-11-18T19:03:06.321Z | Downloaded stable_deref_trait v1.2.0 |
727 | 2024-11-18T19:03:06.325Z | Downloaded tinystr v0.7.6 |
728 | 2024-11-18T19:03:06.325Z | Downloaded zerovec-derive v0.10.3 |
729 | 2024-11-18T19:03:06.331Z | Downloaded openssl-macros v0.1.1 |
730 | 2024-11-18T19:03:06.331Z | Downloaded futures-task v0.3.31 |
731 | 2024-11-18T19:03:06.332Z | Downloaded futures-sink v0.3.31 |
732 | 2024-11-18T19:03:06.332Z | Downloaded futures-io v0.3.31 |
733 | 2024-11-18T19:03:06.336Z | Downloaded opaque-debug v0.3.1 |
734 | 2024-11-18T19:03:06.337Z | Downloaded thiserror-no-std v2.0.2 |
735 | 2024-11-18T19:03:06.337Z | Downloaded thiserror-impl-no-std v2.0.2 |
736 | 2024-11-18T19:03:06.341Z | Downloaded toolchain_find v0.4.0 |
737 | 2024-11-18T19:03:06.341Z | Downloaded smallvec v1.13.2 |
738 | 2024-11-18T19:03:06.344Z | Downloaded x509-cert v0.2.5 |
739 | 2024-11-18T19:03:06.348Z | Downloaded rpassword v7.3.1 |
740 | 2024-11-18T19:03:06.355Z | Downloaded half v2.4.1 |
741 | 2024-11-18T19:03:06.355Z | Downloaded mio v1.0.2 |
742 | 2024-11-18T19:03:06.368Z | Downloaded diesel_table_macro_syntax v0.2.0 |
743 | 2024-11-18T19:03:06.370Z | Downloaded parse-zoneinfo v0.3.1 |
744 | 2024-11-18T19:03:06.370Z | Downloaded num_enum v0.5.11 |
745 | 2024-11-18T19:03:06.370Z | Downloaded derive-where v1.2.7 |
746 | 2024-11-18T19:03:06.373Z | Downloaded darling_core v0.20.10 |
747 | 2024-11-18T19:03:06.378Z | Downloaded ed25519-dalek v2.1.1 |
748 | 2024-11-18T19:03:06.382Z | Downloaded static_assertions v1.1.0 |
749 | 2024-11-18T19:03:06.385Z | Downloaded env_filter v0.1.2 |
750 | 2024-11-18T19:03:06.390Z | Downloaded enum-as-inner v0.6.1 |
751 | 2024-11-18T19:03:06.390Z | Downloaded newtype_derive v0.1.6 |
752 | 2024-11-18T19:03:06.395Z | Downloaded newline-converter v0.3.0 |
753 | 2024-11-18T19:03:06.395Z | Downloaded password-hash v0.4.2 |
754 | 2024-11-18T19:03:06.395Z | Downloaded snafu v0.8.5 |
755 | 2024-11-18T19:03:06.399Z | Downloaded ghash v0.5.1 |
756 | 2024-11-18T19:03:06.404Z | Downloaded nu-ansi-term v0.50.1 |
757 | 2024-11-18T19:03:06.409Z | Downloaded rustc-hash v1.1.0 |
758 | 2024-11-18T19:03:06.409Z | Downloaded pkcs1 v0.7.5 |
759 | 2024-11-18T19:03:06.409Z | Downloaded pin-project-lite v0.2.14 |
760 | 2024-11-18T19:03:06.414Z | Downloaded glob v0.3.1 |
761 | 2024-11-18T19:03:06.417Z | Downloaded similar v2.6.0 |
762 | 2024-11-18T19:03:06.424Z | Downloaded russh-cryptovec v0.7.3 |
763 | 2024-11-18T19:03:06.430Z | Downloaded slog-async v2.8.0 |
764 | 2024-11-18T19:03:06.430Z | Downloaded tokio-tungstenite v0.21.0 |
765 | 2024-11-18T19:03:06.430Z | Downloaded tokio-tungstenite v0.23.1 |
766 | 2024-11-18T19:03:06.433Z | Downloaded quinn v0.11.5 |
767 | 2024-11-18T19:03:06.436Z | Downloaded difflib v0.4.0 |
768 | 2024-11-18T19:03:06.436Z | Downloaded spin v0.5.2 |
769 | 2024-11-18T19:03:06.441Z | Downloaded rustc_version v0.4.1 |
770 | 2024-11-18T19:03:06.441Z | Downloaded display-error-chain v0.2.2 |
771 | 2024-11-18T19:03:06.442Z | Downloaded embedded-io v0.6.1 |
772 | 2024-11-18T19:03:06.446Z | Downloaded futures-executor v0.3.31 |
773 | 2024-11-18T19:03:06.446Z | Downloaded futures-core v0.3.31 |
774 | 2024-11-18T19:03:06.446Z | Downloaded oso v0.27.3 |
775 | 2024-11-18T19:03:06.450Z | Downloaded phf_shared v0.11.2 |
776 | 2024-11-18T19:03:06.450Z | Downloaded nibble_vec v0.1.0 |
777 | 2024-11-18T19:03:06.454Z | Downloaded p256 v0.13.2 |
778 | 2024-11-18T19:03:06.458Z | Downloaded topological-sort v0.2.2 |
779 | 2024-11-18T19:03:06.458Z | Downloaded pkcs5 v0.7.1 |
780 | 2024-11-18T19:03:06.464Z | Downloaded rustc-hash v2.0.0 |
781 | 2024-11-18T19:03:06.464Z | Downloaded parking_lot_core v0.8.6 |
782 | 2024-11-18T19:03:06.468Z | Downloaded pin-project v1.1.6 |
783 | 2024-11-18T19:03:06.478Z | Downloaded vte_generate_state_changes v0.1.2 |
784 | 2024-11-18T19:03:06.483Z | Downloaded waitgroup v0.1.2 |
785 | 2024-11-18T19:03:06.483Z | Downloaded serde_urlencoded v0.7.1 |
786 | 2024-11-18T19:03:06.483Z | Downloaded snafu-derive v0.8.5 |
787 | 2024-11-18T19:03:06.486Z | Downloaded parking_lot v0.11.2 |
788 | 2024-11-18T19:03:06.487Z | Downloaded foreign-types v0.3.2 |
789 | 2024-11-18T19:03:06.489Z | Downloaded tls_codec_derive v0.4.1 |
790 | 2024-11-18T19:03:06.489Z | Downloaded subtle v2.6.1 |
791 | 2024-11-18T19:03:06.492Z | Downloaded openssl-sys v0.9.104 |
792 | 2024-11-18T19:03:06.497Z | Downloaded tinyvec_macros v0.1.1 |
793 | 2024-11-18T19:03:06.497Z | Downloaded sqlparser_derive v0.2.2 |
794 | 2024-11-18T19:03:06.502Z | Downloaded float-ord v0.3.2 |
795 | 2024-11-18T19:03:06.502Z | Downloaded value-bag v1.9.0 |
796 | 2024-11-18T19:03:06.506Z | Downloaded peg v0.8.4 |
797 | 2024-11-18T19:03:06.509Z | Downloaded new_debug_unreachable v1.0.6 |
798 | 2024-11-18T19:03:06.509Z | Downloaded rusqlite v0.32.1 |
799 | 2024-11-18T19:03:06.515Z | Downloaded nom v7.1.3 |
800 | 2024-11-18T19:03:06.520Z | Downloaded itertools v0.13.0 |
801 | 2024-11-18T19:03:06.530Z | Downloaded psl-types v2.0.11 |
802 | 2024-11-18T19:03:06.534Z | Downloaded blake3 v1.5.4 |
803 | 2024-11-18T19:03:06.541Z | Downloaded yoke-derive v0.7.4 |
804 | 2024-11-18T19:03:06.541Z | Downloaded aws-lc-rs v1.10.0 |
805 | 2024-11-18T19:03:06.548Z | Downloaded strum v0.26.3 |
806 | 2024-11-18T19:03:06.552Z | Downloaded phf_shared v0.10.0 |
807 | 2024-11-18T19:03:06.552Z | Downloaded ssh-cipher v0.2.0 |
808 | 2024-11-18T19:03:06.552Z | Downloaded tls_codec v0.4.1 |
809 | 2024-11-18T19:03:06.555Z | Downloaded nanorand v0.7.0 |
810 | 2024-11-18T19:03:06.561Z | Downloaded foldhash v0.1.3 |
811 | 2024-11-18T19:03:06.561Z | Downloaded uuid v1.11.0 |
812 | 2024-11-18T19:03:06.561Z | Downloaded spin v0.9.8 |
813 | 2024-11-18T19:03:06.564Z | Downloaded socket2 v0.5.7 |
814 | 2024-11-18T19:03:06.567Z | Downloaded num-conv v0.1.0 |
815 | 2024-11-18T19:03:06.567Z | Downloaded ssh-encoding v0.2.0 |
816 | 2024-11-18T19:03:06.570Z | Downloaded multimap v0.10.0 |
817 | 2024-11-18T19:03:06.570Z | Downloaded wait-timeout v0.2.0 |
818 | 2024-11-18T19:03:06.575Z | Downloaded tracing-core v0.1.32 |
819 | 2024-11-18T19:03:06.575Z | Downloaded progenitor v0.8.0 |
820 | 2024-11-18T19:03:06.580Z | Downloaded proc-macro-crate v1.3.1 |
821 | 2024-11-18T19:03:06.584Z | Downloaded primeorder v0.13.6 |
822 | 2024-11-18T19:03:06.588Z | Downloaded tungstenite v0.21.0 |
823 | 2024-11-18T19:03:06.588Z | Downloaded downcast v0.11.0 |
824 | 2024-11-18T19:03:06.588Z | Downloaded write16 v1.0.0 |
825 | 2024-11-18T19:03:06.588Z | Downloaded serde_derive_internals v0.29.1 |
826 | 2024-11-18T19:03:06.588Z | Downloaded zone v0.1.8 |
827 | 2024-11-18T19:03:06.588Z | Downloaded sct v0.7.1 |
828 | 2024-11-18T19:03:06.591Z | Downloaded slog v2.7.0 |
829 | 2024-11-18T19:03:06.604Z | Downloaded wyz v0.5.1 |
830 | 2024-11-18T19:03:06.604Z | Downloaded predicates-tree v1.0.11 |
831 | 2024-11-18T19:03:06.604Z | Downloaded string_cache v0.8.7 |
832 | 2024-11-18T19:03:06.605Z | Downloaded dhcproto v0.12.0 |
833 | 2024-11-18T19:03:06.605Z | Downloaded endian-type v0.1.2 |
834 | 2024-11-18T19:03:06.605Z | Downloaded futures-channel v0.3.31 |
835 | 2024-11-18T19:03:06.613Z | Downloaded walkdir v2.5.0 |
836 | 2024-11-18T19:03:06.613Z | Downloaded path-slash v0.1.5 |
837 | 2024-11-18T19:03:06.613Z | Downloaded serde_repr v0.1.19 |
838 | 2024-11-18T19:03:06.619Z | Downloaded pbkdf2 v0.11.0 |
839 | 2024-11-18T19:03:06.619Z | Downloaded hashlink v0.9.1 |
840 | 2024-11-18T19:03:06.619Z | Downloaded unicode-properties v0.1.3 |
841 | 2024-11-18T19:03:06.624Z | Downloaded native-tls v0.2.12 |
842 | 2024-11-18T19:03:06.624Z | Downloaded num-complex v0.4.6 |
843 | 2024-11-18T19:03:06.624Z | Downloaded time v0.3.36 |
844 | 2024-11-18T19:03:06.629Z | Downloaded utf8_iter v1.0.4 |
845 | 2024-11-18T19:03:06.633Z | Downloaded dirs-sys-next v0.1.2 |
846 | 2024-11-18T19:03:06.633Z | Downloaded schemars_derive v0.8.21 |
847 | 2024-11-18T19:03:06.633Z | Downloaded subprocess v0.2.9 |
848 | 2024-11-18T19:03:06.639Z | Downloaded serde_plain v1.0.2 |
849 | 2024-11-18T19:03:06.644Z | Downloaded des v0.8.1 |
850 | 2024-11-18T19:03:06.644Z | Downloaded rustyline v14.0.0 |
851 | 2024-11-18T19:03:06.651Z | Downloaded writeable v0.5.5 |
852 | 2024-11-18T19:03:06.651Z | Downloaded toml_edit v0.19.15 |
853 | 2024-11-18T19:03:06.665Z | Downloaded enum-as-inner v0.5.1 |
854 | 2024-11-18T19:03:06.670Z | Downloaded rayon v1.10.0 |
855 | 2024-11-18T19:03:06.677Z | Downloaded float-cmp v0.9.0 |
856 | 2024-11-18T19:03:06.677Z | Downloaded p521 v0.13.3 |
857 | 2024-11-18T19:03:06.681Z | Downloaded rsa v0.9.6 |
858 | 2024-11-18T19:03:06.686Z | Downloaded rustls-pemfile v1.0.4 |
859 | 2024-11-18T19:03:06.690Z | Downloaded bindgen v0.69.5 |
860 | 2024-11-18T19:03:06.700Z | Downloaded ron v0.7.1 |
861 | 2024-11-18T19:03:06.707Z | Downloaded displaydoc v0.2.5 |
862 | 2024-11-18T19:03:06.707Z | Downloaded flume v0.11.1 |
863 | 2024-11-18T19:03:06.710Z | Downloaded publicsuffix v2.2.3 |
864 | 2024-11-18T19:03:06.715Z | Downloaded flate2 v1.0.34 |
865 | 2024-11-18T19:03:06.719Z | Downloaded num-bigint v0.4.6 |
866 | 2024-11-18T19:03:06.725Z | Downloaded russh-keys v0.45.0 |
867 | 2024-11-18T19:03:06.729Z | Downloaded lalrpop v0.19.12 |
868 | 2024-11-18T19:03:06.736Z | Downloaded samael v0.0.17 |
869 | 2024-11-18T19:03:06.742Z | Downloaded tar v0.4.43 |
870 | 2024-11-18T19:03:06.745Z | Downloaded zerocopy v0.6.6 |
871 | 2024-11-18T19:03:06.747Z | Downloaded winnow v0.5.40 |
872 | 2024-11-18T19:03:06.756Z | Downloaded sqlparser v0.45.0 |
873 | 2024-11-18T19:03:06.763Z | Downloaded tough v0.19.0 |
874 | 2024-11-18T19:03:06.772Z | Downloaded unicode_categories v0.1.1 |
875 | 2024-11-18T19:03:06.781Z | Downloaded unicode-normalization v0.1.24 |
876 | 2024-11-18T19:03:06.791Z | Downloaded rustls-webpki v0.102.8 |
877 | 2024-11-18T19:03:06.806Z | Downloaded ron v0.8.1 |
878 | 2024-11-18T19:03:06.816Z | Downloaded idna v0.5.0 |
879 | 2024-11-18T19:03:06.816Z | Downloaded zip v2.1.3 |
880 | 2024-11-18T19:03:06.820Z | Downloaded steno v0.4.1 |
881 | 2024-11-18T19:03:06.820Z | Downloaded num-bigint-dig v0.8.4 |
882 | 2024-11-18T19:03:06.823Z | Downloaded hashbrown v0.14.5 |
883 | 2024-11-18T19:03:06.841Z | Downloaded hashbrown v0.13.2 |
884 | 2024-11-18T19:03:06.845Z | Downloaded serde_with v3.11.0 |
885 | 2024-11-18T19:03:06.845Z | Downloaded portable-atomic v1.9.0 |
886 | 2024-11-18T19:03:06.850Z | Downloaded hickory-proto v0.24.1 |
887 | 2024-11-18T19:03:06.868Z | Downloaded unicode-width v0.2.0 |
888 | 2024-11-18T19:03:06.873Z | Downloaded radix_trie v0.2.1 |
889 | 2024-11-18T19:03:06.879Z | Downloaded curve25519-dalek v4.1.3 |
890 | 2024-11-18T19:03:06.889Z | Downloaded object v0.30.4 |
891 | 2024-11-18T19:03:06.899Z | Downloaded ssh-key v0.6.6 |
892 | 2024-11-18T19:03:06.906Z | Downloaded quinn-proto v0.11.8 |
893 | 2024-11-18T19:03:06.913Z | Downloaded idna v0.4.0 |
894 | 2024-11-18T19:03:06.923Z | Downloaded reqwest v0.12.9 |
895 | 2024-11-18T19:03:06.930Z | Downloaded webpki-roots v0.26.6 |
896 | 2024-11-18T19:03:06.935Z | Downloaded rustls v0.21.12 |
897 | 2024-11-18T19:03:06.944Z | Downloaded git2 v0.19.0 |
898 | 2024-11-18T19:03:06.960Z | Downloaded p384 v0.13.0 |
899 | 2024-11-18T19:03:06.965Z | Downloaded smoltcp v0.9.1 |
900 | 2024-11-18T19:03:06.970Z | Downloaded trust-dns-proto v0.22.0 |
901 | 2024-11-18T19:03:06.986Z | Downloaded gimli v0.31.1 |
902 | 2024-11-18T19:03:06.993Z | Downloaded polar-core v0.27.3 |
903 | 2024-11-18T19:03:07.002Z | Downloaded openssl v0.10.68 |
904 | 2024-11-18T19:03:07.011Z | Downloaded dropshot v0.13.0 |
905 | 2024-11-18T19:03:07.032Z | Downloaded nix v0.27.1 |
906 | 2024-11-18T19:03:07.043Z | Downloaded nix v0.29.0 |
907 | 2024-11-18T19:03:07.055Z | Downloaded nix v0.28.0 |
908 | 2024-11-18T19:03:07.067Z | Downloaded smoltcp v0.11.0 |
909 | 2024-11-18T19:03:07.080Z | Downloaded regress v0.9.1 |
910 | 2024-11-18T19:03:07.089Z | Downloaded sled v0.34.7 |
911 | 2024-11-18T19:03:07.110Z | Downloaded regress v0.10.1 |
912 | 2024-11-18T19:03:07.115Z | Downloaded typify-impl v0.2.0 |
913 | 2024-11-18T19:03:07.124Z | Downloaded dropshot v0.12.0 |
914 | 2024-11-18T19:03:07.150Z | Downloaded openapiv3 v2.0.0 |
915 | 2024-11-18T19:03:07.160Z | Downloaded regex-syntax v0.8.5 |
916 | 2024-11-18T19:03:07.164Z | Downloaded rustls v0.23.14 |
917 | 2024-11-18T19:03:07.178Z | Downloaded diesel v2.2.4 |
918 | 2024-11-18T19:03:07.196Z | Downloaded bzip2-sys v0.1.11+1.0.8 |
919 | 2024-11-18T19:03:07.210Z | Downloaded regex-syntax v0.6.29 |
920 | 2024-11-18T19:03:07.218Z | Downloaded chrono-tz v0.10.0 |
921 | 2024-11-18T19:03:07.224Z | Downloaded rustls v0.22.4 |
922 | 2024-11-18T19:03:07.234Z | Downloaded regex-automata v0.4.8 |
923 | 2024-11-18T19:03:07.251Z | Downloaded ratatui v0.28.1 |
924 | 2024-11-18T19:03:07.270Z | Downloaded object v0.36.5 |
925 | 2024-11-18T19:03:07.300Z | Downloaded zerocopy-derive v0.6.6 |
926 | 2024-11-18T19:03:07.317Z | Downloaded petgraph v0.6.5 |
927 | 2024-11-18T19:03:07.336Z | Downloaded bstr v1.10.0 |
928 | 2024-11-18T19:03:07.356Z | Downloaded proptest v1.5.0 |
929 | 2024-11-18T19:03:07.364Z | Downloaded icu_properties_data v1.5.0 |
930 | 2024-11-18T19:03:07.372Z | Downloaded regex v1.11.1 |
931 | 2024-11-18T19:03:07.390Z | Downloaded quick-xml v0.33.0 |
932 | 2024-11-18T19:03:07.395Z | Downloaded russh v0.45.0 |
933 | 2024-11-18T19:03:07.395Z | Downloaded lzma-sys v0.1.20 |
934 | 2024-11-18T19:03:07.424Z | Downloaded vcpkg v0.2.15 |
935 | 2024-11-18T19:03:07.461Z | Downloaded tokio v1.40.0 |
936 | 2024-11-18T19:03:07.497Z | Downloaded libz-sys v1.1.20 |
937 | 2024-11-18T19:03:07.517Z | Downloaded csv v1.3.0 |
938 | 2024-11-18T19:03:07.535Z | Downloaded petname v2.0.2 |
939 | 2024-11-18T19:03:07.541Z | Downloaded idna v0.3.0 |
940 | 2024-11-18T19:03:07.548Z | Downloaded sha3 v0.10.8 |
941 | 2024-11-18T19:03:07.556Z | Downloaded idna v0.2.3 |
942 | 2024-11-18T19:03:07.559Z | Downloaded url v2.5.3 |
943 | 2024-11-18T19:03:07.561Z | Downloaded futures-util v0.3.31 |
944 | 2024-11-18T19:03:07.571Z | Downloaded salty v0.3.0 |
945 | 2024-11-18T19:03:07.578Z | Downloaded tokio-util v0.7.12 |
946 | 2024-11-18T19:03:07.604Z | Downloaded zerovec v0.10.4 |
947 | 2024-11-18T19:03:07.610Z | Downloaded reedline v0.35.0 |
948 | 2024-11-18T19:03:07.623Z | Downloaded chrono v0.4.38 |
949 | 2024-11-18T19:03:07.623Z | Downloaded h2 v0.4.6 |
950 | 2024-11-18T19:03:07.623Z | Downloaded bitvec v1.0.1 |
951 | 2024-11-18T19:03:07.664Z | Downloaded derive_more v0.99.18 |
952 | 2024-11-18T19:03:07.664Z | Downloaded rustls-pemfile v2.2.0 |
953 | 2024-11-18T19:03:07.709Z | Downloaded peg-macros v0.8.4 |
954 | 2024-11-18T19:03:07.709Z | Downloaded mockall_derive v0.13.0 |
955 | 2024-11-18T19:03:07.709Z | Downloaded prettyplease v0.2.25 |
956 | 2024-11-18T19:03:07.709Z | Downloaded tungstenite v0.24.0 |
957 | 2024-11-18T19:03:07.709Z | Downloaded tungstenite v0.23.0 |
958 | 2024-11-18T19:03:07.709Z | Downloaded rustls-webpki v0.101.7 |
959 | 2024-11-18T19:03:07.709Z | Downloaded typed-path v0.9.3 |
960 | 2024-11-18T19:03:07.709Z | Downloaded scopeguard v1.2.0 |
961 | 2024-11-18T19:03:07.709Z | Downloaded dsl_auto_type v0.1.2 |
962 | 2024-11-18T19:03:07.709Z | Downloaded paste v1.0.15 |
963 | 2024-11-18T19:03:07.709Z | Downloaded num-integer v0.1.46 |
964 | 2024-11-18T19:03:07.720Z | Downloaded supports-color v3.0.1 |
965 | 2024-11-18T19:03:07.720Z | Downloaded strum_macros v0.24.3 |
966 | 2024-11-18T19:03:07.720Z | Downloaded phf_generator v0.11.2 |
967 | 2024-11-18T19:03:07.723Z | Downloaded pbkdf2 v0.12.2 |
968 | 2024-11-18T19:03:07.723Z | Downloaded diff v0.1.13 |
969 | 2024-11-18T19:03:07.723Z | Downloaded utf-8 v0.7.6 |
970 | 2024-11-18T19:03:07.723Z | Downloaded untrusted v0.9.0 |
971 | 2024-11-18T19:03:07.723Z | Downloaded dirs-next v2.0.0 |
972 | 2024-11-18T19:03:07.723Z | Downloaded pretty-hex v0.2.1 |
973 | 2024-11-18T19:03:07.723Z | Downloaded ena v0.14.3 |
974 | 2024-11-18T19:03:07.723Z | Downloaded scrypt v0.11.0 |
975 | 2024-11-18T19:03:07.723Z | Downloaded rfc6979 v0.4.0 |
976 | 2024-11-18T19:03:07.723Z | Downloaded resolv-conf v0.7.0 |
977 | 2024-11-18T19:03:07.723Z | Downloaded parking_lot_core v0.9.10 |
978 | 2024-11-18T19:03:07.723Z | Downloaded dropshot_endpoint v0.12.0 |
979 | 2024-11-18T19:03:07.723Z | Downloaded parking_lot v0.12.3 |
980 | 2024-11-18T19:03:07.723Z | Downloaded pkcs8 v0.10.2 |
981 | 2024-11-18T19:03:07.724Z | Downloaded hashbrown v0.12.3 |
982 | 2024-11-18T19:03:07.724Z | Downloaded uzers v0.12.1 |
983 | 2024-11-18T19:03:07.724Z | Downloaded tokio-rustls v0.26.0 |
984 | 2024-11-18T19:03:07.724Z | Downloaded zip v0.6.6 |
985 | 2024-11-18T19:03:07.741Z | Downloaded unicode-bidi v0.3.17 |
986 | 2024-11-18T19:03:07.741Z | Downloaded tokio-tungstenite v0.24.0 |
987 | 2024-11-18T19:03:07.741Z | Downloaded tokio-stream v0.1.16 |
988 | 2024-11-18T19:03:07.741Z | Downloaded either v1.13.0 |
989 | 2024-11-18T19:03:07.741Z | Downloaded dunce v1.0.5 |
990 | 2024-11-18T19:03:07.741Z | Downloaded tokio-macros v2.4.0 |
991 | 2024-11-18T19:03:07.741Z | Downloaded predicates v3.1.2 |
992 | 2024-11-18T19:03:07.741Z | Downloaded poly1305 v0.8.0 |
993 | 2024-11-18T19:03:07.741Z | Downloaded password-hash v0.5.0 |
994 | 2024-11-18T19:03:07.751Z | Downloaded tinyvec v1.8.0 |
995 | 2024-11-18T19:03:07.751Z | Downloaded test-strategy v0.3.1 |
996 | 2024-11-18T19:03:07.751Z | Downloaded sha1 v0.10.6 |
997 | 2024-11-18T19:03:07.751Z | Downloaded parse-display v0.10.0 |
998 | 2024-11-18T19:03:07.751Z | Downloaded dropshot_endpoint v0.13.0 |
999 | 2024-11-18T19:03:07.751Z | Downloaded crossterm v0.28.1 |
1000 | 2024-11-18T19:03:07.762Z | Downloaded unsafe-libyaml v0.2.11 |
1001 | 2024-11-18T19:03:07.762Z | Downloaded idna v1.0.3 |
1002 | 2024-11-18T19:03:07.770Z | Downloaded pin-project-internal v1.1.6 |
1003 | 2024-11-18T19:03:07.770Z | Downloaded strum_macros v0.26.4 |
1004 | 2024-11-18T19:03:07.770Z | Downloaded encoding_rs v0.8.34 |
1005 | 2024-11-18T19:03:07.791Z | Downloaded expectorate v1.1.0 |
1006 | 2024-11-18T19:03:07.804Z | Downloaded itertools v0.12.1 |
1007 | 2024-11-18T19:03:07.807Z | Downloaded tokio-postgres v0.7.12 |
1008 | 2024-11-18T19:03:07.815Z | Downloaded der v0.7.9 |
1009 | 2024-11-18T19:03:07.815Z | Downloaded slab v0.4.9 |
1010 | 2024-11-18T19:03:07.815Z | Downloaded siphasher v0.3.11 |
1011 | 2024-11-18T19:03:07.815Z | Downloaded simd-adler32 v0.3.7 |
1012 | 2024-11-18T19:03:07.815Z | Downloaded predicates-core v1.0.8 |
1013 | 2024-11-18T19:03:07.815Z | Downloaded polyval v0.6.2 |
1014 | 2024-11-18T19:03:07.815Z | Downloaded postcard v1.0.10 |
1015 | 2024-11-18T19:03:07.825Z | Downloaded omicron-zone-package v0.11.1 |
1016 | 2024-11-18T19:03:07.825Z | Downloaded rcgen v0.12.1 |
1017 | 2024-11-18T19:03:07.825Z | Downloaded rayon-core v1.12.1 |
1018 | 2024-11-18T19:03:07.825Z | Downloaded libgit2-sys v0.17.0+1.8.1 |
1019 | 2024-11-18T19:03:07.892Z | Downloaded zopfli v0.8.1 |
1020 | 2024-11-18T19:03:07.929Z | Downloaded unicode-segmentation v1.12.0 |
1021 | 2024-11-18T19:03:07.930Z | Downloaded env_logger v0.10.2 |
1022 | 2024-11-18T19:03:07.930Z | Downloaded tracing v0.1.40 |
1023 | 2024-11-18T19:03:07.930Z | Downloaded libxml v0.3.3 |
1024 | 2024-11-18T19:03:07.941Z | Downloaded libm v0.2.8 |
1025 | 2024-11-18T19:03:07.941Z | Downloaded fatfs v0.3.6 |
1026 | 2024-11-18T19:03:07.941Z | Downloaded rand v0.8.5 |
1027 | 2024-11-18T19:03:07.942Z | Downloaded qorb v0.2.0 |
1028 | 2024-11-18T19:03:07.942Z | Downloaded universal-hash v0.5.1 |
1029 | 2024-11-18T19:03:07.942Z | Downloaded unicase v2.7.0 |
1030 | 2024-11-18T19:03:07.942Z | Downloaded owo-colors v4.1.0 |
1031 | 2024-11-18T19:03:07.942Z | Downloaded num-rational v0.4.2 |
1032 | 2024-11-18T19:03:07.942Z | Downloaded signal-hook v0.3.17 |
1033 | 2024-11-18T19:03:07.942Z | Downloaded schemars v0.8.21 |
1034 | 2024-11-18T19:03:07.953Z | Downloaded thread_local v1.1.8 |
1035 | 2024-11-18T19:03:07.953Z | Downloaded elliptic-curve v0.13.8 |
1036 | 2024-11-18T19:03:07.968Z | Downloaded serde_yaml v0.9.34+deprecated |
1037 | 2024-11-18T19:03:07.968Z | Downloaded sqlformat v0.2.6 |
1038 | 2024-11-18T19:03:07.968Z | Downloaded spki v0.7.3 |
1039 | 2024-11-18T19:03:07.968Z | Downloaded slog-bunyan v2.5.0 |
1040 | 2024-11-18T19:03:07.973Z | Downloaded salsa20 v0.10.2 |
1041 | 2024-11-18T19:03:07.973Z | Downloaded rand_xorshift v0.3.0 |
1042 | 2024-11-18T19:03:08.002Z | Downloaded ecdsa v0.16.9 |
1043 | 2024-11-18T19:03:08.002Z | Downloaded der_derive v0.7.3 |
1044 | 2024-11-18T19:03:08.002Z | Downloaded defmt v0.3.8 |
1045 | 2024-11-18T19:03:08.002Z | Downloaded progenitor-impl v0.8.0 |
1046 | 2024-11-18T19:03:08.002Z | Downloaded yoke v0.7.4 |
1047 | 2024-11-18T19:03:08.002Z | Downloaded vsss-rs v3.3.4 |
1048 | 2024-11-18T19:03:08.002Z | Downloaded typify v0.2.0 |
1049 | 2024-11-18T19:03:08.002Z | Downloaded tracing-attributes v0.1.27 |
1050 | 2024-11-18T19:03:08.002Z | Downloaded semver v0.1.20 |
1051 | 2024-11-18T19:03:08.002Z | Downloaded compact_str v0.8.0 |
1052 | 2024-11-18T19:03:08.021Z | Downloaded futures-macro v0.3.31 |
1053 | 2024-11-18T19:03:08.021Z | Downloaded ed25519 v2.2.3 |
1054 | 2024-11-18T19:03:08.021Z | Downloaded futures v0.3.31 |
1055 | 2024-11-18T19:03:08.021Z | Downloaded base64 v0.22.1 |
1056 | 2024-11-18T19:03:08.021Z | Downloaded cc v1.1.30 |
1057 | 2024-11-18T19:03:08.021Z | Downloaded zeroize v1.8.1 |
1058 | 2024-11-18T19:03:08.021Z | Downloaded zerofrom-derive v0.1.4 |
1059 | 2024-11-18T19:03:08.021Z | Downloaded parse-display-derive v0.10.0 |
1060 | 2024-11-18T19:03:08.021Z | Downloaded allocator-api2 v0.2.18 |
1061 | 2024-11-18T19:03:08.021Z | Downloaded globset v0.4.15 |
1062 | 2024-11-18T19:03:08.021Z | Downloaded signal-hook-tokio v0.3.1 |
1063 | 2024-11-18T19:03:08.021Z | Downloaded signal-hook-mio v0.2.4 |
1064 | 2024-11-18T19:03:08.036Z | Downloaded fs_extra v1.3.0 |
1065 | 2024-11-18T19:03:08.036Z | Downloaded icu_normalizer_data v1.5.0 |
1066 | 2024-11-18T19:03:08.036Z | Downloaded stringprep v0.1.5 |
1067 | 2024-11-18T19:03:08.036Z | Downloaded shell-words v1.1.0 |
1068 | 2024-11-18T19:03:08.036Z | Downloaded toml v0.7.8 |
1069 | 2024-11-18T19:03:08.036Z | Downloaded indicatif v0.17.9 |
1070 | 2024-11-18T19:03:08.036Z | Downloaded bumpalo v3.16.0 |
1071 | 2024-11-18T19:03:08.036Z | Downloaded icu_properties v1.5.1 |
1072 | 2024-11-18T19:03:08.046Z | Downloaded derive_builder_core v0.20.2 |
1073 | 2024-11-18T19:03:08.046Z | Downloaded yasna v0.5.2 |
1074 | 2024-11-18T19:03:08.046Z | Downloaded chacha20poly1305 v0.10.1 |
1075 | 2024-11-18T19:03:08.046Z | Downloaded base64 v0.13.1 |
1076 | 2024-11-18T19:03:08.046Z | Downloaded radium v0.7.0 |
1077 | 2024-11-18T19:03:08.046Z | Downloaded progenitor-macro v0.8.0 |
1078 | 2024-11-18T19:03:08.046Z | Downloaded ppv-lite86 v0.2.20 |
1079 | 2024-11-18T19:03:08.062Z | Downloaded powerfmt v0.2.0 |
1080 | 2024-11-18T19:03:08.062Z | Downloaded phf_codegen v0.11.2 |
1081 | 2024-11-18T19:03:08.062Z | Downloaded phf v0.11.2 |
1082 | 2024-11-18T19:03:08.063Z | Downloaded percent-encoding v2.3.1 |
1083 | 2024-11-18T19:03:08.063Z | Downloaded termios v0.3.3 |
1084 | 2024-11-18T19:03:08.063Z | Downloaded term v0.7.0 |
1085 | 2024-11-18T19:03:08.063Z | Downloaded cookie v0.18.1 |
1086 | 2024-11-18T19:03:08.078Z | Downloaded const-oid v0.9.6 |
1087 | 2024-11-18T19:03:08.078Z | Downloaded defmt-macros v0.3.9 |
1088 | 2024-11-18T19:03:08.078Z | Downloaded slog-term v2.9.1 |
1089 | 2024-11-18T19:03:08.078Z | Downloaded ref-cast-impl v1.0.23 |
1090 | 2024-11-18T19:03:08.079Z | Downloaded miniz_oxide v0.8.0 |
1091 | 2024-11-18T19:03:08.079Z | Downloaded clang-sys v1.8.1 |
1092 | 2024-11-18T19:03:08.079Z | Downloaded blake2 v0.10.6 |
1093 | 2024-11-18T19:03:08.079Z | Downloaded icu_provider v1.5.0 |
1094 | 2024-11-18T19:03:08.096Z | Downloaded icu_locid_transform_data v1.5.0 |
1095 | 2024-11-18T19:03:08.096Z | Downloaded tui-tree-widget v0.22.0 |
1096 | 2024-11-18T19:03:08.096Z | Downloaded slog-stdlog v4.1.1 |
1097 | 2024-11-18T19:03:08.096Z | Downloaded slog-json v2.6.1 |
1098 | 2024-11-18T19:03:08.100Z | Downloaded litemap v0.7.3 |
1099 | 2024-11-18T19:03:08.100Z | Downloaded indoc v1.0.9 |
1100 | 2024-11-18T19:03:08.102Z | Downloaded structmeta-derive v0.2.0 |
1101 | 2024-11-18T19:03:08.103Z | Downloaded slog-dtrace v0.3.0 |
1102 | 2024-11-18T19:03:08.103Z | Downloaded serde_path_to_error v0.1.16 |
1103 | 2024-11-18T19:03:08.103Z | Downloaded rustfmt-wrapper v0.2.1 |
1104 | 2024-11-18T19:03:08.109Z | Downloaded rtoolbox v0.0.2 |
1105 | 2024-11-18T19:03:08.109Z | Downloaded memmap2 v0.9.5 |
1106 | 2024-11-18T19:03:08.109Z | Downloaded sec1 v0.7.3 |
1107 | 2024-11-18T19:03:08.109Z | Downloaded scheduled-thread-pool v0.2.7 |
1108 | 2024-11-18T19:03:08.109Z | Downloaded ciborium v0.2.2 |
1109 | 2024-11-18T19:03:08.109Z | Downloaded bzip2 v0.4.4 |
1110 | 2024-11-18T19:03:08.109Z | Downloaded indexmap v1.9.3 |
1111 | 2024-11-18T19:03:08.110Z | Downloaded bitflags v1.3.2 |
1112 | 2024-11-18T19:03:08.110Z | Downloaded bcs v0.1.6 |
1113 | 2024-11-18T19:03:08.110Z | Downloaded libloading v0.8.5 |
1114 | 2024-11-18T19:03:08.116Z | Downloaded ipnet v2.10.1 |
1115 | 2024-11-18T19:03:08.116Z | Downloaded icu_locid_transform v1.5.0 |
1116 | 2024-11-18T19:03:08.116Z | Downloaded crc-catalog v2.4.0 |
1117 | 2024-11-18T19:03:08.125Z | Downloaded crossbeam-deque v0.8.5 |
1118 | 2024-11-18T19:03:08.125Z | Downloaded internet-checksum v0.2.1 |
1119 | 2024-11-18T19:03:08.125Z | Downloaded idna_adapter v1.2.0 |
1120 | 2024-11-18T19:03:08.125Z | Downloaded curve25519-dalek-derive v0.1.1 |
1121 | 2024-11-18T19:03:08.125Z | Downloaded colored v2.1.0 |
1122 | 2024-11-18T19:03:08.125Z | Downloaded blowfish v0.9.1 |
1123 | 2024-11-18T19:03:08.133Z | Downloaded structmeta-derive v0.3.0 |
1124 | 2024-11-18T19:03:08.136Z | Downloaded ref-cast v1.0.23 |
1125 | 2024-11-18T19:03:08.136Z | Downloaded libefi-sys v0.1.0 |
1126 | 2024-11-18T19:03:08.136Z | Downloaded keccak v0.1.5 |
1127 | 2024-11-18T19:03:08.136Z | Downloaded crc v3.2.1 |
1128 | 2024-11-18T19:03:08.163Z | Downloaded array-init v0.0.4 |
1129 | 2024-11-18T19:03:08.163Z | Downloaded castaway v0.2.3 |
1130 | 2024-11-18T19:03:08.163Z | Downloaded cipher v0.4.4 |
1131 | 2024-11-18T19:03:08.163Z | Downloaded ipnetwork v0.20.0 |
1132 | 2024-11-18T19:03:08.163Z | Downloaded inout v0.1.3 |
1133 | 2024-11-18T19:03:08.163Z | Downloaded chacha20 v0.9.1 |
1134 | 2024-11-18T19:03:08.163Z | Downloaded buf-list v1.0.3 |
1135 | 2024-11-18T19:03:08.195Z | Downloaded bitfield-struct v0.6.2 |
1136 | 2024-11-18T19:03:08.195Z | Downloaded bitfield v0.14.0 |
1137 | 2024-11-18T19:03:08.195Z | Downloaded async-trait v0.1.83 |
1138 | 2024-11-18T19:03:08.195Z | Downloaded is-terminal v0.4.13 |
1139 | 2024-11-18T19:03:08.195Z | Downloaded indent_write v2.2.0 |
1140 | 2024-11-18T19:03:08.195Z | Downloaded crucible-workspace-hack v0.1.0 |
1141 | 2024-11-18T19:03:08.195Z | Downloaded chrono-tz-build v0.4.0 |
1142 | 2024-11-18T19:03:08.195Z | Downloaded bit-set v0.5.3 |
1143 | 2024-11-18T19:03:08.195Z | Downloaded base16ct v0.2.0 |
1144 | 2024-11-18T19:03:08.195Z | Downloaded hostname v0.4.0 |
1145 | 2024-11-18T19:03:08.195Z | Downloaded hmac v0.12.1 |
1146 | 2024-11-18T19:03:08.195Z | Downloaded async-bb8-diesel v0.2.1 |
1147 | 2024-11-18T19:03:08.195Z | Downloaded httpdate v1.0.3 |
1148 | 2024-11-18T19:03:08.195Z | Downloaded home v0.5.9 |
1149 | 2024-11-18T19:03:08.195Z | Downloaded highway v1.2.0 |
1150 | 2024-11-18T19:03:08.195Z | Downloaded hex-literal v0.4.1 |
1151 | 2024-11-18T19:03:08.195Z | Downloaded ascii-canvas v3.0.0 |
1152 | 2024-11-18T19:03:08.195Z | Downloaded arrayvec v0.7.6 |
1153 | 2024-11-18T19:03:08.244Z | Downloaded ring v0.17.8 |
1154 | 2024-11-18T19:03:08.335Z | Downloaded libsqlite3-sys v0.30.1 |
1155 | 2024-11-18T19:03:08.419Z | Downloaded ring v0.16.20 |
1156 | 2024-11-18T19:03:08.628Z | Downloaded aws-lc-sys v0.22.0 |
1157 | 2024-11-18T19:03:08.949Z | Compiling serde v1.0.215 |
1158 | 2024-11-18T19:03:08.959Z | Compiling lock_api v0.4.12 |
1159 | 2024-11-18T19:03:08.959Z | Compiling scopeguard v1.2.0 |
1160 | 2024-11-18T19:03:08.959Z | Compiling value-bag v1.9.0 |
1161 | 2024-11-18T19:03:08.959Z | Compiling typenum v1.17.0 |
1162 | 2024-11-18T19:03:08.959Z | Compiling generic-array v0.14.7 |
1163 | 2024-11-18T19:03:09.149Z | Compiling syn v2.0.87 |
1164 | 2024-11-18T19:03:09.163Z | Compiling getrandom v0.2.15 |
1165 | 2024-11-18T19:03:09.232Z | Compiling shlex v1.3.0 |
1166 | 2024-11-18T19:03:09.407Z | Compiling rand_core v0.6.4 |
1167 | 2024-11-18T19:03:09.610Z | Compiling log v0.4.22 |
1168 | 2024-11-18T19:03:09.663Z | Compiling subtle v2.6.1 |
1169 | 2024-11-18T19:03:09.692Z | Compiling jobserver v0.1.32 |
1170 | 2024-11-18T19:03:09.713Z | Compiling const-oid v0.9.6 |
1171 | 2024-11-18T19:03:09.943Z | Compiling smallvec v1.13.2 |
1172 | 2024-11-18T19:03:09.985Z | Compiling pin-project-lite v0.2.14 |
1173 | 2024-11-18T19:03:10.048Z | Compiling cc v1.1.30 |
1174 | 2024-11-18T19:03:10.109Z | Compiling spin v0.9.8 |
1175 | 2024-11-18T19:03:14.516Z | Compiling rustix v0.38.37 |
1176 | 2024-11-18T19:03:14.708Z | Compiling parking_lot_core v0.9.10 |
1177 | 2024-11-18T19:03:14.708Z | Compiling futures-core v0.3.31 |
1178 | 2024-11-18T19:03:14.708Z | Compiling signal-hook-registry v1.4.2 |
1179 | 2024-11-18T19:03:14.708Z | Compiling mio v1.0.2 |
1180 | 2024-11-18T19:03:14.708Z | Compiling aho-corasick v1.1.3 |
1181 | 2024-11-18T19:03:14.708Z | Compiling parking_lot v0.12.3 |
1182 | 2024-11-18T19:03:14.708Z | Compiling cpufeatures v0.2.14 |
1183 | 2024-11-18T19:03:14.708Z | Compiling regex-syntax v0.8.5 |
1184 | 2024-11-18T19:03:14.708Z | Compiling either v1.13.0 |
1185 | 2024-11-18T19:03:14.708Z | Compiling lazy_static v1.5.0 |
1186 | 2024-11-18T19:03:14.708Z | Compiling futures-sink v0.3.31 |
1187 | 2024-11-18T19:03:14.708Z | Compiling glob v0.3.1 |
1188 | 2024-11-18T19:03:14.708Z | Compiling stable_deref_trait v1.2.0 |
1189 | 2024-11-18T19:03:14.708Z | Compiling socket2 v0.5.7 |
1190 | 2024-11-18T19:03:14.708Z | Compiling slab v0.4.9 |
1191 | 2024-11-18T19:03:14.708Z | Compiling prettyplease v0.2.25 |
1192 | 2024-11-18T19:03:14.708Z | Compiling minimal-lexical v0.2.1 |
1193 | 2024-11-18T19:03:14.709Z | Compiling clang-sys v1.8.1 |
1194 | 2024-11-18T19:03:14.709Z | Compiling libloading v0.8.5 |
1195 | 2024-11-18T19:03:14.709Z | Compiling nom v7.1.3 |
1196 | 2024-11-18T19:03:14.709Z | Compiling home v0.5.9 |
1197 | 2024-11-18T19:03:14.762Z | Compiling serde_json v1.0.132 |
1198 | 2024-11-18T19:03:14.763Z | Compiling bindgen v0.69.5 |
1199 | 2024-11-18T19:03:14.763Z | Compiling itertools v0.12.1 |
1200 | 2024-11-18T19:03:14.763Z | Compiling futures-channel v0.3.31 |
1201 | 2024-11-18T19:03:14.763Z | Compiling allocator-api2 v0.2.18 |
1202 | 2024-11-18T19:03:14.813Z | Compiling futures-io v0.3.31 |
1203 | 2024-11-18T19:03:15.110Z | Compiling lazycell v1.3.0 |
1204 | 2024-11-18T19:03:15.284Z | Compiling pin-utils v0.1.0 |
1205 | 2024-11-18T19:03:15.356Z | Compiling regex-automata v0.4.8 |
1206 | 2024-11-18T19:03:15.383Z | Compiling futures-task v0.3.31 |
1207 | 2024-11-18T19:03:15.687Z | Compiling rustc-hash v1.1.0 |
1208 | 2024-11-18T19:03:15.833Z | Compiling foldhash v0.1.3 |
1209 | 2024-11-18T19:03:16.121Z | Compiling hashbrown v0.15.0 |
1210 | 2024-11-18T19:03:16.979Z | Compiling synstructure v0.13.1 |
1211 | 2024-11-18T19:03:17.137Z | Compiling cexpr v0.6.0 |
1212 | 2024-11-18T19:03:17.438Z | Compiling cmake v0.1.51 |
1213 | 2024-11-18T19:03:18.505Z | Compiling libm v0.2.8 |
1214 | 2024-11-18T19:03:18.632Z | Compiling dunce v1.0.5 |
1215 | 2024-11-18T19:03:18.814Z | Compiling fs_extra v1.3.0 |
1216 | 2024-11-18T19:03:18.834Z | Compiling pkg-config v0.3.31 |
1217 | 2024-11-18T19:03:18.872Z | Compiling tinyvec_macros v0.1.1 |
1218 | 2024-11-18T19:03:18.919Z | Compiling tinyvec v1.8.0 |
1219 | 2024-11-18T19:03:18.980Z | Compiling num-traits v0.2.19 |
1220 | 2024-11-18T19:03:19.479Z | Compiling ring v0.17.8 |
1221 | 2024-11-18T19:03:20.279Z | Compiling writeable v0.5.5 |
1222 | 2024-11-18T19:03:20.298Z | Compiling litemap v0.7.3 |
1223 | 2024-11-18T19:03:20.429Z | Compiling unicode-normalization v0.1.24 |
1224 | 2024-11-18T19:03:20.602Z | Compiling unicode-bidi v0.3.17 |
1225 | 2024-11-18T19:03:20.660Z | Compiling paste v1.0.15 |
1226 | 2024-11-18T19:03:20.744Z | Compiling regex v1.11.1 |
1227 | 2024-11-18T19:03:20.856Z | Compiling base64ct v1.6.0 |
1228 | 2024-11-18T19:03:21.461Z | Compiling pem-rfc7468 v0.7.0 |
1229 | 2024-11-18T19:03:21.828Z | Compiling httparse v1.9.5 |
1230 | 2024-11-18T19:03:22.024Z | Compiling flagset v0.4.6 |
1231 | 2024-11-18T19:03:22.183Z | Compiling aws-lc-rs v1.10.0 |
1232 | 2024-11-18T19:03:22.624Z | Compiling tracing-core v0.1.32 |
1233 | 2024-11-18T19:03:22.661Z | Compiling rustls-pki-types v1.9.0 |
1234 | 2024-11-18T19:03:23.373Z | Compiling percent-encoding v2.3.1 |
1235 | 2024-11-18T19:03:23.524Z | Compiling crossbeam-utils v0.8.20 |
1236 | 2024-11-18T19:03:23.715Z | Compiling icu_locid_transform_data v1.5.0 |
1237 | 2024-11-18T19:03:23.737Z | Compiling serde_derive v1.0.215 |
1238 | 2024-11-18T19:03:23.737Z | Compiling zeroize_derive v1.4.2 |
1239 | 2024-11-18T19:03:23.818Z | Compiling zerocopy-derive v0.7.35 |
1240 | 2024-11-18T19:03:23.878Z | Compiling tokio-macros v2.4.0 |
1241 | 2024-11-18T19:03:24.110Z | Compiling zerofrom-derive v0.1.4 |
1242 | 2024-11-18T19:03:25.290Z | Compiling zeroize v1.8.1 |
1243 | 2024-11-18T19:03:25.487Z | Compiling yoke-derive v0.7.4 |
1244 | 2024-11-18T19:03:25.961Z | Compiling thiserror-impl v1.0.69 |
1245 | 2024-11-18T19:03:26.026Z | Compiling zerocopy v0.7.35 |
1246 | 2024-11-18T19:03:26.963Z | Compiling zerovec-derive v0.10.3 |
1247 | 2024-11-18T19:03:27.126Z | Compiling crypto-common v0.1.6 |
1248 | 2024-11-18T19:03:27.399Z | Compiling block-buffer v0.10.4 |
1249 | 2024-11-18T19:03:27.667Z | Compiling digest v0.10.7 |
1250 | 2024-11-18T19:03:27.737Z | Compiling futures-macro v0.3.31 |
1251 | 2024-11-18T19:03:28.086Z | Compiling block-padding v0.3.3 |
1252 | 2024-11-18T19:03:28.163Z | Compiling hmac v0.12.1 |
1253 | 2024-11-18T19:03:28.183Z | Compiling zerofrom v0.1.4 |
1254 | 2024-11-18T19:03:28.338Z | Compiling displaydoc v0.2.5 |
1255 | 2024-11-18T19:03:28.404Z | Compiling inout v0.1.3 |
1256 | 2024-11-18T19:03:28.408Z | Compiling sha2 v0.10.8 |
1257 | 2024-11-18T19:03:28.546Z | Compiling yoke v0.7.4 |
1258 | 2024-11-18T19:03:28.711Z | Compiling cipher v0.4.4 |
1259 | 2024-11-18T19:03:28.921Z | Compiling ppv-lite86 v0.2.20 |
1260 | 2024-11-18T19:03:29.265Z | Compiling der_derive v0.7.3 |
1261 | 2024-11-18T19:03:29.440Z | Compiling thiserror v1.0.69 |
1262 | 2024-11-18T19:03:29.572Z | Compiling icu_provider_macros v1.5.0 |
1263 | 2024-11-18T19:03:29.690Z | Compiling zerovec v0.10.4 |
1264 | 2024-11-18T19:03:29.732Z | Compiling futures-util v0.3.31 |
1265 | 2024-11-18T19:03:29.795Z | Compiling rand_chacha v0.3.1 |
1266 | 2024-11-18T19:03:30.128Z | Compiling tracing-attributes v0.1.27 |
1267 | 2024-11-18T19:03:30.718Z | Compiling rand v0.8.5 |
1268 | 2024-11-18T19:03:31.724Z | Compiling tinystr v0.7.6 |
1269 | 2024-11-18T19:03:31.890Z | Compiling der v0.7.9 |
1270 | 2024-11-18T19:03:31.916Z | Compiling icu_collections v1.5.0 |
1271 | 2024-11-18T19:03:32.135Z | Compiling icu_locid v1.5.0 |
1272 | 2024-11-18T19:03:32.156Z | Compiling pest v2.7.14 |
1273 | 2024-11-18T19:03:32.925Z | Compiling salsa20 v0.10.2 |
1274 | 2024-11-18T19:03:33.156Z | Compiling pbkdf2 v0.12.2 |
1275 | 2024-11-18T19:03:33.358Z | Compiling icu_provider v1.5.0 |
1276 | 2024-11-18T19:03:33.978Z | Compiling tracing v0.1.40 |
1277 | 2024-11-18T19:03:34.167Z | Compiling icu_locid_transform v1.5.0 |
1278 | 2024-11-18T19:03:34.486Z | Compiling spki v0.7.3 |
1279 | 2024-11-18T19:03:34.510Z | Compiling untrusted v0.9.0 |
1280 | 2024-11-18T19:03:34.605Z | Compiling vcpkg v0.2.15 |
1281 | 2024-11-18T19:03:34.681Z | Compiling icu_properties_data v1.5.0 |
1282 | 2024-11-18T19:03:34.871Z | Compiling untrusted v0.7.1 |
1283 | 2024-11-18T19:03:34.952Z | Compiling mirai-annotations v1.12.0 |
1284 | 2024-11-18T19:03:35.061Z | Compiling time-core v0.1.2 |
1285 | 2024-11-18T19:03:35.135Z | Compiling powerfmt v0.2.0 |
1286 | 2024-11-18T19:03:35.224Z | Compiling num-conv v0.1.0 |
1287 | 2024-11-18T19:03:35.245Z | Compiling pest_meta v2.7.14 |
1288 | 2024-11-18T19:03:35.288Z | Compiling icu_properties v1.5.1 |
1289 | 2024-11-18T19:03:35.505Z | Compiling time-macros v0.2.18 |
1290 | 2024-11-18T19:03:35.528Z | Compiling deranged v0.3.11 |
1291 | 2024-11-18T19:03:36.777Z | Compiling openssl-sys v0.9.104 |
1292 | 2024-11-18T19:03:37.493Z | Compiling scrypt v0.11.0 |
1293 | 2024-11-18T19:03:37.889Z | Compiling cbc v0.1.2 |
1294 | 2024-11-18T19:03:38.073Z | Compiling bitflags v2.6.0 |
1295 | 2024-11-18T19:03:38.130Z | Compiling bytes v1.8.0 |
1296 | 2024-11-18T19:03:38.311Z | Compiling indexmap v2.6.0 |
1297 | 2024-11-18T19:03:38.845Z | Compiling semver v1.0.23 |
1298 | 2024-11-18T19:03:39.431Z | Compiling tokio v1.40.0 |
1299 | 2024-11-18T19:03:39.616Z | Compiling http v1.1.0 |
1300 | 2024-11-18T19:03:39.782Z | Compiling rustc_version v0.4.1 |
1301 | 2024-11-18T19:03:39.804Z | Compiling aes v0.8.4 |
1302 | 2024-11-18T19:03:40.186Z | Compiling scroll_derive v0.12.0 |
1303 | 2024-11-18T19:03:40.294Z | Compiling icu_normalizer_data v1.5.0 |
1304 | 2024-11-18T19:03:40.405Z | Compiling utf8_iter v1.0.4 |
1305 | 2024-11-18T19:03:40.550Z | Compiling atomic-waker v1.1.2 |
1306 | 2024-11-18T19:03:40.650Z | Compiling utf16_iter v1.0.5 |
1307 | 2024-11-18T19:03:40.738Z | Compiling num_threads v0.1.7 |
1308 | 2024-11-18T19:03:40.858Z | Compiling write16 v1.0.0 |
1309 | 2024-11-18T19:03:40.880Z | Compiling time v0.3.36 |
1310 | 2024-11-18T19:03:40.988Z | Compiling icu_normalizer v1.5.0 |
1311 | 2024-11-18T19:03:41.337Z | Compiling http-body v1.0.1 |
1312 | 2024-11-18T19:03:41.581Z | Compiling pkcs5 v0.7.1 |
1313 | 2024-11-18T19:03:41.667Z | Compiling scroll v0.12.0 |
1314 | 2024-11-18T19:03:42.121Z | Compiling pest_generator v2.7.14 |
1315 | 2024-11-18T19:03:42.215Z | Compiling form_urlencoded v1.2.1 |
1316 | 2024-11-18T19:03:42.558Z | Compiling which v4.4.2 |
1317 | 2024-11-18T19:03:42.777Z | Compiling try-lock v0.2.5 |
1318 | 2024-11-18T19:03:42.845Z | Compiling slog v2.7.0 |
1319 | 2024-11-18T19:03:42.983Z | Compiling want v0.3.1 |
1320 | 2024-11-18T19:03:43.196Z | Compiling goblin v0.8.2 |
1321 | 2024-11-18T19:03:43.267Z | Compiling pkcs8 v0.10.2 |
1322 | 2024-11-18T19:03:43.413Z | Compiling idna_adapter v1.2.0 |
1323 | 2024-11-18T19:03:43.640Z | Compiling httpdate v1.0.3 |
1324 | 2024-11-18T19:03:43.822Z | Compiling idna v1.0.3 |
1325 | 2024-11-18T19:03:44.100Z | Compiling serde_tokenstream v0.2.2 |
1326 | 2024-11-18T19:03:44.180Z | Compiling pest_derive v2.7.14 |
1327 | 2024-11-18T19:03:44.704Z | Compiling serde_spanned v0.6.8 |
1328 | 2024-11-18T19:03:44.793Z | Compiling toml_datetime v0.6.8 |
1329 | 2024-11-18T19:03:44.919Z | Compiling uuid v1.11.0 |
1330 | 2024-11-18T19:03:44.993Z | Compiling dtrace-parser v0.2.0 |
1331 | 2024-11-18T19:03:45.313Z | Compiling rustversion v1.0.17 |
1332 | 2024-11-18T19:03:46.096Z | Compiling openssl v0.10.68 |
1333 | 2024-11-18T19:03:46.107Z | Compiling foreign-types-shared v0.1.1 |
1334 | 2024-11-18T19:03:46.107Z | Compiling base64 v0.22.1 |
1335 | 2024-11-18T19:03:46.144Z | Compiling match_cfg v0.1.0 |
1336 | 2024-11-18T19:03:46.208Z | Compiling iana-time-zone v0.1.61 |
1337 | 2024-11-18T19:03:46.243Z | Compiling tower-service v0.3.3 |
1338 | 2024-11-18T19:03:46.324Z | Compiling adler2 v2.0.0 |
1339 | 2024-11-18T19:03:46.367Z | Compiling chrono v0.4.38 |
1340 | 2024-11-18T19:03:46.536Z | Compiling miniz_oxide v0.8.0 |
1341 | 2024-11-18T19:03:46.643Z | Compiling hostname v0.3.1 |
1342 | 2024-11-18T19:03:46.831Z | Compiling foreign-types v0.3.2 |
1343 | 2024-11-18T19:03:46.949Z | Compiling url v2.5.3 |
1344 | 2024-11-18T19:03:47.160Z | Compiling openssl-macros v0.1.1 |
1345 | 2024-11-18T19:03:47.948Z | Compiling tokio-util v0.7.12 |
1346 | 2024-11-18T19:03:48.081Z | Compiling async-trait v0.1.83 |
1347 | 2024-11-18T19:03:48.440Z | Compiling dirs-sys-next v0.1.2 |
1348 | 2024-11-18T19:03:48.982Z | Compiling h2 v0.4.6 |
1349 | 2024-11-18T19:03:49.096Z | Compiling dof v0.3.0 |
1350 | 2024-11-18T19:03:49.379Z | Compiling rustls v0.22.4 |
1351 | 2024-11-18T19:03:49.630Z | Compiling native-tls v0.2.12 |
1352 | 2024-11-18T19:03:49.954Z | Compiling usdt-impl v0.5.0 |
1353 | 2024-11-18T19:03:50.076Z | Compiling data-encoding v2.6.0 |
1354 | 2024-11-18T19:03:50.821Z | Compiling siphasher v0.3.11 |
1355 | 2024-11-18T19:03:51.226Z | Compiling rustls v0.23.14 |
1356 | 2024-11-18T19:03:51.270Z | Compiling syn v1.0.109 |
1357 | 2024-11-18T19:03:51.535Z | Compiling dirs-next v2.0.0 |
1358 | 2024-11-18T19:03:51.969Z | Compiling http-body-util v0.1.2 |
1359 | 2024-11-18T19:03:52.542Z | Compiling heapless v0.7.17 |
1360 | 2024-11-18T19:03:52.562Z | Compiling crossbeam-epoch v0.9.18 |
1361 | 2024-11-18T19:03:52.993Z | Compiling sha1 v0.10.6 |
1362 | 2024-11-18T19:03:53.193Z | Compiling signature v2.2.0 |
1363 | 2024-11-18T19:03:53.357Z | Compiling bzip2-sys v0.1.11+1.0.8 |
1364 | 2024-11-18T19:03:53.398Z | Compiling serde_derive_internals v0.29.1 |
1365 | 2024-11-18T19:03:53.475Z | Compiling thread_local v1.1.8 |
1366 | 2024-11-18T19:03:53.478Z | Compiling multer v3.1.0 |
1367 | 2024-11-18T19:03:53.770Z | Compiling cookie v0.18.1 |
1368 | 2024-11-18T19:03:53.828Z | Compiling encoding_rs v0.8.34 |
1369 | 2024-11-18T19:03:54.038Z | Compiling rayon-core v1.12.1 |
1370 | 2024-11-18T19:03:54.059Z | Compiling mime v0.3.17 |
1371 | 2024-11-18T19:03:54.302Z | Compiling ipnet v2.10.1 |
1372 | 2024-11-18T19:03:54.638Z | Compiling schemars v0.8.21 |
1373 | 2024-11-18T19:03:54.977Z | Compiling openssl-probe v0.1.5 |
1374 | 2024-11-18T19:03:54.998Z | Compiling gimli v0.31.1 |
1375 | 2024-11-18T19:03:55.347Z | Compiling slog-async v2.8.0 |
1376 | 2024-11-18T19:03:55.518Z | Compiling unicode-properties v0.1.3 |
1377 | 2024-11-18T19:03:55.876Z | Compiling hyper v1.5.0 |
1378 | 2024-11-18T19:03:55.923Z | Compiling signal-hook v0.3.17 |
1379 | 2024-11-18T19:03:56.196Z | Compiling schemars_derive v0.8.21 |
1380 | 2024-11-18T19:03:56.284Z | Compiling stringprep v0.1.5 |
1381 | 2024-11-18T19:03:58.217Z | Compiling toml_edit v0.22.22 |
1382 | 2024-11-18T19:03:58.399Z | Compiling hyper-util v0.1.10 |
1383 | 2024-11-18T19:03:59.539Z | Compiling addr2line v0.24.2 |
1384 | 2024-11-18T19:04:00.179Z | Compiling usdt-attr-macro v0.5.0 |
1385 | 2024-11-18T19:04:00.226Z | Compiling usdt-macro v0.5.0 |
1386 | 2024-11-18T19:04:00.283Z | Compiling crossbeam-deque v0.8.5 |
1387 | 2024-11-18T19:04:00.588Z | Compiling term v0.7.0 |
1388 | 2024-11-18T19:04:01.119Z | Compiling slog-json v2.6.1 |
1389 | 2024-11-18T19:04:01.449Z | Compiling serde_urlencoded v0.7.1 |
1390 | 2024-11-18T19:04:01.497Z | Compiling curve25519-dalek v4.1.3 |
1391 | 2024-11-18T19:04:01.621Z | Compiling crossbeam-channel v0.5.13 |
1392 | 2024-11-18T19:04:01.777Z | Compiling futures-executor v0.3.31 |
1393 | 2024-11-18T19:04:02.001Z | Compiling enum-as-inner v0.6.1 |
1394 | 2024-11-18T19:04:02.078Z | Compiling md-5 v0.10.6 |
1395 | 2024-11-18T19:04:02.100Z | Compiling async-stream-impl v0.3.6 |
1396 | 2024-11-18T19:04:02.360Z | Compiling num-integer v0.1.46 |
1397 | 2024-11-18T19:04:02.412Z | Compiling rustls-pemfile v2.2.0 |
1398 | 2024-11-18T19:04:02.753Z | Compiling idna v0.4.0 |
1399 | 2024-11-18T19:04:02.778Z | Compiling idna v0.3.0 |
1400 | 2024-11-18T19:04:03.147Z | Compiling hash32 v0.2.1 |
1401 | 2024-11-18T19:04:03.204Z | Compiling ff v0.13.0 |
1402 | 2024-11-18T19:04:03.427Z | Compiling is-terminal v0.4.13 |
1403 | 2024-11-18T19:04:03.527Z | Compiling dropshot v0.12.0 |
1404 | 2024-11-18T19:04:03.530Z | Compiling object v0.36.5 |
1405 | 2024-11-18T19:04:03.568Z | Compiling smoltcp v0.9.1 |
1406 | 2024-11-18T19:04:03.824Z | Compiling linked-hash-map v0.5.6 |
1407 | 2024-11-18T19:04:04.181Z | Compiling psl-types v2.0.11 |
1408 | 2024-11-18T19:04:04.261Z | Compiling dyn-clone v1.0.17 |
1409 | 2024-11-18T19:04:04.374Z | Compiling quick-error v1.2.3 |
1410 | 2024-11-18T19:04:04.393Z | Compiling base16ct v0.2.0 |
1411 | 2024-11-18T19:04:04.462Z | Compiling num-bigint-dig v0.8.4 |
1412 | 2024-11-18T19:04:04.483Z | Compiling anyhow v1.0.93 |
1413 | 2024-11-18T19:04:04.513Z | Compiling rustc-demangle v0.1.24 |
1414 | 2024-11-18T19:04:04.708Z | Compiling utf-8 v0.7.6 |
1415 | 2024-11-18T19:04:04.748Z | Compiling portable-atomic v1.9.0 |
1416 | 2024-11-18T19:04:05.044Z | Compiling fallible-iterator v0.2.0 |
1417 | 2024-11-18T19:04:05.127Z | Compiling take_mut v0.2.2 |
1418 | 2024-11-18T19:04:05.759Z | Compiling postgres-protocol v0.6.7 |
1419 | 2024-11-18T19:04:06.023Z | Compiling tungstenite v0.24.0 |
1420 | 2024-11-18T19:04:06.028Z | Compiling sec1 v0.7.3 |
1421 | 2024-11-18T19:04:06.512Z | Compiling resolv-conf v0.7.0 |
1422 | 2024-11-18T19:04:06.641Z | Compiling publicsuffix v2.2.3 |
1423 | 2024-11-18T19:04:06.923Z | Compiling lru-cache v0.1.2 |
1424 | 2024-11-18T19:04:07.124Z | Compiling hickory-proto v0.24.1 |
1425 | 2024-11-18T19:04:07.212Z | Compiling async-stream v0.3.6 |
1426 | 2024-11-18T19:04:07.321Z | Compiling slog-term v2.9.1 |
1427 | 2024-11-18T19:04:08.313Z | Compiling usdt v0.5.0 |
1428 | 2024-11-18T19:04:08.602Z | Compiling group v0.13.0 |
1429 | 2024-11-18T19:04:08.805Z | Compiling num-iter v0.1.45 |
1430 | 2024-11-18T19:04:08.935Z | Compiling futures v0.3.31 |
1431 | 2024-11-18T19:04:08.937Z | Compiling toml v0.8.19 |
1432 | 2024-11-18T19:04:08.993Z | Compiling slog-bunyan v2.5.0 |
1433 | 2024-11-18T19:04:10.362Z | Compiling camino v1.1.9 |
1434 | 2024-11-18T19:04:10.771Z | Compiling backtrace v0.3.74 |
1435 | 2024-11-18T19:04:11.033Z | Compiling tokio-native-tls v0.3.1 |
1436 | 2024-11-18T19:04:11.340Z | Compiling phf_shared v0.11.2 |
1437 | 2024-11-18T19:04:11.455Z | Compiling dropshot_endpoint v0.12.0 |
1438 | 2024-11-18T19:04:11.536Z | Compiling terminal_size v0.4.0 |
1439 | 2024-11-18T19:04:11.713Z | Compiling waitgroup v0.1.2 |
1440 | 2024-11-18T19:04:11.739Z | Compiling openapiv3 v2.0.0 |
1441 | 2024-11-18T19:04:11.939Z | Compiling serde_path_to_error v0.1.16 |
1442 | 2024-11-18T19:04:12.345Z | Compiling hkdf v0.12.4 |
1443 | 2024-11-18T19:04:12.601Z | Compiling crypto-bigint v0.5.5 |
1444 | 2024-11-18T19:04:12.823Z | Compiling zerocopy-derive v0.6.6 |
1445 | 2024-11-18T19:04:14.513Z | Compiling curve25519-dalek-derive v0.1.1 |
1446 | 2024-11-18T19:04:14.760Z | Compiling hubpack_derive v0.1.1 |
1447 | 2024-11-18T19:04:15.195Z | Compiling webpki-roots v0.26.6 |
1448 | 2024-11-18T19:04:15.417Z | Compiling idna v0.5.0 |
1449 | 2024-11-18T19:04:15.669Z | Compiling hostname v0.4.0 |
1450 | 2024-11-18T19:04:15.949Z | Compiling fs-err v2.11.0 |
1451 | 2024-11-18T19:04:16.053Z | Compiling crc32fast v1.4.2 |
1452 | 2024-11-18T19:04:16.154Z | Compiling ahash v0.8.11 |
1453 | 2024-11-18T19:04:16.184Z | Compiling managed v0.8.0 |
1454 | 2024-11-18T19:04:16.236Z | Compiling debug-ignore v1.0.5 |
1455 | 2024-11-18T19:04:16.385Z | Compiling bitflags v1.3.2 |
1456 | 2024-11-18T19:04:16.389Z | Compiling winnow v0.5.40 |
1457 | 2024-11-18T19:04:16.500Z | Compiling strum_macros v0.25.3 |
1458 | 2024-11-18T19:04:16.550Z | Compiling console v0.15.8 |
1459 | 2024-11-18T19:04:17.051Z | Compiling clap_builder v4.5.21 |
1460 | 2024-11-18T19:04:17.675Z | Compiling flate2 v1.0.34 |
1461 | 2024-11-18T19:04:18.345Z | Compiling cookie_store v0.21.0 |
1462 | 2024-11-18T19:04:18.762Z | Compiling hubpack v0.1.2 |
1463 | 2024-11-18T19:04:18.807Z | Compiling elliptic-curve v0.13.8 |
1464 | 2024-11-18T19:04:19.218Z | Compiling zerocopy v0.6.6 |
1465 | 2024-11-18T19:04:19.659Z | Compiling hickory-resolver v0.24.1 |
1466 | 2024-11-18T19:04:19.969Z | Compiling toml_edit v0.19.15 |
1467 | 2024-11-18T19:04:20.118Z | Compiling signal-hook-mio v0.2.4 |
1468 | 2024-11-18T19:04:20.287Z | Compiling phf v0.11.2 |
1469 | 2024-11-18T19:04:20.584Z | Compiling hyper-tls v0.6.0 |
1470 | 2024-11-18T19:04:20.777Z | Compiling rayon v1.10.0 |
1471 | 2024-11-18T19:04:21.012Z | Compiling bzip2 v0.4.4 |
1472 | 2024-11-18T19:04:21.401Z | Compiling tokio-tungstenite v0.24.0 |
1473 | 2024-11-18T19:04:21.947Z | Compiling postgres-types v0.2.8 |
1474 | 2024-11-18T19:04:24.911Z | Compiling ed25519 v2.2.3 |
1475 | 2024-11-18T19:04:25.678Z | Compiling phf_shared v0.10.0 |
1476 | 2024-11-18T19:04:26.092Z | Compiling tokio-stream v0.1.16 |
1477 | 2024-11-18T19:04:26.429Z | Compiling pkcs1 v0.7.5 |
1478 | 2024-11-18T19:04:26.774Z | Compiling serde-big-array v0.5.1 |
1479 | 2024-11-18T19:04:26.796Z | Compiling clap_derive v4.5.18 |
1480 | 2024-11-18T19:04:26.828Z | Compiling rfc6979 v0.4.0 |
1481 | 2024-11-18T19:04:27.006Z | Compiling serde_repr v0.1.19 |
1482 | 2024-11-18T19:04:27.027Z | Compiling derive-where v1.2.7 |
1483 | 2024-11-18T19:04:27.178Z | Compiling float-cmp v0.9.0 |
1484 | 2024-11-18T19:04:27.417Z | Compiling bstr v1.10.0 |
1485 | 2024-11-18T19:04:27.435Z | Compiling sync_wrapper v1.0.1 |
1486 | 2024-11-18T19:04:27.595Z | Compiling number_prefix v0.4.0 |
1487 | 2024-11-18T19:04:27.831Z | Compiling bit-vec v0.6.3 |
1488 | 2024-11-18T19:04:28.128Z | Compiling unicode-segmentation v1.12.0 |
1489 | 2024-11-18T19:04:28.194Z | Compiling normalize-line-endings v0.3.0 |
1490 | 2024-11-18T19:04:28.326Z | Compiling new_debug_unreachable v1.0.6 |
1491 | 2024-11-18T19:04:28.345Z | Compiling predicates-core v1.0.8 |
1492 | 2024-11-18T19:04:28.427Z | Compiling fixedbitset v0.4.2 |
1493 | 2024-11-18T19:04:28.708Z | Compiling precomputed-hash v0.1.1 |
1494 | 2024-11-18T19:04:28.831Z | Compiling static_assertions v1.1.0 |
1495 | 2024-11-18T19:04:28.893Z | Compiling unicode-width v0.2.0 |
1496 | 2024-11-18T19:04:28.936Z | Compiling difflib v0.4.0 |
1497 | 2024-11-18T19:04:29.015Z | Compiling whoami v1.5.2 |
1498 | 2024-11-18T19:04:29.186Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
1499 | 2024-11-18T19:04:29.403Z | Compiling predicates v3.1.2 |
1500 | 2024-11-18T19:04:29.639Z | Compiling tokio-postgres v0.7.12 |
1501 | 2024-11-18T19:04:30.606Z | Compiling indicatif v0.17.9 |
1502 | 2024-11-18T19:04:30.700Z | Compiling similar v2.6.0 |
1503 | 2024-11-18T19:04:31.203Z | Compiling string_cache v0.8.7 |
1504 | 2024-11-18T19:04:31.693Z | Compiling petgraph v0.6.5 |
1505 | 2024-11-18T19:04:31.940Z | Compiling clap v4.5.21 |
1506 | 2024-11-18T19:04:32.069Z | Compiling bit-set v0.5.3 |
1507 | 2024-11-18T19:04:32.370Z | Compiling ecdsa v0.16.9 |
1508 | 2024-11-18T19:04:32.895Z | Compiling rsa v0.9.6 |
1509 | 2024-11-18T19:04:33.133Z | Compiling ed25519-dalek v2.1.1 |
1510 | 2024-11-18T19:04:33.251Z | Compiling toml v0.7.8 |
1511 | 2024-11-18T19:04:34.501Z | Compiling zip v0.6.6 |
1512 | 2024-11-18T19:04:34.988Z | Compiling crossterm v0.28.1 |
1513 | 2024-11-18T19:04:35.883Z | Compiling hex v0.4.3 |
1514 | 2024-11-18T19:04:35.946Z | Compiling x509-cert v0.2.5 |
1515 | 2024-11-18T19:04:36.188Z | Compiling itertools v0.10.5 |
1516 | 2024-11-18T19:04:36.456Z | Compiling unicode-xid v0.2.6 |
1517 | 2024-11-18T19:04:36.476Z | Compiling lalrpop-util v0.19.12 |
1518 | 2024-11-18T19:04:36.504Z | Compiling peg-runtime v0.8.3 |
1519 | 2024-11-18T19:04:36.629Z | Compiling strum_macros v0.26.4 |
1520 | 2024-11-18T19:04:36.837Z | Compiling xattr v1.3.1 |
1521 | 2024-11-18T19:04:37.102Z | Compiling filetime v0.2.25 |
1522 | 2024-11-18T19:04:37.435Z | Compiling tar v0.4.43 |
1523 | 2024-11-18T19:04:41.879Z | Compiling strum v0.26.3 |
1524 | 2024-11-18T19:04:44.564Z | Compiling aws-lc-sys v0.22.0 |
1525 | 2024-11-18T19:05:12.359Z | Compiling rustls-webpki v0.102.8 |
1526 | 2024-11-18T19:05:15.693Z | Compiling tokio-rustls v0.25.0 |
1527 | 2024-11-18T19:05:17.491Z | Compiling tokio-rustls v0.26.0 |
1528 | 2024-11-18T19:05:17.820Z | Compiling hyper-rustls v0.27.3 |
1529 | 2024-11-18T19:05:18.176Z | Compiling reqwest v0.12.9 |
1530 | 2024-11-18T19:05:19.117Z | Compiling qorb v0.2.0 |
1531 | 2024-11-18T19:05:24.256Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1532 | 2024-11-18T19:05:24.490Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
1533 | 2024-11-18T19:05:30.303Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 25s |
1534 | 2024-11-18T19:05:30.459Z | Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
1535 | 2024-11-18T19:05:30.510Z | Nov 18 19:05:29.632 INFO Starting download, target: Clickhouse |
1536 | 2024-11-18T19:05:30.510Z | Nov 18 19:05:29.632 INFO Starting download, target: Console |
1537 | 2024-11-18T19:05:30.510Z | Nov 18 19:05:29.632 INFO Starting download, target: Cockroach |
1538 | 2024-11-18T19:05:30.512Z | Nov 18 19:05:29.632 INFO Starting download, target: DendriteOpenapi |
1539 | 2024-11-18T19:05:30.512Z | Nov 18 19:05:29.632 INFO Starting download, target: DendriteStub |
1540 | 2024-11-18T19:05:30.512Z | Nov 18 19:05:29.632 INFO Starting download, target: MaghemiteMgd |
1541 | 2024-11-18T19:05:30.512Z | Nov 18 19:05:29.632 INFO Starting download, target: TransceiverControl |
1542 | 2024-11-18T19:05:30.512Z | Nov 18 19:05:29.633 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console |
1543 | 2024-11-18T19:05:30.512Z | Nov 18 19:05:29.633 INFO Downloading out/downloads/dpd-d0017d6983e8a95d8136398eeadec12f410d3282.json (attempt 1/3), target: DendriteOpenapi |
1544 | 2024-11-18T19:05:30.512Z | Nov 18 19:05:29.633 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl |
1545 | 2024-11-18T19:05:30.512Z | Nov 18 19:05:29.633 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse |
1546 | 2024-11-18T19:05:30.512Z | Nov 18 19:05:29.633 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach |
1547 | 2024-11-18T19:05:30.512Z | Nov 18 19:05:29.633 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd |
1548 | 2024-11-18T19:05:30.512Z | Nov 18 19:05:29.633 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub |
1549 | 2024-11-18T19:05:30.793Z | Nov 18 19:05:29.913 INFO Download complete, target: DendriteOpenapi |
1550 | 2024-11-18T19:05:30.933Z | Nov 18 19:05:30.029 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl |
1551 | 2024-11-18T19:05:31.088Z | Nov 18 19:05:30.168 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console |
1552 | 2024-11-18T19:05:31.379Z | Nov 18 19:05:30.487 INFO Download complete, target: Console |
1553 | 2024-11-18T19:05:31.451Z | Nov 18 19:05:30.562 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub |
1554 | 2024-11-18T19:05:31.577Z | Nov 18 19:05:30.699 INFO Download complete, target: TransceiverControl |
1555 | 2024-11-18T19:05:31.615Z | Nov 18 19:05:30.734 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd |
1556 | 2024-11-18T19:05:32.144Z | Nov 18 19:05:31.259 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach |
1557 | 2024-11-18T19:05:32.144Z | Nov 18 19:05:31.259 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach |
1558 | 2024-11-18T19:05:32.819Z | Nov 18 19:05:31.942 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse |
1559 | 2024-11-18T19:05:34.389Z | Nov 18 19:05:33.512 INFO Download complete, target: DendriteStub |
1560 | 2024-11-18T19:05:34.499Z | Nov 18 19:05:33.622 INFO Download complete, target: MaghemiteMgd |
1561 | 2024-11-18T19:05:39.557Z | Nov 18 19:05:38.679 INFO Checking that binary works, target: Cockroach |
1562 | 2024-11-18T19:05:39.812Z | Nov 18 19:05:38.935 INFO Download complete, target: Cockroach |
1563 | 2024-11-18T19:05:44.956Z | Nov 18 19:05:44.077 INFO Checking that binary works, target: Clickhouse |
1564 | 2024-11-18T19:05:45.112Z | Nov 18 19:05:44.233 INFO Download complete, target: Clickhouse |
1565 | 2024-11-18T19:05:45.132Z | All builder prerequisites installed successfully, and PATH looks valid |
1566 | 2024-11-18T19:05:45.136Z | |
1567 | 2024-11-18T19:05:45.136Z | real 4:45.627066310 |
1568 | 2024-11-18T19:05:45.136Z | user 16:25.785648047 |
1569 | 2024-11-18T19:05:45.136Z | sys 3:14.149817797 |
1570 | 2024-11-18T19:05:45.136Z | trap 0.540523896 |
1571 | 2024-11-18T19:05:45.136Z | tflt 1.496305172 |
1572 | 2024-11-18T19:05:45.136Z | dflt 2.250627729 |
1573 | 2024-11-18T19:05:45.136Z | kflt 0.023553855 |
1574 | 2024-11-18T19:05:45.136Z | lock 29:15.327904090 |
1575 | 2024-11-18T19:05:45.136Z | slp 1:01:06.174827638 |
1576 | 2024-11-18T19:05:45.136Z | lat 59.279938284 |
1577 | 2024-11-18T19:05:45.136Z | stop 2:20.422219169 |
1578 | 2024-11-18T19:05:45.137Z | + banner clippy |
1579 | 2024-11-18T19:05:45.141Z | |
1580 | 2024-11-18T19:05:45.141Z | #### # # ##### ##### # # |
1581 | 2024-11-18T19:05:45.141Z | # # # # # # # # # # |
1582 | 2024-11-18T19:05:45.141Z | # # # # # # # # |
1583 | 2024-11-18T19:05:45.141Z | # # # ##### ##### # |
1584 | 2024-11-18T19:05:45.142Z | # # # # # # # |
1585 | 2024-11-18T19:05:45.142Z | #### ###### # # # # |
1586 | 2024-11-18T19:05:45.142Z | |
1587 | 2024-11-18T19:05:45.142Z | + export CARGO_INCREMENTAL=0 |
1588 | 2024-11-18T19:05:45.142Z | + CARGO_INCREMENTAL=0 |
1589 | 2024-11-18T19:05:45.142Z | + ptime -m cargo xtask clippy |
1590 | 2024-11-18T19:05:45.660Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
1591 | 2024-11-18T19:05:49.319Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.13s |
1592 | 2024-11-18T19:05:49.375Z | Running `target/debug/xtask clippy` |
1593 | 2024-11-18T19:05:49.396Z | running: /home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/cargo "clippy" "--all-targets" "--workspace" "--" "--deny" "warnings" |
1594 | 2024-11-18T19:05:50.064Z | Downloading crates ... |
1595 | 2024-11-18T19:05:50.370Z | Downloaded blocking v1.6.1 |
1596 | 2024-11-18T19:05:50.403Z | Downloaded anes v0.1.6 |
1597 | 2024-11-18T19:05:50.412Z | Downloaded assert-json-diff v2.0.2 |
1598 | 2024-11-18T19:05:50.415Z | Downloaded async-signal v0.2.10 |
1599 | 2024-11-18T19:05:50.415Z | Downloaded async-object-pool v0.1.5 |
1600 | 2024-11-18T19:05:50.419Z | Downloaded async-lock v3.4.0 |
1601 | 2024-11-18T19:05:50.419Z | Downloaded approx v0.5.1 |
1602 | 2024-11-18T19:05:50.419Z | Downloaded async-channel v2.3.1 |
1603 | 2024-11-18T19:05:50.426Z | Downloaded async-global-executor v2.4.1 |
1604 | 2024-11-18T19:05:50.426Z | Downloaded async-attributes v1.1.2 |
1605 | 2024-11-18T19:05:50.426Z | Downloaded assert_cmd v2.0.16 |
1606 | 2024-11-18T19:05:50.430Z | Downloaded async-channel v1.9.0 |
1607 | 2024-11-18T19:05:50.430Z | Downloaded async-process v2.3.0 |
1608 | 2024-11-18T19:05:50.430Z | Downloaded escape8259 v0.5.3 |
1609 | 2024-11-18T19:05:50.430Z | Downloaded async-io v2.3.4 |
1610 | 2024-11-18T19:05:50.436Z | Downloaded async-executor v1.13.1 |
1611 | 2024-11-18T19:05:50.436Z | Downloaded doc-comment v0.3.3 |
1612 | 2024-11-18T19:05:50.444Z | Downloaded indoc v2.0.5 |
1613 | 2024-11-18T19:05:50.444Z | Downloaded guppy-workspace-hack v0.1.0 |
1614 | 2024-11-18T19:05:50.444Z | Downloaded event-listener v2.5.3 |
1615 | 2024-11-18T19:05:50.450Z | Downloaded nested v0.1.1 |
1616 | 2024-11-18T19:05:50.450Z | Downloaded piper v0.2.4 |
1617 | 2024-11-18T19:05:50.450Z | Downloaded futures-timer v3.0.3 |
1618 | 2024-11-18T19:05:50.456Z | Downloaded criterion-plot v0.5.0 |
1619 | 2024-11-18T19:05:50.456Z | Downloaded cast v0.3.0 |
1620 | 2024-11-18T19:05:50.456Z | Downloaded event-listener-strategy v0.5.2 |
1621 | 2024-11-18T19:05:50.456Z | Downloaded concurrent-queue v2.5.0 |
1622 | 2024-11-18T19:05:50.456Z | Downloaded oorandom v11.1.4 |
1623 | 2024-11-18T19:05:50.456Z | Downloaded datatest-stable v0.2.9 |
1624 | 2024-11-18T19:05:50.460Z | Downloaded pathdiff v0.2.2 |
1625 | 2024-11-18T19:05:50.460Z | Downloaded target-triple v0.1.3 |
1626 | 2024-11-18T19:05:50.464Z | Downloaded plotters-svg v0.3.7 |
1627 | 2024-11-18T19:05:50.475Z | Downloaded kv-log-macro v1.0.7 |
1628 | 2024-11-18T19:05:50.478Z | Downloaded num_cpus v1.16.0 |
1629 | 2024-11-18T19:05:50.495Z | Downloaded threadpool v1.8.1 |
1630 | 2024-11-18T19:05:50.497Z | Downloaded blake2b_simd v1.0.2 |
1631 | 2024-11-18T19:05:50.497Z | Downloaded similar-asserts v1.6.0 |
1632 | 2024-11-18T19:05:50.501Z | Downloaded proc-macro-crate v3.2.0 |
1633 | 2024-11-18T19:05:50.501Z | Downloaded plotters-backend v0.3.7 |
1634 | 2024-11-18T19:05:50.506Z | Downloaded path-tree v0.8.1 |
1635 | 2024-11-18T19:05:50.506Z | Downloaded parking v2.2.1 |
1636 | 2024-11-18T19:05:50.506Z | Downloaded serde_regex v1.1.0 |
1637 | 2024-11-18T19:05:50.507Z | Downloaded target-spec v3.2.2 |
1638 | 2024-11-18T19:05:50.511Z | Downloaded relative-path v1.9.3 |
1639 | 2024-11-18T19:05:50.511Z | Downloaded hyper-rustls v0.26.0 |
1640 | 2024-11-18T19:05:50.511Z | Downloaded futures-lite v2.3.0 |
1641 | 2024-11-18T19:05:50.516Z | Downloaded async-task v4.7.1 |
1642 | 2024-11-18T19:05:50.516Z | Downloaded target-lexicon v0.12.16 |
1643 | 2024-11-18T19:05:50.521Z | Downloaded stringmetrics v2.2.2 |
1644 | 2024-11-18T19:05:50.521Z | Downloaded rustls-native-certs v0.7.3 |
1645 | 2024-11-18T19:05:50.521Z | Downloaded rust-argon2 v2.1.0 |
1646 | 2024-11-18T19:05:50.525Z | Downloaded trybuild v1.0.101 |
1647 | 2024-11-18T19:05:50.528Z | Downloaded tinytemplate v1.2.1 |
1648 | 2024-11-18T19:05:50.528Z | Downloaded rstest v0.23.0 |
1649 | 2024-11-18T19:05:50.533Z | Downloaded rstest_macros v0.23.0 |
1650 | 2024-11-18T19:05:50.537Z | Downloaded rand_distr v0.4.3 |
1651 | 2024-11-18T19:05:50.541Z | Downloaded polling v3.7.3 |
1652 | 2024-11-18T19:05:50.549Z | Downloaded libtest-mimic v0.7.3 |
1653 | 2024-11-18T19:05:50.549Z | Downloaded partial-io v0.5.4 |
1654 | 2024-11-18T19:05:50.553Z | Downloaded yansi v1.0.1 |
1655 | 2024-11-18T19:05:50.553Z | Downloaded pretty_assertions v1.4.1 |
1656 | 2024-11-18T19:05:50.554Z | Downloaded fancy-regex v0.13.0 |
1657 | 2024-11-18T19:05:50.554Z | Downloaded httptest v0.16.1 |
1658 | 2024-11-18T19:05:50.557Z | Downloaded event-listener v5.3.1 |
1659 | 2024-11-18T19:05:50.558Z | Downloaded criterion v0.5.1 |
1660 | 2024-11-18T19:05:50.566Z | Downloaded plotters v0.3.7 |
1661 | 2024-11-18T19:05:50.571Z | Downloaded guppy v0.17.8 |
1662 | 2024-11-18T19:05:50.577Z | Downloaded cfg-expr v0.17.0 |
1663 | 2024-11-18T19:05:50.580Z | Downloaded async-std v1.13.0 |
1664 | 2024-11-18T19:05:50.672Z | Downloaded httpmock v0.8.0-alpha.1 |
1665 | 2024-11-18T19:05:51.429Z | Checking cfg-if v1.0.0 |
1666 | 2024-11-18T19:05:51.498Z | Checking libc v0.2.162 |
1667 | 2024-11-18T19:05:51.518Z | Checking serde v1.0.215 |
1668 | 2024-11-18T19:05:51.536Z | Checking memchr v2.7.4 |
1669 | 2024-11-18T19:05:51.558Z | Checking value-bag v1.9.0 |
1670 | 2024-11-18T19:05:51.577Z | Checking scopeguard v1.2.0 |
1671 | 2024-11-18T19:05:51.602Z | Checking zeroize v1.8.1 |
1672 | 2024-11-18T19:05:51.627Z | Checking smallvec v1.13.2 |
1673 | 2024-11-18T19:05:51.657Z | Checking itoa v1.0.11 |
1674 | 2024-11-18T19:05:51.717Z | Checking lock_api v0.4.12 |
1675 | 2024-11-18T19:05:51.877Z | Checking byteorder v1.5.0 |
1676 | 2024-11-18T19:05:51.902Z | Checking pin-project-lite v0.2.14 |
1677 | 2024-11-18T19:05:51.954Z | Checking log v0.4.22 |
1678 | 2024-11-18T19:05:51.994Z | Checking subtle v2.6.1 |
1679 | 2024-11-18T19:05:52.026Z | Checking once_cell v1.20.2 |
1680 | 2024-11-18T19:05:52.178Z | Checking typenum v1.17.0 |
1681 | 2024-11-18T19:05:52.253Z | Checking futures-core v0.3.31 |
1682 | 2024-11-18T19:05:52.322Z | Checking zerocopy v0.7.35 |
1683 | 2024-11-18T19:05:52.350Z | Checking libm v0.2.8 |
1684 | 2024-11-18T19:05:52.372Z | Checking thiserror v1.0.69 |
1685 | 2024-11-18T19:05:52.440Z | Checking ryu v1.0.18 |
1686 | 2024-11-18T19:05:52.479Z | Checking spin v0.9.8 |
1687 | 2024-11-18T19:05:52.513Z | Checking const-oid v0.9.6 |
1688 | 2024-11-18T19:05:52.633Z | Checking getrandom v0.2.15 |
1689 | 2024-11-18T19:05:52.664Z | Checking signal-hook-registry v1.4.2 |
1690 | 2024-11-18T19:05:52.846Z | Checking parking_lot_core v0.9.10 |
1691 | 2024-11-18T19:05:52.878Z | Checking rand_core v0.6.4 |
1692 | 2024-11-18T19:05:52.929Z | Checking mio v1.0.2 |
1693 | 2024-11-18T19:05:53.177Z | Checking parking_lot v0.12.3 |
1694 | 2024-11-18T19:05:53.203Z | Checking socket2 v0.5.7 |
1695 | 2024-11-18T19:05:53.228Z | Checking num-traits v0.2.19 |
1696 | 2024-11-18T19:05:53.490Z | Checking generic-array v0.14.7 |
1697 | 2024-11-18T19:05:53.537Z | Checking futures-io v0.3.31 |
1698 | 2024-11-18T19:05:53.563Z | Checking slab v0.4.9 |
1699 | 2024-11-18T19:05:53.665Z | Checking allocator-api2 v0.2.18 |
1700 | 2024-11-18T19:05:53.721Z | Checking cpufeatures v0.2.14 |
1701 | 2024-11-18T19:05:53.753Z | Checking futures-sink v0.3.31 |
1702 | 2024-11-18T19:05:53.827Z | Checking pin-utils v0.1.0 |
1703 | 2024-11-18T19:05:53.855Z | Checking equivalent v1.0.1 |
1704 | 2024-11-18T19:05:53.906Z | Checking foldhash v0.1.3 |
1705 | 2024-11-18T19:05:53.933Z | Checking futures-channel v0.3.31 |
1706 | 2024-11-18T19:05:53.971Z | Checking futures-task v0.3.31 |
1707 | 2024-11-18T19:05:54.133Z | Checking stable_deref_trait v1.2.0 |
1708 | 2024-11-18T19:05:54.228Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1709 | 2024-11-18T19:05:54.256Z | Checking iana-time-zone v0.1.61 |
1710 | 2024-11-18T19:05:54.258Z | Checking hashbrown v0.15.0 |
1711 | 2024-11-18T19:05:54.301Z | Checking futures-util v0.3.31 |
1712 | 2024-11-18T19:05:54.387Z | Checking fnv v1.0.7 |
1713 | 2024-11-18T19:05:54.413Z | Checking ppv-lite86 v0.2.20 |
1714 | 2024-11-18T19:05:54.516Z | Checking tracing-core v0.1.32 |
1715 | 2024-11-18T19:05:54.568Z | Checking errno v0.3.9 |
1716 | 2024-11-18T19:05:54.658Z | Checking crypto-common v0.1.6 |
1717 | 2024-11-18T19:05:54.758Z | Checking block-buffer v0.10.4 |
1718 | 2024-11-18T19:05:54.862Z | Checking zerofrom v0.1.4 |
1719 | 2024-11-18T19:05:54.892Z | Checking dyn-clone v1.0.17 |
1720 | 2024-11-18T19:05:54.998Z | Checking digest v0.10.7 |
1721 | 2024-11-18T19:05:55.044Z | Checking block-padding v0.3.3 |
1722 | 2024-11-18T19:05:55.091Z | Checking yoke v0.7.4 |
1723 | 2024-11-18T19:05:55.220Z | Checking rand_chacha v0.3.1 |
1724 | 2024-11-18T19:05:55.222Z | Checking tracing v0.1.40 |
1725 | 2024-11-18T19:05:55.262Z | Checking inout v0.1.3 |
1726 | 2024-11-18T19:05:55.403Z | Checking crossbeam-utils v0.8.20 |
1727 | 2024-11-18T19:05:55.428Z | Checking zerovec v0.10.4 |
1728 | 2024-11-18T19:05:55.481Z | Checking percent-encoding v2.3.1 |
1729 | 2024-11-18T19:05:55.505Z | Checking cipher v0.4.4 |
1730 | 2024-11-18T19:05:55.575Z | Checking litemap v0.7.3 |
1731 | 2024-11-18T19:05:55.601Z | Checking rand v0.8.5 |
1732 | 2024-11-18T19:05:55.685Z | Checking writeable v0.5.5 |
1733 | 2024-11-18T19:05:55.906Z | Checking tinyvec_macros v0.1.1 |
1734 | 2024-11-18T19:05:55.932Z | Checking form_urlencoded v1.2.1 |
1735 | 2024-11-18T19:05:56.001Z | Checking tinyvec v1.8.0 |
1736 | 2024-11-18T19:05:56.027Z | Checking httparse v1.9.5 |
1737 | 2024-11-18T19:05:56.092Z | Checking regex-syntax v0.8.5 |
1738 | 2024-11-18T19:05:56.121Z | Checking base64ct v1.6.0 |
1739 | 2024-11-18T19:05:56.456Z | Checking atomic-waker v1.1.2 |
1740 | 2024-11-18T19:05:56.481Z | Checking bytes v1.8.0 |
1741 | 2024-11-18T19:05:56.567Z | Checking bitflags v2.6.0 |
1742 | 2024-11-18T19:05:56.603Z | Checking serde_json v1.0.132 |
1743 | 2024-11-18T19:05:56.881Z | Checking indexmap v2.6.0 |
1744 | 2024-11-18T19:05:56.919Z | Checking chrono v0.4.38 |
1745 | 2024-11-18T19:05:57.107Z | Checking rustix v0.38.37 |
1746 | 2024-11-18T19:05:57.254Z | Checking uuid v1.11.0 |
1747 | 2024-11-18T19:05:57.280Z | Checking tokio v1.40.0 |
1748 | 2024-11-18T19:05:57.902Z | Checking http v1.1.0 |
1749 | 2024-11-18T19:05:58.206Z | Checking tinystr v0.7.6 |
1750 | 2024-11-18T19:05:58.356Z | Checking icu_locid_transform_data v1.5.0 |
1751 | 2024-11-18T19:05:58.469Z | Checking unicode-normalization v0.1.24 |
1752 | 2024-11-18T19:05:58.594Z | Checking icu_locid v1.5.0 |
1753 | 2024-11-18T19:05:59.056Z | Checking schemars v0.8.21 |
1754 | 2024-11-18T19:05:59.227Z | Checking icu_collections v1.5.0 |
1755 | 2024-11-18T19:05:59.335Z | Checking hmac v0.12.1 |
1756 | 2024-11-18T19:05:59.371Z | Checking icu_properties_data v1.5.0 |
1757 | 2024-11-18T19:05:59.405Z | Checking untrusted v0.9.0 |
1758 | 2024-11-18T19:05:59.556Z | Checking sha2 v0.10.8 |
1759 | 2024-11-18T19:05:59.583Z | Checking ring v0.17.8 |
1760 | 2024-11-18T19:05:59.650Z | Checking icu_provider v1.5.0 |
1761 | 2024-11-18T19:05:59.655Z | Checking aho-corasick v1.1.3 |
1762 | 2024-11-18T19:05:59.919Z | Checking utf8_iter v1.0.4 |
1763 | 2024-11-18T19:06:00.133Z | Checking unicode-bidi v0.3.17 |
1764 | 2024-11-18T19:06:00.156Z | Checking utf16_iter v1.0.5 |
1765 | 2024-11-18T19:06:00.325Z | Checking write16 v1.0.0 |
1766 | 2024-11-18T19:06:00.352Z | Checking icu_locid_transform v1.5.0 |
1767 | 2024-11-18T19:06:00.461Z | Checking unicode-ident v1.0.13 |
1768 | 2024-11-18T19:06:00.616Z | Checking icu_normalizer_data v1.5.0 |
1769 | 2024-11-18T19:06:00.645Z | Checking lazy_static v1.5.0 |
1770 | 2024-11-18T19:06:00.701Z | Checking powerfmt v0.2.0 |
1771 | 2024-11-18T19:06:00.726Z | Checking adler2 v2.0.0 |
1772 | 2024-11-18T19:06:00.751Z | Checking num-conv v0.1.0 |
1773 | 2024-11-18T19:06:00.776Z | Checking time-core v0.1.2 |
1774 | 2024-11-18T19:06:00.891Z | Checking miniz_oxide v0.8.0 |
1775 | 2024-11-18T19:06:00.941Z | Checking rustls-pki-types v1.9.0 |
1776 | 2024-11-18T19:06:00.988Z | Checking deranged v0.3.11 |
1777 | 2024-11-18T19:06:01.019Z | Checking num_threads v0.1.7 |
1778 | 2024-11-18T19:06:01.147Z | Checking proc-macro2 v1.0.89 |
1779 | 2024-11-18T19:06:01.328Z | Checking regex-automata v0.4.8 |
1780 | 2024-11-18T19:06:01.356Z | Checking icu_properties v1.5.1 |
1781 | 2024-11-18T19:06:01.451Z | Checking pem-rfc7468 v0.7.0 |
1782 | 2024-11-18T19:06:01.503Z | Checking untrusted v0.7.1 |
1783 | 2024-11-18T19:06:01.661Z | Checking http-body v1.0.1 |
1784 | 2024-11-18T19:06:01.688Z | Checking aws-lc-sys v0.22.0 |
1785 | 2024-11-18T19:06:01.726Z | Checking try-lock v0.2.5 |
1786 | 2024-11-18T19:06:01.820Z | Checking quote v1.0.37 |
1787 | 2024-11-18T19:06:01.866Z | Checking mirai-annotations v1.12.0 |
1788 | 2024-11-18T19:06:01.869Z | Checking httpdate v1.0.3 |
1789 | 2024-11-18T19:06:02.042Z | Checking base64 v0.22.1 |
1790 | 2024-11-18T19:06:02.127Z | Checking want v0.3.1 |
1791 | 2024-11-18T19:06:02.165Z | Checking syn v2.0.87 |
1792 | 2024-11-18T19:06:02.324Z | Checking flagset v0.4.6 |
1793 | 2024-11-18T19:06:02.506Z | Checking pbkdf2 v0.12.2 |
1794 | 2024-11-18T19:06:02.537Z | Checking der v0.7.9 |
1795 | 2024-11-18T19:06:02.682Z | Checking aes v0.8.4 |
1796 | 2024-11-18T19:06:02.711Z | Checking time v0.3.36 |
1797 | 2024-11-18T19:06:03.646Z | Checking cbc v0.1.2 |
1798 | 2024-11-18T19:06:03.866Z | Checking salsa20 v0.10.2 |
1799 | 2024-11-18T19:06:04.095Z | Checking ahash v0.8.11 |
1800 | 2024-11-18T19:06:04.313Z | Checking aws-lc-rs v1.10.0 |
1801 | 2024-11-18T19:06:04.447Z | Checking spki v0.7.3 |
1802 | 2024-11-18T19:06:04.505Z | Checking tokio-util v0.7.12 |
1803 | 2024-11-18T19:06:04.664Z | Checking icu_normalizer v1.5.0 |
1804 | 2024-11-18T19:06:04.692Z | Checking slog v2.7.0 |
1805 | 2024-11-18T19:06:04.773Z | Checking tower-service v0.3.3 |
1806 | 2024-11-18T19:06:04.910Z | Checking scrypt v0.11.0 |
1807 | 2024-11-18T19:06:05.135Z | Checking mime v0.3.17 |
1808 | 2024-11-18T19:06:05.193Z | Checking gimli v0.31.1 |
1809 | 2024-11-18T19:06:05.233Z | Checking pkcs5 v0.7.1 |
1810 | 2024-11-18T19:06:05.423Z | Checking h2 v0.4.6 |
1811 | 2024-11-18T19:06:05.449Z | Checking object v0.36.5 |
1812 | 2024-11-18T19:06:05.478Z | Checking idna_adapter v1.2.0 |
1813 | 2024-11-18T19:06:05.670Z | Checking idna v1.0.3 |
1814 | 2024-11-18T19:06:05.731Z | Checking utf8parse v0.2.2 |
1815 | 2024-11-18T19:06:05.887Z | Checking rustc-demangle v0.1.24 |
1816 | 2024-11-18T19:06:06.031Z | Checking regex v1.11.1 |
1817 | 2024-11-18T19:06:06.110Z | Checking rustls-webpki v0.102.8 |
1818 | 2024-11-18T19:06:06.140Z | Checking url v2.5.3 |
1819 | 2024-11-18T19:06:06.300Z | Checking pkcs8 v0.10.2 |
1820 | 2024-11-18T19:06:06.635Z | Checking http-body-util v0.1.2 |
1821 | 2024-11-18T19:06:06.697Z | Checking futures-executor v0.3.31 |
1822 | 2024-11-18T19:06:06.933Z | Checking serde_spanned v0.6.8 |
1823 | 2024-11-18T19:06:06.959Z | Checking toml_datetime v0.6.8 |
1824 | 2024-11-18T19:06:06.962Z | Checking unicode-width v0.1.14 |
1825 | 2024-11-18T19:06:07.087Z | Checking data-encoding v2.6.0 |
1826 | 2024-11-18T19:06:07.124Z | Checking ipnet v2.10.1 |
1827 | 2024-11-18T19:06:07.250Z | Checking futures v0.3.31 |
1828 | 2024-11-18T19:06:07.367Z | Checking rustls-pemfile v2.2.0 |
1829 | 2024-11-18T19:06:07.467Z | Checking foreign-types-shared v0.1.1 |
1830 | 2024-11-18T19:06:07.585Z | Checking anstyle v1.0.10 |
1831 | 2024-11-18T19:06:07.609Z | Checking openssl-probe v0.1.5 |
1832 | 2024-11-18T19:06:07.632Z | Checking foreign-types v0.3.2 |
1833 | 2024-11-18T19:06:07.727Z | Checking semver v1.0.23 |
1834 | 2024-11-18T19:06:07.753Z | Checking serde_urlencoded v0.7.1 |
1835 | 2024-11-18T19:06:07.779Z | Checking sha1 v0.10.6 |
1836 | 2024-11-18T19:06:07.928Z | Checking openssl-sys v0.9.104 |
1837 | 2024-11-18T19:06:08.072Z | Checking encoding_rs v0.8.34 |
1838 | 2024-11-18T19:06:08.128Z | Checking rustls v0.23.14 |
1839 | 2024-11-18T19:06:08.202Z | Checking anstyle-parse v0.2.5 |
1840 | 2024-11-18T19:06:08.456Z | Checking camino v1.1.9 |
1841 | 2024-11-18T19:06:08.496Z | Checking anstyle-query v1.1.1 |
1842 | 2024-11-18T19:06:08.632Z | Checking colorchoice v1.0.2 |
1843 | 2024-11-18T19:06:08.775Z | Checking is_terminal_polyfill v1.70.1 |
1844 | 2024-11-18T19:06:08.903Z | Checking winnow v0.6.20 |
1845 | 2024-11-18T19:06:08.984Z | Checking either v1.13.0 |
1846 | 2024-11-18T19:06:09.132Z | Checking addr2line v0.24.2 |
1847 | 2024-11-18T19:06:09.289Z | Checking openssl v0.10.68 |
1848 | 2024-11-18T19:06:09.359Z | Checking anstream v0.6.15 |
1849 | 2024-11-18T19:06:09.659Z | Checking idna v0.3.0 |
1850 | 2024-11-18T19:06:09.755Z | Checking terminal_size v0.4.0 |
1851 | 2024-11-18T19:06:09.944Z | Checking openapiv3 v2.0.0 |
1852 | 2024-11-18T19:06:10.405Z | Checking signature v2.2.0 |
1853 | 2024-11-18T19:06:10.563Z | Checking psl-types v2.0.11 |
1854 | 2024-11-18T19:06:10.614Z | Checking clap_lex v0.7.2 |
1855 | 2024-11-18T19:06:10.750Z | Checking strsim v0.11.1 |
1856 | 2024-11-18T19:06:10.859Z | Checking publicsuffix v2.2.3 |
1857 | 2024-11-18T19:06:11.040Z | Checking clap_builder v4.5.21 |
1858 | 2024-11-18T19:06:11.101Z | Checking cookie v0.18.1 |
1859 | 2024-11-18T19:06:11.555Z | Checking webpki-roots v0.26.6 |
1860 | 2024-11-18T19:06:11.622Z | Checking hyper v1.5.0 |
1861 | 2024-11-18T19:06:11.771Z | Checking idna v0.5.0 |
1862 | 2024-11-18T19:06:11.848Z | Checking is-terminal v0.4.13 |
1863 | 2024-11-18T19:06:11.875Z | Checking backtrace v0.3.74 |
1864 | 2024-11-18T19:06:11.978Z | Checking scroll v0.12.0 |
1865 | 2024-11-18T19:06:12.474Z | Checking anyhow v1.0.93 |
1866 | 2024-11-18T19:06:12.500Z | Checking plain v0.2.3 |
1867 | 2024-11-18T19:06:12.655Z | Checking ucd-trie v0.1.7 |
1868 | 2024-11-18T19:06:12.657Z | Checking goblin v0.8.2 |
1869 | 2024-11-18T19:06:12.842Z | Checking cookie_store v0.21.0 |
1870 | 2024-11-18T19:06:12.870Z | Checking pest v2.7.14 |
1871 | 2024-11-18T19:06:13.345Z | Checking sync_wrapper v1.0.1 |
1872 | 2024-11-18T19:06:13.504Z | Checking pretty-hex v0.4.1 |
1873 | 2024-11-18T19:06:13.530Z | Checking base16ct v0.2.0 |
1874 | 2024-11-18T19:06:13.635Z | Checking tokio-rustls v0.26.0 |
1875 | 2024-11-18T19:06:13.670Z | Checking hyper-util v0.1.10 |
1876 | 2024-11-18T19:06:13.707Z | Checking num-integer v0.1.46 |
1877 | 2024-11-18T19:06:13.742Z | Checking sec1 v0.7.3 |
1878 | 2024-11-18T19:06:14.019Z | Checking ff v0.13.0 |
1879 | 2024-11-18T19:06:14.046Z | Checking clap v4.5.21 |
1880 | 2024-11-18T19:06:14.156Z | Checking thread-id v4.2.2 |
1881 | 2024-11-18T19:06:14.182Z | Checking toml_edit v0.22.22 |
1882 | 2024-11-18T19:06:14.235Z | Checking group v0.13.0 |
1883 | 2024-11-18T19:06:14.238Z | Checking hkdf v0.12.4 |
1884 | 2024-11-18T19:06:14.282Z | Checking crypto-bigint v0.5.5 |
1885 | 2024-11-18T19:06:14.473Z | Checking memmap v0.7.0 |
1886 | 2024-11-18T19:06:14.508Z | Checking dirs-sys-next v0.1.2 |
1887 | 2024-11-18T19:06:14.702Z | Checking crc32fast v1.4.2 |
1888 | 2024-11-18T19:06:14.721Z | Checking static_assertions v1.1.0 |
1889 | 2024-11-18T19:06:14.733Z | Checking native-tls v0.2.12 |
1890 | 2024-11-18T19:06:14.853Z | Checking utf-8 v0.7.6 |
1891 | 2024-11-18T19:06:14.936Z | Checking bitflags v1.3.2 |
1892 | 2024-11-18T19:06:15.046Z | Checking dirs-next v2.0.0 |
1893 | 2024-11-18T19:06:15.050Z | Checking tokio-native-tls v0.3.1 |
1894 | 2024-11-18T19:06:15.084Z | Checking crossbeam-channel v0.5.13 |
1895 | 2024-11-18T19:06:15.171Z | Checking thread_local v1.1.8 |
1896 | 2024-11-18T19:06:15.330Z | Checking unicode-segmentation v1.12.0 |
1897 | 2024-11-18T19:06:15.358Z | Checking dtrace-parser v0.2.0 |
1898 | 2024-11-18T19:06:15.455Z | Checking term v0.7.0 |
1899 | 2024-11-18T19:06:15.630Z | Checking hyper-rustls v0.27.3 |
1900 | 2024-11-18T19:06:15.805Z | Checking hyper-tls v0.6.0 |
1901 | 2024-11-18T19:06:15.869Z | Checking num-iter v0.1.45 |
1902 | 2024-11-18T19:06:15.902Z | Checking crossbeam-epoch v0.9.18 |
1903 | 2024-11-18T19:06:16.010Z | Checking take_mut v0.2.2 |
1904 | 2024-11-18T19:06:16.037Z | Checking match_cfg v0.1.0 |
1905 | 2024-11-18T19:06:16.055Z | Checking slog-term v2.9.1 |
1906 | 2024-11-18T19:06:16.114Z | Checking reqwest v0.12.9 |
1907 | 2024-11-18T19:06:16.133Z | Checking hostname v0.3.1 |
1908 | 2024-11-18T19:06:16.156Z | Checking slog-async v2.8.0 |
1909 | 2024-11-18T19:06:16.283Z | Checking bstr v1.10.0 |
1910 | 2024-11-18T19:06:16.322Z | Checking rfc6979 v0.4.0 |
1911 | 2024-11-18T19:06:16.466Z | Checking hex v0.4.3 |
1912 | 2024-11-18T19:06:16.503Z | Checking managed v0.8.0 |
1913 | 2024-11-18T19:06:16.527Z | Checking winnow v0.5.40 |
1914 | 2024-11-18T19:06:16.833Z | Checking toml v0.8.19 |
1915 | 2024-11-18T19:06:16.889Z | Checking crossbeam-deque v0.8.5 |
1916 | 2024-11-18T19:06:16.980Z | Checking num-bigint-dig v0.8.4 |
1917 | 2024-11-18T19:06:17.099Z | Checking elliptic-curve v0.13.8 |
1918 | 2024-11-18T19:06:17.195Z | Checking flate2 v1.0.34 |
1919 | 2024-11-18T19:06:17.222Z | Checking rustls v0.22.4 |
1920 | 2024-11-18T19:06:17.568Z | Checking dof v0.3.0 |
1921 | 2024-11-18T19:06:17.595Z | Checking pkcs1 v0.7.5 |
1922 | 2024-11-18T19:06:17.730Z | Checking ecdsa v0.16.9 |
1923 | 2024-11-18T19:06:17.890Z | Checking curve25519-dalek v4.1.3 |
1924 | 2024-11-18T19:06:17.918Z | Checking zerocopy v0.6.6 |
1925 | 2024-11-18T19:06:17.992Z | Checking siphasher v0.3.11 |
1926 | 2024-11-18T19:06:18.174Z | Checking usdt-impl v0.5.0 |
1927 | 2024-11-18T19:06:18.295Z | Checking rayon-core v1.12.1 |
1928 | 2024-11-18T19:06:18.440Z | Checking ed25519 v2.2.3 |
1929 | 2024-11-18T19:06:18.678Z | Checking slog-json v2.6.1 |
1930 | 2024-11-18T19:06:18.724Z | Checking usdt v0.5.0 |
1931 | 2024-11-18T19:06:18.750Z | Checking signal-hook v0.3.17 |
1932 | 2024-11-18T19:06:18.942Z | Checking quick-error v1.2.3 |
1933 | 2024-11-18T19:06:18.970Z | Checking debug-ignore v1.0.5 |
1934 | 2024-11-18T19:06:18.997Z | Checking slog-bunyan v2.5.0 |
1935 | 2024-11-18T19:06:19.078Z | Checking multer v3.1.0 |
1936 | 2024-11-18T19:06:19.080Z | Checking rsa v0.9.6 |
1937 | 2024-11-18T19:06:19.124Z | Checking itertools v0.10.5 |
1938 | 2024-11-18T19:06:19.147Z | Checking x509-cert v0.2.5 |
1939 | 2024-11-18T19:06:19.172Z | Checking idna v0.4.0 |
1940 | 2024-11-18T19:06:19.472Z | Checking waitgroup v0.1.2 |
1941 | 2024-11-18T19:06:19.499Z | Checking toml_edit v0.19.15 |
1942 | 2024-11-18T19:06:19.629Z | Checking serde_path_to_error v0.1.16 |
1943 | 2024-11-18T19:06:19.746Z | Checking ed25519-dalek v2.1.1 |
1944 | 2024-11-18T19:06:20.051Z | Checking hubpack v0.1.2 |
1945 | 2024-11-18T19:06:20.166Z | Checking bzip2-sys v0.1.11+1.0.8 |
1946 | 2024-11-18T19:06:20.191Z | Checking async-stream v0.3.6 |
1947 | 2024-11-18T19:06:20.252Z | Checking hostname v0.4.0 |
1948 | 2024-11-18T19:06:20.297Z | Checking bit-vec v0.6.3 |
1949 | 2024-11-18T19:06:20.362Z | Checking bzip2 v0.4.4 |
1950 | 2024-11-18T19:06:20.389Z | Checking hickory-proto v0.24.1 |
1951 | 2024-11-18T19:06:20.392Z | Checking signal-hook-mio v0.2.4 |
1952 | 2024-11-18T19:06:20.530Z | Checking console v0.15.8 |
1953 | 2024-11-18T19:06:20.632Z | Checking bit-set v0.5.3 |
1954 | 2024-11-18T19:06:20.656Z | Checking hash32 v0.2.1 |
1955 | 2024-11-18T19:06:20.750Z | Checking unicode-properties v0.1.3 |
1956 | 2024-11-18T19:06:20.867Z | Checking tokio-rustls v0.25.0 |
1957 | 2024-11-18T19:06:20.893Z | Checking predicates-core v1.0.8 |
1958 | 2024-11-18T19:06:20.959Z | Checking linked-hash-map v0.5.6 |
1959 | 2024-11-18T19:06:21.079Z | Checking heapless v0.7.17 |
1960 | 2024-11-18T19:06:21.106Z | Checking crossterm v0.28.1 |
1961 | 2024-11-18T19:06:21.131Z | Checking stringprep v0.1.5 |
1962 | 2024-11-18T19:06:21.238Z | Checking dropshot v0.12.0 |
1963 | 2024-11-18T19:06:21.288Z | Checking lru-cache v0.1.2 |
1964 | 2024-11-18T19:06:21.392Z | Checking rayon v1.10.0 |
1965 | 2024-11-18T19:06:21.414Z | Checking phf_shared v0.11.2 |
1966 | 2024-11-18T19:06:21.479Z | Checking similar v2.6.0 |
1967 | 2024-11-18T19:06:21.714Z | Checking tokio-stream v0.1.16 |
1968 | 2024-11-18T19:06:22.029Z | Checking toml v0.7.8 |
1969 | 2024-11-18T19:06:22.110Z | Checking md-5 v0.10.6 |
1970 | 2024-11-18T19:06:22.342Z | Checking float-cmp v0.9.0 |
1971 | 2024-11-18T19:06:22.387Z | Checking difflib v0.4.0 |
1972 | 2024-11-18T19:06:22.545Z | Checking fixedbitset v0.4.2 |
1973 | 2024-11-18T19:06:22.629Z | Checking normalize-line-endings v0.3.0 |
1974 | 2024-11-18T19:06:22.718Z | Checking fallible-iterator v0.2.0 |
1975 | 2024-11-18T19:06:22.721Z | Checking smoltcp v0.9.1 |
1976 | 2024-11-18T19:06:22.765Z | Checking predicates v3.1.2 |
1977 | 2024-11-18T19:06:22.812Z | Checking petgraph v0.6.5 |
1978 | 2024-11-18T19:06:22.909Z | Checking phf v0.11.2 |
1979 | 2024-11-18T19:06:23.191Z | Checking zip v0.6.6 |
1980 | 2024-11-18T19:06:23.335Z | Checking postgres-protocol v0.6.7 |
1981 | 2024-11-18T19:06:23.467Z | Checking resolv-conf v0.7.0 |
1982 | 2024-11-18T19:06:23.824Z | Checking phf_shared v0.10.0 |
1983 | 2024-11-18T19:06:23.884Z | Checking tungstenite v0.24.0 |
1984 | 2024-11-18T19:06:24.008Z | Checking fs-err v2.11.0 |
1985 | 2024-11-18T19:06:24.118Z | Checking serde-big-array v0.5.1 |
1986 | 2024-11-18T19:06:24.176Z | Checking portable-atomic v1.9.0 |
1987 | 2024-11-18T19:06:24.354Z | Checking precomputed-hash v0.1.1 |
1988 | 2024-11-18T19:06:24.478Z | Checking unicode-width v0.2.0 |
1989 | 2024-11-18T19:06:24.567Z | Checking new_debug_unreachable v1.0.6 |
1990 | 2024-11-18T19:06:24.671Z | Checking lalrpop-util v0.19.12 |
1991 | 2024-11-18T19:06:24.831Z | Checking minimal-lexical v0.2.1 |
1992 | 2024-11-18T19:06:24.861Z | Checking number_prefix v0.4.0 |
1993 | 2024-11-18T19:06:24.951Z | Checking tokio-tungstenite v0.24.0 |
1994 | 2024-11-18T19:06:24.981Z | Checking string_cache v0.8.7 |
1995 | 2024-11-18T19:06:25.066Z | Checking hickory-resolver v0.24.1 |
1996 | 2024-11-18T19:06:25.068Z | Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
1997 | 2024-11-18T19:06:25.191Z | Checking postgres-types v0.2.8 |
1998 | 2024-11-18T19:06:25.232Z | Checking nom v7.1.3 |
1999 | 2024-11-18T19:06:25.256Z | Checking indicatif v0.17.9 |
2000 | 2024-11-18T19:06:25.280Z | Checking itertools v0.12.1 |
2001 | 2024-11-18T19:06:25.420Z | Checking whoami v1.5.2 |
2002 | 2024-11-18T19:06:25.758Z | Checking peg-runtime v0.8.3 |
2003 | 2024-11-18T19:06:25.899Z | Checking heck v0.4.1 |
2004 | 2024-11-18T19:06:26.004Z | Checking tokio-postgres v0.7.12 |
2005 | 2024-11-18T19:06:26.050Z | Compiling hashbrown v0.14.5 |
2006 | 2024-11-18T19:06:26.126Z | Compiling unsafe-libyaml v0.2.11 |
2007 | 2024-11-18T19:06:26.643Z | Checking qorb v0.2.0 |
2008 | 2024-11-18T19:06:27.515Z | Compiling regress v0.10.1 |
2009 | 2024-11-18T19:06:27.520Z | Compiling serde_yaml v0.9.34+deprecated |
2010 | 2024-11-18T19:06:27.810Z | Compiling ident_case v1.0.1 |
2011 | 2024-11-18T19:06:28.014Z | Compiling darling_core v0.20.10 |
2012 | 2024-11-18T19:06:28.049Z | Checking heck v0.5.0 |
2013 | 2024-11-18T19:06:28.261Z | Checking progenitor-client v0.8.0 |
2014 | 2024-11-18T19:06:28.650Z | Checking fastrand v2.1.1 |
2015 | 2024-11-18T19:06:28.970Z | Compiling newtype-uuid v1.1.3 |
2016 | 2024-11-18T19:06:29.155Z | Checking ipnetwork v0.20.0 |
2017 | 2024-11-18T19:06:29.187Z | Compiling structmeta-derive v0.3.0 |
2018 | 2024-11-18T19:06:29.285Z | Checking strum v0.26.3 |
2019 | 2024-11-18T19:06:29.452Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2020 | 2024-11-18T19:06:29.513Z | Compiling dropshot v0.13.0 |
2021 | 2024-11-18T19:06:30.162Z | Compiling dropshot_endpoint v0.13.0 |
2022 | 2024-11-18T19:06:30.221Z | Checking oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265) |
2023 | 2024-11-18T19:06:30.496Z | Checking tempfile v3.13.0 |
2024 | 2024-11-18T19:06:30.586Z | Checking instant v0.1.13 |
2025 | 2024-11-18T19:06:30.718Z | Checking regress v0.9.1 |
2026 | 2024-11-18T19:06:30.898Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2027 | 2024-11-18T19:06:31.675Z | Compiling typify-impl v0.2.0 |
2028 | 2024-11-18T19:06:31.677Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2029 | 2024-11-18T19:06:32.003Z | Checking macaddr v1.0.1 |
2030 | 2024-11-18T19:06:32.184Z | Compiling structmeta v0.3.0 |
2031 | 2024-11-18T19:06:32.337Z | Checking backoff v0.4.0 |
2032 | 2024-11-18T19:06:32.364Z | Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2033 | 2024-11-18T19:06:32.519Z | Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
2034 | 2024-11-18T19:06:32.636Z | Compiling parse-display-derive v0.10.0 |
2035 | 2024-11-18T19:06:32.672Z | Checking wait-timeout v0.2.0 |
2036 | 2024-11-18T19:06:32.698Z | Checking rand_xorshift v0.3.0 |
2037 | 2024-11-18T19:06:32.867Z | Checking rusty-fork v0.3.0 |
2038 | 2024-11-18T19:06:32.889Z | Compiling structmeta-derive v0.2.0 |
2039 | 2024-11-18T19:06:33.178Z | Checking unarray v0.1.4 |
2040 | 2024-11-18T19:06:33.345Z | Checking proptest v1.5.0 |
2041 | 2024-11-18T19:06:34.202Z | Checking camino-tempfile v1.1.1 |
2042 | 2024-11-18T19:06:34.488Z | Compiling proc-macro-error v1.0.4 |
2043 | 2024-11-18T19:06:34.864Z | Compiling darling_macro v0.20.10 |
2044 | 2024-11-18T19:06:35.196Z | Compiling proc-macro-crate v1.3.1 |
2045 | 2024-11-18T19:06:35.720Z | Compiling structmeta v0.2.0 |
2046 | 2024-11-18T19:06:35.747Z | Compiling darling v0.20.10 |
2047 | 2024-11-18T19:06:35.868Z | Compiling serde_with_macros v3.11.0 |
2048 | 2024-11-18T19:06:36.123Z | Compiling test-strategy v0.3.1 |
2049 | 2024-11-18T19:06:36.295Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2050 | 2024-11-18T19:06:36.677Z | Compiling num_enum_derive v0.5.11 |
2051 | 2024-11-18T19:06:37.222Z | Checking parse-display v0.10.0 |
2052 | 2024-11-18T19:06:37.464Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2053 | 2024-11-18T19:06:37.742Z | Compiling foreign-types-macros v0.2.3 |
2054 | 2024-11-18T19:06:37.773Z | Checking foreign-types-shared v0.3.1 |
2055 | 2024-11-18T19:06:38.211Z | Checking tabwriter v1.4.0 |
2056 | 2024-11-18T19:06:38.440Z | Checking cstr-argument v0.1.2 |
2057 | 2024-11-18T19:06:38.494Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
2058 | 2024-11-18T19:06:38.522Z | Checking serde_with v3.11.0 |
2059 | 2024-11-18T19:06:38.609Z | Checking pretty-hex v0.2.1 |
2060 | 2024-11-18T19:06:38.754Z | Checking colored v2.1.0 |
2061 | 2024-11-18T19:06:38.915Z | Checking foreign-types v0.5.0 |
2062 | 2024-11-18T19:06:39.026Z | Checking num_enum v0.5.11 |
2063 | 2024-11-18T19:06:39.029Z | Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2064 | 2024-11-18T19:06:39.065Z | Checking smf v0.2.3 |
2065 | 2024-11-18T19:06:39.157Z | Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2066 | 2024-11-18T19:06:39.259Z | Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
2067 | 2024-11-18T19:06:39.335Z | Checking base64 v0.21.7 |
2068 | 2024-11-18T19:06:39.407Z | Compiling crucible-workspace-hack v0.1.0 |
2069 | 2024-11-18T19:06:39.432Z | Checking termtree v0.4.1 |
2070 | 2024-11-18T19:06:39.475Z | Compiling heapless v0.8.0 |
2071 | 2024-11-18T19:06:39.607Z | Checking predicates-tree v1.0.11 |
2072 | 2024-11-18T19:06:39.792Z | Checking hash32 v0.3.1 |
2073 | 2024-11-18T19:06:39.816Z | Compiling smoltcp v0.11.0 |
2074 | 2024-11-18T19:06:39.840Z | Checking cobs v0.2.3 |
2075 | 2024-11-18T19:06:39.922Z | Checking sigpipe v0.1.3 |
2076 | 2024-11-18T19:06:39.980Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35) |
2077 | 2024-11-18T19:06:40.010Z | Checking postcard v1.0.10 |
2078 | 2024-11-18T19:06:40.036Z | Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35) |
2079 | 2024-11-18T19:06:40.187Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35) |
2080 | 2024-11-18T19:06:40.357Z | Compiling mockall_derive v0.13.0 |
2081 | 2024-11-18T19:06:40.522Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#e07ad764) |
2082 | 2024-11-18T19:06:40.552Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2083 | 2024-11-18T19:06:40.639Z | Checking poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
2084 | 2024-11-18T19:06:40.872Z | Compiling zone_cfg_derive v0.3.0 |
2085 | 2024-11-18T19:06:40.967Z | Checking atomicwrites v0.4.4 |
2086 | 2024-11-18T19:06:41.174Z | Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=aadc0998c0f07f08ab15a95c006074291734800f#aadc0998) |
2087 | 2024-11-18T19:06:41.441Z | Compiling num-derive v0.4.2 |
2088 | 2024-11-18T19:06:41.676Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2089 | 2024-11-18T19:06:41.971Z | Checking downcast v0.11.0 |
2090 | 2024-11-18T19:06:42.120Z | Checking fragile v2.0.0 |
2091 | 2024-11-18T19:06:42.298Z | Checking zone v0.3.0 |
2092 | 2024-11-18T19:06:42.440Z | Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=aadc0998c0f07f08ab15a95c006074291734800f#aadc0998) |
2093 | 2024-11-18T19:06:42.612Z | Compiling convert_case v0.4.0 |
2094 | 2024-11-18T19:06:42.665Z | Checking newline-converter v0.3.0 |
2095 | 2024-11-18T19:06:42.792Z | Checking itertools v0.13.0 |
2096 | 2024-11-18T19:06:43.053Z | Checking expectorate v1.1.0 |
2097 | 2024-11-18T19:06:43.220Z | Checking tungstenite v0.21.0 |
2098 | 2024-11-18T19:06:43.506Z | Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=b7b9d5660b28ca5e865242b2bdecd032c0852d40#b7b9d566) |
2099 | 2024-11-18T19:06:43.530Z | Compiling derive_more v0.99.18 |
2100 | 2024-11-18T19:06:43.985Z | Checking same-file v1.0.6 |
2101 | 2024-11-18T19:06:44.029Z | Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35) |
2102 | 2024-11-18T19:06:44.136Z | Checking tokio-tungstenite v0.21.0 |
2103 | 2024-11-18T19:06:44.139Z | Checking walkdir v2.5.0 |
2104 | 2024-11-18T19:06:44.438Z | Checking arc-swap v1.7.1 |
2105 | 2024-11-18T19:06:44.686Z | Checking xattr v1.3.1 |
2106 | 2024-11-18T19:06:44.815Z | Checking slog-scope v4.4.0 |
2107 | 2024-11-18T19:06:44.875Z | Checking filetime v0.2.25 |
2108 | 2024-11-18T19:06:45.012Z | Checking slog-stdlog v4.1.1 |
2109 | 2024-11-18T19:06:45.097Z | Checking tar v0.4.43 |
2110 | 2024-11-18T19:06:45.176Z | Checking slog-envlogger v2.2.0 |
2111 | 2024-11-18T19:06:45.352Z | Compiling owo-colors v4.1.0 |
2112 | 2024-11-18T19:06:45.378Z | Checking swrite v0.1.0 |
2113 | 2024-11-18T19:06:45.402Z | Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35) |
2114 | 2024-11-18T19:06:45.483Z | Compiling cancel-safe-futures v0.1.5 |
2115 | 2024-11-18T19:06:45.645Z | Checking num-rational v0.4.2 |
2116 | 2024-11-18T19:06:45.845Z | Checking num-complex v0.4.6 |
2117 | 2024-11-18T19:06:46.319Z | Checking libsw v3.3.1 |
2118 | 2024-11-18T19:06:46.603Z | Checking password-hash v0.5.0 |
2119 | 2024-11-18T19:06:46.727Z | Checking num v0.4.3 |
2120 | 2024-11-18T19:06:46.843Z | Checking blake2 v0.10.6 |
2121 | 2024-11-18T19:06:47.011Z | Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35) |
2122 | 2024-11-18T19:06:47.014Z | Checking indent_write v2.2.0 |
2123 | 2024-11-18T19:06:47.204Z | Checking float-ord v0.3.2 |
2124 | 2024-11-18T19:06:47.269Z | Checking linear-map v1.2.0 |
2125 | 2024-11-18T19:06:47.313Z | Checking argon2 v0.5.3 |
2126 | 2024-11-18T19:06:47.350Z | Checking pem v3.0.4 |
2127 | 2024-11-18T19:06:47.566Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
2128 | 2024-11-18T19:06:47.909Z | Compiling lzma-sys v0.1.20 |
2129 | 2024-11-18T19:06:47.961Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2130 | 2024-11-18T19:06:48.032Z | Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2131 | 2024-11-18T19:06:48.115Z | Checking headers-core v0.3.0 |
2132 | 2024-11-18T19:06:48.252Z | Compiling heck v0.3.3 |
2133 | 2024-11-18T19:06:48.303Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#e07ad764) |
2134 | 2024-11-18T19:06:48.523Z | Checking headers v0.4.0 |
2135 | 2024-11-18T19:06:48.605Z | Checking cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2136 | 2024-11-18T19:06:48.629Z | Checking mockall v0.13.0 |
2137 | 2024-11-18T19:06:48.671Z | Compiling typify-macro v0.2.0 |
2138 | 2024-11-18T19:06:48.673Z | Compiling zone_cfg_derive v0.1.2 |
2139 | 2024-11-18T19:06:48.863Z | Checking yasna v0.5.2 |
2140 | 2024-11-18T19:06:48.888Z | Checking base64 v0.13.1 |
2141 | 2024-11-18T19:06:48.891Z | Checking xz2 v0.1.7 |
2142 | 2024-11-18T19:06:49.233Z | Checking propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2143 | 2024-11-18T19:06:49.317Z | Checking ron v0.7.1 |
2144 | 2024-11-18T19:06:49.748Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
2145 | 2024-11-18T19:06:49.773Z | Checking rcgen v0.12.1 |
2146 | 2024-11-18T19:06:50.228Z | Checking zone v0.1.8 |
2147 | 2024-11-18T19:06:50.478Z | Checking subprocess v0.2.9 |
2148 | 2024-11-18T19:06:50.522Z | Checking humantime v2.1.0 |
2149 | 2024-11-18T19:06:50.619Z | Checking highway v1.2.0 |
2150 | 2024-11-18T19:06:50.763Z | Compiling semver v0.1.20 |
2151 | 2024-11-18T19:06:50.817Z | Checking half v2.4.1 |
2152 | 2024-11-18T19:06:50.907Z | Checking ciborium-io v0.2.2 |
2153 | 2024-11-18T19:06:51.041Z | Checking prettyplease v0.2.25 |
2154 | 2024-11-18T19:06:51.283Z | Compiling rustc_version v0.1.7 |
2155 | 2024-11-18T19:06:51.307Z | Checking ciborium-ll v0.2.2 |
2156 | 2024-11-18T19:06:51.603Z | Checking ciborium v0.2.2 |
2157 | 2024-11-18T19:06:51.817Z | Compiling newtype_derive v0.1.6 |
2158 | 2024-11-18T19:06:52.296Z | Checking steno v0.4.1 |
2159 | 2024-11-18T19:06:53.006Z | Compiling typify v0.2.0 |
2160 | 2024-11-18T19:06:53.167Z | Compiling progenitor-impl v0.8.0 |
2161 | 2024-11-18T19:06:54.051Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2162 | 2024-11-18T19:06:54.521Z | Compiling slog-dtrace v0.3.0 |
2163 | 2024-11-18T19:06:54.646Z | Checking display-error-chain v0.2.2 |
2164 | 2024-11-18T19:06:54.830Z | Compiling ring v0.16.20 |
2165 | 2024-11-18T19:06:55.315Z | Compiling blake3 v1.5.4 |
2166 | 2024-11-18T19:06:55.347Z | Checking keccak v0.1.5 |
2167 | 2024-11-18T19:06:55.376Z | Checking gethostname v0.5.0 |
2168 | 2024-11-18T19:06:55.508Z | Checking universal-hash v0.5.1 |
2169 | 2024-11-18T19:06:55.684Z | Checking sha3 v0.10.8 |
2170 | 2024-11-18T19:06:55.708Z | Checking secrecy v0.8.0 |
2171 | 2024-11-18T19:06:55.912Z | Checking opaque-debug v0.3.1 |
2172 | 2024-11-18T19:06:56.008Z | Checking nibble_vec v0.1.0 |
2173 | 2024-11-18T19:06:56.054Z | Checking endian-type v0.1.2 |
2174 | 2024-11-18T19:06:56.089Z | Checking aead v0.5.2 |
2175 | 2024-11-18T19:06:56.211Z | Checking poly1305 v0.8.0 |
2176 | 2024-11-18T19:06:56.263Z | Checking radix_trie v0.2.1 |
2177 | 2024-11-18T19:06:56.314Z | Checking chacha20 v0.9.1 |
2178 | 2024-11-18T19:06:56.667Z | Compiling memmap2 v0.9.5 |
2179 | 2024-11-18T19:06:56.701Z | Compiling arrayref v0.3.9 |
2180 | 2024-11-18T19:06:56.873Z | Compiling spin v0.5.2 |
2181 | 2024-11-18T19:06:57.117Z | Compiling constant_time_eq v0.3.1 |
2182 | 2024-11-18T19:06:57.117Z | Compiling arrayvec v0.7.6 |
2183 | 2024-11-18T19:06:57.311Z | Compiling toolchain_find v0.4.0 |
2184 | 2024-11-18T19:06:57.620Z | Compiling thiserror-impl-no-std v2.0.2 |
2185 | 2024-11-18T19:06:57.723Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/libipcc?rev=fdffa212373a8f92473ea5f411088912bf458d5f#fdffa212) |
2186 | 2024-11-18T19:06:58.003Z | Compiling topological-sort v0.2.2 |
2187 | 2024-11-18T19:06:58.050Z | Compiling rustfmt-wrapper v0.2.1 |
2188 | 2024-11-18T19:06:58.078Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2189 | 2024-11-18T19:06:58.421Z | Checking chacha20poly1305 v0.10.1 |
2190 | 2024-11-18T19:06:58.452Z | Checking fxhash v0.2.1 |
2191 | 2024-11-18T19:06:58.616Z | Compiling async-recursion v1.1.1 |
2192 | 2024-11-18T19:06:58.639Z | Checking termcolor v1.4.1 |
2193 | 2024-11-18T19:06:58.641Z | Compiling radium v0.7.0 |
2194 | 2024-11-18T19:06:58.822Z | Checking maplit v1.0.2 |
2195 | 2024-11-18T19:06:58.947Z | Checking tap v1.0.1 |
2196 | 2024-11-18T19:06:59.066Z | Compiling maybe-uninit v2.0.0 |
2197 | 2024-11-18T19:06:59.136Z | Checking wyz v0.5.1 |
2198 | 2024-11-18T19:06:59.546Z | Checking funty v2.0.0 |
2199 | 2024-11-18T19:06:59.574Z | Checking crc-catalog v2.4.0 |
2200 | 2024-11-18T19:06:59.689Z | Compiling packed_struct v0.10.1 |
2201 | 2024-11-18T19:06:59.756Z | Checking crc v3.2.1 |
2202 | 2024-11-18T19:07:00.235Z | Checking kstat-rs v0.2.4 |
2203 | 2024-11-18T19:07:00.275Z | Compiling packed_struct_codegen v0.10.1 |
2204 | 2024-11-18T19:07:00.305Z | Compiling indexmap v1.9.3 |
2205 | 2024-11-18T19:07:00.561Z | Compiling omicron-zone-package v0.11.1 |
2206 | 2024-11-18T19:07:00.582Z | Checking bitvec v1.0.1 |
2207 | 2024-11-18T19:07:00.607Z | Compiling libefi-sys v0.1.0 |
2208 | 2024-11-18T19:07:00.802Z | Checking thiserror-no-std v2.0.2 |
2209 | 2024-11-18T19:07:00.889Z | Checking nodrop v0.1.14 |
2210 | 2024-11-18T19:07:00.924Z | Checking vsss-rs v3.3.4 |
2211 | 2024-11-18T19:07:01.015Z | Checking array-init v0.0.4 |
2212 | 2024-11-18T19:07:01.168Z | Compiling progenitor-macro v0.8.0 |
2213 | 2024-11-18T19:07:02.029Z | Checking smallvec v0.6.14 |
2214 | 2024-11-18T19:07:02.049Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c) |
2215 | 2024-11-18T19:07:02.131Z | Compiling bitfield-struct v0.6.2 |
2216 | 2024-11-18T19:07:02.431Z | Checking bitfield v0.14.0 |
2217 | 2024-11-18T19:07:02.455Z | Checking hashbrown v0.12.3 |
2218 | 2024-11-18T19:07:02.830Z | Checking serde-hex v0.1.0 |
2219 | 2024-11-18T19:07:03.568Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
2220 | 2024-11-18T19:07:03.591Z | Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2221 | 2024-11-18T19:07:03.830Z | Checking env_logger v0.10.2 |
2222 | 2024-11-18T19:07:04.098Z | Checking ron v0.8.1 |
2223 | 2024-11-18T19:07:04.190Z | Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
2224 | 2024-11-18T19:07:04.213Z | Checking hashbrown v0.13.2 |
2225 | 2024-11-18T19:07:04.269Z | Checking crc-any v2.5.0 |
2226 | 2024-11-18T19:07:04.498Z | Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2227 | 2024-11-18T19:07:04.674Z | Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2228 | 2024-11-18T19:07:04.950Z | Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
2229 | 2024-11-18T19:07:05.180Z | Compiling parking_lot_core v0.8.6 |
2230 | 2024-11-18T19:07:05.209Z | Checking path-slash v0.1.5 |
2231 | 2024-11-18T19:07:05.338Z | Checking object v0.30.4 |
2232 | 2024-11-18T19:07:05.362Z | Checking home v0.5.9 |
2233 | 2024-11-18T19:07:05.385Z | Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
2234 | 2024-11-18T19:07:05.515Z | Compiling const_format_proc_macros v0.2.33 |
2235 | 2024-11-18T19:07:05.667Z | Compiling vte_generate_state_changes v0.1.2 |
2236 | 2024-11-18T19:07:06.042Z | Checking glob v0.3.1 |
2237 | 2024-11-18T19:07:06.356Z | Checking vte v0.11.1 |
2238 | 2024-11-18T19:07:06.382Z | Checking parking_lot v0.11.2 |
2239 | 2024-11-18T19:07:06.746Z | Checking fd-lock v4.0.2 |
2240 | 2024-11-18T19:07:06.808Z | Checking sled v0.34.7 |
2241 | 2024-11-18T19:07:06.925Z | Checking hickory-client v0.24.1 |
2242 | 2024-11-18T19:07:06.949Z | Checking hickory-server v0.24.1 |
2243 | 2024-11-18T19:07:07.175Z | Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
2244 | 2024-11-18T19:07:07.566Z | Checking nu-ansi-term v0.50.1 |
2245 | 2024-11-18T19:07:07.707Z | Checking strip-ansi-escapes v0.2.0 |
2246 | 2024-11-18T19:07:07.729Z | Checking const_format v0.2.33 |
2247 | 2024-11-18T19:07:07.872Z | Compiling buf-list v1.0.3 |
2248 | 2024-11-18T19:07:07.979Z | Checking reedline v0.35.0 |
2249 | 2024-11-18T19:07:08.225Z | Compiling phf_generator v0.11.2 |
2250 | 2024-11-18T19:07:08.422Z | Checking bytecount v0.6.8 |
2251 | 2024-11-18T19:07:08.590Z | Checking papergrid v0.11.0 |
2252 | 2024-11-18T19:07:08.961Z | Compiling phf_codegen v0.11.2 |
2253 | 2024-11-18T19:07:09.199Z | Compiling tabled_derive v0.7.0 |
2254 | 2024-11-18T19:07:09.599Z | Checking primeorder v0.13.6 |
2255 | 2024-11-18T19:07:09.643Z | Compiling parse-zoneinfo v0.3.1 |
2256 | 2024-11-18T19:07:10.091Z | Compiling unicase v2.7.0 |
2257 | 2024-11-18T19:07:10.165Z | Compiling cfg_aliases v0.1.1 |
2258 | 2024-11-18T19:07:10.285Z | Compiling nix v0.28.0 |
2259 | 2024-11-18T19:07:10.588Z | Compiling chrono-tz-build v0.4.0 |
2260 | 2024-11-18T19:07:10.842Z | Checking nanorand v0.7.0 |
2261 | 2024-11-18T19:07:11.155Z | Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=a1b342c2558e835d09e6e39a40d3de798a29c2f#a1b342c2) |
2262 | 2024-11-18T19:07:11.235Z | Checking flume v0.11.1 |
2263 | 2024-11-18T19:07:11.450Z | Checking atty v0.2.14 |
2264 | 2024-11-18T19:07:11.591Z | Compiling salty v0.3.0 |
2265 | 2024-11-18T19:07:11.767Z | Checking tabled v0.15.0 |
2266 | 2024-11-18T19:07:12.044Z | Checking p384 v0.13.0 |
2267 | 2024-11-18T19:07:12.065Z | Compiling chrono-tz v0.10.0 |
2268 | 2024-11-18T19:07:12.134Z | Compiling peg-macros v0.8.4 |
2269 | 2024-11-18T19:07:12.204Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2270 | 2024-11-18T19:07:13.207Z | Compiling sqlparser_derive v0.2.2 |
2271 | 2024-11-18T19:07:13.385Z | Checking unicode_categories v0.1.1 |
2272 | 2024-11-18T19:07:13.691Z | Checking sqlformat v0.2.6 |
2273 | 2024-11-18T19:07:14.155Z | Checking rustyline v14.0.0 |
2274 | 2024-11-18T19:07:14.321Z | Checking sqlparser v0.45.0 |
2275 | 2024-11-18T19:07:14.929Z | Compiling mime_guess v2.0.5 |
2276 | 2024-11-18T19:07:15.939Z | Checking peg v0.8.4 |
2277 | 2024-11-18T19:07:16.056Z | Checking bcs v0.1.6 |
2278 | 2024-11-18T19:07:16.184Z | Checking env_filter v0.1.2 |
2279 | 2024-11-18T19:07:16.304Z | Checking progenitor v0.8.0 |
2280 | 2024-11-18T19:07:16.413Z | Checking env_logger v0.11.5 |
2281 | 2024-11-18T19:07:16.484Z | Checking attest-data v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
2282 | 2024-11-18T19:07:16.547Z | Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=056283eb02b6887fbf27f66a215662520f7c159c#056283eb) |
2283 | 2024-11-18T19:07:16.614Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2284 | 2024-11-18T19:07:16.746Z | Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2285 | 2024-11-18T19:07:18.089Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
2286 | 2024-11-18T19:07:18.198Z | Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=aadc0998c0f07f08ab15a95c006074291734800f#aadc0998) |
2287 | 2024-11-18T19:07:21.257Z | Checking libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#651fb588) |
2288 | 2024-11-18T19:07:21.330Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2289 | 2024-11-18T19:07:23.290Z | Checking lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
2290 | 2024-11-18T19:07:23.561Z | Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=056283eb02b6887fbf27f66a215662520f7c159c#056283eb) |
2291 | 2024-11-18T19:07:23.686Z | Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=b7b9d5660b28ca5e865242b2bdecd032c0852d40#b7b9d566) |
2292 | 2024-11-18T19:07:24.833Z | Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=aadc0998c0f07f08ab15a95c006074291734800f#aadc0998) |
2293 | 2024-11-18T19:07:25.023Z | Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=cc13773832df1e38257cdc511adfaad72954bbe1#cc137738) |
2294 | 2024-11-18T19:07:25.061Z | Checking dice-verifier v0.2.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
2295 | 2024-11-18T19:07:25.230Z | Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=b7b9d5660b28ca5e865242b2bdecd032c0852d40#b7b9d566) |
2296 | 2024-11-18T19:07:25.345Z | Compiling dsl_auto_type v0.1.2 |
2297 | 2024-11-18T19:07:25.364Z | Checking scheduled-thread-pool v0.2.7 |
2298 | 2024-11-18T19:07:25.485Z | Checking hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#f48e2da0) |
2299 | 2024-11-18T19:07:25.596Z | Compiling diesel_table_macro_syntax v0.2.0 |
2300 | 2024-11-18T19:07:25.730Z | Compiling crunchy v0.2.2 |
2301 | 2024-11-18T19:07:25.847Z | Checking http-range v0.1.5 |
2302 | 2024-11-18T19:07:26.037Z | Checking hyper-staticfile v0.10.1 |
2303 | 2024-11-18T19:07:26.061Z | Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=aadc0998c0f07f08ab15a95c006074291734800f#aadc0998) |
2304 | 2024-11-18T19:07:26.104Z | Checking r2d2 v0.8.10 |
2305 | 2024-11-18T19:07:26.426Z | Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=aadc0998c0f07f08ab15a95c006074291734800f#aadc0998) |
2306 | 2024-11-18T19:07:26.586Z | Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
2307 | 2024-11-18T19:07:26.969Z | Compiling tiny-keccak v2.0.2 |
2308 | 2024-11-18T19:07:27.007Z | Compiling diesel_derives v2.2.3 |
2309 | 2024-11-18T19:07:27.297Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
2310 | 2024-11-18T19:07:27.355Z | Compiling pin-project-internal v1.1.6 |
2311 | 2024-11-18T19:07:27.579Z | Compiling ref-cast v1.0.23 |
2312 | 2024-11-18T19:07:28.605Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
2313 | 2024-11-18T19:07:28.907Z | Compiling ascii-canvas v3.0.0 |
2314 | 2024-11-18T19:07:28.930Z | Compiling ena v0.14.3 |
2315 | 2024-11-18T19:07:29.355Z | Compiling ref-cast-impl v1.0.23 |
2316 | 2024-11-18T19:07:29.491Z | Compiling regex-syntax v0.6.29 |
2317 | 2024-11-18T19:07:30.528Z | Checking pin-project v1.1.6 |
2318 | 2024-11-18T19:07:30.597Z | Compiling diff v0.1.13 |
2319 | 2024-11-18T19:07:30.831Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
2320 | 2024-11-18T19:07:30.861Z | Checking signal-hook-tokio v0.3.1 |
2321 | 2024-11-18T19:07:31.055Z | Compiling snafu-derive v0.8.5 |
2322 | 2024-11-18T19:07:31.275Z | Compiling zip v2.1.3 |
2323 | 2024-11-18T19:07:31.581Z | Checking simd-adler32 v0.3.7 |
2324 | 2024-11-18T19:07:31.956Z | Checking lockfree-object-pool v0.1.6 |
2325 | 2024-11-18T19:07:32.221Z | Checking bumpalo v3.16.0 |
2326 | 2024-11-18T19:07:32.564Z | Checking zopfli v0.8.1 |
2327 | 2024-11-18T19:07:33.249Z | Compiling lalrpop v0.19.12 |
2328 | 2024-11-18T19:07:35.035Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
2329 | 2024-11-18T19:07:35.339Z | Compiling derive_builder_core v0.20.2 |
2330 | 2024-11-18T19:07:35.492Z | Checking globset v0.4.15 |
2331 | 2024-11-18T19:07:36.012Z | Checking olpc-cjson v0.1.4 |
2332 | 2024-11-18T19:07:36.248Z | Checking serde_plain v1.0.2 |
2333 | 2024-11-18T19:07:36.509Z | Compiling libxml v0.3.3 |
2334 | 2024-11-18T19:07:36.727Z | Checking snafu v0.8.5 |
2335 | 2024-11-18T19:07:36.881Z | Compiling memoffset v0.9.1 |
2336 | 2024-11-18T19:07:37.197Z | Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
2337 | 2024-11-18T19:07:37.217Z | Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
2338 | 2024-11-18T19:07:37.777Z | Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
2339 | 2024-11-18T19:07:39.138Z | Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
2340 | 2024-11-18T19:07:40.958Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2341 | 2024-11-18T19:07:42.550Z | Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
2342 | 2024-11-18T19:07:42.633Z | Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
2343 | 2024-11-18T19:07:43.244Z | Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
2344 | 2024-11-18T19:07:43.449Z | Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
2345 | 2024-11-18T19:07:43.940Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2346 | 2024-11-18T19:07:44.734Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2347 | 2024-11-18T19:07:44.917Z | Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2348 | 2024-11-18T19:07:45.514Z | Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
2349 | 2024-11-18T19:07:45.912Z | Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
2350 | 2024-11-18T19:07:46.261Z | Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
2351 | 2024-11-18T19:07:46.544Z | Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
2352 | 2024-11-18T19:07:46.576Z | Checking diesel v2.2.4 |
2353 | 2024-11-18T19:07:47.180Z | Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
2354 | 2024-11-18T19:07:47.636Z | Checking typed-path v0.9.3 |
2355 | 2024-11-18T19:07:48.537Z | Compiling derive_builder_macro v0.20.2 |
2356 | 2024-11-18T19:07:49.527Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
2357 | 2024-11-18T19:07:49.585Z | Checking tungstenite v0.23.0 |
2358 | 2024-11-18T19:07:49.728Z | Checking tough v0.19.0 |
2359 | 2024-11-18T19:07:50.507Z | Compiling strum_macros v0.24.3 |
2360 | 2024-11-18T19:07:50.725Z | Compiling samael v0.0.17 |
2361 | 2024-11-18T19:07:50.940Z | Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
2362 | 2024-11-18T19:07:52.221Z | Checking parse-size v1.1.0 |
2363 | 2024-11-18T19:07:52.428Z | Compiling indoc v1.0.9 |
2364 | 2024-11-18T19:07:53.391Z | Checking tokio-tungstenite v0.23.1 |
2365 | 2024-11-18T19:07:54.042Z | Checking derive_builder v0.20.2 |
2366 | 2024-11-18T19:07:54.202Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
2367 | 2024-11-18T19:07:54.342Z | Checking quick-xml v0.33.0 |
2368 | 2024-11-18T19:07:54.475Z | Compiling oso-derive v0.27.3 |
2369 | 2024-11-18T19:07:54.679Z | Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2370 | 2024-11-18T19:07:54.710Z | Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
2371 | 2024-11-18T19:07:54.777Z | Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2372 | 2024-11-18T19:07:55.164Z | Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2373 | 2024-11-18T19:07:55.625Z | Checking nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
2374 | 2024-11-18T19:07:55.813Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2375 | 2024-11-18T19:07:56.424Z | Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2376 | 2024-11-18T19:07:56.578Z | Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2377 | 2024-11-18T19:07:57.435Z | Compiling impl-trait-for-tuples v0.2.2 |
2378 | 2024-11-18T19:07:57.726Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2379 | 2024-11-18T19:07:57.797Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2380 | 2024-11-18T19:07:59.099Z | Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
2381 | 2024-11-18T19:08:00.647Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2382 | 2024-11-18T19:08:00.869Z | Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
2383 | 2024-11-18T19:08:04.788Z | Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
2384 | 2024-11-18T19:08:05.681Z | Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
2385 | 2024-11-18T19:08:06.528Z | Checking tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
2386 | 2024-11-18T19:08:06.571Z | Checking nix v0.27.1 |
2387 | 2024-11-18T19:08:07.440Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
2388 | 2024-11-18T19:08:07.895Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
2389 | 2024-11-18T19:08:08.172Z | Compiling diesel-dtrace v0.3.0 |
2390 | 2024-11-18T19:08:08.944Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
2391 | 2024-11-18T19:08:09.203Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
2392 | 2024-11-18T19:08:09.361Z | Checking bb8 v0.8.5 |
2393 | 2024-11-18T19:08:09.539Z | Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
2394 | 2024-11-18T19:08:09.890Z | Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
2395 | 2024-11-18T19:08:10.722Z | Checking openapi-lint v0.4.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#ef442ee4) |
2396 | 2024-11-18T19:08:10.856Z | Checking rand_seeder v0.3.0 |
2397 | 2024-11-18T19:08:10.880Z | Checking assert_matches v1.5.0 |
2398 | 2024-11-18T19:08:10.991Z | Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
2399 | 2024-11-18T19:08:11.112Z | Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
2400 | 2024-11-18T19:08:11.134Z | Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
2401 | 2024-11-18T19:08:11.398Z | Compiling libz-sys v1.1.20 |
2402 | 2024-11-18T19:08:12.247Z | Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
2403 | 2024-11-18T19:08:12.416Z | Checking is_ci v1.2.0 |
2404 | 2024-11-18T19:08:12.570Z | Checking supports-color v3.0.1 |
2405 | 2024-11-18T19:08:12.772Z | Compiling libgit2-sys v0.17.0+1.8.1 |
2406 | 2024-11-18T19:08:13.068Z | Checking openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types) |
2407 | 2024-11-18T19:08:13.171Z | Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
2408 | 2024-11-18T19:08:13.244Z | Compiling vergen v8.3.2 |
2409 | 2024-11-18T19:08:13.525Z | Compiling cargo-platform v0.1.8 |
2410 | 2024-11-18T19:08:13.561Z | Checking smawk v0.3.2 |
2411 | 2024-11-18T19:08:13.779Z | Checking unicode-linebreak v0.1.5 |
2412 | 2024-11-18T19:08:14.072Z | Compiling cargo_metadata v0.18.1 |
2413 | 2024-11-18T19:08:14.212Z | Checking textwrap v0.16.1 |
2414 | 2024-11-18T19:08:14.659Z | Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
2415 | 2024-11-18T19:08:14.952Z | Checking castaway v0.2.3 |
2416 | 2024-11-18T19:08:15.100Z | Compiling libsqlite3-sys v0.30.1 |
2417 | 2024-11-18T19:08:15.134Z | Compiling cfg_aliases v0.2.1 |
2418 | 2024-11-18T19:08:15.252Z | Compiling rustls v0.21.12 |
2419 | 2024-11-18T19:08:15.548Z | Compiling nix v0.29.0 |
2420 | 2024-11-18T19:08:15.649Z | Checking compact_str v0.8.0 |
2421 | 2024-11-18T19:08:16.421Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
2422 | 2024-11-18T19:08:16.507Z | Checking unicode-truncate v1.1.0 |
2423 | 2024-11-18T19:08:16.699Z | Checking rustls-webpki v0.101.7 |
2424 | 2024-11-18T19:08:16.745Z | Checking sct v0.7.1 |
2425 | 2024-11-18T19:08:16.967Z | Checking lru v0.12.5 |
2426 | 2024-11-18T19:08:17.273Z | Compiling instability v0.3.2 |
2427 | 2024-11-18T19:08:17.300Z | Checking cassowary v0.3.0 |
2428 | 2024-11-18T19:08:17.742Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
2429 | 2024-11-18T19:08:18.020Z | Checking hashlink v0.9.1 |
2430 | 2024-11-18T19:08:18.139Z | Checking concurrent-queue v2.5.0 |
2431 | 2024-11-18T19:08:18.325Z | Checking ratatui v0.28.1 |
2432 | 2024-11-18T19:08:18.467Z | Checking fallible-streaming-iterator v0.1.9 |
2433 | 2024-11-18T19:08:18.637Z | Checking plotters-backend v0.3.7 |
2434 | 2024-11-18T19:08:18.705Z | Checking parking v2.2.1 |
2435 | 2024-11-18T19:08:18.886Z | Checking fallible-iterator v0.3.0 |
2436 | 2024-11-18T19:08:18.989Z | Checking plotters-svg v0.3.7 |
2437 | 2024-11-18T19:08:19.563Z | Checking rusqlite v0.32.1 |
2438 | 2024-11-18T19:08:19.771Z | Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
2439 | 2024-11-18T19:08:20.672Z | Checking tokio-rustls v0.24.1 |
2440 | 2024-11-18T19:08:21.003Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
2441 | 2024-11-18T19:08:21.042Z | Checking rustls-pemfile v1.0.4 |
2442 | 2024-11-18T19:08:21.113Z | Checking twox-hash v1.6.3 |
2443 | 2024-11-18T19:08:21.238Z | Checking cast v0.3.0 |
2444 | 2024-11-18T19:08:21.310Z | Checking plotters v0.3.7 |
2445 | 2024-11-18T19:08:21.337Z | Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
2446 | 2024-11-18T19:08:21.532Z | Checking criterion-plot v0.5.0 |
2447 | 2024-11-18T19:08:21.573Z | Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=b7b9d5660b28ca5e865242b2bdecd032c0852d40#b7b9d566) |
2448 | 2024-11-18T19:08:21.827Z | Checking async-bb8-diesel v0.2.1 |
2449 | 2024-11-18T19:08:22.392Z | Checking fatfs v0.3.6 |
2450 | 2024-11-18T19:08:22.552Z | Checking tinytemplate v1.2.1 |
2451 | 2024-11-18T19:08:22.925Z | Checking csv-core v0.1.11 |
2452 | 2024-11-18T19:08:23.140Z | Checking anes v0.1.6 |
2453 | 2024-11-18T19:08:23.231Z | Checking oorandom v11.1.4 |
2454 | 2024-11-18T19:08:23.269Z | Checking shell-words v1.1.0 |
2455 | 2024-11-18T19:08:23.390Z | Checking hex-literal v0.4.1 |
2456 | 2024-11-18T19:08:23.409Z | Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2457 | 2024-11-18T19:08:23.462Z | Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
2458 | 2024-11-18T19:08:23.508Z | Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
2459 | 2024-11-18T19:08:23.510Z | Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
2460 | 2024-11-18T19:08:24.196Z | Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
2461 | 2024-11-18T19:08:24.717Z | Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
2462 | 2024-11-18T19:08:25.911Z | Checking criterion v0.5.1 |
2463 | 2024-11-18T19:08:25.962Z | Checking csv v1.3.0 |
2464 | 2024-11-18T19:08:26.789Z | Checking event-listener v5.3.1 |
2465 | 2024-11-18T19:08:27.236Z | Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
2466 | 2024-11-18T19:08:27.289Z | Checking rtoolbox v0.0.2 |
2467 | 2024-11-18T19:08:27.485Z | Checking rpassword v7.3.1 |
2468 | 2024-11-18T19:08:27.656Z | Checking event-listener-strategy v0.5.2 |
2469 | 2024-11-18T19:08:27.821Z | Checking tui-tree-widget v0.22.0 |
2470 | 2024-11-18T19:08:28.160Z | Checking polyval v0.6.2 |
2471 | 2024-11-18T19:08:28.444Z | Checking ghash v0.5.1 |
2472 | 2024-11-18T19:08:28.622Z | Checking futures-lite v2.3.0 |
2473 | 2024-11-18T19:08:28.703Z | Checking tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous) |
2474 | 2024-11-18T19:08:29.930Z | Checking ctr v0.9.2 |
2475 | 2024-11-18T19:08:30.160Z | Checking yansi v1.0.1 |
2476 | 2024-11-18T19:08:30.741Z | Checking aes-gcm v0.10.3 |
2477 | 2024-11-18T19:08:30.928Z | Checking pretty_assertions v1.4.1 |
2478 | 2024-11-18T19:08:30.983Z | Checking ssh-encoding v0.2.0 |
2479 | 2024-11-18T19:08:31.152Z | Checking blowfish v0.9.1 |
2480 | 2024-11-18T19:08:31.278Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
2481 | 2024-11-18T19:08:31.308Z | Checking ssh-cipher v0.2.0 |
2482 | 2024-11-18T19:08:31.403Z | Checking bcrypt-pbkdf v0.10.0 |
2483 | 2024-11-18T19:08:31.563Z | Checking async-lock v3.4.0 |
2484 | 2024-11-18T19:08:31.687Z | Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
2485 | 2024-11-18T19:08:32.203Z | Compiling nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros) |
2486 | 2024-11-18T19:08:32.410Z | Checking polling v3.7.3 |
2487 | 2024-11-18T19:08:32.813Z | Checking password-hash v0.4.2 |
2488 | 2024-11-18T19:08:33.249Z | Checking matches v0.1.10 |
2489 | 2024-11-18T19:08:33.356Z | Checking idna v0.2.3 |
2490 | 2024-11-18T19:08:33.598Z | Checking pbkdf2 v0.11.0 |
2491 | 2024-11-18T19:08:33.908Z | Checking async-io v2.3.4 |
2492 | 2024-11-18T19:08:34.193Z | Checking ssh-key v0.6.6 |
2493 | 2024-11-18T19:08:34.744Z | Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
2494 | 2024-11-18T19:08:35.528Z | Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils) |
2495 | 2024-11-18T19:08:35.910Z | Checking p521 v0.13.3 |
2496 | 2024-11-18T19:08:36.473Z | Checking p256 v0.13.2 |
2497 | 2024-11-18T19:08:36.643Z | Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2498 | 2024-11-18T19:08:36.940Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
2499 | 2024-11-18T19:08:37.177Z | Checking russh-cryptovec v0.7.3 |
2500 | 2024-11-18T19:08:37.348Z | Compiling enum-as-inner v0.5.1 |
2501 | 2024-11-18T19:08:37.948Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2502 | 2024-11-18T19:08:38.281Z | Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
2503 | 2024-11-18T19:08:38.379Z | Checking async-task v4.7.1 |
2504 | 2024-11-18T19:08:38.727Z | Compiling doc-comment v0.3.3 |
2505 | 2024-11-18T19:08:39.348Z | Checking md5 v0.7.0 |
2506 | 2024-11-18T19:08:39.609Z | Compiling target-lexicon v0.12.16 |
2507 | 2024-11-18T19:08:39.744Z | Checking russh-keys v0.45.0 |
2508 | 2024-11-18T19:08:40.687Z | Checking trust-dns-proto v0.22.0 |
2509 | 2024-11-18T19:08:41.125Z | Checking async-channel v2.3.1 |
2510 | 2024-11-18T19:08:41.479Z | Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
2511 | 2024-11-18T19:08:43.170Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
2512 | 2024-11-18T19:08:43.316Z | Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
2513 | 2024-11-18T19:08:44.185Z | Checking piper v0.2.4 |
2514 | 2024-11-18T19:08:44.261Z | Checking num-bigint v0.4.6 |
2515 | 2024-11-18T19:08:44.395Z | Checking des v0.8.1 |
2516 | 2024-11-18T19:08:44.451Z | Compiling assert_cmd v2.0.16 |
2517 | 2024-11-18T19:08:44.683Z | Checking futures-timer v3.0.3 |
2518 | 2024-11-18T19:08:44.889Z | Compiling dhcproto-macros v0.1.0 |
2519 | 2024-11-18T19:08:44.997Z | Compiling guppy-workspace-hack v0.1.0 |
2520 | 2024-11-18T19:08:45.351Z | Checking blocking v1.6.1 |
2521 | 2024-11-18T19:08:45.834Z | Checking dhcproto v0.12.0 |
2522 | 2024-11-18T19:08:46.286Z | Checking async-executor v1.13.1 |
2523 | 2024-11-18T19:08:46.626Z | Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
2524 | 2024-11-18T19:08:46.684Z | Checking russh v0.45.0 |
2525 | 2024-11-18T19:08:47.277Z | Checking async-signal v0.2.10 |
2526 | 2024-11-18T19:08:47.381Z | Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
2527 | 2024-11-18T19:08:47.864Z | Checking internet-checksum v0.2.1 |
2528 | 2024-11-18T19:08:48.003Z | Checking event-listener v2.5.3 |
2529 | 2024-11-18T19:08:48.055Z | Compiling target-spec v3.2.2 |
2530 | 2024-11-18T19:08:48.241Z | Checking async-channel v1.9.0 |
2531 | 2024-11-18T19:08:49.234Z | Checking async-process v2.3.0 |
2532 | 2024-11-18T19:08:49.654Z | Checking async-global-executor v2.4.1 |
2533 | 2024-11-18T19:08:49.962Z | Checking cfg-expr v0.17.0 |
2534 | 2024-11-18T19:08:50.773Z | Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client) |
2535 | 2024-11-18T19:08:50.839Z | Checking httptest v0.16.1 |
2536 | 2024-11-18T19:08:51.030Z | Checking rustls-native-certs v0.7.3 |
2537 | 2024-11-18T19:08:51.208Z | Compiling petname v2.0.2 |
2538 | 2024-11-18T19:08:51.535Z | Checking num_cpus v1.16.0 |
2539 | 2024-11-18T19:08:51.682Z | Checking kv-log-macro v1.0.7 |
2540 | 2024-11-18T19:08:51.832Z | Compiling async-attributes v1.1.2 |
2541 | 2024-11-18T19:08:52.742Z | Checking async-std v1.13.0 |
2542 | 2024-11-18T19:08:54.806Z | Checking threadpool v1.8.1 |
2543 | 2024-11-18T19:08:55.022Z | Checking hyper-rustls v0.26.0 |
2544 | 2024-11-18T19:08:55.389Z | Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils) |
2545 | 2024-11-18T19:08:55.749Z | Checking pathdiff v0.2.2 |
2546 | 2024-11-18T19:08:55.834Z | Compiling rstest_macros v0.23.0 |
2547 | 2024-11-18T19:08:55.924Z | Checking nested v0.1.1 |
2548 | 2024-11-18T19:08:56.138Z | Checking escape8259 v0.5.3 |
2549 | 2024-11-18T19:08:56.341Z | Compiling target-triple v0.1.3 |
2550 | 2024-11-18T19:08:56.485Z | Checking libtest-mimic v0.7.3 |
2551 | 2024-11-18T19:08:56.514Z | Checking async-object-pool v0.1.5 |
2552 | 2024-11-18T19:08:56.729Z | Checking guppy v0.17.8 |
2553 | 2024-11-18T19:08:56.886Z | Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
2554 | 2024-11-18T19:08:57.663Z | Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
2555 | 2024-11-18T19:08:58.760Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
2556 | 2024-11-18T19:08:58.871Z | Checking similar-asserts v1.6.0 |
2557 | 2024-11-18T19:08:59.050Z | Checking fancy-regex v0.13.0 |
2558 | 2024-11-18T19:08:59.145Z | Checking serde_regex v1.1.0 |
2559 | 2024-11-18T19:08:59.414Z | Checking assert-json-diff v2.0.2 |
2560 | 2024-11-18T19:08:59.740Z | Compiling proc-macro-crate v3.2.0 |
2561 | 2024-11-18T19:08:59.851Z | Checking path-tree v0.8.1 |
2562 | 2024-11-18T19:09:00.057Z | Checking stringmetrics v2.2.2 |
2563 | 2024-11-18T19:09:00.205Z | Checking sync-ptr v0.1.1 |
2564 | 2024-11-18T19:09:00.316Z | Compiling relative-path v1.9.3 |
2565 | 2024-11-18T19:09:00.434Z | Checking httpmock v0.8.0-alpha.1 |
2566 | 2024-11-18T19:09:01.058Z | Checking datatest-stable v0.2.9 |
2567 | 2024-11-18T19:09:01.527Z | Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
2568 | 2024-11-18T19:09:03.004Z | Checking blake2b_simd v1.0.2 |
2569 | 2024-11-18T19:09:03.814Z | Checking omicron-dev-lib v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev-lib) |
2570 | 2024-11-18T19:09:05.437Z | Compiling git2 v0.19.0 |
2571 | 2024-11-18T19:09:05.693Z | Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
2572 | 2024-11-18T19:09:06.006Z | Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev) |
2573 | 2024-11-18T19:09:06.288Z | Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
2574 | 2024-11-18T19:09:06.517Z | Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli) |
2575 | 2024-11-18T19:09:06.791Z | Checking serde_tokenstream v0.2.2 |
2576 | 2024-11-18T19:09:06.814Z | Checking uzers v0.12.1 |
2577 | 2024-11-18T19:09:07.290Z | Checking rust-argon2 v2.1.0 |
2578 | 2024-11-18T19:09:07.319Z | Checking trybuild v1.0.101 |
2579 | 2024-11-18T19:09:07.727Z | Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation) |
2580 | 2024-11-18T19:09:08.708Z | Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
2581 | 2024-11-18T19:09:09.155Z | Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis) |
2582 | 2024-11-18T19:09:10.258Z | Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev) |
2583 | 2024-11-18T19:09:10.539Z | Checking rand_distr v0.4.3 |
2584 | 2024-11-18T19:09:11.988Z | Checking rstest v0.23.0 |
2585 | 2024-11-18T19:09:12.231Z | Checking multimap v0.10.0 |
2586 | 2024-11-18T19:09:12.558Z | Checking approx v0.5.1 |
2587 | 2024-11-18T19:09:12.845Z | Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
2588 | 2024-11-18T19:09:13.522Z | Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
2589 | 2024-11-18T19:09:14.142Z | Checking end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
2590 | 2024-11-18T19:09:14.486Z | Checking openapi-manager v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager) |
2591 | 2024-11-18T19:09:14.505Z | Checking partial-io v0.5.4 |
2592 | 2024-11-18T19:09:14.905Z | Compiling omicron-live-tests v0.1.0 (/work/oxidecomputer/omicron/live-tests) |
2593 | 2024-11-18T19:09:15.204Z | Checking xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
2594 | 2024-11-18T19:09:15.335Z | Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=b7b9d5660b28ca5e865242b2bdecd032c0852d40#b7b9d566) |
2595 | 2024-11-18T19:09:15.699Z | Checking cargo_toml v0.20.5 |
2596 | 2024-11-18T19:09:15.928Z | Checking termios v0.3.3 |
2597 | 2024-11-18T19:09:16.094Z | Compiling indoc v2.0.5 |
2598 | 2024-11-18T19:09:16.182Z | Compiling live-tests-macros v0.1.0 (/work/oxidecomputer/omicron/live-tests/macros) |
2599 | 2024-11-18T19:09:16.983Z | Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli) |
2600 | 2024-11-18T19:09:17.665Z | Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
2601 | 2024-11-18T19:09:37.475Z | Checking clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev) |
2602 | 2024-11-18T19:09:38.170Z | Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng) |
2603 | 2024-11-18T19:09:40.260Z | Checking mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev) |
2604 | 2024-11-18T19:09:59.475Z | Compiling polar-core v0.27.3 |
2605 | 2024-11-18T19:10:10.588Z | Checking oso v0.27.3 |
2606 | 2024-11-18T19:10:15.789Z | Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli) |
2607 | 2024-11-18T19:10:16.578Z | Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed) |
2608 | 2024-11-18T19:10:17.520Z | Checking cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev) |
2609 | 2024-11-18T19:10:59.417Z | Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
2610 | 2024-11-18T19:10:59.417Z | Checking nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
2611 | 2024-11-18T19:10:59.419Z | Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
2612 | 2024-11-18T19:12:20.630Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 6m 31s |
2613 | 2024-11-18T19:12:21.021Z | |
2614 | 2024-11-18T19:12:21.025Z | real 6:35.838102065 |
2615 | 2024-11-18T19:12:21.025Z | user 35:15.510429506 |
2616 | 2024-11-18T19:12:21.025Z | sys 6:25.408127145 |
2617 | 2024-11-18T19:12:21.025Z | trap 0.924683160 |
2618 | 2024-11-18T19:12:21.025Z | tflt 2.550355787 |
2619 | 2024-11-18T19:12:21.025Z | dflt 0.962535341 |
2620 | 2024-11-18T19:12:21.025Z | kflt 0.000694916 |
2621 | 2024-11-18T19:12:21.025Z | lock 50:58.698037205 |
2622 | 2024-11-18T19:12:21.025Z | slp 2:01:58.101090956 |
2623 | 2024-11-18T19:12:21.025Z | lat 1:30.405300978 |
2624 | 2024-11-18T19:12:21.025Z | stop 5:51.584375833 |
2625 | 2024-11-18T19:12:21.025Z | + RUSTDOCFLAGS='--document-private-items -D warnings' |
2626 | 2024-11-18T19:12:21.025Z | + ptime -m cargo doc --workspace --no-deps |
2627 | 2024-11-18T19:12:22.194Z | warning: output filename collision. |
2628 | 2024-11-18T19:12:22.194Z | 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)`. |
2629 | 2024-11-18T19:12:22.194Z | Colliding filename is: /work/oxidecomputer/omicron/target/doc/oximeter/index.html |
2630 | 2024-11-18T19:12:22.194Z | The targets should have unique names. |
2631 | 2024-11-18T19:12:22.194Z | This is a known bug where multiple crates with the same name use |
2632 | 2024-11-18T19:12:22.194Z | the same path; see <https://github.com/rust-lang/cargo/issues/6313>. |
2633 | 2024-11-18T19:12:22.627Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2634 | 2024-11-18T19:12:22.696Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2635 | 2024-11-18T19:12:22.714Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2636 | 2024-11-18T19:12:22.750Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
2637 | 2024-11-18T19:12:22.772Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2638 | 2024-11-18T19:12:22.801Z | Documenting xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
2639 | 2024-11-18T19:12:22.801Z | Documenting omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2640 | 2024-11-18T19:12:23.009Z | Documenting omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2641 | 2024-11-18T19:12:23.046Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2642 | 2024-11-18T19:12:23.049Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
2643 | 2024-11-18T19:12:23.089Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2644 | 2024-11-18T19:12:23.282Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2645 | 2024-11-18T19:12:23.381Z | Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2646 | 2024-11-18T19:12:23.574Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2647 | 2024-11-18T19:12:23.852Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2648 | 2024-11-18T19:12:26.379Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2649 | 2024-11-18T19:12:27.576Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2650 | 2024-11-18T19:12:27.910Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
2651 | 2024-11-18T19:12:28.141Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
2652 | 2024-11-18T19:12:28.143Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
2653 | 2024-11-18T19:12:28.180Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
2654 | 2024-11-18T19:12:28.469Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
2655 | 2024-11-18T19:12:28.492Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
2656 | 2024-11-18T19:12:28.786Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
2657 | 2024-11-18T19:12:28.953Z | Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
2658 | 2024-11-18T19:12:29.116Z | Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
2659 | 2024-11-18T19:12:29.337Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
2660 | 2024-11-18T19:12:29.502Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
2661 | 2024-11-18T19:12:29.629Z | Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
2662 | 2024-11-18T19:12:29.780Z | Checking openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types) |
2663 | 2024-11-18T19:12:29.986Z | Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
2664 | 2024-11-18T19:12:30.014Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
2665 | 2024-11-18T19:12:30.161Z | Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
2666 | 2024-11-18T19:12:30.328Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
2667 | 2024-11-18T19:12:30.651Z | Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev) |
2668 | 2024-11-18T19:12:30.943Z | Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev) |
2669 | 2024-11-18T19:12:31.006Z | Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
2670 | 2024-11-18T19:12:31.366Z | Documenting omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis) |
2671 | 2024-11-18T19:12:31.426Z | Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis) |
2672 | 2024-11-18T19:12:31.650Z | Documenting db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
2673 | 2024-11-18T19:12:32.209Z | Documenting authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
2674 | 2024-11-18T19:12:33.602Z | Documenting omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2675 | 2024-11-18T19:12:34.860Z | Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
2676 | 2024-11-18T19:12:36.545Z | Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
2677 | 2024-11-18T19:12:37.359Z | Checking nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
2678 | 2024-11-18T19:12:37.992Z | Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
2679 | 2024-11-18T19:12:38.040Z | Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
2680 | 2024-11-18T19:12:38.081Z | Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
2681 | 2024-11-18T19:12:38.400Z | Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
2682 | 2024-11-18T19:12:39.189Z | Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
2683 | 2024-11-18T19:12:40.009Z | Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
2684 | 2024-11-18T19:12:40.300Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2685 | 2024-11-18T19:12:40.302Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2686 | 2024-11-18T19:12:40.767Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2687 | 2024-11-18T19:12:46.401Z | Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2688 | 2024-11-18T19:12:47.170Z | Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
2689 | 2024-11-18T19:12:47.740Z | Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
2690 | 2024-11-18T19:12:48.314Z | Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
2691 | 2024-11-18T19:12:48.766Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2692 | 2024-11-18T19:12:49.183Z | Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
2693 | 2024-11-18T19:12:49.468Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
2694 | 2024-11-18T19:12:49.589Z | Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2695 | 2024-11-18T19:12:49.655Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2696 | 2024-11-18T19:12:51.072Z | Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
2697 | 2024-11-18T19:12:51.099Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2698 | 2024-11-18T19:12:51.141Z | Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2699 | 2024-11-18T19:12:51.725Z | Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2700 | 2024-11-18T19:12:51.747Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2701 | 2024-11-18T19:12:52.482Z | Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
2702 | 2024-11-18T19:12:52.525Z | Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
2703 | 2024-11-18T19:12:52.546Z | Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
2704 | 2024-11-18T19:12:53.310Z | Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
2705 | 2024-11-18T19:12:53.781Z | Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
2706 | 2024-11-18T19:12:53.815Z | Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
2707 | 2024-11-18T19:12:53.926Z | Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
2708 | 2024-11-18T19:12:54.450Z | Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2709 | 2024-11-18T19:12:54.815Z | Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
2710 | 2024-11-18T19:12:54.937Z | Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2711 | 2024-11-18T19:12:55.686Z | Checking tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
2712 | 2024-11-18T19:12:56.270Z | Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
2713 | 2024-11-18T19:12:56.310Z | Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
2714 | 2024-11-18T19:12:56.464Z | Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
2715 | 2024-11-18T19:12:56.947Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
2716 | 2024-11-18T19:12:57.311Z | Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
2717 | 2024-11-18T19:12:57.495Z | Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
2718 | 2024-11-18T19:12:57.532Z | Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2719 | 2024-11-18T19:12:58.788Z | Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
2720 | 2024-11-18T19:12:59.363Z | Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
2721 | 2024-11-18T19:12:59.892Z | Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
2722 | 2024-11-18T19:12:59.946Z | Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
2723 | 2024-11-18T19:13:00.626Z | Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
2724 | 2024-11-18T19:13:01.690Z | Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
2725 | 2024-11-18T19:13:01.878Z | Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
2726 | 2024-11-18T19:13:02.087Z | Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
2727 | 2024-11-18T19:13:02.167Z | Documenting omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
2728 | 2024-11-18T19:13:02.372Z | Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
2729 | 2024-11-18T19:13:02.415Z | Documenting dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2730 | 2024-11-18T19:13:03.363Z | Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
2731 | 2024-11-18T19:13:03.455Z | Documenting omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2732 | 2024-11-18T19:13:03.559Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
2733 | 2024-11-18T19:13:03.585Z | Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils) |
2734 | 2024-11-18T19:13:04.502Z | Documenting omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
2735 | 2024-11-18T19:13:05.087Z | Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client) |
2736 | 2024-11-18T19:13:06.879Z | Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2737 | 2024-11-18T19:13:08.058Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2738 | 2024-11-18T19:13:08.237Z | Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
2739 | 2024-11-18T19:13:08.267Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
2740 | 2024-11-18T19:13:10.352Z | Documenting oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
2741 | 2024-11-18T19:13:11.871Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
2742 | 2024-11-18T19:13:12.900Z | Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
2743 | 2024-11-18T19:13:14.107Z | Documenting wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
2744 | 2024-11-18T19:13:24.922Z | Documenting omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2745 | 2024-11-18T19:13:25.752Z | Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils) |
2746 | 2024-11-18T19:13:26.194Z | Documenting clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev) |
2747 | 2024-11-18T19:13:27.493Z | Documenting end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
2748 | 2024-11-18T19:13:45.300Z | Checking end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
2749 | 2024-11-18T19:13:52.528Z | Documenting zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
2750 | 2024-11-18T19:14:12.488Z | Documenting nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
2751 | 2024-11-18T19:14:13.867Z | Documenting nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
2752 | 2024-11-18T19:14:18.954Z | Documenting nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
2753 | 2024-11-18T19:14:48.705Z | Documenting mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev) |
2754 | 2024-11-18T19:14:51.122Z | Documenting gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
2755 | 2024-11-18T19:14:56.540Z | Documenting installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
2756 | 2024-11-18T19:14:56.793Z | Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
2757 | 2024-11-18T19:14:59.816Z | Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
2758 | 2024-11-18T19:15:00.394Z | Checking nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
2759 | 2024-11-18T19:15:03.318Z | Documenting omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
2760 | 2024-11-18T19:15:09.846Z | Documenting nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
2761 | 2024-11-18T19:15:10.521Z | Documenting nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
2762 | 2024-11-18T19:15:29.655Z | Documenting nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
2763 | 2024-11-18T19:15:31.383Z | Documenting nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
2764 | 2024-11-18T19:15:33.157Z | Documenting nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
2765 | 2024-11-18T19:15:59.534Z | Documenting nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
2766 | 2024-11-18T19:16:00.071Z | Documenting omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
2767 | 2024-11-18T19:16:00.777Z | Documenting oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2768 | 2024-11-18T19:16:04.782Z | Documenting omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
2769 | 2024-11-18T19:16:04.895Z | Documenting wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
2770 | 2024-11-18T19:16:17.270Z | Documenting openapi-manager v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager) |
2771 | 2024-11-18T19:16:18.948Z | Documenting oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils) |
2772 | 2024-11-18T19:16:29.480Z | Documenting wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
2773 | 2024-11-18T19:16:39.161Z | Documenting nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation) |
2774 | 2024-11-18T19:16:40.719Z | Documenting nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
2775 | 2024-11-18T19:16:45.739Z | Documenting cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
2776 | 2024-11-18T19:16:49.297Z | Documenting nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
2777 | 2024-11-18T19:16:56.846Z | Documenting nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2778 | 2024-11-18T19:17:00.285Z | Documenting nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
2779 | 2024-11-18T19:17:01.606Z | Documenting nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
2780 | 2024-11-18T19:17:04.151Z | Documenting nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
2781 | 2024-11-18T19:17:16.341Z | Documenting nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
2782 | 2024-11-18T19:17:19.386Z | Documenting omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng) |
2783 | 2024-11-18T19:17:21.017Z | Documenting tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous) |
2784 | 2024-11-18T19:17:23.273Z | Documenting update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
2785 | 2024-11-18T19:17:27.043Z | Documenting wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
2786 | 2024-11-18T19:17:28.231Z | Documenting wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
2787 | 2024-11-18T19:17:29.319Z | Documenting gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
2788 | 2024-11-18T19:17:41.561Z | Documenting sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
2789 | 2024-11-18T19:17:44.757Z | Documenting oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2790 | 2024-11-18T19:17:44.777Z | Documenting oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2791 | 2024-11-18T19:17:49.236Z | Documenting oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2792 | 2024-11-18T19:17:52.694Z | Documenting sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2793 | 2024-11-18T19:17:59.207Z | Documenting gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
2794 | 2024-11-18T19:18:00.509Z | Documenting wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
2795 | 2024-11-18T19:18:02.376Z | Documenting omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
2796 | 2024-11-18T19:18:06.084Z | Documenting bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
2797 | 2024-11-18T19:18:09.599Z | Documenting sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
2798 | 2024-11-18T19:18:15.370Z | Documenting installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
2799 | 2024-11-18T19:18:15.388Z | Documenting installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client) |
2800 | 2024-11-18T19:18:16.728Z | Documenting sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
2801 | 2024-11-18T19:18:19.127Z | Documenting crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed) |
2802 | 2024-11-18T19:18:24.462Z | Documenting db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev) |
2803 | 2024-11-18T19:18:25.185Z | Documenting omicron-dev-lib v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev-lib) |
2804 | 2024-11-18T19:18:34.239Z | Documenting ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev) |
2805 | 2024-11-18T19:18:36.299Z | Documenting dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
2806 | 2024-11-18T19:18:37.393Z | Documenting internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli) |
2807 | 2024-11-18T19:18:39.215Z | Documenting clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils) |
2808 | 2024-11-18T19:18:39.524Z | Documenting clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
2809 | 2024-11-18T19:18:40.675Z | Documenting nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2810 | 2024-11-18T19:18:45.646Z | Documenting clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
2811 | 2024-11-18T19:18:50.630Z | Documenting clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
2812 | 2024-11-18T19:18:53.729Z | Documenting oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
2813 | 2024-11-18T19:18:55.125Z | Documenting dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2814 | 2024-11-18T19:18:59.728Z | Documenting dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
2815 | 2024-11-18T19:19:01.503Z | Documenting internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
2816 | 2024-11-18T19:19:05.623Z | Documenting sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2817 | 2024-11-18T19:19:06.138Z | Documenting oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
2818 | 2024-11-18T19:19:08.255Z | Documenting oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
2819 | 2024-11-18T19:19:11.140Z | Documenting bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2820 | 2024-11-18T19:19:14.577Z | Documenting omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2821 | 2024-11-18T19:19:16.016Z | Documenting nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
2822 | 2024-11-18T19:19:17.107Z | Documenting bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2823 | 2024-11-18T19:19:21.853Z | Documenting sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2824 | 2024-11-18T19:19:22.491Z | Documenting installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2825 | 2024-11-18T19:19:23.792Z | Documenting sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
2826 | 2024-11-18T19:19:31.605Z | Documenting gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli) |
2827 | 2024-11-18T19:19:32.309Z | Documenting clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
2828 | 2024-11-18T19:19:33.210Z | Documenting oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
2829 | 2024-11-18T19:19:35.799Z | Documenting oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
2830 | 2024-11-18T19:19:36.805Z | Documenting ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
2831 | 2024-11-18T19:19:43.209Z | Documenting nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
2832 | 2024-11-18T19:19:44.761Z | Documenting nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
2833 | 2024-11-18T19:19:44.972Z | Documenting omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
2834 | 2024-11-18T19:19:46.866Z | Documenting cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
2835 | 2024-11-18T19:19:47.252Z | Documenting oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
2836 | 2024-11-18T19:19:49.792Z | Documenting internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
2837 | 2024-11-18T19:19:50.604Z | Documenting key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2838 | 2024-11-18T19:19:52.345Z | Documenting repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
2839 | 2024-11-18T19:19:52.804Z | Documenting illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2840 | 2024-11-18T19:19:57.310Z | Documenting tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
2841 | 2024-11-18T19:19:58.943Z | Documenting oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2842 | 2024-11-18T19:20:02.716Z | Documenting update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2843 | 2024-11-18T19:20:03.860Z | Documenting openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types) |
2844 | 2024-11-18T19:20:04.461Z | Documenting repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
2845 | 2024-11-18T19:20:04.691Z | Documenting cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev) |
2846 | 2024-11-18T19:20:04.734Z | Documenting xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
2847 | 2024-11-18T19:20:06.977Z | Documenting nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros) |
2848 | 2024-11-18T19:20:09.105Z | Documenting oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
2849 | 2024-11-18T19:20:09.753Z | Documenting nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
2850 | 2024-11-18T19:20:11.345Z | Documenting omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
2851 | 2024-11-18T19:20:12.189Z | Documenting gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2852 | 2024-11-18T19:20:13.073Z | Documenting typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
2853 | 2024-11-18T19:20:14.831Z | Documenting api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2854 | 2024-11-18T19:20:16.133Z | Documenting omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2855 | 2024-11-18T19:20:17.615Z | Documenting cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
2856 | 2024-11-18T19:20:18.231Z | Documenting oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2857 | 2024-11-18T19:20:19.466Z | Documenting live-tests-macros v0.1.0 (/work/oxidecomputer/omicron/live-tests/macros) |
2858 | 2024-11-18T19:20:51.270Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 8m 30s |
2859 | 2024-11-18T19:20:51.444Z | Generated /work/oxidecomputer/omicron/target/doc/api_identity/index.html and 137 other files |
2860 | 2024-11-18T19:20:51.508Z | |
2861 | 2024-11-18T19:20:51.511Z | real 8:30.386471540 |
2862 | 2024-11-18T19:20:51.511Z | user 25:16.873854970 |
2863 | 2024-11-18T19:20:51.511Z | sys 38:44.527665492 |
2864 | 2024-11-18T19:20:51.511Z | trap 0.390370899 |
2865 | 2024-11-18T19:20:51.511Z | tflt 0.190500733 |
2866 | 2024-11-18T19:20:51.511Z | dflt 0.183439385 |
2867 | 2024-11-18T19:20:51.511Z | kflt 0.000056055 |
2868 | 2024-11-18T19:20:51.511Z | lock 1:25:00.125736676 |
2869 | 2024-11-18T19:20:51.512Z | slp 2:24:14.773187992 |
2870 | 2024-11-18T19:20:51.512Z | lat 1:15.515422971 |
2871 | 2024-11-18T19:20:51.512Z | stop 1:07.714728557 |
2872 | 2024-11-18T19:20:51.512Z | process exited: duration 1192041 ms, exit code 0 |
|
2873 | 2024-11-18T19:20:51.518Z | found 0 output files |