|
|
|
1 | 2024-07-12T02:55:35.545Z | job assigned to worker 01J2JDV446RTKYNXGX0FFXSRFW (queued for 37 s) |
|
2 | 2024-07-12T02:55:36.383Z | starting task 0: "setup" |
3 | 2024-07-12T02:55:36.407Z | ++ uname -s |
4 | 2024-07-12T02:55:36.407Z | + kern=SunOS |
5 | 2024-07-12T02:55:36.407Z | + case "$kern" in |
6 | 2024-07-12T02:55:36.407Z | + groupadd -g 12345 build |
7 | 2024-07-12T02:55:36.407Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
8 | 2024-07-12T02:55:38.416Z | + zfs create -o mountpoint=/work rpool/work |
9 | 2024-07-12T02:55:38.472Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
10 | 2024-07-12T02:55:38.534Z | + home_fs=zfs |
11 | 2024-07-12T02:55:38.534Z | + [[ zfs == autofs ]] |
12 | 2024-07-12T02:55:38.534Z | + mkdir -p /home/build |
13 | 2024-07-12T02:55:38.534Z | + chown build:build /home/build /work |
14 | 2024-07-12T02:55:40.470Z | + chmod 0700 /home/build /work |
15 | 2024-07-12T02:55:40.495Z | process exited: duration 4091 ms, exit code 0 |
|
16 | 2024-07-12T02:55:40.543Z | starting task 1: "rust-toolchain" |
17 | 2024-07-12T02:55:40.570Z | + printf ' * toolchain channel = "%s" |
18 | 2024-07-12T02:55:40.570Z | ' 1.78.0 |
19 | 2024-07-12T02:55:40.570Z | + printf ' * toolchain profile = "%s" |
20 | 2024-07-12T02:55:40.570Z | ' default |
21 | 2024-07-12T02:55:40.570Z | * toolchain channel = "1.78.0" |
22 | 2024-07-12T02:55:40.570Z | * toolchain profile = "default" |
23 | 2024-07-12T02:55:40.570Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
24 | 2024-07-12T02:55:40.570Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.78.0 --profile default |
25 | 2024-07-12T02:55:40.681Z | info: downloading installer |
26 | 2024-07-12T02:55:41.082Z | info: profile set to 'default' |
27 | 2024-07-12T02:55:41.082Z | info: default host triple is x86_64-unknown-illumos |
28 | 2024-07-12T02:55:41.082Z | info: syncing channel updates for '1.78.0-x86_64-unknown-illumos' |
29 | 2024-07-12T02:55:41.198Z | info: latest update on 2024-05-02, rust version 1.78.0 (9b00956e5 2024-04-29) |
30 | 2024-07-12T02:55:41.198Z | info: downloading component 'cargo' |
31 | 2024-07-12T02:55:41.317Z | info: downloading component 'clippy' |
32 | 2024-07-12T02:55:41.821Z | info: downloading component 'rust-docs' |
33 | 2024-07-12T02:55:41.821Z | info: downloading component 'rust-std' |
34 | 2024-07-12T02:55:41.975Z | info: downloading component 'rustc' |
35 | 2024-07-12T02:55:42.853Z | info: downloading component 'rustfmt' |
36 | 2024-07-12T02:55:42.898Z | info: installing component 'cargo' |
37 | 2024-07-12T02:55:43.970Z | info: installing component 'clippy' |
38 | 2024-07-12T02:55:44.370Z | info: installing component 'rust-docs' |
39 | 2024-07-12T02:55:47.020Z | info: installing component 'rust-std' |
40 | 2024-07-12T02:55:48.961Z | info: installing component 'rustc' |
41 | 2024-07-12T02:55:53.960Z | info: installing component 'rustfmt' |
42 | 2024-07-12T02:55:54.332Z | info: default toolchain set to '1.78.0-x86_64-unknown-illumos' |
43 | 2024-07-12T02:55:54.332Z | |
44 | 2024-07-12T02:55:54.452Z | 1.78.0-x86_64-unknown-illumos installed - rustc 1.78.0 (9b00956e5 2024-04-29) |
45 | 2024-07-12T02:55:54.452Z | |
46 | 2024-07-12T02:55:54.453Z | |
47 | 2024-07-12T02:55:54.453Z | Rust is installed now. Great! |
48 | 2024-07-12T02:55:54.453Z | |
49 | 2024-07-12T02:55:54.453Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
50 | 2024-07-12T02:55:54.453Z | environment variable. This has not been done automatically. |
51 | 2024-07-12T02:55:54.453Z | |
52 | 2024-07-12T02:55:54.453Z | To configure your current shell, you need to source |
53 | 2024-07-12T02:55:54.453Z | the corresponding env file under $HOME/.cargo. |
54 | 2024-07-12T02:55:54.453Z | |
55 | 2024-07-12T02:55:54.453Z | This is usually done by running one of the following (note the leading DOT): |
56 | 2024-07-12T02:55:54.477Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
57 | 2024-07-12T02:55:54.477Z | source "$HOME/.cargo/env.fish" # For fish |
58 | 2024-07-12T02:55:54.522Z | + rustc --version |
59 | 2024-07-12T02:55:54.631Z | rustc 1.78.0 (9b00956e5 2024-04-29) |
60 | 2024-07-12T02:55:54.655Z | process exited: duration 14093 ms, exit code 0 |
|
61 | 2024-07-12T02:55:54.704Z | starting task 2: "authentication" |
62 | 2024-07-12T02:55:54.764Z | process exited: duration 59 ms, exit code 0 |
|
63 | 2024-07-12T02:55:54.813Z | starting task 3: "clone repository" |
64 | 2024-07-12T02:55:54.837Z | + mkdir -p /work/oxidecomputer/omicron |
65 | 2024-07-12T02:55:54.838Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
66 | 2024-07-12T02:55:54.865Z | Cloning into '/work/oxidecomputer/omicron'... |
67 | 2024-07-12T02:56:00.567Z | + cd /work/oxidecomputer/omicron |
68 | 2024-07-12T02:56:00.567Z | + git fetch origin 4593c8d7b714ffcb8a6be53d0e6c654f6826344b |
69 | 2024-07-12T02:56:00.964Z | From https://github.com/oxidecomputer/omicron |
70 | 2024-07-12T02:56:00.964Z | * branch 4593c8d7b714ffcb8a6be53d0e6c654f6826344b -> FETCH_HEAD |
71 | 2024-07-12T02:56:00.989Z | + [[ -n sunshowers/spr/example-conversion-of-nexus-internal-api ]] |
72 | 2024-07-12T02:56:00.989Z | ++ git branch --show-current |
73 | 2024-07-12T02:56:00.989Z | + current=main |
74 | 2024-07-12T02:56:00.989Z | + [[ main != sunshowers/spr/example-conversion-of-nexus-internal-api ]] |
75 | 2024-07-12T02:56:00.989Z | + git branch -f sunshowers/spr/example-conversion-of-nexus-internal-api 4593c8d7b714ffcb8a6be53d0e6c654f6826344b |
76 | 2024-07-12T02:56:00.989Z | + git checkout -f sunshowers/spr/example-conversion-of-nexus-internal-api |
77 | 2024-07-12T02:56:01.149Z | Switched to branch 'sunshowers/spr/example-conversion-of-nexus-internal-api' |
78 | 2024-07-12T02:56:01.173Z | + git reset --hard 4593c8d7b714ffcb8a6be53d0e6c654f6826344b |
79 | 2024-07-12T02:56:01.173Z | HEAD is now at 4593c8d7b update readme |
80 | 2024-07-12T02:56:01.173Z | process exited: duration 6356 ms, exit code 0 |
|
81 | 2024-07-12T02:56:01.221Z | starting task 4: "build" |
82 | 2024-07-12T02:56:01.245Z | + cargo --version |
83 | 2024-07-12T02:56:01.295Z | cargo 1.78.0 (54d8815d0 2024-03-26) |
84 | 2024-07-12T02:56:01.319Z | + rustc --version |
85 | 2024-07-12T02:56:01.367Z | rustc 1.78.0 (9b00956e5 2024-04-29) |
86 | 2024-07-12T02:56:01.391Z | + source ./env.sh |
87 | 2024-07-12T02:56:01.391Z | ++ OLD_SHELL_OPTS=ehxB |
88 | 2024-07-12T02:56:01.391Z | ++ set -o xtrace |
89 | 2024-07-12T02:56:01.392Z | ++++ dirname ./env.sh |
90 | 2024-07-12T02:56:01.392Z | +++ readlink -f . |
91 | 2024-07-12T02:56:01.392Z | ++ OMICRON_WS=/work/oxidecomputer/omicron |
92 | 2024-07-12T02:56:01.392Z | ++ 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-12T02:56:01.392Z | ++ 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-12T02:56:01.392Z | ++ 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-12T02:56:01.392Z | ++ 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-12T02:56:01.392Z | ++ 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-12T02:56:01.392Z | ++ 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-12T02:56:01.392Z | ++ 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-12T02:56:01.392Z | ++ 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-12T02:56:01.392Z | ++ case $OLD_SHELL_OPTS in |
101 | 2024-07-12T02:56:01.392Z | ++ unset OLD_SHELL_OPTS OMICRON_WS |
102 | 2024-07-12T02:56:01.392Z | + banner prerequisites |
103 | 2024-07-12T02:56:01.392Z | |
104 | 2024-07-12T02:56:01.392Z | ##### ##### ###### ##### ###### #### # # # #### # |
105 | 2024-07-12T02:56:01.392Z | # # # # # # # # # # # # # # # |
106 | 2024-07-12T02:56:01.392Z | # # # # ##### # # ##### # # # # # #### # |
107 | 2024-07-12T02:56:01.392Z | ##### ##### # ##### # # # # # # # # # |
108 | 2024-07-12T02:56:01.392Z | # # # # # # # # # # # # # # # |
109 | 2024-07-12T02:56:01.392Z | # # # ###### # # ###### ### # #### # #### # |
110 | 2024-07-12T02:56:01.392Z | |
111 | 2024-07-12T02:56:01.392Z | + ptime -m bash ./tools/install_builder_prerequisites.sh -y |
112 | 2024-07-12T02:56:07.275Z | Startup: Refreshing catalog 'helios-dev' ... Done |
113 | 2024-07-12T02:56:09.423Z | Startup: Caching catalogs ... Done |
114 | 2024-07-12T02:56:12.853Z | Planning: Solver setup ... Done (2.805s) |
115 | 2024-07-12T02:56:12.907Z | Planning: Running solver ... Done (0.057s) |
116 | 2024-07-12T02:56:12.948Z | Planning: Finding local manifests ... Done (0.002s) |
117 | 2024-07-12T02:56:13.025Z | Planning: Fetching manifests: 0/4 0% complete |
118 | 2024-07-12T02:56:13.438Z | Planning: Fetching manifests: 4/4 100% complete |
119 | 2024-07-12T02:56:13.495Z | Planning: Package planning ... Done (0.057s) |
120 | 2024-07-12T02:56:13.553Z | Planning: Merging actions ... Done (0.058s) |
121 | 2024-07-12T02:56:13.901Z | Planning: Checking for conflicting actions ... Done (0.348s) |
122 | 2024-07-12T02:56:13.925Z | Planning: Consolidating action changes ... Done (0.013s) |
123 | 2024-07-12T02:56:14.521Z | Planning: Evaluating mediators ... Done (0.605s) |
124 | 2024-07-12T02:56:14.545Z | Planning: Planning completed in 5.05 seconds |
125 | 2024-07-12T02:56:14.569Z | Packages to install: 4 |
126 | 2024-07-12T02:56:14.569Z | Mediators to change: 2 |
127 | 2024-07-12T02:56:14.569Z | Services to change: 1 |
128 | 2024-07-12T02:56:14.569Z | Estimated space available: 148.89 GB |
129 | 2024-07-12T02:56:14.569Z | Estimated space to be consumed: 1.46 GB |
130 | 2024-07-12T02:56:14.569Z | Create boot environment: No |
131 | 2024-07-12T02:56:14.569Z | Create backup boot environment: No |
132 | 2024-07-12T02:56:14.569Z | Rebuild boot archive: No |
133 | 2024-07-12T02:56:14.569Z | |
134 | 2024-07-12T02:56:14.569Z | Changed mediators: |
135 | 2024-07-12T02:56:14.569Z | mediator clang: |
136 | 2024-07-12T02:56:14.569Z | version: None -> 15 (system default) |
137 | 2024-07-12T02:56:14.569Z | |
138 | 2024-07-12T02:56:14.569Z | mediator llvm: |
139 | 2024-07-12T02:56:14.569Z | version: 14 (system default) -> 15 (system default) |
140 | 2024-07-12T02:56:14.569Z | |
141 | 2024-07-12T02:56:14.569Z | Changed packages: |
142 | 2024-07-12T02:56:14.569Z | helios-dev |
143 | 2024-07-12T02:56:14.569Z | developer/build-essential |
144 | 2024-07-12T02:56:14.569Z | None -> 11-2.0 |
145 | 2024-07-12T02:56:14.569Z | library/libxmlsec1 |
146 | 2024-07-12T02:56:14.570Z | None -> 1.2.35-2.0 |
147 | 2024-07-12T02:56:14.570Z | ooce/developer/clang-15 |
148 | 2024-07-12T02:56:14.570Z | None -> 15.0.7-2.0 |
149 | 2024-07-12T02:56:14.570Z | ooce/developer/llvm-15 |
150 | 2024-07-12T02:56:14.570Z | None -> 15.0.7-2.0 |
151 | 2024-07-12T02:56:14.570Z | |
152 | 2024-07-12T02:56:14.570Z | Services: |
153 | 2024-07-12T02:56:14.570Z | restart_fmri: |
154 | 2024-07-12T02:56:14.570Z | svc:/system/update-man-index:default |
155 | 2024-07-12T02:56:14.595Z | |
156 | 2024-07-12T02:56:14.595Z | Download: 0/3290 items 0.0/212.6MB 0% complete |
157 | 2024-07-12T02:56:19.595Z | Download: 1195/3290 items 59.3/212.6MB 27% complete (11.9M/s) |
158 | 2024-07-12T02:56:24.595Z | Download: 1199/3290 items 83.5/212.6MB 39% complete (8.4M/s) |
159 | 2024-07-12T02:56:29.605Z | Download: 2036/3290 items 118.7/212.6MB 55% complete (6.4M/s) |
160 | 2024-07-12T02:56:34.617Z | Download: 2929/3290 items 121.2/212.6MB 57% complete (3.8M/s) |
161 | 2024-07-12T02:56:39.454Z | Download: Completed 212.60 MB in 24.86 seconds (8.6M/s) |
162 | 2024-07-12T02:56:39.890Z | Actions: 1/3689 actions (Installing new actions) |
163 | 2024-07-12T02:56:45.037Z | Actions: 2562/3689 actions (Installing new actions) |
164 | 2024-07-12T02:56:45.730Z | Actions: Completed 3689 actions in 5.84 seconds. |
165 | 2024-07-12T02:56:45.943Z | Done (0.208s) |
166 | 2024-07-12T02:56:45.943Z | Done (0.000s) |
167 | 2024-07-12T02:56:46.339Z | Done (0.396s) |
168 | 2024-07-12T02:56:51.567Z | Done (5.097s) |
169 | 2024-07-12T02:56:51.654Z | Done (0.018s) |
170 | 2024-07-12T02:56:51.654Z | Done (0.000s) |
171 | 2024-07-12T02:56:51.830Z | Done (0.000s) |
172 | 2024-07-12T02:56:52.511Z | Planning: Evaluating mediator changes ... Done |
173 | 2024-07-12T02:56:52.770Z | Planning: Checking for conflicting actions ... Done |
174 | 2024-07-12T02:56:52.795Z | Planning: Consolidating action changes ... Done |
175 | 2024-07-12T02:56:53.108Z | Planning: Evaluating mediators ... Done |
176 | 2024-07-12T02:56:53.132Z | Planning: Planning completed in 0.60 seconds |
177 | 2024-07-12T02:56:53.155Z | Mediators to change: 2 |
178 | 2024-07-12T02:56:53.156Z | Create boot environment: No |
179 | 2024-07-12T02:56:53.156Z | Create backup boot environment: No |
180 | 2024-07-12T02:56:53.209Z | Done |
181 | 2024-07-12T02:56:53.209Z | Done |
182 | 2024-07-12T02:56:53.505Z | Done |
183 | 2024-07-12T02:56:58.050Z | Done |
184 | 2024-07-12T02:56:58.147Z | Done |
185 | 2024-07-12T02:56:58.147Z | Done |
186 | 2024-07-12T02:56:58.224Z | Done |
187 | 2024-07-12T02:56:58.987Z | Planning: Evaluating mediator changes ... Done |
188 | 2024-07-12T02:56:59.011Z | Planning: Merging actions ... Done |
189 | 2024-07-12T02:56:59.224Z | Planning: Checking for conflicting actions ... Done |
190 | 2024-07-12T02:56:59.248Z | Planning: Consolidating action changes ... Done |
191 | 2024-07-12T02:56:59.556Z | Planning: Evaluating mediators ... Done |
192 | 2024-07-12T02:56:59.623Z | Planning: Planning completed in 0.95 seconds |
193 | 2024-07-12T02:56:59.664Z | Packages to change: 1 |
194 | 2024-07-12T02:56:59.664Z | Mediators to change: 1 |
195 | 2024-07-12T02:56:59.664Z | Services to change: 1 |
196 | 2024-07-12T02:56:59.664Z | Create boot environment: No |
197 | 2024-07-12T02:56:59.664Z | Create backup boot environment: Yes |
198 | 2024-07-12T02:57:01.198Z | Actions: 1/6 actions (Updating modified actions) |
199 | 2024-07-12T02:57:01.222Z | Actions: Completed 6 actions in 0.00 seconds. |
200 | 2024-07-12T02:57:01.222Z | Done |
201 | 2024-07-12T02:57:01.222Z | Done |
202 | 2024-07-12T02:57:01.282Z | Done |
203 | 2024-07-12T02:57:05.450Z | Done |
204 | 2024-07-12T02:57:05.545Z | Done |
205 | 2024-07-12T02:57:05.569Z | Done |
206 | 2024-07-12T02:57:05.618Z | Done |
207 | 2024-07-12T02:57:06.136Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
208 | 2024-07-12T02:57:06.137Z | clang system 15 system |
209 | 2024-07-12T02:57:06.137Z | csh system system illumos |
210 | 2024-07-12T02:57:06.137Z | ctags system system illumos |
211 | 2024-07-12T02:57:06.137Z | gcc vendor 12 vendor |
212 | 2024-07-12T02:57:06.137Z | gcc system 10 system |
213 | 2024-07-12T02:57:06.137Z | gcc system 7 system |
214 | 2024-07-12T02:57:06.137Z | go system 1.20 system |
215 | 2024-07-12T02:57:06.137Z | go system 1.19 system |
216 | 2024-07-12T02:57:06.137Z | llvm system 15 system |
217 | 2024-07-12T02:57:06.137Z | llvm system 14 system |
218 | 2024-07-12T02:57:06.137Z | mariadb system 10.6 system |
219 | 2024-07-12T02:57:06.137Z | mta vendor vendor dma |
220 | 2024-07-12T02:57:06.137Z | openjdk system 17 system |
221 | 2024-07-12T02:57:06.137Z | openjdk system 11 system |
222 | 2024-07-12T02:57:06.137Z | openjdk system 1.8 system |
223 | 2024-07-12T02:57:06.138Z | openssl vendor 3 vendor |
224 | 2024-07-12T02:57:06.138Z | perl system 5.36 system |
225 | 2024-07-12T02:57:06.138Z | postgresql system 15 system |
226 | 2024-07-12T02:57:06.138Z | postgresql system 13 system |
227 | 2024-07-12T02:57:06.138Z | python vendor 3 vendor |
228 | 2024-07-12T02:57:06.138Z | python system 2 system |
229 | 2024-07-12T02:57:06.138Z | python3 system 3.11 system |
230 | 2024-07-12T02:57:06.138Z | ruby system 3.0 system |
231 | 2024-07-12T02:57:06.138Z | words vendor vendor american-english |
232 | 2024-07-12T02:57:06.138Z | words system system australian-english |
233 | 2024-07-12T02:57:06.138Z | words system system british-english |
234 | 2024-07-12T02:57:06.138Z | words system system canadian-english |
235 | 2024-07-12T02:57:06.138Z | words system system french |
236 | 2024-07-12T02:57:06.138Z | words system system italian |
237 | 2024-07-12T02:57:06.138Z | words system system ngerman |
238 | 2024-07-12T02:57:06.139Z | words system system ogerman |
239 | 2024-07-12T02:57:06.139Z | words system system spanish |
240 | 2024-07-12T02:57:06.538Z | PUBLISHER TYPE STATUS P LOCATION |
241 | 2024-07-12T02:57:06.538Z | helios-dev origin online F https://pkg.oxide.computer/helios/2/dev/ |
242 | 2024-07-12T02:57:08.411Z | FMRI IFO |
243 | 2024-07-12T02:57:08.412Z | pkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im- |
244 | 2024-07-12T02:57:08.412Z | pkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i-- |
245 | 2024-07-12T02:57:08.412Z | pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im- |
246 | 2024-07-12T02:57:08.412Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im- |
247 | 2024-07-12T02:57:08.412Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z --- |
248 | 2024-07-12T02:57:08.412Z | pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i-- |
249 | 2024-07-12T02:57:08.413Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z i-- |
250 | 2024-07-12T02:57:08.413Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z --- |
251 | 2024-07-12T02:57:08.413Z | pkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z i-- |
252 | 2024-07-12T02:57:08.413Z | pkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z --- |
253 | 2024-07-12T02:57:08.414Z | pkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z i-- |
254 | 2024-07-12T02:57:08.414Z | pkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z --- |
255 | 2024-07-12T02:57:08.965Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
256 | 2024-07-12T02:57:09.398Z | Updating git repository `https://github.com/oxidecomputer/zone` |
257 | 2024-07-12T02:57:09.828Z | Updating crates.io index |
258 | 2024-07-12T02:57:09.852Z | Updating git repository `https://github.com/oxidecomputer/dropshot` |
259 | 2024-07-12T02:57:10.731Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
260 | 2024-07-12T02:57:11.614Z | Updating git repository `https://github.com/oxidecomputer/oxnet` |
261 | 2024-07-12T02:57:11.986Z | Updating git repository `https://github.com/oxidecomputer/progenitor` |
262 | 2024-07-12T02:57:13.982Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
263 | 2024-07-12T02:57:14.328Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
264 | 2024-07-12T02:57:14.662Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
265 | 2024-07-12T02:57:15.816Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
266 | 2024-07-12T02:57:17.773Z | Updating git repository `https://github.com/oxidecomputer/opte` |
267 | 2024-07-12T02:57:18.814Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
268 | 2024-07-12T02:57:19.540Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
269 | 2024-07-12T02:57:20.218Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
270 | 2024-07-12T02:57:20.590Z | Updating git repository `https://github.com/oxidecomputer/sprockets` |
271 | 2024-07-12T02:57:21.018Z | Updating git repository `https://github.com/oxidecomputer/async-bb8-diesel` |
272 | 2024-07-12T02:57:21.408Z | Updating git repository `https://github.com/oxidecomputer/diesel-dtrace` |
273 | 2024-07-12T02:57:21.788Z | Updating git repository `https://github.com/oxidecomputer/tofino` |
274 | 2024-07-12T02:57:22.172Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
275 | 2024-07-12T02:57:22.519Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
276 | 2024-07-12T02:57:22.860Z | Updating git repository `https://github.com/oxidecomputer/libnvme` |
277 | 2024-07-12T02:57:23.408Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
278 | 2024-07-12T02:57:23.845Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
279 | 2024-07-12T02:57:24.410Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
280 | 2024-07-12T02:57:24.744Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
281 | 2024-07-12T02:57:25.488Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
282 | 2024-07-12T02:57:25.843Z | Updating git repository `https://github.com/cbiffle/hubpack.git` |
283 | 2024-07-12T02:57:26.234Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
284 | 2024-07-12T02:57:26.781Z | Updating git repository `https://github.com/oxidecomputer/typify` |
285 | 2024-07-12T02:57:28.982Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
286 | 2024-07-12T02:57:29.423Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
287 | 2024-07-12T02:57:29.798Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
288 | 2024-07-12T02:57:30.362Z | Updating git repository `https://github.com/oxidecomputer/rfb` |
289 | 2024-07-12T02:57:31.569Z | Downloading crates ... |
290 | 2024-07-12T02:57:31.684Z | Downloaded foreign-types v0.3.2 |
291 | 2024-07-12T02:57:31.716Z | Downloaded tokio-macros v2.3.0 |
292 | 2024-07-12T02:57:31.740Z | Downloaded tower-service v0.3.2 |
293 | 2024-07-12T02:57:31.740Z | Downloaded try-lock v0.2.5 |
294 | 2024-07-12T02:57:31.741Z | Downloaded want v0.3.1 |
295 | 2024-07-12T02:57:31.741Z | Downloaded pest_meta v2.7.10 |
296 | 2024-07-12T02:57:31.741Z | Downloaded indexmap v2.2.6 |
297 | 2024-07-12T02:57:31.741Z | Downloaded version_check v0.9.4 |
298 | 2024-07-12T02:57:31.741Z | Downloaded usdt-macro v0.5.0 |
299 | 2024-07-12T02:57:31.765Z | Downloaded term v0.7.0 |
300 | 2024-07-12T02:57:31.766Z | Downloaded ryu v1.0.18 |
301 | 2024-07-12T02:57:31.766Z | Downloaded tokio-native-tls v0.3.1 |
302 | 2024-07-12T02:57:31.766Z | Downloaded xattr v1.3.1 |
303 | 2024-07-12T02:57:31.766Z | Downloaded socket2 v0.5.7 |
304 | 2024-07-12T02:57:31.766Z | Downloaded serde_derive v1.0.204 |
305 | 2024-07-12T02:57:31.792Z | Downloaded unicode-ident v1.0.12 |
306 | 2024-07-12T02:57:31.792Z | Downloaded zerocopy-derive v0.7.34 |
307 | 2024-07-12T02:57:31.792Z | Downloaded tinyvec v1.6.0 |
308 | 2024-07-12T02:57:31.792Z | Downloaded serde v1.0.204 |
309 | 2024-07-12T02:57:31.792Z | Downloaded unicode-bidi v0.3.15 |
310 | 2024-07-12T02:57:31.792Z | Downloaded url v2.5.0 |
311 | 2024-07-12T02:57:31.821Z | Downloaded toml_edit v0.22.14 |
312 | 2024-07-12T02:57:31.845Z | Downloaded tokio-util v0.7.11 |
313 | 2024-07-12T02:57:31.845Z | Downloaded zerocopy v0.7.34 |
314 | 2024-07-12T02:57:31.869Z | Downloaded winnow v0.6.8 |
315 | 2024-07-12T02:57:31.869Z | Downloaded unicode-width v0.1.13 |
316 | 2024-07-12T02:57:31.869Z | Downloaded vcpkg v0.2.15 |
317 | 2024-07-12T02:57:31.910Z | Downloaded tokio v1.38.0 |
318 | 2024-07-12T02:57:31.952Z | Downloaded unicode-normalization v0.1.23 |
319 | 2024-07-12T02:57:31.976Z | Downloaded tabled v0.15.0 |
320 | 2024-07-12T02:57:31.976Z | Downloaded syn v2.0.68 |
321 | 2024-07-12T02:57:32.000Z | Downloaded syn v1.0.109 |
322 | 2024-07-12T02:57:32.000Z | Downloaded serde_json v1.0.120 |
323 | 2024-07-12T02:57:32.025Z | Downloaded rustix v0.38.34 |
324 | 2024-07-12T02:57:32.049Z | Downloaded reqwest v0.11.27 |
325 | 2024-07-12T02:57:32.049Z | Downloaded time v0.3.36 |
326 | 2024-07-12T02:57:32.049Z | Downloaded tracing v0.1.40 |
327 | 2024-07-12T02:57:32.050Z | Downloaded toml v0.8.14 |
328 | 2024-07-12T02:57:32.074Z | Downloaded tar v0.4.40 |
329 | 2024-07-12T02:57:32.074Z | Downloaded encoding_rs v0.8.34 |
330 | 2024-07-12T02:57:32.098Z | Downloaded ucd-trie v0.1.6 |
331 | 2024-07-12T02:57:32.098Z | Downloaded tracing-core v0.1.32 |
332 | 2024-07-12T02:57:32.098Z | Downloaded libc v0.2.155 |
333 | 2024-07-12T02:57:32.122Z | Downloaded smallvec v1.13.2 |
334 | 2024-07-12T02:57:32.122Z | Downloaded sha2 v0.10.8 |
335 | 2024-07-12T02:57:32.122Z | Downloaded proc-macro2 v1.0.86 |
336 | 2024-07-12T02:57:32.122Z | Downloaded typenum v1.17.0 |
337 | 2024-07-12T02:57:32.148Z | Downloaded thread_local v1.1.8 |
338 | 2024-07-12T02:57:32.148Z | Downloaded thiserror-impl v1.0.60 |
339 | 2024-07-12T02:57:32.148Z | Downloaded terminal_size v0.3.0 |
340 | 2024-07-12T02:57:32.148Z | Downloaded tabled_derive v0.7.0 |
341 | 2024-07-12T02:57:32.148Z | Downloaded strum_macros v0.26.4 |
342 | 2024-07-12T02:57:32.148Z | Downloaded strsim v0.11.1 |
343 | 2024-07-12T02:57:32.148Z | Downloaded slog-json v2.6.1 |
344 | 2024-07-12T02:57:32.148Z | Downloaded slog v2.7.0 |
345 | 2024-07-12T02:57:32.148Z | Downloaded slab v0.4.9 |
346 | 2024-07-12T02:57:32.148Z | Downloaded openssl v0.10.64 |
347 | 2024-07-12T02:57:32.177Z | Downloaded idna v0.5.0 |
348 | 2024-07-12T02:57:32.177Z | Downloaded hyper v0.14.28 |
349 | 2024-07-12T02:57:32.177Z | Downloaded h2 v0.3.26 |
350 | 2024-07-12T02:57:32.177Z | Downloaded goblin v0.8.2 |
351 | 2024-07-12T02:57:32.204Z | Downloaded futures-util v0.3.30 |
352 | 2024-07-12T02:57:32.204Z | Downloaded clap_builder v4.5.2 |
353 | 2024-07-12T02:57:32.204Z | Downloaded hashbrown v0.14.5 |
354 | 2024-07-12T02:57:32.228Z | Downloaded usdt v0.5.0 |
355 | 2024-07-12T02:57:32.228Z | Downloaded time-macros v0.2.18 |
356 | 2024-07-12T02:57:32.228Z | Downloaded slog-term v2.9.1 |
357 | 2024-07-12T02:57:32.228Z | Downloaded slog-async v2.8.0 |
358 | 2024-07-12T02:57:32.228Z | Downloaded signal-hook-registry v1.4.2 |
359 | 2024-07-12T02:57:32.228Z | Downloaded pest v2.7.10 |
360 | 2024-07-12T02:57:32.228Z | Downloaded mio v0.8.11 |
361 | 2024-07-12T02:57:32.228Z | Downloaded memchr v2.7.2 |
362 | 2024-07-12T02:57:32.252Z | Downloaded utf8parse v0.2.1 |
363 | 2024-07-12T02:57:32.252Z | Downloaded usdt-impl v0.5.0 |
364 | 2024-07-12T02:57:32.252Z | Downloaded usdt-attr-macro v0.5.0 |
365 | 2024-07-12T02:57:32.252Z | Downloaded quote v1.0.36 |
366 | 2024-07-12T02:57:32.252Z | Downloaded papergrid v0.11.0 |
367 | 2024-07-12T02:57:32.252Z | Downloaded openssl-sys v0.9.102 |
368 | 2024-07-12T02:57:32.252Z | Downloaded http v0.2.12 |
369 | 2024-07-12T02:57:32.252Z | Downloaded crossbeam-channel v0.5.12 |
370 | 2024-07-12T02:57:32.276Z | Downloaded cc v1.0.97 |
371 | 2024-07-12T02:57:32.276Z | Downloaded flate2 v1.0.30 |
372 | 2024-07-12T02:57:32.276Z | Downloaded crossbeam-utils v0.8.19 |
373 | 2024-07-12T02:57:32.276Z | Downloaded base64 v0.21.7 |
374 | 2024-07-12T02:57:32.276Z | Downloaded miniz_oxide v0.7.2 |
375 | 2024-07-12T02:57:32.276Z | Downloaded lock_api v0.4.12 |
376 | 2024-07-12T02:57:32.276Z | Downloaded thread-id v4.2.1 |
377 | 2024-07-12T02:57:32.276Z | Downloaded thiserror v1.0.60 |
378 | 2024-07-12T02:57:32.300Z | Downloaded serde_tokenstream v0.2.1 |
379 | 2024-07-12T02:57:32.300Z | Downloaded semver v1.0.23 |
380 | 2024-07-12T02:57:32.300Z | Downloaded proc-macro-error v1.0.4 |
381 | 2024-07-12T02:57:32.300Z | Downloaded pin-project-lite v0.2.14 |
382 | 2024-07-12T02:57:32.300Z | Downloaded pest_generator v2.7.10 |
383 | 2024-07-12T02:57:32.300Z | Downloaded pest_derive v2.7.10 |
384 | 2024-07-12T02:57:32.300Z | Downloaded parking_lot_core v0.9.10 |
385 | 2024-07-12T02:57:32.324Z | Downloaded parking_lot v0.12.2 |
386 | 2024-07-12T02:57:32.324Z | Downloaded once_cell v1.19.0 |
387 | 2024-07-12T02:57:32.324Z | Downloaded num_threads v0.1.7 |
388 | 2024-07-12T02:57:32.324Z | Downloaded num_cpus v1.16.0 |
389 | 2024-07-12T02:57:32.324Z | Downloaded num-conv v0.1.0 |
390 | 2024-07-12T02:57:32.324Z | Downloaded native-tls v0.2.11 |
391 | 2024-07-12T02:57:32.324Z | Downloaded mime v0.3.17 |
392 | 2024-07-12T02:57:32.324Z | Downloaded macaddr v1.0.1 |
393 | 2024-07-12T02:57:32.324Z | Downloaded log v0.4.21 |
394 | 2024-07-12T02:57:32.324Z | Downloaded itoa v1.0.11 |
395 | 2024-07-12T02:57:32.324Z | Downloaded is-terminal v0.4.12 |
396 | 2024-07-12T02:57:32.324Z | Downloaded ipnet v2.9.0 |
397 | 2024-07-12T02:57:32.324Z | Downloaded httparse v1.8.0 |
398 | 2024-07-12T02:57:32.324Z | Downloaded http-body v0.4.6 |
399 | 2024-07-12T02:57:32.348Z | Downloaded heck v0.4.1 |
400 | 2024-07-12T02:57:32.348Z | Downloaded futures-channel v0.3.30 |
401 | 2024-07-12T02:57:32.348Z | Downloaded futures v0.3.30 |
402 | 2024-07-12T02:57:32.348Z | Downloaded fs-err v2.11.0 |
403 | 2024-07-12T02:57:32.348Z | Downloaded dtrace-parser v0.2.0 |
404 | 2024-07-12T02:57:32.348Z | Downloaded dof v0.3.0 |
405 | 2024-07-12T02:57:32.348Z | Downloaded dirs-sys-next v0.1.2 |
406 | 2024-07-12T02:57:32.348Z | Downloaded digest v0.10.7 |
407 | 2024-07-12T02:57:32.348Z | Downloaded deranged v0.3.11 |
408 | 2024-07-12T02:57:32.348Z | Downloaded crypto-common v0.1.6 |
409 | 2024-07-12T02:57:32.348Z | Downloaded crc32fast v1.4.0 |
410 | 2024-07-12T02:57:32.348Z | Downloaded colorchoice v1.0.1 |
411 | 2024-07-12T02:57:32.349Z | Downloaded clap_derive v4.5.4 |
412 | 2024-07-12T02:57:32.349Z | Downloaded clap v4.5.4 |
413 | 2024-07-12T02:57:32.372Z | Downloaded cargo_toml v0.20.3 |
414 | 2024-07-12T02:57:32.372Z | Downloaded cargo_metadata v0.18.1 |
415 | 2024-07-12T02:57:32.373Z | Downloaded camino v1.1.7 |
416 | 2024-07-12T02:57:32.373Z | Downloaded bytes v1.6.0 |
417 | 2024-07-12T02:57:32.373Z | Downloaded block-buffer v0.10.4 |
418 | 2024-07-12T02:57:32.373Z | Downloaded bitflags v2.5.0 |
419 | 2024-07-12T02:57:32.373Z | Downloaded anyhow v1.0.86 |
420 | 2024-07-12T02:57:32.396Z | Downloaded anstyle-parse v0.2.4 |
421 | 2024-07-12T02:57:32.397Z | Downloaded anstream v0.6.14 |
422 | 2024-07-12T02:57:32.397Z | Downloaded toml_datetime v0.6.6 |
423 | 2024-07-12T02:57:32.397Z | Downloaded time-core v0.1.2 |
424 | 2024-07-12T02:57:32.397Z | Downloaded take_mut v0.2.2 |
425 | 2024-07-12T02:57:32.397Z | Downloaded sync_wrapper v0.1.2 |
426 | 2024-07-12T02:57:32.397Z | Downloaded swrite v0.1.0 |
427 | 2024-07-12T02:57:32.397Z | Downloaded strum v0.26.2 |
428 | 2024-07-12T02:57:32.397Z | Downloaded slog-bunyan v2.5.0 |
429 | 2024-07-12T02:57:32.397Z | Downloaded serde_urlencoded v0.7.1 |
430 | 2024-07-12T02:57:32.397Z | Downloaded serde_spanned v0.6.6 |
431 | 2024-07-12T02:57:32.397Z | Downloaded scopeguard v1.2.0 |
432 | 2024-07-12T02:57:32.397Z | Downloaded rustls-pemfile v1.0.4 |
433 | 2024-07-12T02:57:32.397Z | Downloaded proc-macro-error-attr v1.0.4 |
434 | 2024-07-12T02:57:32.397Z | Downloaded pin-utils v0.1.0 |
435 | 2024-07-12T02:57:32.397Z | Downloaded percent-encoding v2.3.1 |
436 | 2024-07-12T02:57:32.421Z | Downloaded openssl-probe v0.1.5 |
437 | 2024-07-12T02:57:32.421Z | Downloaded openssl-macros v0.1.1 |
438 | 2024-07-12T02:57:32.421Z | Downloaded memmap v0.7.0 |
439 | 2024-07-12T02:57:32.421Z | Downloaded match_cfg v0.1.0 |
440 | 2024-07-12T02:57:32.421Z | Downloaded is_terminal_polyfill v1.70.0 |
441 | 2024-07-12T02:57:32.421Z | Downloaded hyper-tls v0.5.0 |
442 | 2024-07-12T02:57:32.421Z | Downloaded httpdate v1.0.3 |
443 | 2024-07-12T02:57:32.421Z | Downloaded hostname v0.3.1 |
444 | 2024-07-12T02:57:32.421Z | Downloaded heck v0.5.0 |
445 | 2024-07-12T02:57:32.421Z | Downloaded generic-array v0.14.7 |
446 | 2024-07-12T02:57:32.421Z | Downloaded futures-task v0.3.30 |
447 | 2024-07-12T02:57:32.421Z | Downloaded futures-sink v0.3.30 |
448 | 2024-07-12T02:57:32.421Z | Downloaded futures-macro v0.3.30 |
449 | 2024-07-12T02:57:32.421Z | Downloaded futures-io v0.3.30 |
450 | 2024-07-12T02:57:32.421Z | Downloaded futures-executor v0.3.30 |
451 | 2024-07-12T02:57:32.421Z | Downloaded futures-core v0.3.30 |
452 | 2024-07-12T02:57:32.421Z | Downloaded form_urlencoded v1.2.1 |
453 | 2024-07-12T02:57:32.421Z | Downloaded foreign-types-shared v0.1.1 |
454 | 2024-07-12T02:57:32.421Z | Downloaded fnv v1.0.7 |
455 | 2024-07-12T02:57:32.421Z | Downloaded filetime v0.2.23 |
456 | 2024-07-12T02:57:32.421Z | Downloaded errno v0.3.9 |
457 | 2024-07-12T02:57:32.421Z | Downloaded equivalent v1.0.1 |
458 | 2024-07-12T02:57:32.445Z | Downloaded cpufeatures v0.2.12 |
459 | 2024-07-12T02:57:32.445Z | Downloaded clap_lex v0.7.0 |
460 | 2024-07-12T02:57:32.445Z | Downloaded cfg-if v1.0.0 |
461 | 2024-07-12T02:57:32.446Z | Downloaded cargo-platform v0.1.8 |
462 | 2024-07-12T02:57:32.446Z | Downloaded byteorder v1.5.0 |
463 | 2024-07-12T02:57:32.446Z | Downloaded bytecount v0.6.8 |
464 | 2024-07-12T02:57:32.446Z | Downloaded autocfg v1.3.0 |
465 | 2024-07-12T02:57:32.446Z | Downloaded anstyle-query v1.0.3 |
466 | 2024-07-12T02:57:32.446Z | Downloaded anstyle v1.0.7 |
467 | 2024-07-12T02:57:32.446Z | Downloaded tinyvec_macros v0.1.1 |
468 | 2024-07-12T02:57:32.446Z | Downloaded scroll_derive v0.12.0 |
469 | 2024-07-12T02:57:32.446Z | Downloaded scroll v0.12.0 |
470 | 2024-07-12T02:57:32.446Z | Downloaded rustversion v1.0.17 |
471 | 2024-07-12T02:57:32.446Z | Downloaded pretty-hex v0.4.1 |
472 | 2024-07-12T02:57:32.446Z | Downloaded powerfmt v0.2.0 |
473 | 2024-07-12T02:57:32.446Z | Downloaded plain v0.2.3 |
474 | 2024-07-12T02:57:32.446Z | Downloaded pkg-config v0.3.30 |
475 | 2024-07-12T02:57:32.470Z | Downloaded dirs-next v2.0.0 |
476 | 2024-07-12T02:57:32.470Z | Downloaded adler v1.0.2 |
477 | 2024-07-12T02:57:32.592Z | Compiling proc-macro2 v1.0.86 |
478 | 2024-07-12T02:57:32.592Z | Compiling unicode-ident v1.0.12 |
479 | 2024-07-12T02:57:32.616Z | Compiling libc v0.2.155 |
480 | 2024-07-12T02:57:32.616Z | Compiling version_check v0.9.4 |
481 | 2024-07-12T02:57:32.616Z | Compiling cfg-if v1.0.0 |
482 | 2024-07-12T02:57:32.616Z | Compiling itoa v1.0.11 |
483 | 2024-07-12T02:57:32.616Z | Compiling once_cell v1.19.0 |
484 | 2024-07-12T02:57:32.616Z | Compiling serde v1.0.204 |
485 | 2024-07-12T02:57:32.808Z | Compiling autocfg v1.3.0 |
486 | 2024-07-12T02:57:32.863Z | Compiling memchr v2.7.2 |
487 | 2024-07-12T02:57:32.951Z | Compiling thiserror v1.0.60 |
488 | 2024-07-12T02:57:33.116Z | Compiling ryu v1.0.18 |
489 | 2024-07-12T02:57:33.333Z | Compiling pin-project-lite v0.2.14 |
490 | 2024-07-12T02:57:33.404Z | Compiling bitflags v2.5.0 |
491 | 2024-07-12T02:57:33.471Z | Compiling pkg-config v0.3.30 |
492 | 2024-07-12T02:57:33.519Z | Compiling ucd-trie v0.1.6 |
493 | 2024-07-12T02:57:33.594Z | Compiling parking_lot_core v0.9.10 |
494 | 2024-07-12T02:57:33.664Z | Compiling lock_api v0.4.12 |
495 | 2024-07-12T02:57:33.803Z | Compiling vcpkg v0.2.15 |
496 | 2024-07-12T02:57:33.902Z | Compiling cc v1.0.97 |
497 | 2024-07-12T02:57:34.089Z | Compiling slab v0.4.9 |
498 | 2024-07-12T02:57:34.151Z | Compiling quote v1.0.36 |
499 | 2024-07-12T02:57:34.321Z | Compiling smallvec v1.13.2 |
500 | 2024-07-12T02:57:34.620Z | Compiling syn v2.0.68 |
501 | 2024-07-12T02:57:34.678Z | Compiling scopeguard v1.2.0 |
502 | 2024-07-12T02:57:34.752Z | Compiling bytes v1.6.0 |
503 | 2024-07-12T02:57:34.776Z | Compiling futures-sink v0.3.30 |
504 | 2024-07-12T02:57:34.807Z | Compiling futures-core v0.3.30 |
505 | 2024-07-12T02:57:35.035Z | Compiling fnv v1.0.7 |
506 | 2024-07-12T02:57:35.139Z | Compiling hashbrown v0.14.5 |
507 | 2024-07-12T02:57:35.163Z | Compiling serde_json v1.0.120 |
508 | 2024-07-12T02:57:35.239Z | Compiling byteorder v1.5.0 |
509 | 2024-07-12T02:57:35.463Z | Compiling log v0.4.21 |
510 | 2024-07-12T02:57:35.538Z | Compiling equivalent v1.0.1 |
511 | 2024-07-12T02:57:35.746Z | Compiling parking_lot v0.12.2 |
512 | 2024-07-12T02:57:35.802Z | Compiling futures-channel v0.3.30 |
513 | 2024-07-12T02:57:35.941Z | Compiling mio v0.8.11 |
514 | 2024-07-12T02:57:35.978Z | Compiling num_cpus v1.16.0 |
515 | 2024-07-12T02:57:36.065Z | Compiling signal-hook-registry v1.4.2 |
516 | 2024-07-12T02:57:36.097Z | Compiling socket2 v0.5.7 |
517 | 2024-07-12T02:57:36.404Z | Compiling indexmap v2.2.6 |
518 | 2024-07-12T02:57:36.604Z | Compiling rustix v0.38.34 |
519 | 2024-07-12T02:57:36.816Z | Compiling typenum v1.17.0 |
520 | 2024-07-12T02:57:36.936Z | Compiling futures-io v0.3.30 |
521 | 2024-07-12T02:57:37.084Z | Compiling openssl-sys v0.9.102 |
522 | 2024-07-12T02:57:37.147Z | Compiling futures-task v0.3.30 |
523 | 2024-07-12T02:57:37.367Z | Compiling pin-utils v0.1.0 |
524 | 2024-07-12T02:57:37.498Z | Compiling errno v0.3.9 |
525 | 2024-07-12T02:57:37.527Z | Compiling generic-array v0.14.7 |
526 | 2024-07-12T02:57:37.554Z | Compiling openssl v0.10.64 |
527 | 2024-07-12T02:57:37.716Z | Compiling slog v2.7.0 |
528 | 2024-07-12T02:57:37.741Z | Compiling foreign-types-shared v0.1.1 |
529 | 2024-07-12T02:57:37.862Z | Compiling foreign-types v0.3.2 |
530 | 2024-07-12T02:57:38.007Z | Compiling http v0.2.12 |
531 | 2024-07-12T02:57:38.063Z | Compiling usdt-impl v0.5.0 |
532 | 2024-07-12T02:57:38.274Z | Compiling proc-macro-error-attr v1.0.4 |
533 | 2024-07-12T02:57:38.369Z | Compiling tracing-core v0.1.32 |
534 | 2024-07-12T02:57:38.573Z | Compiling powerfmt v0.2.0 |
535 | 2024-07-12T02:57:38.675Z | Compiling num-conv v0.1.0 |
536 | 2024-07-12T02:57:38.955Z | Compiling httparse v1.8.0 |
537 | 2024-07-12T02:57:38.955Z | Compiling time-core v0.1.2 |
538 | 2024-07-12T02:57:39.150Z | Compiling syn v1.0.109 |
539 | 2024-07-12T02:57:39.381Z | Compiling native-tls v0.2.11 |
540 | 2024-07-12T02:57:39.405Z | Compiling tinyvec_macros v0.1.1 |
541 | 2024-07-12T02:57:39.509Z | Compiling tinyvec v1.6.0 |
542 | 2024-07-12T02:57:39.729Z | Compiling time-macros v0.2.18 |
543 | 2024-07-12T02:57:39.783Z | Compiling tracing v0.1.40 |
544 | 2024-07-12T02:57:39.820Z | Compiling deranged v0.3.11 |
545 | 2024-07-12T02:57:40.178Z | Compiling thread-id v4.2.1 |
546 | 2024-07-12T02:57:40.494Z | Compiling proc-macro-error v1.0.4 |
547 | 2024-07-12T02:57:40.523Z | Compiling openssl-probe v0.1.5 |
548 | 2024-07-12T02:57:40.810Z | Compiling crossbeam-utils v0.8.19 |
549 | 2024-07-12T02:57:40.835Z | Compiling plain v0.2.3 |
550 | 2024-07-12T02:57:40.858Z | Compiling utf8parse v0.2.1 |
551 | 2024-07-12T02:57:40.889Z | Compiling try-lock v0.2.5 |
552 | 2024-07-12T02:57:40.993Z | Compiling num_threads v0.1.7 |
553 | 2024-07-12T02:57:41.029Z | Compiling heck v0.5.0 |
554 | 2024-07-12T02:57:41.053Z | Compiling percent-encoding v2.3.1 |
555 | 2024-07-12T02:57:41.130Z | Compiling rustversion v1.0.17 |
556 | 2024-07-12T02:57:41.207Z | Compiling want v0.3.1 |
557 | 2024-07-12T02:57:41.373Z | Compiling form_urlencoded v1.2.1 |
558 | 2024-07-12T02:57:41.423Z | Compiling anstyle-parse v0.2.4 |
559 | 2024-07-12T02:57:41.496Z | Compiling unicode-normalization v0.1.23 |
560 | 2024-07-12T02:57:41.705Z | Compiling http-body v0.4.6 |
561 | 2024-07-12T02:57:41.808Z | Compiling dirs-sys-next v0.1.2 |
562 | 2024-07-12T02:57:42.216Z | Compiling pretty-hex v0.4.1 |
563 | 2024-07-12T02:57:42.279Z | Compiling semver v1.0.23 |
564 | 2024-07-12T02:57:42.367Z | Compiling crc32fast v1.4.0 |
565 | 2024-07-12T02:57:42.394Z | Compiling colorchoice v1.0.1 |
566 | 2024-07-12T02:57:42.418Z | Compiling camino v1.1.7 |
567 | 2024-07-12T02:57:42.447Z | Compiling unicode-bidi v0.3.15 |
568 | 2024-07-12T02:57:42.556Z | Compiling httpdate v1.0.3 |
569 | 2024-07-12T02:57:42.582Z | Compiling time v0.3.36 |
570 | 2024-07-12T02:57:42.704Z | Compiling anstyle v1.0.7 |
571 | 2024-07-12T02:57:42.784Z | Compiling anstyle-query v1.0.3 |
572 | 2024-07-12T02:57:42.917Z | Compiling winnow v0.6.8 |
573 | 2024-07-12T02:57:42.957Z | Compiling is_terminal_polyfill v1.70.0 |
574 | 2024-07-12T02:57:42.985Z | Compiling tower-service v0.3.2 |
575 | 2024-07-12T02:57:43.087Z | Compiling anstream v0.6.14 |
576 | 2024-07-12T02:57:43.117Z | Compiling idna v0.5.0 |
577 | 2024-07-12T02:57:43.515Z | Compiling dirs-next v2.0.0 |
578 | 2024-07-12T02:57:43.793Z | Compiling block-buffer v0.10.4 |
579 | 2024-07-12T02:57:44.419Z | Compiling crypto-common v0.1.6 |
580 | 2024-07-12T02:57:44.605Z | Compiling terminal_size v0.3.0 |
581 | 2024-07-12T02:57:44.745Z | Compiling fs-err v2.11.0 |
582 | 2024-07-12T02:57:44.784Z | Compiling thread_local v1.1.8 |
583 | 2024-07-12T02:57:44.848Z | Compiling strsim v0.11.1 |
584 | 2024-07-12T02:57:44.931Z | Compiling clap_lex v0.7.0 |
585 | 2024-07-12T02:57:44.974Z | Compiling base64 v0.21.7 |
586 | 2024-07-12T02:57:45.291Z | Compiling match_cfg v0.1.0 |
587 | 2024-07-12T02:57:45.374Z | Compiling adler v1.0.2 |
588 | 2024-07-12T02:57:45.398Z | Compiling heck v0.4.1 |
589 | 2024-07-12T02:57:45.600Z | Compiling anyhow v1.0.86 |
590 | 2024-07-12T02:57:45.675Z | Compiling serde_derive v1.0.204 |
591 | 2024-07-12T02:57:45.675Z | Compiling thiserror-impl v1.0.60 |
592 | 2024-07-12T02:57:45.727Z | Compiling zerocopy-derive v0.7.34 |
593 | 2024-07-12T02:57:45.882Z | Compiling tokio-macros v2.3.0 |
594 | 2024-07-12T02:57:45.908Z | Compiling futures-macro v0.3.30 |
595 | 2024-07-12T02:57:46.032Z | Compiling openssl-macros v0.1.1 |
596 | 2024-07-12T02:57:46.152Z | Compiling scroll_derive v0.12.0 |
597 | 2024-07-12T02:57:47.144Z | Compiling bytecount v0.6.8 |
598 | 2024-07-12T02:57:47.282Z | Compiling tokio v1.38.0 |
599 | 2024-07-12T02:57:47.342Z | Compiling unicode-width v0.1.13 |
600 | 2024-07-12T02:57:47.373Z | Compiling scroll v0.12.0 |
601 | 2024-07-12T02:57:47.563Z | Compiling slog-async v2.8.0 |
602 | 2024-07-12T02:57:47.666Z | Compiling futures-util v0.3.30 |
603 | 2024-07-12T02:57:47.691Z | Compiling zerocopy v0.7.34 |
604 | 2024-07-12T02:57:47.855Z | Compiling goblin v0.8.2 |
605 | 2024-07-12T02:57:48.048Z | Compiling papergrid v0.11.0 |
606 | 2024-07-12T02:57:48.545Z | Compiling pest v2.7.10 |
607 | 2024-07-12T02:57:49.001Z | Compiling tabled_derive v0.7.0 |
608 | 2024-07-12T02:57:51.082Z | Compiling pest_meta v2.7.10 |
609 | 2024-07-12T02:57:51.404Z | Compiling clap_derive v4.5.4 |
610 | 2024-07-12T02:57:52.335Z | Compiling pest_generator v2.7.10 |
611 | 2024-07-12T02:57:54.014Z | Compiling tokio-util v0.7.11 |
612 | 2024-07-12T02:57:54.038Z | Compiling tokio-native-tls v0.3.1 |
613 | 2024-07-12T02:57:54.275Z | Compiling futures-executor v0.3.30 |
614 | 2024-07-12T02:57:54.786Z | Compiling h2 v0.3.26 |
615 | 2024-07-12T02:57:55.163Z | Compiling strum_macros v0.26.4 |
616 | 2024-07-12T02:57:55.409Z | Compiling miniz_oxide v0.7.2 |
617 | 2024-07-12T02:57:55.536Z | Compiling pest_derive v2.7.10 |
618 | 2024-07-12T02:57:56.249Z | Compiling dtrace-parser v0.2.0 |
619 | 2024-07-12T02:57:56.766Z | Compiling rustls-pemfile v1.0.4 |
620 | 2024-07-12T02:57:56.790Z | Compiling hostname v0.3.1 |
621 | 2024-07-12T02:57:57.020Z | Compiling clap_builder v4.5.2 |
622 | 2024-07-12T02:57:57.303Z | Compiling digest v0.10.7 |
623 | 2024-07-12T02:57:58.064Z | Compiling serde_tokenstream v0.2.1 |
624 | 2024-07-12T02:57:58.087Z | Compiling toml_datetime v0.6.6 |
625 | 2024-07-12T02:57:58.548Z | Compiling serde_spanned v0.6.6 |
626 | 2024-07-12T02:57:58.573Z | Compiling hyper v0.14.28 |
627 | 2024-07-12T02:57:58.751Z | Compiling toml_edit v0.22.14 |
628 | 2024-07-12T02:57:59.493Z | Compiling dof v0.3.0 |
629 | 2024-07-12T02:58:00.289Z | Compiling slog-json v2.6.1 |
630 | 2024-07-12T02:58:00.393Z | Compiling serde_urlencoded v0.7.1 |
631 | 2024-07-12T02:58:00.965Z | Compiling cargo-platform v0.1.8 |
632 | 2024-07-12T02:58:01.474Z | Compiling toml v0.8.14 |
633 | 2024-07-12T02:58:01.566Z | Compiling usdt-attr-macro v0.5.0 |
634 | 2024-07-12T02:58:01.951Z | Compiling hyper-tls v0.5.0 |
635 | 2024-07-12T02:58:02.227Z | Compiling usdt-macro v0.5.0 |
636 | 2024-07-12T02:58:02.272Z | Compiling crossbeam-channel v0.5.12 |
637 | 2024-07-12T02:58:02.325Z | Compiling url v2.5.0 |
638 | 2024-07-12T02:58:02.800Z | Compiling term v0.7.0 |
639 | 2024-07-12T02:58:03.244Z | Compiling xattr v1.3.1 |
640 | 2024-07-12T02:58:03.268Z | Compiling memmap v0.7.0 |
641 | 2024-07-12T02:58:03.331Z | Compiling is-terminal v0.4.12 |
642 | 2024-07-12T02:58:03.464Z | Compiling filetime v0.2.23 |
643 | 2024-07-12T02:58:03.515Z | Compiling encoding_rs v0.8.34 |
644 | 2024-07-12T02:58:03.605Z | Compiling take_mut v0.2.2 |
645 | 2024-07-12T02:58:03.747Z | Compiling cpufeatures v0.2.12 |
646 | 2024-07-12T02:58:03.801Z | Compiling ipnet v2.9.0 |
647 | 2024-07-12T02:58:03.860Z | Compiling mime v0.3.17 |
648 | 2024-07-12T02:58:03.921Z | Compiling sync_wrapper v0.1.2 |
649 | 2024-07-12T02:58:03.960Z | Compiling sha2 v0.10.8 |
650 | 2024-07-12T02:58:04.155Z | Compiling tar v0.4.40 |
651 | 2024-07-12T02:58:04.413Z | Compiling usdt v0.5.0 |
652 | 2024-07-12T02:58:04.831Z | Compiling slog-term v2.9.1 |
653 | 2024-07-12T02:58:04.874Z | Compiling flate2 v1.0.30 |
654 | 2024-07-12T02:58:05.101Z | Compiling cargo_toml v0.20.3 |
655 | 2024-07-12T02:58:05.127Z | Compiling cargo_metadata v0.18.1 |
656 | 2024-07-12T02:58:05.761Z | Compiling reqwest v0.11.27 |
657 | 2024-07-12T02:58:05.897Z | Compiling slog-bunyan v2.5.0 |
658 | 2024-07-12T02:58:05.976Z | Compiling clap v4.5.4 |
659 | 2024-07-12T02:58:06.011Z | Compiling strum v0.26.2 |
660 | 2024-07-12T02:58:06.087Z | Compiling macaddr v1.0.1 |
661 | 2024-07-12T02:58:06.193Z | Compiling futures v0.3.30 |
662 | 2024-07-12T02:58:06.423Z | Compiling tabled v0.15.0 |
663 | 2024-07-12T02:58:06.468Z | Compiling swrite v0.1.0 |
664 | 2024-07-12T02:58:11.676Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
665 | 2024-07-12T02:58:21.967Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 13s |
666 | 2024-07-12T02:58:22.201Z | Running `target/debug/xtask download cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
667 | 2024-07-12T02:58:22.282Z | Jul 12 02:58:22.180 INFO Starting download, target: Clickhouse |
668 | 2024-07-12T02:58:22.282Z | Jul 12 02:58:22.181 INFO Starting download, target: Console |
669 | 2024-07-12T02:58:22.282Z | Jul 12 02:58:22.181 INFO Starting download, target: Cockroach |
670 | 2024-07-12T02:58:22.282Z | Jul 12 02:58:22.181 INFO Starting download, target: DendriteOpenapi |
671 | 2024-07-12T02:58:22.306Z | Jul 12 02:58:22.181 INFO Starting download, target: DendriteStub |
672 | 2024-07-12T02:58:22.306Z | Jul 12 02:58:22.181 INFO Starting download, target: MaghemiteMgd |
673 | 2024-07-12T02:58:22.306Z | Jul 12 02:58:22.181 INFO Starting download, target: TransceiverControl |
674 | 2024-07-12T02:58:22.306Z | Jul 12 02:58:22.182 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd |
675 | 2024-07-12T02:58:22.306Z | Jul 12 02:58:22.182 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl |
676 | 2024-07-12T02:58:22.306Z | Jul 12 02:58:22.182 INFO Downloading out/downloads/dpd-e83f4f164fd3dbb2100989a399a4fa087232ac36.json (attempt 1/3), target: DendriteOpenapi |
677 | 2024-07-12T02:58:22.306Z | Jul 12 02:58:22.182 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console |
678 | 2024-07-12T02:58:22.306Z | Jul 12 02:58:22.183 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub |
679 | 2024-07-12T02:58:22.306Z | Jul 12 02:58:22.183 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse |
680 | 2024-07-12T02:58:22.307Z | Jul 12 02:58:22.183 INFO Downloading out/downloads/cockroach-v22.1.9.illumos.tar.gz (attempt 1/3), target: Cockroach |
681 | 2024-07-12T02:58:22.596Z | Jul 12 02:58:22.492 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console |
682 | 2024-07-12T02:58:22.763Z | Jul 12 02:58:22.657 INFO Download complete, target: DendriteOpenapi |
683 | 2024-07-12T02:58:23.357Z | Jul 12 02:58:23.255 INFO Download complete, target: Console |
684 | 2024-07-12T02:58:23.488Z | Jul 12 02:58:23.386 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl |
685 | 2024-07-12T02:58:24.148Z | Jul 12 02:58:24.046 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub |
686 | 2024-07-12T02:58:24.208Z | Jul 12 02:58:24.105 INFO Download complete, target: TransceiverControl |
687 | 2024-07-12T02:58:24.999Z | Jul 12 02:58:24.897 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd |
688 | 2024-07-12T02:58:27.388Z | Jul 12 02:58:27.286 INFO Download complete, target: DendriteStub |
689 | 2024-07-12T02:58:28.481Z | Jul 12 02:58:28.380 INFO Download complete, target: MaghemiteMgd |
690 | 2024-07-12T02:58:31.845Z | Jul 12 02:58:31.744 INFO tarball path: out/downloads/cockroach-v22.1.9.illumos.tar.gz, target: Cockroach |
691 | 2024-07-12T02:58:31.845Z | Jul 12 02:58:31.744 INFO Unpacking out/downloads/cockroach-v22.1.9.illumos.tar.gz to out/downloads, target: Cockroach |
692 | 2024-07-12T02:58:40.116Z | Jul 12 02:58:40.015 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse |
693 | 2024-07-12T02:58:41.923Z | Jul 12 02:58:41.821 INFO Copying from out/downloads/cockroach-v22.1.9 to out/cockroachdb, target: Cockroach |
694 | 2024-07-12T02:58:42.358Z | Jul 12 02:58:42.257 INFO Checking that binary works, target: Cockroach |
695 | 2024-07-12T02:58:42.560Z | Jul 12 02:58:42.459 INFO Download complete, target: Cockroach |
696 | 2024-07-12T02:58:56.767Z | Jul 12 02:58:56.667 INFO Checking that binary works, target: Clickhouse |
697 | 2024-07-12T02:58:56.898Z | Jul 12 02:58:56.798 INFO Download complete, target: Clickhouse |
698 | 2024-07-12T02:58:56.922Z | All builder prerequisites installed successfully, and PATH looks valid |
699 | 2024-07-12T02:58:56.946Z | |
700 | 2024-07-12T02:58:56.946Z | real 2:55.545107361 |
701 | 2024-07-12T02:58:56.946Z | user 5:22.425701437 |
702 | 2024-07-12T02:58:56.946Z | sys 1:20.127988422 |
703 | 2024-07-12T02:58:56.946Z | trap 0.184759161 |
704 | 2024-07-12T02:58:56.946Z | tflt 0.092409284 |
705 | 2024-07-12T02:58:56.946Z | dflt 0.767484624 |
706 | 2024-07-12T02:58:56.946Z | kflt 0.007001079 |
707 | 2024-07-12T02:58:56.946Z | lock 15:37.310049478 |
708 | 2024-07-12T02:58:56.946Z | slp 15:01.197158765 |
709 | 2024-07-12T02:58:56.947Z | lat 24.760797300 |
710 | 2024-07-12T02:58:56.947Z | stop 1:08.570820270 |
711 | 2024-07-12T02:58:56.947Z | + banner clippy |
712 | 2024-07-12T02:58:56.947Z | |
713 | 2024-07-12T02:58:56.947Z | #### # # ##### ##### # # |
714 | 2024-07-12T02:58:56.947Z | # # # # # # # # # # |
715 | 2024-07-12T02:58:56.947Z | # # # # # # # # |
716 | 2024-07-12T02:58:56.947Z | # # # ##### ##### # |
717 | 2024-07-12T02:58:56.947Z | # # # # # # # |
718 | 2024-07-12T02:58:56.947Z | #### ###### # # # # |
719 | 2024-07-12T02:58:56.947Z | |
720 | 2024-07-12T02:58:56.947Z | + export CARGO_INCREMENTAL=0 |
721 | 2024-07-12T02:58:56.947Z | + CARGO_INCREMENTAL=0 |
722 | 2024-07-12T02:58:56.947Z | + ptime -m cargo xtask clippy |
723 | 2024-07-12T02:58:57.675Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
724 | 2024-07-12T02:59:07.612Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 10.62s |
725 | 2024-07-12T02:59:07.669Z | Running `target/debug/xtask clippy` |
726 | 2024-07-12T02:59:07.705Z | running: "/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/cargo" "clippy" "--all-targets" "--workspace" "--" "--deny" "warnings" |
727 | 2024-07-12T02:59:08.714Z | Downloading crates ... |
728 | 2024-07-12T02:59:09.030Z | Downloaded pbkdf2 v0.11.0 |
729 | 2024-07-12T02:59:09.121Z | Downloaded smf v0.2.3 |
730 | 2024-07-12T02:59:09.219Z | Downloaded schemars_derive v0.8.21 |
731 | 2024-07-12T02:59:09.419Z | Downloaded derive_builder_macro v0.20.0 |
732 | 2024-07-12T02:59:09.443Z | Downloaded hostname v0.4.0 |
733 | 2024-07-12T02:59:09.470Z | Downloaded httptest v0.15.5 |
734 | 2024-07-12T02:59:09.494Z | Downloaded flume v0.11.0 |
735 | 2024-07-12T02:59:09.494Z | Downloaded gimli v0.28.1 |
736 | 2024-07-12T02:59:09.518Z | Downloaded finl_unicode v1.2.0 |
737 | 2024-07-12T02:59:09.518Z | Downloaded zerocopy-derive v0.6.6 |
738 | 2024-07-12T02:59:09.542Z | Downloaded regex-automata v0.4.6 |
739 | 2024-07-12T02:59:09.542Z | Downloaded fixedbitset v0.4.2 |
740 | 2024-07-12T02:59:09.566Z | Downloaded fatfs v0.3.6 |
741 | 2024-07-12T02:59:09.566Z | Downloaded fancy-regex v0.13.0 |
742 | 2024-07-12T02:59:09.566Z | Downloaded expectorate v1.1.0 |
743 | 2024-07-12T02:59:09.566Z | Downloaded env_logger v0.9.3 |
744 | 2024-07-12T02:59:09.590Z | Downloaded enum-as-inner v0.5.1 |
745 | 2024-07-12T02:59:09.590Z | Downloaded elliptic-curve v0.13.8 |
746 | 2024-07-12T02:59:09.590Z | Downloaded ed25519-dalek v2.1.1 |
747 | 2024-07-12T02:59:09.590Z | Downloaded webpki-roots v0.25.4 |
748 | 2024-07-12T02:59:09.590Z | Downloaded petgraph v0.6.5 |
749 | 2024-07-12T02:59:09.614Z | Downloaded sha3 v0.10.8 |
750 | 2024-07-12T02:59:09.638Z | Downloaded http-range v0.1.5 |
751 | 2024-07-12T02:59:09.638Z | Downloaded http-body v1.0.0 |
752 | 2024-07-12T02:59:09.639Z | Downloaded http v1.1.0 |
753 | 2024-07-12T02:59:09.639Z | Downloaded hkdf v0.12.4 |
754 | 2024-07-12T02:59:09.639Z | Downloaded headers-core v0.2.0 |
755 | 2024-07-12T02:59:09.639Z | Downloaded ring v0.17.8 |
756 | 2024-07-12T02:59:09.717Z | Downloaded headers v0.3.9 |
757 | 2024-07-12T02:59:09.741Z | Downloaded hashbrown v0.13.2 |
758 | 2024-07-12T02:59:09.741Z | Downloaded hashbrown v0.12.3 |
759 | 2024-07-12T02:59:09.741Z | Downloaded ring v0.16.20 |
760 | 2024-07-12T02:59:09.828Z | Downloaded hash32 v0.3.1 |
761 | 2024-07-12T02:59:09.852Z | Downloaded hash32 v0.2.1 |
762 | 2024-07-12T02:59:09.852Z | Downloaded half v2.4.1 |
763 | 2024-07-12T02:59:09.852Z | Downloaded guppy-workspace-hack v0.1.0 |
764 | 2024-07-12T02:59:09.852Z | Downloaded guppy v0.17.5 |
765 | 2024-07-12T02:59:09.852Z | Downloaded group v0.13.0 |
766 | 2024-07-12T02:59:09.852Z | Downloaded globset v0.4.14 |
767 | 2024-07-12T02:59:09.852Z | Downloaded glob v0.3.1 |
768 | 2024-07-12T02:59:09.852Z | Downloaded ghash v0.5.1 |
769 | 2024-07-12T02:59:09.852Z | Downloaded getrandom v0.2.14 |
770 | 2024-07-12T02:59:09.852Z | Downloaded getrandom v0.1.16 |
771 | 2024-07-12T02:59:09.876Z | Downloaded getopts v0.2.21 |
772 | 2024-07-12T02:59:09.876Z | Downloaded gethostname v0.4.3 |
773 | 2024-07-12T02:59:09.876Z | Downloaded fxhash v0.2.1 |
774 | 2024-07-12T02:59:09.877Z | Downloaded futures-timer v3.0.3 |
775 | 2024-07-12T02:59:09.877Z | Downloaded funty v2.0.0 |
776 | 2024-07-12T02:59:09.877Z | Downloaded fragile v2.0.0 |
777 | 2024-07-12T02:59:09.877Z | Downloaded foreign-types-shared v0.3.1 |
778 | 2024-07-12T02:59:09.877Z | Downloaded foreign-types-macros v0.2.3 |
779 | 2024-07-12T02:59:09.877Z | Downloaded foreign-types v0.5.0 |
780 | 2024-07-12T02:59:09.877Z | Downloaded float-ord v0.3.2 |
781 | 2024-07-12T02:59:09.877Z | Downloaded float-cmp v0.9.0 |
782 | 2024-07-12T02:59:09.877Z | Downloaded flagset v0.4.5 |
783 | 2024-07-12T02:59:09.877Z | Downloaded ff v0.13.0 |
784 | 2024-07-12T02:59:09.877Z | Downloaded fd-lock v4.0.2 |
785 | 2024-07-12T02:59:09.877Z | Downloaded fastrand v2.1.0 |
786 | 2024-07-12T02:59:09.877Z | Downloaded fallible-iterator v0.2.0 |
787 | 2024-07-12T02:59:09.901Z | Downloaded escape8259 v0.5.2 |
788 | 2024-07-12T02:59:09.901Z | Downloaded erased-serde v0.3.31 |
789 | 2024-07-12T02:59:09.901Z | Downloaded env_logger v0.10.2 |
790 | 2024-07-12T02:59:09.901Z | Downloaded endian-type v0.1.2 |
791 | 2024-07-12T02:59:09.901Z | Downloaded ena v0.14.3 |
792 | 2024-07-12T02:59:09.901Z | Downloaded embedded-io v0.4.0 |
793 | 2024-07-12T02:59:09.901Z | Downloaded either v1.12.0 |
794 | 2024-07-12T02:59:09.901Z | Downloaded ed25519 v2.2.3 |
795 | 2024-07-12T02:59:09.901Z | Downloaded ed25519 v1.5.3 |
796 | 2024-07-12T02:59:09.901Z | Downloaded ecdsa v0.16.9 |
797 | 2024-07-12T02:59:09.901Z | Downloaded dyn-clone v1.0.17 |
798 | 2024-07-12T02:59:09.901Z | Downloaded downcast v0.11.0 |
799 | 2024-07-12T02:59:09.901Z | Downloaded doc-comment v0.3.3 |
800 | 2024-07-12T02:59:09.901Z | Downloaded display-error-chain v0.2.0 |
801 | 2024-07-12T02:59:09.901Z | Downloaded dirs-sys v0.4.1 |
802 | 2024-07-12T02:59:09.926Z | Downloaded dirs v5.0.1 |
803 | 2024-07-12T02:59:09.926Z | Downloaded difflib v0.4.0 |
804 | 2024-07-12T02:59:09.926Z | Downloaded diff v0.1.13 |
805 | 2024-07-12T02:59:09.926Z | Downloaded diesel_table_macro_syntax v0.1.0 |
806 | 2024-07-12T02:59:09.926Z | Downloaded diesel_derives v2.1.4 |
807 | 2024-07-12T02:59:09.926Z | Downloaded diesel v2.1.6 |
808 | 2024-07-12T02:59:09.950Z | Downloaded dhcproto-macros v0.1.0 |
809 | 2024-07-12T02:59:09.950Z | Downloaded dhcproto v0.11.0 |
810 | 2024-07-12T02:59:09.950Z | Downloaded trust-dns-proto v0.22.0 |
811 | 2024-07-12T02:59:09.974Z | Downloaded tokio-tungstenite v0.21.0 |
812 | 2024-07-12T02:59:09.974Z | Downloaded regress v0.9.1 |
813 | 2024-07-12T02:59:09.974Z | Downloaded regex-syntax v0.8.3 |
814 | 2024-07-12T02:59:09.999Z | Downloaded ratatui v0.27.0 |
815 | 2024-07-12T02:59:10.023Z | Downloaded csv v1.3.0 |
816 | 2024-07-12T02:59:10.023Z | Downloaded home v0.5.9 |
817 | 2024-07-12T02:59:10.023Z | Downloaded hmac v0.12.1 |
818 | 2024-07-12T02:59:10.051Z | Downloaded highway v1.1.0 |
819 | 2024-07-12T02:59:10.051Z | Downloaded hex-literal v0.4.1 |
820 | 2024-07-12T02:59:10.051Z | Downloaded hex v0.4.3 |
821 | 2024-07-12T02:59:10.051Z | Downloaded heck v0.3.3 |
822 | 2024-07-12T02:59:10.051Z | Downloaded heapless v0.8.0 |
823 | 2024-07-12T02:59:10.051Z | Downloaded heapless v0.7.17 |
824 | 2024-07-12T02:59:10.051Z | Downloaded derive_more v0.99.18 |
825 | 2024-07-12T02:59:10.051Z | Downloaded derive-where v1.2.7 |
826 | 2024-07-12T02:59:10.075Z | Downloaded der v0.7.9 |
827 | 2024-07-12T02:59:10.075Z | Downloaded defmt-parser v0.3.4 |
828 | 2024-07-12T02:59:10.075Z | Downloaded darling_macro v0.20.9 |
829 | 2024-07-12T02:59:10.075Z | Downloaded darling_core v0.20.9 |
830 | 2024-07-12T02:59:10.075Z | Downloaded zip v0.6.6 |
831 | 2024-07-12T02:59:10.075Z | Downloaded zerocopy v0.6.6 |
832 | 2024-07-12T02:59:10.075Z | Downloaded yasna v0.5.2 |
833 | 2024-07-12T02:59:10.075Z | Downloaded x509-cert v0.2.5 |
834 | 2024-07-12T02:59:10.100Z | Downloaded winnow v0.5.40 |
835 | 2024-07-12T02:59:10.100Z | Downloaded walkdir v2.5.0 |
836 | 2024-07-12T02:59:10.100Z | Downloaded waitgroup v0.1.2 |
837 | 2024-07-12T02:59:10.100Z | Downloaded wait-timeout v0.2.0 |
838 | 2024-07-12T02:59:10.100Z | Downloaded vte_generate_state_changes v0.1.1 |
839 | 2024-07-12T02:59:10.100Z | Downloaded vte v0.11.1 |
840 | 2024-07-12T02:59:10.124Z | Downloaded vsss-rs v3.3.4 |
841 | 2024-07-12T02:59:10.124Z | Downloaded uzers v0.11.3 |
842 | 2024-07-12T02:59:10.124Z | Downloaded uuid v1.9.1 |
843 | 2024-07-12T02:59:10.124Z | Downloaded utf-8 v0.7.6 |
844 | 2024-07-12T02:59:10.124Z | Downloaded untrusted v0.9.0 |
845 | 2024-07-12T02:59:10.124Z | Downloaded untrusted v0.7.1 |
846 | 2024-07-12T02:59:10.124Z | Downloaded unsafe-libyaml v0.2.11 |
847 | 2024-07-12T02:59:10.124Z | Downloaded universal-hash v0.5.1 |
848 | 2024-07-12T02:59:10.124Z | Downloaded unicode_categories v0.1.1 |
849 | 2024-07-12T02:59:10.124Z | Downloaded unicode-xid v0.2.4 |
850 | 2024-07-12T02:59:10.125Z | Downloaded unicode-truncate v1.0.0 |
851 | 2024-07-12T02:59:10.125Z | Downloaded unicode-segmentation v1.11.0 |
852 | 2024-07-12T02:59:10.150Z | Downloaded unicode-linebreak v0.1.5 |
853 | 2024-07-12T02:59:10.150Z | Downloaded unicase v2.7.0 |
854 | 2024-07-12T02:59:10.150Z | Downloaded unarray v0.1.4 |
855 | 2024-07-12T02:59:10.150Z | Downloaded typed-path v0.7.1 |
856 | 2024-07-12T02:59:10.150Z | Downloaded tungstenite v0.21.0 |
857 | 2024-07-12T02:59:10.150Z | Downloaded tungstenite v0.20.1 |
858 | 2024-07-12T02:59:10.150Z | Downloaded tui-tree-widget v0.21.0 |
859 | 2024-07-12T02:59:10.150Z | Downloaded trybuild v1.0.96 |
860 | 2024-07-12T02:59:10.174Z | Downloaded trust-dns-server v0.22.1 |
861 | 2024-07-12T02:59:10.174Z | Downloaded trust-dns-resolver v0.22.0 |
862 | 2024-07-12T02:59:10.174Z | Downloaded trust-dns-client v0.22.0 |
863 | 2024-07-12T02:59:10.174Z | Downloaded tracing-attributes v0.1.27 |
864 | 2024-07-12T02:59:10.174Z | Downloaded tower-layer v0.3.2 |
865 | 2024-07-12T02:59:10.198Z | Downloaded tower v0.4.13 |
866 | 2024-07-12T02:59:10.198Z | Downloaded tough v0.17.1 |
867 | 2024-07-12T02:59:10.198Z | Downloaded topological-sort v0.2.2 |
868 | 2024-07-12T02:59:10.198Z | Downloaded toolchain_find v0.4.0 |
869 | 2024-07-12T02:59:10.222Z | Downloaded toml_edit v0.19.15 |
870 | 2024-07-12T02:59:10.222Z | Downloaded toml v0.7.8 |
871 | 2024-07-12T02:59:10.246Z | Downloaded toml v0.5.11 |
872 | 2024-07-12T02:59:10.246Z | Downloaded rustls v0.22.4 |
873 | 2024-07-12T02:59:10.247Z | Downloaded rustls v0.21.12 |
874 | 2024-07-12T02:59:10.271Z | Downloaded regex-syntax v0.6.29 |
875 | 2024-07-12T02:59:10.271Z | Downloaded regex v1.10.5 |
876 | 2024-07-12T02:59:10.295Z | Downloaded rayon-core v1.12.1 |
877 | 2024-07-12T02:59:10.295Z | Downloaded rayon v1.10.0 |
878 | 2024-07-12T02:59:10.319Z | Downloaded rand_xorshift v0.3.0 |
879 | 2024-07-12T02:59:10.319Z | Downloaded radix_trie v0.2.1 |
880 | 2024-07-12T02:59:10.319Z | Downloaded predicates-tree v1.0.9 |
881 | 2024-07-12T02:59:10.319Z | Downloaded postgres-types v0.2.6 |
882 | 2024-07-12T02:59:10.319Z | Downloaded postcard v1.0.8 |
883 | 2024-07-12T02:59:10.319Z | Downloaded portable-atomic v1.6.0 |
884 | 2024-07-12T02:59:10.319Z | Downloaded poly1305 v0.8.0 |
885 | 2024-07-12T02:59:10.344Z | Downloaded polar-core v0.27.3 |
886 | 2024-07-12T02:59:10.344Z | Downloaded plotters v0.3.5 |
887 | 2024-07-12T02:59:10.344Z | Downloaded pkcs1 v0.7.5 |
888 | 2024-07-12T02:59:10.368Z | Downloaded phf_shared v0.11.2 |
889 | 2024-07-12T02:59:10.368Z | Downloaded phf v0.11.2 |
890 | 2024-07-12T02:59:10.368Z | Downloaded pem-rfc7468 v0.7.0 |
891 | 2024-07-12T02:59:10.368Z | Downloaded hyper v1.3.1 |
892 | 2024-07-12T02:59:10.368Z | Downloaded bzip2-sys v0.1.11+1.0.8 |
893 | 2024-07-12T02:59:10.392Z | Downloaded derive_builder_core v0.20.0 |
894 | 2024-07-12T02:59:10.392Z | Downloaded derive_builder v0.20.0 |
895 | 2024-07-12T02:59:10.392Z | Downloaded der_derive v0.7.2 |
896 | 2024-07-12T02:59:10.392Z | Downloaded defmt-macros v0.3.9 |
897 | 2024-07-12T02:59:10.392Z | Downloaded defmt v0.3.8 |
898 | 2024-07-12T02:59:10.392Z | Downloaded debug-ignore v1.0.5 |
899 | 2024-07-12T02:59:10.416Z | Downloaded datatest-stable v0.2.9 |
900 | 2024-07-12T02:59:10.416Z | Downloaded data-encoding v2.6.0 |
901 | 2024-07-12T02:59:10.417Z | Downloaded zone_cfg_derive v0.1.2 |
902 | 2024-07-12T02:59:10.417Z | Downloaded zone v0.1.8 |
903 | 2024-07-12T02:59:10.417Z | Downloaded zeroize_derive v1.4.2 |
904 | 2024-07-12T02:59:10.417Z | Downloaded zeroize v1.7.0 |
905 | 2024-07-12T02:59:10.417Z | Downloaded yansi v0.5.1 |
906 | 2024-07-12T02:59:10.417Z | Downloaded wyz v0.5.1 |
907 | 2024-07-12T02:59:10.417Z | Downloaded whoami v1.5.1 |
908 | 2024-07-12T02:59:10.417Z | Downloaded which v4.4.2 |
909 | 2024-07-12T02:59:10.417Z | Downloaded tokio-tungstenite v0.20.1 |
910 | 2024-07-12T02:59:10.417Z | Downloaded tokio-stream v0.1.15 |
911 | 2024-07-12T02:59:10.417Z | Downloaded tokio-rustls v0.25.0 |
912 | 2024-07-12T02:59:10.442Z | Downloaded tokio-rustls v0.24.1 |
913 | 2024-07-12T02:59:10.442Z | Downloaded tokio-postgres v0.7.10 |
914 | 2024-07-12T02:59:10.442Z | Downloaded tls_codec_derive v0.4.1 |
915 | 2024-07-12T02:59:10.442Z | Downloaded tls_codec v0.4.1 |
916 | 2024-07-12T02:59:10.442Z | Downloaded tinytemplate v1.2.1 |
917 | 2024-07-12T02:59:10.442Z | Downloaded tiny-keccak v2.0.2 |
918 | 2024-07-12T02:59:10.442Z | Downloaded threadpool v1.8.1 |
919 | 2024-07-12T02:59:10.442Z | Downloaded thiserror-no-std v2.0.2 |
920 | 2024-07-12T02:59:10.466Z | Downloaded thiserror-impl-no-std v2.0.2 |
921 | 2024-07-12T02:59:10.466Z | Downloaded textwrap v0.16.1 |
922 | 2024-07-12T02:59:10.466Z | Downloaded test-strategy v0.3.1 |
923 | 2024-07-12T02:59:10.466Z | Downloaded termtree v0.4.1 |
924 | 2024-07-12T02:59:10.466Z | Downloaded termios v0.3.3 |
925 | 2024-07-12T02:59:10.466Z | Downloaded termcolor v1.4.1 |
926 | 2024-07-12T02:59:10.466Z | Downloaded tempfile v3.10.1 |
927 | 2024-07-12T02:59:10.466Z | Downloaded target-spec v3.1.0 |
928 | 2024-07-12T02:59:10.466Z | Downloaded target-lexicon v0.12.14 |
929 | 2024-07-12T02:59:10.466Z | Downloaded tap v1.0.1 |
930 | 2024-07-12T02:59:10.466Z | Downloaded tabwriter v1.4.0 |
931 | 2024-07-12T02:59:10.491Z | Downloaded supports-color v3.0.0 |
932 | 2024-07-12T02:59:10.491Z | Downloaded subtle v2.5.0 |
933 | 2024-07-12T02:59:10.491Z | Downloaded subprocess v0.2.9 |
934 | 2024-07-12T02:59:10.491Z | Downloaded strum_macros v0.25.3 |
935 | 2024-07-12T02:59:10.491Z | Downloaded sct v0.7.1 |
936 | 2024-07-12T02:59:10.491Z | Downloaded schemars v0.8.21 |
937 | 2024-07-12T02:59:10.515Z | Downloaded same-file v1.0.6 |
938 | 2024-07-12T02:59:10.515Z | Downloaded samael v0.0.15 |
939 | 2024-07-12T02:59:10.515Z | Downloaded salty v0.2.0 |
940 | 2024-07-12T02:59:10.515Z | Downloaded rustyline v14.0.0 |
941 | 2024-07-12T02:59:10.515Z | Downloaded rusty-fork v0.3.0 |
942 | 2024-07-12T02:59:10.539Z | Downloaded rustls-webpki v0.102.4 |
943 | 2024-07-12T02:59:10.539Z | Downloaded rustls-webpki v0.101.7 |
944 | 2024-07-12T02:59:10.563Z | Downloaded rustls-pki-types v1.7.0 |
945 | 2024-07-12T02:59:10.563Z | Downloaded rustls-pemfile v2.1.2 |
946 | 2024-07-12T02:59:10.563Z | Downloaded rustls-native-certs v0.7.0 |
947 | 2024-07-12T02:59:10.591Z | Downloaded rustfmt-wrapper v0.2.1 |
948 | 2024-07-12T02:59:10.591Z | Downloaded rustc_version v0.4.0 |
949 | 2024-07-12T02:59:10.591Z | Downloaded rustc-hash v1.1.0 |
950 | 2024-07-12T02:59:10.591Z | Downloaded rust-argon2 v2.1.0 |
951 | 2024-07-12T02:59:10.591Z | Downloaded russh-cryptovec v0.7.2 |
952 | 2024-07-12T02:59:10.591Z | Downloaded rtoolbox v0.0.2 |
953 | 2024-07-12T02:59:10.591Z | Downloaded rstest_macros v0.19.0 |
954 | 2024-07-12T02:59:10.591Z | Downloaded rstest v0.19.0 |
955 | 2024-07-12T02:59:10.615Z | Downloaded rpassword v7.3.1 |
956 | 2024-07-12T02:59:10.615Z | Downloaded ron v0.8.1 |
957 | 2024-07-12T02:59:10.615Z | Downloaded ron v0.7.1 |
958 | 2024-07-12T02:59:10.615Z | Downloaded rfc6979 v0.4.0 |
959 | 2024-07-12T02:59:10.615Z | Downloaded resolv-conf v0.7.0 |
960 | 2024-07-12T02:59:10.639Z | Downloaded relative-path v1.9.3 |
961 | 2024-07-12T02:59:10.639Z | Downloaded regex-automata v0.1.10 |
962 | 2024-07-12T02:59:10.639Z | Downloaded ref-cast-impl v1.0.23 |
963 | 2024-07-12T02:59:10.639Z | Downloaded ref-cast v1.0.23 |
964 | 2024-07-12T02:59:10.639Z | Downloaded reedline v0.31.0 |
965 | 2024-07-12T02:59:10.639Z | Downloaded rand_core v0.6.4 |
966 | 2024-07-12T02:59:10.665Z | Downloaded rand_chacha v0.3.1 |
967 | 2024-07-12T02:59:10.665Z | Downloaded rand v0.8.5 |
968 | 2024-07-12T02:59:10.665Z | Downloaded rand v0.7.3 |
969 | 2024-07-12T02:59:10.665Z | Downloaded r2d2 v0.8.10 |
970 | 2024-07-12T02:59:10.665Z | Downloaded quick-xml v0.31.0 |
971 | 2024-07-12T02:59:10.690Z | Downloaded quick-error v1.2.3 |
972 | 2024-07-12T02:59:10.690Z | Downloaded psl-types v2.0.11 |
973 | 2024-07-12T02:59:10.690Z | Downloaded proptest v1.4.0 |
974 | 2024-07-12T02:59:10.690Z | Downloaded proc-macro-crate v1.3.1 |
975 | 2024-07-12T02:59:10.690Z | Downloaded prettyplease v0.2.20 |
976 | 2024-07-12T02:59:10.690Z | Downloaded pretty_assertions v1.4.0 |
977 | 2024-07-12T02:59:10.690Z | Downloaded pretty-hex v0.2.1 |
978 | 2024-07-12T02:59:10.690Z | Downloaded predicates-core v1.0.6 |
979 | 2024-07-12T02:59:10.690Z | Downloaded precomputed-hash v0.1.1 |
980 | 2024-07-12T02:59:10.714Z | Downloaded ppv-lite86 v0.2.17 |
981 | 2024-07-12T02:59:10.714Z | Downloaded postgres-protocol v0.6.6 |
982 | 2024-07-12T02:59:10.714Z | Downloaded portpicker v0.1.1 |
983 | 2024-07-12T02:59:10.714Z | Downloaded polyval v0.6.2 |
984 | 2024-07-12T02:59:10.714Z | Downloaded plotters-svg v0.3.5 |
985 | 2024-07-12T02:59:10.714Z | Downloaded plotters-backend v0.3.5 |
986 | 2024-07-12T02:59:10.714Z | Downloaded pkcs8 v0.10.2 |
987 | 2024-07-12T02:59:10.714Z | Downloaded pin-project-internal v1.1.5 |
988 | 2024-07-12T02:59:10.714Z | Downloaded pin-project v1.1.5 |
989 | 2024-07-12T02:59:10.739Z | Downloaded phf_shared v0.10.0 |
990 | 2024-07-12T02:59:10.739Z | Downloaded pem v3.0.4 |
991 | 2024-07-12T02:59:10.739Z | Downloaded peg-runtime v0.8.3 |
992 | 2024-07-12T02:59:10.739Z | Downloaded peg-macros v0.8.3 |
993 | 2024-07-12T02:59:10.739Z | Downloaded peg v0.8.3 |
994 | 2024-07-12T02:59:10.739Z | Downloaded pbkdf2 v0.12.2 |
995 | 2024-07-12T02:59:10.739Z | Downloaded hyper-util v0.1.3 |
996 | 2024-07-12T02:59:10.739Z | Downloaded hyper-staticfile v0.9.5 |
997 | 2024-07-12T02:59:10.739Z | Downloaded hyper-rustls v0.26.0 |
998 | 2024-07-12T02:59:10.765Z | Downloaded hyper-rustls v0.24.2 |
999 | 2024-07-12T02:59:10.765Z | Downloaded humantime v2.1.0 |
1000 | 2024-07-12T02:59:10.765Z | Downloaded hubpack_derive v0.1.1 |
1001 | 2024-07-12T02:59:10.765Z | Downloaded hubpack v0.1.2 |
1002 | 2024-07-12T02:59:10.765Z | Downloaded sled v0.34.7 |
1003 | 2024-07-12T02:59:10.765Z | Downloaded curve25519-dalek v4.1.3 |
1004 | 2024-07-12T02:59:10.790Z | Downloaded chrono v0.4.38 |
1005 | 2024-07-12T02:59:10.790Z | Downloaded bstr v1.9.1 |
1006 | 2024-07-12T02:59:10.814Z | Downloaded bstr v0.2.17 |
1007 | 2024-07-12T02:59:10.814Z | Downloaded bitvec v1.0.1 |
1008 | 2024-07-12T02:59:10.839Z | Downloaded bindgen v0.69.4 |
1009 | 2024-07-12T02:59:10.863Z | Downloaded aho-corasick v1.1.3 |
1010 | 2024-07-12T02:59:10.863Z | Downloaded scheduled-thread-pool v0.2.7 |
1011 | 2024-07-12T02:59:10.863Z | Downloaded rustc_version v0.1.7 |
1012 | 2024-07-12T02:59:10.863Z | Downloaded rustc-demangle v0.1.24 |
1013 | 2024-07-12T02:59:10.863Z | Downloaded russh-keys v0.43.0 |
1014 | 2024-07-12T02:59:10.863Z | Downloaded russh v0.43.0 |
1015 | 2024-07-12T02:59:10.887Z | Downloaded rsa v0.9.6 |
1016 | 2024-07-12T02:59:10.887Z | Downloaded rcgen v0.12.1 |
1017 | 2024-07-12T02:59:10.887Z | Downloaded rand_seeder v0.2.3 |
1018 | 2024-07-12T02:59:10.887Z | Downloaded rand_distr v0.4.3 |
1019 | 2024-07-12T02:59:10.911Z | Downloaded rand_core v0.5.1 |
1020 | 2024-07-12T02:59:10.911Z | Downloaded rand_chacha v0.2.2 |
1021 | 2024-07-12T02:59:10.911Z | Downloaded radium v0.7.0 |
1022 | 2024-07-12T02:59:10.912Z | Downloaded publicsuffix v2.2.3 |
1023 | 2024-07-12T02:59:10.912Z | Downloaded primeorder v0.13.6 |
1024 | 2024-07-12T02:59:10.912Z | Downloaded predicates v3.1.0 |
1025 | 2024-07-12T02:59:10.912Z | Downloaded strum_macros v0.24.3 |
1026 | 2024-07-12T02:59:10.912Z | Downloaded structmeta-derive v0.3.0 |
1027 | 2024-07-12T02:59:10.936Z | Downloaded structmeta-derive v0.2.0 |
1028 | 2024-07-12T02:59:10.936Z | Downloaded structmeta v0.3.0 |
1029 | 2024-07-12T02:59:10.936Z | Downloaded structmeta v0.2.0 |
1030 | 2024-07-12T02:59:10.936Z | Downloaded strip-ansi-escapes v0.2.0 |
1031 | 2024-07-12T02:59:10.936Z | Downloaded stringprep v0.1.4 |
1032 | 2024-07-12T02:59:10.936Z | Downloaded string_cache v0.8.7 |
1033 | 2024-07-12T02:59:10.936Z | Downloaded steno v0.4.1 |
1034 | 2024-07-12T02:59:10.936Z | Downloaded static_assertions v1.1.0 |
1035 | 2024-07-12T02:59:10.936Z | Downloaded stable_deref_trait v1.2.0 |
1036 | 2024-07-12T02:59:10.936Z | Downloaded stability v0.2.0 |
1037 | 2024-07-12T02:59:10.936Z | Downloaded sqlparser_derive v0.2.2 |
1038 | 2024-07-12T02:59:10.936Z | Downloaded sqlparser v0.45.0 |
1039 | 2024-07-12T02:59:10.961Z | Downloaded sqlformat v0.2.3 |
1040 | 2024-07-12T02:59:10.961Z | Downloaded spki v0.7.3 |
1041 | 2024-07-12T02:59:10.961Z | Downloaded spin v0.9.8 |
1042 | 2024-07-12T02:59:10.961Z | Downloaded spin v0.5.2 |
1043 | 2024-07-12T02:59:10.961Z | Downloaded socket2 v0.4.10 |
1044 | 2024-07-12T02:59:10.961Z | Downloaded snafu-derive v0.8.2 |
1045 | 2024-07-12T02:59:10.961Z | Downloaded snafu v0.8.2 |
1046 | 2024-07-12T02:59:10.961Z | Downloaded smoltcp v0.11.0 |
1047 | 2024-07-12T02:59:10.985Z | Downloaded smoltcp v0.9.1 |
1048 | 2024-07-12T02:59:11.010Z | Downloaded similar v2.5.0 |
1049 | 2024-07-12T02:59:11.010Z | Downloaded sigpipe v0.1.3 |
1050 | 2024-07-12T02:59:11.010Z | Downloaded signature v2.2.0 |
1051 | 2024-07-12T02:59:11.010Z | Downloaded signature v1.6.4 |
1052 | 2024-07-12T02:59:11.010Z | Downloaded signal-hook-tokio v0.3.1 |
1053 | 2024-07-12T02:59:11.010Z | Downloaded signal-hook-mio v0.2.3 |
1054 | 2024-07-12T02:59:11.010Z | Downloaded signal-hook v0.3.17 |
1055 | 2024-07-12T02:59:11.010Z | Downloaded shlex v1.3.0 |
1056 | 2024-07-12T02:59:11.010Z | Downloaded shell-words v1.1.0 |
1057 | 2024-07-12T02:59:11.010Z | Downloaded sha1 v0.10.6 |
1058 | 2024-07-12T02:59:11.010Z | Downloaded serde_yaml v0.9.34+deprecated |
1059 | 2024-07-12T02:59:11.034Z | Downloaded serde_with_macros v3.8.3 |
1060 | 2024-07-12T02:59:11.034Z | Downloaded serde_with v3.8.3 |
1061 | 2024-07-12T02:59:11.034Z | Downloaded serde_repr v0.1.19 |
1062 | 2024-07-12T02:59:11.034Z | Downloaded serde_plain v1.0.2 |
1063 | 2024-07-12T02:59:11.034Z | Downloaded serde_path_to_error v0.1.16 |
1064 | 2024-07-12T02:59:11.034Z | Downloaded serde_derive_internals v0.29.1 |
1065 | 2024-07-12T02:59:11.034Z | Downloaded serde_arrays v0.1.0 |
1066 | 2024-07-12T02:59:11.034Z | Downloaded serde-hex v0.1.0 |
1067 | 2024-07-12T02:59:11.058Z | Downloaded serde-big-array v0.5.1 |
1068 | 2024-07-12T02:59:11.059Z | Downloaded serde-big-array v0.4.1 |
1069 | 2024-07-12T02:59:11.059Z | Downloaded semver v0.1.20 |
1070 | 2024-07-12T02:59:11.059Z | Downloaded openapiv3 v2.0.0 |
1071 | 2024-07-12T02:59:11.059Z | Downloaded idna v0.3.0 |
1072 | 2024-07-12T02:59:11.082Z | Downloaded idna v0.2.3 |
1073 | 2024-07-12T02:59:11.083Z | Downloaded blake3 v1.5.1 |
1074 | 2024-07-12T02:59:11.083Z | Downloaded blake2b_simd v1.0.2 |
1075 | 2024-07-12T02:59:11.083Z | Downloaded blake2 v0.10.6 |
1076 | 2024-07-12T02:59:11.083Z | Downloaded atty v0.2.14 |
1077 | 2024-07-12T02:59:11.083Z | Downloaded atomic-waker v1.1.2 |
1078 | 2024-07-12T02:59:11.083Z | Downloaded async-trait v0.1.81 |
1079 | 2024-07-12T02:59:11.107Z | Downloaded async-stream-impl v0.3.5 |
1080 | 2024-07-12T02:59:11.107Z | Downloaded async-stream v0.3.5 |
1081 | 2024-07-12T02:59:11.107Z | Downloaded async-recursion v1.1.1 |
1082 | 2024-07-12T02:59:11.107Z | Downloaded assert_matches v1.5.0 |
1083 | 2024-07-12T02:59:11.107Z | Downloaded assert_cmd v2.0.14 |
1084 | 2024-07-12T02:59:11.107Z | Downloaded ascii-canvas v3.0.0 |
1085 | 2024-07-12T02:59:11.107Z | Downloaded ascii v1.1.0 |
1086 | 2024-07-12T02:59:11.107Z | Downloaded arrayvec v0.7.4 |
1087 | 2024-07-12T02:59:11.107Z | Downloaded arrayref v0.3.7 |
1088 | 2024-07-12T02:59:11.107Z | Downloaded array-init v0.0.4 |
1089 | 2024-07-12T02:59:11.107Z | Downloaded argon2 v0.5.3 |
1090 | 2024-07-12T02:59:11.107Z | Downloaded arc-swap v1.7.1 |
1091 | 2024-07-12T02:59:11.131Z | Downloaded approx v0.5.1 |
1092 | 2024-07-12T02:59:11.131Z | Downloaded anes v0.1.6 |
1093 | 2024-07-12T02:59:11.131Z | Downloaded allocator-api2 v0.2.18 |
1094 | 2024-07-12T02:59:11.131Z | Downloaded ahash v0.8.11 |
1095 | 2024-07-12T02:59:11.131Z | Downloaded aes-gcm v0.10.3 |
1096 | 2024-07-12T02:59:11.131Z | Downloaded smawk v0.3.2 |
1097 | 2024-07-12T02:59:11.131Z | Downloaded smallvec v0.6.14 |
1098 | 2024-07-12T02:59:11.131Z | Downloaded slog-stdlog v4.1.1 |
1099 | 2024-07-12T02:59:11.131Z | Downloaded slog-scope v4.4.0 |
1100 | 2024-07-12T02:59:11.132Z | Downloaded slog-envlogger v2.2.0 |
1101 | 2024-07-12T02:59:11.156Z | Downloaded slog-dtrace v0.3.0 |
1102 | 2024-07-12T02:59:11.156Z | Downloaded siphasher v0.3.11 |
1103 | 2024-07-12T02:59:11.156Z | Downloaded similar-asserts v1.5.0 |
1104 | 2024-07-12T02:59:11.156Z | Downloaded secrecy v0.8.0 |
1105 | 2024-07-12T02:59:11.156Z | Downloaded sec1 v0.7.3 |
1106 | 2024-07-12T02:59:11.156Z | Downloaded object v0.32.2 |
1107 | 2024-07-12T02:59:11.156Z | Downloaded object v0.30.4 |
1108 | 2024-07-12T02:59:11.182Z | Downloaded nix v0.28.0 |
1109 | 2024-07-12T02:59:11.182Z | Downloaded nix v0.27.1 |
1110 | 2024-07-12T02:59:11.206Z | Downloaded mockall v0.12.1 |
1111 | 2024-07-12T02:59:11.206Z | Downloaded minimal-lexical v0.2.1 |
1112 | 2024-07-12T02:59:11.206Z | Downloaded mime_guess v2.0.4 |
1113 | 2024-07-12T02:59:11.206Z | Downloaded memoffset v0.9.1 |
1114 | 2024-07-12T02:59:11.206Z | Downloaded memmap2 v0.9.4 |
1115 | 2024-07-12T02:59:11.206Z | Downloaded md5 v0.7.0 |
1116 | 2024-07-12T02:59:11.206Z | Downloaded md-5 v0.10.6 |
1117 | 2024-07-12T02:59:11.206Z | Downloaded maybe-uninit v2.0.0 |
1118 | 2024-07-12T02:59:11.231Z | Downloaded matches v0.1.10 |
1119 | 2024-07-12T02:59:11.231Z | Downloaded maplit v1.0.2 |
1120 | 2024-07-12T02:59:11.231Z | Downloaded managed v0.8.0 |
1121 | 2024-07-12T02:59:11.231Z | Downloaded lru-cache v0.1.2 |
1122 | 2024-07-12T02:59:11.231Z | Downloaded lru v0.12.3 |
1123 | 2024-07-12T02:59:11.231Z | Downloaded linked-hash-map v0.5.6 |
1124 | 2024-07-12T02:59:11.231Z | Downloaded linear-map v1.2.0 |
1125 | 2024-07-12T02:59:11.231Z | Downloaded libxml v0.3.3 |
1126 | 2024-07-12T02:59:11.231Z | Downloaded libtest-mimic v0.7.3 |
1127 | 2024-07-12T02:59:11.231Z | Downloaded libsw v3.3.1 |
1128 | 2024-07-12T02:59:11.231Z | Downloaded libm v0.2.8 |
1129 | 2024-07-12T02:59:11.255Z | Downloaded lalrpop v0.19.12 |
1130 | 2024-07-12T02:59:11.255Z | Downloaded keccak v0.1.5 |
1131 | 2024-07-12T02:59:11.255Z | Downloaded itertools v0.13.0 |
1132 | 2024-07-12T02:59:11.279Z | Downloaded itertools v0.12.1 |
1133 | 2024-07-12T02:59:11.279Z | Downloaded itertools v0.10.5 |
1134 | 2024-07-12T02:59:11.280Z | Downloaded is_ci v1.2.0 |
1135 | 2024-07-12T02:59:11.280Z | Downloaded ipnetwork v0.20.0 |
1136 | 2024-07-12T02:59:11.280Z | Downloaded internet-checksum v0.2.1 |
1137 | 2024-07-12T02:59:11.280Z | Downloaded instant v0.1.12 |
1138 | 2024-07-12T02:59:11.304Z | Downloaded inout v0.1.3 |
1139 | 2024-07-12T02:59:11.304Z | Downloaded indoc v1.0.9 |
1140 | 2024-07-12T02:59:11.304Z | Downloaded indicatif v0.17.8 |
1141 | 2024-07-12T02:59:11.304Z | Downloaded indexmap v1.9.3 |
1142 | 2024-07-12T02:59:11.304Z | Downloaded indent_write v2.2.0 |
1143 | 2024-07-12T02:59:11.304Z | Downloaded impl-trait-for-tuples v0.2.2 |
1144 | 2024-07-12T02:59:11.304Z | Downloaded ident_case v1.0.1 |
1145 | 2024-07-12T02:59:11.304Z | Downloaded iana-time-zone v0.1.60 |
1146 | 2024-07-12T02:59:11.304Z | Downloaded darling v0.20.9 |
1147 | 2024-07-12T02:59:11.328Z | Downloaded curve25519-dalek-derive v0.1.1 |
1148 | 2024-07-12T02:59:11.329Z | Downloaded ctr v0.9.2 |
1149 | 2024-07-12T02:59:11.329Z | Downloaded csv-core v0.1.11 |
1150 | 2024-07-12T02:59:11.329Z | Downloaded cstr-argument v0.1.2 |
1151 | 2024-07-12T02:59:11.329Z | Downloaded crypto-bigint v0.5.5 |
1152 | 2024-07-12T02:59:11.329Z | Downloaded crunchy v0.2.2 |
1153 | 2024-07-12T02:59:11.329Z | Downloaded crucible-workspace-hack v0.1.0 |
1154 | 2024-07-12T02:59:11.329Z | Downloaded crossterm v0.27.0 |
1155 | 2024-07-12T02:59:11.329Z | Downloaded crossbeam-epoch v0.9.18 |
1156 | 2024-07-12T02:59:11.353Z | Downloaded crossbeam-deque v0.8.5 |
1157 | 2024-07-12T02:59:11.353Z | Downloaded criterion v0.5.1 |
1158 | 2024-07-12T02:59:11.353Z | Downloaded crc-catalog v2.4.0 |
1159 | 2024-07-12T02:59:11.353Z | Downloaded crc-any v2.5.0 |
1160 | 2024-07-12T02:59:11.353Z | Downloaded crc v3.2.1 |
1161 | 2024-07-12T02:59:11.353Z | Downloaded corncobs v0.1.3 |
1162 | 2024-07-12T02:59:11.353Z | Downloaded cookie_store v0.20.0 |
1163 | 2024-07-12T02:59:11.353Z | Downloaded cookie v0.18.1 |
1164 | 2024-07-12T02:59:11.377Z | Downloaded cookie v0.17.0 |
1165 | 2024-07-12T02:59:11.378Z | Downloaded convert_case v0.4.0 |
1166 | 2024-07-12T02:59:11.378Z | Downloaded constant_time_eq v0.3.0 |
1167 | 2024-07-12T02:59:11.378Z | Downloaded const_format_proc_macros v0.2.32 |
1168 | 2024-07-12T02:59:11.378Z | Downloaded const_format v0.2.32 |
1169 | 2024-07-12T02:59:11.378Z | Downloaded const-oid v0.9.6 |
1170 | 2024-07-12T02:59:11.378Z | Downloaded console v0.15.8 |
1171 | 2024-07-12T02:59:11.378Z | Downloaded compact_str v0.7.1 |
1172 | 2024-07-12T02:59:11.402Z | Downloaded colored v2.1.0 |
1173 | 2024-07-12T02:59:11.402Z | Downloaded cobs v0.2.3 |
1174 | 2024-07-12T02:59:11.402Z | Downloaded clang-sys v1.7.0 |
1175 | 2024-07-12T02:59:11.402Z | Downloaded cipher v0.4.4 |
1176 | 2024-07-12T02:59:11.402Z | Downloaded ciborium-ll v0.2.2 |
1177 | 2024-07-12T02:59:11.402Z | Downloaded ciborium-io v0.2.2 |
1178 | 2024-07-12T02:59:11.402Z | Downloaded ciborium v0.2.2 |
1179 | 2024-07-12T02:59:11.402Z | Downloaded chacha20poly1305 v0.10.1 |
1180 | 2024-07-12T02:59:11.402Z | Downloaded chacha20 v0.9.1 |
1181 | 2024-07-12T02:59:11.402Z | Downloaded cfg_aliases v0.1.1 |
1182 | 2024-07-12T02:59:11.402Z | Downloaded cfg-expr v0.15.8 |
1183 | 2024-07-12T02:59:11.402Z | Downloaded cexpr v0.6.0 |
1184 | 2024-07-12T02:59:11.402Z | Downloaded cbc v0.1.2 |
1185 | 2024-07-12T02:59:11.402Z | Downloaded castaway v0.2.2 |
1186 | 2024-07-12T02:59:11.426Z | Downloaded cast v0.3.0 |
1187 | 2024-07-12T02:59:11.427Z | Downloaded cassowary v0.3.0 |
1188 | 2024-07-12T02:59:11.427Z | Downloaded cancel-safe-futures v0.1.5 |
1189 | 2024-07-12T02:59:11.427Z | Downloaded camino-tempfile v1.1.1 |
1190 | 2024-07-12T02:59:11.427Z | Downloaded bzip2 v0.4.4 |
1191 | 2024-07-12T02:59:11.427Z | Downloaded buf-list v1.0.3 |
1192 | 2024-07-12T02:59:11.427Z | Downloaded blowfish v0.9.1 |
1193 | 2024-07-12T02:59:11.427Z | Downloaded block-padding v0.3.3 |
1194 | 2024-07-12T02:59:11.427Z | Downloaded bitstruct_derive v0.1.0 |
1195 | 2024-07-12T02:59:11.427Z | Downloaded bitstruct v0.1.1 |
1196 | 2024-07-12T02:59:11.427Z | Downloaded bitflags v1.3.2 |
1197 | 2024-07-12T02:59:11.427Z | Downloaded bitfield-struct v0.6.1 |
1198 | 2024-07-12T02:59:11.427Z | Downloaded bitfield v0.14.0 |
1199 | 2024-07-12T02:59:11.451Z | Downloaded bit-vec v0.6.3 |
1200 | 2024-07-12T02:59:11.451Z | Downloaded bit-set v0.5.3 |
1201 | 2024-07-12T02:59:11.451Z | Downloaded bcs v0.1.6 |
1202 | 2024-07-12T02:59:11.451Z | Downloaded bcrypt-pbkdf v0.10.0 |
1203 | 2024-07-12T02:59:11.451Z | Downloaded bb8 v0.8.5 |
1204 | 2024-07-12T02:59:11.451Z | Downloaded base64ct v1.6.0 |
1205 | 2024-07-12T02:59:11.451Z | Downloaded base64 v0.22.1 |
1206 | 2024-07-12T02:59:11.451Z | Downloaded base64 v0.13.1 |
1207 | 2024-07-12T02:59:11.451Z | Downloaded base16ct v0.2.0 |
1208 | 2024-07-12T02:59:11.452Z | Downloaded backtrace v0.3.71 |
1209 | 2024-07-12T02:59:11.476Z | Downloaded backoff v0.4.0 |
1210 | 2024-07-12T02:59:11.476Z | Downloaded aes v0.8.4 |
1211 | 2024-07-12T02:59:11.476Z | Downloaded aead v0.5.2 |
1212 | 2024-07-12T02:59:11.476Z | Downloaded addr2line v0.21.0 |
1213 | 2024-07-12T02:59:11.476Z | Downloaded pathdiff v0.2.1 |
1214 | 2024-07-12T02:59:11.476Z | Downloaded path-slash v0.1.5 |
1215 | 2024-07-12T02:59:11.476Z | Downloaded paste v1.0.15 |
1216 | 2024-07-12T02:59:11.476Z | Downloaded password-hash v0.5.0 |
1217 | 2024-07-12T02:59:11.476Z | Downloaded password-hash v0.4.2 |
1218 | 2024-07-12T02:59:11.476Z | Downloaded partial-io v0.5.4 |
1219 | 2024-07-12T02:59:11.500Z | Downloaded parse-size v1.0.0 |
1220 | 2024-07-12T02:59:11.500Z | Downloaded parse-display-derive v0.9.1 |
1221 | 2024-07-12T02:59:11.500Z | Downloaded parse-display v0.9.1 |
1222 | 2024-07-12T02:59:11.500Z | Downloaded parking_lot_core v0.8.6 |
1223 | 2024-07-12T02:59:11.500Z | Downloaded parking_lot v0.11.2 |
1224 | 2024-07-12T02:59:11.500Z | Downloaded packed_struct_codegen v0.10.1 |
1225 | 2024-07-12T02:59:11.500Z | Downloaded packed_struct v0.10.1 |
1226 | 2024-07-12T02:59:11.501Z | Downloaded p521 v0.13.3 |
1227 | 2024-07-12T02:59:11.501Z | Downloaded p256 v0.13.2 |
1228 | 2024-07-12T02:59:11.501Z | Downloaded owo-colors v4.0.0 |
1229 | 2024-07-12T02:59:11.501Z | Downloaded oso-derive v0.27.3 |
1230 | 2024-07-12T02:59:11.501Z | Downloaded oso v0.27.3 |
1231 | 2024-07-12T02:59:11.525Z | Downloaded option-ext v0.2.0 |
1232 | 2024-07-12T02:59:11.525Z | Downloaded opaque-debug v0.3.1 |
1233 | 2024-07-12T02:59:11.525Z | Downloaded oorandom v11.1.3 |
1234 | 2024-07-12T02:59:11.525Z | Downloaded omicron-zone-package v0.11.0 |
1235 | 2024-07-12T02:59:11.525Z | Downloaded olpc-cjson v0.1.3 |
1236 | 2024-07-12T02:59:11.525Z | Downloaded number_prefix v0.4.0 |
1237 | 2024-07-12T02:59:11.525Z | Downloaded num_enum_derive v0.5.11 |
1238 | 2024-07-12T02:59:11.525Z | Downloaded num_enum v0.5.11 |
1239 | 2024-07-12T02:59:11.525Z | Downloaded num-traits v0.2.19 |
1240 | 2024-07-12T02:59:11.525Z | Downloaded num-rational v0.4.2 |
1241 | 2024-07-12T02:59:11.525Z | Downloaded num-iter v0.1.45 |
1242 | 2024-07-12T02:59:11.526Z | Downloaded num-integer v0.1.46 |
1243 | 2024-07-12T02:59:11.550Z | Downloaded num-derive v0.4.2 |
1244 | 2024-07-12T02:59:11.550Z | Downloaded num-complex v0.4.6 |
1245 | 2024-07-12T02:59:11.550Z | Downloaded num-bigint-dig v0.8.4 |
1246 | 2024-07-12T02:59:11.550Z | Downloaded num-bigint v0.4.5 |
1247 | 2024-07-12T02:59:11.550Z | Downloaded num v0.4.3 |
1248 | 2024-07-12T02:59:11.550Z | Downloaded nu-ansi-term v0.50.0 |
1249 | 2024-07-12T02:59:11.550Z | Downloaded normalize-line-endings v0.3.0 |
1250 | 2024-07-12T02:59:11.550Z | Downloaded nom v7.1.3 |
1251 | 2024-07-12T02:59:11.575Z | Downloaded nodrop v0.1.14 |
1252 | 2024-07-12T02:59:11.575Z | Downloaded nibble_vec v0.1.0 |
1253 | 2024-07-12T02:59:11.575Z | Downloaded newtype_derive v0.1.6 |
1254 | 2024-07-12T02:59:11.575Z | Downloaded newtype-uuid v1.1.0 |
1255 | 2024-07-12T02:59:11.575Z | Downloaded newline-converter v0.3.0 |
1256 | 2024-07-12T02:59:11.575Z | Downloaded new_debug_unreachable v1.0.6 |
1257 | 2024-07-12T02:59:11.575Z | Downloaded nested v0.1.1 |
1258 | 2024-07-12T02:59:11.575Z | Downloaded nanorand v0.7.0 |
1259 | 2024-07-12T02:59:11.575Z | Downloaded multimap v0.10.0 |
1260 | 2024-07-12T02:59:11.575Z | Downloaded multer v3.1.0 |
1261 | 2024-07-12T02:59:11.575Z | Downloaded mockall_derive v0.12.1 |
1262 | 2024-07-12T02:59:11.575Z | Downloaded libloading v0.8.3 |
1263 | 2024-07-12T02:59:11.575Z | Downloaded libefi-sys v0.1.0 |
1264 | 2024-07-12T02:59:11.575Z | Downloaded lazycell v1.3.0 |
1265 | 2024-07-12T02:59:11.601Z | Downloaded lazy_static v1.5.0 |
1266 | 2024-07-12T02:59:11.601Z | Downloaded lalrpop-util v0.19.12 |
1267 | 2024-07-12T02:59:11.601Z | Downloaded kstat-rs v0.2.4 |
1268 | 2024-07-12T02:59:11.601Z | Downloaded criterion-plot v0.5.0 |
1269 | 2024-07-12T02:59:11.601Z | Downloaded atomicwrites v0.4.3 |
1270 | 2024-07-12T02:59:12.289Z | Compiling serde v1.0.204 |
1271 | 2024-07-12T02:59:12.289Z | Checking cfg-if v1.0.0 |
1272 | 2024-07-12T02:59:12.313Z | Compiling libm v0.2.8 |
1273 | 2024-07-12T02:59:12.313Z | Compiling num-traits v0.2.19 |
1274 | 2024-07-12T02:59:12.375Z | Checking libc v0.2.155 |
1275 | 2024-07-12T02:59:12.403Z | Compiling syn v2.0.68 |
1276 | 2024-07-12T02:59:12.427Z | Compiling ahash v0.8.11 |
1277 | 2024-07-12T02:59:12.427Z | Compiling getrandom v0.2.14 |
1278 | 2024-07-12T02:59:12.427Z | Compiling serde_json v1.0.120 |
1279 | 2024-07-12T02:59:12.671Z | Compiling generic-array v0.14.7 |
1280 | 2024-07-12T02:59:12.754Z | Compiling log v0.4.21 |
1281 | 2024-07-12T02:59:12.785Z | Checking scopeguard v1.2.0 |
1282 | 2024-07-12T02:59:12.822Z | Checking memchr v2.7.2 |
1283 | 2024-07-12T02:59:12.874Z | Checking itoa v1.0.11 |
1284 | 2024-07-12T02:59:12.932Z | Checking lock_api v0.4.12 |
1285 | 2024-07-12T02:59:12.976Z | Compiling syn v1.0.109 |
1286 | 2024-07-12T02:59:13.056Z | Checking byteorder v1.5.0 |
1287 | 2024-07-12T02:59:13.135Z | Compiling allocator-api2 v0.2.18 |
1288 | 2024-07-12T02:59:13.305Z | Checking smallvec v1.13.2 |
1289 | 2024-07-12T02:59:13.411Z | Compiling schemars v0.8.21 |
1290 | 2024-07-12T02:59:13.545Z | Checking rand_core v0.6.4 |
1291 | 2024-07-12T02:59:13.570Z | Compiling ring v0.17.8 |
1292 | 2024-07-12T02:59:13.645Z | Compiling time-macros v0.2.18 |
1293 | 2024-07-12T02:59:13.729Z | Checking once_cell v1.19.0 |
1294 | 2024-07-12T02:59:13.806Z | Compiling slog v2.7.0 |
1295 | 2024-07-12T02:59:13.830Z | Checking parking_lot_core v0.9.10 |
1296 | 2024-07-12T02:59:13.985Z | Compiling aho-corasick v1.1.3 |
1297 | 2024-07-12T02:59:14.127Z | Checking parking_lot v0.12.2 |
1298 | 2024-07-12T02:59:14.289Z | Compiling regex-syntax v0.8.3 |
1299 | 2024-07-12T02:59:14.782Z | Checking pin-project-lite v0.2.14 |
1300 | 2024-07-12T02:59:16.404Z | Checking signal-hook-registry v1.4.2 |
1301 | 2024-07-12T02:59:16.632Z | Compiling crossbeam-utils v0.8.19 |
1302 | 2024-07-12T02:59:16.672Z | Checking mio v0.8.11 |
1303 | 2024-07-12T02:59:17.222Z | Compiling regex-automata v0.4.6 |
1304 | 2024-07-12T02:59:17.308Z | Compiling iana-time-zone v0.1.60 |
1305 | 2024-07-12T02:59:17.503Z | Compiling spin v0.9.8 |
1306 | 2024-07-12T02:59:17.898Z | Checking num_cpus v1.16.0 |
1307 | 2024-07-12T02:59:18.005Z | Compiling rustls v0.21.12 |
1308 | 2024-07-12T02:59:18.062Z | Checking typenum v1.17.0 |
1309 | 2024-07-12T02:59:18.249Z | Compiling cookie v0.17.0 |
1310 | 2024-07-12T02:59:18.490Z | Compiling dyn-clone v1.0.17 |
1311 | 2024-07-12T02:59:18.682Z | Compiling serde_derive_internals v0.29.1 |
1312 | 2024-07-12T02:59:18.941Z | Checking futures-core v0.3.30 |
1313 | 2024-07-12T02:59:19.135Z | Checking socket2 v0.5.7 |
1314 | 2024-07-12T02:59:19.159Z | Compiling backtrace v0.3.71 |
1315 | 2024-07-12T02:59:19.184Z | Checking ryu v1.0.18 |
1316 | 2024-07-12T02:59:19.386Z | Checking subtle v2.5.0 |
1317 | 2024-07-12T02:59:19.569Z | Compiling anyhow v1.0.86 |
1318 | 2024-07-12T02:59:19.962Z | Compiling unicode-normalization v0.1.23 |
1319 | 2024-07-12T02:59:20.110Z | Checking futures-sink v0.3.30 |
1320 | 2024-07-12T02:59:20.224Z | Compiling unicode-bidi v0.3.15 |
1321 | 2024-07-12T02:59:20.248Z | Compiling untrusted v0.9.0 |
1322 | 2024-07-12T02:59:20.725Z | Compiling either v1.12.0 |
1323 | 2024-07-12T02:59:20.849Z | Checking futures-channel v0.3.30 |
1324 | 2024-07-12T02:59:21.079Z | Checking slab v0.4.9 |
1325 | 2024-07-12T02:59:21.104Z | Checking futures-io v0.3.30 |
1326 | 2024-07-12T02:59:21.162Z | Checking futures-task v0.3.30 |
1327 | 2024-07-12T02:59:21.273Z | Compiling winnow v0.5.40 |
1328 | 2024-07-12T02:59:21.309Z | Compiling const-oid v0.9.6 |
1329 | 2024-07-12T02:59:21.376Z | Checking pin-utils v0.1.0 |
1330 | 2024-07-12T02:59:21.458Z | Compiling time v0.3.36 |
1331 | 2024-07-12T02:59:22.741Z | Compiling regex v1.10.5 |
1332 | 2024-07-12T02:59:23.675Z | Compiling signal-hook v0.3.17 |
1333 | 2024-07-12T02:59:23.924Z | Compiling sct v0.7.1 |
1334 | 2024-07-12T02:59:23.948Z | Compiling rustls-webpki v0.101.7 |
1335 | 2024-07-12T02:59:23.973Z | Compiling idna v0.5.0 |
1336 | 2024-07-12T02:59:24.344Z | Compiling siphasher v0.3.11 |
1337 | 2024-07-12T02:59:24.666Z | Compiling url v2.5.0 |
1338 | 2024-07-12T02:59:24.690Z | Compiling serde_derive v1.0.204 |
1339 | 2024-07-12T02:59:24.888Z | Compiling zerocopy-derive v0.7.34 |
1340 | 2024-07-12T02:59:25.218Z | Compiling zeroize_derive v1.4.2 |
1341 | 2024-07-12T02:59:25.511Z | Compiling tokio-macros v2.3.0 |
1342 | 2024-07-12T02:59:25.599Z | Compiling thiserror-impl v1.0.60 |
1343 | 2024-07-12T02:59:25.908Z | Compiling futures-macro v0.3.30 |
1344 | 2024-07-12T02:59:26.260Z | Compiling tracing-attributes v0.1.27 |
1345 | 2024-07-12T02:59:26.564Z | Compiling schemars_derive v0.8.21 |
1346 | 2024-07-12T02:59:26.803Z | Compiling zerocopy v0.7.34 |
1347 | 2024-07-12T02:59:26.982Z | Checking zeroize v1.7.0 |
1348 | 2024-07-12T02:59:27.209Z | Compiling openssl-macros v0.1.1 |
1349 | 2024-07-12T02:59:27.592Z | Compiling async-trait v0.1.81 |
1350 | 2024-07-12T02:59:28.334Z | Compiling thiserror v1.0.60 |
1351 | 2024-07-12T02:59:28.462Z | Compiling scroll_derive v0.12.0 |
1352 | 2024-07-12T02:59:28.597Z | Compiling hashbrown v0.14.5 |
1353 | 2024-07-12T02:59:28.651Z | Compiling pest v2.7.10 |
1354 | 2024-07-12T02:59:28.901Z | Compiling der_derive v0.7.2 |
1355 | 2024-07-12T02:59:29.309Z | Checking crypto-common v0.1.6 |
1356 | 2024-07-12T02:59:29.701Z | Compiling scroll v0.12.0 |
1357 | 2024-07-12T02:59:29.760Z | Compiling futures-util v0.3.30 |
1358 | 2024-07-12T02:59:30.183Z | Compiling goblin v0.8.2 |
1359 | 2024-07-12T02:59:30.656Z | Compiling pest_meta v2.7.10 |
1360 | 2024-07-12T02:59:30.713Z | Compiling tracing v0.1.40 |
1361 | 2024-07-12T02:59:31.015Z | Compiling clap_derive v4.5.4 |
1362 | 2024-07-12T02:59:31.344Z | Compiling block-buffer v0.10.4 |
1363 | 2024-07-12T02:59:31.641Z | Compiling digest v0.10.7 |
1364 | 2024-07-12T02:59:32.036Z | Compiling pest_generator v2.7.10 |
1365 | 2024-07-12T02:59:33.589Z | Compiling zerocopy-derive v0.6.6 |
1366 | 2024-07-12T02:59:34.935Z | Compiling pest_derive v2.7.10 |
1367 | 2024-07-12T02:59:34.963Z | Compiling idna v0.3.0 |
1368 | 2024-07-12T02:59:35.384Z | Compiling psl-types v2.0.11 |
1369 | 2024-07-12T02:59:35.555Z | Compiling ppv-lite86 v0.2.17 |
1370 | 2024-07-12T02:59:35.597Z | Compiling dtrace-parser v0.2.0 |
1371 | 2024-07-12T02:59:35.810Z | Checking bytes v1.6.0 |
1372 | 2024-07-12T02:59:36.578Z | Compiling indexmap v2.2.6 |
1373 | 2024-07-12T02:59:36.656Z | Compiling semver v1.0.23 |
1374 | 2024-07-12T02:59:37.273Z | Compiling serde_tokenstream v0.2.1 |
1375 | 2024-07-12T02:59:37.467Z | Compiling chrono v0.4.38 |
1376 | 2024-07-12T02:59:37.529Z | Compiling uuid v1.9.1 |
1377 | 2024-07-12T02:59:37.555Z | Compiling bitflags v2.5.0 |
1378 | 2024-07-12T02:59:37.728Z | Checking tokio v1.38.0 |
1379 | 2024-07-12T02:59:37.754Z | Compiling http v0.2.12 |
1380 | 2024-07-12T02:59:38.702Z | Compiling rustc_version v0.4.0 |
1381 | 2024-07-12T02:59:38.829Z | Compiling serde_spanned v0.6.6 |
1382 | 2024-07-12T02:59:38.992Z | Compiling toml_datetime v0.6.6 |
1383 | 2024-07-12T02:59:39.035Z | Compiling dof v0.3.0 |
1384 | 2024-07-12T02:59:39.425Z | Compiling openapiv3 v2.0.0 |
1385 | 2024-07-12T02:59:39.806Z | Compiling usdt-impl v0.5.0 |
1386 | 2024-07-12T02:59:40.515Z | Compiling rustix v0.38.34 |
1387 | 2024-07-12T02:59:40.955Z | Compiling toml_edit v0.19.15 |
1388 | 2024-07-12T02:59:41.188Z | Compiling usdt-attr-macro v0.5.0 |
1389 | 2024-07-12T02:59:41.593Z | Compiling usdt-macro v0.5.0 |
1390 | 2024-07-12T02:59:42.515Z | Compiling http-body v0.4.6 |
1391 | 2024-07-12T02:59:42.539Z | Compiling openssl v0.10.64 |
1392 | 2024-07-12T02:59:42.815Z | Compiling heapless v0.7.17 |
1393 | 2024-07-12T02:59:42.908Z | Compiling serde_urlencoded v0.7.1 |
1394 | 2024-07-12T02:59:42.933Z | Compiling rand_chacha v0.3.1 |
1395 | 2024-07-12T02:59:42.986Z | Compiling publicsuffix v2.2.3 |
1396 | 2024-07-12T02:59:43.217Z | Compiling lazy_static v1.5.0 |
1397 | 2024-07-12T02:59:43.342Z | Compiling rand v0.8.5 |
1398 | 2024-07-12T02:59:43.639Z | Compiling cookie_store v0.20.0 |
1399 | 2024-07-12T02:59:43.675Z | Compiling crossbeam-epoch v0.9.18 |
1400 | 2024-07-12T02:59:44.158Z | Compiling webpki-roots v0.25.4 |
1401 | 2024-07-12T02:59:44.293Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
1402 | 2024-07-12T02:59:44.349Z | Compiling unicode-xid v0.2.4 |
1403 | 2024-07-12T02:59:44.499Z | Compiling tokio-util v0.7.11 |
1404 | 2024-07-12T02:59:44.720Z | Compiling tokio-rustls v0.24.1 |
1405 | 2024-07-12T02:59:44.943Z | Compiling bit-vec v0.6.3 |
1406 | 2024-07-12T02:59:44.968Z | Compiling gimli v0.28.1 |
1407 | 2024-07-12T02:59:45.106Z | Compiling enum-as-inner v0.5.1 |
1408 | 2024-07-12T02:59:45.330Z | Compiling h2 v0.3.26 |
1409 | 2024-07-12T02:59:45.398Z | Compiling phf_shared v0.10.0 |
1410 | 2024-07-12T02:59:45.702Z | Compiling object v0.32.2 |
1411 | 2024-07-12T02:59:45.805Z | Compiling fixedbitset v0.4.2 |
1412 | 2024-07-12T02:59:45.944Z | Compiling base64ct v1.6.0 |
1413 | 2024-07-12T02:59:46.188Z | Compiling minimal-lexical v0.2.1 |
1414 | 2024-07-12T02:59:46.499Z | Compiling new_debug_unreachable v1.0.6 |
1415 | 2024-07-12T02:59:46.602Z | Compiling smoltcp v0.9.1 |
1416 | 2024-07-12T02:59:46.664Z | Compiling precomputed-hash v0.1.1 |
1417 | 2024-07-12T02:59:46.786Z | Compiling rustc-demangle v0.1.24 |
1418 | 2024-07-12T02:59:47.280Z | Compiling toml_edit v0.22.14 |
1419 | 2024-07-12T02:59:47.671Z | Compiling native-tls v0.2.11 |
1420 | 2024-07-12T02:59:47.744Z | Compiling string_cache v0.8.7 |
1421 | 2024-07-12T02:59:48.204Z | Compiling tokio-native-tls v0.3.1 |
1422 | 2024-07-12T02:59:48.270Z | Compiling nom v7.1.3 |
1423 | 2024-07-12T02:59:48.467Z | Compiling addr2line v0.21.0 |
1424 | 2024-07-12T02:59:49.060Z | Compiling pem-rfc7468 v0.7.0 |
1425 | 2024-07-12T02:59:49.122Z | Compiling petgraph v0.6.5 |
1426 | 2024-07-12T02:59:49.726Z | Compiling bit-set v0.5.3 |
1427 | 2024-07-12T02:59:49.761Z | Compiling futures-executor v0.3.30 |
1428 | 2024-07-12T02:59:49.959Z | Compiling hmac v0.12.1 |
1429 | 2024-07-12T02:59:50.169Z | Compiling hubpack_derive v0.1.1 |
1430 | 2024-07-12T02:59:50.277Z | Compiling itertools v0.10.5 |
1431 | 2024-07-12T02:59:50.739Z | Compiling diesel_table_macro_syntax v0.1.0 |
1432 | 2024-07-12T02:59:50.937Z | Compiling hyper v0.14.28 |
1433 | 2024-07-12T02:59:51.266Z | Compiling num-integer v0.1.46 |
1434 | 2024-07-12T02:59:51.664Z | Compiling fs-err v2.11.0 |
1435 | 2024-07-12T02:59:51.898Z | Compiling unicode-segmentation v1.11.0 |
1436 | 2024-07-12T02:59:51.927Z | Compiling flagset v0.4.5 |
1437 | 2024-07-12T02:59:52.112Z | Compiling lalrpop-util v0.19.12 |
1438 | 2024-07-12T02:59:52.383Z | Checking fnv v1.0.7 |
1439 | 2024-07-12T02:59:52.418Z | Compiling der v0.7.9 |
1440 | 2024-07-12T02:59:52.606Z | Compiling diesel_derives v2.1.4 |
1441 | 2024-07-12T02:59:52.638Z | Compiling futures v0.3.30 |
1442 | 2024-07-12T02:59:52.745Z | Compiling hex v0.4.3 |
1443 | 2024-07-12T02:59:53.248Z | Compiling itertools v0.12.1 |
1444 | 2024-07-12T02:59:53.343Z | Compiling finl_unicode v1.2.0 |
1445 | 2024-07-12T02:59:53.973Z | Compiling stringprep v0.1.4 |
1446 | 2024-07-12T02:59:54.052Z | Compiling sha2 v0.10.8 |
1447 | 2024-07-12T02:59:54.408Z | Compiling spki v0.7.3 |
1448 | 2024-07-12T02:59:54.736Z | Compiling toml v0.7.8 |
1449 | 2024-07-12T02:59:54.982Z | Compiling md-5 v0.10.6 |
1450 | 2024-07-12T02:59:55.173Z | Compiling strum_macros v0.25.3 |
1451 | 2024-07-12T02:59:55.210Z | Compiling serde_repr v0.1.19 |
1452 | 2024-07-12T02:59:55.685Z | Compiling hash32 v0.2.1 |
1453 | 2024-07-12T02:59:55.894Z | Compiling fallible-iterator v0.2.0 |
1454 | 2024-07-12T02:59:56.022Z | Compiling stable_deref_trait v1.2.0 |
1455 | 2024-07-12T02:59:56.121Z | Checking tinyvec_macros v0.1.1 |
1456 | 2024-07-12T02:59:56.228Z | Checking tinyvec v1.6.0 |
1457 | 2024-07-12T02:59:56.252Z | Compiling pkcs8 v0.10.2 |
1458 | 2024-07-12T02:59:56.467Z | Compiling hyper-tls v0.5.0 |
1459 | 2024-07-12T02:59:56.550Z | Compiling hyper-rustls v0.24.2 |
1460 | 2024-07-12T02:59:56.754Z | Compiling postgres-protocol v0.6.6 |
1461 | 2024-07-12T02:59:56.778Z | Compiling terminal_size v0.3.0 |
1462 | 2024-07-12T02:59:56.852Z | Compiling reqwest v0.11.27 |
1463 | 2024-07-12T02:59:56.972Z | Compiling ipnetwork v0.20.0 |
1464 | 2024-07-12T02:59:57.174Z | Compiling block-padding v0.3.3 |
1465 | 2024-07-12T02:59:57.274Z | Compiling phf_shared v0.11.2 |
1466 | 2024-07-12T02:59:57.612Z | Compiling ff v0.13.0 |
1467 | 2024-07-12T02:59:57.737Z | Compiling scheduled-thread-pool v0.2.7 |
1468 | 2024-07-12T02:59:57.909Z | Compiling matches v0.1.10 |
1469 | 2024-07-12T02:59:57.999Z | Compiling base16ct v0.2.0 |
1470 | 2024-07-12T02:59:58.255Z | Compiling regex-automata v0.1.10 |
1471 | 2024-07-12T02:59:58.283Z | Checking equivalent v1.0.1 |
1472 | 2024-07-12T02:59:58.307Z | Compiling managed v0.8.0 |
1473 | 2024-07-12T02:59:58.380Z | Compiling bitflags v1.3.2 |
1474 | 2024-07-12T02:59:58.404Z | Compiling peg-runtime v0.8.3 |
1475 | 2024-07-12T02:59:58.486Z | Compiling clap_builder v4.5.2 |
1476 | 2024-07-12T02:59:58.681Z | Compiling bstr v0.2.17 |
1477 | 2024-07-12T02:59:58.989Z | Compiling sec1 v0.7.3 |
1478 | 2024-07-12T02:59:59.104Z | Compiling idna v0.2.3 |
1479 | 2024-07-12T02:59:59.487Z | Compiling r2d2 v0.8.10 |
1480 | 2024-07-12T02:59:59.752Z | Compiling usdt v0.5.0 |
1481 | 2024-07-12T02:59:59.804Z | Compiling group v0.13.0 |
1482 | 2024-07-12T02:59:59.909Z | Compiling signal-hook-mio v0.2.3 |
1483 | 2024-07-12T03:00:00.045Z | Compiling phf v0.11.2 |
1484 | 2024-07-12T03:00:00.085Z | Compiling postgres-types v0.2.6 |
1485 | 2024-07-12T03:00:00.188Z | Compiling inout v0.1.3 |
1486 | 2024-07-12T03:00:00.302Z | Compiling num-iter v0.1.45 |
1487 | 2024-07-12T03:00:00.358Z | Compiling num-bigint v0.4.5 |
1488 | 2024-07-12T03:00:00.389Z | Compiling hubpack v0.1.2 |
1489 | 2024-07-12T03:00:00.429Z | Compiling hkdf v0.12.4 |
1490 | 2024-07-12T03:00:00.783Z | Compiling zerocopy v0.6.6 |
1491 | 2024-07-12T03:00:00.858Z | Compiling crypto-bigint v0.5.5 |
1492 | 2024-07-12T03:00:01.211Z | Compiling float-cmp v0.9.0 |
1493 | 2024-07-12T03:00:01.369Z | Compiling normalize-line-endings v0.3.0 |
1494 | 2024-07-12T03:00:01.401Z | Compiling difflib v0.4.0 |
1495 | 2024-07-12T03:00:01.464Z | Compiling whoami v1.5.1 |
1496 | 2024-07-12T03:00:01.489Z | Compiling static_assertions v1.1.0 |
1497 | 2024-07-12T03:00:01.586Z | Compiling predicates-core v1.0.6 |
1498 | 2024-07-12T03:00:01.901Z | Checking cpufeatures v0.2.12 |
1499 | 2024-07-12T03:00:01.994Z | Compiling data-encoding v2.6.0 |
1500 | 2024-07-12T03:00:02.018Z | Compiling predicates v3.1.0 |
1501 | 2024-07-12T03:00:02.691Z | Compiling diesel v2.1.6 |
1502 | 2024-07-12T03:00:02.767Z | Compiling trust-dns-proto v0.22.0 |
1503 | 2024-07-12T03:00:03.453Z | Compiling elliptic-curve v0.13.8 |
1504 | 2024-07-12T03:00:03.936Z | Compiling yasna v0.5.2 |
1505 | 2024-07-12T03:00:04.122Z | Compiling tokio-postgres v0.7.10 |
1506 | 2024-07-12T03:00:05.520Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=c85a4ca043aaa389df12aac5348d8a3feda28762#c85a4ca0) |
1507 | 2024-07-12T03:00:05.596Z | Compiling clap v4.5.4 |
1508 | 2024-07-12T03:00:05.723Z | Compiling cipher v0.4.4 |
1509 | 2024-07-12T03:00:06.177Z | Compiling crossterm v0.27.0 |
1510 | 2024-07-12T03:00:06.338Z | Compiling similar v2.5.0 |
1511 | 2024-07-12T03:00:08.838Z | Compiling tokio-stream v0.1.15 |
1512 | 2024-07-12T03:00:08.907Z | Compiling console v0.15.8 |
1513 | 2024-07-12T03:00:09.150Z | Compiling bstr v1.9.1 |
1514 | 2024-07-12T03:00:09.715Z | Checking tracing-core v0.1.32 |
1515 | 2024-07-12T03:00:09.776Z | Checking percent-encoding v2.3.1 |
1516 | 2024-07-12T03:00:10.177Z | Checking form_urlencoded v1.2.1 |
1517 | 2024-07-12T03:00:10.356Z | Checking powerfmt v0.2.0 |
1518 | 2024-07-12T03:00:10.618Z | Checking deranged v0.3.11 |
1519 | 2024-07-12T03:00:10.654Z | Checking num_threads v0.1.7 |
1520 | 2024-07-12T03:00:10.678Z | Checking unicode-ident v1.0.12 |
1521 | 2024-07-12T03:00:10.725Z | Checking num-conv v0.1.0 |
1522 | 2024-07-12T03:00:10.771Z | Checking time-core v0.1.2 |
1523 | 2024-07-12T03:00:10.827Z | Checking httparse v1.8.0 |
1524 | 2024-07-12T03:00:10.908Z | Checking unicode-width v0.1.13 |
1525 | 2024-07-12T03:00:11.169Z | Checking errno v0.3.9 |
1526 | 2024-07-12T03:00:11.456Z | Checking proc-macro2 v1.0.86 |
1527 | 2024-07-12T03:00:12.030Z | Checking quote v1.0.36 |
1528 | 2024-07-12T03:00:12.165Z | Checking adler v1.0.2 |
1529 | 2024-07-12T03:00:12.190Z | Checking base64 v0.21.7 |
1530 | 2024-07-12T03:00:12.310Z | Checking miniz_oxide v0.7.2 |
1531 | 2024-07-12T03:00:12.598Z | Checking try-lock v0.2.5 |
1532 | 2024-07-12T03:00:12.715Z | Checking want v0.3.1 |
1533 | 2024-07-12T03:00:12.927Z | Checking tower-service v0.3.2 |
1534 | 2024-07-12T03:00:13.300Z | Checking httpdate v1.0.3 |
1535 | 2024-07-12T03:00:13.608Z | Checking openssl-probe v0.1.5 |
1536 | 2024-07-12T03:00:13.634Z | Checking foreign-types-shared v0.1.1 |
1537 | 2024-07-12T03:00:13.739Z | Checking openssl-sys v0.9.102 |
1538 | 2024-07-12T03:00:13.763Z | Checking foreign-types v0.3.2 |
1539 | 2024-07-12T03:00:13.933Z | Checking ipnet v2.9.0 |
1540 | 2024-07-12T03:00:14.059Z | Checking mime v0.3.17 |
1541 | 2024-07-12T03:00:14.325Z | Checking utf8parse v0.2.1 |
1542 | 2024-07-12T03:00:17.933Z | Checking encoding_rs v0.8.34 |
1543 | 2024-07-12T03:00:18.152Z | Checking anstyle v1.0.7 |
1544 | 2024-07-12T03:00:19.565Z | Checking rustls-pemfile v1.0.4 |
1545 | 2024-07-12T03:00:19.738Z | Checking sync_wrapper v0.1.2 |
1546 | 2024-07-12T03:00:19.792Z | Checking plain v0.2.3 |
1547 | 2024-07-12T03:00:19.860Z | Checking ucd-trie v0.1.6 |
1548 | 2024-07-12T03:00:19.905Z | Checking anstyle-parse v0.2.4 |
1549 | 2024-07-12T03:00:20.119Z | Checking anstyle-query v1.0.3 |
1550 | 2024-07-12T03:00:20.143Z | Checking colorchoice v1.0.1 |
1551 | 2024-07-12T03:00:20.167Z | Checking is_terminal_polyfill v1.70.0 |
1552 | 2024-07-12T03:00:20.191Z | Checking pretty-hex v0.4.1 |
1553 | 2024-07-12T03:00:20.289Z | Checking anstream v0.6.14 |
1554 | 2024-07-12T03:00:20.349Z | Checking thread-id v4.2.1 |
1555 | 2024-07-12T03:00:20.394Z | Checking clap_lex v0.7.0 |
1556 | 2024-07-12T03:00:20.450Z | Checking strsim v0.11.1 |
1557 | 2024-07-12T03:00:20.713Z | Checking memmap v0.7.0 |
1558 | 2024-07-12T03:00:20.901Z | Checking crc32fast v1.4.0 |
1559 | 2024-07-12T03:00:21.973Z | Checking flate2 v1.0.30 |
1560 | 2024-07-12T03:00:23.200Z | Checking winnow v0.6.8 |
1561 | 2024-07-12T03:00:30.278Z | Compiling regress v0.9.1 |
1562 | 2024-07-12T03:00:30.426Z | Compiling getopts v0.2.21 |
1563 | 2024-07-12T03:00:31.171Z | Compiling unsafe-libyaml v0.2.11 |
1564 | 2024-07-12T03:00:31.330Z | Checking heck v0.5.0 |
1565 | 2024-07-12T03:00:31.527Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1566 | 2024-07-12T03:00:31.900Z | Checking progenitor-client v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
1567 | 2024-07-12T03:00:32.158Z | Compiling serde_yaml v0.9.34+deprecated |
1568 | 2024-07-12T03:00:32.446Z | Compiling paste v1.0.15 |
1569 | 2024-07-12T03:00:32.646Z | Checking camino v1.1.7 |
1570 | 2024-07-12T03:00:32.695Z | Checking is-terminal v0.4.12 |
1571 | 2024-07-12T03:00:32.809Z | Compiling strum_macros v0.26.4 |
1572 | 2024-07-12T03:00:32.938Z | Compiling typify-impl v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6) |
1573 | 2024-07-12T03:00:33.926Z | Compiling ident_case v1.0.1 |
1574 | 2024-07-12T03:00:34.088Z | Checking base64 v0.22.1 |
1575 | 2024-07-12T03:00:34.117Z | Compiling darling_core v0.20.9 |
1576 | 2024-07-12T03:00:34.225Z | Checking sha1 v0.10.6 |
1577 | 2024-07-12T03:00:34.452Z | Compiling rustls v0.22.4 |
1578 | 2024-07-12T03:00:34.501Z | Checking http v1.1.0 |
1579 | 2024-07-12T03:00:34.700Z | Checking match_cfg v0.1.0 |
1580 | 2024-07-12T03:00:34.788Z | Checking hostname v0.3.1 |
1581 | 2024-07-12T03:00:34.903Z | Checking dirs-sys-next v0.1.2 |
1582 | 2024-07-12T03:00:35.050Z | Compiling multer v3.1.0 |
1583 | 2024-07-12T03:00:35.331Z | Checking dirs-next v2.0.0 |
1584 | 2024-07-12T03:00:35.447Z | Checking crossbeam-channel v0.5.12 |
1585 | 2024-07-12T03:00:35.669Z | Compiling async-stream-impl v0.3.5 |
1586 | 2024-07-12T03:00:35.736Z | Checking thread_local v1.1.8 |
1587 | 2024-07-12T03:00:35.985Z | Checking rustls-pki-types v1.7.0 |
1588 | 2024-07-12T03:00:36.095Z | Checking term v0.7.0 |
1589 | 2024-07-12T03:00:36.119Z | Compiling dropshot v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#9fef3961) |
1590 | 2024-07-12T03:00:36.348Z | Checking take_mut v0.2.2 |
1591 | 2024-07-12T03:00:36.434Z | Checking toml v0.8.14 |
1592 | 2024-07-12T03:00:36.458Z | Checking slog-term v2.9.1 |
1593 | 2024-07-12T03:00:36.482Z | Checking slog-async v2.8.0 |
1594 | 2024-07-12T03:00:36.744Z | Compiling dropshot_endpoint v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#9fef3961) |
1595 | 2024-07-12T03:00:36.813Z | Checking rustls-webpki v0.102.4 |
1596 | 2024-07-12T03:00:36.875Z | Checking slog-json v2.6.1 |
1597 | 2024-07-12T03:00:37.051Z | Checking instant v0.1.12 |
1598 | 2024-07-12T03:00:37.108Z | Checking slog-bunyan v2.5.0 |
1599 | 2024-07-12T03:00:37.161Z | Checking rustls-pemfile v2.1.2 |
1600 | 2024-07-12T03:00:37.185Z | Checking strum v0.26.2 |
1601 | 2024-07-12T03:00:37.259Z | Checking debug-ignore v1.0.5 |
1602 | 2024-07-12T03:00:37.326Z | Checking fastrand v2.1.0 |
1603 | 2024-07-12T03:00:37.375Z | Checking atomic-waker v1.1.2 |
1604 | 2024-07-12T03:00:37.399Z | Checking quick-error v1.2.3 |
1605 | 2024-07-12T03:00:37.499Z | Checking waitgroup v0.1.2 |
1606 | 2024-07-12T03:00:37.527Z | Checking async-stream v0.3.5 |
1607 | 2024-07-12T03:00:37.602Z | Checking tempfile v3.10.1 |
1608 | 2024-07-12T03:00:37.701Z | Checking serde_path_to_error v0.1.16 |
1609 | 2024-07-12T03:00:37.912Z | Compiling structmeta-derive v0.3.0 |
1610 | 2024-07-12T03:00:37.969Z | Checking hostname v0.4.0 |
1611 | 2024-07-12T03:00:38.094Z | Checking newtype-uuid v1.1.0 |
1612 | 2024-07-12T03:00:38.228Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
1613 | 2024-07-12T03:00:38.298Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
1614 | 2024-07-12T03:00:38.822Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
1615 | 2024-07-12T03:00:38.918Z | Checking macaddr v1.0.1 |
1616 | 2024-07-12T03:00:39.055Z | Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
1617 | 2024-07-12T03:00:39.188Z | Checking backoff v0.4.0 |
1618 | 2024-07-12T03:00:39.213Z | Checking oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#2612d220) |
1619 | 2024-07-12T03:00:39.439Z | Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
1620 | 2024-07-12T03:00:39.500Z | Checking wait-timeout v0.2.0 |
1621 | 2024-07-12T03:00:39.568Z | Compiling structmeta-derive v0.2.0 |
1622 | 2024-07-12T03:00:39.656Z | Checking rusty-fork v0.3.0 |
1623 | 2024-07-12T03:00:39.905Z | Checking rand_xorshift v0.3.0 |
1624 | 2024-07-12T03:00:39.982Z | Checking unarray v0.1.4 |
1625 | 2024-07-12T03:00:40.065Z | Compiling proc-macro-error v1.0.4 |
1626 | 2024-07-12T03:00:40.102Z | Compiling darling_macro v0.20.9 |
1627 | 2024-07-12T03:00:40.126Z | Checking proptest v1.4.0 |
1628 | 2024-07-12T03:00:40.349Z | Compiling structmeta v0.3.0 |
1629 | 2024-07-12T03:00:40.427Z | Checking tokio-rustls v0.25.0 |
1630 | 2024-07-12T03:00:40.743Z | Checking camino-tempfile v1.1.1 |
1631 | 2024-07-12T03:00:40.787Z | Compiling parse-display-derive v0.9.1 |
1632 | 2024-07-12T03:00:40.969Z | Compiling darling v0.20.9 |
1633 | 2024-07-12T03:00:40.994Z | Compiling proc-macro-crate v1.3.1 |
1634 | 2024-07-12T03:00:41.080Z | Compiling serde_with_macros v3.8.3 |
1635 | 2024-07-12T03:00:41.924Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1636 | 2024-07-12T03:00:42.042Z | Compiling structmeta v0.2.0 |
1637 | 2024-07-12T03:00:42.224Z | Compiling num_enum_derive v0.5.11 |
1638 | 2024-07-12T03:00:42.421Z | Compiling test-strategy v0.3.1 |
1639 | 2024-07-12T03:00:43.567Z | Checking serde_with v3.8.3 |
1640 | 2024-07-12T03:00:43.927Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1641 | 2024-07-12T03:00:43.963Z | Compiling foreign-types-macros v0.2.3 |
1642 | 2024-07-12T03:00:44.206Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
1643 | 2024-07-12T03:00:44.427Z | Checking foreign-types-shared v0.3.1 |
1644 | 2024-07-12T03:00:44.465Z | Checking num_enum v0.5.11 |
1645 | 2024-07-12T03:00:44.692Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
1646 | 2024-07-12T03:00:44.757Z | Checking cstr-argument v0.1.2 |
1647 | 2024-07-12T03:00:44.781Z | Checking parse-display v0.9.1 |
1648 | 2024-07-12T03:00:44.917Z | Checking pretty-hex v0.2.1 |
1649 | 2024-07-12T03:00:44.991Z | Checking tabwriter v1.4.0 |
1650 | 2024-07-12T03:00:45.019Z | Checking foreign-types v0.5.0 |
1651 | 2024-07-12T03:00:45.071Z | Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1652 | 2024-07-12T03:00:45.125Z | Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1653 | 2024-07-12T03:00:45.199Z | Checking colored v2.1.0 |
1654 | 2024-07-12T03:00:45.309Z | Checking socket2 v0.4.10 |
1655 | 2024-07-12T03:00:45.392Z | Checking smf v0.2.3 |
1656 | 2024-07-12T03:00:45.463Z | Checking humantime v2.1.0 |
1657 | 2024-07-12T03:00:45.527Z | Checking termcolor v1.4.1 |
1658 | 2024-07-12T03:00:45.711Z | Checking newline-converter v0.3.0 |
1659 | 2024-07-12T03:00:45.740Z | Checking arc-swap v1.7.1 |
1660 | 2024-07-12T03:00:45.793Z | Checking xattr v1.3.1 |
1661 | 2024-07-12T03:00:45.864Z | Checking expectorate v1.1.0 |
1662 | 2024-07-12T03:00:45.888Z | Checking filetime v0.2.23 |
1663 | 2024-07-12T03:00:45.975Z | Checking same-file v1.0.6 |
1664 | 2024-07-12T03:00:46.000Z | Checking utf-8 v0.7.6 |
1665 | 2024-07-12T03:00:46.025Z | Compiling derive-where v1.2.7 |
1666 | 2024-07-12T03:00:46.085Z | Checking tar v0.4.40 |
1667 | 2024-07-12T03:00:46.130Z | Checking slog-scope v4.4.0 |
1668 | 2024-07-12T03:00:46.154Z | Checking walkdir v2.5.0 |
1669 | 2024-07-12T03:00:46.198Z | Checking termtree v0.4.1 |
1670 | 2024-07-12T03:00:46.312Z | Checking slog-stdlog v4.1.1 |
1671 | 2024-07-12T03:00:46.371Z | Compiling heapless v0.8.0 |
1672 | 2024-07-12T03:00:46.400Z | Checking predicates-tree v1.0.9 |
1673 | 2024-07-12T03:00:46.424Z | Checking hash32 v0.3.1 |
1674 | 2024-07-12T03:00:46.474Z | Checking slog-envlogger v2.2.0 |
1675 | 2024-07-12T03:00:46.539Z | Compiling smoltcp v0.11.0 |
1676 | 2024-07-12T03:00:46.598Z | Compiling crucible-workspace-hack v0.1.0 |
1677 | 2024-07-12T03:00:46.679Z | Checking embedded-io v0.4.0 |
1678 | 2024-07-12T03:00:46.734Z | Checking cobs v0.2.3 |
1679 | 2024-07-12T03:00:46.858Z | Checking sigpipe v0.1.3 |
1680 | 2024-07-12T03:00:46.900Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=915975f6d1729db95619f752148974016912412f#915975f6) |
1681 | 2024-07-12T03:00:46.924Z | Checking postcard v1.0.8 |
1682 | 2024-07-12T03:00:46.982Z | Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=915975f6d1729db95619f752148974016912412f#915975f6) |
1683 | 2024-07-12T03:00:47.236Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=915975f6d1729db95619f752148974016912412f#915975f6) |
1684 | 2024-07-12T03:00:47.260Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#4ceaf96e) |
1685 | 2024-07-12T03:00:47.260Z | Checking pem v3.0.4 |
1686 | 2024-07-12T03:00:47.512Z | Checking poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
1687 | 2024-07-12T03:00:47.553Z | Checking tungstenite v0.20.1 |
1688 | 2024-07-12T03:00:47.715Z | Compiling zone_cfg_derive v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56) |
1689 | 2024-07-12T03:00:47.952Z | Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=5ebf9626e0ad274eb515d206d102cb09d2d51f15#5ebf9626) |
1690 | 2024-07-12T03:00:48.249Z | Compiling mockall_derive v0.12.1 |
1691 | 2024-07-12T03:00:48.309Z | Compiling num-derive v0.4.2 |
1692 | 2024-07-12T03:00:48.519Z | Compiling typify-macro v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6) |
1693 | 2024-07-12T03:00:48.947Z | Checking atty v0.2.14 |
1694 | 2024-07-12T03:00:48.971Z | Checking fragile v2.0.0 |
1695 | 2024-07-12T03:00:48.996Z | Checking downcast v0.11.0 |
1696 | 2024-07-12T03:00:49.063Z | Checking zone v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56) |
1697 | 2024-07-12T03:00:49.174Z | Checking tokio-tungstenite v0.20.1 |
1698 | 2024-07-12T03:00:49.216Z | Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=5ebf9626e0ad274eb515d206d102cb09d2d51f15#5ebf9626) |
1699 | 2024-07-12T03:00:49.425Z | Checking tungstenite v0.21.0 |
1700 | 2024-07-12T03:00:49.570Z | Compiling convert_case v0.4.0 |
1701 | 2024-07-12T03:00:49.711Z | Checking env_logger v0.9.3 |
1702 | 2024-07-12T03:00:50.125Z | Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1703 | 2024-07-12T03:00:50.186Z | Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=e10f8793f8414fdb9a165219f17e45fa014d088b#e10f8793) |
1704 | 2024-07-12T03:00:50.216Z | Checking tokio-tungstenite v0.21.0 |
1705 | 2024-07-12T03:00:50.347Z | Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=915975f6d1729db95619f752148974016912412f#915975f6) |
1706 | 2024-07-12T03:00:50.437Z | Compiling bitstruct_derive v0.1.0 |
1707 | 2024-07-12T03:00:50.461Z | Compiling derive_more v0.99.18 |
1708 | 2024-07-12T03:00:50.585Z | Checking viona_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1709 | 2024-07-12T03:00:50.677Z | Checking ascii v1.1.0 |
1710 | 2024-07-12T03:00:50.781Z | Checking viona_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1711 | 2024-07-12T03:00:50.926Z | Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1712 | 2024-07-12T03:00:51.034Z | Checking rfb v0.1.0 (https://github.com/oxidecomputer/rfb?rev=0cac8d9c25eb27acfa35df80f3b9d371de98ab3b#0cac8d9c) |
1713 | 2024-07-12T03:00:51.144Z | Checking atomicwrites v0.4.3 |
1714 | 2024-07-12T03:00:51.312Z | Checking dladm v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1715 | 2024-07-12T03:00:51.567Z | Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1716 | 2024-07-12T03:00:51.591Z | Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=915975f6d1729db95619f752148974016912412f#915975f6) |
1717 | 2024-07-12T03:00:51.674Z | Checking bitstruct v0.1.1 |
1718 | 2024-07-12T03:00:51.779Z | Checking serde_arrays v0.1.0 |
1719 | 2024-07-12T03:00:51.803Z | Checking erased-serde v0.3.31 |
1720 | 2024-07-12T03:00:51.827Z | Compiling heck v0.3.3 |
1721 | 2024-07-12T03:00:51.932Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#4ceaf96e) |
1722 | 2024-07-12T03:00:52.193Z | Checking password-hash v0.5.0 |
1723 | 2024-07-12T03:00:52.219Z | Compiling zone_cfg_derive v0.1.2 |
1724 | 2024-07-12T03:00:52.375Z | Compiling typify v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6) |
1725 | 2024-07-12T03:00:52.508Z | Compiling progenitor-impl v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
1726 | 2024-07-12T03:00:52.722Z | Checking propolis v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1727 | 2024-07-12T03:00:53.016Z | Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=915975f6d1729db95619f752148974016912412f#915975f6) |
1728 | 2024-07-12T03:00:53.263Z | Checking headers-core v0.2.0 |
1729 | 2024-07-12T03:00:53.397Z | Checking blake2 v0.10.6 |
1730 | 2024-07-12T03:00:53.437Z | Checking base64 v0.13.1 |
1731 | 2024-07-12T03:00:53.777Z | Checking argon2 v0.5.3 |
1732 | 2024-07-12T03:00:53.804Z | Checking ron v0.7.1 |
1733 | 2024-07-12T03:00:53.832Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
1734 | 2024-07-12T03:00:54.100Z | Checking zone v0.1.8 |
1735 | 2024-07-12T03:00:54.136Z | Checking headers v0.3.9 |
1736 | 2024-07-12T03:00:54.659Z | Checking portpicker v0.1.1 |
1737 | 2024-07-12T03:00:54.701Z | Checking mockall v0.12.1 |
1738 | 2024-07-12T03:00:54.770Z | Checking rcgen v0.12.1 |
1739 | 2024-07-12T03:00:54.795Z | Checking subprocess v0.2.9 |
1740 | 2024-07-12T03:00:54.915Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
1741 | 2024-07-12T03:00:55.046Z | Checking linked-hash-map v0.5.6 |
1742 | 2024-07-12T03:00:55.228Z | Compiling prettyplease v0.2.20 |
1743 | 2024-07-12T03:00:55.254Z | Checking swrite v0.1.0 |
1744 | 2024-07-12T03:00:55.322Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
1745 | 2024-07-12T03:00:55.348Z | Checking lru-cache v0.1.2 |
1746 | 2024-07-12T03:00:55.372Z | Compiling semver v0.1.20 |
1747 | 2024-07-12T03:00:55.776Z | Compiling rustc_version v0.1.7 |
1748 | 2024-07-12T03:00:55.993Z | Compiling rayon-core v1.12.1 |
1749 | 2024-07-12T03:00:56.017Z | Checking resolv-conf v0.7.0 |
1750 | 2024-07-12T03:00:56.208Z | Compiling newtype_derive v0.1.6 |
1751 | 2024-07-12T03:00:56.259Z | Checking half v2.4.1 |
1752 | 2024-07-12T03:00:56.313Z | Checking trust-dns-resolver v0.22.0 |
1753 | 2024-07-12T03:00:56.397Z | Checking ciborium-io v0.2.2 |
1754 | 2024-07-12T03:00:56.498Z | Compiling cancel-safe-futures v0.1.5 |
1755 | 2024-07-12T03:00:56.623Z | Checking steno v0.4.1 |
1756 | 2024-07-12T03:00:56.662Z | Checking ciborium-ll v0.2.2 |
1757 | 2024-07-12T03:00:56.918Z | Checking ciborium v0.2.2 |
1758 | 2024-07-12T03:00:57.516Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
1759 | 2024-07-12T03:00:57.562Z | Checking owo-colors v4.0.0 |
1760 | 2024-07-12T03:00:58.446Z | Checking num-rational v0.4.2 |
1761 | 2024-07-12T03:00:58.470Z | Checking num-complex v0.4.6 |
1762 | 2024-07-12T03:00:58.495Z | Compiling slog-dtrace v0.3.0 |
1763 | 2024-07-12T03:00:58.824Z | Checking signature v2.2.0 |
1764 | 2024-07-12T03:00:58.940Z | Checking float-ord v0.3.2 |
1765 | 2024-07-12T03:00:59.217Z | Checking num v0.4.3 |
1766 | 2024-07-12T03:00:59.258Z | Compiling progenitor-macro v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
1767 | 2024-07-12T03:01:00.005Z | Checking cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1768 | 2024-07-12T03:01:00.271Z | Checking propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1769 | 2024-07-12T03:01:00.727Z | Checking libsw v3.3.1 |
1770 | 2024-07-12T03:01:01.252Z | Checking linear-map v1.2.0 |
1771 | 2024-07-12T03:01:01.977Z | Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
1772 | 2024-07-12T03:01:02.303Z | Checking nibble_vec v0.1.0 |
1773 | 2024-07-12T03:01:02.331Z | Checking endian-type v0.1.2 |
1774 | 2024-07-12T03:01:02.471Z | Checking fxhash v0.2.1 |
1775 | 2024-07-12T03:01:02.526Z | Checking radix_trie v0.2.1 |
1776 | 2024-07-12T03:01:02.691Z | Checking display-error-chain v0.2.0 |
1777 | 2024-07-12T03:01:02.736Z | Compiling home v0.5.9 |
1778 | 2024-07-12T03:01:02.877Z | Compiling radium v0.7.0 |
1779 | 2024-07-12T03:01:02.984Z | Checking tap v1.0.1 |
1780 | 2024-07-12T03:01:03.177Z | Compiling maybe-uninit v2.0.0 |
1781 | 2024-07-12T03:01:03.242Z | Checking wyz v0.5.1 |
1782 | 2024-07-12T03:01:03.572Z | Compiling bzip2-sys v0.1.11+1.0.8 |
1783 | 2024-07-12T03:01:03.642Z | Checking crc-catalog v2.4.0 |
1784 | 2024-07-12T03:01:03.673Z | Compiling num-bigint-dig v0.8.4 |
1785 | 2024-07-12T03:01:03.778Z | Compiling packed_struct v0.10.1 |
1786 | 2024-07-12T03:01:03.922Z | Checking funty v2.0.0 |
1787 | 2024-07-12T03:01:04.194Z | Checking crc v3.2.1 |
1788 | 2024-07-12T03:01:04.583Z | Compiling packed_struct_codegen v0.10.1 |
1789 | 2024-07-12T03:01:04.656Z | Compiling indexmap v1.9.3 |
1790 | 2024-07-12T03:01:04.689Z | Checking bitvec v1.0.1 |
1791 | 2024-07-12T03:01:04.776Z | Checking nodrop v0.1.14 |
1792 | 2024-07-12T03:01:04.885Z | Checking array-init v0.0.4 |
1793 | 2024-07-12T03:01:04.939Z | Checking smallvec v0.6.14 |
1794 | 2024-07-12T03:01:05.509Z | Checking pkcs1 v0.7.5 |
1795 | 2024-07-12T03:01:05.728Z | Compiling ring v0.16.20 |
1796 | 2024-07-12T03:01:05.906Z | Compiling blake3 v1.5.1 |
1797 | 2024-07-12T03:01:06.405Z | Checking bitfield v0.14.0 |
1798 | 2024-07-12T03:01:06.618Z | Checking hashbrown v0.12.3 |
1799 | 2024-07-12T03:01:07.158Z | Checking rsa v0.9.6 |
1800 | 2024-07-12T03:01:07.407Z | Checking serde-hex v0.1.0 |
1801 | 2024-07-12T03:01:07.943Z | Checking bzip2 v0.4.4 |
1802 | 2024-07-12T03:01:08.004Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
1803 | 2024-07-12T03:01:08.101Z | Checking env_logger v0.10.2 |
1804 | 2024-07-12T03:01:08.204Z | Checking x509-cert v0.2.5 |
1805 | 2024-07-12T03:01:08.231Z | Checking ron v0.8.1 |
1806 | 2024-07-12T03:01:08.460Z | Checking hashbrown v0.13.2 |
1807 | 2024-07-12T03:01:08.856Z | Checking crc-any v2.5.0 |
1808 | 2024-07-12T03:01:09.148Z | Checking zip v0.6.6 |
1809 | 2024-07-12T03:01:09.264Z | Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
1810 | 2024-07-12T03:01:09.301Z | Checking object v0.30.4 |
1811 | 2024-07-12T03:01:09.475Z | Checking path-slash v0.1.5 |
1812 | 2024-07-12T03:01:09.499Z | Compiling async-recursion v1.1.1 |
1813 | 2024-07-12T03:01:09.604Z | Checking gethostname v0.4.3 |
1814 | 2024-07-12T03:01:09.730Z | Compiling parking_lot_core v0.8.6 |
1815 | 2024-07-12T03:01:09.756Z | Compiling libefi-sys v0.1.0 |
1816 | 2024-07-12T03:01:09.865Z | Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
1817 | 2024-07-12T03:01:09.973Z | Checking maplit v1.0.2 |
1818 | 2024-07-12T03:01:10.144Z | Compiling bitfield-struct v0.6.1 |
1819 | 2024-07-12T03:01:10.169Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c) |
1820 | 2024-07-12T03:01:10.645Z | Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
1821 | 2024-07-12T03:01:10.908Z | Compiling crossbeam-deque v0.8.5 |
1822 | 2024-07-12T03:01:10.932Z | Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
1823 | 2024-07-12T03:01:10.975Z | Checking keccak v0.1.5 |
1824 | 2024-07-12T03:01:11.251Z | Checking sha3 v0.10.8 |
1825 | 2024-07-12T03:01:11.396Z | Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
1826 | 2024-07-12T03:01:11.592Z | Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
1827 | 2024-07-12T03:01:11.792Z | Checking parking_lot v0.11.2 |
1828 | 2024-07-12T03:01:11.845Z | Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
1829 | 2024-07-12T03:01:12.031Z | Checking trust-dns-client v0.22.0 |
1830 | 2024-07-12T03:01:12.089Z | Checking toml v0.5.11 |
1831 | 2024-07-12T03:01:12.113Z | Checking secrecy v0.8.0 |
1832 | 2024-07-12T03:01:12.247Z | Checking sled v0.34.7 |
1833 | 2024-07-12T03:01:12.287Z | Compiling rayon v1.10.0 |
1834 | 2024-07-12T03:01:13.059Z | Compiling memmap2 v0.9.4 |
1835 | 2024-07-12T03:01:13.219Z | Compiling arrayref v0.3.7 |
1836 | 2024-07-12T03:01:13.260Z | Checking trust-dns-server v0.22.1 |
1837 | 2024-07-12T03:01:13.318Z | Compiling constant_time_eq v0.3.0 |
1838 | 2024-07-12T03:01:13.453Z | Compiling untrusted v0.7.1 |
1839 | 2024-07-12T03:01:13.488Z | Compiling spin v0.5.2 |
1840 | 2024-07-12T03:01:13.624Z | Compiling buf-list v1.0.3 |
1841 | 2024-07-12T03:01:13.700Z | Compiling arrayvec v0.7.4 |
1842 | 2024-07-12T03:01:14.413Z | Checking progenitor v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
1843 | 2024-07-12T03:01:14.603Z | Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=d1686c86f92ead77e07ddc6024837dee4a401d6d#d1686c86) |
1844 | 2024-07-12T03:01:14.628Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
1845 | 2024-07-12T03:01:14.666Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
1846 | 2024-07-12T03:01:15.324Z | Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1847 | 2024-07-12T03:01:16.223Z | Compiling toolchain_find v0.4.0 |
1848 | 2024-07-12T03:01:16.797Z | Compiling topological-sort v0.2.2 |
1849 | 2024-07-12T03:01:16.975Z | Compiling omicron-zone-package v0.11.0 |
1850 | 2024-07-12T03:01:17.188Z | Compiling rustfmt-wrapper v0.2.1 |
1851 | 2024-07-12T03:01:17.281Z | Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
1852 | 2024-07-12T03:01:17.942Z | Checking glob v0.3.1 |
1853 | 2024-07-12T03:01:18.205Z | Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=d1686c86f92ead77e07ddc6024837dee4a401d6d#d1686c86) |
1854 | 2024-07-12T03:01:18.313Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
1855 | 2024-07-12T03:01:18.668Z | Checking libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?rev=e69694a1f7cc9fe31fab27f321017280531fb5f7#e69694a1) |
1856 | 2024-07-12T03:01:18.841Z | Checking lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
1857 | 2024-07-12T03:01:18.865Z | Compiling curve25519-dalek v4.1.3 |
1858 | 2024-07-12T03:01:19.130Z | Checking universal-hash v0.5.1 |
1859 | 2024-07-12T03:01:19.288Z | Checking opaque-debug v0.3.1 |
1860 | 2024-07-12T03:01:19.382Z | Compiling curve25519-dalek-derive v0.1.1 |
1861 | 2024-07-12T03:01:19.682Z | Checking aead v0.5.2 |
1862 | 2024-07-12T03:01:20.323Z | Compiling pin-project-internal v1.1.5 |
1863 | 2024-07-12T03:01:20.374Z | Compiling vte_generate_state_changes v0.1.1 |
1864 | 2024-07-12T03:01:20.469Z | Checking hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#943c4bbe) |
1865 | 2024-07-12T03:01:20.951Z | Compiling unicase v2.7.0 |
1866 | 2024-07-12T03:01:21.027Z | Checking vte v0.11.1 |
1867 | 2024-07-12T03:01:21.355Z | Checking poly1305 v0.8.0 |
1868 | 2024-07-12T03:01:21.771Z | Checking chacha20 v0.9.1 |
1869 | 2024-07-12T03:01:22.026Z | Checking fd-lock v4.0.2 |
1870 | 2024-07-12T03:01:22.061Z | Compiling thiserror-impl-no-std v2.0.2 |
1871 | 2024-07-12T03:01:22.085Z | Checking nanorand v0.7.0 |
1872 | 2024-07-12T03:01:22.152Z | Checking strip-ansi-escapes v0.2.0 |
1873 | 2024-07-12T03:01:22.199Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
1874 | 2024-07-12T03:01:22.292Z | Checking kstat-rs v0.2.4 |
1875 | 2024-07-12T03:01:22.408Z | Checking flume v0.11.0 |
1876 | 2024-07-12T03:01:22.451Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
1877 | 2024-07-12T03:01:22.475Z | Checking nu-ansi-term v0.50.0 |
1878 | 2024-07-12T03:01:22.585Z | Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
1879 | 2024-07-12T03:01:22.848Z | Checking reedline v0.31.0 |
1880 | 2024-07-12T03:01:22.893Z | Checking chacha20poly1305 v0.10.1 |
1881 | 2024-07-12T03:01:22.917Z | Checking pin-project v1.1.5 |
1882 | 2024-07-12T03:01:23.039Z | Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=e10f8793f8414fdb9a165219f17e45fa014d088b#e10f8793) |
1883 | 2024-07-12T03:01:23.067Z | Compiling crunchy v0.2.2 |
1884 | 2024-07-12T03:01:23.275Z | Compiling mime_guess v2.0.4 |
1885 | 2024-07-12T03:01:23.478Z | Compiling clang-sys v1.7.0 |
1886 | 2024-07-12T03:01:23.866Z | Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=5ebf9626e0ad274eb515d206d102cb09d2d51f15#5ebf9626) |
1887 | 2024-07-12T03:01:24.050Z | Compiling tiny-keccak v2.0.2 |
1888 | 2024-07-12T03:01:24.453Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
1889 | 2024-07-12T03:01:24.607Z | Compiling memoffset v0.9.1 |
1890 | 2024-07-12T03:01:24.678Z | Checking bytecount v0.6.8 |
1891 | 2024-07-12T03:01:24.729Z | Checking thiserror-no-std v2.0.2 |
1892 | 2024-07-12T03:01:24.817Z | Compiling ref-cast v1.0.23 |
1893 | 2024-07-12T03:01:24.848Z | Checking vsss-rs v3.3.4 |
1894 | 2024-07-12T03:01:24.973Z | Checking papergrid v0.11.0 |
1895 | 2024-07-12T03:01:25.508Z | Compiling ascii-canvas v3.0.0 |
1896 | 2024-07-12T03:01:25.906Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
1897 | 2024-07-12T03:01:26.057Z | Compiling tabled_derive v0.7.0 |
1898 | 2024-07-12T03:01:26.273Z | Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=5ebf9626e0ad274eb515d206d102cb09d2d51f15#5ebf9626) |
1899 | 2024-07-12T03:01:26.397Z | Compiling ref-cast-impl v1.0.23 |
1900 | 2024-07-12T03:01:26.494Z | Compiling snafu-derive v0.8.2 |
1901 | 2024-07-12T03:01:27.319Z | Compiling ena v0.14.3 |
1902 | 2024-07-12T03:01:27.471Z | Compiling libloading v0.8.3 |
1903 | 2024-07-12T03:01:27.537Z | Compiling bindgen v0.69.4 |
1904 | 2024-07-12T03:01:27.689Z | Checking http-range v0.1.5 |
1905 | 2024-07-12T03:01:27.865Z | Compiling regex-syntax v0.6.29 |
1906 | 2024-07-12T03:01:27.912Z | Compiling diff v0.1.13 |
1907 | 2024-07-12T03:01:28.198Z | Compiling cfg_aliases v0.1.1 |
1908 | 2024-07-12T03:01:28.281Z | Checking heck v0.4.1 |
1909 | 2024-07-12T03:01:28.319Z | Compiling nix v0.28.0 |
1910 | 2024-07-12T03:01:28.482Z | Checking openapi-lint v0.4.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#ef442ee4) |
1911 | 2024-07-12T03:01:28.547Z | Checking tabled v0.15.0 |
1912 | 2024-07-12T03:01:28.868Z | Checking hyper-staticfile v0.9.5 |
1913 | 2024-07-12T03:01:29.306Z | Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
1914 | 2024-07-12T03:01:29.396Z | Checking illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
1915 | 2024-07-12T03:01:31.162Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
1916 | 2024-07-12T03:01:31.281Z | Compiling oximeter-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/impl) |
1917 | 2024-07-12T03:01:31.890Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
1918 | 2024-07-12T03:01:33.470Z | Checking internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns) |
1919 | 2024-07-12T03:01:34.362Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
1920 | 2024-07-12T03:01:35.015Z | Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
1921 | 2024-07-12T03:01:35.511Z | Checking snafu v0.8.2 |
1922 | 2024-07-12T03:01:36.012Z | Compiling lalrpop v0.19.12 |
1923 | 2024-07-12T03:01:36.173Z | Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
1924 | 2024-07-12T03:01:36.510Z | Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=5ebf9626e0ad274eb515d206d102cb09d2d51f15#5ebf9626) |
1925 | 2024-07-12T03:01:38.450Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
1926 | 2024-07-12T03:01:39.745Z | Compiling which v4.4.2 |
1927 | 2024-07-12T03:01:39.886Z | Checking globset v0.4.14 |
1928 | 2024-07-12T03:01:40.299Z | Checking olpc-cjson v0.1.3 |
1929 | 2024-07-12T03:01:40.323Z | Compiling cexpr v0.6.0 |
1930 | 2024-07-12T03:01:40.492Z | Checking serde_plain v1.0.2 |
1931 | 2024-07-12T03:01:40.736Z | Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=c85a4ca043aaa389df12aac5348d8a3feda28762#c85a4ca0) |
1932 | 2024-07-12T03:01:40.970Z | Compiling lazycell v1.3.0 |
1933 | 2024-07-12T03:01:41.126Z | Compiling salty v0.2.0 |
1934 | 2024-07-12T03:01:41.199Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
1935 | 2024-07-12T03:01:41.555Z | Checking typed-path v0.7.1 |
1936 | 2024-07-12T03:01:41.636Z | Checking signature v1.6.4 |
1937 | 2024-07-12T03:01:41.760Z | Compiling shlex v1.3.0 |
1938 | 2024-07-12T03:01:41.896Z | Compiling rustc-hash v1.1.0 |
1939 | 2024-07-12T03:01:42.149Z | Checking ed25519 v1.5.3 |
1940 | 2024-07-12T03:01:42.397Z | Checking nix v0.27.1 |
1941 | 2024-07-12T03:01:42.565Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
1942 | 2024-07-12T03:01:43.102Z | Checking tough v0.17.1 |
1943 | 2024-07-12T03:01:43.696Z | Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
1944 | 2024-07-12T03:01:44.401Z | Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
1945 | 2024-07-12T03:01:45.543Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
1946 | 2024-07-12T03:01:45.753Z | Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
1947 | 2024-07-12T03:01:46.416Z | Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
1948 | 2024-07-12T03:01:46.547Z | Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
1949 | 2024-07-12T03:01:46.885Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
1950 | 2024-07-12T03:01:46.909Z | Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
1951 | 2024-07-12T03:01:47.100Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
1952 | 2024-07-12T03:01:47.125Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
1953 | 2024-07-12T03:01:47.355Z | Compiling derive_builder_core v0.20.0 |
1954 | 2024-07-12T03:01:48.399Z | Checking serde-big-array v0.5.1 |
1955 | 2024-07-12T03:01:48.583Z | Compiling hubpack_derive v0.1.0 (https://github.com/cbiffle/hubpack.git?rev=df08cc3a6e1f97381cd0472ae348e310f0119e25#df08cc3a) |
1956 | 2024-07-12T03:01:49.297Z | Compiling libxml v0.3.3 |
1957 | 2024-07-12T03:01:49.342Z | Checking parse-size v1.0.0 |
1958 | 2024-07-12T03:01:49.366Z | Compiling derive_builder_macro v0.20.0 |
1959 | 2024-07-12T03:01:49.396Z | Checking hubpack v0.1.0 (https://github.com/cbiffle/hubpack.git?rev=df08cc3a6e1f97381cd0472ae348e310f0119e25#df08cc3a) |
1960 | 2024-07-12T03:01:49.708Z | Checking signal-hook-tokio v0.3.1 |
1961 | 2024-07-12T03:01:49.883Z | Compiling peg-macros v0.8.3 |
1962 | 2024-07-12T03:01:50.072Z | Checking serde-big-array v0.4.1 |
1963 | 2024-07-12T03:01:50.218Z | Compiling strum_macros v0.24.3 |
1964 | 2024-07-12T03:01:50.242Z | Compiling sqlparser_derive v0.2.2 |
1965 | 2024-07-12T03:01:51.218Z | Compiling cookie v0.18.1 |
1966 | 2024-07-12T03:01:51.335Z | Compiling indoc v1.0.9 |
1967 | 2024-07-12T03:01:51.590Z | Checking unicode_categories v0.1.1 |
1968 | 2024-07-12T03:01:51.780Z | Checking rustyline v14.0.0 |
1969 | 2024-07-12T03:01:51.843Z | Checking sqlformat v0.2.3 |
1970 | 2024-07-12T03:01:52.275Z | Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
1971 | 2024-07-12T03:01:52.877Z | Checking peg v0.8.3 |
1972 | 2024-07-12T03:01:52.982Z | Checking sqlparser v0.45.0 |
1973 | 2024-07-12T03:01:53.155Z | Checking sprockets-common v0.1.0 (https://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef) |
1974 | 2024-07-12T03:01:53.332Z | Checking derive_builder v0.20.0 |
1975 | 2024-07-12T03:01:53.936Z | Checking tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
1976 | 2024-07-12T03:01:54.799Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
1977 | 2024-07-12T03:01:55.019Z | Checking bcs v0.1.6 |
1978 | 2024-07-12T03:01:55.407Z | Checking quick-xml v0.31.0 |
1979 | 2024-07-12T03:01:55.463Z | Compiling impl-trait-for-tuples v0.2.2 |
1980 | 2024-07-12T03:01:55.979Z | Compiling oso-derive v0.27.3 |
1981 | 2024-07-12T03:01:56.828Z | Checking highway v1.1.0 |
1982 | 2024-07-12T03:01:57.124Z | Checking corncobs v0.1.3 |
1983 | 2024-07-12T03:01:57.295Z | Checking sprockets-rot v0.1.0 (https://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef) |
1984 | 2024-07-12T03:01:57.465Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
1985 | 2024-07-12T03:01:57.563Z | Compiling diesel-dtrace v0.3.0 (https://github.com/oxidecomputer/diesel-dtrace?branch=main#62ef5ca0) |
1986 | 2024-07-12T03:01:57.825Z | Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
1987 | 2024-07-12T03:01:58.606Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
1988 | 2024-07-12T03:01:58.838Z | Compiling const_format_proc_macros v0.2.32 |
1989 | 2024-07-12T03:01:58.950Z | Checking bb8 v0.8.5 |
1990 | 2024-07-12T03:01:59.339Z | Checking async-bb8-diesel v0.1.0 (https://github.com/oxidecomputer/async-bb8-diesel?rev=ed7ab5ef0513ba303d33efd41d3e9e381169d59b#ed7ab5ef) |
1991 | 2024-07-12T03:01:59.871Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
1992 | 2024-07-12T03:02:00.541Z | Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
1993 | 2024-07-12T03:02:00.735Z | Checking const_format v0.2.32 |
1994 | 2024-07-12T03:02:01.496Z | Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
1995 | 2024-07-12T03:02:02.330Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
1996 | 2024-07-12T03:02:02.533Z | Checking assert_matches v1.5.0 |
1997 | 2024-07-12T03:02:02.627Z | Compiling portable-atomic v1.6.0 |
1998 | 2024-07-12T03:02:03.074Z | Checking rand_seeder v0.2.3 |
1999 | 2024-07-12T03:02:03.278Z | Checking number_prefix v0.4.0 |
2000 | 2024-07-12T03:02:03.448Z | Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
2001 | 2024-07-12T03:02:03.834Z | Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
2002 | 2024-07-12T03:02:04.096Z | Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
2003 | 2024-07-12T03:02:04.478Z | Checking is_ci v1.2.0 |
2004 | 2024-07-12T03:02:04.502Z | Checking indicatif v0.17.8 |
2005 | 2024-07-12T03:02:04.624Z | Checking supports-color v3.0.0 |
2006 | 2024-07-12T03:02:04.812Z | Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
2007 | 2024-07-12T03:02:05.223Z | Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
2008 | 2024-07-12T03:02:05.345Z | Checking castaway v0.2.2 |
2009 | 2024-07-12T03:02:05.511Z | Checking compact_str v0.7.1 |
2010 | 2024-07-12T03:02:05.860Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
2011 | 2024-07-12T03:02:06.128Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
2012 | 2024-07-12T03:02:06.238Z | Checking unicode-truncate v1.0.0 |
2013 | 2024-07-12T03:02:06.407Z | Checking itertools v0.13.0 |
2014 | 2024-07-12T03:02:06.464Z | Checking lru v0.12.3 |
2015 | 2024-07-12T03:02:06.494Z | Compiling stability v0.2.0 |
2016 | 2024-07-12T03:02:06.723Z | Checking cassowary v0.3.0 |
2017 | 2024-07-12T03:02:07.150Z | Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
2018 | 2024-07-12T03:02:07.338Z | Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
2019 | 2024-07-12T03:02:07.751Z | Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2020 | 2024-07-12T03:02:08.443Z | Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
2021 | 2024-07-12T03:02:08.585Z | Checking ratatui v0.27.0 |
2022 | 2024-07-12T03:02:08.694Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2023 | 2024-07-12T03:02:09.425Z | Checking unicode-linebreak v0.1.5 |
2024 | 2024-07-12T03:02:09.457Z | Checking smawk v0.3.2 |
2025 | 2024-07-12T03:02:09.636Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
2026 | 2024-07-12T03:02:09.754Z | Checking textwrap v0.16.1 |
2027 | 2024-07-12T03:02:09.910Z | Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
2028 | 2024-07-12T03:02:10.087Z | Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=e10f8793f8414fdb9a165219f17e45fa014d088b#e10f8793) |
2029 | 2024-07-12T03:02:10.648Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
2030 | 2024-07-12T03:02:11.024Z | Checking fatfs v0.3.6 |
2031 | 2024-07-12T03:02:11.504Z | Checking shell-words v1.1.0 |
2032 | 2024-07-12T03:02:11.664Z | Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
2033 | 2024-07-12T03:02:11.867Z | Checking cargo-platform v0.1.8 |
2034 | 2024-07-12T03:02:12.114Z | Checking rtoolbox v0.0.2 |
2035 | 2024-07-12T03:02:12.281Z | Compiling getrandom v0.1.16 |
2036 | 2024-07-12T03:02:12.844Z | Checking rpassword v7.3.1 |
2037 | 2024-07-12T03:02:12.920Z | Checking cargo_metadata v0.18.1 |
2038 | 2024-07-12T03:02:12.996Z | Checking tui-tree-widget v0.21.0 |
2039 | 2024-07-12T03:02:13.512Z | Checking tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous) |
2040 | 2024-07-12T03:02:14.192Z | Checking rfc6979 v0.4.0 |
2041 | 2024-07-12T03:02:14.537Z | Checking ecdsa v0.16.9 |
2042 | 2024-07-12T03:02:14.780Z | Checking rand_core v0.5.1 |
2043 | 2024-07-12T03:02:15.042Z | Checking primeorder v0.13.6 |
2044 | 2024-07-12T03:02:15.143Z | Checking option-ext v0.2.0 |
2045 | 2024-07-12T03:02:15.451Z | Checking yansi v0.5.1 |
2046 | 2024-07-12T03:02:15.474Z | Checking dirs-sys v0.4.1 |
2047 | 2024-07-12T03:02:15.662Z | Checking rand_chacha v0.2.2 |
2048 | 2024-07-12T03:02:15.739Z | Checking pretty_assertions v1.4.0 |
2049 | 2024-07-12T03:02:15.913Z | Checking polyval v0.6.2 |
2050 | 2024-07-12T03:02:15.945Z | Checking ed25519 v2.2.3 |
2051 | 2024-07-12T03:02:16.163Z | Checking blowfish v0.9.1 |
2052 | 2024-07-12T03:02:16.187Z | Checking ctr v0.9.2 |
2053 | 2024-07-12T03:02:16.397Z | Checking aes v0.8.4 |
2054 | 2024-07-12T03:02:16.436Z | Checking password-hash v0.4.2 |
2055 | 2024-07-12T03:02:16.789Z | Checking pbkdf2 v0.12.2 |
2056 | 2024-07-12T03:02:16.933Z | Checking plotters-backend v0.3.5 |
2057 | 2024-07-12T03:02:17.092Z | Checking hex-literal v0.4.1 |
2058 | 2024-07-12T03:02:17.208Z | Checking bcrypt-pbkdf v0.10.0 |
2059 | 2024-07-12T03:02:17.260Z | Checking plotters-svg v0.3.5 |
2060 | 2024-07-12T03:02:17.435Z | Checking pbkdf2 v0.11.0 |
2061 | 2024-07-12T03:02:17.459Z | Checking ed25519-dalek v2.1.1 |
2062 | 2024-07-12T03:02:17.678Z | Checking ghash v0.5.1 |
2063 | 2024-07-12T03:02:17.757Z | Checking rand v0.7.3 |
2064 | 2024-07-12T03:02:17.836Z | Checking dirs v5.0.1 |
2065 | 2024-07-12T03:02:17.941Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
2066 | 2024-07-12T03:02:17.969Z | Checking p521 v0.13.3 |
2067 | 2024-07-12T03:02:18.909Z | Checking p256 v0.13.2 |
2068 | 2024-07-12T03:02:18.985Z | Compiling nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros) |
2069 | 2024-07-12T03:02:19.311Z | Checking cbc v0.1.2 |
2070 | 2024-07-12T03:02:19.502Z | Checking russh-cryptovec v0.7.2 |
2071 | 2024-07-12T03:02:19.703Z | Checking md5 v0.7.0 |
2072 | 2024-07-12T03:02:19.935Z | Compiling doc-comment v0.3.3 |
2073 | 2024-07-12T03:02:20.277Z | Compiling target-lexicon v0.12.14 |
2074 | 2024-07-12T03:02:20.489Z | Checking cast v0.3.0 |
2075 | 2024-07-12T03:02:20.809Z | Checking criterion-plot v0.5.0 |
2076 | 2024-07-12T03:02:21.282Z | Checking russh-keys v0.43.0 |
2077 | 2024-07-12T03:02:21.432Z | Checking aes-gcm v0.10.3 |
2078 | 2024-07-12T03:02:21.660Z | Checking plotters v0.3.5 |
2079 | 2024-07-12T03:02:22.362Z | Checking http-body v1.0.0 |
2080 | 2024-07-12T03:02:22.561Z | Checking tinytemplate v1.2.1 |
2081 | 2024-07-12T03:02:22.920Z | Checking csv-core v0.1.11 |
2082 | 2024-07-12T03:02:23.167Z | Compiling guppy-workspace-hack v0.1.0 |
2083 | 2024-07-12T03:02:23.247Z | Checking tower-layer v0.3.2 |
2084 | 2024-07-12T03:02:23.410Z | Compiling dhcproto-macros v0.1.0 |
2085 | 2024-07-12T03:02:23.489Z | Compiling assert_cmd v2.0.14 |
2086 | 2024-07-12T03:02:23.549Z | Checking anes v0.1.6 |
2087 | 2024-07-12T03:02:23.825Z | Checking oorandom v11.1.3 |
2088 | 2024-07-12T03:02:23.888Z | Checking tower v0.4.13 |
2089 | 2024-07-12T03:02:23.978Z | Checking criterion v0.5.1 |
2090 | 2024-07-12T03:02:24.222Z | Checking dhcproto v0.11.0 |
2091 | 2024-07-12T03:02:24.559Z | Checking csv v1.3.0 |
2092 | 2024-07-12T03:02:25.242Z | Checking hyper v1.3.1 |
2093 | 2024-07-12T03:02:25.385Z | Checking russh v0.43.0 |
2094 | 2024-07-12T03:02:26.393Z | Checking installinator-artifactd v0.1.0 (/work/oxidecomputer/omicron/installinator-artifactd) |
2095 | 2024-07-12T03:02:26.688Z | Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
2096 | 2024-07-12T03:02:27.249Z | Compiling target-spec v3.1.0 |
2097 | 2024-07-12T03:02:27.292Z | Checking internet-checksum v0.2.1 |
2098 | 2024-07-12T03:02:28.169Z | Checking cfg-expr v0.15.8 |
2099 | 2024-07-12T03:02:28.803Z | Checking hyper-util v0.1.3 |
2100 | 2024-07-12T03:02:29.008Z | Checking installinator-artifact-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-artifact-client) |
2101 | 2024-07-12T03:02:29.104Z | Checking rustls-native-certs v0.7.0 |
2102 | 2024-07-12T03:02:29.234Z | Checking httptest v0.15.5 |
2103 | 2024-07-12T03:02:30.055Z | Checking hyper-rustls v0.26.0 |
2104 | 2024-07-12T03:02:30.663Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
2105 | 2024-07-12T03:02:30.889Z | Checking pathdiff v0.2.1 |
2106 | 2024-07-12T03:02:31.023Z | Checking threadpool v1.8.1 |
2107 | 2024-07-12T03:02:31.188Z | Checking escape8259 v0.5.2 |
2108 | 2024-07-12T03:02:31.345Z | Checking nested v0.1.1 |
2109 | 2024-07-12T03:02:31.433Z | Checking libtest-mimic v0.7.3 |
2110 | 2024-07-12T03:02:31.523Z | Checking guppy v0.17.5 |
2111 | 2024-07-12T03:02:31.827Z | Checking similar-asserts v1.5.0 |
2112 | 2024-07-12T03:02:32.018Z | Checking fancy-regex v0.13.0 |
2113 | 2024-07-12T03:02:32.508Z | Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
2114 | 2024-07-12T03:02:32.613Z | Compiling rstest_macros v0.19.0 |
2115 | 2024-07-12T03:02:33.155Z | Checking datatest-stable v0.2.9 |
2116 | 2024-07-12T03:02:33.231Z | Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
2117 | 2024-07-12T03:02:33.403Z | Checking blake2b_simd v1.0.2 |
2118 | 2024-07-12T03:02:34.068Z | Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
2119 | 2024-07-12T03:02:34.263Z | Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli) |
2120 | 2024-07-12T03:02:34.290Z | Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
2121 | 2024-07-12T03:02:34.666Z | Compiling trybuild v1.0.96 |
2122 | 2024-07-12T03:02:34.847Z | Compiling relative-path v1.9.3 |
2123 | 2024-07-12T03:02:34.922Z | Checking indent_write v2.2.0 |
2124 | 2024-07-12T03:02:35.162Z | Checking rust-argon2 v2.1.0 |
2125 | 2024-07-12T03:02:35.435Z | Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
2126 | 2024-07-12T03:02:36.722Z | Checking multimap v0.10.0 |
2127 | 2024-07-12T03:02:36.970Z | Checking futures-timer v3.0.3 |
2128 | 2024-07-12T03:02:37.231Z | Checking openapi-manager v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager) |
2129 | 2024-07-12T03:02:39.274Z | Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
2130 | 2024-07-12T03:02:39.992Z | Checking partial-io v0.5.4 |
2131 | 2024-07-12T03:02:40.301Z | Checking cargo_toml v0.20.3 |
2132 | 2024-07-12T03:02:41.872Z | Checking rand_distr v0.4.3 |
2133 | 2024-07-12T03:02:42.379Z | Checking approx v0.5.1 |
2134 | 2024-07-12T03:02:42.498Z | Checking termios v0.3.3 |
2135 | 2024-07-12T03:02:42.584Z | Checking uzers v0.11.3 |
2136 | 2024-07-12T03:02:42.673Z | Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli) |
2137 | 2024-07-12T03:02:42.874Z | Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
2138 | 2024-07-12T03:02:42.987Z | Checking rstest v0.19.0 |
2139 | 2024-07-12T03:02:46.420Z | Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
2140 | 2024-07-12T03:02:47.216Z | Checking end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
2141 | 2024-07-12T03:02:53.061Z | Compiling samael v0.0.15 |
2142 | 2024-07-12T03:02:56.898Z | Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng) |
2143 | 2024-07-12T03:03:17.624Z | Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns-cli) |
2144 | 2024-07-12T03:03:20.225Z | Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed) |
2145 | 2024-07-12T03:03:26.846Z | Compiling polar-core v0.27.3 |
2146 | 2024-07-12T03:03:36.183Z | Checking oso v0.27.3 |
2147 | 2024-07-12T03:04:16.155Z | Checking nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
2148 | 2024-07-12T03:04:16.155Z | Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
2149 | 2024-07-12T03:04:16.180Z | Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
2150 | 2024-07-12T03:05:44.983Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 6m 37s |
2151 | 2024-07-12T03:05:45.290Z | |
2152 | 2024-07-12T03:05:45.290Z | real 6:48.371752024 |
2153 | 2024-07-12T03:05:45.315Z | user 33:44.254941411 |
2154 | 2024-07-12T03:05:45.315Z | sys 6:21.545562169 |
2155 | 2024-07-12T03:05:45.316Z | trap 0.926023921 |
2156 | 2024-07-12T03:05:45.316Z | tflt 0.489443984 |
2157 | 2024-07-12T03:05:45.316Z | dflt 0.626647700 |
2158 | 2024-07-12T03:05:45.316Z | kflt 0.001181711 |
2159 | 2024-07-12T03:05:45.316Z | lock 1:43:16.986532643 |
2160 | 2024-07-12T03:05:45.316Z | slp 1:48:25.527389970 |
2161 | 2024-07-12T03:05:45.316Z | lat 1:50.944254931 |
2162 | 2024-07-12T03:05:45.316Z | stop 6:00.459713570 |
2163 | 2024-07-12T03:05:45.316Z | + RUSTDOCFLAGS='--document-private-items -D warnings' |
2164 | 2024-07-12T03:05:45.316Z | + ptime -m cargo doc --workspace --no-deps |
2165 | 2024-07-12T03:05:46.628Z | warning: output filename collision. |
2166 | 2024-07-12T03:05:46.628Z | 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)`. |
2167 | 2024-07-12T03:05:46.628Z | Colliding filename is: /work/oxidecomputer/omicron/target/doc/oximeter/index.html |
2168 | 2024-07-12T03:05:46.628Z | The targets should have unique names. |
2169 | 2024-07-12T03:05:46.628Z | This is a known bug where multiple crates with the same name use |
2170 | 2024-07-12T03:05:46.628Z | the same path; see <https://github.com/rust-lang/cargo/issues/6313>. |
2171 | 2024-07-12T03:05:47.292Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2172 | 2024-07-12T03:05:47.322Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2173 | 2024-07-12T03:05:47.373Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
2174 | 2024-07-12T03:05:47.398Z | Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
2175 | 2024-07-12T03:05:47.422Z | Documenting xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
2176 | 2024-07-12T03:05:47.422Z | Documenting omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2177 | 2024-07-12T03:05:47.566Z | Documenting omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2178 | 2024-07-12T03:05:47.678Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2179 | 2024-07-12T03:05:47.678Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2180 | 2024-07-12T03:05:47.716Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2181 | 2024-07-12T03:05:47.745Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2182 | 2024-07-12T03:05:47.937Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2183 | 2024-07-12T03:05:48.198Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
2184 | 2024-07-12T03:05:48.375Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2185 | 2024-07-12T03:05:48.497Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2186 | 2024-07-12T03:05:49.447Z | Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2187 | 2024-07-12T03:05:51.168Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
2188 | 2024-07-12T03:05:51.316Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
2189 | 2024-07-12T03:05:51.386Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
2190 | 2024-07-12T03:05:51.573Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
2191 | 2024-07-12T03:05:51.834Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
2192 | 2024-07-12T03:05:51.859Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
2193 | 2024-07-12T03:05:52.091Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
2194 | 2024-07-12T03:05:52.172Z | Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2195 | 2024-07-12T03:05:52.348Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2196 | 2024-07-12T03:05:52.628Z | Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
2197 | 2024-07-12T03:05:52.795Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
2198 | 2024-07-12T03:05:53.028Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
2199 | 2024-07-12T03:05:53.264Z | Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
2200 | 2024-07-12T03:05:53.303Z | Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
2201 | 2024-07-12T03:05:53.372Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
2202 | 2024-07-12T03:05:53.606Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
2203 | 2024-07-12T03:05:53.891Z | Documenting dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2204 | 2024-07-12T03:05:54.188Z | Documenting omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2205 | 2024-07-12T03:05:54.261Z | Documenting authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
2206 | 2024-07-12T03:05:55.641Z | Checking illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2207 | 2024-07-12T03:05:57.305Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2208 | 2024-07-12T03:05:57.830Z | Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
2209 | 2024-07-12T03:05:58.871Z | Compiling oximeter-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/impl) |
2210 | 2024-07-12T03:05:59.614Z | Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
2211 | 2024-07-12T03:06:00.198Z | Checking internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns) |
2212 | 2024-07-12T03:06:01.003Z | Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2213 | 2024-07-12T03:06:01.441Z | Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
2214 | 2024-07-12T03:06:01.880Z | Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
2215 | 2024-07-12T03:06:02.238Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2216 | 2024-07-12T03:06:02.262Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2217 | 2024-07-12T03:06:02.788Z | Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2218 | 2024-07-12T03:06:03.386Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2219 | 2024-07-12T03:06:03.411Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2220 | 2024-07-12T03:06:03.958Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2221 | 2024-07-12T03:06:04.577Z | Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2222 | 2024-07-12T03:06:05.143Z | Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
2223 | 2024-07-12T03:06:06.664Z | Checking tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
2224 | 2024-07-12T03:06:08.149Z | Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
2225 | 2024-07-12T03:06:08.311Z | Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
2226 | 2024-07-12T03:06:08.713Z | Documenting omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2227 | 2024-07-12T03:06:08.738Z | Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
2228 | 2024-07-12T03:06:09.120Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
2229 | 2024-07-12T03:06:09.221Z | Checking installinator-artifactd v0.1.0 (/work/oxidecomputer/omicron/installinator-artifactd) |
2230 | 2024-07-12T03:06:09.725Z | Checking installinator-artifact-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-artifact-client) |
2231 | 2024-07-12T03:06:09.796Z | Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
2232 | 2024-07-12T03:06:11.112Z | Documenting omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
2233 | 2024-07-12T03:06:12.275Z | Documenting installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
2234 | 2024-07-12T03:06:13.092Z | Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2235 | 2024-07-12T03:06:13.186Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
2236 | 2024-07-12T03:06:13.474Z | Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2237 | 2024-07-12T03:06:14.655Z | Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2238 | 2024-07-12T03:06:14.933Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
2239 | 2024-07-12T03:06:15.169Z | Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2240 | 2024-07-12T03:06:15.631Z | Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
2241 | 2024-07-12T03:06:16.385Z | Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
2242 | 2024-07-12T03:06:17.351Z | Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
2243 | 2024-07-12T03:06:17.751Z | Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
2244 | 2024-07-12T03:06:18.469Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
2245 | 2024-07-12T03:06:18.741Z | Documenting oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2246 | 2024-07-12T03:06:21.207Z | Documenting openapi-manager v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager) |
2247 | 2024-07-12T03:06:21.882Z | Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2248 | 2024-07-12T03:06:22.285Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
2249 | 2024-07-12T03:06:22.738Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2250 | 2024-07-12T03:06:23.985Z | Documenting oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
2251 | 2024-07-12T03:06:24.100Z | Documenting omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2252 | 2024-07-12T03:06:24.651Z | Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
2253 | 2024-07-12T03:06:25.513Z | Documenting wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
2254 | 2024-07-12T03:06:41.563Z | Documenting end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
2255 | 2024-07-12T03:06:49.578Z | Checking end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
2256 | 2024-07-12T03:06:50.751Z | Documenting oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2257 | 2024-07-12T03:06:54.731Z | Documenting nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
2258 | 2024-07-12T03:07:02.137Z | Documenting wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
2259 | 2024-07-12T03:07:02.579Z | Documenting wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
2260 | 2024-07-12T03:07:09.489Z | Documenting nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
2261 | 2024-07-12T03:07:13.396Z | Documenting nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
2262 | 2024-07-12T03:07:23.727Z | Documenting nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
2263 | 2024-07-12T03:07:24.519Z | Documenting nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
2264 | 2024-07-12T03:07:25.974Z | Documenting nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2265 | 2024-07-12T03:07:33.517Z | Documenting nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
2266 | 2024-07-12T03:07:36.321Z | Documenting nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
2267 | 2024-07-12T03:07:36.791Z | Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
2268 | 2024-07-12T03:07:37.584Z | Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
2269 | 2024-07-12T03:07:38.382Z | Documenting nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
2270 | 2024-07-12T03:07:38.931Z | Documenting nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
2271 | 2024-07-12T03:07:39.065Z | Documenting omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
2272 | 2024-07-12T03:07:47.654Z | Documenting nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
2273 | 2024-07-12T03:07:49.805Z | Documenting nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
2274 | 2024-07-12T03:07:51.010Z | Documenting nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
2275 | 2024-07-12T03:07:59.853Z | Documenting nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
2276 | 2024-07-12T03:08:16.873Z | Documenting gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
2277 | 2024-07-12T03:08:18.643Z | Documenting oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2278 | 2024-07-12T03:08:20.242Z | Documenting oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2279 | 2024-07-12T03:08:22.393Z | Documenting sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
2280 | 2024-07-12T03:08:31.102Z | Documenting wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
2281 | 2024-07-12T03:08:32.981Z | Documenting omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
2282 | 2024-07-12T03:08:39.723Z | Documenting tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous) |
2283 | 2024-07-12T03:08:42.088Z | Documenting update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
2284 | 2024-07-12T03:08:44.999Z | Documenting omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng) |
2285 | 2024-07-12T03:08:47.714Z | Documenting crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed) |
2286 | 2024-07-12T03:08:49.881Z | Documenting nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2287 | 2024-07-12T03:08:51.531Z | Documenting omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
2288 | 2024-07-12T03:08:56.417Z | Documenting sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2289 | 2024-07-12T03:08:59.310Z | Documenting dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
2290 | 2024-07-12T03:09:00.633Z | Documenting oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
2291 | 2024-07-12T03:09:00.798Z | Documenting installinator-artifactd v0.1.0 (/work/oxidecomputer/omicron/installinator-artifactd) |
2292 | 2024-07-12T03:09:02.319Z | Documenting installinator-artifact-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-artifact-client) |
2293 | 2024-07-12T03:09:02.813Z | Documenting internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns-cli) |
2294 | 2024-07-12T03:09:09.262Z | Documenting omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2295 | 2024-07-12T03:09:11.100Z | Documenting bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2296 | 2024-07-12T03:09:11.232Z | Documenting wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
2297 | 2024-07-12T03:09:14.465Z | Documenting bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2298 | 2024-07-12T03:09:15.656Z | Documenting sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2299 | 2024-07-12T03:09:18.653Z | Documenting sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
2300 | 2024-07-12T03:09:19.792Z | Documenting zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
2301 | 2024-07-12T03:09:20.175Z | Documenting installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2302 | 2024-07-12T03:09:24.710Z | Documenting oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
2303 | 2024-07-12T03:09:25.637Z | Documenting key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2304 | 2024-07-12T03:09:26.379Z | Documenting tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
2305 | 2024-07-12T03:09:29.205Z | Documenting illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2306 | 2024-07-12T03:09:29.833Z | Documenting nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
2307 | 2024-07-12T03:09:31.429Z | Documenting gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli) |
2308 | 2024-07-12T03:09:36.685Z | Documenting internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns) |
2309 | 2024-07-12T03:09:37.308Z | Documenting omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
2310 | 2024-07-12T03:09:39.423Z | Documenting sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2311 | 2024-07-12T03:09:40.428Z | Documenting nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
2312 | 2024-07-12T03:09:41.865Z | Documenting oximeter-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/impl) |
2313 | 2024-07-12T03:09:43.903Z | Documenting ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
2314 | 2024-07-12T03:09:47.813Z | Documenting db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
2315 | 2024-07-12T03:09:49.611Z | Documenting oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
2316 | 2024-07-12T03:09:51.793Z | Documenting omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
2317 | 2024-07-12T03:09:51.817Z | Documenting nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros) |
2318 | 2024-07-12T03:09:53.025Z | Documenting cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
2319 | 2024-07-12T03:09:53.373Z | Documenting api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2320 | 2024-07-12T03:09:54.600Z | Documenting oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2321 | 2024-07-12T03:09:55.737Z | Documenting omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2322 | 2024-07-12T03:09:56.245Z | Documenting update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2323 | 2024-07-12T03:09:57.870Z | Documenting dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2324 | 2024-07-12T03:09:57.987Z | Documenting gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2325 | 2024-07-12T03:09:58.648Z | Documenting oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2326 | 2024-07-12T03:09:59.300Z | Documenting nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
2327 | 2024-07-12T03:10:01.383Z | Documenting typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
2328 | 2024-07-12T03:10:23.850Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4m 38s |
2329 | 2024-07-12T03:10:23.961Z | Generated /work/oxidecomputer/omicron/target/doc/api_identity/index.html and 99 other files |
2330 | 2024-07-12T03:10:24.013Z | |
2331 | 2024-07-12T03:10:24.013Z | real 4:38.688319230 |
2332 | 2024-07-12T03:10:24.038Z | user 15:30.013203954 |
2333 | 2024-07-12T03:10:24.038Z | sys 18:36.729238720 |
2334 | 2024-07-12T03:10:24.038Z | trap 0.303410679 |
2335 | 2024-07-12T03:10:24.038Z | tflt 0.103270338 |
2336 | 2024-07-12T03:10:24.038Z | dflt 0.340096017 |
2337 | 2024-07-12T03:10:24.038Z | kflt 0.000290978 |
2338 | 2024-07-12T03:10:24.038Z | lock 45:45.965044607 |
2339 | 2024-07-12T03:10:24.038Z | slp 1:13:15.252149866 |
2340 | 2024-07-12T03:10:24.038Z | lat 51.656472034 |
2341 | 2024-07-12T03:10:24.038Z | stop 36.008571894 |
2342 | 2024-07-12T03:10:24.038Z | process exited: duration 862825 ms, exit code 0 |
|
2343 | 2024-07-12T03:10:24.088Z | found 0 output files |