|
|
|
1 | 2024-09-06T22:54:19.744Z | job assigned to worker 01J74RPKEJZJ586BH1VGN3RWEG (queued for 26 s) |
|
2 | 2024-09-06T22:54:20.343Z | starting task 0: "setup" |
3 | 2024-09-06T22:54:20.368Z | ++ uname -s |
4 | 2024-09-06T22:54:20.368Z | + kern=SunOS |
5 | 2024-09-06T22:54:20.368Z | + case "$kern" in |
6 | 2024-09-06T22:54:20.368Z | + groupadd -g 12345 build |
7 | 2024-09-06T22:54:20.368Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
8 | 2024-09-06T22:54:22.376Z | + zfs create -o mountpoint=/work rpool/work |
9 | 2024-09-06T22:54:22.416Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
10 | 2024-09-06T22:54:22.442Z | + home_fs=zfs |
11 | 2024-09-06T22:54:22.442Z | + [[ zfs == autofs ]] |
12 | 2024-09-06T22:54:22.442Z | + mkdir -p /home/build |
13 | 2024-09-06T22:54:22.442Z | + chown build:build /home/build /work |
14 | 2024-09-06T22:54:24.426Z | + chmod 0700 /home/build /work |
15 | 2024-09-06T22:54:24.450Z | process exited: duration 4087 ms, exit code 0 |
|
16 | 2024-09-06T22:54:24.499Z | starting task 1: "rust-toolchain" |
17 | 2024-09-06T22:54:24.523Z | + printf ' * toolchain channel = "%s" |
18 | 2024-09-06T22:54:24.523Z | ' 1.80.1 |
19 | 2024-09-06T22:54:24.523Z | + printf ' * toolchain profile = "%s" |
20 | 2024-09-06T22:54:24.523Z | ' default |
21 | 2024-09-06T22:54:24.523Z | * toolchain channel = "1.80.1" |
22 | 2024-09-06T22:54:24.523Z | * toolchain profile = "default" |
23 | 2024-09-06T22:54:24.523Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
24 | 2024-09-06T22:54:24.523Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.80.1 --profile default |
25 | 2024-09-06T22:54:24.626Z | info: downloading installer |
26 | 2024-09-06T22:54:25.340Z | info: profile set to 'default' |
27 | 2024-09-06T22:54:25.340Z | info: default host triple is x86_64-unknown-illumos |
28 | 2024-09-06T22:54:25.390Z | info: syncing channel updates for '1.80.1-x86_64-unknown-illumos' |
29 | 2024-09-06T22:54:25.429Z | info: latest update on 2024-08-08, rust version 1.80.1 (3f5fd8dd4 2024-08-06) |
30 | 2024-09-06T22:54:25.429Z | info: downloading component 'cargo' |
31 | 2024-09-06T22:54:25.655Z | info: downloading component 'clippy' |
32 | 2024-09-06T22:54:25.919Z | info: downloading component 'rust-docs' |
33 | 2024-09-06T22:54:26.427Z | info: downloading component 'rust-std' |
34 | 2024-09-06T22:54:26.857Z | info: downloading component 'rustc' |
35 | 2024-09-06T22:54:27.584Z | info: downloading component 'rustfmt' |
36 | 2024-09-06T22:54:27.624Z | info: installing component 'cargo' |
37 | 2024-09-06T22:54:28.735Z | info: installing component 'clippy' |
38 | 2024-09-06T22:54:29.180Z | info: installing component 'rust-docs' |
39 | 2024-09-06T22:54:31.921Z | info: installing component 'rust-std' |
40 | 2024-09-06T22:54:33.847Z | info: installing component 'rustc' |
41 | 2024-09-06T22:54:38.833Z | info: installing component 'rustfmt' |
42 | 2024-09-06T22:54:39.219Z | info: default toolchain set to '1.80.1-x86_64-unknown-illumos' |
43 | 2024-09-06T22:54:39.219Z | |
44 | 2024-09-06T22:54:39.309Z | 1.80.1-x86_64-unknown-illumos installed - rustc 1.80.1 (3f5fd8dd4 2024-08-06) |
45 | 2024-09-06T22:54:39.309Z | |
46 | 2024-09-06T22:54:39.309Z | |
47 | 2024-09-06T22:54:39.309Z | Rust is installed now. Great! |
48 | 2024-09-06T22:54:39.309Z | |
49 | 2024-09-06T22:54:39.309Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
50 | 2024-09-06T22:54:39.309Z | environment variable. This has not been done automatically. |
51 | 2024-09-06T22:54:39.309Z | |
52 | 2024-09-06T22:54:39.309Z | To configure your current shell, you need to source |
53 | 2024-09-06T22:54:39.309Z | the corresponding env file under $HOME/.cargo. |
54 | 2024-09-06T22:54:39.309Z | |
55 | 2024-09-06T22:54:39.309Z | This is usually done by running one of the following (note the leading DOT): |
56 | 2024-09-06T22:54:39.309Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
57 | 2024-09-06T22:54:39.309Z | source "$HOME/.cargo/env.fish" # For fish |
58 | 2024-09-06T22:54:39.388Z | + rustc --version |
59 | 2024-09-06T22:54:39.475Z | rustc 1.80.1 (3f5fd8dd4 2024-08-06) |
60 | 2024-09-06T22:54:39.500Z | process exited: duration 14983 ms, exit code 0 |
|
61 | 2024-09-06T22:54:39.548Z | starting task 2: "authentication" |
62 | 2024-09-06T22:54:39.598Z | process exited: duration 50 ms, exit code 0 |
|
63 | 2024-09-06T22:54:39.646Z | starting task 3: "clone repository" |
64 | 2024-09-06T22:54:39.670Z | + mkdir -p /work/oxidecomputer/omicron |
65 | 2024-09-06T22:54:39.670Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
66 | 2024-09-06T22:54:39.693Z | Cloning into '/work/oxidecomputer/omicron'... |
67 | 2024-09-06T22:54:46.158Z | + cd /work/oxidecomputer/omicron |
68 | 2024-09-06T22:54:46.158Z | + git fetch origin 931a6ef805e19949d8d2f74fbba2375aa1ad1bcc |
69 | 2024-09-06T22:54:46.529Z | From https://github.com/oxidecomputer/omicron |
70 | 2024-09-06T22:54:46.529Z | * branch 931a6ef805e19949d8d2f74fbba2375aa1ad1bcc -> FETCH_HEAD |
71 | 2024-09-06T22:54:46.554Z | + [[ -n sunshowers/spr/wip-use-update-engine-for-reconfigurator-execution ]] |
72 | 2024-09-06T22:54:46.554Z | ++ git branch --show-current |
73 | 2024-09-06T22:54:46.554Z | + current=main |
74 | 2024-09-06T22:54:46.554Z | + [[ main != sunshowers/spr/wip-use-update-engine-for-reconfigurator-execution ]] |
75 | 2024-09-06T22:54:46.554Z | + git branch -f sunshowers/spr/wip-use-update-engine-for-reconfigurator-execution 931a6ef805e19949d8d2f74fbba2375aa1ad1bcc |
76 | 2024-09-06T22:54:46.577Z | + git checkout -f sunshowers/spr/wip-use-update-engine-for-reconfigurator-execution |
77 | 2024-09-06T22:54:46.621Z | Switched to branch 'sunshowers/spr/wip-use-update-engine-for-reconfigurator-execution' |
78 | 2024-09-06T22:54:46.645Z | + git reset --hard 931a6ef805e19949d8d2f74fbba2375aa1ad1bcc |
79 | 2024-09-06T22:54:46.688Z | HEAD is now at 931a6ef80 unused |
80 | 2024-09-06T22:54:46.712Z | process exited: duration 7045 ms, exit code 0 |
|
81 | 2024-09-06T22:54:46.762Z | starting task 4: "build" |
82 | 2024-09-06T22:54:46.785Z | + cargo --version |
83 | 2024-09-06T22:54:46.850Z | cargo 1.80.1 (376290515 2024-07-16) |
84 | 2024-09-06T22:54:46.874Z | + rustc --version |
85 | 2024-09-06T22:54:46.937Z | rustc 1.80.1 (3f5fd8dd4 2024-08-06) |
86 | 2024-09-06T22:54:46.961Z | + source ./env.sh |
87 | 2024-09-06T22:54:46.961Z | ++ OLD_SHELL_OPTS=ehxB |
88 | 2024-09-06T22:54:46.961Z | ++ set -o xtrace |
89 | 2024-09-06T22:54:46.961Z | ++++ dirname ./env.sh |
90 | 2024-09-06T22:54:46.961Z | +++ readlink -f . |
91 | 2024-09-06T22:54:46.961Z | ++ OMICRON_WS=/work/oxidecomputer/omicron |
92 | 2024-09-06T22:54:46.961Z | ++ 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-09-06T22:54:46.962Z | ++ 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-09-06T22:54:46.962Z | ++ 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-09-06T22:54:46.962Z | ++ 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-09-06T22:54:46.962Z | ++ 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-09-06T22:54:46.962Z | ++ 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-09-06T22:54:46.962Z | ++ 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-09-06T22:54:46.962Z | ++ 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-09-06T22:54:46.962Z | ++ case $OLD_SHELL_OPTS in |
101 | 2024-09-06T22:54:46.962Z | ++ unset OLD_SHELL_OPTS OMICRON_WS |
102 | 2024-09-06T22:54:46.962Z | + banner prerequisites |
103 | 2024-09-06T22:54:46.962Z | |
104 | 2024-09-06T22:54:46.962Z | ##### ##### ###### ##### ###### #### # # # #### # |
105 | 2024-09-06T22:54:46.962Z | # # # # # # # # # # # # # # # |
106 | 2024-09-06T22:54:46.962Z | # # # # ##### # # ##### # # # # # #### # |
107 | 2024-09-06T22:54:46.962Z | ##### ##### # ##### # # # # # # # # # |
108 | 2024-09-06T22:54:46.962Z | # # # # # # # # # # # # # # # |
109 | 2024-09-06T22:54:46.962Z | # # # ###### # # ###### ### # #### # #### # |
110 | 2024-09-06T22:54:46.962Z | |
111 | 2024-09-06T22:54:46.962Z | + ptime -m bash ./tools/install_builder_prerequisites.sh -y |
112 | 2024-09-06T22:54:52.449Z | Startup: Refreshing catalog 'helios-dev' ... Done |
113 | 2024-09-06T22:54:55.305Z | Startup: Caching catalogs ... Done |
114 | 2024-09-06T22:54:58.171Z | Planning: Solver setup ... Done (2.123s) |
115 | 2024-09-06T22:54:58.209Z | Planning: Running solver ... Done (0.038s) |
116 | 2024-09-06T22:54:58.257Z | Planning: Finding local manifests ... Done (0.002s) |
117 | 2024-09-06T22:54:58.336Z | Planning: Fetching manifests: 0/5 0% complete |
118 | 2024-09-06T22:54:58.787Z | Planning: Fetching manifests: 5/5 100% complete |
119 | 2024-09-06T22:54:58.904Z | Planning: Package planning ... Done (0.117s) |
120 | 2024-09-06T22:54:58.978Z | Planning: Merging actions ... Done (0.074s) |
121 | 2024-09-06T22:54:59.392Z | Planning: Checking for conflicting actions ... Done (0.414s) |
122 | 2024-09-06T22:55:00.492Z | Planning: Consolidating action changes ... Done (1.099s) |
123 | 2024-09-06T22:55:00.900Z | Planning: Evaluating mediators ... Done (0.408s) |
124 | 2024-09-06T22:55:01.007Z | Planning: Planning completed in 5.63 seconds |
125 | 2024-09-06T22:55:01.031Z | Packages to install: 4 |
126 | 2024-09-06T22:55:01.031Z | Packages to update: 1 |
127 | 2024-09-06T22:55:01.031Z | Mediators to change: 2 |
128 | 2024-09-06T22:55:01.031Z | Services to change: 1 |
129 | 2024-09-06T22:55:01.031Z | Estimated space available: 148.82 GB |
130 | 2024-09-06T22:55:01.031Z | Estimated space to be consumed: 1.53 GB |
131 | 2024-09-06T22:55:01.031Z | Create boot environment: No |
132 | 2024-09-06T22:55:01.031Z | Create backup boot environment: Yes |
133 | 2024-09-06T22:55:01.031Z | Rebuild boot archive: No |
134 | 2024-09-06T22:55:01.031Z | |
135 | 2024-09-06T22:55:01.031Z | Changed mediators: |
136 | 2024-09-06T22:55:01.031Z | mediator clang: |
137 | 2024-09-06T22:55:01.031Z | version: None -> 15 (system default) |
138 | 2024-09-06T22:55:01.031Z | |
139 | 2024-09-06T22:55:01.031Z | mediator llvm: |
140 | 2024-09-06T22:55:01.031Z | version: 14 (system default) -> 15 (system default) |
141 | 2024-09-06T22:55:01.031Z | |
142 | 2024-09-06T22:55:01.031Z | Changed packages: |
143 | 2024-09-06T22:55:01.031Z | helios-dev |
144 | 2024-09-06T22:55:01.031Z | developer/build-essential |
145 | 2024-09-06T22:55:01.031Z | None -> 11-2.0 |
146 | 2024-09-06T22:55:01.031Z | library/libxmlsec1 |
147 | 2024-09-06T22:55:01.031Z | None -> 1.2.35-2.0 |
148 | 2024-09-06T22:55:01.031Z | ooce/developer/clang-15 |
149 | 2024-09-06T22:55:01.031Z | None -> 15.0.7-2.0 |
150 | 2024-09-06T22:55:01.031Z | ooce/developer/llvm-15 |
151 | 2024-09-06T22:55:01.031Z | None -> 15.0.7-2.0 |
152 | 2024-09-06T22:55:01.032Z | package/pkg |
153 | 2024-09-06T22:55:01.032Z | 0.5.11-2.0 -> 0.5.11-2.1.6412 |
154 | 2024-09-06T22:55:01.032Z | |
155 | 2024-09-06T22:55:01.032Z | Services: |
156 | 2024-09-06T22:55:01.032Z | restart_fmri: |
157 | 2024-09-06T22:55:01.032Z | svc:/system/update-man-index:default |
158 | 2024-09-06T22:55:01.032Z | |
159 | 2024-09-06T22:55:01.032Z | Editable files to change: |
160 | 2024-09-06T22:55:01.032Z | Update: |
161 | 2024-09-06T22:55:01.032Z | usr/share/lib/pkg/web/config.shtml |
162 | 2024-09-06T22:55:01.096Z | |
163 | 2024-09-06T22:55:01.096Z | Download: 0/4281 items 0.0/220.6MB 0% complete |
164 | 2024-09-06T22:55:06.099Z | Download: 299/4281 items 15.8/220.6MB 7% complete (3.5M/s) |
165 | 2024-09-06T22:55:11.104Z | Download: 1186/4281 items 44.9/220.6MB 20% complete (4.4M/s) |
166 | 2024-09-06T22:55:16.110Z | Download: 1394/4281 items 109.3/220.6MB 49% complete (9.3M/s) |
167 | 2024-09-06T22:55:21.117Z | Download: 2117/4281 items 118.9/220.6MB 53% complete (7.9M/s) |
168 | 2024-09-06T22:55:28.464Z | Download: 2224/4281 items 119.2/220.6MB 54% complete (4.5M/s) |
169 | 2024-09-06T22:55:33.470Z | Download: 3008/4281 items 121.3/220.6MB 54% complete (221k/s) |
170 | 2024-09-06T22:55:38.917Z | Download: 3280/4281 items 209.6/220.6MB 95% complete (9.3M/s) |
171 | 2024-09-06T22:55:43.924Z | Download: 4146/4281 items 219.8/220.6MB 99% complete (9.7M/s) |
172 | 2024-09-06T22:55:53.948Z | Download: 4208/4281 items 220.6/220.6MB 99% complete (7.1M/s) |
173 | 2024-09-06T22:55:54.089Z | Download: Completed 220.60 MB in 52.99 seconds (4.2M/s) |
174 | 2024-09-06T22:55:55.562Z | Actions: 1/5063 actions (Removing old actions) |
175 | 2024-09-06T22:55:55.586Z | Actions: 194/5063 actions (Installing new actions) |
176 | 2024-09-06T22:56:00.578Z | Actions: 3893/5063 actions (Installing new actions) |
177 | 2024-09-06T22:56:01.558Z | Actions: 4226/5063 actions (Updating modified actions) |
178 | 2024-09-06T22:56:01.929Z | Actions: Completed 5063 actions in 6.36 seconds. |
179 | 2024-09-06T22:56:02.335Z | Done (0.400s) |
180 | 2024-09-06T22:56:02.359Z | Done (0.000s) |
181 | 2024-09-06T22:56:02.792Z | Done (0.455s) |
182 | 2024-09-06T22:56:07.872Z | Done (4.931s) |
183 | 2024-09-06T22:56:07.974Z | Done (0.019s) |
184 | 2024-09-06T22:56:07.998Z | Done (0.000s) |
185 | 2024-09-06T22:56:08.166Z | Done (0.000s) |
186 | 2024-09-06T22:56:08.861Z | Planning: Evaluating mediator changes ... Done |
187 | 2024-09-06T22:56:09.121Z | Planning: Checking for conflicting actions ... Done |
188 | 2024-09-06T22:56:09.147Z | Planning: Consolidating action changes ... Done |
189 | 2024-09-06T22:56:09.476Z | Planning: Evaluating mediators ... Done |
190 | 2024-09-06T22:56:09.499Z | Planning: Planning completed in 0.62 seconds |
191 | 2024-09-06T22:56:09.522Z | Mediators to change: 2 |
192 | 2024-09-06T22:56:09.522Z | Create boot environment: No |
193 | 2024-09-06T22:56:09.522Z | Create backup boot environment: No |
194 | 2024-09-06T22:56:09.582Z | Done |
195 | 2024-09-06T22:56:09.582Z | Done |
196 | 2024-09-06T22:56:09.912Z | Done |
197 | 2024-09-06T22:56:14.590Z | Done |
198 | 2024-09-06T22:56:14.724Z | Done |
199 | 2024-09-06T22:56:14.724Z | Done |
200 | 2024-09-06T22:56:14.771Z | Done |
201 | 2024-09-06T22:56:15.561Z | Planning: Evaluating mediator changes ... Done |
202 | 2024-09-06T22:56:15.584Z | Planning: Merging actions ... Done |
203 | 2024-09-06T22:56:15.857Z | Planning: Checking for conflicting actions ... Done |
204 | 2024-09-06T22:56:15.881Z | Planning: Consolidating action changes ... Done |
205 | 2024-09-06T22:56:16.205Z | Planning: Evaluating mediators ... Done |
206 | 2024-09-06T22:56:16.277Z | Planning: Planning completed in 1.03 seconds |
207 | 2024-09-06T22:56:16.324Z | Packages to change: 1 |
208 | 2024-09-06T22:56:16.324Z | Mediators to change: 1 |
209 | 2024-09-06T22:56:16.324Z | Services to change: 1 |
210 | 2024-09-06T22:56:16.324Z | Create boot environment: No |
211 | 2024-09-06T22:56:16.324Z | Create backup boot environment: Yes |
212 | 2024-09-06T22:56:17.900Z | Actions: 1/6 actions (Updating modified actions) |
213 | 2024-09-06T22:56:17.923Z | Actions: Completed 6 actions in 0.00 seconds. |
214 | 2024-09-06T22:56:17.923Z | Done |
215 | 2024-09-06T22:56:17.923Z | Done |
216 | 2024-09-06T22:56:17.997Z | Done |
217 | 2024-09-06T22:56:22.471Z | Done |
218 | 2024-09-06T22:56:22.569Z | Done |
219 | 2024-09-06T22:56:22.569Z | Done |
220 | 2024-09-06T22:56:22.661Z | Done |
221 | 2024-09-06T22:56:23.203Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
222 | 2024-09-06T22:56:23.203Z | clang system 15 system |
223 | 2024-09-06T22:56:23.203Z | csh system system illumos |
224 | 2024-09-06T22:56:23.203Z | ctags system system illumos |
225 | 2024-09-06T22:56:23.203Z | gcc vendor 12 vendor |
226 | 2024-09-06T22:56:23.203Z | gcc system 10 system |
227 | 2024-09-06T22:56:23.203Z | gcc system 7 system |
228 | 2024-09-06T22:56:23.203Z | go system 1.20 system |
229 | 2024-09-06T22:56:23.203Z | go system 1.19 system |
230 | 2024-09-06T22:56:23.203Z | llvm system 15 system |
231 | 2024-09-06T22:56:23.203Z | llvm system 14 system |
232 | 2024-09-06T22:56:23.203Z | mariadb system 10.6 system |
233 | 2024-09-06T22:56:23.203Z | mta vendor vendor dma |
234 | 2024-09-06T22:56:23.203Z | openjdk system 17 system |
235 | 2024-09-06T22:56:23.203Z | openjdk system 11 system |
236 | 2024-09-06T22:56:23.203Z | openjdk system 1.8 system |
237 | 2024-09-06T22:56:23.203Z | openssl vendor 3 vendor |
238 | 2024-09-06T22:56:23.203Z | perl system 5.36 system |
239 | 2024-09-06T22:56:23.203Z | postgresql system 15 system |
240 | 2024-09-06T22:56:23.203Z | postgresql system 13 system |
241 | 2024-09-06T22:56:23.203Z | python vendor 3 vendor |
242 | 2024-09-06T22:56:23.203Z | python system 2 system |
243 | 2024-09-06T22:56:23.203Z | python3 system 3.11 system |
244 | 2024-09-06T22:56:23.203Z | ruby system 3.0 system |
245 | 2024-09-06T22:56:23.203Z | words vendor vendor american-english |
246 | 2024-09-06T22:56:23.203Z | words system system australian-english |
247 | 2024-09-06T22:56:23.203Z | words system system british-english |
248 | 2024-09-06T22:56:23.203Z | words system system canadian-english |
249 | 2024-09-06T22:56:23.203Z | words system system french |
250 | 2024-09-06T22:56:23.203Z | words system system italian |
251 | 2024-09-06T22:56:23.203Z | words system system ngerman |
252 | 2024-09-06T22:56:23.203Z | words system system ogerman |
253 | 2024-09-06T22:56:23.203Z | words system system spanish |
254 | 2024-09-06T22:56:23.622Z | PUBLISHER TYPE STATUS P LOCATION |
255 | 2024-09-06T22:56:23.622Z | helios-dev origin online F https://pkg.oxide.computer/helios/2/dev/ |
256 | 2024-09-06T22:56:25.841Z | FMRI IFO |
257 | 2024-09-06T22:56:25.841Z | pkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im- |
258 | 2024-09-06T22:56:25.841Z | pkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i-- |
259 | 2024-09-06T22:56:25.841Z | pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im- |
260 | 2024-09-06T22:56:25.841Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im- |
261 | 2024-09-06T22:56:25.841Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z --- |
262 | 2024-09-06T22:56:25.841Z | pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i-- |
263 | 2024-09-06T22:56:25.841Z | pkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z im- |
264 | 2024-09-06T22:56:25.841Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z --- |
265 | 2024-09-06T22:56:25.841Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z --- |
266 | 2024-09-06T22:56:25.841Z | pkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z i-- |
267 | 2024-09-06T22:56:25.841Z | pkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z --- |
268 | 2024-09-06T22:56:25.841Z | pkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z i-- |
269 | 2024-09-06T22:56:25.841Z | pkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z --- |
270 | 2024-09-06T22:56:26.543Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
271 | 2024-09-06T22:56:26.940Z | Updating crates.io index |
272 | 2024-09-06T22:56:26.963Z | Updating git repository `https://github.com/oxidecomputer/dropshot` |
273 | 2024-09-06T22:56:27.825Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
274 | 2024-09-06T22:56:28.731Z | Updating git repository `https://github.com/oxidecomputer/oxnet` |
275 | 2024-09-06T22:56:29.078Z | Updating git repository `https://github.com/oxidecomputer/progenitor` |
276 | 2024-09-06T22:56:30.772Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
277 | 2024-09-06T22:56:31.077Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
278 | 2024-09-06T22:56:31.403Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
279 | 2024-09-06T22:56:32.515Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
280 | 2024-09-06T22:56:34.800Z | Updating git repository `https://github.com/oxidecomputer/opte` |
281 | 2024-09-06T22:56:35.922Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
282 | 2024-09-06T22:56:36.644Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
283 | 2024-09-06T22:56:37.012Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
284 | 2024-09-06T22:56:37.645Z | Updating git repository `https://github.com/oxidecomputer/libipcc` |
285 | 2024-09-06T22:56:38.022Z | Updating git repository `https://github.com/oxidecomputer/diesel-dtrace` |
286 | 2024-09-06T22:56:38.390Z | Updating git repository `https://github.com/oxidecomputer/qorb` |
287 | 2024-09-06T22:56:38.816Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
288 | 2024-09-06T22:56:39.400Z | Updating git repository `https://github.com/oxidecomputer/tofino` |
289 | 2024-09-06T22:56:39.746Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
290 | 2024-09-06T22:56:40.083Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
291 | 2024-09-06T22:56:40.440Z | Updating git repository `https://github.com/oxidecomputer/libnvme` |
292 | 2024-09-06T22:56:40.819Z | Updating git repository `https://github.com/oxidecomputer/clickward` |
293 | 2024-09-06T22:56:41.224Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
294 | 2024-09-06T22:56:41.600Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
295 | 2024-09-06T22:56:42.132Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
296 | 2024-09-06T22:56:42.488Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
297 | 2024-09-06T22:56:43.065Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
298 | 2024-09-06T22:56:43.512Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
299 | 2024-09-06T22:56:44.028Z | Updating git repository `https://github.com/oxidecomputer/typify` |
300 | 2024-09-06T22:56:46.584Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
301 | 2024-09-06T22:56:46.956Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
302 | 2024-09-06T22:56:47.336Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
303 | 2024-09-06T22:56:47.762Z | Updating git repository `https://github.com/oxidecomputer/rfb` |
304 | 2024-09-06T22:56:49.360Z | Downloading crates ... |
305 | 2024-09-06T22:56:49.428Z | Downloaded colorchoice v1.0.1 |
306 | 2024-09-06T22:56:49.453Z | Downloaded utf8parse v0.2.1 |
307 | 2024-09-06T22:56:49.476Z | Downloaded zerocopy-derive v0.7.34 |
308 | 2024-09-06T22:56:49.499Z | Downloaded zerocopy v0.7.34 |
309 | 2024-09-06T22:56:49.523Z | Downloaded smawk v0.3.2 |
310 | 2024-09-06T22:56:49.523Z | Downloaded unicode-width v0.1.13 |
311 | 2024-09-06T22:56:49.523Z | Downloaded syn v2.0.74 |
312 | 2024-09-06T22:56:49.546Z | Downloaded libc v0.2.158 |
313 | 2024-09-06T22:56:49.569Z | Downloaded rustix v0.38.34 |
314 | 2024-09-06T22:56:49.593Z | Downloaded serde_json v1.0.125 |
315 | 2024-09-06T22:56:49.593Z | Downloaded serde v1.0.208 |
316 | 2024-09-06T22:56:49.616Z | Downloaded ryu v1.0.18 |
317 | 2024-09-06T22:56:49.616Z | Downloaded pest_meta v2.7.10 |
318 | 2024-09-06T22:56:49.616Z | Downloaded pest_derive v2.7.10 |
319 | 2024-09-06T22:56:49.617Z | Downloaded pest v2.7.10 |
320 | 2024-09-06T22:56:49.617Z | Downloaded once_cell v1.19.0 |
321 | 2024-09-06T22:56:49.617Z | Downloaded memchr v2.7.2 |
322 | 2024-09-06T22:56:49.640Z | Downloaded log v0.4.21 |
323 | 2024-09-06T22:56:49.640Z | Downloaded hashbrown v0.14.5 |
324 | 2024-09-06T22:56:49.640Z | Downloaded goblin v0.8.2 |
325 | 2024-09-06T22:56:49.640Z | Downloaded clap_builder v4.5.15 |
326 | 2024-09-06T22:56:49.664Z | Downloaded winnow v0.6.18 |
327 | 2024-09-06T22:56:49.664Z | Downloaded usdt v0.5.0 |
328 | 2024-09-06T22:56:49.664Z | Downloaded ucd-trie v0.1.6 |
329 | 2024-09-06T22:56:49.664Z | Downloaded toml_edit v0.22.20 |
330 | 2024-09-06T22:56:49.688Z | Downloaded terminal_size v0.3.0 |
331 | 2024-09-06T22:56:49.688Z | Downloaded tabled v0.15.0 |
332 | 2024-09-06T22:56:49.711Z | Downloaded syn v1.0.109 |
333 | 2024-09-06T22:56:49.711Z | Downloaded version_check v0.9.5 |
334 | 2024-09-06T22:56:49.735Z | Downloaded usdt-macro v0.5.0 |
335 | 2024-09-06T22:56:49.735Z | Downloaded usdt-impl v0.5.0 |
336 | 2024-09-06T22:56:49.735Z | Downloaded usdt-attr-macro v0.5.0 |
337 | 2024-09-06T22:56:49.735Z | Downloaded unicode-linebreak v0.1.5 |
338 | 2024-09-06T22:56:49.735Z | Downloaded unicode-ident v1.0.12 |
339 | 2024-09-06T22:56:49.735Z | Downloaded typenum v1.17.0 |
340 | 2024-09-06T22:56:49.735Z | Downloaded toml_datetime v0.6.8 |
341 | 2024-09-06T22:56:49.735Z | Downloaded toml v0.8.19 |
342 | 2024-09-06T22:56:49.735Z | Downloaded thread-id v4.2.1 |
343 | 2024-09-06T22:56:49.735Z | Downloaded thiserror-impl v1.0.63 |
344 | 2024-09-06T22:56:49.735Z | Downloaded thiserror v1.0.63 |
345 | 2024-09-06T22:56:49.759Z | Downloaded textwrap v0.16.1 |
346 | 2024-09-06T22:56:49.759Z | Downloaded tempfile v3.10.1 |
347 | 2024-09-06T22:56:49.759Z | Downloaded tabled_derive v0.7.0 |
348 | 2024-09-06T22:56:49.759Z | Downloaded swrite v0.1.0 |
349 | 2024-09-06T22:56:49.759Z | Downloaded strsim v0.11.1 |
350 | 2024-09-06T22:56:49.759Z | Downloaded sha2 v0.10.8 |
351 | 2024-09-06T22:56:49.759Z | Downloaded serde_tokenstream v0.2.2 |
352 | 2024-09-06T22:56:49.759Z | Downloaded serde_spanned v0.6.7 |
353 | 2024-09-06T22:56:49.759Z | Downloaded serde_derive v1.0.208 |
354 | 2024-09-06T22:56:49.759Z | Downloaded semver v1.0.23 |
355 | 2024-09-06T22:56:49.759Z | Downloaded scroll_derive v0.12.0 |
356 | 2024-09-06T22:56:49.759Z | Downloaded scroll v0.12.0 |
357 | 2024-09-06T22:56:49.759Z | Downloaded quote v1.0.36 |
358 | 2024-09-06T22:56:49.783Z | Downloaded proc-macro2 v1.0.86 |
359 | 2024-09-06T22:56:49.783Z | Downloaded proc-macro-error-attr v1.0.4 |
360 | 2024-09-06T22:56:49.783Z | Downloaded proc-macro-error v1.0.4 |
361 | 2024-09-06T22:56:49.783Z | Downloaded pretty-hex v0.4.1 |
362 | 2024-09-06T22:56:49.783Z | Downloaded plain v0.2.3 |
363 | 2024-09-06T22:56:49.783Z | Downloaded pest_generator v2.7.10 |
364 | 2024-09-06T22:56:49.783Z | Downloaded papergrid v0.11.0 |
365 | 2024-09-06T22:56:49.783Z | Downloaded is_terminal_polyfill v1.70.0 |
366 | 2024-09-06T22:56:49.783Z | Downloaded indexmap v2.4.0 |
367 | 2024-09-06T22:56:49.807Z | Downloaded heck v0.5.0 |
368 | 2024-09-06T22:56:49.807Z | Downloaded generic-array v0.14.7 |
369 | 2024-09-06T22:56:49.807Z | Downloaded fnv v1.0.7 |
370 | 2024-09-06T22:56:49.807Z | Downloaded errno v0.3.9 |
371 | 2024-09-06T22:56:49.807Z | Downloaded dtrace-parser v0.2.0 |
372 | 2024-09-06T22:56:49.807Z | Downloaded digest v0.10.7 |
373 | 2024-09-06T22:56:49.807Z | Downloaded cpufeatures v0.2.12 |
374 | 2024-09-06T22:56:49.807Z | Downloaded clap_lex v0.7.0 |
375 | 2024-09-06T22:56:49.807Z | Downloaded clap_derive v4.5.13 |
376 | 2024-09-06T22:56:49.831Z | Downloaded clap v4.5.16 |
377 | 2024-09-06T22:56:49.831Z | Downloaded cfg-if v1.0.0 |
378 | 2024-09-06T22:56:49.831Z | Downloaded cargo_toml v0.20.4 |
379 | 2024-09-06T22:56:49.831Z | Downloaded cargo_metadata v0.18.1 |
380 | 2024-09-06T22:56:49.831Z | Downloaded cargo-platform v0.1.8 |
381 | 2024-09-06T22:56:49.831Z | Downloaded camino-tempfile v1.1.1 |
382 | 2024-09-06T22:56:49.831Z | Downloaded camino v1.1.9 |
383 | 2024-09-06T22:56:49.857Z | Downloaded byteorder v1.5.0 |
384 | 2024-09-06T22:56:49.857Z | Downloaded bytecount v0.6.8 |
385 | 2024-09-06T22:56:49.857Z | Downloaded block-buffer v0.10.4 |
386 | 2024-09-06T22:56:49.857Z | Downloaded bitflags v2.6.0 |
387 | 2024-09-06T22:56:49.857Z | Downloaded autocfg v1.3.0 |
388 | 2024-09-06T22:56:49.857Z | Downloaded anyhow v1.0.86 |
389 | 2024-09-06T22:56:49.857Z | Downloaded anstyle-query v1.0.3 |
390 | 2024-09-06T22:56:49.857Z | Downloaded anstyle-parse v0.2.4 |
391 | 2024-09-06T22:56:49.857Z | Downloaded anstyle v1.0.8 |
392 | 2024-09-06T22:56:49.857Z | Downloaded anstream v0.6.14 |
393 | 2024-09-06T22:56:49.857Z | Downloaded memmap v0.7.0 |
394 | 2024-09-06T22:56:49.880Z | Downloaded macaddr v1.0.1 |
395 | 2024-09-06T22:56:49.880Z | Downloaded itoa v1.0.11 |
396 | 2024-09-06T22:56:49.881Z | Downloaded heck v0.4.1 |
397 | 2024-09-06T22:56:49.881Z | Downloaded fs-err v2.11.0 |
398 | 2024-09-06T22:56:49.881Z | Downloaded fastrand v2.1.0 |
399 | 2024-09-06T22:56:49.881Z | Downloaded equivalent v1.0.1 |
400 | 2024-09-06T22:56:49.881Z | Downloaded dof v0.3.0 |
401 | 2024-09-06T22:56:49.881Z | Downloaded crypto-common v0.1.6 |
402 | 2024-09-06T22:56:50.002Z | Compiling proc-macro2 v1.0.86 |
403 | 2024-09-06T22:56:50.002Z | Compiling unicode-ident v1.0.12 |
404 | 2024-09-06T22:56:50.002Z | Compiling serde v1.0.208 |
405 | 2024-09-06T22:56:50.002Z | Compiling version_check v0.9.5 |
406 | 2024-09-06T22:56:50.026Z | Compiling memchr v2.7.2 |
407 | 2024-09-06T22:56:50.026Z | Compiling thiserror v1.0.63 |
408 | 2024-09-06T22:56:50.026Z | Compiling libc v0.2.158 |
409 | 2024-09-06T22:56:50.026Z | Compiling itoa v1.0.11 |
410 | 2024-09-06T22:56:50.285Z | Compiling ryu v1.0.18 |
411 | 2024-09-06T22:56:50.308Z | Compiling ucd-trie v0.1.6 |
412 | 2024-09-06T22:56:50.713Z | Compiling once_cell v1.19.0 |
413 | 2024-09-06T22:56:50.824Z | Compiling byteorder v1.5.0 |
414 | 2024-09-06T22:56:50.877Z | Compiling rustix v0.38.34 |
415 | 2024-09-06T22:56:51.168Z | Compiling serde_json v1.0.125 |
416 | 2024-09-06T22:56:51.200Z | Compiling bitflags v2.6.0 |
417 | 2024-09-06T22:56:51.493Z | Compiling usdt-impl v0.5.0 |
418 | 2024-09-06T22:56:51.601Z | Compiling quote v1.0.36 |
419 | 2024-09-06T22:56:51.656Z | Compiling proc-macro-error-attr v1.0.4 |
420 | 2024-09-06T22:56:51.656Z | Compiling syn v1.0.109 |
421 | 2024-09-06T22:56:51.844Z | Compiling proc-macro-error v1.0.4 |
422 | 2024-09-06T22:56:51.943Z | Compiling syn v2.0.74 |
423 | 2024-09-06T22:56:52.038Z | Compiling hashbrown v0.14.5 |
424 | 2024-09-06T22:56:52.105Z | Compiling errno v0.3.9 |
425 | 2024-09-06T22:56:52.233Z | Compiling utf8parse v0.2.1 |
426 | 2024-09-06T22:56:52.377Z | Compiling thread-id v4.2.1 |
427 | 2024-09-06T22:56:52.404Z | Compiling equivalent v1.0.1 |
428 | 2024-09-06T22:56:52.404Z | Compiling camino v1.1.9 |
429 | 2024-09-06T22:56:52.463Z | Compiling log v0.4.21 |
430 | 2024-09-06T22:56:52.463Z | Compiling plain v0.2.3 |
431 | 2024-09-06T22:56:52.732Z | Compiling anstyle-parse v0.2.4 |
432 | 2024-09-06T22:56:53.061Z | Compiling pretty-hex v0.4.1 |
433 | 2024-09-06T22:56:53.164Z | Compiling indexmap v2.4.0 |
434 | 2024-09-06T22:56:53.275Z | Compiling autocfg v1.3.0 |
435 | 2024-09-06T22:56:53.299Z | Compiling unicode-width v0.1.13 |
436 | 2024-09-06T22:56:53.351Z | Compiling anstyle v1.0.8 |
437 | 2024-09-06T22:56:53.383Z | Compiling anstyle-query v1.0.3 |
438 | 2024-09-06T22:56:53.524Z | Compiling semver v1.0.23 |
439 | 2024-09-06T22:56:53.553Z | Compiling colorchoice v1.0.1 |
440 | 2024-09-06T22:56:53.699Z | Compiling is_terminal_polyfill v1.70.0 |
441 | 2024-09-06T22:56:53.754Z | Compiling winnow v0.6.18 |
442 | 2024-09-06T22:56:53.824Z | Compiling anstream v0.6.14 |
443 | 2024-09-06T22:56:54.168Z | Compiling fs-err v2.11.0 |
444 | 2024-09-06T22:56:54.209Z | Compiling terminal_size v0.3.0 |
445 | 2024-09-06T22:56:54.462Z | Compiling heck v0.5.0 |
446 | 2024-09-06T22:56:54.561Z | Compiling heck v0.4.1 |
447 | 2024-09-06T22:56:54.585Z | Compiling anyhow v1.0.86 |
448 | 2024-09-06T22:56:54.611Z | Compiling fastrand v2.1.0 |
449 | 2024-09-06T22:56:54.948Z | Compiling clap_lex v0.7.0 |
450 | 2024-09-06T22:56:54.997Z | Compiling strsim v0.11.1 |
451 | 2024-09-06T22:56:55.056Z | Compiling cfg-if v1.0.0 |
452 | 2024-09-06T22:56:55.211Z | Compiling fnv v1.0.7 |
453 | 2024-09-06T22:56:55.240Z | Compiling bytecount v0.6.8 |
454 | 2024-09-06T22:56:55.369Z | Compiling clap_builder v4.5.15 |
455 | 2024-09-06T22:56:55.456Z | Compiling papergrid v0.11.0 |
456 | 2024-09-06T22:56:55.676Z | Compiling tempfile v3.10.1 |
457 | 2024-09-06T22:56:55.892Z | Compiling memmap v0.7.0 |
458 | 2024-09-06T22:56:56.028Z | Compiling unicode-linebreak v0.1.5 |
459 | 2024-09-06T22:56:56.258Z | Compiling smawk v0.3.2 |
460 | 2024-09-06T22:56:56.467Z | Compiling textwrap v0.16.1 |
461 | 2024-09-06T22:56:57.038Z | Compiling swrite v0.1.0 |
462 | 2024-09-06T22:56:57.989Z | Compiling tabled_derive v0.7.0 |
463 | 2024-09-06T22:56:59.614Z | Compiling tabled v0.15.0 |
464 | 2024-09-06T22:57:00.199Z | Compiling serde_derive v1.0.208 |
465 | 2024-09-06T22:57:00.199Z | Compiling thiserror-impl v1.0.63 |
466 | 2024-09-06T22:57:00.222Z | Compiling zerocopy-derive v0.7.34 |
467 | 2024-09-06T22:57:00.222Z | Compiling scroll_derive v0.12.0 |
468 | 2024-09-06T22:57:00.366Z | Compiling clap_derive v4.5.13 |
469 | 2024-09-06T22:57:01.411Z | Compiling scroll v0.12.0 |
470 | 2024-09-06T22:57:01.826Z | Compiling goblin v0.8.2 |
471 | 2024-09-06T22:57:02.128Z | Compiling zerocopy v0.7.34 |
472 | 2024-09-06T22:57:02.736Z | Compiling pest v2.7.10 |
473 | 2024-09-06T22:57:03.538Z | Compiling clap v4.5.16 |
474 | 2024-09-06T22:57:04.749Z | Compiling pest_meta v2.7.10 |
475 | 2024-09-06T22:57:05.759Z | Compiling pest_generator v2.7.10 |
476 | 2024-09-06T22:57:07.552Z | Compiling pest_derive v2.7.10 |
477 | 2024-09-06T22:57:08.171Z | Compiling dtrace-parser v0.2.0 |
478 | 2024-09-06T22:57:09.875Z | Compiling serde_spanned v0.6.7 |
479 | 2024-09-06T22:57:09.875Z | Compiling toml_datetime v0.6.8 |
480 | 2024-09-06T22:57:09.899Z | Compiling cargo-platform v0.1.8 |
481 | 2024-09-06T22:57:10.252Z | Compiling serde_tokenstream v0.2.2 |
482 | 2024-09-06T22:57:10.296Z | Compiling toml_edit v0.22.20 |
483 | 2024-09-06T22:57:10.396Z | Compiling macaddr v1.0.1 |
484 | 2024-09-06T22:57:10.537Z | Compiling camino-tempfile v1.1.1 |
485 | 2024-09-06T22:57:11.271Z | Compiling dof v0.3.0 |
486 | 2024-09-06T22:57:11.271Z | Compiling cargo_metadata v0.18.1 |
487 | 2024-09-06T22:57:12.994Z | Compiling toml v0.8.19 |
488 | 2024-09-06T22:57:13.269Z | Compiling usdt-attr-macro v0.5.0 |
489 | 2024-09-06T22:57:13.293Z | Compiling usdt-macro v0.5.0 |
490 | 2024-09-06T22:57:13.722Z | Compiling cargo_toml v0.20.4 |
491 | 2024-09-06T22:57:14.462Z | Compiling usdt v0.5.0 |
492 | 2024-09-06T22:57:18.061Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
493 | 2024-09-06T22:57:23.242Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 57.00s |
494 | 2024-09-06T22:57:23.492Z | Running `target/debug/xtask download cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
495 | 2024-09-06T22:57:24.289Z | Downloading crates ... |
496 | 2024-09-06T22:57:24.436Z | Downloaded bitfield-struct v0.6.1 |
497 | 2024-09-06T22:57:24.460Z | Downloaded cstr-argument v0.1.2 |
498 | 2024-09-06T22:57:24.461Z | Downloaded csv-core v0.1.11 |
499 | 2024-09-06T22:57:24.461Z | Downloaded ident_case v1.0.1 |
500 | 2024-09-06T22:57:24.461Z | Downloaded crossbeam-epoch v0.9.18 |
501 | 2024-09-06T22:57:24.485Z | Downloaded sec1 v0.7.3 |
502 | 2024-09-06T22:57:24.485Z | Downloaded try-lock v0.2.5 |
503 | 2024-09-06T22:57:24.511Z | Downloaded defmt-parser v0.3.4 |
504 | 2024-09-06T22:57:24.511Z | Downloaded data-encoding v2.6.0 |
505 | 2024-09-06T22:57:24.511Z | Downloaded embedded-io v0.4.0 |
506 | 2024-09-06T22:57:24.536Z | Downloaded group v0.13.0 |
507 | 2024-09-06T22:57:24.536Z | Downloaded predicates v3.1.2 |
508 | 2024-09-06T22:57:24.536Z | Downloaded dhcproto-macros v0.1.0 |
509 | 2024-09-06T22:57:24.561Z | Downloaded dyn-clone v1.0.17 |
510 | 2024-09-06T22:57:24.561Z | Downloaded peg-runtime v0.8.3 |
511 | 2024-09-06T22:57:24.561Z | Downloaded pin-utils v0.1.0 |
512 | 2024-09-06T22:57:24.561Z | Downloaded sigpipe v0.1.3 |
513 | 2024-09-06T22:57:24.561Z | Downloaded rand_xorshift v0.3.0 |
514 | 2024-09-06T22:57:24.561Z | Downloaded shlex v1.3.0 |
515 | 2024-09-06T22:57:24.585Z | Downloaded tiny-keccak v2.0.2 |
516 | 2024-09-06T22:57:24.608Z | Downloaded phf_shared v0.11.2 |
517 | 2024-09-06T22:57:24.608Z | Downloaded openssl-probe v0.1.5 |
518 | 2024-09-06T22:57:24.633Z | Downloaded path-slash v0.1.5 |
519 | 2024-09-06T22:57:24.633Z | Downloaded untrusted v0.9.0 |
520 | 2024-09-06T22:57:24.633Z | Downloaded serde_with_macros v3.9.0 |
521 | 2024-09-06T22:57:24.633Z | Downloaded untrusted v0.7.1 |
522 | 2024-09-06T22:57:24.633Z | Downloaded zone_cfg_derive v0.1.2 |
523 | 2024-09-06T22:57:24.659Z | Downloaded russh-cryptovec v0.7.2 |
524 | 2024-09-06T22:57:24.659Z | Downloaded universal-hash v0.5.1 |
525 | 2024-09-06T22:57:24.659Z | Downloaded number_prefix v0.4.0 |
526 | 2024-09-06T22:57:24.659Z | Downloaded num-conv v0.1.0 |
527 | 2024-09-06T22:57:24.659Z | Downloaded snafu v0.8.2 |
528 | 2024-09-06T22:57:24.697Z | Downloaded tokio-postgres v0.7.11 |
529 | 2024-09-06T22:57:24.753Z | Downloaded tokio-native-tls v0.3.1 |
530 | 2024-09-06T22:57:24.787Z | Downloaded rsa v0.9.6 |
531 | 2024-09-06T22:57:24.816Z | Downloaded toml_edit v0.19.15 |
532 | 2024-09-06T22:57:24.852Z | Downloaded regex-automata v0.4.6 |
533 | 2024-09-06T22:57:24.893Z | Downloaded p384 v0.13.0 |
534 | 2024-09-06T22:57:24.917Z | Downloaded ratatui v0.28.0 |
535 | 2024-09-06T22:57:24.950Z | Downloaded finl_unicode v1.2.0 |
536 | 2024-09-06T22:57:24.979Z | Downloaded encoding_rs v0.8.34 |
537 | 2024-09-06T22:57:25.010Z | Downloaded tokio v1.39.3 |
538 | 2024-09-06T22:57:25.073Z | Downloaded sha3 v0.10.8 |
539 | 2024-09-06T22:57:25.097Z | Downloaded openapiv3 v2.0.0 |
540 | 2024-09-06T22:57:25.120Z | Downloaded webpki-roots v0.25.4 |
541 | 2024-09-06T22:57:25.144Z | Downloaded libgit2-sys v0.17.0+1.8.1 |
542 | 2024-09-06T22:57:25.209Z | Downloaded smoltcp v0.11.0 |
543 | 2024-09-06T22:57:25.232Z | Downloaded smoltcp v0.9.1 |
544 | 2024-09-06T22:57:25.255Z | Downloaded petgraph v0.6.5 |
545 | 2024-09-06T22:57:25.284Z | Downloaded nix v0.29.0 |
546 | 2024-09-06T22:57:25.307Z | Downloaded nix v0.28.0 |
547 | 2024-09-06T22:57:25.331Z | Downloaded nix v0.27.1 |
548 | 2024-09-06T22:57:25.378Z | Downloaded idna v0.3.0 |
549 | 2024-09-06T22:57:25.378Z | Downloaded idna v0.2.3 |
550 | 2024-09-06T22:57:25.401Z | Downloaded hickory-proto v0.24.1 |
551 | 2024-09-06T22:57:25.425Z | Downloaded ring v0.17.8 |
552 | 2024-09-06T22:57:25.495Z | Downloaded p521 v0.13.3 |
553 | 2024-09-06T22:57:25.518Z | Downloaded libz-sys v1.1.16 |
554 | 2024-09-06T22:57:25.584Z | Downloaded winnow v0.5.40 |
555 | 2024-09-06T22:57:25.607Z | Downloaded russh v0.45.0 |
556 | 2024-09-06T22:57:25.607Z | Downloaded ring v0.16.20 |
557 | 2024-09-06T22:57:25.700Z | Downloaded rusqlite v0.31.0 |
558 | 2024-09-06T22:57:25.723Z | Downloaded rayon v1.10.0 |
559 | 2024-09-06T22:57:25.723Z | Downloaded libsqlite3-sys v0.28.0 |
560 | 2024-09-06T22:57:25.810Z | Downloaded openssl v0.10.66 |
561 | 2024-09-06T22:57:25.833Z | Downloaded radix_trie v0.2.1 |
562 | 2024-09-06T22:57:25.833Z | Downloaded lalrpop v0.19.12 |
563 | 2024-09-06T22:57:25.857Z | Downloaded idna v0.5.0 |
564 | 2024-09-06T22:57:25.857Z | Downloaded idna v0.4.0 |
565 | 2024-09-06T22:57:25.857Z | Downloaded csv v1.3.0 |
566 | 2024-09-06T22:57:25.881Z | Downloaded num-bigint-dig v0.8.4 |
567 | 2024-09-06T22:57:25.904Z | Downloaded num-bigint v0.4.5 |
568 | 2024-09-06T22:57:25.904Z | Downloaded sqlparser v0.45.0 |
569 | 2024-09-06T22:57:25.905Z | Downloaded zerocopy-derive v0.6.6 |
570 | 2024-09-06T22:57:25.928Z | Downloaded serde_with v3.9.0 |
571 | 2024-09-06T22:57:25.928Z | Downloaded sled v0.34.7 |
572 | 2024-09-06T22:57:25.951Z | Downloaded itertools v0.13.0 |
573 | 2024-09-06T22:57:25.951Z | Downloaded regex v1.10.6 |
574 | 2024-09-06T22:57:25.975Z | Downloaded polar-core v0.27.3 |
575 | 2024-09-06T22:57:25.975Z | Downloaded tough v0.17.1 |
576 | 2024-09-06T22:57:25.999Z | Downloaded topological-sort v0.2.2 |
577 | 2024-09-06T22:57:25.999Z | Downloaded tokio-util v0.7.11 |
578 | 2024-09-06T22:57:25.999Z | Downloaded pkcs8 v0.10.2 |
579 | 2024-09-06T22:57:25.999Z | Downloaded pkcs5 v0.7.1 |
580 | 2024-09-06T22:57:25.999Z | Downloaded pkcs1 v0.7.5 |
581 | 2024-09-06T22:57:25.999Z | Downloaded password-hash v0.5.0 |
582 | 2024-09-06T22:57:25.999Z | Downloaded password-hash v0.4.2 |
583 | 2024-09-06T22:57:26.023Z | Downloaded parking_lot v0.12.2 |
584 | 2024-09-06T22:57:26.023Z | Downloaded parking_lot v0.11.2 |
585 | 2024-09-06T22:57:26.023Z | Downloaded packed_struct_codegen v0.10.1 |
586 | 2024-09-06T22:57:26.023Z | Downloaded p256 v0.13.2 |
587 | 2024-09-06T22:57:26.023Z | Downloaded owo-colors v4.0.0 |
588 | 2024-09-06T22:57:26.023Z | Downloaded object v0.30.4 |
589 | 2024-09-06T22:57:26.046Z | Downloaded num_enum_derive v0.5.11 |
590 | 2024-09-06T22:57:26.046Z | Downloaded num-traits v0.2.19 |
591 | 2024-09-06T22:57:26.046Z | Downloaded num-rational v0.4.2 |
592 | 2024-09-06T22:57:26.046Z | Downloaded num-complex v0.4.6 |
593 | 2024-09-06T22:57:26.046Z | Downloaded whoami v1.5.1 |
594 | 2024-09-06T22:57:26.046Z | Downloaded vcpkg v0.2.15 |
595 | 2024-09-06T22:57:26.080Z | Downloaded rcgen v0.12.1 |
596 | 2024-09-06T22:57:26.103Z | Downloaded rayon-core v1.12.1 |
597 | 2024-09-06T22:57:26.104Z | Downloaded oso v0.27.3 |
598 | 2024-09-06T22:57:26.104Z | Downloaded openssl-sys v0.9.103 |
599 | 2024-09-06T22:57:26.104Z | Downloaded unsafe-libyaml v0.2.11 |
600 | 2024-09-06T22:57:26.104Z | Downloaded unicode_categories v0.1.1 |
601 | 2024-09-06T22:57:26.104Z | Downloaded spin v0.9.8 |
602 | 2024-09-06T22:57:26.127Z | Downloaded socket2 v0.5.7 |
603 | 2024-09-06T22:57:26.127Z | Downloaded der v0.7.9 |
604 | 2024-09-06T22:57:26.127Z | Downloaded rustls v0.22.4 |
605 | 2024-09-06T22:57:26.150Z | Downloaded rustls v0.21.12 |
606 | 2024-09-06T22:57:26.151Z | Downloaded heapless v0.8.0 |
607 | 2024-09-06T22:57:26.151Z | Downloaded heapless v0.7.17 |
608 | 2024-09-06T22:57:26.174Z | Downloaded time v0.3.36 |
609 | 2024-09-06T22:57:26.174Z | Downloaded rand v0.8.5 |
610 | 2024-09-06T22:57:26.174Z | Downloaded quick-xml v0.31.0 |
611 | 2024-09-06T22:57:26.174Z | Downloaded gimli v0.28.1 |
612 | 2024-09-06T22:57:26.198Z | Downloaded trust-dns-proto v0.22.0 |
613 | 2024-09-06T22:57:26.221Z | Downloaded nom v7.1.3 |
614 | 2024-09-06T22:57:26.221Z | Downloaded libxml v0.3.3 |
615 | 2024-09-06T22:57:26.221Z | Downloaded itertools v0.12.1 |
616 | 2024-09-06T22:57:26.245Z | Downloaded hyper v0.14.30 |
617 | 2024-09-06T22:57:26.245Z | Downloaded hkdf v0.12.4 |
618 | 2024-09-06T22:57:26.245Z | Downloaded bzip2-sys v0.1.11+1.0.8 |
619 | 2024-09-06T22:57:26.269Z | Downloaded take_mut v0.2.2 |
620 | 2024-09-06T22:57:26.269Z | Downloaded tabwriter v1.4.0 |
621 | 2024-09-06T22:57:26.269Z | Downloaded sync_wrapper v0.1.2 |
622 | 2024-09-06T22:57:26.269Z | Downloaded supports-color v3.0.0 |
623 | 2024-09-06T22:57:26.293Z | Downloaded subtle v2.5.0 |
624 | 2024-09-06T22:57:26.293Z | Downloaded strum_macros v0.25.3 |
625 | 2024-09-06T22:57:26.293Z | Downloaded strum_macros v0.24.3 |
626 | 2024-09-06T22:57:26.293Z | Downloaded sqlparser_derive v0.2.2 |
627 | 2024-09-06T22:57:26.293Z | Downloaded rtoolbox v0.0.2 |
628 | 2024-09-06T22:57:26.293Z | Downloaded ron v0.7.1 |
629 | 2024-09-06T22:57:26.293Z | Downloaded ref-cast-impl v1.0.23 |
630 | 2024-09-06T22:57:26.293Z | Downloaded ref-cast v1.0.23 |
631 | 2024-09-06T22:57:26.293Z | Downloaded reedline v0.33.0 |
632 | 2024-09-06T22:57:26.316Z | Downloaded poly1305 v0.8.0 |
633 | 2024-09-06T22:57:26.316Z | Downloaded pkg-config v0.3.30 |
634 | 2024-09-06T22:57:26.316Z | Downloaded tokio-tungstenite v0.20.1 |
635 | 2024-09-06T22:57:26.316Z | Downloaded tokio-rustls v0.25.0 |
636 | 2024-09-06T22:57:26.340Z | Downloaded tokio-rustls v0.24.1 |
637 | 2024-09-06T22:57:26.340Z | Downloaded subprocess v0.2.9 |
638 | 2024-09-06T22:57:26.340Z | Downloaded strum_macros v0.26.4 |
639 | 2024-09-06T22:57:26.340Z | Downloaded toolchain_find v0.4.0 |
640 | 2024-09-06T22:57:26.340Z | Downloaded toml v0.7.8 |
641 | 2024-09-06T22:57:26.364Z | Downloaded parse-display v0.10.0 |
642 | 2024-09-06T22:57:26.364Z | Downloaded parking_lot_core v0.8.6 |
643 | 2024-09-06T22:57:26.364Z | Downloaded oso-derive v0.27.3 |
644 | 2024-09-06T22:57:26.364Z | Downloaded opaque-debug v0.3.1 |
645 | 2024-09-06T22:57:26.364Z | Downloaded omicron-zone-package v0.11.0 |
646 | 2024-09-06T22:57:26.364Z | Downloaded olpc-cjson v0.1.3 |
647 | 2024-09-06T22:57:26.364Z | Downloaded object v0.32.2 |
648 | 2024-09-06T22:57:26.387Z | Downloaded num_threads v0.1.7 |
649 | 2024-09-06T22:57:26.387Z | Downloaded hickory-client v0.24.1 |
650 | 2024-09-06T22:57:26.387Z | Downloaded walkdir v2.5.0 |
651 | 2024-09-06T22:57:26.387Z | Downloaded wait-timeout v0.2.0 |
652 | 2024-09-06T22:57:26.387Z | Downloaded vte_generate_state_changes v0.1.1 |
653 | 2024-09-06T22:57:26.387Z | Downloaded vsss-rs v3.3.4 |
654 | 2024-09-06T22:57:26.387Z | Downloaded vergen v8.3.2 |
655 | 2024-09-06T22:57:26.387Z | Downloaded uzers v0.11.3 |
656 | 2024-09-06T22:57:26.411Z | Downloaded sha1 v0.10.6 |
657 | 2024-09-06T22:57:26.411Z | Downloaded rustc_version v0.1.7 |
658 | 2024-09-06T22:57:26.411Z | Downloaded rustc-hash v1.1.0 |
659 | 2024-09-06T22:57:26.411Z | Downloaded rustc-demangle v0.1.24 |
660 | 2024-09-06T22:57:26.411Z | Downloaded russh-keys v0.45.0 |
661 | 2024-09-06T22:57:26.411Z | Downloaded paste v1.0.15 |
662 | 2024-09-06T22:57:26.411Z | Downloaded url v2.5.2 |
663 | 2024-09-06T22:57:26.411Z | Downloaded unicode-segmentation v1.11.0 |
664 | 2024-09-06T22:57:26.411Z | Downloaded unicode-bidi v0.3.15 |
665 | 2024-09-06T22:57:26.435Z | Downloaded derive_builder v0.20.0 |
666 | 2024-09-06T22:57:26.435Z | Downloaded deranged v0.3.11 |
667 | 2024-09-06T22:57:26.435Z | Downloaded zone v0.3.0 |
668 | 2024-09-06T22:57:26.435Z | Downloaded zip v0.6.6 |
669 | 2024-09-06T22:57:26.435Z | Downloaded zeroize v1.7.0 |
670 | 2024-09-06T22:57:26.435Z | Downloaded zerocopy v0.6.6 |
671 | 2024-09-06T22:57:26.435Z | Downloaded xattr v1.3.1 |
672 | 2024-09-06T22:57:26.435Z | Downloaded x509-cert v0.2.5 |
673 | 2024-09-06T22:57:26.458Z | Downloaded wyz v0.5.1 |
674 | 2024-09-06T22:57:26.458Z | Downloaded serde_yaml v0.9.34+deprecated |
675 | 2024-09-06T22:57:26.458Z | Downloaded rustls-webpki v0.102.4 |
676 | 2024-09-06T22:57:26.482Z | Downloaded rustls-webpki v0.101.7 |
677 | 2024-09-06T22:57:26.482Z | Downloaded expectorate v1.1.0 |
678 | 2024-09-06T22:57:26.505Z | Downloaded dropshot v0.10.1 |
679 | 2024-09-06T22:57:26.505Z | Downloaded diesel v2.2.3 |
680 | 2024-09-06T22:57:26.529Z | Downloaded publicsuffix v2.2.3 |
681 | 2024-09-06T22:57:26.529Z | Downloaded futures-util v0.3.30 |
682 | 2024-09-06T22:57:26.552Z | Downloaded regress v0.9.1 |
683 | 2024-09-06T22:57:26.552Z | Downloaded mio v1.0.2 |
684 | 2024-09-06T22:57:26.552Z | Downloaded bstr v1.9.1 |
685 | 2024-09-06T22:57:26.576Z | Downloaded rpassword v7.3.1 |
686 | 2024-09-06T22:57:26.576Z | Downloaded ron v0.8.1 |
687 | 2024-09-06T22:57:26.576Z | Downloaded unicase v2.7.0 |
688 | 2024-09-06T22:57:26.576Z | Downloaded tokio-tungstenite v0.21.0 |
689 | 2024-09-06T22:57:26.600Z | Downloaded tokio-stream v0.1.15 |
690 | 2024-09-06T22:57:26.600Z | Downloaded tokio-tungstenite v0.23.1 |
691 | 2024-09-06T22:57:26.600Z | Downloaded parse-size v1.0.0 |
692 | 2024-09-06T22:57:26.600Z | Downloaded parse-display-derive v0.10.0 |
693 | 2024-09-06T22:57:26.600Z | Downloaded parking_lot_core v0.9.10 |
694 | 2024-09-06T22:57:26.600Z | Downloaded packed_struct v0.10.1 |
695 | 2024-09-06T22:57:26.600Z | Downloaded num_enum v0.5.11 |
696 | 2024-09-06T22:57:26.600Z | Downloaded num-iter v0.1.45 |
697 | 2024-09-06T22:57:26.600Z | Downloaded num-integer v0.1.46 |
698 | 2024-09-06T22:57:26.600Z | Downloaded num-derive v0.4.2 |
699 | 2024-09-06T22:57:26.623Z | Downloaded fixedbitset v0.4.2 |
700 | 2024-09-06T22:57:26.623Z | Downloaded which v4.4.2 |
701 | 2024-09-06T22:57:26.623Z | Downloaded vte v0.11.1 |
702 | 2024-09-06T22:57:26.623Z | Downloaded uuid v1.10.0 |
703 | 2024-09-06T22:57:26.623Z | Downloaded unicode-normalization v0.1.23 |
704 | 2024-09-06T22:57:26.623Z | Downloaded fatfs v0.3.6 |
705 | 2024-09-06T22:57:26.623Z | Downloaded rustyline v14.0.0 |
706 | 2024-09-06T22:57:26.623Z | Downloaded rustls-pki-types v1.7.0 |
707 | 2024-09-06T22:57:26.648Z | Downloaded flate2 v1.0.33 |
708 | 2024-09-06T22:57:26.648Z | Downloaded proptest v1.5.0 |
709 | 2024-09-06T22:57:26.648Z | Downloaded git2 v0.19.0 |
710 | 2024-09-06T22:57:26.672Z | Downloaded regex-syntax v0.6.29 |
711 | 2024-09-06T22:57:26.672Z | Downloaded itertools v0.10.5 |
712 | 2024-09-06T22:57:26.672Z | Downloaded h2 v0.3.26 |
713 | 2024-09-06T22:57:26.695Z | Downloaded want v0.3.1 |
714 | 2024-09-06T22:57:26.695Z | Downloaded socket2 v0.4.10 |
715 | 2024-09-06T22:57:26.695Z | Downloaded derive_builder_core v0.20.0 |
716 | 2024-09-06T22:57:26.695Z | Downloaded derive-where v1.2.7 |
717 | 2024-09-06T22:57:26.695Z | Downloaded rustls-pemfile v1.0.4 |
718 | 2024-09-06T22:57:26.695Z | Downloaded flume v0.11.0 |
719 | 2024-09-06T22:57:26.695Z | Downloaded regex-syntax v0.8.4 |
720 | 2024-09-06T22:57:26.719Z | Downloaded waitgroup v0.1.2 |
721 | 2024-09-06T22:57:26.719Z | Downloaded der_derive v0.7.2 |
722 | 2024-09-06T22:57:26.719Z | Downloaded zone v0.1.8 |
723 | 2024-09-06T22:57:26.719Z | Downloaded yasna v0.5.2 |
724 | 2024-09-06T22:57:26.719Z | Downloaded serde_derive_internals v0.29.1 |
725 | 2024-09-06T22:57:26.719Z | Downloaded rustls-pemfile v2.1.3 |
726 | 2024-09-06T22:57:26.719Z | Downloaded unicode-xid v0.2.4 |
727 | 2024-09-06T22:57:26.719Z | Downloaded unicode-truncate v1.0.0 |
728 | 2024-09-06T22:57:26.719Z | Downloaded spin v0.5.2 |
729 | 2024-09-06T22:57:26.719Z | Downloaded zeroize_derive v1.4.2 |
730 | 2024-09-06T22:57:26.719Z | Downloaded rustversion v1.0.17 |
731 | 2024-09-06T22:57:26.742Z | Downloaded futures v0.3.30 |
732 | 2024-09-06T22:57:26.742Z | Downloaded hashbrown v0.12.3 |
733 | 2024-09-06T22:57:26.742Z | Downloaded rusty-fork v0.3.0 |
734 | 2024-09-06T22:57:26.743Z | Downloaded rustfmt-wrapper v0.2.1 |
735 | 2024-09-06T22:57:26.743Z | Downloaded rustc_version v0.4.0 |
736 | 2024-09-06T22:57:26.743Z | Downloaded futures-channel v0.3.30 |
737 | 2024-09-06T22:57:26.743Z | Downloaded foreign-types v0.5.0 |
738 | 2024-09-06T22:57:26.743Z | Downloaded slog-json v2.6.1 |
739 | 2024-09-06T22:57:26.743Z | Downloaded slog v2.7.0 |
740 | 2024-09-06T22:57:26.743Z | Downloaded portable-atomic v1.6.0 |
741 | 2024-09-06T22:57:26.766Z | Downloaded libm v0.2.8 |
742 | 2024-09-06T22:57:26.766Z | Downloaded http v1.1.0 |
743 | 2024-09-06T22:57:26.766Z | Downloaded serde_plain v1.0.2 |
744 | 2024-09-06T22:57:26.766Z | Downloaded serde_path_to_error v0.1.16 |
745 | 2024-09-06T22:57:26.767Z | Downloaded funty v2.0.0 |
746 | 2024-09-06T22:57:26.767Z | Downloaded form_urlencoded v1.2.1 |
747 | 2024-09-06T22:57:26.790Z | Downloaded foreign-types-macros v0.2.3 |
748 | 2024-09-06T22:57:26.790Z | Downloaded float-cmp v0.9.0 |
749 | 2024-09-06T22:57:26.790Z | Downloaded flagset v0.4.5 |
750 | 2024-09-06T22:57:26.790Z | Downloaded similar v2.6.0 |
751 | 2024-09-06T22:57:26.790Z | Downloaded signal-hook v0.3.17 |
752 | 2024-09-06T22:57:26.790Z | Downloaded minimal-lexical v0.2.1 |
753 | 2024-09-06T22:57:26.790Z | Downloaded float-ord v0.3.2 |
754 | 2024-09-06T22:57:26.790Z | Downloaded fragile v2.0.0 |
755 | 2024-09-06T22:57:26.790Z | Downloaded foreign-types-shared v0.3.1 |
756 | 2024-09-06T22:57:26.790Z | Downloaded foreign-types-shared v0.1.1 |
757 | 2024-09-06T22:57:26.790Z | Downloaded pin-project v1.1.5 |
758 | 2024-09-06T22:57:26.813Z | Downloaded headers v0.3.9 |
759 | 2024-09-06T22:57:26.814Z | Downloaded snafu-derive v0.8.2 |
760 | 2024-09-06T22:57:26.814Z | Downloaded smallvec v1.13.2 |
761 | 2024-09-06T22:57:26.814Z | Downloaded slog-term v2.9.1 |
762 | 2024-09-06T22:57:26.837Z | Downloaded pin-project-lite v0.2.14 |
763 | 2024-09-06T22:57:26.837Z | Downloaded pin-project-internal v1.1.5 |
764 | 2024-09-06T22:57:26.837Z | Downloaded peg-macros v0.8.4 |
765 | 2024-09-06T22:57:26.837Z | Downloaded diesel_derives v2.2.2 |
766 | 2024-09-06T22:57:26.837Z | Downloaded derive_more v0.99.18 |
767 | 2024-09-06T22:57:26.837Z | Downloaded mio v0.8.11 |
768 | 2024-09-06T22:57:26.861Z | Downloaded utf-8 v0.7.6 |
769 | 2024-09-06T22:57:26.861Z | Downloaded sqlformat v0.2.4 |
770 | 2024-09-06T22:57:26.861Z | Downloaded spki v0.7.3 |
771 | 2024-09-06T22:57:26.861Z | Downloaded filetime v0.2.25 |
772 | 2024-09-06T22:57:26.861Z | Downloaded ff v0.13.0 |
773 | 2024-09-06T22:57:26.861Z | Downloaded fd-lock v4.0.2 |
774 | 2024-09-06T22:57:26.861Z | Downloaded fallible-streaming-iterator v0.1.9 |
775 | 2024-09-06T22:57:26.861Z | Downloaded heck v0.3.3 |
776 | 2024-09-06T22:57:26.861Z | Downloaded foreign-types v0.3.2 |
777 | 2024-09-06T22:57:26.861Z | Downloaded siphasher v0.3.11 |
778 | 2024-09-06T22:57:26.861Z | Downloaded fallible-iterator v0.2.0 |
779 | 2024-09-06T22:57:26.861Z | Downloaded ecdsa v0.16.9 |
780 | 2024-09-06T22:57:26.861Z | Downloaded dhcproto v0.12.0 |
781 | 2024-09-06T22:57:26.885Z | Downloaded tinyvec v1.6.0 |
782 | 2024-09-06T22:57:26.885Z | Downloaded time-macros v0.2.18 |
783 | 2024-09-06T22:57:26.885Z | Downloaded hickory-resolver v0.24.1 |
784 | 2024-09-06T22:57:26.885Z | Downloaded openssl-macros v0.1.1 |
785 | 2024-09-06T22:57:26.885Z | Downloaded derive_builder_macro v0.20.0 |
786 | 2024-09-06T22:57:26.886Z | Downloaded serde_urlencoded v0.7.1 |
787 | 2024-09-06T22:57:26.886Z | Downloaded serde_repr v0.1.19 |
788 | 2024-09-06T22:57:26.886Z | Downloaded hex-literal v0.4.1 |
789 | 2024-09-06T22:57:26.886Z | Downloaded hex v0.4.3 |
790 | 2024-09-06T22:57:26.886Z | Downloaded futures-io v0.3.30 |
791 | 2024-09-06T22:57:26.886Z | Downloaded futures-executor v0.3.30 |
792 | 2024-09-06T22:57:26.886Z | Downloaded futures-core v0.3.30 |
793 | 2024-09-06T22:57:26.909Z | Downloaded smf v0.2.3 |
794 | 2024-09-06T22:57:26.909Z | Downloaded smallvec v0.6.14 |
795 | 2024-09-06T22:57:26.909Z | Downloaded slog-stdlog v4.1.1 |
796 | 2024-09-06T22:57:26.909Z | Downloaded slog-scope v4.4.0 |
797 | 2024-09-06T22:57:26.909Z | Downloaded slog-envlogger v2.2.0 |
798 | 2024-09-06T22:57:26.909Z | Downloaded slog-dtrace v0.3.0 |
799 | 2024-09-06T22:57:26.909Z | Downloaded slog-bunyan v2.5.0 |
800 | 2024-09-06T22:57:26.910Z | Downloaded slog-async v2.8.0 |
801 | 2024-09-06T22:57:26.910Z | Downloaded slab v0.4.9 |
802 | 2024-09-06T22:57:26.910Z | Downloaded signature v2.2.0 |
803 | 2024-09-06T22:57:26.910Z | Downloaded signal-hook-tokio v0.3.1 |
804 | 2024-09-06T22:57:26.910Z | Downloaded signal-hook-registry v1.4.2 |
805 | 2024-09-06T22:57:26.910Z | Downloaded signal-hook-mio v0.2.4 |
806 | 2024-09-06T22:57:26.910Z | Downloaded shell-words v1.1.0 |
807 | 2024-09-06T22:57:26.910Z | Downloaded fallible-iterator v0.3.0 |
808 | 2024-09-06T22:57:26.910Z | Downloaded erased-serde v0.3.31 |
809 | 2024-09-06T22:57:26.910Z | Downloaded rand_core v0.6.4 |
810 | 2024-09-06T22:57:26.933Z | Downloaded mockall_derive v0.13.0 |
811 | 2024-09-06T22:57:26.933Z | Downloaded http v0.2.12 |
812 | 2024-09-06T22:57:26.933Z | Downloaded tokio-macros v2.4.0 |
813 | 2024-09-06T22:57:26.933Z | Downloaded tls_codec_derive v0.4.1 |
814 | 2024-09-06T22:57:26.933Z | Downloaded tls_codec v0.4.1 |
815 | 2024-09-06T22:57:26.933Z | Downloaded hashlink v0.9.1 |
816 | 2024-09-06T22:57:26.933Z | Downloaded miniz_oxide v0.8.0 |
817 | 2024-09-06T22:57:26.933Z | Downloaded memmap2 v0.9.4 |
818 | 2024-09-06T22:57:26.933Z | Downloaded indicatif v0.17.8 |
819 | 2024-09-06T22:57:26.933Z | Downloaded thread_local v1.1.8 |
820 | 2024-09-06T22:57:26.957Z | Downloaded hickory-server v0.24.1 |
821 | 2024-09-06T22:57:26.957Z | Downloaded libloading v0.8.3 |
822 | 2024-09-06T22:57:26.957Z | Downloaded rand_seeder v0.3.0 |
823 | 2024-09-06T22:57:26.957Z | Downloaded rand_chacha v0.3.1 |
824 | 2024-09-06T22:57:26.957Z | Downloaded r2d2 v0.8.10 |
825 | 2024-09-06T22:57:26.957Z | Downloaded quick-error v1.2.3 |
826 | 2024-09-06T22:57:26.957Z | Downloaded phf v0.11.2 |
827 | 2024-09-06T22:57:26.957Z | Downloaded percent-encoding v2.3.1 |
828 | 2024-09-06T22:57:26.957Z | Downloaded pem-rfc7468 v0.7.0 |
829 | 2024-09-06T22:57:26.957Z | Downloaded pem v3.0.4 |
830 | 2024-09-06T22:57:26.957Z | Downloaded env_logger v0.10.2 |
831 | 2024-09-06T22:57:26.980Z | Downloaded dropshot_endpoint v0.10.1 |
832 | 2024-09-06T22:57:26.981Z | Downloaded diff v0.1.13 |
833 | 2024-09-06T22:57:26.981Z | Downloaded tar v0.4.41 |
834 | 2024-09-06T22:57:26.981Z | Downloaded radium v0.7.0 |
835 | 2024-09-06T22:57:26.981Z | Downloaded jobserver v0.1.32 |
836 | 2024-09-06T22:57:26.981Z | Downloaded indexmap v1.9.3 |
837 | 2024-09-06T22:57:26.981Z | Downloaded phf_shared v0.10.0 |
838 | 2024-09-06T22:57:26.981Z | Downloaded env_logger v0.9.3 |
839 | 2024-09-06T22:57:26.981Z | Downloaded diesel_table_macro_syntax v0.2.0 |
840 | 2024-09-06T22:57:26.981Z | Downloaded des v0.8.1 |
841 | 2024-09-06T22:57:26.981Z | Downloaded thiserror-impl-no-std v2.0.2 |
842 | 2024-09-06T22:57:26.981Z | Downloaded test-strategy v0.3.1 |
843 | 2024-09-06T22:57:27.006Z | Downloaded native-tls v0.2.11 |
844 | 2024-09-06T22:57:27.006Z | Downloaded peg v0.8.4 |
845 | 2024-09-06T22:57:27.006Z | Downloaded pbkdf2 v0.12.2 |
846 | 2024-09-06T22:57:27.006Z | Downloaded pbkdf2 v0.11.0 |
847 | 2024-09-06T22:57:27.006Z | Downloaded dsl_auto_type v0.1.2 |
848 | 2024-09-06T22:57:27.006Z | Downloaded display-error-chain v0.2.1 |
849 | 2024-09-06T22:57:27.006Z | Downloaded difflib v0.4.0 |
850 | 2024-09-06T22:57:27.006Z | Downloaded tinyvec_macros v0.1.1 |
851 | 2024-09-06T22:57:27.006Z | Downloaded time-core v0.1.2 |
852 | 2024-09-06T22:57:27.006Z | Downloaded termtree v0.4.1 |
853 | 2024-09-06T22:57:27.006Z | Downloaded termcolor v1.4.1 |
854 | 2024-09-06T22:57:27.006Z | Downloaded term v0.7.0 |
855 | 2024-09-06T22:57:27.029Z | Downloaded tap v1.0.1 |
856 | 2024-09-06T22:57:27.029Z | Downloaded primeorder v0.13.6 |
857 | 2024-09-06T22:57:27.029Z | Downloaded prettyplease v0.2.20 |
858 | 2024-09-06T22:57:27.029Z | Downloaded predicates-core v1.0.6 |
859 | 2024-09-06T22:57:27.029Z | Downloaded postgres-protocol v0.6.7 |
860 | 2024-09-06T22:57:27.029Z | Downloaded postcard v1.0.8 |
861 | 2024-09-06T22:57:27.029Z | Downloaded hashbrown v0.13.2 |
862 | 2024-09-06T22:57:27.029Z | Downloaded enum-as-inner v0.6.0 |
863 | 2024-09-06T22:57:27.029Z | Downloaded ssh-key v0.6.6 |
864 | 2024-09-06T22:57:27.053Z | Downloaded miniz_oxide v0.7.2 |
865 | 2024-09-06T22:57:27.053Z | Downloaded md-5 v0.10.6 |
866 | 2024-09-06T22:57:27.053Z | Downloaded lock_api v0.4.12 |
867 | 2024-09-06T22:57:27.053Z | Downloaded downcast v0.11.0 |
868 | 2024-09-06T22:57:27.053Z | Downloaded dirs-sys-next v0.1.2 |
869 | 2024-09-06T22:57:27.053Z | Downloaded dirs-next v2.0.0 |
870 | 2024-09-06T22:57:27.053Z | Downloaded proc-macro-crate v1.3.1 |
871 | 2024-09-06T22:57:27.053Z | Downloaded postgres-types v0.2.7 |
872 | 2024-09-06T22:57:27.053Z | Downloaded portpicker v0.1.1 |
873 | 2024-09-06T22:57:27.053Z | Downloaded polyval v0.6.2 |
874 | 2024-09-06T22:57:27.053Z | Downloaded headers-core v0.2.0 |
875 | 2024-09-06T22:57:27.053Z | Downloaded globset v0.4.14 |
876 | 2024-09-06T22:57:27.053Z | Downloaded ed25519-dalek v2.1.1 |
877 | 2024-09-06T22:57:27.080Z | Downloaded typed-path v0.7.1 |
878 | 2024-09-06T22:57:27.080Z | Downloaded tungstenite v0.23.0 |
879 | 2024-09-06T22:57:27.080Z | Downloaded tungstenite v0.20.1 |
880 | 2024-09-06T22:57:27.080Z | Downloaded linear-map v1.2.0 |
881 | 2024-09-06T22:57:27.080Z | Downloaded libefi-sys v0.1.0 |
882 | 2024-09-06T22:57:27.080Z | Downloaded instability v0.3.2 |
883 | 2024-09-06T22:57:27.080Z | Downloaded iana-time-zone v0.1.60 |
884 | 2024-09-06T22:57:27.080Z | Downloaded curve25519-dalek v4.1.3 |
885 | 2024-09-06T22:57:27.104Z | Downloaded chrono v0.4.38 |
886 | 2024-09-06T22:57:27.104Z | Downloaded thiserror-no-std v2.0.2 |
887 | 2024-09-06T22:57:27.104Z | Downloaded termios v0.3.3 |
888 | 2024-09-06T22:57:27.104Z | Downloaded psl-types v2.0.11 |
889 | 2024-09-06T22:57:27.104Z | Downloaded pretty-hex v0.2.1 |
890 | 2024-09-06T22:57:27.127Z | Downloaded predicates-tree v1.0.9 |
891 | 2024-09-06T22:57:27.127Z | Downloaded precomputed-hash v0.1.1 |
892 | 2024-09-06T22:57:27.127Z | Downloaded ppv-lite86 v0.2.17 |
893 | 2024-09-06T22:57:27.127Z | Downloaded powerfmt v0.2.0 |
894 | 2024-09-06T22:57:27.127Z | Downloaded hash32 v0.3.1 |
895 | 2024-09-06T22:57:27.127Z | Downloaded hash32 v0.2.1 |
896 | 2024-09-06T22:57:27.127Z | Downloaded half v2.4.1 |
897 | 2024-09-06T22:57:27.127Z | Downloaded getrandom v0.2.14 |
898 | 2024-09-06T22:57:27.127Z | Downloaded gethostname v0.5.0 |
899 | 2024-09-06T22:57:27.127Z | Downloaded elliptic-curve v0.13.8 |
900 | 2024-09-06T22:57:27.127Z | Downloaded unarray v0.1.4 |
901 | 2024-09-06T22:57:27.127Z | Downloaded num v0.4.3 |
902 | 2024-09-06T22:57:27.127Z | Downloaded nu-ansi-term v0.50.0 |
903 | 2024-09-06T22:57:27.151Z | Downloaded multimap v0.10.0 |
904 | 2024-09-06T22:57:27.151Z | Downloaded multer v3.1.0 |
905 | 2024-09-06T22:57:27.151Z | Downloaded mime v0.3.17 |
906 | 2024-09-06T22:57:27.151Z | Downloaded hmac v0.12.1 |
907 | 2024-09-06T22:57:27.151Z | Downloaded crossterm v0.28.1 |
908 | 2024-09-06T22:57:27.151Z | Downloaded glob v0.3.1 |
909 | 2024-09-06T22:57:27.151Z | Downloaded ghash v0.5.1 |
910 | 2024-09-06T22:57:27.151Z | Downloaded getopts v0.2.21 |
911 | 2024-09-06T22:57:27.151Z | Downloaded fxhash v0.2.1 |
912 | 2024-09-06T22:57:27.151Z | Downloaded futures-sink v0.3.30 |
913 | 2024-09-06T22:57:27.151Z | Downloaded enum-as-inner v0.5.1 |
914 | 2024-09-06T22:57:27.175Z | Downloaded endian-type v0.1.2 |
915 | 2024-09-06T22:57:27.175Z | Downloaded ena v0.14.3 |
916 | 2024-09-06T22:57:27.175Z | Downloaded defmt-macros v0.3.9 |
917 | 2024-09-06T22:57:27.175Z | Downloaded darling_core v0.20.9 |
918 | 2024-09-06T22:57:27.175Z | Downloaded zone_cfg_derive v0.3.0 |
919 | 2024-09-06T22:57:27.175Z | Downloaded tungstenite v0.21.0 |
920 | 2024-09-06T22:57:27.175Z | Downloaded steno v0.4.1 |
921 | 2024-09-06T22:57:27.175Z | Downloaded schemars v0.8.21 |
922 | 2024-09-06T22:57:27.198Z | Downloaded nibble_vec v0.1.0 |
923 | 2024-09-06T22:57:27.198Z | Downloaded newline-converter v0.3.0 |
924 | 2024-09-06T22:57:27.198Z | Downloaded mime_guess v2.0.4 |
925 | 2024-09-06T22:57:27.198Z | Downloaded maybe-uninit v2.0.0 |
926 | 2024-09-06T22:57:27.198Z | Downloaded maplit v1.0.2 |
927 | 2024-09-06T22:57:27.199Z | Downloaded lru-cache v0.1.2 |
928 | 2024-09-06T22:57:27.199Z | Downloaded lazy_static v1.5.0 |
929 | 2024-09-06T22:57:27.199Z | Downloaded keccak v0.1.5 |
930 | 2024-09-06T22:57:27.199Z | Downloaded ipnetwork v0.20.0 |
931 | 2024-09-06T22:57:27.199Z | Downloaded internet-checksum v0.2.1 |
932 | 2024-09-06T22:57:27.222Z | Downloaded hyper-staticfile v0.9.5 |
933 | 2024-09-06T22:57:27.222Z | Downloaded highway v1.2.0 |
934 | 2024-09-06T22:57:27.222Z | Downloaded crypto-bigint v0.5.5 |
935 | 2024-09-06T22:57:27.222Z | Downloaded futures-task v0.3.30 |
936 | 2024-09-06T22:57:27.222Z | Downloaded futures-macro v0.3.30 |
937 | 2024-09-06T22:57:27.222Z | Downloaded tui-tree-widget v0.22.0 |
938 | 2024-09-06T22:57:27.222Z | Downloaded tracing-core v0.1.32 |
939 | 2024-09-06T22:57:27.222Z | Downloaded tracing-attributes v0.1.27 |
940 | 2024-09-06T22:57:27.222Z | Downloaded tracing v0.1.40 |
941 | 2024-09-06T22:57:27.246Z | Downloaded salsa20 v0.10.2 |
942 | 2024-09-06T22:57:27.246Z | Downloaded reqwest v0.11.27 |
943 | 2024-09-06T22:57:27.246Z | Downloaded normalize-line-endings v0.3.0 |
944 | 2024-09-06T22:57:27.246Z | Downloaded newtype_derive v0.1.6 |
945 | 2024-09-06T22:57:27.246Z | Downloaded indoc v1.0.9 |
946 | 2024-09-06T22:57:27.246Z | Downloaded impl-trait-for-tuples v0.2.2 |
947 | 2024-09-06T22:57:27.246Z | Downloaded httpdate v1.0.3 |
948 | 2024-09-06T22:57:27.246Z | Downloaded darling v0.20.9 |
949 | 2024-09-06T22:57:27.270Z | Downloaded const_format v0.2.32 |
950 | 2024-09-06T22:57:27.270Z | Downloaded either v1.13.0 |
951 | 2024-09-06T22:57:27.270Z | Downloaded ed25519 v2.2.3 |
952 | 2024-09-06T22:57:27.270Z | Downloaded debug-ignore v1.0.5 |
953 | 2024-09-06T22:57:27.270Z | Downloaded darling_macro v0.20.9 |
954 | 2024-09-06T22:57:27.270Z | Downloaded tower-service v0.3.2 |
955 | 2024-09-06T22:57:27.270Z | Downloaded structmeta-derive v0.3.0 |
956 | 2024-09-06T22:57:27.270Z | Downloaded structmeta v0.3.0 |
957 | 2024-09-06T22:57:27.270Z | Downloaded strip-ansi-escapes v0.2.0 |
958 | 2024-09-06T22:57:27.270Z | Downloaded string_cache v0.8.7 |
959 | 2024-09-06T22:57:27.270Z | Downloaded static_assertions v1.1.0 |
960 | 2024-09-06T22:57:27.270Z | Downloaded serde_arrays v0.1.0 |
961 | 2024-09-06T22:57:27.270Z | Downloaded secrecy v0.8.0 |
962 | 2024-09-06T22:57:27.293Z | Downloaded sct v0.7.1 |
963 | 2024-09-06T22:57:27.294Z | Downloaded same-file v1.0.6 |
964 | 2024-09-06T22:57:27.294Z | Downloaded resolv-conf v0.7.0 |
965 | 2024-09-06T22:57:27.294Z | Downloaded libsw v3.3.1 |
966 | 2024-09-06T22:57:27.294Z | Downloaded ipnet v2.9.0 |
967 | 2024-09-06T22:57:27.294Z | Downloaded hyper-rustls v0.24.2 |
968 | 2024-09-06T22:57:27.294Z | Downloaded httparse v1.8.0 |
969 | 2024-09-06T22:57:27.294Z | Downloaded crossbeam-utils v0.8.19 |
970 | 2024-09-06T22:57:27.294Z | Downloaded crc-any v2.5.0 |
971 | 2024-09-06T22:57:27.294Z | Downloaded console v0.15.8 |
972 | 2024-09-06T22:57:27.317Z | Downloaded clang-sys v1.7.0 |
973 | 2024-09-06T22:57:27.317Z | Downloaded twox-hash v1.6.3 |
974 | 2024-09-06T22:57:27.317Z | Downloaded ssh-cipher v0.2.0 |
975 | 2024-09-06T22:57:27.317Z | Downloaded scopeguard v1.2.0 |
976 | 2024-09-06T22:57:27.317Z | Downloaded samael v0.0.15 |
977 | 2024-09-06T22:57:27.317Z | Downloaded nanorand v0.7.0 |
978 | 2024-09-06T22:57:27.317Z | Downloaded memoffset v0.9.1 |
979 | 2024-09-06T22:57:27.317Z | Downloaded matches v0.1.10 |
980 | 2024-09-06T22:57:27.317Z | Downloaded managed v0.8.0 |
981 | 2024-09-06T22:57:27.317Z | Downloaded linked-hash-map v0.5.6 |
982 | 2024-09-06T22:57:27.318Z | Downloaded lazycell v1.3.0 |
983 | 2024-09-06T22:57:27.342Z | Downloaded lalrpop-util v0.19.12 |
984 | 2024-09-06T22:57:27.342Z | Downloaded kstat-rs v0.2.4 |
985 | 2024-09-06T22:57:27.342Z | Downloaded indent_write v2.2.0 |
986 | 2024-09-06T22:57:27.342Z | Downloaded humantime v2.1.0 |
987 | 2024-09-06T22:57:27.342Z | Downloaded http-body v0.4.6 |
988 | 2024-09-06T22:57:27.342Z | Downloaded bytes v1.7.1 |
989 | 2024-09-06T22:57:27.342Z | Downloaded block-padding v0.3.3 |
990 | 2024-09-06T22:57:27.342Z | Downloaded bitvec v1.0.1 |
991 | 2024-09-06T22:57:27.365Z | Downloaded bindgen v0.69.4 |
992 | 2024-09-06T22:57:27.365Z | Downloaded defmt v0.3.8 |
993 | 2024-09-06T22:57:27.365Z | Downloaded structmeta-derive v0.2.0 |
994 | 2024-09-06T22:57:27.365Z | Downloaded structmeta v0.2.0 |
995 | 2024-09-06T22:57:27.365Z | Downloaded stringprep v0.1.4 |
996 | 2024-09-06T22:57:27.365Z | Downloaded stable_deref_trait v1.2.0 |
997 | 2024-09-06T22:57:27.395Z | Downloaded ssh-encoding v0.2.0 |
998 | 2024-09-06T22:57:27.395Z | Downloaded serde-hex v0.1.0 |
999 | 2024-09-06T22:57:27.395Z | Downloaded serde-big-array v0.5.1 |
1000 | 2024-09-06T22:57:27.395Z | Downloaded nodrop v0.1.14 |
1001 | 2024-09-06T22:57:27.395Z | Downloaded newtype-uuid v1.1.0 |
1002 | 2024-09-06T22:57:27.395Z | Downloaded mockall v0.13.0 |
1003 | 2024-09-06T22:57:27.395Z | Downloaded lru v0.12.3 |
1004 | 2024-09-06T22:57:27.395Z | Downloaded is_ci v1.2.0 |
1005 | 2024-09-06T22:57:27.395Z | Downloaded hyper-tls v0.5.0 |
1006 | 2024-09-06T22:57:27.395Z | Downloaded hubpack_derive v0.1.1 |
1007 | 2024-09-06T22:57:27.395Z | Downloaded hubpack v0.1.2 |
1008 | 2024-09-06T22:57:27.395Z | Downloaded http-range v0.1.5 |
1009 | 2024-09-06T22:57:27.395Z | Downloaded hostname v0.4.0 |
1010 | 2024-09-06T22:57:27.395Z | Downloaded hostname v0.3.1 |
1011 | 2024-09-06T22:57:27.395Z | Downloaded home v0.5.9 |
1012 | 2024-09-06T22:57:27.395Z | Downloaded crc32fast v1.4.0 |
1013 | 2024-09-06T22:57:27.395Z | Downloaded cookie_store v0.20.0 |
1014 | 2024-09-06T22:57:27.395Z | Downloaded cookie v0.17.0 |
1015 | 2024-09-06T22:57:27.395Z | Downloaded constant_time_eq v0.3.0 |
1016 | 2024-09-06T22:57:27.395Z | Downloaded colored v2.1.0 |
1017 | 2024-09-06T22:57:27.420Z | Downloaded bitflags v1.3.2 |
1018 | 2024-09-06T22:57:27.420Z | Downloaded bitfield v0.14.0 |
1019 | 2024-09-06T22:57:27.420Z | Downloaded aho-corasick v1.1.3 |
1020 | 2024-09-06T22:57:27.420Z | Downloaded strum v0.26.3 |
1021 | 2024-09-06T22:57:27.420Z | Downloaded semver v0.1.20 |
1022 | 2024-09-06T22:57:27.420Z | Downloaded rfc6979 v0.4.0 |
1023 | 2024-09-06T22:57:27.420Z | Downloaded new_debug_unreachable v1.0.6 |
1024 | 2024-09-06T22:57:27.421Z | Downloaded match_cfg v0.1.0 |
1025 | 2024-09-06T22:57:27.421Z | Downloaded inout v0.1.3 |
1026 | 2024-09-06T22:57:27.421Z | Downloaded curve25519-dalek-derive v0.1.1 |
1027 | 2024-09-06T22:57:27.421Z | Downloaded ctr v0.9.2 |
1028 | 2024-09-06T22:57:27.421Z | Downloaded crossterm v0.27.0 |
1029 | 2024-09-06T22:57:27.444Z | Downloaded crossbeam-deque v0.8.5 |
1030 | 2024-09-06T22:57:27.444Z | Downloaded cipher v0.4.4 |
1031 | 2024-09-06T22:57:27.444Z | Downloaded ciborium-io v0.2.2 |
1032 | 2024-09-06T22:57:27.444Z | Downloaded chacha20 v0.9.1 |
1033 | 2024-09-06T22:57:27.444Z | Downloaded cexpr v0.6.0 |
1034 | 2024-09-06T22:57:27.444Z | Downloaded cbc v0.1.2 |
1035 | 2024-09-06T22:57:27.444Z | Downloaded cassowary v0.3.0 |
1036 | 2024-09-06T22:57:27.444Z | Downloaded blake3 v1.5.1 |
1037 | 2024-09-06T22:57:27.468Z | Downloaded blake2 v0.10.6 |
1038 | 2024-09-06T22:57:27.468Z | Downloaded base64 v0.22.1 |
1039 | 2024-09-06T22:57:27.468Z | Downloaded base64 v0.13.1 |
1040 | 2024-09-06T22:57:27.468Z | Downloaded backtrace v0.3.71 |
1041 | 2024-09-06T22:57:27.468Z | Downloaded aes-gcm v0.10.3 |
1042 | 2024-09-06T22:57:27.468Z | Downloaded scrypt v0.11.0 |
1043 | 2024-09-06T22:57:27.468Z | Downloaded schemars_derive v0.8.21 |
1044 | 2024-09-06T22:57:27.492Z | Downloaded scheduled-thread-pool v0.2.7 |
1045 | 2024-09-06T22:57:27.492Z | Downloaded md5 v0.7.0 |
1046 | 2024-09-06T22:57:27.492Z | Downloaded is-terminal v0.4.12 |
1047 | 2024-09-06T22:57:27.492Z | Downloaded instant v0.1.12 |
1048 | 2024-09-06T22:57:27.492Z | Downloaded crunchy v0.2.2 |
1049 | 2024-09-06T22:57:27.492Z | Downloaded bit-set v0.5.3 |
1050 | 2024-09-06T22:57:27.492Z | Downloaded aes v0.8.4 |
1051 | 2024-09-06T22:57:27.492Z | Downloaded crossbeam-channel v0.5.12 |
1052 | 2024-09-06T22:57:27.492Z | Downloaded cookie v0.18.1 |
1053 | 2024-09-06T22:57:27.492Z | Downloaded compact_str v0.8.0 |
1054 | 2024-09-06T22:57:27.516Z | Downloaded chacha20poly1305 v0.10.1 |
1055 | 2024-09-06T22:57:27.516Z | Downloaded cc v1.0.97 |
1056 | 2024-09-06T22:57:27.516Z | Downloaded bitstruct_derive v0.1.0 |
1057 | 2024-09-06T22:57:27.516Z | Downloaded bcrypt-pbkdf v0.10.0 |
1058 | 2024-09-06T22:57:27.516Z | Downloaded buf-list v1.0.3 |
1059 | 2024-09-06T22:57:27.516Z | Downloaded base64 v0.21.7 |
1060 | 2024-09-06T22:57:27.516Z | Downloaded atty v0.2.14 |
1061 | 2024-09-06T22:57:27.516Z | Downloaded atomic-waker v1.1.2 |
1062 | 2024-09-06T22:57:27.516Z | Downloaded async-stream-impl v0.3.5 |
1063 | 2024-09-06T22:57:27.516Z | Downloaded async-recursion v1.1.1 |
1064 | 2024-09-06T22:57:27.516Z | Downloaded assert_matches v1.5.0 |
1065 | 2024-09-06T22:57:27.516Z | Downloaded ascii-canvas v3.0.0 |
1066 | 2024-09-06T22:57:27.516Z | Downloaded arrayvec v0.7.4 |
1067 | 2024-09-06T22:57:27.540Z | Downloaded array-init v0.0.4 |
1068 | 2024-09-06T22:57:27.540Z | Downloaded arc-swap v1.7.1 |
1069 | 2024-09-06T22:57:27.540Z | Downloaded allocator-api2 v0.2.18 |
1070 | 2024-09-06T22:57:27.540Z | Downloaded const-oid v0.9.6 |
1071 | 2024-09-06T22:57:27.540Z | Downloaded cobs v0.2.3 |
1072 | 2024-09-06T22:57:27.540Z | Downloaded ciborium-ll v0.2.2 |
1073 | 2024-09-06T22:57:27.540Z | Downloaded ciborium v0.2.2 |
1074 | 2024-09-06T22:57:27.540Z | Downloaded cancel-safe-futures v0.1.5 |
1075 | 2024-09-06T22:57:27.540Z | Downloaded bzip2 v0.4.4 |
1076 | 2024-09-06T22:57:27.540Z | Downloaded blowfish v0.9.1 |
1077 | 2024-09-06T22:57:27.564Z | Downloaded async-trait v0.1.81 |
1078 | 2024-09-06T22:57:27.564Z | Downloaded async-bb8-diesel v0.2.1 |
1079 | 2024-09-06T22:57:27.564Z | Downloaded ascii v1.1.0 |
1080 | 2024-09-06T22:57:27.564Z | Downloaded argon2 v0.5.3 |
1081 | 2024-09-06T22:57:27.564Z | Downloaded aead v0.5.2 |
1082 | 2024-09-06T22:57:27.564Z | Downloaded addr2line v0.21.0 |
1083 | 2024-09-06T22:57:27.564Z | Downloaded crucible-workspace-hack v0.1.0 |
1084 | 2024-09-06T22:57:27.564Z | Downloaded crc-catalog v2.4.0 |
1085 | 2024-09-06T22:57:27.564Z | Downloaded crc v3.2.1 |
1086 | 2024-09-06T22:57:27.564Z | Downloaded convert_case v0.4.0 |
1087 | 2024-09-06T22:57:27.564Z | Downloaded const_format_proc_macros v0.2.32 |
1088 | 2024-09-06T22:57:27.588Z | Downloaded cfg_aliases v0.2.1 |
1089 | 2024-09-06T22:57:27.588Z | Downloaded cfg_aliases v0.1.1 |
1090 | 2024-09-06T22:57:27.588Z | Downloaded castaway v0.2.3 |
1091 | 2024-09-06T22:57:27.588Z | Downloaded bitstruct v0.1.1 |
1092 | 2024-09-06T22:57:27.588Z | Downloaded bit-vec v0.6.3 |
1093 | 2024-09-06T22:57:27.588Z | Downloaded backoff v0.4.0 |
1094 | 2024-09-06T22:57:27.588Z | Downloaded ahash v0.8.11 |
1095 | 2024-09-06T22:57:27.588Z | Downloaded adler2 v2.0.0 |
1096 | 2024-09-06T22:57:27.588Z | Downloaded adler v1.0.2 |
1097 | 2024-09-06T22:57:27.588Z | Downloaded bcs v0.1.6 |
1098 | 2024-09-06T22:57:27.588Z | Downloaded bb8 v0.8.5 |
1099 | 2024-09-06T22:57:27.588Z | Downloaded base64ct v1.6.0 |
1100 | 2024-09-06T22:57:27.588Z | Downloaded base16ct v0.2.0 |
1101 | 2024-09-06T22:57:27.588Z | Downloaded atomicwrites v0.4.3 |
1102 | 2024-09-06T22:57:27.653Z | Downloaded async-stream v0.3.5 |
1103 | 2024-09-06T22:57:27.653Z | Downloaded arrayref v0.3.7 |
1104 | 2024-09-06T22:57:27.767Z | Compiling serde v1.0.208 |
1105 | 2024-09-06T22:57:27.767Z | Compiling typenum v1.17.0 |
1106 | 2024-09-06T22:57:27.767Z | Compiling lock_api v0.4.12 |
1107 | 2024-09-06T22:57:27.767Z | Compiling generic-array v0.14.7 |
1108 | 2024-09-06T22:57:27.767Z | Compiling scopeguard v1.2.0 |
1109 | 2024-09-06T22:57:27.767Z | Compiling log v0.4.21 |
1110 | 2024-09-06T22:57:27.767Z | Compiling syn v2.0.74 |
1111 | 2024-09-06T22:57:27.767Z | Compiling getrandom v0.2.14 |
1112 | 2024-09-06T22:57:28.129Z | Compiling jobserver v0.1.32 |
1113 | 2024-09-06T22:57:28.235Z | Compiling rand_core v0.6.4 |
1114 | 2024-09-06T22:57:28.453Z | Compiling subtle v2.5.0 |
1115 | 2024-09-06T22:57:28.453Z | Compiling const-oid v0.9.6 |
1116 | 2024-09-06T22:57:28.539Z | Compiling cc v1.0.97 |
1117 | 2024-09-06T22:57:28.733Z | Compiling smallvec v1.13.2 |
1118 | 2024-09-06T22:57:28.785Z | Compiling pin-project-lite v0.2.14 |
1119 | 2024-09-06T22:57:28.829Z | Compiling parking_lot_core v0.9.10 |
1120 | 2024-09-06T22:57:28.963Z | Compiling signal-hook-registry v1.4.2 |
1121 | 2024-09-06T22:57:29.050Z | Compiling spin v0.9.8 |
1122 | 2024-09-06T22:57:29.251Z | Compiling mio v1.0.2 |
1123 | 2024-09-06T22:57:29.464Z | Compiling ahash v0.8.11 |
1124 | 2024-09-06T22:57:29.748Z | Compiling parking_lot v0.12.2 |
1125 | 2024-09-06T22:57:29.796Z | Compiling tinyvec_macros v0.1.1 |
1126 | 2024-09-06T22:57:29.898Z | Compiling tinyvec v1.6.0 |
1127 | 2024-09-06T22:57:30.051Z | Compiling socket2 v0.5.7 |
1128 | 2024-09-06T22:57:30.081Z | Compiling serde_json v1.0.125 |
1129 | 2024-09-06T22:57:30.379Z | Compiling futures-core v0.3.30 |
1130 | 2024-09-06T22:57:30.408Z | Compiling cpufeatures v0.2.12 |
1131 | 2024-09-06T22:57:30.464Z | Compiling libm v0.2.8 |
1132 | 2024-09-06T22:57:30.524Z | Compiling futures-sink v0.3.30 |
1133 | 2024-09-06T22:57:30.645Z | Compiling num-traits v0.2.19 |
1134 | 2024-09-06T22:57:30.672Z | Compiling slab v0.4.9 |
1135 | 2024-09-06T22:57:30.699Z | Compiling allocator-api2 v0.2.18 |
1136 | 2024-09-06T22:57:30.853Z | Compiling unicode-bidi v0.3.15 |
1137 | 2024-09-06T22:57:31.220Z | Compiling unicode-normalization v0.1.23 |
1138 | 2024-09-06T22:57:31.279Z | Compiling futures-channel v0.3.30 |
1139 | 2024-09-06T22:57:31.478Z | Compiling futures-io v0.3.30 |
1140 | 2024-09-06T22:57:31.519Z | Compiling vcpkg v0.2.15 |
1141 | 2024-09-06T22:57:31.758Z | Compiling pin-utils v0.1.0 |
1142 | 2024-09-06T22:57:31.814Z | Compiling pkg-config v0.3.30 |
1143 | 2024-09-06T22:57:31.847Z | Compiling futures-task v0.3.30 |
1144 | 2024-09-06T22:57:32.264Z | Compiling base64ct v1.6.0 |
1145 | 2024-09-06T22:57:32.324Z | Compiling ppv-lite86 v0.2.17 |
1146 | 2024-09-06T22:57:32.348Z | Compiling percent-encoding v2.3.1 |
1147 | 2024-09-06T22:57:32.371Z | Compiling ring v0.17.8 |
1148 | 2024-09-06T22:57:32.772Z | Compiling pem-rfc7468 v0.7.0 |
1149 | 2024-09-06T22:57:32.872Z | Compiling flagset v0.4.5 |
1150 | 2024-09-06T22:57:33.071Z | Compiling rand_chacha v0.3.1 |
1151 | 2024-09-06T22:57:33.115Z | Compiling tracing-core v0.1.32 |
1152 | 2024-09-06T22:57:33.292Z | Compiling untrusted v0.9.0 |
1153 | 2024-09-06T22:57:33.507Z | Compiling rustix v0.38.34 |
1154 | 2024-09-06T22:57:33.530Z | Compiling rand v0.8.5 |
1155 | 2024-09-06T22:57:33.557Z | Compiling openssl-sys v0.9.103 |
1156 | 2024-09-06T22:57:34.018Z | Compiling powerfmt v0.2.0 |
1157 | 2024-09-06T22:57:34.341Z | Compiling time-core v0.1.2 |
1158 | 2024-09-06T22:57:34.393Z | Compiling httparse v1.8.0 |
1159 | 2024-09-06T22:57:34.417Z | Compiling num-conv v0.1.0 |
1160 | 2024-09-06T22:57:34.505Z | Compiling rustversion v1.0.17 |
1161 | 2024-09-06T22:57:34.626Z | Compiling foreign-types-shared v0.1.1 |
1162 | 2024-09-06T22:57:34.686Z | Compiling openssl v0.10.66 |
1163 | 2024-09-06T22:57:34.737Z | Compiling foreign-types v0.3.2 |
1164 | 2024-09-06T22:57:34.816Z | Compiling time-macros v0.2.18 |
1165 | 2024-09-06T22:57:35.018Z | Compiling deranged v0.3.11 |
1166 | 2024-09-06T22:57:35.112Z | Compiling form_urlencoded v1.2.1 |
1167 | 2024-09-06T22:57:35.219Z | Compiling aho-corasick v1.1.3 |
1168 | 2024-09-06T22:57:35.326Z | Compiling native-tls v0.2.11 |
1169 | 2024-09-06T22:57:35.412Z | Compiling regex-syntax v0.8.4 |
1170 | 2024-09-06T22:57:35.615Z | Compiling rustls v0.21.12 |
1171 | 2024-09-06T22:57:35.843Z | Compiling num_threads v0.1.7 |
1172 | 2024-09-06T22:57:35.970Z | Compiling siphasher v0.3.11 |
1173 | 2024-09-06T22:57:35.997Z | Compiling crossbeam-utils v0.8.19 |
1174 | 2024-09-06T22:57:36.316Z | Compiling syn v1.0.109 |
1175 | 2024-09-06T22:57:36.554Z | Compiling try-lock v0.2.5 |
1176 | 2024-09-06T22:57:36.671Z | Compiling want v0.3.1 |
1177 | 2024-09-06T22:57:36.966Z | Compiling idna v0.5.0 |
1178 | 2024-09-06T22:57:37.543Z | Compiling time v0.3.36 |
1179 | 2024-09-06T22:57:37.577Z | Compiling cookie v0.17.0 |
1180 | 2024-09-06T22:57:37.879Z | Compiling iana-time-zone v0.1.60 |
1181 | 2024-09-06T22:57:37.994Z | Compiling finl_unicode v1.2.0 |
1182 | 2024-09-06T22:57:38.314Z | Compiling slog v2.7.0 |
1183 | 2024-09-06T22:57:38.347Z | Compiling httpdate v1.0.3 |
1184 | 2024-09-06T22:57:38.505Z | Compiling regex-automata v0.4.6 |
1185 | 2024-09-06T22:57:38.764Z | Compiling tower-service v0.3.2 |
1186 | 2024-09-06T22:57:38.805Z | Compiling openssl-probe v0.1.5 |
1187 | 2024-09-06T22:57:38.963Z | Compiling stringprep v0.1.4 |
1188 | 2024-09-06T22:57:39.170Z | Compiling url v2.5.2 |
1189 | 2024-09-06T22:57:40.556Z | Compiling serde_derive v1.0.208 |
1190 | 2024-09-06T22:57:40.688Z | Compiling zeroize_derive v1.4.2 |
1191 | 2024-09-06T22:57:41.009Z | Compiling zerocopy-derive v0.7.34 |
1192 | 2024-09-06T22:57:41.043Z | Compiling tokio-macros v2.4.0 |
1193 | 2024-09-06T22:57:41.935Z | Compiling thiserror-impl v1.0.63 |
1194 | 2024-09-06T22:57:42.083Z | Compiling futures-macro v0.3.30 |
1195 | 2024-09-06T22:57:42.107Z | Compiling zeroize v1.7.0 |
1196 | 2024-09-06T22:57:42.457Z | Compiling der_derive v0.7.2 |
1197 | 2024-09-06T22:57:42.913Z | Compiling zerocopy v0.7.34 |
1198 | 2024-09-06T22:57:43.660Z | Compiling crypto-common v0.1.6 |
1199 | 2024-09-06T22:57:43.770Z | Compiling block-buffer v0.10.4 |
1200 | 2024-09-06T22:57:43.873Z | Compiling block-padding v0.3.3 |
1201 | 2024-09-06T22:57:44.011Z | Compiling digest v0.10.7 |
1202 | 2024-09-06T22:57:44.087Z | Compiling inout v0.1.3 |
1203 | 2024-09-06T22:57:44.339Z | Compiling cipher v0.4.4 |
1204 | 2024-09-06T22:57:44.433Z | Compiling hmac v0.12.1 |
1205 | 2024-09-06T22:57:44.560Z | Compiling sha2 v0.10.8 |
1206 | 2024-09-06T22:57:44.654Z | Compiling futures-util v0.3.30 |
1207 | 2024-09-06T22:57:44.749Z | Compiling thiserror v1.0.63 |
1208 | 2024-09-06T22:57:44.801Z | Compiling hashbrown v0.14.5 |
1209 | 2024-09-06T22:57:44.825Z | Compiling salsa20 v0.10.2 |
1210 | 2024-09-06T22:57:44.883Z | Compiling pest v2.7.10 |
1211 | 2024-09-06T22:57:45.037Z | Compiling pbkdf2 v0.12.2 |
1212 | 2024-09-06T22:57:45.193Z | Compiling der v0.7.9 |
1213 | 2024-09-06T22:57:46.010Z | Compiling scroll_derive v0.12.0 |
1214 | 2024-09-06T22:57:47.195Z | Compiling pest_meta v2.7.10 |
1215 | 2024-09-06T22:57:47.226Z | Compiling tracing-attributes v0.1.27 |
1216 | 2024-09-06T22:57:47.448Z | Compiling scroll v0.12.0 |
1217 | 2024-09-06T22:57:47.971Z | Compiling spki v0.7.3 |
1218 | 2024-09-06T22:57:48.170Z | Compiling scrypt v0.11.0 |
1219 | 2024-09-06T22:57:48.294Z | Compiling aes v0.8.4 |
1220 | 2024-09-06T22:57:48.653Z | Compiling pest_generator v2.7.10 |
1221 | 2024-09-06T22:57:49.535Z | Compiling cbc v0.1.2 |
1222 | 2024-09-06T22:57:49.753Z | Compiling pkcs5 v0.7.1 |
1223 | 2024-09-06T22:57:49.905Z | Compiling goblin v0.8.2 |
1224 | 2024-09-06T22:57:50.278Z | Compiling openssl-macros v0.1.1 |
1225 | 2024-09-06T22:57:50.405Z | Compiling pkcs8 v0.10.2 |
1226 | 2024-09-06T22:57:50.429Z | Compiling tracing v0.1.40 |
1227 | 2024-09-06T22:57:50.778Z | Compiling rustls-webpki v0.101.7 |
1228 | 2024-09-06T22:57:50.893Z | Compiling sct v0.7.1 |
1229 | 2024-09-06T22:57:50.918Z | Compiling md-5 v0.10.6 |
1230 | 2024-09-06T22:57:51.037Z | Compiling num-integer v0.1.46 |
1231 | 2024-09-06T22:57:51.158Z | Compiling backtrace v0.3.71 |
1232 | 2024-09-06T22:57:51.182Z | Compiling idna v0.3.0 |
1233 | 2024-09-06T22:57:51.538Z | Compiling pest_derive v2.7.10 |
1234 | 2024-09-06T22:57:51.694Z | Compiling lazy_static v1.5.0 |
1235 | 2024-09-06T22:57:51.754Z | Compiling hash32 v0.2.1 |
1236 | 2024-09-06T22:57:51.813Z | Compiling base64 v0.22.1 |
1237 | 2024-09-06T22:57:52.106Z | Compiling fallible-iterator v0.2.0 |
1238 | 2024-09-06T22:57:52.226Z | Compiling dtrace-parser v0.2.0 |
1239 | 2024-09-06T22:57:52.433Z | Compiling bytes v1.7.1 |
1240 | 2024-09-06T22:57:52.485Z | Compiling bitflags v2.6.0 |
1241 | 2024-09-06T22:57:52.757Z | Compiling indexmap v2.4.0 |
1242 | 2024-09-06T22:57:52.791Z | Compiling semver v1.0.23 |
1243 | 2024-09-06T22:57:53.445Z | Compiling tokio v1.39.3 |
1244 | 2024-09-06T22:57:53.649Z | Compiling http v0.2.12 |
1245 | 2024-09-06T22:57:53.969Z | Compiling rustc_version v0.4.0 |
1246 | 2024-09-06T22:57:54.669Z | Compiling heapless v0.7.17 |
1247 | 2024-09-06T22:57:55.034Z | Compiling http-body v0.4.6 |
1248 | 2024-09-06T22:57:55.211Z | Compiling dof v0.3.0 |
1249 | 2024-09-06T22:57:55.396Z | Compiling uuid v1.10.0 |
1250 | 2024-09-06T22:57:55.498Z | Compiling chrono v0.4.38 |
1251 | 2024-09-06T22:57:55.755Z | Compiling serde_tokenstream v0.2.2 |
1252 | 2024-09-06T22:57:56.315Z | Compiling usdt-impl v0.5.0 |
1253 | 2024-09-06T22:57:56.612Z | Compiling serde_spanned v0.6.7 |
1254 | 2024-09-06T22:57:56.822Z | Compiling toml_datetime v0.6.8 |
1255 | 2024-09-06T22:57:57.006Z | Compiling adler v1.0.2 |
1256 | 2024-09-06T22:57:57.197Z | Compiling gimli v0.28.1 |
1257 | 2024-09-06T22:57:57.270Z | Compiling smoltcp v0.9.1 |
1258 | 2024-09-06T22:57:57.600Z | Compiling psl-types v2.0.11 |
1259 | 2024-09-06T22:57:57.796Z | Compiling num-bigint-dig v0.8.4 |
1260 | 2024-09-06T22:57:57.930Z | Compiling crc32fast v1.4.0 |
1261 | 2024-09-06T22:57:58.050Z | Compiling stable_deref_trait v1.2.0 |
1262 | 2024-09-06T22:57:58.150Z | Compiling signal-hook v0.3.17 |
1263 | 2024-09-06T22:57:58.519Z | Compiling publicsuffix v2.2.3 |
1264 | 2024-09-06T22:57:58.747Z | Compiling miniz_oxide v0.7.2 |
1265 | 2024-09-06T22:57:58.775Z | Compiling terminal_size v0.3.0 |
1266 | 2024-09-06T22:57:58.799Z | Compiling postgres-protocol v0.6.7 |
1267 | 2024-09-06T22:57:58.944Z | Compiling hubpack_derive v0.1.1 |
1268 | 2024-09-06T22:57:59.109Z | Compiling num-iter v0.1.45 |
1269 | 2024-09-06T22:57:59.441Z | Compiling zerocopy-derive v0.6.6 |
1270 | 2024-09-06T22:57:59.468Z | Compiling async-trait v0.1.81 |
1271 | 2024-09-06T22:57:59.953Z | Compiling phf_shared v0.11.2 |
1272 | 2024-09-06T22:58:00.288Z | Compiling serde_derive_internals v0.29.1 |
1273 | 2024-09-06T22:58:00.564Z | Compiling tokio-util v0.7.11 |
1274 | 2024-09-06T22:58:00.692Z | Compiling tokio-rustls v0.24.1 |
1275 | 2024-09-06T22:58:01.045Z | Compiling addr2line v0.21.0 |
1276 | 2024-09-06T22:58:01.260Z | Compiling tokio-native-tls v0.3.1 |
1277 | 2024-09-06T22:58:01.425Z | Compiling h2 v0.3.26 |
1278 | 2024-09-06T22:58:01.486Z | Compiling ff v0.13.0 |
1279 | 2024-09-06T22:58:01.525Z | Compiling object v0.32.2 |
1280 | 2024-09-06T22:58:01.654Z | Compiling fs-err v2.11.0 |
1281 | 2024-09-06T22:58:01.684Z | Compiling schemars v0.8.21 |
1282 | 2024-09-06T22:58:01.776Z | Compiling either v1.13.0 |
1283 | 2024-09-06T22:58:01.799Z | Compiling rustc-demangle v0.1.24 |
1284 | 2024-09-06T22:58:01.917Z | Compiling managed v0.8.0 |
1285 | 2024-09-06T22:58:01.994Z | Compiling adler2 v2.0.0 |
1286 | 2024-09-06T22:58:02.150Z | Compiling base16ct v0.2.0 |
1287 | 2024-09-06T22:58:02.185Z | Compiling anyhow v1.0.86 |
1288 | 2024-09-06T22:58:02.305Z | Compiling winnow v0.5.40 |
1289 | 2024-09-06T22:58:02.435Z | Compiling base64 v0.21.7 |
1290 | 2024-09-06T22:58:02.627Z | Compiling ipnet v2.9.0 |
1291 | 2024-09-06T22:58:02.697Z | Compiling bitflags v1.3.2 |
1292 | 2024-09-06T22:58:02.945Z | Compiling rustls-pemfile v1.0.4 |
1293 | 2024-09-06T22:58:03.120Z | Compiling clap_builder v4.5.15 |
1294 | 2024-09-06T22:58:03.333Z | Compiling schemars_derive v0.8.21 |
1295 | 2024-09-06T22:58:03.669Z | Compiling sec1 v0.7.3 |
1296 | 2024-09-06T22:58:04.142Z | Compiling miniz_oxide v0.8.0 |
1297 | 2024-09-06T22:58:04.697Z | Compiling group v0.13.0 |
1298 | 2024-09-06T22:58:04.968Z | Compiling zerocopy v0.6.6 |
1299 | 2024-09-06T22:58:05.415Z | Compiling toml_edit v0.19.15 |
1300 | 2024-09-06T22:58:05.516Z | Compiling phf v0.11.2 |
1301 | 2024-09-06T22:58:05.673Z | Compiling cookie_store v0.20.0 |
1302 | 2024-09-06T22:58:05.775Z | Compiling hubpack v0.1.2 |
1303 | 2024-09-06T22:58:05.977Z | Compiling postgres-types v0.2.7 |
1304 | 2024-09-06T22:58:06.444Z | Compiling usdt-attr-macro v0.5.0 |
1305 | 2024-09-06T22:58:06.998Z | Compiling usdt-macro v0.5.0 |
1306 | 2024-09-06T22:58:07.299Z | Compiling hyper v0.14.30 |
1307 | 2024-09-06T22:58:08.269Z | Compiling serde_urlencoded v0.7.1 |
1308 | 2024-09-06T22:58:08.726Z | Compiling pkcs1 v0.7.5 |
1309 | 2024-09-06T22:58:08.956Z | Compiling futures-executor v0.3.30 |
1310 | 2024-09-06T22:58:09.443Z | Compiling hkdf v0.12.4 |
1311 | 2024-09-06T22:58:09.578Z | Compiling signature v2.2.0 |
1312 | 2024-09-06T22:58:09.668Z | Compiling crypto-bigint v0.5.5 |
1313 | 2024-09-06T22:58:09.827Z | Compiling bstr v1.9.1 |
1314 | 2024-09-06T22:58:10.113Z | Compiling regex v1.10.6 |
1315 | 2024-09-06T22:58:10.611Z | Compiling clap_derive v4.5.13 |
1316 | 2024-09-06T22:58:10.786Z | Compiling serde_repr v0.1.19 |
1317 | 2024-09-06T22:58:11.002Z | Compiling enum-as-inner v0.6.0 |
1318 | 2024-09-06T22:58:11.297Z | Compiling strum_macros v0.25.3 |
1319 | 2024-09-06T22:58:11.735Z | Compiling phf_shared v0.10.0 |
1320 | 2024-09-06T22:58:11.863Z | Compiling float-cmp v0.9.0 |
1321 | 2024-09-06T22:58:12.005Z | Compiling idna v0.4.0 |
1322 | 2024-09-06T22:58:12.058Z | Compiling mio v0.8.11 |
1323 | 2024-09-06T22:58:12.082Z | Compiling encoding_rs v0.8.34 |
1324 | 2024-09-06T22:58:13.218Z | Compiling hyper-rustls v0.24.2 |
1325 | 2024-09-06T22:58:13.279Z | Compiling hyper-tls v0.5.0 |
1326 | 2024-09-06T22:58:13.518Z | Compiling normalize-line-endings v0.3.0 |
1327 | 2024-09-06T22:58:13.561Z | Compiling unicode-segmentation v1.11.0 |
1328 | 2024-09-06T22:58:13.622Z | Compiling whoami v1.5.1 |
1329 | 2024-09-06T22:58:14.177Z | Compiling bit-vec v0.6.3 |
1330 | 2024-09-06T22:58:14.243Z | Compiling difflib v0.4.0 |
1331 | 2024-09-06T22:58:14.520Z | Compiling precomputed-hash v0.1.1 |
1332 | 2024-09-06T22:58:14.545Z | Compiling predicates-core v1.0.6 |
1333 | 2024-09-06T22:58:14.577Z | Compiling data-encoding v2.6.0 |
1334 | 2024-09-06T22:58:14.601Z | Compiling fixedbitset v0.4.2 |
1335 | 2024-09-06T22:58:14.637Z | Compiling new_debug_unreachable v1.0.6 |
1336 | 2024-09-06T22:58:14.741Z | Compiling dyn-clone v1.0.17 |
1337 | 2024-09-06T22:58:14.871Z | Compiling static_assertions v1.1.0 |
1338 | 2024-09-06T22:58:14.931Z | Compiling sync_wrapper v0.1.2 |
1339 | 2024-09-06T22:58:14.965Z | Compiling webpki-roots v0.25.4 |
1340 | 2024-09-06T22:58:15.011Z | Compiling mime v0.3.17 |
1341 | 2024-09-06T22:58:15.054Z | Compiling minimal-lexical v0.2.1 |
1342 | 2024-09-06T22:58:15.108Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=319e7b92db69792ab8efa4c68554ad0cf83adf93#319e7b92) |
1343 | 2024-09-06T22:58:15.377Z | Compiling nom v7.1.3 |
1344 | 2024-09-06T22:58:15.611Z | Compiling reqwest v0.11.27 |
1345 | 2024-09-06T22:58:15.634Z | Compiling hickory-proto v0.24.1 |
1346 | 2024-09-06T22:58:15.634Z | Compiling console v0.15.8 |
1347 | 2024-09-06T22:58:16.493Z | Compiling petgraph v0.6.5 |
1348 | 2024-09-06T22:58:16.768Z | Compiling string_cache v0.8.7 |
1349 | 2024-09-06T22:58:17.186Z | Compiling predicates v3.1.2 |
1350 | 2024-09-06T22:58:17.742Z | Compiling toml_edit v0.22.20 |
1351 | 2024-09-06T22:58:18.294Z | Compiling clap v4.5.16 |
1352 | 2024-09-06T22:58:18.400Z | Compiling bit-set v0.5.3 |
1353 | 2024-09-06T22:58:18.638Z | Compiling similar v2.6.0 |
1354 | 2024-09-06T22:58:18.662Z | Compiling tokio-postgres v0.7.11 |
1355 | 2024-09-06T22:58:18.686Z | Compiling signal-hook-mio v0.2.4 |
1356 | 2024-09-06T22:58:18.840Z | Compiling elliptic-curve v0.13.8 |
1357 | 2024-09-06T22:58:19.529Z | Compiling usdt v0.5.0 |
1358 | 2024-09-06T22:58:19.777Z | Compiling rsa v0.9.6 |
1359 | 2024-09-06T22:58:19.975Z | Compiling futures v0.3.30 |
1360 | 2024-09-06T22:58:20.165Z | Compiling flate2 v1.0.33 |
1361 | 2024-09-06T22:58:20.579Z | Compiling toml v0.7.8 |
1362 | 2024-09-06T22:58:20.978Z | Compiling itertools v0.12.1 |
1363 | 2024-09-06T22:58:21.555Z | Compiling itertools v0.10.5 |
1364 | 2024-09-06T22:58:21.997Z | Compiling tokio-stream v0.1.15 |
1365 | 2024-09-06T22:58:22.875Z | Compiling openapiv3 v2.0.0 |
1366 | 2024-09-06T22:58:23.173Z | Compiling hex v0.4.3 |
1367 | 2024-09-06T22:58:23.615Z | Compiling sha1 v0.10.6 |
1368 | 2024-09-06T22:58:23.673Z | Compiling crossbeam-epoch v0.9.18 |
1369 | 2024-09-06T22:58:23.856Z | Compiling dirs-sys-next v0.1.2 |
1370 | 2024-09-06T22:58:23.949Z | Compiling unicode-xid v0.2.4 |
1371 | 2024-09-06T22:58:23.985Z | Compiling peg-runtime v0.8.3 |
1372 | 2024-09-06T22:58:24.100Z | Compiling lalrpop-util v0.19.12 |
1373 | 2024-09-06T22:58:24.317Z | Compiling dirs-next v2.0.0 |
1374 | 2024-09-06T22:58:24.392Z | Compiling thread_local v1.1.8 |
1375 | 2024-09-06T22:58:24.417Z | Compiling slog-async v2.8.0 |
1376 | 2024-09-06T22:58:24.497Z | Compiling term v0.7.0 |
1377 | 2024-09-06T22:58:24.542Z | Compiling xattr v1.3.1 |
1378 | 2024-09-06T22:58:24.567Z | Compiling crossbeam-channel v0.5.12 |
1379 | 2024-09-06T22:58:24.775Z | Compiling strum_macros v0.26.4 |
1380 | 2024-09-06T22:58:24.866Z | Compiling filetime v0.2.25 |
1381 | 2024-09-06T22:58:24.948Z | Compiling is-terminal v0.4.12 |
1382 | 2024-09-06T22:58:25.063Z | Compiling take_mut v0.2.2 |
1383 | 2024-09-06T22:58:25.144Z | Compiling slog-term v2.9.1 |
1384 | 2024-09-06T22:58:25.211Z | Compiling tar v0.4.41 |
1385 | 2024-09-06T22:58:25.778Z | Compiling camino v1.1.9 |
1386 | 2024-09-06T22:58:27.203Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1387 | 2024-09-06T22:58:27.978Z | Compiling strum v0.26.3 |
1388 | 2024-09-06T22:58:28.093Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
1389 | 2024-09-06T22:58:34.493Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 10s |
1390 | 2024-09-06T22:58:34.619Z | Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
1391 | 2024-09-06T22:58:34.689Z | Sep 06 22:58:34.600 INFO Starting download, target: Clickhouse |
1392 | 2024-09-06T22:58:34.689Z | Sep 06 22:58:34.601 INFO Starting download, target: Cockroach |
1393 | 2024-09-06T22:58:34.689Z | Sep 06 22:58:34.601 INFO Starting download, target: Console |
1394 | 2024-09-06T22:58:34.690Z | Sep 06 22:58:34.601 INFO Starting download, target: DendriteOpenapi |
1395 | 2024-09-06T22:58:34.714Z | Sep 06 22:58:34.601 INFO Starting download, target: DendriteStub |
1396 | 2024-09-06T22:58:34.714Z | Sep 06 22:58:34.601 INFO Starting download, target: MaghemiteMgd |
1397 | 2024-09-06T22:58:34.714Z | Sep 06 22:58:34.601 INFO Starting download, target: TransceiverControl |
1398 | 2024-09-06T22:58:34.714Z | Sep 06 22:58:34.602 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl |
1399 | 2024-09-06T22:58:34.714Z | Sep 06 22:58:34.602 INFO Downloading out/downloads/dpd-76c735d472e3badaeca08982e22496fccb1ce210.json (attempt 1/3), target: DendriteOpenapi |
1400 | 2024-09-06T22:58:34.714Z | Sep 06 22:58:34.602 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd |
1401 | 2024-09-06T22:58:34.714Z | Sep 06 22:58:34.603 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console |
1402 | 2024-09-06T22:58:34.714Z | Sep 06 22:58:34.603 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub |
1403 | 2024-09-06T22:58:34.714Z | Sep 06 22:58:34.603 INFO Downloading out/downloads/cockroach-v22.1.9.illumos.tar.gz (attempt 1/3), target: Cockroach |
1404 | 2024-09-06T22:58:34.714Z | Sep 06 22:58:34.603 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse |
1405 | 2024-09-06T22:58:35.023Z | Sep 06 22:58:34.919 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console |
1406 | 2024-09-06T22:58:35.059Z | Sep 06 22:58:34.942 INFO Download complete, target: DendriteOpenapi |
1407 | 2024-09-06T22:58:35.323Z | Sep 06 22:58:35.230 INFO Download complete, target: Console |
1408 | 2024-09-06T22:58:35.371Z | Sep 06 22:58:35.270 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl |
1409 | 2024-09-06T22:58:36.005Z | Sep 06 22:58:35.905 INFO Download complete, target: TransceiverControl |
1410 | 2024-09-06T22:58:36.415Z | Sep 06 22:58:36.326 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub |
1411 | 2024-09-06T22:58:37.213Z | Sep 06 22:58:37.125 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd |
1412 | 2024-09-06T22:58:39.524Z | Sep 06 22:58:39.433 INFO Download complete, target: DendriteStub |
1413 | 2024-09-06T22:58:40.484Z | Sep 06 22:58:40.395 INFO tarball path: out/downloads/cockroach-v22.1.9.illumos.tar.gz, target: Cockroach |
1414 | 2024-09-06T22:58:40.484Z | Sep 06 22:58:40.395 INFO Unpacking out/downloads/cockroach-v22.1.9.illumos.tar.gz to out/downloads, target: Cockroach |
1415 | 2024-09-06T22:58:40.546Z | Sep 06 22:58:40.458 INFO Download complete, target: MaghemiteMgd |
1416 | 2024-09-06T22:58:45.410Z | Sep 06 22:58:45.322 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse |
1417 | 2024-09-06T22:58:49.302Z | Sep 06 22:58:49.207 INFO Copying from out/downloads/cockroach-v22.1.9 to out/cockroachdb, target: Cockroach |
1418 | 2024-09-06T22:58:53.291Z | Sep 06 22:58:49.712 INFO Checking that binary works, target: Cockroach |
1419 | 2024-09-06T22:58:53.330Z | Sep 06 22:58:49.977 INFO Download complete, target: Cockroach |
1420 | 2024-09-06T22:59:00.237Z | Sep 06 22:59:00.149 INFO Checking that binary works, target: Clickhouse |
1421 | 2024-09-06T22:59:00.453Z | Sep 06 22:59:00.365 INFO Download complete, target: Clickhouse |
1422 | 2024-09-06T22:59:00.480Z | All builder prerequisites installed successfully, and PATH looks valid |
1423 | 2024-09-06T22:59:00.503Z | |
1424 | 2024-09-06T22:59:00.503Z | real 4:13.527470350 |
1425 | 2024-09-06T22:59:00.504Z | user 10:07.949573021 |
1426 | 2024-09-06T22:59:00.504Z | sys 2:25.066171900 |
1427 | 2024-09-06T22:59:00.504Z | trap 0.341081020 |
1428 | 2024-09-06T22:59:00.504Z | tflt 0.560750806 |
1429 | 2024-09-06T22:59:00.504Z | dflt 1.507919950 |
1430 | 2024-09-06T22:59:00.504Z | kflt 0.007627008 |
1431 | 2024-09-06T22:59:00.504Z | lock 20:59.016362576 |
1432 | 2024-09-06T22:59:00.504Z | slp 39:04.664451116 |
1433 | 2024-09-06T22:59:00.504Z | lat 44.557031838 |
1434 | 2024-09-06T22:59:00.504Z | stop 1:46.474898118 |
1435 | 2024-09-06T22:59:00.504Z | + banner clippy |
1436 | 2024-09-06T22:59:00.504Z | |
1437 | 2024-09-06T22:59:00.504Z | #### # # ##### ##### # # |
1438 | 2024-09-06T22:59:00.504Z | # # # # # # # # # # |
1439 | 2024-09-06T22:59:00.504Z | # # # # # # # # |
1440 | 2024-09-06T22:59:00.504Z | # # # ##### ##### # |
1441 | 2024-09-06T22:59:00.504Z | # # # # # # # |
1442 | 2024-09-06T22:59:00.504Z | #### ###### # # # # |
1443 | 2024-09-06T22:59:00.504Z | |
1444 | 2024-09-06T22:59:00.504Z | + export CARGO_INCREMENTAL=0 |
1445 | 2024-09-06T22:59:00.504Z | + CARGO_INCREMENTAL=0 |
1446 | 2024-09-06T22:59:00.504Z | + ptime -m cargo xtask clippy |
1447 | 2024-09-06T22:59:01.438Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
1448 | 2024-09-06T22:59:06.200Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.63s |
1449 | 2024-09-06T22:59:06.255Z | Running `target/debug/xtask clippy` |
1450 | 2024-09-06T22:59:06.282Z | running: /home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/cargo "clippy" "--all-targets" "--workspace" "--" "--deny" "warnings" |
1451 | 2024-09-06T22:59:07.224Z | Downloading crates ... |
1452 | 2024-09-06T22:59:07.597Z | Downloaded cast v0.3.0 |
1453 | 2024-09-06T22:59:07.622Z | Downloaded indoc v2.0.5 |
1454 | 2024-09-06T22:59:07.622Z | Downloaded pathdiff v0.2.1 |
1455 | 2024-09-06T22:59:07.645Z | Downloaded toml_edit v0.21.1 |
1456 | 2024-09-06T22:59:07.670Z | Downloaded rust-argon2 v2.1.0 |
1457 | 2024-09-06T22:59:07.670Z | Downloaded yansi v0.5.1 |
1458 | 2024-09-06T22:59:07.670Z | Downloaded trybuild v1.0.99 |
1459 | 2024-09-06T22:59:07.670Z | Downloaded tower-layer v0.3.2 |
1460 | 2024-09-06T22:59:07.670Z | Downloaded tower v0.4.13 |
1461 | 2024-09-06T22:59:07.694Z | Downloaded tinytemplate v1.2.1 |
1462 | 2024-09-06T22:59:07.694Z | Downloaded target-spec v3.2.1 |
1463 | 2024-09-06T22:59:07.694Z | Downloaded similar-asserts v1.5.0 |
1464 | 2024-09-06T22:59:07.694Z | Downloaded rstest v0.22.0 |
1465 | 2024-09-06T22:59:07.694Z | Downloaded regex-automata v0.1.10 |
1466 | 2024-09-06T22:59:07.694Z | Downloaded proc-macro-crate v3.1.0 |
1467 | 2024-09-06T22:59:07.694Z | Downloaded plotters-backend v0.3.5 |
1468 | 2024-09-06T22:59:07.694Z | Downloaded hyper v1.3.1 |
1469 | 2024-09-06T22:59:07.718Z | Downloaded guppy v0.17.7 |
1470 | 2024-09-06T22:59:07.718Z | Downloaded plotters v0.3.5 |
1471 | 2024-09-06T22:59:07.718Z | Downloaded partial-io v0.5.4 |
1472 | 2024-09-06T22:59:07.742Z | Downloaded num_cpus v1.16.0 |
1473 | 2024-09-06T22:59:07.742Z | Downloaded nested v0.1.1 |
1474 | 2024-09-06T22:59:07.742Z | Downloaded libtest-mimic v0.7.3 |
1475 | 2024-09-06T22:59:07.742Z | Downloaded hyper-util v0.1.3 |
1476 | 2024-09-06T22:59:07.742Z | Downloaded cfg-expr v0.16.0 |
1477 | 2024-09-06T22:59:07.742Z | Downloaded threadpool v1.8.1 |
1478 | 2024-09-06T22:59:07.742Z | Downloaded target-lexicon v0.12.16 |
1479 | 2024-09-06T22:59:07.742Z | Downloaded rustls-native-certs v0.7.0 |
1480 | 2024-09-06T22:59:07.742Z | Downloaded rstest_macros v0.22.0 |
1481 | 2024-09-06T22:59:07.766Z | Downloaded relative-path v1.9.3 |
1482 | 2024-09-06T22:59:07.766Z | Downloaded rand_distr v0.4.3 |
1483 | 2024-09-06T22:59:07.766Z | Downloaded pretty_assertions v1.4.0 |
1484 | 2024-09-06T22:59:07.766Z | Downloaded plotters-svg v0.3.5 |
1485 | 2024-09-06T22:59:07.766Z | Downloaded oorandom v11.1.3 |
1486 | 2024-09-06T22:59:07.766Z | Downloaded hyper-rustls v0.26.0 |
1487 | 2024-09-06T22:59:07.766Z | Downloaded http-body v1.0.0 |
1488 | 2024-09-06T22:59:07.766Z | Downloaded guppy-workspace-hack v0.1.0 |
1489 | 2024-09-06T22:59:07.766Z | Downloaded fancy-regex v0.13.0 |
1490 | 2024-09-06T22:59:07.766Z | Downloaded doc-comment v0.3.3 |
1491 | 2024-09-06T22:59:07.766Z | Downloaded criterion-plot v0.5.0 |
1492 | 2024-09-06T22:59:07.766Z | Downloaded criterion v0.5.1 |
1493 | 2024-09-06T22:59:07.790Z | Downloaded bstr v0.2.17 |
1494 | 2024-09-06T22:59:07.790Z | Downloaded assert_cmd v2.0.16 |
1495 | 2024-09-06T22:59:07.790Z | Downloaded anes v0.1.6 |
1496 | 2024-09-06T22:59:07.790Z | Downloaded httptest v0.15.5 |
1497 | 2024-09-06T22:59:07.790Z | Downloaded escape8259 v0.5.2 |
1498 | 2024-09-06T22:59:07.790Z | Downloaded futures-timer v3.0.3 |
1499 | 2024-09-06T22:59:07.790Z | Downloaded datatest-stable v0.2.9 |
1500 | 2024-09-06T22:59:07.813Z | Downloaded blake2b_simd v1.0.2 |
1501 | 2024-09-06T22:59:07.813Z | Downloaded approx v0.5.1 |
1502 | 2024-09-06T22:59:08.496Z | Checking cfg-if v1.0.0 |
1503 | 2024-09-06T22:59:08.527Z | Checking libc v0.2.158 |
1504 | 2024-09-06T22:59:08.550Z | Checking serde v1.0.208 |
1505 | 2024-09-06T22:59:08.579Z | Checking memchr v2.7.2 |
1506 | 2024-09-06T22:59:08.603Z | Checking scopeguard v1.2.0 |
1507 | 2024-09-06T22:59:08.626Z | Checking log v0.4.21 |
1508 | 2024-09-06T22:59:08.650Z | Checking byteorder v1.5.0 |
1509 | 2024-09-06T22:59:08.673Z | Checking itoa v1.0.11 |
1510 | 2024-09-06T22:59:08.698Z | Checking smallvec v1.13.2 |
1511 | 2024-09-06T22:59:08.734Z | Checking lock_api v0.4.12 |
1512 | 2024-09-06T22:59:08.863Z | Checking zeroize v1.7.0 |
1513 | 2024-09-06T22:59:08.886Z | Checking once_cell v1.19.0 |
1514 | 2024-09-06T22:59:09.001Z | Checking pin-project-lite v0.2.14 |
1515 | 2024-09-06T22:59:09.025Z | Checking typenum v1.17.0 |
1516 | 2024-09-06T22:59:09.095Z | Checking libm v0.2.8 |
1517 | 2024-09-06T22:59:09.121Z | Checking subtle v2.5.0 |
1518 | 2024-09-06T22:59:09.146Z | Checking thiserror v1.0.63 |
1519 | 2024-09-06T22:59:09.170Z | Checking ryu v1.0.18 |
1520 | 2024-09-06T22:59:09.274Z | Checking spin v0.9.8 |
1521 | 2024-09-06T22:59:09.317Z | Checking futures-core v0.3.30 |
1522 | 2024-09-06T22:59:09.371Z | Checking zerocopy v0.7.34 |
1523 | 2024-09-06T22:59:09.394Z | Checking const-oid v0.9.6 |
1524 | 2024-09-06T22:59:09.481Z | Checking futures-sink v0.3.30 |
1525 | 2024-09-06T22:59:09.505Z | Checking getrandom v0.2.14 |
1526 | 2024-09-06T22:59:09.584Z | Checking parking_lot_core v0.9.10 |
1527 | 2024-09-06T22:59:09.611Z | Checking signal-hook-registry v1.4.2 |
1528 | 2024-09-06T22:59:09.747Z | Checking rand_core v0.6.4 |
1529 | 2024-09-06T22:59:09.871Z | Checking mio v1.0.2 |
1530 | 2024-09-06T22:59:09.897Z | Checking num-traits v0.2.19 |
1531 | 2024-09-06T22:59:09.921Z | Checking parking_lot v0.12.2 |
1532 | 2024-09-06T22:59:10.052Z | Checking socket2 v0.5.7 |
1533 | 2024-09-06T22:59:10.080Z | Checking generic-array v0.14.7 |
1534 | 2024-09-06T22:59:10.264Z | Checking futures-channel v0.3.30 |
1535 | 2024-09-06T22:59:10.457Z | Checking slab v0.4.9 |
1536 | 2024-09-06T22:59:10.506Z | Checking pin-utils v0.1.0 |
1537 | 2024-09-06T22:59:10.605Z | Checking futures-io v0.3.30 |
1538 | 2024-09-06T22:59:10.629Z | Checking futures-task v0.3.30 |
1539 | 2024-09-06T22:59:10.667Z | Checking cpufeatures v0.2.12 |
1540 | 2024-09-06T22:59:10.726Z | Checking ahash v0.8.11 |
1541 | 2024-09-06T22:59:10.782Z | Checking allocator-api2 v0.2.18 |
1542 | 2024-09-06T22:59:10.813Z | Checking fnv v1.0.7 |
1543 | 2024-09-06T22:59:10.837Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1544 | 2024-09-06T22:59:10.867Z | Checking futures-util v0.3.30 |
1545 | 2024-09-06T22:59:10.947Z | Checking iana-time-zone v0.1.60 |
1546 | 2024-09-06T22:59:11.161Z | Checking crypto-common v0.1.6 |
1547 | 2024-09-06T22:59:11.184Z | Checking block-buffer v0.10.4 |
1548 | 2024-09-06T22:59:11.278Z | Checking equivalent v1.0.1 |
1549 | 2024-09-06T22:59:11.339Z | Checking ppv-lite86 v0.2.17 |
1550 | 2024-09-06T22:59:11.364Z | Checking tinyvec_macros v0.1.1 |
1551 | 2024-09-06T22:59:11.390Z | Checking tracing-core v0.1.32 |
1552 | 2024-09-06T22:59:11.433Z | Checking digest v0.10.7 |
1553 | 2024-09-06T22:59:11.465Z | Checking tinyvec v1.6.0 |
1554 | 2024-09-06T22:59:11.490Z | Checking unicode-bidi v0.3.15 |
1555 | 2024-09-06T22:59:11.514Z | Checking hashbrown v0.14.5 |
1556 | 2024-09-06T22:59:11.783Z | Checking percent-encoding v2.3.1 |
1557 | 2024-09-06T22:59:11.934Z | Checking rand_chacha v0.3.1 |
1558 | 2024-09-06T22:59:11.959Z | Checking tracing v0.1.40 |
1559 | 2024-09-06T22:59:11.982Z | Checking dyn-clone v1.0.17 |
1560 | 2024-09-06T22:59:12.031Z | Checking regex-syntax v0.8.4 |
1561 | 2024-09-06T22:59:12.114Z | Checking block-padding v0.3.3 |
1562 | 2024-09-06T22:59:12.264Z | Checking errno v0.3.9 |
1563 | 2024-09-06T22:59:12.290Z | Checking rand v0.8.5 |
1564 | 2024-09-06T22:59:12.313Z | Checking inout v0.1.3 |
1565 | 2024-09-06T22:59:12.425Z | Checking form_urlencoded v1.2.1 |
1566 | 2024-09-06T22:59:12.522Z | Checking lazy_static v1.5.0 |
1567 | 2024-09-06T22:59:12.553Z | Checking aho-corasick v1.1.3 |
1568 | 2024-09-06T22:59:12.576Z | Checking unicode-normalization v0.1.23 |
1569 | 2024-09-06T22:59:12.612Z | Checking cipher v0.4.4 |
1570 | 2024-09-06T22:59:12.647Z | Checking httparse v1.8.0 |
1571 | 2024-09-06T22:59:12.767Z | Checking bytes v1.7.1 |
1572 | 2024-09-06T22:59:12.958Z | Checking bitflags v2.6.0 |
1573 | 2024-09-06T22:59:12.982Z | Checking serde_json v1.0.125 |
1574 | 2024-09-06T22:59:13.211Z | Checking chrono v0.4.38 |
1575 | 2024-09-06T22:59:13.298Z | Checking indexmap v2.4.0 |
1576 | 2024-09-06T22:59:13.322Z | Checking uuid v1.10.0 |
1577 | 2024-09-06T22:59:13.468Z | Checking tokio v1.39.3 |
1578 | 2024-09-06T22:59:13.826Z | Checking rustix v0.38.34 |
1579 | 2024-09-06T22:59:13.927Z | Checking unicode-ident v1.0.12 |
1580 | 2024-09-06T22:59:14.071Z | Checking base64ct v1.6.0 |
1581 | 2024-09-06T22:59:14.326Z | Checking http v0.2.12 |
1582 | 2024-09-06T22:59:14.359Z | Checking hmac v0.12.1 |
1583 | 2024-09-06T22:59:14.459Z | Checking powerfmt v0.2.0 |
1584 | 2024-09-06T22:59:14.544Z | Checking unicode-width v0.1.13 |
1585 | 2024-09-06T22:59:14.573Z | Checking regex-automata v0.4.6 |
1586 | 2024-09-06T22:59:14.705Z | Checking deranged v0.3.11 |
1587 | 2024-09-06T22:59:14.729Z | Checking proc-macro2 v1.0.86 |
1588 | 2024-09-06T22:59:14.879Z | Checking schemars v0.8.21 |
1589 | 2024-09-06T22:59:15.277Z | Checking idna v0.5.0 |
1590 | 2024-09-06T22:59:15.312Z | Checking sha2 v0.10.8 |
1591 | 2024-09-06T22:59:15.442Z | Checking time-core v0.1.2 |
1592 | 2024-09-06T22:59:15.495Z | Checking num-conv v0.1.0 |
1593 | 2024-09-06T22:59:15.589Z | Checking num_threads v0.1.7 |
1594 | 2024-09-06T22:59:15.696Z | Checking untrusted v0.9.0 |
1595 | 2024-09-06T22:59:15.720Z | Checking quote v1.0.36 |
1596 | 2024-09-06T22:59:15.785Z | Checking try-lock v0.2.5 |
1597 | 2024-09-06T22:59:15.843Z | Checking ring v0.17.8 |
1598 | 2024-09-06T22:59:15.914Z | Checking url v2.5.2 |
1599 | 2024-09-06T22:59:15.938Z | Checking want v0.3.1 |
1600 | 2024-09-06T22:59:16.012Z | Checking syn v2.0.74 |
1601 | 2024-09-06T22:59:16.130Z | Checking pem-rfc7468 v0.7.0 |
1602 | 2024-09-06T22:59:16.205Z | Checking time v0.3.36 |
1603 | 2024-09-06T22:59:16.260Z | Checking slog v2.7.0 |
1604 | 2024-09-06T22:59:16.377Z | Checking tower-service v0.3.2 |
1605 | 2024-09-06T22:59:16.488Z | Checking futures-executor v0.3.30 |
1606 | 2024-09-06T22:59:16.630Z | Checking flagset v0.4.5 |
1607 | 2024-09-06T22:59:16.674Z | Checking gimli v0.28.1 |
1608 | 2024-09-06T22:59:16.697Z | Checking futures v0.3.30 |
1609 | 2024-09-06T22:59:16.811Z | Checking httpdate v1.0.3 |
1610 | 2024-09-06T22:59:16.834Z | Checking adler v1.0.2 |
1611 | 2024-09-06T22:59:16.973Z | Checking miniz_oxide v0.7.2 |
1612 | 2024-09-06T22:59:17.026Z | Checking der v0.7.9 |
1613 | 2024-09-06T22:59:17.321Z | Checking http-body v0.4.6 |
1614 | 2024-09-06T22:59:17.444Z | Checking pbkdf2 v0.12.2 |
1615 | 2024-09-06T22:59:17.581Z | Checking aes v0.8.4 |
1616 | 2024-09-06T22:59:17.666Z | Checking object v0.32.2 |
1617 | 2024-09-06T22:59:18.258Z | Checking rustc-demangle v0.1.24 |
1618 | 2024-09-06T22:59:18.293Z | Checking cbc v0.1.2 |
1619 | 2024-09-06T22:59:18.420Z | Checking regex v1.10.6 |
1620 | 2024-09-06T22:59:18.477Z | Checking salsa20 v0.10.2 |
1621 | 2024-09-06T22:59:18.554Z | Checking spki v0.7.3 |
1622 | 2024-09-06T22:59:18.627Z | Checking mime v0.3.17 |
1623 | 2024-09-06T22:59:18.667Z | Checking base64 v0.21.7 |
1624 | 2024-09-06T22:59:18.799Z | Checking scrypt v0.11.0 |
1625 | 2024-09-06T22:59:18.904Z | Checking ipnet v2.9.0 |
1626 | 2024-09-06T22:59:18.928Z | Checking data-encoding v2.6.0 |
1627 | 2024-09-06T22:59:18.994Z | Checking utf8parse v0.2.1 |
1628 | 2024-09-06T22:59:19.061Z | Checking pkcs5 v0.7.1 |
1629 | 2024-09-06T22:59:19.136Z | Checking toml_datetime v0.6.8 |
1630 | 2024-09-06T22:59:19.294Z | Checking serde_spanned v0.6.7 |
1631 | 2024-09-06T22:59:19.381Z | Checking crossbeam-utils v0.8.19 |
1632 | 2024-09-06T22:59:19.468Z | Checking openssl-probe v0.1.5 |
1633 | 2024-09-06T22:59:19.494Z | Checking foreign-types-shared v0.1.1 |
1634 | 2024-09-06T22:59:19.518Z | Checking pkcs8 v0.10.2 |
1635 | 2024-09-06T22:59:19.606Z | Checking tokio-util v0.7.11 |
1636 | 2024-09-06T22:59:19.630Z | Checking foreign-types v0.3.2 |
1637 | 2024-09-06T22:59:19.630Z | Checking serde_urlencoded v0.7.1 |
1638 | 2024-09-06T22:59:19.722Z | Checking openssl-sys v0.9.103 |
1639 | 2024-09-06T22:59:19.747Z | Checking addr2line v0.21.0 |
1640 | 2024-09-06T22:59:19.802Z | Checking encoding_rs v0.8.34 |
1641 | 2024-09-06T22:59:19.970Z | Checking anstyle v1.0.8 |
1642 | 2024-09-06T22:59:20.012Z | Checking rustls-webpki v0.101.7 |
1643 | 2024-09-06T22:59:20.183Z | Checking sct v0.7.1 |
1644 | 2024-09-06T22:59:20.277Z | Checking semver v1.0.23 |
1645 | 2024-09-06T22:59:20.335Z | Checking h2 v0.3.26 |
1646 | 2024-09-06T22:59:20.387Z | Checking sha1 v0.10.6 |
1647 | 2024-09-06T22:59:20.596Z | Checking either v1.13.0 |
1648 | 2024-09-06T22:59:20.619Z | Checking rustls v0.21.12 |
1649 | 2024-09-06T22:59:20.643Z | Checking scroll v0.12.0 |
1650 | 2024-09-06T22:59:20.764Z | Checking openssl v0.10.66 |
1651 | 2024-09-06T22:59:20.932Z | Checking plain v0.2.3 |
1652 | 2024-09-06T22:59:21.063Z | Checking ucd-trie v0.1.6 |
1653 | 2024-09-06T22:59:21.086Z | Checking goblin v0.8.2 |
1654 | 2024-09-06T22:59:21.204Z | Checking anstyle-parse v0.2.4 |
1655 | 2024-09-06T22:59:21.258Z | Checking pest v2.7.10 |
1656 | 2024-09-06T22:59:21.441Z | Checking openapiv3 v2.0.0 |
1657 | 2024-09-06T22:59:21.682Z | Checking idna v0.3.0 |
1658 | 2024-09-06T22:59:22.291Z | Checking is_terminal_polyfill v1.70.0 |
1659 | 2024-09-06T22:59:22.397Z | Checking bitflags v1.3.2 |
1660 | 2024-09-06T22:59:22.490Z | Checking base64 v0.22.1 |
1661 | 2024-09-06T22:59:22.628Z | Checking backtrace v0.3.71 |
1662 | 2024-09-06T22:59:22.898Z | Checking colorchoice v1.0.1 |
1663 | 2024-09-06T22:59:23.016Z | Checking anstyle-query v1.0.3 |
1664 | 2024-09-06T22:59:23.117Z | Checking anyhow v1.0.86 |
1665 | 2024-09-06T22:59:23.140Z | Checking pretty-hex v0.4.1 |
1666 | 2024-09-06T22:59:23.252Z | Checking psl-types v2.0.11 |
1667 | 2024-09-06T22:59:23.302Z | Checking dtrace-parser v0.2.0 |
1668 | 2024-09-06T22:59:23.326Z | Checking tokio-rustls v0.24.1 |
1669 | 2024-09-06T22:59:23.423Z | Checking publicsuffix v2.2.3 |
1670 | 2024-09-06T22:59:23.461Z | Checking anstream v0.6.14 |
1671 | 2024-09-06T22:59:23.636Z | Checking rustls-pemfile v1.0.4 |
1672 | 2024-09-06T22:59:23.660Z | Checking cookie v0.17.0 |
1673 | 2024-09-06T22:59:23.716Z | Checking terminal_size v0.3.0 |
1674 | 2024-09-06T22:59:23.790Z | Checking thread-id v4.2.1 |
1675 | 2024-09-06T22:59:23.822Z | Checking clap_lex v0.7.0 |
1676 | 2024-09-06T22:59:23.866Z | Checking strsim v0.11.1 |
1677 | 2024-09-06T22:59:23.893Z | Checking signature v2.2.0 |
1678 | 2024-09-06T22:59:24.025Z | Checking cookie_store v0.20.0 |
1679 | 2024-09-06T22:59:24.050Z | Checking memmap v0.7.0 |
1680 | 2024-09-06T22:59:24.075Z | Checking webpki-roots v0.25.4 |
1681 | 2024-09-06T22:59:24.119Z | Checking clap_builder v4.5.15 |
1682 | 2024-09-06T22:59:24.165Z | Checking sync_wrapper v0.1.2 |
1683 | 2024-09-06T22:59:24.230Z | Checking num-integer v0.1.46 |
1684 | 2024-09-06T22:59:24.254Z | Checking winnow v0.6.18 |
1685 | 2024-09-06T22:59:24.287Z | Checking base16ct v0.2.0 |
1686 | 2024-09-06T22:59:24.468Z | Checking sec1 v0.7.3 |
1687 | 2024-09-06T22:59:24.549Z | Checking ff v0.13.0 |
1688 | 2024-09-06T22:59:24.659Z | Checking stable_deref_trait v1.2.0 |
1689 | 2024-09-06T22:59:24.745Z | Checking group v0.13.0 |
1690 | 2024-09-06T22:59:24.768Z | Checking num-iter v0.1.45 |
1691 | 2024-09-06T22:59:24.815Z | Checking hkdf v0.12.4 |
1692 | 2024-09-06T22:59:24.941Z | Checking crypto-bigint v0.5.5 |
1693 | 2024-09-06T22:59:24.974Z | Checking crc32fast v1.4.0 |
1694 | 2024-09-06T22:59:25.014Z | Checking crossbeam-epoch v0.9.18 |
1695 | 2024-09-06T22:59:25.172Z | Checking dof v0.3.0 |
1696 | 2024-09-06T22:59:25.196Z | Checking hex v0.4.3 |
1697 | 2024-09-06T22:59:25.255Z | Checking hyper v0.14.30 |
1698 | 2024-09-06T22:59:25.293Z | Checking native-tls v0.2.11 |
1699 | 2024-09-06T22:59:25.393Z | Checking adler2 v2.0.0 |
1700 | 2024-09-06T22:59:25.536Z | Checking unicode-segmentation v1.11.0 |
1701 | 2024-09-06T22:59:25.563Z | Checking tokio-native-tls v0.3.1 |
1702 | 2024-09-06T22:59:25.660Z | Checking managed v0.8.0 |
1703 | 2024-09-06T22:59:25.726Z | Checking usdt-impl v0.5.0 |
1704 | 2024-09-06T22:59:25.796Z | Checking static_assertions v1.1.0 |
1705 | 2024-09-06T22:59:25.891Z | Checking winnow v0.5.40 |
1706 | 2024-09-06T22:59:25.982Z | Checking miniz_oxide v0.8.0 |
1707 | 2024-09-06T22:59:26.085Z | Checking num-bigint-dig v0.8.4 |
1708 | 2024-09-06T22:59:26.229Z | Checking usdt v0.5.0 |
1709 | 2024-09-06T22:59:26.455Z | Checking pkcs1 v0.7.5 |
1710 | 2024-09-06T22:59:26.657Z | Checking zerocopy v0.6.6 |
1711 | 2024-09-06T22:59:26.746Z | Checking toml_edit v0.22.20 |
1712 | 2024-09-06T22:59:26.773Z | Checking clap v4.5.16 |
1713 | 2024-09-06T22:59:26.803Z | Checking signal-hook v0.3.17 |
1714 | 2024-09-06T22:59:26.891Z | Checking flate2 v1.0.33 |
1715 | 2024-09-06T22:59:27.100Z | Checking bstr v1.9.1 |
1716 | 2024-09-06T22:59:27.324Z | Checking mio v0.8.11 |
1717 | 2024-09-06T22:59:27.358Z | Checking elliptic-curve v0.13.8 |
1718 | 2024-09-06T22:59:27.439Z | Checking siphasher v0.3.11 |
1719 | 2024-09-06T22:59:27.701Z | Checking itertools v0.10.5 |
1720 | 2024-09-06T22:59:27.893Z | Checking signal-hook-mio v0.2.4 |
1721 | 2024-09-06T22:59:27.925Z | Checking idna v0.4.0 |
1722 | 2024-09-06T22:59:27.950Z | Checking bit-vec v0.6.3 |
1723 | 2024-09-06T22:59:27.950Z | Checking rsa v0.9.6 |
1724 | 2024-09-06T22:59:28.043Z | Checking itertools v0.12.1 |
1725 | 2024-09-06T22:59:28.232Z | Checking bit-set v0.5.3 |
1726 | 2024-09-06T22:59:28.395Z | Checking toml_edit v0.19.15 |
1727 | 2024-09-06T22:59:28.459Z | Checking hash32 v0.2.1 |
1728 | 2024-09-06T22:59:28.571Z | Checking hickory-proto v0.24.1 |
1729 | 2024-09-06T22:59:28.734Z | Checking predicates-core v1.0.6 |
1730 | 2024-09-06T22:59:28.846Z | Checking finl_unicode v1.2.0 |
1731 | 2024-09-06T22:59:28.910Z | Checking heapless v0.7.17 |
1732 | 2024-09-06T22:59:28.974Z | Checking tokio-stream v0.1.15 |
1733 | 2024-09-06T22:59:29.320Z | Checking stringprep v0.1.4 |
1734 | 2024-09-06T22:59:29.541Z | Checking console v0.15.8 |
1735 | 2024-09-06T22:59:29.590Z | Checking md-5 v0.10.6 |
1736 | 2024-09-06T22:59:29.655Z | Checking float-cmp v0.9.0 |
1737 | 2024-09-06T22:59:29.783Z | Checking difflib v0.4.0 |
1738 | 2024-09-06T22:59:29.829Z | Checking normalize-line-endings v0.3.0 |
1739 | 2024-09-06T22:59:29.852Z | Checking fallible-iterator v0.2.0 |
1740 | 2024-09-06T22:59:29.946Z | Checking fixedbitset v0.4.2 |
1741 | 2024-09-06T22:59:30.061Z | Checking smoltcp v0.9.1 |
1742 | 2024-09-06T22:59:30.088Z | Checking predicates v3.1.2 |
1743 | 2024-09-06T22:59:30.181Z | Checking petgraph v0.6.5 |
1744 | 2024-09-06T22:59:30.272Z | Checking similar v2.6.0 |
1745 | 2024-09-06T22:59:30.410Z | Checking postgres-protocol v0.6.7 |
1746 | 2024-09-06T22:59:30.441Z | Checking hyper-tls v0.5.0 |
1747 | 2024-09-06T22:59:30.468Z | Checking hyper-rustls v0.24.2 |
1748 | 2024-09-06T22:59:30.645Z | Checking toml v0.7.8 |
1749 | 2024-09-06T22:59:30.693Z | Checking phf_shared v0.10.0 |
1750 | 2024-09-06T22:59:30.720Z | Checking reqwest v0.11.27 |
1751 | 2024-09-06T22:59:30.945Z | Checking phf_shared v0.11.2 |
1752 | 2024-09-06T22:59:30.990Z | Checking fs-err v2.11.0 |
1753 | 2024-09-06T22:59:31.034Z | Checking hubpack v0.1.2 |
1754 | 2024-09-06T22:59:31.214Z | Checking precomputed-hash v0.1.1 |
1755 | 2024-09-06T22:59:31.286Z | Checking new_debug_unreachable v1.0.6 |
1756 | 2024-09-06T22:59:31.325Z | Checking minimal-lexical v0.2.1 |
1757 | 2024-09-06T22:59:31.352Z | Checking lalrpop-util v0.19.12 |
1758 | 2024-09-06T22:59:31.392Z | Checking string_cache v0.8.7 |
1759 | 2024-09-06T22:59:31.424Z | Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=319e7b92db69792ab8efa4c68554ad0cf83adf93#319e7b92) |
1760 | 2024-09-06T22:59:31.513Z | Checking phf v0.11.2 |
1761 | 2024-09-06T22:59:31.600Z | Checking postgres-types v0.2.7 |
1762 | 2024-09-06T22:59:31.641Z | Checking whoami v1.5.1 |
1763 | 2024-09-06T22:59:31.669Z | Checking nom v7.1.3 |
1764 | 2024-09-06T22:59:31.751Z | Checking peg-runtime v0.8.3 |
1765 | 2024-09-06T22:59:31.947Z | Compiling regress v0.9.1 |
1766 | 2024-09-06T22:59:32.018Z | Compiling getopts v0.2.21 |
1767 | 2024-09-06T22:59:32.200Z | Compiling unsafe-libyaml v0.2.11 |
1768 | 2024-09-06T22:59:32.223Z | Checking tokio-postgres v0.7.11 |
1769 | 2024-09-06T22:59:32.510Z | Checking camino v1.1.9 |
1770 | 2024-09-06T22:59:32.806Z | Checking heck v0.5.0 |
1771 | 2024-09-06T22:59:32.982Z | Checking is-terminal v0.4.12 |
1772 | 2024-09-06T22:59:33.006Z | Compiling paste v1.0.15 |
1773 | 2024-09-06T22:59:33.102Z | Compiling ident_case v1.0.1 |
1774 | 2024-09-06T22:59:33.268Z | Compiling serde_yaml v0.9.34+deprecated |
1775 | 2024-09-06T22:59:33.779Z | Compiling darling_core v0.20.9 |
1776 | 2024-09-06T22:59:33.995Z | Checking progenitor-client v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
1777 | 2024-09-06T22:59:34.553Z | Checking http v1.1.0 |
1778 | 2024-09-06T22:59:34.577Z | Compiling rustls v0.22.4 |
1779 | 2024-09-06T22:59:34.601Z | Checking dirs-sys-next v0.1.2 |
1780 | 2024-09-06T22:59:34.764Z | Compiling typify-impl v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6) |
1781 | 2024-09-06T22:59:34.839Z | Checking dirs-next v2.0.0 |
1782 | 2024-09-06T22:59:34.963Z | Checking crossbeam-channel v0.5.12 |
1783 | 2024-09-06T22:59:35.568Z | Checking thread_local v1.1.8 |
1784 | 2024-09-06T22:59:35.595Z | Compiling multer v3.1.0 |
1785 | 2024-09-06T22:59:35.726Z | Checking term v0.7.0 |
1786 | 2024-09-06T22:59:35.826Z | Compiling async-stream-impl v0.3.5 |
1787 | 2024-09-06T22:59:35.931Z | Checking take_mut v0.2.2 |
1788 | 2024-09-06T22:59:35.954Z | Checking match_cfg v0.1.0 |
1789 | 2024-09-06T22:59:36.064Z | Checking rustls-pki-types v1.7.0 |
1790 | 2024-09-06T22:59:36.091Z | Checking slog-async v2.8.0 |
1791 | 2024-09-06T22:59:36.118Z | Checking slog-term v2.9.1 |
1792 | 2024-09-06T22:59:36.375Z | Checking hostname v0.3.1 |
1793 | 2024-09-06T22:59:36.466Z | Checking strum v0.26.3 |
1794 | 2024-09-06T22:59:36.501Z | Checking toml v0.8.19 |
1795 | 2024-09-06T22:59:36.562Z | Compiling dropshot v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#06c8dab4) |
1796 | 2024-09-06T22:59:36.609Z | Checking rustls-webpki v0.102.4 |
1797 | 2024-09-06T22:59:36.876Z | Compiling dropshot_endpoint v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#06c8dab4) |
1798 | 2024-09-06T22:59:36.915Z | Checking rustls-pemfile v2.1.3 |
1799 | 2024-09-06T22:59:37.004Z | Checking debug-ignore v1.0.5 |
1800 | 2024-09-06T22:59:37.138Z | Checking slog-json v2.6.1 |
1801 | 2024-09-06T22:59:37.161Z | Checking atomic-waker v1.1.2 |
1802 | 2024-09-06T22:59:37.185Z | Checking async-stream v0.3.5 |
1803 | 2024-09-06T22:59:37.291Z | Checking waitgroup v0.1.2 |
1804 | 2024-09-06T22:59:37.384Z | Checking slog-bunyan v2.5.0 |
1805 | 2024-09-06T22:59:37.423Z | Checking serde_path_to_error v0.1.16 |
1806 | 2024-09-06T22:59:37.545Z | Checking hostname v0.4.0 |
1807 | 2024-09-06T22:59:37.675Z | Checking fastrand v2.1.0 |
1808 | 2024-09-06T22:59:37.699Z | Checking ipnetwork v0.20.0 |
1809 | 2024-09-06T22:59:37.723Z | Checking instant v0.1.12 |
1810 | 2024-09-06T22:59:37.830Z | Compiling structmeta-derive v0.3.0 |
1811 | 2024-09-06T22:59:37.955Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
1812 | 2024-09-06T22:59:37.979Z | Checking tempfile v3.10.1 |
1813 | 2024-09-06T22:59:38.020Z | Checking quick-error v1.2.3 |
1814 | 2024-09-06T22:59:38.154Z | Checking newtype-uuid v1.1.0 |
1815 | 2024-09-06T22:59:38.300Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
1816 | 2024-09-06T22:59:38.374Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
1817 | 2024-09-06T22:59:38.582Z | Checking macaddr v1.0.1 |
1818 | 2024-09-06T22:59:38.639Z | Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
1819 | 2024-09-06T22:59:38.770Z | Checking oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#2612d220) |
1820 | 2024-09-06T22:59:38.874Z | Checking backoff v0.4.0 |
1821 | 2024-09-06T22:59:38.953Z | Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
1822 | 2024-09-06T22:59:39.067Z | Checking wait-timeout v0.2.0 |
1823 | 2024-09-06T22:59:39.091Z | Checking rand_xorshift v0.3.0 |
1824 | 2024-09-06T22:59:39.134Z | Compiling structmeta-derive v0.2.0 |
1825 | 2024-09-06T22:59:39.231Z | Checking rusty-fork v0.3.0 |
1826 | 2024-09-06T22:59:39.257Z | Checking unarray v0.1.4 |
1827 | 2024-09-06T22:59:39.387Z | Checking camino-tempfile v1.1.1 |
1828 | 2024-09-06T22:59:39.484Z | Checking proptest v1.5.0 |
1829 | 2024-09-06T22:59:39.588Z | Compiling darling_macro v0.20.9 |
1830 | 2024-09-06T22:59:39.628Z | Compiling proc-macro-error v1.0.4 |
1831 | 2024-09-06T22:59:40.224Z | Compiling proc-macro-crate v1.3.1 |
1832 | 2024-09-06T22:59:40.263Z | Compiling structmeta v0.3.0 |
1833 | 2024-09-06T22:59:40.377Z | Checking tokio-rustls v0.25.0 |
1834 | 2024-09-06T22:59:40.402Z | Compiling darling v0.20.9 |
1835 | 2024-09-06T22:59:40.503Z | Compiling serde_with_macros v3.9.0 |
1836 | 2024-09-06T22:59:40.625Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1837 | 2024-09-06T22:59:40.658Z | Compiling parse-display-derive v0.10.0 |
1838 | 2024-09-06T22:59:40.957Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1839 | 2024-09-06T22:59:41.220Z | Compiling num_enum_derive v0.5.11 |
1840 | 2024-09-06T22:59:41.297Z | Compiling foreign-types-macros v0.2.3 |
1841 | 2024-09-06T22:59:41.512Z | Compiling structmeta v0.2.0 |
1842 | 2024-09-06T22:59:41.890Z | Compiling test-strategy v0.3.1 |
1843 | 2024-09-06T22:59:42.342Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
1844 | 2024-09-06T22:59:42.585Z | Checking foreign-types-shared v0.3.1 |
1845 | 2024-09-06T22:59:42.695Z | Checking foreign-types v0.5.0 |
1846 | 2024-09-06T22:59:42.992Z | Checking serde_with v3.9.0 |
1847 | 2024-09-06T22:59:43.129Z | Checking cstr-argument v0.1.2 |
1848 | 2024-09-06T22:59:43.290Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
1849 | 2024-09-06T22:59:43.427Z | Checking pretty-hex v0.2.1 |
1850 | 2024-09-06T22:59:43.451Z | Checking num_enum v0.5.11 |
1851 | 2024-09-06T22:59:43.579Z | Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1852 | 2024-09-06T22:59:43.604Z | Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1853 | 2024-09-06T22:59:43.847Z | Checking tabwriter v1.4.0 |
1854 | 2024-09-06T22:59:43.872Z | Checking colored v2.1.0 |
1855 | 2024-09-06T22:59:43.901Z | Checking socket2 v0.4.10 |
1856 | 2024-09-06T22:59:44.069Z | Checking smf v0.2.3 |
1857 | 2024-09-06T22:59:44.149Z | Checking termtree v0.4.1 |
1858 | 2024-09-06T22:59:44.173Z | Compiling heapless v0.8.0 |
1859 | 2024-09-06T22:59:44.317Z | Checking hash32 v0.3.1 |
1860 | 2024-09-06T22:59:44.341Z | Checking predicates-tree v1.0.9 |
1861 | 2024-09-06T22:59:44.475Z | Compiling smoltcp v0.11.0 |
1862 | 2024-09-06T22:59:44.499Z | Compiling crucible-workspace-hack v0.1.0 |
1863 | 2024-09-06T22:59:44.523Z | Checking cobs v0.2.3 |
1864 | 2024-09-06T22:59:44.547Z | Checking parse-display v0.10.0 |
1865 | 2024-09-06T22:59:44.697Z | Checking embedded-io v0.4.0 |
1866 | 2024-09-06T22:59:44.759Z | Checking sigpipe v0.1.3 |
1867 | 2024-09-06T22:59:44.869Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
1868 | 2024-09-06T22:59:44.895Z | Checking postcard v1.0.8 |
1869 | 2024-09-06T22:59:44.923Z | Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
1870 | 2024-09-06T22:59:45.063Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
1871 | 2024-09-06T22:59:45.115Z | Compiling mockall_derive v0.13.0 |
1872 | 2024-09-06T22:59:45.196Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#4ceaf96e) |
1873 | 2024-09-06T22:59:45.222Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
1874 | 2024-09-06T22:59:45.416Z | Checking poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
1875 | 2024-09-06T22:59:45.502Z | Checking humantime v2.1.0 |
1876 | 2024-09-06T22:59:45.632Z | Compiling zone_cfg_derive v0.3.0 |
1877 | 2024-09-06T22:59:45.749Z | Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c) |
1878 | 2024-09-06T22:59:45.806Z | Compiling num-derive v0.4.2 |
1879 | 2024-09-06T22:59:45.856Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
1880 | 2024-09-06T22:59:46.154Z | Checking fragile v2.0.0 |
1881 | 2024-09-06T22:59:46.182Z | Checking downcast v0.11.0 |
1882 | 2024-09-06T22:59:46.414Z | Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c) |
1883 | 2024-09-06T22:59:46.442Z | Checking utf-8 v0.7.6 |
1884 | 2024-09-06T22:59:46.633Z | Checking newline-converter v0.3.0 |
1885 | 2024-09-06T22:59:46.658Z | Checking tungstenite v0.21.0 |
1886 | 2024-09-06T22:59:46.782Z | Checking expectorate v1.1.0 |
1887 | 2024-09-06T22:59:46.953Z | Compiling convert_case v0.4.0 |
1888 | 2024-09-06T22:59:46.979Z | Checking zone v0.3.0 |
1889 | 2024-09-06T22:59:47.132Z | Checking same-file v1.0.6 |
1890 | 2024-09-06T22:59:47.306Z | Checking walkdir v2.5.0 |
1891 | 2024-09-06T22:59:47.495Z | Checking tokio-tungstenite v0.21.0 |
1892 | 2024-09-06T22:59:47.579Z | Checking arc-swap v1.7.1 |
1893 | 2024-09-06T22:59:47.714Z | Checking xattr v1.3.1 |
1894 | 2024-09-06T22:59:47.861Z | Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=b026dd82779eb2c2f87164e30feb7dd7f4b6e677#b026dd82) |
1895 | 2024-09-06T22:59:47.911Z | Compiling derive_more v0.99.18 |
1896 | 2024-09-06T22:59:47.936Z | Checking filetime v0.2.25 |
1897 | 2024-09-06T22:59:47.961Z | Checking termcolor v1.4.1 |
1898 | 2024-09-06T22:59:48.010Z | Checking slog-scope v4.4.0 |
1899 | 2024-09-06T22:59:48.154Z | Checking tar v0.4.41 |
1900 | 2024-09-06T22:59:48.215Z | Checking slog-stdlog v4.1.1 |
1901 | 2024-09-06T22:59:48.306Z | Compiling cancel-safe-futures v0.1.5 |
1902 | 2024-09-06T22:59:48.395Z | Checking slog-envlogger v2.2.0 |
1903 | 2024-09-06T22:59:48.419Z | Checking swrite v0.1.0 |
1904 | 2024-09-06T22:59:48.544Z | Compiling derive-where v1.2.7 |
1905 | 2024-09-06T22:59:48.613Z | Checking libsw v3.3.1 |
1906 | 2024-09-06T22:59:48.641Z | Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
1907 | 2024-09-06T22:59:48.872Z | Checking linear-map v1.2.0 |
1908 | 2024-09-06T22:59:48.897Z | Checking indent_write v2.2.0 |
1909 | 2024-09-06T22:59:49.087Z | Checking owo-colors v4.0.0 |
1910 | 2024-09-06T22:59:49.112Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
1911 | 2024-09-06T22:59:49.183Z | Checking password-hash v0.5.0 |
1912 | 2024-09-06T22:59:49.456Z | Checking blake2 v0.10.6 |
1913 | 2024-09-06T22:59:49.569Z | Checking num-rational v0.4.2 |
1914 | 2024-09-06T22:59:49.875Z | Checking argon2 v0.5.3 |
1915 | 2024-09-06T22:59:49.931Z | Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
1916 | 2024-09-06T22:59:49.955Z | Compiling typify-macro v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6) |
1917 | 2024-09-06T22:59:50.135Z | Checking num-complex v0.4.6 |
1918 | 2024-09-06T22:59:50.434Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
1919 | 2024-09-06T22:59:50.551Z | Checking float-ord v0.3.2 |
1920 | 2024-09-06T22:59:50.678Z | Checking atty v0.2.14 |
1921 | 2024-09-06T22:59:50.743Z | Checking pem v3.0.4 |
1922 | 2024-09-06T22:59:50.790Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
1923 | 2024-09-06T22:59:50.884Z | Checking num v0.4.3 |
1924 | 2024-09-06T22:59:51.368Z | Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
1925 | 2024-09-06T22:59:51.435Z | Checking tungstenite v0.20.1 |
1926 | 2024-09-06T22:59:51.574Z | Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
1927 | 2024-09-06T22:59:51.600Z | Checking env_logger v0.9.3 |
1928 | 2024-09-06T22:59:51.634Z | Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1929 | 2024-09-06T22:59:51.943Z | Checking viona_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1930 | 2024-09-06T22:59:51.990Z | Compiling bitstruct_derive v0.1.0 |
1931 | 2024-09-06T22:59:52.069Z | Checking ascii v1.1.0 |
1932 | 2024-09-06T22:59:52.205Z | Checking tokio-tungstenite v0.20.1 |
1933 | 2024-09-06T22:59:52.241Z | Checking mockall v0.13.0 |
1934 | 2024-09-06T22:59:52.420Z | Checking rfb v0.1.0 (https://github.com/oxidecomputer/rfb?rev=0cac8d9c25eb27acfa35df80f3b9d371de98ab3b#0cac8d9c) |
1935 | 2024-09-06T22:59:52.457Z | Checking viona_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1936 | 2024-09-06T22:59:52.526Z | Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1937 | 2024-09-06T22:59:52.614Z | Checking atomicwrites v0.4.3 |
1938 | 2024-09-06T22:59:52.639Z | Checking dladm v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1939 | 2024-09-06T22:59:52.760Z | Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1940 | 2024-09-06T22:59:52.793Z | Checking serde_arrays v0.1.0 |
1941 | 2024-09-06T22:59:52.913Z | Checking erased-serde v0.3.31 |
1942 | 2024-09-06T22:59:52.938Z | Compiling heck v0.3.3 |
1943 | 2024-09-06T22:59:52.998Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#4ceaf96e) |
1944 | 2024-09-06T22:59:53.160Z | Checking bitstruct v0.1.1 |
1945 | 2024-09-06T22:59:53.198Z | Checking yasna v0.5.2 |
1946 | 2024-09-06T22:59:53.275Z | Checking headers-core v0.2.0 |
1947 | 2024-09-06T22:59:53.319Z | Checking base64 v0.13.1 |
1948 | 2024-09-06T22:59:53.353Z | Compiling zone_cfg_derive v0.1.2 |
1949 | 2024-09-06T22:59:53.420Z | Checking headers v0.3.9 |
1950 | 2024-09-06T22:59:53.613Z | Compiling typify v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6) |
1951 | 2024-09-06T22:59:53.748Z | Compiling progenitor-impl v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
1952 | 2024-09-06T22:59:53.829Z | Checking propolis v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1953 | 2024-09-06T22:59:53.966Z | Checking rcgen v0.12.1 |
1954 | 2024-09-06T22:59:54.333Z | Checking ron v0.7.1 |
1955 | 2024-09-06T22:59:54.535Z | Checking portpicker v0.1.1 |
1956 | 2024-09-06T22:59:54.617Z | Checking zone v0.1.8 |
1957 | 2024-09-06T22:59:54.670Z | Checking subprocess v0.2.9 |
1958 | 2024-09-06T22:59:55.144Z | Checking highway v1.2.0 |
1959 | 2024-09-06T22:59:55.181Z | Compiling prettyplease v0.2.20 |
1960 | 2024-09-06T22:59:55.279Z | Compiling semver v0.1.20 |
1961 | 2024-09-06T22:59:55.314Z | Checking half v2.4.1 |
1962 | 2024-09-06T22:59:55.339Z | Checking ciborium-io v0.2.2 |
1963 | 2024-09-06T22:59:55.455Z | Compiling cookie v0.18.1 |
1964 | 2024-09-06T22:59:55.515Z | Checking linked-hash-map v0.5.6 |
1965 | 2024-09-06T22:59:55.714Z | Compiling rustc_version v0.1.7 |
1966 | 2024-09-06T22:59:55.738Z | Checking ciborium-ll v0.2.2 |
1967 | 2024-09-06T22:59:55.807Z | Checking lru-cache v0.1.2 |
1968 | 2024-09-06T22:59:55.855Z | Compiling rayon-core v1.12.1 |
1969 | 2024-09-06T22:59:55.883Z | Checking resolv-conf v0.7.0 |
1970 | 2024-09-06T22:59:56.089Z | Checking ciborium v0.2.2 |
1971 | 2024-09-06T22:59:56.259Z | Checking hickory-resolver v0.24.1 |
1972 | 2024-09-06T22:59:56.283Z | Compiling newtype_derive v0.1.6 |
1973 | 2024-09-06T22:59:56.768Z | Checking steno v0.4.1 |
1974 | 2024-09-06T22:59:56.960Z | Compiling home v0.5.9 |
1975 | 2024-09-06T22:59:58.730Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
1976 | 2024-09-06T23:00:00.390Z | Compiling progenitor-macro v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
1977 | 2024-09-06T23:00:00.585Z | Compiling slog-dtrace v0.3.0 |
1978 | 2024-09-06T23:00:00.792Z | Compiling ring v0.16.20 |
1979 | 2024-09-06T23:00:00.924Z | Compiling blake3 v1.5.1 |
1980 | 2024-09-06T23:00:01.497Z | Checking cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1981 | 2024-09-06T23:00:01.761Z | Checking propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1982 | 2024-09-06T23:00:01.786Z | Checking itertools v0.13.0 |
1983 | 2024-09-06T23:00:02.187Z | Checking universal-hash v0.5.1 |
1984 | 2024-09-06T23:00:02.261Z | Checking opaque-debug v0.3.1 |
1985 | 2024-09-06T23:00:02.359Z | Checking keccak v0.1.5 |
1986 | 2024-09-06T23:00:02.385Z | Checking secrecy v0.8.0 |
1987 | 2024-09-06T23:00:02.570Z | Compiling curve25519-dalek v4.1.3 |
1988 | 2024-09-06T23:00:02.646Z | Checking sha3 v0.10.8 |
1989 | 2024-09-06T23:00:02.994Z | Checking aead v0.5.2 |
1990 | 2024-09-06T23:00:03.074Z | Compiling curve25519-dalek-derive v0.1.1 |
1991 | 2024-09-06T23:00:03.203Z | Checking poly1305 v0.8.0 |
1992 | 2024-09-06T23:00:03.238Z | Checking chacha20 v0.9.1 |
1993 | 2024-09-06T23:00:03.558Z | Compiling crossbeam-deque v0.8.5 |
1994 | 2024-09-06T23:00:04.039Z | Compiling memmap2 v0.9.4 |
1995 | 2024-09-06T23:00:04.444Z | Compiling arrayref v0.3.7 |
1996 | 2024-09-06T23:00:04.546Z | Compiling arrayvec v0.7.4 |
1997 | 2024-09-06T23:00:04.577Z | Compiling rayon v1.10.0 |
1998 | 2024-09-06T23:00:04.747Z | Compiling spin v0.5.2 |
1999 | 2024-09-06T23:00:04.895Z | Compiling constant_time_eq v0.3.0 |
2000 | 2024-09-06T23:00:04.956Z | Compiling untrusted v0.7.1 |
2001 | 2024-09-06T23:00:05.397Z | Compiling toolchain_find v0.4.0 |
2002 | 2024-09-06T23:00:05.469Z | Compiling thiserror-impl-no-std v2.0.2 |
2003 | 2024-09-06T23:00:05.862Z | Compiling topological-sort v0.2.2 |
2004 | 2024-09-06T23:00:05.963Z | Compiling rustfmt-wrapper v0.2.1 |
2005 | 2024-09-06T23:00:06.085Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2006 | 2024-09-06T23:00:06.176Z | Checking display-error-chain v0.2.1 |
2007 | 2024-09-06T23:00:06.322Z | Checking chacha20poly1305 v0.10.1 |
2008 | 2024-09-06T23:00:06.428Z | Checking nibble_vec v0.1.0 |
2009 | 2024-09-06T23:00:06.500Z | Checking endian-type v0.1.2 |
2010 | 2024-09-06T23:00:06.543Z | Checking fxhash v0.2.1 |
2011 | 2024-09-06T23:00:06.613Z | Checking maplit v1.0.2 |
2012 | 2024-09-06T23:00:06.703Z | Checking radix_trie v0.2.1 |
2013 | 2024-09-06T23:00:06.729Z | Compiling radium v0.7.0 |
2014 | 2024-09-06T23:00:06.729Z | Compiling maybe-uninit v2.0.0 |
2015 | 2024-09-06T23:00:07.074Z | Checking tap v1.0.1 |
2016 | 2024-09-06T23:00:07.251Z | Checking wyz v0.5.1 |
2017 | 2024-09-06T23:00:07.304Z | Compiling bzip2-sys v0.1.11+1.0.8 |
2018 | 2024-09-06T23:00:07.525Z | Compiling packed_struct v0.10.1 |
2019 | 2024-09-06T23:00:07.595Z | Checking funty v2.0.0 |
2020 | 2024-09-06T23:00:07.718Z | Checking crc-catalog v2.4.0 |
2021 | 2024-09-06T23:00:07.863Z | Checking crc v3.2.1 |
2022 | 2024-09-06T23:00:08.196Z | Checking thiserror-no-std v2.0.2 |
2023 | 2024-09-06T23:00:08.310Z | Checking vsss-rs v3.3.4 |
2024 | 2024-09-06T23:00:08.377Z | Checking gethostname v0.5.0 |
2025 | 2024-09-06T23:00:08.402Z | Checking bitvec v1.0.1 |
2026 | 2024-09-06T23:00:08.508Z | Checking kstat-rs v0.2.4 |
2027 | 2024-09-06T23:00:08.615Z | Compiling packed_struct_codegen v0.10.1 |
2028 | 2024-09-06T23:00:08.795Z | Compiling omicron-zone-package v0.11.0 |
2029 | 2024-09-06T23:00:09.028Z | Compiling indexmap v1.9.3 |
2030 | 2024-09-06T23:00:09.212Z | Compiling libefi-sys v0.1.0 |
2031 | 2024-09-06T23:00:09.242Z | Checking nodrop v0.1.14 |
2032 | 2024-09-06T23:00:09.368Z | Checking array-init v0.0.4 |
2033 | 2024-09-06T23:00:09.476Z | Checking smallvec v0.6.14 |
2034 | 2024-09-06T23:00:09.525Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c) |
2035 | 2024-09-06T23:00:09.834Z | Compiling bitfield-struct v0.6.1 |
2036 | 2024-09-06T23:00:09.862Z | Checking bitfield v0.14.0 |
2037 | 2024-09-06T23:00:10.093Z | Checking hashbrown v0.12.3 |
2038 | 2024-09-06T23:00:10.187Z | Checking serde-hex v0.1.0 |
2039 | 2024-09-06T23:00:11.015Z | Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2040 | 2024-09-06T23:00:11.115Z | Checking bzip2 v0.4.4 |
2041 | 2024-09-06T23:00:11.395Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
2042 | 2024-09-06T23:00:11.425Z | Checking env_logger v0.10.2 |
2043 | 2024-09-06T23:00:11.560Z | Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
2044 | 2024-09-06T23:00:11.616Z | Checking ron v0.8.1 |
2045 | 2024-09-06T23:00:11.695Z | Checking x509-cert v0.2.5 |
2046 | 2024-09-06T23:00:11.780Z | Checking hashbrown v0.13.2 |
2047 | 2024-09-06T23:00:11.819Z | Compiling async-recursion v1.1.1 |
2048 | 2024-09-06T23:00:16.491Z | Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2049 | 2024-09-06T23:00:16.530Z | Checking crc-any v2.5.0 |
2050 | 2024-09-06T23:00:16.530Z | Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2051 | 2024-09-06T23:00:16.530Z | Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
2052 | 2024-09-06T23:00:16.530Z | Checking object v0.30.4 |
2053 | 2024-09-06T23:00:16.530Z | Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
2054 | 2024-09-06T23:00:16.530Z | Checking zip v0.6.6 |
2055 | 2024-09-06T23:00:16.530Z | Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
2056 | 2024-09-06T23:00:16.530Z | Checking path-slash v0.1.5 |
2057 | 2024-09-06T23:00:16.530Z | Compiling parking_lot_core v0.8.6 |
2058 | 2024-09-06T23:00:16.530Z | Checking glob v0.3.1 |
2059 | 2024-09-06T23:00:16.530Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/libipcc?rev=fdffa212373a8f92473ea5f411088912bf458d5f#fdffa212) |
2060 | 2024-09-06T23:00:16.530Z | Checking hickory-client v0.24.1 |
2061 | 2024-09-06T23:00:16.530Z | Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
2062 | 2024-09-06T23:00:16.530Z | Checking hickory-server v0.24.1 |
2063 | 2024-09-06T23:00:16.530Z | Checking crossterm v0.28.1 |
2064 | 2024-09-06T23:00:16.530Z | Checking parking_lot v0.11.2 |
2065 | 2024-09-06T23:00:16.530Z | Compiling buf-list v1.0.3 |
2066 | 2024-09-06T23:00:16.530Z | Compiling unicase v2.7.0 |
2067 | 2024-09-06T23:00:16.530Z | Checking sled v0.34.7 |
2068 | 2024-09-06T23:00:16.530Z | Checking progenitor v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
2069 | 2024-09-06T23:00:16.530Z | Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=9e0fe45ca3862176dc31ad8cc83f605f8a7e1a42#9e0fe45c) |
2070 | 2024-09-06T23:00:16.559Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2071 | 2024-09-06T23:00:16.560Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2072 | 2024-09-06T23:00:16.560Z | Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2073 | 2024-09-06T23:00:16.599Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
2074 | 2024-09-06T23:00:16.960Z | Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=5267be82e10d851a64196a8148893691b0b9f8ad#5267be82) |
2075 | 2024-09-06T23:00:18.013Z | Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=9e0fe45ca3862176dc31ad8cc83f605f8a7e1a42#9e0fe45c) |
2076 | 2024-09-06T23:00:18.880Z | Checking libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?rev=e69694a1f7cc9fe31fab27f321017280531fb5f7#e69694a1) |
2077 | 2024-09-06T23:00:18.956Z | Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2078 | 2024-09-06T23:00:19.109Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2079 | 2024-09-06T23:00:20.217Z | Checking nanorand v0.7.0 |
2080 | 2024-09-06T23:00:20.546Z | Checking flume v0.11.0 |
2081 | 2024-09-06T23:00:20.889Z | Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=b026dd82779eb2c2f87164e30feb7dd7f4b6e677#b026dd82) |
2082 | 2024-09-06T23:00:20.984Z | Compiling vte_generate_state_changes v0.1.1 |
2083 | 2024-09-06T23:00:21.226Z | Compiling mime_guess v2.0.4 |
2084 | 2024-09-06T23:00:21.526Z | Checking vte v0.11.1 |
2085 | 2024-09-06T23:00:21.777Z | Checking fd-lock v4.0.2 |
2086 | 2024-09-06T23:00:22.212Z | Compiling dsl_auto_type v0.1.2 |
2087 | 2024-09-06T23:00:22.386Z | Checking crossterm v0.27.0 |
2088 | 2024-09-06T23:00:22.620Z | Checking strip-ansi-escapes v0.2.0 |
2089 | 2024-09-06T23:00:22.645Z | Checking scheduled-thread-pool v0.2.7 |
2090 | 2024-09-06T23:00:22.785Z | Compiling diesel_table_macro_syntax v0.2.0 |
2091 | 2024-09-06T23:00:22.884Z | Compiling crunchy v0.2.2 |
2092 | 2024-09-06T23:00:23.170Z | Checking lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
2093 | 2024-09-06T23:00:23.224Z | Checking nu-ansi-term v0.50.0 |
2094 | 2024-09-06T23:00:23.462Z | Checking r2d2 v0.8.10 |
2095 | 2024-09-06T23:00:23.738Z | Compiling diesel_derives v2.2.2 |
2096 | 2024-09-06T23:00:23.779Z | Compiling clang-sys v1.7.0 |
2097 | 2024-09-06T23:00:23.937Z | Checking reedline v0.33.0 |
2098 | 2024-09-06T23:00:24.228Z | Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=5267be82e10d851a64196a8148893691b0b9f8ad#5267be82) |
2099 | 2024-09-06T23:00:24.460Z | Compiling pin-project-internal v1.1.5 |
2100 | 2024-09-06T23:00:24.484Z | Compiling tiny-keccak v2.0.2 |
2101 | 2024-09-06T23:00:24.749Z | Checking http-range v0.1.5 |
2102 | 2024-09-06T23:00:24.872Z | Checking hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#943c4bbe) |
2103 | 2024-09-06T23:00:24.913Z | Checking hyper-staticfile v0.9.5 |
2104 | 2024-09-06T23:00:25.295Z | Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=5267be82e10d851a64196a8148893691b0b9f8ad#5267be82) |
2105 | 2024-09-06T23:00:25.564Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
2106 | 2024-09-06T23:00:25.796Z | Compiling ref-cast v1.0.23 |
2107 | 2024-09-06T23:00:26.362Z | Compiling ascii-canvas v3.0.0 |
2108 | 2024-09-06T23:00:26.785Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
2109 | 2024-09-06T23:00:26.829Z | Compiling ena v0.14.3 |
2110 | 2024-09-06T23:00:27.028Z | Checking pin-project v1.1.5 |
2111 | 2024-09-06T23:00:27.052Z | Compiling ref-cast-impl v1.0.23 |
2112 | 2024-09-06T23:00:27.161Z | Compiling libloading v0.8.3 |
2113 | 2024-09-06T23:00:27.206Z | Compiling bindgen v0.69.4 |
2114 | 2024-09-06T23:00:27.531Z | Compiling regex-syntax v0.6.29 |
2115 | 2024-09-06T23:00:27.901Z | Checking bytecount v0.6.8 |
2116 | 2024-09-06T23:00:28.033Z | Compiling diff v0.1.13 |
2117 | 2024-09-06T23:00:28.057Z | Checking papergrid v0.11.0 |
2118 | 2024-09-06T23:00:28.785Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
2119 | 2024-09-06T23:00:29.321Z | Compiling which v4.4.2 |
2120 | 2024-09-06T23:00:29.853Z | Compiling tabled_derive v0.7.0 |
2121 | 2024-09-06T23:00:32.014Z | Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
2122 | 2024-09-06T23:00:32.172Z | Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
2123 | 2024-09-06T23:00:32.476Z | Checking internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns) |
2124 | 2024-09-06T23:00:33.502Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2125 | 2024-09-06T23:00:34.072Z | Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
2126 | 2024-09-06T23:00:34.630Z | Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
2127 | 2024-09-06T23:00:34.874Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2128 | 2024-09-06T23:00:35.103Z | Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
2129 | 2024-09-06T23:00:36.449Z | Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
2130 | 2024-09-06T23:00:36.600Z | Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
2131 | 2024-09-06T23:00:38.046Z | Checking diesel v2.2.3 |
2132 | 2024-09-06T23:00:38.185Z | Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
2133 | 2024-09-06T23:00:38.554Z | Compiling lalrpop v0.19.12 |
2134 | 2024-09-06T23:00:39.110Z | Compiling cexpr v0.6.0 |
2135 | 2024-09-06T23:00:39.178Z | Compiling cfg_aliases v0.1.1 |
2136 | 2024-09-06T23:00:39.289Z | Compiling rustc-hash v1.1.0 |
2137 | 2024-09-06T23:00:39.433Z | Compiling shlex v1.3.0 |
2138 | 2024-09-06T23:00:39.602Z | Compiling lazycell v1.3.0 |
2139 | 2024-09-06T23:00:39.813Z | Compiling nix v0.28.0 |
2140 | 2024-09-06T23:00:40.626Z | Checking tabled v0.15.0 |
2141 | 2024-09-06T23:00:40.827Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
2142 | 2024-09-06T23:00:41.114Z | Compiling derive_builder_core v0.20.0 |
2143 | 2024-09-06T23:00:41.138Z | Checking signal-hook-tokio v0.3.1 |
2144 | 2024-09-06T23:00:41.310Z | Compiling libxml v0.3.3 |
2145 | 2024-09-06T23:00:41.863Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
2146 | 2024-09-06T23:00:43.083Z | Compiling derive_builder_macro v0.20.0 |
2147 | 2024-09-06T23:00:43.187Z | Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
2148 | 2024-09-06T23:00:43.783Z | Compiling strum_macros v0.24.3 |
2149 | 2024-09-06T23:00:44.192Z | Compiling memoffset v0.9.1 |
2150 | 2024-09-06T23:00:44.445Z | Compiling indoc v1.0.9 |
2151 | 2024-09-06T23:00:45.063Z | Checking derive_builder v0.20.0 |
2152 | 2024-09-06T23:00:45.621Z | Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2153 | 2024-09-06T23:00:46.009Z | Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2154 | 2024-09-06T23:00:46.437Z | Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
2155 | 2024-09-06T23:00:46.959Z | Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2156 | 2024-09-06T23:00:47.041Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
2157 | 2024-09-06T23:00:47.199Z | Checking nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
2158 | 2024-09-06T23:00:47.581Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2159 | 2024-09-06T23:00:47.700Z | Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2160 | 2024-09-06T23:00:48.261Z | Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2161 | 2024-09-06T23:00:48.919Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2162 | 2024-09-06T23:00:48.943Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2163 | 2024-09-06T23:00:49.143Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2164 | 2024-09-06T23:00:50.077Z | Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
2165 | 2024-09-06T23:00:51.054Z | Checking quick-xml v0.31.0 |
2166 | 2024-09-06T23:00:51.359Z | Compiling peg-macros v0.8.4 |
2167 | 2024-09-06T23:00:52.759Z | Compiling snafu-derive v0.8.2 |
2168 | 2024-09-06T23:00:54.213Z | Compiling oso-derive v0.27.3 |
2169 | 2024-09-06T23:00:54.439Z | Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
2170 | 2024-09-06T23:00:55.073Z | Compiling impl-trait-for-tuples v0.2.2 |
2171 | 2024-09-06T23:00:55.543Z | Compiling sqlparser_derive v0.2.2 |
2172 | 2024-09-06T23:00:56.466Z | Compiling dropshot v0.10.1 |
2173 | 2024-09-06T23:00:56.718Z | Checking unicode_categories v0.1.1 |
2174 | 2024-09-06T23:00:56.977Z | Checking sqlformat v0.2.4 |
2175 | 2024-09-06T23:00:57.345Z | Checking snafu v0.8.2 |
2176 | 2024-09-06T23:00:57.830Z | Checking sqlparser v0.45.0 |
2177 | 2024-09-06T23:00:58.763Z | Checking peg v0.8.4 |
2178 | 2024-09-06T23:00:58.865Z | Checking rustyline v14.0.0 |
2179 | 2024-09-06T23:01:00.371Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
2180 | 2024-09-06T23:01:00.444Z | Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=ceec762e6a87d2a22bf56792a3025e145caa095e#ceec762e) |
2181 | 2024-09-06T23:01:00.897Z | Checking tungstenite v0.23.0 |
2182 | 2024-09-06T23:01:01.697Z | Checking globset v0.4.14 |
2183 | 2024-09-06T23:01:01.855Z | Checking olpc-cjson v0.1.3 |
2184 | 2024-09-06T23:01:01.886Z | Checking serde_plain v1.0.2 |
2185 | 2024-09-06T23:01:02.050Z | Checking bcs v0.1.6 |
2186 | 2024-09-06T23:01:02.097Z | Compiling dropshot_endpoint v0.10.1 |
2187 | 2024-09-06T23:01:02.149Z | Compiling diesel-dtrace v0.3.0 (https://github.com/oxidecomputer/diesel-dtrace?branch=main#8fcc2bb3) |
2188 | 2024-09-06T23:01:02.410Z | Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=319e7b92db69792ab8efa4c68554ad0cf83adf93#319e7b92) |
2189 | 2024-09-06T23:01:02.453Z | Checking typed-path v0.7.1 |
2190 | 2024-09-06T23:01:02.828Z | Checking tokio-tungstenite v0.23.1 |
2191 | 2024-09-06T23:01:03.245Z | Checking nix v0.27.1 |
2192 | 2024-09-06T23:01:04.079Z | Checking tough v0.17.1 |
2193 | 2024-09-06T23:01:04.321Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
2194 | 2024-09-06T23:01:04.549Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
2195 | 2024-09-06T23:01:04.818Z | Checking bb8 v0.8.5 |
2196 | 2024-09-06T23:01:05.237Z | Checking serde-big-array v0.5.1 |
2197 | 2024-09-06T23:01:05.367Z | Compiling const_format_proc_macros v0.2.32 |
2198 | 2024-09-06T23:01:05.447Z | Checking parse-size v1.0.0 |
2199 | 2024-09-06T23:01:06.819Z | Checking qorb v0.0.1 (https://github.com/oxidecomputer/qorb?branch=master#163a7783) |
2200 | 2024-09-06T23:01:06.934Z | Checking async-bb8-diesel v0.2.1 |
2201 | 2024-09-06T23:01:07.173Z | Checking const_format v0.2.32 |
2202 | 2024-09-06T23:01:07.225Z | Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2203 | 2024-09-06T23:01:07.578Z | Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2204 | 2024-09-06T23:01:07.866Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
2205 | 2024-09-06T23:01:08.001Z | Checking tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
2206 | 2024-09-06T23:01:08.690Z | Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
2207 | 2024-09-06T23:01:09.681Z | Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
2208 | 2024-09-06T23:01:10.046Z | Checking assert_matches v1.5.0 |
2209 | 2024-09-06T23:01:10.142Z | Checking heck v0.4.1 |
2210 | 2024-09-06T23:01:10.277Z | Compiling portable-atomic v1.6.0 |
2211 | 2024-09-06T23:01:10.338Z | Checking openapi-lint v0.4.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#ef442ee4) |
2212 | 2024-09-06T23:01:10.438Z | Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
2213 | 2024-09-06T23:01:10.697Z | Checking rand_seeder v0.3.0 |
2214 | 2024-09-06T23:01:10.908Z | Compiling libz-sys v1.1.16 |
2215 | 2024-09-06T23:01:10.931Z | Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
2216 | 2024-09-06T23:01:11.595Z | Checking number_prefix v0.4.0 |
2217 | 2024-09-06T23:01:11.785Z | Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
2218 | 2024-09-06T23:01:11.995Z | Compiling libgit2-sys v0.17.0+1.8.1 |
2219 | 2024-09-06T23:01:12.143Z | Checking indicatif v0.17.8 |
2220 | 2024-09-06T23:01:12.993Z | Checking openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types) |
2221 | 2024-09-06T23:01:13.157Z | Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
2222 | 2024-09-06T23:01:13.788Z | Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
2223 | 2024-09-06T23:01:14.176Z | Compiling vergen v8.3.2 |
2224 | 2024-09-06T23:01:14.441Z | Compiling cargo-platform v0.1.8 |
2225 | 2024-09-06T23:01:14.953Z | Checking unicode-linebreak v0.1.5 |
2226 | 2024-09-06T23:01:14.976Z | Checking smawk v0.3.2 |
2227 | 2024-09-06T23:01:15.187Z | Checking is_ci v1.2.0 |
2228 | 2024-09-06T23:01:15.309Z | Checking supports-color v3.0.0 |
2229 | 2024-09-06T23:01:15.338Z | Checking textwrap v0.16.1 |
2230 | 2024-09-06T23:01:15.500Z | Compiling cargo_metadata v0.18.1 |
2231 | 2024-09-06T23:01:15.713Z | Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
2232 | 2024-09-06T23:01:16.902Z | Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
2233 | 2024-09-06T23:01:17.652Z | Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
2234 | 2024-09-06T23:01:17.833Z | Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2235 | 2024-09-06T23:01:17.921Z | Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
2236 | 2024-09-06T23:01:18.295Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
2237 | 2024-09-06T23:01:18.584Z | Checking castaway v0.2.3 |
2238 | 2024-09-06T23:01:18.660Z | Compiling libsqlite3-sys v0.28.0 |
2239 | 2024-09-06T23:01:18.752Z | Compiling cfg_aliases v0.2.1 |
2240 | 2024-09-06T23:01:18.868Z | Compiling nix v0.29.0 |
2241 | 2024-09-06T23:01:18.893Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2242 | 2024-09-06T23:01:19.119Z | Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
2243 | 2024-09-06T23:01:19.698Z | Checking compact_str v0.8.0 |
2244 | 2024-09-06T23:01:20.481Z | Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
2245 | 2024-09-06T23:01:20.508Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
2246 | 2024-09-06T23:01:20.789Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
2247 | 2024-09-06T23:01:21.077Z | Checking unicode-truncate v1.0.0 |
2248 | 2024-09-06T23:01:21.316Z | Checking lru v0.12.3 |
2249 | 2024-09-06T23:01:21.596Z | Compiling instability v0.3.2 |
2250 | 2024-09-06T23:01:22.171Z | Checking cassowary v0.3.0 |
2251 | 2024-09-06T23:01:22.555Z | Checking ratatui v0.28.0 |
2252 | 2024-09-06T23:01:22.937Z | Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
2253 | 2024-09-06T23:01:23.102Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
2254 | 2024-09-06T23:01:23.931Z | Checking hashlink v0.9.1 |
2255 | 2024-09-06T23:01:23.959Z | Checking fallible-iterator v0.3.0 |
2256 | 2024-09-06T23:01:24.469Z | Checking fallible-streaming-iterator v0.1.9 |
2257 | 2024-09-06T23:01:24.689Z | Checking rusqlite v0.31.0 |
2258 | 2024-09-06T23:01:24.962Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
2259 | 2024-09-06T23:01:25.083Z | Checking twox-hash v1.6.3 |
2260 | 2024-09-06T23:01:25.277Z | Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
2261 | 2024-09-06T23:01:25.483Z | Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=b026dd82779eb2c2f87164e30feb7dd7f4b6e677#b026dd82) |
2262 | 2024-09-06T23:01:26.027Z | Checking fatfs v0.3.6 |
2263 | 2024-09-06T23:01:26.892Z | Checking csv-core v0.1.11 |
2264 | 2024-09-06T23:01:26.939Z | Checking shell-words v1.1.0 |
2265 | 2024-09-06T23:01:27.109Z | Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
2266 | 2024-09-06T23:01:27.209Z | Checking csv v1.3.0 |
2267 | 2024-09-06T23:01:28.212Z | Checking rtoolbox v0.0.2 |
2268 | 2024-09-06T23:01:28.394Z | Checking rpassword v7.3.1 |
2269 | 2024-09-06T23:01:29.853Z | Checking tui-tree-widget v0.22.0 |
2270 | 2024-09-06T23:01:30.150Z | Checking polyval v0.6.2 |
2271 | 2024-09-06T23:01:30.403Z | Checking rfc6979 v0.4.0 |
2272 | 2024-09-06T23:01:30.578Z | Checking plotters-backend v0.3.5 |
2273 | 2024-09-06T23:01:30.889Z | Checking plotters-svg v0.3.5 |
2274 | 2024-09-06T23:01:31.100Z | Checking ecdsa v0.16.9 |
2275 | 2024-09-06T23:01:31.780Z | Checking ghash v0.5.1 |
2276 | 2024-09-06T23:01:31.955Z | Checking tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous) |
2277 | 2024-09-06T23:01:32.990Z | Checking primeorder v0.13.6 |
2278 | 2024-09-06T23:01:33.144Z | Checking ctr v0.9.2 |
2279 | 2024-09-06T23:01:33.425Z | Checking yansi v0.5.1 |
2280 | 2024-09-06T23:01:33.574Z | Checking cast v0.3.0 |
2281 | 2024-09-06T23:01:34.071Z | Checking pretty_assertions v1.4.0 |
2282 | 2024-09-06T23:01:34.255Z | Checking criterion-plot v0.5.0 |
2283 | 2024-09-06T23:01:34.284Z | Checking aes-gcm v0.10.3 |
2284 | 2024-09-06T23:01:34.514Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
2285 | 2024-09-06T23:01:34.715Z | Checking plotters v0.3.5 |
2286 | 2024-09-06T23:01:36.183Z | Checking ed25519 v2.2.3 |
2287 | 2024-09-06T23:01:36.464Z | Checking ssh-encoding v0.2.0 |
2288 | 2024-09-06T23:01:36.763Z | Checking tinytemplate v1.2.1 |
2289 | 2024-09-06T23:01:37.103Z | Checking blowfish v0.9.1 |
2290 | 2024-09-06T23:01:37.318Z | Checking oorandom v11.1.3 |
2291 | 2024-09-06T23:01:37.463Z | Checking anes v0.1.6 |
2292 | 2024-09-06T23:01:37.790Z | Checking criterion v0.5.1 |
2293 | 2024-09-06T23:01:39.500Z | Checking bcrypt-pbkdf v0.10.0 |
2294 | 2024-09-06T23:01:39.725Z | Checking ssh-cipher v0.2.0 |
2295 | 2024-09-06T23:01:39.982Z | Checking ed25519-dalek v2.1.1 |
2296 | 2024-09-06T23:01:40.052Z | Compiling nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros) |
2297 | 2024-09-06T23:01:40.269Z | Checking password-hash v0.4.2 |
2298 | 2024-09-06T23:01:40.313Z | Checking hex-literal v0.4.1 |
2299 | 2024-09-06T23:01:40.450Z | Checking matches v0.1.10 |
2300 | 2024-09-06T23:01:40.547Z | Checking idna v0.2.3 |
2301 | 2024-09-06T23:01:40.660Z | Checking pbkdf2 v0.11.0 |
2302 | 2024-09-06T23:01:40.918Z | Checking ssh-key v0.6.6 |
2303 | 2024-09-06T23:01:41.217Z | Checking p384 v0.13.0 |
2304 | 2024-09-06T23:01:41.338Z | Checking p256 v0.13.2 |
2305 | 2024-09-06T23:01:41.762Z | Checking p521 v0.13.3 |
2306 | 2024-09-06T23:01:42.090Z | Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
2307 | 2024-09-06T23:01:42.328Z | Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
2308 | 2024-09-06T23:01:42.731Z | Checking russh-cryptovec v0.7.2 |
2309 | 2024-09-06T23:01:42.818Z | Compiling enum-as-inner v0.5.1 |
2310 | 2024-09-06T23:01:42.926Z | Compiling target-lexicon v0.12.16 |
2311 | 2024-09-06T23:01:43.677Z | Checking md5 v0.7.0 |
2312 | 2024-09-06T23:01:43.792Z | Compiling doc-comment v0.3.3 |
2313 | 2024-09-06T23:01:43.927Z | Checking russh-keys v0.45.0 |
2314 | 2024-09-06T23:01:43.951Z | Checking trust-dns-proto v0.22.0 |
2315 | 2024-09-06T23:01:44.451Z | Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
2316 | 2024-09-06T23:01:45.059Z | Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
2317 | 2024-09-06T23:01:45.726Z | Checking http-body v1.0.0 |
2318 | 2024-09-06T23:01:45.887Z | Checking num-bigint v0.4.5 |
2319 | 2024-09-06T23:01:45.929Z | Checking des v0.8.1 |
2320 | 2024-09-06T23:01:46.200Z | Compiling dhcproto-macros v0.1.0 |
2321 | 2024-09-06T23:01:47.007Z | Compiling assert_cmd v2.0.16 |
2322 | 2024-09-06T23:01:47.079Z | Checking regex-automata v0.1.10 |
2323 | 2024-09-06T23:01:47.377Z | Checking tower-layer v0.3.2 |
2324 | 2024-09-06T23:01:47.432Z | Compiling guppy-workspace-hack v0.1.0 |
2325 | 2024-09-06T23:01:47.612Z | Checking tower v0.4.13 |
2326 | 2024-09-06T23:01:47.715Z | Checking bstr v0.2.17 |
2327 | 2024-09-06T23:01:47.985Z | Checking russh v0.45.0 |
2328 | 2024-09-06T23:01:48.262Z | Checking dhcproto v0.12.0 |
2329 | 2024-09-06T23:01:48.424Z | Checking hyper v1.3.1 |
2330 | 2024-09-06T23:01:49.541Z | Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
2331 | 2024-09-06T23:01:49.891Z | Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
2332 | 2024-09-06T23:01:50.080Z | Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
2333 | 2024-09-06T23:01:50.579Z | Compiling target-spec v3.2.1 |
2334 | 2024-09-06T23:01:50.666Z | Checking internet-checksum v0.2.1 |
2335 | 2024-09-06T23:01:51.460Z | Checking cfg-expr v0.16.0 |
2336 | 2024-09-06T23:01:51.997Z | Checking hyper-util v0.1.3 |
2337 | 2024-09-06T23:01:52.122Z | Checking httptest v0.15.5 |
2338 | 2024-09-06T23:01:52.656Z | Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client) |
2339 | 2024-09-06T23:01:52.765Z | Checking rustls-native-certs v0.7.0 |
2340 | 2024-09-06T23:01:52.906Z | Checking num_cpus v1.16.0 |
2341 | 2024-09-06T23:01:53.284Z | Checking hyper-rustls v0.26.0 |
2342 | 2024-09-06T23:01:53.515Z | Compiling samael v0.0.15 |
2343 | 2024-09-06T23:01:53.593Z | Checking threadpool v1.8.1 |
2344 | 2024-09-06T23:01:54.106Z | Checking pathdiff v0.2.1 |
2345 | 2024-09-06T23:01:54.257Z | Compiling toml_edit v0.21.1 |
2346 | 2024-09-06T23:01:54.660Z | Compiling rstest_macros v0.22.0 |
2347 | 2024-09-06T23:01:55.101Z | Checking escape8259 v0.5.2 |
2348 | 2024-09-06T23:01:55.277Z | Checking nested v0.1.1 |
2349 | 2024-09-06T23:01:55.478Z | Checking guppy v0.17.7 |
2350 | 2024-09-06T23:01:56.359Z | Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
2351 | 2024-09-06T23:01:57.317Z | Compiling proc-macro-crate v3.1.0 |
2352 | 2024-09-06T23:01:58.581Z | Checking libtest-mimic v0.7.3 |
2353 | 2024-09-06T23:01:58.944Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
2354 | 2024-09-06T23:01:59.003Z | Checking similar-asserts v1.5.0 |
2355 | 2024-09-06T23:01:59.227Z | Checking fancy-regex v0.13.0 |
2356 | 2024-09-06T23:01:59.251Z | Compiling relative-path v1.9.3 |
2357 | 2024-09-06T23:01:59.537Z | Compiling git2 v0.19.0 |
2358 | 2024-09-06T23:01:59.855Z | Compiling trybuild v1.0.99 |
2359 | 2024-09-06T23:01:59.879Z | Checking datatest-stable v0.2.9 |
2360 | 2024-09-06T23:02:00.198Z | Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
2361 | 2024-09-06T23:02:00.302Z | Checking blake2b_simd v1.0.2 |
2362 | 2024-09-06T23:02:01.026Z | Checking omicron-dev-lib v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev-lib) |
2363 | 2024-09-06T23:02:01.396Z | Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev) |
2364 | 2024-09-06T23:02:01.520Z | Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli) |
2365 | 2024-09-06T23:02:01.677Z | Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
2366 | 2024-09-06T23:02:01.791Z | Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
2367 | 2024-09-06T23:02:02.052Z | Checking serde_tokenstream v0.2.2 |
2368 | 2024-09-06T23:02:02.141Z | Checking uzers v0.11.3 |
2369 | 2024-09-06T23:02:02.403Z | Checking futures-timer v3.0.3 |
2370 | 2024-09-06T23:02:02.540Z | Checking rust-argon2 v2.1.0 |
2371 | 2024-09-06T23:02:02.910Z | Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
2372 | 2024-09-06T23:02:03.834Z | Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils) |
2373 | 2024-09-06T23:02:04.467Z | Checking end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
2374 | 2024-09-06T23:02:05.731Z | Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev) |
2375 | 2024-09-06T23:02:06.042Z | Checking rand_distr v0.4.3 |
2376 | 2024-09-06T23:02:06.126Z | Checking multimap v0.10.0 |
2377 | 2024-09-06T23:02:06.441Z | Checking approx v0.5.1 |
2378 | 2024-09-06T23:02:06.694Z | Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
2379 | 2024-09-06T23:02:07.217Z | Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
2380 | 2024-09-06T23:02:07.636Z | Checking openapi-manager v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager) |
2381 | 2024-09-06T23:02:07.775Z | Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=b026dd82779eb2c2f87164e30feb7dd7f4b6e677#b026dd82) |
2382 | 2024-09-06T23:02:08.038Z | Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
2383 | 2024-09-06T23:02:08.413Z | Checking partial-io v0.5.4 |
2384 | 2024-09-06T23:02:08.707Z | Compiling omicron-live-tests v0.1.0 (/work/oxidecomputer/omicron/live-tests) |
2385 | 2024-09-06T23:02:08.733Z | Checking xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
2386 | 2024-09-06T23:02:08.904Z | Checking cargo_toml v0.20.4 |
2387 | 2024-09-06T23:02:08.992Z | Checking termios v0.3.3 |
2388 | 2024-09-06T23:02:09.016Z | Checking rstest v0.22.0 |
2389 | 2024-09-06T23:02:09.192Z | Compiling indoc v2.0.5 |
2390 | 2024-09-06T23:02:09.249Z | Compiling live-tests-macros v0.1.0 (/work/oxidecomputer/omicron/live-tests/macros) |
2391 | 2024-09-06T23:02:10.601Z | Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
2392 | 2024-09-06T23:02:12.194Z | Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli) |
2393 | 2024-09-06T23:02:24.976Z | Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng) |
2394 | 2024-09-06T23:02:29.629Z | Checking mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev) |
2395 | 2024-09-06T23:02:36.066Z | Compiling polar-core v0.27.3 |
2396 | 2024-09-06T23:02:44.936Z | Checking oso v0.27.3 |
2397 | 2024-09-06T23:02:50.186Z | Checking cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev) |
2398 | 2024-09-06T23:02:50.407Z | Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed) |
2399 | 2024-09-06T23:02:52.337Z | Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns-cli) |
2400 | 2024-09-06T23:03:30.839Z | Checking nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
2401 | 2024-09-06T23:03:30.839Z | Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
2402 | 2024-09-06T23:03:30.839Z | Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
2403 | 2024-09-06T23:04:58.905Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 5m 52s |
2404 | 2024-09-06T23:04:59.285Z | |
2405 | 2024-09-06T23:04:59.285Z | real 5:58.798039450 |
2406 | 2024-09-06T23:04:59.285Z | user 30:17.502958302 |
2407 | 2024-09-06T23:04:59.285Z | sys 5:46.347189545 |
2408 | 2024-09-06T23:04:59.285Z | trap 0.798287781 |
2409 | 2024-09-06T23:04:59.285Z | tflt 1.388079526 |
2410 | 2024-09-06T23:04:59.285Z | dflt 0.414394665 |
2411 | 2024-09-06T23:04:59.285Z | kflt 0.001259271 |
2412 | 2024-09-06T23:04:59.285Z | lock 47:02.622850070 |
2413 | 2024-09-06T23:04:59.285Z | slp 1:47:52.118260394 |
2414 | 2024-09-06T23:04:59.285Z | lat 1:37.636184048 |
2415 | 2024-09-06T23:04:59.285Z | stop 5:21.911991718 |
2416 | 2024-09-06T23:04:59.309Z | + RUSTDOCFLAGS='--document-private-items -D warnings' |
2417 | 2024-09-06T23:04:59.309Z | + ptime -m cargo doc --workspace --no-deps |
2418 | 2024-09-06T23:05:00.763Z | warning: output filename collision. |
2419 | 2024-09-06T23:05:00.763Z | 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)`. |
2420 | 2024-09-06T23:05:00.763Z | Colliding filename is: /work/oxidecomputer/omicron/target/doc/oximeter/index.html |
2421 | 2024-09-06T23:05:00.763Z | The targets should have unique names. |
2422 | 2024-09-06T23:05:00.763Z | This is a known bug where multiple crates with the same name use |
2423 | 2024-09-06T23:05:00.763Z | the same path; see <https://github.com/rust-lang/cargo/issues/6313>. |
2424 | 2024-09-06T23:05:01.293Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2425 | 2024-09-06T23:05:01.326Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2426 | 2024-09-06T23:05:01.350Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2427 | 2024-09-06T23:05:01.391Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
2428 | 2024-09-06T23:05:01.418Z | Documenting xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
2429 | 2024-09-06T23:05:01.418Z | Documenting omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2430 | 2024-09-06T23:05:01.589Z | Documenting omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2431 | 2024-09-06T23:05:01.695Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
2432 | 2024-09-06T23:05:01.695Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
2433 | 2024-09-06T23:05:01.738Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2434 | 2024-09-06T23:05:01.763Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2435 | 2024-09-06T23:05:01.933Z | Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2436 | 2024-09-06T23:05:01.963Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2437 | 2024-09-06T23:05:01.991Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2438 | 2024-09-06T23:05:02.216Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2439 | 2024-09-06T23:05:02.386Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2440 | 2024-09-06T23:05:04.398Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2441 | 2024-09-06T23:05:05.121Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2442 | 2024-09-06T23:05:05.388Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
2443 | 2024-09-06T23:05:05.441Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
2444 | 2024-09-06T23:05:05.680Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
2445 | 2024-09-06T23:05:05.768Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
2446 | 2024-09-06T23:05:05.976Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
2447 | 2024-09-06T23:05:06.047Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
2448 | 2024-09-06T23:05:06.157Z | Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
2449 | 2024-09-06T23:05:06.324Z | Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
2450 | 2024-09-06T23:05:06.495Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
2451 | 2024-09-06T23:05:06.703Z | Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2452 | 2024-09-06T23:05:06.745Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
2453 | 2024-09-06T23:05:06.993Z | Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
2454 | 2024-09-06T23:05:07.242Z | Checking openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types) |
2455 | 2024-09-06T23:05:07.400Z | Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
2456 | 2024-09-06T23:05:07.423Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
2457 | 2024-09-06T23:05:07.669Z | Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
2458 | 2024-09-06T23:05:07.711Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
2459 | 2024-09-06T23:05:08.010Z | Documenting dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2460 | 2024-09-06T23:05:08.195Z | Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev) |
2461 | 2024-09-06T23:05:08.235Z | Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
2462 | 2024-09-06T23:05:08.455Z | Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev) |
2463 | 2024-09-06T23:05:08.703Z | Documenting authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
2464 | 2024-09-06T23:05:08.749Z | Documenting db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
2465 | 2024-09-06T23:05:09.077Z | Documenting omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2466 | 2024-09-06T23:05:12.463Z | Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
2467 | 2024-09-06T23:05:12.789Z | Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
2468 | 2024-09-06T23:05:13.156Z | Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
2469 | 2024-09-06T23:05:13.434Z | Checking nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
2470 | 2024-09-06T23:05:14.681Z | Checking internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns) |
2471 | 2024-09-06T23:05:15.229Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2472 | 2024-09-06T23:05:15.270Z | Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
2473 | 2024-09-06T23:05:15.422Z | Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
2474 | 2024-09-06T23:05:16.498Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2475 | 2024-09-06T23:05:20.564Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
2476 | 2024-09-06T23:05:21.369Z | Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2477 | 2024-09-06T23:05:22.205Z | Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
2478 | 2024-09-06T23:05:22.229Z | Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
2479 | 2024-09-06T23:05:22.391Z | Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
2480 | 2024-09-06T23:05:22.677Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2481 | 2024-09-06T23:05:22.738Z | Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2482 | 2024-09-06T23:05:23.884Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2483 | 2024-09-06T23:05:24.424Z | Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2484 | 2024-09-06T23:05:24.788Z | Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2485 | 2024-09-06T23:05:24.826Z | Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
2486 | 2024-09-06T23:05:25.066Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2487 | 2024-09-06T23:05:25.142Z | Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2488 | 2024-09-06T23:05:25.253Z | Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
2489 | 2024-09-06T23:05:25.375Z | Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
2490 | 2024-09-06T23:05:25.585Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2491 | 2024-09-06T23:05:25.746Z | Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
2492 | 2024-09-06T23:05:25.963Z | Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
2493 | 2024-09-06T23:05:26.077Z | Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2494 | 2024-09-06T23:05:26.208Z | Checking tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
2495 | 2024-09-06T23:05:26.615Z | Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
2496 | 2024-09-06T23:05:27.089Z | Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
2497 | 2024-09-06T23:05:27.123Z | Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
2498 | 2024-09-06T23:05:27.595Z | Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
2499 | 2024-09-06T23:05:27.681Z | Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
2500 | 2024-09-06T23:05:27.932Z | Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
2501 | 2024-09-06T23:05:28.009Z | Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
2502 | 2024-09-06T23:05:28.064Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
2503 | 2024-09-06T23:05:28.328Z | Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
2504 | 2024-09-06T23:05:28.686Z | Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
2505 | 2024-09-06T23:05:28.833Z | Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
2506 | 2024-09-06T23:05:28.878Z | Documenting omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2507 | 2024-09-06T23:05:29.091Z | Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2508 | 2024-09-06T23:05:29.806Z | Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
2509 | 2024-09-06T23:05:30.011Z | Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
2510 | 2024-09-06T23:05:30.438Z | Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
2511 | 2024-09-06T23:05:30.604Z | Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
2512 | 2024-09-06T23:05:31.515Z | Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
2513 | 2024-09-06T23:05:32.078Z | Documenting omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
2514 | 2024-09-06T23:05:32.391Z | Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
2515 | 2024-09-06T23:05:33.011Z | Documenting omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
2516 | 2024-09-06T23:05:33.553Z | Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client) |
2517 | 2024-09-06T23:05:33.577Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
2518 | 2024-09-06T23:05:33.840Z | Documenting wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
2519 | 2024-09-06T23:05:36.123Z | Documenting installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
2520 | 2024-09-06T23:05:36.544Z | Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2521 | 2024-09-06T23:05:37.461Z | Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
2522 | 2024-09-06T23:05:37.554Z | Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
2523 | 2024-09-06T23:05:38.087Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2524 | 2024-09-06T23:05:40.500Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
2525 | 2024-09-06T23:05:42.272Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
2526 | 2024-09-06T23:05:42.708Z | Documenting oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
2527 | 2024-09-06T23:05:43.130Z | Documenting omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2528 | 2024-09-06T23:05:43.988Z | Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
2529 | 2024-09-06T23:05:44.918Z | Documenting wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
2530 | 2024-09-06T23:05:52.565Z | Checking end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
2531 | 2024-09-06T23:05:53.591Z | Documenting end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
2532 | 2024-09-06T23:06:01.743Z | Documenting zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
2533 | 2024-09-06T23:06:30.090Z | Documenting nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
2534 | 2024-09-06T23:06:30.876Z | Documenting nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
2535 | 2024-09-06T23:06:33.392Z | Documenting nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
2536 | 2024-09-06T23:06:33.966Z | Documenting mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev) |
2537 | 2024-09-06T23:06:40.872Z | Documenting gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
2538 | 2024-09-06T23:06:42.963Z | Documenting openapi-manager v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager) |
2539 | 2024-09-06T23:06:48.804Z | Documenting omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
2540 | 2024-09-06T23:06:57.534Z | Documenting bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
2541 | 2024-09-06T23:07:01.041Z | Documenting oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2542 | 2024-09-06T23:07:02.224Z | Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
2543 | 2024-09-06T23:07:04.617Z | Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
2544 | 2024-09-06T23:07:04.709Z | Checking nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
2545 | 2024-09-06T23:07:05.069Z | Documenting nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
2546 | 2024-09-06T23:07:07.088Z | Documenting omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
2547 | 2024-09-06T23:07:07.295Z | Documenting nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
2548 | 2024-09-06T23:07:11.613Z | Documenting nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
2549 | 2024-09-06T23:07:18.411Z | Documenting nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
2550 | 2024-09-06T23:07:21.278Z | Documenting nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
2551 | 2024-09-06T23:07:41.707Z | Documenting nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
2552 | 2024-09-06T23:07:46.365Z | Documenting wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
2553 | 2024-09-06T23:07:46.502Z | Documenting nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
2554 | 2024-09-06T23:07:47.634Z | Documenting nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
2555 | 2024-09-06T23:07:49.510Z | Documenting nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2556 | 2024-09-06T23:07:53.361Z | Documenting omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
2557 | 2024-09-06T23:08:02.749Z | Documenting nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
2558 | 2024-09-06T23:08:05.504Z | Documenting nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
2559 | 2024-09-06T23:08:05.626Z | Documenting nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
2560 | 2024-09-06T23:08:08.143Z | Documenting nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
2561 | 2024-09-06T23:08:12.825Z | Documenting clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
2562 | 2024-09-06T23:08:13.315Z | Documenting wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
2563 | 2024-09-06T23:08:20.412Z | Documenting wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
2564 | 2024-09-06T23:08:24.199Z | Documenting sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
2565 | 2024-09-06T23:08:25.880Z | Documenting gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
2566 | 2024-09-06T23:08:26.966Z | Documenting tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous) |
2567 | 2024-09-06T23:08:27.398Z | Documenting omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng) |
2568 | 2024-09-06T23:08:37.827Z | Documenting update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
2569 | 2024-09-06T23:08:38.655Z | Documenting cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
2570 | 2024-09-06T23:08:39.720Z | Documenting sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2571 | 2024-09-06T23:08:41.873Z | Documenting gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
2572 | 2024-09-06T23:08:47.914Z | Documenting sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
2573 | 2024-09-06T23:08:50.153Z | Documenting omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
2574 | 2024-09-06T23:08:51.011Z | Documenting wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
2575 | 2024-09-06T23:08:52.654Z | Documenting oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2576 | 2024-09-06T23:08:54.540Z | Documenting oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2577 | 2024-09-06T23:08:54.636Z | Documenting oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2578 | 2024-09-06T23:09:01.064Z | Documenting ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev) |
2579 | 2024-09-06T23:09:06.842Z | Documenting crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed) |
2580 | 2024-09-06T23:09:06.965Z | Documenting omicron-dev-lib v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev-lib) |
2581 | 2024-09-06T23:09:09.227Z | Documenting db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev) |
2582 | 2024-09-06T23:09:10.035Z | Documenting installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client) |
2583 | 2024-09-06T23:09:14.200Z | Documenting installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
2584 | 2024-09-06T23:09:16.918Z | Documenting sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
2585 | 2024-09-06T23:09:23.059Z | Documenting dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
2586 | 2024-09-06T23:09:24.924Z | Documenting nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2587 | 2024-09-06T23:09:25.201Z | Documenting oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
2588 | 2024-09-06T23:09:26.399Z | Documenting internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns-cli) |
2589 | 2024-09-06T23:09:29.123Z | Documenting oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils) |
2590 | 2024-09-06T23:09:30.718Z | Documenting oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
2591 | 2024-09-06T23:09:32.279Z | Documenting oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
2592 | 2024-09-06T23:09:33.304Z | Documenting sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2593 | 2024-09-06T23:09:35.586Z | Documenting nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
2594 | 2024-09-06T23:09:39.619Z | Documenting bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2595 | 2024-09-06T23:09:41.182Z | Documenting omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2596 | 2024-09-06T23:09:43.561Z | Documenting sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2597 | 2024-09-06T23:09:43.883Z | Documenting bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2598 | 2024-09-06T23:09:45.407Z | Documenting sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
2599 | 2024-09-06T23:09:48.993Z | Documenting installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2600 | 2024-09-06T23:09:52.956Z | Documenting tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
2601 | 2024-09-06T23:09:53.313Z | Documenting gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli) |
2602 | 2024-09-06T23:09:56.797Z | Documenting illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2603 | 2024-09-06T23:09:57.418Z | Documenting oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
2604 | 2024-09-06T23:09:58.368Z | Documenting key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2605 | 2024-09-06T23:09:59.957Z | Documenting omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
2606 | 2024-09-06T23:10:01.111Z | Documenting oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
2607 | 2024-09-06T23:10:05.830Z | Documenting nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
2608 | 2024-09-06T23:10:08.523Z | Documenting ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
2609 | 2024-09-06T23:10:08.746Z | Documenting clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
2610 | 2024-09-06T23:10:09.388Z | Documenting internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns) |
2611 | 2024-09-06T23:10:10.664Z | Documenting cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
2612 | 2024-09-06T23:10:14.445Z | Documenting oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
2613 | 2024-09-06T23:10:14.956Z | Documenting nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
2614 | 2024-09-06T23:10:15.704Z | Documenting cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
2615 | 2024-09-06T23:10:15.876Z | Documenting gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2616 | 2024-09-06T23:10:18.356Z | Documenting typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
2617 | 2024-09-06T23:10:19.341Z | Documenting omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
2618 | 2024-09-06T23:10:21.574Z | Documenting cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev) |
2619 | 2024-09-06T23:10:22.899Z | Documenting openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types) |
2620 | 2024-09-06T23:10:23.120Z | Documenting omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2621 | 2024-09-06T23:10:23.588Z | Documenting oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
2622 | 2024-09-06T23:10:24.864Z | Documenting update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2623 | 2024-09-06T23:10:26.877Z | Documenting nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
2624 | 2024-09-06T23:10:27.294Z | Documenting dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2625 | 2024-09-06T23:10:27.618Z | Documenting xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
2626 | 2024-09-06T23:10:29.167Z | Documenting live-tests-macros v0.1.0 (/work/oxidecomputer/omicron/live-tests/macros) |
2627 | 2024-09-06T23:10:29.407Z | Documenting oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2628 | 2024-09-06T23:10:30.006Z | Documenting dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
2629 | 2024-09-06T23:10:31.213Z | Documenting nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros) |
2630 | 2024-09-06T23:10:33.492Z | Documenting oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2631 | 2024-09-06T23:10:34.479Z | Documenting api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2632 | 2024-09-06T23:11:00.317Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 6m 00s |
2633 | 2024-09-06T23:11:00.461Z | Generated /work/oxidecomputer/omicron/target/doc/api_identity/index.html and 126 other files |
2634 | 2024-09-06T23:11:00.529Z | |
2635 | 2024-09-06T23:11:00.529Z | real 6:01.192372540 |
2636 | 2024-09-06T23:11:00.529Z | user 18:26.518542175 |
2637 | 2024-09-06T23:11:00.529Z | sys 25:57.342477004 |
2638 | 2024-09-06T23:11:00.529Z | trap 0.309909736 |
2639 | 2024-09-06T23:11:00.529Z | tflt 0.203079659 |
2640 | 2024-09-06T23:11:00.529Z | dflt 0.387075384 |
2641 | 2024-09-06T23:11:00.529Z | kflt 0.000141326 |
2642 | 2024-09-06T23:11:00.530Z | lock 53:11.164520603 |
2643 | 2024-09-06T23:11:00.554Z | slp 1:40:45.285750380 |
2644 | 2024-09-06T23:11:00.554Z | lat 1:07.188293616 |
2645 | 2024-09-06T23:11:00.554Z | stop 54.313097148 |
2646 | 2024-09-06T23:11:00.554Z | process exited: duration 973777 ms, exit code 0 |
|
2647 | 2024-09-06T23:11:00.605Z | found 0 output files |