|
|
|
1 | 2024-07-15T03:42:32.805Z | job assigned to worker 01J2T7Q8YENPV9DTD82DC4KV50 (queued for 33 s) |
|
2 | 2024-07-15T03:42:33.166Z | starting task 0: "setup" |
3 | 2024-07-15T03:42:33.189Z | ++ uname -s |
4 | 2024-07-15T03:42:33.189Z | + kern=SunOS |
5 | 2024-07-15T03:42:33.190Z | + case "$kern" in |
6 | 2024-07-15T03:42:33.190Z | + groupadd -g 12345 build |
7 | 2024-07-15T03:42:33.190Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
8 | 2024-07-15T03:42:35.195Z | + zfs create -o mountpoint=/work rpool/work |
9 | 2024-07-15T03:42:35.239Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
10 | 2024-07-15T03:42:35.262Z | + home_fs=zfs |
11 | 2024-07-15T03:42:35.262Z | + [[ zfs == autofs ]] |
12 | 2024-07-15T03:42:35.262Z | + mkdir -p /home/build |
13 | 2024-07-15T03:42:35.262Z | + chown build:build /home/build /work |
14 | 2024-07-15T03:42:37.248Z | + chmod 0700 /home/build /work |
15 | 2024-07-15T03:42:37.273Z | process exited: duration 4086 ms, exit code 0 |
|
16 | 2024-07-15T03:42:37.327Z | starting task 1: "rust-toolchain" |
17 | 2024-07-15T03:42:37.354Z | + printf ' * toolchain channel = "%s" |
18 | 2024-07-15T03:42:37.355Z | ' 1.78.0 |
19 | 2024-07-15T03:42:37.355Z | + printf ' * toolchain profile = "%s" |
20 | 2024-07-15T03:42:37.355Z | ' default |
21 | 2024-07-15T03:42:37.355Z | * toolchain channel = "1.78.0" |
22 | 2024-07-15T03:42:37.355Z | * toolchain profile = "default" |
23 | 2024-07-15T03:42:37.355Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
24 | 2024-07-15T03:42:37.355Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.78.0 --profile default |
25 | 2024-07-15T03:42:37.475Z | info: downloading installer |
26 | 2024-07-15T03:42:38.211Z | info: profile set to 'default' |
27 | 2024-07-15T03:42:38.211Z | info: default host triple is x86_64-unknown-illumos |
28 | 2024-07-15T03:42:38.236Z | info: syncing channel updates for '1.78.0-x86_64-unknown-illumos' |
29 | 2024-07-15T03:42:38.351Z | info: latest update on 2024-05-02, rust version 1.78.0 (9b00956e5 2024-04-29) |
30 | 2024-07-15T03:42:38.351Z | info: downloading component 'cargo' |
31 | 2024-07-15T03:42:38.644Z | info: downloading component 'clippy' |
32 | 2024-07-15T03:42:38.846Z | info: downloading component 'rust-docs' |
33 | 2024-07-15T03:42:39.460Z | info: downloading component 'rust-std' |
34 | 2024-07-15T03:42:39.957Z | info: downloading component 'rustc' |
35 | 2024-07-15T03:42:41.340Z | info: downloading component 'rustfmt' |
36 | 2024-07-15T03:42:41.480Z | info: installing component 'cargo' |
37 | 2024-07-15T03:42:42.569Z | info: installing component 'clippy' |
38 | 2024-07-15T03:42:42.973Z | info: installing component 'rust-docs' |
39 | 2024-07-15T03:42:45.382Z | info: installing component 'rust-std' |
40 | 2024-07-15T03:42:48.062Z | info: installing component 'rustc' |
41 | 2024-07-15T03:42:52.910Z | info: installing component 'rustfmt' |
42 | 2024-07-15T03:42:53.291Z | |
43 | 2024-07-15T03:42:53.291Z | info: default toolchain set to '1.78.0-x86_64-unknown-illumos' |
44 | 2024-07-15T03:42:53.417Z | 1.78.0-x86_64-unknown-illumos installed - rustc 1.78.0 (9b00956e5 2024-04-29) |
45 | 2024-07-15T03:42:53.417Z | |
46 | 2024-07-15T03:42:53.441Z | |
47 | 2024-07-15T03:42:53.441Z | Rust is installed now. Great! |
48 | 2024-07-15T03:42:53.441Z | |
49 | 2024-07-15T03:42:53.441Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
50 | 2024-07-15T03:42:53.441Z | environment variable. This has not been done automatically. |
51 | 2024-07-15T03:42:53.441Z | |
52 | 2024-07-15T03:42:53.441Z | To configure your current shell, you need to source |
53 | 2024-07-15T03:42:53.441Z | the corresponding env file under $HOME/.cargo. |
54 | 2024-07-15T03:42:53.441Z | |
55 | 2024-07-15T03:42:53.441Z | This is usually done by running one of the following (note the leading DOT): |
56 | 2024-07-15T03:42:53.441Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
57 | 2024-07-15T03:42:53.441Z | source "$HOME/.cargo/env.fish" # For fish |
58 | 2024-07-15T03:42:53.485Z | + rustc --version |
59 | 2024-07-15T03:42:53.593Z | rustc 1.78.0 (9b00956e5 2024-04-29) |
60 | 2024-07-15T03:42:53.617Z | process exited: duration 16269 ms, exit code 0 |
|
61 | 2024-07-15T03:42:53.664Z | starting task 2: "authentication" |
62 | 2024-07-15T03:42:53.720Z | process exited: duration 55 ms, exit code 0 |
|
63 | 2024-07-15T03:42:53.768Z | starting task 3: "clone repository" |
64 | 2024-07-15T03:42:53.792Z | + mkdir -p /work/oxidecomputer/omicron |
65 | 2024-07-15T03:42:53.792Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
66 | 2024-07-15T03:42:53.815Z | Cloning into '/work/oxidecomputer/omicron'... |
67 | 2024-07-15T03:42:59.795Z | + cd /work/oxidecomputer/omicron |
68 | 2024-07-15T03:42:59.795Z | + git fetch origin 15b4c1d069cec4e320f455678bfeb37a88bcc1c7 |
69 | 2024-07-15T03:43:00.181Z | From https://github.com/oxidecomputer/omicron |
70 | 2024-07-15T03:43:00.181Z | * branch 15b4c1d069cec4e320f455678bfeb37a88bcc1c7 -> FETCH_HEAD |
71 | 2024-07-15T03:43:00.205Z | + [[ -n sunshowers/spr/dns-server-convert-dns-server-api-into-a-trait ]] |
72 | 2024-07-15T03:43:00.205Z | ++ git branch --show-current |
73 | 2024-07-15T03:43:00.205Z | + current=main |
74 | 2024-07-15T03:43:00.205Z | + [[ main != sunshowers/spr/dns-server-convert-dns-server-api-into-a-trait ]] |
75 | 2024-07-15T03:43:00.205Z | + git branch -f sunshowers/spr/dns-server-convert-dns-server-api-into-a-trait 15b4c1d069cec4e320f455678bfeb37a88bcc1c7 |
76 | 2024-07-15T03:43:00.229Z | + git checkout -f sunshowers/spr/dns-server-convert-dns-server-api-into-a-trait |
77 | 2024-07-15T03:43:00.379Z | Switched to branch 'sunshowers/spr/dns-server-convert-dns-server-api-into-a-trait' |
78 | 2024-07-15T03:43:00.403Z | + git reset --hard 15b4c1d069cec4e320f455678bfeb37a88bcc1c7 |
79 | 2024-07-15T03:43:00.403Z | HEAD is now at 15b4c1d06 rebase on main |
80 | 2024-07-15T03:43:00.426Z | process exited: duration 6635 ms, exit code 0 |
|
81 | 2024-07-15T03:43:00.474Z | starting task 4: "build" |
82 | 2024-07-15T03:43:00.498Z | + cargo --version |
83 | 2024-07-15T03:43:00.573Z | cargo 1.78.0 (54d8815d0 2024-03-26) |
84 | 2024-07-15T03:43:00.596Z | + rustc --version |
85 | 2024-07-15T03:43:00.669Z | rustc 1.78.0 (9b00956e5 2024-04-29) |
86 | 2024-07-15T03:43:00.693Z | + source ./env.sh |
87 | 2024-07-15T03:43:00.693Z | ++ OLD_SHELL_OPTS=ehxB |
88 | 2024-07-15T03:43:00.693Z | ++ set -o xtrace |
89 | 2024-07-15T03:43:00.693Z | ++++ dirname ./env.sh |
90 | 2024-07-15T03:43:00.693Z | +++ readlink -f . |
91 | 2024-07-15T03:43:00.693Z | ++ OMICRON_WS=/work/oxidecomputer/omicron |
92 | 2024-07-15T03:43:00.693Z | ++ 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-15T03:43:00.693Z | ++ 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-15T03:43:00.693Z | ++ 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-15T03:43:00.694Z | ++ 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-15T03:43:00.694Z | ++ 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-15T03:43:00.694Z | ++ 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-15T03:43:00.694Z | ++ 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-15T03:43:00.694Z | ++ 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-15T03:43:00.694Z | ++ case $OLD_SHELL_OPTS in |
101 | 2024-07-15T03:43:00.694Z | ++ unset OLD_SHELL_OPTS OMICRON_WS |
102 | 2024-07-15T03:43:00.694Z | + banner prerequisites |
103 | 2024-07-15T03:43:00.694Z | |
104 | 2024-07-15T03:43:00.694Z | ##### ##### ###### ##### ###### #### # # # #### # |
105 | 2024-07-15T03:43:00.694Z | # # # # # # # # # # # # # # # |
106 | 2024-07-15T03:43:00.694Z | # # # # ##### # # ##### # # # # # #### # |
107 | 2024-07-15T03:43:00.694Z | ##### ##### # ##### # # # # # # # # # |
108 | 2024-07-15T03:43:00.694Z | # # # # # # # # # # # # # # # |
109 | 2024-07-15T03:43:00.694Z | # # # ###### # # ###### ### # #### # #### # |
110 | 2024-07-15T03:43:00.694Z | |
111 | 2024-07-15T03:43:00.694Z | + ptime -m bash ./tools/install_builder_prerequisites.sh -y |
112 | 2024-07-15T03:43:06.736Z | Startup: Refreshing catalog 'helios-dev' ... Done |
113 | 2024-07-15T03:43:09.100Z | Startup: Caching catalogs ... Done |
114 | 2024-07-15T03:43:12.674Z | Planning: Solver setup ... Done (2.839s) |
115 | 2024-07-15T03:43:12.731Z | Planning: Running solver ... Done (0.057s) |
116 | 2024-07-15T03:43:12.770Z | Planning: Finding local manifests ... Done (0.002s) |
117 | 2024-07-15T03:43:12.862Z | Planning: Fetching manifests: 0/4 0% complete |
118 | 2024-07-15T03:43:13.243Z | Planning: Fetching manifests: 4/4 100% complete |
119 | 2024-07-15T03:43:13.304Z | Planning: Package planning ... Done (0.061s) |
120 | 2024-07-15T03:43:13.363Z | Planning: Merging actions ... Done (0.058s) |
121 | 2024-07-15T03:43:13.729Z | Planning: Checking for conflicting actions ... Done (0.363s) |
122 | 2024-07-15T03:43:13.768Z | Planning: Consolidating action changes ... Done (0.013s) |
123 | 2024-07-15T03:43:14.363Z | Planning: Evaluating mediators ... Done (0.624s) |
124 | 2024-07-15T03:43:14.386Z | Planning: Planning completed in 5.21 seconds |
125 | 2024-07-15T03:43:14.410Z | Packages to install: 4 |
126 | 2024-07-15T03:43:14.410Z | Mediators to change: 2 |
127 | 2024-07-15T03:43:14.410Z | Services to change: 1 |
128 | 2024-07-15T03:43:14.410Z | Estimated space available: 148.89 GB |
129 | 2024-07-15T03:43:14.410Z | Estimated space to be consumed: 1.46 GB |
130 | 2024-07-15T03:43:14.410Z | Create boot environment: No |
131 | 2024-07-15T03:43:14.410Z | Create backup boot environment: No |
132 | 2024-07-15T03:43:14.410Z | Rebuild boot archive: No |
133 | 2024-07-15T03:43:14.410Z | |
134 | 2024-07-15T03:43:14.410Z | Changed mediators: |
135 | 2024-07-15T03:43:14.410Z | mediator clang: |
136 | 2024-07-15T03:43:14.410Z | version: None -> 15 (system default) |
137 | 2024-07-15T03:43:14.410Z | |
138 | 2024-07-15T03:43:14.410Z | mediator llvm: |
139 | 2024-07-15T03:43:14.410Z | version: 14 (system default) -> 15 (system default) |
140 | 2024-07-15T03:43:14.410Z | |
141 | 2024-07-15T03:43:14.410Z | Changed packages: |
142 | 2024-07-15T03:43:14.410Z | helios-dev |
143 | 2024-07-15T03:43:14.410Z | developer/build-essential |
144 | 2024-07-15T03:43:14.410Z | None -> 11-2.0 |
145 | 2024-07-15T03:43:14.410Z | library/libxmlsec1 |
146 | 2024-07-15T03:43:14.410Z | None -> 1.2.35-2.0 |
147 | 2024-07-15T03:43:14.411Z | ooce/developer/clang-15 |
148 | 2024-07-15T03:43:14.411Z | None -> 15.0.7-2.0 |
149 | 2024-07-15T03:43:14.411Z | ooce/developer/llvm-15 |
150 | 2024-07-15T03:43:14.411Z | None -> 15.0.7-2.0 |
151 | 2024-07-15T03:43:14.411Z | |
152 | 2024-07-15T03:43:14.411Z | Services: |
153 | 2024-07-15T03:43:14.411Z | restart_fmri: |
154 | 2024-07-15T03:43:14.411Z | svc:/system/update-man-index:default |
155 | 2024-07-15T03:43:14.442Z | |
156 | 2024-07-15T03:43:14.442Z | Download: 0/3290 items 0.0/212.6MB 0% complete |
157 | 2024-07-15T03:43:19.443Z | Download: 1182/3290 items 48.3/212.6MB 22% complete (9.7M/s) |
158 | 2024-07-15T03:43:24.443Z | Download: 1592/3290 items 117.7/212.6MB 55% complete (11.9M/s) |
159 | 2024-07-15T03:43:29.444Z | Download: 2730/3290 items 120.8/212.6MB 56% complete (7.4M/s) |
160 | 2024-07-15T03:43:34.449Z | Download: 3248/3290 items 175.8/212.6MB 82% complete (6.0M/s) |
161 | 2024-07-15T03:43:39.450Z | Download: 3249/3290 items 203.1/212.6MB 95% complete (8.2M/s) |
162 | 2024-07-15T03:43:40.143Z | Download: Completed 212.60 MB in 25.70 seconds (8.3M/s) |
163 | 2024-07-15T03:43:40.299Z | Actions: 1/3689 actions (Installing new actions) |
164 | 2024-07-15T03:43:45.344Z | Actions: 2683/3689 actions (Installing new actions) |
165 | 2024-07-15T03:43:45.855Z | Actions: Completed 3689 actions in 5.56 seconds. |
166 | 2024-07-15T03:43:46.177Z | Done (0.315s) |
167 | 2024-07-15T03:43:46.177Z | Done (0.000s) |
168 | 2024-07-15T03:43:46.571Z | Done (0.394s) |
169 | 2024-07-15T03:43:51.369Z | Done (4.668s) |
170 | 2024-07-15T03:43:51.467Z | Done (0.018s) |
171 | 2024-07-15T03:43:51.491Z | Done (0.000s) |
172 | 2024-07-15T03:43:51.611Z | Done (0.000s) |
173 | 2024-07-15T03:43:52.211Z | Planning: Evaluating mediator changes ... Done |
174 | 2024-07-15T03:43:52.406Z | Planning: Checking for conflicting actions ... Done |
175 | 2024-07-15T03:43:52.430Z | Planning: Consolidating action changes ... Done |
176 | 2024-07-15T03:43:52.726Z | Planning: Evaluating mediators ... Done |
177 | 2024-07-15T03:43:52.750Z | Planning: Planning completed in 0.52 seconds |
178 | 2024-07-15T03:43:52.774Z | Mediators to change: 2 |
179 | 2024-07-15T03:43:52.774Z | Create boot environment: No |
180 | 2024-07-15T03:43:52.774Z | Create backup boot environment: No |
181 | 2024-07-15T03:43:52.836Z | Done |
182 | 2024-07-15T03:43:52.837Z | Done |
183 | 2024-07-15T03:43:53.092Z | Done |
184 | 2024-07-15T03:43:57.473Z | Done |
185 | 2024-07-15T03:43:57.559Z | Done |
186 | 2024-07-15T03:43:57.560Z | Done |
187 | 2024-07-15T03:43:57.636Z | Done |
188 | 2024-07-15T03:43:58.359Z | Planning: Evaluating mediator changes ... Done |
189 | 2024-07-15T03:43:58.383Z | Planning: Merging actions ... Done |
190 | 2024-07-15T03:43:58.594Z | Planning: Checking for conflicting actions ... Done |
191 | 2024-07-15T03:43:58.618Z | Planning: Consolidating action changes ... Done |
192 | 2024-07-15T03:43:58.913Z | Planning: Evaluating mediators ... Done |
193 | 2024-07-15T03:43:58.980Z | Planning: Planning completed in 0.92 seconds |
194 | 2024-07-15T03:43:59.021Z | Packages to change: 1 |
195 | 2024-07-15T03:43:59.021Z | Mediators to change: 1 |
196 | 2024-07-15T03:43:59.021Z | Services to change: 1 |
197 | 2024-07-15T03:43:59.021Z | Create boot environment: No |
198 | 2024-07-15T03:43:59.021Z | Create backup boot environment: Yes |
199 | 2024-07-15T03:44:00.555Z | Actions: 1/6 actions (Updating modified actions) |
200 | 2024-07-15T03:44:00.587Z | Actions: Completed 6 actions in 0.00 seconds. |
201 | 2024-07-15T03:44:00.587Z | Done |
202 | 2024-07-15T03:44:00.587Z | Done |
203 | 2024-07-15T03:44:00.636Z | Done |
204 | 2024-07-15T03:44:04.856Z | Done |
205 | 2024-07-15T03:44:04.951Z | Done |
206 | 2024-07-15T03:44:04.976Z | Done |
207 | 2024-07-15T03:44:05.028Z | Done |
208 | 2024-07-15T03:44:05.528Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
209 | 2024-07-15T03:44:05.528Z | clang system 15 system |
210 | 2024-07-15T03:44:05.528Z | csh system system illumos |
211 | 2024-07-15T03:44:05.528Z | ctags system system illumos |
212 | 2024-07-15T03:44:05.528Z | gcc vendor 12 vendor |
213 | 2024-07-15T03:44:05.528Z | gcc system 10 system |
214 | 2024-07-15T03:44:05.529Z | gcc system 7 system |
215 | 2024-07-15T03:44:05.529Z | go system 1.20 system |
216 | 2024-07-15T03:44:05.529Z | go system 1.19 system |
217 | 2024-07-15T03:44:05.529Z | llvm system 15 system |
218 | 2024-07-15T03:44:05.529Z | llvm system 14 system |
219 | 2024-07-15T03:44:05.529Z | mariadb system 10.6 system |
220 | 2024-07-15T03:44:05.529Z | mta vendor vendor dma |
221 | 2024-07-15T03:44:05.529Z | openjdk system 17 system |
222 | 2024-07-15T03:44:05.529Z | openjdk system 11 system |
223 | 2024-07-15T03:44:05.529Z | openjdk system 1.8 system |
224 | 2024-07-15T03:44:05.529Z | openssl vendor 3 vendor |
225 | 2024-07-15T03:44:05.529Z | perl system 5.36 system |
226 | 2024-07-15T03:44:05.529Z | postgresql system 15 system |
227 | 2024-07-15T03:44:05.529Z | postgresql system 13 system |
228 | 2024-07-15T03:44:05.529Z | python vendor 3 vendor |
229 | 2024-07-15T03:44:05.529Z | python system 2 system |
230 | 2024-07-15T03:44:05.529Z | python3 system 3.11 system |
231 | 2024-07-15T03:44:05.529Z | ruby system 3.0 system |
232 | 2024-07-15T03:44:05.529Z | words vendor vendor american-english |
233 | 2024-07-15T03:44:05.529Z | words system system australian-english |
234 | 2024-07-15T03:44:05.529Z | words system system british-english |
235 | 2024-07-15T03:44:05.529Z | words system system canadian-english |
236 | 2024-07-15T03:44:05.529Z | words system system french |
237 | 2024-07-15T03:44:05.529Z | words system system italian |
238 | 2024-07-15T03:44:05.529Z | words system system ngerman |
239 | 2024-07-15T03:44:05.529Z | words system system ogerman |
240 | 2024-07-15T03:44:05.529Z | words system system spanish |
241 | 2024-07-15T03:44:05.921Z | PUBLISHER TYPE STATUS P LOCATION |
242 | 2024-07-15T03:44:05.921Z | helios-dev origin online F https://pkg.oxide.computer/helios/2/dev/ |
243 | 2024-07-15T03:44:07.802Z | FMRI IFO |
244 | 2024-07-15T03:44:07.802Z | pkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im- |
245 | 2024-07-15T03:44:07.802Z | pkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i-- |
246 | 2024-07-15T03:44:07.802Z | pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im- |
247 | 2024-07-15T03:44:07.802Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im- |
248 | 2024-07-15T03:44:07.802Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z --- |
249 | 2024-07-15T03:44:07.802Z | pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i-- |
250 | 2024-07-15T03:44:07.802Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z i-- |
251 | 2024-07-15T03:44:07.802Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z --- |
252 | 2024-07-15T03:44:07.802Z | pkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z i-- |
253 | 2024-07-15T03:44:07.802Z | pkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z --- |
254 | 2024-07-15T03:44:07.802Z | pkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z i-- |
255 | 2024-07-15T03:44:07.802Z | pkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z --- |
256 | 2024-07-15T03:44:08.378Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
257 | 2024-07-15T03:44:08.860Z | Updating git repository `https://github.com/oxidecomputer/zone` |
258 | 2024-07-15T03:44:09.262Z | Updating crates.io index |
259 | 2024-07-15T03:44:09.328Z | Updating git repository `https://github.com/oxidecomputer/dropshot` |
260 | 2024-07-15T03:44:10.243Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
261 | 2024-07-15T03:44:11.127Z | Updating git repository `https://github.com/oxidecomputer/oxnet` |
262 | 2024-07-15T03:44:11.514Z | Updating git repository `https://github.com/oxidecomputer/progenitor` |
263 | 2024-07-15T03:44:13.755Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
264 | 2024-07-15T03:44:14.348Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
265 | 2024-07-15T03:44:14.708Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
266 | 2024-07-15T03:44:15.871Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
267 | 2024-07-15T03:44:18.140Z | Updating git repository `https://github.com/oxidecomputer/opte` |
268 | 2024-07-15T03:44:19.284Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
269 | 2024-07-15T03:44:20.062Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
270 | 2024-07-15T03:44:20.769Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
271 | 2024-07-15T03:44:21.236Z | Updating git repository `https://github.com/oxidecomputer/sprockets` |
272 | 2024-07-15T03:44:21.684Z | Updating git repository `https://github.com/oxidecomputer/async-bb8-diesel` |
273 | 2024-07-15T03:44:22.076Z | Updating git repository `https://github.com/oxidecomputer/diesel-dtrace` |
274 | 2024-07-15T03:44:22.501Z | Updating git repository `https://github.com/oxidecomputer/tofino` |
275 | 2024-07-15T03:44:23.033Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
276 | 2024-07-15T03:44:23.375Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
277 | 2024-07-15T03:44:23.717Z | Updating git repository `https://github.com/oxidecomputer/libnvme` |
278 | 2024-07-15T03:44:24.131Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
279 | 2024-07-15T03:44:24.575Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
280 | 2024-07-15T03:44:24.971Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
281 | 2024-07-15T03:44:25.401Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
282 | 2024-07-15T03:44:26.162Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
283 | 2024-07-15T03:44:26.509Z | Updating git repository `https://github.com/cbiffle/hubpack.git` |
284 | 2024-07-15T03:44:26.887Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
285 | 2024-07-15T03:44:27.409Z | Updating git repository `https://github.com/oxidecomputer/typify` |
286 | 2024-07-15T03:44:29.497Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
287 | 2024-07-15T03:44:29.934Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
288 | 2024-07-15T03:44:30.324Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
289 | 2024-07-15T03:44:30.888Z | Updating git repository `https://github.com/oxidecomputer/rfb` |
290 | 2024-07-15T03:44:32.402Z | Downloading crates ... |
291 | 2024-07-15T03:44:32.473Z | Downloaded foreign-types v0.3.2 |
292 | 2024-07-15T03:44:33.092Z | Downloaded anstyle v1.0.7 |
293 | 2024-07-15T03:44:33.092Z | Downloaded openssl-probe v0.1.5 |
294 | 2024-07-15T03:44:33.092Z | Downloaded num_threads v0.1.7 |
295 | 2024-07-15T03:44:33.092Z | Downloaded mime v0.3.17 |
296 | 2024-07-15T03:44:33.092Z | Downloaded pest_generator v2.7.10 |
297 | 2024-07-15T03:44:33.092Z | Downloaded lock_api v0.4.12 |
298 | 2024-07-15T03:44:33.092Z | Downloaded parking_lot_core v0.9.10 |
299 | 2024-07-15T03:44:33.092Z | Downloaded foreign-types-shared v0.1.1 |
300 | 2024-07-15T03:44:33.092Z | Downloaded usdt-macro v0.5.0 |
301 | 2024-07-15T03:44:33.092Z | Downloaded filetime v0.2.23 |
302 | 2024-07-15T03:44:33.092Z | Downloaded errno v0.3.9 |
303 | 2024-07-15T03:44:33.092Z | Downloaded proc-macro-error v1.0.4 |
304 | 2024-07-15T03:44:33.092Z | Downloaded xattr v1.3.1 |
305 | 2024-07-15T03:44:33.093Z | Downloaded zerocopy-derive v0.7.34 |
306 | 2024-07-15T03:44:33.093Z | Downloaded url v2.5.0 |
307 | 2024-07-15T03:44:33.093Z | Downloaded swrite v0.1.0 |
308 | 2024-07-15T03:44:33.093Z | Downloaded tokio-util v0.7.11 |
309 | 2024-07-15T03:44:33.093Z | Downloaded version_check v0.9.4 |
310 | 2024-07-15T03:44:33.093Z | Downloaded usdt-impl v0.5.0 |
311 | 2024-07-15T03:44:33.093Z | Downloaded usdt v0.5.0 |
312 | 2024-07-15T03:44:33.093Z | Downloaded tinyvec v1.6.0 |
313 | 2024-07-15T03:44:33.093Z | Downloaded tabled v0.15.0 |
314 | 2024-07-15T03:44:33.093Z | Downloaded tracing v0.1.40 |
315 | 2024-07-15T03:44:33.093Z | Downloaded zerocopy v0.7.34 |
316 | 2024-07-15T03:44:33.093Z | Downloaded unicode-width v0.1.13 |
317 | 2024-07-15T03:44:33.093Z | Downloaded tokio v1.38.0 |
318 | 2024-07-15T03:44:33.093Z | Downloaded libc v0.2.155 |
319 | 2024-07-15T03:44:33.093Z | Downloaded openssl v0.10.64 |
320 | 2024-07-15T03:44:33.093Z | Downloaded winnow v0.6.8 |
321 | 2024-07-15T03:44:33.093Z | Downloaded encoding_rs v0.8.34 |
322 | 2024-07-15T03:44:33.093Z | Downloaded syn v2.0.68 |
323 | 2024-07-15T03:44:33.093Z | Downloaded rustix v0.38.34 |
324 | 2024-07-15T03:44:33.093Z | Downloaded goblin v0.8.2 |
325 | 2024-07-15T03:44:33.093Z | Downloaded toml_edit v0.22.14 |
326 | 2024-07-15T03:44:33.093Z | Downloaded idna v0.5.0 |
327 | 2024-07-15T03:44:33.093Z | Downloaded hyper v0.14.28 |
328 | 2024-07-15T03:44:33.093Z | Downloaded hashbrown v0.14.5 |
329 | 2024-07-15T03:44:33.093Z | Downloaded futures-util v0.3.30 |
330 | 2024-07-15T03:44:33.093Z | Downloaded serde_json v1.0.120 |
331 | 2024-07-15T03:44:33.093Z | Downloaded unicode-ident v1.0.12 |
332 | 2024-07-15T03:44:33.093Z | Downloaded ucd-trie v0.1.6 |
333 | 2024-07-15T03:44:33.093Z | Downloaded toml v0.8.14 |
334 | 2024-07-15T03:44:33.093Z | Downloaded term v0.7.0 |
335 | 2024-07-15T03:44:33.093Z | Downloaded pest_meta v2.7.10 |
336 | 2024-07-15T03:44:33.093Z | Downloaded pest v2.7.10 |
337 | 2024-07-15T03:44:33.093Z | Downloaded h2 v0.3.26 |
338 | 2024-07-15T03:44:33.093Z | Downloaded futures v0.3.30 |
339 | 2024-07-15T03:44:33.093Z | Downloaded clap_builder v4.5.2 |
340 | 2024-07-15T03:44:33.093Z | Downloaded slog-term v2.9.1 |
341 | 2024-07-15T03:44:33.093Z | Downloaded sha2 v0.10.8 |
342 | 2024-07-15T03:44:33.093Z | Downloaded pest_derive v2.7.10 |
343 | 2024-07-15T03:44:33.094Z | Downloaded parking_lot v0.12.2 |
344 | 2024-07-15T03:44:33.094Z | Downloaded once_cell v1.19.0 |
345 | 2024-07-15T03:44:33.094Z | Downloaded miniz_oxide v0.7.2 |
346 | 2024-07-15T03:44:33.094Z | Downloaded memmap v0.7.0 |
347 | 2024-07-15T03:44:33.094Z | Downloaded log v0.4.21 |
348 | 2024-07-15T03:44:33.094Z | Downloaded ipnet v2.9.0 |
349 | 2024-07-15T03:44:33.094Z | Downloaded httparse v1.8.0 |
350 | 2024-07-15T03:44:33.094Z | Downloaded cc v1.0.97 |
351 | 2024-07-15T03:44:33.094Z | Downloaded vcpkg v0.2.15 |
352 | 2024-07-15T03:44:33.094Z | Downloaded utf8parse v0.2.1 |
353 | 2024-07-15T03:44:33.094Z | Downloaded try-lock v0.2.5 |
354 | 2024-07-15T03:44:33.094Z | Downloaded tokio-native-tls v0.3.1 |
355 | 2024-07-15T03:44:33.094Z | Downloaded tokio-macros v2.3.0 |
356 | 2024-07-15T03:44:33.094Z | Downloaded time-core v0.1.2 |
357 | 2024-07-15T03:44:33.094Z | Downloaded thread_local v1.1.8 |
358 | 2024-07-15T03:44:33.094Z | Downloaded thread-id v4.2.1 |
359 | 2024-07-15T03:44:33.094Z | Downloaded thiserror-impl v1.0.60 |
360 | 2024-07-15T03:44:33.094Z | Downloaded thiserror v1.0.60 |
361 | 2024-07-15T03:44:33.094Z | Downloaded take_mut v0.2.2 |
362 | 2024-07-15T03:44:33.094Z | Downloaded syn v1.0.109 |
363 | 2024-07-15T03:44:33.094Z | Downloaded slog-async v2.8.0 |
364 | 2024-07-15T03:44:33.094Z | Downloaded rustversion v1.0.17 |
365 | 2024-07-15T03:44:33.094Z | Downloaded heck v0.4.1 |
366 | 2024-07-15T03:44:33.094Z | Downloaded futures-sink v0.3.30 |
367 | 2024-07-15T03:44:33.094Z | Downloaded time v0.3.36 |
368 | 2024-07-15T03:44:33.094Z | Downloaded strum v0.26.2 |
369 | 2024-07-15T03:44:33.094Z | Downloaded socket2 v0.5.7 |
370 | 2024-07-15T03:44:33.094Z | Downloaded slab v0.4.9 |
371 | 2024-07-15T03:44:33.094Z | Downloaded serde_tokenstream v0.2.1 |
372 | 2024-07-15T03:44:33.094Z | Downloaded serde v1.0.204 |
373 | 2024-07-15T03:44:33.118Z | Downloaded scroll_derive v0.12.0 |
374 | 2024-07-15T03:44:33.119Z | Downloaded scopeguard v1.2.0 |
375 | 2024-07-15T03:44:33.119Z | Downloaded reqwest v0.11.27 |
376 | 2024-07-15T03:44:33.119Z | Downloaded proc-macro-error-attr v1.0.4 |
377 | 2024-07-15T03:44:33.119Z | Downloaded native-tls v0.2.11 |
378 | 2024-07-15T03:44:33.119Z | Downloaded match_cfg v0.1.0 |
379 | 2024-07-15T03:44:33.119Z | Downloaded adler v1.0.2 |
380 | 2024-07-15T03:44:33.119Z | Downloaded slog-json v2.6.1 |
381 | 2024-07-15T03:44:33.119Z | Downloaded quote v1.0.36 |
382 | 2024-07-15T03:44:33.119Z | Downloaded percent-encoding v2.3.1 |
383 | 2024-07-15T03:44:33.119Z | Downloaded openssl-macros v0.1.1 |
384 | 2024-07-15T03:44:33.119Z | Downloaded num_cpus v1.16.0 |
385 | 2024-07-15T03:44:33.119Z | Downloaded futures-io v0.3.30 |
386 | 2024-07-15T03:44:33.119Z | Downloaded futures-core v0.3.30 |
387 | 2024-07-15T03:44:33.119Z | Downloaded form_urlencoded v1.2.1 |
388 | 2024-07-15T03:44:33.119Z | Downloaded crossbeam-utils v0.8.19 |
389 | 2024-07-15T03:44:33.119Z | Downloaded crc32fast v1.4.0 |
390 | 2024-07-15T03:44:33.119Z | Downloaded camino v1.1.7 |
391 | 2024-07-15T03:44:33.119Z | Downloaded unicode-normalization v0.1.23 |
392 | 2024-07-15T03:44:33.119Z | Downloaded typenum v1.17.0 |
393 | 2024-07-15T03:44:33.119Z | Downloaded tracing-core v0.1.32 |
394 | 2024-07-15T03:44:33.119Z | Downloaded tar v0.4.40 |
395 | 2024-07-15T03:44:33.119Z | Downloaded papergrid v0.11.0 |
396 | 2024-07-15T03:44:33.119Z | Downloaded openssl-sys v0.9.102 |
397 | 2024-07-15T03:44:33.119Z | Downloaded mio v0.8.11 |
398 | 2024-07-15T03:44:33.119Z | Downloaded memchr v2.7.2 |
399 | 2024-07-15T03:44:33.119Z | Downloaded is_terminal_polyfill v1.70.0 |
400 | 2024-07-15T03:44:33.119Z | Downloaded indexmap v2.2.6 |
401 | 2024-07-15T03:44:33.119Z | Downloaded http v0.2.12 |
402 | 2024-07-15T03:44:33.119Z | Downloaded hostname v0.3.1 |
403 | 2024-07-15T03:44:33.143Z | Downloaded fnv v1.0.7 |
404 | 2024-07-15T03:44:33.143Z | Downloaded crossbeam-channel v0.5.12 |
405 | 2024-07-15T03:44:33.143Z | Downloaded clap_derive v4.5.4 |
406 | 2024-07-15T03:44:33.143Z | Downloaded unicode-bidi v0.3.15 |
407 | 2024-07-15T03:44:33.143Z | Downloaded time-macros v0.2.18 |
408 | 2024-07-15T03:44:33.143Z | Downloaded slog v2.7.0 |
409 | 2024-07-15T03:44:33.143Z | Downloaded serde_derive v1.0.204 |
410 | 2024-07-15T03:44:33.143Z | Downloaded semver v1.0.23 |
411 | 2024-07-15T03:44:33.143Z | Downloaded ryu v1.0.18 |
412 | 2024-07-15T03:44:33.294Z | Downloaded proc-macro2 v1.0.86 |
413 | 2024-07-15T03:44:33.294Z | Downloaded clap v4.5.4 |
414 | 2024-07-15T03:44:33.294Z | Downloaded bytes v1.6.0 |
415 | 2024-07-15T03:44:33.294Z | Downloaded want v0.3.1 |
416 | 2024-07-15T03:44:33.294Z | Downloaded toml_datetime v0.6.6 |
417 | 2024-07-15T03:44:33.339Z | Downloaded tinyvec_macros v0.1.1 |
418 | 2024-07-15T03:44:33.339Z | Downloaded terminal_size v0.3.0 |
419 | 2024-07-15T03:44:33.340Z | Downloaded tabled_derive v0.7.0 |
420 | 2024-07-15T03:44:33.340Z | Downloaded strum_macros v0.26.4 |
421 | 2024-07-15T03:44:33.340Z | Downloaded strsim v0.11.1 |
422 | 2024-07-15T03:44:33.340Z | Downloaded smallvec v1.13.2 |
423 | 2024-07-15T03:44:33.340Z | Downloaded signal-hook-registry v1.4.2 |
424 | 2024-07-15T03:44:33.340Z | Downloaded serde_urlencoded v0.7.1 |
425 | 2024-07-15T03:44:33.340Z | Downloaded scroll v0.12.0 |
426 | 2024-07-15T03:44:33.340Z | Downloaded pin-project-lite v0.2.14 |
427 | 2024-07-15T03:44:33.340Z | Downloaded pretty-hex v0.4.1 |
428 | 2024-07-15T03:44:33.340Z | Downloaded pkg-config v0.3.30 |
429 | 2024-07-15T03:44:33.340Z | Downloaded dof v0.3.0 |
430 | 2024-07-15T03:44:33.340Z | Downloaded deranged v0.3.11 |
431 | 2024-07-15T03:44:33.340Z | Downloaded usdt-attr-macro v0.5.0 |
432 | 2024-07-15T03:44:33.340Z | Downloaded tower-service v0.3.2 |
433 | 2024-07-15T03:44:33.340Z | Downloaded sync_wrapper v0.1.2 |
434 | 2024-07-15T03:44:33.340Z | Downloaded slog-bunyan v2.5.0 |
435 | 2024-07-15T03:44:33.340Z | Downloaded serde_spanned v0.6.6 |
436 | 2024-07-15T03:44:33.340Z | Downloaded rustls-pemfile v1.0.4 |
437 | 2024-07-15T03:44:33.340Z | Downloaded powerfmt v0.2.0 |
438 | 2024-07-15T03:44:33.340Z | Downloaded plain v0.2.3 |
439 | 2024-07-15T03:44:33.340Z | Downloaded pin-utils v0.1.0 |
440 | 2024-07-15T03:44:33.340Z | Downloaded colorchoice v1.0.1 |
441 | 2024-07-15T03:44:33.340Z | Downloaded flate2 v1.0.30 |
442 | 2024-07-15T03:44:33.340Z | Downloaded dirs-next v2.0.0 |
443 | 2024-07-15T03:44:33.340Z | Downloaded bytecount v0.6.8 |
444 | 2024-07-15T03:44:33.340Z | Downloaded bitflags v2.5.0 |
445 | 2024-07-15T03:44:33.340Z | Downloaded base64 v0.21.7 |
446 | 2024-07-15T03:44:33.340Z | Downloaded futures-macro v0.3.30 |
447 | 2024-07-15T03:44:33.340Z | Downloaded futures-channel v0.3.30 |
448 | 2024-07-15T03:44:33.340Z | Downloaded anstream v0.6.14 |
449 | 2024-07-15T03:44:33.340Z | Downloaded httpdate v1.0.3 |
450 | 2024-07-15T03:44:33.340Z | Downloaded futures-task v0.3.30 |
451 | 2024-07-15T03:44:33.340Z | Downloaded futures-executor v0.3.30 |
452 | 2024-07-15T03:44:33.340Z | Downloaded cargo_toml v0.20.3 |
453 | 2024-07-15T03:44:33.340Z | Downloaded cargo_metadata v0.18.1 |
454 | 2024-07-15T03:44:33.340Z | Downloaded macaddr v1.0.1 |
455 | 2024-07-15T03:44:33.340Z | Downloaded generic-array v0.14.7 |
456 | 2024-07-15T03:44:33.341Z | Downloaded fs-err v2.11.0 |
457 | 2024-07-15T03:44:33.341Z | Downloaded itoa v1.0.11 |
458 | 2024-07-15T03:44:33.341Z | Downloaded hyper-tls v0.5.0 |
459 | 2024-07-15T03:44:33.341Z | Downloaded http-body v0.4.6 |
460 | 2024-07-15T03:44:33.341Z | Downloaded heck v0.5.0 |
461 | 2024-07-15T03:44:33.341Z | Downloaded autocfg v1.3.0 |
462 | 2024-07-15T03:44:33.341Z | Downloaded anyhow v1.0.86 |
463 | 2024-07-15T03:44:33.341Z | Downloaded anstyle-parse v0.2.4 |
464 | 2024-07-15T03:44:33.341Z | Downloaded num-conv v0.1.0 |
465 | 2024-07-15T03:44:33.341Z | Downloaded crypto-common v0.1.6 |
466 | 2024-07-15T03:44:33.341Z | Downloaded clap_lex v0.7.0 |
467 | 2024-07-15T03:44:33.341Z | Downloaded is-terminal v0.4.12 |
468 | 2024-07-15T03:44:33.341Z | Downloaded equivalent v1.0.1 |
469 | 2024-07-15T03:44:33.341Z | Downloaded dirs-sys-next v0.1.2 |
470 | 2024-07-15T03:44:33.341Z | Downloaded cpufeatures v0.2.12 |
471 | 2024-07-15T03:44:33.341Z | Downloaded cfg-if v1.0.0 |
472 | 2024-07-15T03:44:33.341Z | Downloaded cargo-platform v0.1.8 |
473 | 2024-07-15T03:44:33.341Z | Downloaded byteorder v1.5.0 |
474 | 2024-07-15T03:44:33.341Z | Downloaded block-buffer v0.10.4 |
475 | 2024-07-15T03:44:33.341Z | Downloaded anstyle-query v1.0.3 |
476 | 2024-07-15T03:44:33.341Z | Downloaded dtrace-parser v0.2.0 |
477 | 2024-07-15T03:44:33.341Z | Downloaded digest v0.10.7 |
478 | 2024-07-15T03:44:33.432Z | Compiling proc-macro2 v1.0.86 |
479 | 2024-07-15T03:44:33.432Z | Compiling unicode-ident v1.0.12 |
480 | 2024-07-15T03:44:33.456Z | Compiling libc v0.2.155 |
481 | 2024-07-15T03:44:33.456Z | Compiling version_check v0.9.4 |
482 | 2024-07-15T03:44:33.456Z | Compiling cfg-if v1.0.0 |
483 | 2024-07-15T03:44:33.456Z | Compiling once_cell v1.19.0 |
484 | 2024-07-15T03:44:33.456Z | Compiling itoa v1.0.11 |
485 | 2024-07-15T03:44:33.456Z | Compiling serde v1.0.204 |
486 | 2024-07-15T03:44:33.658Z | Compiling autocfg v1.3.0 |
487 | 2024-07-15T03:44:33.732Z | Compiling memchr v2.7.2 |
488 | 2024-07-15T03:44:33.817Z | Compiling thiserror v1.0.60 |
489 | 2024-07-15T03:44:33.988Z | Compiling ryu v1.0.18 |
490 | 2024-07-15T03:44:34.217Z | Compiling pin-project-lite v0.2.14 |
491 | 2024-07-15T03:44:34.292Z | Compiling bitflags v2.5.0 |
492 | 2024-07-15T03:44:34.348Z | Compiling ucd-trie v0.1.6 |
493 | 2024-07-15T03:44:34.373Z | Compiling pkg-config v0.3.30 |
494 | 2024-07-15T03:44:34.503Z | Compiling parking_lot_core v0.9.10 |
495 | 2024-07-15T03:44:34.554Z | Compiling lock_api v0.4.12 |
496 | 2024-07-15T03:44:34.698Z | Compiling cc v1.0.97 |
497 | 2024-07-15T03:44:34.812Z | Compiling vcpkg v0.2.15 |
498 | 2024-07-15T03:44:34.969Z | Compiling slab v0.4.9 |
499 | 2024-07-15T03:44:35.166Z | Compiling quote v1.0.36 |
500 | 2024-07-15T03:44:35.355Z | Compiling bytes v1.6.0 |
501 | 2024-07-15T03:44:35.410Z | Compiling futures-core v0.3.30 |
502 | 2024-07-15T03:44:35.622Z | Compiling syn v2.0.68 |
503 | 2024-07-15T03:44:35.681Z | Compiling scopeguard v1.2.0 |
504 | 2024-07-15T03:44:35.801Z | Compiling futures-sink v0.3.30 |
505 | 2024-07-15T03:44:35.921Z | Compiling smallvec v1.13.2 |
506 | 2024-07-15T03:44:36.181Z | Compiling serde_json v1.0.120 |
507 | 2024-07-15T03:44:36.451Z | Compiling fnv v1.0.7 |
508 | 2024-07-15T03:44:36.482Z | Compiling log v0.4.21 |
509 | 2024-07-15T03:44:36.507Z | Compiling byteorder v1.5.0 |
510 | 2024-07-15T03:44:36.545Z | Compiling equivalent v1.0.1 |
511 | 2024-07-15T03:44:36.581Z | Compiling hashbrown v0.14.5 |
512 | 2024-07-15T03:44:36.834Z | Compiling parking_lot v0.12.2 |
513 | 2024-07-15T03:44:36.893Z | Compiling futures-channel v0.3.30 |
514 | 2024-07-15T03:44:36.928Z | Compiling signal-hook-registry v1.4.2 |
515 | 2024-07-15T03:44:36.953Z | Compiling socket2 v0.5.7 |
516 | 2024-07-15T03:44:37.012Z | Compiling num_cpus v1.16.0 |
517 | 2024-07-15T03:44:37.134Z | Compiling mio v0.8.11 |
518 | 2024-07-15T03:44:37.240Z | Compiling rustix v0.38.34 |
519 | 2024-07-15T03:44:37.692Z | Compiling typenum v1.17.0 |
520 | 2024-07-15T03:44:37.807Z | Compiling indexmap v2.2.6 |
521 | 2024-07-15T03:44:37.835Z | Compiling pin-utils v0.1.0 |
522 | 2024-07-15T03:44:37.937Z | Compiling futures-task v0.3.30 |
523 | 2024-07-15T03:44:38.016Z | Compiling openssl-sys v0.9.102 |
524 | 2024-07-15T03:44:38.041Z | Compiling futures-io v0.3.30 |
525 | 2024-07-15T03:44:38.345Z | Compiling errno v0.3.9 |
526 | 2024-07-15T03:44:38.370Z | Compiling generic-array v0.14.7 |
527 | 2024-07-15T03:44:38.432Z | Compiling openssl v0.10.64 |
528 | 2024-07-15T03:44:38.578Z | Compiling slog v2.7.0 |
529 | 2024-07-15T03:44:38.671Z | Compiling foreign-types-shared v0.1.1 |
530 | 2024-07-15T03:44:38.785Z | Compiling foreign-types v0.3.2 |
531 | 2024-07-15T03:44:38.915Z | Compiling http v0.2.12 |
532 | 2024-07-15T03:44:39.002Z | Compiling usdt-impl v0.5.0 |
533 | 2024-07-15T03:44:39.116Z | Compiling proc-macro-error-attr v1.0.4 |
534 | 2024-07-15T03:44:39.290Z | Compiling tracing-core v0.1.32 |
535 | 2024-07-15T03:44:39.341Z | Compiling time-core v0.1.2 |
536 | 2024-07-15T03:44:39.444Z | Compiling powerfmt v0.2.0 |
537 | 2024-07-15T03:44:39.490Z | Compiling tinyvec_macros v0.1.1 |
538 | 2024-07-15T03:44:39.576Z | Compiling httparse v1.8.0 |
539 | 2024-07-15T03:44:39.789Z | Compiling num-conv v0.1.0 |
540 | 2024-07-15T03:44:39.950Z | Compiling native-tls v0.2.11 |
541 | 2024-07-15T03:44:40.122Z | Compiling syn v1.0.109 |
542 | 2024-07-15T03:44:40.171Z | Compiling time-macros v0.2.18 |
543 | 2024-07-15T03:44:40.405Z | Compiling tracing v0.1.40 |
544 | 2024-07-15T03:44:40.590Z | Compiling deranged v0.3.11 |
545 | 2024-07-15T03:44:40.722Z | Compiling tinyvec v1.6.0 |
546 | 2024-07-15T03:44:40.777Z | Compiling thread-id v4.2.1 |
547 | 2024-07-15T03:44:41.188Z | Compiling proc-macro-error v1.0.4 |
548 | 2024-07-15T03:44:41.405Z | Compiling crossbeam-utils v0.8.19 |
549 | 2024-07-15T03:44:41.433Z | Compiling heck v0.5.0 |
550 | 2024-07-15T03:44:41.476Z | Compiling utf8parse v0.2.1 |
551 | 2024-07-15T03:44:41.619Z | Compiling try-lock v0.2.5 |
552 | 2024-07-15T03:44:41.752Z | Compiling percent-encoding v2.3.1 |
553 | 2024-07-15T03:44:41.805Z | Compiling openssl-probe v0.1.5 |
554 | 2024-07-15T03:44:41.880Z | Compiling num_threads v0.1.7 |
555 | 2024-07-15T03:44:41.947Z | Compiling rustversion v1.0.17 |
556 | 2024-07-15T03:44:41.972Z | Compiling plain v0.2.3 |
557 | 2024-07-15T03:44:42.041Z | Compiling form_urlencoded v1.2.1 |
558 | 2024-07-15T03:44:42.081Z | Compiling unicode-normalization v0.1.23 |
559 | 2024-07-15T03:44:42.118Z | Compiling want v0.3.1 |
560 | 2024-07-15T03:44:42.144Z | Compiling anstyle-parse v0.2.4 |
561 | 2024-07-15T03:44:42.448Z | Compiling http-body v0.4.6 |
562 | 2024-07-15T03:44:42.618Z | Compiling dirs-sys-next v0.1.2 |
563 | 2024-07-15T03:44:42.916Z | Compiling time v0.3.36 |
564 | 2024-07-15T03:44:42.952Z | Compiling camino v1.1.7 |
565 | 2024-07-15T03:44:42.977Z | Compiling winnow v0.6.8 |
566 | 2024-07-15T03:44:43.023Z | Compiling colorchoice v1.0.1 |
567 | 2024-07-15T03:44:43.106Z | Compiling semver v1.0.23 |
568 | 2024-07-15T03:44:43.191Z | Compiling httpdate v1.0.3 |
569 | 2024-07-15T03:44:43.191Z | Compiling unicode-bidi v0.3.15 |
570 | 2024-07-15T03:44:43.458Z | Compiling anstyle-query v1.0.3 |
571 | 2024-07-15T03:44:43.507Z | Compiling anstyle v1.0.7 |
572 | 2024-07-15T03:44:43.583Z | Compiling tower-service v0.3.2 |
573 | 2024-07-15T03:44:43.612Z | Compiling is_terminal_polyfill v1.70.0 |
574 | 2024-07-15T03:44:43.706Z | Compiling pretty-hex v0.4.1 |
575 | 2024-07-15T03:44:43.731Z | Compiling crc32fast v1.4.0 |
576 | 2024-07-15T03:44:43.879Z | Compiling anstream v0.6.14 |
577 | 2024-07-15T03:44:43.904Z | Compiling idna v0.5.0 |
578 | 2024-07-15T03:44:44.454Z | Compiling dirs-next v2.0.0 |
579 | 2024-07-15T03:44:45.196Z | Compiling block-buffer v0.10.4 |
580 | 2024-07-15T03:44:45.248Z | Compiling crypto-common v0.1.6 |
581 | 2024-07-15T03:44:45.415Z | Compiling terminal_size v0.3.0 |
582 | 2024-07-15T03:44:45.551Z | Compiling fs-err v2.11.0 |
583 | 2024-07-15T03:44:45.593Z | Compiling thread_local v1.1.8 |
584 | 2024-07-15T03:44:45.790Z | Compiling anyhow v1.0.86 |
585 | 2024-07-15T03:44:45.815Z | Compiling bytecount v0.6.8 |
586 | 2024-07-15T03:44:45.856Z | Compiling match_cfg v0.1.0 |
587 | 2024-07-15T03:44:45.948Z | Compiling base64 v0.21.7 |
588 | 2024-07-15T03:44:46.015Z | Compiling slog-async v2.8.0 |
589 | 2024-07-15T03:44:46.091Z | Compiling strsim v0.11.1 |
590 | 2024-07-15T03:44:46.120Z | Compiling unicode-width v0.1.13 |
591 | 2024-07-15T03:44:46.198Z | Compiling adler v1.0.2 |
592 | 2024-07-15T03:44:46.289Z | Compiling heck v0.4.1 |
593 | 2024-07-15T03:44:46.340Z | Compiling clap_lex v0.7.0 |
594 | 2024-07-15T03:44:46.409Z | Compiling rustls-pemfile v1.0.4 |
595 | 2024-07-15T03:44:46.513Z | Compiling miniz_oxide v0.7.2 |
596 | 2024-07-15T03:44:46.608Z | Compiling clap_builder v4.5.2 |
597 | 2024-07-15T03:44:46.725Z | Compiling serde_derive v1.0.204 |
598 | 2024-07-15T03:44:46.793Z | Compiling thiserror-impl v1.0.60 |
599 | 2024-07-15T03:44:46.818Z | Compiling zerocopy-derive v0.7.34 |
600 | 2024-07-15T03:44:46.876Z | Compiling tokio-macros v2.3.0 |
601 | 2024-07-15T03:44:46.914Z | Compiling futures-macro v0.3.30 |
602 | 2024-07-15T03:44:47.838Z | Compiling scroll_derive v0.12.0 |
603 | 2024-07-15T03:44:47.911Z | Compiling openssl-macros v0.1.1 |
604 | 2024-07-15T03:44:48.295Z | Compiling tokio v1.38.0 |
605 | 2024-07-15T03:44:48.597Z | Compiling futures-util v0.3.30 |
606 | 2024-07-15T03:44:48.778Z | Compiling zerocopy v0.7.34 |
607 | 2024-07-15T03:44:49.071Z | Compiling scroll v0.12.0 |
608 | 2024-07-15T03:44:49.544Z | Compiling goblin v0.8.2 |
609 | 2024-07-15T03:44:49.700Z | Compiling pest v2.7.10 |
610 | 2024-07-15T03:44:50.110Z | Compiling tabled_derive v0.7.0 |
611 | 2024-07-15T03:44:52.355Z | Compiling pest_meta v2.7.10 |
612 | 2024-07-15T03:44:52.399Z | Compiling strum_macros v0.26.4 |
613 | 2024-07-15T03:44:54.825Z | Compiling pest_generator v2.7.10 |
614 | 2024-07-15T03:44:55.979Z | Compiling tokio-util v0.7.11 |
615 | 2024-07-15T03:44:56.843Z | Compiling h2 v0.3.26 |
616 | 2024-07-15T03:44:56.919Z | Compiling pest_derive v2.7.10 |
617 | 2024-07-15T03:44:57.029Z | Compiling tokio-native-tls v0.3.1 |
618 | 2024-07-15T03:44:57.173Z | Compiling futures-executor v0.3.30 |
619 | 2024-07-15T03:44:57.272Z | Compiling clap_derive v4.5.4 |
620 | 2024-07-15T03:44:57.564Z | Compiling dtrace-parser v0.2.0 |
621 | 2024-07-15T03:44:57.703Z | Compiling papergrid v0.11.0 |
622 | 2024-07-15T03:44:58.485Z | Compiling hostname v0.3.1 |
623 | 2024-07-15T03:44:59.110Z | Compiling serde_tokenstream v0.2.1 |
624 | 2024-07-15T03:44:59.377Z | Compiling serde_spanned v0.6.6 |
625 | 2024-07-15T03:44:59.573Z | Compiling toml_datetime v0.6.6 |
626 | 2024-07-15T03:45:00.070Z | Compiling toml_edit v0.22.14 |
627 | 2024-07-15T03:45:00.342Z | Compiling dof v0.3.0 |
628 | 2024-07-15T03:45:01.245Z | Compiling hyper v0.14.28 |
629 | 2024-07-15T03:45:01.354Z | Compiling slog-json v2.6.1 |
630 | 2024-07-15T03:45:01.379Z | Compiling serde_urlencoded v0.7.1 |
631 | 2024-07-15T03:45:01.960Z | Compiling cargo-platform v0.1.8 |
632 | 2024-07-15T03:45:02.312Z | Compiling digest v0.10.7 |
633 | 2024-07-15T03:45:02.499Z | Compiling crossbeam-channel v0.5.12 |
634 | 2024-07-15T03:45:02.656Z | Compiling toml v0.8.14 |
635 | 2024-07-15T03:45:02.680Z | Compiling term v0.7.0 |
636 | 2024-07-15T03:45:02.681Z | Compiling url v2.5.0 |
637 | 2024-07-15T03:45:03.209Z | Compiling usdt-macro v0.5.0 |
638 | 2024-07-15T03:45:03.298Z | Compiling usdt-attr-macro v0.5.0 |
639 | 2024-07-15T03:45:03.443Z | Compiling xattr v1.3.1 |
640 | 2024-07-15T03:45:03.683Z | Compiling is-terminal v0.4.12 |
641 | 2024-07-15T03:45:03.801Z | Compiling filetime v0.2.23 |
642 | 2024-07-15T03:45:03.993Z | Compiling memmap v0.7.0 |
643 | 2024-07-15T03:45:04.099Z | Compiling encoding_rs v0.8.34 |
644 | 2024-07-15T03:45:04.131Z | Compiling take_mut v0.2.2 |
645 | 2024-07-15T03:45:04.286Z | Compiling sync_wrapper v0.1.2 |
646 | 2024-07-15T03:45:04.313Z | Compiling hyper-tls v0.5.0 |
647 | 2024-07-15T03:45:04.337Z | Compiling ipnet v2.9.0 |
648 | 2024-07-15T03:45:04.337Z | Compiling cpufeatures v0.2.12 |
649 | 2024-07-15T03:45:04.419Z | Compiling mime v0.3.17 |
650 | 2024-07-15T03:45:04.463Z | Compiling sha2 v0.10.8 |
651 | 2024-07-15T03:45:04.533Z | Compiling usdt v0.5.0 |
652 | 2024-07-15T03:45:04.959Z | Compiling tar v0.4.40 |
653 | 2024-07-15T03:45:04.983Z | Compiling slog-term v2.9.1 |
654 | 2024-07-15T03:45:05.453Z | Compiling cargo_toml v0.20.3 |
655 | 2024-07-15T03:45:05.671Z | Compiling flate2 v1.0.30 |
656 | 2024-07-15T03:45:06.027Z | Compiling reqwest v0.11.27 |
657 | 2024-07-15T03:45:06.436Z | Compiling cargo_metadata v0.18.1 |
658 | 2024-07-15T03:45:06.692Z | Compiling slog-bunyan v2.5.0 |
659 | 2024-07-15T03:45:06.872Z | Compiling clap v4.5.4 |
660 | 2024-07-15T03:45:06.903Z | Compiling tabled v0.15.0 |
661 | 2024-07-15T03:45:06.985Z | Compiling macaddr v1.0.1 |
662 | 2024-07-15T03:45:07.009Z | Compiling futures v0.3.30 |
663 | 2024-07-15T03:45:07.116Z | Compiling strum v0.26.2 |
664 | 2024-07-15T03:45:07.283Z | Compiling swrite v0.1.0 |
665 | 2024-07-15T03:45:11.888Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
666 | 2024-07-15T03:45:22.001Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 13s |
667 | 2024-07-15T03:45:22.234Z | Running `target/debug/xtask download cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
668 | 2024-07-15T03:45:22.311Z | Jul 15 03:45:21.369 INFO Starting download, target: Clickhouse |
669 | 2024-07-15T03:45:22.311Z | Jul 15 03:45:21.369 INFO Starting download, target: Console |
670 | 2024-07-15T03:45:22.311Z | Jul 15 03:45:21.369 INFO Starting download, target: Cockroach |
671 | 2024-07-15T03:45:22.336Z | Jul 15 03:45:21.369 INFO Starting download, target: MaghemiteMgd |
672 | 2024-07-15T03:45:22.336Z | Jul 15 03:45:21.369 INFO Starting download, target: DendriteStub |
673 | 2024-07-15T03:45:22.336Z | Jul 15 03:45:21.369 INFO Starting download, target: DendriteOpenapi |
674 | 2024-07-15T03:45:22.336Z | Jul 15 03:45:21.369 INFO Starting download, target: TransceiverControl |
675 | 2024-07-15T03:45:22.336Z | Jul 15 03:45:21.371 INFO Downloading out/downloads/dpd-e83f4f164fd3dbb2100989a399a4fa087232ac36.json (attempt 1/3), target: DendriteOpenapi |
676 | 2024-07-15T03:45:22.336Z | Jul 15 03:45:21.371 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console |
677 | 2024-07-15T03:45:22.336Z | Jul 15 03:45:21.371 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl |
678 | 2024-07-15T03:45:22.336Z | Jul 15 03:45:21.371 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd |
679 | 2024-07-15T03:45:22.336Z | Jul 15 03:45:21.371 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub |
680 | 2024-07-15T03:45:22.336Z | Jul 15 03:45:21.371 INFO Downloading out/downloads/cockroach-v22.1.9.illumos.tar.gz (attempt 1/3), target: Cockroach |
681 | 2024-07-15T03:45:22.336Z | Jul 15 03:45:21.371 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse |
682 | 2024-07-15T03:45:22.652Z | Jul 15 03:45:21.708 INFO Download complete, target: DendriteOpenapi |
683 | 2024-07-15T03:45:22.754Z | Jul 15 03:45:21.802 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console |
684 | 2024-07-15T03:45:23.013Z | Jul 15 03:45:22.071 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl |
685 | 2024-07-15T03:45:23.248Z | Jul 15 03:45:22.306 INFO Download complete, target: Console |
686 | 2024-07-15T03:45:23.731Z | Jul 15 03:45:22.788 INFO Download complete, target: TransceiverControl |
687 | 2024-07-15T03:45:24.174Z | Jul 15 03:45:23.231 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub |
688 | 2024-07-15T03:45:24.888Z | Jul 15 03:45:23.946 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd |
689 | 2024-07-15T03:45:27.412Z | Jul 15 03:45:26.470 INFO Download complete, target: DendriteStub |
690 | 2024-07-15T03:45:28.191Z | Jul 15 03:45:27.241 INFO tarball path: out/downloads/cockroach-v22.1.9.illumos.tar.gz, target: Cockroach |
691 | 2024-07-15T03:45:28.191Z | Jul 15 03:45:27.241 INFO Unpacking out/downloads/cockroach-v22.1.9.illumos.tar.gz to out/downloads, target: Cockroach |
692 | 2024-07-15T03:45:28.290Z | Jul 15 03:45:27.347 INFO Download complete, target: MaghemiteMgd |
693 | 2024-07-15T03:45:35.607Z | Jul 15 03:45:34.665 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse |
694 | 2024-07-15T03:45:37.960Z | Jul 15 03:45:37.018 INFO Copying from out/downloads/cockroach-v22.1.9 to out/cockroachdb, target: Cockroach |
695 | 2024-07-15T03:45:38.404Z | Jul 15 03:45:37.458 INFO Checking that binary works, target: Cockroach |
696 | 2024-07-15T03:45:38.604Z | Jul 15 03:45:37.661 INFO Download complete, target: Cockroach |
697 | 2024-07-15T03:45:52.215Z | Jul 15 03:45:51.273 INFO Checking that binary works, target: Clickhouse |
698 | 2024-07-15T03:45:52.377Z | Jul 15 03:45:51.434 INFO Download complete, target: Clickhouse |
699 | 2024-07-15T03:45:52.405Z | All builder prerequisites installed successfully, and PATH looks valid |
700 | 2024-07-15T03:45:52.429Z | |
701 | 2024-07-15T03:45:52.430Z | real 2:51.717917879 |
702 | 2024-07-15T03:45:52.430Z | user 5:21.091101603 |
703 | 2024-07-15T03:45:52.430Z | sys 1:19.740427105 |
704 | 2024-07-15T03:45:52.430Z | trap 0.200311872 |
705 | 2024-07-15T03:45:52.430Z | tflt 0.093210948 |
706 | 2024-07-15T03:45:52.430Z | dflt 0.655078635 |
707 | 2024-07-15T03:45:52.430Z | kflt 0.006675529 |
708 | 2024-07-15T03:45:52.430Z | lock 14:21.361668132 |
709 | 2024-07-15T03:45:52.430Z | slp 15:01.147636614 |
710 | 2024-07-15T03:45:52.430Z | lat 24.859295742 |
711 | 2024-07-15T03:45:52.430Z | stop 1:02.966627409 |
712 | 2024-07-15T03:45:52.430Z | + banner clippy |
713 | 2024-07-15T03:45:52.430Z | |
714 | 2024-07-15T03:45:52.430Z | #### # # ##### ##### # # |
715 | 2024-07-15T03:45:52.430Z | # # # # # # # # # # |
716 | 2024-07-15T03:45:52.430Z | # # # # # # # # |
717 | 2024-07-15T03:45:52.430Z | # # # ##### ##### # |
718 | 2024-07-15T03:45:52.430Z | # # # # # # # |
719 | 2024-07-15T03:45:52.430Z | #### ###### # # # # |
720 | 2024-07-15T03:45:52.430Z | |
721 | 2024-07-15T03:45:52.430Z | + export CARGO_INCREMENTAL=0 |
722 | 2024-07-15T03:45:52.430Z | + CARGO_INCREMENTAL=0 |
723 | 2024-07-15T03:45:52.430Z | + ptime -m cargo xtask clippy |
724 | 2024-07-15T03:45:53.192Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
725 | 2024-07-15T03:46:03.369Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 10.89s |
726 | 2024-07-15T03:46:03.420Z | Running `target/debug/xtask clippy` |
727 | 2024-07-15T03:46:03.456Z | running: "/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/cargo" "clippy" "--all-targets" "--workspace" "--" "--deny" "warnings" |
728 | 2024-07-15T03:46:04.418Z | Downloading crates ... |
729 | 2024-07-15T03:46:04.620Z | Downloaded bitstruct v0.1.1 |
730 | 2024-07-15T03:46:04.646Z | Downloaded curve25519-dalek-derive v0.1.1 |
731 | 2024-07-15T03:46:04.671Z | Downloaded serde_plain v1.0.2 |
732 | 2024-07-15T03:46:04.671Z | Downloaded serde-big-array v0.5.1 |
733 | 2024-07-15T03:46:04.671Z | Downloaded stability v0.2.0 |
734 | 2024-07-15T03:46:04.696Z | Downloaded thiserror-impl-no-std v2.0.2 |
735 | 2024-07-15T03:46:04.696Z | Downloaded russh-cryptovec v0.7.2 |
736 | 2024-07-15T03:46:04.721Z | Downloaded debug-ignore v1.0.5 |
737 | 2024-07-15T03:46:04.721Z | Downloaded phf_shared v0.11.2 |
738 | 2024-07-15T03:46:04.721Z | Downloaded pem v3.0.4 |
739 | 2024-07-15T03:46:04.746Z | Downloaded tower-layer v0.3.2 |
740 | 2024-07-15T03:46:04.746Z | Downloaded smawk v0.3.2 |
741 | 2024-07-15T03:46:04.746Z | Downloaded unicode-linebreak v0.1.5 |
742 | 2024-07-15T03:46:04.746Z | Downloaded unarray v0.1.4 |
743 | 2024-07-15T03:46:04.771Z | Downloaded hubpack_derive v0.1.1 |
744 | 2024-07-15T03:46:04.771Z | Downloaded shlex v1.3.0 |
745 | 2024-07-15T03:46:04.771Z | Downloaded endian-type v0.1.2 |
746 | 2024-07-15T03:46:04.771Z | Downloaded home v0.5.9 |
747 | 2024-07-15T03:46:04.796Z | Downloaded which v4.4.2 |
748 | 2024-07-15T03:46:04.796Z | Downloaded precomputed-hash v0.1.1 |
749 | 2024-07-15T03:46:04.796Z | Downloaded psl-types v2.0.11 |
750 | 2024-07-15T03:46:04.822Z | Downloaded vte_generate_state_changes v0.1.1 |
751 | 2024-07-15T03:46:04.822Z | Downloaded quick-error v1.2.3 |
752 | 2024-07-15T03:46:04.822Z | Downloaded proc-macro-crate v1.3.1 |
753 | 2024-07-15T03:46:04.822Z | Downloaded ref-cast v1.0.23 |
754 | 2024-07-15T03:46:04.822Z | Downloaded rand_xorshift v0.3.0 |
755 | 2024-07-15T03:46:04.847Z | Downloaded unicode-xid v0.2.4 |
756 | 2024-07-15T03:46:04.847Z | Downloaded slog-dtrace v0.3.0 |
757 | 2024-07-15T03:46:04.847Z | Downloaded rcgen v0.12.1 |
758 | 2024-07-15T03:46:04.873Z | Downloaded r2d2 v0.8.10 |
759 | 2024-07-15T03:46:04.873Z | Downloaded reedline v0.31.0 |
760 | 2024-07-15T03:46:04.899Z | Downloaded unicode-segmentation v1.11.0 |
761 | 2024-07-15T03:46:04.899Z | Downloaded pretty_assertions v1.4.0 |
762 | 2024-07-15T03:46:04.923Z | Downloaded ratatui v0.27.0 |
763 | 2024-07-15T03:46:04.949Z | Downloaded diesel v2.1.6 |
764 | 2024-07-15T03:46:04.974Z | Downloaded sled v0.34.7 |
765 | 2024-07-15T03:46:04.998Z | Downloaded object v0.32.2 |
766 | 2024-07-15T03:46:05.023Z | Downloaded nix v0.28.0 |
767 | 2024-07-15T03:46:05.023Z | Downloaded sha3 v0.10.8 |
768 | 2024-07-15T03:46:05.047Z | Downloaded csv v1.3.0 |
769 | 2024-07-15T03:46:05.072Z | Downloaded finl_unicode v1.2.0 |
770 | 2024-07-15T03:46:05.096Z | Downloaded regex-automata v0.4.6 |
771 | 2024-07-15T03:46:05.096Z | Downloaded polar-core v0.27.3 |
772 | 2024-07-15T03:46:05.120Z | Downloaded petgraph v0.6.5 |
773 | 2024-07-15T03:46:05.145Z | Downloaded peg-macros v0.8.3 |
774 | 2024-07-15T03:46:05.145Z | Downloaded rustls v0.22.4 |
775 | 2024-07-15T03:46:05.170Z | Downloaded openapiv3 v2.0.0 |
776 | 2024-07-15T03:46:05.170Z | Downloaded quick-xml v0.31.0 |
777 | 2024-07-15T03:46:05.194Z | Downloaded proptest v1.4.0 |
778 | 2024-07-15T03:46:05.194Z | Downloaded winnow v0.5.40 |
779 | 2024-07-15T03:46:05.218Z | Downloaded zerocopy-derive v0.6.6 |
780 | 2024-07-15T03:46:05.219Z | Downloaded rustls-webpki v0.101.7 |
781 | 2024-07-15T03:46:05.243Z | Downloaded rustls v0.21.12 |
782 | 2024-07-15T03:46:05.243Z | Downloaded rand v0.8.5 |
783 | 2024-07-15T03:46:05.267Z | Downloaded ring v0.17.8 |
784 | 2024-07-15T03:46:05.326Z | Downloaded rand v0.7.3 |
785 | 2024-07-15T03:46:05.350Z | Downloaded hyper v1.3.1 |
786 | 2024-07-15T03:46:05.350Z | Downloaded regress v0.9.1 |
787 | 2024-07-15T03:46:05.350Z | Downloaded regex-syntax v0.8.3 |
788 | 2024-07-15T03:46:05.375Z | Downloaded ring v0.16.20 |
789 | 2024-07-15T03:46:05.452Z | Downloaded regex-syntax v0.6.29 |
790 | 2024-07-15T03:46:05.477Z | Downloaded portable-atomic v1.6.0 |
791 | 2024-07-15T03:46:05.477Z | Downloaded plotters v0.3.5 |
792 | 2024-07-15T03:46:05.501Z | Downloaded object v0.30.4 |
793 | 2024-07-15T03:46:05.501Z | Downloaded nix v0.27.1 |
794 | 2024-07-15T03:46:05.526Z | Downloaded idna v0.3.0 |
795 | 2024-07-15T03:46:05.526Z | Downloaded idna v0.2.3 |
796 | 2024-07-15T03:46:05.526Z | Downloaded bzip2-sys v0.1.11+1.0.8 |
797 | 2024-07-15T03:46:05.550Z | Downloaded rayon v1.10.0 |
798 | 2024-07-15T03:46:05.550Z | Downloaded uuid v1.9.1 |
799 | 2024-07-15T03:46:05.550Z | Downloaded prettyplease v0.2.20 |
800 | 2024-07-15T03:46:05.550Z | Downloaded rand_distr v0.4.3 |
801 | 2024-07-15T03:46:05.575Z | Downloaded radix_trie v0.2.1 |
802 | 2024-07-15T03:46:05.575Z | Downloaded webpki-roots v0.25.4 |
803 | 2024-07-15T03:46:05.575Z | Downloaded hyper-util v0.1.3 |
804 | 2024-07-15T03:46:05.575Z | Downloaded diesel_derives v2.1.4 |
805 | 2024-07-15T03:46:05.575Z | Downloaded trust-dns-proto v0.22.0 |
806 | 2024-07-15T03:46:05.600Z | Downloaded smoltcp v0.11.0 |
807 | 2024-07-15T03:46:05.600Z | Downloaded rustls-webpki v0.102.4 |
808 | 2024-07-15T03:46:05.630Z | Downloaded itertools v0.12.1 |
809 | 2024-07-15T03:46:05.630Z | Downloaded expectorate v1.1.0 |
810 | 2024-07-15T03:46:05.656Z | Downloaded elliptic-curve v0.13.8 |
811 | 2024-07-15T03:46:05.656Z | Downloaded ed25519-dalek v2.1.1 |
812 | 2024-07-15T03:46:05.656Z | Downloaded http v1.1.0 |
813 | 2024-07-15T03:46:05.656Z | Downloaded regex v1.10.5 |
814 | 2024-07-15T03:46:05.680Z | Downloaded smoltcp v0.9.1 |
815 | 2024-07-15T03:46:05.680Z | Downloaded postgres-types v0.2.6 |
816 | 2024-07-15T03:46:05.680Z | Downloaded diff v0.1.13 |
817 | 2024-07-15T03:46:05.680Z | Downloaded hkdf v0.12.4 |
818 | 2024-07-15T03:46:05.705Z | Downloaded typed-path v0.7.1 |
819 | 2024-07-15T03:46:05.705Z | Downloaded salty v0.2.0 |
820 | 2024-07-15T03:46:05.705Z | Downloaded hashbrown v0.13.2 |
821 | 2024-07-15T03:46:05.705Z | Downloaded rayon-core v1.12.1 |
822 | 2024-07-15T03:46:05.730Z | Downloaded rand_core v0.5.1 |
823 | 2024-07-15T03:46:05.730Z | Downloaded similar v2.5.0 |
824 | 2024-07-15T03:46:05.730Z | Downloaded nom v7.1.3 |
825 | 2024-07-15T03:46:05.730Z | Downloaded unicode_categories v0.1.1 |
826 | 2024-07-15T03:46:05.730Z | Downloaded serde_with v3.8.3 |
827 | 2024-07-15T03:46:05.754Z | Downloaded gimli v0.28.1 |
828 | 2024-07-15T03:46:05.754Z | Downloaded libxml v0.3.3 |
829 | 2024-07-15T03:46:05.754Z | Downloaded bstr v1.9.1 |
830 | 2024-07-15T03:46:05.779Z | Downloaded unicode-truncate v1.0.0 |
831 | 2024-07-15T03:46:05.779Z | Downloaded signal-hook v0.3.17 |
832 | 2024-07-15T03:46:05.779Z | Downloaded radium v0.7.0 |
833 | 2024-07-15T03:46:05.779Z | Downloaded publicsuffix v2.2.3 |
834 | 2024-07-15T03:46:05.779Z | Downloaded uzers v0.11.3 |
835 | 2024-07-15T03:46:05.779Z | Downloaded rand_chacha v0.3.1 |
836 | 2024-07-15T03:46:05.779Z | Downloaded x509-cert v0.2.5 |
837 | 2024-07-15T03:46:05.779Z | Downloaded regex-automata v0.1.10 |
838 | 2024-07-15T03:46:05.803Z | Downloaded tungstenite v0.21.0 |
839 | 2024-07-15T03:46:05.803Z | Downloaded tower v0.4.13 |
840 | 2024-07-15T03:46:05.803Z | Downloaded num-bigint v0.4.5 |
841 | 2024-07-15T03:46:05.828Z | Downloaded minimal-lexical v0.2.1 |
842 | 2024-07-15T03:46:05.828Z | Downloaded lalrpop v0.19.12 |
843 | 2024-07-15T03:46:05.828Z | Downloaded vte v0.11.1 |
844 | 2024-07-15T03:46:05.828Z | Downloaded vsss-rs v3.3.4 |
845 | 2024-07-15T03:46:05.828Z | Downloaded unsafe-libyaml v0.2.11 |
846 | 2024-07-15T03:46:05.852Z | Downloaded similar-asserts v1.5.0 |
847 | 2024-07-15T03:46:05.853Z | Downloaded fallible-iterator v0.2.0 |
848 | 2024-07-15T03:46:05.853Z | Downloaded env_logger v0.10.2 |
849 | 2024-07-15T03:46:05.853Z | Downloaded hyper-rustls v0.26.0 |
850 | 2024-07-15T03:46:05.853Z | Downloaded rustyline v14.0.0 |
851 | 2024-07-15T03:46:05.853Z | Downloaded rand_seeder v0.2.3 |
852 | 2024-07-15T03:46:05.853Z | Downloaded primeorder v0.13.6 |
853 | 2024-07-15T03:46:05.853Z | Downloaded rand_core v0.6.4 |
854 | 2024-07-15T03:46:05.877Z | Downloaded signature v1.6.4 |
855 | 2024-07-15T03:46:05.877Z | Downloaded predicates v3.1.0 |
856 | 2024-07-15T03:46:05.877Z | Downloaded heapless v0.8.0 |
857 | 2024-07-15T03:46:05.877Z | Downloaded heapless v0.7.17 |
858 | 2024-07-15T03:46:05.877Z | Downloaded trust-dns-server v0.22.1 |
859 | 2024-07-15T03:46:05.877Z | Downloaded tough v0.17.1 |
860 | 2024-07-15T03:46:05.902Z | Downloaded toml_edit v0.19.15 |
861 | 2024-07-15T03:46:05.926Z | Downloaded curve25519-dalek v4.1.3 |
862 | 2024-07-15T03:46:05.926Z | Downloaded rand_chacha v0.2.2 |
863 | 2024-07-15T03:46:05.926Z | Downloaded pbkdf2 v0.12.2 |
864 | 2024-07-15T03:46:05.926Z | Downloaded ed25519 v2.2.3 |
865 | 2024-07-15T03:46:05.926Z | Downloaded fancy-regex v0.13.0 |
866 | 2024-07-15T03:46:05.926Z | Downloaded postcard v1.0.8 |
867 | 2024-07-15T03:46:05.926Z | Downloaded wait-timeout v0.2.0 |
868 | 2024-07-15T03:46:05.951Z | Downloaded universal-hash v0.5.1 |
869 | 2024-07-15T03:46:05.951Z | Downloaded waitgroup v0.1.2 |
870 | 2024-07-15T03:46:05.951Z | Downloaded siphasher v0.3.11 |
871 | 2024-07-15T03:46:05.951Z | Downloaded sigpipe v0.1.3 |
872 | 2024-07-15T03:46:05.951Z | Downloaded signature v2.2.0 |
873 | 2024-07-15T03:46:05.951Z | Downloaded pretty-hex v0.2.1 |
874 | 2024-07-15T03:46:05.951Z | Downloaded predicates-tree v1.0.9 |
875 | 2024-07-15T03:46:05.951Z | Downloaded predicates-core v1.0.6 |
876 | 2024-07-15T03:46:05.951Z | Downloaded peg v0.8.3 |
877 | 2024-07-15T03:46:05.951Z | Downloaded hyper-staticfile v0.9.5 |
878 | 2024-07-15T03:46:05.951Z | Downloaded yasna v0.5.2 |
879 | 2024-07-15T03:46:05.951Z | Downloaded env_logger v0.9.3 |
880 | 2024-07-15T03:46:05.951Z | Downloaded enum-as-inner v0.5.1 |
881 | 2024-07-15T03:46:05.951Z | Downloaded ena v0.14.3 |
882 | 2024-07-15T03:46:05.976Z | Downloaded either v1.12.0 |
883 | 2024-07-15T03:46:05.976Z | Downloaded trust-dns-resolver v0.22.0 |
884 | 2024-07-15T03:46:05.976Z | Downloaded tokio-postgres v0.7.10 |
885 | 2024-07-15T03:46:05.976Z | Downloaded utf-8 v0.7.6 |
886 | 2024-07-15T03:46:05.976Z | Downloaded untrusted v0.9.0 |
887 | 2024-07-15T03:46:05.976Z | Downloaded untrusted v0.7.1 |
888 | 2024-07-15T03:46:05.976Z | Downloaded walkdir v2.5.0 |
889 | 2024-07-15T03:46:05.976Z | Downloaded ppv-lite86 v0.2.17 |
890 | 2024-07-15T03:46:05.976Z | Downloaded dhcproto v0.11.0 |
891 | 2024-07-15T03:46:05.976Z | Downloaded derive_more v0.99.18 |
892 | 2024-07-15T03:46:06.001Z | Downloaded zerocopy v0.6.6 |
893 | 2024-07-15T03:46:06.001Z | Downloaded dyn-clone v1.0.17 |
894 | 2024-07-15T03:46:06.001Z | Downloaded hyper-rustls v0.24.2 |
895 | 2024-07-15T03:46:06.001Z | Downloaded humantime v2.1.0 |
896 | 2024-07-15T03:46:06.001Z | Downloaded hubpack v0.1.2 |
897 | 2024-07-15T03:46:06.001Z | Downloaded httptest v0.15.5 |
898 | 2024-07-15T03:46:06.001Z | Downloaded http-body v1.0.0 |
899 | 2024-07-15T03:46:06.001Z | Downloaded hmac v0.12.1 |
900 | 2024-07-15T03:46:06.001Z | Downloaded serde_yaml v0.9.34+deprecated |
901 | 2024-07-15T03:46:06.026Z | Downloaded schemars v0.8.21 |
902 | 2024-07-15T03:46:06.026Z | Downloaded tungstenite v0.20.1 |
903 | 2024-07-15T03:46:06.026Z | Downloaded toml v0.5.11 |
904 | 2024-07-15T03:46:06.026Z | Downloaded derive-where v1.2.7 |
905 | 2024-07-15T03:46:06.050Z | Downloaded der v0.7.9 |
906 | 2024-07-15T03:46:06.050Z | Downloaded defmt v0.3.8 |
907 | 2024-07-15T03:46:06.051Z | Downloaded p256 v0.13.2 |
908 | 2024-07-15T03:46:06.051Z | Downloaded bstr v0.2.17 |
909 | 2024-07-15T03:46:06.051Z | Downloaded signal-hook-tokio v0.3.1 |
910 | 2024-07-15T03:46:06.075Z | Downloaded signal-hook-mio v0.2.3 |
911 | 2024-07-15T03:46:06.075Z | Downloaded whoami v1.5.1 |
912 | 2024-07-15T03:46:06.075Z | Downloaded erased-serde v0.3.31 |
913 | 2024-07-15T03:46:06.075Z | Downloaded ecdsa v0.16.9 |
914 | 2024-07-15T03:46:06.075Z | Downloaded hostname v0.4.0 |
915 | 2024-07-15T03:46:06.075Z | Downloaded hex-literal v0.4.1 |
916 | 2024-07-15T03:46:06.075Z | Downloaded fatfs v0.3.6 |
917 | 2024-07-15T03:46:06.075Z | Downloaded samael v0.0.15 |
918 | 2024-07-15T03:46:06.075Z | Downloaded trust-dns-client v0.22.0 |
919 | 2024-07-15T03:46:06.100Z | Downloaded snafu v0.8.2 |
920 | 2024-07-15T03:46:06.100Z | Downloaded sqlparser v0.45.0 |
921 | 2024-07-15T03:46:06.100Z | Downloaded diesel_table_macro_syntax v0.1.0 |
922 | 2024-07-15T03:46:06.100Z | Downloaded escape8259 v0.5.2 |
923 | 2024-07-15T03:46:06.100Z | Downloaded embedded-io v0.4.0 |
924 | 2024-07-15T03:46:06.100Z | Downloaded ed25519 v1.5.3 |
925 | 2024-07-15T03:46:06.100Z | Downloaded fixedbitset v0.4.2 |
926 | 2024-07-15T03:46:06.100Z | Downloaded fd-lock v4.0.2 |
927 | 2024-07-15T03:46:06.125Z | Downloaded fastrand v2.1.0 |
928 | 2024-07-15T03:46:06.126Z | Downloaded tracing-attributes v0.1.27 |
929 | 2024-07-15T03:46:06.126Z | Downloaded dhcproto-macros v0.1.0 |
930 | 2024-07-15T03:46:06.126Z | Downloaded yansi v0.5.1 |
931 | 2024-07-15T03:46:06.126Z | Downloaded wyz v0.5.1 |
932 | 2024-07-15T03:46:06.126Z | Downloaded display-error-chain v0.2.0 |
933 | 2024-07-15T03:46:06.126Z | Downloaded dirs-sys v0.4.1 |
934 | 2024-07-15T03:46:06.126Z | Downloaded dirs v5.0.1 |
935 | 2024-07-15T03:46:06.126Z | Downloaded difflib v0.4.0 |
936 | 2024-07-15T03:46:06.126Z | Downloaded http-range v0.1.5 |
937 | 2024-07-15T03:46:06.126Z | Downloaded highway v1.1.0 |
938 | 2024-07-15T03:46:06.126Z | Downloaded heck v0.3.3 |
939 | 2024-07-15T03:46:06.126Z | Downloaded ff v0.13.0 |
940 | 2024-07-15T03:46:06.126Z | Downloaded serde_with_macros v3.8.3 |
941 | 2024-07-15T03:46:06.126Z | Downloaded sct v0.7.1 |
942 | 2024-07-15T03:46:06.150Z | Downloaded unicase v2.7.0 |
943 | 2024-07-15T03:46:06.150Z | Downloaded toml v0.7.8 |
944 | 2024-07-15T03:46:06.150Z | Downloaded tls_codec_derive v0.4.1 |
945 | 2024-07-15T03:46:06.151Z | Downloaded russh v0.43.0 |
946 | 2024-07-15T03:46:06.151Z | Downloaded guppy v0.17.5 |
947 | 2024-07-15T03:46:06.151Z | Downloaded hex v0.4.3 |
948 | 2024-07-15T03:46:06.151Z | Downloaded shell-words v1.1.0 |
949 | 2024-07-15T03:46:06.151Z | Downloaded schemars_derive v0.8.21 |
950 | 2024-07-15T03:46:06.151Z | Downloaded relative-path v1.9.3 |
951 | 2024-07-15T03:46:06.176Z | Downloaded trybuild v1.0.96 |
952 | 2024-07-15T03:46:06.176Z | Downloaded tokio-tungstenite v0.21.0 |
953 | 2024-07-15T03:46:06.176Z | Downloaded tokio-tungstenite v0.20.1 |
954 | 2024-07-15T03:46:06.176Z | Downloaded tokio-rustls v0.25.0 |
955 | 2024-07-15T03:46:06.176Z | Downloaded snafu-derive v0.8.2 |
956 | 2024-07-15T03:46:06.176Z | Downloaded poly1305 v0.8.0 |
957 | 2024-07-15T03:46:06.176Z | Downloaded derive_builder_core v0.20.0 |
958 | 2024-07-15T03:46:06.176Z | Downloaded num-complex v0.4.6 |
959 | 2024-07-15T03:46:06.176Z | Downloaded downcast v0.11.0 |
960 | 2024-07-15T03:46:06.176Z | Downloaded doc-comment v0.3.3 |
961 | 2024-07-15T03:46:06.176Z | Downloaded sha1 v0.10.6 |
962 | 2024-07-15T03:46:06.201Z | Downloaded same-file v1.0.6 |
963 | 2024-07-15T03:46:06.201Z | Downloaded ref-cast-impl v1.0.23 |
964 | 2024-07-15T03:46:06.201Z | Downloaded topological-sort v0.2.2 |
965 | 2024-07-15T03:46:06.201Z | Downloaded socket2 v0.4.10 |
966 | 2024-07-15T03:46:06.201Z | Downloaded smf v0.2.3 |
967 | 2024-07-15T03:46:06.201Z | Downloaded omicron-zone-package v0.11.0 |
968 | 2024-07-15T03:46:06.201Z | Downloaded serde_repr v0.1.19 |
969 | 2024-07-15T03:46:06.201Z | Downloaded scheduled-thread-pool v0.2.7 |
970 | 2024-07-15T03:46:06.201Z | Downloaded tui-tree-widget v0.21.0 |
971 | 2024-07-15T03:46:06.201Z | Downloaded tls_codec v0.4.1 |
972 | 2024-07-15T03:46:06.201Z | Downloaded smallvec v0.6.14 |
973 | 2024-07-15T03:46:06.201Z | Downloaded slog-scope v4.4.0 |
974 | 2024-07-15T03:46:06.201Z | Downloaded hashbrown v0.12.3 |
975 | 2024-07-15T03:46:06.226Z | Downloaded defmt-parser v0.3.4 |
976 | 2024-07-15T03:46:06.226Z | Downloaded rustfmt-wrapper v0.2.1 |
977 | 2024-07-15T03:46:06.226Z | Downloaded rustc_version v0.4.0 |
978 | 2024-07-15T03:46:06.226Z | Downloaded num-rational v0.4.2 |
979 | 2024-07-15T03:46:06.226Z | Downloaded multer v3.1.0 |
980 | 2024-07-15T03:46:06.226Z | Downloaded tokio-stream v0.1.15 |
981 | 2024-07-15T03:46:06.226Z | Downloaded postgres-protocol v0.6.6 |
982 | 2024-07-15T03:46:06.226Z | Downloaded pkcs8 v0.10.2 |
983 | 2024-07-15T03:46:06.226Z | Downloaded rusty-fork v0.3.0 |
984 | 2024-07-15T03:46:06.226Z | Downloaded packed_struct v0.10.1 |
985 | 2024-07-15T03:46:06.226Z | Downloaded nu-ansi-term v0.50.0 |
986 | 2024-07-15T03:46:06.251Z | Downloaded itertools v0.13.0 |
987 | 2024-07-15T03:46:06.251Z | Downloaded tokio-rustls v0.24.1 |
988 | 2024-07-15T03:46:06.251Z | Downloaded plotters-svg v0.3.5 |
989 | 2024-07-15T03:46:06.251Z | Downloaded pin-project v1.1.5 |
990 | 2024-07-15T03:46:06.276Z | Downloaded password-hash v0.4.2 |
991 | 2024-07-15T03:46:06.276Z | Downloaded p521 v0.13.3 |
992 | 2024-07-15T03:46:06.276Z | Downloaded nibble_vec v0.1.0 |
993 | 2024-07-15T03:46:06.276Z | Downloaded nanorand v0.7.0 |
994 | 2024-07-15T03:46:06.276Z | Downloaded mockall v0.12.1 |
995 | 2024-07-15T03:46:06.276Z | Downloaded polyval v0.6.2 |
996 | 2024-07-15T03:46:06.277Z | Downloaded plotters-backend v0.3.5 |
997 | 2024-07-15T03:46:06.277Z | Downloaded pin-project-internal v1.1.5 |
998 | 2024-07-15T03:46:06.277Z | Downloaded parse-display v0.9.1 |
999 | 2024-07-15T03:46:06.277Z | Downloaded parking_lot v0.11.2 |
1000 | 2024-07-15T03:46:06.277Z | Downloaded num_enum v0.5.11 |
1001 | 2024-07-15T03:46:06.301Z | Downloaded chrono v0.4.38 |
1002 | 2024-07-15T03:46:06.301Z | Downloaded bitvec v1.0.1 |
1003 | 2024-07-15T03:46:06.326Z | Downloaded toolchain_find v0.4.0 |
1004 | 2024-07-15T03:46:06.326Z | Downloaded slog-stdlog v4.1.1 |
1005 | 2024-07-15T03:46:06.326Z | Downloaded slog-envlogger v2.2.0 |
1006 | 2024-07-15T03:46:06.326Z | Downloaded portpicker v0.1.1 |
1007 | 2024-07-15T03:46:06.326Z | Downloaded pkcs1 v0.7.5 |
1008 | 2024-07-15T03:46:06.326Z | Downloaded phf v0.11.2 |
1009 | 2024-07-15T03:46:06.326Z | Downloaded derive_builder v0.20.0 |
1010 | 2024-07-15T03:46:06.326Z | Downloaded ron v0.8.1 |
1011 | 2024-07-15T03:46:06.350Z | Downloaded headers v0.3.9 |
1012 | 2024-07-15T03:46:06.350Z | Downloaded steno v0.4.1 |
1013 | 2024-07-15T03:46:06.350Z | Downloaded paste v1.0.15 |
1014 | 2024-07-15T03:46:06.350Z | Downloaded oso-derive v0.27.3 |
1015 | 2024-07-15T03:46:06.350Z | Downloaded num-integer v0.1.46 |
1016 | 2024-07-15T03:46:06.350Z | Downloaded newtype_derive v0.1.6 |
1017 | 2024-07-15T03:46:06.350Z | Downloaded new_debug_unreachable v1.0.6 |
1018 | 2024-07-15T03:46:06.351Z | Downloaded libloading v0.8.3 |
1019 | 2024-07-15T03:46:06.375Z | Downloaded kstat-rs v0.2.4 |
1020 | 2024-07-15T03:46:06.375Z | Downloaded indexmap v1.9.3 |
1021 | 2024-07-15T03:46:06.375Z | Downloaded peg-runtime v0.8.3 |
1022 | 2024-07-15T03:46:06.375Z | Downloaded der_derive v0.7.2 |
1023 | 2024-07-15T03:46:06.375Z | Downloaded defmt-macros v0.3.9 |
1024 | 2024-07-15T03:46:06.375Z | Downloaded darling_core v0.20.9 |
1025 | 2024-07-15T03:46:06.375Z | Downloaded zip v0.6.6 |
1026 | 2024-07-15T03:46:06.376Z | Downloaded zeroize_derive v1.4.2 |
1027 | 2024-07-15T03:46:06.401Z | Downloaded rustls-pki-types v1.7.0 |
1028 | 2024-07-15T03:46:06.401Z | Downloaded rustls-pemfile v2.1.2 |
1029 | 2024-07-15T03:46:06.401Z | Downloaded rstest_macros v0.19.0 |
1030 | 2024-07-15T03:46:06.401Z | Downloaded rsa v0.9.6 |
1031 | 2024-07-15T03:46:06.401Z | Downloaded ron v0.7.1 |
1032 | 2024-07-15T03:46:06.401Z | Downloaded flume v0.11.0 |
1033 | 2024-07-15T03:46:06.401Z | Downloaded parse-size v1.0.0 |
1034 | 2024-07-15T03:46:06.401Z | Downloaded option-ext v0.2.0 |
1035 | 2024-07-15T03:46:06.426Z | Downloaded opaque-debug v0.3.1 |
1036 | 2024-07-15T03:46:06.426Z | Downloaded number_prefix v0.4.0 |
1037 | 2024-07-15T03:46:06.426Z | Downloaded num-bigint-dig v0.8.4 |
1038 | 2024-07-15T03:46:06.426Z | Downloaded memoffset v0.9.1 |
1039 | 2024-07-15T03:46:06.427Z | Downloaded md5 v0.7.0 |
1040 | 2024-07-15T03:46:06.427Z | Downloaded maybe-uninit v2.0.0 |
1041 | 2024-07-15T03:46:06.427Z | Downloaded lru-cache v0.1.2 |
1042 | 2024-07-15T03:46:06.427Z | Downloaded libsw v3.3.1 |
1043 | 2024-07-15T03:46:06.427Z | Downloaded phf_shared v0.10.0 |
1044 | 2024-07-15T03:46:06.427Z | Downloaded pem-rfc7468 v0.7.0 |
1045 | 2024-07-15T03:46:06.427Z | Downloaded derive_builder_macro v0.20.0 |
1046 | 2024-07-15T03:46:06.427Z | Downloaded datatest-stable v0.2.9 |
1047 | 2024-07-15T03:46:06.427Z | Downloaded data-encoding v2.6.0 |
1048 | 2024-07-15T03:46:06.427Z | Downloaded zone_cfg_derive v0.1.2 |
1049 | 2024-07-15T03:46:06.427Z | Downloaded zone v0.1.8 |
1050 | 2024-07-15T03:46:06.427Z | Downloaded rustls-native-certs v0.7.0 |
1051 | 2024-07-15T03:46:06.451Z | Downloaded rustc-hash v1.1.0 |
1052 | 2024-07-15T03:46:06.451Z | Downloaded rustc-demangle v0.1.24 |
1053 | 2024-07-15T03:46:06.451Z | Downloaded rust-argon2 v2.1.0 |
1054 | 2024-07-15T03:46:06.451Z | Downloaded russh-keys v0.43.0 |
1055 | 2024-07-15T03:46:06.452Z | Downloaded rtoolbox v0.0.2 |
1056 | 2024-07-15T03:46:06.452Z | Downloaded rstest v0.19.0 |
1057 | 2024-07-15T03:46:06.452Z | Downloaded textwrap v0.16.1 |
1058 | 2024-07-15T03:46:06.452Z | Downloaded subprocess v0.2.9 |
1059 | 2024-07-15T03:46:06.452Z | Downloaded linked-hash-map v0.5.6 |
1060 | 2024-07-15T03:46:06.452Z | Downloaded libm v0.2.8 |
1061 | 2024-07-15T03:46:06.476Z | Downloaded lalrpop-util v0.19.12 |
1062 | 2024-07-15T03:46:06.476Z | Downloaded keccak v0.1.5 |
1063 | 2024-07-15T03:46:06.476Z | Downloaded itertools v0.10.5 |
1064 | 2024-07-15T03:46:06.476Z | Downloaded internet-checksum v0.2.1 |
1065 | 2024-07-15T03:46:06.476Z | Downloaded indoc v1.0.9 |
1066 | 2024-07-15T03:46:06.476Z | Downloaded impl-trait-for-tuples v0.2.2 |
1067 | 2024-07-15T03:46:06.501Z | Downloaded blake3 v1.5.1 |
1068 | 2024-07-15T03:46:06.501Z | Downloaded bindgen v0.69.4 |
1069 | 2024-07-15T03:46:06.501Z | Downloaded darling_macro v0.20.9 |
1070 | 2024-07-15T03:46:06.501Z | Downloaded zeroize v1.7.0 |
1071 | 2024-07-15T03:46:06.501Z | Downloaded rustc_version v0.1.7 |
1072 | 2024-07-15T03:46:06.501Z | Downloaded rpassword v7.3.1 |
1073 | 2024-07-15T03:46:06.501Z | Downloaded rfc6979 v0.4.0 |
1074 | 2024-07-15T03:46:06.501Z | Downloaded resolv-conf v0.7.0 |
1075 | 2024-07-15T03:46:06.525Z | Downloaded hash32 v0.3.1 |
1076 | 2024-07-15T03:46:06.525Z | Downloaded hash32 v0.2.1 |
1077 | 2024-07-15T03:46:06.525Z | Downloaded half v2.4.1 |
1078 | 2024-07-15T03:46:06.525Z | Downloaded guppy-workspace-hack v0.1.0 |
1079 | 2024-07-15T03:46:06.525Z | Downloaded group v0.13.0 |
1080 | 2024-07-15T03:46:06.525Z | Downloaded globset v0.4.14 |
1081 | 2024-07-15T03:46:06.526Z | Downloaded glob v0.3.1 |
1082 | 2024-07-15T03:46:06.526Z | Downloaded getrandom v0.2.14 |
1083 | 2024-07-15T03:46:06.526Z | Downloaded getrandom v0.1.16 |
1084 | 2024-07-15T03:46:06.526Z | Downloaded futures-timer v3.0.3 |
1085 | 2024-07-15T03:46:06.526Z | Downloaded foreign-types-macros v0.2.3 |
1086 | 2024-07-15T03:46:06.526Z | Downloaded supports-color v3.0.0 |
1087 | 2024-07-15T03:46:06.526Z | Downloaded pathdiff v0.2.1 |
1088 | 2024-07-15T03:46:06.550Z | Downloaded maplit v1.0.2 |
1089 | 2024-07-15T03:46:06.550Z | Downloaded lazycell v1.3.0 |
1090 | 2024-07-15T03:46:06.550Z | Downloaded headers-core v0.2.0 |
1091 | 2024-07-15T03:46:06.550Z | Downloaded ghash v0.5.1 |
1092 | 2024-07-15T03:46:06.550Z | Downloaded getopts v0.2.21 |
1093 | 2024-07-15T03:46:06.550Z | Downloaded gethostname v0.4.3 |
1094 | 2024-07-15T03:46:06.550Z | Downloaded fxhash v0.2.1 |
1095 | 2024-07-15T03:46:06.551Z | Downloaded funty v2.0.0 |
1096 | 2024-07-15T03:46:06.551Z | Downloaded fragile v2.0.0 |
1097 | 2024-07-15T03:46:06.551Z | Downloaded foreign-types-shared v0.3.1 |
1098 | 2024-07-15T03:46:06.551Z | Downloaded foreign-types v0.5.0 |
1099 | 2024-07-15T03:46:06.551Z | Downloaded float-ord v0.3.2 |
1100 | 2024-07-15T03:46:06.551Z | Downloaded float-cmp v0.9.0 |
1101 | 2024-07-15T03:46:06.551Z | Downloaded flagset v0.4.5 |
1102 | 2024-07-15T03:46:06.551Z | Downloaded tinytemplate v1.2.1 |
1103 | 2024-07-15T03:46:06.551Z | Downloaded tiny-keccak v2.0.2 |
1104 | 2024-07-15T03:46:06.551Z | Downloaded threadpool v1.8.1 |
1105 | 2024-07-15T03:46:06.551Z | Downloaded thiserror-no-std v2.0.2 |
1106 | 2024-07-15T03:46:06.575Z | Downloaded test-strategy v0.3.1 |
1107 | 2024-07-15T03:46:06.575Z | Downloaded termtree v0.4.1 |
1108 | 2024-07-15T03:46:06.575Z | Downloaded termios v0.3.3 |
1109 | 2024-07-15T03:46:06.575Z | Downloaded termcolor v1.4.1 |
1110 | 2024-07-15T03:46:06.575Z | Downloaded tempfile v3.10.1 |
1111 | 2024-07-15T03:46:06.575Z | Downloaded target-spec v3.1.0 |
1112 | 2024-07-15T03:46:06.575Z | Downloaded target-lexicon v0.12.14 |
1113 | 2024-07-15T03:46:06.575Z | Downloaded tap v1.0.1 |
1114 | 2024-07-15T03:46:06.575Z | Downloaded tabwriter v1.4.0 |
1115 | 2024-07-15T03:46:06.575Z | Downloaded strum_macros v0.24.3 |
1116 | 2024-07-15T03:46:06.576Z | Downloaded structmeta-derive v0.2.0 |
1117 | 2024-07-15T03:46:06.576Z | Downloaded structmeta v0.3.0 |
1118 | 2024-07-15T03:46:06.576Z | Downloaded structmeta v0.2.0 |
1119 | 2024-07-15T03:46:06.576Z | Downloaded stringprep v0.1.4 |
1120 | 2024-07-15T03:46:06.576Z | Downloaded spin v0.9.8 |
1121 | 2024-07-15T03:46:06.603Z | Downloaded spin v0.5.2 |
1122 | 2024-07-15T03:46:06.603Z | Downloaded oso v0.27.3 |
1123 | 2024-07-15T03:46:06.603Z | Downloaded num-traits v0.2.19 |
1124 | 2024-07-15T03:46:06.603Z | Downloaded mockall_derive v0.12.1 |
1125 | 2024-07-15T03:46:06.603Z | Downloaded is_ci v1.2.0 |
1126 | 2024-07-15T03:46:06.603Z | Downloaded iana-time-zone v0.1.60 |
1127 | 2024-07-15T03:46:06.603Z | Downloaded crossterm v0.27.0 |
1128 | 2024-07-15T03:46:06.603Z | Downloaded criterion v0.5.1 |
1129 | 2024-07-15T03:46:06.629Z | Downloaded subtle v2.5.0 |
1130 | 2024-07-15T03:46:06.629Z | Downloaded strum_macros v0.25.3 |
1131 | 2024-07-15T03:46:06.629Z | Downloaded structmeta-derive v0.3.0 |
1132 | 2024-07-15T03:46:06.629Z | Downloaded strip-ansi-escapes v0.2.0 |
1133 | 2024-07-15T03:46:06.629Z | Downloaded string_cache v0.8.7 |
1134 | 2024-07-15T03:46:06.629Z | Downloaded static_assertions v1.1.0 |
1135 | 2024-07-15T03:46:06.629Z | Downloaded stable_deref_trait v1.2.0 |
1136 | 2024-07-15T03:46:06.629Z | Downloaded sqlformat v0.2.3 |
1137 | 2024-07-15T03:46:06.629Z | Downloaded spki v0.7.3 |
1138 | 2024-07-15T03:46:06.629Z | Downloaded partial-io v0.5.4 |
1139 | 2024-07-15T03:46:06.629Z | Downloaded parking_lot_core v0.8.6 |
1140 | 2024-07-15T03:46:06.629Z | Downloaded olpc-cjson v0.1.3 |
1141 | 2024-07-15T03:46:06.629Z | Downloaded num-iter v0.1.45 |
1142 | 2024-07-15T03:46:06.629Z | Downloaded nodrop v0.1.14 |
1143 | 2024-07-15T03:46:06.629Z | Downloaded newtype-uuid v1.1.0 |
1144 | 2024-07-15T03:46:06.654Z | Downloaded multimap v0.10.0 |
1145 | 2024-07-15T03:46:06.654Z | Downloaded mime_guess v2.0.4 |
1146 | 2024-07-15T03:46:06.654Z | Downloaded instant v0.1.12 |
1147 | 2024-07-15T03:46:06.654Z | Downloaded indicatif v0.17.8 |
1148 | 2024-07-15T03:46:06.654Z | Downloaded darling v0.20.9 |
1149 | 2024-07-15T03:46:06.654Z | Downloaded aho-corasick v1.1.3 |
1150 | 2024-07-15T03:46:06.654Z | Downloaded sqlparser_derive v0.2.2 |
1151 | 2024-07-15T03:46:06.654Z | Downloaded serde_derive_internals v0.29.1 |
1152 | 2024-07-15T03:46:06.654Z | Downloaded serde_arrays v0.1.0 |
1153 | 2024-07-15T03:46:06.654Z | Downloaded serde-big-array v0.4.1 |
1154 | 2024-07-15T03:46:06.679Z | Downloaded pbkdf2 v0.11.0 |
1155 | 2024-07-15T03:46:06.679Z | Downloaded password-hash v0.5.0 |
1156 | 2024-07-15T03:46:06.679Z | Downloaded parse-display-derive v0.9.1 |
1157 | 2024-07-15T03:46:06.679Z | Downloaded owo-colors v4.0.0 |
1158 | 2024-07-15T03:46:06.679Z | Downloaded num_enum_derive v0.5.11 |
1159 | 2024-07-15T03:46:06.679Z | Downloaded num-derive v0.4.2 |
1160 | 2024-07-15T03:46:06.679Z | Downloaded num v0.4.3 |
1161 | 2024-07-15T03:46:06.679Z | Downloaded memmap2 v0.9.4 |
1162 | 2024-07-15T03:46:06.679Z | Downloaded linear-map v1.2.0 |
1163 | 2024-07-15T03:46:06.679Z | Downloaded crc-any v2.5.0 |
1164 | 2024-07-15T03:46:06.679Z | Downloaded cookie v0.18.1 |
1165 | 2024-07-15T03:46:06.679Z | Downloaded compact_str v0.7.1 |
1166 | 2024-07-15T03:46:06.679Z | Downloaded chacha20poly1305 v0.10.1 |
1167 | 2024-07-15T03:46:06.704Z | Downloaded base64 v0.22.1 |
1168 | 2024-07-15T03:46:06.704Z | Downloaded aes-gcm v0.10.3 |
1169 | 2024-07-15T03:46:06.704Z | Downloaded semver v0.1.20 |
1170 | 2024-07-15T03:46:06.704Z | Downloaded secrecy v0.8.0 |
1171 | 2024-07-15T03:46:06.704Z | Downloaded sec1 v0.7.3 |
1172 | 2024-07-15T03:46:06.704Z | Downloaded path-slash v0.1.5 |
1173 | 2024-07-15T03:46:06.704Z | Downloaded packed_struct_codegen v0.10.1 |
1174 | 2024-07-15T03:46:06.704Z | Downloaded oorandom v11.1.3 |
1175 | 2024-07-15T03:46:06.704Z | Downloaded normalize-line-endings v0.3.0 |
1176 | 2024-07-15T03:46:06.704Z | Downloaded newline-converter v0.3.0 |
1177 | 2024-07-15T03:46:06.704Z | Downloaded matches v0.1.10 |
1178 | 2024-07-15T03:46:06.704Z | Downloaded managed v0.8.0 |
1179 | 2024-07-15T03:46:06.704Z | Downloaded libtest-mimic v0.7.3 |
1180 | 2024-07-15T03:46:06.704Z | Downloaded libefi-sys v0.1.0 |
1181 | 2024-07-15T03:46:06.704Z | Downloaded lazy_static v1.5.0 |
1182 | 2024-07-15T03:46:06.729Z | Downloaded ipnetwork v0.20.0 |
1183 | 2024-07-15T03:46:06.729Z | Downloaded inout v0.1.3 |
1184 | 2024-07-15T03:46:06.729Z | Downloaded indent_write v2.2.0 |
1185 | 2024-07-15T03:46:06.729Z | Downloaded csv-core v0.1.11 |
1186 | 2024-07-15T03:46:06.729Z | Downloaded cookie_store v0.20.0 |
1187 | 2024-07-15T03:46:06.729Z | Downloaded const-oid v0.9.6 |
1188 | 2024-07-15T03:46:06.729Z | Downloaded cobs v0.2.3 |
1189 | 2024-07-15T03:46:06.730Z | Downloaded clang-sys v1.7.0 |
1190 | 2024-07-15T03:46:06.730Z | Downloaded cipher v0.4.4 |
1191 | 2024-07-15T03:46:06.730Z | Downloaded ciborium v0.2.2 |
1192 | 2024-07-15T03:46:06.730Z | Downloaded cfg-expr v0.15.8 |
1193 | 2024-07-15T03:46:06.730Z | Downloaded cexpr v0.6.0 |
1194 | 2024-07-15T03:46:06.730Z | Downloaded cancel-safe-futures v0.1.5 |
1195 | 2024-07-15T03:46:06.755Z | Downloaded blowfish v0.9.1 |
1196 | 2024-07-15T03:46:06.755Z | Downloaded allocator-api2 v0.2.18 |
1197 | 2024-07-15T03:46:06.755Z | Downloaded aes v0.8.4 |
1198 | 2024-07-15T03:46:06.755Z | Downloaded serde_path_to_error v0.1.16 |
1199 | 2024-07-15T03:46:06.755Z | Downloaded serde-hex v0.1.0 |
1200 | 2024-07-15T03:46:06.755Z | Downloaded nested v0.1.1 |
1201 | 2024-07-15T03:46:06.755Z | Downloaded md-5 v0.10.6 |
1202 | 2024-07-15T03:46:06.755Z | Downloaded lru v0.12.3 |
1203 | 2024-07-15T03:46:06.755Z | Downloaded ident_case v1.0.1 |
1204 | 2024-07-15T03:46:06.755Z | Downloaded cstr-argument v0.1.2 |
1205 | 2024-07-15T03:46:06.755Z | Downloaded crypto-bigint v0.5.5 |
1206 | 2024-07-15T03:46:06.780Z | Downloaded crossbeam-epoch v0.9.18 |
1207 | 2024-07-15T03:46:06.780Z | Downloaded crossbeam-deque v0.8.5 |
1208 | 2024-07-15T03:46:06.780Z | Downloaded corncobs v0.1.3 |
1209 | 2024-07-15T03:46:06.780Z | Downloaded convert_case v0.4.0 |
1210 | 2024-07-15T03:46:06.780Z | Downloaded const_format_proc_macros v0.2.32 |
1211 | 2024-07-15T03:46:06.780Z | Downloaded const_format v0.2.32 |
1212 | 2024-07-15T03:46:06.780Z | Downloaded cfg_aliases v0.1.1 |
1213 | 2024-07-15T03:46:06.780Z | Downloaded buf-list v1.0.3 |
1214 | 2024-07-15T03:46:06.780Z | Downloaded blake2 v0.10.6 |
1215 | 2024-07-15T03:46:06.780Z | Downloaded bcs v0.1.6 |
1216 | 2024-07-15T03:46:06.804Z | Downloaded bb8 v0.8.5 |
1217 | 2024-07-15T03:46:06.804Z | Downloaded base64 v0.13.1 |
1218 | 2024-07-15T03:46:06.804Z | Downloaded backtrace v0.3.71 |
1219 | 2024-07-15T03:46:06.804Z | Downloaded backoff v0.4.0 |
1220 | 2024-07-15T03:46:06.804Z | Downloaded async-trait v0.1.81 |
1221 | 2024-07-15T03:46:06.804Z | Downloaded argon2 v0.5.3 |
1222 | 2024-07-15T03:46:06.804Z | Downloaded arc-swap v1.7.1 |
1223 | 2024-07-15T03:46:06.804Z | Downloaded approx v0.5.1 |
1224 | 2024-07-15T03:46:06.804Z | Downloaded ahash v0.8.11 |
1225 | 2024-07-15T03:46:06.829Z | Downloaded addr2line v0.21.0 |
1226 | 2024-07-15T03:46:06.829Z | Downloaded ctr v0.9.2 |
1227 | 2024-07-15T03:46:06.829Z | Downloaded crunchy v0.2.2 |
1228 | 2024-07-15T03:46:06.829Z | Downloaded crucible-workspace-hack v0.1.0 |
1229 | 2024-07-15T03:46:06.829Z | Downloaded criterion-plot v0.5.0 |
1230 | 2024-07-15T03:46:06.829Z | Downloaded crc-catalog v2.4.0 |
1231 | 2024-07-15T03:46:06.829Z | Downloaded crc v3.2.1 |
1232 | 2024-07-15T03:46:06.829Z | Downloaded cookie v0.17.0 |
1233 | 2024-07-15T03:46:06.829Z | Downloaded constant_time_eq v0.3.0 |
1234 | 2024-07-15T03:46:06.829Z | Downloaded console v0.15.8 |
1235 | 2024-07-15T03:46:06.829Z | Downloaded colored v2.1.0 |
1236 | 2024-07-15T03:46:06.829Z | Downloaded ciborium-ll v0.2.2 |
1237 | 2024-07-15T03:46:06.854Z | Downloaded ciborium-io v0.2.2 |
1238 | 2024-07-15T03:46:06.854Z | Downloaded chacha20 v0.9.1 |
1239 | 2024-07-15T03:46:06.854Z | Downloaded cbc v0.1.2 |
1240 | 2024-07-15T03:46:06.854Z | Downloaded castaway v0.2.2 |
1241 | 2024-07-15T03:46:06.854Z | Downloaded cast v0.3.0 |
1242 | 2024-07-15T03:46:06.854Z | Downloaded cassowary v0.3.0 |
1243 | 2024-07-15T03:46:06.854Z | Downloaded camino-tempfile v1.1.1 |
1244 | 2024-07-15T03:46:06.854Z | Downloaded bzip2 v0.4.4 |
1245 | 2024-07-15T03:46:06.854Z | Downloaded block-padding v0.3.3 |
1246 | 2024-07-15T03:46:06.854Z | Downloaded blake2b_simd v1.0.2 |
1247 | 2024-07-15T03:46:06.854Z | Downloaded bitstruct_derive v0.1.0 |
1248 | 2024-07-15T03:46:06.854Z | Downloaded bitflags v1.3.2 |
1249 | 2024-07-15T03:46:06.854Z | Downloaded bitfield-struct v0.6.1 |
1250 | 2024-07-15T03:46:06.854Z | Downloaded bitfield v0.14.0 |
1251 | 2024-07-15T03:46:06.854Z | Downloaded bit-vec v0.6.3 |
1252 | 2024-07-15T03:46:06.854Z | Downloaded bit-set v0.5.3 |
1253 | 2024-07-15T03:46:06.879Z | Downloaded base16ct v0.2.0 |
1254 | 2024-07-15T03:46:06.879Z | Downloaded async-stream v0.3.5 |
1255 | 2024-07-15T03:46:06.879Z | Downloaded assert_matches v1.5.0 |
1256 | 2024-07-15T03:46:06.879Z | Downloaded assert_cmd v2.0.14 |
1257 | 2024-07-15T03:46:06.879Z | Downloaded ascii-canvas v3.0.0 |
1258 | 2024-07-15T03:46:06.879Z | Downloaded ascii v1.1.0 |
1259 | 2024-07-15T03:46:06.879Z | Downloaded arrayvec v0.7.4 |
1260 | 2024-07-15T03:46:06.879Z | Downloaded array-init v0.0.4 |
1261 | 2024-07-15T03:46:06.879Z | Downloaded aead v0.5.2 |
1262 | 2024-07-15T03:46:06.879Z | Downloaded bcrypt-pbkdf v0.10.0 |
1263 | 2024-07-15T03:46:06.879Z | Downloaded base64ct v1.6.0 |
1264 | 2024-07-15T03:46:06.879Z | Downloaded atty v0.2.14 |
1265 | 2024-07-15T03:46:06.879Z | Downloaded atomicwrites v0.4.3 |
1266 | 2024-07-15T03:46:06.879Z | Downloaded atomic-waker v1.1.2 |
1267 | 2024-07-15T03:46:06.879Z | Downloaded async-stream-impl v0.3.5 |
1268 | 2024-07-15T03:46:06.879Z | Downloaded async-recursion v1.1.1 |
1269 | 2024-07-15T03:46:06.904Z | Downloaded arrayref v0.3.7 |
1270 | 2024-07-15T03:46:06.904Z | Downloaded anes v0.1.6 |
1271 | 2024-07-15T03:46:07.535Z | Compiling serde v1.0.204 |
1272 | 2024-07-15T03:46:07.535Z | Checking cfg-if v1.0.0 |
1273 | 2024-07-15T03:46:07.560Z | Compiling libm v0.2.8 |
1274 | 2024-07-15T03:46:07.560Z | Compiling num-traits v0.2.19 |
1275 | 2024-07-15T03:46:07.618Z | Checking libc v0.2.155 |
1276 | 2024-07-15T03:46:07.646Z | Compiling syn v2.0.68 |
1277 | 2024-07-15T03:46:07.671Z | Compiling ahash v0.8.11 |
1278 | 2024-07-15T03:46:07.671Z | Compiling getrandom v0.2.14 |
1279 | 2024-07-15T03:46:07.696Z | Compiling serde_json v1.0.120 |
1280 | 2024-07-15T03:46:07.903Z | Compiling generic-array v0.14.7 |
1281 | 2024-07-15T03:46:08.010Z | Compiling log v0.4.21 |
1282 | 2024-07-15T03:46:08.035Z | Checking scopeguard v1.2.0 |
1283 | 2024-07-15T03:46:08.035Z | Checking memchr v2.7.2 |
1284 | 2024-07-15T03:46:08.114Z | Checking itoa v1.0.11 |
1285 | 2024-07-15T03:46:08.192Z | Checking lock_api v0.4.12 |
1286 | 2024-07-15T03:46:08.220Z | Compiling syn v1.0.109 |
1287 | 2024-07-15T03:46:08.296Z | Checking byteorder v1.5.0 |
1288 | 2024-07-15T03:46:08.327Z | Compiling allocator-api2 v0.2.18 |
1289 | 2024-07-15T03:46:08.533Z | Checking smallvec v1.13.2 |
1290 | 2024-07-15T03:46:08.634Z | Compiling schemars v0.8.21 |
1291 | 2024-07-15T03:46:08.756Z | Compiling ring v0.17.8 |
1292 | 2024-07-15T03:46:08.781Z | Checking rand_core v0.6.4 |
1293 | 2024-07-15T03:46:08.834Z | Compiling time-macros v0.2.18 |
1294 | 2024-07-15T03:46:08.959Z | Checking once_cell v1.19.0 |
1295 | 2024-07-15T03:46:08.985Z | Compiling slog v2.7.0 |
1296 | 2024-07-15T03:46:09.037Z | Checking parking_lot_core v0.9.10 |
1297 | 2024-07-15T03:46:09.212Z | Compiling aho-corasick v1.1.3 |
1298 | 2024-07-15T03:46:09.316Z | Checking parking_lot v0.12.2 |
1299 | 2024-07-15T03:46:09.447Z | Checking pin-project-lite v0.2.14 |
1300 | 2024-07-15T03:46:09.553Z | Compiling regex-syntax v0.8.3 |
1301 | 2024-07-15T03:46:11.760Z | Checking signal-hook-registry v1.4.2 |
1302 | 2024-07-15T03:46:11.983Z | Compiling crossbeam-utils v0.8.19 |
1303 | 2024-07-15T03:46:12.020Z | Checking mio v0.8.11 |
1304 | 2024-07-15T03:46:12.564Z | Compiling iana-time-zone v0.1.60 |
1305 | 2024-07-15T03:46:12.597Z | Compiling spin v0.9.8 |
1306 | 2024-07-15T03:46:12.938Z | Compiling regex-automata v0.4.6 |
1307 | 2024-07-15T03:46:13.231Z | Checking num_cpus v1.16.0 |
1308 | 2024-07-15T03:46:13.285Z | Compiling rustls v0.21.12 |
1309 | 2024-07-15T03:46:13.316Z | Checking typenum v1.17.0 |
1310 | 2024-07-15T03:46:13.520Z | Compiling cookie v0.17.0 |
1311 | 2024-07-15T03:46:13.717Z | Compiling dyn-clone v1.0.17 |
1312 | 2024-07-15T03:46:13.910Z | Checking futures-core v0.3.30 |
1313 | 2024-07-15T03:46:14.074Z | Compiling serde_derive_internals v0.29.1 |
1314 | 2024-07-15T03:46:14.343Z | Checking socket2 v0.5.7 |
1315 | 2024-07-15T03:46:14.369Z | Compiling backtrace v0.3.71 |
1316 | 2024-07-15T03:46:14.443Z | Checking ryu v1.0.18 |
1317 | 2024-07-15T03:46:14.633Z | Checking subtle v2.5.0 |
1318 | 2024-07-15T03:46:14.762Z | Compiling anyhow v1.0.86 |
1319 | 2024-07-15T03:46:15.399Z | Compiling unicode-normalization v0.1.23 |
1320 | 2024-07-15T03:46:15.443Z | Checking futures-sink v0.3.30 |
1321 | 2024-07-15T03:46:15.540Z | Compiling unicode-bidi v0.3.15 |
1322 | 2024-07-15T03:46:15.574Z | Compiling either v1.12.0 |
1323 | 2024-07-15T03:46:15.874Z | Compiling untrusted v0.9.0 |
1324 | 2024-07-15T03:46:16.209Z | Checking futures-channel v0.3.30 |
1325 | 2024-07-15T03:46:16.233Z | Checking slab v0.4.9 |
1326 | 2024-07-15T03:46:16.391Z | Compiling winnow v0.5.40 |
1327 | 2024-07-15T03:46:16.442Z | Compiling const-oid v0.9.6 |
1328 | 2024-07-15T03:46:16.518Z | Checking futures-task v0.3.30 |
1329 | 2024-07-15T03:46:16.712Z | Checking futures-io v0.3.30 |
1330 | 2024-07-15T03:46:16.770Z | Checking pin-utils v0.1.0 |
1331 | 2024-07-15T03:46:16.848Z | Compiling time v0.3.36 |
1332 | 2024-07-15T03:46:17.831Z | Compiling regex v1.10.5 |
1333 | 2024-07-15T03:46:18.705Z | Compiling signal-hook v0.3.17 |
1334 | 2024-07-15T03:46:18.938Z | Compiling rustls-webpki v0.101.7 |
1335 | 2024-07-15T03:46:19.166Z | Compiling sct v0.7.1 |
1336 | 2024-07-15T03:46:19.195Z | Compiling idna v0.5.0 |
1337 | 2024-07-15T03:46:19.439Z | Compiling siphasher v0.3.11 |
1338 | 2024-07-15T03:46:19.932Z | Compiling serde_derive v1.0.204 |
1339 | 2024-07-15T03:46:20.072Z | Compiling zerocopy-derive v0.7.34 |
1340 | 2024-07-15T03:46:20.467Z | Compiling zeroize_derive v1.4.2 |
1341 | 2024-07-15T03:46:20.521Z | Compiling tokio-macros v2.3.0 |
1342 | 2024-07-15T03:46:20.969Z | Compiling thiserror-impl v1.0.60 |
1343 | 2024-07-15T03:46:21.029Z | Compiling futures-macro v0.3.30 |
1344 | 2024-07-15T03:46:21.756Z | Compiling tracing-attributes v0.1.27 |
1345 | 2024-07-15T03:46:21.922Z | Compiling zerocopy v0.7.34 |
1346 | 2024-07-15T03:46:21.946Z | Compiling schemars_derive v0.8.21 |
1347 | 2024-07-15T03:46:22.671Z | Checking zeroize v1.7.0 |
1348 | 2024-07-15T03:46:22.882Z | Compiling openssl-macros v0.1.1 |
1349 | 2024-07-15T03:46:23.477Z | Compiling async-trait v0.1.81 |
1350 | 2024-07-15T03:46:23.587Z | Compiling thiserror v1.0.60 |
1351 | 2024-07-15T03:46:23.681Z | Compiling hashbrown v0.14.5 |
1352 | 2024-07-15T03:46:24.033Z | Compiling scroll_derive v0.12.0 |
1353 | 2024-07-15T03:46:24.450Z | Compiling pest v2.7.10 |
1354 | 2024-07-15T03:46:24.701Z | Compiling der_derive v0.7.2 |
1355 | 2024-07-15T03:46:24.807Z | Checking crypto-common v0.1.6 |
1356 | 2024-07-15T03:46:25.257Z | Compiling scroll v0.12.0 |
1357 | 2024-07-15T03:46:25.695Z | Compiling goblin v0.8.2 |
1358 | 2024-07-15T03:46:25.817Z | Compiling futures-util v0.3.30 |
1359 | 2024-07-15T03:46:26.169Z | Compiling tracing v0.1.40 |
1360 | 2024-07-15T03:46:26.806Z | Compiling pest_meta v2.7.10 |
1361 | 2024-07-15T03:46:26.881Z | Compiling clap_derive v4.5.4 |
1362 | 2024-07-15T03:46:27.387Z | Compiling block-buffer v0.10.4 |
1363 | 2024-07-15T03:46:28.044Z | Compiling pest_generator v2.7.10 |
1364 | 2024-07-15T03:46:29.597Z | Compiling digest v0.10.7 |
1365 | 2024-07-15T03:46:30.072Z | Compiling zerocopy-derive v0.6.6 |
1366 | 2024-07-15T03:46:30.264Z | Compiling url v2.5.0 |
1367 | 2024-07-15T03:46:30.555Z | Checking bytes v1.6.0 |
1368 | 2024-07-15T03:46:31.006Z | Checking bitflags v2.5.0 |
1369 | 2024-07-15T03:46:31.136Z | Compiling pest_derive v2.7.10 |
1370 | 2024-07-15T03:46:31.264Z | Checking tokio v1.38.0 |
1371 | 2024-07-15T03:46:31.889Z | Compiling indexmap v2.2.6 |
1372 | 2024-07-15T03:46:31.914Z | Compiling semver v1.0.23 |
1373 | 2024-07-15T03:46:31.983Z | Compiling serde_tokenstream v0.2.1 |
1374 | 2024-07-15T03:46:32.291Z | Compiling uuid v1.9.1 |
1375 | 2024-07-15T03:46:32.448Z | Compiling chrono v0.4.38 |
1376 | 2024-07-15T03:46:32.755Z | Compiling http v0.2.12 |
1377 | 2024-07-15T03:46:33.034Z | Compiling rustc_version v0.4.0 |
1378 | 2024-07-15T03:46:33.441Z | Compiling serde_spanned v0.6.6 |
1379 | 2024-07-15T03:46:33.626Z | Compiling toml_datetime v0.6.6 |
1380 | 2024-07-15T03:46:33.676Z | Compiling dof v0.3.0 |
1381 | 2024-07-15T03:46:33.798Z | Compiling dtrace-parser v0.2.0 |
1382 | 2024-07-15T03:46:34.043Z | Compiling openapiv3 v2.0.0 |
1383 | 2024-07-15T03:46:34.777Z | Compiling usdt-impl v0.5.0 |
1384 | 2024-07-15T03:46:35.484Z | Compiling rustix v0.38.34 |
1385 | 2024-07-15T03:46:35.535Z | Compiling toml_edit v0.19.15 |
1386 | 2024-07-15T03:46:35.595Z | Compiling http-body v0.4.6 |
1387 | 2024-07-15T03:46:35.962Z | Compiling openssl v0.10.64 |
1388 | 2024-07-15T03:46:36.157Z | Compiling usdt-attr-macro v0.5.0 |
1389 | 2024-07-15T03:46:37.077Z | Compiling usdt-macro v0.5.0 |
1390 | 2024-07-15T03:46:37.368Z | Compiling idna v0.3.0 |
1391 | 2024-07-15T03:46:37.458Z | Compiling psl-types v2.0.11 |
1392 | 2024-07-15T03:46:37.622Z | Compiling ppv-lite86 v0.2.17 |
1393 | 2024-07-15T03:46:37.795Z | Compiling heapless v0.7.17 |
1394 | 2024-07-15T03:46:38.141Z | Compiling publicsuffix v2.2.3 |
1395 | 2024-07-15T03:46:38.244Z | Compiling rand_chacha v0.3.1 |
1396 | 2024-07-15T03:46:38.270Z | Compiling serde_urlencoded v0.7.1 |
1397 | 2024-07-15T03:46:38.619Z | Compiling lazy_static v1.5.0 |
1398 | 2024-07-15T03:46:38.694Z | Compiling rand v0.8.5 |
1399 | 2024-07-15T03:46:38.736Z | Compiling cookie_store v0.20.0 |
1400 | 2024-07-15T03:46:39.225Z | Compiling crossbeam-epoch v0.9.18 |
1401 | 2024-07-15T03:46:39.281Z | Compiling tokio-util v0.7.11 |
1402 | 2024-07-15T03:46:39.863Z | Compiling tokio-rustls v0.24.1 |
1403 | 2024-07-15T03:46:39.942Z | Compiling gimli v0.28.1 |
1404 | 2024-07-15T03:46:40.041Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
1405 | 2024-07-15T03:46:40.273Z | Compiling h2 v0.3.26 |
1406 | 2024-07-15T03:46:40.418Z | Compiling unicode-xid v0.2.4 |
1407 | 2024-07-15T03:46:40.470Z | Compiling webpki-roots v0.25.4 |
1408 | 2024-07-15T03:46:40.570Z | Compiling bit-vec v0.6.3 |
1409 | 2024-07-15T03:46:40.708Z | Compiling native-tls v0.2.11 |
1410 | 2024-07-15T03:46:40.957Z | Compiling enum-as-inner v0.5.1 |
1411 | 2024-07-15T03:46:40.981Z | Compiling phf_shared v0.10.0 |
1412 | 2024-07-15T03:46:41.227Z | Compiling tokio-native-tls v0.3.1 |
1413 | 2024-07-15T03:46:41.319Z | Compiling object v0.32.2 |
1414 | 2024-07-15T03:46:41.454Z | Compiling fixedbitset v0.4.2 |
1415 | 2024-07-15T03:46:41.768Z | Compiling rustc-demangle v0.1.24 |
1416 | 2024-07-15T03:46:41.829Z | Compiling base64ct v1.6.0 |
1417 | 2024-07-15T03:46:42.157Z | Compiling minimal-lexical v0.2.1 |
1418 | 2024-07-15T03:46:42.310Z | Compiling smoltcp v0.9.1 |
1419 | 2024-07-15T03:46:42.587Z | Compiling new_debug_unreachable v1.0.6 |
1420 | 2024-07-15T03:46:42.612Z | Compiling precomputed-hash v0.1.1 |
1421 | 2024-07-15T03:46:42.681Z | Compiling nom v7.1.3 |
1422 | 2024-07-15T03:46:42.722Z | Compiling string_cache v0.8.7 |
1423 | 2024-07-15T03:46:42.930Z | Compiling pem-rfc7468 v0.7.0 |
1424 | 2024-07-15T03:46:42.989Z | Compiling toml_edit v0.22.14 |
1425 | 2024-07-15T03:46:43.141Z | Compiling petgraph v0.6.5 |
1426 | 2024-07-15T03:46:43.568Z | Compiling addr2line v0.21.0 |
1427 | 2024-07-15T03:46:43.776Z | Compiling bit-set v0.5.3 |
1428 | 2024-07-15T03:46:44.008Z | Compiling futures-executor v0.3.30 |
1429 | 2024-07-15T03:46:44.110Z | Compiling hmac v0.12.1 |
1430 | 2024-07-15T03:46:44.312Z | Compiling hubpack_derive v0.1.1 |
1431 | 2024-07-15T03:46:44.501Z | Compiling itertools v0.10.5 |
1432 | 2024-07-15T03:46:45.030Z | Compiling diesel_table_macro_syntax v0.1.0 |
1433 | 2024-07-15T03:46:45.381Z | Compiling num-integer v0.1.46 |
1434 | 2024-07-15T03:46:45.411Z | Compiling fs-err v2.11.0 |
1435 | 2024-07-15T03:46:45.629Z | Compiling hyper v0.14.28 |
1436 | 2024-07-15T03:46:45.654Z | Compiling unicode-segmentation v1.11.0 |
1437 | 2024-07-15T03:46:46.019Z | Compiling flagset v0.4.5 |
1438 | 2024-07-15T03:46:46.202Z | Compiling lalrpop-util v0.19.12 |
1439 | 2024-07-15T03:46:46.330Z | Checking fnv v1.0.7 |
1440 | 2024-07-15T03:46:46.354Z | Compiling der v0.7.9 |
1441 | 2024-07-15T03:46:46.625Z | Compiling diesel_derives v2.1.4 |
1442 | 2024-07-15T03:46:46.714Z | Compiling futures v0.3.30 |
1443 | 2024-07-15T03:46:46.830Z | Compiling hex v0.4.3 |
1444 | 2024-07-15T03:46:47.039Z | Compiling itertools v0.12.1 |
1445 | 2024-07-15T03:46:48.074Z | Compiling finl_unicode v1.2.0 |
1446 | 2024-07-15T03:46:48.596Z | Compiling stringprep v0.1.4 |
1447 | 2024-07-15T03:46:49.093Z | Compiling spki v0.7.3 |
1448 | 2024-07-15T03:46:49.349Z | Compiling sha2 v0.10.8 |
1449 | 2024-07-15T03:46:49.415Z | Compiling toml v0.7.8 |
1450 | 2024-07-15T03:46:49.483Z | Compiling md-5 v0.10.6 |
1451 | 2024-07-15T03:46:49.583Z | Compiling serde_repr v0.1.19 |
1452 | 2024-07-15T03:46:49.692Z | Compiling strum_macros v0.25.3 |
1453 | 2024-07-15T03:46:49.854Z | Compiling hash32 v0.2.1 |
1454 | 2024-07-15T03:46:50.244Z | Checking tinyvec_macros v0.1.1 |
1455 | 2024-07-15T03:46:50.307Z | Compiling fallible-iterator v0.2.0 |
1456 | 2024-07-15T03:46:50.332Z | Compiling stable_deref_trait v1.2.0 |
1457 | 2024-07-15T03:46:50.589Z | Checking tinyvec v1.6.0 |
1458 | 2024-07-15T03:46:50.848Z | Compiling postgres-protocol v0.6.6 |
1459 | 2024-07-15T03:46:50.873Z | Compiling hyper-tls v0.5.0 |
1460 | 2024-07-15T03:46:51.169Z | Compiling hyper-rustls v0.24.2 |
1461 | 2024-07-15T03:46:51.358Z | Compiling pkcs8 v0.10.2 |
1462 | 2024-07-15T03:46:51.464Z | Compiling reqwest v0.11.27 |
1463 | 2024-07-15T03:46:51.614Z | Compiling terminal_size v0.3.0 |
1464 | 2024-07-15T03:46:51.779Z | Compiling ipnetwork v0.20.0 |
1465 | 2024-07-15T03:46:51.804Z | Compiling block-padding v0.3.3 |
1466 | 2024-07-15T03:46:51.861Z | Compiling phf_shared v0.11.2 |
1467 | 2024-07-15T03:46:52.018Z | Compiling ff v0.13.0 |
1468 | 2024-07-15T03:46:52.193Z | Compiling scheduled-thread-pool v0.2.7 |
1469 | 2024-07-15T03:46:52.218Z | Compiling peg-runtime v0.8.3 |
1470 | 2024-07-15T03:46:52.716Z | Compiling regex-automata v0.1.10 |
1471 | 2024-07-15T03:46:52.756Z | Compiling bitflags v1.3.2 |
1472 | 2024-07-15T03:46:52.785Z | Compiling managed v0.8.0 |
1473 | 2024-07-15T03:46:52.857Z | Checking equivalent v1.0.1 |
1474 | 2024-07-15T03:46:52.954Z | Compiling base16ct v0.2.0 |
1475 | 2024-07-15T03:46:53.095Z | Compiling matches v0.1.10 |
1476 | 2024-07-15T03:46:53.119Z | Compiling sec1 v0.7.3 |
1477 | 2024-07-15T03:46:53.190Z | Compiling bstr v0.2.17 |
1478 | 2024-07-15T03:46:53.214Z | Compiling idna v0.2.3 |
1479 | 2024-07-15T03:46:53.568Z | Compiling clap_builder v4.5.2 |
1480 | 2024-07-15T03:46:53.621Z | Compiling r2d2 v0.8.10 |
1481 | 2024-07-15T03:46:53.919Z | Compiling signal-hook-mio v0.2.3 |
1482 | 2024-07-15T03:46:54.053Z | Compiling usdt v0.5.0 |
1483 | 2024-07-15T03:46:54.230Z | Compiling group v0.13.0 |
1484 | 2024-07-15T03:46:54.369Z | Compiling phf v0.11.2 |
1485 | 2024-07-15T03:46:54.425Z | Compiling inout v0.1.3 |
1486 | 2024-07-15T03:46:54.467Z | Compiling postgres-types v0.2.6 |
1487 | 2024-07-15T03:46:54.505Z | Compiling num-bigint v0.4.5 |
1488 | 2024-07-15T03:46:54.630Z | Compiling num-iter v0.1.45 |
1489 | 2024-07-15T03:46:54.663Z | Compiling hubpack v0.1.2 |
1490 | 2024-07-15T03:46:54.789Z | Compiling hkdf v0.12.4 |
1491 | 2024-07-15T03:46:55.052Z | Compiling zerocopy v0.6.6 |
1492 | 2024-07-15T03:46:55.140Z | Compiling crypto-bigint v0.5.5 |
1493 | 2024-07-15T03:46:55.538Z | Compiling float-cmp v0.9.0 |
1494 | 2024-07-15T03:46:55.709Z | Compiling difflib v0.4.0 |
1495 | 2024-07-15T03:46:55.734Z | Compiling predicates-core v1.0.6 |
1496 | 2024-07-15T03:46:55.760Z | Compiling whoami v1.5.1 |
1497 | 2024-07-15T03:46:56.043Z | Compiling static_assertions v1.1.0 |
1498 | 2024-07-15T03:46:56.139Z | Compiling data-encoding v2.6.0 |
1499 | 2024-07-15T03:46:56.312Z | Compiling normalize-line-endings v0.3.0 |
1500 | 2024-07-15T03:46:56.422Z | Checking cpufeatures v0.2.12 |
1501 | 2024-07-15T03:46:56.507Z | Compiling diesel v2.1.6 |
1502 | 2024-07-15T03:46:56.532Z | Compiling predicates v3.1.0 |
1503 | 2024-07-15T03:46:57.023Z | Compiling yasna v0.5.2 |
1504 | 2024-07-15T03:46:57.958Z | Compiling elliptic-curve v0.13.8 |
1505 | 2024-07-15T03:46:58.083Z | Compiling trust-dns-proto v0.22.0 |
1506 | 2024-07-15T03:46:58.563Z | Compiling clap v4.5.4 |
1507 | 2024-07-15T03:46:58.611Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=c85a4ca043aaa389df12aac5348d8a3feda28762#c85a4ca0) |
1508 | 2024-07-15T03:46:58.676Z | Compiling tokio-postgres v0.7.10 |
1509 | 2024-07-15T03:46:59.792Z | Compiling cipher v0.4.4 |
1510 | 2024-07-15T03:47:00.254Z | Compiling crossterm v0.27.0 |
1511 | 2024-07-15T03:47:01.236Z | Compiling similar v2.5.0 |
1512 | 2024-07-15T03:47:03.213Z | Compiling tokio-stream v0.1.15 |
1513 | 2024-07-15T03:47:03.301Z | Compiling console v0.15.8 |
1514 | 2024-07-15T03:47:03.331Z | Compiling bstr v1.9.1 |
1515 | 2024-07-15T03:47:03.891Z | Checking tracing-core v0.1.32 |
1516 | 2024-07-15T03:47:04.023Z | Checking percent-encoding v2.3.1 |
1517 | 2024-07-15T03:47:04.553Z | Checking form_urlencoded v1.2.1 |
1518 | 2024-07-15T03:47:04.714Z | Checking powerfmt v0.2.0 |
1519 | 2024-07-15T03:47:04.756Z | Checking num_threads v0.1.7 |
1520 | 2024-07-15T03:47:04.786Z | Checking time-core v0.1.2 |
1521 | 2024-07-15T03:47:04.863Z | Checking num-conv v0.1.0 |
1522 | 2024-07-15T03:47:04.887Z | Checking unicode-ident v1.0.12 |
1523 | 2024-07-15T03:47:04.923Z | Checking httparse v1.8.0 |
1524 | 2024-07-15T03:47:04.983Z | Checking deranged v0.3.11 |
1525 | 2024-07-15T03:47:05.070Z | Checking unicode-width v0.1.13 |
1526 | 2024-07-15T03:47:05.299Z | Checking errno v0.3.9 |
1527 | 2024-07-15T03:47:05.506Z | Checking proc-macro2 v1.0.86 |
1528 | 2024-07-15T03:47:06.111Z | Checking quote v1.0.36 |
1529 | 2024-07-15T03:47:06.306Z | Checking adler v1.0.2 |
1530 | 2024-07-15T03:47:06.368Z | Checking base64 v0.21.7 |
1531 | 2024-07-15T03:47:06.442Z | Checking miniz_oxide v0.7.2 |
1532 | 2024-07-15T03:47:06.763Z | Checking try-lock v0.2.5 |
1533 | 2024-07-15T03:47:06.886Z | Checking want v0.3.1 |
1534 | 2024-07-15T03:47:07.063Z | Checking tower-service v0.3.2 |
1535 | 2024-07-15T03:47:07.429Z | Checking httpdate v1.0.3 |
1536 | 2024-07-15T03:47:07.731Z | Checking foreign-types-shared v0.1.1 |
1537 | 2024-07-15T03:47:07.756Z | Checking openssl-probe v0.1.5 |
1538 | 2024-07-15T03:47:07.827Z | Checking foreign-types v0.3.2 |
1539 | 2024-07-15T03:47:07.896Z | Checking openssl-sys v0.9.102 |
1540 | 2024-07-15T03:47:07.921Z | Checking ipnet v2.9.0 |
1541 | 2024-07-15T03:47:08.015Z | Checking mime v0.3.17 |
1542 | 2024-07-15T03:47:08.337Z | Checking utf8parse v0.2.1 |
1543 | 2024-07-15T03:47:12.302Z | Checking encoding_rs v0.8.34 |
1544 | 2024-07-15T03:47:12.519Z | Checking anstyle v1.0.7 |
1545 | 2024-07-15T03:47:13.905Z | Checking rustls-pemfile v1.0.4 |
1546 | 2024-07-15T03:47:14.080Z | Checking sync_wrapper v0.1.2 |
1547 | 2024-07-15T03:47:14.128Z | Checking ucd-trie v0.1.6 |
1548 | 2024-07-15T03:47:14.192Z | Checking plain v0.2.3 |
1549 | 2024-07-15T03:47:14.267Z | Checking anstyle-parse v0.2.4 |
1550 | 2024-07-15T03:47:14.355Z | Checking pretty-hex v0.4.1 |
1551 | 2024-07-15T03:47:14.448Z | Checking colorchoice v1.0.1 |
1552 | 2024-07-15T03:47:14.507Z | Checking is_terminal_polyfill v1.70.0 |
1553 | 2024-07-15T03:47:14.531Z | Checking anstyle-query v1.0.3 |
1554 | 2024-07-15T03:47:14.625Z | Checking thread-id v4.2.1 |
1555 | 2024-07-15T03:47:14.670Z | Checking anstream v0.6.14 |
1556 | 2024-07-15T03:47:14.713Z | Checking strsim v0.11.1 |
1557 | 2024-07-15T03:47:14.746Z | Checking clap_lex v0.7.0 |
1558 | 2024-07-15T03:47:15.034Z | Checking memmap v0.7.0 |
1559 | 2024-07-15T03:47:15.202Z | Checking crc32fast v1.4.0 |
1560 | 2024-07-15T03:47:16.247Z | Checking flate2 v1.0.30 |
1561 | 2024-07-15T03:47:17.542Z | Checking winnow v0.6.8 |
1562 | 2024-07-15T03:47:24.311Z | Compiling regress v0.9.1 |
1563 | 2024-07-15T03:47:24.336Z | Compiling getopts v0.2.21 |
1564 | 2024-07-15T03:47:25.083Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1565 | 2024-07-15T03:47:25.215Z | Compiling unsafe-libyaml v0.2.11 |
1566 | 2024-07-15T03:47:25.336Z | Checking heck v0.5.0 |
1567 | 2024-07-15T03:47:25.485Z | Checking progenitor-client v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
1568 | 2024-07-15T03:47:26.011Z | Compiling paste v1.0.15 |
1569 | 2024-07-15T03:47:26.149Z | Checking camino v1.1.7 |
1570 | 2024-07-15T03:47:26.424Z | Compiling serde_yaml v0.9.34+deprecated |
1571 | 2024-07-15T03:47:26.642Z | Checking is-terminal v0.4.12 |
1572 | 2024-07-15T03:47:26.691Z | Compiling strum_macros v0.26.4 |
1573 | 2024-07-15T03:47:26.759Z | Checking base64 v0.22.1 |
1574 | 2024-07-15T03:47:27.174Z | Compiling typify-impl v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6) |
1575 | 2024-07-15T03:47:27.657Z | Checking sha1 v0.10.6 |
1576 | 2024-07-15T03:47:27.831Z | Compiling rustls v0.22.4 |
1577 | 2024-07-15T03:47:27.886Z | Compiling ident_case v1.0.1 |
1578 | 2024-07-15T03:47:28.064Z | Compiling darling_core v0.20.9 |
1579 | 2024-07-15T03:47:28.089Z | Checking http v1.1.0 |
1580 | 2024-07-15T03:47:28.271Z | Checking match_cfg v0.1.0 |
1581 | 2024-07-15T03:47:28.354Z | Checking hostname v0.3.1 |
1582 | 2024-07-15T03:47:28.477Z | Checking dirs-sys-next v0.1.2 |
1583 | 2024-07-15T03:47:28.635Z | Compiling multer v3.1.0 |
1584 | 2024-07-15T03:47:28.942Z | Checking dirs-next v2.0.0 |
1585 | 2024-07-15T03:47:29.058Z | Checking crossbeam-channel v0.5.12 |
1586 | 2024-07-15T03:47:29.192Z | Compiling async-stream-impl v0.3.5 |
1587 | 2024-07-15T03:47:29.667Z | Checking thread_local v1.1.8 |
1588 | 2024-07-15T03:47:29.872Z | Checking rustls-pki-types v1.7.0 |
1589 | 2024-07-15T03:47:29.896Z | Checking term v0.7.0 |
1590 | 2024-07-15T03:47:29.926Z | Compiling dropshot v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#9fef3961) |
1591 | 2024-07-15T03:47:30.191Z | Checking take_mut v0.2.2 |
1592 | 2024-07-15T03:47:30.311Z | Checking toml v0.8.14 |
1593 | 2024-07-15T03:47:30.335Z | Checking slog-async v2.8.0 |
1594 | 2024-07-15T03:47:30.335Z | Checking slog-term v2.9.1 |
1595 | 2024-07-15T03:47:30.335Z | Compiling dropshot_endpoint v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#9fef3961) |
1596 | 2024-07-15T03:47:30.607Z | Checking rustls-webpki v0.102.4 |
1597 | 2024-07-15T03:47:30.733Z | Checking slog-json v2.6.1 |
1598 | 2024-07-15T03:47:30.915Z | Checking rustls-pemfile v2.1.2 |
1599 | 2024-07-15T03:47:30.946Z | Checking slog-bunyan v2.5.0 |
1600 | 2024-07-15T03:47:30.998Z | Checking strum v0.26.2 |
1601 | 2024-07-15T03:47:31.088Z | Checking debug-ignore v1.0.5 |
1602 | 2024-07-15T03:47:31.113Z | Checking instant v0.1.12 |
1603 | 2024-07-15T03:47:31.138Z | Checking atomic-waker v1.1.2 |
1604 | 2024-07-15T03:47:31.217Z | Checking async-stream v0.3.5 |
1605 | 2024-07-15T03:47:31.260Z | Checking waitgroup v0.1.2 |
1606 | 2024-07-15T03:47:31.390Z | Checking serde_path_to_error v0.1.16 |
1607 | 2024-07-15T03:47:31.572Z | Checking hostname v0.4.0 |
1608 | 2024-07-15T03:47:31.698Z | Checking fastrand v2.1.0 |
1609 | 2024-07-15T03:47:31.922Z | Compiling structmeta-derive v0.3.0 |
1610 | 2024-07-15T03:47:31.983Z | Checking tempfile v3.10.1 |
1611 | 2024-07-15T03:47:32.288Z | Checking quick-error v1.2.3 |
1612 | 2024-07-15T03:47:32.413Z | Checking newtype-uuid v1.1.0 |
1613 | 2024-07-15T03:47:32.618Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
1614 | 2024-07-15T03:47:33.214Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
1615 | 2024-07-15T03:47:33.564Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
1616 | 2024-07-15T03:47:33.792Z | Checking macaddr v1.0.1 |
1617 | 2024-07-15T03:47:33.838Z | Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
1618 | 2024-07-15T03:47:33.964Z | Checking backoff v0.4.0 |
1619 | 2024-07-15T03:47:34.021Z | Compiling darling_macro v0.20.9 |
1620 | 2024-07-15T03:47:34.048Z | Checking oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#2612d220) |
1621 | 2024-07-15T03:47:34.075Z | Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
1622 | 2024-07-15T03:47:34.122Z | Checking tokio-rustls v0.25.0 |
1623 | 2024-07-15T03:47:34.212Z | Checking wait-timeout v0.2.0 |
1624 | 2024-07-15T03:47:34.244Z | Compiling structmeta-derive v0.2.0 |
1625 | 2024-07-15T03:47:34.349Z | Checking rand_xorshift v0.3.0 |
1626 | 2024-07-15T03:47:34.375Z | Checking rusty-fork v0.3.0 |
1627 | 2024-07-15T03:47:34.403Z | Compiling structmeta v0.3.0 |
1628 | 2024-07-15T03:47:34.508Z | Checking unarray v0.1.4 |
1629 | 2024-07-15T03:47:34.635Z | Compiling proc-macro-error v1.0.4 |
1630 | 2024-07-15T03:47:34.660Z | Checking proptest v1.4.0 |
1631 | 2024-07-15T03:47:34.771Z | Compiling parse-display-derive v0.9.1 |
1632 | 2024-07-15T03:47:34.876Z | Compiling darling v0.20.9 |
1633 | 2024-07-15T03:47:35.042Z | Compiling serde_with_macros v3.8.3 |
1634 | 2024-07-15T03:47:35.291Z | Checking camino-tempfile v1.1.1 |
1635 | 2024-07-15T03:47:35.516Z | Compiling proc-macro-crate v1.3.1 |
1636 | 2024-07-15T03:47:36.457Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1637 | 2024-07-15T03:47:36.750Z | Compiling structmeta v0.2.0 |
1638 | 2024-07-15T03:47:36.798Z | Compiling num_enum_derive v0.5.11 |
1639 | 2024-07-15T03:47:37.138Z | Compiling test-strategy v0.3.1 |
1640 | 2024-07-15T03:47:37.626Z | Checking serde_with v3.8.3 |
1641 | 2024-07-15T03:47:37.656Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1642 | 2024-07-15T03:47:37.899Z | Compiling foreign-types-macros v0.2.3 |
1643 | 2024-07-15T03:47:38.427Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
1644 | 2024-07-15T03:47:38.649Z | Checking foreign-types-shared v0.3.1 |
1645 | 2024-07-15T03:47:38.814Z | Checking parse-display v0.9.1 |
1646 | 2024-07-15T03:47:38.942Z | Checking foreign-types v0.5.0 |
1647 | 2024-07-15T03:47:39.029Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
1648 | 2024-07-15T03:47:39.054Z | Checking cstr-argument v0.1.2 |
1649 | 2024-07-15T03:47:39.088Z | Checking pretty-hex v0.2.1 |
1650 | 2024-07-15T03:47:39.148Z | Checking num_enum v0.5.11 |
1651 | 2024-07-15T03:47:39.216Z | Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1652 | 2024-07-15T03:47:39.243Z | Checking tabwriter v1.4.0 |
1653 | 2024-07-15T03:47:39.292Z | Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1654 | 2024-07-15T03:47:39.451Z | Checking colored v2.1.0 |
1655 | 2024-07-15T03:47:39.495Z | Checking socket2 v0.4.10 |
1656 | 2024-07-15T03:47:39.539Z | Checking smf v0.2.3 |
1657 | 2024-07-15T03:47:39.716Z | Checking humantime v2.1.0 |
1658 | 2024-07-15T03:47:39.878Z | Checking termcolor v1.4.1 |
1659 | 2024-07-15T03:47:39.903Z | Checking newline-converter v0.3.0 |
1660 | 2024-07-15T03:47:39.946Z | Checking arc-swap v1.7.1 |
1661 | 2024-07-15T03:47:39.992Z | Checking xattr v1.3.1 |
1662 | 2024-07-15T03:47:40.111Z | Checking expectorate v1.1.0 |
1663 | 2024-07-15T03:47:40.205Z | Checking filetime v0.2.23 |
1664 | 2024-07-15T03:47:40.262Z | Checking same-file v1.0.6 |
1665 | 2024-07-15T03:47:40.287Z | Checking utf-8 v0.7.6 |
1666 | 2024-07-15T03:47:40.353Z | Checking slog-scope v4.4.0 |
1667 | 2024-07-15T03:47:40.394Z | Checking tar v0.4.40 |
1668 | 2024-07-15T03:47:40.421Z | Checking walkdir v2.5.0 |
1669 | 2024-07-15T03:47:40.465Z | Compiling derive-where v1.2.7 |
1670 | 2024-07-15T03:47:40.495Z | Compiling heapless v0.8.0 |
1671 | 2024-07-15T03:47:40.520Z | Checking termtree v0.4.1 |
1672 | 2024-07-15T03:47:40.544Z | Checking slog-stdlog v4.1.1 |
1673 | 2024-07-15T03:47:40.674Z | Checking hash32 v0.3.1 |
1674 | 2024-07-15T03:47:40.699Z | Checking slog-envlogger v2.2.0 |
1675 | 2024-07-15T03:47:40.724Z | Checking predicates-tree v1.0.9 |
1676 | 2024-07-15T03:47:40.848Z | Compiling smoltcp v0.11.0 |
1677 | 2024-07-15T03:47:40.875Z | Checking embedded-io v0.4.0 |
1678 | 2024-07-15T03:47:40.901Z | Checking cobs v0.2.3 |
1679 | 2024-07-15T03:47:41.059Z | Compiling crucible-workspace-hack v0.1.0 |
1680 | 2024-07-15T03:47:41.084Z | Checking postcard v1.0.8 |
1681 | 2024-07-15T03:47:41.108Z | Checking sigpipe v0.1.3 |
1682 | 2024-07-15T03:47:41.214Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=915975f6d1729db95619f752148974016912412f#915975f6) |
1683 | 2024-07-15T03:47:41.310Z | Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=915975f6d1729db95619f752148974016912412f#915975f6) |
1684 | 2024-07-15T03:47:41.523Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=915975f6d1729db95619f752148974016912412f#915975f6) |
1685 | 2024-07-15T03:47:41.548Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#4ceaf96e) |
1686 | 2024-07-15T03:47:41.548Z | Checking poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
1687 | 2024-07-15T03:47:41.692Z | Compiling zone_cfg_derive v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56) |
1688 | 2024-07-15T03:47:41.767Z | Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=5ebf9626e0ad274eb515d206d102cb09d2d51f15#5ebf9626) |
1689 | 2024-07-15T03:47:42.105Z | Compiling num-derive v0.4.2 |
1690 | 2024-07-15T03:47:42.286Z | Compiling mockall_derive v0.12.1 |
1691 | 2024-07-15T03:47:42.973Z | Checking downcast v0.11.0 |
1692 | 2024-07-15T03:47:43.013Z | Compiling typify-macro v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6) |
1693 | 2024-07-15T03:47:43.157Z | Checking fragile v2.0.0 |
1694 | 2024-07-15T03:47:43.279Z | Checking zone v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56) |
1695 | 2024-07-15T03:47:43.400Z | Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=5ebf9626e0ad274eb515d206d102cb09d2d51f15#5ebf9626) |
1696 | 2024-07-15T03:47:43.521Z | Checking pem v3.0.4 |
1697 | 2024-07-15T03:47:43.617Z | Checking tungstenite v0.20.1 |
1698 | 2024-07-15T03:47:43.782Z | Checking atty v0.2.14 |
1699 | 2024-07-15T03:47:43.888Z | Checking tungstenite v0.21.0 |
1700 | 2024-07-15T03:47:43.917Z | Compiling convert_case v0.4.0 |
1701 | 2024-07-15T03:47:44.022Z | Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=e10f8793f8414fdb9a165219f17e45fa014d088b#e10f8793) |
1702 | 2024-07-15T03:47:44.337Z | Checking tokio-tungstenite v0.20.1 |
1703 | 2024-07-15T03:47:44.401Z | Checking env_logger v0.9.3 |
1704 | 2024-07-15T03:47:44.521Z | Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=915975f6d1729db95619f752148974016912412f#915975f6) |
1705 | 2024-07-15T03:47:44.611Z | Checking tokio-tungstenite v0.21.0 |
1706 | 2024-07-15T03:47:44.758Z | Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1707 | 2024-07-15T03:47:44.783Z | Compiling derive_more v0.99.18 |
1708 | 2024-07-15T03:47:44.783Z | Compiling bitstruct_derive v0.1.0 |
1709 | 2024-07-15T03:47:45.044Z | Checking viona_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1710 | 2024-07-15T03:47:45.125Z | Checking ascii v1.1.0 |
1711 | 2024-07-15T03:47:45.158Z | Checking viona_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1712 | 2024-07-15T03:47:45.299Z | Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1713 | 2024-07-15T03:47:45.462Z | Checking rfb v0.1.0 (https://github.com/oxidecomputer/rfb?rev=0cac8d9c25eb27acfa35df80f3b9d371de98ab3b#0cac8d9c) |
1714 | 2024-07-15T03:47:45.513Z | Checking atomicwrites v0.4.3 |
1715 | 2024-07-15T03:47:45.690Z | Checking dladm v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1716 | 2024-07-15T03:47:45.745Z | Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=915975f6d1729db95619f752148974016912412f#915975f6) |
1717 | 2024-07-15T03:47:45.926Z | Checking bitstruct v0.1.1 |
1718 | 2024-07-15T03:47:45.950Z | Checking password-hash v0.5.0 |
1719 | 2024-07-15T03:47:46.031Z | Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1720 | 2024-07-15T03:47:46.201Z | Checking blake2 v0.10.6 |
1721 | 2024-07-15T03:47:46.253Z | Checking serde_arrays v0.1.0 |
1722 | 2024-07-15T03:47:46.318Z | Checking erased-serde v0.3.31 |
1723 | 2024-07-15T03:47:46.391Z | Compiling heck v0.3.3 |
1724 | 2024-07-15T03:47:46.562Z | Checking argon2 v0.5.3 |
1725 | 2024-07-15T03:47:46.759Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#4ceaf96e) |
1726 | 2024-07-15T03:47:46.792Z | Compiling typify v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6) |
1727 | 2024-07-15T03:47:46.922Z | Compiling progenitor-impl v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
1728 | 2024-07-15T03:47:47.178Z | Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=915975f6d1729db95619f752148974016912412f#915975f6) |
1729 | 2024-07-15T03:47:47.202Z | Compiling zone_cfg_derive v0.1.2 |
1730 | 2024-07-15T03:47:47.226Z | Checking propolis v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1731 | 2024-07-15T03:47:47.431Z | Checking headers-core v0.2.0 |
1732 | 2024-07-15T03:47:47.561Z | Checking base64 v0.13.1 |
1733 | 2024-07-15T03:47:47.886Z | Checking ron v0.7.1 |
1734 | 2024-07-15T03:47:47.910Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
1735 | 2024-07-15T03:47:48.190Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
1736 | 2024-07-15T03:47:48.401Z | Checking zone v0.1.8 |
1737 | 2024-07-15T03:47:48.464Z | Checking headers v0.3.9 |
1738 | 2024-07-15T03:47:48.701Z | Checking mockall v0.12.1 |
1739 | 2024-07-15T03:47:48.805Z | Checking portpicker v0.1.1 |
1740 | 2024-07-15T03:47:48.910Z | Checking rcgen v0.12.1 |
1741 | 2024-07-15T03:47:48.934Z | Checking subprocess v0.2.9 |
1742 | 2024-07-15T03:47:48.960Z | Checking linked-hash-map v0.5.6 |
1743 | 2024-07-15T03:47:49.232Z | Checking lru-cache v0.1.2 |
1744 | 2024-07-15T03:47:49.379Z | Compiling prettyplease v0.2.20 |
1745 | 2024-07-15T03:47:49.404Z | Checking swrite v0.1.0 |
1746 | 2024-07-15T03:47:49.404Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
1747 | 2024-07-15T03:47:49.465Z | Compiling semver v0.1.20 |
1748 | 2024-07-15T03:47:49.966Z | Compiling rustc_version v0.1.7 |
1749 | 2024-07-15T03:47:50.115Z | Compiling rayon-core v1.12.1 |
1750 | 2024-07-15T03:47:50.151Z | Checking half v2.4.1 |
1751 | 2024-07-15T03:47:50.349Z | Checking ciborium-io v0.2.2 |
1752 | 2024-07-15T03:47:50.375Z | Compiling cancel-safe-futures v0.1.5 |
1753 | 2024-07-15T03:47:50.446Z | Compiling newtype_derive v0.1.6 |
1754 | 2024-07-15T03:47:50.526Z | Checking ciborium-ll v0.2.2 |
1755 | 2024-07-15T03:47:50.793Z | Checking ciborium v0.2.2 |
1756 | 2024-07-15T03:47:50.874Z | Checking steno v0.4.1 |
1757 | 2024-07-15T03:47:51.276Z | Checking resolv-conf v0.7.0 |
1758 | 2024-07-15T03:47:51.528Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
1759 | 2024-07-15T03:47:51.590Z | Checking owo-colors v4.0.0 |
1760 | 2024-07-15T03:47:51.812Z | Checking trust-dns-resolver v0.22.0 |
1761 | 2024-07-15T03:47:52.600Z | Checking num-rational v0.4.2 |
1762 | 2024-07-15T03:47:52.749Z | Checking num-complex v0.4.6 |
1763 | 2024-07-15T03:47:52.776Z | Compiling slog-dtrace v0.3.0 |
1764 | 2024-07-15T03:47:53.088Z | Checking signature v2.2.0 |
1765 | 2024-07-15T03:47:53.114Z | Checking float-ord v0.3.2 |
1766 | 2024-07-15T03:47:53.505Z | Checking num v0.4.3 |
1767 | 2024-07-15T03:47:53.855Z | Compiling progenitor-macro v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
1768 | 2024-07-15T03:47:54.687Z | Checking cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1769 | 2024-07-15T03:47:54.947Z | Checking propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1770 | 2024-07-15T03:47:55.247Z | Checking libsw v3.3.1 |
1771 | 2024-07-15T03:47:55.649Z | Checking linear-map v1.2.0 |
1772 | 2024-07-15T03:47:56.327Z | Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
1773 | 2024-07-15T03:47:56.659Z | Checking display-error-chain v0.2.0 |
1774 | 2024-07-15T03:47:56.757Z | Checking nibble_vec v0.1.0 |
1775 | 2024-07-15T03:47:56.798Z | Checking endian-type v0.1.2 |
1776 | 2024-07-15T03:47:56.930Z | Compiling home v0.5.9 |
1777 | 2024-07-15T03:47:56.996Z | Checking radix_trie v0.2.1 |
1778 | 2024-07-15T03:47:57.187Z | Checking fxhash v0.2.1 |
1779 | 2024-07-15T03:47:57.270Z | Compiling radium v0.7.0 |
1780 | 2024-07-15T03:47:57.365Z | Checking tap v1.0.1 |
1781 | 2024-07-15T03:47:57.515Z | Compiling maybe-uninit v2.0.0 |
1782 | 2024-07-15T03:47:57.695Z | Checking wyz v0.5.1 |
1783 | 2024-07-15T03:47:57.992Z | Compiling bzip2-sys v0.1.11+1.0.8 |
1784 | 2024-07-15T03:47:58.019Z | Compiling packed_struct v0.10.1 |
1785 | 2024-07-15T03:47:58.047Z | Checking funty v2.0.0 |
1786 | 2024-07-15T03:47:58.352Z | Checking crc-catalog v2.4.0 |
1787 | 2024-07-15T03:47:58.377Z | Compiling num-bigint-dig v0.8.4 |
1788 | 2024-07-15T03:47:58.483Z | Checking crc v3.2.1 |
1789 | 2024-07-15T03:47:58.844Z | Checking bitvec v1.0.1 |
1790 | 2024-07-15T03:47:58.958Z | Compiling packed_struct_codegen v0.10.1 |
1791 | 2024-07-15T03:47:59.001Z | Compiling indexmap v1.9.3 |
1792 | 2024-07-15T03:47:59.241Z | Checking nodrop v0.1.14 |
1793 | 2024-07-15T03:47:59.362Z | Checking array-init v0.0.4 |
1794 | 2024-07-15T03:47:59.411Z | Checking smallvec v0.6.14 |
1795 | 2024-07-15T03:47:59.905Z | Checking pkcs1 v0.7.5 |
1796 | 2024-07-15T03:48:00.300Z | Compiling blake3 v1.5.1 |
1797 | 2024-07-15T03:48:00.324Z | Compiling ring v0.16.20 |
1798 | 2024-07-15T03:48:00.789Z | Checking hashbrown v0.12.3 |
1799 | 2024-07-15T03:48:01.213Z | Checking bitfield v0.14.0 |
1800 | 2024-07-15T03:48:01.592Z | Checking rsa v0.9.6 |
1801 | 2024-07-15T03:48:01.869Z | Checking serde-hex v0.1.0 |
1802 | 2024-07-15T03:48:02.256Z | Checking bzip2 v0.4.4 |
1803 | 2024-07-15T03:48:02.448Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
1804 | 2024-07-15T03:48:02.509Z | Checking env_logger v0.10.2 |
1805 | 2024-07-15T03:48:02.589Z | Checking x509-cert v0.2.5 |
1806 | 2024-07-15T03:48:02.669Z | Checking ron v0.8.1 |
1807 | 2024-07-15T03:48:02.867Z | Checking hashbrown v0.13.2 |
1808 | 2024-07-15T03:48:03.664Z | Checking crc-any v2.5.0 |
1809 | 2024-07-15T03:48:03.688Z | Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
1810 | 2024-07-15T03:48:03.712Z | Checking object v0.30.4 |
1811 | 2024-07-15T03:48:03.863Z | Checking zip v0.6.6 |
1812 | 2024-07-15T03:48:03.919Z | Checking path-slash v0.1.5 |
1813 | 2024-07-15T03:48:03.968Z | Compiling async-recursion v1.1.1 |
1814 | 2024-07-15T03:48:04.044Z | Checking gethostname v0.4.3 |
1815 | 2024-07-15T03:48:04.149Z | Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
1816 | 2024-07-15T03:48:04.177Z | Compiling libefi-sys v0.1.0 |
1817 | 2024-07-15T03:48:04.404Z | Checking maplit v1.0.2 |
1818 | 2024-07-15T03:48:04.468Z | Compiling bitfield-struct v0.6.1 |
1819 | 2024-07-15T03:48:04.516Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c) |
1820 | 2024-07-15T03:48:05.057Z | Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
1821 | 2024-07-15T03:48:05.195Z | Compiling crossbeam-deque v0.8.5 |
1822 | 2024-07-15T03:48:05.337Z | Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
1823 | 2024-07-15T03:48:05.475Z | Checking keccak v0.1.5 |
1824 | 2024-07-15T03:48:05.735Z | Checking sha3 v0.10.8 |
1825 | 2024-07-15T03:48:05.760Z | Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
1826 | 2024-07-15T03:48:06.062Z | Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
1827 | 2024-07-15T03:48:06.217Z | Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
1828 | 2024-07-15T03:48:06.402Z | Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
1829 | 2024-07-15T03:48:06.460Z | Checking secrecy v0.8.0 |
1830 | 2024-07-15T03:48:06.485Z | Compiling parking_lot_core v0.8.6 |
1831 | 2024-07-15T03:48:06.609Z | Compiling rayon v1.10.0 |
1832 | 2024-07-15T03:48:06.880Z | Compiling memmap2 v0.9.4 |
1833 | 2024-07-15T03:48:06.904Z | Compiling arrayref v0.3.7 |
1834 | 2024-07-15T03:48:06.999Z | Compiling buf-list v1.0.3 |
1835 | 2024-07-15T03:48:07.026Z | Compiling spin v0.5.2 |
1836 | 2024-07-15T03:48:07.051Z | Compiling untrusted v0.7.1 |
1837 | 2024-07-15T03:48:07.221Z | Compiling arrayvec v0.7.4 |
1838 | 2024-07-15T03:48:07.245Z | Compiling constant_time_eq v0.3.0 |
1839 | 2024-07-15T03:48:07.573Z | Compiling toolchain_find v0.4.0 |
1840 | 2024-07-15T03:48:08.189Z | Compiling topological-sort v0.2.2 |
1841 | 2024-07-15T03:48:08.243Z | Checking parking_lot v0.11.2 |
1842 | 2024-07-15T03:48:08.363Z | Compiling rustfmt-wrapper v0.2.1 |
1843 | 2024-07-15T03:48:08.734Z | Checking trust-dns-client v0.22.0 |
1844 | 2024-07-15T03:48:08.809Z | Checking toml v0.5.11 |
1845 | 2024-07-15T03:48:08.850Z | Checking glob v0.3.1 |
1846 | 2024-07-15T03:48:09.107Z | Checking sled v0.34.7 |
1847 | 2024-07-15T03:48:09.193Z | Compiling curve25519-dalek v4.1.3 |
1848 | 2024-07-15T03:48:09.372Z | Checking progenitor v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
1849 | 2024-07-15T03:48:09.563Z | Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=1b385990e8648b221fd11f018f2a7ec425461c6c#1b385990) |
1850 | 2024-07-15T03:48:09.745Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
1851 | 2024-07-15T03:48:09.774Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
1852 | 2024-07-15T03:48:09.965Z | Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1853 | 2024-07-15T03:48:10.853Z | Checking trust-dns-server v0.22.1 |
1854 | 2024-07-15T03:48:11.432Z | Compiling omicron-zone-package v0.11.0 |
1855 | 2024-07-15T03:48:12.011Z | Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=1b385990e8648b221fd11f018f2a7ec425461c6c#1b385990) |
1856 | 2024-07-15T03:48:12.862Z | Checking universal-hash v0.5.1 |
1857 | 2024-07-15T03:48:12.889Z | Checking opaque-debug v0.3.1 |
1858 | 2024-07-15T03:48:12.984Z | Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
1859 | 2024-07-15T03:48:13.148Z | Compiling curve25519-dalek-derive v0.1.1 |
1860 | 2024-07-15T03:48:13.189Z | Checking lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
1861 | 2024-07-15T03:48:13.214Z | Checking libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?rev=e69694a1f7cc9fe31fab27f321017280531fb5f7#e69694a1) |
1862 | 2024-07-15T03:48:13.270Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
1863 | 2024-07-15T03:48:14.787Z | Checking hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#943c4bbe) |
1864 | 2024-07-15T03:48:14.905Z | Checking aead v0.5.2 |
1865 | 2024-07-15T03:48:14.979Z | Compiling pin-project-internal v1.1.5 |
1866 | 2024-07-15T03:48:15.109Z | Compiling vte_generate_state_changes v0.1.1 |
1867 | 2024-07-15T03:48:15.324Z | Compiling unicase v2.7.0 |
1868 | 2024-07-15T03:48:15.623Z | Checking vte v0.11.1 |
1869 | 2024-07-15T03:48:15.729Z | Checking poly1305 v0.8.0 |
1870 | 2024-07-15T03:48:15.878Z | Checking chacha20 v0.9.1 |
1871 | 2024-07-15T03:48:16.138Z | Checking fd-lock v4.0.2 |
1872 | 2024-07-15T03:48:16.168Z | Compiling thiserror-impl-no-std v2.0.2 |
1873 | 2024-07-15T03:48:16.314Z | Checking nanorand v0.7.0 |
1874 | 2024-07-15T03:48:16.589Z | Checking strip-ansi-escapes v0.2.0 |
1875 | 2024-07-15T03:48:16.624Z | Checking flume v0.11.0 |
1876 | 2024-07-15T03:48:16.722Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
1877 | 2024-07-15T03:48:16.805Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
1878 | 2024-07-15T03:48:16.880Z | Checking kstat-rs v0.2.4 |
1879 | 2024-07-15T03:48:16.970Z | Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
1880 | 2024-07-15T03:48:17.021Z | Checking nu-ansi-term v0.50.0 |
1881 | 2024-07-15T03:48:17.188Z | Checking chacha20poly1305 v0.10.1 |
1882 | 2024-07-15T03:48:17.352Z | Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=e10f8793f8414fdb9a165219f17e45fa014d088b#e10f8793) |
1883 | 2024-07-15T03:48:17.376Z | Checking reedline v0.31.0 |
1884 | 2024-07-15T03:48:17.488Z | Checking pin-project v1.1.5 |
1885 | 2024-07-15T03:48:17.588Z | Compiling crunchy v0.2.2 |
1886 | 2024-07-15T03:48:17.613Z | Compiling mime_guess v2.0.4 |
1887 | 2024-07-15T03:48:18.007Z | Compiling clang-sys v1.7.0 |
1888 | 2024-07-15T03:48:18.189Z | Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=5ebf9626e0ad274eb515d206d102cb09d2d51f15#5ebf9626) |
1889 | 2024-07-15T03:48:18.578Z | Compiling tiny-keccak v2.0.2 |
1890 | 2024-07-15T03:48:18.816Z | Checking thiserror-no-std v2.0.2 |
1891 | 2024-07-15T03:48:18.869Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
1892 | 2024-07-15T03:48:18.928Z | Checking vsss-rs v3.3.4 |
1893 | 2024-07-15T03:48:19.014Z | Compiling memoffset v0.9.1 |
1894 | 2024-07-15T03:48:19.096Z | Checking bytecount v0.6.8 |
1895 | 2024-07-15T03:48:19.229Z | Compiling ref-cast v1.0.23 |
1896 | 2024-07-15T03:48:19.395Z | Checking papergrid v0.11.0 |
1897 | 2024-07-15T03:48:20.013Z | Compiling ascii-canvas v3.0.0 |
1898 | 2024-07-15T03:48:20.314Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
1899 | 2024-07-15T03:48:20.501Z | Compiling tabled_derive v0.7.0 |
1900 | 2024-07-15T03:48:20.708Z | Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=5ebf9626e0ad274eb515d206d102cb09d2d51f15#5ebf9626) |
1901 | 2024-07-15T03:48:20.892Z | Compiling ref-cast-impl v1.0.23 |
1902 | 2024-07-15T03:48:20.960Z | Compiling snafu-derive v0.8.2 |
1903 | 2024-07-15T03:48:21.632Z | Compiling ena v0.14.3 |
1904 | 2024-07-15T03:48:21.657Z | Compiling libloading v0.8.3 |
1905 | 2024-07-15T03:48:21.975Z | Compiling bindgen v0.69.4 |
1906 | 2024-07-15T03:48:22.020Z | Checking http-range v0.1.5 |
1907 | 2024-07-15T03:48:22.091Z | Compiling diff v0.1.13 |
1908 | 2024-07-15T03:48:22.196Z | Compiling cfg_aliases v0.1.1 |
1909 | 2024-07-15T03:48:22.316Z | Compiling regex-syntax v0.6.29 |
1910 | 2024-07-15T03:48:22.659Z | Compiling nix v0.28.0 |
1911 | 2024-07-15T03:48:22.702Z | Checking hyper-staticfile v0.9.5 |
1912 | 2024-07-15T03:48:22.781Z | Checking tabled v0.15.0 |
1913 | 2024-07-15T03:48:23.345Z | Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=5ebf9626e0ad274eb515d206d102cb09d2d51f15#5ebf9626) |
1914 | 2024-07-15T03:48:24.181Z | Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
1915 | 2024-07-15T03:48:25.280Z | Checking illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
1916 | 2024-07-15T03:48:25.773Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
1917 | 2024-07-15T03:48:26.645Z | Compiling oximeter-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/impl) |
1918 | 2024-07-15T03:48:26.688Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
1919 | 2024-07-15T03:48:28.281Z | Checking internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns) |
1920 | 2024-07-15T03:48:28.964Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
1921 | 2024-07-15T03:48:29.625Z | Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
1922 | 2024-07-15T03:48:30.443Z | Checking snafu v0.8.2 |
1923 | 2024-07-15T03:48:30.843Z | Compiling lalrpop v0.19.12 |
1924 | 2024-07-15T03:48:30.867Z | Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
1925 | 2024-07-15T03:48:31.908Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
1926 | 2024-07-15T03:48:32.146Z | Compiling which v4.4.2 |
1927 | 2024-07-15T03:48:32.649Z | Checking globset v0.4.14 |
1928 | 2024-07-15T03:48:33.047Z | Checking olpc-cjson v0.1.3 |
1929 | 2024-07-15T03:48:33.231Z | Compiling cexpr v0.6.0 |
1930 | 2024-07-15T03:48:33.838Z | Checking serde_plain v1.0.2 |
1931 | 2024-07-15T03:48:34.046Z | Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=c85a4ca043aaa389df12aac5348d8a3feda28762#c85a4ca0) |
1932 | 2024-07-15T03:48:34.280Z | Checking typed-path v0.7.1 |
1933 | 2024-07-15T03:48:34.742Z | Compiling rustc-hash v1.1.0 |
1934 | 2024-07-15T03:48:34.880Z | Checking signature v1.6.4 |
1935 | 2024-07-15T03:48:35.032Z | Compiling salty v0.2.0 |
1936 | 2024-07-15T03:48:35.262Z | Compiling shlex v1.3.0 |
1937 | 2024-07-15T03:48:35.454Z | Compiling lazycell v1.3.0 |
1938 | 2024-07-15T03:48:35.682Z | Checking ed25519 v1.5.3 |
1939 | 2024-07-15T03:48:35.821Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
1940 | 2024-07-15T03:48:35.915Z | Checking nix v0.27.1 |
1941 | 2024-07-15T03:48:35.950Z | Checking tough v0.17.1 |
1942 | 2024-07-15T03:48:38.193Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
1943 | 2024-07-15T03:48:39.715Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
1944 | 2024-07-15T03:48:39.744Z | Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
1945 | 2024-07-15T03:48:39.935Z | Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
1946 | 2024-07-15T03:48:39.980Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
1947 | 2024-07-15T03:48:40.175Z | Compiling derive_builder_core v0.20.0 |
1948 | 2024-07-15T03:48:40.239Z | Checking serde-big-array v0.5.1 |
1949 | 2024-07-15T03:48:40.426Z | Compiling hubpack_derive v0.1.0 (https://github.com/cbiffle/hubpack.git?rev=df08cc3a6e1f97381cd0472ae348e310f0119e25#df08cc3a) |
1950 | 2024-07-15T03:48:40.466Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
1951 | 2024-07-15T03:48:41.160Z | Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
1952 | 2024-07-15T03:48:41.276Z | Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
1953 | 2024-07-15T03:48:42.093Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
1954 | 2024-07-15T03:48:42.176Z | Compiling libxml v0.3.3 |
1955 | 2024-07-15T03:48:42.217Z | Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
1956 | 2024-07-15T03:48:42.476Z | Checking parse-size v1.0.0 |
1957 | 2024-07-15T03:48:42.597Z | Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
1958 | 2024-07-15T03:48:42.633Z | Checking heck v0.4.1 |
1959 | 2024-07-15T03:48:42.827Z | Checking openapi-lint v0.4.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#ef442ee4) |
1960 | 2024-07-15T03:48:43.199Z | Compiling derive_builder_macro v0.20.0 |
1961 | 2024-07-15T03:48:43.915Z | Checking hubpack v0.1.0 (https://github.com/cbiffle/hubpack.git?rev=df08cc3a6e1f97381cd0472ae348e310f0119e25#df08cc3a) |
1962 | 2024-07-15T03:48:44.644Z | Checking signal-hook-tokio v0.3.1 |
1963 | 2024-07-15T03:48:44.669Z | Compiling peg-macros v0.8.3 |
1964 | 2024-07-15T03:48:44.769Z | Checking serde-big-array v0.4.1 |
1965 | 2024-07-15T03:48:44.803Z | Compiling strum_macros v0.24.3 |
1966 | 2024-07-15T03:48:44.919Z | Compiling sqlparser_derive v0.2.2 |
1967 | 2024-07-15T03:48:45.864Z | Compiling cookie v0.18.1 |
1968 | 2024-07-15T03:48:45.900Z | Checking unicode_categories v0.1.1 |
1969 | 2024-07-15T03:48:46.107Z | Compiling indoc v1.0.9 |
1970 | 2024-07-15T03:48:46.288Z | Checking sqlformat v0.2.3 |
1971 | 2024-07-15T03:48:46.361Z | Checking rustyline v14.0.0 |
1972 | 2024-07-15T03:48:47.043Z | Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
1973 | 2024-07-15T03:48:47.641Z | Checking peg v0.8.3 |
1974 | 2024-07-15T03:48:47.670Z | Checking sqlparser v0.45.0 |
1975 | 2024-07-15T03:48:47.742Z | Checking sprockets-common v0.1.0 (https://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef) |
1976 | 2024-07-15T03:48:47.914Z | Checking derive_builder v0.20.0 |
1977 | 2024-07-15T03:48:48.550Z | Checking tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
1978 | 2024-07-15T03:48:49.397Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
1979 | 2024-07-15T03:48:49.645Z | Checking quick-xml v0.31.0 |
1980 | 2024-07-15T03:48:49.886Z | Checking bcs v0.1.6 |
1981 | 2024-07-15T03:48:50.326Z | Compiling oso-derive v0.27.3 |
1982 | 2024-07-15T03:48:50.592Z | Compiling impl-trait-for-tuples v0.2.2 |
1983 | 2024-07-15T03:48:51.181Z | Checking highway v1.1.0 |
1984 | 2024-07-15T03:48:51.328Z | Checking corncobs v0.1.3 |
1985 | 2024-07-15T03:48:51.491Z | Checking sprockets-rot v0.1.0 (https://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef) |
1986 | 2024-07-15T03:48:51.667Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
1987 | 2024-07-15T03:48:51.925Z | Compiling diesel-dtrace v0.3.0 (https://github.com/oxidecomputer/diesel-dtrace?branch=main#62ef5ca0) |
1988 | 2024-07-15T03:48:52.232Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
1989 | 2024-07-15T03:48:52.481Z | Compiling const_format_proc_macros v0.2.32 |
1990 | 2024-07-15T03:48:52.581Z | Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
1991 | 2024-07-15T03:48:53.384Z | Checking bb8 v0.8.5 |
1992 | 2024-07-15T03:48:53.787Z | Checking async-bb8-diesel v0.1.0 (https://github.com/oxidecomputer/async-bb8-diesel?rev=ed7ab5ef0513ba303d33efd41d3e9e381169d59b#ed7ab5ef) |
1993 | 2024-07-15T03:48:54.265Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
1994 | 2024-07-15T03:48:54.337Z | Checking const_format v0.2.32 |
1995 | 2024-07-15T03:48:55.001Z | Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
1996 | 2024-07-15T03:48:55.134Z | Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
1997 | 2024-07-15T03:48:56.171Z | Checking assert_matches v1.5.0 |
1998 | 2024-07-15T03:48:56.261Z | Compiling portable-atomic v1.6.0 |
1999 | 2024-07-15T03:48:56.717Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
2000 | 2024-07-15T03:48:57.440Z | Checking rand_seeder v0.2.3 |
2001 | 2024-07-15T03:48:57.651Z | Checking number_prefix v0.4.0 |
2002 | 2024-07-15T03:48:57.824Z | Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
2003 | 2024-07-15T03:48:58.083Z | Checking indicatif v0.17.8 |
2004 | 2024-07-15T03:48:58.201Z | Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
2005 | 2024-07-15T03:48:58.401Z | Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
2006 | 2024-07-15T03:48:58.774Z | Checking is_ci v1.2.0 |
2007 | 2024-07-15T03:48:58.913Z | Checking supports-color v3.0.0 |
2008 | 2024-07-15T03:48:59.106Z | Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
2009 | 2024-07-15T03:48:59.699Z | Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
2010 | 2024-07-15T03:48:59.729Z | Checking castaway v0.2.2 |
2011 | 2024-07-15T03:48:59.900Z | Checking compact_str v0.7.1 |
2012 | 2024-07-15T03:49:00.134Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
2013 | 2024-07-15T03:49:00.396Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
2014 | 2024-07-15T03:49:00.592Z | Checking unicode-truncate v1.0.0 |
2015 | 2024-07-15T03:49:00.667Z | Checking itertools v0.13.0 |
2016 | 2024-07-15T03:49:00.808Z | Checking lru v0.12.3 |
2017 | 2024-07-15T03:49:01.023Z | Compiling stability v0.2.0 |
2018 | 2024-07-15T03:49:01.062Z | Checking cassowary v0.3.0 |
2019 | 2024-07-15T03:49:01.465Z | Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
2020 | 2024-07-15T03:49:01.836Z | Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
2021 | 2024-07-15T03:49:02.392Z | Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2022 | 2024-07-15T03:49:02.737Z | Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
2023 | 2024-07-15T03:49:02.832Z | Checking ratatui v0.27.0 |
2024 | 2024-07-15T03:49:03.342Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2025 | 2024-07-15T03:49:03.734Z | Checking unicode-linebreak v0.1.5 |
2026 | 2024-07-15T03:49:03.949Z | Checking smawk v0.3.2 |
2027 | 2024-07-15T03:49:04.047Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
2028 | 2024-07-15T03:49:04.126Z | Checking textwrap v0.16.1 |
2029 | 2024-07-15T03:49:04.303Z | Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
2030 | 2024-07-15T03:49:04.451Z | Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=e10f8793f8414fdb9a165219f17e45fa014d088b#e10f8793) |
2031 | 2024-07-15T03:49:05.162Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
2032 | 2024-07-15T03:49:05.230Z | Checking fatfs v0.3.6 |
2033 | 2024-07-15T03:49:05.844Z | Checking shell-words v1.1.0 |
2034 | 2024-07-15T03:49:05.988Z | Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
2035 | 2024-07-15T03:49:06.035Z | Checking cargo-platform v0.1.8 |
2036 | 2024-07-15T03:49:06.283Z | Checking rtoolbox v0.0.2 |
2037 | 2024-07-15T03:49:06.452Z | Compiling getrandom v0.1.16 |
2038 | 2024-07-15T03:49:07.060Z | Checking rpassword v7.3.1 |
2039 | 2024-07-15T03:49:07.203Z | Checking cargo_metadata v0.18.1 |
2040 | 2024-07-15T03:49:07.316Z | Checking tui-tree-widget v0.21.0 |
2041 | 2024-07-15T03:49:07.813Z | Checking tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous) |
2042 | 2024-07-15T03:49:08.464Z | Checking rfc6979 v0.4.0 |
2043 | 2024-07-15T03:49:08.911Z | Checking ecdsa v0.16.9 |
2044 | 2024-07-15T03:49:08.936Z | Checking rand_core v0.5.1 |
2045 | 2024-07-15T03:49:09.176Z | Checking primeorder v0.13.6 |
2046 | 2024-07-15T03:49:09.559Z | Checking option-ext v0.2.0 |
2047 | 2024-07-15T03:49:09.671Z | Checking yansi v0.5.1 |
2048 | 2024-07-15T03:49:09.696Z | Checking dirs-sys v0.4.1 |
2049 | 2024-07-15T03:49:09.854Z | Checking rand_chacha v0.2.2 |
2050 | 2024-07-15T03:49:09.915Z | Checking pretty_assertions v1.4.0 |
2051 | 2024-07-15T03:49:10.092Z | Checking polyval v0.6.2 |
2052 | 2024-07-15T03:49:10.159Z | Checking ed25519 v2.2.3 |
2053 | 2024-07-15T03:49:10.324Z | Checking aes v0.8.4 |
2054 | 2024-07-15T03:49:10.365Z | Checking ctr v0.9.2 |
2055 | 2024-07-15T03:49:10.614Z | Checking blowfish v0.9.1 |
2056 | 2024-07-15T03:49:10.807Z | Checking password-hash v0.4.2 |
2057 | 2024-07-15T03:49:11.037Z | Checking pbkdf2 v0.12.2 |
2058 | 2024-07-15T03:49:11.152Z | Checking plotters-backend v0.3.5 |
2059 | 2024-07-15T03:49:11.184Z | Checking hex-literal v0.4.1 |
2060 | 2024-07-15T03:49:11.301Z | Checking bcrypt-pbkdf v0.10.0 |
2061 | 2024-07-15T03:49:11.465Z | Checking plotters-svg v0.3.5 |
2062 | 2024-07-15T03:49:11.504Z | Checking pbkdf2 v0.11.0 |
2063 | 2024-07-15T03:49:11.655Z | Checking ed25519-dalek v2.1.1 |
2064 | 2024-07-15T03:49:11.749Z | Checking ghash v0.5.1 |
2065 | 2024-07-15T03:49:11.896Z | Checking rand v0.7.3 |
2066 | 2024-07-15T03:49:11.945Z | Checking dirs v5.0.1 |
2067 | 2024-07-15T03:49:12.069Z | Checking p521 v0.13.3 |
2068 | 2024-07-15T03:49:12.161Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
2069 | 2024-07-15T03:49:12.985Z | Checking p256 v0.13.2 |
2070 | 2024-07-15T03:49:13.127Z | Compiling nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros) |
2071 | 2024-07-15T03:49:13.365Z | Checking cbc v0.1.2 |
2072 | 2024-07-15T03:49:13.542Z | Checking russh-cryptovec v0.7.2 |
2073 | 2024-07-15T03:49:13.715Z | Checking cast v0.3.0 |
2074 | 2024-07-15T03:49:13.967Z | Compiling doc-comment v0.3.3 |
2075 | 2024-07-15T03:49:14.444Z | Compiling target-lexicon v0.12.14 |
2076 | 2024-07-15T03:49:14.540Z | Checking md5 v0.7.0 |
2077 | 2024-07-15T03:49:14.804Z | Checking russh-keys v0.43.0 |
2078 | 2024-07-15T03:49:15.622Z | Checking criterion-plot v0.5.0 |
2079 | 2024-07-15T03:49:15.821Z | Checking aes-gcm v0.10.3 |
2080 | 2024-07-15T03:49:16.039Z | Checking plotters v0.3.5 |
2081 | 2024-07-15T03:49:16.076Z | Checking http-body v1.0.0 |
2082 | 2024-07-15T03:49:16.275Z | Checking tinytemplate v1.2.1 |
2083 | 2024-07-15T03:49:16.617Z | Checking csv-core v0.1.11 |
2084 | 2024-07-15T03:49:16.933Z | Checking anes v0.1.6 |
2085 | 2024-07-15T03:49:17.266Z | Checking tower-layer v0.3.2 |
2086 | 2024-07-15T03:49:17.499Z | Compiling assert_cmd v2.0.14 |
2087 | 2024-07-15T03:49:17.533Z | Compiling dhcproto-macros v0.1.0 |
2088 | 2024-07-15T03:49:17.664Z | Checking oorandom v11.1.3 |
2089 | 2024-07-15T03:49:17.813Z | Compiling guppy-workspace-hack v0.1.0 |
2090 | 2024-07-15T03:49:17.878Z | Checking criterion v0.5.1 |
2091 | 2024-07-15T03:49:18.064Z | Checking tower v0.4.13 |
2092 | 2024-07-15T03:49:18.349Z | Checking dhcproto v0.11.0 |
2093 | 2024-07-15T03:49:18.680Z | Checking csv v1.3.0 |
2094 | 2024-07-15T03:49:19.368Z | Checking hyper v1.3.1 |
2095 | 2024-07-15T03:49:19.494Z | Checking russh v0.43.0 |
2096 | 2024-07-15T03:49:20.356Z | Checking installinator-artifactd v0.1.0 (/work/oxidecomputer/omicron/installinator-artifactd) |
2097 | 2024-07-15T03:49:20.614Z | Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
2098 | 2024-07-15T03:49:21.168Z | Compiling target-spec v3.1.0 |
2099 | 2024-07-15T03:49:21.465Z | Checking internet-checksum v0.2.1 |
2100 | 2024-07-15T03:49:22.083Z | Checking cfg-expr v0.15.8 |
2101 | 2024-07-15T03:49:22.613Z | Checking hyper-util v0.1.3 |
2102 | 2024-07-15T03:49:23.067Z | Checking installinator-artifact-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-artifact-client) |
2103 | 2024-07-15T03:49:23.142Z | Checking rustls-native-certs v0.7.0 |
2104 | 2024-07-15T03:49:23.270Z | Checking httptest v0.15.5 |
2105 | 2024-07-15T03:49:23.878Z | Checking hyper-rustls v0.26.0 |
2106 | 2024-07-15T03:49:24.440Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
2107 | 2024-07-15T03:49:24.666Z | Checking pathdiff v0.2.1 |
2108 | 2024-07-15T03:49:24.794Z | Checking threadpool v1.8.1 |
2109 | 2024-07-15T03:49:24.963Z | Checking escape8259 v0.5.2 |
2110 | 2024-07-15T03:49:25.118Z | Checking nested v0.1.1 |
2111 | 2024-07-15T03:49:25.292Z | Checking guppy v0.17.5 |
2112 | 2024-07-15T03:49:25.380Z | Checking libtest-mimic v0.7.3 |
2113 | 2024-07-15T03:49:25.776Z | Checking similar-asserts v1.5.0 |
2114 | 2024-07-15T03:49:25.965Z | Checking fancy-regex v0.13.0 |
2115 | 2024-07-15T03:49:26.551Z | Compiling rstest_macros v0.19.0 |
2116 | 2024-07-15T03:49:26.644Z | Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
2117 | 2024-07-15T03:49:26.996Z | Checking datatest-stable v0.2.9 |
2118 | 2024-07-15T03:49:27.079Z | Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
2119 | 2024-07-15T03:49:27.238Z | Checking blake2b_simd v1.0.2 |
2120 | 2024-07-15T03:49:27.916Z | Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli) |
2121 | 2024-07-15T03:49:28.158Z | Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
2122 | 2024-07-15T03:49:28.190Z | Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
2123 | 2024-07-15T03:49:28.557Z | Compiling trybuild v1.0.96 |
2124 | 2024-07-15T03:49:28.742Z | Checking indent_write v2.2.0 |
2125 | 2024-07-15T03:49:28.948Z | Compiling relative-path v1.9.3 |
2126 | 2024-07-15T03:49:29.103Z | Checking rust-argon2 v2.1.0 |
2127 | 2024-07-15T03:49:29.513Z | Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
2128 | 2024-07-15T03:49:30.839Z | Checking multimap v0.10.0 |
2129 | 2024-07-15T03:49:31.139Z | Checking futures-timer v3.0.3 |
2130 | 2024-07-15T03:49:32.590Z | Checking openapi-manager v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager) |
2131 | 2024-07-15T03:49:33.589Z | Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
2132 | 2024-07-15T03:49:34.307Z | Checking partial-io v0.5.4 |
2133 | 2024-07-15T03:49:34.635Z | Checking cargo_toml v0.20.3 |
2134 | 2024-07-15T03:49:36.223Z | Checking rand_distr v0.4.3 |
2135 | 2024-07-15T03:49:36.617Z | Checking approx v0.5.1 |
2136 | 2024-07-15T03:49:36.810Z | Checking uzers v0.11.3 |
2137 | 2024-07-15T03:49:36.852Z | Checking termios v0.3.3 |
2138 | 2024-07-15T03:49:37.052Z | Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli) |
2139 | 2024-07-15T03:49:37.116Z | Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
2140 | 2024-07-15T03:49:37.382Z | Checking rstest v0.19.0 |
2141 | 2024-07-15T03:49:40.979Z | Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
2142 | 2024-07-15T03:49:41.252Z | Checking end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
2143 | 2024-07-15T03:49:47.989Z | Compiling samael v0.0.15 |
2144 | 2024-07-15T03:49:51.683Z | Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng) |
2145 | 2024-07-15T03:50:14.990Z | Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns-cli) |
2146 | 2024-07-15T03:50:15.751Z | Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed) |
2147 | 2024-07-15T03:50:24.921Z | Compiling polar-core v0.27.3 |
2148 | 2024-07-15T03:50:34.341Z | Checking oso v0.27.3 |
2149 | 2024-07-15T03:51:15.867Z | Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
2150 | 2024-07-15T03:51:15.892Z | Checking nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
2151 | 2024-07-15T03:51:15.892Z | Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
2152 | 2024-07-15T03:52:52.273Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 6m 48s |
2153 | 2024-07-15T03:52:52.571Z | |
2154 | 2024-07-15T03:52:52.571Z | real 7:00.158611928 |
2155 | 2024-07-15T03:52:52.571Z | user 34:17.439953561 |
2156 | 2024-07-15T03:52:52.571Z | sys 6:21.539268755 |
2157 | 2024-07-15T03:52:52.571Z | trap 0.985008998 |
2158 | 2024-07-15T03:52:52.572Z | tflt 0.518807887 |
2159 | 2024-07-15T03:52:52.596Z | dflt 0.752700981 |
2160 | 2024-07-15T03:52:52.596Z | kflt 0.002147471 |
2161 | 2024-07-15T03:52:52.596Z | lock 1:45:43.521863298 |
2162 | 2024-07-15T03:52:52.596Z | slp 1:50:33.943734046 |
2163 | 2024-07-15T03:52:52.596Z | lat 1:49.429164422 |
2164 | 2024-07-15T03:52:52.596Z | stop 5:43.724680439 |
2165 | 2024-07-15T03:52:52.596Z | + RUSTDOCFLAGS='--document-private-items -D warnings' |
2166 | 2024-07-15T03:52:52.596Z | + ptime -m cargo doc --workspace --no-deps |
2167 | 2024-07-15T03:52:53.891Z | warning: output filename collision. |
2168 | 2024-07-15T03:52:53.892Z | 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)`. |
2169 | 2024-07-15T03:52:53.892Z | Colliding filename is: /work/oxidecomputer/omicron/target/doc/oximeter/index.html |
2170 | 2024-07-15T03:52:53.892Z | The targets should have unique names. |
2171 | 2024-07-15T03:52:53.892Z | This is a known bug where multiple crates with the same name use |
2172 | 2024-07-15T03:52:53.892Z | the same path; see <https://github.com/rust-lang/cargo/issues/6313>. |
2173 | 2024-07-15T03:52:54.529Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2174 | 2024-07-15T03:52:54.561Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2175 | 2024-07-15T03:52:54.607Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
2176 | 2024-07-15T03:52:54.631Z | Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
2177 | 2024-07-15T03:52:54.655Z | Documenting xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
2178 | 2024-07-15T03:52:54.655Z | Documenting omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2179 | 2024-07-15T03:52:54.793Z | Documenting omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2180 | 2024-07-15T03:52:54.897Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
2181 | 2024-07-15T03:52:54.930Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2182 | 2024-07-15T03:52:54.959Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2183 | 2024-07-15T03:52:54.959Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2184 | 2024-07-15T03:52:55.224Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2185 | 2024-07-15T03:52:55.433Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2186 | 2024-07-15T03:52:55.616Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2187 | 2024-07-15T03:52:55.705Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2188 | 2024-07-15T03:52:56.677Z | Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2189 | 2024-07-15T03:52:58.408Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
2190 | 2024-07-15T03:52:58.520Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
2191 | 2024-07-15T03:52:58.631Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
2192 | 2024-07-15T03:52:58.791Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
2193 | 2024-07-15T03:52:59.075Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
2194 | 2024-07-15T03:52:59.171Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
2195 | 2024-07-15T03:52:59.358Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
2196 | 2024-07-15T03:52:59.498Z | Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
2197 | 2024-07-15T03:52:59.630Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2198 | 2024-07-15T03:52:59.932Z | Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
2199 | 2024-07-15T03:53:00.151Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
2200 | 2024-07-15T03:53:00.175Z | Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2201 | 2024-07-15T03:53:00.410Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
2202 | 2024-07-15T03:53:00.758Z | Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
2203 | 2024-07-15T03:53:00.788Z | Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
2204 | 2024-07-15T03:53:01.353Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
2205 | 2024-07-15T03:53:01.606Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
2206 | 2024-07-15T03:53:01.774Z | Documenting dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2207 | 2024-07-15T03:53:02.015Z | Documenting omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2208 | 2024-07-15T03:53:02.062Z | Documenting authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
2209 | 2024-07-15T03:53:03.558Z | Checking illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2210 | 2024-07-15T03:53:05.230Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2211 | 2024-07-15T03:53:06.120Z | Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
2212 | 2024-07-15T03:53:06.749Z | Compiling oximeter-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/impl) |
2213 | 2024-07-15T03:53:08.036Z | Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
2214 | 2024-07-15T03:53:08.635Z | Checking internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns) |
2215 | 2024-07-15T03:53:09.409Z | Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2216 | 2024-07-15T03:53:10.153Z | Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
2217 | 2024-07-15T03:53:10.589Z | Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
2218 | 2024-07-15T03:53:10.892Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2219 | 2024-07-15T03:53:10.991Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2220 | 2024-07-15T03:53:11.628Z | Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2221 | 2024-07-15T03:53:12.256Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2222 | 2024-07-15T03:53:12.281Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2223 | 2024-07-15T03:53:12.724Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2224 | 2024-07-15T03:53:13.534Z | Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2225 | 2024-07-15T03:53:14.146Z | Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
2226 | 2024-07-15T03:53:15.084Z | Checking tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
2227 | 2024-07-15T03:53:15.854Z | Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
2228 | 2024-07-15T03:53:16.898Z | Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
2229 | 2024-07-15T03:53:17.287Z | Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
2230 | 2024-07-15T03:53:17.579Z | Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
2231 | 2024-07-15T03:53:17.628Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
2232 | 2024-07-15T03:53:17.860Z | Documenting omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2233 | 2024-07-15T03:53:17.944Z | Checking installinator-artifact-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-artifact-client) |
2234 | 2024-07-15T03:53:19.244Z | Checking installinator-artifactd v0.1.0 (/work/oxidecomputer/omicron/installinator-artifactd) |
2235 | 2024-07-15T03:53:19.962Z | Documenting omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
2236 | 2024-07-15T03:53:21.852Z | Documenting installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
2237 | 2024-07-15T03:53:21.917Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
2238 | 2024-07-15T03:53:22.254Z | Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2239 | 2024-07-15T03:53:22.638Z | Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2240 | 2024-07-15T03:53:23.327Z | Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2241 | 2024-07-15T03:53:23.800Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
2242 | 2024-07-15T03:53:23.876Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
2243 | 2024-07-15T03:53:24.488Z | Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2244 | 2024-07-15T03:53:27.888Z | Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
2245 | 2024-07-15T03:53:28.375Z | Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
2246 | 2024-07-15T03:53:28.640Z | Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
2247 | 2024-07-15T03:53:29.034Z | Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
2248 | 2024-07-15T03:53:29.360Z | Documenting wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
2249 | 2024-07-15T03:53:30.156Z | Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
2250 | 2024-07-15T03:53:30.411Z | Documenting oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2251 | 2024-07-15T03:53:31.147Z | Documenting openapi-manager v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager) |
2252 | 2024-07-15T03:53:32.073Z | Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2253 | 2024-07-15T03:53:33.017Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2254 | 2024-07-15T03:53:34.492Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
2255 | 2024-07-15T03:53:36.475Z | Documenting oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
2256 | 2024-07-15T03:53:37.391Z | Documenting omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2257 | 2024-07-15T03:53:54.559Z | Checking end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
2258 | 2024-07-15T03:53:55.997Z | Documenting end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
2259 | 2024-07-15T03:54:03.707Z | Documenting oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2260 | 2024-07-15T03:54:09.177Z | Documenting nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
2261 | 2024-07-15T03:54:16.286Z | Documenting nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
2262 | 2024-07-15T03:54:17.834Z | Documenting nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
2263 | 2024-07-15T03:54:18.297Z | Documenting nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2264 | 2024-07-15T03:54:29.994Z | Documenting nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
2265 | 2024-07-15T03:54:30.877Z | Documenting nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
2266 | 2024-07-15T03:54:31.093Z | Documenting nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
2267 | 2024-07-15T03:54:36.111Z | Documenting nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
2268 | 2024-07-15T03:54:50.237Z | Documenting nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
2269 | 2024-07-15T03:54:50.290Z | Documenting gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
2270 | 2024-07-15T03:54:52.424Z | Documenting wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
2271 | 2024-07-15T03:54:53.585Z | Documenting wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
2272 | 2024-07-15T03:54:55.371Z | Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
2273 | 2024-07-15T03:54:56.839Z | Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
2274 | 2024-07-15T03:54:57.702Z | Documenting nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
2275 | 2024-07-15T03:54:57.831Z | Documenting omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
2276 | 2024-07-15T03:55:09.136Z | Documenting nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
2277 | 2024-07-15T03:55:17.822Z | Documenting nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
2278 | 2024-07-15T03:55:18.594Z | Documenting nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
2279 | 2024-07-15T03:55:31.866Z | Documenting nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
2280 | 2024-07-15T03:55:42.712Z | Documenting oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2281 | 2024-07-15T03:55:43.701Z | Documenting oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2282 | 2024-07-15T03:55:46.369Z | Documenting sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
2283 | 2024-07-15T03:55:52.691Z | Documenting wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
2284 | 2024-07-15T03:55:56.998Z | Documenting omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
2285 | 2024-07-15T03:56:02.391Z | Documenting omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng) |
2286 | 2024-07-15T03:56:03.768Z | Documenting update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
2287 | 2024-07-15T03:56:04.455Z | Documenting tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous) |
2288 | 2024-07-15T03:56:17.115Z | Documenting crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed) |
2289 | 2024-07-15T03:56:20.424Z | Documenting nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2290 | 2024-07-15T03:56:20.574Z | Documenting sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2291 | 2024-07-15T03:56:21.364Z | Documenting omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
2292 | 2024-07-15T03:56:22.053Z | Documenting dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
2293 | 2024-07-15T03:56:27.019Z | Documenting oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
2294 | 2024-07-15T03:56:30.647Z | Documenting installinator-artifact-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-artifact-client) |
2295 | 2024-07-15T03:56:31.115Z | Documenting installinator-artifactd v0.1.0 (/work/oxidecomputer/omicron/installinator-artifactd) |
2296 | 2024-07-15T03:56:32.337Z | Documenting internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns-cli) |
2297 | 2024-07-15T03:56:32.995Z | Documenting sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2298 | 2024-07-15T03:56:35.161Z | Documenting wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
2299 | 2024-07-15T03:56:35.662Z | Documenting bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2300 | 2024-07-15T03:56:42.425Z | Documenting bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2301 | 2024-07-15T03:56:42.538Z | Documenting omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2302 | 2024-07-15T03:56:45.196Z | Documenting sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
2303 | 2024-07-15T03:56:45.326Z | Documenting installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2304 | 2024-07-15T03:56:47.149Z | Documenting zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
2305 | 2024-07-15T03:56:49.242Z | Documenting oximeter-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/impl) |
2306 | 2024-07-15T03:56:54.340Z | Documenting nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
2307 | 2024-07-15T03:56:54.861Z | Documenting omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
2308 | 2024-07-15T03:56:58.975Z | Documenting sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2309 | 2024-07-15T03:56:59.141Z | Documenting oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
2310 | 2024-07-15T03:57:00.167Z | Documenting illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2311 | 2024-07-15T03:57:00.191Z | Documenting ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
2312 | 2024-07-15T03:57:04.707Z | Documenting tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
2313 | 2024-07-15T03:57:06.120Z | Documenting internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns) |
2314 | 2024-07-15T03:57:06.952Z | Documenting gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli) |
2315 | 2024-07-15T03:57:07.859Z | Documenting key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2316 | 2024-07-15T03:57:12.189Z | Documenting nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
2317 | 2024-07-15T03:57:15.341Z | Documenting db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
2318 | 2024-07-15T03:57:15.369Z | Documenting gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2319 | 2024-07-15T03:57:15.465Z | Documenting dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2320 | 2024-07-15T03:57:20.855Z | Documenting typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
2321 | 2024-07-15T03:57:22.308Z | Documenting omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2322 | 2024-07-15T03:57:23.326Z | Documenting oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
2323 | 2024-07-15T03:57:23.453Z | Documenting update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2324 | 2024-07-15T03:57:24.124Z | Documenting cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
2325 | 2024-07-15T03:57:25.353Z | Documenting oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2326 | 2024-07-15T03:57:26.315Z | Documenting nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
2327 | 2024-07-15T03:57:26.340Z | Documenting api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2328 | 2024-07-15T03:57:27.919Z | Documenting omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
2329 | 2024-07-15T03:57:28.759Z | Documenting oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2330 | 2024-07-15T03:57:30.185Z | Documenting dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
2331 | 2024-07-15T03:57:30.787Z | Documenting nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros) |
2332 | 2024-07-15T03:57:56.738Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 5m 04s |
2333 | 2024-07-15T03:57:56.848Z | Generated /work/oxidecomputer/omicron/target/doc/api_identity/index.html and 99 other files |
2334 | 2024-07-15T03:57:56.906Z | |
2335 | 2024-07-15T03:57:56.906Z | real 5:04.287716183 |
2336 | 2024-07-15T03:57:56.906Z | user 17:21.501109614 |
2337 | 2024-07-15T03:57:56.906Z | sys 19:36.802679883 |
2338 | 2024-07-15T03:57:56.906Z | trap 0.392185588 |
2339 | 2024-07-15T03:57:56.906Z | tflt 0.080467070 |
2340 | 2024-07-15T03:57:56.906Z | dflt 0.493791973 |
2341 | 2024-07-15T03:57:56.906Z | kflt 0.000216463 |
2342 | 2024-07-15T03:57:56.906Z | lock 47:01.414878415 |
2343 | 2024-07-15T03:57:56.906Z | slp 1:19:19.722609186 |
2344 | 2024-07-15T03:57:56.906Z | lat 59.203564797 |
2345 | 2024-07-15T03:57:56.906Z | stop 42.746856521 |
2346 | 2024-07-15T03:57:56.931Z | process exited: duration 896441 ms, exit code 0 |
|
2347 | 2024-07-15T03:57:56.981Z | found 0 output files |