|
|
|
1 | 2023-10-24T20:37:22.027Z | job assigned to worker 01HDHPDM4796HM4B42AEVV27FN (queued for 1 m 28 s) |
|
2 | 2023-10-24T20:37:23.508Z | starting task 0: "setup" |
3 | 2023-10-24T20:37:23.578Z | ++ uname -s |
4 | 2023-10-24T20:37:23.597Z | + kern=SunOS |
5 | 2023-10-24T20:37:23.608Z | + case "$kern" in |
6 | 2023-10-24T20:37:23.613Z | + groupadd -g 12345 build |
7 | 2023-10-24T20:37:23.618Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
8 | 2023-10-24T20:37:25.592Z | + zfs create -o mountpoint=/work rpool/work |
9 | 2023-10-24T20:37:25.690Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
10 | 2023-10-24T20:37:25.693Z | + home_fs=zfs |
11 | 2023-10-24T20:37:25.696Z | + [[ zfs == autofs ]] |
12 | 2023-10-24T20:37:25.698Z | + mkdir -p /home/build |
13 | 2023-10-24T20:37:25.701Z | + chown build:build /home/build /work |
14 | 2023-10-24T20:37:27.699Z | + chmod 0700 /home/build /work |
15 | 2023-10-24T20:37:27.702Z | process exited: duration 4188 ms, exit code 0 |
|
16 | 2023-10-24T20:37:27.708Z | starting task 1: "rust-toolchain" |
17 | 2023-10-24T20:37:27.720Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
18 | 2023-10-24T20:37:27.723Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.72.1 --profile default |
19 | 2023-10-24T20:37:27.896Z | info: downloading installer |
20 | 2023-10-24T20:37:29.715Z | warning: it looks like you have an existing installation of Rust at: |
21 | 2023-10-24T20:37:29.719Z | warning: /opt/ooce/bin |
22 | 2023-10-24T20:37:29.722Z | warning: It is recommended that rustup be the primary Rust installation. |
23 | 2023-10-24T20:37:29.724Z | warning: Otherwise you may have confusion unless you are careful with your PATH |
24 | 2023-10-24T20:37:29.727Z | warning: If you are sure that you want both rustup and your already installed Rust |
25 | 2023-10-24T20:37:29.730Z | warning: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes |
26 | 2023-10-24T20:37:29.733Z | warning: or pass `-y' to ignore all ignorable checks. |
27 | 2023-10-24T20:37:29.736Z | error: cannot install while Rust is installed |
28 | 2023-10-24T20:37:29.739Z | warning: continuing (because the -y flag is set and the error is ignorable) |
29 | 2023-10-24T20:37:29.802Z | info: profile set to 'default' |
30 | 2023-10-24T20:37:29.805Z | info: default host triple is x86_64-unknown-illumos |
31 | 2023-10-24T20:37:29.808Z | info: syncing channel updates for '1.72.1-x86_64-unknown-illumos' |
32 | 2023-10-24T20:37:30.000Z | info: latest update on 2023-09-19, rust version 1.72.1 (d5c2e9c34 2023-09-13) |
33 | 2023-10-24T20:37:30.005Z | info: downloading component 'cargo' |
34 | 2023-10-24T20:37:30.932Z | info: downloading component 'clippy' |
35 | 2023-10-24T20:37:31.266Z | info: downloading component 'rust-docs' |
36 | 2023-10-24T20:37:32.396Z | info: downloading component 'rust-std' |
37 | 2023-10-24T20:37:34.400Z | info: downloading component 'rustc' |
38 | 2023-10-24T20:37:39.061Z | info: downloading component 'rustfmt' |
39 | 2023-10-24T20:37:39.804Z | info: installing component 'cargo' |
40 | 2023-10-24T20:37:41.925Z | info: installing component 'clippy' |
41 | 2023-10-24T20:37:42.996Z | info: installing component 'rust-docs' |
42 | 2023-10-24T20:37:45.564Z | info: installing component 'rust-std' |
43 | 2023-10-24T20:37:49.808Z | info: installing component 'rustc' |
44 | 2023-10-24T20:38:00.402Z | info: installing component 'rustfmt' |
45 | 2023-10-24T20:38:00.864Z | info: default toolchain set to '1.72.1-x86_64-unknown-illumos' |
46 | 2023-10-24T20:38:00.869Z | |
47 | 2023-10-24T20:38:01.013Z | 1.72.1-x86_64-unknown-illumos installed - rustc 1.72.1 (d5c2e9c34 2023-09-13) |
48 | 2023-10-24T20:38:01.028Z | |
49 | 2023-10-24T20:38:01.043Z | |
50 | 2023-10-24T20:38:01.056Z | Rust is installed now. Great! |
51 | 2023-10-24T20:38:01.068Z | |
52 | 2023-10-24T20:38:01.079Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
53 | 2023-10-24T20:38:01.092Z | environment variable. This has not been done automatically. |
54 | 2023-10-24T20:38:01.105Z | |
55 | 2023-10-24T20:38:01.109Z | To configure your current shell, run: |
56 | 2023-10-24T20:38:01.518Z | source "$HOME/.cargo/env" |
57 | 2023-10-24T20:38:01.526Z | + rustc --version |
58 | 2023-10-24T20:38:01.535Z | rustc 1.72.1 (d5c2e9c34 2023-09-13) |
59 | 2023-10-24T20:38:01.545Z | process exited: duration 33504 ms, exit code 0 |
|
60 | 2023-10-24T20:38:01.978Z | starting task 2: "authentication" |
61 | 2023-10-24T20:38:02.030Z | process exited: duration 37 ms, exit code 0 |
|
62 | 2023-10-24T20:38:02.040Z | starting task 3: "clone repository" |
63 | 2023-10-24T20:38:02.052Z | + mkdir -p /work/oxidecomputer/omicron |
64 | 2023-10-24T20:38:02.055Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
65 | 2023-10-24T20:38:02.163Z | Cloning into '/work/oxidecomputer/omicron'... |
66 | 2023-10-24T20:38:08.952Z | + cd /work/oxidecomputer/omicron |
67 | 2023-10-24T20:38:08.955Z | + [[ -n improve-oximeter-error-reporting ]] |
68 | 2023-10-24T20:38:08.958Z | + git fetch origin improve-oximeter-error-reporting |
69 | 2023-10-24T20:38:09.289Z | From https://github.com/oxidecomputer/omicron |
70 | 2023-10-24T20:38:09.292Z | * branch improve-oximeter-error-reporting -> FETCH_HEAD |
71 | 2023-10-24T20:38:09.300Z | + git checkout -B improve-oximeter-error-reporting remotes/origin/improve-oximeter-error-reporting |
72 | 2023-10-24T20:38:09.394Z | Switched to a new branch 'improve-oximeter-error-reporting' |
73 | 2023-10-24T20:38:09.398Z | branch 'improve-oximeter-error-reporting' set up to track 'origin/improve-oximeter-error-reporting'. |
74 | 2023-10-24T20:38:09.401Z | + git reset --hard c1b28752080cab696126f1d104ce379ec0a0cf78 |
75 | 2023-10-24T20:38:09.543Z | HEAD is now at c1b28752 Improve comment around locking schema map |
76 | 2023-10-24T20:38:09.546Z | process exited: duration 7500 ms, exit code 0 |
|
77 | 2023-10-24T20:38:09.556Z | starting task 4: "build" |
78 | 2023-10-24T20:38:09.567Z | + cargo --version |
79 | 2023-10-24T20:38:09.654Z | cargo 1.72.1 (103a7ff2e 2023-08-15) |
80 | 2023-10-24T20:38:09.659Z | + rustc --version |
81 | 2023-10-24T20:38:09.757Z | rustc 1.72.1 (d5c2e9c34 2023-09-13) |
82 | 2023-10-24T20:38:09.761Z | + source ./env.sh |
83 | 2023-10-24T20:38:09.772Z | ++ set -o xtrace |
84 | 2023-10-24T20:38:10.197Z | ++++ dirname ./env.sh |
85 | 2023-10-24T20:38:10.201Z | +++ cd . |
86 | 2023-10-24T20:38:10.204Z | +++ echo /work/oxidecomputer/omicron |
87 | 2023-10-24T20:38:10.207Z | ++ OMICRON_WS=/work/oxidecomputer/omicron |
88 | 2023-10-24T20:38:10.210Z | ++ export PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
89 | 2023-10-24T20:38:10.213Z | ++ PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
90 | 2023-10-24T20:38:10.216Z | ++ 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 |
91 | 2023-10-24T20:38:10.219Z | ++ 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 |
92 | 2023-10-24T20:38:10.232Z | ++ 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 |
93 | 2023-10-24T20:38:10.239Z | ++ 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 |
94 | 2023-10-24T20:38:10.256Z | ++ 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 |
95 | 2023-10-24T20:38:10.264Z | ++ 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 |
96 | 2023-10-24T20:38:10.268Z | ++ unset OMICRON_WS |
97 | 2023-10-24T20:38:10.272Z | ++ set +o xtrace |
98 | 2023-10-24T20:38:10.275Z | |
99 | 2023-10-24T20:38:10.279Z | ##### ##### ###### ##### ###### #### # # # #### # |
100 | 2023-10-24T20:38:10.285Z | # # # # # # # # # # # # # # # |
101 | 2023-10-24T20:38:10.288Z | # # # # ##### # # ##### # # # # # #### # |
102 | 2023-10-24T20:38:10.292Z | ##### ##### # ##### # # # # # # # # # |
103 | 2023-10-24T20:38:10.295Z | # # # # # # # # # # # # # # # |
104 | 2023-10-24T20:38:10.297Z | # # # ###### # # ###### ### # #### # #### # |
105 | 2023-10-24T20:38:10.300Z | |
106 | 2023-10-24T20:38:21.056Z | Startup: Refreshing catalog 'helios-dev' ... Done |
107 | 2023-10-24T20:38:22.008Z | Startup: Caching catalogs ... Done |
108 | 2023-10-24T20:38:26.557Z | Planning: Solver setup ... Done (4.265s) |
109 | 2023-10-24T20:38:26.664Z | Planning: Running solver ... Done (0.108s) |
110 | 2023-10-24T20:38:26.715Z | Planning: Finding local manifests ... Done (0.003s) |
111 | 2023-10-24T20:38:26.730Z | Planning: Fetching manifests: 0/4 0% complete |
112 | 2023-10-24T20:38:27.488Z | Planning: Fetching manifests: 4/4 100% complete |
113 | 2023-10-24T20:38:27.551Z | Planning: Package planning ... Done (0.081s) |
114 | 2023-10-24T20:38:27.638Z | Planning: Merging actions ... Done (0.087s) |
115 | 2023-10-24T20:38:28.464Z | Planning: Checking for conflicting actions ... Done (0.825s) |
116 | 2023-10-24T20:38:28.481Z | Planning: Consolidating action changes ... Done (0.017s) |
117 | 2023-10-24T20:38:35.011Z | Planning: Evaluating mediators ... Done (6.529s) |
118 | 2023-10-24T20:38:35.026Z | Planning: Planning completed in 12.96 seconds |
119 | 2023-10-24T20:38:35.050Z | Packages to install: 4 |
120 | 2023-10-24T20:38:35.053Z | Mediators to change: 2 |
121 | 2023-10-24T20:38:35.056Z | Services to change: 1 |
122 | 2023-10-24T20:38:35.058Z | Estimated space available: 149.39 GB |
123 | 2023-10-24T20:38:35.061Z | Estimated space to be consumed: 1.37 GB |
124 | 2023-10-24T20:38:35.064Z | Create boot environment: No |
125 | 2023-10-24T20:38:35.067Z | Create backup boot environment: No |
126 | 2023-10-24T20:38:35.070Z | Rebuild boot archive: No |
127 | 2023-10-24T20:38:35.073Z | |
128 | 2023-10-24T20:38:35.076Z | Changed mediators: |
129 | 2023-10-24T20:38:35.079Z | mediator clang: |
130 | 2023-10-24T20:38:35.081Z | version: None -> 15 (system default) |
131 | 2023-10-24T20:38:35.084Z | |
132 | 2023-10-24T20:38:35.087Z | mediator llvm: |
133 | 2023-10-24T20:38:35.090Z | version: 14 (system default) -> 15 (system default) |
134 | 2023-10-24T20:38:35.093Z | |
135 | 2023-10-24T20:38:35.095Z | Changed packages: |
136 | 2023-10-24T20:38:35.098Z | helios-dev |
137 | 2023-10-24T20:38:35.101Z | developer/build-essential |
138 | 2023-10-24T20:38:35.104Z | None -> 11-2.0 |
139 | 2023-10-24T20:38:35.111Z | library/libxmlsec1 |
140 | 2023-10-24T20:38:35.114Z | None -> 1.2.35-2.0 |
141 | 2023-10-24T20:38:35.116Z | ooce/developer/clang-15 |
142 | 2023-10-24T20:38:35.119Z | None -> 15.0.7-2.0 |
143 | 2023-10-24T20:38:35.122Z | ooce/developer/llvm-15 |
144 | 2023-10-24T20:38:35.134Z | None -> 15.0.7-2.0 |
145 | 2023-10-24T20:38:35.138Z | |
146 | 2023-10-24T20:38:35.141Z | Services: |
147 | 2023-10-24T20:38:35.144Z | restart_fmri: |
148 | 2023-10-24T20:38:35.147Z | svc:/system/update-man-index:default |
149 | 2023-10-24T20:38:35.417Z | |
150 | 2023-10-24T20:38:35.420Z | Download: 0/3290 items 0.0/212.6MB 0% complete |
151 | 2023-10-24T20:38:40.417Z | Download: 1009/3290 items 17.2/212.6MB 8% complete (3.5M/s) |
152 | 2023-10-24T20:38:45.421Z | Download: 1304/3290 items 93.8/212.6MB 44% complete (9.6M/s) |
153 | 2023-10-24T20:38:50.621Z | Download: 2220/3290 items 118.6/212.6MB 55% complete (10.5M/s) |
154 | 2023-10-24T20:38:55.624Z | Download: 2947/3290 items 121.2/212.6MB 57% complete (2.2M/s) |
155 | 2023-10-24T20:39:00.630Z | Download: 3249/3290 items 203.1/212.6MB 95% complete (8.6M/s) |
156 | 2023-10-24T20:39:13.290Z | Download: 3289/3290 items 212.6/212.6MB 100% complete (9.0M/s) |
157 | 2023-10-24T20:39:13.333Z | Download: Completed 212.60 MB in 37.92 seconds (5.6M/s) |
158 | 2023-10-24T20:39:13.550Z | Actions: 1/3687 actions (Installing new actions) |
159 | 2023-10-24T20:39:18.581Z | Actions: 2477/3687 actions (Installing new actions) |
160 | 2023-10-24T20:39:21.833Z | Actions: Completed 3687 actions in 8.28 seconds. |
161 | 2023-10-24T20:39:21.995Z | Done (0.155s) |
162 | 2023-10-24T20:39:21.999Z | Done (0.000s) |
163 | 2023-10-24T20:39:22.197Z | Done (0.202s) |
164 | 2023-10-24T20:39:29.839Z | Done (7.528s) |
165 | 2023-10-24T20:39:30.053Z | Done (0.114s) |
166 | 2023-10-24T20:39:30.057Z | Done (0.000s) |
167 | 2023-10-24T20:39:30.276Z | Done (0.000s) |
168 | 2023-10-24T20:39:30.963Z | Planning: Evaluating mediator changes ... Done |
169 | 2023-10-24T20:39:31.245Z | Planning: Checking for conflicting actions ... Done |
170 | 2023-10-24T20:39:31.249Z | Planning: Consolidating action changes ... Done |
171 | 2023-10-24T20:39:31.693Z | Planning: Evaluating mediators ... Done |
172 | 2023-10-24T20:39:31.701Z | Planning: Planning completed in 0.73 seconds |
173 | 2023-10-24T20:39:31.744Z | Mediators to change: 2 |
174 | 2023-10-24T20:39:31.747Z | Create boot environment: No |
175 | 2023-10-24T20:39:31.749Z | Create backup boot environment: No |
176 | 2023-10-24T20:39:31.860Z | Done |
177 | 2023-10-24T20:39:31.876Z | Done |
178 | 2023-10-24T20:39:31.985Z | Done |
179 | 2023-10-24T20:39:37.800Z | Done |
180 | 2023-10-24T20:39:37.923Z | Done |
181 | 2023-10-24T20:39:37.926Z | Done |
182 | 2023-10-24T20:39:38.031Z | Done |
183 | 2023-10-24T20:39:39.042Z | Planning: Evaluating mediator changes ... Done |
184 | 2023-10-24T20:39:39.045Z | Planning: Merging actions ... Done |
185 | 2023-10-24T20:39:39.372Z | Planning: Checking for conflicting actions ... Done |
186 | 2023-10-24T20:39:39.375Z | Planning: Consolidating action changes ... Done |
187 | 2023-10-24T20:39:39.809Z | Planning: Evaluating mediators ... Done |
188 | 2023-10-24T20:39:39.903Z | Planning: Planning completed in 1.30 seconds |
189 | 2023-10-24T20:39:39.959Z | Packages to change: 1 |
190 | 2023-10-24T20:39:39.962Z | Mediators to change: 1 |
191 | 2023-10-24T20:39:39.965Z | Services to change: 1 |
192 | 2023-10-24T20:39:39.968Z | Create boot environment: No |
193 | 2023-10-24T20:39:39.971Z | Create backup boot environment: Yes |
194 | 2023-10-24T20:39:41.875Z | Actions: 1/6 actions (Updating modified actions) |
195 | 2023-10-24T20:39:41.878Z | Actions: Completed 6 actions in 0.00 seconds. |
196 | 2023-10-24T20:39:41.881Z | Done |
197 | 2023-10-24T20:39:41.884Z | Done |
198 | 2023-10-24T20:39:41.925Z | Done |
199 | 2023-10-24T20:39:47.707Z | Done |
200 | 2023-10-24T20:39:47.827Z | Done |
201 | 2023-10-24T20:39:47.831Z | Done |
202 | 2023-10-24T20:39:47.925Z | Done |
203 | 2023-10-24T20:39:48.596Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
204 | 2023-10-24T20:39:48.599Z | clang system 15 system |
205 | 2023-10-24T20:39:48.602Z | csh system system illumos |
206 | 2023-10-24T20:39:48.605Z | ctags system system illumos |
207 | 2023-10-24T20:39:48.608Z | gcc vendor 12 vendor |
208 | 2023-10-24T20:39:48.611Z | gcc system 10 system |
209 | 2023-10-24T20:39:48.614Z | gcc system 7 system |
210 | 2023-10-24T20:39:48.617Z | go system 1.20 system |
211 | 2023-10-24T20:39:48.620Z | go system 1.19 system |
212 | 2023-10-24T20:39:48.623Z | llvm system 15 system |
213 | 2023-10-24T20:39:48.626Z | llvm system 14 system |
214 | 2023-10-24T20:39:48.629Z | mariadb system 10.6 system |
215 | 2023-10-24T20:39:48.632Z | mta vendor vendor dma |
216 | 2023-10-24T20:39:48.659Z | openjdk system 17 system |
217 | 2023-10-24T20:39:48.662Z | openjdk system 11 system |
218 | 2023-10-24T20:39:48.666Z | openjdk system 1.8 system |
219 | 2023-10-24T20:39:48.669Z | openssl vendor 3 vendor |
220 | 2023-10-24T20:39:48.672Z | perl system 5.36 system |
221 | 2023-10-24T20:39:48.675Z | postgresql system 15 system |
222 | 2023-10-24T20:39:48.678Z | postgresql system 13 system |
223 | 2023-10-24T20:39:48.681Z | python vendor 3 vendor |
224 | 2023-10-24T20:39:48.684Z | python system 2 system |
225 | 2023-10-24T20:39:48.687Z | python3 system 3.11 system |
226 | 2023-10-24T20:39:48.690Z | ruby system 3.0 system |
227 | 2023-10-24T20:39:48.693Z | words vendor vendor american-english |
228 | 2023-10-24T20:39:48.696Z | words system system australian-english |
229 | 2023-10-24T20:39:48.700Z | words system system british-english |
230 | 2023-10-24T20:39:48.703Z | words system system canadian-english |
231 | 2023-10-24T20:39:48.706Z | words system system french |
232 | 2023-10-24T20:39:48.709Z | words system system italian |
233 | 2023-10-24T20:39:48.712Z | words system system ngerman |
234 | 2023-10-24T20:39:48.715Z | words system system ogerman |
235 | 2023-10-24T20:39:48.719Z | words system system spanish |
236 | 2023-10-24T20:39:49.129Z | FMRI IFO |
237 | 2023-10-24T20:39:49.133Z | pkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im- |
238 | 2023-10-24T20:39:49.136Z | pkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i-- |
239 | 2023-10-24T20:39:49.139Z | pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im- |
240 | 2023-10-24T20:39:49.142Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z im- |
241 | 2023-10-24T20:39:49.145Z | pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i-- |
242 | 2023-10-24T20:39:49.149Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z i-- |
243 | 2023-10-24T20:39:49.203Z | + set -o errexit |
244 | 2023-10-24T20:39:49.206Z | +++ dirname ./tools/ci_download_cockroachdb |
245 | 2023-10-24T20:39:49.209Z | ++ cd ./tools |
246 | 2023-10-24T20:39:49.212Z | ++ pwd |
247 | 2023-10-24T20:39:49.215Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
248 | 2023-10-24T20:39:49.218Z | ++ basename ./tools/ci_download_cockroachdb |
249 | 2023-10-24T20:39:49.221Z | + ARG0=ci_download_cockroachdb |
250 | 2023-10-24T20:39:49.224Z | ++ cat /work/oxidecomputer/omicron/tools/cockroachdb_version |
251 | 2023-10-24T20:39:49.227Z | + CIDL_VERSION=v22.1.9 |
252 | 2023-10-24T20:39:49.230Z | + source /work/oxidecomputer/omicron/tools/cockroachdb_checksums |
253 | 2023-10-24T20:39:49.233Z | ++ CIDL_MD5_DARWIN=2db972c254b4e3b599e12110520178b5 |
254 | 2023-10-24T20:39:49.235Z | ++ CIDL_MD5_LINUX=8c3170883e0a0be1a34b44090c067a8c |
255 | 2023-10-24T20:39:49.238Z | ++ CIDL_MD5_ILLUMOS=d8999aff364e5d70f226e139fda724a3 |
256 | 2023-10-24T20:39:49.242Z | + TARGET_DIR=out |
257 | 2023-10-24T20:39:49.245Z | + DOWNLOAD_DIR=out/downloads |
258 | 2023-10-24T20:39:49.248Z | + DEST_DIR=./out/cockroachdb |
259 | 2023-10-24T20:39:49.251Z | + CIDL_URL_COCKROACH=https://binaries.cockroachdb.com |
260 | 2023-10-24T20:39:49.253Z | + CIDL_URL_ILLUMOS=https://illumos.org/downloads |
261 | 2023-10-24T20:39:49.257Z | + main |
262 | 2023-10-24T20:39:49.260Z | + [[ 0 != 0 ]] |
263 | 2023-10-24T20:39:49.262Z | + CIDL_OS=solaris2.11 |
264 | 2023-10-24T20:39:49.265Z | + [[ 0 != 0 ]] |
265 | 2023-10-24T20:39:49.268Z | + configure_os solaris2.11 |
266 | 2023-10-24T20:39:49.271Z | + echo 'current directory: /work/oxidecomputer/omicron' |
267 | 2023-10-24T20:39:49.274Z | current directory: /work/oxidecomputer/omicron |
268 | 2023-10-24T20:39:49.277Z | + echo 'configuring based on OS: "solaris2.11"' |
269 | 2023-10-24T20:39:49.282Z | configuring based on OS: "solaris2.11" |
270 | 2023-10-24T20:39:49.284Z | + case "$1" in |
271 | 2023-10-24T20:39:49.288Z | + CIDL_BUILD=illumos |
272 | 2023-10-24T20:39:49.291Z | + CIDL_SUFFIX=tar.gz |
273 | 2023-10-24T20:39:49.294Z | + CIDL_MD5=d8999aff364e5d70f226e139fda724a3 |
274 | 2023-10-24T20:39:49.297Z | + CIDL_MD5FUNC=do_md5sum |
275 | 2023-10-24T20:39:49.299Z | + CIDL_URL_BASE=https://illumos.org/downloads |
276 | 2023-10-24T20:39:49.302Z | + CIDL_ASSEMBLE=do_assemble_illumos |
277 | 2023-10-24T20:39:49.305Z | + TARBALL_DIRNAME=cockroach-v22.1.9.illumos |
278 | 2023-10-24T20:39:49.308Z | + TARBALL_FILENAME=cockroach-v22.1.9.illumos.tar.gz |
279 | 2023-10-24T20:39:49.311Z | + TARBALL_FILE=out/downloads/cockroach-v22.1.9.illumos.tar.gz |
280 | 2023-10-24T20:39:49.313Z | + TARBALL_DIR=out/downloads/cockroach-v22.1.9.illumos |
281 | 2023-10-24T20:39:49.317Z | + CIDL_URL=https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz |
282 | 2023-10-24T20:39:49.319Z | + echo 'URL: https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz' |
283 | 2023-10-24T20:39:49.322Z | URL: https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz |
284 | 2023-10-24T20:39:49.325Z | + echo 'Local file: out/downloads/cockroach-v22.1.9.illumos.tar.gz' |
285 | 2023-10-24T20:39:49.328Z | Local file: out/downloads/cockroach-v22.1.9.illumos.tar.gz |
286 | 2023-10-24T20:39:49.331Z | + mkdir -p out/downloads |
287 | 2023-10-24T20:39:49.334Z | + mkdir -p ./out/cockroachdb |
288 | 2023-10-24T20:39:49.337Z | + local DO_DOWNLOAD=true |
289 | 2023-10-24T20:39:49.340Z | + [[ -f out/downloads/cockroach-v22.1.9.illumos.tar.gz ]] |
290 | 2023-10-24T20:39:49.343Z | + '[' true == true ']' |
291 | 2023-10-24T20:39:49.346Z | + echo Downloading... |
292 | 2023-10-24T20:39:49.349Z | Downloading... |
293 | 2023-10-24T20:39:49.351Z | + do_download_curl https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz out/downloads/cockroach-v22.1.9.illumos.tar.gz |
294 | 2023-10-24T20:39:49.406Z | + 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 |
295 | 2023-10-24T20:39:53.236Z | ++ do_md5sum out/downloads/cockroach-v22.1.9.illumos.tar.gz |
296 | 2023-10-24T20:39:53.239Z | ++ md5sum |
297 | 2023-10-24T20:39:53.242Z | ++ awk '{print $1}' |
298 | 2023-10-24T20:39:53.422Z | + calculated_md5=d8999aff364e5d70f226e139fda724a3 |
299 | 2023-10-24T20:39:53.428Z | + [[ d8999aff364e5d70f226e139fda724a3 != \d\8\9\9\9\a\f\f\3\6\4\e\5\d\7\0\f\2\2\6\e\1\3\9\f\d\a\7\2\4\a\3 ]] |
300 | 2023-10-24T20:39:53.431Z | + do_untar out/downloads/cockroach-v22.1.9.illumos.tar.gz |
301 | 2023-10-24T20:39:53.435Z | + tar xzf out/downloads/cockroach-v22.1.9.illumos.tar.gz -C out/downloads |
302 | 2023-10-24T20:39:56.768Z | + do_assemble_illumos |
303 | 2023-10-24T20:39:56.772Z | + rm -r ./out/cockroachdb |
304 | 2023-10-24T20:39:56.775Z | + cp -r out/downloads/cockroach-v22.1.9 ./out/cockroachdb |
305 | 2023-10-24T20:39:57.420Z | + ./out/cockroachdb/bin/cockroach version |
306 | 2023-10-24T20:39:57.738Z | Build Tag: v22.1.9-dirty |
307 | 2023-10-24T20:39:57.743Z | Build Time: 2022/10/26 21:17:46 |
308 | 2023-10-24T20:39:57.746Z | Distribution: OSS |
309 | 2023-10-24T20:39:57.749Z | Platform: illumos amd64 (x86_64-pc-solaris2.11) |
310 | 2023-10-24T20:39:57.753Z | Go Version: go1.17.13 |
311 | 2023-10-24T20:39:57.757Z | C Compiler: gcc 10.3.0 |
312 | 2023-10-24T20:39:57.760Z | Build Commit ID: e438c2f89282e607e0e6ca1d38b2e0a622f94493 |
313 | 2023-10-24T20:39:57.763Z | Build Type: release |
314 | 2023-10-24T20:39:57.767Z | + set -o errexit |
315 | 2023-10-24T20:39:57.770Z | +++ dirname ./tools/ci_download_clickhouse |
316 | 2023-10-24T20:39:57.775Z | ++ cd ./tools |
317 | 2023-10-24T20:39:57.778Z | ++ pwd |
318 | 2023-10-24T20:39:57.781Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
319 | 2023-10-24T20:39:57.784Z | ++ basename ./tools/ci_download_clickhouse |
320 | 2023-10-24T20:39:57.788Z | + ARG0=ci_download_clickhouse |
321 | 2023-10-24T20:39:57.791Z | + TARGET_DIR=out |
322 | 2023-10-24T20:39:57.794Z | + DOWNLOAD_DIR=out/downloads |
323 | 2023-10-24T20:39:57.797Z | + DEST_DIR=./out/clickhouse |
324 | 2023-10-24T20:39:57.800Z | + CIDL_VERSION=v22.8.9.24 |
325 | 2023-10-24T20:39:57.803Z | + source /work/oxidecomputer/omicron/tools/clickhouse_checksums |
326 | 2023-10-24T20:39:57.806Z | ++ CIDL_MD5_DARWIN=20603974a929926591fca70ff1df0e45 |
327 | 2023-10-24T20:39:57.808Z | ++ CIDL_MD5_LINUX=ea909519bd9d989fd5d090fd9bdd42f1 |
328 | 2023-10-24T20:39:57.811Z | ++ CIDL_MD5_ILLUMOS=7702939ce5b4b51846a1ba39f1392306 |
329 | 2023-10-24T20:39:57.814Z | + CIDL_URL_BASE=https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com |
330 | 2023-10-24T20:39:57.817Z | + main |
331 | 2023-10-24T20:39:57.820Z | + [[ 0 != 0 ]] |
332 | 2023-10-24T20:39:57.823Z | + CIDL_OS=solaris2.11 |
333 | 2023-10-24T20:39:57.826Z | + [[ 0 != 0 ]] |
334 | 2023-10-24T20:39:57.829Z | + configure_os solaris2.11 |
335 | 2023-10-24T20:39:57.832Z | + echo 'current directory: /work/oxidecomputer/omicron' |
336 | 2023-10-24T20:39:57.835Z | current directory: /work/oxidecomputer/omicron |
337 | 2023-10-24T20:39:57.837Z | + echo 'configuring based on OS: "solaris2.11"' |
338 | 2023-10-24T20:39:57.840Z | + CIDL_DASHREV= |
339 | 2023-10-24T20:39:57.843Z | configuring based on OS: "solaris2.11" |
340 | 2023-10-24T20:39:57.846Z | + case "$1" in |
341 | 2023-10-24T20:39:57.849Z | + CIDL_PLATFORM=illumos |
342 | 2023-10-24T20:39:57.851Z | + CIDL_MD5=7702939ce5b4b51846a1ba39f1392306 |
343 | 2023-10-24T20:39:57.854Z | + CIDL_MD5FUNC=do_md5sum |
344 | 2023-10-24T20:39:57.857Z | + CIDL_DASHREV=-1 |
345 | 2023-10-24T20:39:57.860Z | + TARBALL_DIRNAME=clickhouse-v22.8.9.24 |
346 | 2023-10-24T20:39:57.863Z | + TARBALL_FILENAME=clickhouse-v22.8.9.24-1.illumos.tar.gz |
347 | 2023-10-24T20:39:57.866Z | + TARBALL_FILE=out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz |
348 | 2023-10-24T20:39:57.868Z | + CIDL_URL=https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz |
349 | 2023-10-24T20:39:57.871Z | + echo 'URL: https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz' |
350 | 2023-10-24T20:39:57.874Z | URL: https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz |
351 | 2023-10-24T20:39:57.877Z | + echo 'Local file: out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz' |
352 | 2023-10-24T20:39:57.880Z | Local file: out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz |
353 | 2023-10-24T20:39:57.883Z | + mkdir -p out/downloads |
354 | 2023-10-24T20:39:57.885Z | + mkdir -p ./out/clickhouse |
355 | 2023-10-24T20:39:57.888Z | + local DO_DOWNLOAD=true |
356 | 2023-10-24T20:39:57.892Z | + [[ -f out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz ]] |
357 | 2023-10-24T20:39:57.918Z | + '[' true == true ']' |
358 | 2023-10-24T20:39:57.921Z | + echo Downloading... |
359 | 2023-10-24T20:39:57.924Z | Downloading... |
360 | 2023-10-24T20:39:57.927Z | + 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 |
361 | 2023-10-24T20:39:57.930Z | + 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 |
362 | 2023-10-24T20:40:00.365Z | ++ do_md5sum out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz |
363 | 2023-10-24T20:40:00.373Z | ++ md5sum |
364 | 2023-10-24T20:40:00.383Z | ++ awk '{print $1}' |
365 | 2023-10-24T20:40:00.797Z | + calculated_md5=7702939ce5b4b51846a1ba39f1392306 |
366 | 2023-10-24T20:40:00.800Z | + [[ 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 ]] |
367 | 2023-10-24T20:40:00.803Z | + do_untar out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz ./out/clickhouse |
368 | 2023-10-24T20:40:00.812Z | + mkdir -p ./out/clickhouse |
369 | 2023-10-24T20:40:00.817Z | + tar xzf out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz -C ./out/clickhouse |
370 | 2023-10-24T20:40:05.466Z | + ./out/clickhouse/clickhouse server --version |
371 | 2023-10-24T20:40:05.517Z | ClickHouse server version 22.8.9.1. |
372 | 2023-10-24T20:40:05.539Z | + set -o errexit |
373 | 2023-10-24T20:40:05.542Z | +++ dirname ./tools/ci_download_console |
374 | 2023-10-24T20:40:05.546Z | ++ cd ./tools |
375 | 2023-10-24T20:40:05.549Z | ++ pwd |
376 | 2023-10-24T20:40:05.552Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
377 | 2023-10-24T20:40:05.556Z | ++ basename ./tools/ci_download_console |
378 | 2023-10-24T20:40:05.560Z | + ARG0=ci_download_console |
379 | 2023-10-24T20:40:05.564Z | + TARGET_DIR=out |
380 | 2023-10-24T20:40:05.567Z | + DOWNLOAD_DIR=out/downloads |
381 | 2023-10-24T20:40:05.570Z | + DEST_DIR=./out/console-assets |
382 | 2023-10-24T20:40:05.574Z | + source /work/oxidecomputer/omicron/tools/console_version |
383 | 2023-10-24T20:40:05.578Z | ++ COMMIT=3538c32a5189bd22df8f6a573399dacfbe81efaa |
384 | 2023-10-24T20:40:05.581Z | ++ SHA2=3289989f2cd6c71ea800e73231190455cc8e4e45ae9304293050b925a9fd9423 |
385 | 2023-10-24T20:40:05.584Z | + URL=https://dl.oxide.computer/releases/console/3538c32a5189bd22df8f6a573399dacfbe81efaa.tar.gz |
386 | 2023-10-24T20:40:05.591Z | + TARBALL_FILE=out/downloads/console.tar.gz |
387 | 2023-10-24T20:40:05.598Z | + main |
388 | 2023-10-24T20:40:05.615Z | + [[ 0 != 0 ]] |
389 | 2023-10-24T20:40:05.619Z | + echo 'URL: https://dl.oxide.computer/releases/console/3538c32a5189bd22df8f6a573399dacfbe81efaa.tar.gz' |
390 | 2023-10-24T20:40:05.622Z | URL: https://dl.oxide.computer/releases/console/3538c32a5189bd22df8f6a573399dacfbe81efaa.tar.gz |
391 | 2023-10-24T20:40:05.625Z | + echo 'Local file: out/downloads/console.tar.gz' |
392 | 2023-10-24T20:40:05.628Z | Local file: out/downloads/console.tar.gz |
393 | 2023-10-24T20:40:05.631Z | + local DO_DOWNLOAD=true |
394 | 2023-10-24T20:40:05.634Z | + [[ -f out/downloads/console.tar.gz ]] |
395 | 2023-10-24T20:40:05.637Z | + mkdir -p out/downloads |
396 | 2023-10-24T20:40:05.640Z | + '[' true == true ']' |
397 | 2023-10-24T20:40:05.643Z | + echo Downloading... |
398 | 2023-10-24T20:40:05.647Z | Downloading... |
399 | 2023-10-24T20:40:05.650Z | + do_download_curl https://dl.oxide.computer/releases/console/3538c32a5189bd22df8f6a573399dacfbe81efaa.tar.gz out/downloads/console.tar.gz |
400 | 2023-10-24T20:40:05.654Z | + curl --silent --show-error --fail --location --output out/downloads/console.tar.gz https://dl.oxide.computer/releases/console/3538c32a5189bd22df8f6a573399dacfbe81efaa.tar.gz |
401 | 2023-10-24T20:40:06.173Z | ++ do_sha256sum out/downloads/console.tar.gz |
402 | 2023-10-24T20:40:06.178Z | ++ case "$OSTYPE" in |
403 | 2023-10-24T20:40:06.182Z | ++ SHA=sha256sum |
404 | 2023-10-24T20:40:06.595Z | ++ sha256sum |
405 | 2023-10-24T20:40:06.598Z | ++ awk '{print $1}' |
406 | 2023-10-24T20:40:06.602Z | + calculated_sha2=3289989f2cd6c71ea800e73231190455cc8e4e45ae9304293050b925a9fd9423 |
407 | 2023-10-24T20:40:06.605Z | + [[ 3289989f2cd6c71ea800e73231190455cc8e4e45ae9304293050b925a9fd9423 != \3\2\8\9\9\8\9\f\2\c\d\6\c\7\1\e\a\8\0\0\e\7\3\2\3\1\1\9\0\4\5\5\c\c\8\e\4\e\4\5\a\e\9\3\0\4\2\9\3\0\5\0\b\9\2\5\a\9\f\d\9\4\2\3 ]] |
408 | 2023-10-24T20:40:06.611Z | + rm -rf ./out/console-assets |
409 | 2023-10-24T20:40:07.026Z | + mkdir -p ./out/console-assets |
410 | 2023-10-24T20:40:07.029Z | + do_untar out/downloads/console.tar.gz ./out/console-assets |
411 | 2023-10-24T20:40:07.032Z | + mkdir -p ./out/console-assets |
412 | 2023-10-24T20:40:07.035Z | + tar xzf out/downloads/console.tar.gz -C ./out/console-assets |
413 | 2023-10-24T20:40:07.038Z | + set -o errexit |
414 | 2023-10-24T20:40:07.041Z | +++ dirname ./tools/ci_download_maghemite_openapi |
415 | 2023-10-24T20:40:07.044Z | ++ cd ./tools |
416 | 2023-10-24T20:40:07.048Z | ++ pwd |
417 | 2023-10-24T20:40:07.052Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
418 | 2023-10-24T20:40:07.055Z | ++ basename ./tools/ci_download_maghemite_openapi |
419 | 2023-10-24T20:40:07.058Z | + ARG0=ci_download_maghemite_openapi |
420 | 2023-10-24T20:40:07.061Z | + TARGET_DIR=out |
421 | 2023-10-24T20:40:07.065Z | + DOWNLOAD_DIR=out/downloads |
422 | 2023-10-24T20:40:07.073Z | + source /work/oxidecomputer/omicron/tools/maghemite_ddm_openapi_version |
423 | 2023-10-24T20:40:07.085Z | ++ COMMIT=2f25a2005521f643317879b46692141b4127608a |
424 | 2023-10-24T20:40:07.089Z | ++ SHA2=9737906555a60911636532f00f1dc2866dc7cd6553beb106e9e57beabad41cdf |
425 | 2023-10-24T20:40:07.092Z | + URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/2f25a2005521f643317879b46692141b4127608a/ddm-admin.json |
426 | 2023-10-24T20:40:07.106Z | + LOCAL_FILE=out/downloads/ddm-admin-2f25a2005521f643317879b46692141b4127608a.json |
427 | 2023-10-24T20:40:07.110Z | + main |
428 | 2023-10-24T20:40:07.115Z | + [[ 0 != 0 ]] |
429 | 2023-10-24T20:40:07.120Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/2f25a2005521f643317879b46692141b4127608a/ddm-admin.json' |
430 | 2023-10-24T20:40:07.123Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/2f25a2005521f643317879b46692141b4127608a/ddm-admin.json |
431 | 2023-10-24T20:40:07.127Z | + echo 'Local file: out/downloads/ddm-admin-2f25a2005521f643317879b46692141b4127608a.json' |
432 | 2023-10-24T20:40:07.131Z | Local file: out/downloads/ddm-admin-2f25a2005521f643317879b46692141b4127608a.json |
433 | 2023-10-24T20:40:07.136Z | + local DO_DOWNLOAD=true |
434 | 2023-10-24T20:40:07.142Z | + [[ -f out/downloads/ddm-admin-2f25a2005521f643317879b46692141b4127608a.json ]] |
435 | 2023-10-24T20:40:07.150Z | + mkdir -p out/downloads |
436 | 2023-10-24T20:40:07.158Z | + '[' true == true ']' |
437 | 2023-10-24T20:40:07.169Z | + echo Downloading... |
438 | 2023-10-24T20:40:07.221Z | Downloading... |
439 | 2023-10-24T20:40:07.228Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/2f25a2005521f643317879b46692141b4127608a/ddm-admin.json out/downloads/ddm-admin-2f25a2005521f643317879b46692141b4127608a.json |
440 | 2023-10-24T20:40:07.236Z | + curl --silent --show-error --fail --location --output out/downloads/ddm-admin-2f25a2005521f643317879b46692141b4127608a.json https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/2f25a2005521f643317879b46692141b4127608a/ddm-admin.json |
441 | 2023-10-24T20:40:07.246Z | ++ do_sha256sum out/downloads/ddm-admin-2f25a2005521f643317879b46692141b4127608a.json |
442 | 2023-10-24T20:40:07.252Z | ++ case "$OSTYPE" in |
443 | 2023-10-24T20:40:07.267Z | ++ SHA=sha256sum |
444 | 2023-10-24T20:40:07.271Z | ++ sha256sum |
445 | 2023-10-24T20:40:07.275Z | ++ awk '{print $1}' |
446 | 2023-10-24T20:40:07.279Z | + calculated_sha2=9737906555a60911636532f00f1dc2866dc7cd6553beb106e9e57beabad41cdf |
447 | 2023-10-24T20:40:07.283Z | + [[ 9737906555a60911636532f00f1dc2866dc7cd6553beb106e9e57beabad41cdf != \9\7\3\7\9\0\6\5\5\5\a\6\0\9\1\1\6\3\6\5\3\2\f\0\0\f\1\d\c\2\8\6\6\d\c\7\c\d\6\5\5\3\b\e\b\1\0\6\e\9\e\5\7\b\e\a\b\a\d\4\1\c\d\f ]] |
448 | 2023-10-24T20:40:07.285Z | + source /work/oxidecomputer/omicron/tools/maghemite_mg_openapi_version |
449 | 2023-10-24T20:40:07.288Z | ++ COMMIT=2f25a2005521f643317879b46692141b4127608a |
450 | 2023-10-24T20:40:07.291Z | ++ SHA2=d0f7611e5ecd049b0f83bcfa843942401f155a0be36d9a2dfd73b8341d5f816e |
451 | 2023-10-24T20:40:07.294Z | + URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/2f25a2005521f643317879b46692141b4127608a/mg-admin.json |
452 | 2023-10-24T20:40:07.298Z | + LOCAL_FILE=out/downloads/mg-admin-2f25a2005521f643317879b46692141b4127608a.json |
453 | 2023-10-24T20:40:07.301Z | + main |
454 | 2023-10-24T20:40:07.304Z | + [[ 0 != 0 ]] |
455 | 2023-10-24T20:40:07.307Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/2f25a2005521f643317879b46692141b4127608a/mg-admin.json' |
456 | 2023-10-24T20:40:07.310Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/2f25a2005521f643317879b46692141b4127608a/mg-admin.json |
457 | 2023-10-24T20:40:07.313Z | + echo 'Local file: out/downloads/mg-admin-2f25a2005521f643317879b46692141b4127608a.json' |
458 | 2023-10-24T20:40:07.317Z | Local file: out/downloads/mg-admin-2f25a2005521f643317879b46692141b4127608a.json |
459 | 2023-10-24T20:40:07.320Z | + local DO_DOWNLOAD=true |
460 | 2023-10-24T20:40:07.328Z | + [[ -f out/downloads/mg-admin-2f25a2005521f643317879b46692141b4127608a.json ]] |
461 | 2023-10-24T20:40:07.331Z | + mkdir -p out/downloads |
462 | 2023-10-24T20:40:07.337Z | + '[' true == true ']' |
463 | 2023-10-24T20:40:07.344Z | + echo Downloading... |
464 | 2023-10-24T20:40:07.348Z | Downloading... |
465 | 2023-10-24T20:40:07.351Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/2f25a2005521f643317879b46692141b4127608a/mg-admin.json out/downloads/mg-admin-2f25a2005521f643317879b46692141b4127608a.json |
466 | 2023-10-24T20:40:07.354Z | + curl --silent --show-error --fail --location --output out/downloads/mg-admin-2f25a2005521f643317879b46692141b4127608a.json https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/2f25a2005521f643317879b46692141b4127608a/mg-admin.json |
467 | 2023-10-24T20:40:07.357Z | ++ do_sha256sum out/downloads/mg-admin-2f25a2005521f643317879b46692141b4127608a.json |
468 | 2023-10-24T20:40:07.360Z | ++ case "$OSTYPE" in |
469 | 2023-10-24T20:40:07.363Z | ++ SHA=sha256sum |
470 | 2023-10-24T20:40:07.366Z | ++ sha256sum |
471 | 2023-10-24T20:40:07.369Z | ++ awk '{print $1}' |
472 | 2023-10-24T20:40:07.372Z | + calculated_sha2=d0f7611e5ecd049b0f83bcfa843942401f155a0be36d9a2dfd73b8341d5f816e |
473 | 2023-10-24T20:40:07.376Z | + [[ d0f7611e5ecd049b0f83bcfa843942401f155a0be36d9a2dfd73b8341d5f816e != \d\0\f\7\6\1\1\e\5\e\c\d\0\4\9\b\0\f\8\3\b\c\f\a\8\4\3\9\4\2\4\0\1\f\1\5\5\a\0\b\e\3\6\d\9\a\2\d\f\d\7\3\b\8\3\4\1\d\5\f\8\1\6\e ]] |
474 | 2023-10-24T20:40:07.378Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/c0cbc39b55fac54b95468304c497e00f3d3cf686/dpd.json |
475 | 2023-10-24T20:40:07.382Z | + set -o errexit |
476 | 2023-10-24T20:40:07.385Z | Local file: out/downloads/dpd-c0cbc39b55fac54b95468304c497e00f3d3cf686.json |
477 | 2023-10-24T20:40:07.388Z | +++ dirname ./tools/ci_download_dendrite_openapi |
478 | 2023-10-24T20:40:07.391Z | Downloading... |
479 | 2023-10-24T20:40:07.394Z | ++ cd ./tools |
480 | 2023-10-24T20:40:07.397Z | current directory: /work/oxidecomputer/omicron |
481 | 2023-10-24T20:40:07.400Z | ++ pwd |
482 | 2023-10-24T20:40:07.404Z | configuring based on OS: "solaris2.11" |
483 | 2023-10-24T20:40:07.408Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
484 | 2023-10-24T20:40:07.411Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/c0cbc39b55fac54b95468304c497e00f3d3cf686/dendrite-stub.tar.gz |
485 | 2023-10-24T20:40:07.415Z | ++ basename ./tools/ci_download_dendrite_openapi |
486 | 2023-10-24T20:40:07.418Z | Local file: out/downloads/dendrite-stub.tar.gz |
487 | 2023-10-24T20:40:07.422Z | + ARG0=ci_download_dendrite_openapi |
488 | 2023-10-24T20:40:07.425Z | Downloading... |
489 | 2023-10-24T20:40:07.429Z | + TARGET_DIR=out |
490 | 2023-10-24T20:40:07.432Z | + DOWNLOAD_DIR=out/downloads |
491 | 2023-10-24T20:40:07.435Z | + source /work/oxidecomputer/omicron/tools/dendrite_openapi_version |
492 | 2023-10-24T20:40:07.438Z | ++ COMMIT=c0cbc39b55fac54b95468304c497e00f3d3cf686 |
493 | 2023-10-24T20:40:07.441Z | ++ SHA2=cb3f0cfbe6216d2441d34e0470252e0fb142332e47b33b65c24ef7368a694b6d |
494 | 2023-10-24T20:40:07.444Z | + URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/c0cbc39b55fac54b95468304c497e00f3d3cf686/dpd.json |
495 | 2023-10-24T20:40:07.447Z | + LOCAL_FILE=out/downloads/dpd-c0cbc39b55fac54b95468304c497e00f3d3cf686.json |
496 | 2023-10-24T20:40:07.450Z | + main |
497 | 2023-10-24T20:40:07.453Z | + [[ 0 != 0 ]] |
498 | 2023-10-24T20:40:07.455Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/c0cbc39b55fac54b95468304c497e00f3d3cf686/dpd.json' |
499 | 2023-10-24T20:40:07.458Z | + echo 'Local file: out/downloads/dpd-c0cbc39b55fac54b95468304c497e00f3d3cf686.json' |
500 | 2023-10-24T20:40:07.461Z | + local DO_DOWNLOAD=true |
501 | 2023-10-24T20:40:07.465Z | + [[ -f out/downloads/dpd-c0cbc39b55fac54b95468304c497e00f3d3cf686.json ]] |
502 | 2023-10-24T20:40:07.467Z | + mkdir -p out/downloads |
503 | 2023-10-24T20:40:07.470Z | + '[' true == true ']' |
504 | 2023-10-24T20:40:07.473Z | + echo Downloading... |
505 | 2023-10-24T20:40:07.476Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/c0cbc39b55fac54b95468304c497e00f3d3cf686/dpd.json out/downloads/dpd-c0cbc39b55fac54b95468304c497e00f3d3cf686.json |
506 | 2023-10-24T20:40:07.481Z | + curl --silent --show-error --fail --location --output out/downloads/dpd-c0cbc39b55fac54b95468304c497e00f3d3cf686.json https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/c0cbc39b55fac54b95468304c497e00f3d3cf686/dpd.json |
507 | 2023-10-24T20:40:07.484Z | ++ do_sha256sum out/downloads/dpd-c0cbc39b55fac54b95468304c497e00f3d3cf686.json |
508 | 2023-10-24T20:40:07.486Z | ++ case "$OSTYPE" in |
509 | 2023-10-24T20:40:07.489Z | ++ SHA=sha256sum |
510 | 2023-10-24T20:40:07.492Z | ++ sha256sum |
511 | 2023-10-24T20:40:07.495Z | ++ awk '{print $1}' |
512 | 2023-10-24T20:40:07.498Z | + calculated_sha2=cb3f0cfbe6216d2441d34e0470252e0fb142332e47b33b65c24ef7368a694b6d |
513 | 2023-10-24T20:40:07.501Z | + [[ cb3f0cfbe6216d2441d34e0470252e0fb142332e47b33b65c24ef7368a694b6d != \c\b\3\f\0\c\f\b\e\6\2\1\6\d\2\4\4\1\d\3\4\e\0\4\7\0\2\5\2\e\0\f\b\1\4\2\3\3\2\e\4\7\b\3\3\b\6\5\c\2\4\e\f\7\3\6\8\a\6\9\4\b\6\d ]] |
514 | 2023-10-24T20:40:07.504Z | + set -o errexit |
515 | 2023-10-24T20:40:07.506Z | +++ dirname ./tools/ci_download_dendrite_stub |
516 | 2023-10-24T20:40:07.509Z | ++ cd ./tools |
517 | 2023-10-24T20:40:07.512Z | ++ pwd |
518 | 2023-10-24T20:40:07.515Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
519 | 2023-10-24T20:40:07.518Z | ++ basename ./tools/ci_download_dendrite_stub |
520 | 2023-10-24T20:40:07.522Z | + ARG0=ci_download_dendrite_stub |
521 | 2023-10-24T20:40:07.525Z | + source /work/oxidecomputer/omicron/tools/dendrite_stub_checksums |
522 | 2023-10-24T20:40:07.528Z | ++ CIDL_SHA256_ILLUMOS=3706e0e8230b7f76407ec0acea9020b9efc7d6c78b74c304102fd8e62cac6760 |
523 | 2023-10-24T20:40:07.531Z | ++ CIDL_SHA256_LINUX_DPD=b275a1c688eae1024b9ce1cbb766a66e37072e84b4a6cbc18746c903739ccf51 |
524 | 2023-10-24T20:40:07.533Z | ++ CIDL_SHA256_LINUX_SWADM=7e604cc4b67c1a711a63ece2a8d0e2e7c8ef2b9ac6bb433b3c2e02f5f66018ba |
525 | 2023-10-24T20:40:07.536Z | + source /work/oxidecomputer/omicron/tools/dendrite_openapi_version |
526 | 2023-10-24T20:40:07.541Z | ++ COMMIT=c0cbc39b55fac54b95468304c497e00f3d3cf686 |
527 | 2023-10-24T20:40:07.544Z | ++ SHA2=cb3f0cfbe6216d2441d34e0470252e0fb142332e47b33b65c24ef7368a694b6d |
528 | 2023-10-24T20:40:07.547Z | + TARGET_DIR=out |
529 | 2023-10-24T20:40:07.549Z | + DOWNLOAD_DIR=out/downloads |
530 | 2023-10-24T20:40:07.553Z | + DEST_DIR=./out/dendrite-stub |
531 | 2023-10-24T20:40:07.556Z | + BIN_DIR=./out/dendrite-stub/root/opt/oxide/dendrite/bin |
532 | 2023-10-24T20:40:07.559Z | + ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file |
533 | 2023-10-24T20:40:07.562Z | + REPO=oxidecomputer/dendrite |
534 | 2023-10-24T20:40:07.567Z | + PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/c0cbc39b55fac54b95468304c497e00f3d3cf686 |
535 | 2023-10-24T20:40:07.570Z | + main |
536 | 2023-10-24T20:40:07.574Z | + [[ 0 != 0 ]] |
537 | 2023-10-24T20:40:07.581Z | + CIDL_OS=solaris2.11 |
538 | 2023-10-24T20:40:07.587Z | + [[ 0 != 0 ]] |
539 | 2023-10-24T20:40:07.597Z | + configure_os solaris2.11 |
540 | 2023-10-24T20:40:07.609Z | + echo 'current directory: /work/oxidecomputer/omicron' |
541 | 2023-10-24T20:40:07.615Z | + echo 'configuring based on OS: "solaris2.11"' |
542 | 2023-10-24T20:40:07.619Z | + case "$1" in |
543 | 2023-10-24T20:40:07.622Z | + SET_BINARIES= |
544 | 2023-10-24T20:40:07.627Z | + CIDL_SHA256=3706e0e8230b7f76407ec0acea9020b9efc7d6c78b74c304102fd8e62cac6760 |
545 | 2023-10-24T20:40:07.630Z | + CIDL_SHA256FUNC=do_sha256sum |
546 | 2023-10-24T20:40:07.635Z | + TARBALL_FILENAME=dendrite-stub.tar.gz |
547 | 2023-10-24T20:40:08.061Z | + PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/c0cbc39b55fac54b95468304c497e00f3d3cf686/dendrite-stub.tar.gz |
548 | 2023-10-24T20:40:08.071Z | + TARBALL_FILE=out/downloads/dendrite-stub.tar.gz |
549 | 2023-10-24T20:40:08.080Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/c0cbc39b55fac54b95468304c497e00f3d3cf686/dendrite-stub.tar.gz' |
550 | 2023-10-24T20:40:08.093Z | + echo 'Local file: out/downloads/dendrite-stub.tar.gz' |
551 | 2023-10-24T20:40:08.101Z | + mkdir -p out/downloads |
552 | 2023-10-24T20:40:08.107Z | + mkdir -p ./out/dendrite-stub |
553 | 2023-10-24T20:40:08.122Z | + fetch_and_verify |
554 | 2023-10-24T20:40:08.131Z | + local DO_DOWNLOAD=true |
555 | 2023-10-24T20:40:08.140Z | + [[ -f out/downloads/dendrite-stub.tar.gz ]] |
556 | 2023-10-24T20:40:08.146Z | + '[' true == true ']' |
557 | 2023-10-24T20:40:08.151Z | + echo Downloading... |
558 | 2023-10-24T20:40:08.155Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/c0cbc39b55fac54b95468304c497e00f3d3cf686/dendrite-stub.tar.gz out/downloads/dendrite-stub.tar.gz |
559 | 2023-10-24T20:40:08.161Z | + curl --silent --show-error --fail --location --output out/downloads/dendrite-stub.tar.gz https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/c0cbc39b55fac54b95468304c497e00f3d3cf686/dendrite-stub.tar.gz |
560 | 2023-10-24T20:40:15.426Z | ++ do_sha256sum out/downloads/dendrite-stub.tar.gz |
561 | 2023-10-24T20:40:15.429Z | ++ sha256sum |
562 | 2023-10-24T20:40:15.432Z | ++ awk '{print $1}' |
563 | 2023-10-24T20:40:15.522Z | + calculated_sha256=3706e0e8230b7f76407ec0acea9020b9efc7d6c78b74c304102fd8e62cac6760 |
564 | 2023-10-24T20:40:15.525Z | + [[ 3706e0e8230b7f76407ec0acea9020b9efc7d6c78b74c304102fd8e62cac6760 != \3\7\0\6\e\0\e\8\2\3\0\b\7\f\7\6\4\0\7\e\c\0\a\c\e\a\9\0\2\0\b\9\e\f\c\7\d\6\c\7\8\b\7\4\c\3\0\4\1\0\2\f\d\8\e\6\2\c\a\c\6\7\6\0 ]] |
565 | 2023-10-24T20:40:15.527Z | + do_untar out/downloads/dendrite-stub.tar.gz |
566 | 2023-10-24T20:40:15.530Z | + tar xzf out/downloads/dendrite-stub.tar.gz -C out/downloads |
567 | 2023-10-24T20:40:16.426Z | + do_assemble |
568 | 2023-10-24T20:40:16.429Z | + rm -r ./out/dendrite-stub |
569 | 2023-10-24T20:40:16.433Z | + mkdir ./out/dendrite-stub |
570 | 2023-10-24T20:40:16.437Z | + cp -r out/downloads/root ./out/dendrite-stub/root |
571 | 2023-10-24T20:40:16.540Z | + ln -s /work/oxidecomputer/omicron/out/dendrite-stub/root/opt/oxide/dendrite/bin/ /work/oxidecomputer/omicron/out/dendrite-stub/bin |
572 | 2023-10-24T20:40:16.553Z | + set -o errexit |
573 | 2023-10-24T20:40:16.556Z | +++ dirname ./tools/ci_download_maghemite_mgd |
574 | 2023-10-24T20:40:16.560Z | ++ cd ./tools |
575 | 2023-10-24T20:40:16.563Z | ++ pwd |
576 | 2023-10-24T20:40:16.600Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
577 | 2023-10-24T20:40:16.603Z | ++ basename ./tools/ci_download_maghemite_mgd |
578 | 2023-10-24T20:40:16.609Z | + ARG0=ci_download_maghemite_mgd |
579 | 2023-10-24T20:40:16.612Z | + source /work/oxidecomputer/omicron/tools/maghemite_mgd_checksums |
580 | 2023-10-24T20:40:16.616Z | ++ CIDL_SHA256=16878501f5440590674acd82bee6ce5dcf3d1326531c25064dd9c060ab6440a4 |
581 | 2023-10-24T20:40:16.619Z | ++ MGD_LINUX_SHA256=45e5ddc9d81cfcb94917f9c58942c3a7211fb34a3c563fbfc2434b0a97306b3d |
582 | 2023-10-24T20:40:16.622Z | + source /work/oxidecomputer/omicron/tools/maghemite_mg_openapi_version |
583 | 2023-10-24T20:40:16.624Z | ++ COMMIT=2f25a2005521f643317879b46692141b4127608a |
584 | 2023-10-24T20:40:16.628Z | ++ SHA2=d0f7611e5ecd049b0f83bcfa843942401f155a0be36d9a2dfd73b8341d5f816e |
585 | 2023-10-24T20:40:16.631Z | + TARGET_DIR=out |
586 | 2023-10-24T20:40:16.633Z | + DOWNLOAD_DIR=out/downloads |
587 | 2023-10-24T20:40:16.636Z | + DEST_DIR=./out/mgd |
588 | 2023-10-24T20:40:16.639Z | + BIN_DIR=./out/mgd/root/opt/oxide/mgd/bin |
589 | 2023-10-24T20:40:16.642Z | + ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file |
590 | 2023-10-24T20:40:16.645Z | + REPO=oxidecomputer/maghemite |
591 | 2023-10-24T20:40:16.647Z | + PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/2f25a2005521f643317879b46692141b4127608a |
592 | 2023-10-24T20:40:16.650Z | + main |
593 | 2023-10-24T20:40:16.653Z | + [[ 0 != 0 ]] |
594 | 2023-10-24T20:40:16.655Z | + CIDL_OS=solaris2.11 |
595 | 2023-10-24T20:40:16.658Z | + [[ 0 != 0 ]] |
596 | 2023-10-24T20:40:16.661Z | + configure_os solaris2.11 |
597 | 2023-10-24T20:40:16.664Z | + echo 'current directory: /work/oxidecomputer/omicron' |
598 | 2023-10-24T20:40:16.667Z | current directory: /work/oxidecomputer/omicron |
599 | 2023-10-24T20:40:16.671Z | + echo 'configuring based on OS: "solaris2.11"' |
600 | 2023-10-24T20:40:16.674Z | configuring based on OS: "solaris2.11" |
601 | 2023-10-24T20:40:16.678Z | + case "$1" in |
602 | 2023-10-24T20:40:16.689Z | + SET_BINARIES= |
603 | 2023-10-24T20:40:16.697Z | + CIDL_SHA256FUNC=do_sha256sum |
604 | 2023-10-24T20:40:16.703Z | + TARBALL_FILENAME=mgd.tar.gz |
605 | 2023-10-24T20:40:16.712Z | + PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/2f25a2005521f643317879b46692141b4127608a/mgd.tar.gz |
606 | 2023-10-24T20:40:16.719Z | + TARBALL_FILE=out/downloads/mgd.tar.gz |
607 | 2023-10-24T20:40:16.721Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/2f25a2005521f643317879b46692141b4127608a/mgd.tar.gz' |
608 | 2023-10-24T20:40:16.725Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/2f25a2005521f643317879b46692141b4127608a/mgd.tar.gz |
609 | 2023-10-24T20:40:16.729Z | + echo 'Local file: out/downloads/mgd.tar.gz' |
610 | 2023-10-24T20:40:16.732Z | Local file: out/downloads/mgd.tar.gz |
611 | 2023-10-24T20:40:16.735Z | + mkdir -p out/downloads |
612 | 2023-10-24T20:40:16.737Z | + mkdir -p ./out/mgd |
613 | 2023-10-24T20:40:16.740Z | + fetch_and_verify |
614 | 2023-10-24T20:40:16.743Z | + local DO_DOWNLOAD=true |
615 | 2023-10-24T20:40:16.746Z | + [[ -f out/downloads/mgd.tar.gz ]] |
616 | 2023-10-24T20:40:16.752Z | + '[' true == true ']' |
617 | 2023-10-24T20:40:16.758Z | + echo Downloading... |
618 | 2023-10-24T20:40:16.765Z | Downloading... |
619 | 2023-10-24T20:40:16.773Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/2f25a2005521f643317879b46692141b4127608a/mgd.tar.gz out/downloads/mgd.tar.gz |
620 | 2023-10-24T20:40:16.793Z | + curl --silent --show-error --fail --location --output out/downloads/mgd.tar.gz https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/2f25a2005521f643317879b46692141b4127608a/mgd.tar.gz |
621 | 2023-10-24T20:40:24.611Z | ++ do_sha256sum out/downloads/mgd.tar.gz |
622 | 2023-10-24T20:40:24.614Z | ++ sha256sum |
623 | 2023-10-24T20:40:24.617Z | ++ awk '{print $1}' |
624 | 2023-10-24T20:40:24.689Z | + calculated_sha256=16878501f5440590674acd82bee6ce5dcf3d1326531c25064dd9c060ab6440a4 |
625 | 2023-10-24T20:40:24.694Z | + [[ 16878501f5440590674acd82bee6ce5dcf3d1326531c25064dd9c060ab6440a4 != \1\6\8\7\8\5\0\1\f\5\4\4\0\5\9\0\6\7\4\a\c\d\8\2\b\e\e\6\c\e\5\d\c\f\3\d\1\3\2\6\5\3\1\c\2\5\0\6\4\d\d\9\c\0\6\0\a\b\6\4\4\0\a\4 ]] |
626 | 2023-10-24T20:40:24.700Z | + do_untar out/downloads/mgd.tar.gz |
627 | 2023-10-24T20:40:24.703Z | + tar xzf out/downloads/mgd.tar.gz -C out/downloads |
628 | 2023-10-24T20:40:25.364Z | + do_assemble |
629 | 2023-10-24T20:40:25.367Z | + rm -r ./out/mgd |
630 | 2023-10-24T20:40:25.370Z | + mkdir ./out/mgd |
631 | 2023-10-24T20:40:25.373Z | + cp -r out/downloads/root ./out/mgd/root |
632 | 2023-10-24T20:40:25.576Z | + set -o errexit |
633 | 2023-10-24T20:40:25.580Z | +++ dirname ./tools/ci_download_transceiver_control |
634 | 2023-10-24T20:40:25.583Z | ++ cd ./tools |
635 | 2023-10-24T20:40:25.586Z | ++ pwd |
636 | 2023-10-24T20:40:25.590Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
637 | 2023-10-24T20:40:25.594Z | ++ basename ./tools/ci_download_transceiver_control |
638 | 2023-10-24T20:40:25.597Z | + ARG0=ci_download_transceiver_control |
639 | 2023-10-24T20:40:25.600Z | + source /work/oxidecomputer/omicron/tools/transceiver_control_version |
640 | 2023-10-24T20:40:25.603Z | ++ COMMIT=8813cf996f37a6c43e7b83d6084f88c5f0f0430a |
641 | 2023-10-24T20:40:25.606Z | ++ CIDL_SHA256_ILLUMOS=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1 |
642 | 2023-10-24T20:40:25.611Z | + TARGET_DIR=out |
643 | 2023-10-24T20:40:25.614Z | + DOWNLOAD_DIR=out/downloads |
644 | 2023-10-24T20:40:25.617Z | + DEST_DIR=./out/transceiver-control |
645 | 2023-10-24T20:40:25.620Z | + BIN_DIR=/opt/oxide/bin |
646 | 2023-10-24T20:40:25.623Z | + BINARY=xcvradm |
647 | 2023-10-24T20:40:25.626Z | + ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file |
648 | 2023-10-24T20:40:25.630Z | + REPO=oxidecomputer/transceiver-control |
649 | 2023-10-24T20:40:25.639Z | + PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a |
650 | 2023-10-24T20:40:25.642Z | + main |
651 | 2023-10-24T20:40:25.645Z | + [[ 0 != 0 ]] |
652 | 2023-10-24T20:40:25.649Z | + CIDL_OS=solaris2.11 |
653 | 2023-10-24T20:40:25.652Z | + [[ 0 != 0 ]] |
654 | 2023-10-24T20:40:25.655Z | + configure_os solaris2.11 |
655 | 2023-10-24T20:40:25.659Z | + echo 'current directory: /work/oxidecomputer/omicron' |
656 | 2023-10-24T20:40:25.662Z | current directory: /work/oxidecomputer/omicron |
657 | 2023-10-24T20:40:25.665Z | + echo 'configuring based on OS: "solaris2.11"' |
658 | 2023-10-24T20:40:25.668Z | configuring based on OS: "solaris2.11" |
659 | 2023-10-24T20:40:25.671Z | + case "$1" in |
660 | 2023-10-24T20:40:25.674Z | + SET_BINARIES= |
661 | 2023-10-24T20:40:25.678Z | + CIDL_SHA256=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1 |
662 | 2023-10-24T20:40:25.681Z | + CIDL_SHA256FUNC=do_sha256sum |
663 | 2023-10-24T20:40:25.686Z | + ARCHIVE_FILENAME=xcvradm.gz |
664 | 2023-10-24T20:40:25.690Z | + PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz |
665 | 2023-10-24T20:40:25.696Z | + ARCHIVE_FILE=out/downloads/xcvradm.gz |
666 | 2023-10-24T20:40:25.702Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz' |
667 | 2023-10-24T20:40:25.710Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz |
668 | 2023-10-24T20:40:25.728Z | + echo 'Local file: out/downloads/xcvradm.gz' |
669 | 2023-10-24T20:40:25.737Z | Local file: out/downloads/xcvradm.gz |
670 | 2023-10-24T20:40:25.743Z | + mkdir -p out/downloads |
671 | 2023-10-24T20:40:25.753Z | + mkdir -p ./out/transceiver-control |
672 | 2023-10-24T20:40:25.758Z | + fetch_and_verify |
673 | 2023-10-24T20:40:25.766Z | + local DO_DOWNLOAD=true |
674 | 2023-10-24T20:40:25.782Z | + [[ -f out/downloads/xcvradm.gz ]] |
675 | 2023-10-24T20:40:25.798Z | + '[' true == true ']' |
676 | 2023-10-24T20:40:25.818Z | + echo Downloading... |
677 | 2023-10-24T20:40:25.829Z | Downloading... |
678 | 2023-10-24T20:40:25.882Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz out/downloads/xcvradm.gz |
679 | 2023-10-24T20:40:25.893Z | + 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 |
680 | 2023-10-24T20:40:27.627Z | ++ do_sha256sum out/downloads/xcvradm.gz |
681 | 2023-10-24T20:40:27.631Z | ++ sha256sum |
682 | 2023-10-24T20:40:27.634Z | ++ awk '{print $1}' |
683 | 2023-10-24T20:40:27.653Z | + calculated_sha256=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1 |
684 | 2023-10-24T20:40:27.657Z | + [[ 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 ]] |
685 | 2023-10-24T20:40:27.660Z | + do_unpack out/downloads/xcvradm.gz |
686 | 2023-10-24T20:40:27.663Z | + mkdir -p out/downloads/root//opt/oxide/bin |
687 | 2023-10-24T20:40:27.666Z | + gzip -dc out/downloads/xcvradm.gz |
688 | 2023-10-24T20:40:27.846Z | + chmod +x out/downloads/root//opt/oxide/bin/xcvradm |
689 | 2023-10-24T20:40:27.851Z | + do_assemble |
690 | 2023-10-24T20:40:27.855Z | + rm -r ./out/transceiver-control |
691 | 2023-10-24T20:40:27.859Z | + mkdir ./out/transceiver-control |
692 | 2023-10-24T20:40:27.865Z | + cp -r out/downloads/root ./out/transceiver-control/root |
693 | 2023-10-24T20:40:28.048Z | All builder prerequisites installed successfully, and PATH looks valid |
694 | 2023-10-24T20:40:28.053Z | |
695 | 2023-10-24T20:40:28.058Z | real 2:18.238649510 |
696 | 2023-10-24T20:40:28.064Z | user 51.883235985 |
697 | 2023-10-24T20:40:28.069Z | sys 9.847734383 |
698 | 2023-10-24T20:40:28.074Z | trap 0.019057627 |
699 | 2023-10-24T20:40:28.080Z | tflt 0.299853787 |
700 | 2023-10-24T20:40:28.086Z | dflt 0.686904456 |
701 | 2023-10-24T20:40:28.091Z | kflt 0.282804258 |
702 | 2023-10-24T20:40:28.095Z | lock 2.064172954 |
703 | 2023-10-24T20:40:28.100Z | slp 4:21.291458482 |
704 | 2023-10-24T20:40:28.106Z | lat 3.353659013 |
705 | 2023-10-24T20:40:28.111Z | stop 0.069892026 |
706 | 2023-10-24T20:40:28.116Z | |
707 | 2023-10-24T20:40:28.123Z | #### # # ##### ##### # # |
708 | 2023-10-24T20:40:28.128Z | # # # # # # # # # # |
709 | 2023-10-24T20:40:28.133Z | # # # # # # # # |
710 | 2023-10-24T20:40:28.138Z | # # # ##### ##### # |
711 | 2023-10-24T20:40:28.143Z | # # # # # # # |
712 | 2023-10-24T20:40:28.150Z | #### ###### # # # # |
713 | 2023-10-24T20:40:28.157Z | |
714 | 2023-10-24T20:40:28.412Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
715 | 2023-10-24T20:40:28.865Z | Updating crates.io index |
716 | 2023-10-24T20:40:28.873Z | Updating git repository `https://github.com/oxidecomputer/dropshot` |
717 | 2023-10-24T20:40:29.669Z | Updating git repository `https://github.com/oxidecomputer/progenitor` |
718 | 2023-10-24T20:40:31.428Z | Updating git repository `http://github.com/oxidecomputer/serde_human_bytes` |
719 | 2023-10-24T20:40:32.225Z | Updating git repository `http://github.com/oxidecomputer/tofino` |
720 | 2023-10-24T20:40:32.544Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
721 | 2023-10-24T20:40:32.894Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
722 | 2023-10-24T20:40:33.198Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
723 | 2023-10-24T20:40:34.089Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
724 | 2023-10-24T20:40:35.793Z | Updating git repository `https://github.com/oxidecomputer/opte` |
725 | 2023-10-24T20:40:36.773Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
726 | 2023-10-24T20:40:37.146Z | Updating git repository `https://github.com/oxidecomputer/async-bb8-diesel` |
727 | 2023-10-24T20:40:37.503Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
728 | 2023-10-24T20:40:38.102Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
729 | 2023-10-24T20:40:38.474Z | Updating git repository `http://github.com/oxidecomputer/sprockets` |
730 | 2023-10-24T20:40:38.872Z | Updating git repository `https://github.com/oxidecomputer/diesel-dtrace` |
731 | 2023-10-24T20:40:39.255Z | Updating git repository `https://github.com/njaremko/samael` |
732 | 2023-10-24T20:40:39.932Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
733 | 2023-10-24T20:40:40.518Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
734 | 2023-10-24T20:40:40.996Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
735 | 2023-10-24T20:40:41.361Z | Updating git repository `https://github.com/jgallagher/nix` |
736 | 2023-10-24T20:40:42.581Z | Updating git repository `https://github.com/cbiffle/hubpack` |
737 | 2023-10-24T20:40:42.909Z | Updating git repository `https://github.com/oxidecomputer/omicron` |
738 | 2023-10-24T20:40:51.654Z | Updating git repository `https://github.com/oxidecomputer/rfb` |
739 | 2023-10-24T20:40:52.121Z | Updating git repository `https://github.com/oxidecomputer/typify` |
740 | 2023-10-24T20:40:53.149Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
741 | 2023-10-24T20:40:53.537Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
742 | 2023-10-24T20:40:53.893Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
743 | 2023-10-24T20:40:55.655Z | Downloading crates ... |
744 | 2023-10-24T20:40:55.832Z | Downloaded colorchoice v1.0.0 |
745 | 2023-10-24T20:40:55.835Z | Downloaded equivalent v1.0.1 |
746 | 2023-10-24T20:40:55.841Z | Downloaded anstream v0.5.0 |
747 | 2023-10-24T20:40:55.848Z | Downloaded bitflags v1.3.2 |
748 | 2023-10-24T20:40:55.853Z | Downloaded anstyle-parse v0.2.1 |
749 | 2023-10-24T20:40:55.857Z | Downloaded itoa v1.0.9 |
750 | 2023-10-24T20:40:55.860Z | Downloaded clap_lex v0.5.1 |
751 | 2023-10-24T20:40:55.863Z | Downloaded heck v0.4.1 |
752 | 2023-10-24T20:40:55.866Z | Downloaded cargo-platform v0.1.3 |
753 | 2023-10-24T20:40:55.871Z | Downloaded io-lifetimes v1.0.11 |
754 | 2023-10-24T20:40:55.874Z | Downloaded clap_builder v4.4.2 |
755 | 2023-10-24T20:40:55.878Z | Downloaded clap v4.4.3 |
756 | 2023-10-24T20:40:55.892Z | Downloaded toml_datetime v0.6.3 |
757 | 2023-10-24T20:40:55.896Z | Downloaded thiserror v1.0.49 |
758 | 2023-10-24T20:40:55.900Z | Downloaded thiserror-impl v1.0.49 |
759 | 2023-10-24T20:40:55.903Z | Downloaded terminal_size v0.2.6 |
760 | 2023-10-24T20:40:55.906Z | Downloaded utf8parse v0.2.1 |
761 | 2023-10-24T20:40:55.909Z | Downloaded ryu v1.0.15 |
762 | 2023-10-24T20:40:55.912Z | Downloaded anyhow v1.0.75 |
763 | 2023-10-24T20:40:55.917Z | Downloaded memchr v2.6.3 |
764 | 2023-10-24T20:40:55.925Z | Downloaded serde_spanned v0.6.3 |
765 | 2023-10-24T20:40:55.928Z | Downloaded toml v0.8.0 |
766 | 2023-10-24T20:40:55.932Z | Downloaded hashbrown v0.14.0 |
767 | 2023-10-24T20:40:55.940Z | Downloaded unicode-ident v1.0.12 |
768 | 2023-10-24T20:40:55.945Z | Downloaded toml_edit v0.20.0 |
769 | 2023-10-24T20:40:55.973Z | Downloaded winnow v0.5.15 |
770 | 2023-10-24T20:40:55.986Z | Downloaded serde_json v1.0.107 |
771 | 2023-10-24T20:40:55.999Z | Downloaded syn v2.0.32 |
772 | 2023-10-24T20:40:56.017Z | Downloaded rustix v0.37.23 |
773 | 2023-10-24T20:40:56.050Z | Downloaded libc v0.2.149 |
774 | 2023-10-24T20:40:56.097Z | Downloaded serde_derive v1.0.188 |
775 | 2023-10-24T20:40:56.101Z | Downloaded serde v1.0.188 |
776 | 2023-10-24T20:40:56.107Z | Downloaded semver v1.0.18 |
777 | 2023-10-24T20:40:56.111Z | Downloaded proc-macro2 v1.0.67 |
778 | 2023-10-24T20:40:56.115Z | Downloaded clap_derive v4.4.2 |
779 | 2023-10-24T20:40:56.117Z | Downloaded strsim v0.10.0 |
780 | 2023-10-24T20:40:56.120Z | Downloaded quote v1.0.33 |
781 | 2023-10-24T20:40:56.125Z | Downloaded indexmap v2.0.0 |
782 | 2023-10-24T20:40:56.130Z | Downloaded cargo_toml v0.16.3 |
783 | 2023-10-24T20:40:56.133Z | Downloaded camino v1.1.6 |
784 | 2023-10-24T20:40:56.136Z | Downloaded cargo_metadata v0.18.0 |
785 | 2023-10-24T20:40:56.140Z | Downloaded anstyle v1.0.2 |
786 | 2023-10-24T20:40:56.144Z | Downloaded anstyle-query v1.0.0 |
787 | 2023-10-24T20:40:56.147Z | Downloaded errno v0.3.2 |
788 | 2023-10-24T20:40:56.260Z | Compiling proc-macro2 v1.0.67 |
789 | 2023-10-24T20:40:56.263Z | Compiling unicode-ident v1.0.12 |
790 | 2023-10-24T20:40:56.268Z | Compiling serde v1.0.188 |
791 | 2023-10-24T20:40:56.270Z | Compiling libc v0.2.149 |
792 | 2023-10-24T20:40:56.273Z | Compiling io-lifetimes v1.0.11 |
793 | 2023-10-24T20:40:56.276Z | Compiling rustix v0.37.23 |
794 | 2023-10-24T20:40:56.279Z | Compiling bitflags v1.3.2 |
795 | 2023-10-24T20:40:56.282Z | Compiling hashbrown v0.14.0 |
796 | 2023-10-24T20:40:56.471Z | Compiling equivalent v1.0.1 |
797 | 2023-10-24T20:40:56.598Z | Compiling utf8parse v0.2.1 |
798 | 2023-10-24T20:40:56.620Z | Compiling camino v1.1.6 |
799 | 2023-10-24T20:40:56.842Z | Compiling anstyle-parse v0.2.1 |
800 | 2023-10-24T20:40:57.225Z | Compiling thiserror v1.0.49 |
801 | 2023-10-24T20:40:57.812Z | Compiling indexmap v2.0.0 |
802 | 2023-10-24T20:40:58.979Z | Compiling anstyle v1.0.2 |
803 | 2023-10-24T20:40:58.982Z | Compiling colorchoice v1.0.0 |
804 | 2023-10-24T20:40:59.149Z | Compiling anstyle-query v1.0.0 |
805 | 2023-10-24T20:40:59.168Z | Compiling winnow v0.5.15 |
806 | 2023-10-24T20:40:59.207Z | Compiling serde_json v1.0.107 |
807 | 2023-10-24T20:40:59.236Z | Compiling semver v1.0.18 |
808 | 2023-10-24T20:40:59.392Z | Compiling ryu v1.0.15 |
809 | 2023-10-24T20:40:59.656Z | Compiling anstream v0.5.0 |
810 | 2023-10-24T20:40:59.680Z | Compiling clap_lex v0.5.1 |
811 | 2023-10-24T20:40:59.937Z | Compiling itoa v1.0.9 |
812 | 2023-10-24T20:40:59.970Z | Compiling heck v0.4.1 |
813 | 2023-10-24T20:40:59.990Z | Compiling strsim v0.10.0 |
814 | 2023-10-24T20:41:00.277Z | Compiling anyhow v1.0.75 |
815 | 2023-10-24T20:41:00.463Z | Compiling quote v1.0.33 |
816 | 2023-10-24T20:41:01.045Z | Compiling syn v2.0.32 |
817 | 2023-10-24T20:41:01.193Z | Compiling errno v0.3.2 |
818 | 2023-10-24T20:41:02.819Z | Compiling terminal_size v0.2.6 |
819 | 2023-10-24T20:41:02.972Z | Compiling clap_builder v4.4.2 |
820 | 2023-10-24T20:41:08.275Z | Compiling serde_derive v1.0.188 |
821 | 2023-10-24T20:41:08.278Z | Compiling thiserror-impl v1.0.49 |
822 | 2023-10-24T20:41:08.282Z | Compiling clap_derive v4.4.2 |
823 | 2023-10-24T20:41:12.545Z | Compiling clap v4.4.3 |
824 | 2023-10-24T20:41:20.110Z | Compiling toml_datetime v0.6.3 |
825 | 2023-10-24T20:41:20.113Z | Compiling serde_spanned v0.6.3 |
826 | 2023-10-24T20:41:20.116Z | Compiling cargo-platform v0.1.3 |
827 | 2023-10-24T20:41:20.449Z | Compiling toml_edit v0.20.0 |
828 | 2023-10-24T20:41:22.148Z | Compiling cargo_metadata v0.18.0 |
829 | 2023-10-24T20:41:23.648Z | Compiling toml v0.8.0 |
830 | 2023-10-24T20:41:24.511Z | Compiling cargo_toml v0.16.3 |
831 | 2023-10-24T20:41:29.994Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
832 | 2023-10-24T20:41:31.296Z | Finished dev [unoptimized + debuginfo] target(s) in 1m 03s |
833 | 2023-10-24T20:41:31.512Z | Running `target/debug/xtask clippy` |
834 | 2023-10-24T20:41:31.565Z | running: "/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/cargo" "clippy" "--all-targets" "--" "--deny" "warnings" "--allow" "clippy::style" |
835 | 2023-10-24T20:41:32.479Z | Downloading crates ... |
836 | 2023-10-24T20:41:32.814Z | Downloaded cc v1.0.83 |
837 | 2023-10-24T20:41:32.823Z | Downloaded cexpr v0.6.0 |
838 | 2023-10-24T20:41:32.830Z | Downloaded hostname v0.3.1 |
839 | 2023-10-24T20:41:32.837Z | Downloaded crossbeam-epoch v0.9.15 |
840 | 2023-10-24T20:41:32.845Z | Downloaded httparse v1.8.0 |
841 | 2023-10-24T20:41:32.854Z | Downloaded bytes v1.5.0 |
842 | 2023-10-24T20:41:32.864Z | Downloaded hubpack v0.1.2 |
843 | 2023-10-24T20:41:32.867Z | Downloaded bitvec v1.0.1 |
844 | 2023-10-24T20:41:32.902Z | Downloaded ascii-canvas v3.0.0 |
845 | 2023-10-24T20:41:32.912Z | Downloaded base16ct v0.2.0 |
846 | 2023-10-24T20:41:32.919Z | Downloaded approx v0.5.1 |
847 | 2023-10-24T20:41:32.923Z | Downloaded adler v1.0.2 |
848 | 2023-10-24T20:41:32.929Z | Downloaded match_cfg v0.1.0 |
849 | 2023-10-24T20:41:32.936Z | Downloaded bitstruct_derive v0.1.0 |
850 | 2023-10-24T20:41:32.941Z | Downloaded maybe-uninit v2.0.0 |
851 | 2023-10-24T20:41:32.955Z | Downloaded arrayvec v0.7.4 |
852 | 2023-10-24T20:41:32.963Z | Downloaded home v0.5.5 |
853 | 2023-10-24T20:41:32.968Z | Downloaded camino-tempfile v1.0.2 |
854 | 2023-10-24T20:41:32.971Z | Downloaded assert_matches v1.5.0 |
855 | 2023-10-24T20:41:32.974Z | Downloaded hmac v0.12.1 |
856 | 2023-10-24T20:41:32.978Z | Downloaded headers-core v0.2.0 |
857 | 2023-10-24T20:41:32.981Z | Downloaded bcs v0.1.5 |
858 | 2023-10-24T20:41:32.988Z | Downloaded backoff v0.4.0 |
859 | 2023-10-24T20:41:32.993Z | Downloaded libefi-sys v0.1.0 |
860 | 2023-10-24T20:41:32.999Z | Downloaded bitfield v0.14.0 |
861 | 2023-10-24T20:41:33.010Z | Downloaded curve25519-dalek-derive v0.1.0 |
862 | 2023-10-24T20:41:33.014Z | Downloaded autocfg v1.1.0 |
863 | 2023-10-24T20:41:33.019Z | Downloaded heck v0.3.3 |
864 | 2023-10-24T20:41:33.023Z | Downloaded debug-ignore v1.0.5 |
865 | 2023-10-24T20:41:33.028Z | Downloaded usdt-impl v0.3.5 |
866 | 2023-10-24T20:41:33.033Z | Downloaded highway v1.1.0 |
867 | 2023-10-24T20:41:33.039Z | Downloaded toolchain_find v0.2.0 |
868 | 2023-10-24T20:41:33.044Z | Downloaded crypto-common v0.1.6 |
869 | 2023-10-24T20:41:33.048Z | Downloaded version_check v0.9.4 |
870 | 2023-10-24T20:41:33.051Z | Downloaded assert_cmd v2.0.12 |
871 | 2023-10-24T20:41:33.059Z | Downloaded radium v0.7.0 |
872 | 2023-10-24T20:41:33.062Z | Downloaded ascii v1.1.0 |
873 | 2023-10-24T20:41:33.069Z | Downloaded datatest-stable v0.1.3 |
874 | 2023-10-24T20:41:33.075Z | Downloaded bitflags v2.4.0 |
875 | 2023-10-24T20:41:33.083Z | Downloaded rustfmt-wrapper v0.2.0 |
876 | 2023-10-24T20:41:33.088Z | Downloaded crunchy v0.2.2 |
877 | 2023-10-24T20:41:33.091Z | Downloaded twox-hash v1.6.3 |
878 | 2023-10-24T20:41:33.096Z | Downloaded darling v0.20.3 |
879 | 2023-10-24T20:41:33.106Z | Downloaded doc-comment v0.3.3 |
880 | 2023-10-24T20:41:33.110Z | Downloaded smf v0.2.2 |
881 | 2023-10-24T20:41:33.114Z | Downloaded precomputed-hash v0.1.1 |
882 | 2023-10-24T20:41:33.117Z | Downloaded serial_test v0.10.0 |
883 | 2023-10-24T20:41:33.121Z | Downloaded derive_builder v0.12.0 |
884 | 2023-10-24T20:41:33.134Z | Downloaded dtrace-parser v0.1.14 |
885 | 2023-10-24T20:41:33.137Z | Downloaded percent-encoding v2.3.0 |
886 | 2023-10-24T20:41:33.141Z | Downloaded plotters-svg v0.3.5 |
887 | 2023-10-24T20:41:33.145Z | Downloaded mockall_derive v0.11.4 |
888 | 2023-10-24T20:41:33.150Z | Downloaded packed_struct_codegen v0.10.1 |
889 | 2023-10-24T20:41:33.153Z | Downloaded criterion v0.5.1 |
890 | 2023-10-24T20:41:33.171Z | Downloaded thread_local v1.1.7 |
891 | 2023-10-24T20:41:33.175Z | Downloaded polyval v0.6.1 |
892 | 2023-10-24T20:41:33.181Z | Downloaded ppv-lite86 v0.2.17 |
893 | 2023-10-24T20:41:33.184Z | Downloaded shell-words v1.1.0 |
894 | 2023-10-24T20:41:33.188Z | Downloaded pretty-hex v0.3.0 |
895 | 2023-10-24T20:41:33.191Z | Downloaded ed25519 v1.5.3 |
896 | 2023-10-24T20:41:33.196Z | Downloaded signature v2.1.0 |
897 | 2023-10-24T20:41:33.200Z | Downloaded xattr v1.0.1 |
898 | 2023-10-24T20:41:33.205Z | Downloaded tower-service v0.3.2 |
899 | 2023-10-24T20:41:33.210Z | Downloaded postcard-cobs v0.1.5-pre |
900 | 2023-10-24T20:41:33.213Z | Downloaded wyz v0.5.1 |
901 | 2023-10-24T20:41:33.216Z | Downloaded tracing-attributes v0.1.26 |
902 | 2023-10-24T20:41:33.219Z | Downloaded proc-macro-crate v1.3.1 |
903 | 2023-10-24T20:41:33.222Z | Downloaded predicates v2.1.5 |
904 | 2023-10-24T20:41:33.231Z | Downloaded serde_path_to_error v0.1.14 |
905 | 2023-10-24T20:41:33.237Z | Downloaded secrecy v0.8.0 |
906 | 2023-10-24T20:41:33.245Z | Downloaded postgres-protocol v0.6.6 |
907 | 2023-10-24T20:41:33.255Z | Downloaded tokio-macros v2.1.0 |
908 | 2023-10-24T20:41:33.271Z | Downloaded predicates v3.0.4 |
909 | 2023-10-24T20:41:33.281Z | Downloaded plotters-backend v0.3.5 |
910 | 2023-10-24T20:41:33.294Z | Downloaded foreign-types v0.5.0 |
911 | 2023-10-24T20:41:33.304Z | Downloaded serde_with_macros v2.3.3 |
912 | 2023-10-24T20:41:33.320Z | Downloaded postgres-types v0.2.6 |
913 | 2023-10-24T20:41:33.332Z | Downloaded predicates-core v1.0.6 |
914 | 2023-10-24T20:41:33.343Z | Downloaded parking_lot v0.11.2 |
915 | 2023-10-24T20:41:33.356Z | Downloaded futures-macro v0.3.28 |
916 | 2023-10-24T20:41:33.369Z | Downloaded proc-macro-error v1.0.4 |
917 | 2023-10-24T20:41:33.385Z | Downloaded pest_generator v2.7.2 |
918 | 2023-10-24T20:41:33.399Z | Downloaded number_prefix v0.4.0 |
919 | 2023-10-24T20:41:33.414Z | Downloaded heapless v0.7.16 |
920 | 2023-10-24T20:41:33.420Z | Downloaded tokio-native-tls v0.3.1 |
921 | 2023-10-24T20:41:33.428Z | Downloaded tinytemplate v1.2.1 |
922 | 2023-10-24T20:41:33.435Z | Downloaded fallible-iterator v0.2.0 |
923 | 2023-10-24T20:41:33.444Z | Downloaded form_urlencoded v1.2.0 |
924 | 2023-10-24T20:41:33.453Z | Downloaded rustversion v1.0.14 |
925 | 2023-10-24T20:41:33.458Z | Downloaded termtree v0.4.1 |
926 | 2023-10-24T20:41:33.465Z | Downloaded rustc-hash v1.1.0 |
927 | 2023-10-24T20:41:33.473Z | Downloaded semver-parser v0.10.2 |
928 | 2023-10-24T20:41:33.478Z | Downloaded oorandom v11.1.3 |
929 | 2023-10-24T20:41:33.483Z | Downloaded foreign-types-shared v0.3.1 |
930 | 2023-10-24T20:41:33.489Z | Downloaded parse-display v0.7.0 |
931 | 2023-10-24T20:41:33.498Z | Downloaded openssl-macros v0.1.1 |
932 | 2023-10-24T20:41:33.511Z | Downloaded utf-8 v0.7.6 |
933 | 2023-10-24T20:41:33.534Z | Downloaded futures-core v0.3.28 |
934 | 2023-10-24T20:41:33.542Z | Downloaded structmeta-derive v0.1.6 |
935 | 2023-10-24T20:41:33.556Z | Downloaded structmeta v0.1.6 |
936 | 2023-10-24T20:41:33.564Z | Downloaded sct v0.7.0 |
937 | 2023-10-24T20:41:33.574Z | Downloaded strsim v0.8.0 |
938 | 2023-10-24T20:41:33.585Z | Downloaded float-cmp v0.9.0 |
939 | 2023-10-24T20:41:33.593Z | Downloaded unicase v2.7.0 |
940 | 2023-10-24T20:41:33.602Z | Downloaded time-core v0.1.1 |
941 | 2023-10-24T20:41:33.618Z | Downloaded parking_lot_core v0.8.6 |
942 | 2023-10-24T20:41:33.624Z | Downloaded owo-colors v3.5.0 |
943 | 2023-10-24T20:41:33.639Z | Downloaded trust-dns-resolver v0.22.0 |
944 | 2023-10-24T20:41:33.757Z | Downloaded path-absolutize v3.1.0 |
945 | 2023-10-24T20:41:33.765Z | Downloaded foreign-types v0.3.2 |
946 | 2023-10-24T20:41:33.780Z | Downloaded futures-task v0.3.28 |
947 | 2023-10-24T20:41:33.791Z | Downloaded socket2 v0.4.9 |
948 | 2023-10-24T20:41:33.805Z | Downloaded serde_yaml v0.9.25 |
949 | 2023-10-24T20:41:33.818Z | Downloaded opaque-debug v0.3.0 |
950 | 2023-10-24T20:41:33.826Z | Downloaded usdt-macro v0.3.5 |
951 | 2023-10-24T20:41:33.836Z | Downloaded tokio-tungstenite v0.18.0 |
952 | 2023-10-24T20:41:33.852Z | Downloaded strum_macros v0.25.2 |
953 | 2023-10-24T20:41:33.867Z | Downloaded strum_macros v0.24.3 |
954 | 2023-10-24T20:41:33.876Z | Downloaded pkg-config v0.3.27 |
955 | 2023-10-24T20:41:33.884Z | Downloaded socket2 v0.5.4 |
956 | 2023-10-24T20:41:33.893Z | Downloaded try-lock v0.2.4 |
957 | 2023-10-24T20:41:33.907Z | Downloaded fxhash v0.2.1 |
958 | 2023-10-24T20:41:33.920Z | Downloaded textwrap v0.11.0 |
959 | 2023-10-24T20:41:33.935Z | Downloaded rusty-fork v0.3.0 |
960 | 2023-10-24T20:41:33.942Z | Downloaded steno v0.4.0 |
961 | 2023-10-24T20:41:33.956Z | Downloaded pem v1.1.1 |
962 | 2023-10-24T20:41:33.968Z | Downloaded os_str_bytes v6.5.1 |
963 | 2023-10-24T20:41:34.006Z | Downloaded rand_xorshift v0.3.0 |
964 | 2023-10-24T20:41:34.014Z | Downloaded futures-timer v3.0.2 |
965 | 2023-10-24T20:41:34.020Z | Downloaded funty v2.0.0 |
966 | 2023-10-24T20:41:34.027Z | Downloaded rand_core v0.6.4 |
967 | 2023-10-24T20:41:34.032Z | Downloaded path-slash v0.1.5 |
968 | 2023-10-24T20:41:34.037Z | Downloaded path-dedot v3.1.0 |
969 | 2023-10-24T20:41:34.074Z | Downloaded shlex v1.1.0 |
970 | 2023-10-24T20:41:34.078Z | Downloaded olpc-cjson v0.1.3 |
971 | 2023-10-24T20:41:34.086Z | Downloaded tokio-tungstenite v0.20.1 |
972 | 2023-10-24T20:41:34.095Z | Downloaded pkcs1 v0.7.5 |
973 | 2023-10-24T20:41:34.103Z | Downloaded futures-io v0.3.28 |
974 | 2023-10-24T20:41:34.112Z | Downloaded slog-envlogger v2.2.0 |
975 | 2023-10-24T20:41:34.120Z | Downloaded num_threads v0.1.6 |
976 | 2023-10-24T20:41:34.130Z | Downloaded stringprep v0.1.3 |
977 | 2023-10-24T20:41:34.174Z | Downloaded oso v0.26.4 |
978 | 2023-10-24T20:41:34.205Z | Downloaded filetime v0.2.22 |
979 | 2023-10-24T20:41:34.214Z | Downloaded slog-scope v4.4.0 |
980 | 2023-10-24T20:41:34.225Z | Downloaded tap v1.0.1 |
981 | 2023-10-24T20:41:34.236Z | Downloaded rustls-native-certs v0.6.3 |
982 | 2023-10-24T20:41:34.246Z | Downloaded crossterm v0.27.0 |
983 | 2023-10-24T20:41:34.251Z | Downloaded tempdir v0.3.7 |
984 | 2023-10-24T20:41:34.265Z | Downloaded pin-project-lite v0.2.13 |
985 | 2023-10-24T20:41:34.304Z | Downloaded generic-array v0.14.7 |
986 | 2023-10-24T20:41:34.322Z | Downloaded tiny-keccak v2.0.2 |
987 | 2023-10-24T20:41:34.327Z | Downloaded tui-tree-widget v0.13.0 |
988 | 2023-10-24T20:41:34.334Z | Downloaded crossterm v0.26.1 |
989 | 2023-10-24T20:41:34.339Z | Downloaded test-strategy v0.2.1 |
990 | 2023-10-24T20:41:34.347Z | Downloaded textwrap v0.16.0 |
991 | 2023-10-24T20:41:34.366Z | Downloaded pin-project-internal v1.1.3 |
992 | 2023-10-24T20:41:34.489Z | Downloaded parking_lot_core v0.9.8 |
993 | 2023-10-24T20:41:34.512Z | Downloaded erased-serde v0.3.30 |
994 | 2023-10-24T20:41:34.595Z | Downloaded omicron-zone-package v0.8.3 |
995 | 2023-10-24T20:41:34.608Z | Downloaded tar v0.4.40 |
996 | 2023-10-24T20:41:34.615Z | Downloaded derive_more v0.99.17 |
997 | 2023-10-24T20:41:34.635Z | Downloaded hashlink v0.8.3 |
998 | 2023-10-24T20:41:34.644Z | Downloaded x509-cert v0.2.4 |
999 | 2023-10-24T20:41:34.650Z | Downloaded platforms v3.0.2 |
1000 | 2023-10-24T20:41:34.672Z | Downloaded headers v0.3.9 |
1001 | 2023-10-24T20:41:34.680Z | Downloaded pin-project v1.1.3 |
1002 | 2023-10-24T20:41:34.685Z | Downloaded tungstenite v0.18.0 |
1003 | 2023-10-24T20:41:34.690Z | Downloaded rsa v0.9.2 |
1004 | 2023-10-24T20:41:34.714Z | Downloaded uuid v1.4.1 |
1005 | 2023-10-24T20:41:34.723Z | Downloaded regex-automata v0.1.10 |
1006 | 2023-10-24T20:41:34.726Z | Downloaded url v2.4.1 |
1007 | 2023-10-24T20:41:34.731Z | Downloaded unsafe-libyaml v0.2.9 |
1008 | 2023-10-24T20:41:34.917Z | Downloaded rayon v1.7.0 |
1009 | 2023-10-24T20:41:34.931Z | Downloaded unicode-normalization v0.1.22 |
1010 | 2023-10-24T20:41:34.939Z | Downloaded rayon-core v1.11.0 |
1011 | 2023-10-24T20:41:34.951Z | Downloaded lalrpop v0.19.12 |
1012 | 2023-10-24T20:41:35.002Z | Downloaded futures-util v0.3.28 |
1013 | 2023-10-24T20:41:35.032Z | Downloaded reqwest v0.11.20 |
1014 | 2023-10-24T20:41:35.064Z | Downloaded hashbrown v0.13.2 |
1015 | 2023-10-24T20:41:35.082Z | Downloaded reedline v0.23.0 |
1016 | 2023-10-24T20:41:35.087Z | Downloaded portable-atomic v1.4.3 |
1017 | 2023-10-24T20:41:35.092Z | Downloaded object v0.32.1 |
1018 | 2023-10-24T20:41:35.112Z | Downloaded openssl v0.10.57 |
1019 | 2023-10-24T20:41:35.153Z | Downloaded regex v1.9.5 |
1020 | 2023-10-24T20:41:35.178Z | Downloaded openapiv3 v1.0.3 |
1021 | 2023-10-24T20:41:35.200Z | Downloaded plotters v0.3.5 |
1022 | 2023-10-24T20:41:35.219Z | Downloaded zerocopy-derive v0.2.0 |
1023 | 2023-10-24T20:41:35.239Z | Downloaded regex-automata v0.3.8 |
1024 | 2023-10-24T20:41:35.262Z | Downloaded git2 v0.17.2 |
1025 | 2023-10-24T20:41:35.295Z | Downloaded tabled v0.14.0 |
1026 | 2023-10-24T20:41:35.726Z | Downloaded vcpkg v0.2.15 |
1027 | 2023-10-24T20:41:35.787Z | Downloaded proptest v1.3.1 |
1028 | 2023-10-24T20:41:35.981Z | Downloaded curve25519-dalek v4.1.0 |
1029 | 2023-10-24T20:41:36.119Z | Downloaded regress v0.7.1 |
1030 | 2023-10-24T20:41:36.703Z | Downloaded rustls v0.21.7 |
1031 | 2023-10-24T20:41:37.536Z | Downloaded diesel v2.1.1 |
1032 | 2023-10-24T20:41:37.937Z | Downloaded regex-syntax v0.7.5 |
1033 | 2023-10-24T20:41:38.872Z | Downloaded bstr v1.6.0 |
1034 | 2023-10-24T20:41:39.603Z | Downloaded rustix v0.38.9 |
1035 | 2023-10-24T20:41:42.484Z | Downloaded gimli v0.28.0 |
1036 | 2023-10-24T20:41:43.358Z | Downloaded zerocopy-derive v0.6.4 |
1037 | 2023-10-24T20:42:03.285Z | Downloaded bzip2-sys v0.1.11+1.0.8 |
1038 | 2023-10-24T20:42:03.670Z | Downloaded polar-core v0.26.4 |
1039 | 2023-10-24T20:42:04.015Z | Downloaded encoding_rs v0.8.33 |
1040 | 2023-10-24T20:42:04.430Z | Downloaded smoltcp v0.9.1 |
1041 | 2023-10-24T20:42:05.036Z | Downloaded sha3 v0.10.8 |
1042 | 2023-10-24T20:42:05.159Z | Downloaded tokio v1.33.0 |
1043 | 2023-10-24T20:42:05.242Z | Downloaded ratatui v0.23.0 |
1044 | 2023-10-24T20:42:05.323Z | Downloaded libtest-mimic v0.5.2 |
1045 | 2023-10-24T20:42:05.387Z | Downloaded sled v0.34.7 |
1046 | 2023-10-24T20:42:05.424Z | Downloaded regex-syntax v0.6.29 |
1047 | 2023-10-24T20:42:05.517Z | Downloaded smoltcp v0.8.2 |
1048 | 2023-10-24T20:42:05.655Z | Downloaded idna v0.2.3 |
1049 | 2023-10-24T20:42:05.755Z | Downloaded trust-dns-proto v0.22.0 |
1050 | 2023-10-24T20:42:05.815Z | Downloaded object v0.30.4 |
1051 | 2023-10-24T20:42:05.840Z | Downloaded bindgen v0.65.1 |
1052 | 2023-10-24T20:42:05.856Z | Downloaded nix v0.26.2 |
1053 | 2023-10-24T20:42:05.877Z | Downloaded webpki-roots v0.25.2 |
1054 | 2023-10-24T20:42:05.949Z | Downloaded h2 v0.3.21 |
1055 | 2023-10-24T20:42:06.011Z | Downloaded radix_trie v0.2.1 |
1056 | 2023-10-24T20:42:06.054Z | Downloaded idna v0.4.0 |
1057 | 2023-10-24T20:42:06.136Z | Downloaded petgraph v0.6.4 |
1058 | 2023-10-24T20:42:06.180Z | Downloaded bstr v0.2.17 |
1059 | 2023-10-24T20:42:06.246Z | Downloaded syn v1.0.109 |
1060 | 2023-10-24T20:42:06.292Z | Downloaded expectorate v1.1.0 |
1061 | 2023-10-24T20:42:06.329Z | Downloaded trust-dns-server v0.22.1 |
1062 | 2023-10-24T20:42:06.360Z | Downloaded tough v0.12.5 |
1063 | 2023-10-24T20:42:06.389Z | Downloaded tokio-util v0.7.8 |
1064 | 2023-10-24T20:42:06.475Z | Downloaded time v0.3.27 |
1065 | 2023-10-24T20:42:06.542Z | Downloaded aho-corasick v1.0.4 |
1066 | 2023-10-24T20:42:06.554Z | Downloaded ron v0.8.1 |
1067 | 2023-10-24T20:42:06.608Z | Downloaded libgit2-sys v0.15.2+1.6.4 |
1068 | 2023-10-24T20:42:06.698Z | Downloaded salty v0.2.0 |
1069 | 2023-10-24T20:42:06.710Z | Downloaded env_logger v0.10.0 |
1070 | 2023-10-24T20:42:06.740Z | Downloaded rusqlite v0.29.0 |
1071 | 2023-10-24T20:42:06.789Z | Downloaded quick-xml v0.23.1 |
1072 | 2023-10-24T20:42:06.853Z | Downloaded hyper v0.14.27 |
1073 | 2023-10-24T20:42:06.886Z | Downloaded flume v0.11.0 |
1074 | 2023-10-24T20:42:06.911Z | Downloaded flate2 v1.0.27 |
1075 | 2023-10-24T20:42:06.971Z | Downloaded serde_with v2.3.3 |
1076 | 2023-10-24T20:42:07.009Z | Downloaded rustls-webpki v0.101.4 |
1077 | 2023-10-24T20:42:07.046Z | Downloaded rust-argon2 v1.0.1 |
1078 | 2023-10-24T20:42:07.099Z | Downloaded futures v0.3.28 |
1079 | 2023-10-24T20:42:07.170Z | Downloaded unicode-segmentation v1.10.1 |
1080 | 2023-10-24T20:42:07.222Z | Downloaded diesel_derives v2.1.1 |
1081 | 2023-10-24T20:42:07.244Z | Downloaded tokio-postgres v0.7.10 |
1082 | 2023-10-24T20:42:07.797Z | Downloaded hashbrown v0.12.3 |
1083 | 2023-10-24T20:42:07.829Z | Downloaded pest v2.7.2 |
1084 | 2023-10-24T20:42:07.866Z | Downloaded signal-hook-tokio v0.3.1 |
1085 | 2023-10-24T20:42:07.879Z | Downloaded walkdir v2.4.0 |
1086 | 2023-10-24T20:42:07.893Z | Downloaded ref-cast v1.0.20 |
1087 | 2023-10-24T20:42:07.915Z | Downloaded fastrand v2.0.0 |
1088 | 2023-10-24T20:42:07.933Z | Downloaded strip-ansi-escapes v0.2.0 |
1089 | 2023-10-24T20:42:07.940Z | Downloaded spin v0.5.2 |
1090 | 2023-10-24T20:42:07.953Z | Downloaded resolv-conf v0.7.0 |
1091 | 2023-10-24T20:42:07.961Z | Downloaded relative-path v1.9.0 |
1092 | 2023-10-24T20:42:07.976Z | Downloaded string_cache v0.8.7 |
1093 | 2023-10-24T20:42:07.984Z | Downloaded similar v2.2.1 |
1094 | 2023-10-24T20:42:07.995Z | Downloaded pkcs8 v0.10.2 |
1095 | 2023-10-24T20:42:08.007Z | Downloaded unicode-bidi v0.3.13 |
1096 | 2023-10-24T20:42:08.018Z | Downloaded subprocess v0.2.9 |
1097 | 2023-10-24T20:42:08.031Z | Downloaded diff v0.1.13 |
1098 | 2023-10-24T20:42:08.038Z | Downloaded slog-dtrace v0.2.3 |
1099 | 2023-10-24T20:42:08.051Z | Downloaded slog-json v2.6.1 |
1100 | 2023-10-24T20:42:08.059Z | Downloaded tungstenite v0.20.1 |
1101 | 2023-10-24T20:42:08.072Z | Downloaded rustc-demangle v0.1.23 |
1102 | 2023-10-24T20:42:08.080Z | Downloaded packed_struct v0.10.1 |
1103 | 2023-10-24T20:42:08.093Z | Downloaded tabled_derive v0.6.0 |
1104 | 2023-10-24T20:42:08.104Z | Downloaded ref-cast-impl v1.0.20 |
1105 | 2023-10-24T20:42:08.114Z | Downloaded paste v1.0.14 |
1106 | 2023-10-24T20:42:08.119Z | Downloaded futures-channel v0.3.28 |
1107 | 2023-10-24T20:42:08.124Z | Downloaded tracing v0.1.37 |
1108 | 2023-10-24T20:42:08.129Z | Downloaded getopts v0.2.21 |
1109 | 2023-10-24T20:42:08.134Z | Downloaded getrandom v0.2.10 |
1110 | 2023-10-24T20:42:08.141Z | Downloaded toml v0.5.11 |
1111 | 2023-10-24T20:42:08.146Z | Downloaded rstest v0.18.2 |
1112 | 2023-10-24T20:42:08.175Z | Downloaded fragile v2.0.0 |
1113 | 2023-10-24T20:42:08.182Z | Downloaded rand v0.8.5 |
1114 | 2023-10-24T20:42:08.190Z | Downloaded vergen v8.2.4 |
1115 | 2023-10-24T20:42:08.209Z | Downloaded pretty-hex v0.2.1 |
1116 | 2023-10-24T20:42:08.233Z | Downloaded phf_shared v0.10.0 |
1117 | 2023-10-24T20:42:08.245Z | Downloaded openssl-sys v0.9.93 |
1118 | 2023-10-24T20:42:08.260Z | Downloaded clap v2.34.0 |
1119 | 2023-10-24T20:42:08.272Z | Downloaded libz-sys v1.1.12 |
1120 | 2023-10-24T20:42:08.700Z | Downloaded quick-error v1.2.3 |
1121 | 2023-10-24T20:42:08.727Z | Downloaded serde_arrays v0.1.0 |
1122 | 2023-10-24T20:42:08.783Z | Downloaded fs-err v2.9.0 |
1123 | 2023-10-24T20:42:08.812Z | Downloaded serde-hex v0.1.0 |
1124 | 2023-10-24T20:42:08.833Z | Downloaded pretty_assertions v1.4.0 |
1125 | 2023-10-24T20:42:08.902Z | Downloaded trust-dns-client v0.22.0 |
1126 | 2023-10-24T20:42:08.922Z | Downloaded peeking_take_while v0.1.2 |
1127 | 2023-10-24T20:42:08.941Z | Downloaded take_mut v0.2.2 |
1128 | 2023-10-24T20:42:08.956Z | Downloaded num_enum_derive v0.7.0 |
1129 | 2023-10-24T20:42:09.021Z | Downloaded aes v0.8.3 |
1130 | 2023-10-24T20:42:09.063Z | Downloaded libm v0.2.7 |
1131 | 2023-10-24T20:42:09.111Z | Downloaded digest v0.10.7 |
1132 | 2023-10-24T20:42:09.140Z | Downloaded hkdf v0.12.3 |
1133 | 2023-10-24T20:42:09.181Z | Downloaded num-bigint v0.4.4 |
1134 | 2023-10-24T20:42:09.209Z | Downloaded slog-bunyan v2.4.0 |
1135 | 2023-10-24T20:42:09.291Z | Downloaded siphasher v0.3.11 |
1136 | 2023-10-24T20:42:09.329Z | Downloaded pin-utils v0.1.0 |
1137 | 2023-10-24T20:42:09.352Z | Downloaded partial-io v0.5.4 |
1138 | 2023-10-24T20:42:09.388Z | Downloaded oso-derive v0.26.4 |
1139 | 2023-10-24T20:42:09.408Z | Downloaded unarray v0.1.4 |
1140 | 2023-10-24T20:42:09.432Z | Downloaded http v0.2.9 |
1141 | 2023-10-24T20:42:09.452Z | Downloaded toml v0.7.8 |
1142 | 2023-10-24T20:42:09.460Z | Downloaded itertools v0.11.0 |
1143 | 2023-10-24T20:42:09.474Z | Downloaded futures-sink v0.3.28 |
1144 | 2023-10-24T20:42:09.484Z | Downloaded futures-executor v0.3.28 |
1145 | 2023-10-24T20:42:09.530Z | Downloaded once_cell v1.18.0 |
1146 | 2023-10-24T20:42:09.546Z | Downloaded globset v0.4.13 |
1147 | 2023-10-24T20:42:09.557Z | Downloaded glob v0.3.1 |
1148 | 2023-10-24T20:42:09.577Z | Downloaded env_logger v0.9.3 |
1149 | 2023-10-24T20:42:09.606Z | Downloaded trybuild v1.0.85 |
1150 | 2023-10-24T20:42:09.624Z | Downloaded pest_meta v2.7.2 |
1151 | 2023-10-24T20:42:09.643Z | Downloaded num-bigint-dig v0.8.4 |
1152 | 2023-10-24T20:42:09.653Z | Downloaded libxml v0.3.3 |
1153 | 2023-10-24T20:42:09.687Z | Downloaded fatfs v0.3.6 |
1154 | 2023-10-24T20:42:09.734Z | Downloaded fnv v1.0.7 |
1155 | 2023-10-24T20:42:09.751Z | Downloaded fixedbitset v0.4.2 |
1156 | 2023-10-24T20:42:09.764Z | Downloaded ff v0.13.0 |
1157 | 2023-10-24T20:42:09.772Z | Downloaded enum-as-inner v0.5.1 |
1158 | 2023-10-24T20:42:09.819Z | Downloaded fd-lock v3.0.13 |
1159 | 2023-10-24T20:42:09.869Z | Downloaded der v0.7.8 |
1160 | 2023-10-24T20:42:09.975Z | Downloaded clap v3.2.25 |
1161 | 2023-10-24T20:42:10.012Z | Downloaded fallible-streaming-iterator v0.1.9 |
1162 | 2023-10-24T20:42:10.052Z | Downloaded untrusted v0.7.1 |
1163 | 2023-10-24T20:42:10.099Z | Downloaded snafu v0.7.5 |
1164 | 2023-10-24T20:42:10.110Z | Downloaded password-hash v0.5.0 |
1165 | 2023-10-24T20:42:10.137Z | Downloaded derive_builder_core v0.12.0 |
1166 | 2023-10-24T20:42:10.149Z | Downloaded difflib v0.4.0 |
1167 | 2023-10-24T20:42:10.205Z | Downloaded flagset v0.4.3 |
1168 | 2023-10-24T20:42:10.267Z | Downloaded termios v0.3.3 |
1169 | 2023-10-24T20:42:10.287Z | Downloaded diesel_table_macro_syntax v0.1.0 |
1170 | 2023-10-24T20:42:10.356Z | Downloaded elliptic-curve v0.13.5 |
1171 | 2023-10-24T20:42:10.373Z | Downloaded mio v0.8.8 |
1172 | 2023-10-24T20:42:10.388Z | Downloaded libsqlite3-sys v0.26.0 |
1173 | 2023-10-24T20:42:10.404Z | Downloaded vec_map v0.8.2 |
1174 | 2023-10-24T20:42:10.416Z | Downloaded prettyplease v0.2.12 |
1175 | 2023-10-24T20:42:10.434Z | Downloaded parking_lot v0.12.1 |
1176 | 2023-10-24T20:42:10.464Z | Downloaded ring v0.16.20 |
1177 | 2023-10-24T20:42:10.478Z | Downloaded papergrid v0.10.0 |
1178 | 2023-10-24T20:42:10.496Z | Downloaded tracing-core v0.1.31 |
1179 | 2023-10-24T20:42:10.499Z | Downloaded hash32 v0.2.1 |
1180 | 2023-10-24T20:42:10.503Z | Downloaded unicode-linebreak v0.1.5 |
1181 | 2023-10-24T20:42:10.515Z | Downloaded parse-display-derive v0.7.0 |
1182 | 2023-10-24T20:42:10.522Z | Downloaded spin v0.9.8 |
1183 | 2023-10-24T20:42:10.525Z | Downloaded snafu-derive v0.7.5 |
1184 | 2023-10-24T20:42:10.529Z | Downloaded postcard v0.7.3 |
1185 | 2023-10-24T20:42:10.532Z | Downloaded half v1.8.2 |
1186 | 2023-10-24T20:42:10.536Z | Downloaded rpassword v7.2.0 |
1187 | 2023-10-24T20:42:10.539Z | Downloaded semver v0.11.0 |
1188 | 2023-10-24T20:42:10.543Z | Downloaded rcgen v0.10.0 |
1189 | 2023-10-24T20:42:10.579Z | Downloaded semver v0.1.20 |
1190 | 2023-10-24T20:42:10.583Z | Downloaded derive_builder_macro v0.12.0 |
1191 | 2023-10-24T20:42:10.587Z | Downloaded similar-asserts v1.5.0 |
1192 | 2023-10-24T20:42:10.590Z | Downloaded same-file v1.0.6 |
1193 | 2023-10-24T20:42:10.594Z | Downloaded toml_edit v0.19.15 |
1194 | 2023-10-24T20:42:10.597Z | Downloaded const_format v0.2.31 |
1195 | 2023-10-24T20:42:10.600Z | Downloaded want v0.3.1 |
1196 | 2023-10-24T20:42:10.603Z | Downloaded waitgroup v0.1.2 |
1197 | 2023-10-24T20:42:10.606Z | Downloaded yansi v0.5.1 |
1198 | 2023-10-24T20:42:10.609Z | Downloaded rand v0.4.6 |
1199 | 2023-10-24T20:42:10.613Z | Downloaded zip v0.6.6 |
1200 | 2023-10-24T20:42:10.616Z | Downloaded slog-stdlog v4.1.1 |
1201 | 2023-10-24T20:42:10.619Z | Downloaded group v0.13.0 |
1202 | 2023-10-24T20:42:10.622Z | Downloaded scopeguard v1.2.0 |
1203 | 2023-10-24T20:42:10.625Z | Downloaded rand_chacha v0.3.1 |
1204 | 2023-10-24T20:42:10.628Z | Downloaded proc-macro-error-attr v1.0.4 |
1205 | 2023-10-24T20:42:10.660Z | Downloaded itertools v0.10.5 |
1206 | 2023-10-24T20:42:10.678Z | Downloaded topological-sort v0.2.2 |
1207 | 2023-10-24T20:42:10.681Z | Downloaded strum v0.25.0 |
1208 | 2023-10-24T20:42:10.684Z | Downloaded slog-term v2.9.0 |
1209 | 2023-10-24T20:42:10.687Z | Downloaded zerocopy v0.6.4 |
1210 | 2023-10-24T20:42:10.692Z | Downloaded spki v0.7.2 |
1211 | 2023-10-24T20:42:10.704Z | Downloaded pest_derive v2.7.2 |
1212 | 2023-10-24T20:42:10.717Z | Downloaded usdt v0.3.5 |
1213 | 2023-10-24T20:42:10.736Z | Downloaded minimal-lexical v0.2.1 |
1214 | 2023-10-24T20:42:10.759Z | Downloaded phf v0.11.2 |
1215 | 2023-10-24T20:42:10.780Z | Downloaded darling_core v0.14.4 |
1216 | 2023-10-24T20:42:10.792Z | Downloaded serde_derive_internals v0.26.0 |
1217 | 2023-10-24T20:42:10.798Z | Downloaded tinyvec v1.6.0 |
1218 | 2023-10-24T20:42:10.801Z | Downloaded dyn-clone v1.0.13 |
1219 | 2023-10-24T20:42:10.804Z | Downloaded foreign-types-macros v0.2.3 |
1220 | 2023-10-24T20:42:10.807Z | Downloaded poly1305 v0.8.0 |
1221 | 2023-10-24T20:42:10.816Z | Downloaded which v4.4.0 |
1222 | 2023-10-24T20:42:10.849Z | Downloaded openssl-probe v0.1.5 |
1223 | 2023-10-24T20:42:10.853Z | Downloaded foreign-types-shared v0.1.1 |
1224 | 2023-10-24T20:42:10.873Z | Downloaded predicates-tree v1.0.9 |
1225 | 2023-10-24T20:42:10.880Z | Downloaded pem-rfc7468 v0.7.0 |
1226 | 2023-10-24T20:42:10.904Z | Downloaded ena v0.14.2 |
1227 | 2023-10-24T20:42:10.928Z | Downloaded derive-where v1.2.5 |
1228 | 2023-10-24T20:42:10.940Z | Downloaded crypto-bigint v0.5.2 |
1229 | 2023-10-24T20:42:10.944Z | Downloaded static_assertions v1.1.0 |
1230 | 2023-10-24T20:42:10.947Z | Downloaded darling_core v0.20.3 |
1231 | 2023-10-24T20:42:10.966Z | Downloaded typenum v1.16.0 |
1232 | 2023-10-24T20:42:10.970Z | Downloaded structopt v0.3.26 |
1233 | 2023-10-24T20:42:10.973Z | Downloaded whoami v1.4.1 |
1234 | 2023-10-24T20:42:10.976Z | Downloaded miniz_oxide v0.7.1 |
1235 | 2023-10-24T20:42:10.978Z | Downloaded slog v2.7.0 |
1236 | 2023-10-24T20:42:10.981Z | Downloaded signal-hook v0.3.17 |
1237 | 2023-10-24T20:42:10.984Z | Downloaded phf_shared v0.11.2 |
1238 | 2023-10-24T20:42:10.987Z | Downloaded vte v0.11.1 |
1239 | 2023-10-24T20:42:10.991Z | Downloaded signature v1.6.4 |
1240 | 2023-10-24T20:42:10.999Z | Downloaded dof v0.1.5 |
1241 | 2023-10-24T20:42:11.006Z | Downloaded dirs-next v2.0.0 |
1242 | 2023-10-24T20:42:11.017Z | Downloaded term v0.7.0 |
1243 | 2023-10-24T20:42:11.020Z | Downloaded serde_tokenstream v0.2.0 |
1244 | 2023-10-24T20:42:11.024Z | Downloaded r2d2 v0.8.10 |
1245 | 2023-10-24T20:42:11.027Z | Downloaded data-encoding v2.4.0 |
1246 | 2023-10-24T20:42:11.030Z | Downloaded either v1.9.0 |
1247 | 2023-10-24T20:42:11.033Z | Downloaded dirs-sys-next v0.1.2 |
1248 | 2023-10-24T20:42:11.037Z | Downloaded base64 v0.21.4 |
1249 | 2023-10-24T20:42:11.040Z | Downloaded base64 v0.13.1 |
1250 | 2023-10-24T20:42:11.042Z | Downloaded arc-swap v1.6.0 |
1251 | 2023-10-24T20:42:11.045Z | Downloaded const-oid v0.9.5 |
1252 | 2023-10-24T20:42:11.048Z | Downloaded universal-hash v0.5.1 |
1253 | 2023-10-24T20:42:11.051Z | Downloaded thiserror-impl-no-std v2.0.2 |
1254 | 2023-10-24T20:42:11.055Z | Downloaded smallvec v0.6.14 |
1255 | 2023-10-24T20:42:11.058Z | Downloaded serde_urlencoded v0.7.1 |
1256 | 2023-10-24T20:42:11.061Z | Downloaded sha2 v0.10.7 |
1257 | 2023-10-24T20:42:11.064Z | Downloaded threadpool v1.8.1 |
1258 | 2023-10-24T20:42:11.067Z | Downloaded crossbeam-utils v0.8.16 |
1259 | 2023-10-24T20:42:11.070Z | Downloaded yasna v0.5.2 |
1260 | 2023-10-24T20:42:11.073Z | Downloaded vsss-rs v3.3.1 |
1261 | 2023-10-24T20:42:11.076Z | Downloaded zerocopy v0.3.0 |
1262 | 2023-10-24T20:42:11.080Z | Downloaded libloading v0.7.4 |
1263 | 2023-10-24T20:42:11.083Z | Downloaded ucd-trie v0.1.6 |
1264 | 2023-10-24T20:42:11.086Z | Downloaded downcast v0.11.0 |
1265 | 2023-10-24T20:42:11.089Z | Downloaded display-error-chain v0.1.1 |
1266 | 2023-10-24T20:42:11.093Z | Downloaded blake2 v0.10.6 |
1267 | 2023-10-24T20:42:11.097Z | Downloaded backtrace v0.3.69 |
1268 | 2023-10-24T20:42:11.104Z | Downloaded dashmap v5.5.1 |
1269 | 2023-10-24T20:42:11.107Z | Downloaded schemars v0.8.13 |
1270 | 2023-10-24T20:42:11.111Z | Downloaded ron v0.7.1 |
1271 | 2023-10-24T20:42:11.114Z | Downloaded deranged v0.3.8 |
1272 | 2023-10-24T20:42:11.117Z | Downloaded der_derive v0.7.2 |
1273 | 2023-10-24T20:42:11.121Z | Downloaded tempfile v3.8.0 |
1274 | 2023-10-24T20:42:11.124Z | Downloaded structopt-derive v0.4.18 |
1275 | 2023-10-24T20:42:11.128Z | Downloaded endian-type v0.1.2 |
1276 | 2023-10-24T20:42:11.131Z | Downloaded allocator-api2 v0.2.16 |
1277 | 2023-10-24T20:42:11.136Z | Downloaded basic-toml v0.1.4 |
1278 | 2023-10-24T20:42:11.140Z | Downloaded rustc_version v0.4.0 |
1279 | 2023-10-24T20:42:11.147Z | Downloaded addr2line v0.21.0 |
1280 | 2023-10-24T20:42:11.154Z | Downloaded clang-sys v1.6.1 |
1281 | 2023-10-24T20:42:11.159Z | Downloaded bit-set v0.5.3 |
1282 | 2023-10-24T20:42:11.163Z | Downloaded crossbeam-queue v0.3.8 |
1283 | 2023-10-24T20:42:11.167Z | Downloaded zeroize_derive v1.4.2 |
1284 | 2023-10-24T20:42:11.171Z | Downloaded zeroize v1.6.0 |
1285 | 2023-10-24T20:42:11.180Z | Downloaded tokio-rustls v0.24.1 |
1286 | 2023-10-24T20:42:11.186Z | Downloaded stable_deref_trait v1.2.0 |
1287 | 2023-10-24T20:42:11.190Z | Downloaded slab v0.4.9 |
1288 | 2023-10-24T20:42:11.194Z | Downloaded signal-hook-registry v1.4.1 |
1289 | 2023-10-24T20:42:11.199Z | Downloaded rstest_macros v0.18.2 |
1290 | 2023-10-24T20:42:11.204Z | Downloaded num-traits v0.2.16 |
1291 | 2023-10-24T20:42:11.210Z | Downloaded darling v0.14.4 |
1292 | 2023-10-24T20:42:11.218Z | Downloaded time-macros v0.2.13 |
1293 | 2023-10-24T20:42:11.224Z | Downloaded thiserror-no-std v2.0.2 |
1294 | 2023-10-24T20:42:11.231Z | Downloaded termcolor v1.2.0 |
1295 | 2023-10-24T20:42:11.238Z | Downloaded synstructure v0.12.6 |
1296 | 2023-10-24T20:42:11.243Z | Downloaded subtle v2.5.0 |
1297 | 2023-10-24T20:42:11.248Z | Downloaded nu-ansi-term v0.49.0 |
1298 | 2023-10-24T20:42:11.252Z | Downloaded multer v2.1.0 |
1299 | 2023-10-24T20:42:11.257Z | Downloaded macaddr v1.0.1 |
1300 | 2023-10-24T20:42:11.264Z | Downloaded lazy_static v1.4.0 |
1301 | 2023-10-24T20:42:11.270Z | Downloaded crc-catalog v2.2.0 |
1302 | 2023-10-24T20:42:11.277Z | Downloaded const_format_proc_macros v0.2.31 |
1303 | 2023-10-24T20:42:11.284Z | Downloaded ciborium v0.2.1 |
1304 | 2023-10-24T20:42:11.290Z | Downloaded smallvec v1.11.0 |
1305 | 2023-10-24T20:42:11.312Z | Downloaded memoffset v0.7.1 |
1306 | 2023-10-24T20:42:11.319Z | Downloaded async-trait v0.1.73 |
1307 | 2023-10-24T20:42:11.330Z | Downloaded zone_cfg_derive v0.2.0 |
1308 | 2023-10-24T20:42:11.345Z | Downloaded log v0.4.20 |
1309 | 2023-10-24T20:42:11.350Z | Downloaded darling_macro v0.14.4 |
1310 | 2023-10-24T20:42:11.357Z | Downloaded zone v0.2.0 |
1311 | 2023-10-24T20:42:11.364Z | Downloaded tokio-stream v0.1.14 |
1312 | 2023-10-24T20:42:11.371Z | Downloaded cipher v0.4.4 |
1313 | 2023-10-24T20:42:11.378Z | Downloaded ctr v0.9.2 |
1314 | 2023-10-24T20:42:11.385Z | Downloaded crossbeam v0.8.2 |
1315 | 2023-10-24T20:42:11.392Z | Downloaded smawk v0.3.1 |
1316 | 2023-10-24T20:42:11.399Z | Downloaded slog-async v2.8.0 |
1317 | 2023-10-24T20:42:11.406Z | Downloaded signal-hook-mio v0.2.3 |
1318 | 2023-10-24T20:42:11.413Z | Downloaded serial_test_derive v0.10.0 |
1319 | 2023-10-24T20:42:11.421Z | Downloaded num-rational v0.4.1 |
1320 | 2023-10-24T20:42:11.427Z | Downloaded ipnetwork v0.20.0 |
1321 | 2023-10-24T20:42:11.435Z | Downloaded thread-id v4.2.0 |
1322 | 2023-10-24T20:42:11.446Z | Downloaded instant v0.1.12 |
1323 | 2023-10-24T20:42:11.459Z | Downloaded crossbeam-channel v0.5.8 |
1324 | 2023-10-24T20:42:11.464Z | Downloaded ahash v0.8.3 |
1325 | 2023-10-24T20:42:11.478Z | Downloaded nanorand v0.7.0 |
1326 | 2023-10-24T20:42:11.483Z | Downloaded unicode-xid v0.2.4 |
1327 | 2023-10-24T20:42:11.488Z | Downloaded unicode-width v0.1.10 |
1328 | 2023-10-24T20:42:11.492Z | Downloaded serde_plain v1.0.2 |
1329 | 2023-10-24T20:42:11.497Z | Downloaded schemars_derive v0.8.13 |
1330 | 2023-10-24T20:42:11.501Z | Downloaded num_enum v0.7.0 |
1331 | 2023-10-24T20:42:11.510Z | Downloaded num-integer v0.1.45 |
1332 | 2023-10-24T20:42:11.524Z | Downloaded num-derive v0.4.0 |
1333 | 2023-10-24T20:42:11.533Z | Downloaded native-tls v0.2.11 |
1334 | 2023-10-24T20:42:11.549Z | Downloaded mockall v0.11.4 |
1335 | 2023-10-24T20:42:11.562Z | Downloaded mime v0.3.17 |
1336 | 2023-10-24T20:42:11.565Z | Downloaded darling_macro v0.20.3 |
1337 | 2023-10-24T20:42:11.568Z | Downloaded crucible-workspace-hack v0.1.0 |
1338 | 2023-10-24T20:42:11.572Z | Downloaded base64ct v1.6.0 |
1339 | 2023-10-24T20:42:11.575Z | Downloaded bit_field v0.10.2 |
1340 | 2023-10-24T20:42:11.578Z | Downloaded ansi_term v0.12.1 |
1341 | 2023-10-24T20:42:11.583Z | Downloaded tinyvec_macros v0.1.1 |
1342 | 2023-10-24T20:42:11.586Z | Downloaded sha1 v0.10.5 |
1343 | 2023-10-24T20:42:11.589Z | Downloaded serde_tokenstream v0.1.7 |
1344 | 2023-10-24T20:42:11.592Z | Downloaded rustls-pemfile v1.0.3 |
1345 | 2023-10-24T20:42:11.596Z | Downloaded rustc_version v0.1.7 |
1346 | 2023-10-24T20:42:11.599Z | Downloaded ringbuffer v0.15.0 |
1347 | 2023-10-24T20:42:11.603Z | Downloaded remove_dir_all v0.5.3 |
1348 | 2023-10-24T20:42:11.606Z | Downloaded num_enum v0.5.11 |
1349 | 2023-10-24T20:42:11.610Z | Downloaded num_cpus v1.16.0 |
1350 | 2023-10-24T20:42:11.613Z | Downloaded num-iter v0.1.43 |
1351 | 2023-10-24T20:42:11.616Z | Downloaded mime_guess v2.0.4 |
1352 | 2023-10-24T20:42:11.623Z | Downloaded memoffset v0.9.0 |
1353 | 2023-10-24T20:42:11.626Z | Downloaded matches v0.1.10 |
1354 | 2023-10-24T20:42:11.629Z | Downloaded async-stream v0.3.5 |
1355 | 2023-10-24T20:42:11.633Z | Downloaded atomicwrites v0.4.2 |
1356 | 2023-10-24T20:42:11.638Z | Downloaded async-recursion v1.0.5 |
1357 | 2023-10-24T20:42:11.641Z | Downloaded anes v0.1.6 |
1358 | 2023-10-24T20:42:11.644Z | Downloaded managed v0.8.0 |
1359 | 2023-10-24T20:42:11.647Z | Downloaded linear-map v1.2.0 |
1360 | 2023-10-24T20:42:11.650Z | Downloaded cstr-argument v0.1.2 |
1361 | 2023-10-24T20:42:11.653Z | Downloaded bincode v1.3.3 |
1362 | 2023-10-24T20:42:11.656Z | Downloaded wait-timeout v0.2.0 |
1363 | 2023-10-24T20:42:11.659Z | Downloaded vte_generate_state_changes v0.1.1 |
1364 | 2023-10-24T20:42:11.662Z | Downloaded usdt-attr-macro v0.3.5 |
1365 | 2023-10-24T20:42:11.665Z | Downloaded rtoolbox v0.0.1 |
1366 | 2023-10-24T20:42:11.668Z | Downloaded argon2 v0.5.2 |
1367 | 2023-10-24T20:42:11.671Z | Downloaded aes-gcm-siv v0.11.1 |
1368 | 2023-10-24T20:42:11.675Z | Downloaded serde-big-array v0.5.1 |
1369 | 2023-10-24T20:42:11.680Z | Downloaded serde-big-array v0.4.1 |
1370 | 2023-10-24T20:42:11.683Z | Downloaded scheduled-thread-pool v0.2.7 |
1371 | 2023-10-24T20:42:11.686Z | Downloaded lock_api v0.4.10 |
1372 | 2023-10-24T20:42:11.689Z | Downloaded serde_repr v0.1.16 |
1373 | 2023-10-24T20:42:11.693Z | Downloaded num_enum_derive v0.5.11 |
1374 | 2023-10-24T20:42:11.696Z | Downloaded normalize-line-endings v0.3.0 |
1375 | 2023-10-24T20:42:11.703Z | Downloaded newline-converter v0.3.0 |
1376 | 2023-10-24T20:42:11.718Z | Downloaded md-5 v0.10.5 |
1377 | 2023-10-24T20:42:11.728Z | Downloaded blake2b_simd v1.0.1 |
1378 | 2023-10-24T20:42:11.731Z | Downloaded crc-any v2.4.3 |
1379 | 2023-10-24T20:42:11.738Z | Downloaded chrono v0.4.31 |
1380 | 2023-10-24T20:42:11.747Z | Downloaded crossbeam-deque v0.8.3 |
1381 | 2023-10-24T20:42:11.750Z | Downloaded crc32fast v1.3.2 |
1382 | 2023-10-24T20:42:11.753Z | Downloaded crc v3.0.1 |
1383 | 2023-10-24T20:42:11.756Z | Downloaded cpufeatures v0.2.9 |
1384 | 2023-10-24T20:42:11.758Z | Downloaded cookie v0.16.2 |
1385 | 2023-10-24T20:42:12.766Z | Downloaded convert_case v0.4.0 |
1386 | 2023-10-24T20:42:12.774Z | Downloaded bytesize v1.3.0 |
1387 | 2023-10-24T20:42:12.781Z | Downloaded criterion-plot v0.5.0 |
1388 | 2023-10-24T20:42:12.791Z | Downloaded corncobs v0.1.3 |
1389 | 2023-10-24T20:42:12.799Z | Downloaded constant_time_eq v0.3.0 |
1390 | 2023-10-24T20:42:13.213Z | Downloaded constant_time_eq v0.2.6 |
1391 | 2023-10-24T20:42:13.219Z | Downloaded hex-literal v0.4.1 |
1392 | 2023-10-24T20:42:13.247Z | Downloaded hex v0.4.3 |
1393 | 2023-10-24T20:42:13.259Z | Downloaded bit-vec v0.6.3 |
1394 | 2023-10-24T20:42:13.270Z | Downloaded atty v0.2.14 |
1395 | 2023-10-24T20:42:13.278Z | Downloaded atomic-waker v1.1.1 |
1396 | 2023-10-24T20:42:13.289Z | Downloaded array-init v0.0.4 |
1397 | 2023-10-24T20:42:13.306Z | Downloaded bb8 v0.8.1 |
1398 | 2023-10-24T20:42:13.724Z | Downloaded async-stream-impl v0.3.5 |
1399 | 2023-10-24T20:42:13.735Z | Downloaded arrayref v0.3.7 |
1400 | 2023-10-24T20:42:13.740Z | Downloaded lru-cache v0.1.2 |
1401 | 2023-10-24T20:42:13.745Z | Downloaded chacha20 v0.9.1 |
1402 | 2023-10-24T20:42:13.751Z | Downloaded maplit v1.0.2 |
1403 | 2023-10-24T20:42:13.755Z | Downloaded linked-hash-map v0.5.6 |
1404 | 2023-10-24T20:42:13.760Z | Downloaded console v0.15.7 |
1405 | 2023-10-24T20:42:13.768Z | Downloaded nom v7.1.3 |
1406 | 2023-10-24T20:42:13.777Z | Downloaded lazycell v1.3.0 |
1407 | 2023-10-24T20:42:13.781Z | Downloaded indicatif v0.17.7 |
1408 | 2023-10-24T20:42:13.788Z | Downloaded indexmap v1.9.3 |
1409 | 2023-10-24T20:42:13.796Z | Downloaded colored v2.0.4 |
1410 | 2023-10-24T20:42:13.804Z | Downloaded clap_lex v0.2.4 |
1411 | 2023-10-24T20:42:13.814Z | Downloaded clap_derive v3.2.25 |
1412 | 2023-10-24T20:42:13.825Z | Downloaded ciborium-ll v0.2.1 |
1413 | 2023-10-24T20:42:13.833Z | Downloaded ciborium-io v0.2.1 |
1414 | 2023-10-24T20:42:13.841Z | Downloaded chacha20poly1305 v0.10.1 |
1415 | 2023-10-24T20:42:13.848Z | Downloaded num v0.4.1 |
1416 | 2023-10-24T20:42:13.856Z | Downloaded nibble_vec v0.1.0 |
1417 | 2023-10-24T20:42:13.874Z | Downloaded iana-time-zone v0.1.57 |
1418 | 2023-10-24T20:42:13.885Z | Downloaded httptest v0.15.4 |
1419 | 2023-10-24T20:42:13.891Z | Downloaded num-complex v0.4.4 |
1420 | 2023-10-24T20:42:13.899Z | Downloaded nodrop v0.1.14 |
1421 | 2023-10-24T20:42:13.963Z | Downloaded newtype_derive v0.1.6 |
1422 | 2023-10-24T20:42:13.978Z | Downloaded jobserver v0.1.26 |
1423 | 2023-10-24T20:42:13.994Z | Downloaded is-terminal v0.4.9 |
1424 | 2023-10-24T20:42:14.005Z | Downloaded ipnet v2.8.0 |
1425 | 2023-10-24T20:42:14.030Z | Downloaded indoc v2.0.3 |
1426 | 2023-10-24T20:42:14.049Z | Downloaded humantime v2.1.0 |
1427 | 2023-10-24T20:42:14.070Z | Downloaded cfg-if v0.1.10 |
1428 | 2023-10-24T20:42:14.074Z | Downloaded cassowary v0.3.0 |
1429 | 2023-10-24T20:42:14.091Z | Downloaded cancel-safe-futures v0.1.2 |
1430 | 2023-10-24T20:42:14.100Z | Downloaded block-padding v0.3.3 |
1431 | 2023-10-24T20:42:14.113Z | Downloaded new_debug_unreachable v1.0.4 |
1432 | 2023-10-24T20:42:14.124Z | Downloaded hyper-staticfile v0.9.5 |
1433 | 2023-10-24T20:42:14.140Z | Downloaded hyper-rustls v0.24.1 |
1434 | 2023-10-24T20:42:14.151Z | Downloaded buf-list v1.0.3 |
1435 | 2023-10-24T20:42:14.572Z | Downloaded http-range v0.1.5 |
1436 | 2023-10-24T20:42:14.586Z | Downloaded http-body v0.4.5 |
1437 | 2023-10-24T20:42:15.021Z | Downloaded keccak v0.1.4 |
1438 | 2023-10-24T20:42:15.033Z | Downloaded inout v0.1.3 |
1439 | 2023-10-24T20:42:15.046Z | Downloaded lalrpop-util v0.19.12 |
1440 | 2023-10-24T20:42:15.050Z | Downloaded impl-trait-for-tuples v0.2.2 |
1441 | 2023-10-24T20:42:15.467Z | Downloaded hyper-tls v0.5.0 |
1442 | 2023-10-24T20:42:15.489Z | Downloaded cfg-if v1.0.0 |
1443 | 2023-10-24T20:42:15.501Z | Downloaded indoc v1.0.9 |
1444 | 2023-10-24T20:42:15.518Z | Downloaded ident_case v1.0.1 |
1445 | 2023-10-24T20:42:15.536Z | Downloaded hubpack_derive v0.1.1 |
1446 | 2023-10-24T20:42:15.549Z | Downloaded httpdate v1.0.3 |
1447 | 2023-10-24T20:42:15.568Z | Downloaded cast v0.3.0 |
1448 | 2023-10-24T20:42:15.581Z | Downloaded bytecount v0.6.3 |
1449 | 2023-10-24T20:42:15.601Z | Downloaded bitstruct v0.1.1 |
1450 | 2023-10-24T20:42:15.620Z | Downloaded bzip2 v0.4.4 |
1451 | 2023-10-24T20:42:16.069Z | Downloaded byteorder v1.4.3 |
1452 | 2023-10-24T20:42:16.492Z | Downloaded block-buffer v0.10.4 |
1453 | 2023-10-24T20:42:16.506Z | Downloaded aead v0.5.2 |
1454 | 2023-10-24T20:42:16.519Z | Compiling proc-macro2 v1.0.67 |
1455 | 2023-10-24T20:42:16.946Z | Compiling serde v1.0.188 |
1456 | 2023-10-24T20:42:17.788Z | Compiling autocfg v1.1.0 |
1457 | 2023-10-24T20:42:17.806Z | Compiling version_check v0.9.4 |
1458 | 2023-10-24T20:42:17.811Z | Compiling syn v1.0.109 |
1459 | 2023-10-24T20:42:17.828Z | Compiling parking_lot_core v0.9.8 |
1460 | 2023-10-24T20:42:17.834Z | Compiling libm v0.2.7 |
1461 | 2023-10-24T20:42:17.842Z | Compiling libc v0.2.149 |
1462 | 2023-10-24T20:42:17.851Z | Compiling cfg-if v1.0.0 |
1463 | 2023-10-24T20:42:17.862Z | Compiling futures-core v0.3.28 |
1464 | 2023-10-24T20:42:17.875Z | Compiling once_cell v1.18.0 |
1465 | 2023-10-24T20:42:17.883Z | Compiling typenum v1.16.0 |
1466 | 2023-10-24T20:42:17.891Z | Compiling futures-channel v0.3.28 |
1467 | 2023-10-24T20:42:17.898Z | Compiling ahash v0.8.3 |
1468 | 2023-10-24T20:42:17.908Z | Compiling lock_api v0.4.10 |
1469 | 2023-10-24T20:42:17.920Z | Compiling num-traits v0.2.16 |
1470 | 2023-10-24T20:42:17.933Z | Compiling quote v1.0.33 |
1471 | 2023-10-24T20:42:17.945Z | Compiling generic-array v0.14.7 |
1472 | 2023-10-24T20:42:17.960Z | Compiling slab v0.4.9 |
1473 | 2023-10-24T20:42:17.970Z | Compiling syn v2.0.32 |
1474 | 2023-10-24T20:42:17.981Z | Compiling jobserver v0.1.26 |
1475 | 2023-10-24T20:42:17.996Z | Compiling futures-task v0.3.28 |
1476 | 2023-10-24T20:42:18.005Z | Compiling cc v1.0.83 |
1477 | 2023-10-24T20:42:18.012Z | Compiling pkg-config v0.3.27 |
1478 | 2023-10-24T20:42:18.024Z | Compiling futures-util v0.3.28 |
1479 | 2023-10-24T20:42:18.028Z | Compiling memchr v2.6.3 |
1480 | 2023-10-24T20:42:18.031Z | Compiling vcpkg v0.2.15 |
1481 | 2023-10-24T20:42:18.034Z | Compiling itoa v1.0.9 |
1482 | 2023-10-24T20:42:18.038Z | Compiling log v0.4.20 |
1483 | 2023-10-24T20:42:18.041Z | Compiling schemars v0.8.13 |
1484 | 2023-10-24T20:42:18.044Z | Compiling serde_json v1.0.107 |
1485 | 2023-10-24T20:42:18.047Z | Compiling indexmap v1.9.3 |
1486 | 2023-10-24T20:42:18.052Z | Compiling httparse v1.8.0 |
1487 | 2023-10-24T20:42:18.057Z | Compiling ryu v1.0.15 |
1488 | 2023-10-24T20:42:18.072Z | Compiling allocator-api2 v0.2.16 |
1489 | 2023-10-24T20:42:18.483Z | Compiling rustix v0.38.9 |
1490 | 2023-10-24T20:42:18.906Z | Compiling equivalent v1.0.1 |
1491 | 2023-10-24T20:42:18.915Z | Compiling getrandom v0.2.10 |
1492 | 2023-10-24T20:42:18.935Z | Compiling rustls v0.21.7 |
1493 | 2023-10-24T20:42:18.943Z | Compiling fnv v1.0.7 |
1494 | 2023-10-24T20:42:18.960Z | Compiling hashbrown v0.14.0 |
1495 | 2023-10-24T20:42:18.975Z | Compiling openssl v0.10.57 |
1496 | 2023-10-24T20:42:18.998Z | Compiling aho-corasick v1.0.4 |
1497 | 2023-10-24T20:42:19.011Z | Compiling regex-syntax v0.7.5 |
1498 | 2023-10-24T20:42:19.024Z | Compiling unicode-xid v0.2.4 |
1499 | 2023-10-24T20:42:19.036Z | Compiling ucd-trie v0.1.6 |
1500 | 2023-10-24T20:42:19.044Z | Compiling ring v0.16.20 |
1501 | 2023-10-24T20:42:19.055Z | Compiling openssl-sys v0.9.93 |
1502 | 2023-10-24T20:42:19.481Z | Compiling backtrace v0.3.69 |
1503 | 2023-10-24T20:42:19.501Z | Compiling native-tls v0.2.11 |
1504 | 2023-10-24T20:42:19.513Z | Compiling async-trait v0.1.73 |
1505 | 2023-10-24T20:42:19.940Z | Compiling rustversion v1.0.14 |
1506 | 2023-10-24T20:42:19.952Z | Compiling crossbeam-utils v0.8.16 |
1507 | 2023-10-24T20:42:19.962Z | Compiling anyhow v1.0.75 |
1508 | 2023-10-24T20:42:19.976Z | Compiling slog v2.7.0 |
1509 | 2023-10-24T20:42:20.402Z | Compiling regex-automata v0.3.8 |
1510 | 2023-10-24T20:42:20.413Z | Compiling iana-time-zone v0.1.57 |
1511 | 2023-10-24T20:42:20.856Z | Compiling time-core v0.1.1 |
1512 | 2023-10-24T20:42:20.867Z | Compiling time-macros v0.2.13 |
1513 | 2023-10-24T20:42:21.304Z | Compiling byteorder v1.4.3 |
1514 | 2023-10-24T20:42:21.322Z | Compiling serde_derive_internals v0.26.0 |
1515 | 2023-10-24T20:42:21.336Z | Compiling synstructure v0.12.6 |
1516 | 2023-10-24T20:42:21.346Z | Compiling dyn-clone v1.0.13 |
1517 | 2023-10-24T20:42:21.365Z | Compiling hashbrown v0.13.2 |
1518 | 2023-10-24T20:42:21.397Z | Compiling usdt-impl v0.3.5 |
1519 | 2023-10-24T20:42:21.410Z | Compiling unicode-width v0.1.10 |
1520 | 2023-10-24T20:42:21.830Z | Compiling thread-id v4.2.0 |
1521 | 2023-10-24T20:42:21.838Z | Compiling strsim v0.10.0 |
1522 | 2023-10-24T20:42:21.841Z | Compiling scopeguard v1.2.0 |
1523 | 2023-10-24T20:42:21.844Z | Compiling winnow v0.5.15 |
1524 | 2023-10-24T20:42:21.848Z | Compiling tinyvec_macros v0.1.1 |
1525 | 2023-10-24T20:42:21.852Z | Compiling tinyvec v1.6.0 |
1526 | 2023-10-24T20:42:21.855Z | Compiling unicode-bidi v0.3.13 |
1527 | 2023-10-24T20:42:21.859Z | Compiling smallvec v1.11.0 |
1528 | 2023-10-24T20:42:21.862Z | Compiling percent-encoding v2.3.0 |
1529 | 2023-10-24T20:42:21.866Z | Compiling regex v1.9.5 |
1530 | 2023-10-24T20:42:21.871Z | Compiling parking_lot v0.12.1 |
1531 | 2023-10-24T20:42:21.876Z | Compiling form_urlencoded v1.2.0 |
1532 | 2023-10-24T20:42:21.880Z | Compiling unicode-normalization v0.1.22 |
1533 | 2023-10-24T20:42:21.884Z | Compiling num-integer v0.1.45 |
1534 | 2023-10-24T20:42:21.888Z | Compiling crc32fast v1.3.2 |
1535 | 2023-10-24T20:42:21.902Z | Compiling bitflags v1.3.2 |
1536 | 2023-10-24T20:42:21.908Z | Compiling adler v1.0.2 |
1537 | 2023-10-24T20:42:21.919Z | Compiling spin v0.5.2 |
1538 | 2023-10-24T20:42:21.926Z | Compiling gimli v0.28.0 |
1539 | 2023-10-24T20:42:21.932Z | Compiling miniz_oxide v0.7.1 |
1540 | 2023-10-24T20:42:21.943Z | Compiling idna v0.4.0 |
1541 | 2023-10-24T20:42:21.959Z | Compiling object v0.32.1 |
1542 | 2023-10-24T20:42:21.967Z | Compiling rustc-demangle v0.1.23 |
1543 | 2023-10-24T20:42:21.975Z | Compiling serde_derive v1.0.188 |
1544 | 2023-10-24T20:42:21.982Z | Compiling thiserror-impl v1.0.49 |
1545 | 2023-10-24T20:42:21.988Z | Compiling zeroize_derive v1.4.2 |
1546 | 2023-10-24T20:42:21.995Z | Compiling tokio-macros v2.1.0 |
1547 | 2023-10-24T20:42:22.000Z | Compiling futures-macro v0.3.28 |
1548 | 2023-10-24T20:42:22.022Z | Compiling tracing-attributes v0.1.26 |
1549 | 2023-10-24T20:42:22.039Z | Compiling schemars_derive v0.8.13 |
1550 | 2023-10-24T20:42:22.046Z | Compiling openssl-macros v0.1.1 |
1551 | 2023-10-24T20:42:22.054Z | Compiling zerocopy-derive v0.2.0 |
1552 | 2023-10-24T20:42:22.065Z | Compiling thiserror v1.0.49 |
1553 | 2023-10-24T20:42:22.075Z | Compiling pest v2.7.2 |
1554 | 2023-10-24T20:42:22.088Z | Compiling strum_macros v0.25.2 |
1555 | 2023-10-24T20:42:22.096Z | Compiling zerocopy v0.3.0 |
1556 | 2023-10-24T20:42:22.931Z | Compiling url v2.4.1 |
1557 | 2023-10-24T20:42:22.957Z | Compiling addr2line v0.21.0 |
1558 | 2023-10-24T20:42:22.970Z | Compiling pin-project-lite v0.2.13 |
1559 | 2023-10-24T20:42:22.978Z | Compiling zerocopy-derive v0.6.4 |
1560 | 2023-10-24T20:42:22.985Z | Compiling dof v0.1.5 |
1561 | 2023-10-24T20:42:22.993Z | Compiling pest_meta v2.7.2 |
1562 | 2023-10-24T20:42:23.002Z | Compiling errno v0.3.2 |
1563 | 2023-10-24T20:42:23.012Z | Compiling mio v0.8.8 |
1564 | 2023-10-24T20:42:23.020Z | Compiling signal-hook-registry v1.4.1 |
1565 | 2023-10-24T20:42:23.031Z | Compiling socket2 v0.5.4 |
1566 | 2023-10-24T20:42:23.046Z | Compiling pest_generator v2.7.2 |
1567 | 2023-10-24T20:42:23.059Z | Compiling num_cpus v1.16.0 |
1568 | 2023-10-24T20:42:23.071Z | Compiling futures-sink v0.3.28 |
1569 | 2023-10-24T20:42:23.075Z | Compiling memoffset v0.9.0 |
1570 | 2023-10-24T20:42:23.079Z | Compiling pin-utils v0.1.0 |
1571 | 2023-10-24T20:42:23.084Z | Compiling radium v0.7.0 |
1572 | 2023-10-24T20:42:23.099Z | Compiling deranged v0.3.8 |
1573 | 2023-10-24T20:42:23.103Z | Compiling futures-io v0.3.28 |
1574 | 2023-10-24T20:42:23.108Z | Compiling num_threads v0.1.6 |
1575 | 2023-10-24T20:42:23.114Z | Compiling tracing-core v0.1.31 |
1576 | 2023-10-24T20:42:23.117Z | Compiling lazy_static v1.4.0 |
1577 | 2023-10-24T20:42:23.121Z | Compiling crossbeam-epoch v0.9.15 |
1578 | 2023-10-24T20:42:23.126Z | Compiling clap_derive v4.4.2 |
1579 | 2023-10-24T20:42:23.129Z | Compiling num-iter v0.1.43 |
1580 | 2023-10-24T20:42:23.132Z | Compiling tracing v0.1.37 |
1581 | 2023-10-24T20:42:23.137Z | Compiling untrusted v0.7.1 |
1582 | 2023-10-24T20:42:23.140Z | Compiling base64 v0.21.4 |
1583 | 2023-10-24T20:42:23.143Z | Compiling time v0.3.27 |
1584 | 2023-10-24T20:42:23.146Z | Compiling either v1.9.0 |
1585 | 2023-10-24T20:42:23.150Z | Compiling pest_derive v2.7.2 |
1586 | 2023-10-24T20:42:23.153Z | Compiling rand_core v0.6.4 |
1587 | 2023-10-24T20:42:23.156Z | Compiling dtrace-parser v0.1.14 |
1588 | 2023-10-24T20:42:23.159Z | Compiling openssl-probe v0.1.5 |
1589 | 2023-10-24T20:42:23.163Z | Compiling foreign-types-shared v0.1.1 |
1590 | 2023-10-24T20:42:23.167Z | Compiling hashbrown v0.12.3 |
1591 | 2023-10-24T20:42:24.026Z | Compiling foreign-types v0.3.2 |
1592 | 2023-10-24T20:42:24.148Z | Compiling zeroize v1.6.0 |
1593 | 2023-10-24T20:42:24.675Z | Compiling bzip2-sys v0.1.11+1.0.8 |
1594 | 2023-10-24T20:42:25.843Z | Compiling try-lock v0.2.4 |
1595 | 2023-10-24T20:42:25.859Z | Compiling want v0.3.1 |
1596 | 2023-10-24T20:42:25.865Z | Compiling indexmap v2.0.0 |
1597 | 2023-10-24T20:42:26.027Z | Compiling bytes v1.5.0 |
1598 | 2023-10-24T20:42:26.095Z | Compiling uuid v1.4.1 |
1599 | 2023-10-24T20:42:26.698Z | Compiling chrono v0.4.31 |
1600 | 2023-10-24T20:42:26.934Z | Compiling semver v1.0.18 |
1601 | 2023-10-24T20:42:27.213Z | Compiling toml_datetime v0.6.3 |
1602 | 2023-10-24T20:42:27.594Z | Compiling http v0.2.9 |
1603 | 2023-10-24T20:42:27.828Z | Compiling rustc_version v0.4.0 |
1604 | 2023-10-24T20:42:27.839Z | Compiling serde_spanned v0.6.3 |
1605 | 2023-10-24T20:42:27.886Z | Compiling serde_tokenstream v0.1.7 |
1606 | 2023-10-24T20:42:27.991Z | Compiling bitflags v2.4.0 |
1607 | 2023-10-24T20:42:28.174Z | Compiling toml_edit v0.19.15 |
1608 | 2023-10-24T20:42:28.192Z | Compiling tokio v1.33.0 |
1609 | 2023-10-24T20:42:30.532Z | Compiling openapiv3 v1.0.3 |
1610 | 2023-10-24T20:42:33.025Z | Compiling http-body v0.4.5 |
1611 | 2023-10-24T20:42:33.604Z | Compiling sct v0.7.0 |
1612 | 2023-10-24T20:42:33.681Z | Compiling rustls-webpki v0.101.4 |
1613 | 2023-10-24T20:42:34.049Z | Compiling enum-as-inner v0.5.1 |
1614 | 2023-10-24T20:42:34.077Z | Compiling usdt-attr-macro v0.3.5 |
1615 | 2023-10-24T20:42:35.524Z | Compiling usdt-macro v0.3.5 |
1616 | 2023-10-24T20:42:36.570Z | Compiling socket2 v0.4.9 |
1617 | 2023-10-24T20:42:36.678Z | Compiling httpdate v1.0.3 |
1618 | 2023-10-24T20:42:37.256Z | Compiling tower-service v0.3.2 |
1619 | 2023-10-24T20:42:37.414Z | Compiling heapless v0.7.16 |
1620 | 2023-10-24T20:42:37.462Z | Compiling rustls-pemfile v1.0.3 |
1621 | 2023-10-24T20:42:37.880Z | Compiling siphasher v0.3.11 |
1622 | 2023-10-24T20:42:37.972Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
1623 | 2023-10-24T20:42:38.085Z | Compiling rustls-native-certs v0.6.3 |
1624 | 2023-10-24T20:42:38.417Z | Compiling ipnet v2.8.0 |
1625 | 2023-10-24T20:42:38.493Z | Compiling serde_urlencoded v0.7.1 |
1626 | 2023-10-24T20:42:38.616Z | Compiling serde_tokenstream v0.2.0 |
1627 | 2023-10-24T20:42:39.426Z | Compiling encoding_rs v0.8.33 |
1628 | 2023-10-24T20:42:39.571Z | Compiling webpki-roots v0.25.2 |
1629 | 2023-10-24T20:42:39.803Z | Compiling mime v0.3.17 |
1630 | 2023-10-24T20:42:39.861Z | Compiling crypto-common v0.1.6 |
1631 | 2023-10-24T20:42:40.145Z | Compiling diesel_table_macro_syntax v0.1.0 |
1632 | 2023-10-24T20:42:40.160Z | Compiling num-bigint v0.4.4 |
1633 | 2023-10-24T20:42:40.360Z | Compiling bit-vec v0.6.3 |
1634 | 2023-10-24T20:42:41.058Z | Compiling smoltcp v0.9.1 |
1635 | 2023-10-24T20:42:41.064Z | Compiling diesel_derives v2.1.1 |
1636 | 2023-10-24T20:42:41.480Z | Compiling flate2 v1.0.27 |
1637 | 2023-10-24T20:42:41.888Z | Compiling tokio-util v0.7.8 |
1638 | 2023-10-24T20:42:41.891Z | Compiling tokio-native-tls v0.3.1 |
1639 | 2023-10-24T20:42:41.984Z | Compiling phf_shared v0.10.0 |
1640 | 2023-10-24T20:42:42.575Z | Compiling block-buffer v0.10.4 |
1641 | 2023-10-24T20:42:42.651Z | Compiling hubpack_derive v0.1.1 |
1642 | 2023-10-24T20:42:42.881Z | Compiling precomputed-hash v0.1.1 |
1643 | 2023-10-24T20:42:42.950Z | Compiling ppv-lite86 v0.2.17 |
1644 | 2023-10-24T20:42:43.047Z | Compiling h2 v0.3.21 |
1645 | 2023-10-24T20:42:43.631Z | Compiling tokio-rustls v0.24.1 |
1646 | 2023-10-24T20:42:43.841Z | Compiling new_debug_unreachable v1.0.4 |
1647 | 2023-10-24T20:42:43.969Z | Compiling fixedbitset v0.4.2 |
1648 | 2023-10-24T20:42:44.222Z | Compiling const-oid v0.9.5 |
1649 | 2023-10-24T20:42:44.259Z | Compiling subtle v2.5.0 |
1650 | 2023-10-24T20:42:44.862Z | Compiling petgraph v0.6.4 |
1651 | 2023-10-24T20:42:44.868Z | Compiling rand_chacha v0.3.1 |
1652 | 2023-10-24T20:42:46.342Z | Compiling string_cache v0.8.7 |
1653 | 2023-10-24T20:42:46.913Z | Compiling bit-set v0.5.3 |
1654 | 2023-10-24T20:42:46.962Z | Compiling toml v0.7.8 |
1655 | 2023-10-24T20:42:47.340Z | Compiling digest v0.10.7 |
1656 | 2023-10-24T20:42:47.383Z | Compiling itertools v0.10.5 |
1657 | 2023-10-24T20:42:47.969Z | Compiling unicode-segmentation v1.10.1 |
1658 | 2023-10-24T20:42:49.419Z | Compiling lalrpop-util v0.19.12 |
1659 | 2023-10-24T20:42:49.606Z | Compiling rand v0.8.5 |
1660 | 2023-10-24T20:42:49.960Z | Compiling regress v0.7.1 |
1661 | 2023-10-24T20:42:50.814Z | Compiling serde_repr v0.1.16 |
1662 | 2023-10-24T20:42:51.431Z | Compiling io-lifetimes v1.0.11 |
1663 | 2023-10-24T20:42:51.710Z | Compiling cpufeatures v0.2.9 |
1664 | 2023-10-24T20:42:51.730Z | Compiling utf8parse v0.2.1 |
1665 | 2023-10-24T20:42:51.822Z | Compiling anstyle v1.0.2 |
1666 | 2023-10-24T20:42:51.841Z | Compiling sha2 v0.10.7 |
1667 | 2023-10-24T20:42:51.972Z | Compiling anstyle-parse v0.2.1 |
1668 | 2023-10-24T20:42:52.050Z | Compiling rustix v0.37.23 |
1669 | 2023-10-24T20:42:52.514Z | Compiling hmac v0.12.1 |
1670 | 2023-10-24T20:42:52.518Z | Compiling md-5 v0.10.5 |
1671 | 2023-10-24T20:42:52.967Z | Compiling stringprep v0.1.3 |
1672 | 2023-10-24T20:42:52.970Z | Compiling spin v0.9.8 |
1673 | 2023-10-24T20:42:53.123Z | Compiling hash32 v0.2.1 |
1674 | 2023-10-24T20:42:53.463Z | Compiling colorchoice v1.0.0 |
1675 | 2023-10-24T20:42:53.689Z | Compiling stable_deref_trait v1.2.0 |
1676 | 2023-10-24T20:42:53.715Z | Compiling anstyle-query v1.0.0 |
1677 | 2023-10-24T20:42:53.830Z | Compiling fallible-iterator v0.2.0 |
1678 | 2023-10-24T20:42:53.895Z | Compiling anstream v0.5.0 |
1679 | 2023-10-24T20:42:54.101Z | Compiling terminal_size v0.2.6 |
1680 | 2023-10-24T20:42:54.384Z | Compiling phf_shared v0.11.2 |
1681 | 2023-10-24T20:42:54.420Z | Compiling block-padding v0.3.3 |
1682 | 2023-10-24T20:42:54.755Z | Compiling scheduled-thread-pool v0.2.7 |
1683 | 2023-10-24T20:42:54.891Z | Compiling hyper v0.14.27 |
1684 | 2023-10-24T20:42:54.911Z | Compiling managed v0.8.0 |
1685 | 2023-10-24T20:42:55.022Z | Compiling postgres-protocol v0.6.6 |
1686 | 2023-10-24T20:42:55.540Z | Compiling matches v0.1.10 |
1687 | 2023-10-24T20:42:55.663Z | Compiling clap_lex v0.5.1 |
1688 | 2023-10-24T20:42:55.677Z | Compiling typify-impl v0.0.13 (https://github.com/oxidecomputer/typify#de16c423) |
1689 | 2023-10-24T20:42:55.928Z | Compiling regex-automata v0.1.10 |
1690 | 2023-10-24T20:42:56.362Z | Compiling tap v1.0.1 |
1691 | 2023-10-24T20:42:56.634Z | Compiling wyz v0.5.1 |
1692 | 2023-10-24T20:42:56.693Z | Compiling bstr v0.2.17 |
1693 | 2023-10-24T20:42:57.046Z | Compiling postgres-types v0.2.6 |
1694 | 2023-10-24T20:42:57.371Z | Compiling clap_builder v4.4.2 |
1695 | 2023-10-24T20:42:59.025Z | Compiling idna v0.2.3 |
1696 | 2023-10-24T20:42:59.513Z | Compiling r2d2 v0.8.10 |
1697 | 2023-10-24T20:43:00.065Z | Compiling phf v0.11.2 |
1698 | 2023-10-24T20:43:00.413Z | Compiling inout v0.1.3 |
1699 | 2023-10-24T20:43:00.803Z | Compiling hubpack v0.1.2 |
1700 | 2023-10-24T20:43:01.550Z | Compiling ipnetwork v0.20.0 |
1701 | 2023-10-24T20:43:02.005Z | Compiling futures-executor v0.3.28 |
1702 | 2023-10-24T20:43:02.008Z | Compiling itertools v0.11.0 |
1703 | 2023-10-24T20:43:03.040Z | Compiling zerocopy v0.6.4 |
1704 | 2023-10-24T20:43:04.516Z | Compiling float-cmp v0.9.0 |
1705 | 2023-10-24T20:43:04.858Z | Compiling normalize-line-endings v0.3.0 |
1706 | 2023-10-24T20:43:04.939Z | Compiling difflib v0.4.0 |
1707 | 2023-10-24T20:43:05.027Z | Compiling smawk v0.3.1 |
1708 | 2023-10-24T20:43:05.333Z | Compiling data-encoding v2.4.0 |
1709 | 2023-10-24T20:43:05.394Z | Compiling unicode-linebreak v0.1.5 |
1710 | 2023-10-24T20:43:06.223Z | Compiling whoami v1.4.1 |
1711 | 2023-10-24T20:43:06.420Z | Compiling funty v2.0.0 |
1712 | 2023-10-24T20:43:06.980Z | Compiling hyper-rustls v0.24.1 |
1713 | 2023-10-24T20:43:07.074Z | Compiling hyper-tls v0.5.0 |
1714 | 2023-10-24T20:43:07.099Z | Compiling static_assertions v1.1.0 |
1715 | 2023-10-24T20:43:07.235Z | Compiling predicates-core v1.0.6 |
1716 | 2023-10-24T20:43:07.606Z | Compiling reqwest v0.11.20 |
1717 | 2023-10-24T20:43:07.775Z | Compiling predicates v3.0.4 |
1718 | 2023-10-24T20:43:08.078Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e) |
1719 | 2023-10-24T20:43:08.774Z | Compiling bitvec v1.0.1 |
1720 | 2023-10-24T20:43:09.665Z | Compiling tokio-postgres v0.7.10 |
1721 | 2023-10-24T20:43:10.309Z | Compiling trust-dns-proto v0.22.0 |
1722 | 2023-10-24T20:43:11.174Z | Compiling textwrap v0.16.0 |
1723 | 2023-10-24T20:43:11.776Z | Compiling diesel v2.1.1 |
1724 | 2023-10-24T20:43:13.041Z | Compiling yasna v0.5.2 |
1725 | 2023-10-24T20:43:16.283Z | Compiling clap v4.4.3 |
1726 | 2023-10-24T20:43:17.696Z | Compiling futures v0.3.28 |
1727 | 2023-10-24T20:43:17.786Z | Compiling cipher v0.4.4 |
1728 | 2023-10-24T20:43:17.805Z | Compiling similar v2.2.1 |
1729 | 2023-10-24T20:43:17.813Z | Compiling signature v2.1.0 |
1730 | 2023-10-24T20:43:17.911Z | Compiling tokio-stream v0.1.14 |
1731 | 2023-10-24T20:43:17.924Z | Compiling usdt v0.3.5 |
1732 | 2023-10-24T20:43:17.981Z | Compiling hex v0.4.3 |
1733 | 2023-10-24T20:43:18.290Z | Compiling console v0.15.7 |
1734 | 2023-10-24T20:43:19.027Z | Compiling bstr v1.6.0 |
1735 | 2023-10-24T20:43:19.758Z | Compiling typify-macro v0.0.13 (https://github.com/oxidecomputer/typify#de16c423) |
1736 | 2023-10-24T20:43:20.505Z | Compiling getopts v0.2.21 |
1737 | 2023-10-24T20:43:20.699Z | Compiling unsafe-libyaml v0.2.9 |
1738 | 2023-10-24T20:43:22.222Z | Compiling ident_case v1.0.1 |
1739 | 2023-10-24T20:43:22.978Z | Compiling serde_yaml v0.9.25 |
1740 | 2023-10-24T20:43:23.257Z | Compiling slog-async v2.8.0 |
1741 | 2023-10-24T20:43:23.854Z | Compiling paste v1.0.14 |
1742 | 2023-10-24T20:43:24.574Z | Compiling darling_core v0.20.3 |
1743 | 2023-10-24T20:43:24.777Z | Compiling multer v2.1.0 |
1744 | 2023-10-24T20:43:25.267Z | Compiling async-stream-impl v0.3.5 |
1745 | 2023-10-24T20:43:26.227Z | Compiling regex-syntax v0.6.29 |
1746 | 2023-10-24T20:43:27.126Z | Compiling typify v0.0.13 (https://github.com/oxidecomputer/typify#de16c423) |
1747 | 2023-10-24T20:43:27.251Z | Compiling dropshot v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#fa728d07) |
1748 | 2023-10-24T20:43:27.349Z | Compiling progenitor-impl v0.3.0 (https://github.com/oxidecomputer/progenitor?branch=main#5c941c0b) |
1749 | 2023-10-24T20:43:27.824Z | Compiling dropshot_endpoint v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#fa728d07) |
1750 | 2023-10-24T20:43:30.352Z | Compiling structmeta-derive v0.1.6 |
1751 | 2023-10-24T20:43:33.877Z | Compiling darling_macro v0.20.3 |
1752 | 2023-10-24T20:43:34.706Z | Compiling structmeta v0.1.6 |
1753 | 2023-10-24T20:43:35.295Z | Compiling darling v0.20.3 |
1754 | 2023-10-24T20:43:35.454Z | Compiling serde_with_macros v2.3.3 |
1755 | 2023-10-24T20:43:36.098Z | Compiling parse-display-derive v0.7.0 |
1756 | 2023-10-24T20:43:38.342Z | Compiling progenitor-macro v0.3.0 (https://github.com/oxidecomputer/progenitor?branch=main#5c941c0b) |
1757 | 2023-10-24T20:43:39.383Z | Compiling test-strategy v0.2.1 |
1758 | 2023-10-24T20:43:46.462Z | Checking unicode-ident v1.0.12 |
1759 | 2023-10-24T20:44:17.071Z | Checking heck v0.4.1 |
1760 | 2023-10-24T20:44:25.621Z | Checking progenitor-client v0.3.0 (https://github.com/oxidecomputer/progenitor?branch=main#5c941c0b) |
1761 | 2023-10-24T20:44:26.058Z | Checking crossbeam-channel v0.5.8 |
1762 | 2023-10-24T20:44:26.143Z | Checking atty v0.2.14 |
1763 | 2023-10-24T20:44:26.831Z | Checking match_cfg v0.1.0 |
1764 | 2023-10-24T20:44:26.946Z | Checking hostname v0.3.1 |
1765 | 2023-10-24T20:44:27.223Z | Checking sha1 v0.10.5 |
1766 | 2023-10-24T20:44:27.269Z | Checking dirs-sys-next v0.1.2 |
1767 | 2023-10-24T20:44:27.536Z | Checking fastrand v2.0.0 |
1768 | 2023-10-24T20:44:27.621Z | Checking dirs-next v2.0.0 |
1769 | 2023-10-24T20:44:27.657Z | Checking thread_local v1.1.7 |
1770 | 2023-10-24T20:44:27.805Z | Checking term v0.7.0 |
1771 | 2023-10-24T20:44:28.033Z | Checking tempfile v3.8.0 |
1772 | 2023-10-24T20:44:28.097Z | Checking strum v0.25.0 |
1773 | 2023-10-24T20:44:28.486Z | Checking instant v0.1.12 |
1774 | 2023-10-24T20:44:28.633Z | Checking take_mut v0.2.2 |
1775 | 2023-10-24T20:44:28.714Z | Checking slog-term v2.9.0 |
1776 | 2023-10-24T20:44:29.270Z | Checking slog-json v2.6.1 |
1777 | 2023-10-24T20:44:29.508Z | Checking serde_with v2.3.3 |
1778 | 2023-10-24T20:44:29.527Z | Checking camino v1.1.6 |
1779 | 2023-10-24T20:44:30.077Z | Checking slog-bunyan v2.4.0 |
1780 | 2023-10-24T20:44:30.444Z | Checking atomic-waker v1.1.1 |
1781 | 2023-10-24T20:44:30.464Z | Checking debug-ignore v1.0.5 |
1782 | 2023-10-24T20:44:30.631Z | Checking waitgroup v0.1.2 |
1783 | 2023-10-24T20:44:30.767Z | Checking async-stream v0.3.5 |
1784 | 2023-10-24T20:44:30.819Z | Checking serde_path_to_error v0.1.14 |
1785 | 2023-10-24T20:44:31.224Z | Checking backoff v0.4.0 |
1786 | 2023-10-24T20:44:31.666Z | Checking serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
1787 | 2023-10-24T20:44:31.855Z | Checking progenitor v0.3.0 (https://github.com/oxidecomputer/progenitor?branch=main#5c941c0b) |
1788 | 2023-10-24T20:44:31.873Z | Checking parse-display v0.7.0 |
1789 | 2023-10-24T20:44:32.122Z | Checking macaddr v1.0.1 |
1790 | 2023-10-24T20:44:32.159Z | Checking quick-error v1.2.3 |
1791 | 2023-10-24T20:44:32.811Z | Compiling proc-macro-crate v1.3.1 |
1792 | 2023-10-24T20:44:33.086Z | Checking wait-timeout v0.2.0 |
1793 | 2023-10-24T20:44:33.105Z | Compiling crucible-workspace-hack v0.1.0 |
1794 | 2023-10-24T20:44:34.299Z | Checking rusty-fork v0.3.0 |
1795 | 2023-10-24T20:44:34.399Z | Checking rand_xorshift v0.3.0 |
1796 | 2023-10-24T20:44:34.753Z | Checking unarray v0.1.4 |
1797 | 2023-10-24T20:44:34.969Z | Checking proptest v1.3.1 |
1798 | 2023-10-24T20:44:35.041Z | Compiling proc-macro-error-attr v1.0.4 |
1799 | 2023-10-24T20:44:35.229Z | Compiling proc-macro-error v1.0.4 |
1800 | 2023-10-24T20:44:40.085Z | Compiling num_enum_derive v0.5.11 |
1801 | 2023-10-24T20:44:42.855Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1802 | 2023-10-24T20:44:43.336Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1803 | 2023-10-24T20:44:43.570Z | Compiling foreign-types-macros v0.2.3 |
1804 | 2023-10-24T20:44:44.215Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59) |
1805 | 2023-10-24T20:44:44.620Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
1806 | 2023-10-24T20:44:45.040Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59) |
1807 | 2023-10-24T20:44:45.060Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
1808 | 2023-10-24T20:44:45.638Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#f114bd0d) |
1809 | 2023-10-24T20:44:48.036Z | Compiling zone_cfg_derive v0.2.0 |
1810 | 2023-10-24T20:44:48.124Z | Compiling mockall_derive v0.11.4 |
1811 | 2023-10-24T20:44:49.329Z | Compiling num-derive v0.4.0 |
1812 | 2023-10-24T20:45:03.254Z | Checking base64ct v1.6.0 |
1813 | 2023-10-24T20:45:20.623Z | Checking is-terminal v0.4.9 |
1814 | 2023-10-24T20:45:28.898Z | Checking cfg-if v0.1.10 |
1815 | 2023-10-24T20:45:29.483Z | Compiling slog-dtrace v0.2.3 |
1816 | 2023-10-24T20:45:29.605Z | Checking termtree v0.4.1 |
1817 | 2023-10-24T20:45:29.891Z | Checking predicates-tree v1.0.9 |
1818 | 2023-10-24T20:45:29.961Z | Compiling cancel-safe-futures v0.1.2 |
1819 | 2023-10-24T20:45:29.979Z | Checking password-hash v0.5.0 |
1820 | 2023-10-24T20:45:30.109Z | Checking num_enum v0.5.11 |
1821 | 2023-10-24T20:45:30.332Z | Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=4019eb10fc2f4ba9bf210d0461dc6292b68309c2#4019eb10) |
1822 | 2023-10-24T20:45:30.452Z | Checking blake2 v0.10.6 |
1823 | 2023-10-24T20:45:30.693Z | Checking postcard-cobs v0.1.5-pre |
1824 | 2023-10-24T20:45:30.885Z | Checking base64 v0.13.1 |
1825 | 2023-10-24T20:45:30.943Z | Checking postcard v0.7.3 |
1826 | 2023-10-24T20:45:31.148Z | Checking argon2 v0.5.2 |
1827 | 2023-10-24T20:45:31.522Z | Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=4019eb10fc2f4ba9bf210d0461dc6292b68309c2#4019eb10) |
1828 | 2023-10-24T20:45:31.550Z | Checking smoltcp v0.8.2 |
1829 | 2023-10-24T20:45:31.864Z | Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59) |
1830 | 2023-10-24T20:45:32.066Z | Checking foreign-types-shared v0.3.1 |
1831 | 2023-10-24T20:45:32.217Z | Checking foreign-types v0.5.0 |
1832 | 2023-10-24T20:45:32.398Z | Checking cstr-argument v0.1.2 |
1833 | 2023-10-24T20:45:32.634Z | Checking pretty-hex v0.2.1 |
1834 | 2023-10-24T20:45:32.655Z | Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1835 | 2023-10-24T20:45:32.785Z | Checking colored v2.0.4 |
1836 | 2023-10-24T20:45:32.869Z | Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1837 | 2023-10-24T20:45:33.225Z | Checking predicates v2.1.5 |
1838 | 2023-10-24T20:45:33.407Z | Checking downcast v0.11.0 |
1839 | 2023-10-24T20:45:33.535Z | Checking fragile v2.0.0 |
1840 | 2023-10-24T20:45:33.943Z | Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=da534e73380f3cc53ca0de073e1ea862ae32109b#da534e73) |
1841 | 2023-10-24T20:45:34.152Z | Checking zone v0.2.0 |
1842 | 2023-10-24T20:45:34.248Z | Checking mockall v0.11.4 |
1843 | 2023-10-24T20:45:34.637Z | Checking smf v0.2.2 |
1844 | 2023-10-24T20:45:34.740Z | Checking filetime v0.2.22 |
1845 | 2023-10-24T20:45:34.827Z | Checking xattr v1.0.1 |
1846 | 2023-10-24T20:45:35.037Z | Compiling heck v0.3.3 |
1847 | 2023-10-24T20:45:35.095Z | Checking tar v0.4.40 |
1848 | 2023-10-24T20:45:35.315Z | Compiling libefi-sys v0.1.0 |
1849 | 2023-10-24T20:45:35.334Z | Compiling der_derive v0.7.2 |
1850 | 2023-10-24T20:45:35.580Z | Compiling structopt-derive v0.4.18 |
1851 | 2023-10-24T20:45:36.110Z | Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59) |
1852 | 2023-10-24T20:45:36.265Z | Compiling tofino v0.1.0 (http://github.com/oxidecomputer/tofino?branch=main#8283f802) |
1853 | 2023-10-24T20:45:36.325Z | Checking pem v1.1.1 |
1854 | 2023-10-24T20:45:36.462Z | Compiling memoffset v0.7.1 |
1855 | 2023-10-24T20:45:36.652Z | Checking camino-tempfile v1.0.2 |
1856 | 2023-10-24T20:45:37.022Z | Compiling maybe-uninit v2.0.0 |
1857 | 2023-10-24T20:45:37.072Z | Checking headers-core v0.2.0 |
1858 | 2023-10-24T20:45:37.100Z | Compiling num-bigint-dig v0.8.4 |
1859 | 2023-10-24T20:45:37.307Z | Checking headers v0.3.9 |
1860 | 2023-10-24T20:45:37.534Z | Compiling packed_struct v0.10.1 |
1861 | 2023-10-24T20:45:37.833Z | Compiling packed_struct_codegen v0.10.1 |
1862 | 2023-10-24T20:45:38.153Z | Compiling signal-hook v0.3.17 |
1863 | 2023-10-24T20:45:38.359Z | Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59) |
1864 | 2023-10-24T20:45:38.560Z | Checking rcgen v0.10.0 |
1865 | 2023-10-24T20:45:39.176Z | Checking atomicwrites v0.4.2 |
1866 | 2023-10-24T20:45:39.194Z | Checking subprocess v0.2.9 |
1867 | 2023-10-24T20:45:39.458Z | Compiling num-rational v0.4.1 |
1868 | 2023-10-24T20:45:39.488Z | Compiling same-file v1.0.6 |
1869 | 2023-10-24T20:45:39.841Z | Checking termcolor v1.2.0 |
1870 | 2023-10-24T20:45:40.041Z | Compiling walkdir v2.4.0 |
1871 | 2023-10-24T20:45:40.081Z | Compiling semver-parser v0.10.2 |
1872 | 2023-10-24T20:45:40.439Z | Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59) |
1873 | 2023-10-24T20:45:41.062Z | Checking linked-hash-map v0.5.6 |
1874 | 2023-10-24T20:45:41.101Z | Compiling home v0.5.5 |
1875 | 2023-10-24T20:45:41.450Z | Compiling semver v0.11.0 |
1876 | 2023-10-24T20:45:41.554Z | Checking lru-cache v0.1.2 |
1877 | 2023-10-24T20:45:42.024Z | Compiling toolchain_find v0.2.0 |
1878 | 2023-10-24T20:45:42.114Z | Compiling toml v0.5.11 |
1879 | 2023-10-24T20:45:42.133Z | Compiling doc-comment v0.3.3 |
1880 | 2023-10-24T20:45:42.622Z | Checking ciborium-io v0.2.1 |
1881 | 2023-10-24T20:45:43.598Z | Checking half v1.8.2 |
1882 | 2023-10-24T20:45:43.631Z | Compiling omicron-zone-package v0.8.3 |
1883 | 2023-10-24T20:45:43.638Z | Checking arc-swap v1.6.0 |
1884 | 2023-10-24T20:45:43.652Z | Compiling convert_case v0.4.0 |
1885 | 2023-10-24T20:45:43.656Z | Checking ciborium-ll v0.2.1 |
1886 | 2023-10-24T20:45:43.862Z | Checking slog-scope v4.4.0 |
1887 | 2023-10-24T20:45:43.926Z | Checking ciborium v0.2.1 |
1888 | 2023-10-24T20:45:44.152Z | Checking slog-stdlog v4.1.1 |
1889 | 2023-10-24T20:45:44.385Z | Compiling snafu-derive v0.7.5 |
1890 | 2023-10-24T20:45:44.498Z | Checking slog-envlogger v2.2.0 |
1891 | 2023-10-24T20:45:44.544Z | Compiling derive_more v0.99.17 |
1892 | 2023-10-24T20:45:45.332Z | Compiling rustfmt-wrapper v0.2.0 |
1893 | 2023-10-24T20:45:45.597Z | Compiling derive-where v1.2.5 |
1894 | 2023-10-24T20:45:46.365Z | Checking hkdf v0.12.3 |
1895 | 2023-10-24T20:45:46.615Z | Compiling libz-sys v1.1.12 |
1896 | 2023-10-24T20:45:46.706Z | Compiling parking_lot_core v0.8.6 |
1897 | 2023-10-24T20:45:47.321Z | Checking resolv-conf v0.7.0 |
1898 | 2023-10-24T20:45:47.489Z | Checking newline-converter v0.3.0 |
1899 | 2023-10-24T20:45:47.704Z | Checking textwrap v0.11.0 |
1900 | 2023-10-24T20:45:47.834Z | Checking vec_map v0.8.2 |
1901 | 2023-10-24T20:45:48.312Z | Checking ansi_term v0.12.1 |
1902 | 2023-10-24T20:45:48.315Z | Checking keccak v0.1.4 |
1903 | 2023-10-24T20:45:48.320Z | Checking strsim v0.8.0 |
1904 | 2023-10-24T20:45:48.387Z | Checking trust-dns-resolver v0.22.0 |
1905 | 2023-10-24T20:45:48.479Z | Checking expectorate v1.1.0 |
1906 | 2023-10-24T20:45:48.526Z | Checking sha3 v0.10.8 |
1907 | 2023-10-24T20:45:48.552Z | Checking clap v2.34.0 |
1908 | 2023-10-24T20:45:49.235Z | Checking secrecy v0.8.0 |
1909 | 2023-10-24T20:45:49.381Z | Compiling api_identity v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e) |
1910 | 2023-10-24T20:45:49.577Z | Compiling libgit2-sys v0.15.2+1.6.4 |
1911 | 2023-10-24T20:45:51.299Z | Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
1912 | 2023-10-24T20:45:51.352Z | Checking pem-rfc7468 v0.7.0 |
1913 | 2023-10-24T20:45:51.744Z | Compiling libsqlite3-sys v0.26.0 |
1914 | 2023-10-24T20:45:51.868Z | Checking flagset v0.4.3 |
1915 | 2023-10-24T20:45:52.162Z | Checking der v0.7.8 |
1916 | 2023-10-24T20:45:52.326Z | Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
1917 | 2023-10-24T20:45:52.727Z | Checking fxhash v0.2.1 |
1918 | 2023-10-24T20:45:52.840Z | Compiling vergen v8.2.4 |
1919 | 2023-10-24T20:45:52.949Z | Compiling semver v0.1.20 |
1920 | 2023-10-24T20:45:53.303Z | Checking structopt v0.3.26 |
1921 | 2023-10-24T20:45:53.622Z | Compiling rustc_version v0.1.7 |
1922 | 2023-10-24T20:45:54.249Z | Compiling newtype_derive v0.1.6 |
1923 | 2023-10-24T20:45:54.476Z | Checking crc-catalog v2.2.0 |
1924 | 2023-10-24T20:45:54.693Z | Checking humantime v2.1.0 |
1925 | 2023-10-24T20:45:55.140Z | Compiling buf-list v1.0.3 |
1926 | 2023-10-24T20:45:55.387Z | Checking spki v0.7.2 |
1927 | 2023-10-24T20:45:55.408Z | Checking crc v3.0.1 |
1928 | 2023-10-24T20:45:55.732Z | Compiling ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
1929 | 2023-10-24T20:45:55.844Z | Checking pkcs8 v0.10.2 |
1930 | 2023-10-24T20:45:56.515Z | Checking nodrop v0.1.14 |
1931 | 2023-10-24T20:45:57.007Z | Checking array-init v0.0.4 |
1932 | 2023-10-24T20:45:57.073Z | Checking pkcs1 v0.7.5 |
1933 | 2023-10-24T20:45:57.269Z | Checking smallvec v0.6.14 |
1934 | 2023-10-24T20:45:57.376Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
1935 | 2023-10-24T20:45:57.915Z | Compiling num_enum_derive v0.7.0 |
1936 | 2023-10-24T20:45:58.725Z | Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e) |
1937 | 2023-10-24T20:46:00.303Z | Compiling unicase v2.7.0 |
1938 | 2023-10-24T20:46:00.714Z | Compiling rayon-core v1.11.0 |
1939 | 2023-10-24T20:46:00.832Z | Checking bitfield v0.14.0 |
1940 | 2023-10-24T20:46:00.941Z | Checking utf-8 v0.7.6 |
1941 | 2023-10-24T20:46:01.144Z | Checking rsa v0.9.2 |
1942 | 2023-10-24T20:46:01.275Z | Checking serde-hex v0.1.0 |
1943 | 2023-10-24T20:46:01.529Z | Checking x509-cert v0.2.4 |
1944 | 2023-10-24T20:46:02.005Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git#e644a21a) |
1945 | 2023-10-24T20:46:02.416Z | Checking env_logger v0.10.0 |
1946 | 2023-10-24T20:46:02.941Z | Checking lpc55_areas v0.2.4 (https://github.com/oxidecomputer/lpc55_support#96f064ea) |
1947 | 2023-10-24T20:46:03.106Z | Checking ron v0.8.1 |
1948 | 2023-10-24T20:46:03.193Z | Checking crc-any v2.4.3 |
1949 | 2023-10-24T20:46:03.795Z | Compiling platforms v3.0.2 |
1950 | 2023-10-24T20:46:04.273Z | Checking object v0.30.4 |
1951 | 2023-10-24T20:46:04.292Z | Checking path-slash v0.1.5 |
1952 | 2023-10-24T20:46:05.154Z | Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc.git#e644a21a) |
1953 | 2023-10-24T20:46:05.551Z | Checking num-complex v0.4.4 |
1954 | 2023-10-24T20:46:06.610Z | Checking rand v0.4.6 |
1955 | 2023-10-24T20:46:07.119Z | Compiling crucible v0.0.1 (https://github.com/oxidecomputer/crucible?rev=da534e73380f3cc53ca0de073e1ea862ae32109b#da534e73) |
1956 | 2023-10-24T20:46:07.558Z | Compiling erased-serde v0.3.30 |
1957 | 2023-10-24T20:46:08.308Z | Checking num v0.4.1 |
1958 | 2023-10-24T20:46:08.352Z | Compiling curve25519-dalek v4.1.0 |
1959 | 2023-10-24T20:46:08.447Z | Compiling bitstruct_derive v0.1.0 |
1960 | 2023-10-24T20:46:08.919Z | Compiling async-recursion v1.0.5 |
1961 | 2023-10-24T20:46:10.181Z | Compiling glob v0.3.1 |
1962 | 2023-10-24T20:46:10.446Z | Compiling mime_guess v2.0.4 |
1963 | 2023-10-24T20:46:10.870Z | Compiling thiserror-impl-no-std v2.0.2 |
1964 | 2023-10-24T20:46:11.623Z | Compiling curve25519-dalek-derive v0.1.0 |
1965 | 2023-10-24T20:46:12.360Z | Compiling salty v0.2.0 |
1966 | 2023-10-24T20:46:13.016Z | Checking tungstenite v0.18.0 |
1967 | 2023-10-24T20:46:13.901Z | Compiling hubpack_derive v0.1.0 (https://github.com/cbiffle/hubpack?rev=df08cc3a6e1f97381cd0472ae348e310f0119e25#df08cc3a) |
1968 | 2023-10-24T20:46:14.397Z | Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e) |
1969 | 2023-10-24T20:46:14.939Z | Checking tokio-tungstenite v0.18.0 |
1970 | 2023-10-24T20:46:15.002Z | Checking openapi-lint v0.4.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#bb69a3a4) |
1971 | 2023-10-24T20:46:15.163Z | Checking universal-hash v0.5.1 |
1972 | 2023-10-24T20:46:15.446Z | Checking nibble_vec v0.1.0 |
1973 | 2023-10-24T20:46:15.702Z | Checking endian-type v0.1.2 |
1974 | 2023-10-24T20:46:16.022Z | Compiling crunchy v0.2.2 |
1975 | 2023-10-24T20:46:16.426Z | Checking opaque-debug v0.3.0 |
1976 | 2023-10-24T20:46:16.466Z | Checking radix_trie v0.2.1 |
1977 | 2023-10-24T20:46:16.723Z | Checking snafu v0.7.5 |
1978 | 2023-10-24T20:46:17.191Z | Compiling tiny-keccak v2.0.2 |
1979 | 2023-10-24T20:46:17.419Z | Checking linear-map v1.2.0 |
1980 | 2023-10-24T20:46:17.740Z | Checking parking_lot v0.11.2 |
1981 | 2023-10-24T20:46:18.325Z | Checking trust-dns-client v0.22.0 |
1982 | 2023-10-24T20:46:18.330Z | Compiling clang-sys v1.6.1 |
1983 | 2023-10-24T20:46:18.333Z | Checking aead v0.5.2 |
1984 | 2023-10-24T20:46:18.336Z | Compiling darling_core v0.14.4 |
1985 | 2023-10-24T20:46:18.449Z | Compiling prettyplease v0.2.12 |
1986 | 2023-10-24T20:46:18.898Z | Checking sled v0.34.7 |
1987 | 2023-10-24T20:46:19.068Z | Compiling ascii-canvas v3.0.0 |
1988 | 2023-10-24T20:46:19.896Z | Checking trust-dns-server v0.22.1 |
1989 | 2023-10-24T20:46:20.260Z | Checking toml_edit v0.20.0 |
1990 | 2023-10-24T20:46:20.491Z | Compiling const_format_proc_macros v0.2.31 |
1991 | 2023-10-24T20:46:20.649Z | Compiling ena v0.14.2 |
1992 | 2023-10-24T20:46:21.268Z | Compiling diff v0.1.13 |
1993 | 2023-10-24T20:46:22.178Z | Compiling minimal-lexical v0.2.1 |
1994 | 2023-10-24T20:46:23.136Z | Compiling portable-atomic v1.4.3 |
1995 | 2023-10-24T20:46:23.623Z | Checking pretty-hex v0.3.0 |
1996 | 2023-10-24T20:46:23.745Z | Compiling nom v7.1.3 |
1997 | 2023-10-24T20:46:23.848Z | Compiling lalrpop v0.19.12 |
1998 | 2023-10-24T20:46:23.867Z | Checking omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e) |
1999 | 2023-10-24T20:46:24.157Z | Checking lpc55_sign v0.3.3 (https://github.com/oxidecomputer/lpc55_support#96f064ea) |
2000 | 2023-10-24T20:46:24.366Z | Checking toml v0.8.0 |
2001 | 2023-10-24T20:46:24.825Z | Checking path-dedot v3.1.0 |
2002 | 2023-10-24T20:46:25.476Z | Compiling libloading v0.7.4 |
2003 | 2023-10-24T20:46:25.488Z | Compiling bindgen v0.65.1 |
2004 | 2023-10-24T20:46:25.563Z | Compiling ref-cast v1.0.20 |
2005 | 2023-10-24T20:46:26.146Z | Checking path-absolutize v3.1.0 |
2006 | 2023-10-24T20:46:27.075Z | Checking globset v0.4.13 |
2007 | 2023-10-24T20:46:27.437Z | Compiling darling_macro v0.14.4 |
2008 | 2023-10-24T20:46:27.917Z | Checking crossbeam-deque v0.8.3 |
2009 | 2023-10-24T20:46:28.113Z | Checking hashlink v0.8.3 |
2010 | 2023-10-24T20:46:28.398Z | Checking olpc-cjson v0.1.3 |
2011 | 2023-10-24T20:46:28.706Z | Checking serde_plain v1.0.2 |
2012 | 2023-10-24T20:46:28.912Z | Compiling darling v0.14.4 |
2013 | 2023-10-24T20:46:29.054Z | Compiling derive_builder_core v0.12.0 |
2014 | 2023-10-24T20:46:29.073Z | Compiling which v4.4.0 |
2015 | 2023-10-24T20:46:29.096Z | Compiling ref-cast-impl v1.0.20 |
2016 | 2023-10-24T20:46:29.277Z | Compiling libxml v0.3.3 |
2017 | 2023-10-24T20:46:29.749Z | Compiling cexpr v0.6.0 |
2018 | 2023-10-24T20:46:29.911Z | Compiling lazycell v1.3.0 |
2019 | 2023-10-24T20:46:30.165Z | Compiling rustc-hash v1.1.0 |
2020 | 2023-10-24T20:46:30.191Z | Checking fallible-streaming-iterator v0.1.9 |
2021 | 2023-10-24T20:46:30.393Z | Compiling shlex v1.1.0 |
2022 | 2023-10-24T20:46:30.531Z | Compiling peeking_take_while v0.1.2 |
2023 | 2023-10-24T20:46:30.734Z | Checking rusqlite v0.29.0 |
2024 | 2023-10-24T20:46:30.840Z | Checking tough v0.12.5 |
2025 | 2023-10-24T20:46:30.885Z | Checking twox-hash v1.6.3 |
2026 | 2023-10-24T20:46:31.586Z | Checking nix v0.26.2 |
2027 | 2023-10-24T20:46:32.850Z | Compiling derive_builder_macro v0.12.0 |
2028 | 2023-10-24T20:46:33.656Z | Checking omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e) |
2029 | 2023-10-24T20:46:34.026Z | Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=da534e73380f3cc53ca0de073e1ea862ae32109b#da534e73) |
2030 | 2023-10-24T20:46:34.743Z | Checking ff v0.13.0 |
2031 | 2023-10-24T20:46:34.892Z | Compiling strum_macros v0.24.3 |
2032 | 2023-10-24T20:46:35.536Z | Checking display-error-chain v0.1.1 |
2033 | 2023-10-24T20:46:36.333Z | Compiling indoc v1.0.9 |
2034 | 2023-10-24T20:46:36.445Z | Checking signature v1.6.4 |
2035 | 2023-10-24T20:46:37.020Z | Checking ed25519 v1.5.3 |
2036 | 2023-10-24T20:46:37.721Z | Checking oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e) |
2037 | 2023-10-24T20:46:37.764Z | Checking nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e) |
2038 | 2023-10-24T20:46:40.120Z | Checking group v0.13.0 |
2039 | 2023-10-24T20:46:40.722Z | Checking polyval v0.6.1 |
2040 | 2023-10-24T20:46:41.065Z | Checking num_enum v0.7.0 |
2041 | 2023-10-24T20:46:41.460Z | Checking aes v0.8.3 |
2042 | 2023-10-24T20:46:41.602Z | Checking ctr v0.9.2 |
2043 | 2023-10-24T20:46:41.694Z | Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=4019eb10fc2f4ba9bf210d0461dc6292b68309c2#4019eb10) |
2044 | 2023-10-24T20:46:42.019Z | Checking crypto-bigint v0.5.2 |
2045 | 2023-10-24T20:46:42.102Z | Checking bincode v1.3.3 |
2046 | 2023-10-24T20:46:42.699Z | Compiling diesel-dtrace v0.2.0 (https://github.com/oxidecomputer/diesel-dtrace?branch=main#c1252df7) |
2047 | 2023-10-24T20:46:42.912Z | Compiling cookie v0.16.2 |
2048 | 2023-10-24T20:46:43.108Z | Checking base16ct v0.2.0 |
2049 | 2023-10-24T20:46:44.570Z | Checking aes-gcm-siv v0.11.1 |
2050 | 2023-10-24T20:46:44.808Z | Checking rayon v1.7.0 |
2051 | 2023-10-24T20:46:44.918Z | Checking elliptic-curve v0.13.5 |
2052 | 2023-10-24T20:46:44.960Z | Checking steno v0.4.0 |
2053 | 2023-10-24T20:46:45.814Z | Checking poly1305 v0.8.0 |
2054 | 2023-10-24T20:46:46.148Z | Checking thiserror-no-std v2.0.2 |
2055 | 2023-10-24T20:46:46.306Z | Checking hubpack v0.1.0 (https://github.com/cbiffle/hubpack?rev=df08cc3a6e1f97381cd0472ae348e310f0119e25#df08cc3a) |
2056 | 2023-10-24T20:46:46.670Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
2057 | 2023-10-24T20:46:46.796Z | Checking env_logger v0.9.3 |
2058 | 2023-10-24T20:46:47.065Z | Checking nix v0.26.2 (https://github.com/jgallagher/nix?branch=r0.26-illumos#c1a3636d) |
2059 | 2023-10-24T20:46:47.104Z | Checking oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e) |
2060 | 2023-10-24T20:46:48.600Z | Checking chacha20 v0.9.1 |
2061 | 2023-10-24T20:46:48.786Z | Checking serde-big-array v0.5.1 |
2062 | 2023-10-24T20:46:48.873Z | Checking serde-big-array v0.4.1 |
2063 | 2023-10-24T20:46:49.115Z | Compiling impl-trait-for-tuples v0.2.2 |
2064 | 2023-10-24T20:46:49.138Z | Compiling oso-derive v0.26.4 |
2065 | 2023-10-24T20:46:49.170Z | Checking viona_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=4019eb10fc2f4ba9bf210d0461dc6292b68309c2#4019eb10) |
2066 | 2023-10-24T20:46:49.332Z | Checking ascii v1.1.0 |
2067 | 2023-10-24T20:46:49.635Z | Checking ringbuffer v0.15.0 |
2068 | 2023-10-24T20:46:50.237Z | Checking rfb v0.1.0 (https://github.com/oxidecomputer/rfb?rev=0cac8d9c25eb27acfa35df80f3b9d371de98ab3b#0cac8d9c) |
2069 | 2023-10-24T20:46:50.292Z | Checking vsss-rs v3.3.1 |
2070 | 2023-10-24T20:46:50.626Z | Checking viona_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=4019eb10fc2f4ba9bf210d0461dc6292b68309c2#4019eb10) |
2071 | 2023-10-24T20:46:50.834Z | Checking chacha20poly1305 v0.10.1 |
2072 | 2023-10-24T20:46:51.118Z | Checking sprockets-common v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef) |
2073 | 2023-10-24T20:46:52.065Z | Checking bitstruct v0.1.1 |
2074 | 2023-10-24T20:46:52.810Z | Checking signal-hook-tokio v0.3.1 |
2075 | 2023-10-24T20:46:53.090Z | Checking tungstenite v0.20.1 |
2076 | 2023-10-24T20:46:53.342Z | Checking dladm v0.0.0 (https://github.com/oxidecomputer/propolis?rev=4019eb10fc2f4ba9bf210d0461dc6292b68309c2#4019eb10) |
2077 | 2023-10-24T20:46:54.901Z | Checking serde_arrays v0.1.0 |
2078 | 2023-10-24T20:46:54.907Z | Checking corncobs v0.1.3 |
2079 | 2023-10-24T20:46:54.916Z | Checking sprockets-rot v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef) |
2080 | 2023-10-24T20:46:54.919Z | Checking tokio-tungstenite v0.20.1 |
2081 | 2023-10-24T20:46:54.922Z | Checking assert_matches v1.5.0 |
2082 | 2023-10-24T20:46:56.004Z | Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=4019eb10fc2f4ba9bf210d0461dc6292b68309c2#4019eb10) |
2083 | 2023-10-24T20:46:57.931Z | Checking dns-service-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e) |
2084 | 2023-10-24T20:46:58.126Z | Checking bcs v0.1.5 |
2085 | 2023-10-24T20:46:58.770Z | Checking highway v1.1.0 |
2086 | 2023-10-24T20:46:59.474Z | Checking internal-dns v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e) |
2087 | 2023-10-24T20:47:02.123Z | Checking const_format v0.2.31 |
2088 | 2023-10-24T20:47:03.510Z | Compiling mg-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/mg-admin-client) |
2089 | 2023-10-24T20:47:03.953Z | Checking ron v0.7.1 |
2090 | 2023-10-24T20:47:05.886Z | Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=da534e73380f3cc53ca0de073e1ea862ae32109b#da534e73) |
2091 | 2023-10-24T20:47:06.866Z | Checking http-range v0.1.5 |
2092 | 2023-10-24T20:47:07.143Z | Checking bit_field v0.10.2 |
2093 | 2023-10-24T20:47:07.509Z | Checking hyper-staticfile v0.9.5 |
2094 | 2023-10-24T20:47:08.181Z | Compiling indoc v2.0.3 |
2095 | 2023-10-24T20:47:14.233Z | Checking derive_builder v0.12.0 |
2096 | 2023-10-24T20:47:18.202Z | Checking bb8 v0.8.1 |
2097 | 2023-10-24T20:47:18.456Z | Checking quick-xml v0.23.1 |
2098 | 2023-10-24T20:47:18.538Z | Checking bytesize v1.3.0 |
2099 | 2023-10-24T20:47:18.995Z | Checking maplit v1.0.2 |
2100 | 2023-10-24T20:47:19.852Z | Checking fs-err v2.9.0 |
2101 | 2023-10-24T20:47:20.759Z | Checking number_prefix v0.4.0 |
2102 | 2023-10-24T20:47:20.779Z | Checking indicatif v0.17.7 |
2103 | 2023-10-24T20:47:21.292Z | Checking async-bb8-diesel v0.1.0 (https://github.com/oxidecomputer/async-bb8-diesel?rev=1446f7e0c1f05f33a0581abd51fa873c7652ab61#1446f7e0) |
2104 | 2023-10-24T20:47:23.229Z | Checking signal-hook-mio v0.2.3 |
2105 | 2023-10-24T20:47:24.141Z | Compiling vte_generate_state_changes v0.1.1 |
2106 | 2023-10-24T20:47:31.800Z | Checking yansi v0.5.1 |
2107 | 2023-10-24T20:47:32.876Z | Checking pretty_assertions v1.4.0 |
2108 | 2023-10-24T20:47:34.881Z | Checking crossterm v0.27.0 |
2109 | 2023-10-24T20:47:35.784Z | Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=da534e73380f3cc53ca0de073e1ea862ae32109b#da534e73) |
2110 | 2023-10-24T20:47:37.235Z | Checking fatfs v0.3.6 |
2111 | 2023-10-24T20:47:37.532Z | Checking cassowary v0.3.0 |
2112 | 2023-10-24T20:47:38.001Z | Checking plotters-backend v0.3.5 |
2113 | 2023-10-24T20:47:38.189Z | Checking ratatui v0.23.0 |
2114 | 2023-10-24T20:47:39.316Z | Checking plotters-svg v0.3.5 |
2115 | 2023-10-24T20:47:40.832Z | Checking rtoolbox v0.0.1 |
2116 | 2023-10-24T20:47:41.121Z | Checking cast v0.3.0 |
2117 | 2023-10-24T20:47:41.219Z | Checking owo-colors v3.5.0 |
2118 | 2023-10-24T20:47:42.069Z | Checking remove_dir_all v0.5.3 |
2119 | 2023-10-24T20:47:42.207Z | Checking tempdir v0.3.7 |
2120 | 2023-10-24T20:47:42.271Z | Checking tui-tree-widget v0.13.0 |
2121 | 2023-10-24T20:47:42.634Z | Checking criterion-plot v0.5.0 |
2122 | 2023-10-24T20:47:42.680Z | Checking rpassword v7.2.0 |
2123 | 2023-10-24T20:47:42.893Z | Checking plotters v0.3.5 |
2124 | 2023-10-24T20:47:46.439Z | Checking tinytemplate v1.2.1 |
2125 | 2023-10-24T20:47:47.010Z | Checking anes v0.1.6 |
2126 | 2023-10-24T20:47:47.055Z | Checking oorandom v11.1.3 |
2127 | 2023-10-24T20:47:47.439Z | Checking shell-words v1.1.0 |
2128 | 2023-10-24T20:47:47.520Z | Checking os_str_bytes v6.5.1 |
2129 | 2023-10-24T20:47:47.628Z | Checking criterion v0.5.1 |
2130 | 2023-10-24T20:47:48.087Z | Checking clap_lex v0.2.4 |
2131 | 2023-10-24T20:47:54.531Z | Checking assert_cmd v2.0.12 |
2132 | 2023-10-24T20:47:54.905Z | Compiling clap_derive v3.2.25 |
2133 | 2023-10-24T20:47:54.977Z | Checking dashmap v5.5.1 |
2134 | 2023-10-24T20:47:55.851Z | Compiling serial_test_derive v0.10.0 |
2135 | 2023-10-24T20:47:56.268Z | Compiling crossbeam-queue v0.3.8 |
2136 | 2023-10-24T20:47:57.510Z | Checking serial_test v0.10.0 |
2137 | 2023-10-24T20:47:57.884Z | Checking vte v0.11.1 |
2138 | 2023-10-24T20:47:57.901Z | Checking threadpool v1.8.1 |
2139 | 2023-10-24T20:48:00.539Z | Checking strip-ansi-escapes v0.2.0 |
2140 | 2023-10-24T20:48:00.766Z | Checking crossterm v0.26.1 |
2141 | 2023-10-24T20:48:01.795Z | Compiling tabled_derive v0.6.0 |
2142 | 2023-10-24T20:48:01.952Z | Checking httptest v0.15.4 |
2143 | 2023-10-24T20:48:02.794Z | Checking clap v3.2.25 |
2144 | 2023-10-24T20:48:02.970Z | Checking similar-asserts v1.5.0 |
2145 | 2023-10-24T20:48:03.130Z | Checking fd-lock v3.0.13 |
2146 | 2023-10-24T20:48:03.333Z | Checking nanorand v0.7.0 |
2147 | 2023-10-24T20:48:03.425Z | Compiling rstest_macros v0.18.2 |
2148 | 2023-10-24T20:48:03.765Z | Checking nu-ansi-term v0.49.0 |
2149 | 2023-10-24T20:48:04.230Z | Checking flume v0.11.0 |
2150 | 2023-10-24T20:48:04.407Z | Checking reedline v0.23.0 |
2151 | 2023-10-24T20:48:07.839Z | Compiling pin-project-internal v1.1.3 |
2152 | 2023-10-24T20:48:07.897Z | Checking topological-sort v0.2.2 |
2153 | 2023-10-24T20:48:08.157Z | Compiling relative-path v1.9.0 |
2154 | 2023-10-24T20:48:08.308Z | Checking libtest-mimic v0.5.2 |
2155 | 2023-10-24T20:48:08.703Z | Checking arrayvec v0.7.4 |
2156 | 2023-10-24T20:48:09.032Z | Checking datatest-stable v0.1.3 |
2157 | 2023-10-24T20:48:09.276Z | Checking arrayref v0.3.7 |
2158 | 2023-10-24T20:48:09.302Z | Compiling trybuild v1.0.85 |
2159 | 2023-10-24T20:48:09.325Z | Checking constant_time_eq v0.2.6 |
2160 | 2023-10-24T20:48:09.412Z | Checking bytecount v0.6.3 |
2161 | 2023-10-24T20:48:09.502Z | Checking blake2b_simd v1.0.1 |
2162 | 2023-10-24T20:48:09.640Z | Checking papergrid v0.10.0 |
2163 | 2023-10-24T20:48:16.894Z | Checking pin-project v1.1.3 |
2164 | 2023-10-24T20:48:17.088Z | Checking basic-toml v0.1.4 |
2165 | 2023-10-24T20:48:17.230Z | Checking constant_time_eq v0.3.0 |
2166 | 2023-10-24T20:48:17.255Z | Checking futures-timer v3.0.2 |
2167 | 2023-10-24T20:48:17.283Z | Checking rust-argon2 v1.0.1 |
2168 | 2023-10-24T20:48:17.314Z | Checking partial-io v0.5.4 |
2169 | 2023-10-24T20:48:17.375Z | Checking tabled v0.14.0 |
2170 | 2023-10-24T20:48:17.391Z | Checking approx v0.5.1 |
2171 | 2023-10-24T20:48:17.419Z | Checking cargo-platform v0.1.3 |
2172 | 2023-10-24T20:48:17.437Z | Checking hex-literal v0.4.1 |
2173 | 2023-10-24T20:48:17.449Z | Checking cargo_metadata v0.18.0 |
2174 | 2023-10-24T20:48:18.751Z | Checking crossbeam v0.8.2 |
2175 | 2023-10-24T20:48:19.190Z | Checking cargo_toml v0.16.3 |
2176 | 2023-10-24T20:48:19.834Z | Checking termios v0.3.3 |
2177 | 2023-10-24T20:48:22.421Z | Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
2178 | 2023-10-24T20:48:23.320Z | Checking rstest v0.18.2 |
2179 | 2023-10-24T20:48:39.987Z | Compiling polar-core v0.26.4 |
2180 | 2023-10-24T20:48:40.961Z | Compiling bzip2 v0.4.4 |
2181 | 2023-10-24T20:48:40.997Z | Compiling samael v0.0.10 (https://github.com/njaremko/samael?branch=master#52028e45) |
2182 | 2023-10-24T20:48:41.463Z | Compiling zip v0.6.6 |
2183 | 2023-10-24T20:48:42.628Z | Checking hubtools v0.4.1 (https://github.com/oxidecomputer/hubtools.git?branch=main#73cd5a84) |
2184 | 2023-10-24T20:48:43.515Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2185 | 2023-10-24T20:48:44.013Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2186 | 2023-10-24T20:48:44.585Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2187 | 2023-10-24T20:48:44.672Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2188 | 2023-10-24T20:48:44.692Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
2189 | 2023-10-24T20:48:45.213Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2190 | 2023-10-24T20:48:45.262Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2191 | 2023-10-24T20:48:46.735Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2192 | 2023-10-24T20:48:46.765Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2193 | 2023-10-24T20:48:47.245Z | Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2194 | 2023-10-24T20:48:47.280Z | Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2195 | 2023-10-24T20:48:47.495Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
2196 | 2023-10-24T20:48:47.968Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
2197 | 2023-10-24T20:48:49.450Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
2198 | 2023-10-24T20:48:51.225Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
2199 | 2023-10-24T20:48:55.603Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
2200 | 2023-10-24T20:49:06.241Z | Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
2201 | 2023-10-24T20:49:09.252Z | Checking oso v0.26.4 |
2202 | 2023-10-24T20:49:11.920Z | Checking illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2203 | 2023-10-24T20:49:33.473Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2204 | 2023-10-24T20:49:33.747Z | Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2205 | 2023-10-24T20:49:34.427Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2206 | 2023-10-24T20:49:34.640Z | Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2207 | 2023-10-24T20:49:34.714Z | Checking internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns) |
2208 | 2023-10-24T20:49:34.798Z | Checking ipcc-key-value v0.1.0 (/work/oxidecomputer/omicron/ipcc-key-value) |
2209 | 2023-10-24T20:49:34.887Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2210 | 2023-10-24T20:49:35.023Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2211 | 2023-10-24T20:49:35.079Z | Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
2212 | 2023-10-24T20:49:35.175Z | Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2213 | 2023-10-24T20:49:35.268Z | Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
2214 | 2023-10-24T20:49:38.891Z | Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
2215 | 2023-10-24T20:49:39.005Z | Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2216 | 2023-10-24T20:49:39.107Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2217 | 2023-10-24T20:49:39.120Z | Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2218 | 2023-10-24T20:49:39.684Z | Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
2219 | 2023-10-24T20:49:40.643Z | Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
2220 | 2023-10-24T20:49:43.229Z | Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2221 | 2023-10-24T20:49:45.415Z | Checking tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
2222 | 2023-10-24T20:49:46.772Z | Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
2223 | 2023-10-24T20:49:52.581Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
2224 | 2023-10-24T20:49:55.209Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
2225 | 2023-10-24T20:49:55.524Z | Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
2226 | 2023-10-24T20:49:56.467Z | Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2227 | 2023-10-24T20:50:00.624Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
2228 | 2023-10-24T20:50:04.794Z | Compiling nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros) |
2229 | 2023-10-24T20:50:07.019Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
2230 | 2023-10-24T20:50:07.291Z | Checking tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous) |
2231 | 2023-10-24T20:50:09.259Z | Checking installinator-artifactd v0.1.0 (/work/oxidecomputer/omicron/installinator-artifactd) |
2232 | 2023-10-24T20:50:11.040Z | Checking installinator-artifact-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-artifact-client) |
2233 | 2023-10-24T20:50:17.583Z | Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
2234 | 2023-10-24T20:50:17.747Z | Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
2235 | 2023-10-24T20:50:20.329Z | Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
2236 | 2023-10-24T20:50:20.426Z | Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
2237 | 2023-10-24T20:50:20.783Z | Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
2238 | 2023-10-24T20:50:22.769Z | Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
2239 | 2023-10-24T20:50:31.917Z | Checking omicron-deploy v0.1.0 (/work/oxidecomputer/omicron/dev-tools/thing-flinger) |
2240 | 2023-10-24T20:50:44.155Z | Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed) |
2241 | 2023-10-24T20:51:05.931Z | Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns-cli) |
2242 | 2023-10-24T20:51:29.843Z | Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli) |
2243 | 2023-10-24T20:51:45.008Z | Checking caboose-util v0.1.0 (/work/oxidecomputer/omicron/caboose-util) |
2244 | 2023-10-24T20:52:21.292Z | Compiling git2 v0.17.2 |
2245 | 2023-10-24T20:52:30.580Z | Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=da534e73380f3cc53ca0de073e1ea862ae32109b#da534e73) |
2246 | 2023-10-24T20:52:33.151Z | Checking crucible-protocol v0.0.0 (https://github.com/oxidecomputer/crucible?rev=da534e73380f3cc53ca0de073e1ea862ae32109b#da534e73) |
2247 | 2023-10-24T20:52:44.591Z | Checking propolis v0.1.0 (https://github.com/oxidecomputer/propolis?rev=4019eb10fc2f4ba9bf210d0461dc6292b68309c2#4019eb10) |
2248 | 2023-10-24T20:52:56.202Z | Checking cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=4019eb10fc2f4ba9bf210d0461dc6292b68309c2#4019eb10) |
2249 | 2023-10-24T20:52:56.539Z | Checking propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=4019eb10fc2f4ba9bf210d0461dc6292b68309c2#4019eb10) |
2250 | 2023-10-24T20:52:57.057Z | Checking propolis-server v0.1.0 (https://github.com/oxidecomputer/propolis?rev=4019eb10fc2f4ba9bf210d0461dc6292b68309c2#4019eb10) |
2251 | 2023-10-24T20:52:58.553Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2252 | 2023-10-24T20:53:34.611Z | Checking nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
2253 | 2023-10-24T20:55:00.199Z | Finished dev [unoptimized + debuginfo] target(s) in 13m 28s |
2254 | 2023-10-24T20:55:00.432Z | |
2255 | 2023-10-24T20:55:00.436Z | real 14:32.405053001 |
2256 | 2023-10-24T20:55:00.440Z | user 1:25:43.978890796 |
2257 | 2023-10-24T20:55:00.444Z | sys 11:21.666580479 |
2258 | 2023-10-24T20:55:00.449Z | trap 3.098586592 |
2259 | 2023-10-24T20:55:00.453Z | tflt 5.133675445 |
2260 | 2023-10-24T20:55:00.457Z | dflt 8.321491545 |
2261 | 2023-10-24T20:55:00.463Z | kflt 0.020673610 |
2262 | 2023-10-24T20:55:00.467Z | lock 1:59:19.566450086 |
2263 | 2023-10-24T20:55:00.470Z | slp 4:47:35.364271599 |
2264 | 2023-10-24T20:55:00.474Z | lat 3:11.908252494 |
2265 | 2023-10-24T20:55:00.478Z | stop 7:51.178976557 |
2266 | 2023-10-24T20:55:01.736Z | warning: output filename collision. |
2267 | 2023-10-24T20:55:01.743Z | The lib target `dns-service-client` in package `dns-service-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e)` has the same output filename as the lib target `dns-service-client` in package `dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)`. |
2268 | 2023-10-24T20:55:01.747Z | Colliding filename is: /work/oxidecomputer/omicron/target/doc/dns_service_client/index.html |
2269 | 2023-10-24T20:55:01.752Z | The targets should have unique names. |
2270 | 2023-10-24T20:55:02.161Z | This is a known bug where multiple crates with the same name use |
2271 | 2023-10-24T20:55:02.169Z | the same path; see <https://github.com/rust-lang/cargo/issues/6313>. |
2272 | 2023-10-24T20:55:02.590Z | warning: output filename collision. |
2273 | 2023-10-24T20:55:02.595Z | 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)`. |
2274 | 2023-10-24T20:55:02.599Z | Colliding filename is: /work/oxidecomputer/omicron/target/doc/hubpack/index.html |
2275 | 2023-10-24T20:55:02.603Z | The targets should have unique names. |
2276 | 2023-10-24T20:55:02.606Z | This is a known bug where multiple crates with the same name use |
2277 | 2023-10-24T20:55:02.610Z | the same path; see <https://github.com/rust-lang/cargo/issues/6313>. |
2278 | 2023-10-24T20:55:02.613Z | warning: output filename collision. |
2279 | 2023-10-24T20:55:02.616Z | The lib target `internal-dns` in package `internal-dns v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e)` has the same output filename as the lib target `internal-dns` in package `internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns)`. |
2280 | 2023-10-24T20:55:02.625Z | Colliding filename is: /work/oxidecomputer/omicron/target/doc/internal_dns/index.html |
2281 | 2023-10-24T20:55:02.629Z | The targets should have unique names. |
2282 | 2023-10-24T20:55:02.632Z | This is a known bug where multiple crates with the same name use |
2283 | 2023-10-24T20:55:02.638Z | the same path; see <https://github.com/rust-lang/cargo/issues/6313>. |
2284 | 2023-10-24T20:55:02.641Z | warning: output filename collision. |
2285 | 2023-10-24T20:55:02.645Z | The lib target `nexus-client` in package `nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e)` has the same output filename as the lib target `nexus-client` in package `nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)`. |
2286 | 2023-10-24T20:55:02.648Z | Colliding filename is: /work/oxidecomputer/omicron/target/doc/nexus_client/index.html |
2287 | 2023-10-24T20:55:02.651Z | The targets should have unique names. |
2288 | 2023-10-24T20:55:02.655Z | This is a known bug where multiple crates with the same name use |
2289 | 2023-10-24T20:55:02.658Z | the same path; see <https://github.com/rust-lang/cargo/issues/6313>. |
2290 | 2023-10-24T20:55:02.662Z | warning: output filename collision. |
2291 | 2023-10-24T20:55:02.666Z | The lib target `nix` in package `nix v0.26.2 (https://github.com/jgallagher/nix?branch=r0.26-illumos#c1a3636d)` has the same output filename as the lib target `nix` in package `nix v0.26.2`. |
2292 | 2023-10-24T20:55:02.670Z | Colliding filename is: /work/oxidecomputer/omicron/target/doc/nix/index.html |
2293 | 2023-10-24T20:55:02.676Z | The targets should have unique names. |
2294 | 2023-10-24T20:55:02.679Z | This is a known bug where multiple crates with the same name use |
2295 | 2023-10-24T20:55:02.682Z | the same path; see <https://github.com/rust-lang/cargo/issues/6313>. |
2296 | 2023-10-24T20:55:02.687Z | warning: output filename collision. |
2297 | 2023-10-24T20:55:02.690Z | The lib target `omicron-common` in package `omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e)` has the same output filename as the lib target `omicron-common` in package `omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)`. |
2298 | 2023-10-24T20:55:02.696Z | Colliding filename is: /work/oxidecomputer/omicron/target/doc/omicron_common/index.html |
2299 | 2023-10-24T20:55:02.734Z | The targets should have unique names. |
2300 | 2023-10-24T20:55:02.740Z | This is a known bug where multiple crates with the same name use |
2301 | 2023-10-24T20:55:02.744Z | the same path; see <https://github.com/rust-lang/cargo/issues/6313>. |
2302 | 2023-10-24T20:55:02.748Z | warning: output filename collision. |
2303 | 2023-10-24T20:55:02.755Z | The lib target `omicron-passwords` in package `omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e)` has the same output filename as the lib target `omicron-passwords` in package `omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)`. |
2304 | 2023-10-24T20:55:02.759Z | Colliding filename is: /work/oxidecomputer/omicron/target/doc/omicron_passwords/index.html |
2305 | 2023-10-24T20:55:02.768Z | The targets should have unique names. |
2306 | 2023-10-24T20:55:03.190Z | This is a known bug where multiple crates with the same name use |
2307 | 2023-10-24T20:55:03.606Z | the same path; see <https://github.com/rust-lang/cargo/issues/6313>. |
2308 | 2023-10-24T20:55:03.609Z | warning: output filename collision. |
2309 | 2023-10-24T20:55:03.620Z | The lib target `oximeter` in package `oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e)` has the same output filename as the lib target `oximeter` in package `oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)`. |
2310 | 2023-10-24T20:55:03.627Z | Colliding filename is: /work/oxidecomputer/omicron/target/doc/oximeter/index.html |
2311 | 2023-10-24T20:55:03.630Z | The targets should have unique names. |
2312 | 2023-10-24T20:55:03.633Z | This is a known bug where multiple crates with the same name use |
2313 | 2023-10-24T20:55:03.638Z | the same path; see <https://github.com/rust-lang/cargo/issues/6313>. |
2314 | 2023-10-24T20:55:03.644Z | warning: output filename collision. |
2315 | 2023-10-24T20:55:03.650Z | 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 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e)`. |
2316 | 2023-10-24T20:55:03.656Z | Colliding filename is: /work/oxidecomputer/omicron/target/doc/oximeter/index.html |
2317 | 2023-10-24T20:55:03.660Z | The targets should have unique names. |
2318 | 2023-10-24T20:55:03.664Z | This is a known bug where multiple crates with the same name use |
2319 | 2023-10-24T20:55:03.670Z | the same path; see <https://github.com/rust-lang/cargo/issues/6313>. |
2320 | 2023-10-24T20:55:03.839Z | warning: output filename collision. |
2321 | 2023-10-24T20:55:03.855Z | The lib target `oximeter-producer` in package `oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e)` has the same output filename as the lib target `oximeter-producer` in package `oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)`. |
2322 | 2023-10-24T20:55:03.860Z | Colliding filename is: /work/oxidecomputer/omicron/target/doc/oximeter_producer/index.html |
2323 | 2023-10-24T20:55:03.863Z | The targets should have unique names. |
2324 | 2023-10-24T20:55:03.870Z | This is a known bug where multiple crates with the same name use |
2325 | 2023-10-24T20:55:03.875Z | the same path; see <https://github.com/rust-lang/cargo/issues/6313>. |
2326 | 2023-10-24T20:55:03.879Z | warning: output filename collision. |
2327 | 2023-10-24T20:55:03.888Z | 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)`. |
2328 | 2023-10-24T20:55:03.896Z | Colliding filename is: /work/oxidecomputer/omicron/target/doc/tlvc/index.html |
2329 | 2023-10-24T20:55:03.899Z | The targets should have unique names. |
2330 | 2023-10-24T20:55:03.904Z | This is a known bug where multiple crates with the same name use |
2331 | 2023-10-24T20:55:03.916Z | the same path; see <https://github.com/rust-lang/cargo/issues/6313>. |
2332 | 2023-10-24T20:55:03.921Z | Checking unicode-ident v1.0.12 |
2333 | 2023-10-24T20:55:03.933Z | Documenting libc v0.2.149 |
2334 | 2023-10-24T20:55:03.939Z | Documenting cfg-if v1.0.0 |
2335 | 2023-10-24T20:55:03.944Z | Checking libc v0.2.149 |
2336 | 2023-10-24T20:55:03.947Z | Checking serde v1.0.188 |
2337 | 2023-10-24T20:55:03.953Z | Checking cfg-if v1.0.0 |
2338 | 2023-10-24T20:55:03.960Z | Documenting log v0.4.20 |
2339 | 2023-10-24T20:55:03.965Z | Documenting scopeguard v1.2.0 |
2340 | 2023-10-24T20:55:03.968Z | Documenting itoa v1.0.9 |
2341 | 2023-10-24T20:55:03.973Z | Checking proc-macro2 v1.0.67 |
2342 | 2023-10-24T20:55:03.979Z | Checking quote v1.0.33 |
2343 | 2023-10-24T20:55:04.253Z | Checking syn v2.0.32 |
2344 | 2023-10-24T20:55:04.716Z | Checking syn v1.0.109 |
2345 | 2023-10-24T20:55:06.460Z | Checking once_cell v1.18.0 |
2346 | 2023-10-24T20:55:06.530Z | Documenting once_cell v1.18.0 |
2347 | 2023-10-24T20:55:06.960Z | Documenting memchr v2.6.3 |
2348 | 2023-10-24T20:55:06.967Z | Documenting smallvec v1.11.0 |
2349 | 2023-10-24T20:55:08.929Z | Documenting lock_api v0.4.10 |
2350 | 2023-10-24T20:55:09.478Z | Documenting getrandom v0.2.10 |
2351 | 2023-10-24T20:55:11.477Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2352 | 2023-10-24T20:55:11.935Z | Documenting libm v0.2.7 |
2353 | 2023-10-24T20:55:12.072Z | Documenting parking_lot_core v0.9.8 |
2354 | 2023-10-24T20:55:13.154Z | Documenting pin-project-lite v0.2.13 |
2355 | 2023-10-24T20:55:13.549Z | Documenting signal-hook-registry v1.4.1 |
2356 | 2023-10-24T20:55:14.018Z | Checking itoa v1.0.9 |
2357 | 2023-10-24T20:55:14.342Z | Documenting mio v0.8.8 |
2358 | 2023-10-24T20:55:14.778Z | Documenting num_cpus v1.16.0 |
2359 | 2023-10-24T20:55:14.800Z | Documenting serde_derive v1.0.188 |
2360 | 2023-10-24T20:55:15.857Z | Documenting rand_core v0.6.4 |
2361 | 2023-10-24T20:55:17.030Z | Documenting zeroize_derive v1.4.2 |
2362 | 2023-10-24T20:55:17.154Z | Documenting num-traits v0.2.16 |
2363 | 2023-10-24T20:55:18.548Z | Documenting parking_lot v0.12.1 |
2364 | 2023-10-24T20:55:19.673Z | Documenting thiserror-impl v1.0.49 |
2365 | 2023-10-24T20:55:20.793Z | Documenting typenum v1.16.0 |
2366 | 2023-10-24T20:55:20.883Z | Documenting futures-core v0.3.28 |
2367 | 2023-10-24T20:55:21.944Z | Documenting ryu v1.0.15 |
2368 | 2023-10-24T20:55:24.419Z | Documenting tokio-macros v2.1.0 |
2369 | 2023-10-24T20:55:24.485Z | Documenting zeroize v1.6.0 |
2370 | 2023-10-24T20:55:25.010Z | Documenting socket2 v0.5.4 |
2371 | 2023-10-24T20:55:25.641Z | Documenting serde v1.0.188 |
2372 | 2023-10-24T20:55:26.035Z | Checking thiserror v1.0.49 |
2373 | 2023-10-24T20:55:26.215Z | Documenting subtle v2.5.0 |
2374 | 2023-10-24T20:55:26.889Z | Checking ryu v1.0.15 |
2375 | 2023-10-24T20:55:27.256Z | Documenting pin-utils v0.1.0 |
2376 | 2023-10-24T20:55:27.481Z | Documenting thiserror v1.0.49 |
2377 | 2023-10-24T20:55:28.594Z | Documenting byteorder v1.4.3 |
2378 | 2023-10-24T20:55:30.528Z | Documenting generic-array v0.14.7 |
2379 | 2023-10-24T20:55:31.578Z | Documenting futures-sink v0.3.28 |
2380 | 2023-10-24T20:55:31.857Z | Checking memchr v2.6.3 |
2381 | 2023-10-24T20:55:32.212Z | Checking serde_json v1.0.107 |
2382 | 2023-10-24T20:55:33.481Z | Documenting iana-time-zone v0.1.57 |
2383 | 2023-10-24T20:55:33.947Z | Checking heck v0.4.1 |
2384 | 2023-10-24T20:55:34.275Z | Documenting futures-macro v0.3.28 |
2385 | 2023-10-24T20:55:34.848Z | Checking getrandom v0.2.10 |
2386 | 2023-10-24T20:55:34.901Z | Documenting futures-task v0.3.28 |
2387 | 2023-10-24T20:55:35.044Z | Documenting slab v0.4.9 |
2388 | 2023-10-24T20:55:35.209Z | Documenting futures-io v0.3.28 |
2389 | 2023-10-24T20:55:38.138Z | Documenting crypto-common v0.1.6 |
2390 | 2023-10-24T20:55:38.176Z | Documenting futures-channel v0.3.28 |
2391 | 2023-10-24T20:55:39.214Z | Documenting const-oid v0.9.5 |
2392 | 2023-10-24T20:55:40.928Z | Checking bytes v1.5.0 |
2393 | 2023-10-24T20:55:41.063Z | Checking log v0.4.20 |
2394 | 2023-10-24T20:55:41.356Z | Documenting tinyvec_macros v0.1.1 |
2395 | 2023-10-24T20:55:41.509Z | Checking byteorder v1.4.3 |
2396 | 2023-10-24T20:55:41.597Z | Documenting block-buffer v0.10.4 |
2397 | 2023-10-24T20:55:42.180Z | Documenting tracing-attributes v0.1.26 |
2398 | 2023-10-24T20:55:42.194Z | Documenting tracing-core v0.1.31 |
2399 | 2023-10-24T20:55:43.669Z | Checking fnv v1.0.7 |
2400 | 2023-10-24T20:55:43.839Z | Documenting ppv-lite86 v0.2.17 |
2401 | 2023-10-24T20:55:44.138Z | Documenting futures-util v0.3.28 |
2402 | 2023-10-24T20:55:45.429Z | Documenting tinyvec v1.6.0 |
2403 | 2023-10-24T20:55:47.520Z | Checking serde_derive_internals v0.26.0 |
2404 | 2023-10-24T20:55:48.206Z | Documenting digest v0.10.7 |
2405 | 2023-10-24T20:55:48.392Z | Documenting rand_chacha v0.3.1 |
2406 | 2023-10-24T20:55:49.329Z | Documenting serde_derive_internals v0.26.0 |
2407 | 2023-10-24T20:55:51.030Z | Documenting base64 v0.21.4 |
2408 | 2023-10-24T20:55:51.795Z | Documenting dyn-clone v1.0.13 |
2409 | 2023-10-24T20:55:54.609Z | Documenting rand v0.8.5 |
2410 | 2023-10-24T20:55:56.567Z | Documenting unicode-normalization v0.1.22 |
2411 | 2023-10-24T20:55:57.420Z | Documenting cpufeatures v0.2.9 |
2412 | 2023-10-24T20:55:57.995Z | Checking ucd-trie v0.1.6 |
2413 | 2023-10-24T20:55:58.066Z | Documenting schemars_derive v0.8.13 |
2414 | 2023-10-24T20:55:58.310Z | Documenting fnv v1.0.7 |
2415 | 2023-10-24T20:55:58.843Z | Documenting bytes v1.5.0 |
2416 | 2023-10-24T20:55:59.594Z | Documenting serde_json v1.0.107 |
2417 | 2023-10-24T20:56:01.872Z | Documenting bitflags v2.4.0 |
2418 | 2023-10-24T20:56:02.219Z | Documenting chrono v0.4.31 |
2419 | 2023-10-24T20:56:04.228Z | Documenting uuid v1.4.1 |
2420 | 2023-10-24T20:56:04.813Z | Checking pest v2.7.2 |
2421 | 2023-10-24T20:56:06.129Z | Documenting tokio v1.33.0 |
2422 | 2023-10-24T20:56:07.458Z | Checking libm v0.2.7 |
2423 | 2023-10-24T20:56:08.731Z | Documenting unicode-bidi v0.3.13 |
2424 | 2023-10-24T20:56:08.777Z | Documenting http v0.2.9 |
2425 | 2023-10-24T20:56:08.852Z | Documenting lazy_static v1.4.0 |
2426 | 2023-10-24T20:56:08.942Z | Checking num-traits v0.2.16 |
2427 | 2023-10-24T20:56:09.173Z | Documenting tracing v0.1.37 |
2428 | 2023-10-24T20:56:11.030Z | Documenting percent-encoding v2.3.0 |
2429 | 2023-10-24T20:56:11.566Z | Documenting schemars v0.8.13 |
2430 | 2023-10-24T20:56:11.729Z | Documenting ahash v0.8.3 |
2431 | 2023-10-24T20:56:13.041Z | Checking ahash v0.8.3 |
2432 | 2023-10-24T20:56:13.612Z | Documenting allocator-api2 v0.2.16 |
2433 | 2023-10-24T20:56:14.856Z | Checking time-core v0.1.1 |
2434 | 2023-10-24T20:56:15.084Z | Documenting unicode-ident v1.0.12 |
2435 | 2023-10-24T20:56:17.069Z | Documenting form_urlencoded v1.2.0 |
2436 | 2023-10-24T20:56:17.156Z | Documenting untrusted v0.7.1 |
2437 | 2023-10-24T20:56:17.861Z | Documenting adler v1.0.2 |
2438 | 2023-10-24T20:56:18.691Z | Documenting hashbrown v0.14.0 |
2439 | 2023-10-24T20:56:19.212Z | Documenting proc-macro2 v1.0.67 |
2440 | 2023-10-24T20:56:21.054Z | Documenting idna v0.4.0 |
2441 | 2023-10-24T20:56:21.361Z | Documenting ring v0.16.20 |
2442 | 2023-10-24T20:56:22.079Z | Documenting miniz_oxide v0.7.1 |
2443 | 2023-10-24T20:56:22.740Z | Documenting httparse v1.8.0 |
2444 | 2023-10-24T20:56:22.991Z | Documenting equivalent v1.0.1 |
2445 | 2023-10-24T20:56:25.875Z | Documenting quote v1.0.33 |
2446 | 2023-10-24T20:56:26.298Z | Checking zerocopy v0.3.0 |
2447 | 2023-10-24T20:56:27.065Z | Documenting indexmap v2.0.0 |
2448 | 2023-10-24T20:56:27.134Z | Checking uuid v1.4.1 |
2449 | 2023-10-24T20:56:27.483Z | Checking iana-time-zone v0.1.57 |
2450 | 2023-10-24T20:56:27.721Z | Checking chrono v0.4.31 |
2451 | 2023-10-24T20:56:27.856Z | Documenting url v2.4.1 |
2452 | 2023-10-24T20:56:28.014Z | Checking dof v0.1.5 |
2453 | 2023-10-24T20:56:28.824Z | Checking dtrace-parser v0.1.14 |
2454 | 2023-10-24T20:56:29.132Z | Checking thread-id v4.2.0 |
2455 | 2023-10-24T20:56:29.214Z | Documenting slog v2.7.0 |
2456 | 2023-10-24T20:56:29.646Z | Documenting openssl-probe v0.1.5 |
2457 | 2023-10-24T20:56:29.974Z | Documenting rustls-webpki v0.101.4 |
2458 | 2023-10-24T20:56:31.241Z | Documenting sct v0.7.0 |
2459 | 2023-10-24T20:56:32.279Z | Documenting httpdate v1.0.3 |
2460 | 2023-10-24T20:56:34.121Z | Documenting try-lock v0.2.4 |
2461 | 2023-10-24T20:56:35.050Z | Checking usdt-impl v0.3.5 |
2462 | 2023-10-24T20:56:36.079Z | Documenting tokio-util v0.7.8 |
2463 | 2023-10-24T20:56:36.087Z | Documenting http-body v0.4.5 |
2464 | 2023-10-24T20:56:36.092Z | Documenting rustls-pemfile v1.0.3 |
2465 | 2023-10-24T20:56:36.099Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2466 | 2023-10-24T20:56:36.894Z | Documenting openssl-macros v0.1.1 |
2467 | 2023-10-24T20:56:37.080Z | Documenting aho-corasick v1.0.4 |
2468 | 2023-10-24T20:56:37.391Z | Documenting rustls v0.21.7 |
2469 | 2023-10-24T20:56:38.239Z | Documenting want v0.3.1 |
2470 | 2023-10-24T20:56:38.375Z | Documenting openssl-sys v0.9.93 |
2471 | 2023-10-24T20:56:41.763Z | Documenting tower-service v0.3.2 |
2472 | 2023-10-24T20:56:45.844Z | Documenting gimli v0.28.0 |
2473 | 2023-10-24T20:56:45.880Z | Documenting regex-syntax v0.7.5 |
2474 | 2023-10-24T20:56:45.896Z | Documenting h2 v0.3.21 |
2475 | 2023-10-24T20:56:45.919Z | Documenting mime v0.3.17 |
2476 | 2023-10-24T20:56:45.932Z | Documenting time-macros v0.2.13 |
2477 | 2023-10-24T20:56:48.162Z | Documenting async-trait v0.1.73 |
2478 | 2023-10-24T20:56:49.019Z | Documenting tokio-rustls v0.24.1 |
2479 | 2023-10-24T20:56:49.949Z | Documenting openssl v0.10.57 |
2480 | 2023-10-24T20:56:50.626Z | Documenting object v0.32.1 |
2481 | 2023-10-24T20:56:51.989Z | Documenting errno v0.3.2 |
2482 | 2023-10-24T20:56:52.957Z | Documenting addr2line v0.21.0 |
2483 | 2023-10-24T20:56:54.914Z | Documenting regex-automata v0.3.8 |
2484 | 2023-10-24T20:56:56.435Z | Checking dyn-clone v1.0.13 |
2485 | 2023-10-24T20:56:56.604Z | Documenting ipnet v2.8.0 |
2486 | 2023-10-24T20:56:56.644Z | Documenting time-core v0.1.1 |
2487 | 2023-10-24T20:56:57.227Z | Documenting rustc-demangle v0.1.23 |
2488 | 2023-10-24T20:56:58.382Z | Documenting unicode-width v0.1.10 |
2489 | 2023-10-24T20:57:00.455Z | Documenting hyper v0.14.27 |
2490 | 2023-10-24T20:57:00.920Z | Documenting deranged v0.3.8 |
2491 | 2023-10-24T20:57:01.976Z | Checking allocator-api2 v0.2.16 |
2492 | 2023-10-24T20:57:02.621Z | Documenting num_threads v0.1.6 |
2493 | 2023-10-24T20:57:02.636Z | Checking hashbrown v0.14.0 |
2494 | 2023-10-24T20:57:02.734Z | Checking schemars v0.8.13 |
2495 | 2023-10-24T20:57:03.983Z | Documenting rustix v0.38.9 |
2496 | 2023-10-24T20:57:04.368Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2497 | 2023-10-24T20:57:05.226Z | Checking pest_meta v2.7.2 |
2498 | 2023-10-24T20:57:06.859Z | Documenting crossbeam-utils v0.8.16 |
2499 | 2023-10-24T20:57:08.653Z | Checking equivalent v1.0.1 |
2500 | 2023-10-24T20:57:08.697Z | Documenting regex v1.9.5 |
2501 | 2023-10-24T20:57:08.806Z | Checking indexmap v2.0.0 |
2502 | 2023-10-24T20:57:09.046Z | Documenting time v0.3.27 |
2503 | 2023-10-24T20:57:09.657Z | Documenting backtrace v0.3.69 |
2504 | 2023-10-24T20:57:10.635Z | Documenting native-tls v0.2.11 |
2505 | 2023-10-24T20:57:13.983Z | Checking hashbrown v0.13.2 |
2506 | 2023-10-24T20:57:15.703Z | Documenting pest_meta v2.7.2 |
2507 | 2023-10-24T20:57:16.751Z | Checking http v0.2.9 |
2508 | 2023-10-24T20:57:17.935Z | Checking aho-corasick v1.0.4 |
2509 | 2023-10-24T20:57:18.708Z | Documenting encoding_rs v0.8.33 |
2510 | 2023-10-24T20:57:19.356Z | Documenting anyhow v1.0.75 |
2511 | 2023-10-24T20:57:38.896Z | Checking regex-syntax v0.7.5 |
2512 | 2023-10-24T20:57:41.435Z | Documenting tokio-native-tls v0.3.1 |
2513 | 2023-10-24T20:57:41.539Z | Checking pest_generator v2.7.2 |
2514 | 2023-10-24T20:57:41.649Z | Documenting rustls-native-certs v0.6.3 |
2515 | 2023-10-24T20:57:41.719Z | Documenting serde_urlencoded v0.7.1 |
2516 | 2023-10-24T20:57:41.756Z | Documenting ucd-trie v0.1.6 |
2517 | 2023-10-24T20:57:41.945Z | Documenting pest_generator v2.7.2 |
2518 | 2023-10-24T20:57:42.007Z | Checking regex-automata v0.3.8 |
2519 | 2023-10-24T20:57:42.139Z | Checking serde_tokenstream v0.1.7 |
2520 | 2023-10-24T20:57:42.394Z | Documenting webpki-roots v0.25.2 |
2521 | 2023-10-24T20:57:42.460Z | Documenting syn v2.0.32 |
2522 | 2023-10-24T20:57:42.657Z | Documenting hyper-rustls v0.24.1 |
2523 | 2023-10-24T20:57:42.785Z | Documenting pest v2.7.2 |
2524 | 2023-10-24T20:57:42.831Z | Documenting dof v0.1.5 |
2525 | 2023-10-24T20:57:43.000Z | Documenting hyper-tls v0.5.0 |
2526 | 2023-10-24T20:57:43.112Z | Documenting pest_derive v2.7.2 |
2527 | 2023-10-24T20:57:43.164Z | Checking regex v1.9.5 |
2528 | 2023-10-24T20:57:43.254Z | Documenting thread-id v4.2.0 |
2529 | 2023-10-24T20:57:43.410Z | Checking unicode-width v0.1.10 |
2530 | 2023-10-24T20:57:43.532Z | Documenting usdt-macro v0.3.5 |
2531 | 2023-10-24T20:57:43.619Z | Documenting usdt-attr-macro v0.3.5 |
2532 | 2023-10-24T20:57:43.742Z | Documenting openapiv3 v1.0.3 |
2533 | 2023-10-24T20:57:43.835Z | Documenting ipnetwork v0.20.0 |
2534 | 2023-10-24T20:57:43.958Z | Documenting sha2 v0.10.7 |
2535 | 2023-10-24T20:57:44.079Z | Documenting dtrace-parser v0.1.14 |
2536 | 2023-10-24T20:57:44.221Z | Documenting futures-executor v0.3.28 |
2537 | 2023-10-24T20:57:44.322Z | Documenting reqwest v0.11.20 |
2538 | 2023-10-24T20:57:44.452Z | Checking serde_tokenstream v0.2.0 |
2539 | 2023-10-24T20:57:44.497Z | Documenting spin v0.9.8 |
2540 | 2023-10-24T20:57:44.579Z | Documenting usdt-impl v0.3.5 |
2541 | 2023-10-24T20:57:44.604Z | Checking strsim v0.10.0 |
2542 | 2023-10-24T20:57:44.968Z | Checking regress v0.7.1 |
2543 | 2023-10-24T20:57:45.744Z | Documenting hex v0.4.3 |
2544 | 2023-10-24T20:57:45.783Z | Documenting hmac v0.12.1 |
2545 | 2023-10-24T20:57:46.267Z | Documenting fallible-iterator v0.2.0 |
2546 | 2023-10-24T20:57:46.617Z | Documenting futures v0.3.28 |
2547 | 2023-10-24T20:57:50.039Z | Checking typify-impl v0.0.13 (https://github.com/oxidecomputer/typify#de16c423) |
2548 | 2023-10-24T20:57:51.639Z | Documenting usdt v0.3.5 |
2549 | 2023-10-24T20:57:52.328Z | Checking openapiv3 v1.0.3 |
2550 | 2023-10-24T20:57:53.406Z | Documenting stringprep v0.1.3 |
2551 | 2023-10-24T20:57:53.453Z | Documenting semver v1.0.18 |
2552 | 2023-10-24T20:57:53.657Z | Documenting md-5 v0.10.5 |
2553 | 2023-10-24T20:57:54.965Z | Documenting regress v0.7.1 |
2554 | 2023-10-24T20:57:58.117Z | Documenting utf8parse v0.2.1 |
2555 | 2023-10-24T20:58:03.265Z | Documenting siphasher v0.3.11 |
2556 | 2023-10-24T20:58:03.300Z | Documenting block-padding v0.3.3 |
2557 | 2023-10-24T20:58:03.372Z | Checking unsafe-libyaml v0.2.9 |
2558 | 2023-10-24T20:58:03.432Z | Documenting static_assertions v1.1.0 |
2559 | 2023-10-24T20:58:03.577Z | Documenting postgres-protocol v0.6.6 |
2560 | 2023-10-24T20:58:03.721Z | Documenting heck v0.4.1 |
2561 | 2023-10-24T20:58:03.748Z | Documenting typify-macro v0.0.13 (https://github.com/oxidecomputer/typify#de16c423) |
2562 | 2023-10-24T20:58:03.768Z | Checking typify v0.0.13 (https://github.com/oxidecomputer/typify#de16c423) |
2563 | 2023-10-24T20:58:03.773Z | Checking getopts v0.2.21 |
2564 | 2023-10-24T20:58:03.795Z | Documenting phf_shared v0.11.2 |
2565 | 2023-10-24T20:58:03.824Z | Documenting toml_datetime v0.6.3 |
2566 | 2023-10-24T20:58:04.372Z | Documenting num-integer v0.1.45 |
2567 | 2023-10-24T20:58:04.707Z | Documenting either v1.9.0 |
2568 | 2023-10-24T20:58:05.555Z | Documenting inout v0.1.3 |
2569 | 2023-10-24T20:58:07.006Z | Documenting typify-impl v0.0.13 (https://github.com/oxidecomputer/typify#de16c423) |
2570 | 2023-10-24T20:58:09.039Z | Documenting phf v0.11.2 |
2571 | 2023-10-24T20:58:09.480Z | Documenting unsafe-libyaml v0.2.9 |
2572 | 2023-10-24T20:58:10.127Z | Documenting postgres-types v0.2.6 |
2573 | 2023-10-24T20:58:10.781Z | Documenting whoami v1.4.1 |
2574 | 2023-10-24T20:58:11.095Z | Checking ident_case v1.0.1 |
2575 | 2023-10-24T20:58:11.336Z | Checking progenitor-impl v0.3.0 (https://github.com/oxidecomputer/progenitor?branch=main#5c941c0b) |
2576 | 2023-10-24T20:58:11.678Z | Checking serde_yaml v0.9.25 |
2577 | 2023-10-24T20:58:12.146Z | Documenting cipher v0.4.4 |
2578 | 2023-10-24T20:58:14.285Z | Documenting progenitor-client v0.3.0 (https://github.com/oxidecomputer/progenitor?branch=main#5c941c0b) |
2579 | 2023-10-24T20:58:14.920Z | Documenting getopts v0.2.21 |
2580 | 2023-10-24T20:58:15.113Z | Documenting serde_yaml v0.9.25 |
2581 | 2023-10-24T20:58:15.507Z | Documenting zerocopy v0.6.4 |
2582 | 2023-10-24T20:58:16.866Z | Documenting data-encoding v2.4.0 |
2583 | 2023-10-24T20:58:18.823Z | Documenting typify v0.0.13 (https://github.com/oxidecomputer/typify#de16c423) |
2584 | 2023-10-24T20:58:20.604Z | Documenting tokio-postgres v0.7.10 |
2585 | 2023-10-24T20:58:21.190Z | Documenting anstyle v1.0.2 |
2586 | 2023-10-24T20:58:21.328Z | Documenting anstyle-parse v0.2.1 |
2587 | 2023-10-24T20:58:22.503Z | Documenting crossbeam-channel v0.5.8 |
2588 | 2023-10-24T20:58:23.065Z | Documenting anstyle-query v1.0.0 |
2589 | 2023-10-24T20:58:24.277Z | Documenting match_cfg v0.1.0 |
2590 | 2023-10-24T20:58:24.611Z | Documenting progenitor-macro v0.3.0 (https://github.com/oxidecomputer/progenitor?branch=main#5c941c0b) |
2591 | 2023-10-24T20:58:26.106Z | Documenting colorchoice v1.0.0 |
2592 | 2023-10-24T20:58:27.401Z | Documenting itertools v0.11.0 |
2593 | 2023-10-24T20:58:28.466Z | Documenting hostname v0.3.1 |
2594 | 2023-10-24T20:58:29.208Z | Documenting terminal_size v0.2.6 |
2595 | 2023-10-24T20:58:29.350Z | Documenting dirs-sys-next v0.1.2 |
2596 | 2023-10-24T20:58:29.376Z | Documenting progenitor-impl v0.3.0 (https://github.com/oxidecomputer/progenitor?branch=main#5c941c0b) |
2597 | 2023-10-24T20:58:30.273Z | Documenting anstream v0.5.0 |
2598 | 2023-10-24T20:58:34.718Z | Documenting tap v1.0.1 |
2599 | 2023-10-24T20:58:35.304Z | Documenting strsim v0.10.0 |
2600 | 2023-10-24T20:58:35.472Z | Documenting clap_lex v0.5.1 |
2601 | 2023-10-24T20:58:35.754Z | Documenting dirs-next v2.0.0 |
2602 | 2023-10-24T20:58:36.254Z | Documenting clap_derive v4.4.2 |
2603 | 2023-10-24T20:58:36.593Z | Documenting thread_local v1.1.7 |
2604 | 2023-10-24T20:58:38.980Z | Documenting wyz v0.5.1 |
2605 | 2023-10-24T20:58:39.114Z | Documenting crc32fast v1.3.2 |
2606 | 2023-10-24T20:58:41.390Z | Documenting progenitor v0.3.0 (https://github.com/oxidecomputer/progenitor?branch=main#5c941c0b) |
2607 | 2023-10-24T20:58:41.513Z | Documenting radium v0.7.0 |
2608 | 2023-10-24T20:58:41.632Z | Documenting clap_builder v4.4.2 |
2609 | 2023-10-24T20:58:42.195Z | Documenting funty v2.0.0 |
2610 | 2023-10-24T20:58:43.011Z | Documenting term v0.7.0 |
2611 | 2023-10-24T20:58:43.965Z | Documenting num-iter v0.1.43 |
2612 | 2023-10-24T20:58:44.837Z | Documenting sha1 v0.10.5 |
2613 | 2023-10-24T20:58:45.229Z | Documenting enum-as-inner v0.5.1 |
2614 | 2023-10-24T20:58:45.869Z | Documenting atty v0.2.14 |
2615 | 2023-10-24T20:58:46.958Z | Documenting bitvec v1.0.1 |
2616 | 2023-10-24T20:58:49.445Z | Documenting memoffset v0.9.0 |
2617 | 2023-10-24T20:58:50.385Z | Documenting take_mut v0.2.2 |
2618 | 2023-10-24T20:58:50.624Z | Documenting slog-term v2.9.0 |
2619 | 2023-10-24T20:58:51.420Z | Documenting clap v4.4.3 |
2620 | 2023-10-24T20:58:51.949Z | Documenting flate2 v1.0.27 |
2621 | 2023-10-24T20:58:52.183Z | Documenting trust-dns-proto v0.22.0 |
2622 | 2023-10-24T20:58:53.699Z | Documenting crossbeam-epoch v0.9.15 |
2623 | 2023-10-24T20:58:56.385Z | Documenting slog-async v2.8.0 |
2624 | 2023-10-24T20:58:57.817Z | Documenting slog-json v2.6.1 |
2625 | 2023-10-24T20:58:57.839Z | Documenting camino v1.1.6 |
2626 | 2023-10-24T20:58:58.432Z | Documenting paste v1.0.14 |
2627 | 2023-10-24T20:58:58.655Z | Documenting signature v2.1.0 |
2628 | 2023-10-24T20:58:59.520Z | Documenting hash32 v0.2.1 |
2629 | 2023-10-24T20:59:00.247Z | Documenting scheduled-thread-pool v0.2.7 |
2630 | 2023-10-24T20:59:02.760Z | Documenting diesel_table_macro_syntax v0.1.0 |
2631 | 2023-10-24T20:59:04.526Z | Checking diesel_table_macro_syntax v0.1.0 |
2632 | 2023-10-24T20:59:04.806Z | Documenting bzip2-sys v0.1.11+1.0.8 |
2633 | 2023-10-24T20:59:04.955Z | Documenting stable_deref_trait v1.2.0 |
2634 | 2023-10-24T20:59:05.371Z | Documenting slog-bunyan v2.4.0 |
2635 | 2023-10-24T20:59:05.725Z | Documenting unicode-segmentation v1.10.1 |
2636 | 2023-10-24T20:59:05.917Z | Checking darling_core v0.20.3 |
2637 | 2023-10-24T20:59:06.464Z | Documenting async-stream-impl v0.3.5 |
2638 | 2023-10-24T20:59:06.511Z | Documenting r2d2 v0.8.10 |
2639 | 2023-10-24T20:59:08.973Z | Documenting pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
2640 | 2023-10-24T20:59:09.057Z | Documenting heapless v0.7.16 |
2641 | 2023-10-24T20:59:10.244Z | Documenting diesel_derives v2.1.1 |
2642 | 2023-10-24T20:59:10.856Z | Documenting strum v0.25.0 |
2643 | 2023-10-24T20:59:11.207Z | Documenting bzip2 v0.4.4 |
2644 | 2023-10-24T20:59:12.897Z | Documenting debug-ignore v1.0.5 |
2645 | 2023-10-24T20:59:13.279Z | Documenting atomic-waker v1.1.1 |
2646 | 2023-10-24T20:59:13.679Z | Documenting bit-vec v0.6.3 |
2647 | 2023-10-24T20:59:15.731Z | Documenting managed v0.8.0 |
2648 | 2023-10-24T20:59:16.688Z | Documenting async-stream v0.3.5 |
2649 | 2023-10-24T20:59:17.018Z | Checking darling v0.20.3 |
2650 | 2023-10-24T20:59:17.185Z | Documenting num-bigint v0.4.4 |
2651 | 2023-10-24T20:59:17.268Z | Documenting multer v2.1.0 |
2652 | 2023-10-24T20:59:17.507Z | Documenting zip v0.6.6 |
2653 | 2023-10-24T20:59:17.583Z | Documenting waitgroup v0.1.2 |
2654 | 2023-10-24T20:59:19.637Z | Documenting dropshot_endpoint v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#fa728d07) |
2655 | 2023-10-24T20:59:20.257Z | Documenting smoltcp v0.9.1 |
2656 | 2023-10-24T20:59:21.975Z | Documenting diesel v2.1.1 |
2657 | 2023-10-24T20:59:22.791Z | Documenting bstr v1.6.0 |
2658 | 2023-10-24T20:59:23.773Z | Documenting hubpack v0.1.2 |
2659 | 2023-10-24T20:59:24.614Z | Documenting serde_path_to_error v0.1.14 |
2660 | 2023-10-24T20:59:33.049Z | Documenting serde_repr v0.1.16 |
2661 | 2023-10-24T20:59:33.113Z | Documenting lalrpop-util v0.19.12 |
2662 | 2023-10-24T20:59:33.189Z | Documenting fixedbitset v0.4.2 |
2663 | 2023-10-24T20:59:33.400Z | Documenting precomputed-hash v0.1.1 |
2664 | 2023-10-24T20:59:33.425Z | Documenting new_debug_unreachable v1.0.4 |
2665 | 2023-10-24T20:59:33.468Z | Documenting yasna v0.5.2 |
2666 | 2023-10-24T20:59:33.485Z | Documenting dropshot v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#fa728d07) |
2667 | 2023-10-24T20:59:33.504Z | Documenting gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e) |
2668 | 2023-10-24T20:59:33.521Z | Documenting petgraph v0.6.4 |
2669 | 2023-10-24T20:59:33.535Z | Documenting serde_with_macros v2.3.3 |
2670 | 2023-10-24T20:59:34.091Z | Documenting console v0.15.7 |
2671 | 2023-10-24T20:59:34.674Z | Documenting string_cache v0.8.7 |
2672 | 2023-10-24T20:59:39.883Z | Documenting float-cmp v0.9.0 |
2673 | 2023-10-24T20:59:40.707Z | Documenting normalize-line-endings v0.3.0 |
2674 | 2023-10-24T20:59:41.067Z | Documenting unicode-linebreak v0.1.5 |
2675 | 2023-10-24T20:59:41.415Z | Documenting difflib v0.4.0 |
2676 | 2023-10-24T20:59:41.797Z | Documenting predicates-core v1.0.6 |
2677 | 2023-10-24T20:59:43.549Z | Documenting smawk v0.3.1 |
2678 | 2023-10-24T20:59:45.402Z | Documenting serde_with v2.3.3 |
2679 | 2023-10-24T20:59:46.619Z | Documenting bit-set v0.5.3 |
2680 | 2023-10-24T20:59:47.002Z | Documenting similar v2.2.1 |
2681 | 2023-10-24T20:59:47.673Z | Documenting tokio-stream v0.1.14 |
2682 | 2023-10-24T20:59:47.912Z | Documenting predicates v3.0.4 |
2683 | 2023-10-24T20:59:49.674Z | Documenting structmeta-derive v0.1.6 |
2684 | 2023-10-24T20:59:49.766Z | Documenting textwrap v0.16.0 |
2685 | 2023-10-24T20:59:52.989Z | Checking structmeta v0.1.6 |
2686 | 2023-10-24T20:59:53.366Z | Documenting instant v0.1.12 |
2687 | 2023-10-24T20:59:54.143Z | Checking regex-syntax v0.6.29 |
2688 | 2023-10-24T20:59:54.826Z | Documenting serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
2689 | 2023-10-24T20:59:56.194Z | Documenting macaddr v1.0.1 |
2690 | 2023-10-24T20:59:56.254Z | Documenting base64ct v1.6.0 |
2691 | 2023-10-24T20:59:56.646Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2692 | 2023-10-24T20:59:57.017Z | Documenting omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2693 | 2023-10-24T20:59:57.180Z | Checking scopeguard v1.2.0 |
2694 | 2023-10-24T20:59:57.396Z | Checking lock_api v0.4.10 |
2695 | 2023-10-24T20:59:58.062Z | Checking illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2696 | 2023-10-24T20:59:58.520Z | Documenting structmeta v0.1.6 |
2697 | 2023-10-24T20:59:59.341Z | Documenting crucible-workspace-hack v0.1.0 |
2698 | 2023-10-24T20:59:59.693Z | Documenting backoff v0.4.0 |
2699 | 2023-10-24T21:00:01.943Z | Checking smallvec v1.11.0 |
2700 | 2023-10-24T21:00:02.358Z | Documenting password-hash v0.5.0 |
2701 | 2023-10-24T21:00:02.538Z | Checking parking_lot_core v0.9.8 |
2702 | 2023-10-24T21:00:02.990Z | Documenting is-terminal v0.4.9 |
2703 | 2023-10-24T21:00:03.158Z | Documenting blake2 v0.10.6 |
2704 | 2023-10-24T21:00:03.163Z | Checking pin-project-lite v0.2.13 |
2705 | 2023-10-24T21:00:03.253Z | Checking parking_lot v0.12.1 |
2706 | 2023-10-24T21:00:03.309Z | Checking rand_core v0.6.4 |
2707 | 2023-10-24T21:00:03.752Z | Checking typenum v1.16.0 |
2708 | 2023-10-24T21:00:03.823Z | Checking zeroize v1.6.0 |
2709 | 2023-10-24T21:00:04.211Z | Documenting proc-macro-error-attr v1.0.4 |
2710 | 2023-10-24T21:00:05.446Z | Checking futures-core v0.3.28 |
2711 | 2023-10-24T21:00:05.734Z | Checking unicode-segmentation v1.10.1 |
2712 | 2023-10-24T21:00:05.765Z | Documenting parse-display-derive v0.7.0 |
2713 | 2023-10-24T21:00:05.972Z | Checking generic-array v0.14.7 |
2714 | 2023-10-24T21:00:06.843Z | Checking proc-macro-error v1.0.4 |
2715 | 2023-10-24T21:00:06.907Z | Documenting bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=4019eb10fc2f4ba9bf210d0461dc6292b68309c2#4019eb10) |
2716 | 2023-10-24T21:00:07.305Z | Checking mio v0.8.8 |
2717 | 2023-10-24T21:00:08.077Z | Checking socket2 v0.5.4 |
2718 | 2023-10-24T21:00:08.289Z | Checking num_cpus v1.16.0 |
2719 | 2023-10-24T21:00:08.456Z | Checking signal-hook-registry v1.4.1 |
2720 | 2023-10-24T21:00:08.830Z | Checking futures-sink v0.3.28 |
2721 | 2023-10-24T21:00:08.852Z | Checking spin v0.5.2 |
2722 | 2023-10-24T21:00:09.015Z | Documenting postcard-cobs v0.1.5-pre |
2723 | 2023-10-24T21:00:09.059Z | Documenting fastrand v2.0.0 |
2724 | 2023-10-24T21:00:09.169Z | Checking tokio v1.33.0 |
2725 | 2023-10-24T21:00:10.057Z | Documenting foreign-types-macros v0.2.3 |
2726 | 2023-10-24T21:00:10.317Z | Documenting proc-macro-error v1.0.4 |
2727 | 2023-10-24T21:00:10.575Z | Documenting argon2 v0.5.2 |
2728 | 2023-10-24T21:00:13.412Z | Documenting postcard v0.7.3 |
2729 | 2023-10-24T21:00:13.866Z | Documenting bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=4019eb10fc2f4ba9bf210d0461dc6292b68309c2#4019eb10) |
2730 | 2023-10-24T21:00:15.073Z | Documenting tempfile v3.8.0 |
2731 | 2023-10-24T21:00:15.850Z | Documenting parse-display v0.7.0 |
2732 | 2023-10-24T21:00:17.365Z | Checking tinyvec_macros v0.1.1 |
2733 | 2023-10-24T21:00:17.505Z | Documenting foreign-types-shared v0.3.1 |
2734 | 2023-10-24T21:00:17.695Z | Documenting illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59) |
2735 | 2023-10-24T21:00:18.725Z | Checking tinyvec v1.6.0 |
2736 | 2023-10-24T21:00:19.988Z | Checking futures-channel v0.3.28 |
2737 | 2023-10-24T21:00:20.249Z | Documenting libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2738 | 2023-10-24T21:00:20.556Z | Documenting nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2739 | 2023-10-24T21:00:20.744Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2740 | 2023-10-24T21:00:21.030Z | Documenting kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59) |
2741 | 2023-10-24T21:00:21.774Z | Documenting foreign-types v0.5.0 |
2742 | 2023-10-24T21:00:22.109Z | Documenting rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
2743 | 2023-10-24T21:00:22.232Z | Documenting opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59) |
2744 | 2023-10-24T21:00:22.311Z | Documenting cstr-argument v0.1.2 |
2745 | 2023-10-24T21:00:22.602Z | Documenting omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2746 | 2023-10-24T21:00:26.279Z | Checking futures-task v0.3.28 |
2747 | 2023-10-24T21:00:26.653Z | Checking slab v0.4.9 |
2748 | 2023-10-24T21:00:26.699Z | Checking futures-io v0.3.28 |
2749 | 2023-10-24T21:00:26.975Z | Checking pin-utils v0.1.0 |
2750 | 2023-10-24T21:00:27.045Z | Documenting dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2751 | 2023-10-24T21:00:27.104Z | Checking futures-util v0.3.28 |
2752 | 2023-10-24T21:00:27.839Z | Checking unicode-normalization v0.1.22 |
2753 | 2023-10-24T21:00:27.970Z | Documenting nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2754 | 2023-10-24T21:00:28.092Z | Documenting colored v2.0.4 |
2755 | 2023-10-24T21:00:29.250Z | Documenting rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
2756 | 2023-10-24T21:00:29.408Z | Checking crypto-common v0.1.6 |
2757 | 2023-10-24T21:00:29.712Z | Checking tracing-core v0.1.31 |
2758 | 2023-10-24T21:00:31.254Z | Checking unicode-bidi v0.3.13 |
2759 | 2023-10-24T21:00:31.595Z | Documenting opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59) |
2760 | 2023-10-24T21:00:31.610Z | Checking tracing v0.1.37 |
2761 | 2023-10-24T21:00:32.127Z | Documenting zone_cfg_derive v0.2.0 |
2762 | 2023-10-24T21:00:34.466Z | Checking block-buffer v0.10.4 |
2763 | 2023-10-24T21:00:34.471Z | Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2764 | 2023-10-24T21:00:34.708Z | Documenting num-derive v0.4.0 |
2765 | 2023-10-24T21:00:35.503Z | Checking ppv-lite86 v0.2.17 |
2766 | 2023-10-24T21:00:35.608Z | Documenting libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#f114bd0d) |
2767 | 2023-10-24T21:00:35.659Z | Checking subtle v2.5.0 |
2768 | 2023-10-24T21:00:36.050Z | Checking const-oid v0.9.5 |
2769 | 2023-10-24T21:00:36.655Z | Checking rand_chacha v0.3.1 |
2770 | 2023-10-24T21:00:37.228Z | Documenting omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2771 | 2023-10-24T21:00:38.868Z | Checking digest v0.10.7 |
2772 | 2023-10-24T21:00:39.504Z | Documenting smf v0.2.2 |
2773 | 2023-10-24T21:00:40.155Z | Documenting zone v0.2.0 |
2774 | 2023-10-24T21:00:41.252Z | Documenting oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59) |
2775 | 2023-10-24T21:00:42.399Z | Documenting crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=da534e73380f3cc53ca0de073e1ea862ae32109b#da534e73) |
2776 | 2023-10-24T21:00:45.949Z | Checking bitflags v2.4.0 |
2777 | 2023-10-24T21:00:46.429Z | Checking base64 v0.21.4 |
2778 | 2023-10-24T21:00:46.685Z | Documenting linked-hash-map v0.5.6 |
2779 | 2023-10-24T21:00:47.209Z | Checking untrusted v0.7.1 |
2780 | 2023-10-24T21:00:47.300Z | Checking rand v0.8.5 |
2781 | 2023-10-24T21:00:47.508Z | Checking ring v0.16.20 |
2782 | 2023-10-24T21:00:47.871Z | Checking tokio-util v0.7.8 |
2783 | 2023-10-24T21:00:48.975Z | Checking foreign-types-shared v0.1.1 |
2784 | 2023-10-24T21:00:49.131Z | Checking openssl-probe v0.1.5 |
2785 | 2023-10-24T21:00:49.354Z | Checking percent-encoding v2.3.0 |
2786 | 2023-10-24T21:00:49.372Z | Checking hashbrown v0.12.3 |
2787 | 2023-10-24T21:00:49.395Z | Checking bitflags v1.3.2 |
2788 | 2023-10-24T21:00:49.538Z | Checking foreign-types v0.3.2 |
2789 | 2023-10-24T21:00:49.678Z | Checking openssl-sys v0.9.93 |
2790 | 2023-10-24T21:00:49.691Z | Checking errno v0.3.2 |
2791 | 2023-10-24T21:00:49.918Z | Checking adler v1.0.2 |
2792 | 2023-10-24T21:00:50.157Z | Checking siphasher v0.3.11 |
2793 | 2023-10-24T21:00:50.161Z | Checking try-lock v0.2.4 |
2794 | 2023-10-24T21:00:50.362Z | Checking want v0.3.1 |
2795 | 2023-10-24T21:00:50.474Z | Checking rustls-webpki v0.101.4 |
2796 | 2023-10-24T21:00:50.627Z | Checking sct v0.7.0 |
2797 | 2023-10-24T21:00:50.648Z | Checking miniz_oxide v0.7.1 |
2798 | 2023-10-24T21:00:50.937Z | Checking form_urlencoded v1.2.0 |
2799 | 2023-10-24T21:00:50.972Z | Checking indexmap v1.9.3 |
2800 | 2023-10-24T21:00:51.242Z | Checking lazy_static v1.4.0 |
2801 | 2023-10-24T21:00:51.413Z | Checking http-body v0.4.5 |
2802 | 2023-10-24T21:00:51.649Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
2803 | 2023-10-24T21:00:51.835Z | Documenting opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59) |
2804 | 2023-10-24T21:00:52.301Z | Checking openssl v0.10.57 |
2805 | 2023-10-24T21:00:52.305Z | Checking io-lifetimes v1.0.11 |
2806 | 2023-10-24T21:00:52.310Z | Checking socket2 v0.4.9 |
2807 | 2023-10-24T21:00:52.323Z | Checking httparse v1.8.0 |
2808 | 2023-10-24T21:00:52.331Z | Checking tower-service v0.3.2 |
2809 | 2023-10-24T21:00:52.336Z | Checking h2 v0.3.21 |
2810 | 2023-10-24T21:00:52.424Z | Checking utf8parse v0.2.1 |
2811 | 2023-10-24T21:00:52.650Z | Checking httpdate v1.0.3 |
2812 | 2023-10-24T21:00:52.733Z | Checking cpufeatures v0.2.9 |
2813 | 2023-10-24T21:00:52.876Z | Checking anstyle v1.0.2 |
2814 | 2023-10-24T21:00:52.911Z | Checking sha2 v0.10.7 |
2815 | 2023-10-24T21:00:53.025Z | Checking anstyle-parse v0.2.1 |
2816 | 2023-10-24T21:00:53.257Z | Documenting lru-cache v0.1.2 |
2817 | 2023-10-24T21:00:53.449Z | Checking rustix v0.37.23 |
2818 | 2023-10-24T21:00:53.456Z | Checking rustls v0.21.7 |
2819 | 2023-10-24T21:00:53.814Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2820 | 2023-10-24T21:00:54.904Z | Checking rustls-pemfile v1.0.3 |
2821 | 2023-10-24T21:00:55.204Z | Checking hmac v0.12.1 |
2822 | 2023-10-24T21:00:55.318Z | Checking md-5 v0.10.5 |
2823 | 2023-10-24T21:00:55.547Z | Checking stringprep v0.1.3 |
2824 | 2023-10-24T21:00:55.658Z | Checking idna v0.4.0 |
2825 | 2023-10-24T21:00:55.956Z | Documenting slog-dtrace v0.2.3 |
2826 | 2023-10-24T21:00:56.790Z | Checking spin v0.9.8 |
2827 | 2023-10-24T21:00:57.182Z | Checking num-integer v0.1.45 |
2828 | 2023-10-24T21:00:57.357Z | Checking hash32 v0.2.1 |
2829 | 2023-10-24T21:00:57.846Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2830 | 2023-10-24T21:00:58.013Z | Checking gimli v0.28.0 |
2831 | 2023-10-24T21:00:58.719Z | Checking either v1.9.0 |
2832 | 2023-10-24T21:00:59.198Z | Checking fallible-iterator v0.2.0 |
2833 | 2023-10-24T21:00:59.610Z | Documenting quick-error v1.2.3 |
2834 | 2023-10-24T21:00:59.761Z | Checking colorchoice v1.0.0 |
2835 | 2023-10-24T21:00:59.983Z | Checking anstyle-query v1.0.0 |
2836 | 2023-10-24T21:01:00.141Z | Checking stable_deref_trait v1.2.0 |
2837 | 2023-10-24T21:01:00.206Z | Checking postgres-protocol v0.6.6 |
2838 | 2023-10-24T21:01:00.283Z | Checking heapless v0.7.16 |
2839 | 2023-10-24T21:01:00.873Z | Checking native-tls v0.2.11 |
2840 | 2023-10-24T21:01:01.330Z | Checking anstream v0.5.0 |
2841 | 2023-10-24T21:01:01.376Z | Checking tokio-native-tls v0.3.1 |
2842 | 2023-10-24T21:01:01.794Z | Checking tokio-rustls v0.24.1 |
2843 | 2023-10-24T21:01:01.880Z | Checking url v2.4.1 |
2844 | 2023-10-24T21:01:02.077Z | Checking terminal_size v0.2.6 |
2845 | 2023-10-24T21:01:02.350Z | Checking rustls-native-certs v0.6.3 |
2846 | 2023-10-24T21:01:02.432Z | Checking phf_shared v0.11.2 |
2847 | 2023-10-24T21:01:02.565Z | Checking block-padding v0.3.3 |
2848 | 2023-10-24T21:01:02.650Z | Checking hyper v0.14.27 |
2849 | 2023-10-24T21:01:02.953Z | Checking scheduled-thread-pool v0.2.7 |
2850 | 2023-10-24T21:01:02.960Z | Checking object v0.32.1 |
2851 | 2023-10-24T21:01:03.207Z | Checking toml_datetime v0.6.3 |
2852 | 2023-10-24T21:01:03.225Z | Checking serde_spanned v0.6.3 |
2853 | 2023-10-24T21:01:03.510Z | Checking bzip2-sys v0.1.11+1.0.8 |
2854 | 2023-10-24T21:01:03.634Z | Checking crc32fast v1.3.2 |
2855 | 2023-10-24T21:01:03.710Z | Checking rustc-demangle v0.1.23 |
2856 | 2023-10-24T21:01:04.023Z | Documenting illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2857 | 2023-10-24T21:01:04.029Z | Checking num_threads v0.1.6 |
2858 | 2023-10-24T21:01:04.172Z | Checking winnow v0.5.15 |
2859 | 2023-10-24T21:01:04.400Z | Checking bit-vec v0.6.3 |
2860 | 2023-10-24T21:01:04.495Z | Checking addr2line v0.21.0 |
2861 | 2023-10-24T21:01:04.922Z | Checking managed v0.8.0 |
2862 | 2023-10-24T21:01:05.297Z | Checking ipnet v2.8.0 |
2863 | 2023-10-24T21:01:05.554Z | Checking deranged v0.3.8 |
2864 | 2023-10-24T21:01:06.010Z | Documenting resolv-conf v0.7.0 |
2865 | 2023-10-24T21:01:06.064Z | Checking tap v1.0.1 |
2866 | 2023-10-24T21:01:06.321Z | Checking clap_lex v0.5.1 |
2867 | 2023-10-24T21:01:06.345Z | Checking regex-automata v0.1.10 |
2868 | 2023-10-24T21:01:06.714Z | Checking matches v0.1.10 |
2869 | 2023-10-24T21:01:06.852Z | Checking idna v0.2.3 |
2870 | 2023-10-24T21:01:07.002Z | Checking bstr v0.2.17 |
2871 | 2023-10-24T21:01:08.367Z | Checking clap_builder v4.4.2 |
2872 | 2023-10-24T21:01:08.478Z | Checking wyz v0.5.1 |
2873 | 2023-10-24T21:01:08.561Z | Checking time v0.3.27 |
2874 | 2023-10-24T21:01:09.014Z | Checking toml_edit v0.19.15 |
2875 | 2023-10-24T21:01:09.108Z | Checking smoltcp v0.9.1 |
2876 | 2023-10-24T21:01:11.668Z | Checking flate2 v1.0.27 |
2877 | 2023-10-24T21:01:12.259Z | Checking backtrace v0.3.69 |
2878 | 2023-10-24T21:01:12.710Z | Checking bzip2 v0.4.4 |
2879 | 2023-10-24T21:01:12.718Z | Checking r2d2 v0.8.10 |
2880 | 2023-10-24T21:01:12.732Z | Documenting trust-dns-resolver v0.22.0 |
2881 | 2023-10-24T21:01:12.794Z | Checking phf v0.11.2 |
2882 | 2023-10-24T21:01:12.968Z | Checking hyper-tls v0.5.0 |
2883 | 2023-10-24T21:01:13.145Z | Checking hyper-rustls v0.24.1 |
2884 | 2023-10-24T21:01:13.195Z | Checking inout v0.1.3 |
2885 | 2023-10-24T21:01:13.220Z | Checking postgres-types v0.2.6 |
2886 | 2023-10-24T21:01:13.235Z | Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2887 | 2023-10-24T21:01:13.417Z | Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2888 | 2023-10-24T21:01:13.441Z | Checking itertools v0.11.0 |
2889 | 2023-10-24T21:01:13.542Z | Checking num-bigint v0.4.4 |
2890 | 2023-10-24T21:01:13.698Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2891 | 2023-10-24T21:01:14.420Z | Checking serde_urlencoded v0.7.1 |
2892 | 2023-10-24T21:01:20.168Z | Checking phf_shared v0.10.0 |
2893 | 2023-10-24T21:01:20.519Z | Checking futures-executor v0.3.28 |
2894 | 2023-10-24T21:01:20.551Z | Documenting dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2895 | 2023-10-24T21:01:20.556Z | Documenting pem-rfc7468 v0.7.0 |
2896 | 2023-10-24T21:01:20.592Z | Checking ipnetwork v0.20.0 |
2897 | 2023-10-24T21:01:20.622Z | Checking float-cmp v0.9.0 |
2898 | 2023-10-24T21:01:20.642Z | Checking zerocopy v0.6.4 |
2899 | 2023-10-24T21:01:20.651Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2900 | 2023-10-24T21:01:20.665Z | Documenting der_derive v0.7.2 |
2901 | 2023-10-24T21:01:20.672Z | Checking hubpack v0.1.2 |
2902 | 2023-10-24T21:01:20.677Z | Checking crossbeam-utils v0.8.16 |
2903 | 2023-10-24T21:01:20.681Z | Checking encoding_rs v0.8.33 |
2904 | 2023-10-24T21:01:20.688Z | Checking pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
2905 | 2023-10-24T21:01:20.692Z | Checking memoffset v0.9.0 |
2906 | 2023-10-24T21:01:20.701Z | Checking radium v0.7.0 |
2907 | 2023-10-24T21:01:21.188Z | Checking normalize-line-endings v0.3.0 |
2908 | 2023-10-24T21:01:21.358Z | Checking precomputed-hash v0.1.1 |
2909 | 2023-10-24T21:01:21.515Z | Checking predicates-core v1.0.6 |
2910 | 2023-10-24T21:01:21.795Z | Checking difflib v0.4.0 |
2911 | 2023-10-24T21:01:22.312Z | Checking fixedbitset v0.4.2 |
2912 | 2023-10-24T21:01:22.575Z | Checking unicode-linebreak v0.1.5 |
2913 | 2023-10-24T21:01:22.716Z | Documenting flagset v0.4.3 |
2914 | 2023-10-24T21:01:23.259Z | Checking new_debug_unreachable v1.0.4 |
2915 | 2023-10-24T21:01:23.304Z | Checking funty v2.0.0 |
2916 | 2023-10-24T21:01:23.383Z | Checking mime v0.3.17 |
2917 | 2023-10-24T21:01:23.876Z | Checking webpki-roots v0.25.2 |
2918 | 2023-10-24T21:01:24.134Z | Checking smawk v0.3.1 |
2919 | 2023-10-24T21:01:24.441Z | Checking static_assertions v1.1.0 |
2920 | 2023-10-24T21:01:24.577Z | Checking whoami v1.4.1 |
2921 | 2023-10-24T21:01:24.968Z | Checking data-encoding v2.4.0 |
2922 | 2023-10-24T21:01:25.106Z | Checking bitvec v1.0.1 |
2923 | 2023-10-24T21:01:25.280Z | Checking tokio-postgres v0.7.10 |
2924 | 2023-10-24T21:01:25.855Z | Checking trust-dns-proto v0.22.0 |
2925 | 2023-10-24T21:01:26.731Z | Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e) |
2926 | 2023-10-24T21:01:26.955Z | Checking textwrap v0.16.0 |
2927 | 2023-10-24T21:01:27.171Z | Checking reqwest v0.11.20 |
2928 | 2023-10-24T21:01:27.199Z | Documenting der v0.7.8 |
2929 | 2023-10-24T21:01:27.624Z | Checking string_cache v0.8.7 |
2930 | 2023-10-24T21:01:28.046Z | Checking petgraph v0.6.4 |
2931 | 2023-10-24T21:01:29.773Z | Checking predicates v3.0.4 |
2932 | 2023-10-24T21:01:30.163Z | Checking crossbeam-epoch v0.9.15 |
2933 | 2023-10-24T21:01:30.886Z | Checking diesel v2.1.1 |
2934 | 2023-10-24T21:01:30.901Z | Checking yasna v0.5.2 |
2935 | 2023-10-24T21:01:32.152Z | Checking futures v0.3.28 |
2936 | 2023-10-24T21:01:32.340Z | Checking cipher v0.4.4 |
2937 | 2023-10-24T21:01:32.406Z | Checking clap v4.4.3 |
2938 | 2023-10-24T21:01:32.454Z | Checking anyhow v1.0.75 |
2939 | 2023-10-24T21:01:32.570Z | Checking zip v0.6.6 |
2940 | 2023-10-24T21:01:32.993Z | Checking toml v0.7.8 |
2941 | 2023-10-24T21:01:33.143Z | Checking similar v2.2.1 |
2942 | 2023-10-24T21:01:33.677Z | Checking bit-set v0.5.3 |
2943 | 2023-10-24T21:01:33.705Z | Checking itertools v0.10.5 |
2944 | 2023-10-24T21:01:34.099Z | Checking num-iter v0.1.43 |
2945 | 2023-10-24T21:01:34.126Z | Checking console v0.15.7 |
2946 | 2023-10-24T21:01:34.196Z | Checking rustix v0.38.9 |
2947 | 2023-10-24T21:01:34.361Z | Checking signature v2.1.0 |
2948 | 2023-10-24T21:01:34.412Z | Checking tokio-stream v0.1.14 |
2949 | 2023-10-24T21:01:34.455Z | Checking bstr v1.6.0 |
2950 | 2023-10-24T21:01:34.653Z | Checking usdt v0.3.5 |
2951 | 2023-10-24T21:01:34.967Z | Checking semver v1.0.18 |
2952 | 2023-10-24T21:01:35.045Z | Checking hex v0.4.3 |
2953 | 2023-10-24T21:01:35.655Z | Checking slog v2.7.0 |
2954 | 2023-10-24T21:01:35.676Z | Checking lalrpop-util v0.19.12 |
2955 | 2023-10-24T21:01:35.930Z | Documenting nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2956 | 2023-10-24T21:01:35.935Z | Documenting cancel-safe-futures v0.1.2 |
2957 | 2023-10-24T21:01:36.154Z | Documenting spki v0.7.2 |
2958 | 2023-10-24T21:01:36.168Z | Checking heck v0.3.3 |
2959 | 2023-10-24T21:01:36.400Z | Documenting hkdf v0.12.3 |
2960 | 2023-10-24T21:01:36.415Z | Documenting structopt-derive v0.4.18 |
2961 | 2023-10-24T21:01:37.605Z | Documenting keccak v0.1.4 |
2962 | 2023-10-24T21:01:37.670Z | Documenting crc-catalog v2.2.0 |
2963 | 2023-10-24T21:01:41.940Z | Documenting arc-swap v1.6.0 |
2964 | 2023-10-24T21:01:42.025Z | Documenting sha3 v0.10.8 |
2965 | 2023-10-24T21:01:42.658Z | Documenting pkcs8 v0.10.2 |
2966 | 2023-10-24T21:01:43.963Z | Documenting crc v3.0.1 |
2967 | 2023-10-24T21:01:44.855Z | Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2968 | 2023-10-24T21:01:45.076Z | Documenting structopt v0.3.26 |
2969 | 2023-10-24T21:01:47.142Z | Documenting libefi-sys v0.1.0 |
2970 | 2023-10-24T21:01:48.524Z | Documenting slog-scope v4.4.0 |
2971 | 2023-10-24T21:01:48.667Z | Checking internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns) |
2972 | 2023-10-24T21:01:49.252Z | Documenting illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
2973 | 2023-10-24T21:01:49.464Z | Documenting serde_spanned v0.6.3 |
2974 | 2023-10-24T21:01:50.283Z | Documenting secrecy v0.8.0 |
2975 | 2023-10-24T21:01:51.560Z | Documenting packed_struct_codegen v0.10.1 |
2976 | 2023-10-24T21:01:57.597Z | Documenting half v1.8.2 |
2977 | 2023-10-24T21:01:57.609Z | Documenting nodrop v0.1.14 |
2978 | 2023-10-24T21:01:57.620Z | Documenting winnow v0.5.15 |
2979 | 2023-10-24T21:01:57.631Z | Documenting ciborium-io v0.2.1 |
2980 | 2023-10-24T21:01:57.901Z | Documenting tofino v0.1.0 (http://github.com/oxidecomputer/tofino?branch=main#8283f802) |
2981 | 2023-10-24T21:01:58.622Z | Documenting key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2982 | 2023-10-24T21:01:59.060Z | Documenting array-init v0.0.4 |
2983 | 2023-10-24T21:01:59.693Z | Documenting packed_struct v0.10.1 |
2984 | 2023-10-24T21:02:01.073Z | Documenting slog-stdlog v4.1.1 |
2985 | 2023-10-24T21:02:02.671Z | Documenting ciborium-ll v0.2.1 |
2986 | 2023-10-24T21:02:04.242Z | Documenting libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
2987 | 2023-10-24T21:02:04.493Z | Documenting toml_edit v0.20.0 |
2988 | 2023-10-24T21:02:05.675Z | Documenting pkcs1 v0.7.5 |
2989 | 2023-10-24T21:02:07.531Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2990 | 2023-10-24T21:02:09.432Z | Documenting num-bigint-dig v0.8.4 |
2991 | 2023-10-24T21:02:10.670Z | Documenting num-rational v0.4.1 |
2992 | 2023-10-24T21:02:12.668Z | Documenting universal-hash v0.5.1 |
2993 | 2023-10-24T21:02:13.199Z | Documenting num-complex v0.4.4 |
2994 | 2023-10-24T21:02:13.674Z | Documenting filetime v0.2.22 |
2995 | 2023-10-24T21:02:17.755Z | Documenting xattr v1.0.1 |
2996 | 2023-10-24T21:02:18.109Z | Documenting opaque-debug v0.3.0 |
2997 | 2023-10-24T21:02:19.522Z | Documenting bitfield v0.14.0 |
2998 | 2023-10-24T21:02:20.186Z | Documenting termcolor v1.2.0 |
2999 | 2023-10-24T21:02:20.636Z | Documenting num v0.4.1 |
3000 | 2023-10-24T21:02:21.658Z | Documenting rsa v0.9.2 |
3001 | 2023-10-24T21:02:22.652Z | Documenting sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
3002 | 2023-10-24T21:02:24.037Z | Documenting lpc55_areas v0.2.4 (https://github.com/oxidecomputer/lpc55_support#96f064ea) |
3003 | 2023-10-24T21:02:24.523Z | Documenting tar v0.4.40 |
3004 | 2023-10-24T21:02:26.977Z | Documenting toml v0.8.0 |
3005 | 2023-10-24T21:02:27.015Z | Documenting env_logger v0.10.0 |
3006 | 2023-10-24T21:02:29.239Z | Documenting ciborium v0.2.1 |
3007 | 2023-10-24T21:02:30.154Z | Documenting oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
3008 | 2023-10-24T21:02:31.218Z | Documenting slog-envlogger v2.2.0 |
3009 | 2023-10-24T21:02:32.890Z | Documenting serde-hex v0.1.0 |
3010 | 2023-10-24T21:02:34.501Z | Documenting tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git#e644a21a) |
3011 | 2023-10-24T21:02:34.533Z | Documenting x509-cert v0.2.4 |
3012 | 2023-10-24T21:02:36.567Z | Documenting omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e) |
3013 | 2023-10-24T21:02:36.665Z | Documenting signal-hook v0.3.17 |
3014 | 2023-10-24T21:02:37.020Z | Documenting pem v1.1.1 |
3015 | 2023-10-24T21:02:39.571Z | Documenting gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
3016 | 2023-10-24T21:02:41.009Z | Documenting ron v0.8.1 |
3017 | 2023-10-24T21:02:41.867Z | Documenting fxhash v0.2.1 |
3018 | 2023-10-24T21:02:43.016Z | Documenting derive-where v1.2.5 |
3019 | 2023-10-24T21:02:43.143Z | Documenting crc-any v2.4.3 |
3020 | 2023-10-24T21:02:43.416Z | Documenting linear-map v1.2.0 |
3021 | 2023-10-24T21:02:47.672Z | Documenting lpc55_sign v0.3.3 (https://github.com/oxidecomputer/lpc55_support#96f064ea) |
3022 | 2023-10-24T21:02:48.309Z | Documenting tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc.git#e644a21a) |
3023 | 2023-10-24T21:02:48.353Z | Documenting oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
3024 | 2023-10-24T21:02:50.032Z | Documenting doc-comment v0.3.3 |
3025 | 2023-10-24T21:02:52.521Z | Documenting update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
3026 | 2023-10-24T21:02:54.221Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
3027 | 2023-10-24T21:02:54.422Z | Documenting libsqlite3-sys v0.26.0 |
3028 | 2023-10-24T21:02:54.498Z | Documenting crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=da534e73380f3cc53ca0de073e1ea862ae32109b#da534e73) |
3029 | 2023-10-24T21:02:58.752Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
3030 | 2023-10-24T21:03:01.280Z | Documenting hashlink v0.8.3 |
3031 | 2023-10-24T21:03:03.198Z | Documenting aead v0.5.2 |
3032 | 2023-10-24T21:03:03.269Z | Documenting snafu-derive v0.7.5 |
3033 | 2023-10-24T21:03:08.460Z | Documenting fallible-streaming-iterator v0.1.9 |
3034 | 2023-10-24T21:03:09.087Z | Documenting same-file v1.0.6 |
3035 | 2023-10-24T21:03:09.588Z | Documenting path-slash v0.1.5 |
3036 | 2023-10-24T21:03:09.867Z | Documenting internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns) |
3037 | 2023-10-24T21:03:11.191Z | Documenting newtype_derive v0.1.6 |
3038 | 2023-10-24T21:03:13.464Z | Documenting rusqlite v0.29.0 |
3039 | 2023-10-24T21:03:15.088Z | Documenting snafu v0.7.5 |
3040 | 2023-10-24T21:03:15.605Z | Documenting walkdir v2.4.0 |
3041 | 2023-10-24T21:03:16.193Z | Documenting hubtools v0.4.1 (https://github.com/oxidecomputer/hubtools.git?branch=main#73cd5a84) |
3042 | 2023-10-24T21:03:16.634Z | Documenting twox-hash v1.6.3 |
3043 | 2023-10-24T21:03:17.751Z | Documenting camino-tempfile v1.0.2 |
3044 | 2023-10-24T21:03:18.290Z | Documenting omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e) |
3045 | 2023-10-24T21:03:21.263Z | Documenting nix v0.26.2 |
3046 | 2023-10-24T21:03:21.437Z | Checking darling_core v0.14.4 |
3047 | 2023-10-24T21:03:21.967Z | Documenting propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=4019eb10fc2f4ba9bf210d0461dc6292b68309c2#4019eb10) |
3048 | 2023-10-24T21:03:22.909Z | Documenting nibble_vec v0.1.0 |
3049 | 2023-10-24T21:03:24.356Z | Documenting endian-type v0.1.2 |
3050 | 2023-10-24T21:03:25.164Z | Checking darling v0.14.4 |
3051 | 2023-10-24T21:03:25.328Z | Documenting steno v0.4.0 |
3052 | 2023-10-24T21:03:27.685Z | Documenting nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e) |
3053 | 2023-10-24T21:03:29.003Z | Documenting oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e) |
3054 | 2023-10-24T21:03:30.494Z | Documenting installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
3055 | 2023-10-24T21:03:30.664Z | Documenting radix_trie v0.2.1 |
3056 | 2023-10-24T21:03:31.148Z | Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
3057 | 2023-10-24T21:03:32.129Z | Documenting polyval v0.6.1 |
3058 | 2023-10-24T21:03:32.286Z | Documenting crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=da534e73380f3cc53ca0de073e1ea862ae32109b#da534e73) |
3059 | 2023-10-24T21:03:37.221Z | Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
3060 | 2023-10-24T21:03:38.351Z | Documenting num_enum v0.7.0 |
3061 | 2023-10-24T21:03:39.155Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
3062 | 2023-10-24T21:03:39.224Z | Compiling ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
3063 | 2023-10-24T21:03:39.954Z | Documenting aes v0.8.3 |
3064 | 2023-10-24T21:03:41.125Z | Documenting ctr v0.9.2 |
3065 | 2023-10-24T21:03:44.537Z | Documenting bincode v1.3.3 |
3066 | 2023-10-24T21:03:44.965Z | Documenting path-dedot v3.1.0 |
3067 | 2023-10-24T21:03:47.575Z | Documenting convert_case v0.4.0 |
3068 | 2023-10-24T21:03:48.625Z | Documenting utf-8 v0.7.6 |
3069 | 2023-10-24T21:03:51.129Z | Checking convert_case v0.4.0 |
3070 | 2023-10-24T21:03:51.474Z | Documenting path-absolutize v3.1.0 |
3071 | 2023-10-24T21:03:51.887Z | Documenting crucible-protocol v0.0.0 (https://github.com/oxidecomputer/crucible?rev=da534e73380f3cc53ca0de073e1ea862ae32109b#da534e73) |
3072 | 2023-10-24T21:03:53.721Z | Documenting derive_more v0.99.17 |
3073 | 2023-10-24T21:03:54.874Z | Documenting tungstenite v0.20.1 |
3074 | 2023-10-24T21:03:56.734Z | Documenting aes-gcm-siv v0.11.1 |
3075 | 2023-10-24T21:03:57.858Z | Documenting nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
3076 | 2023-10-24T21:03:59.227Z | Documenting oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e) |
3077 | 2023-10-24T21:04:00.645Z | Documenting trust-dns-client v0.22.0 |
3078 | 2023-10-24T21:04:03.217Z | Documenting buf-list v1.0.3 |
3079 | 2023-10-24T21:04:04.768Z | Documenting globset v0.4.13 |
3080 | 2023-10-24T21:04:04.838Z | Documenting crossbeam-deque v0.8.3 |
3081 | 2023-10-24T21:04:08.917Z | Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
3082 | 2023-10-24T21:04:09.642Z | Documenting headers-core v0.2.0 |
3083 | 2023-10-24T21:04:11.163Z | Documenting olpc-cjson v0.1.3 |
3084 | 2023-10-24T21:04:11.604Z | Documenting serde_plain v1.0.2 |
3085 | 2023-10-24T21:04:11.794Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
3086 | 2023-10-24T21:04:14.428Z | Documenting async-recursion v1.0.5 |
3087 | 2023-10-24T21:04:16.710Z | Documenting bitstruct_derive v0.1.0 |
3088 | 2023-10-24T21:04:17.385Z | Documenting viona_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=4019eb10fc2f4ba9bf210d0461dc6292b68309c2#4019eb10) |
3089 | 2023-10-24T21:04:18.143Z | Documenting ringbuffer v0.15.0 |
3090 | 2023-10-24T21:04:18.395Z | Documenting ascii v1.1.0 |
3091 | 2023-10-24T21:04:18.486Z | Documenting display-error-chain v0.1.1 |
3092 | 2023-10-24T21:04:21.701Z | Documenting tough v0.12.5 |
3093 | 2023-10-24T21:04:23.440Z | Documenting rfb v0.1.0 (https://github.com/oxidecomputer/rfb?rev=0cac8d9c25eb27acfa35df80f3b9d371de98ab3b#0cac8d9c) |
3094 | 2023-10-24T21:04:23.446Z | Documenting headers v0.3.9 |
3095 | 2023-10-24T21:04:23.451Z | Documenting viona_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=4019eb10fc2f4ba9bf210d0461dc6292b68309c2#4019eb10) |
3096 | 2023-10-24T21:04:24.310Z | Documenting bitstruct v0.1.1 |
3097 | 2023-10-24T21:04:24.765Z | Documenting trust-dns-server v0.22.1 |
3098 | 2023-10-24T21:04:27.469Z | Documenting crucible v0.0.1 (https://github.com/oxidecomputer/crucible?rev=da534e73380f3cc53ca0de073e1ea862ae32109b#da534e73) |
3099 | 2023-10-24T21:04:28.480Z | Documenting rayon-core v1.11.0 |
3100 | 2023-10-24T21:04:29.596Z | Documenting tokio-tungstenite v0.20.1 |
3101 | 2023-10-24T21:04:31.068Z | Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
3102 | 2023-10-24T21:04:33.551Z | Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
3103 | 2023-10-24T21:04:33.969Z | Checking derive_builder_core v0.12.0 |
3104 | 2023-10-24T21:04:35.040Z | Documenting derive_builder_core v0.12.0 |
3105 | 2023-10-24T21:04:35.396Z | Documenting sled v0.34.7 |
3106 | 2023-10-24T21:04:35.815Z | Documenting signal-hook-mio v0.2.3 |
3107 | 2023-10-24T21:04:37.539Z | Documenting erased-serde v0.3.30 |
3108 | 2023-10-24T21:04:40.382Z | Documenting unicase v2.7.0 |
3109 | 2023-10-24T21:04:41.591Z | Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
3110 | 2023-10-24T21:04:42.840Z | Checking ipcc-key-value v0.1.0 (/work/oxidecomputer/omicron/ipcc-key-value) |
3111 | 2023-10-24T21:04:42.955Z | Documenting sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
3112 | 2023-10-24T21:04:43.333Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
3113 | 2023-10-24T21:04:43.757Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
3114 | 2023-10-24T21:04:43.935Z | Compiling mg-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/mg-admin-client) |
3115 | 2023-10-24T21:04:44.100Z | Documenting dladm v0.0.0 (https://github.com/oxidecomputer/propolis?rev=4019eb10fc2f4ba9bf210d0461dc6292b68309c2#4019eb10) |
3116 | 2023-10-24T21:04:44.278Z | Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
3117 | 2023-10-24T21:04:45.348Z | Documenting serde_arrays v0.1.0 |
3118 | 2023-10-24T21:04:45.532Z | Documenting ff v0.13.0 |
3119 | 2023-10-24T21:04:45.549Z | Documenting pretty-hex v0.3.0 |
3120 | 2023-10-24T21:04:45.998Z | Documenting mime_guess v2.0.4 |
3121 | 2023-10-24T21:04:50.214Z | Documenting dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
3122 | 2023-10-24T21:04:50.501Z | Documenting derive_builder_macro v0.12.0 |
3123 | 2023-10-24T21:04:52.228Z | Documenting crossterm v0.27.0 |
3124 | 2023-10-24T21:04:52.416Z | Documenting group v0.13.0 |
3125 | 2023-10-24T21:04:52.805Z | Documenting propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=4019eb10fc2f4ba9bf210d0461dc6292b68309c2#4019eb10) |
3126 | 2023-10-24T21:04:58.068Z | Documenting rayon v1.7.0 |
3127 | 2023-10-24T21:04:58.954Z | Documenting omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
3128 | 2023-10-24T21:05:04.659Z | Documenting propolis v0.1.0 (https://github.com/oxidecomputer/propolis?rev=4019eb10fc2f4ba9bf210d0461dc6292b68309c2#4019eb10) |
3129 | 2023-10-24T21:05:07.513Z | Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
3130 | 2023-10-24T21:05:11.727Z | Documenting dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
3131 | 2023-10-24T21:05:15.524Z | Documenting wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
3132 | 2023-10-24T21:05:18.861Z | Documenting portable-atomic v1.4.3 |
3133 | 2023-10-24T21:05:20.881Z | Documenting ed25519 v1.5.3 |
3134 | 2023-10-24T21:05:21.060Z | Documenting bcs v0.1.5 |
3135 | 2023-10-24T21:05:24.531Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
3136 | 2023-10-24T21:05:25.174Z | Documenting crypto-bigint v0.5.2 |
3137 | 2023-10-24T21:05:26.961Z | Documenting curve25519-dalek-derive v0.1.0 |
3138 | 2023-10-24T21:05:27.506Z | Documenting ref-cast-impl v1.0.20 |
3139 | 2023-10-24T21:05:27.532Z | Documenting thiserror-impl-no-std v2.0.2 |
3140 | 2023-10-24T21:05:28.594Z | Documenting vte_generate_state_changes v0.1.1 |
3141 | 2023-10-24T21:05:34.650Z | Documenting cassowary v0.3.0 |
3142 | 2023-10-24T21:05:35.085Z | Documenting base16ct v0.2.0 |
3143 | 2023-10-24T21:05:35.186Z | Documenting number_prefix v0.4.0 |
3144 | 2023-10-24T21:05:35.253Z | Documenting unicode-xid v0.2.4 |
3145 | 2023-10-24T21:05:35.346Z | Checking unicode-xid v0.2.4 |
3146 | 2023-10-24T21:05:35.575Z | Documenting highway v1.1.0 |
3147 | 2023-10-24T21:05:35.725Z | Documenting thiserror-no-std v2.0.2 |
3148 | 2023-10-24T21:05:39.516Z | Documenting elliptic-curve v0.13.5 |
3149 | 2023-10-24T21:05:39.678Z | Documenting const_format_proc_macros v0.2.31 |
3150 | 2023-10-24T21:05:39.972Z | Documenting ref-cast v1.0.20 |
3151 | 2023-10-24T21:05:40.985Z | Documenting ratatui v0.23.0 |
3152 | 2023-10-24T21:05:41.339Z | Documenting indicatif v0.17.7 |
3153 | 2023-10-24T21:05:42.428Z | Documenting oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
3154 | 2023-10-24T21:05:44.249Z | Documenting vte v0.11.1 |
3155 | 2023-10-24T21:05:46.726Z | Documenting curve25519-dalek v4.1.0 |
3156 | 2023-10-24T21:05:49.023Z | Documenting salty v0.2.0 |
3157 | 2023-10-24T21:05:49.040Z | Documenting derive_builder v0.12.0 |
3158 | 2023-10-24T21:05:50.983Z | Documenting ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
3159 | 2023-10-24T21:05:52.162Z | Documenting polar-core v0.26.4 |
3160 | 2023-10-24T21:05:53.505Z | Documenting cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=4019eb10fc2f4ba9bf210d0461dc6292b68309c2#4019eb10) |
3161 | 2023-10-24T21:05:55.584Z | Documenting hubpack v0.1.0 (https://github.com/cbiffle/hubpack?rev=df08cc3a6e1f97381cd0472ae348e310f0119e25#df08cc3a) |
3162 | 2023-10-24T21:05:55.756Z | Documenting oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
3163 | 2023-10-24T21:06:00.401Z | Documenting libxml v0.3.3 |
3164 | 2023-10-24T21:06:02.516Z | Documenting ipcc-key-value v0.1.0 (/work/oxidecomputer/omicron/ipcc-key-value) |
3165 | 2023-10-24T21:06:02.546Z | Documenting db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
3166 | 2023-10-24T21:06:07.042Z | Documenting poly1305 v0.8.0 |
3167 | 2023-10-24T21:06:11.096Z | Documenting tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
3168 | 2023-10-24T21:06:11.931Z | Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
3169 | 2023-10-24T21:06:14.945Z | Documenting nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
3170 | 2023-10-24T21:06:14.993Z | Documenting oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
3171 | 2023-10-24T21:06:16.215Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
3172 | 2023-10-24T21:06:16.631Z | Documenting nix v0.26.2 (https://github.com/jgallagher/nix?branch=r0.26-illumos#c1a3636d) |
3173 | 2023-10-24T21:06:17.783Z | Documenting crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=da534e73380f3cc53ca0de073e1ea862ae32109b#da534e73) |
3174 | 2023-10-24T21:06:21.617Z | Documenting dns-service-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e) |
3175 | 2023-10-24T21:06:25.449Z | Documenting chacha20 v0.9.1 |
3176 | 2023-10-24T21:06:25.959Z | Documenting bb8 v0.8.1 |
3177 | 2023-10-24T21:06:27.276Z | Documenting bytesize v1.3.0 |
3178 | 2023-10-24T21:06:32.916Z | Documenting serde-big-array v0.5.1 |
3179 | 2023-10-24T21:06:33.095Z | Documenting quick-xml v0.23.1 |
3180 | 2023-10-24T21:06:34.021Z | Documenting impl-trait-for-tuples v0.2.2 |
3181 | 2023-10-24T21:06:34.255Z | Documenting oso-derive v0.26.4 |
3182 | 2023-10-24T21:06:34.996Z | Documenting rtoolbox v0.0.1 |
3183 | 2023-10-24T21:06:38.696Z | Documenting humantime v2.1.0 |
3184 | 2023-10-24T21:06:39.556Z | Documenting maplit v1.0.2 |
3185 | 2023-10-24T21:06:40.777Z | Documenting fs-err v2.9.0 |
3186 | 2023-10-24T21:06:41.215Z | Documenting rpassword v7.2.0 |
3187 | 2023-10-24T21:06:41.446Z | Documenting samael v0.0.10 (https://github.com/njaremko/samael?branch=master#52028e45) |
3188 | 2023-10-24T21:06:42.367Z | Documenting nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
3189 | 2023-10-24T21:06:42.760Z | Documenting gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e) |
3190 | 2023-10-24T21:06:42.896Z | Documenting internal-dns v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e) |
3191 | 2023-10-24T21:06:44.958Z | Documenting async-bb8-diesel v0.1.0 (https://github.com/oxidecomputer/async-bb8-diesel?rev=1446f7e0c1f05f33a0581abd51fa873c7652ab61#1446f7e0) |
3192 | 2023-10-24T21:06:45.782Z | Documenting oso v0.26.4 |
3193 | 2023-10-24T21:06:47.266Z | Documenting tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
3194 | 2023-10-24T21:06:53.933Z | Documenting chacha20poly1305 v0.10.1 |
3195 | 2023-10-24T21:06:57.326Z | Documenting sprockets-common v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef) |
3196 | 2023-10-24T21:07:00.285Z | Documenting propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=4019eb10fc2f4ba9bf210d0461dc6292b68309c2#4019eb10) |
3197 | 2023-10-24T21:07:03.878Z | Documenting vsss-rs v3.3.1 |
3198 | 2023-10-24T21:07:05.355Z | Documenting tui-tree-widget v0.13.0 |
3199 | 2023-10-24T21:07:07.726Z | Documenting strip-ansi-escapes v0.2.0 |
3200 | 2023-10-24T21:07:09.056Z | Documenting const_format v0.2.31 |
3201 | 2023-10-24T21:07:11.928Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
3202 | 2023-10-24T21:07:13.987Z | Checking tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
3203 | 2023-10-24T21:07:14.848Z | Documenting wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
3204 | 2023-10-24T21:07:14.969Z | Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
3205 | 2023-10-24T21:07:18.986Z | Documenting cookie v0.16.2 |
3206 | 2023-10-24T21:07:19.744Z | Documenting diesel-dtrace v0.2.0 (https://github.com/oxidecomputer/diesel-dtrace?branch=main#c1252df7) |
3207 | 2023-10-24T21:07:20.209Z | Documenting bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
3208 | 2023-10-24T21:07:25.516Z | Documenting signal-hook-tokio v0.3.1 |
3209 | 2023-10-24T21:07:26.444Z | Documenting rcgen v0.10.0 |
3210 | 2023-10-24T21:07:30.226Z | Documenting authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
3211 | 2023-10-24T21:07:30.628Z | Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
3212 | 2023-10-24T21:07:31.207Z | Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
3213 | 2023-10-24T21:07:32.206Z | Documenting atomicwrites v0.4.2 |
3214 | 2023-10-24T21:07:33.813Z | Documenting fd-lock v3.0.13 |
3215 | 2023-10-24T21:07:36.153Z | Documenting subprocess v0.2.9 |
3216 | 2023-10-24T21:07:36.216Z | Documenting shell-words v1.1.0 |
3217 | 2023-10-24T21:07:38.302Z | Documenting corncobs v0.1.3 |
3218 | 2023-10-24T21:07:39.409Z | Documenting bit_field v0.10.2 |
3219 | 2023-10-24T21:07:41.041Z | Documenting owo-colors v3.5.0 |
3220 | 2023-10-24T21:07:42.456Z | Documenting http-range v0.1.5 |
3221 | 2023-10-24T21:07:42.918Z | Documenting nu-ansi-term v0.49.0 |
3222 | 2023-10-24T21:07:43.105Z | Documenting sprockets-rot v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef) |
3223 | 2023-10-24T21:07:43.689Z | Documenting propolis-server v0.1.0 (https://github.com/oxidecomputer/propolis?rev=4019eb10fc2f4ba9bf210d0461dc6292b68309c2#4019eb10) |
3224 | 2023-10-24T21:07:48.666Z | Documenting hyper-staticfile v0.9.5 |
3225 | 2023-10-24T21:07:48.916Z | Documenting omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
3226 | 2023-10-24T21:07:49.055Z | Documenting wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
3227 | 2023-10-24T21:07:49.545Z | Documenting reedline v0.23.0 |
3228 | 2023-10-24T21:07:49.977Z | Documenting omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
3229 | 2023-10-24T21:07:54.114Z | Documenting bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
3230 | 2023-10-24T21:07:58.962Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
3231 | 2023-10-24T21:08:00.852Z | Documenting mg-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/mg-admin-client) |
3232 | 2023-10-24T21:08:01.360Z | Documenting nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
3233 | 2023-10-24T21:08:05.995Z | Documenting oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
3234 | 2023-10-24T21:08:18.488Z | Documenting crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=da534e73380f3cc53ca0de073e1ea862ae32109b#da534e73) |
3235 | 2023-10-24T21:08:20.167Z | Documenting fatfs v0.3.6 |
3236 | 2023-10-24T21:08:20.326Z | Documenting nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
3237 | 2023-10-24T21:08:21.411Z | Documenting cargo-platform v0.1.3 |
3238 | 2023-10-24T21:08:27.742Z | Documenting nanorand v0.7.0 |
3239 | 2023-10-24T21:08:28.274Z | Documenting glob v0.3.1 |
3240 | 2023-10-24T21:08:28.830Z | Documenting assert_matches v1.5.0 |
3241 | 2023-10-24T21:08:29.308Z | Documenting cargo_metadata v0.18.0 |
3242 | 2023-10-24T21:08:31.769Z | Documenting wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
3243 | 2023-10-24T21:08:33.261Z | Documenting sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
3244 | 2023-10-24T21:08:34.325Z | Documenting flume v0.11.0 |
3245 | 2023-10-24T21:08:34.698Z | Documenting omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
3246 | 2023-10-24T21:08:36.010Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
3247 | 2023-10-24T21:08:36.918Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
3248 | 2023-10-24T21:08:40.883Z | Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
3249 | 2023-10-24T21:08:41.415Z | Documenting oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
3250 | 2023-10-24T21:08:42.811Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
3251 | 2023-10-24T21:08:45.812Z | Documenting installinator-artifact-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-artifact-client) |
3252 | 2023-10-24T21:09:01.066Z | Documenting installinator-artifactd v0.1.0 (/work/oxidecomputer/omicron/installinator-artifactd) |
3253 | 2023-10-24T21:09:04.422Z | Documenting omicron-zone-package v0.8.3 |
3254 | 2023-10-24T21:09:07.263Z | Documenting cargo_toml v0.16.3 |
3255 | 2023-10-24T21:09:09.565Z | Checking installinator-artifactd v0.1.0 (/work/oxidecomputer/omicron/installinator-artifactd) |
3256 | 2023-10-24T21:09:11.043Z | Checking installinator-artifact-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-artifact-client) |
3257 | 2023-10-24T21:09:15.220Z | Documenting termios v0.3.3 |
3258 | 2023-10-24T21:09:17.255Z | Documenting topological-sort v0.2.2 |
3259 | 2023-10-24T21:09:20.253Z | Documenting installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
3260 | 2023-10-24T21:09:21.585Z | Documenting xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
3261 | 2023-10-24T21:09:21.920Z | Documenting gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli) |
3262 | 2023-10-24T21:09:24.098Z | Documenting omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
3263 | 2023-10-24T21:09:33.126Z | Documenting wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
3264 | 2023-10-24T21:09:44.413Z | Documenting gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
3265 | 2023-10-24T21:09:53.305Z | Documenting crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed) |
3266 | 2023-10-24T21:09:58.833Z | Documenting omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
3267 | 2023-10-24T21:10:06.863Z | Documenting tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous) |
3268 | 2023-10-24T21:10:21.735Z | Documenting internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns-cli) |
3269 | 2023-10-24T21:10:22.677Z | Documenting caboose-util v0.1.0 (/work/oxidecomputer/omicron/caboose-util) |
3270 | 2023-10-24T21:10:32.100Z | Documenting oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
3271 | 2023-10-24T21:10:32.172Z | warning: unresolved link to `ExtractedArtifactDataHandle` |
3272 | 2023-10-24T21:10:32.175Z | --> wicketd/src/artifacts/extracted_artifacts.rs:172:46 |
3273 | 2023-10-24T21:10:32.178Z | | |
3274 | 2023-10-24T21:10:32.181Z | 172 | /// persist the temporary file into an [`ExtractedArtifactDataHandle()`]. |
3275 | 2023-10-24T21:10:32.185Z | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this link resolves to the struct `ExtractedArtifactDataHandle`, which is not in the value namespace |
3276 | 2023-10-24T21:10:32.188Z | | |
3277 | 2023-10-24T21:10:32.191Z | = note: `#[warn(rustdoc::broken_intra_doc_links)]` on by default |
3278 | 2023-10-24T21:10:32.194Z | help: to link to the struct, prefix with `struct@` |
3279 | 2023-10-24T21:10:32.197Z | | |
3280 | 2023-10-24T21:10:32.200Z | 172 - /// persist the temporary file into an [`ExtractedArtifactDataHandle()`]. |
3281 | 2023-10-24T21:10:32.231Z | 172 + /// persist the temporary file into an [`struct@ExtractedArtifactDataHandle`]. |
3282 | 2023-10-24T21:10:32.234Z | | |
3283 | 2023-10-24T21:10:32.240Z | |
3284 | 2023-10-24T21:10:32.834Z | Documenting omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
3285 | 2023-10-24T21:10:35.012Z | warning: `wicketd` (lib doc) generated 1 warning |
3286 | 2023-10-24T21:11:05.481Z | warning: unresolved link to `Driver::status` |
3287 | 2023-10-24T21:11:05.484Z | --> nexus/src/app/background/common.rs:180:34 |
3288 | 2023-10-24T21:11:05.487Z | | |
3289 | 2023-10-24T21:11:05.490Z | 180 | /// [`Driver::activate()`] and [`Driver::status()`] to identify the task. |
3290 | 2023-10-24T21:11:05.494Z | | ^^^^^^^^^^^^^^^^ the struct `Driver` has no function named `status` |
3291 | 2023-10-24T21:11:05.497Z | | |
3292 | 2023-10-24T21:11:05.501Z | = note: `#[warn(rustdoc::broken_intra_doc_links)]` on by default |
3293 | 2023-10-24T21:11:05.504Z | |
3294 | 2023-10-24T21:11:05.506Z | warning: unresolved link to `Driver::status` |
3295 | 2023-10-24T21:11:05.509Z | --> nexus/src/app/background/common.rs:280:30 |
3296 | 2023-10-24T21:11:05.512Z | | |
3297 | 2023-10-24T21:11:05.515Z | 280 | /// tasks. You'd call [`Driver::status()`] with each of the items produced |
3298 | 2023-10-24T21:11:05.517Z | | ^^^^^^^^^^^^^^^^ the struct `Driver` has no function named `status` |
3299 | 2023-10-24T21:11:05.524Z | |
3300 | 2023-10-24T21:11:08.608Z | warning: `omicron-nexus` (lib doc) generated 2 warnings |
3301 | 2023-10-24T21:11:28.254Z | Finished dev [unoptimized + debuginfo] target(s) in 16m 27s |
3302 | 2023-10-24T21:11:28.372Z | |
3303 | 2023-10-24T21:11:28.375Z | real 16:27.947833242 |
3304 | 2023-10-24T21:11:28.377Z | user 1:00:06.201964452 |
3305 | 2023-10-24T21:11:28.380Z | sys 1:03:30.273817629 |
3306 | 2023-10-24T21:11:28.383Z | trap 2.128316144 |
3307 | 2023-10-24T21:11:28.386Z | tflt 0.120939367 |
3308 | 2023-10-24T21:11:28.388Z | dflt 0.491507045 |
3309 | 2023-10-24T21:11:28.392Z | kflt 0.000616567 |
3310 | 2023-10-24T21:11:28.395Z | lock 3:08:23.673386819 |
3311 | 2023-10-24T21:11:28.397Z | slp 4:26:07.212352751 |
3312 | 2023-10-24T21:11:28.400Z | lat 6:00.664059775 |
3313 | 2023-10-24T21:11:28.404Z | stop 2:12.601136945 |
3314 | 2023-10-24T21:11:28.406Z | process exited: duration 1998890 ms, exit code 0 |
|
3315 | 2023-10-24T21:11:28.412Z | found 0 output files |