|
|
|
1 | 2024-12-21T02:24:12.196Z | job assigned to worker 01JFKGDK2694P5M7RM10A50PJX [factory aws, i-098f5dc7a0f641c2b] (queued for 54 s) |
|
2 | 2024-12-21T02:24:19.313Z | starting task 0: "setup" |
3 | 2024-12-21T02:24:19.322Z | ++ uname -s |
4 | 2024-12-21T02:24:19.324Z | + kern=SunOS |
5 | 2024-12-21T02:24:19.325Z | + case "$kern" in |
6 | 2024-12-21T02:24:19.325Z | + groupadd -g 12345 build |
7 | 2024-12-21T02:24:19.328Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
8 | 2024-12-21T02:24:20.333Z | + zfs create -o mountpoint=/work rpool/work |
9 | 2024-12-21T02:24:20.466Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
10 | 2024-12-21T02:24:20.468Z | + home_fs=zfs |
11 | 2024-12-21T02:24:20.468Z | + [[ zfs == autofs ]] |
12 | 2024-12-21T02:24:20.468Z | + mkdir -p /home/build |
13 | 2024-12-21T02:24:20.471Z | + chown build:build /home/build /work |
14 | 2024-12-21T02:24:22.472Z | + chmod 0700 /home/build /work |
15 | 2024-12-21T02:24:22.476Z | process exited: duration 3163 ms, exit code 0 |
|
16 | 2024-12-21T02:24:22.481Z | starting task 1: "rust-toolchain" |
17 | 2024-12-21T02:24:22.486Z | + printf ' * toolchain channel = "%s" |
18 | 2024-12-21T02:24:22.486Z | ' 1.81.0 |
19 | 2024-12-21T02:24:22.486Z | * toolchain channel = "1.81.0" |
20 | 2024-12-21T02:24:22.486Z | + printf ' * toolchain profile = "%s" |
21 | 2024-12-21T02:24:22.486Z | ' default |
22 | 2024-12-21T02:24:22.486Z | * toolchain profile = "default" |
23 | 2024-12-21T02:24:22.489Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
24 | 2024-12-21T02:24:22.489Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.81.0 --profile default |
25 | 2024-12-21T02:24:22.603Z | info: downloading installer |
26 | 2024-12-21T02:24:23.944Z | info: profile set to 'default' |
27 | 2024-12-21T02:24:23.944Z | info: default host triple is x86_64-unknown-illumos |
28 | 2024-12-21T02:24:23.947Z | info: syncing channel updates for '1.81.0-x86_64-unknown-illumos' |
29 | 2024-12-21T02:24:24.092Z | info: latest update on 2024-09-05, rust version 1.81.0 (eeb90cda1 2024-09-04) |
30 | 2024-12-21T02:24:24.092Z | info: downloading component 'cargo' |
31 | 2024-12-21T02:24:24.916Z | info: downloading component 'clippy' |
32 | 2024-12-21T02:24:25.222Z | info: downloading component 'rust-docs' |
33 | 2024-12-21T02:24:26.365Z | info: downloading component 'rust-std' |
34 | 2024-12-21T02:24:28.148Z | info: downloading component 'rustc' |
35 | 2024-12-21T02:24:34.544Z | info: downloading component 'rustfmt' |
36 | 2024-12-21T02:24:34.790Z | info: installing component 'cargo' |
37 | 2024-12-21T02:24:35.580Z | info: installing component 'clippy' |
38 | 2024-12-21T02:24:35.938Z | info: installing component 'rust-docs' |
39 | 2024-12-21T02:24:37.573Z | info: installing component 'rust-std' |
40 | 2024-12-21T02:24:39.274Z | info: installing component 'rustc' |
41 | 2024-12-21T02:24:44.861Z | info: installing component 'rustfmt' |
42 | 2024-12-21T02:24:45.180Z | info: default toolchain set to '1.81.0-x86_64-unknown-illumos' |
43 | 2024-12-21T02:24:45.180Z | |
44 | 2024-12-21T02:24:45.543Z | 1.81.0-x86_64-unknown-illumos installed - rustc 1.81.0 (eeb90cda1 2024-09-04) |
45 | 2024-12-21T02:24:45.543Z | |
46 | 2024-12-21T02:24:45.543Z | |
47 | 2024-12-21T02:24:45.543Z | Rust is installed now. Great! |
48 | 2024-12-21T02:24:45.543Z | |
49 | 2024-12-21T02:24:45.543Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
50 | 2024-12-21T02:24:45.543Z | environment variable. This has not been done automatically. |
51 | 2024-12-21T02:24:45.543Z | |
52 | 2024-12-21T02:24:45.544Z | To configure your current shell, you need to source |
53 | 2024-12-21T02:24:45.544Z | the corresponding env file under $HOME/.cargo. |
54 | 2024-12-21T02:24:45.544Z | |
55 | 2024-12-21T02:24:45.544Z | This is usually done by running one of the following (note the leading DOT): |
56 | 2024-12-21T02:24:45.544Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
57 | 2024-12-21T02:24:45.544Z | source "$HOME/.cargo/env.fish" # For fish |
58 | 2024-12-21T02:24:45.613Z | + rustc --version |
59 | 2024-12-21T02:24:45.676Z | rustc 1.81.0 (eeb90cda1 2024-09-04) |
60 | 2024-12-21T02:24:45.679Z | process exited: duration 23194 ms, exit code 0 |
|
61 | 2024-12-21T02:24:45.684Z | starting task 2: "authentication" |
62 | 2024-12-21T02:24:45.706Z | process exited: duration 21 ms, exit code 0 |
|
63 | 2024-12-21T02:24:45.714Z | starting task 3: "clone repository" |
64 | 2024-12-21T02:24:45.717Z | + mkdir -p /work/oxidecomputer/omicron |
65 | 2024-12-21T02:24:45.719Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
66 | 2024-12-21T02:24:45.753Z | Cloning into '/work/oxidecomputer/omicron'... |
67 | 2024-12-21T02:24:53.179Z | + cd /work/oxidecomputer/omicron |
68 | 2024-12-21T02:24:53.179Z | + git fetch origin ecf33f7efc15e9c1eef5568db2673504d76bfc5c |
69 | 2024-12-21T02:24:53.489Z | From https://github.com/oxidecomputer/omicron |
70 | 2024-12-21T02:24:53.489Z | * branch ecf33f7efc15e9c1eef5568db2673504d76bfc5c -> FETCH_HEAD |
71 | 2024-12-21T02:24:53.498Z | + [[ -n sunshowers/spr/3n-omicron-package-update-omicron-zone-package ]] |
72 | 2024-12-21T02:24:53.501Z | ++ git branch --show-current |
73 | 2024-12-21T02:24:53.504Z | + current=main |
74 | 2024-12-21T02:24:53.504Z | + [[ main != sunshowers/spr/3n-omicron-package-update-omicron-zone-package ]] |
75 | 2024-12-21T02:24:53.504Z | + git branch -f sunshowers/spr/3n-omicron-package-update-omicron-zone-package ecf33f7efc15e9c1eef5568db2673504d76bfc5c |
76 | 2024-12-21T02:24:53.507Z | + git checkout -f sunshowers/spr/3n-omicron-package-update-omicron-zone-package |
77 | 2024-12-21T02:24:53.678Z | Switched to branch 'sunshowers/spr/3n-omicron-package-update-omicron-zone-package' |
78 | 2024-12-21T02:24:53.682Z | + git reset --hard ecf33f7efc15e9c1eef5568db2673504d76bfc5c |
79 | 2024-12-21T02:24:53.697Z | HEAD is now at ecf33f7ef fix test |
80 | 2024-12-21T02:24:53.708Z | process exited: duration 7985 ms, exit code 0 |
|
81 | 2024-12-21T02:24:53.730Z | starting task 4: "build" |
82 | 2024-12-21T02:24:53.739Z | + source ./env.sh |
83 | 2024-12-21T02:24:53.739Z | ++ OLD_SHELL_OPTS=ehxB |
84 | 2024-12-21T02:24:53.739Z | ++ set -o xtrace |
85 | 2024-12-21T02:24:53.739Z | ++++ dirname ./env.sh |
86 | 2024-12-21T02:24:53.739Z | +++ readlink -f . |
87 | 2024-12-21T02:24:53.739Z | ++ OMICRON_WS=/work/oxidecomputer/omicron |
88 | 2024-12-21T02:24:53.740Z | ++ 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-21T02:24:53.740Z | ++ 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-21T02:24:53.740Z | ++ 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-21T02:24:53.740Z | ++ 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-21T02:24:53.740Z | ++ 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-21T02:24:53.740Z | ++ 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-21T02:24:53.740Z | ++ 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-21T02:24:53.740Z | ++ 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-21T02:24:53.740Z | ++ case $OLD_SHELL_OPTS in |
97 | 2024-12-21T02:24:53.740Z | ++ unset OLD_SHELL_OPTS OMICRON_WS |
98 | 2024-12-21T02:24:53.740Z | + source .github/buildomat/ci-env.sh |
99 | 2024-12-21T02:24:53.740Z | ++ export CARGO_TERM_COLOR=always |
100 | 2024-12-21T02:24:53.740Z | ++ CARGO_TERM_COLOR=always |
101 | 2024-12-21T02:24:53.740Z | + cargo --version |
102 | 2024-12-21T02:24:53.790Z | cargo 1.81.0 (2dbb1af80 2024-08-20) |
103 | 2024-12-21T02:24:53.793Z | + rustc --version |
104 | 2024-12-21T02:24:53.852Z | rustc 1.81.0 (eeb90cda1 2024-09-04) |
105 | 2024-12-21T02:24:53.855Z | + banner prerequisites |
106 | 2024-12-21T02:24:53.858Z | |
107 | 2024-12-21T02:24:53.858Z | ##### ##### ###### ##### ###### #### # # # #### # |
108 | 2024-12-21T02:24:53.858Z | # # # # # # # # # # # # # # # |
109 | 2024-12-21T02:24:53.858Z | # # # # ##### # # ##### # # # # # #### # |
110 | 2024-12-21T02:24:53.858Z | ##### ##### # ##### # # # # # # # # # |
111 | 2024-12-21T02:24:53.858Z | # # # # # # # # # # # # # # # |
112 | 2024-12-21T02:24:53.858Z | # # # ###### # # ###### ### # #### # #### # |
113 | 2024-12-21T02:24:53.858Z | |
114 | 2024-12-21T02:24:53.858Z | + ptime -m bash ./tools/install_builder_prerequisites.sh -y |
115 | 2024-12-21T02:25:02.658Z | Startup: Refreshing catalog 'helios-dev' ... Done |
116 | 2024-12-21T02:25:06.494Z | Startup: Caching catalogs ... Done |
117 | 2024-12-21T02:25:17.117Z | Planning: Solver setup ... Done (9.690s) |
118 | 2024-12-21T02:25:17.251Z | Planning: Running solver ... Done (0.134s) |
119 | 2024-12-21T02:25:17.353Z | Planning: Finding local manifests ... Done (0.004s) |
120 | 2024-12-21T02:25:17.363Z | Planning: Fetching manifests: 0/5 0% complete |
121 | 2024-12-21T02:25:17.581Z | Planning: Fetching manifests: 5/5 100% complete |
122 | 2024-12-21T02:25:17.678Z | Planning: Package planning ... Done (0.097s) |
123 | 2024-12-21T02:25:17.890Z | Planning: Merging actions ... Done (0.211s) |
124 | 2024-12-21T02:25:18.073Z | Planning: Checking for conflicting actions ... Done (0.184s) |
125 | 2024-12-21T02:25:20.019Z | Planning: Consolidating action changes ... Done (1.945s) |
126 | 2024-12-21T02:25:20.431Z | Planning: Evaluating mediators ... Done (0.412s) |
127 | 2024-12-21T02:25:20.509Z | Planning: Planning completed in 13.93 seconds |
128 | 2024-12-21T02:25:20.524Z | Packages to install: 4 |
129 | 2024-12-21T02:25:20.524Z | Packages to update: 1 |
130 | 2024-12-21T02:25:20.524Z | Mediators to change: 2 |
131 | 2024-12-21T02:25:20.527Z | Services to change: 1 |
132 | 2024-12-21T02:25:20.527Z | Estimated space available: 155.64 GB |
133 | 2024-12-21T02:25:20.527Z | Estimated space to be consumed: 1.62 GB |
134 | 2024-12-21T02:25:20.527Z | Create boot environment: No |
135 | 2024-12-21T02:25:20.527Z | Create backup boot environment: Yes |
136 | 2024-12-21T02:25:20.527Z | Rebuild boot archive: No |
137 | 2024-12-21T02:25:20.527Z | |
138 | 2024-12-21T02:25:20.527Z | Changed mediators: |
139 | 2024-12-21T02:25:20.527Z | mediator clang: |
140 | 2024-12-21T02:25:20.527Z | version: None -> 15 (system default) |
141 | 2024-12-21T02:25:20.527Z | |
142 | 2024-12-21T02:25:20.527Z | mediator llvm: |
143 | 2024-12-21T02:25:20.527Z | version: 14 (system default) -> 15 (system default) |
144 | 2024-12-21T02:25:20.527Z | |
145 | 2024-12-21T02:25:20.527Z | Changed packages: |
146 | 2024-12-21T02:25:20.527Z | helios-dev |
147 | 2024-12-21T02:25:20.527Z | developer/build-essential |
148 | 2024-12-21T02:25:20.527Z | None -> 11-2.0 |
149 | 2024-12-21T02:25:20.527Z | library/libxmlsec1 |
150 | 2024-12-21T02:25:20.527Z | None -> 1.2.35-2.0 |
151 | 2024-12-21T02:25:20.527Z | ooce/developer/clang-15 |
152 | 2024-12-21T02:25:20.527Z | None -> 15.0.7-2.0 |
153 | 2024-12-21T02:25:20.527Z | ooce/developer/llvm-15 |
154 | 2024-12-21T02:25:20.528Z | None -> 15.0.7-2.0 |
155 | 2024-12-21T02:25:20.528Z | package/pkg |
156 | 2024-12-21T02:25:20.528Z | 0.5.11-2.0 -> 0.5.11-2.1.6412 |
157 | 2024-12-21T02:25:20.528Z | |
158 | 2024-12-21T02:25:20.528Z | Services: |
159 | 2024-12-21T02:25:20.528Z | restart_fmri: |
160 | 2024-12-21T02:25:20.528Z | svc:/system/update-man-index:default |
161 | 2024-12-21T02:25:20.528Z | |
162 | 2024-12-21T02:25:20.528Z | Editable files to change: |
163 | 2024-12-21T02:25:20.528Z | Update: |
164 | 2024-12-21T02:25:20.528Z | usr/share/lib/pkg/web/config.shtml |
165 | 2024-12-21T02:25:20.601Z | |
166 | 2024-12-21T02:25:20.601Z | Download: 0/4281 items 0.0/220.6MB 0% complete |
167 | 2024-12-21T02:25:25.605Z | Download: 1201/4281 items 83.5/220.6MB 37% complete (17.1M/s) |
168 | 2024-12-21T02:25:30.608Z | Download: 1957/4281 items 117.2/220.6MB 53% complete (11.8M/s) |
169 | 2024-12-21T02:25:35.615Z | Download: 2948/4281 items 121.2/220.6MB 54% complete (3.9M/s) |
170 | 2024-12-21T02:25:40.616Z | Download: 3248/4281 items 190.3/220.6MB 86% complete (7.2M/s) |
171 | 2024-12-21T02:25:45.624Z | Download: 3445/4281 items 215.2/220.6MB 97% complete (9.4M/s) |
172 | 2024-12-21T02:25:50.676Z | Download: 3831/4281 items 217.1/220.6MB 98% complete (2.9M/s) |
173 | 2024-12-21T02:25:55.677Z | Download: 4257/4281 items 220.6/220.6MB 99% complete (652k/s) |
174 | 2024-12-21T02:25:55.771Z | Download: Completed 220.60 MB in 35.16 seconds (6.3M/s) |
175 | 2024-12-21T02:25:58.039Z | Actions: 1/5063 actions (Removing old actions) |
176 | 2024-12-21T02:25:58.058Z | Actions: 194/5063 actions (Installing new actions) |
177 | 2024-12-21T02:26:02.717Z | Actions: 4226/5063 actions (Updating modified actions) |
178 | 2024-12-21T02:26:03.031Z | Actions: Completed 5063 actions in 4.99 seconds. |
179 | 2024-12-21T02:26:03.436Z | Done (0.399s) |
180 | 2024-12-21T02:26:03.439Z | Done (0.000s) |
181 | 2024-12-21T02:26:04.008Z | Done (0.570s) |
182 | 2024-12-21T02:26:08.162Z | Done (3.936s) |
183 | 2024-12-21T02:26:08.244Z | Done (0.017s) |
184 | 2024-12-21T02:26:08.247Z | Done (0.000s) |
185 | 2024-12-21T02:26:08.471Z | Done (0.000s) |
186 | 2024-12-21T02:26:09.132Z | Planning: Evaluating mediator changes ... Done |
187 | 2024-12-21T02:26:09.289Z | Planning: Checking for conflicting actions ... Done |
188 | 2024-12-21T02:26:09.291Z | Planning: Consolidating action changes ... Done |
189 | 2024-12-21T02:26:09.552Z | Planning: Evaluating mediators ... Done |
190 | 2024-12-21T02:26:09.555Z | Planning: Planning completed in 0.42 seconds |
191 | 2024-12-21T02:26:09.592Z | Mediators to change: 2 |
192 | 2024-12-21T02:26:09.592Z | Create boot environment: No |
193 | 2024-12-21T02:26:09.592Z | Create backup boot environment: No |
194 | 2024-12-21T02:26:09.684Z | Done |
195 | 2024-12-21T02:26:09.684Z | Done |
196 | 2024-12-21T02:26:10.032Z | Done |
197 | 2024-12-21T02:26:13.555Z | Done |
198 | 2024-12-21T02:26:13.641Z | Done |
199 | 2024-12-21T02:26:13.641Z | Done |
200 | 2024-12-21T02:26:13.763Z | Done |
201 | 2024-12-21T02:26:14.363Z | Planning: Evaluating mediator changes ... Done |
202 | 2024-12-21T02:26:14.363Z | Planning: Merging actions ... Done |
203 | 2024-12-21T02:26:14.552Z | Planning: Checking for conflicting actions ... Done |
204 | 2024-12-21T02:26:14.565Z | Planning: Consolidating action changes ... Done |
205 | 2024-12-21T02:26:14.799Z | Planning: Evaluating mediators ... Done |
206 | 2024-12-21T02:26:14.853Z | Planning: Planning completed in 0.73 seconds |
207 | 2024-12-21T02:26:14.894Z | Packages to change: 1 |
208 | 2024-12-21T02:26:14.894Z | Mediators to change: 1 |
209 | 2024-12-21T02:26:14.899Z | Services to change: 1 |
210 | 2024-12-21T02:26:14.899Z | Create boot environment: No |
211 | 2024-12-21T02:26:14.899Z | Create backup boot environment: Yes |
212 | 2024-12-21T02:26:17.092Z | Actions: 1/6 actions (Updating modified actions) |
213 | 2024-12-21T02:26:17.096Z | Actions: Completed 6 actions in 0.00 seconds. |
214 | 2024-12-21T02:26:17.096Z | Done |
215 | 2024-12-21T02:26:17.096Z | Done |
216 | 2024-12-21T02:26:17.205Z | Done |
217 | 2024-12-21T02:26:20.690Z | Done |
218 | 2024-12-21T02:26:20.774Z | Done |
219 | 2024-12-21T02:26:20.775Z | Done |
220 | 2024-12-21T02:26:20.908Z | Done |
221 | 2024-12-21T02:26:21.323Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
222 | 2024-12-21T02:26:21.323Z | clang system 15 system |
223 | 2024-12-21T02:26:21.323Z | csh system system illumos |
224 | 2024-12-21T02:26:21.323Z | ctags system system illumos |
225 | 2024-12-21T02:26:21.324Z | gcc vendor 12 vendor |
226 | 2024-12-21T02:26:21.324Z | gcc system 10 system |
227 | 2024-12-21T02:26:21.324Z | gcc system 7 system |
228 | 2024-12-21T02:26:21.324Z | go system 1.20 system |
229 | 2024-12-21T02:26:21.324Z | go system 1.19 system |
230 | 2024-12-21T02:26:21.324Z | llvm system 15 system |
231 | 2024-12-21T02:26:21.324Z | llvm system 14 system |
232 | 2024-12-21T02:26:21.324Z | mariadb system 10.6 system |
233 | 2024-12-21T02:26:21.324Z | mta vendor vendor dma |
234 | 2024-12-21T02:26:21.324Z | openjdk system 17 system |
235 | 2024-12-21T02:26:21.324Z | openjdk system 11 system |
236 | 2024-12-21T02:26:21.324Z | openjdk system 1.8 system |
237 | 2024-12-21T02:26:21.324Z | openssl vendor 3 vendor |
238 | 2024-12-21T02:26:21.324Z | perl system 5.36 system |
239 | 2024-12-21T02:26:21.324Z | postgresql system 15 system |
240 | 2024-12-21T02:26:21.324Z | postgresql system 13 system |
241 | 2024-12-21T02:26:21.324Z | python vendor 3 vendor |
242 | 2024-12-21T02:26:21.324Z | python system 2 system |
243 | 2024-12-21T02:26:21.324Z | python3 system 3.11 system |
244 | 2024-12-21T02:26:21.324Z | ruby system 3.0 system |
245 | 2024-12-21T02:26:21.324Z | words vendor vendor american-english |
246 | 2024-12-21T02:26:21.324Z | words system system australian-english |
247 | 2024-12-21T02:26:21.324Z | words system system british-english |
248 | 2024-12-21T02:26:21.324Z | words system system canadian-english |
249 | 2024-12-21T02:26:21.324Z | words system system french |
250 | 2024-12-21T02:26:21.324Z | words system system italian |
251 | 2024-12-21T02:26:21.324Z | words system system ngerman |
252 | 2024-12-21T02:26:21.324Z | words system system ogerman |
253 | 2024-12-21T02:26:21.324Z | words system system spanish |
254 | 2024-12-21T02:26:21.647Z | PUBLISHER TYPE STATUS P LOCATION |
255 | 2024-12-21T02:26:21.647Z | helios-dev origin online F https://pkg.oxide.computer/helios/2/dev/ |
256 | 2024-12-21T02:26:24.340Z | FMRI IFO |
257 | 2024-12-21T02:26:24.340Z | pkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im- |
258 | 2024-12-21T02:26:24.340Z | pkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i-- |
259 | 2024-12-21T02:26:24.340Z | pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im- |
260 | 2024-12-21T02:26:24.340Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im- |
261 | 2024-12-21T02:26:24.340Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z --- |
262 | 2024-12-21T02:26:24.340Z | pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i-- |
263 | 2024-12-21T02:26:24.340Z | pkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z im- |
264 | 2024-12-21T02:26:24.340Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z --- |
265 | 2024-12-21T02:26:24.340Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z --- |
266 | 2024-12-21T02:26:24.340Z | pkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z --- |
267 | 2024-12-21T02:26:24.340Z | pkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z i-- |
268 | 2024-12-21T02:26:24.340Z | pkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z --- |
269 | 2024-12-21T02:26:24.340Z | pkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z --- |
270 | 2024-12-21T02:26:24.340Z | pkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z i-- |
271 | 2024-12-21T02:26:24.340Z | pkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z --- |
272 | 2024-12-21T02:26:25.069Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
273 | 2024-12-21T02:26:25.354Z | Updating crates.io index |
274 | 2024-12-21T02:26:25.357Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
275 | 2024-12-21T02:26:25.902Z | Updating git repository `https://github.com/oxidecomputer/oxnet` |
276 | 2024-12-21T02:26:26.176Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
277 | 2024-12-21T02:26:26.400Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
278 | 2024-12-21T02:26:26.722Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
279 | 2024-12-21T02:26:27.690Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
280 | 2024-12-21T02:26:29.143Z | Updating git repository `https://github.com/oxidecomputer/opte` |
281 | 2024-12-21T02:26:29.882Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
282 | 2024-12-21T02:26:30.805Z | Updating git repository `https://github.com/oxidecomputer/clickward` |
283 | 2024-12-21T02:26:31.079Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
284 | 2024-12-21T02:26:31.519Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
285 | 2024-12-21T02:26:32.147Z | Updating git repository `https://github.com/oxidecomputer/libipcc` |
286 | 2024-12-21T02:26:32.495Z | Updating git repository `https://github.com/oxidecomputer/sprockets.git` |
287 | 2024-12-21T02:26:32.795Z | Updating git repository `https://github.com/oxidecomputer/tofino` |
288 | 2024-12-21T02:26:33.102Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
289 | 2024-12-21T02:26:33.354Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
290 | 2024-12-21T02:26:33.619Z | Updating git repository `https://github.com/oxidecomputer/libnvme` |
291 | 2024-12-21T02:26:34.054Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
292 | 2024-12-21T02:26:34.368Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
293 | 2024-12-21T02:26:34.694Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
294 | 2024-12-21T02:26:35.038Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
295 | 2024-12-21T02:26:35.548Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
296 | 2024-12-21T02:26:35.839Z | Updating git repository `https://github.com/oxidecomputer/dice-util` |
297 | 2024-12-21T02:26:36.299Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
298 | 2024-12-21T02:26:36.768Z | Updating git repository `https://github.com/oxidecomputer/ingot.git` |
299 | 2024-12-21T02:26:37.047Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
300 | 2024-12-21T02:26:37.276Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
301 | 2024-12-21T02:26:37.558Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
302 | 2024-12-21T02:26:38.916Z | Downloading crates ... |
303 | 2024-12-21T02:26:38.983Z | Downloaded semver v1.0.23 |
304 | 2024-12-21T02:26:38.985Z | Downloaded cargo-platform v0.1.8 |
305 | 2024-12-21T02:26:38.990Z | Downloaded anstyle-query v1.1.1 |
306 | 2024-12-21T02:26:39.006Z | Downloaded swrite v0.1.0 |
307 | 2024-12-21T02:26:39.020Z | Downloaded usdt-macro v0.5.0 |
308 | 2024-12-21T02:26:39.021Z | Downloaded pretty-hex v0.4.1 |
309 | 2024-12-21T02:26:39.021Z | Downloaded dtrace-parser v0.2.0 |
310 | 2024-12-21T02:26:39.021Z | Downloaded usdt-attr-macro v0.5.0 |
311 | 2024-12-21T02:26:39.025Z | Downloaded equivalent v1.0.1 |
312 | 2024-12-21T02:26:39.028Z | Downloaded scroll_derive v0.12.0 |
313 | 2024-12-21T02:26:39.030Z | Downloaded heck v0.4.1 |
314 | 2024-12-21T02:26:39.033Z | Downloaded serde_spanned v0.6.8 |
315 | 2024-12-21T02:26:39.037Z | Downloaded macaddr v1.0.1 |
316 | 2024-12-21T02:26:39.037Z | Downloaded digest v0.10.7 |
317 | 2024-12-21T02:26:39.037Z | Downloaded anstyle v1.0.10 |
318 | 2024-12-21T02:26:39.039Z | Downloaded itoa v1.0.11 |
319 | 2024-12-21T02:26:39.039Z | Downloaded block-buffer v0.10.4 |
320 | 2024-12-21T02:26:39.042Z | Downloaded clap_lex v0.7.2 |
321 | 2024-12-21T02:26:39.042Z | Downloaded tabled_derive v0.7.0 |
322 | 2024-12-21T02:26:39.044Z | Downloaded utf8parse v0.2.2 |
323 | 2024-12-21T02:26:39.044Z | Downloaded memmap v0.7.0 |
324 | 2024-12-21T02:26:39.047Z | Downloaded serde_tokenstream v0.2.2 |
325 | 2024-12-21T02:26:39.047Z | Downloaded fastrand v2.1.1 |
326 | 2024-12-21T02:26:39.050Z | Downloaded strsim v0.11.1 |
327 | 2024-12-21T02:26:39.050Z | Downloaded smawk v0.3.2 |
328 | 2024-12-21T02:26:39.050Z | Downloaded pest_generator v2.7.14 |
329 | 2024-12-21T02:26:39.050Z | Downloaded proc-macro-error-attr v1.0.4 |
330 | 2024-12-21T02:26:39.053Z | Downloaded fnv v1.0.7 |
331 | 2024-12-21T02:26:39.053Z | Downloaded autocfg v1.4.0 |
332 | 2024-12-21T02:26:39.056Z | Downloaded errno v0.3.9 |
333 | 2024-12-21T02:26:39.058Z | Downloaded terminal_size v0.4.0 |
334 | 2024-12-21T02:26:39.062Z | Downloaded toml_datetime v0.6.8 |
335 | 2024-12-21T02:26:39.062Z | Downloaded heck v0.5.0 |
336 | 2024-12-21T02:26:39.062Z | Downloaded colorchoice v1.0.2 |
337 | 2024-12-21T02:26:39.065Z | Downloaded byteorder v1.5.0 |
338 | 2024-12-21T02:26:39.065Z | Downloaded plain v0.2.3 |
339 | 2024-12-21T02:26:39.068Z | Downloaded fs-err v2.11.0 |
340 | 2024-12-21T02:26:39.069Z | Downloaded unicode-linebreak v0.1.5 |
341 | 2024-12-21T02:26:39.069Z | Downloaded is_terminal_polyfill v1.70.1 |
342 | 2024-12-21T02:26:39.072Z | Downloaded crypto-common v0.1.6 |
343 | 2024-12-21T02:26:39.072Z | Downloaded cfg-if v1.0.0 |
344 | 2024-12-21T02:26:39.072Z | Downloaded generic-array v0.14.7 |
345 | 2024-12-21T02:26:39.072Z | Downloaded usdt v0.5.0 |
346 | 2024-12-21T02:26:39.077Z | Downloaded anstyle-parse v0.2.5 |
347 | 2024-12-21T02:26:39.077Z | Downloaded dof v0.3.0 |
348 | 2024-12-21T02:26:39.080Z | Downloaded cpufeatures v0.2.14 |
349 | 2024-12-21T02:26:39.082Z | Downloaded thiserror-impl v1.0.69 |
350 | 2024-12-21T02:26:39.083Z | Downloaded proc-macro2 v1.0.89 |
351 | 2024-12-21T02:26:39.086Z | Downloaded version_check v0.9.5 |
352 | 2024-12-21T02:26:39.088Z | Downloaded camino v1.1.9 |
353 | 2024-12-21T02:26:39.096Z | Downloaded cargo_toml v0.20.5 |
354 | 2024-12-21T02:26:39.096Z | Downloaded cargo_metadata v0.18.1 |
355 | 2024-12-21T02:26:39.096Z | Downloaded zerocopy-derive v0.7.35 |
356 | 2024-12-21T02:26:39.105Z | Downloaded sha2 v0.10.8 |
357 | 2024-12-21T02:26:39.105Z | Downloaded thiserror v1.0.69 |
358 | 2024-12-21T02:26:39.115Z | Downloaded bytecount v0.6.8 |
359 | 2024-12-21T02:26:39.115Z | Downloaded quote v1.0.37 |
360 | 2024-12-21T02:26:39.115Z | Downloaded pest_derive v2.7.14 |
361 | 2024-12-21T02:26:39.115Z | Downloaded usdt-impl v0.5.0 |
362 | 2024-12-21T02:26:39.115Z | Downloaded anstream v0.6.15 |
363 | 2024-12-21T02:26:39.115Z | Downloaded thread-id v4.2.2 |
364 | 2024-12-21T02:26:39.116Z | Downloaded clap_derive v4.5.18 |
365 | 2024-12-21T02:26:39.124Z | Downloaded proc-macro-error v1.0.4 |
366 | 2024-12-21T02:26:39.124Z | Downloaded tempfile v3.13.0 |
367 | 2024-12-21T02:26:39.124Z | Downloaded scroll v0.12.0 |
368 | 2024-12-21T02:26:39.124Z | Downloaded ryu v1.0.18 |
369 | 2024-12-21T02:26:39.128Z | Downloaded unicode-ident v1.0.13 |
370 | 2024-12-21T02:26:39.128Z | Downloaded typenum v1.17.0 |
371 | 2024-12-21T02:26:39.130Z | Downloaded pest_meta v2.7.14 |
372 | 2024-12-21T02:26:39.132Z | Downloaded camino-tempfile v1.1.1 |
373 | 2024-12-21T02:26:39.134Z | Downloaded once_cell v1.20.2 |
374 | 2024-12-21T02:26:39.136Z | Downloaded log v0.4.22 |
375 | 2024-12-21T02:26:39.140Z | Downloaded ucd-trie v0.1.7 |
376 | 2024-12-21T02:26:39.140Z | Downloaded anyhow v1.0.93 |
377 | 2024-12-21T02:26:39.145Z | Downloaded bitflags v2.6.0 |
378 | 2024-12-21T02:26:39.147Z | Downloaded serde_derive v1.0.215 |
379 | 2024-12-21T02:26:39.152Z | Downloaded clap v4.5.21 |
380 | 2024-12-21T02:26:39.160Z | Downloaded toml v0.8.19 |
381 | 2024-12-21T02:26:39.163Z | Downloaded textwrap v0.16.1 |
382 | 2024-12-21T02:26:39.165Z | Downloaded papergrid v0.11.0 |
383 | 2024-12-21T02:26:39.174Z | Downloaded indexmap v2.6.0 |
384 | 2024-12-21T02:26:39.177Z | Downloaded memchr v2.7.4 |
385 | 2024-12-21T02:26:39.183Z | Downloaded serde v1.0.215 |
386 | 2024-12-21T02:26:39.188Z | Downloaded toml_edit v0.22.22 |
387 | 2024-12-21T02:26:39.216Z | Downloaded pest v2.7.14 |
388 | 2024-12-21T02:26:39.223Z | Downloaded hashbrown v0.15.1 |
389 | 2024-12-21T02:26:39.229Z | Downloaded serde_json v1.0.132 |
390 | 2024-12-21T02:26:39.235Z | Downloaded zerocopy v0.7.35 |
391 | 2024-12-21T02:26:39.248Z | Downloaded winnow v0.6.20 |
392 | 2024-12-21T02:26:39.256Z | Downloaded clap_builder v4.5.21 |
393 | 2024-12-21T02:26:39.262Z | Downloaded tabled v0.15.0 |
394 | 2024-12-21T02:26:39.275Z | Downloaded goblin v0.8.2 |
395 | 2024-12-21T02:26:39.281Z | Downloaded syn v2.0.87 |
396 | 2024-12-21T02:26:39.291Z | Downloaded syn v1.0.109 |
397 | 2024-12-21T02:26:39.299Z | Downloaded unicode-width v0.1.14 |
398 | 2024-12-21T02:26:39.304Z | Downloaded rustix v0.38.37 |
399 | 2024-12-21T02:26:39.334Z | Downloaded libc v0.2.162 |
400 | 2024-12-21T02:26:39.636Z | Compiling proc-macro2 v1.0.89 |
401 | 2024-12-21T02:26:39.636Z | Compiling unicode-ident v1.0.13 |
402 | 2024-12-21T02:26:39.639Z | Compiling serde v1.0.215 |
403 | 2024-12-21T02:26:39.639Z | Compiling version_check v0.9.5 |
404 | 2024-12-21T02:26:39.639Z | Compiling memchr v2.7.4 |
405 | 2024-12-21T02:26:39.639Z | Compiling thiserror v1.0.69 |
406 | 2024-12-21T02:26:39.639Z | Compiling libc v0.2.162 |
407 | 2024-12-21T02:26:39.671Z | Compiling itoa v1.0.11 |
408 | 2024-12-21T02:26:39.891Z | Compiling ryu v1.0.18 |
409 | 2024-12-21T02:26:40.029Z | Compiling ucd-trie v0.1.7 |
410 | 2024-12-21T02:26:40.241Z | Compiling once_cell v1.20.2 |
411 | 2024-12-21T02:26:40.567Z | Compiling byteorder v1.5.0 |
412 | 2024-12-21T02:26:40.640Z | Compiling rustix v0.38.37 |
413 | 2024-12-21T02:26:40.664Z | Compiling serde_json v1.0.132 |
414 | 2024-12-21T02:26:41.020Z | Compiling bitflags v2.6.0 |
415 | 2024-12-21T02:26:41.069Z | Compiling usdt-impl v0.5.0 |
416 | 2024-12-21T02:26:41.319Z | Compiling proc-macro-error-attr v1.0.4 |
417 | 2024-12-21T02:26:41.396Z | Compiling syn v1.0.109 |
418 | 2024-12-21T02:26:41.431Z | Compiling proc-macro-error v1.0.4 |
419 | 2024-12-21T02:26:41.557Z | Compiling quote v1.0.37 |
420 | 2024-12-21T02:26:41.633Z | Compiling hashbrown v0.15.1 |
421 | 2024-12-21T02:26:41.685Z | Compiling log v0.4.22 |
422 | 2024-12-21T02:26:41.731Z | Compiling camino v1.1.9 |
423 | 2024-12-21T02:26:42.034Z | Compiling syn v2.0.87 |
424 | 2024-12-21T02:26:42.087Z | Compiling errno v0.3.9 |
425 | 2024-12-21T02:26:42.324Z | Compiling thread-id v4.2.2 |
426 | 2024-12-21T02:26:42.341Z | Compiling plain v0.2.3 |
427 | 2024-12-21T02:26:42.363Z | Compiling utf8parse v0.2.2 |
428 | 2024-12-21T02:26:42.407Z | Compiling equivalent v1.0.1 |
429 | 2024-12-21T02:26:42.487Z | Compiling anstyle-parse v0.2.5 |
430 | 2024-12-21T02:26:42.686Z | Compiling unicode-width v0.1.14 |
431 | 2024-12-21T02:26:42.790Z | Compiling indexmap v2.6.0 |
432 | 2024-12-21T02:26:42.832Z | Compiling anstyle-query v1.1.1 |
433 | 2024-12-21T02:26:42.872Z | Compiling colorchoice v1.0.2 |
434 | 2024-12-21T02:26:42.988Z | Compiling autocfg v1.4.0 |
435 | 2024-12-21T02:26:43.042Z | Compiling anstyle v1.0.10 |
436 | 2024-12-21T02:26:43.181Z | Compiling winnow v0.6.20 |
437 | 2024-12-21T02:26:43.430Z | Compiling semver v1.0.23 |
438 | 2024-12-21T02:26:43.517Z | Compiling pretty-hex v0.4.1 |
439 | 2024-12-21T02:26:43.738Z | Compiling is_terminal_polyfill v1.70.1 |
440 | 2024-12-21T02:26:43.875Z | Compiling anstream v0.6.15 |
441 | 2024-12-21T02:26:44.171Z | Compiling fs-err v2.11.0 |
442 | 2024-12-21T02:26:44.194Z | Compiling terminal_size v0.4.0 |
443 | 2024-12-21T02:26:44.266Z | Compiling clap_lex v0.7.2 |
444 | 2024-12-21T02:26:44.410Z | Compiling heck v0.4.1 |
445 | 2024-12-21T02:26:44.445Z | Compiling strsim v0.11.1 |
446 | 2024-12-21T02:26:44.805Z | Compiling cfg-if v1.0.0 |
447 | 2024-12-21T02:26:44.893Z | Compiling heck v0.5.0 |
448 | 2024-12-21T02:26:44.918Z | Compiling fnv v1.0.7 |
449 | 2024-12-21T02:26:44.951Z | Compiling bytecount v0.6.8 |
450 | 2024-12-21T02:26:45.056Z | Compiling fastrand v2.1.1 |
451 | 2024-12-21T02:26:45.114Z | Compiling anyhow v1.0.93 |
452 | 2024-12-21T02:26:45.172Z | Compiling papergrid v0.11.0 |
453 | 2024-12-21T02:26:45.434Z | Compiling tempfile v3.13.0 |
454 | 2024-12-21T02:26:45.622Z | Compiling clap_builder v4.5.21 |
455 | 2024-12-21T02:26:46.146Z | Compiling memmap v0.7.0 |
456 | 2024-12-21T02:26:46.269Z | Compiling smawk v0.3.2 |
457 | 2024-12-21T02:26:46.389Z | Compiling unicode-linebreak v0.1.5 |
458 | 2024-12-21T02:26:46.897Z | Compiling textwrap v0.16.1 |
459 | 2024-12-21T02:26:46.922Z | Compiling swrite v0.1.0 |
460 | 2024-12-21T02:26:48.127Z | Compiling tabled_derive v0.7.0 |
461 | 2024-12-21T02:26:49.596Z | Compiling tabled v0.15.0 |
462 | 2024-12-21T02:26:50.931Z | Compiling serde_derive v1.0.215 |
463 | 2024-12-21T02:26:50.931Z | Compiling thiserror-impl v1.0.69 |
464 | 2024-12-21T02:26:50.934Z | Compiling zerocopy-derive v0.7.35 |
465 | 2024-12-21T02:26:50.955Z | Compiling scroll_derive v0.12.0 |
466 | 2024-12-21T02:26:51.162Z | Compiling clap_derive v4.5.18 |
467 | 2024-12-21T02:26:52.303Z | Compiling scroll v0.12.0 |
468 | 2024-12-21T02:26:52.769Z | Compiling goblin v0.8.2 |
469 | 2024-12-21T02:26:52.838Z | Compiling zerocopy v0.7.35 |
470 | 2024-12-21T02:26:53.496Z | Compiling pest v2.7.14 |
471 | 2024-12-21T02:26:54.954Z | Compiling clap v4.5.21 |
472 | 2024-12-21T02:26:55.776Z | Compiling pest_meta v2.7.14 |
473 | 2024-12-21T02:26:56.634Z | Compiling pest_generator v2.7.14 |
474 | 2024-12-21T02:26:58.337Z | Compiling pest_derive v2.7.14 |
475 | 2024-12-21T02:26:58.899Z | Compiling dtrace-parser v0.2.0 |
476 | 2024-12-21T02:27:00.946Z | Compiling serde_spanned v0.6.8 |
477 | 2024-12-21T02:27:00.946Z | Compiling toml_datetime v0.6.8 |
478 | 2024-12-21T02:27:00.950Z | Compiling cargo-platform v0.1.8 |
479 | 2024-12-21T02:27:01.328Z | Compiling serde_tokenstream v0.2.2 |
480 | 2024-12-21T02:27:01.515Z | Compiling toml_edit v0.22.22 |
481 | 2024-12-21T02:27:01.560Z | Compiling macaddr v1.0.1 |
482 | 2024-12-21T02:27:01.594Z | Compiling camino-tempfile v1.1.1 |
483 | 2024-12-21T02:27:02.430Z | Compiling dof v0.3.0 |
484 | 2024-12-21T02:27:02.430Z | Compiling cargo_metadata v0.18.1 |
485 | 2024-12-21T02:27:04.165Z | Compiling toml v0.8.19 |
486 | 2024-12-21T02:27:04.390Z | Compiling usdt-macro v0.5.0 |
487 | 2024-12-21T02:27:04.390Z | Compiling usdt-attr-macro v0.5.0 |
488 | 2024-12-21T02:27:05.064Z | Compiling cargo_toml v0.20.5 |
489 | 2024-12-21T02:27:05.790Z | Compiling usdt v0.5.0 |
490 | 2024-12-21T02:27:08.574Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
491 | 2024-12-21T02:27:12.608Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 47.77s |
492 | 2024-12-21T02:27:12.876Z | Running `target/debug/xtask download cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
493 | 2024-12-21T02:27:13.387Z | Downloading crates ... |
494 | 2024-12-21T02:27:13.505Z | Downloaded async-stream-impl v0.3.6 |
495 | 2024-12-21T02:27:13.507Z | Downloaded base16ct v0.2.0 |
496 | 2024-12-21T02:27:13.510Z | Downloaded adler2 v2.0.0 |
497 | 2024-12-21T02:27:13.513Z | Downloaded atomicwrites v0.4.4 |
498 | 2024-12-21T02:27:13.519Z | Downloaded atty v0.2.14 |
499 | 2024-12-21T02:27:13.521Z | Downloaded cfg_aliases v0.1.1 |
500 | 2024-12-21T02:27:13.523Z | Downloaded ciborium-io v0.2.2 |
501 | 2024-12-21T02:27:13.528Z | Downloaded cfg_aliases v0.2.1 |
502 | 2024-12-21T02:27:13.530Z | Downloaded darling v0.20.10 |
503 | 2024-12-21T02:27:13.534Z | Downloaded hubpack_derive v0.1.1 |
504 | 2024-12-21T02:27:13.537Z | Downloaded cstr-argument v0.1.2 |
505 | 2024-12-21T02:27:13.538Z | Downloaded headers-core v0.3.0 |
506 | 2024-12-21T02:27:13.538Z | Downloaded crucible-workspace-hack v0.1.0 |
507 | 2024-12-21T02:27:13.542Z | Downloaded aead v0.5.2 |
508 | 2024-12-21T02:27:13.545Z | Downloaded instant v0.1.13 |
509 | 2024-12-21T02:27:13.550Z | Downloaded atomic-waker v1.1.2 |
510 | 2024-12-21T02:27:13.552Z | Downloaded is_ci v1.2.0 |
511 | 2024-12-21T02:27:13.554Z | Downloaded ident_case v1.0.1 |
512 | 2024-12-21T02:27:13.554Z | Downloaded ascii-canvas v3.0.0 |
513 | 2024-12-21T02:27:13.557Z | Downloaded assert_matches v1.5.0 |
514 | 2024-12-21T02:27:13.560Z | Downloaded match_cfg v0.1.0 |
515 | 2024-12-21T02:27:13.560Z | Downloaded array-init v0.0.4 |
516 | 2024-12-21T02:27:13.562Z | Downloaded md5 v0.7.0 |
517 | 2024-12-21T02:27:13.564Z | Downloaded impl-trait-for-tuples v0.2.2 |
518 | 2024-12-21T02:27:13.567Z | Downloaded convert_case v0.4.0 |
519 | 2024-12-21T02:27:13.569Z | Downloaded constant_time_eq v0.3.1 |
520 | 2024-12-21T02:27:13.571Z | Downloaded hubpack v0.1.2 |
521 | 2024-12-21T02:27:13.571Z | Downloaded crossbeam-deque v0.8.5 |
522 | 2024-12-21T02:27:13.573Z | Downloaded crc-catalog v2.4.0 |
523 | 2024-12-21T02:27:13.576Z | Downloaded linked-hash-map v0.5.6 |
524 | 2024-12-21T02:27:13.576Z | Downloaded icu_provider_macros v1.5.0 |
525 | 2024-12-21T02:27:13.579Z | Downloaded linear-map v1.2.0 |
526 | 2024-12-21T02:27:13.582Z | Downloaded bitflags v1.3.2 |
527 | 2024-12-21T02:27:13.584Z | Downloaded matches v0.1.10 |
528 | 2024-12-21T02:27:13.584Z | Downloaded lazycell v1.3.0 |
529 | 2024-12-21T02:27:13.587Z | Downloaded instability v0.3.2 |
530 | 2024-12-21T02:27:13.587Z | Downloaded cmake v0.1.51 |
531 | 2024-12-21T02:27:13.590Z | Downloaded ctr v0.9.2 |
532 | 2024-12-21T02:27:13.593Z | Downloaded bitfield v0.14.0 |
533 | 2024-12-21T02:27:13.593Z | Downloaded bb8 v0.8.5 |
534 | 2024-12-21T02:27:13.595Z | Downloaded chacha20 v0.9.1 |
535 | 2024-12-21T02:27:13.597Z | Downloaded ipnetwork v0.20.0 |
536 | 2024-12-21T02:27:13.597Z | Downloaded arrayref v0.3.9 |
537 | 2024-12-21T02:27:13.600Z | Downloaded lru v0.12.5 |
538 | 2024-12-21T02:27:13.602Z | Downloaded castaway v0.2.3 |
539 | 2024-12-21T02:27:13.605Z | Downloaded managed v0.8.0 |
540 | 2024-12-21T02:27:13.605Z | Downloaded lazy_static v1.5.0 |
541 | 2024-12-21T02:27:13.607Z | Downloaded http-body v1.0.1 |
542 | 2024-12-21T02:27:13.609Z | Downloaded arrayvec v0.7.6 |
543 | 2024-12-21T02:27:13.612Z | Downloaded maybe-uninit v2.0.0 |
544 | 2024-12-21T02:27:13.612Z | Downloaded libsw v3.3.1 |
545 | 2024-12-21T02:27:13.614Z | Downloaded mime v0.3.17 |
546 | 2024-12-21T02:27:13.617Z | Downloaded curve25519-dalek-derive v0.1.1 |
547 | 2024-12-21T02:27:13.617Z | Downloaded lock_api v0.4.12 |
548 | 2024-12-21T02:27:13.619Z | Downloaded indent_write v2.2.0 |
549 | 2024-12-21T02:27:13.622Z | Downloaded internet-checksum v0.2.1 |
550 | 2024-12-21T02:27:13.622Z | Downloaded httpdate v1.0.3 |
551 | 2024-12-21T02:27:13.625Z | Downloaded bcs v0.1.6 |
552 | 2024-12-21T02:27:13.628Z | Downloaded bzip2 v0.4.4 |
553 | 2024-12-21T02:27:13.628Z | Downloaded hostname v0.3.1 |
554 | 2024-12-21T02:27:13.631Z | Downloaded same-file v1.0.6 |
555 | 2024-12-21T02:27:13.631Z | Downloaded kstat-rs v0.2.4 |
556 | 2024-12-21T02:27:13.634Z | Downloaded keccak v0.1.5 |
557 | 2024-12-21T02:27:13.634Z | Downloaded blowfish v0.9.1 |
558 | 2024-12-21T02:27:13.637Z | Downloaded async-trait v0.1.83 |
559 | 2024-12-21T02:27:13.640Z | Downloaded litemap v0.7.3 |
560 | 2024-12-21T02:27:13.642Z | Downloaded memoffset v0.9.1 |
561 | 2024-12-21T02:27:13.645Z | Downloaded lru-cache v0.1.2 |
562 | 2024-12-21T02:27:13.645Z | Downloaded jobserver v0.1.32 |
563 | 2024-12-21T02:27:13.648Z | Downloaded cancel-safe-futures v0.1.5 |
564 | 2024-12-21T02:27:13.650Z | Downloaded libloading v0.8.5 |
565 | 2024-12-21T02:27:13.653Z | Downloaded console v0.15.8 |
566 | 2024-12-21T02:27:13.656Z | Downloaded iana-time-zone v0.1.61 |
567 | 2024-12-21T02:27:13.659Z | Downloaded mime_guess v2.0.5 |
568 | 2024-12-21T02:27:13.662Z | Downloaded icu_locid_transform v1.5.0 |
569 | 2024-12-21T02:27:13.665Z | Downloaded crc32fast v1.4.2 |
570 | 2024-12-21T02:27:13.668Z | Downloaded cassowary v0.3.0 |
571 | 2024-12-21T02:27:13.668Z | Downloaded toolchain_find v0.4.0 |
572 | 2024-12-21T02:27:13.670Z | Downloaded ref-cast v1.0.23 |
573 | 2024-12-21T02:27:13.672Z | Downloaded rand_chacha v0.3.1 |
574 | 2024-12-21T02:27:13.676Z | Downloaded quinn-udp v0.5.5 |
575 | 2024-12-21T02:27:13.680Z | Downloaded zerofrom v0.1.4 |
576 | 2024-12-21T02:27:13.680Z | Downloaded waitgroup v0.1.2 |
577 | 2024-12-21T02:27:13.680Z | Downloaded vte_generate_state_changes v0.1.2 |
578 | 2024-12-21T02:27:13.680Z | Downloaded hmac v0.12.1 |
579 | 2024-12-21T02:27:13.682Z | Downloaded rtoolbox v0.0.2 |
580 | 2024-12-21T02:27:13.682Z | Downloaded serde_plain v1.0.2 |
581 | 2024-12-21T02:27:13.685Z | Downloaded scrypt v0.11.0 |
582 | 2024-12-21T02:27:13.687Z | Downloaded rusty-fork v0.3.0 |
583 | 2024-12-21T02:27:13.689Z | Downloaded foreign-types v0.3.2 |
584 | 2024-12-21T02:27:13.689Z | Downloaded crc-any v2.5.0 |
585 | 2024-12-21T02:27:13.691Z | Downloaded crossbeam-utils v0.8.20 |
586 | 2024-12-21T02:27:13.694Z | Downloaded slab v0.4.9 |
587 | 2024-12-21T02:27:13.697Z | Downloaded crossbeam-epoch v0.9.18 |
588 | 2024-12-21T02:27:13.701Z | Downloaded icu_locid v1.5.0 |
589 | 2024-12-21T02:27:13.704Z | Downloaded dhcproto-macros v0.1.0 |
590 | 2024-12-21T02:27:13.706Z | Downloaded signal-hook-registry v1.4.2 |
591 | 2024-12-21T02:27:13.708Z | Downloaded signal-hook-mio v0.2.4 |
592 | 2024-12-21T02:27:13.708Z | Downloaded icu_locid_transform_data v1.5.0 |
593 | 2024-12-21T02:27:13.711Z | Downloaded indexmap v1.9.3 |
594 | 2024-12-21T02:27:13.715Z | Downloaded strum_macros v0.25.3 |
595 | 2024-12-21T02:27:13.718Z | Downloaded openssl-probe v0.1.5 |
596 | 2024-12-21T02:27:13.718Z | Downloaded heapless v0.8.0 |
597 | 2024-12-21T02:27:13.722Z | Downloaded memmap2 v0.9.5 |
598 | 2024-12-21T02:27:13.726Z | Downloaded peg-runtime v0.8.3 |
599 | 2024-12-21T02:27:13.726Z | Downloaded termcolor v1.4.1 |
600 | 2024-12-21T02:27:13.728Z | Downloaded thread_local v1.1.8 |
601 | 2024-12-21T02:27:13.728Z | Downloaded newtype_derive v0.1.6 |
602 | 2024-12-21T02:27:13.731Z | Downloaded tokio-tungstenite v0.21.0 |
603 | 2024-12-21T02:27:13.736Z | Downloaded utf8_iter v1.0.4 |
604 | 2024-12-21T02:27:13.736Z | Downloaded tui-tree-widget v0.22.0 |
605 | 2024-12-21T02:27:13.739Z | Downloaded zone v0.1.8 |
606 | 2024-12-21T02:27:13.739Z | Downloaded debug-ignore v1.0.5 |
607 | 2024-12-21T02:27:13.739Z | Downloaded hickory-client v0.24.1 |
608 | 2024-12-21T02:27:13.742Z | Downloaded foldhash v0.1.3 |
609 | 2024-12-21T02:27:13.744Z | Downloaded env_filter v0.1.2 |
610 | 2024-12-21T02:27:13.744Z | Downloaded dunce v1.0.5 |
611 | 2024-12-21T02:27:13.747Z | Downloaded hyper-util v0.1.10 |
612 | 2024-12-21T02:27:13.751Z | Downloaded hash32 v0.2.1 |
613 | 2024-12-21T02:27:13.754Z | Downloaded futures-sink v0.3.31 |
614 | 2024-12-21T02:27:13.754Z | Downloaded smallvec v1.13.2 |
615 | 2024-12-21T02:27:13.756Z | Downloaded compact_str v0.8.0 |
616 | 2024-12-21T02:27:13.765Z | Downloaded indicatif v0.17.9 |
617 | 2024-12-21T02:27:13.769Z | Downloaded strum_macros v0.26.4 |
618 | 2024-12-21T02:27:13.769Z | Downloaded nibble_vec v0.1.0 |
619 | 2024-12-21T02:27:13.771Z | Downloaded hickory-resolver v0.24.1 |
620 | 2024-12-21T02:27:13.774Z | Downloaded sync-ptr v0.1.1 |
621 | 2024-12-21T02:27:13.776Z | Downloaded time-core v0.1.2 |
622 | 2024-12-21T02:27:13.776Z | Downloaded spin v0.9.8 |
623 | 2024-12-21T02:27:13.779Z | Downloaded shell-words v1.1.0 |
624 | 2024-12-21T02:27:13.782Z | Downloaded num_enum v0.5.11 |
625 | 2024-12-21T02:27:13.787Z | Downloaded pkg-config v0.3.31 |
626 | 2024-12-21T02:27:13.789Z | Downloaded futures-task v0.3.31 |
627 | 2024-12-21T02:27:13.789Z | Downloaded peg v0.8.4 |
628 | 2024-12-21T02:27:13.792Z | Downloaded darling_macro v0.20.10 |
629 | 2024-12-21T02:27:13.795Z | Downloaded sync_wrapper v1.0.1 |
630 | 2024-12-21T02:27:13.795Z | Downloaded pbkdf2 v0.11.0 |
631 | 2024-12-21T02:27:13.797Z | Downloaded pbkdf2 v0.12.2 |
632 | 2024-12-21T02:27:13.799Z | Downloaded rustversion v1.0.17 |
633 | 2024-12-21T02:27:13.803Z | Downloaded sec1 v0.7.3 |
634 | 2024-12-21T02:27:13.806Z | Downloaded scopeguard v1.2.0 |
635 | 2024-12-21T02:27:13.806Z | Downloaded chacha20poly1305 v0.10.1 |
636 | 2024-12-21T02:27:13.809Z | Downloaded crypto-bigint v0.5.5 |
637 | 2024-12-21T02:27:13.814Z | Downloaded zone_cfg_derive v0.3.0 |
638 | 2024-12-21T02:27:13.816Z | Downloaded zone_cfg_derive v0.1.2 |
639 | 2024-12-21T02:27:13.816Z | Downloaded prettyplease v0.2.25 |
640 | 2024-12-21T02:27:13.819Z | Downloaded socket2 v0.5.7 |
641 | 2024-12-21T02:27:13.822Z | Downloaded endian-type v0.1.2 |
642 | 2024-12-21T02:27:13.825Z | Downloaded rustc_version v0.4.1 |
643 | 2024-12-21T02:27:13.825Z | Downloaded foreign-types-shared v0.1.1 |
644 | 2024-12-21T02:27:13.827Z | Downloaded pkcs8 v0.10.2 |
645 | 2024-12-21T02:27:13.830Z | Downloaded num-conv v0.1.0 |
646 | 2024-12-21T02:27:13.830Z | Downloaded precomputed-hash v0.1.1 |
647 | 2024-12-21T02:27:13.832Z | Downloaded parse-display v0.10.0 |
648 | 2024-12-21T02:27:13.832Z | Downloaded time-macros v0.2.18 |
649 | 2024-12-21T02:27:13.835Z | Downloaded synstructure v0.13.1 |
650 | 2024-12-21T02:27:13.837Z | Downloaded thiserror-no-std v2.0.2 |
651 | 2024-12-21T02:27:13.840Z | Downloaded num-derive v0.4.2 |
652 | 2024-12-21T02:27:13.842Z | Downloaded pretty-hex v0.2.1 |
653 | 2024-12-21T02:27:13.845Z | Downloaded untrusted v0.7.1 |
654 | 2024-12-21T02:27:13.847Z | Downloaded ghash v0.5.1 |
655 | 2024-12-21T02:27:13.847Z | Downloaded ssh-encoding v0.2.0 |
656 | 2024-12-21T02:27:13.850Z | Downloaded shlex v1.3.0 |
657 | 2024-12-21T02:27:13.850Z | Downloaded sha1 v0.10.6 |
658 | 2024-12-21T02:27:13.852Z | Downloaded utf-8 v0.7.6 |
659 | 2024-12-21T02:27:13.855Z | Downloaded crossbeam-channel v0.5.13 |
660 | 2024-12-21T02:27:13.858Z | Downloaded display-error-chain v0.2.2 |
661 | 2024-12-21T02:27:13.860Z | Downloaded const_format v0.2.33 |
662 | 2024-12-21T02:27:13.864Z | Downloaded half v2.4.1 |
663 | 2024-12-21T02:27:13.868Z | Downloaded dropshot_endpoint v0.13.0 |
664 | 2024-12-21T02:27:13.871Z | Downloaded cc v1.1.30 |
665 | 2024-12-21T02:27:13.875Z | Downloaded sigpipe v0.1.3 |
666 | 2024-12-21T02:27:13.877Z | Downloaded enum-as-inner v0.6.1 |
667 | 2024-12-21T02:27:13.880Z | Downloaded sqlparser_derive v0.2.2 |
668 | 2024-12-21T02:27:13.880Z | Downloaded dirs-sys-next v0.1.2 |
669 | 2024-12-21T02:27:13.882Z | Downloaded glob v0.3.1 |
670 | 2024-12-21T02:27:13.882Z | Downloaded yoke-derive v0.7.4 |
671 | 2024-12-21T02:27:13.884Z | Downloaded futures-core v0.3.31 |
672 | 2024-12-21T02:27:13.884Z | Downloaded tower-service v0.3.3 |
673 | 2024-12-21T02:27:13.887Z | Downloaded foreign-types-macros v0.2.3 |
674 | 2024-12-21T02:27:13.887Z | Downloaded peg-macros v0.8.4 |
675 | 2024-12-21T02:27:13.890Z | Downloaded postcard v1.0.10 |
676 | 2024-12-21T02:27:13.892Z | Downloaded num-integer v0.1.46 |
677 | 2024-12-21T02:27:13.895Z | Downloaded hickory-server v0.24.1 |
678 | 2024-12-21T02:27:13.899Z | Downloaded foreign-types-shared v0.3.1 |
679 | 2024-12-21T02:27:13.902Z | Downloaded tungstenite v0.24.0 |
680 | 2024-12-21T02:27:13.905Z | Downloaded rustc-hash v2.0.0 |
681 | 2024-12-21T02:27:13.907Z | Downloaded rustc-hash v1.1.0 |
682 | 2024-12-21T02:27:13.907Z | Downloaded resolv-conf v0.7.0 |
683 | 2024-12-21T02:27:13.909Z | Downloaded yasna v0.5.2 |
684 | 2024-12-21T02:27:13.912Z | Downloaded snafu v0.8.5 |
685 | 2024-12-21T02:27:13.919Z | Downloaded opaque-debug v0.3.1 |
686 | 2024-12-21T02:27:13.922Z | Downloaded number_prefix v0.4.0 |
687 | 2024-12-21T02:27:13.922Z | Downloaded mirai-annotations v1.12.0 |
688 | 2024-12-21T02:27:13.935Z | Downloaded ron v0.7.1 |
689 | 2024-12-21T02:27:13.935Z | Downloaded slog-stdlog v4.1.1 |
690 | 2024-12-21T02:27:13.935Z | Downloaded enum-as-inner v0.5.1 |
691 | 2024-12-21T02:27:13.935Z | Downloaded termios v0.3.3 |
692 | 2024-12-21T02:27:13.935Z | Downloaded unicase v2.7.0 |
693 | 2024-12-21T02:27:13.945Z | Downloaded serde-big-array v0.5.1 |
694 | 2024-12-21T02:27:13.948Z | Downloaded proc-macro-crate v1.3.1 |
695 | 2024-12-21T02:27:13.950Z | Downloaded predicates v3.1.2 |
696 | 2024-12-21T02:27:13.953Z | Downloaded parking_lot_core v0.9.10 |
697 | 2024-12-21T02:27:13.956Z | Downloaded foreign-types v0.5.0 |
698 | 2024-12-21T02:27:13.958Z | Downloaded uuid v1.11.0 |
699 | 2024-12-21T02:27:13.960Z | Downloaded zopfli v0.8.1 |
700 | 2024-12-21T02:27:13.963Z | Downloaded hash32 v0.3.1 |
701 | 2024-12-21T02:27:13.965Z | Downloaded float-cmp v0.9.0 |
702 | 2024-12-21T02:27:13.965Z | Downloaded ron v0.8.1 |
703 | 2024-12-21T02:27:13.972Z | Downloaded group v0.13.0 |
704 | 2024-12-21T02:27:13.974Z | Downloaded mockall v0.13.0 |
705 | 2024-12-21T02:27:13.976Z | Downloaded nodrop v0.1.14 |
706 | 2024-12-21T02:27:13.980Z | Downloaded rustc-demangle v0.1.24 |
707 | 2024-12-21T02:27:13.980Z | Downloaded sqlformat v0.2.6 |
708 | 2024-12-21T02:27:13.982Z | Downloaded libxml v0.3.3 |
709 | 2024-12-21T02:27:13.987Z | Downloaded normalize-line-endings v0.3.0 |
710 | 2024-12-21T02:27:13.990Z | Downloaded serde_repr v0.1.19 |
711 | 2024-12-21T02:27:13.992Z | Downloaded rfc6979 v0.4.0 |
712 | 2024-12-21T02:27:13.994Z | Downloaded serde-hex v0.1.0 |
713 | 2024-12-21T02:27:13.994Z | Downloaded semver v0.1.20 |
714 | 2024-12-21T02:27:13.997Z | Downloaded secrecy v0.8.0 |
715 | 2024-12-21T02:27:13.999Z | Downloaded phf_codegen v0.11.2 |
716 | 2024-12-21T02:27:13.999Z | Downloaded yoke v0.7.4 |
717 | 2024-12-21T02:27:14.005Z | Downloaded phf_shared v0.10.0 |
718 | 2024-12-21T02:27:14.005Z | Downloaded zip v2.1.3 |
719 | 2024-12-21T02:27:14.007Z | Downloaded string_cache v0.8.7 |
720 | 2024-12-21T02:27:14.009Z | Downloaded aes-gcm v0.10.3 |
721 | 2024-12-21T02:27:14.013Z | Downloaded percent-encoding v2.3.1 |
722 | 2024-12-21T02:27:14.016Z | Downloaded aes v0.8.4 |
723 | 2024-12-21T02:27:14.019Z | Downloaded darling_core v0.20.10 |
724 | 2024-12-21T02:27:14.023Z | Downloaded try-lock v0.2.5 |
725 | 2024-12-21T02:27:14.025Z | Downloaded slog-bunyan v2.5.0 |
726 | 2024-12-21T02:27:14.025Z | Downloaded publicsuffix v2.2.3 |
727 | 2024-12-21T02:27:14.027Z | Downloaded flagset v0.4.6 |
728 | 2024-12-21T02:27:14.030Z | Downloaded which v4.4.2 |
729 | 2024-12-21T02:27:14.032Z | Downloaded zerovec-derive v0.10.3 |
730 | 2024-12-21T02:27:14.032Z | Downloaded tracing-core v0.1.32 |
731 | 2024-12-21T02:27:14.035Z | Downloaded diesel-dtrace v0.4.2 |
732 | 2024-12-21T02:27:14.037Z | Downloaded tinyvec v1.8.0 |
733 | 2024-12-21T02:27:14.039Z | Downloaded postgres-protocol v0.6.7 |
734 | 2024-12-21T02:27:14.042Z | Downloaded futures-io v0.3.31 |
735 | 2024-12-21T02:27:14.044Z | Downloaded crossterm v0.28.1 |
736 | 2024-12-21T02:27:14.049Z | Downloaded progenitor-macro v0.8.0 |
737 | 2024-12-21T02:27:14.051Z | Downloaded fxhash v0.2.1 |
738 | 2024-12-21T02:27:14.051Z | Downloaded serde_derive_internals v0.29.1 |
739 | 2024-12-21T02:27:14.053Z | Downloaded itertools v0.12.1 |
740 | 2024-12-21T02:27:14.060Z | Downloaded slog-scope v4.4.0 |
741 | 2024-12-21T02:27:14.062Z | Downloaded tokio-rustls v0.25.0 |
742 | 2024-12-21T02:27:14.065Z | Downloaded tokio-rustls v0.24.1 |
743 | 2024-12-21T02:27:14.067Z | Downloaded url v2.5.3 |
744 | 2024-12-21T02:27:14.070Z | Downloaded rand v0.8.5 |
745 | 2024-12-21T02:27:14.073Z | Downloaded phf v0.11.2 |
746 | 2024-12-21T02:27:14.076Z | Downloaded itertools v0.10.5 |
747 | 2024-12-21T02:27:14.080Z | Downloaded pem v3.0.4 |
748 | 2024-12-21T02:27:14.082Z | Downloaded slog-async v2.8.0 |
749 | 2024-12-21T02:27:14.084Z | Downloaded hkdf v0.12.4 |
750 | 2024-12-21T02:27:14.086Z | Downloaded hyper v1.5.0 |
751 | 2024-12-21T02:27:14.092Z | Downloaded idna v1.0.3 |
752 | 2024-12-21T02:27:14.096Z | Downloaded fallible-streaming-iterator v0.1.9 |
753 | 2024-12-21T02:27:14.099Z | Downloaded defmt-parser v0.3.4 |
754 | 2024-12-21T02:27:14.099Z | Downloaded defmt-macros v0.3.9 |
755 | 2024-12-21T02:27:14.102Z | Downloaded futures-executor v0.3.31 |
756 | 2024-12-21T02:27:14.106Z | Downloaded serde_yaml v0.9.34+deprecated |
757 | 2024-12-21T02:27:14.111Z | Downloaded schemars_derive v0.8.21 |
758 | 2024-12-21T02:27:14.114Z | Downloaded pkcs5 v0.7.1 |
759 | 2024-12-21T02:27:14.114Z | Downloaded subtle v2.6.1 |
760 | 2024-12-21T02:27:14.115Z | Downloaded serde_urlencoded v0.7.1 |
761 | 2024-12-21T02:27:14.117Z | Downloaded thiserror-impl v2.0.3 |
762 | 2024-12-21T02:27:14.117Z | Downloaded pin-project-lite v0.2.14 |
763 | 2024-12-21T02:27:14.121Z | Downloaded unicode-bidi v0.3.17 |
764 | 2024-12-21T02:27:14.124Z | Downloaded itertools v0.13.0 |
765 | 2024-12-21T02:27:14.132Z | Downloaded termtree v0.4.1 |
766 | 2024-12-21T02:27:14.134Z | Downloaded unicode-xid v0.2.6 |
767 | 2024-12-21T02:27:14.136Z | Downloaded fixedbitset v0.4.2 |
768 | 2024-12-21T02:27:14.137Z | Downloaded pem-rfc7468 v0.7.0 |
769 | 2024-12-21T02:27:14.139Z | Downloaded tar v0.4.42 |
770 | 2024-12-21T02:27:14.142Z | Downloaded russh-keys v0.45.0 |
771 | 2024-12-21T02:27:14.144Z | Downloaded ena v0.14.3 |
772 | 2024-12-21T02:27:14.146Z | Downloaded num-bigint v0.4.6 |
773 | 2024-12-21T02:27:14.149Z | Downloaded take_mut v0.2.2 |
774 | 2024-12-21T02:27:14.151Z | Downloaded thiserror v2.0.3 |
775 | 2024-12-21T02:27:14.155Z | Downloaded ref-cast-impl v1.0.23 |
776 | 2024-12-21T02:27:14.158Z | Downloaded futures v0.3.31 |
777 | 2024-12-21T02:27:14.161Z | Downloaded defmt v0.3.8 |
778 | 2024-12-21T02:27:14.165Z | Downloaded subprocess v0.2.9 |
779 | 2024-12-21T02:27:14.167Z | Downloaded universal-hash v0.5.1 |
780 | 2024-12-21T02:27:14.169Z | Downloaded ed25519 v2.2.3 |
781 | 2024-12-21T02:27:14.172Z | Downloaded aho-corasick v1.1.3 |
782 | 2024-12-21T02:27:14.177Z | Downloaded packed_struct_codegen v0.10.1 |
783 | 2024-12-21T02:27:14.179Z | Downloaded globset v0.4.15 |
784 | 2024-12-21T02:27:14.182Z | Downloaded strip-ansi-escapes v0.2.0 |
785 | 2024-12-21T02:27:14.182Z | Downloaded stringprep v0.1.5 |
786 | 2024-12-21T02:27:14.184Z | Downloaded downcast v0.11.0 |
787 | 2024-12-21T02:27:14.184Z | Downloaded rand_xorshift v0.3.0 |
788 | 2024-12-21T02:27:14.186Z | Downloaded parking_lot v0.11.2 |
789 | 2024-12-21T02:27:14.189Z | Downloaded pin-utils v0.1.0 |
790 | 2024-12-21T02:27:14.189Z | Downloaded radium v0.7.0 |
791 | 2024-12-21T02:27:14.191Z | Downloaded r2d2 v0.8.10 |
792 | 2024-12-21T02:27:14.191Z | Downloaded derive_builder_core v0.20.2 |
793 | 2024-12-21T02:27:14.194Z | Downloaded want v0.3.1 |
794 | 2024-12-21T02:27:14.194Z | Downloaded derive_builder v0.20.2 |
795 | 2024-12-21T02:27:14.198Z | Downloaded tap v1.0.1 |
796 | 2024-12-21T02:27:14.201Z | Downloaded zone v0.3.0 |
797 | 2024-12-21T02:27:14.201Z | Downloaded blake3 v1.5.4 |
798 | 2024-12-21T02:27:14.208Z | Downloaded newline-converter v0.3.0 |
799 | 2024-12-21T02:27:14.211Z | Downloaded structmeta v0.3.0 |
800 | 2024-12-21T02:27:14.211Z | Downloaded smallvec v0.6.14 |
801 | 2024-12-21T02:27:14.214Z | Downloaded write16 v1.0.0 |
802 | 2024-12-21T02:27:14.214Z | Downloaded newtype-uuid v1.1.3 |
803 | 2024-12-21T02:27:14.214Z | Downloaded zeroize_derive v1.4.2 |
804 | 2024-12-21T02:27:14.217Z | Downloaded tokio-tungstenite v0.24.0 |
805 | 2024-12-21T02:27:14.219Z | Downloaded tokio-tungstenite v0.23.1 |
806 | 2024-12-21T02:27:14.219Z | Downloaded hashlink v0.9.1 |
807 | 2024-12-21T02:27:14.224Z | Downloaded tinyvec_macros v0.1.1 |
808 | 2024-12-21T02:27:14.224Z | Downloaded test-strategy v0.3.1 |
809 | 2024-12-21T02:27:14.227Z | Downloaded ff v0.13.0 |
810 | 2024-12-21T02:27:14.229Z | Downloaded embedded-io v0.6.1 |
811 | 2024-12-21T02:27:14.229Z | Downloaded embedded-io v0.4.0 |
812 | 2024-12-21T02:27:14.232Z | Downloaded walkdir v2.5.0 |
813 | 2024-12-21T02:27:14.235Z | Downloaded vte v0.11.1 |
814 | 2024-12-21T02:27:14.235Z | Downloaded qorb v0.2.1 |
815 | 2024-12-21T02:27:14.239Z | Downloaded rand_seeder v0.3.0 |
816 | 2024-12-21T02:27:14.241Z | Downloaded x509-cert v0.2.5 |
817 | 2024-12-21T02:27:14.245Z | Downloaded progenitor v0.8.0 |
818 | 2024-12-21T02:27:14.248Z | Downloaded pkcs1 v0.7.5 |
819 | 2024-12-21T02:27:14.252Z | Downloaded aws-lc-rs v1.10.0 |
820 | 2024-12-21T02:27:14.258Z | Downloaded path-slash v0.1.5 |
821 | 2024-12-21T02:27:14.260Z | Downloaded fragile v2.0.0 |
822 | 2024-12-21T02:27:14.262Z | Downloaded tokio-native-tls v0.3.1 |
823 | 2024-12-21T02:27:14.262Z | Downloaded olpc-cjson v0.1.4 |
824 | 2024-12-21T02:27:14.265Z | Downloaded static_assertions v1.1.0 |
825 | 2024-12-21T02:27:14.265Z | Downloaded toml v0.7.8 |
826 | 2024-12-21T02:27:14.268Z | Downloaded derive_builder_macro v0.20.2 |
827 | 2024-12-21T02:27:14.272Z | Downloaded strum v0.26.3 |
828 | 2024-12-21T02:27:14.272Z | Downloaded num-iter v0.1.45 |
829 | 2024-12-21T02:27:14.272Z | Downloaded miniz_oxide v0.8.0 |
830 | 2024-12-21T02:27:14.275Z | Downloaded tokio-postgres v0.7.12 |
831 | 2024-12-21T02:27:14.277Z | Downloaded ppv-lite86 v0.2.20 |
832 | 2024-12-21T02:27:14.279Z | Downloaded powerfmt v0.2.0 |
833 | 2024-12-21T02:27:14.279Z | Downloaded structmeta-derive v0.3.0 |
834 | 2024-12-21T02:27:14.282Z | Downloaded steno v0.4.1 |
835 | 2024-12-21T02:27:14.284Z | Downloaded tls_codec v0.4.1 |
836 | 2024-12-21T02:27:14.287Z | Downloaded schemars v0.8.21 |
837 | 2024-12-21T02:27:14.297Z | Downloaded russh-cryptovec v0.7.3 |
838 | 2024-12-21T02:27:14.299Z | Downloaded funty v2.0.0 |
839 | 2024-12-21T02:27:14.299Z | Downloaded tabwriter v1.4.0 |
840 | 2024-12-21T02:27:14.299Z | Downloaded siphasher v0.3.11 |
841 | 2024-12-21T02:27:14.302Z | Downloaded serde_with_macros v3.11.0 |
842 | 2024-12-21T02:27:14.304Z | Downloaded rcgen v0.12.1 |
843 | 2024-12-21T02:27:14.307Z | Downloaded simd-adler32 v0.3.7 |
844 | 2024-12-21T02:27:14.312Z | Downloaded rayon-core v1.12.1 |
845 | 2024-12-21T02:27:14.312Z | Downloaded unicode_categories v0.1.1 |
846 | 2024-12-21T02:27:14.314Z | Downloaded owo-colors v4.1.0 |
847 | 2024-12-21T02:27:14.317Z | Downloaded multimap v0.10.0 |
848 | 2024-12-21T02:27:14.317Z | Downloaded smf v0.2.3 |
849 | 2024-12-21T02:27:14.321Z | Downloaded form_urlencoded v1.2.1 |
850 | 2024-12-21T02:27:14.321Z | Downloaded paste v1.0.15 |
851 | 2024-12-21T02:27:14.323Z | Downloaded num-rational v0.4.2 |
852 | 2024-12-21T02:27:14.323Z | Downloaded num-complex v0.4.6 |
853 | 2024-12-21T02:27:14.327Z | Downloaded vsss-rs v3.3.4 |
854 | 2024-12-21T02:27:14.329Z | Downloaded tokio-macros v2.4.0 |
855 | 2024-12-21T02:27:14.329Z | Downloaded p521 v0.13.3 |
856 | 2024-12-21T02:27:14.333Z | Downloaded structmeta-derive v0.2.0 |
857 | 2024-12-21T02:27:14.333Z | Downloaded ssh-cipher v0.2.0 |
858 | 2024-12-21T02:27:14.339Z | Downloaded h2 v0.4.6 |
859 | 2024-12-21T02:27:14.342Z | Downloaded unicode-segmentation v1.12.0 |
860 | 2024-12-21T02:27:14.348Z | Downloaded data-encoding v2.6.0 |
861 | 2024-12-21T02:27:14.348Z | Downloaded slog v2.7.0 |
862 | 2024-12-21T02:27:14.353Z | Downloaded icu_properties_data v1.5.0 |
863 | 2024-12-21T02:27:14.358Z | Downloaded either v1.13.0 |
864 | 2024-12-21T02:27:14.361Z | Downloaded bitvec v1.0.1 |
865 | 2024-12-21T02:27:14.374Z | Downloaded uzers v0.12.1 |
866 | 2024-12-21T02:27:14.377Z | Downloaded rustls-pemfile v1.0.4 |
867 | 2024-12-21T02:27:14.379Z | Downloaded nu-ansi-term v0.50.1 |
868 | 2024-12-21T02:27:14.381Z | Downloaded native-tls v0.2.12 |
869 | 2024-12-21T02:27:14.383Z | Downloaded portable-atomic v1.9.0 |
870 | 2024-12-21T02:27:14.392Z | Downloaded elliptic-curve v0.13.8 |
871 | 2024-12-21T02:27:14.394Z | Downloaded hashbrown v0.12.3 |
872 | 2024-12-21T02:27:14.397Z | Downloaded lalrpop v0.19.12 |
873 | 2024-12-21T02:27:14.407Z | Downloaded chrono v0.4.38 |
874 | 2024-12-21T02:27:14.414Z | Downloaded unsafe-libyaml v0.2.11 |
875 | 2024-12-21T02:27:14.418Z | Downloaded ed25519-dalek v2.1.1 |
876 | 2024-12-21T02:27:14.421Z | Downloaded hashbrown v0.13.2 |
877 | 2024-12-21T02:27:14.425Z | Downloaded headers v0.4.0 |
878 | 2024-12-21T02:27:14.430Z | Downloaded value-bag v1.9.0 |
879 | 2024-12-21T02:27:14.433Z | Downloaded zip v0.6.6 |
880 | 2024-12-21T02:27:14.437Z | Downloaded similar v2.6.0 |
881 | 2024-12-21T02:27:14.441Z | Downloaded mio v1.0.2 |
882 | 2024-12-21T02:27:14.447Z | Downloaded tracing v0.1.40 |
883 | 2024-12-21T02:27:14.451Z | Downloaded expectorate v1.1.0 |
884 | 2024-12-21T02:27:14.453Z | Downloaded rustls-webpki v0.102.8 |
885 | 2024-12-21T02:27:14.469Z | Downloaded rustyline v14.0.0 |
886 | 2024-12-21T02:27:14.474Z | Downloaded idna v0.2.3 |
887 | 2024-12-21T02:27:14.481Z | Downloaded hashbrown v0.14.5 |
888 | 2024-12-21T02:27:14.486Z | Downloaded zerovec v0.10.4 |
889 | 2024-12-21T02:27:14.492Z | Downloaded sqlparser v0.45.0 |
890 | 2024-12-21T02:27:14.497Z | Downloaded p384 v0.13.0 |
891 | 2024-12-21T02:27:14.503Z | Downloaded tokio-util v0.7.12 |
892 | 2024-12-21T02:27:14.510Z | Downloaded quinn v0.11.5 |
893 | 2024-12-21T02:27:14.513Z | Downloaded tough v0.19.0 |
894 | 2024-12-21T02:27:14.520Z | Downloaded serde_with v3.11.0 |
895 | 2024-12-21T02:27:14.529Z | Downloaded nom v7.1.3 |
896 | 2024-12-21T02:27:14.534Z | Downloaded reedline v0.35.0 |
897 | 2024-12-21T02:27:14.542Z | Downloaded idna v0.5.0 |
898 | 2024-12-21T02:27:14.548Z | Downloaded num-bigint-dig v0.8.4 |
899 | 2024-12-21T02:27:14.553Z | Downloaded radix_trie v0.2.1 |
900 | 2024-12-21T02:27:14.558Z | Downloaded zerocopy v0.8.10 |
901 | 2024-12-21T02:27:14.580Z | Downloaded salty v0.3.0 |
902 | 2024-12-21T02:27:14.587Z | Downloaded curve25519-dalek v4.1.3 |
903 | 2024-12-21T02:27:14.594Z | Downloaded russh v0.45.0 |
904 | 2024-12-21T02:27:14.599Z | Downloaded rustls-webpki v0.101.7 |
905 | 2024-12-21T02:27:14.613Z | Downloaded flate2 v1.0.34 |
906 | 2024-12-21T02:27:14.618Z | Downloaded rayon v1.10.0 |
907 | 2024-12-21T02:27:14.626Z | Downloaded gimli v0.31.1 |
908 | 2024-12-21T02:27:14.635Z | Downloaded proptest v1.5.0 |
909 | 2024-12-21T02:27:14.644Z | Downloaded futures-util v0.3.31 |
910 | 2024-12-21T02:27:14.656Z | Downloaded quinn-proto v0.11.8 |
911 | 2024-12-21T02:27:14.661Z | Downloaded hickory-proto v0.24.1 |
912 | 2024-12-21T02:27:14.676Z | Downloaded winnow v0.5.40 |
913 | 2024-12-21T02:27:14.684Z | Downloaded object v0.30.4 |
914 | 2024-12-21T02:27:14.693Z | Downloaded rustls v0.21.12 |
915 | 2024-12-21T02:27:14.703Z | Downloaded regress v0.9.1 |
916 | 2024-12-21T02:27:14.712Z | Downloaded quick-xml v0.33.0 |
917 | 2024-12-21T02:27:14.718Z | Downloaded regex-syntax v0.6.29 |
918 | 2024-12-21T02:27:14.725Z | Downloaded smoltcp v0.9.1 |
919 | 2024-12-21T02:27:14.735Z | Downloaded object v0.36.5 |
920 | 2024-12-21T02:27:14.746Z | Downloaded unicode-width v0.2.0 |
921 | 2024-12-21T02:27:14.751Z | Downloaded rustls v0.23.19 |
922 | 2024-12-21T02:27:14.762Z | Downloaded nix v0.29.0 |
923 | 2024-12-21T02:27:14.774Z | Downloaded regex v1.11.1 |
924 | 2024-12-21T02:27:14.786Z | Downloaded vcpkg v0.2.15 |
925 | 2024-12-21T02:27:14.821Z | Downloaded dropshot v0.13.0 |
926 | 2024-12-21T02:27:14.840Z | Downloaded nix v0.27.1 |
927 | 2024-12-21T02:27:14.850Z | Downloaded regex-syntax v0.8.5 |
928 | 2024-12-21T02:27:14.858Z | Downloaded trust-dns-proto v0.22.0 |
929 | 2024-12-21T02:27:14.869Z | Downloaded dropshot v0.12.0 |
930 | 2024-12-21T02:27:14.888Z | Downloaded openapiv3 v2.0.0 |
931 | 2024-12-21T02:27:14.899Z | Downloaded nix v0.28.0 |
932 | 2024-12-21T02:27:14.910Z | Downloaded rustls v0.22.4 |
933 | 2024-12-21T02:27:14.925Z | Downloaded smoltcp v0.11.0 |
934 | 2024-12-21T02:27:14.935Z | Downloaded ratatui v0.28.1 |
935 | 2024-12-21T02:27:14.954Z | Downloaded diesel v2.2.6 |
936 | 2024-12-21T02:27:14.970Z | Downloaded lzma-sys v0.1.20 |
937 | 2024-12-21T02:27:14.997Z | Downloaded bstr v1.10.0 |
938 | 2024-12-21T02:27:15.007Z | Downloaded typify-impl v0.2.0 |
939 | 2024-12-21T02:27:15.022Z | Downloaded petgraph v0.6.5 |
940 | 2024-12-21T02:27:15.038Z | Downloaded zerocopy-derive v0.6.6 |
941 | 2024-12-21T02:27:15.047Z | Downloaded tokio v1.40.0 |
942 | 2024-12-21T02:27:15.082Z | Downloaded libz-sys v1.1.20 |
943 | 2024-12-21T02:27:15.101Z | Downloaded sled v0.34.7 |
944 | 2024-12-21T02:27:15.110Z | Downloaded bzip2-sys v0.1.11+1.0.8 |
945 | 2024-12-21T02:27:15.122Z | Downloaded chrono-tz v0.10.0 |
946 | 2024-12-21T02:27:15.129Z | Downloaded regress v0.10.1 |
947 | 2024-12-21T02:27:15.137Z | Downloaded webpki-roots v0.26.6 |
948 | 2024-12-21T02:27:15.140Z | Downloaded openssl v0.10.66 |
949 | 2024-12-21T02:27:15.149Z | Downloaded petname v2.0.2 |
950 | 2024-12-21T02:27:15.154Z | Downloaded git2 v0.19.0 |
951 | 2024-12-21T02:27:15.162Z | Downloaded regex-automata v0.4.8 |
952 | 2024-12-21T02:27:15.178Z | Downloaded polar-core v0.27.3 |
953 | 2024-12-21T02:27:15.186Z | Downloaded reqwest v0.12.9 |
954 | 2024-12-21T02:27:15.193Z | Downloaded idna v0.4.0 |
955 | 2024-12-21T02:27:15.199Z | Downloaded csv v1.3.0 |
956 | 2024-12-21T02:27:15.218Z | Downloaded toml_edit v0.19.15 |
957 | 2024-12-21T02:27:15.232Z | Downloaded sha3 v0.10.8 |
958 | 2024-12-21T02:27:15.237Z | Downloaded idna v0.3.0 |
959 | 2024-12-21T02:27:15.243Z | Downloaded fs_extra v1.3.0 |
960 | 2024-12-21T02:27:15.246Z | Downloaded parse-zoneinfo v0.3.1 |
961 | 2024-12-21T02:27:15.249Z | Downloaded slog-term v2.9.1 |
962 | 2024-12-21T02:27:15.251Z | Downloaded omicron-zone-package v0.12.0 |
963 | 2024-12-21T02:27:15.254Z | Downloaded samael v0.0.17 |
964 | 2024-12-21T02:27:15.257Z | Downloaded der v0.7.9 |
965 | 2024-12-21T02:27:15.263Z | Downloaded bindgen v0.69.5 |
966 | 2024-12-21T02:27:15.269Z | Downloaded postgres-types v0.2.8 |
967 | 2024-12-21T02:27:15.272Z | Downloaded unicode-normalization v0.1.24 |
968 | 2024-12-21T02:27:15.274Z | Downloaded wyz v0.5.1 |
969 | 2024-12-21T02:27:15.277Z | Downloaded writeable v0.5.5 |
970 | 2024-12-21T02:27:15.277Z | Downloaded rustls-pemfile v2.2.0 |
971 | 2024-12-21T02:27:15.280Z | Downloaded derive-where v1.2.7 |
972 | 2024-12-21T02:27:15.283Z | Downloaded fallible-iterator v0.2.0 |
973 | 2024-12-21T02:27:15.283Z | Downloaded ssh-key v0.6.6 |
974 | 2024-12-21T02:27:15.289Z | Downloaded fallible-iterator v0.3.0 |
975 | 2024-12-21T02:27:15.292Z | Downloaded diff v0.1.13 |
976 | 2024-12-21T02:27:15.292Z | Downloaded diesel_derives v2.2.3 |
977 | 2024-12-21T02:27:15.296Z | Downloaded openssl-sys v0.9.103 |
978 | 2024-12-21T02:27:15.300Z | Downloaded env_logger v0.11.5 |
979 | 2024-12-21T02:27:15.303Z | Downloaded password-hash v0.5.0 |
980 | 2024-12-21T02:27:15.305Z | Downloaded password-hash v0.4.2 |
981 | 2024-12-21T02:27:15.307Z | Downloaded oso-derive v0.27.3 |
982 | 2024-12-21T02:27:15.307Z | Downloaded num_threads v0.1.7 |
983 | 2024-12-21T02:27:15.309Z | Downloaded multer v3.1.0 |
984 | 2024-12-21T02:27:15.309Z | Downloaded fatfs v0.3.6 |
985 | 2024-12-21T02:27:15.312Z | Downloaded rustls-pki-types v1.10.0 |
986 | 2024-12-21T02:27:15.315Z | Downloaded structmeta v0.2.0 |
987 | 2024-12-21T02:27:15.317Z | Downloaded typify v0.2.0 |
988 | 2024-12-21T02:27:15.319Z | Downloaded rusqlite v0.32.1 |
989 | 2024-12-21T02:27:15.324Z | Downloaded packed_struct v0.10.1 |
990 | 2024-12-21T02:27:15.326Z | Downloaded zeroize v1.8.1 |
991 | 2024-12-21T02:27:15.329Z | Downloaded whoami v1.5.2 |
992 | 2024-12-21T02:27:15.331Z | Downloaded typed-path v0.9.3 |
993 | 2024-12-21T02:27:15.334Z | Downloaded encoding_rs v0.8.34 |
994 | 2024-12-21T02:27:15.355Z | Downloaded zerocopy-derive v0.8.10 |
995 | 2024-12-21T02:27:15.360Z | Downloaded vergen v8.3.2 |
996 | 2024-12-21T02:27:15.363Z | Downloaded scheduled-thread-pool v0.2.7 |
997 | 2024-12-21T02:27:15.366Z | Downloaded gethostname v0.5.0 |
998 | 2024-12-21T02:27:15.366Z | Downloaded nanorand v0.7.0 |
999 | 2024-12-21T02:27:15.368Z | Downloaded progenitor-client v0.8.0 |
1000 | 2024-12-21T02:27:15.369Z | Downloaded time v0.3.36 |
1001 | 2024-12-21T02:27:15.373Z | Downloaded futures-channel v0.3.31 |
1002 | 2024-12-21T02:27:15.376Z | Downloaded displaydoc v0.2.5 |
1003 | 2024-12-21T02:27:15.379Z | Downloaded der_derive v0.7.3 |
1004 | 2024-12-21T02:27:15.381Z | Downloaded oso v0.27.3 |
1005 | 2024-12-21T02:27:15.384Z | Downloaded slog-envlogger v2.2.0 |
1006 | 2024-12-21T02:27:15.384Z | Downloaded slog-dtrace v0.3.0 |
1007 | 2024-12-21T02:27:15.387Z | Downloaded salsa20 v0.10.2 |
1008 | 2024-12-21T02:27:15.387Z | Downloaded phf_shared v0.11.2 |
1009 | 2024-12-21T02:27:15.387Z | Downloaded phf_generator v0.11.2 |
1010 | 2024-12-21T02:27:15.390Z | Downloaded zerocopy v0.6.6 |
1011 | 2024-12-21T02:27:15.390Z | Downloaded ecdsa v0.16.9 |
1012 | 2024-12-21T02:27:15.395Z | Downloaded parse-size v1.1.0 |
1013 | 2024-12-21T02:27:15.395Z | Downloaded pin-project v1.1.6 |
1014 | 2024-12-21T02:27:15.402Z | Downloaded parking_lot_core v0.8.6 |
1015 | 2024-12-21T02:27:15.404Z | Downloaded parking_lot v0.12.3 |
1016 | 2024-12-21T02:27:15.407Z | Downloaded icu_collections v1.5.0 |
1017 | 2024-12-21T02:27:15.411Z | Downloaded difflib v0.4.0 |
1018 | 2024-12-21T02:27:15.413Z | Downloaded rpassword v7.3.1 |
1019 | 2024-12-21T02:27:15.413Z | Downloaded libgit2-sys v0.17.0+1.8.1 |
1020 | 2024-12-21T02:27:15.467Z | Downloaded quick-error v1.2.3 |
1021 | 2024-12-21T02:27:15.469Z | Downloaded psl-types v2.0.11 |
1022 | 2024-12-21T02:27:15.469Z | Downloaded libm v0.2.8 |
1023 | 2024-12-21T02:27:15.476Z | Downloaded fd-lock v4.0.2 |
1024 | 2024-12-21T02:27:15.479Z | Downloaded dyn-clone v1.0.17 |
1025 | 2024-12-21T02:27:15.481Z | Downloaded zerofrom-derive v0.1.4 |
1026 | 2024-12-21T02:27:15.481Z | Downloaded rustfmt-wrapper v0.2.1 |
1027 | 2024-12-21T02:27:15.484Z | Downloaded rsa v0.9.6 |
1028 | 2024-12-21T02:27:15.487Z | Downloaded unicode-properties v0.1.3 |
1029 | 2024-12-21T02:27:15.489Z | Downloaded pin-project-internal v1.1.6 |
1030 | 2024-12-21T02:27:15.489Z | Downloaded unicode-truncate v1.1.0 |
1031 | 2024-12-21T02:27:15.491Z | Downloaded signal-hook v0.3.17 |
1032 | 2024-12-21T02:27:15.493Z | Downloaded unarray v0.1.4 |
1033 | 2024-12-21T02:27:15.496Z | Downloaded typify-macro v0.2.0 |
1034 | 2024-12-21T02:27:15.496Z | Downloaded tinystr v0.7.6 |
1035 | 2024-12-21T02:27:15.496Z | Downloaded tiny-keccak v2.0.2 |
1036 | 2024-12-21T02:27:15.499Z | Downloaded thiserror-impl-no-std v2.0.2 |
1037 | 2024-12-21T02:27:15.501Z | Downloaded getrandom v0.2.15 |
1038 | 2024-12-21T02:27:15.503Z | Downloaded supports-color v3.0.1 |
1039 | 2024-12-21T02:27:15.503Z | Downloaded signature v2.2.0 |
1040 | 2024-12-21T02:27:15.505Z | Downloaded p256 v0.13.2 |
1041 | 2024-12-21T02:27:15.508Z | Downloaded flume v0.11.1 |
1042 | 2024-12-21T02:27:15.510Z | Downloaded minimal-lexical v0.2.1 |
1043 | 2024-12-21T02:27:15.514Z | Downloaded dropshot_endpoint v0.12.0 |
1044 | 2024-12-21T02:27:15.517Z | Downloaded predicates-tree v1.0.11 |
1045 | 2024-12-21T02:27:15.519Z | Downloaded derive_more v0.99.18 |
1046 | 2024-12-21T02:27:15.521Z | Downloaded tungstenite v0.23.0 |
1047 | 2024-12-21T02:27:15.524Z | Downloaded tungstenite v0.21.0 |
1048 | 2024-12-21T02:27:15.527Z | Downloaded http v1.1.0 |
1049 | 2024-12-21T02:27:15.531Z | Downloaded diesel_table_macro_syntax v0.2.0 |
1050 | 2024-12-21T02:27:15.533Z | Downloaded primeorder v0.13.6 |
1051 | 2024-12-21T02:27:15.533Z | Downloaded predicates-core v1.0.8 |
1052 | 2024-12-21T02:27:15.537Z | Downloaded parse-display-derive v0.10.0 |
1053 | 2024-12-21T02:27:15.537Z | Downloaded tracing-attributes v0.1.27 |
1054 | 2024-12-21T02:27:15.537Z | Downloaded tokio-stream v0.1.16 |
1055 | 2024-12-21T02:27:15.546Z | Downloaded tokio-rustls v0.26.0 |
1056 | 2024-12-21T02:27:15.546Z | Downloaded num-traits v0.2.19 |
1057 | 2024-12-21T02:27:15.546Z | Downloaded dirs-next v2.0.0 |
1058 | 2024-12-21T02:27:15.546Z | Downloaded signal-hook-tokio v0.3.1 |
1059 | 2024-12-21T02:27:15.549Z | Downloaded base64 v0.22.1 |
1060 | 2024-12-21T02:27:15.552Z | Downloaded base64 v0.21.7 |
1061 | 2024-12-21T02:27:15.554Z | Downloaded untrusted v0.9.0 |
1062 | 2024-12-21T02:27:15.556Z | Downloaded dhcproto v0.12.0 |
1063 | 2024-12-21T02:27:15.558Z | Downloaded rand_core v0.6.4 |
1064 | 2024-12-21T02:27:15.558Z | Downloaded polyval v0.6.2 |
1065 | 2024-12-21T02:27:15.561Z | Downloaded stable_deref_trait v1.2.0 |
1066 | 2024-12-21T02:27:15.561Z | Downloaded poly1305 v0.8.0 |
1067 | 2024-12-21T02:27:15.564Z | Downloaded openssl-macros v0.1.1 |
1068 | 2024-12-21T02:27:15.564Z | Downloaded new_debug_unreachable v1.0.6 |
1069 | 2024-12-21T02:27:15.567Z | Downloaded mockall_derive v0.13.0 |
1070 | 2024-12-21T02:27:15.567Z | Downloaded rustc_version v0.1.7 |
1071 | 2024-12-21T02:27:15.567Z | Downloaded term v0.7.0 |
1072 | 2024-12-21T02:27:15.570Z | Downloaded des v0.8.1 |
1073 | 2024-12-21T02:27:15.572Z | Downloaded bumpalo v3.16.0 |
1074 | 2024-12-21T02:27:15.575Z | Downloaded num_enum_derive v0.5.11 |
1075 | 2024-12-21T02:27:15.575Z | Downloaded num v0.4.3 |
1076 | 2024-12-21T02:27:15.577Z | Downloaded env_logger v0.10.2 |
1077 | 2024-12-21T02:27:15.580Z | Downloaded futures-macro v0.3.31 |
1078 | 2024-12-21T02:27:15.580Z | Downloaded float-ord v0.3.2 |
1079 | 2024-12-21T02:27:15.580Z | Downloaded filetime v0.2.25 |
1080 | 2024-12-21T02:27:15.583Z | Downloaded httparse v1.9.5 |
1081 | 2024-12-21T02:27:15.585Z | Downloaded snafu-derive v0.8.5 |
1082 | 2024-12-21T02:27:15.585Z | Downloaded progenitor-impl v0.8.0 |
1083 | 2024-12-21T02:27:15.588Z | Downloaded strum_macros v0.24.3 |
1084 | 2024-12-21T02:27:15.588Z | Downloaded icu_properties v1.5.1 |
1085 | 2024-12-21T02:27:15.592Z | Downloaded backtrace v0.3.74 |
1086 | 2024-12-21T02:27:15.597Z | Downloaded clang-sys v1.8.1 |
1087 | 2024-12-21T02:27:15.599Z | Downloaded bytes v1.8.0 |
1088 | 2024-12-21T02:27:15.602Z | Downloaded icu_normalizer v1.5.0 |
1089 | 2024-12-21T02:27:15.605Z | Downloaded const-oid v0.9.6 |
1090 | 2024-12-21T02:27:15.609Z | Downloaded allocator-api2 v0.2.18 |
1091 | 2024-12-21T02:27:15.612Z | Downloaded dsl_auto_type v0.1.2 |
1092 | 2024-12-21T02:27:15.612Z | Downloaded deranged v0.3.11 |
1093 | 2024-12-21T02:27:15.612Z | Downloaded sct v0.7.1 |
1094 | 2024-12-21T02:27:15.616Z | Downloaded base64 v0.13.1 |
1095 | 2024-12-21T02:27:15.619Z | Downloaded xz2 v0.1.7 |
1096 | 2024-12-21T02:27:15.619Z | Downloaded xattr v1.3.1 |
1097 | 2024-12-21T02:27:15.622Z | Downloaded wait-timeout v0.2.0 |
1098 | 2024-12-21T02:27:15.624Z | Downloaded md-5 v0.10.6 |
1099 | 2024-12-21T02:27:15.624Z | Downloaded topological-sort v0.2.2 |
1100 | 2024-12-21T02:27:15.627Z | Downloaded utf16_iter v1.0.5 |
1101 | 2024-12-21T02:27:15.627Z | Downloaded twox-hash v1.6.3 |
1102 | 2024-12-21T02:27:15.630Z | Downloaded tls_codec_derive v0.4.1 |
1103 | 2024-12-21T02:27:15.630Z | Downloaded heapless v0.7.17 |
1104 | 2024-12-21T02:27:15.632Z | Downloaded spki v0.7.3 |
1105 | 2024-12-21T02:27:15.635Z | Downloaded slog-json v2.6.1 |
1106 | 2024-12-21T02:27:15.635Z | Downloaded arc-swap v1.7.1 |
1107 | 2024-12-21T02:27:15.639Z | Downloaded icu_provider v1.5.0 |
1108 | 2024-12-21T02:27:15.642Z | Downloaded icu_normalizer_data v1.5.0 |
1109 | 2024-12-21T02:27:15.644Z | Downloaded ahash v0.8.11 |
1110 | 2024-12-21T02:27:15.647Z | Downloaded blake2 v0.10.6 |
1111 | 2024-12-21T02:27:15.651Z | Downloaded lockfree-object-pool v0.1.6 |
1112 | 2024-12-21T02:27:15.653Z | Downloaded hyper-tls v0.6.0 |
1113 | 2024-12-21T02:27:15.653Z | Downloaded hex-literal v0.4.1 |
1114 | 2024-12-21T02:27:15.653Z | Downloaded cookie v0.18.1 |
1115 | 2024-12-21T02:27:15.656Z | Downloaded cookie_store v0.21.0 |
1116 | 2024-12-21T02:27:15.656Z | Downloaded serde_path_to_error v0.1.16 |
1117 | 2024-12-21T02:27:15.658Z | Downloaded cbc v0.1.2 |
1118 | 2024-12-21T02:27:15.658Z | Downloaded inout v0.1.3 |
1119 | 2024-12-21T02:27:15.661Z | Downloaded humantime v2.1.0 |
1120 | 2024-12-21T02:27:15.661Z | Downloaded csv-core v0.1.11 |
1121 | 2024-12-21T02:27:15.661Z | Downloaded libefi-sys v0.1.0 |
1122 | 2024-12-21T02:27:15.664Z | Downloaded ipnet v2.10.1 |
1123 | 2024-12-21T02:27:15.664Z | Downloaded hyper-rustls v0.27.3 |
1124 | 2024-12-21T02:27:15.668Z | Downloaded is-terminal v0.4.13 |
1125 | 2024-12-21T02:27:15.668Z | Downloaded indoc v1.0.9 |
1126 | 2024-12-21T02:27:15.671Z | Downloaded hyper-staticfile v0.10.1 |
1127 | 2024-12-21T02:27:15.671Z | Downloaded hostname v0.4.0 |
1128 | 2024-12-21T02:27:15.674Z | Downloaded home v0.5.9 |
1129 | 2024-12-21T02:27:15.674Z | Downloaded http-body-util v0.1.2 |
1130 | 2024-12-21T02:27:15.677Z | Downloaded crc v3.2.1 |
1131 | 2024-12-21T02:27:15.677Z | Downloaded const_format_proc_macros v0.2.33 |
1132 | 2024-12-21T02:27:15.680Z | Downloaded ciborium v0.2.2 |
1133 | 2024-12-21T02:27:15.683Z | Downloaded async-bb8-diesel v0.2.1 |
1134 | 2024-12-21T02:27:15.683Z | Downloaded highway v1.2.0 |
1135 | 2024-12-21T02:27:15.687Z | Downloaded addr2line v0.24.2 |
1136 | 2024-12-21T02:27:15.687Z | Downloaded maplit v1.0.2 |
1137 | 2024-12-21T02:27:15.690Z | Downloaded crunchy v0.2.2 |
1138 | 2024-12-21T02:27:15.690Z | Downloaded backoff v0.4.0 |
1139 | 2024-12-21T02:27:15.690Z | Downloaded idna_adapter v1.2.0 |
1140 | 2024-12-21T02:27:15.694Z | Downloaded colored v2.1.0 |
1141 | 2024-12-21T02:27:15.694Z | Downloaded cexpr v0.6.0 |
1142 | 2024-12-21T02:27:15.694Z | Downloaded bit-set v0.5.3 |
1143 | 2024-12-21T02:27:15.698Z | Downloaded base64ct v1.6.0 |
1144 | 2024-12-21T02:27:15.698Z | Downloaded argon2 v0.5.3 |
1145 | 2024-12-21T02:27:15.700Z | Downloaded async-recursion v1.1.1 |
1146 | 2024-12-21T02:27:15.703Z | Downloaded lalrpop-util v0.19.12 |
1147 | 2024-12-21T02:27:15.703Z | Downloaded http-range v0.1.5 |
1148 | 2024-12-21T02:27:15.703Z | Downloaded ciborium-ll v0.2.2 |
1149 | 2024-12-21T02:27:15.708Z | Downloaded chrono-tz-build v0.4.0 |
1150 | 2024-12-21T02:27:15.708Z | Downloaded block-padding v0.3.3 |
1151 | 2024-12-21T02:27:15.708Z | Downloaded bcrypt-pbkdf v0.10.0 |
1152 | 2024-12-21T02:27:15.711Z | Downloaded bitfield-struct v0.6.2 |
1153 | 2024-12-21T02:27:15.711Z | Downloaded bit-vec v0.6.3 |
1154 | 2024-12-21T02:27:15.711Z | Downloaded buf-list v1.0.3 |
1155 | 2024-12-21T02:27:15.711Z | Downloaded hex v0.4.3 |
1156 | 2024-12-21T02:27:15.715Z | Downloaded heck v0.3.3 |
1157 | 2024-12-21T02:27:15.715Z | Downloaded cobs v0.2.3 |
1158 | 2024-12-21T02:27:15.715Z | Downloaded cipher v0.4.4 |
1159 | 2024-12-21T02:27:15.718Z | Downloaded async-stream v0.3.6 |
1160 | 2024-12-21T02:27:15.761Z | Downloaded ring v0.17.8 |
1161 | 2024-12-21T02:27:15.897Z | Downloaded libsqlite3-sys v0.30.1 |
1162 | 2024-12-21T02:27:16.102Z | Downloaded aws-lc-sys v0.22.0 |
1163 | 2024-12-21T02:27:16.385Z | Compiling serde v1.0.215 |
1164 | 2024-12-21T02:27:16.388Z | Compiling lock_api v0.4.12 |
1165 | 2024-12-21T02:27:16.388Z | Compiling scopeguard v1.2.0 |
1166 | 2024-12-21T02:27:16.388Z | Compiling value-bag v1.9.0 |
1167 | 2024-12-21T02:27:16.388Z | Compiling typenum v1.17.0 |
1168 | 2024-12-21T02:27:16.388Z | Compiling generic-array v0.14.7 |
1169 | 2024-12-21T02:27:16.573Z | Compiling syn v2.0.87 |
1170 | 2024-12-21T02:27:16.588Z | Compiling getrandom v0.2.15 |
1171 | 2024-12-21T02:27:16.742Z | Compiling subtle v2.6.1 |
1172 | 2024-12-21T02:27:16.838Z | Compiling rand_core v0.6.4 |
1173 | 2024-12-21T02:27:17.063Z | Compiling log v0.4.22 |
1174 | 2024-12-21T02:27:17.099Z | Compiling shlex v1.3.0 |
1175 | 2024-12-21T02:27:17.116Z | Compiling jobserver v0.1.32 |
1176 | 2024-12-21T02:27:17.183Z | Compiling smallvec v1.13.2 |
1177 | 2024-12-21T02:27:17.366Z | Compiling const-oid v0.9.6 |
1178 | 2024-12-21T02:27:17.420Z | Compiling spin v0.9.8 |
1179 | 2024-12-21T02:27:17.521Z | Compiling cc v1.1.30 |
1180 | 2024-12-21T02:27:17.579Z | Compiling pin-project-lite v0.2.14 |
1181 | 2024-12-21T02:27:17.708Z | Compiling rustix v0.38.37 |
1182 | 2024-12-21T02:27:17.832Z | Compiling parking_lot_core v0.9.10 |
1183 | 2024-12-21T02:27:17.974Z | Compiling futures-core v0.3.31 |
1184 | 2024-12-21T02:27:18.074Z | Compiling signal-hook-registry v1.4.2 |
1185 | 2024-12-21T02:27:18.225Z | Compiling mio v1.0.2 |
1186 | 2024-12-21T02:27:18.624Z | Compiling aho-corasick v1.1.3 |
1187 | 2024-12-21T02:27:18.913Z | Compiling parking_lot v0.12.3 |
1188 | 2024-12-21T02:27:18.964Z | Compiling regex-syntax v0.8.5 |
1189 | 2024-12-21T02:27:19.357Z | Compiling either v1.13.0 |
1190 | 2024-12-21T02:27:19.423Z | Compiling cpufeatures v0.2.14 |
1191 | 2024-12-21T02:27:19.441Z | Compiling lazy_static v1.5.0 |
1192 | 2024-12-21T02:27:19.524Z | Compiling glob v0.3.1 |
1193 | 2024-12-21T02:27:19.569Z | Compiling stable_deref_trait v1.2.0 |
1194 | 2024-12-21T02:27:19.677Z | Compiling futures-sink v0.3.31 |
1195 | 2024-12-21T02:27:19.762Z | Compiling socket2 v0.5.7 |
1196 | 2024-12-21T02:27:19.823Z | Compiling slab v0.4.9 |
1197 | 2024-12-21T02:27:19.881Z | Compiling prettyplease v0.2.25 |
1198 | 2024-12-21T02:27:20.232Z | Compiling minimal-lexical v0.2.1 |
1199 | 2024-12-21T02:27:20.524Z | Compiling libloading v0.8.5 |
1200 | 2024-12-21T02:27:20.542Z | Compiling clang-sys v1.8.1 |
1201 | 2024-12-21T02:27:20.721Z | Compiling nom v7.1.3 |
1202 | 2024-12-21T02:27:20.740Z | Compiling bindgen v0.69.5 |
1203 | 2024-12-21T02:27:20.968Z | Compiling serde_json v1.0.132 |
1204 | 2024-12-21T02:27:21.386Z | Compiling home v0.5.9 |
1205 | 2024-12-21T02:27:21.575Z | Compiling futures-channel v0.3.31 |
1206 | 2024-12-21T02:27:21.595Z | Compiling itertools v0.12.1 |
1207 | 2024-12-21T02:27:21.859Z | Compiling allocator-api2 v0.2.18 |
1208 | 2024-12-21T02:27:21.997Z | Compiling lazycell v1.3.0 |
1209 | 2024-12-21T02:27:22.150Z | Compiling rustc-hash v1.1.0 |
1210 | 2024-12-21T02:27:22.302Z | Compiling pin-utils v0.1.0 |
1211 | 2024-12-21T02:27:22.397Z | Compiling foldhash v0.1.3 |
1212 | 2024-12-21T02:27:22.624Z | Compiling regex-automata v0.4.8 |
1213 | 2024-12-21T02:27:22.672Z | Compiling futures-task v0.3.31 |
1214 | 2024-12-21T02:27:22.974Z | Compiling futures-io v0.3.31 |
1215 | 2024-12-21T02:27:23.304Z | Compiling hashbrown v0.15.1 |
1216 | 2024-12-21T02:27:24.270Z | Compiling synstructure v0.13.1 |
1217 | 2024-12-21T02:27:24.530Z | Compiling cexpr v0.6.0 |
1218 | 2024-12-21T02:27:24.739Z | Compiling cmake v0.1.51 |
1219 | 2024-12-21T02:27:25.768Z | Compiling dunce v1.0.5 |
1220 | 2024-12-21T02:27:25.785Z | Compiling libm v0.2.8 |
1221 | 2024-12-21T02:27:25.912Z | Compiling pkg-config v0.3.31 |
1222 | 2024-12-21T02:27:25.983Z | Compiling fs_extra v1.3.0 |
1223 | 2024-12-21T02:27:26.119Z | Compiling tinyvec_macros v0.1.1 |
1224 | 2024-12-21T02:27:26.217Z | Compiling tinyvec v1.8.0 |
1225 | 2024-12-21T02:27:26.351Z | Compiling num-traits v0.2.19 |
1226 | 2024-12-21T02:27:26.850Z | Compiling ring v0.17.8 |
1227 | 2024-12-21T02:27:27.453Z | Compiling base64ct v1.6.0 |
1228 | 2024-12-21T02:27:27.758Z | Compiling unicode-normalization v0.1.24 |
1229 | 2024-12-21T02:27:27.865Z | Compiling litemap v0.7.3 |
1230 | 2024-12-21T02:27:27.900Z | Compiling writeable v0.5.5 |
1231 | 2024-12-21T02:27:27.972Z | Compiling unicode-bidi v0.3.17 |
1232 | 2024-12-21T02:27:28.028Z | Compiling regex v1.11.1 |
1233 | 2024-12-21T02:27:28.245Z | Compiling paste v1.0.15 |
1234 | 2024-12-21T02:27:28.820Z | Compiling pem-rfc7468 v0.7.0 |
1235 | 2024-12-21T02:27:29.088Z | Compiling aws-lc-rs v1.10.0 |
1236 | 2024-12-21T02:27:29.355Z | Compiling httparse v1.9.5 |
1237 | 2024-12-21T02:27:29.519Z | Compiling flagset v0.4.6 |
1238 | 2024-12-21T02:27:29.731Z | Compiling tracing-core v0.1.32 |
1239 | 2024-12-21T02:27:30.177Z | Compiling crossbeam-utils v0.8.20 |
1240 | 2024-12-21T02:27:30.676Z | Compiling percent-encoding v2.3.1 |
1241 | 2024-12-21T02:27:30.730Z | Compiling icu_locid_transform_data v1.5.0 |
1242 | 2024-12-21T02:27:30.746Z | Compiling rustls-pki-types v1.10.0 |
1243 | 2024-12-21T02:27:30.979Z | Compiling serde_derive v1.0.215 |
1244 | 2024-12-21T02:27:31.030Z | Compiling zeroize_derive v1.4.2 |
1245 | 2024-12-21T02:27:31.125Z | Compiling zerocopy-derive v0.7.35 |
1246 | 2024-12-21T02:27:31.629Z | Compiling tokio-macros v2.4.0 |
1247 | 2024-12-21T02:27:31.883Z | Compiling zerofrom-derive v0.1.4 |
1248 | 2024-12-21T02:27:32.597Z | Compiling zeroize v1.8.1 |
1249 | 2024-12-21T02:27:33.121Z | Compiling yoke-derive v0.7.4 |
1250 | 2024-12-21T02:27:33.337Z | Compiling thiserror-impl v1.0.69 |
1251 | 2024-12-21T02:27:33.381Z | Compiling zerocopy v0.7.35 |
1252 | 2024-12-21T02:27:34.264Z | Compiling crypto-common v0.1.6 |
1253 | 2024-12-21T02:27:34.266Z | Compiling block-buffer v0.10.4 |
1254 | 2024-12-21T02:27:34.509Z | Compiling digest v0.10.7 |
1255 | 2024-12-21T02:27:34.552Z | Compiling zerovec-derive v0.10.3 |
1256 | 2024-12-21T02:27:34.985Z | Compiling hmac v0.12.1 |
1257 | 2024-12-21T02:27:35.023Z | Compiling futures-macro v0.3.31 |
1258 | 2024-12-21T02:27:35.235Z | Compiling block-padding v0.3.3 |
1259 | 2024-12-21T02:27:35.272Z | Compiling displaydoc v0.2.5 |
1260 | 2024-12-21T02:27:35.479Z | Compiling inout v0.1.3 |
1261 | 2024-12-21T02:27:35.757Z | Compiling cipher v0.4.4 |
1262 | 2024-12-21T02:27:35.899Z | Compiling zerofrom v0.1.4 |
1263 | 2024-12-21T02:27:36.146Z | Compiling sha2 v0.10.8 |
1264 | 2024-12-21T02:27:36.291Z | Compiling yoke v0.7.4 |
1265 | 2024-12-21T02:27:36.315Z | Compiling ppv-lite86 v0.2.20 |
1266 | 2024-12-21T02:27:36.675Z | Compiling icu_provider_macros v1.5.0 |
1267 | 2024-12-21T02:27:36.837Z | Compiling thiserror v1.0.69 |
1268 | 2024-12-21T02:27:36.959Z | Compiling futures-util v0.3.31 |
1269 | 2024-12-21T02:27:36.977Z | Compiling der_derive v0.7.3 |
1270 | 2024-12-21T02:27:37.048Z | Compiling tracing-attributes v0.1.27 |
1271 | 2024-12-21T02:27:37.147Z | Compiling rand_chacha v0.3.1 |
1272 | 2024-12-21T02:27:37.310Z | Compiling zerovec v0.10.4 |
1273 | 2024-12-21T02:27:37.841Z | Compiling rand v0.8.5 |
1274 | 2024-12-21T02:27:39.466Z | Compiling tinystr v0.7.6 |
1275 | 2024-12-21T02:27:39.514Z | Compiling der v0.7.9 |
1276 | 2024-12-21T02:27:39.575Z | Compiling icu_collections v1.5.0 |
1277 | 2024-12-21T02:27:39.701Z | Compiling pest v2.7.14 |
1278 | 2024-12-21T02:27:39.910Z | Compiling icu_locid v1.5.0 |
1279 | 2024-12-21T02:27:40.050Z | Compiling salsa20 v0.10.2 |
1280 | 2024-12-21T02:27:40.264Z | Compiling pbkdf2 v0.12.2 |
1281 | 2024-12-21T02:27:40.439Z | Compiling untrusted v0.9.0 |
1282 | 2024-12-21T02:27:40.615Z | Compiling icu_properties_data v1.5.0 |
1283 | 2024-12-21T02:27:40.879Z | Compiling tracing v0.1.40 |
1284 | 2024-12-21T02:27:40.936Z | Compiling num-conv v0.1.0 |
1285 | 2024-12-21T02:27:41.050Z | Compiling powerfmt v0.2.0 |
1286 | 2024-12-21T02:27:41.217Z | Compiling icu_provider v1.5.0 |
1287 | 2024-12-21T02:27:41.394Z | Compiling time-core v0.1.2 |
1288 | 2024-12-21T02:27:41.472Z | Compiling vcpkg v0.2.15 |
1289 | 2024-12-21T02:27:41.578Z | Compiling spki v0.7.3 |
1290 | 2024-12-21T02:27:41.969Z | Compiling icu_locid_transform v1.5.0 |
1291 | 2024-12-21T02:27:42.290Z | Compiling mirai-annotations v1.12.0 |
1292 | 2024-12-21T02:27:42.365Z | Compiling untrusted v0.7.1 |
1293 | 2024-12-21T02:27:42.479Z | Compiling pest_meta v2.7.14 |
1294 | 2024-12-21T02:27:42.544Z | Compiling time-macros v0.2.18 |
1295 | 2024-12-21T02:27:42.740Z | Compiling deranged v0.3.11 |
1296 | 2024-12-21T02:27:43.100Z | Compiling scrypt v0.11.0 |
1297 | 2024-12-21T02:27:43.654Z | Compiling openssl-sys v0.9.103 |
1298 | 2024-12-21T02:27:43.673Z | Compiling icu_properties v1.5.1 |
1299 | 2024-12-21T02:27:44.661Z | Compiling cbc v0.1.2 |
1300 | 2024-12-21T02:27:44.726Z | Compiling aes v0.8.4 |
1301 | 2024-12-21T02:27:44.751Z | Compiling scroll_derive v0.12.0 |
1302 | 2024-12-21T02:27:45.449Z | Compiling bitflags v2.6.0 |
1303 | 2024-12-21T02:27:45.771Z | Compiling bytes v1.8.0 |
1304 | 2024-12-21T02:27:46.234Z | Compiling indexmap v2.6.0 |
1305 | 2024-12-21T02:27:46.578Z | Compiling semver v1.0.23 |
1306 | 2024-12-21T02:27:47.105Z | Compiling tokio v1.40.0 |
1307 | 2024-12-21T02:27:47.321Z | Compiling http v1.1.0 |
1308 | 2024-12-21T02:27:47.598Z | Compiling rustc_version v0.4.1 |
1309 | 2024-12-21T02:27:47.601Z | Compiling write16 v1.0.0 |
1310 | 2024-12-21T02:27:47.698Z | Compiling utf8_iter v1.0.4 |
1311 | 2024-12-21T02:27:47.752Z | Compiling utf16_iter v1.0.5 |
1312 | 2024-12-21T02:27:47.934Z | Compiling icu_normalizer_data v1.5.0 |
1313 | 2024-12-21T02:27:47.957Z | Compiling num_threads v0.1.7 |
1314 | 2024-12-21T02:27:48.041Z | Compiling atomic-waker v1.1.2 |
1315 | 2024-12-21T02:27:48.077Z | Compiling time v0.3.36 |
1316 | 2024-12-21T02:27:48.219Z | Compiling icu_normalizer v1.5.0 |
1317 | 2024-12-21T02:27:48.412Z | Compiling scroll v0.12.0 |
1318 | 2024-12-21T02:27:48.603Z | Compiling pkcs5 v0.7.1 |
1319 | 2024-12-21T02:27:48.955Z | Compiling http-body v1.0.1 |
1320 | 2024-12-21T02:27:49.283Z | Compiling pest_generator v2.7.14 |
1321 | 2024-12-21T02:27:49.345Z | Compiling form_urlencoded v1.2.1 |
1322 | 2024-12-21T02:27:49.677Z | Compiling slog v2.7.0 |
1323 | 2024-12-21T02:27:49.794Z | Compiling which v4.4.2 |
1324 | 2024-12-21T02:27:49.822Z | Compiling try-lock v0.2.5 |
1325 | 2024-12-21T02:27:49.973Z | Compiling want v0.3.1 |
1326 | 2024-12-21T02:27:50.267Z | Compiling goblin v0.8.2 |
1327 | 2024-12-21T02:27:50.301Z | Compiling pkcs8 v0.10.2 |
1328 | 2024-12-21T02:27:50.395Z | Compiling idna_adapter v1.2.0 |
1329 | 2024-12-21T02:27:50.612Z | Compiling httpdate v1.0.3 |
1330 | 2024-12-21T02:27:51.055Z | Compiling idna v1.0.3 |
1331 | 2024-12-21T02:27:51.276Z | Compiling pest_derive v2.7.14 |
1332 | 2024-12-21T02:27:51.296Z | Compiling uuid v1.11.0 |
1333 | 2024-12-21T02:27:51.978Z | Compiling serde_tokenstream v0.2.2 |
1334 | 2024-12-21T02:27:52.071Z | Compiling dtrace-parser v0.2.0 |
1335 | 2024-12-21T02:27:52.612Z | Compiling toml_datetime v0.6.8 |
1336 | 2024-12-21T02:27:52.691Z | Compiling serde_spanned v0.6.8 |
1337 | 2024-12-21T02:27:52.927Z | Compiling iana-time-zone v0.1.61 |
1338 | 2024-12-21T02:27:52.942Z | Compiling tower-service v0.3.3 |
1339 | 2024-12-21T02:27:53.068Z | Compiling adler2 v2.0.0 |
1340 | 2024-12-21T02:27:53.118Z | Compiling openssl v0.10.66 |
1341 | 2024-12-21T02:27:53.271Z | Compiling rustversion v1.0.17 |
1342 | 2024-12-21T02:27:53.371Z | Compiling foreign-types-shared v0.1.1 |
1343 | 2024-12-21T02:27:53.390Z | Compiling base64 v0.22.1 |
1344 | 2024-12-21T02:27:53.478Z | Compiling match_cfg v0.1.0 |
1345 | 2024-12-21T02:27:53.542Z | Compiling foreign-types v0.3.2 |
1346 | 2024-12-21T02:27:53.571Z | Compiling hostname v0.3.1 |
1347 | 2024-12-21T02:27:53.633Z | Compiling miniz_oxide v0.8.0 |
1348 | 2024-12-21T02:27:53.826Z | Compiling chrono v0.4.38 |
1349 | 2024-12-21T02:27:54.051Z | Compiling url v2.5.3 |
1350 | 2024-12-21T02:27:54.243Z | Compiling async-trait v0.1.83 |
1351 | 2024-12-21T02:27:55.183Z | Compiling openssl-macros v0.1.1 |
1352 | 2024-12-21T02:27:55.528Z | Compiling tokio-util v0.7.12 |
1353 | 2024-12-21T02:27:55.936Z | Compiling dof v0.3.0 |
1354 | 2024-12-21T02:27:56.078Z | Compiling dirs-sys-next v0.1.2 |
1355 | 2024-12-21T02:27:56.755Z | Compiling h2 v0.4.6 |
1356 | 2024-12-21T02:27:57.003Z | Compiling usdt-impl v0.5.0 |
1357 | 2024-12-21T02:27:57.043Z | Compiling syn v1.0.109 |
1358 | 2024-12-21T02:27:57.516Z | Compiling siphasher v0.3.11 |
1359 | 2024-12-21T02:27:57.653Z | Compiling rustls v0.23.19 |
1360 | 2024-12-21T02:27:57.903Z | Compiling rustls v0.22.4 |
1361 | 2024-12-21T02:27:57.907Z | Compiling data-encoding v2.6.0 |
1362 | 2024-12-21T02:27:58.100Z | Compiling native-tls v0.2.12 |
1363 | 2024-12-21T02:27:58.261Z | Compiling dirs-next v2.0.0 |
1364 | 2024-12-21T02:27:58.576Z | Compiling http-body-util v0.1.2 |
1365 | 2024-12-21T02:27:59.105Z | Compiling heapless v0.7.17 |
1366 | 2024-12-21T02:27:59.544Z | Compiling crossbeam-epoch v0.9.18 |
1367 | 2024-12-21T02:27:59.898Z | Compiling signature v2.2.0 |
1368 | 2024-12-21T02:28:00.192Z | Compiling sha1 v0.10.6 |
1369 | 2024-12-21T02:28:00.284Z | Compiling bzip2-sys v0.1.11+1.0.8 |
1370 | 2024-12-21T02:28:00.303Z | Compiling serde_derive_internals v0.29.1 |
1371 | 2024-12-21T02:28:00.577Z | Compiling thread_local v1.1.8 |
1372 | 2024-12-21T02:28:00.613Z | Compiling multer v3.1.0 |
1373 | 2024-12-21T02:28:00.753Z | Compiling cookie v0.18.1 |
1374 | 2024-12-21T02:28:00.896Z | Compiling encoding_rs v0.8.34 |
1375 | 2024-12-21T02:28:01.080Z | Compiling schemars v0.8.21 |
1376 | 2024-12-21T02:28:01.130Z | Compiling unicode-properties v0.1.3 |
1377 | 2024-12-21T02:28:01.395Z | Compiling rayon-core v1.12.1 |
1378 | 2024-12-21T02:28:01.527Z | Compiling signal-hook v0.3.17 |
1379 | 2024-12-21T02:28:01.650Z | Compiling gimli v0.31.1 |
1380 | 2024-12-21T02:28:01.796Z | Compiling mime v0.3.17 |
1381 | 2024-12-21T02:28:02.419Z | Compiling slog-async v2.8.0 |
1382 | 2024-12-21T02:28:02.770Z | Compiling openssl-probe v0.1.5 |
1383 | 2024-12-21T02:28:02.930Z | Compiling ipnet v2.10.1 |
1384 | 2024-12-21T02:28:03.070Z | Compiling schemars_derive v0.8.21 |
1385 | 2024-12-21T02:28:03.229Z | Compiling stringprep v0.1.5 |
1386 | 2024-12-21T02:28:04.160Z | Compiling hyper v1.5.0 |
1387 | 2024-12-21T02:28:04.515Z | Compiling toml_edit v0.22.22 |
1388 | 2024-12-21T02:28:06.023Z | Compiling addr2line v0.24.2 |
1389 | 2024-12-21T02:28:06.739Z | Compiling hyper-util v0.1.10 |
1390 | 2024-12-21T02:28:06.758Z | Compiling usdt-macro v0.5.0 |
1391 | 2024-12-21T02:28:07.087Z | Compiling usdt-attr-macro v0.5.0 |
1392 | 2024-12-21T02:28:07.227Z | Compiling crossbeam-deque v0.8.5 |
1393 | 2024-12-21T02:28:07.621Z | Compiling term v0.7.0 |
1394 | 2024-12-21T02:28:08.148Z | Compiling slog-json v2.6.1 |
1395 | 2024-12-21T02:28:08.164Z | Compiling serde_urlencoded v0.7.1 |
1396 | 2024-12-21T02:28:08.713Z | Compiling curve25519-dalek v4.1.3 |
1397 | 2024-12-21T02:28:08.732Z | Compiling crossbeam-channel v0.5.13 |
1398 | 2024-12-21T02:28:08.732Z | Compiling futures-executor v0.3.31 |
1399 | 2024-12-21T02:28:09.129Z | Compiling enum-as-inner v0.6.1 |
1400 | 2024-12-21T02:28:09.147Z | Compiling md-5 v0.10.6 |
1401 | 2024-12-21T02:28:09.215Z | Compiling rustls-pemfile v2.2.0 |
1402 | 2024-12-21T02:28:09.398Z | Compiling async-stream-impl v0.3.6 |
1403 | 2024-12-21T02:28:09.557Z | Compiling num-integer v0.1.46 |
1404 | 2024-12-21T02:28:09.729Z | Compiling idna v0.3.0 |
1405 | 2024-12-21T02:28:09.803Z | Compiling idna v0.4.0 |
1406 | 2024-12-21T02:28:10.204Z | Compiling hash32 v0.2.1 |
1407 | 2024-12-21T02:28:10.322Z | Compiling ff v0.13.0 |
1408 | 2024-12-21T02:28:10.550Z | Compiling is-terminal v0.4.13 |
1409 | 2024-12-21T02:28:10.574Z | Compiling dropshot v0.12.0 |
1410 | 2024-12-21T02:28:10.684Z | Compiling object v0.36.5 |
1411 | 2024-12-21T02:28:10.715Z | Compiling rustc-demangle v0.1.24 |
1412 | 2024-12-21T02:28:10.904Z | Compiling fallible-iterator v0.2.0 |
1413 | 2024-12-21T02:28:11.460Z | Compiling linked-hash-map v0.5.6 |
1414 | 2024-12-21T02:28:11.527Z | Compiling smoltcp v0.9.1 |
1415 | 2024-12-21T02:28:11.593Z | Compiling dyn-clone v1.0.17 |
1416 | 2024-12-21T02:28:11.699Z | Compiling num-bigint-dig v0.8.4 |
1417 | 2024-12-21T02:28:11.807Z | Compiling portable-atomic v1.9.0 |
1418 | 2024-12-21T02:28:11.827Z | Compiling psl-types v2.0.11 |
1419 | 2024-12-21T02:28:11.989Z | Compiling utf-8 v0.7.6 |
1420 | 2024-12-21T02:28:12.016Z | Compiling anyhow v1.0.93 |
1421 | 2024-12-21T02:28:12.232Z | Compiling take_mut v0.2.2 |
1422 | 2024-12-21T02:28:12.313Z | Compiling base16ct v0.2.0 |
1423 | 2024-12-21T02:28:12.395Z | Compiling quick-error v1.2.3 |
1424 | 2024-12-21T02:28:12.544Z | Compiling resolv-conf v0.7.0 |
1425 | 2024-12-21T02:28:12.645Z | Compiling sec1 v0.7.3 |
1426 | 2024-12-21T02:28:12.931Z | Compiling tungstenite v0.24.0 |
1427 | 2024-12-21T02:28:13.015Z | Compiling publicsuffix v2.2.3 |
1428 | 2024-12-21T02:28:13.213Z | Compiling lru-cache v0.1.2 |
1429 | 2024-12-21T02:28:13.332Z | Compiling postgres-protocol v0.6.7 |
1430 | 2024-12-21T02:28:13.465Z | Compiling async-stream v0.3.6 |
1431 | 2024-12-21T02:28:13.772Z | Compiling slog-term v2.9.1 |
1432 | 2024-12-21T02:28:14.100Z | Compiling hickory-proto v0.24.1 |
1433 | 2024-12-21T02:28:14.682Z | Compiling usdt v0.5.0 |
1434 | 2024-12-21T02:28:15.043Z | Compiling group v0.13.0 |
1435 | 2024-12-21T02:28:15.268Z | Compiling num-iter v0.1.45 |
1436 | 2024-12-21T02:28:15.449Z | Compiling futures v0.3.31 |
1437 | 2024-12-21T02:28:15.471Z | Compiling slog-bunyan v2.5.0 |
1438 | 2024-12-21T02:28:15.681Z | Compiling toml v0.8.19 |
1439 | 2024-12-21T02:28:17.490Z | Compiling tokio-native-tls v0.3.1 |
1440 | 2024-12-21T02:28:17.507Z | Compiling camino v1.1.9 |
1441 | 2024-12-21T02:28:17.765Z | Compiling phf_shared v0.11.2 |
1442 | 2024-12-21T02:28:18.153Z | Compiling backtrace v0.3.74 |
1443 | 2024-12-21T02:28:18.200Z | Compiling dropshot_endpoint v0.12.0 |
1444 | 2024-12-21T02:28:18.473Z | Compiling terminal_size v0.4.0 |
1445 | 2024-12-21T02:28:18.531Z | Compiling waitgroup v0.1.2 |
1446 | 2024-12-21T02:28:18.684Z | Compiling openapiv3 v2.0.0 |
1447 | 2024-12-21T02:28:18.704Z | Compiling serde_path_to_error v0.1.16 |
1448 | 2024-12-21T02:28:18.738Z | Compiling hkdf v0.12.4 |
1449 | 2024-12-21T02:28:18.991Z | Compiling crypto-bigint v0.5.5 |
1450 | 2024-12-21T02:28:19.532Z | Compiling webpki-roots v0.26.6 |
1451 | 2024-12-21T02:28:19.745Z | Compiling zerocopy-derive v0.6.6 |
1452 | 2024-12-21T02:28:21.862Z | Compiling curve25519-dalek-derive v0.1.1 |
1453 | 2024-12-21T02:28:22.048Z | Compiling idna v0.5.0 |
1454 | 2024-12-21T02:28:22.384Z | Compiling hubpack_derive v0.1.1 |
1455 | 2024-12-21T02:28:22.886Z | Compiling hostname v0.4.0 |
1456 | 2024-12-21T02:28:23.110Z | Compiling fs-err v2.11.0 |
1457 | 2024-12-21T02:28:23.151Z | Compiling crc32fast v1.4.2 |
1458 | 2024-12-21T02:28:23.252Z | Compiling ahash v0.8.11 |
1459 | 2024-12-21T02:28:23.397Z | Compiling bitflags v1.3.2 |
1460 | 2024-12-21T02:28:23.442Z | Compiling managed v0.8.0 |
1461 | 2024-12-21T02:28:23.474Z | Compiling winnow v0.5.40 |
1462 | 2024-12-21T02:28:23.506Z | Compiling debug-ignore v1.0.5 |
1463 | 2024-12-21T02:28:23.651Z | Compiling clap_builder v4.5.21 |
1464 | 2024-12-21T02:28:23.655Z | Compiling console v0.15.8 |
1465 | 2024-12-21T02:28:23.689Z | Compiling strum_macros v0.25.3 |
1466 | 2024-12-21T02:28:25.109Z | Compiling flate2 v1.0.34 |
1467 | 2024-12-21T02:28:25.268Z | Compiling hubpack v0.1.2 |
1468 | 2024-12-21T02:28:25.718Z | Compiling cookie_store v0.21.0 |
1469 | 2024-12-21T02:28:25.997Z | Compiling zerocopy v0.6.6 |
1470 | 2024-12-21T02:28:26.150Z | Compiling elliptic-curve v0.13.8 |
1471 | 2024-12-21T02:28:26.854Z | Compiling hickory-resolver v0.24.1 |
1472 | 2024-12-21T02:28:27.012Z | Compiling toml_edit v0.19.15 |
1473 | 2024-12-21T02:28:27.342Z | Compiling phf v0.11.2 |
1474 | 2024-12-21T02:28:27.638Z | Compiling signal-hook-mio v0.2.4 |
1475 | 2024-12-21T02:28:27.802Z | Compiling hyper-tls v0.6.0 |
1476 | 2024-12-21T02:28:27.830Z | Compiling rayon v1.10.0 |
1477 | 2024-12-21T02:28:28.174Z | Compiling bzip2 v0.4.4 |
1478 | 2024-12-21T02:28:28.557Z | Compiling postgres-types v0.2.8 |
1479 | 2024-12-21T02:28:30.077Z | Compiling tokio-tungstenite v0.24.0 |
1480 | 2024-12-21T02:28:32.030Z | Compiling ed25519 v2.2.3 |
1481 | 2024-12-21T02:28:32.617Z | Compiling phf_shared v0.10.0 |
1482 | 2024-12-21T02:28:32.683Z | Compiling tokio-stream v0.1.16 |
1483 | 2024-12-21T02:28:33.033Z | Compiling pkcs1 v0.7.5 |
1484 | 2024-12-21T02:28:33.061Z | Compiling serde-big-array v0.5.1 |
1485 | 2024-12-21T02:28:33.302Z | Compiling clap_derive v4.5.18 |
1486 | 2024-12-21T02:28:33.605Z | Compiling rfc6979 v0.4.0 |
1487 | 2024-12-21T02:28:33.732Z | Compiling serde_repr v0.1.19 |
1488 | 2024-12-21T02:28:33.796Z | Compiling derive-where v1.2.7 |
1489 | 2024-12-21T02:28:33.909Z | Compiling float-cmp v0.9.0 |
1490 | 2024-12-21T02:28:34.016Z | Compiling bstr v1.10.0 |
1491 | 2024-12-21T02:28:34.119Z | Compiling sync_wrapper v1.0.1 |
1492 | 2024-12-21T02:28:34.272Z | Compiling unicode-segmentation v1.12.0 |
1493 | 2024-12-21T02:28:34.912Z | Compiling bit-vec v0.6.3 |
1494 | 2024-12-21T02:28:35.011Z | Compiling static_assertions v1.1.0 |
1495 | 2024-12-21T02:28:35.116Z | Compiling number_prefix v0.4.0 |
1496 | 2024-12-21T02:28:35.142Z | Compiling predicates-core v1.0.8 |
1497 | 2024-12-21T02:28:35.323Z | Compiling difflib v0.4.0 |
1498 | 2024-12-21T02:28:35.370Z | Compiling normalize-line-endings v0.3.0 |
1499 | 2024-12-21T02:28:35.486Z | Compiling whoami v1.5.2 |
1500 | 2024-12-21T02:28:35.503Z | Compiling new_debug_unreachable v1.0.6 |
1501 | 2024-12-21T02:28:35.593Z | Compiling unicode-width v0.2.0 |
1502 | 2024-12-21T02:28:35.789Z | Compiling precomputed-hash v0.1.1 |
1503 | 2024-12-21T02:28:35.910Z | Compiling fixedbitset v0.4.2 |
1504 | 2024-12-21T02:28:36.129Z | Compiling indicatif v0.17.9 |
1505 | 2024-12-21T02:28:36.152Z | Compiling string_cache v0.8.7 |
1506 | 2024-12-21T02:28:36.395Z | Compiling petgraph v0.6.5 |
1507 | 2024-12-21T02:28:36.628Z | Compiling tokio-postgres v0.7.12 |
1508 | 2024-12-21T02:28:37.029Z | Compiling predicates v3.1.2 |
1509 | 2024-12-21T02:28:37.453Z | Compiling bit-set v0.5.3 |
1510 | 2024-12-21T02:28:37.757Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
1511 | 2024-12-21T02:28:38.330Z | Compiling clap v4.5.21 |
1512 | 2024-12-21T02:28:38.376Z | Compiling similar v2.6.0 |
1513 | 2024-12-21T02:28:38.459Z | Compiling ecdsa v0.16.9 |
1514 | 2024-12-21T02:28:38.838Z | Compiling rsa v0.9.6 |
1515 | 2024-12-21T02:28:39.338Z | Compiling ed25519-dalek v2.1.1 |
1516 | 2024-12-21T02:28:40.458Z | Compiling toml v0.7.8 |
1517 | 2024-12-21T02:28:40.655Z | Compiling zip v0.6.6 |
1518 | 2024-12-21T02:28:40.790Z | Compiling crossterm v0.28.1 |
1519 | 2024-12-21T02:28:42.251Z | Compiling hex v0.4.3 |
1520 | 2024-12-21T02:28:42.664Z | Compiling x509-cert v0.2.5 |
1521 | 2024-12-21T02:28:42.853Z | Compiling itertools v0.10.5 |
1522 | 2024-12-21T02:28:42.872Z | Compiling lalrpop-util v0.19.12 |
1523 | 2024-12-21T02:28:42.988Z | Compiling unicode-xid v0.2.6 |
1524 | 2024-12-21T02:28:43.186Z | Compiling peg-runtime v0.8.3 |
1525 | 2024-12-21T02:28:43.215Z | Compiling strum_macros v0.26.4 |
1526 | 2024-12-21T02:28:43.827Z | Compiling xattr v1.3.1 |
1527 | 2024-12-21T02:28:44.089Z | Compiling filetime v0.2.25 |
1528 | 2024-12-21T02:28:44.409Z | Compiling tar v0.4.42 |
1529 | 2024-12-21T02:28:48.253Z | Compiling strum v0.26.3 |
1530 | 2024-12-21T02:28:51.208Z | Compiling aws-lc-sys v0.22.0 |
1531 | 2024-12-21T02:29:18.706Z | Compiling rustls-webpki v0.102.8 |
1532 | 2024-12-21T02:29:21.978Z | Compiling tokio-rustls v0.25.0 |
1533 | 2024-12-21T02:29:23.577Z | Compiling tokio-rustls v0.26.0 |
1534 | 2024-12-21T02:29:24.033Z | Compiling hyper-rustls v0.27.3 |
1535 | 2024-12-21T02:29:24.342Z | Compiling reqwest v0.12.9 |
1536 | 2024-12-21T02:29:25.298Z | Compiling qorb v0.2.1 |
1537 | 2024-12-21T02:29:30.076Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1538 | 2024-12-21T02:29:30.307Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
1539 | 2024-12-21T02:29:35.880Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 22s |
1540 | 2024-12-21T02:29:36.038Z | Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
1541 | 2024-12-21T02:29:36.086Z | Dec 21 02:29:34.713 INFO Starting download, target: Clickhouse |
1542 | 2024-12-21T02:29:36.089Z | Dec 21 02:29:34.713 INFO Starting download, target: Console |
1543 | 2024-12-21T02:29:36.089Z | Dec 21 02:29:34.713 INFO Starting download, target: DendriteOpenapi |
1544 | 2024-12-21T02:29:36.089Z | Dec 21 02:29:34.713 INFO Starting download, target: Cockroach |
1545 | 2024-12-21T02:29:36.089Z | Dec 21 02:29:34.713 INFO Starting download, target: DendriteStub |
1546 | 2024-12-21T02:29:36.089Z | Dec 21 02:29:34.713 INFO Starting download, target: MaghemiteMgd |
1547 | 2024-12-21T02:29:36.089Z | Dec 21 02:29:34.713 INFO Starting download, target: TransceiverControl |
1548 | 2024-12-21T02:29:36.089Z | Dec 21 02:29:34.714 INFO Downloading out/downloads/dpd-11bcc3e0f5d28dc7aed150f4df1174844e4dfbef.json (attempt 1/3), target: DendriteOpenapi |
1549 | 2024-12-21T02:29:36.089Z | Dec 21 02:29:34.714 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console |
1550 | 2024-12-21T02:29:36.089Z | Dec 21 02:29:34.714 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd |
1551 | 2024-12-21T02:29:36.090Z | Dec 21 02:29:34.714 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl |
1552 | 2024-12-21T02:29:36.090Z | Dec 21 02:29:34.714 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse |
1553 | 2024-12-21T02:29:36.090Z | Dec 21 02:29:34.714 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub |
1554 | 2024-12-21T02:29:36.090Z | Dec 21 02:29:34.714 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach |
1555 | 2024-12-21T02:29:36.332Z | Dec 21 02:29:34.944 INFO Download complete, target: DendriteOpenapi |
1556 | 2024-12-21T02:29:36.549Z | Dec 21 02:29:35.149 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl |
1557 | 2024-12-21T02:29:36.576Z | Dec 21 02:29:35.184 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console |
1558 | 2024-12-21T02:29:36.909Z | Dec 21 02:29:35.502 INFO Download complete, target: Console |
1559 | 2024-12-21T02:29:37.107Z | Dec 21 02:29:35.723 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd |
1560 | 2024-12-21T02:29:37.168Z | Dec 21 02:29:35.792 INFO Download complete, target: TransceiverControl |
1561 | 2024-12-21T02:29:37.213Z | Dec 21 02:29:35.837 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub |
1562 | 2024-12-21T02:29:37.806Z | Dec 21 02:29:36.433 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach |
1563 | 2024-12-21T02:29:37.806Z | Dec 21 02:29:36.433 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach |
1564 | 2024-12-21T02:29:38.085Z | Dec 21 02:29:36.712 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse |
1565 | 2024-12-21T02:29:39.991Z | Dec 21 02:29:38.615 INFO Download complete, target: MaghemiteMgd |
1566 | 2024-12-21T02:29:40.081Z | Dec 21 02:29:38.707 INFO Download complete, target: DendriteStub |
1567 | 2024-12-21T02:29:45.284Z | Dec 21 02:29:43.910 INFO Checking that binary works, target: Cockroach |
1568 | 2024-12-21T02:29:45.627Z | Dec 21 02:29:44.253 INFO Download complete, target: Cockroach |
1569 | 2024-12-21T02:29:50.664Z | Dec 21 02:29:49.289 INFO Checking that binary works, target: Clickhouse |
1570 | 2024-12-21T02:29:50.804Z | Dec 21 02:29:49.429 INFO Download complete, target: Clickhouse |
1571 | 2024-12-21T02:29:50.823Z | All builder prerequisites installed successfully, and PATH looks valid |
1572 | 2024-12-21T02:29:50.826Z | |
1573 | 2024-12-21T02:29:50.827Z | real 4:56.922815814 |
1574 | 2024-12-21T02:29:50.827Z | user 16:20.752214602 |
1575 | 2024-12-21T02:29:50.827Z | sys 3:11.927374053 |
1576 | 2024-12-21T02:29:50.827Z | trap 0.547515138 |
1577 | 2024-12-21T02:29:50.827Z | tflt 1.599932406 |
1578 | 2024-12-21T02:29:50.827Z | dflt 2.064500391 |
1579 | 2024-12-21T02:29:50.827Z | kflt 0.022642580 |
1580 | 2024-12-21T02:29:50.827Z | lock 29:57.295453479 |
1581 | 2024-12-21T02:29:50.827Z | slp 1:01:03.119609195 |
1582 | 2024-12-21T02:29:50.827Z | lat 57.397895482 |
1583 | 2024-12-21T02:29:50.827Z | stop 2:15.427354641 |
1584 | 2024-12-21T02:29:50.827Z | + banner clippy |
1585 | 2024-12-21T02:29:50.827Z | |
1586 | 2024-12-21T02:29:50.827Z | #### # # ##### ##### # # |
1587 | 2024-12-21T02:29:50.827Z | # # # # # # # # # # |
1588 | 2024-12-21T02:29:50.827Z | # # # # # # # # |
1589 | 2024-12-21T02:29:50.827Z | # # # ##### ##### # |
1590 | 2024-12-21T02:29:50.827Z | # # # # # # # |
1591 | 2024-12-21T02:29:50.827Z | #### ###### # # # # |
1592 | 2024-12-21T02:29:50.827Z | |
1593 | 2024-12-21T02:29:50.827Z | + export CARGO_INCREMENTAL=0 |
1594 | 2024-12-21T02:29:50.827Z | + CARGO_INCREMENTAL=0 |
1595 | 2024-12-21T02:29:50.827Z | + ptime -m cargo xtask clippy |
1596 | 2024-12-21T02:29:51.351Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
1597 | 2024-12-21T02:29:54.779Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.82s |
1598 | 2024-12-21T02:29:54.801Z | Running `target/debug/xtask clippy` |
1599 | 2024-12-21T02:29:54.815Z | running: /home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/cargo "clippy" "--all-targets" "--workspace" "--" "--deny" "warnings" |
1600 | 2024-12-21T02:29:55.433Z | Downloading crates ... |
1601 | 2024-12-21T02:29:55.724Z | Downloaded assert-json-diff v2.0.2 |
1602 | 2024-12-21T02:29:55.730Z | Downloaded anes v0.1.6 |
1603 | 2024-12-21T02:29:55.732Z | Downloaded assert_cmd v2.0.16 |
1604 | 2024-12-21T02:29:55.735Z | Downloaded approx v0.5.1 |
1605 | 2024-12-21T02:29:55.740Z | Downloaded async-object-pool v0.1.5 |
1606 | 2024-12-21T02:29:55.749Z | Downloaded pathdiff v0.2.2 |
1607 | 2024-12-21T02:29:55.754Z | Downloaded nested v0.1.1 |
1608 | 2024-12-21T02:29:55.759Z | Downloaded guppy-workspace-hack v0.1.0 |
1609 | 2024-12-21T02:29:55.763Z | Downloaded escape8259 v0.5.3 |
1610 | 2024-12-21T02:29:55.763Z | Downloaded cast v0.3.0 |
1611 | 2024-12-21T02:29:55.763Z | Downloaded plotters-svg v0.3.7 |
1612 | 2024-12-21T02:29:55.763Z | Downloaded doc-comment v0.3.3 |
1613 | 2024-12-21T02:29:55.763Z | Downloaded oorandom v11.1.4 |
1614 | 2024-12-21T02:29:55.771Z | Downloaded blocking v1.6.1 |
1615 | 2024-12-21T02:29:55.771Z | Downloaded async-channel v2.3.1 |
1616 | 2024-12-21T02:29:55.771Z | Downloaded path-tree v0.8.1 |
1617 | 2024-12-21T02:29:55.771Z | Downloaded async-channel v1.9.0 |
1618 | 2024-12-21T02:29:55.771Z | Downloaded futures-timer v3.0.3 |
1619 | 2024-12-21T02:29:55.780Z | Downloaded event-listener-strategy v0.5.2 |
1620 | 2024-12-21T02:29:55.780Z | Downloaded num_cpus v1.16.0 |
1621 | 2024-12-21T02:29:55.783Z | Downloaded concurrent-queue v2.5.0 |
1622 | 2024-12-21T02:29:55.783Z | Downloaded stringmetrics v2.2.2 |
1623 | 2024-12-21T02:29:55.783Z | Downloaded async-attributes v1.1.2 |
1624 | 2024-12-21T02:29:55.783Z | Downloaded async-global-executor v2.4.1 |
1625 | 2024-12-21T02:29:55.783Z | Downloaded target-triple v0.1.3 |
1626 | 2024-12-21T02:29:55.783Z | Downloaded async-executor v1.13.1 |
1627 | 2024-12-21T02:29:55.788Z | Downloaded relative-path v1.9.3 |
1628 | 2024-12-21T02:29:55.788Z | Downloaded indoc v2.0.5 |
1629 | 2024-12-21T02:29:55.792Z | Downloaded serde_regex v1.1.0 |
1630 | 2024-12-21T02:29:55.792Z | Downloaded threadpool v1.8.1 |
1631 | 2024-12-21T02:29:55.792Z | Downloaded target-spec v3.2.2 |
1632 | 2024-12-21T02:29:55.792Z | Downloaded similar-asserts v1.6.0 |
1633 | 2024-12-21T02:29:55.795Z | Downloaded parking v2.2.1 |
1634 | 2024-12-21T02:29:55.795Z | Downloaded proc-macro-crate v3.2.0 |
1635 | 2024-12-21T02:29:55.795Z | Downloaded datatest-stable v0.2.9 |
1636 | 2024-12-21T02:29:55.798Z | Downloaded piper v0.2.4 |
1637 | 2024-12-21T02:29:55.798Z | Downloaded criterion-plot v0.5.0 |
1638 | 2024-12-21T02:29:55.801Z | Downloaded kv-log-macro v1.0.7 |
1639 | 2024-12-21T02:29:55.801Z | Downloaded event-listener v2.5.3 |
1640 | 2024-12-21T02:29:55.804Z | Downloaded async-signal v0.2.10 |
1641 | 2024-12-21T02:29:55.804Z | Downloaded rustls-native-certs v0.7.3 |
1642 | 2024-12-21T02:29:55.810Z | Downloaded httptest v0.16.1 |
1643 | 2024-12-21T02:29:55.810Z | Downloaded async-lock v3.4.0 |
1644 | 2024-12-21T02:29:55.816Z | Downloaded async-task v4.7.1 |
1645 | 2024-12-21T02:29:55.816Z | Downloaded tinytemplate v1.2.1 |
1646 | 2024-12-21T02:29:55.822Z | Downloaded rstest v0.23.0 |
1647 | 2024-12-21T02:29:55.826Z | Downloaded rust-argon2 v2.1.0 |
1648 | 2024-12-21T02:29:55.826Z | Downloaded partial-io v0.5.4 |
1649 | 2024-12-21T02:29:55.826Z | Downloaded cfg-expr v0.17.0 |
1650 | 2024-12-21T02:29:55.830Z | Downloaded async-process v2.3.0 |
1651 | 2024-12-21T02:29:55.830Z | Downloaded blake2b_simd v1.0.2 |
1652 | 2024-12-21T02:29:55.842Z | Downloaded libtest-mimic v0.7.3 |
1653 | 2024-12-21T02:29:55.842Z | Downloaded futures-lite v2.3.0 |
1654 | 2024-12-21T02:29:55.842Z | Downloaded event-listener v5.3.1 |
1655 | 2024-12-21T02:29:55.842Z | Downloaded plotters-backend v0.3.7 |
1656 | 2024-12-21T02:29:55.842Z | Downloaded rstest_macros v0.23.0 |
1657 | 2024-12-21T02:29:55.847Z | Downloaded trybuild v1.0.101 |
1658 | 2024-12-21T02:29:55.847Z | Downloaded target-lexicon v0.12.16 |
1659 | 2024-12-21T02:29:55.850Z | Downloaded yansi v1.0.1 |
1660 | 2024-12-21T02:29:55.850Z | Downloaded pretty_assertions v1.4.1 |
1661 | 2024-12-21T02:29:55.850Z | Downloaded async-io v2.3.4 |
1662 | 2024-12-21T02:29:55.854Z | Downloaded fancy-regex v0.13.0 |
1663 | 2024-12-21T02:29:55.857Z | Downloaded rand_distr v0.4.3 |
1664 | 2024-12-21T02:29:55.860Z | Downloaded criterion v0.5.1 |
1665 | 2024-12-21T02:29:55.869Z | Downloaded polling v3.7.3 |
1666 | 2024-12-21T02:29:55.882Z | Downloaded plotters v0.3.7 |
1667 | 2024-12-21T02:29:55.894Z | Downloaded guppy v0.17.8 |
1668 | 2024-12-21T02:29:55.896Z | Downloaded hyper-rustls v0.26.0 |
1669 | 2024-12-21T02:29:55.897Z | Downloaded async-std v1.13.0 |
1670 | 2024-12-21T02:29:55.978Z | Downloaded httpmock v0.8.0-alpha.1 |
1671 | 2024-12-21T02:29:56.720Z | Checking cfg-if v1.0.0 |
1672 | 2024-12-21T02:29:56.793Z | Checking libc v0.2.162 |
1673 | 2024-12-21T02:29:56.814Z | Checking serde v1.0.215 |
1674 | 2024-12-21T02:29:56.838Z | Checking memchr v2.7.4 |
1675 | 2024-12-21T02:29:56.854Z | Checking value-bag v1.9.0 |
1676 | 2024-12-21T02:29:56.880Z | Checking scopeguard v1.2.0 |
1677 | 2024-12-21T02:29:56.907Z | Checking zeroize v1.8.1 |
1678 | 2024-12-21T02:29:56.937Z | Checking smallvec v1.13.2 |
1679 | 2024-12-21T02:29:56.964Z | Checking itoa v1.0.11 |
1680 | 2024-12-21T02:29:57.026Z | Checking lock_api v0.4.12 |
1681 | 2024-12-21T02:29:57.183Z | Checking byteorder v1.5.0 |
1682 | 2024-12-21T02:29:57.220Z | Checking pin-project-lite v0.2.14 |
1683 | 2024-12-21T02:29:57.228Z | Checking log v0.4.22 |
1684 | 2024-12-21T02:29:57.307Z | Checking subtle v2.6.1 |
1685 | 2024-12-21T02:29:57.322Z | Checking once_cell v1.20.2 |
1686 | 2024-12-21T02:29:57.473Z | Checking typenum v1.17.0 |
1687 | 2024-12-21T02:29:57.562Z | Checking futures-core v0.3.31 |
1688 | 2024-12-21T02:29:57.593Z | Checking libm v0.2.8 |
1689 | 2024-12-21T02:29:57.626Z | Checking thiserror v1.0.69 |
1690 | 2024-12-21T02:29:57.654Z | Checking zerocopy v0.7.35 |
1691 | 2024-12-21T02:29:57.720Z | Checking ryu v1.0.18 |
1692 | 2024-12-21T02:29:57.753Z | Checking spin v0.9.8 |
1693 | 2024-12-21T02:29:57.782Z | Checking const-oid v0.9.6 |
1694 | 2024-12-21T02:29:57.893Z | Checking getrandom v0.2.15 |
1695 | 2024-12-21T02:29:57.974Z | Checking signal-hook-registry v1.4.2 |
1696 | 2024-12-21T02:29:58.120Z | Checking parking_lot_core v0.9.10 |
1697 | 2024-12-21T02:29:58.147Z | Checking rand_core v0.6.4 |
1698 | 2024-12-21T02:29:58.213Z | Checking mio v1.0.2 |
1699 | 2024-12-21T02:29:58.437Z | Checking socket2 v0.5.7 |
1700 | 2024-12-21T02:29:58.461Z | Checking num-traits v0.2.19 |
1701 | 2024-12-21T02:29:58.491Z | Checking parking_lot v0.12.3 |
1702 | 2024-12-21T02:29:58.821Z | Checking generic-array v0.14.7 |
1703 | 2024-12-21T02:29:58.855Z | Checking futures-io v0.3.31 |
1704 | 2024-12-21T02:29:58.879Z | Checking slab v0.4.9 |
1705 | 2024-12-21T02:29:58.919Z | Checking cpufeatures v0.2.14 |
1706 | 2024-12-21T02:29:59.018Z | Checking allocator-api2 v0.2.18 |
1707 | 2024-12-21T02:29:59.052Z | Checking futures-sink v0.3.31 |
1708 | 2024-12-21T02:29:59.085Z | Checking pin-utils v0.1.0 |
1709 | 2024-12-21T02:29:59.135Z | Checking equivalent v1.0.1 |
1710 | 2024-12-21T02:29:59.183Z | Checking foldhash v0.1.3 |
1711 | 2024-12-21T02:29:59.186Z | Checking futures-channel v0.3.31 |
1712 | 2024-12-21T02:29:59.249Z | Checking futures-task v0.3.31 |
1713 | 2024-12-21T02:29:59.415Z | Checking stable_deref_trait v1.2.0 |
1714 | 2024-12-21T02:29:59.497Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1715 | 2024-12-21T02:29:59.529Z | Checking iana-time-zone v0.1.61 |
1716 | 2024-12-21T02:29:59.553Z | Checking futures-util v0.3.31 |
1717 | 2024-12-21T02:29:59.576Z | Checking fnv v1.0.7 |
1718 | 2024-12-21T02:29:59.682Z | Checking ppv-lite86 v0.2.20 |
1719 | 2024-12-21T02:29:59.703Z | Checking hashbrown v0.15.1 |
1720 | 2024-12-21T02:29:59.761Z | Checking tracing-core v0.1.32 |
1721 | 2024-12-21T02:29:59.801Z | Checking errno v0.3.9 |
1722 | 2024-12-21T02:29:59.941Z | Checking crypto-common v0.1.6 |
1723 | 2024-12-21T02:29:59.975Z | Checking block-buffer v0.10.4 |
1724 | 2024-12-21T02:30:00.057Z | Checking zerofrom v0.1.4 |
1725 | 2024-12-21T02:30:00.129Z | Checking dyn-clone v1.0.17 |
1726 | 2024-12-21T02:30:00.221Z | Checking digest v0.10.7 |
1727 | 2024-12-21T02:30:00.277Z | Checking block-padding v0.3.3 |
1728 | 2024-12-21T02:30:00.310Z | Checking yoke v0.7.4 |
1729 | 2024-12-21T02:30:00.388Z | Checking tracing v0.1.40 |
1730 | 2024-12-21T02:30:00.473Z | Checking rand_chacha v0.3.1 |
1731 | 2024-12-21T02:30:00.507Z | Checking inout v0.1.3 |
1732 | 2024-12-21T02:30:00.632Z | Checking crossbeam-utils v0.8.20 |
1733 | 2024-12-21T02:30:00.662Z | Checking zerovec v0.10.4 |
1734 | 2024-12-21T02:30:00.752Z | Checking percent-encoding v2.3.1 |
1735 | 2024-12-21T02:30:00.775Z | Checking cipher v0.4.4 |
1736 | 2024-12-21T02:30:00.848Z | Checking litemap v0.7.3 |
1737 | 2024-12-21T02:30:00.883Z | Checking rand v0.8.5 |
1738 | 2024-12-21T02:30:00.931Z | Checking writeable v0.5.5 |
1739 | 2024-12-21T02:30:01.158Z | Checking tinyvec_macros v0.1.1 |
1740 | 2024-12-21T02:30:01.314Z | Checking form_urlencoded v1.2.1 |
1741 | 2024-12-21T02:30:01.423Z | Checking tinyvec v1.8.0 |
1742 | 2024-12-21T02:30:01.423Z | Checking httparse v1.9.5 |
1743 | 2024-12-21T02:30:01.423Z | Checking atomic-waker v1.1.2 |
1744 | 2024-12-21T02:30:01.446Z | Checking base64ct v1.6.0 |
1745 | 2024-12-21T02:30:01.456Z | Checking icu_locid_transform_data v1.5.0 |
1746 | 2024-12-21T02:30:01.551Z | Checking regex-syntax v0.8.5 |
1747 | 2024-12-21T02:30:01.679Z | Checking bytes v1.8.0 |
1748 | 2024-12-21T02:30:01.791Z | Checking bitflags v2.6.0 |
1749 | 2024-12-21T02:30:01.957Z | Checking serde_json v1.0.132 |
1750 | 2024-12-21T02:30:02.190Z | Checking indexmap v2.6.0 |
1751 | 2024-12-21T02:30:02.220Z | Checking chrono v0.4.38 |
1752 | 2024-12-21T02:30:02.409Z | Checking rustix v0.38.37 |
1753 | 2024-12-21T02:30:02.765Z | Checking tokio v1.40.0 |
1754 | 2024-12-21T02:30:02.810Z | Checking uuid v1.11.0 |
1755 | 2024-12-21T02:30:03.405Z | Checking http v1.1.0 |
1756 | 2024-12-21T02:30:03.547Z | Checking tinystr v0.7.6 |
1757 | 2024-12-21T02:30:03.745Z | Checking unicode-normalization v0.1.24 |
1758 | 2024-12-21T02:30:03.848Z | Checking icu_locid v1.5.0 |
1759 | 2024-12-21T02:30:04.284Z | Checking schemars v0.8.21 |
1760 | 2024-12-21T02:30:04.651Z | Checking icu_collections v1.5.0 |
1761 | 2024-12-21T02:30:04.743Z | Checking hmac v0.12.1 |
1762 | 2024-12-21T02:30:04.791Z | Checking sha2 v0.10.8 |
1763 | 2024-12-21T02:30:04.851Z | Checking icu_provider v1.5.0 |
1764 | 2024-12-21T02:30:04.864Z | Checking icu_properties_data v1.5.0 |
1765 | 2024-12-21T02:30:04.947Z | Checking untrusted v0.9.0 |
1766 | 2024-12-21T02:30:05.165Z | Checking ring v0.17.8 |
1767 | 2024-12-21T02:30:05.203Z | Checking aho-corasick v1.1.3 |
1768 | 2024-12-21T02:30:05.288Z | Checking unicode-ident v1.0.13 |
1769 | 2024-12-21T02:30:05.420Z | Checking utf16_iter v1.0.5 |
1770 | 2024-12-21T02:30:05.462Z | Checking write16 v1.0.0 |
1771 | 2024-12-21T02:30:05.569Z | Checking icu_locid_transform v1.5.0 |
1772 | 2024-12-21T02:30:05.694Z | Checking icu_normalizer_data v1.5.0 |
1773 | 2024-12-21T02:30:05.857Z | Checking utf8_iter v1.0.4 |
1774 | 2024-12-21T02:30:05.858Z | Checking unicode-bidi v0.3.17 |
1775 | 2024-12-21T02:30:06.008Z | Checking lazy_static v1.5.0 |
1776 | 2024-12-21T02:30:06.008Z | Checking powerfmt v0.2.0 |
1777 | 2024-12-21T02:30:06.060Z | Checking adler2 v2.0.0 |
1778 | 2024-12-21T02:30:06.060Z | Checking num_threads v0.1.7 |
1779 | 2024-12-21T02:30:06.181Z | Checking num-conv v0.1.0 |
1780 | 2024-12-21T02:30:06.245Z | Checking miniz_oxide v0.8.0 |
1781 | 2024-12-21T02:30:06.245Z | Checking deranged v0.3.11 |
1782 | 2024-12-21T02:30:06.341Z | Checking time-core v0.1.2 |
1783 | 2024-12-21T02:30:06.386Z | Checking rustls-pki-types v1.10.0 |
1784 | 2024-12-21T02:30:06.568Z | Checking proc-macro2 v1.0.89 |
1785 | 2024-12-21T02:30:06.585Z | Checking icu_properties v1.5.1 |
1786 | 2024-12-21T02:30:06.757Z | Checking regex-automata v0.4.8 |
1787 | 2024-12-21T02:30:06.863Z | Checking pem-rfc7468 v0.7.0 |
1788 | 2024-12-21T02:30:06.915Z | Checking http-body v1.0.1 |
1789 | 2024-12-21T02:30:06.975Z | Checking aws-lc-sys v0.22.0 |
1790 | 2024-12-21T02:30:07.086Z | Checking untrusted v0.7.1 |
1791 | 2024-12-21T02:30:07.119Z | Checking base64 v0.22.1 |
1792 | 2024-12-21T02:30:07.149Z | Checking quote v1.0.37 |
1793 | 2024-12-21T02:30:07.285Z | Checking httpdate v1.0.3 |
1794 | 2024-12-21T02:30:07.490Z | Checking try-lock v0.2.5 |
1795 | 2024-12-21T02:30:07.529Z | Checking mirai-annotations v1.12.0 |
1796 | 2024-12-21T02:30:07.649Z | Checking syn v2.0.87 |
1797 | 2024-12-21T02:30:07.689Z | Checking want v0.3.1 |
1798 | 2024-12-21T02:30:10.287Z | Checking flagset v0.4.6 |
1799 | 2024-12-21T02:30:10.376Z | Checking pbkdf2 v0.12.2 |
1800 | 2024-12-21T02:30:10.376Z | Checking time v0.3.36 |
1801 | 2024-12-21T02:30:10.376Z | Checking der v0.7.9 |
1802 | 2024-12-21T02:30:10.376Z | Checking aes v0.8.4 |
1803 | 2024-12-21T02:30:10.376Z | Checking salsa20 v0.10.2 |
1804 | 2024-12-21T02:30:10.376Z | Checking cbc v0.1.2 |
1805 | 2024-12-21T02:30:10.376Z | Checking ahash v0.8.11 |
1806 | 2024-12-21T02:30:10.462Z | Checking aws-lc-rs v1.10.0 |
1807 | 2024-12-21T02:30:10.462Z | Checking spki v0.7.3 |
1808 | 2024-12-21T02:30:10.462Z | Checking icu_normalizer v1.5.0 |
1809 | 2024-12-21T02:30:10.462Z | Checking slog v2.7.0 |
1810 | 2024-12-21T02:30:10.462Z | Checking tower-service v0.3.3 |
1811 | 2024-12-21T02:30:10.462Z | Checking tokio-util v0.7.12 |
1812 | 2024-12-21T02:30:10.462Z | Checking scrypt v0.11.0 |
1813 | 2024-12-21T02:30:10.462Z | Checking mime v0.3.17 |
1814 | 2024-12-21T02:30:10.462Z | Checking gimli v0.31.1 |
1815 | 2024-12-21T02:30:10.503Z | Checking pkcs5 v0.7.1 |
1816 | 2024-12-21T02:30:10.629Z | Checking object v0.36.5 |
1817 | 2024-12-21T02:30:10.636Z | Checking idna_adapter v1.2.0 |
1818 | 2024-12-21T02:30:10.835Z | Checking idna v1.0.3 |
1819 | 2024-12-21T02:30:10.925Z | Checking h2 v0.4.6 |
1820 | 2024-12-21T02:30:10.950Z | Checking utf8parse v0.2.2 |
1821 | 2024-12-21T02:30:11.095Z | Checking rustc-demangle v0.1.24 |
1822 | 2024-12-21T02:30:11.317Z | Checking url v2.5.3 |
1823 | 2024-12-21T02:30:11.340Z | Checking rustls-webpki v0.102.8 |
1824 | 2024-12-21T02:30:11.365Z | Checking regex v1.11.1 |
1825 | 2024-12-21T02:30:11.538Z | Checking pkcs8 v0.10.2 |
1826 | 2024-12-21T02:30:11.856Z | Checking http-body-util v0.1.2 |
1827 | 2024-12-21T02:30:12.004Z | Checking futures-executor v0.3.31 |
1828 | 2024-12-21T02:30:12.155Z | Checking toml_datetime v0.6.8 |
1829 | 2024-12-21T02:30:12.183Z | Checking serde_spanned v0.6.8 |
1830 | 2024-12-21T02:30:12.234Z | Checking ipnet v2.10.1 |
1831 | 2024-12-21T02:30:12.312Z | Checking unicode-width v0.1.14 |
1832 | 2024-12-21T02:30:12.369Z | Checking data-encoding v2.6.0 |
1833 | 2024-12-21T02:30:12.433Z | Checking futures v0.3.31 |
1834 | 2024-12-21T02:30:12.545Z | Checking rustls-pemfile v2.2.0 |
1835 | 2024-12-21T02:30:12.714Z | Checking anstyle v1.0.10 |
1836 | 2024-12-21T02:30:12.766Z | Checking foreign-types-shared v0.1.1 |
1837 | 2024-12-21T02:30:12.829Z | Checking openssl-probe v0.1.5 |
1838 | 2024-12-21T02:30:12.879Z | Checking foreign-types v0.3.2 |
1839 | 2024-12-21T02:30:12.963Z | Checking serde_urlencoded v0.7.1 |
1840 | 2024-12-21T02:30:12.983Z | Checking semver v1.0.23 |
1841 | 2024-12-21T02:30:13.008Z | Checking sha1 v0.10.6 |
1842 | 2024-12-21T02:30:13.065Z | Checking openssl-sys v0.9.103 |
1843 | 2024-12-21T02:30:13.300Z | Checking encoding_rs v0.8.34 |
1844 | 2024-12-21T02:30:13.368Z | Checking rustls v0.23.19 |
1845 | 2024-12-21T02:30:13.371Z | Checking anstyle-parse v0.2.5 |
1846 | 2024-12-21T02:30:13.678Z | Checking camino v1.1.9 |
1847 | 2024-12-21T02:30:14.007Z | Checking colorchoice v1.0.2 |
1848 | 2024-12-21T02:30:14.156Z | Checking anstyle-query v1.1.1 |
1849 | 2024-12-21T02:30:14.263Z | Checking is_terminal_polyfill v1.70.1 |
1850 | 2024-12-21T02:30:14.295Z | Checking either v1.13.0 |
1851 | 2024-12-21T02:30:14.325Z | Checking addr2line v0.24.2 |
1852 | 2024-12-21T02:30:14.329Z | Checking openssl v0.10.66 |
1853 | 2024-12-21T02:30:14.389Z | Checking winnow v0.6.20 |
1854 | 2024-12-21T02:30:14.695Z | Checking anstream v0.6.15 |
1855 | 2024-12-21T02:30:14.839Z | Checking idna v0.3.0 |
1856 | 2024-12-21T02:30:15.062Z | Checking terminal_size v0.4.0 |
1857 | 2024-12-21T02:30:15.249Z | Checking openapiv3 v2.0.0 |
1858 | 2024-12-21T02:30:15.707Z | Checking signature v2.2.0 |
1859 | 2024-12-21T02:30:15.790Z | Checking clap_lex v0.7.2 |
1860 | 2024-12-21T02:30:15.904Z | Checking psl-types v2.0.11 |
1861 | 2024-12-21T02:30:16.003Z | Checking strsim v0.11.1 |
1862 | 2024-12-21T02:30:16.085Z | Checking publicsuffix v2.2.3 |
1863 | 2024-12-21T02:30:16.304Z | Checking clap_builder v4.5.21 |
1864 | 2024-12-21T02:30:16.334Z | Checking cookie v0.18.1 |
1865 | 2024-12-21T02:30:16.782Z | Checking webpki-roots v0.26.6 |
1866 | 2024-12-21T02:30:16.954Z | Checking backtrace v0.3.74 |
1867 | 2024-12-21T02:30:17.019Z | Checking idna v0.5.0 |
1868 | 2024-12-21T02:30:17.096Z | Checking hyper v1.5.0 |
1869 | 2024-12-21T02:30:17.438Z | Checking is-terminal v0.4.13 |
1870 | 2024-12-21T02:30:17.533Z | Checking anyhow v1.0.93 |
1871 | 2024-12-21T02:30:17.577Z | Checking scroll v0.12.0 |
1872 | 2024-12-21T02:30:17.884Z | Checking plain v0.2.3 |
1873 | 2024-12-21T02:30:17.928Z | Checking ucd-trie v0.1.7 |
1874 | 2024-12-21T02:30:18.047Z | Checking cookie_store v0.21.0 |
1875 | 2024-12-21T02:30:18.064Z | Checking goblin v0.8.2 |
1876 | 2024-12-21T02:30:18.143Z | Checking pest v2.7.14 |
1877 | 2024-12-21T02:30:18.704Z | Checking sync_wrapper v1.0.1 |
1878 | 2024-12-21T02:30:18.733Z | Checking base16ct v0.2.0 |
1879 | 2024-12-21T02:30:18.801Z | Checking tokio-rustls v0.26.0 |
1880 | 2024-12-21T02:30:18.842Z | Checking pretty-hex v0.4.1 |
1881 | 2024-12-21T02:30:18.929Z | Checking sec1 v0.7.3 |
1882 | 2024-12-21T02:30:19.021Z | Checking num-integer v0.1.46 |
1883 | 2024-12-21T02:30:19.182Z | Checking hyper-util v0.1.10 |
1884 | 2024-12-21T02:30:19.205Z | Checking ff v0.13.0 |
1885 | 2024-12-21T02:30:19.297Z | Checking thread-id v4.2.2 |
1886 | 2024-12-21T02:30:19.328Z | Checking clap v4.5.21 |
1887 | 2024-12-21T02:30:19.408Z | Checking toml_edit v0.22.22 |
1888 | 2024-12-21T02:30:19.436Z | Checking group v0.13.0 |
1889 | 2024-12-21T02:30:19.459Z | Checking hkdf v0.12.4 |
1890 | 2024-12-21T02:30:19.508Z | Checking crypto-bigint v0.5.5 |
1891 | 2024-12-21T02:30:19.682Z | Checking memmap v0.7.0 |
1892 | 2024-12-21T02:30:19.686Z | Checking native-tls v0.2.12 |
1893 | 2024-12-21T02:30:19.721Z | Checking dirs-sys-next v0.1.2 |
1894 | 2024-12-21T02:30:19.900Z | Checking crc32fast v1.4.2 |
1895 | 2024-12-21T02:30:19.925Z | Checking utf-8 v0.7.6 |
1896 | 2024-12-21T02:30:20.031Z | Checking tokio-native-tls v0.3.1 |
1897 | 2024-12-21T02:30:20.123Z | Checking static_assertions v1.1.0 |
1898 | 2024-12-21T02:30:20.157Z | Checking bitflags v1.3.2 |
1899 | 2024-12-21T02:30:20.234Z | Checking dirs-next v2.0.0 |
1900 | 2024-12-21T02:30:20.276Z | Checking crossbeam-channel v0.5.13 |
1901 | 2024-12-21T02:30:20.301Z | Checking thread_local v1.1.8 |
1902 | 2024-12-21T02:30:20.384Z | Checking unicode-segmentation v1.12.0 |
1903 | 2024-12-21T02:30:20.593Z | Checking term v0.7.0 |
1904 | 2024-12-21T02:30:20.652Z | Checking dtrace-parser v0.2.0 |
1905 | 2024-12-21T02:30:21.012Z | Checking num-iter v0.1.45 |
1906 | 2024-12-21T02:30:21.039Z | Checking crossbeam-epoch v0.9.18 |
1907 | 2024-12-21T02:30:21.074Z | Checking match_cfg v0.1.0 |
1908 | 2024-12-21T02:30:21.136Z | Checking take_mut v0.2.2 |
1909 | 2024-12-21T02:30:21.164Z | Checking hyper-rustls v0.27.3 |
1910 | 2024-12-21T02:30:21.192Z | Checking hyper-tls v0.6.0 |
1911 | 2024-12-21T02:30:21.196Z | Checking hostname v0.3.1 |
1912 | 2024-12-21T02:30:21.287Z | Checking slog-async v2.8.0 |
1913 | 2024-12-21T02:30:21.353Z | Checking slog-term v2.9.1 |
1914 | 2024-12-21T02:30:21.466Z | Checking bstr v1.10.0 |
1915 | 2024-12-21T02:30:21.505Z | Checking rfc6979 v0.4.0 |
1916 | 2024-12-21T02:30:21.531Z | Checking reqwest v0.12.9 |
1917 | 2024-12-21T02:30:21.586Z | Checking hex v0.4.3 |
1918 | 2024-12-21T02:30:21.693Z | Checking managed v0.8.0 |
1919 | 2024-12-21T02:30:21.845Z | Checking winnow v0.5.40 |
1920 | 2024-12-21T02:30:21.989Z | Checking toml v0.8.19 |
1921 | 2024-12-21T02:30:22.077Z | Checking crossbeam-deque v0.8.5 |
1922 | 2024-12-21T02:30:22.102Z | Checking num-bigint-dig v0.8.4 |
1923 | 2024-12-21T02:30:22.366Z | Checking flate2 v1.0.34 |
1924 | 2024-12-21T02:30:22.396Z | Checking rustls v0.22.4 |
1925 | 2024-12-21T02:30:22.401Z | Checking elliptic-curve v0.13.8 |
1926 | 2024-12-21T02:30:22.710Z | Checking pkcs1 v0.7.5 |
1927 | 2024-12-21T02:30:22.922Z | Checking dof v0.3.0 |
1928 | 2024-12-21T02:30:23.018Z | Checking curve25519-dalek v4.1.3 |
1929 | 2024-12-21T02:30:23.088Z | Checking ecdsa v0.16.9 |
1930 | 2024-12-21T02:30:23.116Z | Checking zerocopy v0.6.6 |
1931 | 2024-12-21T02:30:23.422Z | Checking siphasher v0.3.11 |
1932 | 2024-12-21T02:30:23.518Z | Checking usdt-impl v0.5.0 |
1933 | 2024-12-21T02:30:23.725Z | Checking rayon-core v1.12.1 |
1934 | 2024-12-21T02:30:23.839Z | Checking ed25519 v2.2.3 |
1935 | 2024-12-21T02:30:23.885Z | Checking slog-json v2.6.1 |
1936 | 2024-12-21T02:30:24.080Z | Checking usdt v0.5.0 |
1937 | 2024-12-21T02:30:24.130Z | Checking signal-hook v0.3.17 |
1938 | 2024-12-21T02:30:24.160Z | Checking quick-error v1.2.3 |
1939 | 2024-12-21T02:30:24.271Z | Checking rsa v0.9.6 |
1940 | 2024-12-21T02:30:24.299Z | Checking debug-ignore v1.0.5 |
1941 | 2024-12-21T02:30:24.330Z | Checking slog-bunyan v2.5.0 |
1942 | 2024-12-21T02:30:24.374Z | Checking multer v3.1.0 |
1943 | 2024-12-21T02:30:24.440Z | Checking itertools v0.10.5 |
1944 | 2024-12-21T02:30:24.474Z | Checking x509-cert v0.2.5 |
1945 | 2024-12-21T02:30:24.493Z | Checking idna v0.4.0 |
1946 | 2024-12-21T02:30:24.774Z | Checking serde_path_to_error v0.1.16 |
1947 | 2024-12-21T02:30:24.854Z | Checking toml_edit v0.19.15 |
1948 | 2024-12-21T02:30:24.863Z | Checking ed25519-dalek v2.1.1 |
1949 | 2024-12-21T02:30:25.279Z | Checking hubpack v0.1.2 |
1950 | 2024-12-21T02:30:25.329Z | Checking waitgroup v0.1.2 |
1951 | 2024-12-21T02:30:25.332Z | Checking bzip2-sys v0.1.11+1.0.8 |
1952 | 2024-12-21T02:30:25.396Z | Checking async-stream v0.3.6 |
1953 | 2024-12-21T02:30:25.479Z | Checking hostname v0.4.0 |
1954 | 2024-12-21T02:30:25.504Z | Checking bit-vec v0.6.3 |
1955 | 2024-12-21T02:30:25.580Z | Checking bzip2 v0.4.4 |
1956 | 2024-12-21T02:30:25.615Z | Checking hickory-proto v0.24.1 |
1957 | 2024-12-21T02:30:25.632Z | Checking signal-hook-mio v0.2.4 |
1958 | 2024-12-21T02:30:25.785Z | Checking console v0.15.8 |
1959 | 2024-12-21T02:30:25.843Z | Checking bit-set v0.5.3 |
1960 | 2024-12-21T02:30:25.884Z | Checking hash32 v0.2.1 |
1961 | 2024-12-21T02:30:26.050Z | Checking tokio-rustls v0.25.0 |
1962 | 2024-12-21T02:30:26.078Z | Checking predicates-core v1.0.8 |
1963 | 2024-12-21T02:30:26.105Z | Checking unicode-properties v0.1.3 |
1964 | 2024-12-21T02:30:26.185Z | Checking linked-hash-map v0.5.6 |
1965 | 2024-12-21T02:30:26.278Z | Checking heapless v0.7.17 |
1966 | 2024-12-21T02:30:26.396Z | Checking crossterm v0.28.1 |
1967 | 2024-12-21T02:30:26.439Z | Checking dropshot v0.12.0 |
1968 | 2024-12-21T02:30:26.471Z | Checking stringprep v0.1.5 |
1969 | 2024-12-21T02:30:26.527Z | Checking lru-cache v0.1.2 |
1970 | 2024-12-21T02:30:26.687Z | Checking rayon v1.10.0 |
1971 | 2024-12-21T02:30:26.720Z | Checking phf_shared v0.11.2 |
1972 | 2024-12-21T02:30:26.752Z | Checking similar v2.6.0 |
1973 | 2024-12-21T02:30:27.032Z | Checking tokio-stream v0.1.16 |
1974 | 2024-12-21T02:30:27.257Z | Checking md-5 v0.10.6 |
1975 | 2024-12-21T02:30:27.284Z | Checking toml v0.7.8 |
1976 | 2024-12-21T02:30:27.501Z | Checking float-cmp v0.9.0 |
1977 | 2024-12-21T02:30:27.657Z | Checking normalize-line-endings v0.3.0 |
1978 | 2024-12-21T02:30:27.688Z | Checking difflib v0.4.0 |
1979 | 2024-12-21T02:30:27.795Z | Checking fixedbitset v0.4.2 |
1980 | 2024-12-21T02:30:27.934Z | Checking fallible-iterator v0.2.0 |
1981 | 2024-12-21T02:30:28.068Z | Checking smoltcp v0.9.1 |
1982 | 2024-12-21T02:30:28.086Z | Checking predicates v3.1.2 |
1983 | 2024-12-21T02:30:28.100Z | Checking petgraph v0.6.5 |
1984 | 2024-12-21T02:30:28.128Z | Checking phf v0.11.2 |
1985 | 2024-12-21T02:30:28.395Z | Checking zip v0.6.6 |
1986 | 2024-12-21T02:30:28.534Z | Checking postgres-protocol v0.6.7 |
1987 | 2024-12-21T02:30:32.919Z | Checking resolv-conf v0.7.0 |
1988 | 2024-12-21T02:30:33.002Z | Checking phf_shared v0.10.0 |
1989 | 2024-12-21T02:30:33.003Z | Checking tungstenite v0.24.0 |
1990 | 2024-12-21T02:30:33.003Z | Checking fs-err v2.11.0 |
1991 | 2024-12-21T02:30:33.003Z | Checking serde-big-array v0.5.1 |
1992 | 2024-12-21T02:30:33.003Z | Checking portable-atomic v1.9.0 |
1993 | 2024-12-21T02:30:33.003Z | Checking number_prefix v0.4.0 |
1994 | 2024-12-21T02:30:33.003Z | Checking precomputed-hash v0.1.1 |
1995 | 2024-12-21T02:30:33.003Z | Checking lalrpop-util v0.19.12 |
1996 | 2024-12-21T02:30:33.003Z | Checking minimal-lexical v0.2.1 |
1997 | 2024-12-21T02:30:33.003Z | Checking unicode-width v0.2.0 |
1998 | 2024-12-21T02:30:33.003Z | Checking new_debug_unreachable v1.0.6 |
1999 | 2024-12-21T02:30:33.003Z | Checking tokio-tungstenite v0.24.0 |
2000 | 2024-12-21T02:30:33.003Z | Checking string_cache v0.8.7 |
2001 | 2024-12-21T02:30:33.003Z | Checking hickory-resolver v0.24.1 |
2002 | 2024-12-21T02:30:33.003Z | Checking nom v7.1.3 |
2003 | 2024-12-21T02:30:33.003Z | Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
2004 | 2024-12-21T02:30:33.003Z | Checking postgres-types v0.2.8 |
2005 | 2024-12-21T02:30:33.003Z | Checking itertools v0.12.1 |
2006 | 2024-12-21T02:30:33.003Z | Checking indicatif v0.17.9 |
2007 | 2024-12-21T02:30:33.003Z | Checking whoami v1.5.2 |
2008 | 2024-12-21T02:30:33.003Z | Checking peg-runtime v0.8.3 |
2009 | 2024-12-21T02:30:33.003Z | Compiling hashbrown v0.14.5 |
2010 | 2024-12-21T02:30:33.003Z | Checking tokio-postgres v0.7.12 |
2011 | 2024-12-21T02:30:33.003Z | Compiling ident_case v1.0.1 |
2012 | 2024-12-21T02:30:33.003Z | Compiling unsafe-libyaml v0.2.11 |
2013 | 2024-12-21T02:30:33.003Z | Compiling darling_core v0.20.10 |
2014 | 2024-12-21T02:30:33.003Z | Checking qorb v0.2.1 |
2015 | 2024-12-21T02:30:33.003Z | Compiling regress v0.10.1 |
2016 | 2024-12-21T02:30:33.106Z | Compiling serde_yaml v0.9.34+deprecated |
2017 | 2024-12-21T02:30:33.343Z | Checking heck v0.5.0 |
2018 | 2024-12-21T02:30:33.558Z | Checking progenitor-client v0.8.0 |
2019 | 2024-12-21T02:30:33.933Z | Checking fastrand v2.1.1 |
2020 | 2024-12-21T02:30:34.250Z | Compiling newtype-uuid v1.1.3 |
2021 | 2024-12-21T02:30:34.350Z | Checking ipnetwork v0.20.0 |
2022 | 2024-12-21T02:30:34.400Z | Compiling structmeta-derive v0.3.0 |
2023 | 2024-12-21T02:30:34.543Z | Checking strum v0.26.3 |
2024 | 2024-12-21T02:30:34.711Z | Compiling dropshot v0.13.0 |
2025 | 2024-12-21T02:30:34.736Z | Checking macaddr v1.0.1 |
2026 | 2024-12-21T02:30:35.071Z | Compiling dropshot_endpoint v0.13.0 |
2027 | 2024-12-21T02:30:35.097Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2028 | 2024-12-21T02:30:35.874Z | Checking tempfile v3.13.0 |
2029 | 2024-12-21T02:30:36.108Z | Checking oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265) |
2030 | 2024-12-21T02:30:36.243Z | Checking instant v0.1.13 |
2031 | 2024-12-21T02:30:36.372Z | Checking regress v0.9.1 |
2032 | 2024-12-21T02:30:36.453Z | Compiling typify-impl v0.2.0 |
2033 | 2024-12-21T02:30:37.342Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2034 | 2024-12-21T02:30:37.389Z | Compiling structmeta v0.3.0 |
2035 | 2024-12-21T02:30:37.836Z | Compiling parse-display-derive v0.10.0 |
2036 | 2024-12-21T02:30:37.861Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2037 | 2024-12-21T02:30:38.147Z | Checking backoff v0.4.0 |
2038 | 2024-12-21T02:30:38.180Z | Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2039 | 2024-12-21T02:30:38.324Z | Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
2040 | 2024-12-21T02:30:38.455Z | Checking wait-timeout v0.2.0 |
2041 | 2024-12-21T02:30:38.494Z | Checking rand_xorshift v0.3.0 |
2042 | 2024-12-21T02:30:38.587Z | Compiling darling_macro v0.20.10 |
2043 | 2024-12-21T02:30:38.641Z | Checking rusty-fork v0.3.0 |
2044 | 2024-12-21T02:30:38.666Z | Checking unarray v0.1.4 |
2045 | 2024-12-21T02:30:38.816Z | Compiling structmeta-derive v0.2.0 |
2046 | 2024-12-21T02:30:38.933Z | Checking proptest v1.5.0 |
2047 | 2024-12-21T02:30:39.573Z | Compiling darling v0.20.10 |
2048 | 2024-12-21T02:30:39.705Z | Compiling serde_with_macros v3.11.0 |
2049 | 2024-12-21T02:30:39.839Z | Checking camino-tempfile v1.1.1 |
2050 | 2024-12-21T02:30:40.117Z | Compiling proc-macro-error v1.0.4 |
2051 | 2024-12-21T02:30:40.245Z | Compiling proc-macro-crate v1.3.1 |
2052 | 2024-12-21T02:30:40.891Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2053 | 2024-12-21T02:30:41.277Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2054 | 2024-12-21T02:30:41.397Z | Compiling num_enum_derive v0.5.11 |
2055 | 2024-12-21T02:30:41.590Z | Compiling foreign-types-macros v0.2.3 |
2056 | 2024-12-21T02:30:41.719Z | Compiling structmeta v0.2.0 |
2057 | 2024-12-21T02:30:42.180Z | Compiling test-strategy v0.3.1 |
2058 | 2024-12-21T02:30:42.425Z | Checking parse-display v0.10.0 |
2059 | 2024-12-21T02:30:42.610Z | Checking serde_with v3.11.0 |
2060 | 2024-12-21T02:30:42.671Z | Checking foreign-types-shared v0.3.1 |
2061 | 2024-12-21T02:30:42.823Z | Checking foreign-types v0.5.0 |
2062 | 2024-12-21T02:30:42.965Z | Checking tabwriter v1.4.0 |
2063 | 2024-12-21T02:30:43.116Z | Checking cstr-argument v0.1.2 |
2064 | 2024-12-21T02:30:43.208Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
2065 | 2024-12-21T02:30:43.300Z | Checking pretty-hex v0.2.1 |
2066 | 2024-12-21T02:30:43.476Z | Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2067 | 2024-12-21T02:30:43.610Z | Checking colored v2.1.0 |
2068 | 2024-12-21T02:30:43.731Z | Checking smf v0.2.3 |
2069 | 2024-12-21T02:30:43.782Z | Checking itertools v0.13.0 |
2070 | 2024-12-21T02:30:43.915Z | Checking num_enum v0.5.11 |
2071 | 2024-12-21T02:30:43.940Z | Checking base64 v0.21.7 |
2072 | 2024-12-21T02:30:43.985Z | Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
2073 | 2024-12-21T02:30:44.080Z | Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2074 | 2024-12-21T02:30:44.143Z | Compiling crucible-workspace-hack v0.1.0 |
2075 | 2024-12-21T02:30:44.167Z | Compiling zerocopy v0.8.10 |
2076 | 2024-12-21T02:30:44.351Z | Checking atomicwrites v0.4.4 |
2077 | 2024-12-21T02:30:44.556Z | Compiling zerocopy-derive v0.8.10 |
2078 | 2024-12-21T02:30:44.559Z | Compiling heapless v0.8.0 |
2079 | 2024-12-21T02:30:45.116Z | Checking termtree v0.4.1 |
2080 | 2024-12-21T02:30:45.385Z | Checking predicates-tree v1.0.11 |
2081 | 2024-12-21T02:30:45.502Z | Checking hash32 v0.3.1 |
2082 | 2024-12-21T02:30:45.548Z | Compiling smoltcp v0.11.0 |
2083 | 2024-12-21T02:30:46.130Z | Checking cobs v0.2.3 |
2084 | 2024-12-21T02:30:46.153Z | Checking sigpipe v0.1.3 |
2085 | 2024-12-21T02:30:46.268Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2086 | 2024-12-21T02:30:46.318Z | Checking postcard v1.0.10 |
2087 | 2024-12-21T02:30:46.349Z | Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2088 | 2024-12-21T02:30:46.424Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2089 | 2024-12-21T02:30:46.507Z | Compiling mockall_derive v0.13.0 |
2090 | 2024-12-21T02:30:46.633Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#e07ad764) |
2091 | 2024-12-21T02:30:46.764Z | Compiling thiserror v2.0.3 |
2092 | 2024-12-21T02:30:46.935Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2093 | 2024-12-21T02:30:46.956Z | Compiling thiserror-impl v2.0.3 |
2094 | 2024-12-21T02:30:47.220Z | Checking poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
2095 | 2024-12-21T02:30:47.480Z | Compiling ingot-macros v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
2096 | 2024-12-21T02:30:47.710Z | Compiling zone_cfg_derive v0.3.0 |
2097 | 2024-12-21T02:30:49.270Z | Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=d4529fd8247386b422b78e1203315d5baea5ea8b#d4529fd8) |
2098 | 2024-12-21T02:30:49.277Z | Compiling num-derive v0.4.2 |
2099 | 2024-12-21T02:30:49.608Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2100 | 2024-12-21T02:30:49.627Z | Checking downcast v0.11.0 |
2101 | 2024-12-21T02:30:49.835Z | Checking fragile v2.0.0 |
2102 | 2024-12-21T02:30:49.929Z | Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=d4529fd8247386b422b78e1203315d5baea5ea8b#d4529fd8) |
2103 | 2024-12-21T02:30:50.106Z | Checking zone v0.3.0 |
2104 | 2024-12-21T02:30:50.193Z | Compiling convert_case v0.4.0 |
2105 | 2024-12-21T02:30:50.644Z | Checking tungstenite v0.21.0 |
2106 | 2024-12-21T02:30:50.768Z | Checking newline-converter v0.3.0 |
2107 | 2024-12-21T02:30:50.935Z | Checking expectorate v1.1.0 |
2108 | 2024-12-21T02:30:50.958Z | Checking same-file v1.0.6 |
2109 | 2024-12-21T02:30:51.114Z | Checking arc-swap v1.7.1 |
2110 | 2024-12-21T02:30:51.138Z | Checking walkdir v2.5.0 |
2111 | 2024-12-21T02:30:51.188Z | Compiling derive_more v0.99.18 |
2112 | 2024-12-21T02:30:51.395Z | Checking xattr v1.3.1 |
2113 | 2024-12-21T02:30:51.534Z | Checking slog-scope v4.4.0 |
2114 | 2024-12-21T02:30:51.556Z | Checking tokio-tungstenite v0.21.0 |
2115 | 2024-12-21T02:30:51.579Z | Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826) |
2116 | 2024-12-21T02:30:51.601Z | Checking filetime v0.2.25 |
2117 | 2024-12-21T02:30:51.722Z | Checking slog-stdlog v4.1.1 |
2118 | 2024-12-21T02:30:51.819Z | Checking tar v0.4.42 |
2119 | 2024-12-21T02:30:51.903Z | Checking slog-envlogger v2.2.0 |
2120 | 2024-12-21T02:30:52.033Z | Checking num-rational v0.4.2 |
2121 | 2024-12-21T02:30:52.056Z | Checking num-complex v0.4.6 |
2122 | 2024-12-21T02:30:52.134Z | Checking float-ord v0.3.2 |
2123 | 2024-12-21T02:30:52.278Z | Compiling owo-colors v4.1.0 |
2124 | 2024-12-21T02:30:52.553Z | Checking swrite v0.1.0 |
2125 | 2024-12-21T02:30:52.651Z | Compiling cancel-safe-futures v0.1.5 |
2126 | 2024-12-21T02:30:52.709Z | Checking libsw v3.3.1 |
2127 | 2024-12-21T02:30:52.972Z | Checking password-hash v0.5.0 |
2128 | 2024-12-21T02:30:53.012Z | Checking num v0.4.3 |
2129 | 2024-12-21T02:30:53.116Z | Checking blake2 v0.10.6 |
2130 | 2024-12-21T02:30:53.439Z | Checking linear-map v1.2.0 |
2131 | 2024-12-21T02:30:53.487Z | Checking indent_write v2.2.0 |
2132 | 2024-12-21T02:30:53.589Z | Checking argon2 v0.5.3 |
2133 | 2024-12-21T02:30:53.696Z | Checking pem v3.0.4 |
2134 | 2024-12-21T02:30:53.772Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
2135 | 2024-12-21T02:30:54.128Z | Compiling lzma-sys v0.1.20 |
2136 | 2024-12-21T02:30:54.283Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2137 | 2024-12-21T02:30:54.476Z | Checking headers-core v0.3.0 |
2138 | 2024-12-21T02:30:54.501Z | Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2139 | 2024-12-21T02:30:54.556Z | Checking ingot-types v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
2140 | 2024-12-21T02:30:54.623Z | Compiling heck v0.3.3 |
2141 | 2024-12-21T02:30:54.648Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#e07ad764) |
2142 | 2024-12-21T02:30:54.735Z | Compiling typify-macro v0.2.0 |
2143 | 2024-12-21T02:30:54.925Z | Checking highway v1.2.0 |
2144 | 2024-12-21T02:30:55.059Z | Compiling zone_cfg_derive v0.1.2 |
2145 | 2024-12-21T02:30:55.159Z | Checking headers v0.4.0 |
2146 | 2024-12-21T02:30:55.338Z | Checking cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2147 | 2024-12-21T02:30:55.363Z | Checking ingot v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
2148 | 2024-12-21T02:30:55.562Z | Checking mockall v0.13.0 |
2149 | 2024-12-21T02:30:55.629Z | Checking yasna v0.5.2 |
2150 | 2024-12-21T02:30:55.815Z | Checking base64 v0.13.1 |
2151 | 2024-12-21T02:30:56.230Z | Checking ron v0.7.1 |
2152 | 2024-12-21T02:30:56.317Z | Checking propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2153 | 2024-12-21T02:30:56.507Z | Checking rcgen v0.12.1 |
2154 | 2024-12-21T02:30:56.623Z | Checking zone v0.1.8 |
2155 | 2024-12-21T02:30:57.220Z | Checking xz2 v0.1.7 |
2156 | 2024-12-21T02:30:57.280Z | Checking subprocess v0.2.9 |
2157 | 2024-12-21T02:30:57.421Z | Checking humantime v2.1.0 |
2158 | 2024-12-21T02:30:57.519Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
2159 | 2024-12-21T02:30:57.580Z | Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2160 | 2024-12-21T02:30:57.707Z | Compiling semver v0.1.20 |
2161 | 2024-12-21T02:30:57.841Z | Checking half v2.4.1 |
2162 | 2024-12-21T02:30:58.335Z | Compiling rustc_version v0.1.7 |
2163 | 2024-12-21T02:30:58.357Z | Checking ciborium-io v0.2.2 |
2164 | 2024-12-21T02:30:58.427Z | Checking prettyplease v0.2.25 |
2165 | 2024-12-21T02:30:58.474Z | Checking ciborium-ll v0.2.2 |
2166 | 2024-12-21T02:30:58.780Z | Checking ciborium v0.2.2 |
2167 | 2024-12-21T02:30:58.820Z | Compiling newtype_derive v0.1.6 |
2168 | 2024-12-21T02:30:58.966Z | Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2169 | 2024-12-21T02:30:59.081Z | Compiling typify v0.2.0 |
2170 | 2024-12-21T02:30:59.225Z | Compiling progenitor-impl v0.8.0 |
2171 | 2024-12-21T02:30:59.364Z | Checking steno v0.4.1 |
2172 | 2024-12-21T02:31:00.764Z | Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2173 | 2024-12-21T02:31:01.663Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2174 | 2024-12-21T02:31:01.666Z | Compiling slog-dtrace v0.3.0 |
2175 | 2024-12-21T02:31:02.250Z | Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=d4529fd8247386b422b78e1203315d5baea5ea8b#d4529fd8) |
2176 | 2024-12-21T02:31:02.607Z | Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826) |
2177 | 2024-12-21T02:31:02.666Z | Checking display-error-chain v0.2.2 |
2178 | 2024-12-21T02:31:02.688Z | Checking gethostname v0.5.0 |
2179 | 2024-12-21T02:31:02.823Z | Checking nibble_vec v0.1.0 |
2180 | 2024-12-21T02:31:02.846Z | Compiling blake3 v1.5.4 |
2181 | 2024-12-21T02:31:03.083Z | Checking endian-type v0.1.2 |
2182 | 2024-12-21T02:31:03.092Z | Checking keccak v0.1.5 |
2183 | 2024-12-21T02:31:03.149Z | Checking radix_trie v0.2.1 |
2184 | 2024-12-21T02:31:03.199Z | Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=d4529fd8247386b422b78e1203315d5baea5ea8b#d4529fd8) |
2185 | 2024-12-21T02:31:03.352Z | Checking sha3 v0.10.8 |
2186 | 2024-12-21T02:31:03.525Z | Checking universal-hash v0.5.1 |
2187 | 2024-12-21T02:31:03.717Z | Checking secrecy v0.8.0 |
2188 | 2024-12-21T02:31:03.801Z | Checking opaque-debug v0.3.1 |
2189 | 2024-12-21T02:31:03.860Z | Checking aead v0.5.2 |
2190 | 2024-12-21T02:31:03.932Z | Checking poly1305 v0.8.0 |
2191 | 2024-12-21T02:31:03.985Z | Checking chacha20 v0.9.1 |
2192 | 2024-12-21T02:31:04.363Z | Compiling memmap2 v0.9.5 |
2193 | 2024-12-21T02:31:04.408Z | Compiling arrayvec v0.7.6 |
2194 | 2024-12-21T02:31:04.826Z | Compiling arrayref v0.3.9 |
2195 | 2024-12-21T02:31:04.849Z | Compiling constant_time_eq v0.3.1 |
2196 | 2024-12-21T02:31:04.940Z | Compiling toolchain_find v0.4.0 |
2197 | 2024-12-21T02:31:05.074Z | Compiling thiserror-impl-no-std v2.0.2 |
2198 | 2024-12-21T02:31:05.444Z | Compiling topological-sort v0.2.2 |
2199 | 2024-12-21T02:31:05.542Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/libipcc?rev=fdffa212373a8f92473ea5f411088912bf458d5f#fdffa212) |
2200 | 2024-12-21T02:31:05.672Z | Compiling omicron-zone-package v0.12.0 |
2201 | 2024-12-21T02:31:05.696Z | Compiling rustfmt-wrapper v0.2.1 |
2202 | 2024-12-21T02:31:05.847Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2203 | 2024-12-21T02:31:06.080Z | Checking chacha20poly1305 v0.10.1 |
2204 | 2024-12-21T02:31:06.189Z | Compiling async-recursion v1.1.1 |
2205 | 2024-12-21T02:31:06.275Z | Checking fxhash v0.2.1 |
2206 | 2024-12-21T02:31:06.299Z | Checking bumpalo v3.16.0 |
2207 | 2024-12-21T02:31:06.335Z | Compiling zip v2.1.3 |
2208 | 2024-12-21T02:31:06.463Z | Checking simd-adler32 v0.3.7 |
2209 | 2024-12-21T02:31:06.636Z | Checking lockfree-object-pool v0.1.6 |
2210 | 2024-12-21T02:31:06.689Z | Checking termcolor v1.4.1 |
2211 | 2024-12-21T02:31:06.794Z | Compiling radium v0.7.0 |
2212 | 2024-12-21T02:31:06.876Z | Checking zopfli v0.8.1 |
2213 | 2024-12-21T02:31:07.127Z | Checking maplit v1.0.2 |
2214 | 2024-12-21T02:31:07.198Z | Compiling progenitor-macro v0.8.0 |
2215 | 2024-12-21T02:31:07.262Z | Compiling maybe-uninit v2.0.0 |
2216 | 2024-12-21T02:31:07.291Z | Checking tap v1.0.1 |
2217 | 2024-12-21T02:31:07.461Z | Checking wyz v0.5.1 |
2218 | 2024-12-21T02:31:07.845Z | Checking home v0.5.9 |
2219 | 2024-12-21T02:31:07.866Z | Checking funty v2.0.0 |
2220 | 2024-12-21T02:31:07.986Z | Checking crc-catalog v2.4.0 |
2221 | 2024-12-21T02:31:08.135Z | Compiling packed_struct v0.10.1 |
2222 | 2024-12-21T02:31:08.187Z | Checking crc v3.2.1 |
2223 | 2024-12-21T02:31:08.337Z | Checking thiserror-no-std v2.0.2 |
2224 | 2024-12-21T02:31:08.453Z | Checking vsss-rs v3.3.4 |
2225 | 2024-12-21T02:31:08.661Z | Compiling const_format_proc_macros v0.2.33 |
2226 | 2024-12-21T02:31:08.666Z | Checking kstat-rs v0.2.4 |
2227 | 2024-12-21T02:31:08.731Z | Compiling packed_struct_codegen v0.10.1 |
2228 | 2024-12-21T02:31:08.790Z | Checking bitvec v1.0.1 |
2229 | 2024-12-21T02:31:09.012Z | Compiling vte_generate_state_changes v0.1.2 |
2230 | 2024-12-21T02:31:09.494Z | Compiling indexmap v1.9.3 |
2231 | 2024-12-21T02:31:09.665Z | Checking nodrop v0.1.14 |
2232 | 2024-12-21T02:31:09.790Z | Compiling libefi-sys v0.1.0 |
2233 | 2024-12-21T02:31:09.844Z | Checking array-init v0.0.4 |
2234 | 2024-12-21T02:31:10.104Z | Checking vte v0.11.1 |
2235 | 2024-12-21T02:31:10.777Z | Checking const_format v0.2.33 |
2236 | 2024-12-21T02:31:10.894Z | Checking smallvec v0.6.14 |
2237 | 2024-12-21T02:31:11.260Z | Checking fd-lock v4.0.2 |
2238 | 2024-12-21T02:31:11.301Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c) |
2239 | 2024-12-21T02:31:11.489Z | Compiling bitfield-struct v0.6.2 |
2240 | 2024-12-21T02:31:11.522Z | Checking hashbrown v0.12.3 |
2241 | 2024-12-21T02:31:11.545Z | Checking bitfield v0.14.0 |
2242 | 2024-12-21T02:31:11.668Z | Checking strip-ansi-escapes v0.2.0 |
2243 | 2024-12-21T02:31:11.809Z | Checking serde-hex v0.1.0 |
2244 | 2024-12-21T02:31:11.833Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
2245 | 2024-12-21T02:31:12.111Z | Checking env_logger v0.10.2 |
2246 | 2024-12-21T02:31:12.212Z | Checking ron v0.8.1 |
2247 | 2024-12-21T02:31:12.533Z | Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
2248 | 2024-12-21T02:31:12.586Z | Checking hashbrown v0.13.2 |
2249 | 2024-12-21T02:31:12.825Z | Checking nu-ansi-term v0.50.1 |
2250 | 2024-12-21T02:31:12.917Z | Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2251 | 2024-12-21T02:31:13.231Z | Checking crc-any v2.5.0 |
2252 | 2024-12-21T02:31:13.312Z | Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2253 | 2024-12-21T02:31:13.446Z | Checking reedline v0.35.0 |
2254 | 2024-12-21T02:31:13.478Z | Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
2255 | 2024-12-21T02:31:13.496Z | Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2256 | 2024-12-21T02:31:13.685Z | Checking object v0.30.4 |
2257 | 2024-12-21T02:31:13.730Z | Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
2258 | 2024-12-21T02:31:13.860Z | Compiling parking_lot_core v0.8.6 |
2259 | 2024-12-21T02:31:13.946Z | Checking path-slash v0.1.5 |
2260 | 2024-12-21T02:31:13.986Z | Compiling phf_generator v0.11.2 |
2261 | 2024-12-21T02:31:14.092Z | Checking glob v0.3.1 |
2262 | 2024-12-21T02:31:14.184Z | Checking bytecount v0.6.8 |
2263 | 2024-12-21T02:31:14.365Z | Checking papergrid v0.11.0 |
2264 | 2024-12-21T02:31:14.394Z | Compiling phf_codegen v0.11.2 |
2265 | 2024-12-21T02:31:14.607Z | Compiling tabled_derive v0.7.0 |
2266 | 2024-12-21T02:31:14.696Z | Checking parking_lot v0.11.2 |
2267 | 2024-12-21T02:31:15.054Z | Compiling parse-zoneinfo v0.3.1 |
2268 | 2024-12-21T02:31:15.366Z | Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
2269 | 2024-12-21T02:31:15.757Z | Compiling cfg_aliases v0.1.1 |
2270 | 2024-12-21T02:31:15.873Z | Compiling nix v0.28.0 |
2271 | 2024-12-21T02:31:15.907Z | Compiling chrono-tz-build v0.4.0 |
2272 | 2024-12-21T02:31:16.239Z | Checking sled v0.34.7 |
2273 | 2024-12-21T02:31:16.698Z | Checking hickory-client v0.24.1 |
2274 | 2024-12-21T02:31:17.078Z | Checking hickory-server v0.24.1 |
2275 | 2024-12-21T02:31:17.204Z | Checking tabled v0.15.0 |
2276 | 2024-12-21T02:31:17.410Z | Compiling chrono-tz v0.10.0 |
2277 | 2024-12-21T02:31:17.438Z | Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=242fd812aaeafec99ba01b5505ffbb2bd2370917#242fd812) |
2278 | 2024-12-21T02:31:18.071Z | Compiling buf-list v1.0.3 |
2279 | 2024-12-21T02:31:19.006Z | Compiling peg-macros v0.8.4 |
2280 | 2024-12-21T02:31:19.660Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2281 | 2024-12-21T02:31:19.715Z | Compiling sqlparser_derive v0.2.2 |
2282 | 2024-12-21T02:31:19.780Z | Checking unicode_categories v0.1.1 |
2283 | 2024-12-21T02:31:20.311Z | Checking sqlformat v0.2.6 |
2284 | 2024-12-21T02:31:20.852Z | Checking sqlparser v0.45.0 |
2285 | 2024-12-21T02:31:21.284Z | Checking bcs v0.1.6 |
2286 | 2024-12-21T02:31:21.289Z | Checking rustyline v14.0.0 |
2287 | 2024-12-21T02:31:21.716Z | Checking primeorder v0.13.6 |
2288 | 2024-12-21T02:31:22.176Z | Checking progenitor v0.8.0 |
2289 | 2024-12-21T02:31:22.424Z | Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64) |
2290 | 2024-12-21T02:31:22.473Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2291 | 2024-12-21T02:31:22.696Z | Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2292 | 2024-12-21T02:31:24.320Z | Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=d4529fd8247386b422b78e1203315d5baea5ea8b#d4529fd8) |
2293 | 2024-12-21T02:31:26.454Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
2294 | 2024-12-21T02:31:26.866Z | Checking libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#651fb588) |
2295 | 2024-12-21T02:31:27.216Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2296 | 2024-12-21T02:31:29.187Z | Checking lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
2297 | 2024-12-21T02:31:29.354Z | Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64) |
2298 | 2024-12-21T02:31:30.033Z | Checking peg v0.8.4 |
2299 | 2024-12-21T02:31:30.144Z | Compiling unicase v2.7.0 |
2300 | 2024-12-21T02:31:30.530Z | Checking nanorand v0.7.0 |
2301 | 2024-12-21T02:31:30.603Z | Checking atty v0.2.14 |
2302 | 2024-12-21T02:31:30.738Z | Compiling salty v0.3.0 |
2303 | 2024-12-21T02:31:30.866Z | Checking flume v0.11.1 |
2304 | 2024-12-21T02:31:31.216Z | Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826) |
2305 | 2024-12-21T02:31:31.238Z | Checking p384 v0.13.0 |
2306 | 2024-12-21T02:31:31.320Z | Compiling mime_guess v2.0.5 |
2307 | 2024-12-21T02:31:31.362Z | Checking hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#f48e2da0) |
2308 | 2024-12-21T02:31:31.888Z | Checking env_filter v0.1.2 |
2309 | 2024-12-21T02:31:32.011Z | Checking http-range v0.1.5 |
2310 | 2024-12-21T02:31:32.141Z | Checking env_logger v0.11.5 |
2311 | 2024-12-21T02:31:32.194Z | Checking attest-data v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
2312 | 2024-12-21T02:31:32.346Z | Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=cc13773832df1e38257cdc511adfaad72954bbe1#cc137738) |
2313 | 2024-12-21T02:31:32.456Z | Compiling dsl_auto_type v0.1.2 |
2314 | 2024-12-21T02:31:32.594Z | Checking scheduled-thread-pool v0.2.7 |
2315 | 2024-12-21T02:31:32.679Z | Compiling diesel_table_macro_syntax v0.2.0 |
2316 | 2024-12-21T02:31:32.804Z | Checking dice-verifier v0.2.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
2317 | 2024-12-21T02:31:32.826Z | Compiling crunchy v0.2.2 |
2318 | 2024-12-21T02:31:33.111Z | Checking r2d2 v0.8.10 |
2319 | 2024-12-21T02:31:33.375Z | Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
2320 | 2024-12-21T02:31:33.397Z | Checking hyper-staticfile v0.10.1 |
2321 | 2024-12-21T02:31:33.451Z | Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=d4529fd8247386b422b78e1203315d5baea5ea8b#d4529fd8) |
2322 | 2024-12-21T02:31:33.839Z | Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
2323 | 2024-12-21T02:31:33.879Z | Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
2324 | 2024-12-21T02:31:33.917Z | Compiling tiny-keccak v2.0.2 |
2325 | 2024-12-21T02:31:34.135Z | Compiling diesel_derives v2.2.3 |
2326 | 2024-12-21T02:31:34.242Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
2327 | 2024-12-21T02:31:34.361Z | Compiling pin-project-internal v1.1.6 |
2328 | 2024-12-21T02:31:34.445Z | Compiling ref-cast v1.0.23 |
2329 | 2024-12-21T02:31:35.060Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
2330 | 2024-12-21T02:31:35.231Z | Compiling ascii-canvas v3.0.0 |
2331 | 2024-12-21T02:31:35.357Z | Compiling ena v0.14.3 |
2332 | 2024-12-21T02:31:35.791Z | Compiling ref-cast-impl v1.0.23 |
2333 | 2024-12-21T02:31:35.813Z | Compiling regex-syntax v0.6.29 |
2334 | 2024-12-21T02:31:36.948Z | Compiling diff v0.1.13 |
2335 | 2024-12-21T02:31:37.483Z | Checking pin-project v1.1.6 |
2336 | 2024-12-21T02:31:37.620Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
2337 | 2024-12-21T02:31:37.648Z | Checking signal-hook-tokio v0.3.1 |
2338 | 2024-12-21T02:31:37.705Z | Compiling snafu-derive v0.8.5 |
2339 | 2024-12-21T02:31:37.842Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
2340 | 2024-12-21T02:31:38.123Z | Compiling derive_builder_core v0.20.2 |
2341 | 2024-12-21T02:31:40.544Z | Compiling lalrpop v0.19.12 |
2342 | 2024-12-21T02:31:41.917Z | Checking globset v0.4.15 |
2343 | 2024-12-21T02:31:41.929Z | Checking olpc-cjson v0.1.4 |
2344 | 2024-12-21T02:31:41.973Z | Checking serde_plain v1.0.2 |
2345 | 2024-12-21T02:31:42.126Z | Compiling libxml v0.3.3 |
2346 | 2024-12-21T02:31:42.233Z | Compiling memoffset v0.9.1 |
2347 | 2024-12-21T02:31:42.476Z | Checking typed-path v0.9.3 |
2348 | 2024-12-21T02:31:42.764Z | Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
2349 | 2024-12-21T02:31:43.311Z | Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
2350 | 2024-12-21T02:31:44.495Z | Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
2351 | 2024-12-21T02:31:46.555Z | Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
2352 | 2024-12-21T02:31:46.644Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2353 | 2024-12-21T02:31:48.186Z | Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
2354 | 2024-12-21T02:31:48.411Z | Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
2355 | 2024-12-21T02:31:48.833Z | Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
2356 | 2024-12-21T02:31:49.036Z | Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
2357 | 2024-12-21T02:31:49.503Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2358 | 2024-12-21T02:31:50.464Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2359 | 2024-12-21T02:31:50.487Z | Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2360 | 2024-12-21T02:31:50.523Z | Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
2361 | 2024-12-21T02:31:51.201Z | Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
2362 | 2024-12-21T02:31:51.204Z | Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
2363 | 2024-12-21T02:31:51.843Z | Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
2364 | 2024-12-21T02:31:52.045Z | Checking diesel v2.2.6 |
2365 | 2024-12-21T02:31:52.416Z | Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
2366 | 2024-12-21T02:31:52.848Z | Checking snafu v0.8.5 |
2367 | 2024-12-21T02:31:53.754Z | Checking tough v0.19.0 |
2368 | 2024-12-21T02:31:55.146Z | Compiling derive_builder_macro v0.20.2 |
2369 | 2024-12-21T02:31:55.838Z | Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
2370 | 2024-12-21T02:31:56.092Z | Checking tungstenite v0.23.0 |
2371 | 2024-12-21T02:31:57.019Z | Compiling strum_macros v0.24.3 |
2372 | 2024-12-21T02:31:57.062Z | Compiling samael v0.0.17 |
2373 | 2024-12-21T02:31:57.149Z | Compiling indoc v1.0.9 |
2374 | 2024-12-21T02:31:57.716Z | Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
2375 | 2024-12-21T02:31:58.107Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
2376 | 2024-12-21T02:31:58.132Z | Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2377 | 2024-12-21T02:31:58.643Z | Checking nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
2378 | 2024-12-21T02:31:58.870Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2379 | 2024-12-21T02:31:59.674Z | Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2380 | 2024-12-21T02:32:00.761Z | Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2381 | 2024-12-21T02:32:00.846Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2382 | 2024-12-21T02:32:00.947Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2383 | 2024-12-21T02:32:01.639Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2384 | 2024-12-21T02:32:02.052Z | Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
2385 | 2024-12-21T02:32:03.089Z | Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2386 | 2024-12-21T02:32:03.580Z | Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2387 | 2024-12-21T02:32:03.796Z | Checking parse-size v1.1.0 |
2388 | 2024-12-21T02:32:05.571Z | Checking tokio-tungstenite v0.23.1 |
2389 | 2024-12-21T02:32:06.072Z | Checking derive_builder v0.20.2 |
2390 | 2024-12-21T02:32:06.655Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
2391 | 2024-12-21T02:32:06.956Z | Checking quick-xml v0.33.0 |
2392 | 2024-12-21T02:32:07.975Z | Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
2393 | 2024-12-21T02:32:08.006Z | Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
2394 | 2024-12-21T02:32:08.795Z | Compiling impl-trait-for-tuples v0.2.2 |
2395 | 2024-12-21T02:32:09.170Z | Compiling oso-derive v0.27.3 |
2396 | 2024-12-21T02:32:09.884Z | Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
2397 | 2024-12-21T02:32:10.313Z | Checking nix v0.27.1 |
2398 | 2024-12-21T02:32:11.662Z | Checking tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
2399 | 2024-12-21T02:32:13.249Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
2400 | 2024-12-21T02:32:14.232Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
2401 | 2024-12-21T02:32:14.259Z | Compiling diesel-dtrace v0.4.2 |
2402 | 2024-12-21T02:32:14.630Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
2403 | 2024-12-21T02:32:15.034Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
2404 | 2024-12-21T02:32:15.347Z | Checking bb8 v0.8.5 |
2405 | 2024-12-21T02:32:15.894Z | Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
2406 | 2024-12-21T02:32:16.315Z | Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
2407 | 2024-12-21T02:32:16.668Z | Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
2408 | 2024-12-21T02:32:17.052Z | Checking heck v0.4.1 |
2409 | 2024-12-21T02:32:17.280Z | Checking openapi-lint v0.4.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#ef442ee4) |
2410 | 2024-12-21T02:32:17.682Z | Checking rand_seeder v0.3.0 |
2411 | 2024-12-21T02:32:17.736Z | Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
2412 | 2024-12-21T02:32:17.835Z | Checking assert_matches v1.5.0 |
2413 | 2024-12-21T02:32:17.915Z | Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
2414 | 2024-12-21T02:32:17.939Z | Compiling libz-sys v1.1.20 |
2415 | 2024-12-21T02:32:17.969Z | Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
2416 | 2024-12-21T02:32:18.102Z | Checking castaway v0.2.3 |
2417 | 2024-12-21T02:32:18.163Z | Checking is_ci v1.2.0 |
2418 | 2024-12-21T02:32:18.274Z | Checking compact_str v0.8.0 |
2419 | 2024-12-21T02:32:18.302Z | Checking supports-color v3.0.1 |
2420 | 2024-12-21T02:32:18.487Z | Checking unicode-truncate v1.1.0 |
2421 | 2024-12-21T02:32:18.709Z | Checking lru v0.12.5 |
2422 | 2024-12-21T02:32:18.746Z | Compiling libgit2-sys v0.17.0+1.8.1 |
2423 | 2024-12-21T02:32:19.025Z | Compiling instability v0.3.2 |
2424 | 2024-12-21T02:32:19.166Z | Checking cassowary v0.3.0 |
2425 | 2024-12-21T02:32:19.763Z | Checking openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types) |
2426 | 2024-12-21T02:32:19.933Z | Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
2427 | 2024-12-21T02:32:20.095Z | Checking ratatui v0.28.1 |
2428 | 2024-12-21T02:32:20.233Z | Compiling vergen v8.3.2 |
2429 | 2024-12-21T02:32:20.503Z | Compiling cargo-platform v0.1.8 |
2430 | 2024-12-21T02:32:21.076Z | Checking smawk v0.3.2 |
2431 | 2024-12-21T02:32:21.300Z | Checking unicode-linebreak v0.1.5 |
2432 | 2024-12-21T02:32:21.387Z | Compiling cargo_metadata v0.18.1 |
2433 | 2024-12-21T02:32:21.485Z | Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
2434 | 2024-12-21T02:32:21.722Z | Checking textwrap v0.16.1 |
2435 | 2024-12-21T02:32:22.065Z | Compiling libsqlite3-sys v0.30.1 |
2436 | 2024-12-21T02:32:22.086Z | Compiling rustls v0.21.12 |
2437 | 2024-12-21T02:32:22.308Z | Compiling cfg_aliases v0.2.1 |
2438 | 2024-12-21T02:32:22.427Z | Checking shell-words v1.1.0 |
2439 | 2024-12-21T02:32:22.600Z | Compiling nix v0.29.0 |
2440 | 2024-12-21T02:32:23.096Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
2441 | 2024-12-21T02:32:23.377Z | Checking rustls-webpki v0.101.7 |
2442 | 2024-12-21T02:32:23.496Z | Checking sct v0.7.1 |
2443 | 2024-12-21T02:32:24.179Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
2444 | 2024-12-21T02:32:24.273Z | Checking hashlink v0.9.1 |
2445 | 2024-12-21T02:32:24.450Z | Checking concurrent-queue v2.5.0 |
2446 | 2024-12-21T02:32:24.797Z | Checking plotters-backend v0.3.7 |
2447 | 2024-12-21T02:32:24.879Z | Checking fallible-iterator v0.3.0 |
2448 | 2024-12-21T02:32:24.925Z | Checking parking v2.2.1 |
2449 | 2024-12-21T02:32:25.096Z | Checking fallible-streaming-iterator v0.1.9 |
2450 | 2024-12-21T02:32:25.137Z | Checking plotters-svg v0.3.7 |
2451 | 2024-12-21T02:32:25.387Z | Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client) |
2452 | 2024-12-21T02:32:25.515Z | Checking rusqlite v0.32.1 |
2453 | 2024-12-21T02:32:25.860Z | Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
2454 | 2024-12-21T02:32:26.232Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
2455 | 2024-12-21T02:32:26.501Z | Checking rustls-pemfile v1.0.4 |
2456 | 2024-12-21T02:32:26.678Z | Checking twox-hash v1.6.3 |
2457 | 2024-12-21T02:32:26.964Z | Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2458 | 2024-12-21T02:32:27.135Z | Checking async-bb8-diesel v0.2.1 |
2459 | 2024-12-21T02:32:27.137Z | Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
2460 | 2024-12-21T02:32:27.180Z | Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy) |
2461 | 2024-12-21T02:32:27.252Z | Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
2462 | 2024-12-21T02:32:27.810Z | Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
2463 | 2024-12-21T02:32:27.937Z | Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
2464 | 2024-12-21T02:32:28.293Z | Checking tokio-rustls v0.24.1 |
2465 | 2024-12-21T02:32:28.352Z | Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
2466 | 2024-12-21T02:32:28.693Z | Checking cast v0.3.0 |
2467 | 2024-12-21T02:32:28.998Z | Checking criterion-plot v0.5.0 |
2468 | 2024-12-21T02:32:29.530Z | Checking plotters v0.3.7 |
2469 | 2024-12-21T02:32:29.561Z | Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
2470 | 2024-12-21T02:32:30.389Z | Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826) |
2471 | 2024-12-21T02:32:30.954Z | Checking fatfs v0.3.6 |
2472 | 2024-12-21T02:32:31.136Z | Checking tinytemplate v1.2.1 |
2473 | 2024-12-21T02:32:31.533Z | Checking csv-core v0.1.11 |
2474 | 2024-12-21T02:32:31.894Z | Checking hex-literal v0.4.1 |
2475 | 2024-12-21T02:32:31.988Z | Checking oorandom v11.1.4 |
2476 | 2024-12-21T02:32:32.036Z | Checking anes v0.1.6 |
2477 | 2024-12-21T02:32:32.112Z | Checking csv v1.3.0 |
2478 | 2024-12-21T02:32:32.158Z | Checking event-listener v5.3.1 |
2479 | 2024-12-21T02:32:32.419Z | Checking criterion v0.5.1 |
2480 | 2024-12-21T02:32:32.581Z | Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
2481 | 2024-12-21T02:32:32.959Z | Checking rtoolbox v0.0.2 |
2482 | 2024-12-21T02:32:33.158Z | Checking rpassword v7.3.1 |
2483 | 2024-12-21T02:32:33.320Z | Checking event-listener-strategy v0.5.2 |
2484 | 2024-12-21T02:32:33.507Z | Checking tui-tree-widget v0.22.0 |
2485 | 2024-12-21T02:32:33.843Z | Checking polyval v0.6.2 |
2486 | 2024-12-21T02:32:34.127Z | Checking ghash v0.5.1 |
2487 | 2024-12-21T02:32:34.318Z | Checking futures-lite v2.3.0 |
2488 | 2024-12-21T02:32:35.117Z | Checking tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous) |
2489 | 2024-12-21T02:32:35.728Z | Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
2490 | 2024-12-21T02:32:36.196Z | Checking ctr v0.9.2 |
2491 | 2024-12-21T02:32:36.590Z | Checking yansi v1.0.1 |
2492 | 2024-12-21T02:32:36.997Z | Checking aes-gcm v0.10.3 |
2493 | 2024-12-21T02:32:37.044Z | Checking pretty_assertions v1.4.1 |
2494 | 2024-12-21T02:32:37.240Z | Checking ssh-encoding v0.2.0 |
2495 | 2024-12-21T02:32:37.262Z | Checking blowfish v0.9.1 |
2496 | 2024-12-21T02:32:37.512Z | Checking bcrypt-pbkdf v0.10.0 |
2497 | 2024-12-21T02:32:37.566Z | Checking ssh-cipher v0.2.0 |
2498 | 2024-12-21T02:32:37.769Z | Checking async-lock v3.4.0 |
2499 | 2024-12-21T02:32:37.853Z | Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils) |
2500 | 2024-12-21T02:32:38.670Z | Compiling nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros) |
2501 | 2024-12-21T02:32:38.789Z | Checking polling v3.7.3 |
2502 | 2024-12-21T02:32:39.187Z | Checking password-hash v0.4.2 |
2503 | 2024-12-21T02:32:39.214Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
2504 | 2024-12-21T02:32:39.601Z | Checking matches v0.1.10 |
2505 | 2024-12-21T02:32:39.702Z | Checking idna v0.2.3 |
2506 | 2024-12-21T02:32:39.943Z | Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2507 | 2024-12-21T02:32:40.060Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
2508 | 2024-12-21T02:32:40.504Z | Checking pbkdf2 v0.11.0 |
2509 | 2024-12-21T02:32:40.795Z | Checking async-io v2.3.4 |
2510 | 2024-12-21T02:32:41.270Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2511 | 2024-12-21T02:32:41.695Z | Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
2512 | 2024-12-21T02:32:43.130Z | Checking ssh-key v0.6.6 |
2513 | 2024-12-21T02:32:44.878Z | Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
2514 | 2024-12-21T02:32:45.585Z | Checking p521 v0.13.3 |
2515 | 2024-12-21T02:32:46.409Z | Checking p256 v0.13.2 |
2516 | 2024-12-21T02:32:46.607Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
2517 | 2024-12-21T02:32:46.918Z | Compiling enum-as-inner v0.5.1 |
2518 | 2024-12-21T02:32:46.946Z | Checking russh-cryptovec v0.7.3 |
2519 | 2024-12-21T02:32:47.158Z | Checking md5 v0.7.0 |
2520 | 2024-12-21T02:32:47.465Z | Compiling doc-comment v0.3.3 |
2521 | 2024-12-21T02:32:47.719Z | Checking async-task v4.7.1 |
2522 | 2024-12-21T02:32:47.945Z | Compiling target-lexicon v0.12.16 |
2523 | 2024-12-21T02:32:48.055Z | Checking trust-dns-proto v0.22.0 |
2524 | 2024-12-21T02:32:48.171Z | Checking russh-keys v0.45.0 |
2525 | 2024-12-21T02:32:49.014Z | Checking async-channel v2.3.1 |
2526 | 2024-12-21T02:32:49.353Z | Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
2527 | 2024-12-21T02:32:49.563Z | Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
2528 | 2024-12-21T02:32:50.498Z | Checking piper v0.2.4 |
2529 | 2024-12-21T02:32:50.730Z | Checking num-bigint v0.4.6 |
2530 | 2024-12-21T02:32:51.189Z | Checking des v0.8.1 |
2531 | 2024-12-21T02:32:51.488Z | Compiling assert_cmd v2.0.16 |
2532 | 2024-12-21T02:32:51.681Z | Compiling guppy-workspace-hack v0.1.0 |
2533 | 2024-12-21T02:32:51.867Z | Compiling dhcproto-macros v0.1.0 |
2534 | 2024-12-21T02:32:51.957Z | Checking futures-timer v3.0.3 |
2535 | 2024-12-21T02:32:52.307Z | Checking blocking v1.6.1 |
2536 | 2024-12-21T02:32:52.840Z | Checking dhcproto v0.12.0 |
2537 | 2024-12-21T02:32:53.182Z | Checking async-executor v1.13.1 |
2538 | 2024-12-21T02:32:53.249Z | Checking russh v0.45.0 |
2539 | 2024-12-21T02:32:53.518Z | Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
2540 | 2024-12-21T02:32:54.138Z | Checking async-signal v0.2.10 |
2541 | 2024-12-21T02:32:54.308Z | Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
2542 | 2024-12-21T02:32:54.677Z | Compiling target-spec v3.2.2 |
2543 | 2024-12-21T02:32:54.724Z | Checking internet-checksum v0.2.1 |
2544 | 2024-12-21T02:32:54.919Z | Checking event-listener v2.5.3 |
2545 | 2024-12-21T02:32:55.266Z | Checking async-channel v1.9.0 |
2546 | 2024-12-21T02:32:55.453Z | Checking async-process v2.3.0 |
2547 | 2024-12-21T02:32:55.864Z | Checking async-global-executor v2.4.1 |
2548 | 2024-12-21T02:32:56.135Z | Checking cfg-expr v0.17.0 |
2549 | 2024-12-21T02:32:56.439Z | Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
2550 | 2024-12-21T02:32:56.884Z | Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client) |
2551 | 2024-12-21T02:32:57.491Z | Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils) |
2552 | 2024-12-21T02:32:57.939Z | Checking httptest v0.16.1 |
2553 | 2024-12-21T02:32:57.941Z | Checking rustls-native-certs v0.7.3 |
2554 | 2024-12-21T02:32:58.136Z | Compiling petname v2.0.2 |
2555 | 2024-12-21T02:32:58.671Z | Checking num_cpus v1.16.0 |
2556 | 2024-12-21T02:32:58.803Z | Checking kv-log-macro v1.0.7 |
2557 | 2024-12-21T02:32:58.948Z | Compiling async-attributes v1.1.2 |
2558 | 2024-12-21T02:32:59.828Z | Checking async-std v1.13.0 |
2559 | 2024-12-21T02:33:01.441Z | Checking threadpool v1.8.1 |
2560 | 2024-12-21T02:33:01.653Z | Checking hyper-rustls v0.26.0 |
2561 | 2024-12-21T02:33:02.011Z | Checking pathdiff v0.2.2 |
2562 | 2024-12-21T02:33:02.130Z | Compiling rstest_macros v0.23.0 |
2563 | 2024-12-21T02:33:02.169Z | Checking escape8259 v0.5.3 |
2564 | 2024-12-21T02:33:02.361Z | Checking nested v0.1.1 |
2565 | 2024-12-21T02:33:02.585Z | Compiling target-triple v0.1.3 |
2566 | 2024-12-21T02:33:02.760Z | Checking guppy v0.17.8 |
2567 | 2024-12-21T02:33:03.131Z | Checking libtest-mimic v0.7.3 |
2568 | 2024-12-21T02:33:03.358Z | Checking async-object-pool v0.1.5 |
2569 | 2024-12-21T02:33:03.579Z | Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
2570 | 2024-12-21T02:33:04.309Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
2571 | 2024-12-21T02:33:04.608Z | Checking similar-asserts v1.6.0 |
2572 | 2024-12-21T02:33:04.745Z | Checking fancy-regex v0.13.0 |
2573 | 2024-12-21T02:33:04.864Z | Checking serde_regex v1.1.0 |
2574 | 2024-12-21T02:33:05.144Z | Checking assert-json-diff v2.0.2 |
2575 | 2024-12-21T02:33:05.431Z | Compiling proc-macro-crate v3.2.0 |
2576 | 2024-12-21T02:33:05.512Z | Checking path-tree v0.8.1 |
2577 | 2024-12-21T02:33:05.862Z | Compiling relative-path v1.9.3 |
2578 | 2024-12-21T02:33:06.555Z | Checking sync-ptr v0.1.1 |
2579 | 2024-12-21T02:33:06.698Z | Checking stringmetrics v2.2.2 |
2580 | 2024-12-21T02:33:06.768Z | Checking datatest-stable v0.2.9 |
2581 | 2024-12-21T02:33:06.952Z | Checking httpmock v0.8.0-alpha.1 |
2582 | 2024-12-21T02:33:07.216Z | Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
2583 | 2024-12-21T02:33:08.718Z | Checking blake2b_simd v1.0.2 |
2584 | 2024-12-21T02:33:09.545Z | Checking omicron-dev-lib v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev-lib) |
2585 | 2024-12-21T02:33:10.291Z | Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev) |
2586 | 2024-12-21T02:33:10.604Z | Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
2587 | 2024-12-21T02:33:10.904Z | Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli) |
2588 | 2024-12-21T02:33:11.217Z | Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
2589 | 2024-12-21T02:33:11.727Z | Checking serde_tokenstream v0.2.2 |
2590 | 2024-12-21T02:33:11.978Z | Compiling git2 v0.19.0 |
2591 | 2024-12-21T02:33:12.105Z | Checking uzers v0.12.1 |
2592 | 2024-12-21T02:33:12.294Z | Checking rust-argon2 v2.1.0 |
2593 | 2024-12-21T02:33:12.493Z | Checking trybuild v1.0.101 |
2594 | 2024-12-21T02:33:12.720Z | Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation) |
2595 | 2024-12-21T02:33:13.850Z | Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
2596 | 2024-12-21T02:33:14.109Z | Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis) |
2597 | 2024-12-21T02:33:15.496Z | Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev) |
2598 | 2024-12-21T02:33:15.808Z | Checking rand_distr v0.4.3 |
2599 | 2024-12-21T02:33:16.633Z | Checking multimap v0.10.0 |
2600 | 2024-12-21T02:33:16.939Z | Checking approx v0.5.1 |
2601 | 2024-12-21T02:33:17.218Z | Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
2602 | 2024-12-21T02:33:17.943Z | Checking rstest v0.23.0 |
2603 | 2024-12-21T02:33:18.693Z | Checking end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
2604 | 2024-12-21T02:33:19.286Z | Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
2605 | 2024-12-21T02:33:19.835Z | Checking openapi-manager v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager) |
2606 | 2024-12-21T02:33:20.237Z | Checking clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana) |
2607 | 2024-12-21T02:33:20.733Z | Checking partial-io v0.5.4 |
2608 | 2024-12-21T02:33:21.002Z | Compiling omicron-live-tests v0.1.0 (/work/oxidecomputer/omicron/live-tests) |
2609 | 2024-12-21T02:33:21.124Z | Checking xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
2610 | 2024-12-21T02:33:21.230Z | Checking cargo_toml v0.20.5 |
2611 | 2024-12-21T02:33:21.295Z | Checking termios v0.3.3 |
2612 | 2024-12-21T02:33:21.435Z | Compiling indoc v2.0.5 |
2613 | 2024-12-21T02:33:21.565Z | Compiling live-tests-macros v0.1.0 (/work/oxidecomputer/omicron/live-tests/macros) |
2614 | 2024-12-21T02:33:21.733Z | Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826) |
2615 | 2024-12-21T02:33:22.391Z | Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli) |
2616 | 2024-12-21T02:33:23.327Z | Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
2617 | 2024-12-21T02:33:42.621Z | Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng) |
2618 | 2024-12-21T02:33:45.340Z | Checking clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev) |
2619 | 2024-12-21T02:33:48.190Z | Checking mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev) |
2620 | 2024-12-21T02:34:07.569Z | Compiling polar-core v0.27.3 |
2621 | 2024-12-21T02:34:18.763Z | Checking oso v0.27.3 |
2622 | 2024-12-21T02:34:21.658Z | Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli) |
2623 | 2024-12-21T02:34:22.377Z | Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed) |
2624 | 2024-12-21T02:34:23.316Z | Checking cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev) |
2625 | 2024-12-21T02:35:06.172Z | Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
2626 | 2024-12-21T02:35:06.172Z | Checking nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
2627 | 2024-12-21T02:35:06.175Z | Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
2628 | 2024-12-21T02:36:26.143Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 6m 31s |
2629 | 2024-12-21T02:36:26.531Z | |
2630 | 2024-12-21T02:36:26.531Z | real 6:35.646032030 |
2631 | 2024-12-21T02:36:26.531Z | user 35:22.000526408 |
2632 | 2024-12-21T02:36:26.531Z | sys 6:34.776214174 |
2633 | 2024-12-21T02:36:26.531Z | trap 0.940255782 |
2634 | 2024-12-21T02:36:26.531Z | tflt 2.086186006 |
2635 | 2024-12-21T02:36:26.531Z | dflt 0.657033166 |
2636 | 2024-12-21T02:36:26.531Z | kflt 0.001169717 |
2637 | 2024-12-21T02:36:26.531Z | lock 51:14.742368018 |
2638 | 2024-12-21T02:36:26.531Z | slp 2:02:30.546786331 |
2639 | 2024-12-21T02:36:26.531Z | lat 1:40.326163955 |
2640 | 2024-12-21T02:36:26.531Z | stop 6:11.907496593 |
2641 | 2024-12-21T02:36:26.534Z | + RUSTDOCFLAGS='--document-private-items -D warnings' |
2642 | 2024-12-21T02:36:26.535Z | + ptime -m cargo doc --workspace --no-deps |
2643 | 2024-12-21T02:36:27.701Z | warning: output filename collision. |
2644 | 2024-12-21T02:36:27.701Z | 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)`. |
2645 | 2024-12-21T02:36:27.701Z | Colliding filename is: /work/oxidecomputer/omicron/target/doc/oximeter/index.html |
2646 | 2024-12-21T02:36:27.701Z | The targets should have unique names. |
2647 | 2024-12-21T02:36:27.701Z | This is a known bug where multiple crates with the same name use |
2648 | 2024-12-21T02:36:27.701Z | the same path; see <https://github.com/rust-lang/cargo/issues/6313>. |
2649 | 2024-12-21T02:36:28.136Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2650 | 2024-12-21T02:36:28.204Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2651 | 2024-12-21T02:36:28.222Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2652 | 2024-12-21T02:36:28.264Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
2653 | 2024-12-21T02:36:28.287Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2654 | 2024-12-21T02:36:28.318Z | Documenting xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
2655 | 2024-12-21T02:36:28.318Z | Documenting omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2656 | 2024-12-21T02:36:28.501Z | Documenting omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2657 | 2024-12-21T02:36:28.538Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2658 | 2024-12-21T02:36:28.561Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2659 | 2024-12-21T02:36:28.583Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2660 | 2024-12-21T02:36:28.770Z | Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2661 | 2024-12-21T02:36:28.878Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
2662 | 2024-12-21T02:36:29.203Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2663 | 2024-12-21T02:36:29.307Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2664 | 2024-12-21T02:36:31.862Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2665 | 2024-12-21T02:36:33.019Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2666 | 2024-12-21T02:36:33.358Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
2667 | 2024-12-21T02:36:33.595Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
2668 | 2024-12-21T02:36:33.658Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
2669 | 2024-12-21T02:36:33.852Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
2670 | 2024-12-21T02:36:33.901Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
2671 | 2024-12-21T02:36:34.163Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
2672 | 2024-12-21T02:36:34.252Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
2673 | 2024-12-21T02:36:34.578Z | Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
2674 | 2024-12-21T02:36:34.610Z | Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
2675 | 2024-12-21T02:36:35.063Z | Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
2676 | 2024-12-21T02:36:35.133Z | Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
2677 | 2024-12-21T02:36:35.340Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
2678 | 2024-12-21T02:36:35.360Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
2679 | 2024-12-21T02:36:35.625Z | Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
2680 | 2024-12-21T02:36:35.645Z | Checking openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types) |
2681 | 2024-12-21T02:36:35.859Z | Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
2682 | 2024-12-21T02:36:35.880Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
2683 | 2024-12-21T02:36:35.948Z | Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
2684 | 2024-12-21T02:36:36.181Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
2685 | 2024-12-21T02:36:36.491Z | Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev) |
2686 | 2024-12-21T02:36:36.768Z | Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev) |
2687 | 2024-12-21T02:36:36.810Z | Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
2688 | 2024-12-21T02:36:37.138Z | Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis) |
2689 | 2024-12-21T02:36:37.160Z | Documenting omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis) |
2690 | 2024-12-21T02:36:37.234Z | Documenting db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
2691 | 2024-12-21T02:36:38.050Z | Documenting authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
2692 | 2024-12-21T02:36:38.613Z | Documenting omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2693 | 2024-12-21T02:36:40.707Z | Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
2694 | 2024-12-21T02:36:42.230Z | Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
2695 | 2024-12-21T02:36:42.999Z | Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
2696 | 2024-12-21T02:36:43.346Z | Checking nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
2697 | 2024-12-21T02:36:44.081Z | Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
2698 | 2024-12-21T02:36:44.294Z | Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
2699 | 2024-12-21T02:36:45.118Z | Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
2700 | 2024-12-21T02:36:45.141Z | Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
2701 | 2024-12-21T02:36:45.594Z | Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
2702 | 2024-12-21T02:36:45.851Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2703 | 2024-12-21T02:36:46.212Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2704 | 2024-12-21T02:36:47.884Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2705 | 2024-12-21T02:36:52.305Z | Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2706 | 2024-12-21T02:36:53.717Z | Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
2707 | 2024-12-21T02:36:54.032Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
2708 | 2024-12-21T02:36:54.273Z | Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
2709 | 2024-12-21T02:36:54.447Z | Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
2710 | 2024-12-21T02:36:54.756Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2711 | 2024-12-21T02:36:55.110Z | Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
2712 | 2024-12-21T02:36:55.563Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2713 | 2024-12-21T02:36:55.583Z | Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2714 | 2024-12-21T02:36:56.956Z | Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
2715 | 2024-12-21T02:36:56.959Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2716 | 2024-12-21T02:36:57.627Z | Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2717 | 2024-12-21T02:36:57.649Z | Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2718 | 2024-12-21T02:36:58.451Z | Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
2719 | 2024-12-21T02:36:58.503Z | Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
2720 | 2024-12-21T02:36:58.597Z | Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
2721 | 2024-12-21T02:36:58.844Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2722 | 2024-12-21T02:36:58.870Z | Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2723 | 2024-12-21T02:36:59.357Z | Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2724 | 2024-12-21T02:36:59.531Z | Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
2725 | 2024-12-21T02:37:00.164Z | Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
2726 | 2024-12-21T02:37:00.168Z | Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
2727 | 2024-12-21T02:37:00.941Z | Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
2728 | 2024-12-21T02:37:01.079Z | Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
2729 | 2024-12-21T02:37:01.469Z | Checking tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
2730 | 2024-12-21T02:37:01.635Z | Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
2731 | 2024-12-21T02:37:01.840Z | Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
2732 | 2024-12-21T02:37:02.686Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
2733 | 2024-12-21T02:37:02.729Z | Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
2734 | 2024-12-21T02:37:02.954Z | Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client) |
2735 | 2024-12-21T02:37:03.188Z | Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2736 | 2024-12-21T02:37:03.260Z | Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
2737 | 2024-12-21T02:37:03.559Z | Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy) |
2738 | 2024-12-21T02:37:03.622Z | Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
2739 | 2024-12-21T02:37:04.378Z | Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
2740 | 2024-12-21T02:37:04.525Z | Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
2741 | 2024-12-21T02:37:04.928Z | Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
2742 | 2024-12-21T02:37:05.006Z | Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
2743 | 2024-12-21T02:37:05.082Z | Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
2744 | 2024-12-21T02:37:05.428Z | Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
2745 | 2024-12-21T02:37:06.178Z | Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
2746 | 2024-12-21T02:37:06.506Z | Documenting omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
2747 | 2024-12-21T02:37:06.735Z | Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
2748 | 2024-12-21T02:37:06.860Z | Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
2749 | 2024-12-21T02:37:07.507Z | Documenting dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2750 | 2024-12-21T02:37:07.987Z | Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
2751 | 2024-12-21T02:37:08.054Z | Documenting omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2752 | 2024-12-21T02:37:08.720Z | Documenting omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
2753 | 2024-12-21T02:37:09.191Z | Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils) |
2754 | 2024-12-21T02:37:10.080Z | Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client) |
2755 | 2024-12-21T02:37:10.347Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
2756 | 2024-12-21T02:37:12.312Z | Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2757 | 2024-12-21T02:37:13.220Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
2758 | 2024-12-21T02:37:13.488Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2759 | 2024-12-21T02:37:15.310Z | Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
2760 | 2024-12-21T02:37:15.640Z | Documenting oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
2761 | 2024-12-21T02:37:18.980Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
2762 | 2024-12-21T02:37:20.072Z | Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
2763 | 2024-12-21T02:37:21.196Z | Documenting wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
2764 | 2024-12-21T02:37:25.400Z | Documenting omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2765 | 2024-12-21T02:37:28.973Z | Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils) |
2766 | 2024-12-21T02:37:29.449Z | Documenting clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev) |
2767 | 2024-12-21T02:37:33.908Z | Documenting end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
2768 | 2024-12-21T02:37:37.347Z | Checking end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
2769 | 2024-12-21T02:38:19.545Z | Documenting nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
2770 | 2024-12-21T02:38:22.653Z | Documenting nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
2771 | 2024-12-21T02:38:27.359Z | Documenting nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
2772 | 2024-12-21T02:38:39.518Z | Documenting zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
2773 | 2024-12-21T02:39:02.784Z | Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
2774 | 2024-12-21T02:39:02.839Z | Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
2775 | 2024-12-21T02:39:05.995Z | Checking nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
2776 | 2024-12-21T02:39:07.194Z | Documenting omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
2777 | 2024-12-21T02:39:09.046Z | Documenting nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
2778 | 2024-12-21T02:39:09.886Z | Documenting nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
2779 | 2024-12-21T02:39:14.380Z | Documenting nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
2780 | 2024-12-21T02:39:21.019Z | Documenting nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
2781 | 2024-12-21T02:39:23.307Z | Documenting nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
2782 | 2024-12-21T02:39:48.027Z | Documenting nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
2783 | 2024-12-21T02:40:03.865Z | Documenting mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev) |
2784 | 2024-12-21T02:40:07.819Z | Documenting gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
2785 | 2024-12-21T02:40:09.694Z | Documenting omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
2786 | 2024-12-21T02:40:14.360Z | Documenting omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
2787 | 2024-12-21T02:40:27.570Z | Documenting installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
2788 | 2024-12-21T02:40:33.823Z | Documenting oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2789 | 2024-12-21T02:40:45.793Z | Documenting wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
2790 | 2024-12-21T02:40:50.983Z | Documenting wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
2791 | 2024-12-21T02:40:51.323Z | Documenting openapi-manager v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager) |
2792 | 2024-12-21T02:40:51.483Z | Documenting nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation) |
2793 | 2024-12-21T02:40:56.731Z | Documenting oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils) |
2794 | 2024-12-21T02:41:04.216Z | Documenting cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
2795 | 2024-12-21T02:41:12.779Z | Documenting nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
2796 | 2024-12-21T02:41:13.779Z | Documenting wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
2797 | 2024-12-21T02:41:15.310Z | Documenting wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
2798 | 2024-12-21T02:41:21.353Z | Documenting omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng) |
2799 | 2024-12-21T02:41:23.417Z | Documenting update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
2800 | 2024-12-21T02:41:32.385Z | Documenting tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous) |
2801 | 2024-12-21T02:41:33.113Z | Documenting nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
2802 | 2024-12-21T02:41:34.943Z | Documenting nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy) |
2803 | 2024-12-21T02:41:37.026Z | Documenting nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
2804 | 2024-12-21T02:41:41.209Z | Documenting nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
2805 | 2024-12-21T02:41:43.699Z | Documenting nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2806 | 2024-12-21T02:41:46.091Z | Documenting nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
2807 | 2024-12-21T02:41:49.989Z | Documenting nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
2808 | 2024-12-21T02:41:52.855Z | Documenting clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana) |
2809 | 2024-12-21T02:41:55.246Z | Documenting sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
2810 | 2024-12-21T02:42:03.339Z | Documenting gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
2811 | 2024-12-21T02:42:05.859Z | Documenting oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2812 | 2024-12-21T02:42:06.654Z | Documenting oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2813 | 2024-12-21T02:42:10.008Z | Documenting oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2814 | 2024-12-21T02:42:13.696Z | Documenting sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
2815 | 2024-12-21T02:42:16.518Z | Documenting bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
2816 | 2024-12-21T02:42:17.516Z | Documenting gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
2817 | 2024-12-21T02:42:19.865Z | Documenting sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2818 | 2024-12-21T02:42:23.142Z | Documenting omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
2819 | 2024-12-21T02:42:30.748Z | Documenting wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
2820 | 2024-12-21T02:42:33.612Z | Documenting sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
2821 | 2024-12-21T02:42:35.072Z | Documenting installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client) |
2822 | 2024-12-21T02:42:35.317Z | Documenting installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
2823 | 2024-12-21T02:42:39.040Z | Documenting ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev) |
2824 | 2024-12-21T02:42:40.789Z | Documenting crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed) |
2825 | 2024-12-21T02:42:44.417Z | Documenting omicron-dev-lib v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev-lib) |
2826 | 2024-12-21T02:42:54.251Z | Documenting db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev) |
2827 | 2024-12-21T02:42:55.474Z | Documenting dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
2828 | 2024-12-21T02:42:57.446Z | Documenting internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli) |
2829 | 2024-12-21T02:42:58.625Z | Documenting oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
2830 | 2024-12-21T02:43:00.013Z | Documenting nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2831 | 2024-12-21T02:43:00.015Z | Documenting clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils) |
2832 | 2024-12-21T02:43:00.508Z | Documenting clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
2833 | 2024-12-21T02:43:09.583Z | Documenting clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
2834 | 2024-12-21T02:43:09.883Z | Documenting clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client) |
2835 | 2024-12-21T02:43:13.191Z | Documenting clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
2836 | 2024-12-21T02:43:14.634Z | Documenting internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
2837 | 2024-12-21T02:43:18.221Z | Documenting dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2838 | 2024-12-21T02:43:23.689Z | Documenting dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
2839 | 2024-12-21T02:43:23.864Z | Documenting sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2840 | 2024-12-21T02:43:28.481Z | Documenting oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
2841 | 2024-12-21T02:43:30.731Z | Documenting oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
2842 | 2024-12-21T02:43:34.682Z | Documenting omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2843 | 2024-12-21T02:43:37.617Z | Documenting bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2844 | 2024-12-21T02:43:37.802Z | Documenting bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2845 | 2024-12-21T02:43:39.884Z | Documenting sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2846 | 2024-12-21T02:43:44.174Z | Documenting nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
2847 | 2024-12-21T02:43:46.208Z | Documenting sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
2848 | 2024-12-21T02:43:53.187Z | Documenting installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2849 | 2024-12-21T02:43:54.352Z | Documenting repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
2850 | 2024-12-21T02:43:58.084Z | Documenting cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
2851 | 2024-12-21T02:44:01.701Z | Documenting oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
2852 | 2024-12-21T02:44:02.803Z | Documenting oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
2853 | 2024-12-21T02:44:04.049Z | Documenting nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
2854 | 2024-12-21T02:44:05.034Z | Documenting tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
2855 | 2024-12-21T02:44:05.219Z | Documenting nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
2856 | 2024-12-21T02:44:08.808Z | Documenting clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
2857 | 2024-12-21T02:44:09.177Z | Documenting key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2858 | 2024-12-21T02:44:16.965Z | Documenting omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
2859 | 2024-12-21T02:44:17.354Z | Documenting gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli) |
2860 | 2024-12-21T02:44:17.867Z | Documenting ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
2861 | 2024-12-21T02:44:21.985Z | Documenting illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2862 | 2024-12-21T02:44:25.718Z | Documenting internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
2863 | 2024-12-21T02:44:28.330Z | Documenting oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
2864 | 2024-12-21T02:44:29.015Z | Documenting gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2865 | 2024-12-21T02:44:30.840Z | Documenting api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2866 | 2024-12-21T02:44:34.482Z | Documenting oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2867 | 2024-12-21T02:44:35.885Z | Documenting cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
2868 | 2024-12-21T02:44:36.848Z | Documenting oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2869 | 2024-12-21T02:44:38.023Z | Documenting omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2870 | 2024-12-21T02:44:39.453Z | Documenting xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
2871 | 2024-12-21T02:44:39.798Z | Documenting repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
2872 | 2024-12-21T02:44:42.303Z | Documenting oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
2873 | 2024-12-21T02:44:42.327Z | Documenting sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
2874 | 2024-12-21T02:44:45.296Z | Documenting typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
2875 | 2024-12-21T02:44:46.314Z | Documenting range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
2876 | 2024-12-21T02:44:46.909Z | Documenting openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types) |
2877 | 2024-12-21T02:44:47.956Z | Documenting omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
2878 | 2024-12-21T02:44:50.099Z | Documenting nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
2879 | 2024-12-21T02:44:52.171Z | Documenting live-tests-macros v0.1.0 (/work/oxidecomputer/omicron/live-tests/macros) |
2880 | 2024-12-21T02:44:52.214Z | Documenting update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2881 | 2024-12-21T02:44:52.516Z | Documenting cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev) |
2882 | 2024-12-21T02:44:52.568Z | Documenting nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros) |
2883 | 2024-12-21T02:45:23.740Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 8m 57s |
2884 | 2024-12-21T02:45:23.912Z | Generated /work/oxidecomputer/omicron/target/doc/api_identity/index.html and 143 other files |
2885 | 2024-12-21T02:45:23.974Z | |
2886 | 2024-12-21T02:45:23.975Z | real 8:57.326824514 |
2887 | 2024-12-21T02:45:23.975Z | user 26:15.236910271 |
2888 | 2024-12-21T02:45:23.975Z | sys 41:22.939147399 |
2889 | 2024-12-21T02:45:23.975Z | trap 0.402727697 |
2890 | 2024-12-21T02:45:23.975Z | tflt 0.155856215 |
2891 | 2024-12-21T02:45:23.975Z | dflt 0.135420370 |
2892 | 2024-12-21T02:45:23.975Z | kflt 0.000073052 |
2893 | 2024-12-21T02:45:23.975Z | lock 1:29:35.754288551 |
2894 | 2024-12-21T02:45:23.975Z | slp 2:31:59.751735770 |
2895 | 2024-12-21T02:45:23.975Z | lat 1:19.126566773 |
2896 | 2024-12-21T02:45:23.975Z | stop 1:09.548959227 |
2897 | 2024-12-21T02:45:23.978Z | process exited: duration 1230078 ms, exit code 0 |
|
2898 | 2024-12-21T02:45:23.983Z | found 0 output files |