|
|
|
1 | 2024-07-11T23:20:28.097Z | job assigned to worker 01J2J1GTGCJ4N445FVYWPBM66Y (queued for 45 s) |
|
2 | 2024-07-11T23:20:28.496Z | starting task 0: "setup" |
3 | 2024-07-11T23:20:28.521Z | ++ uname -s |
4 | 2024-07-11T23:20:28.521Z | + kern=SunOS |
5 | 2024-07-11T23:20:28.521Z | + case "$kern" in |
6 | 2024-07-11T23:20:28.521Z | + groupadd -g 12345 build |
7 | 2024-07-11T23:20:28.521Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
8 | 2024-07-11T23:20:30.532Z | + zfs create -o mountpoint=/work rpool/work |
9 | 2024-07-11T23:20:30.577Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
10 | 2024-07-11T23:20:30.601Z | + home_fs=zfs |
11 | 2024-07-11T23:20:30.601Z | + [[ zfs == autofs ]] |
12 | 2024-07-11T23:20:30.601Z | + mkdir -p /home/build |
13 | 2024-07-11T23:20:30.601Z | + chown build:build /home/build /work |
14 | 2024-07-11T23:20:32.586Z | + chmod 0700 /home/build /work |
15 | 2024-07-11T23:20:32.610Z | process exited: duration 4094 ms, exit code 0 |
|
16 | 2024-07-11T23:20:32.660Z | starting task 1: "rust-toolchain" |
17 | 2024-07-11T23:20:32.684Z | + printf ' * toolchain channel = "%s" |
18 | 2024-07-11T23:20:32.684Z | ' 1.78.0 |
19 | 2024-07-11T23:20:32.684Z | * toolchain channel = "1.78.0" |
20 | 2024-07-11T23:20:32.684Z | * toolchain profile = "default" |
21 | 2024-07-11T23:20:32.684Z | + printf ' * toolchain profile = "%s" |
22 | 2024-07-11T23:20:32.684Z | ' default |
23 | 2024-07-11T23:20:32.684Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
24 | 2024-07-11T23:20:32.685Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.78.0 --profile default |
25 | 2024-07-11T23:20:32.819Z | info: downloading installer |
26 | 2024-07-11T23:20:33.351Z | info: profile set to 'default' |
27 | 2024-07-11T23:20:33.351Z | info: default host triple is x86_64-unknown-illumos |
28 | 2024-07-11T23:20:33.351Z | info: syncing channel updates for '1.78.0-x86_64-unknown-illumos' |
29 | 2024-07-11T23:20:33.455Z | info: latest update on 2024-05-02, rust version 1.78.0 (9b00956e5 2024-04-29) |
30 | 2024-07-11T23:20:33.455Z | info: downloading component 'cargo' |
31 | 2024-07-11T23:20:33.596Z | info: downloading component 'clippy' |
32 | 2024-07-11T23:20:33.638Z | info: downloading component 'rust-docs' |
33 | 2024-07-11T23:20:33.793Z | info: downloading component 'rust-std' |
34 | 2024-07-11T23:20:34.086Z | info: downloading component 'rustc' |
35 | 2024-07-11T23:20:34.742Z | info: downloading component 'rustfmt' |
36 | 2024-07-11T23:20:34.788Z | info: installing component 'cargo' |
37 | 2024-07-11T23:20:35.881Z | info: installing component 'clippy' |
38 | 2024-07-11T23:20:36.301Z | info: installing component 'rust-docs' |
39 | 2024-07-11T23:20:38.934Z | info: installing component 'rust-std' |
40 | 2024-07-11T23:20:40.934Z | info: installing component 'rustc' |
41 | 2024-07-11T23:20:45.911Z | info: installing component 'rustfmt' |
42 | 2024-07-11T23:20:46.291Z | info: default toolchain set to '1.78.0-x86_64-unknown-illumos' |
43 | 2024-07-11T23:20:46.291Z | |
44 | 2024-07-11T23:20:46.421Z | 1.78.0-x86_64-unknown-illumos installed - rustc 1.78.0 (9b00956e5 2024-04-29) |
45 | 2024-07-11T23:20:46.421Z | |
46 | 2024-07-11T23:20:46.421Z | |
47 | 2024-07-11T23:20:46.421Z | Rust is installed now. Great! |
48 | 2024-07-11T23:20:46.421Z | |
49 | 2024-07-11T23:20:46.445Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
50 | 2024-07-11T23:20:46.445Z | environment variable. This has not been done automatically. |
51 | 2024-07-11T23:20:46.445Z | |
52 | 2024-07-11T23:20:46.445Z | To configure your current shell, you need to source |
53 | 2024-07-11T23:20:46.445Z | the corresponding env file under $HOME/.cargo. |
54 | 2024-07-11T23:20:46.446Z | |
55 | 2024-07-11T23:20:46.446Z | This is usually done by running one of the following (note the leading DOT): |
56 | 2024-07-11T23:20:46.446Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
57 | 2024-07-11T23:20:46.446Z | source "$HOME/.cargo/env.fish" # For fish |
58 | 2024-07-11T23:20:46.495Z | + rustc --version |
59 | 2024-07-11T23:20:46.609Z | rustc 1.78.0 (9b00956e5 2024-04-29) |
60 | 2024-07-11T23:20:46.633Z | process exited: duration 13954 ms, exit code 0 |
|
61 | 2024-07-11T23:20:46.684Z | starting task 2: "authentication" |
62 | 2024-07-11T23:20:46.741Z | process exited: duration 59 ms, exit code 0 |
|
63 | 2024-07-11T23:20:46.790Z | starting task 3: "clone repository" |
64 | 2024-07-11T23:20:46.814Z | + mkdir -p /work/oxidecomputer/omicron |
65 | 2024-07-11T23:20:46.814Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
66 | 2024-07-11T23:20:46.839Z | Cloning into '/work/oxidecomputer/omicron'... |
67 | 2024-07-11T23:20:52.829Z | + cd /work/oxidecomputer/omicron |
68 | 2024-07-11T23:20:52.829Z | + git fetch origin 088d8986f813562ec9e8b996aca0c41f8ae64eac |
69 | 2024-07-11T23:20:53.247Z | From https://github.com/oxidecomputer/omicron |
70 | 2024-07-11T23:20:53.247Z | * branch 088d8986f813562ec9e8b996aca0c41f8ae64eac -> FETCH_HEAD |
71 | 2024-07-11T23:20:53.272Z | + [[ -n bump-maghemite-295 ]] |
72 | 2024-07-11T23:20:53.272Z | ++ git branch --show-current |
73 | 2024-07-11T23:20:53.272Z | + current=main |
74 | 2024-07-11T23:20:53.272Z | + [[ main != bump-maghemite-295 ]] |
75 | 2024-07-11T23:20:53.272Z | + git branch -f bump-maghemite-295 088d8986f813562ec9e8b996aca0c41f8ae64eac |
76 | 2024-07-11T23:20:53.296Z | + git checkout -f bump-maghemite-295 |
77 | 2024-07-11T23:20:53.449Z | Switched to branch 'bump-maghemite-295' |
78 | 2024-07-11T23:20:53.473Z | + git reset --hard 088d8986f813562ec9e8b996aca0c41f8ae64eac |
79 | 2024-07-11T23:20:53.473Z | HEAD is now at 088d8986f bump maghemite |
80 | 2024-07-11T23:20:53.497Z | process exited: duration 6684 ms, exit code 0 |
|
81 | 2024-07-11T23:20:53.546Z | starting task 4: "build" |
82 | 2024-07-11T23:20:53.578Z | + cargo --version |
83 | 2024-07-11T23:20:53.651Z | cargo 1.78.0 (54d8815d0 2024-03-26) |
84 | 2024-07-11T23:20:53.675Z | + rustc --version |
85 | 2024-07-11T23:20:53.756Z | rustc 1.78.0 (9b00956e5 2024-04-29) |
86 | 2024-07-11T23:20:53.781Z | + source ./env.sh |
87 | 2024-07-11T23:20:53.781Z | ++ OLD_SHELL_OPTS=ehxB |
88 | 2024-07-11T23:20:53.781Z | ++ set -o xtrace |
89 | 2024-07-11T23:20:53.781Z | ++++ dirname ./env.sh |
90 | 2024-07-11T23:20:53.781Z | +++ readlink -f . |
91 | 2024-07-11T23:20:53.781Z | ++ OMICRON_WS=/work/oxidecomputer/omicron |
92 | 2024-07-11T23:20:53.781Z | ++ 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-11T23:20:53.781Z | ++ 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-11T23:20:53.781Z | ++ 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-11T23:20:53.781Z | ++ 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-11T23:20:53.781Z | ++ 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-11T23:20:53.781Z | ++ 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-11T23:20:53.781Z | ++ 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-11T23:20:53.781Z | ++ 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-11T23:20:53.781Z | ++ case $OLD_SHELL_OPTS in |
101 | 2024-07-11T23:20:53.781Z | ++ unset OLD_SHELL_OPTS OMICRON_WS |
102 | 2024-07-11T23:20:53.781Z | + banner prerequisites |
103 | 2024-07-11T23:20:53.781Z | |
104 | 2024-07-11T23:20:53.781Z | ##### ##### ###### ##### ###### #### # # # #### # |
105 | 2024-07-11T23:20:53.781Z | # # # # # # # # # # # # # # # |
106 | 2024-07-11T23:20:53.781Z | # # # # ##### # # ##### # # # # # #### # |
107 | 2024-07-11T23:20:53.781Z | ##### ##### # ##### # # # # # # # # # |
108 | 2024-07-11T23:20:53.781Z | # # # # # # # # # # # # # # # |
109 | 2024-07-11T23:20:53.781Z | # # # ###### # # ###### ### # #### # #### # |
110 | 2024-07-11T23:20:53.781Z | |
111 | 2024-07-11T23:20:53.781Z | + ptime -m bash ./tools/install_builder_prerequisites.sh -y |
112 | 2024-07-11T23:20:59.456Z | Startup: Refreshing catalog 'helios-dev' ... Done |
113 | 2024-07-11T23:21:01.712Z | Startup: Caching catalogs ... Done |
114 | 2024-07-11T23:21:05.315Z | Planning: Solver setup ... Done (2.933s) |
115 | 2024-07-11T23:21:05.375Z | Planning: Running solver ... Done (0.060s) |
116 | 2024-07-11T23:21:05.418Z | Planning: Finding local manifests ... Done (0.002s) |
117 | 2024-07-11T23:21:05.495Z | Planning: Fetching manifests: 0/4 0% complete |
118 | 2024-07-11T23:21:05.858Z | Planning: Fetching manifests: 4/4 100% complete |
119 | 2024-07-11T23:21:05.915Z | Planning: Package planning ... Done (0.060s) |
120 | 2024-07-11T23:21:05.975Z | Planning: Merging actions ... Done (0.059s) |
121 | 2024-07-11T23:21:06.310Z | Planning: Checking for conflicting actions ... Done (0.337s) |
122 | 2024-07-11T23:21:06.335Z | Planning: Consolidating action changes ... Done (0.013s) |
123 | 2024-07-11T23:21:06.986Z | Planning: Evaluating mediators ... Done (0.657s) |
124 | 2024-07-11T23:21:07.011Z | Planning: Planning completed in 5.21 seconds |
125 | 2024-07-11T23:21:07.011Z | Packages to install: 4 |
126 | 2024-07-11T23:21:07.011Z | Mediators to change: 2 |
127 | 2024-07-11T23:21:07.011Z | Services to change: 1 |
128 | 2024-07-11T23:21:07.011Z | Estimated space available: 148.89 GB |
129 | 2024-07-11T23:21:07.012Z | Estimated space to be consumed: 1.46 GB |
130 | 2024-07-11T23:21:07.012Z | Create boot environment: No |
131 | 2024-07-11T23:21:07.012Z | Create backup boot environment: No |
132 | 2024-07-11T23:21:07.012Z | Rebuild boot archive: No |
133 | 2024-07-11T23:21:07.012Z | |
134 | 2024-07-11T23:21:07.012Z | Changed mediators: |
135 | 2024-07-11T23:21:07.012Z | mediator clang: |
136 | 2024-07-11T23:21:07.012Z | version: None -> 15 (system default) |
137 | 2024-07-11T23:21:07.012Z | |
138 | 2024-07-11T23:21:07.012Z | mediator llvm: |
139 | 2024-07-11T23:21:07.012Z | version: 14 (system default) -> 15 (system default) |
140 | 2024-07-11T23:21:07.012Z | |
141 | 2024-07-11T23:21:07.012Z | Changed packages: |
142 | 2024-07-11T23:21:07.012Z | helios-dev |
143 | 2024-07-11T23:21:07.012Z | developer/build-essential |
144 | 2024-07-11T23:21:07.012Z | None -> 11-2.0 |
145 | 2024-07-11T23:21:07.012Z | library/libxmlsec1 |
146 | 2024-07-11T23:21:07.012Z | None -> 1.2.35-2.0 |
147 | 2024-07-11T23:21:07.012Z | ooce/developer/clang-15 |
148 | 2024-07-11T23:21:07.012Z | None -> 15.0.7-2.0 |
149 | 2024-07-11T23:21:07.012Z | ooce/developer/llvm-15 |
150 | 2024-07-11T23:21:07.012Z | None -> 15.0.7-2.0 |
151 | 2024-07-11T23:21:07.012Z | |
152 | 2024-07-11T23:21:07.012Z | Services: |
153 | 2024-07-11T23:21:07.012Z | restart_fmri: |
154 | 2024-07-11T23:21:07.012Z | svc:/system/update-man-index:default |
155 | 2024-07-11T23:21:07.057Z | |
156 | 2024-07-11T23:21:07.057Z | Download: 0/3290 items 0.0/212.6MB 0% complete |
157 | 2024-07-11T23:21:12.060Z | Download: 990/3290 items 19.5/212.6MB 9% complete (3.9M/s) |
158 | 2024-07-11T23:21:17.061Z | Download: 1787/3290 items 118.4/212.6MB 55% complete (11.9M/s) |
159 | 2024-07-11T23:21:22.061Z | Download: 3248/3290 items 176.7/212.6MB 83% complete (15.6M/s) |
160 | 2024-07-11T23:21:24.171Z | Download: Completed 212.60 MB in 17.11 seconds (12.4M/s) |
161 | 2024-07-11T23:21:24.374Z | Actions: 1/3689 actions (Installing new actions) |
162 | 2024-07-11T23:21:29.374Z | Actions: 2415/3689 actions (Installing new actions) |
163 | 2024-07-11T23:21:30.367Z | Actions: Completed 3689 actions in 5.99 seconds. |
164 | 2024-07-11T23:21:30.710Z | Done (0.338s) |
165 | 2024-07-11T23:21:30.710Z | Done (0.000s) |
166 | 2024-07-11T23:21:31.117Z | Done (0.407s) |
167 | 2024-07-11T23:21:36.490Z | Done (5.239s) |
168 | 2024-07-11T23:21:36.590Z | Done (0.019s) |
169 | 2024-07-11T23:21:36.630Z | Done (0.000s) |
170 | 2024-07-11T23:21:36.741Z | Done (0.000s) |
171 | 2024-07-11T23:21:37.441Z | Planning: Evaluating mediator changes ... Done |
172 | 2024-07-11T23:21:37.651Z | Planning: Checking for conflicting actions ... Done |
173 | 2024-07-11T23:21:37.676Z | Planning: Consolidating action changes ... Done |
174 | 2024-07-11T23:21:37.981Z | Planning: Evaluating mediators ... Done |
175 | 2024-07-11T23:21:38.006Z | Planning: Planning completed in 0.54 seconds |
176 | 2024-07-11T23:21:38.030Z | Mediators to change: 2 |
177 | 2024-07-11T23:21:38.030Z | Create boot environment: No |
178 | 2024-07-11T23:21:38.030Z | Create backup boot environment: No |
179 | 2024-07-11T23:21:38.087Z | Done |
180 | 2024-07-11T23:21:38.087Z | Done |
181 | 2024-07-11T23:21:38.365Z | Done |
182 | 2024-07-11T23:21:42.819Z | Done |
183 | 2024-07-11T23:21:42.915Z | Done |
184 | 2024-07-11T23:21:42.915Z | Done |
185 | 2024-07-11T23:21:42.992Z | Done |
186 | 2024-07-11T23:21:43.747Z | Planning: Evaluating mediator changes ... Done |
187 | 2024-07-11T23:21:43.772Z | Planning: Merging actions ... Done |
188 | 2024-07-11T23:21:43.980Z | Planning: Checking for conflicting actions ... Done |
189 | 2024-07-11T23:21:44.004Z | Planning: Consolidating action changes ... Done |
190 | 2024-07-11T23:21:44.300Z | Planning: Evaluating mediators ... Done |
191 | 2024-07-11T23:21:44.366Z | Planning: Planning completed in 0.92 seconds |
192 | 2024-07-11T23:21:44.406Z | Packages to change: 1 |
193 | 2024-07-11T23:21:44.406Z | Mediators to change: 1 |
194 | 2024-07-11T23:21:44.406Z | Services to change: 1 |
195 | 2024-07-11T23:21:44.406Z | Create boot environment: No |
196 | 2024-07-11T23:21:44.407Z | Create backup boot environment: Yes |
197 | 2024-07-11T23:21:45.951Z | Actions: 1/6 actions (Updating modified actions) |
198 | 2024-07-11T23:21:45.975Z | Actions: Completed 6 actions in 0.00 seconds. |
199 | 2024-07-11T23:21:45.975Z | Done |
200 | 2024-07-11T23:21:45.975Z | Done |
201 | 2024-07-11T23:21:46.038Z | Done |
202 | 2024-07-11T23:21:50.608Z | Done |
203 | 2024-07-11T23:21:50.702Z | Done |
204 | 2024-07-11T23:21:50.702Z | Done |
205 | 2024-07-11T23:21:50.775Z | Done |
206 | 2024-07-11T23:21:51.300Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
207 | 2024-07-11T23:21:51.300Z | clang system 15 system |
208 | 2024-07-11T23:21:51.300Z | csh system system illumos |
209 | 2024-07-11T23:21:51.300Z | ctags system system illumos |
210 | 2024-07-11T23:21:51.300Z | gcc vendor 12 vendor |
211 | 2024-07-11T23:21:51.300Z | gcc system 10 system |
212 | 2024-07-11T23:21:51.300Z | gcc system 7 system |
213 | 2024-07-11T23:21:51.300Z | go system 1.20 system |
214 | 2024-07-11T23:21:51.300Z | go system 1.19 system |
215 | 2024-07-11T23:21:51.300Z | llvm system 15 system |
216 | 2024-07-11T23:21:51.300Z | llvm system 14 system |
217 | 2024-07-11T23:21:51.300Z | mariadb system 10.6 system |
218 | 2024-07-11T23:21:51.300Z | mta vendor vendor dma |
219 | 2024-07-11T23:21:51.300Z | openjdk system 17 system |
220 | 2024-07-11T23:21:51.300Z | openjdk system 11 system |
221 | 2024-07-11T23:21:51.300Z | openjdk system 1.8 system |
222 | 2024-07-11T23:21:51.300Z | openssl vendor 3 vendor |
223 | 2024-07-11T23:21:51.301Z | perl system 5.36 system |
224 | 2024-07-11T23:21:51.301Z | postgresql system 15 system |
225 | 2024-07-11T23:21:51.301Z | postgresql system 13 system |
226 | 2024-07-11T23:21:51.301Z | python vendor 3 vendor |
227 | 2024-07-11T23:21:51.301Z | python system 2 system |
228 | 2024-07-11T23:21:51.301Z | python3 system 3.11 system |
229 | 2024-07-11T23:21:51.301Z | ruby system 3.0 system |
230 | 2024-07-11T23:21:51.301Z | words vendor vendor american-english |
231 | 2024-07-11T23:21:51.301Z | words system system australian-english |
232 | 2024-07-11T23:21:51.301Z | words system system british-english |
233 | 2024-07-11T23:21:51.301Z | words system system canadian-english |
234 | 2024-07-11T23:21:51.301Z | words system system french |
235 | 2024-07-11T23:21:51.301Z | words system system italian |
236 | 2024-07-11T23:21:51.301Z | words system system ngerman |
237 | 2024-07-11T23:21:51.301Z | words system system ogerman |
238 | 2024-07-11T23:21:51.301Z | words system system spanish |
239 | 2024-07-11T23:21:51.710Z | PUBLISHER TYPE STATUS P LOCATION |
240 | 2024-07-11T23:21:51.710Z | helios-dev origin online F https://pkg.oxide.computer/helios/2/dev/ |
241 | 2024-07-11T23:21:53.674Z | FMRI IFO |
242 | 2024-07-11T23:21:53.674Z | pkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im- |
243 | 2024-07-11T23:21:53.674Z | pkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i-- |
244 | 2024-07-11T23:21:53.674Z | pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im- |
245 | 2024-07-11T23:21:53.674Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im- |
246 | 2024-07-11T23:21:53.674Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z --- |
247 | 2024-07-11T23:21:53.674Z | pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i-- |
248 | 2024-07-11T23:21:53.674Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z i-- |
249 | 2024-07-11T23:21:53.674Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z --- |
250 | 2024-07-11T23:21:53.674Z | pkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z i-- |
251 | 2024-07-11T23:21:53.674Z | pkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z --- |
252 | 2024-07-11T23:21:53.674Z | pkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z i-- |
253 | 2024-07-11T23:21:53.674Z | pkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z --- |
254 | 2024-07-11T23:21:54.281Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
255 | 2024-07-11T23:21:54.732Z | Updating git repository `https://github.com/oxidecomputer/zone` |
256 | 2024-07-11T23:21:55.108Z | Updating crates.io index |
257 | 2024-07-11T23:21:55.172Z | Updating git repository `https://github.com/oxidecomputer/dropshot` |
258 | 2024-07-11T23:21:56.085Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
259 | 2024-07-11T23:21:56.961Z | Updating git repository `https://github.com/oxidecomputer/oxnet` |
260 | 2024-07-11T23:21:57.324Z | Updating git repository `https://github.com/oxidecomputer/progenitor` |
261 | 2024-07-11T23:21:59.481Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
262 | 2024-07-11T23:22:00.082Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
263 | 2024-07-11T23:22:00.404Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
264 | 2024-07-11T23:22:01.483Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
265 | 2024-07-11T23:22:03.761Z | Updating git repository `https://github.com/oxidecomputer/opte` |
266 | 2024-07-11T23:22:04.857Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
267 | 2024-07-11T23:22:05.579Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
268 | 2024-07-11T23:22:06.238Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
269 | 2024-07-11T23:22:06.678Z | Updating git repository `https://github.com/oxidecomputer/sprockets` |
270 | 2024-07-11T23:22:07.106Z | Updating git repository `https://github.com/oxidecomputer/async-bb8-diesel` |
271 | 2024-07-11T23:22:07.474Z | Updating git repository `https://github.com/oxidecomputer/diesel-dtrace` |
272 | 2024-07-11T23:22:07.854Z | Updating git repository `https://github.com/oxidecomputer/tofino` |
273 | 2024-07-11T23:22:08.258Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
274 | 2024-07-11T23:22:08.621Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
275 | 2024-07-11T23:22:08.937Z | Updating git repository `https://github.com/oxidecomputer/libnvme` |
276 | 2024-07-11T23:22:09.371Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
277 | 2024-07-11T23:22:09.783Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
278 | 2024-07-11T23:22:10.197Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
279 | 2024-07-11T23:22:10.510Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
280 | 2024-07-11T23:22:11.294Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
281 | 2024-07-11T23:22:11.637Z | Updating git repository `https://github.com/cbiffle/hubpack.git` |
282 | 2024-07-11T23:22:12.039Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
283 | 2024-07-11T23:22:12.551Z | Updating git repository `https://github.com/oxidecomputer/typify` |
284 | 2024-07-11T23:22:14.651Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
285 | 2024-07-11T23:22:15.104Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
286 | 2024-07-11T23:22:15.474Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
287 | 2024-07-11T23:22:16.017Z | Updating git repository `https://github.com/oxidecomputer/rfb` |
288 | 2024-07-11T23:22:17.535Z | Downloading crates ... |
289 | 2024-07-11T23:22:17.601Z | Downloaded foreign-types v0.3.2 |
290 | 2024-07-11T23:22:17.676Z | Downloaded thread_local v1.1.8 |
291 | 2024-07-11T23:22:17.700Z | Downloaded xattr v1.3.1 |
292 | 2024-07-11T23:22:17.725Z | Downloaded zerocopy-derive v0.7.34 |
293 | 2024-07-11T23:22:17.725Z | Downloaded version_check v0.9.4 |
294 | 2024-07-11T23:22:17.725Z | Downloaded usdt-impl v0.5.0 |
295 | 2024-07-11T23:22:17.749Z | Downloaded unicode-bidi v0.3.15 |
296 | 2024-07-11T23:22:17.749Z | Downloaded zerocopy v0.7.34 |
297 | 2024-07-11T23:22:17.774Z | Downloaded unicode-normalization v0.1.23 |
298 | 2024-07-11T23:22:17.798Z | Downloaded vcpkg v0.2.15 |
299 | 2024-07-11T23:22:17.829Z | Downloaded unicode-width v0.1.13 |
300 | 2024-07-11T23:22:17.853Z | Downloaded encoding_rs v0.8.34 |
301 | 2024-07-11T23:22:17.877Z | Downloaded tokio v1.38.0 |
302 | 2024-07-11T23:22:17.914Z | Downloaded tabled v0.15.0 |
303 | 2024-07-11T23:22:17.938Z | Downloaded syn v2.0.68 |
304 | 2024-07-11T23:22:17.963Z | Downloaded syn v1.0.109 |
305 | 2024-07-11T23:22:17.987Z | Downloaded rustix v0.38.34 |
306 | 2024-07-11T23:22:18.011Z | Downloaded tokio-util v0.7.11 |
307 | 2024-07-11T23:22:18.011Z | Downloaded time v0.3.36 |
308 | 2024-07-11T23:22:18.036Z | Downloaded winnow v0.6.8 |
309 | 2024-07-11T23:22:18.036Z | Downloaded url v2.5.0 |
310 | 2024-07-11T23:22:18.036Z | Downloaded toml_edit v0.22.14 |
311 | 2024-07-11T23:22:18.065Z | Downloaded serde_json v1.0.120 |
312 | 2024-07-11T23:22:18.091Z | Downloaded reqwest v0.11.27 |
313 | 2024-07-11T23:22:18.092Z | Downloaded tracing-core v0.1.32 |
314 | 2024-07-11T23:22:18.092Z | Downloaded tracing v0.1.40 |
315 | 2024-07-11T23:22:18.116Z | Downloaded libc v0.2.155 |
316 | 2024-07-11T23:22:18.140Z | Downloaded typenum v1.17.0 |
317 | 2024-07-11T23:22:18.141Z | Downloaded term v0.7.0 |
318 | 2024-07-11T23:22:18.141Z | Downloaded serde_derive v1.0.204 |
319 | 2024-07-11T23:22:18.141Z | Downloaded proc-macro-error-attr v1.0.4 |
320 | 2024-07-11T23:22:18.141Z | Downloaded usdt-macro v0.5.0 |
321 | 2024-07-11T23:22:18.141Z | Downloaded usdt-attr-macro v0.5.0 |
322 | 2024-07-11T23:22:18.141Z | Downloaded unicode-ident v1.0.12 |
323 | 2024-07-11T23:22:18.165Z | Downloaded ucd-trie v0.1.6 |
324 | 2024-07-11T23:22:18.165Z | Downloaded tower-service v0.3.2 |
325 | 2024-07-11T23:22:18.165Z | Downloaded toml_datetime v0.6.6 |
326 | 2024-07-11T23:22:18.165Z | Downloaded toml v0.8.14 |
327 | 2024-07-11T23:22:18.166Z | Downloaded tokio-macros v2.3.0 |
328 | 2024-07-11T23:22:18.166Z | Downloaded tinyvec_macros v0.1.1 |
329 | 2024-07-11T23:22:18.166Z | Downloaded tinyvec v1.6.0 |
330 | 2024-07-11T23:22:18.166Z | Downloaded time-macros v0.2.18 |
331 | 2024-07-11T23:22:18.166Z | Downloaded thread-id v4.2.1 |
332 | 2024-07-11T23:22:18.166Z | Downloaded thiserror v1.0.60 |
333 | 2024-07-11T23:22:18.190Z | Downloaded socket2 v0.5.7 |
334 | 2024-07-11T23:22:18.190Z | Downloaded slog-term v2.9.1 |
335 | 2024-07-11T23:22:18.191Z | Downloaded slog-bunyan v2.5.0 |
336 | 2024-07-11T23:22:18.191Z | Downloaded slog v2.7.0 |
337 | 2024-07-11T23:22:18.191Z | Downloaded serde_urlencoded v0.7.1 |
338 | 2024-07-11T23:22:18.191Z | Downloaded serde_spanned v0.6.6 |
339 | 2024-07-11T23:22:18.191Z | Downloaded serde v1.0.204 |
340 | 2024-07-11T23:22:18.191Z | Downloaded want v0.3.1 |
341 | 2024-07-11T23:22:18.191Z | Downloaded tokio-native-tls v0.3.1 |
342 | 2024-07-11T23:22:18.191Z | Downloaded tar v0.4.40 |
343 | 2024-07-11T23:22:18.219Z | Downloaded take_mut v0.2.2 |
344 | 2024-07-11T23:22:18.219Z | Downloaded tabled_derive v0.7.0 |
345 | 2024-07-11T23:22:18.219Z | Downloaded strum_macros v0.26.4 |
346 | 2024-07-11T23:22:18.219Z | Downloaded smallvec v1.13.2 |
347 | 2024-07-11T23:22:18.219Z | Downloaded signal-hook-registry v1.4.2 |
348 | 2024-07-11T23:22:18.219Z | Downloaded semver v1.0.23 |
349 | 2024-07-11T23:22:18.219Z | Downloaded scroll v0.12.0 |
350 | 2024-07-11T23:22:18.219Z | Downloaded ryu v1.0.18 |
351 | 2024-07-11T23:22:18.219Z | Downloaded proc-macro2 v1.0.86 |
352 | 2024-07-11T23:22:18.244Z | Downloaded openssl v0.10.64 |
353 | 2024-07-11T23:22:18.244Z | Downloaded idna v0.5.0 |
354 | 2024-07-11T23:22:18.244Z | Downloaded hyper v0.14.28 |
355 | 2024-07-11T23:22:18.268Z | Downloaded goblin v0.8.2 |
356 | 2024-07-11T23:22:18.268Z | Downloaded clap_builder v4.5.2 |
357 | 2024-07-11T23:22:18.268Z | Downloaded utf8parse v0.2.1 |
358 | 2024-07-11T23:22:18.268Z | Downloaded usdt v0.5.0 |
359 | 2024-07-11T23:22:18.268Z | Downloaded try-lock v0.2.5 |
360 | 2024-07-11T23:22:18.268Z | Downloaded time-core v0.1.2 |
361 | 2024-07-11T23:22:18.268Z | Downloaded terminal_size v0.3.0 |
362 | 2024-07-11T23:22:18.268Z | Downloaded sync_wrapper v0.1.2 |
363 | 2024-07-11T23:22:18.293Z | Downloaded swrite v0.1.0 |
364 | 2024-07-11T23:22:18.293Z | Downloaded strum v0.26.2 |
365 | 2024-07-11T23:22:18.293Z | Downloaded strsim v0.11.1 |
366 | 2024-07-11T23:22:18.293Z | Downloaded slog-json v2.6.1 |
367 | 2024-07-11T23:22:18.293Z | Downloaded slog-async v2.8.0 |
368 | 2024-07-11T23:22:18.293Z | Downloaded slab v0.4.9 |
369 | 2024-07-11T23:22:18.293Z | Downloaded sha2 v0.10.8 |
370 | 2024-07-11T23:22:18.293Z | Downloaded serde_tokenstream v0.2.1 |
371 | 2024-07-11T23:22:18.293Z | Downloaded scroll_derive v0.12.0 |
372 | 2024-07-11T23:22:18.293Z | Downloaded scopeguard v1.2.0 |
373 | 2024-07-11T23:22:18.293Z | Downloaded quote v1.0.36 |
374 | 2024-07-11T23:22:18.293Z | Downloaded proc-macro-error v1.0.4 |
375 | 2024-07-11T23:22:18.317Z | Downloaded pretty-hex v0.4.1 |
376 | 2024-07-11T23:22:18.317Z | Downloaded powerfmt v0.2.0 |
377 | 2024-07-11T23:22:18.317Z | Downloaded plain v0.2.3 |
378 | 2024-07-11T23:22:18.317Z | Downloaded pkg-config v0.3.30 |
379 | 2024-07-11T23:22:18.317Z | Downloaded pin-utils v0.1.0 |
380 | 2024-07-11T23:22:18.317Z | Downloaded pin-project-lite v0.2.14 |
381 | 2024-07-11T23:22:18.317Z | Downloaded mio v0.8.11 |
382 | 2024-07-11T23:22:18.317Z | Downloaded miniz_oxide v0.7.2 |
383 | 2024-07-11T23:22:18.342Z | Downloaded mime v0.3.17 |
384 | 2024-07-11T23:22:18.342Z | Downloaded memmap v0.7.0 |
385 | 2024-07-11T23:22:18.342Z | Downloaded memchr v2.7.2 |
386 | 2024-07-11T23:22:18.342Z | Downloaded match_cfg v0.1.0 |
387 | 2024-07-11T23:22:18.342Z | Downloaded macaddr v1.0.1 |
388 | 2024-07-11T23:22:18.342Z | Downloaded log v0.4.21 |
389 | 2024-07-11T23:22:18.342Z | Downloaded lock_api v0.4.12 |
390 | 2024-07-11T23:22:18.342Z | Downloaded itoa v1.0.11 |
391 | 2024-07-11T23:22:18.342Z | Downloaded is_terminal_polyfill v1.70.0 |
392 | 2024-07-11T23:22:18.342Z | Downloaded is-terminal v0.4.12 |
393 | 2024-07-11T23:22:18.342Z | Downloaded ipnet v2.9.0 |
394 | 2024-07-11T23:22:18.366Z | Downloaded indexmap v2.2.6 |
395 | 2024-07-11T23:22:18.366Z | Downloaded hyper-tls v0.5.0 |
396 | 2024-07-11T23:22:18.366Z | Downloaded httpdate v1.0.3 |
397 | 2024-07-11T23:22:18.366Z | Downloaded httparse v1.8.0 |
398 | 2024-07-11T23:22:18.366Z | Downloaded http-body v0.4.6 |
399 | 2024-07-11T23:22:18.366Z | Downloaded http v0.2.12 |
400 | 2024-07-11T23:22:18.366Z | Downloaded hostname v0.3.1 |
401 | 2024-07-11T23:22:18.366Z | Downloaded heck v0.5.0 |
402 | 2024-07-11T23:22:18.366Z | Downloaded heck v0.4.1 |
403 | 2024-07-11T23:22:18.366Z | Downloaded hashbrown v0.14.5 |
404 | 2024-07-11T23:22:18.391Z | Downloaded h2 v0.3.26 |
405 | 2024-07-11T23:22:18.391Z | Downloaded generic-array v0.14.7 |
406 | 2024-07-11T23:22:18.391Z | Downloaded futures-util v0.3.30 |
407 | 2024-07-11T23:22:18.415Z | Downloaded futures-task v0.3.30 |
408 | 2024-07-11T23:22:18.415Z | Downloaded futures-sink v0.3.30 |
409 | 2024-07-11T23:22:18.415Z | Downloaded futures-macro v0.3.30 |
410 | 2024-07-11T23:22:18.415Z | Downloaded futures-io v0.3.30 |
411 | 2024-07-11T23:22:18.415Z | Downloaded futures-executor v0.3.30 |
412 | 2024-07-11T23:22:18.415Z | Downloaded futures-core v0.3.30 |
413 | 2024-07-11T23:22:18.415Z | Downloaded futures-channel v0.3.30 |
414 | 2024-07-11T23:22:18.416Z | Downloaded futures v0.3.30 |
415 | 2024-07-11T23:22:18.416Z | Downloaded fs-err v2.11.0 |
416 | 2024-07-11T23:22:18.440Z | Downloaded form_urlencoded v1.2.1 |
417 | 2024-07-11T23:22:18.440Z | Downloaded foreign-types-shared v0.1.1 |
418 | 2024-07-11T23:22:18.440Z | Downloaded fnv v1.0.7 |
419 | 2024-07-11T23:22:18.440Z | Downloaded flate2 v1.0.30 |
420 | 2024-07-11T23:22:18.440Z | Downloaded filetime v0.2.23 |
421 | 2024-07-11T23:22:18.440Z | Downloaded errno v0.3.9 |
422 | 2024-07-11T23:22:18.440Z | Downloaded dtrace-parser v0.2.0 |
423 | 2024-07-11T23:22:18.440Z | Downloaded dof v0.3.0 |
424 | 2024-07-11T23:22:18.440Z | Downloaded dirs-sys-next v0.1.2 |
425 | 2024-07-11T23:22:18.440Z | Downloaded dirs-next v2.0.0 |
426 | 2024-07-11T23:22:18.440Z | Downloaded digest v0.10.7 |
427 | 2024-07-11T23:22:18.440Z | Downloaded deranged v0.3.11 |
428 | 2024-07-11T23:22:18.440Z | Downloaded crypto-common v0.1.6 |
429 | 2024-07-11T23:22:18.465Z | Downloaded crossbeam-utils v0.8.19 |
430 | 2024-07-11T23:22:18.465Z | Downloaded crossbeam-channel v0.5.12 |
431 | 2024-07-11T23:22:18.465Z | Downloaded crc32fast v1.4.0 |
432 | 2024-07-11T23:22:18.465Z | Downloaded cpufeatures v0.2.12 |
433 | 2024-07-11T23:22:18.465Z | Downloaded colorchoice v1.0.1 |
434 | 2024-07-11T23:22:18.465Z | Downloaded clap_lex v0.7.0 |
435 | 2024-07-11T23:22:18.465Z | Downloaded clap_derive v4.5.4 |
436 | 2024-07-11T23:22:18.465Z | Downloaded clap v4.5.4 |
437 | 2024-07-11T23:22:18.489Z | Downloaded cfg-if v1.0.0 |
438 | 2024-07-11T23:22:18.489Z | Downloaded cc v1.0.97 |
439 | 2024-07-11T23:22:18.489Z | Downloaded cargo_toml v0.20.3 |
440 | 2024-07-11T23:22:18.489Z | Downloaded cargo_metadata v0.18.1 |
441 | 2024-07-11T23:22:18.489Z | Downloaded cargo-platform v0.1.8 |
442 | 2024-07-11T23:22:18.490Z | Downloaded camino v1.1.7 |
443 | 2024-07-11T23:22:18.490Z | Downloaded bytes v1.6.0 |
444 | 2024-07-11T23:22:18.514Z | Downloaded byteorder v1.5.0 |
445 | 2024-07-11T23:22:18.514Z | Downloaded bytecount v0.6.8 |
446 | 2024-07-11T23:22:18.514Z | Downloaded block-buffer v0.10.4 |
447 | 2024-07-11T23:22:18.538Z | Downloaded bitflags v2.5.0 |
448 | 2024-07-11T23:22:18.538Z | Downloaded base64 v0.21.7 |
449 | 2024-07-11T23:22:18.538Z | Downloaded autocfg v1.3.0 |
450 | 2024-07-11T23:22:18.538Z | Downloaded anyhow v1.0.86 |
451 | 2024-07-11T23:22:18.538Z | Downloaded anstyle-query v1.0.3 |
452 | 2024-07-11T23:22:18.538Z | Downloaded anstyle-parse v0.2.4 |
453 | 2024-07-11T23:22:18.538Z | Downloaded anstyle v1.0.7 |
454 | 2024-07-11T23:22:18.538Z | Downloaded anstream v0.6.14 |
455 | 2024-07-11T23:22:18.538Z | Downloaded adler v1.0.2 |
456 | 2024-07-11T23:22:18.538Z | Downloaded thiserror-impl v1.0.60 |
457 | 2024-07-11T23:22:18.538Z | Downloaded rustversion v1.0.17 |
458 | 2024-07-11T23:22:18.538Z | Downloaded rustls-pemfile v1.0.4 |
459 | 2024-07-11T23:22:18.538Z | Downloaded pest_meta v2.7.10 |
460 | 2024-07-11T23:22:18.538Z | Downloaded pest_generator v2.7.10 |
461 | 2024-07-11T23:22:18.538Z | Downloaded pest_derive v2.7.10 |
462 | 2024-07-11T23:22:18.563Z | Downloaded pest v2.7.10 |
463 | 2024-07-11T23:22:18.563Z | Downloaded percent-encoding v2.3.1 |
464 | 2024-07-11T23:22:18.563Z | Downloaded parking_lot_core v0.9.10 |
465 | 2024-07-11T23:22:18.563Z | Downloaded parking_lot v0.12.2 |
466 | 2024-07-11T23:22:18.563Z | Downloaded papergrid v0.11.0 |
467 | 2024-07-11T23:22:18.563Z | Downloaded openssl-sys v0.9.102 |
468 | 2024-07-11T23:22:18.587Z | Downloaded openssl-probe v0.1.5 |
469 | 2024-07-11T23:22:18.587Z | Downloaded openssl-macros v0.1.1 |
470 | 2024-07-11T23:22:18.587Z | Downloaded once_cell v1.19.0 |
471 | 2024-07-11T23:22:18.587Z | Downloaded num_threads v0.1.7 |
472 | 2024-07-11T23:22:18.587Z | Downloaded num_cpus v1.16.0 |
473 | 2024-07-11T23:22:18.587Z | Downloaded num-conv v0.1.0 |
474 | 2024-07-11T23:22:18.587Z | Downloaded native-tls v0.2.11 |
475 | 2024-07-11T23:22:18.587Z | Downloaded equivalent v1.0.1 |
476 | 2024-07-11T23:22:18.746Z | Compiling proc-macro2 v1.0.86 |
477 | 2024-07-11T23:22:18.746Z | Compiling unicode-ident v1.0.12 |
478 | 2024-07-11T23:22:18.746Z | Compiling libc v0.2.155 |
479 | 2024-07-11T23:22:18.770Z | Compiling version_check v0.9.4 |
480 | 2024-07-11T23:22:18.770Z | Compiling cfg-if v1.0.0 |
481 | 2024-07-11T23:22:18.770Z | Compiling itoa v1.0.11 |
482 | 2024-07-11T23:22:18.770Z | Compiling once_cell v1.19.0 |
483 | 2024-07-11T23:22:18.794Z | Compiling autocfg v1.3.0 |
484 | 2024-07-11T23:22:18.952Z | Compiling serde v1.0.204 |
485 | 2024-07-11T23:22:19.106Z | Compiling memchr v2.7.2 |
486 | 2024-07-11T23:22:19.131Z | Compiling thiserror v1.0.60 |
487 | 2024-07-11T23:22:19.282Z | Compiling ryu v1.0.18 |
488 | 2024-07-11T23:22:19.579Z | Compiling pin-project-lite v0.2.14 |
489 | 2024-07-11T23:22:19.616Z | Compiling bitflags v2.5.0 |
490 | 2024-07-11T23:22:19.643Z | Compiling pkg-config v0.3.30 |
491 | 2024-07-11T23:22:19.723Z | Compiling ucd-trie v0.1.6 |
492 | 2024-07-11T23:22:19.778Z | Compiling cc v1.0.97 |
493 | 2024-07-11T23:22:19.833Z | Compiling lock_api v0.4.12 |
494 | 2024-07-11T23:22:20.004Z | Compiling vcpkg v0.2.15 |
495 | 2024-07-11T23:22:20.071Z | Compiling parking_lot_core v0.9.10 |
496 | 2024-07-11T23:22:20.464Z | Compiling quote v1.0.36 |
497 | 2024-07-11T23:22:20.526Z | Compiling slab v0.4.9 |
498 | 2024-07-11T23:22:20.609Z | Compiling scopeguard v1.2.0 |
499 | 2024-07-11T23:22:20.792Z | Compiling futures-sink v0.3.30 |
500 | 2024-07-11T23:22:20.905Z | Compiling syn v2.0.68 |
501 | 2024-07-11T23:22:21.032Z | Compiling smallvec v1.13.2 |
502 | 2024-07-11T23:22:21.167Z | Compiling futures-core v0.3.30 |
503 | 2024-07-11T23:22:21.231Z | Compiling bytes v1.6.0 |
504 | 2024-07-11T23:22:21.574Z | Compiling hashbrown v0.14.5 |
505 | 2024-07-11T23:22:21.788Z | Compiling byteorder v1.5.0 |
506 | 2024-07-11T23:22:21.997Z | Compiling log v0.4.21 |
507 | 2024-07-11T23:22:22.058Z | Compiling serde_json v1.0.120 |
508 | 2024-07-11T23:22:22.160Z | Compiling equivalent v1.0.1 |
509 | 2024-07-11T23:22:22.238Z | Compiling fnv v1.0.7 |
510 | 2024-07-11T23:22:22.269Z | Compiling parking_lot v0.12.2 |
511 | 2024-07-11T23:22:22.370Z | Compiling futures-channel v0.3.30 |
512 | 2024-07-11T23:22:22.394Z | Compiling signal-hook-registry v1.4.2 |
513 | 2024-07-11T23:22:22.447Z | Compiling mio v0.8.11 |
514 | 2024-07-11T23:22:22.629Z | Compiling socket2 v0.5.7 |
515 | 2024-07-11T23:22:22.743Z | Compiling indexmap v2.2.6 |
516 | 2024-07-11T23:22:22.768Z | Compiling num_cpus v1.16.0 |
517 | 2024-07-11T23:22:22.890Z | Compiling typenum v1.17.0 |
518 | 2024-07-11T23:22:23.033Z | Compiling openssl-sys v0.9.102 |
519 | 2024-07-11T23:22:23.164Z | Compiling futures-io v0.3.30 |
520 | 2024-07-11T23:22:23.477Z | Compiling rustix v0.38.34 |
521 | 2024-07-11T23:22:23.548Z | Compiling futures-task v0.3.30 |
522 | 2024-07-11T23:22:23.763Z | Compiling pin-utils v0.1.0 |
523 | 2024-07-11T23:22:23.854Z | Compiling errno v0.3.9 |
524 | 2024-07-11T23:22:23.913Z | Compiling generic-array v0.14.7 |
525 | 2024-07-11T23:22:23.938Z | Compiling openssl v0.10.64 |
526 | 2024-07-11T23:22:23.938Z | Compiling foreign-types-shared v0.1.1 |
527 | 2024-07-11T23:22:24.058Z | Compiling slog v2.7.0 |
528 | 2024-07-11T23:22:24.114Z | Compiling foreign-types v0.3.2 |
529 | 2024-07-11T23:22:24.335Z | Compiling http v0.2.12 |
530 | 2024-07-11T23:22:24.400Z | Compiling proc-macro-error-attr v1.0.4 |
531 | 2024-07-11T23:22:24.633Z | Compiling usdt-impl v0.5.0 |
532 | 2024-07-11T23:22:24.710Z | Compiling tracing-core v0.1.32 |
533 | 2024-07-11T23:22:24.938Z | Compiling tinyvec_macros v0.1.1 |
534 | 2024-07-11T23:22:24.988Z | Compiling time-core v0.1.2 |
535 | 2024-07-11T23:22:25.044Z | Compiling native-tls v0.2.11 |
536 | 2024-07-11T23:22:25.190Z | Compiling httparse v1.8.0 |
537 | 2024-07-11T23:22:25.373Z | Compiling powerfmt v0.2.0 |
538 | 2024-07-11T23:22:25.405Z | Compiling num-conv v0.1.0 |
539 | 2024-07-11T23:22:25.525Z | Compiling syn v1.0.109 |
540 | 2024-07-11T23:22:25.641Z | Compiling deranged v0.3.11 |
541 | 2024-07-11T23:22:25.712Z | Compiling time-macros v0.2.18 |
542 | 2024-07-11T23:22:25.848Z | Compiling tracing v0.1.40 |
543 | 2024-07-11T23:22:26.281Z | Compiling tinyvec v1.6.0 |
544 | 2024-07-11T23:22:26.480Z | Compiling thread-id v4.2.1 |
545 | 2024-07-11T23:22:26.821Z | Compiling proc-macro-error v1.0.4 |
546 | 2024-07-11T23:22:26.991Z | Compiling try-lock v0.2.5 |
547 | 2024-07-11T23:22:27.114Z | Compiling plain v0.2.3 |
548 | 2024-07-11T23:22:27.159Z | Compiling num_threads v0.1.7 |
549 | 2024-07-11T23:22:27.279Z | Compiling rustversion v1.0.17 |
550 | 2024-07-11T23:22:27.303Z | Compiling percent-encoding v2.3.1 |
551 | 2024-07-11T23:22:27.433Z | Compiling openssl-probe v0.1.5 |
552 | 2024-07-11T23:22:27.457Z | Compiling utf8parse v0.2.1 |
553 | 2024-07-11T23:22:27.503Z | Compiling heck v0.5.0 |
554 | 2024-07-11T23:22:27.622Z | Compiling crossbeam-utils v0.8.19 |
555 | 2024-07-11T23:22:27.646Z | Compiling anstyle-parse v0.2.4 |
556 | 2024-07-11T23:22:27.693Z | Compiling unicode-normalization v0.1.23 |
557 | 2024-07-11T23:22:27.771Z | Compiling form_urlencoded v1.2.1 |
558 | 2024-07-11T23:22:27.986Z | Compiling want v0.3.1 |
559 | 2024-07-11T23:22:28.191Z | Compiling http-body v0.4.6 |
560 | 2024-07-11T23:22:28.280Z | Compiling dirs-sys-next v0.1.2 |
561 | 2024-07-11T23:22:28.658Z | Compiling pretty-hex v0.4.1 |
562 | 2024-07-11T23:22:28.727Z | Compiling time v0.3.36 |
563 | 2024-07-11T23:22:28.794Z | Compiling is_terminal_polyfill v1.70.0 |
564 | 2024-07-11T23:22:28.843Z | Compiling camino v1.1.7 |
565 | 2024-07-11T23:22:28.870Z | Compiling anstyle v1.0.7 |
566 | 2024-07-11T23:22:28.899Z | Compiling crc32fast v1.4.0 |
567 | 2024-07-11T23:22:28.931Z | Compiling semver v1.0.23 |
568 | 2024-07-11T23:22:28.955Z | Compiling tower-service v0.3.2 |
569 | 2024-07-11T23:22:29.085Z | Compiling httpdate v1.0.3 |
570 | 2024-07-11T23:22:29.287Z | Compiling colorchoice v1.0.1 |
571 | 2024-07-11T23:22:29.328Z | Compiling winnow v0.6.8 |
572 | 2024-07-11T23:22:29.389Z | Compiling unicode-bidi v0.3.15 |
573 | 2024-07-11T23:22:29.412Z | Compiling anstyle-query v1.0.3 |
574 | 2024-07-11T23:22:29.522Z | Compiling anstream v0.6.14 |
575 | 2024-07-11T23:22:29.654Z | Compiling dirs-next v2.0.0 |
576 | 2024-07-11T23:22:30.171Z | Compiling idna v0.5.0 |
577 | 2024-07-11T23:22:30.910Z | Compiling block-buffer v0.10.4 |
578 | 2024-07-11T23:22:31.129Z | Compiling crypto-common v0.1.6 |
579 | 2024-07-11T23:22:31.153Z | Compiling terminal_size v0.3.0 |
580 | 2024-07-11T23:22:31.361Z | Compiling fs-err v2.11.0 |
581 | 2024-07-11T23:22:31.399Z | Compiling thread_local v1.1.8 |
582 | 2024-07-11T23:22:31.454Z | Compiling heck v0.4.1 |
583 | 2024-07-11T23:22:31.543Z | Compiling match_cfg v0.1.0 |
584 | 2024-07-11T23:22:31.601Z | Compiling unicode-width v0.1.13 |
585 | 2024-07-11T23:22:31.641Z | Compiling bytecount v0.6.8 |
586 | 2024-07-11T23:22:31.826Z | Compiling clap_lex v0.7.0 |
587 | 2024-07-11T23:22:31.862Z | Compiling anyhow v1.0.86 |
588 | 2024-07-11T23:22:31.896Z | Compiling adler v1.0.2 |
589 | 2024-07-11T23:22:31.942Z | Compiling base64 v0.21.7 |
590 | 2024-07-11T23:22:32.123Z | Compiling strsim v0.11.1 |
591 | 2024-07-11T23:22:32.155Z | Compiling slog-async v2.8.0 |
592 | 2024-07-11T23:22:32.323Z | Compiling miniz_oxide v0.7.2 |
593 | 2024-07-11T23:22:32.446Z | Compiling serde_derive v1.0.204 |
594 | 2024-07-11T23:22:32.484Z | Compiling thiserror-impl v1.0.60 |
595 | 2024-07-11T23:22:32.584Z | Compiling zerocopy-derive v0.7.34 |
596 | 2024-07-11T23:22:32.609Z | Compiling tokio-macros v2.3.0 |
597 | 2024-07-11T23:22:32.636Z | Compiling futures-macro v0.3.30 |
598 | 2024-07-11T23:22:32.982Z | Compiling openssl-macros v0.1.1 |
599 | 2024-07-11T23:22:33.608Z | Compiling scroll_derive v0.12.0 |
600 | 2024-07-11T23:22:33.752Z | Compiling tabled_derive v0.7.0 |
601 | 2024-07-11T23:22:34.089Z | Compiling tokio v1.38.0 |
602 | 2024-07-11T23:22:34.384Z | Compiling futures-util v0.3.30 |
603 | 2024-07-11T23:22:34.580Z | Compiling zerocopy v0.7.34 |
604 | 2024-07-11T23:22:34.864Z | Compiling scroll v0.12.0 |
605 | 2024-07-11T23:22:35.368Z | Compiling goblin v0.8.2 |
606 | 2024-07-11T23:22:35.434Z | Compiling pest v2.7.10 |
607 | 2024-07-11T23:22:36.040Z | Compiling clap_derive v4.5.4 |
608 | 2024-07-11T23:22:36.065Z | Compiling strum_macros v0.26.4 |
609 | 2024-07-11T23:22:37.920Z | Compiling pest_meta v2.7.10 |
610 | 2024-07-11T23:22:40.293Z | Compiling pest_generator v2.7.10 |
611 | 2024-07-11T23:22:41.160Z | Compiling tokio-util v0.7.11 |
612 | 2024-07-11T23:22:41.186Z | Compiling tokio-native-tls v0.3.1 |
613 | 2024-07-11T23:22:41.427Z | Compiling futures-executor v0.3.30 |
614 | 2024-07-11T23:22:41.935Z | Compiling clap_builder v4.5.2 |
615 | 2024-07-11T23:22:42.047Z | Compiling h2 v0.3.26 |
616 | 2024-07-11T23:22:42.369Z | Compiling rustls-pemfile v1.0.4 |
617 | 2024-07-11T23:22:42.545Z | Compiling pest_derive v2.7.10 |
618 | 2024-07-11T23:22:42.752Z | Compiling papergrid v0.11.0 |
619 | 2024-07-11T23:22:43.194Z | Compiling dtrace-parser v0.2.0 |
620 | 2024-07-11T23:22:44.668Z | Compiling serde_spanned v0.6.6 |
621 | 2024-07-11T23:22:45.023Z | Compiling serde_tokenstream v0.2.1 |
622 | 2024-07-11T23:22:45.057Z | Compiling toml_datetime v0.6.6 |
623 | 2024-07-11T23:22:45.480Z | Compiling toml_edit v0.22.14 |
624 | 2024-07-11T23:22:45.504Z | Compiling serde_urlencoded v0.7.1 |
625 | 2024-07-11T23:22:46.004Z | Compiling dof v0.3.0 |
626 | 2024-07-11T23:22:47.036Z | Compiling hyper v0.14.28 |
627 | 2024-07-11T23:22:47.242Z | Compiling slog-json v2.6.1 |
628 | 2024-07-11T23:22:47.827Z | Compiling cargo-platform v0.1.8 |
629 | 2024-07-11T23:22:48.163Z | Compiling toml v0.8.14 |
630 | 2024-07-11T23:22:48.349Z | Compiling usdt-macro v0.5.0 |
631 | 2024-07-11T23:22:48.378Z | Compiling usdt-attr-macro v0.5.0 |
632 | 2024-07-11T23:22:48.539Z | Compiling hostname v0.3.1 |
633 | 2024-07-11T23:22:48.900Z | Compiling digest v0.10.7 |
634 | 2024-07-11T23:22:48.973Z | Compiling url v2.5.0 |
635 | 2024-07-11T23:22:49.266Z | Compiling crossbeam-channel v0.5.12 |
636 | 2024-07-11T23:22:49.437Z | Compiling term v0.7.0 |
637 | 2024-07-11T23:22:49.643Z | Compiling xattr v1.3.1 |
638 | 2024-07-11T23:22:49.891Z | Compiling memmap v0.7.0 |
639 | 2024-07-11T23:22:49.918Z | Compiling filetime v0.2.23 |
640 | 2024-07-11T23:22:50.049Z | Compiling is-terminal v0.4.12 |
641 | 2024-07-11T23:22:50.170Z | Compiling hyper-tls v0.5.0 |
642 | 2024-07-11T23:22:50.226Z | Compiling encoding_rs v0.8.34 |
643 | 2024-07-11T23:22:50.260Z | Compiling ipnet v2.9.0 |
644 | 2024-07-11T23:22:50.260Z | Compiling take_mut v0.2.2 |
645 | 2024-07-11T23:22:50.434Z | Compiling cpufeatures v0.2.12 |
646 | 2024-07-11T23:22:50.459Z | Compiling mime v0.3.17 |
647 | 2024-07-11T23:22:50.544Z | Compiling sync_wrapper v0.1.2 |
648 | 2024-07-11T23:22:50.599Z | Compiling sha2 v0.10.8 |
649 | 2024-07-11T23:22:50.839Z | Compiling slog-term v2.9.1 |
650 | 2024-07-11T23:22:51.049Z | Compiling tar v0.4.40 |
651 | 2024-07-11T23:22:51.409Z | Compiling usdt v0.5.0 |
652 | 2024-07-11T23:22:51.715Z | Compiling flate2 v1.0.30 |
653 | 2024-07-11T23:22:51.860Z | Compiling cargo_toml v0.20.3 |
654 | 2024-07-11T23:22:52.287Z | Compiling reqwest v0.11.27 |
655 | 2024-07-11T23:22:52.342Z | Compiling cargo_metadata v0.18.1 |
656 | 2024-07-11T23:22:52.531Z | Compiling slog-bunyan v2.5.0 |
657 | 2024-07-11T23:22:52.702Z | Compiling clap v4.5.4 |
658 | 2024-07-11T23:22:52.726Z | Compiling macaddr v1.0.1 |
659 | 2024-07-11T23:22:52.800Z | Compiling tabled v0.15.0 |
660 | 2024-07-11T23:22:52.825Z | Compiling futures v0.3.30 |
661 | 2024-07-11T23:22:52.938Z | Compiling strum v0.26.2 |
662 | 2024-07-11T23:22:53.100Z | Compiling swrite v0.1.0 |
663 | 2024-07-11T23:22:58.350Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
664 | 2024-07-11T23:23:08.552Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 14s |
665 | 2024-07-11T23:23:08.777Z | Running `target/debug/xtask download cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
666 | 2024-07-11T23:23:08.862Z | Jul 11 23:23:08.027 INFO Starting download, target: Clickhouse |
667 | 2024-07-11T23:23:08.862Z | Jul 11 23:23:08.027 INFO Starting download, target: Cockroach |
668 | 2024-07-11T23:23:08.862Z | Jul 11 23:23:08.027 INFO Starting download, target: Console |
669 | 2024-07-11T23:23:08.862Z | Jul 11 23:23:08.027 INFO Starting download, target: DendriteOpenapi |
670 | 2024-07-11T23:23:08.862Z | Jul 11 23:23:08.027 INFO Starting download, target: DendriteStub |
671 | 2024-07-11T23:23:08.862Z | Jul 11 23:23:08.027 INFO Starting download, target: MaghemiteMgd |
672 | 2024-07-11T23:23:08.862Z | Jul 11 23:23:08.028 INFO Starting download, target: TransceiverControl |
673 | 2024-07-11T23:23:08.887Z | Jul 11 23:23:08.029 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console |
674 | 2024-07-11T23:23:08.887Z | Jul 11 23:23:08.029 INFO Downloading out/downloads/dpd-e83f4f164fd3dbb2100989a399a4fa087232ac36.json (attempt 1/3), target: DendriteOpenapi |
675 | 2024-07-11T23:23:08.887Z | Jul 11 23:23:08.030 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse |
676 | 2024-07-11T23:23:08.887Z | Jul 11 23:23:08.030 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl |
677 | 2024-07-11T23:23:08.887Z | Jul 11 23:23:08.030 INFO Downloading out/downloads/cockroach-v22.1.9.illumos.tar.gz (attempt 1/3), target: Cockroach |
678 | 2024-07-11T23:23:08.887Z | Jul 11 23:23:08.030 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd |
679 | 2024-07-11T23:23:08.887Z | Jul 11 23:23:08.030 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub |
680 | 2024-07-11T23:23:09.282Z | Jul 11 23:23:08.446 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console |
681 | 2024-07-11T23:23:09.312Z | Jul 11 23:23:08.449 INFO Download complete, target: DendriteOpenapi |
682 | 2024-07-11T23:23:09.667Z | Jul 11 23:23:08.834 INFO Download complete, target: Console |
683 | 2024-07-11T23:23:09.846Z | Jul 11 23:23:09.013 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl |
684 | 2024-07-11T23:23:10.613Z | Jul 11 23:23:09.772 INFO Download complete, target: TransceiverControl |
685 | 2024-07-11T23:23:11.120Z | Jul 11 23:23:10.287 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd |
686 | 2024-07-11T23:23:11.667Z | Jul 11 23:23:10.834 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub |
687 | 2024-07-11T23:23:14.509Z | Jul 11 23:23:13.676 INFO Download complete, target: MaghemiteMgd |
688 | 2024-07-11T23:23:14.934Z | Jul 11 23:23:14.101 INFO Download complete, target: DendriteStub |
689 | 2024-07-11T23:23:16.449Z | Jul 11 23:23:15.616 INFO tarball path: out/downloads/cockroach-v22.1.9.illumos.tar.gz, target: Cockroach |
690 | 2024-07-11T23:23:16.449Z | Jul 11 23:23:15.616 INFO Unpacking out/downloads/cockroach-v22.1.9.illumos.tar.gz to out/downloads, target: Cockroach |
691 | 2024-07-11T23:23:25.985Z | Jul 11 23:23:25.152 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse |
692 | 2024-07-11T23:23:26.462Z | Jul 11 23:23:25.629 INFO Copying from out/downloads/cockroach-v22.1.9 to out/cockroachdb, target: Cockroach |
693 | 2024-07-11T23:23:26.860Z | Jul 11 23:23:26.027 INFO Checking that binary works, target: Cockroach |
694 | 2024-07-11T23:23:27.070Z | Jul 11 23:23:26.237 INFO Download complete, target: Cockroach |
695 | 2024-07-11T23:23:42.999Z | Jul 11 23:23:42.166 INFO Checking that binary works, target: Clickhouse |
696 | 2024-07-11T23:23:43.161Z | Jul 11 23:23:42.329 INFO Download complete, target: Clickhouse |
697 | 2024-07-11T23:23:43.188Z | All builder prerequisites installed successfully, and PATH looks valid |
698 | 2024-07-11T23:23:43.213Z | |
699 | 2024-07-11T23:23:43.213Z | real 2:49.413593172 |
700 | 2024-07-11T23:23:43.213Z | user 5:29.963759295 |
701 | 2024-07-11T23:23:43.213Z | sys 1:21.912017480 |
702 | 2024-07-11T23:23:43.213Z | trap 0.185904494 |
703 | 2024-07-11T23:23:43.213Z | tflt 0.107475080 |
704 | 2024-07-11T23:23:43.213Z | dflt 0.804009041 |
705 | 2024-07-11T23:23:43.213Z | kflt 0.007855632 |
706 | 2024-07-11T23:23:43.213Z | lock 16:29.297408633 |
707 | 2024-07-11T23:23:43.213Z | slp 15:05.087473609 |
708 | 2024-07-11T23:23:43.213Z | lat 24.347689370 |
709 | 2024-07-11T23:23:43.213Z | stop 1:04.622204999 |
710 | 2024-07-11T23:23:43.213Z | + banner clippy |
711 | 2024-07-11T23:23:43.213Z | |
712 | 2024-07-11T23:23:43.213Z | #### # # ##### ##### # # |
713 | 2024-07-11T23:23:43.213Z | # # # # # # # # # # |
714 | 2024-07-11T23:23:43.214Z | # # # # # # # # |
715 | 2024-07-11T23:23:43.214Z | # # # ##### ##### # |
716 | 2024-07-11T23:23:43.214Z | # # # # # # # |
717 | 2024-07-11T23:23:43.214Z | #### ###### # # # # |
718 | 2024-07-11T23:23:43.214Z | |
719 | 2024-07-11T23:23:43.214Z | + export CARGO_INCREMENTAL=0 |
720 | 2024-07-11T23:23:43.214Z | + CARGO_INCREMENTAL=0 |
721 | 2024-07-11T23:23:43.214Z | + ptime -m cargo xtask clippy |
722 | 2024-07-11T23:23:43.954Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
723 | 2024-07-11T23:23:53.848Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 10.59s |
724 | 2024-07-11T23:23:53.910Z | Running `target/debug/xtask clippy` |
725 | 2024-07-11T23:23:53.946Z | running: "/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/cargo" "clippy" "--all-targets" "--workspace" "--" "--deny" "warnings" |
726 | 2024-07-11T23:23:54.919Z | Downloading crates ... |
727 | 2024-07-11T23:23:55.129Z | Downloaded atty v0.2.14 |
728 | 2024-07-11T23:23:55.155Z | Downloaded async-stream-impl v0.3.5 |
729 | 2024-07-11T23:23:55.155Z | Downloaded bitstruct_derive v0.1.0 |
730 | 2024-07-11T23:23:55.155Z | Downloaded is_ci v1.2.0 |
731 | 2024-07-11T23:23:55.180Z | Downloaded path-slash v0.1.5 |
732 | 2024-07-11T23:23:55.180Z | Downloaded password-hash v0.5.0 |
733 | 2024-07-11T23:23:55.205Z | Downloaded structmeta-derive v0.3.0 |
734 | 2024-07-11T23:23:55.205Z | Downloaded zeroize v1.7.0 |
735 | 2024-07-11T23:23:55.229Z | Downloaded debug-ignore v1.0.5 |
736 | 2024-07-11T23:23:55.230Z | Downloaded zeroize_derive v1.4.2 |
737 | 2024-07-11T23:23:55.230Z | Downloaded russh-keys v0.43.0 |
738 | 2024-07-11T23:23:55.254Z | Downloaded stability v0.2.0 |
739 | 2024-07-11T23:23:55.279Z | Downloaded tls_codec v0.4.1 |
740 | 2024-07-11T23:23:55.279Z | Downloaded hostname v0.4.0 |
741 | 2024-07-11T23:23:55.304Z | Downloaded defmt-parser v0.3.4 |
742 | 2024-07-11T23:23:55.304Z | Downloaded serde_repr v0.1.19 |
743 | 2024-07-11T23:23:55.304Z | Downloaded sha1 v0.10.6 |
744 | 2024-07-11T23:23:55.304Z | Downloaded hubpack_derive v0.1.1 |
745 | 2024-07-11T23:23:55.328Z | Downloaded plotters-svg v0.3.5 |
746 | 2024-07-11T23:23:55.328Z | Downloaded pretty-hex v0.2.1 |
747 | 2024-07-11T23:23:55.328Z | Downloaded psl-types v2.0.11 |
748 | 2024-07-11T23:23:55.328Z | Downloaded proc-macro-crate v1.3.1 |
749 | 2024-07-11T23:23:55.328Z | Downloaded quick-error v1.2.3 |
750 | 2024-07-11T23:23:55.353Z | Downloaded postcard v1.0.8 |
751 | 2024-07-11T23:23:55.353Z | Downloaded prettyplease v0.2.20 |
752 | 2024-07-11T23:23:55.353Z | Downloaded publicsuffix v2.2.3 |
753 | 2024-07-11T23:23:55.378Z | Downloaded postgres-types v0.2.6 |
754 | 2024-07-11T23:23:55.378Z | Downloaded quick-xml v0.31.0 |
755 | 2024-07-11T23:23:55.404Z | Downloaded derive_builder_core v0.20.0 |
756 | 2024-07-11T23:23:55.404Z | Downloaded polar-core v0.27.3 |
757 | 2024-07-11T23:23:55.430Z | Downloaded rustyline v14.0.0 |
758 | 2024-07-11T23:23:55.430Z | Downloaded petgraph v0.6.5 |
759 | 2024-07-11T23:23:55.455Z | Downloaded radix_trie v0.2.1 |
760 | 2024-07-11T23:23:55.455Z | Downloaded regex v1.10.5 |
761 | 2024-07-11T23:23:55.479Z | Downloaded sled v0.34.7 |
762 | 2024-07-11T23:23:55.503Z | Downloaded bzip2-sys v0.1.11+1.0.8 |
763 | 2024-07-11T23:23:55.528Z | Downloaded csv v1.3.0 |
764 | 2024-07-11T23:23:55.552Z | Downloaded trust-dns-proto v0.22.0 |
765 | 2024-07-11T23:23:55.552Z | Downloaded bstr v1.9.1 |
766 | 2024-07-11T23:23:55.576Z | Downloaded gimli v0.28.1 |
767 | 2024-07-11T23:23:55.576Z | Downloaded smoltcp v0.11.0 |
768 | 2024-07-11T23:23:55.600Z | Downloaded smoltcp v0.9.1 |
769 | 2024-07-11T23:23:55.600Z | Downloaded diesel v2.1.6 |
770 | 2024-07-11T23:23:55.629Z | Downloaded bstr v0.2.17 |
771 | 2024-07-11T23:23:55.654Z | Downloaded sha3 v0.10.8 |
772 | 2024-07-11T23:23:55.654Z | Downloaded rand v0.7.3 |
773 | 2024-07-11T23:23:55.678Z | Downloaded guppy v0.17.5 |
774 | 2024-07-11T23:23:55.678Z | Downloaded rustls-webpki v0.102.4 |
775 | 2024-07-11T23:23:55.702Z | Downloaded rustls-webpki v0.101.7 |
776 | 2024-07-11T23:23:55.727Z | Downloaded ring v0.17.8 |
777 | 2024-07-11T23:23:55.793Z | Downloaded curve25519-dalek v4.1.3 |
778 | 2024-07-11T23:23:55.818Z | Downloaded chrono v0.4.38 |
779 | 2024-07-11T23:23:55.842Z | Downloaded bitvec v1.0.1 |
780 | 2024-07-11T23:23:55.866Z | Downloaded finl_unicode v1.2.0 |
781 | 2024-07-11T23:23:55.866Z | Downloaded bindgen v0.69.4 |
782 | 2024-07-11T23:23:55.890Z | Downloaded ring v0.16.20 |
783 | 2024-07-11T23:23:55.987Z | Downloaded ratatui v0.27.0 |
784 | 2024-07-11T23:23:56.012Z | Downloaded rand v0.8.5 |
785 | 2024-07-11T23:23:56.036Z | Downloaded regex-automata v0.4.6 |
786 | 2024-07-11T23:23:56.036Z | Downloaded reedline v0.31.0 |
787 | 2024-07-11T23:23:56.060Z | Downloaded zerocopy-derive v0.6.6 |
788 | 2024-07-11T23:23:56.060Z | Downloaded serde_with v3.8.3 |
789 | 2024-07-11T23:23:56.084Z | Downloaded aho-corasick v1.1.3 |
790 | 2024-07-11T23:23:56.084Z | Downloaded rustls v0.22.4 |
791 | 2024-07-11T23:23:56.084Z | Downloaded rand_distr v0.4.3 |
792 | 2024-07-11T23:23:56.109Z | Downloaded headers v0.3.9 |
793 | 2024-07-11T23:23:56.109Z | Downloaded hashbrown v0.13.2 |
794 | 2024-07-11T23:23:56.109Z | Downloaded hashbrown v0.12.3 |
795 | 2024-07-11T23:23:56.109Z | Downloaded salty v0.2.0 |
796 | 2024-07-11T23:23:56.109Z | Downloaded proptest v1.4.0 |
797 | 2024-07-11T23:23:56.133Z | Downloaded regex-syntax v0.8.3 |
798 | 2024-07-11T23:23:56.133Z | Downloaded postgres-protocol v0.6.6 |
799 | 2024-07-11T23:23:56.133Z | Downloaded hyper v1.3.1 |
800 | 2024-07-11T23:23:56.157Z | Downloaded dhcproto v0.11.0 |
801 | 2024-07-11T23:23:56.157Z | Downloaded derive_more v0.99.18 |
802 | 2024-07-11T23:23:56.158Z | Downloaded tokio-rustls v0.25.0 |
803 | 2024-07-11T23:23:56.158Z | Downloaded signal-hook v0.3.17 |
804 | 2024-07-11T23:23:56.158Z | Downloaded samael v0.0.15 |
805 | 2024-07-11T23:23:56.158Z | Downloaded regress v0.9.1 |
806 | 2024-07-11T23:23:56.182Z | Downloaded regex-syntax v0.6.29 |
807 | 2024-07-11T23:23:56.182Z | Downloaded trust-dns-resolver v0.22.0 |
808 | 2024-07-11T23:23:56.182Z | Downloaded predicates-tree v1.0.9 |
809 | 2024-07-11T23:23:56.182Z | Downloaded predicates-core v1.0.6 |
810 | 2024-07-11T23:23:56.182Z | Downloaded predicates v3.1.0 |
811 | 2024-07-11T23:23:56.206Z | Downloaded ppv-lite86 v0.2.17 |
812 | 2024-07-11T23:23:56.206Z | Downloaded portable-atomic v1.6.0 |
813 | 2024-07-11T23:23:56.206Z | Downloaded plotters v0.3.5 |
814 | 2024-07-11T23:23:56.206Z | Downloaded futures-timer v3.0.3 |
815 | 2024-07-11T23:23:56.206Z | Downloaded derive_builder v0.20.0 |
816 | 2024-07-11T23:23:56.230Z | Downloaded rayon v1.10.0 |
817 | 2024-07-11T23:23:56.230Z | Downloaded rand_chacha v0.2.2 |
818 | 2024-07-11T23:23:56.230Z | Downloaded half v2.4.1 |
819 | 2024-07-11T23:23:56.231Z | Downloaded schemars v0.8.21 |
820 | 2024-07-11T23:23:56.255Z | Downloaded ed25519-dalek v2.1.1 |
821 | 2024-07-11T23:23:56.255Z | Downloaded rustls v0.21.12 |
822 | 2024-07-11T23:23:56.281Z | Downloaded blake3 v1.5.1 |
823 | 2024-07-11T23:23:56.281Z | Downloaded pretty_assertions v1.4.0 |
824 | 2024-07-11T23:23:56.281Z | Downloaded http v1.1.0 |
825 | 2024-07-11T23:23:56.282Z | Downloaded getopts v0.2.21 |
826 | 2024-07-11T23:23:56.282Z | Downloaded gethostname v0.4.3 |
827 | 2024-07-11T23:23:56.282Z | Downloaded funty v2.0.0 |
828 | 2024-07-11T23:23:56.282Z | Downloaded tough v0.17.1 |
829 | 2024-07-11T23:23:56.306Z | Downloaded sqlparser v0.45.0 |
830 | 2024-07-11T23:23:56.306Z | Downloaded socket2 v0.4.10 |
831 | 2024-07-11T23:23:56.306Z | Downloaded snafu v0.8.2 |
832 | 2024-07-11T23:23:56.306Z | Downloaded rcgen v0.12.1 |
833 | 2024-07-11T23:23:56.306Z | Downloaded trust-dns-server v0.22.1 |
834 | 2024-07-11T23:23:56.330Z | Downloaded crossterm v0.27.0 |
835 | 2024-07-11T23:23:56.330Z | Downloaded pkcs8 v0.10.2 |
836 | 2024-07-11T23:23:56.330Z | Downloaded pin-project-internal v1.1.5 |
837 | 2024-07-11T23:23:56.331Z | Downloaded pem-rfc7468 v0.7.0 |
838 | 2024-07-11T23:23:56.331Z | Downloaded hyper-util v0.1.3 |
839 | 2024-07-11T23:23:56.331Z | Downloaded hyper-rustls v0.24.2 |
840 | 2024-07-11T23:23:56.355Z | Downloaded hkdf v0.12.4 |
841 | 2024-07-11T23:23:56.355Z | Downloaded aes-gcm v0.10.3 |
842 | 2024-07-11T23:23:56.355Z | Downloaded primeorder v0.13.6 |
843 | 2024-07-11T23:23:56.355Z | Downloaded plotters-backend v0.3.5 |
844 | 2024-07-11T23:23:56.355Z | Downloaded pin-project v1.1.5 |
845 | 2024-07-11T23:23:56.379Z | Downloaded phf v0.11.2 |
846 | 2024-07-11T23:23:56.379Z | Downloaded der v0.7.9 |
847 | 2024-07-11T23:23:56.379Z | Downloaded rand_core v0.6.4 |
848 | 2024-07-11T23:23:56.379Z | Downloaded rand_chacha v0.3.1 |
849 | 2024-07-11T23:23:56.379Z | Downloaded r2d2 v0.8.10 |
850 | 2024-07-11T23:23:56.379Z | Downloaded unicode-segmentation v1.11.0 |
851 | 2024-07-11T23:23:56.379Z | Downloaded typed-path v0.7.1 |
852 | 2024-07-11T23:23:56.403Z | Downloaded trust-dns-client v0.22.0 |
853 | 2024-07-11T23:23:56.403Z | Downloaded steno v0.4.1 |
854 | 2024-07-11T23:23:56.403Z | Downloaded precomputed-hash v0.1.1 |
855 | 2024-07-11T23:23:56.403Z | Downloaded polyval v0.6.2 |
856 | 2024-07-11T23:23:56.403Z | Downloaded poly1305 v0.8.0 |
857 | 2024-07-11T23:23:56.403Z | Downloaded phf_shared v0.11.2 |
858 | 2024-07-11T23:23:56.403Z | Downloaded peg v0.8.3 |
859 | 2024-07-11T23:23:56.403Z | Downloaded hyper-staticfile v0.9.5 |
860 | 2024-07-11T23:23:56.428Z | Downloaded rand_core v0.5.1 |
861 | 2024-07-11T23:23:56.428Z | Downloaded radium v0.7.0 |
862 | 2024-07-11T23:23:56.428Z | Downloaded tower v0.4.13 |
863 | 2024-07-11T23:23:56.428Z | Downloaded globset v0.4.14 |
864 | 2024-07-11T23:23:56.428Z | Downloaded getrandom v0.2.14 |
865 | 2024-07-11T23:23:56.428Z | Downloaded getrandom v0.1.16 |
866 | 2024-07-11T23:23:56.428Z | Downloaded diff v0.1.13 |
867 | 2024-07-11T23:23:56.454Z | Downloaded diesel_derives v2.1.4 |
868 | 2024-07-11T23:23:56.454Z | Downloaded criterion v0.5.1 |
869 | 2024-07-11T23:23:56.454Z | Downloaded portpicker v0.1.1 |
870 | 2024-07-11T23:23:56.454Z | Downloaded pkcs1 v0.7.5 |
871 | 2024-07-11T23:23:56.454Z | Downloaded peg-runtime v0.8.3 |
872 | 2024-07-11T23:23:56.454Z | Downloaded peg-macros v0.8.3 |
873 | 2024-07-11T23:23:56.454Z | Downloaded humantime v2.1.0 |
874 | 2024-07-11T23:23:56.454Z | Downloaded hubpack v0.1.2 |
875 | 2024-07-11T23:23:56.454Z | Downloaded httptest v0.15.5 |
876 | 2024-07-11T23:23:56.478Z | Downloaded fxhash v0.2.1 |
877 | 2024-07-11T23:23:56.478Z | Downloaded derive_builder_macro v0.20.0 |
878 | 2024-07-11T23:23:56.479Z | Downloaded serde_yaml v0.9.34+deprecated |
879 | 2024-07-11T23:23:56.479Z | Downloaded rayon-core v1.12.1 |
880 | 2024-07-11T23:23:56.479Z | Downloaded slog-dtrace v0.3.0 |
881 | 2024-07-11T23:23:56.479Z | Downloaded group v0.13.0 |
882 | 2024-07-11T23:23:56.479Z | Downloaded hyper-rustls v0.26.0 |
883 | 2024-07-11T23:23:56.479Z | Downloaded http-range v0.1.5 |
884 | 2024-07-11T23:23:56.479Z | Downloaded derive-where v1.2.7 |
885 | 2024-07-11T23:23:56.479Z | Downloaded siphasher v0.3.11 |
886 | 2024-07-11T23:23:56.479Z | Downloaded shlex v1.3.0 |
887 | 2024-07-11T23:23:56.503Z | Downloaded shell-words v1.1.0 |
888 | 2024-07-11T23:23:56.503Z | Downloaded unicode_categories v0.1.1 |
889 | 2024-07-11T23:23:56.503Z | Downloaded phf_shared v0.10.0 |
890 | 2024-07-11T23:23:56.503Z | Downloaded pem v3.0.4 |
891 | 2024-07-11T23:23:56.503Z | Downloaded der_derive v0.7.2 |
892 | 2024-07-11T23:23:56.503Z | Downloaded rustls-native-certs v0.7.0 |
893 | 2024-07-11T23:23:56.503Z | Downloaded openapiv3 v2.0.0 |
894 | 2024-07-11T23:23:56.503Z | Downloaded http-body v1.0.0 |
895 | 2024-07-11T23:23:56.503Z | Downloaded serde_derive_internals v0.29.1 |
896 | 2024-07-11T23:23:56.528Z | Downloaded rustls-pki-types v1.7.0 |
897 | 2024-07-11T23:23:56.528Z | Downloaded rustls-pemfile v2.1.2 |
898 | 2024-07-11T23:23:56.528Z | Downloaded toml_edit v0.19.15 |
899 | 2024-07-11T23:23:56.552Z | Downloaded glob v0.3.1 |
900 | 2024-07-11T23:23:56.552Z | Downloaded ghash v0.5.1 |
901 | 2024-07-11T23:23:56.552Z | Downloaded snafu-derive v0.8.2 |
902 | 2024-07-11T23:23:56.552Z | Downloaded webpki-roots v0.25.4 |
903 | 2024-07-11T23:23:56.552Z | Downloaded serde_plain v1.0.2 |
904 | 2024-07-11T23:23:56.552Z | Downloaded serde_path_to_error v0.1.16 |
905 | 2024-07-11T23:23:56.552Z | Downloaded serde-hex v0.1.0 |
906 | 2024-07-11T23:23:56.552Z | Downloaded serde-big-array v0.5.1 |
907 | 2024-07-11T23:23:56.552Z | Downloaded rand_seeder v0.2.3 |
908 | 2024-07-11T23:23:56.552Z | Downloaded toml v0.7.8 |
909 | 2024-07-11T23:23:56.552Z | Downloaded toml v0.5.11 |
910 | 2024-07-11T23:23:56.576Z | Downloaded tokio-tungstenite v0.21.0 |
911 | 2024-07-11T23:23:56.577Z | Downloaded tokio-tungstenite v0.20.1 |
912 | 2024-07-11T23:23:56.577Z | Downloaded tokio-stream v0.1.15 |
913 | 2024-07-11T23:23:56.577Z | Downloaded heapless v0.8.0 |
914 | 2024-07-11T23:23:56.577Z | Downloaded hash32 v0.3.1 |
915 | 2024-07-11T23:23:56.577Z | Downloaded hash32 v0.2.1 |
916 | 2024-07-11T23:23:56.577Z | Downloaded spki v0.7.3 |
917 | 2024-07-11T23:23:56.577Z | Downloaded spin v0.9.8 |
918 | 2024-07-11T23:23:56.577Z | Downloaded smallvec v0.6.14 |
919 | 2024-07-11T23:23:56.601Z | Downloaded ecdsa v0.16.9 |
920 | 2024-07-11T23:23:56.601Z | Downloaded tungstenite v0.21.0 |
921 | 2024-07-11T23:23:56.601Z | Downloaded rand_xorshift v0.3.0 |
922 | 2024-07-11T23:23:56.601Z | Downloaded tower-layer v0.3.2 |
923 | 2024-07-11T23:23:56.601Z | Downloaded hex v0.4.3 |
924 | 2024-07-11T23:23:56.601Z | Downloaded heapless v0.7.17 |
925 | 2024-07-11T23:23:56.601Z | Downloaded schemars_derive v0.8.21 |
926 | 2024-07-11T23:23:56.601Z | Downloaded scheduled-thread-pool v0.2.7 |
927 | 2024-07-11T23:23:56.601Z | Downloaded same-file v1.0.6 |
928 | 2024-07-11T23:23:56.601Z | Downloaded rusty-fork v0.3.0 |
929 | 2024-07-11T23:23:56.601Z | Downloaded tokio-postgres v0.7.10 |
930 | 2024-07-11T23:23:56.626Z | Downloaded thiserror-impl-no-std v2.0.2 |
931 | 2024-07-11T23:23:56.626Z | Downloaded test-strategy v0.3.1 |
932 | 2024-07-11T23:23:56.626Z | Downloaded smf v0.2.3 |
933 | 2024-07-11T23:23:56.626Z | Downloaded smawk v0.3.2 |
934 | 2024-07-11T23:23:56.626Z | Downloaded slog-stdlog v4.1.1 |
935 | 2024-07-11T23:23:56.626Z | Downloaded slog-envlogger v2.2.0 |
936 | 2024-07-11T23:23:56.626Z | Downloaded object v0.30.4 |
937 | 2024-07-11T23:23:56.650Z | Downloaded nix v0.28.0 |
938 | 2024-07-11T23:23:56.650Z | Downloaded defmt-macros v0.3.9 |
939 | 2024-07-11T23:23:56.650Z | Downloaded defmt v0.3.8 |
940 | 2024-07-11T23:23:56.675Z | Downloaded topological-sort v0.2.2 |
941 | 2024-07-11T23:23:56.675Z | Downloaded toolchain_find v0.4.0 |
942 | 2024-07-11T23:23:56.675Z | Downloaded hmac v0.12.1 |
943 | 2024-07-11T23:23:56.675Z | Downloaded highway v1.1.0 |
944 | 2024-07-11T23:23:56.675Z | Downloaded heck v0.3.3 |
945 | 2024-07-11T23:23:56.675Z | Downloaded headers-core v0.2.0 |
946 | 2024-07-11T23:23:56.675Z | Downloaded guppy-workspace-hack v0.1.0 |
947 | 2024-07-11T23:23:56.675Z | Downloaded threadpool v1.8.1 |
948 | 2024-07-11T23:23:56.675Z | Downloaded subprocess v0.2.9 |
949 | 2024-07-11T23:23:56.675Z | Downloaded stable_deref_trait v1.2.0 |
950 | 2024-07-11T23:23:56.675Z | Downloaded fancy-regex v0.13.0 |
951 | 2024-07-11T23:23:56.675Z | Downloaded expectorate v1.1.0 |
952 | 2024-07-11T23:23:56.675Z | Downloaded ed25519 v2.2.3 |
953 | 2024-07-11T23:23:56.675Z | Downloaded ed25519 v1.5.3 |
954 | 2024-07-11T23:23:56.701Z | Downloaded winnow v0.5.40 |
955 | 2024-07-11T23:23:56.701Z | Downloaded tungstenite v0.20.1 |
956 | 2024-07-11T23:23:56.701Z | Downloaded trybuild v1.0.96 |
957 | 2024-07-11T23:23:56.701Z | Downloaded aes v0.8.4 |
958 | 2024-07-11T23:23:56.725Z | Downloaded home v0.5.9 |
959 | 2024-07-11T23:23:56.725Z | Downloaded hex-literal v0.4.1 |
960 | 2024-07-11T23:23:56.726Z | Downloaded serde-big-array v0.4.1 |
961 | 2024-07-11T23:23:56.726Z | Downloaded semver v0.1.20 |
962 | 2024-07-11T23:23:56.726Z | Downloaded sec1 v0.7.3 |
963 | 2024-07-11T23:23:56.726Z | Downloaded sct v0.7.1 |
964 | 2024-07-11T23:23:56.726Z | Downloaded tokio-rustls v0.24.1 |
965 | 2024-07-11T23:23:56.726Z | Downloaded tls_codec_derive v0.4.1 |
966 | 2024-07-11T23:23:56.726Z | Downloaded tinytemplate v1.2.1 |
967 | 2024-07-11T23:23:56.726Z | Downloaded tiny-keccak v2.0.2 |
968 | 2024-07-11T23:23:56.726Z | Downloaded thiserror-no-std v2.0.2 |
969 | 2024-07-11T23:23:56.750Z | Downloaded textwrap v0.16.1 |
970 | 2024-07-11T23:23:56.750Z | Downloaded termtree v0.4.1 |
971 | 2024-07-11T23:23:56.750Z | Downloaded termios v0.3.3 |
972 | 2024-07-11T23:23:56.750Z | Downloaded termcolor v1.4.1 |
973 | 2024-07-11T23:23:56.750Z | Downloaded tempfile v3.10.1 |
974 | 2024-07-11T23:23:56.750Z | Downloaded target-spec v3.1.0 |
975 | 2024-07-11T23:23:56.750Z | Downloaded target-lexicon v0.12.14 |
976 | 2024-07-11T23:23:56.750Z | Downloaded tap v1.0.1 |
977 | 2024-07-11T23:23:56.750Z | Downloaded supports-color v3.0.0 |
978 | 2024-07-11T23:23:56.750Z | Downloaded spin v0.5.2 |
979 | 2024-07-11T23:23:56.750Z | Downloaded slog-scope v4.4.0 |
980 | 2024-07-11T23:23:56.750Z | Downloaded foreign-types v0.5.0 |
981 | 2024-07-11T23:23:56.751Z | Downloaded flume v0.11.0 |
982 | 2024-07-11T23:23:56.775Z | Downloaded ff v0.13.0 |
983 | 2024-07-11T23:23:56.775Z | Downloaded fd-lock v4.0.2 |
984 | 2024-07-11T23:23:56.775Z | Downloaded fatfs v0.3.6 |
985 | 2024-07-11T23:23:56.775Z | Downloaded fastrand v2.1.0 |
986 | 2024-07-11T23:23:56.775Z | Downloaded elliptic-curve v0.13.8 |
987 | 2024-07-11T23:23:56.776Z | Downloaded dyn-clone v1.0.17 |
988 | 2024-07-11T23:23:56.776Z | Downloaded dirs-sys v0.4.1 |
989 | 2024-07-11T23:23:56.776Z | Downloaded dirs v5.0.1 |
990 | 2024-07-11T23:23:56.776Z | Downloaded russh v0.43.0 |
991 | 2024-07-11T23:23:56.800Z | Downloaded rstest_macros v0.19.0 |
992 | 2024-07-11T23:23:56.800Z | Downloaded rsa v0.9.6 |
993 | 2024-07-11T23:23:56.800Z | Downloaded ron v0.8.1 |
994 | 2024-07-11T23:23:56.800Z | Downloaded regex-automata v0.1.10 |
995 | 2024-07-11T23:23:56.800Z | Downloaded ref-cast-impl v1.0.23 |
996 | 2024-07-11T23:23:56.824Z | Downloaded ref-cast v1.0.23 |
997 | 2024-07-11T23:23:56.824Z | Downloaded x509-cert v0.2.5 |
998 | 2024-07-11T23:23:56.824Z | Downloaded compact_str v0.7.1 |
999 | 2024-07-11T23:23:56.824Z | Downloaded chacha20poly1305 v0.10.1 |
1000 | 2024-07-11T23:23:56.824Z | Downloaded base64 v0.22.1 |
1001 | 2024-07-11T23:23:56.824Z | Downloaded tabwriter v1.4.0 |
1002 | 2024-07-11T23:23:56.825Z | Downloaded subtle v2.5.0 |
1003 | 2024-07-11T23:23:56.825Z | Downloaded sqlformat v0.2.3 |
1004 | 2024-07-11T23:23:56.849Z | Downloaded fragile v2.0.0 |
1005 | 2024-07-11T23:23:56.849Z | Downloaded foreign-types-shared v0.3.1 |
1006 | 2024-07-11T23:23:56.849Z | Downloaded foreign-types-macros v0.2.3 |
1007 | 2024-07-11T23:23:56.849Z | Downloaded float-ord v0.3.2 |
1008 | 2024-07-11T23:23:56.849Z | Downloaded float-cmp v0.9.0 |
1009 | 2024-07-11T23:23:56.849Z | Downloaded flagset v0.4.5 |
1010 | 2024-07-11T23:23:56.849Z | Downloaded fixedbitset v0.4.2 |
1011 | 2024-07-11T23:23:56.849Z | Downloaded erased-serde v0.3.31 |
1012 | 2024-07-11T23:23:56.849Z | Downloaded env_logger v0.10.2 |
1013 | 2024-07-11T23:23:56.849Z | Downloaded env_logger v0.9.3 |
1014 | 2024-07-11T23:23:56.849Z | Downloaded ena v0.14.3 |
1015 | 2024-07-11T23:23:56.849Z | Downloaded embedded-io v0.4.0 |
1016 | 2024-07-11T23:23:56.849Z | Downloaded either v1.12.0 |
1017 | 2024-07-11T23:23:56.874Z | Downloaded downcast v0.11.0 |
1018 | 2024-07-11T23:23:56.874Z | Downloaded doc-comment v0.3.3 |
1019 | 2024-07-11T23:23:56.874Z | Downloaded display-error-chain v0.2.0 |
1020 | 2024-07-11T23:23:56.874Z | Downloaded difflib v0.4.0 |
1021 | 2024-07-11T23:23:56.874Z | Downloaded diesel_table_macro_syntax v0.1.0 |
1022 | 2024-07-11T23:23:56.874Z | Downloaded rustc-hash v1.1.0 |
1023 | 2024-07-11T23:23:56.874Z | Downloaded rust-argon2 v2.1.0 |
1024 | 2024-07-11T23:23:56.874Z | Downloaded rstest v0.19.0 |
1025 | 2024-07-11T23:23:56.874Z | Downloaded ron v0.7.1 |
1026 | 2024-07-11T23:23:56.874Z | Downloaded tracing-attributes v0.1.27 |
1027 | 2024-07-11T23:23:56.874Z | Downloaded structmeta v0.2.0 |
1028 | 2024-07-11T23:23:56.898Z | Downloaded similar v2.5.0 |
1029 | 2024-07-11T23:23:56.898Z | Downloaded crc-any v2.5.0 |
1030 | 2024-07-11T23:23:56.898Z | Downloaded const_format v0.2.32 |
1031 | 2024-07-11T23:23:56.898Z | Downloaded sqlparser_derive v0.2.2 |
1032 | 2024-07-11T23:23:56.898Z | Downloaded fallible-iterator v0.2.0 |
1033 | 2024-07-11T23:23:56.898Z | Downloaded escape8259 v0.5.2 |
1034 | 2024-07-11T23:23:56.898Z | Downloaded enum-as-inner v0.5.1 |
1035 | 2024-07-11T23:23:56.898Z | Downloaded endian-type v0.1.2 |
1036 | 2024-07-11T23:23:56.898Z | Downloaded dhcproto-macros v0.1.0 |
1037 | 2024-07-11T23:23:56.898Z | Downloaded rustfmt-wrapper v0.2.1 |
1038 | 2024-07-11T23:23:56.898Z | Downloaded rustc_version v0.4.0 |
1039 | 2024-07-11T23:23:56.898Z | Downloaded rustc_version v0.1.7 |
1040 | 2024-07-11T23:23:56.923Z | Downloaded rustc-demangle v0.1.24 |
1041 | 2024-07-11T23:23:56.923Z | Downloaded rtoolbox v0.0.2 |
1042 | 2024-07-11T23:23:56.923Z | Downloaded rfc6979 v0.4.0 |
1043 | 2024-07-11T23:23:56.923Z | Downloaded relative-path v1.9.3 |
1044 | 2024-07-11T23:23:56.923Z | Downloaded unicode-truncate v1.0.0 |
1045 | 2024-07-11T23:23:56.923Z | Downloaded unicode-linebreak v0.1.5 |
1046 | 2024-07-11T23:23:56.923Z | Downloaded unicase v2.7.0 |
1047 | 2024-07-11T23:23:56.923Z | Downloaded unarray v0.1.4 |
1048 | 2024-07-11T23:23:56.923Z | Downloaded object v0.32.2 |
1049 | 2024-07-11T23:23:56.947Z | Downloaded crypto-bigint v0.5.5 |
1050 | 2024-07-11T23:23:56.947Z | Downloaded cookie v0.18.1 |
1051 | 2024-07-11T23:23:56.947Z | Downloaded russh-cryptovec v0.7.2 |
1052 | 2024-07-11T23:23:56.947Z | Downloaded rpassword v7.3.1 |
1053 | 2024-07-11T23:23:56.947Z | Downloaded resolv-conf v0.7.0 |
1054 | 2024-07-11T23:23:56.947Z | Downloaded datatest-stable v0.2.9 |
1055 | 2024-07-11T23:23:56.947Z | Downloaded darling_core v0.20.9 |
1056 | 2024-07-11T23:23:56.971Z | Downloaded unsafe-libyaml v0.2.11 |
1057 | 2024-07-11T23:23:56.971Z | Downloaded universal-hash v0.5.1 |
1058 | 2024-07-11T23:23:56.971Z | Downloaded unicode-xid v0.2.4 |
1059 | 2024-07-11T23:23:56.971Z | Downloaded tui-tree-widget v0.21.0 |
1060 | 2024-07-11T23:23:56.971Z | Downloaded strip-ansi-escapes v0.2.0 |
1061 | 2024-07-11T23:23:56.971Z | Downloaded stringprep v0.1.4 |
1062 | 2024-07-11T23:23:56.971Z | Downloaded string_cache v0.8.7 |
1063 | 2024-07-11T23:23:56.971Z | Downloaded static_assertions v1.1.0 |
1064 | 2024-07-11T23:23:56.971Z | Downloaded signature v1.6.4 |
1065 | 2024-07-11T23:23:56.971Z | Downloaded serde_with_macros v3.8.3 |
1066 | 2024-07-11T23:23:56.971Z | Downloaded p521 v0.13.3 |
1067 | 2024-07-11T23:23:56.971Z | Downloaded nix v0.27.1 |
1068 | 2024-07-11T23:23:56.996Z | Downloaded lalrpop v0.19.12 |
1069 | 2024-07-11T23:23:57.020Z | Downloaded const_format_proc_macros v0.2.32 |
1070 | 2024-07-11T23:23:57.020Z | Downloaded const-oid v0.9.6 |
1071 | 2024-07-11T23:23:57.020Z | Downloaded clang-sys v1.7.0 |
1072 | 2024-07-11T23:23:57.020Z | Downloaded cfg-expr v0.15.8 |
1073 | 2024-07-11T23:23:57.020Z | Downloaded base64 v0.13.1 |
1074 | 2024-07-11T23:23:57.020Z | Downloaded backtrace v0.3.71 |
1075 | 2024-07-11T23:23:57.044Z | Downloaded arc-swap v1.7.1 |
1076 | 2024-07-11T23:23:57.044Z | Downloaded zerocopy v0.6.6 |
1077 | 2024-07-11T23:23:57.045Z | Downloaded yasna v0.5.2 |
1078 | 2024-07-11T23:23:57.045Z | Downloaded whoami v1.5.1 |
1079 | 2024-07-11T23:23:57.045Z | Downloaded signal-hook-mio v0.2.3 |
1080 | 2024-07-11T23:23:57.045Z | Downloaded idna v0.3.0 |
1081 | 2024-07-11T23:23:57.069Z | Downloaded csv-core v0.1.11 |
1082 | 2024-07-11T23:23:57.069Z | Downloaded cbc v0.1.2 |
1083 | 2024-07-11T23:23:57.069Z | Downloaded cancel-safe-futures v0.1.5 |
1084 | 2024-07-11T23:23:57.069Z | Downloaded buf-list v1.0.3 |
1085 | 2024-07-11T23:23:57.069Z | Downloaded blake2b_simd v1.0.2 |
1086 | 2024-07-11T23:23:57.069Z | Downloaded blake2 v0.10.6 |
1087 | 2024-07-11T23:23:57.069Z | Downloaded bcs v0.1.6 |
1088 | 2024-07-11T23:23:57.069Z | Downloaded allocator-api2 v0.2.18 |
1089 | 2024-07-11T23:23:57.069Z | Downloaded data-encoding v2.6.0 |
1090 | 2024-07-11T23:23:57.093Z | Downloaded darling_macro v0.20.9 |
1091 | 2024-07-11T23:23:57.093Z | Downloaded zone_cfg_derive v0.1.2 |
1092 | 2024-07-11T23:23:57.093Z | Downloaded zone v0.1.8 |
1093 | 2024-07-11T23:23:57.093Z | Downloaded zip v0.6.6 |
1094 | 2024-07-11T23:23:57.094Z | Downloaded walkdir v2.5.0 |
1095 | 2024-07-11T23:23:57.094Z | Downloaded waitgroup v0.1.2 |
1096 | 2024-07-11T23:23:57.094Z | Downloaded vte_generate_state_changes v0.1.1 |
1097 | 2024-07-11T23:23:57.094Z | Downloaded vte v0.11.1 |
1098 | 2024-07-11T23:23:57.094Z | Downloaded vsss-rs v3.3.4 |
1099 | 2024-07-11T23:23:57.094Z | Downloaded uuid v1.9.1 |
1100 | 2024-07-11T23:23:57.094Z | Downloaded untrusted v0.9.0 |
1101 | 2024-07-11T23:23:57.094Z | Downloaded signature v2.2.0 |
1102 | 2024-07-11T23:23:57.118Z | Downloaded serde_arrays v0.1.0 |
1103 | 2024-07-11T23:23:57.118Z | Downloaded packed_struct_codegen v0.10.1 |
1104 | 2024-07-11T23:23:57.118Z | Downloaded oorandom v11.1.3 |
1105 | 2024-07-11T23:23:57.118Z | Downloaded olpc-cjson v0.1.3 |
1106 | 2024-07-11T23:23:57.118Z | Downloaded num-integer v0.1.46 |
1107 | 2024-07-11T23:23:57.118Z | Downloaded num-complex v0.4.6 |
1108 | 2024-07-11T23:23:57.118Z | Downloaded num-bigint v0.4.5 |
1109 | 2024-07-11T23:23:57.118Z | Downloaded num v0.4.3 |
1110 | 2024-07-11T23:23:57.118Z | Downloaded nom v7.1.3 |
1111 | 2024-07-11T23:23:57.118Z | Downloaded newtype-uuid v1.1.0 |
1112 | 2024-07-11T23:23:57.118Z | Downloaded nanorand v0.7.0 |
1113 | 2024-07-11T23:23:57.143Z | Downloaded multer v3.1.0 |
1114 | 2024-07-11T23:23:57.143Z | Downloaded mime_guess v2.0.4 |
1115 | 2024-07-11T23:23:57.143Z | Downloaded libm v0.2.8 |
1116 | 2024-07-11T23:23:57.143Z | Downloaded idna v0.2.3 |
1117 | 2024-07-11T23:23:57.167Z | Downloaded crossbeam-deque v0.8.5 |
1118 | 2024-07-11T23:23:57.167Z | Downloaded console v0.15.8 |
1119 | 2024-07-11T23:23:57.167Z | Downloaded cobs v0.2.3 |
1120 | 2024-07-11T23:23:57.167Z | Downloaded cipher v0.4.4 |
1121 | 2024-07-11T23:23:57.167Z | Downloaded cast v0.3.0 |
1122 | 2024-07-11T23:23:57.167Z | Downloaded bzip2 v0.4.4 |
1123 | 2024-07-11T23:23:57.167Z | Downloaded block-padding v0.3.3 |
1124 | 2024-07-11T23:23:57.167Z | Downloaded bitfield v0.14.0 |
1125 | 2024-07-11T23:23:57.167Z | Downloaded bit-set v0.5.3 |
1126 | 2024-07-11T23:23:57.167Z | Downloaded bb8 v0.8.5 |
1127 | 2024-07-11T23:23:57.167Z | Downloaded base16ct v0.2.0 |
1128 | 2024-07-11T23:23:57.167Z | Downloaded ahash v0.8.11 |
1129 | 2024-07-11T23:23:57.167Z | Downloaded yansi v0.5.1 |
1130 | 2024-07-11T23:23:57.167Z | Downloaded wyz v0.5.1 |
1131 | 2024-07-11T23:23:57.192Z | Downloaded which v4.4.2 |
1132 | 2024-07-11T23:23:57.192Z | Downloaded wait-timeout v0.2.0 |
1133 | 2024-07-11T23:23:57.192Z | Downloaded uzers v0.11.3 |
1134 | 2024-07-11T23:23:57.192Z | Downloaded utf-8 v0.7.6 |
1135 | 2024-07-11T23:23:57.192Z | Downloaded untrusted v0.7.1 |
1136 | 2024-07-11T23:23:57.192Z | Downloaded strum_macros v0.25.3 |
1137 | 2024-07-11T23:23:57.192Z | Downloaded strum_macros v0.24.3 |
1138 | 2024-07-11T23:23:57.192Z | Downloaded structmeta-derive v0.2.0 |
1139 | 2024-07-11T23:23:57.192Z | Downloaded structmeta v0.3.0 |
1140 | 2024-07-11T23:23:57.192Z | Downloaded similar-asserts v1.5.0 |
1141 | 2024-07-11T23:23:57.192Z | Downloaded sigpipe v0.1.3 |
1142 | 2024-07-11T23:23:57.192Z | Downloaded signal-hook-tokio v0.3.1 |
1143 | 2024-07-11T23:23:57.192Z | Downloaded secrecy v0.8.0 |
1144 | 2024-07-11T23:23:57.192Z | Downloaded password-hash v0.4.2 |
1145 | 2024-07-11T23:23:57.192Z | Downloaded parse-display-derive v0.9.1 |
1146 | 2024-07-11T23:23:57.216Z | Downloaded parking_lot_core v0.8.6 |
1147 | 2024-07-11T23:23:57.216Z | Downloaded owo-colors v4.0.0 |
1148 | 2024-07-11T23:23:57.216Z | Downloaded oso v0.27.3 |
1149 | 2024-07-11T23:23:57.217Z | Downloaded num-traits v0.2.19 |
1150 | 2024-07-11T23:23:57.217Z | Downloaded num-rational v0.4.2 |
1151 | 2024-07-11T23:23:57.217Z | Downloaded nibble_vec v0.1.0 |
1152 | 2024-07-11T23:23:57.217Z | Downloaded new_debug_unreachable v1.0.6 |
1153 | 2024-07-11T23:23:57.217Z | Downloaded mockall v0.12.1 |
1154 | 2024-07-11T23:23:57.217Z | Downloaded minimal-lexical v0.2.1 |
1155 | 2024-07-11T23:23:57.241Z | Downloaded keccak v0.1.5 |
1156 | 2024-07-11T23:23:57.241Z | Downloaded itertools v0.13.0 |
1157 | 2024-07-11T23:23:57.241Z | Downloaded itertools v0.12.1 |
1158 | 2024-07-11T23:23:57.241Z | Downloaded crunchy v0.2.2 |
1159 | 2024-07-11T23:23:57.241Z | Downloaded crossbeam-epoch v0.9.18 |
1160 | 2024-07-11T23:23:57.265Z | Downloaded corncobs v0.1.3 |
1161 | 2024-07-11T23:23:57.265Z | Downloaded cookie_store v0.20.0 |
1162 | 2024-07-11T23:23:57.265Z | Downloaded cookie v0.17.0 |
1163 | 2024-07-11T23:23:57.265Z | Downloaded colored v2.1.0 |
1164 | 2024-07-11T23:23:57.265Z | Downloaded ciborium v0.2.2 |
1165 | 2024-07-11T23:23:57.265Z | Downloaded bitflags v1.3.2 |
1166 | 2024-07-11T23:23:57.265Z | Downloaded backoff v0.4.0 |
1167 | 2024-07-11T23:23:57.265Z | Downloaded async-trait v0.1.81 |
1168 | 2024-07-11T23:23:57.290Z | Downloaded assert_cmd v2.0.14 |
1169 | 2024-07-11T23:23:57.290Z | Downloaded arrayvec v0.7.4 |
1170 | 2024-07-11T23:23:57.290Z | Downloaded addr2line v0.21.0 |
1171 | 2024-07-11T23:23:57.290Z | Downloaded pbkdf2 v0.12.2 |
1172 | 2024-07-11T23:23:57.290Z | Downloaded pbkdf2 v0.11.0 |
1173 | 2024-07-11T23:23:57.290Z | Downloaded pathdiff v0.2.1 |
1174 | 2024-07-11T23:23:57.290Z | Downloaded paste v1.0.15 |
1175 | 2024-07-11T23:23:57.290Z | Downloaded parse-display v0.9.1 |
1176 | 2024-07-11T23:23:57.290Z | Downloaded opaque-debug v0.3.1 |
1177 | 2024-07-11T23:23:57.290Z | Downloaded omicron-zone-package v0.11.0 |
1178 | 2024-07-11T23:23:57.290Z | Downloaded num_enum_derive v0.5.11 |
1179 | 2024-07-11T23:23:57.290Z | Downloaded num_enum v0.5.11 |
1180 | 2024-07-11T23:23:57.314Z | Downloaded num-iter v0.1.45 |
1181 | 2024-07-11T23:23:57.315Z | Downloaded num-derive v0.4.2 |
1182 | 2024-07-11T23:23:57.315Z | Downloaded num-bigint-dig v0.8.4 |
1183 | 2024-07-11T23:23:57.315Z | Downloaded nested v0.1.1 |
1184 | 2024-07-11T23:23:57.315Z | Downloaded memmap2 v0.9.4 |
1185 | 2024-07-11T23:23:57.315Z | Downloaded md-5 v0.10.6 |
1186 | 2024-07-11T23:23:57.315Z | Downloaded matches v0.1.10 |
1187 | 2024-07-11T23:23:57.315Z | Downloaded managed v0.8.0 |
1188 | 2024-07-11T23:23:57.315Z | Downloaded lru v0.12.3 |
1189 | 2024-07-11T23:23:57.315Z | Downloaded linear-map v1.2.0 |
1190 | 2024-07-11T23:23:57.339Z | Downloaded libxml v0.3.3 |
1191 | 2024-07-11T23:23:57.339Z | Downloaded libtest-mimic v0.7.3 |
1192 | 2024-07-11T23:23:57.339Z | Downloaded libefi-sys v0.1.0 |
1193 | 2024-07-11T23:23:57.339Z | Downloaded lazy_static v1.5.0 |
1194 | 2024-07-11T23:23:57.339Z | Downloaded lalrpop-util v0.19.12 |
1195 | 2024-07-11T23:23:57.339Z | Downloaded itertools v0.10.5 |
1196 | 2024-07-11T23:23:57.339Z | Downloaded darling v0.20.9 |
1197 | 2024-07-11T23:23:57.364Z | Downloaded ciborium-io v0.2.2 |
1198 | 2024-07-11T23:23:57.364Z | Downloaded chacha20 v0.9.1 |
1199 | 2024-07-11T23:23:57.364Z | Downloaded cfg_aliases v0.1.1 |
1200 | 2024-07-11T23:23:57.364Z | Downloaded cassowary v0.3.0 |
1201 | 2024-07-11T23:23:57.364Z | Downloaded base64ct v1.6.0 |
1202 | 2024-07-11T23:23:57.364Z | Downloaded partial-io v0.5.4 |
1203 | 2024-07-11T23:23:57.364Z | Downloaded parking_lot v0.11.2 |
1204 | 2024-07-11T23:23:57.364Z | Downloaded packed_struct v0.10.1 |
1205 | 2024-07-11T23:23:57.364Z | Downloaded p256 v0.13.2 |
1206 | 2024-07-11T23:23:57.364Z | Downloaded oso-derive v0.27.3 |
1207 | 2024-07-11T23:23:57.364Z | Downloaded option-ext v0.2.0 |
1208 | 2024-07-11T23:23:57.388Z | Downloaded nu-ansi-term v0.50.0 |
1209 | 2024-07-11T23:23:57.388Z | Downloaded normalize-line-endings v0.3.0 |
1210 | 2024-07-11T23:23:57.388Z | Downloaded nodrop v0.1.14 |
1211 | 2024-07-11T23:23:57.388Z | Downloaded newtype_derive v0.1.6 |
1212 | 2024-07-11T23:23:57.388Z | Downloaded newline-converter v0.3.0 |
1213 | 2024-07-11T23:23:57.389Z | Downloaded multimap v0.10.0 |
1214 | 2024-07-11T23:23:57.389Z | Downloaded mockall_derive v0.12.1 |
1215 | 2024-07-11T23:23:57.389Z | Downloaded memoffset v0.9.1 |
1216 | 2024-07-11T23:23:57.389Z | Downloaded maybe-uninit v2.0.0 |
1217 | 2024-07-11T23:23:57.389Z | Downloaded maplit v1.0.2 |
1218 | 2024-07-11T23:23:57.389Z | Downloaded lru-cache v0.1.2 |
1219 | 2024-07-11T23:23:57.389Z | Downloaded linked-hash-map v0.5.6 |
1220 | 2024-07-11T23:23:57.389Z | Downloaded libsw v3.3.1 |
1221 | 2024-07-11T23:23:57.389Z | Downloaded libloading v0.8.3 |
1222 | 2024-07-11T23:23:57.389Z | Downloaded kstat-rs v0.2.4 |
1223 | 2024-07-11T23:23:57.389Z | Downloaded ipnetwork v0.20.0 |
1224 | 2024-07-11T23:23:57.413Z | Downloaded internet-checksum v0.2.1 |
1225 | 2024-07-11T23:23:57.413Z | Downloaded instant v0.1.12 |
1226 | 2024-07-11T23:23:57.413Z | Downloaded inout v0.1.3 |
1227 | 2024-07-11T23:23:57.413Z | Downloaded indoc v1.0.9 |
1228 | 2024-07-11T23:23:57.413Z | Downloaded indicatif v0.17.8 |
1229 | 2024-07-11T23:23:57.413Z | Downloaded indexmap v1.9.3 |
1230 | 2024-07-11T23:23:57.413Z | Downloaded impl-trait-for-tuples v0.2.2 |
1231 | 2024-07-11T23:23:57.413Z | Downloaded ident_case v1.0.1 |
1232 | 2024-07-11T23:23:57.413Z | Downloaded iana-time-zone v0.1.60 |
1233 | 2024-07-11T23:23:57.413Z | Downloaded curve25519-dalek-derive v0.1.1 |
1234 | 2024-07-11T23:23:57.438Z | Downloaded ctr v0.9.2 |
1235 | 2024-07-11T23:23:57.438Z | Downloaded cstr-argument v0.1.2 |
1236 | 2024-07-11T23:23:57.438Z | Downloaded crc-catalog v2.4.0 |
1237 | 2024-07-11T23:23:57.438Z | Downloaded crc v3.2.1 |
1238 | 2024-07-11T23:23:57.438Z | Downloaded convert_case v0.4.0 |
1239 | 2024-07-11T23:23:57.438Z | Downloaded constant_time_eq v0.3.0 |
1240 | 2024-07-11T23:23:57.438Z | Downloaded ciborium-ll v0.2.2 |
1241 | 2024-07-11T23:23:57.438Z | Downloaded cexpr v0.6.0 |
1242 | 2024-07-11T23:23:57.438Z | Downloaded castaway v0.2.2 |
1243 | 2024-07-11T23:23:57.438Z | Downloaded camino-tempfile v1.1.1 |
1244 | 2024-07-11T23:23:57.438Z | Downloaded blowfish v0.9.1 |
1245 | 2024-07-11T23:23:57.438Z | Downloaded bitfield-struct v0.6.1 |
1246 | 2024-07-11T23:23:57.438Z | Downloaded bit-vec v0.6.3 |
1247 | 2024-07-11T23:23:57.438Z | Downloaded ascii-canvas v3.0.0 |
1248 | 2024-07-11T23:23:57.438Z | Downloaded ascii v1.1.0 |
1249 | 2024-07-11T23:23:57.462Z | Downloaded array-init v0.0.4 |
1250 | 2024-07-11T23:23:57.462Z | Downloaded argon2 v0.5.3 |
1251 | 2024-07-11T23:23:57.462Z | Downloaded parse-size v1.0.0 |
1252 | 2024-07-11T23:23:57.462Z | Downloaded number_prefix v0.4.0 |
1253 | 2024-07-11T23:23:57.462Z | Downloaded md5 v0.7.0 |
1254 | 2024-07-11T23:23:57.462Z | Downloaded lazycell v1.3.0 |
1255 | 2024-07-11T23:23:57.462Z | Downloaded criterion-plot v0.5.0 |
1256 | 2024-07-11T23:23:57.462Z | Downloaded bcrypt-pbkdf v0.10.0 |
1257 | 2024-07-11T23:23:57.462Z | Downloaded atomic-waker v1.1.2 |
1258 | 2024-07-11T23:23:57.462Z | Downloaded assert_matches v1.5.0 |
1259 | 2024-07-11T23:23:57.462Z | Downloaded arrayref v0.3.7 |
1260 | 2024-07-11T23:23:57.462Z | Downloaded aead v0.5.2 |
1261 | 2024-07-11T23:23:57.462Z | Downloaded crucible-workspace-hack v0.1.0 |
1262 | 2024-07-11T23:23:57.462Z | Downloaded bitstruct v0.1.1 |
1263 | 2024-07-11T23:23:57.462Z | Downloaded async-stream v0.3.5 |
1264 | 2024-07-11T23:23:57.463Z | Downloaded async-recursion v1.1.1 |
1265 | 2024-07-11T23:23:57.487Z | Downloaded approx v0.5.1 |
1266 | 2024-07-11T23:23:57.487Z | Downloaded anes v0.1.6 |
1267 | 2024-07-11T23:23:57.487Z | Downloaded atomicwrites v0.4.3 |
1268 | 2024-07-11T23:23:58.119Z | Compiling serde v1.0.204 |
1269 | 2024-07-11T23:23:58.119Z | Checking cfg-if v1.0.0 |
1270 | 2024-07-11T23:23:58.155Z | Compiling libm v0.2.8 |
1271 | 2024-07-11T23:23:58.155Z | Compiling num-traits v0.2.19 |
1272 | 2024-07-11T23:23:58.191Z | Checking libc v0.2.155 |
1273 | 2024-07-11T23:23:58.219Z | Compiling syn v2.0.68 |
1274 | 2024-07-11T23:23:58.243Z | Compiling ahash v0.8.11 |
1275 | 2024-07-11T23:23:58.244Z | Compiling getrandom v0.2.14 |
1276 | 2024-07-11T23:23:58.278Z | Compiling serde_json v1.0.120 |
1277 | 2024-07-11T23:23:58.478Z | Compiling generic-array v0.14.7 |
1278 | 2024-07-11T23:23:58.605Z | Compiling log v0.4.21 |
1279 | 2024-07-11T23:23:58.630Z | Checking scopeguard v1.2.0 |
1280 | 2024-07-11T23:23:58.654Z | Checking memchr v2.7.2 |
1281 | 2024-07-11T23:23:58.690Z | Checking itoa v1.0.11 |
1282 | 2024-07-11T23:23:58.763Z | Checking lock_api v0.4.12 |
1283 | 2024-07-11T23:23:58.805Z | Compiling syn v1.0.109 |
1284 | 2024-07-11T23:23:58.875Z | Checking byteorder v1.5.0 |
1285 | 2024-07-11T23:23:58.901Z | Compiling allocator-api2 v0.2.18 |
1286 | 2024-07-11T23:23:59.148Z | Checking smallvec v1.13.2 |
1287 | 2024-07-11T23:23:59.219Z | Compiling schemars v0.8.21 |
1288 | 2024-07-11T23:23:59.335Z | Checking rand_core v0.6.4 |
1289 | 2024-07-11T23:23:59.487Z | Compiling ring v0.17.8 |
1290 | 2024-07-11T23:23:59.514Z | Compiling time-macros v0.2.18 |
1291 | 2024-07-11T23:23:59.622Z | Checking once_cell v1.19.0 |
1292 | 2024-07-11T23:23:59.647Z | Compiling slog v2.7.0 |
1293 | 2024-07-11T23:23:59.673Z | Checking parking_lot_core v0.9.10 |
1294 | 2024-07-11T23:23:59.877Z | Compiling aho-corasick v1.1.3 |
1295 | 2024-07-11T23:23:59.950Z | Checking parking_lot v0.12.2 |
1296 | 2024-07-11T23:24:00.141Z | Compiling regex-syntax v0.8.3 |
1297 | 2024-07-11T23:24:00.254Z | Checking pin-project-lite v0.2.14 |
1298 | 2024-07-11T23:24:02.384Z | Checking signal-hook-registry v1.4.2 |
1299 | 2024-07-11T23:24:02.631Z | Compiling crossbeam-utils v0.8.19 |
1300 | 2024-07-11T23:24:02.668Z | Checking mio v0.8.11 |
1301 | 2024-07-11T23:24:03.226Z | Compiling regex-automata v0.4.6 |
1302 | 2024-07-11T23:24:03.252Z | Compiling iana-time-zone v0.1.60 |
1303 | 2024-07-11T23:24:03.472Z | Checking spin v0.9.8 |
1304 | 2024-07-11T23:24:03.676Z | Checking num_cpus v1.16.0 |
1305 | 2024-07-11T23:24:03.782Z | Compiling rustls v0.21.12 |
1306 | 2024-07-11T23:24:04.024Z | Checking typenum v1.17.0 |
1307 | 2024-07-11T23:24:04.140Z | Compiling cookie v0.17.0 |
1308 | 2024-07-11T23:24:04.353Z | Compiling dyn-clone v1.0.17 |
1309 | 2024-07-11T23:24:04.546Z | Compiling serde_derive_internals v0.29.1 |
1310 | 2024-07-11T23:24:04.939Z | Checking futures-core v0.3.30 |
1311 | 2024-07-11T23:24:05.059Z | Checking socket2 v0.5.7 |
1312 | 2024-07-11T23:24:05.084Z | Compiling backtrace v0.3.71 |
1313 | 2024-07-11T23:24:05.112Z | Checking ryu v1.0.18 |
1314 | 2024-07-11T23:24:05.302Z | Checking subtle v2.5.0 |
1315 | 2024-07-11T23:24:05.467Z | Compiling anyhow v1.0.86 |
1316 | 2024-07-11T23:24:06.030Z | Compiling unicode-normalization v0.1.23 |
1317 | 2024-07-11T23:24:06.054Z | Compiling unicode-bidi v0.3.15 |
1318 | 2024-07-11T23:24:06.165Z | Checking futures-sink v0.3.30 |
1319 | 2024-07-11T23:24:06.583Z | Compiling untrusted v0.9.0 |
1320 | 2024-07-11T23:24:06.607Z | Compiling either v1.12.0 |
1321 | 2024-07-11T23:24:06.856Z | Checking futures-channel v0.3.30 |
1322 | 2024-07-11T23:24:06.915Z | Checking slab v0.4.9 |
1323 | 2024-07-11T23:24:06.939Z | Checking pin-utils v0.1.0 |
1324 | 2024-07-11T23:24:07.025Z | Compiling winnow v0.5.40 |
1325 | 2024-07-11T23:24:07.132Z | Checking futures-task v0.3.30 |
1326 | 2024-07-11T23:24:07.165Z | Compiling const-oid v0.9.6 |
1327 | 2024-07-11T23:24:07.331Z | Checking futures-io v0.3.30 |
1328 | 2024-07-11T23:24:07.355Z | Compiling time v0.3.36 |
1329 | 2024-07-11T23:24:08.582Z | Compiling regex v1.10.5 |
1330 | 2024-07-11T23:24:09.490Z | Compiling signal-hook v0.3.17 |
1331 | 2024-07-11T23:24:09.727Z | Compiling rustls-webpki v0.101.7 |
1332 | 2024-07-11T23:24:09.875Z | Compiling sct v0.7.1 |
1333 | 2024-07-11T23:24:09.950Z | Compiling idna v0.5.0 |
1334 | 2024-07-11T23:24:10.148Z | Compiling siphasher v0.3.11 |
1335 | 2024-07-11T23:24:10.457Z | Compiling serde_derive v1.0.204 |
1336 | 2024-07-11T23:24:10.481Z | Compiling zerocopy-derive v0.7.34 |
1337 | 2024-07-11T23:24:10.729Z | Compiling zeroize_derive v1.4.2 |
1338 | 2024-07-11T23:24:11.239Z | Compiling thiserror-impl v1.0.60 |
1339 | 2024-07-11T23:24:11.404Z | Compiling tokio-macros v2.3.0 |
1340 | 2024-07-11T23:24:11.604Z | Compiling futures-macro v0.3.30 |
1341 | 2024-07-11T23:24:11.879Z | Compiling tracing-attributes v0.1.27 |
1342 | 2024-07-11T23:24:12.112Z | Compiling schemars_derive v0.8.21 |
1343 | 2024-07-11T23:24:12.445Z | Compiling zerocopy v0.7.34 |
1344 | 2024-07-11T23:24:12.815Z | Checking zeroize v1.7.0 |
1345 | 2024-07-11T23:24:13.046Z | Compiling openssl-macros v0.1.1 |
1346 | 2024-07-11T23:24:13.269Z | Compiling async-trait v0.1.81 |
1347 | 2024-07-11T23:24:13.963Z | Compiling thiserror v1.0.60 |
1348 | 2024-07-11T23:24:14.120Z | Compiling scroll_derive v0.12.0 |
1349 | 2024-07-11T23:24:14.205Z | Compiling hashbrown v0.14.5 |
1350 | 2024-07-11T23:24:14.429Z | Compiling pest v2.7.10 |
1351 | 2024-07-11T23:24:14.814Z | Compiling der_derive v0.7.2 |
1352 | 2024-07-11T23:24:14.877Z | Checking crypto-common v0.1.6 |
1353 | 2024-07-11T23:24:15.325Z | Compiling scroll v0.12.0 |
1354 | 2024-07-11T23:24:15.388Z | Compiling futures-util v0.3.30 |
1355 | 2024-07-11T23:24:15.862Z | Compiling goblin v0.8.2 |
1356 | 2024-07-11T23:24:16.349Z | Compiling tracing v0.1.40 |
1357 | 2024-07-11T23:24:16.373Z | Compiling clap_derive v4.5.4 |
1358 | 2024-07-11T23:24:16.782Z | Compiling pest_meta v2.7.10 |
1359 | 2024-07-11T23:24:17.162Z | Compiling block-buffer v0.10.4 |
1360 | 2024-07-11T23:24:17.430Z | Compiling digest v0.10.7 |
1361 | 2024-07-11T23:24:17.821Z | Compiling pest_generator v2.7.10 |
1362 | 2024-07-11T23:24:19.368Z | Compiling zerocopy-derive v0.6.6 |
1363 | 2024-07-11T23:24:19.795Z | Compiling url v2.5.0 |
1364 | 2024-07-11T23:24:20.521Z | Compiling idna v0.3.0 |
1365 | 2024-07-11T23:24:20.966Z | Compiling pest_derive v2.7.10 |
1366 | 2024-07-11T23:24:21.218Z | Checking bytes v1.6.0 |
1367 | 2024-07-11T23:24:21.363Z | Checking bitflags v2.5.0 |
1368 | 2024-07-11T23:24:21.596Z | Compiling dtrace-parser v0.2.0 |
1369 | 2024-07-11T23:24:21.620Z | Compiling ppv-lite86 v0.2.17 |
1370 | 2024-07-11T23:24:21.881Z | Checking tokio v1.38.0 |
1371 | 2024-07-11T23:24:22.348Z | Compiling indexmap v2.2.6 |
1372 | 2024-07-11T23:24:22.556Z | Compiling semver v1.0.23 |
1373 | 2024-07-11T23:24:23.186Z | Compiling serde_tokenstream v0.2.1 |
1374 | 2024-07-11T23:24:23.346Z | Compiling uuid v1.9.1 |
1375 | 2024-07-11T23:24:23.373Z | Compiling chrono v0.4.38 |
1376 | 2024-07-11T23:24:23.641Z | Compiling http v0.2.12 |
1377 | 2024-07-11T23:24:24.276Z | Compiling rustc_version v0.4.0 |
1378 | 2024-07-11T23:24:24.491Z | Compiling toml_datetime v0.6.6 |
1379 | 2024-07-11T23:24:24.638Z | Compiling serde_spanned v0.6.6 |
1380 | 2024-07-11T23:24:24.823Z | Compiling dof v0.3.0 |
1381 | 2024-07-11T23:24:24.920Z | Compiling rustix v0.38.34 |
1382 | 2024-07-11T23:24:24.944Z | Compiling openapiv3 v2.0.0 |
1383 | 2024-07-11T23:24:26.537Z | Compiling usdt-impl v0.5.0 |
1384 | 2024-07-11T23:24:26.726Z | Compiling toml_edit v0.19.15 |
1385 | 2024-07-11T23:24:27.326Z | Compiling http-body v0.4.6 |
1386 | 2024-07-11T23:24:27.596Z | Compiling openssl v0.10.64 |
1387 | 2024-07-11T23:24:27.627Z | Compiling psl-types v2.0.11 |
1388 | 2024-07-11T23:24:27.737Z | Compiling heapless v0.7.17 |
1389 | 2024-07-11T23:24:27.795Z | Compiling publicsuffix v2.2.3 |
1390 | 2024-07-11T23:24:27.900Z | Compiling usdt-attr-macro v0.5.0 |
1391 | 2024-07-11T23:24:28.025Z | Compiling usdt-macro v0.5.0 |
1392 | 2024-07-11T23:24:28.438Z | Compiling rand_chacha v0.3.1 |
1393 | 2024-07-11T23:24:28.808Z | Compiling serde_urlencoded v0.7.1 |
1394 | 2024-07-11T23:24:29.247Z | Compiling rand v0.8.5 |
1395 | 2024-07-11T23:24:29.331Z | Compiling crossbeam-epoch v0.9.18 |
1396 | 2024-07-11T23:24:29.469Z | Compiling cookie_store v0.20.0 |
1397 | 2024-07-11T23:24:29.977Z | Compiling webpki-roots v0.25.4 |
1398 | 2024-07-11T23:24:30.004Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
1399 | 2024-07-11T23:24:30.114Z | Compiling gimli v0.28.1 |
1400 | 2024-07-11T23:24:30.150Z | Compiling bit-vec v0.6.3 |
1401 | 2024-07-11T23:24:30.502Z | Compiling tokio-util v0.7.11 |
1402 | 2024-07-11T23:24:30.631Z | Compiling tokio-rustls v0.24.1 |
1403 | 2024-07-11T23:24:30.729Z | Compiling unicode-xid v0.2.4 |
1404 | 2024-07-11T23:24:30.990Z | Compiling enum-as-inner v0.5.1 |
1405 | 2024-07-11T23:24:31.035Z | Compiling phf_shared v0.10.0 |
1406 | 2024-07-11T23:24:31.282Z | Compiling lazy_static v1.5.0 |
1407 | 2024-07-11T23:24:31.379Z | Compiling h2 v0.3.26 |
1408 | 2024-07-11T23:24:31.403Z | Compiling object v0.32.2 |
1409 | 2024-07-11T23:24:31.742Z | Compiling precomputed-hash v0.1.1 |
1410 | 2024-07-11T23:24:31.789Z | Compiling fixedbitset v0.4.2 |
1411 | 2024-07-11T23:24:31.854Z | Compiling base64ct v1.6.0 |
1412 | 2024-07-11T23:24:32.192Z | Compiling new_debug_unreachable v1.0.6 |
1413 | 2024-07-11T23:24:32.289Z | Compiling smoltcp v0.9.1 |
1414 | 2024-07-11T23:24:32.389Z | Compiling minimal-lexical v0.2.1 |
1415 | 2024-07-11T23:24:32.858Z | Compiling native-tls v0.2.11 |
1416 | 2024-07-11T23:24:32.956Z | Compiling rustc-demangle v0.1.24 |
1417 | 2024-07-11T23:24:33.431Z | Compiling tokio-native-tls v0.3.1 |
1418 | 2024-07-11T23:24:33.558Z | Compiling addr2line v0.21.0 |
1419 | 2024-07-11T23:24:33.692Z | Compiling nom v7.1.3 |
1420 | 2024-07-11T23:24:33.825Z | Compiling string_cache v0.8.7 |
1421 | 2024-07-11T23:24:34.157Z | Compiling pem-rfc7468 v0.7.0 |
1422 | 2024-07-11T23:24:34.213Z | Compiling petgraph v0.6.5 |
1423 | 2024-07-11T23:24:34.277Z | Compiling toml_edit v0.22.14 |
1424 | 2024-07-11T23:24:34.852Z | Compiling bit-set v0.5.3 |
1425 | 2024-07-11T23:24:34.901Z | Compiling futures-executor v0.3.30 |
1426 | 2024-07-11T23:24:35.106Z | Compiling hmac v0.12.1 |
1427 | 2024-07-11T23:24:35.310Z | Compiling hubpack_derive v0.1.1 |
1428 | 2024-07-11T23:24:35.398Z | Compiling itertools v0.10.5 |
1429 | 2024-07-11T23:24:36.062Z | Compiling diesel_table_macro_syntax v0.1.0 |
1430 | 2024-07-11T23:24:36.420Z | Compiling num-integer v0.1.46 |
1431 | 2024-07-11T23:24:36.509Z | Compiling fs-err v2.11.0 |
1432 | 2024-07-11T23:24:36.732Z | Compiling unicode-segmentation v1.11.0 |
1433 | 2024-07-11T23:24:37.082Z | Compiling hyper v0.14.28 |
1434 | 2024-07-11T23:24:37.346Z | Compiling lalrpop-util v0.19.12 |
1435 | 2024-07-11T23:24:37.414Z | Checking fnv v1.0.7 |
1436 | 2024-07-11T23:24:37.477Z | Compiling flagset v0.4.5 |
1437 | 2024-07-11T23:24:37.647Z | Compiling der v0.7.9 |
1438 | 2024-07-11T23:24:37.690Z | Compiling diesel_derives v2.1.4 |
1439 | 2024-07-11T23:24:37.806Z | Compiling futures v0.3.30 |
1440 | 2024-07-11T23:24:37.909Z | Compiling hex v0.4.3 |
1441 | 2024-07-11T23:24:38.265Z | Compiling itertools v0.12.1 |
1442 | 2024-07-11T23:24:38.544Z | Compiling finl_unicode v1.2.0 |
1443 | 2024-07-11T23:24:39.010Z | Compiling stringprep v0.1.4 |
1444 | 2024-07-11T23:24:39.649Z | Compiling spki v0.7.3 |
1445 | 2024-07-11T23:24:39.981Z | Compiling sha2 v0.10.8 |
1446 | 2024-07-11T23:24:40.017Z | Compiling toml v0.7.8 |
1447 | 2024-07-11T23:24:40.396Z | Compiling md-5 v0.10.6 |
1448 | 2024-07-11T23:24:40.616Z | Compiling strum_macros v0.25.3 |
1449 | 2024-07-11T23:24:40.749Z | Compiling serde_repr v0.1.19 |
1450 | 2024-07-11T23:24:41.485Z | Compiling hash32 v0.2.1 |
1451 | 2024-07-11T23:24:41.509Z | Compiling stable_deref_trait v1.2.0 |
1452 | 2024-07-11T23:24:41.604Z | Compiling fallible-iterator v0.2.0 |
1453 | 2024-07-11T23:24:41.710Z | Checking tinyvec_macros v0.1.1 |
1454 | 2024-07-11T23:24:41.799Z | Checking tinyvec v1.6.0 |
1455 | 2024-07-11T23:24:41.824Z | Compiling pkcs8 v0.10.2 |
1456 | 2024-07-11T23:24:42.171Z | Compiling postgres-protocol v0.6.6 |
1457 | 2024-07-11T23:24:42.300Z | Compiling ipnetwork v0.20.0 |
1458 | 2024-07-11T23:24:42.377Z | Compiling terminal_size v0.3.0 |
1459 | 2024-07-11T23:24:42.552Z | Compiling hyper-rustls v0.24.2 |
1460 | 2024-07-11T23:24:42.704Z | Compiling hyper-tls v0.5.0 |
1461 | 2024-07-11T23:24:42.867Z | Compiling block-padding v0.3.3 |
1462 | 2024-07-11T23:24:42.891Z | Compiling phf_shared v0.11.2 |
1463 | 2024-07-11T23:24:43.008Z | Compiling reqwest v0.11.27 |
1464 | 2024-07-11T23:24:43.103Z | Compiling ff v0.13.0 |
1465 | 2024-07-11T23:24:43.214Z | Compiling scheduled-thread-pool v0.2.7 |
1466 | 2024-07-11T23:24:43.292Z | Compiling matches v0.1.10 |
1467 | 2024-07-11T23:24:43.292Z | Compiling peg-runtime v0.8.3 |
1468 | 2024-07-11T23:24:43.389Z | Checking equivalent v1.0.1 |
1469 | 2024-07-11T23:24:43.520Z | Compiling managed v0.8.0 |
1470 | 2024-07-11T23:24:43.769Z | Compiling base16ct v0.2.0 |
1471 | 2024-07-11T23:24:43.906Z | Compiling bitflags v1.3.2 |
1472 | 2024-07-11T23:24:43.931Z | Compiling clap_builder v4.5.2 |
1473 | 2024-07-11T23:24:44.070Z | Compiling sec1 v0.7.3 |
1474 | 2024-07-11T23:24:44.491Z | Compiling r2d2 v0.8.10 |
1475 | 2024-07-11T23:24:44.553Z | Compiling signal-hook-mio v0.2.3 |
1476 | 2024-07-11T23:24:44.704Z | Compiling idna v0.2.3 |
1477 | 2024-07-11T23:24:44.816Z | Compiling usdt v0.5.0 |
1478 | 2024-07-11T23:24:45.200Z | Compiling group v0.13.0 |
1479 | 2024-07-11T23:24:45.252Z | Compiling phf v0.11.2 |
1480 | 2024-07-11T23:24:45.277Z | Compiling inout v0.1.3 |
1481 | 2024-07-11T23:24:45.495Z | Compiling postgres-types v0.2.6 |
1482 | 2024-07-11T23:24:45.519Z | Compiling num-iter v0.1.45 |
1483 | 2024-07-11T23:24:45.544Z | Compiling num-bigint v0.4.5 |
1484 | 2024-07-11T23:24:45.680Z | Compiling hubpack v0.1.2 |
1485 | 2024-07-11T23:24:45.759Z | Compiling hkdf v0.12.4 |
1486 | 2024-07-11T23:24:46.027Z | Compiling zerocopy v0.6.6 |
1487 | 2024-07-11T23:24:46.249Z | Compiling crypto-bigint v0.5.5 |
1488 | 2024-07-11T23:24:46.614Z | Compiling float-cmp v0.9.0 |
1489 | 2024-07-11T23:24:46.732Z | Compiling data-encoding v2.6.0 |
1490 | 2024-07-11T23:24:46.828Z | Compiling normalize-line-endings v0.3.0 |
1491 | 2024-07-11T23:24:46.852Z | Compiling whoami v1.5.1 |
1492 | 2024-07-11T23:24:46.945Z | Compiling difflib v0.4.0 |
1493 | 2024-07-11T23:24:47.415Z | Compiling static_assertions v1.1.0 |
1494 | 2024-07-11T23:24:47.517Z | Checking cpufeatures v0.2.12 |
1495 | 2024-07-11T23:24:47.609Z | Compiling predicates-core v1.0.6 |
1496 | 2024-07-11T23:24:47.713Z | Compiling diesel v2.1.6 |
1497 | 2024-07-11T23:24:47.923Z | Compiling predicates v3.1.0 |
1498 | 2024-07-11T23:24:48.317Z | Compiling yasna v0.5.2 |
1499 | 2024-07-11T23:24:48.693Z | Compiling elliptic-curve v0.13.8 |
1500 | 2024-07-11T23:24:49.361Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=c85a4ca043aaa389df12aac5348d8a3feda28762#c85a4ca0) |
1501 | 2024-07-11T23:24:49.385Z | Compiling trust-dns-proto v0.22.0 |
1502 | 2024-07-11T23:24:49.895Z | Compiling tokio-postgres v0.7.10 |
1503 | 2024-07-11T23:24:50.997Z | Compiling clap v4.5.4 |
1504 | 2024-07-11T23:24:51.117Z | Compiling cipher v0.4.4 |
1505 | 2024-07-11T23:24:51.548Z | Compiling crossterm v0.27.0 |
1506 | 2024-07-11T23:24:53.241Z | Compiling similar v2.5.0 |
1507 | 2024-07-11T23:24:54.100Z | Compiling console v0.15.8 |
1508 | 2024-07-11T23:24:54.170Z | Compiling tokio-stream v0.1.15 |
1509 | 2024-07-11T23:24:54.484Z | Compiling bstr v1.9.1 |
1510 | 2024-07-11T23:24:55.326Z | Checking tracing-core v0.1.32 |
1511 | 2024-07-11T23:24:55.404Z | Checking percent-encoding v2.3.1 |
1512 | 2024-07-11T23:24:55.945Z | Checking form_urlencoded v1.2.1 |
1513 | 2024-07-11T23:24:56.005Z | Checking powerfmt v0.2.0 |
1514 | 2024-07-11T23:24:56.125Z | Checking unicode-ident v1.0.12 |
1515 | 2024-07-11T23:24:56.242Z | Checking deranged v0.3.11 |
1516 | 2024-07-11T23:24:56.270Z | Checking num_threads v0.1.7 |
1517 | 2024-07-11T23:24:56.295Z | Checking time-core v0.1.2 |
1518 | 2024-07-11T23:24:56.365Z | Checking num-conv v0.1.0 |
1519 | 2024-07-11T23:24:56.389Z | Checking httparse v1.8.0 |
1520 | 2024-07-11T23:24:56.435Z | Checking unicode-width v0.1.13 |
1521 | 2024-07-11T23:24:56.724Z | Checking errno v0.3.9 |
1522 | 2024-07-11T23:24:56.983Z | Checking proc-macro2 v1.0.86 |
1523 | 2024-07-11T23:24:57.551Z | Checking quote v1.0.36 |
1524 | 2024-07-11T23:24:57.736Z | Checking adler v1.0.2 |
1525 | 2024-07-11T23:24:57.860Z | Checking try-lock v0.2.5 |
1526 | 2024-07-11T23:24:57.884Z | Checking miniz_oxide v0.7.2 |
1527 | 2024-07-11T23:24:57.989Z | Checking base64 v0.21.7 |
1528 | 2024-07-11T23:24:58.380Z | Checking want v0.3.1 |
1529 | 2024-07-11T23:24:58.541Z | Checking tower-service v0.3.2 |
1530 | 2024-07-11T23:24:58.904Z | Checking httpdate v1.0.3 |
1531 | 2024-07-11T23:24:59.131Z | Checking foreign-types-shared v0.1.1 |
1532 | 2024-07-11T23:24:59.214Z | Checking openssl-probe v0.1.5 |
1533 | 2024-07-11T23:24:59.238Z | Checking foreign-types v0.3.2 |
1534 | 2024-07-11T23:24:59.327Z | Checking openssl-sys v0.9.102 |
1535 | 2024-07-11T23:24:59.351Z | Checking ipnet v2.9.0 |
1536 | 2024-07-11T23:24:59.449Z | Checking mime v0.3.17 |
1537 | 2024-07-11T23:24:59.740Z | Checking utf8parse v0.2.1 |
1538 | 2024-07-11T23:25:03.612Z | Checking encoding_rs v0.8.34 |
1539 | 2024-07-11T23:25:03.765Z | Checking anstyle v1.0.7 |
1540 | 2024-07-11T23:25:05.223Z | Checking rustls-pemfile v1.0.4 |
1541 | 2024-07-11T23:25:05.420Z | Checking sync_wrapper v0.1.2 |
1542 | 2024-07-11T23:25:05.445Z | Checking plain v0.2.3 |
1543 | 2024-07-11T23:25:05.469Z | Checking ucd-trie v0.1.6 |
1544 | 2024-07-11T23:25:05.536Z | Checking anstyle-parse v0.2.4 |
1545 | 2024-07-11T23:25:05.561Z | Checking pretty-hex v0.4.1 |
1546 | 2024-07-11T23:25:05.717Z | Checking colorchoice v1.0.1 |
1547 | 2024-07-11T23:25:05.753Z | Checking anstyle-query v1.0.3 |
1548 | 2024-07-11T23:25:05.778Z | Checking is_terminal_polyfill v1.70.0 |
1549 | 2024-07-11T23:25:05.892Z | Checking thread-id v4.2.1 |
1550 | 2024-07-11T23:25:05.918Z | Checking anstream v0.6.14 |
1551 | 2024-07-11T23:25:05.970Z | Checking strsim v0.11.1 |
1552 | 2024-07-11T23:25:05.998Z | Checking clap_lex v0.7.0 |
1553 | 2024-07-11T23:25:06.293Z | Checking memmap v0.7.0 |
1554 | 2024-07-11T23:25:06.470Z | Checking crc32fast v1.4.0 |
1555 | 2024-07-11T23:25:07.545Z | Checking flate2 v1.0.30 |
1556 | 2024-07-11T23:25:08.451Z | Checking winnow v0.6.8 |
1557 | 2024-07-11T23:25:15.556Z | Compiling regress v0.9.1 |
1558 | 2024-07-11T23:25:15.614Z | Compiling getopts v0.2.21 |
1559 | 2024-07-11T23:25:16.464Z | Compiling unsafe-libyaml v0.2.11 |
1560 | 2024-07-11T23:25:16.531Z | Checking heck v0.5.0 |
1561 | 2024-07-11T23:25:17.116Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1562 | 2024-07-11T23:25:17.449Z | Checking progenitor-client v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
1563 | 2024-07-11T23:25:17.753Z | Compiling serde_yaml v0.9.34+deprecated |
1564 | 2024-07-11T23:25:17.793Z | Compiling paste v1.0.15 |
1565 | 2024-07-11T23:25:17.823Z | Checking camino v1.1.7 |
1566 | 2024-07-11T23:25:18.079Z | Checking is-terminal v0.4.12 |
1567 | 2024-07-11T23:25:18.189Z | Compiling strum_macros v0.26.4 |
1568 | 2024-07-11T23:25:18.306Z | Compiling ident_case v1.0.1 |
1569 | 2024-07-11T23:25:18.457Z | Compiling typify-impl v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6) |
1570 | 2024-07-11T23:25:19.131Z | Checking base64 v0.22.1 |
1571 | 2024-07-11T23:25:19.296Z | Compiling darling_core v0.20.9 |
1572 | 2024-07-11T23:25:19.541Z | Checking sha1 v0.10.6 |
1573 | 2024-07-11T23:25:19.737Z | Compiling rustls v0.22.4 |
1574 | 2024-07-11T23:25:19.772Z | Checking http v1.1.0 |
1575 | 2024-07-11T23:25:19.984Z | Checking match_cfg v0.1.0 |
1576 | 2024-07-11T23:25:20.068Z | Checking hostname v0.3.1 |
1577 | 2024-07-11T23:25:20.180Z | Checking dirs-sys-next v0.1.2 |
1578 | 2024-07-11T23:25:20.329Z | Compiling multer v3.1.0 |
1579 | 2024-07-11T23:25:20.610Z | Checking dirs-next v2.0.0 |
1580 | 2024-07-11T23:25:20.719Z | Checking crossbeam-channel v0.5.12 |
1581 | 2024-07-11T23:25:20.961Z | Compiling async-stream-impl v0.3.5 |
1582 | 2024-07-11T23:25:21.385Z | Checking thread_local v1.1.8 |
1583 | 2024-07-11T23:25:21.409Z | Checking rustls-pki-types v1.7.0 |
1584 | 2024-07-11T23:25:21.433Z | Checking term v0.7.0 |
1585 | 2024-07-11T23:25:21.626Z | Compiling dropshot v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#6a3f84ca) |
1586 | 2024-07-11T23:25:21.773Z | Checking take_mut v0.2.2 |
1587 | 2024-07-11T23:25:21.798Z | Checking slog-term v2.9.1 |
1588 | 2024-07-11T23:25:21.916Z | Checking slog-async v2.8.0 |
1589 | 2024-07-11T23:25:21.940Z | Checking toml v0.8.14 |
1590 | 2024-07-11T23:25:22.079Z | Compiling dropshot_endpoint v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#6a3f84ca) |
1591 | 2024-07-11T23:25:22.157Z | Checking rustls-webpki v0.102.4 |
1592 | 2024-07-11T23:25:22.217Z | Checking slog-json v2.6.1 |
1593 | 2024-07-11T23:25:22.429Z | Checking instant v0.1.12 |
1594 | 2024-07-11T23:25:22.524Z | Checking strum v0.26.2 |
1595 | 2024-07-11T23:25:22.548Z | Checking slog-bunyan v2.5.0 |
1596 | 2024-07-11T23:25:22.548Z | Checking rustls-pemfile v2.1.2 |
1597 | 2024-07-11T23:25:22.653Z | Checking debug-ignore v1.0.5 |
1598 | 2024-07-11T23:25:22.699Z | Checking fastrand v2.1.0 |
1599 | 2024-07-11T23:25:22.782Z | Checking quick-error v1.2.3 |
1600 | 2024-07-11T23:25:22.808Z | Checking atomic-waker v1.1.2 |
1601 | 2024-07-11T23:25:22.901Z | Checking waitgroup v0.1.2 |
1602 | 2024-07-11T23:25:22.925Z | Checking async-stream v0.3.5 |
1603 | 2024-07-11T23:25:22.969Z | Checking tempfile v3.10.1 |
1604 | 2024-07-11T23:25:23.096Z | Checking serde_path_to_error v0.1.16 |
1605 | 2024-07-11T23:25:23.261Z | Compiling structmeta-derive v0.3.0 |
1606 | 2024-07-11T23:25:23.365Z | Checking hostname v0.4.0 |
1607 | 2024-07-11T23:25:23.485Z | Checking newtype-uuid v1.1.0 |
1608 | 2024-07-11T23:25:23.618Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
1609 | 2024-07-11T23:25:23.693Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
1610 | 2024-07-11T23:25:24.220Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
1611 | 2024-07-11T23:25:24.335Z | Checking macaddr v1.0.1 |
1612 | 2024-07-11T23:25:24.435Z | Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
1613 | 2024-07-11T23:25:24.552Z | Checking backoff v0.4.0 |
1614 | 2024-07-11T23:25:24.618Z | Checking oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#2612d220) |
1615 | 2024-07-11T23:25:24.786Z | Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
1616 | 2024-07-11T23:25:24.907Z | Checking wait-timeout v0.2.0 |
1617 | 2024-07-11T23:25:24.932Z | Compiling structmeta-derive v0.2.0 |
1618 | 2024-07-11T23:25:25.066Z | Checking rusty-fork v0.3.0 |
1619 | 2024-07-11T23:25:25.301Z | Checking rand_xorshift v0.3.0 |
1620 | 2024-07-11T23:25:25.325Z | Checking unarray v0.1.4 |
1621 | 2024-07-11T23:25:25.349Z | Compiling darling_macro v0.20.9 |
1622 | 2024-07-11T23:25:25.466Z | Checking proptest v1.4.0 |
1623 | 2024-07-11T23:25:25.491Z | Compiling proc-macro-error v1.0.4 |
1624 | 2024-07-11T23:25:25.656Z | Checking tokio-rustls v0.25.0 |
1625 | 2024-07-11T23:25:25.683Z | Compiling structmeta v0.3.0 |
1626 | 2024-07-11T23:25:26.134Z | Checking camino-tempfile v1.1.1 |
1627 | 2024-07-11T23:25:26.159Z | Compiling parse-display-derive v0.9.1 |
1628 | 2024-07-11T23:25:26.241Z | Compiling darling v0.20.9 |
1629 | 2024-07-11T23:25:26.347Z | Compiling serde_with_macros v3.8.3 |
1630 | 2024-07-11T23:25:26.372Z | Compiling proc-macro-crate v1.3.1 |
1631 | 2024-07-11T23:25:27.300Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1632 | 2024-07-11T23:25:27.426Z | Compiling structmeta v0.2.0 |
1633 | 2024-07-11T23:25:27.603Z | Compiling num_enum_derive v0.5.11 |
1634 | 2024-07-11T23:25:27.812Z | Compiling test-strategy v0.3.1 |
1635 | 2024-07-11T23:25:28.878Z | Checking serde_with v3.8.3 |
1636 | 2024-07-11T23:25:29.045Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1637 | 2024-07-11T23:25:29.262Z | Compiling foreign-types-macros v0.2.3 |
1638 | 2024-07-11T23:25:29.310Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
1639 | 2024-07-11T23:25:29.528Z | Checking foreign-types-shared v0.3.1 |
1640 | 2024-07-11T23:25:29.834Z | Checking num_enum v0.5.11 |
1641 | 2024-07-11T23:25:29.944Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
1642 | 2024-07-11T23:25:29.968Z | Checking cstr-argument v0.1.2 |
1643 | 2024-07-11T23:25:30.128Z | Checking pretty-hex v0.2.1 |
1644 | 2024-07-11T23:25:30.153Z | Checking parse-display v0.9.1 |
1645 | 2024-07-11T23:25:30.283Z | Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1646 | 2024-07-11T23:25:30.309Z | Checking foreign-types v0.5.0 |
1647 | 2024-07-11T23:25:30.351Z | Checking tabwriter v1.4.0 |
1648 | 2024-07-11T23:25:30.412Z | Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1649 | 2024-07-11T23:25:30.523Z | Checking colored v2.1.0 |
1650 | 2024-07-11T23:25:30.560Z | Checking socket2 v0.4.10 |
1651 | 2024-07-11T23:25:30.673Z | Checking smf v0.2.3 |
1652 | 2024-07-11T23:25:30.809Z | Checking humantime v2.1.0 |
1653 | 2024-07-11T23:25:30.842Z | Checking termcolor v1.4.1 |
1654 | 2024-07-11T23:25:31.003Z | Checking arc-swap v1.7.1 |
1655 | 2024-07-11T23:25:31.078Z | Checking newline-converter v0.3.0 |
1656 | 2024-07-11T23:25:31.159Z | Checking xattr v1.3.1 |
1657 | 2024-07-11T23:25:31.185Z | Checking filetime v0.2.23 |
1658 | 2024-07-11T23:25:31.211Z | Checking same-file v1.0.6 |
1659 | 2024-07-11T23:25:31.235Z | Checking expectorate v1.1.0 |
1660 | 2024-07-11T23:25:31.337Z | Checking utf-8 v0.7.6 |
1661 | 2024-07-11T23:25:31.364Z | Checking tar v0.4.40 |
1662 | 2024-07-11T23:25:31.390Z | Checking slog-scope v4.4.0 |
1663 | 2024-07-11T23:25:31.390Z | Checking walkdir v2.5.0 |
1664 | 2024-07-11T23:25:31.390Z | Compiling heapless v0.8.0 |
1665 | 2024-07-11T23:25:31.518Z | Checking termtree v0.4.1 |
1666 | 2024-07-11T23:25:31.566Z | Checking slog-stdlog v4.1.1 |
1667 | 2024-07-11T23:25:31.633Z | Checking hash32 v0.3.1 |
1668 | 2024-07-11T23:25:31.695Z | Compiling smoltcp v0.11.0 |
1669 | 2024-07-11T23:25:31.720Z | Checking predicates-tree v1.0.9 |
1670 | 2024-07-11T23:25:31.720Z | Checking slog-envlogger v2.2.0 |
1671 | 2024-07-11T23:25:31.809Z | Checking cobs v0.2.3 |
1672 | 2024-07-11T23:25:31.850Z | Compiling crucible-workspace-hack v0.1.0 |
1673 | 2024-07-11T23:25:31.929Z | Checking embedded-io v0.4.0 |
1674 | 2024-07-11T23:25:31.978Z | Checking sigpipe v0.1.3 |
1675 | 2024-07-11T23:25:32.003Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=915975f6d1729db95619f752148974016912412f#915975f6) |
1676 | 2024-07-11T23:25:32.089Z | Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=915975f6d1729db95619f752148974016912412f#915975f6) |
1677 | 2024-07-11T23:25:32.114Z | Checking postcard v1.0.8 |
1678 | 2024-07-11T23:25:32.223Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=915975f6d1729db95619f752148974016912412f#915975f6) |
1679 | 2024-07-11T23:25:32.247Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#4ceaf96e) |
1680 | 2024-07-11T23:25:32.328Z | Checking pem v3.0.4 |
1681 | 2024-07-11T23:25:32.352Z | Checking poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
1682 | 2024-07-11T23:25:32.532Z | Checking tungstenite v0.20.1 |
1683 | 2024-07-11T23:25:32.557Z | Compiling zone_cfg_derive v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56) |
1684 | 2024-07-11T23:25:32.711Z | Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=5ebf9626e0ad274eb515d206d102cb09d2d51f15#5ebf9626) |
1685 | 2024-07-11T23:25:32.957Z | Compiling derive-where v1.2.7 |
1686 | 2024-07-11T23:25:33.008Z | Compiling mockall_derive v0.12.1 |
1687 | 2024-07-11T23:25:33.246Z | Compiling num-derive v0.4.2 |
1688 | 2024-07-11T23:25:33.748Z | Checking atty v0.2.14 |
1689 | 2024-07-11T23:25:33.856Z | Checking downcast v0.11.0 |
1690 | 2024-07-11T23:25:33.881Z | Checking fragile v2.0.0 |
1691 | 2024-07-11T23:25:34.032Z | Checking zone v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56) |
1692 | 2024-07-11T23:25:34.107Z | Checking tokio-tungstenite v0.20.1 |
1693 | 2024-07-11T23:25:34.264Z | Compiling typify-macro v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6) |
1694 | 2024-07-11T23:25:34.488Z | Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=5ebf9626e0ad274eb515d206d102cb09d2d51f15#5ebf9626) |
1695 | 2024-07-11T23:25:34.657Z | Checking tungstenite v0.21.0 |
1696 | 2024-07-11T23:25:34.713Z | Checking env_logger v0.9.3 |
1697 | 2024-07-11T23:25:35.101Z | Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1698 | 2024-07-11T23:25:35.132Z | Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=e10f8793f8414fdb9a165219f17e45fa014d088b#e10f8793) |
1699 | 2024-07-11T23:25:35.378Z | Checking tokio-tungstenite v0.21.0 |
1700 | 2024-07-11T23:25:35.410Z | Compiling bitstruct_derive v0.1.0 |
1701 | 2024-07-11T23:25:35.458Z | Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=915975f6d1729db95619f752148974016912412f#915975f6) |
1702 | 2024-07-11T23:25:35.511Z | Checking viona_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1703 | 2024-07-11T23:25:35.625Z | Checking ascii v1.1.0 |
1704 | 2024-07-11T23:25:35.756Z | Checking viona_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1705 | 2024-07-11T23:25:35.901Z | Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1706 | 2024-07-11T23:25:35.956Z | Checking dladm v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1707 | 2024-07-11T23:25:36.025Z | Checking rfb v0.1.0 (https://github.com/oxidecomputer/rfb?rev=0cac8d9c25eb27acfa35df80f3b9d371de98ab3b#0cac8d9c) |
1708 | 2024-07-11T23:25:36.124Z | Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1709 | 2024-07-11T23:25:36.211Z | Checking serde_arrays v0.1.0 |
1710 | 2024-07-11T23:25:36.349Z | Checking erased-serde v0.3.31 |
1711 | 2024-07-11T23:25:36.373Z | Compiling heck v0.3.3 |
1712 | 2024-07-11T23:25:36.588Z | Checking bitstruct v0.1.1 |
1713 | 2024-07-11T23:25:36.682Z | Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=915975f6d1729db95619f752148974016912412f#915975f6) |
1714 | 2024-07-11T23:25:36.707Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#4ceaf96e) |
1715 | 2024-07-11T23:25:36.741Z | Compiling zone_cfg_derive v0.1.2 |
1716 | 2024-07-11T23:25:36.779Z | Checking headers-core v0.2.0 |
1717 | 2024-07-11T23:25:36.898Z | Checking base64 v0.13.1 |
1718 | 2024-07-11T23:25:37.249Z | Checking ron v0.7.1 |
1719 | 2024-07-11T23:25:37.274Z | Checking propolis v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1720 | 2024-07-11T23:25:37.979Z | Checking zone v0.1.8 |
1721 | 2024-07-11T23:25:38.030Z | Compiling typify v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6) |
1722 | 2024-07-11T23:25:38.167Z | Compiling progenitor-impl v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
1723 | 2024-07-11T23:25:38.233Z | Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=915975f6d1729db95619f752148974016912412f#915975f6) |
1724 | 2024-07-11T23:25:38.376Z | Checking headers v0.3.9 |
1725 | 2024-07-11T23:25:38.491Z | Checking portpicker v0.1.1 |
1726 | 2024-07-11T23:25:38.532Z | Checking rcgen v0.12.1 |
1727 | 2024-07-11T23:25:38.618Z | Checking atomicwrites v0.4.3 |
1728 | 2024-07-11T23:25:38.787Z | Checking subprocess v0.2.9 |
1729 | 2024-07-11T23:25:39.072Z | Compiling convert_case v0.4.0 |
1730 | 2024-07-11T23:25:39.150Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
1731 | 2024-07-11T23:25:39.236Z | Checking password-hash v0.5.0 |
1732 | 2024-07-11T23:25:39.282Z | Checking blake2 v0.10.6 |
1733 | 2024-07-11T23:25:39.407Z | Checking linked-hash-map v0.5.6 |
1734 | 2024-07-11T23:25:39.468Z | Checking mockall v0.12.1 |
1735 | 2024-07-11T23:25:39.619Z | Compiling prettyplease v0.2.20 |
1736 | 2024-07-11T23:25:39.665Z | Checking argon2 v0.5.3 |
1737 | 2024-07-11T23:25:39.689Z | Checking swrite v0.1.0 |
1738 | 2024-07-11T23:25:39.712Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
1739 | 2024-07-11T23:25:39.737Z | Checking lru-cache v0.1.2 |
1740 | 2024-07-11T23:25:39.926Z | Compiling derive_more v0.99.18 |
1741 | 2024-07-11T23:25:40.008Z | Compiling rayon-core v1.12.1 |
1742 | 2024-07-11T23:25:40.251Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
1743 | 2024-07-11T23:25:40.277Z | Checking resolv-conf v0.7.0 |
1744 | 2024-07-11T23:25:40.302Z | Checking half v2.4.1 |
1745 | 2024-07-11T23:25:40.545Z | Compiling semver v0.1.20 |
1746 | 2024-07-11T23:25:40.571Z | Checking trust-dns-resolver v0.22.0 |
1747 | 2024-07-11T23:25:40.628Z | Checking ciborium-io v0.2.2 |
1748 | 2024-07-11T23:25:40.681Z | Compiling cancel-safe-futures v0.1.5 |
1749 | 2024-07-11T23:25:40.785Z | Checking ciborium-ll v0.2.2 |
1750 | 2024-07-11T23:25:41.029Z | Compiling rustc_version v0.1.7 |
1751 | 2024-07-11T23:25:41.071Z | Checking ciborium v0.2.2 |
1752 | 2024-07-11T23:25:41.459Z | Compiling newtype_derive v0.1.6 |
1753 | 2024-07-11T23:25:41.693Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
1754 | 2024-07-11T23:25:42.322Z | Checking num-rational v0.4.2 |
1755 | 2024-07-11T23:25:42.347Z | Checking num-complex v0.4.6 |
1756 | 2024-07-11T23:25:42.569Z | Compiling slog-dtrace v0.3.0 |
1757 | 2024-07-11T23:25:42.867Z | Checking signature v2.2.0 |
1758 | 2024-07-11T23:25:42.951Z | Checking float-ord v0.3.2 |
1759 | 2024-07-11T23:25:43.034Z | Checking steno v0.4.1 |
1760 | 2024-07-11T23:25:43.059Z | Checking num v0.4.3 |
1761 | 2024-07-11T23:25:44.370Z | Checking cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1762 | 2024-07-11T23:25:44.619Z | Checking propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1763 | 2024-07-11T23:25:44.921Z | Compiling progenitor-macro v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
1764 | 2024-07-11T23:25:45.667Z | Checking libsw v3.3.1 |
1765 | 2024-07-11T23:25:46.132Z | Checking owo-colors v4.0.0 |
1766 | 2024-07-11T23:25:46.187Z | Checking linear-map v1.2.0 |
1767 | 2024-07-11T23:25:47.555Z | Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
1768 | 2024-07-11T23:25:47.682Z | Checking nibble_vec v0.1.0 |
1769 | 2024-07-11T23:25:47.850Z | Checking endian-type v0.1.2 |
1770 | 2024-07-11T23:25:48.040Z | Checking radix_trie v0.2.1 |
1771 | 2024-07-11T23:25:48.382Z | Checking fxhash v0.2.1 |
1772 | 2024-07-11T23:25:48.429Z | Checking display-error-chain v0.2.0 |
1773 | 2024-07-11T23:25:48.527Z | Compiling home v0.5.9 |
1774 | 2024-07-11T23:25:48.551Z | Compiling radium v0.7.0 |
1775 | 2024-07-11T23:25:48.575Z | Checking tap v1.0.1 |
1776 | 2024-07-11T23:25:48.707Z | Compiling maybe-uninit v2.0.0 |
1777 | 2024-07-11T23:25:48.776Z | Checking wyz v0.5.1 |
1778 | 2024-07-11T23:25:49.095Z | Compiling bzip2-sys v0.1.11+1.0.8 |
1779 | 2024-07-11T23:25:49.194Z | Compiling packed_struct v0.10.1 |
1780 | 2024-07-11T23:25:49.264Z | Checking funty v2.0.0 |
1781 | 2024-07-11T23:25:49.488Z | Checking crc-catalog v2.4.0 |
1782 | 2024-07-11T23:25:49.553Z | Compiling num-bigint-dig v0.8.4 |
1783 | 2024-07-11T23:25:49.614Z | Checking crc v3.2.1 |
1784 | 2024-07-11T23:25:49.926Z | Compiling packed_struct_codegen v0.10.1 |
1785 | 2024-07-11T23:25:49.974Z | Compiling indexmap v1.9.3 |
1786 | 2024-07-11T23:25:50.045Z | Checking bitvec v1.0.1 |
1787 | 2024-07-11T23:25:50.233Z | Checking nodrop v0.1.14 |
1788 | 2024-07-11T23:25:50.332Z | Checking array-init v0.0.4 |
1789 | 2024-07-11T23:25:50.574Z | Checking smallvec v0.6.14 |
1790 | 2024-07-11T23:25:51.164Z | Checking pkcs1 v0.7.5 |
1791 | 2024-07-11T23:25:51.222Z | Compiling ring v0.16.20 |
1792 | 2024-07-11T23:25:51.501Z | Compiling blake3 v1.5.1 |
1793 | 2024-07-11T23:25:51.977Z | Checking hashbrown v0.12.3 |
1794 | 2024-07-11T23:25:52.130Z | Checking bitfield v0.14.0 |
1795 | 2024-07-11T23:25:52.398Z | Checking serde-hex v0.1.0 |
1796 | 2024-07-11T23:25:52.737Z | Checking bzip2 v0.4.4 |
1797 | 2024-07-11T23:25:52.761Z | Checking rsa v0.9.6 |
1798 | 2024-07-11T23:25:52.987Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
1799 | 2024-07-11T23:25:53.199Z | Checking env_logger v0.10.2 |
1800 | 2024-07-11T23:25:53.412Z | Checking x509-cert v0.2.5 |
1801 | 2024-07-11T23:25:53.560Z | Checking ron v0.8.1 |
1802 | 2024-07-11T23:25:53.610Z | Checking hashbrown v0.13.2 |
1803 | 2024-07-11T23:25:54.356Z | Checking crc-any v2.5.0 |
1804 | 2024-07-11T23:25:54.462Z | Checking object v0.30.4 |
1805 | 2024-07-11T23:25:54.498Z | Checking zip v0.6.6 |
1806 | 2024-07-11T23:25:54.587Z | Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
1807 | 2024-07-11T23:25:54.663Z | Checking path-slash v0.1.5 |
1808 | 2024-07-11T23:25:54.702Z | Compiling async-recursion v1.1.1 |
1809 | 2024-07-11T23:25:54.794Z | Checking gethostname v0.4.3 |
1810 | 2024-07-11T23:25:54.819Z | Compiling libefi-sys v0.1.0 |
1811 | 2024-07-11T23:25:54.923Z | Compiling parking_lot_core v0.8.6 |
1812 | 2024-07-11T23:25:55.053Z | Checking maplit v1.0.2 |
1813 | 2024-07-11T23:25:55.096Z | Compiling bitfield-struct v0.6.1 |
1814 | 2024-07-11T23:25:55.162Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c) |
1815 | 2024-07-11T23:25:55.328Z | Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
1816 | 2024-07-11T23:25:55.619Z | Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
1817 | 2024-07-11T23:25:55.659Z | Compiling crossbeam-deque v0.8.5 |
1818 | 2024-07-11T23:25:55.959Z | Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
1819 | 2024-07-11T23:25:56.007Z | Checking keccak v0.1.5 |
1820 | 2024-07-11T23:25:56.291Z | Checking sha3 v0.10.8 |
1821 | 2024-07-11T23:25:56.330Z | Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
1822 | 2024-07-11T23:25:56.616Z | Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
1823 | 2024-07-11T23:25:56.789Z | Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
1824 | 2024-07-11T23:25:57.036Z | Checking parking_lot v0.11.2 |
1825 | 2024-07-11T23:25:57.061Z | Checking trust-dns-client v0.22.0 |
1826 | 2024-07-11T23:25:57.101Z | Checking toml v0.5.11 |
1827 | 2024-07-11T23:25:57.185Z | Checking secrecy v0.8.0 |
1828 | 2024-07-11T23:25:57.325Z | Checking sled v0.34.7 |
1829 | 2024-07-11T23:25:57.364Z | Compiling rayon v1.10.0 |
1830 | 2024-07-11T23:25:58.027Z | Compiling memmap2 v0.9.4 |
1831 | 2024-07-11T23:25:58.105Z | Compiling arrayref v0.3.7 |
1832 | 2024-07-11T23:25:58.204Z | Compiling arrayvec v0.7.4 |
1833 | 2024-07-11T23:25:58.330Z | Checking trust-dns-server v0.22.1 |
1834 | 2024-07-11T23:25:58.440Z | Compiling spin v0.5.2 |
1835 | 2024-07-11T23:25:58.581Z | Compiling untrusted v0.7.1 |
1836 | 2024-07-11T23:25:58.655Z | Compiling constant_time_eq v0.3.0 |
1837 | 2024-07-11T23:25:58.758Z | Compiling buf-list v1.0.3 |
1838 | 2024-07-11T23:25:59.546Z | Compiling toolchain_find v0.4.0 |
1839 | 2024-07-11T23:26:00.124Z | Compiling topological-sort v0.2.2 |
1840 | 2024-07-11T23:26:00.148Z | Compiling rustfmt-wrapper v0.2.1 |
1841 | 2024-07-11T23:26:00.378Z | Checking progenitor v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
1842 | 2024-07-11T23:26:00.582Z | Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=1b385990e8648b221fd11f018f2a7ec425461c6c#1b385990) |
1843 | 2024-07-11T23:26:00.607Z | Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1844 | 2024-07-11T23:26:00.646Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
1845 | 2024-07-11T23:26:00.712Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
1846 | 2024-07-11T23:26:01.734Z | Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
1847 | 2024-07-11T23:26:02.034Z | Compiling omicron-zone-package v0.11.0 |
1848 | 2024-07-11T23:26:02.772Z | Checking glob v0.3.1 |
1849 | 2024-07-11T23:26:03.028Z | Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=1b385990e8648b221fd11f018f2a7ec425461c6c#1b385990) |
1850 | 2024-07-11T23:26:03.296Z | Compiling curve25519-dalek v4.1.3 |
1851 | 2024-07-11T23:26:03.822Z | Checking universal-hash v0.5.1 |
1852 | 2024-07-11T23:26:03.899Z | Checking libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?rev=e69694a1f7cc9fe31fab27f321017280531fb5f7#e69694a1) |
1853 | 2024-07-11T23:26:03.951Z | Checking opaque-debug v0.3.1 |
1854 | 2024-07-11T23:26:04.048Z | Compiling curve25519-dalek-derive v0.1.1 |
1855 | 2024-07-11T23:26:04.451Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
1856 | 2024-07-11T23:26:04.778Z | Checking lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
1857 | 2024-07-11T23:26:05.023Z | Checking aead v0.5.2 |
1858 | 2024-07-11T23:26:05.213Z | Compiling pin-project-internal v1.1.5 |
1859 | 2024-07-11T23:26:05.902Z | Compiling vte_generate_state_changes v0.1.1 |
1860 | 2024-07-11T23:26:06.432Z | Compiling unicase v2.7.0 |
1861 | 2024-07-11T23:26:06.464Z | Checking hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#943c4bbe) |
1862 | 2024-07-11T23:26:06.858Z | Checking vte v0.11.1 |
1863 | 2024-07-11T23:26:07.006Z | Checking poly1305 v0.8.0 |
1864 | 2024-07-11T23:26:07.222Z | Checking chacha20 v0.9.1 |
1865 | 2024-07-11T23:26:07.416Z | Checking fd-lock v4.0.2 |
1866 | 2024-07-11T23:26:07.518Z | Compiling thiserror-impl-no-std v2.0.2 |
1867 | 2024-07-11T23:26:07.588Z | Checking nanorand v0.7.0 |
1868 | 2024-07-11T23:26:07.616Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
1869 | 2024-07-11T23:26:07.710Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
1870 | 2024-07-11T23:26:07.793Z | Checking pin-project v1.1.5 |
1871 | 2024-07-11T23:26:07.878Z | Checking strip-ansi-escapes v0.2.0 |
1872 | 2024-07-11T23:26:07.915Z | Checking flume v0.11.0 |
1873 | 2024-07-11T23:26:07.939Z | Checking kstat-rs v0.2.4 |
1874 | 2024-07-11T23:26:07.964Z | Checking nu-ansi-term v0.50.0 |
1875 | 2024-07-11T23:26:08.016Z | Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
1876 | 2024-07-11T23:26:08.261Z | Checking chacha20poly1305 v0.10.1 |
1877 | 2024-07-11T23:26:08.335Z | Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=e10f8793f8414fdb9a165219f17e45fa014d088b#e10f8793) |
1878 | 2024-07-11T23:26:08.360Z | Checking reedline v0.31.0 |
1879 | 2024-07-11T23:26:08.436Z | Compiling crunchy v0.2.2 |
1880 | 2024-07-11T23:26:08.672Z | Compiling mime_guess v2.0.4 |
1881 | 2024-07-11T23:26:08.855Z | Compiling clang-sys v1.7.0 |
1882 | 2024-07-11T23:26:09.185Z | Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=5ebf9626e0ad274eb515d206d102cb09d2d51f15#5ebf9626) |
1883 | 2024-07-11T23:26:09.448Z | Compiling tiny-keccak v2.0.2 |
1884 | 2024-07-11T23:26:09.889Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
1885 | 2024-07-11T23:26:10.051Z | Compiling memoffset v0.9.1 |
1886 | 2024-07-11T23:26:10.111Z | Compiling ref-cast v1.0.23 |
1887 | 2024-07-11T23:26:10.222Z | Checking thiserror-no-std v2.0.2 |
1888 | 2024-07-11T23:26:10.303Z | Checking bytecount v0.6.8 |
1889 | 2024-07-11T23:26:10.331Z | Checking vsss-rs v3.3.4 |
1890 | 2024-07-11T23:26:10.450Z | Checking papergrid v0.11.0 |
1891 | 2024-07-11T23:26:11.193Z | Compiling ascii-canvas v3.0.0 |
1892 | 2024-07-11T23:26:11.332Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
1893 | 2024-07-11T23:26:11.545Z | Compiling tabled_derive v0.7.0 |
1894 | 2024-07-11T23:26:11.696Z | Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=5ebf9626e0ad274eb515d206d102cb09d2d51f15#5ebf9626) |
1895 | 2024-07-11T23:26:11.902Z | Compiling ref-cast-impl v1.0.23 |
1896 | 2024-07-11T23:26:11.937Z | Compiling snafu-derive v0.8.2 |
1897 | 2024-07-11T23:26:12.686Z | Compiling ena v0.14.3 |
1898 | 2024-07-11T23:26:12.983Z | Compiling libloading v0.8.3 |
1899 | 2024-07-11T23:26:13.099Z | Compiling regex-syntax v0.6.29 |
1900 | 2024-07-11T23:26:13.182Z | Checking http-range v0.1.5 |
1901 | 2024-07-11T23:26:13.352Z | Compiling bindgen v0.69.4 |
1902 | 2024-07-11T23:26:13.423Z | Compiling diff v0.1.13 |
1903 | 2024-07-11T23:26:13.824Z | Compiling cfg_aliases v0.1.1 |
1904 | 2024-07-11T23:26:13.939Z | Compiling nix v0.28.0 |
1905 | 2024-07-11T23:26:14.045Z | Checking tabled v0.15.0 |
1906 | 2024-07-11T23:26:14.105Z | Checking hyper-staticfile v0.9.5 |
1907 | 2024-07-11T23:26:15.442Z | Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=5ebf9626e0ad274eb515d206d102cb09d2d51f15#5ebf9626) |
1908 | 2024-07-11T23:26:15.748Z | Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
1909 | 2024-07-11T23:26:16.674Z | Checking illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
1910 | 2024-07-11T23:26:16.916Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
1911 | 2024-07-11T23:26:18.240Z | Compiling oximeter-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/impl) |
1912 | 2024-07-11T23:26:18.335Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
1913 | 2024-07-11T23:26:19.299Z | Checking internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns) |
1914 | 2024-07-11T23:26:20.236Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
1915 | 2024-07-11T23:26:21.010Z | Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
1916 | 2024-07-11T23:26:21.505Z | Checking snafu v0.8.2 |
1917 | 2024-07-11T23:26:21.967Z | Compiling lalrpop v0.19.12 |
1918 | 2024-07-11T23:26:22.100Z | Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
1919 | 2024-07-11T23:26:22.598Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
1920 | 2024-07-11T23:26:24.174Z | Compiling which v4.4.2 |
1921 | 2024-07-11T23:26:24.693Z | Checking globset v0.4.14 |
1922 | 2024-07-11T23:26:25.093Z | Checking olpc-cjson v0.1.3 |
1923 | 2024-07-11T23:26:25.294Z | Compiling cexpr v0.6.0 |
1924 | 2024-07-11T23:26:25.757Z | Checking serde_plain v1.0.2 |
1925 | 2024-07-11T23:26:25.980Z | Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=c85a4ca043aaa389df12aac5348d8a3feda28762#c85a4ca0) |
1926 | 2024-07-11T23:26:26.049Z | Checking signature v1.6.4 |
1927 | 2024-07-11T23:26:27.207Z | Compiling rustc-hash v1.1.0 |
1928 | 2024-07-11T23:26:27.231Z | Compiling lazycell v1.3.0 |
1929 | 2024-07-11T23:26:27.232Z | Checking typed-path v0.7.1 |
1930 | 2024-07-11T23:26:27.232Z | Compiling salty v0.2.0 |
1931 | 2024-07-11T23:26:27.232Z | Compiling shlex v1.3.0 |
1932 | 2024-07-11T23:26:27.232Z | Checking ed25519 v1.5.3 |
1933 | 2024-07-11T23:26:27.232Z | Checking nix v0.27.1 |
1934 | 2024-07-11T23:26:27.360Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
1935 | 2024-07-11T23:26:27.951Z | Checking tough v0.17.1 |
1936 | 2024-07-11T23:26:30.038Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
1937 | 2024-07-11T23:26:31.082Z | Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
1938 | 2024-07-11T23:26:31.557Z | Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
1939 | 2024-07-11T23:26:31.812Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
1940 | 2024-07-11T23:26:31.836Z | Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
1941 | 2024-07-11T23:26:31.861Z | Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
1942 | 2024-07-11T23:26:32.897Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
1943 | 2024-07-11T23:26:33.114Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
1944 | 2024-07-11T23:26:33.359Z | Compiling derive_builder_core v0.20.0 |
1945 | 2024-07-11T23:26:33.395Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
1946 | 2024-07-11T23:26:34.035Z | Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
1947 | 2024-07-11T23:26:34.392Z | Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
1948 | 2024-07-11T23:26:34.789Z | Checking serde-big-array v0.5.1 |
1949 | 2024-07-11T23:26:34.981Z | Compiling hubpack_derive v0.1.0 (https://github.com/cbiffle/hubpack.git?rev=df08cc3a6e1f97381cd0472ae348e310f0119e25#df08cc3a) |
1950 | 2024-07-11T23:26:35.338Z | Compiling libxml v0.3.3 |
1951 | 2024-07-11T23:26:35.420Z | Checking parse-size v1.0.0 |
1952 | 2024-07-11T23:26:35.572Z | Compiling derive_builder_macro v0.20.0 |
1953 | 2024-07-11T23:26:35.716Z | Checking hubpack v0.1.0 (https://github.com/cbiffle/hubpack.git?rev=df08cc3a6e1f97381cd0472ae348e310f0119e25#df08cc3a) |
1954 | 2024-07-11T23:26:36.086Z | Checking signal-hook-tokio v0.3.1 |
1955 | 2024-07-11T23:26:36.243Z | Compiling peg-macros v0.8.3 |
1956 | 2024-07-11T23:26:36.338Z | Checking serde-big-array v0.4.1 |
1957 | 2024-07-11T23:26:36.500Z | Compiling strum_macros v0.24.3 |
1958 | 2024-07-11T23:26:36.553Z | Compiling sqlparser_derive v0.2.2 |
1959 | 2024-07-11T23:26:37.510Z | Compiling cookie v0.18.1 |
1960 | 2024-07-11T23:26:37.623Z | Compiling indoc v1.0.9 |
1961 | 2024-07-11T23:26:37.759Z | Checking unicode_categories v0.1.1 |
1962 | 2024-07-11T23:26:38.162Z | Checking sqlformat v0.2.3 |
1963 | 2024-07-11T23:26:38.190Z | Checking rustyline v14.0.0 |
1964 | 2024-07-11T23:26:38.602Z | Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
1965 | 2024-07-11T23:26:39.401Z | Checking peg v0.8.3 |
1966 | 2024-07-11T23:26:39.507Z | Checking sqlparser v0.45.0 |
1967 | 2024-07-11T23:26:39.587Z | Checking sprockets-common v0.1.0 (https://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef) |
1968 | 2024-07-11T23:26:39.750Z | Checking derive_builder v0.20.0 |
1969 | 2024-07-11T23:26:40.383Z | Checking tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
1970 | 2024-07-11T23:26:41.215Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
1971 | 2024-07-11T23:26:41.447Z | Checking quick-xml v0.31.0 |
1972 | 2024-07-11T23:26:42.054Z | Checking bcs v0.1.6 |
1973 | 2024-07-11T23:26:42.468Z | Compiling impl-trait-for-tuples v0.2.2 |
1974 | 2024-07-11T23:26:42.514Z | Compiling oso-derive v0.27.3 |
1975 | 2024-07-11T23:26:43.148Z | Checking highway v1.1.0 |
1976 | 2024-07-11T23:26:43.383Z | Checking heck v0.4.1 |
1977 | 2024-07-11T23:26:43.539Z | Checking corncobs v0.1.3 |
1978 | 2024-07-11T23:26:43.583Z | Checking openapi-lint v0.4.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#ef442ee4) |
1979 | 2024-07-11T23:26:43.702Z | Checking sprockets-rot v0.1.0 (https://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef) |
1980 | 2024-07-11T23:26:43.941Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
1981 | 2024-07-11T23:26:44.243Z | Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
1982 | 2024-07-11T23:26:45.241Z | Compiling diesel-dtrace v0.3.0 (https://github.com/oxidecomputer/diesel-dtrace?branch=main#62ef5ca0) |
1983 | 2024-07-11T23:26:45.440Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
1984 | 2024-07-11T23:26:45.568Z | Compiling const_format_proc_macros v0.2.32 |
1985 | 2024-07-11T23:26:45.684Z | Checking bb8 v0.8.5 |
1986 | 2024-07-11T23:26:46.095Z | Checking async-bb8-diesel v0.1.0 (https://github.com/oxidecomputer/async-bb8-diesel?rev=ed7ab5ef0513ba303d33efd41d3e9e381169d59b#ed7ab5ef) |
1987 | 2024-07-11T23:26:46.922Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
1988 | 2024-07-11T23:26:47.110Z | Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
1989 | 2024-07-11T23:26:47.517Z | Checking const_format v0.2.32 |
1990 | 2024-07-11T23:26:47.923Z | Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
1991 | 2024-07-11T23:26:49.023Z | Checking assert_matches v1.5.0 |
1992 | 2024-07-11T23:26:49.121Z | Compiling portable-atomic v1.6.0 |
1993 | 2024-07-11T23:26:49.334Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
1994 | 2024-07-11T23:26:50.046Z | Checking rand_seeder v0.2.3 |
1995 | 2024-07-11T23:26:50.254Z | Checking number_prefix v0.4.0 |
1996 | 2024-07-11T23:26:50.423Z | Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
1997 | 2024-07-11T23:26:50.815Z | Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
1998 | 2024-07-11T23:26:50.927Z | Checking indicatif v0.17.8 |
1999 | 2024-07-11T23:26:51.017Z | Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
2000 | 2024-07-11T23:26:51.675Z | Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
2001 | 2024-07-11T23:26:51.891Z | Checking castaway v0.2.2 |
2002 | 2024-07-11T23:26:52.083Z | Checking compact_str v0.7.1 |
2003 | 2024-07-11T23:26:52.463Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
2004 | 2024-07-11T23:26:52.761Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
2005 | 2024-07-11T23:26:52.826Z | Checking unicode-truncate v1.0.0 |
2006 | 2024-07-11T23:26:52.859Z | Checking itertools v0.13.0 |
2007 | 2024-07-11T23:26:53.045Z | Checking lru v0.12.3 |
2008 | 2024-07-11T23:26:53.069Z | Compiling stability v0.2.0 |
2009 | 2024-07-11T23:26:53.345Z | Checking cassowary v0.3.0 |
2010 | 2024-07-11T23:26:53.762Z | Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
2011 | 2024-07-11T23:26:54.065Z | Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
2012 | 2024-07-11T23:26:54.876Z | Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2013 | 2024-07-11T23:26:55.236Z | Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
2014 | 2024-07-11T23:26:55.260Z | Checking ratatui v0.27.0 |
2015 | 2024-07-11T23:26:56.009Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2016 | 2024-07-11T23:26:56.321Z | Checking unicode-linebreak v0.1.5 |
2017 | 2024-07-11T23:26:56.400Z | Checking smawk v0.3.2 |
2018 | 2024-07-11T23:26:56.619Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
2019 | 2024-07-11T23:26:56.700Z | Checking textwrap v0.16.1 |
2020 | 2024-07-11T23:26:56.896Z | Checking is_ci v1.2.0 |
2021 | 2024-07-11T23:26:57.046Z | Checking supports-color v3.0.0 |
2022 | 2024-07-11T23:26:57.136Z | Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
2023 | 2024-07-11T23:26:57.248Z | Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=e10f8793f8414fdb9a165219f17e45fa014d088b#e10f8793) |
2024 | 2024-07-11T23:26:57.888Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
2025 | 2024-07-11T23:26:57.951Z | Checking fatfs v0.3.6 |
2026 | 2024-07-11T23:26:58.631Z | Checking shell-words v1.1.0 |
2027 | 2024-07-11T23:26:58.775Z | Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
2028 | 2024-07-11T23:26:58.799Z | Checking cargo-platform v0.1.8 |
2029 | 2024-07-11T23:26:59.059Z | Checking rtoolbox v0.0.2 |
2030 | 2024-07-11T23:26:59.232Z | Compiling getrandom v0.1.16 |
2031 | 2024-07-11T23:26:59.866Z | Checking rpassword v7.3.1 |
2032 | 2024-07-11T23:27:00.008Z | Checking cargo_metadata v0.18.1 |
2033 | 2024-07-11T23:27:00.128Z | Checking tui-tree-widget v0.21.0 |
2034 | 2024-07-11T23:27:00.628Z | Checking tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous) |
2035 | 2024-07-11T23:27:01.387Z | Checking rfc6979 v0.4.0 |
2036 | 2024-07-11T23:27:01.736Z | Checking ecdsa v0.16.9 |
2037 | 2024-07-11T23:27:02.031Z | Checking rand_core v0.5.1 |
2038 | 2024-07-11T23:27:02.300Z | Checking primeorder v0.13.6 |
2039 | 2024-07-11T23:27:02.346Z | Checking option-ext v0.2.0 |
2040 | 2024-07-11T23:27:02.637Z | Checking yansi v0.5.1 |
2041 | 2024-07-11T23:27:02.700Z | Checking dirs-sys v0.4.1 |
2042 | 2024-07-11T23:27:02.859Z | Checking rand_chacha v0.2.2 |
2043 | 2024-07-11T23:27:02.884Z | Checking pretty_assertions v1.4.0 |
2044 | 2024-07-11T23:27:03.047Z | Checking polyval v0.6.2 |
2045 | 2024-07-11T23:27:03.140Z | Checking ed25519 v2.2.3 |
2046 | 2024-07-11T23:27:03.291Z | Checking ctr v0.9.2 |
2047 | 2024-07-11T23:27:03.341Z | Checking aes v0.8.4 |
2048 | 2024-07-11T23:27:03.555Z | Checking blowfish v0.9.1 |
2049 | 2024-07-11T23:27:03.753Z | Checking password-hash v0.4.2 |
2050 | 2024-07-11T23:27:04.091Z | Checking pbkdf2 v0.12.2 |
2051 | 2024-07-11T23:27:04.115Z | Checking hex-literal v0.4.1 |
2052 | 2024-07-11T23:27:04.245Z | Checking plotters-backend v0.3.5 |
2053 | 2024-07-11T23:27:04.270Z | Checking bcrypt-pbkdf v0.10.0 |
2054 | 2024-07-11T23:27:04.485Z | Checking pbkdf2 v0.11.0 |
2055 | 2024-07-11T23:27:04.550Z | Checking plotters-svg v0.3.5 |
2056 | 2024-07-11T23:27:04.733Z | Checking ed25519-dalek v2.1.1 |
2057 | 2024-07-11T23:27:04.758Z | Checking ghash v0.5.1 |
2058 | 2024-07-11T23:27:04.903Z | Checking rand v0.7.3 |
2059 | 2024-07-11T23:27:05.044Z | Checking dirs v5.0.1 |
2060 | 2024-07-11T23:27:05.184Z | Checking p521 v0.13.3 |
2061 | 2024-07-11T23:27:05.277Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
2062 | 2024-07-11T23:27:06.097Z | Checking p256 v0.13.2 |
2063 | 2024-07-11T23:27:06.316Z | Compiling nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros) |
2064 | 2024-07-11T23:27:06.526Z | Checking cbc v0.1.2 |
2065 | 2024-07-11T23:27:06.702Z | Checking russh-cryptovec v0.7.2 |
2066 | 2024-07-11T23:27:06.880Z | Checking cast v0.3.0 |
2067 | 2024-07-11T23:27:07.144Z | Compiling target-lexicon v0.12.14 |
2068 | 2024-07-11T23:27:07.548Z | Checking md5 v0.7.0 |
2069 | 2024-07-11T23:27:07.784Z | Compiling doc-comment v0.3.3 |
2070 | 2024-07-11T23:27:08.010Z | Checking russh-keys v0.43.0 |
2071 | 2024-07-11T23:27:08.377Z | Checking criterion-plot v0.5.0 |
2072 | 2024-07-11T23:27:08.781Z | Checking aes-gcm v0.10.3 |
2073 | 2024-07-11T23:27:08.941Z | Checking plotters v0.3.5 |
2074 | 2024-07-11T23:27:08.986Z | Checking http-body v1.0.0 |
2075 | 2024-07-11T23:27:09.168Z | Checking tinytemplate v1.2.1 |
2076 | 2024-07-11T23:27:09.488Z | Checking csv-core v0.1.11 |
2077 | 2024-07-11T23:27:09.773Z | Compiling assert_cmd v2.0.14 |
2078 | 2024-07-11T23:27:10.093Z | Checking oorandom v11.1.3 |
2079 | 2024-07-11T23:27:10.235Z | Compiling guppy-workspace-hack v0.1.0 |
2080 | 2024-07-11T23:27:10.401Z | Checking regex-automata v0.1.10 |
2081 | 2024-07-11T23:27:10.456Z | Checking anes v0.1.6 |
2082 | 2024-07-11T23:27:10.745Z | Compiling dhcproto-macros v0.1.0 |
2083 | 2024-07-11T23:27:10.794Z | Checking tower-layer v0.3.2 |
2084 | 2024-07-11T23:27:11.029Z | Checking tower v0.4.13 |
2085 | 2024-07-11T23:27:11.054Z | Checking criterion v0.5.1 |
2086 | 2024-07-11T23:27:11.603Z | Checking dhcproto v0.11.0 |
2087 | 2024-07-11T23:27:11.673Z | Checking bstr v0.2.17 |
2088 | 2024-07-11T23:27:12.416Z | Checking csv v1.3.0 |
2089 | 2024-07-11T23:27:12.762Z | Checking hyper v1.3.1 |
2090 | 2024-07-11T23:27:13.131Z | Checking russh v0.43.0 |
2091 | 2024-07-11T23:27:13.796Z | Checking installinator-artifactd v0.1.0 (/work/oxidecomputer/omicron/installinator-artifactd) |
2092 | 2024-07-11T23:27:13.831Z | Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
2093 | 2024-07-11T23:27:14.385Z | Checking internet-checksum v0.2.1 |
2094 | 2024-07-11T23:27:14.566Z | Compiling target-spec v3.1.0 |
2095 | 2024-07-11T23:27:15.519Z | Checking cfg-expr v0.15.8 |
2096 | 2024-07-11T23:27:16.162Z | Checking hyper-util v0.1.3 |
2097 | 2024-07-11T23:27:16.464Z | Checking httptest v0.15.5 |
2098 | 2024-07-11T23:27:16.677Z | Checking installinator-artifact-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-artifact-client) |
2099 | 2024-07-11T23:27:17.083Z | Checking rustls-native-certs v0.7.0 |
2100 | 2024-07-11T23:27:17.443Z | Checking hyper-rustls v0.26.0 |
2101 | 2024-07-11T23:27:18.005Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
2102 | 2024-07-11T23:27:18.249Z | Checking pathdiff v0.2.1 |
2103 | 2024-07-11T23:27:18.381Z | Checking threadpool v1.8.1 |
2104 | 2024-07-11T23:27:18.555Z | Checking escape8259 v0.5.2 |
2105 | 2024-07-11T23:27:18.721Z | Checking nested v0.1.1 |
2106 | 2024-07-11T23:27:18.809Z | Checking libtest-mimic v0.7.3 |
2107 | 2024-07-11T23:27:18.910Z | Checking guppy v0.17.5 |
2108 | 2024-07-11T23:27:19.216Z | Checking similar-asserts v1.5.0 |
2109 | 2024-07-11T23:27:19.418Z | Checking fancy-regex v0.13.0 |
2110 | 2024-07-11T23:27:20.040Z | Compiling rstest_macros v0.19.0 |
2111 | 2024-07-11T23:27:20.320Z | Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
2112 | 2024-07-11T23:27:20.585Z | Checking datatest-stable v0.2.9 |
2113 | 2024-07-11T23:27:20.677Z | Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
2114 | 2024-07-11T23:27:20.853Z | Checking blake2b_simd v1.0.2 |
2115 | 2024-07-11T23:27:21.560Z | Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
2116 | 2024-07-11T23:27:21.802Z | Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli) |
2117 | 2024-07-11T23:27:21.827Z | Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
2118 | 2024-07-11T23:27:22.228Z | Compiling trybuild v1.0.96 |
2119 | 2024-07-11T23:27:22.399Z | Compiling relative-path v1.9.3 |
2120 | 2024-07-11T23:27:22.749Z | Checking rust-argon2 v2.1.0 |
2121 | 2024-07-11T23:27:23.126Z | Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
2122 | 2024-07-11T23:27:24.476Z | Checking multimap v0.10.0 |
2123 | 2024-07-11T23:27:24.743Z | Checking futures-timer v3.0.3 |
2124 | 2024-07-11T23:27:26.127Z | Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
2125 | 2024-07-11T23:27:26.925Z | Checking partial-io v0.5.4 |
2126 | 2024-07-11T23:27:27.246Z | Checking cargo_toml v0.20.3 |
2127 | 2024-07-11T23:27:29.002Z | Checking rand_distr v0.4.3 |
2128 | 2024-07-11T23:27:29.674Z | Checking approx v0.5.1 |
2129 | 2024-07-11T23:27:29.861Z | Checking termios v0.3.3 |
2130 | 2024-07-11T23:27:30.071Z | Checking uzers v0.11.3 |
2131 | 2024-07-11T23:27:30.383Z | Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
2132 | 2024-07-11T23:27:30.799Z | Checking rstest v0.19.0 |
2133 | 2024-07-11T23:27:32.565Z | Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli) |
2134 | 2024-07-11T23:27:34.036Z | Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
2135 | 2024-07-11T23:27:35.447Z | Checking end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
2136 | 2024-07-11T23:27:41.500Z | Compiling samael v0.0.15 |
2137 | 2024-07-11T23:27:44.814Z | Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng) |
2138 | 2024-07-11T23:28:07.641Z | Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns-cli) |
2139 | 2024-07-11T23:28:08.256Z | Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed) |
2140 | 2024-07-11T23:28:16.427Z | Compiling polar-core v0.27.3 |
2141 | 2024-07-11T23:28:25.967Z | Checking oso v0.27.3 |
2142 | 2024-07-11T23:29:10.014Z | Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
2143 | 2024-07-11T23:29:10.014Z | Checking nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
2144 | 2024-07-11T23:29:10.039Z | Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
2145 | 2024-07-11T23:30:54.338Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 7m 00s |
2146 | 2024-07-11T23:30:54.653Z | |
2147 | 2024-07-11T23:30:54.654Z | real 7:11.455826064 |
2148 | 2024-07-11T23:30:54.654Z | user 34:50.164613137 |
2149 | 2024-07-11T23:30:54.654Z | sys 6:19.210727521 |
2150 | 2024-07-11T23:30:54.654Z | trap 1.035934506 |
2151 | 2024-07-11T23:30:54.679Z | tflt 0.427130700 |
2152 | 2024-07-11T23:30:54.679Z | dflt 0.671744536 |
2153 | 2024-07-11T23:30:54.679Z | kflt 0.001159318 |
2154 | 2024-07-11T23:30:54.679Z | lock 1:48:25.350980233 |
2155 | 2024-07-11T23:30:54.679Z | slp 1:52:27.626435325 |
2156 | 2024-07-11T23:30:54.679Z | lat 1:49.647283829 |
2157 | 2024-07-11T23:30:54.679Z | stop 5:29.557789324 |
2158 | 2024-07-11T23:30:54.679Z | + RUSTDOCFLAGS='--document-private-items -D warnings' |
2159 | 2024-07-11T23:30:54.679Z | + ptime -m cargo doc --workspace --no-deps |
2160 | 2024-07-11T23:30:56.061Z | warning: output filename collision. |
2161 | 2024-07-11T23:30:56.061Z | 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)`. |
2162 | 2024-07-11T23:30:56.061Z | Colliding filename is: /work/oxidecomputer/omicron/target/doc/oximeter/index.html |
2163 | 2024-07-11T23:30:56.061Z | The targets should have unique names. |
2164 | 2024-07-11T23:30:56.061Z | This is a known bug where multiple crates with the same name use |
2165 | 2024-07-11T23:30:56.061Z | the same path; see <https://github.com/rust-lang/cargo/issues/6313>. |
2166 | 2024-07-11T23:30:56.813Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2167 | 2024-07-11T23:30:56.840Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2168 | 2024-07-11T23:30:56.889Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
2169 | 2024-07-11T23:30:56.914Z | Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
2170 | 2024-07-11T23:30:56.939Z | Documenting xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
2171 | 2024-07-11T23:30:56.939Z | Documenting omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2172 | 2024-07-11T23:30:57.087Z | Documenting omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2173 | 2024-07-11T23:30:57.189Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
2174 | 2024-07-11T23:30:57.214Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2175 | 2024-07-11T23:30:57.239Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2176 | 2024-07-11T23:30:57.264Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2177 | 2024-07-11T23:30:57.446Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2178 | 2024-07-11T23:30:57.499Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2179 | 2024-07-11T23:30:57.755Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2180 | 2024-07-11T23:30:57.909Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2181 | 2024-07-11T23:30:58.742Z | Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2182 | 2024-07-11T23:31:00.662Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
2183 | 2024-07-11T23:31:00.915Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
2184 | 2024-07-11T23:31:01.113Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
2185 | 2024-07-11T23:31:01.200Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
2186 | 2024-07-11T23:31:01.308Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
2187 | 2024-07-11T23:31:01.535Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
2188 | 2024-07-11T23:31:01.606Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
2189 | 2024-07-11T23:31:01.729Z | Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2190 | 2024-07-11T23:31:01.874Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2191 | 2024-07-11T23:31:02.138Z | Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
2192 | 2024-07-11T23:31:02.309Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
2193 | 2024-07-11T23:31:02.558Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
2194 | 2024-07-11T23:31:02.834Z | Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
2195 | 2024-07-11T23:31:02.958Z | Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
2196 | 2024-07-11T23:31:02.987Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
2197 | 2024-07-11T23:31:03.229Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
2198 | 2024-07-11T23:31:03.518Z | Documenting dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2199 | 2024-07-11T23:31:03.846Z | Documenting db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
2200 | 2024-07-11T23:31:04.259Z | Documenting authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
2201 | 2024-07-11T23:31:05.663Z | Checking illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2202 | 2024-07-11T23:31:07.110Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2203 | 2024-07-11T23:31:08.232Z | Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
2204 | 2024-07-11T23:31:08.826Z | Compiling oximeter-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/impl) |
2205 | 2024-07-11T23:31:09.280Z | Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
2206 | 2024-07-11T23:31:09.889Z | Checking internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns) |
2207 | 2024-07-11T23:31:10.104Z | Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2208 | 2024-07-11T23:31:10.656Z | Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
2209 | 2024-07-11T23:31:11.160Z | Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
2210 | 2024-07-11T23:31:11.573Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2211 | 2024-07-11T23:31:12.078Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2212 | 2024-07-11T23:31:12.596Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2213 | 2024-07-11T23:31:12.633Z | Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2214 | 2024-07-11T23:31:12.864Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2215 | 2024-07-11T23:31:13.277Z | Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2216 | 2024-07-11T23:31:13.834Z | Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
2217 | 2024-07-11T23:31:14.585Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2218 | 2024-07-11T23:31:14.722Z | Checking tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
2219 | 2024-07-11T23:31:15.474Z | Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
2220 | 2024-07-11T23:31:16.086Z | Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
2221 | 2024-07-11T23:31:16.294Z | Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
2222 | 2024-07-11T23:31:17.069Z | Documenting omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2223 | 2024-07-11T23:31:17.140Z | Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
2224 | 2024-07-11T23:31:17.274Z | Checking installinator-artifact-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-artifact-client) |
2225 | 2024-07-11T23:31:19.541Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
2226 | 2024-07-11T23:31:19.658Z | Checking installinator-artifactd v0.1.0 (/work/oxidecomputer/omicron/installinator-artifactd) |
2227 | 2024-07-11T23:31:19.975Z | Documenting omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
2228 | 2024-07-11T23:31:20.828Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
2229 | 2024-07-11T23:31:21.783Z | Documenting sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
2230 | 2024-07-11T23:31:22.780Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
2231 | 2024-07-11T23:31:22.933Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
2232 | 2024-07-11T23:31:23.482Z | Documenting wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
2233 | 2024-07-11T23:31:24.170Z | Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2234 | 2024-07-11T23:31:24.579Z | Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2235 | 2024-07-11T23:31:25.792Z | Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2236 | 2024-07-11T23:31:27.027Z | Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2237 | 2024-07-11T23:31:29.869Z | Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
2238 | 2024-07-11T23:31:30.023Z | Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
2239 | 2024-07-11T23:31:30.449Z | Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
2240 | 2024-07-11T23:31:30.662Z | Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
2241 | 2024-07-11T23:31:31.425Z | Documenting wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
2242 | 2024-07-11T23:31:31.845Z | Documenting oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2243 | 2024-07-11T23:31:32.903Z | Documenting nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
2244 | 2024-07-11T23:31:34.685Z | Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2245 | 2024-07-11T23:31:35.634Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2246 | 2024-07-11T23:31:39.072Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
2247 | 2024-07-11T23:31:40.870Z | Documenting oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
2248 | 2024-07-11T23:31:47.075Z | Documenting omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2249 | 2024-07-11T23:31:48.002Z | Documenting oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2250 | 2024-07-11T23:31:56.242Z | Checking end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
2251 | 2024-07-11T23:31:57.541Z | Documenting end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
2252 | 2024-07-11T23:32:03.867Z | Documenting nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
2253 | 2024-07-11T23:32:09.315Z | Documenting nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2254 | 2024-07-11T23:32:13.310Z | Documenting nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
2255 | 2024-07-11T23:32:19.869Z | Documenting nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
2256 | 2024-07-11T23:32:23.281Z | Documenting nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
2257 | 2024-07-11T23:32:28.881Z | Documenting nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
2258 | 2024-07-11T23:32:32.322Z | Documenting nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
2259 | 2024-07-11T23:32:50.494Z | Documenting oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2260 | 2024-07-11T23:32:54.356Z | Documenting oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2261 | 2024-07-11T23:33:01.067Z | Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
2262 | 2024-07-11T23:33:02.520Z | Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
2263 | 2024-07-11T23:33:03.491Z | Documenting nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
2264 | 2024-07-11T23:33:04.253Z | Documenting omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
2265 | 2024-07-11T23:33:09.017Z | Documenting nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
2266 | 2024-07-11T23:33:13.171Z | Documenting nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
2267 | 2024-07-11T23:33:14.893Z | Documenting nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
2268 | 2024-07-11T23:33:27.779Z | Documenting nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
2269 | 2024-07-11T23:33:37.876Z | Documenting wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
2270 | 2024-07-11T23:33:42.420Z | Documenting gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
2271 | 2024-07-11T23:33:49.724Z | Documenting installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
2272 | 2024-07-11T23:33:49.807Z | Documenting wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
2273 | 2024-07-11T23:34:00.817Z | Documenting tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous) |
2274 | 2024-07-11T23:34:00.877Z | Documenting update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
2275 | 2024-07-11T23:34:02.111Z | Documenting omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng) |
2276 | 2024-07-11T23:34:07.136Z | Documenting omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
2277 | 2024-07-11T23:34:18.308Z | Documenting nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2278 | 2024-07-11T23:34:18.541Z | Documenting crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed) |
2279 | 2024-07-11T23:34:19.731Z | Documenting sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2280 | 2024-07-11T23:34:20.153Z | Documenting omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
2281 | 2024-07-11T23:34:22.541Z | Documenting oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
2282 | 2024-07-11T23:34:26.816Z | Documenting dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
2283 | 2024-07-11T23:34:32.472Z | Documenting installinator-artifactd v0.1.0 (/work/oxidecomputer/omicron/installinator-artifactd) |
2284 | 2024-07-11T23:34:32.881Z | Documenting installinator-artifact-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-artifact-client) |
2285 | 2024-07-11T23:34:33.286Z | Documenting internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns-cli) |
2286 | 2024-07-11T23:34:34.219Z | Documenting bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2287 | 2024-07-11T23:34:34.844Z | Documenting sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2288 | 2024-07-11T23:34:37.728Z | Documenting bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2289 | 2024-07-11T23:34:38.530Z | Documenting omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2290 | 2024-07-11T23:34:41.601Z | Documenting wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
2291 | 2024-07-11T23:34:47.224Z | Documenting sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
2292 | 2024-07-11T23:34:48.879Z | Documenting zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
2293 | 2024-07-11T23:34:48.997Z | Documenting installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2294 | 2024-07-11T23:34:49.343Z | Documenting oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
2295 | 2024-07-11T23:34:50.597Z | Documenting oximeter-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/impl) |
2296 | 2024-07-11T23:34:55.515Z | Documenting key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2297 | 2024-07-11T23:34:56.895Z | Documenting tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
2298 | 2024-07-11T23:35:00.913Z | Documenting gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli) |
2299 | 2024-07-11T23:35:01.863Z | Documenting omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
2300 | 2024-07-11T23:35:03.064Z | Documenting ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
2301 | 2024-07-11T23:35:07.059Z | Documenting internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns) |
2302 | 2024-07-11T23:35:07.798Z | Documenting nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
2303 | 2024-07-11T23:35:08.352Z | Documenting nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
2304 | 2024-07-11T23:35:08.705Z | Documenting illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2305 | 2024-07-11T23:35:17.306Z | Documenting sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2306 | 2024-07-11T23:35:18.150Z | Documenting omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2307 | 2024-07-11T23:35:18.891Z | Documenting oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
2308 | 2024-07-11T23:35:19.903Z | Documenting cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
2309 | 2024-07-11T23:35:20.443Z | Documenting omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
2310 | 2024-07-11T23:35:21.994Z | Documenting nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
2311 | 2024-07-11T23:35:23.475Z | Documenting api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2312 | 2024-07-11T23:35:24.185Z | Documenting gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2313 | 2024-07-11T23:35:24.428Z | Documenting typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
2314 | 2024-07-11T23:35:26.633Z | Documenting update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2315 | 2024-07-11T23:35:27.900Z | Documenting omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2316 | 2024-07-11T23:35:29.684Z | Documenting oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2317 | 2024-07-11T23:35:30.954Z | Documenting nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros) |
2318 | 2024-07-11T23:35:32.932Z | Documenting dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2319 | 2024-07-11T23:35:33.665Z | Documenting oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2320 | 2024-07-11T23:35:58.439Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 5m 03s |
2321 | 2024-07-11T23:35:58.595Z | Generated /work/oxidecomputer/omicron/target/doc/api_identity/index.html and 97 other files |
2322 | 2024-07-11T23:35:58.647Z | |
2323 | 2024-07-11T23:35:58.647Z | real 5:03.952889747 |
2324 | 2024-07-11T23:35:58.647Z | user 17:16.346402749 |
2325 | 2024-07-11T23:35:58.647Z | sys 19:46.705973819 |
2326 | 2024-07-11T23:35:58.647Z | trap 0.396881234 |
2327 | 2024-07-11T23:35:58.647Z | tflt 0.041746176 |
2328 | 2024-07-11T23:35:58.647Z | dflt 0.373355876 |
2329 | 2024-07-11T23:35:58.647Z | kflt 0.000166357 |
2330 | 2024-07-11T23:35:58.647Z | lock 47:39.875705244 |
2331 | 2024-07-11T23:35:58.647Z | slp 1:19:31.619148025 |
2332 | 2024-07-11T23:35:58.647Z | lat 55.455582668 |
2333 | 2024-07-11T23:35:58.647Z | stop 38.118962973 |
2334 | 2024-07-11T23:35:58.671Z | process exited: duration 905109 ms, exit code 0 |
|
2335 | 2024-07-11T23:35:58.721Z | found 0 output files |