|
|
|
1 | 2023-12-06T00:50:14.465Z | job assigned to worker 01HGY89RDZ0H8WWJPNC85JKBK5 (queued for 0 s) |
|
2 | 2023-12-06T00:50:14.606Z | starting task 0: "setup" |
3 | 2023-12-06T00:50:14.961Z | ++ uname -s |
4 | 2023-12-06T00:50:14.966Z | + kern=SunOS |
5 | 2023-12-06T00:50:14.966Z | + case "$kern" in |
6 | 2023-12-06T00:50:14.966Z | + groupadd -g 12345 build |
7 | 2023-12-06T00:50:14.976Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
8 | 2023-12-06T00:50:16.979Z | + zfs create -o mountpoint=/work rpool/work |
9 | 2023-12-06T00:50:17.276Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
10 | 2023-12-06T00:50:17.279Z | + home_fs=zfs |
11 | 2023-12-06T00:50:17.279Z | + [[ zfs == autofs ]] |
12 | 2023-12-06T00:50:17.280Z | + mkdir -p /home/build |
13 | 2023-12-06T00:50:17.285Z | + chown build:build /home/build /work |
14 | 2023-12-06T00:50:18.283Z | + chmod 0700 /home/build /work |
15 | 2023-12-06T00:50:18.287Z | process exited: duration 3680 ms, exit code 0 |
|
16 | 2023-12-06T00:50:18.293Z | starting task 1: "rust-toolchain" |
17 | 2023-12-06T00:50:18.302Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
18 | 2023-12-06T00:50:18.305Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.72.1 --profile default |
19 | 2023-12-06T00:50:18.490Z | info: downloading installer |
20 | 2023-12-06T00:50:21.072Z | warning: it looks like you have an existing installation of Rust at: |
21 | 2023-12-06T00:50:21.072Z | warning: /opt/ooce/bin |
22 | 2023-12-06T00:50:21.072Z | warning: It is recommended that rustup be the primary Rust installation. |
23 | 2023-12-06T00:50:21.072Z | warning: Otherwise you may have confusion unless you are careful with your PATH |
24 | 2023-12-06T00:50:21.072Z | warning: If you are sure that you want both rustup and your already installed Rust |
25 | 2023-12-06T00:50:21.072Z | warning: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes |
26 | 2023-12-06T00:50:21.072Z | warning: or pass `-y' to ignore all ignorable checks. |
27 | 2023-12-06T00:50:21.072Z | error: cannot install while Rust is installed |
28 | 2023-12-06T00:50:21.072Z | warning: continuing (because the -y flag is set and the error is ignorable) |
29 | 2023-12-06T00:50:21.245Z | info: profile set to 'default' |
30 | 2023-12-06T00:50:21.245Z | info: default host triple is x86_64-unknown-illumos |
31 | 2023-12-06T00:50:21.249Z | info: syncing channel updates for '1.72.1-x86_64-unknown-illumos' |
32 | 2023-12-06T00:50:21.406Z | info: latest update on 2023-09-19, rust version 1.72.1 (d5c2e9c34 2023-09-13) |
33 | 2023-12-06T00:50:21.407Z | info: downloading component 'cargo' |
34 | 2023-12-06T00:50:22.005Z | info: downloading component 'clippy' |
35 | 2023-12-06T00:50:22.216Z | info: downloading component 'rust-docs' |
36 | 2023-12-06T00:50:22.964Z | info: downloading component 'rust-std' |
37 | 2023-12-06T00:50:24.289Z | info: downloading component 'rustc' |
38 | 2023-12-06T00:50:27.574Z | info: downloading component 'rustfmt' |
39 | 2023-12-06T00:50:27.766Z | info: installing component 'cargo' |
40 | 2023-12-06T00:50:29.989Z | info: installing component 'clippy' |
41 | 2023-12-06T00:50:30.988Z | info: installing component 'rust-docs' |
42 | 2023-12-06T00:50:33.840Z | info: installing component 'rust-std' |
43 | 2023-12-06T00:50:38.390Z | info: installing component 'rustc' |
44 | 2023-12-06T00:50:49.706Z | info: installing component 'rustfmt' |
45 | 2023-12-06T00:50:50.161Z | info: default toolchain set to '1.72.1-x86_64-unknown-illumos' |
46 | 2023-12-06T00:50:50.162Z | |
47 | 2023-12-06T00:50:50.324Z | 1.72.1-x86_64-unknown-illumos installed - rustc 1.72.1 (d5c2e9c34 2023-09-13) |
48 | 2023-12-06T00:50:50.324Z | |
49 | 2023-12-06T00:50:50.324Z | |
50 | 2023-12-06T00:50:50.324Z | Rust is installed now. Great! |
51 | 2023-12-06T00:50:50.324Z | |
52 | 2023-12-06T00:50:50.324Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
53 | 2023-12-06T00:50:50.324Z | environment variable. This has not been done automatically. |
54 | 2023-12-06T00:50:50.324Z | |
55 | 2023-12-06T00:50:50.324Z | To configure your current shell, run: |
56 | 2023-12-06T00:50:50.325Z | source "$HOME/.cargo/env" |
57 | 2023-12-06T00:50:50.414Z | + rustc --version |
58 | 2023-12-06T00:50:50.529Z | rustc 1.72.1 (d5c2e9c34 2023-09-13) |
59 | 2023-12-06T00:50:50.544Z | process exited: duration 32233 ms, exit code 0 |
|
60 | 2023-12-06T00:50:50.626Z | starting task 2: "authentication" |
61 | 2023-12-06T00:50:50.656Z | process exited: duration 36 ms, exit code 0 |
|
62 | 2023-12-06T00:50:50.674Z | starting task 3: "clone repository" |
63 | 2023-12-06T00:50:50.685Z | + mkdir -p /work/oxidecomputer/omicron |
64 | 2023-12-06T00:50:50.685Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
65 | 2023-12-06T00:50:50.723Z | Cloning into '/work/oxidecomputer/omicron'... |
66 | 2023-12-06T00:50:57.182Z | + cd /work/oxidecomputer/omicron |
67 | 2023-12-06T00:50:57.182Z | + [[ -n txn-retry ]] |
68 | 2023-12-06T00:50:57.186Z | + git fetch origin txn-retry |
69 | 2023-12-06T00:50:57.557Z | From https://github.com/oxidecomputer/omicron |
70 | 2023-12-06T00:50:57.557Z | * branch txn-retry -> FETCH_HEAD |
71 | 2023-12-06T00:50:57.567Z | + git checkout -B txn-retry remotes/origin/txn-retry |
72 | 2023-12-06T00:50:57.692Z | Switched to a new branch 'txn-retry' |
73 | 2023-12-06T00:50:57.704Z | branch 'txn-retry' set up to track 'origin/txn-retry'. |
74 | 2023-12-06T00:50:57.704Z | + git reset --hard 2058492886ba90dd0fcb5215786ccc0e6318093a |
75 | 2023-12-06T00:50:57.900Z | HEAD is now at 20584928 update async-bb8-diesel version |
76 | 2023-12-06T00:50:57.913Z | process exited: duration 7184 ms, exit code 0 |
|
77 | 2023-12-06T00:50:59.560Z | starting task 4: "build" |
78 | 2023-12-06T00:50:59.566Z | + cargo --version |
79 | 2023-12-06T00:50:59.567Z | info: syncing channel updates for '1.74.0-x86_64-unknown-illumos' |
80 | 2023-12-06T00:50:59.567Z | info: latest update on 2023-11-16, rust version 1.74.0 (79e9716c9 2023-11-13) |
81 | 2023-12-06T00:50:59.567Z | info: downloading component 'cargo' |
82 | 2023-12-06T00:51:00.018Z | info: downloading component 'clippy' |
83 | 2023-12-06T00:51:00.217Z | info: downloading component 'rust-docs' |
84 | 2023-12-06T00:51:01.101Z | info: downloading component 'rust-std' |
85 | 2023-12-06T00:51:02.453Z | info: downloading component 'rustc' |
86 | 2023-12-06T00:51:05.844Z | info: downloading component 'rustfmt' |
87 | 2023-12-06T00:51:06.037Z | info: installing component 'cargo' |
88 | 2023-12-06T00:51:07.346Z | info: installing component 'clippy' |
89 | 2023-12-06T00:51:07.849Z | info: installing component 'rust-docs' |
90 | 2023-12-06T00:51:10.741Z | info: installing component 'rust-std' |
91 | 2023-12-06T00:51:13.365Z | info: installing component 'rustc' |
92 | 2023-12-06T00:51:19.502Z | info: installing component 'rustfmt' |
93 | 2023-12-06T00:51:20.045Z | cargo 1.74.0 (ecb9851af 2023-10-18) |
94 | 2023-12-06T00:51:20.048Z | + rustc --version |
95 | 2023-12-06T00:51:20.200Z | rustc 1.74.0 (79e9716c9 2023-11-13) |
96 | 2023-12-06T00:51:20.207Z | + source ./env.sh |
97 | 2023-12-06T00:51:20.210Z | ++ set -o xtrace |
98 | 2023-12-06T00:51:20.213Z | ++++ dirname ./env.sh |
99 | 2023-12-06T00:51:20.213Z | +++ cd . |
100 | 2023-12-06T00:51:20.213Z | +++ echo /work/oxidecomputer/omicron |
101 | 2023-12-06T00:51:20.217Z | ++ OMICRON_WS=/work/oxidecomputer/omicron |
102 | 2023-12-06T00:51:20.217Z | ++ export PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
103 | 2023-12-06T00:51:20.217Z | ++ PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
104 | 2023-12-06T00:51:20.217Z | ++ 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 |
105 | 2023-12-06T00:51:20.217Z | ++ 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 |
106 | 2023-12-06T00:51:20.217Z | ++ 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 |
107 | 2023-12-06T00:51:20.217Z | ++ 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 |
108 | 2023-12-06T00:51:20.217Z | ++ 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 |
109 | 2023-12-06T00:51:20.217Z | ++ 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 |
110 | 2023-12-06T00:51:20.217Z | ++ unset OMICRON_WS |
111 | 2023-12-06T00:51:20.217Z | ++ set +o xtrace |
112 | 2023-12-06T00:51:20.345Z | |
113 | 2023-12-06T00:51:20.346Z | ##### ##### ###### ##### ###### #### # # # #### # |
114 | 2023-12-06T00:51:20.346Z | # # # # # # # # # # # # # # # |
115 | 2023-12-06T00:51:20.346Z | # # # # ##### # # ##### # # # # # #### # |
116 | 2023-12-06T00:51:20.346Z | ##### ##### # ##### # # # # # # # # # |
117 | 2023-12-06T00:51:20.346Z | # # # # # # # # # # # # # # # |
118 | 2023-12-06T00:51:20.346Z | # # # ###### # # ###### ### # #### # #### # |
119 | 2023-12-06T00:51:20.346Z | |
120 | 2023-12-06T00:51:34.018Z | Startup: Refreshing catalog 'helios-dev' ... Done |
121 | 2023-12-06T00:51:35.238Z | Startup: Caching catalogs ... Done |
122 | 2023-12-06T00:51:41.730Z | Planning: Solver setup ... Done (6.108s) |
123 | 2023-12-06T00:51:41.878Z | Planning: Running solver ... Done (0.149s) |
124 | 2023-12-06T00:51:41.943Z | Planning: Finding local manifests ... Done (0.004s) |
125 | 2023-12-06T00:51:41.959Z | Planning: Fetching manifests: 0/4 0% complete |
126 | 2023-12-06T00:51:42.180Z | Planning: Fetching manifests: 4/4 100% complete |
127 | 2023-12-06T00:51:42.256Z | Planning: Package planning ... Done (0.078s) |
128 | 2023-12-06T00:51:42.340Z | Planning: Merging actions ... Done (0.084s) |
129 | 2023-12-06T00:51:42.982Z | Planning: Checking for conflicting actions ... Done (0.642s) |
130 | 2023-12-06T00:51:43.002Z | Planning: Consolidating action changes ... Done (0.019s) |
131 | 2023-12-06T00:51:48.669Z | Planning: Evaluating mediators ... Done (5.667s) |
132 | 2023-12-06T00:51:48.686Z | Planning: Planning completed in 13.40 seconds |
133 | 2023-12-06T00:51:48.709Z | Packages to install: 4 |
134 | 2023-12-06T00:51:48.712Z | Mediators to change: 2 |
135 | 2023-12-06T00:51:48.712Z | Services to change: 1 |
136 | 2023-12-06T00:51:48.713Z | Estimated space available: 148.88 GB |
137 | 2023-12-06T00:51:48.713Z | Estimated space to be consumed: 1.38 GB |
138 | 2023-12-06T00:51:48.713Z | Create boot environment: No |
139 | 2023-12-06T00:51:48.713Z | Create backup boot environment: No |
140 | 2023-12-06T00:51:48.713Z | Rebuild boot archive: No |
141 | 2023-12-06T00:51:48.713Z | |
142 | 2023-12-06T00:51:48.713Z | Changed mediators: |
143 | 2023-12-06T00:51:48.713Z | mediator clang: |
144 | 2023-12-06T00:51:48.713Z | version: None -> 15 (system default) |
145 | 2023-12-06T00:51:48.713Z | |
146 | 2023-12-06T00:51:48.713Z | mediator llvm: |
147 | 2023-12-06T00:51:48.713Z | version: 14 (system default) -> 15 (system default) |
148 | 2023-12-06T00:51:48.713Z | |
149 | 2023-12-06T00:51:48.713Z | Changed packages: |
150 | 2023-12-06T00:51:48.713Z | helios-dev |
151 | 2023-12-06T00:51:48.713Z | developer/build-essential |
152 | 2023-12-06T00:51:48.713Z | None -> 11-2.0 |
153 | 2023-12-06T00:51:48.713Z | library/libxmlsec1 |
154 | 2023-12-06T00:51:48.713Z | None -> 1.2.35-2.0 |
155 | 2023-12-06T00:51:48.713Z | ooce/developer/clang-15 |
156 | 2023-12-06T00:51:48.713Z | None -> 15.0.7-2.0 |
157 | 2023-12-06T00:51:48.713Z | ooce/developer/llvm-15 |
158 | 2023-12-06T00:51:48.713Z | None -> 15.0.7-2.0 |
159 | 2023-12-06T00:51:48.714Z | |
160 | 2023-12-06T00:51:48.714Z | Services: |
161 | 2023-12-06T00:51:48.714Z | restart_fmri: |
162 | 2023-12-06T00:51:48.714Z | svc:/system/update-man-index:default |
163 | 2023-12-06T00:51:49.084Z | |
164 | 2023-12-06T00:51:49.084Z | Download: 0/3290 items 0.0/212.6MB 0% complete |
165 | 2023-12-06T00:51:54.089Z | Download: 1234/3290 items 88.4/212.6MB 41% complete (17.9M/s) |
166 | 2023-12-06T00:51:59.287Z | Download: 2220/3290 items 105.5/212.6MB 49% complete (12.7M/s) |
167 | 2023-12-06T00:52:04.291Z | Download: 2534/3290 items 120.1/212.6MB 56% complete (3.2M/s) |
168 | 2023-12-06T00:52:09.291Z | Download: 3248/3290 items 184.9/212.6MB 86% complete (7.9M/s) |
169 | 2023-12-06T00:52:13.489Z | Download: Completed 212.60 MB in 24.40 seconds (8.7M/s) |
170 | 2023-12-06T00:52:13.786Z | Actions: 1/3687 actions (Installing new actions) |
171 | 2023-12-06T00:52:19.037Z | Actions: 2521/3687 actions (Installing new actions) |
172 | 2023-12-06T00:52:22.580Z | Actions: Completed 3687 actions in 8.80 seconds. |
173 | 2023-12-06T00:52:22.692Z | Done (0.105s) |
174 | 2023-12-06T00:52:22.692Z | Done (0.000s) |
175 | 2023-12-06T00:52:22.949Z | Done (0.257s) |
176 | 2023-12-06T00:52:31.227Z | Done (8.122s) |
177 | 2023-12-06T00:52:31.526Z | Done (0.202s) |
178 | 2023-12-06T00:52:31.529Z | Done (0.000s) |
179 | 2023-12-06T00:52:31.759Z | Done (0.000s) |
180 | 2023-12-06T00:52:32.434Z | Planning: Evaluating mediator changes ... Done |
181 | 2023-12-06T00:52:32.710Z | Planning: Checking for conflicting actions ... Done |
182 | 2023-12-06T00:52:32.714Z | Planning: Consolidating action changes ... Done |
183 | 2023-12-06T00:52:33.135Z | Planning: Evaluating mediators ... Done |
184 | 2023-12-06T00:52:33.139Z | Planning: Planning completed in 0.70 seconds |
185 | 2023-12-06T00:52:33.189Z | Mediators to change: 2 |
186 | 2023-12-06T00:52:33.189Z | Create boot environment: No |
187 | 2023-12-06T00:52:33.193Z | Create backup boot environment: No |
188 | 2023-12-06T00:52:33.287Z | Done |
189 | 2023-12-06T00:52:33.287Z | Done |
190 | 2023-12-06T00:52:33.446Z | Done |
191 | 2023-12-06T00:52:39.161Z | Done |
192 | 2023-12-06T00:52:39.289Z | Done |
193 | 2023-12-06T00:52:39.298Z | Done |
194 | 2023-12-06T00:52:39.388Z | Done |
195 | 2023-12-06T00:52:40.371Z | Planning: Evaluating mediator changes ... Done |
196 | 2023-12-06T00:52:40.375Z | Planning: Merging actions ... Done |
197 | 2023-12-06T00:52:41.097Z | Planning: Checking for conflicting actions ... Done |
198 | 2023-12-06T00:52:41.105Z | Planning: Consolidating action changes ... Done |
199 | 2023-12-06T00:52:41.112Z | Planning: Evaluating mediators ... Done |
200 | 2023-12-06T00:52:41.197Z | Planning: Planning completed in 1.26 seconds |
201 | 2023-12-06T00:52:41.255Z | Packages to change: 1 |
202 | 2023-12-06T00:52:41.255Z | Mediators to change: 1 |
203 | 2023-12-06T00:52:41.260Z | Services to change: 1 |
204 | 2023-12-06T00:52:41.260Z | Create boot environment: No |
205 | 2023-12-06T00:52:41.260Z | Create backup boot environment: Yes |
206 | 2023-12-06T00:52:43.344Z | Actions: 1/6 actions (Updating modified actions) |
207 | 2023-12-06T00:52:43.347Z | Actions: Completed 6 actions in 0.00 seconds. |
208 | 2023-12-06T00:52:43.347Z | Done |
209 | 2023-12-06T00:52:43.347Z | Done |
210 | 2023-12-06T00:52:43.439Z | Done |
211 | 2023-12-06T00:52:48.921Z | Done |
212 | 2023-12-06T00:52:49.039Z | Done |
213 | 2023-12-06T00:52:49.044Z | Done |
214 | 2023-12-06T00:52:49.146Z | Done |
215 | 2023-12-06T00:52:49.797Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
216 | 2023-12-06T00:52:49.797Z | clang system 15 system |
217 | 2023-12-06T00:52:49.797Z | csh system system illumos |
218 | 2023-12-06T00:52:49.797Z | ctags system system illumos |
219 | 2023-12-06T00:52:49.797Z | gcc vendor 12 vendor |
220 | 2023-12-06T00:52:49.797Z | gcc system 10 system |
221 | 2023-12-06T00:52:49.797Z | gcc system 7 system |
222 | 2023-12-06T00:52:49.797Z | go system 1.20 system |
223 | 2023-12-06T00:52:49.797Z | go system 1.19 system |
224 | 2023-12-06T00:52:49.797Z | llvm system 15 system |
225 | 2023-12-06T00:52:49.797Z | llvm system 14 system |
226 | 2023-12-06T00:52:49.797Z | mariadb system 10.6 system |
227 | 2023-12-06T00:52:49.797Z | mta vendor vendor dma |
228 | 2023-12-06T00:52:49.797Z | openjdk system 17 system |
229 | 2023-12-06T00:52:49.797Z | openjdk system 11 system |
230 | 2023-12-06T00:52:49.798Z | openjdk system 1.8 system |
231 | 2023-12-06T00:52:49.798Z | openssl vendor 3 vendor |
232 | 2023-12-06T00:52:49.798Z | perl system 5.36 system |
233 | 2023-12-06T00:52:49.798Z | postgresql system 15 system |
234 | 2023-12-06T00:52:49.798Z | postgresql system 13 system |
235 | 2023-12-06T00:52:49.798Z | python vendor 3 vendor |
236 | 2023-12-06T00:52:49.798Z | python system 2 system |
237 | 2023-12-06T00:52:49.798Z | python3 system 3.11 system |
238 | 2023-12-06T00:52:49.798Z | ruby system 3.0 system |
239 | 2023-12-06T00:52:49.798Z | words vendor vendor american-english |
240 | 2023-12-06T00:52:49.798Z | words system system australian-english |
241 | 2023-12-06T00:52:49.798Z | words system system british-english |
242 | 2023-12-06T00:52:49.798Z | words system system canadian-english |
243 | 2023-12-06T00:52:49.798Z | words system system french |
244 | 2023-12-06T00:52:49.798Z | words system system italian |
245 | 2023-12-06T00:52:49.798Z | words system system ngerman |
246 | 2023-12-06T00:52:49.798Z | words system system ogerman |
247 | 2023-12-06T00:52:49.798Z | words system system spanish |
248 | 2023-12-06T00:52:50.312Z | FMRI IFO |
249 | 2023-12-06T00:52:50.312Z | pkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im- |
250 | 2023-12-06T00:52:50.312Z | pkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i-- |
251 | 2023-12-06T00:52:50.312Z | pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im- |
252 | 2023-12-06T00:52:50.312Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z im- |
253 | 2023-12-06T00:52:50.312Z | pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i-- |
254 | 2023-12-06T00:52:50.312Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z i-- |
255 | 2023-12-06T00:52:50.381Z | + set -o errexit |
256 | 2023-12-06T00:52:50.385Z | +++ dirname ./tools/ci_download_cockroachdb |
257 | 2023-12-06T00:52:50.385Z | ++ cd ./tools |
258 | 2023-12-06T00:52:50.389Z | ++ pwd |
259 | 2023-12-06T00:52:50.389Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
260 | 2023-12-06T00:52:50.389Z | ++ basename ./tools/ci_download_cockroachdb |
261 | 2023-12-06T00:52:50.389Z | + ARG0=ci_download_cockroachdb |
262 | 2023-12-06T00:52:50.393Z | ++ cat /work/oxidecomputer/omicron/tools/cockroachdb_version |
263 | 2023-12-06T00:52:50.393Z | + CIDL_VERSION=v22.1.9 |
264 | 2023-12-06T00:52:50.393Z | + source /work/oxidecomputer/omicron/tools/cockroachdb_checksums |
265 | 2023-12-06T00:52:50.393Z | ++ CIDL_MD5_DARWIN=2db972c254b4e3b599e12110520178b5 |
266 | 2023-12-06T00:52:50.394Z | ++ CIDL_MD5_LINUX=8c3170883e0a0be1a34b44090c067a8c |
267 | 2023-12-06T00:52:50.394Z | ++ CIDL_MD5_ILLUMOS=d8999aff364e5d70f226e139fda724a3 |
268 | 2023-12-06T00:52:50.394Z | + TARGET_DIR=out |
269 | 2023-12-06T00:52:50.394Z | + DOWNLOAD_DIR=out/downloads |
270 | 2023-12-06T00:52:50.394Z | + DEST_DIR=./out/cockroachdb |
271 | 2023-12-06T00:52:50.394Z | + CIDL_URL_COCKROACH=https://binaries.cockroachdb.com |
272 | 2023-12-06T00:52:50.394Z | + CIDL_URL_ILLUMOS=https://illumos.org/downloads |
273 | 2023-12-06T00:52:50.394Z | + main |
274 | 2023-12-06T00:52:50.394Z | + [[ 0 != 0 ]] |
275 | 2023-12-06T00:52:50.394Z | + CIDL_OS=solaris2.11 |
276 | 2023-12-06T00:52:50.394Z | + [[ 0 != 0 ]] |
277 | 2023-12-06T00:52:50.394Z | + configure_os solaris2.11 |
278 | 2023-12-06T00:52:50.394Z | + echo 'current directory: /work/oxidecomputer/omicron' |
279 | 2023-12-06T00:52:50.394Z | current directory: /work/oxidecomputer/omicron |
280 | 2023-12-06T00:52:50.394Z | configuring based on OS: "solaris2.11" |
281 | 2023-12-06T00:52:50.394Z | + echo 'configuring based on OS: "solaris2.11"' |
282 | 2023-12-06T00:52:50.394Z | + case "$1" in |
283 | 2023-12-06T00:52:50.394Z | + CIDL_BUILD=illumos |
284 | 2023-12-06T00:52:50.395Z | + CIDL_SUFFIX=tar.gz |
285 | 2023-12-06T00:52:50.395Z | + CIDL_MD5=d8999aff364e5d70f226e139fda724a3 |
286 | 2023-12-06T00:52:50.395Z | + CIDL_MD5FUNC=do_md5sum |
287 | 2023-12-06T00:52:50.395Z | + CIDL_URL_BASE=https://illumos.org/downloads |
288 | 2023-12-06T00:52:50.395Z | + CIDL_ASSEMBLE=do_assemble_illumos |
289 | 2023-12-06T00:52:50.395Z | + TARBALL_DIRNAME=cockroach-v22.1.9.illumos |
290 | 2023-12-06T00:52:50.395Z | + TARBALL_FILENAME=cockroach-v22.1.9.illumos.tar.gz |
291 | 2023-12-06T00:52:50.395Z | + TARBALL_FILE=out/downloads/cockroach-v22.1.9.illumos.tar.gz |
292 | 2023-12-06T00:52:50.395Z | + TARBALL_DIR=out/downloads/cockroach-v22.1.9.illumos |
293 | 2023-12-06T00:52:50.395Z | + CIDL_URL=https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz |
294 | 2023-12-06T00:52:50.395Z | + echo 'URL: https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz' |
295 | 2023-12-06T00:52:50.395Z | URL: https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz |
296 | 2023-12-06T00:52:50.395Z | + echo 'Local file: out/downloads/cockroach-v22.1.9.illumos.tar.gz' |
297 | 2023-12-06T00:52:50.395Z | + mkdir -p out/downloads |
298 | 2023-12-06T00:52:50.395Z | Local file: out/downloads/cockroach-v22.1.9.illumos.tar.gz |
299 | 2023-12-06T00:52:50.399Z | + mkdir -p ./out/cockroachdb |
300 | 2023-12-06T00:52:50.399Z | + local DO_DOWNLOAD=true |
301 | 2023-12-06T00:52:50.399Z | + [[ -f out/downloads/cockroach-v22.1.9.illumos.tar.gz ]] |
302 | 2023-12-06T00:52:50.399Z | + '[' true == true ']' |
303 | 2023-12-06T00:52:50.399Z | Downloading... |
304 | 2023-12-06T00:52:50.399Z | + echo Downloading... |
305 | 2023-12-06T00:52:50.399Z | + do_download_curl https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz out/downloads/cockroach-v22.1.9.illumos.tar.gz |
306 | 2023-12-06T00:52:50.399Z | + 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 |
307 | 2023-12-06T00:52:53.162Z | ++ do_md5sum out/downloads/cockroach-v22.1.9.illumos.tar.gz |
308 | 2023-12-06T00:52:53.166Z | ++ md5sum |
309 | 2023-12-06T00:52:53.166Z | ++ awk '{print $1}' |
310 | 2023-12-06T00:52:53.347Z | + calculated_md5=d8999aff364e5d70f226e139fda724a3 |
311 | 2023-12-06T00:52:53.347Z | + [[ 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 ]] |
312 | 2023-12-06T00:52:53.347Z | + do_untar out/downloads/cockroach-v22.1.9.illumos.tar.gz |
313 | 2023-12-06T00:52:53.347Z | + tar xzf out/downloads/cockroach-v22.1.9.illumos.tar.gz -C out/downloads |
314 | 2023-12-06T00:52:56.933Z | + do_assemble_illumos |
315 | 2023-12-06T00:52:56.933Z | + rm -r ./out/cockroachdb |
316 | 2023-12-06T00:52:56.936Z | + cp -r out/downloads/cockroach-v22.1.9 ./out/cockroachdb |
317 | 2023-12-06T00:52:57.576Z | + ./out/cockroachdb/bin/cockroach version |
318 | 2023-12-06T00:52:57.790Z | Build Tag: v22.1.9-dirty |
319 | 2023-12-06T00:52:57.790Z | Build Time: 2022/10/26 21:17:46 |
320 | 2023-12-06T00:52:57.790Z | Distribution: OSS |
321 | 2023-12-06T00:52:57.790Z | Platform: illumos amd64 (x86_64-pc-solaris2.11) |
322 | 2023-12-06T00:52:57.790Z | Go Version: go1.17.13 |
323 | 2023-12-06T00:52:57.790Z | C Compiler: gcc 10.3.0 |
324 | 2023-12-06T00:52:57.790Z | Build Commit ID: e438c2f89282e607e0e6ca1d38b2e0a622f94493 |
325 | 2023-12-06T00:52:57.790Z | Build Type: release |
326 | 2023-12-06T00:52:57.813Z | + set -o errexit |
327 | 2023-12-06T00:52:57.843Z | +++ dirname ./tools/ci_download_clickhouse |
328 | 2023-12-06T00:52:57.847Z | ++ cd ./tools |
329 | 2023-12-06T00:52:57.847Z | ++ pwd |
330 | 2023-12-06T00:52:57.847Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
331 | 2023-12-06T00:52:57.847Z | ++ basename ./tools/ci_download_clickhouse |
332 | 2023-12-06T00:52:57.847Z | + ARG0=ci_download_clickhouse |
333 | 2023-12-06T00:52:57.847Z | + TARGET_DIR=out |
334 | 2023-12-06T00:52:57.847Z | + DOWNLOAD_DIR=out/downloads |
335 | 2023-12-06T00:52:57.847Z | + DEST_DIR=./out/clickhouse |
336 | 2023-12-06T00:52:57.847Z | + CIDL_VERSION=v22.8.9.24 |
337 | 2023-12-06T00:52:57.847Z | + source /work/oxidecomputer/omicron/tools/clickhouse_checksums |
338 | 2023-12-06T00:52:57.848Z | ++ CIDL_MD5_DARWIN=20603974a929926591fca70ff1df0e45 |
339 | 2023-12-06T00:52:57.848Z | ++ CIDL_MD5_LINUX=ea909519bd9d989fd5d090fd9bdd42f1 |
340 | 2023-12-06T00:52:57.848Z | ++ CIDL_MD5_ILLUMOS=7702939ce5b4b51846a1ba39f1392306 |
341 | 2023-12-06T00:52:57.848Z | + CIDL_URL_BASE=https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com |
342 | 2023-12-06T00:52:57.848Z | + main |
343 | 2023-12-06T00:52:57.848Z | + [[ 0 != 0 ]] |
344 | 2023-12-06T00:52:57.848Z | + CIDL_OS=solaris2.11 |
345 | 2023-12-06T00:52:57.848Z | + [[ 0 != 0 ]] |
346 | 2023-12-06T00:52:57.848Z | + configure_os solaris2.11 |
347 | 2023-12-06T00:52:57.848Z | + echo 'current directory: /work/oxidecomputer/omicron' |
348 | 2023-12-06T00:52:57.848Z | current directory: /work/oxidecomputer/omicron |
349 | 2023-12-06T00:52:57.848Z | + echo 'configuring based on OS: "solaris2.11"' |
350 | 2023-12-06T00:52:57.848Z | + CIDL_DASHREV= |
351 | 2023-12-06T00:52:57.848Z | + case "$1" in |
352 | 2023-12-06T00:52:57.848Z | configuring based on OS: "solaris2.11" |
353 | 2023-12-06T00:52:57.848Z | + CIDL_PLATFORM=illumos |
354 | 2023-12-06T00:52:57.848Z | + CIDL_MD5=7702939ce5b4b51846a1ba39f1392306 |
355 | 2023-12-06T00:52:57.848Z | + CIDL_MD5FUNC=do_md5sum |
356 | 2023-12-06T00:52:57.848Z | + CIDL_DASHREV=-1 |
357 | 2023-12-06T00:52:57.848Z | + TARBALL_DIRNAME=clickhouse-v22.8.9.24 |
358 | 2023-12-06T00:52:57.848Z | + TARBALL_FILENAME=clickhouse-v22.8.9.24-1.illumos.tar.gz |
359 | 2023-12-06T00:52:57.848Z | + TARBALL_FILE=out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz |
360 | 2023-12-06T00:52:57.848Z | + CIDL_URL=https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz |
361 | 2023-12-06T00:52:57.848Z | + echo 'URL: https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz' |
362 | 2023-12-06T00:52:57.848Z | URL: https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz |
363 | 2023-12-06T00:52:57.849Z | Local file: out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz |
364 | 2023-12-06T00:52:57.849Z | + echo 'Local file: out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz' |
365 | 2023-12-06T00:52:57.849Z | + mkdir -p out/downloads |
366 | 2023-12-06T00:52:57.849Z | + mkdir -p ./out/clickhouse |
367 | 2023-12-06T00:52:57.849Z | + local DO_DOWNLOAD=true |
368 | 2023-12-06T00:52:57.849Z | + [[ -f out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz ]] |
369 | 2023-12-06T00:52:57.849Z | + '[' true == true ']' |
370 | 2023-12-06T00:52:57.849Z | + echo Downloading... |
371 | 2023-12-06T00:52:57.849Z | Downloading... |
372 | 2023-12-06T00:52:57.849Z | + 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 |
373 | 2023-12-06T00:52:57.849Z | + 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 |
374 | 2023-12-06T00:53:00.275Z | ++ do_md5sum out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz |
375 | 2023-12-06T00:53:00.278Z | ++ md5sum |
376 | 2023-12-06T00:53:00.279Z | ++ awk '{print $1}' |
377 | 2023-12-06T00:53:00.537Z | + calculated_md5=7702939ce5b4b51846a1ba39f1392306 |
378 | 2023-12-06T00:53:00.537Z | + [[ 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 ]] |
379 | 2023-12-06T00:53:00.537Z | + do_untar out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz ./out/clickhouse |
380 | 2023-12-06T00:53:00.541Z | + mkdir -p ./out/clickhouse |
381 | 2023-12-06T00:53:00.541Z | + tar xzf out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz -C ./out/clickhouse |
382 | 2023-12-06T00:53:05.596Z | + ./out/clickhouse/clickhouse server --version |
383 | 2023-12-06T00:53:05.647Z | ClickHouse server version 22.8.9.1. |
384 | 2023-12-06T00:53:05.669Z | + set -o errexit |
385 | 2023-12-06T00:53:05.672Z | +++ dirname ./tools/ci_download_console |
386 | 2023-12-06T00:53:05.676Z | ++ cd ./tools |
387 | 2023-12-06T00:53:05.676Z | ++ pwd |
388 | 2023-12-06T00:53:05.676Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
389 | 2023-12-06T00:53:05.676Z | ++ basename ./tools/ci_download_console |
390 | 2023-12-06T00:53:05.681Z | + ARG0=ci_download_console |
391 | 2023-12-06T00:53:05.681Z | + TARGET_DIR=out |
392 | 2023-12-06T00:53:05.681Z | + DOWNLOAD_DIR=out/downloads |
393 | 2023-12-06T00:53:05.681Z | + DEST_DIR=./out/console-assets |
394 | 2023-12-06T00:53:05.681Z | + source /work/oxidecomputer/omicron/tools/console_version |
395 | 2023-12-06T00:53:05.681Z | ++ COMMIT=ae8218df707360a902133f4a96b48a3b5a62a09e |
396 | 2023-12-06T00:53:05.681Z | ++ SHA2=ae35b991d3ff835a59b59126298790cb7431a282b25ba4add4e7fb6ea6b98989 |
397 | 2023-12-06T00:53:05.681Z | + URL=https://dl.oxide.computer/releases/console/ae8218df707360a902133f4a96b48a3b5a62a09e.tar.gz |
398 | 2023-12-06T00:53:05.681Z | + TARBALL_FILE=out/downloads/console.tar.gz |
399 | 2023-12-06T00:53:05.681Z | + main |
400 | 2023-12-06T00:53:05.681Z | + [[ 0 != 0 ]] |
401 | 2023-12-06T00:53:05.681Z | + echo 'URL: https://dl.oxide.computer/releases/console/ae8218df707360a902133f4a96b48a3b5a62a09e.tar.gz' |
402 | 2023-12-06T00:53:05.681Z | URL: https://dl.oxide.computer/releases/console/ae8218df707360a902133f4a96b48a3b5a62a09e.tar.gz |
403 | 2023-12-06T00:53:05.681Z | Local file: out/downloads/console.tar.gz |
404 | 2023-12-06T00:53:05.682Z | + echo 'Local file: out/downloads/console.tar.gz' |
405 | 2023-12-06T00:53:05.682Z | + local DO_DOWNLOAD=true |
406 | 2023-12-06T00:53:05.682Z | + [[ -f out/downloads/console.tar.gz ]] |
407 | 2023-12-06T00:53:05.682Z | + mkdir -p out/downloads |
408 | 2023-12-06T00:53:05.682Z | + '[' true == true ']' |
409 | 2023-12-06T00:53:05.682Z | + echo Downloading... |
410 | 2023-12-06T00:53:05.682Z | Downloading... |
411 | 2023-12-06T00:53:05.682Z | + do_download_curl https://dl.oxide.computer/releases/console/ae8218df707360a902133f4a96b48a3b5a62a09e.tar.gz out/downloads/console.tar.gz |
412 | 2023-12-06T00:53:05.682Z | + curl --silent --show-error --fail --location --output out/downloads/console.tar.gz https://dl.oxide.computer/releases/console/ae8218df707360a902133f4a96b48a3b5a62a09e.tar.gz |
413 | 2023-12-06T00:53:06.446Z | ++ do_sha256sum out/downloads/console.tar.gz |
414 | 2023-12-06T00:53:06.446Z | ++ case "$OSTYPE" in |
415 | 2023-12-06T00:53:06.446Z | ++ SHA=sha256sum |
416 | 2023-12-06T00:53:06.449Z | ++ sha256sum |
417 | 2023-12-06T00:53:06.449Z | ++ awk '{print $1}' |
418 | 2023-12-06T00:53:06.471Z | + calculated_sha2=ae35b991d3ff835a59b59126298790cb7431a282b25ba4add4e7fb6ea6b98989 |
419 | 2023-12-06T00:53:06.471Z | + [[ ae35b991d3ff835a59b59126298790cb7431a282b25ba4add4e7fb6ea6b98989 != \a\e\3\5\b\9\9\1\d\3\f\f\8\3\5\a\5\9\b\5\9\1\2\6\2\9\8\7\9\0\c\b\7\4\3\1\a\2\8\2\b\2\5\b\a\4\a\d\d\4\e\7\f\b\6\e\a\6\b\9\8\9\8\9 ]] |
420 | 2023-12-06T00:53:06.474Z | + rm -rf ./out/console-assets |
421 | 2023-12-06T00:53:06.474Z | + mkdir -p ./out/console-assets |
422 | 2023-12-06T00:53:06.477Z | + do_untar out/downloads/console.tar.gz ./out/console-assets |
423 | 2023-12-06T00:53:06.477Z | + mkdir -p ./out/console-assets |
424 | 2023-12-06T00:53:06.480Z | + tar xzf out/downloads/console.tar.gz -C ./out/console-assets |
425 | 2023-12-06T00:53:06.622Z | + set -o errexit |
426 | 2023-12-06T00:53:06.625Z | +++ dirname ./tools/ci_download_maghemite_openapi |
427 | 2023-12-06T00:53:06.629Z | ++ cd ./tools |
428 | 2023-12-06T00:53:06.629Z | ++ pwd |
429 | 2023-12-06T00:53:06.629Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
430 | 2023-12-06T00:53:06.629Z | ++ basename ./tools/ci_download_maghemite_openapi |
431 | 2023-12-06T00:53:06.633Z | + ARG0=ci_download_maghemite_openapi |
432 | 2023-12-06T00:53:06.633Z | + TARGET_DIR=out |
433 | 2023-12-06T00:53:06.634Z | + DOWNLOAD_DIR=out/downloads |
434 | 2023-12-06T00:53:06.634Z | + source /work/oxidecomputer/omicron/tools/maghemite_ddm_openapi_version |
435 | 2023-12-06T00:53:06.634Z | ++ COMMIT=579592bf474ec4b86805ada60c1b920b3beef5a7 |
436 | 2023-12-06T00:53:06.634Z | ++ SHA2=9737906555a60911636532f00f1dc2866dc7cd6553beb106e9e57beabad41cdf |
437 | 2023-12-06T00:53:06.634Z | + URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/579592bf474ec4b86805ada60c1b920b3beef5a7/ddm-admin.json |
438 | 2023-12-06T00:53:06.634Z | + LOCAL_FILE=out/downloads/ddm-admin-579592bf474ec4b86805ada60c1b920b3beef5a7.json |
439 | 2023-12-06T00:53:06.634Z | + main |
440 | 2023-12-06T00:53:06.634Z | + [[ 0 != 0 ]] |
441 | 2023-12-06T00:53:06.634Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/579592bf474ec4b86805ada60c1b920b3beef5a7/ddm-admin.json' |
442 | 2023-12-06T00:53:06.634Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/579592bf474ec4b86805ada60c1b920b3beef5a7/ddm-admin.json |
443 | 2023-12-06T00:53:06.634Z | + echo 'Local file: out/downloads/ddm-admin-579592bf474ec4b86805ada60c1b920b3beef5a7.json' |
444 | 2023-12-06T00:53:06.634Z | Local file: out/downloads/ddm-admin-579592bf474ec4b86805ada60c1b920b3beef5a7.json |
445 | 2023-12-06T00:53:06.634Z | + local DO_DOWNLOAD=true |
446 | 2023-12-06T00:53:06.634Z | + [[ -f out/downloads/ddm-admin-579592bf474ec4b86805ada60c1b920b3beef5a7.json ]] |
447 | 2023-12-06T00:53:06.634Z | + mkdir -p out/downloads |
448 | 2023-12-06T00:53:06.640Z | + '[' true == true ']' |
449 | 2023-12-06T00:53:06.641Z | Downloading... |
450 | 2023-12-06T00:53:06.641Z | + echo Downloading... |
451 | 2023-12-06T00:53:06.641Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/579592bf474ec4b86805ada60c1b920b3beef5a7/ddm-admin.json out/downloads/ddm-admin-579592bf474ec4b86805ada60c1b920b3beef5a7.json |
452 | 2023-12-06T00:53:06.641Z | + curl --silent --show-error --fail --location --output out/downloads/ddm-admin-579592bf474ec4b86805ada60c1b920b3beef5a7.json https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/579592bf474ec4b86805ada60c1b920b3beef5a7/ddm-admin.json |
453 | 2023-12-06T00:53:06.872Z | ++ do_sha256sum out/downloads/ddm-admin-579592bf474ec4b86805ada60c1b920b3beef5a7.json |
454 | 2023-12-06T00:53:06.872Z | ++ case "$OSTYPE" in |
455 | 2023-12-06T00:53:06.876Z | ++ SHA=sha256sum |
456 | 2023-12-06T00:53:06.876Z | ++ sha256sum |
457 | 2023-12-06T00:53:06.876Z | ++ awk '{print $1}' |
458 | 2023-12-06T00:53:06.879Z | + calculated_sha2=9737906555a60911636532f00f1dc2866dc7cd6553beb106e9e57beabad41cdf |
459 | 2023-12-06T00:53:06.879Z | + [[ 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 ]] |
460 | 2023-12-06T00:53:06.879Z | + source /work/oxidecomputer/omicron/tools/maghemite_mg_openapi_version |
461 | 2023-12-06T00:53:06.879Z | ++ COMMIT=579592bf474ec4b86805ada60c1b920b3beef5a7 |
462 | 2023-12-06T00:53:06.879Z | ++ SHA2=6c1fab8d5028b52a161d8bf02aae47844699cdc5f7b28e1ac519fc4ec1ab3971 |
463 | 2023-12-06T00:53:06.879Z | + URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/579592bf474ec4b86805ada60c1b920b3beef5a7/mg-admin.json |
464 | 2023-12-06T00:53:06.880Z | + LOCAL_FILE=out/downloads/mg-admin-579592bf474ec4b86805ada60c1b920b3beef5a7.json |
465 | 2023-12-06T00:53:06.880Z | + main |
466 | 2023-12-06T00:53:06.880Z | + [[ 0 != 0 ]] |
467 | 2023-12-06T00:53:06.880Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/579592bf474ec4b86805ada60c1b920b3beef5a7/mg-admin.json' |
468 | 2023-12-06T00:53:06.880Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/579592bf474ec4b86805ada60c1b920b3beef5a7/mg-admin.json |
469 | 2023-12-06T00:53:06.880Z | + echo 'Local file: out/downloads/mg-admin-579592bf474ec4b86805ada60c1b920b3beef5a7.json' |
470 | 2023-12-06T00:53:06.880Z | Local file: out/downloads/mg-admin-579592bf474ec4b86805ada60c1b920b3beef5a7.json |
471 | 2023-12-06T00:53:06.880Z | + local DO_DOWNLOAD=true |
472 | 2023-12-06T00:53:06.880Z | + [[ -f out/downloads/mg-admin-579592bf474ec4b86805ada60c1b920b3beef5a7.json ]] |
473 | 2023-12-06T00:53:06.880Z | + mkdir -p out/downloads |
474 | 2023-12-06T00:53:06.883Z | + '[' true == true ']' |
475 | 2023-12-06T00:53:06.883Z | + echo Downloading... |
476 | 2023-12-06T00:53:06.883Z | Downloading... |
477 | 2023-12-06T00:53:06.883Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/579592bf474ec4b86805ada60c1b920b3beef5a7/mg-admin.json out/downloads/mg-admin-579592bf474ec4b86805ada60c1b920b3beef5a7.json |
478 | 2023-12-06T00:53:06.884Z | + curl --silent --show-error --fail --location --output out/downloads/mg-admin-579592bf474ec4b86805ada60c1b920b3beef5a7.json https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/579592bf474ec4b86805ada60c1b920b3beef5a7/mg-admin.json |
479 | 2023-12-06T00:53:07.028Z | ++ do_sha256sum out/downloads/mg-admin-579592bf474ec4b86805ada60c1b920b3beef5a7.json |
480 | 2023-12-06T00:53:07.032Z | ++ case "$OSTYPE" in |
481 | 2023-12-06T00:53:07.032Z | ++ SHA=sha256sum |
482 | 2023-12-06T00:53:07.032Z | ++ sha256sum |
483 | 2023-12-06T00:53:07.032Z | ++ awk '{print $1}' |
484 | 2023-12-06T00:53:07.036Z | + calculated_sha2=6c1fab8d5028b52a161d8bf02aae47844699cdc5f7b28e1ac519fc4ec1ab3971 |
485 | 2023-12-06T00:53:07.036Z | + [[ 6c1fab8d5028b52a161d8bf02aae47844699cdc5f7b28e1ac519fc4ec1ab3971 != \6\c\1\f\a\b\8\d\5\0\2\8\b\5\2\a\1\6\1\d\8\b\f\0\2\a\a\e\4\7\8\4\4\6\9\9\c\d\c\5\f\7\b\2\8\e\1\a\c\5\1\9\f\c\4\e\c\1\a\b\3\9\7\1 ]] |
486 | 2023-12-06T00:53:07.043Z | + set -o errexit |
487 | 2023-12-06T00:53:07.049Z | +++ dirname ./tools/ci_download_dendrite_openapi |
488 | 2023-12-06T00:53:07.053Z | ++ cd ./tools |
489 | 2023-12-06T00:53:07.053Z | ++ pwd |
490 | 2023-12-06T00:53:07.053Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
491 | 2023-12-06T00:53:07.053Z | ++ basename ./tools/ci_download_dendrite_openapi |
492 | 2023-12-06T00:53:07.053Z | + ARG0=ci_download_dendrite_openapi |
493 | 2023-12-06T00:53:07.053Z | + TARGET_DIR=out |
494 | 2023-12-06T00:53:07.053Z | + DOWNLOAD_DIR=out/downloads |
495 | 2023-12-06T00:53:07.053Z | + source /work/oxidecomputer/omicron/tools/dendrite_openapi_version |
496 | 2023-12-06T00:53:07.053Z | ++ COMMIT=2af6adea85c62ac37e451148b84e5eb0ef005f36 |
497 | 2023-12-06T00:53:07.053Z | ++ SHA2=07d115bfa8498a8015ca2a8447efeeac32e24aeb25baf3d5e2313216e11293c0 |
498 | 2023-12-06T00:53:07.053Z | + URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/2af6adea85c62ac37e451148b84e5eb0ef005f36/dpd.json |
499 | 2023-12-06T00:53:07.053Z | + LOCAL_FILE=out/downloads/dpd-2af6adea85c62ac37e451148b84e5eb0ef005f36.json |
500 | 2023-12-06T00:53:07.053Z | + main |
501 | 2023-12-06T00:53:07.053Z | + [[ 0 != 0 ]] |
502 | 2023-12-06T00:53:07.053Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/2af6adea85c62ac37e451148b84e5eb0ef005f36/dpd.json' |
503 | 2023-12-06T00:53:07.053Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/2af6adea85c62ac37e451148b84e5eb0ef005f36/dpd.json |
504 | 2023-12-06T00:53:07.053Z | Local file: out/downloads/dpd-2af6adea85c62ac37e451148b84e5eb0ef005f36.json |
505 | 2023-12-06T00:53:07.053Z | + echo 'Local file: out/downloads/dpd-2af6adea85c62ac37e451148b84e5eb0ef005f36.json' |
506 | 2023-12-06T00:53:07.053Z | + local DO_DOWNLOAD=true |
507 | 2023-12-06T00:53:07.053Z | + [[ -f out/downloads/dpd-2af6adea85c62ac37e451148b84e5eb0ef005f36.json ]] |
508 | 2023-12-06T00:53:07.054Z | + mkdir -p out/downloads |
509 | 2023-12-06T00:53:07.057Z | + '[' true == true ']' |
510 | 2023-12-06T00:53:07.057Z | + echo Downloading... |
511 | 2023-12-06T00:53:07.057Z | Downloading... |
512 | 2023-12-06T00:53:07.057Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/2af6adea85c62ac37e451148b84e5eb0ef005f36/dpd.json out/downloads/dpd-2af6adea85c62ac37e451148b84e5eb0ef005f36.json |
513 | 2023-12-06T00:53:07.057Z | + curl --silent --show-error --fail --location --output out/downloads/dpd-2af6adea85c62ac37e451148b84e5eb0ef005f36.json https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/2af6adea85c62ac37e451148b84e5eb0ef005f36/dpd.json |
514 | 2023-12-06T00:53:07.249Z | ++ do_sha256sum out/downloads/dpd-2af6adea85c62ac37e451148b84e5eb0ef005f36.json |
515 | 2023-12-06T00:53:07.249Z | ++ case "$OSTYPE" in |
516 | 2023-12-06T00:53:07.249Z | ++ SHA=sha256sum |
517 | 2023-12-06T00:53:07.253Z | ++ sha256sum |
518 | 2023-12-06T00:53:07.253Z | ++ awk '{print $1}' |
519 | 2023-12-06T00:53:07.262Z | + calculated_sha2=07d115bfa8498a8015ca2a8447efeeac32e24aeb25baf3d5e2313216e11293c0 |
520 | 2023-12-06T00:53:07.262Z | + [[ 07d115bfa8498a8015ca2a8447efeeac32e24aeb25baf3d5e2313216e11293c0 != \0\7\d\1\1\5\b\f\a\8\4\9\8\a\8\0\1\5\c\a\2\a\8\4\4\7\e\f\e\e\a\c\3\2\e\2\4\a\e\b\2\5\b\a\f\3\d\5\e\2\3\1\3\2\1\6\e\1\1\2\9\3\c\0 ]] |
521 | 2023-12-06T00:53:07.272Z | + set -o errexit |
522 | 2023-12-06T00:53:07.273Z | +++ dirname ./tools/ci_download_dendrite_stub |
523 | 2023-12-06T00:53:07.280Z | ++ cd ./tools |
524 | 2023-12-06T00:53:07.280Z | ++ pwd |
525 | 2023-12-06T00:53:07.280Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
526 | 2023-12-06T00:53:07.280Z | ++ basename ./tools/ci_download_dendrite_stub |
527 | 2023-12-06T00:53:07.281Z | + ARG0=ci_download_dendrite_stub |
528 | 2023-12-06T00:53:07.281Z | + source /work/oxidecomputer/omicron/tools/dendrite_stub_checksums |
529 | 2023-12-06T00:53:07.281Z | ++ CIDL_SHA256_ILLUMOS=dc93b671cce54e83ed55faaa267f81ba9e65abcd6714aa559d68a8783d73b1c1 |
530 | 2023-12-06T00:53:07.281Z | ++ CIDL_SHA256_LINUX_DPD=b13b391a085ba6bf16fdd99774f64c9d53cd7220ad518d5839c8558fb925c40c |
531 | 2023-12-06T00:53:07.281Z | ++ CIDL_SHA256_LINUX_SWADM=6bfa4e367eb2b0be89f1588ac458026a186314597a4feb9fee6cea60101c7ebe |
532 | 2023-12-06T00:53:07.281Z | + source /work/oxidecomputer/omicron/tools/dendrite_openapi_version |
533 | 2023-12-06T00:53:07.281Z | ++ COMMIT=2af6adea85c62ac37e451148b84e5eb0ef005f36 |
534 | 2023-12-06T00:53:07.281Z | ++ SHA2=07d115bfa8498a8015ca2a8447efeeac32e24aeb25baf3d5e2313216e11293c0 |
535 | 2023-12-06T00:53:07.281Z | + TARGET_DIR=out |
536 | 2023-12-06T00:53:07.281Z | + DOWNLOAD_DIR=out/downloads |
537 | 2023-12-06T00:53:07.281Z | + DEST_DIR=./out/dendrite-stub |
538 | 2023-12-06T00:53:07.281Z | + BIN_DIR=./out/dendrite-stub/root/opt/oxide/dendrite/bin |
539 | 2023-12-06T00:53:07.282Z | + ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file |
540 | 2023-12-06T00:53:07.282Z | + REPO=oxidecomputer/dendrite |
541 | 2023-12-06T00:53:07.282Z | + PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/2af6adea85c62ac37e451148b84e5eb0ef005f36 |
542 | 2023-12-06T00:53:07.282Z | + main |
543 | 2023-12-06T00:53:07.282Z | + [[ 0 != 0 ]] |
544 | 2023-12-06T00:53:07.282Z | + CIDL_OS=solaris2.11 |
545 | 2023-12-06T00:53:07.282Z | + [[ 0 != 0 ]] |
546 | 2023-12-06T00:53:07.282Z | + configure_os solaris2.11 |
547 | 2023-12-06T00:53:07.282Z | + echo 'current directory: /work/oxidecomputer/omicron' |
548 | 2023-12-06T00:53:07.282Z | current directory: /work/oxidecomputer/omicron |
549 | 2023-12-06T00:53:07.282Z | + echo 'configuring based on OS: "solaris2.11"' |
550 | 2023-12-06T00:53:07.282Z | configuring based on OS: "solaris2.11" |
551 | 2023-12-06T00:53:07.282Z | + case "$1" in |
552 | 2023-12-06T00:53:07.283Z | + SET_BINARIES= |
553 | 2023-12-06T00:53:07.283Z | + CIDL_SHA256=dc93b671cce54e83ed55faaa267f81ba9e65abcd6714aa559d68a8783d73b1c1 |
554 | 2023-12-06T00:53:07.283Z | + CIDL_SHA256FUNC=do_sha256sum |
555 | 2023-12-06T00:53:07.283Z | + TARBALL_FILENAME=dendrite-stub.tar.gz |
556 | 2023-12-06T00:53:07.283Z | + PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/2af6adea85c62ac37e451148b84e5eb0ef005f36/dendrite-stub.tar.gz |
557 | 2023-12-06T00:53:07.283Z | + TARBALL_FILE=out/downloads/dendrite-stub.tar.gz |
558 | 2023-12-06T00:53:07.283Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/2af6adea85c62ac37e451148b84e5eb0ef005f36/dendrite-stub.tar.gz' |
559 | 2023-12-06T00:53:07.283Z | + echo 'Local file: out/downloads/dendrite-stub.tar.gz' |
560 | 2023-12-06T00:53:07.283Z | + mkdir -p out/downloads |
561 | 2023-12-06T00:53:07.283Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/2af6adea85c62ac37e451148b84e5eb0ef005f36/dendrite-stub.tar.gz |
562 | 2023-12-06T00:53:07.283Z | Local file: out/downloads/dendrite-stub.tar.gz |
563 | 2023-12-06T00:53:07.283Z | + mkdir -p ./out/dendrite-stub |
564 | 2023-12-06T00:53:07.288Z | + fetch_and_verify |
565 | 2023-12-06T00:53:07.288Z | + local DO_DOWNLOAD=true |
566 | 2023-12-06T00:53:07.288Z | + [[ -f out/downloads/dendrite-stub.tar.gz ]] |
567 | 2023-12-06T00:53:07.288Z | + '[' true == true ']' |
568 | 2023-12-06T00:53:07.288Z | + echo Downloading... |
569 | 2023-12-06T00:53:07.288Z | Downloading... |
570 | 2023-12-06T00:53:07.288Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/2af6adea85c62ac37e451148b84e5eb0ef005f36/dendrite-stub.tar.gz out/downloads/dendrite-stub.tar.gz |
571 | 2023-12-06T00:53:07.288Z | + curl --silent --show-error --fail --location --output out/downloads/dendrite-stub.tar.gz https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/2af6adea85c62ac37e451148b84e5eb0ef005f36/dendrite-stub.tar.gz |
572 | 2023-12-06T00:53:12.318Z | ++ do_sha256sum out/downloads/dendrite-stub.tar.gz |
573 | 2023-12-06T00:53:12.322Z | ++ sha256sum |
574 | 2023-12-06T00:53:12.322Z | ++ awk '{print $1}' |
575 | 2023-12-06T00:53:12.392Z | + calculated_sha256=dc93b671cce54e83ed55faaa267f81ba9e65abcd6714aa559d68a8783d73b1c1 |
576 | 2023-12-06T00:53:12.393Z | + [[ dc93b671cce54e83ed55faaa267f81ba9e65abcd6714aa559d68a8783d73b1c1 != \d\c\9\3\b\6\7\1\c\c\e\5\4\e\8\3\e\d\5\5\f\a\a\a\2\6\7\f\8\1\b\a\9\e\6\5\a\b\c\d\6\7\1\4\a\a\5\5\9\d\6\8\a\8\7\8\3\d\7\3\b\1\c\1 ]] |
577 | 2023-12-06T00:53:12.396Z | + do_untar out/downloads/dendrite-stub.tar.gz |
578 | 2023-12-06T00:53:12.396Z | + tar xzf out/downloads/dendrite-stub.tar.gz -C out/downloads |
579 | 2023-12-06T00:53:13.448Z | + do_assemble |
580 | 2023-12-06T00:53:13.448Z | + rm -r ./out/dendrite-stub |
581 | 2023-12-06T00:53:13.455Z | + mkdir ./out/dendrite-stub |
582 | 2023-12-06T00:53:13.455Z | + cp -r out/downloads/root ./out/dendrite-stub/root |
583 | 2023-12-06T00:53:13.597Z | + ln -s /work/oxidecomputer/omicron/out/dendrite-stub/root/opt/oxide/dendrite/bin/ /work/oxidecomputer/omicron/out/dendrite-stub/bin |
584 | 2023-12-06T00:53:14.025Z | + set -o errexit |
585 | 2023-12-06T00:53:14.025Z | +++ dirname ./tools/ci_download_maghemite_mgd |
586 | 2023-12-06T00:53:14.025Z | ++ cd ./tools |
587 | 2023-12-06T00:53:14.025Z | ++ pwd |
588 | 2023-12-06T00:53:14.025Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
589 | 2023-12-06T00:53:14.025Z | ++ basename ./tools/ci_download_maghemite_mgd |
590 | 2023-12-06T00:53:14.025Z | + ARG0=ci_download_maghemite_mgd |
591 | 2023-12-06T00:53:14.025Z | + source /work/oxidecomputer/omicron/tools/maghemite_mgd_checksums |
592 | 2023-12-06T00:53:14.025Z | ++ CIDL_SHA256=82aa1ca1d7701b2221c442d58f912be59798258d574effcb866ffab22753cf38 |
593 | 2023-12-06T00:53:14.025Z | ++ MGD_LINUX_SHA256=81231b30872fa1c581aa22c101f32d11f33f335758ac1fd2653436fbc7aab93f |
594 | 2023-12-06T00:53:14.026Z | + source /work/oxidecomputer/omicron/tools/maghemite_mg_openapi_version |
595 | 2023-12-06T00:53:14.026Z | ++ COMMIT=579592bf474ec4b86805ada60c1b920b3beef5a7 |
596 | 2023-12-06T00:53:14.026Z | ++ SHA2=6c1fab8d5028b52a161d8bf02aae47844699cdc5f7b28e1ac519fc4ec1ab3971 |
597 | 2023-12-06T00:53:14.026Z | + TARGET_DIR=out |
598 | 2023-12-06T00:53:14.026Z | + DOWNLOAD_DIR=out/downloads |
599 | 2023-12-06T00:53:14.026Z | + DEST_DIR=./out/mgd |
600 | 2023-12-06T00:53:14.026Z | + BIN_DIR=./out/mgd/root/opt/oxide/mgd/bin |
601 | 2023-12-06T00:53:14.026Z | + ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file |
602 | 2023-12-06T00:53:14.026Z | + REPO=oxidecomputer/maghemite |
603 | 2023-12-06T00:53:14.026Z | + PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/579592bf474ec4b86805ada60c1b920b3beef5a7 |
604 | 2023-12-06T00:53:14.026Z | + main |
605 | 2023-12-06T00:53:14.026Z | + [[ 0 != 0 ]] |
606 | 2023-12-06T00:53:14.026Z | + CIDL_OS=solaris2.11 |
607 | 2023-12-06T00:53:14.026Z | + [[ 0 != 0 ]] |
608 | 2023-12-06T00:53:14.026Z | + configure_os solaris2.11 |
609 | 2023-12-06T00:53:14.034Z | + echo 'current directory: /work/oxidecomputer/omicron' |
610 | 2023-12-06T00:53:14.034Z | current directory: /work/oxidecomputer/omicron |
611 | 2023-12-06T00:53:14.034Z | + echo 'configuring based on OS: "solaris2.11"' |
612 | 2023-12-06T00:53:14.034Z | + case "$1" in |
613 | 2023-12-06T00:53:14.034Z | configuring based on OS: "solaris2.11" |
614 | 2023-12-06T00:53:14.034Z | + SET_BINARIES= |
615 | 2023-12-06T00:53:14.034Z | + CIDL_SHA256FUNC=do_sha256sum |
616 | 2023-12-06T00:53:14.034Z | + TARBALL_FILENAME=mgd.tar.gz |
617 | 2023-12-06T00:53:14.035Z | + PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/579592bf474ec4b86805ada60c1b920b3beef5a7/mgd.tar.gz |
618 | 2023-12-06T00:53:14.035Z | + TARBALL_FILE=out/downloads/mgd.tar.gz |
619 | 2023-12-06T00:53:14.035Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/579592bf474ec4b86805ada60c1b920b3beef5a7/mgd.tar.gz' |
620 | 2023-12-06T00:53:14.035Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/579592bf474ec4b86805ada60c1b920b3beef5a7/mgd.tar.gz |
621 | 2023-12-06T00:53:14.035Z | + echo 'Local file: out/downloads/mgd.tar.gz' |
622 | 2023-12-06T00:53:14.035Z | Local file: out/downloads/mgd.tar.gz |
623 | 2023-12-06T00:53:14.035Z | + mkdir -p out/downloads |
624 | 2023-12-06T00:53:14.035Z | + mkdir -p ./out/mgd |
625 | 2023-12-06T00:53:14.035Z | + fetch_and_verify |
626 | 2023-12-06T00:53:14.035Z | + local DO_DOWNLOAD=true |
627 | 2023-12-06T00:53:14.035Z | + [[ -f out/downloads/mgd.tar.gz ]] |
628 | 2023-12-06T00:53:14.035Z | + '[' true == true ']' |
629 | 2023-12-06T00:53:14.035Z | + echo Downloading... |
630 | 2023-12-06T00:53:14.036Z | Downloading... |
631 | 2023-12-06T00:53:14.036Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/579592bf474ec4b86805ada60c1b920b3beef5a7/mgd.tar.gz out/downloads/mgd.tar.gz |
632 | 2023-12-06T00:53:14.036Z | + curl --silent --show-error --fail --location --output out/downloads/mgd.tar.gz https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/579592bf474ec4b86805ada60c1b920b3beef5a7/mgd.tar.gz |
633 | 2023-12-06T00:53:19.254Z | ++ do_sha256sum out/downloads/mgd.tar.gz |
634 | 2023-12-06T00:53:19.264Z | ++ sha256sum |
635 | 2023-12-06T00:53:19.265Z | ++ awk '{print $1}' |
636 | 2023-12-06T00:53:19.332Z | + calculated_sha256=82aa1ca1d7701b2221c442d58f912be59798258d574effcb866ffab22753cf38 |
637 | 2023-12-06T00:53:19.332Z | + [[ 82aa1ca1d7701b2221c442d58f912be59798258d574effcb866ffab22753cf38 != \8\2\a\a\1\c\a\1\d\7\7\0\1\b\2\2\2\1\c\4\4\2\d\5\8\f\9\1\2\b\e\5\9\7\9\8\2\5\8\d\5\7\4\e\f\f\c\b\8\6\6\f\f\a\b\2\2\7\5\3\c\f\3\8 ]] |
638 | 2023-12-06T00:53:19.341Z | + do_untar out/downloads/mgd.tar.gz |
639 | 2023-12-06T00:53:19.341Z | + tar xzf out/downloads/mgd.tar.gz -C out/downloads |
640 | 2023-12-06T00:53:20.013Z | + do_assemble |
641 | 2023-12-06T00:53:20.013Z | + rm -r ./out/mgd |
642 | 2023-12-06T00:53:20.022Z | + mkdir ./out/mgd |
643 | 2023-12-06T00:53:20.022Z | + cp -r out/downloads/root ./out/mgd/root |
644 | 2023-12-06T00:53:20.233Z | + set -o errexit |
645 | 2023-12-06T00:53:20.236Z | +++ dirname ./tools/ci_download_transceiver_control |
646 | 2023-12-06T00:53:20.236Z | ++ cd ./tools |
647 | 2023-12-06T00:53:20.240Z | ++ pwd |
648 | 2023-12-06T00:53:20.240Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
649 | 2023-12-06T00:53:20.240Z | ++ basename ./tools/ci_download_transceiver_control |
650 | 2023-12-06T00:53:20.244Z | + ARG0=ci_download_transceiver_control |
651 | 2023-12-06T00:53:20.244Z | + source /work/oxidecomputer/omicron/tools/transceiver_control_version |
652 | 2023-12-06T00:53:20.244Z | ++ COMMIT=8813cf996f37a6c43e7b83d6084f88c5f0f0430a |
653 | 2023-12-06T00:53:20.244Z | ++ CIDL_SHA256_ILLUMOS=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1 |
654 | 2023-12-06T00:53:20.244Z | + TARGET_DIR=out |
655 | 2023-12-06T00:53:20.244Z | + DOWNLOAD_DIR=out/downloads |
656 | 2023-12-06T00:53:20.244Z | + DEST_DIR=./out/transceiver-control |
657 | 2023-12-06T00:53:20.244Z | + BIN_DIR=/opt/oxide/bin |
658 | 2023-12-06T00:53:20.244Z | + BINARY=xcvradm |
659 | 2023-12-06T00:53:20.244Z | + ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file |
660 | 2023-12-06T00:53:20.244Z | + REPO=oxidecomputer/transceiver-control |
661 | 2023-12-06T00:53:20.244Z | + PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a |
662 | 2023-12-06T00:53:20.245Z | + main |
663 | 2023-12-06T00:53:20.245Z | + [[ 0 != 0 ]] |
664 | 2023-12-06T00:53:20.245Z | + CIDL_OS=solaris2.11 |
665 | 2023-12-06T00:53:20.245Z | + [[ 0 != 0 ]] |
666 | 2023-12-06T00:53:20.245Z | + configure_os solaris2.11 |
667 | 2023-12-06T00:53:20.245Z | + echo 'current directory: /work/oxidecomputer/omicron' |
668 | 2023-12-06T00:53:20.245Z | current directory: /work/oxidecomputer/omicron |
669 | 2023-12-06T00:53:20.245Z | + echo 'configuring based on OS: "solaris2.11"' |
670 | 2023-12-06T00:53:20.245Z | configuring based on OS: "solaris2.11" |
671 | 2023-12-06T00:53:20.245Z | + case "$1" in |
672 | 2023-12-06T00:53:20.245Z | + SET_BINARIES= |
673 | 2023-12-06T00:53:20.245Z | + CIDL_SHA256=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1 |
674 | 2023-12-06T00:53:20.245Z | + CIDL_SHA256FUNC=do_sha256sum |
675 | 2023-12-06T00:53:20.245Z | + ARCHIVE_FILENAME=xcvradm.gz |
676 | 2023-12-06T00:53:20.245Z | + PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz |
677 | 2023-12-06T00:53:20.245Z | + ARCHIVE_FILE=out/downloads/xcvradm.gz |
678 | 2023-12-06T00:53:20.245Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz' |
679 | 2023-12-06T00:53:20.245Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz |
680 | 2023-12-06T00:53:20.245Z | Local file: out/downloads/xcvradm.gz |
681 | 2023-12-06T00:53:20.245Z | + echo 'Local file: out/downloads/xcvradm.gz' |
682 | 2023-12-06T00:53:20.245Z | + mkdir -p out/downloads |
683 | 2023-12-06T00:53:20.249Z | + mkdir -p ./out/transceiver-control |
684 | 2023-12-06T00:53:20.249Z | + fetch_and_verify |
685 | 2023-12-06T00:53:20.249Z | + local DO_DOWNLOAD=true |
686 | 2023-12-06T00:53:20.249Z | + [[ -f out/downloads/xcvradm.gz ]] |
687 | 2023-12-06T00:53:20.249Z | + '[' true == true ']' |
688 | 2023-12-06T00:53:20.249Z | + echo Downloading... |
689 | 2023-12-06T00:53:20.249Z | Downloading... |
690 | 2023-12-06T00:53:20.249Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz out/downloads/xcvradm.gz |
691 | 2023-12-06T00:53:20.249Z | + 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 |
692 | 2023-12-06T00:53:22.257Z | ++ do_sha256sum out/downloads/xcvradm.gz |
693 | 2023-12-06T00:53:22.260Z | ++ sha256sum |
694 | 2023-12-06T00:53:22.260Z | ++ awk '{print $1}' |
695 | 2023-12-06T00:53:22.282Z | + calculated_sha256=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1 |
696 | 2023-12-06T00:53:22.282Z | + [[ 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 ]] |
697 | 2023-12-06T00:53:22.285Z | + do_unpack out/downloads/xcvradm.gz |
698 | 2023-12-06T00:53:22.285Z | + mkdir -p out/downloads/root//opt/oxide/bin |
699 | 2023-12-06T00:53:22.285Z | + gzip -dc out/downloads/xcvradm.gz |
700 | 2023-12-06T00:53:22.471Z | + chmod +x out/downloads/root//opt/oxide/bin/xcvradm |
701 | 2023-12-06T00:53:22.481Z | + do_assemble |
702 | 2023-12-06T00:53:22.482Z | + rm -r ./out/transceiver-control |
703 | 2023-12-06T00:53:22.482Z | + mkdir ./out/transceiver-control |
704 | 2023-12-06T00:53:22.483Z | + cp -r out/downloads/root ./out/transceiver-control/root |
705 | 2023-12-06T00:53:22.733Z | All builder prerequisites installed successfully, and PATH looks valid |
706 | 2023-12-06T00:53:22.737Z | |
707 | 2023-12-06T00:53:22.737Z | real 2:02.391979303 |
708 | 2023-12-06T00:53:22.737Z | user 53.713339609 |
709 | 2023-12-06T00:53:22.737Z | sys 10.507597619 |
710 | 2023-12-06T00:53:22.737Z | trap 0.024106415 |
711 | 2023-12-06T00:53:22.737Z | tflt 0.297217482 |
712 | 2023-12-06T00:53:22.737Z | dflt 0.873918150 |
713 | 2023-12-06T00:53:22.737Z | kflt 0.281466681 |
714 | 2023-12-06T00:53:22.737Z | lock 1.697903603 |
715 | 2023-12-06T00:53:22.737Z | slp 3:39.842674755 |
716 | 2023-12-06T00:53:22.738Z | lat 4.297358132 |
717 | 2023-12-06T00:53:22.738Z | stop 0.069188086 |
718 | 2023-12-06T00:53:22.741Z | |
719 | 2023-12-06T00:53:22.741Z | #### # # ##### ##### # # |
720 | 2023-12-06T00:53:22.741Z | # # # # # # # # # # |
721 | 2023-12-06T00:53:22.741Z | # # # # # # # # |
722 | 2023-12-06T00:53:22.741Z | # # # ##### ##### # |
723 | 2023-12-06T00:53:22.742Z | # # # # # # # |
724 | 2023-12-06T00:53:22.742Z | #### ###### # # # # |
725 | 2023-12-06T00:53:22.742Z | |
726 | 2023-12-06T00:53:23.085Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
727 | 2023-12-06T00:53:23.491Z | Updating crates.io index |
728 | 2023-12-06T00:53:23.551Z | Updating git repository `https://github.com/oxidecomputer/dropshot` |
729 | 2023-12-06T00:53:24.409Z | Updating git repository `https://github.com/oxidecomputer/progenitor` |
730 | 2023-12-06T00:53:26.158Z | Updating git repository `http://github.com/oxidecomputer/serde_human_bytes` |
731 | 2023-12-06T00:53:26.786Z | Updating git repository `http://github.com/oxidecomputer/tofino` |
732 | 2023-12-06T00:53:27.244Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
733 | 2023-12-06T00:53:27.550Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
734 | 2023-12-06T00:53:27.842Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
735 | 2023-12-06T00:53:28.950Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
736 | 2023-12-06T00:53:31.226Z | Updating git repository `https://github.com/oxidecomputer/opte` |
737 | 2023-12-06T00:53:32.325Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
738 | 2023-12-06T00:53:32.801Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
739 | 2023-12-06T00:53:33.433Z | Updating git repository `https://github.com/oxidecomputer/async-bb8-diesel` |
740 | 2023-12-06T00:53:33.796Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
741 | 2023-12-06T00:53:34.189Z | Updating git repository `http://github.com/oxidecomputer/sprockets` |
742 | 2023-12-06T00:53:34.636Z | Updating git repository `https://github.com/oxidecomputer/diesel-dtrace` |
743 | 2023-12-06T00:53:34.963Z | Updating git repository `https://github.com/njaremko/samael` |
744 | 2023-12-06T00:53:35.556Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
745 | 2023-12-06T00:53:36.151Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
746 | 2023-12-06T00:53:36.516Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
747 | 2023-12-06T00:53:36.906Z | Updating git repository `https://github.com/jgallagher/nix` |
748 | 2023-12-06T00:53:38.217Z | Updating git repository `https://github.com/cbiffle/hubpack` |
749 | 2023-12-06T00:53:38.696Z | Updating git repository `https://github.com/oxidecomputer/typify` |
750 | 2023-12-06T00:53:39.657Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
751 | 2023-12-06T00:53:40.085Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
752 | 2023-12-06T00:53:40.400Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
753 | 2023-12-06T00:53:41.919Z | Downloading crates ... |
754 | 2023-12-06T00:53:42.089Z | Downloaded ryu v1.0.15 |
755 | 2023-12-06T00:53:42.096Z | Downloaded anstyle-query v1.0.0 |
756 | 2023-12-06T00:53:42.102Z | Downloaded anstyle-parse v0.2.1 |
757 | 2023-12-06T00:53:42.110Z | Downloaded equivalent v1.0.1 |
758 | 2023-12-06T00:53:42.117Z | Downloaded colorchoice v1.0.0 |
759 | 2023-12-06T00:53:42.122Z | Downloaded strsim v0.10.0 |
760 | 2023-12-06T00:53:42.127Z | Downloaded clap_lex v0.5.1 |
761 | 2023-12-06T00:53:42.127Z | Downloaded serde_spanned v0.6.4 |
762 | 2023-12-06T00:53:42.130Z | Downloaded heck v0.4.1 |
763 | 2023-12-06T00:53:42.130Z | Downloaded thiserror v1.0.49 |
764 | 2023-12-06T00:53:42.136Z | Downloaded bitflags v1.3.2 |
765 | 2023-12-06T00:53:42.140Z | Downloaded errno v0.3.2 |
766 | 2023-12-06T00:53:42.143Z | Downloaded utf8parse v0.2.1 |
767 | 2023-12-06T00:53:42.147Z | Downloaded anstyle v1.0.2 |
768 | 2023-12-06T00:53:42.147Z | Downloaded cargo-platform v0.1.3 |
769 | 2023-12-06T00:53:42.150Z | Downloaded thiserror-impl v1.0.49 |
770 | 2023-12-06T00:53:42.151Z | Downloaded cargo_toml v0.17.0 |
771 | 2023-12-06T00:53:42.154Z | Downloaded toml_datetime v0.6.5 |
772 | 2023-12-06T00:53:42.154Z | Downloaded terminal_size v0.2.6 |
773 | 2023-12-06T00:53:42.158Z | Downloaded semver v1.0.20 |
774 | 2023-12-06T00:53:42.161Z | Downloaded quote v1.0.33 |
775 | 2023-12-06T00:53:42.164Z | Downloaded io-lifetimes v1.0.11 |
776 | 2023-12-06T00:53:42.167Z | Downloaded cargo_metadata v0.18.0 |
777 | 2023-12-06T00:53:42.170Z | Downloaded clap_derive v4.4.2 |
778 | 2023-12-06T00:53:42.174Z | Downloaded anyhow v1.0.75 |
779 | 2023-12-06T00:53:42.178Z | Downloaded proc-macro2 v1.0.69 |
780 | 2023-12-06T00:53:42.183Z | Downloaded hashbrown v0.14.2 |
781 | 2023-12-06T00:53:42.195Z | Downloaded unicode-ident v1.0.12 |
782 | 2023-12-06T00:53:42.198Z | Downloaded clap v4.4.3 |
783 | 2023-12-06T00:53:42.211Z | Downloaded toml_edit v0.21.0 |
784 | 2023-12-06T00:53:42.250Z | Downloaded winnow v0.5.15 |
785 | 2023-12-06T00:53:42.262Z | Downloaded clap_builder v4.4.2 |
786 | 2023-12-06T00:53:42.274Z | Downloaded rustix v0.37.23 |
787 | 2023-12-06T00:53:42.329Z | Downloaded libc v0.2.150 |
788 | 2023-12-06T00:53:42.352Z | Downloaded serde_json v1.0.108 |
789 | 2023-12-06T00:53:42.364Z | Downloaded memchr v2.6.3 |
790 | 2023-12-06T00:53:42.372Z | Downloaded syn v2.0.32 |
791 | 2023-12-06T00:53:42.389Z | Downloaded serde v1.0.192 |
792 | 2023-12-06T00:53:42.394Z | Downloaded serde_derive v1.0.192 |
793 | 2023-12-06T00:53:42.399Z | Downloaded toml v0.8.8 |
794 | 2023-12-06T00:53:42.404Z | Downloaded indexmap v2.1.0 |
795 | 2023-12-06T00:53:42.409Z | Downloaded anstream v0.5.0 |
796 | 2023-12-06T00:53:42.414Z | Downloaded camino v1.1.6 |
797 | 2023-12-06T00:53:42.418Z | Downloaded itoa v1.0.9 |
798 | 2023-12-06T00:53:42.527Z | Compiling proc-macro2 v1.0.69 |
799 | 2023-12-06T00:53:42.531Z | Compiling unicode-ident v1.0.12 |
800 | 2023-12-06T00:53:42.531Z | Compiling serde v1.0.192 |
801 | 2023-12-06T00:53:42.531Z | Compiling libc v0.2.150 |
802 | 2023-12-06T00:53:42.531Z | Compiling io-lifetimes v1.0.11 |
803 | 2023-12-06T00:53:42.531Z | Compiling rustix v0.37.23 |
804 | 2023-12-06T00:53:42.542Z | Compiling bitflags v1.3.2 |
805 | 2023-12-06T00:53:42.546Z | Compiling utf8parse v0.2.1 |
806 | 2023-12-06T00:53:42.757Z | Compiling hashbrown v0.14.2 |
807 | 2023-12-06T00:53:42.858Z | Compiling equivalent v1.0.1 |
808 | 2023-12-06T00:53:43.009Z | Compiling anstyle-parse v0.2.1 |
809 | 2023-12-06T00:53:43.471Z | Compiling colorchoice v1.0.0 |
810 | 2023-12-06T00:53:43.613Z | Compiling anstyle-query v1.0.0 |
811 | 2023-12-06T00:53:43.734Z | Compiling semver v1.0.20 |
812 | 2023-12-06T00:53:44.292Z | Compiling indexmap v2.1.0 |
813 | 2023-12-06T00:53:45.470Z | Compiling thiserror v1.0.49 |
814 | 2023-12-06T00:53:45.703Z | Compiling anstyle v1.0.2 |
815 | 2023-12-06T00:53:45.742Z | Compiling serde_json v1.0.108 |
816 | 2023-12-06T00:53:45.873Z | Compiling winnow v0.5.15 |
817 | 2023-12-06T00:53:45.876Z | Compiling camino v1.1.6 |
818 | 2023-12-06T00:53:46.198Z | Compiling anstream v0.5.0 |
819 | 2023-12-06T00:53:46.302Z | Compiling clap_lex v0.5.1 |
820 | 2023-12-06T00:53:46.368Z | Compiling itoa v1.0.9 |
821 | 2023-12-06T00:53:46.394Z | Compiling strsim v0.10.0 |
822 | 2023-12-06T00:53:46.680Z | Compiling heck v0.4.1 |
823 | 2023-12-06T00:53:46.879Z | Compiling anyhow v1.0.75 |
824 | 2023-12-06T00:53:47.090Z | Compiling quote v1.0.33 |
825 | 2023-12-06T00:53:47.219Z | Compiling ryu v1.0.15 |
826 | 2023-12-06T00:53:47.672Z | Compiling syn v2.0.32 |
827 | 2023-12-06T00:53:47.871Z | Compiling errno v0.3.2 |
828 | 2023-12-06T00:53:49.416Z | Compiling terminal_size v0.2.6 |
829 | 2023-12-06T00:53:49.571Z | Compiling clap_builder v4.4.2 |
830 | 2023-12-06T00:53:55.800Z | Compiling serde_derive v1.0.192 |
831 | 2023-12-06T00:53:55.800Z | Compiling thiserror-impl v1.0.49 |
832 | 2023-12-06T00:53:55.804Z | Compiling clap_derive v4.4.2 |
833 | 2023-12-06T00:54:00.532Z | Compiling clap v4.4.3 |
834 | 2023-12-06T00:54:09.003Z | Compiling serde_spanned v0.6.4 |
835 | 2023-12-06T00:54:09.007Z | Compiling toml_datetime v0.6.5 |
836 | 2023-12-06T00:54:09.007Z | Compiling cargo-platform v0.1.3 |
837 | 2023-12-06T00:54:09.778Z | Compiling toml_edit v0.21.0 |
838 | 2023-12-06T00:54:11.063Z | Compiling cargo_metadata v0.18.0 |
839 | 2023-12-06T00:54:12.630Z | Compiling toml v0.8.8 |
840 | 2023-12-06T00:54:13.625Z | Compiling cargo_toml v0.17.0 |
841 | 2023-12-06T00:54:20.296Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
842 | 2023-12-06T00:54:21.681Z | Finished dev [unoptimized + debuginfo] target(s) in 58.86s |
843 | 2023-12-06T00:54:21.880Z | Running `target/debug/xtask clippy` |
844 | 2023-12-06T00:54:21.932Z | running: "/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/cargo" "clippy" "--all-targets" "--" "--deny" "warnings" "--allow" "clippy::style" |
845 | 2023-12-06T00:54:22.732Z | Downloading crates ... |
846 | 2023-12-06T00:54:22.969Z | Downloaded ascii-canvas v3.0.0 |
847 | 2023-12-06T00:54:22.974Z | Downloaded constant_time_eq v0.2.6 |
848 | 2023-12-06T00:54:22.978Z | Downloaded cfg-if v1.0.0 |
849 | 2023-12-06T00:54:22.983Z | Downloaded ciborium-ll v0.2.1 |
850 | 2023-12-06T00:54:23.009Z | Downloaded impl-trait-for-tuples v0.2.2 |
851 | 2023-12-06T00:54:23.020Z | Downloaded curve25519-dalek-derive v0.1.0 |
852 | 2023-12-06T00:54:23.027Z | Downloaded match_cfg v0.1.0 |
853 | 2023-12-06T00:54:23.027Z | Downloaded libsw v3.3.0 |
854 | 2023-12-06T00:54:23.028Z | Downloaded crossbeam-queue v0.3.8 |
855 | 2023-12-06T00:54:23.036Z | Downloaded instant v0.1.12 |
856 | 2023-12-06T00:54:23.036Z | Downloaded hyper-staticfile v0.9.5 |
857 | 2023-12-06T00:54:23.060Z | Downloaded libtest-mimic v0.6.1 |
858 | 2023-12-06T00:54:23.060Z | Downloaded ipnet v2.8.0 |
859 | 2023-12-06T00:54:23.076Z | Downloaded num-bigint v0.4.4 |
860 | 2023-12-06T00:54:23.076Z | Downloaded minimal-lexical v0.2.1 |
861 | 2023-12-06T00:54:23.086Z | Downloaded openssl-probe v0.1.5 |
862 | 2023-12-06T00:54:23.087Z | Downloaded new_debug_unreachable v1.0.4 |
863 | 2023-12-06T00:54:23.087Z | Downloaded newline-converter v0.3.0 |
864 | 2023-12-06T00:54:23.095Z | Downloaded cipher v0.4.4 |
865 | 2023-12-06T00:54:23.103Z | Downloaded lock_api v0.4.10 |
866 | 2023-12-06T00:54:23.103Z | Downloaded ident_case v1.0.1 |
867 | 2023-12-06T00:54:23.110Z | Downloaded number_prefix v0.4.0 |
868 | 2023-12-06T00:54:23.110Z | Downloaded autocfg v1.1.0 |
869 | 2023-12-06T00:54:23.116Z | Downloaded multer v2.1.0 |
870 | 2023-12-06T00:54:23.123Z | Downloaded bit-set v0.5.3 |
871 | 2023-12-06T00:54:23.130Z | Downloaded crossbeam-epoch v0.9.15 |
872 | 2023-12-06T00:54:23.142Z | Downloaded openssl-macros v0.1.1 |
873 | 2023-12-06T00:54:23.143Z | Downloaded cexpr v0.6.0 |
874 | 2023-12-06T00:54:23.150Z | Downloaded packed_struct v0.10.1 |
875 | 2023-12-06T00:54:23.159Z | Downloaded num-integer v0.1.45 |
876 | 2023-12-06T00:54:23.165Z | Downloaded chacha20poly1305 v0.10.1 |
877 | 2023-12-06T00:54:23.170Z | Downloaded arrayvec v0.7.4 |
878 | 2023-12-06T00:54:23.176Z | Downloaded path-slash v0.1.5 |
879 | 2023-12-06T00:54:23.179Z | Downloaded num_enum v0.5.11 |
880 | 2023-12-06T00:54:23.194Z | Downloaded oorandom v11.1.3 |
881 | 2023-12-06T00:54:23.205Z | Downloaded bcs v0.1.6 |
882 | 2023-12-06T00:54:23.217Z | Downloaded num-complex v0.4.4 |
883 | 2023-12-06T00:54:23.218Z | Downloaded parking_lot v0.11.2 |
884 | 2023-12-06T00:54:23.227Z | Downloaded predicates-tree v1.0.9 |
885 | 2023-12-06T00:54:23.227Z | Downloaded dashmap v5.5.1 |
886 | 2023-12-06T00:54:23.230Z | Downloaded toolchain_find v0.2.0 |
887 | 2023-12-06T00:54:23.234Z | Downloaded filetime v0.2.22 |
888 | 2023-12-06T00:54:23.240Z | Downloaded parse-display v0.8.2 |
889 | 2023-12-06T00:54:23.244Z | Downloaded endian-type v0.1.2 |
890 | 2023-12-06T00:54:23.247Z | Downloaded once_cell v1.18.0 |
891 | 2023-12-06T00:54:23.254Z | Downloaded zerocopy v0.3.0 |
892 | 2023-12-06T00:54:23.257Z | Downloaded libloading v0.7.4 |
893 | 2023-12-06T00:54:23.263Z | Downloaded shlex v1.1.0 |
894 | 2023-12-06T00:54:23.266Z | Downloaded time-core v0.1.1 |
895 | 2023-12-06T00:54:23.270Z | Downloaded paste v1.0.14 |
896 | 2023-12-06T00:54:23.276Z | Downloaded papergrid v0.10.0 |
897 | 2023-12-06T00:54:23.289Z | Downloaded peeking_take_while v0.1.2 |
898 | 2023-12-06T00:54:23.293Z | Downloaded spki v0.7.2 |
899 | 2023-12-06T00:54:23.296Z | Downloaded num-traits v0.2.16 |
900 | 2023-12-06T00:54:23.302Z | Downloaded phf_shared v0.10.0 |
901 | 2023-12-06T00:54:23.305Z | Downloaded fallible-iterator v0.2.0 |
902 | 2023-12-06T00:54:23.309Z | Downloaded dyn-clone v1.0.13 |
903 | 2023-12-06T00:54:23.312Z | Downloaded yasna v0.5.2 |
904 | 2023-12-06T00:54:23.317Z | Downloaded headers-core v0.2.0 |
905 | 2023-12-06T00:54:23.321Z | Downloaded criterion v0.5.1 |
906 | 2023-12-06T00:54:23.337Z | Downloaded predicates-core v1.0.6 |
907 | 2023-12-06T00:54:23.346Z | Downloaded serde-big-array v0.5.1 |
908 | 2023-12-06T00:54:23.347Z | Downloaded phf_shared v0.11.2 |
909 | 2023-12-06T00:54:23.357Z | Downloaded doc-comment v0.3.3 |
910 | 2023-12-06T00:54:23.357Z | Downloaded quick-error v1.2.3 |
911 | 2023-12-06T00:54:23.357Z | Downloaded heck v0.3.3 |
912 | 2023-12-06T00:54:23.357Z | Downloaded hostname v0.3.1 |
913 | 2023-12-06T00:54:23.360Z | Downloaded rustls-native-certs v0.6.3 |
914 | 2023-12-06T00:54:23.363Z | Downloaded walkdir v2.4.0 |
915 | 2023-12-06T00:54:23.368Z | Downloaded pem-rfc7468 v0.7.0 |
916 | 2023-12-06T00:54:23.373Z | Downloaded structopt-derive v0.4.18 |
917 | 2023-12-06T00:54:23.383Z | Downloaded rand_chacha v0.3.1 |
918 | 2023-12-06T00:54:23.387Z | Downloaded ref-cast-impl v1.0.20 |
919 | 2023-12-06T00:54:23.388Z | Downloaded tempdir v0.3.7 |
920 | 2023-12-06T00:54:23.388Z | Downloaded tap v1.0.1 |
921 | 2023-12-06T00:54:23.388Z | Downloaded rtoolbox v0.0.1 |
922 | 2023-12-06T00:54:23.392Z | Downloaded unarray v0.1.4 |
923 | 2023-12-06T00:54:23.392Z | Downloaded tinytemplate v1.2.1 |
924 | 2023-12-06T00:54:23.397Z | Downloaded password-hash v0.5.0 |
925 | 2023-12-06T00:54:23.402Z | Downloaded pkcs8 v0.10.2 |
926 | 2023-12-06T00:54:23.408Z | Downloaded universal-hash v0.5.1 |
927 | 2023-12-06T00:54:23.415Z | Downloaded plotters-svg v0.3.5 |
928 | 2023-12-06T00:54:23.419Z | Downloaded ed25519 v1.5.3 |
929 | 2023-12-06T00:54:23.420Z | Downloaded precomputed-hash v0.1.1 |
930 | 2023-12-06T00:54:23.426Z | Downloaded getopts v0.2.21 |
931 | 2023-12-06T00:54:23.426Z | Downloaded smallvec v0.6.14 |
932 | 2023-12-06T00:54:23.432Z | Downloaded pem v1.1.1 |
933 | 2023-12-06T00:54:23.432Z | Downloaded tower-service v0.3.2 |
934 | 2023-12-06T00:54:23.438Z | Downloaded stringprep v0.1.3 |
935 | 2023-12-06T00:54:23.439Z | Downloaded spin v0.5.2 |
936 | 2023-12-06T00:54:23.444Z | Downloaded fxhash v0.2.1 |
937 | 2023-12-06T00:54:23.444Z | Downloaded itertools v0.12.0 |
938 | 2023-12-06T00:54:23.458Z | Downloaded foreign-types v0.5.0 |
939 | 2023-12-06T00:54:23.464Z | Downloaded ppv-lite86 v0.2.17 |
940 | 2023-12-06T00:54:23.465Z | Downloaded similar-asserts v1.5.0 |
941 | 2023-12-06T00:54:23.472Z | Downloaded derive_builder_core v0.12.0 |
942 | 2023-12-06T00:54:23.478Z | Downloaded trust-dns-server v0.22.1 |
943 | 2023-12-06T00:54:23.485Z | Downloaded swrite v0.1.0 |
944 | 2023-12-06T00:54:23.493Z | Downloaded rustc-hash v1.1.0 |
945 | 2023-12-06T00:54:23.493Z | Downloaded zone v0.3.0 |
946 | 2023-12-06T00:54:23.502Z | Downloaded serde-big-array v0.4.1 |
947 | 2023-12-06T00:54:23.502Z | Downloaded debug-ignore v1.0.5 |
948 | 2023-12-06T00:54:23.502Z | Downloaded funty v2.0.0 |
949 | 2023-12-06T00:54:23.502Z | Downloaded strum v0.25.0 |
950 | 2023-12-06T00:54:23.509Z | Downloaded foreign-types-shared v0.1.1 |
951 | 2023-12-06T00:54:23.509Z | Downloaded untrusted v0.9.0 |
952 | 2023-12-06T00:54:23.509Z | Downloaded serial_test v0.10.0 |
953 | 2023-12-06T00:54:23.520Z | Downloaded zone_cfg_derive v0.3.0 |
954 | 2023-12-06T00:54:23.521Z | Downloaded take_mut v0.2.2 |
955 | 2023-12-06T00:54:23.521Z | Downloaded dirs-sys-next v0.1.2 |
956 | 2023-12-06T00:54:23.532Z | Downloaded deranged v0.3.8 |
957 | 2023-12-06T00:54:23.532Z | Downloaded zip v0.6.6 |
958 | 2023-12-06T00:54:23.540Z | Downloaded foreign-types-macros v0.2.3 |
959 | 2023-12-06T00:54:23.540Z | Downloaded futures v0.3.29 |
960 | 2023-12-06T00:54:23.545Z | Downloaded darling_macro v0.20.3 |
961 | 2023-12-06T00:54:23.546Z | Downloaded waitgroup v0.1.2 |
962 | 2023-12-06T00:54:23.554Z | Downloaded hash32 v0.2.1 |
963 | 2023-12-06T00:54:23.554Z | Downloaded form_urlencoded v1.2.1 |
964 | 2023-12-06T00:54:23.563Z | Downloaded phf v0.11.2 |
965 | 2023-12-06T00:54:23.563Z | Downloaded generic-array v0.14.7 |
966 | 2023-12-06T00:54:23.563Z | Downloaded fs-err v2.11.0 |
967 | 2023-12-06T00:54:23.572Z | Downloaded diesel_table_macro_syntax v0.1.0 |
968 | 2023-12-06T00:54:23.572Z | Downloaded unsafe-libyaml v0.2.9 |
969 | 2023-12-06T00:54:23.578Z | Downloaded derive_builder_macro v0.12.0 |
970 | 2023-12-06T00:54:23.578Z | Downloaded semver-parser v0.10.2 |
971 | 2023-12-06T00:54:23.579Z | Downloaded usdt v0.3.5 |
972 | 2023-12-06T00:54:23.595Z | Downloaded x509-cert v0.2.4 |
973 | 2023-12-06T00:54:23.602Z | Downloaded usdt-attr-macro v0.3.5 |
974 | 2023-12-06T00:54:23.602Z | Downloaded enum-as-inner v0.5.1 |
975 | 2023-12-06T00:54:23.602Z | Downloaded rust-argon2 v1.0.1 |
976 | 2023-12-06T00:54:23.613Z | Downloaded darling_macro v0.14.4 |
977 | 2023-12-06T00:54:23.613Z | Downloaded slog-term v2.9.0 |
978 | 2023-12-06T00:54:23.613Z | Downloaded foreign-types v0.3.2 |
979 | 2023-12-06T00:54:23.688Z | Downloaded remove_dir_all v0.5.3 |
980 | 2023-12-06T00:54:23.689Z | Downloaded fnv v1.0.7 |
981 | 2023-12-06T00:54:23.689Z | Downloaded xattr v1.0.1 |
982 | 2023-12-06T00:54:23.689Z | Downloaded pest_meta v2.7.2 |
983 | 2023-12-06T00:54:23.706Z | Downloaded zeroize_derive v1.4.2 |
984 | 2023-12-06T00:54:23.707Z | Downloaded yansi v0.5.1 |
985 | 2023-12-06T00:54:23.707Z | Downloaded zerocopy v0.6.4 |
986 | 2023-12-06T00:54:23.707Z | Downloaded float-cmp v0.9.0 |
987 | 2023-12-06T00:54:23.707Z | Downloaded zeroize v1.7.0 |
988 | 2023-12-06T00:54:23.707Z | Downloaded signal-hook v0.3.17 |
989 | 2023-12-06T00:54:23.707Z | Downloaded ron v0.8.1 |
990 | 2023-12-06T00:54:23.707Z | Downloaded rand_xorshift v0.3.0 |
991 | 2023-12-06T00:54:23.708Z | Downloaded ff v0.13.0 |
992 | 2023-12-06T00:54:23.708Z | Downloaded vec_map v0.8.2 |
993 | 2023-12-06T00:54:23.708Z | Downloaded futures-io v0.3.29 |
994 | 2023-12-06T00:54:23.708Z | Downloaded serde_derive_internals v0.26.0 |
995 | 2023-12-06T00:54:23.708Z | Downloaded derive-where v1.2.5 |
996 | 2023-12-06T00:54:23.708Z | Downloaded hex-literal v0.4.1 |
997 | 2023-12-06T00:54:23.708Z | Downloaded hubpack v0.1.2 |
998 | 2023-12-06T00:54:23.708Z | Downloaded foreign-types-shared v0.3.1 |
999 | 2023-12-06T00:54:23.708Z | Downloaded textwrap v0.11.0 |
1000 | 2023-12-06T00:54:23.708Z | Downloaded postcard-cobs v0.1.5-pre |
1001 | 2023-12-06T00:54:23.709Z | Downloaded rustc-demangle v0.1.23 |
1002 | 2023-12-06T00:54:23.709Z | Downloaded futures-core v0.3.29 |
1003 | 2023-12-06T00:54:23.709Z | Downloaded tokio-util v0.7.10 |
1004 | 2023-12-06T00:54:23.719Z | Downloaded ref-cast v1.0.20 |
1005 | 2023-12-06T00:54:23.719Z | Downloaded signal-hook-registry v1.4.1 |
1006 | 2023-12-06T00:54:23.719Z | Downloaded pin-project-internal v1.1.3 |
1007 | 2023-12-06T00:54:23.729Z | Downloaded postgres-protocol v0.6.6 |
1008 | 2023-12-06T00:54:23.729Z | Downloaded tracing v0.1.37 |
1009 | 2023-12-06T00:54:23.734Z | Downloaded vsss-rs v3.3.1 |
1010 | 2023-12-06T00:54:23.738Z | Downloaded rstest_macros v0.18.2 |
1011 | 2023-12-06T00:54:23.743Z | Downloaded predicates v2.1.5 |
1012 | 2023-12-06T00:54:23.748Z | Downloaded aho-corasick v1.0.4 |
1013 | 2023-12-06T00:54:23.759Z | Downloaded rcgen v0.11.3 |
1014 | 2023-12-06T00:54:23.766Z | Downloaded rand v0.4.6 |
1015 | 2023-12-06T00:54:23.776Z | Downloaded time v0.3.27 |
1016 | 2023-12-06T00:54:23.786Z | Downloaded toml v0.5.11 |
1017 | 2023-12-06T00:54:23.793Z | Downloaded schemars v0.8.13 |
1018 | 2023-12-06T00:54:23.815Z | Downloaded rayon-core v1.12.0 |
1019 | 2023-12-06T00:54:23.824Z | Downloaded unicode-segmentation v1.10.1 |
1020 | 2023-12-06T00:54:23.833Z | Downloaded tracing-core v0.1.31 |
1021 | 2023-12-06T00:54:23.842Z | Downloaded plotters v0.3.5 |
1022 | 2023-12-06T00:54:23.854Z | Downloaded expectorate v1.1.0 |
1023 | 2023-12-06T00:54:23.864Z | Downloaded serde_with v2.3.3 |
1024 | 2023-12-06T00:54:23.873Z | Downloaded bindgen v0.65.1 |
1025 | 2023-12-06T00:54:23.884Z | Downloaded proptest v1.4.0 |
1026 | 2023-12-06T00:54:23.908Z | Downloaded reedline v0.26.0 |
1027 | 2023-12-06T00:54:23.921Z | Downloaded petgraph v0.6.4 |
1028 | 2023-12-06T00:54:23.944Z | Downloaded portable-atomic v1.4.3 |
1029 | 2023-12-06T00:54:23.951Z | Downloaded reqwest v0.11.22 |
1030 | 2023-12-06T00:54:23.966Z | Downloaded openssl v0.10.60 |
1031 | 2023-12-06T00:54:23.988Z | Downloaded h2 v0.3.21 |
1032 | 2023-12-06T00:54:23.999Z | Downloaded bstr v0.2.17 |
1033 | 2023-12-06T00:54:24.021Z | Downloaded hyper v0.14.27 |
1034 | 2023-12-06T00:54:24.036Z | Downloaded regex v1.10.2 |
1035 | 2023-12-06T00:54:24.060Z | Downloaded ratatui v0.23.0 |
1036 | 2023-12-06T00:54:24.082Z | Downloaded regress v0.7.1 |
1037 | 2023-12-06T00:54:24.099Z | Downloaded radix_trie v0.2.1 |
1038 | 2023-12-06T00:54:24.111Z | Downloaded diesel v2.1.4 |
1039 | 2023-12-06T00:54:24.151Z | Downloaded regex-syntax v0.7.5 |
1040 | 2023-12-06T00:54:24.168Z | Downloaded sled v0.34.7 |
1041 | 2023-12-06T00:54:24.187Z | Downloaded rustix v0.38.25 |
1042 | 2023-12-06T00:54:24.231Z | Downloaded zerocopy-derive v0.2.0 |
1043 | 2023-12-06T00:54:24.250Z | Downloaded tokio v1.34.0 |
1044 | 2023-12-06T00:54:24.322Z | Downloaded zerocopy-derive v0.6.4 |
1045 | 2023-12-06T00:54:24.346Z | Downloaded regex-automata v0.4.3 |
1046 | 2023-12-06T00:54:24.381Z | Downloaded sha3 v0.10.8 |
1047 | 2023-12-06T00:54:24.397Z | Downloaded regex-automata v0.3.8 |
1048 | 2023-12-06T00:54:24.432Z | Downloaded bzip2-sys v0.1.11+1.0.8 |
1049 | 2023-12-06T00:54:24.459Z | Downloaded regex-syntax v0.8.2 |
1050 | 2023-12-06T00:54:24.478Z | Downloaded bstr v1.6.0 |
1051 | 2023-12-06T00:54:24.501Z | Downloaded encoding_rs v0.8.33 |
1052 | 2023-12-06T00:54:24.548Z | Downloaded webpki-roots v0.25.2 |
1053 | 2023-12-06T00:54:24.555Z | Downloaded polar-core v0.27.0 |
1054 | 2023-12-06T00:54:24.580Z | Downloaded openapiv3 v2.0.0-rc.1 |
1055 | 2023-12-06T00:54:24.605Z | Downloaded smoltcp v0.9.1 |
1056 | 2023-12-06T00:54:24.625Z | Downloaded gimli v0.28.0 |
1057 | 2023-12-06T00:54:24.643Z | Downloaded regex-syntax v0.6.29 |
1058 | 2023-12-06T00:54:24.659Z | Downloaded vcpkg v0.2.15 |
1059 | 2023-12-06T00:54:24.738Z | Downloaded rustls v0.21.9 |
1060 | 2023-12-06T00:54:24.761Z | Downloaded trust-dns-proto v0.22.0 |
1061 | 2023-12-06T00:54:24.785Z | Downloaded quick-xml v0.23.1 |
1062 | 2023-12-06T00:54:24.799Z | Downloaded rayon v1.8.0 |
1063 | 2023-12-06T00:54:24.820Z | Downloaded ring v0.16.20 |
1064 | 2023-12-06T00:54:24.982Z | Downloaded ring v0.17.5 |
1065 | 2023-12-06T00:54:25.121Z | Downloaded object v0.32.1 |
1066 | 2023-12-06T00:54:25.137Z | Downloaded smoltcp v0.8.2 |
1067 | 2023-12-06T00:54:25.154Z | Downloaded syn v1.0.109 |
1068 | 2023-12-06T00:54:25.174Z | Downloaded futures-util v0.3.29 |
1069 | 2023-12-06T00:54:25.195Z | Downloaded rustls-webpki v0.101.7 |
1070 | 2023-12-06T00:54:25.222Z | Downloaded bitvec v1.0.1 |
1071 | 2023-12-06T00:54:25.249Z | Downloaded curve25519-dalek v4.1.0 |
1072 | 2023-12-06T00:54:25.265Z | Downloaded object v0.30.4 |
1073 | 2023-12-06T00:54:25.283Z | Downloaded lalrpop v0.19.12 |
1074 | 2023-12-06T00:54:25.303Z | Downloaded hkdf v0.12.3 |
1075 | 2023-12-06T00:54:25.308Z | Downloaded clap v2.34.0 |
1076 | 2023-12-06T00:54:25.324Z | Downloaded tabled v0.14.0 |
1077 | 2023-12-06T00:54:25.352Z | Downloaded idna v0.5.0 |
1078 | 2023-12-06T00:54:25.368Z | Downloaded unicode-normalization v0.1.22 |
1079 | 2023-12-06T00:54:25.385Z | Downloaded regex-automata v0.1.10 |
1080 | 2023-12-06T00:54:25.385Z | Downloaded headers v0.3.9 |
1081 | 2023-12-06T00:54:25.396Z | Downloaded chrono v0.4.31 |
1082 | 2023-12-06T00:54:25.404Z | Downloaded pest v2.7.2 |
1083 | 2023-12-06T00:54:25.412Z | Downloaded toml v0.7.8 |
1084 | 2023-12-06T00:54:25.421Z | Downloaded serde_yaml v0.9.25 |
1085 | 2023-12-06T00:54:25.431Z | Downloaded itertools v0.11.0 |
1086 | 2023-12-06T00:54:25.444Z | Downloaded darling_core v0.20.3 |
1087 | 2023-12-06T00:54:25.452Z | Downloaded hashbrown v0.13.2 |
1088 | 2023-12-06T00:54:25.453Z | Downloaded hashbrown v0.12.3 |
1089 | 2023-12-06T00:54:25.467Z | Downloaded der v0.7.8 |
1090 | 2023-12-06T00:54:25.478Z | Downloaded r2d2 v0.8.10 |
1091 | 2023-12-06T00:54:25.478Z | Downloaded tar v0.4.40 |
1092 | 2023-12-06T00:54:25.478Z | Downloaded flume v0.11.0 |
1093 | 2023-12-06T00:54:25.487Z | Downloaded diff v0.1.13 |
1094 | 2023-12-06T00:54:25.487Z | Downloaded unicode-bidi v0.3.13 |
1095 | 2023-12-06T00:54:25.501Z | Downloaded url v2.5.0 |
1096 | 2023-12-06T00:54:25.507Z | Downloaded tough v0.15.0 |
1097 | 2023-12-06T00:54:25.516Z | Downloaded fixedbitset v0.4.2 |
1098 | 2023-12-06T00:54:25.517Z | Downloaded proc-macro-crate v1.3.1 |
1099 | 2023-12-06T00:54:25.517Z | Downloaded serde_urlencoded v0.7.1 |
1100 | 2023-12-06T00:54:25.517Z | Downloaded test-strategy v0.3.1 |
1101 | 2023-12-06T00:54:25.526Z | Downloaded fatfs v0.3.6 |
1102 | 2023-12-06T00:54:25.533Z | Downloaded heapless v0.7.16 |
1103 | 2023-12-06T00:54:25.534Z | Downloaded http v0.2.11 |
1104 | 2023-12-06T00:54:25.540Z | Downloaded slog-scope v4.4.0 |
1105 | 2023-12-06T00:54:25.547Z | Downloaded futures-executor v0.3.29 |
1106 | 2023-12-06T00:54:25.547Z | Downloaded futures-channel v0.3.29 |
1107 | 2023-12-06T00:54:25.547Z | Downloaded signature v2.1.0 |
1108 | 2023-12-06T00:54:25.582Z | Downloaded signal-hook-mio v0.2.3 |
1109 | 2023-12-06T00:54:25.582Z | Downloaded radium v0.7.0 |
1110 | 2023-12-06T00:54:25.582Z | Downloaded pin-project-lite v0.2.13 |
1111 | 2023-12-06T00:54:25.591Z | Downloaded vte v0.11.1 |
1112 | 2023-12-06T00:54:25.592Z | Downloaded typed-path v0.6.0 |
1113 | 2023-12-06T00:54:25.592Z | Downloaded rstest v0.18.2 |
1114 | 2023-12-06T00:54:25.592Z | Downloaded tempfile v3.8.1 |
1115 | 2023-12-06T00:54:25.593Z | Downloaded rand_core v0.6.4 |
1116 | 2023-12-06T00:54:25.593Z | Downloaded similar v2.2.1 |
1117 | 2023-12-06T00:54:25.600Z | Downloaded getrandom v0.2.10 |
1118 | 2023-12-06T00:54:25.609Z | Downloaded rand v0.8.5 |
1119 | 2023-12-06T00:54:25.617Z | Downloaded socket2 v0.5.5 |
1120 | 2023-12-06T00:54:25.617Z | Downloaded crossterm v0.27.0 |
1121 | 2023-12-06T00:54:25.625Z | Downloaded either v1.9.0 |
1122 | 2023-12-06T00:54:25.633Z | Downloaded wait-timeout v0.2.0 |
1123 | 2023-12-06T00:54:25.633Z | Downloaded pkg-config v0.3.27 |
1124 | 2023-12-06T00:54:25.634Z | Downloaded slog-dtrace v0.2.3 |
1125 | 2023-12-06T00:54:25.644Z | Downloaded slog-async v2.8.0 |
1126 | 2023-12-06T00:54:25.644Z | Downloaded half v1.8.2 |
1127 | 2023-12-06T00:54:25.644Z | Downloaded serde-hex v0.1.0 |
1128 | 2023-12-06T00:54:25.655Z | Downloaded socket2 v0.4.9 |
1129 | 2023-12-06T00:54:25.655Z | Downloaded uuid v1.6.1 |
1130 | 2023-12-06T00:54:25.656Z | Downloaded pretty_assertions v1.4.0 |
1131 | 2023-12-06T00:54:25.667Z | Downloaded mio v0.8.9 |
1132 | 2023-12-06T00:54:25.667Z | Downloaded thiserror-no-std v2.0.2 |
1133 | 2023-12-06T00:54:25.677Z | Downloaded usdt-macro v0.3.5 |
1134 | 2023-12-06T00:54:25.677Z | Downloaded usdt-impl v0.3.5 |
1135 | 2023-12-06T00:54:25.677Z | Downloaded nom v7.1.3 |
1136 | 2023-12-06T00:54:26.089Z | Downloaded scopeguard v1.2.0 |
1137 | 2023-12-06T00:54:26.089Z | Downloaded structmeta-derive v0.2.0 |
1138 | 2023-12-06T00:54:26.089Z | Downloaded fragile v2.0.0 |
1139 | 2023-12-06T00:54:26.089Z | Downloaded globset v0.4.13 |
1140 | 2023-12-06T00:54:26.089Z | Downloaded tracing-attributes v0.1.26 |
1141 | 2023-12-06T00:54:26.089Z | Downloaded pin-project v1.1.3 |
1142 | 2023-12-06T00:54:26.089Z | Downloaded flate2 v1.0.28 |
1143 | 2023-12-06T00:54:26.089Z | Downloaded serde_with_macros v2.3.3 |
1144 | 2023-12-06T00:54:26.090Z | Downloaded fastrand v2.0.0 |
1145 | 2023-12-06T00:54:26.090Z | Downloaded idna v0.2.3 |
1146 | 2023-12-06T00:54:26.090Z | Downloaded group v0.13.0 |
1147 | 2023-12-06T00:54:26.090Z | Downloaded fd-lock v3.0.13 |
1148 | 2023-12-06T00:54:26.090Z | Downloaded scheduled-thread-pool v0.2.7 |
1149 | 2023-12-06T00:54:26.090Z | Downloaded utf-8 v0.7.6 |
1150 | 2023-12-06T00:54:26.090Z | Downloaded shell-words v1.1.0 |
1151 | 2023-12-06T00:54:26.090Z | Downloaded slog-stdlog v4.1.1 |
1152 | 2023-12-06T00:54:26.091Z | Downloaded rustc_version v0.1.7 |
1153 | 2023-12-06T00:54:26.091Z | Downloaded derive_builder v0.12.0 |
1154 | 2023-12-06T00:54:26.091Z | Downloaded der_derive v0.7.2 |
1155 | 2023-12-06T00:54:26.091Z | Downloaded rsa v0.9.2 |
1156 | 2023-12-06T00:54:26.091Z | Downloaded trust-dns-client v0.22.0 |
1157 | 2023-12-06T00:54:26.091Z | Downloaded diesel_derives v2.1.2 |
1158 | 2023-12-06T00:54:26.091Z | Downloaded textwrap v0.16.0 |
1159 | 2023-12-06T00:54:26.092Z | Downloaded hmac v0.12.1 |
1160 | 2023-12-06T00:54:26.092Z | Downloaded trust-dns-resolver v0.22.0 |
1161 | 2023-12-06T00:54:26.092Z | Downloaded toml_edit v0.19.15 |
1162 | 2023-12-06T00:54:26.092Z | Downloaded humantime v2.1.0 |
1163 | 2023-12-06T00:54:26.092Z | Downloaded pkcs1 v0.7.5 |
1164 | 2023-12-06T00:54:26.093Z | Downloaded tungstenite v0.20.1 |
1165 | 2023-12-06T00:54:26.093Z | Downloaded steno v0.4.0 |
1166 | 2023-12-06T00:54:26.093Z | Downloaded difflib v0.4.0 |
1167 | 2023-12-06T00:54:26.093Z | Downloaded slog-bunyan v2.4.0 |
1168 | 2023-12-06T00:54:26.093Z | Downloaded spin v0.9.8 |
1169 | 2023-12-06T00:54:26.093Z | Downloaded glob v0.3.1 |
1170 | 2023-12-06T00:54:26.093Z | Downloaded dof v0.1.5 |
1171 | 2023-12-06T00:54:26.094Z | Downloaded unicode-linebreak v0.1.5 |
1172 | 2023-12-06T00:54:26.094Z | Downloaded datatest-stable v0.2.3 |
1173 | 2023-12-06T00:54:26.094Z | Downloaded libm v0.2.7 |
1174 | 2023-12-06T00:54:26.094Z | Downloaded which v4.4.0 |
1175 | 2023-12-06T00:54:26.094Z | Downloaded serde_tokenstream v0.2.0 |
1176 | 2023-12-06T00:54:26.094Z | Downloaded predicates v3.0.4 |
1177 | 2023-12-06T00:54:26.095Z | Downloaded vte_generate_state_changes v0.1.1 |
1178 | 2023-12-06T00:54:26.095Z | Downloaded untrusted v0.7.1 |
1179 | 2023-12-06T00:54:26.095Z | Downloaded unicode-width v0.1.11 |
1180 | 2023-12-06T00:54:26.095Z | Downloaded strsim v0.8.0 |
1181 | 2023-12-06T00:54:26.095Z | Downloaded dirs-next v2.0.0 |
1182 | 2023-12-06T00:54:26.095Z | Downloaded slog v2.7.0 |
1183 | 2023-12-06T00:54:26.095Z | Downloaded tinyvec v1.6.0 |
1184 | 2023-12-06T00:54:26.095Z | Downloaded crossbeam-channel v0.5.8 |
1185 | 2023-12-06T00:54:26.096Z | Downloaded snafu v0.7.5 |
1186 | 2023-12-06T00:54:26.096Z | Downloaded tokio-postgres v0.7.10 |
1187 | 2023-12-06T00:54:26.096Z | Downloaded futures-sink v0.3.29 |
1188 | 2023-12-06T00:54:26.096Z | Downloaded structmeta v0.2.0 |
1189 | 2023-12-06T00:54:26.096Z | Downloaded strip-ansi-escapes v0.2.0 |
1190 | 2023-12-06T00:54:26.097Z | Downloaded prettyplease v0.2.12 |
1191 | 2023-12-06T00:54:26.097Z | Downloaded relative-path v1.9.0 |
1192 | 2023-12-06T00:54:26.097Z | Downloaded ucd-trie v0.1.6 |
1193 | 2023-12-06T00:54:26.097Z | Downloaded typenum v1.16.0 |
1194 | 2023-12-06T00:54:26.097Z | Downloaded elliptic-curve v0.13.5 |
1195 | 2023-12-06T00:54:26.097Z | Downloaded version_check v0.9.4 |
1196 | 2023-12-06T00:54:26.098Z | Downloaded display-error-chain v0.2.0 |
1197 | 2023-12-06T00:54:26.098Z | Downloaded pin-utils v0.1.0 |
1198 | 2023-12-06T00:54:26.098Z | Downloaded env_logger v0.10.0 |
1199 | 2023-12-06T00:54:26.098Z | Downloaded percent-encoding v2.3.1 |
1200 | 2023-12-06T00:54:26.098Z | Downloaded rustls-pemfile v1.0.3 |
1201 | 2023-12-06T00:54:26.098Z | Downloaded futures-macro v0.3.29 |
1202 | 2023-12-06T00:54:26.099Z | Downloaded rustc_version v0.4.0 |
1203 | 2023-12-06T00:54:26.099Z | Downloaded resolv-conf v0.7.0 |
1204 | 2023-12-06T00:54:26.099Z | Downloaded pest_derive v2.7.2 |
1205 | 2023-12-06T00:54:26.099Z | Downloaded tui-tree-widget v0.13.0 |
1206 | 2023-12-06T00:54:26.099Z | Downloaded want v0.3.1 |
1207 | 2023-12-06T00:54:26.099Z | Downloaded arc-swap v1.6.0 |
1208 | 2023-12-06T00:54:26.099Z | Downloaded derive_more v0.99.17 |
1209 | 2023-12-06T00:54:26.100Z | Downloaded serde_path_to_error v0.1.14 |
1210 | 2023-12-06T00:54:26.100Z | Downloaded rustfmt-wrapper v0.2.0 |
1211 | 2023-12-06T00:54:26.100Z | Downloaded num-bigint-dig v0.8.4 |
1212 | 2023-12-06T00:54:26.100Z | Downloaded crypto-bigint v0.5.2 |
1213 | 2023-12-06T00:54:26.100Z | Downloaded platforms v3.0.2 |
1214 | 2023-12-06T00:54:26.100Z | Downloaded unicode-xid v0.2.4 |
1215 | 2023-12-06T00:54:26.101Z | Downloaded thiserror-impl-no-std v2.0.2 |
1216 | 2023-12-06T00:54:26.101Z | Downloaded pest_generator v2.7.2 |
1217 | 2023-12-06T00:54:26.101Z | Downloaded pem v3.0.2 |
1218 | 2023-12-06T00:54:26.101Z | Downloaded subprocess v0.2.9 |
1219 | 2023-12-06T00:54:26.101Z | Downloaded libxml v0.3.3 |
1220 | 2023-12-06T00:54:26.101Z | Downloaded itertools v0.10.5 |
1221 | 2023-12-06T00:54:26.101Z | Downloaded plotters-backend v0.3.5 |
1222 | 2023-12-06T00:54:26.102Z | Downloaded hex v0.4.3 |
1223 | 2023-12-06T00:54:26.102Z | Downloaded parking_lot_core v0.9.8 |
1224 | 2023-12-06T00:54:26.102Z | Downloaded httparse v1.8.0 |
1225 | 2023-12-06T00:54:26.102Z | Downloaded backtrace v0.3.69 |
1226 | 2023-12-06T00:54:26.119Z | Downloaded flagset v0.4.3 |
1227 | 2023-12-06T00:54:26.119Z | Downloaded siphasher v0.3.11 |
1228 | 2023-12-06T00:54:26.119Z | Downloaded cookie v0.18.0 |
1229 | 2023-12-06T00:54:26.120Z | Downloaded snafu-derive v0.7.5 |
1230 | 2023-12-06T00:54:26.120Z | Downloaded tiny-keccak v2.0.2 |
1231 | 2023-12-06T00:54:26.120Z | Downloaded proc-macro-error v1.0.4 |
1232 | 2023-12-06T00:54:26.133Z | Downloaded rpassword v7.3.1 |
1233 | 2023-12-06T00:54:26.133Z | Downloaded unicase v2.7.0 |
1234 | 2023-12-06T00:54:26.133Z | Downloaded time-macros v0.2.13 |
1235 | 2023-12-06T00:54:26.133Z | Downloaded postcard v0.7.3 |
1236 | 2023-12-06T00:54:26.134Z | Downloaded parking_lot_core v0.8.6 |
1237 | 2023-12-06T00:54:26.134Z | Downloaded structopt v0.3.26 |
1238 | 2023-12-06T00:54:26.147Z | Downloaded salty v0.2.0 |
1239 | 2023-12-06T00:54:26.557Z | Downloaded termtree v0.4.1 |
1240 | 2023-12-06T00:54:26.557Z | Downloaded same-file v1.0.6 |
1241 | 2023-12-06T00:54:26.567Z | Downloaded rusty-fork v0.3.0 |
1242 | 2023-12-06T00:54:26.568Z | Downloaded rustversion v1.0.14 |
1243 | 2023-12-06T00:54:26.568Z | Downloaded omicron-zone-package v0.9.1 |
1244 | 2023-12-06T00:54:26.568Z | Downloaded sct v0.7.0 |
1245 | 2023-12-06T00:54:26.568Z | Downloaded tokio-tungstenite v0.20.1 |
1246 | 2023-12-06T00:54:26.568Z | Downloaded postgres-types v0.2.6 |
1247 | 2023-12-06T00:54:26.568Z | Downloaded poly1305 v0.8.0 |
1248 | 2023-12-06T00:54:26.568Z | Downloaded httptest v0.15.5 |
1249 | 2023-12-06T00:54:26.569Z | Downloaded indicatif v0.17.7 |
1250 | 2023-12-06T00:54:26.569Z | Downloaded parse-display-derive v0.8.2 |
1251 | 2023-12-06T00:54:26.569Z | Downloaded home v0.5.5 |
1252 | 2023-12-06T00:54:26.569Z | Downloaded futures-timer v3.0.2 |
1253 | 2023-12-06T00:54:26.569Z | Downloaded base64 v0.21.5 |
1254 | 2023-12-06T00:54:26.569Z | Downloaded futures-task v0.3.29 |
1255 | 2023-12-06T00:54:26.569Z | Downloaded darling_core v0.14.4 |
1256 | 2023-12-06T00:54:26.569Z | Downloaded cc v1.0.83 |
1257 | 2023-12-06T00:54:26.569Z | Downloaded indexmap v1.9.3 |
1258 | 2023-12-06T00:54:26.569Z | Downloaded base64 v0.13.1 |
1259 | 2023-12-06T00:54:26.570Z | Downloaded wyz v0.5.1 |
1260 | 2023-12-06T00:54:26.570Z | Downloaded string_cache v0.8.7 |
1261 | 2023-12-06T00:54:26.570Z | Downloaded parking_lot v0.12.1 |
1262 | 2023-12-06T00:54:26.570Z | Downloaded data-encoding v2.4.0 |
1263 | 2023-12-06T00:54:26.570Z | Downloaded whoami v1.4.1 |
1264 | 2023-12-06T00:54:26.570Z | Downloaded trybuild v1.0.85 |
1265 | 2023-12-06T00:54:26.570Z | Downloaded topological-sort v0.2.2 |
1266 | 2023-12-06T00:54:26.570Z | Downloaded tokio-stream v0.1.14 |
1267 | 2023-12-06T00:54:26.570Z | Downloaded tokio-rustls v0.24.1 |
1268 | 2023-12-06T00:54:26.570Z | Downloaded bytes v1.5.0 |
1269 | 2023-12-06T00:54:26.570Z | Downloaded crc-any v2.4.3 |
1270 | 2023-12-06T00:54:26.570Z | Downloaded partial-io v0.5.4 |
1271 | 2023-12-06T00:54:26.571Z | Downloaded highway v1.1.0 |
1272 | 2023-12-06T00:54:26.571Z | Downloaded miniz_oxide v0.7.1 |
1273 | 2023-12-06T00:54:26.571Z | Downloaded http-body v0.4.5 |
1274 | 2023-12-06T00:54:26.571Z | Downloaded pretty-hex v0.4.0 |
1275 | 2023-12-06T00:54:26.571Z | Downloaded proc-macro-error-attr v1.0.4 |
1276 | 2023-12-06T00:54:26.571Z | Downloaded mockall_derive v0.11.4 |
1277 | 2023-12-06T00:54:26.571Z | Downloaded console v0.15.7 |
1278 | 2023-12-06T00:54:26.571Z | Downloaded term v0.7.0 |
1279 | 2023-12-06T00:54:26.572Z | Downloaded basic-toml v0.1.4 |
1280 | 2023-12-06T00:54:26.572Z | Downloaded addr2line v0.21.0 |
1281 | 2023-12-06T00:54:26.572Z | Downloaded subtle v2.5.0 |
1282 | 2023-12-06T00:54:26.572Z | Downloaded dtrace-parser v0.1.14 |
1283 | 2023-12-06T00:54:26.572Z | Downloaded blake2 v0.10.6 |
1284 | 2023-12-06T00:54:26.572Z | Downloaded backoff v0.4.0 |
1285 | 2023-12-06T00:54:26.572Z | Downloaded ahash v0.8.3 |
1286 | 2023-12-06T00:54:26.572Z | Downloaded smallvec v1.11.0 |
1287 | 2023-12-06T00:54:26.572Z | Downloaded sha2 v0.10.8 |
1288 | 2023-12-06T00:54:26.572Z | Downloaded ena v0.14.2 |
1289 | 2023-12-06T00:54:26.572Z | Downloaded digest v0.10.7 |
1290 | 2023-12-06T00:54:26.572Z | Downloaded owo-colors v3.5.0 |
1291 | 2023-12-06T00:54:26.573Z | Downloaded tabled_derive v0.6.0 |
1292 | 2023-12-06T00:54:26.573Z | Downloaded supports-color v2.1.0 |
1293 | 2023-12-06T00:54:26.573Z | Downloaded httpdate v1.0.3 |
1294 | 2023-12-06T00:54:26.573Z | Downloaded tokio-native-tls v0.3.1 |
1295 | 2023-12-06T00:54:26.573Z | Downloaded tokio-macros v2.2.0 |
1296 | 2023-12-06T00:54:26.573Z | Downloaded thread_local v1.1.7 |
1297 | 2023-12-06T00:54:26.573Z | Downloaded thread-id v4.2.0 |
1298 | 2023-12-06T00:54:26.573Z | Downloaded termios v0.3.3 |
1299 | 2023-12-06T00:54:26.573Z | Downloaded termcolor v1.2.0 |
1300 | 2023-12-06T00:54:26.573Z | Downloaded semver v0.1.20 |
1301 | 2023-12-06T00:54:26.573Z | Downloaded hubpack_derive v0.1.1 |
1302 | 2023-12-06T00:54:26.574Z | Downloaded http-range v0.1.5 |
1303 | 2023-12-06T00:54:26.574Z | Downloaded threadpool v1.8.1 |
1304 | 2023-12-06T00:54:26.574Z | Downloaded num-rational v0.4.1 |
1305 | 2023-12-06T00:54:26.574Z | Downloaded pretty-hex v0.2.1 |
1306 | 2023-12-06T00:54:26.574Z | Downloaded stable_deref_trait v1.2.0 |
1307 | 2023-12-06T00:54:26.574Z | Downloaded synstructure v0.12.6 |
1308 | 2023-12-06T00:54:26.574Z | Downloaded smf v0.2.2 |
1309 | 2023-12-06T00:54:26.574Z | Downloaded log v0.4.20 |
1310 | 2023-12-06T00:54:26.574Z | Downloaded bb8 v0.8.1 |
1311 | 2023-12-06T00:54:26.574Z | Downloaded argon2 v0.5.2 |
1312 | 2023-12-06T00:54:26.574Z | Downloaded async-trait v0.1.74 |
1313 | 2023-12-06T00:54:26.575Z | Downloaded strum_macros v0.24.3 |
1314 | 2023-12-06T00:54:26.575Z | Downloaded static_assertions v1.1.0 |
1315 | 2023-12-06T00:54:26.575Z | Downloaded num-derive v0.4.0 |
1316 | 2023-12-06T00:54:26.575Z | Downloaded memoffset v0.9.0 |
1317 | 2023-12-06T00:54:26.575Z | Downloaded cancel-safe-futures v0.1.5 |
1318 | 2023-12-06T00:54:26.575Z | Downloaded bzip2 v0.4.4 |
1319 | 2023-12-06T00:54:26.575Z | Downloaded blake2b_simd v1.0.1 |
1320 | 2023-12-06T00:54:26.575Z | Downloaded buf-list v1.0.3 |
1321 | 2023-12-06T00:54:26.575Z | Downloaded base64ct v1.6.0 |
1322 | 2023-12-06T00:54:26.576Z | Downloaded bitflags v2.4.0 |
1323 | 2023-12-06T00:54:26.576Z | Downloaded slog-json v2.6.1 |
1324 | 2023-12-06T00:54:26.576Z | Downloaded slog-envlogger v2.2.0 |
1325 | 2023-12-06T00:54:26.576Z | Downloaded serde_tokenstream v0.1.7 |
1326 | 2023-12-06T00:54:26.576Z | Downloaded assert_cmd v2.0.12 |
1327 | 2023-12-06T00:54:26.576Z | Downloaded slab v0.4.9 |
1328 | 2023-12-06T00:54:26.576Z | Downloaded bitfield v0.14.0 |
1329 | 2023-12-06T00:54:26.576Z | Downloaded downcast v0.11.0 |
1330 | 2023-12-06T00:54:26.576Z | Downloaded opaque-debug v0.3.0 |
1331 | 2023-12-06T00:54:26.576Z | Downloaded atomic-waker v1.1.1 |
1332 | 2023-12-06T00:54:26.576Z | Downloaded strum_macros v0.25.2 |
1333 | 2023-12-06T00:54:26.576Z | Downloaded signal-hook-tokio v0.3.1 |
1334 | 2023-12-06T00:54:26.577Z | Downloaded sha1 v0.10.6 |
1335 | 2023-12-06T00:54:26.577Z | Downloaded secrecy v0.8.0 |
1336 | 2023-12-06T00:54:26.577Z | Downloaded ansi_term v0.12.1 |
1337 | 2023-12-06T00:54:26.577Z | Downloaded ciborium v0.2.1 |
1338 | 2023-12-06T00:54:26.577Z | Downloaded tinyvec_macros v0.1.1 |
1339 | 2023-12-06T00:54:26.577Z | Downloaded semver v0.11.0 |
1340 | 2023-12-06T00:54:26.577Z | Downloaded oso v0.27.0 |
1341 | 2023-12-06T00:54:26.585Z | Downloaded openssl-sys v0.9.96 |
1342 | 2023-12-06T00:54:26.585Z | Downloaded md-5 v0.10.5 |
1343 | 2023-12-06T00:54:26.585Z | Downloaded maybe-uninit v2.0.0 |
1344 | 2023-12-06T00:54:26.585Z | Downloaded lazy_static v1.4.0 |
1345 | 2023-12-06T00:54:26.586Z | Downloaded num_enum_derive v0.5.11 |
1346 | 2023-12-06T00:54:26.586Z | Downloaded nibble_vec v0.1.0 |
1347 | 2023-12-06T00:54:26.586Z | Downloaded mime v0.3.17 |
1348 | 2023-12-06T00:54:26.586Z | Downloaded memoffset v0.7.1 |
1349 | 2023-12-06T00:54:26.586Z | Downloaded lru-cache v0.1.2 |
1350 | 2023-12-06T00:54:26.586Z | Downloaded ipnetwork v0.20.0 |
1351 | 2023-12-06T00:54:26.586Z | Downloaded bytecount v0.6.3 |
1352 | 2023-12-06T00:54:26.586Z | Downloaded try-lock v0.2.4 |
1353 | 2023-12-06T00:54:26.586Z | Downloaded smawk v0.3.1 |
1354 | 2023-12-06T00:54:26.586Z | Downloaded signature v1.6.4 |
1355 | 2023-12-06T00:54:26.586Z | Downloaded olpc-cjson v0.1.3 |
1356 | 2023-12-06T00:54:26.586Z | Downloaded linked-hash-map v0.5.6 |
1357 | 2023-12-06T00:54:26.586Z | Downloaded keccak v0.1.4 |
1358 | 2023-12-06T00:54:26.586Z | Downloaded darling v0.20.3 |
1359 | 2023-12-06T00:54:26.586Z | Downloaded maplit v1.0.2 |
1360 | 2023-12-06T00:54:26.586Z | Downloaded colored v2.0.4 |
1361 | 2023-12-06T00:54:26.587Z | Downloaded nanorand v0.7.0 |
1362 | 2023-12-06T00:54:26.587Z | Downloaded mockall v0.11.4 |
1363 | 2023-12-06T00:54:26.587Z | Downloaded packed_struct_codegen v0.10.1 |
1364 | 2023-12-06T00:54:26.587Z | Downloaded num_cpus v1.16.0 |
1365 | 2023-12-06T00:54:26.587Z | Downloaded libefi-sys v0.1.0 |
1366 | 2023-12-06T00:54:26.587Z | Downloaded lazycell v1.3.0 |
1367 | 2023-12-06T00:54:26.587Z | Downloaded hyper-tls v0.5.0 |
1368 | 2023-12-06T00:54:26.587Z | Downloaded bytesize v1.3.0 |
1369 | 2023-12-06T00:54:26.587Z | Downloaded block-buffer v0.10.4 |
1370 | 2023-12-06T00:54:26.587Z | Downloaded indoc v1.0.9 |
1371 | 2023-12-06T00:54:26.587Z | Downloaded cassowary v0.3.0 |
1372 | 2023-12-06T00:54:26.587Z | Downloaded base16ct v0.2.0 |
1373 | 2023-12-06T00:54:26.587Z | Downloaded serial_test_derive v0.10.0 |
1374 | 2023-12-06T00:54:26.588Z | Downloaded camino-tempfile v1.1.1 |
1375 | 2023-12-06T00:54:26.588Z | Downloaded byteorder v1.5.0 |
1376 | 2023-12-06T00:54:26.588Z | Downloaded block-padding v0.3.3 |
1377 | 2023-12-06T00:54:26.588Z | Downloaded crc v3.0.1 |
1378 | 2023-12-06T00:54:26.588Z | Downloaded chacha20 v0.9.1 |
1379 | 2023-12-06T00:54:26.588Z | Downloaded indoc v2.0.3 |
1380 | 2023-12-06T00:54:26.594Z | Downloaded async-stream v0.3.5 |
1381 | 2023-12-06T00:54:26.594Z | Downloaded serde_repr v0.1.16 |
1382 | 2023-12-06T00:54:26.594Z | Downloaded criterion-plot v0.5.0 |
1383 | 2023-12-06T00:54:26.600Z | Downloaded async-recursion v1.0.5 |
1384 | 2023-12-06T00:54:26.601Z | Downloaded bit-vec v0.6.3 |
1385 | 2023-12-06T00:54:26.606Z | Downloaded arrayref v0.3.7 |
1386 | 2023-12-06T00:54:26.606Z | Downloaded anes v0.1.6 |
1387 | 2023-12-06T00:54:26.611Z | Downloaded aead v0.5.2 |
1388 | 2023-12-06T00:54:26.611Z | Downloaded oso-derive v0.27.0 |
1389 | 2023-12-06T00:54:26.611Z | Downloaded normalize-line-endings v0.3.0 |
1390 | 2023-12-06T00:54:26.611Z | Downloaded adler v1.0.2 |
1391 | 2023-12-06T00:54:26.618Z | Downloaded serde_plain v1.0.2 |
1392 | 2023-12-06T00:54:26.618Z | Downloaded nodrop v0.1.14 |
1393 | 2023-12-06T00:54:26.618Z | Downloaded matches v0.1.10 |
1394 | 2023-12-06T00:54:26.623Z | Downloaded darling v0.14.4 |
1395 | 2023-12-06T00:54:26.623Z | Downloaded array-init v0.0.4 |
1396 | 2023-12-06T00:54:26.627Z | Downloaded assert_matches v1.5.0 |
1397 | 2023-12-06T00:54:26.627Z | Downloaded approx v0.5.1 |
1398 | 2023-12-06T00:54:26.633Z | Downloaded schemars_derive v0.8.13 |
1399 | 2023-12-06T00:54:26.633Z | Downloaded crossbeam-utils v0.8.16 |
1400 | 2023-12-06T00:54:26.637Z | Downloaded native-tls v0.2.11 |
1401 | 2023-12-06T00:54:26.641Z | Downloaded crc32fast v1.3.2 |
1402 | 2023-12-06T00:54:26.652Z | Downloaded mime_guess v2.0.4 |
1403 | 2023-12-06T00:54:26.653Z | Downloaded macaddr v1.0.1 |
1404 | 2023-12-06T00:54:26.657Z | Downloaded is-terminal v0.4.9 |
1405 | 2023-12-06T00:54:26.657Z | Downloaded inout v0.1.3 |
1406 | 2023-12-06T00:54:26.657Z | Downloaded is_ci v1.1.1 |
1407 | 2023-12-06T00:54:26.658Z | Downloaded iana-time-zone v0.1.57 |
1408 | 2023-12-06T00:54:26.658Z | Downloaded managed v0.8.0 |
1409 | 2023-12-06T00:54:26.658Z | Downloaded ciborium-io v0.2.1 |
1410 | 2023-12-06T00:54:26.664Z | Downloaded async-stream-impl v0.3.5 |
1411 | 2023-12-06T00:54:26.664Z | Downloaded num_threads v0.1.6 |
1412 | 2023-12-06T00:54:26.665Z | Downloaded num-iter v0.1.43 |
1413 | 2023-12-06T00:54:26.665Z | Downloaded crucible-workspace-hack v0.1.0 |
1414 | 2023-12-06T00:54:26.672Z | Downloaded atomicwrites v0.4.2 |
1415 | 2023-12-06T00:54:26.672Z | Downloaded atty v0.2.14 |
1416 | 2023-12-06T00:54:26.672Z | Downloaded nu-ansi-term v0.49.0 |
1417 | 2023-12-06T00:54:26.688Z | Downloaded num v0.4.1 |
1418 | 2023-12-06T00:54:26.688Z | Downloaded newtype_derive v0.1.6 |
1419 | 2023-12-06T00:54:26.688Z | Downloaded linear-map v1.2.0 |
1420 | 2023-12-06T00:54:26.688Z | Downloaded cfg-if v0.1.10 |
1421 | 2023-12-06T00:54:26.688Z | Downloaded kstat-rs v0.2.3 |
1422 | 2023-12-06T00:54:26.697Z | Downloaded const-oid v0.9.5 |
1423 | 2023-12-06T00:54:26.697Z | Downloaded clang-sys v1.6.1 |
1424 | 2023-12-06T00:54:26.697Z | Downloaded hyper-rustls v0.24.2 |
1425 | 2023-12-06T00:54:26.698Z | Downloaded lalrpop-util v0.19.12 |
1426 | 2023-12-06T00:54:26.698Z | Downloaded crypto-common v0.1.6 |
1427 | 2023-12-06T00:54:26.706Z | Downloaded cast v0.3.0 |
1428 | 2023-12-06T00:54:26.706Z | Downloaded corncobs v0.1.3 |
1429 | 2023-12-06T00:54:26.707Z | Downloaded crc-catalog v2.2.0 |
1430 | 2023-12-06T00:54:26.707Z | Downloaded cstr-argument v0.1.2 |
1431 | 2023-12-06T00:54:26.707Z | Downloaded crunchy v0.2.2 |
1432 | 2023-12-06T00:54:26.718Z | Downloaded crossbeam-deque v0.8.3 |
1433 | 2023-12-06T00:54:26.718Z | Downloaded crossbeam v0.8.2 |
1434 | 2023-12-06T00:54:26.718Z | Downloaded cpufeatures v0.2.9 |
1435 | 2023-12-06T00:54:26.718Z | Downloaded convert_case v0.4.0 |
1436 | 2023-12-06T00:54:26.718Z | Downloaded constant_time_eq v0.3.0 |
1437 | 2023-12-06T00:54:27.351Z | Compiling serde v1.0.192 |
1438 | 2023-12-06T00:54:27.352Z | Compiling autocfg v1.1.0 |
1439 | 2023-12-06T00:54:27.355Z | Checking cfg-if v1.0.0 |
1440 | 2023-12-06T00:54:27.355Z | Compiling version_check v0.9.4 |
1441 | 2023-12-06T00:54:27.378Z | Compiling syn v1.0.109 |
1442 | 2023-12-06T00:54:27.401Z | Checking libc v0.2.150 |
1443 | 2023-12-06T00:54:27.413Z | Compiling syn v2.0.32 |
1444 | 2023-12-06T00:54:27.485Z | Compiling parking_lot_core v0.9.8 |
1445 | 2023-12-06T00:54:27.512Z | Compiling libm v0.2.7 |
1446 | 2023-12-06T00:54:28.006Z | Compiling cc v1.0.83 |
1447 | 2023-12-06T00:54:28.127Z | Compiling futures-core v0.3.29 |
1448 | 2023-12-06T00:54:28.360Z | Compiling once_cell v1.18.0 |
1449 | 2023-12-06T00:54:28.758Z | Compiling serde_json v1.0.108 |
1450 | 2023-12-06T00:54:28.887Z | Compiling memchr v2.6.3 |
1451 | 2023-12-06T00:54:28.912Z | Compiling lock_api v0.4.10 |
1452 | 2023-12-06T00:54:29.101Z | Compiling num-traits v0.2.16 |
1453 | 2023-12-06T00:54:29.334Z | Compiling slab v0.4.9 |
1454 | 2023-12-06T00:54:29.524Z | Checking getrandom v0.2.10 |
1455 | 2023-12-06T00:54:29.631Z | Compiling futures-channel v0.3.29 |
1456 | 2023-12-06T00:54:30.002Z | Compiling futures-task v0.3.29 |
1457 | 2023-12-06T00:54:30.297Z | Compiling typenum v1.16.0 |
1458 | 2023-12-06T00:54:30.320Z | Compiling futures-util v0.3.29 |
1459 | 2023-12-06T00:54:30.612Z | Compiling generic-array v0.14.7 |
1460 | 2023-12-06T00:54:30.975Z | Checking scopeguard v1.2.0 |
1461 | 2023-12-06T00:54:31.220Z | Compiling log v0.4.20 |
1462 | 2023-12-06T00:54:31.448Z | Compiling pkg-config v0.3.27 |
1463 | 2023-12-06T00:54:32.516Z | Checking smallvec v1.11.0 |
1464 | 2023-12-06T00:54:32.774Z | Checking itoa v1.0.9 |
1465 | 2023-12-06T00:54:33.064Z | Compiling rustix v0.38.25 |
1466 | 2023-12-06T00:54:33.081Z | Compiling indexmap v1.9.3 |
1467 | 2023-12-06T00:54:33.111Z | Compiling schemars v0.8.13 |
1468 | 2023-12-06T00:54:33.594Z | Compiling vcpkg v0.2.15 |
1469 | 2023-12-06T00:54:33.626Z | Compiling fnv v1.0.7 |
1470 | 2023-12-06T00:54:33.698Z | Compiling httparse v1.8.0 |
1471 | 2023-12-06T00:54:34.136Z | Checking rand_core v0.6.4 |
1472 | 2023-12-06T00:54:34.386Z | Compiling ring v0.17.5 |
1473 | 2023-12-06T00:54:34.534Z | Compiling ring v0.16.20 |
1474 | 2023-12-06T00:54:36.240Z | Compiling aho-corasick v1.0.4 |
1475 | 2023-12-06T00:54:36.286Z | Compiling regex-syntax v0.8.2 |
1476 | 2023-12-06T00:54:37.218Z | Compiling openssl-sys v0.9.96 |
1477 | 2023-12-06T00:54:38.760Z | Compiling parking_lot v0.12.1 |
1478 | 2023-12-06T00:54:39.558Z | Checking pin-project-lite v0.2.13 |
1479 | 2023-12-06T00:54:39.708Z | Compiling ahash v0.8.3 |
1480 | 2023-12-06T00:54:40.196Z | Compiling serde_derive_internals v0.26.0 |
1481 | 2023-12-06T00:54:40.347Z | Checking spin v0.5.2 |
1482 | 2023-12-06T00:54:40.753Z | Compiling openssl v0.10.60 |
1483 | 2023-12-06T00:54:41.312Z | Checking signal-hook-registry v1.4.1 |
1484 | 2023-12-06T00:54:41.657Z | Compiling regex-automata v0.4.3 |
1485 | 2023-12-06T00:54:42.090Z | Compiling ucd-trie v0.1.6 |
1486 | 2023-12-06T00:54:43.037Z | Compiling rustls v0.21.9 |
1487 | 2023-12-06T00:54:43.471Z | Checking mio v0.8.9 |
1488 | 2023-12-06T00:54:43.741Z | Compiling iana-time-zone v0.1.57 |
1489 | 2023-12-06T00:54:43.924Z | Compiling native-tls v0.2.11 |
1490 | 2023-12-06T00:54:44.423Z | Compiling async-trait v0.1.74 |
1491 | 2023-12-06T00:54:44.447Z | Checking num_cpus v1.16.0 |
1492 | 2023-12-06T00:54:44.916Z | Compiling dyn-clone v1.0.13 |
1493 | 2023-12-06T00:54:45.210Z | Compiling unicode-xid v0.2.4 |
1494 | 2023-12-06T00:54:45.217Z | Compiling byteorder v1.5.0 |
1495 | 2023-12-06T00:54:45.917Z | Compiling backtrace v0.3.69 |
1496 | 2023-12-06T00:54:46.012Z | Checking socket2 v0.5.5 |
1497 | 2023-12-06T00:54:46.732Z | Compiling futures-sink v0.3.29 |
1498 | 2023-12-06T00:54:46.772Z | Compiling hashbrown v0.13.2 |
1499 | 2023-12-06T00:54:46.818Z | Compiling errno v0.3.2 |
1500 | 2023-12-06T00:54:46.892Z | Compiling crossbeam-utils v0.8.16 |
1501 | 2023-12-06T00:54:47.140Z | Checking ryu v1.0.15 |
1502 | 2023-12-06T00:54:47.333Z | Compiling tinyvec_macros v0.1.1 |
1503 | 2023-12-06T00:54:47.466Z | Compiling crc32fast v1.3.2 |
1504 | 2023-12-06T00:54:47.484Z | Compiling tinyvec v1.6.0 |
1505 | 2023-12-06T00:54:48.225Z | Compiling anyhow v1.0.75 |
1506 | 2023-12-06T00:54:48.318Z | Compiling pin-utils v0.1.0 |
1507 | 2023-12-06T00:54:48.433Z | Compiling regex v1.10.2 |
1508 | 2023-12-06T00:54:48.578Z | Compiling futures-io v0.3.29 |
1509 | 2023-12-06T00:54:48.659Z | Compiling spin v0.9.8 |
1510 | 2023-12-06T00:54:49.035Z | Compiling tracing-core v0.1.31 |
1511 | 2023-12-06T00:54:49.209Z | Compiling unicode-bidi v0.3.13 |
1512 | 2023-12-06T00:54:50.112Z | Compiling unicode-normalization v0.1.22 |
1513 | 2023-12-06T00:54:50.186Z | Compiling num-integer v0.1.45 |
1514 | 2023-12-06T00:54:51.437Z | Compiling synstructure v0.12.6 |
1515 | 2023-12-06T00:54:51.477Z | Compiling lazy_static v1.4.0 |
1516 | 2023-12-06T00:54:51.495Z | Compiling unicode-width v0.1.11 |
1517 | 2023-12-06T00:54:51.622Z | Compiling base64 v0.21.5 |
1518 | 2023-12-06T00:54:51.719Z | Compiling slog v2.7.0 |
1519 | 2023-12-06T00:54:51.879Z | Compiling rustversion v1.0.14 |
1520 | 2023-12-06T00:54:51.896Z | Compiling serde_derive v1.0.192 |
1521 | 2023-12-06T00:54:52.455Z | Compiling thiserror-impl v1.0.49 |
1522 | 2023-12-06T00:54:52.529Z | Compiling zeroize_derive v1.4.2 |
1523 | 2023-12-06T00:54:52.844Z | Compiling tokio-macros v2.2.0 |
1524 | 2023-12-06T00:54:52.874Z | Compiling futures-macro v0.3.29 |
1525 | 2023-12-06T00:54:52.972Z | Compiling tracing-attributes v0.1.26 |
1526 | 2023-12-06T00:54:54.509Z | Compiling schemars_derive v0.8.13 |
1527 | 2023-12-06T00:54:55.184Z | Compiling openssl-macros v0.1.1 |
1528 | 2023-12-06T00:54:55.668Z | Checking zeroize v1.7.0 |
1529 | 2023-12-06T00:54:57.613Z | Compiling zerocopy-derive v0.2.0 |
1530 | 2023-12-06T00:54:57.936Z | Compiling thiserror v1.0.49 |
1531 | 2023-12-06T00:54:58.120Z | Compiling pest v2.7.2 |
1532 | 2023-12-06T00:54:58.636Z | Compiling hashbrown v0.12.3 |
1533 | 2023-12-06T00:54:59.555Z | Compiling tracing v0.1.37 |
1534 | 2023-12-06T00:54:59.997Z | Compiling untrusted v0.7.1 |
1535 | 2023-12-06T00:55:00.280Z | Compiling foreign-types-shared v0.1.1 |
1536 | 2023-12-06T00:55:00.320Z | Compiling percent-encoding v2.3.1 |
1537 | 2023-12-06T00:55:00.417Z | Checking subtle v2.5.0 |
1538 | 2023-12-06T00:55:00.432Z | Compiling openssl-probe v0.1.5 |
1539 | 2023-12-06T00:55:00.786Z | Compiling time-core v0.1.1 |
1540 | 2023-12-06T00:55:00.846Z | Compiling untrusted v0.9.0 |
1541 | 2023-12-06T00:55:00.865Z | Compiling foreign-types v0.3.2 |
1542 | 2023-12-06T00:55:01.027Z | Compiling time-macros v0.2.13 |
1543 | 2023-12-06T00:55:02.134Z | Compiling pest_meta v2.7.2 |
1544 | 2023-12-06T00:55:04.602Z | Compiling pest_generator v2.7.2 |
1545 | 2023-12-06T00:55:05.906Z | Compiling try-lock v0.2.4 |
1546 | 2023-12-06T00:55:06.647Z | Compiling want v0.3.1 |
1547 | 2023-12-06T00:55:07.151Z | Compiling rustls-webpki v0.101.7 |
1548 | 2023-12-06T00:55:07.408Z | Compiling sct v0.7.0 |
1549 | 2023-12-06T00:55:07.918Z | Compiling form_urlencoded v1.2.1 |
1550 | 2023-12-06T00:55:08.455Z | Compiling zerocopy-derive v0.6.4 |
1551 | 2023-12-06T00:55:10.363Z | Compiling socket2 v0.4.9 |
1552 | 2023-12-06T00:55:10.448Z | Compiling httpdate v1.0.3 |
1553 | 2023-12-06T00:55:10.557Z | Compiling pest_derive v2.7.2 |
1554 | 2023-12-06T00:55:10.810Z | Compiling tower-service v0.3.2 |
1555 | 2023-12-06T00:55:10.960Z | Compiling either v1.9.0 |
1556 | 2023-12-06T00:55:11.480Z | Compiling rustls-pemfile v1.0.3 |
1557 | 2023-12-06T00:55:11.727Z | Compiling idna v0.5.0 |
1558 | 2023-12-06T00:55:11.731Z | Compiling memoffset v0.9.0 |
1559 | 2023-12-06T00:55:12.054Z | Compiling usdt-impl v0.3.5 |
1560 | 2023-12-06T00:55:12.099Z | Compiling adler v1.0.2 |
1561 | 2023-12-06T00:55:12.346Z | Compiling miniz_oxide v0.7.1 |
1562 | 2023-12-06T00:55:12.416Z | Compiling rustls-native-certs v0.6.3 |
1563 | 2023-12-06T00:55:12.711Z | Compiling zerocopy v0.3.0 |
1564 | 2023-12-06T00:55:13.030Z | Checking crypto-common v0.1.6 |
1565 | 2023-12-06T00:55:13.315Z | Compiling url v2.5.0 |
1566 | 2023-12-06T00:55:14.024Z | Compiling signal-hook v0.3.17 |
1567 | 2023-12-06T00:55:14.401Z | Compiling ipnet v2.8.0 |
1568 | 2023-12-06T00:55:14.441Z | Compiling dof v0.1.5 |
1569 | 2023-12-06T00:55:14.864Z | Checking bytes v1.5.0 |
1570 | 2023-12-06T00:55:15.029Z | Checking bitflags v2.4.0 |
1571 | 2023-12-06T00:55:15.433Z | Compiling dtrace-parser v0.1.14 |
1572 | 2023-12-06T00:55:15.912Z | Compiling clap_derive v4.4.2 |
1573 | 2023-12-06T00:55:16.386Z | Compiling indexmap v2.1.0 |
1574 | 2023-12-06T00:55:16.419Z | Compiling chrono v0.4.31 |
1575 | 2023-12-06T00:55:17.779Z | Compiling semver v1.0.20 |
1576 | 2023-12-06T00:55:18.171Z | Compiling uuid v1.6.1 |
1577 | 2023-12-06T00:55:18.758Z | Compiling http v0.2.11 |
1578 | 2023-12-06T00:55:19.013Z | Compiling tokio v1.34.0 |
1579 | 2023-12-06T00:55:21.457Z | Compiling toml_datetime v0.6.5 |
1580 | 2023-12-06T00:55:22.137Z | Compiling serde_spanned v0.6.4 |
1581 | 2023-12-06T00:55:22.485Z | Compiling rustc_version v0.4.0 |
1582 | 2023-12-06T00:55:22.913Z | Compiling toml_edit v0.19.15 |
1583 | 2023-12-06T00:55:23.710Z | Compiling openapiv3 v2.0.0-rc.1 |
1584 | 2023-12-06T00:55:24.410Z | Compiling http-body v0.4.5 |
1585 | 2023-12-06T00:55:26.372Z | Compiling serde_urlencoded v0.7.1 |
1586 | 2023-12-06T00:55:26.843Z | Compiling crossbeam-epoch v0.9.15 |
1587 | 2023-12-06T00:55:27.187Z | Compiling thread-id v4.2.0 |
1588 | 2023-12-06T00:55:27.327Z | Compiling encoding_rs v0.8.33 |
1589 | 2023-12-06T00:55:27.502Z | Compiling webpki-roots v0.25.2 |
1590 | 2023-12-06T00:55:27.723Z | Compiling gimli v0.28.0 |
1591 | 2023-12-06T00:55:27.755Z | Compiling mime v0.3.17 |
1592 | 2023-12-06T00:55:28.682Z | Checking const-oid v0.9.5 |
1593 | 2023-12-06T00:55:29.891Z | Compiling siphasher v0.3.11 |
1594 | 2023-12-06T00:55:31.507Z | Compiling tokio-util v0.7.10 |
1595 | 2023-12-06T00:55:32.233Z | Compiling tokio-rustls v0.24.1 |
1596 | 2023-12-06T00:55:32.846Z | Compiling serde_tokenstream v0.1.7 |
1597 | 2023-12-06T00:55:33.536Z | Compiling h2 v0.3.21 |
1598 | 2023-12-06T00:55:33.668Z | Compiling strum_macros v0.25.2 |
1599 | 2023-12-06T00:55:35.294Z | Compiling tokio-native-tls v0.3.1 |
1600 | 2023-12-06T00:55:35.678Z | Compiling addr2line v0.21.0 |
1601 | 2023-12-06T00:55:35.696Z | Compiling bzip2-sys v0.1.11+1.0.8 |
1602 | 2023-12-06T00:55:36.048Z | Compiling object v0.32.1 |
1603 | 2023-12-06T00:55:36.368Z | Compiling num-iter v0.1.43 |
1604 | 2023-12-06T00:55:36.679Z | Compiling rustc-demangle v0.1.23 |
1605 | 2023-12-06T00:55:38.065Z | Compiling flate2 v1.0.28 |
1606 | 2023-12-06T00:55:38.250Z | Compiling heapless v0.7.16 |
1607 | 2023-12-06T00:55:38.854Z | Compiling block-buffer v0.10.4 |
1608 | 2023-12-06T00:55:39.271Z | Compiling doc-comment v0.3.3 |
1609 | 2023-12-06T00:55:39.722Z | Compiling ppv-lite86 v0.2.17 |
1610 | 2023-12-06T00:55:40.194Z | Compiling usdt-macro v0.3.5 |
1611 | 2023-12-06T00:55:40.314Z | Compiling usdt-attr-macro v0.3.5 |
1612 | 2023-12-06T00:55:40.528Z | Compiling toml v0.7.8 |
1613 | 2023-12-06T00:55:40.922Z | Compiling rand_chacha v0.3.1 |
1614 | 2023-12-06T00:55:42.291Z | Compiling toml_edit v0.21.0 |
1615 | 2023-12-06T00:55:42.656Z | Compiling digest v0.10.7 |
1616 | 2023-12-06T00:55:42.837Z | Compiling hex v0.4.3 |
1617 | 2023-12-06T00:55:43.318Z | Compiling pin-project-internal v1.1.3 |
1618 | 2023-12-06T00:55:43.849Z | Compiling bit-vec v0.6.3 |
1619 | 2023-12-06T00:55:44.004Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
1620 | 2023-12-06T00:55:44.516Z | Compiling hyper v0.14.27 |
1621 | 2023-12-06T00:55:45.070Z | Compiling rand v0.8.5 |
1622 | 2023-12-06T00:55:45.430Z | Compiling phf_shared v0.10.0 |
1623 | 2023-12-06T00:55:46.240Z | Compiling num-bigint v0.4.4 |
1624 | 2023-12-06T00:55:47.502Z | Compiling smoltcp v0.9.1 |
1625 | 2023-12-06T00:55:48.416Z | Compiling new_debug_unreachable v1.0.4 |
1626 | 2023-12-06T00:55:48.539Z | Compiling fixedbitset v0.4.2 |
1627 | 2023-12-06T00:55:48.636Z | Compiling precomputed-hash v0.1.1 |
1628 | 2023-12-06T00:55:48.773Z | Compiling string_cache v0.8.7 |
1629 | 2023-12-06T00:55:49.150Z | Compiling petgraph v0.6.4 |
1630 | 2023-12-06T00:55:49.301Z | Compiling bit-set v0.5.3 |
1631 | 2023-12-06T00:55:49.698Z | Compiling itertools v0.10.5 |
1632 | 2023-12-06T00:55:50.551Z | Compiling enum-as-inner v0.5.1 |
1633 | 2023-12-06T00:55:50.938Z | Compiling hubpack_derive v0.1.1 |
1634 | 2023-12-06T00:55:51.280Z | Compiling diesel_table_macro_syntax v0.1.0 |
1635 | 2023-12-06T00:55:52.016Z | Compiling unicode-segmentation v1.10.1 |
1636 | 2023-12-06T00:55:52.198Z | Compiling lalrpop-util v0.19.12 |
1637 | 2023-12-06T00:55:52.306Z | Compiling diesel_derives v2.1.2 |
1638 | 2023-12-06T00:55:53.479Z | Compiling snafu-derive v0.7.5 |
1639 | 2023-12-06T00:55:53.499Z | Compiling cpufeatures v0.2.9 |
1640 | 2023-12-06T00:55:54.312Z | Compiling sha2 v0.10.8 |
1641 | 2023-12-06T00:55:54.360Z | Compiling rustix v0.37.23 |
1642 | 2023-12-06T00:55:54.788Z | Compiling md-5 v0.10.5 |
1643 | 2023-12-06T00:55:55.147Z | Compiling hmac v0.12.1 |
1644 | 2023-12-06T00:55:55.477Z | Compiling serde_repr v0.1.16 |
1645 | 2023-12-06T00:55:55.620Z | Compiling hyper-tls v0.5.0 |
1646 | 2023-12-06T00:55:55.695Z | Compiling hyper-rustls v0.24.2 |
1647 | 2023-12-06T00:55:56.117Z | Compiling stringprep v0.1.3 |
1648 | 2023-12-06T00:55:56.526Z | Compiling reqwest v0.11.22 |
1649 | 2023-12-06T00:55:57.277Z | Compiling hash32 v0.2.1 |
1650 | 2023-12-06T00:55:57.726Z | Compiling fallible-iterator v0.2.0 |
1651 | 2023-12-06T00:55:57.844Z | Checking bitflags v1.3.2 |
1652 | 2023-12-06T00:55:57.970Z | Compiling stable_deref_trait v1.2.0 |
1653 | 2023-12-06T00:55:58.885Z | Compiling postgres-protocol v0.6.6 |
1654 | 2023-12-06T00:56:00.586Z | Compiling terminal_size v0.2.6 |
1655 | 2023-12-06T00:56:00.854Z | Compiling phf_shared v0.11.2 |
1656 | 2023-12-06T00:56:01.060Z | Compiling block-padding v0.3.3 |
1657 | 2023-12-06T00:56:01.391Z | Compiling scheduled-thread-pool v0.2.7 |
1658 | 2023-12-06T00:56:01.446Z | Compiling managed v0.8.0 |
1659 | 2023-12-06T00:56:02.155Z | Compiling deranged v0.3.8 |
1660 | 2023-12-06T00:56:02.353Z | Compiling matches v0.1.10 |
1661 | 2023-12-06T00:56:02.473Z | Compiling num_threads v0.1.6 |
1662 | 2023-12-06T00:56:02.635Z | Compiling regex-automata v0.1.10 |
1663 | 2023-12-06T00:56:02.899Z | Compiling clap_builder v4.4.2 |
1664 | 2023-12-06T00:56:02.945Z | Compiling idna v0.2.3 |
1665 | 2023-12-06T00:56:03.406Z | Compiling bstr v0.2.17 |
1666 | 2023-12-06T00:56:03.431Z | Compiling r2d2 v0.8.10 |
1667 | 2023-12-06T00:56:03.962Z | Compiling signal-hook-mio v0.2.3 |
1668 | 2023-12-06T00:56:04.175Z | Compiling inout v0.1.3 |
1669 | 2023-12-06T00:56:04.571Z | Compiling phf v0.11.2 |
1670 | 2023-12-06T00:56:04.984Z | Compiling bzip2 v0.4.4 |
1671 | 2023-12-06T00:56:05.136Z | Compiling time v0.3.27 |
1672 | 2023-12-06T00:56:05.556Z | Compiling postgres-types v0.2.6 |
1673 | 2023-12-06T00:56:05.824Z | Compiling hubpack v0.1.2 |
1674 | 2023-12-06T00:56:06.500Z | Compiling pin-project v1.1.3 |
1675 | 2023-12-06T00:56:06.779Z | Compiling ipnetwork v0.20.0 |
1676 | 2023-12-06T00:56:07.217Z | Compiling zerocopy v0.6.4 |
1677 | 2023-12-06T00:56:08.020Z | Compiling itertools v0.11.0 |
1678 | 2023-12-06T00:56:08.212Z | Compiling futures-executor v0.3.29 |
1679 | 2023-12-06T00:56:09.156Z | Compiling float-cmp v0.9.0 |
1680 | 2023-12-06T00:56:10.537Z | Compiling whoami v1.4.1 |
1681 | 2023-12-06T00:56:11.512Z | Compiling difflib v0.4.0 |
1682 | 2023-12-06T00:56:12.039Z | Compiling regex-automata v0.3.8 |
1683 | 2023-12-06T00:56:12.692Z | Compiling data-encoding v2.4.0 |
1684 | 2023-12-06T00:56:14.140Z | Compiling normalize-line-endings v0.3.0 |
1685 | 2023-12-06T00:56:14.224Z | Compiling static_assertions v1.1.0 |
1686 | 2023-12-06T00:56:14.303Z | Compiling predicates-core v1.0.6 |
1687 | 2023-12-06T00:56:14.347Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e) |
1688 | 2023-12-06T00:56:14.860Z | Compiling bstr v1.6.0 |
1689 | 2023-12-06T00:56:16.069Z | Compiling predicates v3.0.4 |
1690 | 2023-12-06T00:56:16.696Z | Compiling trust-dns-proto v0.22.0 |
1691 | 2023-12-06T00:56:18.855Z | Compiling tokio-postgres v0.7.10 |
1692 | 2023-12-06T00:56:18.979Z | Compiling diesel v2.1.4 |
1693 | 2023-12-06T00:56:19.079Z | Compiling yasna v0.5.2 |
1694 | 2023-12-06T00:56:22.199Z | Compiling clap v4.4.3 |
1695 | 2023-12-06T00:56:22.312Z | Compiling futures v0.3.29 |
1696 | 2023-12-06T00:56:22.349Z | Compiling snafu v0.7.5 |
1697 | 2023-12-06T00:56:22.469Z | Compiling zip v0.6.6 |
1698 | 2023-12-06T00:56:23.204Z | Compiling similar v2.2.1 |
1699 | 2023-12-06T00:56:23.248Z | Compiling cipher v0.4.4 |
1700 | 2023-12-06T00:56:23.736Z | Compiling crossterm v0.27.0 |
1701 | 2023-12-06T00:56:24.288Z | Compiling signature v2.1.0 |
1702 | 2023-12-06T00:56:24.307Z | Compiling usdt v0.3.5 |
1703 | 2023-12-06T00:56:24.703Z | Compiling tokio-stream v0.1.14 |
1704 | 2023-12-06T00:56:26.142Z | Compiling console v0.15.7 |
1705 | 2023-12-06T00:56:26.811Z | Checking hashbrown v0.14.2 |
1706 | 2023-12-06T00:56:28.598Z | Checking equivalent v1.0.1 |
1707 | 2023-12-06T00:56:28.621Z | Checking unicode-ident v1.0.12 |
1708 | 2023-12-06T00:56:28.861Z | Checking proc-macro2 v1.0.69 |
1709 | 2023-12-06T00:56:30.159Z | Checking quote v1.0.33 |
1710 | 2023-12-06T00:56:31.448Z | Checking utf8parse v0.2.1 |
1711 | 2023-12-06T00:56:32.525Z | Checking anstyle v1.0.2 |
1712 | 2023-12-06T00:56:33.440Z | Checking io-lifetimes v1.0.11 |
1713 | 2023-12-06T00:56:36.215Z | Checking anstyle-parse v0.2.1 |
1714 | 2023-12-06T00:56:40.641Z | Checking anstyle-query v1.0.0 |
1715 | 2023-12-06T00:56:40.798Z | Checking colorchoice v1.0.0 |
1716 | 2023-12-06T00:56:40.978Z | Checking anstream v0.5.0 |
1717 | 2023-12-06T00:56:41.587Z | Checking strsim v0.10.0 |
1718 | 2023-12-06T00:56:41.591Z | Checking clap_lex v0.5.1 |
1719 | 2023-12-06T00:56:42.542Z | Checking winnow v0.5.15 |
1720 | 2023-12-06T00:56:47.751Z | Compiling serde_tokenstream v0.2.0 |
1721 | 2023-12-06T00:56:52.533Z | Compiling regress v0.7.1 |
1722 | 2023-12-06T00:56:57.959Z | Compiling typify-impl v0.0.14 (https://github.com/oxidecomputer/typify#c9d6453f) |
1723 | 2023-12-06T00:57:05.223Z | Compiling getopts v0.2.21 |
1724 | 2023-12-06T00:57:06.171Z | Compiling unsafe-libyaml v0.2.9 |
1725 | 2023-12-06T00:57:06.907Z | Checking heck v0.4.1 |
1726 | 2023-12-06T00:57:07.602Z | Checking progenitor-client v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#9339b576) |
1727 | 2023-12-06T00:57:08.309Z | Compiling serde_yaml v0.9.25 |
1728 | 2023-12-06T00:57:08.528Z | Compiling ident_case v1.0.1 |
1729 | 2023-12-06T00:57:08.782Z | Checking fastrand v2.0.0 |
1730 | 2023-12-06T00:57:09.290Z | Checking tempfile v3.8.1 |
1731 | 2023-12-06T00:57:09.387Z | Checking match_cfg v0.1.0 |
1732 | 2023-12-06T00:57:09.418Z | Checking hostname v0.3.1 |
1733 | 2023-12-06T00:57:09.531Z | Checking atty v0.2.14 |
1734 | 2023-12-06T00:57:09.592Z | Compiling paste v1.0.14 |
1735 | 2023-12-06T00:57:09.681Z | Checking quick-error v1.2.3 |
1736 | 2023-12-06T00:57:09.804Z | Checking crossbeam-channel v0.5.8 |
1737 | 2023-12-06T00:57:10.281Z | Checking sha1 v0.10.6 |
1738 | 2023-12-06T00:57:10.281Z | Checking dirs-sys-next v0.1.2 |
1739 | 2023-12-06T00:57:10.506Z | Checking dirs-next v2.0.0 |
1740 | 2023-12-06T00:57:10.676Z | Checking thread_local v1.1.7 |
1741 | 2023-12-06T00:57:10.919Z | Checking instant v0.1.12 |
1742 | 2023-12-06T00:57:11.067Z | Compiling slog-async v2.8.0 |
1743 | 2023-12-06T00:57:11.083Z | Checking term v0.7.0 |
1744 | 2023-12-06T00:57:11.720Z | Checking camino v1.1.6 |
1745 | 2023-12-06T00:57:11.880Z | Compiling multer v2.1.0 |
1746 | 2023-12-06T00:57:12.306Z | Checking take_mut v0.2.2 |
1747 | 2023-12-06T00:57:12.458Z | Checking slog-term v2.9.0 |
1748 | 2023-12-06T00:57:12.580Z | Compiling darling_core v0.20.3 |
1749 | 2023-12-06T00:57:12.894Z | Checking slog-json v2.6.1 |
1750 | 2023-12-06T00:57:13.266Z | Compiling async-stream-impl v0.3.5 |
1751 | 2023-12-06T00:57:13.316Z | Compiling dropshot v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#ff87a017) |
1752 | 2023-12-06T00:57:14.157Z | Checking debug-ignore v1.0.5 |
1753 | 2023-12-06T00:57:14.169Z | Checking atomic-waker v1.1.1 |
1754 | 2023-12-06T00:57:14.169Z | Checking waitgroup v0.1.2 |
1755 | 2023-12-06T00:57:14.328Z | Checking slog-bunyan v2.4.0 |
1756 | 2023-12-06T00:57:15.129Z | Checking toml v0.8.8 |
1757 | 2023-12-06T00:57:15.203Z | Compiling dropshot_endpoint v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#ff87a017) |
1758 | 2023-12-06T00:57:15.540Z | Checking async-stream v0.3.5 |
1759 | 2023-12-06T00:57:15.779Z | Checking serde_path_to_error v0.1.14 |
1760 | 2023-12-06T00:57:15.798Z | Checking strum v0.25.0 |
1761 | 2023-12-06T00:57:16.003Z | Compiling structmeta-derive v0.2.0 |
1762 | 2023-12-06T00:57:16.365Z | Checking wait-timeout v0.2.0 |
1763 | 2023-12-06T00:57:16.611Z | Checking rusty-fork v0.3.0 |
1764 | 2023-12-06T00:57:16.761Z | Checking rand_xorshift v0.3.0 |
1765 | 2023-12-06T00:57:16.990Z | Compiling regex-syntax v0.7.5 |
1766 | 2023-12-06T00:57:17.019Z | Checking unarray v0.1.4 |
1767 | 2023-12-06T00:57:17.235Z | Checking proptest v1.4.0 |
1768 | 2023-12-06T00:57:21.084Z | Compiling structmeta v0.2.0 |
1769 | 2023-12-06T00:57:21.716Z | Checking backoff v0.4.0 |
1770 | 2023-12-06T00:57:22.163Z | Compiling test-strategy v0.3.1 |
1771 | 2023-12-06T00:57:22.805Z | Compiling darling_macro v0.20.3 |
1772 | 2023-12-06T00:57:24.429Z | Compiling darling v0.20.3 |
1773 | 2023-12-06T00:57:24.594Z | Compiling serde_with_macros v2.3.3 |
1774 | 2023-12-06T00:57:24.698Z | Checking serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
1775 | 2023-12-06T00:57:24.885Z | Checking macaddr v1.0.1 |
1776 | 2023-12-06T00:57:24.920Z | Checking camino-tempfile v1.1.1 |
1777 | 2023-12-06T00:57:24.973Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1778 | 2023-12-06T00:57:25.308Z | Checking is-terminal v0.4.9 |
1779 | 2023-12-06T00:57:25.356Z | Compiling proc-macro-error-attr v1.0.4 |
1780 | 2023-12-06T00:57:25.465Z | Compiling proc-macro-error v1.0.4 |
1781 | 2023-12-06T00:57:25.608Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
1782 | 2023-12-06T00:57:26.070Z | Compiling proc-macro-crate v1.3.1 |
1783 | 2023-12-06T00:57:26.820Z | Checking termtree v0.4.1 |
1784 | 2023-12-06T00:57:27.147Z | Checking predicates-tree v1.0.9 |
1785 | 2023-12-06T00:57:28.533Z | Checking base64ct v1.6.0 |
1786 | 2023-12-06T00:57:28.533Z | Compiling num_enum_derive v0.5.11 |
1787 | 2023-12-06T00:57:28.533Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1788 | 2023-12-06T00:57:28.533Z | Compiling crucible-workspace-hack v0.1.0 |
1789 | 2023-12-06T00:57:28.542Z | Compiling parse-display-derive v0.8.2 |
1790 | 2023-12-06T00:57:28.621Z | Checking postcard-cobs v0.1.5-pre |
1791 | 2023-12-06T00:57:28.770Z | Compiling typify-macro v0.0.14 (https://github.com/oxidecomputer/typify#c9d6453f) |
1792 | 2023-12-06T00:57:28.788Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1793 | 2023-12-06T00:57:28.848Z | Checking postcard v0.7.3 |
1794 | 2023-12-06T00:57:28.945Z | Checking smoltcp v0.8.2 |
1795 | 2023-12-06T00:57:29.457Z | Checking serde_with v2.3.3 |
1796 | 2023-12-06T00:57:29.461Z | Compiling foreign-types-macros v0.2.3 |
1797 | 2023-12-06T00:57:29.461Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59) |
1798 | 2023-12-06T00:57:29.881Z | Checking foreign-types-shared v0.3.1 |
1799 | 2023-12-06T00:57:30.010Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
1800 | 2023-12-06T00:57:30.419Z | Checking cfg-if v0.1.10 |
1801 | 2023-12-06T00:57:30.567Z | Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59) |
1802 | 2023-12-06T00:57:31.240Z | Checking foreign-types v0.5.0 |
1803 | 2023-12-06T00:57:31.370Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
1804 | 2023-12-06T00:57:31.387Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59) |
1805 | 2023-12-06T00:57:32.529Z | Checking num_enum v0.5.11 |
1806 | 2023-12-06T00:57:38.010Z | Checking cstr-argument v0.1.2 |
1807 | 2023-12-06T00:57:38.133Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#f114bd0d) |
1808 | 2023-12-06T00:57:38.133Z | Checking pretty-hex v0.2.1 |
1809 | 2023-12-06T00:57:38.133Z | Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1810 | 2023-12-06T00:57:38.133Z | Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1811 | 2023-12-06T00:57:38.134Z | Checking colored v2.0.4 |
1812 | 2023-12-06T00:57:38.134Z | Compiling zone_cfg_derive v0.3.0 |
1813 | 2023-12-06T00:57:38.134Z | Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=3e1d129151c3621d28ead5c6e5760693ba6e7fec#3e1d1291) |
1814 | 2023-12-06T00:57:38.134Z | Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59) |
1815 | 2023-12-06T00:57:38.134Z | Checking predicates v2.1.5 |
1816 | 2023-12-06T00:57:38.203Z | Compiling mockall_derive v0.11.4 |
1817 | 2023-12-06T00:57:38.203Z | Compiling num-derive v0.4.0 |
1818 | 2023-12-06T00:57:38.203Z | Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59) |
1819 | 2023-12-06T00:57:38.203Z | Checking downcast v0.11.0 |
1820 | 2023-12-06T00:57:38.203Z | Checking parse-display v0.8.2 |
1821 | 2023-12-06T00:57:38.203Z | Checking fragile v2.0.0 |
1822 | 2023-12-06T00:57:38.203Z | Checking zone v0.3.0 |
1823 | 2023-12-06T00:57:38.204Z | Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=3e1d129151c3621d28ead5c6e5760693ba6e7fec#3e1d1291) |
1824 | 2023-12-06T00:57:38.204Z | Checking smf v0.2.2 |
1825 | 2023-12-06T00:57:38.204Z | Checking xattr v1.0.1 |
1826 | 2023-12-06T00:57:38.204Z | Checking filetime v0.2.22 |
1827 | 2023-12-06T00:57:38.204Z | Checking pem v3.0.2 |
1828 | 2023-12-06T00:57:38.204Z | Checking linked-hash-map v0.5.6 |
1829 | 2023-12-06T00:57:38.204Z | Checking tar v0.4.40 |
1830 | 2023-12-06T00:57:38.204Z | Compiling typify v0.0.14 (https://github.com/oxidecomputer/typify#c9d6453f) |
1831 | 2023-12-06T00:57:38.204Z | Compiling progenitor-impl v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#9339b576) |
1832 | 2023-12-06T00:57:38.204Z | Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59) |
1833 | 2023-12-06T00:57:38.204Z | Checking lru-cache v0.1.2 |
1834 | 2023-12-06T00:57:38.204Z | Checking headers-core v0.2.0 |
1835 | 2023-12-06T00:57:38.205Z | Checking password-hash v0.5.0 |
1836 | 2023-12-06T00:57:38.226Z | Checking headers v0.3.9 |
1837 | 2023-12-06T00:57:38.534Z | Checking blake2 v0.10.6 |
1838 | 2023-12-06T00:57:38.821Z | Checking base64 v0.13.1 |
1839 | 2023-12-06T00:57:38.918Z | Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=945f040d259ca8013d3fb26f510453da7cd7b1a6#945f040d) |
1840 | 2023-12-06T00:57:39.146Z | Checking argon2 v0.5.2 |
1841 | 2023-12-06T00:57:39.498Z | Checking pem v1.1.1 |
1842 | 2023-12-06T00:57:40.236Z | Checking rcgen v0.11.3 |
1843 | 2023-12-06T00:57:40.236Z | Checking atomicwrites v0.4.2 |
1844 | 2023-12-06T00:57:40.477Z | Checking subprocess v0.2.9 |
1845 | 2023-12-06T00:57:40.478Z | Checking arc-swap v1.6.0 |
1846 | 2023-12-06T00:57:40.478Z | Checking ciborium-io v0.2.1 |
1847 | 2023-12-06T00:57:40.478Z | Checking half v1.8.2 |
1848 | 2023-12-06T00:57:40.790Z | Compiling cancel-safe-futures v0.1.5 |
1849 | 2023-12-06T00:57:40.865Z | Checking slog-scope v4.4.0 |
1850 | 2023-12-06T00:57:40.866Z | Checking textwrap v0.11.0 |
1851 | 2023-12-06T00:57:40.866Z | Compiling heck v0.3.3 |
1852 | 2023-12-06T00:57:40.970Z | Checking ciborium-ll v0.2.1 |
1853 | 2023-12-06T00:57:40.970Z | Checking ansi_term v0.12.1 |
1854 | 2023-12-06T00:57:40.996Z | Checking vec_map v0.8.2 |
1855 | 2023-12-06T00:57:41.315Z | Compiling libefi-sys v0.1.0 |
1856 | 2023-12-06T00:57:41.700Z | Checking strsim v0.8.0 |
1857 | 2023-12-06T00:57:41.701Z | Checking ciborium v0.2.1 |
1858 | 2023-12-06T00:57:41.701Z | Compiling structopt-derive v0.4.18 |
1859 | 2023-12-06T00:57:41.940Z | Checking slog-stdlog v4.1.1 |
1860 | 2023-12-06T00:57:41.940Z | Checking clap v2.34.0 |
1861 | 2023-12-06T00:57:41.940Z | Compiling tofino v0.1.0 (http://github.com/oxidecomputer/tofino?branch=main#8283f802) |
1862 | 2023-12-06T00:57:42.462Z | Checking slog-envlogger v2.2.0 |
1863 | 2023-12-06T00:58:00.497Z | Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
1864 | 2023-12-06T00:58:00.627Z | Checking resolv-conf v0.7.0 |
1865 | 2023-12-06T00:58:00.627Z | Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
1866 | 2023-12-06T00:58:00.627Z | Compiling slog-dtrace v0.2.3 |
1867 | 2023-12-06T00:58:00.627Z | Compiling convert_case v0.4.0 |
1868 | 2023-12-06T00:58:00.627Z | Checking trust-dns-resolver v0.22.0 |
1869 | 2023-12-06T00:58:00.627Z | Checking fxhash v0.2.1 |
1870 | 2023-12-06T00:58:00.628Z | Checking itertools v0.12.0 |
1871 | 2023-12-06T00:58:00.717Z | Compiling derive_more v0.99.17 |
1872 | 2023-12-06T00:58:00.717Z | Checking pem-rfc7468 v0.7.0 |
1873 | 2023-12-06T00:58:00.717Z | Compiling der_derive v0.7.2 |
1874 | 2023-12-06T00:58:00.718Z | Checking structopt v0.3.26 |
1875 | 2023-12-06T00:58:00.719Z | Checking termcolor v1.2.0 |
1876 | 2023-12-06T00:58:00.720Z | Checking flagset v0.4.3 |
1877 | 2023-12-06T00:58:00.720Z | Compiling radium v0.7.0 |
1878 | 2023-12-06T00:58:00.720Z | Compiling same-file v1.0.6 |
1879 | 2023-12-06T00:58:00.720Z | Compiling walkdir v2.4.0 |
1880 | 2023-12-06T00:58:00.720Z | Compiling semver-parser v0.10.2 |
1881 | 2023-12-06T00:58:00.720Z | Checking mockall v0.11.4 |
1882 | 2023-12-06T00:58:00.721Z | Compiling maybe-uninit v2.0.0 |
1883 | 2023-12-06T00:58:00.721Z | Checking tap v1.0.1 |
1884 | 2023-12-06T00:58:00.721Z | Checking wyz v0.5.1 |
1885 | 2023-12-06T00:58:00.721Z | Compiling semver v0.11.0 |
1886 | 2023-12-06T00:58:00.721Z | Compiling num-rational v0.4.1 |
1887 | 2023-12-06T00:58:00.721Z | Compiling progenitor-macro v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#9339b576) |
1888 | 2023-12-06T00:58:00.721Z | Checking der v0.7.8 |
1889 | 2023-12-06T00:58:00.721Z | Compiling packed_struct v0.10.1 |
1890 | 2023-12-06T00:58:00.721Z | Checking crc-catalog v2.2.0 |
1891 | 2023-12-06T00:58:00.721Z | Checking funty v2.0.0 |
1892 | 2023-12-06T00:58:00.721Z | Compiling num-bigint-dig v0.8.4 |
1893 | 2023-12-06T00:58:00.722Z | Compiling home v0.5.5 |
1894 | 2023-12-06T00:58:00.722Z | Checking crc v3.0.1 |
1895 | 2023-12-06T00:58:00.722Z | Compiling toolchain_find v0.2.0 |
1896 | 2023-12-06T00:58:00.722Z | Checking hkdf v0.12.3 |
1897 | 2023-12-06T00:58:00.722Z | Compiling toml v0.5.11 |
1898 | 2023-12-06T00:58:00.722Z | Checking bitvec v1.0.1 |
1899 | 2023-12-06T00:58:00.722Z | Compiling packed_struct_codegen v0.10.1 |
1900 | 2023-12-06T00:58:00.722Z | Checking spki v0.7.2 |
1901 | 2023-12-06T00:58:00.722Z | Checking pkcs8 v0.10.2 |
1902 | 2023-12-06T00:58:00.722Z | Checking nodrop v0.1.14 |
1903 | 2023-12-06T00:58:00.722Z | Checking array-init v0.0.4 |
1904 | 2023-12-06T00:58:00.722Z | Checking pkcs1 v0.7.5 |
1905 | 2023-12-06T00:58:00.722Z | Compiling rustfmt-wrapper v0.2.0 |
1906 | 2023-12-06T00:58:00.722Z | Compiling omicron-zone-package v0.9.1 |
1907 | 2023-12-06T00:58:00.722Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
1908 | 2023-12-06T00:58:00.722Z | Checking smallvec v0.6.14 |
1909 | 2023-12-06T00:58:00.722Z | Checking newline-converter v0.3.0 |
1910 | 2023-12-06T00:58:00.722Z | Checking num-complex v0.4.4 |
1911 | 2023-12-06T00:58:00.723Z | Checking utf-8 v0.7.6 |
1912 | 2023-12-06T00:58:00.723Z | Checking bitfield v0.14.0 |
1913 | 2023-12-06T00:58:00.723Z | Checking keccak v0.1.4 |
1914 | 2023-12-06T00:58:00.723Z | Checking tungstenite v0.20.1 |
1915 | 2023-12-06T00:58:00.723Z | Checking sha3 v0.10.8 |
1916 | 2023-12-06T00:58:00.723Z | Checking num v0.4.1 |
1917 | 2023-12-06T00:58:00.723Z | Checking expectorate v1.1.0 |
1918 | 2023-12-06T00:58:00.723Z | Checking serde-hex v0.1.0 |
1919 | 2023-12-06T00:58:00.723Z | Checking x509-cert v0.2.4 |
1920 | 2023-12-06T00:58:00.775Z | Checking rsa v0.9.2 |
1921 | 2023-12-06T00:58:00.834Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git#e644a21a) |
1922 | 2023-12-06T00:58:00.873Z | Checking env_logger v0.10.0 |
1923 | 2023-12-06T00:58:01.198Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
1924 | 2023-12-06T00:58:01.502Z | Checking ron v0.8.1 |
1925 | 2023-12-06T00:58:02.056Z | Checking secrecy v0.8.0 |
1926 | 2023-12-06T00:58:02.374Z | Checking crc-any v2.4.3 |
1927 | 2023-12-06T00:58:02.859Z | Checking tokio-tungstenite v0.20.1 |
1928 | 2023-12-06T00:58:02.931Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
1929 | 2023-12-06T00:58:03.001Z | Checking object v0.30.4 |
1930 | 2023-12-06T00:58:03.397Z | Checking path-slash v0.1.5 |
1931 | 2023-12-06T00:58:03.579Z | Compiling buf-list v1.0.3 |
1932 | 2023-12-06T00:58:03.586Z | Checking glob v0.3.1 |
1933 | 2023-12-06T00:58:03.610Z | Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc.git#e644a21a) |
1934 | 2023-12-06T00:58:03.870Z | Checking swrite v0.1.0 |
1935 | 2023-12-06T00:58:03.874Z | Checking lpc55_areas v0.2.4 (https://github.com/oxidecomputer/lpc55_support#96f064ea) |
1936 | 2023-12-06T00:58:03.968Z | Compiling parking_lot_core v0.8.6 |
1937 | 2023-12-06T00:58:04.027Z | Checking nibble_vec v0.1.0 |
1938 | 2023-12-06T00:58:04.290Z | Checking endian-type v0.1.2 |
1939 | 2023-12-06T00:58:04.566Z | Checking radix_trie v0.2.1 |
1940 | 2023-12-06T00:58:05.054Z | Checking pretty-hex v0.4.0 |
1941 | 2023-12-06T00:58:05.154Z | Checking trust-dns-client v0.22.0 |
1942 | 2023-12-06T00:58:05.175Z | Checking parking_lot v0.11.2 |
1943 | 2023-12-06T00:58:05.284Z | Checking libsw v3.3.0 |
1944 | 2023-12-06T00:58:05.673Z | Compiling derive-where v1.2.5 |
1945 | 2023-12-06T00:58:05.685Z | Checking sled v0.34.7 |
1946 | 2023-12-06T00:58:06.323Z | Compiling semver v0.1.20 |
1947 | 2023-12-06T00:58:06.873Z | Checking owo-colors v3.5.0 |
1948 | 2023-12-06T00:58:07.156Z | Checking trust-dns-server v0.22.1 |
1949 | 2023-12-06T00:58:07.408Z | Checking linear-map v1.2.0 |
1950 | 2023-12-06T00:58:07.899Z | Compiling rustc_version v0.1.7 |
1951 | 2023-12-06T00:58:08.682Z | Compiling newtype_derive v0.1.6 |
1952 | 2023-12-06T00:58:09.116Z | Checking crossbeam-deque v0.8.3 |
1953 | 2023-12-06T00:58:09.595Z | Compiling unicase v2.7.0 |
1954 | 2023-12-06T00:58:10.062Z | Compiling platforms v3.0.2 |
1955 | 2023-12-06T00:58:10.301Z | Compiling rayon-core v1.12.0 |
1956 | 2023-12-06T00:58:10.795Z | Checking openapi-lint v0.4.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#ef442ee4) |
1957 | 2023-12-06T00:58:11.358Z | Compiling memoffset v0.7.1 |
1958 | 2023-12-06T00:58:11.382Z | Checking steno v0.4.0 |
1959 | 2023-12-06T00:58:11.580Z | Compiling curve25519-dalek v4.1.0 |
1960 | 2023-12-06T00:58:11.828Z | Checking rayon v1.8.0 |
1961 | 2023-12-06T00:58:11.847Z | Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
1962 | 2023-12-06T00:58:12.456Z | Checking globset v0.4.13 |
1963 | 2023-12-06T00:58:12.529Z | Checking olpc-cjson v0.1.3 |
1964 | 2023-12-06T00:58:12.846Z | Checking serde_plain v1.0.2 |
1965 | 2023-12-06T00:58:13.018Z | Checking ff v0.13.0 |
1966 | 2023-12-06T00:58:13.182Z | Compiling async-recursion v1.0.5 |
1967 | 2023-12-06T00:58:13.207Z | Checking typed-path v0.6.0 |
1968 | 2023-12-06T00:58:13.360Z | Checking group v0.13.0 |
1969 | 2023-12-06T00:58:13.578Z | Compiling mime_guess v2.0.4 |
1970 | 2023-12-06T00:58:15.193Z | Checking universal-hash v0.5.1 |
1971 | 2023-12-06T00:58:15.311Z | Checking crypto-bigint v0.5.2 |
1972 | 2023-12-06T00:58:15.424Z | Compiling thiserror-impl-no-std v2.0.2 |
1973 | 2023-12-06T00:58:15.721Z | Compiling curve25519-dalek-derive v0.1.0 |
1974 | 2023-12-06T00:58:16.219Z | Checking tough v0.15.0 |
1975 | 2023-12-06T00:58:18.228Z | Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e) |
1976 | 2023-12-06T00:58:18.231Z | Checking base16ct v0.2.0 |
1977 | 2023-12-06T00:58:18.454Z | Checking signature v1.6.4 |
1978 | 2023-12-06T00:58:18.491Z | Checking opaque-debug v0.3.0 |
1979 | 2023-12-06T00:58:18.601Z | Checking display-error-chain v0.2.0 |
1980 | 2023-12-06T00:58:18.619Z | Compiling salty v0.2.0 |
1981 | 2023-12-06T00:58:18.758Z | Checking ed25519 v1.5.3 |
1982 | 2023-12-06T00:58:18.796Z | Checking poly1305 v0.8.0 |
1983 | 2023-12-06T00:58:18.979Z | Checking elliptic-curve v0.13.5 |
1984 | 2023-12-06T00:58:19.543Z | Checking nix v0.26.2 (https://github.com/jgallagher/nix?branch=r0.26-illumos#c1a3636d) |
1985 | 2023-12-06T00:58:19.697Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
1986 | 2023-12-06T00:58:19.968Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
1987 | 2023-12-06T00:58:20.139Z | Checking chacha20 v0.9.1 |
1988 | 2023-12-06T00:58:20.303Z | Checking serde-big-array v0.5.1 |
1989 | 2023-12-06T00:58:20.617Z | Checking aead v0.5.2 |
1990 | 2023-12-06T00:58:20.633Z | Checking kstat-rs v0.2.3 |
1991 | 2023-12-06T00:58:20.908Z | Compiling hubpack_derive v0.1.0 (https://github.com/cbiffle/hubpack?rev=df08cc3a6e1f97381cd0472ae348e310f0119e25#df08cc3a) |
1992 | 2023-12-06T00:58:20.938Z | Checking thiserror-no-std v2.0.2 |
1993 | 2023-12-06T00:58:21.130Z | Checking chacha20poly1305 v0.10.1 |
1994 | 2023-12-06T00:58:21.398Z | Checking progenitor v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#9339b576) |
1995 | 2023-12-06T00:58:21.656Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
1996 | 2023-12-06T00:58:21.680Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
1997 | 2023-12-06T00:58:22.174Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
1998 | 2023-12-06T00:58:22.244Z | Compiling ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
1999 | 2023-12-06T00:58:22.714Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
2000 | 2023-12-06T00:58:23.372Z | Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2001 | 2023-12-06T00:58:23.754Z | Compiling mg-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/mg-admin-client) |
2002 | 2023-12-06T00:58:23.794Z | Checking lpc55_sign v0.3.3 (https://github.com/oxidecomputer/lpc55_support#96f064ea) |
2003 | 2023-12-06T00:58:25.153Z | Checking hubtools v0.4.1 (https://github.com/oxidecomputer/hubtools.git?branch=main#73cd5a84) |
2004 | 2023-12-06T00:58:25.446Z | Checking hubpack v0.1.0 (https://github.com/cbiffle/hubpack?rev=df08cc3a6e1f97381cd0472ae348e310f0119e25#df08cc3a) |
2005 | 2023-12-06T00:58:25.915Z | Checking vsss-rs v3.3.1 |
2006 | 2023-12-06T00:58:28.374Z | Checking signal-hook-tokio v0.3.1 |
2007 | 2023-12-06T00:58:29.370Z | Checking serde-big-array v0.4.1 |
2008 | 2023-12-06T00:58:29.371Z | Checking sprockets-common v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef) |
2009 | 2023-12-06T00:58:29.371Z | Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=945f040d259ca8013d3fb26f510453da7cd7b1a6#945f040d) |
2010 | 2023-12-06T00:58:30.491Z | Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=3e1d129151c3621d28ead5c6e5760693ba6e7fec#3e1d1291) |
2011 | 2023-12-06T00:58:30.776Z | Checking bcs v0.1.6 |
2012 | 2023-12-06T00:58:31.537Z | Checking highway v1.1.0 |
2013 | 2023-12-06T00:58:31.958Z | Checking corncobs v0.1.3 |
2014 | 2023-12-06T00:58:32.146Z | Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=3e1d129151c3621d28ead5c6e5760693ba6e7fec#3e1d1291) |
2015 | 2023-12-06T00:58:32.216Z | Checking sprockets-rot v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef) |
2016 | 2023-12-06T00:58:32.482Z | Compiling portable-atomic v1.4.3 |
2017 | 2023-12-06T00:58:32.513Z | Checking http-range v0.1.5 |
2018 | 2023-12-06T00:58:32.755Z | Compiling crunchy v0.2.2 |
2019 | 2023-12-06T00:58:33.108Z | Checking hyper-staticfile v0.9.5 |
2020 | 2023-12-06T00:58:33.523Z | Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=3e1d129151c3621d28ead5c6e5760693ba6e7fec#3e1d1291) |
2021 | 2023-12-06T00:58:33.987Z | Compiling clang-sys v1.6.1 |
2022 | 2023-12-06T00:58:34.161Z | Checking assert_matches v1.5.0 |
2023 | 2023-12-06T00:58:34.284Z | Compiling prettyplease v0.2.12 |
2024 | 2023-12-06T00:58:34.692Z | Compiling tiny-keccak v2.0.2 |
2025 | 2023-12-06T00:58:36.928Z | Compiling darling_core v0.14.4 |
2026 | 2023-12-06T00:58:36.944Z | Checking number_prefix v0.4.0 |
2027 | 2023-12-06T00:58:37.220Z | Checking humantime v2.1.0 |
2028 | 2023-12-06T00:58:37.660Z | Compiling minimal-lexical v0.2.1 |
2029 | 2023-12-06T00:58:37.668Z | Checking indicatif v0.17.7 |
2030 | 2023-12-06T00:58:38.519Z | Compiling nom v7.1.3 |
2031 | 2023-12-06T00:58:39.529Z | Compiling ascii-canvas v3.0.0 |
2032 | 2023-12-06T00:58:40.130Z | Compiling ena v0.14.2 |
2033 | 2023-12-06T00:58:40.372Z | Compiling libloading v0.7.4 |
2034 | 2023-12-06T00:58:40.730Z | Compiling diff v0.1.13 |
2035 | 2023-12-06T00:58:40.964Z | Compiling regex-syntax v0.6.29 |
2036 | 2023-12-06T00:58:41.695Z | Checking illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2037 | 2023-12-06T00:58:41.814Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2038 | 2023-12-06T00:58:44.547Z | Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2039 | 2023-12-06T00:58:44.696Z | Checking internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns) |
2040 | 2023-12-06T00:58:46.285Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2041 | 2023-12-06T00:58:47.100Z | Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2042 | 2023-12-06T00:58:47.367Z | Checking ipcc-key-value v0.1.0 (/work/oxidecomputer/omicron/ipcc-key-value) |
2043 | 2023-12-06T00:58:48.209Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2044 | 2023-12-06T00:58:48.576Z | Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
2045 | 2023-12-06T00:58:49.161Z | Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
2046 | 2023-12-06T00:58:49.387Z | Compiling darling_macro v0.14.4 |
2047 | 2023-12-06T00:58:50.740Z | Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2048 | 2023-12-06T00:58:51.019Z | Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2049 | 2023-12-06T00:58:51.045Z | Compiling bindgen v0.65.1 |
2050 | 2023-12-06T00:58:51.456Z | Compiling darling v0.14.4 |
2051 | 2023-12-06T00:58:51.617Z | Compiling lalrpop v0.19.12 |
2052 | 2023-12-06T00:58:52.130Z | Compiling cexpr v0.6.0 |
2053 | 2023-12-06T00:58:58.286Z | Compiling which v4.4.0 |
2054 | 2023-12-06T00:58:59.265Z | Compiling ref-cast v1.0.20 |
2055 | 2023-12-06T00:59:00.447Z | Compiling lazycell v1.3.0 |
2056 | 2023-12-06T00:59:00.451Z | Compiling shlex v1.1.0 |
2057 | 2023-12-06T00:59:00.711Z | Compiling peeking_take_while v0.1.2 |
2058 | 2023-12-06T00:59:00.890Z | Compiling rustc-hash v1.1.0 |
2059 | 2023-12-06T00:59:01.091Z | Checking maplit v1.0.2 |
2060 | 2023-12-06T00:59:03.414Z | Compiling derive_builder_core v0.12.0 |
2061 | 2023-12-06T00:59:07.012Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2062 | 2023-12-06T00:59:07.459Z | Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2063 | 2023-12-06T00:59:08.916Z | Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2064 | 2023-12-06T00:59:09.623Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2065 | 2023-12-06T00:59:10.076Z | Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2066 | 2023-12-06T00:59:12.128Z | Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
2067 | 2023-12-06T00:59:12.211Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2068 | 2023-12-06T00:59:14.406Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
2069 | 2023-12-06T00:59:14.830Z | Compiling ref-cast-impl v1.0.20 |
2070 | 2023-12-06T00:59:15.333Z | Compiling libxml v0.3.3 |
2071 | 2023-12-06T00:59:15.822Z | Compiling derive_builder_macro v0.12.0 |
2072 | 2023-12-06T00:59:15.931Z | Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
2073 | 2023-12-06T00:59:16.494Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
2074 | 2023-12-06T00:59:16.994Z | Compiling strum_macros v0.24.3 |
2075 | 2023-12-06T00:59:17.555Z | Compiling fs-err v2.11.0 |
2076 | 2023-12-06T00:59:17.588Z | Compiling diesel-dtrace v0.2.0 (https://github.com/oxidecomputer/diesel-dtrace?branch=main#c1252df7) |
2077 | 2023-12-06T00:59:18.006Z | Compiling cookie v0.18.0 |
2078 | 2023-12-06T00:59:18.473Z | Compiling indoc v1.0.9 |
2079 | 2023-12-06T00:59:19.292Z | Checking derive_builder v0.12.0 |
2080 | 2023-12-06T00:59:20.144Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
2081 | 2023-12-06T00:59:22.239Z | Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
2082 | 2023-12-06T00:59:23.398Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
2083 | 2023-12-06T00:59:23.566Z | Checking bb8 v0.8.1 |
2084 | 2023-12-06T00:59:23.644Z | Checking quick-xml v0.23.1 |
2085 | 2023-12-06T00:59:23.797Z | Compiling oso-derive v0.27.0 |
2086 | 2023-12-06T00:59:24.228Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
2087 | 2023-12-06T00:59:24.253Z | Compiling impl-trait-for-tuples v0.2.2 |
2088 | 2023-12-06T00:59:24.607Z | Checking unicode-linebreak v0.1.5 |
2089 | 2023-12-06T00:59:25.264Z | Checking smawk v0.3.1 |
2090 | 2023-12-06T00:59:25.454Z | Checking async-bb8-diesel v0.1.0 (https://github.com/oxidecomputer/async-bb8-diesel?rev=ed7ab5ef0513ba303d33efd41d3e9e381169d59b#ed7ab5ef) |
2091 | 2023-12-06T00:59:25.536Z | Checking textwrap v0.16.0 |
2092 | 2023-12-06T00:59:26.396Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
2093 | 2023-12-06T00:59:26.899Z | Checking bytesize v1.3.0 |
2094 | 2023-12-06T00:59:26.899Z | Checking is_ci v1.1.1 |
2095 | 2023-12-06T00:59:26.899Z | Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
2096 | 2023-12-06T00:59:26.907Z | Checking supports-color v2.1.0 |
2097 | 2023-12-06T00:59:27.161Z | Checking cassowary v0.3.0 |
2098 | 2023-12-06T00:59:27.425Z | Compiling indoc v2.0.3 |
2099 | 2023-12-06T00:59:27.793Z | Checking tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
2100 | 2023-12-06T00:59:28.829Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
2101 | 2023-12-06T00:59:28.909Z | Checking rtoolbox v0.0.1 |
2102 | 2023-12-06T00:59:29.163Z | Checking rpassword v7.3.1 |
2103 | 2023-12-06T00:59:29.204Z | Checking ratatui v0.23.0 |
2104 | 2023-12-06T00:59:29.361Z | Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
2105 | 2023-12-06T00:59:30.100Z | Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
2106 | 2023-12-06T00:59:31.327Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
2107 | 2023-12-06T00:59:31.438Z | Checking shell-words v1.1.0 |
2108 | 2023-12-06T00:59:31.677Z | Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=945f040d259ca8013d3fb26f510453da7cd7b1a6#945f040d) |
2109 | 2023-12-06T00:59:31.766Z | Checking fatfs v0.3.6 |
2110 | 2023-12-06T00:59:32.932Z | Checking tui-tree-widget v0.13.0 |
2111 | 2023-12-06T00:59:33.349Z | Checking yansi v0.5.1 |
2112 | 2023-12-06T00:59:33.773Z | Checking plotters-backend v0.3.5 |
2113 | 2023-12-06T00:59:33.777Z | Checking pretty_assertions v1.4.0 |
2114 | 2023-12-06T00:59:33.881Z | Checking rand v0.4.6 |
2115 | 2023-12-06T00:59:34.038Z | Compiling vte_generate_state_changes v0.1.1 |
2116 | 2023-12-06T00:59:34.349Z | Checking plotters-svg v0.3.5 |
2117 | 2023-12-06T00:59:34.658Z | Checking remove_dir_all v0.5.3 |
2118 | 2023-12-06T00:59:34.790Z | Checking cast v0.3.0 |
2119 | 2023-12-06T00:59:35.036Z | Checking vte v0.11.1 |
2120 | 2023-12-06T00:59:35.279Z | Checking criterion-plot v0.5.0 |
2121 | 2023-12-06T00:59:35.352Z | Checking tempdir v0.3.7 |
2122 | 2023-12-06T00:59:35.582Z | Checking plotters v0.3.5 |
2123 | 2023-12-06T00:59:36.012Z | Checking installinator-artifactd v0.1.0 (/work/oxidecomputer/omicron/installinator-artifactd) |
2124 | 2023-12-06T00:59:37.288Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2125 | 2023-12-06T00:59:37.407Z | Checking dashmap v5.5.1 |
2126 | 2023-12-06T00:59:38.448Z | Checking tinytemplate v1.2.1 |
2127 | 2023-12-06T00:59:38.663Z | Compiling serial_test_derive v0.10.0 |
2128 | 2023-12-06T00:59:39.019Z | Checking anes v0.1.6 |
2129 | 2023-12-06T00:59:39.604Z | Checking oorandom v11.1.3 |
2130 | 2023-12-06T00:59:39.812Z | Checking criterion v0.5.1 |
2131 | 2023-12-06T00:59:40.453Z | Checking serial_test v0.10.0 |
2132 | 2023-12-06T00:59:40.808Z | Checking strip-ansi-escapes v0.2.0 |
2133 | 2023-12-06T00:59:41.016Z | Checking tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous) |
2134 | 2023-12-06T00:59:42.804Z | Checking installinator-artifact-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-artifact-client) |
2135 | 2023-12-06T00:59:43.861Z | Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
2136 | 2023-12-06T00:59:44.514Z | Checking assert_cmd v2.0.12 |
2137 | 2023-12-06T00:59:45.191Z | Compiling nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros) |
2138 | 2023-12-06T00:59:47.615Z | Checking fd-lock v3.0.13 |
2139 | 2023-12-06T00:59:47.703Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
2140 | 2023-12-06T00:59:47.892Z | Checking nu-ansi-term v0.49.0 |
2141 | 2023-12-06T00:59:48.588Z | Checking reedline v0.26.0 |
2142 | 2023-12-06T00:59:51.801Z | Checking threadpool v1.8.1 |
2143 | 2023-12-06T00:59:52.072Z | Checking nanorand v0.7.0 |
2144 | 2023-12-06T00:59:52.657Z | Checking topological-sort v0.2.2 |
2145 | 2023-12-06T00:59:52.710Z | Checking flume v0.11.0 |
2146 | 2023-12-06T00:59:52.916Z | Checking libtest-mimic v0.6.1 |
2147 | 2023-12-06T00:59:53.456Z | Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
2148 | 2023-12-06T00:59:53.567Z | Checking httptest v0.15.5 |
2149 | 2023-12-06T00:59:54.782Z | Checking similar-asserts v1.5.0 |
2150 | 2023-12-06T00:59:55.087Z | Compiling rstest_macros v0.18.2 |
2151 | 2023-12-06T00:59:55.861Z | Checking bytecount v0.6.3 |
2152 | 2023-12-06T00:59:56.083Z | Compiling crossbeam-queue v0.3.8 |
2153 | 2023-12-06T00:59:56.915Z | Checking papergrid v0.10.0 |
2154 | 2023-12-06T00:59:58.091Z | Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
2155 | 2023-12-06T00:59:58.500Z | Checking datatest-stable v0.2.3 |
2156 | 2023-12-06T00:59:58.808Z | Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
2157 | 2023-12-06T00:59:59.044Z | Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
2158 | 2023-12-06T00:59:59.438Z | Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
2159 | 2023-12-06T00:59:59.851Z | Compiling tabled_derive v0.6.0 |
2160 | 2023-12-06T01:00:00.510Z | Compiling relative-path v1.9.0 |
2161 | 2023-12-06T01:00:01.073Z | Checking constant_time_eq v0.2.6 |
2162 | 2023-12-06T01:00:01.240Z | Checking arrayref v0.3.7 |
2163 | 2023-12-06T01:00:01.372Z | Checking arrayvec v0.7.4 |
2164 | 2023-12-06T01:00:01.713Z | Compiling trybuild v1.0.85 |
2165 | 2023-12-06T01:00:01.959Z | Checking blake2b_simd v1.0.1 |
2166 | 2023-12-06T01:00:04.124Z | Checking tabled v0.14.0 |
2167 | 2023-12-06T01:00:04.215Z | Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
2168 | 2023-12-06T01:00:16.459Z | Checking basic-toml v0.1.4 |
2169 | 2023-12-06T01:00:16.544Z | Checking futures-timer v3.0.2 |
2170 | 2023-12-06T01:00:16.574Z | Checking constant_time_eq v0.3.0 |
2171 | 2023-12-06T01:00:16.574Z | Checking rust-argon2 v1.0.1 |
2172 | 2023-12-06T01:00:16.574Z | Checking crossbeam v0.8.2 |
2173 | 2023-12-06T01:00:16.574Z | Checking partial-io v0.5.4 |
2174 | 2023-12-06T01:00:16.575Z | Checking approx v0.5.1 |
2175 | 2023-12-06T01:00:16.575Z | Checking termios v0.3.3 |
2176 | 2023-12-06T01:00:16.575Z | Checking hex-literal v0.4.1 |
2177 | 2023-12-06T01:00:18.109Z | Checking rstest v0.18.2 |
2178 | 2023-12-06T01:00:25.032Z | Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli) |
2179 | 2023-12-06T01:00:26.953Z | Checking omicron-deploy v0.1.0 (/work/oxidecomputer/omicron/dev-tools/thing-flinger) |
2180 | 2023-12-06T01:01:25.124Z | Compiling samael v0.0.10 (https://github.com/njaremko/samael?branch=master#52028e45) |
2181 | 2023-12-06T01:01:25.391Z | Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns-cli) |
2182 | 2023-12-06T01:01:27.320Z | Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed) |
2183 | 2023-12-06T01:01:42.749Z | Checking caboose-util v0.1.0 (/work/oxidecomputer/omicron/caboose-util) |
2184 | 2023-12-06T01:02:05.483Z | Compiling polar-core v0.27.0 |
2185 | 2023-12-06T01:02:16.127Z | Checking oso v0.27.0 |
2186 | 2023-12-06T01:02:51.298Z | Checking nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
2187 | 2023-12-06T01:04:11.299Z | Finished dev [unoptimized + debuginfo] target(s) in 9m 49s |
2188 | 2023-12-06T01:04:11.508Z | |
2189 | 2023-12-06T01:04:11.512Z | real 10:48.808792886 |
2190 | 2023-12-06T01:04:11.512Z | user 58:56.031114415 |
2191 | 2023-12-06T01:04:11.512Z | sys 7:39.229561059 |
2192 | 2023-12-06T01:04:11.512Z | trap 2.128342961 |
2193 | 2023-12-06T01:04:11.512Z | tflt 3.805757239 |
2194 | 2023-12-06T01:04:11.512Z | dflt 6.537596093 |
2195 | 2023-12-06T01:04:11.512Z | kflt 0.020415909 |
2196 | 2023-12-06T01:04:11.512Z | lock 1:34:12.072218415 |
2197 | 2023-12-06T01:04:11.512Z | slp 2:56:09.789605531 |
2198 | 2023-12-06T01:04:11.512Z | lat 2:05.998161326 |
2199 | 2023-12-06T01:04:11.512Z | stop 4:10.774563736 |
2200 | 2023-12-06T01:04:12.640Z | warning: output filename collision. |
2201 | 2023-12-06T01:04:12.640Z | 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)`. |
2202 | 2023-12-06T01:04:12.640Z | Colliding filename is: /work/oxidecomputer/omicron/target/doc/hubpack/index.html |
2203 | 2023-12-06T01:04:12.640Z | The targets should have unique names. |
2204 | 2023-12-06T01:04:12.641Z | This is a known bug where multiple crates with the same name use |
2205 | 2023-12-06T01:04:12.641Z | the same path; see <https://github.com/rust-lang/cargo/issues/6313>. |
2206 | 2023-12-06T01:04:12.644Z | warning: output filename collision. |
2207 | 2023-12-06T01:04:12.645Z | The bin target `oximeter` in package `oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)` has the same output filename as the lib target `oximeter` in package `oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)`. |
2208 | 2023-12-06T01:04:12.645Z | Colliding filename is: /work/oxidecomputer/omicron/target/doc/oximeter/index.html |
2209 | 2023-12-06T01:04:12.645Z | The targets should have unique names. |
2210 | 2023-12-06T01:04:12.645Z | This is a known bug where multiple crates with the same name use |
2211 | 2023-12-06T01:04:12.645Z | the same path; see <https://github.com/rust-lang/cargo/issues/6313>. |
2212 | 2023-12-06T01:04:12.645Z | warning: output filename collision. |
2213 | 2023-12-06T01:04:12.645Z | 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)`. |
2214 | 2023-12-06T01:04:12.645Z | Colliding filename is: /work/oxidecomputer/omicron/target/doc/tlvc/index.html |
2215 | 2023-12-06T01:04:12.645Z | The targets should have unique names. |
2216 | 2023-12-06T01:04:12.645Z | This is a known bug where multiple crates with the same name use |
2217 | 2023-12-06T01:04:12.645Z | the same path; see <https://github.com/rust-lang/cargo/issues/6313>. |
2218 | 2023-12-06T01:04:13.224Z | Documenting libc v0.2.150 |
2219 | 2023-12-06T01:04:13.241Z | Documenting cfg-if v1.0.0 |
2220 | 2023-12-06T01:04:13.250Z | Documenting serde_derive v1.0.192 |
2221 | 2023-12-06T01:04:13.278Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2222 | 2023-12-06T01:04:13.282Z | Documenting scopeguard v1.2.0 |
2223 | 2023-12-06T01:04:13.282Z | Documenting log v0.4.20 |
2224 | 2023-12-06T01:04:13.312Z | Documenting smallvec v1.11.0 |
2225 | 2023-12-06T01:04:13.312Z | Documenting itoa v1.0.9 |
2226 | 2023-12-06T01:04:13.689Z | Documenting memchr v2.6.3 |
2227 | 2023-12-06T01:04:17.247Z | Documenting lock_api v0.4.10 |
2228 | 2023-12-06T01:04:17.287Z | Documenting zeroize_derive v1.4.2 |
2229 | 2023-12-06T01:04:17.372Z | Documenting pin-project-lite v0.2.13 |
2230 | 2023-12-06T01:04:17.770Z | Documenting libm v0.2.7 |
2231 | 2023-12-06T01:04:19.274Z | Documenting futures-core v0.3.29 |
2232 | 2023-12-06T01:04:19.608Z | Documenting getrandom v0.2.10 |
2233 | 2023-12-06T01:04:20.447Z | Documenting parking_lot_core v0.9.8 |
2234 | 2023-12-06T01:04:21.437Z | Documenting signal-hook-registry v1.4.1 |
2235 | 2023-12-06T01:04:21.671Z | Documenting mio v0.8.9 |
2236 | 2023-12-06T01:04:22.771Z | Documenting num-traits v0.2.16 |
2237 | 2023-12-06T01:04:22.866Z | Documenting serde v1.0.192 |
2238 | 2023-12-06T01:04:24.826Z | Documenting thiserror-impl v1.0.49 |
2239 | 2023-12-06T01:04:24.971Z | Documenting zeroize v1.7.0 |
2240 | 2023-12-06T01:04:25.292Z | Documenting rand_core v0.6.4 |
2241 | 2023-12-06T01:04:26.203Z | Documenting parking_lot v0.12.1 |
2242 | 2023-12-06T01:04:27.954Z | Documenting socket2 v0.5.5 |
2243 | 2023-12-06T01:04:27.980Z | Documenting num_cpus v1.16.0 |
2244 | 2023-12-06T01:04:30.060Z | Documenting tokio-macros v2.2.0 |
2245 | 2023-12-06T01:04:30.585Z | Documenting typenum v1.16.0 |
2246 | 2023-12-06T01:04:30.869Z | Documenting once_cell v1.18.0 |
2247 | 2023-12-06T01:04:31.850Z | Documenting subtle v2.5.0 |
2248 | 2023-12-06T01:04:32.008Z | Documenting thiserror v1.0.49 |
2249 | 2023-12-06T01:04:33.859Z | Documenting ryu v1.0.15 |
2250 | 2023-12-06T01:04:33.983Z | Documenting byteorder v1.5.0 |
2251 | 2023-12-06T01:04:36.660Z | Documenting futures-sink v0.3.29 |
2252 | 2023-12-06T01:04:36.710Z | Documenting pin-utils v0.1.0 |
2253 | 2023-12-06T01:04:37.245Z | Documenting const-oid v0.9.5 |
2254 | 2023-12-06T01:04:37.646Z | Documenting futures-task v0.3.29 |
2255 | 2023-12-06T01:04:37.881Z | Documenting slab v0.4.9 |
2256 | 2023-12-06T01:04:40.084Z | Documenting futures-macro v0.3.29 |
2257 | 2023-12-06T01:04:42.183Z | Documenting futures-channel v0.3.29 |
2258 | 2023-12-06T01:04:43.012Z | Documenting futures-io v0.3.29 |
2259 | 2023-12-06T01:04:44.265Z | Documenting iana-time-zone v0.1.57 |
2260 | 2023-12-06T01:04:44.687Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2261 | 2023-12-06T01:04:45.820Z | Documenting tinyvec_macros v0.1.1 |
2262 | 2023-12-06T01:04:46.695Z | Documenting ppv-lite86 v0.2.17 |
2263 | 2023-12-06T01:04:47.200Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2264 | 2023-12-06T01:04:48.371Z | Documenting tracing-core v0.1.31 |
2265 | 2023-12-06T01:04:49.049Z | Documenting futures-util v0.3.29 |
2266 | 2023-12-06T01:04:50.250Z | Documenting tracing-attributes v0.1.26 |
2267 | 2023-12-06T01:04:50.417Z | Documenting tinyvec v1.6.0 |
2268 | 2023-12-06T01:04:51.810Z | Documenting rand_chacha v0.3.1 |
2269 | 2023-12-06T01:04:55.813Z | Documenting unicode-normalization v0.1.22 |
2270 | 2023-12-06T01:04:58.503Z | Documenting bytes v1.5.0 |
2271 | 2023-12-06T01:04:58.661Z | Documenting bitflags v2.4.0 |
2272 | 2023-12-06T01:05:00.064Z | Documenting serde_json v1.0.108 |
2273 | 2023-12-06T01:05:00.326Z | Documenting chrono v0.4.31 |
2274 | 2023-12-06T01:05:02.505Z | Documenting uuid v1.6.1 |
2275 | 2023-12-06T01:05:04.499Z | Documenting rand v0.8.5 |
2276 | 2023-12-06T01:05:05.142Z | Documenting fnv v1.0.7 |
2277 | 2023-12-06T01:05:06.027Z | Documenting tokio v1.34.0 |
2278 | 2023-12-06T01:05:26.360Z | Documenting base64 v0.21.5 |
2279 | 2023-12-06T01:05:26.636Z | Documenting lazy_static v1.4.0 |
2280 | 2023-12-06T01:05:26.727Z | Documenting unicode-bidi v0.3.13 |
2281 | 2023-12-06T01:05:26.728Z | Documenting http v0.2.11 |
2282 | 2023-12-06T01:05:26.728Z | Documenting percent-encoding v2.3.1 |
2283 | 2023-12-06T01:05:26.728Z | Documenting spin v0.9.8 |
2284 | 2023-12-06T01:05:26.728Z | Documenting cpufeatures v0.2.9 |
2285 | 2023-12-06T01:05:26.728Z | Documenting generic-array v0.14.7 |
2286 | 2023-12-06T01:05:26.728Z | Checking serde_derive_internals v0.26.0 |
2287 | 2023-12-06T01:05:26.728Z | Documenting serde_derive_internals v0.26.0 |
2288 | 2023-12-06T01:05:26.728Z | Documenting tracing v0.1.37 |
2289 | 2023-12-06T01:05:26.728Z | Documenting dyn-clone v1.0.13 |
2290 | 2023-12-06T01:05:26.728Z | Documenting idna v0.5.0 |
2291 | 2023-12-06T01:05:26.728Z | Documenting form_urlencoded v1.2.1 |
2292 | 2023-12-06T01:05:26.728Z | Documenting errno v0.3.2 |
2293 | 2023-12-06T01:05:26.728Z | Documenting crypto-common v0.1.6 |
2294 | 2023-12-06T01:05:26.728Z | Documenting block-buffer v0.10.4 |
2295 | 2023-12-06T01:05:26.728Z | Documenting httparse v1.8.0 |
2296 | 2023-12-06T01:05:26.728Z | Documenting adler v1.0.2 |
2297 | 2023-12-06T01:05:26.728Z | Documenting url v2.5.0 |
2298 | 2023-12-06T01:05:26.728Z | Documenting schemars_derive v0.8.13 |
2299 | 2023-12-06T01:05:26.728Z | Documenting rustix v0.38.25 |
2300 | 2023-12-06T01:05:28.516Z | Documenting unicode-ident v1.0.12 |
2301 | 2023-12-06T01:05:28.868Z | Documenting miniz_oxide v0.7.1 |
2302 | 2023-12-06T01:05:28.979Z | Documenting digest v0.10.7 |
2303 | 2023-12-06T01:05:30.393Z | Documenting openssl-probe v0.1.5 |
2304 | 2023-12-06T01:05:31.048Z | Documenting httpdate v1.0.3 |
2305 | 2023-12-06T01:05:32.615Z | Documenting proc-macro2 v1.0.69 |
2306 | 2023-12-06T01:05:33.760Z | Documenting untrusted v0.9.0 |
2307 | 2023-12-06T01:05:34.044Z | Documenting schemars v0.8.13 |
2308 | 2023-12-06T01:05:35.667Z | Documenting try-lock v0.2.4 |
2309 | 2023-12-06T01:05:36.089Z | Documenting http-body v0.4.5 |
2310 | 2023-12-06T01:05:36.611Z | Documenting openssl-sys v0.9.96 |
2311 | 2023-12-06T01:05:38.257Z | Documenting ring v0.17.5 |
2312 | 2023-12-06T01:05:38.713Z | Documenting async-trait v0.1.74 |
2313 | 2023-12-06T01:05:39.452Z | Documenting quote v1.0.33 |
2314 | 2023-12-06T01:05:40.222Z | Documenting want v0.3.1 |
2315 | 2023-12-06T01:05:42.805Z | Documenting openssl-macros v0.1.1 |
2316 | 2023-12-06T01:05:43.925Z | Documenting tower-service v0.3.2 |
2317 | 2023-12-06T01:05:44.990Z | Documenting mime v0.3.17 |
2318 | 2023-12-06T01:05:45.685Z | Documenting aho-corasick v1.0.4 |
2319 | 2023-12-06T01:05:45.732Z | Documenting sct v0.7.0 |
2320 | 2023-12-06T01:05:45.896Z | Documenting slog v2.7.0 |
2321 | 2023-12-06T01:05:46.552Z | Documenting rustls-webpki v0.101.7 |
2322 | 2023-12-06T01:05:47.884Z | Documenting tokio-util v0.7.10 |
2323 | 2023-12-06T01:05:49.393Z | Documenting openssl v0.10.60 |
2324 | 2023-12-06T01:05:49.528Z | Documenting hashbrown v0.14.2 |
2325 | 2023-12-06T01:05:51.205Z | Documenting regex-syntax v0.8.2 |
2326 | 2023-12-06T01:05:51.413Z | Documenting unicode-width v0.1.11 |
2327 | 2023-12-06T01:05:52.543Z | Documenting equivalent v1.0.1 |
2328 | 2023-12-06T01:05:52.971Z | Documenting ipnet v2.8.0 |
2329 | 2023-12-06T01:05:53.094Z | Documenting rustls v0.21.9 |
2330 | 2023-12-06T01:05:55.557Z | Documenting rustls-pemfile v1.0.3 |
2331 | 2023-12-06T01:05:55.827Z | Documenting num-integer v0.1.45 |
2332 | 2023-12-06T01:05:56.566Z | Documenting indexmap v2.1.0 |
2333 | 2023-12-06T01:05:57.805Z | Documenting h2 v0.3.21 |
2334 | 2023-12-06T01:05:59.317Z | Documenting time-macros v0.2.13 |
2335 | 2023-12-06T01:06:01.091Z | Documenting utf8parse v0.2.1 |
2336 | 2023-12-06T01:06:01.388Z | Documenting regex-automata v0.4.3 |
2337 | 2023-12-06T01:06:01.775Z | Documenting num_threads v0.1.6 |
2338 | 2023-12-06T01:06:01.990Z | Documenting deranged v0.3.8 |
2339 | 2023-12-06T01:06:03.661Z | Documenting gimli v0.28.0 |
2340 | 2023-12-06T01:06:05.563Z | Documenting time-core v0.1.1 |
2341 | 2023-12-06T01:06:05.843Z | Documenting tokio-rustls v0.24.1 |
2342 | 2023-12-06T01:06:06.583Z | Documenting native-tls v0.2.11 |
2343 | 2023-12-06T01:06:07.154Z | Documenting zerocopy v0.6.4 |
2344 | 2023-12-06T01:06:08.685Z | Documenting object v0.32.1 |
2345 | 2023-12-06T01:06:09.559Z | Documenting time v0.3.27 |
2346 | 2023-12-06T01:06:12.943Z | Documenting hyper v0.14.27 |
2347 | 2023-12-06T01:06:13.156Z | Documenting addr2line v0.21.0 |
2348 | 2023-12-06T01:06:14.132Z | Documenting encoding_rs v0.8.33 |
2349 | 2023-12-06T01:06:14.156Z | Documenting regex v1.10.2 |
2350 | 2023-12-06T01:06:14.915Z | Documenting crossbeam-utils v0.8.16 |
2351 | 2023-12-06T01:06:15.283Z | Checking pest_meta v2.7.2 |
2352 | 2023-12-06T01:06:16.799Z | Documenting rustc-demangle v0.1.23 |
2353 | 2023-12-06T01:06:17.634Z | Documenting tokio-native-tls v0.3.1 |
2354 | 2023-12-06T01:06:18.613Z | Documenting rustls-native-certs v0.6.3 |
2355 | 2023-12-06T01:06:21.015Z | Documenting serde_urlencoded v0.7.1 |
2356 | 2023-12-06T01:06:21.090Z | Documenting pest_meta v2.7.2 |
2357 | 2023-12-06T01:06:21.127Z | Checking pest_generator v2.7.2 |
2358 | 2023-12-06T01:06:22.290Z | Documenting ucd-trie v0.1.6 |
2359 | 2023-12-06T01:06:22.671Z | Documenting webpki-roots v0.25.2 |
2360 | 2023-12-06T01:06:24.471Z | Documenting anstyle v1.0.2 |
2361 | 2023-12-06T01:06:25.660Z | Documenting data-encoding v2.4.0 |
2362 | 2023-12-06T01:06:27.123Z | Documenting pest_generator v2.7.2 |
2363 | 2023-12-06T01:06:27.530Z | Documenting anstyle-parse v0.2.1 |
2364 | 2023-12-06T01:06:27.827Z | Documenting backtrace v0.3.69 |
2365 | 2023-12-06T01:06:28.407Z | Documenting syn v2.0.32 |
2366 | 2023-12-06T01:06:28.759Z | Documenting pest v2.7.2 |
2367 | 2023-12-06T01:06:29.791Z | Documenting ipnetwork v0.20.0 |
2368 | 2023-12-06T01:06:31.941Z | Documenting hyper-tls v0.5.0 |
2369 | 2023-12-06T01:06:32.036Z | Documenting hyper-rustls v0.24.2 |
2370 | 2023-12-06T01:06:32.241Z | Documenting sha2 v0.10.8 |
2371 | 2023-12-06T01:06:35.101Z | Documenting pest_derive v2.7.2 |
2372 | 2023-12-06T01:06:36.383Z | Documenting anyhow v1.0.75 |
2373 | 2023-12-06T01:06:36.835Z | Documenting futures-executor v0.3.29 |
2374 | 2023-12-06T01:06:38.953Z | Documenting hex v0.4.3 |
2375 | 2023-12-06T01:06:39.601Z | Documenting crc32fast v1.3.2 |
2376 | 2023-12-06T01:06:42.301Z | Checking serde_tokenstream v0.1.7 |
2377 | 2023-12-06T01:06:42.503Z | Documenting anstyle-query v1.0.0 |
2378 | 2023-12-06T01:06:42.516Z | Documenting reqwest v0.11.22 |
2379 | 2023-12-06T01:06:42.853Z | Documenting colorchoice v1.0.0 |
2380 | 2023-12-06T01:06:43.862Z | Documenting dtrace-parser v0.1.14 |
2381 | 2023-12-06T01:06:44.124Z | Documenting openapiv3 v2.0.0-rc.1 |
2382 | 2023-12-06T01:06:44.251Z | Documenting num-iter v0.1.43 |
2383 | 2023-12-06T01:06:45.007Z | Documenting hmac v0.12.1 |
2384 | 2023-12-06T01:06:46.975Z | Documenting dof v0.1.5 |
2385 | 2023-12-06T01:06:47.819Z | Documenting anstream v0.5.0 |
2386 | 2023-12-06T01:06:49.601Z | Documenting signal-hook v0.3.17 |
2387 | 2023-12-06T01:06:50.436Z | Documenting thread-id v4.2.0 |
2388 | 2023-12-06T01:06:52.286Z | Documenting terminal_size v0.2.6 |
2389 | 2023-12-06T01:06:53.408Z | Documenting memoffset v0.9.0 |
2390 | 2023-12-06T01:06:53.724Z | Documenting clap_lex v0.5.1 |
2391 | 2023-12-06T01:06:54.506Z | Documenting strsim v0.10.0 |
2392 | 2023-12-06T01:06:55.612Z | Documenting flate2 v1.0.28 |
2393 | 2023-12-06T01:06:56.054Z | Documenting usdt-impl v0.3.5 |
2394 | 2023-12-06T01:06:56.902Z | Documenting futures v0.3.29 |
2395 | 2023-12-06T01:06:57.502Z | Documenting crossbeam-epoch v0.9.15 |
2396 | 2023-12-06T01:06:58.602Z | Documenting usdt-attr-macro v0.3.5 |
2397 | 2023-12-06T01:06:58.743Z | Documenting usdt-macro v0.3.5 |
2398 | 2023-12-06T01:07:00.094Z | Documenting clap_derive v4.4.2 |
2399 | 2023-12-06T01:07:00.743Z | Documenting clap_builder v4.4.2 |
2400 | 2023-12-06T01:07:03.008Z | Documenting signal-hook-mio v0.2.3 |
2401 | 2023-12-06T01:07:03.353Z | Documenting signature v2.1.0 |
2402 | 2023-12-06T01:07:05.366Z | Documenting block-padding v0.3.3 |
2403 | 2023-12-06T01:07:07.393Z | Documenting hash32 v0.2.1 |
2404 | 2023-12-06T01:07:07.684Z | Documenting usdt v0.3.5 |
2405 | 2023-12-06T01:07:07.901Z | Documenting scheduled-thread-pool v0.2.7 |
2406 | 2023-12-06T01:07:08.798Z | Documenting bzip2-sys v0.1.11+1.0.8 |
2407 | 2023-12-06T01:07:09.720Z | Documenting enum-as-inner v0.5.1 |
2408 | 2023-12-06T01:07:10.436Z | Documenting clap v4.4.3 |
2409 | 2023-12-06T01:07:10.497Z | Documenting diesel_table_macro_syntax v0.1.0 |
2410 | 2023-12-06T01:07:11.409Z | Checking diesel_table_macro_syntax v0.1.0 |
2411 | 2023-12-06T01:07:11.655Z | Documenting pin-project-internal v1.1.3 |
2412 | 2023-12-06T01:07:13.351Z | Documenting stable_deref_trait v1.2.0 |
2413 | 2023-12-06T01:07:13.831Z | Documenting unicode-segmentation v1.10.1 |
2414 | 2023-12-06T01:07:14.512Z | Documenting bzip2 v0.4.4 |
2415 | 2023-12-06T01:07:16.439Z | Documenting r2d2 v0.8.10 |
2416 | 2023-12-06T01:07:17.019Z | Documenting trust-dns-proto v0.22.0 |
2417 | 2023-12-06T01:07:17.584Z | Documenting diesel_derives v2.1.2 |
2418 | 2023-12-06T01:07:17.588Z | Documenting heapless v0.7.16 |
2419 | 2023-12-06T01:07:18.674Z | Documenting inout v0.1.3 |
2420 | 2023-12-06T01:07:18.883Z | Documenting crossterm v0.27.0 |
2421 | 2023-12-06T01:07:18.940Z | Documenting pin-project v1.1.3 |
2422 | 2023-12-06T01:07:20.365Z | Documenting md-5 v0.10.5 |
2423 | 2023-12-06T01:07:31.974Z | Documenting stringprep v0.1.3 |
2424 | 2023-12-06T01:07:32.191Z | Documenting serde_spanned v0.6.4 |
2425 | 2023-12-06T01:07:32.430Z | Documenting toml_datetime v0.6.5 |
2426 | 2023-12-06T01:07:32.430Z | Documenting doc-comment v0.3.3 |
2427 | 2023-12-06T01:07:32.430Z | Documenting pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
2428 | 2023-12-06T01:07:32.686Z | Documenting snafu-derive v0.7.5 |
2429 | 2023-12-06T01:07:32.686Z | Documenting managed v0.8.0 |
2430 | 2023-12-06T01:07:32.687Z | Documenting static_assertions v1.1.0 |
2431 | 2023-12-06T01:07:32.687Z | Documenting winnow v0.5.15 |
2432 | 2023-12-06T01:07:32.687Z | Documenting either v1.9.0 |
2433 | 2023-12-06T01:07:32.687Z | Documenting fallible-iterator v0.2.0 |
2434 | 2023-12-06T01:07:32.687Z | Documenting siphasher v0.3.11 |
2435 | 2023-12-06T01:07:32.749Z | Documenting bit-vec v0.6.3 |
2436 | 2023-12-06T01:07:32.820Z | Documenting smoltcp v0.9.1 |
2437 | 2023-12-06T01:07:33.102Z | Documenting diesel v2.1.4 |
2438 | 2023-12-06T01:07:35.028Z | Documenting cipher v0.4.4 |
2439 | 2023-12-06T01:07:35.360Z | Documenting phf_shared v0.11.2 |
2440 | 2023-12-06T01:07:36.380Z | Documenting toml_edit v0.21.0 |
2441 | 2023-12-06T01:07:38.293Z | Documenting postgres-protocol v0.6.6 |
2442 | 2023-12-06T01:07:38.925Z | Documenting zip v0.6.6 |
2443 | 2023-12-06T01:07:39.231Z | Documenting snafu v0.7.5 |
2444 | 2023-12-06T01:07:40.103Z | Documenting num-bigint v0.4.4 |
2445 | 2023-12-06T01:07:40.951Z | Documenting hubpack v0.1.2 |
2446 | 2023-12-06T01:07:44.776Z | Documenting bstr v1.6.0 |
2447 | 2023-12-06T01:07:45.008Z | Documenting regress v0.7.1 |
2448 | 2023-12-06T01:07:46.105Z | Documenting serde_repr v0.1.16 |
2449 | 2023-12-06T01:07:46.295Z | Documenting precomputed-hash v0.1.1 |
2450 | 2023-12-06T01:07:47.554Z | Documenting lalrpop-util v0.19.12 |
2451 | 2023-12-06T01:07:47.888Z | Documenting new_debug_unreachable v1.0.4 |
2452 | 2023-12-06T01:07:51.708Z | Documenting fixedbitset v0.4.2 |
2453 | 2023-12-06T01:07:51.850Z | Documenting yasna v0.5.2 |
2454 | 2023-12-06T01:07:52.059Z | Documenting string_cache v0.8.7 |
2455 | 2023-12-06T01:07:52.294Z | Documenting postgres-types v0.2.6 |
2456 | 2023-12-06T01:07:52.568Z | Documenting gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e) |
2457 | 2023-12-06T01:07:54.060Z | Documenting phf v0.11.2 |
2458 | 2023-12-06T01:07:55.262Z | Documenting console v0.15.7 |
2459 | 2023-12-06T01:07:55.327Z | Documenting petgraph v0.6.4 |
2460 | 2023-12-06T01:07:59.198Z | Documenting semver v1.0.20 |
2461 | 2023-12-06T01:07:59.864Z | Documenting float-cmp v0.9.0 |
2462 | 2023-12-06T01:08:01.240Z | Documenting normalize-line-endings v0.3.0 |
2463 | 2023-12-06T01:08:01.488Z | Documenting predicates-core v1.0.6 |
2464 | 2023-12-06T01:08:02.883Z | Documenting difflib v0.4.0 |
2465 | 2023-12-06T01:08:03.035Z | Documenting whoami v1.4.1 |
2466 | 2023-12-06T01:08:05.470Z | Checking unsafe-libyaml v0.2.9 |
2467 | 2023-12-06T01:08:05.519Z | Documenting heck v0.4.1 |
2468 | 2023-12-06T01:08:05.946Z | Documenting bit-set v0.5.3 |
2469 | 2023-12-06T01:08:06.905Z | Documenting similar v2.2.1 |
2470 | 2023-12-06T01:08:07.078Z | Documenting typify-macro v0.0.14 (https://github.com/oxidecomputer/typify#c9d6453f) |
2471 | 2023-12-06T01:08:07.329Z | Documenting tokio-stream v0.1.14 |
2472 | 2023-12-06T01:08:07.345Z | Checking ident_case v1.0.1 |
2473 | 2023-12-06T01:08:07.544Z | Documenting unsafe-libyaml v0.2.9 |
2474 | 2023-12-06T01:08:08.543Z | Documenting predicates v3.0.4 |
2475 | 2023-12-06T01:08:08.765Z | Documenting tokio-postgres v0.7.10 |
2476 | 2023-12-06T01:08:11.657Z | Documenting typify-impl v0.0.14 (https://github.com/oxidecomputer/typify#c9d6453f) |
2477 | 2023-12-06T01:08:12.008Z | Checking serde_yaml v0.9.25 |
2478 | 2023-12-06T01:08:13.293Z | Documenting serde_yaml v0.9.25 |
2479 | 2023-12-06T01:08:14.062Z | Documenting progenitor-client v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#9339b576) |
2480 | 2023-12-06T01:08:15.016Z | Documenting getopts v0.2.21 |
2481 | 2023-12-06T01:08:15.091Z | Documenting match_cfg v0.1.0 |
2482 | 2023-12-06T01:08:17.415Z | Documenting sha1 v0.10.6 |
2483 | 2023-12-06T01:08:17.428Z | Documenting dirs-sys-next v0.1.2 |
2484 | 2023-12-06T01:08:19.193Z | Documenting hostname v0.3.1 |
2485 | 2023-12-06T01:08:21.302Z | Documenting thread_local v1.1.7 |
2486 | 2023-12-06T01:08:21.667Z | Documenting progenitor-macro v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#9339b576) |
2487 | 2023-12-06T01:08:22.803Z | Documenting typify v0.0.14 (https://github.com/oxidecomputer/typify#c9d6453f) |
2488 | 2023-12-06T01:08:23.047Z | Documenting dirs-next v2.0.0 |
2489 | 2023-12-06T01:08:23.645Z | Documenting omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2490 | 2023-12-06T01:08:24.493Z | Documenting paste v1.0.14 |
2491 | 2023-12-06T01:08:25.208Z | Documenting crossbeam-channel v0.5.8 |
2492 | 2023-12-06T01:08:26.525Z | Documenting atty v0.2.14 |
2493 | 2023-12-06T01:08:27.490Z | Documenting take_mut v0.2.2 |
2494 | 2023-12-06T01:08:28.815Z | Documenting term v0.7.0 |
2495 | 2023-12-06T01:08:28.968Z | Documenting slog-json v2.6.1 |
2496 | 2023-12-06T01:08:30.774Z | Documenting camino v1.1.6 |
2497 | 2023-12-06T01:08:31.197Z | Documenting async-stream-impl v0.3.5 |
2498 | 2023-12-06T01:08:31.275Z | Documenting atomic-waker v1.1.1 |
2499 | 2023-12-06T01:08:32.972Z | Documenting slog-async v2.8.0 |
2500 | 2023-12-06T01:08:33.262Z | Documenting debug-ignore v1.0.5 |
2501 | 2023-12-06T01:08:33.427Z | Documenting progenitor-impl v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#9339b576) |
2502 | 2023-12-06T01:08:34.655Z | Documenting slog-term v2.9.0 |
2503 | 2023-12-06T01:08:35.431Z | Documenting waitgroup v0.1.2 |
2504 | 2023-12-06T01:08:35.746Z | Documenting slog-bunyan v2.4.0 |
2505 | 2023-12-06T01:08:37.420Z | Checking darling_core v0.20.3 |
2506 | 2023-12-06T01:08:37.656Z | Documenting async-stream v0.3.5 |
2507 | 2023-12-06T01:08:38.060Z | Documenting toml v0.8.8 |
2508 | 2023-12-06T01:08:39.244Z | Documenting dropshot_endpoint v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#ff87a017) |
2509 | 2023-12-06T01:08:40.364Z | Documenting multer v2.1.0 |
2510 | 2023-12-06T01:08:41.246Z | Documenting serde_path_to_error v0.1.14 |
2511 | 2023-12-06T01:08:41.984Z | Documenting strum v0.25.0 |
2512 | 2023-12-06T01:08:42.516Z | Checking darling v0.20.3 |
2513 | 2023-12-06T01:08:42.663Z | Documenting serde_with_macros v2.3.3 |
2514 | 2023-12-06T01:08:43.114Z | Documenting structmeta-derive v0.2.0 |
2515 | 2023-12-06T01:08:46.320Z | Documenting progenitor v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#9339b576) |
2516 | 2023-12-06T01:08:46.320Z | Checking structmeta v0.2.0 |
2517 | 2023-12-06T01:08:46.597Z | Documenting instant v0.1.12 |
2518 | 2023-12-06T01:08:47.175Z | Checking regex-syntax v0.7.5 |
2519 | 2023-12-06T01:08:47.424Z | Documenting serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
2520 | 2023-12-06T01:08:47.703Z | Documenting dropshot v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#ff87a017) |
2521 | 2023-12-06T01:08:47.798Z | Documenting macaddr v1.0.1 |
2522 | 2023-12-06T01:08:50.560Z | Documenting structmeta v0.2.0 |
2523 | 2023-12-06T01:08:50.855Z | Documenting serde_with v2.3.3 |
2524 | 2023-12-06T01:08:52.022Z | Documenting backoff v0.4.0 |
2525 | 2023-12-06T01:08:52.343Z | Documenting api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2526 | 2023-12-06T01:08:54.050Z | Checking illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2527 | 2023-12-06T01:08:54.175Z | Documenting fastrand v2.0.0 |
2528 | 2023-12-06T01:08:56.911Z | Documenting parse-display-derive v0.8.2 |
2529 | 2023-12-06T01:08:58.157Z | Documenting is-terminal v0.4.9 |
2530 | 2023-12-06T01:08:58.556Z | Documenting base64ct v1.6.0 |
2531 | 2023-12-06T01:09:00.528Z | Documenting tempfile v3.8.1 |
2532 | 2023-12-06T01:09:00.850Z | Documenting proc-macro-crate v1.3.1 |
2533 | 2023-12-06T01:09:01.519Z | Checking proc-macro-crate v1.3.1 |
2534 | 2023-12-06T01:09:01.850Z | Documenting proc-macro-error-attr v1.0.4 |
2535 | 2023-12-06T01:09:01.960Z | Checking proc-macro-error v1.0.4 |
2536 | 2023-12-06T01:09:02.365Z | Documenting postcard-cobs v0.1.5-pre |
2537 | 2023-12-06T01:09:04.784Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2538 | 2023-12-06T01:09:05.226Z | Documenting foreign-types-macros v0.2.3 |
2539 | 2023-12-06T01:09:05.610Z | Documenting parse-display v0.8.2 |
2540 | 2023-12-06T01:09:06.613Z | Documenting postcard v0.7.3 |
2541 | 2023-12-06T01:09:07.023Z | Documenting camino-tempfile v1.1.1 |
2542 | 2023-12-06T01:09:07.470Z | Documenting proc-macro-error v1.0.4 |
2543 | 2023-12-06T01:09:08.306Z | Documenting num_enum_derive v0.5.11 |
2544 | 2023-12-06T01:09:10.988Z | Documenting foreign-types-shared v0.3.1 |
2545 | 2023-12-06T01:09:11.057Z | Documenting illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59) |
2546 | 2023-12-06T01:09:11.663Z | Documenting omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2547 | 2023-12-06T01:09:12.139Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2548 | 2023-12-06T01:09:12.542Z | Documenting libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2549 | 2023-12-06T01:09:13.366Z | Documenting crucible-workspace-hack v0.1.0 |
2550 | 2023-12-06T01:09:14.084Z | Documenting nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2551 | 2023-12-06T01:09:14.535Z | Documenting cstr-argument v0.1.2 |
2552 | 2023-12-06T01:09:15.205Z | Documenting foreign-types v0.5.0 |
2553 | 2023-12-06T01:09:15.451Z | Documenting opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59) |
2554 | 2023-12-06T01:09:17.596Z | Documenting num_enum v0.5.11 |
2555 | 2023-12-06T01:09:18.553Z | Documenting kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59) |
2556 | 2023-12-06T01:09:18.812Z | Documenting rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
2557 | 2023-12-06T01:09:20.795Z | Documenting colored v2.0.4 |
2558 | 2023-12-06T01:09:20.796Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2559 | 2023-12-06T01:09:21.141Z | Documenting nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2560 | 2023-12-06T01:09:21.748Z | Documenting zone_cfg_derive v0.3.0 |
2561 | 2023-12-06T01:09:23.134Z | Documenting dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2562 | 2023-12-06T01:09:24.935Z | Documenting bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=3e1d129151c3621d28ead5c6e5760693ba6e7fec#3e1d1291) |
2563 | 2023-12-06T01:09:24.943Z | Documenting opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59) |
2564 | 2023-12-06T01:09:25.211Z | Documenting rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
2565 | 2023-12-06T01:09:26.661Z | Documenting num-derive v0.4.0 |
2566 | 2023-12-06T01:09:27.343Z | Documenting smf v0.2.2 |
2567 | 2023-12-06T01:09:29.438Z | Documenting zone v0.3.0 |
2568 | 2023-12-06T01:09:30.083Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2569 | 2023-12-06T01:09:31.123Z | Documenting bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=3e1d129151c3621d28ead5c6e5760693ba6e7fec#3e1d1291) |
2570 | 2023-12-06T01:09:31.392Z | Documenting libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#f114bd0d) |
2571 | 2023-12-06T01:09:31.924Z | Documenting linked-hash-map v0.5.6 |
2572 | 2023-12-06T01:09:33.236Z | Documenting password-hash v0.5.0 |
2573 | 2023-12-06T01:09:33.553Z | Documenting crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=945f040d259ca8013d3fb26f510453da7cd7b1a6#945f040d) |
2574 | 2023-12-06T01:09:34.550Z | Documenting oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59) |
2575 | 2023-12-06T01:09:38.166Z | Documenting blake2 v0.10.6 |
2576 | 2023-12-06T01:09:38.334Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2577 | 2023-12-06T01:09:38.662Z | Documenting lru-cache v0.1.2 |
2578 | 2023-12-06T01:09:39.225Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
2579 | 2023-12-06T01:09:39.711Z | Documenting gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2580 | 2023-12-06T01:09:40.120Z | Documenting dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2581 | 2023-12-06T01:09:40.521Z | Checking heck v0.3.3 |
2582 | 2023-12-06T01:09:40.768Z | Documenting structopt-derive v0.4.18 |
2583 | 2023-12-06T01:09:41.937Z | Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2584 | 2023-12-06T01:09:44.402Z | Documenting illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
2585 | 2023-12-06T01:09:44.472Z | Documenting opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59) |
2586 | 2023-12-06T01:09:44.739Z | Documenting libefi-sys v0.1.0 |
2587 | 2023-12-06T01:09:45.622Z | Documenting argon2 v0.5.2 |
2588 | 2023-12-06T01:09:45.836Z | Documenting quick-error v1.2.3 |
2589 | 2023-12-06T01:09:49.516Z | Documenting structopt v0.3.26 |
2590 | 2023-12-06T01:09:50.705Z | Documenting libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
2591 | 2023-12-06T01:09:51.475Z | Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2592 | 2023-12-06T01:09:51.583Z | Documenting resolv-conf v0.7.0 |
2593 | 2023-12-06T01:09:53.658Z | Documenting omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2594 | 2023-12-06T01:09:55.809Z | Documenting illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2595 | 2023-12-06T01:09:55.938Z | Documenting tofino v0.1.0 (http://github.com/oxidecomputer/tofino?branch=main#8283f802) |
2596 | 2023-12-06T01:09:56.528Z | Documenting pem-rfc7468 v0.7.0 |
2597 | 2023-12-06T01:09:57.139Z | Documenting der_derive v0.7.2 |
2598 | 2023-12-06T01:09:57.370Z | Documenting flagset v0.4.3 |
2599 | 2023-12-06T01:09:57.972Z | Documenting trust-dns-resolver v0.22.0 |
2600 | 2023-12-06T01:10:00.118Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2601 | 2023-12-06T01:10:00.944Z | Documenting cancel-safe-futures v0.1.5 |
2602 | 2023-12-06T01:10:01.647Z | Checking convert_case v0.4.0 |
2603 | 2023-12-06T01:10:01.957Z | Documenting convert_case v0.4.0 |
2604 | 2023-12-06T01:10:02.528Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2605 | 2023-12-06T01:10:03.031Z | Documenting tap v1.0.1 |
2606 | 2023-12-06T01:10:03.340Z | Documenting arc-swap v1.6.0 |
2607 | 2023-12-06T01:10:04.963Z | Documenting der v0.7.8 |
2608 | 2023-12-06T01:10:07.271Z | Documenting wyz v0.5.1 |
2609 | 2023-12-06T01:10:07.935Z | Documenting derive_more v0.99.17 |
2610 | 2023-12-06T01:10:09.021Z | Documenting slog-scope v4.4.0 |
2611 | 2023-12-06T01:10:10.097Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2612 | 2023-12-06T01:10:11.820Z | Documenting num-rational v0.4.1 |
2613 | 2023-12-06T01:10:11.924Z | Documenting radium v0.7.0 |
2614 | 2023-12-06T01:10:11.968Z | Documenting hkdf v0.12.3 |
2615 | 2023-12-06T01:10:12.897Z | Documenting spki v0.7.2 |
2616 | 2023-12-06T01:10:14.723Z | Documenting num-complex v0.4.4 |
2617 | 2023-12-06T01:10:16.222Z | Documenting funty v2.0.0 |
2618 | 2023-12-06T01:10:16.403Z | Documenting half v1.8.2 |
2619 | 2023-12-06T01:10:18.145Z | Documenting ciborium-io v0.2.1 |
2620 | 2023-12-06T01:10:19.948Z | Documenting crc-catalog v2.2.0 |
2621 | 2023-12-06T01:10:19.986Z | Documenting slog-stdlog v4.1.1 |
2622 | 2023-12-06T01:10:20.405Z | Documenting pkcs8 v0.10.2 |
2623 | 2023-12-06T01:10:20.792Z | Documenting bitvec v1.0.1 |
2624 | 2023-12-06T01:10:20.947Z | Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2625 | 2023-12-06T01:10:22.116Z | Documenting num v0.4.1 |
2626 | 2023-12-06T01:10:22.763Z | Checking internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns) |
2627 | 2023-12-06T01:10:22.977Z | Documenting crc v3.0.1 |
2628 | 2023-12-06T01:10:23.526Z | Documenting ciborium-ll v0.2.1 |
2629 | 2023-12-06T01:10:24.014Z | Documenting slog-dtrace v0.2.3 |
2630 | 2023-12-06T01:10:25.907Z | Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2631 | 2023-12-06T01:10:26.428Z | Documenting filetime v0.2.22 |
2632 | 2023-12-06T01:10:27.389Z | Documenting xattr v1.0.1 |
2633 | 2023-12-06T01:10:29.165Z | Documenting oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2634 | 2023-12-06T01:10:29.885Z | Documenting sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2635 | 2023-12-06T01:10:29.888Z | Documenting packed_struct_codegen v0.10.1 |
2636 | 2023-12-06T01:10:31.087Z | Documenting keccak v0.1.4 |
2637 | 2023-12-06T01:10:32.198Z | Documenting nodrop v0.1.14 |
2638 | 2023-12-06T01:10:34.495Z | Documenting tar v0.4.40 |
2639 | 2023-12-06T01:10:34.513Z | Documenting ciborium v0.2.1 |
2640 | 2023-12-06T01:10:35.414Z | Documenting sha3 v0.10.8 |
2641 | 2023-12-06T01:10:36.311Z | Documenting oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2642 | 2023-12-06T01:10:36.804Z | Documenting array-init v0.0.4 |
2643 | 2023-12-06T01:10:37.890Z | Documenting packed_struct v0.10.1 |
2644 | 2023-12-06T01:10:39.455Z | Documenting pkcs1 v0.7.5 |
2645 | 2023-12-06T01:10:39.735Z | Documenting slog-envlogger v2.2.0 |
2646 | 2023-12-06T01:10:40.176Z | Documenting num-bigint-dig v0.8.4 |
2647 | 2023-12-06T01:10:41.623Z | Documenting fxhash v0.2.1 |
2648 | 2023-12-06T01:10:42.999Z | Documenting secrecy v0.8.0 |
2649 | 2023-12-06T01:10:46.305Z | Documenting termcolor v1.2.0 |
2650 | 2023-12-06T01:10:47.090Z | Documenting swrite v0.1.0 |
2651 | 2023-12-06T01:10:47.802Z | Documenting bitfield v0.14.0 |
2652 | 2023-12-06T01:10:49.283Z | Documenting utf-8 v0.7.6 |
2653 | 2023-12-06T01:10:49.838Z | Documenting rsa v0.9.2 |
2654 | 2023-12-06T01:10:52.126Z | Documenting serde-hex v0.1.0 |
2655 | 2023-12-06T01:10:52.572Z | Documenting tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git#e644a21a) |
2656 | 2023-12-06T01:10:52.711Z | Documenting lpc55_areas v0.2.4 (https://github.com/oxidecomputer/lpc55_support#96f064ea) |
2657 | 2023-12-06T01:10:52.897Z | Documenting env_logger v0.10.0 |
2658 | 2023-12-06T01:10:54.943Z | Documenting tungstenite v0.20.1 |
2659 | 2023-12-06T01:10:56.313Z | Documenting x509-cert v0.2.4 |
2660 | 2023-12-06T01:10:59.328Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2661 | 2023-12-06T01:10:59.665Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
2662 | 2023-12-06T01:11:00.721Z | Documenting newtype_derive v0.1.6 |
2663 | 2023-12-06T01:11:01.416Z | Documenting libsw v3.3.0 |
2664 | 2023-12-06T01:11:01.647Z | Documenting ron v0.8.1 |
2665 | 2023-12-06T01:11:04.773Z | Documenting pem v3.0.2 |
2666 | 2023-12-06T01:11:05.331Z | Documenting derive-where v1.2.5 |
2667 | 2023-12-06T01:11:05.416Z | Documenting crc-any v2.4.3 |
2668 | 2023-12-06T01:11:06.302Z | Documenting owo-colors v3.5.0 |
2669 | 2023-12-06T01:11:08.420Z | Documenting linear-map v1.2.0 |
2670 | 2023-12-06T01:11:08.781Z | Documenting tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc.git#e644a21a) |
2671 | 2023-12-06T01:11:09.968Z | Documenting lpc55_sign v0.3.3 (https://github.com/oxidecomputer/lpc55_support#96f064ea) |
2672 | 2023-12-06T01:11:10.566Z | Documenting steno v0.4.0 |
2673 | 2023-12-06T01:11:14.010Z | Documenting tokio-tungstenite v0.20.1 |
2674 | 2023-12-06T01:11:14.703Z | Documenting key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2675 | 2023-12-06T01:11:15.244Z | Documenting internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns) |
2676 | 2023-12-06T01:11:15.415Z | Documenting update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2677 | 2023-12-06T01:11:16.248Z | Compiling mg-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/mg-admin-client) |
2678 | 2023-12-06T01:11:24.886Z | Documenting itertools v0.12.0 |
2679 | 2023-12-06T01:11:25.643Z | Documenting nibble_vec v0.1.0 |
2680 | 2023-12-06T01:11:26.162Z | Documenting path-slash v0.1.5 |
2681 | 2023-12-06T01:11:26.667Z | Documenting same-file v1.0.6 |
2682 | 2023-12-06T01:11:31.685Z | Documenting glob v0.3.1 |
2683 | 2023-12-06T01:11:31.969Z | Documenting endian-type v0.1.2 |
2684 | 2023-12-06T01:11:33.054Z | Documenting walkdir v2.4.0 |
2685 | 2023-12-06T01:11:34.519Z | Documenting hubtools v0.4.1 (https://github.com/oxidecomputer/hubtools.git?branch=main#73cd5a84) |
2686 | 2023-12-06T01:11:35.861Z | Documenting nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2687 | 2023-12-06T01:11:37.494Z | Documenting radix_trie v0.2.1 |
2688 | 2023-12-06T01:11:38.157Z | Documenting nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2689 | 2023-12-06T01:11:39.454Z | Documenting buf-list v1.0.3 |
2690 | 2023-12-06T01:11:41.078Z | Compiling ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2691 | 2023-12-06T01:11:42.502Z | Documenting sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2692 | 2023-12-06T01:11:43.714Z | Checking darling_core v0.14.4 |
2693 | 2023-12-06T01:11:44.410Z | Documenting trust-dns-client v0.22.0 |
2694 | 2023-12-06T01:11:46.473Z | Checking darling v0.14.4 |
2695 | 2023-12-06T01:11:46.631Z | Documenting installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2696 | 2023-12-06T01:11:52.565Z | Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
2697 | 2023-12-06T01:11:53.331Z | Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
2698 | 2023-12-06T01:11:55.154Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
2699 | 2023-12-06T01:11:55.583Z | Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2700 | 2023-12-06T01:11:57.885Z | Documenting trust-dns-server v0.22.1 |
2701 | 2023-12-06T01:12:00.619Z | Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2702 | 2023-12-06T01:12:02.915Z | Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2703 | 2023-12-06T01:12:03.648Z | Documenting sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2704 | 2023-12-06T01:12:04.697Z | Documenting sled v0.34.7 |
2705 | 2023-12-06T01:12:05.746Z | Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2706 | 2023-12-06T01:12:06.122Z | Documenting unicase v2.7.0 |
2707 | 2023-12-06T01:12:06.826Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2708 | 2023-12-06T01:12:07.264Z | Documenting globset v0.4.13 |
2709 | 2023-12-06T01:12:11.021Z | Documenting crossbeam-deque v0.8.3 |
2710 | 2023-12-06T01:12:11.095Z | Documenting headers-core v0.2.0 |
2711 | 2023-12-06T01:12:13.381Z | Documenting olpc-cjson v0.1.3 |
2712 | 2023-12-06T01:12:13.522Z | Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
2713 | 2023-12-06T01:12:14.075Z | Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
2714 | 2023-12-06T01:12:15.109Z | Documenting serde_plain v1.0.2 |
2715 | 2023-12-06T01:12:15.615Z | Documenting ff v0.13.0 |
2716 | 2023-12-06T01:12:16.678Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
2717 | 2023-12-06T01:12:16.883Z | Documenting async-recursion v1.0.5 |
2718 | 2023-12-06T01:12:18.072Z | Documenting typed-path v0.6.0 |
2719 | 2023-12-06T01:12:19.510Z | Documenting pretty-hex v0.4.0 |
2720 | 2023-12-06T01:12:20.236Z | Documenting display-error-chain v0.2.0 |
2721 | 2023-12-06T01:12:21.160Z | Documenting headers v0.3.9 |
2722 | 2023-12-06T01:12:21.516Z | Documenting group v0.13.0 |
2723 | 2023-12-06T01:12:21.906Z | Documenting rayon-core v1.12.0 |
2724 | 2023-12-06T01:12:23.512Z | Documenting mime_guess v2.0.4 |
2725 | 2023-12-06T01:12:24.172Z | Documenting dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2726 | 2023-12-06T01:12:25.913Z | Documenting tough v0.15.0 |
2727 | 2023-12-06T01:12:27.309Z | Checking derive_builder_core v0.12.0 |
2728 | 2023-12-06T01:12:27.563Z | Documenting derive_builder_core v0.12.0 |
2729 | 2023-12-06T01:12:28.452Z | Documenting dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
2730 | 2023-12-06T01:12:28.816Z | Checking ipcc-key-value v0.1.0 (/work/oxidecomputer/omicron/ipcc-key-value) |
2731 | 2023-12-06T01:12:29.700Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
2732 | 2023-12-06T01:12:30.100Z | Documenting universal-hash v0.5.1 |
2733 | 2023-12-06T01:12:30.637Z | Documenting crypto-bigint v0.5.2 |
2734 | 2023-12-06T01:12:30.739Z | Documenting bcs v0.1.6 |
2735 | 2023-12-06T01:12:36.947Z | Documenting kstat-rs v0.2.3 |
2736 | 2023-12-06T01:12:37.946Z | Documenting thiserror-impl-no-std v2.0.2 |
2737 | 2023-12-06T01:12:38.828Z | Documenting curve25519-dalek-derive v0.1.0 |
2738 | 2023-12-06T01:12:39.611Z | Documenting highway v1.1.0 |
2739 | 2023-12-06T01:12:41.228Z | Documenting opaque-debug v0.3.0 |
2740 | 2023-12-06T01:12:48.658Z | Documenting base16ct v0.2.0 |
2741 | 2023-12-06T01:12:48.759Z | Documenting oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2742 | 2023-12-06T01:12:48.787Z | Documenting oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2743 | 2023-12-06T01:12:48.787Z | Documenting curve25519-dalek v4.1.0 |
2744 | 2023-12-06T01:12:48.788Z | Documenting poly1305 v0.8.0 |
2745 | 2023-12-06T01:12:48.788Z | Documenting thiserror-no-std v2.0.2 |
2746 | 2023-12-06T01:12:48.788Z | Documenting derive_builder_macro v0.12.0 |
2747 | 2023-12-06T01:12:48.788Z | Documenting elliptic-curve v0.13.5 |
2748 | 2023-12-06T01:12:50.539Z | Documenting rayon v1.8.0 |
2749 | 2023-12-06T01:12:51.850Z | Documenting omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
2750 | 2023-12-06T01:12:54.467Z | Documenting oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2751 | 2023-12-06T01:12:55.062Z | Documenting ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2752 | 2023-12-06T01:13:03.421Z | Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
2753 | 2023-12-06T01:13:03.948Z | Documenting mg-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/mg-admin-client) |
2754 | 2023-12-06T01:13:04.429Z | Documenting wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
2755 | 2023-12-06T01:13:29.141Z | Documenting propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=3e1d129151c3621d28ead5c6e5760693ba6e7fec#3e1d1291) |
2756 | 2023-12-06T01:13:29.141Z | Documenting portable-atomic v1.4.3 |
2757 | 2023-12-06T01:13:29.141Z | Documenting ed25519 v1.5.3 |
2758 | 2023-12-06T01:13:29.142Z | Documenting oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
2759 | 2023-12-06T01:13:29.142Z | Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2760 | 2023-12-06T01:13:29.142Z | Documenting crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=945f040d259ca8013d3fb26f510453da7cd7b1a6#945f040d) |
2761 | 2023-12-06T01:13:29.142Z | Documenting chacha20 v0.9.1 |
2762 | 2023-12-06T01:13:29.142Z | Documenting aead v0.5.2 |
2763 | 2023-12-06T01:13:32.990Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
2764 | 2023-12-06T01:13:35.044Z | Documenting ref-cast-impl v1.0.20 |
2765 | 2023-12-06T01:13:35.235Z | Documenting vte_generate_state_changes v0.1.1 |
2766 | 2023-12-06T01:13:35.977Z | Documenting cassowary v0.3.0 |
2767 | 2023-12-06T01:13:37.942Z | Documenting number_prefix v0.4.0 |
2768 | 2023-12-06T01:13:39.224Z | Documenting chacha20poly1305 v0.10.1 |
2769 | 2023-12-06T01:13:41.458Z | Documenting vte v0.11.1 |
2770 | 2023-12-06T01:13:41.914Z | Documenting ratatui v0.23.0 |
2771 | 2023-12-06T01:13:42.690Z | Documenting ref-cast v1.0.20 |
2772 | 2023-12-06T01:13:43.221Z | Documenting salty v0.2.0 |
2773 | 2023-12-06T01:13:43.614Z | Documenting indicatif v0.17.7 |
2774 | 2023-12-06T01:13:46.882Z | Documenting vsss-rs v3.3.1 |
2775 | 2023-12-06T01:13:47.630Z | Documenting derive_builder v0.12.0 |
2776 | 2023-12-06T01:13:49.978Z | Documenting fs-err v2.11.0 |
2777 | 2023-12-06T01:13:51.892Z | Documenting polar-core v0.27.0 |
2778 | 2023-12-06T01:13:52.749Z | Documenting hubpack v0.1.0 (https://github.com/cbiffle/hubpack?rev=df08cc3a6e1f97381cd0472ae348e310f0119e25#df08cc3a) |
2779 | 2023-12-06T01:13:52.823Z | Documenting nix v0.26.2 (https://github.com/jgallagher/nix?branch=r0.26-illumos#c1a3636d) |
2780 | 2023-12-06T01:13:53.367Z | Documenting libxml v0.3.3 |
2781 | 2023-12-06T01:13:55.697Z | Documenting bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2782 | 2023-12-06T01:13:57.852Z | Documenting ipcc-key-value v0.1.0 (/work/oxidecomputer/omicron/ipcc-key-value) |
2783 | 2023-12-06T01:13:59.603Z | Documenting tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
2784 | 2023-12-06T01:13:59.651Z | Documenting nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
2785 | 2023-12-06T01:14:03.645Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
2786 | 2023-12-06T01:14:03.664Z | Documenting db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
2787 | 2023-12-06T01:14:03.664Z | Documenting bb8 v0.8.1 |
2788 | 2023-12-06T01:14:05.632Z | Documenting quick-xml v0.23.1 |
2789 | 2023-12-06T01:14:05.746Z | Documenting bytesize v1.3.0 |
2790 | 2023-12-06T01:14:12.200Z | Documenting serde-big-array v0.5.1 |
2791 | 2023-12-06T01:14:12.524Z | Documenting rtoolbox v0.0.1 |
2792 | 2023-12-06T01:14:12.928Z | Documenting oso-derive v0.27.0 |
2793 | 2023-12-06T01:14:13.572Z | Documenting impl-trait-for-tuples v0.2.2 |
2794 | 2023-12-06T01:14:16.128Z | Documenting maplit v1.0.2 |
2795 | 2023-12-06T01:14:18.415Z | Documenting unicode-linebreak v0.1.5 |
2796 | 2023-12-06T01:14:18.758Z | Documenting is_ci v1.1.1 |
2797 | 2023-12-06T01:14:19.697Z | Documenting humantime v2.1.0 |
2798 | 2023-12-06T01:14:21.579Z | Documenting smawk v0.3.1 |
2799 | 2023-12-06T01:14:22.314Z | Documenting http-range v0.1.5 |
2800 | 2023-12-06T01:14:22.775Z | Documenting oso v0.27.0 |
2801 | 2023-12-06T01:14:24.230Z | Documenting supports-color v2.1.0 |
2802 | 2023-12-06T01:14:25.339Z | Documenting gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e) |
2803 | 2023-12-06T01:14:26.360Z | Documenting rpassword v7.3.1 |
2804 | 2023-12-06T01:14:27.660Z | Documenting nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
2805 | 2023-12-06T01:14:27.863Z | Documenting hyper-staticfile v0.9.5 |
2806 | 2023-12-06T01:14:28.047Z | Documenting textwrap v0.16.0 |
2807 | 2023-12-06T01:14:31.189Z | Documenting samael v0.0.10 (https://github.com/njaremko/samael?branch=master#52028e45) |
2808 | 2023-12-06T01:14:32.188Z | Documenting async-bb8-diesel v0.1.0 (https://github.com/oxidecomputer/async-bb8-diesel?rev=ed7ab5ef0513ba303d33efd41d3e9e381169d59b#ed7ab5ef) |
2809 | 2023-12-06T01:14:33.110Z | Documenting tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
2810 | 2023-12-06T01:14:34.592Z | Documenting sprockets-common v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef) |
2811 | 2023-12-06T01:14:38.770Z | Documenting bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2812 | 2023-12-06T01:14:41.799Z | Documenting tui-tree-widget v0.13.0 |
2813 | 2023-12-06T01:14:44.821Z | Documenting strip-ansi-escapes v0.2.0 |
2814 | 2023-12-06T01:14:49.995Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
2815 | 2023-12-06T01:14:50.509Z | Documenting wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
2816 | 2023-12-06T01:14:51.287Z | Checking tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
2817 | 2023-12-06T01:14:51.570Z | Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
2818 | 2023-12-06T01:14:53.924Z | Documenting cookie v0.18.0 |
2819 | 2023-12-06T01:14:56.370Z | Documenting diesel-dtrace v0.2.0 (https://github.com/oxidecomputer/diesel-dtrace?branch=main#c1252df7) |
2820 | 2023-12-06T01:15:00.120Z | Documenting rcgen v0.11.3 |
2821 | 2023-12-06T01:15:00.818Z | Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
2822 | 2023-12-06T01:15:01.395Z | Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
2823 | 2023-12-06T01:15:02.358Z | Documenting atomicwrites v0.4.2 |
2824 | 2023-12-06T01:15:08.690Z | Documenting signal-hook-tokio v0.3.1 |
2825 | 2023-12-06T01:15:08.926Z | Documenting authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
2826 | 2023-12-06T01:15:10.267Z | Documenting fd-lock v3.0.13 |
2827 | 2023-12-06T01:15:11.980Z | Documenting subprocess v0.2.9 |
2828 | 2023-12-06T01:15:15.966Z | Documenting nu-ansi-term v0.49.0 |
2829 | 2023-12-06T01:15:17.132Z | Documenting corncobs v0.1.3 |
2830 | 2023-12-06T01:15:17.249Z | Documenting shell-words v1.1.0 |
2831 | 2023-12-06T01:15:17.534Z | Documenting omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
2832 | 2023-12-06T01:15:17.560Z | Documenting omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2833 | 2023-12-06T01:15:17.930Z | Documenting omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2834 | 2023-12-06T01:15:21.370Z | Documenting sprockets-rot v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef) |
2835 | 2023-12-06T01:15:21.790Z | Documenting reedline v0.26.0 |
2836 | 2023-12-06T01:15:23.495Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2837 | 2023-12-06T01:15:34.361Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2838 | 2023-12-06T01:15:34.452Z | Documenting wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
2839 | 2023-12-06T01:15:34.452Z | Documenting oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
2840 | 2023-12-06T01:15:34.546Z | Documenting nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
2841 | 2023-12-06T01:15:39.055Z | Documenting nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
2842 | 2023-12-06T01:15:55.247Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
2843 | 2023-12-06T01:15:57.875Z | Documenting crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=945f040d259ca8013d3fb26f510453da7cd7b1a6#945f040d) |
2844 | 2023-12-06T01:16:03.818Z | Documenting fatfs v0.3.6 |
2845 | 2023-12-06T01:16:05.320Z | Documenting nanorand v0.7.0 |
2846 | 2023-12-06T01:16:05.951Z | Documenting assert_matches v1.5.0 |
2847 | 2023-12-06T01:16:09.039Z | Documenting wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
2848 | 2023-12-06T01:16:10.158Z | Documenting sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
2849 | 2023-12-06T01:16:11.334Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
2850 | 2023-12-06T01:16:11.416Z | Documenting flume v0.11.0 |
2851 | 2023-12-06T01:16:14.695Z | Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
2852 | 2023-12-06T01:16:15.726Z | Documenting installinator-artifact-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-artifact-client) |
2853 | 2023-12-06T01:16:16.536Z | Documenting installinator-artifactd v0.1.0 (/work/oxidecomputer/omicron/installinator-artifactd) |
2854 | 2023-12-06T01:16:19.120Z | Documenting omicron-zone-package v0.9.1 |
2855 | 2023-12-06T01:16:27.065Z | Documenting nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
2856 | 2023-12-06T01:16:30.867Z | warning: unresolved link to `propolis_client::api::InstanceStateMonitorResponse` |
2857 | 2023-12-06T01:16:30.867Z | --> sled-agent/src/sim/instance.rs:46:7 |
2858 | 2023-12-06T01:16:30.867Z | | |
2859 | 2023-12-06T01:16:30.867Z | 46 | /// [`propolis_client::api::InstanceStateMonitorResponse`]. Transition requests |
2860 | 2023-12-06T01:16:30.867Z | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no item named `api` in module `propolis_client` |
2861 | 2023-12-06T01:16:30.867Z | | |
2862 | 2023-12-06T01:16:30.867Z | = note: `#[warn(rustdoc::broken_intra_doc_links)]` on by default |
2863 | 2023-12-06T01:16:30.867Z | |
2864 | 2023-12-06T01:16:34.804Z | warning: `omicron-sled-agent` (lib doc) generated 1 warning |
2865 | 2023-12-06T01:16:34.808Z | Checking installinator-artifactd v0.1.0 (/work/oxidecomputer/omicron/installinator-artifactd) |
2866 | 2023-12-06T01:16:36.009Z | Checking installinator-artifact-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-artifact-client) |
2867 | 2023-12-06T01:16:36.683Z | Documenting termios v0.3.3 |
2868 | 2023-12-06T01:16:41.295Z | Documenting topological-sort v0.2.2 |
2869 | 2023-12-06T01:16:42.922Z | Documenting gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli) |
2870 | 2023-12-06T01:16:47.991Z | Documenting omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
2871 | 2023-12-06T01:16:50.353Z | Documenting wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
2872 | 2023-12-06T01:16:53.029Z | Documenting installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
2873 | 2023-12-06T01:16:55.639Z | Documenting gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
2874 | 2023-12-06T01:17:26.705Z | Documenting crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed) |
2875 | 2023-12-06T01:17:42.510Z | Documenting tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous) |
2876 | 2023-12-06T01:17:53.272Z | Documenting caboose-util v0.1.0 (/work/oxidecomputer/omicron/caboose-util) |
2877 | 2023-12-06T01:17:55.984Z | Documenting internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns-cli) |
2878 | 2023-12-06T01:17:56.906Z | Documenting oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
2879 | 2023-12-06T01:18:00.790Z | Documenting omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
2880 | 2023-12-06T01:18:24.843Z | Documenting omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
2881 | 2023-12-06T01:19:16.985Z | warning: unresolved link to `VolumeConstructionRequest` |
2882 | 2023-12-06T01:19:16.985Z | --> nexus/src/app/sagas/volume_delete.rs:338:7 |
2883 | 2023-12-06T01:19:16.985Z | | |
2884 | 2023-12-06T01:19:16.985Z | 338 | /// [`VolumeConstructionRequest`] is shown here): |
2885 | 2023-12-06T01:19:16.985Z | | ^^^^^^^^^^^^^^^^^^^^^^^^^ no item named `VolumeConstructionRequest` in scope |
2886 | 2023-12-06T01:19:16.985Z | | |
2887 | 2023-12-06T01:19:16.985Z | = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` |
2888 | 2023-12-06T01:19:16.985Z | = note: `#[warn(rustdoc::broken_intra_doc_links)]` on by default |
2889 | 2023-12-06T01:19:16.985Z | |
2890 | 2023-12-06T01:19:16.990Z | warning: unresolved link to `fd00:1122:3344:101::5` |
2891 | 2023-12-06T01:19:16.990Z | --> nexus/src/app/sagas/volume_delete.rs:348:17 |
2892 | 2023-12-06T01:19:16.990Z | | |
2893 | 2023-12-06T01:19:16.990Z | 348 | /// "[fd00:1122:3344:101::5]:1000", |
2894 | 2023-12-06T01:19:16.990Z | | ^^^^^^^^^^^^^^^^^^^^^ no item named `fd00:1122:3344:101` in scope |
2895 | 2023-12-06T01:19:16.990Z | |
2896 | 2023-12-06T01:19:16.990Z | warning: unresolved link to `fd00:1122:3344:102::9` |
2897 | 2023-12-06T01:19:16.990Z | --> nexus/src/app/sagas/volume_delete.rs:349:17 |
2898 | 2023-12-06T01:19:16.990Z | | |
2899 | 2023-12-06T01:19:16.990Z | 349 | /// "[fd00:1122:3344:102::9]:1000", |
2900 | 2023-12-06T01:19:16.990Z | | ^^^^^^^^^^^^^^^^^^^^^ no item named `fd00:1122:3344:102` in scope |
2901 | 2023-12-06T01:19:16.990Z | |
2902 | 2023-12-06T01:19:16.991Z | warning: unresolved link to `fd00:1122:3344:103::2` |
2903 | 2023-12-06T01:19:16.991Z | --> nexus/src/app/sagas/volume_delete.rs:350:17 |
2904 | 2023-12-06T01:19:16.991Z | | |
2905 | 2023-12-06T01:19:16.991Z | 350 | /// "[fd00:1122:3344:103::2]:1000" |
2906 | 2023-12-06T01:19:16.991Z | | ^^^^^^^^^^^^^^^^^^^^^ no item named `fd00:1122:3344:103` in scope |
2907 | 2023-12-06T01:19:16.991Z | |
2908 | 2023-12-06T01:19:16.991Z | warning: unresolved link to `fd00:1122:3344:101::5` |
2909 | 2023-12-06T01:19:16.991Z | --> nexus/src/app/sagas/volume_delete.rs:369:17 |
2910 | 2023-12-06T01:19:16.991Z | | |
2911 | 2023-12-06T01:19:16.991Z | 369 | /// "[fd00:1122:3344:101::5]:1001", <-- port changed |
2912 | 2023-12-06T01:19:16.991Z | | ^^^^^^^^^^^^^^^^^^^^^ no item named `fd00:1122:3344:101` in scope |
2913 | 2023-12-06T01:19:16.991Z | |
2914 | 2023-12-06T01:19:16.991Z | warning: unresolved link to `fd00:1122:3344:102::9` |
2915 | 2023-12-06T01:19:16.991Z | --> nexus/src/app/sagas/volume_delete.rs:370:17 |
2916 | 2023-12-06T01:19:16.991Z | | |
2917 | 2023-12-06T01:19:16.991Z | 370 | /// "[fd00:1122:3344:102::9]:1001", <-- port changed |
2918 | 2023-12-06T01:19:16.991Z | | ^^^^^^^^^^^^^^^^^^^^^ no item named `fd00:1122:3344:102` in scope |
2919 | 2023-12-06T01:19:16.991Z | |
2920 | 2023-12-06T01:19:16.991Z | warning: unresolved link to `fd00:1122:3344:103::2` |
2921 | 2023-12-06T01:19:16.991Z | --> nexus/src/app/sagas/volume_delete.rs:371:17 |
2922 | 2023-12-06T01:19:16.991Z | | |
2923 | 2023-12-06T01:19:16.991Z | 371 | /// "[fd00:1122:3344:103::2]:1001" <-- port changed |
2924 | 2023-12-06T01:19:16.991Z | | ^^^^^^^^^^^^^^^^^^^^^ no item named `fd00:1122:3344:103` in scope |
2925 | 2023-12-06T01:19:16.991Z | |
2926 | 2023-12-06T01:19:20.254Z | warning: `omicron-nexus` (lib doc) generated 7 warnings |
2927 | 2023-12-06T01:19:52.182Z | Finished dev [unoptimized + debuginfo] target(s) in 15m 40s |
2928 | 2023-12-06T01:19:52.288Z | |
2929 | 2023-12-06T01:19:52.288Z | real 15:40.810796837 |
2930 | 2023-12-06T01:19:52.288Z | user 50:58.791567262 |
2931 | 2023-12-06T01:19:52.288Z | sys 1:00:33.467750789 |
2932 | 2023-12-06T01:19:52.288Z | trap 1.935428553 |
2933 | 2023-12-06T01:19:52.288Z | tflt 0.620492074 |
2934 | 2023-12-06T01:19:52.292Z | dflt 0.504030128 |
2935 | 2023-12-06T01:19:52.292Z | kflt 0.000143120 |
2936 | 2023-12-06T01:19:52.292Z | lock 3:07:39.571055952 |
2937 | 2023-12-06T01:19:52.292Z | slp 4:01:23.633373469 |
2938 | 2023-12-06T01:19:52.292Z | lat 5:16.210229962 |
2939 | 2023-12-06T01:19:52.292Z | stop 1:18.439919389 |
2940 | 2023-12-06T01:19:52.292Z | process exited: duration 1733260 ms, exit code 0 |
|
2941 | 2023-12-06T01:19:52.300Z | found 0 output files |