|
|
|
1 | 2024-06-27T16:10:00.371Z | job assigned to worker 01J1D7AN0561MSGNWE52VRXTVF (queued for 44 s) |
|
2 | 2024-06-27T16:10:01.377Z | starting task 0: "setup" |
3 | 2024-06-27T16:10:01.402Z | ++ uname -s |
4 | 2024-06-27T16:10:01.402Z | + kern=SunOS |
5 | 2024-06-27T16:10:01.402Z | + case "$kern" in |
6 | 2024-06-27T16:10:01.402Z | + groupadd -g 12345 build |
7 | 2024-06-27T16:10:01.402Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
8 | 2024-06-27T16:10:03.413Z | + zfs create -o mountpoint=/work rpool/work |
9 | 2024-06-27T16:10:03.455Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
10 | 2024-06-27T16:10:03.479Z | + home_fs=zfs |
11 | 2024-06-27T16:10:03.479Z | + [[ zfs == autofs ]] |
12 | 2024-06-27T16:10:03.479Z | + mkdir -p /home/build |
13 | 2024-06-27T16:10:03.479Z | + chown build:build /home/build /work |
14 | 2024-06-27T16:10:05.465Z | + chmod 0700 /home/build /work |
15 | 2024-06-27T16:10:05.490Z | process exited: duration 4093 ms, exit code 0 |
|
16 | 2024-06-27T16:10:05.543Z | starting task 1: "rust-toolchain" |
17 | 2024-06-27T16:10:05.567Z | + printf ' * toolchain channel = "%s" |
18 | 2024-06-27T16:10:05.567Z | ' 1.78.0 |
19 | 2024-06-27T16:10:05.567Z | + printf ' * toolchain profile = "%s" |
20 | 2024-06-27T16:10:05.568Z | ' default |
21 | 2024-06-27T16:10:05.568Z | * toolchain channel = "1.78.0" |
22 | 2024-06-27T16:10:05.568Z | * toolchain profile = "default" |
23 | 2024-06-27T16:10:05.568Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
24 | 2024-06-27T16:10:05.568Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.78.0 --profile default |
25 | 2024-06-27T16:10:05.735Z | info: downloading installer |
26 | 2024-06-27T16:10:06.248Z | info: profile set to 'default' |
27 | 2024-06-27T16:10:06.248Z | info: default host triple is x86_64-unknown-illumos |
28 | 2024-06-27T16:10:06.248Z | info: syncing channel updates for '1.78.0-x86_64-unknown-illumos' |
29 | 2024-06-27T16:10:06.363Z | info: latest update on 2024-05-02, rust version 1.78.0 (9b00956e5 2024-04-29) |
30 | 2024-06-27T16:10:06.363Z | info: downloading component 'cargo' |
31 | 2024-06-27T16:10:06.486Z | info: downloading component 'clippy' |
32 | 2024-06-27T16:10:06.532Z | info: downloading component 'rust-docs' |
33 | 2024-06-27T16:10:06.685Z | info: downloading component 'rust-std' |
34 | 2024-06-27T16:10:06.951Z | info: downloading component 'rustc' |
35 | 2024-06-27T16:10:07.650Z | info: downloading component 'rustfmt' |
36 | 2024-06-27T16:10:07.699Z | info: installing component 'cargo' |
37 | 2024-06-27T16:10:08.784Z | info: installing component 'clippy' |
38 | 2024-06-27T16:10:09.195Z | info: installing component 'rust-docs' |
39 | 2024-06-27T16:10:11.806Z | info: installing component 'rust-std' |
40 | 2024-06-27T16:10:13.819Z | info: installing component 'rustc' |
41 | 2024-06-27T16:10:18.874Z | info: installing component 'rustfmt' |
42 | 2024-06-27T16:10:19.247Z | info: default toolchain set to '1.78.0-x86_64-unknown-illumos' |
43 | 2024-06-27T16:10:19.247Z | |
44 | 2024-06-27T16:10:19.372Z | 1.78.0-x86_64-unknown-illumos installed - rustc 1.78.0 (9b00956e5 2024-04-29) |
45 | 2024-06-27T16:10:19.372Z | |
46 | 2024-06-27T16:10:19.396Z | |
47 | 2024-06-27T16:10:19.397Z | Rust is installed now. Great! |
48 | 2024-06-27T16:10:19.397Z | |
49 | 2024-06-27T16:10:19.397Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
50 | 2024-06-27T16:10:19.397Z | environment variable. This has not been done automatically. |
51 | 2024-06-27T16:10:19.397Z | |
52 | 2024-06-27T16:10:19.397Z | To configure your current shell, you need to source |
53 | 2024-06-27T16:10:19.397Z | the corresponding env file under $HOME/.cargo. |
54 | 2024-06-27T16:10:19.397Z | |
55 | 2024-06-27T16:10:19.397Z | This is usually done by running one of the following (note the leading DOT): |
56 | 2024-06-27T16:10:19.397Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
57 | 2024-06-27T16:10:19.397Z | source "$HOME/.cargo/env.fish" # For fish |
58 | 2024-06-27T16:10:19.447Z | + rustc --version |
59 | 2024-06-27T16:10:19.531Z | rustc 1.78.0 (9b00956e5 2024-04-29) |
60 | 2024-06-27T16:10:19.555Z | process exited: duration 13993 ms, exit code 0 |
|
61 | 2024-06-27T16:10:19.604Z | starting task 2: "authentication" |
62 | 2024-06-27T16:10:19.657Z | process exited: duration 52 ms, exit code 0 |
|
63 | 2024-06-27T16:10:19.706Z | starting task 3: "clone repository" |
64 | 2024-06-27T16:10:19.731Z | + mkdir -p /work/oxidecomputer/omicron |
65 | 2024-06-27T16:10:19.731Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
66 | 2024-06-27T16:10:19.755Z | Cloning into '/work/oxidecomputer/omicron'... |
67 | 2024-06-27T16:10:24.826Z | + cd /work/oxidecomputer/omicron |
68 | 2024-06-27T16:10:24.826Z | + git fetch origin 8a890b968d4198c2018c31657b96c312359f268c |
69 | 2024-06-27T16:10:25.234Z | From https://github.com/oxidecomputer/omicron |
70 | 2024-06-27T16:10:25.234Z | * branch 8a890b968d4198c2018c31657b96c312359f268c -> FETCH_HEAD |
71 | 2024-06-27T16:10:25.260Z | + [[ -n mike/nvme-firmware-inventory ]] |
72 | 2024-06-27T16:10:25.260Z | ++ git branch --show-current |
73 | 2024-06-27T16:10:25.260Z | + current=main |
74 | 2024-06-27T16:10:25.260Z | + [[ main != mike/nvme-firmware-inventory ]] |
75 | 2024-06-27T16:10:25.260Z | + git branch -f mike/nvme-firmware-inventory 8a890b968d4198c2018c31657b96c312359f268c |
76 | 2024-06-27T16:10:25.260Z | + git checkout -f mike/nvme-firmware-inventory |
77 | 2024-06-27T16:10:25.426Z | Switched to branch 'mike/nvme-firmware-inventory' |
78 | 2024-06-27T16:10:25.451Z | + git reset --hard 8a890b968d4198c2018c31657b96c312359f268c |
79 | 2024-06-27T16:10:25.480Z | HEAD is now at 8a890b968 Cleanup missed XXX |
80 | 2024-06-27T16:10:25.505Z | process exited: duration 5776 ms, exit code 0 |
|
81 | 2024-06-27T16:10:25.554Z | starting task 4: "build" |
82 | 2024-06-27T16:10:25.579Z | + cargo --version |
83 | 2024-06-27T16:10:25.634Z | cargo 1.78.0 (54d8815d0 2024-03-26) |
84 | 2024-06-27T16:10:25.661Z | + rustc --version |
85 | 2024-06-27T16:10:25.712Z | rustc 1.78.0 (9b00956e5 2024-04-29) |
86 | 2024-06-27T16:10:25.736Z | + source ./env.sh |
87 | 2024-06-27T16:10:25.736Z | ++ OLD_SHELL_OPTS=ehxB |
88 | 2024-06-27T16:10:25.736Z | ++ set -o xtrace |
89 | 2024-06-27T16:10:25.736Z | ++++ dirname ./env.sh |
90 | 2024-06-27T16:10:25.736Z | +++ readlink -f . |
91 | 2024-06-27T16:10:25.736Z | ++ OMICRON_WS=/work/oxidecomputer/omicron |
92 | 2024-06-27T16:10:25.736Z | ++ 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-06-27T16:10:25.737Z | ++ 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-06-27T16:10:25.737Z | ++ 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-06-27T16:10:25.737Z | ++ 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-06-27T16:10:25.737Z | ++ 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-06-27T16:10:25.737Z | ++ 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-06-27T16:10:25.737Z | ++ 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-06-27T16:10:25.737Z | ++ 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-06-27T16:10:25.737Z | ++ case $OLD_SHELL_OPTS in |
101 | 2024-06-27T16:10:25.737Z | ++ unset OLD_SHELL_OPTS OMICRON_WS |
102 | 2024-06-27T16:10:25.737Z | + banner prerequisites |
103 | 2024-06-27T16:10:25.737Z | |
104 | 2024-06-27T16:10:25.737Z | ##### ##### ###### ##### ###### #### # # # #### # |
105 | 2024-06-27T16:10:25.737Z | # # # # # # # # # # # # # # # |
106 | 2024-06-27T16:10:25.737Z | # # # # ##### # # ##### # # # # # #### # |
107 | 2024-06-27T16:10:25.737Z | ##### ##### # ##### # # # # # # # # # |
108 | 2024-06-27T16:10:25.737Z | # # # # # # # # # # # # # # # |
109 | 2024-06-27T16:10:25.737Z | # # # ###### # # ###### ### # #### # #### # |
110 | 2024-06-27T16:10:25.737Z | |
111 | 2024-06-27T16:10:25.737Z | + ptime -m bash ./tools/install_builder_prerequisites.sh -y |
112 | 2024-06-27T16:10:31.422Z | Startup: Refreshing catalog 'helios-dev' ... Done |
113 | 2024-06-27T16:10:33.608Z | Startup: Caching catalogs ... Done |
114 | 2024-06-27T16:10:36.852Z | Planning: Solver setup ... Done (2.687s) |
115 | 2024-06-27T16:10:36.903Z | Planning: Running solver ... Done (0.051s) |
116 | 2024-06-27T16:10:36.945Z | Planning: Finding local manifests ... Done (0.002s) |
117 | 2024-06-27T16:10:37.040Z | Planning: Fetching manifests: 0/4 0% complete |
118 | 2024-06-27T16:10:37.441Z | Planning: Fetching manifests: 4/4 100% complete |
119 | 2024-06-27T16:10:37.509Z | Planning: Package planning ... Done (0.066s) |
120 | 2024-06-27T16:10:37.568Z | Planning: Merging actions ... Done (0.061s) |
121 | 2024-06-27T16:10:37.937Z | Planning: Checking for conflicting actions ... Done (0.368s) |
122 | 2024-06-27T16:10:37.962Z | Planning: Consolidating action changes ... Done (0.013s) |
123 | 2024-06-27T16:10:38.656Z | Planning: Evaluating mediators ... Done (0.706s) |
124 | 2024-06-27T16:10:38.683Z | Planning: Planning completed in 5.00 seconds |
125 | 2024-06-27T16:10:38.708Z | Packages to install: 4 |
126 | 2024-06-27T16:10:38.708Z | Mediators to change: 2 |
127 | 2024-06-27T16:10:38.708Z | Services to change: 1 |
128 | 2024-06-27T16:10:38.708Z | Estimated space available: 148.90 GB |
129 | 2024-06-27T16:10:38.708Z | Estimated space to be consumed: 1.46 GB |
130 | 2024-06-27T16:10:38.708Z | Create boot environment: No |
131 | 2024-06-27T16:10:38.708Z | Create backup boot environment: No |
132 | 2024-06-27T16:10:38.708Z | Rebuild boot archive: No |
133 | 2024-06-27T16:10:38.708Z | |
134 | 2024-06-27T16:10:38.708Z | Changed mediators: |
135 | 2024-06-27T16:10:38.708Z | mediator clang: |
136 | 2024-06-27T16:10:38.708Z | version: None -> 15 (system default) |
137 | 2024-06-27T16:10:38.708Z | |
138 | 2024-06-27T16:10:38.708Z | mediator llvm: |
139 | 2024-06-27T16:10:38.708Z | version: 14 (system default) -> 15 (system default) |
140 | 2024-06-27T16:10:38.708Z | |
141 | 2024-06-27T16:10:38.708Z | Changed packages: |
142 | 2024-06-27T16:10:38.708Z | helios-dev |
143 | 2024-06-27T16:10:38.708Z | developer/build-essential |
144 | 2024-06-27T16:10:38.708Z | None -> 11-2.0 |
145 | 2024-06-27T16:10:38.708Z | library/libxmlsec1 |
146 | 2024-06-27T16:10:38.708Z | None -> 1.2.35-2.0 |
147 | 2024-06-27T16:10:38.708Z | ooce/developer/clang-15 |
148 | 2024-06-27T16:10:38.708Z | None -> 15.0.7-2.0 |
149 | 2024-06-27T16:10:38.708Z | ooce/developer/llvm-15 |
150 | 2024-06-27T16:10:38.708Z | None -> 15.0.7-2.0 |
151 | 2024-06-27T16:10:38.708Z | |
152 | 2024-06-27T16:10:38.708Z | Services: |
153 | 2024-06-27T16:10:38.708Z | restart_fmri: |
154 | 2024-06-27T16:10:38.709Z | svc:/system/update-man-index:default |
155 | 2024-06-27T16:10:38.737Z | |
156 | 2024-06-27T16:10:38.738Z | Download: 0/3290 items 0.0/212.6MB 0% complete |
157 | 2024-06-27T16:10:43.781Z | Download: 1197/3290 items 54.5/212.6MB 25% complete (11.2M/s) |
158 | 2024-06-27T16:10:48.777Z | Download: 2409/3290 items 120.1/212.6MB 56% complete (12.1M/s) |
159 | 2024-06-27T16:10:53.787Z | Download: 3248/3290 items 176.7/212.6MB 83% complete (12.5M/s) |
160 | 2024-06-27T16:10:58.787Z | Download: 3280/3290 items 206.8/212.6MB 97% complete (8.6M/s) |
161 | 2024-06-27T16:10:59.199Z | Download: Completed 212.60 MB in 20.46 seconds (10.4M/s) |
162 | 2024-06-27T16:10:59.408Z | Actions: 1/3689 actions (Installing new actions) |
163 | 2024-06-27T16:11:04.715Z | Actions: 2114/3689 actions (Installing new actions) |
164 | 2024-06-27T16:11:05.291Z | Actions: Completed 3689 actions in 5.88 seconds. |
165 | 2024-06-27T16:11:05.494Z | Done (0.197s) |
166 | 2024-06-27T16:11:05.494Z | Done (0.000s) |
167 | 2024-06-27T16:11:05.867Z | Done (0.373s) |
168 | 2024-06-27T16:11:11.162Z | Done (5.165s) |
169 | 2024-06-27T16:11:11.270Z | Done (0.022s) |
170 | 2024-06-27T16:11:11.295Z | Done (0.000s) |
171 | 2024-06-27T16:11:11.439Z | Done (0.000s) |
172 | 2024-06-27T16:11:12.074Z | Planning: Evaluating mediator changes ... Done |
173 | 2024-06-27T16:11:12.272Z | Planning: Checking for conflicting actions ... Done |
174 | 2024-06-27T16:11:12.296Z | Planning: Consolidating action changes ... Done |
175 | 2024-06-27T16:11:12.599Z | Planning: Evaluating mediators ... Done |
176 | 2024-06-27T16:11:12.624Z | Planning: Planning completed in 0.53 seconds |
177 | 2024-06-27T16:11:12.649Z | Mediators to change: 2 |
178 | 2024-06-27T16:11:12.649Z | Create boot environment: No |
179 | 2024-06-27T16:11:12.649Z | Create backup boot environment: No |
180 | 2024-06-27T16:11:12.700Z | Done |
181 | 2024-06-27T16:11:12.700Z | Done |
182 | 2024-06-27T16:11:12.952Z | Done |
183 | 2024-06-27T16:11:17.591Z | Done |
184 | 2024-06-27T16:11:17.694Z | Done |
185 | 2024-06-27T16:11:17.694Z | Done |
186 | 2024-06-27T16:11:17.754Z | Done |
187 | 2024-06-27T16:11:18.522Z | Planning: Evaluating mediator changes ... Done |
188 | 2024-06-27T16:11:18.547Z | Planning: Merging actions ... Done |
189 | 2024-06-27T16:11:18.770Z | Planning: Checking for conflicting actions ... Done |
190 | 2024-06-27T16:11:18.795Z | Planning: Consolidating action changes ... Done |
191 | 2024-06-27T16:11:19.114Z | Planning: Evaluating mediators ... Done |
192 | 2024-06-27T16:11:19.186Z | Planning: Planning completed in 0.97 seconds |
193 | 2024-06-27T16:11:19.229Z | Packages to change: 1 |
194 | 2024-06-27T16:11:19.229Z | Mediators to change: 1 |
195 | 2024-06-27T16:11:19.229Z | Services to change: 1 |
196 | 2024-06-27T16:11:19.253Z | Create boot environment: No |
197 | 2024-06-27T16:11:19.253Z | Create backup boot environment: Yes |
198 | 2024-06-27T16:11:20.773Z | Actions: 1/6 actions (Updating modified actions) |
199 | 2024-06-27T16:11:20.800Z | Actions: Completed 6 actions in 0.00 seconds. |
200 | 2024-06-27T16:11:20.800Z | Done |
201 | 2024-06-27T16:11:20.800Z | Done |
202 | 2024-06-27T16:11:20.855Z | Done |
203 | 2024-06-27T16:11:25.322Z | Done |
204 | 2024-06-27T16:11:25.427Z | Done |
205 | 2024-06-27T16:11:25.453Z | Done |
206 | 2024-06-27T16:11:25.489Z | Done |
207 | 2024-06-27T16:11:26.031Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
208 | 2024-06-27T16:11:26.031Z | clang system 15 system |
209 | 2024-06-27T16:11:26.031Z | csh system system illumos |
210 | 2024-06-27T16:11:26.031Z | ctags system system illumos |
211 | 2024-06-27T16:11:26.031Z | gcc vendor 12 vendor |
212 | 2024-06-27T16:11:26.031Z | gcc system 10 system |
213 | 2024-06-27T16:11:26.031Z | gcc system 7 system |
214 | 2024-06-27T16:11:26.031Z | go system 1.20 system |
215 | 2024-06-27T16:11:26.031Z | go system 1.19 system |
216 | 2024-06-27T16:11:26.031Z | llvm system 15 system |
217 | 2024-06-27T16:11:26.031Z | llvm system 14 system |
218 | 2024-06-27T16:11:26.031Z | mariadb system 10.6 system |
219 | 2024-06-27T16:11:26.031Z | mta vendor vendor dma |
220 | 2024-06-27T16:11:26.031Z | openjdk system 17 system |
221 | 2024-06-27T16:11:26.031Z | openjdk system 11 system |
222 | 2024-06-27T16:11:26.031Z | openjdk system 1.8 system |
223 | 2024-06-27T16:11:26.031Z | openssl vendor 3 vendor |
224 | 2024-06-27T16:11:26.031Z | perl system 5.36 system |
225 | 2024-06-27T16:11:26.031Z | postgresql system 15 system |
226 | 2024-06-27T16:11:26.031Z | postgresql system 13 system |
227 | 2024-06-27T16:11:26.031Z | python vendor 3 vendor |
228 | 2024-06-27T16:11:26.031Z | python system 2 system |
229 | 2024-06-27T16:11:26.031Z | python3 system 3.11 system |
230 | 2024-06-27T16:11:26.031Z | ruby system 3.0 system |
231 | 2024-06-27T16:11:26.031Z | words vendor vendor american-english |
232 | 2024-06-27T16:11:26.031Z | words system system australian-english |
233 | 2024-06-27T16:11:26.031Z | words system system british-english |
234 | 2024-06-27T16:11:26.031Z | words system system canadian-english |
235 | 2024-06-27T16:11:26.031Z | words system system french |
236 | 2024-06-27T16:11:26.031Z | words system system italian |
237 | 2024-06-27T16:11:26.031Z | words system system ngerman |
238 | 2024-06-27T16:11:26.031Z | words system system ogerman |
239 | 2024-06-27T16:11:26.031Z | words system system spanish |
240 | 2024-06-27T16:11:26.454Z | PUBLISHER TYPE STATUS P LOCATION |
241 | 2024-06-27T16:11:26.454Z | helios-dev origin online F https://pkg.oxide.computer/helios/2/dev/ |
242 | 2024-06-27T16:11:28.341Z | FMRI IFO |
243 | 2024-06-27T16:11:28.341Z | pkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im- |
244 | 2024-06-27T16:11:28.341Z | pkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i-- |
245 | 2024-06-27T16:11:28.341Z | pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im- |
246 | 2024-06-27T16:11:28.341Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im- |
247 | 2024-06-27T16:11:28.341Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z --- |
248 | 2024-06-27T16:11:28.341Z | pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i-- |
249 | 2024-06-27T16:11:28.342Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z i-- |
250 | 2024-06-27T16:11:28.342Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z --- |
251 | 2024-06-27T16:11:28.342Z | pkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z i-- |
252 | 2024-06-27T16:11:28.342Z | pkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z --- |
253 | 2024-06-27T16:11:28.342Z | pkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z i-- |
254 | 2024-06-27T16:11:28.342Z | pkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z --- |
255 | 2024-06-27T16:11:28.925Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
256 | 2024-06-27T16:11:29.384Z | Updating git repository `https://github.com/oxidecomputer/zone` |
257 | 2024-06-27T16:11:29.802Z | Updating crates.io index |
258 | 2024-06-27T16:11:29.825Z | Updating git repository `https://github.com/oxidecomputer/dropshot` |
259 | 2024-06-27T16:11:31.777Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
260 | 2024-06-27T16:11:32.756Z | Updating git repository `https://github.com/oxidecomputer/oxnet` |
261 | 2024-06-27T16:11:33.115Z | Updating git repository `https://github.com/oxidecomputer/progenitor` |
262 | 2024-06-27T16:11:35.239Z | Updating git repository `http://github.com/oxidecomputer/serde_human_bytes` |
263 | 2024-06-27T16:11:35.940Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
264 | 2024-06-27T16:11:36.312Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
265 | 2024-06-27T16:11:37.483Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
266 | 2024-06-27T16:11:39.814Z | Updating git repository `https://github.com/oxidecomputer/opte` |
267 | 2024-06-27T16:11:41.141Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
268 | 2024-06-27T16:11:41.949Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
269 | 2024-06-27T16:11:42.844Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
270 | 2024-06-27T16:11:43.261Z | Updating git repository `http://github.com/oxidecomputer/sprockets` |
271 | 2024-06-27T16:11:43.768Z | Updating git repository `https://github.com/oxidecomputer/async-bb8-diesel` |
272 | 2024-06-27T16:11:44.186Z | Updating git repository `https://github.com/oxidecomputer/diesel-dtrace` |
273 | 2024-06-27T16:11:44.591Z | Updating git repository `http://github.com/oxidecomputer/tofino` |
274 | 2024-06-27T16:11:45.078Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
275 | 2024-06-27T16:11:45.434Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
276 | 2024-06-27T16:11:45.774Z | Updating git repository `https://github.com/oxidecomputer/libnvme` |
277 | 2024-06-27T16:11:46.339Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
278 | 2024-06-27T16:11:46.757Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
279 | 2024-06-27T16:11:47.309Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
280 | 2024-06-27T16:11:47.701Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
281 | 2024-06-27T16:11:48.498Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
282 | 2024-06-27T16:11:48.865Z | Updating git repository `https://github.com/cbiffle/hubpack.git` |
283 | 2024-06-27T16:11:49.282Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
284 | 2024-06-27T16:11:49.880Z | Updating git repository `https://github.com/oxidecomputer/typify` |
285 | 2024-06-27T16:11:52.218Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
286 | 2024-06-27T16:11:52.714Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
287 | 2024-06-27T16:11:53.109Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
288 | 2024-06-27T16:11:53.760Z | Updating git repository `https://github.com/oxidecomputer/rfb` |
289 | 2024-06-27T16:11:55.278Z | Downloading crates ... |
290 | 2024-06-27T16:11:55.349Z | Downloaded openssl-macros v0.1.1 |
291 | 2024-06-27T16:11:55.373Z | Downloaded adler v1.0.2 |
292 | 2024-06-27T16:11:55.373Z | Downloaded percent-encoding v2.3.1 |
293 | 2024-06-27T16:11:55.373Z | Downloaded cargo_toml v0.20.2 |
294 | 2024-06-27T16:11:55.373Z | Downloaded pest_derive v2.7.10 |
295 | 2024-06-27T16:11:55.374Z | Downloaded pretty-hex v0.4.1 |
296 | 2024-06-27T16:11:55.374Z | Downloaded once_cell v1.19.0 |
297 | 2024-06-27T16:11:55.398Z | Downloaded thread-id v4.2.1 |
298 | 2024-06-27T16:11:55.398Z | Downloaded want v0.3.1 |
299 | 2024-06-27T16:11:55.421Z | Downloaded tinyvec_macros v0.1.1 |
300 | 2024-06-27T16:11:55.421Z | Downloaded openssl v0.10.64 |
301 | 2024-06-27T16:11:55.421Z | Downloaded usdt-macro v0.5.0 |
302 | 2024-06-27T16:11:55.445Z | Downloaded xattr v1.3.1 |
303 | 2024-06-27T16:11:55.445Z | Downloaded toml_datetime v0.6.6 |
304 | 2024-06-27T16:11:55.446Z | Downloaded thiserror v1.0.60 |
305 | 2024-06-27T16:11:55.446Z | Downloaded usdt-impl v0.5.0 |
306 | 2024-06-27T16:11:55.446Z | Downloaded unicode-width v0.1.12 |
307 | 2024-06-27T16:11:55.446Z | Downloaded zerocopy-derive v0.7.34 |
308 | 2024-06-27T16:11:55.446Z | Downloaded socket2 v0.5.7 |
309 | 2024-06-27T16:11:55.469Z | Downloaded strum_macros v0.26.2 |
310 | 2024-06-27T16:11:55.469Z | Downloaded time-macros v0.2.18 |
311 | 2024-06-27T16:11:55.469Z | Downloaded unicode-ident v1.0.12 |
312 | 2024-06-27T16:11:55.469Z | Downloaded serde_derive v1.0.203 |
313 | 2024-06-27T16:11:55.494Z | Downloaded unicode-bidi v0.3.15 |
314 | 2024-06-27T16:11:55.494Z | Downloaded url v2.5.0 |
315 | 2024-06-27T16:11:55.494Z | Downloaded toml_edit v0.22.13 |
316 | 2024-06-27T16:11:55.527Z | Downloaded zerocopy v0.7.34 |
317 | 2024-06-27T16:11:55.551Z | Downloaded winnow v0.6.8 |
318 | 2024-06-27T16:11:55.575Z | Downloaded vcpkg v0.2.15 |
319 | 2024-06-27T16:11:55.609Z | Downloaded unicode-normalization v0.1.23 |
320 | 2024-06-27T16:11:55.633Z | Downloaded tokio v1.37.0 |
321 | 2024-06-27T16:11:55.662Z | Downloaded tokio-util v0.7.11 |
322 | 2024-06-27T16:11:55.686Z | Downloaded syn v1.0.109 |
323 | 2024-06-27T16:11:55.686Z | Downloaded serde_json v1.0.117 |
324 | 2024-06-27T16:11:55.710Z | Downloaded rustix v0.38.34 |
325 | 2024-06-27T16:11:55.734Z | Downloaded reqwest v0.11.27 |
326 | 2024-06-27T16:11:55.734Z | Downloaded time v0.3.36 |
327 | 2024-06-27T16:11:55.734Z | Downloaded tabled v0.15.0 |
328 | 2024-06-27T16:11:55.758Z | Downloaded syn v2.0.68 |
329 | 2024-06-27T16:11:55.782Z | Downloaded tracing-core v0.1.32 |
330 | 2024-06-27T16:11:55.782Z | Downloaded tracing v0.1.40 |
331 | 2024-06-27T16:11:55.782Z | Downloaded toml v0.8.13 |
332 | 2024-06-27T16:11:55.782Z | Downloaded tar v0.4.40 |
333 | 2024-06-27T16:11:55.782Z | Downloaded ucd-trie v0.1.6 |
334 | 2024-06-27T16:11:55.782Z | Downloaded serde v1.0.203 |
335 | 2024-06-27T16:11:55.806Z | Downloaded ryu v1.0.18 |
336 | 2024-06-27T16:11:55.806Z | Downloaded typenum v1.17.0 |
337 | 2024-06-27T16:11:55.806Z | Downloaded tinyvec v1.6.0 |
338 | 2024-06-27T16:11:55.806Z | Downloaded smallvec v1.13.2 |
339 | 2024-06-27T16:11:55.806Z | Downloaded semver v1.0.23 |
340 | 2024-06-27T16:11:55.806Z | Downloaded scroll v0.12.0 |
341 | 2024-06-27T16:11:55.806Z | Downloaded slog v2.7.0 |
342 | 2024-06-27T16:11:55.806Z | Downloaded rustls-pemfile v1.0.4 |
343 | 2024-06-27T16:11:55.830Z | Downloaded tokio-native-tls v0.3.1 |
344 | 2024-06-27T16:11:55.831Z | Downloaded thiserror-impl v1.0.60 |
345 | 2024-06-27T16:11:55.831Z | Downloaded signal-hook-registry v1.4.2 |
346 | 2024-06-27T16:11:55.831Z | Downloaded sha2 v0.10.8 |
347 | 2024-06-27T16:11:55.831Z | Downloaded serde_tokenstream v0.2.0 |
348 | 2024-06-27T16:11:55.831Z | Downloaded serde_spanned v0.6.6 |
349 | 2024-06-27T16:11:55.831Z | Downloaded libc v0.2.155 |
350 | 2024-06-27T16:11:55.855Z | Downloaded encoding_rs v0.8.34 |
351 | 2024-06-27T16:11:55.878Z | Downloaded thread_local v1.1.8 |
352 | 2024-06-27T16:11:55.879Z | Downloaded terminal_size v0.3.0 |
353 | 2024-06-27T16:11:55.903Z | Downloaded tabled_derive v0.7.0 |
354 | 2024-06-27T16:11:55.903Z | Downloaded slog-json v2.6.1 |
355 | 2024-06-27T16:11:55.903Z | Downloaded slog-async v2.8.0 |
356 | 2024-06-27T16:11:55.903Z | Downloaded serde_urlencoded v0.7.1 |
357 | 2024-06-27T16:11:55.903Z | Downloaded version_check v0.9.4 |
358 | 2024-06-27T16:11:55.903Z | Downloaded utf8parse v0.2.1 |
359 | 2024-06-27T16:11:55.903Z | Downloaded usdt v0.5.0 |
360 | 2024-06-27T16:11:55.903Z | Downloaded tokio-macros v2.2.0 |
361 | 2024-06-27T16:11:55.903Z | Downloaded term v0.7.0 |
362 | 2024-06-27T16:11:55.903Z | Downloaded strsim v0.11.1 |
363 | 2024-06-27T16:11:55.903Z | Downloaded slog-term v2.9.1 |
364 | 2024-06-27T16:11:55.903Z | Downloaded slab v0.4.9 |
365 | 2024-06-27T16:11:55.903Z | Downloaded proc-macro2 v1.0.86 |
366 | 2024-06-27T16:11:55.927Z | Downloaded pin-project-lite v0.2.14 |
367 | 2024-06-27T16:11:55.927Z | Downloaded pest_meta v2.7.10 |
368 | 2024-06-27T16:11:55.927Z | Downloaded usdt-attr-macro v0.5.0 |
369 | 2024-06-27T16:11:55.927Z | Downloaded try-lock v0.2.5 |
370 | 2024-06-27T16:11:55.927Z | Downloaded sync_wrapper v0.1.2 |
371 | 2024-06-27T16:11:55.927Z | Downloaded idna v0.5.0 |
372 | 2024-06-27T16:11:55.927Z | Downloaded quote v1.0.36 |
373 | 2024-06-27T16:11:55.927Z | Downloaded pkg-config v0.3.30 |
374 | 2024-06-27T16:11:55.927Z | Downloaded memchr v2.7.2 |
375 | 2024-06-27T16:11:55.951Z | Downloaded hyper v0.14.28 |
376 | 2024-06-27T16:11:55.952Z | Downloaded h2 v0.3.26 |
377 | 2024-06-27T16:11:55.952Z | Downloaded crossbeam-channel v0.5.12 |
378 | 2024-06-27T16:11:55.975Z | Downloaded tower-service v0.3.2 |
379 | 2024-06-27T16:11:55.975Z | Downloaded time-core v0.1.2 |
380 | 2024-06-27T16:11:55.975Z | Downloaded swrite v0.1.0 |
381 | 2024-06-27T16:11:55.975Z | Downloaded strum v0.26.2 |
382 | 2024-06-27T16:11:55.975Z | Downloaded slog-bunyan v2.5.0 |
383 | 2024-06-27T16:11:55.975Z | Downloaded scopeguard v1.2.0 |
384 | 2024-06-27T16:11:55.975Z | Downloaded rustversion v1.0.17 |
385 | 2024-06-27T16:11:55.975Z | Downloaded proc-macro-error v1.0.4 |
386 | 2024-06-27T16:11:55.976Z | Downloaded powerfmt v0.2.0 |
387 | 2024-06-27T16:11:55.976Z | Downloaded openssl-probe v0.1.5 |
388 | 2024-06-27T16:11:55.976Z | Downloaded is_terminal_polyfill v1.70.0 |
389 | 2024-06-27T16:11:55.976Z | Downloaded ipnet v2.9.0 |
390 | 2024-06-27T16:11:55.976Z | Downloaded dirs-sys-next v0.1.2 |
391 | 2024-06-27T16:11:55.976Z | Downloaded take_mut v0.2.2 |
392 | 2024-06-27T16:11:55.976Z | Downloaded scroll_derive v0.12.0 |
393 | 2024-06-27T16:11:55.976Z | Downloaded proc-macro-error-attr v1.0.4 |
394 | 2024-06-27T16:11:56.000Z | Downloaded plain v0.2.3 |
395 | 2024-06-27T16:11:56.000Z | Downloaded pin-utils v0.1.0 |
396 | 2024-06-27T16:11:56.000Z | Downloaded pest_generator v2.7.10 |
397 | 2024-06-27T16:11:56.000Z | Downloaded pest v2.7.10 |
398 | 2024-06-27T16:11:56.000Z | Downloaded parking_lot_core v0.9.10 |
399 | 2024-06-27T16:11:56.000Z | Downloaded papergrid v0.11.0 |
400 | 2024-06-27T16:11:56.000Z | Downloaded num_threads v0.1.7 |
401 | 2024-06-27T16:11:56.000Z | Downloaded num-conv v0.1.0 |
402 | 2024-06-27T16:11:56.000Z | Downloaded mio v0.8.11 |
403 | 2024-06-27T16:11:56.025Z | Downloaded mime v0.3.17 |
404 | 2024-06-27T16:11:56.025Z | Downloaded log v0.4.21 |
405 | 2024-06-27T16:11:56.025Z | Downloaded http-body v0.4.6 |
406 | 2024-06-27T16:11:56.025Z | Downloaded http v0.2.12 |
407 | 2024-06-27T16:11:56.025Z | Downloaded hostname v0.3.1 |
408 | 2024-06-27T16:11:56.025Z | Downloaded heck v0.4.1 |
409 | 2024-06-27T16:11:56.025Z | Downloaded generic-array v0.14.7 |
410 | 2024-06-27T16:11:56.025Z | Downloaded futures-macro v0.3.30 |
411 | 2024-06-27T16:11:56.025Z | Downloaded futures-executor v0.3.30 |
412 | 2024-06-27T16:11:56.025Z | Downloaded futures-channel v0.3.30 |
413 | 2024-06-27T16:11:56.025Z | Downloaded fs-err v2.11.0 |
414 | 2024-06-27T16:11:56.049Z | Downloaded foreign-types-shared v0.1.1 |
415 | 2024-06-27T16:11:56.049Z | Downloaded filetime v0.2.23 |
416 | 2024-06-27T16:11:56.049Z | Downloaded cpufeatures v0.2.12 |
417 | 2024-06-27T16:11:56.049Z | Downloaded clap_lex v0.7.0 |
418 | 2024-06-27T16:11:56.049Z | Downloaded match_cfg v0.1.0 |
419 | 2024-06-27T16:11:56.049Z | Downloaded indexmap v2.2.6 |
420 | 2024-06-27T16:11:56.049Z | Downloaded hashbrown v0.14.5 |
421 | 2024-06-27T16:11:56.050Z | Downloaded goblin v0.8.2 |
422 | 2024-06-27T16:11:56.074Z | Downloaded futures-util v0.3.30 |
423 | 2024-06-27T16:11:56.074Z | Downloaded futures-task v0.3.30 |
424 | 2024-06-27T16:11:56.074Z | Downloaded fnv v1.0.7 |
425 | 2024-06-27T16:11:56.074Z | Downloaded flate2 v1.0.30 |
426 | 2024-06-27T16:11:56.074Z | Downloaded equivalent v1.0.1 |
427 | 2024-06-27T16:11:56.074Z | Downloaded dtrace-parser v0.2.0 |
428 | 2024-06-27T16:11:56.098Z | Downloaded digest v0.10.7 |
429 | 2024-06-27T16:11:56.098Z | Downloaded crypto-common v0.1.6 |
430 | 2024-06-27T16:11:56.098Z | Downloaded clap_builder v4.5.2 |
431 | 2024-06-27T16:11:56.098Z | Downloaded cc v1.0.97 |
432 | 2024-06-27T16:11:56.098Z | Downloaded bytes v1.6.0 |
433 | 2024-06-27T16:11:56.098Z | Downloaded bitflags v2.5.0 |
434 | 2024-06-27T16:11:56.098Z | Downloaded base64 v0.21.7 |
435 | 2024-06-27T16:11:56.122Z | Downloaded parking_lot v0.12.2 |
436 | 2024-06-27T16:11:56.122Z | Downloaded memmap v0.7.0 |
437 | 2024-06-27T16:11:56.122Z | Downloaded crossbeam-utils v0.8.19 |
438 | 2024-06-27T16:11:56.122Z | Downloaded camino v1.1.7 |
439 | 2024-06-27T16:11:56.122Z | Downloaded openssl-sys v0.9.102 |
440 | 2024-06-27T16:11:56.122Z | Downloaded num_cpus v1.16.0 |
441 | 2024-06-27T16:11:56.122Z | Downloaded native-tls v0.2.11 |
442 | 2024-06-27T16:11:56.146Z | Downloaded miniz_oxide v0.7.2 |
443 | 2024-06-27T16:11:56.146Z | Downloaded macaddr v1.0.1 |
444 | 2024-06-27T16:11:56.146Z | Downloaded lock_api v0.4.12 |
445 | 2024-06-27T16:11:56.146Z | Downloaded itoa v1.0.11 |
446 | 2024-06-27T16:11:56.146Z | Downloaded hyper-tls v0.5.0 |
447 | 2024-06-27T16:11:56.146Z | Downloaded httpdate v1.0.3 |
448 | 2024-06-27T16:11:56.146Z | Downloaded httparse v1.8.0 |
449 | 2024-06-27T16:11:56.146Z | Downloaded futures-core v0.3.30 |
450 | 2024-06-27T16:11:56.146Z | Downloaded futures v0.3.30 |
451 | 2024-06-27T16:11:56.146Z | Downloaded deranged v0.3.11 |
452 | 2024-06-27T16:11:56.146Z | Downloaded crc32fast v1.4.0 |
453 | 2024-06-27T16:11:56.170Z | Downloaded clap_derive v4.5.4 |
454 | 2024-06-27T16:11:56.171Z | Downloaded clap v4.5.4 |
455 | 2024-06-27T16:11:56.171Z | Downloaded cfg-if v1.0.0 |
456 | 2024-06-27T16:11:56.171Z | Downloaded autocfg v1.3.0 |
457 | 2024-06-27T16:11:56.171Z | Downloaded cargo-platform v0.1.8 |
458 | 2024-06-27T16:11:56.171Z | Downloaded bytecount v0.6.8 |
459 | 2024-06-27T16:11:56.171Z | Downloaded anyhow v1.0.86 |
460 | 2024-06-27T16:11:56.195Z | Downloaded futures-sink v0.3.30 |
461 | 2024-06-27T16:11:56.195Z | Downloaded futures-io v0.3.30 |
462 | 2024-06-27T16:11:56.195Z | Downloaded errno v0.3.9 |
463 | 2024-06-27T16:11:56.195Z | Downloaded dof v0.3.0 |
464 | 2024-06-27T16:11:56.195Z | Downloaded dirs-next v2.0.0 |
465 | 2024-06-27T16:11:56.195Z | Downloaded colorchoice v1.0.1 |
466 | 2024-06-27T16:11:56.195Z | Downloaded cargo_metadata v0.18.1 |
467 | 2024-06-27T16:11:56.195Z | Downloaded anstream v0.6.14 |
468 | 2024-06-27T16:11:56.195Z | Downloaded md5 v0.7.0 |
469 | 2024-06-27T16:11:56.195Z | Downloaded is-terminal v0.4.12 |
470 | 2024-06-27T16:11:56.195Z | Downloaded heck v0.5.0 |
471 | 2024-06-27T16:11:56.195Z | Downloaded form_urlencoded v1.2.1 |
472 | 2024-06-27T16:11:56.195Z | Downloaded foreign-types v0.3.2 |
473 | 2024-06-27T16:11:56.195Z | Downloaded byteorder v1.5.0 |
474 | 2024-06-27T16:11:56.195Z | Downloaded block-buffer v0.10.4 |
475 | 2024-06-27T16:11:56.195Z | Downloaded anstyle-query v1.0.3 |
476 | 2024-06-27T16:11:56.219Z | Downloaded anstyle-parse v0.2.4 |
477 | 2024-06-27T16:11:56.219Z | Downloaded anstyle v1.0.7 |
478 | 2024-06-27T16:11:56.395Z | Compiling proc-macro2 v1.0.86 |
479 | 2024-06-27T16:11:56.395Z | Compiling unicode-ident v1.0.12 |
480 | 2024-06-27T16:11:56.395Z | Compiling libc v0.2.155 |
481 | 2024-06-27T16:11:56.395Z | Compiling version_check v0.9.4 |
482 | 2024-06-27T16:11:56.395Z | Compiling cfg-if v1.0.0 |
483 | 2024-06-27T16:11:56.395Z | Compiling once_cell v1.19.0 |
484 | 2024-06-27T16:11:56.419Z | Compiling itoa v1.0.11 |
485 | 2024-06-27T16:11:56.443Z | Compiling serde v1.0.203 |
486 | 2024-06-27T16:11:56.691Z | Compiling autocfg v1.3.0 |
487 | 2024-06-27T16:11:56.717Z | Compiling memchr v2.7.2 |
488 | 2024-06-27T16:11:56.744Z | Compiling thiserror v1.0.60 |
489 | 2024-06-27T16:11:56.952Z | Compiling ryu v1.0.18 |
490 | 2024-06-27T16:11:57.187Z | Compiling pin-project-lite v0.2.14 |
491 | 2024-06-27T16:11:57.271Z | Compiling bitflags v2.5.0 |
492 | 2024-06-27T16:11:57.299Z | Compiling pkg-config v0.3.30 |
493 | 2024-06-27T16:11:57.355Z | Compiling ucd-trie v0.1.6 |
494 | 2024-06-27T16:11:57.407Z | Compiling parking_lot_core v0.9.10 |
495 | 2024-06-27T16:11:57.550Z | Compiling lock_api v0.4.12 |
496 | 2024-06-27T16:11:57.678Z | Compiling cc v1.0.97 |
497 | 2024-06-27T16:11:57.804Z | Compiling vcpkg v0.2.15 |
498 | 2024-06-27T16:11:57.924Z | Compiling slab v0.4.9 |
499 | 2024-06-27T16:11:58.206Z | Compiling quote v1.0.36 |
500 | 2024-06-27T16:11:58.230Z | Compiling smallvec v1.13.2 |
501 | 2024-06-27T16:11:58.424Z | Compiling futures-sink v0.3.30 |
502 | 2024-06-27T16:11:58.565Z | Compiling syn v2.0.68 |
503 | 2024-06-27T16:11:58.591Z | Compiling scopeguard v1.2.0 |
504 | 2024-06-27T16:11:58.617Z | Compiling bytes v1.6.0 |
505 | 2024-06-27T16:11:58.688Z | Compiling futures-core v0.3.30 |
506 | 2024-06-27T16:11:58.986Z | Compiling serde_json v1.0.117 |
507 | 2024-06-27T16:11:59.082Z | Compiling equivalent v1.0.1 |
508 | 2024-06-27T16:11:59.114Z | Compiling fnv v1.0.7 |
509 | 2024-06-27T16:11:59.191Z | Compiling log v0.4.21 |
510 | 2024-06-27T16:11:59.240Z | Compiling hashbrown v0.14.5 |
511 | 2024-06-27T16:11:59.264Z | Compiling byteorder v1.5.0 |
512 | 2024-06-27T16:11:59.419Z | Compiling parking_lot v0.12.2 |
513 | 2024-06-27T16:11:59.670Z | Compiling futures-channel v0.3.30 |
514 | 2024-06-27T16:11:59.694Z | Compiling mio v0.8.11 |
515 | 2024-06-27T16:11:59.694Z | Compiling num_cpus v1.16.0 |
516 | 2024-06-27T16:11:59.791Z | Compiling socket2 v0.5.7 |
517 | 2024-06-27T16:11:59.847Z | Compiling signal-hook-registry v1.4.2 |
518 | 2024-06-27T16:12:00.245Z | Compiling rustix v0.38.34 |
519 | 2024-06-27T16:12:00.357Z | Compiling indexmap v2.2.6 |
520 | 2024-06-27T16:12:00.653Z | Compiling pin-utils v0.1.0 |
521 | 2024-06-27T16:12:00.844Z | Compiling typenum v1.17.0 |
522 | 2024-06-27T16:12:00.869Z | Compiling futures-io v0.3.30 |
523 | 2024-06-27T16:12:00.894Z | Compiling openssl-sys v0.9.102 |
524 | 2024-06-27T16:12:01.000Z | Compiling futures-task v0.3.30 |
525 | 2024-06-27T16:12:01.207Z | Compiling errno v0.3.9 |
526 | 2024-06-27T16:12:01.264Z | Compiling generic-array v0.14.7 |
527 | 2024-06-27T16:12:01.304Z | Compiling foreign-types-shared v0.1.1 |
528 | 2024-06-27T16:12:01.335Z | Compiling openssl v0.10.64 |
529 | 2024-06-27T16:12:01.436Z | Compiling slog v2.7.0 |
530 | 2024-06-27T16:12:01.498Z | Compiling foreign-types v0.3.2 |
531 | 2024-06-27T16:12:01.787Z | Compiling http v0.2.12 |
532 | 2024-06-27T16:12:01.828Z | Compiling proc-macro-error-attr v1.0.4 |
533 | 2024-06-27T16:12:02.050Z | Compiling usdt-impl v0.5.0 |
534 | 2024-06-27T16:12:02.121Z | Compiling tracing-core v0.1.32 |
535 | 2024-06-27T16:12:02.377Z | Compiling native-tls v0.2.11 |
536 | 2024-06-27T16:12:02.454Z | Compiling syn v1.0.109 |
537 | 2024-06-27T16:12:02.646Z | Compiling httparse v1.8.0 |
538 | 2024-06-27T16:12:02.965Z | Compiling tinyvec_macros v0.1.1 |
539 | 2024-06-27T16:12:03.004Z | Compiling time-core v0.1.2 |
540 | 2024-06-27T16:12:03.059Z | Compiling powerfmt v0.2.0 |
541 | 2024-06-27T16:12:03.167Z | Compiling num-conv v0.1.0 |
542 | 2024-06-27T16:12:03.350Z | Compiling deranged v0.3.11 |
543 | 2024-06-27T16:12:03.376Z | Compiling tinyvec v1.6.0 |
544 | 2024-06-27T16:12:03.426Z | Compiling time-macros v0.2.18 |
545 | 2024-06-27T16:12:03.578Z | Compiling tracing v0.1.40 |
546 | 2024-06-27T16:12:03.989Z | Compiling thread-id v4.2.1 |
547 | 2024-06-27T16:12:04.181Z | Compiling proc-macro-error v1.0.4 |
548 | 2024-06-27T16:12:04.206Z | Compiling percent-encoding v2.3.1 |
549 | 2024-06-27T16:12:04.399Z | Compiling plain v0.2.3 |
550 | 2024-06-27T16:12:04.424Z | Compiling heck v0.4.1 |
551 | 2024-06-27T16:12:04.541Z | Compiling num_threads v0.1.7 |
552 | 2024-06-27T16:12:04.565Z | Compiling try-lock v0.2.5 |
553 | 2024-06-27T16:12:04.606Z | Compiling openssl-probe v0.1.5 |
554 | 2024-06-27T16:12:04.672Z | Compiling rustversion v1.0.17 |
555 | 2024-06-27T16:12:04.714Z | Compiling crossbeam-utils v0.8.19 |
556 | 2024-06-27T16:12:04.853Z | Compiling utf8parse v0.2.1 |
557 | 2024-06-27T16:12:04.877Z | Compiling want v0.3.1 |
558 | 2024-06-27T16:12:04.921Z | Compiling unicode-normalization v0.1.23 |
559 | 2024-06-27T16:12:05.008Z | Compiling anstyle-parse v0.2.4 |
560 | 2024-06-27T16:12:05.098Z | Compiling form_urlencoded v1.2.1 |
561 | 2024-06-27T16:12:05.355Z | Compiling http-body v0.4.6 |
562 | 2024-06-27T16:12:05.384Z | Compiling dirs-sys-next v0.1.2 |
563 | 2024-06-27T16:12:05.878Z | Compiling semver v1.0.23 |
564 | 2024-06-27T16:12:05.902Z | Compiling unicode-bidi v0.3.15 |
565 | 2024-06-27T16:12:05.991Z | Compiling tower-service v0.3.2 |
566 | 2024-06-27T16:12:06.020Z | Compiling anstyle v1.0.7 |
567 | 2024-06-27T16:12:06.048Z | Compiling is_terminal_polyfill v1.70.0 |
568 | 2024-06-27T16:12:06.122Z | Compiling pretty-hex v0.4.1 |
569 | 2024-06-27T16:12:06.174Z | Compiling anstyle-query v1.0.3 |
570 | 2024-06-27T16:12:06.282Z | Compiling time v0.3.36 |
571 | 2024-06-27T16:12:06.324Z | Compiling camino v1.1.7 |
572 | 2024-06-27T16:12:06.351Z | Compiling crc32fast v1.4.0 |
573 | 2024-06-27T16:12:06.399Z | Compiling httpdate v1.0.3 |
574 | 2024-06-27T16:12:06.466Z | Compiling colorchoice v1.0.1 |
575 | 2024-06-27T16:12:06.634Z | Compiling winnow v0.6.8 |
576 | 2024-06-27T16:12:06.874Z | Compiling anstream v0.6.14 |
577 | 2024-06-27T16:12:06.902Z | Compiling idna v0.5.0 |
578 | 2024-06-27T16:12:07.197Z | Compiling dirs-next v2.0.0 |
579 | 2024-06-27T16:12:07.528Z | Compiling block-buffer v0.10.4 |
580 | 2024-06-27T16:12:08.145Z | Compiling crypto-common v0.1.6 |
581 | 2024-06-27T16:12:08.340Z | Compiling terminal_size v0.3.0 |
582 | 2024-06-27T16:12:08.446Z | Compiling fs-err v2.11.0 |
583 | 2024-06-27T16:12:08.479Z | Compiling thread_local v1.1.8 |
584 | 2024-06-27T16:12:08.520Z | Compiling slog-async v2.8.0 |
585 | 2024-06-27T16:12:08.593Z | Compiling strsim v0.11.1 |
586 | 2024-06-27T16:12:08.688Z | Compiling clap_lex v0.7.0 |
587 | 2024-06-27T16:12:08.943Z | Compiling heck v0.5.0 |
588 | 2024-06-27T16:12:08.999Z | Compiling anyhow v1.0.86 |
589 | 2024-06-27T16:12:09.142Z | Compiling match_cfg v0.1.0 |
590 | 2024-06-27T16:12:09.232Z | Compiling unicode-width v0.1.12 |
591 | 2024-06-27T16:12:09.403Z | Compiling bytecount v0.6.8 |
592 | 2024-06-27T16:12:09.427Z | Compiling adler v1.0.2 |
593 | 2024-06-27T16:12:09.451Z | Compiling base64 v0.21.7 |
594 | 2024-06-27T16:12:09.607Z | Compiling miniz_oxide v0.7.2 |
595 | 2024-06-27T16:12:09.636Z | Compiling papergrid v0.11.0 |
596 | 2024-06-27T16:12:09.666Z | Compiling hostname v0.3.1 |
597 | 2024-06-27T16:12:09.699Z | Compiling clap_builder v4.5.2 |
598 | 2024-06-27T16:12:09.760Z | Compiling serde_derive v1.0.203 |
599 | 2024-06-27T16:12:09.797Z | Compiling thiserror-impl v1.0.60 |
600 | 2024-06-27T16:12:09.904Z | Compiling zerocopy-derive v0.7.34 |
601 | 2024-06-27T16:12:10.074Z | Compiling tokio-macros v2.2.0 |
602 | 2024-06-27T16:12:10.983Z | Compiling futures-macro v0.3.30 |
603 | 2024-06-27T16:12:11.007Z | Compiling scroll_derive v0.12.0 |
604 | 2024-06-27T16:12:11.576Z | Compiling tokio v1.37.0 |
605 | 2024-06-27T16:12:11.939Z | Compiling zerocopy v0.7.34 |
606 | 2024-06-27T16:12:12.300Z | Compiling openssl-macros v0.1.1 |
607 | 2024-06-27T16:12:12.751Z | Compiling pest v2.7.10 |
608 | 2024-06-27T16:12:12.775Z | Compiling futures-util v0.3.30 |
609 | 2024-06-27T16:12:13.243Z | Compiling scroll v0.12.0 |
610 | 2024-06-27T16:12:13.304Z | Compiling tabled_derive v0.7.0 |
611 | 2024-06-27T16:12:13.717Z | Compiling goblin v0.8.2 |
612 | 2024-06-27T16:12:15.256Z | Compiling pest_meta v2.7.10 |
613 | 2024-06-27T16:12:15.493Z | Compiling rustls-pemfile v1.0.4 |
614 | 2024-06-27T16:12:15.932Z | Compiling clap_derive v4.5.4 |
615 | 2024-06-27T16:12:18.149Z | Compiling pest_generator v2.7.10 |
616 | 2024-06-27T16:12:19.744Z | Compiling tokio-util v0.7.11 |
617 | 2024-06-27T16:12:19.768Z | Compiling pest_derive v2.7.10 |
618 | 2024-06-27T16:12:20.199Z | Compiling futures-executor v0.3.30 |
619 | 2024-06-27T16:12:20.400Z | Compiling dtrace-parser v0.2.0 |
620 | 2024-06-27T16:12:20.586Z | Compiling h2 v0.3.26 |
621 | 2024-06-27T16:12:20.753Z | Compiling tokio-native-tls v0.3.1 |
622 | 2024-06-27T16:12:20.913Z | Compiling strum_macros v0.26.2 |
623 | 2024-06-27T16:12:21.108Z | Compiling digest v0.10.7 |
624 | 2024-06-27T16:12:21.791Z | Compiling toml_datetime v0.6.6 |
625 | 2024-06-27T16:12:22.219Z | Compiling serde_spanned v0.6.6 |
626 | 2024-06-27T16:12:22.284Z | Compiling serde_urlencoded v0.7.1 |
627 | 2024-06-27T16:12:22.418Z | Compiling toml_edit v0.22.13 |
628 | 2024-06-27T16:12:22.563Z | Compiling cargo-platform v0.1.8 |
629 | 2024-06-27T16:12:23.052Z | Compiling serde_tokenstream v0.2.0 |
630 | 2024-06-27T16:12:23.076Z | Compiling dof v0.3.0 |
631 | 2024-06-27T16:12:23.514Z | Compiling slog-json v2.6.1 |
632 | 2024-06-27T16:12:24.602Z | Compiling hyper v0.14.28 |
633 | 2024-06-27T16:12:25.024Z | Compiling toml v0.8.13 |
634 | 2024-06-27T16:12:25.075Z | Compiling crossbeam-channel v0.5.12 |
635 | 2024-06-27T16:12:25.314Z | Compiling url v2.5.0 |
636 | 2024-06-27T16:12:25.769Z | Compiling term v0.7.0 |
637 | 2024-06-27T16:12:26.423Z | Compiling xattr v1.3.1 |
638 | 2024-06-27T16:12:26.449Z | Compiling usdt-attr-macro v0.5.0 |
639 | 2024-06-27T16:12:26.601Z | Compiling usdt-macro v0.5.0 |
640 | 2024-06-27T16:12:26.679Z | Compiling filetime v0.2.23 |
641 | 2024-06-27T16:12:26.730Z | Compiling memmap v0.7.0 |
642 | 2024-06-27T16:12:26.959Z | Compiling is-terminal v0.4.12 |
643 | 2024-06-27T16:12:26.989Z | Compiling encoding_rs v0.8.34 |
644 | 2024-06-27T16:12:27.050Z | Compiling cpufeatures v0.2.12 |
645 | 2024-06-27T16:12:27.084Z | Compiling take_mut v0.2.2 |
646 | 2024-06-27T16:12:27.133Z | Compiling ipnet v2.9.0 |
647 | 2024-06-27T16:12:27.157Z | Compiling sync_wrapper v0.1.2 |
648 | 2024-06-27T16:12:27.228Z | Compiling mime v0.3.17 |
649 | 2024-06-27T16:12:27.692Z | Compiling sha2 v0.10.8 |
650 | 2024-06-27T16:12:27.720Z | Compiling usdt v0.5.0 |
651 | 2024-06-27T16:12:27.755Z | Compiling hyper-tls v0.5.0 |
652 | 2024-06-27T16:12:28.030Z | Compiling slog-term v2.9.1 |
653 | 2024-06-27T16:12:28.146Z | Compiling tar v0.4.40 |
654 | 2024-06-27T16:12:28.175Z | Compiling flate2 v1.0.30 |
655 | 2024-06-27T16:12:28.333Z | Compiling cargo_toml v0.20.2 |
656 | 2024-06-27T16:12:28.984Z | Compiling reqwest v0.11.27 |
657 | 2024-06-27T16:12:29.058Z | Compiling cargo_metadata v0.18.1 |
658 | 2024-06-27T16:12:29.519Z | Compiling strum v0.26.2 |
659 | 2024-06-27T16:12:29.674Z | Compiling slog-bunyan v2.5.0 |
660 | 2024-06-27T16:12:29.832Z | Compiling macaddr v1.0.1 |
661 | 2024-06-27T16:12:29.919Z | Compiling futures v0.3.30 |
662 | 2024-06-27T16:12:30.040Z | Compiling clap v4.5.4 |
663 | 2024-06-27T16:12:30.135Z | Compiling tabled v0.15.0 |
664 | 2024-06-27T16:12:30.222Z | Compiling md5 v0.7.0 |
665 | 2024-06-27T16:12:30.352Z | Compiling swrite v0.1.0 |
666 | 2024-06-27T16:12:35.136Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
667 | 2024-06-27T16:12:45.724Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 17s |
668 | 2024-06-27T16:12:45.945Z | Running `target/debug/xtask download cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
669 | 2024-06-27T16:12:46.025Z | Jun 27 16:12:45.206 INFO Starting download, target: Clickhouse |
670 | 2024-06-27T16:12:46.049Z | Jun 27 16:12:45.207 INFO Starting download, target: Cockroach |
671 | 2024-06-27T16:12:46.049Z | Jun 27 16:12:45.207 INFO Starting download, target: DendriteOpenapi |
672 | 2024-06-27T16:12:46.049Z | Jun 27 16:12:45.207 INFO Starting download, target: Console |
673 | 2024-06-27T16:12:46.049Z | Jun 27 16:12:45.208 INFO Starting download, target: DendriteStub |
674 | 2024-06-27T16:12:46.049Z | Jun 27 16:12:45.208 INFO Starting download, target: MaghemiteMgd |
675 | 2024-06-27T16:12:46.049Z | Jun 27 16:12:45.208 INFO Starting download, target: TransceiverControl |
676 | 2024-06-27T16:12:46.049Z | Jun 27 16:12:45.208 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console |
677 | 2024-06-27T16:12:46.049Z | Jun 27 16:12:45.209 INFO Downloading out/downloads/dpd-a262fe770c173f7879cd942c98ab28a829890661.json (attempt 1/3), target: DendriteOpenapi |
678 | 2024-06-27T16:12:46.049Z | Jun 27 16:12:45.209 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl |
679 | 2024-06-27T16:12:46.049Z | Jun 27 16:12:45.210 INFO Downloading out/downloads/cockroach-v22.1.9.illumos.tar.gz (attempt 1/3), target: Cockroach |
680 | 2024-06-27T16:12:46.049Z | Jun 27 16:12:45.210 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse |
681 | 2024-06-27T16:12:46.049Z | Jun 27 16:12:45.210 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd |
682 | 2024-06-27T16:12:46.049Z | Jun 27 16:12:45.211 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub |
683 | 2024-06-27T16:12:46.400Z | Jun 27 16:12:45.558 INFO Download complete, target: DendriteOpenapi |
684 | 2024-06-27T16:12:46.428Z | Jun 27 16:12:45.606 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console |
685 | 2024-06-27T16:12:46.785Z | Jun 27 16:12:45.967 INFO Download complete, target: Console |
686 | 2024-06-27T16:12:47.302Z | Jun 27 16:12:46.484 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl |
687 | 2024-06-27T16:12:48.054Z | Jun 27 16:12:47.237 INFO Download complete, target: TransceiverControl |
688 | 2024-06-27T16:12:48.289Z | Jun 27 16:12:47.471 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub |
689 | 2024-06-27T16:12:48.587Z | Jun 27 16:12:47.770 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd |
690 | 2024-06-27T16:12:50.564Z | Jun 27 16:12:49.747 INFO tarball path: out/downloads/cockroach-v22.1.9.illumos.tar.gz, target: Cockroach |
691 | 2024-06-27T16:12:50.564Z | Jun 27 16:12:49.747 INFO Unpacking out/downloads/cockroach-v22.1.9.illumos.tar.gz to out/downloads, target: Cockroach |
692 | 2024-06-27T16:12:51.752Z | Jun 27 16:12:50.935 INFO Download complete, target: DendriteStub |
693 | 2024-06-27T16:12:52.268Z | Jun 27 16:12:51.451 INFO Download complete, target: MaghemiteMgd |
694 | 2024-06-27T16:13:01.389Z | Jun 27 16:13:00.570 INFO Copying from out/downloads/cockroach-v22.1.9 to out/cockroachdb, target: Cockroach |
695 | 2024-06-27T16:13:01.716Z | Jun 27 16:13:00.899 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse |
696 | 2024-06-27T16:13:01.788Z | Jun 27 16:13:00.967 INFO Checking that binary works, target: Cockroach |
697 | 2024-06-27T16:13:01.985Z | Jun 27 16:13:01.166 INFO Download complete, target: Cockroach |
698 | 2024-06-27T16:13:19.165Z | Jun 27 16:13:18.348 INFO Checking that binary works, target: Clickhouse |
699 | 2024-06-27T16:13:19.297Z | Jun 27 16:13:18.482 INFO Download complete, target: Clickhouse |
700 | 2024-06-27T16:13:19.322Z | All builder prerequisites installed successfully, and PATH looks valid |
701 | 2024-06-27T16:13:19.347Z | |
702 | 2024-06-27T16:13:19.347Z | real 2:53.607171129 |
703 | 2024-06-27T16:13:19.347Z | user 5:26.522346542 |
704 | 2024-06-27T16:13:19.347Z | sys 1:21.144558548 |
705 | 2024-06-27T16:13:19.347Z | trap 0.197054940 |
706 | 2024-06-27T16:13:19.347Z | tflt 0.094313387 |
707 | 2024-06-27T16:13:19.347Z | dflt 0.683168603 |
708 | 2024-06-27T16:13:19.347Z | kflt 0.008570200 |
709 | 2024-06-27T16:13:19.347Z | lock 15:29.142313946 |
710 | 2024-06-27T16:13:19.347Z | slp 15:06.942513519 |
711 | 2024-06-27T16:13:19.347Z | lat 24.839442743 |
712 | 2024-06-27T16:13:19.347Z | stop 1:05.578084515 |
713 | 2024-06-27T16:13:19.347Z | + banner clippy |
714 | 2024-06-27T16:13:19.347Z | |
715 | 2024-06-27T16:13:19.347Z | #### # # ##### ##### # # |
716 | 2024-06-27T16:13:19.347Z | # # # # # # # # # # |
717 | 2024-06-27T16:13:19.347Z | # # # # # # # # |
718 | 2024-06-27T16:13:19.347Z | # # # ##### ##### # |
719 | 2024-06-27T16:13:19.347Z | # # # # # # # |
720 | 2024-06-27T16:13:19.347Z | #### ###### # # # # |
721 | 2024-06-27T16:13:19.347Z | |
722 | 2024-06-27T16:13:19.347Z | + export CARGO_INCREMENTAL=0 |
723 | 2024-06-27T16:13:19.347Z | + CARGO_INCREMENTAL=0 |
724 | 2024-06-27T16:13:19.347Z | + ptime -m cargo xtask clippy |
725 | 2024-06-27T16:13:20.080Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
726 | 2024-06-27T16:13:30.352Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 10.96s |
727 | 2024-06-27T16:13:30.403Z | Running `target/debug/xtask clippy` |
728 | 2024-06-27T16:13:30.441Z | running: "/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/cargo" "clippy" "--all-targets" "--workspace" "--" "--deny" "warnings" |
729 | 2024-06-27T16:13:31.468Z | Downloading crates ... |
730 | 2024-06-27T16:13:31.664Z | Downloaded async-stream-impl v0.3.5 |
731 | 2024-06-27T16:13:31.689Z | Downloaded atty v0.2.14 |
732 | 2024-06-27T16:13:31.714Z | Downloaded is_ci v1.2.0 |
733 | 2024-06-27T16:13:31.714Z | Downloaded bitstruct_derive v0.1.0 |
734 | 2024-06-27T16:13:31.739Z | Downloaded structmeta-derive v0.3.0 |
735 | 2024-06-27T16:13:31.764Z | Downloaded which v4.4.2 |
736 | 2024-06-27T16:13:31.790Z | Downloaded headers-core v0.2.0 |
737 | 2024-06-27T16:13:31.815Z | Downloaded zerocopy v0.6.6 |
738 | 2024-06-27T16:13:31.839Z | Downloaded psl-types v2.0.11 |
739 | 2024-06-27T16:13:31.871Z | Downloaded strum_macros v0.25.3 |
740 | 2024-06-27T16:13:31.896Z | Downloaded termtree v0.4.1 |
741 | 2024-06-27T16:13:31.896Z | Downloaded thiserror-impl-no-std v2.0.2 |
742 | 2024-06-27T16:13:31.921Z | Downloaded threadpool v1.8.1 |
743 | 2024-06-27T16:13:31.921Z | Downloaded tempfile v3.10.1 |
744 | 2024-06-27T16:13:31.921Z | Downloaded textwrap v0.16.1 |
745 | 2024-06-27T16:13:31.944Z | Downloaded smoltcp v0.9.1 |
746 | 2024-06-27T16:13:31.969Z | Downloaded russh v0.43.0 |
747 | 2024-06-27T16:13:31.969Z | Downloaded smoltcp v0.11.0 |
748 | 2024-06-27T16:13:31.993Z | Downloaded regress v0.9.1 |
749 | 2024-06-27T16:13:31.993Z | Downloaded polar-core v0.27.3 |
750 | 2024-06-27T16:13:32.017Z | Downloaded sha3 v0.10.8 |
751 | 2024-06-27T16:13:32.017Z | Downloaded regex-automata v0.4.6 |
752 | 2024-06-27T16:13:32.041Z | Downloaded diesel v2.1.6 |
753 | 2024-06-27T16:13:32.065Z | Downloaded openapiv3 v2.0.0 |
754 | 2024-06-27T16:13:32.097Z | Downloaded nix v0.28.0 |
755 | 2024-06-27T16:13:32.097Z | Downloaded regex-syntax v0.8.3 |
756 | 2024-06-27T16:13:32.125Z | Downloaded regex-syntax v0.6.29 |
757 | 2024-06-27T16:13:32.125Z | Downloaded petgraph v0.6.5 |
758 | 2024-06-27T16:13:32.149Z | Downloaded object v0.32.2 |
759 | 2024-06-27T16:13:32.172Z | Downloaded sled v0.34.7 |
760 | 2024-06-27T16:13:32.172Z | Downloaded rustls v0.22.4 |
761 | 2024-06-27T16:13:32.196Z | Downloaded ratatui v0.26.2 |
762 | 2024-06-27T16:13:32.220Z | Downloaded proptest v1.4.0 |
763 | 2024-06-27T16:13:32.220Z | Downloaded portable-atomic v1.6.0 |
764 | 2024-06-27T16:13:32.244Z | Downloaded hkdf v0.12.4 |
765 | 2024-06-27T16:13:32.244Z | Downloaded nix v0.27.1 |
766 | 2024-06-27T16:13:32.267Z | Downloaded rsa v0.9.6 |
767 | 2024-06-27T16:13:32.267Z | Downloaded object v0.30.4 |
768 | 2024-06-27T16:13:32.291Z | Downloaded lalrpop v0.19.12 |
769 | 2024-06-27T16:13:32.291Z | Downloaded rustls v0.21.12 |
770 | 2024-06-27T16:13:32.315Z | Downloaded rstest_macros v0.19.0 |
771 | 2024-06-27T16:13:32.315Z | Downloaded ring v0.17.8 |
772 | 2024-06-27T16:13:32.381Z | Downloaded ron v0.8.1 |
773 | 2024-06-27T16:13:32.405Z | Downloaded ron v0.7.1 |
774 | 2024-06-27T16:13:32.405Z | Downloaded prettyplease v0.2.20 |
775 | 2024-06-27T16:13:32.405Z | Downloaded pretty_assertions v1.4.0 |
776 | 2024-06-27T16:13:32.405Z | Downloaded ring v0.16.20 |
777 | 2024-06-27T16:13:32.494Z | Downloaded zerocopy-derive v0.6.6 |
778 | 2024-06-27T16:13:32.518Z | Downloaded nom v7.1.3 |
779 | 2024-06-27T16:13:32.518Z | Downloaded libxml v0.3.3 |
780 | 2024-06-27T16:13:32.518Z | Downloaded test-strategy v0.3.1 |
781 | 2024-06-27T16:13:32.549Z | Downloaded subprocess v0.2.9 |
782 | 2024-06-27T16:13:32.549Z | Downloaded rustls-webpki v0.102.4 |
783 | 2024-06-27T16:13:32.549Z | Downloaded rustls-webpki v0.101.7 |
784 | 2024-06-27T16:13:32.573Z | Downloaded rstest v0.19.0 |
785 | 2024-06-27T16:13:32.573Z | Downloaded regex v1.10.4 |
786 | 2024-06-27T16:13:32.596Z | Downloaded der v0.7.9 |
787 | 2024-06-27T16:13:32.596Z | Downloaded http v1.1.0 |
788 | 2024-06-27T16:13:32.622Z | Downloaded finl_unicode v1.2.0 |
789 | 2024-06-27T16:13:32.622Z | Downloaded target-lexicon v0.12.14 |
790 | 2024-06-27T16:13:32.622Z | Downloaded rustyline v14.0.0 |
791 | 2024-06-27T16:13:32.646Z | Downloaded radix_trie v0.2.1 |
792 | 2024-06-27T16:13:32.646Z | Downloaded p521 v0.13.3 |
793 | 2024-06-27T16:13:32.646Z | Downloaded thiserror-no-std v2.0.2 |
794 | 2024-06-27T16:13:32.646Z | Downloaded snafu v0.8.2 |
795 | 2024-06-27T16:13:32.646Z | Downloaded salty v0.2.0 |
796 | 2024-06-27T16:13:32.670Z | Downloaded rust-argon2 v2.1.0 |
797 | 2024-06-27T16:13:32.670Z | Downloaded russh-keys v0.43.0 |
798 | 2024-06-27T16:13:32.670Z | Downloaded rayon v1.10.0 |
799 | 2024-06-27T16:13:32.670Z | Downloaded postcard v1.0.8 |
800 | 2024-06-27T16:13:32.694Z | Downloaded poly1305 v0.8.0 |
801 | 2024-06-27T16:13:32.694Z | Downloaded idna v0.2.3 |
802 | 2024-06-27T16:13:32.694Z | Downloaded num-bigint v0.4.5 |
803 | 2024-06-27T16:13:32.694Z | Downloaded subtle v2.5.0 |
804 | 2024-06-27T16:13:32.694Z | Downloaded snafu-derive v0.8.2 |
805 | 2024-06-27T16:13:32.694Z | Downloaded slog-dtrace v0.3.0 |
806 | 2024-06-27T16:13:32.694Z | Downloaded schemars v0.8.21 |
807 | 2024-06-27T16:13:32.723Z | Downloaded samael v0.0.15 |
808 | 2024-06-27T16:13:32.723Z | Downloaded rustc_version v0.4.0 |
809 | 2024-06-27T16:13:32.723Z | Downloaded rustc_version v0.1.7 |
810 | 2024-06-27T16:13:32.723Z | Downloaded rustc-hash v1.1.0 |
811 | 2024-06-27T16:13:32.723Z | Downloaded rustc-demangle v0.1.24 |
812 | 2024-06-27T16:13:32.723Z | Downloaded rtoolbox v0.0.2 |
813 | 2024-06-27T16:13:32.723Z | Downloaded rfc6979 v0.4.0 |
814 | 2024-06-27T16:13:32.723Z | Downloaded rand v0.7.3 |
815 | 2024-06-27T16:13:32.748Z | Downloaded predicates v3.1.0 |
816 | 2024-06-27T16:13:32.748Z | Downloaded postgres-types v0.2.6 |
817 | 2024-06-27T16:13:32.749Z | Downloaded postgres-protocol v0.6.6 |
818 | 2024-06-27T16:13:32.749Z | Downloaded plotters v0.3.5 |
819 | 2024-06-27T16:13:32.772Z | Downloaded idna v0.3.0 |
820 | 2024-06-27T16:13:32.772Z | Downloaded num-bigint-dig v0.8.4 |
821 | 2024-06-27T16:13:32.772Z | Downloaded termios v0.3.3 |
822 | 2024-06-27T16:13:32.772Z | Downloaded termcolor v1.4.1 |
823 | 2024-06-27T16:13:32.772Z | Downloaded target-spec v3.1.0 |
824 | 2024-06-27T16:13:32.772Z | Downloaded tap v1.0.1 |
825 | 2024-06-27T16:13:32.772Z | Downloaded tabwriter v1.4.0 |
826 | 2024-06-27T16:13:32.796Z | Downloaded supports-color v3.0.0 |
827 | 2024-06-27T16:13:32.796Z | Downloaded spin v0.9.8 |
828 | 2024-06-27T16:13:32.796Z | Downloaded spin v0.5.2 |
829 | 2024-06-27T16:13:32.796Z | Downloaded socket2 v0.4.10 |
830 | 2024-06-27T16:13:32.796Z | Downloaded slog-stdlog v4.1.1 |
831 | 2024-06-27T16:13:32.796Z | Downloaded slog-scope v4.4.0 |
832 | 2024-06-27T16:13:32.796Z | Downloaded slog-envlogger v2.2.0 |
833 | 2024-06-27T16:13:32.796Z | Downloaded siphasher v0.3.11 |
834 | 2024-06-27T16:13:32.796Z | Downloaded similar-asserts v1.5.0 |
835 | 2024-06-27T16:13:32.796Z | Downloaded similar v2.5.0 |
836 | 2024-06-27T16:13:32.796Z | Downloaded signature v2.2.0 |
837 | 2024-06-27T16:13:32.820Z | Downloaded signature v1.6.4 |
838 | 2024-06-27T16:13:32.820Z | Downloaded signal-hook-mio v0.2.3 |
839 | 2024-06-27T16:13:32.820Z | Downloaded signal-hook v0.3.17 |
840 | 2024-06-27T16:13:32.820Z | Downloaded shlex v1.3.0 |
841 | 2024-06-27T16:13:32.820Z | Downloaded serde-big-array v0.5.1 |
842 | 2024-06-27T16:13:32.820Z | Downloaded semver v0.1.20 |
843 | 2024-06-27T16:13:32.820Z | Downloaded sec1 v0.7.3 |
844 | 2024-06-27T16:13:32.820Z | Downloaded sct v0.7.1 |
845 | 2024-06-27T16:13:32.820Z | Downloaded schemars_derive v0.8.21 |
846 | 2024-06-27T16:13:32.820Z | Downloaded rustls-pemfile v2.1.2 |
847 | 2024-06-27T16:13:32.820Z | Downloaded rustls-native-certs v0.7.0 |
848 | 2024-06-27T16:13:32.844Z | Downloaded russh-cryptovec v0.7.2 |
849 | 2024-06-27T16:13:32.844Z | Downloaded rpassword v7.3.1 |
850 | 2024-06-27T16:13:32.844Z | Downloaded resolv-conf v0.7.0 |
851 | 2024-06-27T16:13:32.844Z | Downloaded relative-path v1.9.3 |
852 | 2024-06-27T16:13:32.844Z | Downloaded reedline v0.31.0 |
853 | 2024-06-27T16:13:32.844Z | Downloaded radium v0.7.0 |
854 | 2024-06-27T16:13:32.844Z | Downloaded r2d2 v0.8.10 |
855 | 2024-06-27T16:13:32.844Z | Downloaded quick-xml v0.31.0 |
856 | 2024-06-27T16:13:32.868Z | Downloaded polyval v0.6.2 |
857 | 2024-06-27T16:13:32.868Z | Downloaded dhcproto v0.11.0 |
858 | 2024-06-27T16:13:32.868Z | Downloaded derive_more v0.99.17 |
859 | 2024-06-27T16:13:32.868Z | Downloaded derive_builder_core v0.20.0 |
860 | 2024-06-27T16:13:32.868Z | Downloaded derive_builder v0.20.0 |
861 | 2024-06-27T16:13:32.892Z | Downloaded derive-where v1.2.7 |
862 | 2024-06-27T16:13:32.892Z | Downloaded der_derive v0.7.2 |
863 | 2024-06-27T16:13:32.892Z | Downloaded darling_core v0.20.9 |
864 | 2024-06-27T16:13:32.892Z | Downloaded trust-dns-proto v0.22.0 |
865 | 2024-06-27T16:13:32.915Z | Downloaded hmac v0.12.1 |
866 | 2024-06-27T16:13:32.915Z | Downloaded heapless v0.8.0 |
867 | 2024-06-27T16:13:32.916Z | Downloaded heapless v0.7.17 |
868 | 2024-06-27T16:13:32.916Z | Downloaded p256 v0.13.2 |
869 | 2024-06-27T16:13:32.916Z | Downloaded itertools v0.12.1 |
870 | 2024-06-27T16:13:32.939Z | Downloaded itertools v0.10.5 |
871 | 2024-06-27T16:13:32.939Z | Downloaded csv v1.3.0 |
872 | 2024-06-27T16:13:32.965Z | Downloaded smf v0.2.3 |
873 | 2024-06-27T16:13:32.965Z | Downloaded smawk v0.3.2 |
874 | 2024-06-27T16:13:32.965Z | Downloaded smallvec v0.6.14 |
875 | 2024-06-27T16:13:32.965Z | Downloaded sigpipe v0.1.3 |
876 | 2024-06-27T16:13:32.965Z | Downloaded signal-hook-tokio v0.3.1 |
877 | 2024-06-27T16:13:32.965Z | Downloaded shell-words v1.1.0 |
878 | 2024-06-27T16:13:32.965Z | Downloaded serde-hex v0.1.0 |
879 | 2024-06-27T16:13:32.989Z | Downloaded serde-big-array v0.4.1 |
880 | 2024-06-27T16:13:32.989Z | Downloaded secrecy v0.8.0 |
881 | 2024-06-27T16:13:32.989Z | Downloaded scheduled-thread-pool v0.2.7 |
882 | 2024-06-27T16:13:32.989Z | Downloaded same-file v1.0.6 |
883 | 2024-06-27T16:13:32.989Z | Downloaded rusty-fork v0.3.0 |
884 | 2024-06-27T16:13:32.989Z | Downloaded rustls-pki-types v1.7.0 |
885 | 2024-06-27T16:13:32.989Z | Downloaded rustfmt-wrapper v0.2.1 |
886 | 2024-06-27T16:13:32.989Z | Downloaded regex-automata v0.1.10 |
887 | 2024-06-27T16:13:32.989Z | Downloaded ref-cast-impl v1.0.23 |
888 | 2024-06-27T16:13:32.989Z | Downloaded ref-cast v1.0.23 |
889 | 2024-06-27T16:13:32.989Z | Downloaded rcgen v0.12.1 |
890 | 2024-06-27T16:13:33.013Z | Downloaded rayon-core v1.12.1 |
891 | 2024-06-27T16:13:33.013Z | Downloaded rand_xorshift v0.3.0 |
892 | 2024-06-27T16:13:33.013Z | Downloaded rand_seeder v0.2.3 |
893 | 2024-06-27T16:13:33.014Z | Downloaded rand_distr v0.4.3 |
894 | 2024-06-27T16:13:33.014Z | Downloaded rand_core v0.6.4 |
895 | 2024-06-27T16:13:33.014Z | Downloaded rand_core v0.5.1 |
896 | 2024-06-27T16:13:33.014Z | Downloaded rand_chacha v0.3.1 |
897 | 2024-06-27T16:13:33.014Z | Downloaded rand_chacha v0.2.2 |
898 | 2024-06-27T16:13:33.014Z | Downloaded rand v0.8.5 |
899 | 2024-06-27T16:13:33.014Z | Downloaded quick-error v1.2.3 |
900 | 2024-06-27T16:13:33.014Z | Downloaded publicsuffix v2.2.3 |
901 | 2024-06-27T16:13:33.038Z | Downloaded proc-macro-crate v1.3.1 |
902 | 2024-06-27T16:13:33.038Z | Downloaded primeorder v0.13.6 |
903 | 2024-06-27T16:13:33.038Z | Downloaded pretty-hex v0.2.1 |
904 | 2024-06-27T16:13:33.038Z | Downloaded predicates-tree v1.0.9 |
905 | 2024-06-27T16:13:33.038Z | Downloaded predicates-core v1.0.6 |
906 | 2024-06-27T16:13:33.038Z | Downloaded precomputed-hash v0.1.1 |
907 | 2024-06-27T16:13:33.038Z | Downloaded ppv-lite86 v0.2.17 |
908 | 2024-06-27T16:13:33.038Z | Downloaded portpicker v0.1.1 |
909 | 2024-06-27T16:13:33.038Z | Downloaded pkcs8 v0.10.2 |
910 | 2024-06-27T16:13:33.038Z | Downloaded pkcs1 v0.7.5 |
911 | 2024-06-27T16:13:33.038Z | Downloaded pin-project v1.1.5 |
912 | 2024-06-27T16:13:33.062Z | Downloaded ident_case v1.0.1 |
913 | 2024-06-27T16:13:33.062Z | Downloaded hyper-util v0.1.3 |
914 | 2024-06-27T16:13:33.062Z | Downloaded hyper v1.3.1 |
915 | 2024-06-27T16:13:33.062Z | Downloaded httptest v0.15.5 |
916 | 2024-06-27T16:13:33.062Z | Downloaded http-range v0.1.5 |
917 | 2024-06-27T16:13:33.086Z | Downloaded env_logger v0.9.3 |
918 | 2024-06-27T16:13:33.086Z | Downloaded elliptic-curve v0.13.8 |
919 | 2024-06-27T16:13:33.086Z | Downloaded ed25519-dalek v2.1.1 |
920 | 2024-06-27T16:13:33.086Z | Downloaded defmt-parser v0.3.4 |
921 | 2024-06-27T16:13:33.086Z | Downloaded defmt-macros v0.3.9 |
922 | 2024-06-27T16:13:33.086Z | Downloaded data-encoding v2.6.0 |
923 | 2024-06-27T16:13:33.086Z | Downloaded zeroize_derive v1.4.2 |
924 | 2024-06-27T16:13:33.086Z | Downloaded winnow v0.5.40 |
925 | 2024-06-27T16:13:33.110Z | Downloaded unicode-segmentation v1.11.0 |
926 | 2024-06-27T16:13:33.110Z | Downloaded typed-path v0.7.1 |
927 | 2024-06-27T16:13:33.110Z | Downloaded trust-dns-client v0.22.0 |
928 | 2024-06-27T16:13:33.134Z | Downloaded tough v0.17.1 |
929 | 2024-06-27T16:13:33.134Z | Downloaded omicron-zone-package v0.11.0 |
930 | 2024-06-27T16:13:33.134Z | Downloaded num-rational v0.4.2 |
931 | 2024-06-27T16:13:33.134Z | Downloaded minimal-lexical v0.2.1 |
932 | 2024-06-27T16:13:33.134Z | Downloaded libm v0.2.8 |
933 | 2024-06-27T16:13:33.158Z | Downloaded plotters-svg v0.3.5 |
934 | 2024-06-27T16:13:33.158Z | Downloaded plotters-backend v0.3.5 |
935 | 2024-06-27T16:13:33.158Z | Downloaded platforms v3.4.0 |
936 | 2024-06-27T16:13:33.158Z | Downloaded pin-project-internal v1.1.5 |
937 | 2024-06-27T16:13:33.158Z | Downloaded phf_shared v0.11.2 |
938 | 2024-06-27T16:13:33.158Z | Downloaded phf_shared v0.10.0 |
939 | 2024-06-27T16:13:33.158Z | Downloaded phf v0.11.2 |
940 | 2024-06-27T16:13:33.158Z | Downloaded hyper-staticfile v0.9.5 |
941 | 2024-06-27T16:13:33.158Z | Downloaded hyper-rustls v0.26.0 |
942 | 2024-06-27T16:13:33.189Z | Downloaded hyper-rustls v0.24.2 |
943 | 2024-06-27T16:13:33.189Z | Downloaded humantime v2.1.0 |
944 | 2024-06-27T16:13:33.189Z | Downloaded hubpack_derive v0.1.1 |
945 | 2024-06-27T16:13:33.189Z | Downloaded hubpack v0.1.2 |
946 | 2024-06-27T16:13:33.189Z | Downloaded enum-as-inner v0.5.1 |
947 | 2024-06-27T16:13:33.189Z | Downloaded endian-type v0.1.2 |
948 | 2024-06-27T16:13:33.189Z | Downloaded ena v0.14.3 |
949 | 2024-06-27T16:13:33.190Z | Downloaded embedded-io v0.4.0 |
950 | 2024-06-27T16:13:33.190Z | Downloaded either v1.12.0 |
951 | 2024-06-27T16:13:33.190Z | Downloaded ed25519 v2.2.3 |
952 | 2024-06-27T16:13:33.190Z | Downloaded ed25519 v1.5.3 |
953 | 2024-06-27T16:13:33.190Z | Downloaded ecdsa v0.16.9 |
954 | 2024-06-27T16:13:33.190Z | Downloaded dyn-clone v1.0.17 |
955 | 2024-06-27T16:13:33.190Z | Downloaded downcast v0.11.0 |
956 | 2024-06-27T16:13:33.190Z | Downloaded doc-comment v0.3.3 |
957 | 2024-06-27T16:13:33.190Z | Downloaded display-error-chain v0.2.0 |
958 | 2024-06-27T16:13:33.190Z | Downloaded dirs-sys v0.4.1 |
959 | 2024-06-27T16:13:33.190Z | Downloaded dirs v5.0.1 |
960 | 2024-06-27T16:13:33.190Z | Downloaded difflib v0.4.0 |
961 | 2024-06-27T16:13:33.190Z | Downloaded diff v0.1.13 |
962 | 2024-06-27T16:13:33.214Z | Downloaded diesel_table_macro_syntax v0.1.0 |
963 | 2024-06-27T16:13:33.214Z | Downloaded diesel_derives v2.1.4 |
964 | 2024-06-27T16:13:33.214Z | Downloaded dhcproto-macros v0.1.0 |
965 | 2024-06-27T16:13:33.214Z | Downloaded derive_builder_macro v0.20.0 |
966 | 2024-06-27T16:13:33.214Z | Downloaded defmt v0.3.8 |
967 | 2024-06-27T16:13:33.214Z | Downloaded debug-ignore v1.0.5 |
968 | 2024-06-27T16:13:33.214Z | Downloaded datatest-stable v0.2.9 |
969 | 2024-06-27T16:13:33.214Z | Downloaded darling_macro v0.20.9 |
970 | 2024-06-27T16:13:33.214Z | Downloaded zone_cfg_derive v0.1.2 |
971 | 2024-06-27T16:13:33.214Z | Downloaded zone v0.1.8 |
972 | 2024-06-27T16:13:33.214Z | Downloaded zip v0.6.6 |
973 | 2024-06-27T16:13:33.238Z | Downloaded zeroize v1.7.0 |
974 | 2024-06-27T16:13:33.238Z | Downloaded yasna v0.5.2 |
975 | 2024-06-27T16:13:33.238Z | Downloaded x509-cert v0.2.5 |
976 | 2024-06-27T16:13:33.238Z | Downloaded wyz v0.5.1 |
977 | 2024-06-27T16:13:33.238Z | Downloaded unicase v2.7.0 |
978 | 2024-06-27T16:13:33.238Z | Downloaded tungstenite v0.20.1 |
979 | 2024-06-27T16:13:33.238Z | Downloaded trybuild v1.0.96 |
980 | 2024-06-27T16:13:33.238Z | Downloaded trust-dns-server v0.22.1 |
981 | 2024-06-27T16:13:33.262Z | Downloaded trust-dns-resolver v0.22.0 |
982 | 2024-06-27T16:13:33.262Z | Downloaded tracing-attributes v0.1.27 |
983 | 2024-06-27T16:13:33.262Z | Downloaded tower-layer v0.3.2 |
984 | 2024-06-27T16:13:33.262Z | Downloaded tower v0.4.13 |
985 | 2024-06-27T16:13:33.286Z | Downloaded toml_edit v0.19.15 |
986 | 2024-06-27T16:13:33.286Z | Downloaded toml v0.7.8 |
987 | 2024-06-27T16:13:33.286Z | Downloaded tokio-postgres v0.7.10 |
988 | 2024-06-27T16:13:33.311Z | Downloaded hostname v0.4.0 |
989 | 2024-06-27T16:13:33.311Z | Downloaded home v0.5.9 |
990 | 2024-06-27T16:13:33.311Z | Downloaded highway v1.1.0 |
991 | 2024-06-27T16:13:33.311Z | Downloaded hex-literal v0.4.1 |
992 | 2024-06-27T16:13:33.311Z | Downloaded hex v0.4.3 |
993 | 2024-06-27T16:13:33.311Z | Downloaded heck v0.3.3 |
994 | 2024-06-27T16:13:33.311Z | Downloaded gimli v0.28.1 |
995 | 2024-06-27T16:13:33.311Z | Downloaded peg-macros v0.8.3 |
996 | 2024-06-27T16:13:33.335Z | Downloaded pbkdf2 v0.12.2 |
997 | 2024-06-27T16:13:33.335Z | Downloaded paste v1.0.15 |
998 | 2024-06-27T16:13:33.335Z | Downloaded password-hash v0.5.0 |
999 | 2024-06-27T16:13:33.335Z | Downloaded password-hash v0.4.2 |
1000 | 2024-06-27T16:13:33.335Z | Downloaded parking_lot v0.11.2 |
1001 | 2024-06-27T16:13:33.335Z | Downloaded oso v0.27.3 |
1002 | 2024-06-27T16:13:33.335Z | Downloaded num-complex v0.4.6 |
1003 | 2024-06-27T16:13:33.335Z | Downloaded nu-ansi-term v0.50.0 |
1004 | 2024-06-27T16:13:33.335Z | Downloaded bzip2-sys v0.1.11+1.0.8 |
1005 | 2024-06-27T16:13:33.359Z | Downloaded yansi v0.5.1 |
1006 | 2024-06-27T16:13:33.359Z | Downloaded whoami v1.5.1 |
1007 | 2024-06-27T16:13:33.359Z | Downloaded unicode-linebreak v0.1.5 |
1008 | 2024-06-27T16:13:33.359Z | Downloaded unarray v0.1.4 |
1009 | 2024-06-27T16:13:33.359Z | Downloaded tungstenite v0.21.0 |
1010 | 2024-06-27T16:13:33.359Z | Downloaded tui-tree-widget v0.19.0 |
1011 | 2024-06-27T16:13:33.359Z | Downloaded topological-sort v0.2.2 |
1012 | 2024-06-27T16:13:33.359Z | Downloaded toolchain_find v0.4.0 |
1013 | 2024-06-27T16:13:33.383Z | Downloaded toml v0.5.11 |
1014 | 2024-06-27T16:13:33.383Z | Downloaded tokio-tungstenite v0.21.0 |
1015 | 2024-06-27T16:13:33.383Z | Downloaded tokio-tungstenite v0.20.1 |
1016 | 2024-06-27T16:13:33.383Z | Downloaded tokio-stream v0.1.15 |
1017 | 2024-06-27T16:13:33.383Z | Downloaded tokio-rustls v0.25.0 |
1018 | 2024-06-27T16:13:33.383Z | Downloaded tokio-rustls v0.24.1 |
1019 | 2024-06-27T16:13:33.383Z | Downloaded tls_codec_derive v0.4.1 |
1020 | 2024-06-27T16:13:33.383Z | Downloaded tls_codec v0.4.1 |
1021 | 2024-06-27T16:13:33.383Z | Downloaded tinytemplate v1.2.1 |
1022 | 2024-06-27T16:13:33.383Z | Downloaded tiny-keccak v2.0.2 |
1023 | 2024-06-27T16:13:33.407Z | Downloaded http-body v1.0.0 |
1024 | 2024-06-27T16:13:33.407Z | Downloaded hashbrown v0.13.2 |
1025 | 2024-06-27T16:13:33.407Z | Downloaded half v2.4.1 |
1026 | 2024-06-27T16:13:33.407Z | Downloaded guppy v0.17.5 |
1027 | 2024-06-27T16:13:33.407Z | Downloaded webpki-roots v0.25.4 |
1028 | 2024-06-27T16:13:33.407Z | Downloaded serde_yaml v0.9.34+deprecated |
1029 | 2024-06-27T16:13:33.431Z | Downloaded pem v3.0.4 |
1030 | 2024-06-27T16:13:33.431Z | Downloaded partial-io v0.5.4 |
1031 | 2024-06-27T16:13:33.431Z | Downloaded parse-display v0.9.0 |
1032 | 2024-06-27T16:13:33.431Z | Downloaded parking_lot_core v0.8.6 |
1033 | 2024-06-27T16:13:33.431Z | Downloaded packed_struct v0.10.1 |
1034 | 2024-06-27T16:13:33.431Z | Downloaded num_enum v0.5.11 |
1035 | 2024-06-27T16:13:33.431Z | Downloaded num-traits v0.2.19 |
1036 | 2024-06-27T16:13:33.431Z | Downloaded num-integer v0.1.46 |
1037 | 2024-06-27T16:13:33.431Z | Downloaded nibble_vec v0.1.0 |
1038 | 2024-06-27T16:13:33.431Z | Downloaded newtype-uuid v1.1.0 |
1039 | 2024-06-27T16:13:33.455Z | Downloaded nanorand v0.7.0 |
1040 | 2024-06-27T16:13:33.455Z | Downloaded multer v3.1.0 |
1041 | 2024-06-27T16:13:33.455Z | Downloaded mockall_derive v0.12.1 |
1042 | 2024-06-27T16:13:33.455Z | Downloaded mockall v0.12.1 |
1043 | 2024-06-27T16:13:33.455Z | Downloaded mime_guess v2.0.4 |
1044 | 2024-06-27T16:13:33.455Z | Downloaded memmap2 v0.9.4 |
1045 | 2024-06-27T16:13:33.455Z | Downloaded maybe-uninit v2.0.0 |
1046 | 2024-06-27T16:13:33.455Z | Downloaded maplit v1.0.2 |
1047 | 2024-06-27T16:13:33.455Z | Downloaded lru-cache v0.1.2 |
1048 | 2024-06-27T16:13:33.456Z | Downloaded linked-hash-map v0.5.6 |
1049 | 2024-06-27T16:13:33.456Z | Downloaded libtest-mimic v0.7.3 |
1050 | 2024-06-27T16:13:33.456Z | Downloaded libsw v3.3.1 |
1051 | 2024-06-27T16:13:33.456Z | Downloaded libefi-sys v0.1.0 |
1052 | 2024-06-27T16:13:33.479Z | Downloaded bstr v1.9.1 |
1053 | 2024-06-27T16:13:33.479Z | Downloaded headers v0.3.9 |
1054 | 2024-06-27T16:13:33.479Z | Downloaded hashbrown v0.12.3 |
1055 | 2024-06-27T16:13:33.479Z | Downloaded hash32 v0.3.1 |
1056 | 2024-06-27T16:13:33.503Z | Downloaded hash32 v0.2.1 |
1057 | 2024-06-27T16:13:33.503Z | Downloaded guppy-workspace-hack v0.1.0 |
1058 | 2024-06-27T16:13:33.503Z | Downloaded group v0.13.0 |
1059 | 2024-06-27T16:13:33.503Z | Downloaded globset v0.4.14 |
1060 | 2024-06-27T16:13:33.503Z | Downloaded glob v0.3.1 |
1061 | 2024-06-27T16:13:33.503Z | Downloaded ghash v0.5.1 |
1062 | 2024-06-27T16:13:33.503Z | Downloaded getrandom v0.2.14 |
1063 | 2024-06-27T16:13:33.503Z | Downloaded getrandom v0.1.16 |
1064 | 2024-06-27T16:13:33.503Z | Downloaded getopts v0.2.21 |
1065 | 2024-06-27T16:13:33.503Z | Downloaded gethostname v0.4.3 |
1066 | 2024-06-27T16:13:33.503Z | Downloaded fxhash v0.2.1 |
1067 | 2024-06-27T16:13:33.503Z | Downloaded futures-timer v3.0.3 |
1068 | 2024-06-27T16:13:33.503Z | Downloaded funty v2.0.0 |
1069 | 2024-06-27T16:13:33.503Z | Downloaded fragile v2.0.0 |
1070 | 2024-06-27T16:13:33.503Z | Downloaded foreign-types-shared v0.3.1 |
1071 | 2024-06-27T16:13:33.528Z | Downloaded foreign-types-macros v0.2.3 |
1072 | 2024-06-27T16:13:33.528Z | Downloaded foreign-types v0.5.0 |
1073 | 2024-06-27T16:13:33.528Z | Downloaded flume v0.11.0 |
1074 | 2024-06-27T16:13:33.528Z | Downloaded float-ord v0.3.2 |
1075 | 2024-06-27T16:13:33.528Z | Downloaded float-cmp v0.9.0 |
1076 | 2024-06-27T16:13:33.528Z | Downloaded flagset v0.4.5 |
1077 | 2024-06-27T16:13:33.528Z | Downloaded fixedbitset v0.4.2 |
1078 | 2024-06-27T16:13:33.528Z | Downloaded ff v0.13.0 |
1079 | 2024-06-27T16:13:33.528Z | Downloaded fd-lock v4.0.2 |
1080 | 2024-06-27T16:13:33.528Z | Downloaded fatfs v0.3.6 |
1081 | 2024-06-27T16:13:33.528Z | Downloaded fastrand v2.1.0 |
1082 | 2024-06-27T16:13:33.528Z | Downloaded fancy-regex v0.13.0 |
1083 | 2024-06-27T16:13:33.552Z | Downloaded fallible-iterator v0.2.0 |
1084 | 2024-06-27T16:13:33.552Z | Downloaded expectorate v1.1.0 |
1085 | 2024-06-27T16:13:33.552Z | Downloaded escape8259 v0.5.2 |
1086 | 2024-06-27T16:13:33.552Z | Downloaded erased-serde v0.3.31 |
1087 | 2024-06-27T16:13:33.552Z | Downloaded env_logger v0.10.2 |
1088 | 2024-06-27T16:13:33.552Z | Downloaded strum_macros v0.24.3 |
1089 | 2024-06-27T16:13:33.552Z | Downloaded stable_deref_trait v1.2.0 |
1090 | 2024-06-27T16:13:33.552Z | Downloaded sqlparser v0.45.0 |
1091 | 2024-06-27T16:13:33.552Z | Downloaded pem-rfc7468 v0.7.0 |
1092 | 2024-06-27T16:13:33.552Z | Downloaded peg v0.8.3 |
1093 | 2024-06-27T16:13:33.576Z | Downloaded pbkdf2 v0.11.0 |
1094 | 2024-06-27T16:13:33.576Z | Downloaded pathdiff v0.2.1 |
1095 | 2024-06-27T16:13:33.576Z | Downloaded parse-size v1.0.0 |
1096 | 2024-06-27T16:13:33.576Z | Downloaded parse-display-derive v0.9.0 |
1097 | 2024-06-27T16:13:33.576Z | Downloaded opaque-debug v0.3.1 |
1098 | 2024-06-27T16:13:33.576Z | Downloaded olpc-cjson v0.1.3 |
1099 | 2024-06-27T16:13:33.576Z | Downloaded number_prefix v0.4.0 |
1100 | 2024-06-27T16:13:33.576Z | Downloaded num_enum_derive v0.5.11 |
1101 | 2024-06-27T16:13:33.576Z | Downloaded num-iter v0.1.45 |
1102 | 2024-06-27T16:13:33.576Z | Downloaded normalize-line-endings v0.3.0 |
1103 | 2024-06-27T16:13:33.576Z | Downloaded new_debug_unreachable v1.0.6 |
1104 | 2024-06-27T16:13:33.576Z | Downloaded multimap v0.10.0 |
1105 | 2024-06-27T16:13:33.576Z | Downloaded md-5 v0.10.6 |
1106 | 2024-06-27T16:13:33.576Z | Downloaded managed v0.8.0 |
1107 | 2024-06-27T16:13:33.576Z | Downloaded libloading v0.8.3 |
1108 | 2024-06-27T16:13:33.576Z | Downloaded indicatif v0.17.8 |
1109 | 2024-06-27T16:13:33.600Z | Downloaded iana-time-zone v0.1.60 |
1110 | 2024-06-27T16:13:33.600Z | Downloaded curve25519-dalek v4.1.2 |
1111 | 2024-06-27T16:13:33.600Z | Downloaded clang-sys v1.7.0 |
1112 | 2024-06-27T16:13:33.600Z | Downloaded chrono v0.4.38 |
1113 | 2024-06-27T16:13:33.624Z | Downloaded bzip2 v0.4.4 |
1114 | 2024-06-27T16:13:33.624Z | Downloaded bstr v0.2.17 |
1115 | 2024-06-27T16:13:33.624Z | Downloaded bitvec v1.0.1 |
1116 | 2024-06-27T16:13:33.648Z | Downloaded bindgen v0.69.4 |
1117 | 2024-06-27T16:13:33.648Z | Downloaded walkdir v2.5.0 |
1118 | 2024-06-27T16:13:33.648Z | Downloaded waitgroup v0.1.2 |
1119 | 2024-06-27T16:13:33.648Z | Downloaded wait-timeout v0.2.0 |
1120 | 2024-06-27T16:13:33.648Z | Downloaded vte_generate_state_changes v0.1.1 |
1121 | 2024-06-27T16:13:33.648Z | Downloaded vte v0.11.1 |
1122 | 2024-06-27T16:13:33.648Z | Downloaded vsss-rs v3.3.4 |
1123 | 2024-06-27T16:13:33.676Z | Downloaded uzers v0.11.3 |
1124 | 2024-06-27T16:13:33.676Z | Downloaded uuid v1.8.0 |
1125 | 2024-06-27T16:13:33.676Z | Downloaded utf-8 v0.7.6 |
1126 | 2024-06-27T16:13:33.676Z | Downloaded untrusted v0.9.0 |
1127 | 2024-06-27T16:13:33.676Z | Downloaded untrusted v0.7.1 |
1128 | 2024-06-27T16:13:33.676Z | Downloaded unsafe-libyaml v0.2.11 |
1129 | 2024-06-27T16:13:33.676Z | Downloaded universal-hash v0.5.1 |
1130 | 2024-06-27T16:13:33.676Z | Downloaded unicode_categories v0.1.1 |
1131 | 2024-06-27T16:13:33.676Z | Downloaded unicode-xid v0.2.4 |
1132 | 2024-06-27T16:13:33.676Z | Downloaded structmeta v0.2.0 |
1133 | 2024-06-27T16:13:33.676Z | Downloaded stringprep v0.1.4 |
1134 | 2024-06-27T16:13:33.676Z | Downloaded steno v0.4.0 |
1135 | 2024-06-27T16:13:33.700Z | Downloaded static_assertions v1.1.0 |
1136 | 2024-06-27T16:13:33.700Z | Downloaded sqlformat v0.2.3 |
1137 | 2024-06-27T16:13:33.700Z | Downloaded spki v0.7.3 |
1138 | 2024-06-27T16:13:33.700Z | Downloaded sha1 v0.10.6 |
1139 | 2024-06-27T16:13:33.700Z | Downloaded serde_with_macros v3.8.1 |
1140 | 2024-06-27T16:13:33.700Z | Downloaded serde_with v3.8.1 |
1141 | 2024-06-27T16:13:33.700Z | Downloaded serde_derive_internals v0.29.1 |
1142 | 2024-06-27T16:13:33.700Z | Downloaded serde_arrays v0.1.0 |
1143 | 2024-06-27T16:13:33.700Z | Downloaded peg-runtime v0.8.3 |
1144 | 2024-06-27T16:13:33.700Z | Downloaded path-slash v0.1.5 |
1145 | 2024-06-27T16:13:33.700Z | Downloaded packed_struct_codegen v0.10.1 |
1146 | 2024-06-27T16:13:33.724Z | Downloaded owo-colors v4.0.0 |
1147 | 2024-06-27T16:13:33.724Z | Downloaded oso-derive v0.27.3 |
1148 | 2024-06-27T16:13:33.724Z | Downloaded option-ext v0.2.0 |
1149 | 2024-06-27T16:13:33.724Z | Downloaded oorandom v11.1.3 |
1150 | 2024-06-27T16:13:33.724Z | Downloaded num-derive v0.4.2 |
1151 | 2024-06-27T16:13:33.724Z | Downloaded num v0.4.3 |
1152 | 2024-06-27T16:13:33.724Z | Downloaded nodrop v0.1.14 |
1153 | 2024-06-27T16:13:33.724Z | Downloaded nested v0.1.1 |
1154 | 2024-06-27T16:13:33.724Z | Downloaded memoffset v0.9.1 |
1155 | 2024-06-27T16:13:33.724Z | Downloaded linear-map v1.2.0 |
1156 | 2024-06-27T16:13:33.724Z | Downloaded lazycell v1.3.0 |
1157 | 2024-06-27T16:13:33.724Z | Downloaded lazy_static v1.4.0 |
1158 | 2024-06-27T16:13:33.724Z | Downloaded lalrpop-util v0.19.12 |
1159 | 2024-06-27T16:13:33.724Z | Downloaded kstat-rs v0.2.4 |
1160 | 2024-06-27T16:13:33.724Z | Downloaded keccak v0.1.5 |
1161 | 2024-06-27T16:13:33.724Z | Downloaded indexmap v1.9.3 |
1162 | 2024-06-27T16:13:33.724Z | Downloaded crossterm v0.27.0 |
1163 | 2024-06-27T16:13:33.748Z | Downloaded criterion v0.5.1 |
1164 | 2024-06-27T16:13:33.748Z | Downloaded crc-any v2.5.0 |
1165 | 2024-06-27T16:13:33.748Z | Downloaded cookie v0.18.1 |
1166 | 2024-06-27T16:13:33.748Z | Downloaded convert_case v0.4.0 |
1167 | 2024-06-27T16:13:33.748Z | Downloaded const_format_proc_macros v0.2.32 |
1168 | 2024-06-27T16:13:33.748Z | Downloaded const-oid v0.9.6 |
1169 | 2024-06-27T16:13:33.774Z | Downloaded ciborium-ll v0.2.2 |
1170 | 2024-06-27T16:13:33.774Z | Downloaded ciborium v0.2.2 |
1171 | 2024-06-27T16:13:33.774Z | Downloaded chacha20poly1305 v0.10.1 |
1172 | 2024-06-27T16:13:33.774Z | Downloaded camino-tempfile v1.1.1 |
1173 | 2024-06-27T16:13:33.774Z | Downloaded blake3 v1.5.1 |
1174 | 2024-06-27T16:13:33.774Z | Downloaded base64 v0.22.1 |
1175 | 2024-06-27T16:13:33.774Z | Downloaded allocator-api2 v0.2.18 |
1176 | 2024-06-27T16:13:33.798Z | Downloaded aho-corasick v1.1.3 |
1177 | 2024-06-27T16:13:33.798Z | Downloaded aes-gcm v0.10.3 |
1178 | 2024-06-27T16:13:33.798Z | Downloaded aes v0.8.4 |
1179 | 2024-06-27T16:13:33.798Z | Downloaded structmeta-derive v0.2.0 |
1180 | 2024-06-27T16:13:33.798Z | Downloaded structmeta v0.3.0 |
1181 | 2024-06-27T16:13:33.798Z | Downloaded strip-ansi-escapes v0.2.0 |
1182 | 2024-06-27T16:13:33.798Z | Downloaded string_cache v0.8.7 |
1183 | 2024-06-27T16:13:33.798Z | Downloaded stability v0.2.0 |
1184 | 2024-06-27T16:13:33.798Z | Downloaded sqlparser_derive v0.2.2 |
1185 | 2024-06-27T16:13:33.798Z | Downloaded serde_repr v0.1.19 |
1186 | 2024-06-27T16:13:33.798Z | Downloaded serde_plain v1.0.2 |
1187 | 2024-06-27T16:13:33.822Z | Downloaded serde_path_to_error v0.1.16 |
1188 | 2024-06-27T16:13:33.822Z | Downloaded newtype_derive v0.1.6 |
1189 | 2024-06-27T16:13:33.822Z | Downloaded newline-converter v0.3.0 |
1190 | 2024-06-27T16:13:33.822Z | Downloaded matches v0.1.10 |
1191 | 2024-06-27T16:13:33.822Z | Downloaded lru v0.12.3 |
1192 | 2024-06-27T16:13:33.822Z | Downloaded ipnetwork v0.20.0 |
1193 | 2024-06-27T16:13:33.822Z | Downloaded internet-checksum v0.2.1 |
1194 | 2024-06-27T16:13:33.822Z | Downloaded instant v0.1.12 |
1195 | 2024-06-27T16:13:33.822Z | Downloaded inout v0.1.3 |
1196 | 2024-06-27T16:13:33.822Z | Downloaded indoc v2.0.5 |
1197 | 2024-06-27T16:13:33.822Z | Downloaded indoc v1.0.9 |
1198 | 2024-06-27T16:13:33.822Z | Downloaded impl-trait-for-tuples v0.2.2 |
1199 | 2024-06-27T16:13:33.822Z | Downloaded darling v0.20.9 |
1200 | 2024-06-27T16:13:33.846Z | Downloaded curve25519-dalek-derive v0.1.1 |
1201 | 2024-06-27T16:13:33.846Z | Downloaded csv-core v0.1.11 |
1202 | 2024-06-27T16:13:33.846Z | Downloaded cstr-argument v0.1.2 |
1203 | 2024-06-27T16:13:33.846Z | Downloaded crypto-bigint v0.5.5 |
1204 | 2024-06-27T16:13:33.846Z | Downloaded crunchy v0.2.2 |
1205 | 2024-06-27T16:13:33.846Z | Downloaded crossbeam-epoch v0.9.18 |
1206 | 2024-06-27T16:13:33.846Z | Downloaded crossbeam-deque v0.8.5 |
1207 | 2024-06-27T16:13:33.846Z | Downloaded corncobs v0.1.3 |
1208 | 2024-06-27T16:13:33.846Z | Downloaded cookie_store v0.20.0 |
1209 | 2024-06-27T16:13:33.846Z | Downloaded cookie v0.17.0 |
1210 | 2024-06-27T16:13:33.846Z | Downloaded const_format v0.2.32 |
1211 | 2024-06-27T16:13:33.870Z | Downloaded console v0.15.8 |
1212 | 2024-06-27T16:13:33.870Z | Downloaded compact_str v0.7.1 |
1213 | 2024-06-27T16:13:33.870Z | Downloaded colored v2.1.0 |
1214 | 2024-06-27T16:13:33.870Z | Downloaded cipher v0.4.4 |
1215 | 2024-06-27T16:13:33.870Z | Downloaded cfg_aliases v0.1.1 |
1216 | 2024-06-27T16:13:33.870Z | Downloaded cfg-expr v0.15.8 |
1217 | 2024-06-27T16:13:33.870Z | Downloaded cexpr v0.6.0 |
1218 | 2024-06-27T16:13:33.870Z | Downloaded castaway v0.2.2 |
1219 | 2024-06-27T16:13:33.871Z | Downloaded cassowary v0.3.0 |
1220 | 2024-06-27T16:13:33.871Z | Downloaded cancel-safe-futures v0.1.5 |
1221 | 2024-06-27T16:13:33.895Z | Downloaded buf-list v1.0.3 |
1222 | 2024-06-27T16:13:33.895Z | Downloaded blowfish v0.9.1 |
1223 | 2024-06-27T16:13:33.895Z | Downloaded blake2b_simd v1.0.2 |
1224 | 2024-06-27T16:13:33.895Z | Downloaded blake2 v0.10.6 |
1225 | 2024-06-27T16:13:33.895Z | Downloaded bit-vec v0.6.3 |
1226 | 2024-06-27T16:13:33.895Z | Downloaded bit-set v0.5.3 |
1227 | 2024-06-27T16:13:33.895Z | Downloaded base64 v0.13.1 |
1228 | 2024-06-27T16:13:33.895Z | Downloaded backtrace v0.3.71 |
1229 | 2024-06-27T16:13:33.895Z | Downloaded arrayvec v0.7.4 |
1230 | 2024-06-27T16:13:33.919Z | Downloaded arc-swap v1.7.1 |
1231 | 2024-06-27T16:13:33.919Z | Downloaded bitflags v1.3.2 |
1232 | 2024-06-27T16:13:33.919Z | Downloaded bitfield v0.14.0 |
1233 | 2024-06-27T16:13:33.919Z | Downloaded bcs v0.1.6 |
1234 | 2024-06-27T16:13:33.919Z | Downloaded bb8 v0.8.3 |
1235 | 2024-06-27T16:13:33.919Z | Downloaded base64ct v1.6.0 |
1236 | 2024-06-27T16:13:33.919Z | Downloaded base16ct v0.2.0 |
1237 | 2024-06-27T16:13:33.919Z | Downloaded backoff v0.4.0 |
1238 | 2024-06-27T16:13:33.919Z | Downloaded atomicwrites v0.4.3 |
1239 | 2024-06-27T16:13:33.919Z | Downloaded async-trait v0.1.80 |
1240 | 2024-06-27T16:13:33.943Z | Downloaded async-stream v0.3.5 |
1241 | 2024-06-27T16:13:33.943Z | Downloaded assert_matches v1.5.0 |
1242 | 2024-06-27T16:13:33.943Z | Downloaded assert_cmd v2.0.14 |
1243 | 2024-06-27T16:13:33.943Z | Downloaded ascii-canvas v3.0.0 |
1244 | 2024-06-27T16:13:33.943Z | Downloaded ascii v1.1.0 |
1245 | 2024-06-27T16:13:33.943Z | Downloaded ahash v0.8.11 |
1246 | 2024-06-27T16:13:33.943Z | Downloaded addr2line v0.21.0 |
1247 | 2024-06-27T16:13:33.943Z | Downloaded ctr v0.9.2 |
1248 | 2024-06-27T16:13:33.943Z | Downloaded crucible-workspace-hack v0.1.0 |
1249 | 2024-06-27T16:13:33.943Z | Downloaded criterion-plot v0.5.0 |
1250 | 2024-06-27T16:13:33.944Z | Downloaded crc-catalog v2.4.0 |
1251 | 2024-06-27T16:13:33.944Z | Downloaded crc v3.2.1 |
1252 | 2024-06-27T16:13:33.944Z | Downloaded constant_time_eq v0.3.0 |
1253 | 2024-06-27T16:13:33.968Z | Downloaded cobs v0.2.3 |
1254 | 2024-06-27T16:13:33.968Z | Downloaded ciborium-io v0.2.2 |
1255 | 2024-06-27T16:13:33.968Z | Downloaded chacha20 v0.9.1 |
1256 | 2024-06-27T16:13:33.968Z | Downloaded cbc v0.1.2 |
1257 | 2024-06-27T16:13:33.968Z | Downloaded cast v0.3.0 |
1258 | 2024-06-27T16:13:33.968Z | Downloaded block-padding v0.3.3 |
1259 | 2024-06-27T16:13:33.968Z | Downloaded bitstruct v0.1.1 |
1260 | 2024-06-27T16:13:33.968Z | Downloaded bitfield-struct v0.6.1 |
1261 | 2024-06-27T16:13:33.968Z | Downloaded bcrypt-pbkdf v0.10.0 |
1262 | 2024-06-27T16:13:33.968Z | Downloaded atomic-waker v1.1.2 |
1263 | 2024-06-27T16:13:33.968Z | Downloaded async-recursion v1.1.1 |
1264 | 2024-06-27T16:13:33.968Z | Downloaded arrayref v0.3.7 |
1265 | 2024-06-27T16:13:33.968Z | Downloaded array-init v0.0.4 |
1266 | 2024-06-27T16:13:33.968Z | Downloaded argon2 v0.5.3 |
1267 | 2024-06-27T16:13:33.968Z | Downloaded approx v0.5.1 |
1268 | 2024-06-27T16:13:33.968Z | Downloaded anes v0.1.6 |
1269 | 2024-06-27T16:13:33.992Z | Downloaded aead v0.5.2 |
1270 | 2024-06-27T16:13:34.637Z | Compiling serde v1.0.203 |
1271 | 2024-06-27T16:13:34.638Z | Checking cfg-if v1.0.0 |
1272 | 2024-06-27T16:13:34.681Z | Compiling libm v0.2.8 |
1273 | 2024-06-27T16:13:34.681Z | Compiling num-traits v0.2.19 |
1274 | 2024-06-27T16:13:34.716Z | Checking libc v0.2.155 |
1275 | 2024-06-27T16:13:34.740Z | Compiling syn v2.0.68 |
1276 | 2024-06-27T16:13:34.764Z | Compiling ahash v0.8.11 |
1277 | 2024-06-27T16:13:34.764Z | Compiling getrandom v0.2.14 |
1278 | 2024-06-27T16:13:34.799Z | Compiling serde_json v1.0.117 |
1279 | 2024-06-27T16:13:35.001Z | Compiling generic-array v0.14.7 |
1280 | 2024-06-27T16:13:35.126Z | Compiling log v0.4.21 |
1281 | 2024-06-27T16:13:35.169Z | Checking memchr v2.7.2 |
1282 | 2024-06-27T16:13:35.192Z | Compiling syn v1.0.109 |
1283 | 2024-06-27T16:13:35.225Z | Checking itoa v1.0.11 |
1284 | 2024-06-27T16:13:35.322Z | Checking byteorder v1.5.0 |
1285 | 2024-06-27T16:13:35.398Z | Compiling allocator-api2 v0.2.18 |
1286 | 2024-06-27T16:13:35.422Z | Checking scopeguard v1.2.0 |
1287 | 2024-06-27T16:13:35.637Z | Checking lock_api v0.4.12 |
1288 | 2024-06-27T16:13:35.675Z | Checking smallvec v1.13.2 |
1289 | 2024-06-27T16:13:35.889Z | Compiling schemars v0.8.21 |
1290 | 2024-06-27T16:13:36.137Z | Compiling ring v0.17.8 |
1291 | 2024-06-27T16:13:36.164Z | Checking rand_core v0.6.4 |
1292 | 2024-06-27T16:13:36.190Z | Compiling time-macros v0.2.18 |
1293 | 2024-06-27T16:13:36.427Z | Checking once_cell v1.19.0 |
1294 | 2024-06-27T16:13:36.480Z | Compiling slog v2.7.0 |
1295 | 2024-06-27T16:13:36.768Z | Checking parking_lot_core v0.9.10 |
1296 | 2024-06-27T16:13:36.843Z | Compiling aho-corasick v1.1.3 |
1297 | 2024-06-27T16:13:37.099Z | Compiling regex-syntax v0.8.3 |
1298 | 2024-06-27T16:13:37.155Z | Checking parking_lot v0.12.2 |
1299 | 2024-06-27T16:13:37.649Z | Checking pin-project-lite v0.2.14 |
1300 | 2024-06-27T16:13:39.290Z | Checking signal-hook-registry v1.4.2 |
1301 | 2024-06-27T16:13:39.324Z | Compiling crossbeam-utils v0.8.19 |
1302 | 2024-06-27T16:13:39.541Z | Checking mio v0.8.11 |
1303 | 2024-06-27T16:13:39.938Z | Compiling iana-time-zone v0.1.60 |
1304 | 2024-06-27T16:13:40.111Z | Compiling regex-automata v0.4.6 |
1305 | 2024-06-27T16:13:40.281Z | Checking num_cpus v1.16.0 |
1306 | 2024-06-27T16:13:40.350Z | Compiling rustls v0.21.12 |
1307 | 2024-06-27T16:13:40.387Z | Checking typenum v1.17.0 |
1308 | 2024-06-27T16:13:40.637Z | Compiling cookie v0.17.0 |
1309 | 2024-06-27T16:13:40.869Z | Checking futures-core v0.3.30 |
1310 | 2024-06-27T16:13:41.035Z | Compiling dyn-clone v1.0.17 |
1311 | 2024-06-27T16:13:41.319Z | Checking socket2 v0.5.7 |
1312 | 2024-06-27T16:13:41.476Z | Compiling serde_derive_internals v0.29.1 |
1313 | 2024-06-27T16:13:41.736Z | Compiling backtrace v0.3.71 |
1314 | 2024-06-27T16:13:41.857Z | Checking ryu v1.0.18 |
1315 | 2024-06-27T16:13:41.920Z | Checking subtle v2.5.0 |
1316 | 2024-06-27T16:13:42.137Z | Compiling anyhow v1.0.86 |
1317 | 2024-06-27T16:13:42.655Z | Compiling spin v0.9.8 |
1318 | 2024-06-27T16:13:42.800Z | Compiling unicode-normalization v0.1.23 |
1319 | 2024-06-27T16:13:42.879Z | Compiling unicode-bidi v0.3.15 |
1320 | 2024-06-27T16:13:43.013Z | Checking futures-sink v0.3.30 |
1321 | 2024-06-27T16:13:43.144Z | Compiling either v1.12.0 |
1322 | 2024-06-27T16:13:43.196Z | Compiling untrusted v0.9.0 |
1323 | 2024-06-27T16:13:43.655Z | Checking futures-channel v0.3.30 |
1324 | 2024-06-27T16:13:43.680Z | Checking slab v0.4.9 |
1325 | 2024-06-27T16:13:43.824Z | Checking pin-utils v0.1.0 |
1326 | 2024-06-27T16:13:43.908Z | Compiling winnow v0.5.40 |
1327 | 2024-06-27T16:13:43.932Z | Checking futures-io v0.3.30 |
1328 | 2024-06-27T16:13:43.966Z | Compiling const-oid v0.9.6 |
1329 | 2024-06-27T16:13:44.088Z | Checking futures-task v0.3.30 |
1330 | 2024-06-27T16:13:44.156Z | Compiling time v0.3.36 |
1331 | 2024-06-27T16:13:45.386Z | Compiling regex v1.10.4 |
1332 | 2024-06-27T16:13:46.392Z | Compiling signal-hook v0.3.17 |
1333 | 2024-06-27T16:13:46.606Z | Compiling spin v0.5.2 |
1334 | 2024-06-27T16:13:46.766Z | Compiling rustls-webpki v0.101.7 |
1335 | 2024-06-27T16:13:46.797Z | Compiling sct v0.7.1 |
1336 | 2024-06-27T16:13:46.828Z | Compiling idna v0.5.0 |
1337 | 2024-06-27T16:13:47.079Z | Compiling siphasher v0.3.11 |
1338 | 2024-06-27T16:13:47.411Z | Compiling idna v0.3.0 |
1339 | 2024-06-27T16:13:47.691Z | Compiling serde_derive v1.0.203 |
1340 | 2024-06-27T16:13:47.723Z | Compiling zerocopy-derive v0.7.34 |
1341 | 2024-06-27T16:13:48.105Z | Compiling zeroize_derive v1.4.2 |
1342 | 2024-06-27T16:13:48.404Z | Compiling tokio-macros v2.2.0 |
1343 | 2024-06-27T16:13:48.571Z | Compiling thiserror-impl v1.0.60 |
1344 | 2024-06-27T16:13:48.679Z | Compiling futures-macro v0.3.30 |
1345 | 2024-06-27T16:13:48.708Z | Compiling tracing-attributes v0.1.27 |
1346 | 2024-06-27T16:13:49.439Z | Compiling schemars_derive v0.8.21 |
1347 | 2024-06-27T16:13:49.621Z | Compiling zerocopy v0.7.34 |
1348 | 2024-06-27T16:13:49.819Z | Checking zeroize v1.7.0 |
1349 | 2024-06-27T16:13:50.045Z | Compiling openssl-macros v0.1.1 |
1350 | 2024-06-27T16:13:50.428Z | Compiling async-trait v0.1.80 |
1351 | 2024-06-27T16:13:51.386Z | Compiling thiserror v1.0.60 |
1352 | 2024-06-27T16:13:51.516Z | Compiling hashbrown v0.14.5 |
1353 | 2024-06-27T16:13:51.568Z | Compiling scroll_derive v0.12.0 |
1354 | 2024-06-27T16:13:51.625Z | Compiling pest v2.7.10 |
1355 | 2024-06-27T16:13:51.800Z | Compiling der_derive v0.7.2 |
1356 | 2024-06-27T16:13:52.023Z | Checking crypto-common v0.1.6 |
1357 | 2024-06-27T16:13:52.713Z | Compiling futures-util v0.3.30 |
1358 | 2024-06-27T16:13:52.818Z | Compiling scroll v0.12.0 |
1359 | 2024-06-27T16:13:53.301Z | Compiling goblin v0.8.2 |
1360 | 2024-06-27T16:13:53.348Z | Compiling tracing v0.1.40 |
1361 | 2024-06-27T16:13:53.463Z | Compiling clap_derive v4.5.4 |
1362 | 2024-06-27T16:13:53.816Z | Compiling pest_meta v2.7.10 |
1363 | 2024-06-27T16:13:54.063Z | Compiling block-buffer v0.10.4 |
1364 | 2024-06-27T16:13:54.292Z | Compiling digest v0.10.7 |
1365 | 2024-06-27T16:13:54.730Z | Compiling zerocopy-derive v0.6.6 |
1366 | 2024-06-27T16:13:56.697Z | Compiling pest_generator v2.7.10 |
1367 | 2024-06-27T16:13:57.175Z | Compiling url v2.5.0 |
1368 | 2024-06-27T16:13:57.983Z | Compiling ppv-lite86 v0.2.17 |
1369 | 2024-06-27T16:13:58.248Z | Compiling psl-types v2.0.11 |
1370 | 2024-06-27T16:13:58.361Z | Compiling pest_derive v2.7.10 |
1371 | 2024-06-27T16:13:58.629Z | Compiling rand_chacha v0.3.1 |
1372 | 2024-06-27T16:13:58.793Z | Compiling publicsuffix v2.2.3 |
1373 | 2024-06-27T16:13:58.879Z | Checking bytes v1.6.0 |
1374 | 2024-06-27T16:13:58.981Z | Checking bitflags v2.5.0 |
1375 | 2024-06-27T16:13:59.040Z | Compiling dtrace-parser v0.2.0 |
1376 | 2024-06-27T16:14:00.261Z | Compiling indexmap v2.2.6 |
1377 | 2024-06-27T16:14:00.397Z | Compiling semver v1.0.23 |
1378 | 2024-06-27T16:14:00.448Z | Compiling serde_tokenstream v0.2.0 |
1379 | 2024-06-27T16:14:00.889Z | Compiling uuid v1.8.0 |
1380 | 2024-06-27T16:14:00.917Z | Compiling chrono v0.4.38 |
1381 | 2024-06-27T16:14:01.109Z | Checking tokio v1.37.0 |
1382 | 2024-06-27T16:14:01.396Z | Compiling http v0.2.12 |
1383 | 2024-06-27T16:14:02.089Z | Compiling rustc_version v0.4.0 |
1384 | 2024-06-27T16:14:02.204Z | Compiling toml_datetime v0.6.6 |
1385 | 2024-06-27T16:14:02.285Z | Compiling serde_spanned v0.6.6 |
1386 | 2024-06-27T16:14:02.481Z | Compiling dof v0.3.0 |
1387 | 2024-06-27T16:14:02.647Z | Compiling openapiv3 v2.0.0 |
1388 | 2024-06-27T16:14:02.750Z | Compiling rustix v0.38.34 |
1389 | 2024-06-27T16:14:04.090Z | Compiling usdt-impl v0.5.0 |
1390 | 2024-06-27T16:14:04.348Z | Compiling toml_edit v0.19.15 |
1391 | 2024-06-27T16:14:05.140Z | Compiling http-body v0.4.6 |
1392 | 2024-06-27T16:14:05.309Z | Compiling openssl v0.10.64 |
1393 | 2024-06-27T16:14:05.470Z | Compiling usdt-macro v0.5.0 |
1394 | 2024-06-27T16:14:05.559Z | Compiling usdt-attr-macro v0.5.0 |
1395 | 2024-06-27T16:14:06.385Z | Compiling heapless v0.7.17 |
1396 | 2024-06-27T16:14:06.785Z | Compiling serde_urlencoded v0.7.1 |
1397 | 2024-06-27T16:14:06.917Z | Compiling rand v0.8.5 |
1398 | 2024-06-27T16:14:07.253Z | Compiling crossbeam-epoch v0.9.18 |
1399 | 2024-06-27T16:14:07.277Z | Compiling unicode-xid v0.2.4 |
1400 | 2024-06-27T16:14:07.304Z | Compiling cookie_store v0.20.0 |
1401 | 2024-06-27T16:14:07.462Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
1402 | 2024-06-27T16:14:07.892Z | Compiling bit-vec v0.6.3 |
1403 | 2024-06-27T16:14:08.016Z | Compiling webpki-roots v0.25.4 |
1404 | 2024-06-27T16:14:08.172Z | Compiling gimli v0.28.1 |
1405 | 2024-06-27T16:14:08.255Z | Compiling tokio-util v0.7.11 |
1406 | 2024-06-27T16:14:08.318Z | Compiling tokio-rustls v0.24.1 |
1407 | 2024-06-27T16:14:08.740Z | Compiling enum-as-inner v0.5.1 |
1408 | 2024-06-27T16:14:08.785Z | Compiling phf_shared v0.10.0 |
1409 | 2024-06-27T16:14:09.033Z | Compiling lazy_static v1.4.0 |
1410 | 2024-06-27T16:14:09.147Z | Compiling h2 v0.3.26 |
1411 | 2024-06-27T16:14:09.171Z | Compiling object v0.32.2 |
1412 | 2024-06-27T16:14:09.471Z | Compiling fixedbitset v0.4.2 |
1413 | 2024-06-27T16:14:09.614Z | Compiling minimal-lexical v0.2.1 |
1414 | 2024-06-27T16:14:09.867Z | Compiling rustc-demangle v0.1.24 |
1415 | 2024-06-27T16:14:10.055Z | Compiling base64ct v1.6.0 |
1416 | 2024-06-27T16:14:10.630Z | Compiling native-tls v0.2.11 |
1417 | 2024-06-27T16:14:10.731Z | Compiling precomputed-hash v0.1.1 |
1418 | 2024-06-27T16:14:10.842Z | Compiling new_debug_unreachable v1.0.6 |
1419 | 2024-06-27T16:14:10.937Z | Compiling tokio-native-tls v0.3.1 |
1420 | 2024-06-27T16:14:11.191Z | Compiling smoltcp v0.9.1 |
1421 | 2024-06-27T16:14:11.191Z | Compiling toml_edit v0.22.13 |
1422 | 2024-06-27T16:14:11.427Z | Compiling string_cache v0.8.7 |
1423 | 2024-06-27T16:14:11.861Z | Compiling addr2line v0.21.0 |
1424 | 2024-06-27T16:14:11.910Z | Compiling pem-rfc7468 v0.7.0 |
1425 | 2024-06-27T16:14:12.401Z | Compiling nom v7.1.3 |
1426 | 2024-06-27T16:14:12.425Z | Compiling petgraph v0.6.5 |
1427 | 2024-06-27T16:14:12.578Z | Compiling bit-set v0.5.3 |
1428 | 2024-06-27T16:14:12.742Z | Compiling futures-executor v0.3.30 |
1429 | 2024-06-27T16:14:12.844Z | Compiling hmac v0.12.1 |
1430 | 2024-06-27T16:14:13.065Z | Compiling hubpack_derive v0.1.1 |
1431 | 2024-06-27T16:14:13.282Z | Compiling itertools v0.10.5 |
1432 | 2024-06-27T16:14:13.830Z | Compiling diesel_table_macro_syntax v0.1.0 |
1433 | 2024-06-27T16:14:14.204Z | Compiling num-integer v0.1.46 |
1434 | 2024-06-27T16:14:14.890Z | Compiling hyper v0.14.28 |
1435 | 2024-06-27T16:14:15.169Z | Compiling fs-err v2.11.0 |
1436 | 2024-06-27T16:14:15.296Z | Checking fnv v1.0.7 |
1437 | 2024-06-27T16:14:15.407Z | Compiling lalrpop-util v0.19.12 |
1438 | 2024-06-27T16:14:15.431Z | Compiling unicode-segmentation v1.11.0 |
1439 | 2024-06-27T16:14:15.614Z | Compiling flagset v0.4.5 |
1440 | 2024-06-27T16:14:15.781Z | Compiling der v0.7.9 |
1441 | 2024-06-27T16:14:15.942Z | Compiling diesel_derives v2.1.4 |
1442 | 2024-06-27T16:14:16.171Z | Compiling futures v0.3.30 |
1443 | 2024-06-27T16:14:16.310Z | Compiling hex v0.4.3 |
1444 | 2024-06-27T16:14:16.669Z | Compiling itertools v0.12.1 |
1445 | 2024-06-27T16:14:16.846Z | Compiling finl_unicode v1.2.0 |
1446 | 2024-06-27T16:14:17.878Z | Compiling spki v0.7.3 |
1447 | 2024-06-27T16:14:18.032Z | Compiling stringprep v0.1.4 |
1448 | 2024-06-27T16:14:18.221Z | Compiling sha2 v0.10.8 |
1449 | 2024-06-27T16:14:18.467Z | Compiling toml v0.7.8 |
1450 | 2024-06-27T16:14:18.652Z | Compiling md-5 v0.10.6 |
1451 | 2024-06-27T16:14:18.891Z | Compiling strum_macros v0.25.3 |
1452 | 2024-06-27T16:14:19.068Z | Compiling serde_repr v0.1.19 |
1453 | 2024-06-27T16:14:19.160Z | Compiling hash32 v0.2.1 |
1454 | 2024-06-27T16:14:19.234Z | Compiling fallible-iterator v0.2.0 |
1455 | 2024-06-27T16:14:19.490Z | Compiling stable_deref_trait v1.2.0 |
1456 | 2024-06-27T16:14:19.588Z | Checking tinyvec_macros v0.1.1 |
1457 | 2024-06-27T16:14:19.670Z | Checking tinyvec v1.6.0 |
1458 | 2024-06-27T16:14:19.816Z | Compiling postgres-protocol v0.6.6 |
1459 | 2024-06-27T16:14:20.052Z | Compiling pkcs8 v0.10.2 |
1460 | 2024-06-27T16:14:20.568Z | Compiling hyper-tls v0.5.0 |
1461 | 2024-06-27T16:14:20.772Z | Compiling hyper-rustls v0.24.2 |
1462 | 2024-06-27T16:14:20.807Z | Compiling ipnetwork v0.20.0 |
1463 | 2024-06-27T16:14:20.879Z | Compiling terminal_size v0.3.0 |
1464 | 2024-06-27T16:14:20.976Z | Compiling block-padding v0.3.3 |
1465 | 2024-06-27T16:14:21.024Z | Compiling phf_shared v0.11.2 |
1466 | 2024-06-27T16:14:21.068Z | Compiling reqwest v0.11.27 |
1467 | 2024-06-27T16:14:21.216Z | Compiling ff v0.13.0 |
1468 | 2024-06-27T16:14:21.391Z | Compiling scheduled-thread-pool v0.2.7 |
1469 | 2024-06-27T16:14:21.446Z | Compiling matches v0.1.10 |
1470 | 2024-06-27T16:14:21.547Z | Compiling base16ct v0.2.0 |
1471 | 2024-06-27T16:14:21.661Z | Compiling bitflags v1.3.2 |
1472 | 2024-06-27T16:14:21.758Z | Compiling managed v0.8.0 |
1473 | 2024-06-27T16:14:21.936Z | Compiling peg-runtime v0.8.3 |
1474 | 2024-06-27T16:14:21.994Z | Checking equivalent v1.0.1 |
1475 | 2024-06-27T16:14:22.441Z | Compiling clap_builder v4.5.2 |
1476 | 2024-06-27T16:14:22.498Z | Compiling sec1 v0.7.3 |
1477 | 2024-06-27T16:14:22.522Z | Compiling r2d2 v0.8.10 |
1478 | 2024-06-27T16:14:22.829Z | Compiling idna v0.2.3 |
1479 | 2024-06-27T16:14:22.979Z | Compiling signal-hook-mio v0.2.3 |
1480 | 2024-06-27T16:14:23.141Z | Compiling usdt v0.5.0 |
1481 | 2024-06-27T16:14:23.165Z | Compiling group v0.13.0 |
1482 | 2024-06-27T16:14:23.379Z | Compiling phf v0.11.2 |
1483 | 2024-06-27T16:14:23.459Z | Compiling inout v0.1.3 |
1484 | 2024-06-27T16:14:23.583Z | Compiling postgres-types v0.2.6 |
1485 | 2024-06-27T16:14:23.641Z | Compiling num-bigint v0.4.5 |
1486 | 2024-06-27T16:14:23.708Z | Compiling num-iter v0.1.45 |
1487 | 2024-06-27T16:14:23.875Z | Compiling hubpack v0.1.2 |
1488 | 2024-06-27T16:14:23.899Z | Compiling hkdf v0.12.4 |
1489 | 2024-06-27T16:14:24.271Z | Compiling zerocopy v0.6.6 |
1490 | 2024-06-27T16:14:24.354Z | Compiling crypto-bigint v0.5.5 |
1491 | 2024-06-27T16:14:24.609Z | Compiling float-cmp v0.9.0 |
1492 | 2024-06-27T16:14:24.803Z | Compiling static_assertions v1.1.0 |
1493 | 2024-06-27T16:14:24.876Z | Checking cpufeatures v0.2.12 |
1494 | 2024-06-27T16:14:24.904Z | Compiling predicates-core v1.0.6 |
1495 | 2024-06-27T16:14:24.955Z | Compiling normalize-line-endings v0.3.0 |
1496 | 2024-06-27T16:14:24.979Z | Compiling whoami v1.5.1 |
1497 | 2024-06-27T16:14:25.067Z | Compiling difflib v0.4.0 |
1498 | 2024-06-27T16:14:25.229Z | Compiling data-encoding v2.6.0 |
1499 | 2024-06-27T16:14:25.525Z | Compiling clap v4.5.4 |
1500 | 2024-06-27T16:14:25.637Z | Compiling predicates v3.1.0 |
1501 | 2024-06-27T16:14:26.462Z | Compiling diesel v2.1.6 |
1502 | 2024-06-27T16:14:26.486Z | Compiling yasna v0.5.2 |
1503 | 2024-06-27T16:14:27.076Z | Compiling elliptic-curve v0.13.8 |
1504 | 2024-06-27T16:14:27.247Z | Compiling trust-dns-proto v0.22.0 |
1505 | 2024-06-27T16:14:27.744Z | Compiling tokio-postgres v0.7.10 |
1506 | 2024-06-27T16:14:28.058Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=c85a4ca043aaa389df12aac5348d8a3feda28762#c85a4ca0) |
1507 | 2024-06-27T16:14:29.153Z | Compiling cipher v0.4.4 |
1508 | 2024-06-27T16:14:29.593Z | Compiling crossterm v0.27.0 |
1509 | 2024-06-27T16:14:31.138Z | Compiling similar v2.5.0 |
1510 | 2024-06-27T16:14:32.108Z | Compiling console v0.15.8 |
1511 | 2024-06-27T16:14:32.772Z | Compiling tokio-stream v0.1.15 |
1512 | 2024-06-27T16:14:32.796Z | Compiling bstr v1.9.1 |
1513 | 2024-06-27T16:14:33.394Z | Checking tracing-core v0.1.32 |
1514 | 2024-06-27T16:14:33.714Z | Checking percent-encoding v2.3.1 |
1515 | 2024-06-27T16:14:34.159Z | Checking form_urlencoded v1.2.1 |
1516 | 2024-06-27T16:14:34.278Z | Checking powerfmt v0.2.0 |
1517 | 2024-06-27T16:14:34.328Z | Checking num_threads v0.1.7 |
1518 | 2024-06-27T16:14:34.353Z | Checking num-conv v0.1.0 |
1519 | 2024-06-27T16:14:34.443Z | Checking time-core v0.1.2 |
1520 | 2024-06-27T16:14:34.522Z | Checking deranged v0.3.11 |
1521 | 2024-06-27T16:14:34.570Z | Checking unicode-ident v1.0.12 |
1522 | 2024-06-27T16:14:34.594Z | Checking httparse v1.8.0 |
1523 | 2024-06-27T16:14:34.930Z | Checking errno v0.3.9 |
1524 | 2024-06-27T16:14:35.081Z | Checking unicode-width v0.1.12 |
1525 | 2024-06-27T16:14:35.398Z | Checking proc-macro2 v1.0.86 |
1526 | 2024-06-27T16:14:35.840Z | Checking adler v1.0.2 |
1527 | 2024-06-27T16:14:35.950Z | Checking base64 v0.21.7 |
1528 | 2024-06-27T16:14:35.981Z | Checking miniz_oxide v0.7.2 |
1529 | 2024-06-27T16:14:36.005Z | Checking quote v1.0.36 |
1530 | 2024-06-27T16:14:36.382Z | Checking try-lock v0.2.5 |
1531 | 2024-06-27T16:14:36.500Z | Checking want v0.3.1 |
1532 | 2024-06-27T16:14:36.938Z | Checking tower-service v0.3.2 |
1533 | 2024-06-27T16:14:37.256Z | Checking httpdate v1.0.3 |
1534 | 2024-06-27T16:14:37.469Z | Checking foreign-types-shared v0.1.1 |
1535 | 2024-06-27T16:14:37.521Z | Checking openssl-probe v0.1.5 |
1536 | 2024-06-27T16:14:37.594Z | Checking foreign-types v0.3.2 |
1537 | 2024-06-27T16:14:37.654Z | Checking openssl-sys v0.9.102 |
1538 | 2024-06-27T16:14:37.681Z | Checking mime v0.3.17 |
1539 | 2024-06-27T16:14:37.949Z | Checking ipnet v2.9.0 |
1540 | 2024-06-27T16:14:38.332Z | Checking utf8parse v0.2.1 |
1541 | 2024-06-27T16:14:42.296Z | Checking encoding_rs v0.8.34 |
1542 | 2024-06-27T16:14:42.320Z | Checking anstyle v1.0.7 |
1543 | 2024-06-27T16:14:43.845Z | Checking rustls-pemfile v1.0.4 |
1544 | 2024-06-27T16:14:44.102Z | Checking sync_wrapper v0.1.2 |
1545 | 2024-06-27T16:14:44.161Z | Checking plain v0.2.3 |
1546 | 2024-06-27T16:14:44.185Z | Checking ucd-trie v0.1.6 |
1547 | 2024-06-27T16:14:44.263Z | Checking anstyle-parse v0.2.4 |
1548 | 2024-06-27T16:14:44.326Z | Checking anstyle-query v1.0.3 |
1549 | 2024-06-27T16:14:44.475Z | Checking pretty-hex v0.4.1 |
1550 | 2024-06-27T16:14:44.499Z | Checking colorchoice v1.0.1 |
1551 | 2024-06-27T16:14:44.522Z | Checking is_terminal_polyfill v1.70.0 |
1552 | 2024-06-27T16:14:44.645Z | Checking thread-id v4.2.1 |
1553 | 2024-06-27T16:14:44.670Z | Checking anstream v0.6.14 |
1554 | 2024-06-27T16:14:44.693Z | Checking strsim v0.11.1 |
1555 | 2024-06-27T16:14:44.754Z | Checking clap_lex v0.7.0 |
1556 | 2024-06-27T16:14:45.037Z | Checking memmap v0.7.0 |
1557 | 2024-06-27T16:14:45.221Z | Checking crc32fast v1.4.0 |
1558 | 2024-06-27T16:14:46.218Z | Checking flate2 v1.0.30 |
1559 | 2024-06-27T16:14:47.242Z | Checking winnow v0.6.8 |
1560 | 2024-06-27T16:14:54.491Z | Compiling regress v0.9.1 |
1561 | 2024-06-27T16:14:54.625Z | Compiling getopts v0.2.21 |
1562 | 2024-06-27T16:14:55.510Z | Compiling unsafe-libyaml v0.2.11 |
1563 | 2024-06-27T16:14:55.538Z | Checking heck v0.5.0 |
1564 | 2024-06-27T16:14:56.381Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1565 | 2024-06-27T16:14:56.507Z | Checking progenitor-client v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
1566 | 2024-06-27T16:14:56.773Z | Compiling serde_yaml v0.9.34+deprecated |
1567 | 2024-06-27T16:14:56.972Z | Compiling paste v1.0.15 |
1568 | 2024-06-27T16:14:57.098Z | Checking camino v1.1.7 |
1569 | 2024-06-27T16:14:57.138Z | Checking is-terminal v0.4.12 |
1570 | 2024-06-27T16:14:57.255Z | Compiling strum_macros v0.26.2 |
1571 | 2024-06-27T16:14:57.410Z | Compiling typify-impl v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6) |
1572 | 2024-06-27T16:14:58.128Z | Compiling ident_case v1.0.1 |
1573 | 2024-06-27T16:14:58.294Z | Checking base64 v0.22.1 |
1574 | 2024-06-27T16:14:58.634Z | Compiling darling_core v0.20.9 |
1575 | 2024-06-27T16:14:58.678Z | Checking sha1 v0.10.6 |
1576 | 2024-06-27T16:14:58.711Z | Compiling rustls v0.22.4 |
1577 | 2024-06-27T16:14:58.928Z | Checking http v1.1.0 |
1578 | 2024-06-27T16:14:58.977Z | Checking match_cfg v0.1.0 |
1579 | 2024-06-27T16:14:59.070Z | Checking hostname v0.3.1 |
1580 | 2024-06-27T16:14:59.187Z | Checking dirs-sys-next v0.1.2 |
1581 | 2024-06-27T16:14:59.341Z | Compiling multer v3.1.0 |
1582 | 2024-06-27T16:14:59.645Z | Checking dirs-next v2.0.0 |
1583 | 2024-06-27T16:14:59.765Z | Checking crossbeam-channel v0.5.12 |
1584 | 2024-06-27T16:15:00.048Z | Compiling async-stream-impl v0.3.5 |
1585 | 2024-06-27T16:15:00.367Z | Checking thread_local v1.1.8 |
1586 | 2024-06-27T16:15:00.393Z | Checking rustls-pki-types v1.7.0 |
1587 | 2024-06-27T16:15:00.393Z | Checking term v0.7.0 |
1588 | 2024-06-27T16:15:00.662Z | Compiling dropshot v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#0cd0e828) |
1589 | 2024-06-27T16:15:00.826Z | Checking take_mut v0.2.2 |
1590 | 2024-06-27T16:15:00.851Z | Checking slog-term v2.9.1 |
1591 | 2024-06-27T16:15:00.964Z | Checking slog-async v2.8.0 |
1592 | 2024-06-27T16:15:00.988Z | Checking toml v0.8.13 |
1593 | 2024-06-27T16:15:01.229Z | Compiling dropshot_endpoint v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#0cd0e828) |
1594 | 2024-06-27T16:15:01.260Z | Checking rustls-webpki v0.102.4 |
1595 | 2024-06-27T16:15:01.289Z | Checking slog-json v2.6.1 |
1596 | 2024-06-27T16:15:01.545Z | Checking instant v0.1.12 |
1597 | 2024-06-27T16:15:01.570Z | Checking strum v0.26.2 |
1598 | 2024-06-27T16:15:01.644Z | Checking slog-bunyan v2.5.0 |
1599 | 2024-06-27T16:15:01.668Z | Checking rustls-pemfile v2.1.2 |
1600 | 2024-06-27T16:15:01.716Z | Checking debug-ignore v1.0.5 |
1601 | 2024-06-27T16:15:01.799Z | Checking fastrand v2.1.0 |
1602 | 2024-06-27T16:15:01.849Z | Checking quick-error v1.2.3 |
1603 | 2024-06-27T16:15:01.886Z | Checking atomic-waker v1.1.2 |
1604 | 2024-06-27T16:15:02.002Z | Checking async-stream v0.3.5 |
1605 | 2024-06-27T16:15:02.026Z | Checking waitgroup v0.1.2 |
1606 | 2024-06-27T16:15:02.094Z | Checking tempfile v3.10.1 |
1607 | 2024-06-27T16:15:02.189Z | Checking serde_path_to_error v0.1.16 |
1608 | 2024-06-27T16:15:02.417Z | Compiling structmeta-derive v0.3.0 |
1609 | 2024-06-27T16:15:02.499Z | Checking hostname v0.4.0 |
1610 | 2024-06-27T16:15:02.618Z | Checking newtype-uuid v1.1.0 |
1611 | 2024-06-27T16:15:02.714Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
1612 | 2024-06-27T16:15:02.836Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=5630887d0373857f77cb264f84aa19bdec720ce3#5630887d) |
1613 | 2024-06-27T16:15:03.110Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
1614 | 2024-06-27T16:15:03.144Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
1615 | 2024-06-27T16:15:03.345Z | Checking macaddr v1.0.1 |
1616 | 2024-06-27T16:15:03.377Z | Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
1617 | 2024-06-27T16:15:03.520Z | Checking backoff v0.4.0 |
1618 | 2024-06-27T16:15:03.644Z | Checking serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
1619 | 2024-06-27T16:15:03.790Z | Checking oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet?branch=main#42b4d3c7) |
1620 | 2024-06-27T16:15:03.815Z | Checking wait-timeout v0.2.0 |
1621 | 2024-06-27T16:15:03.841Z | Compiling structmeta-derive v0.2.0 |
1622 | 2024-06-27T16:15:03.954Z | Checking rusty-fork v0.3.0 |
1623 | 2024-06-27T16:15:04.101Z | Checking rand_xorshift v0.3.0 |
1624 | 2024-06-27T16:15:04.208Z | Checking unarray v0.1.4 |
1625 | 2024-06-27T16:15:04.255Z | Compiling proc-macro-error v1.0.4 |
1626 | 2024-06-27T16:15:04.347Z | Checking proptest v1.4.0 |
1627 | 2024-06-27T16:15:04.874Z | Compiling darling_macro v0.20.9 |
1628 | 2024-06-27T16:15:04.898Z | Checking camino-tempfile v1.1.1 |
1629 | 2024-06-27T16:15:04.968Z | Compiling structmeta v0.3.0 |
1630 | 2024-06-27T16:15:05.062Z | Checking tokio-rustls v0.25.0 |
1631 | 2024-06-27T16:15:05.145Z | Compiling proc-macro-crate v1.3.1 |
1632 | 2024-06-27T16:15:05.369Z | Compiling parse-display-derive v0.9.0 |
1633 | 2024-06-27T16:15:05.804Z | Compiling darling v0.20.9 |
1634 | 2024-06-27T16:15:05.920Z | Compiling serde_with_macros v3.8.1 |
1635 | 2024-06-27T16:15:06.184Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1636 | 2024-06-27T16:15:06.426Z | Compiling structmeta v0.2.0 |
1637 | 2024-06-27T16:15:06.526Z | Compiling num_enum_derive v0.5.11 |
1638 | 2024-06-27T16:15:06.820Z | Compiling test-strategy v0.3.1 |
1639 | 2024-06-27T16:15:08.227Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1640 | 2024-06-27T16:15:08.497Z | Compiling foreign-types-macros v0.2.3 |
1641 | 2024-06-27T16:15:08.522Z | Checking foreign-types-shared v0.3.1 |
1642 | 2024-06-27T16:15:08.564Z | Checking serde_with v3.8.1 |
1643 | 2024-06-27T16:15:08.638Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
1644 | 2024-06-27T16:15:08.876Z | Checking num_enum v0.5.11 |
1645 | 2024-06-27T16:15:09.065Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
1646 | 2024-06-27T16:15:09.185Z | Checking cstr-argument v0.1.2 |
1647 | 2024-06-27T16:15:09.346Z | Checking pretty-hex v0.2.1 |
1648 | 2024-06-27T16:15:09.498Z | Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1649 | 2024-06-27T16:15:09.558Z | Checking parse-display v0.9.0 |
1650 | 2024-06-27T16:15:09.611Z | Checking foreign-types v0.5.0 |
1651 | 2024-06-27T16:15:09.720Z | Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1652 | 2024-06-27T16:15:09.756Z | Checking tabwriter v1.4.0 |
1653 | 2024-06-27T16:15:09.779Z | Checking colored v2.1.0 |
1654 | 2024-06-27T16:15:09.945Z | Checking socket2 v0.4.10 |
1655 | 2024-06-27T16:15:09.975Z | Checking smf v0.2.3 |
1656 | 2024-06-27T16:15:09.999Z | Checking humantime v2.1.0 |
1657 | 2024-06-27T16:15:10.037Z | Checking termcolor v1.4.1 |
1658 | 2024-06-27T16:15:10.184Z | Checking arc-swap v1.7.1 |
1659 | 2024-06-27T16:15:10.262Z | Checking newline-converter v0.3.0 |
1660 | 2024-06-27T16:15:10.329Z | Checking xattr v1.3.1 |
1661 | 2024-06-27T16:15:10.382Z | Checking filetime v0.2.23 |
1662 | 2024-06-27T16:15:10.407Z | Checking same-file v1.0.6 |
1663 | 2024-06-27T16:15:10.431Z | Checking expectorate v1.1.0 |
1664 | 2024-06-27T16:15:10.600Z | Checking utf-8 v0.7.6 |
1665 | 2024-06-27T16:15:10.641Z | Checking walkdir v2.5.0 |
1666 | 2024-06-27T16:15:10.666Z | Compiling heapless v0.8.0 |
1667 | 2024-06-27T16:15:10.666Z | Checking slog-scope v4.4.0 |
1668 | 2024-06-27T16:15:10.666Z | Checking tar v0.4.40 |
1669 | 2024-06-27T16:15:10.790Z | Checking termtree v0.4.1 |
1670 | 2024-06-27T16:15:10.874Z | Checking slog-stdlog v4.1.1 |
1671 | 2024-06-27T16:15:10.898Z | Checking hash32 v0.3.1 |
1672 | 2024-06-27T16:15:10.979Z | Checking predicates-tree v1.0.9 |
1673 | 2024-06-27T16:15:11.035Z | Checking slog-envlogger v2.2.0 |
1674 | 2024-06-27T16:15:11.075Z | Compiling smoltcp v0.11.0 |
1675 | 2024-06-27T16:15:11.126Z | Checking embedded-io v0.4.0 |
1676 | 2024-06-27T16:15:11.246Z | Compiling crucible-workspace-hack v0.1.0 |
1677 | 2024-06-27T16:15:11.341Z | Checking cobs v0.2.3 |
1678 | 2024-06-27T16:15:11.402Z | Checking sigpipe v0.1.3 |
1679 | 2024-06-27T16:15:11.460Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=417f74e94978c23f3892ac328c3387f3ecd9bb29#417f74e9) |
1680 | 2024-06-27T16:15:11.515Z | Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=417f74e94978c23f3892ac328c3387f3ecd9bb29#417f74e9) |
1681 | 2024-06-27T16:15:11.539Z | Checking postcard v1.0.8 |
1682 | 2024-06-27T16:15:11.655Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=417f74e94978c23f3892ac328c3387f3ecd9bb29#417f74e9) |
1683 | 2024-06-27T16:15:11.679Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#4ceaf96e) |
1684 | 2024-06-27T16:15:11.768Z | Checking pem v3.0.4 |
1685 | 2024-06-27T16:15:11.793Z | Checking poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
1686 | 2024-06-27T16:15:11.994Z | Checking tungstenite v0.20.1 |
1687 | 2024-06-27T16:15:12.018Z | Compiling zone_cfg_derive v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56) |
1688 | 2024-06-27T16:15:12.141Z | Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=50cb28f586083fdb990e401bc6146e7dac9b2753#50cb28f5) |
1689 | 2024-06-27T16:15:12.409Z | Compiling num-derive v0.4.2 |
1690 | 2024-06-27T16:15:12.445Z | Compiling mockall_derive v0.12.1 |
1691 | 2024-06-27T16:15:12.732Z | Compiling derive-where v1.2.7 |
1692 | 2024-06-27T16:15:13.252Z | Checking atty v0.2.14 |
1693 | 2024-06-27T16:15:13.371Z | Checking fragile v2.0.0 |
1694 | 2024-06-27T16:15:13.396Z | Checking downcast v0.11.0 |
1695 | 2024-06-27T16:15:13.586Z | Checking zone v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56) |
1696 | 2024-06-27T16:15:13.613Z | Checking tokio-tungstenite v0.20.1 |
1697 | 2024-06-27T16:15:14.020Z | Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=50cb28f586083fdb990e401bc6146e7dac9b2753#50cb28f5) |
1698 | 2024-06-27T16:15:14.067Z | Compiling typify-macro v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6) |
1699 | 2024-06-27T16:15:14.241Z | Checking tungstenite v0.21.0 |
1700 | 2024-06-27T16:15:14.266Z | Checking env_logger v0.9.3 |
1701 | 2024-06-27T16:15:14.293Z | Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=8c6d485110ecfae5409575246b986a145c386dc4#8c6d4851) |
1702 | 2024-06-27T16:15:14.670Z | Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1703 | 2024-06-27T16:15:14.694Z | Compiling bitstruct_derive v0.1.0 |
1704 | 2024-06-27T16:15:14.782Z | Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=417f74e94978c23f3892ac328c3387f3ecd9bb29#417f74e9) |
1705 | 2024-06-27T16:15:14.983Z | Checking viona_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1706 | 2024-06-27T16:15:15.009Z | Checking tokio-tungstenite v0.21.0 |
1707 | 2024-06-27T16:15:15.109Z | Checking ascii v1.1.0 |
1708 | 2024-06-27T16:15:15.417Z | Checking viona_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1709 | 2024-06-27T16:15:15.468Z | Checking rfb v0.1.0 (https://github.com/oxidecomputer/rfb?rev=0cac8d9c25eb27acfa35df80f3b9d371de98ab3b#0cac8d9c) |
1710 | 2024-06-27T16:15:15.612Z | Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1711 | 2024-06-27T16:15:15.814Z | Checking dladm v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1712 | 2024-06-27T16:15:15.856Z | Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1713 | 2024-06-27T16:15:15.889Z | Checking bitstruct v0.1.1 |
1714 | 2024-06-27T16:15:15.994Z | Checking erased-serde v0.3.31 |
1715 | 2024-06-27T16:15:16.021Z | Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=417f74e94978c23f3892ac328c3387f3ecd9bb29#417f74e9) |
1716 | 2024-06-27T16:15:16.084Z | Checking serde_arrays v0.1.0 |
1717 | 2024-06-27T16:15:16.108Z | Compiling heck v0.3.3 |
1718 | 2024-06-27T16:15:16.235Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#4ceaf96e) |
1719 | 2024-06-27T16:15:16.262Z | Checking headers-core v0.2.0 |
1720 | 2024-06-27T16:15:16.418Z | Checking base64 v0.13.1 |
1721 | 2024-06-27T16:15:16.539Z | Compiling zone_cfg_derive v0.1.2 |
1722 | 2024-06-27T16:15:16.772Z | Checking ron v0.7.1 |
1723 | 2024-06-27T16:15:16.921Z | Checking propolis v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1724 | 2024-06-27T16:15:17.348Z | Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=417f74e94978c23f3892ac328c3387f3ecd9bb29#417f74e9) |
1725 | 2024-06-27T16:15:17.603Z | Checking headers v0.3.9 |
1726 | 2024-06-27T16:15:17.729Z | Checking portpicker v0.1.1 |
1727 | 2024-06-27T16:15:17.811Z | Checking zone v0.1.8 |
1728 | 2024-06-27T16:15:17.872Z | Checking rcgen v0.12.1 |
1729 | 2024-06-27T16:15:17.948Z | Checking atomicwrites v0.4.3 |
1730 | 2024-06-27T16:15:17.972Z | Compiling typify v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6) |
1731 | 2024-06-27T16:15:18.108Z | Compiling progenitor-impl v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
1732 | 2024-06-27T16:15:18.371Z | Checking subprocess v0.2.9 |
1733 | 2024-06-27T16:15:18.465Z | Compiling convert_case v0.4.0 |
1734 | 2024-06-27T16:15:18.525Z | Checking password-hash v0.5.0 |
1735 | 2024-06-27T16:15:18.818Z | Checking blake2 v0.10.6 |
1736 | 2024-06-27T16:15:18.921Z | Checking linked-hash-map v0.5.6 |
1737 | 2024-06-27T16:15:19.059Z | Checking mockall v0.12.1 |
1738 | 2024-06-27T16:15:19.199Z | Checking lru-cache v0.1.2 |
1739 | 2024-06-27T16:15:19.223Z | Checking argon2 v0.5.3 |
1740 | 2024-06-27T16:15:19.266Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
1741 | 2024-06-27T16:15:19.292Z | Compiling prettyplease v0.2.20 |
1742 | 2024-06-27T16:15:19.317Z | Compiling derive_more v0.99.17 |
1743 | 2024-06-27T16:15:19.372Z | Checking swrite v0.1.0 |
1744 | 2024-06-27T16:15:19.488Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
1745 | 2024-06-27T16:15:19.779Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
1746 | 2024-06-27T16:15:19.821Z | Compiling rayon-core v1.12.1 |
1747 | 2024-06-27T16:15:19.963Z | Checking resolv-conf v0.7.0 |
1748 | 2024-06-27T16:15:20.081Z | Checking half v2.4.1 |
1749 | 2024-06-27T16:15:20.105Z | Checking ciborium-io v0.2.2 |
1750 | 2024-06-27T16:15:20.223Z | Compiling semver v0.1.20 |
1751 | 2024-06-27T16:15:20.260Z | Checking trust-dns-resolver v0.22.0 |
1752 | 2024-06-27T16:15:20.382Z | Compiling cancel-safe-futures v0.1.5 |
1753 | 2024-06-27T16:15:20.502Z | Checking ciborium-ll v0.2.2 |
1754 | 2024-06-27T16:15:20.718Z | Compiling rustc_version v0.1.7 |
1755 | 2024-06-27T16:15:20.769Z | Checking ciborium v0.2.2 |
1756 | 2024-06-27T16:15:21.165Z | Compiling newtype_derive v0.1.6 |
1757 | 2024-06-27T16:15:21.426Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
1758 | 2024-06-27T16:15:22.087Z | Checking num-rational v0.4.2 |
1759 | 2024-06-27T16:15:22.287Z | Checking num-complex v0.4.6 |
1760 | 2024-06-27T16:15:22.365Z | Compiling slog-dtrace v0.3.0 |
1761 | 2024-06-27T16:15:22.667Z | Checking signature v2.2.0 |
1762 | 2024-06-27T16:15:22.727Z | Checking float-ord v0.3.2 |
1763 | 2024-06-27T16:15:22.848Z | Checking steno v0.4.0 |
1764 | 2024-06-27T16:15:23.020Z | Checking num v0.4.3 |
1765 | 2024-06-27T16:15:24.369Z | Checking cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1766 | 2024-06-27T16:15:24.623Z | Checking propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1767 | 2024-06-27T16:15:24.991Z | Compiling progenitor-macro v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
1768 | 2024-06-27T16:15:25.689Z | Checking libsw v3.3.1 |
1769 | 2024-06-27T16:15:26.022Z | Checking linear-map v1.2.0 |
1770 | 2024-06-27T16:15:26.165Z | Checking owo-colors v4.0.0 |
1771 | 2024-06-27T16:15:27.600Z | Checking nibble_vec v0.1.0 |
1772 | 2024-06-27T16:15:27.625Z | Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
1773 | 2024-06-27T16:15:27.773Z | Checking endian-type v0.1.2 |
1774 | 2024-06-27T16:15:27.960Z | Checking radix_trie v0.2.1 |
1775 | 2024-06-27T16:15:28.261Z | Checking fxhash v0.2.1 |
1776 | 2024-06-27T16:15:28.320Z | Checking display-error-chain v0.2.0 |
1777 | 2024-06-27T16:15:28.436Z | Compiling home v0.5.9 |
1778 | 2024-06-27T16:15:28.460Z | Compiling radium v0.7.0 |
1779 | 2024-06-27T16:15:28.485Z | Compiling maybe-uninit v2.0.0 |
1780 | 2024-06-27T16:15:28.685Z | Checking tap v1.0.1 |
1781 | 2024-06-27T16:15:28.864Z | Checking wyz v0.5.1 |
1782 | 2024-06-27T16:15:28.982Z | Compiling bzip2-sys v0.1.11+1.0.8 |
1783 | 2024-06-27T16:15:29.211Z | Checking funty v2.0.0 |
1784 | 2024-06-27T16:15:29.240Z | Checking crc-catalog v2.4.0 |
1785 | 2024-06-27T16:15:29.378Z | Compiling num-bigint-dig v0.8.4 |
1786 | 2024-06-27T16:15:29.402Z | Compiling packed_struct v0.10.1 |
1787 | 2024-06-27T16:15:29.691Z | Checking crc v3.2.1 |
1788 | 2024-06-27T16:15:29.914Z | Compiling packed_struct_codegen v0.10.1 |
1789 | 2024-06-27T16:15:30.009Z | Checking bitvec v1.0.1 |
1790 | 2024-06-27T16:15:30.073Z | Compiling indexmap v1.9.3 |
1791 | 2024-06-27T16:15:30.324Z | Checking nodrop v0.1.14 |
1792 | 2024-06-27T16:15:30.450Z | Checking array-init v0.0.4 |
1793 | 2024-06-27T16:15:30.528Z | Checking smallvec v0.6.14 |
1794 | 2024-06-27T16:15:31.313Z | Checking pkcs1 v0.7.5 |
1795 | 2024-06-27T16:15:31.378Z | Compiling blake3 v1.5.1 |
1796 | 2024-06-27T16:15:31.653Z | Compiling ring v0.16.20 |
1797 | 2024-06-27T16:15:31.873Z | Checking hashbrown v0.12.3 |
1798 | 2024-06-27T16:15:32.110Z | Checking bitfield v0.14.0 |
1799 | 2024-06-27T16:15:32.359Z | Checking serde-hex v0.1.0 |
1800 | 2024-06-27T16:15:32.696Z | Checking bzip2 v0.4.4 |
1801 | 2024-06-27T16:15:32.721Z | Checking rsa v0.9.6 |
1802 | 2024-06-27T16:15:32.979Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
1803 | 2024-06-27T16:15:33.209Z | Checking env_logger v0.10.2 |
1804 | 2024-06-27T16:15:33.393Z | Checking x509-cert v0.2.5 |
1805 | 2024-06-27T16:15:33.578Z | Checking ron v0.8.1 |
1806 | 2024-06-27T16:15:33.602Z | Checking hashbrown v0.13.2 |
1807 | 2024-06-27T16:15:34.448Z | Checking crc-any v2.5.0 |
1808 | 2024-06-27T16:15:34.474Z | Checking object v0.30.4 |
1809 | 2024-06-27T16:15:34.637Z | Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
1810 | 2024-06-27T16:15:34.680Z | Checking zip v0.6.6 |
1811 | 2024-06-27T16:15:34.778Z | Checking path-slash v0.1.5 |
1812 | 2024-06-27T16:15:34.847Z | Compiling async-recursion v1.1.1 |
1813 | 2024-06-27T16:15:34.874Z | Checking gethostname v0.4.3 |
1814 | 2024-06-27T16:15:34.908Z | Compiling parking_lot_core v0.8.6 |
1815 | 2024-06-27T16:15:35.013Z | Compiling libefi-sys v0.1.0 |
1816 | 2024-06-27T16:15:35.243Z | Checking maplit v1.0.2 |
1817 | 2024-06-27T16:15:35.314Z | Compiling bitfield-struct v0.6.1 |
1818 | 2024-06-27T16:15:35.355Z | Compiling tofino v0.1.0 (http://github.com/oxidecomputer/tofino?branch=main#1b66b89c) |
1819 | 2024-06-27T16:15:35.394Z | Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
1820 | 2024-06-27T16:15:35.717Z | Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
1821 | 2024-06-27T16:15:35.797Z | Compiling crossbeam-deque v0.8.5 |
1822 | 2024-06-27T16:15:35.983Z | Checking keccak v0.1.5 |
1823 | 2024-06-27T16:15:36.218Z | Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
1824 | 2024-06-27T16:15:36.284Z | Checking sha3 v0.10.8 |
1825 | 2024-06-27T16:15:36.574Z | Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
1826 | 2024-06-27T16:15:36.653Z | Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
1827 | 2024-06-27T16:15:37.010Z | Checking parking_lot v0.11.2 |
1828 | 2024-06-27T16:15:37.059Z | Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
1829 | 2024-06-27T16:15:37.093Z | Checking trust-dns-client v0.22.0 |
1830 | 2024-06-27T16:15:37.327Z | Checking toml v0.5.11 |
1831 | 2024-06-27T16:15:37.362Z | Checking secrecy v0.8.0 |
1832 | 2024-06-27T16:15:37.469Z | Checking sled v0.34.7 |
1833 | 2024-06-27T16:15:37.553Z | Compiling rayon v1.10.0 |
1834 | 2024-06-27T16:15:38.104Z | Compiling memmap2 v0.9.4 |
1835 | 2024-06-27T16:15:38.198Z | Compiling untrusted v0.7.1 |
1836 | 2024-06-27T16:15:38.376Z | Compiling arrayref v0.3.7 |
1837 | 2024-06-27T16:15:38.481Z | Compiling arrayvec v0.7.4 |
1838 | 2024-06-27T16:15:38.510Z | Compiling buf-list v1.0.3 |
1839 | 2024-06-27T16:15:38.556Z | Checking trust-dns-server v0.22.1 |
1840 | 2024-06-27T16:15:38.851Z | Compiling constant_time_eq v0.3.0 |
1841 | 2024-06-27T16:15:39.802Z | Compiling toolchain_find v0.4.0 |
1842 | 2024-06-27T16:15:39.906Z | Compiling topological-sort v0.2.2 |
1843 | 2024-06-27T16:15:40.106Z | Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=5630887d0373857f77cb264f84aa19bdec720ce3#5630887d) |
1844 | 2024-06-27T16:15:40.371Z | Compiling rustfmt-wrapper v0.2.1 |
1845 | 2024-06-27T16:15:40.597Z | Checking progenitor v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
1846 | 2024-06-27T16:15:40.762Z | Checking glob v0.3.1 |
1847 | 2024-06-27T16:15:40.913Z | Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1848 | 2024-06-27T16:15:40.944Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
1849 | 2024-06-27T16:15:40.982Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
1850 | 2024-06-27T16:15:42.047Z | Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
1851 | 2024-06-27T16:15:42.275Z | Compiling omicron-zone-package v0.11.0 |
1852 | 2024-06-27T16:15:43.622Z | Compiling platforms v3.4.0 |
1853 | 2024-06-27T16:15:43.970Z | Checking universal-hash v0.5.1 |
1854 | 2024-06-27T16:15:44.144Z | Checking opaque-debug v0.3.1 |
1855 | 2024-06-27T16:15:44.182Z | Compiling curve25519-dalek v4.1.2 |
1856 | 2024-06-27T16:15:44.240Z | Compiling curve25519-dalek-derive v0.1.1 |
1857 | 2024-06-27T16:15:44.270Z | Checking libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?rev=e69694a1f7cc9fe31fab27f321017280531fb5f7#e69694a1) |
1858 | 2024-06-27T16:15:44.579Z | Checking lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
1859 | 2024-06-27T16:15:44.653Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
1860 | 2024-06-27T16:15:46.077Z | Checking aead v0.5.2 |
1861 | 2024-06-27T16:15:46.190Z | Compiling pin-project-internal v1.1.5 |
1862 | 2024-06-27T16:15:46.230Z | Checking hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#943c4bbe) |
1863 | 2024-06-27T16:15:46.281Z | Compiling vte_generate_state_changes v0.1.1 |
1864 | 2024-06-27T16:15:46.793Z | Compiling unicase v2.7.0 |
1865 | 2024-06-27T16:15:46.825Z | Checking vte v0.11.1 |
1866 | 2024-06-27T16:15:47.181Z | Checking poly1305 v0.8.0 |
1867 | 2024-06-27T16:15:47.251Z | Checking chacha20 v0.9.1 |
1868 | 2024-06-27T16:15:47.480Z | Checking fd-lock v4.0.2 |
1869 | 2024-06-27T16:15:47.547Z | Compiling thiserror-impl-no-std v2.0.2 |
1870 | 2024-06-27T16:15:47.605Z | Checking nanorand v0.7.0 |
1871 | 2024-06-27T16:15:47.661Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
1872 | 2024-06-27T16:15:47.701Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
1873 | 2024-06-27T16:15:47.856Z | Checking strip-ansi-escapes v0.2.0 |
1874 | 2024-06-27T16:15:47.920Z | Checking kstat-rs v0.2.4 |
1875 | 2024-06-27T16:15:47.945Z | Checking flume v0.11.0 |
1876 | 2024-06-27T16:15:47.999Z | Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
1877 | 2024-06-27T16:15:48.203Z | Checking nu-ansi-term v0.50.0 |
1878 | 2024-06-27T16:15:48.310Z | Checking chacha20poly1305 v0.10.1 |
1879 | 2024-06-27T16:15:48.480Z | Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=8c6d485110ecfae5409575246b986a145c386dc4#8c6d4851) |
1880 | 2024-06-27T16:15:48.561Z | Checking reedline v0.31.0 |
1881 | 2024-06-27T16:15:48.716Z | Compiling crunchy v0.2.2 |
1882 | 2024-06-27T16:15:48.790Z | Checking pin-project v1.1.5 |
1883 | 2024-06-27T16:15:48.911Z | Compiling mime_guess v2.0.4 |
1884 | 2024-06-27T16:15:49.144Z | Compiling clang-sys v1.7.0 |
1885 | 2024-06-27T16:15:49.333Z | Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=50cb28f586083fdb990e401bc6146e7dac9b2753#50cb28f5) |
1886 | 2024-06-27T16:15:49.731Z | Compiling tiny-keccak v2.0.2 |
1887 | 2024-06-27T16:15:50.143Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
1888 | 2024-06-27T16:15:50.272Z | Checking thiserror-no-std v2.0.2 |
1889 | 2024-06-27T16:15:50.306Z | Compiling memoffset v0.9.1 |
1890 | 2024-06-27T16:15:50.377Z | Checking bytecount v0.6.8 |
1891 | 2024-06-27T16:15:50.402Z | Checking vsss-rs v3.3.4 |
1892 | 2024-06-27T16:15:50.575Z | Compiling ref-cast v1.0.23 |
1893 | 2024-06-27T16:15:50.747Z | Checking papergrid v0.11.0 |
1894 | 2024-06-27T16:15:51.307Z | Compiling ascii-canvas v3.0.0 |
1895 | 2024-06-27T16:15:51.606Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
1896 | 2024-06-27T16:15:51.811Z | Compiling tabled_derive v0.7.0 |
1897 | 2024-06-27T16:15:52.008Z | Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=50cb28f586083fdb990e401bc6146e7dac9b2753#50cb28f5) |
1898 | 2024-06-27T16:15:52.171Z | Compiling ref-cast-impl v1.0.23 |
1899 | 2024-06-27T16:15:52.264Z | Compiling snafu-derive v0.8.2 |
1900 | 2024-06-27T16:15:52.834Z | Compiling ena v0.14.3 |
1901 | 2024-06-27T16:15:53.205Z | Compiling libloading v0.8.3 |
1902 | 2024-06-27T16:15:53.229Z | Compiling diff v0.1.13 |
1903 | 2024-06-27T16:15:53.276Z | Compiling regex-syntax v0.6.29 |
1904 | 2024-06-27T16:15:53.622Z | Checking http-range v0.1.5 |
1905 | 2024-06-27T16:15:53.795Z | Compiling bindgen v0.69.4 |
1906 | 2024-06-27T16:15:53.865Z | Checking hyper-staticfile v0.9.5 |
1907 | 2024-06-27T16:15:54.100Z | Checking tabled v0.15.0 |
1908 | 2024-06-27T16:15:54.589Z | Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=50cb28f586083fdb990e401bc6146e7dac9b2753#50cb28f5) |
1909 | 2024-06-27T16:15:55.057Z | Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
1910 | 2024-06-27T16:15:56.658Z | Checking illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
1911 | 2024-06-27T16:15:57.171Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
1912 | 2024-06-27T16:15:57.546Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
1913 | 2024-06-27T16:15:57.926Z | Compiling oximeter-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/impl) |
1914 | 2024-06-27T16:15:59.127Z | Checking internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns) |
1915 | 2024-06-27T16:16:00.080Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
1916 | 2024-06-27T16:16:00.611Z | Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
1917 | 2024-06-27T16:16:01.106Z | Checking snafu v0.8.2 |
1918 | 2024-06-27T16:16:01.479Z | Compiling lalrpop v0.19.12 |
1919 | 2024-06-27T16:16:01.549Z | Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
1920 | 2024-06-27T16:16:02.556Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
1921 | 2024-06-27T16:16:03.368Z | Compiling which v4.4.2 |
1922 | 2024-06-27T16:16:03.915Z | Checking globset v0.4.14 |
1923 | 2024-06-27T16:16:04.320Z | Checking olpc-cjson v0.1.3 |
1924 | 2024-06-27T16:16:04.521Z | Compiling cexpr v0.6.0 |
1925 | 2024-06-27T16:16:05.127Z | Checking serde_plain v1.0.2 |
1926 | 2024-06-27T16:16:05.360Z | Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=c85a4ca043aaa389df12aac5348d8a3feda28762#c85a4ca0) |
1927 | 2024-06-27T16:16:05.628Z | Checking typed-path v0.7.1 |
1928 | 2024-06-27T16:16:06.058Z | Compiling shlex v1.3.0 |
1929 | 2024-06-27T16:16:06.058Z | Checking signature v1.6.4 |
1930 | 2024-06-27T16:16:06.200Z | Compiling salty v0.2.0 |
1931 | 2024-06-27T16:16:06.485Z | Compiling lazycell v1.3.0 |
1932 | 2024-06-27T16:16:06.643Z | Compiling rustc-hash v1.1.0 |
1933 | 2024-06-27T16:16:06.667Z | Compiling cfg_aliases v0.1.1 |
1934 | 2024-06-27T16:16:06.779Z | Compiling nix v0.28.0 |
1935 | 2024-06-27T16:16:07.007Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
1936 | 2024-06-27T16:16:07.192Z | Checking tough v0.17.1 |
1937 | 2024-06-27T16:16:07.470Z | Checking ed25519 v1.5.3 |
1938 | 2024-06-27T16:16:07.700Z | Checking nix v0.27.1 |
1939 | 2024-06-27T16:16:09.463Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
1940 | 2024-06-27T16:16:11.045Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
1941 | 2024-06-27T16:16:11.220Z | Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
1942 | 2024-06-27T16:16:11.289Z | Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
1943 | 2024-06-27T16:16:11.386Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
1944 | 2024-06-27T16:16:11.630Z | Compiling derive_builder_core v0.20.0 |
1945 | 2024-06-27T16:16:11.936Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
1946 | 2024-06-27T16:16:11.991Z | Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
1947 | 2024-06-27T16:16:12.654Z | Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
1948 | 2024-06-27T16:16:13.481Z | Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
1949 | 2024-06-27T16:16:13.506Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
1950 | 2024-06-27T16:16:13.698Z | Checking serde-big-array v0.5.1 |
1951 | 2024-06-27T16:16:13.853Z | Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
1952 | 2024-06-27T16:16:13.903Z | Compiling hubpack_derive v0.1.0 (https://github.com/cbiffle/hubpack.git?rev=df08cc3a6e1f97381cd0472ae348e310f0119e25#df08cc3a) |
1953 | 2024-06-27T16:16:14.640Z | Compiling libxml v0.3.3 |
1954 | 2024-06-27T16:16:14.933Z | Checking parse-size v1.0.0 |
1955 | 2024-06-27T16:16:15.157Z | Checking hubpack v0.1.0 (https://github.com/cbiffle/hubpack.git?rev=df08cc3a6e1f97381cd0472ae348e310f0119e25#df08cc3a) |
1956 | 2024-06-27T16:16:15.466Z | Compiling derive_builder_macro v0.20.0 |
1957 | 2024-06-27T16:16:15.695Z | Checking signal-hook-tokio v0.3.1 |
1958 | 2024-06-27T16:16:15.886Z | Checking serde-big-array v0.4.1 |
1959 | 2024-06-27T16:16:16.072Z | Compiling strum_macros v0.24.3 |
1960 | 2024-06-27T16:16:16.109Z | Compiling cookie v0.18.1 |
1961 | 2024-06-27T16:16:16.134Z | Compiling indoc v1.0.9 |
1962 | 2024-06-27T16:16:16.275Z | Checking derive_builder v0.20.0 |
1963 | 2024-06-27T16:16:16.418Z | Checking sprockets-common v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef) |
1964 | 2024-06-27T16:16:17.115Z | Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
1965 | 2024-06-27T16:16:17.245Z | Checking tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
1966 | 2024-06-27T16:16:18.407Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
1967 | 2024-06-27T16:16:18.521Z | Compiling peg-macros v0.8.3 |
1968 | 2024-06-27T16:16:18.668Z | Checking quick-xml v0.31.0 |
1969 | 2024-06-27T16:16:19.218Z | Compiling oso-derive v0.27.3 |
1970 | 2024-06-27T16:16:19.322Z | Compiling impl-trait-for-tuples v0.2.2 |
1971 | 2024-06-27T16:16:20.090Z | Compiling sqlparser_derive v0.2.2 |
1972 | 2024-06-27T16:16:20.317Z | Checking corncobs v0.1.3 |
1973 | 2024-06-27T16:16:20.672Z | Checking heck v0.4.1 |
1974 | 2024-06-27T16:16:20.863Z | Checking unicode_categories v0.1.1 |
1975 | 2024-06-27T16:16:21.045Z | Checking sqlparser v0.45.0 |
1976 | 2024-06-27T16:16:21.120Z | Checking sqlformat v0.2.3 |
1977 | 2024-06-27T16:16:21.490Z | Checking peg v0.8.3 |
1978 | 2024-06-27T16:16:21.588Z | Checking openapi-lint v0.4.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#ef442ee4) |
1979 | 2024-06-27T16:16:21.924Z | Checking rustyline v14.0.0 |
1980 | 2024-06-27T16:16:23.293Z | Checking sprockets-rot v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef) |
1981 | 2024-06-27T16:16:23.485Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
1982 | 2024-06-27T16:16:23.800Z | Checking bcs v0.1.6 |
1983 | 2024-06-27T16:16:23.907Z | Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
1984 | 2024-06-27T16:16:24.660Z | Compiling diesel-dtrace v0.3.0 (https://github.com/oxidecomputer/diesel-dtrace?branch=main#62ef5ca0) |
1985 | 2024-06-27T16:16:24.894Z | Checking highway v1.1.0 |
1986 | 2024-06-27T16:16:25.028Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
1987 | 2024-06-27T16:16:25.233Z | Compiling const_format_proc_macros v0.2.32 |
1988 | 2024-06-27T16:16:25.258Z | Checking bb8 v0.8.3 |
1989 | 2024-06-27T16:16:25.665Z | Checking async-bb8-diesel v0.1.0 (https://github.com/oxidecomputer/async-bb8-diesel?rev=ed7ab5ef0513ba303d33efd41d3e9e381169d59b#ed7ab5ef) |
1990 | 2024-06-27T16:16:26.469Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
1991 | 2024-06-27T16:16:27.083Z | Checking const_format v0.2.32 |
1992 | 2024-06-27T16:16:27.475Z | Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
1993 | 2024-06-27T16:16:28.303Z | Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
1994 | 2024-06-27T16:16:28.386Z | Checking assert_matches v1.5.0 |
1995 | 2024-06-27T16:16:28.499Z | Compiling portable-atomic v1.6.0 |
1996 | 2024-06-27T16:16:28.579Z | Checking rand_seeder v0.2.3 |
1997 | 2024-06-27T16:16:28.813Z | Checking number_prefix v0.4.0 |
1998 | 2024-06-27T16:16:29.000Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
1999 | 2024-06-27T16:16:29.025Z | Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
2000 | 2024-06-27T16:16:29.461Z | Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
2001 | 2024-06-27T16:16:29.696Z | Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
2002 | 2024-06-27T16:16:29.779Z | Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
2003 | 2024-06-27T16:16:30.366Z | Checking indicatif v0.17.8 |
2004 | 2024-06-27T16:16:30.709Z | Checking castaway v0.2.2 |
2005 | 2024-06-27T16:16:30.835Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
2006 | 2024-06-27T16:16:30.866Z | Checking compact_str v0.7.1 |
2007 | 2024-06-27T16:16:31.026Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
2008 | 2024-06-27T16:16:31.070Z | Checking lru v0.12.3 |
2009 | 2024-06-27T16:16:31.252Z | Compiling stability v0.2.0 |
2010 | 2024-06-27T16:16:31.310Z | Checking cassowary v0.3.0 |
2011 | 2024-06-27T16:16:31.477Z | Compiling indoc v2.0.5 |
2012 | 2024-06-27T16:16:31.700Z | Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
2013 | 2024-06-27T16:16:32.065Z | Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
2014 | 2024-06-27T16:16:32.374Z | Checking ratatui v0.26.2 |
2015 | 2024-06-27T16:16:33.004Z | Checking smawk v0.3.2 |
2016 | 2024-06-27T16:16:33.202Z | Checking unicode-linebreak v0.1.5 |
2017 | 2024-06-27T16:16:33.581Z | Checking textwrap v0.16.1 |
2018 | 2024-06-27T16:16:33.666Z | Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2019 | 2024-06-27T16:16:33.898Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
2020 | 2024-06-27T16:16:34.139Z | Checking is_ci v1.2.0 |
2021 | 2024-06-27T16:16:34.229Z | Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
2022 | 2024-06-27T16:16:34.277Z | Checking supports-color v3.0.0 |
2023 | 2024-06-27T16:16:34.478Z | Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=8c6d485110ecfae5409575246b986a145c386dc4#8c6d4851) |
2024 | 2024-06-27T16:16:34.654Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2025 | 2024-06-27T16:16:34.743Z | Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
2026 | 2024-06-27T16:16:35.505Z | Checking fatfs v0.3.6 |
2027 | 2024-06-27T16:16:35.911Z | Checking shell-words v1.1.0 |
2028 | 2024-06-27T16:16:36.070Z | Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
2029 | 2024-06-27T16:16:36.328Z | Checking cargo-platform v0.1.8 |
2030 | 2024-06-27T16:16:36.588Z | Checking rtoolbox v0.0.2 |
2031 | 2024-06-27T16:16:36.766Z | Compiling getrandom v0.1.16 |
2032 | 2024-06-27T16:16:37.383Z | Checking rpassword v7.3.1 |
2033 | 2024-06-27T16:16:37.525Z | Checking cargo_metadata v0.18.1 |
2034 | 2024-06-27T16:16:37.991Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
2035 | 2024-06-27T16:16:38.837Z | Checking tui-tree-widget v0.19.0 |
2036 | 2024-06-27T16:16:39.346Z | Checking tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous) |
2037 | 2024-06-27T16:16:40.029Z | Checking rfc6979 v0.4.0 |
2038 | 2024-06-27T16:16:40.329Z | Checking ecdsa v0.16.9 |
2039 | 2024-06-27T16:16:40.637Z | Checking rand_core v0.5.1 |
2040 | 2024-06-27T16:16:40.909Z | Checking primeorder v0.13.6 |
2041 | 2024-06-27T16:16:41.143Z | Checking yansi v0.5.1 |
2042 | 2024-06-27T16:16:41.309Z | Checking md5 v0.7.0 |
2043 | 2024-06-27T16:16:41.388Z | Checking option-ext v0.2.0 |
2044 | 2024-06-27T16:16:41.506Z | Checking dirs-sys v0.4.1 |
2045 | 2024-06-27T16:16:41.549Z | Checking pretty_assertions v1.4.0 |
2046 | 2024-06-27T16:16:41.672Z | Checking rand_chacha v0.2.2 |
2047 | 2024-06-27T16:16:41.734Z | Checking polyval v0.6.2 |
2048 | 2024-06-27T16:16:41.976Z | Checking ed25519 v2.2.3 |
2049 | 2024-06-27T16:16:41.999Z | Checking aes v0.8.4 |
2050 | 2024-06-27T16:16:42.211Z | Checking blowfish v0.9.1 |
2051 | 2024-06-27T16:16:42.412Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
2052 | 2024-06-27T16:16:42.436Z | Checking ctr v0.9.2 |
2053 | 2024-06-27T16:16:42.702Z | Checking password-hash v0.4.2 |
2054 | 2024-06-27T16:16:42.734Z | Checking pbkdf2 v0.12.2 |
2055 | 2024-06-27T16:16:42.891Z | Checking hex-literal v0.4.1 |
2056 | 2024-06-27T16:16:43.021Z | Checking plotters-backend v0.3.5 |
2057 | 2024-06-27T16:16:43.077Z | Checking pbkdf2 v0.11.0 |
2058 | 2024-06-27T16:16:43.335Z | Checking bcrypt-pbkdf v0.10.0 |
2059 | 2024-06-27T16:16:43.359Z | Checking plotters-svg v0.3.5 |
2060 | 2024-06-27T16:16:43.566Z | Checking ed25519-dalek v2.1.1 |
2061 | 2024-06-27T16:16:43.592Z | Checking ghash v0.5.1 |
2062 | 2024-06-27T16:16:43.752Z | Checking rand v0.7.3 |
2063 | 2024-06-27T16:16:43.868Z | Checking dirs v5.0.1 |
2064 | 2024-06-27T16:16:43.998Z | Checking p521 v0.13.3 |
2065 | 2024-06-27T16:16:45.005Z | Checking p256 v0.13.2 |
2066 | 2024-06-27T16:16:45.166Z | Compiling nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros) |
2067 | 2024-06-27T16:16:45.555Z | Checking cbc v0.1.2 |
2068 | 2024-06-27T16:16:45.773Z | Checking russh-cryptovec v0.7.2 |
2069 | 2024-06-27T16:16:45.980Z | Compiling target-lexicon v0.12.14 |
2070 | 2024-06-27T16:16:46.579Z | Checking cast v0.3.0 |
2071 | 2024-06-27T16:16:46.872Z | Compiling doc-comment v0.3.3 |
2072 | 2024-06-27T16:16:46.896Z | Checking criterion-plot v0.5.0 |
2073 | 2024-06-27T16:16:47.442Z | Checking russh-keys v0.43.0 |
2074 | 2024-06-27T16:16:47.556Z | Checking aes-gcm v0.10.3 |
2075 | 2024-06-27T16:16:47.782Z | Checking plotters v0.3.5 |
2076 | 2024-06-27T16:16:48.171Z | Checking http-body v1.0.0 |
2077 | 2024-06-27T16:16:48.370Z | Checking tinytemplate v1.2.1 |
2078 | 2024-06-27T16:16:48.451Z | Checking csv-core v0.1.11 |
2079 | 2024-06-27T16:16:48.736Z | Checking anes v0.1.6 |
2080 | 2024-06-27T16:16:48.761Z | Compiling dhcproto-macros v0.1.0 |
2081 | 2024-06-27T16:16:49.055Z | Compiling assert_cmd v2.0.14 |
2082 | 2024-06-27T16:16:49.270Z | Compiling guppy-workspace-hack v0.1.0 |
2083 | 2024-06-27T16:16:49.382Z | Checking regex-automata v0.1.10 |
2084 | 2024-06-27T16:16:49.501Z | Checking oorandom v11.1.3 |
2085 | 2024-06-27T16:16:49.566Z | Checking tower-layer v0.3.2 |
2086 | 2024-06-27T16:16:49.653Z | Checking criterion v0.5.1 |
2087 | 2024-06-27T16:16:49.730Z | Checking bstr v0.2.17 |
2088 | 2024-06-27T16:16:49.795Z | Checking tower v0.4.13 |
2089 | 2024-06-27T16:16:50.414Z | Checking dhcproto v0.11.0 |
2090 | 2024-06-27T16:16:50.513Z | Checking csv v1.3.0 |
2091 | 2024-06-27T16:16:51.192Z | Checking russh v0.43.0 |
2092 | 2024-06-27T16:16:51.578Z | Checking hyper v1.3.1 |
2093 | 2024-06-27T16:16:52.379Z | Checking installinator-artifactd v0.1.0 (/work/oxidecomputer/omicron/installinator-artifactd) |
2094 | 2024-06-27T16:16:52.554Z | Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
2095 | 2024-06-27T16:16:53.176Z | Compiling target-spec v3.1.0 |
2096 | 2024-06-27T16:16:53.318Z | Checking internet-checksum v0.2.1 |
2097 | 2024-06-27T16:16:54.124Z | Checking hyper-util v0.1.3 |
2098 | 2024-06-27T16:16:54.310Z | Checking cfg-expr v0.15.8 |
2099 | 2024-06-27T16:16:55.078Z | Checking httptest v0.15.5 |
2100 | 2024-06-27T16:16:55.355Z | Checking installinator-artifact-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-artifact-client) |
2101 | 2024-06-27T16:16:55.381Z | Checking rustls-native-certs v0.7.0 |
2102 | 2024-06-27T16:16:55.764Z | Checking hyper-rustls v0.26.0 |
2103 | 2024-06-27T16:16:56.371Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
2104 | 2024-06-27T16:16:56.597Z | Checking pathdiff v0.2.1 |
2105 | 2024-06-27T16:16:56.743Z | Checking threadpool v1.8.1 |
2106 | 2024-06-27T16:16:56.923Z | Checking escape8259 v0.5.2 |
2107 | 2024-06-27T16:16:57.085Z | Checking nested v0.1.1 |
2108 | 2024-06-27T16:16:57.154Z | Checking libtest-mimic v0.7.3 |
2109 | 2024-06-27T16:16:57.275Z | Checking guppy v0.17.5 |
2110 | 2024-06-27T16:16:57.576Z | Checking similar-asserts v1.5.0 |
2111 | 2024-06-27T16:16:57.780Z | Checking fancy-regex v0.13.0 |
2112 | 2024-06-27T16:16:58.397Z | Compiling rstest_macros v0.19.0 |
2113 | 2024-06-27T16:16:58.915Z | Checking datatest-stable v0.2.9 |
2114 | 2024-06-27T16:16:58.958Z | Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
2115 | 2024-06-27T16:16:59.007Z | Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
2116 | 2024-06-27T16:16:59.166Z | Checking blake2b_simd v1.0.2 |
2117 | 2024-06-27T16:16:59.867Z | Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli) |
2118 | 2024-06-27T16:17:00.098Z | Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
2119 | 2024-06-27T16:17:00.122Z | Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
2120 | 2024-06-27T16:17:00.540Z | Compiling relative-path v1.9.3 |
2121 | 2024-06-27T16:17:00.703Z | Compiling trybuild v1.0.96 |
2122 | 2024-06-27T16:17:01.232Z | Checking rust-argon2 v2.1.0 |
2123 | 2024-06-27T16:17:01.640Z | Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
2124 | 2024-06-27T16:17:02.829Z | Checking multimap v0.10.0 |
2125 | 2024-06-27T16:17:03.122Z | Checking futures-timer v3.0.3 |
2126 | 2024-06-27T16:17:04.681Z | Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
2127 | 2024-06-27T16:17:05.451Z | Checking partial-io v0.5.4 |
2128 | 2024-06-27T16:17:05.798Z | Checking cargo_toml v0.20.2 |
2129 | 2024-06-27T16:17:07.387Z | Checking rand_distr v0.4.3 |
2130 | 2024-06-27T16:17:07.992Z | Checking approx v0.5.1 |
2131 | 2024-06-27T16:17:08.196Z | Checking termios v0.3.3 |
2132 | 2024-06-27T16:17:08.388Z | Checking uzers v0.11.3 |
2133 | 2024-06-27T16:17:08.715Z | Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
2134 | 2024-06-27T16:17:09.082Z | Checking rstest v0.19.0 |
2135 | 2024-06-27T16:17:10.450Z | Checking end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
2136 | 2024-06-27T16:17:11.746Z | Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli) |
2137 | 2024-06-27T16:17:14.555Z | Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
2138 | 2024-06-27T16:17:19.969Z | Compiling samael v0.0.15 |
2139 | 2024-06-27T16:17:22.175Z | Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng) |
2140 | 2024-06-27T16:17:45.718Z | Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns-cli) |
2141 | 2024-06-27T16:17:46.373Z | Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed) |
2142 | 2024-06-27T16:17:53.857Z | Compiling polar-core v0.27.3 |
2143 | 2024-06-27T16:18:03.311Z | Checking oso v0.27.3 |
2144 | 2024-06-27T16:18:42.780Z | Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
2145 | 2024-06-27T16:18:42.780Z | Checking nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
2146 | 2024-06-27T16:18:42.805Z | Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
2147 | 2024-06-27T16:20:15.765Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 6m 45s |
2148 | 2024-06-27T16:20:16.067Z | |
2149 | 2024-06-27T16:20:16.067Z | real 6:56.767493909 |
2150 | 2024-06-27T16:20:16.068Z | user 34:12.387541458 |
2151 | 2024-06-27T16:20:16.068Z | sys 6:25.886564635 |
2152 | 2024-06-27T16:20:16.068Z | trap 1.019033663 |
2153 | 2024-06-27T16:20:16.068Z | tflt 0.426132664 |
2154 | 2024-06-27T16:20:16.068Z | dflt 0.775947654 |
2155 | 2024-06-27T16:20:16.068Z | kflt 0.001277180 |
2156 | 2024-06-27T16:20:16.092Z | lock 1:45:16.904434477 |
2157 | 2024-06-27T16:20:16.092Z | slp 1:50:31.646244430 |
2158 | 2024-06-27T16:20:16.092Z | lat 1:51.789037671 |
2159 | 2024-06-27T16:20:16.092Z | stop 5:44.789451072 |
2160 | 2024-06-27T16:20:16.092Z | + RUSTDOCFLAGS='--document-private-items -D warnings' |
2161 | 2024-06-27T16:20:16.092Z | + ptime -m cargo doc --workspace --no-deps |
2162 | 2024-06-27T16:20:17.348Z | warning: output filename collision. |
2163 | 2024-06-27T16:20:17.348Z | 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)`. |
2164 | 2024-06-27T16:20:17.348Z | Colliding filename is: /work/oxidecomputer/omicron/target/doc/oximeter/index.html |
2165 | 2024-06-27T16:20:17.348Z | The targets should have unique names. |
2166 | 2024-06-27T16:20:17.348Z | This is a known bug where multiple crates with the same name use |
2167 | 2024-06-27T16:20:17.349Z | the same path; see <https://github.com/rust-lang/cargo/issues/6313>. |
2168 | 2024-06-27T16:20:17.958Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2169 | 2024-06-27T16:20:17.986Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2170 | 2024-06-27T16:20:18.030Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
2171 | 2024-06-27T16:20:18.055Z | Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
2172 | 2024-06-27T16:20:18.080Z | Documenting xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
2173 | 2024-06-27T16:20:18.080Z | Documenting omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2174 | 2024-06-27T16:20:18.228Z | Documenting omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2175 | 2024-06-27T16:20:18.330Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2176 | 2024-06-27T16:20:18.330Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2177 | 2024-06-27T16:20:18.354Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2178 | 2024-06-27T16:20:18.381Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2179 | 2024-06-27T16:20:18.534Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
2180 | 2024-06-27T16:20:18.873Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2181 | 2024-06-27T16:20:19.047Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2182 | 2024-06-27T16:20:19.131Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2183 | 2024-06-27T16:20:20.069Z | Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2184 | 2024-06-27T16:20:21.941Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
2185 | 2024-06-27T16:20:21.970Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
2186 | 2024-06-27T16:20:22.156Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
2187 | 2024-06-27T16:20:22.234Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
2188 | 2024-06-27T16:20:22.439Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
2189 | 2024-06-27T16:20:22.491Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
2190 | 2024-06-27T16:20:22.697Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
2191 | 2024-06-27T16:20:22.918Z | Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2192 | 2024-06-27T16:20:22.965Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2193 | 2024-06-27T16:20:23.243Z | Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
2194 | 2024-06-27T16:20:23.414Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
2195 | 2024-06-27T16:20:23.666Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
2196 | 2024-06-27T16:20:23.956Z | Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
2197 | 2024-06-27T16:20:23.981Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
2198 | 2024-06-27T16:20:24.129Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
2199 | 2024-06-27T16:20:24.257Z | Documenting dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2200 | 2024-06-27T16:20:24.388Z | Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
2201 | 2024-06-27T16:20:25.119Z | Documenting db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
2202 | 2024-06-27T16:20:25.143Z | Documenting authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
2203 | 2024-06-27T16:20:26.012Z | Checking illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2204 | 2024-06-27T16:20:28.185Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2205 | 2024-06-27T16:20:28.214Z | Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
2206 | 2024-06-27T16:20:29.787Z | Compiling oximeter-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/impl) |
2207 | 2024-06-27T16:20:29.951Z | Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
2208 | 2024-06-27T16:20:30.197Z | Checking internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns) |
2209 | 2024-06-27T16:20:30.614Z | Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2210 | 2024-06-27T16:20:30.955Z | Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
2211 | 2024-06-27T16:20:31.389Z | Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
2212 | 2024-06-27T16:20:31.631Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2213 | 2024-06-27T16:20:31.725Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2214 | 2024-06-27T16:20:32.246Z | Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2215 | 2024-06-27T16:20:32.827Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2216 | 2024-06-27T16:20:32.867Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2217 | 2024-06-27T16:20:33.222Z | Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2218 | 2024-06-27T16:20:33.981Z | Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
2219 | 2024-06-27T16:20:34.827Z | Checking tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
2220 | 2024-06-27T16:20:34.943Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2221 | 2024-06-27T16:20:35.430Z | Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
2222 | 2024-06-27T16:20:36.803Z | Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
2223 | 2024-06-27T16:20:36.920Z | Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
2224 | 2024-06-27T16:20:37.024Z | Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
2225 | 2024-06-27T16:20:37.721Z | Documenting omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2226 | 2024-06-27T16:20:38.621Z | Checking installinator-artifact-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-artifact-client) |
2227 | 2024-06-27T16:20:39.431Z | Checking installinator-artifactd v0.1.0 (/work/oxidecomputer/omicron/installinator-artifactd) |
2228 | 2024-06-27T16:20:39.702Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
2229 | 2024-06-27T16:20:40.116Z | Documenting omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
2230 | 2024-06-27T16:20:41.456Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
2231 | 2024-06-27T16:20:42.135Z | Documenting sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
2232 | 2024-06-27T16:20:42.505Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
2233 | 2024-06-27T16:20:43.266Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
2234 | 2024-06-27T16:20:43.959Z | Documenting gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
2235 | 2024-06-27T16:20:44.034Z | Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2236 | 2024-06-27T16:20:44.425Z | Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2237 | 2024-06-27T16:20:45.567Z | Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2238 | 2024-06-27T16:20:46.443Z | Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2239 | 2024-06-27T16:20:47.715Z | Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
2240 | 2024-06-27T16:20:48.484Z | Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
2241 | 2024-06-27T16:20:48.928Z | Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
2242 | 2024-06-27T16:20:49.959Z | Documenting wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
2243 | 2024-06-27T16:20:52.354Z | Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
2244 | 2024-06-27T16:20:53.256Z | Documenting oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2245 | 2024-06-27T16:20:53.281Z | Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2246 | 2024-06-27T16:20:53.341Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
2247 | 2024-06-27T16:20:54.059Z | Documenting oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
2248 | 2024-06-27T16:20:54.164Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2249 | 2024-06-27T16:20:55.051Z | Documenting omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2250 | 2024-06-27T16:21:12.675Z | Documenting end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
2251 | 2024-06-27T16:21:13.105Z | Checking end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
2252 | 2024-06-27T16:21:20.540Z | Documenting oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2253 | 2024-06-27T16:21:23.556Z | Documenting nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
2254 | 2024-06-27T16:21:24.189Z | Documenting nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
2255 | 2024-06-27T16:21:28.091Z | Documenting nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2256 | 2024-06-27T16:21:38.729Z | Documenting nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
2257 | 2024-06-27T16:21:38.825Z | Documenting nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
2258 | 2024-06-27T16:21:45.708Z | Documenting nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
2259 | 2024-06-27T16:21:45.825Z | Documenting nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
2260 | 2024-06-27T16:22:00.864Z | Documenting nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
2261 | 2024-06-27T16:22:03.567Z | Documenting oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2262 | 2024-06-27T16:22:05.966Z | Documenting oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2263 | 2024-06-27T16:22:06.142Z | Documenting wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
2264 | 2024-06-27T16:22:07.151Z | Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
2265 | 2024-06-27T16:22:08.083Z | Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
2266 | 2024-06-27T16:22:08.931Z | Documenting nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
2267 | 2024-06-27T16:22:09.233Z | Documenting nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
2268 | 2024-06-27T16:22:16.597Z | Documenting omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
2269 | 2024-06-27T16:22:21.871Z | Documenting nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
2270 | 2024-06-27T16:22:29.041Z | Documenting nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
2271 | 2024-06-27T16:22:39.167Z | Documenting nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
2272 | 2024-06-27T16:22:40.754Z | Documenting wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
2273 | 2024-06-27T16:22:55.244Z | Documenting installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
2274 | 2024-06-27T16:23:05.834Z | Documenting wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
2275 | 2024-06-27T16:23:10.535Z | Documenting omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
2276 | 2024-06-27T16:23:11.661Z | Documenting update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
2277 | 2024-06-27T16:23:16.653Z | Documenting tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous) |
2278 | 2024-06-27T16:23:20.124Z | Documenting omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng) |
2279 | 2024-06-27T16:23:23.517Z | Documenting nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2280 | 2024-06-27T16:23:24.712Z | Documenting crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed) |
2281 | 2024-06-27T16:23:27.127Z | Documenting oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
2282 | 2024-06-27T16:23:29.081Z | Documenting omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
2283 | 2024-06-27T16:23:29.838Z | Documenting sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2284 | 2024-06-27T16:23:33.882Z | Documenting dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
2285 | 2024-06-27T16:23:37.942Z | Documenting installinator-artifact-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-artifact-client) |
2286 | 2024-06-27T16:23:38.063Z | Documenting installinator-artifactd v0.1.0 (/work/oxidecomputer/omicron/installinator-artifactd) |
2287 | 2024-06-27T16:23:38.090Z | Documenting internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns-cli) |
2288 | 2024-06-27T16:23:38.945Z | Documenting bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2289 | 2024-06-27T16:23:40.534Z | Documenting bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2290 | 2024-06-27T16:23:43.738Z | Documenting wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
2291 | 2024-06-27T16:23:44.845Z | Documenting sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2292 | 2024-06-27T16:23:45.801Z | Documenting omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2293 | 2024-06-27T16:23:51.729Z | Documenting installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2294 | 2024-06-27T16:23:53.283Z | Documenting zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
2295 | 2024-06-27T16:23:53.627Z | Documenting sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
2296 | 2024-06-27T16:23:53.946Z | Documenting omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
2297 | 2024-06-27T16:23:56.680Z | Documenting gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli) |
2298 | 2024-06-27T16:23:58.912Z | Documenting oximeter-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/impl) |
2299 | 2024-06-27T16:23:58.956Z | Documenting tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
2300 | 2024-06-27T16:24:02.658Z | Documenting illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2301 | 2024-06-27T16:24:05.470Z | Documenting nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
2302 | 2024-06-27T16:24:06.054Z | Documenting internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns) |
2303 | 2024-06-27T16:24:06.951Z | Documenting ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
2304 | 2024-06-27T16:24:10.718Z | Documenting nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
2305 | 2024-06-27T16:24:12.903Z | Documenting oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
2306 | 2024-06-27T16:24:15.419Z | Documenting key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2307 | 2024-06-27T16:24:17.764Z | Documenting sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2308 | 2024-06-27T16:24:17.789Z | Documenting omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2309 | 2024-06-27T16:24:21.736Z | Documenting omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
2310 | 2024-06-27T16:24:22.052Z | Documenting api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2311 | 2024-06-27T16:24:22.106Z | Documenting update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2312 | 2024-06-27T16:24:23.929Z | Documenting cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
2313 | 2024-06-27T16:24:25.409Z | Documenting dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2314 | 2024-06-27T16:24:25.725Z | Documenting nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros) |
2315 | 2024-06-27T16:24:26.630Z | Documenting nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
2316 | 2024-06-27T16:24:27.955Z | Documenting typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
2317 | 2024-06-27T16:24:30.422Z | Documenting omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2318 | 2024-06-27T16:24:31.523Z | Documenting gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2319 | 2024-06-27T16:24:31.992Z | Documenting oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2320 | 2024-06-27T16:24:33.364Z | Documenting oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2321 | 2024-06-27T16:24:33.432Z | Documenting oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
2322 | 2024-06-27T16:25:08.282Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4m 52s |
2323 | 2024-06-27T16:25:08.398Z | Generated /work/oxidecomputer/omicron/target/doc/api_identity/index.html and 97 other files |
2324 | 2024-06-27T16:25:08.454Z | |
2325 | 2024-06-27T16:25:08.454Z | real 4:52.361495874 |
2326 | 2024-06-27T16:25:08.454Z | user 15:27.903263391 |
2327 | 2024-06-27T16:25:08.454Z | sys 18:59.378723290 |
2328 | 2024-06-27T16:25:08.454Z | trap 0.303585722 |
2329 | 2024-06-27T16:25:08.454Z | tflt 0.047607375 |
2330 | 2024-06-27T16:25:08.454Z | dflt 0.350817294 |
2331 | 2024-06-27T16:25:08.454Z | kflt 0.000106987 |
2332 | 2024-06-27T16:25:08.478Z | lock 43:04.754089393 |
2333 | 2024-06-27T16:25:08.479Z | slp 1:13:55.554489679 |
2334 | 2024-06-27T16:25:08.479Z | lat 51.159592833 |
2335 | 2024-06-27T16:25:08.479Z | stop 35.466304035 |
2336 | 2024-06-27T16:25:08.479Z | process exited: duration 882969 ms, exit code 0 |
|
2337 | 2024-06-27T16:25:08.528Z | found 0 output files |