|
|
|
1 | 2024-03-01T22:10:49.806Z | job assigned to worker 01HQY11ZFS21WRW2QNNRKK3KCA (queued for 1 m 7 s) |
|
2 | 2024-03-01T22:10:49.926Z | starting task 0: "setup" |
3 | 2024-03-01T22:10:50.020Z | ++ uname -s |
4 | 2024-03-01T22:10:50.024Z | + kern=SunOS |
5 | 2024-03-01T22:10:50.024Z | + case "$kern" in |
6 | 2024-03-01T22:10:50.025Z | + groupadd -g 12345 build |
7 | 2024-03-01T22:10:50.025Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
8 | 2024-03-01T22:10:52.031Z | + zfs create -o mountpoint=/work rpool/work |
9 | 2024-03-01T22:10:52.110Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
10 | 2024-03-01T22:10:52.112Z | + home_fs=zfs |
11 | 2024-03-01T22:10:52.113Z | + [[ zfs == autofs ]] |
12 | 2024-03-01T22:10:52.113Z | + mkdir -p /home/build |
13 | 2024-03-01T22:10:52.115Z | + chown build:build /home/build /work |
14 | 2024-03-01T22:10:54.117Z | + chmod 0700 /home/build /work |
15 | 2024-03-01T22:10:54.129Z | process exited: duration 4192 ms, exit code 0 |
|
16 | 2024-03-01T22:10:54.136Z | starting task 1: "rust-toolchain" |
17 | 2024-03-01T22:10:54.144Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
18 | 2024-03-01T22:10:54.147Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.72.1 --profile default |
19 | 2024-03-01T22:10:54.257Z | info: downloading installer |
20 | 2024-03-01T22:10:56.161Z | warning: it looks like you have an existing installation of Rust at: |
21 | 2024-03-01T22:10:56.161Z | warning: /opt/ooce/bin |
22 | 2024-03-01T22:10:56.161Z | warning: It is recommended that rustup be the primary Rust installation. |
23 | 2024-03-01T22:10:56.161Z | warning: Otherwise you may have confusion unless you are careful with your PATH |
24 | 2024-03-01T22:10:56.161Z | warning: If you are sure that you want both rustup and your already installed Rust |
25 | 2024-03-01T22:10:56.161Z | warning: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes |
26 | 2024-03-01T22:10:56.162Z | warning: or pass `-y' to ignore all ignorable checks. |
27 | 2024-03-01T22:10:56.162Z | error: cannot install while Rust is installed |
28 | 2024-03-01T22:10:56.162Z | warning: continuing (because the -y flag is set and the error is ignorable) |
29 | 2024-03-01T22:10:56.281Z | info: profile set to 'default' |
30 | 2024-03-01T22:10:56.281Z | info: default host triple is x86_64-unknown-illumos |
31 | 2024-03-01T22:10:56.285Z | info: syncing channel updates for '1.72.1-x86_64-unknown-illumos' |
32 | 2024-03-01T22:10:56.428Z | info: latest update on 2023-09-19, rust version 1.72.1 (d5c2e9c34 2023-09-13) |
33 | 2024-03-01T22:10:56.428Z | info: downloading component 'cargo' |
34 | 2024-03-01T22:10:57.636Z | info: downloading component 'clippy' |
35 | 2024-03-01T22:10:57.639Z | info: downloading component 'rust-docs' |
36 | 2024-03-01T22:10:58.426Z | info: downloading component 'rust-std' |
37 | 2024-03-01T22:11:00.558Z | info: downloading component 'rustc' |
38 | 2024-03-01T22:11:04.145Z | info: downloading component 'rustfmt' |
39 | 2024-03-01T22:11:04.385Z | info: installing component 'cargo' |
40 | 2024-03-01T22:11:05.313Z | info: installing component 'clippy' |
41 | 2024-03-01T22:11:05.696Z | info: installing component 'rust-docs' |
42 | 2024-03-01T22:11:07.245Z | info: installing component 'rust-std' |
43 | 2024-03-01T22:11:09.129Z | info: installing component 'rustc' |
44 | 2024-03-01T22:11:13.439Z | info: installing component 'rustfmt' |
45 | 2024-03-01T22:11:13.759Z | info: default toolchain set to '1.72.1-x86_64-unknown-illumos' |
46 | 2024-03-01T22:11:13.759Z | |
47 | 2024-03-01T22:11:14.034Z | 1.72.1-x86_64-unknown-illumos installed - rustc 1.72.1 (d5c2e9c34 2023-09-13) |
48 | 2024-03-01T22:11:14.034Z | |
49 | 2024-03-01T22:11:14.034Z | |
50 | 2024-03-01T22:11:14.034Z | Rust is installed now. Great! |
51 | 2024-03-01T22:11:14.034Z | |
52 | 2024-03-01T22:11:14.040Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
53 | 2024-03-01T22:11:14.040Z | environment variable. This has not been done automatically. |
54 | 2024-03-01T22:11:14.041Z | |
55 | 2024-03-01T22:11:14.041Z | To configure your current shell, run: |
56 | 2024-03-01T22:11:14.041Z | source "$HOME/.cargo/env" |
57 | 2024-03-01T22:11:14.086Z | + rustc --version |
58 | 2024-03-01T22:11:14.155Z | rustc 1.72.1 (d5c2e9c34 2023-09-13) |
59 | 2024-03-01T22:11:14.158Z | process exited: duration 20018 ms, exit code 0 |
|
60 | 2024-03-01T22:11:14.164Z | starting task 2: "authentication" |
61 | 2024-03-01T22:11:14.185Z | process exited: duration 21 ms, exit code 0 |
|
62 | 2024-03-01T22:11:14.192Z | starting task 3: "clone repository" |
63 | 2024-03-01T22:11:14.200Z | + mkdir -p /work/oxidecomputer/omicron |
64 | 2024-03-01T22:11:14.206Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
65 | 2024-03-01T22:11:14.412Z | Cloning into '/work/oxidecomputer/omicron'... |
66 | 2024-03-01T22:11:23.802Z | + cd /work/oxidecomputer/omicron |
67 | 2024-03-01T22:11:23.802Z | + git fetch origin 3ca02e03a1fbd28de6b3a0c67ada3752637acfff |
68 | 2024-03-01T22:11:24.122Z | From https://github.com/oxidecomputer/omicron |
69 | 2024-03-01T22:11:24.122Z | * branch 3ca02e03a1fbd28de6b3a0c67ada3752637acfff -> FETCH_HEAD |
70 | 2024-03-01T22:11:24.594Z | + [[ -n john/log-all-sled-targets ]] |
71 | 2024-03-01T22:11:24.595Z | ++ git branch --show-current |
72 | 2024-03-01T22:11:24.595Z | + current=main |
73 | 2024-03-01T22:11:24.595Z | + [[ main != john/log-all-sled-targets ]] |
74 | 2024-03-01T22:11:24.595Z | + git branch -f john/log-all-sled-targets 3ca02e03a1fbd28de6b3a0c67ada3752637acfff |
75 | 2024-03-01T22:11:24.595Z | + git checkout -f john/log-all-sled-targets |
76 | 2024-03-01T22:11:24.595Z | Switched to branch 'john/log-all-sled-targets' |
77 | 2024-03-01T22:11:24.596Z | + git reset --hard 3ca02e03a1fbd28de6b3a0c67ada3752637acfff |
78 | 2024-03-01T22:11:24.596Z | HEAD is now at 3ca02e03a Log all possible sled targets when creating a reservation |
79 | 2024-03-01T22:11:24.596Z | process exited: duration 10173 ms, exit code 0 |
|
80 | 2024-03-01T22:11:24.651Z | starting task 4: "build" |
81 | 2024-03-01T22:11:24.665Z | + cargo --version |
82 | 2024-03-01T22:11:24.665Z | info: syncing channel updates for '1.76.0-x86_64-unknown-illumos' |
83 | 2024-03-01T22:11:24.826Z | info: latest update on 2024-02-08, rust version 1.76.0 (07dca489a 2024-02-04) |
84 | 2024-03-01T22:11:24.826Z | info: downloading component 'cargo' |
85 | 2024-03-01T22:11:25.541Z | info: downloading component 'clippy' |
86 | 2024-03-01T22:11:25.755Z | info: downloading component 'rust-docs' |
87 | 2024-03-01T22:11:26.640Z | info: downloading component 'rust-std' |
88 | 2024-03-01T22:11:28.065Z | info: downloading component 'rustc' |
89 | 2024-03-01T22:11:31.648Z | info: downloading component 'rustfmt' |
90 | 2024-03-01T22:11:31.849Z | info: installing component 'cargo' |
91 | 2024-03-01T22:11:32.751Z | info: installing component 'clippy' |
92 | 2024-03-01T22:11:33.077Z | info: installing component 'rust-docs' |
93 | 2024-03-01T22:11:34.686Z | info: installing component 'rust-std' |
94 | 2024-03-01T22:11:36.525Z | info: installing component 'rustc' |
95 | 2024-03-01T22:11:40.582Z | info: installing component 'rustfmt' |
96 | 2024-03-01T22:11:40.959Z | cargo 1.76.0 (c84b36747 2024-01-18) |
97 | 2024-03-01T22:11:40.962Z | + rustc --version |
98 | 2024-03-01T22:11:41.030Z | rustc 1.76.0 (07dca489a 2024-02-04) |
99 | 2024-03-01T22:11:41.036Z | + source ./env.sh |
100 | 2024-03-01T22:11:41.039Z | ++ set -o xtrace |
101 | 2024-03-01T22:11:41.039Z | ++++ dirname ./env.sh |
102 | 2024-03-01T22:11:41.074Z | +++ readlink -f . |
103 | 2024-03-01T22:11:41.077Z | ++ OMICRON_WS=/work/oxidecomputer/omicron |
104 | 2024-03-01T22:11:41.083Z | ++ export PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
105 | 2024-03-01T22:11:41.083Z | ++ PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
106 | 2024-03-01T22:11:41.083Z | ++ 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 |
107 | 2024-03-01T22:11:41.083Z | ++ 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 |
108 | 2024-03-01T22:11:41.083Z | ++ 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 |
109 | 2024-03-01T22:11:41.083Z | ++ 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 |
110 | 2024-03-01T22:11:41.083Z | ++ 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 |
111 | 2024-03-01T22:11:41.083Z | ++ 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 |
112 | 2024-03-01T22:11:41.084Z | ++ unset OMICRON_WS |
113 | 2024-03-01T22:11:41.084Z | ++ set +o xtrace |
114 | 2024-03-01T22:11:41.121Z | |
115 | 2024-03-01T22:11:41.121Z | ##### ##### ###### ##### ###### #### # # # #### # |
116 | 2024-03-01T22:11:41.121Z | # # # # # # # # # # # # # # # |
117 | 2024-03-01T22:11:41.121Z | # # # # ##### # # ##### # # # # # #### # |
118 | 2024-03-01T22:11:41.121Z | ##### ##### # ##### # # # # # # # # # |
119 | 2024-03-01T22:11:41.121Z | # # # # # # # # # # # # # # # |
120 | 2024-03-01T22:11:41.121Z | # # # ###### # # ###### ### # #### # #### # |
121 | 2024-03-01T22:11:41.121Z | |
122 | 2024-03-01T22:11:51.763Z | Startup: Refreshing catalog 'helios-dev' ... Done |
123 | 2024-03-01T22:11:53.025Z | Startup: Caching catalogs ... Done |
124 | 2024-03-01T22:11:54.780Z | Planning: Solver setup ... Done (1.422s) |
125 | 2024-03-01T22:11:54.816Z | Planning: Running solver ... Done (0.032s) |
126 | 2024-03-01T22:11:55.100Z | Planning: Finding local manifests ... Done (0.175s) |
127 | 2024-03-01T22:11:55.104Z | Planning: Fetching manifests: 0/4 0% complete |
128 | 2024-03-01T22:11:55.716Z | Planning: Fetching manifests: 4/4 100% complete |
129 | 2024-03-01T22:11:55.770Z | Planning: Package planning ... Done (0.050s) |
130 | 2024-03-01T22:11:55.818Z | Planning: Merging actions ... Done (0.052s) |
131 | 2024-03-01T22:11:56.775Z | Planning: Checking for conflicting actions ... Done (0.945s) |
132 | 2024-03-01T22:11:56.804Z | Planning: Consolidating action changes ... Done (0.011s) |
133 | 2024-03-01T22:12:00.455Z | Planning: Evaluating mediators ... Done (3.670s) |
134 | 2024-03-01T22:12:00.465Z | Planning: Planning completed in 7.38 seconds |
135 | 2024-03-01T22:12:00.469Z | Packages to install: 4 |
136 | 2024-03-01T22:12:00.469Z | Mediators to change: 2 |
137 | 2024-03-01T22:12:00.472Z | Services to change: 1 |
138 | 2024-03-01T22:12:00.472Z | Estimated space available: 148.88 GB |
139 | 2024-03-01T22:12:00.472Z | Estimated space to be consumed: 1.42 GB |
140 | 2024-03-01T22:12:00.472Z | Create boot environment: No |
141 | 2024-03-01T22:12:00.472Z | Create backup boot environment: No |
142 | 2024-03-01T22:12:00.472Z | Rebuild boot archive: No |
143 | 2024-03-01T22:12:00.472Z | |
144 | 2024-03-01T22:12:00.472Z | Changed mediators: |
145 | 2024-03-01T22:12:00.472Z | mediator clang: |
146 | 2024-03-01T22:12:00.472Z | version: None -> 15 (system default) |
147 | 2024-03-01T22:12:00.473Z | |
148 | 2024-03-01T22:12:00.473Z | mediator llvm: |
149 | 2024-03-01T22:12:00.473Z | version: 14 (system default) -> 15 (system default) |
150 | 2024-03-01T22:12:00.473Z | |
151 | 2024-03-01T22:12:00.473Z | Changed packages: |
152 | 2024-03-01T22:12:00.473Z | helios-dev |
153 | 2024-03-01T22:12:00.473Z | developer/build-essential |
154 | 2024-03-01T22:12:00.473Z | None -> 11-2.0 |
155 | 2024-03-01T22:12:00.473Z | library/libxmlsec1 |
156 | 2024-03-01T22:12:00.473Z | None -> 1.2.35-2.0 |
157 | 2024-03-01T22:12:00.473Z | ooce/developer/clang-15 |
158 | 2024-03-01T22:12:00.473Z | None -> 15.0.7-2.0 |
159 | 2024-03-01T22:12:00.473Z | ooce/developer/llvm-15 |
160 | 2024-03-01T22:12:00.473Z | None -> 15.0.7-2.0 |
161 | 2024-03-01T22:12:00.473Z | |
162 | 2024-03-01T22:12:00.473Z | Services: |
163 | 2024-03-01T22:12:00.473Z | restart_fmri: |
164 | 2024-03-01T22:12:00.473Z | svc:/system/update-man-index:default |
165 | 2024-03-01T22:12:00.705Z | |
166 | 2024-03-01T22:12:00.705Z | Download: 0/3290 items 0.0/212.6MB 0% complete |
167 | 2024-03-01T22:12:05.709Z | Download: 1194/3290 items 70.5/212.6MB 33% complete (14.0M/s) |
168 | 2024-03-01T22:12:10.705Z | Download: 1461/3290 items 117.0/212.6MB 55% complete (11.9M/s) |
169 | 2024-03-01T22:12:15.708Z | Download: 2236/3290 items 119.5/212.6MB 56% complete (5.1M/s) |
170 | 2024-03-01T22:12:20.721Z | Download: 3240/3290 items 200.9/212.6MB 94% complete (8.3M/s) |
171 | 2024-03-01T22:12:23.254Z | Download: Completed 212.60 MB in 22.56 seconds (9.4M/s) |
172 | 2024-03-01T22:12:23.577Z | Actions: 1/3689 actions (Installing new actions) |
173 | 2024-03-01T22:12:28.608Z | Actions: 3572/3689 actions (Installing new actions) |
174 | 2024-03-01T22:12:28.957Z | Actions: Completed 3689 actions in 5.38 seconds. |
175 | 2024-03-01T22:12:29.053Z | Done (0.091s) |
176 | 2024-03-01T22:12:29.053Z | Done (0.000s) |
177 | 2024-03-01T22:12:29.278Z | Done (0.225s) |
178 | 2024-03-01T22:12:35.029Z | Done (5.617s) |
179 | 2024-03-01T22:12:35.208Z | Done (0.096s) |
180 | 2024-03-01T22:12:35.231Z | Done (0.000s) |
181 | 2024-03-01T22:12:35.357Z | Done (0.000s) |
182 | 2024-03-01T22:12:35.891Z | Planning: Evaluating mediator changes ... Done |
183 | 2024-03-01T22:12:36.517Z | Planning: Checking for conflicting actions ... Done |
184 | 2024-03-01T22:12:36.539Z | Planning: Consolidating action changes ... Done |
185 | 2024-03-01T22:12:36.540Z | Planning: Evaluating mediators ... Done |
186 | 2024-03-01T22:12:36.540Z | Planning: Planning completed in 0.45 seconds |
187 | 2024-03-01T22:12:36.540Z | Mediators to change: 2 |
188 | 2024-03-01T22:12:36.540Z | Create boot environment: No |
189 | 2024-03-01T22:12:36.541Z | Create backup boot environment: No |
190 | 2024-03-01T22:12:36.541Z | Done |
191 | 2024-03-01T22:12:36.541Z | Done |
192 | 2024-03-01T22:12:36.572Z | Done |
193 | 2024-03-01T22:12:40.542Z | Done |
194 | 2024-03-01T22:12:40.628Z | Done |
195 | 2024-03-01T22:12:40.632Z | Done |
196 | 2024-03-01T22:12:40.723Z | Done |
197 | 2024-03-01T22:12:41.386Z | Planning: Evaluating mediator changes ... Done |
198 | 2024-03-01T22:12:41.390Z | Planning: Merging actions ... Done |
199 | 2024-03-01T22:12:41.580Z | Planning: Checking for conflicting actions ... Done |
200 | 2024-03-01T22:12:41.583Z | Planning: Consolidating action changes ... Done |
201 | 2024-03-01T22:12:41.854Z | Planning: Evaluating mediators ... Done |
202 | 2024-03-01T22:12:41.912Z | Planning: Planning completed in 0.81 seconds |
203 | 2024-03-01T22:12:41.947Z | Packages to change: 1 |
204 | 2024-03-01T22:12:41.947Z | Mediators to change: 1 |
205 | 2024-03-01T22:12:41.947Z | Services to change: 1 |
206 | 2024-03-01T22:12:41.950Z | Create boot environment: No |
207 | 2024-03-01T22:12:41.950Z | Create backup boot environment: Yes |
208 | 2024-03-01T22:12:43.749Z | Actions: 1/6 actions (Updating modified actions) |
209 | 2024-03-01T22:12:43.781Z | Actions: Completed 6 actions in 0.03 seconds. |
210 | 2024-03-01T22:12:43.784Z | Done |
211 | 2024-03-01T22:12:43.784Z | Done |
212 | 2024-03-01T22:12:43.830Z | Done |
213 | 2024-03-01T22:12:47.628Z | Done |
214 | 2024-03-01T22:12:47.720Z | Done |
215 | 2024-03-01T22:12:47.723Z | Done |
216 | 2024-03-01T22:12:47.812Z | Done |
217 | 2024-03-01T22:12:48.261Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
218 | 2024-03-01T22:12:48.261Z | clang system 15 system |
219 | 2024-03-01T22:12:48.261Z | csh system system illumos |
220 | 2024-03-01T22:12:48.261Z | ctags system system illumos |
221 | 2024-03-01T22:12:48.261Z | gcc vendor 12 vendor |
222 | 2024-03-01T22:12:48.262Z | gcc system 10 system |
223 | 2024-03-01T22:12:48.262Z | gcc system 7 system |
224 | 2024-03-01T22:12:48.262Z | go system 1.20 system |
225 | 2024-03-01T22:12:48.262Z | go system 1.19 system |
226 | 2024-03-01T22:12:48.262Z | llvm system 15 system |
227 | 2024-03-01T22:12:48.262Z | llvm system 14 system |
228 | 2024-03-01T22:12:48.262Z | mariadb system 10.6 system |
229 | 2024-03-01T22:12:48.262Z | mta vendor vendor dma |
230 | 2024-03-01T22:12:48.262Z | openjdk system 17 system |
231 | 2024-03-01T22:12:48.262Z | openjdk system 11 system |
232 | 2024-03-01T22:12:48.262Z | openjdk system 1.8 system |
233 | 2024-03-01T22:12:48.262Z | openssl vendor 3 vendor |
234 | 2024-03-01T22:12:48.262Z | perl system 5.36 system |
235 | 2024-03-01T22:12:48.262Z | postgresql system 15 system |
236 | 2024-03-01T22:12:48.262Z | postgresql system 13 system |
237 | 2024-03-01T22:12:48.262Z | python vendor 3 vendor |
238 | 2024-03-01T22:12:48.262Z | python system 2 system |
239 | 2024-03-01T22:12:48.262Z | python3 system 3.11 system |
240 | 2024-03-01T22:12:48.262Z | ruby system 3.0 system |
241 | 2024-03-01T22:12:48.262Z | words vendor vendor american-english |
242 | 2024-03-01T22:12:48.262Z | words system system australian-english |
243 | 2024-03-01T22:12:48.262Z | words system system british-english |
244 | 2024-03-01T22:12:48.262Z | words system system canadian-english |
245 | 2024-03-01T22:12:48.263Z | words system system french |
246 | 2024-03-01T22:12:48.263Z | words system system italian |
247 | 2024-03-01T22:12:48.263Z | words system system ngerman |
248 | 2024-03-01T22:12:48.263Z | words system system ogerman |
249 | 2024-03-01T22:12:48.263Z | words system system spanish |
250 | 2024-03-01T22:12:48.592Z | FMRI IFO |
251 | 2024-03-01T22:12:48.592Z | pkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im- |
252 | 2024-03-01T22:12:48.592Z | pkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i-- |
253 | 2024-03-01T22:12:48.592Z | pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im- |
254 | 2024-03-01T22:12:48.592Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im- |
255 | 2024-03-01T22:12:48.592Z | pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i-- |
256 | 2024-03-01T22:12:48.592Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z i-- |
257 | 2024-03-01T22:12:48.592Z | pkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z i-- |
258 | 2024-03-01T22:12:48.592Z | pkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z i-- |
259 | 2024-03-01T22:12:48.648Z | + set -o errexit |
260 | 2024-03-01T22:12:48.670Z | +++ dirname ./tools/ci_download_cockroachdb |
261 | 2024-03-01T22:12:48.670Z | ++ cd ./tools |
262 | 2024-03-01T22:12:48.670Z | ++ pwd |
263 | 2024-03-01T22:12:48.670Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
264 | 2024-03-01T22:12:48.670Z | ++ basename ./tools/ci_download_cockroachdb |
265 | 2024-03-01T22:12:48.670Z | + ARG0=ci_download_cockroachdb |
266 | 2024-03-01T22:12:48.670Z | ++ cat /work/oxidecomputer/omicron/tools/cockroachdb_version |
267 | 2024-03-01T22:12:48.670Z | + CIDL_VERSION=v22.1.9 |
268 | 2024-03-01T22:12:48.670Z | + source /work/oxidecomputer/omicron/tools/cockroachdb_checksums |
269 | 2024-03-01T22:12:48.670Z | ++ CIDL_SHA256_DARWIN=1ca69e0911af11a73305c3c6f4650b912d70754900b5bf7b80a1d361efe36561 |
270 | 2024-03-01T22:12:48.671Z | ++ CIDL_SHA256_LINUX=24c321820e7ee45fa07fe91ac138befe13ad860e41c6ed595ce58823205ff4a9 |
271 | 2024-03-01T22:12:48.671Z | ++ CIDL_SHA256_ILLUMOS=f151714ba3a6e02caaaa59727482c36085e60d6bd2fa963938e9a3d8c8a77088 |
272 | 2024-03-01T22:12:48.671Z | + TARGET_DIR=out |
273 | 2024-03-01T22:12:48.671Z | + DOWNLOAD_DIR=out/downloads |
274 | 2024-03-01T22:12:48.671Z | + DEST_DIR=./out/cockroachdb |
275 | 2024-03-01T22:12:48.671Z | + CIDL_URL_COCKROACH=https://binaries.cockroachdb.com |
276 | 2024-03-01T22:12:48.671Z | + CIDL_URL_ILLUMOS=https://illumos.org/downloads |
277 | 2024-03-01T22:12:48.671Z | + main |
278 | 2024-03-01T22:12:48.671Z | + [[ 0 != 0 ]] |
279 | 2024-03-01T22:12:48.671Z | + CIDL_OS=solaris2.11 |
280 | 2024-03-01T22:12:48.671Z | + [[ 0 != 0 ]] |
281 | 2024-03-01T22:12:48.671Z | + configure_os solaris2.11 |
282 | 2024-03-01T22:12:48.672Z | + echo 'current directory: /work/oxidecomputer/omicron' |
283 | 2024-03-01T22:12:48.672Z | + echo 'configuring based on OS: "solaris2.11"' |
284 | 2024-03-01T22:12:48.672Z | current directory: /work/oxidecomputer/omicron |
285 | 2024-03-01T22:12:48.672Z | configuring based on OS: "solaris2.11" |
286 | 2024-03-01T22:12:48.672Z | + case "$1" in |
287 | 2024-03-01T22:12:48.672Z | + CIDL_BUILD=illumos |
288 | 2024-03-01T22:12:48.672Z | + CIDL_SUFFIX=tar.gz |
289 | 2024-03-01T22:12:48.672Z | + CIDL_SHA256=f151714ba3a6e02caaaa59727482c36085e60d6bd2fa963938e9a3d8c8a77088 |
290 | 2024-03-01T22:12:48.672Z | + CIDL_URL_BASE=https://illumos.org/downloads |
291 | 2024-03-01T22:12:48.672Z | + CIDL_ASSEMBLE=do_assemble_illumos |
292 | 2024-03-01T22:12:48.672Z | + TARBALL_DIRNAME=cockroach-v22.1.9.illumos |
293 | 2024-03-01T22:12:48.672Z | + TARBALL_FILENAME=cockroach-v22.1.9.illumos.tar.gz |
294 | 2024-03-01T22:12:48.672Z | + TARBALL_FILE=out/downloads/cockroach-v22.1.9.illumos.tar.gz |
295 | 2024-03-01T22:12:48.672Z | + TARBALL_DIR=out/downloads/cockroach-v22.1.9.illumos |
296 | 2024-03-01T22:12:48.672Z | + CIDL_URL=https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz |
297 | 2024-03-01T22:12:48.672Z | + CIDL_SHA256FUNC=do_sha256sum |
298 | 2024-03-01T22:12:48.672Z | + echo 'URL: https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz' |
299 | 2024-03-01T22:12:48.672Z | + echo 'Local file: out/downloads/cockroach-v22.1.9.illumos.tar.gz' |
300 | 2024-03-01T22:12:48.672Z | URL: https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz |
301 | 2024-03-01T22:12:48.672Z | Local file: out/downloads/cockroach-v22.1.9.illumos.tar.gz |
302 | 2024-03-01T22:12:48.672Z | + mkdir -p out/downloads |
303 | 2024-03-01T22:12:48.673Z | + mkdir -p ./out/cockroachdb |
304 | 2024-03-01T22:12:48.673Z | + local DO_DOWNLOAD=true |
305 | 2024-03-01T22:12:48.673Z | + [[ -f out/downloads/cockroach-v22.1.9.illumos.tar.gz ]] |
306 | 2024-03-01T22:12:48.673Z | + '[' true == true ']' |
307 | 2024-03-01T22:12:48.673Z | + echo Downloading... |
308 | 2024-03-01T22:12:48.673Z | Downloading... |
309 | 2024-03-01T22:12:48.673Z | + do_download_curl https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz out/downloads/cockroach-v22.1.9.illumos.tar.gz |
310 | 2024-03-01T22:12:48.673Z | + curl --silent --show-error --fail --location --output out/downloads/cockroach-v22.1.9.illumos.tar.gz https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz |
311 | 2024-03-01T22:12:52.734Z | ++ do_sha256sum out/downloads/cockroach-v22.1.9.illumos.tar.gz |
312 | 2024-03-01T22:12:52.762Z | ++ sha256sum |
313 | 2024-03-01T22:12:52.762Z | ++ awk '{print $1}' |
314 | 2024-03-01T22:12:52.841Z | + calculated_sha256=f151714ba3a6e02caaaa59727482c36085e60d6bd2fa963938e9a3d8c8a77088 |
315 | 2024-03-01T22:12:52.841Z | + [[ f151714ba3a6e02caaaa59727482c36085e60d6bd2fa963938e9a3d8c8a77088 != \f\1\5\1\7\1\4\b\a\3\a\6\e\0\2\c\a\a\a\a\5\9\7\2\7\4\8\2\c\3\6\0\8\5\e\6\0\d\6\b\d\2\f\a\9\6\3\9\3\8\e\9\a\3\d\8\c\8\a\7\7\0\8\8 ]] |
316 | 2024-03-01T22:12:52.845Z | + do_untar out/downloads/cockroach-v22.1.9.illumos.tar.gz |
317 | 2024-03-01T22:12:52.845Z | + tar xzf out/downloads/cockroach-v22.1.9.illumos.tar.gz -C out/downloads |
318 | 2024-03-01T22:12:55.054Z | + do_assemble_illumos |
319 | 2024-03-01T22:12:55.055Z | + rm -r ./out/cockroachdb |
320 | 2024-03-01T22:12:55.064Z | + cp -r out/downloads/cockroach-v22.1.9 ./out/cockroachdb |
321 | 2024-03-01T22:12:55.470Z | + ./out/cockroachdb/bin/cockroach version |
322 | 2024-03-01T22:12:55.680Z | Build Tag: v22.1.9-dirty |
323 | 2024-03-01T22:12:55.680Z | Build Time: 2022/10/26 21:17:46 |
324 | 2024-03-01T22:12:55.680Z | Distribution: OSS |
325 | 2024-03-01T22:12:55.681Z | Platform: illumos amd64 (x86_64-pc-solaris2.11) |
326 | 2024-03-01T22:12:55.681Z | Go Version: go1.17.13 |
327 | 2024-03-01T22:12:55.681Z | C Compiler: gcc 10.3.0 |
328 | 2024-03-01T22:12:55.682Z | Build Commit ID: e438c2f89282e607e0e6ca1d38b2e0a622f94493 |
329 | 2024-03-01T22:12:55.682Z | Build Type: release |
330 | 2024-03-01T22:12:55.699Z | + set -o errexit |
331 | 2024-03-01T22:12:55.708Z | +++ dirname ./tools/ci_download_clickhouse |
332 | 2024-03-01T22:12:55.708Z | ++ cd ./tools |
333 | 2024-03-01T22:12:55.708Z | ++ pwd |
334 | 2024-03-01T22:12:55.708Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
335 | 2024-03-01T22:12:55.709Z | ++ basename ./tools/ci_download_clickhouse |
336 | 2024-03-01T22:12:55.709Z | + ARG0=ci_download_clickhouse |
337 | 2024-03-01T22:12:55.709Z | + TARGET_DIR=out |
338 | 2024-03-01T22:12:55.709Z | + DOWNLOAD_DIR=out/downloads |
339 | 2024-03-01T22:12:55.709Z | + DEST_DIR=./out/clickhouse |
340 | 2024-03-01T22:12:55.710Z | ++ cat /work/oxidecomputer/omicron/tools/clickhouse_version |
341 | 2024-03-01T22:12:55.710Z | + CIDL_VERSION=v22.8.9.24 |
342 | 2024-03-01T22:12:55.710Z | + source /work/oxidecomputer/omicron/tools/clickhouse_checksums |
343 | 2024-03-01T22:12:55.710Z | ++ CIDL_MD5_DARWIN=20603974a929926591fca70ff1df0e45 |
344 | 2024-03-01T22:12:55.710Z | ++ CIDL_MD5_LINUX=ea909519bd9d989fd5d090fd9bdd42f1 |
345 | 2024-03-01T22:12:55.710Z | ++ CIDL_MD5_ILLUMOS=7702939ce5b4b51846a1ba39f1392306 |
346 | 2024-03-01T22:12:55.710Z | + CIDL_URL_BASE=https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com |
347 | 2024-03-01T22:12:55.722Z | + main |
348 | 2024-03-01T22:12:55.722Z | + [[ 0 != 0 ]] |
349 | 2024-03-01T22:12:55.722Z | + CIDL_OS=solaris2.11 |
350 | 2024-03-01T22:12:55.723Z | + [[ 0 != 0 ]] |
351 | 2024-03-01T22:12:55.723Z | + configure_os solaris2.11 |
352 | 2024-03-01T22:12:55.723Z | + echo 'current directory: /work/oxidecomputer/omicron' |
353 | 2024-03-01T22:12:55.723Z | current directory: /work/oxidecomputer/omicron |
354 | 2024-03-01T22:12:55.723Z | + echo 'configuring based on OS: "solaris2.11"' |
355 | 2024-03-01T22:12:55.723Z | configuring based on OS: "solaris2.11" |
356 | 2024-03-01T22:12:55.723Z | + CIDL_DASHREV= |
357 | 2024-03-01T22:12:55.724Z | + case "$1" in |
358 | 2024-03-01T22:12:55.724Z | + CIDL_PLATFORM=illumos |
359 | 2024-03-01T22:12:55.724Z | + CIDL_MD5=7702939ce5b4b51846a1ba39f1392306 |
360 | 2024-03-01T22:12:55.724Z | + CIDL_MD5FUNC=do_md5sum |
361 | 2024-03-01T22:12:55.724Z | + CIDL_DASHREV=-1 |
362 | 2024-03-01T22:12:55.724Z | + TARBALL_DIRNAME=clickhouse-v22.8.9.24 |
363 | 2024-03-01T22:12:55.725Z | + TARBALL_FILENAME=clickhouse-v22.8.9.24-1.illumos.tar.gz |
364 | 2024-03-01T22:12:55.725Z | + TARBALL_FILE=out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz |
365 | 2024-03-01T22:12:55.725Z | + CIDL_URL=https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz |
366 | 2024-03-01T22:12:55.725Z | URL: https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz |
367 | 2024-03-01T22:12:55.725Z | Local file: out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz |
368 | 2024-03-01T22:12:55.725Z | + echo 'URL: https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz' |
369 | 2024-03-01T22:12:55.725Z | + echo 'Local file: out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz' |
370 | 2024-03-01T22:12:55.725Z | + mkdir -p out/downloads |
371 | 2024-03-01T22:12:55.726Z | + mkdir -p ./out/clickhouse |
372 | 2024-03-01T22:12:55.726Z | + local DO_DOWNLOAD=true |
373 | 2024-03-01T22:12:55.726Z | + [[ -f out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz ]] |
374 | 2024-03-01T22:12:55.726Z | + '[' true == true ']' |
375 | 2024-03-01T22:12:55.726Z | + echo Downloading... |
376 | 2024-03-01T22:12:55.726Z | Downloading... |
377 | 2024-03-01T22:12:55.726Z | + do_download_curl https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz |
378 | 2024-03-01T22:12:55.726Z | + curl --silent --show-error --fail --location --output out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz |
379 | 2024-03-01T22:12:57.132Z | ++ do_md5sum out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz |
380 | 2024-03-01T22:12:57.135Z | ++ md5sum |
381 | 2024-03-01T22:12:57.135Z | ++ awk '{print $1}' |
382 | 2024-03-01T22:12:57.315Z | + calculated_md5=7702939ce5b4b51846a1ba39f1392306 |
383 | 2024-03-01T22:12:57.315Z | + [[ 7702939ce5b4b51846a1ba39f1392306 != \7\7\0\2\9\3\9\c\e\5\b\4\b\5\1\8\4\6\a\1\b\a\3\9\f\1\3\9\2\3\0\6 ]] |
384 | 2024-03-01T22:12:57.318Z | + do_untar out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz ./out/clickhouse |
385 | 2024-03-01T22:12:57.318Z | + mkdir -p ./out/clickhouse |
386 | 2024-03-01T22:12:57.318Z | + tar xzf out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz -C ./out/clickhouse |
387 | 2024-03-01T22:13:00.452Z | + ./out/clickhouse/clickhouse server --version |
388 | 2024-03-01T22:13:00.488Z | ClickHouse server version 22.8.9.1. |
389 | 2024-03-01T22:13:00.506Z | + set -o errexit |
390 | 2024-03-01T22:13:00.512Z | +++ dirname ./tools/ci_download_console |
391 | 2024-03-01T22:13:00.512Z | ++ cd ./tools |
392 | 2024-03-01T22:13:00.512Z | ++ pwd |
393 | 2024-03-01T22:13:00.512Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
394 | 2024-03-01T22:13:00.512Z | ++ basename ./tools/ci_download_console |
395 | 2024-03-01T22:13:00.512Z | + ARG0=ci_download_console |
396 | 2024-03-01T22:13:00.520Z | + TARGET_DIR=out |
397 | 2024-03-01T22:13:00.520Z | + DOWNLOAD_DIR=out/downloads |
398 | 2024-03-01T22:13:00.520Z | + DEST_DIR=./out/console-assets |
399 | 2024-03-01T22:13:00.520Z | + source /work/oxidecomputer/omicron/tools/console_version |
400 | 2024-03-01T22:13:00.520Z | ++ COMMIT=25fb506d0527f5508dc90b118672c0bf8ce14dd3 |
401 | 2024-03-01T22:13:00.520Z | ++ SHA2=1083f693c66c275d0cf76e120aa923a51c3188dd9a7996eb51dc0fe4f611507a |
402 | 2024-03-01T22:13:00.520Z | + URL=https://dl.oxide.computer/releases/console/25fb506d0527f5508dc90b118672c0bf8ce14dd3.tar.gz |
403 | 2024-03-01T22:13:00.521Z | + TARBALL_FILE=out/downloads/console.tar.gz |
404 | 2024-03-01T22:13:00.521Z | + main |
405 | 2024-03-01T22:13:00.521Z | + [[ 0 != 0 ]] |
406 | 2024-03-01T22:13:00.521Z | + echo 'URL: https://dl.oxide.computer/releases/console/25fb506d0527f5508dc90b118672c0bf8ce14dd3.tar.gz' |
407 | 2024-03-01T22:13:00.521Z | URL: https://dl.oxide.computer/releases/console/25fb506d0527f5508dc90b118672c0bf8ce14dd3.tar.gz |
408 | 2024-03-01T22:13:00.521Z | + echo 'Local file: out/downloads/console.tar.gz' |
409 | 2024-03-01T22:13:00.521Z | + local DO_DOWNLOAD=true |
410 | 2024-03-01T22:13:00.522Z | Local file: out/downloads/console.tar.gz |
411 | 2024-03-01T22:13:00.522Z | + [[ -f out/downloads/console.tar.gz ]] |
412 | 2024-03-01T22:13:00.522Z | + mkdir -p out/downloads |
413 | 2024-03-01T22:13:00.522Z | + '[' true == true ']' |
414 | 2024-03-01T22:13:00.522Z | + echo Downloading... |
415 | 2024-03-01T22:13:00.522Z | Downloading... |
416 | 2024-03-01T22:13:00.522Z | + do_download_curl https://dl.oxide.computer/releases/console/25fb506d0527f5508dc90b118672c0bf8ce14dd3.tar.gz out/downloads/console.tar.gz |
417 | 2024-03-01T22:13:00.522Z | + curl --silent --show-error --fail --location --output out/downloads/console.tar.gz https://dl.oxide.computer/releases/console/25fb506d0527f5508dc90b118672c0bf8ce14dd3.tar.gz |
418 | 2024-03-01T22:13:01.015Z | ++ do_sha256sum out/downloads/console.tar.gz |
419 | 2024-03-01T22:13:01.018Z | ++ case "$OSTYPE" in |
420 | 2024-03-01T22:13:01.018Z | ++ SHA=sha256sum |
421 | 2024-03-01T22:13:01.018Z | ++ sha256sum |
422 | 2024-03-01T22:13:01.018Z | ++ awk '{print $1}' |
423 | 2024-03-01T22:13:01.027Z | + calculated_sha2=1083f693c66c275d0cf76e120aa923a51c3188dd9a7996eb51dc0fe4f611507a |
424 | 2024-03-01T22:13:01.030Z | + [[ 1083f693c66c275d0cf76e120aa923a51c3188dd9a7996eb51dc0fe4f611507a != \1\0\8\3\f\6\9\3\c\6\6\c\2\7\5\d\0\c\f\7\6\e\1\2\0\a\a\9\2\3\a\5\1\c\3\1\8\8\d\d\9\a\7\9\9\6\e\b\5\1\d\c\0\f\e\4\f\6\1\1\5\0\7\a ]] |
425 | 2024-03-01T22:13:01.030Z | + rm -rf ./out/console-assets |
426 | 2024-03-01T22:13:01.030Z | + mkdir -p ./out/console-assets |
427 | 2024-03-01T22:13:01.030Z | + do_untar out/downloads/console.tar.gz ./out/console-assets |
428 | 2024-03-01T22:13:01.031Z | + mkdir -p ./out/console-assets |
429 | 2024-03-01T22:13:01.031Z | + tar xzf out/downloads/console.tar.gz -C ./out/console-assets |
430 | 2024-03-01T22:13:01.124Z | + set -o errexit |
431 | 2024-03-01T22:13:01.126Z | +++ dirname ./tools/ci_download_maghemite_openapi |
432 | 2024-03-01T22:13:01.132Z | ++ cd ./tools |
433 | 2024-03-01T22:13:01.132Z | ++ pwd |
434 | 2024-03-01T22:13:01.132Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
435 | 2024-03-01T22:13:01.132Z | ++ basename ./tools/ci_download_maghemite_openapi |
436 | 2024-03-01T22:13:01.135Z | + ARG0=ci_download_maghemite_openapi |
437 | 2024-03-01T22:13:01.135Z | + TARGET_DIR=out |
438 | 2024-03-01T22:13:01.136Z | + DOWNLOAD_DIR=out/downloads |
439 | 2024-03-01T22:13:01.136Z | + source /work/oxidecomputer/omicron/tools/maghemite_ddm_openapi_version |
440 | 2024-03-01T22:13:01.136Z | ++ COMMIT=4b0e584eec455a43c36af08ae207086965cef833 |
441 | 2024-03-01T22:13:01.136Z | ++ SHA2=0b0dbc2f8bbc5d2d9be92d64c4865f8f9335355aae62f7de9f67f81dfb3f1803 |
442 | 2024-03-01T22:13:01.136Z | + URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/4b0e584eec455a43c36af08ae207086965cef833/ddm-admin.json |
443 | 2024-03-01T22:13:01.136Z | + LOCAL_FILE=out/downloads/ddm-admin-4b0e584eec455a43c36af08ae207086965cef833.json |
444 | 2024-03-01T22:13:01.136Z | + main |
445 | 2024-03-01T22:13:01.136Z | + [[ 0 != 0 ]] |
446 | 2024-03-01T22:13:01.136Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/4b0e584eec455a43c36af08ae207086965cef833/ddm-admin.json' |
447 | 2024-03-01T22:13:01.136Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/4b0e584eec455a43c36af08ae207086965cef833/ddm-admin.json |
448 | 2024-03-01T22:13:01.136Z | + echo 'Local file: out/downloads/ddm-admin-4b0e584eec455a43c36af08ae207086965cef833.json' |
449 | 2024-03-01T22:13:01.136Z | Local file: out/downloads/ddm-admin-4b0e584eec455a43c36af08ae207086965cef833.json |
450 | 2024-03-01T22:13:01.136Z | + local DO_DOWNLOAD=true |
451 | 2024-03-01T22:13:01.136Z | + [[ -f out/downloads/ddm-admin-4b0e584eec455a43c36af08ae207086965cef833.json ]] |
452 | 2024-03-01T22:13:01.136Z | + mkdir -p out/downloads |
453 | 2024-03-01T22:13:01.136Z | + '[' true == true ']' |
454 | 2024-03-01T22:13:01.136Z | + echo Downloading... |
455 | 2024-03-01T22:13:01.136Z | Downloading... |
456 | 2024-03-01T22:13:01.136Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/4b0e584eec455a43c36af08ae207086965cef833/ddm-admin.json out/downloads/ddm-admin-4b0e584eec455a43c36af08ae207086965cef833.json |
457 | 2024-03-01T22:13:01.136Z | + curl --silent --show-error --fail --location --output out/downloads/ddm-admin-4b0e584eec455a43c36af08ae207086965cef833.json https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/4b0e584eec455a43c36af08ae207086965cef833/ddm-admin.json |
458 | 2024-03-01T22:13:01.336Z | ++ do_sha256sum out/downloads/ddm-admin-4b0e584eec455a43c36af08ae207086965cef833.json |
459 | 2024-03-01T22:13:01.336Z | ++ case "$OSTYPE" in |
460 | 2024-03-01T22:13:01.343Z | ++ SHA=sha256sum |
461 | 2024-03-01T22:13:01.343Z | ++ sha256sum |
462 | 2024-03-01T22:13:01.343Z | ++ awk '{print $1}' |
463 | 2024-03-01T22:13:01.343Z | + calculated_sha2=0b0dbc2f8bbc5d2d9be92d64c4865f8f9335355aae62f7de9f67f81dfb3f1803 |
464 | 2024-03-01T22:13:01.343Z | + [[ 0b0dbc2f8bbc5d2d9be92d64c4865f8f9335355aae62f7de9f67f81dfb3f1803 != \0\b\0\d\b\c\2\f\8\b\b\c\5\d\2\d\9\b\e\9\2\d\6\4\c\4\8\6\5\f\8\f\9\3\3\5\3\5\5\a\a\e\6\2\f\7\d\e\9\f\6\7\f\8\1\d\f\b\3\f\1\8\0\3 ]] |
465 | 2024-03-01T22:13:01.343Z | + source /work/oxidecomputer/omicron/tools/maghemite_mg_openapi_version |
466 | 2024-03-01T22:13:01.343Z | ++ COMMIT=4b0e584eec455a43c36af08ae207086965cef833 |
467 | 2024-03-01T22:13:01.343Z | ++ SHA2=0ac038bbaa54d0ae0ac5ccaeff48f03070618372cca26c9d09b716b909bf9355 |
468 | 2024-03-01T22:13:01.343Z | + URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/4b0e584eec455a43c36af08ae207086965cef833/mg-admin.json |
469 | 2024-03-01T22:13:01.343Z | + LOCAL_FILE=out/downloads/mg-admin-4b0e584eec455a43c36af08ae207086965cef833.json |
470 | 2024-03-01T22:13:01.343Z | + main |
471 | 2024-03-01T22:13:01.343Z | + [[ 0 != 0 ]] |
472 | 2024-03-01T22:13:01.343Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/4b0e584eec455a43c36af08ae207086965cef833/mg-admin.json' |
473 | 2024-03-01T22:13:01.343Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/4b0e584eec455a43c36af08ae207086965cef833/mg-admin.json |
474 | 2024-03-01T22:13:01.343Z | + echo 'Local file: out/downloads/mg-admin-4b0e584eec455a43c36af08ae207086965cef833.json' |
475 | 2024-03-01T22:13:01.343Z | Local file: out/downloads/mg-admin-4b0e584eec455a43c36af08ae207086965cef833.json |
476 | 2024-03-01T22:13:01.344Z | + local DO_DOWNLOAD=true |
477 | 2024-03-01T22:13:01.344Z | + [[ -f out/downloads/mg-admin-4b0e584eec455a43c36af08ae207086965cef833.json ]] |
478 | 2024-03-01T22:13:01.344Z | + mkdir -p out/downloads |
479 | 2024-03-01T22:13:01.344Z | + '[' true == true ']' |
480 | 2024-03-01T22:13:01.344Z | + echo Downloading... |
481 | 2024-03-01T22:13:01.344Z | Downloading... |
482 | 2024-03-01T22:13:01.344Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/4b0e584eec455a43c36af08ae207086965cef833/mg-admin.json out/downloads/mg-admin-4b0e584eec455a43c36af08ae207086965cef833.json |
483 | 2024-03-01T22:13:01.344Z | + curl --silent --show-error --fail --location --output out/downloads/mg-admin-4b0e584eec455a43c36af08ae207086965cef833.json https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/4b0e584eec455a43c36af08ae207086965cef833/mg-admin.json |
484 | 2024-03-01T22:13:01.453Z | ++ do_sha256sum out/downloads/mg-admin-4b0e584eec455a43c36af08ae207086965cef833.json |
485 | 2024-03-01T22:13:01.456Z | ++ case "$OSTYPE" in |
486 | 2024-03-01T22:13:01.456Z | ++ SHA=sha256sum |
487 | 2024-03-01T22:13:01.456Z | ++ sha256sum |
488 | 2024-03-01T22:13:01.456Z | ++ awk '{print $1}' |
489 | 2024-03-01T22:13:01.460Z | + calculated_sha2=0ac038bbaa54d0ae0ac5ccaeff48f03070618372cca26c9d09b716b909bf9355 |
490 | 2024-03-01T22:13:01.460Z | + [[ 0ac038bbaa54d0ae0ac5ccaeff48f03070618372cca26c9d09b716b909bf9355 != \0\a\c\0\3\8\b\b\a\a\5\4\d\0\a\e\0\a\c\5\c\c\a\e\f\f\4\8\f\0\3\0\7\0\6\1\8\3\7\2\c\c\a\2\6\c\9\d\0\9\b\7\1\6\b\9\0\9\b\f\9\3\5\5 ]] |
491 | 2024-03-01T22:13:01.468Z | + set -o errexit |
492 | 2024-03-01T22:13:01.471Z | +++ dirname ./tools/ci_download_dendrite_openapi |
493 | 2024-03-01T22:13:01.471Z | ++ cd ./tools |
494 | 2024-03-01T22:13:01.471Z | ++ pwd |
495 | 2024-03-01T22:13:01.471Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
496 | 2024-03-01T22:13:01.471Z | ++ basename ./tools/ci_download_dendrite_openapi |
497 | 2024-03-01T22:13:01.475Z | + ARG0=ci_download_dendrite_openapi |
498 | 2024-03-01T22:13:01.475Z | + TARGET_DIR=out |
499 | 2024-03-01T22:13:01.475Z | + DOWNLOAD_DIR=out/downloads |
500 | 2024-03-01T22:13:01.475Z | + source /work/oxidecomputer/omicron/tools/dendrite_openapi_version |
501 | 2024-03-01T22:13:01.475Z | ++ COMMIT=3618dd6017b363c5d34399273453cf50b9c9a43e |
502 | 2024-03-01T22:13:01.475Z | ++ SHA2=aa670165e5b459fab4caba36ae4d382a09264ff5cf6a2dac0dae0a0db39a378e |
503 | 2024-03-01T22:13:01.476Z | + URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/3618dd6017b363c5d34399273453cf50b9c9a43e/dpd.json |
504 | 2024-03-01T22:13:01.476Z | + LOCAL_FILE=out/downloads/dpd-3618dd6017b363c5d34399273453cf50b9c9a43e.json |
505 | 2024-03-01T22:13:01.476Z | + main |
506 | 2024-03-01T22:13:01.476Z | + [[ 0 != 0 ]] |
507 | 2024-03-01T22:13:01.476Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/3618dd6017b363c5d34399273453cf50b9c9a43e/dpd.json' |
508 | 2024-03-01T22:13:01.476Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/3618dd6017b363c5d34399273453cf50b9c9a43e/dpd.json |
509 | 2024-03-01T22:13:01.476Z | Local file: out/downloads/dpd-3618dd6017b363c5d34399273453cf50b9c9a43e.json |
510 | 2024-03-01T22:13:01.476Z | + echo 'Local file: out/downloads/dpd-3618dd6017b363c5d34399273453cf50b9c9a43e.json' |
511 | 2024-03-01T22:13:01.476Z | + local DO_DOWNLOAD=true |
512 | 2024-03-01T22:13:01.476Z | + [[ -f out/downloads/dpd-3618dd6017b363c5d34399273453cf50b9c9a43e.json ]] |
513 | 2024-03-01T22:13:01.476Z | + mkdir -p out/downloads |
514 | 2024-03-01T22:13:01.476Z | + '[' true == true ']' |
515 | 2024-03-01T22:13:01.476Z | + echo Downloading... |
516 | 2024-03-01T22:13:01.476Z | Downloading... |
517 | 2024-03-01T22:13:01.476Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/3618dd6017b363c5d34399273453cf50b9c9a43e/dpd.json out/downloads/dpd-3618dd6017b363c5d34399273453cf50b9c9a43e.json |
518 | 2024-03-01T22:13:01.476Z | + curl --silent --show-error --fail --location --output out/downloads/dpd-3618dd6017b363c5d34399273453cf50b9c9a43e.json https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/3618dd6017b363c5d34399273453cf50b9c9a43e/dpd.json |
519 | 2024-03-01T22:13:01.586Z | ++ do_sha256sum out/downloads/dpd-3618dd6017b363c5d34399273453cf50b9c9a43e.json |
520 | 2024-03-01T22:13:01.586Z | ++ case "$OSTYPE" in |
521 | 2024-03-01T22:13:01.586Z | ++ SHA=sha256sum |
522 | 2024-03-01T22:13:01.589Z | ++ sha256sum |
523 | 2024-03-01T22:13:01.589Z | ++ awk '{print $1}' |
524 | 2024-03-01T22:13:01.592Z | + calculated_sha2=aa670165e5b459fab4caba36ae4d382a09264ff5cf6a2dac0dae0a0db39a378e |
525 | 2024-03-01T22:13:01.592Z | + [[ aa670165e5b459fab4caba36ae4d382a09264ff5cf6a2dac0dae0a0db39a378e != \a\a\6\7\0\1\6\5\e\5\b\4\5\9\f\a\b\4\c\a\b\a\3\6\a\e\4\d\3\8\2\a\0\9\2\6\4\f\f\5\c\f\6\a\2\d\a\c\0\d\a\e\0\a\0\d\b\3\9\a\3\7\8\e ]] |
526 | 2024-03-01T22:13:01.607Z | + set -o errexit |
527 | 2024-03-01T22:13:01.610Z | +++ dirname ./tools/ci_download_dendrite_stub |
528 | 2024-03-01T22:13:01.610Z | ++ cd ./tools |
529 | 2024-03-01T22:13:01.611Z | ++ pwd |
530 | 2024-03-01T22:13:01.611Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
531 | 2024-03-01T22:13:01.611Z | ++ basename ./tools/ci_download_dendrite_stub |
532 | 2024-03-01T22:13:01.611Z | + ARG0=ci_download_dendrite_stub |
533 | 2024-03-01T22:13:01.611Z | + source /work/oxidecomputer/omicron/tools/dendrite_stub_checksums |
534 | 2024-03-01T22:13:01.611Z | ++ CIDL_SHA256_ILLUMOS=eb98985871f321411f7875ef7751dba85ae0dd3034877b63ccb78cedcb96e6e7 |
535 | 2024-03-01T22:13:01.611Z | ++ CIDL_SHA256_LINUX_DPD=cb9a1978d1fe3a3f2391757f80436d8cc87c0041161652ad2234e7cf83e9ae36 |
536 | 2024-03-01T22:13:01.611Z | ++ CIDL_SHA256_LINUX_SWADM=b7e737be56a8a815a95624f0b5c42ce1e339b07feeae7b3d7b9b4bc17c204245 |
537 | 2024-03-01T22:13:01.611Z | + source /work/oxidecomputer/omicron/tools/dendrite_openapi_version |
538 | 2024-03-01T22:13:01.611Z | ++ COMMIT=3618dd6017b363c5d34399273453cf50b9c9a43e |
539 | 2024-03-01T22:13:01.611Z | ++ SHA2=aa670165e5b459fab4caba36ae4d382a09264ff5cf6a2dac0dae0a0db39a378e |
540 | 2024-03-01T22:13:01.611Z | + TARGET_DIR=out |
541 | 2024-03-01T22:13:01.611Z | + DOWNLOAD_DIR=out/downloads |
542 | 2024-03-01T22:13:01.611Z | + DEST_DIR=./out/dendrite-stub |
543 | 2024-03-01T22:13:01.611Z | + BIN_DIR=./out/dendrite-stub/root/opt/oxide/dendrite/bin |
544 | 2024-03-01T22:13:01.611Z | + ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file |
545 | 2024-03-01T22:13:01.611Z | + REPO=oxidecomputer/dendrite |
546 | 2024-03-01T22:13:01.611Z | + PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/3618dd6017b363c5d34399273453cf50b9c9a43e |
547 | 2024-03-01T22:13:01.611Z | + main |
548 | 2024-03-01T22:13:01.611Z | + [[ 0 != 0 ]] |
549 | 2024-03-01T22:13:01.611Z | + CIDL_OS=solaris2.11 |
550 | 2024-03-01T22:13:01.611Z | + [[ 0 != 0 ]] |
551 | 2024-03-01T22:13:01.612Z | + configure_os solaris2.11 |
552 | 2024-03-01T22:13:01.612Z | + echo 'current directory: /work/oxidecomputer/omicron' |
553 | 2024-03-01T22:13:01.612Z | current directory: /work/oxidecomputer/omicron |
554 | 2024-03-01T22:13:01.612Z | configuring based on OS: "solaris2.11" |
555 | 2024-03-01T22:13:01.612Z | + echo 'configuring based on OS: "solaris2.11"' |
556 | 2024-03-01T22:13:01.612Z | + case "$1" in |
557 | 2024-03-01T22:13:01.612Z | + SET_BINARIES= |
558 | 2024-03-01T22:13:01.612Z | + CIDL_SHA256=eb98985871f321411f7875ef7751dba85ae0dd3034877b63ccb78cedcb96e6e7 |
559 | 2024-03-01T22:13:01.612Z | + CIDL_SHA256FUNC=do_sha256sum |
560 | 2024-03-01T22:13:01.612Z | + TARBALL_FILENAME=dendrite-stub.tar.gz |
561 | 2024-03-01T22:13:01.612Z | + PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/3618dd6017b363c5d34399273453cf50b9c9a43e/dendrite-stub.tar.gz |
562 | 2024-03-01T22:13:01.612Z | + TARBALL_FILE=out/downloads/dendrite-stub.tar.gz |
563 | 2024-03-01T22:13:01.612Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/3618dd6017b363c5d34399273453cf50b9c9a43e/dendrite-stub.tar.gz' |
564 | 2024-03-01T22:13:01.612Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/3618dd6017b363c5d34399273453cf50b9c9a43e/dendrite-stub.tar.gz |
565 | 2024-03-01T22:13:01.612Z | Local file: out/downloads/dendrite-stub.tar.gz |
566 | 2024-03-01T22:13:01.612Z | + echo 'Local file: out/downloads/dendrite-stub.tar.gz' |
567 | 2024-03-01T22:13:01.612Z | + mkdir -p out/downloads |
568 | 2024-03-01T22:13:01.612Z | + mkdir -p ./out/dendrite-stub |
569 | 2024-03-01T22:13:01.616Z | + fetch_and_verify |
570 | 2024-03-01T22:13:01.616Z | + local DO_DOWNLOAD=true |
571 | 2024-03-01T22:13:01.616Z | + [[ -f out/downloads/dendrite-stub.tar.gz ]] |
572 | 2024-03-01T22:13:01.616Z | + '[' true == true ']' |
573 | 2024-03-01T22:13:01.616Z | + echo Downloading... |
574 | 2024-03-01T22:13:01.616Z | Downloading... |
575 | 2024-03-01T22:13:01.617Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/3618dd6017b363c5d34399273453cf50b9c9a43e/dendrite-stub.tar.gz out/downloads/dendrite-stub.tar.gz |
576 | 2024-03-01T22:13:01.617Z | + curl --silent --show-error --fail --location --output out/downloads/dendrite-stub.tar.gz https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/3618dd6017b363c5d34399273453cf50b9c9a43e/dendrite-stub.tar.gz |
577 | 2024-03-01T22:13:09.311Z | ++ do_sha256sum out/downloads/dendrite-stub.tar.gz |
578 | 2024-03-01T22:13:09.322Z | ++ sha256sum |
579 | 2024-03-01T22:13:09.322Z | ++ awk '{print $1}' |
580 | 2024-03-01T22:13:09.335Z | + calculated_sha256=eb98985871f321411f7875ef7751dba85ae0dd3034877b63ccb78cedcb96e6e7 |
581 | 2024-03-01T22:13:09.346Z | + [[ eb98985871f321411f7875ef7751dba85ae0dd3034877b63ccb78cedcb96e6e7 != \e\b\9\8\9\8\5\8\7\1\f\3\2\1\4\1\1\f\7\8\7\5\e\f\7\7\5\1\d\b\a\8\5\a\e\0\d\d\3\0\3\4\8\7\7\b\6\3\c\c\b\7\8\c\e\d\c\b\9\6\e\6\e\7 ]] |
582 | 2024-03-01T22:13:09.346Z | + do_untar out/downloads/dendrite-stub.tar.gz |
583 | 2024-03-01T22:13:09.346Z | + tar xzf out/downloads/dendrite-stub.tar.gz -C out/downloads |
584 | 2024-03-01T22:13:10.026Z | + do_assemble |
585 | 2024-03-01T22:13:10.026Z | + rm -r ./out/dendrite-stub |
586 | 2024-03-01T22:13:10.045Z | + mkdir ./out/dendrite-stub |
587 | 2024-03-01T22:13:10.045Z | + cp -r out/downloads/root ./out/dendrite-stub/root |
588 | 2024-03-01T22:13:10.120Z | + ln -s /work/oxidecomputer/omicron/out/dendrite-stub/root/opt/oxide/dendrite/bin/ /work/oxidecomputer/omicron/out/dendrite-stub/bin |
589 | 2024-03-01T22:13:10.138Z | + set -o errexit |
590 | 2024-03-01T22:13:10.558Z | +++ dirname ./tools/ci_download_maghemite_mgd |
591 | 2024-03-01T22:13:10.558Z | ++ cd ./tools |
592 | 2024-03-01T22:13:10.558Z | ++ pwd |
593 | 2024-03-01T22:13:10.558Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
594 | 2024-03-01T22:13:10.558Z | ++ basename ./tools/ci_download_maghemite_mgd |
595 | 2024-03-01T22:13:10.559Z | + ARG0=ci_download_maghemite_mgd |
596 | 2024-03-01T22:13:10.559Z | + source /work/oxidecomputer/omicron/tools/maghemite_mgd_checksums |
597 | 2024-03-01T22:13:10.559Z | ++ CIDL_SHA256=22996a6f3353296b848be729f14e78a42e7d3d6e62a4a918a5c2358ae011c8eb |
598 | 2024-03-01T22:13:10.559Z | ++ MGD_LINUX_SHA256=943b0a52d279bde55a419e2cdb24873acc32703bc97bd599376117ee0edc1511 |
599 | 2024-03-01T22:13:10.559Z | + source /work/oxidecomputer/omicron/tools/maghemite_mg_openapi_version |
600 | 2024-03-01T22:13:10.559Z | ++ COMMIT=4b0e584eec455a43c36af08ae207086965cef833 |
601 | 2024-03-01T22:13:10.559Z | ++ SHA2=0ac038bbaa54d0ae0ac5ccaeff48f03070618372cca26c9d09b716b909bf9355 |
602 | 2024-03-01T22:13:10.559Z | + TARGET_DIR=out |
603 | 2024-03-01T22:13:10.559Z | + DOWNLOAD_DIR=out/downloads |
604 | 2024-03-01T22:13:10.559Z | + DEST_DIR=./out/mgd |
605 | 2024-03-01T22:13:10.559Z | + BIN_DIR=./out/mgd/root/opt/oxide/mgd/bin |
606 | 2024-03-01T22:13:10.559Z | + ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file |
607 | 2024-03-01T22:13:10.559Z | + REPO=oxidecomputer/maghemite |
608 | 2024-03-01T22:13:10.559Z | + PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/4b0e584eec455a43c36af08ae207086965cef833 |
609 | 2024-03-01T22:13:10.559Z | + main |
610 | 2024-03-01T22:13:10.559Z | + [[ 0 != 0 ]] |
611 | 2024-03-01T22:13:10.559Z | + CIDL_OS=solaris2.11 |
612 | 2024-03-01T22:13:10.559Z | + [[ 0 != 0 ]] |
613 | 2024-03-01T22:13:10.559Z | + configure_os solaris2.11 |
614 | 2024-03-01T22:13:10.559Z | + echo 'current directory: /work/oxidecomputer/omicron' |
615 | 2024-03-01T22:13:10.559Z | current directory: /work/oxidecomputer/omicron |
616 | 2024-03-01T22:13:10.559Z | + echo 'configuring based on OS: "solaris2.11"' |
617 | 2024-03-01T22:13:10.559Z | + case "$1" in |
618 | 2024-03-01T22:13:10.560Z | + SET_BINARIES= |
619 | 2024-03-01T22:13:10.560Z | configuring based on OS: "solaris2.11" |
620 | 2024-03-01T22:13:10.560Z | + CIDL_SHA256FUNC=do_sha256sum |
621 | 2024-03-01T22:13:10.560Z | + TARBALL_FILENAME=mgd.tar.gz |
622 | 2024-03-01T22:13:10.560Z | + PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/4b0e584eec455a43c36af08ae207086965cef833/mgd.tar.gz |
623 | 2024-03-01T22:13:10.560Z | + TARBALL_FILE=out/downloads/mgd.tar.gz |
624 | 2024-03-01T22:13:10.560Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/4b0e584eec455a43c36af08ae207086965cef833/mgd.tar.gz' |
625 | 2024-03-01T22:13:10.560Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/4b0e584eec455a43c36af08ae207086965cef833/mgd.tar.gz |
626 | 2024-03-01T22:13:10.560Z | + echo 'Local file: out/downloads/mgd.tar.gz' |
627 | 2024-03-01T22:13:10.560Z | + mkdir -p out/downloads |
628 | 2024-03-01T22:13:10.560Z | Local file: out/downloads/mgd.tar.gz |
629 | 2024-03-01T22:13:10.560Z | + mkdir -p ./out/mgd |
630 | 2024-03-01T22:13:10.560Z | + fetch_and_verify |
631 | 2024-03-01T22:13:10.560Z | + local DO_DOWNLOAD=true |
632 | 2024-03-01T22:13:10.560Z | + [[ -f out/downloads/mgd.tar.gz ]] |
633 | 2024-03-01T22:13:10.560Z | + '[' true == true ']' |
634 | 2024-03-01T22:13:10.560Z | + echo Downloading... |
635 | 2024-03-01T22:13:10.560Z | Downloading... |
636 | 2024-03-01T22:13:10.560Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/4b0e584eec455a43c36af08ae207086965cef833/mgd.tar.gz out/downloads/mgd.tar.gz |
637 | 2024-03-01T22:13:10.560Z | + curl --silent --show-error --fail --location --output out/downloads/mgd.tar.gz https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/4b0e584eec455a43c36af08ae207086965cef833/mgd.tar.gz |
638 | 2024-03-01T22:13:18.829Z | ++ do_sha256sum out/downloads/mgd.tar.gz |
639 | 2024-03-01T22:13:18.837Z | ++ sha256sum |
640 | 2024-03-01T22:13:18.837Z | ++ awk '{print $1}' |
641 | 2024-03-01T22:13:18.848Z | + calculated_sha256=22996a6f3353296b848be729f14e78a42e7d3d6e62a4a918a5c2358ae011c8eb |
642 | 2024-03-01T22:13:18.857Z | + [[ 22996a6f3353296b848be729f14e78a42e7d3d6e62a4a918a5c2358ae011c8eb != \2\2\9\9\6\a\6\f\3\3\5\3\2\9\6\b\8\4\8\b\e\7\2\9\f\1\4\e\7\8\a\4\2\e\7\d\3\d\6\e\6\2\a\4\a\9\1\8\a\5\c\2\3\5\8\a\e\0\1\1\c\8\e\b ]] |
643 | 2024-03-01T22:13:18.857Z | + do_untar out/downloads/mgd.tar.gz |
644 | 2024-03-01T22:13:18.857Z | + tar xzf out/downloads/mgd.tar.gz -C out/downloads |
645 | 2024-03-01T22:13:19.292Z | + do_assemble |
646 | 2024-03-01T22:13:19.292Z | + rm -r ./out/mgd |
647 | 2024-03-01T22:13:19.297Z | + mkdir ./out/mgd |
648 | 2024-03-01T22:13:19.301Z | + cp -r out/downloads/root ./out/mgd/root |
649 | 2024-03-01T22:13:19.442Z | + set -o errexit |
650 | 2024-03-01T22:13:19.448Z | +++ dirname ./tools/ci_download_transceiver_control |
651 | 2024-03-01T22:13:19.452Z | ++ cd ./tools |
652 | 2024-03-01T22:13:19.452Z | ++ pwd |
653 | 2024-03-01T22:13:19.452Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
654 | 2024-03-01T22:13:19.452Z | ++ basename ./tools/ci_download_transceiver_control |
655 | 2024-03-01T22:13:19.452Z | + ARG0=ci_download_transceiver_control |
656 | 2024-03-01T22:13:19.452Z | + source /work/oxidecomputer/omicron/tools/transceiver_control_version |
657 | 2024-03-01T22:13:19.452Z | ++ COMMIT=8813cf996f37a6c43e7b83d6084f88c5f0f0430a |
658 | 2024-03-01T22:13:19.452Z | ++ CIDL_SHA256_ILLUMOS=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1 |
659 | 2024-03-01T22:13:19.452Z | + TARGET_DIR=out |
660 | 2024-03-01T22:13:19.452Z | + DOWNLOAD_DIR=out/downloads |
661 | 2024-03-01T22:13:19.453Z | + DEST_DIR=./out/transceiver-control |
662 | 2024-03-01T22:13:19.453Z | + BIN_DIR=/opt/oxide/bin |
663 | 2024-03-01T22:13:19.453Z | + BINARY=xcvradm |
664 | 2024-03-01T22:13:19.453Z | + ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file |
665 | 2024-03-01T22:13:19.453Z | + REPO=oxidecomputer/transceiver-control |
666 | 2024-03-01T22:13:19.453Z | + PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a |
667 | 2024-03-01T22:13:19.453Z | + main |
668 | 2024-03-01T22:13:19.453Z | + [[ 0 != 0 ]] |
669 | 2024-03-01T22:13:19.453Z | + CIDL_OS=solaris2.11 |
670 | 2024-03-01T22:13:19.453Z | + [[ 0 != 0 ]] |
671 | 2024-03-01T22:13:19.453Z | + configure_os solaris2.11 |
672 | 2024-03-01T22:13:19.453Z | + echo 'current directory: /work/oxidecomputer/omicron' |
673 | 2024-03-01T22:13:19.453Z | current directory: /work/oxidecomputer/omicron |
674 | 2024-03-01T22:13:19.453Z | + echo 'configuring based on OS: "solaris2.11"' |
675 | 2024-03-01T22:13:19.453Z | configuring based on OS: "solaris2.11" |
676 | 2024-03-01T22:13:19.453Z | + case "$1" in |
677 | 2024-03-01T22:13:19.453Z | + SET_BINARIES= |
678 | 2024-03-01T22:13:19.453Z | + CIDL_SHA256=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1 |
679 | 2024-03-01T22:13:19.453Z | + CIDL_SHA256FUNC=do_sha256sum |
680 | 2024-03-01T22:13:19.453Z | + ARCHIVE_FILENAME=xcvradm.gz |
681 | 2024-03-01T22:13:19.454Z | + PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz |
682 | 2024-03-01T22:13:19.454Z | + ARCHIVE_FILE=out/downloads/xcvradm.gz |
683 | 2024-03-01T22:13:19.454Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz' |
684 | 2024-03-01T22:13:19.454Z | + echo 'Local file: out/downloads/xcvradm.gz' |
685 | 2024-03-01T22:13:19.454Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz |
686 | 2024-03-01T22:13:19.454Z | Local file: out/downloads/xcvradm.gz |
687 | 2024-03-01T22:13:19.454Z | + mkdir -p out/downloads |
688 | 2024-03-01T22:13:19.457Z | + mkdir -p ./out/transceiver-control |
689 | 2024-03-01T22:13:19.457Z | + fetch_and_verify |
690 | 2024-03-01T22:13:19.457Z | + local DO_DOWNLOAD=true |
691 | 2024-03-01T22:13:19.457Z | + [[ -f out/downloads/xcvradm.gz ]] |
692 | 2024-03-01T22:13:19.457Z | + '[' true == true ']' |
693 | 2024-03-01T22:13:19.457Z | + echo Downloading... |
694 | 2024-03-01T22:13:19.457Z | Downloading... |
695 | 2024-03-01T22:13:19.457Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz out/downloads/xcvradm.gz |
696 | 2024-03-01T22:13:19.457Z | + curl --silent --show-error --fail --location --output out/downloads/xcvradm.gz https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz |
697 | 2024-03-01T22:13:21.870Z | ++ do_sha256sum out/downloads/xcvradm.gz |
698 | 2024-03-01T22:13:21.882Z | ++ sha256sum |
699 | 2024-03-01T22:13:21.882Z | ++ awk '{print $1}' |
700 | 2024-03-01T22:13:21.882Z | + calculated_sha256=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1 |
701 | 2024-03-01T22:13:21.882Z | + [[ 388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1 != \3\8\8\f\9\e\0\3\0\8\9\e\8\b\c\6\d\4\7\f\d\2\1\f\9\c\8\3\5\5\4\a\6\c\d\c\6\2\6\e\b\9\2\8\3\7\4\f\c\f\f\9\4\5\a\8\8\1\e\1\f\7\e\1 ]] |
702 | 2024-03-01T22:13:21.882Z | + do_unpack out/downloads/xcvradm.gz |
703 | 2024-03-01T22:13:21.882Z | + mkdir -p out/downloads/root//opt/oxide/bin |
704 | 2024-03-01T22:13:21.894Z | + gzip -dc out/downloads/xcvradm.gz |
705 | 2024-03-01T22:13:22.002Z | + chmod +x out/downloads/root//opt/oxide/bin/xcvradm |
706 | 2024-03-01T22:13:22.005Z | + do_assemble |
707 | 2024-03-01T22:13:22.005Z | + rm -r ./out/transceiver-control |
708 | 2024-03-01T22:13:22.005Z | + mkdir ./out/transceiver-control |
709 | 2024-03-01T22:13:22.008Z | + cp -r out/downloads/root ./out/transceiver-control/root |
710 | 2024-03-01T22:13:22.329Z | All builder prerequisites installed successfully, and PATH looks valid |
711 | 2024-03-01T22:13:22.332Z | |
712 | 2024-03-01T22:13:22.332Z | real 1:41.130503392 |
713 | 2024-03-01T22:13:22.332Z | user 35.340752682 |
714 | 2024-03-01T22:13:22.332Z | sys 6.697150988 |
715 | 2024-03-01T22:13:22.332Z | trap 0.008477045 |
716 | 2024-03-01T22:13:22.332Z | tflt 0.165927441 |
717 | 2024-03-01T22:13:22.332Z | dflt 0.471466010 |
718 | 2024-03-01T22:13:22.332Z | kflt 0.143783106 |
719 | 2024-03-01T22:13:22.332Z | lock 1.328446764 |
720 | 2024-03-01T22:13:22.332Z | slp 3:19.255954966 |
721 | 2024-03-01T22:13:22.332Z | lat 1.760565462 |
722 | 2024-03-01T22:13:22.332Z | stop 0.150245472 |
723 | 2024-03-01T22:13:22.332Z | |
724 | 2024-03-01T22:13:22.332Z | #### # # ##### ##### # # |
725 | 2024-03-01T22:13:22.333Z | # # # # # # # # # # |
726 | 2024-03-01T22:13:22.333Z | # # # # # # # # |
727 | 2024-03-01T22:13:22.333Z | # # # ##### ##### # |
728 | 2024-03-01T22:13:22.333Z | # # # # # # # |
729 | 2024-03-01T22:13:22.333Z | #### ###### # # # # |
730 | 2024-03-01T22:13:22.333Z | |
731 | 2024-03-01T22:13:22.548Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
732 | 2024-03-01T22:13:22.949Z | Updating git repository `https://github.com/oxidecomputer/samael` |
733 | 2024-03-01T22:13:23.301Z | Updating crates.io index |
734 | 2024-03-01T22:13:23.345Z | Updating git repository `https://github.com/oxidecomputer/dropshot` |
735 | 2024-03-01T22:13:24.101Z | Updating git repository `https://github.com/oxidecomputer/progenitor` |
736 | 2024-03-01T22:13:25.905Z | Updating git repository `http://github.com/oxidecomputer/serde_human_bytes` |
737 | 2024-03-01T22:13:26.532Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
738 | 2024-03-01T22:13:26.816Z | Updating git repository `http://github.com/oxidecomputer/tofino` |
739 | 2024-03-01T22:13:27.077Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
740 | 2024-03-01T22:13:27.374Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
741 | 2024-03-01T22:13:27.635Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
742 | 2024-03-01T22:13:28.732Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
743 | 2024-03-01T22:13:31.253Z | Updating git repository `https://github.com/oxidecomputer/opte` |
744 | 2024-03-01T22:13:32.232Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
745 | 2024-03-01T22:13:32.584Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
746 | 2024-03-01T22:13:33.115Z | Updating git repository `https://github.com/oxidecomputer/async-bb8-diesel` |
747 | 2024-03-01T22:13:33.408Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
748 | 2024-03-01T22:13:33.720Z | Updating git repository `http://github.com/oxidecomputer/sprockets` |
749 | 2024-03-01T22:13:34.092Z | Updating git repository `https://github.com/oxidecomputer/diesel-dtrace` |
750 | 2024-03-01T22:13:34.519Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
751 | 2024-03-01T22:13:34.812Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
752 | 2024-03-01T22:13:35.266Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
753 | 2024-03-01T22:13:35.623Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
754 | 2024-03-01T22:13:35.938Z | Updating git repository `https://github.com/jgallagher/nix` |
755 | 2024-03-01T22:13:36.888Z | Updating git repository `https://github.com/cbiffle/hubpack` |
756 | 2024-03-01T22:13:37.235Z | Updating git repository `https://github.com/oxidecomputer/typify` |
757 | 2024-03-01T22:13:38.852Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
758 | 2024-03-01T22:13:39.306Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
759 | 2024-03-01T22:13:39.597Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
760 | 2024-03-01T22:13:40.878Z | Downloading crates ... |
761 | 2024-03-01T22:13:41.038Z | Downloaded clap_lex v0.7.0 |
762 | 2024-03-01T22:13:41.046Z | Downloaded thiserror v1.0.57 |
763 | 2024-03-01T22:13:41.051Z | Downloaded errno v0.3.8 |
764 | 2024-03-01T22:13:41.054Z | Downloaded serde_spanned v0.6.5 |
765 | 2024-03-01T22:13:41.058Z | Downloaded equivalent v1.0.1 |
766 | 2024-03-01T22:13:41.063Z | Downloaded colorchoice v1.0.0 |
767 | 2024-03-01T22:13:41.073Z | Downloaded semver v1.0.22 |
768 | 2024-03-01T22:13:41.076Z | Downloaded strsim v0.11.0 |
769 | 2024-03-01T22:13:41.081Z | Downloaded anstyle v1.0.2 |
770 | 2024-03-01T22:13:41.081Z | Downloaded cargo-platform v0.1.3 |
771 | 2024-03-01T22:13:41.081Z | Downloaded itoa v1.0.9 |
772 | 2024-03-01T22:13:41.081Z | Downloaded utf8parse v0.2.1 |
773 | 2024-03-01T22:13:41.081Z | Downloaded anstyle-query v1.0.0 |
774 | 2024-03-01T22:13:41.084Z | Downloaded heck v0.4.1 |
775 | 2024-03-01T22:13:41.087Z | Downloaded terminal_size v0.3.0 |
776 | 2024-03-01T22:13:41.087Z | Downloaded cargo_metadata v0.18.1 |
777 | 2024-03-01T22:13:41.094Z | Downloaded toml_datetime v0.6.5 |
778 | 2024-03-01T22:13:41.100Z | Downloaded clap_derive v4.5.0 |
779 | 2024-03-01T22:13:41.105Z | Downloaded quote v1.0.35 |
780 | 2024-03-01T22:13:41.109Z | Downloaded thiserror-impl v1.0.57 |
781 | 2024-03-01T22:13:41.112Z | Downloaded bitflags v2.4.0 |
782 | 2024-03-01T22:13:41.112Z | Downloaded anstream v0.6.11 |
783 | 2024-03-01T22:13:41.115Z | Downloaded anstyle-parse v0.2.1 |
784 | 2024-03-01T22:13:41.115Z | Downloaded unicode-ident v1.0.12 |
785 | 2024-03-01T22:13:41.118Z | Downloaded camino v1.1.6 |
786 | 2024-03-01T22:13:41.123Z | Downloaded clap v4.5.0 |
787 | 2024-03-01T22:13:41.128Z | Downloaded proc-macro2 v1.0.78 |
788 | 2024-03-01T22:13:41.131Z | Downloaded ryu v1.0.15 |
789 | 2024-03-01T22:13:41.134Z | Downloaded toml v0.8.10 |
790 | 2024-03-01T22:13:41.137Z | Downloaded indexmap v2.2.3 |
791 | 2024-03-01T22:13:41.140Z | Downloaded cargo_toml v0.19.0 |
792 | 2024-03-01T22:13:41.140Z | Downloaded serde v1.0.197 |
793 | 2024-03-01T22:13:41.143Z | Downloaded toml_edit v0.22.6 |
794 | 2024-03-01T22:13:41.165Z | Downloaded memchr v2.6.3 |
795 | 2024-03-01T22:13:41.173Z | Downloaded serde_derive v1.0.197 |
796 | 2024-03-01T22:13:41.190Z | Downloaded hashbrown v0.14.3 |
797 | 2024-03-01T22:13:41.195Z | Downloaded anyhow v1.0.75 |
798 | 2024-03-01T22:13:41.195Z | Downloaded clap_builder v4.5.0 |
799 | 2024-03-01T22:13:41.195Z | Downloaded winnow v0.6.1 |
800 | 2024-03-01T22:13:41.204Z | Downloaded serde_json v1.0.114 |
801 | 2024-03-01T22:13:41.204Z | Downloaded syn v2.0.51 |
802 | 2024-03-01T22:13:41.213Z | Downloaded rustix v0.38.31 |
803 | 2024-03-01T22:13:41.240Z | Downloaded libc v0.2.153 |
804 | 2024-03-01T22:13:41.485Z | Compiling proc-macro2 v1.0.78 |
805 | 2024-03-01T22:13:41.489Z | Compiling unicode-ident v1.0.12 |
806 | 2024-03-01T22:13:41.489Z | Compiling serde v1.0.197 |
807 | 2024-03-01T22:13:41.489Z | Compiling libc v0.2.153 |
808 | 2024-03-01T22:13:41.489Z | Compiling rustix v0.38.31 |
809 | 2024-03-01T22:13:41.509Z | Compiling equivalent v1.0.1 |
810 | 2024-03-01T22:13:41.512Z | Compiling utf8parse v0.2.1 |
811 | 2024-03-01T22:13:41.512Z | Compiling hashbrown v0.14.3 |
812 | 2024-03-01T22:13:41.663Z | Compiling bitflags v2.4.0 |
813 | 2024-03-01T22:13:41.706Z | Compiling anstyle-parse v0.2.1 |
814 | 2024-03-01T22:13:41.720Z | Compiling semver v1.0.22 |
815 | 2024-03-01T22:13:42.011Z | Compiling anstyle-query v1.0.0 |
816 | 2024-03-01T22:13:42.071Z | Compiling anstyle v1.0.2 |
817 | 2024-03-01T22:13:42.117Z | Compiling thiserror v1.0.57 |
818 | 2024-03-01T22:13:42.379Z | Compiling camino v1.1.6 |
819 | 2024-03-01T22:13:42.598Z | Compiling indexmap v2.2.3 |
820 | 2024-03-01T22:13:43.010Z | Compiling winnow v0.6.1 |
821 | 2024-03-01T22:13:43.010Z | Compiling colorchoice v1.0.0 |
822 | 2024-03-01T22:13:43.020Z | Compiling serde_json v1.0.114 |
823 | 2024-03-01T22:13:43.147Z | Compiling anstream v0.6.11 |
824 | 2024-03-01T22:13:43.237Z | Compiling heck v0.4.1 |
825 | 2024-03-01T22:13:43.339Z | Compiling ryu v1.0.15 |
826 | 2024-03-01T22:13:43.379Z | Compiling strsim v0.11.0 |
827 | 2024-03-01T22:13:43.685Z | Compiling clap_lex v0.7.0 |
828 | 2024-03-01T22:13:43.702Z | Compiling anyhow v1.0.75 |
829 | 2024-03-01T22:13:43.712Z | Compiling itoa v1.0.9 |
830 | 2024-03-01T22:13:43.992Z | Compiling quote v1.0.35 |
831 | 2024-03-01T22:13:44.274Z | Compiling errno v0.3.8 |
832 | 2024-03-01T22:13:44.366Z | Compiling syn v2.0.51 |
833 | 2024-03-01T22:13:45.273Z | Compiling terminal_size v0.3.0 |
834 | 2024-03-01T22:13:45.387Z | Compiling clap_builder v4.5.0 |
835 | 2024-03-01T22:13:49.573Z | Compiling serde_derive v1.0.197 |
836 | 2024-03-01T22:13:49.573Z | Compiling thiserror-impl v1.0.57 |
837 | 2024-03-01T22:13:49.577Z | Compiling clap_derive v4.5.0 |
838 | 2024-03-01T22:13:52.309Z | Compiling clap v4.5.0 |
839 | 2024-03-01T22:13:57.521Z | Compiling serde_spanned v0.6.5 |
840 | 2024-03-01T22:13:57.533Z | Compiling toml_datetime v0.6.5 |
841 | 2024-03-01T22:13:57.533Z | Compiling cargo-platform v0.1.3 |
842 | 2024-03-01T22:13:57.755Z | Compiling toml_edit v0.22.6 |
843 | 2024-03-01T22:13:58.783Z | Compiling cargo_metadata v0.18.1 |
844 | 2024-03-01T22:13:59.829Z | Compiling toml v0.8.10 |
845 | 2024-03-01T22:14:00.474Z | Compiling cargo_toml v0.19.0 |
846 | 2024-03-01T22:14:04.266Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
847 | 2024-03-01T22:14:05.347Z | Finished dev [unoptimized + debuginfo] target(s) in 42.95s |
848 | 2024-03-01T22:14:05.557Z | Running `target/debug/xtask clippy` |
849 | 2024-03-01T22:14:05.602Z | running: "/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/cargo" "clippy" "--all-targets" "--" "--deny" "warnings" "--allow" "clippy::style" "--warn" "clippy::disallowed_macros" "--warn" "clippy::disallowed_methods" "--warn" "clippy::disallowed_names" "--warn" "clippy::disallowed_script_idents" "--warn" "clippy::disallowed_types" |
850 | 2024-03-01T22:14:06.153Z | Downloading crates ... |
851 | 2024-03-01T22:14:06.362Z | Downloaded httparse v1.8.0 |
852 | 2024-03-01T22:14:06.366Z | Downloaded async-stream-impl v0.3.5 |
853 | 2024-03-01T22:14:06.369Z | Downloaded anes v0.1.6 |
854 | 2024-03-01T22:14:06.374Z | Downloaded humantime v2.1.0 |
855 | 2024-03-01T22:14:06.374Z | Downloaded hubpack v0.1.2 |
856 | 2024-03-01T22:14:06.377Z | Downloaded http-body v1.0.0 |
857 | 2024-03-01T22:14:06.393Z | Downloaded bcs v0.1.6 |
858 | 2024-03-01T22:14:06.397Z | Downloaded instant v0.1.12 |
859 | 2024-03-01T22:14:06.397Z | Downloaded hyper-tls v0.5.0 |
860 | 2024-03-01T22:14:06.397Z | Downloaded atomic-waker v1.1.1 |
861 | 2024-03-01T22:14:06.397Z | Downloaded hubpack_derive v0.1.1 |
862 | 2024-03-01T22:14:06.401Z | Downloaded block-buffer v0.10.4 |
863 | 2024-03-01T22:14:06.401Z | Downloaded ipnet v2.9.0 |
864 | 2024-03-01T22:14:06.401Z | Downloaded httptest v0.15.5 |
865 | 2024-03-01T22:14:06.816Z | Downloaded bit-set v0.5.3 |
866 | 2024-03-01T22:14:06.816Z | Downloaded block-padding v0.3.3 |
867 | 2024-03-01T22:14:06.823Z | Downloaded impl-trait-for-tuples v0.2.2 |
868 | 2024-03-01T22:14:06.823Z | Downloaded http-body v0.4.5 |
869 | 2024-03-01T22:14:06.823Z | Downloaded buf-list v1.0.3 |
870 | 2024-03-01T22:14:06.823Z | Downloaded camino-tempfile v1.1.1 |
871 | 2024-03-01T22:14:06.823Z | Downloaded http-range v0.1.5 |
872 | 2024-03-01T22:14:06.823Z | Downloaded autocfg v1.1.0 |
873 | 2024-03-01T22:14:06.823Z | Downloaded ident_case v1.0.1 |
874 | 2024-03-01T22:14:06.823Z | Downloaded addr2line v0.21.0 |
875 | 2024-03-01T22:14:06.823Z | Downloaded hostname v0.3.1 |
876 | 2024-03-01T22:14:06.823Z | Downloaded highway v1.1.0 |
877 | 2024-03-01T22:14:06.823Z | Downloaded managed v0.8.0 |
878 | 2024-03-01T22:14:06.823Z | Downloaded ciborium v0.2.2 |
879 | 2024-03-01T22:14:06.823Z | Downloaded ciborium-io v0.2.2 |
880 | 2024-03-01T22:14:06.823Z | Downloaded http v1.0.0 |
881 | 2024-03-01T22:14:06.823Z | Downloaded atomicwrites v0.4.3 |
882 | 2024-03-01T22:14:06.823Z | Downloaded nodrop v0.1.14 |
883 | 2024-03-01T22:14:06.823Z | Downloaded http v0.2.11 |
884 | 2024-03-01T22:14:06.823Z | Downloaded memoffset v0.7.1 |
885 | 2024-03-01T22:14:06.824Z | Downloaded memmap v0.7.0 |
886 | 2024-03-01T22:14:06.824Z | Downloaded newtype-uuid v1.0.1 |
887 | 2024-03-01T22:14:06.824Z | Downloaded kstat-rs v0.2.3 |
888 | 2024-03-01T22:14:06.824Z | Downloaded md-5 v0.10.5 |
889 | 2024-03-01T22:14:06.824Z | Downloaded cobs v0.2.3 |
890 | 2024-03-01T22:14:06.824Z | Downloaded miniz_oxide v0.7.1 |
891 | 2024-03-01T22:14:06.824Z | Downloaded convert_case v0.4.0 |
892 | 2024-03-01T22:14:06.824Z | Downloaded hyper-util v0.1.2 |
893 | 2024-03-01T22:14:06.824Z | Downloaded rtoolbox v0.0.1 |
894 | 2024-03-01T22:14:06.824Z | Downloaded minimal-lexical v0.2.1 |
895 | 2024-03-01T22:14:06.824Z | Downloaded newtype_derive v0.1.6 |
896 | 2024-03-01T22:14:06.824Z | Downloaded ascii-canvas v3.0.0 |
897 | 2024-03-01T22:14:06.824Z | Downloaded rpassword v7.3.1 |
898 | 2024-03-01T22:14:06.824Z | Downloaded async-recursion v1.0.5 |
899 | 2024-03-01T22:14:06.824Z | Downloaded num v0.4.1 |
900 | 2024-03-01T22:14:06.824Z | Downloaded nanorand v0.7.0 |
901 | 2024-03-01T22:14:06.824Z | Downloaded approx v0.5.1 |
902 | 2024-03-01T22:14:06.824Z | Downloaded aead v0.5.2 |
903 | 2024-03-01T22:14:06.824Z | Downloaded num-complex v0.4.4 |
904 | 2024-03-01T22:14:06.824Z | Downloaded crunchy v0.2.2 |
905 | 2024-03-01T22:14:06.824Z | Downloaded linked-hash-map v0.5.6 |
906 | 2024-03-01T22:14:06.824Z | Downloaded indicatif v0.17.8 |
907 | 2024-03-01T22:14:06.824Z | Downloaded cstr-argument v0.1.2 |
908 | 2024-03-01T22:14:06.825Z | Downloaded memoffset v0.9.0 |
909 | 2024-03-01T22:14:06.825Z | Downloaded rstest_macros v0.18.2 |
910 | 2024-03-01T22:14:06.825Z | Downloaded num-integer v0.1.46 |
911 | 2024-03-01T22:14:06.825Z | Downloaded native-tls v0.2.11 |
912 | 2024-03-01T22:14:06.825Z | Downloaded argon2 v0.5.3 |
913 | 2024-03-01T22:14:06.825Z | Downloaded ansi_term v0.12.1 |
914 | 2024-03-01T22:14:06.825Z | Downloaded darling_macro v0.14.4 |
915 | 2024-03-01T22:14:06.825Z | Downloaded linear-map v1.2.0 |
916 | 2024-03-01T22:14:06.825Z | Downloaded backoff v0.4.0 |
917 | 2024-03-01T22:14:06.825Z | Downloaded zone_cfg_derive v0.3.0 |
918 | 2024-03-01T22:14:06.825Z | Downloaded slog-async v2.8.0 |
919 | 2024-03-01T22:14:06.825Z | Downloaded crossbeam-utils v0.8.16 |
920 | 2024-03-01T22:14:06.825Z | Downloaded pretty-hex v0.2.1 |
921 | 2024-03-01T22:14:06.825Z | Downloaded criterion-plot v0.5.0 |
922 | 2024-03-01T22:14:06.825Z | Downloaded corncobs v0.1.3 |
923 | 2024-03-01T22:14:06.825Z | Downloaded phf_shared v0.10.0 |
924 | 2024-03-01T22:14:06.825Z | Downloaded constant_time_eq v0.2.6 |
925 | 2024-03-01T22:14:06.825Z | Downloaded cpufeatures v0.2.12 |
926 | 2024-03-01T22:14:06.825Z | Downloaded num-iter v0.1.43 |
927 | 2024-03-01T22:14:06.825Z | Downloaded fd-lock v3.0.13 |
928 | 2024-03-01T22:14:06.825Z | Downloaded relative-path v1.9.0 |
929 | 2024-03-01T22:14:06.825Z | Downloaded parse-size v1.0.0 |
930 | 2024-03-01T22:14:06.825Z | Downloaded rustversion v1.0.14 |
931 | 2024-03-01T22:14:06.826Z | Downloaded pathdiff v0.2.1 |
932 | 2024-03-01T22:14:06.826Z | Downloaded vec_map v0.8.2 |
933 | 2024-03-01T22:14:06.826Z | Downloaded mockall_derive v0.12.0 |
934 | 2024-03-01T22:14:06.826Z | Downloaded pretty-hex v0.4.1 |
935 | 2024-03-01T22:14:06.826Z | Downloaded sqlformat v0.2.3 |
936 | 2024-03-01T22:14:06.826Z | Downloaded usdt-attr-macro v0.5.0 |
937 | 2024-03-01T22:14:06.826Z | Downloaded thread_local v1.1.7 |
938 | 2024-03-01T22:14:06.826Z | Downloaded path-slash v0.1.5 |
939 | 2024-03-01T22:14:06.826Z | Downloaded compact_str v0.7.1 |
940 | 2024-03-01T22:14:06.826Z | Downloaded ena v0.14.2 |
941 | 2024-03-01T22:14:06.826Z | Downloaded form_urlencoded v1.2.1 |
942 | 2024-03-01T22:14:06.826Z | Downloaded signal-hook-tokio v0.3.1 |
943 | 2024-03-01T22:14:06.826Z | Downloaded futures-task v0.3.30 |
944 | 2024-03-01T22:14:06.826Z | Downloaded diesel_table_macro_syntax v0.1.0 |
945 | 2024-03-01T22:14:06.826Z | Downloaded guppy-workspace-hack v0.1.0 |
946 | 2024-03-01T22:14:06.826Z | Downloaded slog-bunyan v2.5.0 |
947 | 2024-03-01T22:14:06.826Z | Downloaded fd-lock v4.0.2 |
948 | 2024-03-01T22:14:06.826Z | Downloaded termios v0.3.3 |
949 | 2024-03-01T22:14:06.826Z | Downloaded csv-core v0.1.11 |
950 | 2024-03-01T22:14:06.826Z | Downloaded crc32fast v1.3.2 |
951 | 2024-03-01T22:14:06.826Z | Downloaded parking_lot_core v0.8.6 |
952 | 2024-03-01T22:14:06.826Z | Downloaded log v0.4.20 |
953 | 2024-03-01T22:14:06.826Z | Downloaded pest_generator v2.7.6 |
954 | 2024-03-01T22:14:06.827Z | Downloaded percent-encoding v2.3.1 |
955 | 2024-03-01T22:14:06.827Z | Downloaded pem v3.0.2 |
956 | 2024-03-01T22:14:06.827Z | Downloaded similar v2.3.0 |
957 | 2024-03-01T22:14:06.827Z | Downloaded ff v0.13.0 |
958 | 2024-03-01T22:14:06.827Z | Downloaded ref-cast v1.0.20 |
959 | 2024-03-01T22:14:06.827Z | Downloaded zerocopy-derive v0.7.32 |
960 | 2024-03-01T22:14:06.827Z | Downloaded fxhash v0.2.1 |
961 | 2024-03-01T22:14:06.827Z | Downloaded usdt-impl v0.3.5 |
962 | 2024-03-01T22:14:06.827Z | Downloaded usdt-attr-macro v0.3.5 |
963 | 2024-03-01T22:14:06.827Z | Downloaded glob v0.3.1 |
964 | 2024-03-01T22:14:06.827Z | Downloaded debug-ignore v1.0.5 |
965 | 2024-03-01T22:14:06.827Z | Downloaded endian-type v0.1.2 |
966 | 2024-03-01T22:14:06.827Z | Downloaded tiny-keccak v2.0.2 |
967 | 2024-03-01T22:14:06.832Z | Downloaded futures-sink v0.3.30 |
968 | 2024-03-01T22:14:06.832Z | Downloaded term v0.7.0 |
969 | 2024-03-01T22:14:06.832Z | Downloaded strip-ansi-escapes v0.2.0 |
970 | 2024-03-01T22:14:06.832Z | Downloaded rustc-demangle v0.1.23 |
971 | 2024-03-01T22:14:06.832Z | Downloaded derive_more v0.99.17 |
972 | 2024-03-01T22:14:06.832Z | Downloaded ed25519 v1.5.3 |
973 | 2024-03-01T22:14:06.832Z | Downloaded xattr v1.0.1 |
974 | 2024-03-01T22:14:06.832Z | Downloaded dyn-clone v1.0.17 |
975 | 2024-03-01T22:14:06.832Z | Downloaded smf v0.2.2 |
976 | 2024-03-01T22:14:06.832Z | Downloaded hex-literal v0.4.1 |
977 | 2024-03-01T22:14:06.832Z | Downloaded num-rational v0.4.1 |
978 | 2024-03-01T22:14:06.832Z | Downloaded datatest-stable v0.2.3 |
979 | 2024-03-01T22:14:06.832Z | Downloaded waitgroup v0.1.2 |
980 | 2024-03-01T22:14:06.832Z | Downloaded ref-cast-impl v1.0.20 |
981 | 2024-03-01T22:14:06.832Z | Downloaded foreign-types v0.3.2 |
982 | 2024-03-01T22:14:06.832Z | Downloaded supports-color v3.0.0 |
983 | 2024-03-01T22:14:06.832Z | Downloaded oso-derive v0.27.0 |
984 | 2024-03-01T22:14:06.832Z | Downloaded tinyvec_macros v0.1.1 |
985 | 2024-03-01T22:14:06.832Z | Downloaded swrite v0.1.0 |
986 | 2024-03-01T22:14:06.832Z | Downloaded tinytemplate v1.2.1 |
987 | 2024-03-01T22:14:06.832Z | Downloaded unicase v2.7.0 |
988 | 2024-03-01T22:14:06.833Z | Downloaded unicode-linebreak v0.1.5 |
989 | 2024-03-01T22:14:06.833Z | Downloaded tokio-rustls v0.24.1 |
990 | 2024-03-01T22:14:06.833Z | Downloaded toml v0.5.11 |
991 | 2024-03-01T22:14:06.833Z | Downloaded shlex v1.3.0 |
992 | 2024-03-01T22:14:06.833Z | Downloaded fnv v1.0.7 |
993 | 2024-03-01T22:14:06.833Z | Downloaded snafu v0.7.5 |
994 | 2024-03-01T22:14:06.833Z | Downloaded tower-layer v0.3.2 |
995 | 2024-03-01T22:14:06.833Z | Downloaded snafu-derive v0.7.5 |
996 | 2024-03-01T22:14:06.833Z | Downloaded once_cell v1.19.0 |
997 | 2024-03-01T22:14:06.833Z | Downloaded zerocopy v0.6.4 |
998 | 2024-03-01T22:14:06.833Z | Downloaded stringprep v0.1.3 |
999 | 2024-03-01T22:14:06.833Z | Downloaded itertools v0.10.5 |
1000 | 2024-03-01T22:14:06.833Z | Downloaded toolchain_find v0.2.0 |
1001 | 2024-03-01T22:14:06.833Z | Downloaded same-file v1.0.6 |
1002 | 2024-03-01T22:14:06.833Z | Downloaded fastrand v2.0.1 |
1003 | 2024-03-01T22:14:06.833Z | Downloaded try-lock v0.2.4 |
1004 | 2024-03-01T22:14:06.833Z | Downloaded downcast v0.11.0 |
1005 | 2024-03-01T22:14:06.833Z | Downloaded scroll_derive v0.12.0 |
1006 | 2024-03-01T22:14:06.833Z | Downloaded plotters-svg v0.3.5 |
1007 | 2024-03-01T22:14:06.833Z | Downloaded take_mut v0.2.2 |
1008 | 2024-03-01T22:14:06.833Z | Downloaded sync_wrapper v0.1.2 |
1009 | 2024-03-01T22:14:06.833Z | Downloaded poly1305 v0.8.0 |
1010 | 2024-03-01T22:14:06.833Z | Downloaded wait-timeout v0.2.0 |
1011 | 2024-03-01T22:14:06.833Z | Downloaded thiserror-no-std v2.0.2 |
1012 | 2024-03-01T22:14:06.834Z | Downloaded utf-8 v0.7.6 |
1013 | 2024-03-01T22:14:06.834Z | Downloaded schemars_derive v0.8.16 |
1014 | 2024-03-01T22:14:06.834Z | Downloaded foreign-types-macros v0.2.3 |
1015 | 2024-03-01T22:14:06.834Z | Downloaded time-macros v0.2.13 |
1016 | 2024-03-01T22:14:06.834Z | Downloaded postgres-protocol v0.6.6 |
1017 | 2024-03-01T22:14:06.834Z | Downloaded strum_macros v0.26.1 |
1018 | 2024-03-01T22:14:06.834Z | Downloaded packed_struct v0.10.1 |
1019 | 2024-03-01T22:14:06.834Z | Downloaded getopts v0.2.21 |
1020 | 2024-03-01T22:14:06.834Z | Downloaded socket2 v0.5.5 |
1021 | 2024-03-01T22:14:06.834Z | Downloaded rsa v0.9.2 |
1022 | 2024-03-01T22:14:06.834Z | Downloaded mio v0.8.9 |
1023 | 2024-03-01T22:14:06.834Z | Downloaded synstructure v0.12.6 |
1024 | 2024-03-01T22:14:06.834Z | Downloaded serde_plain v1.0.2 |
1025 | 2024-03-01T22:14:06.834Z | Downloaded darling_macro v0.20.3 |
1026 | 2024-03-01T22:14:06.834Z | Downloaded strsim v0.10.0 |
1027 | 2024-03-01T22:14:06.834Z | Downloaded tui-tree-widget v0.17.0 |
1028 | 2024-03-01T22:14:06.834Z | Downloaded unarray v0.1.4 |
1029 | 2024-03-01T22:14:06.834Z | Downloaded itertools v0.12.1 |
1030 | 2024-03-01T22:14:06.834Z | Downloaded secrecy v0.8.0 |
1031 | 2024-03-01T22:14:06.834Z | Downloaded semver v0.1.20 |
1032 | 2024-03-01T22:14:06.834Z | Downloaded toml v0.7.8 |
1033 | 2024-03-01T22:14:06.834Z | Downloaded vsss-rs v3.3.4 |
1034 | 2024-03-01T22:14:06.834Z | Downloaded libm v0.2.7 |
1035 | 2024-03-01T22:14:06.840Z | Downloaded strum_macros v0.24.3 |
1036 | 2024-03-01T22:14:06.843Z | Downloaded dtrace-parser v0.1.14 |
1037 | 2024-03-01T22:14:06.846Z | Downloaded futures-macro v0.3.30 |
1038 | 2024-03-01T22:14:06.846Z | Downloaded termcolor v1.2.0 |
1039 | 2024-03-01T22:14:06.849Z | Downloaded foreign-types-shared v0.1.1 |
1040 | 2024-03-01T22:14:06.849Z | Downloaded derive_builder_macro v0.12.0 |
1041 | 2024-03-01T22:14:06.852Z | Downloaded semver-parser v0.10.2 |
1042 | 2024-03-01T22:14:06.852Z | Downloaded plain v0.2.3 |
1043 | 2024-03-01T22:14:06.859Z | Downloaded version_check v0.9.4 |
1044 | 2024-03-01T22:14:06.859Z | Downloaded generic-array v0.14.7 |
1045 | 2024-03-01T22:14:06.863Z | Downloaded getrandom v0.2.10 |
1046 | 2024-03-01T22:14:06.863Z | Downloaded termtree v0.4.1 |
1047 | 2024-03-01T22:14:06.863Z | Downloaded walkdir v2.4.0 |
1048 | 2024-03-01T22:14:06.867Z | Downloaded serde-big-array v0.5.1 |
1049 | 2024-03-01T22:14:06.871Z | Downloaded pin-utils v0.1.0 |
1050 | 2024-03-01T22:14:06.871Z | Downloaded rusty-fork v0.3.0 |
1051 | 2024-03-01T22:14:06.875Z | Downloaded rustls-pki-types v1.3.0 |
1052 | 2024-03-01T22:14:06.875Z | Downloaded futures v0.3.30 |
1053 | 2024-03-01T22:14:06.878Z | Downloaded yansi v0.5.1 |
1054 | 2024-03-01T22:14:07.297Z | Downloaded doc-comment v0.3.3 |
1055 | 2024-03-01T22:14:07.304Z | Downloaded tap v1.0.1 |
1056 | 2024-03-01T22:14:07.305Z | Downloaded tabled_derive v0.7.0 |
1057 | 2024-03-01T22:14:07.305Z | Downloaded foreign-types v0.5.0 |
1058 | 2024-03-01T22:14:07.305Z | Downloaded which v4.4.0 |
1059 | 2024-03-01T22:14:07.305Z | Downloaded ppv-lite86 v0.2.17 |
1060 | 2024-03-01T22:14:07.305Z | Downloaded packed_struct_codegen v0.10.1 |
1061 | 2024-03-01T22:14:07.305Z | Downloaded futures-channel v0.3.30 |
1062 | 2024-03-01T22:14:07.305Z | Downloaded target-lexicon v0.12.13 |
1063 | 2024-03-01T22:14:07.305Z | Downloaded unicode-segmentation v1.10.1 |
1064 | 2024-03-01T22:14:07.305Z | Downloaded trust-dns-client v0.22.0 |
1065 | 2024-03-01T22:14:07.305Z | Downloaded filetime v0.2.23 |
1066 | 2024-03-01T22:14:07.305Z | Downloaded smawk v0.3.1 |
1067 | 2024-03-01T22:14:07.305Z | Downloaded foreign-types-shared v0.3.1 |
1068 | 2024-03-01T22:14:07.305Z | Downloaded gethostname v0.4.3 |
1069 | 2024-03-01T22:14:07.305Z | Downloaded num_threads v0.1.6 |
1070 | 2024-03-01T22:14:07.305Z | Downloaded openssl-macros v0.1.1 |
1071 | 2024-03-01T22:14:07.305Z | Downloaded time-core v0.1.1 |
1072 | 2024-03-01T22:14:07.305Z | Downloaded hex v0.4.3 |
1073 | 2024-03-01T22:14:07.305Z | Downloaded owo-colors v4.0.0 |
1074 | 2024-03-01T22:14:07.305Z | Downloaded subtle v2.5.0 |
1075 | 2024-03-01T22:14:07.306Z | Downloaded tower-service v0.3.2 |
1076 | 2024-03-01T22:14:07.306Z | Downloaded rustc_version v0.1.7 |
1077 | 2024-03-01T22:14:07.306Z | Downloaded slog-json v2.6.1 |
1078 | 2024-03-01T22:14:07.306Z | Downloaded dtrace-parser v0.2.0 |
1079 | 2024-03-01T22:14:07.306Z | Downloaded rustfmt-wrapper v0.2.0 |
1080 | 2024-03-01T22:14:07.306Z | Downloaded strum v0.26.1 |
1081 | 2024-03-01T22:14:07.306Z | Downloaded stability v0.1.1 |
1082 | 2024-03-01T22:14:07.306Z | Downloaded topological-sort v0.2.2 |
1083 | 2024-03-01T22:14:07.306Z | Downloaded target-spec v3.1.0 |
1084 | 2024-03-01T22:14:07.306Z | Downloaded signature v2.1.0 |
1085 | 2024-03-01T22:14:07.306Z | Downloaded fatfs v0.3.6 |
1086 | 2024-03-01T22:14:07.306Z | Downloaded enum-as-inner v0.5.1 |
1087 | 2024-03-01T22:14:07.306Z | Downloaded futures-io v0.3.30 |
1088 | 2024-03-01T22:14:07.306Z | Downloaded test-strategy v0.3.1 |
1089 | 2024-03-01T22:14:07.306Z | Downloaded flume v0.11.0 |
1090 | 2024-03-01T22:14:07.306Z | Downloaded unicode-width v0.1.11 |
1091 | 2024-03-01T22:14:07.306Z | Downloaded slog-envlogger v2.2.0 |
1092 | 2024-03-01T22:14:07.306Z | Downloaded unicode-normalization v0.1.22 |
1093 | 2024-03-01T22:14:07.306Z | Downloaded dof v0.1.5 |
1094 | 2024-03-01T22:14:07.306Z | Downloaded funty v2.0.0 |
1095 | 2024-03-01T22:14:07.306Z | Downloaded tracing-attributes v0.1.26 |
1096 | 2024-03-01T22:14:07.306Z | Downloaded rand_core v0.6.4 |
1097 | 2024-03-01T22:14:07.306Z | Downloaded dirs-sys-next v0.1.2 |
1098 | 2024-03-01T22:14:07.307Z | Downloaded zone v0.3.0 |
1099 | 2024-03-01T22:14:07.307Z | Downloaded olpc-cjson v0.1.3 |
1100 | 2024-03-01T22:14:07.307Z | Downloaded libxml v0.3.3 |
1101 | 2024-03-01T22:14:07.307Z | Downloaded threadpool v1.8.1 |
1102 | 2024-03-01T22:14:07.307Z | Downloaded slog-dtrace v0.3.0 |
1103 | 2024-03-01T22:14:07.307Z | Downloaded ron v0.8.1 |
1104 | 2024-03-01T22:14:07.307Z | Downloaded tokio-macros v2.2.0 |
1105 | 2024-03-01T22:14:07.307Z | Downloaded spki v0.7.2 |
1106 | 2024-03-01T22:14:07.307Z | Downloaded whoami v1.4.1 |
1107 | 2024-03-01T22:14:07.307Z | Downloaded expectorate v1.1.0 |
1108 | 2024-03-01T22:14:07.307Z | Downloaded env_logger v0.10.0 |
1109 | 2024-03-01T22:14:07.307Z | Downloaded pem-rfc7468 v0.7.0 |
1110 | 2024-03-01T22:14:07.307Z | Downloaded diff v0.1.13 |
1111 | 2024-03-01T22:14:07.307Z | Downloaded darling_core v0.14.4 |
1112 | 2024-03-01T22:14:07.307Z | Downloaded shell-words v1.1.0 |
1113 | 2024-03-01T22:14:07.307Z | Downloaded rustls-pemfile v1.0.3 |
1114 | 2024-03-01T22:14:07.307Z | Downloaded headers-core v0.2.0 |
1115 | 2024-03-01T22:14:07.307Z | Downloaded resolv-conf v0.7.0 |
1116 | 2024-03-01T22:14:07.307Z | Downloaded heck v0.3.3 |
1117 | 2024-03-01T22:14:07.307Z | Downloaded num_enum v0.5.11 |
1118 | 2024-03-01T22:14:07.307Z | Downloaded sha2 v0.10.8 |
1119 | 2024-03-01T22:14:07.307Z | Downloaded papergrid v0.11.0 |
1120 | 2024-03-01T22:14:07.307Z | Downloaded rcgen v0.12.1 |
1121 | 2024-03-01T22:14:07.307Z | Downloaded slog-scope v4.4.0 |
1122 | 2024-03-01T22:14:07.308Z | Downloaded textwrap v0.16.1 |
1123 | 2024-03-01T22:14:07.308Z | Downloaded stable_deref_trait v1.2.0 |
1124 | 2024-03-01T22:14:07.308Z | Downloaded derive-where v1.2.7 |
1125 | 2024-03-01T22:14:07.308Z | Downloaded deranged v0.3.8 |
1126 | 2024-03-01T22:14:07.308Z | Downloaded diesel_derives v2.1.2 |
1127 | 2024-03-01T22:14:07.308Z | Downloaded der_derive v0.7.2 |
1128 | 2024-03-01T22:14:07.308Z | Downloaded tokio-util v0.7.10 |
1129 | 2024-03-01T22:14:07.308Z | Downloaded spin v0.5.2 |
1130 | 2024-03-01T22:14:07.308Z | Downloaded rayon-core v1.12.1 |
1131 | 2024-03-01T22:14:07.308Z | Downloaded strum_macros v0.25.2 |
1132 | 2024-03-01T22:14:07.308Z | Downloaded oorandom v11.1.3 |
1133 | 2024-03-01T22:14:07.308Z | Downloaded serde_tokenstream v0.2.0 |
1134 | 2024-03-01T22:14:07.308Z | Downloaded elliptic-curve v0.13.8 |
1135 | 2024-03-01T22:14:07.308Z | Downloaded num-traits v0.2.16 |
1136 | 2024-03-01T22:14:07.308Z | Downloaded trust-dns-server v0.22.1 |
1137 | 2024-03-01T22:14:07.308Z | Downloaded parking_lot v0.11.2 |
1138 | 2024-03-01T22:14:07.308Z | Downloaded hkdf v0.12.4 |
1139 | 2024-03-01T22:14:07.308Z | Downloaded openssl-sys v0.9.96 |
1140 | 2024-03-01T22:14:07.308Z | Downloaded password-hash v0.5.0 |
1141 | 2024-03-01T22:14:07.308Z | Downloaded untrusted v0.9.0 |
1142 | 2024-03-01T22:14:07.308Z | Downloaded derive_builder v0.12.0 |
1143 | 2024-03-01T22:14:07.308Z | Downloaded zip v0.6.6 |
1144 | 2024-03-01T22:14:07.309Z | Downloaded darling_core v0.20.3 |
1145 | 2024-03-01T22:14:07.309Z | Downloaded tough v0.16.0 |
1146 | 2024-03-01T22:14:07.309Z | Downloaded vte v0.11.1 |
1147 | 2024-03-01T22:14:07.309Z | Downloaded tungstenite v0.20.1 |
1148 | 2024-03-01T22:14:07.309Z | Downloaded omicron-zone-package v0.11.0 |
1149 | 2024-03-01T22:14:07.309Z | Downloaded hyper v0.14.27 |
1150 | 2024-03-01T22:14:07.309Z | Downloaded tokio-postgres v0.7.10 |
1151 | 2024-03-01T22:14:07.309Z | Downloaded idna v0.5.0 |
1152 | 2024-03-01T22:14:07.309Z | Downloaded toml_edit v0.19.15 |
1153 | 2024-03-01T22:14:07.309Z | Downloaded rand v0.4.6 |
1154 | 2024-03-01T22:14:07.309Z | Downloaded regex-automata v0.1.10 |
1155 | 2024-03-01T22:14:07.317Z | Downloaded trust-dns-resolver v0.22.0 |
1156 | 2024-03-01T22:14:07.317Z | Downloaded heapless v0.8.0 |
1157 | 2024-03-01T22:14:07.317Z | Downloaded serde_with v3.6.1 |
1158 | 2024-03-01T22:14:07.317Z | Downloaded sqlparser v0.43.1 |
1159 | 2024-03-01T22:14:07.317Z | Downloaded tower v0.4.13 |
1160 | 2024-03-01T22:14:07.317Z | Downloaded portable-atomic v1.4.3 |
1161 | 2024-03-01T22:14:07.317Z | Downloaded lalrpop v0.19.12 |
1162 | 2024-03-01T22:14:07.317Z | Downloaded rayon v1.9.0 |
1163 | 2024-03-01T22:14:07.317Z | Downloaded time v0.3.27 |
1164 | 2024-03-01T22:14:07.317Z | Downloaded guppy v0.17.5 |
1165 | 2024-03-01T22:14:07.317Z | Downloaded petgraph v0.6.4 |
1166 | 2024-03-01T22:14:07.317Z | Downloaded proptest v1.4.0 |
1167 | 2024-03-01T22:14:07.317Z | Downloaded tabled v0.15.0 |
1168 | 2024-03-01T22:14:07.327Z | Downloaded rustls-webpki v0.101.7 |
1169 | 2024-03-01T22:14:07.342Z | Downloaded regex v1.10.3 |
1170 | 2024-03-01T22:14:07.357Z | Downloaded webpki-roots v0.25.2 |
1171 | 2024-03-01T22:14:07.361Z | Downloaded polar-core v0.27.0 |
1172 | 2024-03-01T22:14:07.370Z | Downloaded bstr v1.6.0 |
1173 | 2024-03-01T22:14:07.383Z | Downloaded openapiv3 v2.0.0 |
1174 | 2024-03-01T22:14:07.397Z | Downloaded object v0.30.4 |
1175 | 2024-03-01T22:14:07.407Z | Downloaded smoltcp v0.11.0 |
1176 | 2024-03-01T22:14:07.422Z | Downloaded gimli v0.28.0 |
1177 | 2024-03-01T22:14:07.431Z | Downloaded regex-syntax v0.6.29 |
1178 | 2024-03-01T22:14:07.441Z | Downloaded sled v0.34.7 |
1179 | 2024-03-01T22:14:07.450Z | Downloaded ratatui v0.26.1 |
1180 | 2024-03-01T22:14:07.469Z | Downloaded bzip2-sys v0.1.11+1.0.8 |
1181 | 2024-03-01T22:14:07.482Z | Downloaded regex-automata v0.3.8 |
1182 | 2024-03-01T22:14:07.503Z | Downloaded zerocopy-derive v0.2.0 |
1183 | 2024-03-01T22:14:07.509Z | Downloaded sha3 v0.10.8 |
1184 | 2024-03-01T22:14:07.516Z | Downloaded diesel v2.1.4 |
1185 | 2024-03-01T22:14:07.543Z | Downloaded regex-syntax v0.8.2 |
1186 | 2024-03-01T22:14:07.550Z | Downloaded regex-automata v0.4.4 |
1187 | 2024-03-01T22:14:07.564Z | Downloaded zerocopy-derive v0.6.4 |
1188 | 2024-03-01T22:14:07.574Z | Downloaded trust-dns-proto v0.22.0 |
1189 | 2024-03-01T22:14:07.591Z | Downloaded rustls v0.22.2 |
1190 | 2024-03-01T22:14:07.603Z | Downloaded openssl v0.10.60 |
1191 | 2024-03-01T22:14:07.613Z | Downloaded radix_trie v0.2.1 |
1192 | 2024-03-01T22:14:07.618Z | Downloaded syn v1.0.109 |
1193 | 2024-03-01T22:14:07.630Z | Downloaded tokio v1.36.0 |
1194 | 2024-03-01T22:14:07.669Z | Downloaded csv v1.3.0 |
1195 | 2024-03-01T22:14:07.693Z | Downloaded rustls v0.21.9 |
1196 | 2024-03-01T22:14:07.705Z | Downloaded curve25519-dalek v4.1.1 |
1197 | 2024-03-01T22:14:07.715Z | Downloaded object v0.32.1 |
1198 | 2024-03-01T22:14:07.725Z | Downloaded encoding_rs v0.8.33 |
1199 | 2024-03-01T22:14:07.750Z | Downloaded regress v0.8.0 |
1200 | 2024-03-01T22:14:07.755Z | Downloaded nix v0.27.1 |
1201 | 2024-03-01T22:14:07.767Z | Downloaded idna v0.2.3 |
1202 | 2024-03-01T22:14:07.774Z | Downloaded vcpkg v0.2.15 |
1203 | 2024-03-01T22:14:07.815Z | Downloaded smoltcp v0.9.1 |
1204 | 2024-03-01T22:14:07.826Z | Downloaded bstr v0.2.17 |
1205 | 2024-03-01T22:14:07.837Z | Downloaded ring v0.16.20 |
1206 | 2024-03-01T22:14:07.921Z | Downloaded zerocopy v0.7.32 |
1207 | 2024-03-01T22:14:07.937Z | Downloaded winnow v0.5.15 |
1208 | 2024-03-01T22:14:07.952Z | Downloaded goblin v0.8.0 |
1209 | 2024-03-01T22:14:07.976Z | Downloaded quick-xml v0.30.0 |
1210 | 2024-03-01T22:14:07.976Z | Downloaded rustls-webpki v0.102.1 |
1211 | 2024-03-01T22:14:07.997Z | Downloaded futures-util v0.3.30 |
1212 | 2024-03-01T22:14:07.997Z | Downloaded url v2.5.0 |
1213 | 2024-03-01T22:14:07.997Z | Downloaded chrono v0.4.31 |
1214 | 2024-03-01T22:14:08.002Z | Downloaded bindgen v0.69.2 |
1215 | 2024-03-01T22:14:08.005Z | Downloaded unicode_categories v0.1.1 |
1216 | 2024-03-01T22:14:08.008Z | Downloaded hashbrown v0.13.2 |
1217 | 2024-03-01T22:14:08.012Z | Downloaded reqwest v0.11.24 |
1218 | 2024-03-01T22:14:08.017Z | Downloaded rustyline v13.0.0 |
1219 | 2024-03-01T22:14:08.022Z | Downloaded plotters v0.3.5 |
1220 | 2024-03-01T22:14:08.031Z | Downloaded h2 v0.3.24 |
1221 | 2024-03-01T22:14:08.037Z | Downloaded ring v0.17.8 |
1222 | 2024-03-01T22:14:08.108Z | Downloaded der v0.7.8 |
1223 | 2024-03-01T22:14:08.112Z | Downloaded x509-cert v0.2.4 |
1224 | 2024-03-01T22:14:08.118Z | Downloaded postgres-types v0.2.6 |
1225 | 2024-03-01T22:14:08.121Z | Downloaded heapless v0.7.16 |
1226 | 2024-03-01T22:14:08.124Z | Downloaded hashbrown v0.12.3 |
1227 | 2024-03-01T22:14:08.127Z | Downloaded clap v2.34.0 |
1228 | 2024-03-01T22:14:08.135Z | Downloaded salty v0.2.0 |
1229 | 2024-03-01T22:14:08.139Z | Downloaded reedline v0.29.0 |
1230 | 2024-03-01T22:14:08.146Z | Downloaded aho-corasick v1.0.4 |
1231 | 2024-03-01T22:14:08.151Z | Downloaded flagset v0.4.3 |
1232 | 2024-03-01T22:14:08.155Z | Downloaded typed-path v0.7.0 |
1233 | 2024-03-01T22:14:08.158Z | Downloaded num_cpus v1.16.0 |
1234 | 2024-03-01T22:14:08.161Z | Downloaded data-encoding v2.4.0 |
1235 | 2024-03-01T22:14:08.164Z | Downloaded thread-id v4.2.0 |
1236 | 2024-03-01T22:14:08.164Z | Downloaded tracing v0.1.37 |
1237 | 2024-03-01T22:14:08.167Z | Downloaded rand v0.8.5 |
1238 | 2024-03-01T22:14:08.173Z | Downloaded pest v2.7.6 |
1239 | 2024-03-01T22:14:08.176Z | Downloaded bitvec v1.0.1 |
1240 | 2024-03-01T22:14:08.189Z | Downloaded quick-error v1.2.3 |
1241 | 2024-03-01T22:14:08.192Z | Downloaded yasna v0.5.2 |
1242 | 2024-03-01T22:14:08.192Z | Downloaded globset v0.4.13 |
1243 | 2024-03-01T22:14:08.195Z | Downloaded pin-project-lite v0.2.13 |
1244 | 2024-03-01T22:14:08.198Z | Downloaded group v0.13.0 |
1245 | 2024-03-01T22:14:08.201Z | Downloaded darling v0.20.3 |
1246 | 2024-03-01T22:14:08.203Z | Downloaded tokio-rustls v0.25.0 |
1247 | 2024-03-01T22:14:08.203Z | Downloaded zeroize_derive v1.4.2 |
1248 | 2024-03-01T22:14:08.206Z | Downloaded postcard v1.0.8 |
1249 | 2024-03-01T22:14:08.209Z | Downloaded nom v7.1.3 |
1250 | 2024-03-01T22:14:08.212Z | Downloaded headers v0.3.9 |
1251 | 2024-03-01T22:14:08.217Z | Downloaded predicates v3.1.0 |
1252 | 2024-03-01T22:14:08.220Z | Downloaded futures-executor v0.3.30 |
1253 | 2024-03-01T22:14:08.223Z | Downloaded futures-core v0.3.30 |
1254 | 2024-03-01T22:14:08.223Z | Downloaded serde_urlencoded v0.7.1 |
1255 | 2024-03-01T22:14:08.223Z | Downloaded slog v2.7.0 |
1256 | 2024-03-01T22:14:08.229Z | Downloaded uuid v1.7.0 |
1257 | 2024-03-01T22:14:08.232Z | Downloaded flate2 v1.0.28 |
1258 | 2024-03-01T22:14:08.235Z | Downloaded criterion v0.5.1 |
1259 | 2024-03-01T22:14:08.239Z | Downloaded parking_lot v0.12.1 |
1260 | 2024-03-01T22:14:08.242Z | Downloaded oso v0.27.0 |
1261 | 2024-03-01T22:14:08.246Z | Downloaded pin-project v1.1.3 |
1262 | 2024-03-01T22:14:08.255Z | Downloaded prettyplease v0.2.16 |
1263 | 2024-03-01T22:14:08.260Z | Downloaded schemars v0.8.16 |
1264 | 2024-03-01T22:14:08.269Z | Downloaded pretty_assertions v1.4.0 |
1265 | 2024-03-01T22:14:08.272Z | Downloaded rand_xorshift v0.3.0 |
1266 | 2024-03-01T22:14:08.272Z | Downloaded hash32 v0.3.1 |
1267 | 2024-03-01T22:14:08.275Z | Downloaded display-error-chain v0.2.0 |
1268 | 2024-03-01T22:14:08.275Z | Downloaded fs-err v2.11.0 |
1269 | 2024-03-01T22:14:08.278Z | Downloaded proc-macro-error v1.0.4 |
1270 | 2024-03-01T22:14:08.282Z | Downloaded semver v0.11.0 |
1271 | 2024-03-01T22:14:08.282Z | Downloaded paste v1.0.14 |
1272 | 2024-03-01T22:14:08.289Z | Downloaded untrusted v0.7.1 |
1273 | 2024-03-01T22:14:08.289Z | Downloaded unicode-bidi v0.3.13 |
1274 | 2024-03-01T22:14:08.292Z | Downloaded steno v0.4.0 |
1275 | 2024-03-01T22:14:08.292Z | Downloaded tracing-core v0.1.31 |
1276 | 2024-03-01T22:14:08.295Z | Downloaded subprocess v0.2.9 |
1277 | 2024-03-01T22:14:08.295Z | Downloaded pkcs8 v0.10.2 |
1278 | 2024-03-01T22:14:08.298Z | Downloaded smallvec v0.6.14 |
1279 | 2024-03-01T22:14:08.298Z | Downloaded proc-macro-crate v1.3.1 |
1280 | 2024-03-01T22:14:08.302Z | Downloaded crossterm v0.27.0 |
1281 | 2024-03-01T22:14:08.305Z | Downloaded tokio-native-tls v0.3.1 |
1282 | 2024-03-01T22:14:08.308Z | Downloaded dof v0.3.0 |
1283 | 2024-03-01T22:14:08.308Z | Downloaded thiserror-impl-no-std v2.0.2 |
1284 | 2024-03-01T22:14:08.311Z | Downloaded pin-project-internal v1.1.3 |
1285 | 2024-03-01T22:14:08.311Z | Downloaded pest_derive v2.7.6 |
1286 | 2024-03-01T22:14:08.315Z | Downloaded smallvec v1.13.1 |
1287 | 2024-03-01T22:14:08.315Z | Downloaded crossbeam-channel v0.5.8 |
1288 | 2024-03-01T22:14:08.320Z | Downloaded unsafe-libyaml v0.2.10 |
1289 | 2024-03-01T22:14:08.323Z | Downloaded radium v0.7.0 |
1290 | 2024-03-01T22:14:08.323Z | Downloaded r2d2 v0.8.10 |
1291 | 2024-03-01T22:14:08.326Z | Downloaded tempdir v0.3.7 |
1292 | 2024-03-01T22:14:08.326Z | Downloaded either v1.10.0 |
1293 | 2024-03-01T22:14:08.326Z | Downloaded plotters-backend v0.3.5 |
1294 | 2024-03-01T22:14:08.334Z | Downloaded predicates-tree v1.0.9 |
1295 | 2024-03-01T22:14:08.334Z | Downloaded serde_path_to_error v0.1.15 |
1296 | 2024-03-01T22:14:08.334Z | Downloaded serde-hex v0.1.0 |
1297 | 2024-03-01T22:14:08.337Z | Downloaded spin v0.9.8 |
1298 | 2024-03-01T22:14:08.337Z | Downloaded typenum v1.16.0 |
1299 | 2024-03-01T22:14:08.337Z | Downloaded tinyvec v1.6.0 |
1300 | 2024-03-01T22:14:08.337Z | Downloaded blake3 v1.5.0 |
1301 | 2024-03-01T22:14:08.344Z | Downloaded socket2 v0.4.9 |
1302 | 2024-03-01T22:14:08.347Z | Downloaded predicates-core v1.0.6 |
1303 | 2024-03-01T22:14:08.347Z | Downloaded serde_with_macros v3.6.1 |
1304 | 2024-03-01T22:14:08.350Z | Downloaded precomputed-hash v0.1.1 |
1305 | 2024-03-01T22:14:08.350Z | Downloaded rand_chacha v0.3.1 |
1306 | 2024-03-01T22:14:08.350Z | Downloaded proc-macro-error-attr v1.0.4 |
1307 | 2024-03-01T22:14:08.353Z | Downloaded strsim v0.8.0 |
1308 | 2024-03-01T22:14:08.353Z | Downloaded usdt-macro v0.3.5 |
1309 | 2024-03-01T22:14:08.353Z | Downloaded derive_builder_core v0.12.0 |
1310 | 2024-03-01T22:14:08.358Z | Downloaded float-cmp v0.9.0 |
1311 | 2024-03-01T22:14:08.358Z | Downloaded fixedbitset v0.4.2 |
1312 | 2024-03-01T22:14:08.358Z | Downloaded structmeta v0.3.0 |
1313 | 2024-03-01T22:14:08.361Z | Downloaded structmeta v0.2.0 |
1314 | 2024-03-01T22:14:08.361Z | Downloaded pkg-config v0.3.27 |
1315 | 2024-03-01T22:14:08.361Z | Downloaded num-bigint v0.4.4 |
1316 | 2024-03-01T22:14:08.366Z | Downloaded structopt v0.3.26 |
1317 | 2024-03-01T22:14:08.371Z | Downloaded hyper v1.1.0 |
1318 | 2024-03-01T22:14:08.377Z | Downloaded crypto-bigint v0.5.2 |
1319 | 2024-03-01T22:14:08.384Z | Downloaded openssl-probe v0.1.5 |
1320 | 2024-03-01T22:14:08.391Z | Downloaded scroll v0.12.0 |
1321 | 2024-03-01T22:14:08.391Z | Downloaded hash32 v0.2.1 |
1322 | 2024-03-01T22:14:08.391Z | Downloaded slab v0.4.9 |
1323 | 2024-03-01T22:14:08.396Z | Downloaded num_enum_derive v0.5.11 |
1324 | 2024-03-01T22:14:08.397Z | Downloaded pest_meta v2.7.6 |
1325 | 2024-03-01T22:14:08.397Z | Downloaded ucd-trie v0.1.6 |
1326 | 2024-03-01T22:14:08.397Z | Downloaded trybuild v1.0.89 |
1327 | 2024-03-01T22:14:08.805Z | Downloaded serde_yaml v0.9.25 |
1328 | 2024-03-01T22:14:08.805Z | Downloaded platforms v3.0.2 |
1329 | 2024-03-01T22:14:08.805Z | Downloaded siphasher v0.3.11 |
1330 | 2024-03-01T22:14:08.805Z | Downloaded futures-timer v3.0.2 |
1331 | 2024-03-01T22:14:08.805Z | Downloaded vte_generate_state_changes v0.1.1 |
1332 | 2024-03-01T22:14:08.805Z | Downloaded fallible-iterator v0.2.0 |
1333 | 2024-03-01T22:14:08.805Z | Downloaded string_cache v0.8.7 |
1334 | 2024-03-01T22:14:08.805Z | Downloaded darling v0.14.4 |
1335 | 2024-03-01T22:14:08.805Z | Downloaded tempfile v3.10.0 |
1336 | 2024-03-01T22:14:08.805Z | Downloaded half v2.3.1 |
1337 | 2024-03-01T22:14:08.805Z | Downloaded partial-io v0.5.4 |
1338 | 2024-03-01T22:14:08.805Z | Downloaded crc-any v2.4.3 |
1339 | 2024-03-01T22:14:08.805Z | Downloaded parse-display v0.9.0 |
1340 | 2024-03-01T22:14:08.805Z | Downloaded arc-swap v1.6.0 |
1341 | 2024-03-01T22:14:08.805Z | Downloaded chacha20poly1305 v0.10.1 |
1342 | 2024-03-01T22:14:08.805Z | Downloaded tar v0.4.40 |
1343 | 2024-03-01T22:14:08.805Z | Downloaded rstest v0.18.2 |
1344 | 2024-03-01T22:14:08.805Z | Downloaded pkcs1 v0.7.5 |
1345 | 2024-03-01T22:14:08.805Z | Downloaded signal-hook v0.3.17 |
1346 | 2024-03-01T22:14:08.806Z | Downloaded defmt-parser v0.3.3 |
1347 | 2024-03-01T22:14:08.806Z | Downloaded defmt v0.3.5 |
1348 | 2024-03-01T22:14:08.806Z | Downloaded remove_dir_all v0.5.3 |
1349 | 2024-03-01T22:14:08.806Z | Downloaded zeroize v1.7.0 |
1350 | 2024-03-01T22:14:08.806Z | Downloaded nu-ansi-term v0.50.0 |
1351 | 2024-03-01T22:14:08.806Z | Downloaded phf_shared v0.11.2 |
1352 | 2024-03-01T22:14:08.806Z | Downloaded static_assertions v1.1.0 |
1353 | 2024-03-01T22:14:08.806Z | Downloaded strum v0.25.0 |
1354 | 2024-03-01T22:14:08.806Z | Downloaded usdt-macro v0.5.0 |
1355 | 2024-03-01T22:14:08.806Z | Downloaded signature v1.6.4 |
1356 | 2024-03-01T22:14:08.806Z | Downloaded usdt-impl v0.5.0 |
1357 | 2024-03-01T22:14:08.806Z | Downloaded universal-hash v0.5.1 |
1358 | 2024-03-01T22:14:08.806Z | Downloaded tokio-stream v0.1.14 |
1359 | 2024-03-01T22:14:08.806Z | Downloaded serde_tokenstream v0.1.7 |
1360 | 2024-03-01T22:14:08.806Z | Downloaded signal-hook-registry v1.4.1 |
1361 | 2024-03-01T22:14:08.806Z | Downloaded serde_derive_internals v0.26.0 |
1362 | 2024-03-01T22:14:08.806Z | Downloaded number_prefix v0.4.0 |
1363 | 2024-03-01T22:14:08.806Z | Downloaded parse-display-derive v0.9.0 |
1364 | 2024-03-01T22:14:08.806Z | Downloaded bytes v1.5.0 |
1365 | 2024-03-01T22:14:08.806Z | Downloaded tokio-tungstenite v0.20.1 |
1366 | 2024-03-01T22:14:08.806Z | Downloaded rustls-native-certs v0.7.0 |
1367 | 2024-03-01T22:14:08.806Z | Downloaded rust-argon2 v1.0.1 |
1368 | 2024-03-01T22:14:08.806Z | Downloaded parking_lot_core v0.9.8 |
1369 | 2024-03-01T22:14:08.806Z | Downloaded slog-term v2.9.0 |
1370 | 2024-03-01T22:14:08.807Z | Downloaded sct v0.7.0 |
1371 | 2024-03-01T22:14:08.807Z | Downloaded rustls-pemfile v2.1.0 |
1372 | 2024-03-01T22:14:08.807Z | Downloaded phf v0.11.2 |
1373 | 2024-03-01T22:14:08.807Z | Downloaded allocator-api2 v0.2.16 |
1374 | 2024-03-01T22:14:08.807Z | Downloaded unicode-xid v0.2.4 |
1375 | 2024-03-01T22:14:08.807Z | Downloaded dirs-next v2.0.0 |
1376 | 2024-03-01T22:14:08.807Z | Downloaded defmt-macros v0.3.6 |
1377 | 2024-03-01T22:14:08.807Z | Downloaded rustc-hash v1.1.0 |
1378 | 2024-03-01T22:14:08.807Z | Downloaded embedded-io v0.4.0 |
1379 | 2024-03-01T22:14:08.807Z | Downloaded zerocopy v0.3.0 |
1380 | 2024-03-01T22:14:08.807Z | Downloaded wyz v0.5.1 |
1381 | 2024-03-01T22:14:08.807Z | Downloaded usdt v0.3.5 |
1382 | 2024-03-01T22:14:08.807Z | Downloaded cookie v0.18.0 |
1383 | 2024-03-01T22:14:08.807Z | Downloaded sec1 v0.7.3 |
1384 | 2024-03-01T22:14:08.807Z | Downloaded sqlparser_derive v0.2.2 |
1385 | 2024-03-01T22:14:08.807Z | Downloaded fragile v2.0.0 |
1386 | 2024-03-01T22:14:08.807Z | Downloaded structmeta-derive v0.2.0 |
1387 | 2024-03-01T22:14:08.807Z | Downloaded digest v0.10.7 |
1388 | 2024-03-01T22:14:08.807Z | Downloaded usdt v0.5.0 |
1389 | 2024-03-01T22:14:08.807Z | Downloaded structopt-derive v0.4.18 |
1390 | 2024-03-01T22:14:08.807Z | Downloaded structmeta-derive v0.3.0 |
1391 | 2024-03-01T22:14:08.807Z | Downloaded sha1 v0.10.6 |
1392 | 2024-03-01T22:14:08.807Z | Downloaded clang-sys v1.6.1 |
1393 | 2024-03-01T22:14:08.808Z | Downloaded serde-big-array v0.4.1 |
1394 | 2024-03-01T22:14:08.808Z | Downloaded difflib v0.4.0 |
1395 | 2024-03-01T22:14:08.808Z | Downloaded scopeguard v1.2.0 |
1396 | 2024-03-01T22:14:08.808Z | Downloaded scheduled-thread-pool v0.2.7 |
1397 | 2024-03-01T22:14:08.808Z | Downloaded console v0.15.8 |
1398 | 2024-03-01T22:14:08.808Z | Downloaded textwrap v0.11.0 |
1399 | 2024-03-01T22:14:08.808Z | Downloaded ahash v0.8.7 |
1400 | 2024-03-01T22:14:08.808Z | Downloaded indoc v2.0.3 |
1401 | 2024-03-01T22:14:08.808Z | Downloaded num-derive v0.4.0 |
1402 | 2024-03-01T22:14:08.808Z | Downloaded slog-stdlog v4.1.1 |
1403 | 2024-03-01T22:14:08.808Z | Downloaded peeking_take_while v0.1.2 |
1404 | 2024-03-01T22:14:08.808Z | Downloaded opaque-debug v0.3.0 |
1405 | 2024-03-01T22:14:08.808Z | Downloaded crossbeam-epoch v0.9.15 |
1406 | 2024-03-01T22:14:08.808Z | Downloaded similar-asserts v1.5.0 |
1407 | 2024-03-01T22:14:08.808Z | Downloaded signal-hook-mio v0.2.3 |
1408 | 2024-03-01T22:14:08.808Z | Downloaded serde_repr v0.1.16 |
1409 | 2024-03-01T22:14:08.808Z | Downloaded rustc_version v0.4.0 |
1410 | 2024-03-01T22:14:08.808Z | Downloaded mime_guess v2.0.4 |
1411 | 2024-03-01T22:14:08.808Z | Downloaded libloading v0.7.4 |
1412 | 2024-03-01T22:14:08.808Z | Downloaded cc v1.0.83 |
1413 | 2024-03-01T22:14:08.808Z | Downloaded async-trait v0.1.77 |
1414 | 2024-03-01T22:14:08.808Z | Downloaded lock_api v0.4.10 |
1415 | 2024-03-01T22:14:08.808Z | Downloaded cfg-expr v0.15.6 |
1416 | 2024-03-01T22:14:08.808Z | Downloaded multer v3.0.0 |
1417 | 2024-03-01T22:14:08.809Z | Downloaded httpdate v1.0.3 |
1418 | 2024-03-01T22:14:08.809Z | Downloaded home v0.5.5 |
1419 | 2024-03-01T22:14:08.809Z | Downloaded want v0.3.1 |
1420 | 2024-03-01T22:14:08.809Z | Downloaded libtest-mimic v0.6.1 |
1421 | 2024-03-01T22:14:08.809Z | Downloaded libefi-sys v0.1.0 |
1422 | 2024-03-01T22:14:08.809Z | Downloaded ipnetwork v0.20.0 |
1423 | 2024-03-01T22:14:08.809Z | Downloaded crypto-common v0.1.6 |
1424 | 2024-03-01T22:14:08.809Z | Downloaded cipher v0.4.4 |
1425 | 2024-03-01T22:14:08.809Z | Downloaded cancel-safe-futures v0.1.5 |
1426 | 2024-03-01T22:14:08.809Z | Downloaded macaddr v1.0.1 |
1427 | 2024-03-01T22:14:08.817Z | Downloaded bzip2 v0.4.4 |
1428 | 2024-03-01T22:14:08.818Z | Downloaded assert_cmd v2.0.14 |
1429 | 2024-03-01T22:14:08.818Z | Downloaded base16ct v0.2.0 |
1430 | 2024-03-01T22:14:08.818Z | Downloaded bit-vec v0.6.3 |
1431 | 2024-03-01T22:14:08.818Z | Downloaded async-stream v0.3.5 |
1432 | 2024-03-01T22:14:08.818Z | Downloaded array-init v0.0.4 |
1433 | 2024-03-01T22:14:08.818Z | Downloaded maybe-uninit v2.0.0 |
1434 | 2024-03-01T22:14:08.818Z | Downloaded libsw v3.3.1 |
1435 | 2024-03-01T22:14:08.818Z | Downloaded blake2b_simd v1.0.1 |
1436 | 2024-03-01T22:14:08.818Z | Downloaded num-bigint-dig v0.8.4 |
1437 | 2024-03-01T22:14:08.818Z | Downloaded lazycell v1.3.0 |
1438 | 2024-03-01T22:14:08.818Z | Downloaded lazy_static v1.4.0 |
1439 | 2024-03-01T22:14:08.818Z | Downloaded multimap v0.10.0 |
1440 | 2024-03-01T22:14:08.818Z | Downloaded is-terminal v0.4.9 |
1441 | 2024-03-01T22:14:08.818Z | Downloaded nibble_vec v0.1.0 |
1442 | 2024-03-01T22:14:08.818Z | Downloaded adler v1.0.2 |
1443 | 2024-03-01T22:14:08.818Z | Downloaded lalrpop-util v0.19.12 |
1444 | 2024-03-01T22:14:08.818Z | Downloaded inout v0.1.3 |
1445 | 2024-03-01T22:14:08.818Z | Downloaded hyper-rustls v0.24.2 |
1446 | 2024-03-01T22:14:08.818Z | Downloaded cfg-if v1.0.0 |
1447 | 2024-03-01T22:14:08.818Z | Downloaded newline-converter v0.3.0 |
1448 | 2024-03-01T22:14:08.818Z | Downloaded new_debug_unreachable v1.0.4 |
1449 | 2024-03-01T22:14:08.818Z | Downloaded nested v0.1.1 |
1450 | 2024-03-01T22:14:08.818Z | Downloaded crossbeam-deque v0.8.3 |
1451 | 2024-03-01T22:14:08.819Z | Downloaded colored v2.0.4 |
1452 | 2024-03-01T22:14:08.819Z | Downloaded atty v0.2.14 |
1453 | 2024-03-01T22:14:08.819Z | Downloaded is_ci v1.2.0 |
1454 | 2024-03-01T22:14:08.819Z | Downloaded cast v0.3.0 |
1455 | 2024-03-01T22:14:08.819Z | Downloaded cassowary v0.3.0 |
1456 | 2024-03-01T22:14:08.819Z | Downloaded assert_matches v1.5.0 |
1457 | 2024-03-01T22:14:08.819Z | Downloaded keccak v0.1.4 |
1458 | 2024-03-01T22:14:08.819Z | Downloaded indexmap v1.9.3 |
1459 | 2024-03-01T22:14:08.819Z | Downloaded blake2 v0.10.6 |
1460 | 2024-03-01T22:14:08.819Z | Downloaded base64 v0.21.7 |
1461 | 2024-03-01T22:14:08.819Z | Downloaded mockall v0.12.0 |
1462 | 2024-03-01T22:14:08.819Z | Downloaded memmap2 v0.7.1 |
1463 | 2024-03-01T22:14:08.819Z | Downloaded const-oid v0.9.5 |
1464 | 2024-03-01T22:14:08.819Z | Downloaded castaway v0.2.2 |
1465 | 2024-03-01T22:14:08.819Z | Downloaded byteorder v1.5.0 |
1466 | 2024-03-01T22:14:08.819Z | Downloaded lru-cache v0.1.2 |
1467 | 2024-03-01T22:14:08.819Z | Downloaded iana-time-zone v0.1.57 |
1468 | 2024-03-01T22:14:08.819Z | Downloaded chacha20 v0.9.1 |
1469 | 2024-03-01T22:14:08.819Z | Downloaded cexpr v0.6.0 |
1470 | 2024-03-01T22:14:08.819Z | Downloaded indoc v1.0.9 |
1471 | 2024-03-01T22:14:08.819Z | Downloaded hyper-rustls v0.26.0 |
1472 | 2024-03-01T22:14:08.819Z | Downloaded arrayvec v0.7.4 |
1473 | 2024-03-01T22:14:08.819Z | Downloaded maplit v1.0.2 |
1474 | 2024-03-01T22:14:08.819Z | Downloaded curve25519-dalek-derive v0.1.0 |
1475 | 2024-03-01T22:14:08.820Z | Downloaded bitflags v1.3.2 |
1476 | 2024-03-01T22:14:08.820Z | Downloaded crc-catalog v2.2.0 |
1477 | 2024-03-01T22:14:08.820Z | Downloaded crc v3.0.1 |
1478 | 2024-03-01T22:14:08.820Z | Downloaded constant_time_eq v0.3.0 |
1479 | 2024-03-01T22:14:08.820Z | Downloaded mime v0.3.17 |
1480 | 2024-03-01T22:14:08.820Z | Downloaded matches v0.1.10 |
1481 | 2024-03-01T22:14:08.820Z | Downloaded match_cfg v0.1.0 |
1482 | 2024-03-01T22:14:08.820Z | Downloaded lru v0.12.1 |
1483 | 2024-03-01T22:14:08.820Z | Downloaded ciborium-ll v0.2.2 |
1484 | 2024-03-01T22:14:08.820Z | Downloaded normalize-line-endings v0.3.0 |
1485 | 2024-03-01T22:14:08.820Z | Downloaded crucible-workspace-hack v0.1.0 |
1486 | 2024-03-01T22:14:08.820Z | Downloaded bytecount v0.6.3 |
1487 | 2024-03-01T22:14:08.820Z | Downloaded arrayref v0.3.7 |
1488 | 2024-03-01T22:14:08.820Z | Downloaded hmac v0.12.1 |
1489 | 2024-03-01T22:14:08.820Z | Downloaded hyper-staticfile v0.9.5 |
1490 | 2024-03-01T22:14:08.820Z | Downloaded bitfield v0.14.0 |
1491 | 2024-03-01T22:14:08.820Z | Downloaded backtrace v0.3.69 |
1492 | 2024-03-01T22:14:08.820Z | Downloaded base64ct v1.6.0 |
1493 | 2024-03-01T22:14:08.820Z | Downloaded bb8 v0.8.3 |
1494 | 2024-03-01T22:14:08.820Z | Downloaded basic-toml v0.1.8 |
1495 | 2024-03-01T22:14:09.182Z | Compiling libc v0.2.153 |
1496 | 2024-03-01T22:14:09.182Z | Compiling serde v1.0.197 |
1497 | 2024-03-01T22:14:09.187Z | Compiling autocfg v1.1.0 |
1498 | 2024-03-01T22:14:09.187Z | Compiling version_check v0.9.4 |
1499 | 2024-03-01T22:14:09.187Z | Checking cfg-if v1.0.0 |
1500 | 2024-03-01T22:14:09.239Z | Compiling syn v1.0.109 |
1501 | 2024-03-01T22:14:09.274Z | Compiling syn v2.0.51 |
1502 | 2024-03-01T22:14:09.350Z | Compiling parking_lot_core v0.9.8 |
1503 | 2024-03-01T22:14:09.366Z | Compiling memchr v2.6.3 |
1504 | 2024-03-01T22:14:09.800Z | Compiling libm v0.2.7 |
1505 | 2024-03-01T22:14:09.817Z | Compiling once_cell v1.19.0 |
1506 | 2024-03-01T22:14:09.993Z | Compiling ahash v0.8.7 |
1507 | 2024-03-01T22:14:10.112Z | Compiling lock_api v0.4.10 |
1508 | 2024-03-01T22:14:10.354Z | Compiling num-traits v0.2.16 |
1509 | 2024-03-01T22:14:10.434Z | Compiling serde_json v1.0.114 |
1510 | 2024-03-01T22:14:10.628Z | Compiling byteorder v1.5.0 |
1511 | 2024-03-01T22:14:11.090Z | Compiling slab v0.4.9 |
1512 | 2024-03-01T22:14:11.275Z | Checking getrandom v0.2.10 |
1513 | 2024-03-01T22:14:11.324Z | Compiling log v0.4.20 |
1514 | 2024-03-01T22:14:11.479Z | Compiling cc v1.0.83 |
1515 | 2024-03-01T22:14:11.536Z | Compiling typenum v1.16.0 |
1516 | 2024-03-01T22:14:11.730Z | Compiling generic-array v0.14.7 |
1517 | 2024-03-01T22:14:11.799Z | Checking itoa v1.0.9 |
1518 | 2024-03-01T22:14:12.042Z | Checking scopeguard v1.2.0 |
1519 | 2024-03-01T22:14:12.080Z | Compiling rustix v0.38.31 |
1520 | 2024-03-01T22:14:12.118Z | Compiling pkg-config v0.3.27 |
1521 | 2024-03-01T22:14:12.164Z | Compiling allocator-api2 v0.2.16 |
1522 | 2024-03-01T22:14:12.855Z | Checking smallvec v1.13.1 |
1523 | 2024-03-01T22:14:13.040Z | Compiling schemars v0.8.16 |
1524 | 2024-03-01T22:14:13.228Z | Compiling httparse v1.8.0 |
1525 | 2024-03-01T22:14:13.284Z | Compiling fnv v1.0.7 |
1526 | 2024-03-01T22:14:13.401Z | Compiling vcpkg v0.2.15 |
1527 | 2024-03-01T22:14:13.418Z | Compiling ucd-trie v0.1.6 |
1528 | 2024-03-01T22:14:14.045Z | Checking parking_lot v0.12.1 |
1529 | 2024-03-01T22:14:14.435Z | Compiling aho-corasick v1.0.4 |
1530 | 2024-03-01T22:14:14.769Z | Compiling ring v0.17.8 |
1531 | 2024-03-01T22:14:15.064Z | Checking pin-project-lite v0.2.13 |
1532 | 2024-03-01T22:14:15.181Z | Compiling regex-syntax v0.8.2 |
1533 | 2024-03-01T22:14:15.713Z | Compiling openssl-sys v0.9.96 |
1534 | 2024-03-01T22:14:16.953Z | Compiling crossbeam-utils v0.8.16 |
1535 | 2024-03-01T22:14:17.108Z | Compiling ring v0.16.20 |
1536 | 2024-03-01T22:14:17.377Z | Compiling serde_derive_internals v0.26.0 |
1537 | 2024-03-01T22:14:18.151Z | Checking rand_core v0.6.4 |
1538 | 2024-03-01T22:14:18.397Z | Compiling regex-automata v0.4.4 |
1539 | 2024-03-01T22:14:18.622Z | Checking signal-hook-registry v1.4.1 |
1540 | 2024-03-01T22:14:18.836Z | Compiling openssl v0.10.60 |
1541 | 2024-03-01T22:14:19.186Z | Checking ryu v1.0.15 |
1542 | 2024-03-01T22:14:19.424Z | Checking mio v0.8.9 |
1543 | 2024-03-01T22:14:19.876Z | Checking num_cpus v1.16.0 |
1544 | 2024-03-01T22:14:19.980Z | Checking futures-core v0.3.30 |
1545 | 2024-03-01T22:14:19.997Z | Compiling rustls v0.21.9 |
1546 | 2024-03-01T22:14:20.291Z | Compiling native-tls v0.2.11 |
1547 | 2024-03-01T22:14:20.306Z | Compiling spin v0.5.2 |
1548 | 2024-03-01T22:14:20.532Z | Compiling iana-time-zone v0.1.57 |
1549 | 2024-03-01T22:14:20.638Z | Compiling async-trait v0.1.77 |
1550 | 2024-03-01T22:14:20.915Z | Compiling slog v2.7.0 |
1551 | 2024-03-01T22:14:21.450Z | Compiling memoffset v0.9.0 |
1552 | 2024-03-01T22:14:21.790Z | Checking socket2 v0.5.5 |
1553 | 2024-03-01T22:14:21.912Z | Compiling crossbeam-epoch v0.9.15 |
1554 | 2024-03-01T22:14:22.114Z | Compiling regex v1.10.3 |
1555 | 2024-03-01T22:14:22.249Z | Compiling dyn-clone v1.0.17 |
1556 | 2024-03-01T22:14:22.535Z | Compiling backtrace v0.3.69 |
1557 | 2024-03-01T22:14:22.749Z | Compiling futures-sink v0.3.30 |
1558 | 2024-03-01T22:14:22.892Z | Compiling errno v0.3.8 |
1559 | 2024-03-01T22:14:22.973Z | Compiling either v1.10.0 |
1560 | 2024-03-01T22:14:23.114Z | Compiling crc32fast v1.3.2 |
1561 | 2024-03-01T22:14:23.204Z | Compiling tinyvec_macros v0.1.1 |
1562 | 2024-03-01T22:14:23.243Z | Compiling unicode-xid v0.2.4 |
1563 | 2024-03-01T22:14:23.296Z | Compiling tinyvec v1.6.0 |
1564 | 2024-03-01T22:14:23.379Z | Compiling futures-channel v0.3.30 |
1565 | 2024-03-01T22:14:23.656Z | Compiling pin-utils v0.1.0 |
1566 | 2024-03-01T22:14:23.743Z | Compiling futures-io v0.3.30 |
1567 | 2024-03-01T22:14:23.768Z | Compiling futures-task v0.3.30 |
1568 | 2024-03-01T22:14:23.786Z | Compiling anyhow v1.0.75 |
1569 | 2024-03-01T22:14:23.920Z | Compiling spin v0.9.8 |
1570 | 2024-03-01T22:14:23.939Z | Compiling serde_derive v1.0.197 |
1571 | 2024-03-01T22:14:24.038Z | Compiling zerocopy-derive v0.7.32 |
1572 | 2024-03-01T22:14:24.062Z | Compiling thiserror-impl v1.0.57 |
1573 | 2024-03-01T22:14:24.293Z | Compiling zeroize_derive v1.4.2 |
1574 | 2024-03-01T22:14:24.311Z | Compiling tokio-macros v2.2.0 |
1575 | 2024-03-01T22:14:24.760Z | Compiling futures-macro v0.3.30 |
1576 | 2024-03-01T22:14:24.854Z | Compiling tracing-attributes v0.1.26 |
1577 | 2024-03-01T22:14:25.978Z | Compiling schemars_derive v0.8.16 |
1578 | 2024-03-01T22:14:26.125Z | Checking zeroize v1.7.0 |
1579 | 2024-03-01T22:14:26.404Z | Compiling openssl-macros v0.1.1 |
1580 | 2024-03-01T22:14:26.564Z | Compiling zerocopy v0.7.32 |
1581 | 2024-03-01T22:14:27.559Z | Compiling thiserror v1.0.57 |
1582 | 2024-03-01T22:14:27.694Z | Compiling pest v2.7.6 |
1583 | 2024-03-01T22:14:27.997Z | Compiling futures-util v0.3.30 |
1584 | 2024-03-01T22:14:28.656Z | Compiling unicode-normalization v0.1.22 |
1585 | 2024-03-01T22:14:28.787Z | Compiling hashbrown v0.14.3 |
1586 | 2024-03-01T22:14:29.146Z | Compiling tracing-core v0.1.31 |
1587 | 2024-03-01T22:14:29.475Z | Compiling unicode-bidi v0.3.13 |
1588 | 2024-03-01T22:14:29.773Z | Compiling rustversion v1.0.14 |
1589 | 2024-03-01T22:14:29.933Z | Compiling pest_meta v2.7.6 |
1590 | 2024-03-01T22:14:30.196Z | Compiling tracing v0.1.37 |
1591 | 2024-03-01T22:14:30.481Z | Compiling der_derive v0.7.2 |
1592 | 2024-03-01T22:14:30.668Z | Compiling winnow v0.5.15 |
1593 | 2024-03-01T22:14:30.960Z | Compiling lazy_static v1.4.0 |
1594 | 2024-03-01T22:14:31.068Z | Checking subtle v2.5.0 |
1595 | 2024-03-01T22:14:31.331Z | Compiling pest_generator v2.7.6 |
1596 | 2024-03-01T22:14:32.486Z | Compiling unicode-width v0.1.11 |
1597 | 2024-03-01T22:14:33.413Z | Compiling percent-encoding v2.3.1 |
1598 | 2024-03-01T22:14:33.440Z | Compiling untrusted v0.9.0 |
1599 | 2024-03-01T22:14:33.615Z | Compiling time-core v0.1.1 |
1600 | 2024-03-01T22:14:33.770Z | Compiling foreign-types-shared v0.1.1 |
1601 | 2024-03-01T22:14:33.786Z | Compiling untrusted v0.7.1 |
1602 | 2024-03-01T22:14:33.989Z | Compiling foreign-types v0.3.2 |
1603 | 2024-03-01T22:14:34.071Z | Compiling time-macros v0.2.13 |
1604 | 2024-03-01T22:14:35.081Z | Compiling pest_derive v2.7.6 |
1605 | 2024-03-01T22:14:35.238Z | Compiling scroll_derive v0.12.0 |
1606 | 2024-03-01T22:14:35.440Z | Compiling synstructure v0.12.6 |
1607 | 2024-03-01T22:14:37.119Z | Compiling thread-id v4.2.0 |
1608 | 2024-03-01T22:14:37.229Z | Compiling base64 v0.21.7 |
1609 | 2024-03-01T22:14:37.307Z | Compiling try-lock v0.2.4 |
1610 | 2024-03-01T22:14:37.617Z | Compiling want v0.3.1 |
1611 | 2024-03-01T22:14:37.662Z | Compiling zerocopy-derive v0.2.0 |
1612 | 2024-03-01T22:14:37.738Z | Compiling rustls-webpki v0.101.7 |
1613 | 2024-03-01T22:14:37.902Z | Compiling sct v0.7.0 |
1614 | 2024-03-01T22:14:37.975Z | Compiling form_urlencoded v1.2.1 |
1615 | 2024-03-01T22:14:38.568Z | Checking bytes v1.5.0 |
1616 | 2024-03-01T22:14:38.572Z | Checking bitflags v2.4.0 |
1617 | 2024-03-01T22:14:38.572Z | Compiling socket2 v0.4.9 |
1618 | 2024-03-01T22:14:38.925Z | Checking tokio v1.36.0 |
1619 | 2024-03-01T22:14:39.373Z | Compiling indexmap v2.2.3 |
1620 | 2024-03-01T22:14:39.763Z | Compiling uuid v1.7.0 |
1621 | 2024-03-01T22:14:39.941Z | Compiling semver v1.0.22 |
1622 | 2024-03-01T22:14:40.572Z | Compiling chrono v0.4.31 |
1623 | 2024-03-01T22:14:40.738Z | Compiling http v0.2.11 |
1624 | 2024-03-01T22:14:41.172Z | Compiling toml_datetime v0.6.5 |
1625 | 2024-03-01T22:14:41.686Z | Compiling serde_spanned v0.6.5 |
1626 | 2024-03-01T22:14:41.919Z | Compiling rustc_version v0.4.0 |
1627 | 2024-03-01T22:14:42.529Z | Compiling toml_edit v0.19.15 |
1628 | 2024-03-01T22:14:43.188Z | Compiling openapiv3 v2.0.0 |
1629 | 2024-03-01T22:14:43.294Z | Compiling http-body v0.4.5 |
1630 | 2024-03-01T22:14:43.901Z | Compiling httpdate v1.0.3 |
1631 | 2024-03-01T22:14:44.241Z | Compiling tower-service v0.3.2 |
1632 | 2024-03-01T22:14:44.336Z | Compiling openssl-probe v0.1.5 |
1633 | 2024-03-01T22:14:44.371Z | Compiling const-oid v0.9.5 |
1634 | 2024-03-01T22:14:45.990Z | Compiling idna v0.5.0 |
1635 | 2024-03-01T22:14:47.341Z | Compiling adler v1.0.2 |
1636 | 2024-03-01T22:14:47.562Z | Compiling miniz_oxide v0.7.1 |
1637 | 2024-03-01T22:14:47.974Z | Compiling url v2.5.0 |
1638 | 2024-03-01T22:14:48.556Z | Compiling signal-hook v0.3.17 |
1639 | 2024-03-01T22:14:48.796Z | Compiling tokio-util v0.7.10 |
1640 | 2024-03-01T22:14:48.821Z | Compiling tokio-rustls v0.24.1 |
1641 | 2024-03-01T22:14:49.118Z | Compiling ipnet v2.9.0 |
1642 | 2024-03-01T22:14:49.250Z | Compiling serde_urlencoded v0.7.1 |
1643 | 2024-03-01T22:14:49.670Z | Compiling rustls-pemfile v1.0.3 |
1644 | 2024-03-01T22:14:49.791Z | Compiling crypto-common v0.1.6 |
1645 | 2024-03-01T22:14:49.989Z | Compiling h2 v0.3.24 |
1646 | 2024-03-01T22:14:50.360Z | Compiling clap_derive v4.5.0 |
1647 | 2024-03-01T22:14:50.392Z | Compiling zerocopy-derive v0.6.4 |
1648 | 2024-03-01T22:14:50.722Z | Compiling tokio-native-tls v0.3.1 |
1649 | 2024-03-01T22:14:50.762Z | Compiling usdt-impl v0.3.5 |
1650 | 2024-03-01T22:14:50.983Z | Compiling encoding_rs v0.8.33 |
1651 | 2024-03-01T22:14:51.101Z | Compiling mime v0.3.17 |
1652 | 2024-03-01T22:14:51.674Z | Compiling siphasher v0.3.11 |
1653 | 2024-03-01T22:14:52.059Z | Compiling sync_wrapper v0.1.2 |
1654 | 2024-03-01T22:14:52.185Z | Compiling webpki-roots v0.25.2 |
1655 | 2024-03-01T22:14:52.345Z | Compiling gimli v0.28.0 |
1656 | 2024-03-01T22:14:52.787Z | Compiling zerocopy v0.3.0 |
1657 | 2024-03-01T22:14:52.805Z | Compiling scroll v0.12.0 |
1658 | 2024-03-01T22:14:53.357Z | Compiling block-buffer v0.10.4 |
1659 | 2024-03-01T22:14:53.635Z | Compiling bzip2-sys v0.1.11+1.0.8 |
1660 | 2024-03-01T22:14:53.887Z | Compiling object v0.32.1 |
1661 | 2024-03-01T22:14:53.915Z | Compiling num-iter v0.1.43 |
1662 | 2024-03-01T22:14:54.088Z | Compiling usdt-impl v0.5.0 |
1663 | 2024-03-01T22:14:54.197Z | Compiling plain v0.2.3 |
1664 | 2024-03-01T22:14:54.361Z | Compiling rustc-demangle v0.1.23 |
1665 | 2024-03-01T22:14:55.524Z | Compiling goblin v0.8.0 |
1666 | 2024-03-01T22:14:55.807Z | Compiling flate2 v1.0.28 |
1667 | 2024-03-01T22:14:56.156Z | Compiling digest v0.10.7 |
1668 | 2024-03-01T22:14:56.411Z | Compiling dof v0.1.5 |
1669 | 2024-03-01T22:14:56.594Z | Compiling heapless v0.7.16 |
1670 | 2024-03-01T22:14:56.714Z | Compiling addr2line v0.21.0 |
1671 | 2024-03-01T22:14:56.802Z | Compiling dtrace-parser v0.1.14 |
1672 | 2024-03-01T22:14:57.028Z | Compiling hyper v0.14.27 |
1673 | 2024-03-01T22:14:57.363Z | Compiling futures-executor v0.3.30 |
1674 | 2024-03-01T22:14:57.479Z | Compiling pretty-hex v0.4.1 |
1675 | 2024-03-01T22:14:57.696Z | Compiling ppv-lite86 v0.2.17 |
1676 | 2024-03-01T22:14:57.960Z | Compiling futures v0.3.30 |
1677 | 2024-03-01T22:14:58.078Z | Compiling toml_edit v0.22.6 |
1678 | 2024-03-01T22:14:58.509Z | Compiling rand_chacha v0.3.1 |
1679 | 2024-03-01T22:14:59.153Z | Compiling toml v0.7.8 |
1680 | 2024-03-01T22:15:00.538Z | Compiling serde_tokenstream v0.1.7 |
1681 | 2024-03-01T22:15:00.670Z | Compiling hex v0.4.3 |
1682 | 2024-03-01T22:15:00.934Z | Compiling dtrace-parser v0.2.0 |
1683 | 2024-03-01T22:15:01.079Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
1684 | 2024-03-01T22:15:01.885Z | Compiling dof v0.3.0 |
1685 | 2024-03-01T22:15:01.937Z | Compiling bit-vec v0.6.3 |
1686 | 2024-03-01T22:15:02.376Z | Compiling rand v0.8.5 |
1687 | 2024-03-01T22:15:02.425Z | Compiling phf_shared v0.10.0 |
1688 | 2024-03-01T22:15:02.975Z | Compiling num-bigint v0.4.4 |
1689 | 2024-03-01T22:15:03.810Z | Compiling hyper-rustls v0.24.2 |
1690 | 2024-03-01T22:15:04.137Z | Compiling hyper-tls v0.5.0 |
1691 | 2024-03-01T22:15:04.169Z | Compiling precomputed-hash v0.1.1 |
1692 | 2024-03-01T22:15:04.199Z | Compiling smoltcp v0.9.1 |
1693 | 2024-03-01T22:15:04.287Z | Compiling new_debug_unreachable v1.0.4 |
1694 | 2024-03-01T22:15:04.383Z | Compiling fixedbitset v0.4.2 |
1695 | 2024-03-01T22:15:04.430Z | Compiling reqwest v0.11.24 |
1696 | 2024-03-01T22:15:04.494Z | Compiling base64ct v1.6.0 |
1697 | 2024-03-01T22:15:04.514Z | Compiling minimal-lexical v0.2.1 |
1698 | 2024-03-01T22:15:04.845Z | Compiling petgraph v0.6.4 |
1699 | 2024-03-01T22:15:05.371Z | Compiling pem-rfc7468 v0.7.0 |
1700 | 2024-03-01T22:15:05.376Z | Compiling nom v7.1.3 |
1701 | 2024-03-01T22:15:05.376Z | Compiling string_cache v0.8.7 |
1702 | 2024-03-01T22:15:05.791Z | Compiling bit-set v0.5.3 |
1703 | 2024-03-01T22:15:05.999Z | Compiling usdt-attr-macro v0.3.5 |
1704 | 2024-03-01T22:15:06.058Z | Compiling usdt-macro v0.3.5 |
1705 | 2024-03-01T22:15:06.347Z | Compiling hmac v0.12.1 |
1706 | 2024-03-01T22:15:06.890Z | Compiling hubpack_derive v0.1.1 |
1707 | 2024-03-01T22:15:07.051Z | Compiling enum-as-inner v0.5.1 |
1708 | 2024-03-01T22:15:07.154Z | Compiling itertools v0.10.5 |
1709 | 2024-03-01T22:15:07.435Z | Compiling diesel_table_macro_syntax v0.1.0 |
1710 | 2024-03-01T22:15:07.845Z | Compiling unicode-segmentation v1.10.1 |
1711 | 2024-03-01T22:15:07.984Z | Compiling flagset v0.4.3 |
1712 | 2024-03-01T22:15:08.100Z | Compiling lalrpop-util v0.19.12 |
1713 | 2024-03-01T22:15:08.167Z | Checking equivalent v1.0.1 |
1714 | 2024-03-01T22:15:08.441Z | Compiling der v0.7.8 |
1715 | 2024-03-01T22:15:08.687Z | Compiling diesel_derives v2.1.2 |
1716 | 2024-03-01T22:15:08.902Z | Compiling strum_macros v0.25.2 |
1717 | 2024-03-01T22:15:09.470Z | Compiling cpufeatures v0.2.12 |
1718 | 2024-03-01T22:15:10.036Z | Compiling sha2 v0.10.8 |
1719 | 2024-03-01T22:15:10.040Z | Compiling md-5 v0.10.5 |
1720 | 2024-03-01T22:15:10.317Z | Compiling stringprep v0.1.3 |
1721 | 2024-03-01T22:15:10.722Z | Compiling spki v0.7.2 |
1722 | 2024-03-01T22:15:11.024Z | Compiling serde_repr v0.1.16 |
1723 | 2024-03-01T22:15:11.106Z | Compiling num-integer v0.1.46 |
1724 | 2024-03-01T22:15:11.344Z | Compiling hash32 v0.2.1 |
1725 | 2024-03-01T22:15:11.711Z | Compiling stable_deref_trait v1.2.0 |
1726 | 2024-03-01T22:15:11.775Z | Compiling fallible-iterator v0.2.0 |
1727 | 2024-03-01T22:15:11.923Z | Compiling pkcs8 v0.10.2 |
1728 | 2024-03-01T22:15:12.479Z | Compiling postgres-protocol v0.6.6 |
1729 | 2024-03-01T22:15:12.626Z | Compiling phf_shared v0.11.2 |
1730 | 2024-03-01T22:15:13.011Z | Compiling terminal_size v0.3.0 |
1731 | 2024-03-01T22:15:13.209Z | Compiling ff v0.13.0 |
1732 | 2024-03-01T22:15:13.434Z | Compiling block-padding v0.3.3 |
1733 | 2024-03-01T22:15:13.515Z | Compiling scheduled-thread-pool v0.2.7 |
1734 | 2024-03-01T22:15:13.675Z | Compiling managed v0.8.0 |
1735 | 2024-03-01T22:15:13.777Z | Compiling regex-automata v0.1.10 |
1736 | 2024-03-01T22:15:13.842Z | Compiling num_threads v0.1.6 |
1737 | 2024-03-01T22:15:13.871Z | Compiling deranged v0.3.8 |
1738 | 2024-03-01T22:15:13.979Z | Compiling base16ct v0.2.0 |
1739 | 2024-03-01T22:15:13.983Z | Compiling matches v0.1.10 |
1740 | 2024-03-01T22:15:14.112Z | Compiling bitflags v1.3.2 |
1741 | 2024-03-01T22:15:14.129Z | Compiling clap_builder v4.5.0 |
1742 | 2024-03-01T22:15:14.257Z | Compiling bstr v0.2.17 |
1743 | 2024-03-01T22:15:14.289Z | Compiling sec1 v0.7.3 |
1744 | 2024-03-01T22:15:14.554Z | Compiling idna v0.2.3 |
1745 | 2024-03-01T22:15:14.885Z | Compiling r2d2 v0.8.10 |
1746 | 2024-03-01T22:15:15.259Z | Compiling inout v0.1.3 |
1747 | 2024-03-01T22:15:15.721Z | Compiling group v0.13.0 |
1748 | 2024-03-01T22:15:15.843Z | Compiling time v0.3.27 |
1749 | 2024-03-01T22:15:15.916Z | Compiling signal-hook-mio v0.2.3 |
1750 | 2024-03-01T22:15:16.006Z | Compiling postgres-types v0.2.6 |
1751 | 2024-03-01T22:15:16.068Z | Compiling phf v0.11.2 |
1752 | 2024-03-01T22:15:16.238Z | Compiling bzip2 v0.4.4 |
1753 | 2024-03-01T22:15:16.648Z | Compiling hubpack v0.1.2 |
1754 | 2024-03-01T22:15:17.119Z | Compiling hkdf v0.12.4 |
1755 | 2024-03-01T22:15:17.368Z | Compiling zerocopy v0.6.4 |
1756 | 2024-03-01T22:15:17.516Z | Compiling ipnetwork v0.20.0 |
1757 | 2024-03-01T22:15:17.574Z | Compiling crypto-bigint v0.5.2 |
1758 | 2024-03-01T22:15:18.211Z | Compiling float-cmp v0.9.0 |
1759 | 2024-03-01T22:15:18.438Z | Compiling difflib v0.4.0 |
1760 | 2024-03-01T22:15:18.464Z | Compiling static_assertions v1.1.0 |
1761 | 2024-03-01T22:15:18.567Z | Compiling predicates-core v1.0.6 |
1762 | 2024-03-01T22:15:18.931Z | Compiling data-encoding v2.4.0 |
1763 | 2024-03-01T22:15:19.603Z | Compiling regex-automata v0.3.8 |
1764 | 2024-03-01T22:15:20.111Z | Compiling whoami v1.4.1 |
1765 | 2024-03-01T22:15:20.807Z | Compiling normalize-line-endings v0.3.0 |
1766 | 2024-03-01T22:15:20.937Z | Compiling predicates v3.1.0 |
1767 | 2024-03-01T22:15:21.193Z | Compiling tokio-postgres v0.7.10 |
1768 | 2024-03-01T22:15:21.309Z | Compiling elliptic-curve v0.13.8 |
1769 | 2024-03-01T22:15:21.517Z | Compiling bstr v1.6.0 |
1770 | 2024-03-01T22:15:22.086Z | Compiling trust-dns-proto v0.22.0 |
1771 | 2024-03-01T22:15:22.117Z | Compiling yasna v0.5.2 |
1772 | 2024-03-01T22:15:22.785Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e) |
1773 | 2024-03-01T22:15:23.073Z | Compiling clap v4.5.0 |
1774 | 2024-03-01T22:15:23.193Z | Compiling zip v0.6.6 |
1775 | 2024-03-01T22:15:24.028Z | Compiling crossterm v0.27.0 |
1776 | 2024-03-01T22:15:24.076Z | Compiling cipher v0.4.4 |
1777 | 2024-03-01T22:15:24.588Z | Compiling similar v2.3.0 |
1778 | 2024-03-01T22:15:24.822Z | Compiling usdt v0.3.5 |
1779 | 2024-03-01T22:15:25.087Z | Compiling tokio-stream v0.1.14 |
1780 | 2024-03-01T22:15:25.604Z | Compiling diesel v2.1.4 |
1781 | 2024-03-01T22:15:26.061Z | Compiling console v0.15.8 |
1782 | 2024-03-01T22:15:26.873Z | Checking unicode-ident v1.0.12 |
1783 | 2024-03-01T22:15:27.633Z | Checking proc-macro2 v1.0.78 |
1784 | 2024-03-01T22:15:28.322Z | Checking quote v1.0.35 |
1785 | 2024-03-01T22:15:30.093Z | Checking utf8parse v0.2.1 |
1786 | 2024-03-01T22:15:31.075Z | Checking anstyle v1.0.2 |
1787 | 2024-03-01T22:15:36.634Z | Checking anstyle-parse v0.2.1 |
1788 | 2024-03-01T22:15:37.352Z | Checking colorchoice v1.0.0 |
1789 | 2024-03-01T22:15:37.473Z | Checking anstyle-query v1.0.0 |
1790 | 2024-03-01T22:15:37.590Z | Checking anstream v0.6.11 |
1791 | 2024-03-01T22:15:38.054Z | Checking clap_lex v0.7.0 |
1792 | 2024-03-01T22:15:38.186Z | Checking strsim v0.11.0 |
1793 | 2024-03-01T22:15:41.228Z | Compiling serde_tokenstream v0.2.0 |
1794 | 2024-03-01T22:15:43.914Z | Checking winnow v0.6.1 |
1795 | 2024-03-01T22:15:52.527Z | Compiling regress v0.8.0 |
1796 | 2024-03-01T22:15:52.853Z | Compiling getopts v0.2.21 |
1797 | 2024-03-01T22:15:53.349Z | Compiling unsafe-libyaml v0.2.10 |
1798 | 2024-03-01T22:15:53.523Z | Checking heck v0.4.1 |
1799 | 2024-03-01T22:15:53.817Z | Checking progenitor-client v0.5.0 (https://github.com/oxidecomputer/progenitor?branch=main#08bbafc2) |
1800 | 2024-03-01T22:15:54.128Z | Checking camino v1.1.6 |
1801 | 2024-03-01T22:15:54.925Z | Compiling serde_yaml v0.9.25 |
1802 | 2024-03-01T22:15:54.988Z | Compiling ident_case v1.0.1 |
1803 | 2024-03-01T22:15:55.152Z | Compiling strsim v0.10.0 |
1804 | 2024-03-01T22:15:55.169Z | Checking match_cfg v0.1.0 |
1805 | 2024-03-01T22:15:55.268Z | Checking fastrand v2.0.1 |
1806 | 2024-03-01T22:15:55.340Z | Checking rustls-pki-types v1.3.0 |
1807 | 2024-03-01T22:15:55.604Z | Checking tempfile v3.10.0 |
1808 | 2024-03-01T22:15:55.755Z | Checking hostname v0.3.1 |
1809 | 2024-03-01T22:15:55.883Z | Compiling typify-impl v0.0.15 (https://github.com/oxidecomputer/typify#131fe0ef) |
1810 | 2024-03-01T22:15:55.957Z | Checking http v1.0.0 |
1811 | 2024-03-01T22:15:56.011Z | Checking atty v0.2.14 |
1812 | 2024-03-01T22:15:56.129Z | Checking quick-error v1.2.3 |
1813 | 2024-03-01T22:15:56.265Z | Compiling paste v1.0.14 |
1814 | 2024-03-01T22:15:56.807Z | Checking sha1 v0.10.6 |
1815 | 2024-03-01T22:15:57.078Z | Checking dirs-sys-next v0.1.2 |
1816 | 2024-03-01T22:15:57.248Z | Compiling rustls v0.22.2 |
1817 | 2024-03-01T22:15:57.307Z | Checking dirs-next v2.0.0 |
1818 | 2024-03-01T22:15:57.552Z | Checking rustls-webpki v0.102.1 |
1819 | 2024-03-01T22:15:58.317Z | Checking crossbeam-channel v0.5.8 |
1820 | 2024-03-01T22:15:58.674Z | Checking thread_local v1.1.7 |
1821 | 2024-03-01T22:15:58.704Z | Checking instant v0.1.12 |
1822 | 2024-03-01T22:15:58.825Z | Compiling slog-async v2.8.0 |
1823 | 2024-03-01T22:15:59.077Z | Checking term v0.7.0 |
1824 | 2024-03-01T22:15:59.120Z | Checking rustls-pemfile v2.1.0 |
1825 | 2024-03-01T22:15:59.357Z | Compiling multer v3.0.0 |
1826 | 2024-03-01T22:15:59.361Z | Checking debug-ignore v1.0.5 |
1827 | 2024-03-01T22:15:59.405Z | Checking take_mut v0.2.2 |
1828 | 2024-03-01T22:15:59.472Z | Checking slog-term v2.9.0 |
1829 | 2024-03-01T22:15:59.500Z | Compiling darling_core v0.20.3 |
1830 | 2024-03-01T22:15:59.701Z | Checking slog-json v2.6.1 |
1831 | 2024-03-01T22:15:59.817Z | Compiling async-stream-impl v0.3.5 |
1832 | 2024-03-01T22:15:59.950Z | Compiling dropshot v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#711a7490) |
1833 | 2024-03-01T22:15:59.953Z | Checking atomic-waker v1.1.1 |
1834 | 2024-03-01T22:16:00.093Z | Checking waitgroup v0.1.2 |
1835 | 2024-03-01T22:16:00.225Z | Checking slog-bunyan v2.5.0 |
1836 | 2024-03-01T22:16:00.395Z | Checking toml v0.8.10 |
1837 | 2024-03-01T22:16:00.743Z | Compiling dropshot_endpoint v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#711a7490) |
1838 | 2024-03-01T22:16:01.152Z | Checking serde_path_to_error v0.1.15 |
1839 | 2024-03-01T22:16:01.333Z | Checking async-stream v0.3.5 |
1840 | 2024-03-01T22:16:01.514Z | Compiling strum_macros v0.26.1 |
1841 | 2024-03-01T22:16:01.769Z | Checking wait-timeout v0.2.0 |
1842 | 2024-03-01T22:16:01.941Z | Compiling structmeta-derive v0.3.0 |
1843 | 2024-03-01T22:16:02.726Z | Checking tokio-rustls v0.25.0 |
1844 | 2024-03-01T22:16:02.932Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1845 | 2024-03-01T22:16:03.039Z | Checking rusty-fork v0.3.0 |
1846 | 2024-03-01T22:16:03.334Z | Checking newtype-uuid v1.0.1 |
1847 | 2024-03-01T22:16:03.367Z | Compiling structmeta-derive v0.2.0 |
1848 | 2024-03-01T22:16:03.581Z | Checking rand_xorshift v0.3.0 |
1849 | 2024-03-01T22:16:03.756Z | Checking unarray v0.1.4 |
1850 | 2024-03-01T22:16:03.903Z | Checking proptest v1.4.0 |
1851 | 2024-03-01T22:16:05.155Z | Compiling structmeta v0.3.0 |
1852 | 2024-03-01T22:16:05.632Z | Compiling parse-display-derive v0.9.0 |
1853 | 2024-03-01T22:16:05.898Z | Compiling darling_macro v0.20.3 |
1854 | 2024-03-01T22:16:06.583Z | Compiling structmeta v0.2.0 |
1855 | 2024-03-01T22:16:06.847Z | Checking backoff v0.4.0 |
1856 | 2024-03-01T22:16:06.948Z | Compiling darling v0.20.3 |
1857 | 2024-03-01T22:16:06.996Z | Compiling test-strategy v0.3.1 |
1858 | 2024-03-01T22:16:07.032Z | Checking strum v0.26.1 |
1859 | 2024-03-01T22:16:07.069Z | Compiling serde_with_macros v3.6.1 |
1860 | 2024-03-01T22:16:07.143Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
1861 | 2024-03-01T22:16:07.189Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
1862 | 2024-03-01T22:16:07.314Z | Checking serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
1863 | 2024-03-01T22:16:07.467Z | Checking macaddr v1.0.1 |
1864 | 2024-03-01T22:16:07.801Z | Checking camino-tempfile v1.1.1 |
1865 | 2024-03-01T22:16:08.007Z | Checking is-terminal v0.4.9 |
1866 | 2024-03-01T22:16:08.054Z | Compiling proc-macro-error-attr v1.0.4 |
1867 | 2024-03-01T22:16:08.122Z | Compiling proc-macro-error v1.0.4 |
1868 | 2024-03-01T22:16:08.575Z | Compiling proc-macro-crate v1.3.1 |
1869 | 2024-03-01T22:16:08.593Z | Compiling heapless v0.8.0 |
1870 | 2024-03-01T22:16:09.149Z | Checking termtree v0.4.1 |
1871 | 2024-03-01T22:16:09.347Z | Checking predicates-tree v1.0.9 |
1872 | 2024-03-01T22:16:09.714Z | Compiling num_enum_derive v0.5.11 |
1873 | 2024-03-01T22:16:09.788Z | Checking hash32 v0.3.1 |
1874 | 2024-03-01T22:16:09.973Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1875 | 2024-03-01T22:16:10.020Z | Compiling smoltcp v0.11.0 |
1876 | 2024-03-01T22:16:10.386Z | Checking serde_with v3.6.1 |
1877 | 2024-03-01T22:16:10.640Z | Checking parse-display v0.9.0 |
1878 | 2024-03-01T22:16:10.813Z | Compiling crucible-workspace-hack v0.1.0 |
1879 | 2024-03-01T22:16:10.853Z | Checking cobs v0.2.3 |
1880 | 2024-03-01T22:16:11.043Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1881 | 2024-03-01T22:16:11.072Z | Checking embedded-io v0.4.0 |
1882 | 2024-03-01T22:16:11.165Z | Compiling usdt-macro v0.5.0 |
1883 | 2024-03-01T22:16:11.279Z | Checking postcard v1.0.8 |
1884 | 2024-03-01T22:16:11.341Z | Compiling usdt-attr-macro v0.5.0 |
1885 | 2024-03-01T22:16:11.977Z | Compiling foreign-types-macros v0.2.3 |
1886 | 2024-03-01T22:16:12.596Z | Checking num_enum v0.5.11 |
1887 | 2024-03-01T22:16:12.735Z | Checking memmap v0.7.0 |
1888 | 2024-03-01T22:16:12.748Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=1d29ef60a18179babfb44f0f7a3c2fe71034a2c1#1d29ef60) |
1889 | 2024-03-01T22:16:12.939Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
1890 | 2024-03-01T22:16:13.038Z | Checking foreign-types-shared v0.3.1 |
1891 | 2024-03-01T22:16:13.071Z | Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=1d29ef60a18179babfb44f0f7a3c2fe71034a2c1#1d29ef60) |
1892 | 2024-03-01T22:16:13.143Z | Checking usdt v0.5.0 |
1893 | 2024-03-01T22:16:13.323Z | Checking foreign-types v0.5.0 |
1894 | 2024-03-01T22:16:13.384Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
1895 | 2024-03-01T22:16:13.388Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=1d29ef60a18179babfb44f0f7a3c2fe71034a2c1#1d29ef60) |
1896 | 2024-03-01T22:16:13.420Z | Checking cstr-argument v0.1.2 |
1897 | 2024-03-01T22:16:13.521Z | Checking pretty-hex v0.2.1 |
1898 | 2024-03-01T22:16:13.584Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#f114bd0d) |
1899 | 2024-03-01T22:16:13.676Z | Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1900 | 2024-03-01T22:16:13.766Z | Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1901 | 2024-03-01T22:16:13.890Z | Checking colored v2.0.4 |
1902 | 2024-03-01T22:16:13.919Z | Checking poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
1903 | 2024-03-01T22:16:14.048Z | Compiling zone_cfg_derive v0.3.0 |
1904 | 2024-03-01T22:16:14.124Z | Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=488a70c644e332dae98447292a95e45074c8107c#488a70c6) |
1905 | 2024-03-01T22:16:14.165Z | Compiling mockall_derive v0.12.0 |
1906 | 2024-03-01T22:16:14.308Z | Compiling num-derive v0.4.0 |
1907 | 2024-03-01T22:16:14.437Z | Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=1d29ef60a18179babfb44f0f7a3c2fe71034a2c1#1d29ef60) |
1908 | 2024-03-01T22:16:14.473Z | Checking fragile v2.0.0 |
1909 | 2024-03-01T22:16:14.724Z | Checking downcast v0.11.0 |
1910 | 2024-03-01T22:16:14.771Z | Compiling typify-macro v0.0.15 (https://github.com/oxidecomputer/typify#131fe0ef) |
1911 | 2024-03-01T22:16:14.901Z | Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=488a70c644e332dae98447292a95e45074c8107c#488a70c6) |
1912 | 2024-03-01T22:16:15.144Z | Checking smf v0.2.2 |
1913 | 2024-03-01T22:16:15.619Z | Checking zone v0.3.0 |
1914 | 2024-03-01T22:16:15.636Z | Checking xattr v1.0.1 |
1915 | 2024-03-01T22:16:15.774Z | Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=1d29ef60a18179babfb44f0f7a3c2fe71034a2c1#1d29ef60) |
1916 | 2024-03-01T22:16:15.820Z | Checking filetime v0.2.23 |
1917 | 2024-03-01T22:16:16.020Z | Checking same-file v1.0.6 |
1918 | 2024-03-01T22:16:16.195Z | Checking walkdir v2.4.0 |
1919 | 2024-03-01T22:16:16.220Z | Checking tar v0.4.40 |
1920 | 2024-03-01T22:16:16.391Z | Checking pem v3.0.2 |
1921 | 2024-03-01T22:16:16.452Z | Compiling rayon-core v1.12.1 |
1922 | 2024-03-01T22:16:16.639Z | Checking linked-hash-map v0.5.6 |
1923 | 2024-03-01T22:16:16.766Z | Checking itertools v0.12.1 |
1924 | 2024-03-01T22:16:16.839Z | Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=796dce526dd7ed7b52a0429a486ccba4a9da1ce5#796dce52) |
1925 | 2024-03-01T22:16:16.940Z | Checking headers-core v0.2.0 |
1926 | 2024-03-01T22:16:16.957Z | Checking lru-cache v0.1.2 |
1927 | 2024-03-01T22:16:17.074Z | Checking headers v0.3.9 |
1928 | 2024-03-01T22:16:17.111Z | Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=1d29ef60a18179babfb44f0f7a3c2fe71034a2c1#1d29ef60) |
1929 | 2024-03-01T22:16:17.137Z | Checking password-hash v0.5.0 |
1930 | 2024-03-01T22:16:17.283Z | Checking blake2 v0.10.6 |
1931 | 2024-03-01T22:16:17.378Z | Checking swrite v0.1.0 |
1932 | 2024-03-01T22:16:17.500Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
1933 | 2024-03-01T22:16:17.568Z | Compiling derive-where v1.2.7 |
1934 | 2024-03-01T22:16:17.726Z | Checking argon2 v0.5.3 |
1935 | 2024-03-01T22:16:18.177Z | Checking rcgen v0.12.1 |
1936 | 2024-03-01T22:16:18.248Z | Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
1937 | 2024-03-01T22:16:18.375Z | Checking atomicwrites v0.4.3 |
1938 | 2024-03-01T22:16:18.392Z | Checking subprocess v0.2.9 |
1939 | 2024-03-01T22:16:18.556Z | Checking arc-swap v1.6.0 |
1940 | 2024-03-01T22:16:18.806Z | Compiling cancel-safe-futures v0.1.5 |
1941 | 2024-03-01T22:16:18.932Z | Checking half v2.3.1 |
1942 | 2024-03-01T22:16:18.996Z | Checking slog-scope v4.4.0 |
1943 | 2024-03-01T22:16:19.167Z | Checking ciborium-io v0.2.2 |
1944 | 2024-03-01T22:16:19.183Z | Checking slog-stdlog v4.1.1 |
1945 | 2024-03-01T22:16:19.350Z | Checking slog-envlogger v2.2.0 |
1946 | 2024-03-01T22:16:19.390Z | Checking ciborium-ll v0.2.2 |
1947 | 2024-03-01T22:16:19.436Z | Checking resolv-conf v0.7.0 |
1948 | 2024-03-01T22:16:19.572Z | Checking libsw v3.3.1 |
1949 | 2024-03-01T22:16:19.671Z | Checking ciborium v0.2.2 |
1950 | 2024-03-01T22:16:19.702Z | Checking owo-colors v4.0.0 |
1951 | 2024-03-01T22:16:19.801Z | Checking trust-dns-resolver v0.22.0 |
1952 | 2024-03-01T22:16:19.820Z | Checking linear-map v1.2.0 |
1953 | 2024-03-01T22:16:20.125Z | Compiling typify v0.0.15 (https://github.com/oxidecomputer/typify#131fe0ef) |
1954 | 2024-03-01T22:16:20.304Z | Compiling progenitor-impl v0.5.0 (https://github.com/oxidecomputer/progenitor?branch=main#08bbafc2) |
1955 | 2024-03-01T22:16:20.730Z | Compiling slog-dtrace v0.3.0 |
1956 | 2024-03-01T22:16:21.102Z | Checking textwrap v0.11.0 |
1957 | 2024-03-01T22:16:21.320Z | Compiling heck v0.3.3 |
1958 | 2024-03-01T22:16:21.344Z | Compiling blake3 v1.5.0 |
1959 | 2024-03-01T22:16:21.384Z | Checking vec_map v0.8.2 |
1960 | 2024-03-01T22:16:21.622Z | Checking strsim v0.8.0 |
1961 | 2024-03-01T22:16:21.649Z | Compiling libefi-sys v0.1.0 |
1962 | 2024-03-01T22:16:21.702Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
1963 | 2024-03-01T22:16:21.730Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
1964 | 2024-03-01T22:16:21.801Z | Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
1965 | 2024-03-01T22:16:21.924Z | Checking ansi_term v0.12.1 |
1966 | 2024-03-01T22:16:21.953Z | Checking termcolor v1.2.0 |
1967 | 2024-03-01T22:16:22.075Z | Compiling structopt-derive v0.4.18 |
1968 | 2024-03-01T22:16:22.216Z | Checking clap v2.34.0 |
1969 | 2024-03-01T22:16:22.278Z | Compiling tofino v0.1.0 (http://github.com/oxidecomputer/tofino?branch=main#8283f802) |
1970 | 2024-03-01T22:16:22.302Z | Checking nibble_vec v0.1.0 |
1971 | 2024-03-01T22:16:22.474Z | Compiling radium v0.7.0 |
1972 | 2024-03-01T22:16:22.583Z | Checking endian-type v0.1.2 |
1973 | 2024-03-01T22:16:22.752Z | Checking mockall v0.12.0 |
1974 | 2024-03-01T22:16:22.781Z | Checking radix_trie v0.2.1 |
1975 | 2024-03-01T22:16:22.951Z | Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
1976 | 2024-03-01T22:16:22.969Z | Compiling maybe-uninit v2.0.0 |
1977 | 2024-03-01T22:16:23.176Z | Checking tap v1.0.1 |
1978 | 2024-03-01T22:16:23.284Z | Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
1979 | 2024-03-01T22:16:23.338Z | Checking wyz v0.5.1 |
1980 | 2024-03-01T22:16:23.515Z | Checking fxhash v0.2.1 |
1981 | 2024-03-01T22:16:23.532Z | Checking gethostname v0.4.3 |
1982 | 2024-03-01T22:16:23.643Z | Compiling packed_struct v0.10.1 |
1983 | 2024-03-01T22:16:23.675Z | Compiling semver v0.1.20 |
1984 | 2024-03-01T22:16:23.695Z | Checking crc-catalog v2.2.0 |
1985 | 2024-03-01T22:16:23.710Z | Compiling num-bigint-dig v0.8.4 |
1986 | 2024-03-01T22:16:23.821Z | Checking funty v2.0.0 |
1987 | 2024-03-01T22:16:24.032Z | Compiling rustc_version v0.1.7 |
1988 | 2024-03-01T22:16:24.111Z | Checking crc v3.0.1 |
1989 | 2024-03-01T22:16:24.325Z | Compiling packed_struct_codegen v0.10.1 |
1990 | 2024-03-01T22:16:24.397Z | Compiling indexmap v1.9.3 |
1991 | 2024-03-01T22:16:24.538Z | Checking nodrop v0.1.14 |
1992 | 2024-03-01T22:16:24.650Z | Checking array-init v0.0.4 |
1993 | 2024-03-01T22:16:24.723Z | Compiling newtype_derive v0.1.6 |
1994 | 2024-03-01T22:16:24.864Z | Checking bitvec v1.0.1 |
1995 | 2024-03-01T22:16:25.002Z | Checking smallvec v0.6.14 |
1996 | 2024-03-01T22:16:25.167Z | Checking structopt v0.3.26 |
1997 | 2024-03-01T22:16:25.398Z | Checking pkcs1 v0.7.5 |
1998 | 2024-03-01T22:16:25.583Z | Checking signature v2.1.0 |
1999 | 2024-03-01T22:16:25.681Z | Compiling crossbeam-deque v0.8.3 |
2000 | 2024-03-01T22:16:26.033Z | Checking bitfield v0.14.0 |
2001 | 2024-03-01T22:16:26.050Z | Checking hashbrown v0.12.3 |
2002 | 2024-03-01T22:16:27.155Z | Checking rsa v0.9.2 |
2003 | 2024-03-01T22:16:27.170Z | Checking serde-hex v0.1.0 |
2004 | 2024-03-01T22:16:27.353Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git#e644a21a) |
2005 | 2024-03-01T22:16:27.487Z | Checking env_logger v0.10.0 |
2006 | 2024-03-01T22:16:27.584Z | Checking x509-cert v0.2.4 |
2007 | 2024-03-01T22:16:27.755Z | Checking ron v0.8.1 |
2008 | 2024-03-01T22:16:27.888Z | Checking hashbrown v0.13.2 |
2009 | 2024-03-01T22:16:28.086Z | Compiling semver-parser v0.10.2 |
2010 | 2024-03-01T22:16:28.141Z | Compiling num-rational v0.4.1 |
2011 | 2024-03-01T22:16:28.447Z | Checking crc-any v2.4.3 |
2012 | 2024-03-01T22:16:28.732Z | Compiling progenitor-macro v0.5.0 (https://github.com/oxidecomputer/progenitor?branch=main#08bbafc2) |
2013 | 2024-03-01T22:16:28.910Z | Checking object v0.30.4 |
2014 | 2024-03-01T22:16:28.985Z | Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc.git#e644a21a) |
2015 | 2024-03-01T22:16:29.042Z | Compiling semver v0.11.0 |
2016 | 2024-03-01T22:16:29.279Z | Compiling rayon v1.9.0 |
2017 | 2024-03-01T22:16:29.912Z | Compiling memmap2 v0.7.1 |
2018 | 2024-03-01T22:16:30.458Z | Checking path-slash v0.1.5 |
2019 | 2024-03-01T22:16:30.596Z | Compiling home v0.5.5 |
2020 | 2024-03-01T22:16:30.635Z | Compiling constant_time_eq v0.3.0 |
2021 | 2024-03-01T22:16:30.722Z | Compiling arrayref v0.3.7 |
2022 | 2024-03-01T22:16:30.808Z | Compiling arrayvec v0.7.4 |
2023 | 2024-03-01T22:16:30.825Z | Compiling toolchain_find v0.2.0 |
2024 | 2024-03-01T22:16:31.316Z | Checking steno v0.4.0 |
2025 | 2024-03-01T22:16:31.394Z | Checking lpc55_areas v0.2.4 (https://github.com/oxidecomputer/lpc55_support#96f064ea) |
2026 | 2024-03-01T22:16:31.630Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
2027 | 2024-03-01T22:16:32.082Z | Compiling toml v0.5.11 |
2028 | 2024-03-01T22:16:32.440Z | Checking num-complex v0.4.4 |
2029 | 2024-03-01T22:16:33.082Z | Compiling topological-sort v0.2.2 |
2030 | 2024-03-01T22:16:33.295Z | Compiling convert_case v0.4.0 |
2031 | 2024-03-01T22:16:33.352Z | Checking num v0.4.1 |
2032 | 2024-03-01T22:16:33.457Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2033 | 2024-03-01T22:16:33.532Z | Checking newline-converter v0.3.0 |
2034 | 2024-03-01T22:16:34.295Z | Compiling derive_more v0.99.17 |
2035 | 2024-03-01T22:16:34.771Z | Compiling rustfmt-wrapper v0.2.0 |
2036 | 2024-03-01T22:16:35.251Z | Compiling omicron-zone-package v0.11.0 |
2037 | 2024-03-01T22:16:35.452Z | Checking expectorate v1.1.0 |
2038 | 2024-03-01T22:16:35.468Z | Checking utf-8 v0.7.6 |
2039 | 2024-03-01T22:16:35.593Z | Compiling buf-list v1.0.3 |
2040 | 2024-03-01T22:16:35.653Z | Checking tungstenite v0.20.1 |
2041 | 2024-03-01T22:16:35.948Z | Checking display-error-chain v0.2.0 |
2042 | 2024-03-01T22:16:35.964Z | Compiling parking_lot_core v0.8.6 |
2043 | 2024-03-01T22:16:36.098Z | Checking keccak v0.1.4 |
2044 | 2024-03-01T22:16:36.423Z | Checking sha3 v0.10.8 |
2045 | 2024-03-01T22:16:36.546Z | Checking tokio-tungstenite v0.20.1 |
2046 | 2024-03-01T22:16:36.608Z | Checking trust-dns-client v0.22.0 |
2047 | 2024-03-01T22:16:36.807Z | Checking parking_lot v0.11.2 |
2048 | 2024-03-01T22:16:37.020Z | Checking secrecy v0.8.0 |
2049 | 2024-03-01T22:16:37.145Z | Compiling pin-project-internal v1.1.3 |
2050 | 2024-03-01T22:16:37.253Z | Compiling doc-comment v0.3.3 |
2051 | 2024-03-01T22:16:37.840Z | Checking sled v0.34.7 |
2052 | 2024-03-01T22:16:38.228Z | Checking glob v0.3.1 |
2053 | 2024-03-01T22:16:38.355Z | Compiling vte_generate_state_changes v0.1.1 |
2054 | 2024-03-01T22:16:38.358Z | Checking trust-dns-server v0.22.1 |
2055 | 2024-03-01T22:16:39.060Z | Checking vte v0.11.1 |
2056 | 2024-03-01T22:16:40.389Z | Checking pin-project v1.1.3 |
2057 | 2024-03-01T22:16:40.507Z | Compiling unicase v2.7.0 |
2058 | 2024-03-01T22:16:40.522Z | Compiling platforms v3.0.2 |
2059 | 2024-03-01T22:16:40.734Z | Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
2060 | 2024-03-01T22:16:40.865Z | Checking strip-ansi-escapes v0.2.0 |
2061 | 2024-03-01T22:16:40.972Z | Checking fd-lock v3.0.13 |
2062 | 2024-03-01T22:16:40.988Z | Compiling snafu-derive v0.7.5 |
2063 | 2024-03-01T22:16:41.003Z | Compiling fs-err v2.11.0 |
2064 | 2024-03-01T22:16:41.060Z | Checking strum v0.25.0 |
2065 | 2024-03-01T22:16:41.157Z | Checking nu-ansi-term v0.50.0 |
2066 | 2024-03-01T22:16:41.433Z | Checking globset v0.4.13 |
2067 | 2024-03-01T22:16:41.557Z | Checking reedline v0.29.0 |
2068 | 2024-03-01T22:16:41.819Z | Checking olpc-cjson v0.1.3 |
2069 | 2024-03-01T22:16:41.907Z | Checking serde_plain v1.0.2 |
2070 | 2024-03-01T22:16:41.929Z | Compiling async-recursion v1.0.5 |
2071 | 2024-03-01T22:16:42.019Z | Checking typed-path v0.7.0 |
2072 | 2024-03-01T22:16:42.144Z | Compiling curve25519-dalek v4.1.1 |
2073 | 2024-03-01T22:16:42.505Z | Checking lpc55_sign v0.3.3 (https://github.com/oxidecomputer/lpc55_support#96f064ea) |
2074 | 2024-03-01T22:16:43.416Z | Compiling memoffset v0.7.1 |
2075 | 2024-03-01T22:16:43.430Z | Checking parse-size v1.0.0 |
2076 | 2024-03-01T22:16:43.591Z | Compiling mime_guess v2.0.4 |
2077 | 2024-03-01T22:16:43.939Z | Checking openapi-lint v0.4.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#ef442ee4) |
2078 | 2024-03-01T22:16:43.954Z | Checking universal-hash v0.5.1 |
2079 | 2024-03-01T22:16:44.128Z | Compiling thiserror-impl-no-std v2.0.2 |
2080 | 2024-03-01T22:16:44.187Z | Compiling curve25519-dalek-derive v0.1.0 |
2081 | 2024-03-01T22:16:44.236Z | Checking opaque-debug v0.3.0 |
2082 | 2024-03-01T22:16:44.324Z | Checking poly1305 v0.8.0 |
2083 | 2024-03-01T22:16:44.459Z | Checking hubtools v0.4.1 (https://github.com/oxidecomputer/hubtools.git?branch=main#73cd5a84) |
2084 | 2024-03-01T22:16:44.988Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2085 | 2024-03-01T22:16:45.004Z | Checking chacha20 v0.9.1 |
2086 | 2024-03-01T22:16:45.172Z | Checking aead v0.5.2 |
2087 | 2024-03-01T22:16:45.302Z | Checking kstat-rs v0.2.3 |
2088 | 2024-03-01T22:16:45.353Z | Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e) |
2089 | 2024-03-01T22:16:45.404Z | Compiling salty v0.2.0 |
2090 | 2024-03-01T22:16:45.627Z | Checking signature v1.6.4 |
2091 | 2024-03-01T22:16:45.762Z | Checking ed25519 v1.5.3 |
2092 | 2024-03-01T22:16:45.950Z | Checking chacha20poly1305 v0.10.1 |
2093 | 2024-03-01T22:16:46.134Z | Checking nix v0.26.2 (https://github.com/jgallagher/nix?branch=r0.26-illumos#c1a3636d) |
2094 | 2024-03-01T22:16:46.660Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
2095 | 2024-03-01T22:16:46.682Z | Checking serde-big-array v0.5.1 |
2096 | 2024-03-01T22:16:46.885Z | Compiling hubpack_derive v0.1.0 (https://github.com/cbiffle/hubpack?rev=df08cc3a6e1f97381cd0472ae348e310f0119e25#df08cc3a) |
2097 | 2024-03-01T22:16:46.900Z | Checking bytecount v0.6.3 |
2098 | 2024-03-01T22:16:47.014Z | Checking snafu v0.7.5 |
2099 | 2024-03-01T22:16:47.044Z | Checking papergrid v0.11.0 |
2100 | 2024-03-01T22:16:47.496Z | Checking tough v0.16.0 |
2101 | 2024-03-01T22:16:47.565Z | Checking thiserror-no-std v2.0.2 |
2102 | 2024-03-01T22:16:47.686Z | Checking vsss-rs v3.3.4 |
2103 | 2024-03-01T22:16:47.820Z | Checking hubpack v0.1.0 (https://github.com/cbiffle/hubpack?rev=df08cc3a6e1f97381cd0472ae348e310f0119e25#df08cc3a) |
2104 | 2024-03-01T22:16:48.130Z | Compiling tabled_derive v0.7.0 |
2105 | 2024-03-01T22:16:48.215Z | Checking signal-hook-tokio v0.3.1 |
2106 | 2024-03-01T22:16:48.349Z | Checking progenitor v0.5.0 (https://github.com/oxidecomputer/progenitor?branch=main#08bbafc2) |
2107 | 2024-03-01T22:16:48.384Z | Checking fd-lock v4.0.2 |
2108 | 2024-03-01T22:16:48.440Z | Checking nix v0.27.1 |
2109 | 2024-03-01T22:16:48.556Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2110 | 2024-03-01T22:16:48.563Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2111 | 2024-03-01T22:16:48.585Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2112 | 2024-03-01T22:16:49.738Z | Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2113 | 2024-03-01T22:16:49.757Z | Compiling ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2114 | 2024-03-01T22:16:50.945Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
2115 | 2024-03-01T22:16:51.026Z | Compiling mg-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/mg-admin-client) |
2116 | 2024-03-01T22:16:51.688Z | Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=488a70c644e332dae98447292a95e45074c8107c#488a70c6) |
2117 | 2024-03-01T22:16:52.315Z | Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=796dce526dd7ed7b52a0429a486ccba4a9da1ce5#796dce52) |
2118 | 2024-03-01T22:16:53.098Z | Checking serde-big-array v0.4.1 |
2119 | 2024-03-01T22:16:53.259Z | Compiling sqlparser_derive v0.2.2 |
2120 | 2024-03-01T22:16:53.320Z | Compiling prettyplease v0.2.16 |
2121 | 2024-03-01T22:16:53.619Z | Checking humantime v2.1.0 |
2122 | 2024-03-01T22:16:53.919Z | Checking unicode_categories v0.1.1 |
2123 | 2024-03-01T22:16:54.371Z | Checking rustyline v13.0.0 |
2124 | 2024-03-01T22:16:54.398Z | Checking sqlparser v0.43.1 |
2125 | 2024-03-01T22:16:54.881Z | Checking sqlformat v0.2.3 |
2126 | 2024-03-01T22:16:55.896Z | Checking sprockets-common v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef) |
2127 | 2024-03-01T22:16:56.022Z | Checking tabled v0.15.0 |
2128 | 2024-03-01T22:16:56.392Z | Checking bcs v0.1.6 |
2129 | 2024-03-01T22:16:56.863Z | Checking highway v1.1.0 |
2130 | 2024-03-01T22:16:56.879Z | Checking corncobs v0.1.3 |
2131 | 2024-03-01T22:16:57.067Z | Checking sprockets-rot v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef) |
2132 | 2024-03-01T22:16:57.253Z | Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=488a70c644e332dae98447292a95e45074c8107c#488a70c6) |
2133 | 2024-03-01T22:16:57.515Z | Compiling crunchy v0.2.2 |
2134 | 2024-03-01T22:16:57.932Z | Checking http-range v0.1.5 |
2135 | 2024-03-01T22:16:58.069Z | Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=488a70c644e332dae98447292a95e45074c8107c#488a70c6) |
2136 | 2024-03-01T22:16:58.104Z | Checking hyper-staticfile v0.9.5 |
2137 | 2024-03-01T22:16:58.737Z | Compiling clang-sys v1.6.1 |
2138 | 2024-03-01T22:16:59.213Z | Compiling tiny-keccak v2.0.2 |
2139 | 2024-03-01T22:16:59.644Z | Compiling darling_core v0.14.4 |
2140 | 2024-03-01T22:17:01.116Z | Checking assert_matches v1.5.0 |
2141 | 2024-03-01T22:17:01.213Z | Compiling ascii-canvas v3.0.0 |
2142 | 2024-03-01T22:17:01.803Z | Checking illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2143 | 2024-03-01T22:17:02.223Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2144 | 2024-03-01T22:17:02.376Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2145 | 2024-03-01T22:17:03.292Z | Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2146 | 2024-03-01T22:17:04.075Z | Checking internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns) |
2147 | 2024-03-01T22:17:05.178Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2148 | 2024-03-01T22:17:05.864Z | Checking tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
2149 | 2024-03-01T22:17:06.610Z | Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
2150 | 2024-03-01T22:17:06.657Z | Compiling darling_macro v0.14.4 |
2151 | 2024-03-01T22:17:07.216Z | Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
2152 | 2024-03-01T22:17:07.719Z | Compiling ena v0.14.2 |
2153 | 2024-03-01T22:17:07.774Z | Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2154 | 2024-03-01T22:17:07.783Z | Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2155 | 2024-03-01T22:17:08.105Z | Compiling libloading v0.7.4 |
2156 | 2024-03-01T22:17:08.220Z | Compiling regex-syntax v0.6.29 |
2157 | 2024-03-01T22:17:08.567Z | Compiling bindgen v0.69.2 |
2158 | 2024-03-01T22:17:08.616Z | Compiling diff v0.1.13 |
2159 | 2024-03-01T22:17:09.334Z | Compiling darling v0.14.4 |
2160 | 2024-03-01T22:17:09.466Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
2161 | 2024-03-01T22:17:09.694Z | Compiling cexpr v0.6.0 |
2162 | 2024-03-01T22:17:11.640Z | Compiling which v4.4.0 |
2163 | 2024-03-01T22:17:12.312Z | Compiling lalrpop v0.19.12 |
2164 | 2024-03-01T22:17:12.811Z | Compiling portable-atomic v1.4.3 |
2165 | 2024-03-01T22:17:13.856Z | Compiling peeking_take_while v0.1.2 |
2166 | 2024-03-01T22:17:13.992Z | Compiling shlex v1.3.0 |
2167 | 2024-03-01T22:17:14.428Z | Checking maplit v1.0.2 |
2168 | 2024-03-01T22:17:14.544Z | Compiling rustc-hash v1.1.0 |
2169 | 2024-03-01T22:17:14.607Z | Compiling lazycell v1.3.0 |
2170 | 2024-03-01T22:17:14.692Z | Compiling ref-cast v1.0.20 |
2171 | 2024-03-01T22:17:15.323Z | Compiling derive_builder_core v0.12.0 |
2172 | 2024-03-01T22:17:15.598Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
2173 | 2024-03-01T22:17:16.297Z | Compiling ref-cast-impl v1.0.20 |
2174 | 2024-03-01T22:17:17.166Z | Compiling libxml v0.3.3 |
2175 | 2024-03-01T22:17:17.727Z | Compiling derive_builder_macro v0.12.0 |
2176 | 2024-03-01T22:17:18.555Z | Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2177 | 2024-03-01T22:17:18.632Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2178 | 2024-03-01T22:17:18.659Z | Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
2179 | 2024-03-01T22:17:20.302Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2180 | 2024-03-01T22:17:20.335Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
2181 | 2024-03-01T22:17:22.089Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2182 | 2024-03-01T22:17:22.134Z | Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2183 | 2024-03-01T22:17:24.806Z | Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
2184 | 2024-03-01T22:17:25.623Z | Compiling strum_macros v0.24.3 |
2185 | 2024-03-01T22:17:25.653Z | Compiling diesel-dtrace v0.3.0 (https://github.com/oxidecomputer/diesel-dtrace?branch=main#62ef5ca0) |
2186 | 2024-03-01T22:17:25.653Z | Compiling cookie v0.18.0 |
2187 | 2024-03-01T22:17:25.818Z | Compiling indoc v1.0.9 |
2188 | 2024-03-01T22:17:25.863Z | Checking number_prefix v0.4.0 |
2189 | 2024-03-01T22:17:26.065Z | Checking indicatif v0.17.8 |
2190 | 2024-03-01T22:17:26.702Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
2191 | 2024-03-01T22:17:26.907Z | Checking derive_builder v0.12.0 |
2192 | 2024-03-01T22:17:27.058Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
2193 | 2024-03-01T22:17:27.354Z | Checking bb8 v0.8.3 |
2194 | 2024-03-01T22:17:27.434Z | Checking quick-xml v0.30.0 |
2195 | 2024-03-01T22:17:27.783Z | Checking castaway v0.2.2 |
2196 | 2024-03-01T22:17:27.941Z | Compiling impl-trait-for-tuples v0.2.2 |
2197 | 2024-03-01T22:17:28.887Z | Compiling oso-derive v0.27.0 |
2198 | 2024-03-01T22:17:29.253Z | Checking compact_str v0.7.1 |
2199 | 2024-03-01T22:17:29.496Z | Checking async-bb8-diesel v0.1.0 (https://github.com/oxidecomputer/async-bb8-diesel?rev=ed7ab5ef0513ba303d33efd41d3e9e381169d59b#ed7ab5ef) |
2200 | 2024-03-01T22:17:29.670Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
2201 | 2024-03-01T22:17:30.068Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
2202 | 2024-03-01T22:17:30.364Z | Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
2203 | 2024-03-01T22:17:30.486Z | Checking lru v0.12.1 |
2204 | 2024-03-01T22:17:30.573Z | Compiling stability v0.1.1 |
2205 | 2024-03-01T22:17:30.772Z | Compiling indoc v2.0.3 |
2206 | 2024-03-01T22:17:31.642Z | Checking cassowary v0.3.0 |
2207 | 2024-03-01T22:17:31.729Z | Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
2208 | 2024-03-01T22:17:31.933Z | Checking smawk v0.3.1 |
2209 | 2024-03-01T22:17:31.937Z | Checking unicode-linebreak v0.1.5 |
2210 | 2024-03-01T22:17:32.060Z | Checking ratatui v0.26.1 |
2211 | 2024-03-01T22:17:32.134Z | Checking is_ci v1.2.0 |
2212 | 2024-03-01T22:17:32.271Z | Checking supports-color v3.0.0 |
2213 | 2024-03-01T22:17:32.343Z | Checking textwrap v0.16.1 |
2214 | 2024-03-01T22:17:32.465Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
2215 | 2024-03-01T22:17:32.768Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
2216 | 2024-03-01T22:17:32.805Z | Checking rtoolbox v0.0.1 |
2217 | 2024-03-01T22:17:33.010Z | Checking rpassword v7.3.1 |
2218 | 2024-03-01T22:17:33.102Z | Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=796dce526dd7ed7b52a0429a486ccba4a9da1ce5#796dce52) |
2219 | 2024-03-01T22:17:33.152Z | Checking fatfs v0.3.6 |
2220 | 2024-03-01T22:17:33.288Z | Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
2221 | 2024-03-01T22:17:34.161Z | Checking shell-words v1.1.0 |
2222 | 2024-03-01T22:17:34.325Z | Checking tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous) |
2223 | 2024-03-01T22:17:34.560Z | Checking yansi v0.5.1 |
2224 | 2024-03-01T22:17:35.026Z | Checking tui-tree-widget v0.17.0 |
2225 | 2024-03-01T22:17:35.045Z | Checking pretty_assertions v1.4.0 |
2226 | 2024-03-01T22:17:35.256Z | Compiling target-lexicon v0.12.13 |
2227 | 2024-03-01T22:17:35.365Z | Compiling guppy-workspace-hack v0.1.0 |
2228 | 2024-03-01T22:17:35.460Z | Checking plotters-backend v0.3.5 |
2229 | 2024-03-01T22:17:35.840Z | Checking plotters-svg v0.3.5 |
2230 | 2024-03-01T22:17:36.097Z | Checking http-body v1.0.0 |
2231 | 2024-03-01T22:17:36.113Z | Checking rand v0.4.6 |
2232 | 2024-03-01T22:17:36.316Z | Compiling assert_cmd v2.0.14 |
2233 | 2024-03-01T22:17:36.711Z | Checking tower-layer v0.3.2 |
2234 | 2024-03-01T22:17:36.919Z | Checking cast v0.3.0 |
2235 | 2024-03-01T22:17:36.996Z | Compiling target-spec v3.1.0 |
2236 | 2024-03-01T22:17:37.124Z | Checking remove_dir_all v0.5.3 |
2237 | 2024-03-01T22:17:37.222Z | Checking tempdir v0.3.7 |
2238 | 2024-03-01T22:17:37.237Z | Checking criterion-plot v0.5.0 |
2239 | 2024-03-01T22:17:37.391Z | Checking tower v0.4.13 |
2240 | 2024-03-01T22:17:37.565Z | Checking cfg-expr v0.15.6 |
2241 | 2024-03-01T22:17:37.776Z | Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2242 | 2024-03-01T22:17:38.174Z | Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
2243 | 2024-03-01T22:17:38.407Z | Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
2244 | 2024-03-01T22:17:38.832Z | Checking hyper v1.1.0 |
2245 | 2024-03-01T22:17:39.227Z | Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
2246 | 2024-03-01T22:17:40.148Z | Checking plotters v0.3.5 |
2247 | 2024-03-01T22:17:40.226Z | Checking installinator-artifactd v0.1.0 (/work/oxidecomputer/omicron/installinator-artifactd) |
2248 | 2024-03-01T22:17:40.388Z | Compiling nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros) |
2249 | 2024-03-01T22:17:41.221Z | Checking tinytemplate v1.2.1 |
2250 | 2024-03-01T22:17:41.610Z | Checking cargo-platform v0.1.3 |
2251 | 2024-03-01T22:17:41.926Z | Checking oorandom v11.1.3 |
2252 | 2024-03-01T22:17:41.967Z | Checking anes v0.1.6 |
2253 | 2024-03-01T22:17:42.006Z | Checking cargo_metadata v0.18.1 |
2254 | 2024-03-01T22:17:42.370Z | Checking criterion v0.5.1 |
2255 | 2024-03-01T22:17:42.446Z | Checking hyper-util v0.1.2 |
2256 | 2024-03-01T22:17:43.925Z | Checking installinator-artifact-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-artifact-client) |
2257 | 2024-03-01T22:17:44.096Z | Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
2258 | 2024-03-01T22:17:45.026Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
2259 | 2024-03-01T22:17:45.252Z | Checking rustls-native-certs v0.7.0 |
2260 | 2024-03-01T22:17:45.410Z | Checking pathdiff v0.2.1 |
2261 | 2024-03-01T22:17:45.569Z | Checking nested v0.1.1 |
2262 | 2024-03-01T22:17:45.787Z | Checking guppy v0.17.5 |
2263 | 2024-03-01T22:17:47.910Z | Checking hyper-rustls v0.26.0 |
2264 | 2024-03-01T22:17:48.241Z | Checking httptest v0.15.5 |
2265 | 2024-03-01T22:17:48.812Z | Checking threadpool v1.8.1 |
2266 | 2024-03-01T22:17:48.970Z | Checking nanorand v0.7.0 |
2267 | 2024-03-01T22:17:49.350Z | Checking flume v0.11.0 |
2268 | 2024-03-01T22:17:49.810Z | Checking libtest-mimic v0.6.1 |
2269 | 2024-03-01T22:17:49.830Z | Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
2270 | 2024-03-01T22:17:50.223Z | Checking similar-asserts v1.5.0 |
2271 | 2024-03-01T22:17:50.456Z | Compiling rstest_macros v0.18.2 |
2272 | 2024-03-01T22:17:51.665Z | Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
2273 | 2024-03-01T22:17:52.910Z | Checking datatest-stable v0.2.3 |
2274 | 2024-03-01T22:17:52.949Z | Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
2275 | 2024-03-01T22:17:52.970Z | Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
2276 | 2024-03-01T22:17:53.261Z | Checking csv-core v0.1.11 |
2277 | 2024-03-01T22:17:53.318Z | Compiling relative-path v1.9.0 |
2278 | 2024-03-01T22:17:53.622Z | Checking constant_time_eq v0.2.6 |
2279 | 2024-03-01T22:17:53.626Z | Compiling trybuild v1.0.89 |
2280 | 2024-03-01T22:17:53.735Z | Checking blake2b_simd v1.0.1 |
2281 | 2024-03-01T22:17:54.073Z | Checking csv v1.3.0 |
2282 | 2024-03-01T22:17:54.141Z | Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2283 | 2024-03-01T22:17:54.604Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
2284 | 2024-03-01T22:17:55.016Z | Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
2285 | 2024-03-01T22:17:55.116Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2286 | 2024-03-01T22:17:57.002Z | Checking basic-toml v0.1.8 |
2287 | 2024-03-01T22:17:57.927Z | Checking multimap v0.10.0 |
2288 | 2024-03-01T22:17:58.235Z | Checking futures-timer v3.0.2 |
2289 | 2024-03-01T22:18:00.024Z | Checking rust-argon2 v1.0.1 |
2290 | 2024-03-01T22:18:00.486Z | Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
2291 | 2024-03-01T22:18:02.440Z | Checking partial-io v0.5.4 |
2292 | 2024-03-01T22:18:02.826Z | Checking approx v0.5.1 |
2293 | 2024-03-01T22:18:03.063Z | Checking termios v0.3.3 |
2294 | 2024-03-01T22:18:03.284Z | Checking hex-literal v0.4.1 |
2295 | 2024-03-01T22:18:04.079Z | Checking rstest v0.18.2 |
2296 | 2024-03-01T22:18:07.611Z | Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli) |
2297 | 2024-03-01T22:18:52.101Z | Compiling samael v0.0.14 (https://github.com/oxidecomputer/samael?branch=oxide/omicron#9e609a8f) |
2298 | 2024-03-01T22:18:52.966Z | Checking zone-network-setup v0.1.0 (/work/oxidecomputer/omicron/zone-network-setup) |
2299 | 2024-03-01T22:18:56.841Z | Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns-cli) |
2300 | 2024-03-01T22:18:58.103Z | Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed) |
2301 | 2024-03-01T22:19:08.143Z | Checking caboose-util v0.1.0 (/work/oxidecomputer/omicron/caboose-util) |
2302 | 2024-03-01T22:19:21.572Z | Compiling polar-core v0.27.0 |
2303 | 2024-03-01T22:19:29.214Z | Checking oso v0.27.0 |
2304 | 2024-03-01T22:19:56.067Z | Checking nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
2305 | 2024-03-01T22:20:59.191Z | Finished dev [unoptimized + debuginfo] target(s) in 6m 53s |
2306 | 2024-03-01T22:20:59.373Z | |
2307 | 2024-03-01T22:20:59.376Z | real 7:36.965417528 |
2308 | 2024-03-01T22:20:59.377Z | user 38:53.322043821 |
2309 | 2024-03-01T22:20:59.377Z | sys 6:44.907806330 |
2310 | 2024-03-01T22:20:59.377Z | trap 1.071807034 |
2311 | 2024-03-01T22:20:59.377Z | tflt 5.682118519 |
2312 | 2024-03-01T22:20:59.377Z | dflt 3.981132098 |
2313 | 2024-03-01T22:20:59.377Z | kflt 0.061546590 |
2314 | 2024-03-01T22:20:59.377Z | lock 1:00:11.577001759 |
2315 | 2024-03-01T22:20:59.377Z | slp 1:59:02.058308487 |
2316 | 2024-03-01T22:20:59.377Z | lat 1:47.121491119 |
2317 | 2024-03-01T22:20:59.377Z | stop 4:16.383527156 |
2318 | 2024-03-01T22:21:00.257Z | warning: output filename collision. |
2319 | 2024-03-01T22:21:00.257Z | The lib target `hubpack` in package `hubpack v0.1.2` has the same output filename as the lib target `hubpack` in package `hubpack v0.1.0 (https://github.com/cbiffle/hubpack?rev=df08cc3a6e1f97381cd0472ae348e310f0119e25#df08cc3a)`. |
2320 | 2024-03-01T22:21:00.257Z | Colliding filename is: /work/oxidecomputer/omicron/target/doc/hubpack/index.html |
2321 | 2024-03-01T22:21:00.257Z | The targets should have unique names. |
2322 | 2024-03-01T22:21:00.257Z | This is a known bug where multiple crates with the same name use |
2323 | 2024-03-01T22:21:00.257Z | the same path; see <https://github.com/rust-lang/cargo/issues/6313>. |
2324 | 2024-03-01T22:21:00.261Z | warning: output filename collision. |
2325 | 2024-03-01T22:21:00.261Z | The lib target `nix` in package `nix v0.27.1` has the same output filename as the lib target `nix` in package `nix v0.26.2 (https://github.com/jgallagher/nix?branch=r0.26-illumos#c1a3636d)`. |
2326 | 2024-03-01T22:21:00.261Z | Colliding filename is: /work/oxidecomputer/omicron/target/doc/nix/index.html |
2327 | 2024-03-01T22:21:00.261Z | The targets should have unique names. |
2328 | 2024-03-01T22:21:00.261Z | This is a known bug where multiple crates with the same name use |
2329 | 2024-03-01T22:21:00.261Z | the same path; see <https://github.com/rust-lang/cargo/issues/6313>. |
2330 | 2024-03-01T22:21:00.261Z | warning: output filename collision. |
2331 | 2024-03-01T22:21:00.261Z | 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)`. |
2332 | 2024-03-01T22:21:00.261Z | Colliding filename is: /work/oxidecomputer/omicron/target/doc/oximeter/index.html |
2333 | 2024-03-01T22:21:00.261Z | The targets should have unique names. |
2334 | 2024-03-01T22:21:00.261Z | This is a known bug where multiple crates with the same name use |
2335 | 2024-03-01T22:21:00.261Z | the same path; see <https://github.com/rust-lang/cargo/issues/6313>. |
2336 | 2024-03-01T22:21:00.261Z | warning: output filename collision. |
2337 | 2024-03-01T22:21:00.261Z | The lib target `tlvc` in package `tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git#e644a21a)` has the same output filename as the lib target `tlvc` in package `tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)`. |
2338 | 2024-03-01T22:21:00.261Z | Colliding filename is: /work/oxidecomputer/omicron/target/doc/tlvc/index.html |
2339 | 2024-03-01T22:21:00.261Z | The targets should have unique names. |
2340 | 2024-03-01T22:21:00.261Z | This is a known bug where multiple crates with the same name use |
2341 | 2024-03-01T22:21:00.261Z | the same path; see <https://github.com/rust-lang/cargo/issues/6313>. |
2342 | 2024-03-01T22:21:00.705Z | Documenting libc v0.2.153 |
2343 | 2024-03-01T22:21:00.749Z | Documenting cfg-if v1.0.0 |
2344 | 2024-03-01T22:21:00.758Z | Documenting serde_derive v1.0.197 |
2345 | 2024-03-01T22:21:00.787Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2346 | 2024-03-01T22:21:00.790Z | Documenting log v0.4.20 |
2347 | 2024-03-01T22:21:00.822Z | Documenting memchr v2.6.3 |
2348 | 2024-03-01T22:21:00.822Z | Documenting scopeguard v1.2.0 |
2349 | 2024-03-01T22:21:00.838Z | Documenting byteorder v1.5.0 |
2350 | 2024-03-01T22:21:01.067Z | Documenting smallvec v1.13.1 |
2351 | 2024-03-01T22:21:03.681Z | Documenting itoa v1.0.9 |
2352 | 2024-03-01T22:21:04.316Z | Documenting zeroize_derive v1.4.2 |
2353 | 2024-03-01T22:21:04.767Z | Documenting getrandom v0.2.10 |
2354 | 2024-03-01T22:21:05.109Z | Documenting lock_api v0.4.10 |
2355 | 2024-03-01T22:21:05.151Z | Documenting once_cell v1.19.0 |
2356 | 2024-03-01T22:21:05.299Z | Documenting parking_lot_core v0.9.8 |
2357 | 2024-03-01T22:21:05.413Z | Documenting libm v0.2.7 |
2358 | 2024-03-01T22:21:06.609Z | Documenting pin-project-lite v0.2.13 |
2359 | 2024-03-01T22:21:08.273Z | Documenting signal-hook-registry v1.4.1 |
2360 | 2024-03-01T22:21:08.608Z | Documenting serde v1.0.197 |
2361 | 2024-03-01T22:21:08.817Z | Documenting num-traits v0.2.16 |
2362 | 2024-03-01T22:21:09.659Z | Documenting rand_core v0.6.4 |
2363 | 2024-03-01T22:21:09.714Z | Documenting mio v0.8.9 |
2364 | 2024-03-01T22:21:09.830Z | Documenting futures-core v0.3.30 |
2365 | 2024-03-01T22:21:09.971Z | Documenting zeroize v1.7.0 |
2366 | 2024-03-01T22:21:10.268Z | Documenting parking_lot v0.12.1 |
2367 | 2024-03-01T22:21:13.055Z | Documenting thiserror-impl v1.0.57 |
2368 | 2024-03-01T22:21:13.773Z | Documenting ryu v1.0.15 |
2369 | 2024-03-01T22:21:14.061Z | Documenting socket2 v0.5.5 |
2370 | 2024-03-01T22:21:14.565Z | Documenting num_cpus v1.16.0 |
2371 | 2024-03-01T22:21:14.614Z | Documenting typenum v1.16.0 |
2372 | 2024-03-01T22:21:14.968Z | Documenting tokio-macros v2.2.0 |
2373 | 2024-03-01T22:21:15.491Z | Documenting subtle v2.5.0 |
2374 | 2024-03-01T22:21:16.711Z | Documenting zerocopy v0.7.32 |
2375 | 2024-03-01T22:21:18.632Z | Documenting futures-sink v0.3.30 |
2376 | 2024-03-01T22:21:26.929Z | Documenting thiserror v1.0.57 |
2377 | 2024-03-01T22:21:26.929Z | Documenting const-oid v0.9.5 |
2378 | 2024-03-01T22:21:26.985Z | Documenting iana-time-zone v0.1.57 |
2379 | 2024-03-01T22:21:28.134Z | Documenting generic-array v0.14.7 |
2380 | 2024-03-01T22:21:28.610Z | Documenting pin-utils v0.1.0 |
2381 | 2024-03-01T22:21:28.622Z | Documenting futures-channel v0.3.30 |
2382 | 2024-03-01T22:21:29.297Z | Documenting slab v0.4.9 |
2383 | 2024-03-01T22:21:31.358Z | Documenting futures-macro v0.3.30 |
2384 | 2024-03-01T22:21:31.455Z | Documenting futures-task v0.3.30 |
2385 | 2024-03-01T22:21:32.168Z | Documenting futures-io v0.3.30 |
2386 | 2024-03-01T22:21:33.314Z | Documenting crypto-common v0.1.6 |
2387 | 2024-03-01T22:21:33.687Z | Documenting ahash v0.8.7 |
2388 | 2024-03-01T22:21:33.885Z | Documenting allocator-api2 v0.2.16 |
2389 | 2024-03-01T22:21:34.153Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2390 | 2024-03-01T22:21:34.295Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2391 | 2024-03-01T22:21:35.087Z | Documenting tinyvec_macros v0.1.1 |
2392 | 2024-03-01T22:21:36.752Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2393 | 2024-03-01T22:21:37.431Z | Documenting block-buffer v0.10.4 |
2394 | 2024-03-01T22:21:37.506Z | Documenting futures-util v0.3.30 |
2395 | 2024-03-01T22:21:37.717Z | Documenting ppv-lite86 v0.2.17 |
2396 | 2024-03-01T22:21:38.064Z | Documenting tinyvec v1.6.0 |
2397 | 2024-03-01T22:21:38.469Z | Documenting hashbrown v0.14.3 |
2398 | 2024-03-01T22:21:38.716Z | Documenting bytes v1.5.0 |
2399 | 2024-03-01T22:21:39.404Z | Documenting bitflags v2.4.0 |
2400 | 2024-03-01T22:21:41.009Z | Documenting serde_json v1.0.114 |
2401 | 2024-03-01T22:21:41.770Z | Documenting chrono v0.4.31 |
2402 | 2024-03-01T22:21:42.142Z | Documenting uuid v1.7.0 |
2403 | 2024-03-01T22:21:43.498Z | Documenting tokio v1.36.0 |
2404 | 2024-03-01T22:21:44.571Z | Documenting digest v0.10.7 |
2405 | 2024-03-01T22:21:44.959Z | Documenting rand_chacha v0.3.1 |
2406 | 2024-03-01T22:21:45.190Z | Documenting tracing-core v0.1.31 |
2407 | 2024-03-01T22:21:47.097Z | Documenting tracing-attributes v0.1.26 |
2408 | 2024-03-01T22:21:47.670Z | Documenting unicode-normalization v0.1.22 |
2409 | 2024-03-01T22:21:47.825Z | Documenting lazy_static v1.4.0 |
2410 | 2024-03-01T22:21:48.907Z | Documenting unicode-bidi v0.3.13 |
2411 | 2024-03-01T22:21:49.383Z | Documenting rand v0.8.5 |
2412 | 2024-03-01T22:21:50.843Z | Checking serde_derive_internals v0.26.0 |
2413 | 2024-03-01T22:21:51.387Z | Documenting serde_derive_internals v0.26.0 |
2414 | 2024-03-01T22:22:00.202Z | Documenting base64 v0.21.7 |
2415 | 2024-03-01T22:22:00.291Z | Documenting equivalent v1.0.1 |
2416 | 2024-03-01T22:22:00.380Z | Documenting dyn-clone v1.0.17 |
2417 | 2024-03-01T22:22:00.878Z | Documenting percent-encoding v2.3.1 |
2418 | 2024-03-01T22:22:01.365Z | Documenting errno v0.3.8 |
2419 | 2024-03-01T22:22:02.287Z | Documenting schemars_derive v0.8.16 |
2420 | 2024-03-01T22:22:02.400Z | Documenting cpufeatures v0.2.12 |
2421 | 2024-03-01T22:22:03.043Z | Documenting indexmap v2.2.3 |
2422 | 2024-03-01T22:22:03.137Z | Documenting fnv v1.0.7 |
2423 | 2024-03-01T22:22:04.797Z | Documenting form_urlencoded v1.2.1 |
2424 | 2024-03-01T22:22:05.030Z | Documenting idna v0.5.0 |
2425 | 2024-03-01T22:22:05.354Z | Documenting httparse v1.8.0 |
2426 | 2024-03-01T22:22:06.296Z | Documenting rustix v0.38.31 |
2427 | 2024-03-01T22:22:08.062Z | Documenting adler v1.0.2 |
2428 | 2024-03-01T22:22:09.054Z | Documenting base64ct v1.6.0 |
2429 | 2024-03-01T22:22:09.094Z | Documenting schemars v0.8.16 |
2430 | 2024-03-01T22:22:09.174Z | Documenting unicode-width v0.1.11 |
2431 | 2024-03-01T22:22:10.160Z | Documenting unicode-ident v1.0.12 |
2432 | 2024-03-01T22:22:10.265Z | Documenting tracing v0.1.37 |
2433 | 2024-03-01T22:22:10.361Z | Documenting url v2.5.0 |
2434 | 2024-03-01T22:22:11.200Z | Documenting miniz_oxide v0.7.1 |
2435 | 2024-03-01T22:22:12.131Z | Documenting slog v2.7.0 |
2436 | 2024-03-01T22:22:13.171Z | Documenting proc-macro2 v1.0.78 |
2437 | 2024-03-01T22:22:13.217Z | Documenting httpdate v1.0.3 |
2438 | 2024-03-01T22:22:14.361Z | Documenting try-lock v0.2.4 |
2439 | 2024-03-01T22:22:14.562Z | Documenting http-body v0.4.5 |
2440 | 2024-03-01T22:22:14.773Z | Documenting openssl-sys v0.9.96 |
2441 | 2024-03-01T22:22:16.488Z | Documenting async-trait v0.1.77 |
2442 | 2024-03-01T22:22:16.656Z | Documenting openssl-macros v0.1.1 |
2443 | 2024-03-01T22:22:17.301Z | Documenting want v0.3.1 |
2444 | 2024-03-01T22:22:17.909Z | Documenting tower-service v0.3.2 |
2445 | 2024-03-01T22:22:18.475Z | Documenting mime v0.3.17 |
2446 | 2024-03-01T22:22:21.296Z | Documenting quote v1.0.35 |
2447 | 2024-03-01T22:22:21.967Z | Documenting pem-rfc7468 v0.7.0 |
2448 | 2024-03-01T22:22:22.039Z | Documenting aho-corasick v1.0.4 |
2449 | 2024-03-01T22:22:22.226Z | Documenting openssl v0.10.60 |
2450 | 2024-03-01T22:22:22.536Z | Documenting crossbeam-utils v0.8.16 |
2451 | 2024-03-01T22:22:22.634Z | Documenting der_derive v0.7.2 |
2452 | 2024-03-01T22:22:23.333Z | Documenting utf8parse v0.2.1 |
2453 | 2024-03-01T22:22:26.610Z | Documenting ipnet v2.9.0 |
2454 | 2024-03-01T22:22:26.641Z | Documenting regex-syntax v0.8.2 |
2455 | 2024-03-01T22:22:26.736Z | Documenting openssl-probe v0.1.5 |
2456 | 2024-03-01T22:22:27.457Z | Documenting flagset v0.4.3 |
2457 | 2024-03-01T22:22:28.047Z | Documenting syn v2.0.51 |
2458 | 2024-03-01T22:22:29.568Z | Documenting tokio-util v0.7.10 |
2459 | 2024-03-01T22:22:29.738Z | Documenting num-integer v0.1.46 |
2460 | 2024-03-01T22:22:30.482Z | Documenting der v0.7.8 |
2461 | 2024-03-01T22:22:30.845Z | Documenting time-macros v0.2.13 |
2462 | 2024-03-01T22:22:31.551Z | Documenting num_threads v0.1.6 |
2463 | 2024-03-01T22:22:32.213Z | Documenting deranged v0.3.8 |
2464 | 2024-03-01T22:22:33.295Z | Documenting regex-automata v0.4.4 |
2465 | 2024-03-01T22:22:35.028Z | Documenting gimli v0.28.0 |
2466 | 2024-03-01T22:22:35.739Z | Documenting time-core v0.1.1 |
2467 | 2024-03-01T22:22:35.817Z | Documenting h2 v0.3.24 |
2468 | 2024-03-01T22:22:36.310Z | Documenting spki v0.7.2 |
2469 | 2024-03-01T22:22:36.339Z | Documenting native-tls v0.2.11 |
2470 | 2024-03-01T22:22:37.784Z | Documenting object v0.32.1 |
2471 | 2024-03-01T22:22:38.684Z | Documenting time v0.3.27 |
2472 | 2024-03-01T22:22:41.537Z | Documenting regex v1.10.3 |
2473 | 2024-03-01T22:22:41.540Z | Documenting addr2line v0.21.0 |
2474 | 2024-03-01T22:22:41.723Z | Documenting encoding_rs v0.8.33 |
2475 | 2024-03-01T22:22:42.490Z | Documenting rustc-demangle v0.1.23 |
2476 | 2024-03-01T22:22:45.443Z | Documenting tokio-native-tls v0.3.1 |
2477 | 2024-03-01T22:22:45.467Z | Documenting serde_urlencoded v0.7.1 |
2478 | 2024-03-01T22:22:45.515Z | Documenting spin v0.9.8 |
2479 | 2024-03-01T22:22:46.352Z | Documenting hyper v0.14.27 |
2480 | 2024-03-01T22:22:46.434Z | Documenting either v1.10.0 |
2481 | 2024-03-01T22:22:48.117Z | Documenting pkcs8 v0.10.2 |
2482 | 2024-03-01T22:22:48.713Z | Documenting futures-executor v0.3.30 |
2483 | 2024-03-01T22:22:50.768Z | Documenting backtrace v0.3.69 |
2484 | 2024-03-01T22:22:50.951Z | Checking pest_meta v2.7.6 |
2485 | 2024-03-01T22:22:51.182Z | Documenting memoffset v0.9.0 |
2486 | 2024-03-01T22:22:51.395Z | Documenting sync_wrapper v0.1.2 |
2487 | 2024-03-01T22:22:51.891Z | Documenting anstyle v1.0.2 |
2488 | 2024-03-01T22:22:51.907Z | Documenting webpki-roots v0.25.2 |
2489 | 2024-03-01T22:22:53.815Z | Documenting data-encoding v2.4.0 |
2490 | 2024-03-01T22:22:54.232Z | Documenting anstyle-parse v0.2.1 |
2491 | 2024-03-01T22:22:54.246Z | Documenting crossbeam-epoch v0.9.15 |
2492 | 2024-03-01T22:22:54.347Z | Documenting ipnetwork v0.20.0 |
2493 | 2024-03-01T22:22:56.732Z | Documenting sha2 v0.10.8 |
2494 | 2024-03-01T22:22:56.747Z | Documenting hex v0.4.3 |
2495 | 2024-03-01T22:22:57.192Z | Documenting anyhow v1.0.75 |
2496 | 2024-03-01T22:22:57.540Z | Documenting crc32fast v1.3.2 |
2497 | 2024-03-01T22:22:58.161Z | Documenting pest_meta v2.7.6 |
2498 | 2024-03-01T22:22:58.737Z | Documenting hyper-rustls v0.24.2 |
2499 | 2024-03-01T22:22:59.317Z | Documenting hyper-tls v0.5.0 |
2500 | 2024-03-01T22:23:00.978Z | Documenting scroll_derive v0.12.0 |
2501 | 2024-03-01T22:23:01.935Z | Documenting untrusted v0.9.0 |
2502 | 2024-03-01T22:23:02.394Z | Documenting anstyle-query v1.0.0 |
2503 | 2024-03-01T22:23:02.551Z | Documenting colorchoice v1.0.0 |
2504 | 2024-03-01T22:23:03.160Z | Documenting pest_generator v2.7.6 |
2505 | 2024-03-01T22:23:03.684Z | Documenting futures v0.3.30 |
2506 | 2024-03-01T22:23:04.903Z | Documenting ring v0.17.8 |
2507 | 2024-03-01T22:23:05.498Z | Checking pest_generator v2.7.6 |
2508 | 2024-03-01T22:23:05.823Z | Documenting num-iter v0.1.43 |
2509 | 2024-03-01T22:23:06.191Z | Documenting terminal_size v0.3.0 |
2510 | 2024-03-01T22:23:06.618Z | Documenting scroll v0.12.0 |
2511 | 2024-03-01T22:23:07.196Z | Documenting anstream v0.6.11 |
2512 | 2024-03-01T22:23:07.220Z | Documenting reqwest v0.11.24 |
2513 | 2024-03-01T22:23:08.097Z | Documenting openapiv3 v2.0.0 |
2514 | 2024-03-01T22:23:10.430Z | Documenting hmac v0.12.1 |
2515 | 2024-03-01T22:23:11.161Z | Documenting signal-hook v0.3.17 |
2516 | 2024-03-01T22:23:11.381Z | Documenting static_assertions v1.1.0 |
2517 | 2024-03-01T22:23:11.625Z | Documenting strsim v0.11.0 |
2518 | 2024-03-01T22:23:11.764Z | Documenting clap_lex v0.7.0 |
2519 | 2024-03-01T22:23:12.266Z | Documenting plain v0.2.3 |
2520 | 2024-03-01T22:23:14.414Z | Documenting ucd-trie v0.1.6 |
2521 | 2024-03-01T22:23:15.165Z | Documenting goblin v0.8.0 |
2522 | 2024-03-01T22:23:16.158Z | Documenting pest_derive v2.7.6 |
2523 | 2024-03-01T22:23:16.300Z | Documenting flate2 v1.0.28 |
2524 | 2024-03-01T22:23:16.344Z | Documenting clap_derive v4.5.0 |
2525 | 2024-03-01T22:23:16.478Z | Documenting clap_builder v4.5.0 |
2526 | 2024-03-01T22:23:16.802Z | Documenting unicode-segmentation v1.10.1 |
2527 | 2024-03-01T22:23:19.003Z | Documenting pest v2.7.6 |
2528 | 2024-03-01T22:23:19.410Z | Documenting pretty-hex v0.4.1 |
2529 | 2024-03-01T22:23:20.335Z | Documenting managed v0.8.0 |
2530 | 2024-03-01T22:23:21.682Z | Documenting signal-hook-mio v0.2.3 |
2531 | 2024-03-01T22:23:21.730Z | Documenting block-padding v0.3.3 |
2532 | 2024-03-01T22:23:22.636Z | Documenting scheduled-thread-pool v0.2.7 |
2533 | 2024-03-01T22:23:22.829Z | Documenting thread-id v4.2.0 |
2534 | 2024-03-01T22:23:23.533Z | Documenting clap v4.5.0 |
2535 | 2024-03-01T22:23:23.728Z | Documenting dof v0.3.0 |
2536 | 2024-03-01T22:23:23.932Z | Documenting bzip2-sys v0.1.11+1.0.8 |
2537 | 2024-03-01T22:23:24.360Z | Documenting dtrace-parser v0.2.0 |
2538 | 2024-03-01T22:23:26.487Z | Documenting enum-as-inner v0.5.1 |
2539 | 2024-03-01T22:23:27.932Z | Checking diesel_table_macro_syntax v0.1.0 |
2540 | 2024-03-01T22:23:27.938Z | Documenting diesel_table_macro_syntax v0.1.0 |
2541 | 2024-03-01T22:23:27.939Z | Documenting r2d2 v0.8.10 |
2542 | 2024-03-01T22:23:27.939Z | Documenting crossterm v0.27.0 |
2543 | 2024-03-01T22:23:28.935Z | Documenting bzip2 v0.4.4 |
2544 | 2024-03-01T22:23:29.404Z | Documenting inout v0.1.3 |
2545 | 2024-03-01T22:23:29.415Z | Documenting usdt-impl v0.5.0 |
2546 | 2024-03-01T22:23:29.499Z | Documenting md-5 v0.10.5 |
2547 | 2024-03-01T22:23:32.044Z | Documenting trust-dns-proto v0.22.0 |
2548 | 2024-03-01T22:23:32.265Z | Documenting stringprep v0.1.3 |
2549 | 2024-03-01T22:23:32.947Z | Documenting diesel_derives v2.1.2 |
2550 | 2024-03-01T22:23:33.472Z | Documenting toml_datetime v0.6.5 |
2551 | 2024-03-01T22:23:34.042Z | Documenting serde_spanned v0.6.5 |
2552 | 2024-03-01T22:23:34.151Z | Documenting ff v0.13.0 |
2553 | 2024-03-01T22:23:35.266Z | Documenting pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
2554 | 2024-03-01T22:23:37.251Z | Documenting siphasher v0.3.11 |
2555 | 2024-03-01T22:23:37.357Z | Documenting base16ct v0.2.0 |
2556 | 2024-03-01T22:23:38.276Z | Documenting winnow v0.6.1 |
2557 | 2024-03-01T22:23:38.652Z | Documenting fallible-iterator v0.2.0 |
2558 | 2024-03-01T22:23:39.101Z | Documenting bit-vec v0.6.3 |
2559 | 2024-03-01T22:23:40.166Z | Documenting group v0.13.0 |
2560 | 2024-03-01T22:23:40.391Z | Documenting phf_shared v0.11.2 |
2561 | 2024-03-01T22:23:40.664Z | Documenting sec1 v0.7.3 |
2562 | 2024-03-01T22:23:41.363Z | Documenting diesel v2.1.4 |
2563 | 2024-03-01T22:23:41.702Z | Documenting cipher v0.4.4 |
2564 | 2024-03-01T22:23:43.528Z | Documenting zip v0.6.6 |
2565 | 2024-03-01T22:23:43.725Z | Documenting postgres-protocol v0.6.6 |
2566 | 2024-03-01T22:23:44.361Z | Documenting hkdf v0.12.4 |
2567 | 2024-03-01T22:23:44.604Z | Documenting toml_edit v0.22.6 |
2568 | 2024-03-01T22:23:45.294Z | Documenting num-bigint v0.4.4 |
2569 | 2024-03-01T22:23:56.890Z | Documenting hubpack v0.1.2 |
2570 | 2024-03-01T22:24:04.477Z | Documenting crypto-bigint v0.5.2 |
2571 | 2024-03-01T22:24:04.586Z | Documenting bstr v1.6.0 |
2572 | 2024-03-01T22:24:04.634Z | Documenting serde_repr v0.1.16 |
2573 | 2024-03-01T22:24:05.005Z | Documenting minimal-lexical v0.2.1 |
2574 | 2024-03-01T22:24:05.511Z | Documenting lalrpop-util v0.19.12 |
2575 | 2024-03-01T22:24:05.647Z | Documenting fixedbitset v0.4.2 |
2576 | 2024-03-01T22:24:05.727Z | Documenting precomputed-hash v0.1.1 |
2577 | 2024-03-01T22:24:07.678Z | Documenting new_debug_unreachable v1.0.4 |
2578 | 2024-03-01T22:24:08.947Z | Documenting petgraph v0.6.4 |
2579 | 2024-03-01T22:24:09.514Z | Documenting yasna v0.5.2 |
2580 | 2024-03-01T22:24:09.898Z | Documenting nom v7.1.3 |
2581 | 2024-03-01T22:24:10.350Z | Documenting gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e) |
2582 | 2024-03-01T22:24:10.624Z | Documenting postgres-types v0.2.6 |
2583 | 2024-03-01T22:24:10.679Z | Documenting phf v0.11.2 |
2584 | 2024-03-01T22:24:10.824Z | Documenting string_cache v0.8.7 |
2585 | 2024-03-01T22:24:21.232Z | Documenting console v0.15.8 |
2586 | 2024-03-01T22:24:21.374Z | Documenting semver v1.0.22 |
2587 | 2024-03-01T22:24:21.738Z | Documenting float-cmp v0.9.0 |
2588 | 2024-03-01T22:24:22.054Z | Documenting elliptic-curve v0.13.8 |
2589 | 2024-03-01T22:24:22.545Z | Documenting normalize-line-endings v0.3.0 |
2590 | 2024-03-01T22:24:22.545Z | Documenting whoami v1.4.1 |
2591 | 2024-03-01T22:24:22.545Z | Documenting difflib v0.4.0 |
2592 | 2024-03-01T22:24:22.565Z | Documenting predicates-core v1.0.6 |
2593 | 2024-03-01T22:24:26.471Z | Documenting bit-set v0.5.3 |
2594 | 2024-03-01T22:24:26.661Z | Documenting similar v2.3.0 |
2595 | 2024-03-01T22:24:26.838Z | Documenting tokio-stream v0.1.14 |
2596 | 2024-03-01T22:24:26.968Z | Documenting regress v0.8.0 |
2597 | 2024-03-01T22:24:27.134Z | Documenting tokio-postgres v0.7.10 |
2598 | 2024-03-01T22:24:27.242Z | Documenting heck v0.4.1 |
2599 | 2024-03-01T22:24:27.395Z | Documenting predicates v3.1.0 |
2600 | 2024-03-01T22:24:39.074Z | Checking unsafe-libyaml v0.2.10 |
2601 | 2024-03-01T22:24:39.159Z | Documenting typify-macro v0.0.15 (https://github.com/oxidecomputer/typify#131fe0ef) |
2602 | 2024-03-01T22:24:39.386Z | Checking strsim v0.10.0 |
2603 | 2024-03-01T22:24:39.521Z | Documenting unsafe-libyaml v0.2.10 |
2604 | 2024-03-01T22:24:39.592Z | Checking ident_case v1.0.1 |
2605 | 2024-03-01T22:24:39.755Z | Documenting progenitor-client v0.5.0 (https://github.com/oxidecomputer/progenitor?branch=main#08bbafc2) |
2606 | 2024-03-01T22:24:39.929Z | Documenting getopts v0.2.21 |
2607 | 2024-03-01T22:24:39.968Z | Documenting match_cfg v0.1.0 |
2608 | 2024-03-01T22:24:40.248Z | Checking serde_yaml v0.9.25 |
2609 | 2024-03-01T22:24:40.477Z | Documenting omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2610 | 2024-03-01T22:24:40.625Z | Documenting typify-impl v0.0.15 (https://github.com/oxidecomputer/typify#131fe0ef) |
2611 | 2024-03-01T22:24:42.221Z | Documenting sha1 v0.10.6 |
2612 | 2024-03-01T22:24:43.066Z | Documenting hostname v0.3.1 |
2613 | 2024-03-01T22:24:43.551Z | Documenting serde_yaml v0.9.25 |
2614 | 2024-03-01T22:24:44.735Z | Documenting dirs-sys-next v0.1.2 |
2615 | 2024-03-01T22:24:45.203Z | Documenting rustls-pki-types v1.3.0 |
2616 | 2024-03-01T22:24:46.238Z | Documenting camino v1.1.6 |
2617 | 2024-03-01T22:24:47.620Z | Documenting thread_local v1.1.7 |
2618 | 2024-03-01T22:24:48.115Z | Documenting paste v1.0.14 |
2619 | 2024-03-01T22:24:48.193Z | Documenting crossbeam-channel v0.5.8 |
2620 | 2024-03-01T22:24:48.495Z | Documenting typify v0.0.15 (https://github.com/oxidecomputer/typify#131fe0ef) |
2621 | 2024-03-01T22:24:49.726Z | Documenting dirs-next v2.0.0 |
2622 | 2024-03-01T22:24:50.156Z | Documenting rustls-webpki v0.102.1 |
2623 | 2024-03-01T22:24:51.285Z | Documenting progenitor-macro v0.5.0 (https://github.com/oxidecomputer/progenitor?branch=main#08bbafc2) |
2624 | 2024-03-01T22:24:51.427Z | Documenting atty v0.2.14 |
2625 | 2024-03-01T22:24:52.304Z | Documenting take_mut v0.2.2 |
2626 | 2024-03-01T22:24:53.018Z | Documenting slog-json v2.6.1 |
2627 | 2024-03-01T22:24:53.541Z | Documenting http v1.0.0 |
2628 | 2024-03-01T22:24:54.683Z | Documenting term v0.7.0 |
2629 | 2024-03-01T22:24:54.803Z | Documenting async-stream-impl v0.3.5 |
2630 | 2024-03-01T22:24:55.156Z | Documenting progenitor-impl v0.5.0 (https://github.com/oxidecomputer/progenitor?branch=main#08bbafc2) |
2631 | 2024-03-01T22:24:55.851Z | Documenting rustls v0.22.2 |
2632 | 2024-03-01T22:24:57.071Z | Documenting slog-async v2.8.0 |
2633 | 2024-03-01T22:24:58.953Z | Documenting atomic-waker v1.1.1 |
2634 | 2024-03-01T22:24:59.727Z | Documenting debug-ignore v1.0.5 |
2635 | 2024-03-01T22:24:59.814Z | Documenting slog-term v2.9.0 |
2636 | 2024-03-01T22:25:00.699Z | Documenting async-stream v0.3.5 |
2637 | 2024-03-01T22:25:00.855Z | Documenting multer v3.0.0 |
2638 | 2024-03-01T22:25:01.882Z | Documenting slog-bunyan v2.5.0 |
2639 | 2024-03-01T22:25:01.990Z | Documenting waitgroup v0.1.2 |
2640 | 2024-03-01T22:25:02.721Z | Documenting rustls-pemfile v2.1.0 |
2641 | 2024-03-01T22:25:03.601Z | Documenting progenitor v0.5.0 (https://github.com/oxidecomputer/progenitor?branch=main#08bbafc2) |
2642 | 2024-03-01T22:25:05.543Z | Checking darling_core v0.20.3 |
2643 | 2024-03-01T22:25:05.642Z | Documenting toml v0.8.10 |
2644 | 2024-03-01T22:25:06.203Z | Documenting dropshot_endpoint v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#711a7490) |
2645 | 2024-03-01T22:25:06.698Z | Documenting tokio-rustls v0.25.0 |
2646 | 2024-03-01T22:25:06.835Z | Documenting serde_path_to_error v0.1.15 |
2647 | 2024-03-01T22:25:07.040Z | Documenting strum v0.26.1 |
2648 | 2024-03-01T22:25:07.185Z | Documenting structmeta-derive v0.3.0 |
2649 | 2024-03-01T22:25:07.372Z | Checking darling v0.20.3 |
2650 | 2024-03-01T22:25:07.478Z | Documenting serde_with_macros v3.6.1 |
2651 | 2024-03-01T22:25:11.822Z | Checking structmeta v0.3.0 |
2652 | 2024-03-01T22:25:11.845Z | Documenting instant v0.1.12 |
2653 | 2024-03-01T22:25:12.035Z | Documenting newtype-uuid v1.0.1 |
2654 | 2024-03-01T22:25:12.324Z | Documenting serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
2655 | 2024-03-01T22:25:12.405Z | Documenting macaddr v1.0.1 |
2656 | 2024-03-01T22:25:12.619Z | Documenting dropshot v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#711a7490) |
2657 | 2024-03-01T22:25:12.772Z | Documenting serde_with v3.6.1 |
2658 | 2024-03-01T22:25:13.700Z | Documenting api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2659 | 2024-03-01T22:25:13.806Z | Documenting structmeta v0.3.0 |
2660 | 2024-03-01T22:25:18.872Z | Documenting backoff v0.4.0 |
2661 | 2024-03-01T22:25:18.907Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2662 | 2024-03-01T22:25:18.907Z | Checking illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2663 | 2024-03-01T22:25:18.908Z | Documenting omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2664 | 2024-03-01T22:25:18.908Z | Documenting fastrand v2.0.1 |
2665 | 2024-03-01T22:25:19.336Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2666 | 2024-03-01T22:25:19.622Z | Documenting proc-macro-error-attr v1.0.4 |
2667 | 2024-03-01T22:25:21.936Z | Documenting parse-display-derive v0.9.0 |
2668 | 2024-03-01T22:25:22.012Z | Checking proc-macro-error v1.0.4 |
2669 | 2024-03-01T22:25:22.013Z | Documenting is-terminal v0.4.9 |
2670 | 2024-03-01T22:25:22.013Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2671 | 2024-03-01T22:25:22.668Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2672 | 2024-03-01T22:25:22.941Z | Documenting proc-macro-crate v1.3.1 |
2673 | 2024-03-01T22:25:23.032Z | Documenting tempfile v3.10.0 |
2674 | 2024-03-01T22:25:23.446Z | Checking proc-macro-crate v1.3.1 |
2675 | 2024-03-01T22:25:23.470Z | Documenting hash32 v0.3.1 |
2676 | 2024-03-01T22:25:23.681Z | Documenting stable_deref_trait v1.2.0 |
2677 | 2024-03-01T22:25:24.669Z | Documenting proc-macro-error v1.0.4 |
2678 | 2024-03-01T22:25:25.824Z | Documenting parse-display v0.9.0 |
2679 | 2024-03-01T22:25:26.401Z | Documenting embedded-io v0.4.0 |
2680 | 2024-03-01T22:25:27.043Z | Documenting cobs v0.2.3 |
2681 | 2024-03-01T22:25:27.866Z | Documenting heapless v0.8.0 |
2682 | 2024-03-01T22:25:28.121Z | Documenting foreign-types-macros v0.2.3 |
2683 | 2024-03-01T22:25:28.610Z | Documenting camino-tempfile v1.1.1 |
2684 | 2024-03-01T22:25:29.311Z | Documenting num_enum_derive v0.5.11 |
2685 | 2024-03-01T22:25:29.665Z | Documenting illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=1d29ef60a18179babfb44f0f7a3c2fe71034a2c1#1d29ef60) |
2686 | 2024-03-01T22:25:29.796Z | Documenting postcard v1.0.8 |
2687 | 2024-03-01T22:25:30.322Z | Documenting foreign-types-shared v0.3.1 |
2688 | 2024-03-01T22:25:31.117Z | Documenting omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2689 | 2024-03-01T22:25:32.731Z | Documenting libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2690 | 2024-03-01T22:25:32.890Z | Documenting smoltcp v0.11.0 |
2691 | 2024-03-01T22:25:33.372Z | Documenting crucible-workspace-hack v0.1.0 |
2692 | 2024-03-01T22:25:33.712Z | Documenting nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2693 | 2024-03-01T22:25:34.060Z | Documenting foreign-types v0.5.0 |
2694 | 2024-03-01T22:25:34.870Z | Documenting cstr-argument v0.1.2 |
2695 | 2024-03-01T22:25:37.160Z | Documenting num_enum v0.5.11 |
2696 | 2024-03-01T22:25:37.341Z | Documenting rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
2697 | 2024-03-01T22:25:38.149Z | Documenting kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=1d29ef60a18179babfb44f0f7a3c2fe71034a2c1#1d29ef60) |
2698 | 2024-03-01T22:25:38.563Z | Documenting colored v2.0.4 |
2699 | 2024-03-01T22:25:38.860Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2700 | 2024-03-01T22:25:39.768Z | Documenting nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2701 | 2024-03-01T22:25:40.058Z | Documenting opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=1d29ef60a18179babfb44f0f7a3c2fe71034a2c1#1d29ef60) |
2702 | 2024-03-01T22:25:42.035Z | Documenting dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2703 | 2024-03-01T22:25:42.991Z | Documenting rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
2704 | 2024-03-01T22:25:43.492Z | Documenting poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
2705 | 2024-03-01T22:25:43.720Z | Documenting zone_cfg_derive v0.3.0 |
2706 | 2024-03-01T22:25:44.750Z | Documenting bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=488a70c644e332dae98447292a95e45074c8107c#488a70c6) |
2707 | 2024-03-01T22:25:46.619Z | Documenting opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=1d29ef60a18179babfb44f0f7a3c2fe71034a2c1#1d29ef60) |
2708 | 2024-03-01T22:25:47.023Z | Documenting num-derive v0.4.0 |
2709 | 2024-03-01T22:25:47.146Z | Documenting oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2710 | 2024-03-01T22:25:47.301Z | Documenting libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#f114bd0d) |
2711 | 2024-03-01T22:25:49.627Z | Documenting zone v0.3.0 |
2712 | 2024-03-01T22:25:49.913Z | Documenting smf v0.2.2 |
2713 | 2024-03-01T22:25:50.151Z | Documenting bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=488a70c644e332dae98447292a95e45074c8107c#488a70c6) |
2714 | 2024-03-01T22:25:50.508Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2715 | 2024-03-01T22:25:52.894Z | Documenting crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=796dce526dd7ed7b52a0429a486ccba4a9da1ce5#796dce52) |
2716 | 2024-03-01T22:25:53.202Z | Documenting oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=1d29ef60a18179babfb44f0f7a3c2fe71034a2c1#1d29ef60) |
2717 | 2024-03-01T22:25:54.369Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
2718 | 2024-03-01T22:25:54.622Z | Documenting gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2719 | 2024-03-01T22:25:54.662Z | Documenting dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2720 | 2024-03-01T22:25:54.901Z | Documenting linked-hash-map v0.5.6 |
2721 | 2024-03-01T22:25:55.500Z | Documenting password-hash v0.5.0 |
2722 | 2024-03-01T22:25:55.697Z | Documenting blake2 v0.10.6 |
2723 | 2024-03-01T22:25:58.871Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2724 | 2024-03-01T22:25:59.812Z | Documenting lru-cache v0.1.2 |
2725 | 2024-03-01T22:26:00.038Z | Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2726 | 2024-03-01T22:26:00.052Z | Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2727 | 2024-03-01T22:26:00.785Z | Documenting opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=1d29ef60a18179babfb44f0f7a3c2fe71034a2c1#1d29ef60) |
2728 | 2024-03-01T22:26:01.511Z | Documenting itertools v0.12.1 |
2729 | 2024-03-01T22:26:01.679Z | Documenting argon2 v0.5.3 |
2730 | 2024-03-01T22:26:02.874Z | Documenting memmap v0.7.0 |
2731 | 2024-03-01T22:26:03.035Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2732 | 2024-03-01T22:26:04.238Z | Documenting quick-error v1.2.3 |
2733 | 2024-03-01T22:26:04.766Z | Documenting derive-where v1.2.7 |
2734 | 2024-03-01T22:26:06.082Z | Documenting slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2735 | 2024-03-01T22:26:07.020Z | Documenting omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2736 | 2024-03-01T22:26:07.538Z | Documenting illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2737 | 2024-03-01T22:26:08.055Z | Documenting usdt v0.5.0 |
2738 | 2024-03-01T22:26:08.517Z | Documenting swrite v0.1.0 |
2739 | 2024-03-01T22:26:09.094Z | Documenting resolv-conf v0.7.0 |
2740 | 2024-03-01T22:26:09.821Z | Documenting newtype_derive v0.1.6 |
2741 | 2024-03-01T22:26:11.496Z | Documenting slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2742 | 2024-03-01T22:26:11.903Z | Documenting tap v1.0.1 |
2743 | 2024-03-01T22:26:13.277Z | Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2744 | 2024-03-01T22:26:13.902Z | Checking internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns) |
2745 | 2024-03-01T22:26:14.339Z | Documenting trust-dns-resolver v0.22.0 |
2746 | 2024-03-01T22:26:14.518Z | Documenting sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2747 | 2024-03-01T22:26:14.524Z | Documenting radium v0.7.0 |
2748 | 2024-03-01T22:26:14.622Z | Documenting steno v0.4.0 |
2749 | 2024-03-01T22:26:14.704Z | Documenting nibble_vec v0.1.0 |
2750 | 2024-03-01T22:26:14.863Z | Documenting wyz v0.5.1 |
2751 | 2024-03-01T22:26:16.449Z | Checking heck v0.3.3 |
2752 | 2024-03-01T22:26:16.615Z | Documenting funty v2.0.0 |
2753 | 2024-03-01T22:26:17.779Z | Documenting crc-catalog v2.2.0 |
2754 | 2024-03-01T22:26:18.158Z | Documenting endian-type v0.1.2 |
2755 | 2024-03-01T22:26:22.062Z | Documenting structopt-derive v0.4.18 |
2756 | 2024-03-01T22:26:22.209Z | Documenting bitvec v1.0.1 |
2757 | 2024-03-01T22:26:22.228Z | Documenting crc v3.0.1 |
2758 | 2024-03-01T22:26:22.991Z | Documenting radix_trie v0.2.1 |
2759 | 2024-03-01T22:26:23.636Z | Documenting cancel-safe-futures v0.1.5 |
2760 | 2024-03-01T22:26:23.936Z | Documenting filetime v0.2.23 |
2761 | 2024-03-01T22:26:24.772Z | Documenting xattr v1.0.1 |
2762 | 2024-03-01T22:26:24.784Z | Documenting packed_struct_codegen v0.10.1 |
2763 | 2024-03-01T22:26:24.808Z | Documenting nodrop v0.1.14 |
2764 | 2024-03-01T22:26:25.841Z | Documenting structopt v0.3.26 |
2765 | 2024-03-01T22:26:27.875Z | Documenting array-init v0.0.4 |
2766 | 2024-03-01T22:26:28.293Z | Documenting num-bigint-dig v0.8.4 |
2767 | 2024-03-01T22:26:29.007Z | Documenting libefi-sys v0.1.0 |
2768 | 2024-03-01T22:26:29.326Z | Documenting num-rational v0.4.1 |
2769 | 2024-03-01T22:26:29.825Z | Documenting tar v0.4.40 |
2770 | 2024-03-01T22:26:29.977Z | Documenting illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
2771 | 2024-03-01T22:26:31.220Z | Documenting packed_struct v0.10.1 |
2772 | 2024-03-01T22:26:31.377Z | Documenting pkcs1 v0.7.5 |
2773 | 2024-03-01T22:26:33.648Z | Documenting nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2774 | 2024-03-01T22:26:34.199Z | Documenting signature v2.1.0 |
2775 | 2024-03-01T22:26:34.810Z | Documenting num-complex v0.4.4 |
2776 | 2024-03-01T22:26:34.899Z | Documenting arc-swap v1.6.0 |
2777 | 2024-03-01T22:26:35.203Z | Documenting bitfield v0.14.0 |
2778 | 2024-03-01T22:26:36.202Z | Documenting termcolor v1.2.0 |
2779 | 2024-03-01T22:26:36.984Z | Documenting tofino v0.1.0 (http://github.com/oxidecomputer/tofino?branch=main#8283f802) |
2780 | 2024-03-01T22:26:38.444Z | Documenting libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
2781 | 2024-03-01T22:26:39.909Z | Documenting slog-scope v4.4.0 |
2782 | 2024-03-01T22:26:40.181Z | Documenting rsa v0.9.2 |
2783 | 2024-03-01T22:26:40.549Z | Documenting num v0.4.1 |
2784 | 2024-03-01T22:26:41.055Z | Documenting env_logger v0.10.0 |
2785 | 2024-03-01T22:26:41.509Z | Documenting lpc55_areas v0.2.4 (https://github.com/oxidecomputer/lpc55_support#96f064ea) |
2786 | 2024-03-01T22:26:43.053Z | Documenting serde-hex v0.1.0 |
2787 | 2024-03-01T22:26:43.325Z | Documenting tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git#e644a21a) |
2788 | 2024-03-01T22:26:44.883Z | Documenting x509-cert v0.2.4 |
2789 | 2024-03-01T22:26:46.893Z | Documenting ron v0.8.1 |
2790 | 2024-03-01T22:26:46.924Z | Documenting libsw v3.3.1 |
2791 | 2024-03-01T22:26:47.480Z | Documenting gethostname v0.4.3 |
2792 | 2024-03-01T22:26:48.017Z | Documenting oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2793 | 2024-03-01T22:26:49.758Z | Documenting half v2.3.1 |
2794 | 2024-03-01T22:26:50.121Z | Documenting owo-colors v4.0.0 |
2795 | 2024-03-01T22:26:51.597Z | Documenting linear-map v1.2.0 |
2796 | 2024-03-01T22:26:51.956Z | Documenting same-file v1.0.6 |
2797 | 2024-03-01T22:26:52.624Z | Documenting ciborium-io v0.2.2 |
2798 | 2024-03-01T22:26:52.635Z | Documenting crc-any v2.4.3 |
2799 | 2024-03-01T22:26:53.314Z | Documenting tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc.git#e644a21a) |
2800 | 2024-03-01T22:26:53.523Z | Documenting oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2801 | 2024-03-01T22:26:55.281Z | Documenting sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2802 | 2024-03-01T22:26:55.959Z | Documenting lpc55_sign v0.3.3 (https://github.com/oxidecomputer/lpc55_support#96f064ea) |
2803 | 2024-03-01T22:26:56.536Z | Documenting slog-stdlog v4.1.1 |
2804 | 2024-03-01T22:26:56.616Z | Documenting update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2805 | 2024-03-01T22:26:56.677Z | Documenting walkdir v2.4.0 |
2806 | 2024-03-01T22:26:57.487Z | Documenting ciborium-ll v0.2.2 |
2807 | 2024-03-01T22:26:58.778Z | Documenting slog-dtrace v0.3.0 |
2808 | 2024-03-01T22:27:01.471Z | Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2809 | 2024-03-01T22:27:01.618Z | Documenting path-slash v0.1.5 |
2810 | 2024-03-01T22:27:01.828Z | Documenting ciborium v0.2.2 |
2811 | 2024-03-01T22:27:05.350Z | Documenting slog-envlogger v2.2.0 |
2812 | 2024-03-01T22:27:06.435Z | Documenting internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns) |
2813 | 2024-03-01T22:27:06.454Z | Documenting hubtools v0.4.1 (https://github.com/oxidecomputer/hubtools.git?branch=main#73cd5a84) |
2814 | 2024-03-01T22:27:07.951Z | Documenting pem v3.0.2 |
2815 | 2024-03-01T22:27:08.900Z | Documenting fxhash v0.2.1 |
2816 | 2024-03-01T22:27:09.450Z | Documenting display-error-chain v0.2.0 |
2817 | 2024-03-01T22:27:10.785Z | Documenting utf-8 v0.7.6 |
2818 | 2024-03-01T22:27:12.592Z | Documenting installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2819 | 2024-03-01T22:27:12.892Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
2820 | 2024-03-01T22:27:13.775Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
2821 | 2024-03-01T22:27:13.986Z | Documenting vte_generate_state_changes v0.1.1 |
2822 | 2024-03-01T22:27:14.639Z | Documenting convert_case v0.4.0 |
2823 | 2024-03-01T22:27:15.683Z | Documenting tungstenite v0.20.1 |
2824 | 2024-03-01T22:27:16.143Z | Checking convert_case v0.4.0 |
2825 | 2024-03-01T22:27:16.349Z | Documenting buf-list v1.0.3 |
2826 | 2024-03-01T22:27:18.558Z | Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
2827 | 2024-03-01T22:27:18.845Z | Documenting vte v0.11.1 |
2828 | 2024-03-01T22:27:19.064Z | Compiling mg-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/mg-admin-client) |
2829 | 2024-03-01T22:27:19.209Z | Documenting derive_more v0.99.17 |
2830 | 2024-03-01T22:27:21.003Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
2831 | 2024-03-01T22:27:21.288Z | Checking darling_core v0.14.4 |
2832 | 2024-03-01T22:27:21.443Z | Documenting pin-project-internal v1.1.3 |
2833 | 2024-03-01T22:27:22.504Z | Documenting tokio-tungstenite v0.20.1 |
2834 | 2024-03-01T22:27:23.051Z | Checking darling v0.14.4 |
2835 | 2024-03-01T22:27:23.184Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
2836 | 2024-03-01T22:27:23.956Z | Documenting strip-ansi-escapes v0.2.0 |
2837 | 2024-03-01T22:27:26.767Z | Documenting nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2838 | 2024-03-01T22:27:27.002Z | Documenting doc-comment v0.3.3 |
2839 | 2024-03-01T22:27:28.047Z | Documenting pin-project v1.1.3 |
2840 | 2024-03-01T22:27:29.167Z | Compiling ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2841 | 2024-03-01T22:27:29.430Z | Documenting crossbeam-deque v0.8.3 |
2842 | 2024-03-01T22:27:30.079Z | Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
2843 | 2024-03-01T22:27:30.479Z | Documenting snafu-derive v0.7.5 |
2844 | 2024-03-01T22:27:31.166Z | Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
2845 | 2024-03-01T22:27:31.265Z | Documenting nu-ansi-term v0.50.0 |
2846 | 2024-03-01T22:27:34.857Z | Documenting rayon-core v1.12.1 |
2847 | 2024-03-01T22:27:35.014Z | Checking tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
2848 | 2024-03-01T22:27:35.313Z | Documenting trust-dns-client v0.22.0 |
2849 | 2024-03-01T22:27:36.449Z | Documenting reedline v0.29.0 |
2850 | 2024-03-01T22:27:36.759Z | Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
2851 | 2024-03-01T22:27:38.349Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
2852 | 2024-03-01T22:27:38.354Z | Documenting globset v0.4.13 |
2853 | 2024-03-01T22:27:39.420Z | Documenting snafu v0.7.5 |
2854 | 2024-03-01T22:27:40.258Z | Documenting olpc-cjson v0.1.3 |
2855 | 2024-03-01T22:27:40.958Z | Documenting serde_plain v1.0.2 |
2856 | 2024-03-01T22:27:44.437Z | Documenting headers-core v0.2.0 |
2857 | 2024-03-01T22:27:44.509Z | Documenting async-recursion v1.0.5 |
2858 | 2024-03-01T22:27:44.521Z | Documenting bytecount v0.6.3 |
2859 | 2024-03-01T22:27:44.651Z | Documenting typed-path v0.7.0 |
2860 | 2024-03-01T22:27:44.762Z | Documenting keccak v0.1.4 |
2861 | 2024-03-01T22:27:45.909Z | Documenting trust-dns-server v0.22.1 |
2862 | 2024-03-01T22:27:46.582Z | Documenting rayon v1.9.0 |
2863 | 2024-03-01T22:27:47.587Z | Documenting papergrid v0.11.0 |
2864 | 2024-03-01T22:27:47.860Z | Documenting sha3 v0.10.8 |
2865 | 2024-03-01T22:27:50.323Z | Documenting headers v0.3.9 |
2866 | 2024-03-01T22:27:50.434Z | Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2867 | 2024-03-01T22:27:51.481Z | Documenting tough v0.16.0 |
2868 | 2024-03-01T22:27:51.543Z | Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2869 | 2024-03-01T22:27:53.332Z | Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2870 | 2024-03-01T22:27:54.200Z | Documenting derive_builder_core v0.12.0 |
2871 | 2024-03-01T22:27:54.508Z | Checking derive_builder_core v0.12.0 |
2872 | 2024-03-01T22:27:54.803Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2873 | 2024-03-01T22:27:55.346Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
2874 | 2024-03-01T22:27:55.416Z | Documenting sled v0.34.7 |
2875 | 2024-03-01T22:27:55.566Z | Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2876 | 2024-03-01T22:27:56.039Z | Documenting fs-err v2.11.0 |
2877 | 2024-03-01T22:27:56.379Z | Documenting unicase v2.7.0 |
2878 | 2024-03-01T22:27:57.039Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2879 | 2024-03-01T22:27:57.051Z | Documenting tabled_derive v0.7.0 |
2880 | 2024-03-01T22:27:57.325Z | Documenting fd-lock v4.0.2 |
2881 | 2024-03-01T22:27:59.732Z | Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
2882 | 2024-03-01T22:28:00.777Z | Documenting nix v0.27.1 |
2883 | 2024-03-01T22:28:01.002Z | Documenting secrecy v0.8.0 |
2884 | 2024-03-01T22:28:01.907Z | Documenting rustversion v1.0.14 |
2885 | 2024-03-01T22:28:02.015Z | Documenting sqlparser_derive v0.2.2 |
2886 | 2024-03-01T22:28:02.994Z | Documenting home v0.5.5 |
2887 | 2024-03-01T22:28:03.180Z | Documenting parse-size v1.0.0 |
2888 | 2024-03-01T22:28:05.462Z | Documenting unicode_categories v0.1.1 |
2889 | 2024-03-01T22:28:06.397Z | Documenting tabled v0.15.0 |
2890 | 2024-03-01T22:28:06.471Z | Documenting tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
2891 | 2024-03-01T22:28:06.678Z | Documenting derive_builder_macro v0.12.0 |
2892 | 2024-03-01T22:28:06.952Z | Documenting castaway v0.2.2 |
2893 | 2024-03-01T22:28:07.813Z | Documenting sqlparser v0.43.1 |
2894 | 2024-03-01T22:28:07.991Z | Documenting rustyline v13.0.0 |
2895 | 2024-03-01T22:28:10.779Z | Documenting sqlformat v0.2.3 |
2896 | 2024-03-01T22:28:11.820Z | Documenting dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2897 | 2024-03-01T22:28:11.948Z | Documenting mime_guess v2.0.4 |
2898 | 2024-03-01T22:28:14.403Z | Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
2899 | 2024-03-01T22:28:16.041Z | Documenting dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
2900 | 2024-03-01T22:28:16.267Z | Documenting omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
2901 | 2024-03-01T22:28:17.065Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
2902 | 2024-03-01T22:28:17.349Z | Documenting universal-hash v0.5.1 |
2903 | 2024-03-01T22:28:21.791Z | Documenting bcs v0.1.6 |
2904 | 2024-03-01T22:28:23.744Z | Documenting kstat-rs v0.2.3 |
2905 | 2024-03-01T22:28:33.906Z | Documenting thiserror-impl-no-std v2.0.2 |
2906 | 2024-03-01T22:28:33.940Z | Documenting ref-cast-impl v1.0.20 |
2907 | 2024-03-01T22:28:33.979Z | Documenting curve25519-dalek-derive v0.1.0 |
2908 | 2024-03-01T22:28:34.116Z | Documenting highway v1.1.0 |
2909 | 2024-03-01T22:28:34.373Z | Documenting opaque-debug v0.3.0 |
2910 | 2024-03-01T22:28:34.551Z | Documenting oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2911 | 2024-03-01T22:28:34.723Z | Documenting compact_str v0.7.1 |
2912 | 2024-03-01T22:28:37.384Z | Documenting poly1305 v0.8.0 |
2913 | 2024-03-01T22:28:39.155Z | Documenting oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2914 | 2024-03-01T22:28:39.672Z | Documenting ref-cast v1.0.20 |
2915 | 2024-03-01T22:28:39.924Z | Documenting curve25519-dalek v4.1.1 |
2916 | 2024-03-01T22:28:40.263Z | Documenting derive_builder v0.12.0 |
2917 | 2024-03-01T22:28:40.414Z | Documenting thiserror-no-std v2.0.2 |
2918 | 2024-03-01T22:28:42.718Z | Documenting key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2919 | 2024-03-01T22:28:43.167Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2920 | 2024-03-01T22:28:43.409Z | Documenting db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
2921 | 2024-03-01T22:28:44.576Z | Documenting oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2922 | 2024-03-01T22:28:46.616Z | Documenting ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2923 | 2024-03-01T22:28:49.567Z | Documenting mg-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/mg-admin-client) |
2924 | 2024-03-01T22:28:50.144Z | Documenting propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=488a70c644e332dae98447292a95e45074c8107c#488a70c6) |
2925 | 2024-03-01T22:28:53.523Z | Documenting portable-atomic v1.4.3 |
2926 | 2024-03-01T22:28:56.786Z | Documenting ed25519 v1.5.3 |
2927 | 2024-03-01T22:28:57.461Z | Documenting polar-core v0.27.0 |
2928 | 2024-03-01T22:28:58.131Z | Documenting libxml v0.3.3 |
2929 | 2024-03-01T22:28:59.974Z | Documenting wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
2930 | 2024-03-01T22:29:04.465Z | Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2931 | 2024-03-01T22:29:05.674Z | Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
2932 | 2024-03-01T22:29:06.164Z | Documenting oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
2933 | 2024-03-01T22:29:06.516Z | Documenting nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
2934 | 2024-03-01T22:29:06.994Z | Documenting crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=796dce526dd7ed7b52a0429a486ccba4a9da1ce5#796dce52) |
2935 | 2024-03-01T22:29:08.202Z | Documenting chacha20 v0.9.1 |
2936 | 2024-03-01T22:29:08.460Z | Documenting bb8 v0.8.3 |
2937 | 2024-03-01T22:29:08.492Z | Documenting lru v0.12.1 |
2938 | 2024-03-01T22:29:14.235Z | Documenting aead v0.5.2 |
2939 | 2024-03-01T22:29:14.470Z | Documenting quick-xml v0.30.0 |
2940 | 2024-03-01T22:29:14.660Z | Documenting impl-trait-for-tuples v0.2.2 |
2941 | 2024-03-01T22:29:16.148Z | Documenting stability v0.1.1 |
2942 | 2024-03-01T22:29:17.165Z | Documenting oso-derive v0.27.0 |
2943 | 2024-03-01T22:29:18.948Z | Documenting number_prefix v0.4.0 |
2944 | 2024-03-01T22:29:29.102Z | Documenting maplit v1.0.2 |
2945 | 2024-03-01T22:29:29.241Z | Documenting glob v0.3.1 |
2946 | 2024-03-01T22:29:29.286Z | Documenting cassowary v0.3.0 |
2947 | 2024-03-01T22:29:29.319Z | Documenting chacha20poly1305 v0.10.1 |
2948 | 2024-03-01T22:29:29.494Z | Documenting nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
2949 | 2024-03-01T22:29:29.560Z | Documenting samael v0.0.14 (https://github.com/oxidecomputer/samael?branch=oxide/omicron#9e609a8f) |
2950 | 2024-03-01T22:29:29.771Z | Documenting wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
2951 | 2024-03-01T22:29:30.013Z | Documenting indicatif v0.17.8 |
2952 | 2024-03-01T22:29:33.944Z | Documenting oso v0.27.0 |
2953 | 2024-03-01T22:29:34.221Z | Documenting sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2954 | 2024-03-01T22:29:34.485Z | Documenting ratatui v0.26.1 |
2955 | 2024-03-01T22:29:35.707Z | Documenting async-bb8-diesel v0.1.0 (https://github.com/oxidecomputer/async-bb8-diesel?rev=ed7ab5ef0513ba303d33efd41d3e9e381169d59b#ed7ab5ef) |
2956 | 2024-03-01T22:29:46.541Z | Documenting salty v0.2.0 |
2957 | 2024-03-01T22:29:46.719Z | Documenting vsss-rs v3.3.4 |
2958 | 2024-03-01T22:29:48.011Z | Documenting authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
2959 | 2024-03-01T22:29:48.342Z | Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
2960 | 2024-03-01T22:29:48.772Z | Documenting ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
2961 | 2024-03-01T22:29:48.781Z | Documenting hubpack v0.1.0 (https://github.com/cbiffle/hubpack?rev=df08cc3a6e1f97381cd0472ae348e310f0119e25#df08cc3a) |
2962 | 2024-03-01T22:29:49.402Z | Documenting nix v0.26.2 (https://github.com/jgallagher/nix?branch=r0.26-illumos#c1a3636d) |
2963 | 2024-03-01T22:29:50.227Z | Documenting cookie v0.18.0 |
2964 | 2024-03-01T22:29:50.882Z | Documenting diesel-dtrace v0.3.0 (https://github.com/oxidecomputer/diesel-dtrace?branch=main#62ef5ca0) |
2965 | 2024-03-01T22:29:53.324Z | Documenting bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2966 | 2024-03-01T22:29:54.443Z | Documenting tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
2967 | 2024-03-01T22:29:54.617Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
2968 | 2024-03-01T22:29:54.898Z | Documenting serde-big-array v0.5.1 |
2969 | 2024-03-01T22:29:56.045Z | Documenting rtoolbox v0.0.1 |
2970 | 2024-03-01T22:29:56.102Z | Documenting is_ci v1.2.0 |
2971 | 2024-03-01T22:29:58.750Z | Documenting humantime v2.1.0 |
2972 | 2024-03-01T22:29:59.440Z | Documenting unicode-linebreak v0.1.5 |
2973 | 2024-03-01T22:29:59.633Z | Documenting smawk v0.3.1 |
2974 | 2024-03-01T22:30:00.855Z | Documenting http-range v0.1.5 |
2975 | 2024-03-01T22:30:01.277Z | Documenting rpassword v7.3.1 |
2976 | 2024-03-01T22:30:02.805Z | Documenting supports-color v3.0.0 |
2977 | 2024-03-01T22:30:03.306Z | Documenting gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e) |
2978 | 2024-03-01T22:30:03.807Z | Documenting bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2979 | 2024-03-01T22:30:04.293Z | Documenting textwrap v0.16.1 |
2980 | 2024-03-01T22:30:05.796Z | Documenting hyper-staticfile v0.9.5 |
2981 | 2024-03-01T22:30:06.414Z | Documenting sprockets-common v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef) |
2982 | 2024-03-01T22:30:07.515Z | Documenting tui-tree-widget v0.17.0 |
2983 | 2024-03-01T22:30:09.519Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
2984 | 2024-03-01T22:30:11.272Z | Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
2985 | 2024-03-01T22:30:11.545Z | Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
2986 | 2024-03-01T22:30:12.305Z | Documenting update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
2987 | 2024-03-01T22:30:13.346Z | Documenting rcgen v0.12.1 |
2988 | 2024-03-01T22:30:13.714Z | Documenting nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
2989 | 2024-03-01T22:30:14.215Z | Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
2990 | 2024-03-01T22:30:14.573Z | Documenting atomicwrites v0.4.3 |
2991 | 2024-03-01T22:30:20.358Z | Documenting signal-hook-tokio v0.3.1 |
2992 | 2024-03-01T22:30:20.358Z | Documenting memmap2 v0.7.1 |
2993 | 2024-03-01T22:30:20.439Z | Documenting subprocess v0.2.9 |
2994 | 2024-03-01T22:30:21.480Z | Documenting constant_time_eq v0.3.0 |
2995 | 2024-03-01T22:30:21.788Z | Documenting arrayvec v0.7.4 |
2996 | 2024-03-01T22:30:24.632Z | Documenting corncobs v0.1.3 |
2997 | 2024-03-01T22:30:24.728Z | Documenting shell-words v1.1.0 |
2998 | 2024-03-01T22:30:25.099Z | Documenting arrayref v0.3.7 |
2999 | 2024-03-01T22:30:25.870Z | Documenting omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
3000 | 2024-03-01T22:30:27.842Z | Documenting sprockets-rot v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef) |
3001 | 2024-03-01T22:30:28.154Z | Documenting blake3 v1.5.0 |
3002 | 2024-03-01T22:30:28.861Z | Documenting omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
3003 | 2024-03-01T22:30:29.439Z | Documenting wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
3004 | 2024-03-01T22:30:30.644Z | Documenting nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
3005 | 2024-03-01T22:30:32.434Z | Documenting omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
3006 | 2024-03-01T22:30:32.459Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
3007 | 2024-03-01T22:30:32.794Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
3008 | 2024-03-01T22:30:33.779Z | Documenting oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
3009 | 2024-03-01T22:30:47.747Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
3010 | 2024-03-01T22:30:47.992Z | Documenting nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
3011 | 2024-03-01T22:30:49.491Z | Documenting crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=796dce526dd7ed7b52a0429a486ccba4a9da1ce5#796dce52) |
3012 | 2024-03-01T22:30:54.275Z | Documenting fatfs v0.3.6 |
3013 | 2024-03-01T22:30:54.761Z | Documenting nanorand v0.7.0 |
3014 | 2024-03-01T22:30:55.940Z | warning: unclosed HTML tag `usize` |
3015 | 2024-03-01T22:30:55.940Z | --> wicket/src/ui/panes/update.rs:153:19 |
3016 | 2024-03-01T22:30:55.941Z | | |
3017 | 2024-03-01T22:30:55.941Z | 153 | /// TODO: The <usize> generic parameter is carried over from earlier versions |
3018 | 2024-03-01T22:30:55.941Z | | ^^^^^^^ |
3019 | 2024-03-01T22:30:55.941Z | | |
3020 | 2024-03-01T22:30:55.941Z | = note: `#[warn(rustdoc::invalid_html_tags)]` on by default |
3021 | 2024-03-01T22:30:55.941Z | |
3022 | 2024-03-01T22:30:56.020Z | Documenting nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
3023 | 2024-03-01T22:30:57.315Z | warning: `wicket` (lib doc) generated 1 warning |
3024 | 2024-03-01T22:30:57.319Z | Documenting topological-sort v0.2.2 |
3025 | 2024-03-01T22:30:59.038Z | Documenting assert_matches v1.5.0 |
3026 | 2024-03-01T22:31:00.104Z | Documenting flume v0.11.0 |
3027 | 2024-03-01T22:31:00.488Z | Documenting wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
3028 | 2024-03-01T22:31:00.889Z | Documenting sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
3029 | 2024-03-01T22:31:02.152Z | Documenting omicron-zone-package v0.11.0 |
3030 | 2024-03-01T22:31:05.030Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
3031 | 2024-03-01T22:31:05.580Z | Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
3032 | 2024-03-01T22:31:06.549Z | Documenting installinator-artifact-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-artifact-client) |
3033 | 2024-03-01T22:31:07.214Z | Documenting installinator-artifactd v0.1.0 (/work/oxidecomputer/omicron/installinator-artifactd) |
3034 | 2024-03-01T22:31:17.484Z | Checking installinator-artifact-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-artifact-client) |
3035 | 2024-03-01T22:31:19.227Z | Checking installinator-artifactd v0.1.0 (/work/oxidecomputer/omicron/installinator-artifactd) |
3036 | 2024-03-01T22:31:20.030Z | Documenting termios v0.3.3 |
3037 | 2024-03-01T22:31:22.159Z | warning: unresolved link to `propolis_client::api::InstanceStateMonitorResponse` |
3038 | 2024-03-01T22:31:22.159Z | --> sled-agent/src/sim/instance.rs:46:7 |
3039 | 2024-03-01T22:31:22.159Z | | |
3040 | 2024-03-01T22:31:22.159Z | 46 | /// [`propolis_client::api::InstanceStateMonitorResponse`]. Transition requests |
3041 | 2024-03-01T22:31:22.160Z | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no item named `api` in module `propolis_client` |
3042 | 2024-03-01T22:31:22.160Z | | |
3043 | 2024-03-01T22:31:22.160Z | = note: `#[warn(rustdoc::broken_intra_doc_links)]` on by default |
3044 | 2024-03-01T22:31:22.160Z | |
3045 | 2024-03-01T22:31:24.824Z | Documenting installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
3046 | 2024-03-01T22:31:25.193Z | Documenting gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli) |
3047 | 2024-03-01T22:31:25.742Z | warning: `omicron-sled-agent` (lib doc) generated 1 warning |
3048 | 2024-03-01T22:31:29.188Z | Documenting wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
3049 | 2024-03-01T22:31:31.180Z | Documenting gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
3050 | 2024-03-01T22:31:45.954Z | Documenting omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
3051 | 2024-03-01T22:32:00.140Z | Documenting crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed) |
3052 | 2024-03-01T22:32:00.963Z | Documenting tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous) |
3053 | 2024-03-01T22:32:09.486Z | warning: unresolved link to `test_sled_transitions` |
3054 | 2024-03-01T22:32:09.486Z | --> nexus/db-queries/src/db/datastore/sled.rs:575:11 |
3055 | 2024-03-01T22:32:09.486Z | | |
3056 | 2024-03-01T22:32:09.486Z | 575 | /// [`test_sled_transitions`]. |
3057 | 2024-03-01T22:32:09.486Z | | ^^^^^^^^^^^^^^^^^^^^^ no item named `test_sled_transitions` in scope |
3058 | 2024-03-01T22:32:09.487Z | | |
3059 | 2024-03-01T22:32:09.487Z | = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` |
3060 | 2024-03-01T22:32:09.487Z | = note: `#[warn(rustdoc::broken_intra_doc_links)]` on by default |
3061 | 2024-03-01T22:32:09.487Z | |
3062 | 2024-03-01T22:32:09.501Z | warning: unresolved link to `test_sled_transitions` |
3063 | 2024-03-01T22:32:09.502Z | --> nexus/db-queries/src/db/datastore/sled.rs:611:11 |
3064 | 2024-03-01T22:32:09.502Z | | |
3065 | 2024-03-01T22:32:09.502Z | 611 | /// [`test_sled_transitions`]. |
3066 | 2024-03-01T22:32:09.502Z | | ^^^^^^^^^^^^^^^^^^^^^ no item named `test_sled_transitions` in scope |
3067 | 2024-03-01T22:32:09.502Z | | |
3068 | 2024-03-01T22:32:09.502Z | = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` |
3069 | 2024-03-01T22:32:09.503Z | |
3070 | 2024-03-01T22:32:09.503Z | warning: unresolved link to `DataStore::update_tuf_repo_description_insert` |
3071 | 2024-03-01T22:32:09.503Z | --> nexus/db-queries/src/db/datastore/update.rs:28:27 |
3072 | 2024-03-01T22:32:09.503Z | | |
3073 | 2024-03-01T22:32:09.503Z | 28 | /// The return value of [`DataStore::update_tuf_repo_description_insert`]. |
3074 | 2024-03-01T22:32:09.503Z | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the struct `DataStore` has no field or associated item named `update_tuf_repo_description_insert` |
3075 | 2024-03-01T22:32:09.504Z | |
3076 | 2024-03-01T22:32:09.995Z | Documenting internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns-cli) |
3077 | 2024-03-01T22:32:16.248Z | Documenting caboose-util v0.1.0 (/work/oxidecomputer/omicron/caboose-util) |
3078 | 2024-03-01T22:32:16.588Z | Documenting zone-network-setup v0.1.0 (/work/oxidecomputer/omicron/zone-network-setup) |
3079 | 2024-03-01T22:32:16.838Z | Documenting oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
3080 | 2024-03-01T22:32:20.113Z | Documenting nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
3081 | 2024-03-01T22:32:24.795Z | Documenting omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
3082 | 2024-03-01T22:32:27.293Z | warning: `nexus-db-queries` (lib doc) generated 3 warnings |
3083 | 2024-03-01T22:32:27.310Z | Documenting nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
3084 | 2024-03-01T22:32:53.727Z | Documenting omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
3085 | 2024-03-01T22:33:45.280Z | warning: unresolved link to `VolumeConstructionRequest` |
3086 | 2024-03-01T22:33:45.280Z | --> nexus/src/app/sagas/volume_delete.rs:338:7 |
3087 | 2024-03-01T22:33:45.281Z | | |
3088 | 2024-03-01T22:33:45.281Z | 338 | /// [`VolumeConstructionRequest`] is shown here): |
3089 | 2024-03-01T22:33:45.281Z | | ^^^^^^^^^^^^^^^^^^^^^^^^^ no item named `VolumeConstructionRequest` in scope |
3090 | 2024-03-01T22:33:45.281Z | | |
3091 | 2024-03-01T22:33:45.281Z | = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` |
3092 | 2024-03-01T22:33:45.281Z | = note: `#[warn(rustdoc::broken_intra_doc_links)]` on by default |
3093 | 2024-03-01T22:33:45.281Z | |
3094 | 2024-03-01T22:33:45.286Z | warning: unresolved link to `fd00:1122:3344:101::5` |
3095 | 2024-03-01T22:33:45.286Z | --> nexus/src/app/sagas/volume_delete.rs:348:17 |
3096 | 2024-03-01T22:33:45.286Z | | |
3097 | 2024-03-01T22:33:45.286Z | 348 | /// "[fd00:1122:3344:101::5]:1000", |
3098 | 2024-03-01T22:33:45.286Z | | ^^^^^^^^^^^^^^^^^^^^^ no item named `fd00:1122:3344:101` in scope |
3099 | 2024-03-01T22:33:45.286Z | |
3100 | 2024-03-01T22:33:45.286Z | warning: unresolved link to `fd00:1122:3344:102::9` |
3101 | 2024-03-01T22:33:45.286Z | --> nexus/src/app/sagas/volume_delete.rs:349:17 |
3102 | 2024-03-01T22:33:45.287Z | | |
3103 | 2024-03-01T22:33:45.287Z | 349 | /// "[fd00:1122:3344:102::9]:1000", |
3104 | 2024-03-01T22:33:45.287Z | | ^^^^^^^^^^^^^^^^^^^^^ no item named `fd00:1122:3344:102` in scope |
3105 | 2024-03-01T22:33:45.287Z | |
3106 | 2024-03-01T22:33:45.287Z | warning: unresolved link to `fd00:1122:3344:103::2` |
3107 | 2024-03-01T22:33:45.287Z | --> nexus/src/app/sagas/volume_delete.rs:350:17 |
3108 | 2024-03-01T22:33:45.287Z | | |
3109 | 2024-03-01T22:33:45.287Z | 350 | /// "[fd00:1122:3344:103::2]:1000" |
3110 | 2024-03-01T22:33:45.287Z | | ^^^^^^^^^^^^^^^^^^^^^ no item named `fd00:1122:3344:103` in scope |
3111 | 2024-03-01T22:33:45.287Z | |
3112 | 2024-03-01T22:33:45.287Z | warning: unresolved link to `fd00:1122:3344:101::5` |
3113 | 2024-03-01T22:33:45.287Z | --> nexus/src/app/sagas/volume_delete.rs:369:17 |
3114 | 2024-03-01T22:33:45.287Z | | |
3115 | 2024-03-01T22:33:45.287Z | 369 | /// "[fd00:1122:3344:101::5]:1001", <-- port changed |
3116 | 2024-03-01T22:33:45.287Z | | ^^^^^^^^^^^^^^^^^^^^^ no item named `fd00:1122:3344:101` in scope |
3117 | 2024-03-01T22:33:45.287Z | |
3118 | 2024-03-01T22:33:45.287Z | warning: unresolved link to `fd00:1122:3344:102::9` |
3119 | 2024-03-01T22:33:45.287Z | --> nexus/src/app/sagas/volume_delete.rs:370:17 |
3120 | 2024-03-01T22:33:45.287Z | | |
3121 | 2024-03-01T22:33:45.287Z | 370 | /// "[fd00:1122:3344:102::9]:1001", <-- port changed |
3122 | 2024-03-01T22:33:45.287Z | | ^^^^^^^^^^^^^^^^^^^^^ no item named `fd00:1122:3344:102` in scope |
3123 | 2024-03-01T22:33:45.287Z | |
3124 | 2024-03-01T22:33:45.287Z | warning: unresolved link to `fd00:1122:3344:103::2` |
3125 | 2024-03-01T22:33:45.288Z | --> nexus/src/app/sagas/volume_delete.rs:371:17 |
3126 | 2024-03-01T22:33:45.288Z | | |
3127 | 2024-03-01T22:33:45.288Z | 371 | /// "[fd00:1122:3344:103::2]:1001" <-- port changed |
3128 | 2024-03-01T22:33:45.288Z | | ^^^^^^^^^^^^^^^^^^^^^ no item named `fd00:1122:3344:103` in scope |
3129 | 2024-03-01T22:33:45.288Z | |
3130 | 2024-03-01T22:33:48.495Z | warning: `omicron-nexus` (lib doc) generated 7 warnings |
3131 | 2024-03-01T22:34:11.720Z | Finished dev [unoptimized + debuginfo] target(s) in 13m 12s |
3132 | 2024-03-01T22:34:11.795Z | Generated /work/oxidecomputer/omicron/target/doc/authz_macros/index.html |
3133 | 2024-03-01T22:34:11.795Z | Generated /work/oxidecomputer/omicron/target/doc/bootstore/index.html |
3134 | 2024-03-01T22:34:11.795Z | Generated /work/oxidecomputer/omicron/target/doc/bootstrap_agent_client/index.html |
3135 | 2024-03-01T22:34:11.795Z | Generated /work/oxidecomputer/omicron/target/doc/caboose_util/index.html |
3136 | 2024-03-01T22:34:11.795Z | Generated /work/oxidecomputer/omicron/target/doc/crdb_seed/index.html |
3137 | 2024-03-01T22:34:11.801Z | Generated /work/oxidecomputer/omicron/target/doc/db_macros/index.html |
3138 | 2024-03-01T22:34:11.801Z | Generated /work/oxidecomputer/omicron/target/doc/ddm_admin_client/index.html |
3139 | 2024-03-01T22:34:11.802Z | Generated /work/oxidecomputer/omicron/target/doc/dns_server/index.html |
3140 | 2024-03-01T22:34:11.802Z | Generated /work/oxidecomputer/omicron/target/doc/apigen/index.html |
3141 | 2024-03-01T22:34:11.802Z | Generated /work/oxidecomputer/omicron/target/doc/dns_db_dump/index.html |
3142 | 2024-03-01T22:34:11.802Z | Generated /work/oxidecomputer/omicron/target/doc/dnsadm/index.html |
3143 | 2024-03-01T22:34:11.802Z | Generated /work/oxidecomputer/omicron/target/doc/dns_service_client/index.html |
3144 | 2024-03-01T22:34:11.802Z | Generated /work/oxidecomputer/omicron/target/doc/dpd_client/index.html |
3145 | 2024-03-01T22:34:11.802Z | Generated /work/oxidecomputer/omicron/target/doc/gateway_cli/index.html |
3146 | 2024-03-01T22:34:11.802Z | Generated /work/oxidecomputer/omicron/target/doc/gateway_client/index.html |
3147 | 2024-03-01T22:34:11.802Z | Generated /work/oxidecomputer/omicron/target/doc/gateway_test_utils/index.html |
3148 | 2024-03-01T22:34:11.802Z | Generated /work/oxidecomputer/omicron/target/doc/illumos_utils/index.html |
3149 | 2024-03-01T22:34:11.802Z | Generated /work/oxidecomputer/omicron/target/doc/installinator/index.html |
3150 | 2024-03-01T22:34:11.802Z | Generated /work/oxidecomputer/omicron/target/doc/installinator_artifact_client/index.html |
3151 | 2024-03-01T22:34:11.802Z | Generated /work/oxidecomputer/omicron/target/doc/installinator_artifactd/index.html |
3152 | 2024-03-01T22:34:11.803Z | Generated /work/oxidecomputer/omicron/target/doc/installinator_common/index.html |
3153 | 2024-03-01T22:34:11.803Z | Generated /work/oxidecomputer/omicron/target/doc/internal_dns/index.html |
3154 | 2024-03-01T22:34:11.803Z | Generated /work/oxidecomputer/omicron/target/doc/dnswait/index.html |
3155 | 2024-03-01T22:34:11.803Z | Generated /work/oxidecomputer/omicron/target/doc/ipcc/index.html |
3156 | 2024-03-01T22:34:11.803Z | Generated /work/oxidecomputer/omicron/target/doc/key_manager/index.html |
3157 | 2024-03-01T22:34:11.803Z | Generated /work/oxidecomputer/omicron/target/doc/mg_admin_client/index.html |
3158 | 2024-03-01T22:34:11.803Z | Generated /work/oxidecomputer/omicron/target/doc/nexus_client/index.html |
3159 | 2024-03-01T22:34:11.803Z | Generated /work/oxidecomputer/omicron/target/doc/nexus_db_model/index.html |
3160 | 2024-03-01T22:34:11.803Z | Generated /work/oxidecomputer/omicron/target/doc/nexus_db_queries/index.html |
3161 | 2024-03-01T22:34:11.803Z | Generated /work/oxidecomputer/omicron/target/doc/nexus_defaults/index.html |
3162 | 2024-03-01T22:34:11.803Z | Generated /work/oxidecomputer/omicron/target/doc/nexus_inventory/index.html |
3163 | 2024-03-01T22:34:11.803Z | Generated /work/oxidecomputer/omicron/target/doc/nexus_macros_common/index.html |
3164 | 2024-03-01T22:34:11.804Z | Generated /work/oxidecomputer/omicron/target/doc/nexus_reconfigurator_execution/index.html |
3165 | 2024-03-01T22:34:11.804Z | Generated /work/oxidecomputer/omicron/target/doc/nexus_reconfigurator_planning/index.html |
3166 | 2024-03-01T22:34:11.804Z | Generated /work/oxidecomputer/omicron/target/doc/nexus_types/index.html |
3167 | 2024-03-01T22:34:11.804Z | Generated /work/oxidecomputer/omicron/target/doc/omicron_certificates/index.html |
3168 | 2024-03-01T22:34:11.804Z | Generated /work/oxidecomputer/omicron/target/doc/omicron_common/index.html |
3169 | 2024-03-01T22:34:11.804Z | Generated /work/oxidecomputer/omicron/target/doc/omicron_gateway/index.html |
3170 | 2024-03-01T22:34:11.804Z | Generated /work/oxidecomputer/omicron/target/doc/omicron_nexus/index.html |
3171 | 2024-03-01T22:34:11.804Z | Generated /work/oxidecomputer/omicron/target/doc/schema_updater/index.html |
3172 | 2024-03-01T22:34:11.804Z | Generated /work/oxidecomputer/omicron/target/doc/omicron_package/index.html |
3173 | 2024-03-01T22:34:11.804Z | Generated /work/oxidecomputer/omicron/target/doc/omicron_passwords/index.html |
3174 | 2024-03-01T22:34:11.804Z | Generated /work/oxidecomputer/omicron/target/doc/omicron_rpaths/index.html |
3175 | 2024-03-01T22:34:11.804Z | Generated /work/oxidecomputer/omicron/target/doc/omicron_sled_agent/index.html |
3176 | 2024-03-01T22:34:11.804Z | Generated /work/oxidecomputer/omicron/target/doc/services_ledger_check_migrate/index.html |
3177 | 2024-03-01T22:34:11.804Z | Generated /work/oxidecomputer/omicron/target/doc/zone_bundle/index.html |
3178 | 2024-03-01T22:34:11.804Z | Generated /work/oxidecomputer/omicron/target/doc/omicron_test_utils/index.html |
3179 | 2024-03-01T22:34:11.805Z | Generated /work/oxidecomputer/omicron/target/doc/omicron_uuid_kinds/index.html |
3180 | 2024-03-01T22:34:11.805Z | Generated /work/oxidecomputer/omicron/target/doc/oxide_client/index.html |
3181 | 2024-03-01T22:34:11.805Z | Generated /work/oxidecomputer/omicron/target/doc/oximeter/index.html |
3182 | 2024-03-01T22:34:11.805Z | Generated /work/oxidecomputer/omicron/target/doc/oximeter_client/index.html |
3183 | 2024-03-01T22:34:11.805Z | Generated /work/oxidecomputer/omicron/target/doc/oximeter_collector/index.html |
3184 | 2024-03-01T22:34:11.805Z | Generated /work/oxidecomputer/omicron/target/doc/clickhouse_schema_updater/index.html |
3185 | 2024-03-01T22:34:11.805Z | Generated /work/oxidecomputer/omicron/target/doc/oximeter/index.html |
3186 | 2024-03-01T22:34:11.805Z | Generated /work/oxidecomputer/omicron/target/doc/oximeter_db/index.html |
3187 | 2024-03-01T22:34:11.805Z | Generated /work/oxidecomputer/omicron/target/doc/oximeter_instruments/index.html |
3188 | 2024-03-01T22:34:11.805Z | Generated /work/oxidecomputer/omicron/target/doc/oximeter_macro_impl/index.html |
3189 | 2024-03-01T22:34:11.805Z | Generated /work/oxidecomputer/omicron/target/doc/oximeter_producer/index.html |
3190 | 2024-03-01T22:34:11.805Z | Generated /work/oxidecomputer/omicron/target/doc/oxlog/index.html |
3191 | 2024-03-01T22:34:11.805Z | Generated /work/oxidecomputer/omicron/target/doc/sled_agent_client/index.html |
3192 | 2024-03-01T22:34:11.805Z | Generated /work/oxidecomputer/omicron/target/doc/sled_hardware/index.html |
3193 | 2024-03-01T22:34:11.806Z | Generated /work/oxidecomputer/omicron/target/doc/sled_storage/index.html |
3194 | 2024-03-01T22:34:11.806Z | Generated /work/oxidecomputer/omicron/target/doc/sp_sim/index.html |
3195 | 2024-03-01T22:34:11.806Z | Generated /work/oxidecomputer/omicron/target/doc/tufaceous/index.html |
3196 | 2024-03-01T22:34:11.806Z | Generated /work/oxidecomputer/omicron/target/doc/tufaceous_lib/index.html |
3197 | 2024-03-01T22:34:11.806Z | Generated /work/oxidecomputer/omicron/target/doc/update_common/index.html |
3198 | 2024-03-01T22:34:11.806Z | Generated /work/oxidecomputer/omicron/target/doc/update_engine/index.html |
3199 | 2024-03-01T22:34:11.806Z | Generated /work/oxidecomputer/omicron/target/doc/wicket/index.html |
3200 | 2024-03-01T22:34:11.806Z | Generated /work/oxidecomputer/omicron/target/doc/wicket_common/index.html |
3201 | 2024-03-01T22:34:11.806Z | Generated /work/oxidecomputer/omicron/target/doc/wicket_dbg/index.html |
3202 | 2024-03-01T22:34:11.806Z | Generated /work/oxidecomputer/omicron/target/doc/wicket_dbg_server/index.html |
3203 | 2024-03-01T22:34:11.806Z | Generated /work/oxidecomputer/omicron/target/doc/wicketd/index.html |
3204 | 2024-03-01T22:34:11.806Z | Generated /work/oxidecomputer/omicron/target/doc/wicketd_client/index.html |
3205 | 2024-03-01T22:34:11.806Z | Generated /work/oxidecomputer/omicron/target/doc/zone_networking/index.html |
3206 | 2024-03-01T22:34:11.824Z | |
3207 | 2024-03-01T22:34:11.828Z | real 13:12.299856231 |
3208 | 2024-03-01T22:34:11.828Z | user 32:30.837541896 |
3209 | 2024-03-01T22:34:11.828Z | sys 52:55.563189181 |
3210 | 2024-03-01T22:34:11.828Z | trap 0.849252730 |
3211 | 2024-03-01T22:34:11.828Z | tflt 0.596726518 |
3212 | 2024-03-01T22:34:11.828Z | dflt 0.246393255 |
3213 | 2024-03-01T22:34:11.828Z | kflt 0.000099432 |
3214 | 2024-03-01T22:34:11.828Z | lock 3:25:59.157835101 |
3215 | 2024-03-01T22:34:11.828Z | slp 3:24:34.571629194 |
3216 | 2024-03-01T22:34:11.828Z | lat 3:58.899334470 |
3217 | 2024-03-01T22:34:11.829Z | stop 1:33.023904603 |
3218 | 2024-03-01T22:34:11.829Z | process exited: duration 1366962 ms, exit code 0 |
|
3219 | 2024-03-01T22:34:11.837Z | found 0 output files |