|
|
|
1 | 2024-07-03T17:40:29.825Z | job assigned to worker 01J1WTWVZB37Z8BFE4K09PHF76 (queued for 37 s) |
|
2 | 2024-07-03T17:40:30.501Z | starting task 0: "setup" |
3 | 2024-07-03T17:40:30.527Z | ++ uname -s |
4 | 2024-07-03T17:40:30.527Z | + kern=SunOS |
5 | 2024-07-03T17:40:30.527Z | + case "$kern" in |
6 | 2024-07-03T17:40:30.527Z | + groupadd -g 12345 build |
7 | 2024-07-03T17:40:30.527Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
8 | 2024-07-03T17:40:32.532Z | + zfs create -o mountpoint=/work rpool/work |
9 | 2024-07-03T17:40:32.579Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
10 | 2024-07-03T17:40:32.604Z | + home_fs=zfs |
11 | 2024-07-03T17:40:32.604Z | + [[ zfs == autofs ]] |
12 | 2024-07-03T17:40:32.604Z | + mkdir -p /home/build |
13 | 2024-07-03T17:40:32.604Z | + chown build:build /home/build /work |
14 | 2024-07-03T17:40:34.590Z | + chmod 0700 /home/build /work |
15 | 2024-07-03T17:40:34.617Z | process exited: duration 4095 ms, exit code 0 |
|
16 | 2024-07-03T17:40:34.667Z | starting task 1: "rust-toolchain" |
17 | 2024-07-03T17:40:34.692Z | + printf ' * toolchain channel = "%s" |
18 | 2024-07-03T17:40:34.692Z | ' 1.78.0 |
19 | 2024-07-03T17:40:34.692Z | + printf ' * toolchain profile = "%s" |
20 | 2024-07-03T17:40:34.692Z | ' default |
21 | 2024-07-03T17:40:34.692Z | * toolchain channel = "1.78.0" |
22 | 2024-07-03T17:40:34.692Z | * toolchain profile = "default" |
23 | 2024-07-03T17:40:34.692Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
24 | 2024-07-03T17:40:34.692Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.78.0 --profile default |
25 | 2024-07-03T17:40:34.826Z | info: downloading installer |
26 | 2024-07-03T17:40:35.429Z | info: profile set to 'default' |
27 | 2024-07-03T17:40:35.429Z | info: default host triple is x86_64-unknown-illumos |
28 | 2024-07-03T17:40:35.454Z | info: syncing channel updates for '1.78.0-x86_64-unknown-illumos' |
29 | 2024-07-03T17:40:35.538Z | info: latest update on 2024-05-02, rust version 1.78.0 (9b00956e5 2024-04-29) |
30 | 2024-07-03T17:40:35.538Z | info: downloading component 'cargo' |
31 | 2024-07-03T17:40:35.727Z | info: downloading component 'clippy' |
32 | 2024-07-03T17:40:35.790Z | info: downloading component 'rust-docs' |
33 | 2024-07-03T17:40:36.074Z | info: downloading component 'rust-std' |
34 | 2024-07-03T17:40:36.512Z | info: downloading component 'rustc' |
35 | 2024-07-03T17:40:37.624Z | info: downloading component 'rustfmt' |
36 | 2024-07-03T17:40:37.699Z | info: installing component 'cargo' |
37 | 2024-07-03T17:40:38.836Z | info: installing component 'clippy' |
38 | 2024-07-03T17:40:39.262Z | info: installing component 'rust-docs' |
39 | 2024-07-03T17:40:42.282Z | info: installing component 'rust-std' |
40 | 2024-07-03T17:40:44.239Z | info: installing component 'rustc' |
41 | 2024-07-03T17:40:49.424Z | info: installing component 'rustfmt' |
42 | 2024-07-03T17:40:49.800Z | info: default toolchain set to '1.78.0-x86_64-unknown-illumos' |
43 | 2024-07-03T17:40:49.800Z | |
44 | 2024-07-03T17:40:49.927Z | 1.78.0-x86_64-unknown-illumos installed - rustc 1.78.0 (9b00956e5 2024-04-29) |
45 | 2024-07-03T17:40:49.927Z | |
46 | 2024-07-03T17:40:49.927Z | |
47 | 2024-07-03T17:40:49.927Z | Rust is installed now. Great! |
48 | 2024-07-03T17:40:49.927Z | |
49 | 2024-07-03T17:40:49.927Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
50 | 2024-07-03T17:40:49.927Z | environment variable. This has not been done automatically. |
51 | 2024-07-03T17:40:49.927Z | |
52 | 2024-07-03T17:40:49.927Z | To configure your current shell, you need to source |
53 | 2024-07-03T17:40:49.927Z | the corresponding env file under $HOME/.cargo. |
54 | 2024-07-03T17:40:49.927Z | |
55 | 2024-07-03T17:40:49.927Z | This is usually done by running one of the following (note the leading DOT): |
56 | 2024-07-03T17:40:49.927Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
57 | 2024-07-03T17:40:49.927Z | source "$HOME/.cargo/env.fish" # For fish |
58 | 2024-07-03T17:40:49.997Z | + rustc --version |
59 | 2024-07-03T17:40:50.178Z | rustc 1.78.0 (9b00956e5 2024-04-29) |
60 | 2024-07-03T17:40:50.203Z | process exited: duration 15515 ms, exit code 0 |
|
61 | 2024-07-03T17:40:50.255Z | starting task 2: "authentication" |
62 | 2024-07-03T17:40:50.313Z | process exited: duration 59 ms, exit code 0 |
|
63 | 2024-07-03T17:40:50.363Z | starting task 3: "clone repository" |
64 | 2024-07-03T17:40:50.388Z | + mkdir -p /work/oxidecomputer/omicron |
65 | 2024-07-03T17:40:50.389Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
66 | 2024-07-03T17:40:50.413Z | Cloning into '/work/oxidecomputer/omicron'... |
67 | 2024-07-03T17:40:56.587Z | + cd /work/oxidecomputer/omicron |
68 | 2024-07-03T17:40:56.587Z | + git fetch origin 5f03e3728e2f7ff3faa93d6a412a1363879f187f |
69 | 2024-07-03T17:40:56.981Z | From https://github.com/oxidecomputer/omicron |
70 | 2024-07-03T17:40:56.981Z | * branch 5f03e3728e2f7ff3faa93d6a412a1363879f187f -> FETCH_HEAD |
71 | 2024-07-03T17:40:57.005Z | + [[ -n bump-console-00b76026 ]] |
72 | 2024-07-03T17:40:57.005Z | ++ git branch --show-current |
73 | 2024-07-03T17:40:57.005Z | + current=main |
74 | 2024-07-03T17:40:57.005Z | + [[ main != bump-console-00b76026 ]] |
75 | 2024-07-03T17:40:57.005Z | + git branch -f bump-console-00b76026 5f03e3728e2f7ff3faa93d6a412a1363879f187f |
76 | 2024-07-03T17:40:57.029Z | + git checkout -f bump-console-00b76026 |
77 | 2024-07-03T17:40:57.192Z | Switched to branch 'bump-console-00b76026' |
78 | 2024-07-03T17:40:57.216Z | + git reset --hard 5f03e3728e2f7ff3faa93d6a412a1363879f187f |
79 | 2024-07-03T17:40:57.216Z | HEAD is now at 5f03e3728 Bump web console |
80 | 2024-07-03T17:40:57.216Z | process exited: duration 6848 ms, exit code 0 |
|
81 | 2024-07-03T17:40:57.264Z | starting task 4: "build" |
82 | 2024-07-03T17:40:57.288Z | + cargo --version |
83 | 2024-07-03T17:40:57.372Z | cargo 1.78.0 (54d8815d0 2024-03-26) |
84 | 2024-07-03T17:40:57.396Z | + rustc --version |
85 | 2024-07-03T17:40:57.487Z | rustc 1.78.0 (9b00956e5 2024-04-29) |
86 | 2024-07-03T17:40:57.512Z | + source ./env.sh |
87 | 2024-07-03T17:40:57.512Z | ++ OLD_SHELL_OPTS=ehxB |
88 | 2024-07-03T17:40:57.512Z | ++ set -o xtrace |
89 | 2024-07-03T17:40:57.512Z | ++++ dirname ./env.sh |
90 | 2024-07-03T17:40:57.512Z | +++ readlink -f . |
91 | 2024-07-03T17:40:57.512Z | ++ OMICRON_WS=/work/oxidecomputer/omicron |
92 | 2024-07-03T17:40:57.512Z | ++ export PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
93 | 2024-07-03T17:40:57.512Z | ++ PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
94 | 2024-07-03T17:40:57.512Z | ++ 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 |
95 | 2024-07-03T17:40:57.512Z | ++ 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 |
96 | 2024-07-03T17:40:57.512Z | ++ 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 |
97 | 2024-07-03T17:40:57.512Z | ++ 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 |
98 | 2024-07-03T17:40:57.512Z | ++ 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 |
99 | 2024-07-03T17:40:57.512Z | ++ 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 |
100 | 2024-07-03T17:40:57.512Z | ++ case $OLD_SHELL_OPTS in |
101 | 2024-07-03T17:40:57.512Z | ++ unset OLD_SHELL_OPTS OMICRON_WS |
102 | 2024-07-03T17:40:57.512Z | + banner prerequisites |
103 | 2024-07-03T17:40:57.512Z | |
104 | 2024-07-03T17:40:57.512Z | ##### ##### ###### ##### ###### #### # # # #### # |
105 | 2024-07-03T17:40:57.512Z | # # # # # # # # # # # # # # # |
106 | 2024-07-03T17:40:57.512Z | # # # # ##### # # ##### # # # # # #### # |
107 | 2024-07-03T17:40:57.512Z | ##### ##### # ##### # # # # # # # # # |
108 | 2024-07-03T17:40:57.513Z | # # # # # # # # # # # # # # # |
109 | 2024-07-03T17:40:57.513Z | # # # ###### # # ###### ### # #### # #### # |
110 | 2024-07-03T17:40:57.513Z | |
111 | 2024-07-03T17:40:57.513Z | + ptime -m bash ./tools/install_builder_prerequisites.sh -y |
112 | 2024-07-03T17:41:03.087Z | Startup: Refreshing catalog 'helios-dev' ... Done |
113 | 2024-07-03T17:41:05.485Z | Startup: Caching catalogs ... Done |
114 | 2024-07-03T17:41:08.900Z | Planning: Solver setup ... Done (2.768s) |
115 | 2024-07-03T17:41:08.955Z | Planning: Running solver ... Done (0.056s) |
116 | 2024-07-03T17:41:08.997Z | Planning: Finding local manifests ... Done (0.002s) |
117 | 2024-07-03T17:41:09.077Z | Planning: Fetching manifests: 0/4 0% complete |
118 | 2024-07-03T17:41:09.440Z | Planning: Fetching manifests: 4/4 100% complete |
119 | 2024-07-03T17:41:09.610Z | Planning: Package planning ... Done (0.168s) |
120 | 2024-07-03T17:41:09.685Z | Planning: Merging actions ... Done (0.060s) |
121 | 2024-07-03T17:41:10.065Z | Planning: Checking for conflicting actions ... Done (0.396s) |
122 | 2024-07-03T17:41:10.090Z | Planning: Consolidating action changes ... Done (0.013s) |
123 | 2024-07-03T17:41:10.733Z | Planning: Evaluating mediators ... Done (0.653s) |
124 | 2024-07-03T17:41:10.762Z | Planning: Planning completed in 5.20 seconds |
125 | 2024-07-03T17:41:10.794Z | Packages to install: 4 |
126 | 2024-07-03T17:41:10.794Z | Mediators to change: 2 |
127 | 2024-07-03T17:41:10.794Z | Services to change: 1 |
128 | 2024-07-03T17:41:10.794Z | Estimated space available: 148.89 GB |
129 | 2024-07-03T17:41:10.794Z | Estimated space to be consumed: 1.46 GB |
130 | 2024-07-03T17:41:10.794Z | Create boot environment: No |
131 | 2024-07-03T17:41:10.794Z | Create backup boot environment: No |
132 | 2024-07-03T17:41:10.794Z | Rebuild boot archive: No |
133 | 2024-07-03T17:41:10.794Z | |
134 | 2024-07-03T17:41:10.795Z | Changed mediators: |
135 | 2024-07-03T17:41:10.795Z | mediator clang: |
136 | 2024-07-03T17:41:10.795Z | version: None -> 15 (system default) |
137 | 2024-07-03T17:41:10.795Z | |
138 | 2024-07-03T17:41:10.795Z | mediator llvm: |
139 | 2024-07-03T17:41:10.795Z | version: 14 (system default) -> 15 (system default) |
140 | 2024-07-03T17:41:10.795Z | |
141 | 2024-07-03T17:41:10.795Z | Changed packages: |
142 | 2024-07-03T17:41:10.795Z | helios-dev |
143 | 2024-07-03T17:41:10.795Z | developer/build-essential |
144 | 2024-07-03T17:41:10.795Z | None -> 11-2.0 |
145 | 2024-07-03T17:41:10.795Z | library/libxmlsec1 |
146 | 2024-07-03T17:41:10.795Z | None -> 1.2.35-2.0 |
147 | 2024-07-03T17:41:10.795Z | ooce/developer/clang-15 |
148 | 2024-07-03T17:41:10.796Z | None -> 15.0.7-2.0 |
149 | 2024-07-03T17:41:10.796Z | ooce/developer/llvm-15 |
150 | 2024-07-03T17:41:10.796Z | None -> 15.0.7-2.0 |
151 | 2024-07-03T17:41:10.796Z | |
152 | 2024-07-03T17:41:10.796Z | Services: |
153 | 2024-07-03T17:41:10.796Z | restart_fmri: |
154 | 2024-07-03T17:41:10.796Z | svc:/system/update-man-index:default |
155 | 2024-07-03T17:41:10.821Z | |
156 | 2024-07-03T17:41:10.821Z | Download: 0/3290 items 0.0/212.6MB 0% complete |
157 | 2024-07-03T17:41:15.815Z | Download: 1198/3290 items 80.9/212.6MB 38% complete (16.2M/s) |
158 | 2024-07-03T17:41:21.383Z | Download: 2223/3290 items 119.2/212.6MB 56% complete (12.4M/s) |
159 | 2024-07-03T17:41:26.398Z | Download: 3248/3290 items 168.0/212.6MB 79% complete (8.8M/s) |
160 | 2024-07-03T17:41:31.398Z | Download: 3248/3290 items 200.3/212.6MB 94% complete (8.1M/s) |
161 | 2024-07-03T17:41:32.571Z | Download: Completed 212.60 MB in 21.76 seconds (9.8M/s) |
162 | 2024-07-03T17:41:32.741Z | Actions: 1/3689 actions (Installing new actions) |
163 | 2024-07-03T17:41:38.231Z | Actions: 3245/3689 actions (Installing new actions) |
164 | 2024-07-03T17:41:38.363Z | Actions: Completed 3689 actions in 5.62 seconds. |
165 | 2024-07-03T17:41:38.728Z | Done (0.358s) |
166 | 2024-07-03T17:41:38.728Z | Done (0.000s) |
167 | 2024-07-03T17:41:39.134Z | Done (0.406s) |
168 | 2024-07-03T17:41:44.423Z | Done (5.151s) |
169 | 2024-07-03T17:41:44.518Z | Done (0.019s) |
170 | 2024-07-03T17:41:44.544Z | Done (0.000s) |
171 | 2024-07-03T17:41:44.689Z | Done (0.000s) |
172 | 2024-07-03T17:41:45.384Z | Planning: Evaluating mediator changes ... Done |
173 | 2024-07-03T17:41:45.645Z | Planning: Checking for conflicting actions ... Done |
174 | 2024-07-03T17:41:45.670Z | Planning: Consolidating action changes ... Done |
175 | 2024-07-03T17:41:45.983Z | Planning: Evaluating mediators ... Done |
176 | 2024-07-03T17:41:46.007Z | Planning: Planning completed in 0.60 seconds |
177 | 2024-07-03T17:41:46.034Z | Mediators to change: 2 |
178 | 2024-07-03T17:41:46.034Z | Create boot environment: No |
179 | 2024-07-03T17:41:46.034Z | Create backup boot environment: No |
180 | 2024-07-03T17:41:46.083Z | Done |
181 | 2024-07-03T17:41:46.083Z | Done |
182 | 2024-07-03T17:41:46.375Z | Done |
183 | 2024-07-03T17:41:50.984Z | Done |
184 | 2024-07-03T17:41:51.097Z | Done |
185 | 2024-07-03T17:41:51.122Z | Done |
186 | 2024-07-03T17:41:51.148Z | Done |
187 | 2024-07-03T17:41:51.935Z | Planning: Evaluating mediator changes ... Done |
188 | 2024-07-03T17:41:51.960Z | Planning: Merging actions ... Done |
189 | 2024-07-03T17:41:52.181Z | Planning: Checking for conflicting actions ... Done |
190 | 2024-07-03T17:41:52.206Z | Planning: Consolidating action changes ... Done |
191 | 2024-07-03T17:41:52.514Z | Planning: Evaluating mediators ... Done |
192 | 2024-07-03T17:41:52.585Z | Planning: Planning completed in 0.97 seconds |
193 | 2024-07-03T17:41:52.627Z | Packages to change: 1 |
194 | 2024-07-03T17:41:52.627Z | Mediators to change: 1 |
195 | 2024-07-03T17:41:52.627Z | Services to change: 1 |
196 | 2024-07-03T17:41:52.627Z | Create boot environment: No |
197 | 2024-07-03T17:41:52.651Z | Create backup boot environment: Yes |
198 | 2024-07-03T17:41:54.170Z | Actions: 1/6 actions (Updating modified actions) |
199 | 2024-07-03T17:41:54.195Z | Actions: Completed 6 actions in 0.00 seconds. |
200 | 2024-07-03T17:41:54.195Z | Done |
201 | 2024-07-03T17:41:54.195Z | Done |
202 | 2024-07-03T17:41:54.255Z | Done |
203 | 2024-07-03T17:41:58.855Z | Done |
204 | 2024-07-03T17:41:58.952Z | Done |
205 | 2024-07-03T17:41:58.977Z | Done |
206 | 2024-07-03T17:41:59.029Z | Done |
207 | 2024-07-03T17:41:59.580Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
208 | 2024-07-03T17:41:59.581Z | clang system 15 system |
209 | 2024-07-03T17:41:59.581Z | csh system system illumos |
210 | 2024-07-03T17:41:59.581Z | ctags system system illumos |
211 | 2024-07-03T17:41:59.581Z | gcc vendor 12 vendor |
212 | 2024-07-03T17:41:59.581Z | gcc system 10 system |
213 | 2024-07-03T17:41:59.581Z | gcc system 7 system |
214 | 2024-07-03T17:41:59.581Z | go system 1.20 system |
215 | 2024-07-03T17:41:59.582Z | go system 1.19 system |
216 | 2024-07-03T17:41:59.582Z | llvm system 15 system |
217 | 2024-07-03T17:41:59.582Z | llvm system 14 system |
218 | 2024-07-03T17:41:59.582Z | mariadb system 10.6 system |
219 | 2024-07-03T17:41:59.582Z | mta vendor vendor dma |
220 | 2024-07-03T17:41:59.582Z | openjdk system 17 system |
221 | 2024-07-03T17:41:59.583Z | openjdk system 11 system |
222 | 2024-07-03T17:41:59.583Z | openjdk system 1.8 system |
223 | 2024-07-03T17:41:59.583Z | openssl vendor 3 vendor |
224 | 2024-07-03T17:41:59.583Z | perl system 5.36 system |
225 | 2024-07-03T17:41:59.583Z | postgresql system 15 system |
226 | 2024-07-03T17:41:59.583Z | postgresql system 13 system |
227 | 2024-07-03T17:41:59.584Z | python vendor 3 vendor |
228 | 2024-07-03T17:41:59.584Z | python system 2 system |
229 | 2024-07-03T17:41:59.584Z | python3 system 3.11 system |
230 | 2024-07-03T17:41:59.584Z | ruby system 3.0 system |
231 | 2024-07-03T17:41:59.584Z | words vendor vendor american-english |
232 | 2024-07-03T17:41:59.584Z | words system system australian-english |
233 | 2024-07-03T17:41:59.584Z | words system system british-english |
234 | 2024-07-03T17:41:59.584Z | words system system canadian-english |
235 | 2024-07-03T17:41:59.584Z | words system system french |
236 | 2024-07-03T17:41:59.585Z | words system system italian |
237 | 2024-07-03T17:41:59.585Z | words system system ngerman |
238 | 2024-07-03T17:41:59.585Z | words system system ogerman |
239 | 2024-07-03T17:41:59.585Z | words system system spanish |
240 | 2024-07-03T17:41:59.986Z | PUBLISHER TYPE STATUS P LOCATION |
241 | 2024-07-03T17:41:59.986Z | helios-dev origin online F https://pkg.oxide.computer/helios/2/dev/ |
242 | 2024-07-03T17:42:01.835Z | FMRI IFO |
243 | 2024-07-03T17:42:01.835Z | pkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im- |
244 | 2024-07-03T17:42:01.835Z | pkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i-- |
245 | 2024-07-03T17:42:01.835Z | pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im- |
246 | 2024-07-03T17:42:01.835Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im- |
247 | 2024-07-03T17:42:01.835Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z --- |
248 | 2024-07-03T17:42:01.835Z | pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i-- |
249 | 2024-07-03T17:42:01.835Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z i-- |
250 | 2024-07-03T17:42:01.835Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z --- |
251 | 2024-07-03T17:42:01.835Z | pkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z i-- |
252 | 2024-07-03T17:42:01.835Z | pkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z --- |
253 | 2024-07-03T17:42:01.835Z | pkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z i-- |
254 | 2024-07-03T17:42:01.835Z | pkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z --- |
255 | 2024-07-03T17:42:02.440Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
256 | 2024-07-03T17:42:02.980Z | Updating git repository `https://github.com/oxidecomputer/zone` |
257 | 2024-07-03T17:42:03.473Z | Updating crates.io index |
258 | 2024-07-03T17:42:03.498Z | Updating git repository `https://github.com/oxidecomputer/dropshot` |
259 | 2024-07-03T17:42:04.383Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
260 | 2024-07-03T17:42:05.331Z | Updating git repository `https://github.com/oxidecomputer/oxnet` |
261 | 2024-07-03T17:42:05.838Z | Updating git repository `https://github.com/oxidecomputer/progenitor` |
262 | 2024-07-03T17:42:08.234Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
263 | 2024-07-03T17:42:08.685Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
264 | 2024-07-03T17:42:09.146Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
265 | 2024-07-03T17:42:10.393Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
266 | 2024-07-03T17:42:12.444Z | Updating git repository `https://github.com/oxidecomputer/opte` |
267 | 2024-07-03T17:42:13.645Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
268 | 2024-07-03T17:42:14.513Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
269 | 2024-07-03T17:42:15.293Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
270 | 2024-07-03T17:42:15.783Z | Updating git repository `https://github.com/oxidecomputer/sprockets` |
271 | 2024-07-03T17:42:16.322Z | Updating git repository `https://github.com/oxidecomputer/async-bb8-diesel` |
272 | 2024-07-03T17:42:16.798Z | Updating git repository `https://github.com/oxidecomputer/diesel-dtrace` |
273 | 2024-07-03T17:42:17.234Z | Updating git repository `https://github.com/oxidecomputer/tofino` |
274 | 2024-07-03T17:42:17.811Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
275 | 2024-07-03T17:42:18.221Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
276 | 2024-07-03T17:42:18.684Z | Updating git repository `https://github.com/oxidecomputer/libnvme` |
277 | 2024-07-03T17:42:19.186Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
278 | 2024-07-03T17:42:19.720Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
279 | 2024-07-03T17:42:20.318Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
280 | 2024-07-03T17:42:21.022Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
281 | 2024-07-03T17:42:21.605Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
282 | 2024-07-03T17:42:22.082Z | Updating git repository `https://github.com/cbiffle/hubpack.git` |
283 | 2024-07-03T17:42:22.535Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
284 | 2024-07-03T17:42:23.254Z | Updating git repository `https://github.com/oxidecomputer/typify` |
285 | 2024-07-03T17:42:25.525Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
286 | 2024-07-03T17:42:25.864Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
287 | 2024-07-03T17:42:26.241Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
288 | 2024-07-03T17:42:26.812Z | Updating git repository `https://github.com/oxidecomputer/rfb` |
289 | 2024-07-03T17:42:28.211Z | Downloading crates ... |
290 | 2024-07-03T17:42:28.292Z | Downloaded foreign-types-shared v0.1.1 |
291 | 2024-07-03T17:42:28.913Z | Downloaded dtrace-parser v0.2.0 |
292 | 2024-07-03T17:42:28.913Z | Downloaded equivalent v1.0.1 |
293 | 2024-07-03T17:42:28.913Z | Downloaded colorchoice v1.0.1 |
294 | 2024-07-03T17:42:28.913Z | Downloaded openssl-probe v0.1.5 |
295 | 2024-07-03T17:42:28.913Z | Downloaded is_terminal_polyfill v1.70.0 |
296 | 2024-07-03T17:42:28.913Z | Downloaded dirs-sys-next v0.1.2 |
297 | 2024-07-03T17:42:28.913Z | Downloaded pretty-hex v0.4.1 |
298 | 2024-07-03T17:42:28.913Z | Downloaded generic-array v0.14.7 |
299 | 2024-07-03T17:42:28.913Z | Downloaded fnv v1.0.7 |
300 | 2024-07-03T17:42:28.913Z | Downloaded filetime v0.2.23 |
301 | 2024-07-03T17:42:28.913Z | Downloaded digest v0.10.7 |
302 | 2024-07-03T17:42:28.913Z | Downloaded usdt-macro v0.5.0 |
303 | 2024-07-03T17:42:28.913Z | Downloaded signal-hook-registry v1.4.2 |
304 | 2024-07-03T17:42:28.913Z | Downloaded slog-bunyan v2.5.0 |
305 | 2024-07-03T17:42:28.913Z | Downloaded scroll v0.12.0 |
306 | 2024-07-03T17:42:28.913Z | Downloaded rustls-pemfile v1.0.4 |
307 | 2024-07-03T17:42:28.913Z | Downloaded usdt-attr-macro v0.5.0 |
308 | 2024-07-03T17:42:28.913Z | Downloaded want v0.3.1 |
309 | 2024-07-03T17:42:28.913Z | Downloaded toml_datetime v0.6.6 |
310 | 2024-07-03T17:42:28.913Z | Downloaded thread_local v1.1.8 |
311 | 2024-07-03T17:42:28.913Z | Downloaded thiserror-impl v1.0.60 |
312 | 2024-07-03T17:42:28.913Z | Downloaded slog-term v2.9.1 |
313 | 2024-07-03T17:42:28.913Z | Downloaded terminal_size v0.3.0 |
314 | 2024-07-03T17:42:28.913Z | Downloaded xattr v1.3.1 |
315 | 2024-07-03T17:42:28.913Z | Downloaded take_mut v0.2.2 |
316 | 2024-07-03T17:42:28.913Z | Downloaded tinyvec_macros v0.1.1 |
317 | 2024-07-03T17:42:28.913Z | Downloaded strsim v0.11.1 |
318 | 2024-07-03T17:42:28.913Z | Downloaded futures-channel v0.3.30 |
319 | 2024-07-03T17:42:28.913Z | Downloaded strum_macros v0.26.2 |
320 | 2024-07-03T17:42:28.913Z | Downloaded cfg-if v1.0.0 |
321 | 2024-07-03T17:42:28.913Z | Downloaded try-lock v0.2.5 |
322 | 2024-07-03T17:42:28.913Z | Downloaded ryu v1.0.18 |
323 | 2024-07-03T17:42:28.914Z | Downloaded slog v2.7.0 |
324 | 2024-07-03T17:42:28.914Z | Downloaded typenum v1.17.0 |
325 | 2024-07-03T17:42:28.914Z | Downloaded zerocopy-derive v0.7.34 |
326 | 2024-07-03T17:42:28.914Z | Downloaded once_cell v1.19.0 |
327 | 2024-07-03T17:42:28.914Z | Downloaded version_check v0.9.4 |
328 | 2024-07-03T17:42:28.914Z | Downloaded unicode-width v0.1.12 |
329 | 2024-07-03T17:42:28.914Z | Downloaded tracing-core v0.1.32 |
330 | 2024-07-03T17:42:28.914Z | Downloaded term v0.7.0 |
331 | 2024-07-03T17:42:28.914Z | Downloaded usdt-impl v0.5.0 |
332 | 2024-07-03T17:42:28.914Z | Downloaded unicode-bidi v0.3.15 |
333 | 2024-07-03T17:42:28.914Z | Downloaded cargo_toml v0.20.3 |
334 | 2024-07-03T17:42:28.914Z | Downloaded utf8parse v0.2.1 |
335 | 2024-07-03T17:42:28.914Z | Downloaded toml v0.8.13 |
336 | 2024-07-03T17:42:28.914Z | Downloaded url v2.5.0 |
337 | 2024-07-03T17:42:28.914Z | Downloaded tracing v0.1.40 |
338 | 2024-07-03T17:42:28.914Z | Downloaded unicode-normalization v0.1.23 |
339 | 2024-07-03T17:42:28.914Z | Downloaded pest_derive v2.7.10 |
340 | 2024-07-03T17:42:28.914Z | Downloaded tokio-util v0.7.11 |
341 | 2024-07-03T17:42:28.914Z | Downloaded crossbeam-utils v0.8.19 |
342 | 2024-07-03T17:42:28.914Z | Downloaded time v0.3.36 |
343 | 2024-07-03T17:42:28.914Z | Downloaded zerocopy v0.7.34 |
344 | 2024-07-03T17:42:28.914Z | Downloaded vcpkg v0.2.15 |
345 | 2024-07-03T17:42:28.914Z | Downloaded rustix v0.38.34 |
346 | 2024-07-03T17:42:28.914Z | Downloaded pest v2.7.10 |
347 | 2024-07-03T17:42:28.914Z | Downloaded tokio v1.37.0 |
348 | 2024-07-03T17:42:28.914Z | Downloaded openssl v0.10.64 |
349 | 2024-07-03T17:42:28.914Z | Downloaded libc v0.2.155 |
350 | 2024-07-03T17:42:28.914Z | Downloaded mio v0.8.11 |
351 | 2024-07-03T17:42:28.914Z | Downloaded memchr v2.7.2 |
352 | 2024-07-03T17:42:28.914Z | Downloaded idna v0.5.0 |
353 | 2024-07-03T17:42:28.914Z | Downloaded encoding_rs v0.8.34 |
354 | 2024-07-03T17:42:28.914Z | Downloaded hyper v0.14.28 |
355 | 2024-07-03T17:42:28.914Z | Downloaded hashbrown v0.14.5 |
356 | 2024-07-03T17:42:28.914Z | Downloaded h2 v0.3.26 |
357 | 2024-07-03T17:42:28.914Z | Downloaded goblin v0.8.2 |
358 | 2024-07-03T17:42:28.914Z | Downloaded futures-util v0.3.30 |
359 | 2024-07-03T17:42:28.914Z | Downloaded clap_builder v4.5.2 |
360 | 2024-07-03T17:42:28.914Z | Downloaded openssl-sys v0.9.102 |
361 | 2024-07-03T17:42:28.914Z | Downloaded indexmap v2.2.6 |
362 | 2024-07-03T17:42:28.915Z | Downloaded http v0.2.12 |
363 | 2024-07-03T17:42:28.915Z | Downloaded flate2 v1.0.30 |
364 | 2024-07-03T17:42:28.915Z | Downloaded crossbeam-channel v0.5.12 |
365 | 2024-07-03T17:42:28.915Z | Downloaded tabled v0.15.0 |
366 | 2024-07-03T17:42:28.915Z | Downloaded syn v2.0.68 |
367 | 2024-07-03T17:42:28.915Z | Downloaded syn v1.0.109 |
368 | 2024-07-03T17:42:28.915Z | Downloaded base64 v0.21.7 |
369 | 2024-07-03T17:42:28.915Z | Downloaded winnow v0.6.8 |
370 | 2024-07-03T17:42:28.915Z | Downloaded parking_lot v0.12.2 |
371 | 2024-07-03T17:42:28.915Z | Downloaded serde_json v1.0.118 |
372 | 2024-07-03T17:42:28.915Z | Downloaded reqwest v0.11.27 |
373 | 2024-07-03T17:42:28.915Z | Downloaded miniz_oxide v0.7.2 |
374 | 2024-07-03T17:42:28.915Z | Downloaded bytes v1.6.0 |
375 | 2024-07-03T17:42:28.915Z | Downloaded lock_api v0.4.12 |
376 | 2024-07-03T17:42:28.915Z | Downloaded httparse v1.8.0 |
377 | 2024-07-03T17:42:28.915Z | Downloaded futures v0.3.30 |
378 | 2024-07-03T17:42:28.915Z | Downloaded macaddr v1.0.1 |
379 | 2024-07-03T17:42:28.915Z | Downloaded toml_edit v0.22.13 |
380 | 2024-07-03T17:42:28.940Z | Downloaded serde v1.0.203 |
381 | 2024-07-03T17:42:28.940Z | Downloaded cc v1.0.97 |
382 | 2024-07-03T17:42:28.940Z | Downloaded papergrid v0.11.0 |
383 | 2024-07-03T17:42:28.940Z | Downloaded log v0.4.21 |
384 | 2024-07-03T17:42:28.940Z | Downloaded mime v0.3.17 |
385 | 2024-07-03T17:42:28.940Z | Downloaded unicode-ident v1.0.12 |
386 | 2024-07-03T17:42:28.940Z | Downloaded ucd-trie v0.1.6 |
387 | 2024-07-03T17:42:28.940Z | Downloaded itoa v1.0.11 |
388 | 2024-07-03T17:42:28.940Z | Downloaded pest_meta v2.7.10 |
389 | 2024-07-03T17:42:28.940Z | Downloaded percent-encoding v2.3.1 |
390 | 2024-07-03T17:42:28.940Z | Downloaded num_threads v0.1.7 |
391 | 2024-07-03T17:42:28.940Z | Downloaded native-tls v0.2.11 |
392 | 2024-07-03T17:42:28.940Z | Downloaded errno v0.3.9 |
393 | 2024-07-03T17:42:28.940Z | Downloaded heck v0.4.1 |
394 | 2024-07-03T17:42:28.940Z | Downloaded futures-core v0.3.30 |
395 | 2024-07-03T17:42:28.941Z | Downloaded form_urlencoded v1.2.1 |
396 | 2024-07-03T17:42:28.941Z | Downloaded quote v1.0.36 |
397 | 2024-07-03T17:42:28.941Z | Downloaded futures-sink v0.3.30 |
398 | 2024-07-03T17:42:28.941Z | Downloaded futures-io v0.3.30 |
399 | 2024-07-03T17:42:28.941Z | Downloaded anyhow v1.0.86 |
400 | 2024-07-03T17:42:28.941Z | Downloaded time-macros v0.2.18 |
401 | 2024-07-03T17:42:28.941Z | Downloaded tar v0.4.40 |
402 | 2024-07-03T17:42:28.941Z | Downloaded sha2 v0.10.8 |
403 | 2024-07-03T17:42:28.941Z | Downloaded hostname v0.3.1 |
404 | 2024-07-03T17:42:28.941Z | Downloaded dirs-next v2.0.0 |
405 | 2024-07-03T17:42:28.941Z | Downloaded clap v4.5.4 |
406 | 2024-07-03T17:42:28.941Z | Downloaded usdt v0.5.0 |
407 | 2024-07-03T17:42:28.941Z | Downloaded tinyvec v1.6.0 |
408 | 2024-07-03T17:42:28.941Z | Downloaded thread-id v4.2.1 |
409 | 2024-07-03T17:42:28.941Z | Downloaded socket2 v0.5.7 |
410 | 2024-07-03T17:42:28.941Z | Downloaded smallvec v1.13.2 |
411 | 2024-07-03T17:42:28.941Z | Downloaded scopeguard v1.2.0 |
412 | 2024-07-03T17:42:28.966Z | Downloaded ipnet v2.9.0 |
413 | 2024-07-03T17:42:28.966Z | Downloaded http-body v0.4.6 |
414 | 2024-07-03T17:42:28.966Z | Downloaded dof v0.3.0 |
415 | 2024-07-03T17:42:28.966Z | Downloaded deranged v0.3.11 |
416 | 2024-07-03T17:42:28.966Z | Downloaded cpufeatures v0.2.12 |
417 | 2024-07-03T17:42:28.966Z | Downloaded clap_lex v0.7.0 |
418 | 2024-07-03T17:42:28.966Z | Downloaded thiserror v1.0.60 |
419 | 2024-07-03T17:42:28.966Z | Downloaded serde_tokenstream v0.2.0 |
420 | 2024-07-03T17:42:28.966Z | Downloaded is-terminal v0.4.12 |
421 | 2024-07-03T17:42:28.966Z | Downloaded tokio-macros v2.2.0 |
422 | 2024-07-03T17:42:28.966Z | Downloaded strum v0.26.2 |
423 | 2024-07-03T17:42:28.967Z | Downloaded slog-async v2.8.0 |
424 | 2024-07-03T17:42:28.967Z | Downloaded rustversion v1.0.17 |
425 | 2024-07-03T17:42:28.967Z | Downloaded num-conv v0.1.0 |
426 | 2024-07-03T17:42:28.967Z | Downloaded foreign-types v0.3.2 |
427 | 2024-07-03T17:42:28.992Z | Downloaded semver v1.0.23 |
428 | 2024-07-03T17:42:28.992Z | Downloaded swrite v0.1.0 |
429 | 2024-07-03T17:42:28.992Z | Downloaded serde_derive v1.0.203 |
430 | 2024-07-03T17:42:28.992Z | Downloaded proc-macro2 v1.0.86 |
431 | 2024-07-03T17:42:28.992Z | Downloaded parking_lot_core v0.9.10 |
432 | 2024-07-03T17:42:28.992Z | Downloaded openssl-macros v0.1.1 |
433 | 2024-07-03T17:42:28.992Z | Downloaded bitflags v2.5.0 |
434 | 2024-07-03T17:42:28.992Z | Downloaded serde_urlencoded v0.7.1 |
435 | 2024-07-03T17:42:28.992Z | Downloaded proc-macro-error v1.0.4 |
436 | 2024-07-03T17:42:28.992Z | Downloaded camino v1.1.7 |
437 | 2024-07-03T17:42:28.992Z | Downloaded crypto-common v0.1.6 |
438 | 2024-07-03T17:42:28.992Z | Downloaded tabled_derive v0.7.0 |
439 | 2024-07-03T17:42:29.017Z | Downloaded slog-json v2.6.1 |
440 | 2024-07-03T17:42:29.017Z | Downloaded slab v0.4.9 |
441 | 2024-07-03T17:42:29.017Z | Downloaded pin-project-lite v0.2.14 |
442 | 2024-07-03T17:42:29.042Z | Downloaded memmap v0.7.0 |
443 | 2024-07-03T17:42:29.042Z | Downloaded cargo-platform v0.1.8 |
444 | 2024-07-03T17:42:29.042Z | Downloaded pkg-config v0.3.30 |
445 | 2024-07-03T17:42:29.042Z | Downloaded num_cpus v1.16.0 |
446 | 2024-07-03T17:42:29.042Z | Downloaded block-buffer v0.10.4 |
447 | 2024-07-03T17:42:29.042Z | Downloaded hyper-tls v0.5.0 |
448 | 2024-07-03T17:42:29.042Z | Downloaded anstyle-parse v0.2.4 |
449 | 2024-07-03T17:42:29.042Z | Downloaded httpdate v1.0.3 |
450 | 2024-07-03T17:42:29.042Z | Downloaded tokio-native-tls v0.3.1 |
451 | 2024-07-03T17:42:29.042Z | Downloaded serde_spanned v0.6.6 |
452 | 2024-07-03T17:42:29.042Z | Downloaded powerfmt v0.2.0 |
453 | 2024-07-03T17:42:29.068Z | Downloaded time-core v0.1.2 |
454 | 2024-07-03T17:42:29.068Z | Downloaded scroll_derive v0.12.0 |
455 | 2024-07-03T17:42:29.068Z | Downloaded pest_generator v2.7.10 |
456 | 2024-07-03T17:42:29.068Z | Downloaded proc-macro-error-attr v1.0.4 |
457 | 2024-07-03T17:42:29.068Z | Downloaded plain v0.2.3 |
458 | 2024-07-03T17:42:29.068Z | Downloaded pin-utils v0.1.0 |
459 | 2024-07-03T17:42:29.068Z | Downloaded bytecount v0.6.8 |
460 | 2024-07-03T17:42:29.068Z | Downloaded anstream v0.6.14 |
461 | 2024-07-03T17:42:29.068Z | Downloaded futures-executor v0.3.30 |
462 | 2024-07-03T17:42:29.068Z | Downloaded crc32fast v1.4.0 |
463 | 2024-07-03T17:42:29.068Z | Downloaded clap_derive v4.5.4 |
464 | 2024-07-03T17:42:29.068Z | Downloaded tower-service v0.3.2 |
465 | 2024-07-03T17:42:29.068Z | Downloaded sync_wrapper v0.1.2 |
466 | 2024-07-03T17:42:29.068Z | Downloaded heck v0.5.0 |
467 | 2024-07-03T17:42:29.093Z | Downloaded futures-task v0.3.30 |
468 | 2024-07-03T17:42:29.093Z | Downloaded futures-macro v0.3.30 |
469 | 2024-07-03T17:42:29.093Z | Downloaded fs-err v2.11.0 |
470 | 2024-07-03T17:42:29.093Z | Downloaded adler v1.0.2 |
471 | 2024-07-03T17:42:29.093Z | Downloaded anstyle-query v1.0.3 |
472 | 2024-07-03T17:42:29.093Z | Downloaded match_cfg v0.1.0 |
473 | 2024-07-03T17:42:29.093Z | Downloaded byteorder v1.5.0 |
474 | 2024-07-03T17:42:29.093Z | Downloaded anstyle v1.0.7 |
475 | 2024-07-03T17:42:29.093Z | Downloaded cargo_metadata v0.18.1 |
476 | 2024-07-03T17:42:29.093Z | Downloaded autocfg v1.3.0 |
477 | 2024-07-03T17:42:29.260Z | Compiling proc-macro2 v1.0.86 |
478 | 2024-07-03T17:42:29.260Z | Compiling unicode-ident v1.0.12 |
479 | 2024-07-03T17:42:29.260Z | Compiling libc v0.2.155 |
480 | 2024-07-03T17:42:29.285Z | Compiling version_check v0.9.4 |
481 | 2024-07-03T17:42:29.285Z | Compiling cfg-if v1.0.0 |
482 | 2024-07-03T17:42:29.285Z | Compiling itoa v1.0.11 |
483 | 2024-07-03T17:42:29.285Z | Compiling once_cell v1.19.0 |
484 | 2024-07-03T17:42:29.285Z | Compiling autocfg v1.3.0 |
485 | 2024-07-03T17:42:29.484Z | Compiling serde v1.0.203 |
486 | 2024-07-03T17:42:29.541Z | Compiling memchr v2.7.2 |
487 | 2024-07-03T17:42:29.572Z | Compiling thiserror v1.0.60 |
488 | 2024-07-03T17:42:29.716Z | Compiling ryu v1.0.18 |
489 | 2024-07-03T17:42:30.025Z | Compiling pin-project-lite v0.2.14 |
490 | 2024-07-03T17:42:30.051Z | Compiling bitflags v2.5.0 |
491 | 2024-07-03T17:42:30.080Z | Compiling ucd-trie v0.1.6 |
492 | 2024-07-03T17:42:30.162Z | Compiling vcpkg v0.2.15 |
493 | 2024-07-03T17:42:30.269Z | Compiling lock_api v0.4.12 |
494 | 2024-07-03T17:42:30.295Z | Compiling parking_lot_core v0.9.10 |
495 | 2024-07-03T17:42:30.452Z | Compiling cc v1.0.97 |
496 | 2024-07-03T17:42:30.544Z | Compiling pkg-config v0.3.30 |
497 | 2024-07-03T17:42:30.726Z | Compiling slab v0.4.9 |
498 | 2024-07-03T17:42:30.804Z | Compiling bytes v1.6.0 |
499 | 2024-07-03T17:42:31.003Z | Compiling quote v1.0.36 |
500 | 2024-07-03T17:42:31.069Z | Compiling futures-core v0.3.30 |
501 | 2024-07-03T17:42:31.482Z | Compiling syn v2.0.68 |
502 | 2024-07-03T17:42:31.650Z | Compiling scopeguard v1.2.0 |
503 | 2024-07-03T17:42:31.730Z | Compiling futures-sink v0.3.30 |
504 | 2024-07-03T17:42:31.777Z | Compiling smallvec v1.13.2 |
505 | 2024-07-03T17:42:31.937Z | Compiling log v0.4.21 |
506 | 2024-07-03T17:42:31.961Z | Compiling hashbrown v0.14.5 |
507 | 2024-07-03T17:42:32.050Z | Compiling equivalent v1.0.1 |
508 | 2024-07-03T17:42:32.102Z | Compiling serde_json v1.0.118 |
509 | 2024-07-03T17:42:32.188Z | Compiling fnv v1.0.7 |
510 | 2024-07-03T17:42:32.258Z | Compiling byteorder v1.5.0 |
511 | 2024-07-03T17:42:32.319Z | Compiling futures-channel v0.3.30 |
512 | 2024-07-03T17:42:32.406Z | Compiling mio v0.8.11 |
513 | 2024-07-03T17:42:32.568Z | Compiling parking_lot v0.12.2 |
514 | 2024-07-03T17:42:32.660Z | Compiling num_cpus v1.16.0 |
515 | 2024-07-03T17:42:32.715Z | Compiling socket2 v0.5.7 |
516 | 2024-07-03T17:42:32.774Z | Compiling signal-hook-registry v1.4.2 |
517 | 2024-07-03T17:42:32.802Z | Compiling futures-io v0.3.30 |
518 | 2024-07-03T17:42:33.092Z | Compiling indexmap v2.2.6 |
519 | 2024-07-03T17:42:33.128Z | Compiling typenum v1.17.0 |
520 | 2024-07-03T17:42:33.409Z | Compiling rustix v0.38.34 |
521 | 2024-07-03T17:42:33.493Z | Compiling pin-utils v0.1.0 |
522 | 2024-07-03T17:42:33.554Z | Compiling futures-task v0.3.30 |
523 | 2024-07-03T17:42:33.580Z | Compiling openssl-sys v0.9.102 |
524 | 2024-07-03T17:42:33.826Z | Compiling errno v0.3.9 |
525 | 2024-07-03T17:42:33.944Z | Compiling generic-array v0.14.7 |
526 | 2024-07-03T17:42:34.073Z | Compiling slog v2.7.0 |
527 | 2024-07-03T17:42:34.220Z | Compiling openssl v0.10.64 |
528 | 2024-07-03T17:42:34.245Z | Compiling foreign-types-shared v0.1.1 |
529 | 2024-07-03T17:42:34.342Z | Compiling foreign-types v0.3.2 |
530 | 2024-07-03T17:42:34.447Z | Compiling http v0.2.12 |
531 | 2024-07-03T17:42:34.574Z | Compiling usdt-impl v0.5.0 |
532 | 2024-07-03T17:42:34.600Z | Compiling proc-macro-error-attr v1.0.4 |
533 | 2024-07-03T17:42:34.878Z | Compiling tracing-core v0.1.32 |
534 | 2024-07-03T17:42:34.904Z | Compiling native-tls v0.2.11 |
535 | 2024-07-03T17:42:35.138Z | Compiling tinyvec_macros v0.1.1 |
536 | 2024-07-03T17:42:35.205Z | Compiling powerfmt v0.2.0 |
537 | 2024-07-03T17:42:35.236Z | Compiling httparse v1.8.0 |
538 | 2024-07-03T17:42:35.639Z | Compiling num-conv v0.1.0 |
539 | 2024-07-03T17:42:35.664Z | Compiling syn v1.0.109 |
540 | 2024-07-03T17:42:35.691Z | Compiling time-core v0.1.2 |
541 | 2024-07-03T17:42:35.938Z | Compiling time-macros v0.2.18 |
542 | 2024-07-03T17:42:36.075Z | Compiling tracing v0.1.40 |
543 | 2024-07-03T17:42:36.270Z | Compiling deranged v0.3.11 |
544 | 2024-07-03T17:42:36.371Z | Compiling tinyvec v1.6.0 |
545 | 2024-07-03T17:42:36.515Z | Compiling thread-id v4.2.1 |
546 | 2024-07-03T17:42:36.881Z | Compiling proc-macro-error v1.0.4 |
547 | 2024-07-03T17:42:37.001Z | Compiling plain v0.2.3 |
548 | 2024-07-03T17:42:37.161Z | Compiling try-lock v0.2.5 |
549 | 2024-07-03T17:42:37.188Z | Compiling crossbeam-utils v0.8.19 |
550 | 2024-07-03T17:42:37.213Z | Compiling num_threads v0.1.7 |
551 | 2024-07-03T17:42:37.326Z | Compiling openssl-probe v0.1.5 |
552 | 2024-07-03T17:42:37.354Z | Compiling rustversion v1.0.17 |
553 | 2024-07-03T17:42:37.687Z | Compiling heck v0.4.1 |
554 | 2024-07-03T17:42:37.713Z | Compiling utf8parse v0.2.1 |
555 | 2024-07-03T17:42:37.739Z | Compiling percent-encoding v2.3.1 |
556 | 2024-07-03T17:42:37.820Z | Compiling unicode-normalization v0.1.23 |
557 | 2024-07-03T17:42:37.880Z | Compiling anstyle-parse v0.2.4 |
558 | 2024-07-03T17:42:37.991Z | Compiling form_urlencoded v1.2.1 |
559 | 2024-07-03T17:42:38.086Z | Compiling want v0.3.1 |
560 | 2024-07-03T17:42:38.296Z | Compiling http-body v0.4.6 |
561 | 2024-07-03T17:42:38.353Z | Compiling dirs-sys-next v0.1.2 |
562 | 2024-07-03T17:42:38.726Z | Compiling unicode-bidi v0.3.15 |
563 | 2024-07-03T17:42:38.878Z | Compiling colorchoice v1.0.1 |
564 | 2024-07-03T17:42:38.909Z | Compiling time v0.3.36 |
565 | 2024-07-03T17:42:38.939Z | Compiling winnow v0.6.8 |
566 | 2024-07-03T17:42:38.964Z | Compiling semver v1.0.23 |
567 | 2024-07-03T17:42:38.989Z | Compiling is_terminal_polyfill v1.70.0 |
568 | 2024-07-03T17:42:39.108Z | Compiling anstyle-query v1.0.3 |
569 | 2024-07-03T17:42:39.197Z | Compiling httpdate v1.0.3 |
570 | 2024-07-03T17:42:39.254Z | Compiling camino v1.1.7 |
571 | 2024-07-03T17:42:39.434Z | Compiling anstyle v1.0.7 |
572 | 2024-07-03T17:42:39.624Z | Compiling pretty-hex v0.4.1 |
573 | 2024-07-03T17:42:39.792Z | Compiling tower-service v0.3.2 |
574 | 2024-07-03T17:42:39.826Z | Compiling crc32fast v1.4.0 |
575 | 2024-07-03T17:42:39.910Z | Compiling anstream v0.6.14 |
576 | 2024-07-03T17:42:40.012Z | Compiling idna v0.5.0 |
577 | 2024-07-03T17:42:40.315Z | Compiling dirs-next v2.0.0 |
578 | 2024-07-03T17:42:40.592Z | Compiling crypto-common v0.1.6 |
579 | 2024-07-03T17:42:41.317Z | Compiling block-buffer v0.10.4 |
580 | 2024-07-03T17:42:41.386Z | Compiling terminal_size v0.3.0 |
581 | 2024-07-03T17:42:41.573Z | Compiling fs-err v2.11.0 |
582 | 2024-07-03T17:42:41.601Z | Compiling thread_local v1.1.8 |
583 | 2024-07-03T17:42:41.652Z | Compiling base64 v0.21.7 |
584 | 2024-07-03T17:42:41.728Z | Compiling match_cfg v0.1.0 |
585 | 2024-07-03T17:42:41.812Z | Compiling bytecount v0.6.8 |
586 | 2024-07-03T17:42:41.837Z | Compiling strsim v0.11.1 |
587 | 2024-07-03T17:42:42.018Z | Compiling anyhow v1.0.86 |
588 | 2024-07-03T17:42:42.124Z | Compiling adler v1.0.2 |
589 | 2024-07-03T17:42:42.191Z | Compiling unicode-width v0.1.12 |
590 | 2024-07-03T17:42:42.312Z | Compiling slog-async v2.8.0 |
591 | 2024-07-03T17:42:42.343Z | Compiling heck v0.5.0 |
592 | 2024-07-03T17:42:42.368Z | Compiling clap_lex v0.7.0 |
593 | 2024-07-03T17:42:42.398Z | Compiling papergrid v0.11.0 |
594 | 2024-07-03T17:42:42.696Z | Compiling clap_builder v4.5.2 |
595 | 2024-07-03T17:42:42.740Z | Compiling miniz_oxide v0.7.2 |
596 | 2024-07-03T17:42:42.832Z | Compiling rustls-pemfile v1.0.4 |
597 | 2024-07-03T17:42:42.857Z | Compiling hostname v0.3.1 |
598 | 2024-07-03T17:42:42.937Z | Compiling serde_derive v1.0.203 |
599 | 2024-07-03T17:42:43.060Z | Compiling thiserror-impl v1.0.60 |
600 | 2024-07-03T17:42:43.096Z | Compiling zerocopy-derive v0.7.34 |
601 | 2024-07-03T17:42:43.253Z | Compiling futures-macro v0.3.30 |
602 | 2024-07-03T17:42:44.111Z | Compiling tokio-macros v2.2.0 |
603 | 2024-07-03T17:42:44.166Z | Compiling openssl-macros v0.1.1 |
604 | 2024-07-03T17:42:44.796Z | Compiling scroll_derive v0.12.0 |
605 | 2024-07-03T17:42:45.073Z | Compiling futures-util v0.3.30 |
606 | 2024-07-03T17:42:45.183Z | Compiling zerocopy v0.7.34 |
607 | 2024-07-03T17:42:45.528Z | Compiling tokio v1.37.0 |
608 | 2024-07-03T17:42:46.050Z | Compiling scroll v0.12.0 |
609 | 2024-07-03T17:42:46.080Z | Compiling pest v2.7.10 |
610 | 2024-07-03T17:42:46.554Z | Compiling goblin v0.8.2 |
611 | 2024-07-03T17:42:46.579Z | Compiling tabled_derive v0.7.0 |
612 | 2024-07-03T17:42:48.521Z | Compiling pest_meta v2.7.10 |
613 | 2024-07-03T17:42:48.764Z | Compiling strum_macros v0.26.2 |
614 | 2024-07-03T17:42:51.255Z | Compiling pest_generator v2.7.10 |
615 | 2024-07-03T17:42:53.146Z | Compiling tokio-util v0.7.11 |
616 | 2024-07-03T17:42:53.270Z | Compiling pest_derive v2.7.10 |
617 | 2024-07-03T17:42:54.030Z | Compiling h2 v0.3.26 |
618 | 2024-07-03T17:42:54.077Z | Compiling dtrace-parser v0.2.0 |
619 | 2024-07-03T17:42:54.184Z | Compiling tokio-native-tls v0.3.1 |
620 | 2024-07-03T17:42:54.429Z | Compiling futures-executor v0.3.30 |
621 | 2024-07-03T17:42:54.459Z | Compiling clap_derive v4.5.4 |
622 | 2024-07-03T17:42:54.967Z | Compiling digest v0.10.7 |
623 | 2024-07-03T17:42:56.042Z | Compiling serde_tokenstream v0.2.0 |
624 | 2024-07-03T17:42:56.067Z | Compiling serde_spanned v0.6.6 |
625 | 2024-07-03T17:42:56.103Z | Compiling toml_datetime v0.6.6 |
626 | 2024-07-03T17:42:56.279Z | Compiling serde_urlencoded v0.7.1 |
627 | 2024-07-03T17:42:56.524Z | Compiling toml_edit v0.22.13 |
628 | 2024-07-03T17:42:56.724Z | Compiling cargo-platform v0.1.8 |
629 | 2024-07-03T17:42:57.232Z | Compiling dof v0.3.0 |
630 | 2024-07-03T17:42:58.113Z | Compiling hyper v0.14.28 |
631 | 2024-07-03T17:42:58.566Z | Compiling slog-json v2.6.1 |
632 | 2024-07-03T17:42:58.952Z | Compiling crossbeam-channel v0.5.12 |
633 | 2024-07-03T17:42:59.213Z | Compiling toml v0.8.13 |
634 | 2024-07-03T17:42:59.387Z | Compiling usdt-attr-macro v0.5.0 |
635 | 2024-07-03T17:42:59.660Z | Compiling usdt-macro v0.5.0 |
636 | 2024-07-03T17:42:59.799Z | Compiling url v2.5.0 |
637 | 2024-07-03T17:43:00.047Z | Compiling term v0.7.0 |
638 | 2024-07-03T17:43:00.646Z | Compiling xattr v1.3.1 |
639 | 2024-07-03T17:43:00.720Z | Compiling memmap v0.7.0 |
640 | 2024-07-03T17:43:00.771Z | Compiling filetime v0.2.23 |
641 | 2024-07-03T17:43:00.796Z | Compiling is-terminal v0.4.12 |
642 | 2024-07-03T17:43:00.892Z | Compiling encoding_rs v0.8.34 |
643 | 2024-07-03T17:43:00.923Z | Compiling sync_wrapper v0.1.2 |
644 | 2024-07-03T17:43:01.052Z | Compiling cpufeatures v0.2.12 |
645 | 2024-07-03T17:43:01.082Z | Compiling take_mut v0.2.2 |
646 | 2024-07-03T17:43:01.110Z | Compiling mime v0.3.17 |
647 | 2024-07-03T17:43:01.164Z | Compiling ipnet v2.9.0 |
648 | 2024-07-03T17:43:01.428Z | Compiling hyper-tls v0.5.0 |
649 | 2024-07-03T17:43:01.482Z | Compiling sha2 v0.10.8 |
650 | 2024-07-03T17:43:01.663Z | Compiling tar v0.4.40 |
651 | 2024-07-03T17:43:01.726Z | Compiling usdt v0.5.0 |
652 | 2024-07-03T17:43:02.176Z | Compiling slog-term v2.9.1 |
653 | 2024-07-03T17:43:02.284Z | Compiling flate2 v1.0.30 |
654 | 2024-07-03T17:43:02.343Z | Compiling cargo_toml v0.20.3 |
655 | 2024-07-03T17:43:03.111Z | Compiling reqwest v0.11.27 |
656 | 2024-07-03T17:43:03.311Z | Compiling cargo_metadata v0.18.1 |
657 | 2024-07-03T17:43:03.534Z | Compiling slog-bunyan v2.5.0 |
658 | 2024-07-03T17:43:03.615Z | Compiling clap v4.5.4 |
659 | 2024-07-03T17:43:03.718Z | Compiling macaddr v1.0.1 |
660 | 2024-07-03T17:43:03.743Z | Compiling futures v0.3.30 |
661 | 2024-07-03T17:43:03.866Z | Compiling strum v0.26.2 |
662 | 2024-07-03T17:43:04.080Z | Compiling tabled v0.15.0 |
663 | 2024-07-03T17:43:04.193Z | Compiling swrite v0.1.0 |
664 | 2024-07-03T17:43:09.562Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
665 | 2024-07-03T17:43:20.311Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 18s |
666 | 2024-07-03T17:43:20.546Z | Running `target/debug/xtask download cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
667 | 2024-07-03T17:43:20.621Z | Jul 03 17:43:19.721 INFO Starting download, target: Clickhouse |
668 | 2024-07-03T17:43:20.621Z | Jul 03 17:43:19.722 INFO Starting download, target: Cockroach |
669 | 2024-07-03T17:43:20.621Z | Jul 03 17:43:19.722 INFO Starting download, target: MaghemiteMgd |
670 | 2024-07-03T17:43:20.621Z | Jul 03 17:43:19.722 INFO Starting download, target: DendriteOpenapi |
671 | 2024-07-03T17:43:20.646Z | Jul 03 17:43:19.722 INFO Starting download, target: DendriteStub |
672 | 2024-07-03T17:43:20.646Z | Jul 03 17:43:19.722 INFO Starting download, target: Console |
673 | 2024-07-03T17:43:20.646Z | Jul 03 17:43:19.722 INFO Starting download, target: TransceiverControl |
674 | 2024-07-03T17:43:20.647Z | Jul 03 17:43:19.723 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console |
675 | 2024-07-03T17:43:20.647Z | Jul 03 17:43:19.723 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl |
676 | 2024-07-03T17:43:20.647Z | Jul 03 17:43:19.723 INFO Downloading out/downloads/dpd-a262fe770c173f7879cd942c98ab28a829890661.json (attempt 1/3), target: DendriteOpenapi |
677 | 2024-07-03T17:43:20.647Z | Jul 03 17:43:19.724 INFO Downloading out/downloads/cockroach-v22.1.9.illumos.tar.gz (attempt 1/3), target: Cockroach |
678 | 2024-07-03T17:43:20.647Z | Jul 03 17:43:19.724 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse |
679 | 2024-07-03T17:43:20.647Z | Jul 03 17:43:19.724 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd |
680 | 2024-07-03T17:43:20.647Z | Jul 03 17:43:19.724 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub |
681 | 2024-07-03T17:43:21.086Z | Jul 03 17:43:20.186 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console |
682 | 2024-07-03T17:43:21.259Z | Jul 03 17:43:20.354 INFO Download complete, target: DendriteOpenapi |
683 | 2024-07-03T17:43:21.446Z | Jul 03 17:43:20.546 INFO Download complete, target: Console |
684 | 2024-07-03T17:43:21.617Z | Jul 03 17:43:20.718 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl |
685 | 2024-07-03T17:43:22.348Z | Jul 03 17:43:21.449 INFO Download complete, target: TransceiverControl |
686 | 2024-07-03T17:43:22.886Z | Jul 03 17:43:21.986 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub |
687 | 2024-07-03T17:43:24.332Z | Jul 03 17:43:23.433 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd |
688 | 2024-07-03T17:43:26.164Z | Jul 03 17:43:25.265 INFO Download complete, target: DendriteStub |
689 | 2024-07-03T17:43:27.401Z | Jul 03 17:43:26.502 INFO tarball path: out/downloads/cockroach-v22.1.9.illumos.tar.gz, target: Cockroach |
690 | 2024-07-03T17:43:27.401Z | Jul 03 17:43:26.502 INFO Unpacking out/downloads/cockroach-v22.1.9.illumos.tar.gz to out/downloads, target: Cockroach |
691 | 2024-07-03T17:43:27.868Z | Jul 03 17:43:26.969 INFO Download complete, target: MaghemiteMgd |
692 | 2024-07-03T17:43:37.514Z | Jul 03 17:43:36.615 INFO Copying from out/downloads/cockroach-v22.1.9 to out/cockroachdb, target: Cockroach |
693 | 2024-07-03T17:43:38.097Z | Jul 03 17:43:37.198 INFO Checking that binary works, target: Cockroach |
694 | 2024-07-03T17:43:38.309Z | Jul 03 17:43:37.410 INFO Download complete, target: Cockroach |
695 | 2024-07-03T17:43:38.861Z | Jul 03 17:43:37.962 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse |
696 | 2024-07-03T17:43:55.686Z | Jul 03 17:43:54.788 INFO Checking that binary works, target: Clickhouse |
697 | 2024-07-03T17:43:55.828Z | Jul 03 17:43:54.930 INFO Download complete, target: Clickhouse |
698 | 2024-07-03T17:43:55.853Z | All builder prerequisites installed successfully, and PATH looks valid |
699 | 2024-07-03T17:43:55.878Z | |
700 | 2024-07-03T17:43:55.878Z | real 2:58.348605680 |
701 | 2024-07-03T17:43:55.878Z | user 5:35.432400541 |
702 | 2024-07-03T17:43:55.878Z | sys 1:23.087142175 |
703 | 2024-07-03T17:43:55.878Z | trap 0.185734105 |
704 | 2024-07-03T17:43:55.878Z | tflt 0.102168949 |
705 | 2024-07-03T17:43:55.878Z | dflt 0.673350022 |
706 | 2024-07-03T17:43:55.878Z | kflt 0.007191252 |
707 | 2024-07-03T17:43:55.878Z | lock 16:59.431250716 |
708 | 2024-07-03T17:43:55.878Z | slp 15:43.695808923 |
709 | 2024-07-03T17:43:55.878Z | lat 24.362077525 |
710 | 2024-07-03T17:43:55.878Z | stop 1:00.731883153 |
711 | 2024-07-03T17:43:55.878Z | + banner clippy |
712 | 2024-07-03T17:43:55.878Z | |
713 | 2024-07-03T17:43:55.878Z | #### # # ##### ##### # # |
714 | 2024-07-03T17:43:55.878Z | # # # # # # # # # # |
715 | 2024-07-03T17:43:55.879Z | # # # # # # # # |
716 | 2024-07-03T17:43:55.879Z | # # # ##### ##### # |
717 | 2024-07-03T17:43:55.879Z | # # # # # # # |
718 | 2024-07-03T17:43:55.879Z | #### ###### # # # # |
719 | 2024-07-03T17:43:55.879Z | |
720 | 2024-07-03T17:43:55.879Z | + export CARGO_INCREMENTAL=0 |
721 | 2024-07-03T17:43:55.879Z | + CARGO_INCREMENTAL=0 |
722 | 2024-07-03T17:43:55.879Z | + ptime -m cargo xtask clippy |
723 | 2024-07-03T17:43:56.647Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
724 | 2024-07-03T17:44:06.945Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.02s |
725 | 2024-07-03T17:44:07.002Z | Running `target/debug/xtask clippy` |
726 | 2024-07-03T17:44:07.042Z | running: "/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/cargo" "clippy" "--all-targets" "--workspace" "--" "--deny" "warnings" |
727 | 2024-07-03T17:44:08.119Z | Downloading crates ... |
728 | 2024-07-03T17:44:08.326Z | Downloaded async-stream-impl v0.3.5 |
729 | 2024-07-03T17:44:08.364Z | Downloaded md5 v0.7.0 |
730 | 2024-07-03T17:44:08.393Z | Downloaded pbkdf2 v0.11.0 |
731 | 2024-07-03T17:44:08.421Z | Downloaded tokio-tungstenite v0.21.0 |
732 | 2024-07-03T17:44:08.451Z | Downloaded rustfmt-wrapper v0.2.1 |
733 | 2024-07-03T17:44:08.478Z | Downloaded shlex v1.3.0 |
734 | 2024-07-03T17:44:08.503Z | Downloaded waitgroup v0.1.2 |
735 | 2024-07-03T17:44:08.529Z | Downloaded dyn-clone v1.0.17 |
736 | 2024-07-03T17:44:08.529Z | Downloaded hubpack_derive v0.1.1 |
737 | 2024-07-03T17:44:08.555Z | Downloaded hex-literal v0.4.1 |
738 | 2024-07-03T17:44:08.555Z | Downloaded plotters-svg v0.3.5 |
739 | 2024-07-03T17:44:08.555Z | Downloaded portpicker v0.1.1 |
740 | 2024-07-03T17:44:08.555Z | Downloaded polyval v0.6.2 |
741 | 2024-07-03T17:44:08.580Z | Downloaded poly1305 v0.8.0 |
742 | 2024-07-03T17:44:08.580Z | Downloaded plotters-backend v0.3.5 |
743 | 2024-07-03T17:44:08.580Z | Downloaded pkcs8 v0.10.2 |
744 | 2024-07-03T17:44:08.606Z | Downloaded portable-atomic v1.6.0 |
745 | 2024-07-03T17:44:08.606Z | Downloaded polar-core v0.27.3 |
746 | 2024-07-03T17:44:08.631Z | Downloaded hyper v1.3.1 |
747 | 2024-07-03T17:44:08.656Z | Downloaded petgraph v0.6.5 |
748 | 2024-07-03T17:44:08.681Z | Downloaded webpki-roots v0.25.4 |
749 | 2024-07-03T17:44:08.681Z | Downloaded smoltcp v0.11.0 |
750 | 2024-07-03T17:44:08.706Z | Downloaded zerocopy-derive v0.6.6 |
751 | 2024-07-03T17:44:08.731Z | Downloaded sha3 v0.10.8 |
752 | 2024-07-03T17:44:08.731Z | Downloaded sled v0.34.7 |
753 | 2024-07-03T17:44:08.755Z | Downloaded smoltcp v0.9.1 |
754 | 2024-07-03T17:44:08.755Z | Downloaded trust-dns-proto v0.22.0 |
755 | 2024-07-03T17:44:08.780Z | Downloaded nix v0.28.0 |
756 | 2024-07-03T17:44:08.805Z | Downloaded finl_unicode v1.2.0 |
757 | 2024-07-03T17:44:08.830Z | Downloaded winnow v0.5.40 |
758 | 2024-07-03T17:44:08.830Z | Downloaded openapiv3 v2.0.0 |
759 | 2024-07-03T17:44:08.855Z | Downloaded object v0.32.2 |
760 | 2024-07-03T17:44:08.882Z | Downloaded http v1.1.0 |
761 | 2024-07-03T17:44:08.882Z | Downloaded hkdf v0.12.4 |
762 | 2024-07-03T17:44:08.882Z | Downloaded expectorate v1.1.0 |
763 | 2024-07-03T17:44:08.882Z | Downloaded ed25519-dalek v2.1.1 |
764 | 2024-07-03T17:44:08.882Z | Downloaded regex-automata v0.4.6 |
765 | 2024-07-03T17:44:08.907Z | Downloaded object v0.30.4 |
766 | 2024-07-03T17:44:08.932Z | Downloaded ring v0.17.8 |
767 | 2024-07-03T17:44:09.022Z | Downloaded nix v0.27.1 |
768 | 2024-07-03T17:44:09.048Z | Downloaded lalrpop v0.19.12 |
769 | 2024-07-03T17:44:09.072Z | Downloaded idna v0.3.0 |
770 | 2024-07-03T17:44:09.072Z | Downloaded idna v0.2.3 |
771 | 2024-07-03T17:44:09.072Z | Downloaded plotters v0.3.5 |
772 | 2024-07-03T17:44:09.097Z | Downloaded ring v0.16.20 |
773 | 2024-07-03T17:44:09.175Z | Downloaded gimli v0.28.1 |
774 | 2024-07-03T17:44:09.201Z | Downloaded elliptic-curve v0.13.8 |
775 | 2024-07-03T17:44:09.201Z | Downloaded x509-cert v0.2.5 |
776 | 2024-07-03T17:44:09.201Z | Downloaded ratatui v0.26.2 |
777 | 2024-07-03T17:44:09.226Z | Downloaded guppy v0.17.5 |
778 | 2024-07-03T17:44:09.251Z | Downloaded diesel v2.1.6 |
779 | 2024-07-03T17:44:09.251Z | Downloaded tough v0.17.1 |
780 | 2024-07-03T17:44:09.276Z | Downloaded pkcs1 v0.7.5 |
781 | 2024-07-03T17:44:09.276Z | Downloaded httptest v0.15.5 |
782 | 2024-07-03T17:44:09.276Z | Downloaded der v0.7.9 |
783 | 2024-07-03T17:44:09.276Z | Downloaded hyper-util v0.1.3 |
784 | 2024-07-03T17:44:09.276Z | Downloaded hyper-rustls v0.26.0 |
785 | 2024-07-03T17:44:09.301Z | Downloaded hyper-rustls v0.24.2 |
786 | 2024-07-03T17:44:09.301Z | Downloaded humantime v2.1.0 |
787 | 2024-07-03T17:44:09.301Z | Downloaded hmac v0.12.1 |
788 | 2024-07-03T17:44:09.301Z | Downloaded hashbrown v0.13.2 |
789 | 2024-07-03T17:44:09.301Z | Downloaded fancy-regex v0.13.0 |
790 | 2024-07-03T17:44:09.301Z | Downloaded ecdsa v0.16.9 |
791 | 2024-07-03T17:44:09.301Z | Downloaded darling_core v0.20.9 |
792 | 2024-07-03T17:44:09.301Z | Downloaded zip v0.6.6 |
793 | 2024-07-03T17:44:09.326Z | Downloaded regress v0.9.1 |
794 | 2024-07-03T17:44:09.326Z | Downloaded regex-syntax v0.8.3 |
795 | 2024-07-03T17:44:09.326Z | Downloaded tower v0.4.13 |
796 | 2024-07-03T17:44:09.351Z | Downloaded serde_with v3.8.1 |
797 | 2024-07-03T17:44:09.351Z | Downloaded pin-project-internal v1.1.5 |
798 | 2024-07-03T17:44:09.351Z | Downloaded pin-project v1.1.5 |
799 | 2024-07-03T17:44:09.376Z | Downloaded phf_shared v0.11.2 |
800 | 2024-07-03T17:44:09.376Z | Downloaded phf v0.11.2 |
801 | 2024-07-03T17:44:09.376Z | Downloaded pem v3.0.4 |
802 | 2024-07-03T17:44:09.376Z | Downloaded peg-macros v0.8.3 |
803 | 2024-07-03T17:44:09.376Z | Downloaded hostname v0.4.0 |
804 | 2024-07-03T17:44:09.376Z | Downloaded heapless v0.8.0 |
805 | 2024-07-03T17:44:09.401Z | Downloaded heapless v0.7.17 |
806 | 2024-07-03T17:44:09.401Z | Downloaded headers v0.3.9 |
807 | 2024-07-03T17:44:09.401Z | Downloaded hashbrown v0.12.3 |
808 | 2024-07-03T17:44:09.401Z | Downloaded env_logger v0.10.2 |
809 | 2024-07-03T17:44:09.401Z | Downloaded env_logger v0.9.3 |
810 | 2024-07-03T17:44:09.401Z | Downloaded rustls v0.21.12 |
811 | 2024-07-03T17:44:09.426Z | Downloaded regex v1.10.4 |
812 | 2024-07-03T17:44:09.451Z | Downloaded pem-rfc7468 v0.7.0 |
813 | 2024-07-03T17:44:09.451Z | Downloaded half v2.4.1 |
814 | 2024-07-03T17:44:09.451Z | Downloaded ed25519 v1.5.3 |
815 | 2024-07-03T17:44:09.451Z | Downloaded snafu v0.8.2 |
816 | 2024-07-03T17:44:09.451Z | Downloaded hyper-staticfile v0.9.5 |
817 | 2024-07-03T17:44:09.451Z | Downloaded hubpack v0.1.2 |
818 | 2024-07-03T17:44:09.451Z | Downloaded home v0.5.9 |
819 | 2024-07-03T17:44:09.451Z | Downloaded highway v1.1.0 |
820 | 2024-07-03T17:44:09.451Z | Downloaded group v0.13.0 |
821 | 2024-07-03T17:44:09.476Z | Downloaded globset v0.4.14 |
822 | 2024-07-03T17:44:09.476Z | Downloaded ena v0.14.3 |
823 | 2024-07-03T17:44:09.476Z | Downloaded ed25519 v2.2.3 |
824 | 2024-07-03T17:44:09.476Z | Downloaded trust-dns-client v0.22.0 |
825 | 2024-07-03T17:44:09.476Z | Downloaded phf_shared v0.10.0 |
826 | 2024-07-03T17:44:09.476Z | Downloaded peg-runtime v0.8.3 |
827 | 2024-07-03T17:44:09.476Z | Downloaded heck v0.3.3 |
828 | 2024-07-03T17:44:09.477Z | Downloaded headers-core v0.2.0 |
829 | 2024-07-03T17:44:09.477Z | Downloaded guppy-workspace-hack v0.1.0 |
830 | 2024-07-03T17:44:09.477Z | Downloaded getrandom v0.2.14 |
831 | 2024-07-03T17:44:09.477Z | Downloaded fxhash v0.2.1 |
832 | 2024-07-03T17:44:09.477Z | Downloaded futures-timer v3.0.3 |
833 | 2024-07-03T17:44:09.477Z | Downloaded funty v2.0.0 |
834 | 2024-07-03T17:44:09.501Z | Downloaded flume v0.11.0 |
835 | 2024-07-03T17:44:09.502Z | Downloaded float-cmp v0.9.0 |
836 | 2024-07-03T17:44:09.502Z | Downloaded fatfs v0.3.6 |
837 | 2024-07-03T17:44:09.502Z | Downloaded zerocopy v0.6.6 |
838 | 2024-07-03T17:44:09.502Z | Downloaded yasna v0.5.2 |
839 | 2024-07-03T17:44:09.502Z | Downloaded typed-path v0.7.1 |
840 | 2024-07-03T17:44:09.502Z | Downloaded trust-dns-server v0.22.1 |
841 | 2024-07-03T17:44:09.528Z | Downloaded trust-dns-resolver v0.22.0 |
842 | 2024-07-03T17:44:09.528Z | Downloaded toml_edit v0.19.15 |
843 | 2024-07-03T17:44:09.552Z | Downloaded hex v0.4.3 |
844 | 2024-07-03T17:44:09.552Z | Downloaded hash32 v0.3.1 |
845 | 2024-07-03T17:44:09.552Z | Downloaded hash32 v0.2.1 |
846 | 2024-07-03T17:44:09.553Z | Downloaded glob v0.3.1 |
847 | 2024-07-03T17:44:09.553Z | Downloaded ghash v0.5.1 |
848 | 2024-07-03T17:44:09.577Z | Downloaded getrandom v0.1.16 |
849 | 2024-07-03T17:44:09.577Z | Downloaded getopts v0.2.21 |
850 | 2024-07-03T17:44:09.577Z | Downloaded ff v0.13.0 |
851 | 2024-07-03T17:44:09.577Z | Downloaded fallible-iterator v0.2.0 |
852 | 2024-07-03T17:44:09.577Z | Downloaded escape8259 v0.5.2 |
853 | 2024-07-03T17:44:09.577Z | Downloaded erased-serde v0.3.31 |
854 | 2024-07-03T17:44:09.578Z | Downloaded enum-as-inner v0.5.1 |
855 | 2024-07-03T17:44:09.578Z | Downloaded endian-type v0.1.2 |
856 | 2024-07-03T17:44:09.578Z | Downloaded embedded-io v0.4.0 |
857 | 2024-07-03T17:44:09.602Z | Downloaded either v1.12.0 |
858 | 2024-07-03T17:44:09.603Z | Downloaded defmt v0.3.8 |
859 | 2024-07-03T17:44:09.603Z | Downloaded debug-ignore v1.0.5 |
860 | 2024-07-03T17:44:09.603Z | Downloaded datatest-stable v0.2.9 |
861 | 2024-07-03T17:44:09.603Z | Downloaded zeroize v1.7.0 |
862 | 2024-07-03T17:44:09.603Z | Downloaded wyz v0.5.1 |
863 | 2024-07-03T17:44:09.603Z | Downloaded vsss-rs v3.3.4 |
864 | 2024-07-03T17:44:09.628Z | Downloaded unicode-segmentation v1.11.0 |
865 | 2024-07-03T17:44:09.628Z | Downloaded steno v0.4.1 |
866 | 2024-07-03T17:44:09.628Z | Downloaded sqlparser v0.45.0 |
867 | 2024-07-03T17:44:09.628Z | Downloaded rustyline v14.0.0 |
868 | 2024-07-03T17:44:09.653Z | Downloaded rustls-webpki v0.102.4 |
869 | 2024-07-03T17:44:09.678Z | Downloaded rustls v0.22.4 |
870 | 2024-07-03T17:44:09.678Z | Downloaded regex-syntax v0.6.29 |
871 | 2024-07-03T17:44:09.703Z | Downloaded p521 v0.13.3 |
872 | 2024-07-03T17:44:09.703Z | Downloaded nom v7.1.3 |
873 | 2024-07-03T17:44:09.703Z | Downloaded itertools v0.10.5 |
874 | 2024-07-03T17:44:09.703Z | Downloaded http-range v0.1.5 |
875 | 2024-07-03T17:44:09.703Z | Downloaded http-body v1.0.0 |
876 | 2024-07-03T17:44:09.703Z | Downloaded gethostname v0.4.3 |
877 | 2024-07-03T17:44:09.728Z | Downloaded fragile v2.0.0 |
878 | 2024-07-03T17:44:09.728Z | Downloaded foreign-types-shared v0.3.1 |
879 | 2024-07-03T17:44:09.728Z | Downloaded foreign-types-macros v0.2.3 |
880 | 2024-07-03T17:44:09.728Z | Downloaded foreign-types v0.5.0 |
881 | 2024-07-03T17:44:09.728Z | Downloaded float-ord v0.3.2 |
882 | 2024-07-03T17:44:09.728Z | Downloaded flagset v0.4.5 |
883 | 2024-07-03T17:44:09.728Z | Downloaded fixedbitset v0.4.2 |
884 | 2024-07-03T17:44:09.728Z | Downloaded fd-lock v4.0.2 |
885 | 2024-07-03T17:44:09.728Z | Downloaded fastrand v2.1.0 |
886 | 2024-07-03T17:44:09.728Z | Downloaded difflib v0.4.0 |
887 | 2024-07-03T17:44:09.728Z | Downloaded diff v0.1.13 |
888 | 2024-07-03T17:44:09.728Z | Downloaded diesel_table_macro_syntax v0.1.0 |
889 | 2024-07-03T17:44:09.728Z | Downloaded diesel_derives v2.1.4 |
890 | 2024-07-03T17:44:09.753Z | Downloaded dhcproto v0.11.0 |
891 | 2024-07-03T17:44:09.753Z | Downloaded derive_more v0.99.17 |
892 | 2024-07-03T17:44:09.753Z | Downloaded derive_builder v0.20.0 |
893 | 2024-07-03T17:44:09.753Z | Downloaded derive-where v1.2.7 |
894 | 2024-07-03T17:44:09.753Z | Downloaded der_derive v0.7.2 |
895 | 2024-07-03T17:44:09.779Z | Downloaded defmt-parser v0.3.4 |
896 | 2024-07-03T17:44:09.779Z | Downloaded defmt-macros v0.3.9 |
897 | 2024-07-03T17:44:09.779Z | Downloaded data-encoding v2.6.0 |
898 | 2024-07-03T17:44:09.779Z | Downloaded zone v0.1.8 |
899 | 2024-07-03T17:44:09.779Z | Downloaded zeroize_derive v1.4.2 |
900 | 2024-07-03T17:44:09.779Z | Downloaded yansi v0.5.1 |
901 | 2024-07-03T17:44:09.779Z | Downloaded which v4.4.2 |
902 | 2024-07-03T17:44:09.779Z | Downloaded walkdir v2.5.0 |
903 | 2024-07-03T17:44:09.779Z | Downloaded universal-hash v0.5.1 |
904 | 2024-07-03T17:44:09.779Z | Downloaded unicode_categories v0.1.1 |
905 | 2024-07-03T17:44:09.779Z | Downloaded slog-envlogger v2.2.0 |
906 | 2024-07-03T17:44:09.779Z | Downloaded similar-asserts v1.5.0 |
907 | 2024-07-03T17:44:09.804Z | Downloaded similar v2.5.0 |
908 | 2024-07-03T17:44:09.804Z | Downloaded signature v1.6.4 |
909 | 2024-07-03T17:44:09.804Z | Downloaded signal-hook v0.3.17 |
910 | 2024-07-03T17:44:09.804Z | Downloaded rayon-core v1.12.1 |
911 | 2024-07-03T17:44:09.804Z | Downloaded rayon v1.10.0 |
912 | 2024-07-03T17:44:09.830Z | Downloaded radix_trie v0.2.1 |
913 | 2024-07-03T17:44:09.830Z | Downloaded tungstenite v0.21.0 |
914 | 2024-07-03T17:44:09.830Z | Downloaded tungstenite v0.20.1 |
915 | 2024-07-03T17:44:09.830Z | Downloaded num-bigint-dig v0.8.4 |
916 | 2024-07-03T17:44:09.855Z | Downloaded libxml v0.3.3 |
917 | 2024-07-03T17:44:09.855Z | Downloaded downcast v0.11.0 |
918 | 2024-07-03T17:44:09.855Z | Downloaded doc-comment v0.3.3 |
919 | 2024-07-03T17:44:09.855Z | Downloaded display-error-chain v0.2.0 |
920 | 2024-07-03T17:44:09.856Z | Downloaded dirs-sys v0.4.1 |
921 | 2024-07-03T17:44:09.856Z | Downloaded dirs v5.0.1 |
922 | 2024-07-03T17:44:09.856Z | Downloaded dhcproto-macros v0.1.0 |
923 | 2024-07-03T17:44:09.856Z | Downloaded derive_builder_macro v0.20.0 |
924 | 2024-07-03T17:44:09.856Z | Downloaded derive_builder_core v0.20.0 |
925 | 2024-07-03T17:44:09.856Z | Downloaded darling_macro v0.20.9 |
926 | 2024-07-03T17:44:09.856Z | Downloaded zone_cfg_derive v0.1.2 |
927 | 2024-07-03T17:44:09.856Z | Downloaded whoami v1.5.1 |
928 | 2024-07-03T17:44:09.856Z | Downloaded wait-timeout v0.2.0 |
929 | 2024-07-03T17:44:09.883Z | Downloaded vte v0.11.1 |
930 | 2024-07-03T17:44:09.883Z | Downloaded uuid v1.8.0 |
931 | 2024-07-03T17:44:09.883Z | Downloaded unsafe-libyaml v0.2.11 |
932 | 2024-07-03T17:44:09.883Z | Downloaded unicode-xid v0.2.4 |
933 | 2024-07-03T17:44:09.883Z | Downloaded string_cache v0.8.7 |
934 | 2024-07-03T17:44:09.883Z | Downloaded static_assertions v1.1.0 |
935 | 2024-07-03T17:44:09.883Z | Downloaded spin v0.9.8 |
936 | 2024-07-03T17:44:09.883Z | Downloaded spin v0.5.2 |
937 | 2024-07-03T17:44:09.883Z | Downloaded socket2 v0.4.10 |
938 | 2024-07-03T17:44:09.883Z | Downloaded snafu-derive v0.8.2 |
939 | 2024-07-03T17:44:09.883Z | Downloaded smf v0.2.3 |
940 | 2024-07-03T17:44:09.909Z | Downloaded smawk v0.3.2 |
941 | 2024-07-03T17:44:09.909Z | Downloaded smallvec v0.6.14 |
942 | 2024-07-03T17:44:09.909Z | Downloaded slog-stdlog v4.1.1 |
943 | 2024-07-03T17:44:09.909Z | Downloaded slog-scope v4.4.0 |
944 | 2024-07-03T17:44:09.909Z | Downloaded siphasher v0.3.11 |
945 | 2024-07-03T17:44:09.909Z | Downloaded scheduled-thread-pool v0.2.7 |
946 | 2024-07-03T17:44:09.909Z | Downloaded samael v0.0.15 |
947 | 2024-07-03T17:44:09.909Z | Downloaded rustls-native-certs v0.7.0 |
948 | 2024-07-03T17:44:09.909Z | Downloaded resolv-conf v0.7.0 |
949 | 2024-07-03T17:44:09.909Z | Downloaded quick-xml v0.31.0 |
950 | 2024-07-03T17:44:09.934Z | Downloaded proptest v1.4.0 |
951 | 2024-07-03T17:44:09.934Z | Downloaded unicase v2.7.0 |
952 | 2024-07-03T17:44:09.934Z | Downloaded trybuild v1.0.96 |
953 | 2024-07-03T17:44:09.934Z | Downloaded toml v0.7.8 |
954 | 2024-07-03T17:44:09.959Z | Downloaded itertools v0.12.1 |
955 | 2024-07-03T17:44:09.959Z | Downloaded csv v1.3.0 |
956 | 2024-07-03T17:44:09.984Z | Downloaded vte_generate_state_changes v0.1.1 |
957 | 2024-07-03T17:44:09.984Z | Downloaded uzers v0.11.3 |
958 | 2024-07-03T17:44:09.984Z | Downloaded utf-8 v0.7.6 |
959 | 2024-07-03T17:44:09.984Z | Downloaded untrusted v0.9.0 |
960 | 2024-07-03T17:44:09.984Z | Downloaded untrusted v0.7.1 |
961 | 2024-07-03T17:44:09.984Z | Downloaded unicode-linebreak v0.1.5 |
962 | 2024-07-03T17:44:09.984Z | Downloaded structmeta v0.2.0 |
963 | 2024-07-03T17:44:09.984Z | Downloaded strip-ansi-escapes v0.2.0 |
964 | 2024-07-03T17:44:09.984Z | Downloaded stringprep v0.1.4 |
965 | 2024-07-03T17:44:09.984Z | Downloaded stable_deref_trait v1.2.0 |
966 | 2024-07-03T17:44:10.009Z | Downloaded stability v0.2.0 |
967 | 2024-07-03T17:44:10.010Z | Downloaded sqlparser_derive v0.2.2 |
968 | 2024-07-03T17:44:10.010Z | Downloaded sqlformat v0.2.3 |
969 | 2024-07-03T17:44:10.010Z | Downloaded spki v0.7.3 |
970 | 2024-07-03T17:44:10.010Z | Downloaded slog-dtrace v0.3.0 |
971 | 2024-07-03T17:44:10.010Z | Downloaded sigpipe v0.1.3 |
972 | 2024-07-03T17:44:10.010Z | Downloaded signature v2.2.0 |
973 | 2024-07-03T17:44:10.010Z | Downloaded signal-hook-tokio v0.3.1 |
974 | 2024-07-03T17:44:10.010Z | Downloaded signal-hook-mio v0.2.3 |
975 | 2024-07-03T17:44:10.010Z | Downloaded serde-big-array v0.5.1 |
976 | 2024-07-03T17:44:10.010Z | Downloaded serde-big-array v0.4.1 |
977 | 2024-07-03T17:44:10.010Z | Downloaded semver v0.1.20 |
978 | 2024-07-03T17:44:10.010Z | Downloaded secrecy v0.8.0 |
979 | 2024-07-03T17:44:10.010Z | Downloaded sec1 v0.7.3 |
980 | 2024-07-03T17:44:10.010Z | Downloaded sct v0.7.1 |
981 | 2024-07-03T17:44:10.035Z | Downloaded schemars_derive v0.8.21 |
982 | 2024-07-03T17:44:10.035Z | Downloaded rustls-webpki v0.101.7 |
983 | 2024-07-03T17:44:10.035Z | Downloaded rustls-pki-types v1.7.0 |
984 | 2024-07-03T17:44:10.060Z | Downloaded rustls-pemfile v2.1.2 |
985 | 2024-07-03T17:44:10.060Z | Downloaded rustc_version v0.4.0 |
986 | 2024-07-03T17:44:10.060Z | Downloaded rustc-hash v1.1.0 |
987 | 2024-07-03T17:44:10.060Z | Downloaded rust-argon2 v2.1.0 |
988 | 2024-07-03T17:44:10.060Z | Downloaded russh-keys v0.43.0 |
989 | 2024-07-03T17:44:10.060Z | Downloaded russh-cryptovec v0.7.2 |
990 | 2024-07-03T17:44:10.060Z | Downloaded rtoolbox v0.0.2 |
991 | 2024-07-03T17:44:10.060Z | Downloaded rstest v0.19.0 |
992 | 2024-07-03T17:44:10.060Z | Downloaded rpassword v7.3.1 |
993 | 2024-07-03T17:44:10.060Z | Downloaded ron v0.7.1 |
994 | 2024-07-03T17:44:10.085Z | Downloaded relative-path v1.9.3 |
995 | 2024-07-03T17:44:10.085Z | Downloaded ref-cast v1.0.23 |
996 | 2024-07-03T17:44:10.085Z | Downloaded reedline v0.31.0 |
997 | 2024-07-03T17:44:10.086Z | Downloaded rcgen v0.12.1 |
998 | 2024-07-03T17:44:10.086Z | Downloaded rand_seeder v0.2.3 |
999 | 2024-07-03T17:44:10.086Z | Downloaded rand_distr v0.4.3 |
1000 | 2024-07-03T17:44:10.111Z | Downloaded r2d2 v0.8.10 |
1001 | 2024-07-03T17:44:10.111Z | Downloaded publicsuffix v2.2.3 |
1002 | 2024-07-03T17:44:10.111Z | Downloaded psl-types v2.0.11 |
1003 | 2024-07-03T17:44:10.111Z | Downloaded prettyplease v0.2.20 |
1004 | 2024-07-03T17:44:10.111Z | Downloaded pretty_assertions v1.4.0 |
1005 | 2024-07-03T17:44:10.111Z | Downloaded unarray v0.1.4 |
1006 | 2024-07-03T17:44:10.111Z | Downloaded tui-tree-widget v0.19.0 |
1007 | 2024-07-03T17:44:10.111Z | Downloaded tracing-attributes v0.1.27 |
1008 | 2024-07-03T17:44:10.111Z | Downloaded topological-sort v0.2.2 |
1009 | 2024-07-03T17:44:10.111Z | Downloaded omicron-zone-package v0.11.0 |
1010 | 2024-07-03T17:44:10.111Z | Downloaded libm v0.2.8 |
1011 | 2024-07-03T17:44:10.136Z | Downloaded bzip2-sys v0.1.11+1.0.8 |
1012 | 2024-07-03T17:44:10.136Z | Downloaded schemars v0.8.21 |
1013 | 2024-07-03T17:44:10.161Z | Downloaded same-file v1.0.6 |
1014 | 2024-07-03T17:44:10.161Z | Downloaded salty v0.2.0 |
1015 | 2024-07-03T17:44:10.161Z | Downloaded rusty-fork v0.3.0 |
1016 | 2024-07-03T17:44:10.186Z | Downloaded russh v0.43.0 |
1017 | 2024-07-03T17:44:10.186Z | Downloaded rstest_macros v0.19.0 |
1018 | 2024-07-03T17:44:10.186Z | Downloaded rsa v0.9.6 |
1019 | 2024-07-03T17:44:10.186Z | Downloaded ron v0.8.1 |
1020 | 2024-07-03T17:44:10.186Z | Downloaded rfc6979 v0.4.0 |
1021 | 2024-07-03T17:44:10.211Z | Downloaded regex-automata v0.1.10 |
1022 | 2024-07-03T17:44:10.211Z | Downloaded ref-cast-impl v1.0.23 |
1023 | 2024-07-03T17:44:10.211Z | Downloaded rand_core v0.5.1 |
1024 | 2024-07-03T17:44:10.211Z | Downloaded rand v0.8.5 |
1025 | 2024-07-03T17:44:10.211Z | Downloaded rand v0.7.3 |
1026 | 2024-07-03T17:44:10.211Z | Downloaded radium v0.7.0 |
1027 | 2024-07-03T17:44:10.211Z | Downloaded quick-error v1.2.3 |
1028 | 2024-07-03T17:44:10.211Z | Downloaded postgres-types v0.2.6 |
1029 | 2024-07-03T17:44:10.236Z | Downloaded tower-layer v0.3.2 |
1030 | 2024-07-03T17:44:10.236Z | Downloaded toolchain_find v0.4.0 |
1031 | 2024-07-03T17:44:10.236Z | Downloaded shell-words v1.1.0 |
1032 | 2024-07-03T17:44:10.236Z | Downloaded sha1 v0.10.6 |
1033 | 2024-07-03T17:44:10.236Z | Downloaded serde_yaml v0.9.34+deprecated |
1034 | 2024-07-03T17:44:10.236Z | Downloaded serde_with_macros v3.8.1 |
1035 | 2024-07-03T17:44:10.236Z | Downloaded paste v1.0.15 |
1036 | 2024-07-03T17:44:10.236Z | Downloaded password-hash v0.4.2 |
1037 | 2024-07-03T17:44:10.236Z | Downloaded parking_lot v0.11.2 |
1038 | 2024-07-03T17:44:10.236Z | Downloaded num-rational v0.4.2 |
1039 | 2024-07-03T17:44:10.237Z | Downloaded num-bigint v0.4.5 |
1040 | 2024-07-03T17:44:10.261Z | Downloaded nu-ansi-term v0.50.0 |
1041 | 2024-07-03T17:44:10.261Z | Downloaded multer v3.1.0 |
1042 | 2024-07-03T17:44:10.261Z | Downloaded minimal-lexical v0.2.1 |
1043 | 2024-07-03T17:44:10.261Z | Downloaded indexmap v1.9.3 |
1044 | 2024-07-03T17:44:10.261Z | Downloaded bstr v1.9.1 |
1045 | 2024-07-03T17:44:10.286Z | Downloaded bstr v0.2.17 |
1046 | 2024-07-03T17:44:10.286Z | Downloaded rustc_version v0.1.7 |
1047 | 2024-07-03T17:44:10.286Z | Downloaded rustc-demangle v0.1.24 |
1048 | 2024-07-03T17:44:10.286Z | Downloaded rand_xorshift v0.3.0 |
1049 | 2024-07-03T17:44:10.311Z | Downloaded rand_core v0.6.4 |
1050 | 2024-07-03T17:44:10.312Z | Downloaded rand_chacha v0.3.1 |
1051 | 2024-07-03T17:44:10.312Z | Downloaded rand_chacha v0.2.2 |
1052 | 2024-07-03T17:44:10.312Z | Downloaded proc-macro-crate v1.3.1 |
1053 | 2024-07-03T17:44:10.312Z | Downloaded primeorder v0.13.6 |
1054 | 2024-07-03T17:44:10.312Z | Downloaded pretty-hex v0.2.1 |
1055 | 2024-07-03T17:44:10.312Z | Downloaded predicates-tree v1.0.9 |
1056 | 2024-07-03T17:44:10.312Z | Downloaded predicates-core v1.0.6 |
1057 | 2024-07-03T17:44:10.312Z | Downloaded predicates v3.1.0 |
1058 | 2024-07-03T17:44:10.312Z | Downloaded precomputed-hash v0.1.1 |
1059 | 2024-07-03T17:44:10.312Z | Downloaded ppv-lite86 v0.2.17 |
1060 | 2024-07-03T17:44:10.312Z | Downloaded postgres-protocol v0.6.6 |
1061 | 2024-07-03T17:44:10.312Z | Downloaded postcard v1.0.8 |
1062 | 2024-07-03T17:44:10.312Z | Downloaded toml v0.5.11 |
1063 | 2024-07-03T17:44:10.337Z | Downloaded tokio-tungstenite v0.20.1 |
1064 | 2024-07-03T17:44:10.337Z | Downloaded tokio-rustls v0.25.0 |
1065 | 2024-07-03T17:44:10.337Z | Downloaded tokio-postgres v0.7.10 |
1066 | 2024-07-03T17:44:10.337Z | Downloaded tls_codec v0.4.1 |
1067 | 2024-07-03T17:44:10.337Z | Downloaded tiny-keccak v2.0.2 |
1068 | 2024-07-03T17:44:10.337Z | Downloaded thiserror-no-std v2.0.2 |
1069 | 2024-07-03T17:44:10.337Z | Downloaded textwrap v0.16.1 |
1070 | 2024-07-03T17:44:10.362Z | Downloaded termcolor v1.4.1 |
1071 | 2024-07-03T17:44:10.362Z | Downloaded target-spec v3.1.0 |
1072 | 2024-07-03T17:44:10.362Z | Downloaded tap v1.0.1 |
1073 | 2024-07-03T17:44:10.362Z | Downloaded supports-color v3.0.0 |
1074 | 2024-07-03T17:44:10.362Z | Downloaded subprocess v0.2.9 |
1075 | 2024-07-03T17:44:10.362Z | Downloaded structmeta-derive v0.2.0 |
1076 | 2024-07-03T17:44:10.362Z | Downloaded pbkdf2 v0.12.2 |
1077 | 2024-07-03T17:44:10.362Z | Downloaded pathdiff v0.2.1 |
1078 | 2024-07-03T17:44:10.362Z | Downloaded password-hash v0.5.0 |
1079 | 2024-07-03T17:44:10.362Z | Downloaded parse-size v1.0.0 |
1080 | 2024-07-03T17:44:10.362Z | Downloaded parse-display v0.9.0 |
1081 | 2024-07-03T17:44:10.362Z | Downloaded packed_struct v0.10.1 |
1082 | 2024-07-03T17:44:10.362Z | Downloaded p256 v0.13.2 |
1083 | 2024-07-03T17:44:10.387Z | Downloaded oso-derive v0.27.3 |
1084 | 2024-07-03T17:44:10.387Z | Downloaded oso v0.27.3 |
1085 | 2024-07-03T17:44:10.388Z | Downloaded option-ext v0.2.0 |
1086 | 2024-07-03T17:44:10.388Z | Downloaded opaque-debug v0.3.1 |
1087 | 2024-07-03T17:44:10.388Z | Downloaded number_prefix v0.4.0 |
1088 | 2024-07-03T17:44:10.388Z | Downloaded num_enum v0.5.11 |
1089 | 2024-07-03T17:44:10.388Z | Downloaded num-traits v0.2.19 |
1090 | 2024-07-03T17:44:10.388Z | Downloaded num-derive v0.4.2 |
1091 | 2024-07-03T17:44:10.388Z | Downloaded num-complex v0.4.6 |
1092 | 2024-07-03T17:44:10.388Z | Downloaded mime_guess v2.0.4 |
1093 | 2024-07-03T17:44:10.388Z | Downloaded memmap2 v0.9.4 |
1094 | 2024-07-03T17:44:10.413Z | Downloaded md-5 v0.10.6 |
1095 | 2024-07-03T17:44:10.413Z | Downloaded maybe-uninit v2.0.0 |
1096 | 2024-07-03T17:44:10.413Z | Downloaded maplit v1.0.2 |
1097 | 2024-07-03T17:44:10.413Z | Downloaded lru-cache v0.1.2 |
1098 | 2024-07-03T17:44:10.413Z | Downloaded linked-hash-map v0.5.6 |
1099 | 2024-07-03T17:44:10.413Z | Downloaded libsw v3.3.1 |
1100 | 2024-07-03T17:44:10.413Z | Downloaded lalrpop-util v0.19.12 |
1101 | 2024-07-03T17:44:10.413Z | Downloaded indicatif v0.17.8 |
1102 | 2024-07-03T17:44:10.413Z | Downloaded tokio-stream v0.1.15 |
1103 | 2024-07-03T17:44:10.413Z | Downloaded tokio-rustls v0.24.1 |
1104 | 2024-07-03T17:44:10.413Z | Downloaded tls_codec_derive v0.4.1 |
1105 | 2024-07-03T17:44:10.438Z | Downloaded tinytemplate v1.2.1 |
1106 | 2024-07-03T17:44:10.438Z | Downloaded threadpool v1.8.1 |
1107 | 2024-07-03T17:44:10.438Z | Downloaded thiserror-impl-no-std v2.0.2 |
1108 | 2024-07-03T17:44:10.438Z | Downloaded test-strategy v0.3.1 |
1109 | 2024-07-03T17:44:10.438Z | Downloaded termtree v0.4.1 |
1110 | 2024-07-03T17:44:10.438Z | Downloaded termios v0.3.3 |
1111 | 2024-07-03T17:44:10.438Z | Downloaded tempfile v3.10.1 |
1112 | 2024-07-03T17:44:10.438Z | Downloaded target-lexicon v0.12.14 |
1113 | 2024-07-03T17:44:10.438Z | Downloaded tabwriter v1.4.0 |
1114 | 2024-07-03T17:44:10.438Z | Downloaded subtle v2.5.0 |
1115 | 2024-07-03T17:44:10.438Z | Downloaded strum_macros v0.25.3 |
1116 | 2024-07-03T17:44:10.463Z | Downloaded strum_macros v0.24.3 |
1117 | 2024-07-03T17:44:10.463Z | Downloaded structmeta-derive v0.3.0 |
1118 | 2024-07-03T17:44:10.463Z | Downloaded structmeta v0.3.0 |
1119 | 2024-07-03T17:44:10.463Z | Downloaded serde_repr v0.1.19 |
1120 | 2024-07-03T17:44:10.464Z | Downloaded serde_plain v1.0.2 |
1121 | 2024-07-03T17:44:10.464Z | Downloaded serde_path_to_error v0.1.16 |
1122 | 2024-07-03T17:44:10.464Z | Downloaded serde_derive_internals v0.29.1 |
1123 | 2024-07-03T17:44:10.464Z | Downloaded serde_arrays v0.1.0 |
1124 | 2024-07-03T17:44:10.464Z | Downloaded serde-hex v0.1.0 |
1125 | 2024-07-03T17:44:10.464Z | Downloaded peg v0.8.3 |
1126 | 2024-07-03T17:44:10.464Z | Downloaded partial-io v0.5.4 |
1127 | 2024-07-03T17:44:10.488Z | Downloaded parse-display-derive v0.9.0 |
1128 | 2024-07-03T17:44:10.489Z | Downloaded parking_lot_core v0.8.6 |
1129 | 2024-07-03T17:44:10.489Z | Downloaded packed_struct_codegen v0.10.1 |
1130 | 2024-07-03T17:44:10.489Z | Downloaded owo-colors v4.0.0 |
1131 | 2024-07-03T17:44:10.489Z | Downloaded oorandom v11.1.3 |
1132 | 2024-07-03T17:44:10.489Z | Downloaded olpc-cjson v0.1.3 |
1133 | 2024-07-03T17:44:10.489Z | Downloaded num_enum_derive v0.5.11 |
1134 | 2024-07-03T17:44:10.489Z | Downloaded num v0.4.3 |
1135 | 2024-07-03T17:44:10.489Z | Downloaded nibble_vec v0.1.0 |
1136 | 2024-07-03T17:44:10.489Z | Downloaded newtype-uuid v1.1.0 |
1137 | 2024-07-03T17:44:10.489Z | Downloaded nanorand v0.7.0 |
1138 | 2024-07-03T17:44:10.489Z | Downloaded multimap v0.10.0 |
1139 | 2024-07-03T17:44:10.489Z | Downloaded mockall_derive v0.12.1 |
1140 | 2024-07-03T17:44:10.489Z | Downloaded mockall v0.12.1 |
1141 | 2024-07-03T17:44:10.540Z | Downloaded memoffset v0.9.1 |
1142 | 2024-07-03T17:44:10.540Z | Downloaded libtest-mimic v0.7.3 |
1143 | 2024-07-03T17:44:10.540Z | Downloaded libloading v0.8.3 |
1144 | 2024-07-03T17:44:10.565Z | Downloaded lazy_static v1.5.0 |
1145 | 2024-07-03T17:44:10.565Z | Downloaded kstat-rs v0.2.4 |
1146 | 2024-07-03T17:44:10.565Z | Downloaded ipnetwork v0.20.0 |
1147 | 2024-07-03T17:44:10.565Z | Downloaded indoc v2.0.5 |
1148 | 2024-07-03T17:44:10.565Z | Downloaded impl-trait-for-tuples v0.2.2 |
1149 | 2024-07-03T17:44:10.565Z | Downloaded iana-time-zone v0.1.60 |
1150 | 2024-07-03T17:44:10.565Z | Downloaded curve25519-dalek-derive v0.1.1 |
1151 | 2024-07-03T17:44:10.565Z | Downloaded curve25519-dalek v4.1.3 |
1152 | 2024-07-03T17:44:10.565Z | Downloaded ctr v0.9.2 |
1153 | 2024-07-03T17:44:10.565Z | Downloaded crypto-bigint v0.5.5 |
1154 | 2024-07-03T17:44:10.565Z | Downloaded criterion-plot v0.5.0 |
1155 | 2024-07-03T17:44:10.565Z | Downloaded criterion v0.5.1 |
1156 | 2024-07-03T17:44:10.565Z | Downloaded const-oid v0.9.6 |
1157 | 2024-07-03T17:44:10.565Z | Downloaded console v0.15.8 |
1158 | 2024-07-03T17:44:10.565Z | Downloaded compact_str v0.7.1 |
1159 | 2024-07-03T17:44:10.565Z | Downloaded colored v2.1.0 |
1160 | 2024-07-03T17:44:10.565Z | Downloaded clang-sys v1.7.0 |
1161 | 2024-07-03T17:44:10.565Z | Downloaded ciborium-ll v0.2.2 |
1162 | 2024-07-03T17:44:10.565Z | Downloaded ciborium v0.2.2 |
1163 | 2024-07-03T17:44:10.590Z | Downloaded chrono v0.4.38 |
1164 | 2024-07-03T17:44:10.590Z | Downloaded chacha20poly1305 v0.10.1 |
1165 | 2024-07-03T17:44:10.590Z | Downloaded cfg_aliases v0.1.1 |
1166 | 2024-07-03T17:44:10.590Z | Downloaded cfg-expr v0.15.8 |
1167 | 2024-07-03T17:44:10.590Z | Downloaded cexpr v0.6.0 |
1168 | 2024-07-03T17:44:10.590Z | Downloaded cbc v0.1.2 |
1169 | 2024-07-03T17:44:10.590Z | Downloaded castaway v0.2.2 |
1170 | 2024-07-03T17:44:10.590Z | Downloaded cassowary v0.3.0 |
1171 | 2024-07-03T17:44:10.615Z | Downloaded cancel-safe-futures v0.1.5 |
1172 | 2024-07-03T17:44:10.615Z | Downloaded camino-tempfile v1.1.1 |
1173 | 2024-07-03T17:44:10.615Z | Downloaded bzip2 v0.4.4 |
1174 | 2024-07-03T17:44:10.615Z | Downloaded blowfish v0.9.1 |
1175 | 2024-07-03T17:44:10.616Z | Downloaded block-padding v0.3.3 |
1176 | 2024-07-03T17:44:10.616Z | Downloaded blake3 v1.5.1 |
1177 | 2024-07-03T17:44:10.616Z | Downloaded blake2b_simd v1.0.2 |
1178 | 2024-07-03T17:44:10.616Z | Downloaded blake2 v0.10.6 |
1179 | 2024-07-03T17:44:10.641Z | Downloaded bitvec v1.0.1 |
1180 | 2024-07-03T17:44:10.641Z | Downloaded bitstruct_derive v0.1.0 |
1181 | 2024-07-03T17:44:10.641Z | Downloaded bitflags v1.3.2 |
1182 | 2024-07-03T17:44:10.666Z | Downloaded bitfield-struct v0.6.1 |
1183 | 2024-07-03T17:44:10.666Z | Downloaded bitfield v0.14.0 |
1184 | 2024-07-03T17:44:10.666Z | Downloaded bit-set v0.5.3 |
1185 | 2024-07-03T17:44:10.666Z | Downloaded bindgen v0.69.4 |
1186 | 2024-07-03T17:44:10.666Z | Downloaded bcs v0.1.6 |
1187 | 2024-07-03T17:44:10.666Z | Downloaded bb8 v0.8.3 |
1188 | 2024-07-03T17:44:10.666Z | Downloaded base64 v0.22.1 |
1189 | 2024-07-03T17:44:10.666Z | Downloaded base64 v0.13.1 |
1190 | 2024-07-03T17:44:10.691Z | Downloaded base16ct v0.2.0 |
1191 | 2024-07-03T17:44:10.691Z | Downloaded backtrace v0.3.71 |
1192 | 2024-07-03T17:44:10.691Z | Downloaded backoff v0.4.0 |
1193 | 2024-07-03T17:44:10.691Z | Downloaded async-trait v0.1.80 |
1194 | 2024-07-03T17:44:10.691Z | Downloaded async-stream v0.3.5 |
1195 | 2024-07-03T17:44:10.691Z | Downloaded assert_matches v1.5.0 |
1196 | 2024-07-03T17:44:10.691Z | Downloaded assert_cmd v2.0.14 |
1197 | 2024-07-03T17:44:10.691Z | Downloaded ascii-canvas v3.0.0 |
1198 | 2024-07-03T17:44:10.716Z | Downloaded arrayvec v0.7.4 |
1199 | 2024-07-03T17:44:10.716Z | Downloaded array-init v0.0.4 |
1200 | 2024-07-03T17:44:10.716Z | Downloaded argon2 v0.5.3 |
1201 | 2024-07-03T17:44:10.716Z | Downloaded arc-swap v1.7.1 |
1202 | 2024-07-03T17:44:10.716Z | Downloaded allocator-api2 v0.2.18 |
1203 | 2024-07-03T17:44:10.716Z | Downloaded aho-corasick v1.1.3 |
1204 | 2024-07-03T17:44:10.716Z | Downloaded ahash v0.8.11 |
1205 | 2024-07-03T17:44:10.741Z | Downloaded aes-gcm v0.10.3 |
1206 | 2024-07-03T17:44:10.741Z | Downloaded aes v0.8.4 |
1207 | 2024-07-03T17:44:10.742Z | Downloaded path-slash v0.1.5 |
1208 | 2024-07-03T17:44:10.742Z | Downloaded num-iter v0.1.45 |
1209 | 2024-07-03T17:44:10.742Z | Downloaded num-integer v0.1.46 |
1210 | 2024-07-03T17:44:10.742Z | Downloaded normalize-line-endings v0.3.0 |
1211 | 2024-07-03T17:44:10.742Z | Downloaded nodrop v0.1.14 |
1212 | 2024-07-03T17:44:10.742Z | Downloaded newtype_derive v0.1.6 |
1213 | 2024-07-03T17:44:10.742Z | Downloaded newline-converter v0.3.0 |
1214 | 2024-07-03T17:44:10.742Z | Downloaded new_debug_unreachable v1.0.6 |
1215 | 2024-07-03T17:44:10.742Z | Downloaded nested v0.1.1 |
1216 | 2024-07-03T17:44:10.742Z | Downloaded libefi-sys v0.1.0 |
1217 | 2024-07-03T17:44:10.742Z | Downloaded lazycell v1.3.0 |
1218 | 2024-07-03T17:44:10.742Z | Downloaded keccak v0.1.5 |
1219 | 2024-07-03T17:44:10.742Z | Downloaded is_ci v1.2.0 |
1220 | 2024-07-03T17:44:10.767Z | Downloaded internet-checksum v0.2.1 |
1221 | 2024-07-03T17:44:10.767Z | Downloaded instant v0.1.12 |
1222 | 2024-07-03T17:44:10.767Z | Downloaded inout v0.1.3 |
1223 | 2024-07-03T17:44:10.767Z | Downloaded indoc v1.0.9 |
1224 | 2024-07-03T17:44:10.767Z | Downloaded darling v0.20.9 |
1225 | 2024-07-03T17:44:10.767Z | Downloaded csv-core v0.1.11 |
1226 | 2024-07-03T17:44:10.767Z | Downloaded cstr-argument v0.1.2 |
1227 | 2024-07-03T17:44:10.767Z | Downloaded crunchy v0.2.2 |
1228 | 2024-07-03T17:44:10.767Z | Downloaded crucible-workspace-hack v0.1.0 |
1229 | 2024-07-03T17:44:10.767Z | Downloaded crossterm v0.27.0 |
1230 | 2024-07-03T17:44:10.793Z | Downloaded crossbeam-epoch v0.9.18 |
1231 | 2024-07-03T17:44:10.793Z | Downloaded crossbeam-deque v0.8.5 |
1232 | 2024-07-03T17:44:10.793Z | Downloaded crc-catalog v2.4.0 |
1233 | 2024-07-03T17:44:10.793Z | Downloaded crc-any v2.5.0 |
1234 | 2024-07-03T17:44:10.793Z | Downloaded crc v3.2.1 |
1235 | 2024-07-03T17:44:10.793Z | Downloaded corncobs v0.1.3 |
1236 | 2024-07-03T17:44:10.793Z | Downloaded cookie_store v0.20.0 |
1237 | 2024-07-03T17:44:10.793Z | Downloaded cookie v0.18.1 |
1238 | 2024-07-03T17:44:10.793Z | Downloaded cookie v0.17.0 |
1239 | 2024-07-03T17:44:10.793Z | Downloaded convert_case v0.4.0 |
1240 | 2024-07-03T17:44:10.793Z | Downloaded constant_time_eq v0.3.0 |
1241 | 2024-07-03T17:44:10.793Z | Downloaded const_format_proc_macros v0.2.32 |
1242 | 2024-07-03T17:44:10.818Z | Downloaded const_format v0.2.32 |
1243 | 2024-07-03T17:44:10.818Z | Downloaded cobs v0.2.3 |
1244 | 2024-07-03T17:44:10.818Z | Downloaded cipher v0.4.4 |
1245 | 2024-07-03T17:44:10.818Z | Downloaded ciborium-io v0.2.2 |
1246 | 2024-07-03T17:44:10.818Z | Downloaded cast v0.3.0 |
1247 | 2024-07-03T17:44:10.818Z | Downloaded base64ct v1.6.0 |
1248 | 2024-07-03T17:44:10.818Z | Downloaded atomicwrites v0.4.3 |
1249 | 2024-07-03T17:44:10.818Z | Downloaded atomic-waker v1.1.2 |
1250 | 2024-07-03T17:44:10.818Z | Downloaded async-recursion v1.1.1 |
1251 | 2024-07-03T17:44:10.818Z | Downloaded ascii v1.1.0 |
1252 | 2024-07-03T17:44:10.843Z | Downloaded arrayref v0.3.7 |
1253 | 2024-07-03T17:44:10.843Z | Downloaded approx v0.5.1 |
1254 | 2024-07-03T17:44:10.843Z | Downloaded anes v0.1.6 |
1255 | 2024-07-03T17:44:10.843Z | Downloaded aead v0.5.2 |
1256 | 2024-07-03T17:44:10.843Z | Downloaded addr2line v0.21.0 |
1257 | 2024-07-03T17:44:10.843Z | Downloaded matches v0.1.10 |
1258 | 2024-07-03T17:44:10.843Z | Downloaded managed v0.8.0 |
1259 | 2024-07-03T17:44:10.843Z | Downloaded lru v0.12.3 |
1260 | 2024-07-03T17:44:10.843Z | Downloaded linear-map v1.2.0 |
1261 | 2024-07-03T17:44:10.843Z | Downloaded ident_case v1.0.1 |
1262 | 2024-07-03T17:44:10.843Z | Downloaded chacha20 v0.9.1 |
1263 | 2024-07-03T17:44:10.844Z | Downloaded buf-list v1.0.3 |
1264 | 2024-07-03T17:44:10.844Z | Downloaded bitstruct v0.1.1 |
1265 | 2024-07-03T17:44:10.869Z | Downloaded bit-vec v0.6.3 |
1266 | 2024-07-03T17:44:10.869Z | Downloaded bcrypt-pbkdf v0.10.0 |
1267 | 2024-07-03T17:44:10.869Z | Downloaded atty v0.2.14 |
1268 | 2024-07-03T17:44:11.535Z | Compiling serde v1.0.203 |
1269 | 2024-07-03T17:44:11.535Z | Checking cfg-if v1.0.0 |
1270 | 2024-07-03T17:44:11.577Z | Compiling libm v0.2.8 |
1271 | 2024-07-03T17:44:11.601Z | Compiling num-traits v0.2.19 |
1272 | 2024-07-03T17:44:11.626Z | Checking libc v0.2.155 |
1273 | 2024-07-03T17:44:11.651Z | Compiling syn v2.0.68 |
1274 | 2024-07-03T17:44:11.651Z | Compiling ahash v0.8.11 |
1275 | 2024-07-03T17:44:11.651Z | Compiling getrandom v0.2.14 |
1276 | 2024-07-03T17:44:11.704Z | Compiling serde_json v1.0.118 |
1277 | 2024-07-03T17:44:11.918Z | Compiling generic-array v0.14.7 |
1278 | 2024-07-03T17:44:12.049Z | Compiling log v0.4.21 |
1279 | 2024-07-03T17:44:12.074Z | Checking scopeguard v1.2.0 |
1280 | 2024-07-03T17:44:12.115Z | Checking memchr v2.7.2 |
1281 | 2024-07-03T17:44:12.139Z | Compiling syn v1.0.109 |
1282 | 2024-07-03T17:44:12.214Z | Checking lock_api v0.4.12 |
1283 | 2024-07-03T17:44:12.245Z | Checking itoa v1.0.11 |
1284 | 2024-07-03T17:44:12.347Z | Checking byteorder v1.5.0 |
1285 | 2024-07-03T17:44:12.429Z | Compiling allocator-api2 v0.2.18 |
1286 | 2024-07-03T17:44:12.637Z | Checking smallvec v1.13.2 |
1287 | 2024-07-03T17:44:12.723Z | Compiling schemars v0.8.21 |
1288 | 2024-07-03T17:44:12.862Z | Checking rand_core v0.6.4 |
1289 | 2024-07-03T17:44:12.896Z | Compiling ring v0.17.8 |
1290 | 2024-07-03T17:44:12.960Z | Compiling time-macros v0.2.18 |
1291 | 2024-07-03T17:44:13.048Z | Checking once_cell v1.19.0 |
1292 | 2024-07-03T17:44:13.141Z | Compiling slog v2.7.0 |
1293 | 2024-07-03T17:44:13.170Z | Checking parking_lot_core v0.9.10 |
1294 | 2024-07-03T17:44:13.320Z | Compiling aho-corasick v1.1.3 |
1295 | 2024-07-03T17:44:13.471Z | Checking parking_lot v0.12.2 |
1296 | 2024-07-03T17:44:13.652Z | Checking pin-project-lite v0.2.14 |
1297 | 2024-07-03T17:44:13.761Z | Compiling regex-syntax v0.8.3 |
1298 | 2024-07-03T17:44:16.027Z | Checking signal-hook-registry v1.4.2 |
1299 | 2024-07-03T17:44:16.273Z | Compiling crossbeam-utils v0.8.19 |
1300 | 2024-07-03T17:44:16.351Z | Checking mio v0.8.11 |
1301 | 2024-07-03T17:44:17.071Z | Compiling iana-time-zone v0.1.60 |
1302 | 2024-07-03T17:44:17.101Z | Checking num_cpus v1.16.0 |
1303 | 2024-07-03T17:44:17.213Z | Checking spin v0.9.8 |
1304 | 2024-07-03T17:44:17.344Z | Compiling regex-automata v0.4.6 |
1305 | 2024-07-03T17:44:17.544Z | Compiling rustls v0.21.12 |
1306 | 2024-07-03T17:44:17.854Z | Checking typenum v1.17.0 |
1307 | 2024-07-03T17:44:17.998Z | Compiling cookie v0.17.0 |
1308 | 2024-07-03T17:44:18.240Z | Checking futures-core v0.3.30 |
1309 | 2024-07-03T17:44:18.415Z | Compiling dyn-clone v1.0.17 |
1310 | 2024-07-03T17:44:18.618Z | Compiling serde_derive_internals v0.29.1 |
1311 | 2024-07-03T17:44:18.941Z | Checking socket2 v0.5.7 |
1312 | 2024-07-03T17:44:18.986Z | Compiling backtrace v0.3.71 |
1313 | 2024-07-03T17:44:19.095Z | Checking ryu v1.0.18 |
1314 | 2024-07-03T17:44:19.299Z | Checking subtle v2.5.0 |
1315 | 2024-07-03T17:44:19.432Z | Compiling anyhow v1.0.86 |
1316 | 2024-07-03T17:44:20.052Z | Compiling unicode-normalization v0.1.23 |
1317 | 2024-07-03T17:44:20.109Z | Checking futures-sink v0.3.30 |
1318 | 2024-07-03T17:44:20.134Z | Compiling unicode-bidi v0.3.15 |
1319 | 2024-07-03T17:44:20.249Z | Compiling either v1.12.0 |
1320 | 2024-07-03T17:44:20.582Z | Compiling untrusted v0.9.0 |
1321 | 2024-07-03T17:44:20.931Z | Checking futures-channel v0.3.30 |
1322 | 2024-07-03T17:44:20.964Z | Checking slab v0.4.9 |
1323 | 2024-07-03T17:44:21.119Z | Checking futures-io v0.3.30 |
1324 | 2024-07-03T17:44:21.190Z | Checking futures-task v0.3.30 |
1325 | 2024-07-03T17:44:21.239Z | Compiling const-oid v0.9.6 |
1326 | 2024-07-03T17:44:21.292Z | Compiling winnow v0.5.40 |
1327 | 2024-07-03T17:44:21.408Z | Checking pin-utils v0.1.0 |
1328 | 2024-07-03T17:44:21.483Z | Compiling time v0.3.36 |
1329 | 2024-07-03T17:44:22.850Z | Compiling regex v1.10.4 |
1330 | 2024-07-03T17:44:23.829Z | Compiling signal-hook v0.3.17 |
1331 | 2024-07-03T17:44:24.109Z | Compiling rustls-webpki v0.101.7 |
1332 | 2024-07-03T17:44:24.137Z | Compiling sct v0.7.1 |
1333 | 2024-07-03T17:44:24.375Z | Compiling idna v0.5.0 |
1334 | 2024-07-03T17:44:24.710Z | Compiling siphasher v0.3.11 |
1335 | 2024-07-03T17:44:25.081Z | Compiling url v2.5.0 |
1336 | 2024-07-03T17:44:25.170Z | Compiling serde_derive v1.0.203 |
1337 | 2024-07-03T17:44:25.682Z | Compiling zerocopy-derive v0.7.34 |
1338 | 2024-07-03T17:44:25.826Z | Compiling zeroize_derive v1.4.2 |
1339 | 2024-07-03T17:44:26.033Z | Compiling thiserror-impl v1.0.60 |
1340 | 2024-07-03T17:44:26.329Z | Compiling tokio-macros v2.2.0 |
1341 | 2024-07-03T17:44:26.736Z | Compiling futures-macro v0.3.30 |
1342 | 2024-07-03T17:44:27.190Z | Compiling tracing-attributes v0.1.27 |
1343 | 2024-07-03T17:44:27.756Z | Compiling zerocopy v0.7.34 |
1344 | 2024-07-03T17:44:27.846Z | Compiling schemars_derive v0.8.21 |
1345 | 2024-07-03T17:44:28.580Z | Checking zeroize v1.7.0 |
1346 | 2024-07-03T17:44:28.824Z | Compiling openssl-macros v0.1.1 |
1347 | 2024-07-03T17:44:28.988Z | Compiling thiserror v1.0.60 |
1348 | 2024-07-03T17:44:29.193Z | Compiling async-trait v0.1.80 |
1349 | 2024-07-03T17:44:29.743Z | Compiling hashbrown v0.14.5 |
1350 | 2024-07-03T17:44:29.894Z | Compiling scroll_derive v0.12.0 |
1351 | 2024-07-03T17:44:30.219Z | Compiling pest v2.7.10 |
1352 | 2024-07-03T17:44:30.794Z | Compiling der_derive v0.7.2 |
1353 | 2024-07-03T17:44:30.819Z | Checking crypto-common v0.1.6 |
1354 | 2024-07-03T17:44:31.175Z | Compiling scroll v0.12.0 |
1355 | 2024-07-03T17:44:31.645Z | Compiling goblin v0.8.2 |
1356 | 2024-07-03T17:44:31.677Z | Compiling futures-util v0.3.30 |
1357 | 2024-07-03T17:44:32.277Z | Compiling tracing v0.1.40 |
1358 | 2024-07-03T17:44:32.862Z | Compiling pest_meta v2.7.10 |
1359 | 2024-07-03T17:44:33.029Z | Compiling clap_derive v4.5.4 |
1360 | 2024-07-03T17:44:33.901Z | Compiling pest_generator v2.7.10 |
1361 | 2024-07-03T17:44:35.623Z | Compiling block-buffer v0.10.4 |
1362 | 2024-07-03T17:44:35.863Z | Compiling digest v0.10.7 |
1363 | 2024-07-03T17:44:36.278Z | Compiling zerocopy-derive v0.6.6 |
1364 | 2024-07-03T17:44:36.792Z | Compiling idna v0.3.0 |
1365 | 2024-07-03T17:44:37.006Z | Checking bytes v1.6.0 |
1366 | 2024-07-03T17:44:37.208Z | Checking bitflags v2.5.0 |
1367 | 2024-07-03T17:44:37.475Z | Compiling ppv-lite86 v0.2.17 |
1368 | 2024-07-03T17:44:37.538Z | Compiling pest_derive v2.7.10 |
1369 | 2024-07-03T17:44:38.149Z | Compiling indexmap v2.2.6 |
1370 | 2024-07-03T17:44:38.191Z | Compiling semver v1.0.23 |
1371 | 2024-07-03T17:44:38.251Z | Compiling serde_tokenstream v0.2.0 |
1372 | 2024-07-03T17:44:38.305Z | Compiling uuid v1.8.0 |
1373 | 2024-07-03T17:44:38.734Z | Compiling chrono v0.4.38 |
1374 | 2024-07-03T17:44:38.895Z | Checking tokio v1.37.0 |
1375 | 2024-07-03T17:44:39.279Z | Compiling http v0.2.12 |
1376 | 2024-07-03T17:44:39.454Z | Compiling rustc_version v0.4.0 |
1377 | 2024-07-03T17:44:39.541Z | Compiling serde_spanned v0.6.6 |
1378 | 2024-07-03T17:44:39.735Z | Compiling toml_datetime v0.6.6 |
1379 | 2024-07-03T17:44:40.134Z | Compiling dof v0.3.0 |
1380 | 2024-07-03T17:44:40.212Z | Compiling dtrace-parser v0.2.0 |
1381 | 2024-07-03T17:44:40.477Z | Compiling openapiv3 v2.0.0 |
1382 | 2024-07-03T17:44:41.435Z | Compiling usdt-impl v0.5.0 |
1383 | 2024-07-03T17:44:42.067Z | Compiling rustix v0.38.34 |
1384 | 2024-07-03T17:44:42.109Z | Compiling toml_edit v0.19.15 |
1385 | 2024-07-03T17:44:42.134Z | Compiling http-body v0.4.6 |
1386 | 2024-07-03T17:44:42.537Z | Compiling openssl v0.10.64 |
1387 | 2024-07-03T17:44:42.933Z | Compiling usdt-attr-macro v0.5.0 |
1388 | 2024-07-03T17:44:44.244Z | Compiling usdt-macro v0.5.0 |
1389 | 2024-07-03T17:44:44.269Z | Compiling psl-types v2.0.11 |
1390 | 2024-07-03T17:44:44.461Z | Compiling publicsuffix v2.2.3 |
1391 | 2024-07-03T17:44:44.688Z | Compiling heapless v0.7.17 |
1392 | 2024-07-03T17:44:44.759Z | Compiling rand_chacha v0.3.1 |
1393 | 2024-07-03T17:44:45.064Z | Compiling serde_urlencoded v0.7.1 |
1394 | 2024-07-03T17:44:45.527Z | Compiling rand v0.8.5 |
1395 | 2024-07-03T17:44:45.640Z | Compiling cookie_store v0.20.0 |
1396 | 2024-07-03T17:44:46.163Z | Compiling crossbeam-epoch v0.9.18 |
1397 | 2024-07-03T17:44:46.199Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
1398 | 2024-07-03T17:44:46.640Z | Compiling tokio-util v0.7.11 |
1399 | 2024-07-03T17:44:46.872Z | Compiling tokio-rustls v0.24.1 |
1400 | 2024-07-03T17:44:46.897Z | Compiling unicode-xid v0.2.4 |
1401 | 2024-07-03T17:44:47.066Z | Compiling gimli v0.28.1 |
1402 | 2024-07-03T17:44:47.090Z | Compiling webpki-roots v0.25.4 |
1403 | 2024-07-03T17:44:47.243Z | Compiling bit-vec v0.6.3 |
1404 | 2024-07-03T17:44:47.363Z | Compiling enum-as-inner v0.5.1 |
1405 | 2024-07-03T17:44:47.665Z | Compiling h2 v0.3.26 |
1406 | 2024-07-03T17:44:47.689Z | Compiling phf_shared v0.10.0 |
1407 | 2024-07-03T17:44:47.925Z | Compiling native-tls v0.2.11 |
1408 | 2024-07-03T17:44:48.043Z | Compiling lazy_static v1.5.0 |
1409 | 2024-07-03T17:44:48.161Z | Compiling object v0.32.2 |
1410 | 2024-07-03T17:44:48.291Z | Compiling tokio-native-tls v0.3.1 |
1411 | 2024-07-03T17:44:48.487Z | Compiling base64ct v1.6.0 |
1412 | 2024-07-03T17:44:48.536Z | Compiling minimal-lexical v0.2.1 |
1413 | 2024-07-03T17:44:49.055Z | Compiling precomputed-hash v0.1.1 |
1414 | 2024-07-03T17:44:49.080Z | Compiling new_debug_unreachable v1.0.6 |
1415 | 2024-07-03T17:44:49.182Z | Compiling rustc-demangle v0.1.24 |
1416 | 2024-07-03T17:44:49.207Z | Compiling fixedbitset v0.4.2 |
1417 | 2024-07-03T17:44:49.410Z | Compiling smoltcp v0.9.1 |
1418 | 2024-07-03T17:44:49.604Z | Compiling petgraph v0.6.5 |
1419 | 2024-07-03T17:44:50.051Z | Compiling toml_edit v0.22.13 |
1420 | 2024-07-03T17:44:50.076Z | Compiling string_cache v0.8.7 |
1421 | 2024-07-03T17:44:50.317Z | Compiling nom v7.1.3 |
1422 | 2024-07-03T17:44:50.518Z | Compiling pem-rfc7468 v0.7.0 |
1423 | 2024-07-03T17:44:51.163Z | Compiling addr2line v0.21.0 |
1424 | 2024-07-03T17:44:51.320Z | Compiling bit-set v0.5.3 |
1425 | 2024-07-03T17:44:51.601Z | Compiling futures-executor v0.3.30 |
1426 | 2024-07-03T17:44:51.789Z | Compiling hmac v0.12.1 |
1427 | 2024-07-03T17:44:52.044Z | Compiling hubpack_derive v0.1.1 |
1428 | 2024-07-03T17:44:52.187Z | Compiling itertools v0.10.5 |
1429 | 2024-07-03T17:44:52.866Z | Compiling diesel_table_macro_syntax v0.1.0 |
1430 | 2024-07-03T17:44:52.972Z | Compiling num-integer v0.1.46 |
1431 | 2024-07-03T17:44:53.191Z | Compiling fs-err v2.11.0 |
1432 | 2024-07-03T17:44:53.279Z | Checking fnv v1.0.7 |
1433 | 2024-07-03T17:44:53.410Z | Compiling unicode-segmentation v1.11.0 |
1434 | 2024-07-03T17:44:53.488Z | Compiling flagset v0.4.5 |
1435 | 2024-07-03T17:44:53.597Z | Compiling hyper v0.14.28 |
1436 | 2024-07-03T17:44:53.695Z | Compiling lalrpop-util v0.19.12 |
1437 | 2024-07-03T17:44:53.730Z | Compiling der v0.7.9 |
1438 | 2024-07-03T17:44:54.356Z | Compiling diesel_derives v2.1.4 |
1439 | 2024-07-03T17:44:54.630Z | Compiling futures v0.3.30 |
1440 | 2024-07-03T17:44:54.741Z | Compiling hex v0.4.3 |
1441 | 2024-07-03T17:44:55.285Z | Compiling itertools v0.12.1 |
1442 | 2024-07-03T17:44:55.607Z | Compiling finl_unicode v1.2.0 |
1443 | 2024-07-03T17:44:56.822Z | Compiling stringprep v0.1.4 |
1444 | 2024-07-03T17:44:56.920Z | Compiling spki v0.7.3 |
1445 | 2024-07-03T17:44:57.210Z | Compiling sha2 v0.10.8 |
1446 | 2024-07-03T17:44:57.261Z | Compiling toml v0.7.8 |
1447 | 2024-07-03T17:44:57.724Z | Compiling md-5 v0.10.6 |
1448 | 2024-07-03T17:44:57.933Z | Compiling serde_repr v0.1.19 |
1449 | 2024-07-03T17:44:57.965Z | Compiling strum_macros v0.25.3 |
1450 | 2024-07-03T17:44:58.031Z | Compiling hash32 v0.2.1 |
1451 | 2024-07-03T17:44:58.066Z | Compiling stable_deref_trait v1.2.0 |
1452 | 2024-07-03T17:44:58.164Z | Checking tinyvec_macros v0.1.1 |
1453 | 2024-07-03T17:44:58.262Z | Compiling fallible-iterator v0.2.0 |
1454 | 2024-07-03T17:44:58.778Z | Checking tinyvec v1.6.0 |
1455 | 2024-07-03T17:44:58.887Z | Compiling postgres-protocol v0.6.6 |
1456 | 2024-07-03T17:44:58.979Z | Compiling pkcs8 v0.10.2 |
1457 | 2024-07-03T17:44:59.440Z | Compiling hyper-tls v0.5.0 |
1458 | 2024-07-03T17:44:59.499Z | Compiling hyper-rustls v0.24.2 |
1459 | 2024-07-03T17:44:59.751Z | Compiling terminal_size v0.3.0 |
1460 | 2024-07-03T17:44:59.825Z | Compiling reqwest v0.11.27 |
1461 | 2024-07-03T17:44:59.900Z | Compiling ipnetwork v0.20.0 |
1462 | 2024-07-03T17:44:59.934Z | Compiling block-padding v0.3.3 |
1463 | 2024-07-03T17:44:59.959Z | Compiling phf_shared v0.11.2 |
1464 | 2024-07-03T17:45:00.165Z | Compiling ff v0.13.0 |
1465 | 2024-07-03T17:45:00.320Z | Compiling scheduled-thread-pool v0.2.7 |
1466 | 2024-07-03T17:45:00.707Z | Checking equivalent v1.0.1 |
1467 | 2024-07-03T17:45:00.809Z | Compiling managed v0.8.0 |
1468 | 2024-07-03T17:45:00.903Z | Compiling matches v0.1.10 |
1469 | 2024-07-03T17:45:00.967Z | Compiling bitflags v1.3.2 |
1470 | 2024-07-03T17:45:00.999Z | Compiling base16ct v0.2.0 |
1471 | 2024-07-03T17:45:01.024Z | Compiling peg-runtime v0.8.3 |
1472 | 2024-07-03T17:45:01.071Z | Compiling idna v0.2.3 |
1473 | 2024-07-03T17:45:01.216Z | Compiling sec1 v0.7.3 |
1474 | 2024-07-03T17:45:01.663Z | Compiling clap_builder v4.5.2 |
1475 | 2024-07-03T17:45:01.725Z | Compiling r2d2 v0.8.10 |
1476 | 2024-07-03T17:45:02.052Z | Compiling signal-hook-mio v0.2.3 |
1477 | 2024-07-03T17:45:02.212Z | Compiling usdt v0.5.0 |
1478 | 2024-07-03T17:45:02.379Z | Compiling group v0.13.0 |
1479 | 2024-07-03T17:45:02.448Z | Compiling phf v0.11.2 |
1480 | 2024-07-03T17:45:02.724Z | Compiling inout v0.1.3 |
1481 | 2024-07-03T17:45:02.749Z | Compiling postgres-types v0.2.6 |
1482 | 2024-07-03T17:45:02.774Z | Compiling num-bigint v0.4.5 |
1483 | 2024-07-03T17:45:02.813Z | Compiling num-iter v0.1.45 |
1484 | 2024-07-03T17:45:02.980Z | Compiling hubpack v0.1.2 |
1485 | 2024-07-03T17:45:03.005Z | Compiling hkdf v0.12.4 |
1486 | 2024-07-03T17:45:03.283Z | Compiling zerocopy v0.6.6 |
1487 | 2024-07-03T17:45:03.530Z | Compiling crypto-bigint v0.5.5 |
1488 | 2024-07-03T17:45:03.964Z | Compiling float-cmp v0.9.0 |
1489 | 2024-07-03T17:45:04.135Z | Compiling normalize-line-endings v0.3.0 |
1490 | 2024-07-03T17:45:04.207Z | Compiling whoami v1.5.1 |
1491 | 2024-07-03T17:45:04.244Z | Compiling difflib v0.4.0 |
1492 | 2024-07-03T17:45:04.269Z | Compiling data-encoding v2.6.0 |
1493 | 2024-07-03T17:45:04.799Z | Compiling predicates-core v1.0.6 |
1494 | 2024-07-03T17:45:05.151Z | Checking cpufeatures v0.2.12 |
1495 | 2024-07-03T17:45:05.245Z | Compiling static_assertions v1.1.0 |
1496 | 2024-07-03T17:45:05.357Z | Compiling yasna v0.5.2 |
1497 | 2024-07-03T17:45:05.416Z | Compiling diesel v2.1.6 |
1498 | 2024-07-03T17:45:05.725Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=c85a4ca043aaa389df12aac5348d8a3feda28762#c85a4ca0) |
1499 | 2024-07-03T17:45:06.435Z | Compiling elliptic-curve v0.13.8 |
1500 | 2024-07-03T17:45:07.135Z | Compiling clap v4.5.4 |
1501 | 2024-07-03T17:45:07.160Z | Compiling predicates v3.1.0 |
1502 | 2024-07-03T17:45:07.254Z | Compiling trust-dns-proto v0.22.0 |
1503 | 2024-07-03T17:45:08.642Z | Compiling tokio-postgres v0.7.10 |
1504 | 2024-07-03T17:45:08.723Z | Compiling cipher v0.4.4 |
1505 | 2024-07-03T17:45:09.202Z | Compiling crossterm v0.27.0 |
1506 | 2024-07-03T17:45:11.173Z | Compiling similar v2.5.0 |
1507 | 2024-07-03T17:45:11.688Z | Compiling console v0.15.8 |
1508 | 2024-07-03T17:45:11.940Z | Compiling tokio-stream v0.1.15 |
1509 | 2024-07-03T17:45:12.437Z | Compiling bstr v1.9.1 |
1510 | 2024-07-03T17:45:13.044Z | Checking tracing-core v0.1.32 |
1511 | 2024-07-03T17:45:13.473Z | Checking percent-encoding v2.3.1 |
1512 | 2024-07-03T17:45:13.671Z | Checking form_urlencoded v1.2.1 |
1513 | 2024-07-03T17:45:13.857Z | Checking powerfmt v0.2.0 |
1514 | 2024-07-03T17:45:14.069Z | Checking num-conv v0.1.0 |
1515 | 2024-07-03T17:45:14.125Z | Checking deranged v0.3.11 |
1516 | 2024-07-03T17:45:14.286Z | Checking time-core v0.1.2 |
1517 | 2024-07-03T17:45:14.311Z | Checking unicode-ident v1.0.12 |
1518 | 2024-07-03T17:45:14.441Z | Checking num_threads v0.1.7 |
1519 | 2024-07-03T17:45:14.466Z | Checking httparse v1.8.0 |
1520 | 2024-07-03T17:45:14.819Z | Checking errno v0.3.9 |
1521 | 2024-07-03T17:45:14.999Z | Checking unicode-width v0.1.12 |
1522 | 2024-07-03T17:45:15.161Z | Checking proc-macro2 v1.0.86 |
1523 | 2024-07-03T17:45:15.755Z | Checking quote v1.0.36 |
1524 | 2024-07-03T17:45:15.890Z | Checking adler v1.0.2 |
1525 | 2024-07-03T17:45:16.035Z | Checking miniz_oxide v0.7.2 |
1526 | 2024-07-03T17:45:16.060Z | Checking try-lock v0.2.5 |
1527 | 2024-07-03T17:45:16.174Z | Checking base64 v0.21.7 |
1528 | 2024-07-03T17:45:16.600Z | Checking want v0.3.1 |
1529 | 2024-07-03T17:45:16.797Z | Checking tower-service v0.3.2 |
1530 | 2024-07-03T17:45:17.217Z | Checking httpdate v1.0.3 |
1531 | 2024-07-03T17:45:17.424Z | Checking openssl-probe v0.1.5 |
1532 | 2024-07-03T17:45:17.570Z | Checking foreign-types-shared v0.1.1 |
1533 | 2024-07-03T17:45:17.600Z | Checking openssl-sys v0.9.102 |
1534 | 2024-07-03T17:45:17.683Z | Checking foreign-types v0.3.2 |
1535 | 2024-07-03T17:45:17.779Z | Checking mime v0.3.17 |
1536 | 2024-07-03T17:45:17.897Z | Checking ipnet v2.9.0 |
1537 | 2024-07-03T17:45:18.310Z | Checking utf8parse v0.2.1 |
1538 | 2024-07-03T17:45:22.198Z | Checking encoding_rs v0.8.34 |
1539 | 2024-07-03T17:45:22.284Z | Checking anstyle v1.0.7 |
1540 | 2024-07-03T17:45:23.874Z | Checking rustls-pemfile v1.0.4 |
1541 | 2024-07-03T17:45:23.987Z | Checking sync_wrapper v0.1.2 |
1542 | 2024-07-03T17:45:24.121Z | Checking plain v0.2.3 |
1543 | 2024-07-03T17:45:24.145Z | Checking ucd-trie v0.1.6 |
1544 | 2024-07-03T17:45:24.264Z | Checking anstyle-parse v0.2.4 |
1545 | 2024-07-03T17:45:24.396Z | Checking is_terminal_polyfill v1.70.0 |
1546 | 2024-07-03T17:45:24.431Z | Checking colorchoice v1.0.1 |
1547 | 2024-07-03T17:45:24.512Z | Checking anstyle-query v1.0.3 |
1548 | 2024-07-03T17:45:24.537Z | Checking pretty-hex v0.4.1 |
1549 | 2024-07-03T17:45:24.634Z | Checking anstream v0.6.14 |
1550 | 2024-07-03T17:45:24.694Z | Checking thread-id v4.2.1 |
1551 | 2024-07-03T17:45:24.723Z | Checking clap_lex v0.7.0 |
1552 | 2024-07-03T17:45:24.808Z | Checking strsim v0.11.1 |
1553 | 2024-07-03T17:45:25.004Z | Checking memmap v0.7.0 |
1554 | 2024-07-03T17:45:25.199Z | Checking crc32fast v1.4.0 |
1555 | 2024-07-03T17:45:26.351Z | Checking flate2 v1.0.30 |
1556 | 2024-07-03T17:45:27.292Z | Checking winnow v0.6.8 |
1557 | 2024-07-03T17:45:35.087Z | Compiling regress v0.9.1 |
1558 | 2024-07-03T17:45:35.158Z | Compiling getopts v0.2.21 |
1559 | 2024-07-03T17:45:36.056Z | Compiling unsafe-libyaml v0.2.11 |
1560 | 2024-07-03T17:45:36.256Z | Checking heck v0.5.0 |
1561 | 2024-07-03T17:45:37.245Z | Compiling serde_yaml v0.9.34+deprecated |
1562 | 2024-07-03T17:45:37.524Z | Checking progenitor-client v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
1563 | 2024-07-03T17:45:37.854Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1564 | 2024-07-03T17:45:37.902Z | Compiling paste v1.0.15 |
1565 | 2024-07-03T17:45:38.171Z | Compiling typify-impl v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6) |
1566 | 2024-07-03T17:45:38.326Z | Checking camino v1.1.7 |
1567 | 2024-07-03T17:45:38.462Z | Checking is-terminal v0.4.12 |
1568 | 2024-07-03T17:45:38.838Z | Compiling strum_macros v0.26.2 |
1569 | 2024-07-03T17:45:39.028Z | Checking base64 v0.22.1 |
1570 | 2024-07-03T17:45:39.453Z | Compiling ident_case v1.0.1 |
1571 | 2024-07-03T17:45:39.526Z | Checking sha1 v0.10.6 |
1572 | 2024-07-03T17:45:39.630Z | Compiling darling_core v0.20.9 |
1573 | 2024-07-03T17:45:39.675Z | Compiling rustls v0.22.4 |
1574 | 2024-07-03T17:45:39.772Z | Checking http v1.1.0 |
1575 | 2024-07-03T17:45:39.931Z | Checking match_cfg v0.1.0 |
1576 | 2024-07-03T17:45:40.021Z | Checking hostname v0.3.1 |
1577 | 2024-07-03T17:45:40.144Z | Checking dirs-sys-next v0.1.2 |
1578 | 2024-07-03T17:45:40.307Z | Compiling multer v3.1.0 |
1579 | 2024-07-03T17:45:40.616Z | Checking dirs-next v2.0.0 |
1580 | 2024-07-03T17:45:40.738Z | Checking crossbeam-channel v0.5.12 |
1581 | 2024-07-03T17:45:41.001Z | Compiling async-stream-impl v0.3.5 |
1582 | 2024-07-03T17:45:41.151Z | Checking thread_local v1.1.8 |
1583 | 2024-07-03T17:45:41.384Z | Checking rustls-pki-types v1.7.0 |
1584 | 2024-07-03T17:45:41.412Z | Checking term v0.7.0 |
1585 | 2024-07-03T17:45:41.439Z | Compiling dropshot v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#0cd0e828) |
1586 | 2024-07-03T17:45:41.689Z | Checking take_mut v0.2.2 |
1587 | 2024-07-03T17:45:41.820Z | Checking slog-term v2.9.1 |
1588 | 2024-07-03T17:45:41.845Z | Checking slog-async v2.8.0 |
1589 | 2024-07-03T17:45:41.870Z | Checking toml v0.8.13 |
1590 | 2024-07-03T17:45:42.097Z | Compiling dropshot_endpoint v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#0cd0e828) |
1591 | 2024-07-03T17:45:42.240Z | Checking rustls-webpki v0.102.4 |
1592 | 2024-07-03T17:45:42.264Z | Checking slog-json v2.6.1 |
1593 | 2024-07-03T17:45:42.486Z | Checking instant v0.1.12 |
1594 | 2024-07-03T17:45:42.524Z | Checking slog-bunyan v2.5.0 |
1595 | 2024-07-03T17:45:42.601Z | Checking rustls-pemfile v2.1.2 |
1596 | 2024-07-03T17:45:42.698Z | Checking fastrand v2.1.0 |
1597 | 2024-07-03T17:45:42.829Z | Checking debug-ignore v1.0.5 |
1598 | 2024-07-03T17:45:42.961Z | Checking atomic-waker v1.1.2 |
1599 | 2024-07-03T17:45:43.009Z | Checking tempfile v3.10.1 |
1600 | 2024-07-03T17:45:43.108Z | Checking quick-error v1.2.3 |
1601 | 2024-07-03T17:45:43.237Z | Checking waitgroup v0.1.2 |
1602 | 2024-07-03T17:45:43.343Z | Checking strum v0.26.2 |
1603 | 2024-07-03T17:45:43.367Z | Checking async-stream v0.3.5 |
1604 | 2024-07-03T17:45:43.490Z | Checking serde_path_to_error v0.1.16 |
1605 | 2024-07-03T17:45:43.543Z | Compiling structmeta-derive v0.3.0 |
1606 | 2024-07-03T17:45:43.751Z | Checking hostname v0.4.0 |
1607 | 2024-07-03T17:45:43.875Z | Checking newtype-uuid v1.1.0 |
1608 | 2024-07-03T17:45:44.085Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
1609 | 2024-07-03T17:45:44.136Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
1610 | 2024-07-03T17:45:44.160Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
1611 | 2024-07-03T17:45:44.395Z | Checking macaddr v1.0.1 |
1612 | 2024-07-03T17:45:44.691Z | Checking backoff v0.4.0 |
1613 | 2024-07-03T17:45:44.736Z | Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
1614 | 2024-07-03T17:45:44.843Z | Checking oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#2612d220) |
1615 | 2024-07-03T17:45:44.873Z | Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
1616 | 2024-07-03T17:45:44.971Z | Checking wait-timeout v0.2.0 |
1617 | 2024-07-03T17:45:45.030Z | Compiling structmeta-derive v0.2.0 |
1618 | 2024-07-03T17:45:45.139Z | Checking rusty-fork v0.3.0 |
1619 | 2024-07-03T17:45:45.196Z | Checking rand_xorshift v0.3.0 |
1620 | 2024-07-03T17:45:45.357Z | Checking unarray v0.1.4 |
1621 | 2024-07-03T17:45:45.447Z | Compiling proc-macro-error v1.0.4 |
1622 | 2024-07-03T17:45:45.521Z | Checking proptest v1.4.0 |
1623 | 2024-07-03T17:45:46.110Z | Checking camino-tempfile v1.1.1 |
1624 | 2024-07-03T17:45:46.195Z | Compiling darling_macro v0.20.9 |
1625 | 2024-07-03T17:45:46.322Z | Compiling structmeta v0.3.0 |
1626 | 2024-07-03T17:45:46.348Z | Checking tokio-rustls v0.25.0 |
1627 | 2024-07-03T17:45:46.375Z | Compiling proc-macro-crate v1.3.1 |
1628 | 2024-07-03T17:45:46.737Z | Compiling parse-display-derive v0.9.0 |
1629 | 2024-07-03T17:45:47.104Z | Compiling darling v0.20.9 |
1630 | 2024-07-03T17:45:47.217Z | Compiling serde_with_macros v3.8.1 |
1631 | 2024-07-03T17:45:47.392Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1632 | 2024-07-03T17:45:47.662Z | Compiling structmeta v0.2.0 |
1633 | 2024-07-03T17:45:47.742Z | Compiling num_enum_derive v0.5.11 |
1634 | 2024-07-03T17:45:48.088Z | Compiling test-strategy v0.3.1 |
1635 | 2024-07-03T17:45:49.588Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1636 | 2024-07-03T17:45:49.850Z | Compiling foreign-types-macros v0.2.3 |
1637 | 2024-07-03T17:45:49.912Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
1638 | 2024-07-03T17:45:49.962Z | Checking serde_with v3.8.1 |
1639 | 2024-07-03T17:45:50.131Z | Checking num_enum v0.5.11 |
1640 | 2024-07-03T17:45:50.156Z | Checking foreign-types-shared v0.3.1 |
1641 | 2024-07-03T17:45:50.411Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
1642 | 2024-07-03T17:45:50.444Z | Checking cstr-argument v0.1.2 |
1643 | 2024-07-03T17:45:50.610Z | Checking pretty-hex v0.2.1 |
1644 | 2024-07-03T17:45:50.764Z | Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1645 | 2024-07-03T17:45:50.930Z | Checking foreign-types v0.5.0 |
1646 | 2024-07-03T17:45:51.004Z | Checking tabwriter v1.4.0 |
1647 | 2024-07-03T17:45:51.032Z | Checking parse-display v0.9.0 |
1648 | 2024-07-03T17:45:51.056Z | Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1649 | 2024-07-03T17:45:51.219Z | Checking colored v2.1.0 |
1650 | 2024-07-03T17:45:51.244Z | Checking socket2 v0.4.10 |
1651 | 2024-07-03T17:45:51.271Z | Checking smf v0.2.3 |
1652 | 2024-07-03T17:45:51.330Z | Checking humantime v2.1.0 |
1653 | 2024-07-03T17:45:51.494Z | Checking termcolor v1.4.1 |
1654 | 2024-07-03T17:45:51.568Z | Checking arc-swap v1.7.1 |
1655 | 2024-07-03T17:45:51.601Z | Checking newline-converter v0.3.0 |
1656 | 2024-07-03T17:45:51.626Z | Checking xattr v1.3.1 |
1657 | 2024-07-03T17:45:51.681Z | Checking filetime v0.2.23 |
1658 | 2024-07-03T17:45:51.740Z | Checking same-file v1.0.6 |
1659 | 2024-07-03T17:45:51.799Z | Checking expectorate v1.1.0 |
1660 | 2024-07-03T17:45:51.873Z | Checking tar v0.4.40 |
1661 | 2024-07-03T17:45:51.899Z | Checking utf-8 v0.7.6 |
1662 | 2024-07-03T17:45:51.935Z | Checking walkdir v2.5.0 |
1663 | 2024-07-03T17:45:51.960Z | Checking termtree v0.4.1 |
1664 | 2024-07-03T17:45:51.984Z | Checking slog-scope v4.4.0 |
1665 | 2024-07-03T17:45:52.082Z | Compiling heapless v0.8.0 |
1666 | 2024-07-03T17:45:52.122Z | Checking predicates-tree v1.0.9 |
1667 | 2024-07-03T17:45:52.152Z | Checking slog-stdlog v4.1.1 |
1668 | 2024-07-03T17:45:52.195Z | Checking hash32 v0.3.1 |
1669 | 2024-07-03T17:45:52.266Z | Compiling smoltcp v0.11.0 |
1670 | 2024-07-03T17:45:52.312Z | Checking slog-envlogger v2.2.0 |
1671 | 2024-07-03T17:45:52.355Z | Compiling crucible-workspace-hack v0.1.0 |
1672 | 2024-07-03T17:45:52.531Z | Checking cobs v0.2.3 |
1673 | 2024-07-03T17:45:52.570Z | Checking embedded-io v0.4.0 |
1674 | 2024-07-03T17:45:52.665Z | Checking sigpipe v0.1.3 |
1675 | 2024-07-03T17:45:52.728Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=915975f6d1729db95619f752148974016912412f#915975f6) |
1676 | 2024-07-03T17:45:52.773Z | Checking postcard v1.0.8 |
1677 | 2024-07-03T17:45:52.798Z | Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=915975f6d1729db95619f752148974016912412f#915975f6) |
1678 | 2024-07-03T17:45:52.940Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=915975f6d1729db95619f752148974016912412f#915975f6) |
1679 | 2024-07-03T17:45:52.997Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#4ceaf96e) |
1680 | 2024-07-03T17:45:53.041Z | Checking pem v3.0.4 |
1681 | 2024-07-03T17:45:53.098Z | Checking poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
1682 | 2024-07-03T17:45:53.290Z | Checking tungstenite v0.20.1 |
1683 | 2024-07-03T17:45:53.315Z | Compiling zone_cfg_derive v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56) |
1684 | 2024-07-03T17:45:53.406Z | Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=5ebf9626e0ad274eb515d206d102cb09d2d51f15#5ebf9626) |
1685 | 2024-07-03T17:45:53.717Z | Compiling derive-where v1.2.7 |
1686 | 2024-07-03T17:45:53.742Z | Compiling mockall_derive v0.12.1 |
1687 | 2024-07-03T17:45:54.114Z | Compiling num-derive v0.4.2 |
1688 | 2024-07-03T17:45:54.650Z | Checking atty v0.2.14 |
1689 | 2024-07-03T17:45:54.766Z | Checking fragile v2.0.0 |
1690 | 2024-07-03T17:45:54.870Z | Checking downcast v0.11.0 |
1691 | 2024-07-03T17:45:54.939Z | Compiling typify-macro v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6) |
1692 | 2024-07-03T17:45:55.022Z | Checking zone v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56) |
1693 | 2024-07-03T17:45:55.052Z | Checking tokio-tungstenite v0.20.1 |
1694 | 2024-07-03T17:45:55.461Z | Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=5ebf9626e0ad274eb515d206d102cb09d2d51f15#5ebf9626) |
1695 | 2024-07-03T17:45:55.672Z | Checking tungstenite v0.21.0 |
1696 | 2024-07-03T17:45:55.697Z | Checking env_logger v0.9.3 |
1697 | 2024-07-03T17:45:56.070Z | Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=e10f8793f8414fdb9a165219f17e45fa014d088b#e10f8793) |
1698 | 2024-07-03T17:45:56.108Z | Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1699 | 2024-07-03T17:45:56.351Z | Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=915975f6d1729db95619f752148974016912412f#915975f6) |
1700 | 2024-07-03T17:45:56.412Z | Compiling bitstruct_derive v0.1.0 |
1701 | 2024-07-03T17:45:56.447Z | Checking tokio-tungstenite v0.21.0 |
1702 | 2024-07-03T17:45:56.474Z | Checking viona_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1703 | 2024-07-03T17:45:56.597Z | Checking ascii v1.1.0 |
1704 | 2024-07-03T17:45:56.876Z | Checking viona_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1705 | 2024-07-03T17:45:56.946Z | Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1706 | 2024-07-03T17:45:56.970Z | Checking rfb v0.1.0 (https://github.com/oxidecomputer/rfb?rev=0cac8d9c25eb27acfa35df80f3b9d371de98ab3b#0cac8d9c) |
1707 | 2024-07-03T17:45:57.032Z | Checking dladm v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1708 | 2024-07-03T17:45:57.179Z | Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1709 | 2024-07-03T17:45:57.285Z | Checking serde_arrays v0.1.0 |
1710 | 2024-07-03T17:45:57.423Z | Checking erased-serde v0.3.31 |
1711 | 2024-07-03T17:45:57.448Z | Compiling heck v0.3.3 |
1712 | 2024-07-03T17:45:57.581Z | Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=915975f6d1729db95619f752148974016912412f#915975f6) |
1713 | 2024-07-03T17:45:57.632Z | Checking bitstruct v0.1.1 |
1714 | 2024-07-03T17:45:57.759Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#4ceaf96e) |
1715 | 2024-07-03T17:45:57.789Z | Checking headers-core v0.2.0 |
1716 | 2024-07-03T17:45:57.856Z | Compiling zone_cfg_derive v0.1.2 |
1717 | 2024-07-03T17:45:57.923Z | Checking base64 v0.13.1 |
1718 | 2024-07-03T17:45:58.281Z | Checking ron v0.7.1 |
1719 | 2024-07-03T17:45:58.434Z | Checking propolis v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1720 | 2024-07-03T17:45:58.842Z | Compiling typify v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6) |
1721 | 2024-07-03T17:45:58.973Z | Compiling progenitor-impl v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
1722 | 2024-07-03T17:45:59.239Z | Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=915975f6d1729db95619f752148974016912412f#915975f6) |
1723 | 2024-07-03T17:45:59.320Z | Checking zone v0.1.8 |
1724 | 2024-07-03T17:45:59.499Z | Checking headers v0.3.9 |
1725 | 2024-07-03T17:45:59.593Z | Checking portpicker v0.1.1 |
1726 | 2024-07-03T17:45:59.721Z | Checking rcgen v0.12.1 |
1727 | 2024-07-03T17:45:59.890Z | Checking atomicwrites v0.4.3 |
1728 | 2024-07-03T17:46:00.065Z | Checking subprocess v0.2.9 |
1729 | 2024-07-03T17:46:00.333Z | Compiling convert_case v0.4.0 |
1730 | 2024-07-03T17:46:00.452Z | Checking password-hash v0.5.0 |
1731 | 2024-07-03T17:46:00.549Z | Checking blake2 v0.10.6 |
1732 | 2024-07-03T17:46:00.638Z | Checking mockall v0.12.1 |
1733 | 2024-07-03T17:46:00.807Z | Checking linked-hash-map v0.5.6 |
1734 | 2024-07-03T17:46:00.853Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
1735 | 2024-07-03T17:46:00.878Z | Compiling prettyplease v0.2.20 |
1736 | 2024-07-03T17:46:00.902Z | Checking swrite v0.1.0 |
1737 | 2024-07-03T17:46:00.961Z | Checking argon2 v0.5.3 |
1738 | 2024-07-03T17:46:01.011Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
1739 | 2024-07-03T17:46:01.098Z | Checking lru-cache v0.1.2 |
1740 | 2024-07-03T17:46:01.205Z | Compiling derive_more v0.99.17 |
1741 | 2024-07-03T17:46:01.335Z | Compiling rayon-core v1.12.1 |
1742 | 2024-07-03T17:46:01.588Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
1743 | 2024-07-03T17:46:01.588Z | Checking resolv-conf v0.7.0 |
1744 | 2024-07-03T17:46:01.636Z | Checking half v2.4.1 |
1745 | 2024-07-03T17:46:01.897Z | Checking trust-dns-resolver v0.22.0 |
1746 | 2024-07-03T17:46:01.922Z | Compiling semver v0.1.20 |
1747 | 2024-07-03T17:46:01.998Z | Checking ciborium-io v0.2.2 |
1748 | 2024-07-03T17:46:02.067Z | Compiling cancel-safe-futures v0.1.5 |
1749 | 2024-07-03T17:46:02.112Z | Checking ciborium-ll v0.2.2 |
1750 | 2024-07-03T17:46:02.350Z | Compiling rustc_version v0.1.7 |
1751 | 2024-07-03T17:46:02.375Z | Checking ciborium v0.2.2 |
1752 | 2024-07-03T17:46:02.827Z | Compiling newtype_derive v0.1.6 |
1753 | 2024-07-03T17:46:03.077Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
1754 | 2024-07-03T17:46:03.485Z | Checking num-rational v0.4.2 |
1755 | 2024-07-03T17:46:03.708Z | Checking num-complex v0.4.6 |
1756 | 2024-07-03T17:46:03.984Z | Compiling slog-dtrace v0.3.0 |
1757 | 2024-07-03T17:46:04.277Z | Checking signature v2.2.0 |
1758 | 2024-07-03T17:46:04.334Z | Checking float-ord v0.3.2 |
1759 | 2024-07-03T17:46:04.472Z | Checking steno v0.4.1 |
1760 | 2024-07-03T17:46:04.496Z | Checking num v0.4.3 |
1761 | 2024-07-03T17:46:06.036Z | Checking cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1762 | 2024-07-03T17:46:06.203Z | Compiling progenitor-macro v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
1763 | 2024-07-03T17:46:06.296Z | Checking propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1764 | 2024-07-03T17:46:07.409Z | Checking libsw v3.3.1 |
1765 | 2024-07-03T17:46:07.820Z | Checking owo-colors v4.0.0 |
1766 | 2024-07-03T17:46:07.927Z | Checking linear-map v1.2.0 |
1767 | 2024-07-03T17:46:09.336Z | Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
1768 | 2024-07-03T17:46:09.465Z | Checking nibble_vec v0.1.0 |
1769 | 2024-07-03T17:46:09.644Z | Checking endian-type v0.1.2 |
1770 | 2024-07-03T17:46:09.824Z | Checking radix_trie v0.2.1 |
1771 | 2024-07-03T17:46:10.170Z | Checking fxhash v0.2.1 |
1772 | 2024-07-03T17:46:10.221Z | Checking display-error-chain v0.2.0 |
1773 | 2024-07-03T17:46:10.323Z | Compiling home v0.5.9 |
1774 | 2024-07-03T17:46:10.352Z | Compiling radium v0.7.0 |
1775 | 2024-07-03T17:46:10.435Z | Checking tap v1.0.1 |
1776 | 2024-07-03T17:46:10.565Z | Compiling maybe-uninit v2.0.0 |
1777 | 2024-07-03T17:46:10.593Z | Checking wyz v0.5.1 |
1778 | 2024-07-03T17:46:10.930Z | Compiling bzip2-sys v0.1.11+1.0.8 |
1779 | 2024-07-03T17:46:11.105Z | Compiling num-bigint-dig v0.8.4 |
1780 | 2024-07-03T17:46:11.143Z | Checking funty v2.0.0 |
1781 | 2024-07-03T17:46:11.314Z | Checking crc-catalog v2.4.0 |
1782 | 2024-07-03T17:46:11.363Z | Compiling packed_struct v0.10.1 |
1783 | 2024-07-03T17:46:11.449Z | Checking crc v3.2.1 |
1784 | 2024-07-03T17:46:11.823Z | Compiling packed_struct_codegen v0.10.1 |
1785 | 2024-07-03T17:46:11.888Z | Compiling indexmap v1.9.3 |
1786 | 2024-07-03T17:46:11.966Z | Checking bitvec v1.0.1 |
1787 | 2024-07-03T17:46:12.130Z | Checking nodrop v0.1.14 |
1788 | 2024-07-03T17:46:12.237Z | Checking array-init v0.0.4 |
1789 | 2024-07-03T17:46:12.632Z | Checking smallvec v0.6.14 |
1790 | 2024-07-03T17:46:13.079Z | Checking pkcs1 v0.7.5 |
1791 | 2024-07-03T17:46:13.104Z | Compiling blake3 v1.5.1 |
1792 | 2024-07-03T17:46:13.423Z | Compiling ring v0.16.20 |
1793 | 2024-07-03T17:46:13.602Z | Checking hashbrown v0.12.3 |
1794 | 2024-07-03T17:46:13.971Z | Checking bitfield v0.14.0 |
1795 | 2024-07-03T17:46:14.318Z | Checking serde-hex v0.1.0 |
1796 | 2024-07-03T17:46:14.635Z | Checking bzip2 v0.4.4 |
1797 | 2024-07-03T17:46:14.869Z | Checking rsa v0.9.6 |
1798 | 2024-07-03T17:46:14.920Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
1799 | 2024-07-03T17:46:15.145Z | Checking env_logger v0.10.2 |
1800 | 2024-07-03T17:46:15.170Z | Checking x509-cert v0.2.5 |
1801 | 2024-07-03T17:46:15.537Z | Checking ron v0.8.1 |
1802 | 2024-07-03T17:46:15.773Z | Checking hashbrown v0.13.2 |
1803 | 2024-07-03T17:46:16.542Z | Checking crc-any v2.5.0 |
1804 | 2024-07-03T17:46:16.568Z | Checking zip v0.6.6 |
1805 | 2024-07-03T17:46:16.615Z | Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
1806 | 2024-07-03T17:46:16.658Z | Checking object v0.30.4 |
1807 | 2024-07-03T17:46:16.770Z | Checking path-slash v0.1.5 |
1808 | 2024-07-03T17:46:16.857Z | Compiling async-recursion v1.1.1 |
1809 | 2024-07-03T17:46:16.881Z | Checking gethostname v0.4.3 |
1810 | 2024-07-03T17:46:16.906Z | Compiling parking_lot_core v0.8.6 |
1811 | 2024-07-03T17:46:17.022Z | Compiling libefi-sys v0.1.0 |
1812 | 2024-07-03T17:46:17.175Z | Checking maplit v1.0.2 |
1813 | 2024-07-03T17:46:17.294Z | Compiling bitfield-struct v0.6.1 |
1814 | 2024-07-03T17:46:17.334Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c) |
1815 | 2024-07-03T17:46:17.450Z | Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
1816 | 2024-07-03T17:46:17.721Z | Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
1817 | 2024-07-03T17:46:17.827Z | Compiling crossbeam-deque v0.8.5 |
1818 | 2024-07-03T17:46:18.028Z | Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
1819 | 2024-07-03T17:46:18.129Z | Checking keccak v0.1.5 |
1820 | 2024-07-03T17:46:18.417Z | Checking sha3 v0.10.8 |
1821 | 2024-07-03T17:46:18.556Z | Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
1822 | 2024-07-03T17:46:18.761Z | Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
1823 | 2024-07-03T17:46:19.078Z | Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
1824 | 2024-07-03T17:46:19.142Z | Checking parking_lot v0.11.2 |
1825 | 2024-07-03T17:46:19.198Z | Checking trust-dns-client v0.22.0 |
1826 | 2024-07-03T17:46:19.223Z | Checking toml v0.5.11 |
1827 | 2024-07-03T17:46:19.455Z | Checking secrecy v0.8.0 |
1828 | 2024-07-03T17:46:19.495Z | Checking sled v0.34.7 |
1829 | 2024-07-03T17:46:19.628Z | Compiling rayon v1.10.0 |
1830 | 2024-07-03T17:46:20.257Z | Compiling memmap2 v0.9.4 |
1831 | 2024-07-03T17:46:20.454Z | Checking trust-dns-server v0.22.1 |
1832 | 2024-07-03T17:46:20.480Z | Compiling spin v0.5.2 |
1833 | 2024-07-03T17:46:20.647Z | Compiling untrusted v0.7.1 |
1834 | 2024-07-03T17:46:20.693Z | Compiling constant_time_eq v0.3.0 |
1835 | 2024-07-03T17:46:20.833Z | Compiling buf-list v1.0.3 |
1836 | 2024-07-03T17:46:20.864Z | Compiling arrayvec v0.7.4 |
1837 | 2024-07-03T17:46:21.229Z | Compiling arrayref v0.3.7 |
1838 | 2024-07-03T17:46:21.875Z | Compiling toolchain_find v0.4.0 |
1839 | 2024-07-03T17:46:22.140Z | Checking progenitor v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
1840 | 2024-07-03T17:46:22.331Z | Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=6e0a232fd0b443c19f61f94bf02b7695505aa8e3#6e0a232f) |
1841 | 2024-07-03T17:46:22.465Z | Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1842 | 2024-07-03T17:46:22.490Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
1843 | 2024-07-03T17:46:22.722Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
1844 | 2024-07-03T17:46:23.673Z | Compiling topological-sort v0.2.2 |
1845 | 2024-07-03T17:46:23.871Z | Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
1846 | 2024-07-03T17:46:24.616Z | Compiling omicron-zone-package v0.11.0 |
1847 | 2024-07-03T17:46:25.001Z | Compiling rustfmt-wrapper v0.2.1 |
1848 | 2024-07-03T17:46:25.560Z | Checking glob v0.3.1 |
1849 | 2024-07-03T17:46:25.771Z | Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=6e0a232fd0b443c19f61f94bf02b7695505aa8e3#6e0a232f) |
1850 | 2024-07-03T17:46:25.843Z | Compiling curve25519-dalek v4.1.3 |
1851 | 2024-07-03T17:46:25.936Z | Checking libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?rev=e69694a1f7cc9fe31fab27f321017280531fb5f7#e69694a1) |
1852 | 2024-07-03T17:46:26.344Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
1853 | 2024-07-03T17:46:26.371Z | Checking universal-hash v0.5.1 |
1854 | 2024-07-03T17:46:26.532Z | Checking opaque-debug v0.3.1 |
1855 | 2024-07-03T17:46:26.718Z | Compiling curve25519-dalek-derive v0.1.1 |
1856 | 2024-07-03T17:46:26.922Z | Checking lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
1857 | 2024-07-03T17:46:27.775Z | Checking aead v0.5.2 |
1858 | 2024-07-03T17:46:27.972Z | Compiling pin-project-internal v1.1.5 |
1859 | 2024-07-03T17:46:28.149Z | Compiling vte_generate_state_changes v0.1.1 |
1860 | 2024-07-03T17:46:28.576Z | Checking hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#943c4bbe) |
1861 | 2024-07-03T17:46:28.679Z | Compiling unicase v2.7.0 |
1862 | 2024-07-03T17:46:29.118Z | Checking vte v0.11.1 |
1863 | 2024-07-03T17:46:29.169Z | Checking poly1305 v0.8.0 |
1864 | 2024-07-03T17:46:29.598Z | Checking chacha20 v0.9.1 |
1865 | 2024-07-03T17:46:29.637Z | Checking fd-lock v4.0.2 |
1866 | 2024-07-03T17:46:29.812Z | Compiling thiserror-impl-no-std v2.0.2 |
1867 | 2024-07-03T17:46:29.911Z | Checking nanorand v0.7.0 |
1868 | 2024-07-03T17:46:30.021Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
1869 | 2024-07-03T17:46:30.247Z | Checking strip-ansi-escapes v0.2.0 |
1870 | 2024-07-03T17:46:30.271Z | Checking flume v0.11.0 |
1871 | 2024-07-03T17:46:30.296Z | Checking kstat-rs v0.2.4 |
1872 | 2024-07-03T17:46:30.329Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
1873 | 2024-07-03T17:46:30.394Z | Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
1874 | 2024-07-03T17:46:30.599Z | Checking nu-ansi-term v0.50.0 |
1875 | 2024-07-03T17:46:30.627Z | Checking pin-project v1.1.5 |
1876 | 2024-07-03T17:46:30.719Z | Checking chacha20poly1305 v0.10.1 |
1877 | 2024-07-03T17:46:30.760Z | Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=e10f8793f8414fdb9a165219f17e45fa014d088b#e10f8793) |
1878 | 2024-07-03T17:46:30.900Z | Compiling crunchy v0.2.2 |
1879 | 2024-07-03T17:46:30.968Z | Checking reedline v0.31.0 |
1880 | 2024-07-03T17:46:31.082Z | Compiling mime_guess v2.0.4 |
1881 | 2024-07-03T17:46:31.376Z | Compiling clang-sys v1.7.0 |
1882 | 2024-07-03T17:46:31.673Z | Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=5ebf9626e0ad274eb515d206d102cb09d2d51f15#5ebf9626) |
1883 | 2024-07-03T17:46:31.976Z | Compiling tiny-keccak v2.0.2 |
1884 | 2024-07-03T17:46:32.407Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
1885 | 2024-07-03T17:46:32.569Z | Compiling memoffset v0.9.1 |
1886 | 2024-07-03T17:46:32.644Z | Checking bytecount v0.6.8 |
1887 | 2024-07-03T17:46:32.669Z | Checking thiserror-no-std v2.0.2 |
1888 | 2024-07-03T17:46:32.784Z | Checking vsss-rs v3.3.4 |
1889 | 2024-07-03T17:46:32.810Z | Compiling ref-cast v1.0.23 |
1890 | 2024-07-03T17:46:32.968Z | Checking papergrid v0.11.0 |
1891 | 2024-07-03T17:46:33.804Z | Compiling ascii-canvas v3.0.0 |
1892 | 2024-07-03T17:46:33.869Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
1893 | 2024-07-03T17:46:34.143Z | Compiling tabled_derive v0.7.0 |
1894 | 2024-07-03T17:46:34.350Z | Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=5ebf9626e0ad274eb515d206d102cb09d2d51f15#5ebf9626) |
1895 | 2024-07-03T17:46:34.514Z | Compiling snafu-derive v0.8.2 |
1896 | 2024-07-03T17:46:34.580Z | Compiling ref-cast-impl v1.0.23 |
1897 | 2024-07-03T17:46:35.201Z | Compiling ena v0.14.3 |
1898 | 2024-07-03T17:46:35.557Z | Compiling libloading v0.8.3 |
1899 | 2024-07-03T17:46:35.584Z | Compiling regex-syntax v0.6.29 |
1900 | 2024-07-03T17:46:35.608Z | Compiling diff v0.1.13 |
1901 | 2024-07-03T17:46:35.946Z | Checking http-range v0.1.5 |
1902 | 2024-07-03T17:46:36.113Z | Compiling bindgen v0.69.4 |
1903 | 2024-07-03T17:46:36.229Z | Checking hyper-staticfile v0.9.5 |
1904 | 2024-07-03T17:46:36.325Z | Checking tabled v0.15.0 |
1905 | 2024-07-03T17:46:36.888Z | Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=5ebf9626e0ad274eb515d206d102cb09d2d51f15#5ebf9626) |
1906 | 2024-07-03T17:46:37.897Z | Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
1907 | 2024-07-03T17:46:38.989Z | Checking illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
1908 | 2024-07-03T17:46:39.597Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
1909 | 2024-07-03T17:46:40.546Z | Compiling oximeter-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/impl) |
1910 | 2024-07-03T17:46:40.587Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
1911 | 2024-07-03T17:46:42.224Z | Checking internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns) |
1912 | 2024-07-03T17:46:43.289Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
1913 | 2024-07-03T17:46:43.983Z | Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
1914 | 2024-07-03T17:46:44.580Z | Checking snafu v0.8.2 |
1915 | 2024-07-03T17:46:45.035Z | Compiling lalrpop v0.19.12 |
1916 | 2024-07-03T17:46:45.060Z | Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
1917 | 2024-07-03T17:46:46.102Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
1918 | 2024-07-03T17:46:46.187Z | Compiling which v4.4.2 |
1919 | 2024-07-03T17:46:46.727Z | Checking globset v0.4.14 |
1920 | 2024-07-03T17:46:47.173Z | Checking olpc-cjson v0.1.3 |
1921 | 2024-07-03T17:46:47.368Z | Compiling cexpr v0.6.0 |
1922 | 2024-07-03T17:46:47.968Z | Checking serde_plain v1.0.2 |
1923 | 2024-07-03T17:46:48.204Z | Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=c85a4ca043aaa389df12aac5348d8a3feda28762#c85a4ca0) |
1924 | 2024-07-03T17:46:48.444Z | Compiling shlex v1.3.0 |
1925 | 2024-07-03T17:46:48.830Z | Compiling rustc-hash v1.1.0 |
1926 | 2024-07-03T17:46:48.947Z | Compiling cfg_aliases v0.1.1 |
1927 | 2024-07-03T17:46:48.987Z | Compiling lazycell v1.3.0 |
1928 | 2024-07-03T17:46:49.070Z | Checking typed-path v0.7.1 |
1929 | 2024-07-03T17:46:49.163Z | Compiling salty v0.2.0 |
1930 | 2024-07-03T17:46:49.602Z | Checking signature v1.6.4 |
1931 | 2024-07-03T17:46:49.739Z | Checking ed25519 v1.5.3 |
1932 | 2024-07-03T17:46:49.927Z | Compiling nix v0.28.0 |
1933 | 2024-07-03T17:46:50.123Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
1934 | 2024-07-03T17:46:50.673Z | Checking nix v0.27.1 |
1935 | 2024-07-03T17:46:50.698Z | Checking tough v0.17.1 |
1936 | 2024-07-03T17:46:52.328Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
1937 | 2024-07-03T17:46:54.250Z | Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
1938 | 2024-07-03T17:46:54.667Z | Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
1939 | 2024-07-03T17:46:55.004Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
1940 | 2024-07-03T17:46:55.115Z | Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
1941 | 2024-07-03T17:46:55.197Z | Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
1942 | 2024-07-03T17:46:56.087Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
1943 | 2024-07-03T17:46:56.332Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
1944 | 2024-07-03T17:46:56.407Z | Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
1945 | 2024-07-03T17:46:56.594Z | Compiling derive_builder_core v0.20.0 |
1946 | 2024-07-03T17:46:56.653Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
1947 | 2024-07-03T17:46:56.798Z | Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
1948 | 2024-07-03T17:46:58.326Z | Checking serde-big-array v0.5.1 |
1949 | 2024-07-03T17:46:58.357Z | Compiling hubpack_derive v0.1.0 (https://github.com/cbiffle/hubpack.git?rev=df08cc3a6e1f97381cd0472ae348e310f0119e25#df08cc3a) |
1950 | 2024-07-03T17:46:58.533Z | Compiling libxml v0.3.3 |
1951 | 2024-07-03T17:46:58.743Z | Checking parse-size v1.0.0 |
1952 | 2024-07-03T17:46:58.827Z | Compiling derive_builder_macro v0.20.0 |
1953 | 2024-07-03T17:46:59.218Z | Checking hubpack v0.1.0 (https://github.com/cbiffle/hubpack.git?rev=df08cc3a6e1f97381cd0472ae348e310f0119e25#df08cc3a) |
1954 | 2024-07-03T17:46:59.430Z | Checking signal-hook-tokio v0.3.1 |
1955 | 2024-07-03T17:46:59.505Z | Checking serde-big-array v0.4.1 |
1956 | 2024-07-03T17:46:59.583Z | Compiling strum_macros v0.24.3 |
1957 | 2024-07-03T17:46:59.614Z | Compiling cookie v0.18.1 |
1958 | 2024-07-03T17:46:59.688Z | Compiling indoc v1.0.9 |
1959 | 2024-07-03T17:46:59.712Z | Checking derive_builder v0.20.0 |
1960 | 2024-07-03T17:46:59.861Z | Checking sprockets-common v0.1.0 (https://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef) |
1961 | 2024-07-03T17:47:00.595Z | Checking tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
1962 | 2024-07-03T17:47:00.871Z | Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
1963 | 2024-07-03T17:47:02.074Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
1964 | 2024-07-03T17:47:02.172Z | Compiling peg-macros v0.8.3 |
1965 | 2024-07-03T17:47:02.318Z | Checking quick-xml v0.31.0 |
1966 | 2024-07-03T17:47:02.796Z | Compiling oso-derive v0.27.3 |
1967 | 2024-07-03T17:47:02.918Z | Compiling impl-trait-for-tuples v0.2.2 |
1968 | 2024-07-03T17:47:03.708Z | Compiling sqlparser_derive v0.2.2 |
1969 | 2024-07-03T17:47:04.120Z | Checking unicode_categories v0.1.1 |
1970 | 2024-07-03T17:47:04.387Z | Checking corncobs v0.1.3 |
1971 | 2024-07-03T17:47:04.682Z | Checking heck v0.4.1 |
1972 | 2024-07-03T17:47:04.707Z | Checking rustyline v14.0.0 |
1973 | 2024-07-03T17:47:04.880Z | Checking openapi-lint v0.4.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#ef442ee4) |
1974 | 2024-07-03T17:47:05.235Z | Checking sqlparser v0.45.0 |
1975 | 2024-07-03T17:47:05.304Z | Checking peg v0.8.3 |
1976 | 2024-07-03T17:47:05.405Z | Checking sprockets-rot v0.1.0 (https://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef) |
1977 | 2024-07-03T17:47:05.584Z | Checking sqlformat v0.2.3 |
1978 | 2024-07-03T17:47:06.505Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
1979 | 2024-07-03T17:47:07.574Z | Checking bcs v0.1.6 |
1980 | 2024-07-03T17:47:07.986Z | Compiling diesel-dtrace v0.3.0 (https://github.com/oxidecomputer/diesel-dtrace?branch=main#62ef5ca0) |
1981 | 2024-07-03T17:47:08.011Z | Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
1982 | 2024-07-03T17:47:08.255Z | Checking highway v1.1.0 |
1983 | 2024-07-03T17:47:08.693Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
1984 | 2024-07-03T17:47:08.937Z | Compiling const_format_proc_macros v0.2.32 |
1985 | 2024-07-03T17:47:09.482Z | Checking bb8 v0.8.3 |
1986 | 2024-07-03T17:47:09.889Z | Checking async-bb8-diesel v0.1.0 (https://github.com/oxidecomputer/async-bb8-diesel?rev=ed7ab5ef0513ba303d33efd41d3e9e381169d59b#ed7ab5ef) |
1987 | 2024-07-03T17:47:10.760Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
1988 | 2024-07-03T17:47:10.920Z | Checking const_format v0.2.32 |
1989 | 2024-07-03T17:47:11.318Z | Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
1990 | 2024-07-03T17:47:12.200Z | Checking assert_matches v1.5.0 |
1991 | 2024-07-03T17:47:12.305Z | Compiling portable-atomic v1.6.0 |
1992 | 2024-07-03T17:47:12.401Z | Checking rand_seeder v0.2.3 |
1993 | 2024-07-03T17:47:12.623Z | Checking number_prefix v0.4.0 |
1994 | 2024-07-03T17:47:12.807Z | Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
1995 | 2024-07-03T17:47:13.008Z | Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
1996 | 2024-07-03T17:47:13.242Z | Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
1997 | 2024-07-03T17:47:13.329Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
1998 | 2024-07-03T17:47:13.457Z | Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
1999 | 2024-07-03T17:47:14.069Z | Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
2000 | 2024-07-03T17:47:14.235Z | Checking indicatif v0.17.8 |
2001 | 2024-07-03T17:47:14.626Z | Checking castaway v0.2.2 |
2002 | 2024-07-03T17:47:14.781Z | Checking compact_str v0.7.1 |
2003 | 2024-07-03T17:47:14.935Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
2004 | 2024-07-03T17:47:15.040Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
2005 | 2024-07-03T17:47:15.188Z | Checking lru v0.12.3 |
2006 | 2024-07-03T17:47:15.286Z | Compiling stability v0.2.0 |
2007 | 2024-07-03T17:47:15.432Z | Compiling indoc v2.0.5 |
2008 | 2024-07-03T17:47:15.456Z | Checking cassowary v0.3.0 |
2009 | 2024-07-03T17:47:15.880Z | Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
2010 | 2024-07-03T17:47:16.159Z | Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
2011 | 2024-07-03T17:47:16.390Z | Checking ratatui v0.26.2 |
2012 | 2024-07-03T17:47:17.349Z | Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
2013 | 2024-07-03T17:47:18.519Z | Checking unicode-linebreak v0.1.5 |
2014 | 2024-07-03T17:47:18.576Z | Checking smawk v0.3.2 |
2015 | 2024-07-03T17:47:18.682Z | Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2016 | 2024-07-03T17:47:18.796Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
2017 | 2024-07-03T17:47:18.929Z | Checking textwrap v0.16.1 |
2018 | 2024-07-03T17:47:19.087Z | Checking is_ci v1.2.0 |
2019 | 2024-07-03T17:47:19.144Z | Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
2020 | 2024-07-03T17:47:19.238Z | Checking supports-color v3.0.0 |
2021 | 2024-07-03T17:47:19.362Z | Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=e10f8793f8414fdb9a165219f17e45fa014d088b#e10f8793) |
2022 | 2024-07-03T17:47:19.435Z | Checking fatfs v0.3.6 |
2023 | 2024-07-03T17:47:19.808Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2024 | 2024-07-03T17:47:20.408Z | Checking shell-words v1.1.0 |
2025 | 2024-07-03T17:47:20.624Z | Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
2026 | 2024-07-03T17:47:20.880Z | Checking cargo-platform v0.1.8 |
2027 | 2024-07-03T17:47:21.161Z | Checking rtoolbox v0.0.2 |
2028 | 2024-07-03T17:47:21.346Z | Compiling getrandom v0.1.16 |
2029 | 2024-07-03T17:47:22.045Z | Checking rpassword v7.3.1 |
2030 | 2024-07-03T17:47:22.191Z | Checking cargo_metadata v0.18.1 |
2031 | 2024-07-03T17:47:23.605Z | Checking tui-tree-widget v0.19.0 |
2032 | 2024-07-03T17:47:23.784Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
2033 | 2024-07-03T17:47:24.159Z | Checking tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous) |
2034 | 2024-07-03T17:47:25.147Z | Checking rfc6979 v0.4.0 |
2035 | 2024-07-03T17:47:25.881Z | Checking ecdsa v0.16.9 |
2036 | 2024-07-03T17:47:26.067Z | Checking rand_core v0.5.1 |
2037 | 2024-07-03T17:47:26.353Z | Checking primeorder v0.13.6 |
2038 | 2024-07-03T17:47:26.565Z | Checking yansi v0.5.1 |
2039 | 2024-07-03T17:47:26.779Z | Checking option-ext v0.2.0 |
2040 | 2024-07-03T17:47:26.906Z | Checking dirs-sys v0.4.1 |
2041 | 2024-07-03T17:47:27.037Z | Checking pretty_assertions v1.4.0 |
2042 | 2024-07-03T17:47:27.085Z | Checking rand_chacha v0.2.2 |
2043 | 2024-07-03T17:47:27.229Z | Checking polyval v0.6.2 |
2044 | 2024-07-03T17:47:27.389Z | Checking ed25519 v2.2.3 |
2045 | 2024-07-03T17:47:27.480Z | Checking blowfish v0.9.1 |
2046 | 2024-07-03T17:47:27.628Z | Checking aes v0.8.4 |
2047 | 2024-07-03T17:47:27.722Z | Checking ctr v0.9.2 |
2048 | 2024-07-03T17:47:27.982Z | Checking password-hash v0.4.2 |
2049 | 2024-07-03T17:47:28.117Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
2050 | 2024-07-03T17:47:28.401Z | Checking pbkdf2 v0.12.2 |
2051 | 2024-07-03T17:47:28.425Z | Checking plotters-backend v0.3.5 |
2052 | 2024-07-03T17:47:28.569Z | Checking hex-literal v0.4.1 |
2053 | 2024-07-03T17:47:28.696Z | Checking bcrypt-pbkdf v0.10.0 |
2054 | 2024-07-03T17:47:28.757Z | Checking plotters-svg v0.3.5 |
2055 | 2024-07-03T17:47:28.929Z | Checking pbkdf2 v0.11.0 |
2056 | 2024-07-03T17:47:28.958Z | Checking ed25519-dalek v2.1.1 |
2057 | 2024-07-03T17:47:29.219Z | Checking ghash v0.5.1 |
2058 | 2024-07-03T17:47:29.273Z | Checking rand v0.7.3 |
2059 | 2024-07-03T17:47:29.388Z | Checking dirs v5.0.1 |
2060 | 2024-07-03T17:47:29.524Z | Checking p521 v0.13.3 |
2061 | 2024-07-03T17:47:30.482Z | Checking p256 v0.13.2 |
2062 | 2024-07-03T17:47:30.679Z | Compiling nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros) |
2063 | 2024-07-03T17:47:30.879Z | Checking cbc v0.1.2 |
2064 | 2024-07-03T17:47:31.081Z | Checking russh-cryptovec v0.7.2 |
2065 | 2024-07-03T17:47:31.276Z | Checking cast v0.3.0 |
2066 | 2024-07-03T17:47:31.550Z | Compiling doc-comment v0.3.3 |
2067 | 2024-07-03T17:47:31.924Z | Compiling target-lexicon v0.12.14 |
2068 | 2024-07-03T17:47:32.081Z | Checking md5 v0.7.0 |
2069 | 2024-07-03T17:47:32.327Z | Checking russh-keys v0.43.0 |
2070 | 2024-07-03T17:47:33.072Z | Checking criterion-plot v0.5.0 |
2071 | 2024-07-03T17:47:33.437Z | Checking aes-gcm v0.10.3 |
2072 | 2024-07-03T17:47:33.540Z | Checking plotters v0.3.5 |
2073 | 2024-07-03T17:47:33.667Z | Checking http-body v1.0.0 |
2074 | 2024-07-03T17:47:33.871Z | Checking tinytemplate v1.2.1 |
2075 | 2024-07-03T17:47:34.025Z | Checking csv-core v0.1.11 |
2076 | 2024-07-03T17:47:34.267Z | Checking tower-layer v0.3.2 |
2077 | 2024-07-03T17:47:34.363Z | Compiling dhcproto-macros v0.1.0 |
2078 | 2024-07-03T17:47:34.521Z | Checking anes v0.1.6 |
2079 | 2024-07-03T17:47:34.898Z | Compiling assert_cmd v2.0.14 |
2080 | 2024-07-03T17:47:35.138Z | Checking regex-automata v0.1.10 |
2081 | 2024-07-03T17:47:35.300Z | Compiling guppy-workspace-hack v0.1.0 |
2082 | 2024-07-03T17:47:35.325Z | Checking oorandom v11.1.3 |
2083 | 2024-07-03T17:47:35.483Z | Checking criterion v0.5.1 |
2084 | 2024-07-03T17:47:35.560Z | Checking bstr v0.2.17 |
2085 | 2024-07-03T17:47:35.646Z | Checking dhcproto v0.11.0 |
2086 | 2024-07-03T17:47:36.310Z | Checking tower v0.4.13 |
2087 | 2024-07-03T17:47:36.894Z | Checking csv v1.3.0 |
2088 | 2024-07-03T17:47:36.995Z | Checking hyper v1.3.1 |
2089 | 2024-07-03T17:47:37.658Z | Checking russh v0.43.0 |
2090 | 2024-07-03T17:47:38.087Z | Checking installinator-artifactd v0.1.0 (/work/oxidecomputer/omicron/installinator-artifactd) |
2091 | 2024-07-03T17:47:38.425Z | Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
2092 | 2024-07-03T17:47:39.041Z | Compiling target-spec v3.1.0 |
2093 | 2024-07-03T17:47:39.280Z | Checking internet-checksum v0.2.1 |
2094 | 2024-07-03T17:47:40.001Z | Checking cfg-expr v0.15.8 |
2095 | 2024-07-03T17:47:40.943Z | Checking hyper-util v0.1.3 |
2096 | 2024-07-03T17:47:41.017Z | Checking httptest v0.15.5 |
2097 | 2024-07-03T17:47:41.144Z | Checking installinator-artifact-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-artifact-client) |
2098 | 2024-07-03T17:47:41.656Z | Checking rustls-native-certs v0.7.0 |
2099 | 2024-07-03T17:47:42.282Z | Checking hyper-rustls v0.26.0 |
2100 | 2024-07-03T17:47:42.883Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
2101 | 2024-07-03T17:47:43.130Z | Checking pathdiff v0.2.1 |
2102 | 2024-07-03T17:47:43.273Z | Checking threadpool v1.8.1 |
2103 | 2024-07-03T17:47:43.452Z | Checking escape8259 v0.5.2 |
2104 | 2024-07-03T17:47:43.624Z | Checking nested v0.1.1 |
2105 | 2024-07-03T17:47:43.648Z | Checking libtest-mimic v0.7.3 |
2106 | 2024-07-03T17:47:43.824Z | Checking guppy v0.17.5 |
2107 | 2024-07-03T17:47:44.086Z | Checking similar-asserts v1.5.0 |
2108 | 2024-07-03T17:47:44.306Z | Checking fancy-regex v0.13.0 |
2109 | 2024-07-03T17:47:44.894Z | Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
2110 | 2024-07-03T17:47:44.963Z | Compiling rstest_macros v0.19.0 |
2111 | 2024-07-03T17:47:45.515Z | Checking datatest-stable v0.2.9 |
2112 | 2024-07-03T17:47:45.668Z | Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
2113 | 2024-07-03T17:47:45.763Z | Checking blake2b_simd v1.0.2 |
2114 | 2024-07-03T17:47:46.455Z | Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
2115 | 2024-07-03T17:47:46.694Z | Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli) |
2116 | 2024-07-03T17:47:46.788Z | Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
2117 | 2024-07-03T17:47:47.132Z | Compiling trybuild v1.0.96 |
2118 | 2024-07-03T17:47:47.382Z | Compiling relative-path v1.9.3 |
2119 | 2024-07-03T17:47:47.607Z | Checking rust-argon2 v2.1.0 |
2120 | 2024-07-03T17:47:47.987Z | Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
2121 | 2024-07-03T17:47:49.376Z | Checking multimap v0.10.0 |
2122 | 2024-07-03T17:47:49.644Z | Checking futures-timer v3.0.3 |
2123 | 2024-07-03T17:47:51.098Z | Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
2124 | 2024-07-03T17:47:51.845Z | Checking partial-io v0.5.4 |
2125 | 2024-07-03T17:47:52.192Z | Checking cargo_toml v0.20.3 |
2126 | 2024-07-03T17:47:53.877Z | Checking rand_distr v0.4.3 |
2127 | 2024-07-03T17:47:54.576Z | Checking approx v0.5.1 |
2128 | 2024-07-03T17:47:54.796Z | Checking termios v0.3.3 |
2129 | 2024-07-03T17:47:54.994Z | Checking uzers v0.11.3 |
2130 | 2024-07-03T17:47:55.283Z | Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
2131 | 2024-07-03T17:47:55.905Z | Checking rstest v0.19.0 |
2132 | 2024-07-03T17:47:57.663Z | Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli) |
2133 | 2024-07-03T17:47:59.216Z | Checking end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
2134 | 2024-07-03T17:47:59.973Z | Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
2135 | 2024-07-03T17:48:07.072Z | Compiling samael v0.0.15 |
2136 | 2024-07-03T17:48:10.158Z | Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng) |
2137 | 2024-07-03T17:48:34.121Z | Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns-cli) |
2138 | 2024-07-03T17:48:35.307Z | Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed) |
2139 | 2024-07-03T17:48:43.780Z | Compiling polar-core v0.27.3 |
2140 | 2024-07-03T17:48:53.416Z | Checking oso v0.27.3 |
2141 | 2024-07-03T17:49:35.643Z | Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
2142 | 2024-07-03T17:49:35.643Z | Checking nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
2143 | 2024-07-03T17:49:35.668Z | Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
2144 | 2024-07-03T17:51:12.820Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 7m 05s |
2145 | 2024-07-03T17:51:13.129Z | |
2146 | 2024-07-03T17:51:13.129Z | real 7:17.278339059 |
2147 | 2024-07-03T17:51:13.129Z | user 36:07.437614462 |
2148 | 2024-07-03T17:51:13.154Z | sys 6:33.567894827 |
2149 | 2024-07-03T17:51:13.154Z | trap 1.162992695 |
2150 | 2024-07-03T17:51:13.154Z | tflt 0.467525851 |
2151 | 2024-07-03T17:51:13.154Z | dflt 0.735119012 |
2152 | 2024-07-03T17:51:13.154Z | kflt 0.001456518 |
2153 | 2024-07-03T17:51:13.154Z | lock 1:51:01.317992709 |
2154 | 2024-07-03T17:51:13.154Z | slp 1:56:15.630649565 |
2155 | 2024-07-03T17:51:13.154Z | lat 1:53.277129651 |
2156 | 2024-07-03T17:51:13.154Z | stop 5:48.620436695 |
2157 | 2024-07-03T17:51:13.154Z | + RUSTDOCFLAGS='--document-private-items -D warnings' |
2158 | 2024-07-03T17:51:13.154Z | + ptime -m cargo doc --workspace --no-deps |
2159 | 2024-07-03T17:51:14.415Z | warning: output filename collision. |
2160 | 2024-07-03T17:51:14.415Z | 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)`. |
2161 | 2024-07-03T17:51:14.415Z | Colliding filename is: /work/oxidecomputer/omicron/target/doc/oximeter/index.html |
2162 | 2024-07-03T17:51:14.415Z | The targets should have unique names. |
2163 | 2024-07-03T17:51:14.415Z | This is a known bug where multiple crates with the same name use |
2164 | 2024-07-03T17:51:14.415Z | the same path; see <https://github.com/rust-lang/cargo/issues/6313>. |
2165 | 2024-07-03T17:51:15.033Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2166 | 2024-07-03T17:51:15.062Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2167 | 2024-07-03T17:51:15.107Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
2168 | 2024-07-03T17:51:15.132Z | Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
2169 | 2024-07-03T17:51:15.157Z | Documenting xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
2170 | 2024-07-03T17:51:15.157Z | Documenting omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2171 | 2024-07-03T17:51:15.284Z | Documenting omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2172 | 2024-07-03T17:51:15.379Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
2173 | 2024-07-03T17:51:15.403Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
2174 | 2024-07-03T17:51:15.428Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2175 | 2024-07-03T17:51:15.428Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2176 | 2024-07-03T17:51:15.601Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2177 | 2024-07-03T17:51:15.690Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2178 | 2024-07-03T17:51:15.818Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2179 | 2024-07-03T17:51:16.075Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2180 | 2024-07-03T17:51:16.103Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2181 | 2024-07-03T17:51:17.048Z | Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2182 | 2024-07-03T17:51:18.941Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
2183 | 2024-07-03T17:51:19.044Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
2184 | 2024-07-03T17:51:19.224Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
2185 | 2024-07-03T17:51:19.467Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
2186 | 2024-07-03T17:51:19.491Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
2187 | 2024-07-03T17:51:19.729Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
2188 | 2024-07-03T17:51:19.955Z | Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2189 | 2024-07-03T17:51:20.002Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2190 | 2024-07-03T17:51:20.309Z | Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
2191 | 2024-07-03T17:51:20.511Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
2192 | 2024-07-03T17:51:20.736Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
2193 | 2024-07-03T17:51:20.917Z | Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
2194 | 2024-07-03T17:51:21.024Z | Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
2195 | 2024-07-03T17:51:21.245Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
2196 | 2024-07-03T17:51:21.489Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
2197 | 2024-07-03T17:51:21.781Z | Documenting dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2198 | 2024-07-03T17:51:21.965Z | Documenting db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
2199 | 2024-07-03T17:51:22.077Z | Documenting authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
2200 | 2024-07-03T17:51:23.899Z | Checking illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2201 | 2024-07-03T17:51:25.580Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2202 | 2024-07-03T17:51:26.312Z | Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
2203 | 2024-07-03T17:51:26.814Z | Compiling oximeter-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/impl) |
2204 | 2024-07-03T17:51:27.006Z | Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
2205 | 2024-07-03T17:51:27.587Z | Checking internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns) |
2206 | 2024-07-03T17:51:28.133Z | Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2207 | 2024-07-03T17:51:28.315Z | Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
2208 | 2024-07-03T17:51:28.755Z | Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
2209 | 2024-07-03T17:51:29.262Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2210 | 2024-07-03T17:51:29.614Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2211 | 2024-07-03T17:51:30.166Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2212 | 2024-07-03T17:51:30.191Z | Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2213 | 2024-07-03T17:51:30.509Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2214 | 2024-07-03T17:51:30.779Z | Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2215 | 2024-07-03T17:51:31.416Z | Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
2216 | 2024-07-03T17:51:32.334Z | Checking tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
2217 | 2024-07-03T17:51:32.614Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2218 | 2024-07-03T17:51:32.944Z | Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
2219 | 2024-07-03T17:51:33.873Z | Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
2220 | 2024-07-03T17:51:34.178Z | Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
2221 | 2024-07-03T17:51:34.630Z | Documenting omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2222 | 2024-07-03T17:51:34.657Z | Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
2223 | 2024-07-03T17:51:34.811Z | Checking installinator-artifact-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-artifact-client) |
2224 | 2024-07-03T17:51:37.087Z | Checking installinator-artifactd v0.1.0 (/work/oxidecomputer/omicron/installinator-artifactd) |
2225 | 2024-07-03T17:51:37.209Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
2226 | 2024-07-03T17:51:37.456Z | Documenting omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
2227 | 2024-07-03T17:51:38.701Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
2228 | 2024-07-03T17:51:38.973Z | Documenting sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
2229 | 2024-07-03T17:51:40.336Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
2230 | 2024-07-03T17:51:40.529Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
2231 | 2024-07-03T17:51:41.199Z | Documenting gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
2232 | 2024-07-03T17:51:41.285Z | Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2233 | 2024-07-03T17:51:41.675Z | Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2234 | 2024-07-03T17:51:42.799Z | Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2235 | 2024-07-03T17:51:44.412Z | Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2236 | 2024-07-03T17:51:47.084Z | Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
2237 | 2024-07-03T17:51:47.826Z | Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
2238 | 2024-07-03T17:51:48.233Z | Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
2239 | 2024-07-03T17:51:49.278Z | Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
2240 | 2024-07-03T17:51:49.518Z | Documenting wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
2241 | 2024-07-03T17:51:50.186Z | Documenting oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2242 | 2024-07-03T17:51:51.693Z | Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2243 | 2024-07-03T17:51:52.583Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2244 | 2024-07-03T17:51:56.440Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
2245 | 2024-07-03T17:51:58.118Z | Documenting oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
2246 | 2024-07-03T17:51:59.389Z | Documenting omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2247 | 2024-07-03T17:52:04.840Z | Documenting oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2248 | 2024-07-03T17:52:11.682Z | Documenting end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
2249 | 2024-07-03T17:52:14.179Z | Checking end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
2250 | 2024-07-03T17:52:19.833Z | Documenting nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
2251 | 2024-07-03T17:52:22.228Z | Documenting nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
2252 | 2024-07-03T17:52:25.968Z | Documenting nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
2253 | 2024-07-03T17:52:28.492Z | Documenting nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2254 | 2024-07-03T17:52:37.547Z | Documenting nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
2255 | 2024-07-03T17:52:40.285Z | Documenting nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
2256 | 2024-07-03T17:52:45.967Z | Documenting nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
2257 | 2024-07-03T17:52:54.155Z | Documenting nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
2258 | 2024-07-03T17:53:02.158Z | Documenting oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2259 | 2024-07-03T17:53:06.520Z | Documenting oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2260 | 2024-07-03T17:53:07.653Z | Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
2261 | 2024-07-03T17:53:08.277Z | Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
2262 | 2024-07-03T17:53:09.793Z | Documenting nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
2263 | 2024-07-03T17:53:09.907Z | Documenting omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
2264 | 2024-07-03T17:53:18.375Z | Documenting nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
2265 | 2024-07-03T17:53:19.008Z | Documenting nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
2266 | 2024-07-03T17:53:22.026Z | Documenting nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
2267 | 2024-07-03T17:53:41.406Z | Documenting nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
2268 | 2024-07-03T17:53:42.842Z | Documenting wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
2269 | 2024-07-03T17:53:43.273Z | Documenting wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
2270 | 2024-07-03T17:53:43.767Z | Documenting installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
2271 | 2024-07-03T17:53:51.290Z | Documenting wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
2272 | 2024-07-03T17:53:53.714Z | Documenting omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
2273 | 2024-07-03T17:54:06.553Z | Documenting omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng) |
2274 | 2024-07-03T17:54:06.776Z | Documenting tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous) |
2275 | 2024-07-03T17:54:07.519Z | Documenting update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
2276 | 2024-07-03T17:54:13.238Z | Documenting nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2277 | 2024-07-03T17:54:22.439Z | Documenting crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed) |
2278 | 2024-07-03T17:54:24.132Z | Documenting sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2279 | 2024-07-03T17:54:24.369Z | Documenting omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
2280 | 2024-07-03T17:54:24.955Z | Documenting oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
2281 | 2024-07-03T17:54:30.935Z | Documenting dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
2282 | 2024-07-03T17:54:32.920Z | Documenting installinator-artifact-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-artifact-client) |
2283 | 2024-07-03T17:54:34.992Z | Documenting installinator-artifactd v0.1.0 (/work/oxidecomputer/omicron/installinator-artifactd) |
2284 | 2024-07-03T17:54:36.084Z | Documenting internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns-cli) |
2285 | 2024-07-03T17:54:36.114Z | Documenting omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2286 | 2024-07-03T17:54:37.193Z | Documenting bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2287 | 2024-07-03T17:54:38.016Z | Documenting wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
2288 | 2024-07-03T17:54:40.610Z | Documenting bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2289 | 2024-07-03T17:54:40.975Z | Documenting sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2290 | 2024-07-03T17:54:49.065Z | Documenting sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
2291 | 2024-07-03T17:54:51.404Z | Documenting zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
2292 | 2024-07-03T17:54:51.564Z | Documenting installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2293 | 2024-07-03T17:54:51.591Z | Documenting gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli) |
2294 | 2024-07-03T17:54:52.434Z | Documenting ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
2295 | 2024-07-03T17:54:54.250Z | Documenting omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
2296 | 2024-07-03T17:54:56.186Z | Documenting nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
2297 | 2024-07-03T17:54:57.301Z | Documenting tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
2298 | 2024-07-03T17:55:02.349Z | Documenting nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
2299 | 2024-07-03T17:55:05.271Z | Documenting oximeter-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/impl) |
2300 | 2024-07-03T17:55:06.695Z | Documenting oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
2301 | 2024-07-03T17:55:07.698Z | Documenting key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2302 | 2024-07-03T17:55:07.873Z | Documenting internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns) |
2303 | 2024-07-03T17:55:08.731Z | Documenting sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2304 | 2024-07-03T17:55:12.145Z | Documenting illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2305 | 2024-07-03T17:55:16.706Z | Documenting omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2306 | 2024-07-03T17:55:19.239Z | Documenting oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
2307 | 2024-07-03T17:55:19.925Z | Documenting api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2308 | 2024-07-03T17:55:20.771Z | Documenting dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2309 | 2024-07-03T17:55:21.068Z | Documenting oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2310 | 2024-07-03T17:55:22.982Z | Documenting omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2311 | 2024-07-03T17:55:23.422Z | Documenting omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
2312 | 2024-07-03T17:55:24.234Z | Documenting nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
2313 | 2024-07-03T17:55:25.797Z | Documenting update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2314 | 2024-07-03T17:55:26.632Z | Documenting oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2315 | 2024-07-03T17:55:27.237Z | Documenting typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
2316 | 2024-07-03T17:55:28.703Z | Documenting gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2317 | 2024-07-03T17:55:28.853Z | Documenting cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
2318 | 2024-07-03T17:55:31.056Z | Documenting nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros) |
2319 | 2024-07-03T17:55:52.695Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4m 39s |
2320 | 2024-07-03T17:55:52.844Z | Generated /work/oxidecomputer/omicron/target/doc/api_identity/index.html and 97 other files |
2321 | 2024-07-03T17:55:52.903Z | |
2322 | 2024-07-03T17:55:52.903Z | real 4:39.730477849 |
2323 | 2024-07-03T17:55:52.903Z | user 15:40.347734583 |
2324 | 2024-07-03T17:55:52.904Z | sys 18:38.340110583 |
2325 | 2024-07-03T17:55:52.904Z | trap 0.320529852 |
2326 | 2024-07-03T17:55:52.904Z | tflt 0.039147356 |
2327 | 2024-07-03T17:55:52.904Z | dflt 0.348260709 |
2328 | 2024-07-03T17:55:52.904Z | kflt 0.000124913 |
2329 | 2024-07-03T17:55:52.904Z | lock 42:57.000551672 |
2330 | 2024-07-03T17:55:52.904Z | slp 1:13:39.117722223 |
2331 | 2024-07-03T17:55:52.904Z | lat 49.988181388 |
2332 | 2024-07-03T17:55:52.904Z | stop 36.641187329 |
2333 | 2024-07-03T17:55:52.929Z | process exited: duration 895665 ms, exit code 0 |
|
2334 | 2024-07-03T17:55:52.979Z | found 0 output files |