|
|
|
1 | 2024-06-27T21:13:21.797Z | job assigned to worker 01J1DRNZ9S8G83XF6DW00BDBF9 (queued for 54 s) |
|
2 | 2024-06-27T21:13:29.366Z | starting task 0: "setup" |
3 | 2024-06-27T21:13:29.464Z | ++ uname -s |
4 | 2024-06-27T21:13:29.469Z | + kern=SunOS |
5 | 2024-06-27T21:13:29.469Z | + case "$kern" in |
6 | 2024-06-27T21:13:29.469Z | + groupadd -g 12345 build |
7 | 2024-06-27T21:13:29.469Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
8 | 2024-06-27T21:13:31.478Z | + zfs create -o mountpoint=/work rpool/work |
9 | 2024-06-27T21:13:31.638Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
10 | 2024-06-27T21:13:31.640Z | + home_fs=zfs |
11 | 2024-06-27T21:13:31.641Z | + [[ zfs == autofs ]] |
12 | 2024-06-27T21:13:31.641Z | + mkdir -p /home/build |
13 | 2024-06-27T21:13:31.643Z | + chown build:build /home/build /work |
14 | 2024-06-27T21:13:32.645Z | + chmod 0700 /home/build /work |
15 | 2024-06-27T21:13:32.648Z | process exited: duration 3281 ms, exit code 0 |
|
16 | 2024-06-27T21:13:32.654Z | starting task 1: "rust-toolchain" |
17 | 2024-06-27T21:13:32.659Z | + printf ' * toolchain channel = "%s" |
18 | 2024-06-27T21:13:32.659Z | ' 1.78.0 |
19 | 2024-06-27T21:13:32.662Z | + printf ' * toolchain profile = "%s" |
20 | 2024-06-27T21:13:32.662Z | * toolchain channel = "1.78.0" |
21 | 2024-06-27T21:13:32.662Z | * toolchain profile = "default" |
22 | 2024-06-27T21:13:32.662Z | ' default |
23 | 2024-06-27T21:13:32.663Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
24 | 2024-06-27T21:13:32.663Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.78.0 --profile default |
25 | 2024-06-27T21:13:32.776Z | info: downloading installer |
26 | 2024-06-27T21:13:34.050Z | info: profile set to 'default' |
27 | 2024-06-27T21:13:34.050Z | info: default host triple is x86_64-unknown-illumos |
28 | 2024-06-27T21:13:34.054Z | info: syncing channel updates for '1.78.0-x86_64-unknown-illumos' |
29 | 2024-06-27T21:13:34.178Z | info: latest update on 2024-05-02, rust version 1.78.0 (9b00956e5 2024-04-29) |
30 | 2024-06-27T21:13:34.178Z | info: downloading component 'cargo' |
31 | 2024-06-27T21:13:34.835Z | info: downloading component 'clippy' |
32 | 2024-06-27T21:13:35.060Z | info: downloading component 'rust-docs' |
33 | 2024-06-27T21:13:35.927Z | info: downloading component 'rust-std' |
34 | 2024-06-27T21:13:37.307Z | info: downloading component 'rustc' |
35 | 2024-06-27T21:13:40.790Z | info: downloading component 'rustfmt' |
36 | 2024-06-27T21:13:40.984Z | info: installing component 'cargo' |
37 | 2024-06-27T21:13:41.904Z | info: installing component 'clippy' |
38 | 2024-06-27T21:13:42.289Z | info: installing component 'rust-docs' |
39 | 2024-06-27T21:13:43.819Z | info: installing component 'rust-std' |
40 | 2024-06-27T21:13:45.640Z | info: installing component 'rustc' |
41 | 2024-06-27T21:13:50.375Z | info: installing component 'rustfmt' |
42 | 2024-06-27T21:13:50.720Z | info: default toolchain set to '1.78.0-x86_64-unknown-illumos' |
43 | 2024-06-27T21:13:50.720Z | |
44 | 2024-06-27T21:13:50.990Z | 1.78.0-x86_64-unknown-illumos installed - rustc 1.78.0 (9b00956e5 2024-04-29) |
45 | 2024-06-27T21:13:50.990Z | |
46 | 2024-06-27T21:13:50.993Z | |
47 | 2024-06-27T21:13:50.993Z | Rust is installed now. Great! |
48 | 2024-06-27T21:13:50.993Z | |
49 | 2024-06-27T21:13:50.993Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
50 | 2024-06-27T21:13:50.993Z | environment variable. This has not been done automatically. |
51 | 2024-06-27T21:13:50.993Z | |
52 | 2024-06-27T21:13:50.993Z | To configure your current shell, you need to source |
53 | 2024-06-27T21:13:50.993Z | the corresponding env file under $HOME/.cargo. |
54 | 2024-06-27T21:13:50.993Z | |
55 | 2024-06-27T21:13:50.993Z | This is usually done by running one of the following (note the leading DOT): |
56 | 2024-06-27T21:13:50.993Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
57 | 2024-06-27T21:13:50.993Z | source "$HOME/.cargo/env.fish" # For fish |
58 | 2024-06-27T21:13:51.071Z | + rustc --version |
59 | 2024-06-27T21:13:51.137Z | rustc 1.78.0 (9b00956e5 2024-04-29) |
60 | 2024-06-27T21:13:51.141Z | process exited: duration 18485 ms, exit code 0 |
|
61 | 2024-06-27T21:13:51.148Z | starting task 2: "authentication" |
62 | 2024-06-27T21:13:51.169Z | process exited: duration 21 ms, exit code 0 |
|
63 | 2024-06-27T21:13:51.182Z | starting task 3: "clone repository" |
64 | 2024-06-27T21:13:51.187Z | + mkdir -p /work/oxidecomputer/omicron |
65 | 2024-06-27T21:13:51.191Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
66 | 2024-06-27T21:13:51.395Z | Cloning into '/work/oxidecomputer/omicron'... |
67 | 2024-06-27T21:13:56.810Z | + cd /work/oxidecomputer/omicron |
68 | 2024-06-27T21:13:56.810Z | + git fetch origin 902960241aeafaaa19d8ffef435eb4a8551d5024 |
69 | 2024-06-27T21:13:57.104Z | From https://github.com/oxidecomputer/omicron |
70 | 2024-06-27T21:13:57.104Z | * branch 902960241aeafaaa19d8ffef435eb4a8551d5024 -> FETCH_HEAD |
71 | 2024-06-27T21:13:57.114Z | + [[ -n cte-excise ]] |
72 | 2024-06-27T21:13:57.116Z | ++ git branch --show-current |
73 | 2024-06-27T21:13:57.119Z | + current=main |
74 | 2024-06-27T21:13:57.119Z | + [[ main != cte-excise ]] |
75 | 2024-06-27T21:13:57.119Z | + git branch -f cte-excise 902960241aeafaaa19d8ffef435eb4a8551d5024 |
76 | 2024-06-27T21:13:57.122Z | + git checkout -f cte-excise |
77 | 2024-06-27T21:13:57.258Z | Switched to branch 'cte-excise' |
78 | 2024-06-27T21:13:57.261Z | + git reset --hard 902960241aeafaaa19d8ffef435eb4a8551d5024 |
79 | 2024-06-27T21:13:57.394Z | HEAD is now at 902960241 [nexus] Remove old CTE builder machinery |
80 | 2024-06-27T21:13:57.397Z | process exited: duration 6213 ms, exit code 0 |
|
81 | 2024-06-27T21:13:57.403Z | starting task 4: "build" |
82 | 2024-06-27T21:13:57.409Z | + cargo --version |
83 | 2024-06-27T21:13:57.465Z | cargo 1.78.0 (54d8815d0 2024-03-26) |
84 | 2024-06-27T21:13:57.468Z | + rustc --version |
85 | 2024-06-27T21:13:57.526Z | rustc 1.78.0 (9b00956e5 2024-04-29) |
86 | 2024-06-27T21:13:57.529Z | + source ./env.sh |
87 | 2024-06-27T21:13:57.529Z | ++ OLD_SHELL_OPTS=ehxB |
88 | 2024-06-27T21:13:57.529Z | ++ set -o xtrace |
89 | 2024-06-27T21:13:57.532Z | ++++ dirname ./env.sh |
90 | 2024-06-27T21:13:57.535Z | +++ readlink -f . |
91 | 2024-06-27T21:13:57.561Z | ++ OMICRON_WS=/work/oxidecomputer/omicron |
92 | 2024-06-27T21:13:57.561Z | ++ 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-27T21:13:57.561Z | ++ 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-27T21:13:57.564Z | ++ 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-27T21:13:57.564Z | ++ 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-27T21:13:57.564Z | ++ 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-27T21:13:57.564Z | ++ 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-27T21:13:57.564Z | ++ 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-27T21:13:57.564Z | ++ 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-27T21:13:57.564Z | ++ case $OLD_SHELL_OPTS in |
101 | 2024-06-27T21:13:57.564Z | ++ unset OLD_SHELL_OPTS OMICRON_WS |
102 | 2024-06-27T21:13:57.564Z | + banner prerequisites |
103 | 2024-06-27T21:13:57.586Z | |
104 | 2024-06-27T21:13:57.586Z | ##### ##### ###### ##### ###### #### # # # #### # |
105 | 2024-06-27T21:13:57.587Z | # # # # # # # # # # # # # # # |
106 | 2024-06-27T21:13:57.587Z | # # # # ##### # # ##### # # # # # #### # |
107 | 2024-06-27T21:13:57.587Z | ##### ##### # ##### # # # # # # # # # |
108 | 2024-06-27T21:13:57.587Z | # # # # # # # # # # # # # # # |
109 | 2024-06-27T21:13:57.587Z | # # # ###### # # ###### ### # #### # #### # |
110 | 2024-06-27T21:13:57.587Z | |
111 | 2024-06-27T21:13:57.590Z | + ptime -m bash ./tools/install_builder_prerequisites.sh -y |
112 | 2024-06-27T21:14:04.137Z | Startup: Refreshing catalog 'helios-dev' ... Done |
113 | 2024-06-27T21:14:06.178Z | Startup: Caching catalogs ... Done |
114 | 2024-06-27T21:14:08.763Z | Planning: Solver setup ... Done (2.110s) |
115 | 2024-06-27T21:14:08.803Z | Planning: Running solver ... Done (0.040s) |
116 | 2024-06-27T21:14:08.849Z | Planning: Finding local manifests ... Done (0.005s) |
117 | 2024-06-27T21:14:08.863Z | Planning: Fetching manifests: 0/4 0% complete |
118 | 2024-06-27T21:14:09.269Z | Planning: Fetching manifests: 4/4 100% complete |
119 | 2024-06-27T21:14:09.318Z | Planning: Package planning ... Done (0.050s) |
120 | 2024-06-27T21:14:09.368Z | Planning: Merging actions ... Done (0.049s) |
121 | 2024-06-27T21:14:10.903Z | Planning: Checking for conflicting actions ... Done (1.535s) |
122 | 2024-06-27T21:14:10.914Z | Planning: Consolidating action changes ... Done (0.011s) |
123 | 2024-06-27T21:14:19.534Z | Planning: Evaluating mediators ... Done (8.618s) |
124 | 2024-06-27T21:14:19.544Z | Planning: Planning completed in 13.30 seconds |
125 | 2024-06-27T21:14:19.559Z | Packages to install: 4 |
126 | 2024-06-27T21:14:19.559Z | Mediators to change: 2 |
127 | 2024-06-27T21:14:19.561Z | Services to change: 1 |
128 | 2024-06-27T21:14:19.562Z | Estimated space available: 155.77 GB |
129 | 2024-06-27T21:14:19.562Z | Estimated space to be consumed: 1.46 GB |
130 | 2024-06-27T21:14:19.562Z | Create boot environment: No |
131 | 2024-06-27T21:14:19.562Z | Create backup boot environment: No |
132 | 2024-06-27T21:14:19.562Z | Rebuild boot archive: No |
133 | 2024-06-27T21:14:19.562Z | |
134 | 2024-06-27T21:14:19.562Z | Changed mediators: |
135 | 2024-06-27T21:14:19.562Z | mediator clang: |
136 | 2024-06-27T21:14:19.562Z | version: None -> 15 (system default) |
137 | 2024-06-27T21:14:19.562Z | |
138 | 2024-06-27T21:14:19.562Z | mediator llvm: |
139 | 2024-06-27T21:14:19.562Z | version: 14 (system default) -> 15 (system default) |
140 | 2024-06-27T21:14:19.562Z | |
141 | 2024-06-27T21:14:19.562Z | Changed packages: |
142 | 2024-06-27T21:14:19.562Z | helios-dev |
143 | 2024-06-27T21:14:19.562Z | developer/build-essential |
144 | 2024-06-27T21:14:19.562Z | None -> 11-2.0 |
145 | 2024-06-27T21:14:19.562Z | library/libxmlsec1 |
146 | 2024-06-27T21:14:19.562Z | None -> 1.2.35-2.0 |
147 | 2024-06-27T21:14:19.562Z | ooce/developer/clang-15 |
148 | 2024-06-27T21:14:19.562Z | None -> 15.0.7-2.0 |
149 | 2024-06-27T21:14:19.562Z | ooce/developer/llvm-15 |
150 | 2024-06-27T21:14:19.562Z | None -> 15.0.7-2.0 |
151 | 2024-06-27T21:14:19.562Z | |
152 | 2024-06-27T21:14:19.562Z | Services: |
153 | 2024-06-27T21:14:19.562Z | restart_fmri: |
154 | 2024-06-27T21:14:19.562Z | svc:/system/update-man-index:default |
155 | 2024-06-27T21:14:19.793Z | |
156 | 2024-06-27T21:14:19.793Z | Download: 0/3290 items 0.0/212.6MB 0% complete |
157 | 2024-06-27T21:14:24.796Z | Download: 791/3290 items 18.6/212.6MB 8% complete (3.8M/s) |
158 | 2024-06-27T21:14:31.570Z | Download: 1197/3290 items 83.5/212.6MB 39% complete (11.9M/s) |
159 | 2024-06-27T21:14:36.570Z | Download: 2743/3290 items 120.6/212.6MB 56% complete (4.5M/s) |
160 | 2024-06-27T21:14:41.501Z | Download: Completed 212.60 MB in 21.71 seconds (9.8M/s) |
161 | 2024-06-27T21:14:42.709Z | Actions: 1/3689 actions (Installing new actions) |
162 | 2024-06-27T21:14:47.730Z | Actions: 3547/3689 actions (Installing new actions) |
163 | 2024-06-27T21:14:49.006Z | Actions: Completed 3689 actions in 6.30 seconds. |
164 | 2024-06-27T21:14:49.139Z | Done (0.128s) |
165 | 2024-06-27T21:14:49.139Z | Done (0.000s) |
166 | 2024-06-27T21:14:49.455Z | Done (0.315s) |
167 | 2024-06-27T21:14:56.375Z | Done (6.758s) |
168 | 2024-06-27T21:14:56.640Z | Done (0.195s) |
169 | 2024-06-27T21:14:56.643Z | Done (0.000s) |
170 | 2024-06-27T21:14:56.847Z | Done (0.000s) |
171 | 2024-06-27T21:14:57.423Z | Planning: Evaluating mediator changes ... Done |
172 | 2024-06-27T21:14:57.590Z | Planning: Checking for conflicting actions ... Done |
173 | 2024-06-27T21:14:57.592Z | Planning: Consolidating action changes ... Done |
174 | 2024-06-27T21:14:57.866Z | Planning: Evaluating mediators ... Done |
175 | 2024-06-27T21:14:57.869Z | Planning: Planning completed in 0.44 seconds |
176 | 2024-06-27T21:14:57.900Z | Mediators to change: 2 |
177 | 2024-06-27T21:14:57.900Z | Create boot environment: No |
178 | 2024-06-27T21:14:57.900Z | Create backup boot environment: No |
179 | 2024-06-27T21:14:57.969Z | Done |
180 | 2024-06-27T21:14:57.969Z | Done |
181 | 2024-06-27T21:14:58.178Z | Done |
182 | 2024-06-27T21:15:01.961Z | Done |
183 | 2024-06-27T21:15:02.051Z | Done |
184 | 2024-06-27T21:15:02.051Z | Done |
185 | 2024-06-27T21:15:02.207Z | Done |
186 | 2024-06-27T21:15:02.849Z | Planning: Evaluating mediator changes ... Done |
187 | 2024-06-27T21:15:02.851Z | Planning: Merging actions ... Done |
188 | 2024-06-27T21:15:03.049Z | Planning: Checking for conflicting actions ... Done |
189 | 2024-06-27T21:15:03.054Z | Planning: Consolidating action changes ... Done |
190 | 2024-06-27T21:15:03.327Z | Planning: Evaluating mediators ... Done |
191 | 2024-06-27T21:15:03.386Z | Planning: Planning completed in 0.79 seconds |
192 | 2024-06-27T21:15:03.422Z | Packages to change: 1 |
193 | 2024-06-27T21:15:03.422Z | Mediators to change: 1 |
194 | 2024-06-27T21:15:03.422Z | Services to change: 1 |
195 | 2024-06-27T21:15:03.422Z | Create boot environment: No |
196 | 2024-06-27T21:15:03.425Z | Create backup boot environment: Yes |
197 | 2024-06-27T21:15:05.480Z | Actions: 1/6 actions (Updating modified actions) |
198 | 2024-06-27T21:15:05.579Z | Actions: Completed 6 actions in 0.10 seconds. |
199 | 2024-06-27T21:15:05.579Z | Done |
200 | 2024-06-27T21:15:05.579Z | Done |
201 | 2024-06-27T21:15:05.647Z | Done |
202 | 2024-06-27T21:15:09.372Z | Done |
203 | 2024-06-27T21:15:09.457Z | Done |
204 | 2024-06-27T21:15:09.460Z | Done |
205 | 2024-06-27T21:15:09.662Z | Done |
206 | 2024-06-27T21:15:10.117Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
207 | 2024-06-27T21:15:10.117Z | clang system 15 system |
208 | 2024-06-27T21:15:10.117Z | csh system system illumos |
209 | 2024-06-27T21:15:10.117Z | ctags system system illumos |
210 | 2024-06-27T21:15:10.118Z | gcc vendor 12 vendor |
211 | 2024-06-27T21:15:10.118Z | gcc system 10 system |
212 | 2024-06-27T21:15:10.118Z | gcc system 7 system |
213 | 2024-06-27T21:15:10.118Z | go system 1.20 system |
214 | 2024-06-27T21:15:10.118Z | go system 1.19 system |
215 | 2024-06-27T21:15:10.118Z | llvm system 15 system |
216 | 2024-06-27T21:15:10.118Z | llvm system 14 system |
217 | 2024-06-27T21:15:10.118Z | mariadb system 10.6 system |
218 | 2024-06-27T21:15:10.118Z | mta vendor vendor dma |
219 | 2024-06-27T21:15:10.118Z | openjdk system 17 system |
220 | 2024-06-27T21:15:10.118Z | openjdk system 11 system |
221 | 2024-06-27T21:15:10.118Z | openjdk system 1.8 system |
222 | 2024-06-27T21:15:10.118Z | openssl vendor 3 vendor |
223 | 2024-06-27T21:15:10.119Z | perl system 5.36 system |
224 | 2024-06-27T21:15:10.119Z | postgresql system 15 system |
225 | 2024-06-27T21:15:10.119Z | postgresql system 13 system |
226 | 2024-06-27T21:15:10.119Z | python vendor 3 vendor |
227 | 2024-06-27T21:15:10.119Z | python system 2 system |
228 | 2024-06-27T21:15:10.119Z | python3 system 3.11 system |
229 | 2024-06-27T21:15:10.119Z | ruby system 3.0 system |
230 | 2024-06-27T21:15:10.119Z | words vendor vendor american-english |
231 | 2024-06-27T21:15:10.119Z | words system system australian-english |
232 | 2024-06-27T21:15:10.119Z | words system system british-english |
233 | 2024-06-27T21:15:10.119Z | words system system canadian-english |
234 | 2024-06-27T21:15:10.119Z | words system system french |
235 | 2024-06-27T21:15:10.119Z | words system system italian |
236 | 2024-06-27T21:15:10.119Z | words system system ngerman |
237 | 2024-06-27T21:15:10.119Z | words system system ogerman |
238 | 2024-06-27T21:15:10.119Z | words system system spanish |
239 | 2024-06-27T21:15:10.462Z | PUBLISHER TYPE STATUS P LOCATION |
240 | 2024-06-27T21:15:10.462Z | helios-dev origin online F https://pkg.oxide.computer/helios/2/dev/ |
241 | 2024-06-27T21:15:11.966Z | FMRI IFO |
242 | 2024-06-27T21:15:11.966Z | pkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im- |
243 | 2024-06-27T21:15:11.967Z | pkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i-- |
244 | 2024-06-27T21:15:11.967Z | pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im- |
245 | 2024-06-27T21:15:11.967Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im- |
246 | 2024-06-27T21:15:11.967Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z --- |
247 | 2024-06-27T21:15:11.967Z | pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i-- |
248 | 2024-06-27T21:15:11.967Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z i-- |
249 | 2024-06-27T21:15:11.967Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z --- |
250 | 2024-06-27T21:15:11.967Z | pkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z i-- |
251 | 2024-06-27T21:15:11.967Z | pkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z --- |
252 | 2024-06-27T21:15:11.967Z | pkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z i-- |
253 | 2024-06-27T21:15:11.967Z | pkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z --- |
254 | 2024-06-27T21:15:12.491Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
255 | 2024-06-27T21:15:12.780Z | Updating git repository `https://github.com/oxidecomputer/zone` |
256 | 2024-06-27T21:15:13.066Z | Updating crates.io index |
257 | 2024-06-27T21:15:13.112Z | Updating git repository `https://github.com/oxidecomputer/dropshot` |
258 | 2024-06-27T21:15:13.896Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
259 | 2024-06-27T21:15:14.620Z | Updating git repository `https://github.com/oxidecomputer/oxnet` |
260 | 2024-06-27T21:15:14.875Z | Updating git repository `https://github.com/oxidecomputer/progenitor` |
261 | 2024-06-27T21:15:17.002Z | Updating git repository `http://github.com/oxidecomputer/serde_human_bytes` |
262 | 2024-06-27T21:15:17.543Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
263 | 2024-06-27T21:15:17.817Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
264 | 2024-06-27T21:15:18.834Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
265 | 2024-06-27T21:15:20.928Z | Updating git repository `https://github.com/oxidecomputer/opte` |
266 | 2024-06-27T21:15:22.149Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
267 | 2024-06-27T21:15:22.796Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
268 | 2024-06-27T21:15:23.372Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
269 | 2024-06-27T21:15:23.688Z | Updating git repository `http://github.com/oxidecomputer/sprockets` |
270 | 2024-06-27T21:15:24.051Z | Updating git repository `https://github.com/oxidecomputer/async-bb8-diesel` |
271 | 2024-06-27T21:15:24.309Z | Updating git repository `https://github.com/oxidecomputer/diesel-dtrace` |
272 | 2024-06-27T21:15:24.607Z | Updating git repository `http://github.com/oxidecomputer/tofino` |
273 | 2024-06-27T21:15:24.933Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
274 | 2024-06-27T21:15:25.215Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
275 | 2024-06-27T21:15:25.552Z | Updating git repository `https://github.com/oxidecomputer/libnvme` |
276 | 2024-06-27T21:15:25.865Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
277 | 2024-06-27T21:15:26.168Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
278 | 2024-06-27T21:15:26.478Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
279 | 2024-06-27T21:15:26.779Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
280 | 2024-06-27T21:15:27.380Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
281 | 2024-06-27T21:15:27.650Z | Updating git repository `https://github.com/cbiffle/hubpack.git` |
282 | 2024-06-27T21:15:27.953Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
283 | 2024-06-27T21:15:28.510Z | Updating git repository `https://github.com/oxidecomputer/typify` |
284 | 2024-06-27T21:15:30.518Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
285 | 2024-06-27T21:15:30.855Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
286 | 2024-06-27T21:15:31.130Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
287 | 2024-06-27T21:15:31.953Z | Updating git repository `https://github.com/oxidecomputer/rfb` |
288 | 2024-06-27T21:15:32.953Z | Downloading crates ... |
289 | 2024-06-27T21:15:33.036Z | Downloaded cargo-platform v0.1.8 |
290 | 2024-06-27T21:15:33.039Z | Downloaded bytecount v0.6.8 |
291 | 2024-06-27T21:15:33.042Z | Downloaded autocfg v1.3.0 |
292 | 2024-06-27T21:15:33.042Z | Downloaded anstyle v1.0.7 |
293 | 2024-06-27T21:15:33.045Z | Downloaded bitflags v2.5.0 |
294 | 2024-06-27T21:15:33.048Z | Downloaded adler v1.0.2 |
295 | 2024-06-27T21:15:33.052Z | Downloaded foreign-types v0.3.2 |
296 | 2024-06-27T21:15:33.052Z | Downloaded anstyle-query v1.0.3 |
297 | 2024-06-27T21:15:33.055Z | Downloaded dtrace-parser v0.2.0 |
298 | 2024-06-27T21:15:33.061Z | Downloaded openssl-probe v0.1.5 |
299 | 2024-06-27T21:15:33.064Z | Downloaded is_terminal_polyfill v1.70.0 |
300 | 2024-06-27T21:15:33.067Z | Downloaded match_cfg v0.1.0 |
301 | 2024-06-27T21:15:33.067Z | Downloaded num_threads v0.1.7 |
302 | 2024-06-27T21:15:33.071Z | Downloaded block-buffer v0.10.4 |
303 | 2024-06-27T21:15:33.074Z | Downloaded futures-task v0.3.30 |
304 | 2024-06-27T21:15:33.077Z | Downloaded sync_wrapper v0.1.2 |
305 | 2024-06-27T21:15:33.077Z | Downloaded crypto-common v0.1.6 |
306 | 2024-06-27T21:15:33.080Z | Downloaded cfg-if v1.0.0 |
307 | 2024-06-27T21:15:33.080Z | Downloaded futures-io v0.3.30 |
308 | 2024-06-27T21:15:33.083Z | Downloaded errno v0.3.9 |
309 | 2024-06-27T21:15:33.083Z | Downloaded take_mut v0.2.2 |
310 | 2024-06-27T21:15:33.086Z | Downloaded memmap v0.7.0 |
311 | 2024-06-27T21:15:33.086Z | Downloaded form_urlencoded v1.2.1 |
312 | 2024-06-27T21:15:33.089Z | Downloaded try-lock v0.2.5 |
313 | 2024-06-27T21:15:33.089Z | Downloaded heck v0.5.0 |
314 | 2024-06-27T21:15:33.089Z | Downloaded digest v0.10.7 |
315 | 2024-06-27T21:15:33.091Z | Downloaded dirs-sys-next v0.1.2 |
316 | 2024-06-27T21:15:33.092Z | Downloaded tinyvec_macros v0.1.1 |
317 | 2024-06-27T21:15:33.095Z | Downloaded futures-core v0.3.30 |
318 | 2024-06-27T21:15:33.095Z | Downloaded cpufeatures v0.2.12 |
319 | 2024-06-27T21:15:33.097Z | Downloaded slog-async v2.8.0 |
320 | 2024-06-27T21:15:33.097Z | Downloaded pkg-config v0.3.30 |
321 | 2024-06-27T21:15:33.100Z | Downloaded anstyle-parse v0.2.4 |
322 | 2024-06-27T21:15:33.104Z | Downloaded clap_lex v0.7.0 |
323 | 2024-06-27T21:15:33.104Z | Downloaded pin-utils v0.1.0 |
324 | 2024-06-27T21:15:33.108Z | Downloaded scroll_derive v0.12.0 |
325 | 2024-06-27T21:15:33.108Z | Downloaded pretty-hex v0.4.1 |
326 | 2024-06-27T21:15:33.108Z | Downloaded byteorder v1.5.0 |
327 | 2024-06-27T21:15:33.111Z | Downloaded rustls-pemfile v1.0.4 |
328 | 2024-06-27T21:15:33.114Z | Downloaded serde_tokenstream v0.2.0 |
329 | 2024-06-27T21:15:33.117Z | Downloaded pest_generator v2.7.10 |
330 | 2024-06-27T21:15:33.120Z | Downloaded powerfmt v0.2.0 |
331 | 2024-06-27T21:15:33.120Z | Downloaded strsim v0.11.1 |
332 | 2024-06-27T21:15:33.123Z | Downloaded slog-json v2.6.1 |
333 | 2024-06-27T21:15:33.123Z | Downloaded utf8parse v0.2.1 |
334 | 2024-06-27T21:15:33.124Z | Downloaded thread-id v4.2.1 |
335 | 2024-06-27T21:15:33.127Z | Downloaded terminal_size v0.3.0 |
336 | 2024-06-27T21:15:33.127Z | Downloaded num-conv v0.1.0 |
337 | 2024-06-27T21:15:33.130Z | Downloaded foreign-types-shared v0.1.1 |
338 | 2024-06-27T21:15:33.130Z | Downloaded openssl-macros v0.1.1 |
339 | 2024-06-27T21:15:33.130Z | Downloaded equivalent v1.0.1 |
340 | 2024-06-27T21:15:33.130Z | Downloaded usdt-impl v0.5.0 |
341 | 2024-06-27T21:15:33.134Z | Downloaded is-terminal v0.4.12 |
342 | 2024-06-27T21:15:33.139Z | Downloaded version_check v0.9.4 |
343 | 2024-06-27T21:15:33.139Z | Downloaded usdt v0.5.0 |
344 | 2024-06-27T21:15:33.142Z | Downloaded native-tls v0.2.11 |
345 | 2024-06-27T21:15:33.142Z | Downloaded camino v1.1.7 |
346 | 2024-06-27T21:15:33.142Z | Downloaded want v0.3.1 |
347 | 2024-06-27T21:15:33.144Z | Downloaded tower-service v0.3.2 |
348 | 2024-06-27T21:15:33.144Z | Downloaded strum v0.26.2 |
349 | 2024-06-27T21:15:33.144Z | Downloaded ipnet v2.9.0 |
350 | 2024-06-27T21:15:33.147Z | Downloaded smallvec v1.13.2 |
351 | 2024-06-27T21:15:33.150Z | Downloaded cargo_toml v0.20.3 |
352 | 2024-06-27T21:15:33.153Z | Downloaded time-core v0.1.2 |
353 | 2024-06-27T21:15:33.153Z | Downloaded futures-sink v0.3.30 |
354 | 2024-06-27T21:15:33.153Z | Downloaded fnv v1.0.7 |
355 | 2024-06-27T21:15:33.153Z | Downloaded filetime v0.2.23 |
356 | 2024-06-27T21:15:33.156Z | Downloaded usdt-macro v0.5.0 |
357 | 2024-06-27T21:15:33.156Z | Downloaded hostname v0.3.1 |
358 | 2024-06-27T21:15:33.159Z | Downloaded cargo_metadata v0.18.1 |
359 | 2024-06-27T21:15:33.159Z | Downloaded serde_urlencoded v0.7.1 |
360 | 2024-06-27T21:15:33.162Z | Downloaded dof v0.3.0 |
361 | 2024-06-27T21:15:33.163Z | Downloaded serde_spanned v0.6.6 |
362 | 2024-06-27T21:15:33.163Z | Downloaded scopeguard v1.2.0 |
363 | 2024-06-27T21:15:33.165Z | Downloaded scroll v0.12.0 |
364 | 2024-06-27T21:15:33.165Z | Downloaded rustversion v1.0.17 |
365 | 2024-06-27T21:15:33.168Z | Downloaded thiserror-impl v1.0.60 |
366 | 2024-06-27T21:15:33.171Z | Downloaded num_cpus v1.16.0 |
367 | 2024-06-27T21:15:33.173Z | Downloaded fs-err v2.11.0 |
368 | 2024-06-27T21:15:33.176Z | Downloaded term v0.7.0 |
369 | 2024-06-27T21:15:33.178Z | Downloaded strum_macros v0.26.2 |
370 | 2024-06-27T21:15:33.181Z | Downloaded percent-encoding v2.3.1 |
371 | 2024-06-27T21:15:33.181Z | Downloaded mime v0.3.17 |
372 | 2024-06-27T21:15:33.181Z | Downloaded unicode-width v0.1.12 |
373 | 2024-06-27T21:15:33.184Z | Downloaded macaddr v1.0.1 |
374 | 2024-06-27T21:15:33.186Z | Downloaded xattr v1.3.1 |
375 | 2024-06-27T21:15:33.186Z | Downloaded ryu v1.0.18 |
376 | 2024-06-27T21:15:33.189Z | Downloaded anyhow v1.0.86 |
377 | 2024-06-27T21:15:33.193Z | Downloaded toml_datetime v0.6.6 |
378 | 2024-06-27T21:15:33.196Z | Downloaded thiserror v1.0.60 |
379 | 2024-06-27T21:15:33.200Z | Downloaded crc32fast v1.4.0 |
380 | 2024-06-27T21:15:33.203Z | Downloaded tokio-macros v2.2.0 |
381 | 2024-06-27T21:15:33.203Z | Downloaded miniz_oxide v0.7.2 |
382 | 2024-06-27T21:15:33.206Z | Downloaded thread_local v1.1.8 |
383 | 2024-06-27T21:15:33.209Z | Downloaded log v0.4.21 |
384 | 2024-06-27T21:15:33.209Z | Downloaded ucd-trie v0.1.6 |
385 | 2024-06-27T21:15:33.215Z | Downloaded tokio-native-tls v0.3.1 |
386 | 2024-06-27T21:15:33.215Z | Downloaded futures-channel v0.3.30 |
387 | 2024-06-27T21:15:33.218Z | Downloaded unicode-ident v1.0.12 |
388 | 2024-06-27T21:15:33.218Z | Downloaded futures-macro v0.3.30 |
389 | 2024-06-27T21:15:33.218Z | Downloaded lock_api v0.4.12 |
390 | 2024-06-27T21:15:33.220Z | Downloaded zerocopy-derive v0.7.34 |
391 | 2024-06-27T21:15:33.224Z | Downloaded httpdate v1.0.3 |
392 | 2024-06-27T21:15:33.226Z | Downloaded pest_derive v2.7.10 |
393 | 2024-06-27T21:15:33.229Z | Downloaded clap_derive v4.5.4 |
394 | 2024-06-27T21:15:33.231Z | Downloaded toml v0.8.13 |
395 | 2024-06-27T21:15:33.234Z | Downloaded papergrid v0.11.0 |
396 | 2024-06-27T21:15:33.238Z | Downloaded httparse v1.8.0 |
397 | 2024-06-27T21:15:33.241Z | Downloaded socket2 v0.5.7 |
398 | 2024-06-27T21:15:33.244Z | Downloaded once_cell v1.19.0 |
399 | 2024-06-27T21:15:33.247Z | Downloaded clap v4.5.4 |
400 | 2024-06-27T21:15:33.254Z | Downloaded typenum v1.17.0 |
401 | 2024-06-27T21:15:33.259Z | Downloaded tinyvec v1.6.0 |
402 | 2024-06-27T21:15:33.262Z | Downloaded tar v0.4.40 |
403 | 2024-06-27T21:15:33.264Z | Downloaded slog v2.7.0 |
404 | 2024-06-27T21:15:33.267Z | Downloaded unicode-bidi v0.3.15 |
405 | 2024-06-27T21:15:33.271Z | Downloaded tracing-core v0.1.32 |
406 | 2024-06-27T21:15:33.273Z | Downloaded tracing v0.1.40 |
407 | 2024-06-27T21:15:33.276Z | Downloaded toml_edit v0.22.13 |
408 | 2024-06-27T21:15:33.299Z | Downloaded crossbeam-channel v0.5.12 |
409 | 2024-06-27T21:15:33.308Z | Downloaded url v2.5.0 |
410 | 2024-06-27T21:15:33.311Z | Downloaded indexmap v2.2.6 |
411 | 2024-06-27T21:15:33.311Z | Downloaded http v0.2.12 |
412 | 2024-06-27T21:15:33.314Z | Downloaded time v0.3.36 |
413 | 2024-06-27T21:15:33.320Z | Downloaded pest v2.7.10 |
414 | 2024-06-27T21:15:33.325Z | Downloaded memchr v2.7.2 |
415 | 2024-06-27T21:15:33.331Z | Downloaded hashbrown v0.14.5 |
416 | 2024-06-27T21:15:33.336Z | Downloaded serde_json v1.0.118 |
417 | 2024-06-27T21:15:33.343Z | Downloaded zerocopy v0.7.34 |
418 | 2024-06-27T21:15:33.359Z | Downloaded tokio-util v0.7.11 |
419 | 2024-06-27T21:15:33.366Z | Downloaded winnow v0.6.8 |
420 | 2024-06-27T21:15:33.375Z | Downloaded tabled v0.15.0 |
421 | 2024-06-27T21:15:33.391Z | Downloaded clap_builder v4.5.2 |
422 | 2024-06-27T21:15:33.397Z | Downloaded vcpkg v0.2.15 |
423 | 2024-06-27T21:15:33.436Z | Downloaded syn v1.0.109 |
424 | 2024-06-27T21:15:33.446Z | Downloaded syn v2.0.68 |
425 | 2024-06-27T21:15:33.457Z | Downloaded rustix v0.38.34 |
426 | 2024-06-27T21:15:33.479Z | Downloaded openssl v0.10.64 |
427 | 2024-06-27T21:15:33.487Z | Downloaded tokio v1.37.0 |
428 | 2024-06-27T21:15:33.521Z | Downloaded idna v0.5.0 |
429 | 2024-06-27T21:15:33.527Z | Downloaded libc v0.2.155 |
430 | 2024-06-27T21:15:33.553Z | Downloaded hyper v0.14.28 |
431 | 2024-06-27T21:15:33.562Z | Downloaded unicode-normalization v0.1.23 |
432 | 2024-06-27T21:15:33.565Z | Downloaded h2 v0.3.26 |
433 | 2024-06-27T21:15:33.569Z | Downloaded goblin v0.8.2 |
434 | 2024-06-27T21:15:33.575Z | Downloaded futures-util v0.3.30 |
435 | 2024-06-27T21:15:33.586Z | Downloaded reqwest v0.11.27 |
436 | 2024-06-27T21:15:33.593Z | Downloaded encoding_rs v0.8.34 |
437 | 2024-06-27T21:15:33.612Z | Downloaded mio v0.8.11 |
438 | 2024-06-27T21:15:33.617Z | Downloaded crossbeam-utils v0.8.19 |
439 | 2024-06-27T21:15:33.620Z | Downloaded cc v1.0.97 |
440 | 2024-06-27T21:15:33.623Z | Downloaded openssl-sys v0.9.102 |
441 | 2024-06-27T21:15:33.626Z | Downloaded base64 v0.21.7 |
442 | 2024-06-27T21:15:33.630Z | Downloaded serde_derive v1.0.203 |
443 | 2024-06-27T21:15:33.632Z | Downloaded pest_meta v2.7.10 |
444 | 2024-06-27T21:15:33.635Z | Downloaded flate2 v1.0.30 |
445 | 2024-06-27T21:15:33.638Z | Downloaded serde v1.0.203 |
446 | 2024-06-27T21:15:33.641Z | Downloaded parking_lot v0.12.2 |
447 | 2024-06-27T21:15:33.644Z | Downloaded bytes v1.6.0 |
448 | 2024-06-27T21:15:33.646Z | Downloaded tabled_derive v0.7.0 |
449 | 2024-06-27T21:15:33.649Z | Downloaded slog-term v2.9.1 |
450 | 2024-06-27T21:15:33.649Z | Downloaded slog-bunyan v2.5.0 |
451 | 2024-06-27T21:15:33.652Z | Downloaded quote v1.0.36 |
452 | 2024-06-27T21:15:33.655Z | Downloaded proc-macro-error v1.0.4 |
453 | 2024-06-27T21:15:33.655Z | Downloaded futures v0.3.30 |
454 | 2024-06-27T21:15:33.659Z | Downloaded parking_lot_core v0.9.10 |
455 | 2024-06-27T21:15:33.662Z | Downloaded swrite v0.1.0 |
456 | 2024-06-27T21:15:33.662Z | Downloaded proc-macro2 v1.0.86 |
457 | 2024-06-27T21:15:33.665Z | Downloaded time-macros v0.2.18 |
458 | 2024-06-27T21:15:33.667Z | Downloaded itoa v1.0.11 |
459 | 2024-06-27T21:15:33.667Z | Downloaded generic-array v0.14.7 |
460 | 2024-06-27T21:15:33.670Z | Downloaded deranged v0.3.11 |
461 | 2024-06-27T21:15:33.670Z | Downloaded hyper-tls v0.5.0 |
462 | 2024-06-27T21:15:33.673Z | Downloaded signal-hook-registry v1.4.2 |
463 | 2024-06-27T21:15:33.673Z | Downloaded heck v0.4.1 |
464 | 2024-06-27T21:15:33.673Z | Downloaded proc-macro-error-attr v1.0.4 |
465 | 2024-06-27T21:15:33.676Z | Downloaded plain v0.2.3 |
466 | 2024-06-27T21:15:33.676Z | Downloaded usdt-attr-macro v0.5.0 |
467 | 2024-06-27T21:15:33.676Z | Downloaded dirs-next v2.0.0 |
468 | 2024-06-27T21:15:33.676Z | Downloaded slab v0.4.9 |
469 | 2024-06-27T21:15:33.679Z | Downloaded pin-project-lite v0.2.14 |
470 | 2024-06-27T21:15:33.682Z | Downloaded sha2 v0.10.8 |
471 | 2024-06-27T21:15:33.685Z | Downloaded semver v1.0.23 |
472 | 2024-06-27T21:15:33.685Z | Downloaded http-body v0.4.6 |
473 | 2024-06-27T21:15:33.688Z | Downloaded futures-executor v0.3.30 |
474 | 2024-06-27T21:15:33.688Z | Downloaded colorchoice v1.0.1 |
475 | 2024-06-27T21:15:33.690Z | Downloaded anstream v0.6.14 |
476 | 2024-06-27T21:15:33.980Z | Compiling proc-macro2 v1.0.86 |
477 | 2024-06-27T21:15:33.980Z | Compiling unicode-ident v1.0.12 |
478 | 2024-06-27T21:15:33.980Z | Compiling libc v0.2.155 |
479 | 2024-06-27T21:15:33.980Z | Compiling version_check v0.9.4 |
480 | 2024-06-27T21:15:33.983Z | Compiling cfg-if v1.0.0 |
481 | 2024-06-27T21:15:33.983Z | Compiling once_cell v1.19.0 |
482 | 2024-06-27T21:15:33.983Z | Compiling itoa v1.0.11 |
483 | 2024-06-27T21:15:34.015Z | Compiling autocfg v1.3.0 |
484 | 2024-06-27T21:15:34.145Z | Compiling serde v1.0.203 |
485 | 2024-06-27T21:15:34.276Z | Compiling memchr v2.7.2 |
486 | 2024-06-27T21:15:34.314Z | Compiling thiserror v1.0.60 |
487 | 2024-06-27T21:15:34.446Z | Compiling ryu v1.0.18 |
488 | 2024-06-27T21:15:34.793Z | Compiling pin-project-lite v0.2.14 |
489 | 2024-06-27T21:15:34.853Z | Compiling bitflags v2.5.0 |
490 | 2024-06-27T21:15:34.904Z | Compiling pkg-config v0.3.30 |
491 | 2024-06-27T21:15:35.019Z | Compiling lock_api v0.4.12 |
492 | 2024-06-27T21:15:35.215Z | Compiling ucd-trie v0.1.6 |
493 | 2024-06-27T21:15:35.686Z | Compiling parking_lot_core v0.9.10 |
494 | 2024-06-27T21:15:35.731Z | Compiling vcpkg v0.2.15 |
495 | 2024-06-27T21:15:36.061Z | Compiling cc v1.0.97 |
496 | 2024-06-27T21:15:37.041Z | Compiling slab v0.4.9 |
497 | 2024-06-27T21:15:37.062Z | Compiling bytes v1.6.0 |
498 | 2024-06-27T21:15:37.065Z | Compiling futures-sink v0.3.30 |
499 | 2024-06-27T21:15:37.236Z | Compiling scopeguard v1.2.0 |
500 | 2024-06-27T21:15:37.316Z | Compiling futures-core v0.3.30 |
501 | 2024-06-27T21:15:37.351Z | Compiling smallvec v1.13.2 |
502 | 2024-06-27T21:15:37.715Z | Compiling equivalent v1.0.1 |
503 | 2024-06-27T21:15:37.738Z | Compiling hashbrown v0.14.5 |
504 | 2024-06-27T21:15:37.785Z | Compiling serde_json v1.0.118 |
505 | 2024-06-27T21:15:37.819Z | Compiling fnv v1.0.7 |
506 | 2024-06-27T21:15:37.841Z | Compiling log v0.4.21 |
507 | 2024-06-27T21:15:37.952Z | Compiling quote v1.0.36 |
508 | 2024-06-27T21:15:38.099Z | Compiling byteorder v1.5.0 |
509 | 2024-06-27T21:15:38.329Z | Compiling syn v2.0.68 |
510 | 2024-06-27T21:15:38.579Z | Compiling socket2 v0.5.7 |
511 | 2024-06-27T21:15:38.598Z | Compiling signal-hook-registry v1.4.2 |
512 | 2024-06-27T21:15:38.703Z | Compiling parking_lot v0.12.2 |
513 | 2024-06-27T21:15:38.928Z | Compiling num_cpus v1.16.0 |
514 | 2024-06-27T21:15:38.952Z | Compiling indexmap v2.2.6 |
515 | 2024-06-27T21:15:39.055Z | Compiling mio v0.8.11 |
516 | 2024-06-27T21:15:39.192Z | Compiling openssl-sys v0.9.102 |
517 | 2024-06-27T21:15:39.358Z | Compiling futures-channel v0.3.30 |
518 | 2024-06-27T21:15:39.415Z | Compiling pin-utils v0.1.0 |
519 | 2024-06-27T21:15:39.542Z | Compiling rustix v0.38.34 |
520 | 2024-06-27T21:15:39.561Z | Compiling typenum v1.17.0 |
521 | 2024-06-27T21:15:39.693Z | Compiling futures-task v0.3.30 |
522 | 2024-06-27T21:15:39.856Z | Compiling futures-io v0.3.30 |
523 | 2024-06-27T21:15:40.336Z | Compiling errno v0.3.9 |
524 | 2024-06-27T21:15:40.406Z | Compiling generic-array v0.14.7 |
525 | 2024-06-27T21:15:40.433Z | Compiling foreign-types-shared v0.1.1 |
526 | 2024-06-27T21:15:40.475Z | Compiling openssl v0.10.64 |
527 | 2024-06-27T21:15:40.535Z | Compiling slog v2.7.0 |
528 | 2024-06-27T21:15:40.560Z | Compiling foreign-types v0.3.2 |
529 | 2024-06-27T21:15:40.771Z | Compiling http v0.2.12 |
530 | 2024-06-27T21:15:40.818Z | Compiling proc-macro-error-attr v1.0.4 |
531 | 2024-06-27T21:15:41.040Z | Compiling usdt-impl v0.5.0 |
532 | 2024-06-27T21:15:41.065Z | Compiling tracing-core v0.1.32 |
533 | 2024-06-27T21:15:41.362Z | Compiling num-conv v0.1.0 |
534 | 2024-06-27T21:15:41.672Z | Compiling httparse v1.8.0 |
535 | 2024-06-27T21:15:41.764Z | Compiling syn v1.0.109 |
536 | 2024-06-27T21:15:42.113Z | Compiling time-core v0.1.2 |
537 | 2024-06-27T21:15:42.147Z | Compiling tinyvec_macros v0.1.1 |
538 | 2024-06-27T21:15:42.248Z | Compiling powerfmt v0.2.0 |
539 | 2024-06-27T21:15:42.293Z | Compiling native-tls v0.2.11 |
540 | 2024-06-27T21:15:42.438Z | Compiling time-macros v0.2.18 |
541 | 2024-06-27T21:15:42.463Z | Compiling tinyvec v1.6.0 |
542 | 2024-06-27T21:15:42.612Z | Compiling deranged v0.3.11 |
543 | 2024-06-27T21:15:43.156Z | Compiling tracing v0.1.40 |
544 | 2024-06-27T21:15:43.215Z | Compiling thread-id v4.2.1 |
545 | 2024-06-27T21:15:43.577Z | Compiling proc-macro-error v1.0.4 |
546 | 2024-06-27T21:15:43.759Z | Compiling percent-encoding v2.3.1 |
547 | 2024-06-27T21:15:43.845Z | Compiling try-lock v0.2.5 |
548 | 2024-06-27T21:15:43.999Z | Compiling openssl-probe v0.1.5 |
549 | 2024-06-27T21:15:44.038Z | Compiling plain v0.2.3 |
550 | 2024-06-27T21:15:44.136Z | Compiling crossbeam-utils v0.8.19 |
551 | 2024-06-27T21:15:44.178Z | Compiling heck v0.4.1 |
552 | 2024-06-27T21:15:44.293Z | Compiling utf8parse v0.2.1 |
553 | 2024-06-27T21:15:44.353Z | Compiling rustversion v1.0.17 |
554 | 2024-06-27T21:15:44.455Z | Compiling num_threads v0.1.7 |
555 | 2024-06-27T21:15:44.497Z | Compiling anstyle-parse v0.2.4 |
556 | 2024-06-27T21:15:44.613Z | Compiling want v0.3.1 |
557 | 2024-06-27T21:15:44.648Z | Compiling form_urlencoded v1.2.1 |
558 | 2024-06-27T21:15:44.838Z | Compiling unicode-normalization v0.1.23 |
559 | 2024-06-27T21:15:45.112Z | Compiling http-body v0.4.6 |
560 | 2024-06-27T21:15:45.548Z | Compiling dirs-sys-next v0.1.2 |
561 | 2024-06-27T21:15:45.772Z | Compiling winnow v0.6.8 |
562 | 2024-06-27T21:15:45.906Z | Compiling colorchoice v1.0.1 |
563 | 2024-06-27T21:15:45.957Z | Compiling time v0.3.36 |
564 | 2024-06-27T21:15:45.980Z | Compiling is_terminal_polyfill v1.70.0 |
565 | 2024-06-27T21:15:46.067Z | Compiling crc32fast v1.4.0 |
566 | 2024-06-27T21:15:46.111Z | Compiling anstyle-query v1.0.3 |
567 | 2024-06-27T21:15:46.162Z | Compiling httpdate v1.0.3 |
568 | 2024-06-27T21:15:46.268Z | Compiling pretty-hex v0.4.1 |
569 | 2024-06-27T21:15:46.480Z | Compiling camino v1.1.7 |
570 | 2024-06-27T21:15:46.542Z | Compiling semver v1.0.23 |
571 | 2024-06-27T21:15:46.664Z | Compiling tower-service v0.3.2 |
572 | 2024-06-27T21:15:46.811Z | Compiling anstyle v1.0.7 |
573 | 2024-06-27T21:15:46.919Z | Compiling unicode-bidi v0.3.15 |
574 | 2024-06-27T21:15:47.208Z | Compiling anstream v0.6.14 |
575 | 2024-06-27T21:15:47.275Z | Compiling dirs-next v2.0.0 |
576 | 2024-06-27T21:15:47.995Z | Compiling idna v0.5.0 |
577 | 2024-06-27T21:15:48.752Z | Compiling crypto-common v0.1.6 |
578 | 2024-06-27T21:15:48.955Z | Compiling block-buffer v0.10.4 |
579 | 2024-06-27T21:15:49.009Z | Compiling terminal_size v0.3.0 |
580 | 2024-06-27T21:15:49.215Z | Compiling fs-err v2.11.0 |
581 | 2024-06-27T21:15:49.238Z | Compiling thread_local v1.1.8 |
582 | 2024-06-27T21:15:49.316Z | Compiling heck v0.5.0 |
583 | 2024-06-27T21:15:49.484Z | Compiling anyhow v1.0.86 |
584 | 2024-06-27T21:15:49.672Z | Compiling slog-async v2.8.0 |
585 | 2024-06-27T21:15:49.675Z | Compiling base64 v0.21.7 |
586 | 2024-06-27T21:15:49.848Z | Compiling clap_lex v0.7.0 |
587 | 2024-06-27T21:15:49.873Z | Compiling bytecount v0.6.8 |
588 | 2024-06-27T21:15:49.949Z | Compiling unicode-width v0.1.12 |
589 | 2024-06-27T21:15:50.084Z | Compiling match_cfg v0.1.0 |
590 | 2024-06-27T21:15:50.112Z | Compiling adler v1.0.2 |
591 | 2024-06-27T21:15:50.174Z | Compiling strsim v0.11.1 |
592 | 2024-06-27T21:15:50.196Z | Compiling hostname v0.3.1 |
593 | 2024-06-27T21:15:50.296Z | Compiling miniz_oxide v0.7.2 |
594 | 2024-06-27T21:15:50.333Z | Compiling rustls-pemfile v1.0.4 |
595 | 2024-06-27T21:15:50.444Z | Compiling papergrid v0.11.0 |
596 | 2024-06-27T21:15:50.567Z | Compiling clap_builder v4.5.2 |
597 | 2024-06-27T21:15:50.620Z | Compiling digest v0.10.7 |
598 | 2024-06-27T21:15:50.802Z | Compiling url v2.5.0 |
599 | 2024-06-27T21:15:51.034Z | Compiling crossbeam-channel v0.5.12 |
600 | 2024-06-27T21:15:51.132Z | Compiling term v0.7.0 |
601 | 2024-06-27T21:15:51.594Z | Compiling serde_derive v1.0.203 |
602 | 2024-06-27T21:15:51.692Z | Compiling thiserror-impl v1.0.60 |
603 | 2024-06-27T21:15:51.943Z | Compiling zerocopy-derive v0.7.34 |
604 | 2024-06-27T21:15:52.202Z | Compiling tokio-macros v2.2.0 |
605 | 2024-06-27T21:15:52.784Z | Compiling futures-macro v0.3.30 |
606 | 2024-06-27T21:15:52.813Z | Compiling scroll_derive v0.12.0 |
607 | 2024-06-27T21:15:53.953Z | Compiling tokio v1.37.0 |
608 | 2024-06-27T21:15:54.370Z | Compiling openssl-macros v0.1.1 |
609 | 2024-06-27T21:15:54.394Z | Compiling zerocopy v0.7.34 |
610 | 2024-06-27T21:15:54.896Z | Compiling scroll v0.12.0 |
611 | 2024-06-27T21:15:55.000Z | Compiling futures-util v0.3.30 |
612 | 2024-06-27T21:15:55.417Z | Compiling pest v2.7.10 |
613 | 2024-06-27T21:15:55.481Z | Compiling goblin v0.8.2 |
614 | 2024-06-27T21:15:56.041Z | Compiling tabled_derive v0.7.0 |
615 | 2024-06-27T21:15:58.386Z | Compiling pest_meta v2.7.10 |
616 | 2024-06-27T21:15:58.750Z | Compiling strum_macros v0.26.2 |
617 | 2024-06-27T21:16:01.237Z | Compiling pest_generator v2.7.10 |
618 | 2024-06-27T21:16:03.500Z | Compiling tokio-util v0.7.11 |
619 | 2024-06-27T21:16:03.968Z | Compiling pest_derive v2.7.10 |
620 | 2024-06-27T21:16:04.218Z | Compiling futures-executor v0.3.30 |
621 | 2024-06-27T21:16:04.831Z | Compiling dtrace-parser v0.2.0 |
622 | 2024-06-27T21:16:04.853Z | Compiling h2 v0.3.26 |
623 | 2024-06-27T21:16:04.878Z | Compiling tokio-native-tls v0.3.1 |
624 | 2024-06-27T21:16:04.938Z | Compiling clap_derive v4.5.4 |
625 | 2024-06-27T21:16:05.518Z | Compiling xattr v1.3.1 |
626 | 2024-06-27T21:16:05.804Z | Compiling memmap v0.7.0 |
627 | 2024-06-27T21:16:06.191Z | Compiling filetime v0.2.23 |
628 | 2024-06-27T21:16:06.485Z | Compiling is-terminal v0.4.12 |
629 | 2024-06-27T21:16:06.559Z | Compiling encoding_rs v0.8.34 |
630 | 2024-06-27T21:16:06.615Z | Compiling sync_wrapper v0.1.2 |
631 | 2024-06-27T21:16:07.146Z | Compiling serde_tokenstream v0.2.0 |
632 | 2024-06-27T21:16:07.273Z | Compiling serde_spanned v0.6.6 |
633 | 2024-06-27T21:16:07.525Z | Compiling toml_datetime v0.6.6 |
634 | 2024-06-27T21:16:08.068Z | Compiling toml_edit v0.22.13 |
635 | 2024-06-27T21:16:08.693Z | Compiling dof v0.3.0 |
636 | 2024-06-27T21:16:09.649Z | Compiling hyper v0.14.28 |
637 | 2024-06-27T21:16:10.404Z | Compiling slog-json v2.6.1 |
638 | 2024-06-27T21:16:10.803Z | Compiling serde_urlencoded v0.7.1 |
639 | 2024-06-27T21:16:10.971Z | Compiling cargo-platform v0.1.8 |
640 | 2024-06-27T21:16:11.271Z | Compiling toml v0.8.13 |
641 | 2024-06-27T21:16:11.554Z | Compiling cpufeatures v0.2.12 |
642 | 2024-06-27T21:16:11.674Z | Compiling take_mut v0.2.2 |
643 | 2024-06-27T21:16:11.799Z | Compiling mime v0.3.17 |
644 | 2024-06-27T21:16:11.844Z | Compiling ipnet v2.9.0 |
645 | 2024-06-27T21:16:11.878Z | Compiling usdt-attr-macro v0.5.0 |
646 | 2024-06-27T21:16:12.156Z | Compiling usdt-macro v0.5.0 |
647 | 2024-06-27T21:16:12.440Z | Compiling cargo_toml v0.20.3 |
648 | 2024-06-27T21:16:13.157Z | Compiling cargo_metadata v0.18.1 |
649 | 2024-06-27T21:16:13.183Z | Compiling sha2 v0.10.8 |
650 | 2024-06-27T21:16:13.370Z | Compiling slog-bunyan v2.5.0 |
651 | 2024-06-27T21:16:13.552Z | Compiling hyper-tls v0.5.0 |
652 | 2024-06-27T21:16:13.584Z | Compiling usdt v0.5.0 |
653 | 2024-06-27T21:16:13.752Z | Compiling clap v4.5.4 |
654 | 2024-06-27T21:16:13.878Z | Compiling reqwest v0.11.27 |
655 | 2024-06-27T21:16:13.905Z | Compiling macaddr v1.0.1 |
656 | 2024-06-27T21:16:14.099Z | Compiling slog-term v2.9.1 |
657 | 2024-06-27T21:16:14.379Z | Compiling tar v0.4.40 |
658 | 2024-06-27T21:16:15.430Z | Compiling flate2 v1.0.30 |
659 | 2024-06-27T21:16:16.075Z | Compiling futures v0.3.30 |
660 | 2024-06-27T21:16:16.202Z | Compiling strum v0.26.2 |
661 | 2024-06-27T21:16:16.405Z | Compiling tabled v0.15.0 |
662 | 2024-06-27T21:16:16.716Z | Compiling swrite v0.1.0 |
663 | 2024-06-27T21:16:21.026Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
664 | 2024-06-27T21:16:28.416Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 16s |
665 | 2024-06-27T21:16:28.664Z | Running `target/debug/xtask download cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
666 | 2024-06-27T21:16:28.727Z | Jun 27 21:16:27.169 INFO Starting download, target: Clickhouse |
667 | 2024-06-27T21:16:28.727Z | Jun 27 21:16:27.170 INFO Starting download, target: Cockroach |
668 | 2024-06-27T21:16:28.727Z | Jun 27 21:16:27.170 INFO Starting download, target: Console |
669 | 2024-06-27T21:16:28.730Z | Jun 27 21:16:27.170 INFO Starting download, target: DendriteOpenapi |
670 | 2024-06-27T21:16:28.730Z | Jun 27 21:16:27.170 INFO Starting download, target: DendriteStub |
671 | 2024-06-27T21:16:28.730Z | Jun 27 21:16:27.170 INFO Starting download, target: MaghemiteMgd |
672 | 2024-06-27T21:16:28.730Z | Jun 27 21:16:27.170 INFO Starting download, target: TransceiverControl |
673 | 2024-06-27T21:16:28.730Z | Jun 27 21:16:27.171 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console |
674 | 2024-06-27T21:16:28.730Z | Jun 27 21:16:27.171 INFO Downloading out/downloads/dpd-a262fe770c173f7879cd942c98ab28a829890661.json (attempt 1/3), target: DendriteOpenapi |
675 | 2024-06-27T21:16:28.730Z | Jun 27 21:16:27.171 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl |
676 | 2024-06-27T21:16:28.730Z | Jun 27 21:16:27.171 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd |
677 | 2024-06-27T21:16:28.730Z | Jun 27 21:16:27.171 INFO Downloading out/downloads/cockroach-v22.1.9.illumos.tar.gz (attempt 1/3), target: Cockroach |
678 | 2024-06-27T21:16:28.730Z | Jun 27 21:16:27.171 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub |
679 | 2024-06-27T21:16:28.730Z | Jun 27 21:16:27.171 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse |
680 | 2024-06-27T21:16:28.846Z | Jun 27 21:16:27.286 INFO Download complete, target: DendriteOpenapi |
681 | 2024-06-27T21:16:28.999Z | Jun 27 21:16:27.431 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl |
682 | 2024-06-27T21:16:29.568Z | Jun 27 21:16:27.990 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console |
683 | 2024-06-27T21:16:29.620Z | Jun 27 21:16:28.044 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd |
684 | 2024-06-27T21:16:29.740Z | Jun 27 21:16:28.165 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub |
685 | 2024-06-27T21:16:29.854Z | Jun 27 21:16:28.284 INFO Download complete, target: TransceiverControl |
686 | 2024-06-27T21:16:29.970Z | Jun 27 21:16:28.402 INFO Download complete, target: Console |
687 | 2024-06-27T21:16:30.899Z | Jun 27 21:16:29.341 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse |
688 | 2024-06-27T21:16:32.520Z | Jun 27 21:16:30.961 INFO tarball path: out/downloads/cockroach-v22.1.9.illumos.tar.gz, target: Cockroach |
689 | 2024-06-27T21:16:32.520Z | Jun 27 21:16:30.961 INFO Unpacking out/downloads/cockroach-v22.1.9.illumos.tar.gz to out/downloads, target: Cockroach |
690 | 2024-06-27T21:16:32.954Z | Jun 27 21:16:31.394 INFO Download complete, target: DendriteStub |
691 | 2024-06-27T21:16:32.998Z | Jun 27 21:16:31.439 INFO Download complete, target: MaghemiteMgd |
692 | 2024-06-27T21:16:41.011Z | Jun 27 21:16:39.452 INFO Copying from out/downloads/cockroach-v22.1.9 to out/cockroachdb, target: Cockroach |
693 | 2024-06-27T21:16:41.331Z | Jun 27 21:16:39.772 INFO Checking that binary works, target: Cockroach |
694 | 2024-06-27T21:16:41.572Z | Jun 27 21:16:40.013 INFO Download complete, target: Cockroach |
695 | 2024-06-27T21:16:45.595Z | Jun 27 21:16:44.035 INFO Checking that binary works, target: Clickhouse |
696 | 2024-06-27T21:16:46.117Z | Jun 27 21:16:44.557 INFO Download complete, target: Clickhouse |
697 | 2024-06-27T21:16:46.434Z | All builder prerequisites installed successfully, and PATH looks valid |
698 | 2024-06-27T21:16:46.437Z | |
699 | 2024-06-27T21:16:46.437Z | real 2:48.786702840 |
700 | 2024-06-27T21:16:46.437Z | user 5:53.621870329 |
701 | 2024-06-27T21:16:46.437Z | sys 1:19.287838042 |
702 | 2024-06-27T21:16:46.437Z | trap 0.228078365 |
703 | 2024-06-27T21:16:46.437Z | tflt 4.554726898 |
704 | 2024-06-27T21:16:46.437Z | dflt 6.984577761 |
705 | 2024-06-27T21:16:46.437Z | kflt 0.145307205 |
706 | 2024-06-27T21:16:46.437Z | lock 13:42.971744329 |
707 | 2024-06-27T21:16:46.437Z | slp 18:31.301504057 |
708 | 2024-06-27T21:16:46.437Z | lat 19.012470049 |
709 | 2024-06-27T21:16:46.437Z | stop 1:03.479129050 |
710 | 2024-06-27T21:16:46.437Z | + banner clippy |
711 | 2024-06-27T21:16:46.437Z | |
712 | 2024-06-27T21:16:46.437Z | #### # # ##### ##### # # |
713 | 2024-06-27T21:16:46.437Z | # # # # # # # # # # |
714 | 2024-06-27T21:16:46.437Z | # # # # # # # # |
715 | 2024-06-27T21:16:46.438Z | # # # ##### ##### # |
716 | 2024-06-27T21:16:46.438Z | # # # # # # # |
717 | 2024-06-27T21:16:46.438Z | #### ###### # # # # |
718 | 2024-06-27T21:16:46.438Z | |
719 | 2024-06-27T21:16:46.438Z | + export CARGO_INCREMENTAL=0 |
720 | 2024-06-27T21:16:46.438Z | + CARGO_INCREMENTAL=0 |
721 | 2024-06-27T21:16:46.438Z | + ptime -m cargo xtask clippy |
722 | 2024-06-27T21:16:47.014Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
723 | 2024-06-27T21:16:53.735Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 7.25s |
724 | 2024-06-27T21:16:53.792Z | Running `target/debug/xtask clippy` |
725 | 2024-06-27T21:16:53.816Z | running: "/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/cargo" "clippy" "--all-targets" "--workspace" "--" "--deny" "warnings" |
726 | 2024-06-27T21:16:54.448Z | Downloading crates ... |
727 | 2024-06-27T21:16:54.615Z | Downloaded atomicwrites v0.4.3 |
728 | 2024-06-27T21:16:54.627Z | Downloaded array-init v0.0.4 |
729 | 2024-06-27T21:16:54.632Z | Downloaded ascii-canvas v3.0.0 |
730 | 2024-06-27T21:16:54.635Z | Downloaded approx v0.5.1 |
731 | 2024-06-27T21:16:54.642Z | Downloaded instant v0.1.12 |
732 | 2024-06-27T21:16:54.645Z | Downloaded bitstruct_derive v0.1.0 |
733 | 2024-06-27T21:16:54.648Z | Downloaded atty v0.2.14 |
734 | 2024-06-27T21:16:54.654Z | Downloaded crucible-workspace-hack v0.1.0 |
735 | 2024-06-27T21:16:54.657Z | Downloaded async-stream-impl v0.3.5 |
736 | 2024-06-27T21:16:54.657Z | Downloaded normalize-line-endings v0.3.0 |
737 | 2024-06-27T21:16:54.660Z | Downloaded new_debug_unreachable v1.0.6 |
738 | 2024-06-27T21:16:54.660Z | Downloaded async-stream v0.3.5 |
739 | 2024-06-27T21:16:54.663Z | Downloaded async-recursion v1.1.1 |
740 | 2024-06-27T21:16:54.666Z | Downloaded number_prefix v0.4.0 |
741 | 2024-06-27T21:16:54.668Z | Downloaded newtype_derive v0.1.6 |
742 | 2024-06-27T21:16:54.668Z | Downloaded constant_time_eq v0.3.0 |
743 | 2024-06-27T21:16:54.671Z | Downloaded ciborium-ll v0.2.2 |
744 | 2024-06-27T21:16:54.674Z | Downloaded castaway v0.2.2 |
745 | 2024-06-27T21:16:54.674Z | Downloaded peg-runtime v0.8.3 |
746 | 2024-06-27T21:16:54.674Z | Downloaded criterion-plot v0.5.0 |
747 | 2024-06-27T21:16:54.677Z | Downloaded cexpr v0.6.0 |
748 | 2024-06-27T21:16:54.680Z | Downloaded kstat-rs v0.2.4 |
749 | 2024-06-27T21:16:54.683Z | Downloaded keccak v0.1.5 |
750 | 2024-06-27T21:16:54.683Z | Downloaded inout v0.1.3 |
751 | 2024-06-27T21:16:54.686Z | Downloaded indoc v2.0.5 |
752 | 2024-06-27T21:16:54.689Z | Downloaded md5 v0.7.0 |
753 | 2024-06-27T21:16:54.693Z | Downloaded packed_struct_codegen v0.10.1 |
754 | 2024-06-27T21:16:54.696Z | Downloaded num-integer v0.1.46 |
755 | 2024-06-27T21:16:54.696Z | Downloaded crunchy v0.2.2 |
756 | 2024-06-27T21:16:54.696Z | Downloaded num_enum v0.5.11 |
757 | 2024-06-27T21:16:54.701Z | Downloaded num v0.4.3 |
758 | 2024-06-27T21:16:54.704Z | Downloaded parse-display-derive v0.9.0 |
759 | 2024-06-27T21:16:54.707Z | Downloaded newline-converter v0.3.0 |
760 | 2024-06-27T21:16:54.707Z | Downloaded curve25519-dalek-derive v0.1.1 |
761 | 2024-06-27T21:16:54.710Z | Downloaded libefi-sys v0.1.0 |
762 | 2024-06-27T21:16:54.710Z | Downloaded oso-derive v0.27.3 |
763 | 2024-06-27T21:16:54.710Z | Downloaded parse-size v1.0.0 |
764 | 2024-06-27T21:16:54.713Z | Downloaded nested v0.1.1 |
765 | 2024-06-27T21:16:54.713Z | Downloaded opaque-debug v0.3.1 |
766 | 2024-06-27T21:16:54.715Z | Downloaded async-trait v0.1.80 |
767 | 2024-06-27T21:16:54.718Z | Downloaded argon2 v0.5.3 |
768 | 2024-06-27T21:16:54.721Z | Downloaded nodrop v0.1.14 |
769 | 2024-06-27T21:16:54.724Z | Downloaded pbkdf2 v0.11.0 |
770 | 2024-06-27T21:16:54.726Z | Downloaded peg v0.8.3 |
771 | 2024-06-27T21:16:54.730Z | Downloaded pathdiff v0.2.1 |
772 | 2024-06-27T21:16:54.733Z | Downloaded stability v0.2.0 |
773 | 2024-06-27T21:16:54.735Z | Downloaded multimap v0.10.0 |
774 | 2024-06-27T21:16:54.735Z | Downloaded crc v3.2.1 |
775 | 2024-06-27T21:16:54.738Z | Downloaded parking_lot_core v0.8.6 |
776 | 2024-06-27T21:16:54.741Z | Downloaded owo-colors v4.0.0 |
777 | 2024-06-27T21:16:54.745Z | Downloaded partial-io v0.5.4 |
778 | 2024-06-27T21:16:54.747Z | Downloaded num-derive v0.4.2 |
779 | 2024-06-27T21:16:54.750Z | Downloaded structmeta-derive v0.3.0 |
780 | 2024-06-27T21:16:54.753Z | Downloaded tower-layer v0.3.2 |
781 | 2024-06-27T21:16:54.753Z | Downloaded convert_case v0.4.0 |
782 | 2024-06-27T21:16:54.756Z | Downloaded md-5 v0.10.6 |
783 | 2024-06-27T21:16:54.758Z | Downloaded num_enum_derive v0.5.11 |
784 | 2024-06-27T21:16:54.759Z | Downloaded num-rational v0.4.2 |
785 | 2024-06-27T21:16:54.763Z | Downloaded libtest-mimic v0.7.3 |
786 | 2024-06-27T21:16:54.766Z | Downloaded chacha20 v0.9.1 |
787 | 2024-06-27T21:16:54.766Z | Downloaded derive_builder_macro v0.20.0 |
788 | 2024-06-27T21:16:54.766Z | Downloaded corncobs v0.1.3 |
789 | 2024-06-27T21:16:54.769Z | Downloaded phf_shared v0.10.0 |
790 | 2024-06-27T21:16:54.772Z | Downloaded pretty-hex v0.2.1 |
791 | 2024-06-27T21:16:54.772Z | Downloaded serde_arrays v0.1.0 |
792 | 2024-06-27T21:16:54.775Z | Downloaded password-hash v0.5.0 |
793 | 2024-06-27T21:16:54.775Z | Downloaded unarray v0.1.4 |
794 | 2024-06-27T21:16:54.777Z | Downloaded stable_deref_trait v1.2.0 |
795 | 2024-06-27T21:16:54.777Z | Downloaded signature v1.6.4 |
796 | 2024-06-27T21:16:54.780Z | Downloaded pem v3.0.4 |
797 | 2024-06-27T21:16:54.783Z | Downloaded clang-sys v1.7.0 |
798 | 2024-06-27T21:16:54.786Z | Downloaded olpc-cjson v0.1.3 |
799 | 2024-06-27T21:16:54.786Z | Downloaded memmap2 v0.9.4 |
800 | 2024-06-27T21:16:54.789Z | Downloaded crc-any v2.5.0 |
801 | 2024-06-27T21:16:54.792Z | Downloaded rpassword v7.3.1 |
802 | 2024-06-27T21:16:54.795Z | Downloaded packed_struct v0.10.1 |
803 | 2024-06-27T21:16:54.795Z | Downloaded cookie_store v0.20.0 |
804 | 2024-06-27T21:16:54.798Z | Downloaded precomputed-hash v0.1.1 |
805 | 2024-06-27T21:16:54.801Z | Downloaded rustc_version v0.1.7 |
806 | 2024-06-27T21:16:54.801Z | Downloaded thiserror-no-std v2.0.2 |
807 | 2024-06-27T21:16:54.804Z | Downloaded parking_lot v0.11.2 |
808 | 2024-06-27T21:16:54.807Z | Downloaded sqlparser_derive v0.2.2 |
809 | 2024-06-27T21:16:54.810Z | Downloaded flagset v0.4.5 |
810 | 2024-06-27T21:16:54.813Z | Downloaded fixedbitset v0.4.2 |
811 | 2024-06-27T21:16:54.813Z | Downloaded phf v0.11.2 |
812 | 2024-06-27T21:16:54.816Z | Downloaded hostname v0.4.0 |
813 | 2024-06-27T21:16:54.819Z | Downloaded allocator-api2 v0.2.18 |
814 | 2024-06-27T21:16:54.821Z | Downloaded glob v0.3.1 |
815 | 2024-06-27T21:16:54.821Z | Downloaded vte_generate_state_changes v0.1.1 |
816 | 2024-06-27T21:16:54.824Z | Downloaded peg-macros v0.8.3 |
817 | 2024-06-27T21:16:54.824Z | Downloaded yansi v0.5.1 |
818 | 2024-06-27T21:16:54.827Z | Downloaded password-hash v0.4.2 |
819 | 2024-06-27T21:16:54.830Z | Downloaded darling_macro v0.20.9 |
820 | 2024-06-27T21:16:54.830Z | Downloaded oso v0.27.3 |
821 | 2024-06-27T21:16:54.834Z | Downloaded toolchain_find v0.4.0 |
822 | 2024-06-27T21:16:54.837Z | Downloaded foreign-types-shared v0.3.1 |
823 | 2024-06-27T21:16:54.837Z | Downloaded predicates-tree v1.0.9 |
824 | 2024-06-27T21:16:54.840Z | Downloaded threadpool v1.8.1 |
825 | 2024-06-27T21:16:54.840Z | Downloaded debug-ignore v1.0.5 |
826 | 2024-06-27T21:16:54.843Z | Downloaded serde_with_macros v3.8.1 |
827 | 2024-06-27T21:16:54.846Z | Downloaded home v0.5.9 |
828 | 2024-06-27T21:16:54.846Z | Downloaded foreign-types-macros v0.2.3 |
829 | 2024-06-27T21:16:54.846Z | Downloaded tokio-tungstenite v0.20.1 |
830 | 2024-06-27T21:16:54.849Z | Downloaded mockall_derive v0.12.1 |
831 | 2024-06-27T21:16:54.852Z | Downloaded rustc-hash v1.1.0 |
832 | 2024-06-27T21:16:54.853Z | Downloaded derive_builder_core v0.20.0 |
833 | 2024-06-27T21:16:54.855Z | Downloaded plotters-svg v0.3.5 |
834 | 2024-06-27T21:16:54.858Z | Downloaded sha1 v0.10.6 |
835 | 2024-06-27T21:16:54.858Z | Downloaded serde_repr v0.1.19 |
836 | 2024-06-27T21:16:54.861Z | Downloaded target-spec v3.1.0 |
837 | 2024-06-27T21:16:54.864Z | Downloaded serde_path_to_error v0.1.16 |
838 | 2024-06-27T21:16:54.867Z | Downloaded pem-rfc7468 v0.7.0 |
839 | 2024-06-27T21:16:54.868Z | Downloaded num-traits v0.2.19 |
840 | 2024-06-27T21:16:54.871Z | Downloaded sigpipe v0.1.3 |
841 | 2024-06-27T21:16:54.873Z | Downloaded wait-timeout v0.2.0 |
842 | 2024-06-27T21:16:54.876Z | Downloaded dirs-sys v0.4.1 |
843 | 2024-06-27T21:16:54.876Z | Downloaded data-encoding v2.6.0 |
844 | 2024-06-27T21:16:54.879Z | Downloaded tap v1.0.1 |
845 | 2024-06-27T21:16:54.879Z | Downloaded yasna v0.5.2 |
846 | 2024-06-27T21:16:54.882Z | Downloaded zeroize_derive v1.4.2 |
847 | 2024-06-27T21:16:54.885Z | Downloaded dirs v5.0.1 |
848 | 2024-06-27T21:16:54.885Z | Downloaded waitgroup v0.1.2 |
849 | 2024-06-27T21:16:54.885Z | Downloaded http-body v1.0.0 |
850 | 2024-06-27T21:16:54.888Z | Downloaded doc-comment v0.3.3 |
851 | 2024-06-27T21:16:54.888Z | Downloaded http-range v0.1.5 |
852 | 2024-06-27T21:16:54.892Z | Downloaded foreign-types v0.5.0 |
853 | 2024-06-27T21:16:54.892Z | Downloaded enum-as-inner v0.5.1 |
854 | 2024-06-27T21:16:54.894Z | Downloaded ff v0.13.0 |
855 | 2024-06-27T21:16:54.897Z | Downloaded heck v0.3.3 |
856 | 2024-06-27T21:16:54.897Z | Downloaded uzers v0.11.3 |
857 | 2024-06-27T21:16:54.900Z | Downloaded primeorder v0.13.6 |
858 | 2024-06-27T21:16:54.903Z | Downloaded uuid v1.8.0 |
859 | 2024-06-27T21:16:54.916Z | Downloaded hubpack_derive v0.1.1 |
860 | 2024-06-27T21:16:54.919Z | Downloaded serde-big-array v0.4.1 |
861 | 2024-06-27T21:16:54.919Z | Downloaded proc-macro-crate v1.3.1 |
862 | 2024-06-27T21:16:54.922Z | Downloaded rand_chacha v0.3.1 |
863 | 2024-06-27T21:16:54.922Z | Downloaded rand_chacha v0.2.2 |
864 | 2024-06-27T21:16:54.924Z | Downloaded target-lexicon v0.12.14 |
865 | 2024-06-27T21:16:54.927Z | Downloaded serde_derive_internals v0.29.1 |
866 | 2024-06-27T21:16:54.927Z | Downloaded tui-tree-widget v0.19.0 |
867 | 2024-06-27T21:16:54.930Z | Downloaded smawk v0.3.2 |
868 | 2024-06-27T21:16:54.930Z | Downloaded vte v0.11.1 |
869 | 2024-06-27T21:16:54.933Z | Downloaded env_logger v0.9.3 |
870 | 2024-06-27T21:16:54.936Z | Downloaded signature v2.2.0 |
871 | 2024-06-27T21:16:54.938Z | Downloaded tracing-attributes v0.1.27 |
872 | 2024-06-27T21:16:54.941Z | Downloaded tokio-rustls v0.25.0 |
873 | 2024-06-27T21:16:54.945Z | Downloaded zone_cfg_derive v0.1.2 |
874 | 2024-06-27T21:16:54.945Z | Downloaded thiserror-impl-no-std v2.0.2 |
875 | 2024-06-27T21:16:54.948Z | Downloaded smf v0.2.3 |
876 | 2024-06-27T21:16:54.948Z | Downloaded env_logger v0.10.2 |
877 | 2024-06-27T21:16:54.951Z | Downloaded portpicker v0.1.1 |
878 | 2024-06-27T21:16:54.951Z | Downloaded ena v0.14.3 |
879 | 2024-06-27T21:16:54.954Z | Downloaded embedded-io v0.4.0 |
880 | 2024-06-27T21:16:54.957Z | Downloaded psl-types v2.0.11 |
881 | 2024-06-27T21:16:54.957Z | Downloaded hyper-rustls v0.26.0 |
882 | 2024-06-27T21:16:54.960Z | Downloaded hmac v0.12.1 |
883 | 2024-06-27T21:16:54.963Z | Downloaded hubpack v0.1.2 |
884 | 2024-06-27T21:16:54.963Z | Downloaded relative-path v1.9.3 |
885 | 2024-06-27T21:16:54.966Z | Downloaded quick-error v1.2.3 |
886 | 2024-06-27T21:16:54.966Z | Downloaded rustls-pki-types v1.7.0 |
887 | 2024-06-27T21:16:54.969Z | Downloaded russh-keys v0.43.0 |
888 | 2024-06-27T21:16:54.972Z | Downloaded resolv-conf v0.7.0 |
889 | 2024-06-27T21:16:54.975Z | Downloaded scheduled-thread-pool v0.2.7 |
890 | 2024-06-27T21:16:54.978Z | Downloaded rustls-native-certs v0.7.0 |
891 | 2024-06-27T21:16:54.978Z | Downloaded rstest v0.19.0 |
892 | 2024-06-27T21:16:54.990Z | Downloaded rustls-pemfile v2.1.2 |
893 | 2024-06-27T21:16:54.994Z | Downloaded fxhash v0.2.1 |
894 | 2024-06-27T21:16:54.994Z | Downloaded downcast v0.11.0 |
895 | 2024-06-27T21:16:54.994Z | Downloaded unicode-xid v0.2.4 |
896 | 2024-06-27T21:16:54.994Z | Downloaded minimal-lexical v0.2.1 |
897 | 2024-06-27T21:16:54.997Z | Downloaded serde-big-array v0.5.1 |
898 | 2024-06-27T21:16:55.000Z | Downloaded structmeta v0.3.0 |
899 | 2024-06-27T21:16:55.000Z | Downloaded hyper-staticfile v0.9.5 |
900 | 2024-06-27T21:16:55.003Z | Downloaded endian-type v0.1.2 |
901 | 2024-06-27T21:16:55.003Z | Downloaded walkdir v2.5.0 |
902 | 2024-06-27T21:16:55.008Z | Downloaded itertools v0.10.5 |
903 | 2024-06-27T21:16:55.012Z | Downloaded getrandom v0.1.16 |
904 | 2024-06-27T21:16:55.015Z | Downloaded signal-hook-tokio v0.3.1 |
905 | 2024-06-27T21:16:55.018Z | Downloaded const_format v0.2.32 |
906 | 2024-06-27T21:16:55.022Z | Downloaded guppy-workspace-hack v0.1.0 |
907 | 2024-06-27T21:16:55.024Z | Downloaded sec1 v0.7.3 |
908 | 2024-06-27T21:16:55.024Z | Downloaded aes v0.8.4 |
909 | 2024-06-27T21:16:55.028Z | Downloaded rand_core v0.5.1 |
910 | 2024-06-27T21:16:55.031Z | Downloaded headers-core v0.2.0 |
911 | 2024-06-27T21:16:55.031Z | Downloaded diesel_table_macro_syntax v0.1.0 |
912 | 2024-06-27T21:16:55.034Z | Downloaded unicode-linebreak v0.1.5 |
913 | 2024-06-27T21:16:55.034Z | Downloaded static_assertions v1.1.0 |
914 | 2024-06-27T21:16:55.037Z | Downloaded slog-scope v4.4.0 |
915 | 2024-06-27T21:16:55.040Z | Downloaded string_cache v0.8.7 |
916 | 2024-06-27T21:16:55.040Z | Downloaded futures-timer v3.0.3 |
917 | 2024-06-27T21:16:55.043Z | Downloaded dyn-clone v1.0.17 |
918 | 2024-06-27T21:16:55.046Z | Downloaded universal-hash v0.5.1 |
919 | 2024-06-27T21:16:55.046Z | Downloaded rtoolbox v0.0.2 |
920 | 2024-06-27T21:16:55.049Z | Downloaded tokio-rustls v0.24.1 |
921 | 2024-06-27T21:16:55.049Z | Downloaded trybuild v1.0.96 |
922 | 2024-06-27T21:16:55.053Z | Downloaded polyval v0.6.2 |
923 | 2024-06-27T21:16:55.056Z | Downloaded termtree v0.4.1 |
924 | 2024-06-27T21:16:55.059Z | Downloaded tiny-keccak v2.0.2 |
925 | 2024-06-27T21:16:55.062Z | Downloaded strip-ansi-escapes v0.2.0 |
926 | 2024-06-27T21:16:55.062Z | Downloaded ident_case v1.0.1 |
927 | 2024-06-27T21:16:55.062Z | Downloaded gethostname v0.4.3 |
928 | 2024-06-27T21:16:55.065Z | Downloaded funty v2.0.0 |
929 | 2024-06-27T21:16:55.065Z | Downloaded prettyplease v0.2.20 |
930 | 2024-06-27T21:16:55.068Z | Downloaded fallible-iterator v0.2.0 |
931 | 2024-06-27T21:16:55.071Z | Downloaded hash32 v0.2.1 |
932 | 2024-06-27T21:16:55.071Z | Downloaded untrusted v0.7.1 |
933 | 2024-06-27T21:16:55.074Z | Downloaded unicase v2.7.0 |
934 | 2024-06-27T21:16:55.074Z | Downloaded pkcs8 v0.10.2 |
935 | 2024-06-27T21:16:55.077Z | Downloaded slog-envlogger v2.2.0 |
936 | 2024-06-27T21:16:55.080Z | Downloaded signal-hook-mio v0.2.3 |
937 | 2024-06-27T21:16:55.083Z | Downloaded sct v0.7.1 |
938 | 2024-06-27T21:16:55.085Z | Downloaded pretty_assertions v1.4.0 |
939 | 2024-06-27T21:16:55.088Z | Downloaded russh-cryptovec v0.7.2 |
940 | 2024-06-27T21:16:55.088Z | Downloaded tinytemplate v1.2.1 |
941 | 2024-06-27T21:16:55.091Z | Downloaded test-strategy v0.3.1 |
942 | 2024-06-27T21:16:55.094Z | Downloaded trust-dns-client v0.22.0 |
943 | 2024-06-27T21:16:55.099Z | Downloaded rand_xorshift v0.3.0 |
944 | 2024-06-27T21:16:55.102Z | Downloaded poly1305 v0.8.0 |
945 | 2024-06-27T21:16:55.106Z | Downloaded textwrap v0.16.1 |
946 | 2024-06-27T21:16:55.108Z | Downloaded stringprep v0.1.4 |
947 | 2024-06-27T21:16:55.108Z | Downloaded flume v0.11.0 |
948 | 2024-06-27T21:16:55.112Z | Downloaded x509-cert v0.2.5 |
949 | 2024-06-27T21:16:55.118Z | Downloaded termios v0.3.3 |
950 | 2024-06-27T21:16:55.121Z | Downloaded radium v0.7.0 |
951 | 2024-06-27T21:16:55.124Z | Downloaded wyz v0.5.1 |
952 | 2024-06-27T21:16:55.124Z | Downloaded erased-serde v0.3.31 |
953 | 2024-06-27T21:16:55.127Z | Downloaded fatfs v0.3.6 |
954 | 2024-06-27T21:16:55.130Z | Downloaded r2d2 v0.8.10 |
955 | 2024-06-27T21:16:55.130Z | Downloaded criterion v0.5.1 |
956 | 2024-06-27T21:16:55.138Z | Downloaded hex v0.4.3 |
957 | 2024-06-27T21:16:55.141Z | Downloaded hash32 v0.3.1 |
958 | 2024-06-27T21:16:55.143Z | Downloaded rustc_version v0.4.0 |
959 | 2024-06-27T21:16:55.143Z | Downloaded tls_codec v0.4.1 |
960 | 2024-06-27T21:16:55.146Z | Downloaded secrecy v0.8.0 |
961 | 2024-06-27T21:16:55.146Z | Downloaded slog-stdlog v4.1.1 |
962 | 2024-06-27T21:16:55.149Z | Downloaded rustfmt-wrapper v0.2.1 |
963 | 2024-06-27T21:16:55.149Z | Downloaded pin-project v1.1.5 |
964 | 2024-06-27T21:16:55.161Z | Downloaded tls_codec_derive v0.4.1 |
965 | 2024-06-27T21:16:55.164Z | Downloaded utf-8 v0.7.6 |
966 | 2024-06-27T21:16:55.164Z | Downloaded untrusted v0.9.0 |
967 | 2024-06-27T21:16:55.168Z | Downloaded postgres-types v0.2.6 |
968 | 2024-06-27T21:16:55.171Z | Downloaded smallvec v0.6.14 |
969 | 2024-06-27T21:16:55.171Z | Downloaded postcard v1.0.8 |
970 | 2024-06-27T21:16:55.174Z | Downloaded ed25519 v1.5.3 |
971 | 2024-06-27T21:16:55.174Z | Downloaded zip v0.6.6 |
972 | 2024-06-27T21:16:55.179Z | Downloaded rusty-fork v0.3.0 |
973 | 2024-06-27T21:16:55.182Z | Downloaded dhcproto-macros v0.1.0 |
974 | 2024-06-27T21:16:55.182Z | Downloaded plotters-backend v0.3.5 |
975 | 2024-06-27T21:16:55.185Z | Downloaded half v2.4.1 |
976 | 2024-06-27T21:16:55.187Z | Downloaded publicsuffix v2.2.3 |
977 | 2024-06-27T21:16:55.190Z | Downloaded signal-hook v0.3.17 |
978 | 2024-06-27T21:16:55.193Z | Downloaded derive_more v0.99.17 |
979 | 2024-06-27T21:16:55.197Z | Downloaded rust-argon2 v2.1.0 |
980 | 2024-06-27T21:16:55.200Z | Downloaded ed25519 v2.2.3 |
981 | 2024-06-27T21:16:55.203Z | Downloaded rstest_macros v0.19.0 |
982 | 2024-06-27T21:16:55.205Z | Downloaded trust-dns-server v0.22.1 |
983 | 2024-06-27T21:16:55.210Z | Downloaded ref-cast v1.0.23 |
984 | 2024-06-27T21:16:55.214Z | Downloaded pin-project-internal v1.1.5 |
985 | 2024-06-27T21:16:55.217Z | Downloaded regex-automata v0.1.10 |
986 | 2024-06-27T21:16:55.221Z | Downloaded rustyline v14.0.0 |
987 | 2024-06-27T21:16:55.226Z | Downloaded ron v0.7.1 |
988 | 2024-06-27T21:16:55.232Z | Downloaded unsafe-libyaml v0.2.11 |
989 | 2024-06-27T21:16:55.236Z | Downloaded serde_with v3.8.1 |
990 | 2024-06-27T21:16:55.245Z | Downloaded ecdsa v0.16.9 |
991 | 2024-06-27T21:16:55.248Z | Downloaded dhcproto v0.11.0 |
992 | 2024-06-27T21:16:55.251Z | Downloaded rand v0.8.5 |
993 | 2024-06-27T21:16:55.254Z | Downloaded subprocess v0.2.9 |
994 | 2024-06-27T21:16:55.257Z | Downloaded aho-corasick v1.1.3 |
995 | 2024-06-27T21:16:55.263Z | Downloaded rcgen v0.12.1 |
996 | 2024-06-27T21:16:55.266Z | Downloaded rayon-core v1.12.1 |
997 | 2024-06-27T21:16:55.270Z | Downloaded pkcs1 v0.7.5 |
998 | 2024-06-27T21:16:55.273Z | Downloaded darling_core v0.20.9 |
999 | 2024-06-27T21:16:55.277Z | Downloaded hyper-util v0.1.3 |
1000 | 2024-06-27T21:16:55.281Z | Downloaded diesel_derives v2.1.4 |
1001 | 2024-06-27T21:16:55.286Z | Downloaded toml v0.7.8 |
1002 | 2024-06-27T21:16:55.289Z | Downloaded hashbrown v0.13.2 |
1003 | 2024-06-27T21:16:55.294Z | Downloaded expectorate v1.1.0 |
1004 | 2024-06-27T21:16:55.297Z | Downloaded hkdf v0.12.4 |
1005 | 2024-06-27T21:16:55.301Z | Downloaded steno v0.4.0 |
1006 | 2024-06-27T21:16:55.304Z | Downloaded trust-dns-resolver v0.22.0 |
1007 | 2024-06-27T21:16:55.308Z | Downloaded ed25519-dalek v2.1.1 |
1008 | 2024-06-27T21:16:55.312Z | Downloaded tokio-postgres v0.7.10 |
1009 | 2024-06-27T21:16:55.317Z | Downloaded toml_edit v0.19.15 |
1010 | 2024-06-27T21:16:55.335Z | Downloaded lalrpop v0.19.12 |
1011 | 2024-06-27T21:16:55.346Z | Downloaded russh v0.43.0 |
1012 | 2024-06-27T21:16:55.354Z | Downloaded rustls-webpki v0.101.7 |
1013 | 2024-06-27T21:16:55.367Z | Downloaded sqlparser v0.45.0 |
1014 | 2024-06-27T21:16:55.372Z | Downloaded guppy v0.17.5 |
1015 | 2024-06-27T21:16:55.377Z | Downloaded portable-atomic v1.6.0 |
1016 | 2024-06-27T21:16:55.383Z | Downloaded proptest v1.4.0 |
1017 | 2024-06-27T21:16:55.393Z | Downloaded chrono v0.4.38 |
1018 | 2024-06-27T21:16:55.400Z | Downloaded rand v0.7.3 |
1019 | 2024-06-27T21:16:55.406Z | Downloaded reedline v0.31.0 |
1020 | 2024-06-27T21:16:55.413Z | Downloaded object v0.30.4 |
1021 | 2024-06-27T21:16:55.424Z | Downloaded rustls-webpki v0.102.4 |
1022 | 2024-06-27T21:16:55.443Z | Downloaded nix v0.27.1 |
1023 | 2024-06-27T21:16:55.454Z | Downloaded winnow v0.5.40 |
1024 | 2024-06-27T21:16:55.463Z | Downloaded quick-xml v0.31.0 |
1025 | 2024-06-27T21:16:55.469Z | Downloaded plotters v0.3.5 |
1026 | 2024-06-27T21:16:55.478Z | Downloaded smoltcp v0.11.0 |
1027 | 2024-06-27T21:16:55.492Z | Downloaded nix v0.28.0 |
1028 | 2024-06-27T21:16:55.503Z | Downloaded idna v0.2.3 |
1029 | 2024-06-27T21:16:55.510Z | Downloaded object v0.32.2 |
1030 | 2024-06-27T21:16:55.523Z | Downloaded diesel v2.1.6 |
1031 | 2024-06-27T21:16:55.542Z | Downloaded polar-core v0.27.3 |
1032 | 2024-06-27T21:16:55.551Z | Downloaded radix_trie v0.2.1 |
1033 | 2024-06-27T21:16:55.556Z | Downloaded trust-dns-proto v0.22.0 |
1034 | 2024-06-27T21:16:55.569Z | Downloaded sled v0.34.7 |
1035 | 2024-06-27T21:16:55.580Z | Downloaded regex-syntax v0.8.3 |
1036 | 2024-06-27T21:16:55.588Z | Downloaded regress v0.9.1 |
1037 | 2024-06-27T21:16:55.596Z | Downloaded rustls v0.21.12 |
1038 | 2024-06-27T21:16:55.609Z | Downloaded regex-automata v0.4.6 |
1039 | 2024-06-27T21:16:55.626Z | Downloaded bzip2-sys v0.1.11+1.0.8 |
1040 | 2024-06-27T21:16:55.639Z | Downloaded zerocopy-derive v0.6.6 |
1041 | 2024-06-27T21:16:55.649Z | Downloaded petgraph v0.6.5 |
1042 | 2024-06-27T21:16:55.666Z | Downloaded csv v1.3.0 |
1043 | 2024-06-27T21:16:55.685Z | Downloaded sha3 v0.10.8 |
1044 | 2024-06-27T21:16:55.690Z | Downloaded finl_unicode v1.2.0 |
1045 | 2024-06-27T21:16:55.705Z | Downloaded regex-syntax v0.6.29 |
1046 | 2024-06-27T21:16:55.711Z | Downloaded ratatui v0.26.2 |
1047 | 2024-06-27T21:16:55.729Z | Downloaded openapiv3 v2.0.0 |
1048 | 2024-06-27T21:16:55.740Z | Downloaded smoltcp v0.9.1 |
1049 | 2024-06-27T21:16:55.751Z | Downloaded rustls v0.22.4 |
1050 | 2024-06-27T21:16:55.765Z | Downloaded idna v0.3.0 |
1051 | 2024-06-27T21:16:55.773Z | Downloaded bstr v1.9.1 |
1052 | 2024-06-27T21:16:55.783Z | Downloaded gimli v0.28.1 |
1053 | 2024-06-27T21:16:55.791Z | Downloaded bstr v0.2.17 |
1054 | 2024-06-27T21:16:55.800Z | Downloaded regex v1.10.4 |
1055 | 2024-06-27T21:16:55.814Z | Downloaded rayon v1.10.0 |
1056 | 2024-06-27T21:16:55.825Z | Downloaded webpki-roots v0.25.4 |
1057 | 2024-06-27T21:16:55.829Z | Downloaded curve25519-dalek v4.1.3 |
1058 | 2024-06-27T21:16:55.837Z | Downloaded bitvec v1.0.1 |
1059 | 2024-06-27T21:16:55.853Z | Downloaded bindgen v0.69.4 |
1060 | 2024-06-27T21:16:55.859Z | Downloaded hyper v1.3.1 |
1061 | 2024-06-27T21:16:55.866Z | Downloaded hashbrown v0.12.3 |
1062 | 2024-06-27T21:16:55.871Z | Downloaded socket2 v0.4.10 |
1063 | 2024-06-27T21:16:55.873Z | Downloaded schemars v0.8.21 |
1064 | 2024-06-27T21:16:55.884Z | Downloaded headers v0.3.9 |
1065 | 2024-06-27T21:16:55.890Z | Downloaded rsa v0.9.6 |
1066 | 2024-06-27T21:16:55.897Z | Downloaded ring v0.17.8 |
1067 | 2024-06-27T21:16:55.962Z | Downloaded fancy-regex v0.13.0 |
1068 | 2024-06-27T21:16:55.965Z | Downloaded unicode-segmentation v1.11.0 |
1069 | 2024-06-27T21:16:55.968Z | Downloaded tough v0.17.1 |
1070 | 2024-06-27T21:16:55.975Z | Downloaded same-file v1.0.6 |
1071 | 2024-06-27T21:16:55.980Z | Downloaded tungstenite v0.20.1 |
1072 | 2024-06-27T21:16:55.983Z | Downloaded unicode_categories v0.1.1 |
1073 | 2024-06-27T21:16:55.983Z | Downloaded blake3 v1.5.1 |
1074 | 2024-06-27T21:16:55.988Z | Downloaded spin v0.9.8 |
1075 | 2024-06-27T21:16:55.991Z | Downloaded zerocopy v0.6.6 |
1076 | 2024-06-27T21:16:55.994Z | Downloaded tempfile v3.10.1 |
1077 | 2024-06-27T21:16:55.998Z | Downloaded rand_distr v0.4.3 |
1078 | 2024-06-27T21:16:55.998Z | Downloaded http v1.1.0 |
1079 | 2024-06-27T21:16:56.004Z | Downloaded heapless v0.7.17 |
1080 | 2024-06-27T21:16:56.007Z | Downloaded ring v0.16.20 |
1081 | 2024-06-27T21:16:56.079Z | Downloaded phf_shared v0.11.2 |
1082 | 2024-06-27T21:16:56.082Z | Downloaded datatest-stable v0.2.9 |
1083 | 2024-06-27T21:16:56.083Z | Downloaded postgres-protocol v0.6.6 |
1084 | 2024-06-27T21:16:56.086Z | Downloaded aes-gcm v0.10.3 |
1085 | 2024-06-27T21:16:56.089Z | Downloaded either v1.12.0 |
1086 | 2024-06-27T21:16:56.089Z | Downloaded elliptic-curve v0.13.8 |
1087 | 2024-06-27T21:16:56.092Z | Downloaded tower v0.4.13 |
1088 | 2024-06-27T21:16:56.098Z | Downloaded p521 v0.13.3 |
1089 | 2024-06-27T21:16:56.102Z | Downloaded hex-literal v0.4.1 |
1090 | 2024-06-27T21:16:56.105Z | Downloaded termcolor v1.4.1 |
1091 | 2024-06-27T21:16:56.105Z | Downloaded supports-color v3.0.0 |
1092 | 2024-06-27T21:16:56.105Z | Downloaded subtle v2.5.0 |
1093 | 2024-06-27T21:16:56.108Z | Downloaded heapless v0.8.0 |
1094 | 2024-06-27T21:16:56.111Z | Downloaded nom v7.1.3 |
1095 | 2024-06-27T21:16:56.115Z | Downloaded libxml v0.3.3 |
1096 | 2024-06-27T21:16:56.119Z | Downloaded typed-path v0.7.1 |
1097 | 2024-06-27T21:16:56.124Z | Downloaded num-bigint-dig v0.8.4 |
1098 | 2024-06-27T21:16:56.128Z | Downloaded rand_seeder v0.2.3 |
1099 | 2024-06-27T21:16:56.131Z | Downloaded crossterm v0.27.0 |
1100 | 2024-06-27T21:16:56.135Z | Downloaded similar v2.5.0 |
1101 | 2024-06-27T21:16:56.139Z | Downloaded snafu v0.8.2 |
1102 | 2024-06-27T21:16:56.144Z | Downloaded shlex v1.3.0 |
1103 | 2024-06-27T21:16:56.147Z | Downloaded salty v0.2.0 |
1104 | 2024-06-27T21:16:56.151Z | Downloaded httptest v0.15.5 |
1105 | 2024-06-27T21:16:56.151Z | Downloaded slog-dtrace v0.3.0 |
1106 | 2024-06-27T21:16:56.154Z | Downloaded der v0.7.9 |
1107 | 2024-06-27T21:16:56.157Z | Downloaded shell-words v1.1.0 |
1108 | 2024-06-27T21:16:56.157Z | Downloaded serde-hex v0.1.0 |
1109 | 2024-06-27T21:16:56.160Z | Downloaded itertools v0.12.1 |
1110 | 2024-06-27T21:16:56.165Z | Downloaded highway v1.1.0 |
1111 | 2024-06-27T21:16:56.168Z | Downloaded toml v0.5.11 |
1112 | 2024-06-27T21:16:56.171Z | Downloaded libm v0.2.8 |
1113 | 2024-06-27T21:16:56.175Z | Downloaded tokio-tungstenite v0.21.0 |
1114 | 2024-06-27T21:16:56.178Z | Downloaded schemars_derive v0.8.21 |
1115 | 2024-06-27T21:16:56.178Z | Downloaded similar-asserts v1.5.0 |
1116 | 2024-06-27T21:16:56.182Z | Downloaded snafu-derive v0.8.2 |
1117 | 2024-06-27T21:16:56.182Z | Downloaded serde_yaml v0.9.34+deprecated |
1118 | 2024-06-27T21:16:56.190Z | Downloaded samael v0.0.15 |
1119 | 2024-06-27T21:16:56.193Z | Downloaded escape8259 v0.5.2 |
1120 | 2024-06-27T21:16:56.193Z | Downloaded fd-lock v4.0.2 |
1121 | 2024-06-27T21:16:56.193Z | Downloaded fastrand v2.1.0 |
1122 | 2024-06-27T21:16:56.193Z | Downloaded zeroize v1.7.0 |
1123 | 2024-06-27T21:16:56.196Z | Downloaded diff v0.1.13 |
1124 | 2024-06-27T21:16:56.199Z | Downloaded humantime v2.1.0 |
1125 | 2024-06-27T21:16:56.199Z | Downloaded float-cmp v0.9.0 |
1126 | 2024-06-27T21:16:56.199Z | Downloaded zone v0.1.8 |
1127 | 2024-06-27T21:16:56.199Z | Downloaded whoami v1.5.1 |
1128 | 2024-06-27T21:16:56.202Z | Downloaded ron v0.8.1 |
1129 | 2024-06-27T21:16:56.205Z | Downloaded structmeta v0.2.0 |
1130 | 2024-06-27T21:16:56.208Z | Downloaded tungstenite v0.21.0 |
1131 | 2024-06-27T21:16:56.211Z | Downloaded spki v0.7.3 |
1132 | 2024-06-27T21:16:56.211Z | Downloaded semver v0.1.20 |
1133 | 2024-06-27T21:16:56.211Z | Downloaded num-bigint v0.4.5 |
1134 | 2024-06-27T21:16:56.215Z | Downloaded rustc-demangle v0.1.24 |
1135 | 2024-06-27T21:16:56.218Z | Downloaded backtrace v0.3.71 |
1136 | 2024-06-27T21:16:56.221Z | Downloaded group v0.13.0 |
1137 | 2024-06-27T21:16:56.224Z | Downloaded getopts v0.2.21 |
1138 | 2024-06-27T21:16:56.224Z | Downloaded float-ord v0.3.2 |
1139 | 2024-06-27T21:16:56.224Z | Downloaded hyper-rustls v0.24.2 |
1140 | 2024-06-27T21:16:56.227Z | Downloaded display-error-chain v0.2.0 |
1141 | 2024-06-27T21:16:56.227Z | Downloaded which v4.4.2 |
1142 | 2024-06-27T21:16:56.230Z | Downloaded crypto-bigint v0.5.5 |
1143 | 2024-06-27T21:16:56.234Z | Downloaded derive-where v1.2.7 |
1144 | 2024-06-27T21:16:56.237Z | Downloaded tokio-stream v0.1.15 |
1145 | 2024-06-27T21:16:56.240Z | Downloaded omicron-zone-package v0.11.0 |
1146 | 2024-06-27T21:16:56.243Z | Downloaded const-oid v0.9.6 |
1147 | 2024-06-27T21:16:56.246Z | Downloaded compact_str v0.7.1 |
1148 | 2024-06-27T21:16:56.249Z | Downloaded rfc6979 v0.4.0 |
1149 | 2024-06-27T21:16:56.249Z | Downloaded rand_core v0.6.4 |
1150 | 2024-06-27T21:16:56.249Z | Downloaded ppv-lite86 v0.2.17 |
1151 | 2024-06-27T21:16:56.252Z | Downloaded der_derive v0.7.2 |
1152 | 2024-06-27T21:16:56.252Z | Downloaded fragile v2.0.0 |
1153 | 2024-06-27T21:16:56.254Z | Downloaded p256 v0.13.2 |
1154 | 2024-06-27T21:16:56.257Z | Downloaded defmt-macros v0.3.9 |
1155 | 2024-06-27T21:16:56.260Z | Downloaded chacha20poly1305 v0.10.1 |
1156 | 2024-06-27T21:16:56.260Z | Downloaded base64 v0.22.1 |
1157 | 2024-06-27T21:16:56.263Z | Downloaded difflib v0.4.0 |
1158 | 2024-06-27T21:16:56.266Z | Downloaded sqlformat v0.2.3 |
1159 | 2024-06-27T21:16:56.266Z | Downloaded defmt v0.3.8 |
1160 | 2024-06-27T21:16:56.269Z | Downloaded tabwriter v1.4.0 |
1161 | 2024-06-27T21:16:56.272Z | Downloaded defmt-parser v0.3.4 |
1162 | 2024-06-27T21:16:56.272Z | Downloaded topological-sort v0.2.2 |
1163 | 2024-06-27T21:16:56.272Z | Downloaded base64 v0.13.1 |
1164 | 2024-06-27T21:16:56.274Z | Downloaded indicatif v0.17.8 |
1165 | 2024-06-27T21:16:56.277Z | Downloaded cfg-expr v0.15.8 |
1166 | 2024-06-27T21:16:56.280Z | Downloaded globset v0.4.14 |
1167 | 2024-06-27T21:16:56.283Z | Downloaded getrandom v0.2.14 |
1168 | 2024-06-27T21:16:56.286Z | Downloaded serde_plain v1.0.2 |
1169 | 2024-06-27T21:16:56.286Z | Downloaded derive_builder v0.20.0 |
1170 | 2024-06-27T21:16:56.289Z | Downloaded ref-cast-impl v1.0.23 |
1171 | 2024-06-27T21:16:56.291Z | Downloaded predicates-core v1.0.6 |
1172 | 2024-06-27T21:16:56.291Z | Downloaded predicates v3.1.0 |
1173 | 2024-06-27T21:16:56.294Z | Downloaded vsss-rs v3.3.4 |
1174 | 2024-06-27T21:16:56.297Z | Downloaded arc-swap v1.7.1 |
1175 | 2024-06-27T21:16:56.300Z | Downloaded ghash v0.5.1 |
1176 | 2024-06-27T21:16:56.300Z | Downloaded iana-time-zone v0.1.60 |
1177 | 2024-06-27T21:16:56.303Z | Downloaded csv-core v0.1.11 |
1178 | 2024-06-27T21:16:56.303Z | Downloaded crossbeam-epoch v0.9.18 |
1179 | 2024-06-27T21:16:56.306Z | Downloaded strum_macros v0.25.3 |
1180 | 2024-06-27T21:16:56.306Z | Downloaded strum_macros v0.24.3 |
1181 | 2024-06-27T21:16:56.310Z | Downloaded structmeta-derive v0.2.0 |
1182 | 2024-06-27T21:16:56.310Z | Downloaded spin v0.5.2 |
1183 | 2024-06-27T21:16:56.312Z | Downloaded cookie v0.17.0 |
1184 | 2024-06-27T21:16:56.312Z | Downloaded cancel-safe-futures v0.1.5 |
1185 | 2024-06-27T21:16:56.315Z | Downloaded bcs v0.1.6 |
1186 | 2024-06-27T21:16:56.319Z | Downloaded nu-ansi-term v0.50.0 |
1187 | 2024-06-27T21:16:56.322Z | Downloaded libsw v3.3.1 |
1188 | 2024-06-27T21:16:56.322Z | Downloaded const_format_proc_macros v0.2.32 |
1189 | 2024-06-27T21:16:56.322Z | Downloaded blake2b_simd v1.0.2 |
1190 | 2024-06-27T21:16:56.324Z | Downloaded base64ct v1.6.0 |
1191 | 2024-06-27T21:16:56.329Z | Downloaded cookie v0.18.1 |
1192 | 2024-06-27T21:16:56.332Z | Downloaded blake2 v0.10.6 |
1193 | 2024-06-27T21:16:56.332Z | Downloaded pbkdf2 v0.12.2 |
1194 | 2024-06-27T21:16:56.332Z | Downloaded paste v1.0.15 |
1195 | 2024-06-27T21:16:56.335Z | Downloaded siphasher v0.3.11 |
1196 | 2024-06-27T21:16:56.337Z | Downloaded libloading v0.8.3 |
1197 | 2024-06-27T21:16:56.337Z | Downloaded bit-set v0.5.3 |
1198 | 2024-06-27T21:16:56.340Z | Downloaded buf-list v1.0.3 |
1199 | 2024-06-27T21:16:56.340Z | Downloaded ascii v1.1.0 |
1200 | 2024-06-27T21:16:56.343Z | Downloaded num-iter v0.1.45 |
1201 | 2024-06-27T21:16:56.343Z | Downloaded block-padding v0.3.3 |
1202 | 2024-06-27T21:16:56.343Z | Downloaded cassowary v0.3.0 |
1203 | 2024-06-27T21:16:56.346Z | Downloaded parse-display v0.9.0 |
1204 | 2024-06-27T21:16:56.346Z | Downloaded indexmap v1.9.3 |
1205 | 2024-06-27T21:16:56.349Z | Downloaded nibble_vec v0.1.0 |
1206 | 2024-06-27T21:16:56.349Z | Downloaded maplit v1.0.2 |
1207 | 2024-06-27T21:16:56.352Z | Downloaded lru-cache v0.1.2 |
1208 | 2024-06-27T21:16:56.352Z | Downloaded bitfield v0.14.0 |
1209 | 2024-06-27T21:16:56.352Z | Downloaded num-complex v0.4.6 |
1210 | 2024-06-27T21:16:56.355Z | Downloaded multer v3.1.0 |
1211 | 2024-06-27T21:16:56.358Z | Downloaded crossbeam-deque v0.8.5 |
1212 | 2024-06-27T21:16:56.358Z | Downloaded cobs v0.2.3 |
1213 | 2024-06-27T21:16:56.358Z | Downloaded cbc v0.1.2 |
1214 | 2024-06-27T21:16:56.361Z | Downloaded cipher v0.4.4 |
1215 | 2024-06-27T21:16:56.361Z | Downloaded mime_guess v2.0.4 |
1216 | 2024-06-27T21:16:56.363Z | Downloaded linked-hash-map v0.5.6 |
1217 | 2024-06-27T21:16:56.363Z | Downloaded newtype-uuid v1.1.0 |
1218 | 2024-06-27T21:16:56.363Z | Downloaded lazycell v1.3.0 |
1219 | 2024-06-27T21:16:56.366Z | Downloaded lalrpop-util v0.19.12 |
1220 | 2024-06-27T21:16:56.366Z | Downloaded bzip2 v0.4.4 |
1221 | 2024-06-27T21:16:56.369Z | Downloaded darling v0.20.9 |
1222 | 2024-06-27T21:16:56.372Z | Downloaded console v0.15.8 |
1223 | 2024-06-27T21:16:56.374Z | Downloaded ciborium v0.2.2 |
1224 | 2024-06-27T21:16:56.375Z | Downloaded backoff v0.4.0 |
1225 | 2024-06-27T21:16:56.377Z | Downloaded assert_cmd v2.0.14 |
1226 | 2024-06-27T21:16:56.380Z | Downloaded managed v0.8.0 |
1227 | 2024-06-27T21:16:56.380Z | Downloaded lru v0.12.3 |
1228 | 2024-06-27T21:16:56.380Z | Downloaded linear-map v1.2.0 |
1229 | 2024-06-27T21:16:56.383Z | Downloaded ipnetwork v0.20.0 |
1230 | 2024-06-27T21:16:56.383Z | Downloaded cast v0.3.0 |
1231 | 2024-06-27T21:16:56.386Z | Downloaded bitfield-struct v0.6.1 |
1232 | 2024-06-27T21:16:56.386Z | Downloaded addr2line v0.21.0 |
1233 | 2024-06-27T21:16:56.389Z | Downloaded ctr v0.9.2 |
1234 | 2024-06-27T21:16:56.389Z | Downloaded ahash v0.8.11 |
1235 | 2024-06-27T21:16:56.392Z | Downloaded option-ext v0.2.0 |
1236 | 2024-06-27T21:16:56.392Z | Downloaded blowfish v0.9.1 |
1237 | 2024-06-27T21:16:56.395Z | Downloaded cstr-argument v0.1.2 |
1238 | 2024-06-27T21:16:56.395Z | Downloaded assert_matches v1.5.0 |
1239 | 2024-06-27T21:16:56.395Z | Downloaded aead v0.5.2 |
1240 | 2024-06-27T21:16:56.395Z | Downloaded nanorand v0.7.0 |
1241 | 2024-06-27T21:16:56.398Z | Downloaded mockall v0.12.1 |
1242 | 2024-06-27T21:16:56.398Z | Downloaded internet-checksum v0.2.1 |
1243 | 2024-06-27T21:16:56.401Z | Downloaded ciborium-io v0.2.2 |
1244 | 2024-06-27T21:16:56.401Z | Downloaded bitstruct v0.1.1 |
1245 | 2024-06-27T21:16:56.401Z | Downloaded oorandom v11.1.3 |
1246 | 2024-06-27T21:16:56.401Z | Downloaded memoffset v0.9.1 |
1247 | 2024-06-27T21:16:56.404Z | Downloaded maybe-uninit v2.0.0 |
1248 | 2024-06-27T21:16:56.404Z | Downloaded lazy_static v1.4.0 |
1249 | 2024-06-27T21:16:56.404Z | Downloaded is_ci v1.2.0 |
1250 | 2024-06-27T21:16:56.407Z | Downloaded colored v2.1.0 |
1251 | 2024-06-27T21:16:56.407Z | Downloaded anes v0.1.6 |
1252 | 2024-06-27T21:16:56.409Z | Downloaded indoc v1.0.9 |
1253 | 2024-06-27T21:16:56.412Z | Downloaded crc-catalog v2.4.0 |
1254 | 2024-06-27T21:16:56.412Z | Downloaded camino-tempfile v1.1.1 |
1255 | 2024-06-27T21:16:56.415Z | Downloaded bitflags v1.3.2 |
1256 | 2024-06-27T21:16:56.419Z | Downloaded bb8 v0.8.3 |
1257 | 2024-06-27T21:16:56.419Z | Downloaded base16ct v0.2.0 |
1258 | 2024-06-27T21:16:56.419Z | Downloaded atomic-waker v1.1.2 |
1259 | 2024-06-27T21:16:56.419Z | Downloaded path-slash v0.1.5 |
1260 | 2024-06-27T21:16:56.422Z | Downloaded impl-trait-for-tuples v0.2.2 |
1261 | 2024-06-27T21:16:56.422Z | Downloaded bit-vec v0.6.3 |
1262 | 2024-06-27T21:16:56.425Z | Downloaded bcrypt-pbkdf v0.10.0 |
1263 | 2024-06-27T21:16:56.425Z | Downloaded cfg_aliases v0.1.1 |
1264 | 2024-06-27T21:16:56.425Z | Downloaded matches v0.1.10 |
1265 | 2024-06-27T21:16:56.425Z | Downloaded arrayvec v0.7.4 |
1266 | 2024-06-27T21:16:56.428Z | Downloaded arrayref v0.3.7 |
1267 | 2024-06-27T21:16:57.115Z | Compiling serde v1.0.203 |
1268 | 2024-06-27T21:16:57.118Z | Checking cfg-if v1.0.0 |
1269 | 2024-06-27T21:16:57.184Z | Compiling libm v0.2.8 |
1270 | 2024-06-27T21:16:57.184Z | Compiling num-traits v0.2.19 |
1271 | 2024-06-27T21:16:57.211Z | Checking libc v0.2.155 |
1272 | 2024-06-27T21:16:57.231Z | Compiling syn v2.0.68 |
1273 | 2024-06-27T21:16:57.234Z | Compiling ahash v0.8.11 |
1274 | 2024-06-27T21:16:57.234Z | Compiling getrandom v0.2.14 |
1275 | 2024-06-27T21:16:57.282Z | Compiling serde_json v1.0.118 |
1276 | 2024-06-27T21:16:57.523Z | Compiling generic-array v0.14.7 |
1277 | 2024-06-27T21:16:57.658Z | Compiling log v0.4.21 |
1278 | 2024-06-27T21:16:57.700Z | Checking memchr v2.7.2 |
1279 | 2024-06-27T21:16:57.722Z | Compiling syn v1.0.109 |
1280 | 2024-06-27T21:16:57.782Z | Checking itoa v1.0.11 |
1281 | 2024-06-27T21:16:57.901Z | Checking byteorder v1.5.0 |
1282 | 2024-06-27T21:16:57.978Z | Compiling allocator-api2 v0.2.18 |
1283 | 2024-06-27T21:16:58.022Z | Checking scopeguard v1.2.0 |
1284 | 2024-06-27T21:16:58.100Z | Checking smallvec v1.13.2 |
1285 | 2024-06-27T21:16:58.174Z | Checking lock_api v0.4.12 |
1286 | 2024-06-27T21:16:58.320Z | Compiling schemars v0.8.21 |
1287 | 2024-06-27T21:16:58.452Z | Compiling ring v0.17.8 |
1288 | 2024-06-27T21:16:58.602Z | Compiling time-macros v0.2.18 |
1289 | 2024-06-27T21:16:58.702Z | Checking rand_core v0.6.4 |
1290 | 2024-06-27T21:16:58.806Z | Checking once_cell v1.19.0 |
1291 | 2024-06-27T21:16:59.020Z | Compiling slog v2.7.0 |
1292 | 2024-06-27T21:16:59.125Z | Checking parking_lot_core v0.9.10 |
1293 | 2024-06-27T21:16:59.310Z | Compiling aho-corasick v1.1.3 |
1294 | 2024-06-27T21:16:59.483Z | Checking parking_lot v0.12.2 |
1295 | 2024-06-27T21:16:59.646Z | Checking pin-project-lite v0.2.14 |
1296 | 2024-06-27T21:16:59.824Z | Compiling regex-syntax v0.8.3 |
1297 | 2024-06-27T21:17:01.935Z | Checking signal-hook-registry v1.4.2 |
1298 | 2024-06-27T21:17:02.119Z | Compiling crossbeam-utils v0.8.19 |
1299 | 2024-06-27T21:17:02.144Z | Checking mio v0.8.11 |
1300 | 2024-06-27T21:17:02.807Z | Compiling iana-time-zone v0.1.60 |
1301 | 2024-06-27T21:17:02.839Z | Checking num_cpus v1.16.0 |
1302 | 2024-06-27T21:17:02.944Z | Compiling rustls v0.21.12 |
1303 | 2024-06-27T21:17:03.206Z | Compiling regex-automata v0.4.6 |
1304 | 2024-06-27T21:17:03.229Z | Checking typenum v1.17.0 |
1305 | 2024-06-27T21:17:04.615Z | Compiling serde_derive_internals v0.29.1 |
1306 | 2024-06-27T21:17:04.820Z | Compiling cookie v0.17.0 |
1307 | 2024-06-27T21:17:04.844Z | Checking futures-core v0.3.30 |
1308 | 2024-06-27T21:17:05.028Z | Compiling dyn-clone v1.0.17 |
1309 | 2024-06-27T21:17:05.178Z | Checking socket2 v0.5.7 |
1310 | 2024-06-27T21:17:05.249Z | Compiling backtrace v0.3.71 |
1311 | 2024-06-27T21:17:05.622Z | Checking ryu v1.0.18 |
1312 | 2024-06-27T21:17:05.697Z | Checking subtle v2.5.0 |
1313 | 2024-06-27T21:17:05.875Z | Compiling anyhow v1.0.86 |
1314 | 2024-06-27T21:17:06.416Z | Compiling spin v0.9.8 |
1315 | 2024-06-27T21:17:06.518Z | Compiling unicode-normalization v0.1.23 |
1316 | 2024-06-27T21:17:06.666Z | Checking futures-sink v0.3.30 |
1317 | 2024-06-27T21:17:06.812Z | Compiling unicode-bidi v0.3.15 |
1318 | 2024-06-27T21:17:06.836Z | Compiling untrusted v0.9.0 |
1319 | 2024-06-27T21:17:07.179Z | Compiling either v1.12.0 |
1320 | 2024-06-27T21:17:07.543Z | Checking futures-channel v0.3.30 |
1321 | 2024-06-27T21:17:08.628Z | Checking slab v0.4.9 |
1322 | 2024-06-27T21:17:08.631Z | Checking pin-utils v0.1.0 |
1323 | 2024-06-27T21:17:08.631Z | Compiling const-oid v0.9.6 |
1324 | 2024-06-27T21:17:08.631Z | Checking futures-task v0.3.30 |
1325 | 2024-06-27T21:17:08.631Z | Compiling winnow v0.5.40 |
1326 | 2024-06-27T21:17:08.631Z | Checking futures-io v0.3.30 |
1327 | 2024-06-27T21:17:08.631Z | Compiling time v0.3.36 |
1328 | 2024-06-27T21:17:09.703Z | Compiling regex v1.10.4 |
1329 | 2024-06-27T21:17:10.850Z | Compiling signal-hook v0.3.17 |
1330 | 2024-06-27T21:17:11.103Z | Compiling spin v0.5.2 |
1331 | 2024-06-27T21:17:11.384Z | Compiling sct v0.7.1 |
1332 | 2024-06-27T21:17:11.475Z | Compiling rustls-webpki v0.101.7 |
1333 | 2024-06-27T21:17:11.627Z | Compiling idna v0.5.0 |
1334 | 2024-06-27T21:17:11.918Z | Compiling siphasher v0.3.11 |
1335 | 2024-06-27T21:17:12.303Z | Compiling serde_derive v1.0.203 |
1336 | 2024-06-27T21:17:12.326Z | Compiling zerocopy-derive v0.7.34 |
1337 | 2024-06-27T21:17:12.563Z | Compiling zeroize_derive v1.4.2 |
1338 | 2024-06-27T21:17:13.175Z | Compiling thiserror-impl v1.0.60 |
1339 | 2024-06-27T21:17:13.332Z | Compiling tokio-macros v2.2.0 |
1340 | 2024-06-27T21:17:13.521Z | Compiling futures-macro v0.3.30 |
1341 | 2024-06-27T21:17:13.955Z | Compiling tracing-attributes v0.1.27 |
1342 | 2024-06-27T21:17:14.265Z | Compiling schemars_derive v0.8.21 |
1343 | 2024-06-27T21:17:14.748Z | Compiling zerocopy v0.7.34 |
1344 | 2024-06-27T21:17:15.102Z | Checking zeroize v1.7.0 |
1345 | 2024-06-27T21:17:15.383Z | Compiling openssl-macros v0.1.1 |
1346 | 2024-06-27T21:17:15.651Z | Compiling async-trait v0.1.80 |
1347 | 2024-06-27T21:17:16.640Z | Compiling thiserror v1.0.60 |
1348 | 2024-06-27T21:17:16.998Z | Compiling scroll_derive v0.12.0 |
1349 | 2024-06-27T21:17:17.170Z | Compiling hashbrown v0.14.5 |
1350 | 2024-06-27T21:17:17.258Z | Compiling pest v2.7.10 |
1351 | 2024-06-27T21:17:17.597Z | Compiling der_derive v0.7.2 |
1352 | 2024-06-27T21:17:17.760Z | Checking crypto-common v0.1.6 |
1353 | 2024-06-27T21:17:18.592Z | Compiling scroll v0.12.0 |
1354 | 2024-06-27T21:17:18.633Z | Compiling futures-util v0.3.30 |
1355 | 2024-06-27T21:17:19.192Z | Compiling goblin v0.8.2 |
1356 | 2024-06-27T21:17:19.439Z | Compiling tracing v0.1.40 |
1357 | 2024-06-27T21:17:19.470Z | Compiling clap_derive v4.5.4 |
1358 | 2024-06-27T21:17:19.953Z | Compiling pest_meta v2.7.10 |
1359 | 2024-06-27T21:17:20.451Z | Compiling block-buffer v0.10.4 |
1360 | 2024-06-27T21:17:20.726Z | Compiling digest v0.10.7 |
1361 | 2024-06-27T21:17:20.813Z | Compiling zerocopy-derive v0.6.6 |
1362 | 2024-06-27T21:17:21.251Z | Compiling pest_generator v2.7.10 |
1363 | 2024-06-27T21:17:23.480Z | Compiling url v2.5.0 |
1364 | 2024-06-27T21:17:24.843Z | Compiling idna v0.3.0 |
1365 | 2024-06-27T21:17:25.248Z | Compiling psl-types v2.0.11 |
1366 | 2024-06-27T21:17:25.457Z | Compiling ppv-lite86 v0.2.17 |
1367 | 2024-06-27T21:17:25.487Z | Compiling pest_derive v2.7.10 |
1368 | 2024-06-27T21:17:26.276Z | Compiling rand_chacha v0.3.1 |
1369 | 2024-06-27T21:17:26.342Z | Compiling dtrace-parser v0.2.0 |
1370 | 2024-06-27T21:17:26.553Z | Compiling publicsuffix v2.2.3 |
1371 | 2024-06-27T21:17:26.808Z | Checking bytes v1.6.0 |
1372 | 2024-06-27T21:17:26.831Z | Checking bitflags v2.5.0 |
1373 | 2024-06-27T21:17:27.694Z | Checking tokio v1.37.0 |
1374 | 2024-06-27T21:17:28.577Z | Compiling rand v0.8.5 |
1375 | 2024-06-27T21:17:28.754Z | Compiling crossbeam-epoch v0.9.18 |
1376 | 2024-06-27T21:17:28.863Z | Compiling unicode-xid v0.2.4 |
1377 | 2024-06-27T21:17:28.997Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
1378 | 2024-06-27T21:17:29.044Z | Compiling gimli v0.28.1 |
1379 | 2024-06-27T21:17:29.805Z | Compiling indexmap v2.2.6 |
1380 | 2024-06-27T21:17:30.181Z | Compiling semver v1.0.23 |
1381 | 2024-06-27T21:17:30.702Z | Compiling serde_tokenstream v0.2.0 |
1382 | 2024-06-27T21:17:30.976Z | Compiling chrono v0.4.38 |
1383 | 2024-06-27T21:17:30.999Z | Compiling uuid v1.8.0 |
1384 | 2024-06-27T21:17:31.260Z | Compiling http v0.2.12 |
1385 | 2024-06-27T21:17:32.482Z | Compiling rustc_version v0.4.0 |
1386 | 2024-06-27T21:17:32.945Z | Compiling serde_spanned v0.6.6 |
1387 | 2024-06-27T21:17:33.168Z | Compiling toml_datetime v0.6.6 |
1388 | 2024-06-27T21:17:33.271Z | Compiling dof v0.3.0 |
1389 | 2024-06-27T21:17:33.690Z | Compiling openapiv3 v2.0.0 |
1390 | 2024-06-27T21:17:33.917Z | Compiling rustix v0.38.34 |
1391 | 2024-06-27T21:17:34.157Z | Compiling usdt-impl v0.5.0 |
1392 | 2024-06-27T21:17:34.856Z | Compiling toml_edit v0.19.15 |
1393 | 2024-06-27T21:17:34.963Z | Compiling http-body v0.4.6 |
1394 | 2024-06-27T21:17:35.427Z | Compiling openssl v0.10.64 |
1395 | 2024-06-27T21:17:35.677Z | Compiling heapless v0.7.17 |
1396 | 2024-06-27T21:17:35.852Z | Compiling usdt-macro v0.5.0 |
1397 | 2024-06-27T21:17:36.101Z | Compiling usdt-attr-macro v0.5.0 |
1398 | 2024-06-27T21:17:36.989Z | Compiling serde_urlencoded v0.7.1 |
1399 | 2024-06-27T21:17:37.492Z | Compiling cookie_store v0.20.0 |
1400 | 2024-06-27T21:17:37.513Z | Compiling bit-vec v0.6.3 |
1401 | 2024-06-27T21:17:37.538Z | Compiling webpki-roots v0.25.4 |
1402 | 2024-06-27T21:17:37.704Z | Compiling addr2line v0.21.0 |
1403 | 2024-06-27T21:17:38.235Z | Compiling enum-as-inner v0.5.1 |
1404 | 2024-06-27T21:17:38.252Z | Compiling phf_shared v0.10.0 |
1405 | 2024-06-27T21:17:38.361Z | Compiling lazy_static v1.4.0 |
1406 | 2024-06-27T21:17:38.383Z | Compiling object v0.32.2 |
1407 | 2024-06-27T21:17:38.484Z | Compiling base64ct v1.6.0 |
1408 | 2024-06-27T21:17:38.666Z | Compiling new_debug_unreachable v1.0.6 |
1409 | 2024-06-27T21:17:38.771Z | Compiling smoltcp v0.9.1 |
1410 | 2024-06-27T21:17:39.032Z | Compiling precomputed-hash v0.1.1 |
1411 | 2024-06-27T21:17:39.142Z | Compiling rustc-demangle v0.1.24 |
1412 | 2024-06-27T21:17:39.165Z | Compiling minimal-lexical v0.2.1 |
1413 | 2024-06-27T21:17:39.225Z | Compiling fixedbitset v0.4.2 |
1414 | 2024-06-27T21:17:39.525Z | Compiling petgraph v0.6.5 |
1415 | 2024-06-27T21:17:39.690Z | Compiling tokio-util v0.7.11 |
1416 | 2024-06-27T21:17:39.711Z | Compiling tokio-rustls v0.24.1 |
1417 | 2024-06-27T21:17:40.114Z | Compiling nom v7.1.3 |
1418 | 2024-06-27T21:17:40.164Z | Compiling string_cache v0.8.7 |
1419 | 2024-06-27T21:17:40.679Z | Compiling h2 v0.3.26 |
1420 | 2024-06-27T21:17:41.135Z | Compiling pem-rfc7468 v0.7.0 |
1421 | 2024-06-27T21:17:42.041Z | Compiling native-tls v0.2.11 |
1422 | 2024-06-27T21:17:42.756Z | Compiling tokio-native-tls v0.3.1 |
1423 | 2024-06-27T21:17:43.050Z | Compiling toml_edit v0.22.13 |
1424 | 2024-06-27T21:17:43.516Z | Compiling bit-set v0.5.3 |
1425 | 2024-06-27T21:17:43.673Z | Compiling futures-executor v0.3.30 |
1426 | 2024-06-27T21:17:43.799Z | Compiling hmac v0.12.1 |
1427 | 2024-06-27T21:17:44.030Z | Compiling hubpack_derive v0.1.1 |
1428 | 2024-06-27T21:17:44.055Z | Compiling itertools v0.10.5 |
1429 | 2024-06-27T21:17:44.280Z | Compiling diesel_table_macro_syntax v0.1.0 |
1430 | 2024-06-27T21:17:44.533Z | Compiling num-integer v0.1.46 |
1431 | 2024-06-27T21:17:44.731Z | Compiling fs-err v2.11.0 |
1432 | 2024-06-27T21:17:44.910Z | Compiling unicode-segmentation v1.11.0 |
1433 | 2024-06-27T21:17:45.016Z | Compiling lalrpop-util v0.19.12 |
1434 | 2024-06-27T21:17:45.394Z | Compiling flagset v0.4.5 |
1435 | 2024-06-27T21:17:45.616Z | Checking fnv v1.0.7 |
1436 | 2024-06-27T21:17:45.757Z | Compiling der v0.7.9 |
1437 | 2024-06-27T21:17:45.946Z | Compiling diesel_derives v2.1.4 |
1438 | 2024-06-27T21:17:45.949Z | Compiling futures v0.3.30 |
1439 | 2024-06-27T21:17:46.092Z | Compiling hex v0.4.3 |
1440 | 2024-06-27T21:17:46.913Z | Compiling itertools v0.12.1 |
1441 | 2024-06-27T21:17:47.622Z | Compiling hyper v0.14.28 |
1442 | 2024-06-27T21:17:47.733Z | Compiling finl_unicode v1.2.0 |
1443 | 2024-06-27T21:17:48.357Z | Compiling stringprep v0.1.4 |
1444 | 2024-06-27T21:17:49.206Z | Compiling spki v0.7.3 |
1445 | 2024-06-27T21:17:49.609Z | Compiling sha2 v0.10.8 |
1446 | 2024-06-27T21:17:49.631Z | Compiling toml v0.7.8 |
1447 | 2024-06-27T21:17:50.063Z | Compiling md-5 v0.10.6 |
1448 | 2024-06-27T21:17:50.357Z | Compiling serde_repr v0.1.19 |
1449 | 2024-06-27T21:17:51.339Z | Compiling strum_macros v0.25.3 |
1450 | 2024-06-27T21:17:51.392Z | Compiling hash32 v0.2.1 |
1451 | 2024-06-27T21:17:51.606Z | Compiling stable_deref_trait v1.2.0 |
1452 | 2024-06-27T21:17:51.630Z | Checking tinyvec_macros v0.1.1 |
1453 | 2024-06-27T21:17:51.723Z | Compiling fallible-iterator v0.2.0 |
1454 | 2024-06-27T21:17:51.742Z | Checking tinyvec v1.6.0 |
1455 | 2024-06-27T21:17:51.997Z | Compiling pkcs8 v0.10.2 |
1456 | 2024-06-27T21:17:52.435Z | Compiling postgres-protocol v0.6.6 |
1457 | 2024-06-27T21:17:52.593Z | Compiling terminal_size v0.3.0 |
1458 | 2024-06-27T21:17:52.807Z | Compiling ipnetwork v0.20.0 |
1459 | 2024-06-27T21:17:52.961Z | Compiling block-padding v0.3.3 |
1460 | 2024-06-27T21:17:53.076Z | Compiling phf_shared v0.11.2 |
1461 | 2024-06-27T21:17:53.219Z | Compiling ff v0.13.0 |
1462 | 2024-06-27T21:17:53.460Z | Compiling scheduled-thread-pool v0.2.7 |
1463 | 2024-06-27T21:17:53.463Z | Compiling peg-runtime v0.8.3 |
1464 | 2024-06-27T21:17:53.778Z | Compiling base16ct v0.2.0 |
1465 | 2024-06-27T21:17:54.101Z | Compiling matches v0.1.10 |
1466 | 2024-06-27T21:17:54.124Z | Checking equivalent v1.0.1 |
1467 | 2024-06-27T21:17:54.170Z | Compiling bitflags v1.3.2 |
1468 | 2024-06-27T21:17:54.195Z | Compiling managed v0.8.0 |
1469 | 2024-06-27T21:17:54.217Z | Compiling idna v0.2.3 |
1470 | 2024-06-27T21:17:54.287Z | Compiling sec1 v0.7.3 |
1471 | 2024-06-27T21:17:54.528Z | Compiling r2d2 v0.8.10 |
1472 | 2024-06-27T21:17:54.650Z | Compiling hyper-tls v0.5.0 |
1473 | 2024-06-27T21:17:54.850Z | Compiling hyper-rustls v0.24.2 |
1474 | 2024-06-27T21:17:55.018Z | Compiling signal-hook-mio v0.2.3 |
1475 | 2024-06-27T21:17:55.196Z | Compiling reqwest v0.11.27 |
1476 | 2024-06-27T21:17:55.223Z | Compiling clap_builder v4.5.2 |
1477 | 2024-06-27T21:17:55.508Z | Compiling usdt v0.5.0 |
1478 | 2024-06-27T21:17:55.721Z | Compiling group v0.13.0 |
1479 | 2024-06-27T21:17:55.863Z | Compiling phf v0.11.2 |
1480 | 2024-06-27T21:17:56.054Z | Compiling postgres-types v0.2.6 |
1481 | 2024-06-27T21:17:56.074Z | Compiling inout v0.1.3 |
1482 | 2024-06-27T21:17:56.181Z | Compiling num-bigint v0.4.5 |
1483 | 2024-06-27T21:17:56.360Z | Compiling num-iter v0.1.45 |
1484 | 2024-06-27T21:17:56.553Z | Compiling hubpack v0.1.2 |
1485 | 2024-06-27T21:17:57.060Z | Compiling hkdf v0.12.4 |
1486 | 2024-06-27T21:17:57.430Z | Compiling zerocopy v0.6.6 |
1487 | 2024-06-27T21:17:57.752Z | Compiling crypto-bigint v0.5.5 |
1488 | 2024-06-27T21:17:57.930Z | Compiling float-cmp v0.9.0 |
1489 | 2024-06-27T21:17:58.114Z | Compiling whoami v1.5.1 |
1490 | 2024-06-27T21:17:58.169Z | Compiling difflib v0.4.0 |
1491 | 2024-06-27T21:17:58.279Z | Compiling normalize-line-endings v0.3.0 |
1492 | 2024-06-27T21:17:58.420Z | Compiling static_assertions v1.1.0 |
1493 | 2024-06-27T21:17:58.534Z | Compiling data-encoding v2.6.0 |
1494 | 2024-06-27T21:17:58.793Z | Compiling predicates-core v1.0.6 |
1495 | 2024-06-27T21:17:59.188Z | Checking cpufeatures v0.2.12 |
1496 | 2024-06-27T21:17:59.295Z | Compiling yasna v0.5.2 |
1497 | 2024-06-27T21:17:59.779Z | Compiling diesel v2.1.6 |
1498 | 2024-06-27T21:17:59.846Z | Compiling trust-dns-proto v0.22.0 |
1499 | 2024-06-27T21:18:01.057Z | Compiling elliptic-curve v0.13.8 |
1500 | 2024-06-27T21:18:01.321Z | Compiling clap v4.5.4 |
1501 | 2024-06-27T21:18:01.460Z | Compiling predicates v3.1.0 |
1502 | 2024-06-27T21:18:01.934Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=c85a4ca043aaa389df12aac5348d8a3feda28762#c85a4ca0) |
1503 | 2024-06-27T21:18:03.308Z | Compiling tokio-postgres v0.7.10 |
1504 | 2024-06-27T21:18:03.965Z | Compiling cipher v0.4.4 |
1505 | 2024-06-27T21:18:04.528Z | Compiling crossterm v0.27.0 |
1506 | 2024-06-27T21:18:07.205Z | Compiling similar v2.5.0 |
1507 | 2024-06-27T21:18:07.288Z | Compiling tokio-stream v0.1.15 |
1508 | 2024-06-27T21:18:08.309Z | Compiling console v0.15.8 |
1509 | 2024-06-27T21:18:08.436Z | Compiling bstr v1.9.1 |
1510 | 2024-06-27T21:18:08.842Z | Checking tracing-core v0.1.32 |
1511 | 2024-06-27T21:18:09.432Z | Checking percent-encoding v2.3.1 |
1512 | 2024-06-27T21:18:09.889Z | Checking form_urlencoded v1.2.1 |
1513 | 2024-06-27T21:18:10.024Z | Checking powerfmt v0.2.0 |
1514 | 2024-06-27T21:18:10.295Z | Checking num-conv v0.1.0 |
1515 | 2024-06-27T21:18:10.317Z | Checking deranged v0.3.11 |
1516 | 2024-06-27T21:18:10.320Z | Checking unicode-ident v1.0.12 |
1517 | 2024-06-27T21:18:10.500Z | Checking num_threads v0.1.7 |
1518 | 2024-06-27T21:18:10.557Z | Checking time-core v0.1.2 |
1519 | 2024-06-27T21:18:10.625Z | Checking httparse v1.8.0 |
1520 | 2024-06-27T21:18:11.413Z | Checking errno v0.3.9 |
1521 | 2024-06-27T21:18:11.582Z | Checking unicode-width v0.1.12 |
1522 | 2024-06-27T21:18:11.725Z | Checking proc-macro2 v1.0.86 |
1523 | 2024-06-27T21:18:12.431Z | Checking quote v1.0.36 |
1524 | 2024-06-27T21:18:12.465Z | Checking adler v1.0.2 |
1525 | 2024-06-27T21:18:12.520Z | Checking base64 v0.21.7 |
1526 | 2024-06-27T21:18:12.636Z | Checking miniz_oxide v0.7.2 |
1527 | 2024-06-27T21:18:13.011Z | Checking try-lock v0.2.5 |
1528 | 2024-06-27T21:18:13.162Z | Checking want v0.3.1 |
1529 | 2024-06-27T21:18:13.620Z | Checking tower-service v0.3.2 |
1530 | 2024-06-27T21:18:13.848Z | Checking httpdate v1.0.3 |
1531 | 2024-06-27T21:18:14.115Z | Checking foreign-types-shared v0.1.1 |
1532 | 2024-06-27T21:18:14.219Z | Checking openssl-probe v0.1.5 |
1533 | 2024-06-27T21:18:14.264Z | Checking foreign-types v0.3.2 |
1534 | 2024-06-27T21:18:14.360Z | Checking openssl-sys v0.9.102 |
1535 | 2024-06-27T21:18:14.363Z | Checking mime v0.3.17 |
1536 | 2024-06-27T21:18:14.656Z | Checking ipnet v2.9.0 |
1537 | 2024-06-27T21:18:15.573Z | Checking utf8parse v0.2.1 |
1538 | 2024-06-27T21:18:19.720Z | Checking encoding_rs v0.8.34 |
1539 | 2024-06-27T21:18:19.975Z | Checking anstyle v1.0.7 |
1540 | 2024-06-27T21:18:21.617Z | Checking rustls-pemfile v1.0.4 |
1541 | 2024-06-27T21:18:21.699Z | Checking ucd-trie v0.1.6 |
1542 | 2024-06-27T21:18:21.828Z | Checking plain v0.2.3 |
1543 | 2024-06-27T21:18:21.933Z | Checking sync_wrapper v0.1.2 |
1544 | 2024-06-27T21:18:22.068Z | Checking anstyle-parse v0.2.4 |
1545 | 2024-06-27T21:18:22.209Z | Checking colorchoice v1.0.1 |
1546 | 2024-06-27T21:18:22.237Z | Checking is_terminal_polyfill v1.70.0 |
1547 | 2024-06-27T21:18:22.306Z | Checking anstyle-query v1.0.3 |
1548 | 2024-06-27T21:18:22.339Z | Checking pretty-hex v0.4.1 |
1549 | 2024-06-27T21:18:22.427Z | Checking anstream v0.6.14 |
1550 | 2024-06-27T21:18:22.520Z | Checking thread-id v4.2.1 |
1551 | 2024-06-27T21:18:22.543Z | Checking strsim v0.11.1 |
1552 | 2024-06-27T21:18:22.638Z | Checking clap_lex v0.7.0 |
1553 | 2024-06-27T21:18:22.870Z | Checking memmap v0.7.0 |
1554 | 2024-06-27T21:18:23.080Z | Checking crc32fast v1.4.0 |
1555 | 2024-06-27T21:18:24.405Z | Checking flate2 v1.0.30 |
1556 | 2024-06-27T21:18:26.014Z | Checking winnow v0.6.8 |
1557 | 2024-06-27T21:18:34.184Z | Compiling regress v0.9.1 |
1558 | 2024-06-27T21:18:34.376Z | Compiling getopts v0.2.21 |
1559 | 2024-06-27T21:18:35.416Z | Compiling unsafe-libyaml v0.2.11 |
1560 | 2024-06-27T21:18:35.438Z | Checking heck v0.5.0 |
1561 | 2024-06-27T21:18:36.267Z | Checking progenitor-client v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
1562 | 2024-06-27T21:18:36.945Z | Compiling serde_yaml v0.9.34+deprecated |
1563 | 2024-06-27T21:18:37.083Z | Compiling paste v1.0.15 |
1564 | 2024-06-27T21:18:37.509Z | Checking camino v1.1.7 |
1565 | 2024-06-27T21:18:37.656Z | Checking is-terminal v0.4.12 |
1566 | 2024-06-27T21:18:37.788Z | Compiling typify-impl v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6) |
1567 | 2024-06-27T21:18:38.006Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1568 | 2024-06-27T21:18:38.447Z | Compiling strum_macros v0.26.2 |
1569 | 2024-06-27T21:18:38.766Z | Checking base64 v0.22.1 |
1570 | 2024-06-27T21:18:39.254Z | Compiling ident_case v1.0.1 |
1571 | 2024-06-27T21:18:39.282Z | Checking sha1 v0.10.6 |
1572 | 2024-06-27T21:18:39.334Z | Compiling rustls v0.22.4 |
1573 | 2024-06-27T21:18:39.448Z | Compiling darling_core v0.20.9 |
1574 | 2024-06-27T21:18:39.554Z | Checking http v1.1.0 |
1575 | 2024-06-27T21:18:39.630Z | Checking match_cfg v0.1.0 |
1576 | 2024-06-27T21:18:39.729Z | Checking hostname v0.3.1 |
1577 | 2024-06-27T21:18:39.874Z | Checking dirs-sys-next v0.1.2 |
1578 | 2024-06-27T21:18:40.060Z | Compiling multer v3.1.0 |
1579 | 2024-06-27T21:18:40.415Z | Checking dirs-next v2.0.0 |
1580 | 2024-06-27T21:18:40.560Z | Checking crossbeam-channel v0.5.12 |
1581 | 2024-06-27T21:18:41.006Z | Compiling async-stream-impl v0.3.5 |
1582 | 2024-06-27T21:18:41.320Z | Checking thread_local v1.1.8 |
1583 | 2024-06-27T21:18:41.360Z | Checking rustls-pki-types v1.7.0 |
1584 | 2024-06-27T21:18:41.500Z | Checking term v0.7.0 |
1585 | 2024-06-27T21:18:41.611Z | Compiling dropshot v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#0cd0e828) |
1586 | 2024-06-27T21:18:41.784Z | Checking take_mut v0.2.2 |
1587 | 2024-06-27T21:18:41.956Z | Checking slog-term v2.9.1 |
1588 | 2024-06-27T21:18:41.976Z | Checking slog-async v2.8.0 |
1589 | 2024-06-27T21:18:42.007Z | Checking toml v0.8.13 |
1590 | 2024-06-27T21:18:42.270Z | Compiling dropshot_endpoint v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#0cd0e828) |
1591 | 2024-06-27T21:18:42.448Z | Checking rustls-webpki v0.102.4 |
1592 | 2024-06-27T21:18:42.472Z | Checking slog-json v2.6.1 |
1593 | 2024-06-27T21:18:42.748Z | Checking instant v0.1.12 |
1594 | 2024-06-27T21:18:42.829Z | Checking slog-bunyan v2.5.0 |
1595 | 2024-06-27T21:18:42.874Z | Checking rustls-pemfile v2.1.2 |
1596 | 2024-06-27T21:18:43.002Z | Checking debug-ignore v1.0.5 |
1597 | 2024-06-27T21:18:43.131Z | Checking fastrand v2.1.0 |
1598 | 2024-06-27T21:18:43.152Z | Checking quick-error v1.2.3 |
1599 | 2024-06-27T21:18:43.298Z | Checking atomic-waker v1.1.2 |
1600 | 2024-06-27T21:18:43.446Z | Checking waitgroup v0.1.2 |
1601 | 2024-06-27T21:18:43.478Z | Checking tempfile v3.10.1 |
1602 | 2024-06-27T21:18:43.591Z | Checking async-stream v0.3.5 |
1603 | 2024-06-27T21:18:43.851Z | Checking serde_path_to_error v0.1.16 |
1604 | 2024-06-27T21:18:43.983Z | Checking strum v0.26.2 |
1605 | 2024-06-27T21:18:44.135Z | Compiling structmeta-derive v0.3.0 |
1606 | 2024-06-27T21:18:44.207Z | Checking hostname v0.4.0 |
1607 | 2024-06-27T21:18:44.352Z | Checking newtype-uuid v1.1.0 |
1608 | 2024-06-27T21:18:44.487Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
1609 | 2024-06-27T21:18:44.518Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
1610 | 2024-06-27T21:18:44.595Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
1611 | 2024-06-27T21:18:44.879Z | Checking macaddr v1.0.1 |
1612 | 2024-06-27T21:18:45.213Z | Checking backoff v0.4.0 |
1613 | 2024-06-27T21:18:45.278Z | Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
1614 | 2024-06-27T21:18:45.366Z | Checking oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#2612d220) |
1615 | 2024-06-27T21:18:45.432Z | Checking serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
1616 | 2024-06-27T21:18:45.525Z | Checking wait-timeout v0.2.0 |
1617 | 2024-06-27T21:18:45.597Z | Compiling structmeta-derive v0.2.0 |
1618 | 2024-06-27T21:18:45.717Z | Checking rusty-fork v0.3.0 |
1619 | 2024-06-27T21:18:45.752Z | Checking rand_xorshift v0.3.0 |
1620 | 2024-06-27T21:18:45.940Z | Checking unarray v0.1.4 |
1621 | 2024-06-27T21:18:46.017Z | Compiling proc-macro-error v1.0.4 |
1622 | 2024-06-27T21:18:46.093Z | Checking proptest v1.4.0 |
1623 | 2024-06-27T21:18:46.774Z | Checking camino-tempfile v1.1.1 |
1624 | 2024-06-27T21:18:46.912Z | Checking tokio-rustls v0.25.0 |
1625 | 2024-06-27T21:18:47.060Z | Compiling proc-macro-crate v1.3.1 |
1626 | 2024-06-27T21:18:47.083Z | Compiling darling_macro v0.20.9 |
1627 | 2024-06-27T21:18:47.438Z | Compiling structmeta v0.3.0 |
1628 | 2024-06-27T21:18:47.879Z | Compiling parse-display-derive v0.9.0 |
1629 | 2024-06-27T21:18:48.161Z | Compiling darling v0.20.9 |
1630 | 2024-06-27T21:18:48.293Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1631 | 2024-06-27T21:18:48.312Z | Compiling serde_with_macros v3.8.1 |
1632 | 2024-06-27T21:18:48.680Z | Compiling num_enum_derive v0.5.11 |
1633 | 2024-06-27T21:18:48.807Z | Compiling structmeta v0.2.0 |
1634 | 2024-06-27T21:18:49.270Z | Compiling test-strategy v0.3.1 |
1635 | 2024-06-27T21:18:50.821Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1636 | 2024-06-27T21:18:51.115Z | Compiling foreign-types-macros v0.2.3 |
1637 | 2024-06-27T21:18:51.173Z | Checking foreign-types-shared v0.3.1 |
1638 | 2024-06-27T21:18:51.290Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
1639 | 2024-06-27T21:18:51.481Z | Checking serde_with v3.8.1 |
1640 | 2024-06-27T21:18:51.538Z | Checking num_enum v0.5.11 |
1641 | 2024-06-27T21:18:51.761Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
1642 | 2024-06-27T21:18:51.914Z | Checking cstr-argument v0.1.2 |
1643 | 2024-06-27T21:18:52.102Z | Checking pretty-hex v0.2.1 |
1644 | 2024-06-27T21:18:52.266Z | Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1645 | 2024-06-27T21:18:52.489Z | Checking foreign-types v0.5.0 |
1646 | 2024-06-27T21:18:52.550Z | Checking tabwriter v1.4.0 |
1647 | 2024-06-27T21:18:52.608Z | Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1648 | 2024-06-27T21:18:52.778Z | Checking colored v2.1.0 |
1649 | 2024-06-27T21:18:52.820Z | Checking socket2 v0.4.10 |
1650 | 2024-06-27T21:18:52.937Z | Checking smf v0.2.3 |
1651 | 2024-06-27T21:18:52.968Z | Checking parse-display v0.9.0 |
1652 | 2024-06-27T21:18:53.047Z | Checking humantime v2.1.0 |
1653 | 2024-06-27T21:18:53.184Z | Checking termcolor v1.4.1 |
1654 | 2024-06-27T21:18:53.342Z | Checking arc-swap v1.7.1 |
1655 | 2024-06-27T21:18:53.366Z | Checking newline-converter v0.3.0 |
1656 | 2024-06-27T21:18:53.386Z | Checking xattr v1.3.1 |
1657 | 2024-06-27T21:18:53.492Z | Checking filetime v0.2.23 |
1658 | 2024-06-27T21:18:53.530Z | Checking same-file v1.0.6 |
1659 | 2024-06-27T21:18:53.577Z | Checking expectorate v1.1.0 |
1660 | 2024-06-27T21:18:53.601Z | Checking utf-8 v0.7.6 |
1661 | 2024-06-27T21:18:53.686Z | Checking tar v0.4.40 |
1662 | 2024-06-27T21:18:53.712Z | Checking walkdir v2.5.0 |
1663 | 2024-06-27T21:18:53.743Z | Compiling heapless v0.8.0 |
1664 | 2024-06-27T21:18:53.767Z | Checking slog-scope v4.4.0 |
1665 | 2024-06-27T21:18:53.802Z | Checking termtree v0.4.1 |
1666 | 2024-06-27T21:18:53.972Z | Checking slog-stdlog v4.1.1 |
1667 | 2024-06-27T21:18:53.993Z | Checking hash32 v0.3.1 |
1668 | 2024-06-27T21:18:54.015Z | Checking predicates-tree v1.0.9 |
1669 | 2024-06-27T21:18:54.147Z | Checking slog-envlogger v2.2.0 |
1670 | 2024-06-27T21:18:54.178Z | Compiling smoltcp v0.11.0 |
1671 | 2024-06-27T21:18:54.198Z | Compiling crucible-workspace-hack v0.1.0 |
1672 | 2024-06-27T21:18:54.367Z | Checking cobs v0.2.3 |
1673 | 2024-06-27T21:18:54.422Z | Checking embedded-io v0.4.0 |
1674 | 2024-06-27T21:18:54.492Z | Checking sigpipe v0.1.3 |
1675 | 2024-06-27T21:18:54.568Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=915975f6d1729db95619f752148974016912412f#915975f6) |
1676 | 2024-06-27T21:18:54.603Z | Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=915975f6d1729db95619f752148974016912412f#915975f6) |
1677 | 2024-06-27T21:18:54.643Z | Checking postcard v1.0.8 |
1678 | 2024-06-27T21:18:54.861Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=915975f6d1729db95619f752148974016912412f#915975f6) |
1679 | 2024-06-27T21:18:54.928Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#4ceaf96e) |
1680 | 2024-06-27T21:18:54.950Z | Checking pem v3.0.4 |
1681 | 2024-06-27T21:18:54.972Z | Checking poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
1682 | 2024-06-27T21:18:55.223Z | Checking tungstenite v0.20.1 |
1683 | 2024-06-27T21:18:55.243Z | Compiling zone_cfg_derive v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56) |
1684 | 2024-06-27T21:18:55.339Z | Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=59868677c70f3cd03f03e12584ad1056da8b5459#59868677) |
1685 | 2024-06-27T21:18:55.721Z | Compiling num-derive v0.4.2 |
1686 | 2024-06-27T21:18:55.824Z | Compiling mockall_derive v0.12.1 |
1687 | 2024-06-27T21:18:56.117Z | Compiling derive-where v1.2.7 |
1688 | 2024-06-27T21:18:56.788Z | Checking atty v0.2.14 |
1689 | 2024-06-27T21:18:56.958Z | Checking fragile v2.0.0 |
1690 | 2024-06-27T21:18:57.097Z | Checking downcast v0.11.0 |
1691 | 2024-06-27T21:18:57.239Z | Checking zone v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56) |
1692 | 2024-06-27T21:18:57.321Z | Checking tokio-tungstenite v0.20.1 |
1693 | 2024-06-27T21:18:57.818Z | Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=59868677c70f3cd03f03e12584ad1056da8b5459#59868677) |
1694 | 2024-06-27T21:18:57.990Z | Checking tungstenite v0.21.0 |
1695 | 2024-06-27T21:18:58.064Z | Checking env_logger v0.9.3 |
1696 | 2024-06-27T21:18:58.352Z | Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=64e28cea69b427b05064defaf8800a4d678b4612#64e28cea) |
1697 | 2024-06-27T21:18:58.487Z | Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1698 | 2024-06-27T21:18:58.523Z | Compiling typify-macro v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6) |
1699 | 2024-06-27T21:18:58.673Z | Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=915975f6d1729db95619f752148974016912412f#915975f6) |
1700 | 2024-06-27T21:18:58.782Z | Compiling bitstruct_derive v0.1.0 |
1701 | 2024-06-27T21:18:58.815Z | Checking tokio-tungstenite v0.21.0 |
1702 | 2024-06-27T21:18:58.866Z | Checking viona_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1703 | 2024-06-27T21:18:59.002Z | Checking ascii v1.1.0 |
1704 | 2024-06-27T21:18:59.287Z | Checking viona_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1705 | 2024-06-27T21:18:59.392Z | Checking rfb v0.1.0 (https://github.com/oxidecomputer/rfb?rev=0cac8d9c25eb27acfa35df80f3b9d371de98ab3b#0cac8d9c) |
1706 | 2024-06-27T21:18:59.447Z | Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1707 | 2024-06-27T21:18:59.703Z | Checking dladm v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1708 | 2024-06-27T21:18:59.914Z | Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1709 | 2024-06-27T21:18:59.978Z | Checking erased-serde v0.3.31 |
1710 | 2024-06-27T21:19:00.080Z | Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=915975f6d1729db95619f752148974016912412f#915975f6) |
1711 | 2024-06-27T21:19:00.177Z | Checking bitstruct v0.1.1 |
1712 | 2024-06-27T21:19:00.196Z | Checking serde_arrays v0.1.0 |
1713 | 2024-06-27T21:19:00.278Z | Compiling heck v0.3.3 |
1714 | 2024-06-27T21:19:00.298Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#4ceaf96e) |
1715 | 2024-06-27T21:19:00.352Z | Checking headers-core v0.2.0 |
1716 | 2024-06-27T21:19:00.507Z | Checking base64 v0.13.1 |
1717 | 2024-06-27T21:19:00.706Z | Compiling zone_cfg_derive v0.1.2 |
1718 | 2024-06-27T21:19:00.925Z | Checking ron v0.7.1 |
1719 | 2024-06-27T21:19:01.036Z | Checking propolis v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1720 | 2024-06-27T21:19:01.858Z | Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=915975f6d1729db95619f752148974016912412f#915975f6) |
1721 | 2024-06-27T21:19:02.127Z | Checking headers v0.3.9 |
1722 | 2024-06-27T21:19:02.181Z | Checking portpicker v0.1.1 |
1723 | 2024-06-27T21:19:02.261Z | Checking zone v0.1.8 |
1724 | 2024-06-27T21:19:02.333Z | Checking rcgen v0.12.1 |
1725 | 2024-06-27T21:19:02.401Z | Checking atomicwrites v0.4.3 |
1726 | 2024-06-27T21:19:02.593Z | Checking subprocess v0.2.9 |
1727 | 2024-06-27T21:19:02.901Z | Compiling convert_case v0.4.0 |
1728 | 2024-06-27T21:19:02.959Z | Checking password-hash v0.5.0 |
1729 | 2024-06-27T21:19:03.122Z | Checking blake2 v0.10.6 |
1730 | 2024-06-27T21:19:03.238Z | Compiling typify v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6) |
1731 | 2024-06-27T21:19:03.386Z | Compiling progenitor-impl v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
1732 | 2024-06-27T21:19:03.427Z | Checking linked-hash-map v0.5.6 |
1733 | 2024-06-27T21:19:03.596Z | Checking argon2 v0.5.3 |
1734 | 2024-06-27T21:19:03.749Z | Checking lru-cache v0.1.2 |
1735 | 2024-06-27T21:19:03.907Z | Compiling derive_more v0.99.17 |
1736 | 2024-06-27T21:19:03.932Z | Compiling prettyplease v0.2.20 |
1737 | 2024-06-27T21:19:04.244Z | Checking swrite v0.1.0 |
1738 | 2024-06-27T21:19:04.311Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
1739 | 2024-06-27T21:19:04.525Z | Checking mockall v0.12.1 |
1740 | 2024-06-27T21:19:05.121Z | Compiling rayon-core v1.12.1 |
1741 | 2024-06-27T21:19:05.146Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
1742 | 2024-06-27T21:19:05.202Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
1743 | 2024-06-27T21:19:05.342Z | Checking resolv-conf v0.7.0 |
1744 | 2024-06-27T21:19:05.417Z | Checking half v2.4.1 |
1745 | 2024-06-27T21:19:05.452Z | Compiling semver v0.1.20 |
1746 | 2024-06-27T21:19:05.582Z | Checking ciborium-io v0.2.2 |
1747 | 2024-06-27T21:19:05.665Z | Checking trust-dns-resolver v0.22.0 |
1748 | 2024-06-27T21:19:05.707Z | Compiling cancel-safe-futures v0.1.5 |
1749 | 2024-06-27T21:19:05.890Z | Checking ciborium-ll v0.2.2 |
1750 | 2024-06-27T21:19:06.044Z | Compiling rustc_version v0.1.7 |
1751 | 2024-06-27T21:19:06.197Z | Checking ciborium v0.2.2 |
1752 | 2024-06-27T21:19:06.558Z | Compiling newtype_derive v0.1.6 |
1753 | 2024-06-27T21:19:06.900Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
1754 | 2024-06-27T21:19:07.343Z | Checking num-rational v0.4.2 |
1755 | 2024-06-27T21:19:07.784Z | Checking num-complex v0.4.6 |
1756 | 2024-06-27T21:19:08.022Z | Compiling slog-dtrace v0.3.0 |
1757 | 2024-06-27T21:19:08.347Z | Checking signature v2.2.0 |
1758 | 2024-06-27T21:19:08.389Z | Checking float-ord v0.3.2 |
1759 | 2024-06-27T21:19:08.566Z | Checking steno v0.4.0 |
1760 | 2024-06-27T21:19:08.676Z | Checking num v0.4.3 |
1761 | 2024-06-27T21:19:10.030Z | Checking cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1762 | 2024-06-27T21:19:10.351Z | Checking propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1763 | 2024-06-27T21:19:12.043Z | Checking libsw v3.3.1 |
1764 | 2024-06-27T21:19:12.333Z | Checking owo-colors v4.0.0 |
1765 | 2024-06-27T21:19:12.369Z | Compiling progenitor-macro v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
1766 | 2024-06-27T21:19:12.534Z | Checking linear-map v1.2.0 |
1767 | 2024-06-27T21:19:14.206Z | Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
1768 | 2024-06-27T21:19:14.250Z | Checking nibble_vec v0.1.0 |
1769 | 2024-06-27T21:19:14.460Z | Checking endian-type v0.1.2 |
1770 | 2024-06-27T21:19:14.682Z | Checking radix_trie v0.2.1 |
1771 | 2024-06-27T21:19:15.058Z | Checking fxhash v0.2.1 |
1772 | 2024-06-27T21:19:15.089Z | Checking display-error-chain v0.2.0 |
1773 | 2024-06-27T21:19:15.116Z | Compiling home v0.5.9 |
1774 | 2024-06-27T21:19:15.233Z | Compiling radium v0.7.0 |
1775 | 2024-06-27T21:19:15.253Z | Compiling maybe-uninit v2.0.0 |
1776 | 2024-06-27T21:19:15.395Z | Checking tap v1.0.1 |
1777 | 2024-06-27T21:19:15.578Z | Checking wyz v0.5.1 |
1778 | 2024-06-27T21:19:15.857Z | Compiling bzip2-sys v0.1.11+1.0.8 |
1779 | 2024-06-27T21:19:15.967Z | Compiling num-bigint-dig v0.8.4 |
1780 | 2024-06-27T21:19:16.160Z | Checking funty v2.0.0 |
1781 | 2024-06-27T21:19:16.251Z | Compiling packed_struct v0.10.1 |
1782 | 2024-06-27T21:19:16.316Z | Checking crc-catalog v2.4.0 |
1783 | 2024-06-27T21:19:16.472Z | Checking crc v3.2.1 |
1784 | 2024-06-27T21:19:17.085Z | Compiling packed_struct_codegen v0.10.1 |
1785 | 2024-06-27T21:19:17.104Z | Compiling indexmap v1.9.3 |
1786 | 2024-06-27T21:19:17.157Z | Checking bitvec v1.0.1 |
1787 | 2024-06-27T21:19:17.395Z | Checking nodrop v0.1.14 |
1788 | 2024-06-27T21:19:17.525Z | Checking array-init v0.0.4 |
1789 | 2024-06-27T21:19:17.670Z | Checking smallvec v0.6.14 |
1790 | 2024-06-27T21:19:18.557Z | Checking pkcs1 v0.7.5 |
1791 | 2024-06-27T21:19:18.711Z | Compiling ring v0.16.20 |
1792 | 2024-06-27T21:19:18.982Z | Compiling blake3 v1.5.1 |
1793 | 2024-06-27T21:19:19.595Z | Checking hashbrown v0.12.3 |
1794 | 2024-06-27T21:19:19.668Z | Checking bitfield v0.14.0 |
1795 | 2024-06-27T21:19:20.108Z | Checking serde-hex v0.1.0 |
1796 | 2024-06-27T21:19:20.216Z | Checking rsa v0.9.6 |
1797 | 2024-06-27T21:19:20.362Z | Checking bzip2 v0.4.4 |
1798 | 2024-06-27T21:19:20.655Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
1799 | 2024-06-27T21:19:20.892Z | Checking env_logger v0.10.2 |
1800 | 2024-06-27T21:19:21.245Z | Checking x509-cert v0.2.5 |
1801 | 2024-06-27T21:19:21.345Z | Checking ron v0.8.1 |
1802 | 2024-06-27T21:19:21.395Z | Checking hashbrown v0.13.2 |
1803 | 2024-06-27T21:19:22.488Z | Checking crc-any v2.5.0 |
1804 | 2024-06-27T21:19:22.539Z | Checking object v0.30.4 |
1805 | 2024-06-27T21:19:22.660Z | Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
1806 | 2024-06-27T21:19:22.722Z | Checking zip v0.6.6 |
1807 | 2024-06-27T21:19:22.854Z | Checking path-slash v0.1.5 |
1808 | 2024-06-27T21:19:22.934Z | Compiling async-recursion v1.1.1 |
1809 | 2024-06-27T21:19:22.937Z | Checking gethostname v0.4.3 |
1810 | 2024-06-27T21:19:23.001Z | Compiling parking_lot_core v0.8.6 |
1811 | 2024-06-27T21:19:23.110Z | Checking maplit v1.0.2 |
1812 | 2024-06-27T21:19:23.233Z | Compiling libefi-sys v0.1.0 |
1813 | 2024-06-27T21:19:23.422Z | Compiling bitfield-struct v0.6.1 |
1814 | 2024-06-27T21:19:23.495Z | Compiling tofino v0.1.0 (http://github.com/oxidecomputer/tofino?branch=main#1b66b89c) |
1815 | 2024-06-27T21:19:23.764Z | Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
1816 | 2024-06-27T21:19:23.990Z | Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
1817 | 2024-06-27T21:19:24.127Z | Compiling crossbeam-deque v0.8.5 |
1818 | 2024-06-27T21:19:24.477Z | Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
1819 | 2024-06-27T21:19:24.527Z | Checking keccak v0.1.5 |
1820 | 2024-06-27T21:19:24.837Z | Checking sha3 v0.10.8 |
1821 | 2024-06-27T21:19:24.898Z | Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
1822 | 2024-06-27T21:19:25.390Z | Checking parking_lot v0.11.2 |
1823 | 2024-06-27T21:19:25.499Z | Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
1824 | 2024-06-27T21:19:25.519Z | Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
1825 | 2024-06-27T21:19:25.739Z | Checking trust-dns-client v0.22.0 |
1826 | 2024-06-27T21:19:25.760Z | Checking toml v0.5.11 |
1827 | 2024-06-27T21:19:25.895Z | Checking secrecy v0.8.0 |
1828 | 2024-06-27T21:19:25.997Z | Checking sled v0.34.7 |
1829 | 2024-06-27T21:19:26.118Z | Compiling rayon v1.10.0 |
1830 | 2024-06-27T21:19:26.839Z | Compiling memmap2 v0.9.4 |
1831 | 2024-06-27T21:19:27.033Z | Compiling buf-list v1.0.3 |
1832 | 2024-06-27T21:19:27.266Z | Checking trust-dns-server v0.22.1 |
1833 | 2024-06-27T21:19:27.347Z | Compiling arrayvec v0.7.4 |
1834 | 2024-06-27T21:19:27.711Z | Compiling arrayref v0.3.7 |
1835 | 2024-06-27T21:19:27.791Z | Compiling untrusted v0.7.1 |
1836 | 2024-06-27T21:19:27.828Z | Compiling constant_time_eq v0.3.0 |
1837 | 2024-06-27T21:19:28.971Z | Compiling toolchain_find v0.4.0 |
1838 | 2024-06-27T21:19:29.170Z | Compiling topological-sort v0.2.2 |
1839 | 2024-06-27T21:19:29.416Z | Compiling rustfmt-wrapper v0.2.1 |
1840 | 2024-06-27T21:19:29.917Z | Checking glob v0.3.1 |
1841 | 2024-06-27T21:19:30.017Z | Compiling curve25519-dalek v4.1.3 |
1842 | 2024-06-27T21:19:30.038Z | Checking universal-hash v0.5.1 |
1843 | 2024-06-27T21:19:30.223Z | Checking opaque-debug v0.3.1 |
1844 | 2024-06-27T21:19:30.226Z | Compiling curve25519-dalek-derive v0.1.1 |
1845 | 2024-06-27T21:19:30.359Z | Checking aead v0.5.2 |
1846 | 2024-06-27T21:19:30.738Z | Compiling pin-project-internal v1.1.5 |
1847 | 2024-06-27T21:19:31.064Z | Compiling vte_generate_state_changes v0.1.1 |
1848 | 2024-06-27T21:19:31.310Z | Compiling omicron-zone-package v0.11.0 |
1849 | 2024-06-27T21:19:31.719Z | Compiling unicase v2.7.0 |
1850 | 2024-06-27T21:19:31.961Z | Checking vte v0.11.1 |
1851 | 2024-06-27T21:19:32.171Z | Checking progenitor v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
1852 | 2024-06-27T21:19:32.378Z | Checking poly1305 v0.8.0 |
1853 | 2024-06-27T21:19:32.402Z | Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=3c3fa8482fe09a01da62fbd35efe124ea9cac9e7#3c3fa848) |
1854 | 2024-06-27T21:19:32.461Z | Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1855 | 2024-06-27T21:19:32.885Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
1856 | 2024-06-27T21:19:33.337Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
1857 | 2024-06-27T21:19:34.034Z | Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=3c3fa8482fe09a01da62fbd35efe124ea9cac9e7#3c3fa848) |
1858 | 2024-06-27T21:19:34.100Z | Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
1859 | 2024-06-27T21:19:34.941Z | Checking lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
1860 | 2024-06-27T21:19:35.160Z | Checking pin-project v1.1.5 |
1861 | 2024-06-27T21:19:35.298Z | Checking chacha20 v0.9.1 |
1862 | 2024-06-27T21:19:35.670Z | Checking fd-lock v4.0.2 |
1863 | 2024-06-27T21:19:35.872Z | Compiling thiserror-impl-no-std v2.0.2 |
1864 | 2024-06-27T21:19:36.098Z | Checking nanorand v0.7.0 |
1865 | 2024-06-27T21:19:36.491Z | Checking flume v0.11.0 |
1866 | 2024-06-27T21:19:36.598Z | Checking libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?rev=e69694a1f7cc9fe31fab27f321017280531fb5f7#e69694a1) |
1867 | 2024-06-27T21:19:37.013Z | Checking strip-ansi-escapes v0.2.0 |
1868 | 2024-06-27T21:19:37.170Z | Checking hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#943c4bbe) |
1869 | 2024-06-27T21:19:37.191Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
1870 | 2024-06-27T21:19:37.232Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
1871 | 2024-06-27T21:19:37.496Z | Checking kstat-rs v0.2.4 |
1872 | 2024-06-27T21:19:37.858Z | Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
1873 | 2024-06-27T21:19:37.861Z | Checking nu-ansi-term v0.50.0 |
1874 | 2024-06-27T21:19:38.236Z | Checking chacha20poly1305 v0.10.1 |
1875 | 2024-06-27T21:19:38.287Z | Checking reedline v0.31.0 |
1876 | 2024-06-27T21:19:38.323Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
1877 | 2024-06-27T21:19:38.420Z | Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=64e28cea69b427b05064defaf8800a4d678b4612#64e28cea) |
1878 | 2024-06-27T21:19:39.274Z | Checking thiserror-no-std v2.0.2 |
1879 | 2024-06-27T21:19:39.392Z | Checking vsss-rs v3.3.4 |
1880 | 2024-06-27T21:19:39.443Z | Compiling crunchy v0.2.2 |
1881 | 2024-06-27T21:19:39.959Z | Compiling mime_guess v2.0.4 |
1882 | 2024-06-27T21:19:39.976Z | Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=59868677c70f3cd03f03e12584ad1056da8b5459#59868677) |
1883 | 2024-06-27T21:19:41.067Z | Compiling clang-sys v1.7.0 |
1884 | 2024-06-27T21:19:41.305Z | Compiling tiny-keccak v2.0.2 |
1885 | 2024-06-27T21:19:41.803Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
1886 | 2024-06-27T21:19:41.998Z | Compiling memoffset v0.9.1 |
1887 | 2024-06-27T21:19:42.104Z | Compiling ref-cast v1.0.23 |
1888 | 2024-06-27T21:19:42.124Z | Checking bytecount v0.6.8 |
1889 | 2024-06-27T21:19:42.288Z | Checking papergrid v0.11.0 |
1890 | 2024-06-27T21:19:42.769Z | Compiling ascii-canvas v3.0.0 |
1891 | 2024-06-27T21:19:43.087Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
1892 | 2024-06-27T21:19:43.355Z | Compiling tabled_derive v0.7.0 |
1893 | 2024-06-27T21:19:43.430Z | Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=59868677c70f3cd03f03e12584ad1056da8b5459#59868677) |
1894 | 2024-06-27T21:19:43.714Z | Compiling ref-cast-impl v1.0.23 |
1895 | 2024-06-27T21:19:43.734Z | Compiling snafu-derive v0.8.2 |
1896 | 2024-06-27T21:19:43.824Z | Compiling ena v0.14.3 |
1897 | 2024-06-27T21:19:44.233Z | Compiling libloading v0.8.3 |
1898 | 2024-06-27T21:19:44.459Z | Compiling diff v0.1.13 |
1899 | 2024-06-27T21:19:44.701Z | Compiling regex-syntax v0.6.29 |
1900 | 2024-06-27T21:19:44.938Z | Checking http-range v0.1.5 |
1901 | 2024-06-27T21:19:45.127Z | Compiling bindgen v0.69.4 |
1902 | 2024-06-27T21:19:45.221Z | Checking hyper-staticfile v0.9.5 |
1903 | 2024-06-27T21:19:45.906Z | Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=59868677c70f3cd03f03e12584ad1056da8b5459#59868677) |
1904 | 2024-06-27T21:19:46.053Z | Checking tabled v0.15.0 |
1905 | 2024-06-27T21:19:49.182Z | Compiling lalrpop v0.19.12 |
1906 | 2024-06-27T21:19:49.855Z | Checking snafu v0.8.2 |
1907 | 2024-06-27T21:19:50.530Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
1908 | 2024-06-27T21:19:50.738Z | Compiling which v4.4.2 |
1909 | 2024-06-27T21:19:50.948Z | Checking globset v0.4.14 |
1910 | 2024-06-27T21:19:51.122Z | Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
1911 | 2024-06-27T21:19:51.350Z | Checking illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
1912 | 2024-06-27T21:19:51.490Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
1913 | 2024-06-27T21:19:52.963Z | Checking oximeter-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/impl) |
1914 | 2024-06-27T21:19:54.293Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
1915 | 2024-06-27T21:19:56.205Z | Checking internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns) |
1916 | 2024-06-27T21:19:58.137Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
1917 | 2024-06-27T21:19:59.190Z | Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
1918 | 2024-06-27T21:19:59.245Z | Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
1919 | 2024-06-27T21:19:59.642Z | Checking olpc-cjson v0.1.3 |
1920 | 2024-06-27T21:19:59.722Z | Compiling cexpr v0.6.0 |
1921 | 2024-06-27T21:19:59.865Z | Checking serde_plain v1.0.2 |
1922 | 2024-06-27T21:19:59.963Z | Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=c85a4ca043aaa389df12aac5348d8a3feda28762#c85a4ca0) |
1923 | 2024-06-27T21:20:00.114Z | Compiling rustc-hash v1.1.0 |
1924 | 2024-06-27T21:20:00.254Z | Compiling lazycell v1.3.0 |
1925 | 2024-06-27T21:20:00.277Z | Compiling cfg_aliases v0.1.1 |
1926 | 2024-06-27T21:20:00.396Z | Checking typed-path v0.7.1 |
1927 | 2024-06-27T21:20:00.424Z | Compiling salty v0.2.0 |
1928 | 2024-06-27T21:20:00.936Z | Compiling shlex v1.3.0 |
1929 | 2024-06-27T21:20:01.387Z | Checking signature v1.6.4 |
1930 | 2024-06-27T21:20:01.530Z | Checking ed25519 v1.5.3 |
1931 | 2024-06-27T21:20:01.739Z | Compiling nix v0.28.0 |
1932 | 2024-06-27T21:20:02.338Z | Checking tough v0.17.1 |
1933 | 2024-06-27T21:20:04.219Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
1934 | 2024-06-27T21:20:06.774Z | Checking nix v0.27.1 |
1935 | 2024-06-27T21:20:07.146Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
1936 | 2024-06-27T21:20:07.401Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
1937 | 2024-06-27T21:20:07.688Z | Compiling derive_builder_core v0.20.0 |
1938 | 2024-06-27T21:20:08.113Z | Checking serde-big-array v0.5.1 |
1939 | 2024-06-27T21:20:08.351Z | Compiling hubpack_derive v0.1.0 (https://github.com/cbiffle/hubpack.git?rev=df08cc3a6e1f97381cd0472ae348e310f0119e25#df08cc3a) |
1940 | 2024-06-27T21:20:08.690Z | Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
1941 | 2024-06-27T21:20:09.229Z | Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
1942 | 2024-06-27T21:20:09.586Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
1943 | 2024-06-27T21:20:09.645Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
1944 | 2024-06-27T21:20:10.323Z | Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
1945 | 2024-06-27T21:20:10.874Z | Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
1946 | 2024-06-27T21:20:11.556Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
1947 | 2024-06-27T21:20:12.566Z | Compiling libxml v0.3.3 |
1948 | 2024-06-27T21:20:12.953Z | Checking parse-size v1.0.0 |
1949 | 2024-06-27T21:20:13.198Z | Compiling derive_builder_macro v0.20.0 |
1950 | 2024-06-27T21:20:14.112Z | Checking hubpack v0.1.0 (https://github.com/cbiffle/hubpack.git?rev=df08cc3a6e1f97381cd0472ae348e310f0119e25#df08cc3a) |
1951 | 2024-06-27T21:20:14.532Z | Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
1952 | 2024-06-27T21:20:14.673Z | Checking signal-hook-tokio v0.3.1 |
1953 | 2024-06-27T21:20:14.855Z | Checking serde-big-array v0.4.1 |
1954 | 2024-06-27T21:20:14.872Z | Compiling strum_macros v0.24.3 |
1955 | 2024-06-27T21:20:14.955Z | Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
1956 | 2024-06-27T21:20:15.017Z | Compiling cookie v0.18.1 |
1957 | 2024-06-27T21:20:15.241Z | Compiling indoc v1.0.9 |
1958 | 2024-06-27T21:20:15.384Z | Checking sprockets-common v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef) |
1959 | 2024-06-27T21:20:16.457Z | Checking derive_builder v0.20.0 |
1960 | 2024-06-27T21:20:16.507Z | Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
1961 | 2024-06-27T21:20:16.690Z | Checking tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
1962 | 2024-06-27T21:20:18.630Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
1963 | 2024-06-27T21:20:18.919Z | Compiling peg-macros v0.8.3 |
1964 | 2024-06-27T21:20:18.984Z | Checking quick-xml v0.31.0 |
1965 | 2024-06-27T21:20:19.083Z | Compiling impl-trait-for-tuples v0.2.2 |
1966 | 2024-06-27T21:20:19.318Z | Compiling oso-derive v0.27.3 |
1967 | 2024-06-27T21:20:20.484Z | Compiling sqlparser_derive v0.2.2 |
1968 | 2024-06-27T21:20:21.314Z | Checking corncobs v0.1.3 |
1969 | 2024-06-27T21:20:21.527Z | Checking unicode_categories v0.1.1 |
1970 | 2024-06-27T21:20:21.645Z | Checking heck v0.4.1 |
1971 | 2024-06-27T21:20:21.831Z | Checking sqlformat v0.2.3 |
1972 | 2024-06-27T21:20:21.899Z | Checking openapi-lint v0.4.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#ef442ee4) |
1973 | 2024-06-27T21:20:22.313Z | Checking sqlparser v0.45.0 |
1974 | 2024-06-27T21:20:22.913Z | Checking peg v0.8.3 |
1975 | 2024-06-27T21:20:23.024Z | Checking sprockets-rot v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef) |
1976 | 2024-06-27T21:20:23.230Z | Checking rustyline v14.0.0 |
1977 | 2024-06-27T21:20:24.991Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
1978 | 2024-06-27T21:20:25.350Z | Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
1979 | 2024-06-27T21:20:26.661Z | Checking bcs v0.1.6 |
1980 | 2024-06-27T21:20:26.863Z | Compiling diesel-dtrace v0.3.0 (https://github.com/oxidecomputer/diesel-dtrace?branch=main#62ef5ca0) |
1981 | 2024-06-27T21:20:27.156Z | Checking highway v1.1.0 |
1982 | 2024-06-27T21:20:27.252Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
1983 | 2024-06-27T21:20:27.537Z | Checking bb8 v0.8.3 |
1984 | 2024-06-27T21:20:27.587Z | Compiling const_format_proc_macros v0.2.32 |
1985 | 2024-06-27T21:20:28.037Z | Checking async-bb8-diesel v0.1.0 (https://github.com/oxidecomputer/async-bb8-diesel?rev=ed7ab5ef0513ba303d33efd41d3e9e381169d59b#ed7ab5ef) |
1986 | 2024-06-27T21:20:29.051Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
1987 | 2024-06-27T21:20:29.926Z | Checking const_format v0.2.32 |
1988 | 2024-06-27T21:20:30.379Z | Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
1989 | 2024-06-27T21:20:30.708Z | Checking assert_matches v1.5.0 |
1990 | 2024-06-27T21:20:30.816Z | Compiling portable-atomic v1.6.0 |
1991 | 2024-06-27T21:20:31.687Z | Checking rand_seeder v0.2.3 |
1992 | 2024-06-27T21:20:31.953Z | Checking number_prefix v0.4.0 |
1993 | 2024-06-27T21:20:31.995Z | Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
1994 | 2024-06-27T21:20:32.146Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
1995 | 2024-06-27T21:20:32.165Z | Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
1996 | 2024-06-27T21:20:32.647Z | Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
1997 | 2024-06-27T21:20:32.881Z | Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
1998 | 2024-06-27T21:20:32.972Z | Checking indicatif v0.17.8 |
1999 | 2024-06-27T21:20:33.029Z | Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
2000 | 2024-06-27T21:20:33.685Z | Checking castaway v0.2.2 |
2001 | 2024-06-27T21:20:33.859Z | Checking compact_str v0.7.1 |
2002 | 2024-06-27T21:20:34.127Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
2003 | 2024-06-27T21:20:34.271Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
2004 | 2024-06-27T21:20:34.414Z | Checking lru v0.12.3 |
2005 | 2024-06-27T21:20:34.550Z | Compiling stability v0.2.0 |
2006 | 2024-06-27T21:20:34.621Z | Checking cassowary v0.3.0 |
2007 | 2024-06-27T21:20:34.706Z | Compiling indoc v2.0.5 |
2008 | 2024-06-27T21:20:35.108Z | Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
2009 | 2024-06-27T21:20:35.602Z | Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
2010 | 2024-06-27T21:20:35.768Z | Checking ratatui v0.26.2 |
2011 | 2024-06-27T21:20:36.774Z | Checking smawk v0.3.2 |
2012 | 2024-06-27T21:20:36.981Z | Checking unicode-linebreak v0.1.5 |
2013 | 2024-06-27T21:20:37.393Z | Checking textwrap v0.16.1 |
2014 | 2024-06-27T21:20:37.788Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
2015 | 2024-06-27T21:20:38.071Z | Checking is_ci v1.2.0 |
2016 | 2024-06-27T21:20:38.180Z | Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2017 | 2024-06-27T21:20:38.219Z | Checking supports-color v3.0.0 |
2018 | 2024-06-27T21:20:38.413Z | Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
2019 | 2024-06-27T21:20:38.454Z | Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=64e28cea69b427b05064defaf8800a4d678b4612#64e28cea) |
2020 | 2024-06-27T21:20:38.722Z | Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
2021 | 2024-06-27T21:20:39.388Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2022 | 2024-06-27T21:20:39.615Z | Checking fatfs v0.3.6 |
2023 | 2024-06-27T21:20:40.296Z | Checking shell-words v1.1.0 |
2024 | 2024-06-27T21:20:40.469Z | Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
2025 | 2024-06-27T21:20:40.643Z | Checking cargo-platform v0.1.8 |
2026 | 2024-06-27T21:20:40.949Z | Checking rtoolbox v0.0.2 |
2027 | 2024-06-27T21:20:41.156Z | Compiling getrandom v0.1.16 |
2028 | 2024-06-27T21:20:41.960Z | Checking rpassword v7.3.1 |
2029 | 2024-06-27T21:20:42.134Z | Checking cargo_metadata v0.18.1 |
2030 | 2024-06-27T21:20:43.874Z | Checking tui-tree-widget v0.19.0 |
2031 | 2024-06-27T21:20:44.100Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
2032 | 2024-06-27T21:20:44.486Z | Checking tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous) |
2033 | 2024-06-27T21:20:45.665Z | Checking rfc6979 v0.4.0 |
2034 | 2024-06-27T21:20:46.492Z | Checking ecdsa v0.16.9 |
2035 | 2024-06-27T21:20:46.680Z | Checking rand_core v0.5.1 |
2036 | 2024-06-27T21:20:47.021Z | Checking primeorder v0.13.6 |
2037 | 2024-06-27T21:20:47.266Z | Checking option-ext v0.2.0 |
2038 | 2024-06-27T21:20:47.395Z | Checking yansi v0.5.1 |
2039 | 2024-06-27T21:20:47.690Z | Checking dirs-sys v0.4.1 |
2040 | 2024-06-27T21:20:47.727Z | Checking pretty_assertions v1.4.0 |
2041 | 2024-06-27T21:20:47.879Z | Checking rand_chacha v0.2.2 |
2042 | 2024-06-27T21:20:47.945Z | Checking polyval v0.6.2 |
2043 | 2024-06-27T21:20:48.229Z | Checking ed25519 v2.2.3 |
2044 | 2024-06-27T21:20:48.249Z | Checking aes v0.8.4 |
2045 | 2024-06-27T21:20:48.480Z | Checking ctr v0.9.2 |
2046 | 2024-06-27T21:20:48.795Z | Checking blowfish v0.9.1 |
2047 | 2024-06-27T21:20:48.965Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
2048 | 2024-06-27T21:20:49.066Z | Checking password-hash v0.4.2 |
2049 | 2024-06-27T21:20:49.166Z | Checking pbkdf2 v0.12.2 |
2050 | 2024-06-27T21:20:49.330Z | Checking plotters-backend v0.3.5 |
2051 | 2024-06-27T21:20:49.501Z | Checking hex-literal v0.4.1 |
2052 | 2024-06-27T21:20:49.655Z | Checking pbkdf2 v0.11.0 |
2053 | 2024-06-27T21:20:49.708Z | Checking plotters-svg v0.3.5 |
2054 | 2024-06-27T21:20:49.952Z | Checking bcrypt-pbkdf v0.10.0 |
2055 | 2024-06-27T21:20:49.972Z | Checking ed25519-dalek v2.1.1 |
2056 | 2024-06-27T21:20:50.228Z | Checking rand v0.7.3 |
2057 | 2024-06-27T21:20:50.324Z | Checking ghash v0.5.1 |
2058 | 2024-06-27T21:20:50.528Z | Checking dirs v5.0.1 |
2059 | 2024-06-27T21:20:50.678Z | Checking p256 v0.13.2 |
2060 | 2024-06-27T21:20:51.191Z | Checking p521 v0.13.3 |
2061 | 2024-06-27T21:20:51.701Z | Compiling nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros) |
2062 | 2024-06-27T21:20:52.627Z | Checking cbc v0.1.2 |
2063 | 2024-06-27T21:20:52.865Z | Checking russh-cryptovec v0.7.2 |
2064 | 2024-06-27T21:20:53.087Z | Compiling doc-comment v0.3.3 |
2065 | 2024-06-27T21:20:53.288Z | Compiling target-lexicon v0.12.14 |
2066 | 2024-06-27T21:20:53.672Z | Checking cast v0.3.0 |
2067 | 2024-06-27T21:20:53.996Z | Checking md5 v0.7.0 |
2068 | 2024-06-27T21:20:54.291Z | Checking russh-keys v0.43.0 |
2069 | 2024-06-27T21:20:54.383Z | Checking criterion-plot v0.5.0 |
2070 | 2024-06-27T21:20:55.099Z | Checking aes-gcm v0.10.3 |
2071 | 2024-06-27T21:20:55.356Z | Checking plotters v0.3.5 |
2072 | 2024-06-27T21:20:55.479Z | Checking http-body v1.0.0 |
2073 | 2024-06-27T21:20:55.685Z | Checking tinytemplate v1.2.1 |
2074 | 2024-06-27T21:20:56.097Z | Checking csv-core v0.1.11 |
2075 | 2024-06-27T21:20:56.152Z | Checking tower-layer v0.3.2 |
2076 | 2024-06-27T21:20:56.420Z | Compiling guppy-workspace-hack v0.1.0 |
2077 | 2024-06-27T21:20:56.438Z | Compiling assert_cmd v2.0.14 |
2078 | 2024-06-27T21:20:56.701Z | Checking anes v0.1.6 |
2079 | 2024-06-27T21:20:56.898Z | Compiling dhcproto-macros v0.1.0 |
2080 | 2024-06-27T21:20:57.096Z | Checking regex-automata v0.1.10 |
2081 | 2024-06-27T21:20:57.329Z | Checking oorandom v11.1.3 |
2082 | 2024-06-27T21:20:57.496Z | Checking criterion v0.5.1 |
2083 | 2024-06-27T21:20:57.516Z | Checking bstr v0.2.17 |
2084 | 2024-06-27T21:20:57.901Z | Checking dhcproto v0.11.0 |
2085 | 2024-06-27T21:20:58.414Z | Checking csv v1.3.0 |
2086 | 2024-06-27T21:20:59.282Z | Checking tower v0.4.13 |
2087 | 2024-06-27T21:20:59.403Z | Checking hyper v1.3.1 |
2088 | 2024-06-27T21:21:00.071Z | Checking russh v0.43.0 |
2089 | 2024-06-27T21:21:00.661Z | Checking installinator-artifactd v0.1.0 (/work/oxidecomputer/omicron/installinator-artifactd) |
2090 | 2024-06-27T21:21:01.040Z | Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
2091 | 2024-06-27T21:21:01.647Z | Compiling target-spec v3.1.0 |
2092 | 2024-06-27T21:21:01.752Z | Checking internet-checksum v0.2.1 |
2093 | 2024-06-27T21:21:02.810Z | Checking cfg-expr v0.15.8 |
2094 | 2024-06-27T21:21:03.594Z | Checking hyper-util v0.1.3 |
2095 | 2024-06-27T21:21:04.177Z | Checking httptest v0.15.5 |
2096 | 2024-06-27T21:21:04.454Z | Checking installinator-artifact-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-artifact-client) |
2097 | 2024-06-27T21:21:05.009Z | Checking rustls-native-certs v0.7.0 |
2098 | 2024-06-27T21:21:05.175Z | Checking hyper-rustls v0.26.0 |
2099 | 2024-06-27T21:21:05.931Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
2100 | 2024-06-27T21:21:06.233Z | Checking pathdiff v0.2.1 |
2101 | 2024-06-27T21:21:06.407Z | Checking threadpool v1.8.1 |
2102 | 2024-06-27T21:21:06.628Z | Checking escape8259 v0.5.2 |
2103 | 2024-06-27T21:21:06.845Z | Checking nested v0.1.1 |
2104 | 2024-06-27T21:21:07.073Z | Checking guppy v0.17.5 |
2105 | 2024-06-27T21:21:07.171Z | Checking libtest-mimic v0.7.3 |
2106 | 2024-06-27T21:21:07.724Z | Checking similar-asserts v1.5.0 |
2107 | 2024-06-27T21:21:07.965Z | Checking fancy-regex v0.13.0 |
2108 | 2024-06-27T21:21:08.729Z | Compiling rstest_macros v0.19.0 |
2109 | 2024-06-27T21:21:09.178Z | Checking datatest-stable v0.2.9 |
2110 | 2024-06-27T21:21:09.220Z | Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
2111 | 2024-06-27T21:21:09.400Z | Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
2112 | 2024-06-27T21:21:09.472Z | Checking blake2b_simd v1.0.2 |
2113 | 2024-06-27T21:21:10.540Z | Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
2114 | 2024-06-27T21:21:10.791Z | Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
2115 | 2024-06-27T21:21:10.830Z | Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli) |
2116 | 2024-06-27T21:21:11.119Z | Compiling relative-path v1.9.3 |
2117 | 2024-06-27T21:21:11.469Z | Compiling trybuild v1.0.96 |
2118 | 2024-06-27T21:21:12.047Z | Checking rust-argon2 v2.1.0 |
2119 | 2024-06-27T21:21:12.481Z | Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
2120 | 2024-06-27T21:21:15.237Z | Checking multimap v0.10.0 |
2121 | 2024-06-27T21:21:15.554Z | Checking futures-timer v3.0.3 |
2122 | 2024-06-27T21:21:17.369Z | Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
2123 | 2024-06-27T21:21:18.334Z | Checking partial-io v0.5.4 |
2124 | 2024-06-27T21:21:18.725Z | Checking cargo_toml v0.20.3 |
2125 | 2024-06-27T21:21:20.814Z | Checking rand_distr v0.4.3 |
2126 | 2024-06-27T21:21:21.604Z | Checking approx v0.5.1 |
2127 | 2024-06-27T21:21:21.826Z | Checking termios v0.3.3 |
2128 | 2024-06-27T21:21:21.964Z | Checking rstest v0.19.0 |
2129 | 2024-06-27T21:21:22.083Z | Checking uzers v0.11.3 |
2130 | 2024-06-27T21:21:22.399Z | Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
2131 | 2024-06-27T21:21:25.177Z | Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli) |
2132 | 2024-06-27T21:21:26.124Z | Checking end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
2133 | 2024-06-27T21:21:27.567Z | Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
2134 | 2024-06-27T21:21:35.752Z | Compiling samael v0.0.15 |
2135 | 2024-06-27T21:21:38.869Z | Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng) |
2136 | 2024-06-27T21:22:07.336Z | Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns-cli) |
2137 | 2024-06-27T21:22:08.259Z | Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed) |
2138 | 2024-06-27T21:22:11.457Z | Compiling polar-core v0.27.3 |
2139 | 2024-06-27T21:22:23.167Z | Checking oso v0.27.3 |
2140 | 2024-06-27T21:22:56.310Z | Checking nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
2141 | 2024-06-27T21:22:56.310Z | Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
2142 | 2024-06-27T21:22:56.313Z | Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
2143 | 2024-06-27T21:24:15.019Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 7m 21s |
2144 | 2024-06-27T21:24:15.304Z | |
2145 | 2024-06-27T21:24:15.304Z | real 7:28.825243900 |
2146 | 2024-06-27T21:24:15.304Z | user 40:57.927323003 |
2147 | 2024-06-27T21:24:15.304Z | sys 7:06.381309019 |
2148 | 2024-06-27T21:24:15.304Z | trap 1.139914920 |
2149 | 2024-06-27T21:24:15.304Z | tflt 1.896824737 |
2150 | 2024-06-27T21:24:15.307Z | dflt 1.197292937 |
2151 | 2024-06-27T21:24:15.307Z | kflt 0.002487577 |
2152 | 2024-06-27T21:24:15.307Z | lock 1:53:56.355414084 |
2153 | 2024-06-27T21:24:15.307Z | slp 2:10:35.590365162 |
2154 | 2024-06-27T21:24:15.307Z | lat 1:57.573073402 |
2155 | 2024-06-27T21:24:15.307Z | stop 5:40.301511291 |
2156 | 2024-06-27T21:24:15.307Z | + RUSTDOCFLAGS='--document-private-items -D warnings' |
2157 | 2024-06-27T21:24:15.307Z | + ptime -m cargo doc --workspace --no-deps |
2158 | 2024-06-27T21:24:16.344Z | warning: output filename collision. |
2159 | 2024-06-27T21:24:16.344Z | 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)`. |
2160 | 2024-06-27T21:24:16.344Z | Colliding filename is: /work/oxidecomputer/omicron/target/doc/oximeter/index.html |
2161 | 2024-06-27T21:24:16.344Z | The targets should have unique names. |
2162 | 2024-06-27T21:24:16.344Z | This is a known bug where multiple crates with the same name use |
2163 | 2024-06-27T21:24:16.344Z | the same path; see <https://github.com/rust-lang/cargo/issues/6313>. |
2164 | 2024-06-27T21:24:16.849Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2165 | 2024-06-27T21:24:16.905Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2166 | 2024-06-27T21:24:16.945Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
2167 | 2024-06-27T21:24:16.964Z | Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
2168 | 2024-06-27T21:24:16.984Z | Documenting xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
2169 | 2024-06-27T21:24:16.984Z | Documenting omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2170 | 2024-06-27T21:24:17.135Z | Documenting omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2171 | 2024-06-27T21:24:17.213Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
2172 | 2024-06-27T21:24:17.229Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
2173 | 2024-06-27T21:24:17.241Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2174 | 2024-06-27T21:24:17.258Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2175 | 2024-06-27T21:24:17.429Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2176 | 2024-06-27T21:24:17.524Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2177 | 2024-06-27T21:24:17.658Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2178 | 2024-06-27T21:24:17.942Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2179 | 2024-06-27T21:24:17.978Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2180 | 2024-06-27T21:24:19.094Z | Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2181 | 2024-06-27T21:24:21.859Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
2182 | 2024-06-27T21:24:22.112Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
2183 | 2024-06-27T21:24:22.130Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
2184 | 2024-06-27T21:24:22.193Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
2185 | 2024-06-27T21:24:22.424Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
2186 | 2024-06-27T21:24:22.495Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
2187 | 2024-06-27T21:24:22.808Z | Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2188 | 2024-06-27T21:24:22.843Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2189 | 2024-06-27T21:24:23.210Z | Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
2190 | 2024-06-27T21:24:23.415Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
2191 | 2024-06-27T21:24:23.720Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
2192 | 2024-06-27T21:24:24.021Z | Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
2193 | 2024-06-27T21:24:24.190Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
2194 | 2024-06-27T21:24:24.274Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
2195 | 2024-06-27T21:24:24.494Z | Documenting dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2196 | 2024-06-27T21:24:24.579Z | Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
2197 | 2024-06-27T21:24:25.490Z | Documenting authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
2198 | 2024-06-27T21:24:25.768Z | Documenting db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
2199 | 2024-06-27T21:24:26.992Z | Checking illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2200 | 2024-06-27T21:24:28.645Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2201 | 2024-06-27T21:24:29.712Z | Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
2202 | 2024-06-27T21:24:31.333Z | Compiling oximeter-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/impl) |
2203 | 2024-06-27T21:24:31.909Z | Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
2204 | 2024-06-27T21:24:32.113Z | Checking internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns) |
2205 | 2024-06-27T21:24:32.613Z | Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2206 | 2024-06-27T21:24:33.008Z | Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
2207 | 2024-06-27T21:24:33.554Z | Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
2208 | 2024-06-27T21:24:33.981Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2209 | 2024-06-27T21:24:34.769Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2210 | 2024-06-27T21:24:35.376Z | Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2211 | 2024-06-27T21:24:35.393Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2212 | 2024-06-27T21:24:35.536Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2213 | 2024-06-27T21:24:36.083Z | Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2214 | 2024-06-27T21:24:36.815Z | Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
2215 | 2024-06-27T21:24:37.060Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2216 | 2024-06-27T21:24:37.861Z | Checking tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
2217 | 2024-06-27T21:24:38.810Z | Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
2218 | 2024-06-27T21:24:39.729Z | Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
2219 | 2024-06-27T21:24:39.750Z | Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
2220 | 2024-06-27T21:24:40.219Z | Documenting omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2221 | 2024-06-27T21:24:40.785Z | Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
2222 | 2024-06-27T21:24:40.845Z | Checking installinator-artifactd v0.1.0 (/work/oxidecomputer/omicron/installinator-artifactd) |
2223 | 2024-06-27T21:24:41.644Z | Checking installinator-artifact-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-artifact-client) |
2224 | 2024-06-27T21:24:43.922Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
2225 | 2024-06-27T21:24:44.723Z | Documenting omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
2226 | 2024-06-27T21:24:44.939Z | Documenting installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
2227 | 2024-06-27T21:24:45.241Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
2228 | 2024-06-27T21:24:47.295Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
2229 | 2024-06-27T21:24:47.479Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
2230 | 2024-06-27T21:24:48.104Z | Documenting wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
2231 | 2024-06-27T21:24:48.722Z | Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2232 | 2024-06-27T21:24:49.160Z | Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2233 | 2024-06-27T21:24:50.491Z | Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2234 | 2024-06-27T21:24:51.940Z | Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2235 | 2024-06-27T21:24:54.061Z | Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
2236 | 2024-06-27T21:24:54.945Z | Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
2237 | 2024-06-27T21:24:55.414Z | Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
2238 | 2024-06-27T21:24:56.653Z | Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
2239 | 2024-06-27T21:24:57.747Z | Documenting wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
2240 | 2024-06-27T21:24:58.667Z | Documenting oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2241 | 2024-06-27T21:25:00.372Z | Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2242 | 2024-06-27T21:25:01.437Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2243 | 2024-06-27T21:25:07.511Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
2244 | 2024-06-27T21:25:09.156Z | Documenting oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
2245 | 2024-06-27T21:25:09.511Z | Documenting omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2246 | 2024-06-27T21:25:13.761Z | Documenting oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2247 | 2024-06-27T21:25:24.154Z | Checking end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
2248 | 2024-06-27T21:25:25.533Z | Documenting end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
2249 | 2024-06-27T21:25:32.703Z | Documenting nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
2250 | 2024-06-27T21:25:38.738Z | Documenting nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2251 | 2024-06-27T21:25:42.885Z | Documenting nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
2252 | 2024-06-27T21:25:46.852Z | Documenting nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
2253 | 2024-06-27T21:25:49.002Z | Documenting nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
2254 | 2024-06-27T21:25:55.732Z | Documenting nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
2255 | 2024-06-27T21:25:59.186Z | Documenting nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
2256 | 2024-06-27T21:26:03.750Z | Documenting nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
2257 | 2024-06-27T21:26:24.732Z | Documenting oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2258 | 2024-06-27T21:26:28.244Z | Documenting oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2259 | 2024-06-27T21:26:28.913Z | Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
2260 | 2024-06-27T21:26:29.978Z | Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
2261 | 2024-06-27T21:26:31.337Z | Documenting nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
2262 | 2024-06-27T21:26:31.721Z | Documenting omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
2263 | 2024-06-27T21:26:44.525Z | Documenting nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
2264 | 2024-06-27T21:26:48.876Z | Documenting nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
2265 | 2024-06-27T21:26:50.925Z | Documenting nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
2266 | 2024-06-27T21:27:08.214Z | Documenting nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
2267 | 2024-06-27T21:27:11.228Z | Documenting wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
2268 | 2024-06-27T21:27:16.292Z | Documenting gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
2269 | 2024-06-27T21:27:19.078Z | Documenting sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
2270 | 2024-06-27T21:27:20.468Z | Documenting wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
2271 | 2024-06-27T21:27:22.720Z | Documenting tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous) |
2272 | 2024-06-27T21:27:37.332Z | Documenting update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
2273 | 2024-06-27T21:27:39.051Z | Documenting omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng) |
2274 | 2024-06-27T21:27:40.052Z | Documenting omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
2275 | 2024-06-27T21:27:50.282Z | Documenting nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2276 | 2024-06-27T21:27:56.316Z | Documenting crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed) |
2277 | 2024-06-27T21:27:56.637Z | Documenting oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
2278 | 2024-06-27T21:28:01.615Z | Documenting sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2279 | 2024-06-27T21:28:04.339Z | Documenting omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
2280 | 2024-06-27T21:28:05.582Z | Documenting dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
2281 | 2024-06-27T21:28:10.937Z | Documenting installinator-artifactd v0.1.0 (/work/oxidecomputer/omicron/installinator-artifactd) |
2282 | 2024-06-27T21:28:12.153Z | Documenting installinator-artifact-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-artifact-client) |
2283 | 2024-06-27T21:28:14.182Z | Documenting internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns-cli) |
2284 | 2024-06-27T21:28:14.392Z | Documenting wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
2285 | 2024-06-27T21:28:14.570Z | Documenting bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2286 | 2024-06-27T21:28:17.017Z | Documenting sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2287 | 2024-06-27T21:28:17.280Z | Documenting omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2288 | 2024-06-27T21:28:17.387Z | Documenting bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2289 | 2024-06-27T21:28:26.091Z | Documenting installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2290 | 2024-06-27T21:28:28.264Z | Documenting sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
2291 | 2024-06-27T21:28:31.138Z | Documenting zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
2292 | 2024-06-27T21:28:32.073Z | Documenting oximeter-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/impl) |
2293 | 2024-06-27T21:28:32.099Z | Documenting omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
2294 | 2024-06-27T21:28:32.310Z | Documenting ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
2295 | 2024-06-27T21:28:33.145Z | Documenting gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli) |
2296 | 2024-06-27T21:28:33.201Z | Documenting sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2297 | 2024-06-27T21:28:41.720Z | Documenting internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns) |
2298 | 2024-06-27T21:28:43.038Z | Documenting nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
2299 | 2024-06-27T21:28:45.499Z | Documenting nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
2300 | 2024-06-27T21:28:45.779Z | Documenting tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
2301 | 2024-06-27T21:28:46.066Z | Documenting illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2302 | 2024-06-27T21:28:47.809Z | Documenting key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2303 | 2024-06-27T21:28:50.584Z | Documenting oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
2304 | 2024-06-27T21:28:51.160Z | Documenting omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2305 | 2024-06-27T21:28:56.765Z | Documenting cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
2306 | 2024-06-27T21:28:59.153Z | Documenting omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2307 | 2024-06-27T21:29:00.053Z | Documenting typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
2308 | 2024-06-27T21:29:00.859Z | Documenting nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
2309 | 2024-06-27T21:29:02.531Z | Documenting oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
2310 | 2024-06-27T21:29:04.333Z | Documenting dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2311 | 2024-06-27T21:29:05.197Z | Documenting oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2312 | 2024-06-27T21:29:06.025Z | Documenting api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2313 | 2024-06-27T21:29:06.561Z | Documenting omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
2314 | 2024-06-27T21:29:06.592Z | Documenting nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros) |
2315 | 2024-06-27T21:29:08.844Z | Documenting gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2316 | 2024-06-27T21:29:09.344Z | Documenting oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2317 | 2024-06-27T21:29:10.682Z | Documenting update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2318 | 2024-06-27T21:29:34.005Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 5m 18s |
2319 | 2024-06-27T21:29:34.140Z | Generated /work/oxidecomputer/omicron/target/doc/api_identity/index.html and 97 other files |
2320 | 2024-06-27T21:29:34.190Z | |
2321 | 2024-06-27T21:29:34.193Z | real 5:18.822378873 |
2322 | 2024-06-27T21:29:34.193Z | user 18:36.238776908 |
2323 | 2024-06-27T21:29:34.193Z | sys 20:54.597080308 |
2324 | 2024-06-27T21:29:34.193Z | trap 0.358135569 |
2325 | 2024-06-27T21:29:34.193Z | tflt 0.043718971 |
2326 | 2024-06-27T21:29:34.193Z | dflt 0.122345868 |
2327 | 2024-06-27T21:29:34.193Z | kflt 0.000014277 |
2328 | 2024-06-27T21:29:34.193Z | lock 53:17.775856888 |
2329 | 2024-06-27T21:29:34.194Z | slp 1:24:33.658013246 |
2330 | 2024-06-27T21:29:34.194Z | lat 53.007601872 |
2331 | 2024-06-27T21:29:34.194Z | stop 43.284838878 |
2332 | 2024-06-27T21:29:34.194Z | process exited: duration 936706 ms, exit code 0 |
|
2333 | 2024-06-27T21:29:34.201Z | found 0 output files |