|
|
|
1 | 2024-12-02T16:00:01.170Z | job assigned to worker 01JE41HSEXYETEGCR201TNY7AG [factory aws, i-082a995207c6ff10e] (queued for 51 s) |
|
2 | 2024-12-02T16:00:09.842Z | starting task 0: "setup" |
3 | 2024-12-02T16:00:09.853Z | ++ uname -s |
4 | 2024-12-02T16:00:09.855Z | + kern=SunOS |
5 | 2024-12-02T16:00:09.856Z | + case "$kern" in |
6 | 2024-12-02T16:00:09.856Z | + groupadd -g 12345 build |
7 | 2024-12-02T16:00:09.858Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
8 | 2024-12-02T16:00:11.863Z | + zfs create -o mountpoint=/work rpool/work |
9 | 2024-12-02T16:00:12.044Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
10 | 2024-12-02T16:00:12.048Z | + home_fs=zfs |
11 | 2024-12-02T16:00:12.048Z | + [[ zfs == autofs ]] |
12 | 2024-12-02T16:00:12.048Z | + mkdir -p /home/build |
13 | 2024-12-02T16:00:12.050Z | + chown build:build /home/build /work |
14 | 2024-12-02T16:00:14.050Z | + chmod 0700 /home/build /work |
15 | 2024-12-02T16:00:14.053Z | process exited: duration 4210 ms, exit code 0 |
|
16 | 2024-12-02T16:00:14.059Z | starting task 1: "rust-toolchain" |
17 | 2024-12-02T16:00:14.064Z | + printf ' * toolchain channel = "%s" |
18 | 2024-12-02T16:00:14.064Z | ' 1.81.0 |
19 | 2024-12-02T16:00:14.067Z | * toolchain channel = "1.81.0" |
20 | 2024-12-02T16:00:14.067Z | + printf ' * toolchain profile = "%s" |
21 | 2024-12-02T16:00:14.067Z | ' default |
22 | 2024-12-02T16:00:14.067Z | * toolchain profile = "default" |
23 | 2024-12-02T16:00:14.067Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
24 | 2024-12-02T16:00:14.067Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.81.0 --profile default |
25 | 2024-12-02T16:00:14.183Z | info: downloading installer |
26 | 2024-12-02T16:00:15.945Z | info: profile set to 'default' |
27 | 2024-12-02T16:00:15.945Z | info: default host triple is x86_64-unknown-illumos |
28 | 2024-12-02T16:00:15.948Z | info: syncing channel updates for '1.81.0-x86_64-unknown-illumos' |
29 | 2024-12-02T16:00:16.106Z | info: latest update on 2024-09-05, rust version 1.81.0 (eeb90cda1 2024-09-04) |
30 | 2024-12-02T16:00:16.106Z | info: downloading component 'cargo' |
31 | 2024-12-02T16:00:16.972Z | info: downloading component 'clippy' |
32 | 2024-12-02T16:00:17.291Z | info: downloading component 'rust-docs' |
33 | 2024-12-02T16:00:18.497Z | info: downloading component 'rust-std' |
34 | 2024-12-02T16:00:20.358Z | info: downloading component 'rustc' |
35 | 2024-12-02T16:00:27.099Z | info: downloading component 'rustfmt' |
36 | 2024-12-02T16:00:27.350Z | info: installing component 'cargo' |
37 | 2024-12-02T16:00:28.170Z | info: installing component 'clippy' |
38 | 2024-12-02T16:00:28.537Z | info: installing component 'rust-docs' |
39 | 2024-12-02T16:00:30.188Z | info: installing component 'rust-std' |
40 | 2024-12-02T16:00:31.900Z | info: installing component 'rustc' |
41 | 2024-12-02T16:00:37.736Z | info: installing component 'rustfmt' |
42 | 2024-12-02T16:00:38.057Z | info: default toolchain set to '1.81.0-x86_64-unknown-illumos' |
43 | 2024-12-02T16:00:38.057Z | |
44 | 2024-12-02T16:00:38.421Z | 1.81.0-x86_64-unknown-illumos installed - rustc 1.81.0 (eeb90cda1 2024-09-04) |
45 | 2024-12-02T16:00:38.421Z | |
46 | 2024-12-02T16:00:38.423Z | |
47 | 2024-12-02T16:00:38.423Z | Rust is installed now. Great! |
48 | 2024-12-02T16:00:38.423Z | |
49 | 2024-12-02T16:00:38.423Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
50 | 2024-12-02T16:00:38.424Z | environment variable. This has not been done automatically. |
51 | 2024-12-02T16:00:38.424Z | |
52 | 2024-12-02T16:00:38.424Z | To configure your current shell, you need to source |
53 | 2024-12-02T16:00:38.424Z | the corresponding env file under $HOME/.cargo. |
54 | 2024-12-02T16:00:38.424Z | |
55 | 2024-12-02T16:00:38.424Z | This is usually done by running one of the following (note the leading DOT): |
56 | 2024-12-02T16:00:38.424Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
57 | 2024-12-02T16:00:38.424Z | source "$HOME/.cargo/env.fish" # For fish |
58 | 2024-12-02T16:00:38.503Z | + rustc --version |
59 | 2024-12-02T16:00:38.573Z | rustc 1.81.0 (eeb90cda1 2024-09-04) |
60 | 2024-12-02T16:00:38.577Z | process exited: duration 24515 ms, exit code 0 |
|
61 | 2024-12-02T16:00:38.583Z | starting task 2: "authentication" |
62 | 2024-12-02T16:00:38.605Z | process exited: duration 21 ms, exit code 0 |
|
63 | 2024-12-02T16:00:38.611Z | starting task 3: "clone repository" |
64 | 2024-12-02T16:00:38.616Z | + mkdir -p /work/oxidecomputer/omicron |
65 | 2024-12-02T16:00:38.619Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
66 | 2024-12-02T16:00:38.877Z | Cloning into '/work/oxidecomputer/omicron'... |
67 | 2024-12-02T16:00:45.106Z | + cd /work/oxidecomputer/omicron |
68 | 2024-12-02T16:00:45.108Z | + git fetch origin 86522dc9102036feccd3de257415fc594cbc98e1 |
69 | 2024-12-02T16:00:45.419Z | From https://github.com/oxidecomputer/omicron |
70 | 2024-12-02T16:00:45.419Z | * branch 86522dc9102036feccd3de257415fc594cbc98e1 -> FETCH_HEAD |
71 | 2024-12-02T16:00:45.429Z | + [[ -n john/fix-oximeter-refresh-stops-on-failure ]] |
72 | 2024-12-02T16:00:45.432Z | ++ git branch --show-current |
73 | 2024-12-02T16:00:45.434Z | + current=main |
74 | 2024-12-02T16:00:45.434Z | + [[ main != john/fix-oximeter-refresh-stops-on-failure ]] |
75 | 2024-12-02T16:00:45.434Z | + git branch -f john/fix-oximeter-refresh-stops-on-failure 86522dc9102036feccd3de257415fc594cbc98e1 |
76 | 2024-12-02T16:00:45.437Z | + git checkout -f john/fix-oximeter-refresh-stops-on-failure |
77 | 2024-12-02T16:00:45.622Z | Switched to branch 'john/fix-oximeter-refresh-stops-on-failure' |
78 | 2024-12-02T16:00:45.625Z | + git reset --hard 86522dc9102036feccd3de257415fc594cbc98e1 |
79 | 2024-12-02T16:00:45.639Z | HEAD is now at 86522dc91 use slog-error-chain to get more details on errors |
80 | 2024-12-02T16:00:45.642Z | process exited: duration 7029 ms, exit code 0 |
|
81 | 2024-12-02T16:00:45.648Z | starting task 4: "build" |
82 | 2024-12-02T16:00:45.653Z | + source ./env.sh |
83 | 2024-12-02T16:00:45.653Z | ++ OLD_SHELL_OPTS=ehxB |
84 | 2024-12-02T16:00:45.653Z | ++ set -o xtrace |
85 | 2024-12-02T16:00:45.656Z | ++++ dirname ./env.sh |
86 | 2024-12-02T16:00:45.659Z | +++ readlink -f . |
87 | 2024-12-02T16:00:45.857Z | ++ OMICRON_WS=/work/oxidecomputer/omicron |
88 | 2024-12-02T16:00:45.860Z | ++ 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-12-02T16:00:45.860Z | ++ 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-12-02T16:00:45.860Z | ++ 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-12-02T16:00:45.860Z | ++ 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-12-02T16:00:45.860Z | ++ 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-12-02T16:00:45.860Z | ++ 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-12-02T16:00:45.860Z | ++ 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-12-02T16:00:45.860Z | ++ 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-12-02T16:00:45.860Z | ++ case $OLD_SHELL_OPTS in |
97 | 2024-12-02T16:00:45.860Z | ++ unset OLD_SHELL_OPTS OMICRON_WS |
98 | 2024-12-02T16:00:45.861Z | + source .github/buildomat/ci-env.sh |
99 | 2024-12-02T16:00:45.861Z | ++ export CARGO_TERM_COLOR=always |
100 | 2024-12-02T16:00:45.861Z | ++ CARGO_TERM_COLOR=always |
101 | 2024-12-02T16:00:45.861Z | + cargo --version |
102 | 2024-12-02T16:00:45.917Z | cargo 1.81.0 (2dbb1af80 2024-08-20) |
103 | 2024-12-02T16:00:45.919Z | + rustc --version |
104 | 2024-12-02T16:00:45.982Z | rustc 1.81.0 (eeb90cda1 2024-09-04) |
105 | 2024-12-02T16:00:45.985Z | + banner prerequisites |
106 | 2024-12-02T16:00:46.126Z | |
107 | 2024-12-02T16:00:46.126Z | ##### ##### ###### ##### ###### #### # # # #### # |
108 | 2024-12-02T16:00:46.126Z | # # # # # # # # # # # # # # # |
109 | 2024-12-02T16:00:46.126Z | # # # # ##### # # ##### # # # # # #### # |
110 | 2024-12-02T16:00:46.126Z | ##### ##### # ##### # # # # # # # # # |
111 | 2024-12-02T16:00:46.126Z | # # # # # # # # # # # # # # # |
112 | 2024-12-02T16:00:46.126Z | # # # ###### # # ###### ### # #### # #### # |
113 | 2024-12-02T16:00:46.127Z | |
114 | 2024-12-02T16:00:46.129Z | + ptime -m bash ./tools/install_builder_prerequisites.sh -y |
115 | 2024-12-02T16:01:11.777Z | Startup: Refreshing catalog 'helios-dev' ... Done |
116 | 2024-12-02T16:01:15.791Z | Startup: Caching catalogs ... Done |
117 | 2024-12-02T16:01:25.723Z | Planning: Solver setup ... Done (9.050s) |
118 | 2024-12-02T16:01:25.845Z | Planning: Running solver ... Done (0.123s) |
119 | 2024-12-02T16:01:26.072Z | Planning: Finding local manifests ... Done (0.125s) |
120 | 2024-12-02T16:01:26.084Z | Planning: Fetching manifests: 0/5 0% complete |
121 | 2024-12-02T16:01:26.343Z | Planning: Fetching manifests: 5/5 100% complete |
122 | 2024-12-02T16:01:26.698Z | Planning: Package planning ... Done (0.355s) |
123 | 2024-12-02T16:01:26.754Z | Planning: Merging actions ... Done (0.056s) |
124 | 2024-12-02T16:01:28.243Z | Planning: Checking for conflicting actions ... Done (1.489s) |
125 | 2024-12-02T16:01:37.003Z | Planning: Consolidating action changes ... Done (8.758s) |
126 | 2024-12-02T16:01:37.471Z | Planning: Evaluating mediators ... Done (0.468s) |
127 | 2024-12-02T16:01:37.557Z | Planning: Planning completed in 21.67 seconds |
128 | 2024-12-02T16:01:39.023Z | Packages to install: 4 |
129 | 2024-12-02T16:01:39.023Z | Packages to update: 1 |
130 | 2024-12-02T16:01:39.023Z | Mediators to change: 2 |
131 | 2024-12-02T16:01:39.026Z | Services to change: 1 |
132 | 2024-12-02T16:01:39.026Z | Estimated space available: 155.64 GB |
133 | 2024-12-02T16:01:39.026Z | Estimated space to be consumed: 1.61 GB |
134 | 2024-12-02T16:01:39.026Z | Create boot environment: No |
135 | 2024-12-02T16:01:39.026Z | Create backup boot environment: Yes |
136 | 2024-12-02T16:01:39.026Z | Rebuild boot archive: No |
137 | 2024-12-02T16:01:39.026Z | |
138 | 2024-12-02T16:01:39.026Z | Changed mediators: |
139 | 2024-12-02T16:01:39.026Z | mediator clang: |
140 | 2024-12-02T16:01:39.026Z | version: None -> 15 (system default) |
141 | 2024-12-02T16:01:39.026Z | |
142 | 2024-12-02T16:01:39.026Z | mediator llvm: |
143 | 2024-12-02T16:01:39.026Z | version: 14 (system default) -> 15 (system default) |
144 | 2024-12-02T16:01:39.027Z | |
145 | 2024-12-02T16:01:39.027Z | Changed packages: |
146 | 2024-12-02T16:01:39.027Z | helios-dev |
147 | 2024-12-02T16:01:39.027Z | developer/build-essential |
148 | 2024-12-02T16:01:39.027Z | None -> 11-2.0 |
149 | 2024-12-02T16:01:39.027Z | library/libxmlsec1 |
150 | 2024-12-02T16:01:39.027Z | None -> 1.2.35-2.0 |
151 | 2024-12-02T16:01:39.027Z | ooce/developer/clang-15 |
152 | 2024-12-02T16:01:39.027Z | None -> 15.0.7-2.0 |
153 | 2024-12-02T16:01:39.027Z | ooce/developer/llvm-15 |
154 | 2024-12-02T16:01:39.027Z | None -> 15.0.7-2.0 |
155 | 2024-12-02T16:01:39.027Z | package/pkg |
156 | 2024-12-02T16:01:39.027Z | 0.5.11-2.0 -> 0.5.11-2.1.6412 |
157 | 2024-12-02T16:01:39.027Z | |
158 | 2024-12-02T16:01:39.027Z | Services: |
159 | 2024-12-02T16:01:39.027Z | restart_fmri: |
160 | 2024-12-02T16:01:39.027Z | svc:/system/update-man-index:default |
161 | 2024-12-02T16:01:39.027Z | |
162 | 2024-12-02T16:01:39.027Z | Editable files to change: |
163 | 2024-12-02T16:01:39.027Z | Update: |
164 | 2024-12-02T16:01:39.027Z | usr/share/lib/pkg/web/config.shtml |
165 | 2024-12-02T16:01:39.626Z | |
166 | 2024-12-02T16:01:39.626Z | Download: 0/4281 items 0.0/220.6MB 0% complete |
167 | 2024-12-02T16:01:44.627Z | Download: 622/4281 items 5.2/220.6MB 2% complete (1.0M/s) |
168 | 2024-12-02T16:01:49.628Z | Download: 1257/4281 items 109.0/220.6MB 49% complete (10.9M/s) |
169 | 2024-12-02T16:01:54.943Z | Download: 2223/4281 items 119.2/220.6MB 54% complete (11.6M/s) |
170 | 2024-12-02T16:02:01.774Z | Download: 3246/4281 items 203.1/220.6MB 92% complete (10.8M/s) |
171 | 2024-12-02T16:02:06.921Z | Download: 4201/4281 items 220.5/220.6MB 99% complete (9.9M/s) |
172 | 2024-12-02T16:02:09.131Z | Download: Completed 220.60 MB in 29.50 seconds (7.5M/s) |
173 | 2024-12-02T16:02:11.154Z | Actions: 1/5063 actions (Removing old actions) |
174 | 2024-12-02T16:02:11.171Z | Actions: 194/5063 actions (Installing new actions) |
175 | 2024-12-02T16:02:16.291Z | Actions: 4079/5063 actions (Installing new actions) |
176 | 2024-12-02T16:02:16.939Z | Actions: 4226/5063 actions (Updating modified actions) |
177 | 2024-12-02T16:02:17.351Z | Actions: Completed 5063 actions in 6.20 seconds. |
178 | 2024-12-02T16:02:17.576Z | Done (0.217s) |
179 | 2024-12-02T16:02:17.580Z | Done (0.000s) |
180 | 2024-12-02T16:02:18.118Z | Done (0.540s) |
181 | 2024-12-02T16:02:26.501Z | Done (8.163s) |
182 | 2024-12-02T16:02:26.916Z | Done (0.336s) |
183 | 2024-12-02T16:02:26.919Z | Done (0.000s) |
184 | 2024-12-02T16:02:27.073Z | Done (0.000s) |
185 | 2024-12-02T16:02:27.803Z | Planning: Evaluating mediator changes ... Done |
186 | 2024-12-02T16:02:27.972Z | Planning: Checking for conflicting actions ... Done |
187 | 2024-12-02T16:02:27.975Z | Planning: Consolidating action changes ... Done |
188 | 2024-12-02T16:02:28.247Z | Planning: Evaluating mediators ... Done |
189 | 2024-12-02T16:02:28.250Z | Planning: Planning completed in 0.45 seconds |
190 | 2024-12-02T16:02:28.289Z | Mediators to change: 2 |
191 | 2024-12-02T16:02:28.289Z | Create boot environment: No |
192 | 2024-12-02T16:02:28.289Z | Create backup boot environment: No |
193 | 2024-12-02T16:02:28.362Z | Done |
194 | 2024-12-02T16:02:28.362Z | Done |
195 | 2024-12-02T16:02:28.721Z | Done |
196 | 2024-12-02T16:02:32.794Z | Done |
197 | 2024-12-02T16:02:32.889Z | Done |
198 | 2024-12-02T16:02:32.892Z | Done |
199 | 2024-12-02T16:02:33.083Z | Done |
200 | 2024-12-02T16:02:33.734Z | Planning: Evaluating mediator changes ... Done |
201 | 2024-12-02T16:02:33.737Z | Planning: Merging actions ... Done |
202 | 2024-12-02T16:02:33.927Z | Planning: Checking for conflicting actions ... Done |
203 | 2024-12-02T16:02:33.930Z | Planning: Consolidating action changes ... Done |
204 | 2024-12-02T16:02:34.209Z | Planning: Evaluating mediators ... Done |
205 | 2024-12-02T16:02:34.266Z | Planning: Planning completed in 0.78 seconds |
206 | 2024-12-02T16:02:34.307Z | Packages to change: 1 |
207 | 2024-12-02T16:02:34.307Z | Mediators to change: 1 |
208 | 2024-12-02T16:02:34.307Z | Services to change: 1 |
209 | 2024-12-02T16:02:34.307Z | Create boot environment: No |
210 | 2024-12-02T16:02:34.309Z | Create backup boot environment: Yes |
211 | 2024-12-02T16:02:36.440Z | Actions: 1/6 actions (Updating modified actions) |
212 | 2024-12-02T16:02:36.491Z | Actions: Completed 6 actions in 0.05 seconds. |
213 | 2024-12-02T16:02:36.494Z | Done |
214 | 2024-12-02T16:02:36.494Z | Done |
215 | 2024-12-02T16:02:36.607Z | Done |
216 | 2024-12-02T16:02:40.633Z | Done |
217 | 2024-12-02T16:02:40.733Z | Done |
218 | 2024-12-02T16:02:40.736Z | Done |
219 | 2024-12-02T16:02:40.875Z | Done |
220 | 2024-12-02T16:02:41.340Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
221 | 2024-12-02T16:02:41.340Z | clang system 15 system |
222 | 2024-12-02T16:02:41.340Z | csh system system illumos |
223 | 2024-12-02T16:02:41.340Z | ctags system system illumos |
224 | 2024-12-02T16:02:41.340Z | gcc vendor 12 vendor |
225 | 2024-12-02T16:02:41.340Z | gcc system 10 system |
226 | 2024-12-02T16:02:41.340Z | gcc system 7 system |
227 | 2024-12-02T16:02:41.340Z | go system 1.20 system |
228 | 2024-12-02T16:02:41.340Z | go system 1.19 system |
229 | 2024-12-02T16:02:41.340Z | llvm system 15 system |
230 | 2024-12-02T16:02:41.340Z | llvm system 14 system |
231 | 2024-12-02T16:02:41.340Z | mariadb system 10.6 system |
232 | 2024-12-02T16:02:41.340Z | mta vendor vendor dma |
233 | 2024-12-02T16:02:41.340Z | openjdk system 17 system |
234 | 2024-12-02T16:02:41.340Z | openjdk system 11 system |
235 | 2024-12-02T16:02:41.340Z | openjdk system 1.8 system |
236 | 2024-12-02T16:02:41.340Z | openssl vendor 3 vendor |
237 | 2024-12-02T16:02:41.340Z | perl system 5.36 system |
238 | 2024-12-02T16:02:41.340Z | postgresql system 15 system |
239 | 2024-12-02T16:02:41.341Z | postgresql system 13 system |
240 | 2024-12-02T16:02:41.341Z | python vendor 3 vendor |
241 | 2024-12-02T16:02:41.341Z | python system 2 system |
242 | 2024-12-02T16:02:41.341Z | python3 system 3.11 system |
243 | 2024-12-02T16:02:41.341Z | ruby system 3.0 system |
244 | 2024-12-02T16:02:41.341Z | words vendor vendor american-english |
245 | 2024-12-02T16:02:41.341Z | words system system australian-english |
246 | 2024-12-02T16:02:41.341Z | words system system british-english |
247 | 2024-12-02T16:02:41.341Z | words system system canadian-english |
248 | 2024-12-02T16:02:41.341Z | words system system french |
249 | 2024-12-02T16:02:41.341Z | words system system italian |
250 | 2024-12-02T16:02:41.341Z | words system system ngerman |
251 | 2024-12-02T16:02:41.341Z | words system system ogerman |
252 | 2024-12-02T16:02:41.341Z | words system system spanish |
253 | 2024-12-02T16:02:41.704Z | PUBLISHER TYPE STATUS P LOCATION |
254 | 2024-12-02T16:02:41.704Z | helios-dev origin online F https://pkg.oxide.computer/helios/2/dev/ |
255 | 2024-12-02T16:02:44.375Z | FMRI IFO |
256 | 2024-12-02T16:02:44.375Z | pkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im- |
257 | 2024-12-02T16:02:44.375Z | pkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i-- |
258 | 2024-12-02T16:02:44.375Z | pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im- |
259 | 2024-12-02T16:02:44.375Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im- |
260 | 2024-12-02T16:02:44.375Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z --- |
261 | 2024-12-02T16:02:44.375Z | pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i-- |
262 | 2024-12-02T16:02:44.375Z | pkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z im- |
263 | 2024-12-02T16:02:44.375Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z --- |
264 | 2024-12-02T16:02:44.375Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z --- |
265 | 2024-12-02T16:02:44.375Z | pkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z --- |
266 | 2024-12-02T16:02:44.375Z | pkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z i-- |
267 | 2024-12-02T16:02:44.375Z | pkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z --- |
268 | 2024-12-02T16:02:44.375Z | pkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z --- |
269 | 2024-12-02T16:02:44.375Z | pkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z i-- |
270 | 2024-12-02T16:02:44.375Z | pkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z --- |
271 | 2024-12-02T16:02:45.148Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
272 | 2024-12-02T16:02:45.433Z | Updating crates.io index |
273 | 2024-12-02T16:02:45.436Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
274 | 2024-12-02T16:02:45.976Z | Updating git repository `https://github.com/oxidecomputer/oxnet` |
275 | 2024-12-02T16:02:46.235Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
276 | 2024-12-02T16:02:46.454Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
277 | 2024-12-02T16:02:46.745Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
278 | 2024-12-02T16:02:47.691Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
279 | 2024-12-02T16:02:50.330Z | Updating git repository `https://github.com/oxidecomputer/opte` |
280 | 2024-12-02T16:02:51.443Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
281 | 2024-12-02T16:02:52.117Z | Updating git repository `https://github.com/oxidecomputer/clickward` |
282 | 2024-12-02T16:02:52.471Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
283 | 2024-12-02T16:02:52.852Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
284 | 2024-12-02T16:02:53.508Z | Updating git repository `https://github.com/oxidecomputer/libipcc` |
285 | 2024-12-02T16:02:53.958Z | Updating git repository `https://github.com/oxidecomputer/sprockets.git` |
286 | 2024-12-02T16:02:54.196Z | Updating git repository `https://github.com/oxidecomputer/tofino` |
287 | 2024-12-02T16:02:54.419Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
288 | 2024-12-02T16:02:54.669Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
289 | 2024-12-02T16:02:54.896Z | Updating git repository `https://github.com/oxidecomputer/libnvme` |
290 | 2024-12-02T16:02:55.274Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
291 | 2024-12-02T16:02:55.706Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
292 | 2024-12-02T16:02:56.123Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
293 | 2024-12-02T16:02:56.442Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
294 | 2024-12-02T16:02:57.687Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
295 | 2024-12-02T16:02:57.903Z | Updating git repository `https://github.com/oxidecomputer/dice-util` |
296 | 2024-12-02T16:02:58.331Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
297 | 2024-12-02T16:02:58.747Z | Updating git repository `https://github.com/oxidecomputer/ingot.git` |
298 | 2024-12-02T16:02:58.983Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
299 | 2024-12-02T16:02:59.303Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
300 | 2024-12-02T16:02:59.534Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
301 | 2024-12-02T16:03:01.157Z | Downloading crates ... |
302 | 2024-12-02T16:03:01.330Z | Downloaded anstream v0.6.15 |
303 | 2024-12-02T16:03:01.348Z | Downloaded clap_lex v0.7.2 |
304 | 2024-12-02T16:03:01.366Z | Downloaded bytecount v0.6.8 |
305 | 2024-12-02T16:03:01.369Z | Downloaded clap v4.5.21 |
306 | 2024-12-02T16:03:01.377Z | Downloaded anyhow v1.0.93 |
307 | 2024-12-02T16:03:01.382Z | Downloaded digest v0.10.7 |
308 | 2024-12-02T16:03:01.385Z | Downloaded anstyle v1.0.10 |
309 | 2024-12-02T16:03:01.385Z | Downloaded byteorder v1.5.0 |
310 | 2024-12-02T16:03:01.387Z | Downloaded anstyle-parse v0.2.5 |
311 | 2024-12-02T16:03:01.390Z | Downloaded camino v1.1.9 |
312 | 2024-12-02T16:03:01.392Z | Downloaded block-buffer v0.10.4 |
313 | 2024-12-02T16:03:01.393Z | Downloaded bitflags v2.6.0 |
314 | 2024-12-02T16:03:01.395Z | Downloaded crypto-common v0.1.6 |
315 | 2024-12-02T16:03:01.398Z | Downloaded clap_builder v4.5.21 |
316 | 2024-12-02T16:03:01.403Z | Downloaded cpufeatures v0.2.14 |
317 | 2024-12-02T16:03:01.406Z | Downloaded cfg-if v1.0.0 |
318 | 2024-12-02T16:03:01.406Z | Downloaded cargo_metadata v0.18.1 |
319 | 2024-12-02T16:03:01.408Z | Downloaded itoa v1.0.11 |
320 | 2024-12-02T16:03:01.408Z | Downloaded fastrand v2.1.1 |
321 | 2024-12-02T16:03:01.411Z | Downloaded camino-tempfile v1.1.1 |
322 | 2024-12-02T16:03:01.414Z | Downloaded once_cell v1.20.2 |
323 | 2024-12-02T16:03:01.416Z | Downloaded cargo_toml v0.20.5 |
324 | 2024-12-02T16:03:01.419Z | Downloaded dtrace-parser v0.2.0 |
325 | 2024-12-02T16:03:01.419Z | Downloaded cargo-platform v0.1.8 |
326 | 2024-12-02T16:03:01.419Z | Downloaded autocfg v1.4.0 |
327 | 2024-12-02T16:03:01.421Z | Downloaded colorchoice v1.0.2 |
328 | 2024-12-02T16:03:01.423Z | Downloaded anstyle-query v1.1.1 |
329 | 2024-12-02T16:03:01.423Z | Downloaded pretty-hex v0.4.1 |
330 | 2024-12-02T16:03:01.426Z | Downloaded equivalent v1.0.1 |
331 | 2024-12-02T16:03:01.429Z | Downloaded scroll_derive v0.12.0 |
332 | 2024-12-02T16:03:01.432Z | Downloaded heck v0.4.1 |
333 | 2024-12-02T16:03:01.435Z | Downloaded heck v0.5.0 |
334 | 2024-12-02T16:03:01.441Z | Downloaded dof v0.3.0 |
335 | 2024-12-02T16:03:01.446Z | Downloaded memmap v0.7.0 |
336 | 2024-12-02T16:03:01.449Z | Downloaded serde_tokenstream v0.2.2 |
337 | 2024-12-02T16:03:01.451Z | Downloaded proc-macro-error-attr v1.0.4 |
338 | 2024-12-02T16:03:01.451Z | Downloaded is_terminal_polyfill v1.70.1 |
339 | 2024-12-02T16:03:01.453Z | Downloaded plain v0.2.3 |
340 | 2024-12-02T16:03:01.453Z | Downloaded macaddr v1.0.1 |
341 | 2024-12-02T16:03:01.456Z | Downloaded swrite v0.1.0 |
342 | 2024-12-02T16:03:01.462Z | Downloaded thread-id v4.2.2 |
343 | 2024-12-02T16:03:01.465Z | Downloaded serde_spanned v0.6.8 |
344 | 2024-12-02T16:03:01.467Z | Downloaded fnv v1.0.7 |
345 | 2024-12-02T16:03:01.469Z | Downloaded thiserror-impl v1.0.69 |
346 | 2024-12-02T16:03:01.480Z | Downloaded usdt-macro v0.5.0 |
347 | 2024-12-02T16:03:01.484Z | Downloaded terminal_size v0.4.0 |
348 | 2024-12-02T16:03:01.487Z | Downloaded smawk v0.3.2 |
349 | 2024-12-02T16:03:01.489Z | Downloaded quote v1.0.37 |
350 | 2024-12-02T16:03:01.492Z | Downloaded fs-err v2.11.0 |
351 | 2024-12-02T16:03:01.495Z | Downloaded semver v1.0.23 |
352 | 2024-12-02T16:03:01.497Z | Downloaded usdt v0.5.0 |
353 | 2024-12-02T16:03:01.497Z | Downloaded generic-array v0.14.7 |
354 | 2024-12-02T16:03:01.501Z | Downloaded toml_datetime v0.6.8 |
355 | 2024-12-02T16:03:01.504Z | Downloaded unicode-linebreak v0.1.5 |
356 | 2024-12-02T16:03:01.504Z | Downloaded errno v0.3.9 |
357 | 2024-12-02T16:03:01.506Z | Downloaded thiserror v1.0.69 |
358 | 2024-12-02T16:03:01.510Z | Downloaded strsim v0.11.1 |
359 | 2024-12-02T16:03:01.513Z | Downloaded proc-macro-error v1.0.4 |
360 | 2024-12-02T16:03:01.515Z | Downloaded version_check v0.9.5 |
361 | 2024-12-02T16:03:01.518Z | Downloaded utf8parse v0.2.2 |
362 | 2024-12-02T16:03:01.518Z | Downloaded usdt-impl v0.5.0 |
363 | 2024-12-02T16:03:01.518Z | Downloaded usdt-attr-macro v0.5.0 |
364 | 2024-12-02T16:03:01.521Z | Downloaded clap_derive v4.5.18 |
365 | 2024-12-02T16:03:01.524Z | Downloaded pest_generator v2.7.14 |
366 | 2024-12-02T16:03:01.524Z | Downloaded tabled_derive v0.7.0 |
367 | 2024-12-02T16:03:01.526Z | Downloaded papergrid v0.11.0 |
368 | 2024-12-02T16:03:01.529Z | Downloaded proc-macro2 v1.0.89 |
369 | 2024-12-02T16:03:01.532Z | Downloaded pest_meta v2.7.14 |
370 | 2024-12-02T16:03:01.536Z | Downloaded tempfile v3.13.0 |
371 | 2024-12-02T16:03:01.539Z | Downloaded zerocopy-derive v0.7.35 |
372 | 2024-12-02T16:03:01.543Z | Downloaded unicode-ident v1.0.13 |
373 | 2024-12-02T16:03:01.548Z | Downloaded toml v0.8.19 |
374 | 2024-12-02T16:03:01.551Z | Downloaded scroll v0.12.0 |
375 | 2024-12-02T16:03:01.554Z | Downloaded typenum v1.17.0 |
376 | 2024-12-02T16:03:01.556Z | Downloaded textwrap v0.16.1 |
377 | 2024-12-02T16:03:01.559Z | Downloaded pest_derive v2.7.14 |
378 | 2024-12-02T16:03:01.562Z | Downloaded ucd-trie v0.1.7 |
379 | 2024-12-02T16:03:01.565Z | Downloaded sha2 v0.10.8 |
380 | 2024-12-02T16:03:01.565Z | Downloaded ryu v1.0.18 |
381 | 2024-12-02T16:03:01.569Z | Downloaded serde_derive v1.0.215 |
382 | 2024-12-02T16:03:01.572Z | Downloaded log v0.4.22 |
383 | 2024-12-02T16:03:01.583Z | Downloaded serde v1.0.215 |
384 | 2024-12-02T16:03:01.592Z | Downloaded memchr v2.7.4 |
385 | 2024-12-02T16:03:01.611Z | Downloaded indexmap v2.6.0 |
386 | 2024-12-02T16:03:01.619Z | Downloaded toml_edit v0.22.22 |
387 | 2024-12-02T16:03:01.640Z | Downloaded pest v2.7.14 |
388 | 2024-12-02T16:03:01.645Z | Downloaded hashbrown v0.15.0 |
389 | 2024-12-02T16:03:01.650Z | Downloaded serde_json v1.0.132 |
390 | 2024-12-02T16:03:01.658Z | Downloaded zerocopy v0.7.35 |
391 | 2024-12-02T16:03:01.673Z | Downloaded goblin v0.8.2 |
392 | 2024-12-02T16:03:01.679Z | Downloaded winnow v0.6.20 |
393 | 2024-12-02T16:03:01.693Z | Downloaded tabled v0.15.0 |
394 | 2024-12-02T16:03:01.709Z | Downloaded syn v1.0.109 |
395 | 2024-12-02T16:03:01.719Z | Downloaded unicode-width v0.1.14 |
396 | 2024-12-02T16:03:01.724Z | Downloaded syn v2.0.87 |
397 | 2024-12-02T16:03:01.735Z | Downloaded rustix v0.38.37 |
398 | 2024-12-02T16:03:01.766Z | Downloaded libc v0.2.162 |
399 | 2024-12-02T16:03:02.074Z | Compiling proc-macro2 v1.0.89 |
400 | 2024-12-02T16:03:02.074Z | Compiling unicode-ident v1.0.13 |
401 | 2024-12-02T16:03:02.074Z | Compiling version_check v0.9.5 |
402 | 2024-12-02T16:03:02.074Z | Compiling serde v1.0.215 |
403 | 2024-12-02T16:03:02.076Z | Compiling memchr v2.7.4 |
404 | 2024-12-02T16:03:02.076Z | Compiling thiserror v1.0.69 |
405 | 2024-12-02T16:03:02.077Z | Compiling libc v0.2.162 |
406 | 2024-12-02T16:03:02.077Z | Compiling ucd-trie v0.1.7 |
407 | 2024-12-02T16:03:02.930Z | Compiling itoa v1.0.11 |
408 | 2024-12-02T16:03:03.094Z | Compiling ryu v1.0.18 |
409 | 2024-12-02T16:03:03.333Z | Compiling once_cell v1.20.2 |
410 | 2024-12-02T16:03:03.633Z | Compiling byteorder v1.5.0 |
411 | 2024-12-02T16:03:03.961Z | Compiling rustix v0.38.37 |
412 | 2024-12-02T16:03:03.997Z | Compiling serde_json v1.0.132 |
413 | 2024-12-02T16:03:04.153Z | Compiling bitflags v2.6.0 |
414 | 2024-12-02T16:03:04.298Z | Compiling proc-macro-error-attr v1.0.4 |
415 | 2024-12-02T16:03:04.441Z | Compiling usdt-impl v0.5.0 |
416 | 2024-12-02T16:03:04.506Z | Compiling syn v1.0.109 |
417 | 2024-12-02T16:03:04.614Z | Compiling proc-macro-error v1.0.4 |
418 | 2024-12-02T16:03:04.660Z | Compiling camino v1.1.9 |
419 | 2024-12-02T16:03:04.808Z | Compiling utf8parse v0.2.2 |
420 | 2024-12-02T16:03:04.892Z | Compiling hashbrown v0.15.0 |
421 | 2024-12-02T16:03:04.918Z | Compiling equivalent v1.0.1 |
422 | 2024-12-02T16:03:04.976Z | Compiling log v0.4.22 |
423 | 2024-12-02T16:03:05.031Z | Compiling plain v0.2.3 |
424 | 2024-12-02T16:03:05.188Z | Compiling quote v1.0.37 |
425 | 2024-12-02T16:03:05.214Z | Compiling anstyle-parse v0.2.5 |
426 | 2024-12-02T16:03:05.495Z | Compiling errno v0.3.9 |
427 | 2024-12-02T16:03:05.558Z | Compiling syn v2.0.87 |
428 | 2024-12-02T16:03:05.731Z | Compiling thread-id v4.2.2 |
429 | 2024-12-02T16:03:05.783Z | Compiling pretty-hex v0.4.1 |
430 | 2024-12-02T16:03:05.872Z | Compiling unicode-width v0.1.14 |
431 | 2024-12-02T16:03:05.941Z | Compiling is_terminal_polyfill v1.70.1 |
432 | 2024-12-02T16:03:06.049Z | Compiling winnow v0.6.20 |
433 | 2024-12-02T16:03:06.076Z | Compiling semver v1.0.23 |
434 | 2024-12-02T16:03:06.229Z | Compiling indexmap v2.6.0 |
435 | 2024-12-02T16:03:06.391Z | Compiling anstyle-query v1.1.1 |
436 | 2024-12-02T16:03:06.561Z | Compiling anstyle v1.0.10 |
437 | 2024-12-02T16:03:06.603Z | Compiling colorchoice v1.0.2 |
438 | 2024-12-02T16:03:06.778Z | Compiling autocfg v1.4.0 |
439 | 2024-12-02T16:03:07.063Z | Compiling anstream v0.6.15 |
440 | 2024-12-02T16:03:07.715Z | Compiling fnv v1.0.7 |
441 | 2024-12-02T16:03:07.781Z | Compiling clap_lex v0.7.2 |
442 | 2024-12-02T16:03:07.814Z | Compiling heck v0.5.0 |
443 | 2024-12-02T16:03:07.850Z | Compiling heck v0.4.1 |
444 | 2024-12-02T16:03:07.892Z | Compiling fs-err v2.11.0 |
445 | 2024-12-02T16:03:08.178Z | Compiling terminal_size v0.4.0 |
446 | 2024-12-02T16:03:08.295Z | Compiling strsim v0.11.1 |
447 | 2024-12-02T16:03:08.360Z | Compiling bytecount v0.6.8 |
448 | 2024-12-02T16:03:08.400Z | Compiling fastrand v2.1.1 |
449 | 2024-12-02T16:03:08.591Z | Compiling anyhow v1.0.93 |
450 | 2024-12-02T16:03:08.770Z | Compiling cfg-if v1.0.0 |
451 | 2024-12-02T16:03:08.880Z | Compiling tempfile v3.13.0 |
452 | 2024-12-02T16:03:08.967Z | Compiling clap_builder v4.5.21 |
453 | 2024-12-02T16:03:09.254Z | Compiling papergrid v0.11.0 |
454 | 2024-12-02T16:03:09.598Z | Compiling memmap v0.7.0 |
455 | 2024-12-02T16:03:09.623Z | Compiling smawk v0.3.2 |
456 | 2024-12-02T16:03:09.766Z | Compiling unicode-linebreak v0.1.5 |
457 | 2024-12-02T16:03:10.002Z | Compiling swrite v0.1.0 |
458 | 2024-12-02T16:03:10.169Z | Compiling textwrap v0.16.1 |
459 | 2024-12-02T16:03:11.457Z | Compiling tabled_derive v0.7.0 |
460 | 2024-12-02T16:03:13.041Z | Compiling tabled v0.15.0 |
461 | 2024-12-02T16:03:14.785Z | Compiling serde_derive v1.0.215 |
462 | 2024-12-02T16:03:14.785Z | Compiling thiserror-impl v1.0.69 |
463 | 2024-12-02T16:03:14.788Z | Compiling zerocopy-derive v0.7.35 |
464 | 2024-12-02T16:03:14.788Z | Compiling scroll_derive v0.12.0 |
465 | 2024-12-02T16:03:14.826Z | Compiling clap_derive v4.5.18 |
466 | 2024-12-02T16:03:16.079Z | Compiling scroll v0.12.0 |
467 | 2024-12-02T16:03:16.575Z | Compiling goblin v0.8.2 |
468 | 2024-12-02T16:03:16.765Z | Compiling zerocopy v0.7.35 |
469 | 2024-12-02T16:03:17.400Z | Compiling pest v2.7.14 |
470 | 2024-12-02T16:03:18.949Z | Compiling clap v4.5.21 |
471 | 2024-12-02T16:03:19.752Z | Compiling pest_meta v2.7.14 |
472 | 2024-12-02T16:03:20.617Z | Compiling pest_generator v2.7.14 |
473 | 2024-12-02T16:03:22.667Z | Compiling pest_derive v2.7.14 |
474 | 2024-12-02T16:03:23.360Z | Compiling dtrace-parser v0.2.0 |
475 | 2024-12-02T16:03:25.128Z | Compiling serde_tokenstream v0.2.2 |
476 | 2024-12-02T16:03:25.383Z | Compiling toml_datetime v0.6.8 |
477 | 2024-12-02T16:03:25.386Z | Compiling serde_spanned v0.6.8 |
478 | 2024-12-02T16:03:25.386Z | Compiling cargo-platform v0.1.8 |
479 | 2024-12-02T16:03:25.683Z | Compiling macaddr v1.0.1 |
480 | 2024-12-02T16:03:25.764Z | Compiling toml_edit v0.22.22 |
481 | 2024-12-02T16:03:26.126Z | Compiling camino-tempfile v1.1.1 |
482 | 2024-12-02T16:03:26.671Z | Compiling dof v0.3.0 |
483 | 2024-12-02T16:03:27.033Z | Compiling cargo_metadata v0.18.1 |
484 | 2024-12-02T16:03:28.264Z | Compiling usdt-attr-macro v0.5.0 |
485 | 2024-12-02T16:03:28.264Z | Compiling usdt-macro v0.5.0 |
486 | 2024-12-02T16:03:28.809Z | Compiling toml v0.8.19 |
487 | 2024-12-02T16:03:29.589Z | Compiling usdt v0.5.0 |
488 | 2024-12-02T16:03:29.691Z | Compiling cargo_toml v0.20.5 |
489 | 2024-12-02T16:03:33.324Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
490 | 2024-12-02T16:03:37.716Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 52.81s |
491 | 2024-12-02T16:03:37.998Z | Running `target/debug/xtask download cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
492 | 2024-12-02T16:03:38.567Z | Downloading crates ... |
493 | 2024-12-02T16:03:38.754Z | Downloaded darling v0.20.10 |
494 | 2024-12-02T16:03:38.760Z | Downloaded headers-core v0.3.0 |
495 | 2024-12-02T16:03:38.763Z | Downloaded hex-literal v0.4.1 |
496 | 2024-12-02T16:03:38.769Z | Downloaded heck v0.3.3 |
497 | 2024-12-02T16:03:38.775Z | Downloaded hickory-client v0.24.1 |
498 | 2024-12-02T16:03:38.780Z | Downloaded hex v0.4.3 |
499 | 2024-12-02T16:03:38.783Z | Downloaded heapless v0.8.0 |
500 | 2024-12-02T16:03:38.805Z | Downloaded home v0.5.9 |
501 | 2024-12-02T16:03:38.809Z | Downloaded addr2line v0.24.2 |
502 | 2024-12-02T16:03:38.814Z | Downloaded assert_matches v1.5.0 |
503 | 2024-12-02T16:03:38.814Z | Downloaded highway v1.2.0 |
504 | 2024-12-02T16:03:38.817Z | Downloaded array-init v0.0.4 |
505 | 2024-12-02T16:03:38.819Z | Downloaded hmac v0.12.1 |
506 | 2024-12-02T16:03:38.825Z | Downloaded hickory-server v0.24.1 |
507 | 2024-12-02T16:03:38.831Z | Downloaded hickory-resolver v0.24.1 |
508 | 2024-12-02T16:03:38.839Z | Downloaded http-range v0.1.5 |
509 | 2024-12-02T16:03:38.841Z | Downloaded hkdf v0.12.4 |
510 | 2024-12-02T16:03:38.844Z | Downloaded async-recursion v1.1.1 |
511 | 2024-12-02T16:03:38.847Z | Downloaded ident_case v1.0.1 |
512 | 2024-12-02T16:03:38.851Z | Downloaded icu_provider_macros v1.5.0 |
513 | 2024-12-02T16:03:38.856Z | Downloaded arrayref v0.3.9 |
514 | 2024-12-02T16:03:38.856Z | Downloaded http-body v1.0.1 |
515 | 2024-12-02T16:03:38.856Z | Downloaded atty v0.2.14 |
516 | 2024-12-02T16:03:38.860Z | Downloaded instant v0.1.13 |
517 | 2024-12-02T16:03:38.860Z | Downloaded hostname v0.4.0 |
518 | 2024-12-02T16:03:38.863Z | Downloaded httpdate v1.0.3 |
519 | 2024-12-02T16:03:38.863Z | Downloaded http-body-util v0.1.2 |
520 | 2024-12-02T16:03:38.865Z | Downloaded hostname v0.3.1 |
521 | 2024-12-02T16:03:38.869Z | Downloaded atomic-waker v1.1.2 |
522 | 2024-12-02T16:03:38.869Z | Downloaded lalrpop-util v0.19.12 |
523 | 2024-12-02T16:03:38.872Z | Downloaded bitfield v0.14.0 |
524 | 2024-12-02T16:03:38.872Z | Downloaded humantime v2.1.0 |
525 | 2024-12-02T16:03:38.875Z | Downloaded keccak v0.1.5 |
526 | 2024-12-02T16:03:38.875Z | Downloaded cfg_aliases v0.2.1 |
527 | 2024-12-02T16:03:38.878Z | Downloaded base16ct v0.2.0 |
528 | 2024-12-02T16:03:38.878Z | Downloaded bit-set v0.5.3 |
529 | 2024-12-02T16:03:38.880Z | Downloaded bb8 v0.8.5 |
530 | 2024-12-02T16:03:38.883Z | Downloaded async-stream v0.3.6 |
531 | 2024-12-02T16:03:38.885Z | Downloaded match_cfg v0.1.0 |
532 | 2024-12-02T16:03:38.885Z | Downloaded is-terminal v0.4.13 |
533 | 2024-12-02T16:03:38.888Z | Downloaded idna_adapter v1.2.0 |
534 | 2024-12-02T16:03:38.888Z | Downloaded bit-vec v0.6.3 |
535 | 2024-12-02T16:03:38.891Z | Downloaded crunchy v0.2.2 |
536 | 2024-12-02T16:03:38.901Z | Downloaded hyper-tls v0.6.0 |
537 | 2024-12-02T16:03:38.901Z | Downloaded cstr-argument v0.1.2 |
538 | 2024-12-02T16:03:38.901Z | Downloaded lazy_static v1.5.0 |
539 | 2024-12-02T16:03:38.901Z | Downloaded bitfield-struct v0.6.2 |
540 | 2024-12-02T16:03:38.904Z | Downloaded is_ci v1.2.0 |
541 | 2024-12-02T16:03:38.904Z | Downloaded md5 v0.7.0 |
542 | 2024-12-02T16:03:38.904Z | Downloaded blowfish v0.9.1 |
543 | 2024-12-02T16:03:38.904Z | Downloaded matches v0.1.10 |
544 | 2024-12-02T16:03:38.906Z | Downloaded bitflags v1.3.2 |
545 | 2024-12-02T16:03:38.910Z | Downloaded ipnetwork v0.20.0 |
546 | 2024-12-02T16:03:38.912Z | Downloaded buf-list v1.0.3 |
547 | 2024-12-02T16:03:38.916Z | Downloaded hyper-staticfile v0.10.1 |
548 | 2024-12-02T16:03:38.919Z | Downloaded iana-time-zone v0.1.61 |
549 | 2024-12-02T16:03:38.923Z | Downloaded crucible-workspace-hack v0.1.0 |
550 | 2024-12-02T16:03:38.923Z | Downloaded impl-trait-for-tuples v0.2.2 |
551 | 2024-12-02T16:03:38.926Z | Downloaded castaway v0.2.3 |
552 | 2024-12-02T16:03:38.926Z | Downloaded libefi-sys v0.1.0 |
553 | 2024-12-02T16:03:38.930Z | Downloaded backoff v0.4.0 |
554 | 2024-12-02T16:03:38.934Z | Downloaded russh-cryptovec v0.7.3 |
555 | 2024-12-02T16:03:38.934Z | Downloaded argon2 v0.5.3 |
556 | 2024-12-02T16:03:38.938Z | Downloaded kstat-rs v0.2.4 |
557 | 2024-12-02T16:03:38.938Z | Downloaded lru-cache v0.1.2 |
558 | 2024-12-02T16:03:38.941Z | Downloaded ciborium-ll v0.2.2 |
559 | 2024-12-02T16:03:38.941Z | Downloaded managed v0.8.0 |
560 | 2024-12-02T16:03:38.943Z | Downloaded cexpr v0.6.0 |
561 | 2024-12-02T16:03:38.943Z | Downloaded bcs v0.1.6 |
562 | 2024-12-02T16:03:38.946Z | Downloaded maplit v1.0.2 |
563 | 2024-12-02T16:03:38.949Z | Downloaded icu_locid_transform v1.5.0 |
564 | 2024-12-02T16:03:38.953Z | Downloaded hyper-rustls v0.27.3 |
565 | 2024-12-02T16:03:38.957Z | Downloaded sigpipe v0.1.3 |
566 | 2024-12-02T16:03:38.957Z | Downloaded linear-map v1.2.0 |
567 | 2024-12-02T16:03:38.960Z | Downloaded lru v0.12.5 |
568 | 2024-12-02T16:03:38.960Z | Downloaded lockfree-object-pool v0.1.6 |
569 | 2024-12-02T16:03:38.963Z | Downloaded mime v0.3.17 |
570 | 2024-12-02T16:03:38.966Z | Downloaded ctr v0.9.2 |
571 | 2024-12-02T16:03:38.969Z | Downloaded ipnet v2.10.1 |
572 | 2024-12-02T16:03:38.972Z | Downloaded cobs v0.2.3 |
573 | 2024-12-02T16:03:38.972Z | Downloaded icu_locid_transform_data v1.5.0 |
574 | 2024-12-02T16:03:38.975Z | Downloaded bcrypt-pbkdf v0.10.0 |
575 | 2024-12-02T16:03:38.977Z | Downloaded cmake v0.1.51 |
576 | 2024-12-02T16:03:38.977Z | Downloaded memoffset v0.9.1 |
577 | 2024-12-02T16:03:38.980Z | Downloaded ref-cast v1.0.23 |
578 | 2024-12-02T16:03:38.986Z | Downloaded const_format_proc_macros v0.2.33 |
579 | 2024-12-02T16:03:38.988Z | Downloaded linked-hash-map v0.5.6 |
580 | 2024-12-02T16:03:38.989Z | Downloaded jobserver v0.1.32 |
581 | 2024-12-02T16:03:38.991Z | Downloaded curve25519-dalek-derive v0.1.1 |
582 | 2024-12-02T16:03:38.994Z | Downloaded rand_chacha v0.3.1 |
583 | 2024-12-02T16:03:38.994Z | Downloaded rusty-fork v0.3.0 |
584 | 2024-12-02T16:03:38.996Z | Downloaded time-core v0.1.2 |
585 | 2024-12-02T16:03:38.996Z | Downloaded rustls-pemfile v1.0.4 |
586 | 2024-12-02T16:03:38.999Z | Downloaded toolchain_find v0.4.0 |
587 | 2024-12-02T16:03:39.003Z | Downloaded libloading v0.8.5 |
588 | 2024-12-02T16:03:39.005Z | Downloaded base64ct v1.6.0 |
589 | 2024-12-02T16:03:39.008Z | Downloaded downcast v0.11.0 |
590 | 2024-12-02T16:03:39.011Z | Downloaded indexmap v1.9.3 |
591 | 2024-12-02T16:03:39.017Z | Downloaded memmap2 v0.9.5 |
592 | 2024-12-02T16:03:39.023Z | Downloaded simd-adler32 v0.3.7 |
593 | 2024-12-02T16:03:39.023Z | Downloaded crossbeam-deque v0.8.5 |
594 | 2024-12-02T16:03:39.026Z | Downloaded foreign-types v0.5.0 |
595 | 2024-12-02T16:03:39.026Z | Downloaded colored v2.1.0 |
596 | 2024-12-02T16:03:39.026Z | Downloaded zone_cfg_derive v0.1.2 |
597 | 2024-12-02T16:03:39.026Z | Downloaded derive_builder_macro v0.20.2 |
598 | 2024-12-02T16:03:39.030Z | Downloaded diesel-dtrace v0.3.0 |
599 | 2024-12-02T16:03:39.030Z | Downloaded signature v2.2.0 |
600 | 2024-12-02T16:03:39.032Z | Downloaded serde_repr v0.1.19 |
601 | 2024-12-02T16:03:39.036Z | Downloaded cookie_store v0.21.0 |
602 | 2024-12-02T16:03:39.038Z | Downloaded static_assertions v1.1.0 |
603 | 2024-12-02T16:03:39.042Z | Downloaded stable_deref_trait v1.2.0 |
604 | 2024-12-02T16:03:39.042Z | Downloaded sqlformat v0.2.6 |
605 | 2024-12-02T16:03:39.045Z | Downloaded strum_macros v0.25.3 |
606 | 2024-12-02T16:03:39.049Z | Downloaded newtype_derive v0.1.6 |
607 | 2024-12-02T16:03:39.049Z | Downloaded allocator-api2 v0.2.18 |
608 | 2024-12-02T16:03:39.051Z | Downloaded newline-converter v0.3.0 |
609 | 2024-12-02T16:03:39.054Z | Downloaded fragile v2.0.0 |
610 | 2024-12-02T16:03:39.057Z | Downloaded rustversion v1.0.17 |
611 | 2024-12-02T16:03:39.067Z | Downloaded tiny-keccak v2.0.2 |
612 | 2024-12-02T16:03:39.070Z | Downloaded mime_guess v2.0.5 |
613 | 2024-12-02T16:03:39.073Z | Downloaded utf8_iter v1.0.4 |
614 | 2024-12-02T16:03:39.075Z | Downloaded utf16_iter v1.0.5 |
615 | 2024-12-02T16:03:39.075Z | Downloaded unicase v2.7.0 |
616 | 2024-12-02T16:03:39.078Z | Downloaded cookie v0.18.1 |
617 | 2024-12-02T16:03:39.082Z | Downloaded const-oid v0.9.6 |
618 | 2024-12-02T16:03:39.085Z | Downloaded pin-utils v0.1.0 |
619 | 2024-12-02T16:03:39.085Z | Downloaded clang-sys v1.8.1 |
620 | 2024-12-02T16:03:39.089Z | Downloaded wyz v0.5.1 |
621 | 2024-12-02T16:03:39.093Z | Downloaded crossbeam-epoch v0.9.18 |
622 | 2024-12-02T16:03:39.096Z | Downloaded slog-stdlog v4.1.1 |
623 | 2024-12-02T16:03:39.096Z | Downloaded crc-any v2.5.0 |
624 | 2024-12-02T16:03:39.099Z | Downloaded enum-as-inner v0.5.1 |
625 | 2024-12-02T16:03:39.099Z | Downloaded funty v2.0.0 |
626 | 2024-12-02T16:03:39.102Z | Downloaded env_filter v0.1.2 |
627 | 2024-12-02T16:03:39.102Z | Downloaded enum-as-inner v0.6.1 |
628 | 2024-12-02T16:03:39.104Z | Downloaded strum_macros v0.26.4 |
629 | 2024-12-02T16:03:39.107Z | Downloaded progenitor-impl v0.8.0 |
630 | 2024-12-02T16:03:39.110Z | Downloaded crossbeam-utils v0.8.20 |
631 | 2024-12-02T16:03:39.114Z | Downloaded embedded-io v0.4.0 |
632 | 2024-12-02T16:03:39.116Z | Downloaded tinyvec_macros v0.1.1 |
633 | 2024-12-02T16:03:39.120Z | Downloaded hyper-util v0.1.10 |
634 | 2024-12-02T16:03:39.123Z | Downloaded base64 v0.13.1 |
635 | 2024-12-02T16:03:39.126Z | Downloaded termtree v0.4.1 |
636 | 2024-12-02T16:03:39.129Z | Downloaded sync-ptr v0.1.1 |
637 | 2024-12-02T16:03:39.129Z | Downloaded num_threads v0.1.7 |
638 | 2024-12-02T16:03:39.131Z | Downloaded newtype-uuid v1.1.3 |
639 | 2024-12-02T16:03:39.134Z | Downloaded indicatif v0.17.9 |
640 | 2024-12-02T16:03:39.138Z | Downloaded progenitor v0.8.0 |
641 | 2024-12-02T16:03:39.141Z | Downloaded percent-encoding v2.3.1 |
642 | 2024-12-02T16:03:39.141Z | Downloaded pem-rfc7468 v0.7.0 |
643 | 2024-12-02T16:03:39.145Z | Downloaded want v0.3.1 |
644 | 2024-12-02T16:03:39.145Z | Downloaded aes-gcm v0.10.3 |
645 | 2024-12-02T16:03:39.148Z | Downloaded dhcproto-macros v0.1.0 |
646 | 2024-12-02T16:03:39.151Z | Downloaded zerofrom v0.1.4 |
647 | 2024-12-02T16:03:39.151Z | Downloaded powerfmt v0.2.0 |
648 | 2024-12-02T16:03:39.153Z | Downloaded r2d2 v0.8.10 |
649 | 2024-12-02T16:03:39.155Z | Downloaded quick-error v1.2.3 |
650 | 2024-12-02T16:03:39.155Z | Downloaded zeroize_derive v1.4.2 |
651 | 2024-12-02T16:03:39.158Z | Downloaded scheduled-thread-pool v0.2.7 |
652 | 2024-12-02T16:03:39.161Z | Downloaded displaydoc v0.2.5 |
653 | 2024-12-02T16:03:39.164Z | Downloaded hash32 v0.3.1 |
654 | 2024-12-02T16:03:39.164Z | Downloaded foreign-types-macros v0.2.3 |
655 | 2024-12-02T16:03:39.166Z | Downloaded fs_extra v1.3.0 |
656 | 2024-12-02T16:03:39.169Z | Downloaded sha1 v0.10.6 |
657 | 2024-12-02T16:03:39.172Z | Downloaded slog-bunyan v2.5.0 |
658 | 2024-12-02T16:03:39.172Z | Downloaded slog-async v2.8.0 |
659 | 2024-12-02T16:03:39.174Z | Downloaded futures-channel v0.3.31 |
660 | 2024-12-02T16:03:39.177Z | Downloaded bytes v1.8.0 |
661 | 2024-12-02T16:03:39.181Z | Downloaded slog-dtrace v0.3.0 |
662 | 2024-12-02T16:03:39.184Z | Downloaded foreign-types v0.3.2 |
663 | 2024-12-02T16:03:39.186Z | Downloaded foldhash v0.1.3 |
664 | 2024-12-02T16:03:39.186Z | Downloaded pbkdf2 v0.11.0 |
665 | 2024-12-02T16:03:39.189Z | Downloaded path-slash v0.1.5 |
666 | 2024-12-02T16:03:39.191Z | Downloaded tls_codec v0.4.1 |
667 | 2024-12-02T16:03:39.194Z | Downloaded spin v0.5.2 |
668 | 2024-12-02T16:03:39.197Z | Downloaded num_enum_derive v0.5.11 |
669 | 2024-12-02T16:03:39.197Z | Downloaded typify-macro v0.2.0 |
670 | 2024-12-02T16:03:39.197Z | Downloaded password-hash v0.5.0 |
671 | 2024-12-02T16:03:39.200Z | Downloaded supports-color v3.0.1 |
672 | 2024-12-02T16:03:39.203Z | Downloaded tokio-macros v2.4.0 |
673 | 2024-12-02T16:03:39.203Z | Downloaded tls_codec_derive v0.4.1 |
674 | 2024-12-02T16:03:39.206Z | Downloaded cc v1.1.30 |
675 | 2024-12-02T16:03:39.209Z | Downloaded openssl-probe v0.1.5 |
676 | 2024-12-02T16:03:39.212Z | Downloaded openssl-macros v0.1.1 |
677 | 2024-12-02T16:03:39.212Z | Downloaded which v4.4.2 |
678 | 2024-12-02T16:03:39.215Z | Downloaded postgres-types v0.2.8 |
679 | 2024-12-02T16:03:39.218Z | Downloaded const_format v0.2.33 |
680 | 2024-12-02T16:03:39.222Z | Downloaded progenitor-client v0.8.0 |
681 | 2024-12-02T16:03:39.225Z | Downloaded hashlink v0.9.1 |
682 | 2024-12-02T16:03:39.227Z | Downloaded rustls-pemfile v2.2.0 |
683 | 2024-12-02T16:03:39.230Z | Downloaded signal-hook-tokio v0.3.1 |
684 | 2024-12-02T16:03:39.232Z | Downloaded hash32 v0.2.1 |
685 | 2024-12-02T16:03:39.232Z | Downloaded crypto-bigint v0.5.5 |
686 | 2024-12-02T16:03:39.240Z | Downloaded dsl_auto_type v0.1.2 |
687 | 2024-12-02T16:03:39.243Z | Downloaded defmt-parser v0.3.4 |
688 | 2024-12-02T16:03:39.243Z | Downloaded defmt-macros v0.3.9 |
689 | 2024-12-02T16:03:39.247Z | Downloaded futures v0.3.31 |
690 | 2024-12-02T16:03:39.254Z | Downloaded universal-hash v0.5.1 |
691 | 2024-12-02T16:03:39.256Z | Downloaded take_mut v0.2.2 |
692 | 2024-12-02T16:03:39.256Z | Downloaded embedded-io v0.6.1 |
693 | 2024-12-02T16:03:39.259Z | Downloaded predicates-core v1.0.8 |
694 | 2024-12-02T16:03:39.259Z | Downloaded minimal-lexical v0.2.1 |
695 | 2024-12-02T16:03:39.263Z | Downloaded hickory-proto v0.24.1 |
696 | 2024-12-02T16:03:39.282Z | Downloaded new_debug_unreachable v1.0.6 |
697 | 2024-12-02T16:03:39.285Z | Downloaded fxhash v0.2.1 |
698 | 2024-12-02T16:03:39.285Z | Downloaded peg v0.8.4 |
699 | 2024-12-02T16:03:39.289Z | Downloaded pbkdf2 v0.12.2 |
700 | 2024-12-02T16:03:39.291Z | Downloaded signal-hook-registry v1.4.2 |
701 | 2024-12-02T16:03:39.295Z | Downloaded siphasher v0.3.11 |
702 | 2024-12-02T16:03:39.295Z | Downloaded semver v0.1.20 |
703 | 2024-12-02T16:03:39.298Z | Downloaded secrecy v0.8.0 |
704 | 2024-12-02T16:03:39.298Z | Downloaded rand_core v0.6.4 |
705 | 2024-12-02T16:03:39.301Z | Downloaded sec1 v0.7.3 |
706 | 2024-12-02T16:03:39.303Z | Downloaded similar v2.6.0 |
707 | 2024-12-02T16:03:39.307Z | Downloaded string_cache v0.8.7 |
708 | 2024-12-02T16:03:39.309Z | Downloaded tap v1.0.1 |
709 | 2024-12-02T16:03:39.312Z | Downloaded aes v0.8.4 |
710 | 2024-12-02T16:03:39.315Z | Downloaded spki v0.7.3 |
711 | 2024-12-02T16:03:39.318Z | Downloaded precomputed-hash v0.1.1 |
712 | 2024-12-02T16:03:39.320Z | Downloaded stringprep v0.1.5 |
713 | 2024-12-02T16:03:39.323Z | Downloaded unicode-truncate v1.1.0 |
714 | 2024-12-02T16:03:39.323Z | Downloaded poly1305 v0.8.0 |
715 | 2024-12-02T16:03:39.325Z | Downloaded tinyvec v1.8.0 |
716 | 2024-12-02T16:03:39.329Z | Downloaded dirs-next v2.0.0 |
717 | 2024-12-02T16:03:39.332Z | Downloaded difflib v0.4.0 |
718 | 2024-12-02T16:03:39.332Z | Downloaded thiserror-no-std v2.0.2 |
719 | 2024-12-02T16:03:39.337Z | Downloaded sync_wrapper v1.0.1 |
720 | 2024-12-02T16:03:39.339Z | Downloaded num-iter v0.1.45 |
721 | 2024-12-02T16:03:39.343Z | Downloaded futures-task v0.3.31 |
722 | 2024-12-02T16:03:39.343Z | Downloaded futures-sink v0.3.31 |
723 | 2024-12-02T16:03:39.345Z | Downloaded float-cmp v0.9.0 |
724 | 2024-12-02T16:03:39.345Z | Downloaded zerofrom-derive v0.1.4 |
725 | 2024-12-02T16:03:39.348Z | Downloaded rustc-hash v1.1.0 |
726 | 2024-12-02T16:03:39.348Z | Downloaded parse-display-derive v0.10.0 |
727 | 2024-12-02T16:03:39.352Z | Downloaded nibble_vec v0.1.0 |
728 | 2024-12-02T16:03:39.352Z | Downloaded zeroize v1.8.1 |
729 | 2024-12-02T16:03:39.352Z | Downloaded zopfli v0.8.1 |
730 | 2024-12-02T16:03:39.355Z | Downloaded fd-lock v4.0.2 |
731 | 2024-12-02T16:03:39.358Z | Downloaded display-error-chain v0.2.2 |
732 | 2024-12-02T16:03:39.361Z | Downloaded dirs-sys-next v0.1.2 |
733 | 2024-12-02T16:03:39.361Z | Downloaded num-traits v0.2.19 |
734 | 2024-12-02T16:03:39.367Z | Downloaded unicode-properties v0.1.3 |
735 | 2024-12-02T16:03:39.370Z | Downloaded termcolor v1.4.1 |
736 | 2024-12-02T16:03:39.370Z | Downloaded socket2 v0.5.7 |
737 | 2024-12-02T16:03:39.372Z | Downloaded itertools v0.10.5 |
738 | 2024-12-02T16:03:39.378Z | Downloaded debug-ignore v1.0.5 |
739 | 2024-12-02T16:03:39.381Z | Downloaded peg-runtime v0.8.3 |
740 | 2024-12-02T16:03:39.383Z | Downloaded rand_xorshift v0.3.0 |
741 | 2024-12-02T16:03:39.383Z | Downloaded ppv-lite86 v0.2.20 |
742 | 2024-12-02T16:03:39.386Z | Downloaded parse-size v1.1.0 |
743 | 2024-12-02T16:03:39.386Z | Downloaded derive_builder_core v0.20.2 |
744 | 2024-12-02T16:03:39.389Z | Downloaded whoami v1.5.2 |
745 | 2024-12-02T16:03:39.392Z | Downloaded rustc_version v0.1.7 |
746 | 2024-12-02T16:03:39.394Z | Downloaded idna v1.0.3 |
747 | 2024-12-02T16:03:39.398Z | Downloaded dhcproto v0.12.0 |
748 | 2024-12-02T16:03:39.402Z | Downloaded rustc-hash v2.0.0 |
749 | 2024-12-02T16:03:39.404Z | Downloaded rand_seeder v0.3.0 |
750 | 2024-12-02T16:03:39.407Z | Downloaded rustls-pki-types v1.9.0 |
751 | 2024-12-02T16:03:39.410Z | Downloaded pretty-hex v0.2.1 |
752 | 2024-12-02T16:03:39.413Z | Downloaded signal-hook-mio v0.2.4 |
753 | 2024-12-02T16:03:39.413Z | Downloaded parking_lot_core v0.9.10 |
754 | 2024-12-02T16:03:39.416Z | Downloaded quinn v0.11.5 |
755 | 2024-12-02T16:03:39.420Z | Downloaded flume v0.11.1 |
756 | 2024-12-02T16:03:39.424Z | Downloaded utf-8 v0.7.6 |
757 | 2024-12-02T16:03:39.427Z | Downloaded predicates-tree v1.0.11 |
758 | 2024-12-02T16:03:39.430Z | Downloaded num-rational v0.4.2 |
759 | 2024-12-02T16:03:39.430Z | Downloaded tungstenite v0.24.0 |
760 | 2024-12-02T16:03:39.433Z | Downloaded deranged v0.3.11 |
761 | 2024-12-02T16:03:39.436Z | Downloaded num v0.4.3 |
762 | 2024-12-02T16:03:39.438Z | Downloaded fallible-streaming-iterator v0.1.9 |
763 | 2024-12-02T16:03:39.438Z | Downloaded fallible-iterator v0.3.0 |
764 | 2024-12-02T16:03:39.442Z | Downloaded fallible-iterator v0.2.0 |
765 | 2024-12-02T16:03:39.442Z | Downloaded defmt v0.3.8 |
766 | 2024-12-02T16:03:39.445Z | Downloaded postgres-protocol v0.6.7 |
767 | 2024-12-02T16:03:39.448Z | Downloaded itertools v0.12.1 |
768 | 2024-12-02T16:03:39.456Z | Downloaded gethostname v0.5.0 |
769 | 2024-12-02T16:03:39.458Z | Downloaded miniz_oxide v0.8.0 |
770 | 2024-12-02T16:03:39.461Z | Downloaded rustfmt-wrapper v0.2.1 |
771 | 2024-12-02T16:03:39.463Z | Downloaded oso-derive v0.27.3 |
772 | 2024-12-02T16:03:39.463Z | Downloaded test-strategy v0.3.1 |
773 | 2024-12-02T16:03:39.467Z | Downloaded opaque-debug v0.3.1 |
774 | 2024-12-02T16:03:39.470Z | Downloaded itertools v0.13.0 |
775 | 2024-12-02T16:03:39.477Z | Downloaded write16 v1.0.0 |
776 | 2024-12-02T16:03:39.479Z | Downloaded phf_codegen v0.11.2 |
777 | 2024-12-02T16:03:39.482Z | Downloaded proc-macro-crate v1.3.1 |
778 | 2024-12-02T16:03:39.482Z | Downloaded predicates v3.1.2 |
779 | 2024-12-02T16:03:39.485Z | Downloaded tokio-tungstenite v0.24.0 |
780 | 2024-12-02T16:03:39.488Z | Downloaded tokio-stream v0.1.16 |
781 | 2024-12-02T16:03:39.492Z | Downloaded hashbrown v0.13.2 |
782 | 2024-12-02T16:03:39.497Z | Downloaded ref-cast-impl v1.0.23 |
783 | 2024-12-02T16:03:39.500Z | Downloaded primeorder v0.13.6 |
784 | 2024-12-02T16:03:39.503Z | Downloaded radium v0.7.0 |
785 | 2024-12-02T16:03:39.503Z | Downloaded diesel_derives v2.2.3 |
786 | 2024-12-02T16:03:39.510Z | Downloaded form_urlencoded v1.2.1 |
787 | 2024-12-02T16:03:39.510Z | Downloaded dunce v1.0.5 |
788 | 2024-12-02T16:03:39.517Z | Downloaded yoke v0.7.4 |
789 | 2024-12-02T16:03:39.517Z | Downloaded uzers v0.12.1 |
790 | 2024-12-02T16:03:39.524Z | Downloaded rand v0.8.5 |
791 | 2024-12-02T16:03:39.524Z | Downloaded group v0.13.0 |
792 | 2024-12-02T16:03:39.524Z | Downloaded zerovec-derive v0.10.3 |
793 | 2024-12-02T16:03:39.524Z | Downloaded dyn-clone v1.0.17 |
794 | 2024-12-02T16:03:39.531Z | Downloaded twox-hash v1.6.3 |
795 | 2024-12-02T16:03:39.531Z | Downloaded password-hash v0.4.2 |
796 | 2024-12-02T16:03:39.537Z | Downloaded getrandom v0.2.15 |
797 | 2024-12-02T16:03:39.537Z | Downloaded unsafe-libyaml v0.2.11 |
798 | 2024-12-02T16:03:39.537Z | Downloaded slog-term v2.9.1 |
799 | 2024-12-02T16:03:39.542Z | Downloaded nu-ansi-term v0.50.1 |
800 | 2024-12-02T16:03:39.545Z | Downloaded waitgroup v0.1.2 |
801 | 2024-12-02T16:03:39.545Z | Downloaded smallvec v0.6.14 |
802 | 2024-12-02T16:03:39.548Z | Downloaded slog-scope v4.4.0 |
803 | 2024-12-02T16:03:39.548Z | Downloaded subtle v2.6.1 |
804 | 2024-12-02T16:03:39.550Z | Downloaded serde-hex v0.1.0 |
805 | 2024-12-02T16:03:39.554Z | Downloaded filetime v0.2.25 |
806 | 2024-12-02T16:03:39.554Z | Downloaded ff v0.13.0 |
807 | 2024-12-02T16:03:39.557Z | Downloaded untrusted v0.9.0 |
808 | 2024-12-02T16:03:39.557Z | Downloaded crossterm v0.28.1 |
809 | 2024-12-02T16:03:39.565Z | Downloaded mirai-annotations v1.12.0 |
810 | 2024-12-02T16:03:39.568Z | Downloaded glob v0.3.1 |
811 | 2024-12-02T16:03:39.568Z | Downloaded typify v0.2.0 |
812 | 2024-12-02T16:03:39.571Z | Downloaded phf_generator v0.11.2 |
813 | 2024-12-02T16:03:39.575Z | Downloaded phf v0.11.2 |
814 | 2024-12-02T16:03:39.575Z | Downloaded derive-where v1.2.7 |
815 | 2024-12-02T16:03:39.578Z | Downloaded des v0.8.1 |
816 | 2024-12-02T16:03:39.582Z | Downloaded olpc-cjson v0.1.4 |
817 | 2024-12-02T16:03:39.585Z | Downloaded unicode_categories v0.1.1 |
818 | 2024-12-02T16:03:39.585Z | Downloaded num_enum v0.5.11 |
819 | 2024-12-02T16:03:39.590Z | Downloaded darling_macro v0.20.10 |
820 | 2024-12-02T16:03:39.593Z | Downloaded mio v1.0.2 |
821 | 2024-12-02T16:03:39.598Z | Downloaded num-conv v0.1.0 |
822 | 2024-12-02T16:03:39.600Z | Downloaded slog-envlogger v2.2.0 |
823 | 2024-12-02T16:03:39.603Z | Downloaded sqlparser_derive v0.2.2 |
824 | 2024-12-02T16:03:39.603Z | Downloaded rtoolbox v0.0.2 |
825 | 2024-12-02T16:03:39.606Z | Downloaded owo-colors v4.1.0 |
826 | 2024-12-02T16:03:39.609Z | Downloaded thread_local v1.1.8 |
827 | 2024-12-02T16:03:39.609Z | Downloaded tabwriter v1.4.0 |
828 | 2024-12-02T16:03:39.613Z | Downloaded slog-json v2.6.1 |
829 | 2024-12-02T16:03:39.613Z | Downloaded unicode-normalization v0.1.24 |
830 | 2024-12-02T16:03:39.617Z | Downloaded tokio-rustls v0.24.1 |
831 | 2024-12-02T16:03:39.620Z | Downloaded sct v0.7.1 |
832 | 2024-12-02T16:03:39.623Z | Downloaded blake3 v1.5.4 |
833 | 2024-12-02T16:03:39.632Z | Downloaded untrusted v0.7.1 |
834 | 2024-12-02T16:03:39.635Z | Downloaded futures-executor v0.3.31 |
835 | 2024-12-02T16:03:39.637Z | Downloaded futures-core v0.3.31 |
836 | 2024-12-02T16:03:39.637Z | Downloaded fixedbitset v0.4.2 |
837 | 2024-12-02T16:03:39.640Z | Downloaded tokio-rustls v0.25.0 |
838 | 2024-12-02T16:03:39.642Z | Downloaded num-integer v0.1.46 |
839 | 2024-12-02T16:03:39.646Z | Downloaded toml v0.7.8 |
840 | 2024-12-02T16:03:39.648Z | Downloaded phf_shared v0.10.0 |
841 | 2024-12-02T16:03:39.650Z | Downloaded endian-type v0.1.2 |
842 | 2024-12-02T16:03:39.650Z | Downloaded omicron-zone-package v0.11.1 |
843 | 2024-12-02T16:03:39.653Z | Downloaded salsa20 v0.10.2 |
844 | 2024-12-02T16:03:39.656Z | Downloaded dropshot_endpoint v0.13.0 |
845 | 2024-12-02T16:03:39.658Z | Downloaded float-ord v0.3.2 |
846 | 2024-12-02T16:03:39.662Z | Downloaded normalize-line-endings v0.3.0 |
847 | 2024-12-02T16:03:39.662Z | Downloaded native-tls v0.2.12 |
848 | 2024-12-02T16:03:39.665Z | Downloaded half v2.4.1 |
849 | 2024-12-02T16:03:39.667Z | Downloaded number_prefix v0.4.0 |
850 | 2024-12-02T16:03:39.667Z | Downloaded nodrop v0.1.14 |
851 | 2024-12-02T16:03:39.670Z | Downloaded serde_plain v1.0.2 |
852 | 2024-12-02T16:03:39.670Z | Downloaded dropshot_endpoint v0.12.0 |
853 | 2024-12-02T16:03:39.674Z | Downloaded smf v0.2.3 |
854 | 2024-12-02T16:03:39.676Z | Downloaded mockall v0.13.0 |
855 | 2024-12-02T16:03:39.676Z | Downloaded vte_generate_state_changes v0.1.2 |
856 | 2024-12-02T16:03:39.679Z | Downloaded tower-service v0.3.3 |
857 | 2024-12-02T16:03:39.679Z | Downloaded strum v0.26.3 |
858 | 2024-12-02T16:03:39.681Z | Downloaded try-lock v0.2.5 |
859 | 2024-12-02T16:03:39.681Z | Downloaded unarray v0.1.4 |
860 | 2024-12-02T16:03:39.684Z | Downloaded rustc-demangle v0.1.24 |
861 | 2024-12-02T16:03:39.687Z | Downloaded multimap v0.10.0 |
862 | 2024-12-02T16:03:39.687Z | Downloaded zerocopy v0.6.6 |
863 | 2024-12-02T16:03:39.689Z | Downloaded foreign-types-shared v0.1.1 |
864 | 2024-12-02T16:03:39.689Z | Downloaded snafu v0.8.5 |
865 | 2024-12-02T16:03:39.696Z | Downloaded topological-sort v0.2.2 |
866 | 2024-12-02T16:03:39.699Z | Downloaded ssh-encoding v0.2.0 |
867 | 2024-12-02T16:03:39.704Z | Downloaded ssh-cipher v0.2.0 |
868 | 2024-12-02T16:03:39.704Z | Downloaded pem v3.0.4 |
869 | 2024-12-02T16:03:39.707Z | Downloaded num-derive v0.4.2 |
870 | 2024-12-02T16:03:39.707Z | Downloaded rcgen v0.12.1 |
871 | 2024-12-02T16:03:39.709Z | Downloaded der v0.7.9 |
872 | 2024-12-02T16:03:39.714Z | Downloaded ed25519 v2.2.3 |
873 | 2024-12-02T16:03:39.716Z | Downloaded phf_shared v0.11.2 |
874 | 2024-12-02T16:03:39.719Z | Downloaded tinystr v0.7.6 |
875 | 2024-12-02T16:03:39.722Z | Downloaded strum_macros v0.24.3 |
876 | 2024-12-02T16:03:39.730Z | Downloaded aws-lc-rs v1.10.0 |
877 | 2024-12-02T16:03:39.733Z | Downloaded foreign-types-shared v0.3.1 |
878 | 2024-12-02T16:03:39.737Z | Downloaded polyval v0.6.2 |
879 | 2024-12-02T16:03:39.737Z | Downloaded diesel_table_macro_syntax v0.2.0 |
880 | 2024-12-02T16:03:39.739Z | Downloaded slab v0.4.9 |
881 | 2024-12-02T16:03:39.739Z | Downloaded structmeta-derive v0.2.0 |
882 | 2024-12-02T16:03:39.739Z | Downloaded structmeta v0.3.0 |
883 | 2024-12-02T16:03:39.742Z | Downloaded shlex v1.3.0 |
884 | 2024-12-02T16:03:39.742Z | Downloaded serde_with_macros v3.11.0 |
885 | 2024-12-02T16:03:39.745Z | Downloaded serde_derive_internals v0.29.1 |
886 | 2024-12-02T16:03:39.748Z | Downloaded pkcs8 v0.10.2 |
887 | 2024-12-02T16:03:39.751Z | Downloaded vsss-rs v3.3.4 |
888 | 2024-12-02T16:03:39.754Z | Downloaded subprocess v0.2.9 |
889 | 2024-12-02T16:03:39.756Z | Downloaded pkcs5 v0.7.1 |
890 | 2024-12-02T16:03:39.759Z | Downloaded structmeta v0.2.0 |
891 | 2024-12-02T16:03:39.762Z | Downloaded strip-ansi-escapes v0.2.0 |
892 | 2024-12-02T16:03:39.762Z | Downloaded tokio-native-tls v0.3.1 |
893 | 2024-12-02T16:03:39.765Z | Downloaded shell-words v1.1.0 |
894 | 2024-12-02T16:03:39.767Z | Downloaded russh v0.45.0 |
895 | 2024-12-02T16:03:39.772Z | Downloaded pkg-config v0.3.31 |
896 | 2024-12-02T16:03:39.774Z | Downloaded slog v2.7.0 |
897 | 2024-12-02T16:03:39.777Z | Downloaded derive_builder v0.20.2 |
898 | 2024-12-02T16:03:39.783Z | Downloaded tungstenite v0.23.0 |
899 | 2024-12-02T16:03:39.787Z | Downloaded tui-tree-widget v0.22.0 |
900 | 2024-12-02T16:03:39.789Z | Downloaded data-encoding v2.6.0 |
901 | 2024-12-02T16:03:39.792Z | Downloaded yasna v0.5.2 |
902 | 2024-12-02T16:03:39.794Z | Downloaded walkdir v2.5.0 |
903 | 2024-12-02T16:03:39.794Z | Downloaded bindgen v0.69.5 |
904 | 2024-12-02T16:03:39.803Z | Downloaded flagset v0.4.6 |
905 | 2024-12-02T16:03:39.805Z | Downloaded lalrpop v0.19.12 |
906 | 2024-12-02T16:03:39.818Z | Downloaded parking_lot_core v0.8.6 |
907 | 2024-12-02T16:03:39.821Z | Downloaded zip v0.6.6 |
908 | 2024-12-02T16:03:39.826Z | Downloaded smallvec v1.13.2 |
909 | 2024-12-02T16:03:39.829Z | Downloaded tokio-postgres v0.7.12 |
910 | 2024-12-02T16:03:39.835Z | Downloaded derive_more v0.99.18 |
911 | 2024-12-02T16:03:39.840Z | Downloaded publicsuffix v2.2.3 |
912 | 2024-12-02T16:03:39.843Z | Downloaded icu_properties_data v1.5.0 |
913 | 2024-12-02T16:03:39.856Z | Downloaded diff v0.1.13 |
914 | 2024-12-02T16:03:39.860Z | Downloaded peg-macros v0.8.4 |
915 | 2024-12-02T16:03:39.862Z | Downloaded serde_yaml v0.9.34+deprecated |
916 | 2024-12-02T16:03:39.867Z | Downloaded mockall_derive v0.13.0 |
917 | 2024-12-02T16:03:39.869Z | Downloaded zerovec v0.10.4 |
918 | 2024-12-02T16:03:39.876Z | Downloaded futures-util v0.3.31 |
919 | 2024-12-02T16:03:39.890Z | Downloaded typed-path v0.9.3 |
920 | 2024-12-02T16:03:39.896Z | Downloaded ed25519-dalek v2.1.1 |
921 | 2024-12-02T16:03:39.899Z | Downloaded pin-project v1.1.6 |
922 | 2024-12-02T16:03:39.912Z | Downloaded tracing v0.1.40 |
923 | 2024-12-02T16:03:39.917Z | Downloaded h2 v0.4.6 |
924 | 2024-12-02T16:03:39.925Z | Downloaded tungstenite v0.21.0 |
925 | 2024-12-02T16:03:39.928Z | Downloaded wait-timeout v0.2.0 |
926 | 2024-12-02T16:03:39.931Z | Downloaded url v2.5.3 |
927 | 2024-12-02T16:03:39.934Z | Downloaded num-bigint v0.4.6 |
928 | 2024-12-02T16:03:39.940Z | Downloaded quinn-proto v0.11.8 |
929 | 2024-12-02T16:03:39.946Z | Downloaded quick-xml v0.33.0 |
930 | 2024-12-02T16:03:39.954Z | Downloaded fatfs v0.3.6 |
931 | 2024-12-02T16:03:39.959Z | Downloaded ron v0.8.1 |
932 | 2024-12-02T16:03:39.963Z | Downloaded rusqlite v0.32.1 |
933 | 2024-12-02T16:03:39.970Z | Downloaded nom v7.1.3 |
934 | 2024-12-02T16:03:39.977Z | Downloaded expectorate v1.1.0 |
935 | 2024-12-02T16:03:39.980Z | Downloaded idna v0.3.0 |
936 | 2024-12-02T16:03:39.987Z | Downloaded winnow v0.5.40 |
937 | 2024-12-02T16:03:39.996Z | Downloaded portable-atomic v1.9.0 |
938 | 2024-12-02T16:03:40.006Z | Downloaded idna v0.4.0 |
939 | 2024-12-02T16:03:40.013Z | Downloaded p521 v0.13.3 |
940 | 2024-12-02T16:03:40.017Z | Downloaded idna v0.2.3 |
941 | 2024-12-02T16:03:40.025Z | Downloaded idna v0.5.0 |
942 | 2024-12-02T16:03:40.038Z | Downloaded reedline v0.35.0 |
943 | 2024-12-02T16:03:40.042Z | Downloaded rustyline v14.0.0 |
944 | 2024-12-02T16:03:40.048Z | Downloaded tough v0.19.0 |
945 | 2024-12-02T16:03:40.057Z | Downloaded git2 v0.19.0 |
946 | 2024-12-02T16:03:40.067Z | Downloaded rayon v1.10.0 |
947 | 2024-12-02T16:03:40.077Z | Downloaded webpki-roots v0.26.6 |
948 | 2024-12-02T16:03:40.081Z | Downloaded trust-dns-proto v0.22.0 |
949 | 2024-12-02T16:03:40.095Z | Downloaded rustls-webpki v0.102.8 |
950 | 2024-12-02T16:03:40.114Z | Downloaded tokio-util v0.7.12 |
951 | 2024-12-02T16:03:40.120Z | Downloaded proptest v1.5.0 |
952 | 2024-12-02T16:03:40.131Z | Downloaded radix_trie v0.2.1 |
953 | 2024-12-02T16:03:40.137Z | Downloaded salty v0.3.0 |
954 | 2024-12-02T16:03:40.143Z | Downloaded rustls v0.23.14 |
955 | 2024-12-02T16:03:40.156Z | Downloaded regress v0.9.1 |
956 | 2024-12-02T16:03:40.167Z | Downloaded bstr v1.10.0 |
957 | 2024-12-02T16:03:40.178Z | Downloaded rustls v0.22.4 |
958 | 2024-12-02T16:03:40.191Z | Downloaded nix v0.29.0 |
959 | 2024-12-02T16:03:40.204Z | Downloaded openssl v0.10.66 |
960 | 2024-12-02T16:03:40.214Z | Downloaded object v0.30.4 |
961 | 2024-12-02T16:03:40.226Z | Downloaded regex v1.11.1 |
962 | 2024-12-02T16:03:40.240Z | Downloaded reqwest v0.12.9 |
963 | 2024-12-02T16:03:40.249Z | Downloaded nix v0.28.0 |
964 | 2024-12-02T16:03:40.262Z | Downloaded petname v2.0.2 |
965 | 2024-12-02T16:03:40.268Z | Downloaded smoltcp v0.11.0 |
966 | 2024-12-02T16:03:40.282Z | Downloaded dropshot v0.13.0 |
967 | 2024-12-02T16:03:40.304Z | Downloaded diesel v2.2.4 |
968 | 2024-12-02T16:03:40.324Z | Downloaded typify-impl v0.2.0 |
969 | 2024-12-02T16:03:40.340Z | Downloaded openapiv3 v2.0.0 |
970 | 2024-12-02T16:03:40.353Z | Downloaded object v0.36.5 |
971 | 2024-12-02T16:03:40.364Z | Downloaded rustls v0.21.12 |
972 | 2024-12-02T16:03:40.376Z | Downloaded dropshot v0.12.0 |
973 | 2024-12-02T16:03:40.396Z | Downloaded regex-syntax v0.6.29 |
974 | 2024-12-02T16:03:40.403Z | Downloaded bzip2-sys v0.1.11+1.0.8 |
975 | 2024-12-02T16:03:40.416Z | Downloaded ratatui v0.28.1 |
976 | 2024-12-02T16:03:40.437Z | Downloaded regress v0.10.1 |
977 | 2024-12-02T16:03:40.446Z | Downloaded nix v0.27.1 |
978 | 2024-12-02T16:03:40.457Z | Downloaded gimli v0.31.1 |
979 | 2024-12-02T16:03:40.466Z | Downloaded p384 v0.13.0 |
980 | 2024-12-02T16:03:40.472Z | Downloaded regex-syntax v0.8.5 |
981 | 2024-12-02T16:03:40.481Z | Downloaded zerocopy-derive v0.6.6 |
982 | 2024-12-02T16:03:40.492Z | Downloaded chrono-tz v0.10.0 |
983 | 2024-12-02T16:03:40.500Z | Downloaded polar-core v0.27.3 |
984 | 2024-12-02T16:03:40.509Z | Downloaded unicode-width v0.2.0 |
985 | 2024-12-02T16:03:40.515Z | Downloaded rustls-webpki v0.101.7 |
986 | 2024-12-02T16:03:40.530Z | Downloaded petgraph v0.6.5 |
987 | 2024-12-02T16:03:40.550Z | Downloaded sled v0.34.7 |
988 | 2024-12-02T16:03:40.560Z | Downloaded csv v1.3.0 |
989 | 2024-12-02T16:03:40.581Z | Downloaded sqlparser v0.45.0 |
990 | 2024-12-02T16:03:40.584Z | Downloaded vcpkg v0.2.15 |
991 | 2024-12-02T16:03:40.623Z | Downloaded zerocopy v0.8.10 |
992 | 2024-12-02T16:03:40.646Z | Downloaded smoltcp v0.9.1 |
993 | 2024-12-02T16:03:40.658Z | Downloaded regex-automata v0.4.8 |
994 | 2024-12-02T16:03:40.675Z | Downloaded curve25519-dalek v4.1.3 |
995 | 2024-12-02T16:03:40.683Z | Downloaded russh-keys v0.45.0 |
996 | 2024-12-02T16:03:40.686Z | Downloaded darling_core v0.20.10 |
997 | 2024-12-02T16:03:40.690Z | Downloaded lzma-sys v0.1.20 |
998 | 2024-12-02T16:03:40.720Z | Downloaded vte v0.11.1 |
999 | 2024-12-02T16:03:40.722Z | Downloaded toml_edit v0.19.15 |
1000 | 2024-12-02T16:03:40.736Z | Downloaded chrono v0.4.38 |
1001 | 2024-12-02T16:03:40.744Z | Downloaded bitvec v1.0.1 |
1002 | 2024-12-02T16:03:40.758Z | Downloaded zip v2.1.3 |
1003 | 2024-12-02T16:03:40.762Z | Downloaded libz-sys v1.1.20 |
1004 | 2024-12-02T16:03:40.801Z | Downloaded samael v0.0.17 |
1005 | 2024-12-02T16:03:40.807Z | Downloaded parse-zoneinfo v0.3.1 |
1006 | 2024-12-02T16:03:40.811Z | Downloaded flate2 v1.0.34 |
1007 | 2024-12-02T16:03:40.815Z | Downloaded tokio v1.40.0 |
1008 | 2024-12-02T16:03:40.865Z | Downloaded openssl-sys v0.9.103 |
1009 | 2024-12-02T16:03:40.870Z | Downloaded ghash v0.5.1 |
1010 | 2024-12-02T16:03:40.874Z | Downloaded unicode-segmentation v1.12.0 |
1011 | 2024-12-02T16:03:40.876Z | Downloaded hashbrown v0.14.5 |
1012 | 2024-12-02T16:03:40.881Z | Downloaded steno v0.4.1 |
1013 | 2024-12-02T16:03:40.885Z | Downloaded hashbrown v0.12.3 |
1014 | 2024-12-02T16:03:40.889Z | Downloaded serde_path_to_error v0.1.16 |
1015 | 2024-12-02T16:03:40.891Z | Downloaded rpassword v7.3.1 |
1016 | 2024-12-02T16:03:40.894Z | Downloaded globset v0.4.15 |
1017 | 2024-12-02T16:03:40.894Z | Downloaded rayon-core v1.12.1 |
1018 | 2024-12-02T16:03:40.897Z | Downloaded serde_with v3.11.0 |
1019 | 2024-12-02T16:03:40.905Z | Downloaded yoke-derive v0.7.4 |
1020 | 2024-12-02T16:03:40.908Z | Downloaded num-bigint-dig v0.8.4 |
1021 | 2024-12-02T16:03:40.913Z | Downloaded nanorand v0.7.0 |
1022 | 2024-12-02T16:03:40.916Z | Downloaded vergen v8.3.2 |
1023 | 2024-12-02T16:03:40.919Z | Downloaded sha3 v0.10.8 |
1024 | 2024-12-02T16:03:40.923Z | Downloaded xz2 v0.1.7 |
1025 | 2024-12-02T16:03:40.925Z | Downloaded xattr v1.3.1 |
1026 | 2024-12-02T16:03:40.927Z | Downloaded writeable v0.5.5 |
1027 | 2024-12-02T16:03:40.930Z | Downloaded zone_cfg_derive v0.3.0 |
1028 | 2024-12-02T16:03:40.930Z | Downloaded psl-types v2.0.11 |
1029 | 2024-12-02T16:03:40.930Z | Downloaded encoding_rs v0.8.34 |
1030 | 2024-12-02T16:03:40.950Z | Downloaded packed_struct_codegen v0.10.1 |
1031 | 2024-12-02T16:03:40.952Z | Downloaded packed_struct v0.10.1 |
1032 | 2024-12-02T16:03:40.955Z | Downloaded pkcs1 v0.7.5 |
1033 | 2024-12-02T16:03:40.955Z | Downloaded postcard v1.0.10 |
1034 | 2024-12-02T16:03:40.959Z | Downloaded signal-hook v0.3.17 |
1035 | 2024-12-02T16:03:40.962Z | Downloaded time v0.3.36 |
1036 | 2024-12-02T16:03:40.966Z | Downloaded ssh-key v0.6.6 |
1037 | 2024-12-02T16:03:40.972Z | Downloaded tokio-tungstenite v0.23.1 |
1038 | 2024-12-02T16:03:40.975Z | Downloaded oso v0.27.3 |
1039 | 2024-12-02T16:03:40.979Z | Downloaded hyper v1.5.0 |
1040 | 2024-12-02T16:03:40.985Z | Downloaded synstructure v0.13.1 |
1041 | 2024-12-02T16:03:40.988Z | Downloaded serde-big-array v0.5.1 |
1042 | 2024-12-02T16:03:40.988Z | Downloaded progenitor-macro v0.8.0 |
1043 | 2024-12-02T16:03:40.991Z | Downloaded tokio-rustls v0.26.0 |
1044 | 2024-12-02T16:03:40.991Z | Downloaded snafu-derive v0.8.5 |
1045 | 2024-12-02T16:03:40.993Z | Downloaded elliptic-curve v0.13.8 |
1046 | 2024-12-02T16:03:40.996Z | Downloaded libxml v0.3.3 |
1047 | 2024-12-02T16:03:41.001Z | Downloaded futures-macro v0.3.31 |
1048 | 2024-12-02T16:03:41.004Z | Downloaded futures-io v0.3.31 |
1049 | 2024-12-02T16:03:41.004Z | Downloaded headers v0.4.0 |
1050 | 2024-12-02T16:03:41.008Z | Downloaded zerocopy-derive v0.8.10 |
1051 | 2024-12-02T16:03:41.014Z | Downloaded x509-cert v0.2.5 |
1052 | 2024-12-02T16:03:41.020Z | Downloaded libm v0.2.8 |
1053 | 2024-12-02T16:03:41.030Z | Downloaded thiserror-impl-no-std v2.0.2 |
1054 | 2024-12-02T16:03:41.033Z | Downloaded termios v0.3.3 |
1055 | 2024-12-02T16:03:41.033Z | Downloaded value-bag v1.9.0 |
1056 | 2024-12-02T16:03:41.037Z | Downloaded p256 v0.13.2 |
1057 | 2024-12-02T16:03:41.041Z | Downloaded aho-corasick v1.1.3 |
1058 | 2024-12-02T16:03:41.048Z | Downloaded spin v0.9.8 |
1059 | 2024-12-02T16:03:41.051Z | Downloaded qorb v0.2.1 |
1060 | 2024-12-02T16:03:41.053Z | Downloaded parse-display v0.10.0 |
1061 | 2024-12-02T16:03:41.056Z | Downloaded ena v0.14.3 |
1062 | 2024-12-02T16:03:41.056Z | Downloaded unicode-xid v0.2.6 |
1063 | 2024-12-02T16:03:41.059Z | Downloaded ron v0.7.1 |
1064 | 2024-12-02T16:03:41.061Z | Downloaded pin-project-lite v0.2.14 |
1065 | 2024-12-02T16:03:41.068Z | Downloaded parking_lot v0.12.3 |
1066 | 2024-12-02T16:03:41.071Z | Downloaded parking_lot v0.11.2 |
1067 | 2024-12-02T16:03:41.073Z | Downloaded unicode-bidi v0.3.17 |
1068 | 2024-12-02T16:03:41.076Z | Downloaded tracing-core v0.1.32 |
1069 | 2024-12-02T16:03:41.080Z | Downloaded tar v0.4.42 |
1070 | 2024-12-02T16:03:41.082Z | Downloaded schemars v0.8.21 |
1071 | 2024-12-02T16:03:41.093Z | Downloaded rsa v0.9.6 |
1072 | 2024-12-02T16:03:41.098Z | Downloaded crossbeam-channel v0.5.13 |
1073 | 2024-12-02T16:03:41.103Z | Downloaded either v1.13.0 |
1074 | 2024-12-02T16:03:41.106Z | Downloaded scrypt v0.11.0 |
1075 | 2024-12-02T16:03:41.106Z | Downloaded resolv-conf v0.7.0 |
1076 | 2024-12-02T16:03:41.109Z | Downloaded pin-project-internal v1.1.6 |
1077 | 2024-12-02T16:03:41.112Z | Downloaded uuid v1.11.0 |
1078 | 2024-12-02T16:03:41.114Z | Downloaded structmeta-derive v0.3.0 |
1079 | 2024-12-02T16:03:41.114Z | Downloaded term v0.7.0 |
1080 | 2024-12-02T16:03:41.117Z | Downloaded num-complex v0.4.6 |
1081 | 2024-12-02T16:03:41.119Z | Downloaded multer v3.1.0 |
1082 | 2024-12-02T16:03:41.122Z | Downloaded backtrace v0.3.74 |
1083 | 2024-12-02T16:03:41.125Z | Downloaded bumpalo v3.16.0 |
1084 | 2024-12-02T16:03:41.127Z | Downloaded base64 v0.21.7 |
1085 | 2024-12-02T16:03:41.131Z | Downloaded env_logger v0.11.5 |
1086 | 2024-12-02T16:03:41.134Z | Downloaded libgit2-sys v0.17.0+1.8.1 |
1087 | 2024-12-02T16:03:41.190Z | Downloaded prettyplease v0.2.25 |
1088 | 2024-12-02T16:03:41.198Z | Downloaded env_logger v0.10.2 |
1089 | 2024-12-02T16:03:41.198Z | Downloaded ecdsa v0.16.9 |
1090 | 2024-12-02T16:03:41.198Z | Downloaded same-file v1.0.6 |
1091 | 2024-12-02T16:03:41.199Z | Downloaded der_derive v0.7.3 |
1092 | 2024-12-02T16:03:41.205Z | Downloaded chacha20poly1305 v0.10.1 |
1093 | 2024-12-02T16:03:41.206Z | Downloaded zone v0.1.8 |
1094 | 2024-12-02T16:03:41.206Z | Downloaded icu_collections v1.5.0 |
1095 | 2024-12-02T16:03:41.208Z | Downloaded http v1.1.0 |
1096 | 2024-12-02T16:03:41.211Z | Downloaded compact_str v0.8.0 |
1097 | 2024-12-02T16:03:41.215Z | Downloaded paste v1.0.15 |
1098 | 2024-12-02T16:03:41.218Z | Downloaded tracing-attributes v0.1.27 |
1099 | 2024-12-02T16:03:41.220Z | Downloaded tokio-tungstenite v0.21.0 |
1100 | 2024-12-02T16:03:41.223Z | Downloaded icu_provider v1.5.0 |
1101 | 2024-12-02T16:03:41.225Z | Downloaded base64 v0.22.1 |
1102 | 2024-12-02T16:03:41.229Z | Downloaded arc-swap v1.7.1 |
1103 | 2024-12-02T16:03:41.232Z | Downloaded blake2 v0.10.6 |
1104 | 2024-12-02T16:03:41.235Z | Downloaded schemars_derive v0.8.21 |
1105 | 2024-12-02T16:03:41.245Z | Downloaded litemap v0.7.3 |
1106 | 2024-12-02T16:03:41.245Z | Downloaded time-macros v0.2.18 |
1107 | 2024-12-02T16:03:41.245Z | Downloaded icu_properties v1.5.1 |
1108 | 2024-12-02T16:03:41.249Z | Downloaded quinn-udp v0.5.5 |
1109 | 2024-12-02T16:03:41.249Z | Downloaded icu_normalizer v1.5.0 |
1110 | 2024-12-02T16:03:41.252Z | Downloaded cipher v0.4.4 |
1111 | 2024-12-02T16:03:41.252Z | Downloaded bzip2 v0.4.4 |
1112 | 2024-12-02T16:03:41.254Z | Downloaded console v0.15.8 |
1113 | 2024-12-02T16:03:41.257Z | Downloaded csv-core v0.1.11 |
1114 | 2024-12-02T16:03:41.257Z | Downloaded crc32fast v1.4.2 |
1115 | 2024-12-02T16:03:41.259Z | Downloaded zone v0.3.0 |
1116 | 2024-12-02T16:03:41.259Z | Downloaded serde_urlencoded v0.7.1 |
1117 | 2024-12-02T16:03:41.261Z | Downloaded scopeguard v1.2.0 |
1118 | 2024-12-02T16:03:41.261Z | Downloaded ciborium v0.2.2 |
1119 | 2024-12-02T16:03:41.265Z | Downloaded rustc_version v0.4.1 |
1120 | 2024-12-02T16:03:41.267Z | Downloaded rfc6979 v0.4.0 |
1121 | 2024-12-02T16:03:41.267Z | Downloaded lock_api v0.4.12 |
1122 | 2024-12-02T16:03:41.267Z | Downloaded icu_normalizer_data v1.5.0 |
1123 | 2024-12-02T16:03:41.270Z | Downloaded cassowary v0.3.0 |
1124 | 2024-12-02T16:03:41.273Z | Downloaded cancel-safe-futures v0.1.5 |
1125 | 2024-12-02T16:03:41.275Z | Downloaded ahash v0.8.11 |
1126 | 2024-12-02T16:03:41.277Z | Downloaded md-5 v0.10.6 |
1127 | 2024-12-02T16:03:41.277Z | Downloaded maybe-uninit v2.0.0 |
1128 | 2024-12-02T16:03:41.280Z | Downloaded icu_locid v1.5.0 |
1129 | 2024-12-02T16:03:41.282Z | Downloaded httparse v1.9.5 |
1130 | 2024-12-02T16:03:41.285Z | Downloaded crc-catalog v2.4.0 |
1131 | 2024-12-02T16:03:41.287Z | Downloaded chacha20 v0.9.1 |
1132 | 2024-12-02T16:03:41.287Z | Downloaded libsw v3.3.1 |
1133 | 2024-12-02T16:03:41.291Z | Downloaded chrono-tz-build v0.4.0 |
1134 | 2024-12-02T16:03:41.291Z | Downloaded async-trait v0.1.83 |
1135 | 2024-12-02T16:03:41.293Z | Downloaded async-bb8-diesel v0.2.1 |
1136 | 2024-12-02T16:03:41.296Z | Downloaded arrayvec v0.7.6 |
1137 | 2024-12-02T16:03:41.299Z | Downloaded crc v3.2.1 |
1138 | 2024-12-02T16:03:41.301Z | Downloaded convert_case v0.4.0 |
1139 | 2024-12-02T16:03:41.301Z | Downloaded constant_time_eq v0.3.1 |
1140 | 2024-12-02T16:03:41.301Z | Downloaded ciborium-io v0.2.2 |
1141 | 2024-12-02T16:03:41.304Z | Downloaded internet-checksum v0.2.1 |
1142 | 2024-12-02T16:03:41.304Z | Downloaded inout v0.1.3 |
1143 | 2024-12-02T16:03:41.304Z | Downloaded indoc v1.0.9 |
1144 | 2024-12-02T16:03:41.307Z | Downloaded cbc v0.1.2 |
1145 | 2024-12-02T16:03:41.309Z | Downloaded block-padding v0.3.3 |
1146 | 2024-12-02T16:03:41.309Z | Downloaded lazycell v1.3.0 |
1147 | 2024-12-02T16:03:41.309Z | Downloaded instability v0.3.2 |
1148 | 2024-12-02T16:03:41.312Z | Downloaded indent_write v2.2.0 |
1149 | 2024-12-02T16:03:41.312Z | Downloaded cfg_aliases v0.1.1 |
1150 | 2024-12-02T16:03:41.315Z | Downloaded ascii-canvas v3.0.0 |
1151 | 2024-12-02T16:03:41.315Z | Downloaded hubpack_derive v0.1.1 |
1152 | 2024-12-02T16:03:41.315Z | Downloaded hubpack v0.1.2 |
1153 | 2024-12-02T16:03:41.317Z | Downloaded aead v0.5.2 |
1154 | 2024-12-02T16:03:41.317Z | Downloaded adler2 v2.0.0 |
1155 | 2024-12-02T16:03:41.320Z | Downloaded atomicwrites v0.4.4 |
1156 | 2024-12-02T16:03:41.320Z | Downloaded async-stream-impl v0.3.6 |
1157 | 2024-12-02T16:03:41.320Z | Downloaded heapless v0.7.17 |
1158 | 2024-12-02T16:03:41.628Z | Downloaded aws-lc-sys v0.22.0 |
1159 | 2024-12-02T16:03:41.897Z | Downloaded ring v0.17.8 |
1160 | 2024-12-02T16:03:42.064Z | Downloaded libsqlite3-sys v0.30.1 |
1161 | 2024-12-02T16:03:42.140Z | Downloaded ring v0.16.20 |
1162 | 2024-12-02T16:03:42.323Z | Compiling serde v1.0.215 |
1163 | 2024-12-02T16:03:42.325Z | Compiling lock_api v0.4.12 |
1164 | 2024-12-02T16:03:42.325Z | Compiling scopeguard v1.2.0 |
1165 | 2024-12-02T16:03:42.325Z | Compiling value-bag v1.9.0 |
1166 | 2024-12-02T16:03:42.325Z | Compiling typenum v1.17.0 |
1167 | 2024-12-02T16:03:42.491Z | Compiling generic-array v0.14.7 |
1168 | 2024-12-02T16:03:42.541Z | Compiling syn v2.0.87 |
1169 | 2024-12-02T16:03:42.561Z | Compiling getrandom v0.2.15 |
1170 | 2024-12-02T16:03:42.636Z | Compiling shlex v1.3.0 |
1171 | 2024-12-02T16:03:42.838Z | Compiling rand_core v0.6.4 |
1172 | 2024-12-02T16:03:42.998Z | Compiling log v0.4.22 |
1173 | 2024-12-02T16:03:43.097Z | Compiling subtle v2.6.1 |
1174 | 2024-12-02T16:03:43.151Z | Compiling jobserver v0.1.32 |
1175 | 2024-12-02T16:03:43.172Z | Compiling const-oid v0.9.6 |
1176 | 2024-12-02T16:03:43.401Z | Compiling smallvec v1.13.2 |
1177 | 2024-12-02T16:03:43.462Z | Compiling pin-project-lite v0.2.14 |
1178 | 2024-12-02T16:03:43.511Z | Compiling spin v0.9.8 |
1179 | 2024-12-02T16:03:43.597Z | Compiling cc v1.1.30 |
1180 | 2024-12-02T16:03:43.812Z | Compiling rustix v0.38.37 |
1181 | 2024-12-02T16:03:43.904Z | Compiling parking_lot_core v0.9.10 |
1182 | 2024-12-02T16:03:43.921Z | Compiling futures-core v0.3.31 |
1183 | 2024-12-02T16:03:44.120Z | Compiling signal-hook-registry v1.4.2 |
1184 | 2024-12-02T16:03:44.157Z | Compiling mio v1.0.2 |
1185 | 2024-12-02T16:03:44.749Z | Compiling parking_lot v0.12.3 |
1186 | 2024-12-02T16:03:44.991Z | Compiling aho-corasick v1.1.3 |
1187 | 2024-12-02T16:03:44.994Z | Compiling cpufeatures v0.2.14 |
1188 | 2024-12-02T16:03:45.096Z | Compiling regex-syntax v0.8.5 |
1189 | 2024-12-02T16:03:45.175Z | Compiling either v1.13.0 |
1190 | 2024-12-02T16:03:45.195Z | Compiling lazy_static v1.5.0 |
1191 | 2024-12-02T16:03:45.316Z | Compiling glob v0.3.1 |
1192 | 2024-12-02T16:03:45.362Z | Compiling stable_deref_trait v1.2.0 |
1193 | 2024-12-02T16:03:45.471Z | Compiling futures-sink v0.3.31 |
1194 | 2024-12-02T16:03:45.609Z | Compiling socket2 v0.5.7 |
1195 | 2024-12-02T16:03:45.627Z | Compiling slab v0.4.9 |
1196 | 2024-12-02T16:03:45.670Z | Compiling prettyplease v0.2.25 |
1197 | 2024-12-02T16:03:46.131Z | Compiling minimal-lexical v0.2.1 |
1198 | 2024-12-02T16:03:46.399Z | Compiling clang-sys v1.8.1 |
1199 | 2024-12-02T16:03:46.471Z | Compiling libloading v0.8.5 |
1200 | 2024-12-02T16:03:46.652Z | Compiling nom v7.1.3 |
1201 | 2024-12-02T16:03:46.655Z | Compiling serde_json v1.0.132 |
1202 | 2024-12-02T16:03:46.912Z | Compiling home v0.5.9 |
1203 | 2024-12-02T16:03:47.007Z | Compiling bindgen v0.69.5 |
1204 | 2024-12-02T16:03:47.242Z | Compiling futures-channel v0.3.31 |
1205 | 2024-12-02T16:03:47.710Z | Compiling itertools v0.12.1 |
1206 | 2024-12-02T16:03:47.869Z | Compiling futures-task v0.3.31 |
1207 | 2024-12-02T16:03:48.178Z | Compiling futures-io v0.3.31 |
1208 | 2024-12-02T16:03:48.200Z | Compiling pin-utils v0.1.0 |
1209 | 2024-12-02T16:03:48.298Z | Compiling foldhash v0.1.3 |
1210 | 2024-12-02T16:03:48.511Z | Compiling rustc-hash v1.1.0 |
1211 | 2024-12-02T16:03:48.614Z | Compiling lazycell v1.3.0 |
1212 | 2024-12-02T16:03:48.659Z | Compiling allocator-api2 v0.2.18 |
1213 | 2024-12-02T16:03:48.785Z | Compiling cmake v0.1.51 |
1214 | 2024-12-02T16:03:49.455Z | Compiling regex-automata v0.4.8 |
1215 | 2024-12-02T16:03:49.835Z | Compiling hashbrown v0.15.0 |
1216 | 2024-12-02T16:03:50.503Z | Compiling synstructure v0.13.1 |
1217 | 2024-12-02T16:03:50.968Z | Compiling cexpr v0.6.0 |
1218 | 2024-12-02T16:03:51.247Z | Compiling pkg-config v0.3.31 |
1219 | 2024-12-02T16:03:52.279Z | Compiling tinyvec_macros v0.1.1 |
1220 | 2024-12-02T16:03:52.331Z | Compiling fs_extra v1.3.0 |
1221 | 2024-12-02T16:03:52.381Z | Compiling libm v0.2.8 |
1222 | 2024-12-02T16:03:52.726Z | Compiling dunce v1.0.5 |
1223 | 2024-12-02T16:03:52.838Z | Compiling tinyvec v1.8.0 |
1224 | 2024-12-02T16:03:52.841Z | Compiling num-traits v0.2.19 |
1225 | 2024-12-02T16:03:52.947Z | Compiling ring v0.17.8 |
1226 | 2024-12-02T16:03:53.364Z | Compiling writeable v0.5.5 |
1227 | 2024-12-02T16:03:53.975Z | Compiling paste v1.0.15 |
1228 | 2024-12-02T16:03:54.122Z | Compiling litemap v0.7.3 |
1229 | 2024-12-02T16:03:54.223Z | Compiling unicode-bidi v0.3.17 |
1230 | 2024-12-02T16:03:54.280Z | Compiling base64ct v1.6.0 |
1231 | 2024-12-02T16:03:54.405Z | Compiling unicode-normalization v0.1.24 |
1232 | 2024-12-02T16:03:54.900Z | Compiling pem-rfc7468 v0.7.0 |
1233 | 2024-12-02T16:03:55.476Z | Compiling regex v1.11.1 |
1234 | 2024-12-02T16:03:55.498Z | Compiling flagset v0.4.6 |
1235 | 2024-12-02T16:03:55.683Z | Compiling httparse v1.9.5 |
1236 | 2024-12-02T16:03:55.711Z | Compiling aws-lc-rs v1.10.0 |
1237 | 2024-12-02T16:03:56.510Z | Compiling tracing-core v0.1.32 |
1238 | 2024-12-02T16:03:56.537Z | Compiling crossbeam-utils v0.8.20 |
1239 | 2024-12-02T16:03:56.578Z | Compiling rustls-pki-types v1.9.0 |
1240 | 2024-12-02T16:03:57.147Z | Compiling percent-encoding v2.3.1 |
1241 | 2024-12-02T16:03:57.397Z | Compiling icu_locid_transform_data v1.5.0 |
1242 | 2024-12-02T16:03:57.532Z | Compiling serde_derive v1.0.215 |
1243 | 2024-12-02T16:03:57.552Z | Compiling zeroize_derive v1.4.2 |
1244 | 2024-12-02T16:03:57.631Z | Compiling zerocopy-derive v0.7.35 |
1245 | 2024-12-02T16:03:57.859Z | Compiling tokio-macros v2.4.0 |
1246 | 2024-12-02T16:03:58.118Z | Compiling zerofrom-derive v0.1.4 |
1247 | 2024-12-02T16:03:59.169Z | Compiling zeroize v1.8.1 |
1248 | 2024-12-02T16:03:59.469Z | Compiling yoke-derive v0.7.4 |
1249 | 2024-12-02T16:03:59.551Z | Compiling thiserror-impl v1.0.69 |
1250 | 2024-12-02T16:03:59.992Z | Compiling zerocopy v0.7.35 |
1251 | 2024-12-02T16:04:00.884Z | Compiling crypto-common v0.1.6 |
1252 | 2024-12-02T16:04:01.139Z | Compiling block-buffer v0.10.4 |
1253 | 2024-12-02T16:04:01.407Z | Compiling digest v0.10.7 |
1254 | 2024-12-02T16:04:01.633Z | Compiling zerovec-derive v0.10.3 |
1255 | 2024-12-02T16:04:01.850Z | Compiling hmac v0.12.1 |
1256 | 2024-12-02T16:04:02.117Z | Compiling futures-macro v0.3.31 |
1257 | 2024-12-02T16:04:02.185Z | Compiling zerofrom v0.1.4 |
1258 | 2024-12-02T16:04:02.423Z | Compiling block-padding v0.3.3 |
1259 | 2024-12-02T16:04:02.544Z | Compiling displaydoc v0.2.5 |
1260 | 2024-12-02T16:04:02.620Z | Compiling yoke v0.7.4 |
1261 | 2024-12-02T16:04:02.664Z | Compiling inout v0.1.3 |
1262 | 2024-12-02T16:04:02.948Z | Compiling cipher v0.4.4 |
1263 | 2024-12-02T16:04:02.951Z | Compiling sha2 v0.10.8 |
1264 | 2024-12-02T16:04:02.988Z | Compiling thiserror v1.0.69 |
1265 | 2024-12-02T16:04:03.136Z | Compiling ppv-lite86 v0.2.20 |
1266 | 2024-12-02T16:04:03.503Z | Compiling icu_provider_macros v1.5.0 |
1267 | 2024-12-02T16:04:03.965Z | Compiling futures-util v0.3.31 |
1268 | 2024-12-02T16:04:04.011Z | Compiling der_derive v0.7.3 |
1269 | 2024-12-02T16:04:04.261Z | Compiling rand_chacha v0.3.1 |
1270 | 2024-12-02T16:04:04.290Z | Compiling zerovec v0.10.4 |
1271 | 2024-12-02T16:04:04.623Z | Compiling tracing-attributes v0.1.27 |
1272 | 2024-12-02T16:04:06.425Z | Compiling tinystr v0.7.6 |
1273 | 2024-12-02T16:04:06.488Z | Compiling icu_collections v1.5.0 |
1274 | 2024-12-02T16:04:06.577Z | Compiling der v0.7.9 |
1275 | 2024-12-02T16:04:06.598Z | Compiling rand v0.8.5 |
1276 | 2024-12-02T16:04:06.676Z | Compiling salsa20 v0.10.2 |
1277 | 2024-12-02T16:04:06.867Z | Compiling icu_locid v1.5.0 |
1278 | 2024-12-02T16:04:06.906Z | Compiling pest v2.7.14 |
1279 | 2024-12-02T16:04:08.054Z | Compiling pbkdf2 v0.12.2 |
1280 | 2024-12-02T16:04:08.228Z | Compiling icu_provider v1.5.0 |
1281 | 2024-12-02T16:04:08.547Z | Compiling tracing v0.1.40 |
1282 | 2024-12-02T16:04:08.781Z | Compiling spki v0.7.3 |
1283 | 2024-12-02T16:04:09.082Z | Compiling icu_locid_transform v1.5.0 |
1284 | 2024-12-02T16:04:09.177Z | Compiling mirai-annotations v1.12.0 |
1285 | 2024-12-02T16:04:09.356Z | Compiling untrusted v0.9.0 |
1286 | 2024-12-02T16:04:09.379Z | Compiling time-core v0.1.2 |
1287 | 2024-12-02T16:04:09.381Z | Compiling num-conv v0.1.0 |
1288 | 2024-12-02T16:04:09.535Z | Compiling icu_properties_data v1.5.0 |
1289 | 2024-12-02T16:04:09.561Z | Compiling untrusted v0.7.1 |
1290 | 2024-12-02T16:04:09.699Z | Compiling vcpkg v0.2.15 |
1291 | 2024-12-02T16:04:09.751Z | Compiling powerfmt v0.2.0 |
1292 | 2024-12-02T16:04:09.812Z | Compiling time-macros v0.2.18 |
1293 | 2024-12-02T16:04:10.055Z | Compiling deranged v0.3.11 |
1294 | 2024-12-02T16:04:10.095Z | Compiling pest_meta v2.7.14 |
1295 | 2024-12-02T16:04:10.207Z | Compiling scrypt v0.11.0 |
1296 | 2024-12-02T16:04:10.846Z | Compiling icu_properties v1.5.1 |
1297 | 2024-12-02T16:04:11.861Z | Compiling aes v0.8.4 |
1298 | 2024-12-02T16:04:12.007Z | Compiling bitflags v2.6.0 |
1299 | 2024-12-02T16:04:12.044Z | Compiling bytes v1.8.0 |
1300 | 2024-12-02T16:04:13.195Z | Compiling tokio v1.40.0 |
1301 | 2024-12-02T16:04:13.397Z | Compiling indexmap v2.6.0 |
1302 | 2024-12-02T16:04:14.150Z | Compiling http v1.1.0 |
1303 | 2024-12-02T16:04:14.898Z | Compiling semver v1.0.23 |
1304 | 2024-12-02T16:04:14.938Z | Compiling openssl-sys v0.9.103 |
1305 | 2024-12-02T16:04:15.466Z | Compiling rustc_version v0.4.1 |
1306 | 2024-12-02T16:04:15.703Z | Compiling cbc v0.1.2 |
1307 | 2024-12-02T16:04:15.925Z | Compiling scroll_derive v0.12.0 |
1308 | 2024-12-02T16:04:15.969Z | Compiling num_threads v0.1.7 |
1309 | 2024-12-02T16:04:16.087Z | Compiling icu_normalizer_data v1.5.0 |
1310 | 2024-12-02T16:04:16.114Z | Compiling utf8_iter v1.0.4 |
1311 | 2024-12-02T16:04:16.206Z | Compiling atomic-waker v1.1.2 |
1312 | 2024-12-02T16:04:16.326Z | Compiling utf16_iter v1.0.5 |
1313 | 2024-12-02T16:04:16.372Z | Compiling write16 v1.0.0 |
1314 | 2024-12-02T16:04:16.400Z | Compiling which v4.4.2 |
1315 | 2024-12-02T16:04:16.513Z | Compiling icu_normalizer v1.5.0 |
1316 | 2024-12-02T16:04:16.769Z | Compiling time v0.3.36 |
1317 | 2024-12-02T16:04:17.017Z | Compiling pkcs5 v0.7.1 |
1318 | 2024-12-02T16:04:17.141Z | Compiling http-body v1.0.1 |
1319 | 2024-12-02T16:04:17.388Z | Compiling pest_generator v2.7.14 |
1320 | 2024-12-02T16:04:17.465Z | Compiling scroll v0.12.0 |
1321 | 2024-12-02T16:04:17.899Z | Compiling form_urlencoded v1.2.1 |
1322 | 2024-12-02T16:04:18.033Z | Compiling slog v2.7.0 |
1323 | 2024-12-02T16:04:18.236Z | Compiling try-lock v0.2.5 |
1324 | 2024-12-02T16:04:18.256Z | Compiling goblin v0.8.2 |
1325 | 2024-12-02T16:04:18.396Z | Compiling want v0.3.1 |
1326 | 2024-12-02T16:04:18.622Z | Compiling pkcs8 v0.10.2 |
1327 | 2024-12-02T16:04:18.647Z | Compiling idna_adapter v1.2.0 |
1328 | 2024-12-02T16:04:18.698Z | Compiling httpdate v1.0.3 |
1329 | 2024-12-02T16:04:18.868Z | Compiling idna v1.0.3 |
1330 | 2024-12-02T16:04:19.359Z | Compiling toml_datetime v0.6.8 |
1331 | 2024-12-02T16:04:19.429Z | Compiling pest_derive v2.7.14 |
1332 | 2024-12-02T16:04:19.888Z | Compiling serde_tokenstream v0.2.2 |
1333 | 2024-12-02T16:04:20.012Z | Compiling serde_spanned v0.6.8 |
1334 | 2024-12-02T16:04:20.253Z | Compiling dtrace-parser v0.2.0 |
1335 | 2024-12-02T16:04:20.256Z | Compiling uuid v1.11.0 |
1336 | 2024-12-02T16:04:20.487Z | Compiling iana-time-zone v0.1.61 |
1337 | 2024-12-02T16:04:20.774Z | Compiling openssl v0.10.66 |
1338 | 2024-12-02T16:04:21.002Z | Compiling match_cfg v0.1.0 |
1339 | 2024-12-02T16:04:21.108Z | Compiling adler2 v2.0.0 |
1340 | 2024-12-02T16:04:21.230Z | Compiling tower-service v0.3.3 |
1341 | 2024-12-02T16:04:21.340Z | Compiling foreign-types-shared v0.1.1 |
1342 | 2024-12-02T16:04:21.372Z | Compiling rustversion v1.0.17 |
1343 | 2024-12-02T16:04:21.469Z | Compiling base64 v0.22.1 |
1344 | 2024-12-02T16:04:21.754Z | Compiling foreign-types v0.3.2 |
1345 | 2024-12-02T16:04:21.862Z | Compiling tokio-util v0.7.12 |
1346 | 2024-12-02T16:04:22.200Z | Compiling miniz_oxide v0.8.0 |
1347 | 2024-12-02T16:04:22.282Z | Compiling hostname v0.3.1 |
1348 | 2024-12-02T16:04:22.304Z | Compiling chrono v0.4.38 |
1349 | 2024-12-02T16:04:22.545Z | Compiling url v2.5.3 |
1350 | 2024-12-02T16:04:23.351Z | Compiling h2 v0.4.6 |
1351 | 2024-12-02T16:04:23.787Z | Compiling openssl-macros v0.1.1 |
1352 | 2024-12-02T16:04:24.010Z | Compiling async-trait v0.1.83 |
1353 | 2024-12-02T16:04:24.579Z | Compiling dof v0.3.0 |
1354 | 2024-12-02T16:04:24.601Z | Compiling dirs-sys-next v0.1.2 |
1355 | 2024-12-02T16:04:25.283Z | Compiling rustls v0.23.14 |
1356 | 2024-12-02T16:04:25.566Z | Compiling usdt-impl v0.5.0 |
1357 | 2024-12-02T16:04:26.225Z | Compiling data-encoding v2.6.0 |
1358 | 2024-12-02T16:04:26.824Z | Compiling rustls v0.22.4 |
1359 | 2024-12-02T16:04:26.904Z | Compiling siphasher v0.3.11 |
1360 | 2024-12-02T16:04:27.083Z | Compiling native-tls v0.2.12 |
1361 | 2024-12-02T16:04:27.282Z | Compiling syn v1.0.109 |
1362 | 2024-12-02T16:04:27.332Z | Compiling dirs-next v2.0.0 |
1363 | 2024-12-02T16:04:27.994Z | Compiling http-body-util v0.1.2 |
1364 | 2024-12-02T16:04:28.557Z | Compiling crossbeam-epoch v0.9.18 |
1365 | 2024-12-02T16:04:28.721Z | Compiling heapless v0.7.17 |
1366 | 2024-12-02T16:04:28.987Z | Compiling signature v2.2.0 |
1367 | 2024-12-02T16:04:29.061Z | Compiling sha1 v0.10.6 |
1368 | 2024-12-02T16:04:29.136Z | Compiling bzip2-sys v0.1.11+1.0.8 |
1369 | 2024-12-02T16:04:29.283Z | Compiling serde_derive_internals v0.29.1 |
1370 | 2024-12-02T16:04:29.347Z | Compiling thread_local v1.1.8 |
1371 | 2024-12-02T16:04:29.372Z | Compiling multer v3.1.0 |
1372 | 2024-12-02T16:04:29.462Z | Compiling cookie v0.18.1 |
1373 | 2024-12-02T16:04:29.622Z | Compiling encoding_rs v0.8.34 |
1374 | 2024-12-02T16:04:29.678Z | Compiling openssl-probe v0.1.5 |
1375 | 2024-12-02T16:04:29.751Z | Compiling ipnet v2.10.1 |
1376 | 2024-12-02T16:04:29.900Z | Compiling slog-async v2.8.0 |
1377 | 2024-12-02T16:04:30.043Z | Compiling unicode-properties v0.1.3 |
1378 | 2024-12-02T16:04:30.429Z | Compiling gimli v0.31.1 |
1379 | 2024-12-02T16:04:30.469Z | Compiling schemars v0.8.21 |
1380 | 2024-12-02T16:04:30.860Z | Compiling hyper v1.5.0 |
1381 | 2024-12-02T16:04:31.004Z | Compiling rayon-core v1.12.1 |
1382 | 2024-12-02T16:04:31.266Z | Compiling mime v0.3.17 |
1383 | 2024-12-02T16:04:31.904Z | Compiling signal-hook v0.3.17 |
1384 | 2024-12-02T16:04:32.244Z | Compiling schemars_derive v0.8.21 |
1385 | 2024-12-02T16:04:32.294Z | Compiling toml_edit v0.22.22 |
1386 | 2024-12-02T16:04:34.257Z | Compiling hyper-util v0.1.10 |
1387 | 2024-12-02T16:04:35.121Z | Compiling addr2line v0.24.2 |
1388 | 2024-12-02T16:04:35.237Z | Compiling stringprep v0.1.5 |
1389 | 2024-12-02T16:04:35.968Z | Compiling usdt-attr-macro v0.5.0 |
1390 | 2024-12-02T16:04:36.021Z | Compiling usdt-macro v0.5.0 |
1391 | 2024-12-02T16:04:36.402Z | Compiling crossbeam-deque v0.8.5 |
1392 | 2024-12-02T16:04:36.745Z | Compiling term v0.7.0 |
1393 | 2024-12-02T16:04:37.453Z | Compiling slog-json v2.6.1 |
1394 | 2024-12-02T16:04:37.530Z | Compiling serde_urlencoded v0.7.1 |
1395 | 2024-12-02T16:04:37.530Z | Compiling crossbeam-channel v0.5.13 |
1396 | 2024-12-02T16:04:37.604Z | Compiling curve25519-dalek v4.1.3 |
1397 | 2024-12-02T16:04:37.845Z | Compiling futures-executor v0.3.31 |
1398 | 2024-12-02T16:04:38.072Z | Compiling enum-as-inner v0.6.1 |
1399 | 2024-12-02T16:04:38.262Z | Compiling md-5 v0.10.6 |
1400 | 2024-12-02T16:04:38.342Z | Compiling async-stream-impl v0.3.6 |
1401 | 2024-12-02T16:04:38.459Z | Compiling rustls-pemfile v2.2.0 |
1402 | 2024-12-02T16:04:38.541Z | Compiling num-integer v0.1.46 |
1403 | 2024-12-02T16:04:38.689Z | Compiling idna v0.4.0 |
1404 | 2024-12-02T16:04:38.811Z | Compiling idna v0.3.0 |
1405 | 2024-12-02T16:04:39.210Z | Compiling hash32 v0.2.1 |
1406 | 2024-12-02T16:04:39.293Z | Compiling ff v0.13.0 |
1407 | 2024-12-02T16:04:39.533Z | Compiling is-terminal v0.4.13 |
1408 | 2024-12-02T16:04:39.581Z | Compiling object v0.36.5 |
1409 | 2024-12-02T16:04:39.672Z | Compiling dropshot v0.12.0 |
1410 | 2024-12-02T16:04:39.818Z | Compiling anyhow v1.0.93 |
1411 | 2024-12-02T16:04:39.956Z | Compiling take_mut v0.2.2 |
1412 | 2024-12-02T16:04:40.126Z | Compiling dyn-clone v1.0.17 |
1413 | 2024-12-02T16:04:40.362Z | Compiling rustc-demangle v0.1.24 |
1414 | 2024-12-02T16:04:40.384Z | Compiling quick-error v1.2.3 |
1415 | 2024-12-02T16:04:40.451Z | Compiling linked-hash-map v0.5.6 |
1416 | 2024-12-02T16:04:40.535Z | Compiling smoltcp v0.9.1 |
1417 | 2024-12-02T16:04:40.538Z | Compiling utf-8 v0.7.6 |
1418 | 2024-12-02T16:04:40.868Z | Compiling num-bigint-dig v0.8.4 |
1419 | 2024-12-02T16:04:40.914Z | Compiling fallible-iterator v0.2.0 |
1420 | 2024-12-02T16:04:40.935Z | Compiling base16ct v0.2.0 |
1421 | 2024-12-02T16:04:41.177Z | Compiling portable-atomic v1.9.0 |
1422 | 2024-12-02T16:04:41.286Z | Compiling psl-types v2.0.11 |
1423 | 2024-12-02T16:04:41.377Z | Compiling sec1 v0.7.3 |
1424 | 2024-12-02T16:04:41.405Z | Compiling lru-cache v0.1.2 |
1425 | 2024-12-02T16:04:41.496Z | Compiling publicsuffix v2.2.3 |
1426 | 2024-12-02T16:04:41.615Z | Compiling postgres-protocol v0.6.7 |
1427 | 2024-12-02T16:04:41.650Z | Compiling tungstenite v0.24.0 |
1428 | 2024-12-02T16:04:41.765Z | Compiling resolv-conf v0.7.0 |
1429 | 2024-12-02T16:04:42.656Z | Compiling async-stream v0.3.6 |
1430 | 2024-12-02T16:04:42.973Z | Compiling slog-term v2.9.1 |
1431 | 2024-12-02T16:04:42.997Z | Compiling hickory-proto v0.24.1 |
1432 | 2024-12-02T16:04:43.663Z | Compiling usdt v0.5.0 |
1433 | 2024-12-02T16:04:44.204Z | Compiling group v0.13.0 |
1434 | 2024-12-02T16:04:44.297Z | Compiling num-iter v0.1.45 |
1435 | 2024-12-02T16:04:44.527Z | Compiling futures v0.3.31 |
1436 | 2024-12-02T16:04:44.604Z | Compiling slog-bunyan v2.5.0 |
1437 | 2024-12-02T16:04:46.041Z | Compiling toml v0.8.19 |
1438 | 2024-12-02T16:04:46.299Z | Compiling tokio-native-tls v0.3.1 |
1439 | 2024-12-02T16:04:46.580Z | Compiling camino v1.1.9 |
1440 | 2024-12-02T16:04:46.682Z | Compiling phf_shared v0.11.2 |
1441 | 2024-12-02T16:04:47.083Z | Compiling dropshot_endpoint v0.12.0 |
1442 | 2024-12-02T16:04:47.573Z | Compiling backtrace v0.3.74 |
1443 | 2024-12-02T16:04:47.638Z | Compiling terminal_size v0.4.0 |
1444 | 2024-12-02T16:04:47.867Z | Compiling waitgroup v0.1.2 |
1445 | 2024-12-02T16:04:47.899Z | Compiling openapiv3 v2.0.0 |
1446 | 2024-12-02T16:04:47.938Z | Compiling serde_path_to_error v0.1.16 |
1447 | 2024-12-02T16:04:48.099Z | Compiling hkdf v0.12.4 |
1448 | 2024-12-02T16:04:48.378Z | Compiling crypto-bigint v0.5.5 |
1449 | 2024-12-02T16:04:48.795Z | Compiling zerocopy-derive v0.6.6 |
1450 | 2024-12-02T16:04:51.212Z | Compiling curve25519-dalek-derive v0.1.1 |
1451 | 2024-12-02T16:04:51.395Z | Compiling hubpack_derive v0.1.1 |
1452 | 2024-12-02T16:04:51.436Z | Compiling webpki-roots v0.26.6 |
1453 | 2024-12-02T16:04:51.672Z | Compiling idna v0.5.0 |
1454 | 2024-12-02T16:04:51.941Z | Compiling hostname v0.4.0 |
1455 | 2024-12-02T16:04:52.228Z | Compiling ahash v0.8.11 |
1456 | 2024-12-02T16:04:52.323Z | Compiling crc32fast v1.4.2 |
1457 | 2024-12-02T16:04:52.546Z | Compiling fs-err v2.11.0 |
1458 | 2024-12-02T16:04:52.568Z | Compiling bitflags v1.3.2 |
1459 | 2024-12-02T16:04:52.639Z | Compiling debug-ignore v1.0.5 |
1460 | 2024-12-02T16:04:52.672Z | Compiling managed v0.8.0 |
1461 | 2024-12-02T16:04:52.792Z | Compiling winnow v0.5.40 |
1462 | 2024-12-02T16:04:52.814Z | Compiling clap_builder v4.5.21 |
1463 | 2024-12-02T16:04:52.981Z | Compiling strum_macros v0.25.3 |
1464 | 2024-12-02T16:04:53.454Z | Compiling console v0.15.8 |
1465 | 2024-12-02T16:04:54.768Z | Compiling cookie_store v0.21.0 |
1466 | 2024-12-02T16:04:55.274Z | Compiling flate2 v1.0.34 |
1467 | 2024-12-02T16:04:55.373Z | Compiling hubpack v0.1.2 |
1468 | 2024-12-02T16:04:55.888Z | Compiling elliptic-curve v0.13.8 |
1469 | 2024-12-02T16:04:56.303Z | Compiling zerocopy v0.6.6 |
1470 | 2024-12-02T16:04:56.520Z | Compiling toml_edit v0.19.15 |
1471 | 2024-12-02T16:04:56.804Z | Compiling hickory-resolver v0.24.1 |
1472 | 2024-12-02T16:04:57.197Z | Compiling signal-hook-mio v0.2.4 |
1473 | 2024-12-02T16:04:57.367Z | Compiling phf v0.11.2 |
1474 | 2024-12-02T16:04:57.407Z | Compiling hyper-tls v0.6.0 |
1475 | 2024-12-02T16:04:57.682Z | Compiling rayon v1.10.0 |
1476 | 2024-12-02T16:04:57.742Z | Compiling bzip2 v0.4.4 |
1477 | 2024-12-02T16:04:58.179Z | Compiling tokio-tungstenite v0.24.0 |
1478 | 2024-12-02T16:04:58.769Z | Compiling postgres-types v0.2.8 |
1479 | 2024-12-02T16:05:01.768Z | Compiling ed25519 v2.2.3 |
1480 | 2024-12-02T16:05:02.349Z | Compiling phf_shared v0.10.0 |
1481 | 2024-12-02T16:05:02.710Z | Compiling tokio-stream v0.1.16 |
1482 | 2024-12-02T16:05:02.769Z | Compiling pkcs1 v0.7.5 |
1483 | 2024-12-02T16:05:02.795Z | Compiling serde-big-array v0.5.1 |
1484 | 2024-12-02T16:05:03.033Z | Compiling clap_derive v4.5.18 |
1485 | 2024-12-02T16:05:03.738Z | Compiling rfc6979 v0.4.0 |
1486 | 2024-12-02T16:05:03.765Z | Compiling serde_repr v0.1.19 |
1487 | 2024-12-02T16:05:03.829Z | Compiling derive-where v1.2.7 |
1488 | 2024-12-02T16:05:03.941Z | Compiling float-cmp v0.9.0 |
1489 | 2024-12-02T16:05:04.001Z | Compiling bstr v1.10.0 |
1490 | 2024-12-02T16:05:04.178Z | Compiling sync_wrapper v1.0.1 |
1491 | 2024-12-02T16:05:04.344Z | Compiling unicode-width v0.2.0 |
1492 | 2024-12-02T16:05:04.898Z | Compiling predicates-core v1.0.8 |
1493 | 2024-12-02T16:05:05.006Z | Compiling static_assertions v1.1.0 |
1494 | 2024-12-02T16:05:05.077Z | Compiling precomputed-hash v0.1.1 |
1495 | 2024-12-02T16:05:05.106Z | Compiling new_debug_unreachable v1.0.6 |
1496 | 2024-12-02T16:05:05.199Z | Compiling number_prefix v0.4.0 |
1497 | 2024-12-02T16:05:05.220Z | Compiling normalize-line-endings v0.3.0 |
1498 | 2024-12-02T16:05:05.275Z | Compiling difflib v0.4.0 |
1499 | 2024-12-02T16:05:05.349Z | Compiling unicode-segmentation v1.12.0 |
1500 | 2024-12-02T16:05:05.411Z | Compiling whoami v1.5.2 |
1501 | 2024-12-02T16:05:05.935Z | Compiling fixedbitset v0.4.2 |
1502 | 2024-12-02T16:05:06.113Z | Compiling bit-vec v0.6.3 |
1503 | 2024-12-02T16:05:06.332Z | Compiling petgraph v0.6.5 |
1504 | 2024-12-02T16:05:06.424Z | Compiling similar v2.6.0 |
1505 | 2024-12-02T16:05:06.609Z | Compiling bit-set v0.5.3 |
1506 | 2024-12-02T16:05:06.901Z | Compiling tokio-postgres v0.7.12 |
1507 | 2024-12-02T16:05:07.005Z | Compiling predicates v3.1.2 |
1508 | 2024-12-02T16:05:07.604Z | Compiling indicatif v0.17.9 |
1509 | 2024-12-02T16:05:08.290Z | Compiling clap v4.5.21 |
1510 | 2024-12-02T16:05:08.426Z | Compiling string_cache v0.8.7 |
1511 | 2024-12-02T16:05:08.841Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
1512 | 2024-12-02T16:05:08.916Z | Compiling ecdsa v0.16.9 |
1513 | 2024-12-02T16:05:08.937Z | Compiling rsa v0.9.6 |
1514 | 2024-12-02T16:05:09.794Z | Compiling ed25519-dalek v2.1.1 |
1515 | 2024-12-02T16:05:09.971Z | Compiling toml v0.7.8 |
1516 | 2024-12-02T16:05:10.690Z | Compiling zip v0.6.6 |
1517 | 2024-12-02T16:05:11.176Z | Compiling crossterm v0.28.1 |
1518 | 2024-12-02T16:05:12.521Z | Compiling hex v0.4.3 |
1519 | 2024-12-02T16:05:12.889Z | Compiling x509-cert v0.2.5 |
1520 | 2024-12-02T16:05:12.991Z | Compiling itertools v0.10.5 |
1521 | 2024-12-02T16:05:13.152Z | Compiling unicode-xid v0.2.6 |
1522 | 2024-12-02T16:05:13.172Z | Compiling lalrpop-util v0.19.12 |
1523 | 2024-12-02T16:05:13.328Z | Compiling peg-runtime v0.8.3 |
1524 | 2024-12-02T16:05:13.533Z | Compiling strum_macros v0.26.4 |
1525 | 2024-12-02T16:05:14.025Z | Compiling xattr v1.3.1 |
1526 | 2024-12-02T16:05:14.320Z | Compiling filetime v0.2.25 |
1527 | 2024-12-02T16:05:14.632Z | Compiling tar v0.4.42 |
1528 | 2024-12-02T16:05:18.919Z | Compiling strum v0.26.3 |
1529 | 2024-12-02T16:05:21.887Z | Compiling aws-lc-sys v0.22.0 |
1530 | 2024-12-02T16:05:55.409Z | Compiling rustls-webpki v0.102.8 |
1531 | 2024-12-02T16:05:59.057Z | Compiling tokio-rustls v0.25.0 |
1532 | 2024-12-02T16:06:00.610Z | Compiling tokio-rustls v0.26.0 |
1533 | 2024-12-02T16:06:01.063Z | Compiling hyper-rustls v0.27.3 |
1534 | 2024-12-02T16:06:01.470Z | Compiling reqwest v0.12.9 |
1535 | 2024-12-02T16:06:02.764Z | Compiling qorb v0.2.1 |
1536 | 2024-12-02T16:06:07.559Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1537 | 2024-12-02T16:06:07.812Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
1538 | 2024-12-02T16:06:14.040Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 35s |
1539 | 2024-12-02T16:06:14.204Z | Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
1540 | 2024-12-02T16:06:14.262Z | Dec 02 16:06:13.735 INFO Starting download, target: Console |
1541 | 2024-12-02T16:06:14.262Z | Dec 02 16:06:13.736 INFO Starting download, target: Clickhouse |
1542 | 2024-12-02T16:06:14.262Z | Dec 02 16:06:13.736 INFO Starting download, target: Cockroach |
1543 | 2024-12-02T16:06:14.262Z | Dec 02 16:06:13.736 INFO Starting download, target: DendriteOpenapi |
1544 | 2024-12-02T16:06:14.262Z | Dec 02 16:06:13.736 INFO Starting download, target: DendriteStub |
1545 | 2024-12-02T16:06:14.262Z | Dec 02 16:06:13.736 INFO Starting download, target: MaghemiteMgd |
1546 | 2024-12-02T16:06:14.262Z | Dec 02 16:06:13.736 INFO Starting download, target: TransceiverControl |
1547 | 2024-12-02T16:06:14.265Z | Dec 02 16:06:13.736 INFO Downloading out/downloads/dpd-11bcc3e0f5d28dc7aed150f4df1174844e4dfbef.json (attempt 1/3), target: DendriteOpenapi |
1548 | 2024-12-02T16:06:14.265Z | Dec 02 16:06:13.736 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console |
1549 | 2024-12-02T16:06:14.265Z | Dec 02 16:06:13.736 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl |
1550 | 2024-12-02T16:06:14.265Z | Dec 02 16:06:13.736 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd |
1551 | 2024-12-02T16:06:14.265Z | Dec 02 16:06:13.736 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach |
1552 | 2024-12-02T16:06:14.265Z | Dec 02 16:06:13.737 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub |
1553 | 2024-12-02T16:06:14.265Z | Dec 02 16:06:13.737 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse |
1554 | 2024-12-02T16:06:14.464Z | Dec 02 16:06:13.922 INFO Download complete, target: DendriteOpenapi |
1555 | 2024-12-02T16:06:14.862Z | Dec 02 16:06:14.316 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console |
1556 | 2024-12-02T16:06:14.953Z | Dec 02 16:06:14.411 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl |
1557 | 2024-12-02T16:06:15.167Z | Dec 02 16:06:14.626 INFO Download complete, target: Console |
1558 | 2024-12-02T16:06:15.215Z | Dec 02 16:06:14.683 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub |
1559 | 2024-12-02T16:06:15.221Z | Dec 02 16:06:14.694 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd |
1560 | 2024-12-02T16:06:15.680Z | Dec 02 16:06:15.153 INFO Download complete, target: TransceiverControl |
1561 | 2024-12-02T16:06:15.772Z | Dec 02 16:06:15.245 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach |
1562 | 2024-12-02T16:06:15.772Z | Dec 02 16:06:15.245 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach |
1563 | 2024-12-02T16:06:16.458Z | Dec 02 16:06:15.931 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse |
1564 | 2024-12-02T16:06:18.082Z | Dec 02 16:06:17.554 INFO Download complete, target: DendriteStub |
1565 | 2024-12-02T16:06:18.186Z | Dec 02 16:06:17.656 INFO Download complete, target: MaghemiteMgd |
1566 | 2024-12-02T16:06:23.041Z | Dec 02 16:06:22.513 INFO Checking that binary works, target: Cockroach |
1567 | 2024-12-02T16:06:23.201Z | Dec 02 16:06:22.673 INFO Download complete, target: Cockroach |
1568 | 2024-12-02T16:06:28.454Z | Dec 02 16:06:27.925 INFO Checking that binary works, target: Clickhouse |
1569 | 2024-12-02T16:06:28.841Z | Dec 02 16:06:28.313 INFO Download complete, target: Clickhouse |
1570 | 2024-12-02T16:06:29.015Z | All builder prerequisites installed successfully, and PATH looks valid |
1571 | 2024-12-02T16:06:29.018Z | |
1572 | 2024-12-02T16:06:29.018Z | real 5:42.836746680 |
1573 | 2024-12-02T16:06:29.018Z | user 16:59.359143155 |
1574 | 2024-12-02T16:06:29.018Z | sys 3:19.030687679 |
1575 | 2024-12-02T16:06:29.018Z | trap 0.578871126 |
1576 | 2024-12-02T16:06:29.018Z | tflt 5.827964366 |
1577 | 2024-12-02T16:06:29.018Z | dflt 6.334264050 |
1578 | 2024-12-02T16:06:29.018Z | kflt 0.540987121 |
1579 | 2024-12-02T16:06:29.018Z | lock 30:26.167750329 |
1580 | 2024-12-02T16:06:29.018Z | slp 1:05:35.051192904 |
1581 | 2024-12-02T16:06:29.018Z | lat 54.740634658 |
1582 | 2024-12-02T16:06:29.018Z | stop 2:22.248469201 |
1583 | 2024-12-02T16:06:29.018Z | + banner clippy |
1584 | 2024-12-02T16:06:29.021Z | |
1585 | 2024-12-02T16:06:29.021Z | #### # # ##### ##### # # |
1586 | 2024-12-02T16:06:29.021Z | # # # # # # # # # # |
1587 | 2024-12-02T16:06:29.021Z | # # # # # # # # |
1588 | 2024-12-02T16:06:29.021Z | # # # ##### ##### # |
1589 | 2024-12-02T16:06:29.021Z | # # # # # # # |
1590 | 2024-12-02T16:06:29.022Z | #### ###### # # # # |
1591 | 2024-12-02T16:06:29.022Z | |
1592 | 2024-12-02T16:06:29.022Z | + export CARGO_INCREMENTAL=0 |
1593 | 2024-12-02T16:06:29.022Z | + CARGO_INCREMENTAL=0 |
1594 | 2024-12-02T16:06:29.022Z | + ptime -m cargo xtask clippy |
1595 | 2024-12-02T16:06:29.563Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
1596 | 2024-12-02T16:06:33.278Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.20s |
1597 | 2024-12-02T16:06:33.339Z | Running `target/debug/xtask clippy` |
1598 | 2024-12-02T16:06:33.360Z | running: /home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/cargo "clippy" "--all-targets" "--workspace" "--" "--deny" "warnings" |
1599 | 2024-12-02T16:06:34.064Z | Downloading crates ... |
1600 | 2024-12-02T16:06:34.484Z | Downloaded async-object-pool v0.1.5 |
1601 | 2024-12-02T16:06:34.487Z | Downloaded async-attributes v1.1.2 |
1602 | 2024-12-02T16:06:34.489Z | Downloaded assert_cmd v2.0.16 |
1603 | 2024-12-02T16:06:34.491Z | Downloaded async-executor v1.13.1 |
1604 | 2024-12-02T16:06:34.493Z | Downloaded async-io v2.3.4 |
1605 | 2024-12-02T16:06:34.496Z | Downloaded concurrent-queue v2.5.0 |
1606 | 2024-12-02T16:06:34.499Z | Downloaded blake2b_simd v1.0.2 |
1607 | 2024-12-02T16:06:34.499Z | Downloaded doc-comment v0.3.3 |
1608 | 2024-12-02T16:06:34.499Z | Downloaded async-signal v0.2.10 |
1609 | 2024-12-02T16:06:34.502Z | Downloaded anes v0.1.6 |
1610 | 2024-12-02T16:06:34.505Z | Downloaded oorandom v11.1.4 |
1611 | 2024-12-02T16:06:34.505Z | Downloaded event-listener v2.5.3 |
1612 | 2024-12-02T16:06:34.508Z | Downloaded assert-json-diff v2.0.2 |
1613 | 2024-12-02T16:06:34.508Z | Downloaded approx v0.5.1 |
1614 | 2024-12-02T16:06:34.512Z | Downloaded libtest-mimic v0.7.3 |
1615 | 2024-12-02T16:06:34.512Z | Downloaded criterion-plot v0.5.0 |
1616 | 2024-12-02T16:06:34.514Z | Downloaded async-lock v3.4.0 |
1617 | 2024-12-02T16:06:34.514Z | Downloaded nested v0.1.1 |
1618 | 2024-12-02T16:06:34.517Z | Downloaded futures-timer v3.0.3 |
1619 | 2024-12-02T16:06:34.519Z | Downloaded cast v0.3.0 |
1620 | 2024-12-02T16:06:34.519Z | Downloaded async-global-executor v2.4.1 |
1621 | 2024-12-02T16:06:34.522Z | Downloaded async-channel v2.3.1 |
1622 | 2024-12-02T16:06:34.522Z | Downloaded guppy-workspace-hack v0.1.0 |
1623 | 2024-12-02T16:06:34.525Z | Downloaded async-channel v1.9.0 |
1624 | 2024-12-02T16:06:34.525Z | Downloaded pathdiff v0.2.2 |
1625 | 2024-12-02T16:06:34.527Z | Downloaded escape8259 v0.5.3 |
1626 | 2024-12-02T16:06:34.530Z | Downloaded target-triple v0.1.3 |
1627 | 2024-12-02T16:06:34.533Z | Downloaded httptest v0.16.1 |
1628 | 2024-12-02T16:06:34.535Z | Downloaded num_cpus v1.16.0 |
1629 | 2024-12-02T16:06:34.538Z | Downloaded datatest-stable v0.2.9 |
1630 | 2024-12-02T16:06:34.542Z | Downloaded plotters-backend v0.3.7 |
1631 | 2024-12-02T16:06:34.545Z | Downloaded plotters-svg v0.3.7 |
1632 | 2024-12-02T16:06:34.548Z | Downloaded parking v2.2.1 |
1633 | 2024-12-02T16:06:34.551Z | Downloaded kv-log-macro v1.0.7 |
1634 | 2024-12-02T16:06:34.553Z | Downloaded serde_regex v1.1.0 |
1635 | 2024-12-02T16:06:34.553Z | Downloaded piper v0.2.4 |
1636 | 2024-12-02T16:06:34.554Z | Downloaded event-listener-strategy v0.5.2 |
1637 | 2024-12-02T16:06:34.556Z | Downloaded blocking v1.6.1 |
1638 | 2024-12-02T16:06:34.559Z | Downloaded threadpool v1.8.1 |
1639 | 2024-12-02T16:06:34.562Z | Downloaded relative-path v1.9.3 |
1640 | 2024-12-02T16:06:34.566Z | Downloaded stringmetrics v2.2.2 |
1641 | 2024-12-02T16:06:34.566Z | Downloaded indoc v2.0.5 |
1642 | 2024-12-02T16:06:34.570Z | Downloaded hyper-rustls v0.26.0 |
1643 | 2024-12-02T16:06:34.573Z | Downloaded futures-lite v2.3.0 |
1644 | 2024-12-02T16:06:34.576Z | Downloaded rustls-native-certs v0.7.3 |
1645 | 2024-12-02T16:06:34.578Z | Downloaded proc-macro-crate v3.2.0 |
1646 | 2024-12-02T16:06:34.578Z | Downloaded similar-asserts v1.6.0 |
1647 | 2024-12-02T16:06:34.581Z | Downloaded path-tree v0.8.1 |
1648 | 2024-12-02T16:06:34.583Z | Downloaded target-lexicon v0.12.16 |
1649 | 2024-12-02T16:06:34.585Z | Downloaded target-spec v3.2.2 |
1650 | 2024-12-02T16:06:34.588Z | Downloaded tinytemplate v1.2.1 |
1651 | 2024-12-02T16:06:34.590Z | Downloaded async-task v4.7.1 |
1652 | 2024-12-02T16:06:34.592Z | Downloaded partial-io v0.5.4 |
1653 | 2024-12-02T16:06:34.595Z | Downloaded cfg-expr v0.17.0 |
1654 | 2024-12-02T16:06:34.597Z | Downloaded event-listener v5.3.1 |
1655 | 2024-12-02T16:06:34.599Z | Downloaded async-process v2.3.0 |
1656 | 2024-12-02T16:06:34.602Z | Downloaded rust-argon2 v2.1.0 |
1657 | 2024-12-02T16:06:34.604Z | Downloaded trybuild v1.0.101 |
1658 | 2024-12-02T16:06:34.607Z | Downloaded rstest v0.23.0 |
1659 | 2024-12-02T16:06:34.611Z | Downloaded polling v3.7.3 |
1660 | 2024-12-02T16:06:34.615Z | Downloaded rstest_macros v0.23.0 |
1661 | 2024-12-02T16:06:34.621Z | Downloaded yansi v1.0.1 |
1662 | 2024-12-02T16:06:34.624Z | Downloaded rand_distr v0.4.3 |
1663 | 2024-12-02T16:06:34.630Z | Downloaded pretty_assertions v1.4.1 |
1664 | 2024-12-02T16:06:34.633Z | Downloaded fancy-regex v0.13.0 |
1665 | 2024-12-02T16:06:34.635Z | Downloaded criterion v0.5.1 |
1666 | 2024-12-02T16:06:34.642Z | Downloaded plotters v0.3.7 |
1667 | 2024-12-02T16:06:34.650Z | Downloaded async-std v1.13.0 |
1668 | 2024-12-02T16:06:34.669Z | Downloaded guppy v0.17.8 |
1669 | 2024-12-02T16:06:34.745Z | Downloaded httpmock v0.8.0-alpha.1 |
1670 | 2024-12-02T16:06:35.548Z | Checking cfg-if v1.0.0 |
1671 | 2024-12-02T16:06:35.627Z | Checking libc v0.2.162 |
1672 | 2024-12-02T16:06:35.650Z | Checking serde v1.0.215 |
1673 | 2024-12-02T16:06:35.673Z | Checking memchr v2.7.4 |
1674 | 2024-12-02T16:06:35.698Z | Checking value-bag v1.9.0 |
1675 | 2024-12-02T16:06:35.728Z | Checking scopeguard v1.2.0 |
1676 | 2024-12-02T16:06:35.753Z | Checking zeroize v1.8.1 |
1677 | 2024-12-02T16:06:35.782Z | Checking smallvec v1.13.2 |
1678 | 2024-12-02T16:06:35.811Z | Checking itoa v1.0.11 |
1679 | 2024-12-02T16:06:35.879Z | Checking lock_api v0.4.12 |
1680 | 2024-12-02T16:06:36.029Z | Checking byteorder v1.5.0 |
1681 | 2024-12-02T16:06:36.057Z | Checking pin-project-lite v0.2.14 |
1682 | 2024-12-02T16:06:36.141Z | Checking log v0.4.22 |
1683 | 2024-12-02T16:06:36.182Z | Checking subtle v2.6.1 |
1684 | 2024-12-02T16:06:36.209Z | Checking once_cell v1.20.2 |
1685 | 2024-12-02T16:06:36.324Z | Checking typenum v1.17.0 |
1686 | 2024-12-02T16:06:36.448Z | Checking futures-core v0.3.31 |
1687 | 2024-12-02T16:06:36.478Z | Checking thiserror v1.0.69 |
1688 | 2024-12-02T16:06:36.506Z | Checking libm v0.2.8 |
1689 | 2024-12-02T16:06:36.544Z | Checking zerocopy v0.7.35 |
1690 | 2024-12-02T16:06:36.623Z | Checking ryu v1.0.18 |
1691 | 2024-12-02T16:06:36.656Z | Checking spin v0.9.8 |
1692 | 2024-12-02T16:06:36.688Z | Checking const-oid v0.9.6 |
1693 | 2024-12-02T16:06:36.782Z | Checking getrandom v0.2.15 |
1694 | 2024-12-02T16:06:36.857Z | Checking parking_lot_core v0.9.10 |
1695 | 2024-12-02T16:06:37.047Z | Checking rand_core v0.6.4 |
1696 | 2024-12-02T16:06:37.074Z | Checking signal-hook-registry v1.4.2 |
1697 | 2024-12-02T16:06:37.236Z | Checking parking_lot v0.12.3 |
1698 | 2024-12-02T16:06:37.329Z | Checking mio v1.0.2 |
1699 | 2024-12-02T16:06:37.382Z | Checking socket2 v0.5.7 |
1700 | 2024-12-02T16:06:37.472Z | Checking num-traits v0.2.19 |
1701 | 2024-12-02T16:06:37.601Z | Checking futures-io v0.3.31 |
1702 | 2024-12-02T16:06:37.668Z | Checking generic-array v0.14.7 |
1703 | 2024-12-02T16:06:37.805Z | Checking slab v0.4.9 |
1704 | 2024-12-02T16:06:37.861Z | Checking allocator-api2 v0.2.18 |
1705 | 2024-12-02T16:06:37.917Z | Checking cpufeatures v0.2.14 |
1706 | 2024-12-02T16:06:38.028Z | Checking futures-sink v0.3.31 |
1707 | 2024-12-02T16:06:38.062Z | Checking pin-utils v0.1.0 |
1708 | 2024-12-02T16:06:38.093Z | Checking equivalent v1.0.1 |
1709 | 2024-12-02T16:06:38.164Z | Checking foldhash v0.1.3 |
1710 | 2024-12-02T16:06:38.191Z | Checking futures-channel v0.3.31 |
1711 | 2024-12-02T16:06:38.219Z | Checking futures-task v0.3.31 |
1712 | 2024-12-02T16:06:38.413Z | Checking stable_deref_trait v1.2.0 |
1713 | 2024-12-02T16:06:38.493Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1714 | 2024-12-02T16:06:38.536Z | Checking iana-time-zone v0.1.61 |
1715 | 2024-12-02T16:06:38.559Z | Checking fnv v1.0.7 |
1716 | 2024-12-02T16:06:38.561Z | Checking hashbrown v0.15.0 |
1717 | 2024-12-02T16:06:38.605Z | Checking futures-util v0.3.31 |
1718 | 2024-12-02T16:06:38.683Z | Checking ppv-lite86 v0.2.20 |
1719 | 2024-12-02T16:06:38.686Z | Checking tracing-core v0.1.32 |
1720 | 2024-12-02T16:06:38.815Z | Checking errno v0.3.9 |
1721 | 2024-12-02T16:06:38.861Z | Checking crypto-common v0.1.6 |
1722 | 2024-12-02T16:06:39.011Z | Checking block-buffer v0.10.4 |
1723 | 2024-12-02T16:06:39.072Z | Checking zerofrom v0.1.4 |
1724 | 2024-12-02T16:06:39.203Z | Checking dyn-clone v1.0.17 |
1725 | 2024-12-02T16:06:39.250Z | Checking digest v0.10.7 |
1726 | 2024-12-02T16:06:39.296Z | Checking yoke v0.7.4 |
1727 | 2024-12-02T16:06:39.343Z | Checking tracing v0.1.40 |
1728 | 2024-12-02T16:06:39.370Z | Checking block-padding v0.3.3 |
1729 | 2024-12-02T16:06:39.469Z | Checking rand_chacha v0.3.1 |
1730 | 2024-12-02T16:06:39.581Z | Checking inout v0.1.3 |
1731 | 2024-12-02T16:06:39.652Z | Checking zerovec v0.10.4 |
1732 | 2024-12-02T16:06:39.679Z | Checking crossbeam-utils v0.8.20 |
1733 | 2024-12-02T16:06:39.688Z | Checking percent-encoding v2.3.1 |
1734 | 2024-12-02T16:06:39.726Z | Checking writeable v0.5.5 |
1735 | 2024-12-02T16:06:39.808Z | Checking cipher v0.4.4 |
1736 | 2024-12-02T16:06:39.864Z | Checking rand v0.8.5 |
1737 | 2024-12-02T16:06:39.917Z | Checking litemap v0.7.3 |
1738 | 2024-12-02T16:06:40.088Z | Checking tinyvec_macros v0.1.1 |
1739 | 2024-12-02T16:06:40.194Z | Checking tinyvec v1.8.0 |
1740 | 2024-12-02T16:06:40.219Z | Checking form_urlencoded v1.2.1 |
1741 | 2024-12-02T16:06:40.283Z | Checking httparse v1.9.5 |
1742 | 2024-12-02T16:06:40.398Z | Checking atomic-waker v1.1.2 |
1743 | 2024-12-02T16:06:40.433Z | Checking icu_locid_transform_data v1.5.0 |
1744 | 2024-12-02T16:06:40.546Z | Checking regex-syntax v0.8.5 |
1745 | 2024-12-02T16:06:40.549Z | Checking base64ct v1.6.0 |
1746 | 2024-12-02T16:06:40.738Z | Checking bytes v1.8.0 |
1747 | 2024-12-02T16:06:40.767Z | Checking bitflags v2.6.0 |
1748 | 2024-12-02T16:06:41.022Z | Checking serde_json v1.0.132 |
1749 | 2024-12-02T16:06:41.069Z | Checking indexmap v2.6.0 |
1750 | 2024-12-02T16:06:41.231Z | Checking chrono v0.4.38 |
1751 | 2024-12-02T16:06:41.386Z | Checking rustix v0.38.37 |
1752 | 2024-12-02T16:06:41.546Z | Checking uuid v1.11.0 |
1753 | 2024-12-02T16:06:41.586Z | Checking tokio v1.40.0 |
1754 | 2024-12-02T16:06:42.225Z | Checking http v1.1.0 |
1755 | 2024-12-02T16:06:42.413Z | Checking tinystr v0.7.6 |
1756 | 2024-12-02T16:06:42.751Z | Checking unicode-normalization v0.1.24 |
1757 | 2024-12-02T16:06:42.801Z | Checking icu_locid v1.5.0 |
1758 | 2024-12-02T16:06:43.377Z | Checking schemars v0.8.21 |
1759 | 2024-12-02T16:06:43.648Z | Checking icu_collections v1.5.0 |
1760 | 2024-12-02T16:06:43.702Z | Checking hmac v0.12.1 |
1761 | 2024-12-02T16:06:43.856Z | Checking icu_provider v1.5.0 |
1762 | 2024-12-02T16:06:43.887Z | Checking icu_properties_data v1.5.0 |
1763 | 2024-12-02T16:06:43.916Z | Checking untrusted v0.9.0 |
1764 | 2024-12-02T16:06:43.916Z | Checking sha2 v0.10.8 |
1765 | 2024-12-02T16:06:44.083Z | Checking ring v0.17.8 |
1766 | 2024-12-02T16:06:44.148Z | Checking aho-corasick v1.1.3 |
1767 | 2024-12-02T16:06:44.347Z | Checking utf16_iter v1.0.5 |
1768 | 2024-12-02T16:06:44.521Z | Checking utf8_iter v1.0.4 |
1769 | 2024-12-02T16:06:44.547Z | Checking icu_locid_transform v1.5.0 |
1770 | 2024-12-02T16:06:44.572Z | Checking unicode-ident v1.0.13 |
1771 | 2024-12-02T16:06:44.735Z | Checking unicode-bidi v0.3.17 |
1772 | 2024-12-02T16:06:44.762Z | Checking icu_normalizer_data v1.5.0 |
1773 | 2024-12-02T16:06:44.879Z | Checking write16 v1.0.0 |
1774 | 2024-12-02T16:06:44.991Z | Checking lazy_static v1.5.0 |
1775 | 2024-12-02T16:06:45.017Z | Checking powerfmt v0.2.0 |
1776 | 2024-12-02T16:06:45.074Z | Checking adler2 v2.0.0 |
1777 | 2024-12-02T16:06:45.127Z | Checking rustls-pki-types v1.9.0 |
1778 | 2024-12-02T16:06:45.244Z | Checking miniz_oxide v0.8.0 |
1779 | 2024-12-02T16:06:45.302Z | Checking deranged v0.3.11 |
1780 | 2024-12-02T16:06:45.405Z | Checking num-conv v0.1.0 |
1781 | 2024-12-02T16:06:45.574Z | Checking icu_properties v1.5.1 |
1782 | 2024-12-02T16:06:45.687Z | Checking num_threads v0.1.7 |
1783 | 2024-12-02T16:06:45.713Z | Checking time-core v0.1.2 |
1784 | 2024-12-02T16:06:45.811Z | Checking proc-macro2 v1.0.89 |
1785 | 2024-12-02T16:06:45.837Z | Checking regex-automata v0.4.8 |
1786 | 2024-12-02T16:06:45.890Z | Checking pem-rfc7468 v0.7.0 |
1787 | 2024-12-02T16:06:45.986Z | Checking untrusted v0.7.1 |
1788 | 2024-12-02T16:06:46.052Z | Checking http-body v1.0.1 |
1789 | 2024-12-02T16:06:46.151Z | Checking aws-lc-sys v0.22.0 |
1790 | 2024-12-02T16:06:46.175Z | Checking httpdate v1.0.3 |
1791 | 2024-12-02T16:06:46.272Z | Checking mirai-annotations v1.12.0 |
1792 | 2024-12-02T16:06:46.438Z | Checking try-lock v0.2.5 |
1793 | 2024-12-02T16:06:46.465Z | Checking base64 v0.22.1 |
1794 | 2024-12-02T16:06:46.506Z | Checking quote v1.0.37 |
1795 | 2024-12-02T16:06:46.583Z | Checking want v0.3.1 |
1796 | 2024-12-02T16:06:46.790Z | Checking flagset v0.4.6 |
1797 | 2024-12-02T16:06:46.847Z | Checking syn v2.0.87 |
1798 | 2024-12-02T16:06:46.994Z | Checking der v0.7.9 |
1799 | 2024-12-02T16:06:47.020Z | Checking pbkdf2 v0.12.2 |
1800 | 2024-12-02T16:06:47.082Z | Checking time v0.3.36 |
1801 | 2024-12-02T16:06:47.212Z | Checking aes v0.8.4 |
1802 | 2024-12-02T16:06:48.189Z | Checking salsa20 v0.10.2 |
1803 | 2024-12-02T16:06:48.428Z | Checking cbc v0.1.2 |
1804 | 2024-12-02T16:06:48.637Z | Checking ahash v0.8.11 |
1805 | 2024-12-02T16:06:48.837Z | Checking aws-lc-rs v1.10.0 |
1806 | 2024-12-02T16:06:48.865Z | Checking spki v0.7.3 |
1807 | 2024-12-02T16:06:49.038Z | Checking icu_normalizer v1.5.0 |
1808 | 2024-12-02T16:06:49.154Z | Checking slog v2.7.0 |
1809 | 2024-12-02T16:06:49.229Z | Checking tower-service v0.3.3 |
1810 | 2024-12-02T16:06:49.259Z | Checking tokio-util v0.7.12 |
1811 | 2024-12-02T16:06:49.370Z | Checking scrypt v0.11.0 |
1812 | 2024-12-02T16:06:49.569Z | Checking mime v0.3.17 |
1813 | 2024-12-02T16:06:49.612Z | Checking gimli v0.31.1 |
1814 | 2024-12-02T16:06:49.646Z | Checking pkcs5 v0.7.1 |
1815 | 2024-12-02T16:06:49.834Z | Checking idna_adapter v1.2.0 |
1816 | 2024-12-02T16:06:49.886Z | Checking object v0.36.5 |
1817 | 2024-12-02T16:06:50.051Z | Checking idna v1.0.3 |
1818 | 2024-12-02T16:06:50.206Z | Checking utf8parse v0.2.2 |
1819 | 2024-12-02T16:06:50.208Z | Checking h2 v0.4.6 |
1820 | 2024-12-02T16:06:50.368Z | Checking rustc-demangle v0.1.24 |
1821 | 2024-12-02T16:06:50.600Z | Checking url v2.5.3 |
1822 | 2024-12-02T16:06:50.673Z | Checking regex v1.11.1 |
1823 | 2024-12-02T16:06:50.718Z | Checking rustls-webpki v0.102.8 |
1824 | 2024-12-02T16:06:50.803Z | Checking pkcs8 v0.10.2 |
1825 | 2024-12-02T16:06:51.127Z | Checking http-body-util v0.1.2 |
1826 | 2024-12-02T16:06:51.326Z | Checking futures-executor v0.3.31 |
1827 | 2024-12-02T16:06:51.479Z | Checking serde_spanned v0.6.8 |
1828 | 2024-12-02T16:06:51.563Z | Checking toml_datetime v0.6.8 |
1829 | 2024-12-02T16:06:51.591Z | Checking ipnet v2.10.1 |
1830 | 2024-12-02T16:06:51.593Z | Checking data-encoding v2.6.0 |
1831 | 2024-12-02T16:06:51.663Z | Checking unicode-width v0.1.14 |
1832 | 2024-12-02T16:06:51.848Z | Checking futures v0.3.31 |
1833 | 2024-12-02T16:06:51.965Z | Checking rustls-pemfile v2.2.0 |
1834 | 2024-12-02T16:06:52.089Z | Checking anstyle v1.0.10 |
1835 | 2024-12-02T16:06:52.140Z | Checking foreign-types-shared v0.1.1 |
1836 | 2024-12-02T16:06:52.185Z | Checking openssl-probe v0.1.5 |
1837 | 2024-12-02T16:06:52.265Z | Checking foreign-types v0.3.2 |
1838 | 2024-12-02T16:06:52.315Z | Checking semver v1.0.23 |
1839 | 2024-12-02T16:06:52.351Z | Checking serde_urlencoded v0.7.1 |
1840 | 2024-12-02T16:06:52.380Z | Checking sha1 v0.10.6 |
1841 | 2024-12-02T16:06:52.432Z | Checking openssl-sys v0.9.103 |
1842 | 2024-12-02T16:06:52.673Z | Checking encoding_rs v0.8.34 |
1843 | 2024-12-02T16:06:52.728Z | Checking rustls v0.23.14 |
1844 | 2024-12-02T16:06:52.807Z | Checking anstyle-parse v0.2.5 |
1845 | 2024-12-02T16:06:53.110Z | Checking camino v1.1.9 |
1846 | 2024-12-02T16:06:53.363Z | Checking winnow v0.6.20 |
1847 | 2024-12-02T16:06:53.709Z | Checking is_terminal_polyfill v1.70.1 |
1848 | 2024-12-02T16:06:53.760Z | Checking addr2line v0.24.2 |
1849 | 2024-12-02T16:06:53.803Z | Checking openssl v0.10.66 |
1850 | 2024-12-02T16:06:53.847Z | Checking either v1.13.0 |
1851 | 2024-12-02T16:06:54.252Z | Checking anstyle-query v1.1.1 |
1852 | 2024-12-02T16:06:54.276Z | Checking colorchoice v1.0.2 |
1853 | 2024-12-02T16:06:54.382Z | Checking idna v0.3.0 |
1854 | 2024-12-02T16:06:54.415Z | Checking anstream v0.6.15 |
1855 | 2024-12-02T16:06:54.787Z | Checking terminal_size v0.4.0 |
1856 | 2024-12-02T16:06:54.963Z | Checking openapiv3 v2.0.0 |
1857 | 2024-12-02T16:06:55.003Z | Checking signature v2.2.0 |
1858 | 2024-12-02T16:06:55.225Z | Checking clap_lex v0.7.2 |
1859 | 2024-12-02T16:06:55.267Z | Checking strsim v0.11.1 |
1860 | 2024-12-02T16:06:55.508Z | Checking psl-types v2.0.11 |
1861 | 2024-12-02T16:06:55.567Z | Checking clap_builder v4.5.21 |
1862 | 2024-12-02T16:06:55.713Z | Checking publicsuffix v2.2.3 |
1863 | 2024-12-02T16:06:55.964Z | Checking cookie v0.18.1 |
1864 | 2024-12-02T16:06:56.420Z | Checking webpki-roots v0.26.6 |
1865 | 2024-12-02T16:06:56.470Z | Checking idna v0.5.0 |
1866 | 2024-12-02T16:06:56.498Z | Checking hyper v1.5.0 |
1867 | 2024-12-02T16:06:56.532Z | Checking backtrace v0.3.74 |
1868 | 2024-12-02T16:06:56.634Z | Checking is-terminal v0.4.13 |
1869 | 2024-12-02T16:06:56.775Z | Checking scroll v0.12.0 |
1870 | 2024-12-02T16:06:57.104Z | Checking anyhow v1.0.93 |
1871 | 2024-12-02T16:06:57.260Z | Checking plain v0.2.3 |
1872 | 2024-12-02T16:06:57.394Z | Checking ucd-trie v0.1.7 |
1873 | 2024-12-02T16:06:57.426Z | Checking goblin v0.8.2 |
1874 | 2024-12-02T16:06:57.484Z | Checking cookie_store v0.21.0 |
1875 | 2024-12-02T16:06:57.620Z | Checking pest v2.7.14 |
1876 | 2024-12-02T16:06:58.225Z | Checking sync_wrapper v1.0.1 |
1877 | 2024-12-02T16:06:58.380Z | Checking pretty-hex v0.4.1 |
1878 | 2024-12-02T16:06:58.466Z | Checking base16ct v0.2.0 |
1879 | 2024-12-02T16:06:58.490Z | Checking tokio-rustls v0.26.0 |
1880 | 2024-12-02T16:06:58.566Z | Checking num-integer v0.1.46 |
1881 | 2024-12-02T16:06:58.617Z | Checking hyper-util v0.1.10 |
1882 | 2024-12-02T16:06:58.667Z | Checking sec1 v0.7.3 |
1883 | 2024-12-02T16:06:58.693Z | Checking clap v4.5.21 |
1884 | 2024-12-02T16:06:58.818Z | Checking ff v0.13.0 |
1885 | 2024-12-02T16:06:58.886Z | Checking thread-id v4.2.2 |
1886 | 2024-12-02T16:06:59.011Z | Checking toml_edit v0.22.22 |
1887 | 2024-12-02T16:06:59.044Z | Checking hkdf v0.12.4 |
1888 | 2024-12-02T16:06:59.069Z | Checking group v0.13.0 |
1889 | 2024-12-02T16:06:59.072Z | Checking crypto-bigint v0.5.5 |
1890 | 2024-12-02T16:06:59.263Z | Checking memmap v0.7.0 |
1891 | 2024-12-02T16:06:59.347Z | Checking dirs-sys-next v0.1.2 |
1892 | 2024-12-02T16:06:59.428Z | Checking native-tls v0.2.12 |
1893 | 2024-12-02T16:06:59.478Z | Checking crc32fast v1.4.2 |
1894 | 2024-12-02T16:06:59.547Z | Checking bitflags v1.3.2 |
1895 | 2024-12-02T16:06:59.665Z | Checking static_assertions v1.1.0 |
1896 | 2024-12-02T16:06:59.733Z | Checking utf-8 v0.7.6 |
1897 | 2024-12-02T16:06:59.770Z | Checking dirs-next v2.0.0 |
1898 | 2024-12-02T16:06:59.797Z | Checking tokio-native-tls v0.3.1 |
1899 | 2024-12-02T16:06:59.925Z | Checking crossbeam-channel v0.5.13 |
1900 | 2024-12-02T16:06:59.954Z | Checking thread_local v1.1.8 |
1901 | 2024-12-02T16:07:00.085Z | Checking unicode-segmentation v1.12.0 |
1902 | 2024-12-02T16:07:00.087Z | Checking dtrace-parser v0.2.0 |
1903 | 2024-12-02T16:07:00.241Z | Checking term v0.7.0 |
1904 | 2024-12-02T16:07:00.597Z | Checking num-iter v0.1.45 |
1905 | 2024-12-02T16:07:00.699Z | Checking crossbeam-epoch v0.9.18 |
1906 | 2024-12-02T16:07:00.702Z | Checking hyper-rustls v0.27.3 |
1907 | 2024-12-02T16:07:00.747Z | Checking hyper-tls v0.6.0 |
1908 | 2024-12-02T16:07:00.781Z | Checking match_cfg v0.1.0 |
1909 | 2024-12-02T16:07:00.813Z | Checking take_mut v0.2.2 |
1910 | 2024-12-02T16:07:00.877Z | Checking hostname v0.3.1 |
1911 | 2024-12-02T16:07:00.966Z | Checking slog-async v2.8.0 |
1912 | 2024-12-02T16:07:01.025Z | Checking slog-term v2.9.1 |
1913 | 2024-12-02T16:07:01.053Z | Checking bstr v1.10.0 |
1914 | 2024-12-02T16:07:01.083Z | Checking reqwest v0.12.9 |
1915 | 2024-12-02T16:07:01.151Z | Checking rfc6979 v0.4.0 |
1916 | 2024-12-02T16:07:01.282Z | Checking hex v0.4.3 |
1917 | 2024-12-02T16:07:01.376Z | Checking winnow v0.5.40 |
1918 | 2024-12-02T16:07:01.551Z | Checking managed v0.8.0 |
1919 | 2024-12-02T16:07:01.735Z | Checking toml v0.8.19 |
1920 | 2024-12-02T16:07:01.799Z | Checking crossbeam-deque v0.8.5 |
1921 | 2024-12-02T16:07:01.938Z | Checking num-bigint-dig v0.8.4 |
1922 | 2024-12-02T16:07:02.052Z | Checking flate2 v1.0.34 |
1923 | 2024-12-02T16:07:02.077Z | Checking elliptic-curve v0.13.8 |
1924 | 2024-12-02T16:07:02.124Z | Checking rustls v0.22.4 |
1925 | 2024-12-02T16:07:02.494Z | Checking pkcs1 v0.7.5 |
1926 | 2024-12-02T16:07:02.598Z | Checking dof v0.3.0 |
1927 | 2024-12-02T16:07:02.749Z | Checking curve25519-dalek v4.1.3 |
1928 | 2024-12-02T16:07:02.777Z | Checking ecdsa v0.16.9 |
1929 | 2024-12-02T16:07:02.908Z | Checking zerocopy v0.6.6 |
1930 | 2024-12-02T16:07:03.002Z | Checking siphasher v0.3.11 |
1931 | 2024-12-02T16:07:03.209Z | Checking usdt-impl v0.5.0 |
1932 | 2024-12-02T16:07:03.335Z | Checking rayon-core v1.12.1 |
1933 | 2024-12-02T16:07:03.528Z | Checking ed25519 v2.2.3 |
1934 | 2024-12-02T16:07:03.695Z | Checking slog-json v2.6.1 |
1935 | 2024-12-02T16:07:03.804Z | Checking usdt v0.5.0 |
1936 | 2024-12-02T16:07:03.853Z | Checking signal-hook v0.3.17 |
1937 | 2024-12-02T16:07:03.962Z | Checking quick-error v1.2.3 |
1938 | 2024-12-02T16:07:04.084Z | Checking debug-ignore v1.0.5 |
1939 | 2024-12-02T16:07:04.087Z | Checking slog-bunyan v2.5.0 |
1940 | 2024-12-02T16:07:04.132Z | Checking multer v3.1.0 |
1941 | 2024-12-02T16:07:04.159Z | Checking rsa v0.9.6 |
1942 | 2024-12-02T16:07:04.194Z | Checking itertools v0.10.5 |
1943 | 2024-12-02T16:07:04.223Z | Checking x509-cert v0.2.5 |
1944 | 2024-12-02T16:07:04.275Z | Checking idna v0.4.0 |
1945 | 2024-12-02T16:07:04.506Z | Checking toml_edit v0.19.15 |
1946 | 2024-12-02T16:07:04.552Z | Checking serde_path_to_error v0.1.16 |
1947 | 2024-12-02T16:07:04.688Z | Checking ed25519-dalek v2.1.1 |
1948 | 2024-12-02T16:07:05.142Z | Checking hubpack v0.1.2 |
1949 | 2024-12-02T16:07:05.188Z | Checking waitgroup v0.1.2 |
1950 | 2024-12-02T16:07:05.214Z | Checking bzip2-sys v0.1.11+1.0.8 |
1951 | 2024-12-02T16:07:05.216Z | Checking async-stream v0.3.6 |
1952 | 2024-12-02T16:07:05.326Z | Checking hostname v0.4.0 |
1953 | 2024-12-02T16:07:05.356Z | Checking bit-vec v0.6.3 |
1954 | 2024-12-02T16:07:05.439Z | Checking bzip2 v0.4.4 |
1955 | 2024-12-02T16:07:05.466Z | Checking hickory-proto v0.24.1 |
1956 | 2024-12-02T16:07:05.491Z | Checking signal-hook-mio v0.2.4 |
1957 | 2024-12-02T16:07:05.654Z | Checking console v0.15.8 |
1958 | 2024-12-02T16:07:05.686Z | Checking bit-set v0.5.3 |
1959 | 2024-12-02T16:07:05.750Z | Checking hash32 v0.2.1 |
1960 | 2024-12-02T16:07:05.870Z | Checking linked-hash-map v0.5.6 |
1961 | 2024-12-02T16:07:05.899Z | Checking tokio-rustls v0.25.0 |
1962 | 2024-12-02T16:07:05.934Z | Checking unicode-properties v0.1.3 |
1963 | 2024-12-02T16:07:06.078Z | Checking predicates-core v1.0.8 |
1964 | 2024-12-02T16:07:06.228Z | Checking lru-cache v0.1.2 |
1965 | 2024-12-02T16:07:06.274Z | Checking heapless v0.7.17 |
1966 | 2024-12-02T16:07:06.299Z | Checking crossterm v0.28.1 |
1967 | 2024-12-02T16:07:06.302Z | Checking dropshot v0.12.0 |
1968 | 2024-12-02T16:07:06.343Z | Checking stringprep v0.1.5 |
1969 | 2024-12-02T16:07:06.412Z | Checking rayon v1.10.0 |
1970 | 2024-12-02T16:07:06.510Z | Checking phf_shared v0.11.2 |
1971 | 2024-12-02T16:07:06.626Z | Checking similar v2.6.0 |
1972 | 2024-12-02T16:07:06.824Z | Checking tokio-stream v0.1.16 |
1973 | 2024-12-02T16:07:07.044Z | Checking toml v0.7.8 |
1974 | 2024-12-02T16:07:07.355Z | Checking md-5 v0.10.6 |
1975 | 2024-12-02T16:07:07.553Z | Checking float-cmp v0.9.0 |
1976 | 2024-12-02T16:07:07.601Z | Checking fallible-iterator v0.2.0 |
1977 | 2024-12-02T16:07:07.735Z | Checking normalize-line-endings v0.3.0 |
1978 | 2024-12-02T16:07:07.764Z | Checking fixedbitset v0.4.2 |
1979 | 2024-12-02T16:07:07.793Z | Checking difflib v0.4.0 |
1980 | 2024-12-02T16:07:07.866Z | Checking smoltcp v0.9.1 |
1981 | 2024-12-02T16:07:08.048Z | Checking petgraph v0.6.5 |
1982 | 2024-12-02T16:07:08.123Z | Checking predicates v3.1.2 |
1983 | 2024-12-02T16:07:08.161Z | Checking phf v0.11.2 |
1984 | 2024-12-02T16:07:08.247Z | Checking postgres-protocol v0.6.7 |
1985 | 2024-12-02T16:07:08.454Z | Checking zip v0.6.6 |
1986 | 2024-12-02T16:07:08.788Z | Checking resolv-conf v0.7.0 |
1987 | 2024-12-02T16:07:08.966Z | Checking phf_shared v0.10.0 |
1988 | 2024-12-02T16:07:09.163Z | Checking tungstenite v0.24.0 |
1989 | 2024-12-02T16:07:09.190Z | Checking fs-err v2.11.0 |
1990 | 2024-12-02T16:07:09.285Z | Checking serde-big-array v0.5.1 |
1991 | 2024-12-02T16:07:09.419Z | Checking portable-atomic v1.9.0 |
1992 | 2024-12-02T16:07:09.522Z | Checking number_prefix v0.4.0 |
1993 | 2024-12-02T16:07:09.726Z | Checking lalrpop-util v0.19.12 |
1994 | 2024-12-02T16:07:09.783Z | Checking unicode-width v0.2.0 |
1995 | 2024-12-02T16:07:10.041Z | Checking new_debug_unreachable v1.0.6 |
1996 | 2024-12-02T16:07:10.109Z | Checking precomputed-hash v0.1.1 |
1997 | 2024-12-02T16:07:10.144Z | Checking minimal-lexical v0.2.1 |
1998 | 2024-12-02T16:07:10.170Z | Checking tokio-tungstenite v0.24.0 |
1999 | 2024-12-02T16:07:10.239Z | Checking string_cache v0.8.7 |
2000 | 2024-12-02T16:07:10.266Z | Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
2001 | 2024-12-02T16:07:10.390Z | Checking hickory-resolver v0.24.1 |
2002 | 2024-12-02T16:07:10.416Z | Checking postgres-types v0.2.8 |
2003 | 2024-12-02T16:07:10.483Z | Checking indicatif v0.17.9 |
2004 | 2024-12-02T16:07:10.539Z | Checking itertools v0.12.1 |
2005 | 2024-12-02T16:07:10.565Z | Checking nom v7.1.3 |
2006 | 2024-12-02T16:07:10.672Z | Checking peg-runtime v0.8.3 |
2007 | 2024-12-02T16:07:10.906Z | Checking whoami v1.5.2 |
2008 | 2024-12-02T16:07:11.224Z | Checking tokio-postgres v0.7.12 |
2009 | 2024-12-02T16:07:11.289Z | Compiling hashbrown v0.14.5 |
2010 | 2024-12-02T16:07:11.317Z | Compiling ident_case v1.0.1 |
2011 | 2024-12-02T16:07:11.470Z | Compiling unsafe-libyaml v0.2.11 |
2012 | 2024-12-02T16:07:11.528Z | Compiling darling_core v0.20.10 |
2013 | 2024-12-02T16:07:12.024Z | Checking qorb v0.2.1 |
2014 | 2024-12-02T16:07:12.783Z | Compiling regress v0.10.1 |
2015 | 2024-12-02T16:07:13.217Z | Compiling serde_yaml v0.9.34+deprecated |
2016 | 2024-12-02T16:07:13.561Z | Checking heck v0.5.0 |
2017 | 2024-12-02T16:07:13.770Z | Checking progenitor-client v0.8.0 |
2018 | 2024-12-02T16:07:14.176Z | Checking fastrand v2.1.1 |
2019 | 2024-12-02T16:07:14.448Z | Compiling newtype-uuid v1.1.3 |
2020 | 2024-12-02T16:07:14.510Z | Checking ipnetwork v0.20.0 |
2021 | 2024-12-02T16:07:14.720Z | Compiling structmeta-derive v0.3.0 |
2022 | 2024-12-02T16:07:14.809Z | Checking strum v0.26.3 |
2023 | 2024-12-02T16:07:14.877Z | Compiling dropshot v0.13.0 |
2024 | 2024-12-02T16:07:14.990Z | Checking macaddr v1.0.1 |
2025 | 2024-12-02T16:07:15.258Z | Compiling dropshot_endpoint v0.13.0 |
2026 | 2024-12-02T16:07:15.320Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2027 | 2024-12-02T16:07:16.118Z | Checking tempfile v3.13.0 |
2028 | 2024-12-02T16:07:16.215Z | Checking oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265) |
2029 | 2024-12-02T16:07:16.520Z | Checking instant v0.1.13 |
2030 | 2024-12-02T16:07:16.591Z | Compiling typify-impl v0.2.0 |
2031 | 2024-12-02T16:07:16.658Z | Checking regress v0.9.1 |
2032 | 2024-12-02T16:07:17.603Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2033 | 2024-12-02T16:07:17.800Z | Compiling structmeta v0.3.0 |
2034 | 2024-12-02T16:07:17.970Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2035 | 2024-12-02T16:07:18.247Z | Compiling parse-display-derive v0.10.0 |
2036 | 2024-12-02T16:07:18.312Z | Checking backoff v0.4.0 |
2037 | 2024-12-02T16:07:18.433Z | Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2038 | 2024-12-02T16:07:18.592Z | Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
2039 | 2024-12-02T16:07:18.639Z | Checking wait-timeout v0.2.0 |
2040 | 2024-12-02T16:07:18.764Z | Checking rand_xorshift v0.3.0 |
2041 | 2024-12-02T16:07:18.841Z | Checking rusty-fork v0.3.0 |
2042 | 2024-12-02T16:07:18.868Z | Compiling darling_macro v0.20.10 |
2043 | 2024-12-02T16:07:18.948Z | Checking unarray v0.1.4 |
2044 | 2024-12-02T16:07:19.112Z | Compiling structmeta-derive v0.2.0 |
2045 | 2024-12-02T16:07:19.161Z | Checking proptest v1.5.0 |
2046 | 2024-12-02T16:07:19.845Z | Compiling darling v0.20.10 |
2047 | 2024-12-02T16:07:19.976Z | Compiling serde_with_macros v3.11.0 |
2048 | 2024-12-02T16:07:20.212Z | Checking camino-tempfile v1.1.1 |
2049 | 2024-12-02T16:07:20.541Z | Compiling proc-macro-error v1.0.4 |
2050 | 2024-12-02T16:07:21.136Z | Compiling proc-macro-crate v1.3.1 |
2051 | 2024-12-02T16:07:21.258Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2052 | 2024-12-02T16:07:21.665Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2053 | 2024-12-02T16:07:22.000Z | Compiling foreign-types-macros v0.2.3 |
2054 | 2024-12-02T16:07:22.241Z | Compiling structmeta v0.2.0 |
2055 | 2024-12-02T16:07:22.275Z | Compiling num_enum_derive v0.5.11 |
2056 | 2024-12-02T16:07:22.686Z | Compiling test-strategy v0.3.1 |
2057 | 2024-12-02T16:07:23.012Z | Checking parse-display v0.10.0 |
2058 | 2024-12-02T16:07:23.041Z | Checking serde_with v3.11.0 |
2059 | 2024-12-02T16:07:23.270Z | Checking foreign-types-shared v0.3.1 |
2060 | 2024-12-02T16:07:23.399Z | Checking foreign-types v0.5.0 |
2061 | 2024-12-02T16:07:23.527Z | Checking tabwriter v1.4.0 |
2062 | 2024-12-02T16:07:23.646Z | Checking cstr-argument v0.1.2 |
2063 | 2024-12-02T16:07:23.786Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
2064 | 2024-12-02T16:07:23.848Z | Checking pretty-hex v0.2.1 |
2065 | 2024-12-02T16:07:23.989Z | Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2066 | 2024-12-02T16:07:24.038Z | Checking colored v2.1.0 |
2067 | 2024-12-02T16:07:24.294Z | Checking smf v0.2.3 |
2068 | 2024-12-02T16:07:24.318Z | Checking base64 v0.21.7 |
2069 | 2024-12-02T16:07:24.353Z | Compiling crucible-workspace-hack v0.1.0 |
2070 | 2024-12-02T16:07:24.643Z | Compiling zerocopy v0.8.10 |
2071 | 2024-12-02T16:07:24.668Z | Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
2072 | 2024-12-02T16:07:24.806Z | Compiling itertools v0.13.0 |
2073 | 2024-12-02T16:07:24.829Z | Compiling zerocopy-derive v0.8.10 |
2074 | 2024-12-02T16:07:24.854Z | Compiling heapless v0.8.0 |
2075 | 2024-12-02T16:07:24.880Z | Checking num_enum v0.5.11 |
2076 | 2024-12-02T16:07:25.049Z | Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2077 | 2024-12-02T16:07:25.346Z | Checking termtree v0.4.1 |
2078 | 2024-12-02T16:07:25.589Z | Checking predicates-tree v1.0.11 |
2079 | 2024-12-02T16:07:25.750Z | Checking hash32 v0.3.1 |
2080 | 2024-12-02T16:07:25.776Z | Compiling smoltcp v0.11.0 |
2081 | 2024-12-02T16:07:25.798Z | Checking cobs v0.2.3 |
2082 | 2024-12-02T16:07:26.003Z | Checking postcard v1.0.10 |
2083 | 2024-12-02T16:07:26.586Z | Checking sigpipe v0.1.3 |
2084 | 2024-12-02T16:07:26.633Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=98247c27846133a80fdb8f730f0c57e72d766561#98247c27) |
2085 | 2024-12-02T16:07:26.636Z | Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=98247c27846133a80fdb8f730f0c57e72d766561#98247c27) |
2086 | 2024-12-02T16:07:26.715Z | Checking atomicwrites v0.4.4 |
2087 | 2024-12-02T16:07:26.827Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=98247c27846133a80fdb8f730f0c57e72d766561#98247c27) |
2088 | 2024-12-02T16:07:26.854Z | Compiling mockall_derive v0.13.0 |
2089 | 2024-12-02T16:07:26.922Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#e07ad764) |
2090 | 2024-12-02T16:07:27.032Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2091 | 2024-12-02T16:07:27.178Z | Checking poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
2092 | 2024-12-02T16:07:27.418Z | Compiling zone_cfg_derive v0.3.0 |
2093 | 2024-12-02T16:07:27.743Z | Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6936f1a949d155da38d3148abd42caef337dea04#6936f1a9) |
2094 | 2024-12-02T16:07:28.124Z | Compiling num-derive v0.4.2 |
2095 | 2024-12-02T16:07:28.192Z | Compiling ingot-macros v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
2096 | 2024-12-02T16:07:28.966Z | Checking downcast v0.11.0 |
2097 | 2024-12-02T16:07:29.191Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2098 | 2024-12-02T16:07:29.294Z | Checking fragile v2.0.0 |
2099 | 2024-12-02T16:07:29.520Z | Checking zone v0.3.0 |
2100 | 2024-12-02T16:07:29.597Z | Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6936f1a949d155da38d3148abd42caef337dea04#6936f1a9) |
2101 | 2024-12-02T16:07:29.881Z | Compiling convert_case v0.4.0 |
2102 | 2024-12-02T16:07:29.970Z | Checking newline-converter v0.3.0 |
2103 | 2024-12-02T16:07:30.328Z | Checking expectorate v1.1.0 |
2104 | 2024-12-02T16:07:30.511Z | Checking tungstenite v0.21.0 |
2105 | 2024-12-02T16:07:30.589Z | Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=2cfc7e0c8572b3bfafbfc838c4e6d658f442d239#2cfc7e0c) |
2106 | 2024-12-02T16:07:30.939Z | Compiling derive_more v0.99.18 |
2107 | 2024-12-02T16:07:31.083Z | Checking same-file v1.0.6 |
2108 | 2024-12-02T16:07:31.142Z | Checking arc-swap v1.7.1 |
2109 | 2024-12-02T16:07:31.281Z | Checking walkdir v2.5.0 |
2110 | 2024-12-02T16:07:31.501Z | Checking tokio-tungstenite v0.21.0 |
2111 | 2024-12-02T16:07:31.564Z | Checking xattr v1.3.1 |
2112 | 2024-12-02T16:07:31.624Z | Checking slog-scope v4.4.0 |
2113 | 2024-12-02T16:07:31.791Z | Checking filetime v0.2.25 |
2114 | 2024-12-02T16:07:31.842Z | Checking slog-stdlog v4.1.1 |
2115 | 2024-12-02T16:07:32.018Z | Checking slog-envlogger v2.2.0 |
2116 | 2024-12-02T16:07:32.044Z | Checking tar v0.4.42 |
2117 | 2024-12-02T16:07:32.066Z | Checking num-rational v0.4.2 |
2118 | 2024-12-02T16:07:32.264Z | Checking num-complex v0.4.6 |
2119 | 2024-12-02T16:07:32.774Z | Checking float-ord v0.3.2 |
2120 | 2024-12-02T16:07:32.899Z | Checking swrite v0.1.0 |
2121 | 2024-12-02T16:07:32.925Z | Compiling cancel-safe-futures v0.1.5 |
2122 | 2024-12-02T16:07:32.949Z | Compiling owo-colors v4.1.0 |
2123 | 2024-12-02T16:07:33.041Z | Checking libsw v3.3.1 |
2124 | 2024-12-02T16:07:33.213Z | Checking num v0.4.3 |
2125 | 2024-12-02T16:07:33.332Z | Checking pem v3.0.4 |
2126 | 2024-12-02T16:07:33.335Z | Checking password-hash v0.5.0 |
2127 | 2024-12-02T16:07:33.638Z | Checking blake2 v0.10.6 |
2128 | 2024-12-02T16:07:33.801Z | Checking indent_write v2.2.0 |
2129 | 2024-12-02T16:07:33.834Z | Checking linear-map v1.2.0 |
2130 | 2024-12-02T16:07:34.024Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
2131 | 2024-12-02T16:07:34.105Z | Checking argon2 v0.5.3 |
2132 | 2024-12-02T16:07:34.381Z | Compiling lzma-sys v0.1.20 |
2133 | 2024-12-02T16:07:34.716Z | Checking headers-core v0.3.0 |
2134 | 2024-12-02T16:07:34.826Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2135 | 2024-12-02T16:07:34.868Z | Compiling heck v0.3.3 |
2136 | 2024-12-02T16:07:35.225Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#e07ad764) |
2137 | 2024-12-02T16:07:35.248Z | Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2138 | 2024-12-02T16:07:35.308Z | Compiling zone_cfg_derive v0.1.2 |
2139 | 2024-12-02T16:07:35.417Z | Compiling typify-macro v0.2.0 |
2140 | 2024-12-02T16:07:35.490Z | Checking headers v0.4.0 |
2141 | 2024-12-02T16:07:35.554Z | Checking cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2142 | 2024-12-02T16:07:35.655Z | Checking ingot-types v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
2143 | 2024-12-02T16:07:35.831Z | Checking mockall v0.13.0 |
2144 | 2024-12-02T16:07:35.870Z | Checking yasna v0.5.2 |
2145 | 2024-12-02T16:07:36.097Z | Checking base64 v0.13.1 |
2146 | 2024-12-02T16:07:36.470Z | Checking ingot v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
2147 | 2024-12-02T16:07:36.536Z | Checking highway v1.2.0 |
2148 | 2024-12-02T16:07:36.687Z | Checking ron v0.7.1 |
2149 | 2024-12-02T16:07:36.853Z | Checking rcgen v0.12.1 |
2150 | 2024-12-02T16:07:36.882Z | Checking zone v0.1.8 |
2151 | 2024-12-02T16:07:36.970Z | Checking propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2152 | 2024-12-02T16:07:37.540Z | Checking xz2 v0.1.7 |
2153 | 2024-12-02T16:07:37.609Z | Checking subprocess v0.2.9 |
2154 | 2024-12-02T16:07:37.860Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
2155 | 2024-12-02T16:07:37.956Z | Checking humantime v2.1.0 |
2156 | 2024-12-02T16:07:38.189Z | Compiling semver v0.1.20 |
2157 | 2024-12-02T16:07:38.282Z | Checking half v2.4.1 |
2158 | 2024-12-02T16:07:38.786Z | Compiling rustc_version v0.1.7 |
2159 | 2024-12-02T16:07:38.831Z | Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=98247c27846133a80fdb8f730f0c57e72d766561#98247c27) |
2160 | 2024-12-02T16:07:38.886Z | Checking ciborium-io v0.2.2 |
2161 | 2024-12-02T16:07:38.936Z | Checking prettyplease v0.2.25 |
2162 | 2024-12-02T16:07:39.009Z | Checking ciborium-ll v0.2.2 |
2163 | 2024-12-02T16:07:39.269Z | Compiling newtype_derive v0.1.6 |
2164 | 2024-12-02T16:07:39.289Z | Checking ciborium v0.2.2 |
2165 | 2024-12-02T16:07:39.866Z | Compiling typify v0.2.0 |
2166 | 2024-12-02T16:07:40.018Z | Compiling progenitor-impl v0.8.0 |
2167 | 2024-12-02T16:07:40.279Z | Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=98247c27846133a80fdb8f730f0c57e72d766561#98247c27) |
2168 | 2024-12-02T16:07:42.179Z | Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=98247c27846133a80fdb8f730f0c57e72d766561#98247c27) |
2169 | 2024-12-02T16:07:42.337Z | Checking steno v0.4.1 |
2170 | 2024-12-02T16:07:42.532Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2171 | 2024-12-02T16:07:42.775Z | Checking display-error-chain v0.2.2 |
2172 | 2024-12-02T16:07:42.926Z | Compiling slog-dtrace v0.3.0 |
2173 | 2024-12-02T16:07:42.961Z | Checking gethostname v0.5.0 |
2174 | 2024-12-02T16:07:43.104Z | Checking nibble_vec v0.1.0 |
2175 | 2024-12-02T16:07:43.318Z | Compiling ring v0.16.20 |
2176 | 2024-12-02T16:07:43.776Z | Compiling blake3 v1.5.4 |
2177 | 2024-12-02T16:07:43.804Z | Checking endian-type v0.1.2 |
2178 | 2024-12-02T16:07:44.034Z | Checking keccak v0.1.5 |
2179 | 2024-12-02T16:07:44.361Z | Checking sha3 v0.10.8 |
2180 | 2024-12-02T16:07:44.408Z | Checking radix_trie v0.2.1 |
2181 | 2024-12-02T16:07:44.733Z | Checking universal-hash v0.5.1 |
2182 | 2024-12-02T16:07:44.777Z | Checking secrecy v0.8.0 |
2183 | 2024-12-02T16:07:44.819Z | Checking opaque-debug v0.3.1 |
2184 | 2024-12-02T16:07:44.919Z | Checking aead v0.5.2 |
2185 | 2024-12-02T16:07:44.944Z | Checking poly1305 v0.8.0 |
2186 | 2024-12-02T16:07:44.988Z | Checking chacha20 v0.9.1 |
2187 | 2024-12-02T16:07:45.462Z | Compiling memmap2 v0.9.5 |
2188 | 2024-12-02T16:07:45.464Z | Compiling arrayref v0.3.9 |
2189 | 2024-12-02T16:07:45.593Z | Compiling spin v0.5.2 |
2190 | 2024-12-02T16:07:45.851Z | Compiling arrayvec v0.7.6 |
2191 | 2024-12-02T16:07:45.977Z | Compiling constant_time_eq v0.3.1 |
2192 | 2024-12-02T16:07:46.009Z | Compiling toolchain_find v0.4.0 |
2193 | 2024-12-02T16:07:46.172Z | Compiling thiserror-impl-no-std v2.0.2 |
2194 | 2024-12-02T16:07:46.175Z | Compiling topological-sort v0.2.2 |
2195 | 2024-12-02T16:07:46.441Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/libipcc?rev=fdffa212373a8f92473ea5f411088912bf458d5f#fdffa212) |
2196 | 2024-12-02T16:07:46.640Z | Compiling rustfmt-wrapper v0.2.1 |
2197 | 2024-12-02T16:07:46.730Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2198 | 2024-12-02T16:07:46.997Z | Checking chacha20poly1305 v0.10.1 |
2199 | 2024-12-02T16:07:47.070Z | Compiling async-recursion v1.1.1 |
2200 | 2024-12-02T16:07:47.210Z | Checking fxhash v0.2.1 |
2201 | 2024-12-02T16:07:47.242Z | Checking lockfree-object-pool v0.1.6 |
2202 | 2024-12-02T16:07:47.409Z | Checking bumpalo v3.16.0 |
2203 | 2024-12-02T16:07:47.493Z | Checking simd-adler32 v0.3.7 |
2204 | 2024-12-02T16:07:47.600Z | Compiling zip v2.1.3 |
2205 | 2024-12-02T16:07:47.786Z | Checking termcolor v1.4.1 |
2206 | 2024-12-02T16:07:47.864Z | Checking zopfli v0.8.1 |
2207 | 2024-12-02T16:07:47.958Z | Compiling radium v0.7.0 |
2208 | 2024-12-02T16:07:48.250Z | Checking maplit v1.0.2 |
2209 | 2024-12-02T16:07:48.371Z | Checking tap v1.0.1 |
2210 | 2024-12-02T16:07:48.477Z | Compiling progenitor-macro v0.8.0 |
2211 | 2024-12-02T16:07:48.508Z | Compiling maybe-uninit v2.0.0 |
2212 | 2024-12-02T16:07:48.560Z | Checking wyz v0.5.1 |
2213 | 2024-12-02T16:07:48.961Z | Checking funty v2.0.0 |
2214 | 2024-12-02T16:07:49.116Z | Compiling packed_struct v0.10.1 |
2215 | 2024-12-02T16:07:49.170Z | Compiling omicron-zone-package v0.11.1 |
2216 | 2024-12-02T16:07:49.439Z | Checking thiserror-no-std v2.0.2 |
2217 | 2024-12-02T16:07:49.569Z | Checking vsss-rs v3.3.4 |
2218 | 2024-12-02T16:07:49.593Z | Checking crc-catalog v2.4.0 |
2219 | 2024-12-02T16:07:49.734Z | Checking home v0.5.9 |
2220 | 2024-12-02T16:07:49.758Z | Checking crc v3.2.1 |
2221 | 2024-12-02T16:07:49.951Z | Checking bitvec v1.0.1 |
2222 | 2024-12-02T16:07:50.038Z | Compiling const_format_proc_macros v0.2.33 |
2223 | 2024-12-02T16:07:50.241Z | Checking kstat-rs v0.2.4 |
2224 | 2024-12-02T16:07:50.338Z | Compiling packed_struct_codegen v0.10.1 |
2225 | 2024-12-02T16:07:50.630Z | Compiling vte_generate_state_changes v0.1.2 |
2226 | 2024-12-02T16:07:50.927Z | Compiling indexmap v1.9.3 |
2227 | 2024-12-02T16:07:51.258Z | Checking nodrop v0.1.14 |
2228 | 2024-12-02T16:07:51.323Z | Compiling libefi-sys v0.1.0 |
2229 | 2024-12-02T16:07:51.396Z | Checking array-init v0.0.4 |
2230 | 2024-12-02T16:07:51.668Z | Checking vte v0.11.1 |
2231 | 2024-12-02T16:07:52.285Z | Checking const_format v0.2.33 |
2232 | 2024-12-02T16:07:52.455Z | Checking smallvec v0.6.14 |
2233 | 2024-12-02T16:07:52.756Z | Checking fd-lock v4.0.2 |
2234 | 2024-12-02T16:07:52.871Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c) |
2235 | 2024-12-02T16:07:52.935Z | Compiling bitfield-struct v0.6.2 |
2236 | 2024-12-02T16:07:52.966Z | Checking hashbrown v0.12.3 |
2237 | 2024-12-02T16:07:53.144Z | Checking bitfield v0.14.0 |
2238 | 2024-12-02T16:07:53.313Z | Checking strip-ansi-escapes v0.2.0 |
2239 | 2024-12-02T16:07:53.415Z | Checking serde-hex v0.1.0 |
2240 | 2024-12-02T16:07:53.469Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
2241 | 2024-12-02T16:07:53.736Z | Checking env_logger v0.10.2 |
2242 | 2024-12-02T16:07:53.851Z | Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
2243 | 2024-12-02T16:07:54.153Z | Checking ron v0.8.1 |
2244 | 2024-12-02T16:07:54.182Z | Checking hashbrown v0.13.2 |
2245 | 2024-12-02T16:07:54.439Z | Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2246 | 2024-12-02T16:07:54.813Z | Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2247 | 2024-12-02T16:07:54.953Z | Checking nu-ansi-term v0.50.1 |
2248 | 2024-12-02T16:07:55.082Z | Checking crc-any v2.5.0 |
2249 | 2024-12-02T16:07:55.293Z | Checking object v0.30.4 |
2250 | 2024-12-02T16:07:55.378Z | Checking reedline v0.35.0 |
2251 | 2024-12-02T16:07:55.445Z | Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
2252 | 2024-12-02T16:07:55.508Z | Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2253 | 2024-12-02T16:07:55.859Z | Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
2254 | 2024-12-02T16:07:56.004Z | Checking path-slash v0.1.5 |
2255 | 2024-12-02T16:07:56.027Z | Compiling parking_lot_core v0.8.6 |
2256 | 2024-12-02T16:07:56.136Z | Compiling phf_generator v0.11.2 |
2257 | 2024-12-02T16:07:56.170Z | Checking bytecount v0.6.8 |
2258 | 2024-12-02T16:07:56.331Z | Checking glob v0.3.1 |
2259 | 2024-12-02T16:07:56.353Z | Checking papergrid v0.11.0 |
2260 | 2024-12-02T16:07:56.667Z | Compiling phf_codegen v0.11.2 |
2261 | 2024-12-02T16:07:56.838Z | Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
2262 | 2024-12-02T16:07:56.871Z | Checking parking_lot v0.11.2 |
2263 | 2024-12-02T16:07:56.905Z | Compiling tabled_derive v0.7.0 |
2264 | 2024-12-02T16:07:57.244Z | Compiling parse-zoneinfo v0.3.1 |
2265 | 2024-12-02T16:07:57.659Z | Compiling cfg_aliases v0.1.1 |
2266 | 2024-12-02T16:07:57.792Z | Compiling nix v0.28.0 |
2267 | 2024-12-02T16:07:57.862Z | Checking sled v0.34.7 |
2268 | 2024-12-02T16:07:58.304Z | Compiling chrono-tz-build v0.4.0 |
2269 | 2024-12-02T16:07:58.609Z | Checking hickory-client v0.24.1 |
2270 | 2024-12-02T16:07:59.352Z | Checking hickory-server v0.24.1 |
2271 | 2024-12-02T16:07:59.426Z | Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=242fd812aaeafec99ba01b5505ffbb2bd2370917#242fd812) |
2272 | 2024-12-02T16:07:59.566Z | Checking tabled v0.15.0 |
2273 | 2024-12-02T16:07:59.893Z | Compiling chrono-tz v0.10.0 |
2274 | 2024-12-02T16:08:00.513Z | Compiling buf-list v1.0.3 |
2275 | 2024-12-02T16:08:01.256Z | Compiling peg-macros v0.8.4 |
2276 | 2024-12-02T16:08:01.751Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2277 | 2024-12-02T16:08:01.773Z | Compiling sqlparser_derive v0.2.2 |
2278 | 2024-12-02T16:08:02.256Z | Checking unicode_categories v0.1.1 |
2279 | 2024-12-02T16:08:02.589Z | Checking sqlformat v0.2.6 |
2280 | 2024-12-02T16:08:02.935Z | Checking sqlparser v0.45.0 |
2281 | 2024-12-02T16:08:03.408Z | Checking bcs v0.1.6 |
2282 | 2024-12-02T16:08:03.551Z | Checking rustyline v14.0.0 |
2283 | 2024-12-02T16:08:03.912Z | Checking primeorder v0.13.6 |
2284 | 2024-12-02T16:08:04.297Z | Checking progenitor v0.8.0 |
2285 | 2024-12-02T16:08:04.556Z | Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64) |
2286 | 2024-12-02T16:08:04.675Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2287 | 2024-12-02T16:08:05.091Z | Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2288 | 2024-12-02T16:08:07.348Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
2289 | 2024-12-02T16:08:08.678Z | Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6936f1a949d155da38d3148abd42caef337dea04#6936f1a9) |
2290 | 2024-12-02T16:08:09.644Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2291 | 2024-12-02T16:08:09.669Z | Checking libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#651fb588) |
2292 | 2024-12-02T16:08:12.316Z | Checking lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
2293 | 2024-12-02T16:08:12.510Z | Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64) |
2294 | 2024-12-02T16:08:13.321Z | Checking peg v0.8.4 |
2295 | 2024-12-02T16:08:13.446Z | Compiling unicase v2.7.0 |
2296 | 2024-12-02T16:08:13.743Z | Checking nanorand v0.7.0 |
2297 | 2024-12-02T16:08:13.940Z | Checking atty v0.2.14 |
2298 | 2024-12-02T16:08:13.970Z | Compiling salty v0.3.0 |
2299 | 2024-12-02T16:08:14.079Z | Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2cfc7e0c8572b3bfafbfc838c4e6d658f442d239#2cfc7e0c) |
2300 | 2024-12-02T16:08:14.118Z | Checking flume v0.11.1 |
2301 | 2024-12-02T16:08:14.411Z | Checking p384 v0.13.0 |
2302 | 2024-12-02T16:08:14.493Z | Compiling mime_guess v2.0.5 |
2303 | 2024-12-02T16:08:14.625Z | Checking hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#f48e2da0) |
2304 | 2024-12-02T16:08:15.233Z | Checking env_filter v0.1.2 |
2305 | 2024-12-02T16:08:15.256Z | Checking http-range v0.1.5 |
2306 | 2024-12-02T16:08:15.340Z | Checking attest-data v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
2307 | 2024-12-02T16:08:15.500Z | Checking env_logger v0.11.5 |
2308 | 2024-12-02T16:08:15.574Z | Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6936f1a949d155da38d3148abd42caef337dea04#6936f1a9) |
2309 | 2024-12-02T16:08:15.762Z | Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=cc13773832df1e38257cdc511adfaad72954bbe1#cc137738) |
2310 | 2024-12-02T16:08:15.847Z | Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=2cfc7e0c8572b3bfafbfc838c4e6d658f442d239#2cfc7e0c) |
2311 | 2024-12-02T16:08:15.997Z | Compiling dsl_auto_type v0.1.2 |
2312 | 2024-12-02T16:08:16.037Z | Checking dice-verifier v0.2.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
2313 | 2024-12-02T16:08:16.094Z | Checking scheduled-thread-pool v0.2.7 |
2314 | 2024-12-02T16:08:16.339Z | Compiling diesel_table_macro_syntax v0.2.0 |
2315 | 2024-12-02T16:08:16.362Z | Compiling crunchy v0.2.2 |
2316 | 2024-12-02T16:08:16.421Z | Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6936f1a949d155da38d3148abd42caef337dea04#6936f1a9) |
2317 | 2024-12-02T16:08:16.736Z | Checking hyper-staticfile v0.10.1 |
2318 | 2024-12-02T16:08:16.922Z | Checking r2d2 v0.8.10 |
2319 | 2024-12-02T16:08:17.278Z | Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6936f1a949d155da38d3148abd42caef337dea04#6936f1a9) |
2320 | 2024-12-02T16:08:17.300Z | Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
2321 | 2024-12-02T16:08:17.516Z | Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
2322 | 2024-12-02T16:08:17.712Z | Compiling diesel_derives v2.2.3 |
2323 | 2024-12-02T16:08:17.814Z | Compiling tiny-keccak v2.0.2 |
2324 | 2024-12-02T16:08:18.175Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
2325 | 2024-12-02T16:08:18.272Z | Compiling pin-project-internal v1.1.6 |
2326 | 2024-12-02T16:08:18.440Z | Compiling ref-cast v1.0.23 |
2327 | 2024-12-02T16:08:19.250Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
2328 | 2024-12-02T16:08:19.566Z | Compiling ascii-canvas v3.0.0 |
2329 | 2024-12-02T16:08:19.727Z | Compiling ena v0.14.3 |
2330 | 2024-12-02T16:08:20.172Z | Compiling ref-cast-impl v1.0.23 |
2331 | 2024-12-02T16:08:20.175Z | Compiling regex-syntax v0.6.29 |
2332 | 2024-12-02T16:08:21.458Z | Compiling diff v0.1.13 |
2333 | 2024-12-02T16:08:21.598Z | Checking pin-project v1.1.6 |
2334 | 2024-12-02T16:08:21.822Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
2335 | 2024-12-02T16:08:21.885Z | Checking signal-hook-tokio v0.3.1 |
2336 | 2024-12-02T16:08:22.076Z | Compiling snafu-derive v0.8.5 |
2337 | 2024-12-02T16:08:22.172Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
2338 | 2024-12-02T16:08:22.479Z | Compiling derive_builder_core v0.20.2 |
2339 | 2024-12-02T16:08:25.067Z | Compiling lalrpop v0.19.12 |
2340 | 2024-12-02T16:08:26.093Z | Checking globset v0.4.15 |
2341 | 2024-12-02T16:08:26.399Z | Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
2342 | 2024-12-02T16:08:26.644Z | Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
2343 | 2024-12-02T16:08:27.935Z | Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
2344 | 2024-12-02T16:08:30.371Z | Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
2345 | 2024-12-02T16:08:30.959Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2346 | 2024-12-02T16:08:31.978Z | Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
2347 | 2024-12-02T16:08:32.010Z | Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
2348 | 2024-12-02T16:08:33.334Z | Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
2349 | 2024-12-02T16:08:33.651Z | Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
2350 | 2024-12-02T16:08:34.160Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2351 | 2024-12-02T16:08:34.181Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2352 | 2024-12-02T16:08:34.278Z | Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
2353 | 2024-12-02T16:08:34.971Z | Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
2354 | 2024-12-02T16:08:35.016Z | Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
2355 | 2024-12-02T16:08:35.048Z | Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2356 | 2024-12-02T16:08:35.629Z | Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
2357 | 2024-12-02T16:08:36.168Z | Checking diesel v2.2.4 |
2358 | 2024-12-02T16:08:36.284Z | Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
2359 | 2024-12-02T16:08:36.762Z | Checking snafu v0.8.5 |
2360 | 2024-12-02T16:08:36.786Z | Checking olpc-cjson v0.1.4 |
2361 | 2024-12-02T16:08:37.024Z | Checking serde_plain v1.0.2 |
2362 | 2024-12-02T16:08:37.283Z | Compiling libxml v0.3.3 |
2363 | 2024-12-02T16:08:37.305Z | Compiling memoffset v0.9.1 |
2364 | 2024-12-02T16:08:37.640Z | Checking typed-path v0.9.3 |
2365 | 2024-12-02T16:08:39.517Z | Compiling derive_builder_macro v0.20.2 |
2366 | 2024-12-02T16:08:39.739Z | Checking tough v0.19.0 |
2367 | 2024-12-02T16:08:39.779Z | Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
2368 | 2024-12-02T16:08:40.471Z | Checking tungstenite v0.23.0 |
2369 | 2024-12-02T16:08:41.212Z | Compiling strum_macros v0.24.3 |
2370 | 2024-12-02T16:08:41.439Z | Compiling samael v0.0.17 |
2371 | 2024-12-02T16:08:41.484Z | Compiling indoc v1.0.9 |
2372 | 2024-12-02T16:08:42.470Z | Checking parse-size v1.1.0 |
2373 | 2024-12-02T16:08:42.616Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
2374 | 2024-12-02T16:08:42.668Z | Checking tokio-tungstenite v0.23.1 |
2375 | 2024-12-02T16:08:43.137Z | Checking derive_builder v0.20.2 |
2376 | 2024-12-02T16:08:44.890Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
2377 | 2024-12-02T16:08:44.907Z | Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
2378 | 2024-12-02T16:08:44.941Z | Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2379 | 2024-12-02T16:08:45.170Z | Checking quick-xml v0.33.0 |
2380 | 2024-12-02T16:08:45.234Z | Compiling impl-trait-for-tuples v0.2.2 |
2381 | 2024-12-02T16:08:45.671Z | Compiling oso-derive v0.27.3 |
2382 | 2024-12-02T16:08:45.863Z | Checking nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
2383 | 2024-12-02T16:08:46.845Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2384 | 2024-12-02T16:08:47.858Z | Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2385 | 2024-12-02T16:08:48.302Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2386 | 2024-12-02T16:08:48.378Z | Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2387 | 2024-12-02T16:08:48.896Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2388 | 2024-12-02T16:08:49.046Z | Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2389 | 2024-12-02T16:08:50.448Z | Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
2390 | 2024-12-02T16:08:51.229Z | Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2391 | 2024-12-02T16:08:52.261Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2392 | 2024-12-02T16:08:53.851Z | Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
2393 | 2024-12-02T16:08:55.383Z | Checking tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
2394 | 2024-12-02T16:08:56.257Z | Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
2395 | 2024-12-02T16:08:58.241Z | Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
2396 | 2024-12-02T16:08:58.649Z | Checking nix v0.27.1 |
2397 | 2024-12-02T16:08:59.180Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
2398 | 2024-12-02T16:08:59.973Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
2399 | 2024-12-02T16:09:00.260Z | Compiling diesel-dtrace v0.3.0 |
2400 | 2024-12-02T16:09:00.657Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
2401 | 2024-12-02T16:09:01.083Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
2402 | 2024-12-02T16:09:01.391Z | Checking bb8 v0.8.5 |
2403 | 2024-12-02T16:09:01.930Z | Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
2404 | 2024-12-02T16:09:02.267Z | Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
2405 | 2024-12-02T16:09:02.906Z | Checking heck v0.4.1 |
2406 | 2024-12-02T16:09:02.977Z | Checking rand_seeder v0.3.0 |
2407 | 2024-12-02T16:09:03.037Z | Checking assert_matches v1.5.0 |
2408 | 2024-12-02T16:09:03.144Z | Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
2409 | 2024-12-02T16:09:03.169Z | Checking openapi-lint v0.4.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#ef442ee4) |
2410 | 2024-12-02T16:09:03.226Z | Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
2411 | 2024-12-02T16:09:03.249Z | Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
2412 | 2024-12-02T16:09:03.495Z | Compiling libz-sys v1.1.20 |
2413 | 2024-12-02T16:09:03.594Z | Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
2414 | 2024-12-02T16:09:04.263Z | Checking is_ci v1.2.0 |
2415 | 2024-12-02T16:09:04.335Z | Compiling libgit2-sys v0.17.0+1.8.1 |
2416 | 2024-12-02T16:09:04.417Z | Checking supports-color v3.0.1 |
2417 | 2024-12-02T16:09:04.836Z | Checking openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types) |
2418 | 2024-12-02T16:09:05.015Z | Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
2419 | 2024-12-02T16:09:05.555Z | Compiling vergen v8.3.2 |
2420 | 2024-12-02T16:09:05.790Z | Compiling cargo-platform v0.1.8 |
2421 | 2024-12-02T16:09:05.841Z | Checking smawk v0.3.2 |
2422 | 2024-12-02T16:09:06.086Z | Checking unicode-linebreak v0.1.5 |
2423 | 2024-12-02T16:09:06.399Z | Compiling cargo_metadata v0.18.1 |
2424 | 2024-12-02T16:09:06.536Z | Checking textwrap v0.16.1 |
2425 | 2024-12-02T16:09:06.652Z | Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
2426 | 2024-12-02T16:09:06.954Z | Checking castaway v0.2.3 |
2427 | 2024-12-02T16:09:07.141Z | Compiling libsqlite3-sys v0.30.1 |
2428 | 2024-12-02T16:09:07.222Z | Compiling rustls v0.21.12 |
2429 | 2024-12-02T16:09:07.271Z | Compiling cfg_aliases v0.2.1 |
2430 | 2024-12-02T16:09:07.398Z | Compiling nix v0.29.0 |
2431 | 2024-12-02T16:09:07.718Z | Checking compact_str v0.8.0 |
2432 | 2024-12-02T16:09:08.350Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
2433 | 2024-12-02T16:09:08.525Z | Checking unicode-truncate v1.1.0 |
2434 | 2024-12-02T16:09:08.660Z | Checking rustls-webpki v0.101.7 |
2435 | 2024-12-02T16:09:08.749Z | Checking sct v0.7.1 |
2436 | 2024-12-02T16:09:08.966Z | Checking lru v0.12.5 |
2437 | 2024-12-02T16:09:09.276Z | Compiling instability v0.3.2 |
2438 | 2024-12-02T16:09:09.314Z | Checking cassowary v0.3.0 |
2439 | 2024-12-02T16:09:10.092Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
2440 | 2024-12-02T16:09:10.266Z | Checking hashlink v0.9.1 |
2441 | 2024-12-02T16:09:10.289Z | Checking ratatui v0.28.1 |
2442 | 2024-12-02T16:09:10.395Z | Checking concurrent-queue v2.5.0 |
2443 | 2024-12-02T16:09:10.790Z | Checking fallible-iterator v0.3.0 |
2444 | 2024-12-02T16:09:10.928Z | Checking fallible-streaming-iterator v0.1.9 |
2445 | 2024-12-02T16:09:11.178Z | Checking parking v2.2.1 |
2446 | 2024-12-02T16:09:11.368Z | Checking plotters-backend v0.3.7 |
2447 | 2024-12-02T16:09:11.470Z | Checking rusqlite v0.32.1 |
2448 | 2024-12-02T16:09:11.778Z | Checking plotters-svg v0.3.7 |
2449 | 2024-12-02T16:09:12.552Z | Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client) |
2450 | 2024-12-02T16:09:12.750Z | Checking tokio-rustls v0.24.1 |
2451 | 2024-12-02T16:09:13.103Z | Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
2452 | 2024-12-02T16:09:13.130Z | Checking async-bb8-diesel v0.2.1 |
2453 | 2024-12-02T16:09:13.237Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
2454 | 2024-12-02T16:09:13.534Z | Checking rustls-pemfile v1.0.4 |
2455 | 2024-12-02T16:09:13.544Z | Checking twox-hash v1.6.3 |
2456 | 2024-12-02T16:09:13.544Z | Checking cast v0.3.0 |
2457 | 2024-12-02T16:09:13.798Z | Checking plotters v0.3.7 |
2458 | 2024-12-02T16:09:13.850Z | Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
2459 | 2024-12-02T16:09:13.893Z | Checking criterion-plot v0.5.0 |
2460 | 2024-12-02T16:09:14.040Z | Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2cfc7e0c8572b3bfafbfc838c4e6d658f442d239#2cfc7e0c) |
2461 | 2024-12-02T16:09:14.353Z | Checking fatfs v0.3.6 |
2462 | 2024-12-02T16:09:14.383Z | Checking tinytemplate v1.2.1 |
2463 | 2024-12-02T16:09:14.779Z | Checking csv-core v0.1.11 |
2464 | 2024-12-02T16:09:14.952Z | Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2465 | 2024-12-02T16:09:15.458Z | Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
2466 | 2024-12-02T16:09:15.616Z | Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
2467 | 2024-12-02T16:09:15.822Z | Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
2468 | 2024-12-02T16:09:16.284Z | Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
2469 | 2024-12-02T16:09:16.810Z | Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
2470 | 2024-12-02T16:09:18.283Z | Checking oorandom v11.1.4 |
2471 | 2024-12-02T16:09:18.337Z | Checking hex-literal v0.4.1 |
2472 | 2024-12-02T16:09:18.446Z | Checking shell-words v1.1.0 |
2473 | 2024-12-02T16:09:18.473Z | Checking anes v0.1.6 |
2474 | 2024-12-02T16:09:18.648Z | Checking csv v1.3.0 |
2475 | 2024-12-02T16:09:18.841Z | Checking criterion v0.5.1 |
2476 | 2024-12-02T16:09:19.423Z | Checking event-listener v5.3.1 |
2477 | 2024-12-02T16:09:19.502Z | Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
2478 | 2024-12-02T16:09:19.894Z | Checking rtoolbox v0.0.2 |
2479 | 2024-12-02T16:09:20.111Z | Checking rpassword v7.3.1 |
2480 | 2024-12-02T16:09:20.282Z | Checking event-listener-strategy v0.5.2 |
2481 | 2024-12-02T16:09:20.504Z | Checking tui-tree-widget v0.22.0 |
2482 | 2024-12-02T16:09:20.864Z | Checking polyval v0.6.2 |
2483 | 2024-12-02T16:09:21.114Z | Checking ghash v0.5.1 |
2484 | 2024-12-02T16:09:21.299Z | Checking futures-lite v2.3.0 |
2485 | 2024-12-02T16:09:21.680Z | Checking tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous) |
2486 | 2024-12-02T16:09:22.805Z | Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
2487 | 2024-12-02T16:09:22.953Z | Checking ctr v0.9.2 |
2488 | 2024-12-02T16:09:23.259Z | Checking yansi v1.0.1 |
2489 | 2024-12-02T16:09:23.981Z | Checking pretty_assertions v1.4.1 |
2490 | 2024-12-02T16:09:24.018Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
2491 | 2024-12-02T16:09:24.094Z | Checking aes-gcm v0.10.3 |
2492 | 2024-12-02T16:09:24.183Z | Checking ssh-encoding v0.2.0 |
2493 | 2024-12-02T16:09:24.347Z | Checking blowfish v0.9.1 |
2494 | 2024-12-02T16:09:24.535Z | Checking ssh-cipher v0.2.0 |
2495 | 2024-12-02T16:09:24.600Z | Checking bcrypt-pbkdf v0.10.0 |
2496 | 2024-12-02T16:09:24.821Z | Checking async-lock v3.4.0 |
2497 | 2024-12-02T16:09:24.882Z | Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils) |
2498 | 2024-12-02T16:09:25.707Z | Compiling nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros) |
2499 | 2024-12-02T16:09:25.949Z | Checking polling v3.7.3 |
2500 | 2024-12-02T16:09:26.375Z | Checking password-hash v0.4.2 |
2501 | 2024-12-02T16:09:26.803Z | Checking matches v0.1.10 |
2502 | 2024-12-02T16:09:26.918Z | Checking idna v0.2.3 |
2503 | 2024-12-02T16:09:27.199Z | Checking pbkdf2 v0.11.0 |
2504 | 2024-12-02T16:09:27.504Z | Checking async-io v2.3.4 |
2505 | 2024-12-02T16:09:27.836Z | Checking ssh-key v0.6.6 |
2506 | 2024-12-02T16:09:28.337Z | Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
2507 | 2024-12-02T16:09:28.872Z | Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2508 | 2024-12-02T16:09:29.217Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
2509 | 2024-12-02T16:09:29.617Z | Checking p256 v0.13.2 |
2510 | 2024-12-02T16:09:30.105Z | Checking p521 v0.13.3 |
2511 | 2024-12-02T16:09:30.397Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2512 | 2024-12-02T16:09:31.563Z | Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
2513 | 2024-12-02T16:09:31.589Z | Compiling enum-as-inner v0.5.1 |
2514 | 2024-12-02T16:09:32.364Z | Checking russh-cryptovec v0.7.3 |
2515 | 2024-12-02T16:09:32.540Z | Compiling doc-comment v0.3.3 |
2516 | 2024-12-02T16:09:32.588Z | Checking async-task v4.7.1 |
2517 | 2024-12-02T16:09:32.952Z | Checking md5 v0.7.0 |
2518 | 2024-12-02T16:09:33.163Z | Compiling target-lexicon v0.12.16 |
2519 | 2024-12-02T16:09:33.237Z | Checking russh-keys v0.45.0 |
2520 | 2024-12-02T16:09:34.413Z | Checking trust-dns-proto v0.22.0 |
2521 | 2024-12-02T16:09:34.719Z | Checking async-channel v2.3.1 |
2522 | 2024-12-02T16:09:35.058Z | Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
2523 | 2024-12-02T16:09:36.757Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
2524 | 2024-12-02T16:09:37.147Z | Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
2525 | 2024-12-02T16:09:37.893Z | Checking piper v0.2.4 |
2526 | 2024-12-02T16:09:38.052Z | Checking num-bigint v0.4.6 |
2527 | 2024-12-02T16:09:38.135Z | Checking des v0.8.1 |
2528 | 2024-12-02T16:09:38.269Z | Compiling guppy-workspace-hack v0.1.0 |
2529 | 2024-12-02T16:09:38.411Z | Compiling dhcproto-macros v0.1.0 |
2530 | 2024-12-02T16:09:38.559Z | Checking futures-timer v3.0.3 |
2531 | 2024-12-02T16:09:38.860Z | Compiling assert_cmd v2.0.16 |
2532 | 2024-12-02T16:09:39.385Z | Checking blocking v1.6.1 |
2533 | 2024-12-02T16:09:39.405Z | Checking dhcproto v0.12.0 |
2534 | 2024-12-02T16:09:40.356Z | Checking async-executor v1.13.1 |
2535 | 2024-12-02T16:09:40.731Z | Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
2536 | 2024-12-02T16:09:40.754Z | Checking russh v0.45.0 |
2537 | 2024-12-02T16:09:41.042Z | Checking async-signal v0.2.10 |
2538 | 2024-12-02T16:09:41.348Z | Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
2539 | 2024-12-02T16:09:41.733Z | Checking internet-checksum v0.2.1 |
2540 | 2024-12-02T16:09:41.769Z | Compiling target-spec v3.2.2 |
2541 | 2024-12-02T16:09:42.164Z | Checking event-listener v2.5.3 |
2542 | 2024-12-02T16:09:42.399Z | Checking async-channel v1.9.0 |
2543 | 2024-12-02T16:09:43.314Z | Checking async-process v2.3.0 |
2544 | 2024-12-02T16:09:43.719Z | Checking async-global-executor v2.4.1 |
2545 | 2024-12-02T16:09:44.041Z | Checking cfg-expr v0.17.0 |
2546 | 2024-12-02T16:09:44.874Z | Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
2547 | 2024-12-02T16:09:44.896Z | Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client) |
2548 | 2024-12-02T16:09:45.309Z | Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils) |
2549 | 2024-12-02T16:09:45.810Z | Checking httptest v0.16.1 |
2550 | 2024-12-02T16:09:46.445Z | Checking rustls-native-certs v0.7.3 |
2551 | 2024-12-02T16:09:46.589Z | Compiling petname v2.0.2 |
2552 | 2024-12-02T16:09:46.650Z | Checking num_cpus v1.16.0 |
2553 | 2024-12-02T16:09:46.804Z | Checking kv-log-macro v1.0.7 |
2554 | 2024-12-02T16:09:46.950Z | Compiling async-attributes v1.1.2 |
2555 | 2024-12-02T16:09:47.910Z | Checking async-std v1.13.0 |
2556 | 2024-12-02T16:09:49.927Z | Checking threadpool v1.8.1 |
2557 | 2024-12-02T16:09:50.183Z | Checking hyper-rustls v0.26.0 |
2558 | 2024-12-02T16:09:50.522Z | Checking pathdiff v0.2.2 |
2559 | 2024-12-02T16:09:50.693Z | Compiling rstest_macros v0.23.0 |
2560 | 2024-12-02T16:09:50.715Z | Compiling target-triple v0.1.3 |
2561 | 2024-12-02T16:09:51.212Z | Checking nested v0.1.1 |
2562 | 2024-12-02T16:09:51.245Z | Checking escape8259 v0.5.3 |
2563 | 2024-12-02T16:09:51.409Z | Checking guppy v0.17.8 |
2564 | 2024-12-02T16:09:51.449Z | Checking libtest-mimic v0.7.3 |
2565 | 2024-12-02T16:09:51.706Z | Checking async-object-pool v0.1.5 |
2566 | 2024-12-02T16:09:52.075Z | Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
2567 | 2024-12-02T16:09:52.699Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
2568 | 2024-12-02T16:09:53.007Z | Checking similar-asserts v1.6.0 |
2569 | 2024-12-02T16:09:53.263Z | Checking fancy-regex v0.13.0 |
2570 | 2024-12-02T16:09:53.624Z | Checking serde_regex v1.1.0 |
2571 | 2024-12-02T16:09:53.894Z | Checking assert-json-diff v2.0.2 |
2572 | 2024-12-02T16:09:54.112Z | Compiling proc-macro-crate v3.2.0 |
2573 | 2024-12-02T16:09:54.197Z | Checking path-tree v0.8.1 |
2574 | 2024-12-02T16:09:54.557Z | Checking stringmetrics v2.2.2 |
2575 | 2024-12-02T16:09:54.814Z | Checking sync-ptr v0.1.1 |
2576 | 2024-12-02T16:09:55.054Z | Compiling relative-path v1.9.3 |
2577 | 2024-12-02T16:09:55.384Z | Checking httpmock v0.8.0-alpha.1 |
2578 | 2024-12-02T16:09:55.700Z | Checking datatest-stable v0.2.9 |
2579 | 2024-12-02T16:09:56.161Z | Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
2580 | 2024-12-02T16:09:57.691Z | Checking blake2b_simd v1.0.2 |
2581 | 2024-12-02T16:09:58.616Z | Checking omicron-dev-lib v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev-lib) |
2582 | 2024-12-02T16:09:59.143Z | Compiling git2 v0.19.0 |
2583 | 2024-12-02T16:10:00.903Z | Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev) |
2584 | 2024-12-02T16:10:01.233Z | Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
2585 | 2024-12-02T16:10:01.561Z | Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
2586 | 2024-12-02T16:10:01.868Z | Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli) |
2587 | 2024-12-02T16:10:02.433Z | Checking serde_tokenstream v0.2.2 |
2588 | 2024-12-02T16:10:02.863Z | Checking uzers v0.12.1 |
2589 | 2024-12-02T16:10:03.062Z | Checking rust-argon2 v2.1.0 |
2590 | 2024-12-02T16:10:03.271Z | Checking trybuild v1.0.101 |
2591 | 2024-12-02T16:10:03.533Z | Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation) |
2592 | 2024-12-02T16:10:04.720Z | Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
2593 | 2024-12-02T16:10:07.071Z | Checking rstest v0.23.0 |
2594 | 2024-12-02T16:10:07.132Z | Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis) |
2595 | 2024-12-02T16:10:07.301Z | Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev) |
2596 | 2024-12-02T16:10:07.644Z | Checking rand_distr v0.4.3 |
2597 | 2024-12-02T16:10:08.331Z | Checking multimap v0.10.0 |
2598 | 2024-12-02T16:10:08.469Z | Checking end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
2599 | 2024-12-02T16:10:08.513Z | Checking approx v0.5.1 |
2600 | 2024-12-02T16:10:08.684Z | Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
2601 | 2024-12-02T16:10:09.334Z | Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2cfc7e0c8572b3bfafbfc838c4e6d658f442d239#2cfc7e0c) |
2602 | 2024-12-02T16:10:09.397Z | Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
2603 | 2024-12-02T16:10:09.925Z | Checking openapi-manager v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager) |
2604 | 2024-12-02T16:10:10.058Z | Checking partial-io v0.5.4 |
2605 | 2024-12-02T16:10:10.435Z | Compiling omicron-live-tests v0.1.0 (/work/oxidecomputer/omicron/live-tests) |
2606 | 2024-12-02T16:10:10.487Z | Checking xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
2607 | 2024-12-02T16:10:10.750Z | Checking cargo_toml v0.20.5 |
2608 | 2024-12-02T16:10:11.593Z | Checking termios v0.3.3 |
2609 | 2024-12-02T16:10:11.851Z | Compiling indoc v2.0.5 |
2610 | 2024-12-02T16:10:11.968Z | Compiling live-tests-macros v0.1.0 (/work/oxidecomputer/omicron/live-tests/macros) |
2611 | 2024-12-02T16:10:12.851Z | Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
2612 | 2024-12-02T16:10:15.837Z | Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli) |
2613 | 2024-12-02T16:10:32.812Z | Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng) |
2614 | 2024-12-02T16:10:35.963Z | Checking clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev) |
2615 | 2024-12-02T16:10:37.359Z | Checking mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev) |
2616 | 2024-12-02T16:10:59.220Z | Compiling polar-core v0.27.3 |
2617 | 2024-12-02T16:11:10.872Z | Checking oso v0.27.3 |
2618 | 2024-12-02T16:11:13.731Z | Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli) |
2619 | 2024-12-02T16:11:16.233Z | Checking cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev) |
2620 | 2024-12-02T16:11:16.739Z | Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed) |
2621 | 2024-12-02T16:12:02.849Z | Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
2622 | 2024-12-02T16:12:02.849Z | Checking nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
2623 | 2024-12-02T16:12:02.851Z | Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
2624 | 2024-12-02T16:13:38.426Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 7m 04s |
2625 | 2024-12-02T16:13:38.848Z | |
2626 | 2024-12-02T16:13:38.848Z | real 7:09.766854514 |
2627 | 2024-12-02T16:13:38.848Z | user 37:50.449795723 |
2628 | 2024-12-02T16:13:38.848Z | sys 6:50.054194949 |
2629 | 2024-12-02T16:13:38.848Z | trap 1.080004385 |
2630 | 2024-12-02T16:13:38.848Z | tflt 2.011727917 |
2631 | 2024-12-02T16:13:38.848Z | dflt 0.708793183 |
2632 | 2024-12-02T16:13:38.848Z | kflt 0.000818607 |
2633 | 2024-12-02T16:13:38.849Z | lock 55:20.804657539 |
2634 | 2024-12-02T16:13:38.851Z | slp 2:10:23.899455316 |
2635 | 2024-12-02T16:13:38.852Z | lat 1:43.237996262 |
2636 | 2024-12-02T16:13:38.852Z | stop 6:24.026175758 |
2637 | 2024-12-02T16:13:38.852Z | + RUSTDOCFLAGS='--document-private-items -D warnings' |
2638 | 2024-12-02T16:13:38.852Z | + ptime -m cargo doc --workspace --no-deps |
2639 | 2024-12-02T16:13:40.145Z | warning: output filename collision. |
2640 | 2024-12-02T16:13:40.145Z | 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)`. |
2641 | 2024-12-02T16:13:40.145Z | Colliding filename is: /work/oxidecomputer/omicron/target/doc/oximeter/index.html |
2642 | 2024-12-02T16:13:40.145Z | The targets should have unique names. |
2643 | 2024-12-02T16:13:40.145Z | This is a known bug where multiple crates with the same name use |
2644 | 2024-12-02T16:13:40.145Z | the same path; see <https://github.com/rust-lang/cargo/issues/6313>. |
2645 | 2024-12-02T16:13:40.626Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2646 | 2024-12-02T16:13:40.698Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2647 | 2024-12-02T16:13:40.720Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2648 | 2024-12-02T16:13:40.764Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
2649 | 2024-12-02T16:13:40.788Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2650 | 2024-12-02T16:13:40.818Z | Documenting xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
2651 | 2024-12-02T16:13:40.818Z | Documenting omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2652 | 2024-12-02T16:13:41.024Z | Documenting omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2653 | 2024-12-02T16:13:41.068Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2654 | 2024-12-02T16:13:41.094Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2655 | 2024-12-02T16:13:41.094Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
2656 | 2024-12-02T16:13:41.349Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2657 | 2024-12-02T16:13:41.431Z | Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2658 | 2024-12-02T16:13:41.659Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2659 | 2024-12-02T16:13:41.818Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2660 | 2024-12-02T16:13:44.507Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2661 | 2024-12-02T16:13:45.757Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2662 | 2024-12-02T16:13:46.110Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
2663 | 2024-12-02T16:13:46.150Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
2664 | 2024-12-02T16:13:46.361Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
2665 | 2024-12-02T16:13:46.470Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
2666 | 2024-12-02T16:13:46.540Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
2667 | 2024-12-02T16:13:46.793Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
2668 | 2024-12-02T16:13:46.905Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
2669 | 2024-12-02T16:13:47.137Z | Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
2670 | 2024-12-02T16:13:47.230Z | Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
2671 | 2024-12-02T16:13:47.718Z | Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
2672 | 2024-12-02T16:13:47.739Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
2673 | 2024-12-02T16:13:47.932Z | Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
2674 | 2024-12-02T16:13:48.030Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
2675 | 2024-12-02T16:13:48.226Z | Checking openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types) |
2676 | 2024-12-02T16:13:48.406Z | Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
2677 | 2024-12-02T16:13:48.438Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
2678 | 2024-12-02T16:13:48.602Z | Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
2679 | 2024-12-02T16:13:48.767Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
2680 | 2024-12-02T16:13:49.104Z | Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev) |
2681 | 2024-12-02T16:13:49.401Z | Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
2682 | 2024-12-02T16:13:49.459Z | Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev) |
2683 | 2024-12-02T16:13:49.829Z | Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis) |
2684 | 2024-12-02T16:13:49.869Z | Documenting omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis) |
2685 | 2024-12-02T16:13:49.977Z | Documenting db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
2686 | 2024-12-02T16:13:50.641Z | Documenting authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
2687 | 2024-12-02T16:13:51.068Z | Documenting omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2688 | 2024-12-02T16:13:53.149Z | Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
2689 | 2024-12-02T16:13:55.321Z | Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
2690 | 2024-12-02T16:13:56.227Z | Checking nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
2691 | 2024-12-02T16:13:56.422Z | Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
2692 | 2024-12-02T16:13:56.590Z | Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
2693 | 2024-12-02T16:13:56.971Z | Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
2694 | 2024-12-02T16:13:57.701Z | Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
2695 | 2024-12-02T16:13:57.919Z | Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
2696 | 2024-12-02T16:13:58.575Z | Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
2697 | 2024-12-02T16:13:58.871Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2698 | 2024-12-02T16:13:59.160Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2699 | 2024-12-02T16:14:00.757Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2700 | 2024-12-02T16:14:05.495Z | Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2701 | 2024-12-02T16:14:06.997Z | Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
2702 | 2024-12-02T16:14:07.041Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
2703 | 2024-12-02T16:14:07.595Z | Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
2704 | 2024-12-02T16:14:08.032Z | Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
2705 | 2024-12-02T16:14:08.076Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2706 | 2024-12-02T16:14:08.532Z | Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
2707 | 2024-12-02T16:14:08.897Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2708 | 2024-12-02T16:14:09.007Z | Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2709 | 2024-12-02T16:14:10.511Z | Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
2710 | 2024-12-02T16:14:10.595Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2711 | 2024-12-02T16:14:11.203Z | Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2712 | 2024-12-02T16:14:11.274Z | Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2713 | 2024-12-02T16:14:12.052Z | Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
2714 | 2024-12-02T16:14:12.082Z | Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
2715 | 2024-12-02T16:14:12.225Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2716 | 2024-12-02T16:14:12.281Z | Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2717 | 2024-12-02T16:14:12.317Z | Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
2718 | 2024-12-02T16:14:12.525Z | Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
2719 | 2024-12-02T16:14:12.760Z | Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2720 | 2024-12-02T16:14:13.165Z | Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
2721 | 2024-12-02T16:14:13.808Z | Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
2722 | 2024-12-02T16:14:14.248Z | Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
2723 | 2024-12-02T16:14:14.311Z | Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
2724 | 2024-12-02T16:14:14.359Z | Checking tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
2725 | 2024-12-02T16:14:15.641Z | Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
2726 | 2024-12-02T16:14:16.142Z | Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
2727 | 2024-12-02T16:14:16.358Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
2728 | 2024-12-02T16:14:16.431Z | Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
2729 | 2024-12-02T16:14:16.582Z | Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
2730 | 2024-12-02T16:14:16.740Z | Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client) |
2731 | 2024-12-02T16:14:16.887Z | Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
2732 | 2024-12-02T16:14:16.979Z | Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
2733 | 2024-12-02T16:14:17.409Z | Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2734 | 2024-12-02T16:14:17.517Z | Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
2735 | 2024-12-02T16:14:18.266Z | Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
2736 | 2024-12-02T16:14:18.596Z | Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
2737 | 2024-12-02T16:14:18.836Z | Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
2738 | 2024-12-02T16:14:18.913Z | Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
2739 | 2024-12-02T16:14:19.276Z | Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
2740 | 2024-12-02T16:14:19.847Z | Documenting omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
2741 | 2024-12-02T16:14:20.284Z | Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
2742 | 2024-12-02T16:14:20.717Z | Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
2743 | 2024-12-02T16:14:20.965Z | Documenting dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2744 | 2024-12-02T16:14:21.615Z | Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
2745 | 2024-12-02T16:14:22.214Z | Documenting omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2746 | 2024-12-02T16:14:23.004Z | Documenting omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
2747 | 2024-12-02T16:14:23.453Z | Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils) |
2748 | 2024-12-02T16:14:23.742Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
2749 | 2024-12-02T16:14:24.399Z | Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client) |
2750 | 2024-12-02T16:14:27.014Z | Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2751 | 2024-12-02T16:14:27.727Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
2752 | 2024-12-02T16:14:28.294Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2753 | 2024-12-02T16:14:28.891Z | Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
2754 | 2024-12-02T16:14:30.240Z | Documenting oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
2755 | 2024-12-02T16:14:32.830Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
2756 | 2024-12-02T16:14:33.959Z | Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
2757 | 2024-12-02T16:14:35.247Z | Documenting wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
2758 | 2024-12-02T16:14:39.922Z | Documenting omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2759 | 2024-12-02T16:14:42.748Z | Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils) |
2760 | 2024-12-02T16:14:43.237Z | Documenting clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev) |
2761 | 2024-12-02T16:14:51.187Z | Documenting end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
2762 | 2024-12-02T16:15:04.928Z | Checking end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
2763 | 2024-12-02T16:15:06.256Z | Documenting zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
2764 | 2024-12-02T16:15:37.164Z | Documenting nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
2765 | 2024-12-02T16:15:42.120Z | Documenting nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
2766 | 2024-12-02T16:15:45.899Z | Documenting nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
2767 | 2024-12-02T16:16:24.608Z | Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
2768 | 2024-12-02T16:16:27.689Z | Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
2769 | 2024-12-02T16:16:28.853Z | Checking nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
2770 | 2024-12-02T16:16:29.252Z | Documenting nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
2771 | 2024-12-02T16:16:29.644Z | Documenting omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
2772 | 2024-12-02T16:16:32.068Z | Documenting nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
2773 | 2024-12-02T16:16:32.177Z | Documenting nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
2774 | 2024-12-02T16:16:45.062Z | Documenting nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
2775 | 2024-12-02T16:16:50.180Z | Documenting nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
2776 | 2024-12-02T16:17:06.734Z | Documenting nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
2777 | 2024-12-02T16:17:23.544Z | Documenting mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev) |
2778 | 2024-12-02T16:17:36.963Z | Documenting gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
2779 | 2024-12-02T16:17:38.155Z | Documenting omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
2780 | 2024-12-02T16:17:42.891Z | Documenting omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
2781 | 2024-12-02T16:18:00.336Z | Documenting installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
2782 | 2024-12-02T16:18:02.135Z | Documenting oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2783 | 2024-12-02T16:18:02.381Z | Documenting wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
2784 | 2024-12-02T16:18:07.573Z | Documenting wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
2785 | 2024-12-02T16:18:21.811Z | Documenting openapi-manager v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager) |
2786 | 2024-12-02T16:18:22.499Z | Documenting nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation) |
2787 | 2024-12-02T16:18:25.019Z | Documenting oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils) |
2788 | 2024-12-02T16:18:26.300Z | Documenting nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
2789 | 2024-12-02T16:18:33.781Z | Documenting cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
2790 | 2024-12-02T16:18:40.868Z | Documenting nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
2791 | 2024-12-02T16:18:45.066Z | Documenting nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
2792 | 2024-12-02T16:18:45.094Z | Documenting nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
2793 | 2024-12-02T16:18:48.985Z | Documenting nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
2794 | 2024-12-02T16:18:52.481Z | Documenting nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
2795 | 2024-12-02T16:18:55.884Z | Documenting nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2796 | 2024-12-02T16:18:57.504Z | Documenting wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
2797 | 2024-12-02T16:19:02.165Z | Documenting wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
2798 | 2024-12-02T16:19:06.294Z | Documenting tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous) |
2799 | 2024-12-02T16:19:19.187Z | Documenting update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
2800 | 2024-12-02T16:19:22.687Z | Documenting omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng) |
2801 | 2024-12-02T16:19:27.126Z | Documenting sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
2802 | 2024-12-02T16:19:29.794Z | Documenting gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
2803 | 2024-12-02T16:19:30.587Z | Documenting oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2804 | 2024-12-02T16:19:32.506Z | Documenting oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2805 | 2024-12-02T16:19:40.708Z | Documenting oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2806 | 2024-12-02T16:19:48.571Z | Documenting sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
2807 | 2024-12-02T16:19:48.804Z | Documenting bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
2808 | 2024-12-02T16:19:50.602Z | Documenting sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2809 | 2024-12-02T16:19:51.611Z | Documenting gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
2810 | 2024-12-02T16:19:53.493Z | Documenting wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
2811 | 2024-12-02T16:20:01.093Z | Documenting omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
2812 | 2024-12-02T16:20:01.804Z | Documenting sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
2813 | 2024-12-02T16:20:08.332Z | Documenting installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
2814 | 2024-12-02T16:20:08.443Z | Documenting installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client) |
2815 | 2024-12-02T16:20:15.759Z | Documenting omicron-dev-lib v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev-lib) |
2816 | 2024-12-02T16:20:15.866Z | Documenting crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed) |
2817 | 2024-12-02T16:20:16.610Z | Documenting ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev) |
2818 | 2024-12-02T16:20:20.752Z | Documenting db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev) |
2819 | 2024-12-02T16:20:22.735Z | Documenting dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
2820 | 2024-12-02T16:20:30.825Z | Documenting internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli) |
2821 | 2024-12-02T16:20:31.731Z | Documenting clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
2822 | 2024-12-02T16:20:32.057Z | Documenting clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils) |
2823 | 2024-12-02T16:20:32.621Z | Documenting clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
2824 | 2024-12-02T16:20:33.945Z | Documenting clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client) |
2825 | 2024-12-02T16:20:36.409Z | Documenting nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2826 | 2024-12-02T16:20:37.585Z | Documenting clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
2827 | 2024-12-02T16:20:47.397Z | Documenting oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
2828 | 2024-12-02T16:20:47.571Z | Documenting sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2829 | 2024-12-02T16:20:48.248Z | Documenting internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
2830 | 2024-12-02T16:20:52.630Z | Documenting dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
2831 | 2024-12-02T16:20:56.518Z | Documenting dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2832 | 2024-12-02T16:20:57.830Z | Documenting oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
2833 | 2024-12-02T16:21:01.965Z | Documenting oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
2834 | 2024-12-02T16:21:07.946Z | Documenting bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2835 | 2024-12-02T16:21:09.255Z | Documenting nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
2836 | 2024-12-02T16:21:09.400Z | Documenting sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2837 | 2024-12-02T16:21:09.579Z | Documenting bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2838 | 2024-12-02T16:21:13.769Z | Documenting omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2839 | 2024-12-02T16:21:15.908Z | Documenting sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
2840 | 2024-12-02T16:21:16.086Z | Documenting installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2841 | 2024-12-02T16:21:17.907Z | Documenting omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
2842 | 2024-12-02T16:21:26.826Z | Documenting nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
2843 | 2024-12-02T16:21:32.281Z | Documenting ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
2844 | 2024-12-02T16:21:35.006Z | Documenting repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
2845 | 2024-12-02T16:21:35.521Z | Documenting clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
2846 | 2024-12-02T16:21:37.140Z | Documenting oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
2847 | 2024-12-02T16:21:38.172Z | Documenting oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
2848 | 2024-12-02T16:21:40.457Z | Documenting nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
2849 | 2024-12-02T16:21:40.566Z | Documenting oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
2850 | 2024-12-02T16:21:41.104Z | Documenting gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli) |
2851 | 2024-12-02T16:21:46.583Z | Documenting tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
2852 | 2024-12-02T16:21:50.045Z | Documenting internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
2853 | 2024-12-02T16:21:52.773Z | Documenting key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2854 | 2024-12-02T16:21:52.881Z | Documenting cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
2855 | 2024-12-02T16:21:54.714Z | Documenting illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2856 | 2024-12-02T16:21:56.250Z | Documenting omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2857 | 2024-12-02T16:21:58.963Z | Documenting oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2858 | 2024-12-02T16:22:01.180Z | Documenting range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
2859 | 2024-12-02T16:22:02.337Z | Documenting cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
2860 | 2024-12-02T16:22:04.441Z | Documenting omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
2861 | 2024-12-02T16:22:04.485Z | Documenting openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types) |
2862 | 2024-12-02T16:22:04.722Z | Documenting repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
2863 | 2024-12-02T16:22:09.189Z | Documenting oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
2864 | 2024-12-02T16:22:09.942Z | Documenting update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2865 | 2024-12-02T16:22:12.339Z | Documenting nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros) |
2866 | 2024-12-02T16:22:14.450Z | Documenting cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev) |
2867 | 2024-12-02T16:22:16.784Z | Documenting xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
2868 | 2024-12-02T16:22:16.872Z | Documenting nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
2869 | 2024-12-02T16:22:17.705Z | Documenting gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2870 | 2024-12-02T16:22:19.178Z | Documenting typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
2871 | 2024-12-02T16:22:20.210Z | Documenting live-tests-macros v0.1.0 (/work/oxidecomputer/omicron/live-tests/macros) |
2872 | 2024-12-02T16:22:20.824Z | Documenting oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2873 | 2024-12-02T16:22:21.460Z | Documenting api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2874 | 2024-12-02T16:22:53.809Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 9m 14s |
2875 | 2024-12-02T16:22:53.999Z | Generated /work/oxidecomputer/omicron/target/doc/api_identity/index.html and 140 other files |
2876 | 2024-12-02T16:22:54.071Z | |
2877 | 2024-12-02T16:22:54.074Z | real 9:15.097764937 |
2878 | 2024-12-02T16:22:54.074Z | user 27:54.592217555 |
2879 | 2024-12-02T16:22:54.074Z | sys 41:56.647190190 |
2880 | 2024-12-02T16:22:54.074Z | trap 0.486868900 |
2881 | 2024-12-02T16:22:54.074Z | tflt 0.199771130 |
2882 | 2024-12-02T16:22:54.074Z | dflt 0.170964430 |
2883 | 2024-12-02T16:22:54.074Z | kflt 0.000010338 |
2884 | 2024-12-02T16:22:54.074Z | lock 1:33:08.672337675 |
2885 | 2024-12-02T16:22:54.074Z | slp 2:37:13.814741470 |
2886 | 2024-12-02T16:22:54.074Z | lat 1:15.794165931 |
2887 | 2024-12-02T16:22:54.074Z | stop 1:17.082078761 |
2888 | 2024-12-02T16:22:54.074Z | process exited: duration 1328239 ms, exit code 0 |
|
2889 | 2024-12-02T16:22:54.079Z | found 0 output files |