|
|
|
1 | 2024-08-27T22:45:08.920Z | job assigned to worker 01J6B060BNS767DVQN4TCQCQYP (queued for 49 s) |
|
2 | 2024-08-27T22:45:16.720Z | starting task 0: "setup" |
3 | 2024-08-27T22:45:16.729Z | ++ uname -s |
4 | 2024-08-27T22:45:16.732Z | + kern=SunOS |
5 | 2024-08-27T22:45:16.732Z | + case "$kern" in |
6 | 2024-08-27T22:45:16.732Z | + groupadd -g 12345 build |
7 | 2024-08-27T22:45:16.735Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
8 | 2024-08-27T22:45:18.745Z | + zfs create -o mountpoint=/work rpool/work |
9 | 2024-08-27T22:45:18.900Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
10 | 2024-08-27T22:45:18.903Z | + home_fs=zfs |
11 | 2024-08-27T22:45:18.903Z | + [[ zfs == autofs ]] |
12 | 2024-08-27T22:45:18.903Z | + mkdir -p /home/build |
13 | 2024-08-27T22:45:18.905Z | + chown build:build /home/build /work |
14 | 2024-08-27T22:45:20.906Z | + chmod 0700 /home/build /work |
15 | 2024-08-27T22:45:20.909Z | process exited: duration 4191 ms, exit code 0 |
|
16 | 2024-08-27T22:45:20.915Z | starting task 1: "rust-toolchain" |
17 | 2024-08-27T22:45:20.920Z | + printf ' * toolchain channel = "%s" |
18 | 2024-08-27T22:45:20.920Z | * toolchain channel = "1.80.1" |
19 | 2024-08-27T22:45:20.920Z | ' 1.80.1 |
20 | 2024-08-27T22:45:20.920Z | + printf ' * toolchain profile = "%s" |
21 | 2024-08-27T22:45:20.920Z | ' default |
22 | 2024-08-27T22:45:20.920Z | * toolchain profile = "default" |
23 | 2024-08-27T22:45:20.923Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
24 | 2024-08-27T22:45:20.923Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.80.1 --profile default |
25 | 2024-08-27T22:45:21.041Z | info: downloading installer |
26 | 2024-08-27T22:45:22.581Z | info: profile set to 'default' |
27 | 2024-08-27T22:45:22.581Z | info: default host triple is x86_64-unknown-illumos |
28 | 2024-08-27T22:45:22.583Z | info: syncing channel updates for '1.80.1-x86_64-unknown-illumos' |
29 | 2024-08-27T22:45:22.730Z | info: latest update on 2024-08-08, rust version 1.80.1 (3f5fd8dd4 2024-08-06) |
30 | 2024-08-27T22:45:22.730Z | info: downloading component 'cargo' |
31 | 2024-08-27T22:45:23.549Z | info: downloading component 'clippy' |
32 | 2024-08-27T22:45:23.837Z | info: downloading component 'rust-docs' |
33 | 2024-08-27T22:45:24.960Z | info: downloading component 'rust-std' |
34 | 2024-08-27T22:45:26.522Z | info: downloading component 'rustc' |
35 | 2024-08-27T22:45:30.908Z | info: downloading component 'rustfmt' |
36 | 2024-08-27T22:45:31.146Z | info: installing component 'cargo' |
37 | 2024-08-27T22:45:31.995Z | info: installing component 'clippy' |
38 | 2024-08-27T22:45:32.393Z | info: installing component 'rust-docs' |
39 | 2024-08-27T22:45:34.015Z | info: installing component 'rust-std' |
40 | 2024-08-27T22:45:35.780Z | info: installing component 'rustc' |
41 | 2024-08-27T22:45:40.078Z | info: installing component 'rustfmt' |
42 | 2024-08-27T22:45:40.421Z | info: default toolchain set to '1.80.1-x86_64-unknown-illumos' |
43 | 2024-08-27T22:45:40.421Z | |
44 | 2024-08-27T22:45:40.665Z | 1.80.1-x86_64-unknown-illumos installed - rustc 1.80.1 (3f5fd8dd4 2024-08-06) |
45 | 2024-08-27T22:45:40.665Z | |
46 | 2024-08-27T22:45:40.665Z | |
47 | 2024-08-27T22:45:40.665Z | Rust is installed now. Great! |
48 | 2024-08-27T22:45:40.668Z | |
49 | 2024-08-27T22:45:40.668Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
50 | 2024-08-27T22:45:40.668Z | environment variable. This has not been done automatically. |
51 | 2024-08-27T22:45:40.668Z | |
52 | 2024-08-27T22:45:40.668Z | To configure your current shell, you need to source |
53 | 2024-08-27T22:45:40.668Z | the corresponding env file under $HOME/.cargo. |
54 | 2024-08-27T22:45:40.668Z | |
55 | 2024-08-27T22:45:40.668Z | This is usually done by running one of the following (note the leading DOT): |
56 | 2024-08-27T22:45:40.668Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
57 | 2024-08-27T22:45:40.668Z | source "$HOME/.cargo/env.fish" # For fish |
58 | 2024-08-27T22:45:40.718Z | + rustc --version |
59 | 2024-08-27T22:45:40.781Z | rustc 1.80.1 (3f5fd8dd4 2024-08-06) |
60 | 2024-08-27T22:45:40.783Z | process exited: duration 19868 ms, exit code 0 |
|
61 | 2024-08-27T22:45:40.789Z | starting task 2: "authentication" |
62 | 2024-08-27T22:45:40.810Z | process exited: duration 20 ms, exit code 0 |
|
63 | 2024-08-27T22:45:40.817Z | starting task 3: "clone repository" |
64 | 2024-08-27T22:45:40.823Z | + mkdir -p /work/oxidecomputer/omicron |
65 | 2024-08-27T22:45:40.826Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
66 | 2024-08-27T22:45:40.864Z | Cloning into '/work/oxidecomputer/omicron'... |
67 | 2024-08-27T22:45:47.815Z | + cd /work/oxidecomputer/omicron |
68 | 2024-08-27T22:45:47.815Z | + git fetch origin 665bcc17746e2c722c565bbc0b888c95e7649786 |
69 | 2024-08-27T22:45:48.084Z | From https://github.com/oxidecomputer/omicron |
70 | 2024-08-27T22:45:48.084Z | * branch 665bcc17746e2c722c565bbc0b888c95e7649786 -> FETCH_HEAD |
71 | 2024-08-27T22:45:48.095Z | + [[ -n dap/drafts/reconfigurator-tests ]] |
72 | 2024-08-27T22:45:48.097Z | ++ git branch --show-current |
73 | 2024-08-27T22:45:48.100Z | + current=main |
74 | 2024-08-27T22:45:48.100Z | + [[ main != dap/drafts/reconfigurator-tests ]] |
75 | 2024-08-27T22:45:48.100Z | + git branch -f dap/drafts/reconfigurator-tests 665bcc17746e2c722c565bbc0b888c95e7649786 |
76 | 2024-08-27T22:45:48.103Z | + git checkout -f dap/drafts/reconfigurator-tests |
77 | 2024-08-27T22:45:48.256Z | Switched to branch 'dap/drafts/reconfigurator-tests' |
78 | 2024-08-27T22:45:48.263Z | + git reset --hard 665bcc17746e2c722c565bbc0b888c95e7649786 |
79 | 2024-08-27T22:45:48.282Z | HEAD is now at 665bcc177 rustfmt |
80 | 2024-08-27T22:45:48.290Z | process exited: duration 7459 ms, exit code 0 |
|
81 | 2024-08-27T22:45:48.297Z | starting task 4: "build" |
82 | 2024-08-27T22:45:48.302Z | + cargo --version |
83 | 2024-08-27T22:45:48.365Z | cargo 1.80.1 (376290515 2024-07-16) |
84 | 2024-08-27T22:45:48.368Z | + rustc --version |
85 | 2024-08-27T22:45:48.417Z | rustc 1.80.1 (3f5fd8dd4 2024-08-06) |
86 | 2024-08-27T22:45:48.419Z | + source ./env.sh |
87 | 2024-08-27T22:45:48.422Z | ++ OLD_SHELL_OPTS=ehxB |
88 | 2024-08-27T22:45:48.422Z | ++ set -o xtrace |
89 | 2024-08-27T22:45:48.425Z | ++++ dirname ./env.sh |
90 | 2024-08-27T22:45:48.425Z | +++ readlink -f . |
91 | 2024-08-27T22:45:48.428Z | ++ OMICRON_WS=/work/oxidecomputer/omicron |
92 | 2024-08-27T22:45:48.430Z | ++ 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-08-27T22:45:48.430Z | ++ 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-08-27T22:45:48.430Z | ++ 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-08-27T22:45:48.430Z | ++ 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-08-27T22:45:48.430Z | ++ 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-08-27T22:45:48.430Z | ++ 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-08-27T22:45:48.430Z | ++ 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-08-27T22:45:48.430Z | ++ 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-08-27T22:45:48.430Z | ++ case $OLD_SHELL_OPTS in |
101 | 2024-08-27T22:45:48.430Z | ++ unset OLD_SHELL_OPTS OMICRON_WS |
102 | 2024-08-27T22:45:48.430Z | + banner prerequisites |
103 | 2024-08-27T22:45:48.433Z | |
104 | 2024-08-27T22:45:48.433Z | ##### ##### ###### ##### ###### #### # # # #### # |
105 | 2024-08-27T22:45:48.433Z | # # # # # # # # # # # # # # # |
106 | 2024-08-27T22:45:48.433Z | # # # # ##### # # ##### # # # # # #### # |
107 | 2024-08-27T22:45:48.433Z | ##### ##### # ##### # # # # # # # # # |
108 | 2024-08-27T22:45:48.433Z | # # # # # # # # # # # # # # # |
109 | 2024-08-27T22:45:48.433Z | # # # ###### # # ###### ### # #### # #### # |
110 | 2024-08-27T22:45:48.433Z | |
111 | 2024-08-27T22:45:48.433Z | + ptime -m bash ./tools/install_builder_prerequisites.sh -y |
112 | 2024-08-27T22:45:53.073Z | Startup: Refreshing catalog 'helios-dev' ... Done |
113 | 2024-08-27T22:45:55.430Z | Startup: Caching catalogs ... Done |
114 | 2024-08-27T22:45:57.340Z | Planning: Solver setup ... Done (1.389s) |
115 | 2024-08-27T22:45:57.362Z | Planning: Running solver ... Done (0.022s) |
116 | 2024-08-27T22:45:57.406Z | Planning: Finding local manifests ... Done (0.005s) |
117 | 2024-08-27T22:45:57.444Z | Planning: Fetching manifests: 0/5 0% complete |
118 | 2024-08-27T22:45:57.672Z | Planning: Fetching manifests: 5/5 100% complete |
119 | 2024-08-27T22:45:57.775Z | Planning: Package planning ... Done (0.102s) |
120 | 2024-08-27T22:45:57.829Z | Planning: Merging actions ... Done (0.055s) |
121 | 2024-08-27T22:45:58.041Z | Planning: Checking for conflicting actions ... Done (0.212s) |
122 | 2024-08-27T22:46:00.045Z | Planning: Consolidating action changes ... Done (2.001s) |
123 | 2024-08-27T22:46:00.464Z | Planning: Evaluating mediators ... Done (0.421s) |
124 | 2024-08-27T22:46:00.543Z | Planning: Planning completed in 5.08 seconds |
125 | 2024-08-27T22:46:00.560Z | Packages to install: 4 |
126 | 2024-08-27T22:46:00.560Z | Packages to update: 1 |
127 | 2024-08-27T22:46:00.566Z | Mediators to change: 2 |
128 | 2024-08-27T22:46:00.566Z | Services to change: 1 |
129 | 2024-08-27T22:46:00.566Z | Estimated space available: 155.72 GB |
130 | 2024-08-27T22:46:00.566Z | Estimated space to be consumed: 1.53 GB |
131 | 2024-08-27T22:46:00.566Z | Create boot environment: No |
132 | 2024-08-27T22:46:00.566Z | Create backup boot environment: Yes |
133 | 2024-08-27T22:46:00.566Z | Rebuild boot archive: No |
134 | 2024-08-27T22:46:00.566Z | |
135 | 2024-08-27T22:46:00.566Z | Changed mediators: |
136 | 2024-08-27T22:46:00.566Z | mediator clang: |
137 | 2024-08-27T22:46:00.566Z | version: None -> 15 (system default) |
138 | 2024-08-27T22:46:00.566Z | |
139 | 2024-08-27T22:46:00.566Z | mediator llvm: |
140 | 2024-08-27T22:46:00.566Z | version: 14 (system default) -> 15 (system default) |
141 | 2024-08-27T22:46:00.566Z | |
142 | 2024-08-27T22:46:00.567Z | Changed packages: |
143 | 2024-08-27T22:46:00.567Z | helios-dev |
144 | 2024-08-27T22:46:00.567Z | developer/build-essential |
145 | 2024-08-27T22:46:00.567Z | None -> 11-2.0 |
146 | 2024-08-27T22:46:00.567Z | library/libxmlsec1 |
147 | 2024-08-27T22:46:00.567Z | None -> 1.2.35-2.0 |
148 | 2024-08-27T22:46:00.567Z | ooce/developer/clang-15 |
149 | 2024-08-27T22:46:00.567Z | None -> 15.0.7-2.0 |
150 | 2024-08-27T22:46:00.567Z | ooce/developer/llvm-15 |
151 | 2024-08-27T22:46:00.567Z | None -> 15.0.7-2.0 |
152 | 2024-08-27T22:46:00.567Z | package/pkg |
153 | 2024-08-27T22:46:00.567Z | 0.5.11-2.0 -> 0.5.11-2.1.6412 |
154 | 2024-08-27T22:46:00.567Z | |
155 | 2024-08-27T22:46:00.567Z | Services: |
156 | 2024-08-27T22:46:00.567Z | restart_fmri: |
157 | 2024-08-27T22:46:00.567Z | svc:/system/update-man-index:default |
158 | 2024-08-27T22:46:00.567Z | |
159 | 2024-08-27T22:46:00.567Z | Editable files to change: |
160 | 2024-08-27T22:46:00.567Z | Update: |
161 | 2024-08-27T22:46:00.567Z | usr/share/lib/pkg/web/config.shtml |
162 | 2024-08-27T22:46:00.646Z | |
163 | 2024-08-27T22:46:00.646Z | Download: 0/4281 items 0.0/220.6MB 0% complete |
164 | 2024-08-27T22:46:07.049Z | Download: 213/4281 items 1.3/220.6MB 0% complete (1.1M/s) |
165 | 2024-08-27T22:46:15.506Z | Download: 815/4281 items 18.7/220.6MB 8% complete (1.8M/s) |
166 | 2024-08-27T22:46:17.095Z | Download: 1136/4281 items 38.1/220.6MB 17% complete (3.6M/s) |
167 | 2024-08-27T22:46:22.828Z | Download: 1198/4281 items 83.5/220.6MB 37% complete (6.6M/s) |
168 | 2024-08-27T22:46:27.831Z | Download: 1865/4281 items 118.3/220.6MB 53% complete (6.5M/s) |
169 | 2024-08-27T22:46:32.839Z | Download: 2518/4281 items 120.3/220.6MB 54% complete (3.7M/s) |
170 | 2024-08-27T22:46:37.885Z | Download: 3233/4281 items 165.8/220.6MB 75% complete (4.7M/s) |
171 | 2024-08-27T22:46:43.664Z | Download: 3248/4281 items 203.1/220.6MB 92% complete (8.3M/s) |
172 | 2024-08-27T22:46:48.677Z | Download: 3803/4281 items 218.1/220.6MB 98% complete (3.9M/s) |
173 | 2024-08-27T22:46:51.429Z | Download: Completed 220.60 MB in 50.78 seconds (4.3M/s) |
174 | 2024-08-27T22:46:53.716Z | Actions: 1/5063 actions (Removing old actions) |
175 | 2024-08-27T22:46:53.741Z | Actions: 194/5063 actions (Installing new actions) |
176 | 2024-08-27T22:46:58.460Z | Actions: 4226/5063 actions (Updating modified actions) |
177 | 2024-08-27T22:46:58.793Z | Actions: Completed 5063 actions in 5.06 seconds. |
178 | 2024-08-27T22:46:59.074Z | Done (0.285s) |
179 | 2024-08-27T22:46:59.078Z | Done (0.000s) |
180 | 2024-08-27T22:46:59.463Z | Done (0.387s) |
181 | 2024-08-27T22:47:04.039Z | Done (4.393s) |
182 | 2024-08-27T22:47:04.135Z | Done (0.019s) |
183 | 2024-08-27T22:47:04.138Z | Done (0.000s) |
184 | 2024-08-27T22:47:04.298Z | Done (0.000s) |
185 | 2024-08-27T22:47:04.889Z | Planning: Evaluating mediator changes ... Done |
186 | 2024-08-27T22:47:05.051Z | Planning: Checking for conflicting actions ... Done |
187 | 2024-08-27T22:47:05.073Z | Planning: Consolidating action changes ... Done |
188 | 2024-08-27T22:47:05.328Z | Planning: Evaluating mediators ... Done |
189 | 2024-08-27T22:47:05.332Z | Planning: Planning completed in 0.44 seconds |
190 | 2024-08-27T22:47:05.383Z | Mediators to change: 2 |
191 | 2024-08-27T22:47:05.388Z | Create boot environment: No |
192 | 2024-08-27T22:47:05.388Z | Create backup boot environment: No |
193 | 2024-08-27T22:47:05.448Z | Done |
194 | 2024-08-27T22:47:05.448Z | Done |
195 | 2024-08-27T22:47:05.688Z | Done |
196 | 2024-08-27T22:47:09.430Z | Done |
197 | 2024-08-27T22:47:09.522Z | Done |
198 | 2024-08-27T22:47:09.533Z | Done |
199 | 2024-08-27T22:47:09.758Z | Done |
200 | 2024-08-27T22:47:10.315Z | Planning: Evaluating mediator changes ... Done |
201 | 2024-08-27T22:47:10.327Z | Planning: Merging actions ... Done |
202 | 2024-08-27T22:47:10.499Z | Planning: Checking for conflicting actions ... Done |
203 | 2024-08-27T22:47:10.513Z | Planning: Consolidating action changes ... Done |
204 | 2024-08-27T22:47:10.894Z | Planning: Evaluating mediators ... Done |
205 | 2024-08-27T22:47:10.901Z | Planning: Planning completed in 0.75 seconds |
206 | 2024-08-27T22:47:10.901Z | Packages to change: 1 |
207 | 2024-08-27T22:47:10.901Z | Mediators to change: 1 |
208 | 2024-08-27T22:47:10.901Z | Services to change: 1 |
209 | 2024-08-27T22:47:10.901Z | Create boot environment: No |
210 | 2024-08-27T22:47:10.902Z | Create backup boot environment: Yes |
211 | 2024-08-27T22:47:11.729Z | Actions: 1/6 actions (Updating modified actions) |
212 | 2024-08-27T22:47:11.743Z | Actions: Completed 6 actions in 0.00 seconds. |
213 | 2024-08-27T22:47:11.743Z | Done |
214 | 2024-08-27T22:47:11.743Z | Done |
215 | 2024-08-27T22:47:11.810Z | Done |
216 | 2024-08-27T22:47:15.874Z | Done |
217 | 2024-08-27T22:47:15.971Z | Done |
218 | 2024-08-27T22:47:15.971Z | Done |
219 | 2024-08-27T22:47:15.971Z | Done |
220 | 2024-08-27T22:47:16.111Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
221 | 2024-08-27T22:47:16.111Z | clang system 15 system |
222 | 2024-08-27T22:47:16.111Z | csh system system illumos |
223 | 2024-08-27T22:47:16.111Z | ctags system system illumos |
224 | 2024-08-27T22:47:16.111Z | gcc vendor 12 vendor |
225 | 2024-08-27T22:47:16.111Z | gcc system 10 system |
226 | 2024-08-27T22:47:16.111Z | gcc system 7 system |
227 | 2024-08-27T22:47:16.112Z | go system 1.20 system |
228 | 2024-08-27T22:47:16.112Z | go system 1.19 system |
229 | 2024-08-27T22:47:16.112Z | llvm system 15 system |
230 | 2024-08-27T22:47:16.112Z | llvm system 14 system |
231 | 2024-08-27T22:47:16.112Z | mariadb system 10.6 system |
232 | 2024-08-27T22:47:16.112Z | mta vendor vendor dma |
233 | 2024-08-27T22:47:16.112Z | openjdk system 17 system |
234 | 2024-08-27T22:47:16.112Z | openjdk system 11 system |
235 | 2024-08-27T22:47:16.112Z | openjdk system 1.8 system |
236 | 2024-08-27T22:47:16.112Z | openssl vendor 3 vendor |
237 | 2024-08-27T22:47:16.112Z | perl system 5.36 system |
238 | 2024-08-27T22:47:16.112Z | postgresql system 15 system |
239 | 2024-08-27T22:47:16.112Z | postgresql system 13 system |
240 | 2024-08-27T22:47:16.112Z | python vendor 3 vendor |
241 | 2024-08-27T22:47:16.112Z | python system 2 system |
242 | 2024-08-27T22:47:16.112Z | python3 system 3.11 system |
243 | 2024-08-27T22:47:16.112Z | ruby system 3.0 system |
244 | 2024-08-27T22:47:16.112Z | words vendor vendor american-english |
245 | 2024-08-27T22:47:16.112Z | words system system australian-english |
246 | 2024-08-27T22:47:16.112Z | words system system british-english |
247 | 2024-08-27T22:47:16.113Z | words system system canadian-english |
248 | 2024-08-27T22:47:16.113Z | words system system french |
249 | 2024-08-27T22:47:16.113Z | words system system italian |
250 | 2024-08-27T22:47:16.113Z | words system system ngerman |
251 | 2024-08-27T22:47:16.113Z | words system system ogerman |
252 | 2024-08-27T22:47:16.113Z | words system system spanish |
253 | 2024-08-27T22:47:16.436Z | PUBLISHER TYPE STATUS P LOCATION |
254 | 2024-08-27T22:47:16.436Z | helios-dev origin online F https://pkg.oxide.computer/helios/2/dev/ |
255 | 2024-08-27T22:47:18.210Z | FMRI IFO |
256 | 2024-08-27T22:47:18.210Z | pkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im- |
257 | 2024-08-27T22:47:18.210Z | pkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i-- |
258 | 2024-08-27T22:47:18.210Z | pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im- |
259 | 2024-08-27T22:47:18.210Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im- |
260 | 2024-08-27T22:47:18.210Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z --- |
261 | 2024-08-27T22:47:18.210Z | pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i-- |
262 | 2024-08-27T22:47:18.210Z | pkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z im- |
263 | 2024-08-27T22:47:18.210Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z --- |
264 | 2024-08-27T22:47:18.210Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z --- |
265 | 2024-08-27T22:47:18.210Z | pkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z i-- |
266 | 2024-08-27T22:47:18.210Z | pkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z --- |
267 | 2024-08-27T22:47:18.211Z | pkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z i-- |
268 | 2024-08-27T22:47:18.211Z | pkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z --- |
269 | 2024-08-27T22:47:18.863Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
270 | 2024-08-27T22:47:19.087Z | Updating git repository `https://github.com/oxidecomputer/zone` |
271 | 2024-08-27T22:47:19.374Z | Updating crates.io index |
272 | 2024-08-27T22:47:19.427Z | Updating git repository `https://github.com/oxidecomputer/dropshot` |
273 | 2024-08-27T22:47:20.184Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
274 | 2024-08-27T22:47:21.010Z | Updating git repository `https://github.com/oxidecomputer/oxnet` |
275 | 2024-08-27T22:47:21.297Z | Updating git repository `https://github.com/oxidecomputer/progenitor` |
276 | 2024-08-27T22:47:22.777Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
277 | 2024-08-27T22:47:23.032Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
278 | 2024-08-27T22:47:23.351Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
279 | 2024-08-27T22:47:24.496Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
280 | 2024-08-27T22:47:26.424Z | Updating git repository `https://github.com/oxidecomputer/opte` |
281 | 2024-08-27T22:47:27.407Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
282 | 2024-08-27T22:47:28.166Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
283 | 2024-08-27T22:47:28.477Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
284 | 2024-08-27T22:47:28.998Z | Updating git repository `https://github.com/oxidecomputer/diesel-dtrace` |
285 | 2024-08-27T22:47:29.326Z | Updating git repository `https://github.com/oxidecomputer/qorb` |
286 | 2024-08-27T22:47:29.624Z | Updating git repository `https://github.com/oxidecomputer/tofino` |
287 | 2024-08-27T22:47:30.045Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
288 | 2024-08-27T22:47:30.308Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
289 | 2024-08-27T22:47:30.526Z | Updating git repository `https://github.com/oxidecomputer/libnvme` |
290 | 2024-08-27T22:47:30.710Z | Updating git repository `https://github.com/oxidecomputer/clickward` |
291 | 2024-08-27T22:47:31.111Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
292 | 2024-08-27T22:47:31.393Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
293 | 2024-08-27T22:47:31.740Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
294 | 2024-08-27T22:47:32.004Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
295 | 2024-08-27T22:47:32.448Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
296 | 2024-08-27T22:47:32.807Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
297 | 2024-08-27T22:47:33.339Z | Updating git repository `https://github.com/oxidecomputer/typify` |
298 | 2024-08-27T22:47:35.643Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
299 | 2024-08-27T22:47:35.922Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
300 | 2024-08-27T22:47:36.176Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
301 | 2024-08-27T22:47:36.591Z | Updating git repository `https://github.com/oxidecomputer/rfb` |
302 | 2024-08-27T22:47:37.653Z | Downloading crates ... |
303 | 2024-08-27T22:47:37.748Z | Downloaded dof v0.3.0 |
304 | 2024-08-27T22:47:37.751Z | Downloaded clap_lex v0.7.0 |
305 | 2024-08-27T22:47:37.751Z | Downloaded anyhow v1.0.86 |
306 | 2024-08-27T22:47:37.754Z | Downloaded cpufeatures v0.2.12 |
307 | 2024-08-27T22:47:37.772Z | Downloaded scroll_derive v0.12.0 |
308 | 2024-08-27T22:47:37.775Z | Downloaded usdt-attr-macro v0.5.0 |
309 | 2024-08-27T22:47:37.775Z | Downloaded cfg-if v1.0.0 |
310 | 2024-08-27T22:47:37.794Z | Downloaded byteorder v1.5.0 |
311 | 2024-08-27T22:47:37.797Z | Downloaded block-buffer v0.10.4 |
312 | 2024-08-27T22:47:37.797Z | Downloaded camino-tempfile v1.1.1 |
313 | 2024-08-27T22:47:37.797Z | Downloaded strsim v0.11.1 |
314 | 2024-08-27T22:47:37.797Z | Downloaded anstyle-parse v0.2.4 |
315 | 2024-08-27T22:47:37.797Z | Downloaded serde_spanned v0.6.7 |
316 | 2024-08-27T22:47:37.797Z | Downloaded pest_generator v2.7.10 |
317 | 2024-08-27T22:47:37.798Z | Downloaded heck v0.4.1 |
318 | 2024-08-27T22:47:37.798Z | Downloaded cargo_metadata v0.18.1 |
319 | 2024-08-27T22:47:37.803Z | Downloaded utf8parse v0.2.1 |
320 | 2024-08-27T22:47:37.809Z | Downloaded fnv v1.0.7 |
321 | 2024-08-27T22:47:37.810Z | Downloaded plain v0.2.3 |
322 | 2024-08-27T22:47:37.810Z | Downloaded errno v0.3.9 |
323 | 2024-08-27T22:47:37.813Z | Downloaded dtrace-parser v0.2.0 |
324 | 2024-08-27T22:47:37.813Z | Downloaded colorchoice v1.0.1 |
325 | 2024-08-27T22:47:37.815Z | Downloaded itoa v1.0.11 |
326 | 2024-08-27T22:47:37.815Z | Downloaded crypto-common v0.1.6 |
327 | 2024-08-27T22:47:37.823Z | Downloaded once_cell v1.19.0 |
328 | 2024-08-27T22:47:37.833Z | Downloaded sha2 v0.10.8 |
329 | 2024-08-27T22:47:37.836Z | Downloaded tempfile v3.10.1 |
330 | 2024-08-27T22:47:37.849Z | Downloaded anstyle v1.0.8 |
331 | 2024-08-27T22:47:37.849Z | Downloaded zerocopy-derive v0.7.34 |
332 | 2024-08-27T22:47:37.849Z | Downloaded proc-macro-error v1.0.4 |
333 | 2024-08-27T22:47:37.858Z | Downloaded bytecount v0.6.8 |
334 | 2024-08-27T22:47:37.858Z | Downloaded cargo-platform v0.1.8 |
335 | 2024-08-27T22:47:37.858Z | Downloaded equivalent v1.0.1 |
336 | 2024-08-27T22:47:37.858Z | Downloaded pretty-hex v0.4.1 |
337 | 2024-08-27T22:47:37.879Z | Downloaded swrite v0.1.0 |
338 | 2024-08-27T22:47:37.879Z | Downloaded is_terminal_polyfill v1.70.0 |
339 | 2024-08-27T22:47:37.879Z | Downloaded anstream v0.6.14 |
340 | 2024-08-27T22:47:37.879Z | Downloaded thiserror-impl v1.0.63 |
341 | 2024-08-27T22:47:37.884Z | Downloaded digest v0.10.7 |
342 | 2024-08-27T22:47:37.884Z | Downloaded autocfg v1.3.0 |
343 | 2024-08-27T22:47:37.884Z | Downloaded textwrap v0.16.1 |
344 | 2024-08-27T22:47:37.884Z | Downloaded camino v1.1.9 |
345 | 2024-08-27T22:47:37.884Z | Downloaded ucd-trie v0.1.6 |
346 | 2024-08-27T22:47:37.884Z | Downloaded log v0.4.21 |
347 | 2024-08-27T22:47:37.884Z | Downloaded proc-macro2 v1.0.86 |
348 | 2024-08-27T22:47:37.887Z | Downloaded unicode-linebreak v0.1.5 |
349 | 2024-08-27T22:47:37.893Z | Downloaded heck v0.5.0 |
350 | 2024-08-27T22:47:37.893Z | Downloaded fs-err v2.11.0 |
351 | 2024-08-27T22:47:37.893Z | Downloaded anstyle-query v1.0.3 |
352 | 2024-08-27T22:47:37.893Z | Downloaded cargo_toml v0.20.4 |
353 | 2024-08-27T22:47:37.893Z | Downloaded proc-macro-error-attr v1.0.4 |
354 | 2024-08-27T22:47:37.897Z | Downloaded macaddr v1.0.1 |
355 | 2024-08-27T22:47:37.897Z | Downloaded generic-array v0.14.7 |
356 | 2024-08-27T22:47:37.897Z | Downloaded fastrand v2.1.0 |
357 | 2024-08-27T22:47:37.900Z | Downloaded toml_datetime v0.6.8 |
358 | 2024-08-27T22:47:37.900Z | Downloaded clap_derive v4.5.13 |
359 | 2024-08-27T22:47:37.903Z | Downloaded version_check v0.9.5 |
360 | 2024-08-27T22:47:37.903Z | Downloaded thiserror v1.0.63 |
361 | 2024-08-27T22:47:37.908Z | Downloaded tabled_derive v0.7.0 |
362 | 2024-08-27T22:47:37.915Z | Downloaded usdt v0.5.0 |
363 | 2024-08-27T22:47:37.915Z | Downloaded terminal_size v0.3.0 |
364 | 2024-08-27T22:47:37.915Z | Downloaded memmap v0.7.0 |
365 | 2024-08-27T22:47:37.915Z | Downloaded usdt-macro v0.5.0 |
366 | 2024-08-27T22:47:37.918Z | Downloaded serde_derive v1.0.208 |
367 | 2024-08-27T22:47:37.918Z | Downloaded bitflags v2.6.0 |
368 | 2024-08-27T22:47:37.922Z | Downloaded toml v0.8.19 |
369 | 2024-08-27T22:47:37.927Z | Downloaded semver v1.0.23 |
370 | 2024-08-27T22:47:37.932Z | Downloaded pest_derive v2.7.10 |
371 | 2024-08-27T22:47:37.935Z | Downloaded quote v1.0.36 |
372 | 2024-08-27T22:47:37.952Z | Downloaded usdt-impl v0.5.0 |
373 | 2024-08-27T22:47:37.988Z | Downloaded serde_tokenstream v0.2.2 |
374 | 2024-08-27T22:47:37.988Z | Downloaded scroll v0.12.0 |
375 | 2024-08-27T22:47:37.988Z | Downloaded serde v1.0.208 |
376 | 2024-08-27T22:47:37.988Z | Downloaded clap v4.5.16 |
377 | 2024-08-27T22:47:37.988Z | Downloaded unicode-ident v1.0.12 |
378 | 2024-08-27T22:47:37.993Z | Downloaded typenum v1.17.0 |
379 | 2024-08-27T22:47:37.993Z | Downloaded pest_meta v2.7.10 |
380 | 2024-08-27T22:47:37.993Z | Downloaded smawk v0.3.2 |
381 | 2024-08-27T22:47:37.993Z | Downloaded ryu v1.0.18 |
382 | 2024-08-27T22:47:37.993Z | Downloaded memchr v2.7.2 |
383 | 2024-08-27T22:47:37.993Z | Downloaded papergrid v0.11.0 |
384 | 2024-08-27T22:47:37.993Z | Downloaded thread-id v4.2.1 |
385 | 2024-08-27T22:47:37.993Z | Downloaded indexmap v2.4.0 |
386 | 2024-08-27T22:47:38.012Z | Downloaded pest v2.7.10 |
387 | 2024-08-27T22:47:38.029Z | Downloaded toml_edit v0.22.20 |
388 | 2024-08-27T22:47:38.045Z | Downloaded clap_builder v4.5.15 |
389 | 2024-08-27T22:47:38.059Z | Downloaded hashbrown v0.14.5 |
390 | 2024-08-27T22:47:38.062Z | Downloaded serde_json v1.0.125 |
391 | 2024-08-27T22:47:38.073Z | Downloaded winnow v0.6.18 |
392 | 2024-08-27T22:47:38.085Z | Downloaded zerocopy v0.7.34 |
393 | 2024-08-27T22:47:38.088Z | Downloaded tabled v0.15.0 |
394 | 2024-08-27T22:47:38.101Z | Downloaded syn v2.0.74 |
395 | 2024-08-27T22:47:38.115Z | Downloaded syn v1.0.109 |
396 | 2024-08-27T22:47:38.123Z | Downloaded rustix v0.38.34 |
397 | 2024-08-27T22:47:38.144Z | Downloaded goblin v0.8.2 |
398 | 2024-08-27T22:47:38.149Z | Downloaded unicode-width v0.1.13 |
399 | 2024-08-27T22:47:38.162Z | Downloaded libc v0.2.156 |
400 | 2024-08-27T22:47:38.462Z | Compiling proc-macro2 v1.0.86 |
401 | 2024-08-27T22:47:38.462Z | Compiling unicode-ident v1.0.12 |
402 | 2024-08-27T22:47:38.476Z | Compiling version_check v0.9.5 |
403 | 2024-08-27T22:47:38.476Z | Compiling serde v1.0.208 |
404 | 2024-08-27T22:47:38.476Z | Compiling thiserror v1.0.63 |
405 | 2024-08-27T22:47:38.476Z | Compiling memchr v2.7.2 |
406 | 2024-08-27T22:47:38.476Z | Compiling libc v0.2.156 |
407 | 2024-08-27T22:47:38.476Z | Compiling itoa v1.0.11 |
408 | 2024-08-27T22:47:38.708Z | Compiling ryu v1.0.18 |
409 | 2024-08-27T22:47:38.793Z | Compiling ucd-trie v0.1.6 |
410 | 2024-08-27T22:47:39.056Z | Compiling once_cell v1.19.0 |
411 | 2024-08-27T22:47:39.321Z | Compiling byteorder v1.5.0 |
412 | 2024-08-27T22:47:39.425Z | Compiling rustix v0.38.34 |
413 | 2024-08-27T22:47:39.466Z | Compiling serde_json v1.0.125 |
414 | 2024-08-27T22:47:39.761Z | Compiling bitflags v2.6.0 |
415 | 2024-08-27T22:47:39.906Z | Compiling usdt-impl v0.5.0 |
416 | 2024-08-27T22:47:40.162Z | Compiling quote v1.0.36 |
417 | 2024-08-27T22:47:40.214Z | Compiling proc-macro-error-attr v1.0.4 |
418 | 2024-08-27T22:47:40.273Z | Compiling syn v1.0.109 |
419 | 2024-08-27T22:47:40.345Z | Compiling proc-macro-error v1.0.4 |
420 | 2024-08-27T22:47:40.462Z | Compiling utf8parse v0.2.1 |
421 | 2024-08-27T22:47:40.597Z | Compiling syn v2.0.74 |
422 | 2024-08-27T22:47:40.653Z | Compiling errno v0.3.9 |
423 | 2024-08-27T22:47:40.776Z | Compiling equivalent v1.0.1 |
424 | 2024-08-27T22:47:40.893Z | Compiling plain v0.2.3 |
425 | 2024-08-27T22:47:40.905Z | Compiling camino v1.1.9 |
426 | 2024-08-27T22:47:40.941Z | Compiling log v0.4.21 |
427 | 2024-08-27T22:47:41.039Z | Compiling thread-id v4.2.1 |
428 | 2024-08-27T22:47:41.064Z | Compiling hashbrown v0.14.5 |
429 | 2024-08-27T22:47:41.304Z | Compiling anstyle-parse v0.2.4 |
430 | 2024-08-27T22:47:41.645Z | Compiling anstyle v1.0.8 |
431 | 2024-08-27T22:47:41.693Z | Compiling pretty-hex v0.4.1 |
432 | 2024-08-27T22:47:41.760Z | Compiling semver v1.0.23 |
433 | 2024-08-27T22:47:41.943Z | Compiling unicode-width v0.1.13 |
434 | 2024-08-27T22:47:42.005Z | Compiling winnow v0.6.18 |
435 | 2024-08-27T22:47:42.172Z | Compiling is_terminal_polyfill v1.70.0 |
436 | 2024-08-27T22:47:42.192Z | Compiling autocfg v1.3.0 |
437 | 2024-08-27T22:47:42.290Z | Compiling colorchoice v1.0.1 |
438 | 2024-08-27T22:47:42.318Z | Compiling indexmap v2.4.0 |
439 | 2024-08-27T22:47:42.416Z | Compiling anstyle-query v1.0.3 |
440 | 2024-08-27T22:47:42.552Z | Compiling anstream v0.6.14 |
441 | 2024-08-27T22:47:42.839Z | Compiling strsim v0.11.1 |
442 | 2024-08-27T22:47:43.168Z | Compiling fs-err v2.11.0 |
443 | 2024-08-27T22:47:43.319Z | Compiling terminal_size v0.3.0 |
444 | 2024-08-27T22:47:43.508Z | Compiling cfg-if v1.0.0 |
445 | 2024-08-27T22:47:43.529Z | Compiling clap_lex v0.7.0 |
446 | 2024-08-27T22:47:43.590Z | Compiling bytecount v0.6.8 |
447 | 2024-08-27T22:47:43.627Z | Compiling fastrand v2.1.0 |
448 | 2024-08-27T22:47:43.795Z | Compiling anyhow v1.0.86 |
449 | 2024-08-27T22:47:43.817Z | Compiling fnv v1.0.7 |
450 | 2024-08-27T22:47:43.821Z | Compiling heck v0.4.1 |
451 | 2024-08-27T22:47:43.945Z | Compiling heck v0.5.0 |
452 | 2024-08-27T22:47:44.183Z | Compiling tempfile v3.10.1 |
453 | 2024-08-27T22:47:44.311Z | Compiling papergrid v0.11.0 |
454 | 2024-08-27T22:47:44.478Z | Compiling clap_builder v4.5.15 |
455 | 2024-08-27T22:47:44.763Z | Compiling memmap v0.7.0 |
456 | 2024-08-27T22:47:44.786Z | Compiling unicode-linebreak v0.1.5 |
457 | 2024-08-27T22:47:45.003Z | Compiling smawk v0.3.2 |
458 | 2024-08-27T22:47:45.220Z | Compiling textwrap v0.16.1 |
459 | 2024-08-27T22:47:45.795Z | Compiling swrite v0.1.0 |
460 | 2024-08-27T22:47:46.886Z | Compiling tabled_derive v0.7.0 |
461 | 2024-08-27T22:47:48.361Z | Compiling tabled v0.15.0 |
462 | 2024-08-27T22:47:52.043Z | Compiling serde_derive v1.0.208 |
463 | 2024-08-27T22:47:52.044Z | Compiling thiserror-impl v1.0.63 |
464 | 2024-08-27T22:47:52.209Z | Compiling zerocopy-derive v0.7.34 |
465 | 2024-08-27T22:47:52.209Z | Compiling scroll_derive v0.12.0 |
466 | 2024-08-27T22:47:52.209Z | Compiling clap_derive v4.5.13 |
467 | 2024-08-27T22:47:52.209Z | Compiling scroll v0.12.0 |
468 | 2024-08-27T22:47:52.209Z | Compiling goblin v0.8.2 |
469 | 2024-08-27T22:47:52.209Z | Compiling zerocopy v0.7.34 |
470 | 2024-08-27T22:47:52.243Z | Compiling pest v2.7.10 |
471 | 2024-08-27T22:47:53.430Z | Compiling clap v4.5.16 |
472 | 2024-08-27T22:47:54.468Z | Compiling pest_meta v2.7.10 |
473 | 2024-08-27T22:47:55.275Z | Compiling pest_generator v2.7.10 |
474 | 2024-08-27T22:47:57.171Z | Compiling pest_derive v2.7.10 |
475 | 2024-08-27T22:47:57.899Z | Compiling dtrace-parser v0.2.0 |
476 | 2024-08-27T22:47:59.603Z | Compiling serde_spanned v0.6.7 |
477 | 2024-08-27T22:47:59.617Z | Compiling toml_datetime v0.6.8 |
478 | 2024-08-27T22:47:59.617Z | Compiling cargo-platform v0.1.8 |
479 | 2024-08-27T22:47:59.982Z | Compiling serde_tokenstream v0.2.2 |
480 | 2024-08-27T22:48:00.029Z | Compiling toml_edit v0.22.20 |
481 | 2024-08-27T22:48:00.187Z | Compiling macaddr v1.0.1 |
482 | 2024-08-27T22:48:04.067Z | Compiling camino-tempfile v1.1.1 |
483 | 2024-08-27T22:48:04.149Z | Compiling dof v0.3.0 |
484 | 2024-08-27T22:48:04.149Z | Compiling cargo_metadata v0.18.1 |
485 | 2024-08-27T22:48:04.149Z | Compiling toml v0.8.19 |
486 | 2024-08-27T22:48:04.149Z | Compiling usdt-attr-macro v0.5.0 |
487 | 2024-08-27T22:48:04.149Z | Compiling usdt-macro v0.5.0 |
488 | 2024-08-27T22:48:04.149Z | Compiling cargo_toml v0.20.4 |
489 | 2024-08-27T22:48:04.341Z | Compiling usdt v0.5.0 |
490 | 2024-08-27T22:48:07.438Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
491 | 2024-08-27T22:48:11.597Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 53.02s |
492 | 2024-08-27T22:48:11.845Z | Running `target/debug/xtask download cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
493 | 2024-08-27T22:48:12.394Z | Downloading crates ... |
494 | 2024-08-27T22:48:12.523Z | Downloaded async-stream v0.3.5 |
495 | 2024-08-27T22:48:12.550Z | Downloaded async-trait v0.1.81 |
496 | 2024-08-27T22:48:12.553Z | Downloaded base64ct v1.6.0 |
497 | 2024-08-27T22:48:12.553Z | Downloaded atomicwrites v0.4.3 |
498 | 2024-08-27T22:48:12.553Z | Downloaded bitstruct v0.1.1 |
499 | 2024-08-27T22:48:12.553Z | Downloaded indent_write v2.2.0 |
500 | 2024-08-27T22:48:12.559Z | Downloaded is-terminal v0.4.12 |
501 | 2024-08-27T22:48:12.559Z | Downloaded match_cfg v0.1.0 |
502 | 2024-08-27T22:48:12.559Z | Downloaded darling_macro v0.20.9 |
503 | 2024-08-27T22:48:12.559Z | Downloaded crucible-workspace-hack v0.1.0 |
504 | 2024-08-27T22:48:12.565Z | Downloaded num-derive v0.4.2 |
505 | 2024-08-27T22:48:12.573Z | Downloaded array-init v0.0.4 |
506 | 2024-08-27T22:48:12.584Z | Downloaded instant v0.1.12 |
507 | 2024-08-27T22:48:12.584Z | Downloaded newline-converter v0.3.0 |
508 | 2024-08-27T22:48:12.584Z | Downloaded ciborium-io v0.2.2 |
509 | 2024-08-27T22:48:12.584Z | Downloaded number_prefix v0.4.0 |
510 | 2024-08-27T22:48:12.584Z | Downloaded base16ct v0.2.0 |
511 | 2024-08-27T22:48:12.584Z | Downloaded newtype_derive v0.1.6 |
512 | 2024-08-27T22:48:12.584Z | Downloaded cipher v0.4.4 |
513 | 2024-08-27T22:48:12.584Z | Downloaded bitfield v0.14.0 |
514 | 2024-08-27T22:48:12.586Z | Downloaded convert_case v0.4.0 |
515 | 2024-08-27T22:48:12.586Z | Downloaded openssl-probe v0.1.5 |
516 | 2024-08-27T22:48:12.586Z | Downloaded cexpr v0.6.0 |
517 | 2024-08-27T22:48:12.590Z | Downloaded ascii-canvas v3.0.0 |
518 | 2024-08-27T22:48:12.593Z | Downloaded colored v2.1.0 |
519 | 2024-08-27T22:48:12.593Z | Downloaded adler v1.0.2 |
520 | 2024-08-27T22:48:12.600Z | Downloaded managed v0.8.0 |
521 | 2024-08-27T22:48:12.605Z | Downloaded kstat-rs v0.2.4 |
522 | 2024-08-27T22:48:12.605Z | Downloaded debug-ignore v1.0.5 |
523 | 2024-08-27T22:48:12.617Z | Downloaded cbc v0.1.2 |
524 | 2024-08-27T22:48:12.617Z | Downloaded nibble_vec v0.1.0 |
525 | 2024-08-27T22:48:12.617Z | Downloaded num-iter v0.1.45 |
526 | 2024-08-27T22:48:12.618Z | Downloaded linked-hash-map v0.5.6 |
527 | 2024-08-27T22:48:12.618Z | Downloaded memoffset v0.9.1 |
528 | 2024-08-27T22:48:12.618Z | Downloaded async-bb8-diesel v0.2.1 |
529 | 2024-08-27T22:48:12.618Z | Downloaded lazycell v1.3.0 |
530 | 2024-08-27T22:48:12.618Z | Downloaded libsw v3.3.1 |
531 | 2024-08-27T22:48:12.624Z | Downloaded cobs v0.2.3 |
532 | 2024-08-27T22:48:12.624Z | Downloaded hyper-staticfile v0.9.5 |
533 | 2024-08-27T22:48:12.628Z | Downloaded multimap v0.10.0 |
534 | 2024-08-27T22:48:12.628Z | Downloaded assert_matches v1.5.0 |
535 | 2024-08-27T22:48:12.629Z | Downloaded iana-time-zone v0.1.60 |
536 | 2024-08-27T22:48:12.631Z | Downloaded num-complex v0.4.6 |
537 | 2024-08-27T22:48:12.632Z | Downloaded backoff v0.4.0 |
538 | 2024-08-27T22:48:12.634Z | Downloaded signature v2.2.0 |
539 | 2024-08-27T22:48:12.634Z | Downloaded cassowary v0.3.0 |
540 | 2024-08-27T22:48:12.640Z | Downloaded num_enum_derive v0.5.11 |
541 | 2024-08-27T22:48:12.643Z | Downloaded nu-ansi-term v0.50.0 |
542 | 2024-08-27T22:48:12.643Z | Downloaded lru v0.12.3 |
543 | 2024-08-27T22:48:12.643Z | Downloaded indicatif v0.17.8 |
544 | 2024-08-27T22:48:12.647Z | Downloaded cookie_store v0.20.0 |
545 | 2024-08-27T22:48:12.650Z | Downloaded owo-colors v4.0.0 |
546 | 2024-08-27T22:48:12.654Z | Downloaded mime_guess v2.0.4 |
547 | 2024-08-27T22:48:12.660Z | Downloaded termtree v0.4.1 |
548 | 2024-08-27T22:48:12.660Z | Downloaded bitstruct_derive v0.1.0 |
549 | 2024-08-27T22:48:12.660Z | Downloaded opaque-debug v0.3.1 |
550 | 2024-08-27T22:48:12.663Z | Downloaded ident_case v1.0.1 |
551 | 2024-08-27T22:48:12.663Z | Downloaded darling v0.20.9 |
552 | 2024-08-27T22:48:12.666Z | Downloaded cfg_aliases v0.1.1 |
553 | 2024-08-27T22:48:12.666Z | Downloaded num-conv v0.1.0 |
554 | 2024-08-27T22:48:12.666Z | Downloaded crunchy v0.2.2 |
555 | 2024-08-27T22:48:12.670Z | Downloaded cookie v0.18.1 |
556 | 2024-08-27T22:48:12.673Z | Downloaded is_ci v1.2.0 |
557 | 2024-08-27T22:48:12.673Z | Downloaded hubpack v0.1.2 |
558 | 2024-08-27T22:48:12.673Z | Downloaded crc32fast v1.4.0 |
559 | 2024-08-27T22:48:12.687Z | Downloaded cstr-argument v0.1.2 |
560 | 2024-08-27T22:48:12.687Z | Downloaded const_format_proc_macros v0.2.32 |
561 | 2024-08-27T22:48:12.687Z | Downloaded chacha20 v0.9.1 |
562 | 2024-08-27T22:48:12.687Z | Downloaded strum v0.26.3 |
563 | 2024-08-27T22:48:12.687Z | Downloaded serde-big-array v0.5.1 |
564 | 2024-08-27T22:48:12.687Z | Downloaded miniz_oxide v0.7.2 |
565 | 2024-08-27T22:48:12.687Z | Downloaded arrayvec v0.7.4 |
566 | 2024-08-27T22:48:12.691Z | Downloaded aead v0.5.2 |
567 | 2024-08-27T22:48:12.691Z | Downloaded omicron-zone-package v0.11.0 |
568 | 2024-08-27T22:48:12.694Z | Downloaded num-traits v0.2.19 |
569 | 2024-08-27T22:48:12.697Z | Downloaded oso-derive v0.27.3 |
570 | 2024-08-27T22:48:12.715Z | Downloaded openssl-macros v0.1.1 |
571 | 2024-08-27T22:48:12.715Z | Downloaded crc-any v2.5.0 |
572 | 2024-08-27T22:48:12.715Z | Downloaded normalize-line-endings v0.3.0 |
573 | 2024-08-27T22:48:12.715Z | Downloaded crossbeam-epoch v0.9.18 |
574 | 2024-08-27T22:48:12.718Z | Downloaded num_threads v0.1.7 |
575 | 2024-08-27T22:48:12.718Z | Downloaded new_debug_unreachable v1.0.6 |
576 | 2024-08-27T22:48:12.718Z | Downloaded const-oid v0.9.6 |
577 | 2024-08-27T22:48:12.718Z | Downloaded tinyvec_macros v0.1.1 |
578 | 2024-08-27T22:48:12.718Z | Downloaded strip-ansi-escapes v0.2.0 |
579 | 2024-08-27T22:48:12.718Z | Downloaded hyper-tls v0.5.0 |
580 | 2024-08-27T22:48:12.718Z | Downloaded ipnetwork v0.20.0 |
581 | 2024-08-27T22:48:12.718Z | Downloaded indoc v1.0.9 |
582 | 2024-08-27T22:48:12.721Z | Downloaded mime v0.3.17 |
583 | 2024-08-27T22:48:12.721Z | Downloaded md-5 v0.10.6 |
584 | 2024-08-27T22:48:12.724Z | Downloaded castaway v0.2.3 |
585 | 2024-08-27T22:48:12.724Z | Downloaded instability v0.3.2 |
586 | 2024-08-27T22:48:12.727Z | Downloaded crossbeam-deque v0.8.5 |
587 | 2024-08-27T22:48:12.727Z | Downloaded num-integer v0.1.46 |
588 | 2024-08-27T22:48:12.729Z | Downloaded foreign-types-shared v0.3.1 |
589 | 2024-08-27T22:48:12.729Z | Downloaded endian-type v0.1.2 |
590 | 2024-08-27T22:48:12.735Z | Downloaded constant_time_eq v0.3.0 |
591 | 2024-08-27T22:48:12.735Z | Downloaded ciborium-ll v0.2.2 |
592 | 2024-08-27T22:48:12.735Z | Downloaded bitfield-struct v0.6.1 |
593 | 2024-08-27T22:48:12.735Z | Downloaded impl-trait-for-tuples v0.2.2 |
594 | 2024-08-27T22:48:12.746Z | Downloaded buf-list v1.0.3 |
595 | 2024-08-27T22:48:12.747Z | Downloaded num v0.4.3 |
596 | 2024-08-27T22:48:12.747Z | Downloaded data-encoding v2.6.0 |
597 | 2024-08-27T22:48:12.747Z | Downloaded newtype-uuid v1.1.0 |
598 | 2024-08-27T22:48:12.747Z | Downloaded native-tls v0.2.11 |
599 | 2024-08-27T22:48:12.747Z | Downloaded defmt v0.3.8 |
600 | 2024-08-27T22:48:12.749Z | Downloaded crc-catalog v2.4.0 |
601 | 2024-08-27T22:48:12.753Z | Downloaded slog-envlogger v2.2.0 |
602 | 2024-08-27T22:48:12.756Z | Downloaded structmeta-derive v0.3.0 |
603 | 2024-08-27T22:48:12.756Z | Downloaded mockall v0.13.0 |
604 | 2024-08-27T22:48:12.759Z | Downloaded foreign-types-shared v0.1.1 |
605 | 2024-08-27T22:48:12.759Z | Downloaded foreign-types-macros v0.2.3 |
606 | 2024-08-27T22:48:12.759Z | Downloaded num_enum v0.5.11 |
607 | 2024-08-27T22:48:12.765Z | Downloaded semver v0.1.20 |
608 | 2024-08-27T22:48:12.778Z | Downloaded lru-cache v0.1.2 |
609 | 2024-08-27T22:48:12.778Z | Downloaded lazy_static v1.5.0 |
610 | 2024-08-27T22:48:12.781Z | Downloaded nodrop v0.1.14 |
611 | 2024-08-27T22:48:12.781Z | Downloaded slab v0.4.9 |
612 | 2024-08-27T22:48:12.781Z | Downloaded shlex v1.3.0 |
613 | 2024-08-27T22:48:12.781Z | Downloaded stable_deref_trait v1.2.0 |
614 | 2024-08-27T22:48:12.781Z | Downloaded wyz v0.5.1 |
615 | 2024-08-27T22:48:12.781Z | Downloaded tabwriter v1.4.0 |
616 | 2024-08-27T22:48:12.781Z | Downloaded bytes v1.7.1 |
617 | 2024-08-27T22:48:12.781Z | Downloaded memmap2 v0.9.4 |
618 | 2024-08-27T22:48:12.784Z | Downloaded hubpack_derive v0.1.1 |
619 | 2024-08-27T22:48:12.784Z | Downloaded linear-map v1.2.0 |
620 | 2024-08-27T22:48:12.787Z | Downloaded arc-swap v1.7.1 |
621 | 2024-08-27T22:48:12.790Z | Downloaded base64 v0.21.7 |
622 | 2024-08-27T22:48:12.795Z | Downloaded derive_builder_macro v0.20.0 |
623 | 2024-08-27T22:48:12.800Z | Downloaded topological-sort v0.2.2 |
624 | 2024-08-27T22:48:12.800Z | Downloaded ciborium v0.2.2 |
625 | 2024-08-27T22:48:12.803Z | Downloaded tokio-rustls v0.25.0 |
626 | 2024-08-27T22:48:12.803Z | Downloaded jobserver v0.1.32 |
627 | 2024-08-27T22:48:12.805Z | Downloaded multer v3.1.0 |
628 | 2024-08-27T22:48:12.808Z | Downloaded libefi-sys v0.1.0 |
629 | 2024-08-27T22:48:12.811Z | Downloaded packed_struct v0.10.1 |
630 | 2024-08-27T22:48:12.811Z | Downloaded dsl_auto_type v0.1.2 |
631 | 2024-08-27T22:48:12.814Z | Downloaded csv-core v0.1.11 |
632 | 2024-08-27T22:48:12.814Z | Downloaded uzers v0.11.3 |
633 | 2024-08-27T22:48:12.817Z | Downloaded olpc-cjson v0.1.3 |
634 | 2024-08-27T22:48:12.819Z | Downloaded bzip2 v0.4.4 |
635 | 2024-08-27T22:48:12.819Z | Downloaded num-rational v0.4.2 |
636 | 2024-08-27T22:48:12.822Z | Downloaded serde_with_macros v3.9.0 |
637 | 2024-08-27T22:48:12.825Z | Downloaded spin v0.9.8 |
638 | 2024-08-27T22:48:12.828Z | Downloaded maplit v1.0.2 |
639 | 2024-08-27T22:48:12.828Z | Downloaded ff v0.13.0 |
640 | 2024-08-27T22:48:12.830Z | Downloaded thread_local v1.1.8 |
641 | 2024-08-27T22:48:12.833Z | Downloaded addr2line v0.21.0 |
642 | 2024-08-27T22:48:12.836Z | Downloaded ahash v0.8.11 |
643 | 2024-08-27T22:48:12.838Z | Downloaded lock_api v0.4.12 |
644 | 2024-08-27T22:48:12.839Z | Downloaded keccak v0.1.5 |
645 | 2024-08-27T22:48:12.841Z | Downloaded unicode-truncate v1.0.0 |
646 | 2024-08-27T22:48:12.844Z | Downloaded mockall_derive v0.13.0 |
647 | 2024-08-27T22:48:12.844Z | Downloaded ascii v1.1.0 |
648 | 2024-08-27T22:48:12.847Z | Downloaded libloading v0.8.3 |
649 | 2024-08-27T22:48:12.875Z | Downloaded ipnet v2.9.0 |
650 | 2024-08-27T22:48:12.875Z | Downloaded indexmap v1.9.3 |
651 | 2024-08-27T22:48:12.875Z | Downloaded tokio-stream v0.1.15 |
652 | 2024-08-27T22:48:12.875Z | Downloaded der_derive v0.7.2 |
653 | 2024-08-27T22:48:12.875Z | Downloaded r2d2 v0.8.10 |
654 | 2024-08-27T22:48:12.875Z | Downloaded cookie v0.17.0 |
655 | 2024-08-27T22:48:12.875Z | Downloaded packed_struct_codegen v0.10.1 |
656 | 2024-08-27T22:48:12.875Z | Downloaded parse-size v1.0.0 |
657 | 2024-08-27T22:48:12.875Z | Downloaded cancel-safe-futures v0.1.5 |
658 | 2024-08-27T22:48:12.875Z | Downloaded radium v0.7.0 |
659 | 2024-08-27T22:48:12.875Z | Downloaded pin-utils v0.1.0 |
660 | 2024-08-27T22:48:12.878Z | Downloaded humantime v2.1.0 |
661 | 2024-08-27T22:48:12.878Z | Downloaded httpdate v1.0.3 |
662 | 2024-08-27T22:48:12.878Z | Downloaded signal-hook-mio v0.2.4 |
663 | 2024-08-27T22:48:12.881Z | Downloaded shell-words v1.1.0 |
664 | 2024-08-27T22:48:12.883Z | Downloaded mio v1.0.2 |
665 | 2024-08-27T22:48:12.887Z | Downloaded walkdir v2.5.0 |
666 | 2024-08-27T22:48:12.890Z | Downloaded scrypt v0.11.0 |
667 | 2024-08-27T22:48:12.893Z | Downloaded getopts v0.2.21 |
668 | 2024-08-27T22:48:12.893Z | Downloaded phf_shared v0.10.0 |
669 | 2024-08-27T22:48:12.895Z | Downloaded rustfmt-wrapper v0.2.1 |
670 | 2024-08-27T22:48:12.895Z | Downloaded getrandom v0.2.14 |
671 | 2024-08-27T22:48:12.898Z | Downloaded spin v0.5.2 |
672 | 2024-08-27T22:48:12.901Z | Downloaded allocator-api2 v0.2.18 |
673 | 2024-08-27T22:48:12.903Z | Downloaded signal-hook-registry v1.4.2 |
674 | 2024-08-27T22:48:12.914Z | Downloaded sec1 v0.7.3 |
675 | 2024-08-27T22:48:12.917Z | Downloaded sync_wrapper v0.1.2 |
676 | 2024-08-27T22:48:12.919Z | Downloaded sigpipe v0.1.3 |
677 | 2024-08-27T22:48:12.919Z | Downloaded which v4.4.2 |
678 | 2024-08-27T22:48:12.922Z | Downloaded tokio-macros v2.4.0 |
679 | 2024-08-27T22:48:12.922Z | Downloaded fallible-iterator v0.2.0 |
680 | 2024-08-27T22:48:12.925Z | Downloaded hyper-rustls v0.24.2 |
681 | 2024-08-27T22:48:12.928Z | Downloaded embedded-io v0.4.0 |
682 | 2024-08-27T22:48:12.930Z | Downloaded spki v0.7.3 |
683 | 2024-08-27T22:48:12.933Z | Downloaded supports-color v3.0.0 |
684 | 2024-08-27T22:48:12.933Z | Downloaded try-lock v0.2.5 |
685 | 2024-08-27T22:48:12.935Z | Downloaded group v0.13.0 |
686 | 2024-08-27T22:48:12.935Z | Downloaded serde_plain v1.0.2 |
687 | 2024-08-27T22:48:12.938Z | Downloaded subtle v2.5.0 |
688 | 2024-08-27T22:48:12.938Z | Downloaded parking_lot v0.11.2 |
689 | 2024-08-27T22:48:12.941Z | Downloaded parse-display-derive v0.10.0 |
690 | 2024-08-27T22:48:12.944Z | Downloaded phf v0.11.2 |
691 | 2024-08-27T22:48:12.947Z | Downloaded phf_shared v0.11.2 |
692 | 2024-08-27T22:48:12.947Z | Downloaded fallible-iterator v0.3.0 |
693 | 2024-08-27T22:48:12.947Z | Downloaded dirs-sys-next v0.1.2 |
694 | 2024-08-27T22:48:12.949Z | Downloaded dirs-next v2.0.0 |
695 | 2024-08-27T22:48:12.949Z | Downloaded foreign-types v0.3.2 |
696 | 2024-08-27T22:48:12.953Z | Downloaded filetime v0.2.24 |
697 | 2024-08-27T22:48:12.953Z | Downloaded xattr v1.3.1 |
698 | 2024-08-27T22:48:12.955Z | Downloaded diesel_table_macro_syntax v0.2.0 |
699 | 2024-08-27T22:48:12.955Z | Downloaded crypto-bigint v0.5.5 |
700 | 2024-08-27T22:48:12.963Z | Downloaded crossbeam-utils v0.8.19 |
701 | 2024-08-27T22:48:12.966Z | Downloaded funty v2.0.0 |
702 | 2024-08-27T22:48:12.968Z | Downloaded compact_str v0.8.0 |
703 | 2024-08-27T22:48:12.971Z | Downloaded utf-8 v0.7.6 |
704 | 2024-08-27T22:48:12.973Z | Downloaded hashlink v0.9.1 |
705 | 2024-08-27T22:48:12.976Z | Downloaded signal-hook-tokio v0.3.1 |
706 | 2024-08-27T22:48:12.976Z | Downloaded thiserror-no-std v2.0.2 |
707 | 2024-08-27T22:48:12.980Z | Downloaded salsa20 v0.10.2 |
708 | 2024-08-27T22:48:12.982Z | Downloaded portpicker v0.1.1 |
709 | 2024-08-27T22:48:12.982Z | Downloaded schemars_derive v0.8.21 |
710 | 2024-08-27T22:48:12.985Z | Downloaded snafu v0.8.2 |
711 | 2024-08-27T22:48:12.991Z | Downloaded base64 v0.22.1 |
712 | 2024-08-27T22:48:12.995Z | Downloaded siphasher v0.3.11 |
713 | 2024-08-27T22:48:12.997Z | Downloaded erased-serde v0.3.31 |
714 | 2024-08-27T22:48:13.000Z | Downloaded tungstenite v0.20.1 |
715 | 2024-08-27T22:48:13.004Z | Downloaded zip v0.6.6 |
716 | 2024-08-27T22:48:13.008Z | Downloaded tower-service v0.3.2 |
717 | 2024-08-27T22:48:13.011Z | Downloaded sha1 v0.10.6 |
718 | 2024-08-27T22:48:13.011Z | Downloaded untrusted v0.7.1 |
719 | 2024-08-27T22:48:13.014Z | Downloaded libm v0.2.8 |
720 | 2024-08-27T22:48:13.020Z | Downloaded tls_codec_derive v0.4.1 |
721 | 2024-08-27T22:48:13.023Z | Downloaded either v1.13.0 |
722 | 2024-08-27T22:48:13.025Z | Downloaded num-bigint-dig v0.8.4 |
723 | 2024-08-27T22:48:13.030Z | Downloaded sct v0.7.1 |
724 | 2024-08-27T22:48:13.033Z | Downloaded zone_cfg_derive v0.1.2 |
725 | 2024-08-27T22:48:13.036Z | Downloaded socket2 v0.4.10 |
726 | 2024-08-27T22:48:13.039Z | Downloaded const_format v0.2.32 |
727 | 2024-08-27T22:48:13.042Z | Downloaded chacha20poly1305 v0.10.1 |
728 | 2024-08-27T22:48:13.045Z | Downloaded pin-project-internal v1.1.5 |
729 | 2024-08-27T22:48:13.048Z | Downloaded signal-hook v0.3.17 |
730 | 2024-08-27T22:48:13.051Z | Downloaded openssl-sys v0.9.103 |
731 | 2024-08-27T22:48:13.054Z | Downloaded cc v1.0.97 |
732 | 2024-08-27T22:48:13.058Z | Downloaded tokio-tungstenite v0.21.0 |
733 | 2024-08-27T22:48:13.060Z | Downloaded hostname v0.4.0 |
734 | 2024-08-27T22:48:13.063Z | Downloaded futures-executor v0.3.30 |
735 | 2024-08-27T22:48:13.066Z | Downloaded strum_macros v0.26.4 |
736 | 2024-08-27T22:48:13.068Z | Downloaded static_assertions v1.1.0 |
737 | 2024-08-27T22:48:13.068Z | Downloaded hostname v0.3.1 |
738 | 2024-08-27T22:48:13.071Z | Downloaded home v0.5.9 |
739 | 2024-08-27T22:48:13.073Z | Downloaded toml v0.7.8 |
740 | 2024-08-27T22:48:13.076Z | Downloaded tungstenite v0.21.0 |
741 | 2024-08-27T22:48:13.078Z | Downloaded sqlformat v0.2.4 |
742 | 2024-08-27T22:48:13.081Z | Downloaded termcolor v1.4.1 |
743 | 2024-08-27T22:48:13.083Z | Downloaded tui-tree-widget v0.22.0 |
744 | 2024-08-27T22:48:13.086Z | Downloaded uuid v1.10.0 |
745 | 2024-08-27T22:48:13.089Z | Downloaded strum_macros v0.25.3 |
746 | 2024-08-27T22:48:13.091Z | Downloaded tokio-tungstenite v0.20.1 |
747 | 2024-08-27T22:48:13.094Z | Downloaded futures v0.3.30 |
748 | 2024-08-27T22:48:13.098Z | Downloaded subprocess v0.2.9 |
749 | 2024-08-27T22:48:13.101Z | Downloaded peg-runtime v0.8.3 |
750 | 2024-08-27T22:48:13.103Z | Downloaded time-core v0.1.2 |
751 | 2024-08-27T22:48:13.103Z | Downloaded tiny-keccak v2.0.2 |
752 | 2024-08-27T22:48:13.106Z | Downloaded pin-project v1.1.5 |
753 | 2024-08-27T22:48:13.118Z | Downloaded tap v1.0.1 |
754 | 2024-08-27T22:48:13.121Z | Downloaded fixedbitset v0.4.2 |
755 | 2024-08-27T22:48:13.121Z | Downloaded take_mut v0.2.2 |
756 | 2024-08-27T22:48:13.123Z | Downloaded similar v2.6.0 |
757 | 2024-08-27T22:48:13.126Z | Downloaded hash32 v0.2.1 |
758 | 2024-08-27T22:48:13.130Z | Downloaded http-range v0.1.5 |
759 | 2024-08-27T22:48:13.135Z | Downloaded rustc-hash v1.1.0 |
760 | 2024-08-27T22:48:13.135Z | Downloaded http-body v0.4.6 |
761 | 2024-08-27T22:48:13.142Z | Downloaded fragile v2.0.0 |
762 | 2024-08-27T22:48:13.142Z | Downloaded vte_generate_state_changes v0.1.1 |
763 | 2024-08-27T22:48:13.142Z | Downloaded form_urlencoded v1.2.1 |
764 | 2024-08-27T22:48:13.142Z | Downloaded pkcs8 v0.10.2 |
765 | 2024-08-27T22:48:13.145Z | Downloaded slog-async v2.8.0 |
766 | 2024-08-27T22:48:13.145Z | Downloaded mio v0.8.11 |
767 | 2024-08-27T22:48:13.148Z | Downloaded ref-cast-impl v1.0.23 |
768 | 2024-08-27T22:48:13.151Z | Downloaded heck v0.3.3 |
769 | 2024-08-27T22:48:13.151Z | Downloaded same-file v1.0.6 |
770 | 2024-08-27T22:48:13.154Z | Downloaded psl-types v2.0.11 |
771 | 2024-08-27T22:48:13.154Z | Downloaded proc-macro-crate v1.3.1 |
772 | 2024-08-27T22:48:13.157Z | Downloaded structmeta-derive v0.2.0 |
773 | 2024-08-27T22:48:13.158Z | Downloaded smf v0.2.3 |
774 | 2024-08-27T22:48:13.160Z | Downloaded headers-core v0.2.0 |
775 | 2024-08-27T22:48:13.160Z | Downloaded futures-core v0.3.30 |
776 | 2024-08-27T22:48:13.160Z | Downloaded enum-as-inner v0.6.0 |
777 | 2024-08-27T22:48:13.163Z | Downloaded rustc-demangle v0.1.24 |
778 | 2024-08-27T22:48:13.165Z | Downloaded predicates-tree v1.0.9 |
779 | 2024-08-27T22:48:13.166Z | Downloaded tracing-attributes v0.1.27 |
780 | 2024-08-27T22:48:13.168Z | Downloaded heapless v0.8.0 |
781 | 2024-08-27T22:48:13.173Z | Downloaded serde_arrays v0.1.0 |
782 | 2024-08-27T22:48:13.175Z | Downloaded derive_builder_core v0.20.0 |
783 | 2024-08-27T22:48:13.176Z | Downloaded vergen v8.3.2 |
784 | 2024-08-27T22:48:13.178Z | Downloaded termios v0.3.3 |
785 | 2024-08-27T22:48:13.181Z | Downloaded sqlparser_derive v0.2.2 |
786 | 2024-08-27T22:48:13.184Z | Downloaded futures-macro v0.3.30 |
787 | 2024-08-27T22:48:13.184Z | Downloaded thiserror-impl-no-std v2.0.2 |
788 | 2024-08-27T22:48:13.187Z | Downloaded strum_macros v0.24.3 |
789 | 2024-08-27T22:48:13.187Z | Downloaded ena v0.14.3 |
790 | 2024-08-27T22:48:13.189Z | Downloaded quick-error v1.2.3 |
791 | 2024-08-27T22:48:13.192Z | Downloaded env_logger v0.9.3 |
792 | 2024-08-27T22:48:13.195Z | Downloaded hickory-server v0.24.1 |
793 | 2024-08-27T22:48:13.198Z | Downloaded rayon-core v1.12.1 |
794 | 2024-08-27T22:48:13.202Z | Downloaded rustls-pemfile v1.0.4 |
795 | 2024-08-27T22:48:13.205Z | Downloaded pin-project-lite v0.2.14 |
796 | 2024-08-27T22:48:13.210Z | Downloaded rustc_version v0.1.7 |
797 | 2024-08-27T22:48:13.212Z | Downloaded pretty-hex v0.2.1 |
798 | 2024-08-27T22:48:13.212Z | Downloaded http v0.2.12 |
799 | 2024-08-27T22:48:13.216Z | Downloaded pem v3.0.4 |
800 | 2024-08-27T22:48:13.219Z | Downloaded string_cache v0.8.7 |
801 | 2024-08-27T22:48:13.221Z | Downloaded scheduled-thread-pool v0.2.7 |
802 | 2024-08-27T22:48:13.221Z | Downloaded libxml v0.3.3 |
803 | 2024-08-27T22:48:13.228Z | Downloaded structmeta v0.3.0 |
804 | 2024-08-27T22:48:13.239Z | Downloaded derive_builder v0.20.0 |
805 | 2024-08-27T22:48:13.239Z | Downloaded futures-io v0.3.30 |
806 | 2024-08-27T22:48:13.241Z | Downloaded slog-scope v4.4.0 |
807 | 2024-08-27T22:48:13.242Z | Downloaded stringprep v0.1.4 |
808 | 2024-08-27T22:48:13.242Z | Downloaded serde_derive_internals v0.29.1 |
809 | 2024-08-27T22:48:13.242Z | Downloaded powerfmt v0.2.0 |
810 | 2024-08-27T22:48:13.245Z | Downloaded fd-lock v4.0.2 |
811 | 2024-08-27T22:48:13.245Z | Downloaded password-hash v0.5.0 |
812 | 2024-08-27T22:48:13.249Z | Downloaded term v0.7.0 |
813 | 2024-08-27T22:48:13.251Z | Downloaded fallible-streaming-iterator v0.1.9 |
814 | 2024-08-27T22:48:13.251Z | Downloaded elliptic-curve v0.13.8 |
815 | 2024-08-27T22:48:13.255Z | Downloaded headers v0.3.9 |
816 | 2024-08-27T22:48:13.261Z | Downloaded rustls-pki-types v1.7.0 |
817 | 2024-08-27T22:48:13.264Z | Downloaded futures-channel v0.3.30 |
818 | 2024-08-27T22:48:13.266Z | Downloaded rand_xorshift v0.3.0 |
819 | 2024-08-27T22:48:13.270Z | Downloaded rustls-pemfile v2.1.3 |
820 | 2024-08-27T22:48:13.273Z | Downloaded want v0.3.1 |
821 | 2024-08-27T22:48:13.273Z | Downloaded unicode-xid v0.2.4 |
822 | 2024-08-27T22:48:13.273Z | Downloaded zone v0.1.8 |
823 | 2024-08-27T22:48:13.273Z | Downloaded pkcs5 v0.7.1 |
824 | 2024-08-27T22:48:13.277Z | Downloaded hmac v0.12.1 |
825 | 2024-08-27T22:48:13.279Z | Downloaded float-cmp v0.9.0 |
826 | 2024-08-27T22:48:13.282Z | Downloaded display-error-chain v0.2.0 |
827 | 2024-08-27T22:48:13.282Z | Downloaded rsa v0.9.6 |
828 | 2024-08-27T22:48:13.287Z | Downloaded time-macros v0.2.18 |
829 | 2024-08-27T22:48:13.289Z | Downloaded pem-rfc7468 v0.7.0 |
830 | 2024-08-27T22:48:13.292Z | Downloaded x509-cert v0.2.5 |
831 | 2024-08-27T22:48:13.298Z | Downloaded downcast v0.11.0 |
832 | 2024-08-27T22:48:13.301Z | Downloaded tokio-native-tls v0.3.1 |
833 | 2024-08-27T22:48:13.304Z | Downloaded serde_repr v0.1.19 |
834 | 2024-08-27T22:48:13.304Z | Downloaded tls_codec v0.4.1 |
835 | 2024-08-27T22:48:13.307Z | Downloaded url v2.5.2 |
836 | 2024-08-27T22:48:13.309Z | Downloaded rand_chacha v0.3.1 |
837 | 2024-08-27T22:48:13.312Z | Downloaded fxhash v0.2.1 |
838 | 2024-08-27T22:48:13.312Z | Downloaded toolchain_find v0.4.0 |
839 | 2024-08-27T22:48:13.314Z | Downloaded precomputed-hash v0.1.1 |
840 | 2024-08-27T22:48:13.314Z | Downloaded pkg-config v0.3.30 |
841 | 2024-08-27T22:48:13.315Z | Downloaded gethostname v0.5.0 |
842 | 2024-08-27T22:48:13.317Z | Downloaded float-ord v0.3.2 |
843 | 2024-08-27T22:48:13.317Z | Downloaded zeroize v1.7.0 |
844 | 2024-08-27T22:48:13.321Z | Downloaded parking_lot_core v0.8.6 |
845 | 2024-08-27T22:48:13.323Z | Downloaded env_logger v0.10.2 |
846 | 2024-08-27T22:48:13.326Z | Downloaded tracing-core v0.1.32 |
847 | 2024-08-27T22:48:13.328Z | Downloaded samael v0.0.15 |
848 | 2024-08-27T22:48:13.332Z | Downloaded path-slash v0.1.5 |
849 | 2024-08-27T22:48:13.337Z | Downloaded defmt-parser v0.3.4 |
850 | 2024-08-27T22:48:13.337Z | Downloaded serde-hex v0.1.0 |
851 | 2024-08-27T22:48:13.340Z | Downloaded der v0.7.9 |
852 | 2024-08-27T22:48:13.342Z | Downloaded secrecy v0.8.0 |
853 | 2024-08-27T22:48:13.345Z | Downloaded hex v0.4.3 |
854 | 2024-08-27T22:48:13.345Z | Downloaded hash32 v0.3.1 |
855 | 2024-08-27T22:48:13.347Z | Downloaded rtoolbox v0.0.2 |
856 | 2024-08-27T22:48:13.350Z | Downloaded resolv-conf v0.7.0 |
857 | 2024-08-27T22:48:13.350Z | Downloaded snafu-derive v0.8.2 |
858 | 2024-08-27T22:48:13.352Z | Downloaded heapless v0.7.17 |
859 | 2024-08-27T22:48:13.356Z | Downloaded futures-task v0.3.30 |
860 | 2024-08-27T22:48:13.358Z | Downloaded peg v0.8.4 |
861 | 2024-08-27T22:48:13.361Z | Downloaded smallvec v0.6.14 |
862 | 2024-08-27T22:48:13.364Z | Downloaded highway v1.2.0 |
863 | 2024-08-27T22:48:13.366Z | Downloaded vsss-rs v3.3.4 |
864 | 2024-08-27T22:48:13.369Z | Downloaded hashbrown v0.12.3 |
865 | 2024-08-27T22:48:13.372Z | Downloaded itertools v0.13.0 |
866 | 2024-08-27T22:48:13.379Z | Downloaded zeroize_derive v1.4.2 |
867 | 2024-08-27T22:48:13.382Z | Downloaded percent-encoding v2.3.1 |
868 | 2024-08-27T22:48:13.382Z | Downloaded futures-sink v0.3.30 |
869 | 2024-08-27T22:48:13.385Z | Downloaded dropshot_endpoint v0.10.1 |
870 | 2024-08-27T22:48:13.385Z | Downloaded wait-timeout v0.2.0 |
871 | 2024-08-27T22:48:13.388Z | Downloaded dyn-clone v1.0.17 |
872 | 2024-08-27T22:48:13.388Z | Downloaded globset v0.4.14 |
873 | 2024-08-27T22:48:13.391Z | Downloaded parking_lot_core v0.9.10 |
874 | 2024-08-27T22:48:13.391Z | Downloaded diff v0.1.13 |
875 | 2024-08-27T22:48:13.394Z | Downloaded schemars v0.8.21 |
876 | 2024-08-27T22:48:13.407Z | Downloaded httparse v1.8.0 |
877 | 2024-08-27T22:48:13.409Z | Downloaded slog-bunyan v2.5.0 |
878 | 2024-08-27T22:48:13.409Z | Downloaded hickory-client v0.24.1 |
879 | 2024-08-27T22:48:13.413Z | Downloaded pbkdf2 v0.12.2 |
880 | 2024-08-27T22:48:13.418Z | Downloaded universal-hash v0.5.1 |
881 | 2024-08-27T22:48:13.418Z | Downloaded unarray v0.1.4 |
882 | 2024-08-27T22:48:13.419Z | Downloaded zerocopy v0.6.6 |
883 | 2024-08-27T22:48:13.421Z | Downloaded smallvec v1.13.2 |
884 | 2024-08-27T22:48:13.421Z | Downloaded parking_lot v0.12.2 |
885 | 2024-08-27T22:48:13.424Z | Downloaded twox-hash v1.6.3 |
886 | 2024-08-27T22:48:13.427Z | Downloaded ppv-lite86 v0.2.17 |
887 | 2024-08-27T22:48:13.429Z | Downloaded tokio-util v0.7.11 |
888 | 2024-08-27T22:48:13.434Z | Downloaded time v0.3.36 |
889 | 2024-08-27T22:48:13.441Z | Downloaded waitgroup v0.1.2 |
890 | 2024-08-27T22:48:13.444Z | Downloaded blake3 v1.5.1 |
891 | 2024-08-27T22:48:13.450Z | Downloaded poly1305 v0.8.0 |
892 | 2024-08-27T22:48:13.453Z | Downloaded expectorate v1.1.0 |
893 | 2024-08-27T22:48:13.455Z | Downloaded aho-corasick v1.1.3 |
894 | 2024-08-27T22:48:13.461Z | Downloaded winnow v0.5.40 |
895 | 2024-08-27T22:48:13.471Z | Downloaded tracing v0.1.40 |
896 | 2024-08-27T22:48:13.475Z | Downloaded deranged v0.3.11 |
897 | 2024-08-27T22:48:13.478Z | Downloaded tokio-tungstenite v0.23.1 |
898 | 2024-08-27T22:48:13.483Z | Downloaded tokio-rustls v0.24.1 |
899 | 2024-08-27T22:48:13.486Z | Downloaded yasna v0.5.2 |
900 | 2024-08-27T22:48:13.486Z | Downloaded postgres-types v0.2.7 |
901 | 2024-08-27T22:48:13.489Z | Downloaded publicsuffix v2.2.3 |
902 | 2024-08-27T22:48:13.489Z | Downloaded reedline v0.33.0 |
903 | 2024-08-27T22:48:13.497Z | Downloaded slog-stdlog v4.1.1 |
904 | 2024-08-27T22:48:13.499Z | Downloaded slog v2.7.0 |
905 | 2024-08-27T22:48:13.502Z | Downloaded derive-where v1.2.7 |
906 | 2024-08-27T22:48:13.505Z | Downloaded half v2.4.1 |
907 | 2024-08-27T22:48:13.508Z | Downloaded unicode-normalization v0.1.23 |
908 | 2024-08-27T22:48:13.512Z | Downloaded slog-term v2.9.1 |
909 | 2024-08-27T22:48:13.515Z | Downloaded hickory-resolver v0.24.1 |
910 | 2024-08-27T22:48:13.519Z | Downloaded postcard v1.0.8 |
911 | 2024-08-27T22:48:13.522Z | Downloaded hashbrown v0.13.2 |
912 | 2024-08-27T22:48:13.527Z | Downloaded rand_core v0.6.4 |
913 | 2024-08-27T22:48:13.530Z | Downloaded http v1.1.0 |
914 | 2024-08-27T22:48:13.532Z | Downloaded diesel_derives v2.2.2 |
915 | 2024-08-27T22:48:13.537Z | Downloaded slog-json v2.6.1 |
916 | 2024-08-27T22:48:13.540Z | Downloaded serde_path_to_error v0.1.16 |
917 | 2024-08-27T22:48:13.542Z | Downloaded unicode-segmentation v1.11.0 |
918 | 2024-08-27T22:48:13.546Z | Downloaded tungstenite v0.23.0 |
919 | 2024-08-27T22:48:13.548Z | Downloaded bitvec v1.0.1 |
920 | 2024-08-27T22:48:13.564Z | Downloaded fatfs v0.3.6 |
921 | 2024-08-27T22:48:13.567Z | Downloaded serde_yaml v0.9.34+deprecated |
922 | 2024-08-27T22:48:13.570Z | Downloaded tough v0.17.1 |
923 | 2024-08-27T22:48:13.579Z | Downloaded rustyline v14.0.0 |
924 | 2024-08-27T22:48:13.585Z | Downloaded flume v0.11.0 |
925 | 2024-08-27T22:48:13.588Z | Downloaded tokio-postgres v0.7.11 |
926 | 2024-08-27T22:48:13.593Z | Downloaded idna v0.5.0 |
927 | 2024-08-27T22:48:13.601Z | Downloaded rand v0.8.5 |
928 | 2024-08-27T22:48:13.604Z | Downloaded quick-xml v0.31.0 |
929 | 2024-08-27T22:48:13.611Z | Downloaded lalrpop v0.19.12 |
930 | 2024-08-27T22:48:13.622Z | Downloaded unicode_categories v0.1.1 |
931 | 2024-08-27T22:48:13.624Z | Downloaded idna v0.3.0 |
932 | 2024-08-27T22:48:13.631Z | Downloaded chrono v0.4.38 |
933 | 2024-08-27T22:48:13.640Z | Downloaded typed-path v0.7.1 |
934 | 2024-08-27T22:48:13.646Z | Downloaded proptest v1.5.0 |
935 | 2024-08-27T22:48:13.656Z | Downloaded bindgen v0.69.4 |
936 | 2024-08-27T22:48:13.664Z | Downloaded hyper v0.14.30 |
937 | 2024-08-27T22:48:13.672Z | Downloaded hkdf v0.12.4 |
938 | 2024-08-27T22:48:13.675Z | Downloaded h2 v0.3.26 |
939 | 2024-08-27T22:48:13.681Z | Downloaded nix v0.28.0 |
940 | 2024-08-27T22:48:13.693Z | Downloaded sqlparser v0.45.0 |
941 | 2024-08-27T22:48:13.700Z | Downloaded serde_with v3.9.0 |
942 | 2024-08-27T22:48:13.709Z | Downloaded gimli v0.28.1 |
943 | 2024-08-27T22:48:13.717Z | Downloaded portable-atomic v1.6.0 |
944 | 2024-08-27T22:48:13.723Z | Downloaded rustls-webpki v0.102.4 |
945 | 2024-08-27T22:48:13.742Z | Downloaded futures-util v0.3.30 |
946 | 2024-08-27T22:48:13.754Z | Downloaded rusqlite v0.31.0 |
947 | 2024-08-27T22:48:13.760Z | Downloaded radix_trie v0.2.1 |
948 | 2024-08-27T22:48:13.766Z | Downloaded webpki-roots v0.25.4 |
949 | 2024-08-27T22:48:13.770Z | Downloaded rustls v0.21.12 |
950 | 2024-08-27T22:48:13.782Z | Downloaded regex v1.10.6 |
951 | 2024-08-27T22:48:13.798Z | Downloaded dropshot v0.10.1 |
952 | 2024-08-27T22:48:13.805Z | Downloaded object v0.32.2 |
953 | 2024-08-27T22:48:13.816Z | Downloaded curve25519-dalek v4.1.3 |
954 | 2024-08-27T22:48:13.825Z | Downloaded rayon v1.10.0 |
955 | 2024-08-27T22:48:13.834Z | Downloaded diesel v2.2.2 |
956 | 2024-08-27T22:48:13.854Z | Downloaded regex-syntax v0.6.29 |
957 | 2024-08-27T22:48:13.861Z | Downloaded smoltcp v0.9.1 |
958 | 2024-08-27T22:48:13.872Z | Downloaded rustls v0.22.4 |
959 | 2024-08-27T22:48:13.887Z | Downloaded regex-syntax v0.8.4 |
960 | 2024-08-27T22:48:13.895Z | Downloaded bstr v1.9.1 |
961 | 2024-08-27T22:48:13.906Z | Downloaded openapiv3 v2.0.0 |
962 | 2024-08-27T22:48:13.919Z | Downloaded hickory-proto v0.24.1 |
963 | 2024-08-27T22:48:13.935Z | Downloaded polar-core v0.27.3 |
964 | 2024-08-27T22:48:13.943Z | Downloaded smoltcp v0.11.0 |
965 | 2024-08-27T22:48:13.957Z | Downloaded regress v0.9.1 |
966 | 2024-08-27T22:48:13.966Z | Downloaded vcpkg v0.2.15 |
967 | 2024-08-27T22:48:14.006Z | Downloaded nix v0.27.1 |
968 | 2024-08-27T22:48:14.017Z | Downloaded idna v0.4.0 |
969 | 2024-08-27T22:48:14.023Z | Downloaded object v0.30.4 |
970 | 2024-08-27T22:48:14.033Z | Downloaded openssl v0.10.66 |
971 | 2024-08-27T22:48:14.043Z | Downloaded rustls-webpki v0.101.7 |
972 | 2024-08-27T22:48:14.057Z | Downloaded git2 v0.19.0 |
973 | 2024-08-27T22:48:14.066Z | Downloaded reqwest v0.11.27 |
974 | 2024-08-27T22:48:14.074Z | Downloaded vte v0.11.1 |
975 | 2024-08-27T22:48:14.077Z | Downloaded crossterm v0.28.1 |
976 | 2024-08-27T22:48:14.082Z | Downloaded glob v0.3.1 |
977 | 2024-08-27T22:48:14.085Z | Downloaded steno v0.4.1 |
978 | 2024-08-27T22:48:14.088Z | Downloaded ron v0.8.1 |
979 | 2024-08-27T22:48:14.093Z | Downloaded bzip2-sys v0.1.11+1.0.8 |
980 | 2024-08-27T22:48:14.108Z | Downloaded ratatui v0.28.0 |
981 | 2024-08-27T22:48:14.127Z | Downloaded difflib v0.4.0 |
982 | 2024-08-27T22:48:14.129Z | Downloaded sled v0.34.7 |
983 | 2024-08-27T22:48:14.138Z | Downloaded tokio v1.39.3 |
984 | 2024-08-27T22:48:14.177Z | Downloaded regex-automata v0.4.6 |
985 | 2024-08-27T22:48:14.195Z | Downloaded zerocopy-derive v0.6.6 |
986 | 2024-08-27T22:48:14.205Z | Downloaded sha3 v0.10.8 |
987 | 2024-08-27T22:48:14.210Z | Downloaded finl_unicode v1.2.0 |
988 | 2024-08-27T22:48:14.223Z | Downloaded petgraph v0.6.5 |
989 | 2024-08-27T22:48:14.242Z | Downloaded serde_urlencoded v0.7.1 |
990 | 2024-08-27T22:48:14.244Z | Downloaded csv v1.3.0 |
991 | 2024-08-27T22:48:14.263Z | Downloaded test-strategy v0.3.1 |
992 | 2024-08-27T22:48:14.267Z | Downloaded tar v0.4.41 |
993 | 2024-08-27T22:48:14.270Z | Downloaded paste v1.0.15 |
994 | 2024-08-27T22:48:14.272Z | Downloaded flagset v0.4.5 |
995 | 2024-08-27T22:48:14.274Z | Downloaded toml_edit v0.19.15 |
996 | 2024-08-27T22:48:14.289Z | Downloaded itertools v0.12.1 |
997 | 2024-08-27T22:48:14.303Z | Downloaded structmeta v0.2.0 |
998 | 2024-08-27T22:48:14.307Z | Downloaded unicode-bidi v0.3.15 |
999 | 2024-08-27T22:48:14.307Z | Downloaded flate2 v1.0.31 |
1000 | 2024-08-27T22:48:14.307Z | Downloaded ron v0.7.1 |
1001 | 2024-08-27T22:48:14.314Z | Downloaded prettyplease v0.2.20 |
1002 | 2024-08-27T22:48:14.314Z | Downloaded rustversion v1.0.17 |
1003 | 2024-08-27T22:48:14.318Z | Downloaded peg-macros v0.8.4 |
1004 | 2024-08-27T22:48:14.325Z | Downloaded socket2 v0.5.7 |
1005 | 2024-08-27T22:48:14.325Z | Downloaded rcgen v0.12.1 |
1006 | 2024-08-27T22:48:14.331Z | Downloaded crossterm v0.27.0 |
1007 | 2024-08-27T22:48:14.332Z | Downloaded nom v7.1.3 |
1008 | 2024-08-27T22:48:14.348Z | Downloaded rand_seeder v0.3.0 |
1009 | 2024-08-27T22:48:14.348Z | Downloaded predicates-core v1.0.6 |
1010 | 2024-08-27T22:48:14.348Z | Downloaded rusty-fork v0.3.0 |
1011 | 2024-08-27T22:48:14.348Z | Downloaded minimal-lexical v0.2.1 |
1012 | 2024-08-27T22:48:14.348Z | Downloaded untrusted v0.9.0 |
1013 | 2024-08-27T22:48:14.348Z | Downloaded itertools v0.10.5 |
1014 | 2024-08-27T22:48:14.352Z | Downloaded ref-cast v1.0.23 |
1015 | 2024-08-27T22:48:14.352Z | Downloaded unicase v2.7.0 |
1016 | 2024-08-27T22:48:14.352Z | Downloaded whoami v1.5.1 |
1017 | 2024-08-27T22:48:14.365Z | Downloaded unsafe-libyaml v0.2.11 |
1018 | 2024-08-27T22:48:14.365Z | Downloaded tinyvec v1.6.0 |
1019 | 2024-08-27T22:48:14.365Z | Downloaded backtrace v0.3.71 |
1020 | 2024-08-27T22:48:14.369Z | Downloaded base64 v0.13.1 |
1021 | 2024-08-27T22:48:14.369Z | Downloaded darling_core v0.20.9 |
1022 | 2024-08-27T22:48:14.376Z | Downloaded predicates v3.1.2 |
1023 | 2024-08-27T22:48:14.382Z | Downloaded postgres-protocol v0.6.7 |
1024 | 2024-08-27T22:48:14.382Z | Downloaded pkcs1 v0.7.5 |
1025 | 2024-08-27T22:48:14.396Z | Downloaded derive_more v0.99.18 |
1026 | 2024-08-27T22:48:14.396Z | Downloaded parse-display v0.10.0 |
1027 | 2024-08-27T22:48:14.397Z | Downloaded crossbeam-channel v0.5.12 |
1028 | 2024-08-27T22:48:14.397Z | Downloaded rustc_version v0.4.0 |
1029 | 2024-08-27T22:48:14.397Z | Downloaded encoding_rs v0.8.34 |
1030 | 2024-08-27T22:48:14.430Z | Downloaded libgit2-sys v0.17.0+1.8.1 |
1031 | 2024-08-27T22:48:14.474Z | Downloaded rpassword v7.3.1 |
1032 | 2024-08-27T22:48:14.477Z | Downloaded foreign-types v0.5.0 |
1033 | 2024-08-27T22:48:14.477Z | Downloaded console v0.15.8 |
1034 | 2024-08-27T22:48:14.481Z | Downloaded clang-sys v1.7.0 |
1035 | 2024-08-27T22:48:14.481Z | Downloaded blake2 v0.10.6 |
1036 | 2024-08-27T22:48:14.506Z | Downloaded aes v0.8.4 |
1037 | 2024-08-27T22:48:14.506Z | Downloaded argon2 v0.5.3 |
1038 | 2024-08-27T22:48:14.506Z | Downloaded maybe-uninit v2.0.0 |
1039 | 2024-08-27T22:48:14.506Z | Downloaded slog-dtrace v0.3.0 |
1040 | 2024-08-27T22:48:14.506Z | Downloaded scopeguard v1.2.0 |
1041 | 2024-08-27T22:48:14.506Z | Downloaded oso v0.27.3 |
1042 | 2024-08-27T22:48:14.506Z | Downloaded curve25519-dalek-derive v0.1.1 |
1043 | 2024-08-27T22:48:14.506Z | Downloaded crc v3.2.1 |
1044 | 2024-08-27T22:48:14.506Z | Downloaded nanorand v0.7.0 |
1045 | 2024-08-27T22:48:14.509Z | Downloaded block-padding v0.3.3 |
1046 | 2024-08-27T22:48:14.509Z | Downloaded bitflags v1.3.2 |
1047 | 2024-08-27T22:48:14.510Z | Downloaded bit-vec v0.6.3 |
1048 | 2024-08-27T22:48:14.510Z | Downloaded defmt-macros v0.3.9 |
1049 | 2024-08-27T22:48:14.513Z | Downloaded bb8 v0.8.5 |
1050 | 2024-08-27T22:48:14.513Z | Downloaded atomic-waker v1.1.2 |
1051 | 2024-08-27T22:48:14.513Z | Downloaded async-recursion v1.1.1 |
1052 | 2024-08-27T22:48:14.516Z | Downloaded arrayref v0.3.7 |
1053 | 2024-08-27T22:48:14.520Z | Downloaded lalrpop-util v0.19.12 |
1054 | 2024-08-27T22:48:14.520Z | Downloaded inout v0.1.3 |
1055 | 2024-08-27T22:48:14.520Z | Downloaded bcs v0.1.6 |
1056 | 2024-08-27T22:48:14.520Z | Downloaded atty v0.2.14 |
1057 | 2024-08-27T22:48:14.523Z | Downloaded async-stream-impl v0.3.5 |
1058 | 2024-08-27T22:48:14.523Z | Downloaded bit-set v0.5.3 |
1059 | 2024-08-27T22:48:14.757Z | Downloaded libz-sys v1.1.16 |
1060 | 2024-08-27T22:48:14.908Z | Downloaded libsqlite3-sys v0.28.0 |
1061 | 2024-08-27T22:48:15.007Z | Downloaded ring v0.17.8 |
1062 | 2024-08-27T22:48:15.140Z | Downloaded ring v0.16.20 |
1063 | 2024-08-27T22:48:15.306Z | Compiling serde v1.0.208 |
1064 | 2024-08-27T22:48:15.313Z | Compiling typenum v1.17.0 |
1065 | 2024-08-27T22:48:15.313Z | Compiling lock_api v0.4.12 |
1066 | 2024-08-27T22:48:15.313Z | Compiling generic-array v0.14.7 |
1067 | 2024-08-27T22:48:15.313Z | Compiling scopeguard v1.2.0 |
1068 | 2024-08-27T22:48:15.451Z | Compiling log v0.4.21 |
1069 | 2024-08-27T22:48:15.463Z | Compiling syn v2.0.74 |
1070 | 2024-08-27T22:48:15.466Z | Compiling getrandom v0.2.14 |
1071 | 2024-08-27T22:48:15.741Z | Compiling jobserver v0.1.32 |
1072 | 2024-08-27T22:48:15.920Z | Compiling rand_core v0.6.4 |
1073 | 2024-08-27T22:48:16.065Z | Compiling subtle v2.5.0 |
1074 | 2024-08-27T22:48:16.113Z | Compiling cc v1.0.97 |
1075 | 2024-08-27T22:48:16.131Z | Compiling const-oid v0.9.6 |
1076 | 2024-08-27T22:48:16.414Z | Compiling smallvec v1.13.2 |
1077 | 2024-08-27T22:48:16.476Z | Compiling pin-project-lite v0.2.14 |
1078 | 2024-08-27T22:48:16.545Z | Compiling parking_lot_core v0.9.10 |
1079 | 2024-08-27T22:48:16.617Z | Compiling signal-hook-registry v1.4.2 |
1080 | 2024-08-27T22:48:16.748Z | Compiling spin v0.9.8 |
1081 | 2024-08-27T22:48:16.865Z | Compiling mio v1.0.2 |
1082 | 2024-08-27T22:48:17.164Z | Compiling ahash v0.8.11 |
1083 | 2024-08-27T22:48:17.478Z | Compiling parking_lot v0.12.2 |
1084 | 2024-08-27T22:48:17.544Z | Compiling tinyvec_macros v0.1.1 |
1085 | 2024-08-27T22:48:17.701Z | Compiling tinyvec v1.6.0 |
1086 | 2024-08-27T22:48:17.846Z | Compiling socket2 v0.5.7 |
1087 | 2024-08-27T22:48:18.115Z | Compiling libm v0.2.8 |
1088 | 2024-08-27T22:48:18.207Z | Compiling cpufeatures v0.2.12 |
1089 | 2024-08-27T22:48:18.309Z | Compiling futures-core v0.3.30 |
1090 | 2024-08-27T22:48:18.357Z | Compiling serde_json v1.0.125 |
1091 | 2024-08-27T22:48:18.474Z | Compiling futures-sink v0.3.30 |
1092 | 2024-08-27T22:48:18.535Z | Compiling slab v0.4.9 |
1093 | 2024-08-27T22:48:18.576Z | Compiling num-traits v0.2.19 |
1094 | 2024-08-27T22:48:18.629Z | Compiling allocator-api2 v0.2.18 |
1095 | 2024-08-27T22:48:18.719Z | Compiling unicode-bidi v0.3.15 |
1096 | 2024-08-27T22:48:19.085Z | Compiling futures-channel v0.3.30 |
1097 | 2024-08-27T22:48:19.221Z | Compiling unicode-normalization v0.1.23 |
1098 | 2024-08-27T22:48:19.260Z | Compiling pkg-config v0.3.30 |
1099 | 2024-08-27T22:48:19.413Z | Compiling futures-io v0.3.30 |
1100 | 2024-08-27T22:48:19.483Z | Compiling pin-utils v0.1.0 |
1101 | 2024-08-27T22:48:19.582Z | Compiling futures-task v0.3.30 |
1102 | 2024-08-27T22:48:19.735Z | Compiling vcpkg v0.2.15 |
1103 | 2024-08-27T22:48:20.179Z | Compiling base64ct v1.6.0 |
1104 | 2024-08-27T22:48:20.258Z | Compiling flagset v0.4.5 |
1105 | 2024-08-27T22:48:20.333Z | Compiling percent-encoding v2.3.1 |
1106 | 2024-08-27T22:48:20.414Z | Compiling ring v0.17.8 |
1107 | 2024-08-27T22:48:20.449Z | Compiling ppv-lite86 v0.2.17 |
1108 | 2024-08-27T22:48:20.731Z | Compiling pem-rfc7468 v0.7.0 |
1109 | 2024-08-27T22:48:20.759Z | Compiling tracing-core v0.1.32 |
1110 | 2024-08-27T22:48:20.823Z | Compiling rustix v0.38.34 |
1111 | 2024-08-27T22:48:21.303Z | Compiling rand_chacha v0.3.1 |
1112 | 2024-08-27T22:48:21.493Z | Compiling untrusted v0.9.0 |
1113 | 2024-08-27T22:48:21.677Z | Compiling rand v0.8.5 |
1114 | 2024-08-27T22:48:21.778Z | Compiling time-core v0.1.2 |
1115 | 2024-08-27T22:48:21.950Z | Compiling openssl v0.10.66 |
1116 | 2024-08-27T22:48:21.978Z | Compiling rustversion v1.0.17 |
1117 | 2024-08-27T22:48:21.999Z | Compiling openssl-sys v0.9.103 |
1118 | 2024-08-27T22:48:22.134Z | Compiling num-conv v0.1.0 |
1119 | 2024-08-27T22:48:22.360Z | Compiling foreign-types-shared v0.1.1 |
1120 | 2024-08-27T22:48:22.413Z | Compiling httparse v1.8.0 |
1121 | 2024-08-27T22:48:22.468Z | Compiling powerfmt v0.2.0 |
1122 | 2024-08-27T22:48:22.742Z | Compiling deranged v0.3.11 |
1123 | 2024-08-27T22:48:22.832Z | Compiling foreign-types v0.3.2 |
1124 | 2024-08-27T22:48:22.873Z | Compiling time-macros v0.2.18 |
1125 | 2024-08-27T22:48:22.916Z | Compiling form_urlencoded v1.2.1 |
1126 | 2024-08-27T22:48:23.255Z | Compiling aho-corasick v1.1.3 |
1127 | 2024-08-27T22:48:23.523Z | Compiling rustls v0.21.12 |
1128 | 2024-08-27T22:48:23.588Z | Compiling regex-syntax v0.8.4 |
1129 | 2024-08-27T22:48:23.775Z | Compiling num_threads v0.1.7 |
1130 | 2024-08-27T22:48:23.905Z | Compiling siphasher v0.3.11 |
1131 | 2024-08-27T22:48:24.274Z | Compiling try-lock v0.2.5 |
1132 | 2024-08-27T22:48:24.423Z | Compiling native-tls v0.2.11 |
1133 | 2024-08-27T22:48:24.488Z | Compiling syn v1.0.109 |
1134 | 2024-08-27T22:48:24.638Z | Compiling crossbeam-utils v0.8.19 |
1135 | 2024-08-27T22:48:24.799Z | Compiling want v0.3.1 |
1136 | 2024-08-27T22:48:25.279Z | Compiling idna v0.5.0 |
1137 | 2024-08-27T22:48:25.778Z | Compiling cookie v0.17.0 |
1138 | 2024-08-27T22:48:26.064Z | Compiling time v0.3.36 |
1139 | 2024-08-27T22:48:26.083Z | Compiling adler v1.0.2 |
1140 | 2024-08-27T22:48:26.310Z | Compiling tower-service v0.3.2 |
1141 | 2024-08-27T22:48:26.421Z | Compiling finl_unicode v1.2.0 |
1142 | 2024-08-27T22:48:26.629Z | Compiling iana-time-zone v0.1.60 |
1143 | 2024-08-27T22:48:26.856Z | Compiling slog v2.7.0 |
1144 | 2024-08-27T22:48:26.997Z | Compiling regex-automata v0.4.6 |
1145 | 2024-08-27T22:48:27.069Z | Compiling httpdate v1.0.3 |
1146 | 2024-08-27T22:48:27.385Z | Compiling openssl-probe v0.1.5 |
1147 | 2024-08-27T22:48:27.618Z | Compiling stringprep v0.1.4 |
1148 | 2024-08-27T22:48:27.726Z | Compiling miniz_oxide v0.7.2 |
1149 | 2024-08-27T22:48:28.578Z | Compiling url v2.5.2 |
1150 | 2024-08-27T22:48:29.799Z | Compiling serde_derive v1.0.208 |
1151 | 2024-08-27T22:48:30.042Z | Compiling zeroize_derive v1.4.2 |
1152 | 2024-08-27T22:48:30.150Z | Compiling zerocopy-derive v0.7.34 |
1153 | 2024-08-27T22:48:30.449Z | Compiling tokio-macros v2.4.0 |
1154 | 2024-08-27T22:48:31.289Z | Compiling thiserror-impl v1.0.63 |
1155 | 2024-08-27T22:48:31.416Z | Compiling futures-macro v0.3.30 |
1156 | 2024-08-27T22:48:31.706Z | Compiling zeroize v1.7.0 |
1157 | 2024-08-27T22:48:32.174Z | Compiling der_derive v0.7.2 |
1158 | 2024-08-27T22:48:32.471Z | Compiling zerocopy v0.7.34 |
1159 | 2024-08-27T22:48:33.461Z | Compiling crypto-common v0.1.6 |
1160 | 2024-08-27T22:48:33.538Z | Compiling block-buffer v0.10.4 |
1161 | 2024-08-27T22:48:33.689Z | Compiling block-padding v0.3.3 |
1162 | 2024-08-27T22:48:33.813Z | Compiling digest v0.10.7 |
1163 | 2024-08-27T22:48:33.941Z | Compiling inout v0.1.3 |
1164 | 2024-08-27T22:48:34.206Z | Compiling cipher v0.4.4 |
1165 | 2024-08-27T22:48:34.298Z | Compiling hmac v0.12.1 |
1166 | 2024-08-27T22:48:34.547Z | Compiling sha2 v0.10.8 |
1167 | 2024-08-27T22:48:34.680Z | Compiling thiserror v1.0.63 |
1168 | 2024-08-27T22:48:34.708Z | Compiling hashbrown v0.14.5 |
1169 | 2024-08-27T22:48:34.726Z | Compiling futures-util v0.3.30 |
1170 | 2024-08-27T22:48:34.751Z | Compiling der v0.7.9 |
1171 | 2024-08-27T22:48:34.815Z | Compiling pest v2.7.10 |
1172 | 2024-08-27T22:48:36.125Z | Compiling salsa20 v0.10.2 |
1173 | 2024-08-27T22:48:36.359Z | Compiling pbkdf2 v0.12.2 |
1174 | 2024-08-27T22:48:36.527Z | Compiling scroll_derive v0.12.0 |
1175 | 2024-08-27T22:48:37.894Z | Compiling pest_meta v2.7.10 |
1176 | 2024-08-27T22:48:38.032Z | Compiling tracing-attributes v0.1.27 |
1177 | 2024-08-27T22:48:38.109Z | Compiling scroll v0.12.0 |
1178 | 2024-08-27T22:48:38.171Z | Compiling spki v0.7.3 |
1179 | 2024-08-27T22:48:38.553Z | Compiling scrypt v0.11.0 |
1180 | 2024-08-27T22:48:38.656Z | Compiling aes v0.8.4 |
1181 | 2024-08-27T22:48:39.123Z | Compiling pest_generator v2.7.10 |
1182 | 2024-08-27T22:48:39.847Z | Compiling cbc v0.1.2 |
1183 | 2024-08-27T22:48:40.075Z | Compiling pkcs5 v0.7.1 |
1184 | 2024-08-27T22:48:40.941Z | Compiling goblin v0.8.2 |
1185 | 2024-08-27T22:48:41.162Z | Compiling openssl-macros v0.1.1 |
1186 | 2024-08-27T22:48:41.341Z | Compiling pkcs8 v0.10.2 |
1187 | 2024-08-27T22:48:41.511Z | Compiling rustls-webpki v0.101.7 |
1188 | 2024-08-27T22:48:41.862Z | Compiling tracing v0.1.40 |
1189 | 2024-08-27T22:48:41.925Z | Compiling sct v0.7.1 |
1190 | 2024-08-27T22:48:42.050Z | Compiling md-5 v0.10.6 |
1191 | 2024-08-27T22:48:42.240Z | Compiling num-integer v0.1.46 |
1192 | 2024-08-27T22:48:42.359Z | Compiling backtrace v0.3.71 |
1193 | 2024-08-27T22:48:42.838Z | Compiling idna v0.3.0 |
1194 | 2024-08-27T22:48:42.913Z | Compiling pest_derive v2.7.10 |
1195 | 2024-08-27T22:48:43.007Z | Compiling lazy_static v1.5.0 |
1196 | 2024-08-27T22:48:43.137Z | Compiling hash32 v0.2.1 |
1197 | 2024-08-27T22:48:43.360Z | Compiling smoltcp v0.9.1 |
1198 | 2024-08-27T22:48:43.418Z | Compiling cfg_aliases v0.1.1 |
1199 | 2024-08-27T22:48:43.521Z | Compiling crc32fast v1.4.0 |
1200 | 2024-08-27T22:48:43.537Z | Compiling num-bigint-dig v0.8.4 |
1201 | 2024-08-27T22:48:43.702Z | Compiling dtrace-parser v0.2.0 |
1202 | 2024-08-27T22:48:43.828Z | Compiling gimli v0.28.1 |
1203 | 2024-08-27T22:48:44.037Z | Compiling bytes v1.7.1 |
1204 | 2024-08-27T22:48:44.091Z | Compiling bitflags v2.6.0 |
1205 | 2024-08-27T22:48:44.387Z | Compiling indexmap v2.4.0 |
1206 | 2024-08-27T22:48:44.519Z | Compiling semver v1.0.23 |
1207 | 2024-08-27T22:48:45.289Z | Compiling tokio v1.39.3 |
1208 | 2024-08-27T22:48:45.310Z | Compiling http v0.2.12 |
1209 | 2024-08-27T22:48:45.860Z | Compiling rustc_version v0.4.0 |
1210 | 2024-08-27T22:48:46.630Z | Compiling heapless v0.7.17 |
1211 | 2024-08-27T22:48:47.070Z | Compiling http-body v0.4.6 |
1212 | 2024-08-27T22:48:47.462Z | Compiling dof v0.3.0 |
1213 | 2024-08-27T22:48:47.841Z | Compiling uuid v1.10.0 |
1214 | 2024-08-27T22:48:48.864Z | Compiling usdt-impl v0.5.0 |
1215 | 2024-08-27T22:48:48.948Z | Compiling toml_datetime v0.6.8 |
1216 | 2024-08-27T22:48:49.279Z | Compiling chrono v0.4.38 |
1217 | 2024-08-27T22:48:49.475Z | Compiling serde_spanned v0.6.7 |
1218 | 2024-08-27T22:48:49.631Z | Compiling serde_tokenstream v0.2.2 |
1219 | 2024-08-27T22:48:49.698Z | Compiling psl-types v2.0.11 |
1220 | 2024-08-27T22:48:49.891Z | Compiling signal-hook v0.3.17 |
1221 | 2024-08-27T22:48:50.185Z | Compiling stable_deref_trait v1.2.0 |
1222 | 2024-08-27T22:48:50.232Z | Compiling fallible-iterator v0.2.0 |
1223 | 2024-08-27T22:48:50.294Z | Compiling base64 v0.22.1 |
1224 | 2024-08-27T22:48:50.959Z | Compiling postgres-protocol v0.6.7 |
1225 | 2024-08-27T22:48:51.182Z | Compiling publicsuffix v2.2.3 |
1226 | 2024-08-27T22:48:51.240Z | Compiling addr2line v0.21.0 |
1227 | 2024-08-27T22:48:51.275Z | Compiling terminal_size v0.3.0 |
1228 | 2024-08-27T22:48:51.503Z | Compiling nix v0.28.0 |
1229 | 2024-08-27T22:48:51.523Z | Compiling hubpack_derive v0.1.1 |
1230 | 2024-08-27T22:48:51.674Z | Compiling num-iter v0.1.45 |
1231 | 2024-08-27T22:48:51.864Z | Compiling zerocopy-derive v0.6.6 |
1232 | 2024-08-27T22:48:51.911Z | Compiling async-trait v0.1.81 |
1233 | 2024-08-27T22:48:52.433Z | Compiling phf_shared v0.11.2 |
1234 | 2024-08-27T22:48:52.798Z | Compiling serde_derive_internals v0.29.1 |
1235 | 2024-08-27T22:48:53.035Z | Compiling ff v0.13.0 |
1236 | 2024-08-27T22:48:53.145Z | Compiling object v0.32.2 |
1237 | 2024-08-27T22:48:53.263Z | Compiling tokio-util v0.7.11 |
1238 | 2024-08-27T22:48:53.414Z | Compiling tokio-rustls v0.24.1 |
1239 | 2024-08-27T22:48:53.983Z | Compiling fs-err v2.11.0 |
1240 | 2024-08-27T22:48:54.285Z | Compiling h2 v0.3.26 |
1241 | 2024-08-27T22:48:54.421Z | Compiling tokio-native-tls v0.3.1 |
1242 | 2024-08-27T22:48:54.636Z | Compiling schemars v0.8.21 |
1243 | 2024-08-27T22:48:54.701Z | Compiling bitflags v1.3.2 |
1244 | 2024-08-27T22:48:54.735Z | Compiling anyhow v1.0.86 |
1245 | 2024-08-27T22:48:54.806Z | Compiling rustc-demangle v0.1.24 |
1246 | 2024-08-27T22:48:54.990Z | Compiling either v1.13.0 |
1247 | 2024-08-27T22:48:55.347Z | Compiling base64 v0.21.7 |
1248 | 2024-08-27T22:48:55.415Z | Compiling ipnet v2.9.0 |
1249 | 2024-08-27T22:48:55.481Z | Compiling managed v0.8.0 |
1250 | 2024-08-27T22:48:55.785Z | Compiling winnow v0.5.40 |
1251 | 2024-08-27T22:48:55.936Z | Compiling base16ct v0.2.0 |
1252 | 2024-08-27T22:48:56.135Z | Compiling sec1 v0.7.3 |
1253 | 2024-08-27T22:48:56.155Z | Compiling clap_builder v4.5.15 |
1254 | 2024-08-27T22:48:56.663Z | Compiling rustls-pemfile v1.0.4 |
1255 | 2024-08-27T22:48:56.720Z | Compiling schemars_derive v0.8.21 |
1256 | 2024-08-27T22:48:57.434Z | Compiling zerocopy v0.6.6 |
1257 | 2024-08-27T22:48:58.283Z | Compiling group v0.13.0 |
1258 | 2024-08-27T22:48:58.390Z | Compiling cookie_store v0.20.0 |
1259 | 2024-08-27T22:48:58.590Z | Compiling phf v0.11.2 |
1260 | 2024-08-27T22:48:58.874Z | Compiling hubpack v0.1.2 |
1261 | 2024-08-27T22:48:59.309Z | Compiling toml_edit v0.19.15 |
1262 | 2024-08-27T22:49:00.056Z | Compiling postgres-types v0.2.7 |
1263 | 2024-08-27T22:49:00.278Z | Compiling usdt-macro v0.5.0 |
1264 | 2024-08-27T22:49:00.560Z | Compiling usdt-attr-macro v0.5.0 |
1265 | 2024-08-27T22:49:01.555Z | Compiling hyper v0.14.30 |
1266 | 2024-08-27T22:49:02.238Z | Compiling serde_urlencoded v0.7.1 |
1267 | 2024-08-27T22:49:02.752Z | Compiling pkcs1 v0.7.5 |
1268 | 2024-08-27T22:49:02.828Z | Compiling futures-executor v0.3.30 |
1269 | 2024-08-27T22:49:03.154Z | Compiling hkdf v0.12.4 |
1270 | 2024-08-27T22:49:03.394Z | Compiling signature v2.2.0 |
1271 | 2024-08-27T22:49:03.414Z | Compiling crypto-bigint v0.5.5 |
1272 | 2024-08-27T22:49:03.688Z | Compiling regex v1.10.6 |
1273 | 2024-08-27T22:49:03.741Z | Compiling bstr v1.9.1 |
1274 | 2024-08-27T22:49:04.776Z | Compiling clap_derive v4.5.13 |
1275 | 2024-08-27T22:49:04.796Z | Compiling strum_macros v0.25.3 |
1276 | 2024-08-27T22:49:05.435Z | Compiling serde_repr v0.1.19 |
1277 | 2024-08-27T22:49:05.531Z | Compiling enum-as-inner v0.6.0 |
1278 | 2024-08-27T22:49:06.619Z | Compiling phf_shared v0.10.0 |
1279 | 2024-08-27T22:49:06.679Z | Compiling float-cmp v0.9.0 |
1280 | 2024-08-27T22:49:06.906Z | Compiling idna v0.4.0 |
1281 | 2024-08-27T22:49:07.018Z | Compiling mio v0.8.11 |
1282 | 2024-08-27T22:49:07.223Z | Compiling encoding_rs v0.8.34 |
1283 | 2024-08-27T22:49:08.307Z | Compiling hyper-tls v0.5.0 |
1284 | 2024-08-27T22:49:08.504Z | Compiling hyper-rustls v0.24.2 |
1285 | 2024-08-27T22:49:08.662Z | Compiling webpki-roots v0.25.4 |
1286 | 2024-08-27T22:49:08.836Z | Compiling bit-vec v0.6.3 |
1287 | 2024-08-27T22:49:08.870Z | Compiling unicode-segmentation v1.11.0 |
1288 | 2024-08-27T22:49:08.916Z | Compiling new_debug_unreachable v1.0.6 |
1289 | 2024-08-27T22:49:09.010Z | Compiling precomputed-hash v0.1.1 |
1290 | 2024-08-27T22:49:09.127Z | Compiling normalize-line-endings v0.3.0 |
1291 | 2024-08-27T22:49:09.252Z | Compiling sync_wrapper v0.1.2 |
1292 | 2024-08-27T22:49:09.274Z | Compiling mime v0.3.17 |
1293 | 2024-08-27T22:49:09.297Z | Compiling dyn-clone v1.0.17 |
1294 | 2024-08-27T22:49:09.380Z | Compiling minimal-lexical v0.2.1 |
1295 | 2024-08-27T22:49:09.520Z | Compiling whoami v1.5.1 |
1296 | 2024-08-27T22:49:09.710Z | Compiling difflib v0.4.0 |
1297 | 2024-08-27T22:49:09.813Z | Compiling static_assertions v1.1.0 |
1298 | 2024-08-27T22:49:09.845Z | Compiling data-encoding v2.6.0 |
1299 | 2024-08-27T22:49:09.872Z | Compiling predicates-core v1.0.6 |
1300 | 2024-08-27T22:49:09.910Z | Compiling fixedbitset v0.4.2 |
1301 | 2024-08-27T22:49:10.179Z | Compiling predicates v3.1.2 |
1302 | 2024-08-27T22:49:10.225Z | Compiling petgraph v0.6.5 |
1303 | 2024-08-27T22:49:10.387Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=319e7b92db69792ab8efa4c68554ad0cf83adf93#319e7b92) |
1304 | 2024-08-27T22:49:11.345Z | Compiling hickory-proto v0.24.1 |
1305 | 2024-08-27T22:49:11.347Z | Compiling tokio-postgres v0.7.11 |
1306 | 2024-08-27T22:49:11.618Z | Compiling clap v4.5.16 |
1307 | 2024-08-27T22:49:11.740Z | Compiling nom v7.1.3 |
1308 | 2024-08-27T22:49:11.935Z | Compiling reqwest v0.11.27 |
1309 | 2024-08-27T22:49:12.285Z | Compiling similar v2.6.0 |
1310 | 2024-08-27T22:49:14.531Z | Compiling console v0.15.8 |
1311 | 2024-08-27T22:49:14.673Z | Compiling bit-set v0.5.3 |
1312 | 2024-08-27T22:49:14.946Z | Compiling toml_edit v0.22.20 |
1313 | 2024-08-27T22:49:15.348Z | Compiling string_cache v0.8.7 |
1314 | 2024-08-27T22:49:15.819Z | Compiling signal-hook-mio v0.2.4 |
1315 | 2024-08-27T22:49:15.993Z | Compiling usdt v0.5.0 |
1316 | 2024-08-27T22:49:16.040Z | Compiling elliptic-curve v0.13.8 |
1317 | 2024-08-27T22:49:16.509Z | Compiling rsa v0.9.6 |
1318 | 2024-08-27T22:49:16.670Z | Compiling futures v0.3.30 |
1319 | 2024-08-27T22:49:16.793Z | Compiling toml v0.7.8 |
1320 | 2024-08-27T22:49:16.862Z | Compiling flate2 v1.0.31 |
1321 | 2024-08-27T22:49:18.144Z | Compiling itertools v0.10.5 |
1322 | 2024-08-27T22:49:18.499Z | Compiling itertools v0.12.1 |
1323 | 2024-08-27T22:49:18.773Z | Compiling tokio-stream v0.1.15 |
1324 | 2024-08-27T22:49:19.818Z | Compiling openapiv3 v2.0.0 |
1325 | 2024-08-27T22:49:20.971Z | Compiling hex v0.4.3 |
1326 | 2024-08-27T22:49:21.524Z | Compiling sha1 v0.10.6 |
1327 | 2024-08-27T22:49:21.597Z | Compiling crossbeam-epoch v0.9.18 |
1328 | 2024-08-27T22:49:21.663Z | Compiling dirs-sys-next v0.1.2 |
1329 | 2024-08-27T22:49:21.845Z | Compiling lalrpop-util v0.19.12 |
1330 | 2024-08-27T22:49:21.935Z | Compiling unicode-xid v0.2.4 |
1331 | 2024-08-27T22:49:22.110Z | Compiling peg-runtime v0.8.3 |
1332 | 2024-08-27T22:49:22.187Z | Compiling dirs-next v2.0.0 |
1333 | 2024-08-27T22:49:22.316Z | Compiling thread_local v1.1.8 |
1334 | 2024-08-27T22:49:22.355Z | Compiling slog-async v2.8.0 |
1335 | 2024-08-27T22:49:22.387Z | Compiling term v0.7.0 |
1336 | 2024-08-27T22:49:22.750Z | Compiling xattr v1.3.1 |
1337 | 2024-08-27T22:49:22.880Z | Compiling strum_macros v0.26.4 |
1338 | 2024-08-27T22:49:22.952Z | Compiling crossbeam-channel v0.5.12 |
1339 | 2024-08-27T22:49:23.005Z | Compiling filetime v0.2.24 |
1340 | 2024-08-27T22:49:23.284Z | Compiling is-terminal v0.4.12 |
1341 | 2024-08-27T22:49:23.311Z | Compiling take_mut v0.2.2 |
1342 | 2024-08-27T22:49:23.412Z | Compiling slog-term v2.9.1 |
1343 | 2024-08-27T22:49:23.472Z | Compiling tar v0.4.41 |
1344 | 2024-08-27T22:49:24.047Z | Compiling camino v1.1.9 |
1345 | 2024-08-27T22:49:25.702Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1346 | 2024-08-27T22:49:26.056Z | Compiling strum v0.26.3 |
1347 | 2024-08-27T22:49:26.133Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
1348 | 2024-08-27T22:49:31.349Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 19s |
1349 | 2024-08-27T22:49:31.483Z | Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
1350 | 2024-08-27T22:49:31.526Z | Aug 27 22:49:30.448 INFO Starting download, target: Cockroach |
1351 | 2024-08-27T22:49:31.526Z | Aug 27 22:49:30.449 INFO Starting download, target: Clickhouse |
1352 | 2024-08-27T22:49:31.526Z | Aug 27 22:49:30.449 INFO Starting download, target: Console |
1353 | 2024-08-27T22:49:31.526Z | Aug 27 22:49:30.449 INFO Starting download, target: DendriteOpenapi |
1354 | 2024-08-27T22:49:31.526Z | Aug 27 22:49:30.449 INFO Starting download, target: DendriteStub |
1355 | 2024-08-27T22:49:31.529Z | Aug 27 22:49:30.449 INFO Starting download, target: MaghemiteMgd |
1356 | 2024-08-27T22:49:31.529Z | Aug 27 22:49:30.449 INFO Starting download, target: TransceiverControl |
1357 | 2024-08-27T22:49:31.529Z | Aug 27 22:49:30.449 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console |
1358 | 2024-08-27T22:49:31.529Z | Aug 27 22:49:30.449 INFO Downloading out/downloads/dpd-76c735d472e3badaeca08982e22496fccb1ce210.json (attempt 1/3), target: DendriteOpenapi |
1359 | 2024-08-27T22:49:31.529Z | Aug 27 22:49:30.449 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl |
1360 | 2024-08-27T22:49:31.529Z | Aug 27 22:49:30.449 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd |
1361 | 2024-08-27T22:49:31.529Z | Aug 27 22:49:30.450 INFO Downloading out/downloads/cockroach-v22.1.9.illumos.tar.gz (attempt 1/3), target: Cockroach |
1362 | 2024-08-27T22:49:31.529Z | Aug 27 22:49:30.450 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse |
1363 | 2024-08-27T22:49:31.529Z | Aug 27 22:49:30.450 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub |
1364 | 2024-08-27T22:49:31.761Z | Aug 27 22:49:30.648 INFO Download complete, target: DendriteOpenapi |
1365 | 2024-08-27T22:49:31.918Z | Aug 27 22:49:30.840 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl |
1366 | 2024-08-27T22:49:32.191Z | Aug 27 22:49:31.112 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console |
1367 | 2024-08-27T22:49:32.305Z | Aug 27 22:49:31.228 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd |
1368 | 2024-08-27T22:49:32.330Z | Aug 27 22:49:31.253 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub |
1369 | 2024-08-27T22:49:32.581Z | Aug 27 22:49:31.503 INFO Download complete, target: Console |
1370 | 2024-08-27T22:49:32.617Z | Aug 27 22:49:31.540 INFO tarball path: out/downloads/cockroach-v22.1.9.illumos.tar.gz, target: Cockroach |
1371 | 2024-08-27T22:49:32.618Z | Aug 27 22:49:31.540 INFO Unpacking out/downloads/cockroach-v22.1.9.illumos.tar.gz to out/downloads, target: Cockroach |
1372 | 2024-08-27T22:49:32.698Z | Aug 27 22:49:31.621 INFO Download complete, target: TransceiverControl |
1373 | 2024-08-27T22:49:33.473Z | Aug 27 22:49:32.396 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse |
1374 | 2024-08-27T22:49:35.371Z | Aug 27 22:49:34.293 INFO Download complete, target: DendriteStub |
1375 | 2024-08-27T22:49:35.618Z | Aug 27 22:49:34.540 INFO Download complete, target: MaghemiteMgd |
1376 | 2024-08-27T22:49:40.978Z | Aug 27 22:49:39.901 INFO Copying from out/downloads/cockroach-v22.1.9 to out/cockroachdb, target: Cockroach |
1377 | 2024-08-27T22:49:41.283Z | Aug 27 22:49:40.206 INFO Checking that binary works, target: Cockroach |
1378 | 2024-08-27T22:49:41.444Z | Aug 27 22:49:40.367 INFO Download complete, target: Cockroach |
1379 | 2024-08-27T22:49:47.540Z | Aug 27 22:49:46.462 INFO Checking that binary works, target: Clickhouse |
1380 | 2024-08-27T22:49:47.702Z | Aug 27 22:49:46.625 INFO Download complete, target: Clickhouse |
1381 | 2024-08-27T22:49:47.724Z | All builder prerequisites installed successfully, and PATH looks valid |
1382 | 2024-08-27T22:49:47.727Z | |
1383 | 2024-08-27T22:49:47.727Z | real 3:59.287004739 |
1384 | 2024-08-27T22:49:47.727Z | user 11:23.367642387 |
1385 | 2024-08-27T22:49:47.727Z | sys 2:25.914866192 |
1386 | 2024-08-27T22:49:47.727Z | trap 0.413787593 |
1387 | 2024-08-27T22:49:47.727Z | tflt 1.515380923 |
1388 | 2024-08-27T22:49:47.727Z | dflt 1.741840767 |
1389 | 2024-08-27T22:49:47.727Z | kflt 0.028435734 |
1390 | 2024-08-27T22:49:47.727Z | lock 22:56.995727014 |
1391 | 2024-08-27T22:49:47.727Z | slp 44:14.620788529 |
1392 | 2024-08-27T22:49:47.727Z | lat 44.449995333 |
1393 | 2024-08-27T22:49:47.727Z | stop 1:53.516840148 |
1394 | 2024-08-27T22:49:47.727Z | + banner clippy |
1395 | 2024-08-27T22:49:47.730Z | |
1396 | 2024-08-27T22:49:47.730Z | #### # # ##### ##### # # |
1397 | 2024-08-27T22:49:47.730Z | # # # # # # # # # # |
1398 | 2024-08-27T22:49:47.730Z | # # # # # # # # |
1399 | 2024-08-27T22:49:47.730Z | # # # ##### ##### # |
1400 | 2024-08-27T22:49:47.730Z | # # # # # # # |
1401 | 2024-08-27T22:49:47.730Z | #### ###### # # # # |
1402 | 2024-08-27T22:49:47.730Z | |
1403 | 2024-08-27T22:49:47.730Z | + export CARGO_INCREMENTAL=0 |
1404 | 2024-08-27T22:49:47.730Z | + CARGO_INCREMENTAL=0 |
1405 | 2024-08-27T22:49:47.730Z | + ptime -m cargo xtask clippy |
1406 | 2024-08-27T22:49:48.284Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
1407 | 2024-08-27T22:49:52.074Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.30s |
1408 | 2024-08-27T22:49:52.139Z | Running `target/debug/xtask clippy` |
1409 | 2024-08-27T22:49:52.158Z | running: /home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/cargo "clippy" "--all-targets" "--workspace" "--" "--deny" "warnings" |
1410 | 2024-08-27T22:49:52.848Z | Downloading crates ... |
1411 | 2024-08-27T22:49:53.135Z | Downloaded cast v0.3.0 |
1412 | 2024-08-27T22:49:53.140Z | Downloaded ctr v0.9.2 |
1413 | 2024-08-27T22:49:53.154Z | Downloaded pathdiff v0.2.1 |
1414 | 2024-08-27T22:49:53.156Z | Downloaded md5 v0.7.0 |
1415 | 2024-08-27T22:49:53.157Z | Downloaded dhcproto-macros v0.1.0 |
1416 | 2024-08-27T22:49:53.159Z | Downloaded tower-layer v0.3.2 |
1417 | 2024-08-27T22:49:53.159Z | Downloaded guppy-workspace-hack v0.1.0 |
1418 | 2024-08-27T22:49:53.165Z | Downloaded escape8259 v0.5.2 |
1419 | 2024-08-27T22:49:53.167Z | Downloaded russh-cryptovec v0.7.2 |
1420 | 2024-08-27T22:49:53.167Z | Downloaded bcrypt-pbkdf v0.10.0 |
1421 | 2024-08-27T22:49:53.170Z | Downloaded plotters-svg v0.3.5 |
1422 | 2024-08-27T22:49:53.173Z | Downloaded approx v0.5.1 |
1423 | 2024-08-27T22:49:53.176Z | Downloaded threadpool v1.8.1 |
1424 | 2024-08-27T22:49:53.178Z | Downloaded blowfish v0.9.1 |
1425 | 2024-08-27T22:49:53.178Z | Downloaded proc-macro-crate v3.1.0 |
1426 | 2024-08-27T22:49:53.180Z | Downloaded ghash v0.5.1 |
1427 | 2024-08-27T22:49:53.183Z | Downloaded oorandom v11.1.3 |
1428 | 2024-08-27T22:49:53.183Z | Downloaded dirs-sys v0.4.1 |
1429 | 2024-08-27T22:49:53.190Z | Downloaded similar-asserts v1.5.0 |
1430 | 2024-08-27T22:49:53.192Z | Downloaded ssh-encoding v0.2.0 |
1431 | 2024-08-27T22:49:53.200Z | Downloaded rfc6979 v0.4.0 |
1432 | 2024-08-27T22:49:53.202Z | Downloaded datatest-stable v0.2.9 |
1433 | 2024-08-27T22:49:53.204Z | Downloaded criterion-plot v0.5.0 |
1434 | 2024-08-27T22:49:53.206Z | Downloaded anes v0.1.6 |
1435 | 2024-08-27T22:49:53.208Z | Downloaded rustls-native-certs v0.7.0 |
1436 | 2024-08-27T22:49:53.211Z | Downloaded rust-argon2 v2.1.0 |
1437 | 2024-08-27T22:49:53.211Z | Downloaded target-lexicon v0.12.16 |
1438 | 2024-08-27T22:49:53.214Z | Downloaded httptest v0.15.5 |
1439 | 2024-08-27T22:49:53.216Z | Downloaded ecdsa v0.16.9 |
1440 | 2024-08-27T22:49:53.218Z | Downloaded libtest-mimic v0.7.3 |
1441 | 2024-08-27T22:49:53.221Z | Downloaded doc-comment v0.3.3 |
1442 | 2024-08-27T22:49:53.221Z | Downloaded hyper-rustls v0.26.0 |
1443 | 2024-08-27T22:49:53.224Z | Downloaded nested v0.1.1 |
1444 | 2024-08-27T22:49:53.226Z | Downloaded http-body v1.0.0 |
1445 | 2024-08-27T22:49:53.226Z | Downloaded option-ext v0.2.0 |
1446 | 2024-08-27T22:49:53.226Z | Downloaded matches v0.1.10 |
1447 | 2024-08-27T22:49:53.232Z | Downloaded dhcproto v0.12.0 |
1448 | 2024-08-27T22:49:53.235Z | Downloaded blake2b_simd v1.0.2 |
1449 | 2024-08-27T22:49:53.240Z | Downloaded assert_cmd v2.0.16 |
1450 | 2024-08-27T22:49:53.255Z | Downloaded trybuild v1.0.99 |
1451 | 2024-08-27T22:49:53.259Z | Downloaded relative-path v1.9.3 |
1452 | 2024-08-27T22:49:53.261Z | Downloaded pbkdf2 v0.11.0 |
1453 | 2024-08-27T22:49:53.263Z | Downloaded num_cpus v1.16.0 |
1454 | 2024-08-27T22:49:53.266Z | Downloaded ed25519 v2.2.3 |
1455 | 2024-08-27T22:49:53.268Z | Downloaded polyval v0.6.2 |
1456 | 2024-08-27T22:49:53.268Z | Downloaded internet-checksum v0.2.1 |
1457 | 2024-08-27T22:49:53.270Z | Downloaded enum-as-inner v0.5.1 |
1458 | 2024-08-27T22:49:53.270Z | Downloaded hex-literal v0.4.1 |
1459 | 2024-08-27T22:49:53.272Z | Downloaded futures-timer v3.0.3 |
1460 | 2024-08-27T22:49:53.272Z | Downloaded dirs v5.0.1 |
1461 | 2024-08-27T22:49:53.275Z | Downloaded target-spec v3.2.1 |
1462 | 2024-08-27T22:49:53.275Z | Downloaded yansi v0.5.1 |
1463 | 2024-08-27T22:49:53.277Z | Downloaded cfg-expr v0.16.0 |
1464 | 2024-08-27T22:49:53.280Z | Downloaded aes-gcm v0.10.3 |
1465 | 2024-08-27T22:49:53.282Z | Downloaded ssh-cipher v0.2.0 |
1466 | 2024-08-27T22:49:53.290Z | Downloaded rstest_macros v0.22.0 |
1467 | 2024-08-27T22:49:53.292Z | Downloaded plotters-backend v0.3.5 |
1468 | 2024-08-27T22:49:53.297Z | Downloaded primeorder v0.13.6 |
1469 | 2024-08-27T22:49:53.301Z | Downloaded tinytemplate v1.2.1 |
1470 | 2024-08-27T22:49:53.303Z | Downloaded password-hash v0.4.2 |
1471 | 2024-08-27T22:49:53.306Z | Downloaded ed25519-dalek v2.1.1 |
1472 | 2024-08-27T22:49:53.308Z | Downloaded partial-io v0.5.4 |
1473 | 2024-08-27T22:49:53.311Z | Downloaded p256 v0.13.2 |
1474 | 2024-08-27T22:49:53.323Z | Downloaded russh-keys v0.44.0 |
1475 | 2024-08-27T22:49:53.325Z | Downloaded rstest v0.22.0 |
1476 | 2024-08-27T22:49:53.330Z | Downloaded num-bigint v0.4.5 |
1477 | 2024-08-27T22:49:53.335Z | Downloaded rand_distr v0.4.3 |
1478 | 2024-08-27T22:49:53.340Z | Downloaded pretty_assertions v1.4.0 |
1479 | 2024-08-27T22:49:53.347Z | Downloaded toml_edit v0.21.1 |
1480 | 2024-08-27T22:49:53.368Z | Downloaded hyper-util v0.1.3 |
1481 | 2024-08-27T22:49:53.371Z | Downloaded regex-automata v0.1.10 |
1482 | 2024-08-27T22:49:53.376Z | Downloaded fancy-regex v0.13.0 |
1483 | 2024-08-27T22:49:53.379Z | Downloaded tower v0.4.13 |
1484 | 2024-08-27T22:49:53.388Z | Downloaded p521 v0.13.3 |
1485 | 2024-08-27T22:49:53.392Z | Downloaded criterion v0.5.1 |
1486 | 2024-08-27T22:49:53.400Z | Downloaded plotters v0.3.5 |
1487 | 2024-08-27T22:49:53.409Z | Downloaded hyper v1.3.1 |
1488 | 2024-08-27T22:49:53.415Z | Downloaded ssh-key v0.6.6 |
1489 | 2024-08-27T22:49:53.422Z | Downloaded russh v0.44.1 |
1490 | 2024-08-27T22:49:53.427Z | Downloaded guppy v0.17.7 |
1491 | 2024-08-27T22:49:53.432Z | Downloaded p384 v0.13.0 |
1492 | 2024-08-27T22:49:53.438Z | Downloaded idna v0.2.3 |
1493 | 2024-08-27T22:49:53.444Z | Downloaded trust-dns-proto v0.22.0 |
1494 | 2024-08-27T22:49:53.455Z | Downloaded bstr v0.2.17 |
1495 | 2024-08-27T22:49:54.130Z | Checking cfg-if v1.0.0 |
1496 | 2024-08-27T22:49:54.197Z | Checking libc v0.2.156 |
1497 | 2024-08-27T22:49:54.218Z | Checking serde v1.0.208 |
1498 | 2024-08-27T22:49:54.236Z | Checking memchr v2.7.2 |
1499 | 2024-08-27T22:49:54.257Z | Checking scopeguard v1.2.0 |
1500 | 2024-08-27T22:49:54.272Z | Checking log v0.4.21 |
1501 | 2024-08-27T22:49:54.294Z | Checking byteorder v1.5.0 |
1502 | 2024-08-27T22:49:54.316Z | Checking itoa v1.0.11 |
1503 | 2024-08-27T22:49:54.337Z | Checking smallvec v1.13.2 |
1504 | 2024-08-27T22:49:54.387Z | Checking lock_api v0.4.12 |
1505 | 2024-08-27T22:49:54.518Z | Checking zeroize v1.7.0 |
1506 | 2024-08-27T22:49:54.545Z | Checking once_cell v1.19.0 |
1507 | 2024-08-27T22:49:54.687Z | Checking pin-project-lite v0.2.14 |
1508 | 2024-08-27T22:49:54.714Z | Checking typenum v1.17.0 |
1509 | 2024-08-27T22:49:54.776Z | Checking libm v0.2.8 |
1510 | 2024-08-27T22:49:54.813Z | Checking subtle v2.5.0 |
1511 | 2024-08-27T22:49:54.836Z | Checking ryu v1.0.18 |
1512 | 2024-08-27T22:49:54.838Z | Checking spin v0.9.8 |
1513 | 2024-08-27T22:49:55.064Z | Checking thiserror v1.0.63 |
1514 | 2024-08-27T22:49:55.088Z | Checking futures-core v0.3.30 |
1515 | 2024-08-27T22:49:55.115Z | Checking zerocopy v0.7.34 |
1516 | 2024-08-27T22:49:55.198Z | Checking const-oid v0.9.6 |
1517 | 2024-08-27T22:49:55.200Z | Checking futures-sink v0.3.30 |
1518 | 2024-08-27T22:49:55.272Z | Checking slab v0.4.9 |
1519 | 2024-08-27T22:49:55.318Z | Checking getrandom v0.2.14 |
1520 | 2024-08-27T22:49:55.349Z | Checking parking_lot_core v0.9.10 |
1521 | 2024-08-27T22:49:55.526Z | Checking signal-hook-registry v1.4.2 |
1522 | 2024-08-27T22:49:55.576Z | Checking rand_core v0.6.4 |
1523 | 2024-08-27T22:49:55.680Z | Checking mio v1.0.2 |
1524 | 2024-08-27T22:49:55.703Z | Checking parking_lot v0.12.2 |
1525 | 2024-08-27T22:49:55.777Z | Checking num-traits v0.2.19 |
1526 | 2024-08-27T22:49:55.875Z | Checking socket2 v0.5.7 |
1527 | 2024-08-27T22:49:55.955Z | Checking generic-array v0.14.7 |
1528 | 2024-08-27T22:49:56.034Z | Checking futures-channel v0.3.30 |
1529 | 2024-08-27T22:49:56.274Z | Checking pin-utils v0.1.0 |
1530 | 2024-08-27T22:49:56.360Z | Checking futures-io v0.3.30 |
1531 | 2024-08-27T22:49:56.380Z | Checking futures-task v0.3.30 |
1532 | 2024-08-27T22:49:56.417Z | Checking cpufeatures v0.2.12 |
1533 | 2024-08-27T22:49:56.501Z | Checking ahash v0.8.11 |
1534 | 2024-08-27T22:49:56.532Z | Checking allocator-api2 v0.2.18 |
1535 | 2024-08-27T22:49:56.562Z | Checking fnv v1.0.7 |
1536 | 2024-08-27T22:49:56.595Z | Checking futures-util v0.3.30 |
1537 | 2024-08-27T22:49:56.695Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1538 | 2024-08-27T22:49:56.979Z | Checking iana-time-zone v0.1.60 |
1539 | 2024-08-27T22:49:57.023Z | Checking equivalent v1.0.1 |
1540 | 2024-08-27T22:49:57.050Z | Checking ppv-lite86 v0.2.17 |
1541 | 2024-08-27T22:49:57.096Z | Checking crypto-common v0.1.6 |
1542 | 2024-08-27T22:49:57.121Z | Checking block-buffer v0.10.4 |
1543 | 2024-08-27T22:49:57.123Z | Checking tinyvec_macros v0.1.1 |
1544 | 2024-08-27T22:49:57.162Z | Checking hashbrown v0.14.5 |
1545 | 2024-08-27T22:49:57.228Z | Checking tinyvec v1.6.0 |
1546 | 2024-08-27T22:49:57.275Z | Checking tracing-core v0.1.32 |
1547 | 2024-08-27T22:49:57.335Z | Checking digest v0.10.7 |
1548 | 2024-08-27T22:49:57.470Z | Checking unicode-bidi v0.3.15 |
1549 | 2024-08-27T22:49:57.709Z | Checking dyn-clone v1.0.17 |
1550 | 2024-08-27T22:49:57.712Z | Checking rand_chacha v0.3.1 |
1551 | 2024-08-27T22:49:57.854Z | Checking percent-encoding v2.3.1 |
1552 | 2024-08-27T22:49:57.912Z | Checking tracing v0.1.40 |
1553 | 2024-08-27T22:49:58.071Z | Checking regex-syntax v0.8.4 |
1554 | 2024-08-27T22:49:58.103Z | Checking rand v0.8.5 |
1555 | 2024-08-27T22:49:58.126Z | Checking errno v0.3.9 |
1556 | 2024-08-27T22:49:58.260Z | Checking form_urlencoded v1.2.1 |
1557 | 2024-08-27T22:49:58.291Z | Checking block-padding v0.3.3 |
1558 | 2024-08-27T22:49:58.319Z | Checking lazy_static v1.5.0 |
1559 | 2024-08-27T22:49:58.435Z | Checking aho-corasick v1.1.3 |
1560 | 2024-08-27T22:49:58.456Z | Checking httparse v1.8.0 |
1561 | 2024-08-27T22:49:58.478Z | Checking unicode-normalization v0.1.23 |
1562 | 2024-08-27T22:49:58.508Z | Checking inout v0.1.3 |
1563 | 2024-08-27T22:49:58.749Z | Checking cipher v0.4.4 |
1564 | 2024-08-27T22:49:58.903Z | Checking unicode-ident v1.0.12 |
1565 | 2024-08-27T22:49:59.078Z | Checking base64ct v1.6.0 |
1566 | 2024-08-27T22:49:59.152Z | Checking bytes v1.7.1 |
1567 | 2024-08-27T22:49:59.176Z | Checking bitflags v2.6.0 |
1568 | 2024-08-27T22:49:59.334Z | Checking serde_json v1.0.125 |
1569 | 2024-08-27T22:49:59.392Z | Checking chrono v0.4.38 |
1570 | 2024-08-27T22:49:59.476Z | Checking indexmap v2.4.0 |
1571 | 2024-08-27T22:49:59.531Z | Checking uuid v1.10.0 |
1572 | 2024-08-27T22:49:59.935Z | Checking tokio v1.39.3 |
1573 | 2024-08-27T22:50:00.051Z | Checking rustix v0.38.34 |
1574 | 2024-08-27T22:50:00.147Z | Checking http v0.2.12 |
1575 | 2024-08-27T22:50:00.776Z | Checking hmac v0.12.1 |
1576 | 2024-08-27T22:50:00.980Z | Checking adler v1.0.2 |
1577 | 2024-08-27T22:50:01.012Z | Checking unicode-width v0.1.13 |
1578 | 2024-08-27T22:50:01.128Z | Checking powerfmt v0.2.0 |
1579 | 2024-08-27T22:50:01.185Z | Checking miniz_oxide v0.7.2 |
1580 | 2024-08-27T22:50:01.250Z | Checking regex-automata v0.4.6 |
1581 | 2024-08-27T22:50:01.388Z | Checking deranged v0.3.11 |
1582 | 2024-08-27T22:50:01.421Z | Checking schemars v0.8.21 |
1583 | 2024-08-27T22:50:01.461Z | Checking idna v0.5.0 |
1584 | 2024-08-27T22:50:01.586Z | Checking proc-macro2 v1.0.86 |
1585 | 2024-08-27T22:50:01.901Z | Checking sha2 v0.10.8 |
1586 | 2024-08-27T22:50:02.050Z | Checking num_threads v0.1.7 |
1587 | 2024-08-27T22:50:02.172Z | Checking untrusted v0.9.0 |
1588 | 2024-08-27T22:50:02.257Z | Checking time-core v0.1.2 |
1589 | 2024-08-27T22:50:02.327Z | Checking num-conv v0.1.0 |
1590 | 2024-08-27T22:50:02.350Z | Checking ring v0.17.8 |
1591 | 2024-08-27T22:50:02.421Z | Checking url v2.5.2 |
1592 | 2024-08-27T22:50:02.449Z | Checking quote v1.0.36 |
1593 | 2024-08-27T22:50:02.578Z | Checking try-lock v0.2.5 |
1594 | 2024-08-27T22:50:02.721Z | Checking want v0.3.1 |
1595 | 2024-08-27T22:50:02.793Z | Checking syn v2.0.74 |
1596 | 2024-08-27T22:50:02.900Z | Checking pem-rfc7468 v0.7.0 |
1597 | 2024-08-27T22:50:03.033Z | Checking slog v2.7.0 |
1598 | 2024-08-27T22:50:03.156Z | Checking time v0.3.36 |
1599 | 2024-08-27T22:50:03.178Z | Checking tower-service v0.3.2 |
1600 | 2024-08-27T22:50:03.255Z | Checking futures-executor v0.3.30 |
1601 | 2024-08-27T22:50:03.295Z | Checking flagset v0.4.5 |
1602 | 2024-08-27T22:50:03.495Z | Checking futures v0.3.30 |
1603 | 2024-08-27T22:50:03.498Z | Checking gimli v0.28.1 |
1604 | 2024-08-27T22:50:03.540Z | Checking httpdate v1.0.3 |
1605 | 2024-08-27T22:50:03.603Z | Checking der v0.7.9 |
1606 | 2024-08-27T22:50:03.788Z | Checking http-body v0.4.6 |
1607 | 2024-08-27T22:50:04.188Z | Checking pbkdf2 v0.12.2 |
1608 | 2024-08-27T22:50:04.191Z | Checking aes v0.8.4 |
1609 | 2024-08-27T22:50:04.357Z | Checking object v0.32.2 |
1610 | 2024-08-27T22:50:05.167Z | Checking rustc-demangle v0.1.24 |
1611 | 2024-08-27T22:50:05.535Z | Checking spki v0.7.3 |
1612 | 2024-08-27T22:50:05.601Z | Checking cbc v0.1.2 |
1613 | 2024-08-27T22:50:05.622Z | Checking salsa20 v0.10.2 |
1614 | 2024-08-27T22:50:05.667Z | Checking regex v1.10.6 |
1615 | 2024-08-27T22:50:05.802Z | Checking base64 v0.21.7 |
1616 | 2024-08-27T22:50:05.828Z | Checking mime v0.3.17 |
1617 | 2024-08-27T22:50:05.850Z | Checking scrypt v0.11.0 |
1618 | 2024-08-27T22:50:06.069Z | Checking data-encoding v2.6.0 |
1619 | 2024-08-27T22:50:06.143Z | Checking utf8parse v0.2.1 |
1620 | 2024-08-27T22:50:06.258Z | Checking ipnet v2.9.0 |
1621 | 2024-08-27T22:50:06.283Z | Checking pkcs5 v0.7.1 |
1622 | 2024-08-27T22:50:06.288Z | Checking serde_spanned v0.6.7 |
1623 | 2024-08-27T22:50:06.483Z | Checking toml_datetime v0.6.8 |
1624 | 2024-08-27T22:50:06.713Z | Checking crossbeam-utils v0.8.19 |
1625 | 2024-08-27T22:50:06.771Z | Checking openssl-probe v0.1.5 |
1626 | 2024-08-27T22:50:06.791Z | Checking foreign-types-shared v0.1.1 |
1627 | 2024-08-27T22:50:06.793Z | Checking pkcs8 v0.10.2 |
1628 | 2024-08-27T22:50:06.910Z | Checking foreign-types v0.3.2 |
1629 | 2024-08-27T22:50:06.936Z | Checking serde_urlencoded v0.7.1 |
1630 | 2024-08-27T22:50:06.999Z | Checking tokio-util v0.7.11 |
1631 | 2024-08-27T22:50:07.019Z | Checking openssl-sys v0.9.103 |
1632 | 2024-08-27T22:50:07.089Z | Checking encoding_rs v0.8.34 |
1633 | 2024-08-27T22:50:07.350Z | Checking anstyle v1.0.8 |
1634 | 2024-08-27T22:50:07.376Z | Checking rustls-webpki v0.101.7 |
1635 | 2024-08-27T22:50:07.380Z | Checking addr2line v0.21.0 |
1636 | 2024-08-27T22:50:07.670Z | Checking sct v0.7.1 |
1637 | 2024-08-27T22:50:07.878Z | Checking semver v1.0.23 |
1638 | 2024-08-27T22:50:07.903Z | Checking h2 v0.3.26 |
1639 | 2024-08-27T22:50:07.906Z | Checking sha1 v0.10.6 |
1640 | 2024-08-27T22:50:08.045Z | Checking either v1.13.0 |
1641 | 2024-08-27T22:50:08.189Z | Checking rustls v0.21.12 |
1642 | 2024-08-27T22:50:08.270Z | Checking scroll v0.12.0 |
1643 | 2024-08-27T22:50:08.291Z | Checking openssl v0.10.66 |
1644 | 2024-08-27T22:50:08.410Z | Checking ucd-trie v0.1.6 |
1645 | 2024-08-27T22:50:08.618Z | Checking plain v0.2.3 |
1646 | 2024-08-27T22:50:08.721Z | Checking pest v2.7.10 |
1647 | 2024-08-27T22:50:08.774Z | Checking goblin v0.8.2 |
1648 | 2024-08-27T22:50:09.220Z | Checking anstyle-parse v0.2.4 |
1649 | 2024-08-27T22:50:09.407Z | Checking openapiv3 v2.0.0 |
1650 | 2024-08-27T22:50:09.483Z | Checking idna v0.3.0 |
1651 | 2024-08-27T22:50:10.281Z | Checking backtrace v0.3.71 |
1652 | 2024-08-27T22:50:10.338Z | Checking bitflags v1.3.2 |
1653 | 2024-08-27T22:50:10.439Z | Checking is_terminal_polyfill v1.70.0 |
1654 | 2024-08-27T22:50:10.561Z | Checking anstyle-query v1.0.3 |
1655 | 2024-08-27T22:50:10.696Z | Checking colorchoice v1.0.1 |
1656 | 2024-08-27T22:50:10.824Z | Checking anyhow v1.0.86 |
1657 | 2024-08-27T22:50:10.848Z | Checking psl-types v2.0.11 |
1658 | 2024-08-27T22:50:11.029Z | Checking pretty-hex v0.4.1 |
1659 | 2024-08-27T22:50:11.198Z | Checking base64 v0.22.1 |
1660 | 2024-08-27T22:50:11.202Z | Checking dtrace-parser v0.2.0 |
1661 | 2024-08-27T22:50:11.243Z | Checking publicsuffix v2.2.3 |
1662 | 2024-08-27T22:50:11.305Z | Checking tokio-rustls v0.24.1 |
1663 | 2024-08-27T22:50:11.485Z | Checking anstream v0.6.14 |
1664 | 2024-08-27T22:50:11.677Z | Checking rustls-pemfile v1.0.4 |
1665 | 2024-08-27T22:50:11.701Z | Checking cookie v0.17.0 |
1666 | 2024-08-27T22:50:11.721Z | Checking terminal_size v0.3.0 |
1667 | 2024-08-27T22:50:11.855Z | Checking thread-id v4.2.1 |
1668 | 2024-08-27T22:50:11.879Z | Checking strsim v0.11.1 |
1669 | 2024-08-27T22:50:11.882Z | Checking clap_lex v0.7.0 |
1670 | 2024-08-27T22:50:11.971Z | Checking signature v2.2.0 |
1671 | 2024-08-27T22:50:12.122Z | Checking cookie_store v0.20.0 |
1672 | 2024-08-27T22:50:12.145Z | Checking memmap v0.7.0 |
1673 | 2024-08-27T22:50:12.171Z | Checking clap_builder v4.5.15 |
1674 | 2024-08-27T22:50:12.176Z | Checking webpki-roots v0.25.4 |
1675 | 2024-08-27T22:50:12.332Z | Checking sync_wrapper v0.1.2 |
1676 | 2024-08-27T22:50:12.355Z | Checking num-integer v0.1.46 |
1677 | 2024-08-27T22:50:12.462Z | Checking winnow v0.6.18 |
1678 | 2024-08-27T22:50:12.717Z | Checking base16ct v0.2.0 |
1679 | 2024-08-27T22:50:12.806Z | Checking ff v0.13.0 |
1680 | 2024-08-27T22:50:12.829Z | Checking stable_deref_trait v1.2.0 |
1681 | 2024-08-27T22:50:12.905Z | Checking sec1 v0.7.3 |
1682 | 2024-08-27T22:50:12.940Z | Checking num-iter v0.1.45 |
1683 | 2024-08-27T22:50:13.014Z | Checking group v0.13.0 |
1684 | 2024-08-27T22:50:13.117Z | Checking hkdf v0.12.4 |
1685 | 2024-08-27T22:50:13.259Z | Checking crypto-bigint v0.5.5 |
1686 | 2024-08-27T22:50:13.282Z | Checking crc32fast v1.4.0 |
1687 | 2024-08-27T22:50:13.340Z | Checking crossbeam-epoch v0.9.18 |
1688 | 2024-08-27T22:50:13.501Z | Checking hex v0.4.3 |
1689 | 2024-08-27T22:50:13.643Z | Checking dof v0.3.0 |
1690 | 2024-08-27T22:50:13.668Z | Checking native-tls v0.2.11 |
1691 | 2024-08-27T22:50:13.754Z | Checking managed v0.8.0 |
1692 | 2024-08-27T22:50:13.784Z | Checking hyper v0.14.30 |
1693 | 2024-08-27T22:50:14.004Z | Checking tokio-native-tls v0.3.1 |
1694 | 2024-08-27T22:50:14.008Z | Checking winnow v0.5.40 |
1695 | 2024-08-27T22:50:14.126Z | Checking static_assertions v1.1.0 |
1696 | 2024-08-27T22:50:14.226Z | Checking unicode-segmentation v1.11.0 |
1697 | 2024-08-27T22:50:14.268Z | Checking num-bigint-dig v0.8.4 |
1698 | 2024-08-27T22:50:14.292Z | Checking usdt-impl v0.5.0 |
1699 | 2024-08-27T22:50:14.821Z | Checking usdt v0.5.0 |
1700 | 2024-08-27T22:50:14.876Z | Checking pkcs1 v0.7.5 |
1701 | 2024-08-27T22:50:15.073Z | Checking signal-hook v0.3.17 |
1702 | 2024-08-27T22:50:15.127Z | Checking clap v4.5.16 |
1703 | 2024-08-27T22:50:15.248Z | Checking zerocopy v0.6.6 |
1704 | 2024-08-27T22:50:15.294Z | Checking flate2 v1.0.31 |
1705 | 2024-08-27T22:50:15.327Z | Checking toml_edit v0.22.20 |
1706 | 2024-08-27T22:50:15.387Z | Checking bstr v1.9.1 |
1707 | 2024-08-27T22:50:15.949Z | Checking mio v0.8.11 |
1708 | 2024-08-27T22:50:15.990Z | Checking siphasher v0.3.11 |
1709 | 2024-08-27T22:50:16.031Z | Checking elliptic-curve v0.13.8 |
1710 | 2024-08-27T22:50:16.296Z | Checking itertools v0.10.5 |
1711 | 2024-08-27T22:50:16.318Z | Checking idna v0.4.0 |
1712 | 2024-08-27T22:50:16.399Z | Checking rsa v0.9.6 |
1713 | 2024-08-27T22:50:16.576Z | Checking signal-hook-mio v0.2.4 |
1714 | 2024-08-27T22:50:16.646Z | Checking bit-vec v0.6.3 |
1715 | 2024-08-27T22:50:16.729Z | Checking itertools v0.12.1 |
1716 | 2024-08-27T22:50:16.936Z | Checking toml_edit v0.19.15 |
1717 | 2024-08-27T22:50:16.986Z | Checking bit-set v0.5.3 |
1718 | 2024-08-27T22:50:17.155Z | Checking hickory-proto v0.24.1 |
1719 | 2024-08-27T22:50:17.247Z | Checking hash32 v0.2.1 |
1720 | 2024-08-27T22:50:17.402Z | Checking finl_unicode v1.2.0 |
1721 | 2024-08-27T22:50:17.567Z | Checking predicates-core v1.0.6 |
1722 | 2024-08-27T22:50:17.766Z | Checking heapless v0.7.17 |
1723 | 2024-08-27T22:50:17.920Z | Checking tokio-stream v0.1.15 |
1724 | 2024-08-27T22:50:17.994Z | Checking stringprep v0.1.4 |
1725 | 2024-08-27T22:50:18.286Z | Checking console v0.15.8 |
1726 | 2024-08-27T22:50:18.490Z | Checking md-5 v0.10.6 |
1727 | 2024-08-27T22:50:18.715Z | Checking float-cmp v0.9.0 |
1728 | 2024-08-27T22:50:18.758Z | Checking fallible-iterator v0.2.0 |
1729 | 2024-08-27T22:50:18.808Z | Checking difflib v0.4.0 |
1730 | 2024-08-27T22:50:18.846Z | Checking fixedbitset v0.4.2 |
1731 | 2024-08-27T22:50:18.908Z | Checking normalize-line-endings v0.3.0 |
1732 | 2024-08-27T22:50:19.039Z | Checking smoltcp v0.9.1 |
1733 | 2024-08-27T22:50:19.117Z | Checking petgraph v0.6.5 |
1734 | 2024-08-27T22:50:19.121Z | Checking predicates v3.1.2 |
1735 | 2024-08-27T22:50:19.266Z | Checking phf_shared v0.10.0 |
1736 | 2024-08-27T22:50:19.291Z | Checking toml v0.7.8 |
1737 | 2024-08-27T22:50:19.378Z | Checking postgres-protocol v0.6.7 |
1738 | 2024-08-27T22:50:19.541Z | Checking phf_shared v0.11.2 |
1739 | 2024-08-27T22:50:19.785Z | Checking hyper-tls v0.5.0 |
1740 | 2024-08-27T22:50:19.789Z | Checking hyper-rustls v0.24.2 |
1741 | 2024-08-27T22:50:19.832Z | Checking similar v2.6.0 |
1742 | 2024-08-27T22:50:19.998Z | Checking fs-err v2.11.0 |
1743 | 2024-08-27T22:50:20.024Z | Checking nix v0.28.0 |
1744 | 2024-08-27T22:50:20.085Z | Checking hubpack v0.1.2 |
1745 | 2024-08-27T22:50:20.109Z | Checking reqwest v0.11.27 |
1746 | 2024-08-27T22:50:20.408Z | Checking minimal-lexical v0.2.1 |
1747 | 2024-08-27T22:50:20.471Z | Checking precomputed-hash v0.1.1 |
1748 | 2024-08-27T22:50:20.556Z | Checking new_debug_unreachable v1.0.6 |
1749 | 2024-08-27T22:50:20.589Z | Checking lalrpop-util v0.19.12 |
1750 | 2024-08-27T22:50:20.653Z | Checking string_cache v0.8.7 |
1751 | 2024-08-27T22:50:20.692Z | Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=319e7b92db69792ab8efa4c68554ad0cf83adf93#319e7b92) |
1752 | 2024-08-27T22:50:20.816Z | Checking nom v7.1.3 |
1753 | 2024-08-27T22:50:20.863Z | Checking postgres-types v0.2.7 |
1754 | 2024-08-27T22:50:20.941Z | Checking phf v0.11.2 |
1755 | 2024-08-27T22:50:21.214Z | Checking peg-runtime v0.8.3 |
1756 | 2024-08-27T22:50:21.436Z | Checking whoami v1.5.1 |
1757 | 2024-08-27T22:50:21.657Z | Compiling regress v0.9.1 |
1758 | 2024-08-27T22:50:21.704Z | Compiling getopts v0.2.21 |
1759 | 2024-08-27T22:50:21.742Z | Checking tokio-postgres v0.7.11 |
1760 | 2024-08-27T22:50:21.902Z | Compiling unsafe-libyaml v0.2.11 |
1761 | 2024-08-27T22:50:22.504Z | Checking camino v1.1.9 |
1762 | 2024-08-27T22:50:22.603Z | Checking heck v0.5.0 |
1763 | 2024-08-27T22:50:22.887Z | Checking is-terminal v0.4.12 |
1764 | 2024-08-27T22:50:22.971Z | Compiling paste v1.0.15 |
1765 | 2024-08-27T22:50:23.120Z | Compiling ident_case v1.0.1 |
1766 | 2024-08-27T22:50:23.301Z | Compiling serde_yaml v0.9.34+deprecated |
1767 | 2024-08-27T22:50:23.671Z | Compiling darling_core v0.20.9 |
1768 | 2024-08-27T22:50:23.952Z | Checking progenitor-client v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
1769 | 2024-08-27T22:50:24.534Z | Checking http v1.1.0 |
1770 | 2024-08-27T22:50:24.696Z | Compiling rustls v0.22.4 |
1771 | 2024-08-27T22:50:24.870Z | Checking dirs-sys-next v0.1.2 |
1772 | 2024-08-27T22:50:25.022Z | Checking crossbeam-channel v0.5.12 |
1773 | 2024-08-27T22:50:25.051Z | Checking dirs-next v2.0.0 |
1774 | 2024-08-27T22:50:25.184Z | Checking thread_local v1.1.8 |
1775 | 2024-08-27T22:50:25.464Z | Compiling typify-impl v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6) |
1776 | 2024-08-27T22:50:25.758Z | Compiling multer v3.1.0 |
1777 | 2024-08-27T22:50:25.791Z | Checking term v0.7.0 |
1778 | 2024-08-27T22:50:25.860Z | Compiling async-stream-impl v0.3.5 |
1779 | 2024-08-27T22:50:26.130Z | Checking take_mut v0.2.2 |
1780 | 2024-08-27T22:50:26.200Z | Checking slog-term v2.9.1 |
1781 | 2024-08-27T22:50:26.277Z | Checking slog-async v2.8.0 |
1782 | 2024-08-27T22:50:26.561Z | Checking rustls-pki-types v1.7.0 |
1783 | 2024-08-27T22:50:30.978Z | Checking match_cfg v0.1.0 |
1784 | 2024-08-27T22:50:31.041Z | Checking hostname v0.3.1 |
1785 | 2024-08-27T22:50:31.041Z | Checking strum v0.26.3 |
1786 | 2024-08-27T22:50:31.041Z | Checking toml v0.8.19 |
1787 | 2024-08-27T22:50:31.041Z | Compiling dropshot v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#06c8dab4) |
1788 | 2024-08-27T22:50:31.041Z | Checking rustls-webpki v0.102.4 |
1789 | 2024-08-27T22:50:31.041Z | Compiling dropshot_endpoint v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#06c8dab4) |
1790 | 2024-08-27T22:50:31.041Z | Checking rustls-pemfile v2.1.3 |
1791 | 2024-08-27T22:50:31.041Z | Checking debug-ignore v1.0.5 |
1792 | 2024-08-27T22:50:31.041Z | Checking slog-json v2.6.1 |
1793 | 2024-08-27T22:50:31.041Z | Checking atomic-waker v1.1.2 |
1794 | 2024-08-27T22:50:31.041Z | Checking async-stream v0.3.5 |
1795 | 2024-08-27T22:50:31.042Z | Checking waitgroup v0.1.2 |
1796 | 2024-08-27T22:50:31.042Z | Checking slog-bunyan v2.5.0 |
1797 | 2024-08-27T22:50:31.042Z | Checking serde_path_to_error v0.1.16 |
1798 | 2024-08-27T22:50:31.042Z | Checking hostname v0.4.0 |
1799 | 2024-08-27T22:50:31.042Z | Checking fastrand v2.1.0 |
1800 | 2024-08-27T22:50:31.042Z | Checking ipnetwork v0.20.0 |
1801 | 2024-08-27T22:50:31.042Z | Checking tempfile v3.10.1 |
1802 | 2024-08-27T22:50:31.042Z | Checking instant v0.1.12 |
1803 | 2024-08-27T22:50:31.042Z | Compiling structmeta-derive v0.3.0 |
1804 | 2024-08-27T22:50:31.042Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
1805 | 2024-08-27T22:50:31.042Z | Checking quick-error v1.2.3 |
1806 | 2024-08-27T22:50:31.042Z | Checking newtype-uuid v1.1.0 |
1807 | 2024-08-27T22:50:31.042Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
1808 | 2024-08-27T22:50:31.042Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
1809 | 2024-08-27T22:50:31.042Z | Checking macaddr v1.0.1 |
1810 | 2024-08-27T22:50:31.042Z | Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
1811 | 2024-08-27T22:50:31.042Z | Checking backoff v0.4.0 |
1812 | 2024-08-27T22:50:31.042Z | Checking oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#2612d220) |
1813 | 2024-08-27T22:50:31.042Z | Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
1814 | 2024-08-27T22:50:31.042Z | Checking wait-timeout v0.2.0 |
1815 | 2024-08-27T22:50:31.042Z | Checking rand_xorshift v0.3.0 |
1816 | 2024-08-27T22:50:31.042Z | Checking rusty-fork v0.3.0 |
1817 | 2024-08-27T22:50:31.042Z | Compiling structmeta-derive v0.2.0 |
1818 | 2024-08-27T22:50:31.042Z | Checking unarray v0.1.4 |
1819 | 2024-08-27T22:50:31.042Z | Compiling proc-macro-error v1.0.4 |
1820 | 2024-08-27T22:50:31.042Z | Checking proptest v1.5.0 |
1821 | 2024-08-27T22:50:31.042Z | Compiling darling_macro v0.20.9 |
1822 | 2024-08-27T22:50:31.042Z | Checking camino-tempfile v1.1.1 |
1823 | 2024-08-27T22:50:31.121Z | Compiling proc-macro-crate v1.3.1 |
1824 | 2024-08-27T22:50:31.495Z | Checking tokio-rustls v0.25.0 |
1825 | 2024-08-27T22:50:31.535Z | Compiling darling v0.20.9 |
1826 | 2024-08-27T22:50:31.558Z | Compiling structmeta v0.3.0 |
1827 | 2024-08-27T22:50:31.655Z | Compiling serde_with_macros v3.9.0 |
1828 | 2024-08-27T22:50:31.759Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1829 | 2024-08-27T22:50:31.974Z | Compiling parse-display-derive v0.10.0 |
1830 | 2024-08-27T22:50:32.163Z | Compiling num_enum_derive v0.5.11 |
1831 | 2024-08-27T22:50:32.185Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1832 | 2024-08-27T22:50:32.519Z | Compiling foreign-types-macros v0.2.3 |
1833 | 2024-08-27T22:50:32.901Z | Compiling structmeta v0.2.0 |
1834 | 2024-08-27T22:50:33.359Z | Compiling test-strategy v0.3.1 |
1835 | 2024-08-27T22:50:33.891Z | Checking foreign-types-shared v0.3.1 |
1836 | 2024-08-27T22:50:34.009Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
1837 | 2024-08-27T22:50:34.348Z | Checking foreign-types v0.5.0 |
1838 | 2024-08-27T22:50:34.696Z | Checking serde_with v3.9.0 |
1839 | 2024-08-27T22:50:34.793Z | Checking cstr-argument v0.1.2 |
1840 | 2024-08-27T22:50:34.818Z | Checking num_enum v0.5.11 |
1841 | 2024-08-27T22:50:34.970Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
1842 | 2024-08-27T22:50:34.973Z | Checking pretty-hex v0.2.1 |
1843 | 2024-08-27T22:50:34.973Z | Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1844 | 2024-08-27T22:50:35.164Z | Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1845 | 2024-08-27T22:50:35.312Z | Checking tabwriter v1.4.0 |
1846 | 2024-08-27T22:50:35.432Z | Checking colored v2.1.0 |
1847 | 2024-08-27T22:50:35.544Z | Checking socket2 v0.4.10 |
1848 | 2024-08-27T22:50:35.683Z | Checking smf v0.2.3 |
1849 | 2024-08-27T22:50:35.725Z | Compiling heapless v0.8.0 |
1850 | 2024-08-27T22:50:35.967Z | Checking termtree v0.4.1 |
1851 | 2024-08-27T22:50:35.989Z | Checking hash32 v0.3.1 |
1852 | 2024-08-27T22:50:36.122Z | Compiling smoltcp v0.11.0 |
1853 | 2024-08-27T22:50:36.164Z | Checking predicates-tree v1.0.9 |
1854 | 2024-08-27T22:50:36.186Z | Compiling crucible-workspace-hack v0.1.0 |
1855 | 2024-08-27T22:50:36.309Z | Checking cobs v0.2.3 |
1856 | 2024-08-27T22:50:36.506Z | Checking embedded-io v0.4.0 |
1857 | 2024-08-27T22:50:36.642Z | Checking sigpipe v0.1.3 |
1858 | 2024-08-27T22:50:36.671Z | Checking parse-display v0.10.0 |
1859 | 2024-08-27T22:50:36.698Z | Checking postcard v1.0.8 |
1860 | 2024-08-27T22:50:36.750Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
1861 | 2024-08-27T22:50:36.874Z | Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
1862 | 2024-08-27T22:50:36.893Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
1863 | 2024-08-27T22:50:37.009Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#4ceaf96e) |
1864 | 2024-08-27T22:50:37.122Z | Compiling mockall_derive v0.13.0 |
1865 | 2024-08-27T22:50:37.332Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
1866 | 2024-08-27T22:50:37.355Z | Checking poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
1867 | 2024-08-27T22:50:37.382Z | Checking humantime v2.1.0 |
1868 | 2024-08-27T22:50:37.613Z | Compiling zone_cfg_derive v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56) |
1869 | 2024-08-27T22:50:37.653Z | Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c) |
1870 | 2024-08-27T22:50:37.789Z | Compiling num-derive v0.4.2 |
1871 | 2024-08-27T22:50:37.898Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
1872 | 2024-08-27T22:50:37.989Z | Checking fragile v2.0.0 |
1873 | 2024-08-27T22:50:38.202Z | Checking downcast v0.11.0 |
1874 | 2024-08-27T22:50:38.287Z | Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c) |
1875 | 2024-08-27T22:50:38.404Z | Checking utf-8 v0.7.6 |
1876 | 2024-08-27T22:50:38.543Z | Checking arc-swap v1.7.1 |
1877 | 2024-08-27T22:50:38.599Z | Checking newline-converter v0.3.0 |
1878 | 2024-08-27T22:50:38.835Z | Checking expectorate v1.1.0 |
1879 | 2024-08-27T22:50:39.008Z | Checking xattr v1.3.1 |
1880 | 2024-08-27T22:50:39.056Z | Checking slog-scope v4.4.0 |
1881 | 2024-08-27T22:50:39.125Z | Checking zone v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56) |
1882 | 2024-08-27T22:50:39.202Z | Checking filetime v0.2.24 |
1883 | 2024-08-27T22:50:39.253Z | Checking slog-stdlog v4.1.1 |
1884 | 2024-08-27T22:50:39.337Z | Checking termcolor v1.4.1 |
1885 | 2024-08-27T22:50:39.422Z | Checking slog-envlogger v2.2.0 |
1886 | 2024-08-27T22:50:39.425Z | Checking tar v0.4.41 |
1887 | 2024-08-27T22:50:39.638Z | Checking same-file v1.0.6 |
1888 | 2024-08-27T22:50:39.766Z | Compiling derive-where v1.2.7 |
1889 | 2024-08-27T22:50:39.814Z | Checking walkdir v2.5.0 |
1890 | 2024-08-27T22:50:39.892Z | Checking tungstenite v0.21.0 |
1891 | 2024-08-27T22:50:40.132Z | Checking password-hash v0.5.0 |
1892 | 2024-08-27T22:50:40.150Z | Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=e58ca3693cb9ce0438947beba10e97ee38a0966b#e58ca369) |
1893 | 2024-08-27T22:50:40.203Z | Checking blake2 v0.10.6 |
1894 | 2024-08-27T22:50:40.513Z | Checking num-rational v0.4.2 |
1895 | 2024-08-27T22:50:40.537Z | Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
1896 | 2024-08-27T22:50:40.599Z | Checking num-complex v0.4.6 |
1897 | 2024-08-27T22:50:40.631Z | Checking argon2 v0.5.3 |
1898 | 2024-08-27T22:50:40.737Z | Checking tokio-tungstenite v0.21.0 |
1899 | 2024-08-27T22:50:41.187Z | Checking atty v0.2.14 |
1900 | 2024-08-27T22:50:41.224Z | Checking float-ord v0.3.2 |
1901 | 2024-08-27T22:50:41.320Z | Checking pem v3.0.4 |
1902 | 2024-08-27T22:50:41.343Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
1903 | 2024-08-27T22:50:41.368Z | Compiling convert_case v0.4.0 |
1904 | 2024-08-27T22:50:41.495Z | Checking num v0.4.3 |
1905 | 2024-08-27T22:50:41.691Z | Checking tungstenite v0.20.1 |
1906 | 2024-08-27T22:50:41.918Z | Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
1907 | 2024-08-27T22:50:42.050Z | Checking env_logger v0.9.3 |
1908 | 2024-08-27T22:50:42.344Z | Compiling derive_more v0.99.18 |
1909 | 2024-08-27T22:50:42.510Z | Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1910 | 2024-08-27T22:50:42.542Z | Checking tokio-tungstenite v0.20.1 |
1911 | 2024-08-27T22:50:42.880Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
1912 | 2024-08-27T22:50:43.000Z | Checking viona_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1913 | 2024-08-27T22:50:43.141Z | Compiling bitstruct_derive v0.1.0 |
1914 | 2024-08-27T22:50:43.248Z | Checking ascii v1.1.0 |
1915 | 2024-08-27T22:50:43.295Z | Checking viona_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1916 | 2024-08-27T22:50:43.333Z | Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1917 | 2024-08-27T22:50:43.457Z | Checking atomicwrites v0.4.3 |
1918 | 2024-08-27T22:50:43.578Z | Checking dladm v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1919 | 2024-08-27T22:50:43.639Z | Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1920 | 2024-08-27T22:50:43.661Z | Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
1921 | 2024-08-27T22:50:43.664Z | Checking rfb v0.1.0 (https://github.com/oxidecomputer/rfb?rev=0cac8d9c25eb27acfa35df80f3b9d371de98ab3b#0cac8d9c) |
1922 | 2024-08-27T22:50:43.746Z | Compiling typify-macro v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6) |
1923 | 2024-08-27T22:50:43.895Z | Checking serde_arrays v0.1.0 |
1924 | 2024-08-27T22:50:43.917Z | Checking erased-serde v0.3.31 |
1925 | 2024-08-27T22:50:43.976Z | Compiling heck v0.3.3 |
1926 | 2024-08-27T22:50:44.053Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#4ceaf96e) |
1927 | 2024-08-27T22:50:44.381Z | Checking yasna v0.5.2 |
1928 | 2024-08-27T22:50:44.408Z | Compiling zone_cfg_derive v0.1.2 |
1929 | 2024-08-27T22:50:44.469Z | Checking bitstruct v0.1.1 |
1930 | 2024-08-27T22:50:44.586Z | Checking headers-core v0.2.0 |
1931 | 2024-08-27T22:50:44.622Z | Checking base64 v0.13.1 |
1932 | 2024-08-27T22:50:44.733Z | Checking headers v0.3.9 |
1933 | 2024-08-27T22:50:45.012Z | Checking propolis v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1934 | 2024-08-27T22:50:45.052Z | Checking ron v0.7.1 |
1935 | 2024-08-27T22:50:45.246Z | Checking rcgen v0.12.1 |
1936 | 2024-08-27T22:50:45.528Z | Checking mockall v0.13.0 |
1937 | 2024-08-27T22:50:45.826Z | Checking portpicker v0.1.1 |
1938 | 2024-08-27T22:50:45.917Z | Checking zone v0.1.8 |
1939 | 2024-08-27T22:50:45.940Z | Checking subprocess v0.2.9 |
1940 | 2024-08-27T22:50:45.960Z | Checking highway v1.2.0 |
1941 | 2024-08-27T22:50:46.183Z | Compiling prettyplease v0.2.20 |
1942 | 2024-08-27T22:50:46.358Z | Compiling semver v0.1.20 |
1943 | 2024-08-27T22:50:46.466Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
1944 | 2024-08-27T22:50:46.517Z | Checking half v2.4.1 |
1945 | 2024-08-27T22:50:46.572Z | Compiling cookie v0.18.1 |
1946 | 2024-08-27T22:50:46.886Z | Compiling rustc_version v0.1.7 |
1947 | 2024-08-27T22:50:46.973Z | Checking ciborium-io v0.2.2 |
1948 | 2024-08-27T22:50:47.088Z | Checking linked-hash-map v0.5.6 |
1949 | 2024-08-27T22:50:47.110Z | Checking ciborium-ll v0.2.2 |
1950 | 2024-08-27T22:50:47.374Z | Compiling newtype_derive v0.1.6 |
1951 | 2024-08-27T22:50:47.398Z | Checking ciborium v0.2.2 |
1952 | 2024-08-27T22:50:47.419Z | Checking lru-cache v0.1.2 |
1953 | 2024-08-27T22:50:47.453Z | Compiling rayon-core v1.12.1 |
1954 | 2024-08-27T22:50:47.590Z | Checking resolv-conf v0.7.0 |
1955 | 2024-08-27T22:50:47.757Z | Checking swrite v0.1.0 |
1956 | 2024-08-27T22:50:47.905Z | Checking steno v0.4.1 |
1957 | 2024-08-27T22:50:47.927Z | Checking hickory-resolver v0.24.1 |
1958 | 2024-08-27T22:50:48.232Z | Compiling typify v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6) |
1959 | 2024-08-27T22:50:48.373Z | Compiling progenitor-impl v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
1960 | 2024-08-27T22:50:48.913Z | Compiling home v0.5.9 |
1961 | 2024-08-27T22:50:51.128Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
1962 | 2024-08-27T22:50:53.584Z | Compiling slog-dtrace v0.3.0 |
1963 | 2024-08-27T22:50:53.864Z | Compiling ring v0.16.20 |
1964 | 2024-08-27T22:50:53.920Z | Checking cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1965 | 2024-08-27T22:50:53.968Z | Compiling blake3 v1.5.1 |
1966 | 2024-08-27T22:50:54.227Z | Checking propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1967 | 2024-08-27T22:50:54.256Z | Compiling cancel-safe-futures v0.1.5 |
1968 | 2024-08-27T22:50:55.111Z | Checking itertools v0.13.0 |
1969 | 2024-08-27T22:50:55.256Z | Checking libsw v3.3.1 |
1970 | 2024-08-27T22:50:55.332Z | Checking linear-map v1.2.0 |
1971 | 2024-08-27T22:50:55.502Z | Checking owo-colors v4.0.0 |
1972 | 2024-08-27T22:50:55.650Z | Compiling crossbeam-deque v0.8.5 |
1973 | 2024-08-27T22:50:56.474Z | Compiling progenitor-macro v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
1974 | 2024-08-27T22:50:57.338Z | Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
1975 | 2024-08-27T22:50:57.561Z | Compiling memmap2 v0.9.4 |
1976 | 2024-08-27T22:50:57.581Z | Compiling arrayref v0.3.7 |
1977 | 2024-08-27T22:50:57.687Z | Compiling spin v0.5.2 |
1978 | 2024-08-27T22:50:57.731Z | Compiling constant_time_eq v0.3.0 |
1979 | 2024-08-27T22:50:57.917Z | Compiling rayon v1.10.0 |
1980 | 2024-08-27T22:50:57.939Z | Compiling untrusted v0.7.1 |
1981 | 2024-08-27T22:50:57.992Z | Compiling arrayvec v0.7.4 |
1982 | 2024-08-27T22:50:58.818Z | Compiling toolchain_find v0.4.0 |
1983 | 2024-08-27T22:50:58.891Z | Compiling topological-sort v0.2.2 |
1984 | 2024-08-27T22:50:59.133Z | Compiling rustfmt-wrapper v0.2.1 |
1985 | 2024-08-27T22:50:59.499Z | Checking display-error-chain v0.2.0 |
1986 | 2024-08-27T22:50:59.648Z | Checking nibble_vec v0.1.0 |
1987 | 2024-08-27T22:50:59.752Z | Checking endian-type v0.1.2 |
1988 | 2024-08-27T22:50:59.850Z | Checking fxhash v0.2.1 |
1989 | 2024-08-27T22:50:59.961Z | Checking radix_trie v0.2.1 |
1990 | 2024-08-27T22:51:00.035Z | Checking keccak v0.1.5 |
1991 | 2024-08-27T22:51:00.332Z | Checking sha3 v0.10.8 |
1992 | 2024-08-27T22:51:00.365Z | Checking secrecy v0.8.0 |
1993 | 2024-08-27T22:51:00.385Z | Checking universal-hash v0.5.1 |
1994 | 2024-08-27T22:51:00.563Z | Checking opaque-debug v0.3.1 |
1995 | 2024-08-27T22:51:00.585Z | Checking maplit v1.0.2 |
1996 | 2024-08-27T22:51:00.658Z | Compiling curve25519-dalek v4.1.3 |
1997 | 2024-08-27T22:51:00.700Z | Compiling radium v0.7.0 |
1998 | 2024-08-27T22:51:00.740Z | Checking aead v0.5.2 |
1999 | 2024-08-27T22:51:00.964Z | Compiling curve25519-dalek-derive v0.1.1 |
2000 | 2024-08-27T22:51:01.200Z | Compiling maybe-uninit v2.0.0 |
2001 | 2024-08-27T22:51:01.394Z | Checking tap v1.0.1 |
2002 | 2024-08-27T22:51:01.564Z | Checking wyz v0.5.1 |
2003 | 2024-08-27T22:51:01.823Z | Checking poly1305 v0.8.0 |
2004 | 2024-08-27T22:51:01.858Z | Checking chacha20 v0.9.1 |
2005 | 2024-08-27T22:51:01.916Z | Compiling bzip2-sys v0.1.11+1.0.8 |
2006 | 2024-08-27T22:51:02.181Z | Checking funty v2.0.0 |
2007 | 2024-08-27T22:51:02.323Z | Checking crc-catalog v2.4.0 |
2008 | 2024-08-27T22:51:02.397Z | Compiling packed_struct v0.10.1 |
2009 | 2024-08-27T22:51:02.470Z | Checking crc v3.2.1 |
2010 | 2024-08-27T22:51:02.875Z | Compiling omicron-zone-package v0.11.0 |
2011 | 2024-08-27T22:51:03.051Z | Checking gethostname v0.5.0 |
2012 | 2024-08-27T22:51:03.106Z | Checking bitvec v1.0.1 |
2013 | 2024-08-27T22:51:03.183Z | Checking kstat-rs v0.2.4 |
2014 | 2024-08-27T22:51:03.398Z | Compiling packed_struct_codegen v0.10.1 |
2015 | 2024-08-27T22:51:03.517Z | Compiling indexmap v1.9.3 |
2016 | 2024-08-27T22:51:03.688Z | Checking nodrop v0.1.14 |
2017 | 2024-08-27T22:51:03.842Z | Compiling libefi-sys v0.1.0 |
2018 | 2024-08-27T22:51:03.894Z | Checking array-init v0.0.4 |
2019 | 2024-08-27T22:51:04.161Z | Checking smallvec v0.6.14 |
2020 | 2024-08-27T22:51:04.236Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c) |
2021 | 2024-08-27T22:51:04.313Z | Compiling bitfield-struct v0.6.1 |
2022 | 2024-08-27T22:51:04.588Z | Checking hashbrown v0.12.3 |
2023 | 2024-08-27T22:51:04.652Z | Checking bitfield v0.14.0 |
2024 | 2024-08-27T22:51:04.874Z | Checking serde-hex v0.1.0 |
2025 | 2024-08-27T22:51:05.063Z | Checking bzip2 v0.4.4 |
2026 | 2024-08-27T22:51:05.755Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
2027 | 2024-08-27T22:51:05.778Z | Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2028 | 2024-08-27T22:51:06.006Z | Checking env_logger v0.10.2 |
2029 | 2024-08-27T22:51:06.164Z | Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
2030 | 2024-08-27T22:51:06.326Z | Checking ron v0.8.1 |
2031 | 2024-08-27T22:51:06.349Z | Checking x509-cert v0.2.5 |
2032 | 2024-08-27T22:51:06.421Z | Checking hashbrown v0.13.2 |
2033 | 2024-08-27T22:51:06.459Z | Compiling thiserror-impl-no-std v2.0.2 |
2034 | 2024-08-27T22:51:07.466Z | Compiling async-recursion v1.1.1 |
2035 | 2024-08-27T22:51:07.600Z | Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2036 | 2024-08-27T22:51:07.727Z | Checking crc-any v2.5.0 |
2037 | 2024-08-27T22:51:07.923Z | Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2038 | 2024-08-27T22:51:08.103Z | Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
2039 | 2024-08-27T22:51:08.374Z | Checking object v0.30.4 |
2040 | 2024-08-27T22:51:08.624Z | Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
2041 | 2024-08-27T22:51:08.721Z | Checking zip v0.6.6 |
2042 | 2024-08-27T22:51:08.897Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2043 | 2024-08-27T22:51:09.167Z | Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
2044 | 2024-08-27T22:51:09.187Z | Checking path-slash v0.1.5 |
2045 | 2024-08-27T22:51:09.224Z | Compiling parking_lot_core v0.8.6 |
2046 | 2024-08-27T22:51:09.358Z | Checking chacha20poly1305 v0.10.1 |
2047 | 2024-08-27T22:51:09.439Z | Checking glob v0.3.1 |
2048 | 2024-08-27T22:51:09.544Z | Checking hickory-client v0.24.1 |
2049 | 2024-08-27T22:51:09.717Z | Checking thiserror-no-std v2.0.2 |
2050 | 2024-08-27T22:51:09.720Z | Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
2051 | 2024-08-27T22:51:09.752Z | Checking hickory-server v0.24.1 |
2052 | 2024-08-27T22:51:09.824Z | Checking vsss-rs v3.3.4 |
2053 | 2024-08-27T22:51:09.960Z | Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
2054 | 2024-08-27T22:51:10.104Z | Checking parking_lot v0.11.2 |
2055 | 2024-08-27T22:51:10.131Z | Checking crossterm v0.28.1 |
2056 | 2024-08-27T22:51:10.321Z | Compiling buf-list v1.0.3 |
2057 | 2024-08-27T22:51:10.442Z | Checking sled v0.34.7 |
2058 | 2024-08-27T22:51:11.061Z | Compiling unicase v2.7.0 |
2059 | 2024-08-27T22:51:11.958Z | Checking nanorand v0.7.0 |
2060 | 2024-08-27T22:51:12.359Z | Checking flume v0.11.0 |
2061 | 2024-08-27T22:51:12.382Z | Compiling vte_generate_state_changes v0.1.1 |
2062 | 2024-08-27T22:51:12.723Z | Compiling mime_guess v2.0.4 |
2063 | 2024-08-27T22:51:12.848Z | Checking fd-lock v4.0.2 |
2064 | 2024-08-27T22:51:13.026Z | Checking vte v0.11.1 |
2065 | 2024-08-27T22:51:13.184Z | Compiling dsl_auto_type v0.1.2 |
2066 | 2024-08-27T22:51:13.208Z | Checking crossterm v0.27.0 |
2067 | 2024-08-27T22:51:13.344Z | Checking scheduled-thread-pool v0.2.7 |
2068 | 2024-08-27T22:51:13.569Z | Compiling diesel_table_macro_syntax v0.2.0 |
2069 | 2024-08-27T22:51:14.048Z | Checking nu-ansi-term v0.50.0 |
2070 | 2024-08-27T22:51:14.114Z | Compiling crunchy v0.2.2 |
2071 | 2024-08-27T22:51:14.419Z | Checking strip-ansi-escapes v0.2.0 |
2072 | 2024-08-27T22:51:14.441Z | Checking r2d2 v0.8.10 |
2073 | 2024-08-27T22:51:14.569Z | Checking progenitor v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
2074 | 2024-08-27T22:51:14.661Z | Compiling clang-sys v1.7.0 |
2075 | 2024-08-27T22:51:14.750Z | Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c) |
2076 | 2024-08-27T22:51:14.777Z | Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=9e0fe45ca3862176dc31ad8cc83f605f8a7e1a42#9e0fe45c) |
2077 | 2024-08-27T22:51:14.800Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2078 | 2024-08-27T22:51:14.882Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2079 | 2024-08-27T22:51:14.940Z | Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2080 | 2024-08-27T22:51:15.003Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
2081 | 2024-08-27T22:51:15.361Z | Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c) |
2082 | 2024-08-27T22:51:16.091Z | Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=9e0fe45ca3862176dc31ad8cc83f605f8a7e1a42#9e0fe45c) |
2083 | 2024-08-27T22:51:17.277Z | Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2084 | 2024-08-27T22:51:18.864Z | Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=e58ca3693cb9ce0438947beba10e97ee38a0966b#e58ca369) |
2085 | 2024-08-27T22:51:19.104Z | Checking libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?rev=e69694a1f7cc9fe31fab27f321017280531fb5f7#e69694a1) |
2086 | 2024-08-27T22:51:19.485Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2087 | 2024-08-27T22:51:19.674Z | Checking reedline v0.33.0 |
2088 | 2024-08-27T22:51:19.899Z | Compiling diesel_derives v2.2.2 |
2089 | 2024-08-27T22:51:21.159Z | Checking lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
2090 | 2024-08-27T22:51:21.316Z | Compiling pin-project-internal v1.1.5 |
2091 | 2024-08-27T22:51:22.356Z | Checking http-range v0.1.5 |
2092 | 2024-08-27T22:51:22.546Z | Compiling tiny-keccak v2.0.2 |
2093 | 2024-08-27T22:51:22.783Z | Checking hyper-staticfile v0.9.5 |
2094 | 2024-08-27T22:51:22.927Z | Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c) |
2095 | 2024-08-27T22:51:23.305Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
2096 | 2024-08-27T22:51:23.378Z | Checking hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#943c4bbe) |
2097 | 2024-08-27T22:51:23.541Z | Compiling ref-cast v1.0.23 |
2098 | 2024-08-27T22:51:24.197Z | Compiling ascii-canvas v3.0.0 |
2099 | 2024-08-27T22:51:24.359Z | Checking pin-project v1.1.5 |
2100 | 2024-08-27T22:51:24.497Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
2101 | 2024-08-27T22:51:24.756Z | Compiling ena v0.14.3 |
2102 | 2024-08-27T22:51:24.789Z | Compiling ref-cast-impl v1.0.23 |
2103 | 2024-08-27T22:51:24.810Z | Compiling libloading v0.8.3 |
2104 | 2024-08-27T22:51:25.178Z | Compiling bindgen v0.69.4 |
2105 | 2024-08-27T22:51:25.230Z | Checking bytecount v0.6.8 |
2106 | 2024-08-27T22:51:25.384Z | Compiling regex-syntax v0.6.29 |
2107 | 2024-08-27T22:51:25.989Z | Compiling diff v0.1.13 |
2108 | 2024-08-27T22:51:26.184Z | Checking papergrid v0.11.0 |
2109 | 2024-08-27T22:51:27.152Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
2110 | 2024-08-27T22:51:27.692Z | Compiling which v4.4.2 |
2111 | 2024-08-27T22:51:28.322Z | Compiling tabled_derive v0.7.0 |
2112 | 2024-08-27T22:51:30.982Z | Compiling lalrpop v0.19.12 |
2113 | 2024-08-27T22:51:31.450Z | Compiling cexpr v0.6.0 |
2114 | 2024-08-27T22:51:31.756Z | Compiling lazycell v1.3.0 |
2115 | 2024-08-27T22:51:31.924Z | Compiling rustc-hash v1.1.0 |
2116 | 2024-08-27T22:51:32.079Z | Compiling shlex v1.3.0 |
2117 | 2024-08-27T22:51:32.404Z | Checking diesel v2.2.2 |
2118 | 2024-08-27T22:51:33.861Z | Checking tabled v0.15.0 |
2119 | 2024-08-27T22:51:36.927Z | Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
2120 | 2024-08-27T22:51:38.960Z | Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
2121 | 2024-08-27T22:51:40.433Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2122 | 2024-08-27T22:51:44.460Z | Checking internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns) |
2123 | 2024-08-27T22:51:44.460Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2124 | 2024-08-27T22:51:44.460Z | Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
2125 | 2024-08-27T22:51:44.460Z | Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
2126 | 2024-08-27T22:51:44.460Z | Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
2127 | 2024-08-27T22:51:44.640Z | Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
2128 | 2024-08-27T22:51:45.734Z | Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
2129 | 2024-08-27T22:51:46.176Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
2130 | 2024-08-27T22:51:46.198Z | Compiling derive_builder_core v0.20.0 |
2131 | 2024-08-27T22:51:46.500Z | Checking signal-hook-tokio v0.3.1 |
2132 | 2024-08-27T22:51:46.684Z | Compiling libxml v0.3.3 |
2133 | 2024-08-27T22:51:49.172Z | Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
2134 | 2024-08-27T22:51:50.506Z | Compiling derive_builder_macro v0.20.0 |
2135 | 2024-08-27T22:51:51.074Z | Compiling strum_macros v0.24.3 |
2136 | 2024-08-27T22:51:51.387Z | Compiling memoffset v0.9.1 |
2137 | 2024-08-27T22:51:51.410Z | Compiling indoc v1.0.9 |
2138 | 2024-08-27T22:51:51.580Z | Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
2139 | 2024-08-27T22:51:51.753Z | Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2140 | 2024-08-27T22:51:52.438Z | Checking nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
2141 | 2024-08-27T22:51:52.534Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2142 | 2024-08-27T22:51:53.425Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
2143 | 2024-08-27T22:51:54.413Z | Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2144 | 2024-08-27T22:51:54.459Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2145 | 2024-08-27T22:51:54.761Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2146 | 2024-08-27T22:51:57.112Z | Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2147 | 2024-08-27T22:51:57.934Z | Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
2148 | 2024-08-27T22:51:57.983Z | Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2149 | 2024-08-27T22:51:58.265Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2150 | 2024-08-27T22:51:58.432Z | Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2151 | 2024-08-27T22:52:00.373Z | Checking derive_builder v0.20.0 |
2152 | 2024-08-27T22:52:01.105Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
2153 | 2024-08-27T22:52:01.417Z | Checking quick-xml v0.31.0 |
2154 | 2024-08-27T22:52:02.281Z | Compiling peg-macros v0.8.4 |
2155 | 2024-08-27T22:52:03.375Z | Compiling snafu-derive v0.8.2 |
2156 | 2024-08-27T22:52:03.397Z | Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
2157 | 2024-08-27T22:52:04.822Z | Compiling oso-derive v0.27.3 |
2158 | 2024-08-27T22:52:05.930Z | Compiling impl-trait-for-tuples v0.2.2 |
2159 | 2024-08-27T22:52:06.105Z | Compiling sqlparser_derive v0.2.2 |
2160 | 2024-08-27T22:52:06.307Z | Compiling dropshot v0.10.1 |
2161 | 2024-08-27T22:52:06.788Z | Checking unicode_categories v0.1.1 |
2162 | 2024-08-27T22:52:07.114Z | Checking sqlformat v0.2.4 |
2163 | 2024-08-27T22:52:07.192Z | Checking sqlparser v0.45.0 |
2164 | 2024-08-27T22:52:08.710Z | Checking rustyline v14.0.0 |
2165 | 2024-08-27T22:52:09.136Z | Checking snafu v0.8.2 |
2166 | 2024-08-27T22:52:09.721Z | Checking peg v0.8.4 |
2167 | 2024-08-27T22:52:09.980Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
2168 | 2024-08-27T22:52:10.405Z | Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=ceec762e6a87d2a22bf56792a3025e145caa095e#ceec762e) |
2169 | 2024-08-27T22:52:10.976Z | Checking tungstenite v0.23.0 |
2170 | 2024-08-27T22:52:11.682Z | Checking globset v0.4.14 |
2171 | 2024-08-27T22:52:11.825Z | Checking olpc-cjson v0.1.3 |
2172 | 2024-08-27T22:52:11.860Z | Checking bcs v0.1.6 |
2173 | 2024-08-27T22:52:12.038Z | Checking serde_plain v1.0.2 |
2174 | 2024-08-27T22:52:12.219Z | Compiling dropshot_endpoint v0.10.1 |
2175 | 2024-08-27T22:52:12.290Z | Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=319e7b92db69792ab8efa4c68554ad0cf83adf93#319e7b92) |
2176 | 2024-08-27T22:52:12.345Z | Compiling diesel-dtrace v0.3.0 (https://github.com/oxidecomputer/diesel-dtrace?branch=main#8fcc2bb3) |
2177 | 2024-08-27T22:52:12.613Z | Checking typed-path v0.7.1 |
2178 | 2024-08-27T22:52:12.808Z | Checking tokio-tungstenite v0.23.1 |
2179 | 2024-08-27T22:52:13.283Z | Checking nix v0.27.1 |
2180 | 2024-08-27T22:52:14.112Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
2181 | 2024-08-27T22:52:14.376Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
2182 | 2024-08-27T22:52:14.465Z | Checking tough v0.17.1 |
2183 | 2024-08-27T22:52:14.569Z | Checking bb8 v0.8.5 |
2184 | 2024-08-27T22:52:14.665Z | Checking serde-big-array v0.5.1 |
2185 | 2024-08-27T22:52:15.219Z | Compiling const_format_proc_macros v0.2.32 |
2186 | 2024-08-27T22:52:15.234Z | Checking parse-size v1.0.0 |
2187 | 2024-08-27T22:52:15.234Z | Checking async-bb8-diesel v0.2.1 |
2188 | 2024-08-27T22:52:15.730Z | Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2189 | 2024-08-27T22:52:16.465Z | Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2190 | 2024-08-27T22:52:17.166Z | Checking const_format v0.2.32 |
2191 | 2024-08-27T22:52:18.046Z | Checking qorb v0.0.1 (https://github.com/oxidecomputer/qorb?branch=master#163a7783) |
2192 | 2024-08-27T22:52:19.621Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
2193 | 2024-08-27T22:52:19.757Z | Checking tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
2194 | 2024-08-27T22:52:20.330Z | Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
2195 | 2024-08-27T22:52:21.676Z | Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
2196 | 2024-08-27T22:52:22.337Z | Checking assert_matches v1.5.0 |
2197 | 2024-08-27T22:52:22.417Z | Checking heck v0.4.1 |
2198 | 2024-08-27T22:52:22.440Z | Compiling portable-atomic v1.6.0 |
2199 | 2024-08-27T22:52:22.647Z | Checking openapi-lint v0.4.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#ef442ee4) |
2200 | 2024-08-27T22:52:22.852Z | Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
2201 | 2024-08-27T22:52:23.055Z | Checking rand_seeder v0.3.0 |
2202 | 2024-08-27T22:52:23.307Z | Compiling libz-sys v1.1.16 |
2203 | 2024-08-27T22:52:23.333Z | Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
2204 | 2024-08-27T22:52:24.113Z | Checking number_prefix v0.4.0 |
2205 | 2024-08-27T22:52:24.311Z | Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
2206 | 2024-08-27T22:52:24.552Z | Compiling libgit2-sys v0.17.0+1.8.1 |
2207 | 2024-08-27T22:52:24.591Z | Checking indicatif v0.17.8 |
2208 | 2024-08-27T22:52:25.528Z | Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
2209 | 2024-08-27T22:52:26.614Z | Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
2210 | 2024-08-27T22:52:26.682Z | Compiling vergen v8.3.2 |
2211 | 2024-08-27T22:52:26.989Z | Compiling cargo-platform v0.1.8 |
2212 | 2024-08-27T22:52:27.544Z | Checking smawk v0.3.2 |
2213 | 2024-08-27T22:52:27.759Z | Checking is_ci v1.2.0 |
2214 | 2024-08-27T22:52:27.779Z | Checking unicode-linebreak v0.1.5 |
2215 | 2024-08-27T22:52:27.894Z | Checking supports-color v3.0.0 |
2216 | 2024-08-27T22:52:27.933Z | Compiling cargo_metadata v0.18.1 |
2217 | 2024-08-27T22:52:28.110Z | Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
2218 | 2024-08-27T22:52:28.165Z | Checking textwrap v0.16.1 |
2219 | 2024-08-27T22:52:28.271Z | Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2220 | 2024-08-27T22:52:28.558Z | Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
2221 | 2024-08-27T22:52:29.401Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
2222 | 2024-08-27T22:52:29.426Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2223 | 2024-08-27T22:52:29.677Z | Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
2224 | 2024-08-27T22:52:31.457Z | Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
2225 | 2024-08-27T22:52:31.767Z | Checking castaway v0.2.3 |
2226 | 2024-08-27T22:52:31.920Z | Compiling libsqlite3-sys v0.28.0 |
2227 | 2024-08-27T22:52:31.924Z | Checking compact_str v0.8.0 |
2228 | 2024-08-27T22:52:32.546Z | Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
2229 | 2024-08-27T22:52:32.823Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
2230 | 2024-08-27T22:52:33.144Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
2231 | 2024-08-27T22:52:33.471Z | Checking unicode-truncate v1.0.0 |
2232 | 2024-08-27T22:52:33.704Z | Checking lru v0.12.3 |
2233 | 2024-08-27T22:52:33.873Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
2234 | 2024-08-27T22:52:34.032Z | Compiling instability v0.3.2 |
2235 | 2024-08-27T22:52:34.358Z | Checking cassowary v0.3.0 |
2236 | 2024-08-27T22:52:34.928Z | Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
2237 | 2024-08-27T22:52:35.107Z | Checking ratatui v0.28.0 |
2238 | 2024-08-27T22:52:35.277Z | Checking hashlink v0.9.1 |
2239 | 2024-08-27T22:52:35.904Z | Checking fallible-iterator v0.3.0 |
2240 | 2024-08-27T22:52:36.153Z | Checking fallible-streaming-iterator v0.1.9 |
2241 | 2024-08-27T22:52:36.390Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
2242 | 2024-08-27T22:52:36.537Z | Checking rusqlite v0.31.0 |
2243 | 2024-08-27T22:52:36.714Z | Checking twox-hash v1.6.3 |
2244 | 2024-08-27T22:52:37.236Z | Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
2245 | 2024-08-27T22:52:38.209Z | Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=e58ca3693cb9ce0438947beba10e97ee38a0966b#e58ca369) |
2246 | 2024-08-27T22:52:38.255Z | Checking fatfs v0.3.6 |
2247 | 2024-08-27T22:52:39.301Z | Checking csv-core v0.1.11 |
2248 | 2024-08-27T22:52:39.649Z | Checking shell-words v1.1.0 |
2249 | 2024-08-27T22:52:39.837Z | Checking csv v1.3.0 |
2250 | 2024-08-27T22:52:39.939Z | Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
2251 | 2024-08-27T22:52:40.963Z | Checking rtoolbox v0.0.2 |
2252 | 2024-08-27T22:52:41.177Z | Checking rpassword v7.3.1 |
2253 | 2024-08-27T22:52:42.952Z | Checking tui-tree-widget v0.22.0 |
2254 | 2024-08-27T22:52:43.236Z | Checking polyval v0.6.2 |
2255 | 2024-08-27T22:52:43.531Z | Checking rfc6979 v0.4.0 |
2256 | 2024-08-27T22:52:43.720Z | Checking plotters-backend v0.3.5 |
2257 | 2024-08-27T22:52:44.112Z | Checking plotters-svg v0.3.5 |
2258 | 2024-08-27T22:52:44.332Z | Checking ecdsa v0.16.9 |
2259 | 2024-08-27T22:52:45.049Z | Checking ghash v0.5.1 |
2260 | 2024-08-27T22:52:45.223Z | Checking tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous) |
2261 | 2024-08-27T22:52:46.365Z | Checking primeorder v0.13.6 |
2262 | 2024-08-27T22:52:46.594Z | Checking ctr v0.9.2 |
2263 | 2024-08-27T22:52:46.833Z | Checking yansi v0.5.1 |
2264 | 2024-08-27T22:52:46.876Z | Checking cast v0.3.0 |
2265 | 2024-08-27T22:52:47.458Z | Checking criterion-plot v0.5.0 |
2266 | 2024-08-27T22:52:47.642Z | Checking pretty_assertions v1.4.0 |
2267 | 2024-08-27T22:52:47.856Z | Checking aes-gcm v0.10.3 |
2268 | 2024-08-27T22:52:47.982Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
2269 | 2024-08-27T22:52:48.105Z | Checking plotters v0.3.5 |
2270 | 2024-08-27T22:52:49.895Z | Checking ed25519 v2.2.3 |
2271 | 2024-08-27T22:52:50.189Z | Checking ssh-encoding v0.2.0 |
2272 | 2024-08-27T22:52:50.453Z | Checking tinytemplate v1.2.1 |
2273 | 2024-08-27T22:52:50.848Z | Checking blowfish v0.9.1 |
2274 | 2024-08-27T22:52:51.106Z | Checking option-ext v0.2.0 |
2275 | 2024-08-27T22:52:51.243Z | Checking anes v0.1.6 |
2276 | 2024-08-27T22:52:51.611Z | Checking oorandom v11.1.3 |
2277 | 2024-08-27T22:52:51.786Z | Checking criterion v0.5.1 |
2278 | 2024-08-27T22:52:53.738Z | Checking dirs-sys v0.4.1 |
2279 | 2024-08-27T22:52:53.937Z | Checking bcrypt-pbkdf v0.10.0 |
2280 | 2024-08-27T22:52:54.194Z | Checking ssh-cipher v0.2.0 |
2281 | 2024-08-27T22:52:54.488Z | Checking ed25519-dalek v2.1.1 |
2282 | 2024-08-27T22:52:54.491Z | Compiling nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros) |
2283 | 2024-08-27T22:52:54.869Z | Checking password-hash v0.4.2 |
2284 | 2024-08-27T22:52:55.022Z | Checking matches v0.1.10 |
2285 | 2024-08-27T22:52:55.125Z | Checking hex-literal v0.4.1 |
2286 | 2024-08-27T22:52:55.265Z | Checking idna v0.2.3 |
2287 | 2024-08-27T22:52:55.286Z | Checking pbkdf2 v0.11.0 |
2288 | 2024-08-27T22:52:55.556Z | Checking ssh-key v0.6.6 |
2289 | 2024-08-27T22:52:56.013Z | Checking dirs v5.0.1 |
2290 | 2024-08-27T22:52:56.126Z | Checking p256 v0.13.2 |
2291 | 2024-08-27T22:52:56.158Z | Checking p521 v0.13.3 |
2292 | 2024-08-27T22:52:56.612Z | Checking p384 v0.13.0 |
2293 | 2024-08-27T22:52:57.298Z | Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
2294 | 2024-08-27T22:52:57.533Z | Checking russh-cryptovec v0.7.2 |
2295 | 2024-08-27T22:52:57.699Z | Compiling enum-as-inner v0.5.1 |
2296 | 2024-08-27T22:52:57.746Z | Compiling target-lexicon v0.12.16 |
2297 | 2024-08-27T22:52:58.074Z | Compiling doc-comment v0.3.3 |
2298 | 2024-08-27T22:52:58.648Z | Checking md5 v0.7.0 |
2299 | 2024-08-27T22:52:58.670Z | Checking trust-dns-proto v0.22.0 |
2300 | 2024-08-27T22:52:58.936Z | Checking russh-keys v0.44.0 |
2301 | 2024-08-27T22:52:58.972Z | Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
2302 | 2024-08-27T22:53:00.379Z | Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
2303 | 2024-08-27T22:53:00.737Z | Checking http-body v1.0.0 |
2304 | 2024-08-27T22:53:00.948Z | Checking num-bigint v0.4.5 |
2305 | 2024-08-27T22:53:01.211Z | Compiling assert_cmd v2.0.16 |
2306 | 2024-08-27T22:53:01.659Z | Checking regex-automata v0.1.10 |
2307 | 2024-08-27T22:53:01.731Z | Compiling samael v0.0.15 |
2308 | 2024-08-27T22:53:02.033Z | Compiling guppy-workspace-hack v0.1.0 |
2309 | 2024-08-27T22:53:02.571Z | Checking tower-layer v0.3.2 |
2310 | 2024-08-27T22:53:02.575Z | Compiling dhcproto-macros v0.1.0 |
2311 | 2024-08-27T22:53:02.604Z | Checking tower v0.4.13 |
2312 | 2024-08-27T22:53:03.355Z | Checking dhcproto v0.12.0 |
2313 | 2024-08-27T22:53:03.382Z | Checking bstr v0.2.17 |
2314 | 2024-08-27T22:53:03.460Z | Checking russh v0.44.1 |
2315 | 2024-08-27T22:53:04.281Z | Checking hyper v1.3.1 |
2316 | 2024-08-27T22:53:05.387Z | Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
2317 | 2024-08-27T22:53:05.473Z | Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
2318 | 2024-08-27T22:53:05.933Z | Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
2319 | 2024-08-27T22:53:06.329Z | Checking internet-checksum v0.2.1 |
2320 | 2024-08-27T22:53:06.490Z | Compiling target-spec v3.2.1 |
2321 | 2024-08-27T22:53:07.623Z | Checking hyper-util v0.1.3 |
2322 | 2024-08-27T22:53:07.826Z | Checking cfg-expr v0.16.0 |
2323 | 2024-08-27T22:53:08.631Z | Checking httptest v0.15.5 |
2324 | 2024-08-27T22:53:08.913Z | Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client) |
2325 | 2024-08-27T22:53:09.137Z | Checking rustls-native-certs v0.7.0 |
2326 | 2024-08-27T22:53:09.288Z | Checking num_cpus v1.16.0 |
2327 | 2024-08-27T22:53:09.411Z | Checking threadpool v1.8.1 |
2328 | 2024-08-27T22:53:09.623Z | Checking hyper-rustls v0.26.0 |
2329 | 2024-08-27T22:53:10.271Z | Checking pathdiff v0.2.1 |
2330 | 2024-08-27T22:53:10.441Z | Compiling toml_edit v0.21.1 |
2331 | 2024-08-27T22:53:11.262Z | Compiling rstest_macros v0.22.0 |
2332 | 2024-08-27T22:53:11.522Z | Checking escape8259 v0.5.2 |
2333 | 2024-08-27T22:53:11.709Z | Checking nested v0.1.1 |
2334 | 2024-08-27T22:53:11.874Z | Checking libtest-mimic v0.7.3 |
2335 | 2024-08-27T22:53:11.901Z | Checking guppy v0.17.7 |
2336 | 2024-08-27T22:53:12.320Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
2337 | 2024-08-27T22:53:12.642Z | Checking similar-asserts v1.5.0 |
2338 | 2024-08-27T22:53:12.887Z | Compiling proc-macro-crate v3.1.0 |
2339 | 2024-08-27T22:53:13.360Z | Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
2340 | 2024-08-27T22:53:14.015Z | Checking fancy-regex v0.13.0 |
2341 | 2024-08-27T22:53:14.362Z | Compiling relative-path v1.9.3 |
2342 | 2024-08-27T22:53:14.792Z | Compiling trybuild v1.0.99 |
2343 | 2024-08-27T22:53:15.058Z | Checking datatest-stable v0.2.9 |
2344 | 2024-08-27T22:53:15.358Z | Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
2345 | 2024-08-27T22:53:15.381Z | Checking blake2b_simd v1.0.2 |
2346 | 2024-08-27T22:53:16.207Z | Checking omicron-dev-lib v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev-lib) |
2347 | 2024-08-27T22:53:16.635Z | Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
2348 | 2024-08-27T22:53:16.728Z | Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev) |
2349 | 2024-08-27T22:53:16.953Z | Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli) |
2350 | 2024-08-27T22:53:17.028Z | Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
2351 | 2024-08-27T22:53:17.350Z | Checking openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types) |
2352 | 2024-08-27T22:53:17.476Z | Checking serde_tokenstream v0.2.2 |
2353 | 2024-08-27T22:53:17.512Z | Checking uzers v0.11.3 |
2354 | 2024-08-27T22:53:17.844Z | Checking indent_write v2.2.0 |
2355 | 2024-08-27T22:53:17.865Z | Checking futures-timer v3.0.3 |
2356 | 2024-08-27T22:53:18.151Z | Compiling git2 v0.19.0 |
2357 | 2024-08-27T22:53:18.205Z | Checking rust-argon2 v2.1.0 |
2358 | 2024-08-27T22:53:18.622Z | Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
2359 | 2024-08-27T22:53:19.585Z | Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils) |
2360 | 2024-08-27T22:53:20.205Z | Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev) |
2361 | 2024-08-27T22:53:20.540Z | Checking rand_distr v0.4.3 |
2362 | 2024-08-27T22:53:21.330Z | Checking multimap v0.10.0 |
2363 | 2024-08-27T22:53:21.651Z | Checking approx v0.5.1 |
2364 | 2024-08-27T22:53:21.914Z | Checking openapi-manager v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager) |
2365 | 2024-08-27T22:53:23.429Z | Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
2366 | 2024-08-27T22:53:24.860Z | Checking end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
2367 | 2024-08-27T22:53:26.028Z | Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
2368 | 2024-08-27T22:53:26.295Z | Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
2369 | 2024-08-27T22:53:26.359Z | Checking partial-io v0.5.4 |
2370 | 2024-08-27T22:53:26.699Z | Compiling omicron-live-tests v0.1.0 (/work/oxidecomputer/omicron/live-tests) |
2371 | 2024-08-27T22:53:26.968Z | Checking xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
2372 | 2024-08-27T22:53:27.014Z | Checking cargo_toml v0.20.4 |
2373 | 2024-08-27T22:53:27.067Z | Checking termios v0.3.3 |
2374 | 2024-08-27T22:53:27.306Z | Compiling live-tests-macros v0.1.0 (/work/oxidecomputer/omicron/live-tests/macros) |
2375 | 2024-08-27T22:53:27.724Z | Checking rstest v0.22.0 |
2376 | 2024-08-27T22:53:28.017Z | Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=e58ca3693cb9ce0438947beba10e97ee38a0966b#e58ca369) |
2377 | 2024-08-27T22:53:28.789Z | Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli) |
2378 | 2024-08-27T22:53:28.958Z | Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
2379 | 2024-08-27T22:53:44.072Z | Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng) |
2380 | 2024-08-27T22:53:50.109Z | Checking mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev) |
2381 | 2024-08-27T22:53:51.306Z | Compiling polar-core v0.27.3 |
2382 | 2024-08-27T22:54:01.983Z | Checking oso v0.27.3 |
2383 | 2024-08-27T22:54:16.126Z | Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns-cli) |
2384 | 2024-08-27T22:54:17.328Z | Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed) |
2385 | 2024-08-27T22:54:17.549Z | Checking cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev) |
2386 | 2024-08-27T22:54:48.540Z | Checking nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
2387 | 2024-08-27T22:54:48.540Z | Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
2388 | 2024-08-27T22:54:48.543Z | Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
2389 | 2024-08-27T22:56:14.166Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 6m 21s |
2390 | 2024-08-27T22:56:14.518Z | |
2391 | 2024-08-27T22:56:14.518Z | real 6:26.780291311 |
2392 | 2024-08-27T22:56:14.518Z | user 35:04.606594906 |
2393 | 2024-08-27T22:56:14.518Z | sys 6:07.786496504 |
2394 | 2024-08-27T22:56:14.518Z | trap 0.955858645 |
2395 | 2024-08-27T22:56:14.518Z | tflt 2.853967768 |
2396 | 2024-08-27T22:56:14.518Z | dflt 0.557931708 |
2397 | 2024-08-27T22:56:14.518Z | kflt 0.002626018 |
2398 | 2024-08-27T22:56:14.518Z | lock 54:12.020872918 |
2399 | 2024-08-27T22:56:14.521Z | slp 2:04:20.288236071 |
2400 | 2024-08-27T22:56:14.521Z | lat 1:38.024440019 |
2401 | 2024-08-27T22:56:14.521Z | stop 5:36.081886935 |
2402 | 2024-08-27T22:56:14.521Z | + RUSTDOCFLAGS='--document-private-items -D warnings' |
2403 | 2024-08-27T22:56:14.521Z | + ptime -m cargo doc --workspace --no-deps |
2404 | 2024-08-27T22:56:15.714Z | warning: output filename collision. |
2405 | 2024-08-27T22:56:15.714Z | 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)`. |
2406 | 2024-08-27T22:56:15.714Z | Colliding filename is: /work/oxidecomputer/omicron/target/doc/oximeter/index.html |
2407 | 2024-08-27T22:56:15.714Z | The targets should have unique names. |
2408 | 2024-08-27T22:56:15.714Z | This is a known bug where multiple crates with the same name use |
2409 | 2024-08-27T22:56:15.714Z | the same path; see <https://github.com/rust-lang/cargo/issues/6313>. |
2410 | 2024-08-27T22:56:16.087Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2411 | 2024-08-27T22:56:16.147Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2412 | 2024-08-27T22:56:16.162Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2413 | 2024-08-27T22:56:16.197Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
2414 | 2024-08-27T22:56:16.219Z | Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
2415 | 2024-08-27T22:56:16.248Z | Documenting xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
2416 | 2024-08-27T22:56:16.248Z | Documenting omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2417 | 2024-08-27T22:56:16.469Z | Documenting omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2418 | 2024-08-27T22:56:16.492Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
2419 | 2024-08-27T22:56:16.509Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
2420 | 2024-08-27T22:56:16.529Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2421 | 2024-08-27T22:56:16.531Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2422 | 2024-08-27T22:56:16.720Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2423 | 2024-08-27T22:56:16.762Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2424 | 2024-08-27T22:56:16.795Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2425 | 2024-08-27T22:56:17.004Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2426 | 2024-08-27T22:56:17.289Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2427 | 2024-08-27T22:56:18.163Z | Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2428 | 2024-08-27T22:56:21.060Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
2429 | 2024-08-27T22:56:21.292Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
2430 | 2024-08-27T22:56:21.407Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
2431 | 2024-08-27T22:56:21.649Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2432 | 2024-08-27T22:56:21.739Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
2433 | 2024-08-27T22:56:22.009Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
2434 | 2024-08-27T22:56:22.085Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
2435 | 2024-08-27T22:56:22.416Z | Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
2436 | 2024-08-27T22:56:22.439Z | Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
2437 | 2024-08-27T22:56:22.641Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
2438 | 2024-08-27T22:56:22.949Z | Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
2439 | 2024-08-27T22:56:23.113Z | Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2440 | 2024-08-27T22:56:23.259Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
2441 | 2024-08-27T22:56:23.650Z | Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
2442 | 2024-08-27T22:56:23.679Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
2443 | 2024-08-27T22:56:24.013Z | Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
2444 | 2024-08-27T22:56:24.350Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
2445 | 2024-08-27T22:56:24.564Z | Documenting dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2446 | 2024-08-27T22:56:24.683Z | Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev) |
2447 | 2024-08-27T22:56:24.870Z | Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
2448 | 2024-08-27T22:56:24.976Z | Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev) |
2449 | 2024-08-27T22:56:25.213Z | Checking openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types) |
2450 | 2024-08-27T22:56:25.293Z | Documenting omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2451 | 2024-08-27T22:56:25.312Z | Documenting db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
2452 | 2024-08-27T22:56:25.355Z | Documenting authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
2453 | 2024-08-27T22:56:29.301Z | Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
2454 | 2024-08-27T22:56:29.831Z | Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
2455 | 2024-08-27T22:56:30.522Z | Checking nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
2456 | 2024-08-27T22:56:30.972Z | Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
2457 | 2024-08-27T22:56:32.334Z | Checking internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns) |
2458 | 2024-08-27T22:56:32.599Z | Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
2459 | 2024-08-27T22:56:33.178Z | Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
2460 | 2024-08-27T22:56:33.504Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2461 | 2024-08-27T22:56:34.079Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2462 | 2024-08-27T22:56:34.445Z | Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2463 | 2024-08-27T22:56:35.661Z | Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
2464 | 2024-08-27T22:56:39.776Z | Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
2465 | 2024-08-27T22:56:40.594Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
2466 | 2024-08-27T22:56:41.335Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2467 | 2024-08-27T22:56:42.756Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2468 | 2024-08-27T22:56:42.802Z | Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2469 | 2024-08-27T22:56:42.823Z | Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
2470 | 2024-08-27T22:56:44.378Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2471 | 2024-08-27T22:56:44.836Z | Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2472 | 2024-08-27T22:56:44.994Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2473 | 2024-08-27T22:56:45.042Z | Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2474 | 2024-08-27T22:56:45.465Z | Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2475 | 2024-08-27T22:56:45.491Z | Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
2476 | 2024-08-27T22:56:45.540Z | Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
2477 | 2024-08-27T22:56:46.391Z | Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
2478 | 2024-08-27T22:56:46.564Z | Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
2479 | 2024-08-27T22:56:46.770Z | Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2480 | 2024-08-27T22:56:46.866Z | Checking tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
2481 | 2024-08-27T22:56:47.515Z | Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
2482 | 2024-08-27T22:56:48.151Z | Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
2483 | 2024-08-27T22:56:48.373Z | Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
2484 | 2024-08-27T22:56:48.438Z | Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2485 | 2024-08-27T22:56:48.730Z | Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
2486 | 2024-08-27T22:56:49.069Z | Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
2487 | 2024-08-27T22:56:52.731Z | Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
2488 | 2024-08-27T22:56:52.731Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
2489 | 2024-08-27T22:56:52.731Z | Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
2490 | 2024-08-27T22:56:52.731Z | Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
2491 | 2024-08-27T22:56:52.731Z | Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
2492 | 2024-08-27T22:56:52.731Z | Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
2493 | 2024-08-27T22:56:52.751Z | Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
2494 | 2024-08-27T22:56:52.751Z | Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
2495 | 2024-08-27T22:56:52.751Z | Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
2496 | 2024-08-27T22:56:52.751Z | Documenting omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2497 | 2024-08-27T22:56:53.043Z | Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
2498 | 2024-08-27T22:56:53.430Z | Documenting omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
2499 | 2024-08-27T22:56:54.297Z | Documenting omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
2500 | 2024-08-27T22:56:54.516Z | Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client) |
2501 | 2024-08-27T22:56:54.548Z | Documenting nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
2502 | 2024-08-27T22:56:55.368Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
2503 | 2024-08-27T22:56:57.245Z | Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2504 | 2024-08-27T22:56:57.544Z | Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
2505 | 2024-08-27T22:56:58.245Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
2506 | 2024-08-27T22:56:58.334Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2507 | 2024-08-27T22:56:59.975Z | Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
2508 | 2024-08-27T22:57:00.257Z | Documenting oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
2509 | 2024-08-27T22:57:03.408Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
2510 | 2024-08-27T22:57:04.353Z | Documenting wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
2511 | 2024-08-27T22:57:10.254Z | Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
2512 | 2024-08-27T22:57:10.736Z | Documenting omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2513 | 2024-08-27T22:57:15.156Z | Documenting end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
2514 | 2024-08-27T22:57:28.956Z | Checking end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
2515 | 2024-08-27T22:57:32.925Z | Documenting zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
2516 | 2024-08-27T22:57:53.404Z | Documenting mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev) |
2517 | 2024-08-27T22:57:58.117Z | Documenting nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
2518 | 2024-08-27T22:58:01.622Z | Documenting nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
2519 | 2024-08-27T22:58:01.735Z | Documenting nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
2520 | 2024-08-27T22:58:04.012Z | Documenting gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
2521 | 2024-08-27T22:58:09.717Z | Documenting omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
2522 | 2024-08-27T22:58:16.038Z | Documenting openapi-manager v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager) |
2523 | 2024-08-27T22:58:28.011Z | Documenting installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
2524 | 2024-08-27T22:58:29.294Z | Documenting oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2525 | 2024-08-27T22:58:34.238Z | Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
2526 | 2024-08-27T22:58:37.663Z | Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
2527 | 2024-08-27T22:58:39.265Z | Checking nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
2528 | 2024-08-27T22:58:40.984Z | Documenting omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
2529 | 2024-08-27T22:58:41.937Z | Documenting nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
2530 | 2024-08-27T22:58:44.687Z | Documenting nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
2531 | 2024-08-27T22:58:46.299Z | Documenting nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
2532 | 2024-08-27T22:58:53.555Z | Documenting nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
2533 | 2024-08-27T22:59:01.035Z | Documenting nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
2534 | 2024-08-27T22:59:16.907Z | Documenting nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
2535 | 2024-08-27T22:59:24.818Z | Documenting bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
2536 | 2024-08-27T22:59:27.427Z | Documenting wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
2537 | 2024-08-27T22:59:28.719Z | Documenting wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
2538 | 2024-08-27T22:59:38.473Z | Documenting wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
2539 | 2024-08-27T22:59:41.515Z | Documenting wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
2540 | 2024-08-27T22:59:44.832Z | Documenting tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous) |
2541 | 2024-08-27T22:59:49.425Z | Documenting omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
2542 | 2024-08-27T22:59:55.136Z | Documenting omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng) |
2543 | 2024-08-27T22:59:57.143Z | Documenting update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
2544 | 2024-08-27T22:59:57.903Z | Documenting cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
2545 | 2024-08-27T23:00:03.368Z | Documenting nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
2546 | 2024-08-27T23:00:05.186Z | Documenting nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
2547 | 2024-08-27T23:00:05.872Z | Documenting nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
2548 | 2024-08-27T23:00:08.488Z | Documenting nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
2549 | 2024-08-27T23:00:15.738Z | Documenting nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2550 | 2024-08-27T23:00:20.512Z | Documenting sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
2551 | 2024-08-27T23:00:21.745Z | Documenting gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
2552 | 2024-08-27T23:00:23.749Z | Documenting sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
2553 | 2024-08-27T23:00:25.653Z | Documenting oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2554 | 2024-08-27T23:00:34.802Z | Documenting oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2555 | 2024-08-27T23:00:35.850Z | Documenting oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2556 | 2024-08-27T23:00:43.762Z | Documenting sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2557 | 2024-08-27T23:00:45.943Z | Documenting gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
2558 | 2024-08-27T23:00:49.054Z | Documenting wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
2559 | 2024-08-27T23:00:50.262Z | Documenting omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
2560 | 2024-08-27T23:00:54.040Z | Documenting sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
2561 | 2024-08-27T23:00:58.912Z | Documenting ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev) |
2562 | 2024-08-27T23:00:59.037Z | Documenting omicron-dev-lib v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev-lib) |
2563 | 2024-08-27T23:01:00.531Z | Documenting crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed) |
2564 | 2024-08-27T23:01:02.765Z | Documenting db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev) |
2565 | 2024-08-27T23:01:11.745Z | Documenting installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client) |
2566 | 2024-08-27T23:01:12.908Z | Documenting installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
2567 | 2024-08-27T23:01:13.759Z | Documenting dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
2568 | 2024-08-27T23:01:17.131Z | Documenting oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
2569 | 2024-08-27T23:01:17.150Z | Documenting nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2570 | 2024-08-27T23:01:20.899Z | Documenting internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns-cli) |
2571 | 2024-08-27T23:01:21.331Z | Documenting oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils) |
2572 | 2024-08-27T23:01:25.822Z | Documenting oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
2573 | 2024-08-27T23:01:27.924Z | Documenting oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
2574 | 2024-08-27T23:01:32.350Z | Documenting sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2575 | 2024-08-27T23:01:33.737Z | Documenting omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2576 | 2024-08-27T23:01:34.463Z | Documenting nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
2577 | 2024-08-27T23:01:38.082Z | Documenting sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2578 | 2024-08-27T23:01:39.638Z | Documenting bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2579 | 2024-08-27T23:01:41.879Z | Documenting bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2580 | 2024-08-27T23:01:42.254Z | Documenting sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
2581 | 2024-08-27T23:01:47.940Z | Documenting installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2582 | 2024-08-27T23:01:49.741Z | Documenting clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
2583 | 2024-08-27T23:01:53.106Z | Documenting nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
2584 | 2024-08-27T23:01:55.475Z | Documenting gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli) |
2585 | 2024-08-27T23:01:55.837Z | Documenting cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
2586 | 2024-08-27T23:01:56.934Z | Documenting illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2587 | 2024-08-27T23:01:59.898Z | Documenting oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
2588 | 2024-08-27T23:02:00.302Z | Documenting nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
2589 | 2024-08-27T23:02:02.402Z | Documenting ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
2590 | 2024-08-27T23:02:04.268Z | Documenting key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2591 | 2024-08-27T23:02:07.178Z | Documenting internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns) |
2592 | 2024-08-27T23:02:10.855Z | Documenting oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
2593 | 2024-08-27T23:02:13.231Z | Documenting tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
2594 | 2024-08-27T23:02:14.876Z | Documenting oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
2595 | 2024-08-27T23:02:16.301Z | Documenting omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
2596 | 2024-08-27T23:02:16.357Z | Documenting omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2597 | 2024-08-27T23:02:16.730Z | Documenting nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros) |
2598 | 2024-08-27T23:02:16.883Z | Documenting oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2599 | 2024-08-27T23:02:20.781Z | Documenting oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2600 | 2024-08-27T23:02:21.744Z | Documenting typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
2601 | 2024-08-27T23:02:22.372Z | Documenting live-tests-macros v0.1.0 (/work/oxidecomputer/omicron/live-tests/macros) |
2602 | 2024-08-27T23:02:23.150Z | Documenting openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types) |
2603 | 2024-08-27T23:02:27.104Z | Documenting api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2604 | 2024-08-27T23:02:27.305Z | Documenting nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
2605 | 2024-08-27T23:02:27.793Z | Documenting omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
2606 | 2024-08-27T23:02:28.375Z | Documenting cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
2607 | 2024-08-27T23:02:28.453Z | Documenting cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev) |
2608 | 2024-08-27T23:02:31.928Z | Documenting xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
2609 | 2024-08-27T23:02:31.949Z | Documenting dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2610 | 2024-08-27T23:02:32.335Z | Documenting update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2611 | 2024-08-27T23:02:32.374Z | Documenting gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2612 | 2024-08-27T23:02:32.793Z | Documenting dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
2613 | 2024-08-27T23:02:34.411Z | Documenting oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
2614 | 2024-08-27T23:03:11.697Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 6m 57s |
2615 | 2024-08-27T23:03:11.854Z | Generated /work/oxidecomputer/omicron/target/doc/api_identity/index.html and 124 other files |
2616 | 2024-08-27T23:03:11.911Z | |
2617 | 2024-08-27T23:03:11.914Z | real 6:57.347571074 |
2618 | 2024-08-27T23:03:11.914Z | user 21:09.646583880 |
2619 | 2024-08-27T23:03:11.914Z | sys 30:07.116603430 |
2620 | 2024-08-27T23:03:11.914Z | trap 0.357730009 |
2621 | 2024-08-27T23:03:11.914Z | tflt 0.192791952 |
2622 | 2024-08-27T23:03:11.914Z | dflt 0.093799377 |
2623 | 2024-08-27T23:03:11.914Z | kflt 0.000026049 |
2624 | 2024-08-27T23:03:11.914Z | lock 1:06:12.751098704 |
2625 | 2024-08-27T23:03:11.914Z | slp 1:56:22.542129605 |
2626 | 2024-08-27T23:03:11.914Z | lat 1:04.886093367 |
2627 | 2024-08-27T23:03:11.914Z | stop 57.680906751 |
2628 | 2024-08-27T23:03:11.914Z | process exited: duration 1043596 ms, exit code 0 |
|
2629 | 2024-08-27T23:03:11.920Z | found 0 output files |