|
|
|
1 | 2024-07-10T18:48:46.877Z | job assigned to worker 01J2EZJK4HMJNS45P0SNWHBCAH (queued for 50 s) |
|
2 | 2024-07-10T18:48:54.866Z | starting task 0: "setup" |
3 | 2024-07-10T18:48:54.923Z | ++ uname -s |
4 | 2024-07-10T18:48:54.928Z | + kern=SunOS |
5 | 2024-07-10T18:48:54.928Z | + case "$kern" in |
6 | 2024-07-10T18:48:54.929Z | + groupadd -g 12345 build |
7 | 2024-07-10T18:48:54.931Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
8 | 2024-07-10T18:48:56.941Z | + zfs create -o mountpoint=/work rpool/work |
9 | 2024-07-10T18:48:57.080Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
10 | 2024-07-10T18:48:57.082Z | + home_fs=zfs |
11 | 2024-07-10T18:48:57.082Z | + [[ zfs == autofs ]] |
12 | 2024-07-10T18:48:57.083Z | + mkdir -p /home/build |
13 | 2024-07-10T18:48:57.087Z | + chown build:build /home/build /work |
14 | 2024-07-10T18:48:58.086Z | + chmod 0700 /home/build /work |
15 | 2024-07-10T18:48:58.089Z | process exited: duration 3222 ms, exit code 0 |
|
16 | 2024-07-10T18:48:58.095Z | starting task 1: "rust-toolchain" |
17 | 2024-07-10T18:48:58.100Z | + printf ' * toolchain channel = "%s" |
18 | 2024-07-10T18:48:58.100Z | ' 1.78.0 |
19 | 2024-07-10T18:48:58.100Z | * toolchain channel = "1.78.0" |
20 | 2024-07-10T18:48:58.100Z | + printf ' * toolchain profile = "%s" |
21 | 2024-07-10T18:48:58.100Z | ' default |
22 | 2024-07-10T18:48:58.100Z | * toolchain profile = "default" |
23 | 2024-07-10T18:48:58.103Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
24 | 2024-07-10T18:48:58.103Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.78.0 --profile default |
25 | 2024-07-10T18:48:58.216Z | info: downloading installer |
26 | 2024-07-10T18:48:59.391Z | info: profile set to 'default' |
27 | 2024-07-10T18:48:59.391Z | info: default host triple is x86_64-unknown-illumos |
28 | 2024-07-10T18:48:59.394Z | info: syncing channel updates for '1.78.0-x86_64-unknown-illumos' |
29 | 2024-07-10T18:48:59.519Z | info: latest update on 2024-05-02, rust version 1.78.0 (9b00956e5 2024-04-29) |
30 | 2024-07-10T18:48:59.519Z | info: downloading component 'cargo' |
31 | 2024-07-10T18:49:00.225Z | info: downloading component 'clippy' |
32 | 2024-07-10T18:49:00.467Z | info: downloading component 'rust-docs' |
33 | 2024-07-10T18:49:01.401Z | info: downloading component 'rust-std' |
34 | 2024-07-10T18:49:02.896Z | info: downloading component 'rustc' |
35 | 2024-07-10T18:49:06.704Z | info: downloading component 'rustfmt' |
36 | 2024-07-10T18:49:06.913Z | info: installing component 'cargo' |
37 | 2024-07-10T18:49:07.742Z | info: installing component 'clippy' |
38 | 2024-07-10T18:49:08.099Z | info: installing component 'rust-docs' |
39 | 2024-07-10T18:49:09.606Z | info: installing component 'rust-std' |
40 | 2024-07-10T18:49:11.326Z | info: installing component 'rustc' |
41 | 2024-07-10T18:49:15.542Z | info: installing component 'rustfmt' |
42 | 2024-07-10T18:49:15.874Z | info: default toolchain set to '1.78.0-x86_64-unknown-illumos' |
43 | 2024-07-10T18:49:15.874Z | |
44 | 2024-07-10T18:49:16.132Z | 1.78.0-x86_64-unknown-illumos installed - rustc 1.78.0 (9b00956e5 2024-04-29) |
45 | 2024-07-10T18:49:16.132Z | |
46 | 2024-07-10T18:49:16.135Z | |
47 | 2024-07-10T18:49:16.135Z | Rust is installed now. Great! |
48 | 2024-07-10T18:49:16.135Z | |
49 | 2024-07-10T18:49:16.135Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
50 | 2024-07-10T18:49:16.135Z | environment variable. This has not been done automatically. |
51 | 2024-07-10T18:49:16.135Z | |
52 | 2024-07-10T18:49:16.135Z | To configure your current shell, you need to source |
53 | 2024-07-10T18:49:16.135Z | the corresponding env file under $HOME/.cargo. |
54 | 2024-07-10T18:49:16.135Z | |
55 | 2024-07-10T18:49:16.136Z | This is usually done by running one of the following (note the leading DOT): |
56 | 2024-07-10T18:49:16.136Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
57 | 2024-07-10T18:49:16.136Z | source "$HOME/.cargo/env.fish" # For fish |
58 | 2024-07-10T18:49:16.206Z | + rustc --version |
59 | 2024-07-10T18:49:16.267Z | rustc 1.78.0 (9b00956e5 2024-04-29) |
60 | 2024-07-10T18:49:16.270Z | process exited: duration 18173 ms, exit code 0 |
|
61 | 2024-07-10T18:49:16.276Z | starting task 2: "authentication" |
62 | 2024-07-10T18:49:16.296Z | process exited: duration 20 ms, exit code 0 |
|
63 | 2024-07-10T18:49:16.302Z | starting task 3: "clone repository" |
64 | 2024-07-10T18:49:16.307Z | + mkdir -p /work/oxidecomputer/omicron |
65 | 2024-07-10T18:49:16.309Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
66 | 2024-07-10T18:49:16.490Z | Cloning into '/work/oxidecomputer/omicron'... |
67 | 2024-07-10T18:49:23.019Z | + cd /work/oxidecomputer/omicron |
68 | 2024-07-10T18:49:23.019Z | + git fetch origin 09e43d81d40ce36798d788e4e9e6df77ff1ef738 |
69 | 2024-07-10T18:49:23.314Z | From https://github.com/oxidecomputer/omicron |
70 | 2024-07-10T18:49:23.314Z | * branch 09e43d81d40ce36798d788e4e9e6df77ff1ef738 -> FETCH_HEAD |
71 | 2024-07-10T18:49:23.322Z | + [[ -n zl/feature-fixes ]] |
72 | 2024-07-10T18:49:23.325Z | ++ git branch --show-current |
73 | 2024-07-10T18:49:23.328Z | + current=main |
74 | 2024-07-10T18:49:23.328Z | + [[ main != zl/feature-fixes ]] |
75 | 2024-07-10T18:49:23.328Z | + git branch -f zl/feature-fixes 09e43d81d40ce36798d788e4e9e6df77ff1ef738 |
76 | 2024-07-10T18:49:23.331Z | + git checkout -f zl/feature-fixes |
77 | 2024-07-10T18:49:23.463Z | Switched to branch 'zl/feature-fixes' |
78 | 2024-07-10T18:49:23.466Z | + git reset --hard 09e43d81d40ce36798d788e4e9e6df77ff1ef738 |
79 | 2024-07-10T18:49:23.476Z | HEAD is now at 09e43d81d Fixes around feature-flagging, particularly in oxql, as well as uuid-kinds, sled-storage |
80 | 2024-07-10T18:49:23.479Z | process exited: duration 7174 ms, exit code 0 |
|
81 | 2024-07-10T18:49:23.484Z | starting task 4: "build" |
82 | 2024-07-10T18:49:23.489Z | + cargo --version |
83 | 2024-07-10T18:49:23.541Z | cargo 1.78.0 (54d8815d0 2024-03-26) |
84 | 2024-07-10T18:49:23.545Z | + rustc --version |
85 | 2024-07-10T18:49:23.599Z | rustc 1.78.0 (9b00956e5 2024-04-29) |
86 | 2024-07-10T18:49:23.602Z | + source ./env.sh |
87 | 2024-07-10T18:49:23.602Z | ++ OLD_SHELL_OPTS=ehxB |
88 | 2024-07-10T18:49:23.602Z | ++ set -o xtrace |
89 | 2024-07-10T18:49:23.604Z | ++++ dirname ./env.sh |
90 | 2024-07-10T18:49:23.615Z | +++ readlink -f . |
91 | 2024-07-10T18:49:23.626Z | ++ OMICRON_WS=/work/oxidecomputer/omicron |
92 | 2024-07-10T18:49:23.630Z | ++ export PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
93 | 2024-07-10T18:49:23.630Z | ++ PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
94 | 2024-07-10T18:49:23.630Z | ++ export PATH=/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
95 | 2024-07-10T18:49:23.630Z | ++ PATH=/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
96 | 2024-07-10T18:49:23.631Z | ++ export PATH=/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
97 | 2024-07-10T18:49:23.631Z | ++ PATH=/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
98 | 2024-07-10T18:49:23.631Z | ++ export PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
99 | 2024-07-10T18:49:23.631Z | ++ PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
100 | 2024-07-10T18:49:23.631Z | ++ case $OLD_SHELL_OPTS in |
101 | 2024-07-10T18:49:23.631Z | ++ unset OLD_SHELL_OPTS OMICRON_WS |
102 | 2024-07-10T18:49:23.631Z | + banner prerequisites |
103 | 2024-07-10T18:49:23.644Z | |
104 | 2024-07-10T18:49:23.644Z | ##### ##### ###### ##### ###### #### # # # #### # |
105 | 2024-07-10T18:49:23.644Z | # # # # # # # # # # # # # # # |
106 | 2024-07-10T18:49:23.644Z | # # # # ##### # # ##### # # # # # #### # |
107 | 2024-07-10T18:49:23.644Z | ##### ##### # ##### # # # # # # # # # |
108 | 2024-07-10T18:49:23.644Z | # # # # # # # # # # # # # # # |
109 | 2024-07-10T18:49:23.644Z | # # # ###### # # ###### ### # #### # #### # |
110 | 2024-07-10T18:49:23.644Z | |
111 | 2024-07-10T18:49:23.647Z | + ptime -m bash ./tools/install_builder_prerequisites.sh -y |
112 | 2024-07-10T18:49:30.614Z | Startup: Refreshing catalog 'helios-dev' ... Done |
113 | 2024-07-10T18:49:32.561Z | Startup: Caching catalogs ... Done |
114 | 2024-07-10T18:49:35.504Z | Planning: Solver setup ... Done (2.407s) |
115 | 2024-07-10T18:49:35.555Z | Planning: Running solver ... Done (0.051s) |
116 | 2024-07-10T18:49:35.601Z | Planning: Finding local manifests ... Done (0.004s) |
117 | 2024-07-10T18:49:35.613Z | Planning: Fetching manifests: 0/4 0% complete |
118 | 2024-07-10T18:49:35.869Z | Planning: Fetching manifests: 4/4 100% complete |
119 | 2024-07-10T18:49:35.918Z | Planning: Package planning ... Done (0.049s) |
120 | 2024-07-10T18:49:35.968Z | Planning: Merging actions ... Done (0.050s) |
121 | 2024-07-10T18:49:36.698Z | Planning: Checking for conflicting actions ... Done (0.730s) |
122 | 2024-07-10T18:49:36.710Z | Planning: Consolidating action changes ... Done (0.011s) |
123 | 2024-07-10T18:49:42.651Z | Planning: Evaluating mediators ... Done (5.941s) |
124 | 2024-07-10T18:49:42.660Z | Planning: Planning completed in 10.03 seconds |
125 | 2024-07-10T18:49:43.134Z | Packages to install: 4 |
126 | 2024-07-10T18:49:43.134Z | Mediators to change: 2 |
127 | 2024-07-10T18:49:43.134Z | Services to change: 1 |
128 | 2024-07-10T18:49:43.134Z | Estimated space available: 155.77 GB |
129 | 2024-07-10T18:49:43.134Z | Estimated space to be consumed: 1.46 GB |
130 | 2024-07-10T18:49:43.137Z | Create boot environment: No |
131 | 2024-07-10T18:49:43.137Z | Create backup boot environment: No |
132 | 2024-07-10T18:49:43.137Z | Rebuild boot archive: No |
133 | 2024-07-10T18:49:43.137Z | |
134 | 2024-07-10T18:49:43.137Z | Changed mediators: |
135 | 2024-07-10T18:49:43.137Z | mediator clang: |
136 | 2024-07-10T18:49:43.137Z | version: None -> 15 (system default) |
137 | 2024-07-10T18:49:43.137Z | |
138 | 2024-07-10T18:49:43.137Z | mediator llvm: |
139 | 2024-07-10T18:49:43.137Z | version: 14 (system default) -> 15 (system default) |
140 | 2024-07-10T18:49:43.137Z | |
141 | 2024-07-10T18:49:43.137Z | Changed packages: |
142 | 2024-07-10T18:49:43.137Z | helios-dev |
143 | 2024-07-10T18:49:43.137Z | developer/build-essential |
144 | 2024-07-10T18:49:43.137Z | None -> 11-2.0 |
145 | 2024-07-10T18:49:43.137Z | library/libxmlsec1 |
146 | 2024-07-10T18:49:43.137Z | None -> 1.2.35-2.0 |
147 | 2024-07-10T18:49:43.138Z | ooce/developer/clang-15 |
148 | 2024-07-10T18:49:43.138Z | None -> 15.0.7-2.0 |
149 | 2024-07-10T18:49:43.138Z | ooce/developer/llvm-15 |
150 | 2024-07-10T18:49:43.138Z | None -> 15.0.7-2.0 |
151 | 2024-07-10T18:49:43.138Z | |
152 | 2024-07-10T18:49:43.138Z | Services: |
153 | 2024-07-10T18:49:43.138Z | restart_fmri: |
154 | 2024-07-10T18:49:43.138Z | svc:/system/update-man-index:default |
155 | 2024-07-10T18:49:43.383Z | |
156 | 2024-07-10T18:49:43.383Z | Download: 0/3290 items 0.0/212.6MB 0% complete |
157 | 2024-07-10T18:49:48.383Z | Download: 857/3290 items 18.8/212.6MB 8% complete (3.9M/s) |
158 | 2024-07-10T18:49:53.386Z | Download: 1755/3290 items 118.2/212.6MB 55% complete (12.0M/s) |
159 | 2024-07-10T18:49:58.721Z | Download: 2224/3290 items 119.2/212.6MB 56% complete (11.8M/s) |
160 | 2024-07-10T18:50:03.764Z | Download: 3210/3290 items 164.2/212.6MB 77% complete (4.5M/s) |
161 | 2024-07-10T18:50:08.142Z | Download: Completed 212.60 MB in 24.76 seconds (8.6M/s) |
162 | 2024-07-10T18:50:11.326Z | Actions: 1/3689 actions (Installing new actions) |
163 | 2024-07-10T18:50:16.352Z | Actions: 3545/3689 actions (Installing new actions) |
164 | 2024-07-10T18:50:17.287Z | Actions: Completed 3689 actions in 5.96 seconds. |
165 | 2024-07-10T18:50:17.522Z | Done (0.230s) |
166 | 2024-07-10T18:50:17.522Z | Done (0.000s) |
167 | 2024-07-10T18:50:17.848Z | Done (0.326s) |
168 | 2024-07-10T18:50:24.267Z | Done (6.259s) |
169 | 2024-07-10T18:50:24.561Z | Done (0.225s) |
170 | 2024-07-10T18:50:24.564Z | Done (0.000s) |
171 | 2024-07-10T18:50:24.730Z | Done (0.000s) |
172 | 2024-07-10T18:50:25.285Z | Planning: Evaluating mediator changes ... Done |
173 | 2024-07-10T18:50:25.448Z | Planning: Checking for conflicting actions ... Done |
174 | 2024-07-10T18:50:25.451Z | Planning: Consolidating action changes ... Done |
175 | 2024-07-10T18:50:25.713Z | Planning: Evaluating mediators ... Done |
176 | 2024-07-10T18:50:25.716Z | Planning: Planning completed in 0.43 seconds |
177 | 2024-07-10T18:50:25.747Z | Mediators to change: 2 |
178 | 2024-07-10T18:50:25.747Z | Create boot environment: No |
179 | 2024-07-10T18:50:25.747Z | Create backup boot environment: No |
180 | 2024-07-10T18:50:25.815Z | Done |
181 | 2024-07-10T18:50:25.815Z | Done |
182 | 2024-07-10T18:50:26.022Z | Done |
183 | 2024-07-10T18:50:29.497Z | Done |
184 | 2024-07-10T18:50:29.581Z | Done |
185 | 2024-07-10T18:50:29.581Z | Done |
186 | 2024-07-10T18:50:29.694Z | Done |
187 | 2024-07-10T18:50:30.304Z | Planning: Evaluating mediator changes ... Done |
188 | 2024-07-10T18:50:30.306Z | Planning: Merging actions ... Done |
189 | 2024-07-10T18:50:30.499Z | Planning: Checking for conflicting actions ... Done |
190 | 2024-07-10T18:50:30.501Z | Planning: Consolidating action changes ... Done |
191 | 2024-07-10T18:50:30.769Z | Planning: Evaluating mediators ... Done |
192 | 2024-07-10T18:50:30.824Z | Planning: Planning completed in 0.77 seconds |
193 | 2024-07-10T18:50:30.859Z | Packages to change: 1 |
194 | 2024-07-10T18:50:30.859Z | Mediators to change: 1 |
195 | 2024-07-10T18:50:30.859Z | Services to change: 1 |
196 | 2024-07-10T18:50:30.859Z | Create boot environment: No |
197 | 2024-07-10T18:50:30.859Z | Create backup boot environment: Yes |
198 | 2024-07-10T18:50:32.917Z | Actions: 1/6 actions (Updating modified actions) |
199 | 2024-07-10T18:50:33.035Z | Actions: Completed 6 actions in 0.12 seconds. |
200 | 2024-07-10T18:50:33.035Z | Done |
201 | 2024-07-10T18:50:33.035Z | Done |
202 | 2024-07-10T18:50:33.106Z | Done |
203 | 2024-07-10T18:50:36.608Z | Done |
204 | 2024-07-10T18:50:36.697Z | Done |
205 | 2024-07-10T18:50:36.698Z | Done |
206 | 2024-07-10T18:50:36.836Z | Done |
207 | 2024-07-10T18:50:37.279Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
208 | 2024-07-10T18:50:37.279Z | clang system 15 system |
209 | 2024-07-10T18:50:37.279Z | csh system system illumos |
210 | 2024-07-10T18:50:37.279Z | ctags system system illumos |
211 | 2024-07-10T18:50:37.279Z | gcc vendor 12 vendor |
212 | 2024-07-10T18:50:37.279Z | gcc system 10 system |
213 | 2024-07-10T18:50:37.279Z | gcc system 7 system |
214 | 2024-07-10T18:50:37.279Z | go system 1.20 system |
215 | 2024-07-10T18:50:37.279Z | go system 1.19 system |
216 | 2024-07-10T18:50:37.279Z | llvm system 15 system |
217 | 2024-07-10T18:50:37.279Z | llvm system 14 system |
218 | 2024-07-10T18:50:37.279Z | mariadb system 10.6 system |
219 | 2024-07-10T18:50:37.279Z | mta vendor vendor dma |
220 | 2024-07-10T18:50:37.279Z | openjdk system 17 system |
221 | 2024-07-10T18:50:37.279Z | openjdk system 11 system |
222 | 2024-07-10T18:50:37.279Z | openjdk system 1.8 system |
223 | 2024-07-10T18:50:37.279Z | openssl vendor 3 vendor |
224 | 2024-07-10T18:50:37.279Z | perl system 5.36 system |
225 | 2024-07-10T18:50:37.279Z | postgresql system 15 system |
226 | 2024-07-10T18:50:37.279Z | postgresql system 13 system |
227 | 2024-07-10T18:50:37.280Z | python vendor 3 vendor |
228 | 2024-07-10T18:50:37.280Z | python system 2 system |
229 | 2024-07-10T18:50:37.280Z | python3 system 3.11 system |
230 | 2024-07-10T18:50:37.280Z | ruby system 3.0 system |
231 | 2024-07-10T18:50:37.280Z | words vendor vendor american-english |
232 | 2024-07-10T18:50:37.280Z | words system system australian-english |
233 | 2024-07-10T18:50:37.280Z | words system system british-english |
234 | 2024-07-10T18:50:37.280Z | words system system canadian-english |
235 | 2024-07-10T18:50:37.280Z | words system system french |
236 | 2024-07-10T18:50:37.280Z | words system system italian |
237 | 2024-07-10T18:50:37.280Z | words system system ngerman |
238 | 2024-07-10T18:50:37.280Z | words system system ogerman |
239 | 2024-07-10T18:50:37.280Z | words system system spanish |
240 | 2024-07-10T18:50:37.602Z | PUBLISHER TYPE STATUS P LOCATION |
241 | 2024-07-10T18:50:37.602Z | helios-dev origin online F https://pkg.oxide.computer/helios/2/dev/ |
242 | 2024-07-10T18:50:39.157Z | FMRI IFO |
243 | 2024-07-10T18:50:39.157Z | pkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im- |
244 | 2024-07-10T18:50:39.157Z | pkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i-- |
245 | 2024-07-10T18:50:39.157Z | pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im- |
246 | 2024-07-10T18:50:39.157Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im- |
247 | 2024-07-10T18:50:39.157Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z --- |
248 | 2024-07-10T18:50:39.157Z | pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i-- |
249 | 2024-07-10T18:50:39.157Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z i-- |
250 | 2024-07-10T18:50:39.157Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z --- |
251 | 2024-07-10T18:50:39.157Z | pkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z i-- |
252 | 2024-07-10T18:50:39.157Z | pkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z --- |
253 | 2024-07-10T18:50:39.158Z | pkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z i-- |
254 | 2024-07-10T18:50:39.158Z | pkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z --- |
255 | 2024-07-10T18:50:39.665Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
256 | 2024-07-10T18:50:39.968Z | Updating git repository `https://github.com/oxidecomputer/zone` |
257 | 2024-07-10T18:50:40.263Z | Updating crates.io index |
258 | 2024-07-10T18:50:40.267Z | Updating git repository `https://github.com/oxidecomputer/dropshot` |
259 | 2024-07-10T18:50:41.171Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
260 | 2024-07-10T18:50:41.877Z | Updating git repository `https://github.com/oxidecomputer/oxnet` |
261 | 2024-07-10T18:50:42.146Z | Updating git repository `https://github.com/oxidecomputer/progenitor` |
262 | 2024-07-10T18:50:44.481Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
263 | 2024-07-10T18:50:44.931Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
264 | 2024-07-10T18:50:45.220Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
265 | 2024-07-10T18:50:46.410Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
266 | 2024-07-10T18:50:48.568Z | Updating git repository `https://github.com/oxidecomputer/opte` |
267 | 2024-07-10T18:50:49.669Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
268 | 2024-07-10T18:50:50.359Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
269 | 2024-07-10T18:50:50.914Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
270 | 2024-07-10T18:50:51.199Z | Updating git repository `https://github.com/oxidecomputer/sprockets` |
271 | 2024-07-10T18:50:51.529Z | Updating git repository `https://github.com/oxidecomputer/async-bb8-diesel` |
272 | 2024-07-10T18:50:51.813Z | Updating git repository `https://github.com/oxidecomputer/diesel-dtrace` |
273 | 2024-07-10T18:50:52.109Z | Updating git repository `https://github.com/oxidecomputer/tofino` |
274 | 2024-07-10T18:50:52.395Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
275 | 2024-07-10T18:50:52.674Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
276 | 2024-07-10T18:50:52.939Z | Updating git repository `https://github.com/oxidecomputer/libnvme` |
277 | 2024-07-10T18:50:53.221Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
278 | 2024-07-10T18:50:53.531Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
279 | 2024-07-10T18:50:53.857Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
280 | 2024-07-10T18:50:54.176Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
281 | 2024-07-10T18:50:54.928Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
282 | 2024-07-10T18:50:55.156Z | Updating git repository `https://github.com/cbiffle/hubpack.git` |
283 | 2024-07-10T18:50:55.464Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
284 | 2024-07-10T18:50:55.809Z | Updating git repository `https://github.com/oxidecomputer/typify` |
285 | 2024-07-10T18:50:57.908Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
286 | 2024-07-10T18:50:58.231Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
287 | 2024-07-10T18:50:58.505Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
288 | 2024-07-10T18:50:58.926Z | Updating git repository `https://github.com/oxidecomputer/rfb` |
289 | 2024-07-10T18:50:59.993Z | Downloading crates ... |
290 | 2024-07-10T18:51:00.090Z | Downloaded openssl-probe v0.1.5 |
291 | 2024-07-10T18:51:00.101Z | Downloaded match_cfg v0.1.0 |
292 | 2024-07-10T18:51:00.104Z | Downloaded equivalent v1.0.1 |
293 | 2024-07-10T18:51:00.107Z | Downloaded foreign-types-shared v0.1.1 |
294 | 2024-07-10T18:51:00.111Z | Downloaded serde_spanned v0.6.6 |
295 | 2024-07-10T18:51:00.111Z | Downloaded powerfmt v0.2.0 |
296 | 2024-07-10T18:51:00.114Z | Downloaded is_terminal_polyfill v1.70.0 |
297 | 2024-07-10T18:51:00.114Z | Downloaded byteorder v1.5.0 |
298 | 2024-07-10T18:51:00.116Z | Downloaded bytecount v0.6.8 |
299 | 2024-07-10T18:51:00.119Z | Downloaded semver v1.0.23 |
300 | 2024-07-10T18:51:00.121Z | Downloaded rustls-pemfile v1.0.4 |
301 | 2024-07-10T18:51:00.124Z | Downloaded anstyle-parse v0.2.4 |
302 | 2024-07-10T18:51:00.124Z | Downloaded tinyvec_macros v0.1.1 |
303 | 2024-07-10T18:51:00.127Z | Downloaded strum v0.26.2 |
304 | 2024-07-10T18:51:00.127Z | Downloaded scroll_derive v0.12.0 |
305 | 2024-07-10T18:51:00.127Z | Downloaded swrite v0.1.0 |
306 | 2024-07-10T18:51:00.127Z | Downloaded block-buffer v0.10.4 |
307 | 2024-07-10T18:51:00.130Z | Downloaded adler v1.0.2 |
308 | 2024-07-10T18:51:00.130Z | Downloaded pretty-hex v0.4.1 |
309 | 2024-07-10T18:51:00.133Z | Downloaded take_mut v0.2.2 |
310 | 2024-07-10T18:51:00.133Z | Downloaded tower-service v0.3.2 |
311 | 2024-07-10T18:51:00.133Z | Downloaded foreign-types v0.3.2 |
312 | 2024-07-10T18:51:00.133Z | Downloaded dtrace-parser v0.2.0 |
313 | 2024-07-10T18:51:00.136Z | Downloaded pkg-config v0.3.30 |
314 | 2024-07-10T18:51:00.136Z | Downloaded pin-project-lite v0.2.14 |
315 | 2024-07-10T18:51:00.139Z | Downloaded is-terminal v0.4.12 |
316 | 2024-07-10T18:51:00.142Z | Downloaded num-conv v0.1.0 |
317 | 2024-07-10T18:51:00.142Z | Downloaded autocfg v1.3.0 |
318 | 2024-07-10T18:51:00.144Z | Downloaded proc-macro-error v1.0.4 |
319 | 2024-07-10T18:51:00.149Z | Downloaded anstyle v1.0.7 |
320 | 2024-07-10T18:51:00.152Z | Downloaded cpufeatures v0.2.12 |
321 | 2024-07-10T18:51:00.152Z | Downloaded usdt-macro v0.5.0 |
322 | 2024-07-10T18:51:00.152Z | Downloaded usdt-attr-macro v0.5.0 |
323 | 2024-07-10T18:51:00.152Z | Downloaded sync_wrapper v0.1.2 |
324 | 2024-07-10T18:51:00.152Z | Downloaded want v0.3.1 |
325 | 2024-07-10T18:51:00.154Z | Downloaded time-core v0.1.2 |
326 | 2024-07-10T18:51:00.154Z | Downloaded filetime v0.2.23 |
327 | 2024-07-10T18:51:00.154Z | Downloaded hyper-tls v0.5.0 |
328 | 2024-07-10T18:51:00.157Z | Downloaded cfg-if v1.0.0 |
329 | 2024-07-10T18:51:00.157Z | Downloaded num_cpus v1.16.0 |
330 | 2024-07-10T18:51:00.161Z | Downloaded crypto-common v0.1.6 |
331 | 2024-07-10T18:51:00.161Z | Downloaded time-macros v0.2.18 |
332 | 2024-07-10T18:51:00.164Z | Downloaded serde_tokenstream v0.2.1 |
333 | 2024-07-10T18:51:00.166Z | Downloaded proc-macro-error-attr v1.0.4 |
334 | 2024-07-10T18:51:00.166Z | Downloaded percent-encoding v2.3.1 |
335 | 2024-07-10T18:51:00.169Z | Downloaded camino v1.1.7 |
336 | 2024-07-10T18:51:00.169Z | Downloaded slog-json v2.6.1 |
337 | 2024-07-10T18:51:00.172Z | Downloaded version_check v0.9.4 |
338 | 2024-07-10T18:51:00.172Z | Downloaded fs-err v2.11.0 |
339 | 2024-07-10T18:51:00.174Z | Downloaded fnv v1.0.7 |
340 | 2024-07-10T18:51:00.174Z | Downloaded generic-array v0.14.7 |
341 | 2024-07-10T18:51:00.177Z | Downloaded anstream v0.6.14 |
342 | 2024-07-10T18:51:00.180Z | Downloaded tokio-macros v2.3.0 |
343 | 2024-07-10T18:51:00.180Z | Downloaded try-lock v0.2.5 |
344 | 2024-07-10T18:51:00.180Z | Downloaded mime v0.3.17 |
345 | 2024-07-10T18:51:00.182Z | Downloaded scroll v0.12.0 |
346 | 2024-07-10T18:51:00.182Z | Downloaded futures-executor v0.3.30 |
347 | 2024-07-10T18:51:00.185Z | Downloaded futures-sink v0.3.30 |
348 | 2024-07-10T18:51:00.185Z | Downloaded clap_lex v0.7.0 |
349 | 2024-07-10T18:51:00.185Z | Downloaded http-body v0.4.6 |
350 | 2024-07-10T18:51:00.188Z | Downloaded form_urlencoded v1.2.1 |
351 | 2024-07-10T18:51:00.188Z | Downloaded usdt-impl v0.5.0 |
352 | 2024-07-10T18:51:00.190Z | Downloaded errno v0.3.9 |
353 | 2024-07-10T18:51:00.190Z | Downloaded dirs-sys-next v0.1.2 |
354 | 2024-07-10T18:51:00.193Z | Downloaded dirs-next v2.0.0 |
355 | 2024-07-10T18:51:00.193Z | Downloaded deranged v0.3.11 |
356 | 2024-07-10T18:51:00.193Z | Downloaded utf8parse v0.2.1 |
357 | 2024-07-10T18:51:00.198Z | Downloaded thread-id v4.2.1 |
358 | 2024-07-10T18:51:00.198Z | Downloaded thiserror v1.0.60 |
359 | 2024-07-10T18:51:00.201Z | Downloaded thread_local v1.1.8 |
360 | 2024-07-10T18:51:00.201Z | Downloaded itoa v1.0.11 |
361 | 2024-07-10T18:51:00.203Z | Downloaded thiserror-impl v1.0.60 |
362 | 2024-07-10T18:51:00.203Z | Downloaded macaddr v1.0.1 |
363 | 2024-07-10T18:51:00.206Z | Downloaded strsim v0.11.1 |
364 | 2024-07-10T18:51:00.206Z | Downloaded quote v1.0.36 |
365 | 2024-07-10T18:51:00.209Z | Downloaded cargo_metadata v0.18.1 |
366 | 2024-07-10T18:51:00.209Z | Downloaded xattr v1.3.1 |
367 | 2024-07-10T18:51:00.212Z | Downloaded pest_derive v2.7.10 |
368 | 2024-07-10T18:51:00.214Z | Downloaded ipnet v2.9.0 |
369 | 2024-07-10T18:51:00.214Z | Downloaded tokio-native-tls v0.3.1 |
370 | 2024-07-10T18:51:00.217Z | Downloaded serde_urlencoded v0.7.1 |
371 | 2024-07-10T18:51:00.217Z | Downloaded httpdate v1.0.3 |
372 | 2024-07-10T18:51:00.219Z | Downloaded sha2 v0.10.8 |
373 | 2024-07-10T18:51:00.219Z | Downloaded native-tls v0.2.11 |
374 | 2024-07-10T18:51:00.222Z | Downloaded pest_generator v2.7.10 |
375 | 2024-07-10T18:51:00.225Z | Downloaded tabled_derive v0.7.0 |
376 | 2024-07-10T18:51:00.225Z | Downloaded slog-bunyan v2.5.0 |
377 | 2024-07-10T18:51:00.225Z | Downloaded bitflags v2.5.0 |
378 | 2024-07-10T18:51:00.228Z | Downloaded anyhow v1.0.86 |
379 | 2024-07-10T18:51:00.231Z | Downloaded clap_derive v4.5.4 |
380 | 2024-07-10T18:51:00.234Z | Downloaded usdt v0.5.0 |
381 | 2024-07-10T18:51:00.234Z | Downloaded signal-hook-registry v1.4.2 |
382 | 2024-07-10T18:51:00.236Z | Downloaded pest_meta v2.7.10 |
383 | 2024-07-10T18:51:00.239Z | Downloaded proc-macro2 v1.0.86 |
384 | 2024-07-10T18:51:00.242Z | Downloaded cargo_toml v0.20.3 |
385 | 2024-07-10T18:51:00.242Z | Downloaded ryu v1.0.18 |
386 | 2024-07-10T18:51:00.244Z | Downloaded lock_api v0.4.12 |
387 | 2024-07-10T18:51:00.244Z | Downloaded strum_macros v0.26.4 |
388 | 2024-07-10T18:51:00.247Z | Downloaded futures-channel v0.3.30 |
389 | 2024-07-10T18:51:00.250Z | Downloaded term v0.7.0 |
390 | 2024-07-10T18:51:00.252Z | Downloaded slog-term v2.9.1 |
391 | 2024-07-10T18:51:00.257Z | Downloaded parking_lot v0.12.2 |
392 | 2024-07-10T18:51:00.259Z | Downloaded once_cell v1.19.0 |
393 | 2024-07-10T18:51:00.259Z | Downloaded zerocopy-derive v0.7.34 |
394 | 2024-07-10T18:51:00.262Z | Downloaded socket2 v0.5.7 |
395 | 2024-07-10T18:51:00.265Z | Downloaded smallvec v1.13.2 |
396 | 2024-07-10T18:51:00.267Z | Downloaded clap v4.5.4 |
397 | 2024-07-10T18:51:00.273Z | Downloaded typenum v1.17.0 |
398 | 2024-07-10T18:51:00.275Z | Downloaded tar v0.4.40 |
399 | 2024-07-10T18:51:00.278Z | Downloaded unicode-ident v1.0.12 |
400 | 2024-07-10T18:51:00.281Z | Downloaded miniz_oxide v0.7.2 |
401 | 2024-07-10T18:51:00.284Z | Downloaded parking_lot_core v0.9.10 |
402 | 2024-07-10T18:51:00.287Z | Downloaded futures v0.3.30 |
403 | 2024-07-10T18:51:00.292Z | Downloaded terminal_size v0.3.0 |
404 | 2024-07-10T18:51:00.292Z | Downloaded serde_derive v1.0.204 |
405 | 2024-07-10T18:51:00.292Z | Downloaded tinyvec v1.6.0 |
406 | 2024-07-10T18:51:00.295Z | Downloaded unicode-bidi v0.3.15 |
407 | 2024-07-10T18:51:00.298Z | Downloaded ucd-trie v0.1.6 |
408 | 2024-07-10T18:51:00.300Z | Downloaded indexmap v2.2.6 |
409 | 2024-07-10T18:51:00.304Z | Downloaded toml v0.8.14 |
410 | 2024-07-10T18:51:00.307Z | Downloaded serde v1.0.204 |
411 | 2024-07-10T18:51:00.310Z | Downloaded flate2 v1.0.30 |
412 | 2024-07-10T18:51:00.314Z | Downloaded base64 v0.21.7 |
413 | 2024-07-10T18:51:00.317Z | Downloaded cc v1.0.97 |
414 | 2024-07-10T18:51:00.320Z | Downloaded http v0.2.12 |
415 | 2024-07-10T18:51:00.327Z | Downloaded mio v0.8.11 |
416 | 2024-07-10T18:51:00.330Z | Downloaded tracing-core v0.1.32 |
417 | 2024-07-10T18:51:00.330Z | Downloaded crossbeam-channel v0.5.12 |
418 | 2024-07-10T18:51:00.334Z | Downloaded url v2.5.0 |
419 | 2024-07-10T18:51:00.337Z | Downloaded memchr v2.7.2 |
420 | 2024-07-10T18:51:00.341Z | Downloaded papergrid v0.11.0 |
421 | 2024-07-10T18:51:00.346Z | Downloaded openssl-sys v0.9.102 |
422 | 2024-07-10T18:51:00.350Z | Downloaded slog v2.7.0 |
423 | 2024-07-10T18:51:00.353Z | Downloaded tracing v0.1.40 |
424 | 2024-07-10T18:51:00.357Z | Downloaded time v0.3.36 |
425 | 2024-07-10T18:51:00.363Z | Downloaded unicode-normalization v0.1.23 |
426 | 2024-07-10T18:51:00.367Z | Downloaded tokio-util v0.7.11 |
427 | 2024-07-10T18:51:00.372Z | Downloaded pest v2.7.10 |
428 | 2024-07-10T18:51:00.377Z | Downloaded serde_json v1.0.120 |
429 | 2024-07-10T18:51:00.384Z | Downloaded zerocopy v0.7.34 |
430 | 2024-07-10T18:51:00.398Z | Downloaded hyper v0.14.28 |
431 | 2024-07-10T18:51:00.405Z | Downloaded winnow v0.6.8 |
432 | 2024-07-10T18:51:00.413Z | Downloaded goblin v0.8.2 |
433 | 2024-07-10T18:51:00.418Z | Downloaded tabled v0.15.0 |
434 | 2024-07-10T18:51:00.433Z | Downloaded openssl v0.10.64 |
435 | 2024-07-10T18:51:00.441Z | Downloaded vcpkg v0.2.15 |
436 | 2024-07-10T18:51:00.476Z | Downloaded syn v2.0.68 |
437 | 2024-07-10T18:51:00.486Z | Downloaded rustix v0.38.34 |
438 | 2024-07-10T18:51:00.506Z | Downloaded syn v1.0.109 |
439 | 2024-07-10T18:51:00.514Z | Downloaded unicode-width v0.1.13 |
440 | 2024-07-10T18:51:00.527Z | Downloaded libc v0.2.155 |
441 | 2024-07-10T18:51:00.547Z | Downloaded tokio v1.38.0 |
442 | 2024-07-10T18:51:00.579Z | Downloaded idna v0.5.0 |
443 | 2024-07-10T18:51:00.585Z | Downloaded futures-util v0.3.30 |
444 | 2024-07-10T18:51:00.595Z | Downloaded encoding_rs v0.8.34 |
445 | 2024-07-10T18:51:00.613Z | Downloaded reqwest v0.11.27 |
446 | 2024-07-10T18:51:00.620Z | Downloaded hashbrown v0.14.5 |
447 | 2024-07-10T18:51:00.625Z | Downloaded h2 v0.3.26 |
448 | 2024-07-10T18:51:00.630Z | Downloaded clap_builder v4.5.2 |
449 | 2024-07-10T18:51:00.636Z | Downloaded toml_edit v0.22.14 |
450 | 2024-07-10T18:51:00.654Z | Downloaded crossbeam-utils v0.8.19 |
451 | 2024-07-10T18:51:00.657Z | Downloaded bytes v1.6.0 |
452 | 2024-07-10T18:51:00.659Z | Downloaded log v0.4.21 |
453 | 2024-07-10T18:51:00.662Z | Downloaded dof v0.3.0 |
454 | 2024-07-10T18:51:00.667Z | Downloaded heck v0.4.1 |
455 | 2024-07-10T18:51:00.667Z | Downloaded crc32fast v1.4.0 |
456 | 2024-07-10T18:51:00.669Z | Downloaded cargo-platform v0.1.8 |
457 | 2024-07-10T18:51:00.669Z | Downloaded httparse v1.8.0 |
458 | 2024-07-10T18:51:00.669Z | Downloaded slab v0.4.9 |
459 | 2024-07-10T18:51:00.669Z | Downloaded hostname v0.3.1 |
460 | 2024-07-10T18:51:00.672Z | Downloaded futures-io v0.3.30 |
461 | 2024-07-10T18:51:00.672Z | Downloaded futures-core v0.3.30 |
462 | 2024-07-10T18:51:00.672Z | Downloaded colorchoice v1.0.1 |
463 | 2024-07-10T18:51:00.674Z | Downloaded toml_datetime v0.6.6 |
464 | 2024-07-10T18:51:00.674Z | Downloaded slog-async v2.8.0 |
465 | 2024-07-10T18:51:00.674Z | Downloaded scopeguard v1.2.0 |
466 | 2024-07-10T18:51:00.677Z | Downloaded rustversion v1.0.17 |
467 | 2024-07-10T18:51:00.680Z | Downloaded plain v0.2.3 |
468 | 2024-07-10T18:51:00.680Z | Downloaded anstyle-query v1.0.3 |
469 | 2024-07-10T18:51:00.680Z | Downloaded openssl-macros v0.1.1 |
470 | 2024-07-10T18:51:00.680Z | Downloaded num_threads v0.1.7 |
471 | 2024-07-10T18:51:00.682Z | Downloaded heck v0.5.0 |
472 | 2024-07-10T18:51:00.682Z | Downloaded futures-task v0.3.30 |
473 | 2024-07-10T18:51:00.685Z | Downloaded futures-macro v0.3.30 |
474 | 2024-07-10T18:51:00.685Z | Downloaded pin-utils v0.1.0 |
475 | 2024-07-10T18:51:00.685Z | Downloaded memmap v0.7.0 |
476 | 2024-07-10T18:51:00.688Z | Downloaded digest v0.10.7 |
477 | 2024-07-10T18:51:00.983Z | Compiling proc-macro2 v1.0.86 |
478 | 2024-07-10T18:51:00.984Z | Compiling unicode-ident v1.0.12 |
479 | 2024-07-10T18:51:00.984Z | Compiling libc v0.2.155 |
480 | 2024-07-10T18:51:00.986Z | Compiling version_check v0.9.4 |
481 | 2024-07-10T18:51:00.986Z | Compiling cfg-if v1.0.0 |
482 | 2024-07-10T18:51:00.986Z | Compiling once_cell v1.19.0 |
483 | 2024-07-10T18:51:00.986Z | Compiling itoa v1.0.11 |
484 | 2024-07-10T18:51:01.018Z | Compiling serde v1.0.204 |
485 | 2024-07-10T18:51:01.145Z | Compiling autocfg v1.3.0 |
486 | 2024-07-10T18:51:01.208Z | Compiling memchr v2.7.2 |
487 | 2024-07-10T18:51:01.336Z | Compiling thiserror v1.0.60 |
488 | 2024-07-10T18:51:01.500Z | Compiling ryu v1.0.18 |
489 | 2024-07-10T18:51:01.788Z | Compiling pin-project-lite v0.2.14 |
490 | 2024-07-10T18:51:01.810Z | Compiling bitflags v2.5.0 |
491 | 2024-07-10T18:51:01.900Z | Compiling pkg-config v0.3.30 |
492 | 2024-07-10T18:51:01.996Z | Compiling lock_api v0.4.12 |
493 | 2024-07-10T18:51:02.157Z | Compiling vcpkg v0.2.15 |
494 | 2024-07-10T18:51:02.652Z | Compiling ucd-trie v0.1.6 |
495 | 2024-07-10T18:51:03.054Z | Compiling cc v1.0.97 |
496 | 2024-07-10T18:51:03.072Z | Compiling parking_lot_core v0.9.10 |
497 | 2024-07-10T18:51:03.702Z | Compiling slab v0.4.9 |
498 | 2024-07-10T18:51:04.030Z | Compiling scopeguard v1.2.0 |
499 | 2024-07-10T18:51:04.113Z | Compiling futures-sink v0.3.30 |
500 | 2024-07-10T18:51:04.141Z | Compiling smallvec v1.13.2 |
501 | 2024-07-10T18:51:04.207Z | Compiling bytes v1.6.0 |
502 | 2024-07-10T18:51:04.227Z | Compiling futures-core v0.3.30 |
503 | 2024-07-10T18:51:04.551Z | Compiling fnv v1.0.7 |
504 | 2024-07-10T18:51:04.611Z | Compiling equivalent v1.0.1 |
505 | 2024-07-10T18:51:04.682Z | Compiling byteorder v1.5.0 |
506 | 2024-07-10T18:51:04.707Z | Compiling log v0.4.21 |
507 | 2024-07-10T18:51:04.729Z | Compiling hashbrown v0.14.5 |
508 | 2024-07-10T18:51:04.789Z | Compiling serde_json v1.0.120 |
509 | 2024-07-10T18:51:05.095Z | Compiling quote v1.0.36 |
510 | 2024-07-10T18:51:05.171Z | Compiling futures-channel v0.3.30 |
511 | 2024-07-10T18:51:05.469Z | Compiling syn v2.0.68 |
512 | 2024-07-10T18:51:05.601Z | Compiling signal-hook-registry v1.4.2 |
513 | 2024-07-10T18:51:05.633Z | Compiling num_cpus v1.16.0 |
514 | 2024-07-10T18:51:05.762Z | Compiling mio v0.8.11 |
515 | 2024-07-10T18:51:05.824Z | Compiling parking_lot v0.12.2 |
516 | 2024-07-10T18:51:05.996Z | Compiling indexmap v2.2.6 |
517 | 2024-07-10T18:51:06.021Z | Compiling openssl-sys v0.9.102 |
518 | 2024-07-10T18:51:06.040Z | Compiling socket2 v0.5.7 |
519 | 2024-07-10T18:51:06.113Z | Compiling futures-io v0.3.30 |
520 | 2024-07-10T18:51:06.413Z | Compiling typenum v1.17.0 |
521 | 2024-07-10T18:51:06.451Z | Compiling pin-utils v0.1.0 |
522 | 2024-07-10T18:51:06.548Z | Compiling rustix v0.38.34 |
523 | 2024-07-10T18:51:07.033Z | Compiling futures-task v0.3.30 |
524 | 2024-07-10T18:51:07.148Z | Compiling errno v0.3.9 |
525 | 2024-07-10T18:51:07.315Z | Compiling generic-array v0.14.7 |
526 | 2024-07-10T18:51:07.355Z | Compiling slog v2.7.0 |
527 | 2024-07-10T18:51:07.380Z | Compiling openssl v0.10.64 |
528 | 2024-07-10T18:51:07.450Z | Compiling foreign-types-shared v0.1.1 |
529 | 2024-07-10T18:51:07.562Z | Compiling foreign-types v0.3.2 |
530 | 2024-07-10T18:51:07.659Z | Compiling http v0.2.12 |
531 | 2024-07-10T18:51:07.726Z | Compiling usdt-impl v0.5.0 |
532 | 2024-07-10T18:51:07.884Z | Compiling proc-macro-error-attr v1.0.4 |
533 | 2024-07-10T18:51:08.014Z | Compiling tracing-core v0.1.32 |
534 | 2024-07-10T18:51:08.149Z | Compiling num-conv v0.1.0 |
535 | 2024-07-10T18:51:08.396Z | Compiling powerfmt v0.2.0 |
536 | 2024-07-10T18:51:08.447Z | Compiling native-tls v0.2.11 |
537 | 2024-07-10T18:51:08.776Z | Compiling syn v1.0.109 |
538 | 2024-07-10T18:51:08.798Z | Compiling time-core v0.1.2 |
539 | 2024-07-10T18:51:08.978Z | Compiling tinyvec_macros v0.1.1 |
540 | 2024-07-10T18:51:09.074Z | Compiling httparse v1.8.0 |
541 | 2024-07-10T18:51:09.357Z | Compiling tinyvec v1.6.0 |
542 | 2024-07-10T18:51:09.446Z | Compiling time-macros v0.2.18 |
543 | 2024-07-10T18:51:09.506Z | Compiling tracing v0.1.40 |
544 | 2024-07-10T18:51:09.863Z | Compiling deranged v0.3.11 |
545 | 2024-07-10T18:51:09.993Z | Compiling thread-id v4.2.1 |
546 | 2024-07-10T18:51:10.336Z | Compiling proc-macro-error v1.0.4 |
547 | 2024-07-10T18:51:10.401Z | Compiling openssl-probe v0.1.5 |
548 | 2024-07-10T18:51:10.617Z | Compiling try-lock v0.2.5 |
549 | 2024-07-10T18:51:10.688Z | Compiling plain v0.2.3 |
550 | 2024-07-10T18:51:10.724Z | Compiling crossbeam-utils v0.8.19 |
551 | 2024-07-10T18:51:10.767Z | Compiling num_threads v0.1.7 |
552 | 2024-07-10T18:51:10.837Z | Compiling heck v0.5.0 |
553 | 2024-07-10T18:51:10.895Z | Compiling utf8parse v0.2.1 |
554 | 2024-07-10T18:51:11.047Z | Compiling percent-encoding v2.3.1 |
555 | 2024-07-10T18:51:11.095Z | Compiling rustversion v1.0.17 |
556 | 2024-07-10T18:51:11.319Z | Compiling form_urlencoded v1.2.1 |
557 | 2024-07-10T18:51:11.346Z | Compiling anstyle-parse v0.2.4 |
558 | 2024-07-10T18:51:11.390Z | Compiling want v0.3.1 |
559 | 2024-07-10T18:51:11.613Z | Compiling unicode-normalization v0.1.23 |
560 | 2024-07-10T18:51:11.817Z | Compiling http-body v0.4.6 |
561 | 2024-07-10T18:51:12.260Z | Compiling dirs-sys-next v0.1.2 |
562 | 2024-07-10T18:51:12.655Z | Compiling anstyle-query v1.0.3 |
563 | 2024-07-10T18:51:12.696Z | Compiling time v0.3.36 |
564 | 2024-07-10T18:51:12.699Z | Compiling anstyle v1.0.7 |
565 | 2024-07-10T18:51:12.738Z | Compiling camino v1.1.7 |
566 | 2024-07-10T18:51:12.823Z | Compiling is_terminal_polyfill v1.70.0 |
567 | 2024-07-10T18:51:12.846Z | Compiling crc32fast v1.4.0 |
568 | 2024-07-10T18:51:12.950Z | Compiling colorchoice v1.0.1 |
569 | 2024-07-10T18:51:13.116Z | Compiling httpdate v1.0.3 |
570 | 2024-07-10T18:51:13.181Z | Compiling unicode-bidi v0.3.15 |
571 | 2024-07-10T18:51:13.334Z | Compiling semver v1.0.23 |
572 | 2024-07-10T18:51:13.372Z | Compiling pretty-hex v0.4.1 |
573 | 2024-07-10T18:51:13.581Z | Compiling winnow v0.6.8 |
574 | 2024-07-10T18:51:13.581Z | Compiling tower-service v0.3.2 |
575 | 2024-07-10T18:51:13.880Z | Compiling idna v0.5.0 |
576 | 2024-07-10T18:51:13.902Z | Compiling anstream v0.6.14 |
577 | 2024-07-10T18:51:14.073Z | Compiling dirs-next v2.0.0 |
578 | 2024-07-10T18:51:15.392Z | Compiling crypto-common v0.1.6 |
579 | 2024-07-10T18:51:15.466Z | Compiling block-buffer v0.10.4 |
580 | 2024-07-10T18:51:15.612Z | Compiling terminal_size v0.3.0 |
581 | 2024-07-10T18:51:15.807Z | Compiling fs-err v2.11.0 |
582 | 2024-07-10T18:51:15.831Z | Compiling thread_local v1.1.8 |
583 | 2024-07-10T18:51:15.854Z | Compiling bytecount v0.6.8 |
584 | 2024-07-10T18:51:16.011Z | Compiling base64 v0.21.7 |
585 | 2024-07-10T18:51:16.073Z | Compiling adler v1.0.2 |
586 | 2024-07-10T18:51:16.076Z | Compiling slog-async v2.8.0 |
587 | 2024-07-10T18:51:16.335Z | Compiling anyhow v1.0.86 |
588 | 2024-07-10T18:51:16.402Z | Compiling heck v0.4.1 |
589 | 2024-07-10T18:51:16.508Z | Compiling clap_lex v0.7.0 |
590 | 2024-07-10T18:51:16.564Z | Compiling strsim v0.11.1 |
591 | 2024-07-10T18:51:16.776Z | Compiling unicode-width v0.1.13 |
592 | 2024-07-10T18:51:16.925Z | Compiling match_cfg v0.1.0 |
593 | 2024-07-10T18:51:17.022Z | Compiling hostname v0.3.1 |
594 | 2024-07-10T18:51:17.045Z | Compiling papergrid v0.11.0 |
595 | 2024-07-10T18:51:17.085Z | Compiling clap_builder v4.5.2 |
596 | 2024-07-10T18:51:17.195Z | Compiling rustls-pemfile v1.0.4 |
597 | 2024-07-10T18:51:17.277Z | Compiling miniz_oxide v0.7.2 |
598 | 2024-07-10T18:51:17.520Z | Compiling digest v0.10.7 |
599 | 2024-07-10T18:51:17.569Z | Compiling crossbeam-channel v0.5.12 |
600 | 2024-07-10T18:51:17.653Z | Compiling url v2.5.0 |
601 | 2024-07-10T18:51:17.916Z | Compiling term v0.7.0 |
602 | 2024-07-10T18:51:18.266Z | Compiling serde_derive v1.0.204 |
603 | 2024-07-10T18:51:18.391Z | Compiling thiserror-impl v1.0.60 |
604 | 2024-07-10T18:51:18.677Z | Compiling zerocopy-derive v0.7.34 |
605 | 2024-07-10T18:51:18.869Z | Compiling tokio-macros v2.3.0 |
606 | 2024-07-10T18:51:19.576Z | Compiling futures-macro v0.3.30 |
607 | 2024-07-10T18:51:19.599Z | Compiling scroll_derive v0.12.0 |
608 | 2024-07-10T18:51:20.632Z | Compiling tokio v1.38.0 |
609 | 2024-07-10T18:51:21.095Z | Compiling zerocopy v0.7.34 |
610 | 2024-07-10T18:51:21.124Z | Compiling openssl-macros v0.1.1 |
611 | 2024-07-10T18:51:21.320Z | Compiling scroll v0.12.0 |
612 | 2024-07-10T18:51:21.671Z | Compiling futures-util v0.3.30 |
613 | 2024-07-10T18:51:21.911Z | Compiling goblin v0.8.2 |
614 | 2024-07-10T18:51:21.949Z | Compiling pest v2.7.10 |
615 | 2024-07-10T18:51:22.689Z | Compiling tabled_derive v0.7.0 |
616 | 2024-07-10T18:51:24.939Z | Compiling pest_meta v2.7.10 |
617 | 2024-07-10T18:51:25.278Z | Compiling strum_macros v0.26.4 |
618 | 2024-07-10T18:51:26.982Z | Compiling pest_generator v2.7.10 |
619 | 2024-07-10T18:51:29.033Z | Compiling tokio-util v0.7.11 |
620 | 2024-07-10T18:51:30.292Z | Compiling pest_derive v2.7.10 |
621 | 2024-07-10T18:51:30.416Z | Compiling h2 v0.3.26 |
622 | 2024-07-10T18:51:30.834Z | Compiling futures-executor v0.3.30 |
623 | 2024-07-10T18:51:31.084Z | Compiling dtrace-parser v0.2.0 |
624 | 2024-07-10T18:51:31.183Z | Compiling tokio-native-tls v0.3.1 |
625 | 2024-07-10T18:51:31.444Z | Compiling clap_derive v4.5.4 |
626 | 2024-07-10T18:51:31.843Z | Compiling xattr v1.3.1 |
627 | 2024-07-10T18:51:32.119Z | Compiling is-terminal v0.4.12 |
628 | 2024-07-10T18:51:32.253Z | Compiling filetime v0.2.23 |
629 | 2024-07-10T18:51:32.488Z | Compiling memmap v0.7.0 |
630 | 2024-07-10T18:51:32.621Z | Compiling encoding_rs v0.8.34 |
631 | 2024-07-10T18:51:32.855Z | Compiling sync_wrapper v0.1.2 |
632 | 2024-07-10T18:51:32.983Z | Compiling take_mut v0.2.2 |
633 | 2024-07-10T18:51:33.145Z | Compiling mime v0.3.17 |
634 | 2024-07-10T18:51:33.585Z | Compiling serde_spanned v0.6.6 |
635 | 2024-07-10T18:51:33.790Z | Compiling toml_datetime v0.6.6 |
636 | 2024-07-10T18:51:33.815Z | Compiling serde_urlencoded v0.7.1 |
637 | 2024-07-10T18:51:34.346Z | Compiling serde_tokenstream v0.2.1 |
638 | 2024-07-10T18:51:34.428Z | Compiling toml_edit v0.22.14 |
639 | 2024-07-10T18:51:34.912Z | Compiling hyper v0.14.28 |
640 | 2024-07-10T18:51:35.653Z | Compiling dof v0.3.0 |
641 | 2024-07-10T18:51:37.250Z | Compiling slog-json v2.6.1 |
642 | 2024-07-10T18:51:37.651Z | Compiling toml v0.8.14 |
643 | 2024-07-10T18:51:37.989Z | Compiling cargo-platform v0.1.8 |
644 | 2024-07-10T18:51:38.227Z | Compiling ipnet v2.9.0 |
645 | 2024-07-10T18:51:38.325Z | Compiling cpufeatures v0.2.12 |
646 | 2024-07-10T18:51:38.436Z | Compiling sha2 v0.10.8 |
647 | 2024-07-10T18:51:38.614Z | Compiling cargo_toml v0.20.3 |
648 | 2024-07-10T18:51:38.637Z | Compiling cargo_metadata v0.18.1 |
649 | 2024-07-10T18:51:38.853Z | Compiling usdt-macro v0.5.0 |
650 | 2024-07-10T18:51:39.511Z | Compiling usdt-attr-macro v0.5.0 |
651 | 2024-07-10T18:51:39.536Z | Compiling hyper-tls v0.5.0 |
652 | 2024-07-10T18:51:39.863Z | Compiling reqwest v0.11.27 |
653 | 2024-07-10T18:51:40.172Z | Compiling slog-bunyan v2.5.0 |
654 | 2024-07-10T18:51:40.380Z | Compiling clap v4.5.4 |
655 | 2024-07-10T18:51:40.491Z | Compiling macaddr v1.0.1 |
656 | 2024-07-10T18:51:40.948Z | Compiling usdt v0.5.0 |
657 | 2024-07-10T18:51:41.254Z | Compiling tar v0.4.40 |
658 | 2024-07-10T18:51:41.440Z | Compiling slog-term v2.9.1 |
659 | 2024-07-10T18:51:41.941Z | Compiling flate2 v1.0.30 |
660 | 2024-07-10T18:51:42.217Z | Compiling futures v0.3.30 |
661 | 2024-07-10T18:51:42.342Z | Compiling strum v0.26.2 |
662 | 2024-07-10T18:51:42.529Z | Compiling tabled v0.15.0 |
663 | 2024-07-10T18:51:42.898Z | Compiling swrite v0.1.0 |
664 | 2024-07-10T18:51:46.937Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
665 | 2024-07-10T18:51:54.019Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 14s |
666 | 2024-07-10T18:51:54.262Z | Running `target/debug/xtask download cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
667 | 2024-07-10T18:51:54.320Z | Jul 10 18:51:53.233 INFO Starting download, target: Clickhouse |
668 | 2024-07-10T18:51:54.320Z | Jul 10 18:51:53.233 INFO Starting download, target: Cockroach |
669 | 2024-07-10T18:51:54.320Z | Jul 10 18:51:53.233 INFO Starting download, target: Console |
670 | 2024-07-10T18:51:54.320Z | Jul 10 18:51:53.233 INFO Starting download, target: DendriteOpenapi |
671 | 2024-07-10T18:51:54.323Z | Jul 10 18:51:53.233 INFO Starting download, target: DendriteStub |
672 | 2024-07-10T18:51:54.323Z | Jul 10 18:51:53.233 INFO Starting download, target: MaghemiteMgd |
673 | 2024-07-10T18:51:54.324Z | Jul 10 18:51:53.233 INFO Starting download, target: TransceiverControl |
674 | 2024-07-10T18:51:54.324Z | Jul 10 18:51:53.234 INFO Downloading out/downloads/dpd-a262fe770c173f7879cd942c98ab28a829890661.json (attempt 1/3), target: DendriteOpenapi |
675 | 2024-07-10T18:51:54.324Z | Jul 10 18:51:53.234 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console |
676 | 2024-07-10T18:51:54.324Z | Jul 10 18:51:53.234 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl |
677 | 2024-07-10T18:51:54.324Z | Jul 10 18:51:53.234 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse |
678 | 2024-07-10T18:51:54.324Z | Jul 10 18:51:53.234 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub |
679 | 2024-07-10T18:51:54.324Z | Jul 10 18:51:53.234 INFO Downloading out/downloads/cockroach-v22.1.9.illumos.tar.gz (attempt 1/3), target: Cockroach |
680 | 2024-07-10T18:51:54.324Z | Jul 10 18:51:53.234 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd |
681 | 2024-07-10T18:51:54.584Z | Jul 10 18:51:53.491 INFO Download complete, target: DendriteOpenapi |
682 | 2024-07-10T18:51:54.694Z | Jul 10 18:51:53.596 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl |
683 | 2024-07-10T18:51:54.831Z | Jul 10 18:51:53.740 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console |
684 | 2024-07-10T18:51:55.137Z | Jul 10 18:51:54.049 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub |
685 | 2024-07-10T18:51:55.259Z | Jul 10 18:51:54.172 INFO Download complete, target: Console |
686 | 2024-07-10T18:51:55.262Z | Jul 10 18:51:54.172 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd |
687 | 2024-07-10T18:51:55.573Z | Jul 10 18:51:54.486 INFO Download complete, target: TransceiverControl |
688 | 2024-07-10T18:51:57.742Z | Jul 10 18:51:56.655 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse |
689 | 2024-07-10T18:51:58.427Z | Jul 10 18:51:57.340 INFO Download complete, target: DendriteStub |
690 | 2024-07-10T18:51:58.561Z | Jul 10 18:51:57.475 INFO Download complete, target: MaghemiteMgd |
691 | 2024-07-10T18:52:02.284Z | Jul 10 18:52:01.197 INFO tarball path: out/downloads/cockroach-v22.1.9.illumos.tar.gz, target: Cockroach |
692 | 2024-07-10T18:52:02.284Z | Jul 10 18:52:01.197 INFO Unpacking out/downloads/cockroach-v22.1.9.illumos.tar.gz to out/downloads, target: Cockroach |
693 | 2024-07-10T18:52:10.872Z | Jul 10 18:52:09.784 INFO Copying from out/downloads/cockroach-v22.1.9 to out/cockroachdb, target: Cockroach |
694 | 2024-07-10T18:52:11.225Z | Jul 10 18:52:10.138 INFO Checking that binary works, target: Cockroach |
695 | 2024-07-10T18:52:11.442Z | Jul 10 18:52:10.354 INFO Download complete, target: Cockroach |
696 | 2024-07-10T18:52:12.715Z | Jul 10 18:52:11.626 INFO Checking that binary works, target: Clickhouse |
697 | 2024-07-10T18:52:13.184Z | Jul 10 18:52:12.096 INFO Download complete, target: Clickhouse |
698 | 2024-07-10T18:52:13.512Z | All builder prerequisites installed successfully, and PATH looks valid |
699 | 2024-07-10T18:52:13.515Z | |
700 | 2024-07-10T18:52:13.515Z | real 2:49.836149946 |
701 | 2024-07-10T18:52:13.515Z | user 5:46.021081778 |
702 | 2024-07-10T18:52:13.515Z | sys 1:17.188318357 |
703 | 2024-07-10T18:52:13.515Z | trap 0.203734307 |
704 | 2024-07-10T18:52:13.515Z | tflt 4.630800433 |
705 | 2024-07-10T18:52:13.515Z | dflt 6.827074843 |
706 | 2024-07-10T18:52:13.515Z | kflt 0.150697602 |
707 | 2024-07-10T18:52:13.515Z | lock 14:05.543730904 |
708 | 2024-07-10T18:52:13.515Z | slp 18:19.316117174 |
709 | 2024-07-10T18:52:13.515Z | lat 17.414192612 |
710 | 2024-07-10T18:52:13.515Z | stop 59.049287219 |
711 | 2024-07-10T18:52:13.515Z | + banner clippy |
712 | 2024-07-10T18:52:13.518Z | |
713 | 2024-07-10T18:52:13.518Z | #### # # ##### ##### # # |
714 | 2024-07-10T18:52:13.518Z | # # # # # # # # # # |
715 | 2024-07-10T18:52:13.518Z | # # # # # # # # |
716 | 2024-07-10T18:52:13.518Z | # # # ##### ##### # |
717 | 2024-07-10T18:52:13.518Z | # # # # # # # |
718 | 2024-07-10T18:52:13.518Z | #### ###### # # # # |
719 | 2024-07-10T18:52:13.518Z | |
720 | 2024-07-10T18:52:13.518Z | + export CARGO_INCREMENTAL=0 |
721 | 2024-07-10T18:52:13.518Z | + CARGO_INCREMENTAL=0 |
722 | 2024-07-10T18:52:13.519Z | + ptime -m cargo xtask clippy |
723 | 2024-07-10T18:52:14.054Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
724 | 2024-07-10T18:52:20.708Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 7.14s |
725 | 2024-07-10T18:52:20.771Z | Running `target/debug/xtask clippy` |
726 | 2024-07-10T18:52:20.794Z | running: "/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/cargo" "clippy" "--all-targets" "--workspace" "--" "--deny" "warnings" |
727 | 2024-07-10T18:52:21.406Z | Downloading crates ... |
728 | 2024-07-10T18:52:21.571Z | Downloaded atomicwrites v0.4.3 |
729 | 2024-07-10T18:52:21.582Z | Downloaded ident_case v1.0.1 |
730 | 2024-07-10T18:52:21.587Z | Downloaded async-stream-impl v0.3.5 |
731 | 2024-07-10T18:52:21.594Z | Downloaded darling v0.20.9 |
732 | 2024-07-10T18:52:21.600Z | Downloaded indexmap v1.9.3 |
733 | 2024-07-10T18:52:21.604Z | Downloaded atty v0.2.14 |
734 | 2024-07-10T18:52:21.608Z | Downloaded bitstruct_derive v0.1.0 |
735 | 2024-07-10T18:52:21.611Z | Downloaded cfg_aliases v0.1.1 |
736 | 2024-07-10T18:52:21.611Z | Downloaded instant v0.1.12 |
737 | 2024-07-10T18:52:21.613Z | Downloaded nested v0.1.1 |
738 | 2024-07-10T18:52:21.613Z | Downloaded cstr-argument v0.1.2 |
739 | 2024-07-10T18:52:21.616Z | Downloaded normalize-line-endings v0.3.0 |
740 | 2024-07-10T18:52:21.619Z | Downloaded crunchy v0.2.2 |
741 | 2024-07-10T18:52:21.621Z | Downloaded newtype_derive v0.1.6 |
742 | 2024-07-10T18:52:21.623Z | Downloaded pathdiff v0.2.1 |
743 | 2024-07-10T18:52:21.623Z | Downloaded md5 v0.7.0 |
744 | 2024-07-10T18:52:21.623Z | Downloaded bitstruct v0.1.1 |
745 | 2024-07-10T18:52:21.626Z | Downloaded ipnetwork v0.20.0 |
746 | 2024-07-10T18:52:21.629Z | Downloaded crucible-workspace-hack v0.1.0 |
747 | 2024-07-10T18:52:21.632Z | Downloaded ciborium-io v0.2.2 |
748 | 2024-07-10T18:52:21.632Z | Downloaded is_ci v1.2.0 |
749 | 2024-07-10T18:52:21.634Z | Downloaded multimap v0.10.0 |
750 | 2024-07-10T18:52:21.634Z | Downloaded maybe-uninit v2.0.0 |
751 | 2024-07-10T18:52:21.637Z | Downloaded lru v0.12.3 |
752 | 2024-07-10T18:52:21.640Z | Downloaded libsw v3.3.1 |
753 | 2024-07-10T18:52:21.643Z | Downloaded memoffset v0.9.1 |
754 | 2024-07-10T18:52:21.643Z | Downloaded maplit v1.0.2 |
755 | 2024-07-10T18:52:21.643Z | Downloaded linear-map v1.2.0 |
756 | 2024-07-10T18:52:21.645Z | Downloaded nodrop v0.1.14 |
757 | 2024-07-10T18:52:21.646Z | Downloaded num_enum v0.5.11 |
758 | 2024-07-10T18:52:21.649Z | Downloaded num-iter v0.1.45 |
759 | 2024-07-10T18:52:21.654Z | Downloaded bit-set v0.5.3 |
760 | 2024-07-10T18:52:21.656Z | Downloaded num_enum_derive v0.5.11 |
761 | 2024-07-10T18:52:21.656Z | Downloaded aead v0.5.2 |
762 | 2024-07-10T18:52:21.656Z | Downloaded num v0.4.3 |
763 | 2024-07-10T18:52:21.656Z | Downloaded bb8 v0.8.5 |
764 | 2024-07-10T18:52:21.659Z | Downloaded base16ct v0.2.0 |
765 | 2024-07-10T18:52:21.659Z | Downloaded array-init v0.0.4 |
766 | 2024-07-10T18:52:21.662Z | Downloaded anes v0.1.6 |
767 | 2024-07-10T18:52:21.664Z | Downloaded new_debug_unreachable v1.0.6 |
768 | 2024-07-10T18:52:21.664Z | Downloaded oorandom v11.1.3 |
769 | 2024-07-10T18:52:21.667Z | Downloaded olpc-cjson v0.1.3 |
770 | 2024-07-10T18:52:21.667Z | Downloaded atomic-waker v1.1.2 |
771 | 2024-07-10T18:52:21.667Z | Downloaded async-stream v0.3.5 |
772 | 2024-07-10T18:52:21.670Z | Downloaded cast v0.3.0 |
773 | 2024-07-10T18:52:21.672Z | Downloaded paste v1.0.15 |
774 | 2024-07-10T18:52:21.674Z | Downloaded pbkdf2 v0.12.2 |
775 | 2024-07-10T18:52:21.677Z | Downloaded matches v0.1.10 |
776 | 2024-07-10T18:52:21.677Z | Downloaded parse-display-derive v0.9.1 |
777 | 2024-07-10T18:52:21.677Z | Downloaded constant_time_eq v0.3.0 |
778 | 2024-07-10T18:52:21.679Z | Downloaded cbc v0.1.2 |
779 | 2024-07-10T18:52:21.682Z | Downloaded blowfish v0.9.1 |
780 | 2024-07-10T18:52:21.682Z | Downloaded cexpr v0.6.0 |
781 | 2024-07-10T18:52:21.684Z | Downloaded cipher v0.4.4 |
782 | 2024-07-10T18:52:21.685Z | Downloaded serde_arrays v0.1.0 |
783 | 2024-07-10T18:52:21.687Z | Downloaded linked-hash-map v0.5.6 |
784 | 2024-07-10T18:52:21.687Z | Downloaded libtest-mimic v0.7.3 |
785 | 2024-07-10T18:52:21.690Z | Downloaded crossbeam-deque v0.8.5 |
786 | 2024-07-10T18:52:21.692Z | Downloaded cobs v0.2.3 |
787 | 2024-07-10T18:52:21.692Z | Downloaded parking_lot_core v0.8.6 |
788 | 2024-07-10T18:52:21.695Z | Downloaded owo-colors v4.0.0 |
789 | 2024-07-10T18:52:21.698Z | Downloaded packed_struct_codegen v0.10.1 |
790 | 2024-07-10T18:52:21.700Z | Downloaded crc-catalog v2.4.0 |
791 | 2024-07-10T18:52:21.700Z | Downloaded option-ext v0.2.0 |
792 | 2024-07-10T18:52:21.703Z | Downloaded oso-derive v0.27.3 |
793 | 2024-07-10T18:52:21.703Z | Downloaded const_format_proc_macros v0.2.32 |
794 | 2024-07-10T18:52:21.706Z | Downloaded number_prefix v0.4.0 |
795 | 2024-07-10T18:52:21.706Z | Downloaded parse-size v1.0.0 |
796 | 2024-07-10T18:52:21.706Z | Downloaded opaque-debug v0.3.1 |
797 | 2024-07-10T18:52:21.708Z | Downloaded castaway v0.2.2 |
798 | 2024-07-10T18:52:21.708Z | Downloaded convert_case v0.4.0 |
799 | 2024-07-10T18:52:21.711Z | Downloaded colored v2.1.0 |
800 | 2024-07-10T18:52:21.711Z | Downloaded chacha20 v0.9.1 |
801 | 2024-07-10T18:52:21.713Z | Downloaded path-slash v0.1.5 |
802 | 2024-07-10T18:52:21.716Z | Downloaded newline-converter v0.3.0 |
803 | 2024-07-10T18:52:21.716Z | Downloaded nanorand v0.7.0 |
804 | 2024-07-10T18:52:21.718Z | Downloaded managed v0.8.0 |
805 | 2024-07-10T18:52:21.720Z | Downloaded ctr v0.9.2 |
806 | 2024-07-10T18:52:21.725Z | Downloaded password-hash v0.4.2 |
807 | 2024-07-10T18:52:21.725Z | Downloaded secrecy v0.8.0 |
808 | 2024-07-10T18:52:21.728Z | Downloaded lru-cache v0.1.2 |
809 | 2024-07-10T18:52:21.728Z | Downloaded async-recursion v1.1.1 |
810 | 2024-07-10T18:52:21.730Z | Downloaded backoff v0.4.0 |
811 | 2024-07-10T18:52:21.732Z | Downloaded bcs v0.1.6 |
812 | 2024-07-10T18:52:21.735Z | Downloaded mockall_derive v0.12.1 |
813 | 2024-07-10T18:52:21.738Z | Downloaded signature v2.2.0 |
814 | 2024-07-10T18:52:21.738Z | Downloaded num-integer v0.1.46 |
815 | 2024-07-10T18:52:21.740Z | Downloaded md-5 v0.10.6 |
816 | 2024-07-10T18:52:21.740Z | Downloaded lazy_static v1.5.0 |
817 | 2024-07-10T18:52:21.743Z | Downloaded stability v0.2.0 |
818 | 2024-07-10T18:52:21.745Z | Downloaded oso v0.27.3 |
819 | 2024-07-10T18:52:21.748Z | Downloaded num-rational v0.4.2 |
820 | 2024-07-10T18:52:21.748Z | Downloaded csv-core v0.1.11 |
821 | 2024-07-10T18:52:21.750Z | Downloaded bitflags v1.3.2 |
822 | 2024-07-10T18:52:21.753Z | Downloaded ciborium v0.2.2 |
823 | 2024-07-10T18:52:21.755Z | Downloaded nibble_vec v0.1.0 |
824 | 2024-07-10T18:52:21.758Z | Downloaded newtype-uuid v1.1.0 |
825 | 2024-07-10T18:52:21.758Z | Downloaded libefi-sys v0.1.0 |
826 | 2024-07-10T18:52:21.761Z | Downloaded cancel-safe-futures v0.1.5 |
827 | 2024-07-10T18:52:21.763Z | Downloaded memmap2 v0.9.4 |
828 | 2024-07-10T18:52:21.766Z | Downloaded packed_struct v0.10.1 |
829 | 2024-07-10T18:52:21.766Z | Downloaded bzip2 v0.4.4 |
830 | 2024-07-10T18:52:21.768Z | Downloaded keccak v0.1.5 |
831 | 2024-07-10T18:52:21.768Z | Downloaded block-padding v0.3.3 |
832 | 2024-07-10T18:52:21.770Z | Downloaded impl-trait-for-tuples v0.2.2 |
833 | 2024-07-10T18:52:21.774Z | Downloaded pbkdf2 v0.11.0 |
834 | 2024-07-10T18:52:21.777Z | Downloaded diesel_table_macro_syntax v0.1.0 |
835 | 2024-07-10T18:52:21.777Z | Downloaded parse-display v0.9.1 |
836 | 2024-07-10T18:52:21.777Z | Downloaded libloading v0.8.3 |
837 | 2024-07-10T18:52:21.779Z | Downloaded escape8259 v0.5.2 |
838 | 2024-07-10T18:52:21.782Z | Downloaded threadpool v1.8.1 |
839 | 2024-07-10T18:52:21.782Z | Downloaded signature v1.6.4 |
840 | 2024-07-10T18:52:21.784Z | Downloaded cookie_store v0.20.0 |
841 | 2024-07-10T18:52:21.784Z | Downloaded rpassword v7.3.1 |
842 | 2024-07-10T18:52:21.787Z | Downloaded cookie v0.17.0 |
843 | 2024-07-10T18:52:21.789Z | Downloaded addr2line v0.21.0 |
844 | 2024-07-10T18:52:21.791Z | Downloaded multer v3.1.0 |
845 | 2024-07-10T18:52:21.795Z | Downloaded mime_guess v2.0.4 |
846 | 2024-07-10T18:52:21.800Z | Downloaded unicode-xid v0.2.4 |
847 | 2024-07-10T18:52:21.800Z | Downloaded unicode-truncate v1.0.0 |
848 | 2024-07-10T18:52:21.800Z | Downloaded slog-scope v4.4.0 |
849 | 2024-07-10T18:52:21.802Z | Downloaded base64ct v1.6.0 |
850 | 2024-07-10T18:52:21.802Z | Downloaded console v0.15.8 |
851 | 2024-07-10T18:52:21.805Z | Downloaded termcolor v1.4.1 |
852 | 2024-07-10T18:52:21.808Z | Downloaded structmeta-derive v0.3.0 |
853 | 2024-07-10T18:52:21.808Z | Downloaded stable_deref_trait v1.2.0 |
854 | 2024-07-10T18:52:21.808Z | Downloaded inout v0.1.3 |
855 | 2024-07-10T18:52:21.810Z | Downloaded wyz v0.5.1 |
856 | 2024-07-10T18:52:21.810Z | Downloaded supports-color v3.0.0 |
857 | 2024-07-10T18:52:21.816Z | Downloaded shell-words v1.1.0 |
858 | 2024-07-10T18:52:21.816Z | Downloaded yansi v0.5.1 |
859 | 2024-07-10T18:52:21.819Z | Downloaded ascii-canvas v3.0.0 |
860 | 2024-07-10T18:52:21.819Z | Downloaded arrayvec v0.7.4 |
861 | 2024-07-10T18:52:21.819Z | Downloaded const-oid v0.9.6 |
862 | 2024-07-10T18:52:21.821Z | Downloaded dirs v5.0.1 |
863 | 2024-07-10T18:52:21.821Z | Downloaded parking_lot v0.11.2 |
864 | 2024-07-10T18:52:21.825Z | Downloaded nu-ansi-term v0.50.0 |
865 | 2024-07-10T18:52:21.827Z | Downloaded num-complex v0.4.6 |
866 | 2024-07-10T18:52:21.827Z | Downloaded clang-sys v1.7.0 |
867 | 2024-07-10T18:52:21.830Z | Downloaded glob v0.3.1 |
868 | 2024-07-10T18:52:21.833Z | Downloaded password-hash v0.5.0 |
869 | 2024-07-10T18:52:21.835Z | Downloaded enum-as-inner v0.5.1 |
870 | 2024-07-10T18:52:21.835Z | Downloaded iana-time-zone v0.1.60 |
871 | 2024-07-10T18:52:21.838Z | Downloaded tower-layer v0.3.2 |
872 | 2024-07-10T18:52:21.840Z | Downloaded dhcproto-macros v0.1.0 |
873 | 2024-07-10T18:52:21.840Z | Downloaded blake2 v0.10.6 |
874 | 2024-07-10T18:52:21.843Z | Downloaded home v0.5.9 |
875 | 2024-07-10T18:52:21.843Z | Downloaded peg v0.8.3 |
876 | 2024-07-10T18:52:21.846Z | Downloaded crossbeam-epoch v0.9.18 |
877 | 2024-07-10T18:52:21.850Z | Downloaded fragile v2.0.0 |
878 | 2024-07-10T18:52:21.852Z | Downloaded quick-error v1.2.3 |
879 | 2024-07-10T18:52:21.853Z | Downloaded precomputed-hash v0.1.1 |
880 | 2024-07-10T18:52:21.855Z | Downloaded portpicker v0.1.1 |
881 | 2024-07-10T18:52:21.855Z | Downloaded peg-runtime v0.8.3 |
882 | 2024-07-10T18:52:21.855Z | Downloaded base64 v0.13.1 |
883 | 2024-07-10T18:52:21.858Z | Downloaded fxhash v0.2.1 |
884 | 2024-07-10T18:52:21.860Z | Downloaded arc-swap v1.7.1 |
885 | 2024-07-10T18:52:21.863Z | Downloaded tiny-keccak v2.0.2 |
886 | 2024-07-10T18:52:21.866Z | Downloaded highway v1.1.0 |
887 | 2024-07-10T18:52:21.869Z | Downloaded psl-types v2.0.11 |
888 | 2024-07-10T18:52:21.869Z | Downloaded hash32 v0.3.1 |
889 | 2024-07-10T18:52:21.869Z | Downloaded erased-serde v0.3.31 |
890 | 2024-07-10T18:52:21.872Z | Downloaded allocator-api2 v0.2.18 |
891 | 2024-07-10T18:52:21.874Z | Downloaded funty v2.0.0 |
892 | 2024-07-10T18:52:21.879Z | Downloaded guppy-workspace-hack v0.1.0 |
893 | 2024-07-10T18:52:21.879Z | Downloaded cookie v0.18.1 |
894 | 2024-07-10T18:52:21.887Z | Downloaded subtle v2.5.0 |
895 | 2024-07-10T18:52:21.890Z | Downloaded serde-big-array v0.5.1 |
896 | 2024-07-10T18:52:21.892Z | Downloaded smallvec v0.6.14 |
897 | 2024-07-10T18:52:21.892Z | Downloaded slog-stdlog v4.1.1 |
898 | 2024-07-10T18:52:21.895Z | Downloaded slog-envlogger v2.2.0 |
899 | 2024-07-10T18:52:21.897Z | Downloaded crc-any v2.5.0 |
900 | 2024-07-10T18:52:21.897Z | Downloaded compact_str v0.7.1 |
901 | 2024-07-10T18:52:21.900Z | Downloaded blake2b_simd v1.0.2 |
902 | 2024-07-10T18:52:21.903Z | Downloaded env_logger v0.9.3 |
903 | 2024-07-10T18:52:21.905Z | Downloaded slog-dtrace v0.3.0 |
904 | 2024-07-10T18:52:21.907Z | Downloaded cfg-expr v0.15.8 |
905 | 2024-07-10T18:52:21.910Z | Downloaded serde-big-array v0.4.1 |
906 | 2024-07-10T18:52:21.910Z | Downloaded structmeta v0.2.0 |
907 | 2024-07-10T18:52:21.913Z | Downloaded peg-macros v0.8.3 |
908 | 2024-07-10T18:52:21.913Z | Downloaded signal-hook-mio v0.2.3 |
909 | 2024-07-10T18:52:21.916Z | Downloaded serde_plain v1.0.2 |
910 | 2024-07-10T18:52:21.916Z | Downloaded yasna v0.5.2 |
911 | 2024-07-10T18:52:21.918Z | Downloaded tempfile v3.10.1 |
912 | 2024-07-10T18:52:21.921Z | Downloaded zeroize_derive v1.4.2 |
913 | 2024-07-10T18:52:21.921Z | Downloaded either v1.12.0 |
914 | 2024-07-10T18:52:21.923Z | Downloaded untrusted v0.9.0 |
915 | 2024-07-10T18:52:21.926Z | Downloaded postgres-types v0.2.6 |
916 | 2024-07-10T18:52:21.926Z | Downloaded ed25519 v2.2.3 |
917 | 2024-07-10T18:52:21.929Z | Downloaded predicates v3.1.0 |
918 | 2024-07-10T18:52:21.931Z | Downloaded zone_cfg_derive v0.1.2 |
919 | 2024-07-10T18:52:21.933Z | Downloaded ppv-lite86 v0.2.17 |
920 | 2024-07-10T18:52:21.933Z | Downloaded postgres-protocol v0.6.6 |
921 | 2024-07-10T18:52:21.936Z | Downloaded semver v0.1.20 |
922 | 2024-07-10T18:52:21.936Z | Downloaded pkcs8 v0.10.2 |
923 | 2024-07-10T18:52:21.939Z | Downloaded toml v0.5.11 |
924 | 2024-07-10T18:52:21.941Z | Downloaded ref-cast v1.0.23 |
925 | 2024-07-10T18:52:21.944Z | Downloaded rstest v0.19.0 |
926 | 2024-07-10T18:52:21.949Z | Downloaded pretty-hex v0.2.1 |
927 | 2024-07-10T18:52:21.952Z | Downloaded hex-literal v0.4.1 |
928 | 2024-07-10T18:52:21.952Z | Downloaded hyper-staticfile v0.9.5 |
929 | 2024-07-10T18:52:21.954Z | Downloaded hex v0.4.3 |
930 | 2024-07-10T18:52:21.956Z | Downloaded p256 v0.13.2 |
931 | 2024-07-10T18:52:21.961Z | Downloaded rusty-fork v0.3.0 |
932 | 2024-07-10T18:52:21.963Z | Downloaded serde_path_to_error v0.1.16 |
933 | 2024-07-10T18:52:21.963Z | Downloaded sec1 v0.7.3 |
934 | 2024-07-10T18:52:21.963Z | Downloaded diff v0.1.13 |
935 | 2024-07-10T18:52:21.966Z | Downloaded derive_more v0.99.18 |
936 | 2024-07-10T18:52:21.971Z | Downloaded waitgroup v0.1.2 |
937 | 2024-07-10T18:52:21.984Z | Downloaded strum_macros v0.24.3 |
938 | 2024-07-10T18:52:21.984Z | Downloaded structmeta-derive v0.2.0 |
939 | 2024-07-10T18:52:21.984Z | Downloaded smf v0.2.3 |
940 | 2024-07-10T18:52:21.984Z | Downloaded env_logger v0.10.2 |
941 | 2024-07-10T18:52:21.984Z | Downloaded tokio-rustls v0.24.1 |
942 | 2024-07-10T18:52:21.984Z | Downloaded smawk v0.3.2 |
943 | 2024-07-10T18:52:21.984Z | Downloaded zerocopy v0.6.6 |
944 | 2024-07-10T18:52:21.987Z | Downloaded tracing-attributes v0.1.27 |
945 | 2024-07-10T18:52:21.990Z | Downloaded tui-tree-widget v0.21.0 |
946 | 2024-07-10T18:52:21.990Z | Downloaded fastrand v2.1.0 |
947 | 2024-07-10T18:52:21.992Z | Downloaded ecdsa v0.16.9 |
948 | 2024-07-10T18:52:21.995Z | Downloaded flagset v0.4.5 |
949 | 2024-07-10T18:52:21.995Z | Downloaded gethostname v0.4.3 |
950 | 2024-07-10T18:52:21.998Z | Downloaded dirs-sys v0.4.1 |
951 | 2024-07-10T18:52:21.998Z | Downloaded getopts v0.2.21 |
952 | 2024-07-10T18:52:22.000Z | Downloaded der_derive v0.7.2 |
953 | 2024-07-10T18:52:22.000Z | Downloaded zeroize v1.7.0 |
954 | 2024-07-10T18:52:22.003Z | Downloaded omicron-zone-package v0.11.0 |
955 | 2024-07-10T18:52:22.006Z | Downloaded hmac v0.12.1 |
956 | 2024-07-10T18:52:22.009Z | Downloaded const_format v0.2.32 |
957 | 2024-07-10T18:52:22.011Z | Downloaded rustls-pki-types v1.7.0 |
958 | 2024-07-10T18:52:22.013Z | Downloaded humantime v2.1.0 |
959 | 2024-07-10T18:52:22.016Z | Downloaded fixedbitset v0.4.2 |
960 | 2024-07-10T18:52:22.016Z | Downloaded ena v0.14.3 |
961 | 2024-07-10T18:52:22.019Z | Downloaded tungstenite v0.20.1 |
962 | 2024-07-10T18:52:22.022Z | Downloaded heck v0.3.3 |
963 | 2024-07-10T18:52:22.022Z | Downloaded minimal-lexical v0.2.1 |
964 | 2024-07-10T18:52:22.025Z | Downloaded indicatif v0.17.8 |
965 | 2024-07-10T18:52:22.030Z | Downloaded hyper-rustls v0.26.0 |
966 | 2024-07-10T18:52:22.032Z | Downloaded serde_repr v0.1.19 |
967 | 2024-07-10T18:52:22.035Z | Downloaded crypto-bigint v0.5.5 |
968 | 2024-07-10T18:52:22.040Z | Downloaded darling_macro v0.20.9 |
969 | 2024-07-10T18:52:22.043Z | Downloaded target-spec v3.1.0 |
970 | 2024-07-10T18:52:22.043Z | Downloaded stringprep v0.1.4 |
971 | 2024-07-10T18:52:22.046Z | Downloaded static_assertions v1.1.0 |
972 | 2024-07-10T18:52:22.049Z | Downloaded tokio-tungstenite v0.20.1 |
973 | 2024-07-10T18:52:22.052Z | Downloaded rustc_version v0.4.0 |
974 | 2024-07-10T18:52:22.052Z | Downloaded sqlformat v0.2.3 |
975 | 2024-07-10T18:52:22.052Z | Downloaded num-traits v0.2.19 |
976 | 2024-07-10T18:52:22.055Z | Downloaded subprocess v0.2.9 |
977 | 2024-07-10T18:52:22.060Z | Downloaded http-range v0.1.5 |
978 | 2024-07-10T18:52:22.060Z | Downloaded textwrap v0.16.1 |
979 | 2024-07-10T18:52:22.063Z | Downloaded http-body v1.0.0 |
980 | 2024-07-10T18:52:22.063Z | Downloaded base64 v0.22.1 |
981 | 2024-07-10T18:52:22.066Z | Downloaded endian-type v0.1.2 |
982 | 2024-07-10T18:52:22.068Z | Downloaded defmt-parser v0.3.4 |
983 | 2024-07-10T18:52:22.068Z | Downloaded tokio-stream v0.1.15 |
984 | 2024-07-10T18:52:22.071Z | Downloaded getrandom v0.1.16 |
985 | 2024-07-10T18:52:22.073Z | Downloaded zone v0.1.8 |
986 | 2024-07-10T18:52:22.077Z | Downloaded phf_shared v0.10.0 |
987 | 2024-07-10T18:52:22.077Z | Downloaded defmt v0.3.8 |
988 | 2024-07-10T18:52:22.079Z | Downloaded dhcproto v0.11.0 |
989 | 2024-07-10T18:52:22.082Z | Downloaded r2d2 v0.8.10 |
990 | 2024-07-10T18:52:22.084Z | Downloaded postcard v1.0.8 |
991 | 2024-07-10T18:52:22.087Z | Downloaded derive_builder_macro v0.20.0 |
992 | 2024-07-10T18:52:22.089Z | Downloaded pkcs1 v0.7.5 |
993 | 2024-07-10T18:52:22.090Z | Downloaded ghash v0.5.1 |
994 | 2024-07-10T18:52:22.093Z | Downloaded ron v0.7.1 |
995 | 2024-07-10T18:52:22.096Z | Downloaded unicode_categories v0.1.1 |
996 | 2024-07-10T18:52:22.098Z | Downloaded sqlparser_derive v0.2.2 |
997 | 2024-07-10T18:52:22.098Z | Downloaded termtree v0.4.1 |
998 | 2024-07-10T18:52:22.101Z | Downloaded num-bigint-dig v0.8.4 |
999 | 2024-07-10T18:52:22.105Z | Downloaded same-file v1.0.6 |
1000 | 2024-07-10T18:52:22.107Z | Downloaded hubpack_derive v0.1.1 |
1001 | 2024-07-10T18:52:22.107Z | Downloaded rustls-pemfile v2.1.2 |
1002 | 2024-07-10T18:52:22.110Z | Downloaded hubpack v0.1.2 |
1003 | 2024-07-10T18:52:22.110Z | Downloaded doc-comment v0.3.3 |
1004 | 2024-07-10T18:52:22.112Z | Downloaded itertools v0.13.0 |
1005 | 2024-07-10T18:52:22.117Z | Downloaded trust-dns-resolver v0.22.0 |
1006 | 2024-07-10T18:52:22.121Z | Downloaded unicode-linebreak v0.1.5 |
1007 | 2024-07-10T18:52:22.124Z | Downloaded target-lexicon v0.12.14 |
1008 | 2024-07-10T18:52:22.127Z | Downloaded trybuild v1.0.96 |
1009 | 2024-07-10T18:52:22.132Z | Downloaded uuid v1.9.1 |
1010 | 2024-07-10T18:52:22.134Z | Downloaded schemars_derive v0.8.21 |
1011 | 2024-07-10T18:52:22.135Z | Downloaded defmt-macros v0.3.9 |
1012 | 2024-07-10T18:52:22.137Z | Downloaded rand_chacha v0.3.1 |
1013 | 2024-07-10T18:52:22.140Z | Downloaded thiserror-impl-no-std v2.0.2 |
1014 | 2024-07-10T18:52:22.140Z | Downloaded float-ord v0.3.2 |
1015 | 2024-07-10T18:52:22.143Z | Downloaded unarray v0.1.4 |
1016 | 2024-07-10T18:52:22.143Z | Downloaded walkdir v2.5.0 |
1017 | 2024-07-10T18:52:22.146Z | Downloaded radium v0.7.0 |
1018 | 2024-07-10T18:52:22.146Z | Downloaded publicsuffix v2.2.3 |
1019 | 2024-07-10T18:52:22.149Z | Downloaded itertools v0.10.5 |
1020 | 2024-07-10T18:52:22.152Z | Downloaded group v0.13.0 |
1021 | 2024-07-10T18:52:22.155Z | Downloaded hyper-util v0.1.3 |
1022 | 2024-07-10T18:52:22.158Z | Downloaded ron v0.8.1 |
1023 | 2024-07-10T18:52:22.163Z | Downloaded rsa v0.9.6 |
1024 | 2024-07-10T18:52:22.167Z | Downloaded russh-cryptovec v0.7.2 |
1025 | 2024-07-10T18:52:22.170Z | Downloaded float-cmp v0.9.0 |
1026 | 2024-07-10T18:52:22.170Z | Downloaded plotters-svg v0.3.5 |
1027 | 2024-07-10T18:52:22.172Z | Downloaded termios v0.3.3 |
1028 | 2024-07-10T18:52:22.172Z | Downloaded data-encoding v2.6.0 |
1029 | 2024-07-10T18:52:22.175Z | Downloaded poly1305 v0.8.0 |
1030 | 2024-07-10T18:52:22.177Z | Downloaded hyper-rustls v0.24.2 |
1031 | 2024-07-10T18:52:22.180Z | Downloaded rfc6979 v0.4.0 |
1032 | 2024-07-10T18:52:22.180Z | Downloaded rcgen v0.12.1 |
1033 | 2024-07-10T18:52:22.182Z | Downloaded fallible-iterator v0.2.0 |
1034 | 2024-07-10T18:52:22.185Z | Downloaded resolv-conf v0.7.0 |
1035 | 2024-07-10T18:52:22.185Z | Downloaded whoami v1.5.1 |
1036 | 2024-07-10T18:52:22.188Z | Downloaded criterion v0.5.1 |
1037 | 2024-07-10T18:52:22.193Z | Downloaded thiserror-no-std v2.0.2 |
1038 | 2024-07-10T18:52:22.198Z | Downloaded foreign-types-macros v0.2.3 |
1039 | 2024-07-10T18:52:22.201Z | Downloaded trust-dns-client v0.22.0 |
1040 | 2024-07-10T18:52:22.203Z | Downloaded tls_codec v0.4.1 |
1041 | 2024-07-10T18:52:22.206Z | Downloaded sigpipe v0.1.3 |
1042 | 2024-07-10T18:52:22.206Z | Downloaded tap v1.0.1 |
1043 | 2024-07-10T18:52:22.208Z | Downloaded datatest-stable v0.2.9 |
1044 | 2024-07-10T18:52:22.208Z | Downloaded derive-where v1.2.7 |
1045 | 2024-07-10T18:52:22.212Z | Downloaded similar-asserts v1.5.0 |
1046 | 2024-07-10T18:52:22.214Z | Downloaded rand_core v0.5.1 |
1047 | 2024-07-10T18:52:22.217Z | Downloaded elliptic-curve v0.13.8 |
1048 | 2024-07-10T18:52:22.219Z | Downloaded vte_generate_state_changes v0.1.1 |
1049 | 2024-07-10T18:52:22.219Z | Downloaded untrusted v0.7.1 |
1050 | 2024-07-10T18:52:22.222Z | Downloaded rand_chacha v0.2.2 |
1051 | 2024-07-10T18:52:22.222Z | Downloaded globset v0.4.14 |
1052 | 2024-07-10T18:52:22.225Z | Downloaded tabwriter v1.4.0 |
1053 | 2024-07-10T18:52:22.225Z | Downloaded unicode-segmentation v1.11.0 |
1054 | 2024-07-10T18:52:22.227Z | Downloaded primeorder v0.13.6 |
1055 | 2024-07-10T18:52:22.230Z | Downloaded pin-project v1.1.5 |
1056 | 2024-07-10T18:52:22.239Z | Downloaded headers-core v0.2.0 |
1057 | 2024-07-10T18:52:22.241Z | Downloaded foreign-types v0.5.0 |
1058 | 2024-07-10T18:52:22.241Z | Downloaded hash32 v0.2.1 |
1059 | 2024-07-10T18:52:22.244Z | Downloaded httptest v0.15.5 |
1060 | 2024-07-10T18:52:22.244Z | Downloaded libxml v0.3.3 |
1061 | 2024-07-10T18:52:22.249Z | Downloaded rustls-native-certs v0.7.0 |
1062 | 2024-07-10T18:52:22.251Z | Downloaded strum_macros v0.25.3 |
1063 | 2024-07-10T18:52:22.254Z | Downloaded string_cache v0.8.7 |
1064 | 2024-07-10T18:52:22.257Z | Downloaded structmeta v0.3.0 |
1065 | 2024-07-10T18:52:22.257Z | Downloaded tls_codec_derive v0.4.1 |
1066 | 2024-07-10T18:52:22.257Z | Downloaded hostname v0.4.0 |
1067 | 2024-07-10T18:52:22.260Z | Downloaded tokio-postgres v0.7.10 |
1068 | 2024-07-10T18:52:22.263Z | Downloaded crossterm v0.27.0 |
1069 | 2024-07-10T18:52:22.268Z | Downloaded libm v0.2.8 |
1070 | 2024-07-10T18:52:22.276Z | Downloaded dyn-clone v1.0.17 |
1071 | 2024-07-10T18:52:22.278Z | Downloaded phf_shared v0.11.2 |
1072 | 2024-07-10T18:52:22.278Z | Downloaded foreign-types-shared v0.3.1 |
1073 | 2024-07-10T18:52:22.282Z | Downloaded display-error-chain v0.2.0 |
1074 | 2024-07-10T18:52:22.282Z | Downloaded sha1 v0.10.6 |
1075 | 2024-07-10T18:52:22.284Z | Downloaded rustfmt-wrapper v0.2.1 |
1076 | 2024-07-10T18:52:22.284Z | Downloaded p521 v0.13.3 |
1077 | 2024-07-10T18:52:22.287Z | Downloaded rand_core v0.6.4 |
1078 | 2024-07-10T18:52:22.289Z | Downloaded rustc-hash v1.1.0 |
1079 | 2024-07-10T18:52:22.289Z | Downloaded rayon-core v1.12.1 |
1080 | 2024-07-10T18:52:22.292Z | Downloaded embedded-io v0.4.0 |
1081 | 2024-07-10T18:52:22.294Z | Downloaded uzers v0.11.3 |
1082 | 2024-07-10T18:52:22.300Z | Downloaded futures-timer v3.0.3 |
1083 | 2024-07-10T18:52:22.300Z | Downloaded rand_seeder v0.2.3 |
1084 | 2024-07-10T18:52:22.302Z | Downloaded pem v3.0.4 |
1085 | 2024-07-10T18:52:22.302Z | Downloaded scheduled-thread-pool v0.2.7 |
1086 | 2024-07-10T18:52:22.302Z | Downloaded phf v0.11.2 |
1087 | 2024-07-10T18:52:22.302Z | Downloaded headers v0.3.9 |
1088 | 2024-07-10T18:52:22.306Z | Downloaded toolchain_find v0.4.0 |
1089 | 2024-07-10T18:52:22.309Z | Downloaded half v2.4.1 |
1090 | 2024-07-10T18:52:22.311Z | Downloaded tokio-tungstenite v0.21.0 |
1091 | 2024-07-10T18:52:22.315Z | Downloaded signal-hook-tokio v0.3.1 |
1092 | 2024-07-10T18:52:22.315Z | Downloaded ff v0.13.0 |
1093 | 2024-07-10T18:52:22.315Z | Downloaded socket2 v0.4.10 |
1094 | 2024-07-10T18:52:22.318Z | Downloaded vte v0.11.1 |
1095 | 2024-07-10T18:52:22.321Z | Downloaded strip-ansi-escapes v0.2.0 |
1096 | 2024-07-10T18:52:22.322Z | Downloaded russh-keys v0.43.0 |
1097 | 2024-07-10T18:52:22.324Z | Downloaded rustc_version v0.1.7 |
1098 | 2024-07-10T18:52:22.324Z | Downloaded debug-ignore v1.0.5 |
1099 | 2024-07-10T18:52:22.324Z | Downloaded topological-sort v0.2.2 |
1100 | 2024-07-10T18:52:22.324Z | Downloaded shlex v1.3.0 |
1101 | 2024-07-10T18:52:22.327Z | Downloaded similar v2.5.0 |
1102 | 2024-07-10T18:52:22.330Z | Downloaded relative-path v1.9.3 |
1103 | 2024-07-10T18:52:22.332Z | Downloaded unicase v2.7.0 |
1104 | 2024-07-10T18:52:22.332Z | Downloaded vsss-rs v3.3.4 |
1105 | 2024-07-10T18:52:22.335Z | Downloaded sct v0.7.1 |
1106 | 2024-07-10T18:52:22.337Z | Downloaded pretty_assertions v1.4.0 |
1107 | 2024-07-10T18:52:22.340Z | Downloaded hashbrown v0.12.3 |
1108 | 2024-07-10T18:52:22.343Z | Downloaded fd-lock v4.0.2 |
1109 | 2024-07-10T18:52:22.346Z | Downloaded wait-timeout v0.2.0 |
1110 | 2024-07-10T18:52:22.348Z | Downloaded diesel_derives v2.1.4 |
1111 | 2024-07-10T18:52:22.350Z | Downloaded aes-gcm v0.10.3 |
1112 | 2024-07-10T18:52:22.353Z | Downloaded getrandom v0.2.14 |
1113 | 2024-07-10T18:52:22.356Z | Downloaded snafu-derive v0.8.2 |
1114 | 2024-07-10T18:52:22.358Z | Downloaded fatfs v0.3.6 |
1115 | 2024-07-10T18:52:22.361Z | Downloaded serde-hex v0.1.0 |
1116 | 2024-07-10T18:52:22.363Z | Downloaded derive_builder v0.20.0 |
1117 | 2024-07-10T18:52:22.366Z | Downloaded salty v0.2.0 |
1118 | 2024-07-10T18:52:22.370Z | Downloaded universal-hash v0.5.1 |
1119 | 2024-07-10T18:52:22.373Z | Downloaded derive_builder_core v0.20.0 |
1120 | 2024-07-10T18:52:22.376Z | Downloaded der v0.7.9 |
1121 | 2024-07-10T18:52:22.378Z | Downloaded heapless v0.8.0 |
1122 | 2024-07-10T18:52:22.381Z | Downloaded pin-project-internal v1.1.5 |
1123 | 2024-07-10T18:52:22.384Z | Downloaded unsafe-libyaml v0.2.11 |
1124 | 2024-07-10T18:52:22.387Z | Downloaded typed-path v0.7.1 |
1125 | 2024-07-10T18:52:22.392Z | Downloaded rand_distr v0.4.3 |
1126 | 2024-07-10T18:52:22.396Z | Downloaded samael v0.0.15 |
1127 | 2024-07-10T18:52:22.399Z | Downloaded pem-rfc7468 v0.7.0 |
1128 | 2024-07-10T18:52:22.402Z | Downloaded rand_xorshift v0.3.0 |
1129 | 2024-07-10T18:52:22.402Z | Downloaded serde_yaml v0.9.34+deprecated |
1130 | 2024-07-10T18:52:22.405Z | Downloaded expectorate v1.1.0 |
1131 | 2024-07-10T18:52:22.408Z | Downloaded aho-corasick v1.1.3 |
1132 | 2024-07-10T18:52:22.412Z | Downloaded regex-automata v0.1.10 |
1133 | 2024-07-10T18:52:22.417Z | Downloaded rstest_macros v0.19.0 |
1134 | 2024-07-10T18:52:22.420Z | Downloaded darling_core v0.20.9 |
1135 | 2024-07-10T18:52:22.423Z | Downloaded schemars v0.8.21 |
1136 | 2024-07-10T18:52:22.434Z | Downloaded rand v0.7.3 |
1137 | 2024-07-10T18:52:22.439Z | Downloaded heapless v0.7.17 |
1138 | 2024-07-10T18:52:22.442Z | Downloaded reedline v0.31.0 |
1139 | 2024-07-10T18:52:22.449Z | Downloaded snafu v0.8.2 |
1140 | 2024-07-10T18:52:22.454Z | Downloaded signal-hook v0.3.17 |
1141 | 2024-07-10T18:52:22.457Z | Downloaded steno v0.4.1 |
1142 | 2024-07-10T18:52:22.461Z | Downloaded plotters v0.3.5 |
1143 | 2024-07-10T18:52:22.469Z | Downloaded russh v0.43.0 |
1144 | 2024-07-10T18:52:22.474Z | Downloaded rustyline v14.0.0 |
1145 | 2024-07-10T18:52:22.479Z | Downloaded winnow v0.5.40 |
1146 | 2024-07-10T18:52:22.487Z | Downloaded object v0.30.4 |
1147 | 2024-07-10T18:52:22.495Z | Downloaded tough v0.17.1 |
1148 | 2024-07-10T18:52:22.502Z | Downloaded quick-xml v0.31.0 |
1149 | 2024-07-10T18:52:22.508Z | Downloaded flume v0.11.0 |
1150 | 2024-07-10T18:52:22.511Z | Downloaded nix v0.27.1 |
1151 | 2024-07-10T18:52:22.521Z | Downloaded http v1.1.0 |
1152 | 2024-07-10T18:52:22.524Z | Downloaded hashbrown v0.13.2 |
1153 | 2024-07-10T18:52:22.528Z | Downloaded guppy v0.17.5 |
1154 | 2024-07-10T18:52:22.534Z | Downloaded toml_edit v0.19.15 |
1155 | 2024-07-10T18:52:22.551Z | Downloaded rustls-webpki v0.101.7 |
1156 | 2024-07-10T18:52:22.562Z | Downloaded idna v0.2.3 |
1157 | 2024-07-10T18:52:22.568Z | Downloaded rustls-webpki v0.102.4 |
1158 | 2024-07-10T18:52:22.585Z | Downloaded object v0.32.2 |
1159 | 2024-07-10T18:52:22.594Z | Downloaded fancy-regex v0.13.0 |
1160 | 2024-07-10T18:52:22.597Z | Downloaded bindgen v0.69.4 |
1161 | 2024-07-10T18:52:22.603Z | Downloaded nix v0.28.0 |
1162 | 2024-07-10T18:52:22.614Z | Downloaded radix_trie v0.2.1 |
1163 | 2024-07-10T18:52:22.618Z | Downloaded polar-core v0.27.3 |
1164 | 2024-07-10T18:52:22.626Z | Downloaded rayon v1.10.0 |
1165 | 2024-07-10T18:52:22.634Z | Downloaded openapiv3 v2.0.0 |
1166 | 2024-07-10T18:52:22.645Z | Downloaded chrono v0.4.38 |
1167 | 2024-07-10T18:52:22.652Z | Downloaded sqlparser v0.45.0 |
1168 | 2024-07-10T18:52:22.657Z | Downloaded diesel v2.1.6 |
1169 | 2024-07-10T18:52:22.674Z | Downloaded bitvec v1.0.1 |
1170 | 2024-07-10T18:52:22.687Z | Downloaded hyper v1.3.1 |
1171 | 2024-07-10T18:52:22.693Z | Downloaded regex v1.10.5 |
1172 | 2024-07-10T18:52:22.705Z | Downloaded ratatui v0.27.0 |
1173 | 2024-07-10T18:52:22.722Z | Downloaded proptest v1.4.0 |
1174 | 2024-07-10T18:52:22.730Z | Downloaded hkdf v0.12.4 |
1175 | 2024-07-10T18:52:22.733Z | Downloaded lalrpop v0.19.12 |
1176 | 2024-07-10T18:52:22.743Z | Downloaded zerocopy-derive v0.6.6 |
1177 | 2024-07-10T18:52:22.753Z | Downloaded smoltcp v0.9.1 |
1178 | 2024-07-10T18:52:22.761Z | Downloaded webpki-roots v0.25.4 |
1179 | 2024-07-10T18:52:22.765Z | Downloaded smoltcp v0.11.0 |
1180 | 2024-07-10T18:52:22.776Z | Downloaded gimli v0.28.1 |
1181 | 2024-07-10T18:52:22.783Z | Downloaded regex-automata v0.4.6 |
1182 | 2024-07-10T18:52:22.799Z | Downloaded bstr v0.2.17 |
1183 | 2024-07-10T18:52:22.807Z | Downloaded finl_unicode v1.2.0 |
1184 | 2024-07-10T18:52:22.819Z | Downloaded sha3 v0.10.8 |
1185 | 2024-07-10T18:52:22.823Z | Downloaded rustls v0.21.12 |
1186 | 2024-07-10T18:52:22.833Z | Downloaded regress v0.9.1 |
1187 | 2024-07-10T18:52:22.841Z | Downloaded regex-syntax v0.6.29 |
1188 | 2024-07-10T18:52:22.847Z | Downloaded rustls v0.22.4 |
1189 | 2024-07-10T18:52:22.859Z | Downloaded trust-dns-proto v0.22.0 |
1190 | 2024-07-10T18:52:22.870Z | Downloaded regex-syntax v0.8.3 |
1191 | 2024-07-10T18:52:22.877Z | Downloaded sled v0.34.7 |
1192 | 2024-07-10T18:52:22.887Z | Downloaded bstr v1.9.1 |
1193 | 2024-07-10T18:52:22.896Z | Downloaded curve25519-dalek v4.1.3 |
1194 | 2024-07-10T18:52:22.904Z | Downloaded idna v0.3.0 |
1195 | 2024-07-10T18:52:22.910Z | Downloaded bzip2-sys v0.1.11+1.0.8 |
1196 | 2024-07-10T18:52:22.923Z | Downloaded portable-atomic v1.6.0 |
1197 | 2024-07-10T18:52:22.928Z | Downloaded blake3 v1.5.1 |
1198 | 2024-07-10T18:52:22.936Z | Downloaded serde_with v3.8.1 |
1199 | 2024-07-10T18:52:22.942Z | Downloaded petgraph v0.6.5 |
1200 | 2024-07-10T18:52:22.957Z | Downloaded toml v0.7.8 |
1201 | 2024-07-10T18:52:22.960Z | Downloaded csv v1.3.0 |
1202 | 2024-07-10T18:52:22.978Z | Downloaded prettyplease v0.2.20 |
1203 | 2024-07-10T18:52:22.981Z | Downloaded rand v0.8.5 |
1204 | 2024-07-10T18:52:22.984Z | Downloaded plotters-backend v0.3.5 |
1205 | 2024-07-10T18:52:22.986Z | Downloaded trust-dns-server v0.22.1 |
1206 | 2024-07-10T18:52:22.990Z | Downloaded nom v7.1.3 |
1207 | 2024-07-10T18:52:22.994Z | Downloaded itertools v0.12.1 |
1208 | 2024-07-10T18:52:23.001Z | Downloaded tinytemplate v1.2.1 |
1209 | 2024-07-10T18:52:23.004Z | Downloaded siphasher v0.3.11 |
1210 | 2024-07-10T18:52:23.004Z | Downloaded tower v0.4.13 |
1211 | 2024-07-10T18:52:23.011Z | Downloaded x509-cert v0.2.5 |
1212 | 2024-07-10T18:52:23.016Z | Downloaded downcast v0.11.0 |
1213 | 2024-07-10T18:52:23.019Z | Downloaded zip v0.6.6 |
1214 | 2024-07-10T18:52:23.021Z | Downloaded ed25519-dalek v2.1.1 |
1215 | 2024-07-10T18:52:23.024Z | Downloaded tungstenite v0.21.0 |
1216 | 2024-07-10T18:52:23.027Z | Downloaded num-bigint v0.4.5 |
1217 | 2024-07-10T18:52:23.030Z | Downloaded which v4.4.2 |
1218 | 2024-07-10T18:52:23.033Z | Downloaded test-strategy v0.3.1 |
1219 | 2024-07-10T18:52:23.036Z | Downloaded aes v0.8.4 |
1220 | 2024-07-10T18:52:23.038Z | Downloaded spki v0.7.3 |
1221 | 2024-07-10T18:52:23.043Z | Downloaded spin v0.5.2 |
1222 | 2024-07-10T18:52:23.043Z | Downloaded tokio-rustls v0.25.0 |
1223 | 2024-07-10T18:52:23.046Z | Downloaded serde_with_macros v3.8.1 |
1224 | 2024-07-10T18:52:23.046Z | Downloaded serde_derive_internals v0.29.1 |
1225 | 2024-07-10T18:52:23.046Z | Downloaded predicates-core v1.0.6 |
1226 | 2024-07-10T18:52:23.046Z | Downloaded proc-macro-crate v1.3.1 |
1227 | 2024-07-10T18:52:23.049Z | Downloaded predicates-tree v1.0.9 |
1228 | 2024-07-10T18:52:23.049Z | Downloaded rtoolbox v0.0.2 |
1229 | 2024-07-10T18:52:23.049Z | Downloaded ref-cast-impl v1.0.23 |
1230 | 2024-07-10T18:52:23.052Z | Downloaded rustc-demangle v0.1.24 |
1231 | 2024-07-10T18:52:23.053Z | Downloaded rust-argon2 v2.1.0 |
1232 | 2024-07-10T18:52:23.056Z | Downloaded polyval v0.6.2 |
1233 | 2024-07-10T18:52:23.056Z | Downloaded ed25519 v1.5.3 |
1234 | 2024-07-10T18:52:23.059Z | Downloaded utf-8 v0.7.6 |
1235 | 2024-07-10T18:52:23.059Z | Downloaded spin v0.9.8 |
1236 | 2024-07-10T18:52:23.062Z | Downloaded backtrace v0.3.71 |
1237 | 2024-07-10T18:52:23.065Z | Downloaded chacha20poly1305 v0.10.1 |
1238 | 2024-07-10T18:52:23.065Z | Downloaded difflib v0.4.0 |
1239 | 2024-07-10T18:52:23.068Z | Downloaded ahash v0.8.11 |
1240 | 2024-07-10T18:52:23.068Z | Downloaded async-trait v0.1.81 |
1241 | 2024-07-10T18:52:23.073Z | Downloaded argon2 v0.5.3 |
1242 | 2024-07-10T18:52:23.076Z | Downloaded ascii v1.1.0 |
1243 | 2024-07-10T18:52:23.076Z | Downloaded assert_cmd v2.0.14 |
1244 | 2024-07-10T18:52:23.076Z | Downloaded internet-checksum v0.2.1 |
1245 | 2024-07-10T18:52:23.079Z | Downloaded criterion-plot v0.5.0 |
1246 | 2024-07-10T18:52:23.079Z | Downloaded crc v3.2.1 |
1247 | 2024-07-10T18:52:23.083Z | Downloaded bitfield-struct v0.6.1 |
1248 | 2024-07-10T18:52:23.083Z | Downloaded partial-io v0.5.4 |
1249 | 2024-07-10T18:52:23.083Z | Downloaded mockall v0.12.1 |
1250 | 2024-07-10T18:52:23.087Z | Downloaded curve25519-dalek-derive v0.1.1 |
1251 | 2024-07-10T18:52:23.088Z | Downloaded cassowary v0.3.0 |
1252 | 2024-07-10T18:52:23.088Z | Downloaded camino-tempfile v1.1.1 |
1253 | 2024-07-10T18:52:23.091Z | Downloaded buf-list v1.0.3 |
1254 | 2024-07-10T18:52:23.092Z | Downloaded corncobs v0.1.3 |
1255 | 2024-07-10T18:52:23.092Z | Downloaded bitfield v0.14.0 |
1256 | 2024-07-10T18:52:23.095Z | Downloaded indoc v1.0.9 |
1257 | 2024-07-10T18:52:23.095Z | Downloaded ciborium-ll v0.2.2 |
1258 | 2024-07-10T18:52:23.099Z | Downloaded bcrypt-pbkdf v0.10.0 |
1259 | 2024-07-10T18:52:23.099Z | Downloaded assert_matches v1.5.0 |
1260 | 2024-07-10T18:52:23.099Z | Downloaded arrayref v0.3.7 |
1261 | 2024-07-10T18:52:23.099Z | Downloaded approx v0.5.1 |
1262 | 2024-07-10T18:52:23.103Z | Downloaded num-derive v0.4.2 |
1263 | 2024-07-10T18:52:23.103Z | Downloaded bit-vec v0.6.3 |
1264 | 2024-07-10T18:52:23.103Z | Downloaded lazycell v1.3.0 |
1265 | 2024-07-10T18:52:23.103Z | Downloaded lalrpop-util v0.19.12 |
1266 | 2024-07-10T18:52:23.106Z | Downloaded kstat-rs v0.2.4 |
1267 | 2024-07-10T18:52:23.142Z | Downloaded ring v0.16.20 |
1268 | 2024-07-10T18:52:23.276Z | Downloaded ring v0.17.8 |
1269 | 2024-07-10T18:52:23.938Z | Compiling serde v1.0.204 |
1270 | 2024-07-10T18:52:23.938Z | Checking cfg-if v1.0.0 |
1271 | 2024-07-10T18:52:24.002Z | Compiling libm v0.2.8 |
1272 | 2024-07-10T18:52:24.009Z | Compiling num-traits v0.2.19 |
1273 | 2024-07-10T18:52:24.023Z | Checking libc v0.2.155 |
1274 | 2024-07-10T18:52:24.042Z | Compiling syn v2.0.68 |
1275 | 2024-07-10T18:52:24.060Z | Compiling ahash v0.8.11 |
1276 | 2024-07-10T18:52:24.063Z | Compiling getrandom v0.2.14 |
1277 | 2024-07-10T18:52:24.064Z | Compiling serde_json v1.0.120 |
1278 | 2024-07-10T18:52:24.294Z | Compiling generic-array v0.14.7 |
1279 | 2024-07-10T18:52:24.401Z | Compiling log v0.4.21 |
1280 | 2024-07-10T18:52:24.439Z | Checking scopeguard v1.2.0 |
1281 | 2024-07-10T18:52:24.481Z | Checking memchr v2.7.2 |
1282 | 2024-07-10T18:52:24.502Z | Compiling syn v1.0.109 |
1283 | 2024-07-10T18:52:24.568Z | Checking lock_api v0.4.12 |
1284 | 2024-07-10T18:52:24.609Z | Checking itoa v1.0.11 |
1285 | 2024-07-10T18:52:24.717Z | Checking byteorder v1.5.0 |
1286 | 2024-07-10T18:52:24.804Z | Compiling allocator-api2 v0.2.18 |
1287 | 2024-07-10T18:52:24.990Z | Checking smallvec v1.13.2 |
1288 | 2024-07-10T18:52:25.126Z | Compiling schemars v0.8.21 |
1289 | 2024-07-10T18:52:25.319Z | Compiling ring v0.17.8 |
1290 | 2024-07-10T18:52:25.340Z | Compiling time-macros v0.2.18 |
1291 | 2024-07-10T18:52:25.359Z | Checking rand_core v0.6.4 |
1292 | 2024-07-10T18:52:25.471Z | Checking once_cell v1.19.0 |
1293 | 2024-07-10T18:52:25.574Z | Compiling slog v2.7.0 |
1294 | 2024-07-10T18:52:25.729Z | Checking parking_lot_core v0.9.10 |
1295 | 2024-07-10T18:52:25.847Z | Compiling aho-corasick v1.1.3 |
1296 | 2024-07-10T18:52:26.046Z | Checking parking_lot v0.12.2 |
1297 | 2024-07-10T18:52:26.284Z | Checking pin-project-lite v0.2.14 |
1298 | 2024-07-10T18:52:26.408Z | Compiling regex-syntax v0.8.3 |
1299 | 2024-07-10T18:52:28.598Z | Checking signal-hook-registry v1.4.2 |
1300 | 2024-07-10T18:52:28.778Z | Compiling crossbeam-utils v0.8.19 |
1301 | 2024-07-10T18:52:28.938Z | Checking mio v0.8.11 |
1302 | 2024-07-10T18:52:29.382Z | Compiling iana-time-zone v0.1.60 |
1303 | 2024-07-10T18:52:29.535Z | Checking num_cpus v1.16.0 |
1304 | 2024-07-10T18:52:29.642Z | Checking spin v0.9.8 |
1305 | 2024-07-10T18:52:29.826Z | Compiling regex-automata v0.4.6 |
1306 | 2024-07-10T18:52:29.956Z | Compiling rustls v0.21.12 |
1307 | 2024-07-10T18:52:30.596Z | Checking typenum v1.17.0 |
1308 | 2024-07-10T18:52:31.265Z | Compiling serde_derive_internals v0.29.1 |
1309 | 2024-07-10T18:52:31.588Z | Compiling cookie v0.17.0 |
1310 | 2024-07-10T18:52:31.848Z | Checking futures-core v0.3.30 |
1311 | 2024-07-10T18:52:31.880Z | Compiling dyn-clone v1.0.17 |
1312 | 2024-07-10T18:52:32.100Z | Checking socket2 v0.5.7 |
1313 | 2024-07-10T18:52:32.103Z | Compiling backtrace v0.3.71 |
1314 | 2024-07-10T18:52:32.519Z | Checking ryu v1.0.18 |
1315 | 2024-07-10T18:52:32.570Z | Checking subtle v2.5.0 |
1316 | 2024-07-10T18:52:32.736Z | Compiling anyhow v1.0.86 |
1317 | 2024-07-10T18:52:32.932Z | Compiling unicode-normalization v0.1.23 |
1318 | 2024-07-10T18:52:33.360Z | Compiling unicode-bidi v0.3.15 |
1319 | 2024-07-10T18:52:33.500Z | Checking futures-sink v0.3.30 |
1320 | 2024-07-10T18:52:33.888Z | Compiling either v1.12.0 |
1321 | 2024-07-10T18:52:33.958Z | Compiling untrusted v0.9.0 |
1322 | 2024-07-10T18:52:33.992Z | Checking futures-channel v0.3.30 |
1323 | 2024-07-10T18:52:34.050Z | Checking slab v0.4.9 |
1324 | 2024-07-10T18:52:34.266Z | Compiling winnow v0.5.40 |
1325 | 2024-07-10T18:52:34.301Z | Checking futures-task v0.3.30 |
1326 | 2024-07-10T18:52:34.345Z | Compiling const-oid v0.9.6 |
1327 | 2024-07-10T18:52:34.524Z | Checking futures-io v0.3.30 |
1328 | 2024-07-10T18:52:34.711Z | Checking pin-utils v0.1.0 |
1329 | 2024-07-10T18:52:34.803Z | Compiling time v0.3.36 |
1330 | 2024-07-10T18:52:36.406Z | Compiling regex v1.10.5 |
1331 | 2024-07-10T18:52:37.508Z | Compiling signal-hook v0.3.17 |
1332 | 2024-07-10T18:52:37.786Z | Compiling sct v0.7.1 |
1333 | 2024-07-10T18:52:38.036Z | Compiling rustls-webpki v0.101.7 |
1334 | 2024-07-10T18:52:38.039Z | Compiling idna v0.5.0 |
1335 | 2024-07-10T18:52:38.193Z | Compiling siphasher v0.3.11 |
1336 | 2024-07-10T18:52:38.571Z | Compiling idna v0.3.0 |
1337 | 2024-07-10T18:52:38.635Z | Compiling serde_derive v1.0.204 |
1338 | 2024-07-10T18:52:38.915Z | Compiling zerocopy-derive v0.7.34 |
1339 | 2024-07-10T18:52:39.602Z | Compiling zeroize_derive v1.4.2 |
1340 | 2024-07-10T18:52:39.627Z | Compiling thiserror-impl v1.0.60 |
1341 | 2024-07-10T18:52:40.012Z | Compiling tokio-macros v2.3.0 |
1342 | 2024-07-10T18:52:40.216Z | Compiling futures-macro v0.3.30 |
1343 | 2024-07-10T18:52:40.237Z | Compiling tracing-attributes v0.1.27 |
1344 | 2024-07-10T18:52:41.248Z | Compiling schemars_derive v0.8.21 |
1345 | 2024-07-10T18:52:41.267Z | Compiling zerocopy v0.7.34 |
1346 | 2024-07-10T18:52:41.760Z | Checking zeroize v1.7.0 |
1347 | 2024-07-10T18:52:42.042Z | Compiling openssl-macros v0.1.1 |
1348 | 2024-07-10T18:52:42.396Z | Compiling async-trait v0.1.81 |
1349 | 2024-07-10T18:52:43.070Z | Compiling thiserror v1.0.60 |
1350 | 2024-07-10T18:52:43.231Z | Compiling scroll_derive v0.12.0 |
1351 | 2024-07-10T18:52:43.577Z | Compiling hashbrown v0.14.5 |
1352 | 2024-07-10T18:52:43.602Z | Compiling pest v2.7.10 |
1353 | 2024-07-10T18:52:44.056Z | Compiling der_derive v0.7.2 |
1354 | 2024-07-10T18:52:44.241Z | Checking crypto-common v0.1.6 |
1355 | 2024-07-10T18:52:44.699Z | Compiling scroll v0.12.0 |
1356 | 2024-07-10T18:52:44.924Z | Compiling futures-util v0.3.30 |
1357 | 2024-07-10T18:52:45.165Z | Compiling goblin v0.8.2 |
1358 | 2024-07-10T18:52:45.937Z | Compiling tracing v0.1.40 |
1359 | 2024-07-10T18:52:46.043Z | Compiling pest_meta v2.7.10 |
1360 | 2024-07-10T18:52:46.496Z | Compiling clap_derive v4.5.4 |
1361 | 2024-07-10T18:52:46.728Z | Compiling block-buffer v0.10.4 |
1362 | 2024-07-10T18:52:46.979Z | Compiling digest v0.10.7 |
1363 | 2024-07-10T18:52:47.314Z | Compiling pest_generator v2.7.10 |
1364 | 2024-07-10T18:52:49.481Z | Compiling zerocopy-derive v0.6.6 |
1365 | 2024-07-10T18:52:50.596Z | Compiling url v2.5.0 |
1366 | 2024-07-10T18:52:51.411Z | Compiling pest_derive v2.7.10 |
1367 | 2024-07-10T18:52:51.685Z | Compiling psl-types v2.0.11 |
1368 | 2024-07-10T18:52:51.873Z | Compiling ppv-lite86 v0.2.17 |
1369 | 2024-07-10T18:52:52.181Z | Compiling dtrace-parser v0.2.0 |
1370 | 2024-07-10T18:52:52.521Z | Compiling publicsuffix v2.2.3 |
1371 | 2024-07-10T18:52:52.585Z | Compiling rand_chacha v0.3.1 |
1372 | 2024-07-10T18:52:52.622Z | Checking bytes v1.6.0 |
1373 | 2024-07-10T18:52:52.752Z | Checking bitflags v2.5.0 |
1374 | 2024-07-10T18:52:53.786Z | Compiling indexmap v2.2.6 |
1375 | 2024-07-10T18:52:54.409Z | Compiling semver v1.0.23 |
1376 | 2024-07-10T18:52:54.762Z | Compiling serde_tokenstream v0.2.1 |
1377 | 2024-07-10T18:52:54.864Z | Compiling uuid v1.9.1 |
1378 | 2024-07-10T18:52:54.913Z | Compiling chrono v0.4.38 |
1379 | 2024-07-10T18:52:55.183Z | Checking tokio v1.38.0 |
1380 | 2024-07-10T18:52:55.286Z | Compiling http v0.2.12 |
1381 | 2024-07-10T18:52:55.762Z | Compiling rustc_version v0.4.0 |
1382 | 2024-07-10T18:52:56.403Z | Compiling toml_datetime v0.6.6 |
1383 | 2024-07-10T18:52:56.574Z | Compiling serde_spanned v0.6.6 |
1384 | 2024-07-10T18:52:56.606Z | Compiling dof v0.3.0 |
1385 | 2024-07-10T18:52:56.778Z | Compiling rustix v0.38.34 |
1386 | 2024-07-10T18:52:56.895Z | Compiling openapiv3 v2.0.0 |
1387 | 2024-07-10T18:52:58.781Z | Compiling usdt-impl v0.5.0 |
1388 | 2024-07-10T18:52:58.946Z | Compiling toml_edit v0.19.15 |
1389 | 2024-07-10T18:52:59.850Z | Compiling http-body v0.4.6 |
1390 | 2024-07-10T18:53:00.315Z | Compiling openssl v0.10.64 |
1391 | 2024-07-10T18:53:00.462Z | Compiling usdt-macro v0.5.0 |
1392 | 2024-07-10T18:53:00.706Z | Compiling usdt-attr-macro v0.5.0 |
1393 | 2024-07-10T18:53:01.290Z | Compiling heapless v0.7.17 |
1394 | 2024-07-10T18:53:01.703Z | Compiling serde_urlencoded v0.7.1 |
1395 | 2024-07-10T18:53:02.045Z | Compiling rand v0.8.5 |
1396 | 2024-07-10T18:53:02.302Z | Compiling crossbeam-epoch v0.9.18 |
1397 | 2024-07-10T18:53:02.374Z | Compiling cookie_store v0.20.0 |
1398 | 2024-07-10T18:53:02.394Z | Compiling webpki-roots v0.25.4 |
1399 | 2024-07-10T18:53:02.542Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
1400 | 2024-07-10T18:53:03.072Z | Compiling bit-vec v0.6.3 |
1401 | 2024-07-10T18:53:03.075Z | Compiling unicode-xid v0.2.4 |
1402 | 2024-07-10T18:53:03.259Z | Compiling gimli v0.28.1 |
1403 | 2024-07-10T18:53:03.356Z | Compiling tokio-util v0.7.11 |
1404 | 2024-07-10T18:53:03.509Z | Compiling tokio-rustls v0.24.1 |
1405 | 2024-07-10T18:53:04.149Z | Compiling enum-as-inner v0.5.1 |
1406 | 2024-07-10T18:53:04.265Z | Compiling phf_shared v0.10.0 |
1407 | 2024-07-10T18:53:04.373Z | Compiling h2 v0.3.26 |
1408 | 2024-07-10T18:53:04.656Z | Compiling lazy_static v1.5.0 |
1409 | 2024-07-10T18:53:04.782Z | Compiling object v0.32.2 |
1410 | 2024-07-10T18:53:04.802Z | Compiling fixedbitset v0.4.2 |
1411 | 2024-07-10T18:53:05.108Z | Compiling new_debug_unreachable v1.0.6 |
1412 | 2024-07-10T18:53:05.204Z | Compiling minimal-lexical v0.2.1 |
1413 | 2024-07-10T18:53:05.243Z | Compiling rustc-demangle v0.1.24 |
1414 | 2024-07-10T18:53:05.779Z | Compiling precomputed-hash v0.1.1 |
1415 | 2024-07-10T18:53:05.902Z | Compiling smoltcp v0.9.1 |
1416 | 2024-07-10T18:53:06.261Z | Compiling native-tls v0.2.11 |
1417 | 2024-07-10T18:53:06.667Z | Compiling tokio-native-tls v0.3.1 |
1418 | 2024-07-10T18:53:06.907Z | Compiling base64ct v1.6.0 |
1419 | 2024-07-10T18:53:06.980Z | Compiling string_cache v0.8.7 |
1420 | 2024-07-10T18:53:07.114Z | Compiling toml_edit v0.22.14 |
1421 | 2024-07-10T18:53:07.482Z | Compiling addr2line v0.21.0 |
1422 | 2024-07-10T18:53:07.503Z | Compiling pem-rfc7468 v0.7.0 |
1423 | 2024-07-10T18:53:08.125Z | Compiling nom v7.1.3 |
1424 | 2024-07-10T18:53:08.184Z | Compiling petgraph v0.6.5 |
1425 | 2024-07-10T18:53:08.301Z | Compiling bit-set v0.5.3 |
1426 | 2024-07-10T18:53:08.580Z | Compiling futures-executor v0.3.30 |
1427 | 2024-07-10T18:53:09.192Z | Compiling hmac v0.12.1 |
1428 | 2024-07-10T18:53:09.214Z | Compiling hubpack_derive v0.1.1 |
1429 | 2024-07-10T18:53:09.448Z | Compiling itertools v0.10.5 |
1430 | 2024-07-10T18:53:10.118Z | Compiling diesel_table_macro_syntax v0.1.0 |
1431 | 2024-07-10T18:53:10.533Z | Compiling num-integer v0.1.46 |
1432 | 2024-07-10T18:53:10.868Z | Compiling fs-err v2.11.0 |
1433 | 2024-07-10T18:53:11.155Z | Compiling hyper v0.14.28 |
1434 | 2024-07-10T18:53:11.828Z | Checking fnv v1.0.7 |
1435 | 2024-07-10T18:53:11.953Z | Compiling lalrpop-util v0.19.12 |
1436 | 2024-07-10T18:53:12.063Z | Compiling unicode-segmentation v1.11.0 |
1437 | 2024-07-10T18:53:12.130Z | Compiling flagset v0.4.5 |
1438 | 2024-07-10T18:53:12.330Z | Compiling der v0.7.9 |
1439 | 2024-07-10T18:53:12.431Z | Compiling diesel_derives v2.1.4 |
1440 | 2024-07-10T18:53:12.904Z | Compiling futures v0.3.30 |
1441 | 2024-07-10T18:53:13.024Z | Compiling hex v0.4.3 |
1442 | 2024-07-10T18:53:13.193Z | Compiling itertools v0.12.1 |
1443 | 2024-07-10T18:53:13.661Z | Compiling finl_unicode v1.2.0 |
1444 | 2024-07-10T18:53:14.896Z | Compiling spki v0.7.3 |
1445 | 2024-07-10T18:53:15.001Z | Compiling stringprep v0.1.4 |
1446 | 2024-07-10T18:53:15.281Z | Compiling sha2 v0.10.8 |
1447 | 2024-07-10T18:53:15.648Z | Compiling toml v0.7.8 |
1448 | 2024-07-10T18:53:15.841Z | Compiling md-5 v0.10.6 |
1449 | 2024-07-10T18:53:16.100Z | Compiling serde_repr v0.1.19 |
1450 | 2024-07-10T18:53:16.287Z | Compiling strum_macros v0.25.3 |
1451 | 2024-07-10T18:53:16.321Z | Compiling hash32 v0.2.1 |
1452 | 2024-07-10T18:53:16.464Z | Compiling stable_deref_trait v1.2.0 |
1453 | 2024-07-10T18:53:16.573Z | Compiling fallible-iterator v0.2.0 |
1454 | 2024-07-10T18:53:16.697Z | Checking tinyvec_macros v0.1.1 |
1455 | 2024-07-10T18:53:16.788Z | Checking tinyvec v1.6.0 |
1456 | 2024-07-10T18:53:17.262Z | Compiling postgres-protocol v0.6.6 |
1457 | 2024-07-10T18:53:17.339Z | Compiling pkcs8 v0.10.2 |
1458 | 2024-07-10T18:53:17.876Z | Compiling hyper-tls v0.5.0 |
1459 | 2024-07-10T18:53:18.064Z | Compiling hyper-rustls v0.24.2 |
1460 | 2024-07-10T18:53:18.232Z | Compiling ipnetwork v0.20.0 |
1461 | 2024-07-10T18:53:18.408Z | Compiling reqwest v0.11.27 |
1462 | 2024-07-10T18:53:18.430Z | Compiling terminal_size v0.3.0 |
1463 | 2024-07-10T18:53:18.613Z | Compiling block-padding v0.3.3 |
1464 | 2024-07-10T18:53:18.635Z | Compiling phf_shared v0.11.2 |
1465 | 2024-07-10T18:53:18.855Z | Compiling ff v0.13.0 |
1466 | 2024-07-10T18:53:19.025Z | Compiling scheduled-thread-pool v0.2.7 |
1467 | 2024-07-10T18:53:19.088Z | Compiling bitflags v1.3.2 |
1468 | 2024-07-10T18:53:19.157Z | Compiling matches v0.1.10 |
1469 | 2024-07-10T18:53:19.196Z | Compiling base16ct v0.2.0 |
1470 | 2024-07-10T18:53:19.257Z | Compiling peg-runtime v0.8.3 |
1471 | 2024-07-10T18:53:19.532Z | Checking equivalent v1.0.1 |
1472 | 2024-07-10T18:53:19.659Z | Compiling managed v0.8.0 |
1473 | 2024-07-10T18:53:19.927Z | Compiling sec1 v0.7.3 |
1474 | 2024-07-10T18:53:20.331Z | Compiling clap_builder v4.5.2 |
1475 | 2024-07-10T18:53:20.536Z | Compiling r2d2 v0.8.10 |
1476 | 2024-07-10T18:53:20.686Z | Compiling idna v0.2.3 |
1477 | 2024-07-10T18:53:20.896Z | Compiling usdt v0.5.0 |
1478 | 2024-07-10T18:53:20.924Z | Compiling group v0.13.0 |
1479 | 2024-07-10T18:53:20.987Z | Compiling signal-hook-mio v0.2.3 |
1480 | 2024-07-10T18:53:21.144Z | Compiling phf v0.11.2 |
1481 | 2024-07-10T18:53:21.227Z | Compiling inout v0.1.3 |
1482 | 2024-07-10T18:53:21.392Z | Compiling postgres-types v0.2.6 |
1483 | 2024-07-10T18:53:21.438Z | Compiling num-iter v0.1.45 |
1484 | 2024-07-10T18:53:21.510Z | Compiling num-bigint v0.4.5 |
1485 | 2024-07-10T18:53:21.614Z | Compiling hubpack v0.1.2 |
1486 | 2024-07-10T18:53:22.076Z | Compiling hkdf v0.12.4 |
1487 | 2024-07-10T18:53:22.346Z | Compiling zerocopy v0.6.6 |
1488 | 2024-07-10T18:53:22.526Z | Compiling crypto-bigint v0.5.5 |
1489 | 2024-07-10T18:53:22.919Z | Compiling float-cmp v0.9.0 |
1490 | 2024-07-10T18:53:22.971Z | Compiling difflib v0.4.0 |
1491 | 2024-07-10T18:53:23.144Z | Compiling predicates-core v1.0.6 |
1492 | 2024-07-10T18:53:23.205Z | Compiling static_assertions v1.1.0 |
1493 | 2024-07-10T18:53:23.310Z | Compiling data-encoding v2.6.0 |
1494 | 2024-07-10T18:53:23.481Z | Checking cpufeatures v0.2.12 |
1495 | 2024-07-10T18:53:23.580Z | Compiling normalize-line-endings v0.3.0 |
1496 | 2024-07-10T18:53:23.705Z | Compiling whoami v1.5.1 |
1497 | 2024-07-10T18:53:24.368Z | Compiling tokio-postgres v0.7.10 |
1498 | 2024-07-10T18:53:24.666Z | Compiling yasna v0.5.2 |
1499 | 2024-07-10T18:53:25.757Z | Compiling diesel v2.1.6 |
1500 | 2024-07-10T18:53:25.854Z | Compiling elliptic-curve v0.13.8 |
1501 | 2024-07-10T18:53:26.563Z | Compiling clap v4.5.4 |
1502 | 2024-07-10T18:53:26.685Z | Compiling trust-dns-proto v0.22.0 |
1503 | 2024-07-10T18:53:26.688Z | Compiling predicates v3.1.0 |
1504 | 2024-07-10T18:53:28.477Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=c85a4ca043aaa389df12aac5348d8a3feda28762#c85a4ca0) |
1505 | 2024-07-10T18:53:28.698Z | Compiling cipher v0.4.4 |
1506 | 2024-07-10T18:53:29.245Z | Compiling crossterm v0.27.0 |
1507 | 2024-07-10T18:53:30.009Z | Compiling similar v2.5.0 |
1508 | 2024-07-10T18:53:31.147Z | Compiling console v0.15.8 |
1509 | 2024-07-10T18:53:32.102Z | Compiling tokio-stream v0.1.15 |
1510 | 2024-07-10T18:53:32.603Z | Compiling bstr v1.9.1 |
1511 | 2024-07-10T18:53:33.098Z | Checking tracing-core v0.1.32 |
1512 | 2024-07-10T18:53:33.810Z | Checking percent-encoding v2.3.1 |
1513 | 2024-07-10T18:53:34.101Z | Checking form_urlencoded v1.2.1 |
1514 | 2024-07-10T18:53:34.294Z | Checking powerfmt v0.2.0 |
1515 | 2024-07-10T18:53:34.408Z | Checking unicode-ident v1.0.12 |
1516 | 2024-07-10T18:53:34.549Z | Checking deranged v0.3.11 |
1517 | 2024-07-10T18:53:34.573Z | Checking time-core v0.1.2 |
1518 | 2024-07-10T18:53:34.721Z | Checking num_threads v0.1.7 |
1519 | 2024-07-10T18:53:34.827Z | Checking num-conv v0.1.0 |
1520 | 2024-07-10T18:53:34.847Z | Checking httparse v1.8.0 |
1521 | 2024-07-10T18:53:35.060Z | Checking unicode-width v0.1.13 |
1522 | 2024-07-10T18:53:35.347Z | Checking errno v0.3.9 |
1523 | 2024-07-10T18:53:35.719Z | Checking proc-macro2 v1.0.86 |
1524 | 2024-07-10T18:53:36.421Z | Checking quote v1.0.36 |
1525 | 2024-07-10T18:53:36.648Z | Checking adler v1.0.2 |
1526 | 2024-07-10T18:53:36.790Z | Checking miniz_oxide v0.7.2 |
1527 | 2024-07-10T18:53:36.825Z | Checking try-lock v0.2.5 |
1528 | 2024-07-10T18:53:36.957Z | Checking base64 v0.21.7 |
1529 | 2024-07-10T18:53:37.424Z | Checking want v0.3.1 |
1530 | 2024-07-10T18:53:37.591Z | Checking tower-service v0.3.2 |
1531 | 2024-07-10T18:53:37.937Z | Checking httpdate v1.0.3 |
1532 | 2024-07-10T18:53:38.165Z | Checking openssl-probe v0.1.5 |
1533 | 2024-07-10T18:53:38.294Z | Checking foreign-types-shared v0.1.1 |
1534 | 2024-07-10T18:53:38.297Z | Checking openssl-sys v0.9.102 |
1535 | 2024-07-10T18:53:38.398Z | Checking foreign-types v0.3.2 |
1536 | 2024-07-10T18:53:38.489Z | Checking mime v0.3.17 |
1537 | 2024-07-10T18:53:38.708Z | Checking ipnet v2.9.0 |
1538 | 2024-07-10T18:53:39.608Z | Checking utf8parse v0.2.1 |
1539 | 2024-07-10T18:53:43.522Z | Checking encoding_rs v0.8.34 |
1540 | 2024-07-10T18:53:43.838Z | Checking anstyle v1.0.7 |
1541 | 2024-07-10T18:53:45.410Z | Checking rustls-pemfile v1.0.4 |
1542 | 2024-07-10T18:53:45.611Z | Checking plain v0.2.3 |
1543 | 2024-07-10T18:53:45.633Z | Checking sync_wrapper v0.1.2 |
1544 | 2024-07-10T18:53:45.685Z | Checking ucd-trie v0.1.6 |
1545 | 2024-07-10T18:53:45.833Z | Checking anstyle-parse v0.2.4 |
1546 | 2024-07-10T18:53:45.876Z | Checking anstyle-query v1.0.3 |
1547 | 2024-07-10T18:53:45.994Z | Checking pretty-hex v0.4.1 |
1548 | 2024-07-10T18:53:46.015Z | Checking is_terminal_polyfill v1.70.0 |
1549 | 2024-07-10T18:53:46.056Z | Checking colorchoice v1.0.1 |
1550 | 2024-07-10T18:53:46.156Z | Checking thread-id v4.2.1 |
1551 | 2024-07-10T18:53:46.181Z | Checking anstream v0.6.14 |
1552 | 2024-07-10T18:53:46.228Z | Checking strsim v0.11.1 |
1553 | 2024-07-10T18:53:46.257Z | Checking clap_lex v0.7.0 |
1554 | 2024-07-10T18:53:46.611Z | Checking memmap v0.7.0 |
1555 | 2024-07-10T18:53:46.807Z | Checking crc32fast v1.4.0 |
1556 | 2024-07-10T18:53:48.050Z | Checking flate2 v1.0.30 |
1557 | 2024-07-10T18:53:49.521Z | Checking winnow v0.6.8 |
1558 | 2024-07-10T18:53:57.385Z | Compiling regress v0.9.1 |
1559 | 2024-07-10T18:53:57.529Z | Compiling getopts v0.2.21 |
1560 | 2024-07-10T18:53:58.489Z | Compiling unsafe-libyaml v0.2.11 |
1561 | 2024-07-10T18:53:58.519Z | Checking heck v0.5.0 |
1562 | 2024-07-10T18:53:59.993Z | Compiling serde_yaml v0.9.34+deprecated |
1563 | 2024-07-10T18:54:00.257Z | Checking progenitor-client v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
1564 | 2024-07-10T18:54:00.598Z | Compiling paste v1.0.15 |
1565 | 2024-07-10T18:54:00.780Z | Checking camino v1.1.7 |
1566 | 2024-07-10T18:54:01.085Z | Compiling typify-impl v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6) |
1567 | 2024-07-10T18:54:01.376Z | Checking is-terminal v0.4.12 |
1568 | 2024-07-10T18:54:01.800Z | Compiling strum_macros v0.26.4 |
1569 | 2024-07-10T18:54:02.509Z | Compiling ident_case v1.0.1 |
1570 | 2024-07-10T18:54:02.684Z | Checking base64 v0.22.1 |
1571 | 2024-07-10T18:54:02.706Z | Compiling darling_core v0.20.9 |
1572 | 2024-07-10T18:54:02.992Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1573 | 2024-07-10T18:54:03.146Z | Checking sha1 v0.10.6 |
1574 | 2024-07-10T18:54:03.406Z | Compiling rustls v0.22.4 |
1575 | 2024-07-10T18:54:03.429Z | Checking http v1.1.0 |
1576 | 2024-07-10T18:54:03.697Z | Checking match_cfg v0.1.0 |
1577 | 2024-07-10T18:54:03.795Z | Checking hostname v0.3.1 |
1578 | 2024-07-10T18:54:03.927Z | Checking dirs-sys-next v0.1.2 |
1579 | 2024-07-10T18:54:04.108Z | Compiling multer v3.1.0 |
1580 | 2024-07-10T18:54:04.304Z | Checking dirs-next v2.0.0 |
1581 | 2024-07-10T18:54:04.370Z | Checking crossbeam-channel v0.5.12 |
1582 | 2024-07-10T18:54:04.430Z | Compiling async-stream-impl v0.3.5 |
1583 | 2024-07-10T18:54:04.455Z | Checking thread_local v1.1.8 |
1584 | 2024-07-10T18:54:04.721Z | Checking rustls-pki-types v1.7.0 |
1585 | 2024-07-10T18:54:04.835Z | Checking term v0.7.0 |
1586 | 2024-07-10T18:54:05.075Z | Compiling dropshot v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#6a3f84ca) |
1587 | 2024-07-10T18:54:05.167Z | Checking take_mut v0.2.2 |
1588 | 2024-07-10T18:54:05.260Z | Checking slog-term v2.9.1 |
1589 | 2024-07-10T18:54:05.311Z | Checking slog-async v2.8.0 |
1590 | 2024-07-10T18:54:05.416Z | Checking toml v0.8.14 |
1591 | 2024-07-10T18:54:05.600Z | Compiling dropshot_endpoint v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#6a3f84ca) |
1592 | 2024-07-10T18:54:05.767Z | Checking rustls-webpki v0.102.4 |
1593 | 2024-07-10T18:54:05.872Z | Checking slog-json v2.6.1 |
1594 | 2024-07-10T18:54:06.134Z | Checking instant v0.1.12 |
1595 | 2024-07-10T18:54:06.204Z | Checking slog-bunyan v2.5.0 |
1596 | 2024-07-10T18:54:06.246Z | Checking rustls-pemfile v2.1.2 |
1597 | 2024-07-10T18:54:06.373Z | Checking debug-ignore v1.0.5 |
1598 | 2024-07-10T18:54:06.479Z | Checking fastrand v2.1.0 |
1599 | 2024-07-10T18:54:06.509Z | Checking atomic-waker v1.1.2 |
1600 | 2024-07-10T18:54:06.637Z | Checking quick-error v1.2.3 |
1601 | 2024-07-10T18:54:06.772Z | Checking waitgroup v0.1.2 |
1602 | 2024-07-10T18:54:06.795Z | Checking tempfile v3.10.1 |
1603 | 2024-07-10T18:54:06.900Z | Checking async-stream v0.3.5 |
1604 | 2024-07-10T18:54:07.131Z | Checking serde_path_to_error v0.1.16 |
1605 | 2024-07-10T18:54:07.276Z | Checking strum v0.26.2 |
1606 | 2024-07-10T18:54:07.432Z | Compiling structmeta-derive v0.3.0 |
1607 | 2024-07-10T18:54:07.461Z | Checking hostname v0.4.0 |
1608 | 2024-07-10T18:54:07.599Z | Checking newtype-uuid v1.1.0 |
1609 | 2024-07-10T18:54:07.757Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
1610 | 2024-07-10T18:54:07.834Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
1611 | 2024-07-10T18:54:08.493Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
1612 | 2024-07-10T18:54:08.602Z | Checking macaddr v1.0.1 |
1613 | 2024-07-10T18:54:08.768Z | Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
1614 | 2024-07-10T18:54:08.908Z | Checking backoff v0.4.0 |
1615 | 2024-07-10T18:54:08.935Z | Checking oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#2612d220) |
1616 | 2024-07-10T18:54:09.206Z | Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
1617 | 2024-07-10T18:54:09.283Z | Checking wait-timeout v0.2.0 |
1618 | 2024-07-10T18:54:09.354Z | Compiling structmeta-derive v0.2.0 |
1619 | 2024-07-10T18:54:09.457Z | Checking rusty-fork v0.3.0 |
1620 | 2024-07-10T18:54:09.737Z | Checking rand_xorshift v0.3.0 |
1621 | 2024-07-10T18:54:09.758Z | Checking unarray v0.1.4 |
1622 | 2024-07-10T18:54:09.907Z | Checking proptest v1.4.0 |
1623 | 2024-07-10T18:54:09.910Z | Compiling proc-macro-error v1.0.4 |
1624 | 2024-07-10T18:54:10.054Z | Checking tokio-rustls v0.25.0 |
1625 | 2024-07-10T18:54:10.129Z | Compiling darling_macro v0.20.9 |
1626 | 2024-07-10T18:54:10.495Z | Compiling structmeta v0.3.0 |
1627 | 2024-07-10T18:54:10.648Z | Checking camino-tempfile v1.1.1 |
1628 | 2024-07-10T18:54:10.926Z | Compiling proc-macro-crate v1.3.1 |
1629 | 2024-07-10T18:54:10.988Z | Compiling parse-display-derive v0.9.1 |
1630 | 2024-07-10T18:54:11.141Z | Compiling darling v0.20.9 |
1631 | 2024-07-10T18:54:11.262Z | Compiling serde_with_macros v3.8.1 |
1632 | 2024-07-10T18:54:12.056Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1633 | 2024-07-10T18:54:12.331Z | Compiling structmeta v0.2.0 |
1634 | 2024-07-10T18:54:12.423Z | Compiling num_enum_derive v0.5.11 |
1635 | 2024-07-10T18:54:12.785Z | Compiling test-strategy v0.3.1 |
1636 | 2024-07-10T18:54:14.269Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1637 | 2024-07-10T18:54:14.357Z | Compiling foreign-types-macros v0.2.3 |
1638 | 2024-07-10T18:54:14.485Z | Checking serde_with v3.8.1 |
1639 | 2024-07-10T18:54:14.567Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
1640 | 2024-07-10T18:54:14.830Z | Checking foreign-types-shared v0.3.1 |
1641 | 2024-07-10T18:54:15.236Z | Checking num_enum v0.5.11 |
1642 | 2024-07-10T18:54:15.274Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
1643 | 2024-07-10T18:54:15.378Z | Checking cstr-argument v0.1.2 |
1644 | 2024-07-10T18:54:15.539Z | Checking pretty-hex v0.2.1 |
1645 | 2024-07-10T18:54:15.570Z | Checking foreign-types v0.5.0 |
1646 | 2024-07-10T18:54:15.708Z | Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1647 | 2024-07-10T18:54:15.729Z | Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1648 | 2024-07-10T18:54:15.831Z | Checking parse-display v0.9.1 |
1649 | 2024-07-10T18:54:15.994Z | Checking tabwriter v1.4.0 |
1650 | 2024-07-10T18:54:15.997Z | Checking colored v2.1.0 |
1651 | 2024-07-10T18:54:16.045Z | Checking socket2 v0.4.10 |
1652 | 2024-07-10T18:54:16.245Z | Checking smf v0.2.3 |
1653 | 2024-07-10T18:54:16.279Z | Checking humantime v2.1.0 |
1654 | 2024-07-10T18:54:16.301Z | Checking termcolor v1.4.1 |
1655 | 2024-07-10T18:54:16.460Z | Checking arc-swap v1.7.1 |
1656 | 2024-07-10T18:54:16.639Z | Checking newline-converter v0.3.0 |
1657 | 2024-07-10T18:54:16.670Z | Checking xattr v1.3.1 |
1658 | 2024-07-10T18:54:16.688Z | Checking filetime v0.2.23 |
1659 | 2024-07-10T18:54:16.723Z | Checking same-file v1.0.6 |
1660 | 2024-07-10T18:54:16.790Z | Checking expectorate v1.1.0 |
1661 | 2024-07-10T18:54:16.859Z | Checking slog-scope v4.4.0 |
1662 | 2024-07-10T18:54:16.878Z | Checking utf-8 v0.7.6 |
1663 | 2024-07-10T18:54:16.897Z | Checking tar v0.4.40 |
1664 | 2024-07-10T18:54:16.902Z | Checking walkdir v2.5.0 |
1665 | 2024-07-10T18:54:16.938Z | Checking termtree v0.4.1 |
1666 | 2024-07-10T18:54:17.048Z | Checking slog-stdlog v4.1.1 |
1667 | 2024-07-10T18:54:17.066Z | Compiling heapless v0.8.0 |
1668 | 2024-07-10T18:54:17.127Z | Checking predicates-tree v1.0.9 |
1669 | 2024-07-10T18:54:17.152Z | Checking hash32 v0.3.1 |
1670 | 2024-07-10T18:54:17.203Z | Checking slog-envlogger v2.2.0 |
1671 | 2024-07-10T18:54:17.267Z | Compiling smoltcp v0.11.0 |
1672 | 2024-07-10T18:54:17.330Z | Checking embedded-io v0.4.0 |
1673 | 2024-07-10T18:54:17.422Z | Checking cobs v0.2.3 |
1674 | 2024-07-10T18:54:17.523Z | Compiling crucible-workspace-hack v0.1.0 |
1675 | 2024-07-10T18:54:17.592Z | Checking postcard v1.0.8 |
1676 | 2024-07-10T18:54:17.630Z | Checking sigpipe v0.1.3 |
1677 | 2024-07-10T18:54:17.735Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=915975f6d1729db95619f752148974016912412f#915975f6) |
1678 | 2024-07-10T18:54:17.793Z | Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=915975f6d1729db95619f752148974016912412f#915975f6) |
1679 | 2024-07-10T18:54:17.947Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=915975f6d1729db95619f752148974016912412f#915975f6) |
1680 | 2024-07-10T18:54:18.000Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#4ceaf96e) |
1681 | 2024-07-10T18:54:18.020Z | Checking pem v3.0.4 |
1682 | 2024-07-10T18:54:18.103Z | Checking poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
1683 | 2024-07-10T18:54:18.277Z | Checking tungstenite v0.20.1 |
1684 | 2024-07-10T18:54:18.281Z | Compiling zone_cfg_derive v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56) |
1685 | 2024-07-10T18:54:18.310Z | Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=5ebf9626e0ad274eb515d206d102cb09d2d51f15#5ebf9626) |
1686 | 2024-07-10T18:54:18.663Z | Compiling derive-where v1.2.7 |
1687 | 2024-07-10T18:54:18.809Z | Compiling mockall_derive v0.12.1 |
1688 | 2024-07-10T18:54:19.109Z | Compiling num-derive v0.4.2 |
1689 | 2024-07-10T18:54:19.821Z | Checking atty v0.2.14 |
1690 | 2024-07-10T18:54:19.947Z | Checking fragile v2.0.0 |
1691 | 2024-07-10T18:54:20.022Z | Checking downcast v0.11.0 |
1692 | 2024-07-10T18:54:20.219Z | Checking zone v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56) |
1693 | 2024-07-10T18:54:20.222Z | Checking tokio-tungstenite v0.20.1 |
1694 | 2024-07-10T18:54:20.745Z | Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=5ebf9626e0ad274eb515d206d102cb09d2d51f15#5ebf9626) |
1695 | 2024-07-10T18:54:20.958Z | Compiling typify-macro v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6) |
1696 | 2024-07-10T18:54:20.991Z | Checking tungstenite v0.21.0 |
1697 | 2024-07-10T18:54:21.022Z | Checking env_logger v0.9.3 |
1698 | 2024-07-10T18:54:21.461Z | Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1699 | 2024-07-10T18:54:21.555Z | Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=e10f8793f8414fdb9a165219f17e45fa014d088b#e10f8793) |
1700 | 2024-07-10T18:54:21.793Z | Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=915975f6d1729db95619f752148974016912412f#915975f6) |
1701 | 2024-07-10T18:54:21.812Z | Compiling bitstruct_derive v0.1.0 |
1702 | 2024-07-10T18:54:21.832Z | Checking tokio-tungstenite v0.21.0 |
1703 | 2024-07-10T18:54:21.983Z | Checking viona_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1704 | 2024-07-10T18:54:22.113Z | Checking ascii v1.1.0 |
1705 | 2024-07-10T18:54:22.299Z | Checking viona_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1706 | 2024-07-10T18:54:22.326Z | Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1707 | 2024-07-10T18:54:22.451Z | Checking dladm v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1708 | 2024-07-10T18:54:22.527Z | Checking rfb v0.1.0 (https://github.com/oxidecomputer/rfb?rev=0cac8d9c25eb27acfa35df80f3b9d371de98ab3b#0cac8d9c) |
1709 | 2024-07-10T18:54:22.568Z | Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1710 | 2024-07-10T18:54:22.746Z | Checking erased-serde v0.3.31 |
1711 | 2024-07-10T18:54:22.826Z | Checking serde_arrays v0.1.0 |
1712 | 2024-07-10T18:54:22.972Z | Compiling heck v0.3.3 |
1713 | 2024-07-10T18:54:23.101Z | Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=915975f6d1729db95619f752148974016912412f#915975f6) |
1714 | 2024-07-10T18:54:23.127Z | Checking bitstruct v0.1.1 |
1715 | 2024-07-10T18:54:23.233Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#4ceaf96e) |
1716 | 2024-07-10T18:54:23.359Z | Checking headers-core v0.2.0 |
1717 | 2024-07-10T18:54:23.401Z | Compiling zone_cfg_derive v0.1.2 |
1718 | 2024-07-10T18:54:23.491Z | Checking base64 v0.13.1 |
1719 | 2024-07-10T18:54:23.839Z | Checking propolis v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1720 | 2024-07-10T18:54:23.879Z | Checking ron v0.7.1 |
1721 | 2024-07-10T18:54:24.818Z | Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=915975f6d1729db95619f752148974016912412f#915975f6) |
1722 | 2024-07-10T18:54:24.913Z | Checking zone v0.1.8 |
1723 | 2024-07-10T18:54:24.986Z | Checking headers v0.3.9 |
1724 | 2024-07-10T18:54:25.092Z | Checking portpicker v0.1.1 |
1725 | 2024-07-10T18:54:25.223Z | Checking rcgen v0.12.1 |
1726 | 2024-07-10T18:54:25.243Z | Checking atomicwrites v0.4.3 |
1727 | 2024-07-10T18:54:25.449Z | Checking subprocess v0.2.9 |
1728 | 2024-07-10T18:54:25.583Z | Compiling typify v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6) |
1729 | 2024-07-10T18:54:25.750Z | Compiling progenitor-impl v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
1730 | 2024-07-10T18:54:25.931Z | Compiling convert_case v0.4.0 |
1731 | 2024-07-10T18:54:26.009Z | Checking password-hash v0.5.0 |
1732 | 2024-07-10T18:54:26.072Z | Checking blake2 v0.10.6 |
1733 | 2024-07-10T18:54:26.463Z | Checking linked-hash-map v0.5.6 |
1734 | 2024-07-10T18:54:26.531Z | Checking argon2 v0.5.3 |
1735 | 2024-07-10T18:54:26.792Z | Checking lru-cache v0.1.2 |
1736 | 2024-07-10T18:54:26.878Z | Compiling derive_more v0.99.18 |
1737 | 2024-07-10T18:54:26.988Z | Compiling prettyplease v0.2.20 |
1738 | 2024-07-10T18:54:27.187Z | Checking swrite v0.1.0 |
1739 | 2024-07-10T18:54:27.207Z | Checking mockall v0.12.1 |
1740 | 2024-07-10T18:54:27.269Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
1741 | 2024-07-10T18:54:27.608Z | Compiling rayon-core v1.12.1 |
1742 | 2024-07-10T18:54:27.756Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
1743 | 2024-07-10T18:54:27.867Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
1744 | 2024-07-10T18:54:27.914Z | Checking resolv-conf v0.7.0 |
1745 | 2024-07-10T18:54:28.046Z | Checking half v2.4.1 |
1746 | 2024-07-10T18:54:28.218Z | Checking ciborium-io v0.2.2 |
1747 | 2024-07-10T18:54:28.253Z | Checking trust-dns-resolver v0.22.0 |
1748 | 2024-07-10T18:54:28.273Z | Compiling semver v0.1.20 |
1749 | 2024-07-10T18:54:28.327Z | Compiling cancel-safe-futures v0.1.5 |
1750 | 2024-07-10T18:54:28.502Z | Checking ciborium-ll v0.2.2 |
1751 | 2024-07-10T18:54:28.647Z | Compiling rustc_version v0.1.7 |
1752 | 2024-07-10T18:54:28.796Z | Checking ciborium v0.2.2 |
1753 | 2024-07-10T18:54:29.146Z | Compiling newtype_derive v0.1.6 |
1754 | 2024-07-10T18:54:29.416Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
1755 | 2024-07-10T18:54:29.999Z | Checking num-rational v0.4.2 |
1756 | 2024-07-10T18:54:30.281Z | Checking num-complex v0.4.6 |
1757 | 2024-07-10T18:54:30.592Z | Compiling slog-dtrace v0.3.0 |
1758 | 2024-07-10T18:54:30.790Z | Checking signature v2.2.0 |
1759 | 2024-07-10T18:54:30.954Z | Checking float-ord v0.3.2 |
1760 | 2024-07-10T18:54:31.093Z | Checking steno v0.4.1 |
1761 | 2024-07-10T18:54:31.186Z | Checking num v0.4.3 |
1762 | 2024-07-10T18:54:32.580Z | Checking cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1763 | 2024-07-10T18:54:32.864Z | Checking propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1764 | 2024-07-10T18:54:34.193Z | Compiling progenitor-macro v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
1765 | 2024-07-10T18:54:34.259Z | Checking libsw v3.3.1 |
1766 | 2024-07-10T18:54:34.790Z | Checking linear-map v1.2.0 |
1767 | 2024-07-10T18:54:34.860Z | Checking owo-colors v4.0.0 |
1768 | 2024-07-10T18:54:36.481Z | Checking nibble_vec v0.1.0 |
1769 | 2024-07-10T18:54:36.664Z | Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
1770 | 2024-07-10T18:54:36.682Z | Checking endian-type v0.1.2 |
1771 | 2024-07-10T18:54:36.901Z | Checking radix_trie v0.2.1 |
1772 | 2024-07-10T18:54:37.315Z | Checking fxhash v0.2.1 |
1773 | 2024-07-10T18:54:37.413Z | Checking display-error-chain v0.2.0 |
1774 | 2024-07-10T18:54:37.478Z | Compiling home v0.5.9 |
1775 | 2024-07-10T18:54:37.494Z | Compiling radium v0.7.0 |
1776 | 2024-07-10T18:54:37.558Z | Compiling maybe-uninit v2.0.0 |
1777 | 2024-07-10T18:54:37.739Z | Checking tap v1.0.1 |
1778 | 2024-07-10T18:54:37.915Z | Checking wyz v0.5.1 |
1779 | 2024-07-10T18:54:38.094Z | Compiling bzip2-sys v0.1.11+1.0.8 |
1780 | 2024-07-10T18:54:38.307Z | Compiling num-bigint-dig v0.8.4 |
1781 | 2024-07-10T18:54:38.341Z | Checking crc-catalog v2.4.0 |
1782 | 2024-07-10T18:54:38.485Z | Compiling packed_struct v0.10.1 |
1783 | 2024-07-10T18:54:38.532Z | Checking funty v2.0.0 |
1784 | 2024-07-10T18:54:38.948Z | Checking crc v3.2.1 |
1785 | 2024-07-10T18:54:39.383Z | Compiling packed_struct_codegen v0.10.1 |
1786 | 2024-07-10T18:54:39.422Z | Compiling indexmap v1.9.3 |
1787 | 2024-07-10T18:54:39.453Z | Checking nodrop v0.1.14 |
1788 | 2024-07-10T18:54:39.502Z | Checking bitvec v1.0.1 |
1789 | 2024-07-10T18:54:39.574Z | Checking array-init v0.0.4 |
1790 | 2024-07-10T18:54:39.721Z | Checking smallvec v0.6.14 |
1791 | 2024-07-10T18:54:40.567Z | Checking pkcs1 v0.7.5 |
1792 | 2024-07-10T18:54:40.982Z | Compiling blake3 v1.5.1 |
1793 | 2024-07-10T18:54:41.091Z | Compiling ring v0.16.20 |
1794 | 2024-07-10T18:54:41.577Z | Checking hashbrown v0.12.3 |
1795 | 2024-07-10T18:54:42.023Z | Checking bitfield v0.14.0 |
1796 | 2024-07-10T18:54:42.383Z | Checking serde-hex v0.1.0 |
1797 | 2024-07-10T18:54:42.400Z | Checking rsa v0.9.6 |
1798 | 2024-07-10T18:54:42.644Z | Checking bzip2 v0.4.4 |
1799 | 2024-07-10T18:54:42.925Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
1800 | 2024-07-10T18:54:43.159Z | Checking env_logger v0.10.2 |
1801 | 2024-07-10T18:54:43.248Z | Checking x509-cert v0.2.5 |
1802 | 2024-07-10T18:54:43.417Z | Checking ron v0.8.1 |
1803 | 2024-07-10T18:54:43.564Z | Checking hashbrown v0.13.2 |
1804 | 2024-07-10T18:54:44.616Z | Checking crc-any v2.5.0 |
1805 | 2024-07-10T18:54:44.641Z | Checking object v0.30.4 |
1806 | 2024-07-10T18:54:44.756Z | Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
1807 | 2024-07-10T18:54:44.864Z | Checking zip v0.6.6 |
1808 | 2024-07-10T18:54:44.983Z | Checking path-slash v0.1.5 |
1809 | 2024-07-10T18:54:45.030Z | Compiling async-recursion v1.1.1 |
1810 | 2024-07-10T18:54:45.123Z | Checking gethostname v0.4.3 |
1811 | 2024-07-10T18:54:45.165Z | Checking maplit v1.0.2 |
1812 | 2024-07-10T18:54:45.270Z | Compiling libefi-sys v0.1.0 |
1813 | 2024-07-10T18:54:45.291Z | Compiling parking_lot_core v0.8.6 |
1814 | 2024-07-10T18:54:45.526Z | Compiling bitfield-struct v0.6.1 |
1815 | 2024-07-10T18:54:45.578Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c) |
1816 | 2024-07-10T18:54:46.023Z | Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
1817 | 2024-07-10T18:54:46.136Z | Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
1818 | 2024-07-10T18:54:46.282Z | Compiling crossbeam-deque v0.8.5 |
1819 | 2024-07-10T18:54:46.449Z | Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
1820 | 2024-07-10T18:54:46.585Z | Checking keccak v0.1.5 |
1821 | 2024-07-10T18:54:46.887Z | Checking sha3 v0.10.8 |
1822 | 2024-07-10T18:54:46.985Z | Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
1823 | 2024-07-10T18:54:47.265Z | Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
1824 | 2024-07-10T18:54:47.481Z | Checking parking_lot v0.11.2 |
1825 | 2024-07-10T18:54:47.583Z | Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
1826 | 2024-07-10T18:54:47.667Z | Checking trust-dns-client v0.22.0 |
1827 | 2024-07-10T18:54:47.810Z | Checking toml v0.5.11 |
1828 | 2024-07-10T18:54:47.985Z | Checking secrecy v0.8.0 |
1829 | 2024-07-10T18:54:48.044Z | Checking sled v0.34.7 |
1830 | 2024-07-10T18:54:48.183Z | Compiling rayon v1.10.0 |
1831 | 2024-07-10T18:54:48.887Z | Compiling memmap2 v0.9.4 |
1832 | 2024-07-10T18:54:48.906Z | Compiling arrayref v0.3.7 |
1833 | 2024-07-10T18:54:49.009Z | Compiling arrayvec v0.7.4 |
1834 | 2024-07-10T18:54:49.207Z | Checking trust-dns-server v0.22.1 |
1835 | 2024-07-10T18:54:49.357Z | Compiling untrusted v0.7.1 |
1836 | 2024-07-10T18:54:49.424Z | Compiling spin v0.5.2 |
1837 | 2024-07-10T18:54:49.553Z | Compiling buf-list v1.0.3 |
1838 | 2024-07-10T18:54:49.677Z | Compiling constant_time_eq v0.3.0 |
1839 | 2024-07-10T18:54:50.875Z | Compiling toolchain_find v0.4.0 |
1840 | 2024-07-10T18:54:51.232Z | Compiling topological-sort v0.2.2 |
1841 | 2024-07-10T18:54:51.437Z | Compiling rustfmt-wrapper v0.2.1 |
1842 | 2024-07-10T18:54:51.868Z | Checking glob v0.3.1 |
1843 | 2024-07-10T18:54:51.887Z | Compiling curve25519-dalek v4.1.3 |
1844 | 2024-07-10T18:54:51.972Z | Checking universal-hash v0.5.1 |
1845 | 2024-07-10T18:54:52.163Z | Checking opaque-debug v0.3.1 |
1846 | 2024-07-10T18:54:52.166Z | Compiling curve25519-dalek-derive v0.1.1 |
1847 | 2024-07-10T18:54:52.334Z | Checking aead v0.5.2 |
1848 | 2024-07-10T18:54:52.666Z | Compiling pin-project-internal v1.1.5 |
1849 | 2024-07-10T18:54:52.884Z | Compiling vte_generate_state_changes v0.1.1 |
1850 | 2024-07-10T18:54:53.249Z | Compiling omicron-zone-package v0.11.0 |
1851 | 2024-07-10T18:54:53.325Z | Checking progenitor v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
1852 | 2024-07-10T18:54:53.546Z | Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=d1686c86f92ead77e07ddc6024837dee4a401d6d#d1686c86) |
1853 | 2024-07-10T18:54:53.618Z | Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1854 | 2024-07-10T18:54:53.706Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
1855 | 2024-07-10T18:54:53.735Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
1856 | 2024-07-10T18:54:54.942Z | Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
1857 | 2024-07-10T18:54:55.960Z | Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=d1686c86f92ead77e07ddc6024837dee4a401d6d#d1686c86) |
1858 | 2024-07-10T18:54:57.006Z | Compiling unicase v2.7.0 |
1859 | 2024-07-10T18:54:57.042Z | Checking lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
1860 | 2024-07-10T18:54:57.482Z | Checking pin-project v1.1.5 |
1861 | 2024-07-10T18:54:57.610Z | Checking vte v0.11.1 |
1862 | 2024-07-10T18:54:57.735Z | Checking libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?rev=e69694a1f7cc9fe31fab27f321017280531fb5f7#e69694a1) |
1863 | 2024-07-10T18:54:58.077Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
1864 | 2024-07-10T18:54:58.714Z | Checking poly1305 v0.8.0 |
1865 | 2024-07-10T18:54:58.889Z | Checking chacha20 v0.9.1 |
1866 | 2024-07-10T18:54:59.180Z | Checking fd-lock v4.0.2 |
1867 | 2024-07-10T18:54:59.249Z | Checking hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#943c4bbe) |
1868 | 2024-07-10T18:54:59.363Z | Compiling thiserror-impl-no-std v2.0.2 |
1869 | 2024-07-10T18:54:59.802Z | Checking nanorand v0.7.0 |
1870 | 2024-07-10T18:54:59.878Z | Checking strip-ansi-escapes v0.2.0 |
1871 | 2024-07-10T18:55:00.033Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
1872 | 2024-07-10T18:55:00.054Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
1873 | 2024-07-10T18:55:00.103Z | Checking kstat-rs v0.2.4 |
1874 | 2024-07-10T18:55:00.162Z | Checking flume v0.11.0 |
1875 | 2024-07-10T18:55:00.320Z | Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
1876 | 2024-07-10T18:55:00.429Z | Checking nu-ansi-term v0.50.0 |
1877 | 2024-07-10T18:55:00.668Z | Checking chacha20poly1305 v0.10.1 |
1878 | 2024-07-10T18:55:00.854Z | Checking reedline v0.31.0 |
1879 | 2024-07-10T18:55:00.872Z | Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=e10f8793f8414fdb9a165219f17e45fa014d088b#e10f8793) |
1880 | 2024-07-10T18:55:01.083Z | Compiling crunchy v0.2.2 |
1881 | 2024-07-10T18:55:01.599Z | Compiling mime_guess v2.0.4 |
1882 | 2024-07-10T18:55:01.941Z | Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=5ebf9626e0ad274eb515d206d102cb09d2d51f15#5ebf9626) |
1883 | 2024-07-10T18:55:02.082Z | Compiling clang-sys v1.7.0 |
1884 | 2024-07-10T18:55:02.668Z | Checking thiserror-no-std v2.0.2 |
1885 | 2024-07-10T18:55:02.783Z | Checking vsss-rs v3.3.4 |
1886 | 2024-07-10T18:55:02.812Z | Compiling tiny-keccak v2.0.2 |
1887 | 2024-07-10T18:55:03.121Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
1888 | 2024-07-10T18:55:03.358Z | Compiling memoffset v0.9.1 |
1889 | 2024-07-10T18:55:03.376Z | Checking bytecount v0.6.8 |
1890 | 2024-07-10T18:55:03.433Z | Compiling ref-cast v1.0.23 |
1891 | 2024-07-10T18:55:03.529Z | Checking papergrid v0.11.0 |
1892 | 2024-07-10T18:55:04.428Z | Compiling ascii-canvas v3.0.0 |
1893 | 2024-07-10T18:55:04.727Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
1894 | 2024-07-10T18:55:04.982Z | Compiling tabled_derive v0.7.0 |
1895 | 2024-07-10T18:55:05.017Z | Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=5ebf9626e0ad274eb515d206d102cb09d2d51f15#5ebf9626) |
1896 | 2024-07-10T18:55:05.288Z | Compiling snafu-derive v0.8.2 |
1897 | 2024-07-10T18:55:05.314Z | Compiling ref-cast-impl v1.0.23 |
1898 | 2024-07-10T18:55:06.122Z | Compiling ena v0.14.3 |
1899 | 2024-07-10T18:55:06.166Z | Compiling libloading v0.8.3 |
1900 | 2024-07-10T18:55:06.513Z | Compiling bindgen v0.69.4 |
1901 | 2024-07-10T18:55:06.531Z | Compiling diff v0.1.13 |
1902 | 2024-07-10T18:55:06.593Z | Compiling regex-syntax v0.6.29 |
1903 | 2024-07-10T18:55:07.201Z | Checking http-range v0.1.5 |
1904 | 2024-07-10T18:55:07.247Z | Compiling cfg_aliases v0.1.1 |
1905 | 2024-07-10T18:55:07.361Z | Compiling nix v0.28.0 |
1906 | 2024-07-10T18:55:07.393Z | Checking hyper-staticfile v0.9.5 |
1907 | 2024-07-10T18:55:07.608Z | Checking tabled v0.15.0 |
1908 | 2024-07-10T18:55:08.844Z | Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=5ebf9626e0ad274eb515d206d102cb09d2d51f15#5ebf9626) |
1909 | 2024-07-10T18:55:10.589Z | Compiling lalrpop v0.19.12 |
1910 | 2024-07-10T18:55:11.224Z | Checking snafu v0.8.2 |
1911 | 2024-07-10T18:55:11.461Z | Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
1912 | 2024-07-10T18:55:11.675Z | Checking illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
1913 | 2024-07-10T18:55:12.498Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
1914 | 2024-07-10T18:55:12.892Z | Compiling oximeter-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/impl) |
1915 | 2024-07-10T18:55:14.594Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
1916 | 2024-07-10T18:55:16.531Z | Checking internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns) |
1917 | 2024-07-10T18:55:18.340Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
1918 | 2024-07-10T18:55:19.057Z | Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
1919 | 2024-07-10T18:55:20.348Z | Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
1920 | 2024-07-10T18:55:20.722Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
1921 | 2024-07-10T18:55:20.773Z | Compiling which v4.4.2 |
1922 | 2024-07-10T18:55:21.133Z | Checking globset v0.4.14 |
1923 | 2024-07-10T18:55:21.390Z | Checking olpc-cjson v0.1.3 |
1924 | 2024-07-10T18:55:21.608Z | Compiling cexpr v0.6.0 |
1925 | 2024-07-10T18:55:21.636Z | Checking serde_plain v1.0.2 |
1926 | 2024-07-10T18:55:21.892Z | Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=c85a4ca043aaa389df12aac5348d8a3feda28762#c85a4ca0) |
1927 | 2024-07-10T18:55:22.158Z | Compiling rustc-hash v1.1.0 |
1928 | 2024-07-10T18:55:22.318Z | Compiling lazycell v1.3.0 |
1929 | 2024-07-10T18:55:22.490Z | Compiling salty v0.2.0 |
1930 | 2024-07-10T18:55:23.017Z | Checking typed-path v0.7.1 |
1931 | 2024-07-10T18:55:23.472Z | Compiling shlex v1.3.0 |
1932 | 2024-07-10T18:55:23.918Z | Checking signature v1.6.4 |
1933 | 2024-07-10T18:55:24.060Z | Checking ed25519 v1.5.3 |
1934 | 2024-07-10T18:55:24.831Z | Checking tough v0.17.1 |
1935 | 2024-07-10T18:55:25.038Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
1936 | 2024-07-10T18:55:25.094Z | Checking nix v0.27.1 |
1937 | 2024-07-10T18:55:27.852Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
1938 | 2024-07-10T18:55:28.235Z | Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
1939 | 2024-07-10T18:55:29.048Z | Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
1940 | 2024-07-10T18:55:29.583Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
1941 | 2024-07-10T18:55:30.277Z | Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
1942 | 2024-07-10T18:55:30.608Z | Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
1943 | 2024-07-10T18:55:31.363Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
1944 | 2024-07-10T18:55:32.281Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
1945 | 2024-07-10T18:55:32.565Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
1946 | 2024-07-10T18:55:32.623Z | Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
1947 | 2024-07-10T18:55:32.821Z | Compiling derive_builder_core v0.20.0 |
1948 | 2024-07-10T18:55:33.069Z | Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
1949 | 2024-07-10T18:55:34.211Z | Checking serde-big-array v0.5.1 |
1950 | 2024-07-10T18:55:34.242Z | Compiling hubpack_derive v0.1.0 (https://github.com/cbiffle/hubpack.git?rev=df08cc3a6e1f97381cd0472ae348e310f0119e25#df08cc3a) |
1951 | 2024-07-10T18:55:34.432Z | Compiling libxml v0.3.3 |
1952 | 2024-07-10T18:55:34.469Z | Checking parse-size v1.0.0 |
1953 | 2024-07-10T18:55:35.140Z | Checking hubpack v0.1.0 (https://github.com/cbiffle/hubpack.git?rev=df08cc3a6e1f97381cd0472ae348e310f0119e25#df08cc3a) |
1954 | 2024-07-10T18:55:35.437Z | Checking signal-hook-tokio v0.3.1 |
1955 | 2024-07-10T18:55:35.440Z | Compiling derive_builder_macro v0.20.0 |
1956 | 2024-07-10T18:55:35.518Z | Compiling peg-macros v0.8.3 |
1957 | 2024-07-10T18:55:35.718Z | Checking serde-big-array v0.4.1 |
1958 | 2024-07-10T18:55:36.023Z | Compiling strum_macros v0.24.3 |
1959 | 2024-07-10T18:55:36.388Z | Compiling sqlparser_derive v0.2.2 |
1960 | 2024-07-10T18:55:36.772Z | Compiling cookie v0.18.1 |
1961 | 2024-07-10T18:55:37.222Z | Checking unicode_categories v0.1.1 |
1962 | 2024-07-10T18:55:37.343Z | Compiling indoc v1.0.9 |
1963 | 2024-07-10T18:55:37.493Z | Checking sqlparser v0.45.0 |
1964 | 2024-07-10T18:55:37.521Z | Checking sqlformat v0.2.3 |
1965 | 2024-07-10T18:55:38.399Z | Checking rustyline v14.0.0 |
1966 | 2024-07-10T18:55:39.425Z | Checking peg v0.8.3 |
1967 | 2024-07-10T18:55:39.611Z | Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
1968 | 2024-07-10T18:55:39.946Z | Checking derive_builder v0.20.0 |
1969 | 2024-07-10T18:55:40.031Z | Checking sprockets-common v0.1.0 (https://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef) |
1970 | 2024-07-10T18:55:41.074Z | Checking tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
1971 | 2024-07-10T18:55:41.869Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
1972 | 2024-07-10T18:55:42.127Z | Checking bcs v0.1.6 |
1973 | 2024-07-10T18:55:42.256Z | Checking quick-xml v0.31.0 |
1974 | 2024-07-10T18:55:42.586Z | Compiling oso-derive v0.27.3 |
1975 | 2024-07-10T18:55:43.608Z | Compiling impl-trait-for-tuples v0.2.2 |
1976 | 2024-07-10T18:55:43.638Z | Checking highway v1.1.0 |
1977 | 2024-07-10T18:55:44.055Z | Checking heck v0.4.1 |
1978 | 2024-07-10T18:55:44.274Z | Checking corncobs v0.1.3 |
1979 | 2024-07-10T18:55:44.300Z | Checking openapi-lint v0.4.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#ef442ee4) |
1980 | 2024-07-10T18:55:44.464Z | Checking sprockets-rot v0.1.0 (https://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef) |
1981 | 2024-07-10T18:55:44.715Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
1982 | 2024-07-10T18:55:45.114Z | Compiling diesel-dtrace v0.3.0 (https://github.com/oxidecomputer/diesel-dtrace?branch=main#62ef5ca0) |
1983 | 2024-07-10T18:55:45.449Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
1984 | 2024-07-10T18:55:45.721Z | Compiling const_format_proc_macros v0.2.32 |
1985 | 2024-07-10T18:55:46.195Z | Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
1986 | 2024-07-10T18:55:46.596Z | Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
1987 | 2024-07-10T18:55:47.488Z | Checking bb8 v0.8.5 |
1988 | 2024-07-10T18:55:47.942Z | Checking async-bb8-diesel v0.1.0 (https://github.com/oxidecomputer/async-bb8-diesel?rev=ed7ab5ef0513ba303d33efd41d3e9e381169d59b#ed7ab5ef) |
1989 | 2024-07-10T18:55:48.029Z | Checking const_format v0.2.32 |
1990 | 2024-07-10T18:55:48.488Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
1991 | 2024-07-10T18:55:48.908Z | Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
1992 | 2024-07-10T18:55:50.190Z | Checking assert_matches v1.5.0 |
1993 | 2024-07-10T18:55:50.294Z | Compiling portable-atomic v1.6.0 |
1994 | 2024-07-10T18:55:51.502Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
1995 | 2024-07-10T18:55:52.409Z | Checking rand_seeder v0.2.3 |
1996 | 2024-07-10T18:55:52.500Z | Checking number_prefix v0.4.0 |
1997 | 2024-07-10T18:55:52.653Z | Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
1998 | 2024-07-10T18:55:52.704Z | Checking indicatif v0.17.8 |
1999 | 2024-07-10T18:55:53.145Z | Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
2000 | 2024-07-10T18:55:53.387Z | Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
2001 | 2024-07-10T18:55:53.463Z | Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
2002 | 2024-07-10T18:55:54.560Z | Checking castaway v0.2.2 |
2003 | 2024-07-10T18:55:54.725Z | Checking compact_str v0.7.1 |
2004 | 2024-07-10T18:55:54.744Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
2005 | 2024-07-10T18:55:54.891Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
2006 | 2024-07-10T18:55:55.005Z | Checking unicode-truncate v1.0.0 |
2007 | 2024-07-10T18:55:55.178Z | Checking itertools v0.13.0 |
2008 | 2024-07-10T18:55:55.221Z | Checking lru v0.12.3 |
2009 | 2024-07-10T18:55:55.396Z | Compiling stability v0.2.0 |
2010 | 2024-07-10T18:55:55.502Z | Checking cassowary v0.3.0 |
2011 | 2024-07-10T18:55:55.978Z | Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
2012 | 2024-07-10T18:55:56.426Z | Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
2013 | 2024-07-10T18:55:57.593Z | Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
2014 | 2024-07-10T18:55:57.789Z | Checking ratatui v0.27.0 |
2015 | 2024-07-10T18:55:58.534Z | Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2016 | 2024-07-10T18:55:58.779Z | Checking smawk v0.3.2 |
2017 | 2024-07-10T18:55:58.941Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
2018 | 2024-07-10T18:55:58.995Z | Checking unicode-linebreak v0.1.5 |
2019 | 2024-07-10T18:55:59.204Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
2020 | 2024-07-10T18:55:59.389Z | Checking textwrap v0.16.1 |
2021 | 2024-07-10T18:55:59.485Z | Checking is_ci v1.2.0 |
2022 | 2024-07-10T18:55:59.628Z | Checking supports-color v3.0.0 |
2023 | 2024-07-10T18:55:59.675Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2024 | 2024-07-10T18:55:59.813Z | Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
2025 | 2024-07-10T18:55:59.840Z | Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=e10f8793f8414fdb9a165219f17e45fa014d088b#e10f8793) |
2026 | 2024-07-10T18:56:00.717Z | Checking fatfs v0.3.6 |
2027 | 2024-07-10T18:56:01.510Z | Checking shell-words v1.1.0 |
2028 | 2024-07-10T18:56:01.609Z | Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
2029 | 2024-07-10T18:56:01.689Z | Checking cargo-platform v0.1.8 |
2030 | 2024-07-10T18:56:01.734Z | Checking rtoolbox v0.0.2 |
2031 | 2024-07-10T18:56:01.920Z | Compiling getrandom v0.1.16 |
2032 | 2024-07-10T18:56:01.979Z | Checking cargo_metadata v0.18.1 |
2033 | 2024-07-10T18:56:02.638Z | Checking rpassword v7.3.1 |
2034 | 2024-07-10T18:56:02.791Z | Checking tui-tree-widget v0.21.0 |
2035 | 2024-07-10T18:56:03.404Z | Checking tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous) |
2036 | 2024-07-10T18:56:03.581Z | Checking rfc6979 v0.4.0 |
2037 | 2024-07-10T18:56:04.370Z | Checking ecdsa v0.16.9 |
2038 | 2024-07-10T18:56:04.542Z | Checking rand_core v0.5.1 |
2039 | 2024-07-10T18:56:04.866Z | Checking primeorder v0.13.6 |
2040 | 2024-07-10T18:56:05.107Z | Checking yansi v0.5.1 |
2041 | 2024-07-10T18:56:05.416Z | Checking option-ext v0.2.0 |
2042 | 2024-07-10T18:56:05.551Z | Checking dirs-sys v0.4.1 |
2043 | 2024-07-10T18:56:05.617Z | Checking pretty_assertions v1.4.0 |
2044 | 2024-07-10T18:56:05.745Z | Checking rand_chacha v0.2.2 |
2045 | 2024-07-10T18:56:05.823Z | Checking polyval v0.6.2 |
2046 | 2024-07-10T18:56:06.081Z | Checking ed25519 v2.2.3 |
2047 | 2024-07-10T18:56:06.103Z | Checking aes v0.8.4 |
2048 | 2024-07-10T18:56:06.310Z | Checking ctr v0.9.2 |
2049 | 2024-07-10T18:56:06.595Z | Checking blowfish v0.9.1 |
2050 | 2024-07-10T18:56:06.858Z | Checking password-hash v0.4.2 |
2051 | 2024-07-10T18:56:07.025Z | Checking pbkdf2 v0.12.2 |
2052 | 2024-07-10T18:56:07.198Z | Checking plotters-backend v0.3.5 |
2053 | 2024-07-10T18:56:07.268Z | Checking hex-literal v0.4.1 |
2054 | 2024-07-10T18:56:07.410Z | Checking pbkdf2 v0.11.0 |
2055 | 2024-07-10T18:56:07.542Z | Checking plotters-svg v0.3.5 |
2056 | 2024-07-10T18:56:07.683Z | Checking bcrypt-pbkdf v0.10.0 |
2057 | 2024-07-10T18:56:07.776Z | Checking ed25519-dalek v2.1.1 |
2058 | 2024-07-10T18:56:07.950Z | Checking rand v0.7.3 |
2059 | 2024-07-10T18:56:08.103Z | Checking ghash v0.5.1 |
2060 | 2024-07-10T18:56:08.289Z | Checking dirs v5.0.1 |
2061 | 2024-07-10T18:56:08.442Z | Checking p521 v0.13.3 |
2062 | 2024-07-10T18:56:09.318Z | Checking p256 v0.13.2 |
2063 | 2024-07-10T18:56:09.777Z | Compiling nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros) |
2064 | 2024-07-10T18:56:09.845Z | Checking cbc v0.1.2 |
2065 | 2024-07-10T18:56:10.059Z | Checking russh-cryptovec v0.7.2 |
2066 | 2024-07-10T18:56:10.105Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
2067 | 2024-07-10T18:56:10.276Z | Checking cast v0.3.0 |
2068 | 2024-07-10T18:56:10.604Z | Checking md5 v0.7.0 |
2069 | 2024-07-10T18:56:10.901Z | Compiling target-lexicon v0.12.14 |
2070 | 2024-07-10T18:56:11.289Z | Compiling doc-comment v0.3.3 |
2071 | 2024-07-10T18:56:11.902Z | Checking russh-keys v0.43.0 |
2072 | 2024-07-10T18:56:12.021Z | Checking criterion-plot v0.5.0 |
2073 | 2024-07-10T18:56:12.535Z | Checking aes-gcm v0.10.3 |
2074 | 2024-07-10T18:56:12.795Z | Checking plotters v0.3.5 |
2075 | 2024-07-10T18:56:13.039Z | Checking http-body v1.0.0 |
2076 | 2024-07-10T18:56:13.264Z | Checking tinytemplate v1.2.1 |
2077 | 2024-07-10T18:56:13.663Z | Checking csv-core v0.1.11 |
2078 | 2024-07-10T18:56:14.019Z | Checking oorandom v11.1.3 |
2079 | 2024-07-10T18:56:14.184Z | Checking regex-automata v0.1.10 |
2080 | 2024-07-10T18:56:14.520Z | Checking tower-layer v0.3.2 |
2081 | 2024-07-10T18:56:14.588Z | Compiling guppy-workspace-hack v0.1.0 |
2082 | 2024-07-10T18:56:14.805Z | Checking anes v0.1.6 |
2083 | 2024-07-10T18:56:14.874Z | Compiling dhcproto-macros v0.1.0 |
2084 | 2024-07-10T18:56:15.170Z | Compiling assert_cmd v2.0.14 |
2085 | 2024-07-10T18:56:15.608Z | Checking criterion v0.5.1 |
2086 | 2024-07-10T18:56:15.903Z | Checking dhcproto v0.11.0 |
2087 | 2024-07-10T18:56:17.243Z | Checking tower v0.4.13 |
2088 | 2024-07-10T18:56:17.382Z | Checking bstr v0.2.17 |
2089 | 2024-07-10T18:56:18.026Z | Checking csv v1.3.0 |
2090 | 2024-07-10T18:56:18.298Z | Checking hyper v1.3.1 |
2091 | 2024-07-10T18:56:18.422Z | Checking russh v0.43.0 |
2092 | 2024-07-10T18:56:19.482Z | Checking installinator-artifactd v0.1.0 (/work/oxidecomputer/omicron/installinator-artifactd) |
2093 | 2024-07-10T18:56:19.532Z | Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
2094 | 2024-07-10T18:56:20.225Z | Compiling target-spec v3.1.0 |
2095 | 2024-07-10T18:56:20.803Z | Checking internet-checksum v0.2.1 |
2096 | 2024-07-10T18:56:21.559Z | Checking hyper-util v0.1.3 |
2097 | 2024-07-10T18:56:22.441Z | Checking cfg-expr v0.15.8 |
2098 | 2024-07-10T18:56:23.146Z | Checking httptest v0.15.5 |
2099 | 2024-07-10T18:56:23.216Z | Checking installinator-artifact-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-artifact-client) |
2100 | 2024-07-10T18:56:23.289Z | Checking rustls-native-certs v0.7.0 |
2101 | 2024-07-10T18:56:23.773Z | Checking hyper-rustls v0.26.0 |
2102 | 2024-07-10T18:56:24.505Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
2103 | 2024-07-10T18:56:24.783Z | Checking pathdiff v0.2.1 |
2104 | 2024-07-10T18:56:24.948Z | Checking threadpool v1.8.1 |
2105 | 2024-07-10T18:56:25.163Z | Checking escape8259 v0.5.2 |
2106 | 2024-07-10T18:56:25.358Z | Checking nested v0.1.1 |
2107 | 2024-07-10T18:56:25.503Z | Checking libtest-mimic v0.7.3 |
2108 | 2024-07-10T18:56:25.578Z | Checking guppy v0.17.5 |
2109 | 2024-07-10T18:56:26.039Z | Checking similar-asserts v1.5.0 |
2110 | 2024-07-10T18:56:26.283Z | Checking fancy-regex v0.13.0 |
2111 | 2024-07-10T18:56:27.057Z | Compiling rstest_macros v0.19.0 |
2112 | 2024-07-10T18:56:27.613Z | Checking datatest-stable v0.2.9 |
2113 | 2024-07-10T18:56:27.690Z | Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
2114 | 2024-07-10T18:56:27.873Z | Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
2115 | 2024-07-10T18:56:27.912Z | Checking blake2b_simd v1.0.2 |
2116 | 2024-07-10T18:56:28.914Z | Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
2117 | 2024-07-10T18:56:29.008Z | Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli) |
2118 | 2024-07-10T18:56:29.198Z | Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
2119 | 2024-07-10T18:56:29.477Z | Compiling relative-path v1.9.3 |
2120 | 2024-07-10T18:56:29.666Z | Compiling trybuild v1.0.96 |
2121 | 2024-07-10T18:56:30.286Z | Checking rust-argon2 v2.1.0 |
2122 | 2024-07-10T18:56:30.904Z | Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
2123 | 2024-07-10T18:56:33.988Z | Checking multimap v0.10.0 |
2124 | 2024-07-10T18:56:34.308Z | Checking futures-timer v3.0.3 |
2125 | 2024-07-10T18:56:36.024Z | Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
2126 | 2024-07-10T18:56:36.957Z | Checking partial-io v0.5.4 |
2127 | 2024-07-10T18:56:37.306Z | Checking cargo_toml v0.20.3 |
2128 | 2024-07-10T18:56:39.322Z | Checking rand_distr v0.4.3 |
2129 | 2024-07-10T18:56:39.838Z | Checking rstest v0.19.0 |
2130 | 2024-07-10T18:56:40.009Z | Checking approx v0.5.1 |
2131 | 2024-07-10T18:56:40.052Z | Checking termios v0.3.3 |
2132 | 2024-07-10T18:56:40.070Z | Checking uzers v0.11.3 |
2133 | 2024-07-10T18:56:40.268Z | Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli) |
2134 | 2024-07-10T18:56:40.397Z | Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
2135 | 2024-07-10T18:56:44.348Z | Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
2136 | 2024-07-10T18:56:45.659Z | Checking end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
2137 | 2024-07-10T18:56:53.827Z | Compiling samael v0.0.15 |
2138 | 2024-07-10T18:56:56.884Z | Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng) |
2139 | 2024-07-10T18:57:23.908Z | Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns-cli) |
2140 | 2024-07-10T18:57:25.275Z | Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed) |
2141 | 2024-07-10T18:57:28.983Z | Compiling polar-core v0.27.3 |
2142 | 2024-07-10T18:57:40.294Z | Checking oso v0.27.3 |
2143 | 2024-07-10T18:58:11.504Z | Checking nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
2144 | 2024-07-10T18:58:11.505Z | Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
2145 | 2024-07-10T18:58:11.507Z | Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
2146 | 2024-07-10T18:59:23.056Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 7m 02s |
2147 | 2024-07-10T18:59:23.338Z | |
2148 | 2024-07-10T18:59:23.338Z | real 7:09.789368391 |
2149 | 2024-07-10T18:59:23.338Z | user 39:28.091389940 |
2150 | 2024-07-10T18:59:23.338Z | sys 6:55.886382092 |
2151 | 2024-07-10T18:59:23.340Z | trap 1.055797941 |
2152 | 2024-07-10T18:59:23.341Z | tflt 2.316472295 |
2153 | 2024-07-10T18:59:23.341Z | dflt 1.200343762 |
2154 | 2024-07-10T18:59:23.341Z | kflt 0.004681957 |
2155 | 2024-07-10T18:59:23.341Z | lock 1:55:35.804557651 |
2156 | 2024-07-10T18:59:23.341Z | slp 2:06:01.826678460 |
2157 | 2024-07-10T18:59:23.341Z | lat 1:54.692852607 |
2158 | 2024-07-10T18:59:23.341Z | stop 5:53.288665827 |
2159 | 2024-07-10T18:59:23.341Z | + RUSTDOCFLAGS='--document-private-items -D warnings' |
2160 | 2024-07-10T18:59:23.341Z | + ptime -m cargo doc --workspace --no-deps |
2161 | 2024-07-10T18:59:24.357Z | warning: output filename collision. |
2162 | 2024-07-10T18:59:24.357Z | 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)`. |
2163 | 2024-07-10T18:59:24.357Z | Colliding filename is: /work/oxidecomputer/omicron/target/doc/oximeter/index.html |
2164 | 2024-07-10T18:59:24.357Z | The targets should have unique names. |
2165 | 2024-07-10T18:59:24.358Z | This is a known bug where multiple crates with the same name use |
2166 | 2024-07-10T18:59:24.358Z | the same path; see <https://github.com/rust-lang/cargo/issues/6313>. |
2167 | 2024-07-10T18:59:24.852Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2168 | 2024-07-10T18:59:24.907Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2169 | 2024-07-10T18:59:24.942Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
2170 | 2024-07-10T18:59:24.954Z | Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
2171 | 2024-07-10T18:59:24.972Z | Documenting xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
2172 | 2024-07-10T18:59:24.972Z | Documenting omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2173 | 2024-07-10T18:59:25.118Z | Documenting omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2174 | 2024-07-10T18:59:25.202Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
2175 | 2024-07-10T18:59:25.216Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
2176 | 2024-07-10T18:59:25.235Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2177 | 2024-07-10T18:59:25.252Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2178 | 2024-07-10T18:59:25.425Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2179 | 2024-07-10T18:59:25.507Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2180 | 2024-07-10T18:59:25.645Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2181 | 2024-07-10T18:59:25.941Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2182 | 2024-07-10T18:59:25.944Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2183 | 2024-07-10T18:59:27.110Z | Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2184 | 2024-07-10T18:59:29.442Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
2185 | 2024-07-10T18:59:29.749Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
2186 | 2024-07-10T18:59:30.051Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
2187 | 2024-07-10T18:59:30.113Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
2188 | 2024-07-10T18:59:30.347Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
2189 | 2024-07-10T18:59:30.416Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
2190 | 2024-07-10T18:59:30.718Z | Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2191 | 2024-07-10T18:59:30.894Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2192 | 2024-07-10T18:59:31.248Z | Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
2193 | 2024-07-10T18:59:31.434Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
2194 | 2024-07-10T18:59:31.809Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
2195 | 2024-07-10T18:59:32.019Z | Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
2196 | 2024-07-10T18:59:32.086Z | Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
2197 | 2024-07-10T18:59:32.150Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
2198 | 2024-07-10T18:59:32.421Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
2199 | 2024-07-10T18:59:32.746Z | Documenting dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2200 | 2024-07-10T18:59:33.167Z | Documenting authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
2201 | 2024-07-10T18:59:33.273Z | Documenting db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
2202 | 2024-07-10T18:59:34.724Z | Checking illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2203 | 2024-07-10T18:59:36.908Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2204 | 2024-07-10T18:59:37.378Z | Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
2205 | 2024-07-10T18:59:38.847Z | Compiling oximeter-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/impl) |
2206 | 2024-07-10T18:59:39.464Z | Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
2207 | 2024-07-10T18:59:39.574Z | Checking internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns) |
2208 | 2024-07-10T18:59:40.141Z | Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2209 | 2024-07-10T18:59:40.383Z | Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
2210 | 2024-07-10T18:59:40.930Z | Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
2211 | 2024-07-10T18:59:41.465Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2212 | 2024-07-10T18:59:41.956Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2213 | 2024-07-10T18:59:42.559Z | Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2214 | 2024-07-10T18:59:42.853Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2215 | 2024-07-10T18:59:43.125Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2216 | 2024-07-10T18:59:43.287Z | Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2217 | 2024-07-10T18:59:44.194Z | Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
2218 | 2024-07-10T18:59:45.236Z | Checking tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
2219 | 2024-07-10T18:59:45.374Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2220 | 2024-07-10T18:59:45.880Z | Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
2221 | 2024-07-10T18:59:47.490Z | Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
2222 | 2024-07-10T18:59:47.586Z | Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
2223 | 2024-07-10T18:59:47.743Z | Documenting omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2224 | 2024-07-10T18:59:47.828Z | Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
2225 | 2024-07-10T18:59:48.550Z | Checking installinator-artifact-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-artifact-client) |
2226 | 2024-07-10T18:59:50.997Z | Checking installinator-artifactd v0.1.0 (/work/oxidecomputer/omicron/installinator-artifactd) |
2227 | 2024-07-10T18:59:51.226Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
2228 | 2024-07-10T18:59:51.766Z | Documenting omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
2229 | 2024-07-10T18:59:52.865Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
2230 | 2024-07-10T18:59:53.119Z | Documenting sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
2231 | 2024-07-10T18:59:54.521Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
2232 | 2024-07-10T18:59:55.020Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
2233 | 2024-07-10T18:59:55.739Z | Documenting gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
2234 | 2024-07-10T18:59:55.906Z | Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2235 | 2024-07-10T18:59:56.304Z | Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2236 | 2024-07-10T18:59:57.640Z | Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2237 | 2024-07-10T18:59:58.948Z | Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2238 | 2024-07-10T19:00:01.241Z | Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
2239 | 2024-07-10T19:00:02.069Z | Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
2240 | 2024-07-10T19:00:02.575Z | Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
2241 | 2024-07-10T19:00:03.742Z | Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
2242 | 2024-07-10T19:00:03.824Z | Documenting wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
2243 | 2024-07-10T19:00:04.772Z | Documenting oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2244 | 2024-07-10T19:00:06.927Z | Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2245 | 2024-07-10T19:00:07.872Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2246 | 2024-07-10T19:00:07.879Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
2247 | 2024-07-10T19:00:09.801Z | Documenting oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
2248 | 2024-07-10T19:00:13.245Z | Documenting omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2249 | 2024-07-10T19:00:19.071Z | Documenting oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2250 | 2024-07-10T19:00:29.426Z | Documenting end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
2251 | 2024-07-10T19:00:29.464Z | Checking end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
2252 | 2024-07-10T19:00:38.414Z | Documenting nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
2253 | 2024-07-10T19:00:38.547Z | Documenting nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
2254 | 2024-07-10T19:00:48.282Z | Documenting nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
2255 | 2024-07-10T19:00:49.424Z | Documenting nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
2256 | 2024-07-10T19:00:59.989Z | Documenting nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
2257 | 2024-07-10T19:01:00.166Z | Documenting nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
2258 | 2024-07-10T19:01:04.593Z | Documenting nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
2259 | 2024-07-10T19:01:25.116Z | Documenting nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2260 | 2024-07-10T19:01:28.163Z | Documenting oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2261 | 2024-07-10T19:01:33.774Z | Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
2262 | 2024-07-10T19:01:36.188Z | Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
2263 | 2024-07-10T19:01:37.103Z | Documenting nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
2264 | 2024-07-10T19:01:40.441Z | Documenting omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
2265 | 2024-07-10T19:01:42.768Z | Documenting nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
2266 | 2024-07-10T19:01:45.986Z | Documenting nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
2267 | 2024-07-10T19:01:50.292Z | Documenting nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
2268 | 2024-07-10T19:02:04.410Z | Documenting nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
2269 | 2024-07-10T19:02:13.040Z | Documenting oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2270 | 2024-07-10T19:02:20.883Z | Documenting wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
2271 | 2024-07-10T19:02:22.518Z | Documenting wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
2272 | 2024-07-10T19:02:24.547Z | Documenting installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
2273 | 2024-07-10T19:02:29.458Z | Documenting wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
2274 | 2024-07-10T19:02:33.385Z | Documenting omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
2275 | 2024-07-10T19:02:51.583Z | Documenting tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous) |
2276 | 2024-07-10T19:02:52.310Z | Documenting update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
2277 | 2024-07-10T19:02:54.139Z | Documenting omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng) |
2278 | 2024-07-10T19:02:54.537Z | Documenting nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2279 | 2024-07-10T19:02:54.691Z | Documenting crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed) |
2280 | 2024-07-10T19:02:58.075Z | Documenting oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
2281 | 2024-07-10T19:03:09.152Z | Documenting sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2282 | 2024-07-10T19:03:10.299Z | Documenting omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
2283 | 2024-07-10T19:03:11.006Z | Documenting dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
2284 | 2024-07-10T19:03:14.349Z | Documenting installinator-artifact-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-artifact-client) |
2285 | 2024-07-10T19:03:14.406Z | Documenting installinator-artifactd v0.1.0 (/work/oxidecomputer/omicron/installinator-artifactd) |
2286 | 2024-07-10T19:03:15.240Z | Documenting internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns-cli) |
2287 | 2024-07-10T19:03:18.524Z | Documenting bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2288 | 2024-07-10T19:03:20.561Z | Documenting omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2289 | 2024-07-10T19:03:22.348Z | Documenting sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2290 | 2024-07-10T19:03:22.989Z | Documenting bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2291 | 2024-07-10T19:03:24.609Z | Documenting wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
2292 | 2024-07-10T19:03:29.203Z | Documenting sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
2293 | 2024-07-10T19:03:29.556Z | Documenting installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2294 | 2024-07-10T19:03:30.815Z | Documenting zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
2295 | 2024-07-10T19:03:35.350Z | Documenting ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
2296 | 2024-07-10T19:03:35.690Z | Documenting nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
2297 | 2024-07-10T19:03:37.306Z | Documenting gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli) |
2298 | 2024-07-10T19:03:38.555Z | Documenting tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
2299 | 2024-07-10T19:03:43.428Z | Documenting internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns) |
2300 | 2024-07-10T19:03:45.034Z | Documenting key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2301 | 2024-07-10T19:03:45.383Z | Documenting omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
2302 | 2024-07-10T19:03:45.509Z | Documenting nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
2303 | 2024-07-10T19:03:48.610Z | Documenting oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
2304 | 2024-07-10T19:03:49.999Z | Documenting sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2305 | 2024-07-10T19:03:51.659Z | Documenting illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2306 | 2024-07-10T19:03:57.940Z | Documenting oximeter-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/impl) |
2307 | 2024-07-10T19:03:58.513Z | Documenting omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2308 | 2024-07-10T19:03:58.681Z | Documenting oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
2309 | 2024-07-10T19:03:58.984Z | Documenting typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
2310 | 2024-07-10T19:04:00.868Z | Documenting nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
2311 | 2024-07-10T19:04:02.261Z | Documenting api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2312 | 2024-07-10T19:04:05.539Z | Documenting oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2313 | 2024-07-10T19:04:06.618Z | Documenting dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2314 | 2024-07-10T19:04:07.230Z | Documenting oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2315 | 2024-07-10T19:04:07.749Z | Documenting omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
2316 | 2024-07-10T19:04:08.090Z | Documenting omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2317 | 2024-07-10T19:04:10.420Z | Documenting gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2318 | 2024-07-10T19:04:12.535Z | Documenting cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
2319 | 2024-07-10T19:04:13.664Z | Documenting nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros) |
2320 | 2024-07-10T19:04:15.070Z | Documenting update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2321 | 2024-07-10T19:04:32.571Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 5m 09s |
2322 | 2024-07-10T19:04:32.710Z | Generated /work/oxidecomputer/omicron/target/doc/api_identity/index.html and 97 other files |
2323 | 2024-07-10T19:04:32.755Z | |
2324 | 2024-07-10T19:04:32.755Z | real 5:09.364376054 |
2325 | 2024-07-10T19:04:32.755Z | user 17:55.729015811 |
2326 | 2024-07-10T19:04:32.755Z | sys 21:04.993931473 |
2327 | 2024-07-10T19:04:32.756Z | trap 0.325514776 |
2328 | 2024-07-10T19:04:32.756Z | tflt 0.093460235 |
2329 | 2024-07-10T19:04:32.756Z | dflt 0.126338232 |
2330 | 2024-07-10T19:04:32.756Z | kflt 0.000011718 |
2331 | 2024-07-10T19:04:32.756Z | lock 50:19.677578422 |
2332 | 2024-07-10T19:04:32.764Z | slp 1:23:30.401011881 |
2333 | 2024-07-10T19:04:32.764Z | lat 59.721094232 |
2334 | 2024-07-10T19:04:32.764Z | stop 39.968093679 |
2335 | 2024-07-10T19:04:32.764Z | process exited: duration 909210 ms, exit code 0 |
|
2336 | 2024-07-10T19:04:32.777Z | found 0 output files |