|
|
|
1 | 2024-01-19T05:38:24.184Z | job assigned to worker 01HMG3JN8TS99YHKQP2YPEN3ZE (queued for 1 m 6 s) |
|
2 | 2024-01-19T05:38:24.344Z | starting task 0: "setup" |
3 | 2024-01-19T05:38:24.399Z | ++ uname -s |
4 | 2024-01-19T05:38:24.403Z | + kern=SunOS |
5 | 2024-01-19T05:38:24.403Z | + case "$kern" in |
6 | 2024-01-19T05:38:24.403Z | + groupadd -g 12345 build |
7 | 2024-01-19T05:38:24.404Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
8 | 2024-01-19T05:38:26.452Z | + zfs create -o mountpoint=/work rpool/work |
9 | 2024-01-19T05:38:26.564Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
10 | 2024-01-19T05:38:26.569Z | + home_fs=zfs |
11 | 2024-01-19T05:38:26.569Z | + [[ zfs == autofs ]] |
12 | 2024-01-19T05:38:26.569Z | + mkdir -p /home/build |
13 | 2024-01-19T05:38:26.573Z | + chown build:build /home/build /work |
14 | 2024-01-19T05:38:27.572Z | + chmod 0700 /home/build /work |
15 | 2024-01-19T05:38:27.576Z | process exited: duration 3231 ms, exit code 0 |
|
16 | 2024-01-19T05:38:27.583Z | starting task 1: "rust-toolchain" |
17 | 2024-01-19T05:38:27.591Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
18 | 2024-01-19T05:38:27.594Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.72.1 --profile default |
19 | 2024-01-19T05:38:27.946Z | info: downloading installer |
20 | 2024-01-19T05:38:29.687Z | warning: it looks like you have an existing installation of Rust at: |
21 | 2024-01-19T05:38:29.687Z | warning: /opt/ooce/bin |
22 | 2024-01-19T05:38:29.687Z | warning: It is recommended that rustup be the primary Rust installation. |
23 | 2024-01-19T05:38:29.687Z | warning: Otherwise you may have confusion unless you are careful with your PATH |
24 | 2024-01-19T05:38:29.687Z | warning: If you are sure that you want both rustup and your already installed Rust |
25 | 2024-01-19T05:38:29.687Z | warning: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes |
26 | 2024-01-19T05:38:29.687Z | warning: or pass `-y' to ignore all ignorable checks. |
27 | 2024-01-19T05:38:29.687Z | error: cannot install while Rust is installed |
28 | 2024-01-19T05:38:29.688Z | warning: continuing (because the -y flag is set and the error is ignorable) |
29 | 2024-01-19T05:38:29.848Z | info: profile set to 'default' |
30 | 2024-01-19T05:38:29.849Z | info: default host triple is x86_64-unknown-illumos |
31 | 2024-01-19T05:38:29.857Z | info: syncing channel updates for '1.72.1-x86_64-unknown-illumos' |
32 | 2024-01-19T05:38:30.067Z | info: latest update on 2023-09-19, rust version 1.72.1 (d5c2e9c34 2023-09-13) |
33 | 2024-01-19T05:38:30.067Z | info: downloading component 'cargo' |
34 | 2024-01-19T05:38:31.036Z | info: downloading component 'clippy' |
35 | 2024-01-19T05:38:31.370Z | info: downloading component 'rust-docs' |
36 | 2024-01-19T05:38:32.602Z | info: downloading component 'rust-std' |
37 | 2024-01-19T05:38:34.742Z | info: downloading component 'rustc' |
38 | 2024-01-19T05:38:40.051Z | info: downloading component 'rustfmt' |
39 | 2024-01-19T05:38:40.355Z | info: installing component 'cargo' |
40 | 2024-01-19T05:38:41.790Z | info: installing component 'clippy' |
41 | 2024-01-19T05:38:42.381Z | info: installing component 'rust-docs' |
42 | 2024-01-19T05:38:45.024Z | info: installing component 'rust-std' |
43 | 2024-01-19T05:38:48.135Z | info: installing component 'rustc' |
44 | 2024-01-19T05:38:54.709Z | info: installing component 'rustfmt' |
45 | 2024-01-19T05:38:55.151Z | info: default toolchain set to '1.72.1-x86_64-unknown-illumos' |
46 | 2024-01-19T05:38:55.151Z | |
47 | 2024-01-19T05:38:55.691Z | 1.72.1-x86_64-unknown-illumos installed - rustc 1.72.1 (d5c2e9c34 2023-09-13) |
48 | 2024-01-19T05:38:55.691Z | |
49 | 2024-01-19T05:38:55.698Z | |
50 | 2024-01-19T05:38:55.699Z | Rust is installed now. Great! |
51 | 2024-01-19T05:38:55.699Z | |
52 | 2024-01-19T05:38:55.699Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
53 | 2024-01-19T05:38:55.699Z | environment variable. This has not been done automatically. |
54 | 2024-01-19T05:38:55.700Z | |
55 | 2024-01-19T05:38:55.700Z | To configure your current shell, run: |
56 | 2024-01-19T05:38:55.700Z | source "$HOME/.cargo/env" |
57 | 2024-01-19T05:38:55.700Z | + rustc --version |
58 | 2024-01-19T05:38:55.701Z | rustc 1.72.1 (d5c2e9c34 2023-09-13) |
59 | 2024-01-19T05:38:55.701Z | process exited: duration 27897 ms, exit code 0 |
|
60 | 2024-01-19T05:38:55.718Z | starting task 2: "authentication" |
61 | 2024-01-19T05:38:55.748Z | process exited: duration 30 ms, exit code 0 |
|
62 | 2024-01-19T05:38:55.758Z | starting task 3: "clone repository" |
63 | 2024-01-19T05:38:55.762Z | + mkdir -p /work/oxidecomputer/omicron |
64 | 2024-01-19T05:38:55.765Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
65 | 2024-01-19T05:38:55.864Z | Cloning into '/work/oxidecomputer/omicron'... |
66 | 2024-01-19T05:39:01.392Z | + cd /work/oxidecomputer/omicron |
67 | 2024-01-19T05:39:01.392Z | + [[ -n renovate/tempfile-3.x ]] |
68 | 2024-01-19T05:39:01.401Z | + git fetch origin renovate/tempfile-3.x |
69 | 2024-01-19T05:39:01.757Z | From https://github.com/oxidecomputer/omicron |
70 | 2024-01-19T05:39:01.758Z | * branch renovate/tempfile-3.x -> FETCH_HEAD |
71 | 2024-01-19T05:39:01.766Z | + git checkout -B renovate/tempfile-3.x remotes/origin/renovate/tempfile-3.x |
72 | 2024-01-19T05:39:01.873Z | Switched to a new branch 'renovate/tempfile-3.x' |
73 | 2024-01-19T05:39:01.884Z | branch 'renovate/tempfile-3.x' set up to track 'origin/renovate/tempfile-3.x'. |
74 | 2024-01-19T05:39:01.884Z | + git reset --hard 02c9e5624b35a7ee35180b3a91d99ee146ea0945 |
75 | 2024-01-19T05:39:01.890Z | HEAD is now at 02c9e5624 Update Rust crate tempfile to 3.9 |
76 | 2024-01-19T05:39:01.893Z | process exited: duration 6136 ms, exit code 0 |
|
77 | 2024-01-19T05:39:01.904Z | starting task 4: "build" |
78 | 2024-01-19T05:39:01.914Z | + cargo --version |
79 | 2024-01-19T05:39:01.921Z | info: syncing channel updates for '1.74.1-x86_64-unknown-illumos' |
80 | 2024-01-19T05:39:02.185Z | info: latest update on 2023-12-07, rust version 1.74.1 (a28077b28 2023-12-04) |
81 | 2024-01-19T05:39:02.204Z | info: downloading component 'cargo' |
82 | 2024-01-19T05:39:03.248Z | info: downloading component 'clippy' |
83 | 2024-01-19T05:39:03.576Z | info: downloading component 'rust-docs' |
84 | 2024-01-19T05:39:04.914Z | info: downloading component 'rust-std' |
85 | 2024-01-19T05:39:06.895Z | info: downloading component 'rustc' |
86 | 2024-01-19T05:39:12.633Z | info: downloading component 'rustfmt' |
87 | 2024-01-19T05:39:12.949Z | info: installing component 'cargo' |
88 | 2024-01-19T05:39:14.237Z | info: installing component 'clippy' |
89 | 2024-01-19T05:39:14.711Z | info: installing component 'rust-docs' |
90 | 2024-01-19T05:39:17.487Z | info: installing component 'rust-std' |
91 | 2024-01-19T05:39:19.947Z | info: installing component 'rustc' |
92 | 2024-01-19T05:39:27.152Z | info: installing component 'rustfmt' |
93 | 2024-01-19T05:39:27.770Z | cargo 1.74.1 (ecb9851af 2023-10-18) |
94 | 2024-01-19T05:39:27.774Z | + rustc --version |
95 | 2024-01-19T05:39:27.898Z | rustc 1.74.1 (a28077b28 2023-12-04) |
96 | 2024-01-19T05:39:27.905Z | + source ./env.sh |
97 | 2024-01-19T05:39:27.910Z | ++ set -o xtrace |
98 | 2024-01-19T05:39:27.910Z | ++++ dirname ./env.sh |
99 | 2024-01-19T05:39:27.963Z | +++ cd . |
100 | 2024-01-19T05:39:27.970Z | +++ echo /work/oxidecomputer/omicron |
101 | 2024-01-19T05:39:27.971Z | ++ OMICRON_WS=/work/oxidecomputer/omicron |
102 | 2024-01-19T05:39:27.971Z | ++ 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 | 2024-01-19T05:39:27.971Z | ++ PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
104 | 2024-01-19T05:39:27.971Z | ++ 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 | 2024-01-19T05:39:27.971Z | ++ 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 | 2024-01-19T05:39:27.972Z | ++ 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 | 2024-01-19T05:39:27.972Z | ++ 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 | 2024-01-19T05:39:27.972Z | ++ 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 | 2024-01-19T05:39:27.972Z | ++ 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 | 2024-01-19T05:39:27.972Z | ++ unset OMICRON_WS |
111 | 2024-01-19T05:39:27.973Z | ++ set +o xtrace |
112 | 2024-01-19T05:39:28.017Z | |
113 | 2024-01-19T05:39:28.017Z | ##### ##### ###### ##### ###### #### # # # #### # |
114 | 2024-01-19T05:39:28.018Z | # # # # # # # # # # # # # # # |
115 | 2024-01-19T05:39:28.018Z | # # # # ##### # # ##### # # # # # #### # |
116 | 2024-01-19T05:39:28.018Z | ##### ##### # ##### # # # # # # # # # |
117 | 2024-01-19T05:39:28.018Z | # # # # # # # # # # # # # # # |
118 | 2024-01-19T05:39:28.018Z | # # # ###### # # ###### ### # #### # #### # |
119 | 2024-01-19T05:39:28.018Z | |
120 | 2024-01-19T05:39:38.217Z | Startup: Refreshing catalog 'helios-dev' ... Done |
121 | 2024-01-19T05:39:39.877Z | Startup: Caching catalogs ... Done |
122 | 2024-01-19T05:39:42.307Z | Planning: Solver setup ... Done (1.899s) |
123 | 2024-01-19T05:39:42.315Z | Planning: Running solver ... Done (0.052s) |
124 | 2024-01-19T05:39:42.342Z | Planning: Finding local manifests ... Done (0.004s) |
125 | 2024-01-19T05:39:42.797Z | Planning: Fetching manifests: 0/4 0% complete |
126 | 2024-01-19T05:39:43.913Z | Planning: Fetching manifests: 4/4 100% complete |
127 | 2024-01-19T05:39:43.991Z | Planning: Package planning ... Done (0.078s) |
128 | 2024-01-19T05:39:44.081Z | Planning: Merging actions ... Done (0.085s) |
129 | 2024-01-19T05:39:44.807Z | Planning: Checking for conflicting actions ... Done (0.730s) |
130 | 2024-01-19T05:39:44.827Z | Planning: Consolidating action changes ... Done (0.017s) |
131 | 2024-01-19T05:39:48.352Z | Planning: Evaluating mediators ... Done (3.509s) |
132 | 2024-01-19T05:39:48.376Z | Planning: Planning completed in 8.42 seconds |
133 | 2024-01-19T05:39:50.961Z | Packages to install: 4 |
134 | 2024-01-19T05:40:05.415Z | Mediators to change: 2 |
135 | 2024-01-19T05:40:05.415Z | Services to change: 1 |
136 | 2024-01-19T05:40:05.415Z | Estimated space available: 148.87 GB |
137 | 2024-01-19T05:40:05.415Z | Estimated space to be consumed: 1.40 GB |
138 | 2024-01-19T05:40:05.415Z | Create boot environment: No |
139 | 2024-01-19T05:40:05.415Z | Create backup boot environment: No |
140 | 2024-01-19T05:40:05.415Z | Rebuild boot archive: No |
141 | 2024-01-19T05:40:05.415Z | |
142 | 2024-01-19T05:40:05.415Z | Changed mediators: |
143 | 2024-01-19T05:40:05.415Z | mediator clang: |
144 | 2024-01-19T05:40:05.415Z | version: None -> 15 (system default) |
145 | 2024-01-19T05:40:05.415Z | |
146 | 2024-01-19T05:40:05.416Z | mediator llvm: |
147 | 2024-01-19T05:40:05.416Z | version: 14 (system default) -> 15 (system default) |
148 | 2024-01-19T05:40:05.416Z | |
149 | 2024-01-19T05:40:05.416Z | Changed packages: |
150 | 2024-01-19T05:40:05.416Z | helios-dev |
151 | 2024-01-19T05:40:05.416Z | developer/build-essential |
152 | 2024-01-19T05:40:05.416Z | None -> 11-2.0 |
153 | 2024-01-19T05:40:05.416Z | library/libxmlsec1 |
154 | 2024-01-19T05:40:05.416Z | None -> 1.2.35-2.0 |
155 | 2024-01-19T05:40:05.416Z | ooce/developer/clang-15 |
156 | 2024-01-19T05:40:05.416Z | None -> 15.0.7-2.0 |
157 | 2024-01-19T05:40:05.416Z | ooce/developer/llvm-15 |
158 | 2024-01-19T05:40:05.416Z | None -> 15.0.7-2.0 |
159 | 2024-01-19T05:40:05.416Z | |
160 | 2024-01-19T05:40:05.416Z | Services: |
161 | 2024-01-19T05:40:05.416Z | restart_fmri: |
162 | 2024-01-19T05:40:05.416Z | svc:/system/update-man-index:default |
163 | 2024-01-19T05:40:05.416Z | |
164 | 2024-01-19T05:40:05.416Z | Download: 0/3290 items 0.0/212.6MB 0% complete |
165 | 2024-01-19T05:40:05.645Z | Download: 747/3290 items 18.4/212.6MB 8% complete (3.9M/s) |
166 | 2024-01-19T05:40:05.645Z | Download: 1193/3290 items 83.5/212.6MB 39% complete (9.4M/s) |
167 | 2024-01-19T05:40:05.645Z | Download: 1197/3290 items 83.5/212.6MB 39% complete (9.2M/s) |
168 | 2024-01-19T05:40:12.962Z | Download: 2223/3290 items 119.2/212.6MB 56% complete (3.7M/s) |
169 | 2024-01-19T05:40:17.962Z | Download: 3163/3290 items 143.5/212.6MB 67% complete (2.4M/s) |
170 | 2024-01-19T05:40:22.002Z | Download: Completed 212.60 MB in 32.08 seconds (6.6M/s) |
171 | 2024-01-19T05:40:22.272Z | Actions: 1/3689 actions (Installing new actions) |
172 | 2024-01-19T05:40:27.288Z | Actions: 2585/3689 actions (Installing new actions) |
173 | 2024-01-19T05:40:29.947Z | Actions: Completed 3689 actions in 7.65 seconds. |
174 | 2024-01-19T05:40:30.166Z | Done (0.239s) |
175 | 2024-01-19T05:40:30.166Z | Done (0.000s) |
176 | 2024-01-19T05:40:30.581Z | Done (0.320s) |
177 | 2024-01-19T05:40:37.714Z | Done (7.084s) |
178 | 2024-01-19T05:40:37.905Z | Done (0.095s) |
179 | 2024-01-19T05:40:37.910Z | Done (0.000s) |
180 | 2024-01-19T05:40:38.123Z | Done (0.000s) |
181 | 2024-01-19T05:40:38.840Z | Planning: Evaluating mediator changes ... Done |
182 | 2024-01-19T05:40:39.121Z | Planning: Checking for conflicting actions ... Done |
183 | 2024-01-19T05:40:39.132Z | Planning: Consolidating action changes ... Done |
184 | 2024-01-19T05:40:39.568Z | Planning: Evaluating mediators ... Done |
185 | 2024-01-19T05:40:39.580Z | Planning: Planning completed in 0.73 seconds |
186 | 2024-01-19T05:40:39.629Z | Mediators to change: 2 |
187 | 2024-01-19T05:40:39.635Z | Create boot environment: No |
188 | 2024-01-19T05:40:39.635Z | Create backup boot environment: No |
189 | 2024-01-19T05:40:39.738Z | Done |
190 | 2024-01-19T05:40:39.739Z | Done |
191 | 2024-01-19T05:40:39.918Z | Done |
192 | 2024-01-19T05:40:45.527Z | Done |
193 | 2024-01-19T05:40:45.647Z | Done |
194 | 2024-01-19T05:40:45.659Z | Done |
195 | 2024-01-19T05:40:46.144Z | Done |
196 | 2024-01-19T05:40:46.754Z | Planning: Evaluating mediator changes ... Done |
197 | 2024-01-19T05:40:46.769Z | Planning: Merging actions ... Done |
198 | 2024-01-19T05:40:47.084Z | Planning: Checking for conflicting actions ... Done |
199 | 2024-01-19T05:40:47.093Z | Planning: Consolidating action changes ... Done |
200 | 2024-01-19T05:40:47.509Z | Planning: Evaluating mediators ... Done |
201 | 2024-01-19T05:40:47.600Z | Planning: Planning completed in 1.28 seconds |
202 | 2024-01-19T05:40:47.657Z | Packages to change: 1 |
203 | 2024-01-19T05:40:47.685Z | Mediators to change: 1 |
204 | 2024-01-19T05:40:47.685Z | Services to change: 1 |
205 | 2024-01-19T05:40:47.685Z | Create boot environment: No |
206 | 2024-01-19T05:40:47.685Z | Create backup boot environment: Yes |
207 | 2024-01-19T05:40:49.789Z | Actions: 1/6 actions (Updating modified actions) |
208 | 2024-01-19T05:40:49.795Z | Actions: Completed 6 actions in 0.00 seconds. |
209 | 2024-01-19T05:40:49.795Z | Done |
210 | 2024-01-19T05:40:49.796Z | Done |
211 | 2024-01-19T05:40:49.868Z | Done |
212 | 2024-01-19T05:40:55.658Z | Done |
213 | 2024-01-19T05:40:55.829Z | Done |
214 | 2024-01-19T05:40:55.833Z | Done |
215 | 2024-01-19T05:40:55.903Z | Done |
216 | 2024-01-19T05:40:56.574Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
217 | 2024-01-19T05:40:56.574Z | clang system 15 system |
218 | 2024-01-19T05:40:56.574Z | csh system system illumos |
219 | 2024-01-19T05:40:56.574Z | ctags system system illumos |
220 | 2024-01-19T05:40:56.574Z | gcc vendor 12 vendor |
221 | 2024-01-19T05:40:56.574Z | gcc system 10 system |
222 | 2024-01-19T05:40:56.575Z | gcc system 7 system |
223 | 2024-01-19T05:40:56.575Z | go system 1.20 system |
224 | 2024-01-19T05:40:56.575Z | go system 1.19 system |
225 | 2024-01-19T05:40:56.575Z | llvm system 15 system |
226 | 2024-01-19T05:40:56.575Z | llvm system 14 system |
227 | 2024-01-19T05:40:56.576Z | mariadb system 10.6 system |
228 | 2024-01-19T05:40:56.576Z | mta vendor vendor dma |
229 | 2024-01-19T05:40:56.576Z | openjdk system 17 system |
230 | 2024-01-19T05:40:56.576Z | openjdk system 11 system |
231 | 2024-01-19T05:40:56.576Z | openjdk system 1.8 system |
232 | 2024-01-19T05:40:56.576Z | openssl vendor 3 vendor |
233 | 2024-01-19T05:40:56.577Z | perl system 5.36 system |
234 | 2024-01-19T05:40:56.577Z | postgresql system 15 system |
235 | 2024-01-19T05:40:56.577Z | postgresql system 13 system |
236 | 2024-01-19T05:40:56.577Z | python vendor 3 vendor |
237 | 2024-01-19T05:40:56.578Z | python system 2 system |
238 | 2024-01-19T05:40:56.578Z | python3 system 3.11 system |
239 | 2024-01-19T05:40:56.578Z | ruby system 3.0 system |
240 | 2024-01-19T05:40:56.578Z | words vendor vendor american-english |
241 | 2024-01-19T05:40:56.578Z | words system system australian-english |
242 | 2024-01-19T05:40:56.578Z | words system system british-english |
243 | 2024-01-19T05:40:56.579Z | words system system canadian-english |
244 | 2024-01-19T05:40:56.579Z | words system system french |
245 | 2024-01-19T05:40:56.579Z | words system system italian |
246 | 2024-01-19T05:40:56.579Z | words system system ngerman |
247 | 2024-01-19T05:40:56.579Z | words system system ogerman |
248 | 2024-01-19T05:40:56.580Z | words system system spanish |
249 | 2024-01-19T05:40:57.105Z | FMRI IFO |
250 | 2024-01-19T05:40:57.105Z | pkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im- |
251 | 2024-01-19T05:40:57.105Z | pkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i-- |
252 | 2024-01-19T05:40:57.106Z | pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im- |
253 | 2024-01-19T05:40:57.106Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im- |
254 | 2024-01-19T05:40:57.106Z | pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i-- |
255 | 2024-01-19T05:40:57.106Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z i-- |
256 | 2024-01-19T05:40:57.106Z | pkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z i-- |
257 | 2024-01-19T05:40:57.106Z | pkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z i-- |
258 | 2024-01-19T05:40:57.174Z | + set -o errexit |
259 | 2024-01-19T05:40:57.186Z | +++ dirname ./tools/ci_download_cockroachdb |
260 | 2024-01-19T05:40:57.187Z | ++ cd ./tools |
261 | 2024-01-19T05:40:57.187Z | ++ pwd |
262 | 2024-01-19T05:40:57.187Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
263 | 2024-01-19T05:40:57.187Z | ++ basename ./tools/ci_download_cockroachdb |
264 | 2024-01-19T05:40:57.188Z | + ARG0=ci_download_cockroachdb |
265 | 2024-01-19T05:40:57.188Z | ++ cat /work/oxidecomputer/omicron/tools/cockroachdb_version |
266 | 2024-01-19T05:40:57.188Z | + CIDL_VERSION=v22.1.9 |
267 | 2024-01-19T05:40:57.188Z | + source /work/oxidecomputer/omicron/tools/cockroachdb_checksums |
268 | 2024-01-19T05:40:57.188Z | ++ CIDL_MD5_DARWIN=2db972c254b4e3b599e12110520178b5 |
269 | 2024-01-19T05:40:57.188Z | ++ CIDL_MD5_LINUX=8c3170883e0a0be1a34b44090c067a8c |
270 | 2024-01-19T05:40:57.188Z | ++ CIDL_MD5_ILLUMOS=d8999aff364e5d70f226e139fda724a3 |
271 | 2024-01-19T05:40:57.188Z | + TARGET_DIR=out |
272 | 2024-01-19T05:40:57.189Z | + DOWNLOAD_DIR=out/downloads |
273 | 2024-01-19T05:40:57.189Z | + DEST_DIR=./out/cockroachdb |
274 | 2024-01-19T05:40:57.189Z | + CIDL_URL_COCKROACH=https://binaries.cockroachdb.com |
275 | 2024-01-19T05:40:57.189Z | + CIDL_URL_ILLUMOS=https://illumos.org/downloads |
276 | 2024-01-19T05:40:57.210Z | + main |
277 | 2024-01-19T05:40:57.210Z | + [[ 0 != 0 ]] |
278 | 2024-01-19T05:40:57.211Z | + CIDL_OS=solaris2.11 |
279 | 2024-01-19T05:40:57.211Z | + [[ 0 != 0 ]] |
280 | 2024-01-19T05:40:57.211Z | + configure_os solaris2.11 |
281 | 2024-01-19T05:40:57.211Z | + echo 'current directory: /work/oxidecomputer/omicron' |
282 | 2024-01-19T05:40:57.211Z | current directory: /work/oxidecomputer/omicron |
283 | 2024-01-19T05:40:57.211Z | configuring based on OS: "solaris2.11" |
284 | 2024-01-19T05:40:57.211Z | + echo 'configuring based on OS: "solaris2.11"' |
285 | 2024-01-19T05:40:57.211Z | + case "$1" in |
286 | 2024-01-19T05:40:57.212Z | + CIDL_BUILD=illumos |
287 | 2024-01-19T05:40:57.212Z | + CIDL_SUFFIX=tar.gz |
288 | 2024-01-19T05:40:57.212Z | + CIDL_MD5=d8999aff364e5d70f226e139fda724a3 |
289 | 2024-01-19T05:40:57.212Z | + CIDL_MD5FUNC=do_md5sum |
290 | 2024-01-19T05:40:57.212Z | + CIDL_URL_BASE=https://illumos.org/downloads |
291 | 2024-01-19T05:40:57.212Z | + CIDL_ASSEMBLE=do_assemble_illumos |
292 | 2024-01-19T05:40:57.212Z | + TARBALL_DIRNAME=cockroach-v22.1.9.illumos |
293 | 2024-01-19T05:40:57.212Z | + TARBALL_FILENAME=cockroach-v22.1.9.illumos.tar.gz |
294 | 2024-01-19T05:40:57.212Z | + TARBALL_FILE=out/downloads/cockroach-v22.1.9.illumos.tar.gz |
295 | 2024-01-19T05:40:57.212Z | + TARBALL_DIR=out/downloads/cockroach-v22.1.9.illumos |
296 | 2024-01-19T05:40:57.212Z | + CIDL_URL=https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz |
297 | 2024-01-19T05:40:57.213Z | + echo 'URL: https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz' |
298 | 2024-01-19T05:40:57.213Z | URL: https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz |
299 | 2024-01-19T05:40:57.213Z | + echo 'Local file: out/downloads/cockroach-v22.1.9.illumos.tar.gz' |
300 | 2024-01-19T05:40:57.213Z | Local file: out/downloads/cockroach-v22.1.9.illumos.tar.gz |
301 | 2024-01-19T05:40:57.213Z | + mkdir -p out/downloads |
302 | 2024-01-19T05:40:57.213Z | + mkdir -p ./out/cockroachdb |
303 | 2024-01-19T05:40:57.213Z | + local DO_DOWNLOAD=true |
304 | 2024-01-19T05:40:57.213Z | + [[ -f out/downloads/cockroach-v22.1.9.illumos.tar.gz ]] |
305 | 2024-01-19T05:40:57.213Z | + '[' true == true ']' |
306 | 2024-01-19T05:40:57.213Z | + echo Downloading... |
307 | 2024-01-19T05:40:57.214Z | Downloading... |
308 | 2024-01-19T05:40:57.214Z | + do_download_curl https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz out/downloads/cockroach-v22.1.9.illumos.tar.gz |
309 | 2024-01-19T05:40:57.214Z | + 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 |
310 | 2024-01-19T05:40:59.881Z | ++ do_md5sum out/downloads/cockroach-v22.1.9.illumos.tar.gz |
311 | 2024-01-19T05:40:59.898Z | ++ md5sum |
312 | 2024-01-19T05:40:59.898Z | ++ awk '{print $1}' |
313 | 2024-01-19T05:41:00.169Z | + calculated_md5=d8999aff364e5d70f226e139fda724a3 |
314 | 2024-01-19T05:41:00.169Z | + [[ 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 ]] |
315 | 2024-01-19T05:41:00.169Z | + do_untar out/downloads/cockroach-v22.1.9.illumos.tar.gz |
316 | 2024-01-19T05:41:00.187Z | + tar xzf out/downloads/cockroach-v22.1.9.illumos.tar.gz -C out/downloads |
317 | 2024-01-19T05:41:03.828Z | + do_assemble_illumos |
318 | 2024-01-19T05:41:03.828Z | + rm -r ./out/cockroachdb |
319 | 2024-01-19T05:41:03.878Z | + cp -r out/downloads/cockroach-v22.1.9 ./out/cockroachdb |
320 | 2024-01-19T05:41:04.168Z | + ./out/cockroachdb/bin/cockroach version |
321 | 2024-01-19T05:41:04.474Z | Build Tag: v22.1.9-dirty |
322 | 2024-01-19T05:41:04.474Z | Build Time: 2022/10/26 21:17:46 |
323 | 2024-01-19T05:41:04.474Z | Distribution: OSS |
324 | 2024-01-19T05:41:04.474Z | Platform: illumos amd64 (x86_64-pc-solaris2.11) |
325 | 2024-01-19T05:41:04.474Z | Go Version: go1.17.13 |
326 | 2024-01-19T05:41:04.475Z | C Compiler: gcc 10.3.0 |
327 | 2024-01-19T05:41:04.475Z | Build Commit ID: e438c2f89282e607e0e6ca1d38b2e0a622f94493 |
328 | 2024-01-19T05:41:04.475Z | Build Type: release |
329 | 2024-01-19T05:41:04.475Z | + set -o errexit |
330 | 2024-01-19T05:41:04.475Z | +++ dirname ./tools/ci_download_clickhouse |
331 | 2024-01-19T05:41:04.475Z | ++ cd ./tools |
332 | 2024-01-19T05:41:04.475Z | ++ pwd |
333 | 2024-01-19T05:41:04.475Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
334 | 2024-01-19T05:41:04.475Z | ++ basename ./tools/ci_download_clickhouse |
335 | 2024-01-19T05:41:04.475Z | + ARG0=ci_download_clickhouse |
336 | 2024-01-19T05:41:04.475Z | + TARGET_DIR=out |
337 | 2024-01-19T05:41:04.475Z | + DOWNLOAD_DIR=out/downloads |
338 | 2024-01-19T05:41:04.475Z | + DEST_DIR=./out/clickhouse |
339 | 2024-01-19T05:41:04.475Z | + CIDL_VERSION=v22.8.9.24 |
340 | 2024-01-19T05:41:04.475Z | + source /work/oxidecomputer/omicron/tools/clickhouse_checksums |
341 | 2024-01-19T05:41:04.475Z | ++ CIDL_MD5_DARWIN=20603974a929926591fca70ff1df0e45 |
342 | 2024-01-19T05:41:04.475Z | ++ CIDL_MD5_LINUX=ea909519bd9d989fd5d090fd9bdd42f1 |
343 | 2024-01-19T05:41:04.484Z | ++ CIDL_MD5_ILLUMOS=7702939ce5b4b51846a1ba39f1392306 |
344 | 2024-01-19T05:41:04.484Z | + CIDL_URL_BASE=https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com |
345 | 2024-01-19T05:41:04.485Z | + main |
346 | 2024-01-19T05:41:04.485Z | + [[ 0 != 0 ]] |
347 | 2024-01-19T05:41:04.485Z | + CIDL_OS=solaris2.11 |
348 | 2024-01-19T05:41:04.485Z | + [[ 0 != 0 ]] |
349 | 2024-01-19T05:41:04.485Z | + configure_os solaris2.11 |
350 | 2024-01-19T05:41:04.485Z | current directory: /work/oxidecomputer/omicron |
351 | 2024-01-19T05:41:04.485Z | + echo 'current directory: /work/oxidecomputer/omicron' |
352 | 2024-01-19T05:41:04.485Z | configuring based on OS: "solaris2.11" |
353 | 2024-01-19T05:41:04.485Z | + echo 'configuring based on OS: "solaris2.11"' |
354 | 2024-01-19T05:41:04.485Z | + CIDL_DASHREV= |
355 | 2024-01-19T05:41:04.485Z | + case "$1" in |
356 | 2024-01-19T05:41:04.485Z | + CIDL_PLATFORM=illumos |
357 | 2024-01-19T05:41:04.485Z | + CIDL_MD5=7702939ce5b4b51846a1ba39f1392306 |
358 | 2024-01-19T05:41:04.485Z | + CIDL_MD5FUNC=do_md5sum |
359 | 2024-01-19T05:41:04.485Z | + CIDL_DASHREV=-1 |
360 | 2024-01-19T05:41:04.485Z | + TARBALL_DIRNAME=clickhouse-v22.8.9.24 |
361 | 2024-01-19T05:41:04.486Z | + TARBALL_FILENAME=clickhouse-v22.8.9.24-1.illumos.tar.gz |
362 | 2024-01-19T05:41:04.486Z | + TARBALL_FILE=out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz |
363 | 2024-01-19T05:41:04.486Z | + CIDL_URL=https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz |
364 | 2024-01-19T05:41:04.486Z | + echo 'URL: https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz' |
365 | 2024-01-19T05:41:04.486Z | URL: https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz |
366 | 2024-01-19T05:41:04.486Z | + echo 'Local file: out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz' |
367 | 2024-01-19T05:41:04.486Z | Local file: out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz |
368 | 2024-01-19T05:41:04.486Z | + mkdir -p out/downloads |
369 | 2024-01-19T05:41:04.486Z | + mkdir -p ./out/clickhouse |
370 | 2024-01-19T05:41:04.486Z | + local DO_DOWNLOAD=true |
371 | 2024-01-19T05:41:04.486Z | + [[ -f out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz ]] |
372 | 2024-01-19T05:41:04.486Z | + '[' true == true ']' |
373 | 2024-01-19T05:41:04.486Z | + echo Downloading... |
374 | 2024-01-19T05:41:04.486Z | Downloading... |
375 | 2024-01-19T05:41:04.486Z | + 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 |
376 | 2024-01-19T05:41:04.486Z | + 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 |
377 | 2024-01-19T05:41:05.857Z | ++ do_md5sum out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz |
378 | 2024-01-19T05:41:05.867Z | ++ md5sum |
379 | 2024-01-19T05:41:05.867Z | ++ awk '{print $1}' |
380 | 2024-01-19T05:41:06.044Z | + calculated_md5=7702939ce5b4b51846a1ba39f1392306 |
381 | 2024-01-19T05:41:06.044Z | + [[ 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 ]] |
382 | 2024-01-19T05:41:06.044Z | + do_untar out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz ./out/clickhouse |
383 | 2024-01-19T05:41:06.052Z | + mkdir -p ./out/clickhouse |
384 | 2024-01-19T05:41:06.052Z | + tar xzf out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz -C ./out/clickhouse |
385 | 2024-01-19T05:41:10.859Z | + ./out/clickhouse/clickhouse server --version |
386 | 2024-01-19T05:41:10.903Z | ClickHouse server version 22.8.9.1. |
387 | 2024-01-19T05:41:10.924Z | + set -o errexit |
388 | 2024-01-19T05:41:10.937Z | +++ dirname ./tools/ci_download_console |
389 | 2024-01-19T05:41:10.937Z | ++ cd ./tools |
390 | 2024-01-19T05:41:10.937Z | ++ pwd |
391 | 2024-01-19T05:41:10.937Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
392 | 2024-01-19T05:41:10.941Z | ++ basename ./tools/ci_download_console |
393 | 2024-01-19T05:41:10.941Z | + ARG0=ci_download_console |
394 | 2024-01-19T05:41:10.941Z | + TARGET_DIR=out |
395 | 2024-01-19T05:41:10.941Z | + DOWNLOAD_DIR=out/downloads |
396 | 2024-01-19T05:41:10.941Z | + DEST_DIR=./out/console-assets |
397 | 2024-01-19T05:41:10.941Z | + source /work/oxidecomputer/omicron/tools/console_version |
398 | 2024-01-19T05:41:10.941Z | ++ COMMIT=644a45b8e4ab673ad51754e372277abc3ddfd036 |
399 | 2024-01-19T05:41:10.941Z | ++ SHA2=a059917d826081df04efd44186f6dfeef0099fc53f1e8618796ea990a510f4b0 |
400 | 2024-01-19T05:41:10.941Z | + URL=https://dl.oxide.computer/releases/console/644a45b8e4ab673ad51754e372277abc3ddfd036.tar.gz |
401 | 2024-01-19T05:41:10.941Z | + TARBALL_FILE=out/downloads/console.tar.gz |
402 | 2024-01-19T05:41:10.941Z | + main |
403 | 2024-01-19T05:41:10.942Z | + [[ 0 != 0 ]] |
404 | 2024-01-19T05:41:10.942Z | + echo 'URL: https://dl.oxide.computer/releases/console/644a45b8e4ab673ad51754e372277abc3ddfd036.tar.gz' |
405 | 2024-01-19T05:41:10.942Z | URL: https://dl.oxide.computer/releases/console/644a45b8e4ab673ad51754e372277abc3ddfd036.tar.gz |
406 | 2024-01-19T05:41:10.942Z | + echo 'Local file: out/downloads/console.tar.gz' |
407 | 2024-01-19T05:41:10.942Z | Local file: out/downloads/console.tar.gz |
408 | 2024-01-19T05:41:10.942Z | + local DO_DOWNLOAD=true |
409 | 2024-01-19T05:41:10.942Z | + [[ -f out/downloads/console.tar.gz ]] |
410 | 2024-01-19T05:41:10.942Z | + mkdir -p out/downloads |
411 | 2024-01-19T05:41:10.942Z | + '[' true == true ']' |
412 | 2024-01-19T05:41:10.942Z | + echo Downloading... |
413 | 2024-01-19T05:41:10.942Z | Downloading... |
414 | 2024-01-19T05:41:10.942Z | + do_download_curl https://dl.oxide.computer/releases/console/644a45b8e4ab673ad51754e372277abc3ddfd036.tar.gz out/downloads/console.tar.gz |
415 | 2024-01-19T05:41:10.942Z | + curl --silent --show-error --fail --location --output out/downloads/console.tar.gz https://dl.oxide.computer/releases/console/644a45b8e4ab673ad51754e372277abc3ddfd036.tar.gz |
416 | 2024-01-19T05:41:11.516Z | ++ do_sha256sum out/downloads/console.tar.gz |
417 | 2024-01-19T05:41:11.530Z | ++ case "$OSTYPE" in |
418 | 2024-01-19T05:41:11.530Z | ++ SHA=sha256sum |
419 | 2024-01-19T05:41:11.530Z | ++ sha256sum |
420 | 2024-01-19T05:41:11.530Z | ++ awk '{print $1}' |
421 | 2024-01-19T05:41:11.574Z | + calculated_sha2=a059917d826081df04efd44186f6dfeef0099fc53f1e8618796ea990a510f4b0 |
422 | 2024-01-19T05:41:11.574Z | + [[ a059917d826081df04efd44186f6dfeef0099fc53f1e8618796ea990a510f4b0 != \a\0\5\9\9\1\7\d\8\2\6\0\8\1\d\f\0\4\e\f\d\4\4\1\8\6\f\6\d\f\e\e\f\0\0\9\9\f\c\5\3\f\1\e\8\6\1\8\7\9\6\e\a\9\9\0\a\5\1\0\f\4\b\0 ]] |
423 | 2024-01-19T05:41:11.578Z | + rm -rf ./out/console-assets |
424 | 2024-01-19T05:41:11.578Z | + mkdir -p ./out/console-assets |
425 | 2024-01-19T05:41:11.578Z | + do_untar out/downloads/console.tar.gz ./out/console-assets |
426 | 2024-01-19T05:41:11.578Z | + mkdir -p ./out/console-assets |
427 | 2024-01-19T05:41:11.578Z | + tar xzf out/downloads/console.tar.gz -C ./out/console-assets |
428 | 2024-01-19T05:41:11.714Z | + set -o errexit |
429 | 2024-01-19T05:41:11.719Z | +++ dirname ./tools/ci_download_maghemite_openapi |
430 | 2024-01-19T05:41:11.719Z | ++ cd ./tools |
431 | 2024-01-19T05:41:11.719Z | ++ pwd |
432 | 2024-01-19T05:41:11.719Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
433 | 2024-01-19T05:41:11.719Z | ++ basename ./tools/ci_download_maghemite_openapi |
434 | 2024-01-19T05:41:11.719Z | + ARG0=ci_download_maghemite_openapi |
435 | 2024-01-19T05:41:11.719Z | + TARGET_DIR=out |
436 | 2024-01-19T05:41:11.719Z | + DOWNLOAD_DIR=out/downloads |
437 | 2024-01-19T05:41:11.719Z | + source /work/oxidecomputer/omicron/tools/maghemite_ddm_openapi_version |
438 | 2024-01-19T05:41:11.719Z | ++ COMMIT=2fd39b75df696961e5ea190c7d74dd91f4849cd3 |
439 | 2024-01-19T05:41:11.719Z | ++ SHA2=9737906555a60911636532f00f1dc2866dc7cd6553beb106e9e57beabad41cdf |
440 | 2024-01-19T05:41:11.719Z | + URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/2fd39b75df696961e5ea190c7d74dd91f4849cd3/ddm-admin.json |
441 | 2024-01-19T05:41:11.719Z | + LOCAL_FILE=out/downloads/ddm-admin-2fd39b75df696961e5ea190c7d74dd91f4849cd3.json |
442 | 2024-01-19T05:41:11.719Z | + main |
443 | 2024-01-19T05:41:11.719Z | + [[ 0 != 0 ]] |
444 | 2024-01-19T05:41:11.719Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/2fd39b75df696961e5ea190c7d74dd91f4849cd3/ddm-admin.json' |
445 | 2024-01-19T05:41:11.720Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/2fd39b75df696961e5ea190c7d74dd91f4849cd3/ddm-admin.json |
446 | 2024-01-19T05:41:11.720Z | + echo 'Local file: out/downloads/ddm-admin-2fd39b75df696961e5ea190c7d74dd91f4849cd3.json' |
447 | 2024-01-19T05:41:11.720Z | + local DO_DOWNLOAD=true |
448 | 2024-01-19T05:41:11.720Z | Local file: out/downloads/ddm-admin-2fd39b75df696961e5ea190c7d74dd91f4849cd3.json |
449 | 2024-01-19T05:41:11.720Z | + [[ -f out/downloads/ddm-admin-2fd39b75df696961e5ea190c7d74dd91f4849cd3.json ]] |
450 | 2024-01-19T05:41:11.720Z | + mkdir -p out/downloads |
451 | 2024-01-19T05:41:11.723Z | + '[' true == true ']' |
452 | 2024-01-19T05:41:11.723Z | + echo Downloading... |
453 | 2024-01-19T05:41:11.723Z | Downloading... |
454 | 2024-01-19T05:41:11.723Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/2fd39b75df696961e5ea190c7d74dd91f4849cd3/ddm-admin.json out/downloads/ddm-admin-2fd39b75df696961e5ea190c7d74dd91f4849cd3.json |
455 | 2024-01-19T05:41:11.723Z | + curl --silent --show-error --fail --location --output out/downloads/ddm-admin-2fd39b75df696961e5ea190c7d74dd91f4849cd3.json https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/2fd39b75df696961e5ea190c7d74dd91f4849cd3/ddm-admin.json |
456 | 2024-01-19T05:41:12.072Z | ++ do_sha256sum out/downloads/ddm-admin-2fd39b75df696961e5ea190c7d74dd91f4849cd3.json |
457 | 2024-01-19T05:41:12.079Z | ++ case "$OSTYPE" in |
458 | 2024-01-19T05:41:12.079Z | ++ SHA=sha256sum |
459 | 2024-01-19T05:41:12.079Z | ++ sha256sum |
460 | 2024-01-19T05:41:12.080Z | ++ awk '{print $1}' |
461 | 2024-01-19T05:41:12.080Z | + calculated_sha2=9737906555a60911636532f00f1dc2866dc7cd6553beb106e9e57beabad41cdf |
462 | 2024-01-19T05:41:12.087Z | + [[ 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 ]] |
463 | 2024-01-19T05:41:12.087Z | + source /work/oxidecomputer/omicron/tools/maghemite_mg_openapi_version |
464 | 2024-01-19T05:41:12.087Z | ++ COMMIT=2fd39b75df696961e5ea190c7d74dd91f4849cd3 |
465 | 2024-01-19T05:41:12.087Z | ++ SHA2=931efa310d972b1f8afba2308751fc6a2035afbaebba77b3a40a8358c123ba3c |
466 | 2024-01-19T05:41:12.088Z | + URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/2fd39b75df696961e5ea190c7d74dd91f4849cd3/mg-admin.json |
467 | 2024-01-19T05:41:12.088Z | + LOCAL_FILE=out/downloads/mg-admin-2fd39b75df696961e5ea190c7d74dd91f4849cd3.json |
468 | 2024-01-19T05:41:12.088Z | + main |
469 | 2024-01-19T05:41:12.088Z | + [[ 0 != 0 ]] |
470 | 2024-01-19T05:41:12.088Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/2fd39b75df696961e5ea190c7d74dd91f4849cd3/mg-admin.json' |
471 | 2024-01-19T05:41:12.088Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/2fd39b75df696961e5ea190c7d74dd91f4849cd3/mg-admin.json |
472 | 2024-01-19T05:41:12.088Z | + echo 'Local file: out/downloads/mg-admin-2fd39b75df696961e5ea190c7d74dd91f4849cd3.json' |
473 | 2024-01-19T05:41:12.088Z | Local file: out/downloads/mg-admin-2fd39b75df696961e5ea190c7d74dd91f4849cd3.json |
474 | 2024-01-19T05:41:12.089Z | + local DO_DOWNLOAD=true |
475 | 2024-01-19T05:41:12.089Z | + [[ -f out/downloads/mg-admin-2fd39b75df696961e5ea190c7d74dd91f4849cd3.json ]] |
476 | 2024-01-19T05:41:12.089Z | + mkdir -p out/downloads |
477 | 2024-01-19T05:41:12.089Z | + '[' true == true ']' |
478 | 2024-01-19T05:41:12.089Z | + echo Downloading... |
479 | 2024-01-19T05:41:12.090Z | Downloading... |
480 | 2024-01-19T05:41:12.090Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/2fd39b75df696961e5ea190c7d74dd91f4849cd3/mg-admin.json out/downloads/mg-admin-2fd39b75df696961e5ea190c7d74dd91f4849cd3.json |
481 | 2024-01-19T05:41:12.090Z | + curl --silent --show-error --fail --location --output out/downloads/mg-admin-2fd39b75df696961e5ea190c7d74dd91f4849cd3.json https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/2fd39b75df696961e5ea190c7d74dd91f4849cd3/mg-admin.json |
482 | 2024-01-19T05:41:12.300Z | ++ do_sha256sum out/downloads/mg-admin-2fd39b75df696961e5ea190c7d74dd91f4849cd3.json |
483 | 2024-01-19T05:41:12.311Z | ++ case "$OSTYPE" in |
484 | 2024-01-19T05:41:12.312Z | ++ SHA=sha256sum |
485 | 2024-01-19T05:41:12.312Z | ++ sha256sum |
486 | 2024-01-19T05:41:12.312Z | ++ awk '{print $1}' |
487 | 2024-01-19T05:41:12.312Z | + calculated_sha2=931efa310d972b1f8afba2308751fc6a2035afbaebba77b3a40a8358c123ba3c |
488 | 2024-01-19T05:41:12.312Z | + [[ 931efa310d972b1f8afba2308751fc6a2035afbaebba77b3a40a8358c123ba3c != \9\3\1\e\f\a\3\1\0\d\9\7\2\b\1\f\8\a\f\b\a\2\3\0\8\7\5\1\f\c\6\a\2\0\3\5\a\f\b\a\e\b\b\a\7\7\b\3\a\4\0\a\8\3\5\8\c\1\2\3\b\a\3\c ]] |
489 | 2024-01-19T05:41:12.322Z | + set -o errexit |
490 | 2024-01-19T05:41:12.322Z | +++ dirname ./tools/ci_download_dendrite_openapi |
491 | 2024-01-19T05:41:12.322Z | ++ cd ./tools |
492 | 2024-01-19T05:41:12.322Z | ++ pwd |
493 | 2024-01-19T05:41:12.322Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
494 | 2024-01-19T05:41:12.344Z | ++ basename ./tools/ci_download_dendrite_openapi |
495 | 2024-01-19T05:41:12.344Z | + ARG0=ci_download_dendrite_openapi |
496 | 2024-01-19T05:41:12.344Z | + TARGET_DIR=out |
497 | 2024-01-19T05:41:12.344Z | + DOWNLOAD_DIR=out/downloads |
498 | 2024-01-19T05:41:12.345Z | + source /work/oxidecomputer/omicron/tools/dendrite_openapi_version |
499 | 2024-01-19T05:41:12.345Z | ++ COMMIT=1c2f91a493c8b3c5fb7b853c570b2901ac3c22a7 |
500 | 2024-01-19T05:41:12.345Z | ++ SHA2=07d115bfa8498a8015ca2a8447efeeac32e24aeb25baf3d5e2313216e11293c0 |
501 | 2024-01-19T05:41:12.345Z | + URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/1c2f91a493c8b3c5fb7b853c570b2901ac3c22a7/dpd.json |
502 | 2024-01-19T05:41:12.345Z | + LOCAL_FILE=out/downloads/dpd-1c2f91a493c8b3c5fb7b853c570b2901ac3c22a7.json |
503 | 2024-01-19T05:41:12.346Z | + main |
504 | 2024-01-19T05:41:12.346Z | + [[ 0 != 0 ]] |
505 | 2024-01-19T05:41:12.346Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/1c2f91a493c8b3c5fb7b853c570b2901ac3c22a7/dpd.json' |
506 | 2024-01-19T05:41:12.346Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/1c2f91a493c8b3c5fb7b853c570b2901ac3c22a7/dpd.json |
507 | 2024-01-19T05:41:12.346Z | + echo 'Local file: out/downloads/dpd-1c2f91a493c8b3c5fb7b853c570b2901ac3c22a7.json' |
508 | 2024-01-19T05:41:12.347Z | Local file: out/downloads/dpd-1c2f91a493c8b3c5fb7b853c570b2901ac3c22a7.json |
509 | 2024-01-19T05:41:12.347Z | + local DO_DOWNLOAD=true |
510 | 2024-01-19T05:41:12.347Z | + [[ -f out/downloads/dpd-1c2f91a493c8b3c5fb7b853c570b2901ac3c22a7.json ]] |
511 | 2024-01-19T05:41:12.347Z | + mkdir -p out/downloads |
512 | 2024-01-19T05:41:12.347Z | + '[' true == true ']' |
513 | 2024-01-19T05:41:12.347Z | + echo Downloading... |
514 | 2024-01-19T05:41:12.348Z | Downloading... |
515 | 2024-01-19T05:41:12.348Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/1c2f91a493c8b3c5fb7b853c570b2901ac3c22a7/dpd.json out/downloads/dpd-1c2f91a493c8b3c5fb7b853c570b2901ac3c22a7.json |
516 | 2024-01-19T05:41:12.348Z | + curl --silent --show-error --fail --location --output out/downloads/dpd-1c2f91a493c8b3c5fb7b853c570b2901ac3c22a7.json https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/1c2f91a493c8b3c5fb7b853c570b2901ac3c22a7/dpd.json |
517 | 2024-01-19T05:41:12.779Z | ++ do_sha256sum out/downloads/dpd-1c2f91a493c8b3c5fb7b853c570b2901ac3c22a7.json |
518 | 2024-01-19T05:41:12.780Z | ++ case "$OSTYPE" in |
519 | 2024-01-19T05:41:12.780Z | ++ SHA=sha256sum |
520 | 2024-01-19T05:41:12.780Z | ++ sha256sum |
521 | 2024-01-19T05:41:12.780Z | ++ awk '{print $1}' |
522 | 2024-01-19T05:41:12.780Z | + calculated_sha2=07d115bfa8498a8015ca2a8447efeeac32e24aeb25baf3d5e2313216e11293c0 |
523 | 2024-01-19T05:41:12.780Z | + [[ 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 ]] |
524 | 2024-01-19T05:41:12.780Z | + set -o errexit |
525 | 2024-01-19T05:41:12.780Z | +++ dirname ./tools/ci_download_dendrite_stub |
526 | 2024-01-19T05:41:12.780Z | ++ cd ./tools |
527 | 2024-01-19T05:41:12.780Z | ++ pwd |
528 | 2024-01-19T05:41:12.780Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
529 | 2024-01-19T05:41:12.780Z | ++ basename ./tools/ci_download_dendrite_stub |
530 | 2024-01-19T05:41:12.780Z | + ARG0=ci_download_dendrite_stub |
531 | 2024-01-19T05:41:12.781Z | + source /work/oxidecomputer/omicron/tools/dendrite_stub_checksums |
532 | 2024-01-19T05:41:12.781Z | ++ CIDL_SHA256_ILLUMOS=052d97370515189465e4e835edb4a2d7e1e0b55ace0230ba18f045a03d975e80 |
533 | 2024-01-19T05:41:12.781Z | ++ CIDL_SHA256_LINUX_DPD=5c8bc252818897bc552a039f2423eb668d99e19ef54374644412c7aca533f94e |
534 | 2024-01-19T05:41:12.781Z | ++ CIDL_SHA256_LINUX_SWADM=9d549fc3ebaf392961404b50e802ccb5e81e41e779ecc46166d49e5fb44b524f |
535 | 2024-01-19T05:41:12.781Z | + source /work/oxidecomputer/omicron/tools/dendrite_openapi_version |
536 | 2024-01-19T05:41:12.781Z | ++ COMMIT=1c2f91a493c8b3c5fb7b853c570b2901ac3c22a7 |
537 | 2024-01-19T05:41:12.781Z | ++ SHA2=07d115bfa8498a8015ca2a8447efeeac32e24aeb25baf3d5e2313216e11293c0 |
538 | 2024-01-19T05:41:12.781Z | + TARGET_DIR=out |
539 | 2024-01-19T05:41:12.781Z | + DOWNLOAD_DIR=out/downloads |
540 | 2024-01-19T05:41:12.781Z | + DEST_DIR=./out/dendrite-stub |
541 | 2024-01-19T05:41:12.781Z | + BIN_DIR=./out/dendrite-stub/root/opt/oxide/dendrite/bin |
542 | 2024-01-19T05:41:12.781Z | + ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file |
543 | 2024-01-19T05:41:12.781Z | + REPO=oxidecomputer/dendrite |
544 | 2024-01-19T05:41:12.782Z | + PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/1c2f91a493c8b3c5fb7b853c570b2901ac3c22a7 |
545 | 2024-01-19T05:41:12.782Z | + main |
546 | 2024-01-19T05:41:12.782Z | + [[ 0 != 0 ]] |
547 | 2024-01-19T05:41:12.782Z | + CIDL_OS=solaris2.11 |
548 | 2024-01-19T05:41:12.782Z | + [[ 0 != 0 ]] |
549 | 2024-01-19T05:41:12.782Z | + configure_os solaris2.11 |
550 | 2024-01-19T05:41:12.782Z | + echo 'current directory: /work/oxidecomputer/omicron' |
551 | 2024-01-19T05:41:12.782Z | current directory: /work/oxidecomputer/omicron |
552 | 2024-01-19T05:41:12.783Z | + echo 'configuring based on OS: "solaris2.11"' |
553 | 2024-01-19T05:41:12.783Z | configuring based on OS: "solaris2.11" |
554 | 2024-01-19T05:41:12.783Z | + case "$1" in |
555 | 2024-01-19T05:41:12.783Z | + SET_BINARIES= |
556 | 2024-01-19T05:41:12.783Z | + CIDL_SHA256=052d97370515189465e4e835edb4a2d7e1e0b55ace0230ba18f045a03d975e80 |
557 | 2024-01-19T05:41:12.783Z | + CIDL_SHA256FUNC=do_sha256sum |
558 | 2024-01-19T05:41:12.783Z | + TARBALL_FILENAME=dendrite-stub.tar.gz |
559 | 2024-01-19T05:41:12.783Z | + PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/1c2f91a493c8b3c5fb7b853c570b2901ac3c22a7/dendrite-stub.tar.gz |
560 | 2024-01-19T05:41:12.784Z | + TARBALL_FILE=out/downloads/dendrite-stub.tar.gz |
561 | 2024-01-19T05:41:12.784Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/1c2f91a493c8b3c5fb7b853c570b2901ac3c22a7/dendrite-stub.tar.gz' |
562 | 2024-01-19T05:41:12.784Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/1c2f91a493c8b3c5fb7b853c570b2901ac3c22a7/dendrite-stub.tar.gz |
563 | 2024-01-19T05:41:12.784Z | + echo 'Local file: out/downloads/dendrite-stub.tar.gz' |
564 | 2024-01-19T05:41:12.784Z | + mkdir -p out/downloads |
565 | 2024-01-19T05:41:12.784Z | Local file: out/downloads/dendrite-stub.tar.gz |
566 | 2024-01-19T05:41:12.785Z | + mkdir -p ./out/dendrite-stub |
567 | 2024-01-19T05:41:12.785Z | + fetch_and_verify |
568 | 2024-01-19T05:41:12.785Z | + local DO_DOWNLOAD=true |
569 | 2024-01-19T05:41:12.785Z | + [[ -f out/downloads/dendrite-stub.tar.gz ]] |
570 | 2024-01-19T05:41:12.786Z | + '[' true == true ']' |
571 | 2024-01-19T05:41:12.786Z | + echo Downloading... |
572 | 2024-01-19T05:41:12.786Z | Downloading... |
573 | 2024-01-19T05:41:12.786Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/1c2f91a493c8b3c5fb7b853c570b2901ac3c22a7/dendrite-stub.tar.gz out/downloads/dendrite-stub.tar.gz |
574 | 2024-01-19T05:41:12.786Z | + curl --silent --show-error --fail --location --output out/downloads/dendrite-stub.tar.gz https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/1c2f91a493c8b3c5fb7b853c570b2901ac3c22a7/dendrite-stub.tar.gz |
575 | 2024-01-19T05:41:28.299Z | ++ do_sha256sum out/downloads/dendrite-stub.tar.gz |
576 | 2024-01-19T05:41:28.306Z | ++ sha256sum |
577 | 2024-01-19T05:41:28.306Z | ++ awk '{print $1}' |
578 | 2024-01-19T05:41:28.491Z | + calculated_sha256=052d97370515189465e4e835edb4a2d7e1e0b55ace0230ba18f045a03d975e80 |
579 | 2024-01-19T05:41:28.502Z | + [[ 052d97370515189465e4e835edb4a2d7e1e0b55ace0230ba18f045a03d975e80 != \0\5\2\d\9\7\3\7\0\5\1\5\1\8\9\4\6\5\e\4\e\8\3\5\e\d\b\4\a\2\d\7\e\1\e\0\b\5\5\a\c\e\0\2\3\0\b\a\1\8\f\0\4\5\a\0\3\d\9\7\5\e\8\0 ]] |
580 | 2024-01-19T05:41:28.503Z | + do_untar out/downloads/dendrite-stub.tar.gz |
581 | 2024-01-19T05:41:28.503Z | + tar xzf out/downloads/dendrite-stub.tar.gz -C out/downloads |
582 | 2024-01-19T05:41:29.546Z | + do_assemble |
583 | 2024-01-19T05:41:29.546Z | + rm -r ./out/dendrite-stub |
584 | 2024-01-19T05:41:29.555Z | + mkdir ./out/dendrite-stub |
585 | 2024-01-19T05:41:29.555Z | + cp -r out/downloads/root ./out/dendrite-stub/root |
586 | 2024-01-19T05:41:29.679Z | + ln -s /work/oxidecomputer/omicron/out/dendrite-stub/root/opt/oxide/dendrite/bin/ /work/oxidecomputer/omicron/out/dendrite-stub/bin |
587 | 2024-01-19T05:41:29.692Z | + set -o errexit |
588 | 2024-01-19T05:41:29.697Z | +++ dirname ./tools/ci_download_maghemite_mgd |
589 | 2024-01-19T05:41:29.697Z | ++ cd ./tools |
590 | 2024-01-19T05:41:29.697Z | ++ pwd |
591 | 2024-01-19T05:41:29.701Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
592 | 2024-01-19T05:41:29.701Z | ++ basename ./tools/ci_download_maghemite_mgd |
593 | 2024-01-19T05:41:29.701Z | + ARG0=ci_download_maghemite_mgd |
594 | 2024-01-19T05:41:29.701Z | + source /work/oxidecomputer/omicron/tools/maghemite_mgd_checksums |
595 | 2024-01-19T05:41:29.701Z | ++ CIDL_SHA256=802636775fa77dc6eec193e65fde87e403f6a11531745d47ef5e7ff13b242890 |
596 | 2024-01-19T05:41:29.706Z | ++ MGD_LINUX_SHA256=1bcadfd700902e3640843e0bb53d3defdbcd8d86c3279efa0953ae8d6437e2b0 |
597 | 2024-01-19T05:41:29.706Z | + source /work/oxidecomputer/omicron/tools/maghemite_mg_openapi_version |
598 | 2024-01-19T05:41:29.706Z | ++ COMMIT=2fd39b75df696961e5ea190c7d74dd91f4849cd3 |
599 | 2024-01-19T05:41:29.706Z | ++ SHA2=931efa310d972b1f8afba2308751fc6a2035afbaebba77b3a40a8358c123ba3c |
600 | 2024-01-19T05:41:29.706Z | + TARGET_DIR=out |
601 | 2024-01-19T05:41:29.706Z | + DOWNLOAD_DIR=out/downloads |
602 | 2024-01-19T05:41:29.706Z | + DEST_DIR=./out/mgd |
603 | 2024-01-19T05:41:29.706Z | + BIN_DIR=./out/mgd/root/opt/oxide/mgd/bin |
604 | 2024-01-19T05:41:29.706Z | + ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file |
605 | 2024-01-19T05:41:29.706Z | + REPO=oxidecomputer/maghemite |
606 | 2024-01-19T05:41:29.706Z | + PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/2fd39b75df696961e5ea190c7d74dd91f4849cd3 |
607 | 2024-01-19T05:41:29.706Z | + main |
608 | 2024-01-19T05:41:29.706Z | + [[ 0 != 0 ]] |
609 | 2024-01-19T05:41:29.706Z | + CIDL_OS=solaris2.11 |
610 | 2024-01-19T05:41:29.706Z | + [[ 0 != 0 ]] |
611 | 2024-01-19T05:41:29.706Z | + configure_os solaris2.11 |
612 | 2024-01-19T05:41:29.707Z | + echo 'current directory: /work/oxidecomputer/omicron' |
613 | 2024-01-19T05:41:29.707Z | current directory: /work/oxidecomputer/omicron |
614 | 2024-01-19T05:41:29.707Z | configuring based on OS: "solaris2.11" |
615 | 2024-01-19T05:41:29.707Z | + echo 'configuring based on OS: "solaris2.11"' |
616 | 2024-01-19T05:41:29.707Z | + case "$1" in |
617 | 2024-01-19T05:41:29.707Z | + SET_BINARIES= |
618 | 2024-01-19T05:41:29.707Z | + CIDL_SHA256FUNC=do_sha256sum |
619 | 2024-01-19T05:41:29.707Z | + TARBALL_FILENAME=mgd.tar.gz |
620 | 2024-01-19T05:41:29.707Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/2fd39b75df696961e5ea190c7d74dd91f4849cd3/mgd.tar.gz |
621 | 2024-01-19T05:41:29.707Z | Local file: out/downloads/mgd.tar.gz |
622 | 2024-01-19T05:41:29.707Z | + PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/2fd39b75df696961e5ea190c7d74dd91f4849cd3/mgd.tar.gz |
623 | 2024-01-19T05:41:29.707Z | + TARBALL_FILE=out/downloads/mgd.tar.gz |
624 | 2024-01-19T05:41:29.707Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/2fd39b75df696961e5ea190c7d74dd91f4849cd3/mgd.tar.gz' |
625 | 2024-01-19T05:41:29.707Z | + echo 'Local file: out/downloads/mgd.tar.gz' |
626 | 2024-01-19T05:41:29.708Z | + mkdir -p out/downloads |
627 | 2024-01-19T05:41:29.711Z | + mkdir -p ./out/mgd |
628 | 2024-01-19T05:41:29.711Z | + fetch_and_verify |
629 | 2024-01-19T05:41:29.711Z | + local DO_DOWNLOAD=true |
630 | 2024-01-19T05:41:29.712Z | + [[ -f out/downloads/mgd.tar.gz ]] |
631 | 2024-01-19T05:41:29.712Z | + '[' true == true ']' |
632 | 2024-01-19T05:41:29.712Z | + echo Downloading... |
633 | 2024-01-19T05:41:29.712Z | Downloading... |
634 | 2024-01-19T05:41:29.712Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/2fd39b75df696961e5ea190c7d74dd91f4849cd3/mgd.tar.gz out/downloads/mgd.tar.gz |
635 | 2024-01-19T05:41:29.712Z | + curl --silent --show-error --fail --location --output out/downloads/mgd.tar.gz https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/2fd39b75df696961e5ea190c7d74dd91f4849cd3/mgd.tar.gz |
636 | 2024-01-19T05:41:39.098Z | ++ do_sha256sum out/downloads/mgd.tar.gz |
637 | 2024-01-19T05:41:39.103Z | ++ sha256sum |
638 | 2024-01-19T05:41:39.103Z | ++ awk '{print $1}' |
639 | 2024-01-19T05:41:39.169Z | + calculated_sha256=802636775fa77dc6eec193e65fde87e403f6a11531745d47ef5e7ff13b242890 |
640 | 2024-01-19T05:41:39.169Z | + [[ 802636775fa77dc6eec193e65fde87e403f6a11531745d47ef5e7ff13b242890 != \8\0\2\6\3\6\7\7\5\f\a\7\7\d\c\6\e\e\c\1\9\3\e\6\5\f\d\e\8\7\e\4\0\3\f\6\a\1\1\5\3\1\7\4\5\d\4\7\e\f\5\e\7\f\f\1\3\b\2\4\2\8\9\0 ]] |
641 | 2024-01-19T05:41:39.175Z | + do_untar out/downloads/mgd.tar.gz |
642 | 2024-01-19T05:41:39.175Z | + tar xzf out/downloads/mgd.tar.gz -C out/downloads |
643 | 2024-01-19T05:41:39.821Z | + do_assemble |
644 | 2024-01-19T05:41:39.821Z | + rm -r ./out/mgd |
645 | 2024-01-19T05:41:39.825Z | + mkdir ./out/mgd |
646 | 2024-01-19T05:41:39.829Z | + cp -r out/downloads/root ./out/mgd/root |
647 | 2024-01-19T05:41:40.061Z | + set -o errexit |
648 | 2024-01-19T05:41:40.066Z | +++ dirname ./tools/ci_download_transceiver_control |
649 | 2024-01-19T05:41:40.066Z | ++ cd ./tools |
650 | 2024-01-19T05:41:40.066Z | ++ pwd |
651 | 2024-01-19T05:41:40.067Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
652 | 2024-01-19T05:41:40.067Z | ++ basename ./tools/ci_download_transceiver_control |
653 | 2024-01-19T05:41:40.072Z | + ARG0=ci_download_transceiver_control |
654 | 2024-01-19T05:41:40.072Z | + source /work/oxidecomputer/omicron/tools/transceiver_control_version |
655 | 2024-01-19T05:41:40.073Z | ++ COMMIT=8813cf996f37a6c43e7b83d6084f88c5f0f0430a |
656 | 2024-01-19T05:41:40.073Z | ++ CIDL_SHA256_ILLUMOS=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1 |
657 | 2024-01-19T05:41:40.073Z | + TARGET_DIR=out |
658 | 2024-01-19T05:41:40.073Z | + DOWNLOAD_DIR=out/downloads |
659 | 2024-01-19T05:41:40.073Z | + DEST_DIR=./out/transceiver-control |
660 | 2024-01-19T05:41:40.073Z | + BIN_DIR=/opt/oxide/bin |
661 | 2024-01-19T05:41:40.073Z | + BINARY=xcvradm |
662 | 2024-01-19T05:41:40.074Z | + ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file |
663 | 2024-01-19T05:41:40.074Z | + REPO=oxidecomputer/transceiver-control |
664 | 2024-01-19T05:41:40.074Z | + PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a |
665 | 2024-01-19T05:41:40.074Z | + main |
666 | 2024-01-19T05:41:40.074Z | + [[ 0 != 0 ]] |
667 | 2024-01-19T05:41:40.075Z | + CIDL_OS=solaris2.11 |
668 | 2024-01-19T05:41:40.075Z | + [[ 0 != 0 ]] |
669 | 2024-01-19T05:41:40.075Z | + configure_os solaris2.11 |
670 | 2024-01-19T05:41:40.075Z | + echo 'current directory: /work/oxidecomputer/omicron' |
671 | 2024-01-19T05:41:40.075Z | current directory: /work/oxidecomputer/omicron |
672 | 2024-01-19T05:41:40.075Z | + echo 'configuring based on OS: "solaris2.11"' |
673 | 2024-01-19T05:41:40.076Z | configuring based on OS: "solaris2.11" |
674 | 2024-01-19T05:41:40.076Z | + case "$1" in |
675 | 2024-01-19T05:41:40.076Z | + SET_BINARIES= |
676 | 2024-01-19T05:41:40.076Z | + CIDL_SHA256=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1 |
677 | 2024-01-19T05:41:40.076Z | + CIDL_SHA256FUNC=do_sha256sum |
678 | 2024-01-19T05:41:40.077Z | + ARCHIVE_FILENAME=xcvradm.gz |
679 | 2024-01-19T05:41:40.077Z | + PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz |
680 | 2024-01-19T05:41:40.077Z | + ARCHIVE_FILE=out/downloads/xcvradm.gz |
681 | 2024-01-19T05:41:40.077Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz' |
682 | 2024-01-19T05:41:40.078Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz |
683 | 2024-01-19T05:41:40.078Z | + echo 'Local file: out/downloads/xcvradm.gz' |
684 | 2024-01-19T05:41:40.079Z | Local file: out/downloads/xcvradm.gz |
685 | 2024-01-19T05:41:40.079Z | + mkdir -p out/downloads |
686 | 2024-01-19T05:41:40.079Z | + mkdir -p ./out/transceiver-control |
687 | 2024-01-19T05:41:40.095Z | + fetch_and_verify |
688 | 2024-01-19T05:41:40.096Z | + local DO_DOWNLOAD=true |
689 | 2024-01-19T05:41:40.096Z | + [[ -f out/downloads/xcvradm.gz ]] |
690 | 2024-01-19T05:41:40.096Z | + '[' true == true ']' |
691 | 2024-01-19T05:41:40.096Z | + echo Downloading... |
692 | 2024-01-19T05:41:40.096Z | Downloading... |
693 | 2024-01-19T05:41:40.096Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz out/downloads/xcvradm.gz |
694 | 2024-01-19T05:41:40.097Z | + 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 |
695 | 2024-01-19T05:41:42.520Z | ++ do_sha256sum out/downloads/xcvradm.gz |
696 | 2024-01-19T05:41:42.527Z | ++ sha256sum |
697 | 2024-01-19T05:41:42.527Z | ++ awk '{print $1}' |
698 | 2024-01-19T05:41:42.546Z | + calculated_sha256=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1 |
699 | 2024-01-19T05:41:42.546Z | + [[ 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 ]] |
700 | 2024-01-19T05:41:42.550Z | + do_unpack out/downloads/xcvradm.gz |
701 | 2024-01-19T05:41:42.551Z | + mkdir -p out/downloads/root//opt/oxide/bin |
702 | 2024-01-19T05:41:42.551Z | + gzip -dc out/downloads/xcvradm.gz |
703 | 2024-01-19T05:41:43.143Z | + chmod +x out/downloads/root//opt/oxide/bin/xcvradm |
704 | 2024-01-19T05:41:43.149Z | + do_assemble |
705 | 2024-01-19T05:41:43.149Z | + rm -r ./out/transceiver-control |
706 | 2024-01-19T05:41:43.149Z | + mkdir ./out/transceiver-control |
707 | 2024-01-19T05:41:43.149Z | + cp -r out/downloads/root ./out/transceiver-control/root |
708 | 2024-01-19T05:41:43.149Z | All builder prerequisites installed successfully, and PATH looks valid |
709 | 2024-01-19T05:41:43.149Z | |
710 | 2024-01-19T05:41:43.150Z | real 2:15.047907970 |
711 | 2024-01-19T05:41:43.150Z | user 52.027338261 |
712 | 2024-01-19T05:41:43.150Z | sys 10.024078572 |
713 | 2024-01-19T05:41:43.150Z | trap 0.022980383 |
714 | 2024-01-19T05:41:43.150Z | tflt 0.149509356 |
715 | 2024-01-19T05:41:43.150Z | dflt 0.340415091 |
716 | 2024-01-19T05:41:43.150Z | kflt 0.169298829 |
717 | 2024-01-19T05:41:43.150Z | lock 1.870894082 |
718 | 2024-01-19T05:41:43.150Z | slp 4:22.443316844 |
719 | 2024-01-19T05:41:43.150Z | lat 3.389422180 |
720 | 2024-01-19T05:41:43.150Z | stop 0.061221365 |
721 | 2024-01-19T05:41:43.151Z | |
722 | 2024-01-19T05:41:43.151Z | #### # # ##### ##### # # |
723 | 2024-01-19T05:41:43.151Z | # # # # # # # # # # |
724 | 2024-01-19T05:41:43.151Z | # # # # # # # # |
725 | 2024-01-19T05:41:43.151Z | # # # ##### ##### # |
726 | 2024-01-19T05:41:43.151Z | # # # # # # # |
727 | 2024-01-19T05:41:43.151Z | #### ###### # # # # |
728 | 2024-01-19T05:41:43.151Z | |
729 | 2024-01-19T05:41:43.492Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
730 | 2024-01-19T05:41:43.789Z | Updating crates.io index |
731 | 2024-01-19T05:41:43.792Z | Updating git repository `https://github.com/oxidecomputer/dropshot` |
732 | 2024-01-19T05:41:45.085Z | Updating git repository `https://github.com/oxidecomputer/progenitor` |
733 | 2024-01-19T05:41:47.211Z | Updating git repository `http://github.com/oxidecomputer/serde_human_bytes` |
734 | 2024-01-19T05:41:47.895Z | Updating git repository `http://github.com/oxidecomputer/tofino` |
735 | 2024-01-19T05:41:48.239Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
736 | 2024-01-19T05:41:48.510Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
737 | 2024-01-19T05:41:48.805Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
738 | 2024-01-19T05:41:49.667Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
739 | 2024-01-19T05:41:52.038Z | Updating git repository `https://github.com/oxidecomputer/opte` |
740 | 2024-01-19T05:41:53.091Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
741 | 2024-01-19T05:41:53.409Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
742 | 2024-01-19T05:41:53.995Z | Updating git repository `https://github.com/oxidecomputer/async-bb8-diesel` |
743 | 2024-01-19T05:41:54.763Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
744 | 2024-01-19T05:41:54.765Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
745 | 2024-01-19T05:41:54.949Z | Updating git repository `http://github.com/oxidecomputer/sprockets` |
746 | 2024-01-19T05:41:55.370Z | Updating git repository `https://github.com/oxidecomputer/diesel-dtrace` |
747 | 2024-01-19T05:41:55.825Z | Updating git repository `https://github.com/njaremko/samael` |
748 | 2024-01-19T05:41:56.136Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
749 | 2024-01-19T05:41:56.711Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
750 | 2024-01-19T05:41:57.119Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
751 | 2024-01-19T05:41:57.386Z | Updating git repository `https://github.com/jgallagher/nix` |
752 | 2024-01-19T05:41:59.407Z | Updating git repository `https://github.com/cbiffle/hubpack` |
753 | 2024-01-19T05:41:59.683Z | Updating git repository `https://github.com/oxidecomputer/typify` |
754 | 2024-01-19T05:42:04.517Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
755 | 2024-01-19T05:42:17.352Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
756 | 2024-01-19T05:42:17.353Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
757 | 2024-01-19T05:42:17.691Z | Downloading crates ... |
758 | 2024-01-19T05:42:17.691Z | Downloaded anstyle v1.0.2 |
759 | 2024-01-19T05:42:18.543Z | Downloaded anstream v0.5.0 |
760 | 2024-01-19T05:42:18.543Z | Downloaded io-lifetimes v1.0.11 |
761 | 2024-01-19T05:42:18.543Z | Downloaded colorchoice v1.0.0 |
762 | 2024-01-19T05:42:18.543Z | Downloaded equivalent v1.0.1 |
763 | 2024-01-19T05:42:18.543Z | Downloaded errno v0.3.8 |
764 | 2024-01-19T05:42:18.543Z | Downloaded cargo-platform v0.1.3 |
765 | 2024-01-19T05:42:18.543Z | Downloaded clap_lex v0.5.1 |
766 | 2024-01-19T05:42:18.543Z | Downloaded serde_spanned v0.6.4 |
767 | 2024-01-19T05:42:18.543Z | Downloaded thiserror-impl v1.0.49 |
768 | 2024-01-19T05:42:18.544Z | Downloaded terminal_size v0.2.6 |
769 | 2024-01-19T05:42:18.544Z | Downloaded utf8parse v0.2.1 |
770 | 2024-01-19T05:42:18.544Z | Downloaded itoa v1.0.9 |
771 | 2024-01-19T05:42:18.544Z | Downloaded anstyle-parse v0.2.1 |
772 | 2024-01-19T05:42:18.544Z | Downloaded anstyle-query v1.0.0 |
773 | 2024-01-19T05:42:18.544Z | Downloaded thiserror v1.0.49 |
774 | 2024-01-19T05:42:18.544Z | Downloaded clap_derive v4.4.2 |
775 | 2024-01-19T05:42:18.544Z | Downloaded bitflags v1.3.2 |
776 | 2024-01-19T05:42:18.544Z | Downloaded ryu v1.0.15 |
777 | 2024-01-19T05:42:18.544Z | Downloaded unicode-ident v1.0.12 |
778 | 2024-01-19T05:42:18.544Z | Downloaded serde_derive v1.0.195 |
779 | 2024-01-19T05:42:18.544Z | Downloaded clap v4.4.3 |
780 | 2024-01-19T05:42:18.544Z | Downloaded proc-macro2 v1.0.74 |
781 | 2024-01-19T05:42:18.544Z | Downloaded indexmap v2.1.0 |
782 | 2024-01-19T05:42:18.544Z | Downloaded memchr v2.6.3 |
783 | 2024-01-19T05:42:18.544Z | Downloaded toml_edit v0.21.0 |
784 | 2024-01-19T05:42:18.545Z | Downloaded serde_json v1.0.111 |
785 | 2024-01-19T05:42:18.545Z | Downloaded winnow v0.5.15 |
786 | 2024-01-19T05:42:18.545Z | Downloaded syn v2.0.46 |
787 | 2024-01-19T05:42:18.545Z | Downloaded rustix v0.37.23 |
788 | 2024-01-19T05:42:18.545Z | Downloaded libc v0.2.152 |
789 | 2024-01-19T05:42:18.545Z | Downloaded clap_builder v4.4.2 |
790 | 2024-01-19T05:42:18.546Z | Downloaded hashbrown v0.14.2 |
791 | 2024-01-19T05:42:18.546Z | Downloaded serde v1.0.195 |
792 | 2024-01-19T05:42:18.546Z | Downloaded toml v0.8.8 |
793 | 2024-01-19T05:42:18.546Z | Downloaded toml_datetime v0.6.5 |
794 | 2024-01-19T05:42:18.546Z | Downloaded anyhow v1.0.75 |
795 | 2024-01-19T05:42:18.546Z | Downloaded cargo_metadata v0.18.1 |
796 | 2024-01-19T05:42:18.547Z | Downloaded cargo_toml v0.18.0 |
797 | 2024-01-19T05:42:18.547Z | Downloaded strsim v0.10.0 |
798 | 2024-01-19T05:42:18.547Z | Downloaded camino v1.1.6 |
799 | 2024-01-19T05:42:18.547Z | Downloaded semver v1.0.21 |
800 | 2024-01-19T05:42:18.547Z | Downloaded quote v1.0.35 |
801 | 2024-01-19T05:42:18.547Z | Downloaded heck v0.4.1 |
802 | 2024-01-19T05:42:18.547Z | Compiling proc-macro2 v1.0.74 |
803 | 2024-01-19T05:42:18.547Z | Compiling unicode-ident v1.0.12 |
804 | 2024-01-19T05:42:18.548Z | Compiling serde v1.0.195 |
805 | 2024-01-19T05:42:18.548Z | Compiling libc v0.2.152 |
806 | 2024-01-19T05:42:18.548Z | Compiling io-lifetimes v1.0.11 |
807 | 2024-01-19T05:42:18.548Z | Compiling rustix v0.37.23 |
808 | 2024-01-19T05:42:18.548Z | Compiling bitflags v1.3.2 |
809 | 2024-01-19T05:42:18.548Z | Compiling equivalent v1.0.1 |
810 | 2024-01-19T05:42:18.548Z | Compiling utf8parse v0.2.1 |
811 | 2024-01-19T05:42:18.548Z | Compiling hashbrown v0.14.2 |
812 | 2024-01-19T05:42:18.548Z | Compiling winnow v0.5.15 |
813 | 2024-01-19T05:42:18.548Z | Compiling anstyle-parse v0.2.1 |
814 | 2024-01-19T05:42:18.548Z | Compiling thiserror v1.0.49 |
815 | 2024-01-19T05:42:18.548Z | Compiling semver v1.0.21 |
816 | 2024-01-19T05:42:18.548Z | Compiling serde_json v1.0.111 |
817 | 2024-01-19T05:42:18.548Z | Compiling anstyle v1.0.2 |
818 | 2024-01-19T05:42:18.548Z | Compiling camino v1.1.6 |
819 | 2024-01-19T05:42:18.548Z | Compiling indexmap v2.1.0 |
820 | 2024-01-19T05:42:18.549Z | Compiling colorchoice v1.0.0 |
821 | 2024-01-19T05:42:18.549Z | Compiling anstyle-query v1.0.0 |
822 | 2024-01-19T05:42:18.549Z | Compiling heck v0.4.1 |
823 | 2024-01-19T05:42:18.549Z | Compiling anstream v0.5.0 |
824 | 2024-01-19T05:42:18.549Z | Compiling itoa v1.0.9 |
825 | 2024-01-19T05:42:18.549Z | Compiling strsim v0.10.0 |
826 | 2024-01-19T05:42:18.549Z | Compiling anyhow v1.0.75 |
827 | 2024-01-19T05:42:18.549Z | Compiling quote v1.0.35 |
828 | 2024-01-19T05:42:18.549Z | Compiling errno v0.3.8 |
829 | 2024-01-19T05:42:18.549Z | Compiling syn v2.0.46 |
830 | 2024-01-19T05:42:18.549Z | Compiling clap_lex v0.5.1 |
831 | 2024-01-19T05:42:18.549Z | Compiling ryu v1.0.15 |
832 | 2024-01-19T05:42:18.549Z | Compiling terminal_size v0.2.6 |
833 | 2024-01-19T05:42:18.549Z | Compiling clap_builder v4.4.2 |
834 | 2024-01-19T05:42:19.205Z | Compiling serde_derive v1.0.195 |
835 | 2024-01-19T05:42:19.206Z | Compiling thiserror-impl v1.0.49 |
836 | 2024-01-19T05:42:19.206Z | Compiling clap_derive v4.4.2 |
837 | 2024-01-19T05:42:22.575Z | Compiling clap v4.4.3 |
838 | 2024-01-19T05:42:31.007Z | Compiling toml_datetime v0.6.5 |
839 | 2024-01-19T05:42:31.021Z | Compiling serde_spanned v0.6.4 |
840 | 2024-01-19T05:42:31.021Z | Compiling cargo-platform v0.1.3 |
841 | 2024-01-19T05:42:31.194Z | Compiling toml_edit v0.21.0 |
842 | 2024-01-19T05:42:32.797Z | Compiling cargo_metadata v0.18.1 |
843 | 2024-01-19T05:42:34.216Z | Compiling toml v0.8.8 |
844 | 2024-01-19T05:42:35.245Z | Compiling cargo_toml v0.18.0 |
845 | 2024-01-19T05:42:41.964Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
846 | 2024-01-19T05:42:42.862Z | Finished dev [unoptimized + debuginfo] target(s) in 59.68s |
847 | 2024-01-19T05:42:43.073Z | Running `target/debug/xtask clippy` |
848 | 2024-01-19T05:42:43.134Z | running: "/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/cargo" "clippy" "--all-targets" "--" "--deny" "warnings" "--allow" "clippy::style" |
849 | 2024-01-19T05:42:43.949Z | Downloading crates ... |
850 | 2024-01-19T05:42:44.185Z | Downloaded adler v1.0.2 |
851 | 2024-01-19T05:42:44.191Z | Downloaded httptest v0.15.5 |
852 | 2024-01-19T05:42:44.201Z | Downloaded instant v0.1.12 |
853 | 2024-01-19T05:42:44.211Z | Downloaded hubpack_derive v0.1.1 |
854 | 2024-01-19T05:42:44.220Z | Downloaded is_ci v1.1.1 |
855 | 2024-01-19T05:42:44.229Z | Downloaded indoc v2.0.3 |
856 | 2024-01-19T05:42:44.298Z | Downloaded lazycell v1.3.0 |
857 | 2024-01-19T05:42:44.313Z | Downloaded matches v0.1.10 |
858 | 2024-01-19T05:42:44.313Z | Downloaded linked-hash-map v0.5.6 |
859 | 2024-01-19T05:42:44.313Z | Downloaded inout v0.1.3 |
860 | 2024-01-19T05:42:44.313Z | Downloaded nodrop v0.1.14 |
861 | 2024-01-19T05:42:44.313Z | Downloaded newline-converter v0.3.0 |
862 | 2024-01-19T05:42:44.314Z | Downloaded lazy_static v1.4.0 |
863 | 2024-01-19T05:42:44.314Z | Downloaded libtest-mimic v0.6.1 |
864 | 2024-01-19T05:42:44.314Z | Downloaded md-5 v0.10.5 |
865 | 2024-01-19T05:42:44.314Z | Downloaded maplit v1.0.2 |
866 | 2024-01-19T05:42:44.314Z | Downloaded opaque-debug v0.3.0 |
867 | 2024-01-19T05:42:44.314Z | Downloaded normalize-line-endings v0.3.0 |
868 | 2024-01-19T05:42:44.342Z | Downloaded openssl-macros v0.1.1 |
869 | 2024-01-19T05:42:44.343Z | Downloaded crypto-common v0.1.6 |
870 | 2024-01-19T05:42:44.349Z | Downloaded oorandom v11.1.3 |
871 | 2024-01-19T05:42:44.349Z | Downloaded openssl-probe v0.1.5 |
872 | 2024-01-19T05:42:44.354Z | Downloaded crc32fast v1.3.2 |
873 | 2024-01-19T05:42:44.365Z | Downloaded darling v0.20.3 |
874 | 2024-01-19T05:42:44.375Z | Downloaded rustls-pemfile v1.0.3 |
875 | 2024-01-19T05:42:44.378Z | Downloaded atty v0.2.14 |
876 | 2024-01-19T05:42:44.425Z | Downloaded num v0.4.1 |
877 | 2024-01-19T05:42:44.425Z | Downloaded ascii-canvas v3.0.0 |
878 | 2024-01-19T05:42:44.425Z | Downloaded ciborium-io v0.2.1 |
879 | 2024-01-19T05:42:44.450Z | Downloaded which v4.4.0 |
880 | 2024-01-19T05:42:44.450Z | Downloaded derive_builder_core v0.12.0 |
881 | 2024-01-19T05:42:44.451Z | Downloaded darling_macro v0.20.3 |
882 | 2024-01-19T05:42:44.451Z | Downloaded display-error-chain v0.2.0 |
883 | 2024-01-19T05:42:44.451Z | Downloaded atomicwrites v0.4.3 |
884 | 2024-01-19T05:42:44.451Z | Downloaded headers-core v0.2.0 |
885 | 2024-01-19T05:42:44.451Z | Downloaded byteorder v1.5.0 |
886 | 2024-01-19T05:42:44.465Z | Downloaded convert_case v0.4.0 |
887 | 2024-01-19T05:42:44.465Z | Downloaded constant_time_eq v0.3.0 |
888 | 2024-01-19T05:42:44.465Z | Downloaded synstructure v0.12.6 |
889 | 2024-01-19T05:42:44.465Z | Downloaded http-range v0.1.5 |
890 | 2024-01-19T05:42:44.466Z | Downloaded oso-derive v0.27.0 |
891 | 2024-01-19T05:42:44.466Z | Downloaded filetime v0.2.23 |
892 | 2024-01-19T05:42:44.488Z | Downloaded ciborium-ll v0.2.1 |
893 | 2024-01-19T05:42:44.489Z | Downloaded async-trait v0.1.77 |
894 | 2024-01-19T05:42:44.489Z | Downloaded peeking_take_while v0.1.2 |
895 | 2024-01-19T05:42:44.503Z | Downloaded ciborium v0.2.1 |
896 | 2024-01-19T05:42:44.503Z | Downloaded guppy-workspace-hack v0.1.0 |
897 | 2024-01-19T05:42:44.503Z | Downloaded radium v0.7.0 |
898 | 2024-01-19T05:42:44.503Z | Downloaded smallvec v1.11.2 |
899 | 2024-01-19T05:42:44.520Z | Downloaded supports-color v2.1.0 |
900 | 2024-01-19T05:42:44.521Z | Downloaded defmt-parser v0.3.3 |
901 | 2024-01-19T05:42:44.521Z | Downloaded crossbeam-channel v0.5.8 |
902 | 2024-01-19T05:42:44.533Z | Downloaded phf_shared v0.10.0 |
903 | 2024-01-19T05:42:44.533Z | Downloaded stringprep v0.1.3 |
904 | 2024-01-19T05:42:44.533Z | Downloaded heck v0.3.3 |
905 | 2024-01-19T05:42:44.533Z | Downloaded serde-big-array v0.4.1 |
906 | 2024-01-19T05:42:44.533Z | Downloaded time-core v0.1.1 |
907 | 2024-01-19T05:42:44.534Z | Downloaded tower-service v0.3.2 |
908 | 2024-01-19T05:42:44.557Z | Downloaded wait-timeout v0.2.0 |
909 | 2024-01-19T05:42:44.557Z | Downloaded serde_urlencoded v0.7.1 |
910 | 2024-01-19T05:42:44.561Z | Downloaded rustls-pemfile v2.0.0 |
911 | 2024-01-19T05:42:44.561Z | Downloaded clang-sys v1.6.1 |
912 | 2024-01-19T05:42:44.561Z | Downloaded structopt v0.3.26 |
913 | 2024-01-19T05:42:44.574Z | Downloaded rustfmt-wrapper v0.2.0 |
914 | 2024-01-19T05:42:44.577Z | Downloaded owo-colors v3.5.0 |
915 | 2024-01-19T05:42:44.582Z | Downloaded doc-comment v0.3.3 |
916 | 2024-01-19T05:42:44.591Z | Downloaded rtoolbox v0.0.1 |
917 | 2024-01-19T05:42:44.591Z | Downloaded thread-id v4.2.0 |
918 | 2024-01-19T05:42:44.599Z | Downloaded thiserror-no-std v2.0.2 |
919 | 2024-01-19T05:42:44.604Z | Downloaded fxhash v0.2.1 |
920 | 2024-01-19T05:42:44.605Z | Downloaded strsim v0.8.0 |
921 | 2024-01-19T05:42:44.605Z | Downloaded spki v0.7.2 |
922 | 2024-01-19T05:42:44.611Z | Downloaded rcgen v0.12.0 |
923 | 2024-01-19T05:42:44.632Z | Downloaded termtree v0.4.1 |
924 | 2024-01-19T05:42:44.638Z | Downloaded parking_lot v0.12.1 |
925 | 2024-01-19T05:42:44.648Z | Downloaded unicase v2.7.0 |
926 | 2024-01-19T05:42:44.648Z | Downloaded unarray v0.1.4 |
927 | 2024-01-19T05:42:44.652Z | Downloaded hex-literal v0.4.1 |
928 | 2024-01-19T05:42:44.652Z | Downloaded typed-path v0.7.0 |
929 | 2024-01-19T05:42:44.664Z | Downloaded unicode-width v0.1.11 |
930 | 2024-01-19T05:42:44.667Z | Downloaded itertools v0.12.0 |
931 | 2024-01-19T05:42:44.689Z | Downloaded semver v0.1.20 |
932 | 2024-01-19T05:42:44.700Z | Downloaded oso v0.27.0 |
933 | 2024-01-19T05:42:44.713Z | Downloaded strip-ansi-escapes v0.2.0 |
934 | 2024-01-19T05:42:44.713Z | Downloaded prettyplease v0.2.16 |
935 | 2024-01-19T05:42:44.713Z | Downloaded pkg-config v0.3.27 |
936 | 2024-01-19T05:42:44.713Z | Downloaded precomputed-hash v0.1.1 |
937 | 2024-01-19T05:42:44.718Z | Downloaded downcast v0.11.0 |
938 | 2024-01-19T05:42:44.718Z | Downloaded rand_core v0.6.4 |
939 | 2024-01-19T05:42:44.723Z | Downloaded flate2 v1.0.28 |
940 | 2024-01-19T05:42:44.736Z | Downloaded take_mut v0.2.2 |
941 | 2024-01-19T05:42:44.742Z | Downloaded static_assertions v1.1.0 |
942 | 2024-01-19T05:42:44.743Z | Downloaded stable_deref_trait v1.2.0 |
943 | 2024-01-19T05:42:44.743Z | Downloaded parking_lot_core v0.8.6 |
944 | 2024-01-19T05:42:44.764Z | Downloaded socket2 v0.4.9 |
945 | 2024-01-19T05:42:44.764Z | Downloaded shlex v1.1.0 |
946 | 2024-01-19T05:42:44.764Z | Downloaded heapless v0.7.16 |
947 | 2024-01-19T05:42:44.768Z | Downloaded http-body v0.4.5 |
948 | 2024-01-19T05:42:44.768Z | Downloaded parse-size v1.0.0 |
949 | 2024-01-19T05:42:44.768Z | Downloaded want v0.3.1 |
950 | 2024-01-19T05:42:44.768Z | Downloaded remove_dir_all v0.5.3 |
951 | 2024-01-19T05:42:44.768Z | Downloaded rustc_version v0.4.0 |
952 | 2024-01-19T05:42:44.772Z | Downloaded usdt-attr-macro v0.3.5 |
953 | 2024-01-19T05:42:44.780Z | Downloaded universal-hash v0.5.1 |
954 | 2024-01-19T05:42:44.780Z | Downloaded derive_builder_macro v0.12.0 |
955 | 2024-01-19T05:42:44.780Z | Downloaded foreign-types-shared v0.1.1 |
956 | 2024-01-19T05:42:44.780Z | Downloaded untrusted v0.9.0 |
957 | 2024-01-19T05:42:44.785Z | Downloaded tap v1.0.1 |
958 | 2024-01-19T05:42:44.785Z | Downloaded fd-lock v3.0.13 |
959 | 2024-01-19T05:42:44.789Z | Downloaded ref-cast-impl v1.0.20 |
960 | 2024-01-19T05:42:44.789Z | Downloaded quick-error v1.2.3 |
961 | 2024-01-19T05:42:44.811Z | Downloaded pin-project-internal v1.1.3 |
962 | 2024-01-19T05:42:44.812Z | Downloaded snafu-derive v0.7.5 |
963 | 2024-01-19T05:42:44.826Z | Downloaded tinyvec v1.6.0 |
964 | 2024-01-19T05:42:44.826Z | Downloaded predicates-tree v1.0.9 |
965 | 2024-01-19T05:42:44.826Z | Downloaded derive_builder v0.12.0 |
966 | 2024-01-19T05:42:44.827Z | Downloaded enum-as-inner v0.5.1 |
967 | 2024-01-19T05:42:44.827Z | Downloaded dirs-next v2.0.0 |
968 | 2024-01-19T05:42:44.827Z | Downloaded parking_lot v0.11.2 |
969 | 2024-01-19T05:42:44.827Z | Downloaded fragile v2.0.0 |
970 | 2024-01-19T05:42:44.827Z | Downloaded usdt v0.3.5 |
971 | 2024-01-19T05:42:44.830Z | Downloaded pest_generator v2.7.2 |
972 | 2024-01-19T05:42:44.831Z | Downloaded test-strategy v0.3.1 |
973 | 2024-01-19T05:42:44.836Z | Downloaded steno v0.4.0 |
974 | 2024-01-19T05:42:44.843Z | Downloaded platforms v3.0.2 |
975 | 2024-01-19T05:42:44.847Z | Downloaded diff v0.1.13 |
976 | 2024-01-19T05:42:44.852Z | Downloaded password-hash v0.5.0 |
977 | 2024-01-19T05:42:44.856Z | Downloaded unicode-xid v0.2.4 |
978 | 2024-01-19T05:42:44.863Z | Downloaded hashbrown v0.13.2 |
979 | 2024-01-19T05:42:44.872Z | Downloaded resolv-conf v0.7.0 |
980 | 2024-01-19T05:42:44.881Z | Downloaded unsafe-libyaml v0.2.10 |
981 | 2024-01-19T05:42:44.881Z | Downloaded glob v0.3.1 |
982 | 2024-01-19T05:42:44.887Z | Downloaded yasna v0.5.2 |
983 | 2024-01-19T05:42:44.887Z | Downloaded hashbrown v0.12.3 |
984 | 2024-01-19T05:42:44.892Z | Downloaded partial-io v0.5.4 |
985 | 2024-01-19T05:42:44.896Z | Downloaded tokio-util v0.7.10 |
986 | 2024-01-19T05:42:44.909Z | Downloaded rsa v0.9.2 |
987 | 2024-01-19T05:42:44.917Z | Downloaded url v2.5.0 |
988 | 2024-01-19T05:42:44.923Z | Downloaded diesel_derives v2.1.2 |
989 | 2024-01-19T05:42:44.958Z | Downloaded rand v0.8.5 |
990 | 2024-01-19T05:42:44.964Z | Downloaded tough v0.16.0 |
991 | 2024-01-19T05:42:44.964Z | Downloaded http v1.0.0 |
992 | 2024-01-19T05:42:44.964Z | Downloaded portable-atomic v1.4.3 |
993 | 2024-01-19T05:42:44.970Z | Downloaded tar v0.4.40 |
994 | 2024-01-19T05:42:44.984Z | Downloaded trust-dns-client v0.22.0 |
995 | 2024-01-19T05:42:44.989Z | Downloaded chrono v0.4.31 |
996 | 2024-01-19T05:42:44.998Z | Downloaded plotters v0.3.5 |
997 | 2024-01-19T05:42:45.013Z | Downloaded time v0.3.27 |
998 | 2024-01-19T05:42:45.025Z | Downloaded petgraph v0.6.4 |
999 | 2024-01-19T05:42:45.049Z | Downloaded tracing v0.1.37 |
1000 | 2024-01-19T05:42:45.057Z | Downloaded openapiv3 v2.0.0 |
1001 | 2024-01-19T05:42:45.077Z | Downloaded expectorate v1.1.0 |
1002 | 2024-01-19T05:42:45.082Z | Downloaded pest v2.7.2 |
1003 | 2024-01-19T05:42:45.090Z | Downloaded clap v2.34.0 |
1004 | 2024-01-19T05:42:45.102Z | Downloaded regex-syntax v0.6.29 |
1005 | 2024-01-19T05:42:45.119Z | Downloaded rustix v0.38.30 |
1006 | 2024-01-19T05:42:45.182Z | Downloaded regex-syntax v0.8.2 |
1007 | 2024-01-19T05:42:45.623Z | Downloaded futures-util v0.3.30 |
1008 | 2024-01-19T05:42:45.623Z | Downloaded regex-automata v0.3.8 |
1009 | 2024-01-19T05:42:45.623Z | Downloaded regex-automata v0.4.3 |
1010 | 2024-01-19T05:42:45.623Z | Downloaded vcpkg v0.2.15 |
1011 | 2024-01-19T05:42:45.623Z | Downloaded reqwest v0.11.22 |
1012 | 2024-01-19T05:42:45.623Z | Downloaded webpki-roots v0.25.2 |
1013 | 2024-01-19T05:42:45.623Z | Downloaded syn v1.0.109 |
1014 | 2024-01-19T05:42:45.623Z | Downloaded proptest v1.4.0 |
1015 | 2024-01-19T05:42:45.623Z | Downloaded bstr v0.2.17 |
1016 | 2024-01-19T05:42:45.623Z | Downloaded regex v1.10.2 |
1017 | 2024-01-19T05:42:45.623Z | Downloaded regress v0.7.1 |
1018 | 2024-01-19T05:42:45.623Z | Downloaded polar-core v0.27.0 |
1019 | 2024-01-19T05:42:45.624Z | Downloaded trust-dns-proto v0.22.0 |
1020 | 2024-01-19T05:42:45.624Z | Downloaded gimli v0.28.0 |
1021 | 2024-01-19T05:42:45.624Z | Downloaded diesel v2.1.4 |
1022 | 2024-01-19T05:42:45.624Z | Downloaded smoltcp v0.10.0 |
1023 | 2024-01-19T05:42:45.624Z | Downloaded rustls v0.22.2 |
1024 | 2024-01-19T05:42:45.624Z | Downloaded zerocopy-derive v0.7.31 |
1025 | 2024-01-19T05:42:45.624Z | Downloaded bzip2-sys v0.1.11+1.0.8 |
1026 | 2024-01-19T05:42:45.627Z | Downloaded bstr v1.6.0 |
1027 | 2024-01-19T05:42:45.646Z | Downloaded smoltcp v0.9.1 |
1028 | 2024-01-19T05:42:45.670Z | Downloaded radix_trie v0.2.1 |
1029 | 2024-01-19T05:42:45.678Z | Downloaded ratatui v0.23.0 |
1030 | 2024-01-19T05:42:45.700Z | Downloaded tokio v1.35.1 |
1031 | 2024-01-19T05:42:45.775Z | Downloaded sha3 v0.10.8 |
1032 | 2024-01-19T05:42:45.787Z | Downloaded rustls-webpki v0.102.1 |
1033 | 2024-01-19T05:42:45.818Z | Downloaded zerocopy-derive v0.6.4 |
1034 | 2024-01-19T05:42:45.839Z | Downloaded zerocopy-derive v0.2.0 |
1035 | 2024-01-19T05:42:45.858Z | Downloaded sled v0.34.7 |
1036 | 2024-01-19T05:42:45.880Z | Downloaded nix v0.26.4 |
1037 | 2024-01-19T05:42:45.903Z | Downloaded h2 v0.3.21 |
1038 | 2024-01-19T05:42:45.914Z | Downloaded hkdf v0.12.4 |
1039 | 2024-01-19T05:42:45.922Z | Downloaded regex-syntax v0.7.5 |
1040 | 2024-01-19T05:42:45.964Z | Downloaded encoding_rs v0.8.33 |
1041 | 2024-01-19T05:42:45.982Z | Downloaded object v0.30.4 |
1042 | 2024-01-19T05:42:46.001Z | Downloaded bitvec v1.0.1 |
1043 | 2024-01-19T05:42:46.030Z | Downloaded rustls v0.21.9 |
1044 | 2024-01-19T05:42:46.077Z | Downloaded quick-xml v0.23.1 |
1045 | 2024-01-19T05:42:46.086Z | Downloaded bindgen v0.65.1 |
1046 | 2024-01-19T05:42:46.086Z | Downloaded zerocopy v0.7.31 |
1047 | 2024-01-19T05:42:46.119Z | Downloaded curve25519-dalek v4.1.1 |
1048 | 2024-01-19T05:42:46.136Z | Downloaded rustls-webpki v0.101.7 |
1049 | 2024-01-19T05:42:46.165Z | Downloaded sqlparser v0.41.0 |
1050 | 2024-01-19T05:42:46.170Z | Downloaded tabled v0.14.0 |
1051 | 2024-01-19T05:42:46.198Z | Downloaded idna v0.2.3 |
1052 | 2024-01-19T05:42:46.211Z | Downloaded guppy v0.17.4 |
1053 | 2024-01-19T05:42:46.223Z | Downloaded openssl v0.10.60 |
1054 | 2024-01-19T05:42:46.248Z | Downloaded idna v0.5.0 |
1055 | 2024-01-19T05:42:46.258Z | Downloaded unicode-normalization v0.1.22 |
1056 | 2024-01-19T05:42:46.267Z | Downloaded lalrpop v0.19.12 |
1057 | 2024-01-19T05:42:46.286Z | Downloaded rand v0.4.6 |
1058 | 2024-01-19T05:42:46.292Z | Downloaded predicates v3.1.0 |
1059 | 2024-01-19T05:42:46.304Z | Downloaded poly1305 v0.8.0 |
1060 | 2024-01-19T05:42:46.320Z | Downloaded threadpool v1.8.1 |
1061 | 2024-01-19T05:42:46.320Z | Downloaded rstest_macros v0.18.2 |
1062 | 2024-01-19T05:42:46.320Z | Downloaded flume v0.11.0 |
1063 | 2024-01-19T05:42:46.331Z | Downloaded rayon v1.8.0 |
1064 | 2024-01-19T05:42:46.360Z | Downloaded tracing-attributes v0.1.26 |
1065 | 2024-01-19T05:42:46.361Z | Downloaded pin-project v1.1.3 |
1066 | 2024-01-19T05:42:46.427Z | Downloaded half v1.8.2 |
1067 | 2024-01-19T05:42:46.427Z | Downloaded headers v0.3.9 |
1068 | 2024-01-19T05:42:46.427Z | Downloaded salty v0.2.0 |
1069 | 2024-01-19T05:42:46.434Z | Downloaded unicode-segmentation v1.10.1 |
1070 | 2024-01-19T05:42:46.435Z | Downloaded socket2 v0.5.5 |
1071 | 2024-01-19T05:42:46.435Z | Downloaded num-bigint-dig v0.8.4 |
1072 | 2024-01-19T05:42:46.435Z | Downloaded pest_meta v2.7.2 |
1073 | 2024-01-19T05:42:46.435Z | Downloaded ring v0.17.7 |
1074 | 2024-01-19T05:42:46.975Z | Downloaded fatfs v0.3.6 |
1075 | 2024-01-19T05:42:46.983Z | Downloaded defmt v0.3.5 |
1076 | 2024-01-19T05:42:46.983Z | Downloaded zerocopy v0.6.4 |
1077 | 2024-01-19T05:42:46.983Z | Downloaded aho-corasick v1.0.4 |
1078 | 2024-01-19T05:42:46.983Z | Downloaded unicode_categories v0.1.1 |
1079 | 2024-01-19T05:42:46.983Z | Downloaded trust-dns-server v0.22.1 |
1080 | 2024-01-19T05:42:46.983Z | Downloaded serde_with v3.4.0 |
1081 | 2024-01-19T05:42:46.983Z | Downloaded ring v0.16.20 |
1082 | 2024-01-19T05:42:46.983Z | Downloaded object v0.32.1 |
1083 | 2024-01-19T05:42:46.983Z | Downloaded zip v0.6.6 |
1084 | 2024-01-19T05:42:46.983Z | Downloaded snafu v0.7.5 |
1085 | 2024-01-19T05:42:46.984Z | Downloaded xattr v1.0.1 |
1086 | 2024-01-19T05:42:46.984Z | Downloaded schemars v0.8.16 |
1087 | 2024-01-19T05:42:46.984Z | Downloaded either v1.9.0 |
1088 | 2024-01-19T05:42:46.984Z | Downloaded ed25519 v1.5.3 |
1089 | 2024-01-19T05:42:46.984Z | Downloaded yansi v0.5.1 |
1090 | 2024-01-19T05:42:46.984Z | Downloaded pem-rfc7468 v0.7.0 |
1091 | 2024-01-19T05:42:46.984Z | Downloaded phf v0.11.2 |
1092 | 2024-01-19T05:42:46.984Z | Downloaded paste v1.0.14 |
1093 | 2024-01-19T05:42:46.984Z | Downloaded generic-array v0.14.7 |
1094 | 2024-01-19T05:42:46.984Z | Downloaded pem v3.0.2 |
1095 | 2024-01-19T05:42:46.985Z | Downloaded regex-automata v0.1.10 |
1096 | 2024-01-19T05:42:46.985Z | Downloaded reedline v0.28.0 |
1097 | 2024-01-19T05:42:46.985Z | Downloaded relative-path v1.9.0 |
1098 | 2024-01-19T05:42:46.985Z | Downloaded derive_more v0.99.17 |
1099 | 2024-01-19T05:42:46.985Z | Downloaded tokio-macros v2.2.0 |
1100 | 2024-01-19T05:42:46.985Z | Downloaded der v0.7.8 |
1101 | 2024-01-19T05:42:46.985Z | Downloaded http v0.2.11 |
1102 | 2024-01-19T05:42:46.985Z | Downloaded predicates-core v1.0.6 |
1103 | 2024-01-19T05:42:46.985Z | Downloaded defmt-macros v0.3.6 |
1104 | 2024-01-19T05:42:46.985Z | Downloaded tokio-postgres v0.7.10 |
1105 | 2024-01-19T05:42:46.985Z | Downloaded pretty_assertions v1.4.0 |
1106 | 2024-01-19T05:42:46.986Z | Downloaded x509-cert v0.2.4 |
1107 | 2024-01-19T05:42:46.986Z | Downloaded signal-hook v0.3.17 |
1108 | 2024-01-19T05:42:46.986Z | Downloaded target-lexicon v0.12.12 |
1109 | 2024-01-19T05:42:46.986Z | Downloaded pkcs1 v0.7.5 |
1110 | 2024-01-19T05:42:46.986Z | Downloaded pin-project-lite v0.2.13 |
1111 | 2024-01-19T05:42:46.986Z | Downloaded sha1 v0.10.6 |
1112 | 2024-01-19T05:42:46.986Z | Downloaded hash32 v0.2.1 |
1113 | 2024-01-19T05:42:46.986Z | Downloaded httpdate v1.0.3 |
1114 | 2024-01-19T05:42:46.986Z | Downloaded highway v1.1.0 |
1115 | 2024-01-19T05:42:46.986Z | Downloaded textwrap v0.16.0 |
1116 | 2024-01-19T05:42:46.987Z | Downloaded difflib v0.4.0 |
1117 | 2024-01-19T05:42:46.987Z | Downloaded getrandom v0.2.10 |
1118 | 2024-01-19T05:42:46.987Z | Downloaded tokio-native-tls v0.3.1 |
1119 | 2024-01-19T05:42:46.987Z | Downloaded ucd-trie v0.1.6 |
1120 | 2024-01-19T05:42:46.987Z | Downloaded trybuild v1.0.89 |
1121 | 2024-01-19T05:42:46.987Z | Downloaded tracing-core v0.1.31 |
1122 | 2024-01-19T05:42:46.987Z | Downloaded pretty-hex v0.4.1 |
1123 | 2024-01-19T05:42:46.987Z | Downloaded thiserror-impl-no-std v2.0.2 |
1124 | 2024-01-19T05:42:46.987Z | Downloaded rustyline v12.0.0 |
1125 | 2024-01-19T05:42:46.995Z | Downloaded toml v0.5.11 |
1126 | 2024-01-19T05:42:46.995Z | Downloaded ron v0.8.1 |
1127 | 2024-01-19T05:42:47.001Z | Downloaded pest_derive v2.7.2 |
1128 | 2024-01-19T05:42:47.001Z | Downloaded subprocess v0.2.9 |
1129 | 2024-01-19T05:42:47.018Z | Downloaded sec1 v0.7.3 |
1130 | 2024-01-19T05:42:47.018Z | Downloaded rustls-pki-types v1.1.0 |
1131 | 2024-01-19T05:42:47.024Z | Downloaded nom v7.1.3 |
1132 | 2024-01-19T05:42:47.024Z | Downloaded deranged v0.3.8 |
1133 | 2024-01-19T05:42:47.024Z | Downloaded zeroize v1.7.0 |
1134 | 2024-01-19T05:42:47.024Z | Downloaded pin-utils v0.1.0 |
1135 | 2024-01-19T05:42:47.037Z | Downloaded usdt-macro v0.3.5 |
1136 | 2024-01-19T05:42:47.037Z | Downloaded papergrid v0.10.0 |
1137 | 2024-01-19T05:42:47.055Z | Downloaded unicode-bidi v0.3.13 |
1138 | 2024-01-19T05:42:47.055Z | Downloaded chacha20poly1305 v0.10.1 |
1139 | 2024-01-19T05:42:47.055Z | Downloaded toml_edit v0.19.15 |
1140 | 2024-01-19T05:42:47.070Z | Downloaded try-lock v0.2.4 |
1141 | 2024-01-19T05:42:47.079Z | Downloaded rustc-hash v1.1.0 |
1142 | 2024-01-19T05:42:47.079Z | Downloaded pkcs8 v0.10.2 |
1143 | 2024-01-19T05:42:47.080Z | Downloaded tabled_derive v0.6.0 |
1144 | 2024-01-19T05:42:47.090Z | Downloaded mio v0.8.9 |
1145 | 2024-01-19T05:42:47.099Z | Downloaded group v0.13.0 |
1146 | 2024-01-19T05:42:47.100Z | Downloaded getopts v0.2.21 |
1147 | 2024-01-19T05:42:47.100Z | Downloaded futures-sink v0.3.30 |
1148 | 2024-01-19T05:42:47.100Z | Downloaded secrecy v0.8.0 |
1149 | 2024-01-19T05:42:47.100Z | Downloaded termios v0.3.3 |
1150 | 2024-01-19T05:42:47.100Z | Downloaded futures-timer v3.0.2 |
1151 | 2024-01-19T05:42:47.116Z | Downloaded der_derive v0.7.2 |
1152 | 2024-01-19T05:42:47.117Z | Downloaded rust-argon2 v1.0.1 |
1153 | 2024-01-19T05:42:47.117Z | Downloaded crossterm v0.27.0 |
1154 | 2024-01-19T05:42:47.134Z | Downloaded criterion v0.5.1 |
1155 | 2024-01-19T05:42:47.143Z | Downloaded libxml v0.3.3 |
1156 | 2024-01-19T05:42:47.560Z | Downloaded float-cmp v0.9.0 |
1157 | 2024-01-19T05:42:47.560Z | Downloaded parse-display-derive v0.8.2 |
1158 | 2024-01-19T05:42:47.561Z | Downloaded parking_lot_core v0.9.8 |
1159 | 2024-01-19T05:42:47.561Z | Downloaded sqlformat v0.2.3 |
1160 | 2024-01-19T05:42:47.561Z | Downloaded fastrand v2.0.0 |
1161 | 2024-01-19T05:42:48.011Z | Downloaded toml v0.7.8 |
1162 | 2024-01-19T05:42:48.012Z | Downloaded term v0.7.0 |
1163 | 2024-01-19T05:42:48.012Z | Downloaded spin v0.9.8 |
1164 | 2024-01-19T05:42:48.012Z | Downloaded uuid v1.6.1 |
1165 | 2024-01-19T05:42:48.012Z | Downloaded foreign-types v0.5.0 |
1166 | 2024-01-19T05:42:48.012Z | Downloaded rand_xorshift v0.3.0 |
1167 | 2024-01-19T05:42:48.012Z | Downloaded futures-task v0.3.30 |
1168 | 2024-01-19T05:42:48.012Z | Downloaded unicode-linebreak v0.1.5 |
1169 | 2024-01-19T05:42:48.012Z | Downloaded postcard v1.0.8 |
1170 | 2024-01-19T05:42:48.012Z | Downloaded vte v0.11.1 |
1171 | 2024-01-19T05:42:48.012Z | Downloaded hmac v0.12.1 |
1172 | 2024-01-19T05:42:48.012Z | Downloaded topological-sort v0.2.2 |
1173 | 2024-01-19T05:42:48.012Z | Downloaded ff v0.13.0 |
1174 | 2024-01-19T05:42:48.012Z | Downloaded percent-encoding v2.3.1 |
1175 | 2024-01-19T05:42:48.012Z | Downloaded strum_macros v0.24.3 |
1176 | 2024-01-19T05:42:48.012Z | Downloaded structopt-derive v0.4.18 |
1177 | 2024-01-19T05:42:48.012Z | Downloaded dof v0.1.5 |
1178 | 2024-01-19T05:42:48.012Z | Downloaded dirs-sys-next v0.1.2 |
1179 | 2024-01-19T05:42:48.012Z | Downloaded phf_shared v0.11.2 |
1180 | 2024-01-19T05:42:48.012Z | Downloaded tokio-tungstenite v0.20.1 |
1181 | 2024-01-19T05:42:48.012Z | Downloaded tokio-rustls v0.25.0 |
1182 | 2024-01-19T05:42:48.012Z | Downloaded tokio-rustls v0.24.1 |
1183 | 2024-01-19T05:42:48.012Z | Downloaded futures-io v0.3.30 |
1184 | 2024-01-19T05:42:48.012Z | Downloaded fallible-iterator v0.2.0 |
1185 | 2024-01-19T05:42:48.013Z | Downloaded rustc-demangle v0.1.23 |
1186 | 2024-01-19T05:42:48.013Z | Downloaded tui-tree-widget v0.13.0 |
1187 | 2024-01-19T05:42:48.013Z | Downloaded scheduled-thread-pool v0.2.7 |
1188 | 2024-01-19T05:42:48.013Z | Downloaded parse-display v0.8.2 |
1189 | 2024-01-19T05:42:48.013Z | Downloaded plotters-svg v0.3.5 |
1190 | 2024-01-19T05:42:48.013Z | Downloaded hex v0.4.3 |
1191 | 2024-01-19T05:42:48.013Z | Downloaded time-macros v0.2.13 |
1192 | 2024-01-19T05:42:48.013Z | Downloaded structmeta-derive v0.2.0 |
1193 | 2024-01-19T05:42:48.013Z | Downloaded structmeta v0.2.0 |
1194 | 2024-01-19T05:42:48.013Z | Downloaded spin v0.5.2 |
1195 | 2024-01-19T05:42:48.013Z | Downloaded smf v0.2.2 |
1196 | 2024-01-19T05:42:48.013Z | Downloaded rstest v0.18.2 |
1197 | 2024-01-19T05:42:48.013Z | Downloaded rand_chacha v0.3.1 |
1198 | 2024-01-19T05:42:48.013Z | Downloaded utf-8 v0.7.6 |
1199 | 2024-01-19T05:42:48.013Z | Downloaded rayon-core v1.12.0 |
1200 | 2024-01-19T05:42:48.013Z | Downloaded num-bigint v0.4.4 |
1201 | 2024-01-19T05:42:48.013Z | Downloaded sha2 v0.10.8 |
1202 | 2024-01-19T05:42:48.013Z | Downloaded sct v0.7.0 |
1203 | 2024-01-19T05:42:48.013Z | Downloaded postgres-types v0.2.6 |
1204 | 2024-01-19T05:42:48.013Z | Downloaded postgres-protocol v0.6.6 |
1205 | 2024-01-19T05:42:48.013Z | Downloaded vsss-rs v3.3.4 |
1206 | 2024-01-19T05:42:48.013Z | Downloaded futures v0.3.30 |
1207 | 2024-01-19T05:42:48.013Z | Downloaded derive-where v1.2.7 |
1208 | 2024-01-19T05:42:48.014Z | Downloaded sqlparser_derive v0.2.2 |
1209 | 2024-01-19T05:42:48.014Z | Downloaded tinyvec_macros v0.1.1 |
1210 | 2024-01-19T05:42:48.014Z | Downloaded termcolor v1.2.0 |
1211 | 2024-01-19T05:42:48.014Z | Downloaded tempdir v0.3.7 |
1212 | 2024-01-19T05:42:48.014Z | Downloaded target-spec v3.0.1 |
1213 | 2024-01-19T05:42:48.014Z | Downloaded rustc_version v0.1.7 |
1214 | 2024-01-19T05:42:48.014Z | Downloaded smawk v0.3.1 |
1215 | 2024-01-19T05:42:48.014Z | Downloaded serde_tokenstream v0.2.0 |
1216 | 2024-01-19T05:42:48.014Z | Downloaded serde_tokenstream v0.1.7 |
1217 | 2024-01-19T05:42:48.014Z | Downloaded same-file v1.0.6 |
1218 | 2024-01-19T05:42:48.014Z | Downloaded rustversion v1.0.14 |
1219 | 2024-01-19T05:42:48.014Z | Downloaded console v0.15.8 |
1220 | 2024-01-19T05:42:48.014Z | Downloaded rustls-native-certs v0.7.0 |
1221 | 2024-01-19T05:42:48.014Z | Downloaded proc-macro-error v1.0.4 |
1222 | 2024-01-19T05:42:48.014Z | Downloaded elliptic-curve v0.13.8 |
1223 | 2024-01-19T05:42:48.014Z | Downloaded minimal-lexical v0.2.1 |
1224 | 2024-01-19T05:42:48.014Z | Downloaded walkdir v2.4.0 |
1225 | 2024-01-19T05:42:48.014Z | Downloaded packed_struct_codegen v0.10.1 |
1226 | 2024-01-19T05:42:48.014Z | Downloaded serde_derive_internals v0.26.0 |
1227 | 2024-01-19T05:42:48.014Z | Downloaded futures-channel v0.3.30 |
1228 | 2024-01-19T05:42:48.014Z | Downloaded fs-err v2.11.0 |
1229 | 2024-01-19T05:42:48.014Z | Downloaded similar v2.3.0 |
1230 | 2024-01-19T05:42:48.014Z | Downloaded serde_yaml v0.9.25 |
1231 | 2024-01-19T05:42:48.015Z | Downloaded ppv-lite86 v0.2.17 |
1232 | 2024-01-19T05:42:48.015Z | Downloaded zerocopy v0.3.0 |
1233 | 2024-01-19T05:42:48.015Z | Downloaded cc v1.0.83 |
1234 | 2024-01-19T05:42:48.015Z | Downloaded pretty-hex v0.2.1 |
1235 | 2024-01-19T05:42:48.015Z | Downloaded dyn-clone v1.0.13 |
1236 | 2024-01-19T05:42:48.015Z | Downloaded base64 v0.21.7 |
1237 | 2024-01-19T05:42:48.015Z | Downloaded itertools v0.11.0 |
1238 | 2024-01-19T05:42:48.015Z | Downloaded const-oid v0.9.5 |
1239 | 2024-01-19T05:42:48.015Z | Downloaded wyz v0.5.1 |
1240 | 2024-01-19T05:42:48.015Z | Downloaded backtrace v0.3.69 |
1241 | 2024-01-19T05:42:48.015Z | Downloaded packed_struct v0.10.1 |
1242 | 2024-01-19T05:42:48.015Z | Downloaded home v0.5.5 |
1243 | 2024-01-19T05:42:48.015Z | Downloaded blake2 v0.10.6 |
1244 | 2024-01-19T05:42:48.015Z | Downloaded string_cache v0.8.7 |
1245 | 2024-01-19T05:42:48.015Z | Downloaded hostname v0.3.1 |
1246 | 2024-01-19T05:42:48.015Z | Downloaded ahash v0.8.6 |
1247 | 2024-01-19T05:42:48.015Z | Downloaded addr2line v0.21.0 |
1248 | 2024-01-19T05:42:48.015Z | Downloaded openssl-sys v0.9.96 |
1249 | 2024-01-19T05:42:48.015Z | Downloaded darling_core v0.20.3 |
1250 | 2024-01-19T05:42:48.015Z | Downloaded proc-macro-error-attr v1.0.4 |
1251 | 2024-01-19T05:42:48.015Z | Downloaded proc-macro-crate v1.3.1 |
1252 | 2024-01-19T05:42:48.015Z | Downloaded plotters-backend v0.3.5 |
1253 | 2024-01-19T05:42:48.015Z | Downloaded env_logger v0.10.0 |
1254 | 2024-01-19T05:42:48.015Z | Downloaded slog v2.7.0 |
1255 | 2024-01-19T05:42:48.016Z | Downloaded itertools v0.10.5 |
1256 | 2024-01-19T05:42:48.016Z | Downloaded funty v2.0.0 |
1257 | 2024-01-19T05:42:48.016Z | Downloaded rpassword v7.3.1 |
1258 | 2024-01-19T05:42:48.016Z | Downloaded shell-words v1.1.0 |
1259 | 2024-01-19T05:42:48.016Z | Downloaded zone_cfg_derive v0.3.0 |
1260 | 2024-01-19T05:42:48.016Z | Downloaded zone v0.3.0 |
1261 | 2024-01-19T05:42:48.481Z | Downloaded zeroize_derive v1.4.2 |
1262 | 2024-01-19T05:42:48.481Z | Downloaded trust-dns-resolver v0.22.0 |
1263 | 2024-01-19T05:42:48.481Z | Downloaded httparse v1.8.0 |
1264 | 2024-01-19T05:42:48.482Z | Downloaded tungstenite v0.20.1 |
1265 | 2024-01-19T05:42:48.482Z | Downloaded serde_repr v0.1.16 |
1266 | 2024-01-19T05:42:48.482Z | Downloaded serde-hex v0.1.0 |
1267 | 2024-01-19T05:42:48.482Z | Downloaded fnv v1.0.7 |
1268 | 2024-01-19T05:42:48.482Z | Downloaded fixedbitset v0.4.2 |
1269 | 2024-01-19T05:42:48.482Z | Downloaded r2d2 v0.8.10 |
1270 | 2024-01-19T05:42:48.482Z | Downloaded darling_core v0.14.4 |
1271 | 2024-01-19T05:42:48.482Z | Downloaded flagset v0.4.3 |
1272 | 2024-01-19T05:42:48.483Z | Downloaded slog-term v2.9.0 |
1273 | 2024-01-19T05:42:48.483Z | Downloaded waitgroup v0.1.2 |
1274 | 2024-01-19T05:42:48.483Z | Downloaded vte_generate_state_changes v0.1.1 |
1275 | 2024-01-19T05:42:48.483Z | Downloaded backoff v0.4.0 |
1276 | 2024-01-19T05:42:48.483Z | Downloaded darling_macro v0.14.4 |
1277 | 2024-01-19T05:42:48.483Z | Downloaded cookie v0.18.0 |
1278 | 2024-01-19T05:42:48.483Z | Downloaded cfg-expr v0.15.5 |
1279 | 2024-01-19T05:42:48.483Z | Downloaded cancel-safe-futures v0.1.5 |
1280 | 2024-01-19T05:42:48.483Z | Downloaded bzip2 v0.4.4 |
1281 | 2024-01-19T05:42:48.483Z | Downloaded bitflags v2.4.0 |
1282 | 2024-01-19T05:42:48.483Z | Downloaded digest v0.10.7 |
1283 | 2024-01-19T05:42:48.483Z | Downloaded libm v0.2.7 |
1284 | 2024-01-19T05:42:48.484Z | Downloaded pathdiff v0.2.1 |
1285 | 2024-01-19T05:42:48.484Z | Downloaded path-slash v0.1.5 |
1286 | 2024-01-19T05:42:48.484Z | Downloaded arrayvec v0.7.4 |
1287 | 2024-01-19T05:42:48.484Z | Downloaded futures-macro v0.3.30 |
1288 | 2024-01-19T05:42:48.484Z | Downloaded futures-executor v0.3.30 |
1289 | 2024-01-19T05:42:48.484Z | Downloaded futures-core v0.3.30 |
1290 | 2024-01-19T05:42:48.488Z | Downloaded arc-swap v1.6.0 |
1291 | 2024-01-19T05:42:48.489Z | Downloaded ena v0.14.2 |
1292 | 2024-01-19T05:42:48.489Z | Downloaded debug-ignore v1.0.5 |
1293 | 2024-01-19T05:42:48.489Z | Downloaded subtle v2.5.0 |
1294 | 2024-01-19T05:42:48.489Z | Downloaded strum_macros v0.25.2 |
1295 | 2024-01-19T05:42:48.489Z | Downloaded strum v0.25.0 |
1296 | 2024-01-19T05:42:48.489Z | Downloaded serde-big-array v0.5.1 |
1297 | 2024-01-19T05:42:48.489Z | Downloaded bytes v1.5.0 |
1298 | 2024-01-19T05:42:48.489Z | Downloaded tempfile v3.9.0 |
1299 | 2024-01-19T05:42:48.489Z | Downloaded siphasher v0.3.11 |
1300 | 2024-01-19T05:42:48.489Z | Downloaded num-traits v0.2.16 |
1301 | 2024-01-19T05:42:48.490Z | Downloaded mockall_derive v0.12.0 |
1302 | 2024-01-19T05:42:48.490Z | Downloaded crypto-bigint v0.5.2 |
1303 | 2024-01-19T05:42:48.490Z | Downloaded tokio-stream v0.1.14 |
1304 | 2024-01-19T05:42:48.490Z | Downloaded smallvec v0.6.14 |
1305 | 2024-01-19T05:42:48.490Z | Downloaded serde_with_macros v3.4.0 |
1306 | 2024-01-19T05:42:48.490Z | Downloaded ref-cast v1.0.20 |
1307 | 2024-01-19T05:42:48.490Z | Downloaded colored v2.0.4 |
1308 | 2024-01-19T05:42:48.490Z | Downloaded cobs v0.2.3 |
1309 | 2024-01-19T05:42:48.490Z | Downloaded cipher v0.4.4 |
1310 | 2024-01-19T05:42:48.490Z | Downloaded constant_time_eq v0.2.6 |
1311 | 2024-01-19T05:42:48.491Z | Downloaded chacha20 v0.9.1 |
1312 | 2024-01-19T05:42:48.491Z | Downloaded foreign-types-macros v0.2.3 |
1313 | 2024-01-19T05:42:48.491Z | Downloaded diesel_table_macro_syntax v0.1.0 |
1314 | 2024-01-19T05:42:48.491Z | Downloaded cfg-if v1.0.0 |
1315 | 2024-01-19T05:42:48.491Z | Downloaded cast v0.3.0 |
1316 | 2024-01-19T05:42:48.491Z | Downloaded cassowary v0.3.0 |
1317 | 2024-01-19T05:42:48.491Z | Downloaded foreign-types v0.3.2 |
1318 | 2024-01-19T05:42:48.491Z | Downloaded endian-type v0.1.2 |
1319 | 2024-01-19T05:42:48.491Z | Downloaded once_cell v1.19.0 |
1320 | 2024-01-19T05:42:48.491Z | Downloaded omicron-zone-package v0.10.1 |
1321 | 2024-01-19T05:42:48.491Z | Downloaded bcs v0.1.6 |
1322 | 2024-01-19T05:42:48.492Z | Downloaded signature v1.6.4 |
1323 | 2024-01-19T05:42:48.492Z | Downloaded serde_plain v1.0.2 |
1324 | 2024-01-19T05:42:48.492Z | Downloaded schemars_derive v0.8.16 |
1325 | 2024-01-19T05:42:48.492Z | Downloaded array-init v0.0.4 |
1326 | 2024-01-19T05:42:48.492Z | Downloaded dtrace-parser v0.1.14 |
1327 | 2024-01-19T05:42:48.492Z | Downloaded basic-toml v0.1.8 |
1328 | 2024-01-19T05:42:48.492Z | Downloaded globset v0.4.13 |
1329 | 2024-01-19T05:42:48.492Z | Downloaded aead v0.5.2 |
1330 | 2024-01-19T05:42:48.492Z | Downloaded form_urlencoded v1.2.1 |
1331 | 2024-01-19T05:42:48.492Z | Downloaded typenum v1.16.0 |
1332 | 2024-01-19T05:42:48.492Z | Downloaded data-encoding v2.4.0 |
1333 | 2024-01-19T05:42:48.493Z | Downloaded usdt-impl v0.3.5 |
1334 | 2024-01-19T05:42:48.493Z | Downloaded slog-stdlog v4.1.1 |
1335 | 2024-01-19T05:42:48.493Z | Downloaded slog-scope v4.4.0 |
1336 | 2024-01-19T05:42:48.493Z | Downloaded slog-json v2.6.1 |
1337 | 2024-01-19T05:42:48.493Z | Downloaded rusty-fork v0.3.0 |
1338 | 2024-01-19T05:42:48.493Z | Downloaded lru-cache v0.1.2 |
1339 | 2024-01-19T05:42:48.493Z | Downloaded swrite v0.1.0 |
1340 | 2024-01-19T05:42:48.493Z | Downloaded textwrap v0.11.0 |
1341 | 2024-01-19T05:42:48.493Z | Downloaded slog-envlogger v2.2.0 |
1342 | 2024-01-19T05:42:48.493Z | Downloaded slog-dtrace v0.2.3 |
1343 | 2024-01-19T05:42:48.493Z | Downloaded slog-bunyan v2.5.0 |
1344 | 2024-01-19T05:42:48.493Z | Downloaded slog-async v2.8.0 |
1345 | 2024-01-19T05:42:48.493Z | Downloaded slab v0.4.9 |
1346 | 2024-01-19T05:42:48.494Z | Downloaded native-tls v0.2.11 |
1347 | 2024-01-19T05:42:48.494Z | Downloaded multer v3.0.0 |
1348 | 2024-01-19T05:42:48.494Z | Downloaded thread_local v1.1.7 |
1349 | 2024-01-19T05:42:48.494Z | Downloaded similar-asserts v1.5.0 |
1350 | 2024-01-19T05:42:48.494Z | Downloaded signature v2.1.0 |
1351 | 2024-01-19T05:42:48.494Z | Downloaded signal-hook-registry v1.4.1 |
1352 | 2024-01-19T05:42:48.494Z | Downloaded olpc-cjson v0.1.3 |
1353 | 2024-01-19T05:42:48.494Z | Downloaded num-rational v0.4.1 |
1354 | 2024-01-19T05:42:48.494Z | Downloaded num-complex v0.4.4 |
1355 | 2024-01-19T05:42:48.494Z | Downloaded signal-hook-tokio v0.3.1 |
1356 | 2024-01-19T05:42:48.494Z | Downloaded signal-hook-mio v0.2.3 |
1357 | 2024-01-19T05:42:48.494Z | Downloaded serde_path_to_error v0.1.15 |
1358 | 2024-01-19T05:42:48.494Z | Downloaded semver-parser v0.10.2 |
1359 | 2024-01-19T05:42:48.495Z | Downloaded semver v0.11.0 |
1360 | 2024-01-19T05:42:48.495Z | Downloaded scopeguard v1.2.0 |
1361 | 2024-01-19T05:42:48.634Z | Downloaded cexpr v0.6.0 |
1362 | 2024-01-19T05:42:48.634Z | Downloaded nu-ansi-term v0.49.0 |
1363 | 2024-01-19T05:42:48.634Z | Downloaded blake2b_simd v1.0.1 |
1364 | 2024-01-19T05:42:48.634Z | Downloaded foreign-types-shared v0.3.1 |
1365 | 2024-01-19T05:42:48.634Z | Downloaded miniz_oxide v0.7.1 |
1366 | 2024-01-19T05:42:48.635Z | Downloaded crossbeam-utils v0.8.16 |
1367 | 2024-01-19T05:42:48.635Z | Downloaded crossbeam-epoch v0.9.15 |
1368 | 2024-01-19T05:42:48.635Z | Downloaded crc-any v2.4.3 |
1369 | 2024-01-19T05:42:48.635Z | Downloaded camino-tempfile v1.1.1 |
1370 | 2024-01-19T05:42:48.635Z | Downloaded argon2 v0.5.2 |
1371 | 2024-01-19T05:42:48.636Z | Downloaded embedded-io v0.4.0 |
1372 | 2024-01-19T05:42:48.636Z | Downloaded datatest-stable v0.2.3 |
1373 | 2024-01-19T05:42:48.636Z | Downloaded toolchain_find v0.2.0 |
1374 | 2024-01-19T05:42:48.636Z | Downloaded tinytemplate v1.2.1 |
1375 | 2024-01-19T05:42:48.636Z | Downloaded num_enum_derive v0.5.11 |
1376 | 2024-01-19T05:42:48.636Z | Downloaded mime_guess v2.0.4 |
1377 | 2024-01-19T05:42:48.636Z | Downloaded log v0.4.20 |
1378 | 2024-01-19T05:42:48.636Z | Downloaded darling v0.14.4 |
1379 | 2024-01-19T05:42:48.636Z | Downloaded crc-catalog v2.2.0 |
1380 | 2024-01-19T05:42:48.637Z | Downloaded buf-list v1.0.3 |
1381 | 2024-01-19T05:42:48.638Z | Downloaded block-padding v0.3.3 |
1382 | 2024-01-19T05:42:48.638Z | Downloaded bitfield v0.14.0 |
1383 | 2024-01-19T05:42:48.638Z | Downloaded base64ct v1.6.0 |
1384 | 2024-01-19T05:42:48.638Z | Downloaded ansi_term v0.12.1 |
1385 | 2024-01-19T05:42:48.639Z | Downloaded arrayref v0.3.7 |
1386 | 2024-01-19T05:42:48.639Z | Downloaded whoami v1.4.1 |
1387 | 2024-01-19T05:42:48.639Z | Downloaded version_check v0.9.4 |
1388 | 2024-01-19T05:42:48.639Z | Downloaded vec_map v0.8.2 |
1389 | 2024-01-19T05:42:48.639Z | Downloaded num_cpus v1.16.0 |
1390 | 2024-01-19T05:42:48.639Z | Downloaded num-iter v0.1.43 |
1391 | 2024-01-19T05:42:48.639Z | Downloaded num-derive v0.4.0 |
1392 | 2024-01-19T05:42:48.639Z | Downloaded mime v0.3.17 |
1393 | 2024-01-19T05:42:48.639Z | Downloaded managed v0.8.0 |
1394 | 2024-01-19T05:42:48.639Z | Downloaded assert_matches v1.5.0 |
1395 | 2024-01-19T05:42:48.639Z | Downloaded untrusted v0.7.1 |
1396 | 2024-01-19T05:42:48.639Z | Downloaded tiny-keccak v2.0.2 |
1397 | 2024-01-19T05:42:48.640Z | Downloaded num_enum v0.5.11 |
1398 | 2024-01-19T05:42:48.640Z | Downloaded num-integer v0.1.45 |
1399 | 2024-01-19T05:42:48.640Z | Downloaded maybe-uninit v2.0.0 |
1400 | 2024-01-19T05:42:48.640Z | Downloaded lock_api v0.4.10 |
1401 | 2024-01-19T05:42:48.640Z | Downloaded libloading v0.7.4 |
1402 | 2024-01-19T05:42:48.640Z | Downloaded crossbeam-queue v0.3.8 |
1403 | 2024-01-19T05:42:48.640Z | Downloaded crossbeam v0.8.2 |
1404 | 2024-01-19T05:42:48.640Z | Downloaded bit-vec v0.6.3 |
1405 | 2024-01-19T05:42:48.640Z | Downloaded bit-set v0.5.3 |
1406 | 2024-01-19T05:42:48.640Z | Downloaded autocfg v1.1.0 |
1407 | 2024-01-19T05:42:48.640Z | Downloaded approx v0.5.1 |
1408 | 2024-01-19T05:42:48.641Z | Downloaded nibble_vec v0.1.0 |
1409 | 2024-01-19T05:42:48.641Z | Downloaded newtype_derive v0.1.6 |
1410 | 2024-01-19T05:42:48.641Z | Downloaded indicatif v0.17.7 |
1411 | 2024-01-19T05:42:48.641Z | Downloaded number_prefix v0.4.0 |
1412 | 2024-01-19T05:42:48.641Z | Downloaded nanorand v0.7.0 |
1413 | 2024-01-19T05:42:48.641Z | Downloaded libsw v3.3.1 |
1414 | 2024-01-19T05:42:48.641Z | Downloaded lalrpop-util v0.19.12 |
1415 | 2024-01-19T05:42:48.641Z | Downloaded num_threads v0.1.6 |
1416 | 2024-01-19T05:42:48.641Z | Downloaded crunchy v0.2.2 |
1417 | 2024-01-19T05:42:48.641Z | Downloaded crossbeam-deque v0.8.3 |
1418 | 2024-01-19T05:42:48.641Z | Downloaded criterion-plot v0.5.0 |
1419 | 2024-01-19T05:42:48.642Z | Downloaded crc v3.0.1 |
1420 | 2024-01-19T05:42:48.642Z | Downloaded cpufeatures v0.2.9 |
1421 | 2024-01-19T05:42:48.642Z | Downloaded corncobs v0.1.3 |
1422 | 2024-01-19T05:42:48.642Z | Downloaded block-buffer v0.10.4 |
1423 | 2024-01-19T05:42:48.642Z | Downloaded bb8 v0.8.1 |
1424 | 2024-01-19T05:42:48.642Z | Downloaded atomic-waker v1.1.1 |
1425 | 2024-01-19T05:42:48.642Z | Downloaded async-stream v0.3.5 |
1426 | 2024-01-19T05:42:48.642Z | Downloaded anes v0.1.6 |
1427 | 2024-01-19T05:42:48.642Z | Downloaded async-recursion v1.0.5 |
1428 | 2024-01-19T05:42:48.642Z | Downloaded assert_cmd v2.0.13 |
1429 | 2024-01-19T05:42:48.642Z | Downloaded mockall v0.12.0 |
1430 | 2024-01-19T05:42:48.642Z | Downloaded memoffset v0.9.0 |
1431 | 2024-01-19T05:42:48.642Z | Downloaded memoffset v0.7.1 |
1432 | 2024-01-19T05:42:48.643Z | Downloaded match_cfg v0.1.0 |
1433 | 2024-01-19T05:42:48.643Z | Downloaded linear-map v1.2.0 |
1434 | 2024-01-19T05:42:48.643Z | Downloaded nested v0.1.1 |
1435 | 2024-01-19T05:42:48.643Z | Downloaded curve25519-dalek-derive v0.1.0 |
1436 | 2024-01-19T05:42:48.643Z | Downloaded cstr-argument v0.1.2 |
1437 | 2024-01-19T05:42:48.643Z | Downloaded crucible-workspace-hack v0.1.0 |
1438 | 2024-01-19T05:42:48.643Z | Downloaded async-stream-impl v0.3.5 |
1439 | 2024-01-19T05:42:48.643Z | Downloaded base16ct v0.2.0 |
1440 | 2024-01-19T05:42:48.643Z | Downloaded new_debug_unreachable v1.0.4 |
1441 | 2024-01-19T05:42:48.643Z | Downloaded macaddr v1.0.1 |
1442 | 2024-01-19T05:42:48.643Z | Downloaded libefi-sys v0.1.0 |
1443 | 2024-01-19T05:42:48.643Z | Downloaded kstat-rs v0.2.3 |
1444 | 2024-01-19T05:42:48.644Z | Downloaded keccak v0.1.4 |
1445 | 2024-01-19T05:42:48.644Z | Downloaded is-terminal v0.4.9 |
1446 | 2024-01-19T05:42:48.644Z | Downloaded ipnetwork v0.20.0 |
1447 | 2024-01-19T05:42:48.644Z | Downloaded ipnet v2.9.0 |
1448 | 2024-01-19T05:42:48.644Z | Downloaded indexmap v1.9.3 |
1449 | 2024-01-19T05:42:48.644Z | Downloaded impl-trait-for-tuples v0.2.2 |
1450 | 2024-01-19T05:42:48.644Z | Downloaded hyper-tls v0.5.0 |
1451 | 2024-01-19T05:42:48.644Z | Downloaded hyper-rustls v0.25.0 |
1452 | 2024-01-19T05:42:48.644Z | Downloaded bytecount v0.6.3 |
1453 | 2024-01-19T05:42:48.644Z | Downloaded indoc v1.0.9 |
1454 | 2024-01-19T05:42:48.644Z | Downloaded ident_case v1.0.1 |
1455 | 2024-01-19T05:42:48.644Z | Downloaded iana-time-zone v0.1.57 |
1456 | 2024-01-19T05:42:48.645Z | Downloaded hyper-staticfile v0.9.5 |
1457 | 2024-01-19T05:42:48.645Z | Downloaded hyper-rustls v0.24.2 |
1458 | 2024-01-19T05:42:48.645Z | Downloaded hyper v0.14.27 |
1459 | 2024-01-19T05:42:48.645Z | Downloaded humantime v2.1.0 |
1460 | 2024-01-19T05:42:48.645Z | Downloaded hubpack v0.1.2 |
1461 | 2024-01-19T05:42:48.730Z | Compiling serde v1.0.195 |
1462 | 2024-01-19T05:42:48.730Z | Compiling autocfg v1.1.0 |
1463 | 2024-01-19T05:42:48.733Z | Checking cfg-if v1.0.0 |
1464 | 2024-01-19T05:42:48.733Z | Compiling version_check v0.9.4 |
1465 | 2024-01-19T05:42:48.733Z | Compiling syn v1.0.109 |
1466 | 2024-01-19T05:42:48.789Z | Checking libc v0.2.152 |
1467 | 2024-01-19T05:42:48.813Z | Compiling syn v2.0.46 |
1468 | 2024-01-19T05:42:48.855Z | Compiling parking_lot_core v0.9.8 |
1469 | 2024-01-19T05:42:48.873Z | Compiling cc v1.0.83 |
1470 | 2024-01-19T05:42:49.538Z | Compiling libm v0.2.7 |
1471 | 2024-01-19T05:42:49.622Z | Compiling once_cell v1.19.0 |
1472 | 2024-01-19T05:42:50.092Z | Compiling serde_json v1.0.111 |
1473 | 2024-01-19T05:42:50.204Z | Compiling memchr v2.6.3 |
1474 | 2024-01-19T05:42:50.353Z | Compiling lock_api v0.4.10 |
1475 | 2024-01-19T05:42:50.383Z | Compiling num-traits v0.2.16 |
1476 | 2024-01-19T05:42:50.673Z | Compiling typenum v1.16.0 |
1477 | 2024-01-19T05:42:50.836Z | Checking getrandom v0.2.10 |
1478 | 2024-01-19T05:42:51.020Z | Checking scopeguard v1.2.0 |
1479 | 2024-01-19T05:42:51.199Z | Compiling slab v0.4.9 |
1480 | 2024-01-19T05:42:51.223Z | Compiling generic-array v0.14.7 |
1481 | 2024-01-19T05:42:52.415Z | Checking log v0.4.20 |
1482 | 2024-01-19T05:42:52.765Z | Compiling pkg-config v0.3.27 |
1483 | 2024-01-19T05:42:53.053Z | Checking smallvec v1.11.2 |
1484 | 2024-01-19T05:42:53.244Z | Checking itoa v1.0.9 |
1485 | 2024-01-19T05:42:53.262Z | Compiling byteorder v1.5.0 |
1486 | 2024-01-19T05:42:53.548Z | Compiling rustix v0.38.30 |
1487 | 2024-01-19T05:42:53.602Z | Compiling indexmap v1.9.3 |
1488 | 2024-01-19T05:42:53.968Z | Compiling schemars v0.8.16 |
1489 | 2024-01-19T05:42:54.022Z | Compiling fnv v1.0.7 |
1490 | 2024-01-19T05:42:54.142Z | Compiling ring v0.17.7 |
1491 | 2024-01-19T05:42:54.177Z | Compiling httparse v1.8.0 |
1492 | 2024-01-19T05:42:54.209Z | Compiling vcpkg v0.2.15 |
1493 | 2024-01-19T05:42:54.782Z | Checking rand_core v0.6.4 |
1494 | 2024-01-19T05:42:55.642Z | Checking parking_lot v0.12.1 |
1495 | 2024-01-19T05:42:56.151Z | Compiling aho-corasick v1.0.4 |
1496 | 2024-01-19T05:42:57.092Z | Compiling regex-syntax v0.8.2 |
1497 | 2024-01-19T05:42:57.767Z | Compiling openssl-sys v0.9.96 |
1498 | 2024-01-19T05:42:58.761Z | Checking pin-project-lite v0.2.13 |
1499 | 2024-01-19T05:42:59.295Z | Compiling ahash v0.8.6 |
1500 | 2024-01-19T05:42:59.761Z | Compiling ring v0.16.20 |
1501 | 2024-01-19T05:42:59.908Z | Checking signal-hook-registry v1.4.1 |
1502 | 2024-01-19T05:43:00.455Z | Compiling openssl v0.10.60 |
1503 | 2024-01-19T05:43:00.876Z | Checking mio v0.8.9 |
1504 | 2024-01-19T05:43:01.053Z | Checking futures-core v0.3.30 |
1505 | 2024-01-19T05:43:01.270Z | Compiling ucd-trie v0.1.6 |
1506 | 2024-01-19T05:43:01.797Z | Compiling serde_derive_internals v0.26.0 |
1507 | 2024-01-19T05:43:02.225Z | Checking num_cpus v1.16.0 |
1508 | 2024-01-19T05:43:02.379Z | Compiling iana-time-zone v0.1.57 |
1509 | 2024-01-19T05:43:03.037Z | Compiling regex-automata v0.4.3 |
1510 | 2024-01-19T05:43:03.376Z | Compiling rustls v0.21.9 |
1511 | 2024-01-19T05:43:03.916Z | Compiling spin v0.5.2 |
1512 | 2024-01-19T05:43:04.104Z | Compiling native-tls v0.2.11 |
1513 | 2024-01-19T05:43:04.277Z | Compiling async-trait v0.1.77 |
1514 | 2024-01-19T05:43:07.052Z | Checking socket2 v0.5.5 |
1515 | 2024-01-19T05:43:07.052Z | Checking ryu v1.0.15 |
1516 | 2024-01-19T05:43:07.052Z | Compiling dyn-clone v1.0.13 |
1517 | 2024-01-19T05:43:07.052Z | Compiling unicode-xid v0.2.4 |
1518 | 2024-01-19T05:43:07.052Z | Compiling backtrace v0.3.69 |
1519 | 2024-01-19T05:43:07.052Z | Compiling futures-sink v0.3.30 |
1520 | 2024-01-19T05:43:07.124Z | Compiling errno v0.3.8 |
1521 | 2024-01-19T05:43:07.124Z | Compiling crc32fast v1.3.2 |
1522 | 2024-01-19T05:43:07.548Z | Compiling crossbeam-utils v0.8.16 |
1523 | 2024-01-19T05:43:07.549Z | Compiling tinyvec_macros v0.1.1 |
1524 | 2024-01-19T05:43:07.549Z | Compiling tinyvec v1.6.0 |
1525 | 2024-01-19T05:43:07.673Z | Compiling futures-channel v0.3.30 |
1526 | 2024-01-19T05:43:08.300Z | Compiling futures-io v0.3.30 |
1527 | 2024-01-19T05:43:08.522Z | Compiling pin-utils v0.1.0 |
1528 | 2024-01-19T05:43:08.594Z | Compiling futures-task v0.3.30 |
1529 | 2024-01-19T05:43:08.635Z | Compiling anyhow v1.0.75 |
1530 | 2024-01-19T05:43:08.673Z | Checking subtle v2.5.0 |
1531 | 2024-01-19T05:43:08.723Z | Compiling spin v0.9.8 |
1532 | 2024-01-19T05:43:09.052Z | Compiling tracing-core v0.1.31 |
1533 | 2024-01-19T05:43:09.288Z | Compiling unicode-bidi v0.3.13 |
1534 | 2024-01-19T05:43:09.717Z | Compiling regex v1.10.2 |
1535 | 2024-01-19T05:43:09.835Z | Compiling unicode-normalization v0.1.22 |
1536 | 2024-01-19T05:43:11.448Z | Compiling num-integer v0.1.45 |
1537 | 2024-01-19T05:43:11.597Z | Compiling slog v2.7.0 |
1538 | 2024-01-19T05:43:12.084Z | Compiling synstructure v0.12.6 |
1539 | 2024-01-19T05:43:12.084Z | Compiling lazy_static v1.4.0 |
1540 | 2024-01-19T05:43:12.084Z | Compiling unicode-width v0.1.11 |
1541 | 2024-01-19T05:43:12.084Z | Compiling percent-encoding v2.3.1 |
1542 | 2024-01-19T05:43:12.107Z | Compiling time-core v0.1.1 |
1543 | 2024-01-19T05:43:12.349Z | Compiling rustversion v1.0.14 |
1544 | 2024-01-19T05:43:12.400Z | Compiling untrusted v0.7.1 |
1545 | 2024-01-19T05:43:12.925Z | Compiling hashbrown v0.12.3 |
1546 | 2024-01-19T05:43:12.948Z | Compiling foreign-types-shared v0.1.1 |
1547 | 2024-01-19T05:43:12.948Z | Compiling untrusted v0.9.0 |
1548 | 2024-01-19T05:43:13.401Z | Compiling serde_derive v1.0.195 |
1549 | 2024-01-19T05:43:13.816Z | Compiling zeroize_derive v1.4.2 |
1550 | 2024-01-19T05:43:13.817Z | Compiling thiserror-impl v1.0.49 |
1551 | 2024-01-19T05:43:13.827Z | Compiling tokio-macros v2.2.0 |
1552 | 2024-01-19T05:43:14.293Z | Compiling futures-macro v0.3.30 |
1553 | 2024-01-19T05:43:14.498Z | Compiling tracing-attributes v0.1.26 |
1554 | 2024-01-19T05:43:14.756Z | Compiling schemars_derive v0.8.16 |
1555 | 2024-01-19T05:43:15.904Z | Compiling zerocopy-derive v0.7.31 |
1556 | 2024-01-19T05:43:16.374Z | Checking zeroize v1.7.0 |
1557 | 2024-01-19T05:43:16.775Z | Compiling openssl-macros v0.1.1 |
1558 | 2024-01-19T05:43:18.491Z | Compiling futures-util v0.3.30 |
1559 | 2024-01-19T05:43:18.788Z | Compiling thiserror v1.0.49 |
1560 | 2024-01-19T05:43:18.905Z | Compiling pest v2.7.2 |
1561 | 2024-01-19T05:43:19.851Z | Compiling zerocopy v0.7.31 |
1562 | 2024-01-19T05:43:20.427Z | Compiling der_derive v0.7.2 |
1563 | 2024-01-19T05:43:20.994Z | Compiling tracing v0.1.37 |
1564 | 2024-01-19T05:43:22.147Z | Compiling zerocopy-derive v0.2.0 |
1565 | 2024-01-19T05:43:23.298Z | Compiling hashbrown v0.13.2 |
1566 | 2024-01-19T05:43:23.451Z | Compiling pest_meta v2.7.2 |
1567 | 2024-01-19T05:43:23.795Z | Compiling foreign-types v0.3.2 |
1568 | 2024-01-19T05:43:24.611Z | Compiling time-macros v0.2.13 |
1569 | 2024-01-19T05:43:25.561Z | Compiling pest_generator v2.7.2 |
1570 | 2024-01-19T05:43:28.806Z | Compiling base64 v0.21.7 |
1571 | 2024-01-19T05:43:29.495Z | Compiling try-lock v0.2.4 |
1572 | 2024-01-19T05:43:29.749Z | Compiling want v0.3.1 |
1573 | 2024-01-19T05:43:30.053Z | Compiling sct v0.7.0 |
1574 | 2024-01-19T05:43:30.122Z | Compiling rustls-webpki v0.101.7 |
1575 | 2024-01-19T05:43:30.666Z | Compiling form_urlencoded v1.2.1 |
1576 | 2024-01-19T05:43:30.683Z | Compiling socket2 v0.4.9 |
1577 | 2024-01-19T05:43:31.585Z | Compiling httpdate v1.0.3 |
1578 | 2024-01-19T05:43:31.960Z | Compiling pest_derive v2.7.2 |
1579 | 2024-01-19T05:43:32.060Z | Compiling tower-service v0.3.2 |
1580 | 2024-01-19T05:43:32.215Z | Compiling const-oid v0.9.5 |
1581 | 2024-01-19T05:43:32.652Z | Compiling openssl-probe v0.1.5 |
1582 | 2024-01-19T05:43:33.145Z | Compiling idna v0.5.0 |
1583 | 2024-01-19T05:43:33.168Z | Compiling memoffset v0.9.0 |
1584 | 2024-01-19T05:43:33.259Z | Compiling usdt-impl v0.3.5 |
1585 | 2024-01-19T05:43:33.567Z | Compiling adler v1.0.2 |
1586 | 2024-01-19T05:43:33.977Z | Compiling miniz_oxide v0.7.1 |
1587 | 2024-01-19T05:43:34.072Z | Compiling zerocopy v0.3.0 |
1588 | 2024-01-19T05:43:35.359Z | Compiling url v2.5.0 |
1589 | 2024-01-19T05:43:35.430Z | Checking crypto-common v0.1.6 |
1590 | 2024-01-19T05:43:35.709Z | Compiling signal-hook v0.3.17 |
1591 | 2024-01-19T05:43:36.187Z | Compiling either v1.9.0 |
1592 | 2024-01-19T05:43:36.192Z | Checking bytes v1.5.0 |
1593 | 2024-01-19T05:43:36.460Z | Checking bitflags v2.4.0 |
1594 | 2024-01-19T05:43:36.875Z | Compiling ipnet v2.9.0 |
1595 | 2024-01-19T05:43:51.526Z | Compiling indexmap v2.1.0 |
1596 | 2024-01-19T05:43:52.238Z | Compiling semver v1.0.21 |
1597 | 2024-01-19T05:43:52.238Z | Compiling uuid v1.6.1 |
1598 | 2024-01-19T05:43:52.238Z | Compiling chrono v0.4.31 |
1599 | 2024-01-19T05:43:52.238Z | Compiling rustc_version v0.4.0 |
1600 | 2024-01-19T05:43:52.238Z | Compiling http v0.2.11 |
1601 | 2024-01-19T05:43:52.608Z | Checking tokio v1.35.1 |
1602 | 2024-01-19T05:43:52.608Z | Compiling toml_datetime v0.6.5 |
1603 | 2024-01-19T05:43:52.608Z | Compiling serde_spanned v0.6.4 |
1604 | 2024-01-19T05:43:52.608Z | Compiling toml_edit v0.19.15 |
1605 | 2024-01-19T05:43:52.609Z | Compiling openapiv3 v2.0.0 |
1606 | 2024-01-19T05:43:52.609Z | Compiling http-body v0.4.5 |
1607 | 2024-01-19T05:43:52.609Z | Compiling heapless v0.7.16 |
1608 | 2024-01-19T05:43:52.609Z | Compiling serde_urlencoded v0.7.1 |
1609 | 2024-01-19T05:43:52.609Z | Compiling dof v0.1.5 |
1610 | 2024-01-19T05:43:52.609Z | Compiling dtrace-parser v0.1.14 |
1611 | 2024-01-19T05:43:52.610Z | Compiling rustls-pemfile v1.0.3 |
1612 | 2024-01-19T05:43:52.610Z | Compiling zerocopy-derive v0.6.4 |
1613 | 2024-01-19T05:43:52.610Z | Compiling clap_derive v4.4.2 |
1614 | 2024-01-19T05:43:52.610Z | Compiling crossbeam-epoch v0.9.15 |
1615 | 2024-01-19T05:43:52.610Z | Compiling thread-id v4.2.0 |
1616 | 2024-01-19T05:43:52.610Z | Compiling encoding_rs v0.8.33 |
1617 | 2024-01-19T05:43:52.610Z | Compiling gimli v0.28.0 |
1618 | 2024-01-19T05:43:52.610Z | Compiling mime v0.3.17 |
1619 | 2024-01-19T05:43:53.128Z | Compiling tokio-util v0.7.10 |
1620 | 2024-01-19T05:43:53.621Z | Compiling tokio-rustls v0.24.1 |
1621 | 2024-01-19T05:43:54.213Z | Compiling siphasher v0.3.11 |
1622 | 2024-01-19T05:43:54.879Z | Compiling h2 v0.3.21 |
1623 | 2024-01-19T05:43:55.027Z | Compiling webpki-roots v0.25.2 |
1624 | 2024-01-19T05:43:55.277Z | Compiling serde_tokenstream v0.1.7 |
1625 | 2024-01-19T05:43:56.987Z | Compiling tokio-native-tls v0.3.1 |
1626 | 2024-01-19T05:43:57.388Z | Compiling strum_macros v0.25.2 |
1627 | 2024-01-19T05:43:58.112Z | Compiling block-buffer v0.10.4 |
1628 | 2024-01-19T05:43:58.304Z | Compiling addr2line v0.21.0 |
1629 | 2024-01-19T05:43:58.998Z | Compiling bzip2-sys v0.1.11+1.0.8 |
1630 | 2024-01-19T05:43:59.340Z | Compiling object v0.32.1 |
1631 | 2024-01-19T05:43:59.828Z | Compiling num-iter v0.1.43 |
1632 | 2024-01-19T05:43:59.828Z | Compiling rustc-demangle v0.1.23 |
1633 | 2024-01-19T05:44:00.401Z | Compiling flate2 v1.0.28 |
1634 | 2024-01-19T05:44:01.126Z | Compiling digest v0.10.7 |
1635 | 2024-01-19T05:44:01.415Z | Compiling doc-comment v0.3.3 |
1636 | 2024-01-19T05:44:01.867Z | Compiling ppv-lite86 v0.2.17 |
1637 | 2024-01-19T05:44:01.965Z | Compiling usdt-attr-macro v0.3.5 |
1638 | 2024-01-19T05:44:02.448Z | Compiling usdt-macro v0.3.5 |
1639 | 2024-01-19T05:44:03.145Z | Compiling rand_chacha v0.3.1 |
1640 | 2024-01-19T05:44:03.177Z | Compiling toml v0.7.8 |
1641 | 2024-01-19T05:44:04.291Z | Compiling toml_edit v0.21.0 |
1642 | 2024-01-19T05:44:04.303Z | Compiling hex v0.4.3 |
1643 | 2024-01-19T05:44:04.542Z | Compiling pin-project-internal v1.1.3 |
1644 | 2024-01-19T05:44:04.955Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
1645 | 2024-01-19T05:44:05.988Z | Compiling hyper v0.14.27 |
1646 | 2024-01-19T05:44:06.169Z | Compiling bit-vec v0.6.3 |
1647 | 2024-01-19T05:44:07.014Z | Compiling rand v0.8.5 |
1648 | 2024-01-19T05:44:07.381Z | Compiling phf_shared v0.10.0 |
1649 | 2024-01-19T05:44:08.336Z | Compiling num-bigint v0.4.4 |
1650 | 2024-01-19T05:44:09.638Z | Compiling precomputed-hash v0.1.1 |
1651 | 2024-01-19T05:44:09.794Z | Compiling base64ct v1.6.0 |
1652 | 2024-01-19T05:44:09.819Z | Compiling fixedbitset v0.4.2 |
1653 | 2024-01-19T05:44:10.490Z | Compiling minimal-lexical v0.2.1 |
1654 | 2024-01-19T05:44:10.664Z | Compiling smoltcp v0.9.1 |
1655 | 2024-01-19T05:44:10.758Z | Compiling new_debug_unreachable v1.0.4 |
1656 | 2024-01-19T05:44:10.878Z | Compiling string_cache v0.8.7 |
1657 | 2024-01-19T05:44:11.299Z | Compiling nom v7.1.3 |
1658 | 2024-01-19T05:44:11.586Z | Compiling pem-rfc7468 v0.7.0 |
1659 | 2024-01-19T05:44:11.784Z | Compiling petgraph v0.6.4 |
1660 | 2024-01-19T05:44:12.787Z | Compiling bit-set v0.5.3 |
1661 | 2024-01-19T05:44:12.803Z | Compiling hmac v0.12.1 |
1662 | 2024-01-19T05:44:13.132Z | Compiling itertools v0.10.5 |
1663 | 2024-01-19T05:44:14.241Z | Compiling hubpack_derive v0.1.1 |
1664 | 2024-01-19T05:44:14.302Z | Compiling enum-as-inner v0.5.1 |
1665 | 2024-01-19T05:44:14.896Z | Compiling diesel_table_macro_syntax v0.1.0 |
1666 | 2024-01-19T05:44:15.661Z | Compiling flagset v0.4.3 |
1667 | 2024-01-19T05:44:16.021Z | Compiling lalrpop-util v0.19.12 |
1668 | 2024-01-19T05:44:16.028Z | Checking bitflags v1.3.2 |
1669 | 2024-01-19T05:44:16.071Z | Compiling unicode-segmentation v1.10.1 |
1670 | 2024-01-19T05:44:16.169Z | Compiling der v0.7.8 |
1671 | 2024-01-19T05:44:16.471Z | Compiling diesel_derives v2.1.2 |
1672 | 2024-01-19T05:44:17.446Z | Compiling hyper-rustls v0.24.2 |
1673 | 2024-01-19T05:44:17.479Z | Compiling hyper-tls v0.5.0 |
1674 | 2024-01-19T05:44:17.944Z | Compiling reqwest v0.11.22 |
1675 | 2024-01-19T05:44:17.972Z | Compiling snafu-derive v0.7.5 |
1676 | 2024-01-19T05:44:18.177Z | Compiling cpufeatures v0.2.9 |
1677 | 2024-01-19T05:44:18.227Z | Compiling rustix v0.37.23 |
1678 | 2024-01-19T05:44:18.384Z | Compiling sha2 v0.10.8 |
1679 | 2024-01-19T05:44:19.281Z | Compiling md-5 v0.10.5 |
1680 | 2024-01-19T05:44:19.602Z | Compiling spki v0.7.2 |
1681 | 2024-01-19T05:44:35.464Z | Compiling serde_repr v0.1.16 |
1682 | 2024-01-19T05:44:35.745Z | Compiling stringprep v0.1.3 |
1683 | 2024-01-19T05:44:35.745Z | Compiling hash32 v0.2.1 |
1684 | 2024-01-19T05:44:35.745Z | Compiling stable_deref_trait v1.2.0 |
1685 | 2024-01-19T05:44:35.745Z | Compiling fallible-iterator v0.2.0 |
1686 | 2024-01-19T05:44:35.745Z | Compiling terminal_size v0.2.6 |
1687 | 2024-01-19T05:44:35.745Z | Compiling pkcs8 v0.10.2 |
1688 | 2024-01-19T05:44:35.745Z | Compiling postgres-protocol v0.6.6 |
1689 | 2024-01-19T05:44:35.745Z | Compiling phf_shared v0.11.2 |
1690 | 2024-01-19T05:44:35.745Z | Compiling ff v0.13.0 |
1691 | 2024-01-19T05:44:36.041Z | Compiling block-padding v0.3.3 |
1692 | 2024-01-19T05:44:36.041Z | Compiling scheduled-thread-pool v0.2.7 |
1693 | 2024-01-19T05:44:36.041Z | Compiling regex-automata v0.1.10 |
1694 | 2024-01-19T05:44:36.041Z | Compiling managed v0.8.0 |
1695 | 2024-01-19T05:44:36.042Z | Compiling base16ct v0.2.0 |
1696 | 2024-01-19T05:44:36.042Z | Compiling num_threads v0.1.6 |
1697 | 2024-01-19T05:44:36.042Z | Compiling matches v0.1.10 |
1698 | 2024-01-19T05:44:36.042Z | Compiling deranged v0.3.8 |
1699 | 2024-01-19T05:44:36.042Z | Compiling sec1 v0.7.3 |
1700 | 2024-01-19T05:44:36.042Z | Compiling idna v0.2.3 |
1701 | 2024-01-19T05:44:36.042Z | Compiling bstr v0.2.17 |
1702 | 2024-01-19T05:44:36.042Z | Compiling clap_builder v4.4.2 |
1703 | 2024-01-19T05:44:36.042Z | Compiling r2d2 v0.8.10 |
1704 | 2024-01-19T05:44:36.042Z | Compiling inout v0.1.3 |
1705 | 2024-01-19T05:44:36.042Z | Compiling postgres-types v0.2.6 |
1706 | 2024-01-19T05:44:36.114Z | Compiling signal-hook-mio v0.2.3 |
1707 | 2024-01-19T05:44:36.115Z | Compiling time v0.3.27 |
1708 | 2024-01-19T05:44:36.115Z | Compiling group v0.13.0 |
1709 | 2024-01-19T05:44:36.115Z | Compiling phf v0.11.2 |
1710 | 2024-01-19T05:44:36.116Z | Compiling bzip2 v0.4.4 |
1711 | 2024-01-19T05:44:36.116Z | Compiling hubpack v0.1.2 |
1712 | 2024-01-19T05:44:36.116Z | Compiling hkdf v0.12.4 |
1713 | 2024-01-19T05:44:36.116Z | Compiling pin-project v1.1.3 |
1714 | 2024-01-19T05:44:36.117Z | Compiling zerocopy v0.6.4 |
1715 | 2024-01-19T05:44:36.117Z | Compiling ipnetwork v0.20.0 |
1716 | 2024-01-19T05:44:36.117Z | Compiling crypto-bigint v0.5.2 |
1717 | 2024-01-19T05:44:36.117Z | Compiling futures-executor v0.3.30 |
1718 | 2024-01-19T05:44:36.117Z | Compiling float-cmp v0.9.0 |
1719 | 2024-01-19T05:44:36.118Z | Compiling normalize-line-endings v0.3.0 |
1720 | 2024-01-19T05:44:36.118Z | Compiling regex-automata v0.3.8 |
1721 | 2024-01-19T05:44:36.118Z | Compiling whoami v1.4.1 |
1722 | 2024-01-19T05:44:36.118Z | Compiling difflib v0.4.0 |
1723 | 2024-01-19T05:44:36.848Z | Compiling data-encoding v2.4.0 |
1724 | 2024-01-19T05:44:37.314Z | Compiling predicates-core v1.0.6 |
1725 | 2024-01-19T05:44:37.814Z | Compiling static_assertions v1.1.0 |
1726 | 2024-01-19T05:44:37.866Z | Checking unicode-ident v1.0.12 |
1727 | 2024-01-19T05:44:37.904Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e) |
1728 | 2024-01-19T05:44:37.976Z | Compiling trust-dns-proto v0.22.0 |
1729 | 2024-01-19T05:44:38.183Z | Compiling predicates v3.1.0 |
1730 | 2024-01-19T05:44:57.077Z | Compiling bstr v1.6.0 |
1731 | 2024-01-19T05:44:57.400Z | Compiling tokio-postgres v0.7.10 |
1732 | 2024-01-19T05:44:57.400Z | Compiling elliptic-curve v0.13.8 |
1733 | 2024-01-19T05:44:57.401Z | Compiling yasna v0.5.2 |
1734 | 2024-01-19T05:44:57.401Z | Compiling diesel v2.1.4 |
1735 | 2024-01-19T05:44:57.401Z | Compiling clap v4.4.3 |
1736 | 2024-01-19T05:44:57.401Z | Compiling futures v0.3.30 |
1737 | 2024-01-19T05:44:57.401Z | Compiling snafu v0.7.5 |
1738 | 2024-01-19T05:44:57.857Z | Compiling zip v0.6.6 |
1739 | 2024-01-19T05:44:57.858Z | Compiling crossterm v0.27.0 |
1740 | 2024-01-19T05:44:57.858Z | Compiling cipher v0.4.4 |
1741 | 2024-01-19T05:44:57.858Z | Compiling similar v2.3.0 |
1742 | 2024-01-19T05:44:57.858Z | Compiling usdt v0.3.5 |
1743 | 2024-01-19T05:44:57.858Z | Compiling tokio-stream v0.1.14 |
1744 | 2024-01-19T05:44:57.858Z | Compiling console v0.15.8 |
1745 | 2024-01-19T05:44:57.858Z | Checking hashbrown v0.14.2 |
1746 | 2024-01-19T05:44:57.858Z | Checking equivalent v1.0.1 |
1747 | 2024-01-19T05:44:57.859Z | Checking proc-macro2 v1.0.74 |
1748 | 2024-01-19T05:44:57.859Z | Checking quote v1.0.35 |
1749 | 2024-01-19T05:44:57.859Z | Checking utf8parse v0.2.1 |
1750 | 2024-01-19T05:44:57.859Z | Checking anstyle v1.0.2 |
1751 | 2024-01-19T05:44:57.859Z | Checking io-lifetimes v1.0.11 |
1752 | 2024-01-19T05:45:01.801Z | Checking anstyle-parse v0.2.1 |
1753 | 2024-01-19T05:45:04.353Z | Checking anstyle-query v1.0.0 |
1754 | 2024-01-19T05:45:04.565Z | Checking colorchoice v1.0.0 |
1755 | 2024-01-19T05:45:04.893Z | Checking anstream v0.5.0 |
1756 | 2024-01-19T05:45:06.894Z | Checking clap_lex v0.5.1 |
1757 | 2024-01-19T05:45:06.937Z | Checking strsim v0.10.0 |
1758 | 2024-01-19T05:45:07.519Z | Checking winnow v0.5.15 |
1759 | 2024-01-19T05:45:13.821Z | Compiling serde_tokenstream v0.2.0 |
1760 | 2024-01-19T05:45:16.221Z | Compiling regress v0.7.1 |
1761 | 2024-01-19T05:45:21.746Z | Compiling typify-impl v0.0.14 (https://github.com/oxidecomputer/typify#c9d6453f) |
1762 | 2024-01-19T05:45:30.976Z | Compiling getopts v0.2.21 |
1763 | 2024-01-19T05:45:31.641Z | Compiling unsafe-libyaml v0.2.10 |
1764 | 2024-01-19T05:45:32.277Z | Checking heck v0.4.1 |
1765 | 2024-01-19T05:45:32.608Z | Checking progenitor-client v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#9339b576) |
1766 | 2024-01-19T05:45:33.494Z | Compiling ident_case v1.0.1 |
1767 | 2024-01-19T05:45:33.739Z | Checking fastrand v2.0.0 |
1768 | 2024-01-19T05:45:34.224Z | Compiling serde_yaml v0.9.25 |
1769 | 2024-01-19T05:45:34.913Z | Checking rustls-pki-types v1.1.0 |
1770 | 2024-01-19T05:45:35.220Z | Checking match_cfg v0.1.0 |
1771 | 2024-01-19T05:45:35.342Z | Checking hostname v0.3.1 |
1772 | 2024-01-19T05:45:35.489Z | Checking tempfile v3.9.0 |
1773 | 2024-01-19T05:45:35.517Z | Checking camino v1.1.6 |
1774 | 2024-01-19T05:45:35.533Z | Checking atty v0.2.14 |
1775 | 2024-01-19T05:45:35.683Z | Checking quick-error v1.2.3 |
1776 | 2024-01-19T05:45:35.850Z | Compiling paste v1.0.14 |
1777 | 2024-01-19T05:45:36.074Z | Checking crossbeam-channel v0.5.8 |
1778 | 2024-01-19T05:45:36.366Z | Checking sha1 v0.10.6 |
1779 | 2024-01-19T05:45:36.654Z | Checking dirs-sys-next v0.1.2 |
1780 | 2024-01-19T05:45:36.759Z | Compiling rustls v0.22.2 |
1781 | 2024-01-19T05:45:36.890Z | Checking dirs-next v2.0.0 |
1782 | 2024-01-19T05:45:37.141Z | Checking rustls-webpki v0.102.1 |
1783 | 2024-01-19T05:45:37.186Z | Checking thread_local v1.1.7 |
1784 | 2024-01-19T05:45:37.583Z | Checking instant v0.1.12 |
1785 | 2024-01-19T05:45:37.727Z | Compiling slog-async v2.8.0 |
1786 | 2024-01-19T05:45:38.538Z | Checking term v0.7.0 |
1787 | 2024-01-19T05:45:38.962Z | Checking rustls-pemfile v2.0.0 |
1788 | 2024-01-19T05:45:39.172Z | Compiling multer v3.0.0 |
1789 | 2024-01-19T05:45:39.322Z | Checking take_mut v0.2.2 |
1790 | 2024-01-19T05:45:39.500Z | Checking debug-ignore v1.0.5 |
1791 | 2024-01-19T05:45:39.757Z | Checking slog-term v2.9.0 |
1792 | 2024-01-19T05:45:40.148Z | Compiling darling_core v0.20.3 |
1793 | 2024-01-19T05:45:40.910Z | Checking slog-json v2.6.1 |
1794 | 2024-01-19T05:45:40.917Z | Checking http v1.0.0 |
1795 | 2024-01-19T05:45:40.976Z | Compiling async-stream-impl v0.3.5 |
1796 | 2024-01-19T05:45:41.028Z | Compiling dropshot v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#711a7490) |
1797 | 2024-01-19T05:45:41.442Z | Checking atomic-waker v1.1.1 |
1798 | 2024-01-19T05:45:41.616Z | Checking waitgroup v0.1.2 |
1799 | 2024-01-19T05:45:41.876Z | Checking slog-bunyan v2.5.0 |
1800 | 2024-01-19T05:45:42.082Z | Checking toml v0.8.8 |
1801 | 2024-01-19T05:45:43.209Z | Compiling dropshot_endpoint v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#711a7490) |
1802 | 2024-01-19T05:45:43.238Z | Checking async-stream v0.3.5 |
1803 | 2024-01-19T05:45:43.507Z | Checking serde_path_to_error v0.1.15 |
1804 | 2024-01-19T05:45:43.656Z | Checking strum v0.25.0 |
1805 | 2024-01-19T05:45:43.860Z | Compiling structmeta-derive v0.2.0 |
1806 | 2024-01-19T05:45:44.160Z | Checking tokio-rustls v0.25.0 |
1807 | 2024-01-19T05:45:44.578Z | Checking wait-timeout v0.2.0 |
1808 | 2024-01-19T05:45:44.740Z | Checking rand_xorshift v0.3.0 |
1809 | 2024-01-19T05:45:44.822Z | Checking rusty-fork v0.3.0 |
1810 | 2024-01-19T05:45:44.973Z | Checking unarray v0.1.4 |
1811 | 2024-01-19T05:45:45.171Z | Compiling regex-syntax v0.7.5 |
1812 | 2024-01-19T05:45:45.237Z | Checking proptest v1.4.0 |
1813 | 2024-01-19T05:45:49.710Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1814 | 2024-01-19T05:45:49.764Z | Compiling structmeta v0.2.0 |
1815 | 2024-01-19T05:45:49.764Z | Checking backoff v0.4.0 |
1816 | 2024-01-19T05:45:49.828Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
1817 | 2024-01-19T05:45:49.828Z | Compiling test-strategy v0.3.1 |
1818 | 2024-01-19T05:45:50.464Z | Compiling darling_macro v0.20.3 |
1819 | 2024-01-19T05:45:50.778Z | Checking serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
1820 | 2024-01-19T05:45:50.924Z | Checking macaddr v1.0.1 |
1821 | 2024-01-19T05:45:51.415Z | Checking camino-tempfile v1.1.1 |
1822 | 2024-01-19T05:45:51.867Z | Checking is-terminal v0.4.9 |
1823 | 2024-01-19T05:45:51.960Z | Compiling proc-macro-error-attr v1.0.4 |
1824 | 2024-01-19T05:45:52.040Z | Compiling typify-macro v0.0.14 (https://github.com/oxidecomputer/typify#c9d6453f) |
1825 | 2024-01-19T05:45:52.071Z | Compiling darling v0.20.3 |
1826 | 2024-01-19T05:45:52.220Z | Compiling serde_with_macros v3.4.0 |
1827 | 2024-01-19T05:45:52.506Z | Compiling proc-macro-error v1.0.4 |
1828 | 2024-01-19T05:45:52.929Z | Compiling proc-macro-crate v1.3.1 |
1829 | 2024-01-19T05:45:53.072Z | Checking termtree v0.4.1 |
1830 | 2024-01-19T05:45:53.356Z | Checking predicates-tree v1.0.9 |
1831 | 2024-01-19T05:45:53.559Z | Compiling smoltcp v0.10.0 |
1832 | 2024-01-19T05:45:54.718Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1833 | 2024-01-19T05:45:54.744Z | Compiling num_enum_derive v0.5.11 |
1834 | 2024-01-19T05:45:55.070Z | Compiling crucible-workspace-hack v0.1.0 |
1835 | 2024-01-19T05:45:55.248Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1836 | 2024-01-19T05:45:55.457Z | Checking embedded-io v0.4.0 |
1837 | 2024-01-19T05:45:55.633Z | Checking cobs v0.2.3 |
1838 | 2024-01-19T05:45:55.881Z | Checking postcard v1.0.8 |
1839 | 2024-01-19T05:45:56.120Z | Compiling foreign-types-macros v0.2.3 |
1840 | 2024-01-19T05:45:56.650Z | Compiling parse-display-derive v0.8.2 |
1841 | 2024-01-19T05:45:56.683Z | Checking serde_with v3.4.0 |
1842 | 2024-01-19T05:45:56.957Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=4e6e6ab6379fa4bc40f5d0c7340b9f35c45ad6e4#4e6e6ab6) |
1843 | 2024-01-19T05:45:57.395Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
1844 | 2024-01-19T05:45:57.803Z | Checking foreign-types-shared v0.3.1 |
1845 | 2024-01-19T05:45:57.948Z | Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=4e6e6ab6379fa4bc40f5d0c7340b9f35c45ad6e4#4e6e6ab6) |
1846 | 2024-01-19T05:45:58.130Z | Checking foreign-types v0.5.0 |
1847 | 2024-01-19T05:45:58.451Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
1848 | 2024-01-19T05:45:58.591Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=4e6e6ab6379fa4bc40f5d0c7340b9f35c45ad6e4#4e6e6ab6) |
1849 | 2024-01-19T05:45:59.229Z | Checking num_enum v0.5.11 |
1850 | 2024-01-19T05:45:59.424Z | Checking cstr-argument v0.1.2 |
1851 | 2024-01-19T05:45:59.747Z | Checking pretty-hex v0.2.1 |
1852 | 2024-01-19T05:45:59.771Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#f114bd0d) |
1853 | 2024-01-19T05:46:00.004Z | Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1854 | 2024-01-19T05:46:00.250Z | Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1855 | 2024-01-19T05:46:00.260Z | Checking colored v2.0.4 |
1856 | 2024-01-19T05:46:00.427Z | Compiling zone_cfg_derive v0.3.0 |
1857 | 2024-01-19T05:46:00.449Z | Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=4e6e6ab6379fa4bc40f5d0c7340b9f35c45ad6e4#4e6e6ab6) |
1858 | 2024-01-19T05:46:00.583Z | Compiling typify v0.0.14 (https://github.com/oxidecomputer/typify#c9d6453f) |
1859 | 2024-01-19T05:46:00.765Z | Compiling progenitor-impl v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#9339b576) |
1860 | 2024-01-19T05:46:02.620Z | Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=1e25649e8c2ac274bd04adfe0513dd14a482058c#1e25649e) |
1861 | 2024-01-19T05:46:02.625Z | Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=4e6e6ab6379fa4bc40f5d0c7340b9f35c45ad6e4#4e6e6ab6) |
1862 | 2024-01-19T05:46:02.808Z | Compiling num-derive v0.4.0 |
1863 | 2024-01-19T05:46:03.044Z | Compiling mockall_derive v0.12.0 |
1864 | 2024-01-19T05:46:03.551Z | Checking downcast v0.11.0 |
1865 | 2024-01-19T05:46:03.757Z | Checking fragile v2.0.0 |
1866 | 2024-01-19T05:46:03.835Z | Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=1e25649e8c2ac274bd04adfe0513dd14a482058c#1e25649e) |
1867 | 2024-01-19T05:46:04.539Z | Checking parse-display v0.8.2 |
1868 | 2024-01-19T05:46:04.565Z | Checking zone v0.3.0 |
1869 | 2024-01-19T05:46:04.565Z | Checking smf v0.2.2 |
1870 | 2024-01-19T05:46:05.331Z | Checking same-file v1.0.6 |
1871 | 2024-01-19T05:46:05.332Z | Checking walkdir v2.4.0 |
1872 | 2024-01-19T05:46:05.332Z | Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=4e6e6ab6379fa4bc40f5d0c7340b9f35c45ad6e4#4e6e6ab6) |
1873 | 2024-01-19T05:46:05.332Z | Checking xattr v1.0.1 |
1874 | 2024-01-19T05:46:05.332Z | Checking filetime v0.2.23 |
1875 | 2024-01-19T05:46:05.332Z | Checking pem v3.0.2 |
1876 | 2024-01-19T05:46:05.332Z | Checking linked-hash-map v0.5.6 |
1877 | 2024-01-19T05:46:05.332Z | Checking tar v0.4.40 |
1878 | 2024-01-19T05:46:05.411Z | Checking itertools v0.12.0 |
1879 | 2024-01-19T05:46:05.545Z | Checking headers-core v0.2.0 |
1880 | 2024-01-19T05:46:05.670Z | Checking lru-cache v0.1.2 |
1881 | 2024-01-19T05:46:05.720Z | Checking headers v0.3.9 |
1882 | 2024-01-19T05:46:05.923Z | Checking password-hash v0.5.0 |
1883 | 2024-01-19T05:46:06.485Z | Checking blake2 v0.10.6 |
1884 | 2024-01-19T05:46:06.578Z | Checking rcgen v0.12.0 |
1885 | 2024-01-19T05:46:06.743Z | Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=e71b10d2f9f1fb52818b916bae83ba15a339548d#e71b10d2) |
1886 | 2024-01-19T05:46:07.109Z | Checking argon2 v0.5.2 |
1887 | 2024-01-19T05:46:07.401Z | Checking atomicwrites v0.4.3 |
1888 | 2024-01-19T05:46:07.446Z | Checking subprocess v0.2.9 |
1889 | 2024-01-19T05:46:07.565Z | Checking arc-swap v1.6.0 |
1890 | 2024-01-19T05:46:07.662Z | Checking swrite v0.1.0 |
1891 | 2024-01-19T05:46:07.824Z | Compiling cancel-safe-futures v0.1.5 |
1892 | 2024-01-19T05:46:08.072Z | Checking half v1.8.2 |
1893 | 2024-01-19T05:46:08.237Z | Checking slog-scope v4.4.0 |
1894 | 2024-01-19T05:46:08.259Z | Checking ciborium-io v0.2.1 |
1895 | 2024-01-19T05:46:08.424Z | Checking resolv-conf v0.7.0 |
1896 | 2024-01-19T05:46:08.518Z | Checking slog-stdlog v4.1.1 |
1897 | 2024-01-19T05:46:08.647Z | Checking ciborium-ll v0.2.1 |
1898 | 2024-01-19T05:46:08.729Z | Checking slog-envlogger v2.2.0 |
1899 | 2024-01-19T05:46:08.905Z | Checking trust-dns-resolver v0.22.0 |
1900 | 2024-01-19T05:46:08.976Z | Checking libsw v3.3.1 |
1901 | 2024-01-19T05:46:09.026Z | Compiling derive-where v1.2.7 |
1902 | 2024-01-19T05:46:09.132Z | Checking ciborium v0.2.1 |
1903 | 2024-01-19T05:46:09.341Z | Checking owo-colors v3.5.0 |
1904 | 2024-01-19T05:46:09.606Z | Checking linear-map v1.2.0 |
1905 | 2024-01-19T05:46:10.123Z | Checking textwrap v0.11.0 |
1906 | 2024-01-19T05:46:10.436Z | Compiling heck v0.3.3 |
1907 | 2024-01-19T05:46:10.746Z | Compiling libefi-sys v0.1.0 |
1908 | 2024-01-19T05:46:11.047Z | Checking strsim v0.8.0 |
1909 | 2024-01-19T05:46:11.155Z | Checking vec_map v0.8.2 |
1910 | 2024-01-19T05:46:11.320Z | Checking ansi_term v0.12.1 |
1911 | 2024-01-19T05:46:11.359Z | Compiling structopt-derive v0.4.18 |
1912 | 2024-01-19T05:46:11.539Z | Compiling tofino v0.1.0 (http://github.com/oxidecomputer/tofino?branch=main#8283f802) |
1913 | 2024-01-19T05:46:11.773Z | Checking clap v2.34.0 |
1914 | 2024-01-19T05:46:12.073Z | Compiling slog-dtrace v0.2.3 |
1915 | 2024-01-19T05:46:12.805Z | Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
1916 | 2024-01-19T05:46:13.167Z | Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
1917 | 2024-01-19T05:46:13.509Z | Checking nibble_vec v0.1.0 |
1918 | 2024-01-19T05:46:13.529Z | Compiling progenitor-macro v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#9339b576) |
1919 | 2024-01-19T05:46:13.776Z | Checking endian-type v0.1.2 |
1920 | 2024-01-19T05:46:13.845Z | Checking fxhash v0.2.1 |
1921 | 2024-01-19T05:46:14.063Z | Checking radix_trie v0.2.1 |
1922 | 2024-01-19T05:46:14.078Z | Checking termcolor v1.2.0 |
1923 | 2024-01-19T05:46:14.674Z | Compiling semver v0.1.20 |
1924 | 2024-01-19T05:46:14.716Z | Compiling radium v0.7.0 |
1925 | 2024-01-19T05:46:15.358Z | Compiling rustc_version v0.1.7 |
1926 | 2024-01-19T05:46:15.408Z | Compiling maybe-uninit v2.0.0 |
1927 | 2024-01-19T05:46:15.746Z | Checking tap v1.0.1 |
1928 | 2024-01-19T05:46:15.978Z | Checking wyz v0.5.1 |
1929 | 2024-01-19T05:46:16.083Z | Compiling newtype_derive v0.1.6 |
1930 | 2024-01-19T05:46:16.231Z | Checking structopt v0.3.26 |
1931 | 2024-01-19T05:46:16.501Z | Compiling semver-parser v0.10.2 |
1932 | 2024-01-19T05:46:16.534Z | Compiling num-bigint-dig v0.8.4 |
1933 | 2024-01-19T05:46:16.703Z | Checking mockall v0.12.0 |
1934 | 2024-01-19T05:46:16.768Z | Checking crc-catalog v2.2.0 |
1935 | 2024-01-19T05:46:16.784Z | Checking funty v2.0.0 |
1936 | 2024-01-19T05:46:16.951Z | Compiling packed_struct v0.10.1 |
1937 | 2024-01-19T05:46:17.000Z | Checking crc v3.0.1 |
1938 | 2024-01-19T05:46:17.512Z | Compiling packed_struct_codegen v0.10.1 |
1939 | 2024-01-19T05:46:17.623Z | Compiling semver v0.11.0 |
1940 | 2024-01-19T05:46:17.785Z | Compiling num-rational v0.4.1 |
1941 | 2024-01-19T05:46:18.500Z | Checking bitvec v1.0.1 |
1942 | 2024-01-19T05:46:18.908Z | Compiling home v0.5.5 |
1943 | 2024-01-19T05:46:18.916Z | Checking nodrop v0.1.14 |
1944 | 2024-01-19T05:46:19.061Z | Checking array-init v0.0.4 |
1945 | 2024-01-19T05:46:19.070Z | Compiling toolchain_find v0.2.0 |
1946 | 2024-01-19T05:46:20.212Z | Checking smallvec v0.6.14 |
1947 | 2024-01-19T05:46:20.722Z | Checking pkcs1 v0.7.5 |
1948 | 2024-01-19T05:46:21.302Z | Checking signature v2.1.0 |
1949 | 2024-01-19T05:46:21.438Z | Compiling toml v0.5.11 |
1950 | 2024-01-19T05:46:21.562Z | Compiling convert_case v0.4.0 |
1951 | 2024-01-19T05:46:22.488Z | Compiling topological-sort v0.2.2 |
1952 | 2024-01-19T05:46:22.592Z | Checking bitfield v0.14.0 |
1953 | 2024-01-19T05:46:22.743Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
1954 | 2024-01-19T05:46:22.789Z | Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
1955 | 2024-01-19T05:46:23.015Z | Compiling omicron-zone-package v0.10.1 |
1956 | 2024-01-19T05:46:23.083Z | Compiling derive_more v0.99.17 |
1957 | 2024-01-19T05:46:23.231Z | Checking serde-hex v0.1.0 |
1958 | 2024-01-19T05:46:23.652Z | Checking rsa v0.9.2 |
1959 | 2024-01-19T05:46:25.058Z | Compiling rustfmt-wrapper v0.2.0 |
1960 | 2024-01-19T05:46:26.037Z | Checking steno v0.4.0 |
1961 | 2024-01-19T05:46:28.585Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git#e644a21a) |
1962 | 2024-01-19T05:46:28.923Z | Checking env_logger v0.10.0 |
1963 | 2024-01-19T05:46:29.371Z | Checking lpc55_areas v0.2.4 (https://github.com/oxidecomputer/lpc55_support#96f064ea) |
1964 | 2024-01-19T05:46:29.599Z | Checking x509-cert v0.2.4 |
1965 | 2024-01-19T05:46:29.673Z | Checking ron v0.8.1 |
1966 | 2024-01-19T05:46:30.454Z | Checking num-complex v0.4.4 |
1967 | 2024-01-19T05:46:30.873Z | Checking crc-any v2.4.3 |
1968 | 2024-01-19T05:46:31.430Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
1969 | 2024-01-19T05:46:31.775Z | Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc.git#e644a21a) |
1970 | 2024-01-19T05:46:31.893Z | Checking num v0.4.1 |
1971 | 2024-01-19T05:46:32.017Z | Checking newline-converter v0.3.0 |
1972 | 2024-01-19T05:46:32.066Z | Checking object v0.30.4 |
1973 | 2024-01-19T05:46:32.150Z | Checking path-slash v0.1.5 |
1974 | 2024-01-19T05:46:32.214Z | Checking utf-8 v0.7.6 |
1975 | 2024-01-19T05:46:32.343Z | Checking expectorate v1.1.0 |
1976 | 2024-01-19T05:46:32.497Z | Checking tungstenite v0.20.1 |
1977 | 2024-01-19T05:46:32.542Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
1978 | 2024-01-19T05:46:32.865Z | Compiling buf-list v1.0.3 |
1979 | 2024-01-19T05:46:33.042Z | Checking display-error-chain v0.2.0 |
1980 | 2024-01-19T05:46:33.246Z | Compiling parking_lot_core v0.8.6 |
1981 | 2024-01-19T05:46:33.329Z | Checking keccak v0.1.4 |
1982 | 2024-01-19T05:46:33.750Z | Checking sha3 v0.10.8 |
1983 | 2024-01-19T05:46:33.937Z | Checking tokio-tungstenite v0.20.1 |
1984 | 2024-01-19T05:46:34.303Z | Checking trust-dns-client v0.22.0 |
1985 | 2024-01-19T05:46:34.441Z | Checking parking_lot v0.11.2 |
1986 | 2024-01-19T05:46:34.557Z | Checking secrecy v0.8.0 |
1987 | 2024-01-19T05:46:35.007Z | Checking pretty-hex v0.4.1 |
1988 | 2024-01-19T05:46:35.504Z | Checking sled v0.34.7 |
1989 | 2024-01-19T05:46:35.504Z | Checking glob v0.3.1 |
1990 | 2024-01-19T05:46:35.626Z | Compiling vte_generate_state_changes v0.1.1 |
1991 | 2024-01-19T05:46:36.260Z | Checking fd-lock v3.0.13 |
1992 | 2024-01-19T05:46:36.521Z | Compiling unicase v2.7.0 |
1993 | 2024-01-19T05:46:36.612Z | Checking vte v0.11.1 |
1994 | 2024-01-19T05:46:36.678Z | Checking trust-dns-server v0.22.1 |
1995 | 2024-01-19T05:46:36.980Z | Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
1996 | 2024-01-19T05:46:37.408Z | Compiling platforms v3.0.2 |
1997 | 2024-01-19T05:46:37.829Z | Checking crossbeam-deque v0.8.3 |
1998 | 2024-01-19T05:46:37.897Z | Checking nu-ansi-term v0.49.0 |
1999 | 2024-01-19T05:46:38.142Z | Compiling rayon-core v1.12.0 |
2000 | 2024-01-19T05:46:38.588Z | Checking globset v0.4.13 |
2001 | 2024-01-19T05:46:38.996Z | Checking strip-ansi-escapes v0.2.0 |
2002 | 2024-01-19T05:46:39.204Z | Checking reedline v0.28.0 |
2003 | 2024-01-19T05:46:39.280Z | Checking olpc-cjson v0.1.3 |
2004 | 2024-01-19T05:46:39.455Z | Checking serde_plain v1.0.2 |
2005 | 2024-01-19T05:46:39.566Z | Compiling async-recursion v1.0.5 |
2006 | 2024-01-19T05:46:39.987Z | Checking typed-path v0.7.0 |
2007 | 2024-01-19T05:46:39.991Z | Compiling curve25519-dalek v4.1.1 |
2008 | 2024-01-19T05:46:41.305Z | Checking openapi-lint v0.4.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#ef442ee4) |
2009 | 2024-01-19T05:46:41.519Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2010 | 2024-01-19T05:46:41.821Z | Compiling memoffset v0.7.1 |
2011 | 2024-01-19T05:46:41.901Z | Checking rayon v1.8.0 |
2012 | 2024-01-19T05:46:42.067Z | Compiling mime_guess v2.0.4 |
2013 | 2024-01-19T05:46:42.494Z | Checking universal-hash v0.5.1 |
2014 | 2024-01-19T05:46:42.596Z | Compiling thiserror-impl-no-std v2.0.2 |
2015 | 2024-01-19T05:46:42.601Z | Checking tough v0.16.0 |
2016 | 2024-01-19T05:46:42.699Z | Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2017 | 2024-01-19T05:46:42.746Z | Compiling curve25519-dalek-derive v0.1.0 |
2018 | 2024-01-19T05:46:42.881Z | Checking opaque-debug v0.3.0 |
2019 | 2024-01-19T05:46:42.987Z | Checking poly1305 v0.8.0 |
2020 | 2024-01-19T05:46:44.112Z | Checking progenitor v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#9339b576) |
2021 | 2024-01-19T05:46:44.313Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2022 | 2024-01-19T05:46:44.402Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2023 | 2024-01-19T05:46:44.471Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2024 | 2024-01-19T05:46:44.850Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2025 | 2024-01-19T05:46:45.239Z | Compiling ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2026 | 2024-01-19T05:46:46.269Z | Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2027 | 2024-01-19T05:46:48.114Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
2028 | 2024-01-19T05:46:48.125Z | Compiling mg-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/mg-admin-client) |
2029 | 2024-01-19T05:46:48.771Z | Checking lpc55_sign v0.3.3 (https://github.com/oxidecomputer/lpc55_support#96f064ea) |
2030 | 2024-01-19T05:46:49.242Z | Checking thiserror-no-std v2.0.2 |
2031 | 2024-01-19T05:46:50.122Z | Checking hubtools v0.4.1 (https://github.com/oxidecomputer/hubtools.git?branch=main#73cd5a84) |
2032 | 2024-01-19T05:46:50.184Z | Checking chacha20 v0.9.1 |
2033 | 2024-01-19T05:46:50.707Z | Checking aead v0.5.2 |
2034 | 2024-01-19T05:46:50.973Z | Checking kstat-rs v0.2.3 |
2035 | 2024-01-19T05:46:51.022Z | Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e) |
2036 | 2024-01-19T05:46:51.458Z | Checking signature v1.6.4 |
2037 | 2024-01-19T05:46:51.484Z | Compiling salty v0.2.0 |
2038 | 2024-01-19T05:46:51.616Z | Checking ed25519 v1.5.3 |
2039 | 2024-01-19T05:46:51.922Z | Checking chacha20poly1305 v0.10.1 |
2040 | 2024-01-19T05:46:52.146Z | Checking vsss-rs v3.3.4 |
2041 | 2024-01-19T05:46:52.254Z | Checking nix v0.26.2 (https://github.com/jgallagher/nix?branch=r0.26-illumos#c1a3636d) |
2042 | 2024-01-19T05:46:53.265Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
2043 | 2024-01-19T05:46:53.645Z | Checking serde-big-array v0.5.1 |
2044 | 2024-01-19T05:46:53.921Z | Compiling hubpack_derive v0.1.0 (https://github.com/cbiffle/hubpack?rev=df08cc3a6e1f97381cd0472ae348e310f0119e25#df08cc3a) |
2045 | 2024-01-19T05:46:55.330Z | Checking bytecount v0.6.3 |
2046 | 2024-01-19T05:46:55.526Z | Checking papergrid v0.10.0 |
2047 | 2024-01-19T05:46:56.285Z | Checking hubpack v0.1.0 (https://github.com/cbiffle/hubpack?rev=df08cc3a6e1f97381cd0472ae348e310f0119e25#df08cc3a) |
2048 | 2024-01-19T05:46:57.576Z | Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=1e25649e8c2ac274bd04adfe0513dd14a482058c#1e25649e) |
2049 | 2024-01-19T05:46:57.673Z | Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=e71b10d2f9f1fb52818b916bae83ba15a339548d#e71b10d2) |
2050 | 2024-01-19T05:46:57.928Z | Compiling tabled_derive v0.6.0 |
2051 | 2024-01-19T05:46:59.588Z | Checking signal-hook-tokio v0.3.1 |
2052 | 2024-01-19T05:46:59.595Z | Checking nix v0.26.4 |
2053 | 2024-01-19T05:47:01.310Z | Checking serde-big-array v0.4.1 |
2054 | 2024-01-19T05:47:01.525Z | Compiling sqlparser_derive v0.2.2 |
2055 | 2024-01-19T05:47:02.304Z | Checking unicode_categories v0.1.1 |
2056 | 2024-01-19T05:47:02.612Z | Checking rustyline v12.0.0 |
2057 | 2024-01-19T05:47:02.789Z | Checking sqlformat v0.2.3 |
2058 | 2024-01-19T05:47:03.283Z | Checking sqlparser v0.41.0 |
2059 | 2024-01-19T05:47:04.012Z | Checking tabled v0.14.0 |
2060 | 2024-01-19T05:47:04.250Z | Checking illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2061 | 2024-01-19T05:47:05.072Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2062 | 2024-01-19T05:47:05.135Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2063 | 2024-01-19T05:47:07.888Z | Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2064 | 2024-01-19T05:47:08.346Z | Checking internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns) |
2065 | 2024-01-19T05:47:09.914Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2066 | 2024-01-19T05:47:11.056Z | Checking sprockets-common v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef) |
2067 | 2024-01-19T05:47:11.962Z | Checking bcs v0.1.6 |
2068 | 2024-01-19T05:47:12.623Z | Compiling prettyplease v0.2.16 |
2069 | 2024-01-19T05:47:12.682Z | Checking corncobs v0.1.3 |
2070 | 2024-01-19T05:47:12.955Z | Checking highway v1.1.0 |
2071 | 2024-01-19T05:47:13.050Z | Checking sprockets-rot v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef) |
2072 | 2024-01-19T05:47:13.135Z | Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=1e25649e8c2ac274bd04adfe0513dd14a482058c#1e25649e) |
2073 | 2024-01-19T05:47:13.378Z | Checking http-range v0.1.5 |
2074 | 2024-01-19T05:47:13.512Z | Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=1e25649e8c2ac274bd04adfe0513dd14a482058c#1e25649e) |
2075 | 2024-01-19T05:47:13.551Z | Checking hyper-staticfile v0.9.5 |
2076 | 2024-01-19T05:47:14.127Z | Compiling crunchy v0.2.2 |
2077 | 2024-01-19T05:47:14.533Z | Compiling portable-atomic v1.4.3 |
2078 | 2024-01-19T05:47:15.155Z | Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2079 | 2024-01-19T05:47:15.308Z | Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
2080 | 2024-01-19T05:47:16.080Z | Compiling clang-sys v1.6.1 |
2081 | 2024-01-19T05:47:16.393Z | Compiling tiny-keccak v2.0.2 |
2082 | 2024-01-19T05:47:16.831Z | Checking assert_matches v1.5.0 |
2083 | 2024-01-19T05:47:16.942Z | Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2084 | 2024-01-19T05:47:16.964Z | Checking humantime v2.1.0 |
2085 | 2024-01-19T05:47:18.082Z | Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
2086 | 2024-01-19T05:47:18.980Z | Compiling darling_core v0.14.4 |
2087 | 2024-01-19T05:47:20.010Z | Checking number_prefix v0.4.0 |
2088 | 2024-01-19T05:47:20.021Z | Compiling ascii-canvas v3.0.0 |
2089 | 2024-01-19T05:47:20.021Z | Checking indicatif v0.17.7 |
2090 | 2024-01-19T05:47:20.870Z | Compiling ena v0.14.2 |
2091 | 2024-01-19T05:47:20.886Z | Compiling libloading v0.7.4 |
2092 | 2024-01-19T05:47:21.065Z | Compiling regex-syntax v0.6.29 |
2093 | 2024-01-19T05:47:21.847Z | Compiling bindgen v0.65.1 |
2094 | 2024-01-19T05:47:21.860Z | Compiling diff v0.1.13 |
2095 | 2024-01-19T05:47:25.958Z | Compiling cexpr v0.6.0 |
2096 | 2024-01-19T05:47:28.744Z | Compiling darling_macro v0.14.4 |
2097 | 2024-01-19T05:47:28.753Z | Compiling lalrpop v0.19.12 |
2098 | 2024-01-19T05:47:29.460Z | Compiling which v4.4.0 |
2099 | 2024-01-19T05:47:30.293Z | Compiling darling v0.14.4 |
2100 | 2024-01-19T05:47:30.414Z | Compiling fs-err v2.11.0 |
2101 | 2024-01-19T05:47:30.454Z | Compiling rustc-hash v1.1.0 |
2102 | 2024-01-19T05:47:30.653Z | Compiling peeking_take_while v0.1.2 |
2103 | 2024-01-19T05:47:30.940Z | Compiling ref-cast v1.0.20 |
2104 | 2024-01-19T05:47:30.963Z | Compiling lazycell v1.3.0 |
2105 | 2024-01-19T05:47:31.381Z | Compiling shlex v1.1.0 |
2106 | 2024-01-19T05:47:31.381Z | Checking maplit v1.0.2 |
2107 | 2024-01-19T05:47:31.381Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2108 | 2024-01-19T05:47:31.397Z | Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2109 | 2024-01-19T05:47:31.464Z | Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
2110 | 2024-01-19T05:47:32.028Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2111 | 2024-01-19T05:47:34.183Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2112 | 2024-01-19T05:47:36.177Z | Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2113 | 2024-01-19T05:47:39.968Z | Compiling derive_builder_core v0.12.0 |
2114 | 2024-01-19T05:47:41.466Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
2115 | 2024-01-19T05:47:41.889Z | Compiling ref-cast-impl v1.0.20 |
2116 | 2024-01-19T05:47:42.167Z | Compiling libxml v0.3.3 |
2117 | 2024-01-19T05:47:43.226Z | Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
2118 | 2024-01-19T05:47:43.797Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
2119 | 2024-01-19T05:47:43.905Z | Compiling strum_macros v0.24.3 |
2120 | 2024-01-19T05:47:43.937Z | Compiling derive_builder_macro v0.12.0 |
2121 | 2024-01-19T05:47:44.001Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
2122 | 2024-01-19T05:47:44.792Z | Compiling diesel-dtrace v0.2.0 (https://github.com/oxidecomputer/diesel-dtrace?branch=main#c1252df7) |
2123 | 2024-01-19T05:47:45.236Z | Compiling cookie v0.18.0 |
2124 | 2024-01-19T05:47:45.290Z | Compiling indoc v1.0.9 |
2125 | 2024-01-19T05:47:45.662Z | Checking parse-size v1.0.0 |
2126 | 2024-01-19T05:47:45.980Z | Checking derive_builder v0.12.0 |
2127 | 2024-01-19T05:47:46.927Z | Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
2128 | 2024-01-19T05:47:48.604Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
2129 | 2024-01-19T05:47:48.981Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
2130 | 2024-01-19T05:47:49.143Z | Checking bb8 v0.8.1 |
2131 | 2024-01-19T05:47:49.443Z | Checking quick-xml v0.23.1 |
2132 | 2024-01-19T05:47:49.908Z | Compiling impl-trait-for-tuples v0.2.2 |
2133 | 2024-01-19T05:47:49.953Z | Compiling oso-derive v0.27.0 |
2134 | 2024-01-19T05:47:50.501Z | Checking unicode-linebreak v0.1.5 |
2135 | 2024-01-19T05:47:50.506Z | Checking smawk v0.3.1 |
2136 | 2024-01-19T05:47:50.772Z | Checking async-bb8-diesel v0.1.0 (https://github.com/oxidecomputer/async-bb8-diesel?rev=ed7ab5ef0513ba303d33efd41d3e9e381169d59b#ed7ab5ef) |
2137 | 2024-01-19T05:47:51.211Z | Checking textwrap v0.16.0 |
2138 | 2024-01-19T05:47:51.675Z | Checking tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
2139 | 2024-01-19T05:47:51.722Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
2140 | 2024-01-19T05:47:51.821Z | Checking is_ci v1.1.1 |
2141 | 2024-01-19T05:47:51.988Z | Checking supports-color v2.1.0 |
2142 | 2024-01-19T05:47:52.254Z | Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
2143 | 2024-01-19T05:47:52.319Z | Checking itertools v0.11.0 |
2144 | 2024-01-19T05:47:54.337Z | Compiling indoc v2.0.3 |
2145 | 2024-01-19T05:47:55.579Z | Checking cassowary v0.3.0 |
2146 | 2024-01-19T05:47:56.093Z | Checking rtoolbox v0.0.1 |
2147 | 2024-01-19T05:47:56.218Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
2148 | 2024-01-19T05:47:56.285Z | Checking ratatui v0.23.0 |
2149 | 2024-01-19T05:47:56.343Z | Checking rpassword v7.3.1 |
2150 | 2024-01-19T05:47:56.541Z | Checking shell-words v1.1.0 |
2151 | 2024-01-19T05:47:56.655Z | Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=e71b10d2f9f1fb52818b916bae83ba15a339548d#e71b10d2) |
2152 | 2024-01-19T05:47:56.787Z | Checking fatfs v0.3.6 |
2153 | 2024-01-19T05:47:58.640Z | Checking yansi v0.5.1 |
2154 | 2024-01-19T05:47:58.825Z | Compiling target-lexicon v0.12.12 |
2155 | 2024-01-19T05:47:59.035Z | Checking pretty_assertions v1.4.0 |
2156 | 2024-01-19T05:47:59.303Z | Compiling guppy-workspace-hack v0.1.0 |
2157 | 2024-01-19T05:47:59.705Z | Checking plotters-backend v0.3.5 |
2158 | 2024-01-19T05:47:59.801Z | Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2159 | 2024-01-19T05:48:00.273Z | Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
2160 | 2024-01-19T05:48:00.345Z | Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
2161 | 2024-01-19T05:48:00.840Z | Checking tui-tree-widget v0.13.0 |
2162 | 2024-01-19T05:48:01.215Z | Checking nexus-deployment v0.1.0 (/work/oxidecomputer/omicron/nexus/deployment) |
2163 | 2024-01-19T05:48:02.371Z | Checking plotters-svg v0.3.5 |
2164 | 2024-01-19T05:48:02.691Z | Checking rand v0.4.6 |
2165 | 2024-01-19T05:48:02.705Z | Compiling target-spec v3.0.1 |
2166 | 2024-01-19T05:48:03.484Z | Checking cast v0.3.0 |
2167 | 2024-01-19T05:48:03.953Z | Checking remove_dir_all v0.5.3 |
2168 | 2024-01-19T05:48:04.083Z | Checking criterion-plot v0.5.0 |
2169 | 2024-01-19T05:48:04.218Z | Checking tempdir v0.3.7 |
2170 | 2024-01-19T05:48:04.493Z | Checking cfg-expr v0.15.5 |
2171 | 2024-01-19T05:48:04.986Z | Checking plotters v0.3.5 |
2172 | 2024-01-19T05:48:05.787Z | Checking tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous) |
2173 | 2024-01-19T05:48:07.504Z | Checking installinator-artifactd v0.1.0 (/work/oxidecomputer/omicron/installinator-artifactd) |
2174 | 2024-01-19T05:48:07.840Z | Checking tinytemplate v1.2.1 |
2175 | 2024-01-19T05:48:08.836Z | Checking cargo-platform v0.1.3 |
2176 | 2024-01-19T05:48:08.852Z | Checking anes v0.1.6 |
2177 | 2024-01-19T05:48:08.869Z | Checking oorandom v11.1.3 |
2178 | 2024-01-19T05:48:09.072Z | Checking cargo_metadata v0.18.1 |
2179 | 2024-01-19T05:48:09.749Z | Checking criterion v0.5.1 |
2180 | 2024-01-19T05:48:09.834Z | Checking installinator-artifact-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-artifact-client) |
2181 | 2024-01-19T05:48:10.883Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
2182 | 2024-01-19T05:48:11.641Z | Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
2183 | 2024-01-19T05:48:14.011Z | Checking assert_cmd v2.0.13 |
2184 | 2024-01-19T05:48:14.663Z | Compiling nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros) |
2185 | 2024-01-19T05:48:17.102Z | Checking rustls-native-certs v0.7.0 |
2186 | 2024-01-19T05:48:17.728Z | Checking pathdiff v0.2.1 |
2187 | 2024-01-19T05:48:17.738Z | Checking nested v0.1.1 |
2188 | 2024-01-19T05:48:17.906Z | Checking guppy v0.17.4 |
2189 | 2024-01-19T05:48:19.535Z | Checking hyper-rustls v0.25.0 |
2190 | 2024-01-19T05:48:20.115Z | Checking threadpool v1.8.1 |
2191 | 2024-01-19T05:48:20.393Z | Checking nanorand v0.7.0 |
2192 | 2024-01-19T05:48:20.945Z | Checking libtest-mimic v0.6.1 |
2193 | 2024-01-19T05:48:20.958Z | Checking flume v0.11.0 |
2194 | 2024-01-19T05:48:21.281Z | Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
2195 | 2024-01-19T05:48:21.594Z | Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
2196 | 2024-01-19T05:48:21.692Z | Checking httptest v0.15.5 |
2197 | 2024-01-19T05:48:22.834Z | Checking similar-asserts v1.5.0 |
2198 | 2024-01-19T05:48:23.157Z | Compiling rstest_macros v0.18.2 |
2199 | 2024-01-19T05:48:23.452Z | Compiling crossbeam-queue v0.3.8 |
2200 | 2024-01-19T05:48:24.051Z | Checking datatest-stable v0.2.3 |
2201 | 2024-01-19T05:48:24.613Z | Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
2202 | 2024-01-19T05:48:24.622Z | Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
2203 | 2024-01-19T05:48:25.700Z | Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
2204 | 2024-01-19T05:48:25.790Z | Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
2205 | 2024-01-19T05:48:25.878Z | Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2206 | 2024-01-19T05:48:25.967Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
2207 | 2024-01-19T05:48:26.206Z | Checking constant_time_eq v0.2.6 |
2208 | 2024-01-19T05:48:26.385Z | Checking arrayvec v0.7.4 |
2209 | 2024-01-19T05:48:26.661Z | Checking arrayref v0.3.7 |
2210 | 2024-01-19T05:48:26.783Z | Compiling trybuild v1.0.89 |
2211 | 2024-01-19T05:48:26.932Z | Compiling relative-path v1.9.0 |
2212 | 2024-01-19T05:48:27.189Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2213 | 2024-01-19T05:48:27.418Z | Checking blake2b_simd v1.0.1 |
2214 | 2024-01-19T05:48:29.541Z | Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
2215 | 2024-01-19T05:48:29.612Z | Checking basic-toml v0.1.8 |
2216 | 2024-01-19T05:48:30.990Z | Checking constant_time_eq v0.3.0 |
2217 | 2024-01-19T05:48:31.156Z | Checking futures-timer v3.0.2 |
2218 | 2024-01-19T05:48:31.597Z | Checking rust-argon2 v1.0.1 |
2219 | 2024-01-19T05:48:34.398Z | Checking crossbeam v0.8.2 |
2220 | 2024-01-19T05:48:35.799Z | Checking partial-io v0.5.4 |
2221 | 2024-01-19T05:48:36.758Z | Checking approx v0.5.1 |
2222 | 2024-01-19T05:48:36.768Z | Checking termios v0.3.3 |
2223 | 2024-01-19T05:48:36.969Z | Checking hex-literal v0.4.1 |
2224 | 2024-01-19T05:48:44.017Z | Checking rstest v0.18.2 |
2225 | 2024-01-19T05:48:45.508Z | Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli) |
2226 | 2024-01-19T05:48:50.701Z | Checking omicron-deploy v0.1.0 (/work/oxidecomputer/omicron/dev-tools/thing-flinger) |
2227 | 2024-01-19T05:49:53.910Z | Checking zone-network-setup v0.1.0 (/work/oxidecomputer/omicron/zone-network-setup) |
2228 | 2024-01-19T05:49:54.795Z | Compiling samael v0.0.10 (https://github.com/njaremko/samael?branch=master#52028e45) |
2229 | 2024-01-19T05:49:58.668Z | Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns-cli) |
2230 | 2024-01-19T05:49:59.652Z | Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed) |
2231 | 2024-01-19T05:50:13.205Z | Checking caboose-util v0.1.0 (/work/oxidecomputer/omicron/caboose-util) |
2232 | 2024-01-19T05:50:38.025Z | Compiling polar-core v0.27.0 |
2233 | 2024-01-19T05:50:48.838Z | Checking oso v0.27.0 |
2234 | 2024-01-19T05:51:26.539Z | Checking nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
2235 | 2024-01-19T05:52:51.864Z | Finished dev [unoptimized + debuginfo] target(s) in 10m 08s |
2236 | 2024-01-19T05:52:52.076Z | |
2237 | 2024-01-19T05:52:52.076Z | real 11:09.005368468 |
2238 | 2024-01-19T05:52:52.076Z | user 1:00:47.744848945 |
2239 | 2024-01-19T05:52:52.079Z | sys 7:47.158041828 |
2240 | 2024-01-19T05:52:52.079Z | trap 2.031898321 |
2241 | 2024-01-19T05:52:52.079Z | tflt 2.193115504 |
2242 | 2024-01-19T05:52:52.079Z | dflt 3.920585020 |
2243 | 2024-01-19T05:52:52.079Z | kflt 0.019128939 |
2244 | 2024-01-19T05:52:52.079Z | lock 1:35:54.492125216 |
2245 | 2024-01-19T05:52:52.079Z | slp 2:59:49.329135307 |
2246 | 2024-01-19T05:52:52.079Z | lat 2:05.010642636 |
2247 | 2024-01-19T05:52:52.079Z | stop 4:27.862595018 |
2248 | 2024-01-19T05:52:53.253Z | warning: output filename collision. |
2249 | 2024-01-19T05:52:53.253Z | 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)`. |
2250 | 2024-01-19T05:52:53.253Z | Colliding filename is: /work/oxidecomputer/omicron/target/doc/hubpack/index.html |
2251 | 2024-01-19T05:52:53.253Z | The targets should have unique names. |
2252 | 2024-01-19T05:52:53.253Z | This is a known bug where multiple crates with the same name use |
2253 | 2024-01-19T05:52:53.253Z | the same path; see <https://github.com/rust-lang/cargo/issues/6313>. |
2254 | 2024-01-19T05:52:53.257Z | warning: output filename collision. |
2255 | 2024-01-19T05:52:53.257Z | The lib target `nix` in package `nix v0.26.4` has the same output filename as the lib target `nix` in package `nix v0.26.2 (https://github.com/jgallagher/nix?branch=r0.26-illumos#c1a3636d)`. |
2256 | 2024-01-19T05:52:53.257Z | Colliding filename is: /work/oxidecomputer/omicron/target/doc/nix/index.html |
2257 | 2024-01-19T05:52:53.257Z | The targets should have unique names. |
2258 | 2024-01-19T05:52:53.257Z | This is a known bug where multiple crates with the same name use |
2259 | 2024-01-19T05:52:53.257Z | the same path; see <https://github.com/rust-lang/cargo/issues/6313>. |
2260 | 2024-01-19T05:52:53.258Z | warning: output filename collision. |
2261 | 2024-01-19T05:52:53.258Z | 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)`. |
2262 | 2024-01-19T05:52:53.258Z | Colliding filename is: /work/oxidecomputer/omicron/target/doc/oximeter/index.html |
2263 | 2024-01-19T05:52:53.258Z | The targets should have unique names. |
2264 | 2024-01-19T05:52:53.258Z | This is a known bug where multiple crates with the same name use |
2265 | 2024-01-19T05:52:53.258Z | the same path; see <https://github.com/rust-lang/cargo/issues/6313>. |
2266 | 2024-01-19T05:52:53.258Z | warning: output filename collision. |
2267 | 2024-01-19T05:52:53.258Z | 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)`. |
2268 | 2024-01-19T05:52:53.258Z | Colliding filename is: /work/oxidecomputer/omicron/target/doc/tlvc/index.html |
2269 | 2024-01-19T05:52:53.258Z | The targets should have unique names. |
2270 | 2024-01-19T05:52:53.258Z | This is a known bug where multiple crates with the same name use |
2271 | 2024-01-19T05:52:53.258Z | the same path; see <https://github.com/rust-lang/cargo/issues/6313>. |
2272 | 2024-01-19T05:52:53.880Z | Documenting libc v0.2.152 |
2273 | 2024-01-19T05:52:53.900Z | Documenting cfg-if v1.0.0 |
2274 | 2024-01-19T05:52:53.908Z | Documenting serde_derive v1.0.195 |
2275 | 2024-01-19T05:52:53.938Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2276 | 2024-01-19T05:52:53.941Z | Documenting scopeguard v1.2.0 |
2277 | 2024-01-19T05:52:53.941Z | Documenting log v0.4.20 |
2278 | 2024-01-19T05:52:53.975Z | Documenting memchr v2.6.3 |
2279 | 2024-01-19T05:52:53.989Z | Documenting smallvec v1.11.2 |
2280 | 2024-01-19T05:52:54.357Z | Documenting zeroize_derive v1.4.2 |
2281 | 2024-01-19T05:52:57.745Z | Documenting lock_api v0.4.10 |
2282 | 2024-01-19T05:52:57.873Z | Documenting itoa v1.0.9 |
2283 | 2024-01-19T05:52:58.396Z | Documenting pin-project-lite v0.2.13 |
2284 | 2024-01-19T05:52:59.809Z | Documenting libm v0.2.7 |
2285 | 2024-01-19T05:53:00.083Z | Documenting getrandom v0.2.10 |
2286 | 2024-01-19T05:53:00.760Z | Documenting parking_lot_core v0.9.8 |
2287 | 2024-01-19T05:53:01.594Z | Documenting zeroize v1.7.0 |
2288 | 2024-01-19T05:53:02.057Z | Documenting signal-hook-registry v1.4.1 |
2289 | 2024-01-19T05:53:02.155Z | Documenting mio v0.8.9 |
2290 | 2024-01-19T05:53:02.355Z | Documenting futures-core v0.3.30 |
2291 | 2024-01-19T05:53:04.389Z | Documenting serde v1.0.195 |
2292 | 2024-01-19T05:53:04.579Z | Documenting num-traits v0.2.16 |
2293 | 2024-01-19T05:53:05.656Z | Documenting rand_core v0.6.4 |
2294 | 2024-01-19T05:53:07.063Z | Documenting parking_lot v0.12.1 |
2295 | 2024-01-19T05:53:07.464Z | Documenting thiserror-impl v1.0.49 |
2296 | 2024-01-19T05:53:07.670Z | Documenting socket2 v0.5.5 |
2297 | 2024-01-19T05:53:08.227Z | Documenting num_cpus v1.16.0 |
2298 | 2024-01-19T05:53:08.322Z | Documenting typenum v1.16.0 |
2299 | 2024-01-19T05:53:11.103Z | Documenting tokio-macros v2.2.0 |
2300 | 2024-01-19T05:53:11.784Z | Documenting subtle v2.5.0 |
2301 | 2024-01-19T05:53:12.824Z | Documenting once_cell v1.19.0 |
2302 | 2024-01-19T05:53:14.152Z | Documenting ryu v1.0.15 |
2303 | 2024-01-19T05:53:14.186Z | Documenting byteorder v1.5.0 |
2304 | 2024-01-19T05:53:15.123Z | Documenting thiserror v1.0.49 |
2305 | 2024-01-19T05:53:17.486Z | Documenting futures-sink v0.3.30 |
2306 | 2024-01-19T05:53:18.213Z | Documenting const-oid v0.9.5 |
2307 | 2024-01-19T05:53:18.518Z | Documenting pin-utils v0.1.0 |
2308 | 2024-01-19T05:53:18.572Z | Documenting slab v0.4.9 |
2309 | 2024-01-19T05:53:20.357Z | Documenting futures-macro v0.3.30 |
2310 | 2024-01-19T05:53:21.136Z | Documenting futures-io v0.3.30 |
2311 | 2024-01-19T05:53:23.428Z | Documenting futures-channel v0.3.30 |
2312 | 2024-01-19T05:53:24.600Z | Documenting futures-task v0.3.30 |
2313 | 2024-01-19T05:53:26.132Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2314 | 2024-01-19T05:53:27.373Z | Documenting iana-time-zone v0.1.57 |
2315 | 2024-01-19T05:53:27.377Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2316 | 2024-01-19T05:53:27.553Z | Documenting tinyvec_macros v0.1.1 |
2317 | 2024-01-19T05:53:28.311Z | Documenting ppv-lite86 v0.2.17 |
2318 | 2024-01-19T05:53:30.193Z | Documenting tracing-core v0.1.31 |
2319 | 2024-01-19T05:53:31.442Z | Documenting futures-util v0.3.30 |
2320 | 2024-01-19T05:53:32.154Z | Documenting tinyvec v1.6.0 |
2321 | 2024-01-19T05:53:33.350Z | Documenting rand_chacha v0.3.1 |
2322 | 2024-01-19T05:53:33.726Z | Documenting tracing-attributes v0.1.26 |
2323 | 2024-01-19T05:53:37.828Z | Documenting unicode-normalization v0.1.22 |
2324 | 2024-01-19T05:53:39.636Z | Documenting rand v0.8.5 |
2325 | 2024-01-19T05:53:41.193Z | Documenting bytes v1.5.0 |
2326 | 2024-01-19T05:53:41.460Z | Documenting bitflags v2.4.0 |
2327 | 2024-01-19T05:53:43.340Z | Documenting serde_json v1.0.111 |
2328 | 2024-01-19T05:53:45.403Z | Documenting chrono v0.4.31 |
2329 | 2024-01-19T05:53:45.805Z | Documenting uuid v1.6.1 |
2330 | 2024-01-19T05:53:46.650Z | Documenting lazy_static v1.4.0 |
2331 | 2024-01-19T05:53:48.355Z | Documenting unicode-bidi v0.3.13 |
2332 | 2024-01-19T05:53:48.394Z | Documenting tokio v1.35.1 |
2333 | 2024-01-19T05:53:51.049Z | Documenting percent-encoding v2.3.1 |
2334 | 2024-01-19T05:53:52.315Z | Documenting base64 v0.21.7 |
2335 | 2024-01-19T05:53:52.336Z | Documenting cpufeatures v0.2.9 |
2336 | 2024-01-19T05:53:52.778Z | Documenting generic-array v0.14.7 |
2337 | 2024-01-19T05:53:54.005Z | Documenting serde_derive_internals v0.26.0 |
2338 | 2024-01-19T05:53:54.879Z | Checking serde_derive_internals v0.26.0 |
2339 | 2024-01-19T05:53:55.824Z | Documenting dyn-clone v1.0.13 |
2340 | 2024-01-19T05:53:56.468Z | Documenting fnv v1.0.7 |
2341 | 2024-01-19T05:53:57.011Z | Documenting form_urlencoded v1.2.1 |
2342 | 2024-01-19T05:53:58.670Z | Documenting errno v0.3.8 |
2343 | 2024-01-19T05:53:59.697Z | Documenting crypto-common v0.1.6 |
2344 | 2024-01-19T05:54:00.231Z | Documenting block-buffer v0.10.4 |
2345 | 2024-01-19T05:54:01.209Z | Documenting tracing v0.1.37 |
2346 | 2024-01-19T05:54:02.583Z | Documenting idna v0.5.0 |
2347 | 2024-01-19T05:54:02.691Z | Documenting httparse v1.8.0 |
2348 | 2024-01-19T05:54:02.830Z | Documenting schemars_derive v0.8.16 |
2349 | 2024-01-19T05:54:04.518Z | Documenting unicode-ident v1.0.12 |
2350 | 2024-01-19T05:54:04.857Z | Documenting rustix v0.38.30 |
2351 | 2024-01-19T05:54:05.993Z | Documenting adler v1.0.2 |
2352 | 2024-01-19T05:54:06.209Z | Documenting digest v0.10.7 |
2353 | 2024-01-19T05:54:08.560Z | Documenting proc-macro2 v1.0.74 |
2354 | 2024-01-19T05:54:08.694Z | Documenting spin v0.9.8 |
2355 | 2024-01-19T05:54:09.134Z | Documenting url v2.5.0 |
2356 | 2024-01-19T05:54:09.914Z | Documenting miniz_oxide v0.7.1 |
2357 | 2024-01-19T05:54:11.603Z | Documenting schemars v0.8.16 |
2358 | 2024-01-19T05:54:12.930Z | Documenting base64ct v1.6.0 |
2359 | 2024-01-19T05:54:14.446Z | Documenting unicode-width v0.1.11 |
2360 | 2024-01-19T05:54:14.715Z | Documenting httpdate v1.0.3 |
2361 | 2024-01-19T05:54:15.131Z | Documenting try-lock v0.2.4 |
2362 | 2024-01-19T05:54:15.351Z | Documenting quote v1.0.35 |
2363 | 2024-01-19T05:54:15.486Z | Documenting http-body v0.4.5 |
2364 | 2024-01-19T05:54:18.708Z | Documenting openssl-sys v0.9.96 |
2365 | 2024-01-19T05:54:19.247Z | Documenting want v0.3.1 |
2366 | 2024-01-19T05:54:19.717Z | Documenting slog v2.7.0 |
2367 | 2024-01-19T05:54:21.090Z | Documenting async-trait v0.1.77 |
2368 | 2024-01-19T05:54:21.514Z | Documenting openssl-macros v0.1.1 |
2369 | 2024-01-19T05:54:21.867Z | Documenting mime v0.3.17 |
2370 | 2024-01-19T05:54:22.906Z | Documenting tower-service v0.3.2 |
2371 | 2024-01-19T05:54:25.580Z | Documenting pem-rfc7468 v0.7.0 |
2372 | 2024-01-19T05:54:25.818Z | Documenting aho-corasick v1.0.4 |
2373 | 2024-01-19T05:54:28.113Z | Documenting der_derive v0.7.2 |
2374 | 2024-01-19T05:54:28.345Z | Documenting regex-syntax v0.8.2 |
2375 | 2024-01-19T05:54:28.614Z | Documenting openssl v0.10.60 |
2376 | 2024-01-19T05:54:28.671Z | Documenting utf8parse v0.2.1 |
2377 | 2024-01-19T05:54:29.095Z | Documenting equivalent v1.0.1 |
2378 | 2024-01-19T05:54:31.703Z | Documenting hashbrown v0.14.2 |
2379 | 2024-01-19T05:54:31.856Z | Documenting tokio-util v0.7.10 |
2380 | 2024-01-19T05:54:32.893Z | Documenting flagset v0.4.3 |
2381 | 2024-01-19T05:54:33.172Z | Documenting openssl-probe v0.1.5 |
2382 | 2024-01-19T05:54:33.196Z | Documenting ipnet v2.9.0 |
2383 | 2024-01-19T05:54:36.710Z | Documenting num-integer v0.1.45 |
2384 | 2024-01-19T05:54:36.861Z | Documenting der v0.7.8 |
2385 | 2024-01-19T05:54:37.934Z | Documenting indexmap v2.1.0 |
2386 | 2024-01-19T05:54:38.723Z | Documenting regex-automata v0.4.3 |
2387 | 2024-01-19T05:54:39.170Z | Documenting time-macros v0.2.13 |
2388 | 2024-01-19T05:54:39.281Z | Documenting time-core v0.1.1 |
2389 | 2024-01-19T05:54:41.350Z | Documenting h2 v0.3.21 |
2390 | 2024-01-19T05:54:42.177Z | Documenting gimli v0.28.0 |
2391 | 2024-01-19T05:54:42.877Z | Documenting num_threads v0.1.6 |
2392 | 2024-01-19T05:54:43.432Z | Documenting deranged v0.3.8 |
2393 | 2024-01-19T05:54:44.277Z | Documenting spki v0.7.2 |
2394 | 2024-01-19T05:54:44.859Z | Documenting native-tls v0.2.11 |
2395 | 2024-01-19T05:54:46.244Z | Documenting object v0.32.1 |
2396 | 2024-01-19T05:54:48.697Z | Documenting crossbeam-utils v0.8.16 |
2397 | 2024-01-19T05:54:50.536Z | Documenting time v0.3.27 |
2398 | 2024-01-19T05:54:50.956Z | Documenting encoding_rs v0.8.33 |
2399 | 2024-01-19T05:54:51.575Z | Documenting regex v1.10.2 |
2400 | 2024-01-19T05:54:51.711Z | Documenting addr2line v0.21.0 |
2401 | 2024-01-19T05:54:52.025Z | Checking pest_meta v2.7.2 |
2402 | 2024-01-19T05:54:53.496Z | Documenting rustc-demangle v0.1.23 |
2403 | 2024-01-19T05:54:55.493Z | Documenting tokio-native-tls v0.3.1 |
2404 | 2024-01-19T05:54:56.298Z | Documenting hyper v0.14.27 |
2405 | 2024-01-19T05:54:57.160Z | Documenting serde_urlencoded v0.7.1 |
2406 | 2024-01-19T05:54:57.831Z | Documenting pest_meta v2.7.2 |
2407 | 2024-01-19T05:54:57.919Z | Checking pest_generator v2.7.2 |
2408 | 2024-01-19T05:54:59.074Z | Documenting pkcs8 v0.10.2 |
2409 | 2024-01-19T05:54:59.168Z | Documenting anstyle v1.0.2 |
2410 | 2024-01-19T05:54:59.842Z | Documenting data-encoding v2.4.0 |
2411 | 2024-01-19T05:55:03.467Z | Documenting ucd-trie v0.1.6 |
2412 | 2024-01-19T05:55:04.210Z | Documenting webpki-roots v0.25.2 |
2413 | 2024-01-19T05:55:04.356Z | Documenting pest_generator v2.7.2 |
2414 | 2024-01-19T05:55:04.892Z | Documenting backtrace v0.3.69 |
2415 | 2024-01-19T05:55:05.656Z | Documenting anstyle-parse v0.2.1 |
2416 | 2024-01-19T05:55:06.165Z | Documenting syn v2.0.46 |
2417 | 2024-01-19T05:55:06.322Z | Documenting ipnetwork v0.20.0 |
2418 | 2024-01-19T05:55:09.498Z | Documenting pest v2.7.2 |
2419 | 2024-01-19T05:55:10.088Z | Documenting sha2 v0.10.8 |
2420 | 2024-01-19T05:55:10.421Z | Documenting futures-executor v0.3.30 |
2421 | 2024-01-19T05:55:11.151Z | Documenting pest_derive v2.7.2 |
2422 | 2024-01-19T05:55:13.122Z | Documenting anyhow v1.0.75 |
2423 | 2024-01-19T05:55:14.781Z | Documenting hyper-tls v0.5.0 |
2424 | 2024-01-19T05:55:14.834Z | Documenting hyper-rustls v0.24.2 |
2425 | 2024-01-19T05:55:17.115Z | Documenting hex v0.4.3 |
2426 | 2024-01-19T05:55:17.400Z | Documenting crc32fast v1.3.2 |
2427 | 2024-01-19T05:55:17.477Z | Checking serde_tokenstream v0.1.7 |
2428 | 2024-01-19T05:55:18.011Z | Documenting anstyle-query v1.0.0 |
2429 | 2024-01-19T05:55:18.120Z | Documenting colorchoice v1.0.0 |
2430 | 2024-01-19T05:55:20.314Z | Documenting untrusted v0.9.0 |
2431 | 2024-01-19T05:55:22.154Z | Documenting dtrace-parser v0.1.14 |
2432 | 2024-01-19T05:55:23.253Z | Documenting openapiv3 v2.0.0 |
2433 | 2024-01-19T05:55:23.637Z | Documenting num-iter v0.1.43 |
2434 | 2024-01-19T05:55:23.958Z | Documenting anstream v0.5.0 |
2435 | 2024-01-19T05:55:24.291Z | Documenting ring v0.17.7 |
2436 | 2024-01-19T05:55:24.624Z | Documenting hmac v0.12.1 |
2437 | 2024-01-19T05:55:24.975Z | Documenting reqwest v0.11.22 |
2438 | 2024-01-19T05:55:28.384Z | Documenting dof v0.1.5 |
2439 | 2024-01-19T05:55:29.690Z | Documenting signal-hook v0.3.17 |
2440 | 2024-01-19T05:55:30.258Z | Documenting thread-id v4.2.0 |
2441 | 2024-01-19T05:55:31.713Z | Documenting terminal_size v0.2.6 |
2442 | 2024-01-19T05:55:31.840Z | Documenting memoffset v0.9.0 |
2443 | 2024-01-19T05:55:32.588Z | Documenting strsim v0.10.0 |
2444 | 2024-01-19T05:55:34.846Z | Documenting clap_lex v0.5.1 |
2445 | 2024-01-19T05:55:35.902Z | Documenting crossbeam-epoch v0.9.15 |
2446 | 2024-01-19T05:55:36.318Z | Documenting flate2 v1.0.28 |
2447 | 2024-01-19T05:55:36.588Z | Documenting usdt-impl v0.3.5 |
2448 | 2024-01-19T05:55:37.429Z | Documenting usdt-macro v0.3.5 |
2449 | 2024-01-19T05:55:37.457Z | Documenting usdt-attr-macro v0.3.5 |
2450 | 2024-01-19T05:55:37.732Z | Documenting futures v0.3.30 |
2451 | 2024-01-19T05:55:38.467Z | Documenting clap_derive v4.4.2 |
2452 | 2024-01-19T05:55:41.213Z | Documenting clap_builder v4.4.2 |
2453 | 2024-01-19T05:55:42.447Z | Documenting unicode-segmentation v1.10.1 |
2454 | 2024-01-19T05:55:43.569Z | Documenting either v1.9.0 |
2455 | 2024-01-19T05:55:44.429Z | Documenting managed v0.8.0 |
2456 | 2024-01-19T05:55:44.791Z | Documenting signal-hook-mio v0.2.3 |
2457 | 2024-01-19T05:55:44.911Z | Documenting usdt v0.3.5 |
2458 | 2024-01-19T05:55:46.944Z | Documenting block-padding v0.3.3 |
2459 | 2024-01-19T05:55:47.435Z | Documenting scheduled-thread-pool v0.2.7 |
2460 | 2024-01-19T05:55:49.070Z | Documenting bzip2-sys v0.1.11+1.0.8 |
2461 | 2024-01-19T05:55:49.270Z | Documenting enum-as-inner v0.5.1 |
2462 | 2024-01-19T05:55:49.534Z | Documenting diesel_table_macro_syntax v0.1.0 |
2463 | 2024-01-19T05:55:50.550Z | Documenting clap v4.4.3 |
2464 | 2024-01-19T05:55:50.947Z | Checking diesel_table_macro_syntax v0.1.0 |
2465 | 2024-01-19T05:55:51.185Z | Documenting pin-project-internal v1.1.3 |
2466 | 2024-01-19T05:55:52.231Z | Documenting crossterm v0.27.0 |
2467 | 2024-01-19T05:55:52.899Z | Documenting inout v0.1.3 |
2468 | 2024-01-19T05:55:53.869Z | Documenting r2d2 v0.8.10 |
2469 | 2024-01-19T05:55:54.744Z | Documenting bzip2 v0.4.4 |
2470 | 2024-01-19T05:55:56.279Z | Documenting trust-dns-proto v0.22.0 |
2471 | 2024-01-19T05:55:57.131Z | Documenting diesel_derives v2.1.2 |
2472 | 2024-01-19T05:55:57.579Z | Documenting md-5 v0.10.5 |
2473 | 2024-01-19T05:55:58.928Z | Documenting pin-project v1.1.3 |
2474 | 2024-01-19T05:55:59.053Z | Documenting stringprep v0.1.3 |
2475 | 2024-01-19T05:55:59.931Z | Documenting toml_datetime v0.6.5 |
2476 | 2024-01-19T05:56:00.559Z | Documenting serde_spanned v0.6.4 |
2477 | 2024-01-19T05:56:00.698Z | Documenting zerocopy v0.7.31 |
2478 | 2024-01-19T05:56:02.985Z | Documenting ff v0.13.0 |
2479 | 2024-01-19T05:56:04.597Z | Documenting doc-comment v0.3.3 |
2480 | 2024-01-19T05:56:04.725Z | Documenting pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
2481 | 2024-01-19T05:56:06.345Z | Documenting snafu-derive v0.7.5 |
2482 | 2024-01-19T05:56:06.821Z | Documenting bit-vec v0.6.3 |
2483 | 2024-01-19T05:56:08.369Z | Documenting fallible-iterator v0.2.0 |
2484 | 2024-01-19T05:56:08.631Z | Documenting static_assertions v1.1.0 |
2485 | 2024-01-19T05:56:08.719Z | Documenting siphasher v0.3.11 |
2486 | 2024-01-19T05:56:10.066Z | Documenting base16ct v0.2.0 |
2487 | 2024-01-19T05:56:11.146Z | Documenting winnow v0.5.15 |
2488 | 2024-01-19T05:56:11.900Z | Documenting diesel v2.1.4 |
2489 | 2024-01-19T05:56:12.633Z | Documenting group v0.13.0 |
2490 | 2024-01-19T05:56:12.980Z | Documenting phf_shared v0.11.2 |
2491 | 2024-01-19T05:56:13.076Z | Documenting zip v0.6.6 |
2492 | 2024-01-19T05:56:14.542Z | Documenting sec1 v0.7.3 |
2493 | 2024-01-19T05:56:15.389Z | Documenting postgres-protocol v0.6.6 |
2494 | 2024-01-19T05:56:17.238Z | Documenting snafu v0.7.5 |
2495 | 2024-01-19T05:56:18.244Z | Documenting cipher v0.4.4 |
2496 | 2024-01-19T05:56:19.029Z | Documenting hkdf v0.12.4 |
2497 | 2024-01-19T05:56:19.393Z | Documenting toml_edit v0.21.0 |
2498 | 2024-01-19T05:56:19.766Z | Documenting num-bigint v0.4.4 |
2499 | 2024-01-19T05:56:23.709Z | Documenting crypto-bigint v0.5.2 |
2500 | 2024-01-19T05:56:24.082Z | Documenting hubpack v0.1.2 |
2501 | 2024-01-19T05:56:24.796Z | Documenting regress v0.7.1 |
2502 | 2024-01-19T05:56:26.497Z | Documenting bstr v1.6.0 |
2503 | 2024-01-19T05:56:28.002Z | Documenting serde_repr v0.1.16 |
2504 | 2024-01-19T05:56:28.530Z | Documenting precomputed-hash v0.1.1 |
2505 | 2024-01-19T05:56:30.148Z | Documenting fixedbitset v0.4.2 |
2506 | 2024-01-19T05:56:30.776Z | Documenting new_debug_unreachable v1.0.4 |
2507 | 2024-01-19T05:56:34.329Z | Documenting lalrpop-util v0.19.12 |
2508 | 2024-01-19T05:56:34.348Z | Documenting minimal-lexical v0.2.1 |
2509 | 2024-01-19T05:56:34.783Z | Documenting yasna v0.5.2 |
2510 | 2024-01-19T05:56:34.862Z | Documenting elliptic-curve v0.13.8 |
2511 | 2024-01-19T05:56:35.131Z | Documenting petgraph v0.6.4 |
2512 | 2024-01-19T05:56:35.145Z | Documenting string_cache v0.8.7 |
2513 | 2024-01-19T05:56:35.338Z | Documenting gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e) |
2514 | 2024-01-19T05:56:40.651Z | Documenting postgres-types v0.2.6 |
2515 | 2024-01-19T05:56:40.780Z | Documenting nom v7.1.3 |
2516 | 2024-01-19T05:56:41.399Z | Documenting phf v0.11.2 |
2517 | 2024-01-19T05:56:44.147Z | Documenting console v0.15.8 |
2518 | 2024-01-19T05:56:44.258Z | Documenting semver v1.0.21 |
2519 | 2024-01-19T05:56:44.388Z | Documenting float-cmp v0.9.0 |
2520 | 2024-01-19T05:56:45.344Z | Documenting predicates-core v1.0.6 |
2521 | 2024-01-19T05:56:47.791Z | Documenting heck v0.4.1 |
2522 | 2024-01-19T05:56:48.362Z | Documenting difflib v0.4.0 |
2523 | 2024-01-19T05:56:50.599Z | Checking unsafe-libyaml v0.2.10 |
2524 | 2024-01-19T05:56:51.281Z | Documenting normalize-line-endings v0.3.0 |
2525 | 2024-01-19T05:56:51.406Z | Documenting whoami v1.4.1 |
2526 | 2024-01-19T05:56:51.448Z | Documenting bit-set v0.5.3 |
2527 | 2024-01-19T05:56:51.529Z | Documenting ahash v0.8.6 |
2528 | 2024-01-19T05:56:51.938Z | Documenting similar v2.3.0 |
2529 | 2024-01-19T05:56:52.464Z | Documenting typify-macro v0.0.14 (https://github.com/oxidecomputer/typify#c9d6453f) |
2530 | 2024-01-19T05:56:53.997Z | Documenting typify-impl v0.0.14 (https://github.com/oxidecomputer/typify#c9d6453f) |
2531 | 2024-01-19T05:56:54.694Z | Documenting tokio-stream v0.1.14 |
2532 | 2024-01-19T05:56:57.230Z | Documenting predicates v3.1.0 |
2533 | 2024-01-19T05:56:57.452Z | Documenting tokio-postgres v0.7.10 |
2534 | 2024-01-19T05:56:57.702Z | Documenting unsafe-libyaml v0.2.10 |
2535 | 2024-01-19T05:56:58.021Z | Checking ident_case v1.0.1 |
2536 | 2024-01-19T05:56:58.222Z | Checking serde_yaml v0.9.25 |
2537 | 2024-01-19T05:56:58.251Z | Documenting progenitor-client v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#9339b576) |
2538 | 2024-01-19T05:57:01.230Z | Documenting getopts v0.2.21 |
2539 | 2024-01-19T05:57:02.169Z | Documenting match_cfg v0.1.0 |
2540 | 2024-01-19T05:57:02.415Z | Documenting sha1 v0.10.6 |
2541 | 2024-01-19T05:57:03.450Z | Documenting serde_yaml v0.9.25 |
2542 | 2024-01-19T05:57:05.107Z | Documenting dirs-sys-next v0.1.2 |
2543 | 2024-01-19T05:57:05.429Z | Documenting typify v0.0.14 (https://github.com/oxidecomputer/typify#c9d6453f) |
2544 | 2024-01-19T05:57:06.349Z | Documenting hostname v0.3.1 |
2545 | 2024-01-19T05:57:07.438Z | Documenting rustls-pki-types v1.1.0 |
2546 | 2024-01-19T05:57:08.146Z | Documenting thread_local v1.1.7 |
2547 | 2024-01-19T05:57:09.997Z | Documenting paste v1.0.14 |
2548 | 2024-01-19T05:57:10.713Z | Documenting dirs-next v2.0.0 |
2549 | 2024-01-19T05:57:11.623Z | Documenting progenitor-macro v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#9339b576) |
2550 | 2024-01-19T05:57:12.129Z | Documenting omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2551 | 2024-01-19T05:57:12.488Z | Documenting crossbeam-channel v0.5.8 |
2552 | 2024-01-19T05:57:32.232Z | Documenting rustls-webpki v0.102.1 |
2553 | 2024-01-19T05:57:32.923Z | Documenting atty v0.2.14 |
2554 | 2024-01-19T05:57:33.386Z | Documenting progenitor-impl v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#9339b576) |
2555 | 2024-01-19T05:57:33.387Z | Documenting take_mut v0.2.2 |
2556 | 2024-01-19T05:57:33.387Z | Documenting term v0.7.0 |
2557 | 2024-01-19T05:57:33.778Z | Documenting slog-json v2.6.1 |
2558 | 2024-01-19T05:57:33.779Z | Documenting http v1.0.0 |
2559 | 2024-01-19T05:57:33.779Z | Documenting camino v1.1.6 |
2560 | 2024-01-19T05:57:33.779Z | Documenting rustls v0.22.2 |
2561 | 2024-01-19T05:57:33.779Z | Documenting slog-async v2.8.0 |
2562 | 2024-01-19T05:57:33.780Z | Documenting slog-term v2.9.0 |
2563 | 2024-01-19T05:57:33.780Z | Documenting async-stream-impl v0.3.5 |
2564 | 2024-01-19T05:57:33.780Z | Documenting debug-ignore v1.0.5 |
2565 | 2024-01-19T05:57:33.780Z | Documenting atomic-waker v1.1.1 |
2566 | 2024-01-19T05:57:33.781Z | Documenting progenitor v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#9339b576) |
2567 | 2024-01-19T05:57:33.781Z | Documenting multer v3.0.0 |
2568 | 2024-01-19T05:57:33.781Z | Documenting slog-bunyan v2.5.0 |
2569 | 2024-01-19T05:57:33.781Z | Documenting rustls-pemfile v2.0.0 |
2570 | 2024-01-19T05:57:33.781Z | Checking darling_core v0.20.3 |
2571 | 2024-01-19T05:57:33.782Z | Documenting async-stream v0.3.5 |
2572 | 2024-01-19T05:57:33.782Z | Documenting waitgroup v0.1.2 |
2573 | 2024-01-19T05:57:33.782Z | Documenting toml v0.8.8 |
2574 | 2024-01-19T05:57:33.958Z | Documenting dropshot_endpoint v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#711a7490) |
2575 | 2024-01-19T05:57:34.052Z | Documenting serde_path_to_error v0.1.15 |
2576 | 2024-01-19T05:57:34.764Z | Documenting strum v0.25.0 |
2577 | 2024-01-19T05:57:34.874Z | Documenting tokio-rustls v0.25.0 |
2578 | 2024-01-19T05:57:36.443Z | Checking darling v0.20.3 |
2579 | 2024-01-19T05:57:36.598Z | Documenting serde_with_macros v3.4.0 |
2580 | 2024-01-19T05:57:36.627Z | Documenting structmeta-derive v0.2.0 |
2581 | 2024-01-19T05:57:39.807Z | Checking structmeta v0.2.0 |
2582 | 2024-01-19T05:57:40.129Z | Documenting instant v0.1.12 |
2583 | 2024-01-19T05:57:40.749Z | Checking regex-syntax v0.7.5 |
2584 | 2024-01-19T05:57:41.073Z | Documenting serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
2585 | 2024-01-19T05:57:41.589Z | Documenting macaddr v1.0.1 |
2586 | 2024-01-19T05:57:42.693Z | Documenting dropshot v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#711a7490) |
2587 | 2024-01-19T05:57:43.246Z | Documenting api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2588 | 2024-01-19T05:57:43.627Z | Documenting serde_with v3.4.0 |
2589 | 2024-01-19T05:57:44.794Z | Documenting structmeta v0.2.0 |
2590 | 2024-01-19T05:57:45.895Z | Checking illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2591 | 2024-01-19T05:57:46.110Z | Documenting backoff v0.4.0 |
2592 | 2024-01-19T05:57:47.827Z | Documenting fastrand v2.0.0 |
2593 | 2024-01-19T05:57:48.181Z | Documenting proc-macro-error-attr v1.0.4 |
2594 | 2024-01-19T05:57:50.165Z | Documenting is-terminal v0.4.9 |
2595 | 2024-01-19T05:57:50.275Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2596 | 2024-01-19T05:57:51.942Z | Documenting parse-display-derive v0.8.2 |
2597 | 2024-01-19T05:57:53.986Z | Documenting tempfile v3.9.0 |
2598 | 2024-01-19T05:57:54.175Z | Documenting proc-macro-error v1.0.4 |
2599 | 2024-01-19T05:57:54.571Z | Checking proc-macro-error v1.0.4 |
2600 | 2024-01-19T05:57:54.796Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2601 | 2024-01-19T05:57:54.963Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2602 | 2024-01-19T05:57:55.385Z | Checking proc-macro-crate v1.3.1 |
2603 | 2024-01-19T05:57:55.709Z | Documenting proc-macro-crate v1.3.1 |
2604 | 2024-01-19T05:57:56.030Z | Documenting hash32 v0.2.1 |
2605 | 2024-01-19T05:57:56.471Z | Documenting stable_deref_trait v1.2.0 |
2606 | 2024-01-19T05:57:57.008Z | Documenting cobs v0.2.3 |
2607 | 2024-01-19T05:58:00.553Z | Documenting parse-display v0.8.2 |
2608 | 2024-01-19T05:58:00.577Z | Documenting embedded-io v0.4.0 |
2609 | 2024-01-19T05:58:00.978Z | Documenting camino-tempfile v1.1.1 |
2610 | 2024-01-19T05:58:01.076Z | Documenting foreign-types-macros v0.2.3 |
2611 | 2024-01-19T05:58:01.342Z | Documenting illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=4e6e6ab6379fa4bc40f5d0c7340b9f35c45ad6e4#4e6e6ab6) |
2612 | 2024-01-19T05:58:01.947Z | Documenting heapless v0.7.16 |
2613 | 2024-01-19T05:58:02.100Z | Documenting num_enum_derive v0.5.11 |
2614 | 2024-01-19T05:58:05.197Z | Documenting postcard v1.0.8 |
2615 | 2024-01-19T05:58:05.673Z | Documenting foreign-types-shared v0.3.1 |
2616 | 2024-01-19T05:58:05.687Z | Documenting crucible-workspace-hack v0.1.0 |
2617 | 2024-01-19T05:58:06.354Z | Documenting omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2618 | 2024-01-19T05:58:07.446Z | Documenting libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2619 | 2024-01-19T05:58:08.398Z | Documenting nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2620 | 2024-01-19T05:58:09.206Z | Documenting smoltcp v0.10.0 |
2621 | 2024-01-19T05:58:09.861Z | Documenting foreign-types v0.5.0 |
2622 | 2024-01-19T05:58:10.229Z | Documenting num_enum v0.5.11 |
2623 | 2024-01-19T05:58:11.726Z | Documenting cstr-argument v0.1.2 |
2624 | 2024-01-19T05:58:12.175Z | Documenting rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
2625 | 2024-01-19T05:58:13.369Z | Documenting kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=4e6e6ab6379fa4bc40f5d0c7340b9f35c45ad6e4#4e6e6ab6) |
2626 | 2024-01-19T05:58:14.847Z | Documenting colored v2.0.4 |
2627 | 2024-01-19T05:58:15.724Z | Documenting zone_cfg_derive v0.3.0 |
2628 | 2024-01-19T05:58:16.277Z | Documenting dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2629 | 2024-01-19T05:58:17.066Z | Documenting nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2630 | 2024-01-19T05:58:17.770Z | Documenting opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=4e6e6ab6379fa4bc40f5d0c7340b9f35c45ad6e4#4e6e6ab6) |
2631 | 2024-01-19T05:58:19.121Z | Documenting rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
2632 | 2024-01-19T05:58:20.331Z | Documenting bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=1e25649e8c2ac274bd04adfe0513dd14a482058c#1e25649e) |
2633 | 2024-01-19T05:58:20.959Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2634 | 2024-01-19T05:58:23.091Z | Documenting num-derive v0.4.0 |
2635 | 2024-01-19T05:58:23.271Z | Documenting zone v0.3.0 |
2636 | 2024-01-19T05:58:23.561Z | Documenting smf v0.2.2 |
2637 | 2024-01-19T05:58:25.578Z | Documenting libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#f114bd0d) |
2638 | 2024-01-19T05:58:27.375Z | Documenting bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=1e25649e8c2ac274bd04adfe0513dd14a482058c#1e25649e) |
2639 | 2024-01-19T05:58:27.552Z | Documenting opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=4e6e6ab6379fa4bc40f5d0c7340b9f35c45ad6e4#4e6e6ab6) |
2640 | 2024-01-19T05:58:30.176Z | Documenting dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2641 | 2024-01-19T05:58:30.642Z | Documenting crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=e71b10d2f9f1fb52818b916bae83ba15a339548d#e71b10d2) |
2642 | 2024-01-19T05:58:31.707Z | Documenting gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2643 | 2024-01-19T05:58:34.616Z | Documenting linked-hash-map v0.5.6 |
2644 | 2024-01-19T05:58:36.069Z | Documenting password-hash v0.5.0 |
2645 | 2024-01-19T05:58:37.265Z | Documenting oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=4e6e6ab6379fa4bc40f5d0c7340b9f35c45ad6e4#4e6e6ab6) |
2646 | 2024-01-19T05:58:37.860Z | Documenting blake2 v0.10.6 |
2647 | 2024-01-19T05:58:38.073Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2648 | 2024-01-19T05:58:40.118Z | Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2649 | 2024-01-19T05:58:40.921Z | Documenting lru-cache v0.1.2 |
2650 | 2024-01-19T05:58:42.243Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2651 | 2024-01-19T05:58:44.061Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
2652 | 2024-01-19T05:58:44.537Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2653 | 2024-01-19T05:58:45.214Z | Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2654 | 2024-01-19T05:58:47.033Z | Documenting argon2 v0.5.2 |
2655 | 2024-01-19T05:58:47.033Z | Documenting itertools v0.12.0 |
2656 | 2024-01-19T05:58:47.227Z | Documenting quick-error v1.2.3 |
2657 | 2024-01-19T05:58:47.741Z | Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2658 | 2024-01-19T05:58:47.741Z | Documenting newtype_derive v0.1.6 |
2659 | 2024-01-19T05:58:48.118Z | Documenting opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=4e6e6ab6379fa4bc40f5d0c7340b9f35c45ad6e4#4e6e6ab6) |
2660 | 2024-01-19T05:58:49.309Z | Documenting nibble_vec v0.1.0 |
2661 | 2024-01-19T05:58:49.970Z | Checking heck v0.3.3 |
2662 | 2024-01-19T05:58:50.207Z | Documenting endian-type v0.1.2 |
2663 | 2024-01-19T05:58:52.785Z | Documenting omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2664 | 2024-01-19T05:58:53.060Z | Documenting resolv-conf v0.7.0 |
2665 | 2024-01-19T05:58:53.894Z | Documenting steno v0.4.0 |
2666 | 2024-01-19T05:58:55.526Z | Documenting structopt-derive v0.4.18 |
2667 | 2024-01-19T05:58:56.044Z | Documenting sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2668 | 2024-01-19T05:58:56.303Z | Documenting radix_trie v0.2.1 |
2669 | 2024-01-19T05:58:58.321Z | Documenting cancel-safe-futures v0.1.5 |
2670 | 2024-01-19T05:58:59.077Z | Documenting illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2671 | 2024-01-19T05:58:59.323Z | Documenting trust-dns-resolver v0.22.0 |
2672 | 2024-01-19T05:59:02.787Z | Documenting tap v1.0.1 |
2673 | 2024-01-19T05:59:03.059Z | Checking internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns) |
2674 | 2024-01-19T05:59:03.291Z | Documenting structopt v0.3.26 |
2675 | 2024-01-19T05:59:04.312Z | Documenting libefi-sys v0.1.0 |
2676 | 2024-01-19T05:59:07.268Z | Documenting wyz v0.5.1 |
2677 | 2024-01-19T05:59:07.341Z | Documenting illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
2678 | 2024-01-19T05:59:08.969Z | Documenting radium v0.7.0 |
2679 | 2024-01-19T05:59:09.013Z | Documenting funty v2.0.0 |
2680 | 2024-01-19T05:59:10.828Z | Documenting swrite v0.1.0 |
2681 | 2024-01-19T05:59:11.658Z | Documenting arc-swap v1.6.0 |
2682 | 2024-01-19T05:59:12.960Z | Documenting crc-catalog v2.2.0 |
2683 | 2024-01-19T05:59:13.437Z | Documenting libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
2684 | 2024-01-19T05:59:17.600Z | Documenting bitvec v1.0.1 |
2685 | 2024-01-19T05:59:17.600Z | Documenting tofino v0.1.0 (http://github.com/oxidecomputer/tofino?branch=main#8283f802) |
2686 | 2024-01-19T05:59:17.719Z | Documenting num-rational v0.4.1 |
2687 | 2024-01-19T05:59:17.720Z | Documenting crc v3.0.1 |
2688 | 2024-01-19T05:59:18.024Z | Documenting slog-scope v4.4.0 |
2689 | 2024-01-19T05:59:19.637Z | Documenting libsw v3.3.1 |
2690 | 2024-01-19T05:59:21.388Z | Documenting num-complex v0.4.4 |
2691 | 2024-01-19T05:59:21.600Z | Documenting xattr v1.0.1 |
2692 | 2024-01-19T05:59:21.737Z | Documenting filetime v0.2.23 |
2693 | 2024-01-19T05:59:23.087Z | Documenting packed_struct_codegen v0.10.1 |
2694 | 2024-01-19T05:59:24.202Z | Documenting derive-where v1.2.7 |
2695 | 2024-01-19T05:59:26.451Z | Documenting same-file v1.0.6 |
2696 | 2024-01-19T05:59:27.315Z | Documenting nodrop v0.1.14 |
2697 | 2024-01-19T05:59:28.123Z | Documenting owo-colors v3.5.0 |
2698 | 2024-01-19T05:59:28.576Z | Documenting half v1.8.2 |
2699 | 2024-01-19T05:59:31.292Z | Documenting linear-map v1.2.0 |
2700 | 2024-01-19T05:59:31.507Z | Documenting ciborium-io v0.2.1 |
2701 | 2024-01-19T05:59:31.594Z | Documenting nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2702 | 2024-01-19T05:59:32.420Z | Documenting walkdir v2.4.0 |
2703 | 2024-01-19T05:59:32.846Z | Documenting sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2704 | 2024-01-19T05:59:33.389Z | Documenting array-init v0.0.4 |
2705 | 2024-01-19T05:59:33.880Z | Documenting packed_struct v0.10.1 |
2706 | 2024-01-19T05:59:36.078Z | Documenting num v0.4.1 |
2707 | 2024-01-19T05:59:37.616Z | Documenting ciborium-ll v0.2.1 |
2708 | 2024-01-19T05:59:37.938Z | Documenting tar v0.4.40 |
2709 | 2024-01-19T05:59:38.244Z | Documenting update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2710 | 2024-01-19T05:59:38.637Z | Documenting slog-stdlog v4.1.1 |
2711 | 2024-01-19T05:59:43.850Z | Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2712 | 2024-01-19T05:59:44.016Z | Documenting slog-dtrace v0.2.3 |
2713 | 2024-01-19T05:59:44.726Z | Documenting num-bigint-dig v0.8.4 |
2714 | 2024-01-19T05:59:44.830Z | Documenting pkcs1 v0.7.5 |
2715 | 2024-01-19T05:59:47.193Z | Documenting signature v2.1.0 |
2716 | 2024-01-19T05:59:52.075Z | Documenting oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2717 | 2024-01-19T05:59:53.736Z | Documenting bitfield v0.14.0 |
2718 | 2024-01-19T05:59:54.218Z | Documenting termcolor v1.2.0 |
2719 | 2024-01-19T05:59:54.405Z | Documenting rsa v0.9.2 |
2720 | 2024-01-19T05:59:55.879Z | Documenting slog-envlogger v2.2.0 |
2721 | 2024-01-19T05:59:57.976Z | Documenting lpc55_areas v0.2.4 (https://github.com/oxidecomputer/lpc55_support#96f064ea) |
2722 | 2024-01-19T06:00:09.223Z | Documenting oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2723 | 2024-01-19T06:00:10.524Z | Documenting ciborium v0.2.1 |
2724 | 2024-01-19T06:00:10.524Z | Documenting env_logger v0.10.0 |
2725 | 2024-01-19T06:00:10.525Z | Documenting serde-hex v0.1.0 |
2726 | 2024-01-19T06:00:10.671Z | Documenting tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git#e644a21a) |
2727 | 2024-01-19T06:00:11.750Z | Documenting x509-cert v0.2.4 |
2728 | 2024-01-19T06:00:11.750Z | Documenting ron v0.8.1 |
2729 | 2024-01-19T06:00:11.750Z | Documenting pem v3.0.2 |
2730 | 2024-01-19T06:00:11.750Z | Documenting fxhash v0.2.1 |
2731 | 2024-01-19T06:00:11.750Z | Documenting crc-any v2.4.3 |
2732 | 2024-01-19T06:00:12.851Z | Documenting utf-8 v0.7.6 |
2733 | 2024-01-19T06:00:13.417Z | Documenting installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2734 | 2024-01-19T06:00:14.270Z | Documenting internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns) |
2735 | 2024-01-19T06:00:14.313Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
2736 | 2024-01-19T06:00:14.953Z | Documenting tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc.git#e644a21a) |
2737 | 2024-01-19T06:00:15.573Z | Documenting lpc55_sign v0.3.3 (https://github.com/oxidecomputer/lpc55_support#96f064ea) |
2738 | 2024-01-19T06:00:16.342Z | Documenting vte_generate_state_changes v0.1.1 |
2739 | 2024-01-19T06:00:19.212Z | Documenting tungstenite v0.20.1 |
2740 | 2024-01-19T06:00:19.463Z | Documenting convert_case v0.4.0 |
2741 | 2024-01-19T06:00:21.502Z | Documenting path-slash v0.1.5 |
2742 | 2024-01-19T06:00:22.403Z | Documenting display-error-chain v0.2.0 |
2743 | 2024-01-19T06:00:25.660Z | Checking convert_case v0.4.0 |
2744 | 2024-01-19T06:00:25.976Z | Documenting derive_more v0.99.17 |
2745 | 2024-01-19T06:00:27.087Z | Documenting vte v0.11.1 |
2746 | 2024-01-19T06:00:28.408Z | Documenting buf-list v1.0.3 |
2747 | 2024-01-19T06:00:28.993Z | Documenting tokio-tungstenite v0.20.1 |
2748 | 2024-01-19T06:00:30.724Z | Documenting hubtools v0.4.1 (https://github.com/oxidecomputer/hubtools.git?branch=main#73cd5a84) |
2749 | 2024-01-19T06:00:33.662Z | Compiling mg-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/mg-admin-client) |
2750 | 2024-01-19T06:00:33.711Z | Documenting fd-lock v3.0.13 |
2751 | 2024-01-19T06:00:35.207Z | Documenting strip-ansi-escapes v0.2.0 |
2752 | 2024-01-19T06:00:35.777Z | Documenting nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2753 | 2024-01-19T06:00:39.677Z | Compiling ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2754 | 2024-01-19T06:00:40.212Z | Checking darling_core v0.14.4 |
2755 | 2024-01-19T06:00:40.993Z | Documenting nu-ansi-term v0.49.0 |
2756 | 2024-01-19T06:00:41.274Z | Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
2757 | 2024-01-19T06:00:43.025Z | Checking darling v0.14.4 |
2758 | 2024-01-19T06:00:43.172Z | Documenting trust-dns-client v0.22.0 |
2759 | 2024-01-19T06:00:47.431Z | Documenting reedline v0.28.0 |
2760 | 2024-01-19T06:00:48.449Z | Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
2761 | 2024-01-19T06:00:49.178Z | Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
2762 | 2024-01-19T06:00:49.237Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
2763 | 2024-01-19T06:00:50.079Z | Documenting globset v0.4.13 |
2764 | 2024-01-19T06:00:50.977Z | Documenting olpc-cjson v0.1.3 |
2765 | 2024-01-19T06:00:55.627Z | Documenting serde_plain v1.0.2 |
2766 | 2024-01-19T06:00:57.390Z | Documenting async-recursion v1.0.5 |
2767 | 2024-01-19T06:00:57.530Z | Documenting typed-path v0.7.0 |
2768 | 2024-01-19T06:00:57.734Z | Documenting keccak v0.1.4 |
2769 | 2024-01-19T06:00:58.616Z | Documenting bytecount v0.6.3 |
2770 | 2024-01-19T06:01:01.555Z | Documenting trust-dns-server v0.22.1 |
2771 | 2024-01-19T06:01:02.009Z | Documenting sha3 v0.10.8 |
2772 | 2024-01-19T06:01:02.726Z | Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2773 | 2024-01-19T06:01:03.235Z | Documenting papergrid v0.10.0 |
2774 | 2024-01-19T06:01:04.666Z | Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2775 | 2024-01-19T06:01:05.377Z | Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2776 | 2024-01-19T06:01:25.467Z | Documenting tough v0.16.0 |
2777 | 2024-01-19T06:01:25.468Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2778 | 2024-01-19T06:01:25.468Z | Documenting sled v0.34.7 |
2779 | 2024-01-19T06:01:25.468Z | Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2780 | 2024-01-19T06:01:25.468Z | Documenting unicase v2.7.0 |
2781 | 2024-01-19T06:01:26.097Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2782 | 2024-01-19T06:01:26.097Z | Documenting tabled_derive v0.6.0 |
2783 | 2024-01-19T06:01:26.097Z | Documenting crossbeam-deque v0.8.3 |
2784 | 2024-01-19T06:01:26.179Z | Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
2785 | 2024-01-19T06:01:26.179Z | Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
2786 | 2024-01-19T06:01:26.179Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
2787 | 2024-01-19T06:01:26.179Z | Documenting secrecy v0.8.0 |
2788 | 2024-01-19T06:01:26.180Z | Documenting nix v0.26.4 |
2789 | 2024-01-19T06:01:26.180Z | Documenting headers-core v0.2.0 |
2790 | 2024-01-19T06:01:26.180Z | Documenting sqlparser_derive v0.2.2 |
2791 | 2024-01-19T06:01:26.180Z | Documenting home v0.5.5 |
2792 | 2024-01-19T06:01:26.181Z | Documenting unicode_categories v0.1.1 |
2793 | 2024-01-19T06:01:26.181Z | Documenting pretty-hex v0.4.1 |
2794 | 2024-01-19T06:01:26.181Z | Documenting tabled v0.14.0 |
2795 | 2024-01-19T06:01:26.181Z | Documenting rayon-core v1.12.0 |
2796 | 2024-01-19T06:01:26.182Z | Documenting headers v0.3.9 |
2797 | 2024-01-19T06:01:26.182Z | Documenting dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2798 | 2024-01-19T06:01:26.182Z | Documenting rustyline v12.0.0 |
2799 | 2024-01-19T06:01:26.182Z | Documenting sqlparser v0.41.0 |
2800 | 2024-01-19T06:01:26.182Z | Documenting sqlformat v0.2.3 |
2801 | 2024-01-19T06:01:28.007Z | Documenting mime_guess v2.0.4 |
2802 | 2024-01-19T06:01:30.197Z | Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
2803 | 2024-01-19T06:01:30.746Z | Checking derive_builder_core v0.12.0 |
2804 | 2024-01-19T06:01:30.830Z | Documenting derive_builder_core v0.12.0 |
2805 | 2024-01-19T06:01:31.514Z | Documenting dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
2806 | 2024-01-19T06:01:31.749Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
2807 | 2024-01-19T06:01:32.085Z | Documenting universal-hash v0.5.1 |
2808 | 2024-01-19T06:01:32.156Z | Documenting bcs v0.1.6 |
2809 | 2024-01-19T06:01:34.548Z | Documenting kstat-rs v0.2.3 |
2810 | 2024-01-19T06:01:39.052Z | Documenting thiserror-impl-no-std v2.0.2 |
2811 | 2024-01-19T06:01:39.908Z | Documenting curve25519-dalek-derive v0.1.0 |
2812 | 2024-01-19T06:01:41.421Z | Documenting slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2813 | 2024-01-19T06:01:41.912Z | Documenting opaque-debug v0.3.0 |
2814 | 2024-01-19T06:01:41.966Z | Documenting highway v1.1.0 |
2815 | 2024-01-19T06:01:44.605Z | Documenting oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2816 | 2024-01-19T06:01:46.276Z | Documenting poly1305 v0.8.0 |
2817 | 2024-01-19T06:01:47.467Z | Documenting curve25519-dalek v4.1.1 |
2818 | 2024-01-19T06:01:47.791Z | Documenting derive_builder_macro v0.12.0 |
2819 | 2024-01-19T06:01:47.792Z | Documenting thiserror-no-std v2.0.2 |
2820 | 2024-01-19T06:01:48.480Z | Documenting oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2821 | 2024-01-19T06:01:48.550Z | Documenting slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2822 | 2024-01-19T06:01:51.373Z | Documenting rayon v1.8.0 |
2823 | 2024-01-19T06:01:51.894Z | Documenting key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2824 | 2024-01-19T06:02:06.944Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2825 | 2024-01-19T06:02:07.138Z | Checking tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
2826 | 2024-01-19T06:02:07.138Z | Documenting oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2827 | 2024-01-19T06:02:07.138Z | Documenting ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2828 | 2024-01-19T06:02:07.138Z | Documenting mg-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/mg-admin-client) |
2829 | 2024-01-19T06:02:07.138Z | Documenting propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=1e25649e8c2ac274bd04adfe0513dd14a482058c#1e25649e) |
2830 | 2024-01-19T06:02:10.855Z | Documenting fs-err v2.11.0 |
2831 | 2024-01-19T06:02:14.271Z | Documenting portable-atomic v1.4.3 |
2832 | 2024-01-19T06:02:17.106Z | Documenting omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
2833 | 2024-01-19T06:02:19.776Z | Documenting ed25519 v1.5.3 |
2834 | 2024-01-19T06:02:22.416Z | Documenting wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
2835 | 2024-01-19T06:02:23.957Z | Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2836 | 2024-01-19T06:02:26.498Z | Documenting oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
2837 | 2024-01-19T06:02:26.544Z | Documenting crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=e71b10d2f9f1fb52818b916bae83ba15a339548d#e71b10d2) |
2838 | 2024-01-19T06:02:27.757Z | Documenting chacha20 v0.9.1 |
2839 | 2024-01-19T06:02:28.351Z | Documenting aead v0.5.2 |
2840 | 2024-01-19T06:02:30.826Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
2841 | 2024-01-19T06:02:33.114Z | Documenting ref-cast-impl v1.0.20 |
2842 | 2024-01-19T06:02:35.134Z | Documenting parse-size v1.0.0 |
2843 | 2024-01-19T06:02:37.842Z | Documenting number_prefix v0.4.0 |
2844 | 2024-01-19T06:02:39.485Z | Documenting glob v0.3.1 |
2845 | 2024-01-19T06:02:40.610Z | Documenting cassowary v0.3.0 |
2846 | 2024-01-19T06:02:44.079Z | Documenting ref-cast v1.0.20 |
2847 | 2024-01-19T06:02:44.189Z | Documenting indicatif v0.17.7 |
2848 | 2024-01-19T06:02:45.747Z | Documenting sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2849 | 2024-01-19T06:02:46.308Z | Documenting tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
2850 | 2024-01-19T06:02:47.597Z | Documenting ratatui v0.23.0 |
2851 | 2024-01-19T06:02:48.488Z | Documenting chacha20poly1305 v0.10.1 |
2852 | 2024-01-19T06:02:51.605Z | Documenting salty v0.2.0 |
2853 | 2024-01-19T06:02:53.412Z | Documenting wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
2854 | 2024-01-19T06:02:55.747Z | Documenting vsss-rs v3.3.4 |
2855 | 2024-01-19T06:02:58.034Z | Documenting derive_builder v0.12.0 |
2856 | 2024-01-19T06:02:58.097Z | Documenting ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
2857 | 2024-01-19T06:03:02.154Z | Documenting polar-core v0.27.0 |
2858 | 2024-01-19T06:03:06.634Z | Documenting hubpack v0.1.0 (https://github.com/cbiffle/hubpack?rev=df08cc3a6e1f97381cd0472ae348e310f0119e25#df08cc3a) |
2859 | 2024-01-19T06:03:11.151Z | Documenting nix v0.26.2 (https://github.com/jgallagher/nix?branch=r0.26-illumos#c1a3636d) |
2860 | 2024-01-19T06:03:13.234Z | Documenting libxml v0.3.3 |
2861 | 2024-01-19T06:03:16.455Z | Documenting bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2862 | 2024-01-19T06:03:19.160Z | Documenting tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
2863 | 2024-01-19T06:03:21.738Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
2864 | 2024-01-19T06:03:22.228Z | Documenting nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
2865 | 2024-01-19T06:03:22.953Z | Documenting db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
2866 | 2024-01-19T06:03:23.275Z | Documenting bb8 v0.8.1 |
2867 | 2024-01-19T06:03:25.374Z | Documenting serde-big-array v0.5.1 |
2868 | 2024-01-19T06:03:26.678Z | Documenting quick-xml v0.23.1 |
2869 | 2024-01-19T06:03:29.881Z | Documenting rtoolbox v0.0.1 |
2870 | 2024-01-19T06:03:30.454Z | Documenting oso-derive v0.27.0 |
2871 | 2024-01-19T06:03:31.726Z | Documenting impl-trait-for-tuples v0.2.2 |
2872 | 2024-01-19T06:03:32.031Z | Documenting humantime v2.1.0 |
2873 | 2024-01-19T06:03:32.434Z | Documenting http-range v0.1.5 |
2874 | 2024-01-19T06:03:33.435Z | Documenting unicode-linebreak v0.1.5 |
2875 | 2024-01-19T06:03:36.275Z | Documenting maplit v1.0.2 |
2876 | 2024-01-19T06:03:37.476Z | Documenting is_ci v1.1.1 |
2877 | 2024-01-19T06:03:37.785Z | Documenting smawk v0.3.1 |
2878 | 2024-01-19T06:03:38.336Z | Documenting rpassword v7.3.1 |
2879 | 2024-01-19T06:03:38.601Z | Documenting hyper-staticfile v0.9.5 |
2880 | 2024-01-19T06:03:50.039Z | Documenting samael v0.0.10 (https://github.com/njaremko/samael?branch=master#52028e45) |
2881 | 2024-01-19T06:03:50.231Z | Documenting oso v0.27.0 |
2882 | 2024-01-19T06:03:50.231Z | Documenting supports-color v2.1.0 |
2883 | 2024-01-19T06:03:50.231Z | Documenting textwrap v0.16.0 |
2884 | 2024-01-19T06:03:50.485Z | Documenting async-bb8-diesel v0.1.0 (https://github.com/oxidecomputer/async-bb8-diesel?rev=ed7ab5ef0513ba303d33efd41d3e9e381169d59b#ed7ab5ef) |
2885 | 2024-01-19T06:03:50.623Z | Documenting gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e) |
2886 | 2024-01-19T06:03:50.623Z | Documenting sprockets-common v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef) |
2887 | 2024-01-19T06:03:50.624Z | Documenting nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
2888 | 2024-01-19T06:03:50.624Z | Documenting bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2889 | 2024-01-19T06:03:50.806Z | Documenting tui-tree-widget v0.13.0 |
2890 | 2024-01-19T06:03:55.040Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
2891 | 2024-01-19T06:03:57.329Z | Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
2892 | 2024-01-19T06:03:58.735Z | Documenting diesel-dtrace v0.2.0 (https://github.com/oxidecomputer/diesel-dtrace?branch=main#c1252df7) |
2893 | 2024-01-19T06:03:59.960Z | Documenting cookie v0.18.0 |
2894 | 2024-01-19T06:04:01.592Z | Documenting rcgen v0.12.0 |
2895 | 2024-01-19T06:04:06.360Z | Checking nexus-deployment v0.1.0 (/work/oxidecomputer/omicron/nexus/deployment) |
2896 | 2024-01-19T06:04:06.506Z | Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
2897 | 2024-01-19T06:04:07.309Z | Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
2898 | 2024-01-19T06:04:08.084Z | Documenting atomicwrites v0.4.3 |
2899 | 2024-01-19T06:04:08.099Z | Documenting signal-hook-tokio v0.3.1 |
2900 | 2024-01-19T06:04:10.881Z | Documenting authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
2901 | 2024-01-19T06:04:12.798Z | Documenting subprocess v0.2.9 |
2902 | 2024-01-19T06:04:14.327Z | Documenting shell-words v1.1.0 |
2903 | 2024-01-19T06:04:14.706Z | Documenting corncobs v0.1.3 |
2904 | 2024-01-19T06:04:14.794Z | Documenting omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
2905 | 2024-01-19T06:04:19.316Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2906 | 2024-01-19T06:04:19.320Z | Documenting sprockets-rot v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef) |
2907 | 2024-01-19T06:04:19.835Z | Documenting omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2908 | 2024-01-19T06:04:20.927Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2909 | 2024-01-19T06:04:21.011Z | Documenting wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
2910 | 2024-01-19T06:04:34.500Z | Documenting oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
2911 | 2024-01-19T06:04:36.320Z | Documenting omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2912 | 2024-01-19T06:04:36.320Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
2913 | 2024-01-19T06:04:38.411Z | Documenting nexus-deployment v0.1.0 (/work/oxidecomputer/omicron/nexus/deployment) |
2914 | 2024-01-19T06:04:51.586Z | Documenting nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
2915 | 2024-01-19T06:04:53.187Z | Documenting nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
2916 | 2024-01-19T06:05:00.768Z | Documenting crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=e71b10d2f9f1fb52818b916bae83ba15a339548d#e71b10d2) |
2917 | 2024-01-19T06:05:03.966Z | Documenting fatfs v0.3.6 |
2918 | 2024-01-19T06:05:04.347Z | Documenting nanorand v0.7.0 |
2919 | 2024-01-19T06:05:04.960Z | Documenting assert_matches v1.5.0 |
2920 | 2024-01-19T06:05:09.127Z | Documenting topological-sort v0.2.2 |
2921 | 2024-01-19T06:05:10.963Z | Documenting flume v0.11.0 |
2922 | 2024-01-19T06:05:12.234Z | Documenting wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
2923 | 2024-01-19T06:05:15.295Z | Documenting omicron-zone-package v0.10.1 |
2924 | 2024-01-19T06:05:18.176Z | Documenting sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
2925 | 2024-01-19T06:05:24.657Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
2926 | 2024-01-19T06:05:25.564Z | Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
2927 | 2024-01-19T06:05:27.029Z | Documenting update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
2928 | 2024-01-19T06:05:28.012Z | Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
2929 | 2024-01-19T06:05:28.978Z | Documenting installinator-artifactd v0.1.0 (/work/oxidecomputer/omicron/installinator-artifactd) |
2930 | 2024-01-19T06:05:29.531Z | Documenting installinator-artifact-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-artifact-client) |
2931 | 2024-01-19T06:05:50.189Z | warning: unresolved link to `propolis_client::api::InstanceStateMonitorResponse` |
2932 | 2024-01-19T06:05:50.189Z | --> sled-agent/src/sim/instance.rs:46:7 |
2933 | 2024-01-19T06:05:50.189Z | | |
2934 | 2024-01-19T06:05:50.189Z | 46 | /// [`propolis_client::api::InstanceStateMonitorResponse`]. Transition requests |
2935 | 2024-01-19T06:05:50.189Z | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no item named `api` in module `propolis_client` |
2936 | 2024-01-19T06:05:50.189Z | | |
2937 | 2024-01-19T06:05:50.189Z | = note: `#[warn(rustdoc::broken_intra_doc_links)]` on by default |
2938 | 2024-01-19T06:05:50.189Z | |
2939 | 2024-01-19T06:05:50.405Z | Checking installinator-artifact-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-artifact-client) |
2940 | 2024-01-19T06:05:55.603Z | warning: `omicron-sled-agent` (lib doc) generated 1 warning |
2941 | 2024-01-19T06:05:55.607Z | Checking installinator-artifactd v0.1.0 (/work/oxidecomputer/omicron/installinator-artifactd) |
2942 | 2024-01-19T06:05:55.930Z | Documenting termios v0.3.3 |
2943 | 2024-01-19T06:05:58.519Z | Documenting nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
2944 | 2024-01-19T06:06:02.621Z | Documenting gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli) |
2945 | 2024-01-19T06:06:04.647Z | Documenting gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
2946 | 2024-01-19T06:06:06.383Z | Documenting installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
2947 | 2024-01-19T06:06:27.177Z | Documenting wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
2948 | 2024-01-19T06:06:32.942Z | Documenting omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
2949 | 2024-01-19T06:06:51.347Z | Documenting crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed) |
2950 | 2024-01-19T06:06:53.351Z | Documenting tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous) |
2951 | 2024-01-19T06:07:05.387Z | Documenting caboose-util v0.1.0 (/work/oxidecomputer/omicron/caboose-util) |
2952 | 2024-01-19T06:07:07.838Z | Documenting internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns-cli) |
2953 | 2024-01-19T06:07:11.695Z | Documenting zone-network-setup v0.1.0 (/work/oxidecomputer/omicron/zone-network-setup) |
2954 | 2024-01-19T06:07:14.006Z | Documenting oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
2955 | 2024-01-19T06:07:24.279Z | Documenting omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
2956 | 2024-01-19T06:07:55.321Z | Documenting omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
2957 | 2024-01-19T06:08:55.149Z | warning: unresolved link to `VolumeConstructionRequest` |
2958 | 2024-01-19T06:08:55.149Z | --> nexus/src/app/sagas/volume_delete.rs:338:7 |
2959 | 2024-01-19T06:08:55.150Z | | |
2960 | 2024-01-19T06:08:55.150Z | 338 | /// [`VolumeConstructionRequest`] is shown here): |
2961 | 2024-01-19T06:08:55.150Z | | ^^^^^^^^^^^^^^^^^^^^^^^^^ no item named `VolumeConstructionRequest` in scope |
2962 | 2024-01-19T06:08:55.150Z | | |
2963 | 2024-01-19T06:08:55.150Z | = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` |
2964 | 2024-01-19T06:08:55.150Z | = note: `#[warn(rustdoc::broken_intra_doc_links)]` on by default |
2965 | 2024-01-19T06:08:55.150Z | |
2966 | 2024-01-19T06:08:55.161Z | warning: unresolved link to `fd00:1122:3344:101::5` |
2967 | 2024-01-19T06:08:55.161Z | --> nexus/src/app/sagas/volume_delete.rs:348:17 |
2968 | 2024-01-19T06:08:55.161Z | | |
2969 | 2024-01-19T06:08:55.161Z | 348 | /// "[fd00:1122:3344:101::5]:1000", |
2970 | 2024-01-19T06:08:55.161Z | | ^^^^^^^^^^^^^^^^^^^^^ no item named `fd00:1122:3344:101` in scope |
2971 | 2024-01-19T06:08:55.161Z | |
2972 | 2024-01-19T06:08:55.162Z | warning: unresolved link to `fd00:1122:3344:102::9` |
2973 | 2024-01-19T06:08:55.162Z | --> nexus/src/app/sagas/volume_delete.rs:349:17 |
2974 | 2024-01-19T06:08:55.162Z | | |
2975 | 2024-01-19T06:08:55.162Z | 349 | /// "[fd00:1122:3344:102::9]:1000", |
2976 | 2024-01-19T06:08:55.162Z | | ^^^^^^^^^^^^^^^^^^^^^ no item named `fd00:1122:3344:102` in scope |
2977 | 2024-01-19T06:08:55.162Z | |
2978 | 2024-01-19T06:08:55.162Z | warning: unresolved link to `fd00:1122:3344:103::2` |
2979 | 2024-01-19T06:08:55.162Z | --> nexus/src/app/sagas/volume_delete.rs:350:17 |
2980 | 2024-01-19T06:08:55.162Z | | |
2981 | 2024-01-19T06:08:55.162Z | 350 | /// "[fd00:1122:3344:103::2]:1000" |
2982 | 2024-01-19T06:08:55.162Z | | ^^^^^^^^^^^^^^^^^^^^^ no item named `fd00:1122:3344:103` in scope |
2983 | 2024-01-19T06:08:55.162Z | |
2984 | 2024-01-19T06:08:55.162Z | warning: unresolved link to `fd00:1122:3344:101::5` |
2985 | 2024-01-19T06:08:55.162Z | --> nexus/src/app/sagas/volume_delete.rs:369:17 |
2986 | 2024-01-19T06:08:55.162Z | | |
2987 | 2024-01-19T06:08:55.162Z | 369 | /// "[fd00:1122:3344:101::5]:1001", <-- port changed |
2988 | 2024-01-19T06:08:55.162Z | | ^^^^^^^^^^^^^^^^^^^^^ no item named `fd00:1122:3344:101` in scope |
2989 | 2024-01-19T06:08:55.162Z | |
2990 | 2024-01-19T06:08:55.162Z | warning: unresolved link to `fd00:1122:3344:102::9` |
2991 | 2024-01-19T06:08:55.162Z | --> nexus/src/app/sagas/volume_delete.rs:370:17 |
2992 | 2024-01-19T06:08:55.162Z | | |
2993 | 2024-01-19T06:08:55.162Z | 370 | /// "[fd00:1122:3344:102::9]:1001", <-- port changed |
2994 | 2024-01-19T06:08:55.163Z | | ^^^^^^^^^^^^^^^^^^^^^ no item named `fd00:1122:3344:102` in scope |
2995 | 2024-01-19T06:08:55.163Z | |
2996 | 2024-01-19T06:08:55.163Z | warning: unresolved link to `fd00:1122:3344:103::2` |
2997 | 2024-01-19T06:08:55.163Z | --> nexus/src/app/sagas/volume_delete.rs:371:17 |
2998 | 2024-01-19T06:08:55.163Z | | |
2999 | 2024-01-19T06:08:55.163Z | 371 | /// "[fd00:1122:3344:103::2]:1001" <-- port changed |
3000 | 2024-01-19T06:08:55.163Z | | ^^^^^^^^^^^^^^^^^^^^^ no item named `fd00:1122:3344:103` in scope |
3001 | 2024-01-19T06:08:55.163Z | |
3002 | 2024-01-19T06:08:58.656Z | warning: `omicron-nexus` (lib doc) generated 7 warnings |
3003 | 2024-01-19T06:09:49.106Z | Finished dev [unoptimized + debuginfo] target(s) in 16m 39s |
3004 | 2024-01-19T06:09:49.106Z | |
3005 | 2024-01-19T06:09:49.372Z | real 16:39.366904187 |
3006 | 2024-01-19T06:09:49.372Z | user 53:19.601117575 |
3007 | 2024-01-19T06:09:49.372Z | sys 1:03:39.294046643 |
3008 | 2024-01-19T06:09:49.372Z | trap 1.783422539 |
3009 | 2024-01-19T06:09:49.372Z | tflt 0.117010323 |
3010 | 2024-01-19T06:09:49.372Z | dflt 0.559235385 |
3011 | 2024-01-19T06:09:49.372Z | kflt 0.000281819 |
3012 | 2024-01-19T06:09:49.372Z | lock 3:17:21.077947087 |
3013 | 2024-01-19T06:09:49.372Z | slp 4:13:01.659659452 |
3014 | 2024-01-19T06:09:49.372Z | lat 5:27.544490547 |
3015 | 2024-01-19T06:09:49.373Z | stop 1:27.336284579 |
3016 | 2024-01-19T06:09:49.373Z | process exited: duration 1829615 ms, exit code 0 |
|
3017 | 2024-01-19T06:09:49.533Z | found 0 output files |