|
|
|
1 | 2023-11-30T05:26:19.784Z | job assigned to worker 01HGFAYZ5SMH4ZPR67QR0TSBPW (queued for 1 m 56 s) |
|
2 | 2023-11-30T05:26:20.337Z | starting task 0: "setup" |
3 | 2023-11-30T05:26:20.517Z | ++ uname -s |
4 | 2023-11-30T05:26:20.524Z | + kern=SunOS |
5 | 2023-11-30T05:26:20.524Z | + case "$kern" in |
6 | 2023-11-30T05:26:20.524Z | + groupadd -g 12345 build |
7 | 2023-11-30T05:26:20.524Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
8 | 2023-11-30T05:26:22.532Z | + zfs create -o mountpoint=/work rpool/work |
9 | 2023-11-30T05:26:22.627Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
10 | 2023-11-30T05:26:22.633Z | + home_fs=zfs |
11 | 2023-11-30T05:26:22.633Z | + [[ zfs == autofs ]] |
12 | 2023-11-30T05:26:22.633Z | + mkdir -p /home/build |
13 | 2023-11-30T05:26:22.633Z | + chown build:build /home/build /work |
14 | 2023-11-30T05:26:24.648Z | + chmod 0700 /home/build /work |
15 | 2023-11-30T05:26:25.070Z | process exited: duration 4301 ms, exit code 0 |
|
16 | 2023-11-30T05:26:25.099Z | starting task 1: "rust-toolchain" |
17 | 2023-11-30T05:26:25.104Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
18 | 2023-11-30T05:26:25.104Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.72.1 --profile default |
19 | 2023-11-30T05:26:25.322Z | info: downloading installer |
20 | 2023-11-30T05:26:28.011Z | warning: it looks like you have an existing installation of Rust at: |
21 | 2023-11-30T05:26:28.011Z | warning: /opt/ooce/bin |
22 | 2023-11-30T05:26:28.011Z | warning: It is recommended that rustup be the primary Rust installation. |
23 | 2023-11-30T05:26:28.011Z | warning: Otherwise you may have confusion unless you are careful with your PATH |
24 | 2023-11-30T05:26:28.011Z | warning: If you are sure that you want both rustup and your already installed Rust |
25 | 2023-11-30T05:26:28.011Z | warning: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes |
26 | 2023-11-30T05:26:28.011Z | warning: or pass `-y' to ignore all ignorable checks. |
27 | 2023-11-30T05:26:28.011Z | error: cannot install while Rust is installed |
28 | 2023-11-30T05:26:28.023Z | warning: continuing (because the -y flag is set and the error is ignorable) |
29 | 2023-11-30T05:26:28.418Z | info: profile set to 'default' |
30 | 2023-11-30T05:26:28.418Z | info: default host triple is x86_64-unknown-illumos |
31 | 2023-11-30T05:26:28.421Z | info: syncing channel updates for '1.72.1-x86_64-unknown-illumos' |
32 | 2023-11-30T05:26:28.592Z | info: latest update on 2023-09-19, rust version 1.72.1 (d5c2e9c34 2023-09-13) |
33 | 2023-11-30T05:26:28.592Z | info: downloading component 'cargo' |
34 | 2023-11-30T05:26:29.241Z | info: downloading component 'clippy' |
35 | 2023-11-30T05:26:29.476Z | info: downloading component 'rust-docs' |
36 | 2023-11-30T05:26:30.305Z | info: downloading component 'rust-std' |
37 | 2023-11-30T05:26:32.288Z | info: downloading component 'rustc' |
38 | 2023-11-30T05:26:35.513Z | info: downloading component 'rustfmt' |
39 | 2023-11-30T05:26:35.763Z | info: installing component 'cargo' |
40 | 2023-11-30T05:26:37.590Z | info: installing component 'clippy' |
41 | 2023-11-30T05:26:38.561Z | info: installing component 'rust-docs' |
42 | 2023-11-30T05:26:41.238Z | info: installing component 'rust-std' |
43 | 2023-11-30T05:26:45.117Z | info: installing component 'rustc' |
44 | 2023-11-30T05:26:55.120Z | info: installing component 'rustfmt' |
45 | 2023-11-30T05:26:55.568Z | info: default toolchain set to '1.72.1-x86_64-unknown-illumos' |
46 | 2023-11-30T05:26:55.569Z | |
47 | 2023-11-30T05:26:56.053Z | 1.72.1-x86_64-unknown-illumos installed - rustc 1.72.1 (d5c2e9c34 2023-09-13) |
48 | 2023-11-30T05:26:56.054Z | |
49 | 2023-11-30T05:26:56.054Z | |
50 | 2023-11-30T05:26:56.054Z | Rust is installed now. Great! |
51 | 2023-11-30T05:26:56.054Z | |
52 | 2023-11-30T05:26:56.054Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
53 | 2023-11-30T05:26:56.054Z | environment variable. This has not been done automatically. |
54 | 2023-11-30T05:26:56.054Z | |
55 | 2023-11-30T05:26:56.054Z | To configure your current shell, run: |
56 | 2023-11-30T05:26:56.054Z | source "$HOME/.cargo/env" |
57 | 2023-11-30T05:26:56.054Z | + rustc --version |
58 | 2023-11-30T05:26:56.054Z | rustc 1.72.1 (d5c2e9c34 2023-09-13) |
59 | 2023-11-30T05:26:56.054Z | process exited: duration 30814 ms, exit code 0 |
|
60 | 2023-11-30T05:26:56.083Z | starting task 2: "authentication" |
61 | 2023-11-30T05:26:56.106Z | process exited: duration 35 ms, exit code 0 |
|
62 | 2023-11-30T05:26:56.115Z | starting task 3: "clone repository" |
63 | 2023-11-30T05:26:56.120Z | + mkdir -p /work/oxidecomputer/omicron |
64 | 2023-11-30T05:26:56.122Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
65 | 2023-11-30T05:26:56.222Z | Cloning into '/work/oxidecomputer/omicron'... |
66 | 2023-11-30T05:27:01.962Z | + cd /work/oxidecomputer/omicron |
67 | 2023-11-30T05:27:01.962Z | + [[ -n renovate/url-2.x ]] |
68 | 2023-11-30T05:27:01.970Z | + git fetch origin renovate/url-2.x |
69 | 2023-11-30T05:27:02.320Z | From https://github.com/oxidecomputer/omicron |
70 | 2023-11-30T05:27:02.320Z | * branch renovate/url-2.x -> FETCH_HEAD |
71 | 2023-11-30T05:27:02.327Z | + git checkout -B renovate/url-2.x remotes/origin/renovate/url-2.x |
72 | 2023-11-30T05:27:02.430Z | Switched to a new branch 'renovate/url-2.x' |
73 | 2023-11-30T05:27:02.451Z | branch 'renovate/url-2.x' set up to track 'origin/renovate/url-2.x'. |
74 | 2023-11-30T05:27:02.451Z | + git reset --hard b28d1907ae853dcc7decb8101fd9b50d8dc23be5 |
75 | 2023-11-30T05:27:02.451Z | HEAD is now at b28d1907 Update Rust crate url to 2.5.0 |
76 | 2023-11-30T05:27:02.451Z | process exited: duration 6327 ms, exit code 0 |
|
77 | 2023-11-30T05:27:02.464Z | starting task 4: "build" |
78 | 2023-11-30T05:27:02.478Z | + cargo --version |
79 | 2023-11-30T05:27:02.484Z | info: syncing channel updates for '1.74.0-x86_64-unknown-illumos' |
80 | 2023-11-30T05:27:02.667Z | info: latest update on 2023-11-16, rust version 1.74.0 (79e9716c9 2023-11-13) |
81 | 2023-11-30T05:27:02.677Z | info: downloading component 'cargo' |
82 | 2023-11-30T05:27:03.381Z | info: downloading component 'clippy' |
83 | 2023-11-30T05:27:03.631Z | info: downloading component 'rust-docs' |
84 | 2023-11-30T05:27:04.506Z | info: downloading component 'rust-std' |
85 | 2023-11-30T05:27:05.939Z | info: downloading component 'rustc' |
86 | 2023-11-30T05:27:09.609Z | info: downloading component 'rustfmt' |
87 | 2023-11-30T05:27:09.819Z | info: installing component 'cargo' |
88 | 2023-11-30T05:27:11.563Z | info: installing component 'clippy' |
89 | 2023-11-30T05:27:11.572Z | info: installing component 'rust-docs' |
90 | 2023-11-30T05:27:14.446Z | info: installing component 'rust-std' |
91 | 2023-11-30T05:27:17.067Z | info: installing component 'rustc' |
92 | 2023-11-30T05:27:23.152Z | info: installing component 'rustfmt' |
93 | 2023-11-30T05:27:23.685Z | cargo 1.74.0 (ecb9851af 2023-10-18) |
94 | 2023-11-30T05:27:23.688Z | + rustc --version |
95 | 2023-11-30T05:27:23.810Z | rustc 1.74.0 (79e9716c9 2023-11-13) |
96 | 2023-11-30T05:27:23.816Z | + source ./env.sh |
97 | 2023-11-30T05:27:23.819Z | ++ set -o xtrace |
98 | 2023-11-30T05:27:23.828Z | ++++ dirname ./env.sh |
99 | 2023-11-30T05:27:23.828Z | +++ cd . |
100 | 2023-11-30T05:27:23.828Z | +++ echo /work/oxidecomputer/omicron |
101 | 2023-11-30T05:27:23.828Z | ++ OMICRON_WS=/work/oxidecomputer/omicron |
102 | 2023-11-30T05:27:23.828Z | ++ export PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
103 | 2023-11-30T05:27:23.828Z | ++ PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
104 | 2023-11-30T05:27:23.828Z | ++ export PATH=/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
105 | 2023-11-30T05:27:23.828Z | ++ PATH=/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
106 | 2023-11-30T05:27:23.828Z | ++ export PATH=/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
107 | 2023-11-30T05:27:23.828Z | ++ PATH=/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
108 | 2023-11-30T05:27:23.828Z | ++ export PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
109 | 2023-11-30T05:27:23.828Z | ++ PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
110 | 2023-11-30T05:27:23.828Z | ++ unset OMICRON_WS |
111 | 2023-11-30T05:27:23.828Z | ++ set +o xtrace |
112 | 2023-11-30T05:27:23.879Z | |
113 | 2023-11-30T05:27:23.879Z | ##### ##### ###### ##### ###### #### # # # #### # |
114 | 2023-11-30T05:27:23.879Z | # # # # # # # # # # # # # # # |
115 | 2023-11-30T05:27:23.879Z | # # # # ##### # # ##### # # # # # #### # |
116 | 2023-11-30T05:27:23.879Z | ##### ##### # ##### # # # # # # # # # |
117 | 2023-11-30T05:27:23.879Z | # # # # # # # # # # # # # # # |
118 | 2023-11-30T05:27:23.879Z | # # # ###### # # ###### ### # #### # #### # |
119 | 2023-11-30T05:27:23.879Z | |
120 | 2023-11-30T05:27:33.318Z | Startup: Refreshing catalog 'helios-dev' ... Done |
121 | 2023-11-30T05:27:34.379Z | Startup: Caching catalogs ... Done |
122 | 2023-11-30T05:27:39.981Z | Planning: Solver setup ... Done (5.250s) |
123 | 2023-11-30T05:27:40.118Z | Planning: Running solver ... Done (0.130s) |
124 | 2023-11-30T05:27:40.182Z | Planning: Finding local manifests ... Done (0.003s) |
125 | 2023-11-30T05:27:40.196Z | Planning: Fetching manifests: 0/4 0% complete |
126 | 2023-11-30T05:27:40.415Z | Planning: Fetching manifests: 4/4 100% complete |
127 | 2023-11-30T05:27:40.499Z | Planning: Package planning ... Done (0.080s) |
128 | 2023-11-30T05:27:40.581Z | Planning: Merging actions ... Done (0.084s) |
129 | 2023-11-30T05:27:41.381Z | Planning: Checking for conflicting actions ... Done (0.799s) |
130 | 2023-11-30T05:27:41.404Z | Planning: Consolidating action changes ... Done (0.017s) |
131 | 2023-11-30T05:27:46.202Z | Planning: Evaluating mediators ... Done (4.806s) |
132 | 2023-11-30T05:27:46.218Z | Planning: Planning completed in 11.78 seconds |
133 | 2023-11-30T05:27:50.026Z | Packages to install: 4 |
134 | 2023-11-30T05:27:50.026Z | Mediators to change: 2 |
135 | 2023-11-30T05:27:50.026Z | Services to change: 1 |
136 | 2023-11-30T05:27:50.029Z | Estimated space available: 148.88 GB |
137 | 2023-11-30T05:27:50.029Z | Estimated space to be consumed: 1.38 GB |
138 | 2023-11-30T05:27:50.029Z | Create boot environment: No |
139 | 2023-11-30T05:27:50.029Z | Create backup boot environment: No |
140 | 2023-11-30T05:27:50.029Z | Rebuild boot archive: No |
141 | 2023-11-30T05:27:50.029Z | |
142 | 2023-11-30T05:27:50.029Z | Changed mediators: |
143 | 2023-11-30T05:27:50.029Z | mediator clang: |
144 | 2023-11-30T05:27:50.029Z | version: None -> 15 (system default) |
145 | 2023-11-30T05:27:50.029Z | |
146 | 2023-11-30T05:27:50.029Z | mediator llvm: |
147 | 2023-11-30T05:27:50.029Z | version: 14 (system default) -> 15 (system default) |
148 | 2023-11-30T05:27:50.029Z | |
149 | 2023-11-30T05:27:50.029Z | Changed packages: |
150 | 2023-11-30T05:27:50.029Z | helios-dev |
151 | 2023-11-30T05:27:50.029Z | developer/build-essential |
152 | 2023-11-30T05:27:50.029Z | None -> 11-2.0 |
153 | 2023-11-30T05:27:50.029Z | library/libxmlsec1 |
154 | 2023-11-30T05:27:50.029Z | None -> 1.2.35-2.0 |
155 | 2023-11-30T05:27:50.029Z | ooce/developer/clang-15 |
156 | 2023-11-30T05:27:50.029Z | None -> 15.0.7-2.0 |
157 | 2023-11-30T05:27:50.029Z | ooce/developer/llvm-15 |
158 | 2023-11-30T05:27:50.029Z | None -> 15.0.7-2.0 |
159 | 2023-11-30T05:27:50.029Z | |
160 | 2023-11-30T05:27:50.030Z | Services: |
161 | 2023-11-30T05:27:50.030Z | restart_fmri: |
162 | 2023-11-30T05:27:50.030Z | svc:/system/update-man-index:default |
163 | 2023-11-30T05:27:50.295Z | |
164 | 2023-11-30T05:27:50.295Z | Download: 0/3290 items 0.0/212.6MB 0% complete |
165 | 2023-11-30T05:27:55.301Z | Download: 1127/3290 items 51.2/212.6MB 24% complete (10.2M/s) |
166 | 2023-11-30T05:28:00.293Z | Download: 1575/3290 items 117.6/212.6MB 55% complete (11.9M/s) |
167 | 2023-11-30T05:28:05.299Z | Download: 3116/3290 items 128.2/212.6MB 60% complete (7.7M/s) |
168 | 2023-11-30T05:28:08.040Z | Download: Completed 212.60 MB in 17.75 seconds (12.0M/s) |
169 | 2023-11-30T05:28:08.840Z | Actions: 1/3687 actions (Installing new actions) |
170 | 2023-11-30T05:28:13.835Z | Actions: 1622/3687 actions (Installing new actions) |
171 | 2023-11-30T05:28:16.830Z | Actions: Completed 3687 actions in 7.98 seconds. |
172 | 2023-11-30T05:28:16.998Z | Done (0.166s) |
173 | 2023-11-30T05:28:16.998Z | Done (0.000s) |
174 | 2023-11-30T05:28:17.227Z | Done (0.233s) |
175 | 2023-11-30T05:28:24.810Z | Done (7.470s) |
176 | 2023-11-30T05:28:25.104Z | Done (0.191s) |
177 | 2023-11-30T05:28:25.112Z | Done (0.000s) |
178 | 2023-11-30T05:28:25.455Z | Done (0.000s) |
179 | 2023-11-30T05:28:26.039Z | Planning: Evaluating mediator changes ... Done |
180 | 2023-11-30T05:28:26.322Z | Planning: Checking for conflicting actions ... Done |
181 | 2023-11-30T05:28:26.325Z | Planning: Consolidating action changes ... Done |
182 | 2023-11-30T05:28:26.759Z | Planning: Evaluating mediators ... Done |
183 | 2023-11-30T05:28:26.763Z | Planning: Planning completed in 0.72 seconds |
184 | 2023-11-30T05:28:26.814Z | Mediators to change: 2 |
185 | 2023-11-30T05:28:26.814Z | Create boot environment: No |
186 | 2023-11-30T05:28:26.817Z | Create backup boot environment: No |
187 | 2023-11-30T05:28:26.918Z | Done |
188 | 2023-11-30T05:28:26.918Z | Done |
189 | 2023-11-30T05:28:27.063Z | Done |
190 | 2023-11-30T05:28:32.771Z | Done |
191 | 2023-11-30T05:28:32.891Z | Done |
192 | 2023-11-30T05:28:32.894Z | Done |
193 | 2023-11-30T05:28:32.984Z | Done |
194 | 2023-11-30T05:28:33.987Z | Planning: Evaluating mediator changes ... Done |
195 | 2023-11-30T05:28:33.991Z | Planning: Merging actions ... Done |
196 | 2023-11-30T05:28:34.339Z | Planning: Checking for conflicting actions ... Done |
197 | 2023-11-30T05:28:34.353Z | Planning: Consolidating action changes ... Done |
198 | 2023-11-30T05:28:34.754Z | Planning: Evaluating mediators ... Done |
199 | 2023-11-30T05:28:34.841Z | Planning: Planning completed in 1.29 seconds |
200 | 2023-11-30T05:28:34.914Z | Packages to change: 1 |
201 | 2023-11-30T05:28:34.914Z | Mediators to change: 1 |
202 | 2023-11-30T05:28:34.914Z | Services to change: 1 |
203 | 2023-11-30T05:28:34.932Z | Create boot environment: No |
204 | 2023-11-30T05:28:34.933Z | Create backup boot environment: Yes |
205 | 2023-11-30T05:28:36.989Z | Actions: 1/6 actions (Updating modified actions) |
206 | 2023-11-30T05:28:36.992Z | Actions: Completed 6 actions in 0.00 seconds. |
207 | 2023-11-30T05:28:36.992Z | Done |
208 | 2023-11-30T05:28:36.992Z | Done |
209 | 2023-11-30T05:28:37.045Z | Done |
210 | 2023-11-30T05:28:42.790Z | Done |
211 | 2023-11-30T05:28:42.913Z | Done |
212 | 2023-11-30T05:28:42.919Z | Done |
213 | 2023-11-30T05:28:43.040Z | Done |
214 | 2023-11-30T05:28:43.708Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
215 | 2023-11-30T05:28:43.708Z | clang system 15 system |
216 | 2023-11-30T05:28:43.708Z | csh system system illumos |
217 | 2023-11-30T05:28:43.708Z | ctags system system illumos |
218 | 2023-11-30T05:28:43.708Z | gcc vendor 12 vendor |
219 | 2023-11-30T05:28:43.708Z | gcc system 10 system |
220 | 2023-11-30T05:28:43.708Z | gcc system 7 system |
221 | 2023-11-30T05:28:43.708Z | go system 1.20 system |
222 | 2023-11-30T05:28:43.708Z | go system 1.19 system |
223 | 2023-11-30T05:28:43.708Z | llvm system 15 system |
224 | 2023-11-30T05:28:43.708Z | llvm system 14 system |
225 | 2023-11-30T05:28:43.708Z | mariadb system 10.6 system |
226 | 2023-11-30T05:28:43.708Z | mta vendor vendor dma |
227 | 2023-11-30T05:28:43.708Z | openjdk system 17 system |
228 | 2023-11-30T05:28:43.708Z | openjdk system 11 system |
229 | 2023-11-30T05:28:43.709Z | openjdk system 1.8 system |
230 | 2023-11-30T05:28:43.709Z | openssl vendor 3 vendor |
231 | 2023-11-30T05:28:43.709Z | perl system 5.36 system |
232 | 2023-11-30T05:28:43.709Z | postgresql system 15 system |
233 | 2023-11-30T05:28:43.709Z | postgresql system 13 system |
234 | 2023-11-30T05:28:43.709Z | python vendor 3 vendor |
235 | 2023-11-30T05:28:43.709Z | python system 2 system |
236 | 2023-11-30T05:28:43.709Z | python3 system 3.11 system |
237 | 2023-11-30T05:28:43.709Z | ruby system 3.0 system |
238 | 2023-11-30T05:28:43.709Z | words vendor vendor american-english |
239 | 2023-11-30T05:28:43.709Z | words system system australian-english |
240 | 2023-11-30T05:28:43.709Z | words system system british-english |
241 | 2023-11-30T05:28:43.710Z | words system system canadian-english |
242 | 2023-11-30T05:28:43.710Z | words system system french |
243 | 2023-11-30T05:28:43.710Z | words system system italian |
244 | 2023-11-30T05:28:43.710Z | words system system ngerman |
245 | 2023-11-30T05:28:43.710Z | words system system ogerman |
246 | 2023-11-30T05:28:43.710Z | words system system spanish |
247 | 2023-11-30T05:28:44.221Z | FMRI IFO |
248 | 2023-11-30T05:28:44.221Z | pkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im- |
249 | 2023-11-30T05:28:44.221Z | pkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i-- |
250 | 2023-11-30T05:28:44.221Z | pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im- |
251 | 2023-11-30T05:28:44.221Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z im- |
252 | 2023-11-30T05:28:44.221Z | pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i-- |
253 | 2023-11-30T05:28:44.221Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z i-- |
254 | 2023-11-30T05:28:44.292Z | + set -o errexit |
255 | 2023-11-30T05:28:44.294Z | +++ dirname ./tools/ci_download_cockroachdb |
256 | 2023-11-30T05:28:44.297Z | ++ cd ./tools |
257 | 2023-11-30T05:28:44.297Z | ++ pwd |
258 | 2023-11-30T05:28:44.297Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
259 | 2023-11-30T05:28:44.300Z | ++ basename ./tools/ci_download_cockroachdb |
260 | 2023-11-30T05:28:44.300Z | + ARG0=ci_download_cockroachdb |
261 | 2023-11-30T05:28:44.302Z | ++ cat /work/oxidecomputer/omicron/tools/cockroachdb_version |
262 | 2023-11-30T05:28:44.306Z | + CIDL_VERSION=v22.1.9 |
263 | 2023-11-30T05:28:44.306Z | + source /work/oxidecomputer/omicron/tools/cockroachdb_checksums |
264 | 2023-11-30T05:28:44.306Z | ++ CIDL_MD5_DARWIN=2db972c254b4e3b599e12110520178b5 |
265 | 2023-11-30T05:28:44.306Z | ++ CIDL_MD5_LINUX=8c3170883e0a0be1a34b44090c067a8c |
266 | 2023-11-30T05:28:44.315Z | ++ CIDL_MD5_ILLUMOS=d8999aff364e5d70f226e139fda724a3 |
267 | 2023-11-30T05:28:44.315Z | + TARGET_DIR=out |
268 | 2023-11-30T05:28:44.315Z | + DOWNLOAD_DIR=out/downloads |
269 | 2023-11-30T05:28:44.315Z | + DEST_DIR=./out/cockroachdb |
270 | 2023-11-30T05:28:44.315Z | + CIDL_URL_COCKROACH=https://binaries.cockroachdb.com |
271 | 2023-11-30T05:28:44.315Z | + CIDL_URL_ILLUMOS=https://illumos.org/downloads |
272 | 2023-11-30T05:28:44.315Z | + main |
273 | 2023-11-30T05:28:44.315Z | + [[ 0 != 0 ]] |
274 | 2023-11-30T05:28:44.315Z | + CIDL_OS=solaris2.11 |
275 | 2023-11-30T05:28:44.315Z | + [[ 0 != 0 ]] |
276 | 2023-11-30T05:28:44.315Z | + configure_os solaris2.11 |
277 | 2023-11-30T05:28:44.315Z | + echo 'current directory: /work/oxidecomputer/omicron' |
278 | 2023-11-30T05:28:44.315Z | current directory: /work/oxidecomputer/omicron |
279 | 2023-11-30T05:28:44.315Z | configuring based on OS: "solaris2.11" |
280 | 2023-11-30T05:28:44.317Z | + echo 'configuring based on OS: "solaris2.11"' |
281 | 2023-11-30T05:28:44.317Z | + case "$1" in |
282 | 2023-11-30T05:28:44.317Z | + CIDL_BUILD=illumos |
283 | 2023-11-30T05:28:44.317Z | + CIDL_SUFFIX=tar.gz |
284 | 2023-11-30T05:28:44.317Z | + CIDL_MD5=d8999aff364e5d70f226e139fda724a3 |
285 | 2023-11-30T05:28:44.317Z | + CIDL_MD5FUNC=do_md5sum |
286 | 2023-11-30T05:28:44.317Z | + CIDL_URL_BASE=https://illumos.org/downloads |
287 | 2023-11-30T05:28:44.317Z | + CIDL_ASSEMBLE=do_assemble_illumos |
288 | 2023-11-30T05:28:44.317Z | + TARBALL_DIRNAME=cockroach-v22.1.9.illumos |
289 | 2023-11-30T05:28:44.317Z | + TARBALL_FILENAME=cockroach-v22.1.9.illumos.tar.gz |
290 | 2023-11-30T05:28:44.317Z | + TARBALL_FILE=out/downloads/cockroach-v22.1.9.illumos.tar.gz |
291 | 2023-11-30T05:28:44.317Z | + TARBALL_DIR=out/downloads/cockroach-v22.1.9.illumos |
292 | 2023-11-30T05:28:44.317Z | + CIDL_URL=https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz |
293 | 2023-11-30T05:28:44.317Z | + echo 'URL: https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz' |
294 | 2023-11-30T05:28:44.317Z | URL: https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz |
295 | 2023-11-30T05:28:44.317Z | + echo 'Local file: out/downloads/cockroach-v22.1.9.illumos.tar.gz' |
296 | 2023-11-30T05:28:44.318Z | Local file: out/downloads/cockroach-v22.1.9.illumos.tar.gz |
297 | 2023-11-30T05:28:44.318Z | + mkdir -p out/downloads |
298 | 2023-11-30T05:28:44.322Z | + mkdir -p ./out/cockroachdb |
299 | 2023-11-30T05:28:44.322Z | + local DO_DOWNLOAD=true |
300 | 2023-11-30T05:28:44.322Z | + [[ -f out/downloads/cockroach-v22.1.9.illumos.tar.gz ]] |
301 | 2023-11-30T05:28:44.322Z | + '[' true == true ']' |
302 | 2023-11-30T05:28:44.322Z | + echo Downloading... |
303 | 2023-11-30T05:28:44.322Z | + do_download_curl https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz out/downloads/cockroach-v22.1.9.illumos.tar.gz |
304 | 2023-11-30T05:28:44.322Z | Downloading... |
305 | 2023-11-30T05:28:44.322Z | + 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 |
306 | 2023-11-30T05:28:48.979Z | ++ do_md5sum out/downloads/cockroach-v22.1.9.illumos.tar.gz |
307 | 2023-11-30T05:28:48.987Z | ++ md5sum |
308 | 2023-11-30T05:28:48.987Z | ++ awk '{print $1}' |
309 | 2023-11-30T05:28:49.162Z | + calculated_md5=d8999aff364e5d70f226e139fda724a3 |
310 | 2023-11-30T05:28:49.162Z | + [[ 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 ]] |
311 | 2023-11-30T05:28:49.162Z | + do_untar out/downloads/cockroach-v22.1.9.illumos.tar.gz |
312 | 2023-11-30T05:28:49.164Z | + tar xzf out/downloads/cockroach-v22.1.9.illumos.tar.gz -C out/downloads |
313 | 2023-11-30T05:28:52.547Z | + do_assemble_illumos |
314 | 2023-11-30T05:28:52.547Z | + rm -r ./out/cockroachdb |
315 | 2023-11-30T05:28:53.009Z | + cp -r out/downloads/cockroach-v22.1.9 ./out/cockroachdb |
316 | 2023-11-30T05:28:53.229Z | + ./out/cockroachdb/bin/cockroach version |
317 | 2023-11-30T05:28:53.483Z | Build Tag: v22.1.9-dirty |
318 | 2023-11-30T05:28:53.488Z | Build Time: 2022/10/26 21:17:46 |
319 | 2023-11-30T05:28:53.488Z | Distribution: OSS |
320 | 2023-11-30T05:28:53.488Z | Platform: illumos amd64 (x86_64-pc-solaris2.11) |
321 | 2023-11-30T05:28:53.488Z | Go Version: go1.17.13 |
322 | 2023-11-30T05:28:53.488Z | C Compiler: gcc 10.3.0 |
323 | 2023-11-30T05:28:53.488Z | Build Commit ID: e438c2f89282e607e0e6ca1d38b2e0a622f94493 |
324 | 2023-11-30T05:28:53.489Z | Build Type: release |
325 | 2023-11-30T05:28:53.510Z | + set -o errexit |
326 | 2023-11-30T05:28:53.516Z | +++ dirname ./tools/ci_download_clickhouse |
327 | 2023-11-30T05:28:53.516Z | ++ cd ./tools |
328 | 2023-11-30T05:28:53.516Z | ++ pwd |
329 | 2023-11-30T05:28:53.516Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
330 | 2023-11-30T05:28:53.528Z | ++ basename ./tools/ci_download_clickhouse |
331 | 2023-11-30T05:28:53.528Z | + ARG0=ci_download_clickhouse |
332 | 2023-11-30T05:28:53.528Z | + TARGET_DIR=out |
333 | 2023-11-30T05:28:53.528Z | + DOWNLOAD_DIR=out/downloads |
334 | 2023-11-30T05:28:53.528Z | + DEST_DIR=./out/clickhouse |
335 | 2023-11-30T05:28:53.528Z | + CIDL_VERSION=v22.8.9.24 |
336 | 2023-11-30T05:28:53.528Z | + source /work/oxidecomputer/omicron/tools/clickhouse_checksums |
337 | 2023-11-30T05:28:53.528Z | ++ CIDL_MD5_DARWIN=20603974a929926591fca70ff1df0e45 |
338 | 2023-11-30T05:28:53.528Z | ++ CIDL_MD5_LINUX=ea909519bd9d989fd5d090fd9bdd42f1 |
339 | 2023-11-30T05:28:53.528Z | ++ CIDL_MD5_ILLUMOS=7702939ce5b4b51846a1ba39f1392306 |
340 | 2023-11-30T05:28:53.528Z | + CIDL_URL_BASE=https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com |
341 | 2023-11-30T05:28:53.528Z | + main |
342 | 2023-11-30T05:28:53.528Z | + [[ 0 != 0 ]] |
343 | 2023-11-30T05:28:53.528Z | + CIDL_OS=solaris2.11 |
344 | 2023-11-30T05:28:53.528Z | + [[ 0 != 0 ]] |
345 | 2023-11-30T05:28:53.528Z | + configure_os solaris2.11 |
346 | 2023-11-30T05:28:53.533Z | + echo 'current directory: /work/oxidecomputer/omicron' |
347 | 2023-11-30T05:28:53.534Z | current directory: /work/oxidecomputer/omicron |
348 | 2023-11-30T05:28:53.534Z | + echo 'configuring based on OS: "solaris2.11"' |
349 | 2023-11-30T05:28:53.534Z | + CIDL_DASHREV= |
350 | 2023-11-30T05:28:53.534Z | + case "$1" in |
351 | 2023-11-30T05:28:53.534Z | configuring based on OS: "solaris2.11" |
352 | 2023-11-30T05:28:53.534Z | + CIDL_PLATFORM=illumos |
353 | 2023-11-30T05:28:53.534Z | + CIDL_MD5=7702939ce5b4b51846a1ba39f1392306 |
354 | 2023-11-30T05:28:53.534Z | + CIDL_MD5FUNC=do_md5sum |
355 | 2023-11-30T05:28:53.534Z | + CIDL_DASHREV=-1 |
356 | 2023-11-30T05:28:53.534Z | + TARBALL_DIRNAME=clickhouse-v22.8.9.24 |
357 | 2023-11-30T05:28:53.534Z | + TARBALL_FILENAME=clickhouse-v22.8.9.24-1.illumos.tar.gz |
358 | 2023-11-30T05:28:53.534Z | + TARBALL_FILE=out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz |
359 | 2023-11-30T05:28:53.534Z | + CIDL_URL=https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz |
360 | 2023-11-30T05:28:53.534Z | + echo 'URL: https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz' |
361 | 2023-11-30T05:28:53.534Z | + echo 'Local file: out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz' |
362 | 2023-11-30T05:28:53.534Z | URL: https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz |
363 | 2023-11-30T05:28:53.534Z | Local file: out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz |
364 | 2023-11-30T05:28:53.534Z | + mkdir -p out/downloads |
365 | 2023-11-30T05:28:53.534Z | + mkdir -p ./out/clickhouse |
366 | 2023-11-30T05:28:53.534Z | + local DO_DOWNLOAD=true |
367 | 2023-11-30T05:28:53.534Z | + [[ -f out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz ]] |
368 | 2023-11-30T05:28:53.534Z | + '[' true == true ']' |
369 | 2023-11-30T05:28:53.534Z | + echo Downloading... |
370 | 2023-11-30T05:28:53.534Z | Downloading... |
371 | 2023-11-30T05:28:53.534Z | + 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 |
372 | 2023-11-30T05:28:53.535Z | + 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 |
373 | 2023-11-30T05:28:55.033Z | ++ do_md5sum out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz |
374 | 2023-11-30T05:28:55.037Z | ++ md5sum |
375 | 2023-11-30T05:28:55.037Z | ++ awk '{print $1}' |
376 | 2023-11-30T05:28:55.293Z | + calculated_md5=7702939ce5b4b51846a1ba39f1392306 |
377 | 2023-11-30T05:28:55.293Z | + [[ 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 ]] |
378 | 2023-11-30T05:28:55.293Z | + do_untar out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz ./out/clickhouse |
379 | 2023-11-30T05:28:55.301Z | + mkdir -p ./out/clickhouse |
380 | 2023-11-30T05:28:55.301Z | + tar xzf out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz -C ./out/clickhouse |
381 | 2023-11-30T05:29:00.188Z | + ./out/clickhouse/clickhouse server --version |
382 | 2023-11-30T05:29:00.228Z | ClickHouse server version 22.8.9.1. |
383 | 2023-11-30T05:29:00.251Z | + set -o errexit |
384 | 2023-11-30T05:29:00.254Z | +++ dirname ./tools/ci_download_console |
385 | 2023-11-30T05:29:00.256Z | ++ cd ./tools |
386 | 2023-11-30T05:29:00.256Z | ++ pwd |
387 | 2023-11-30T05:29:00.258Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
388 | 2023-11-30T05:29:00.261Z | ++ basename ./tools/ci_download_console |
389 | 2023-11-30T05:29:00.261Z | + ARG0=ci_download_console |
390 | 2023-11-30T05:29:00.261Z | + TARGET_DIR=out |
391 | 2023-11-30T05:29:00.261Z | + DOWNLOAD_DIR=out/downloads |
392 | 2023-11-30T05:29:00.261Z | + DEST_DIR=./out/console-assets |
393 | 2023-11-30T05:29:00.261Z | + source /work/oxidecomputer/omicron/tools/console_version |
394 | 2023-11-30T05:29:00.261Z | ++ COMMIT=ae8218df707360a902133f4a96b48a3b5a62a09e |
395 | 2023-11-30T05:29:00.261Z | ++ SHA2=ae35b991d3ff835a59b59126298790cb7431a282b25ba4add4e7fb6ea6b98989 |
396 | 2023-11-30T05:29:00.261Z | + URL=https://dl.oxide.computer/releases/console/ae8218df707360a902133f4a96b48a3b5a62a09e.tar.gz |
397 | 2023-11-30T05:29:00.261Z | + TARBALL_FILE=out/downloads/console.tar.gz |
398 | 2023-11-30T05:29:00.261Z | + main |
399 | 2023-11-30T05:29:00.262Z | + [[ 0 != 0 ]] |
400 | 2023-11-30T05:29:00.262Z | + echo 'URL: https://dl.oxide.computer/releases/console/ae8218df707360a902133f4a96b48a3b5a62a09e.tar.gz' |
401 | 2023-11-30T05:29:00.262Z | URL: https://dl.oxide.computer/releases/console/ae8218df707360a902133f4a96b48a3b5a62a09e.tar.gz |
402 | 2023-11-30T05:29:00.262Z | + echo 'Local file: out/downloads/console.tar.gz' |
403 | 2023-11-30T05:29:00.262Z | Local file: out/downloads/console.tar.gz |
404 | 2023-11-30T05:29:00.262Z | + local DO_DOWNLOAD=true |
405 | 2023-11-30T05:29:00.262Z | + [[ -f out/downloads/console.tar.gz ]] |
406 | 2023-11-30T05:29:00.262Z | + mkdir -p out/downloads |
407 | 2023-11-30T05:29:00.265Z | + '[' true == true ']' |
408 | 2023-11-30T05:29:00.265Z | + echo Downloading... |
409 | 2023-11-30T05:29:00.265Z | Downloading... |
410 | 2023-11-30T05:29:00.265Z | + do_download_curl https://dl.oxide.computer/releases/console/ae8218df707360a902133f4a96b48a3b5a62a09e.tar.gz out/downloads/console.tar.gz |
411 | 2023-11-30T05:29:00.265Z | + curl --silent --show-error --fail --location --output out/downloads/console.tar.gz https://dl.oxide.computer/releases/console/ae8218df707360a902133f4a96b48a3b5a62a09e.tar.gz |
412 | 2023-11-30T05:29:00.871Z | ++ do_sha256sum out/downloads/console.tar.gz |
413 | 2023-11-30T05:29:00.874Z | ++ case "$OSTYPE" in |
414 | 2023-11-30T05:29:00.875Z | ++ SHA=sha256sum |
415 | 2023-11-30T05:29:00.875Z | ++ sha256sum |
416 | 2023-11-30T05:29:00.875Z | ++ awk '{print $1}' |
417 | 2023-11-30T05:29:00.896Z | + calculated_sha2=ae35b991d3ff835a59b59126298790cb7431a282b25ba4add4e7fb6ea6b98989 |
418 | 2023-11-30T05:29:00.896Z | + [[ ae35b991d3ff835a59b59126298790cb7431a282b25ba4add4e7fb6ea6b98989 != \a\e\3\5\b\9\9\1\d\3\f\f\8\3\5\a\5\9\b\5\9\1\2\6\2\9\8\7\9\0\c\b\7\4\3\1\a\2\8\2\b\2\5\b\a\4\a\d\d\4\e\7\f\b\6\e\a\6\b\9\8\9\8\9 ]] |
419 | 2023-11-30T05:29:00.900Z | + rm -rf ./out/console-assets |
420 | 2023-11-30T05:29:00.901Z | + mkdir -p ./out/console-assets |
421 | 2023-11-30T05:29:00.903Z | + do_untar out/downloads/console.tar.gz ./out/console-assets |
422 | 2023-11-30T05:29:00.903Z | + mkdir -p ./out/console-assets |
423 | 2023-11-30T05:29:00.906Z | + tar xzf out/downloads/console.tar.gz -C ./out/console-assets |
424 | 2023-11-30T05:29:01.040Z | + set -o errexit |
425 | 2023-11-30T05:29:01.044Z | +++ dirname ./tools/ci_download_maghemite_openapi |
426 | 2023-11-30T05:29:01.047Z | ++ cd ./tools |
427 | 2023-11-30T05:29:01.047Z | ++ pwd |
428 | 2023-11-30T05:29:01.047Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
429 | 2023-11-30T05:29:01.047Z | ++ basename ./tools/ci_download_maghemite_openapi |
430 | 2023-11-30T05:29:01.050Z | + ARG0=ci_download_maghemite_openapi |
431 | 2023-11-30T05:29:01.050Z | + TARGET_DIR=out |
432 | 2023-11-30T05:29:01.050Z | + DOWNLOAD_DIR=out/downloads |
433 | 2023-11-30T05:29:01.050Z | + source /work/oxidecomputer/omicron/tools/maghemite_ddm_openapi_version |
434 | 2023-11-30T05:29:01.050Z | ++ COMMIT=579592bf474ec4b86805ada60c1b920b3beef5a7 |
435 | 2023-11-30T05:29:01.050Z | ++ SHA2=9737906555a60911636532f00f1dc2866dc7cd6553beb106e9e57beabad41cdf |
436 | 2023-11-30T05:29:01.050Z | + URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/579592bf474ec4b86805ada60c1b920b3beef5a7/ddm-admin.json |
437 | 2023-11-30T05:29:01.050Z | + LOCAL_FILE=out/downloads/ddm-admin-579592bf474ec4b86805ada60c1b920b3beef5a7.json |
438 | 2023-11-30T05:29:01.050Z | + main |
439 | 2023-11-30T05:29:01.050Z | + [[ 0 != 0 ]] |
440 | 2023-11-30T05:29:01.050Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/579592bf474ec4b86805ada60c1b920b3beef5a7/ddm-admin.json' |
441 | 2023-11-30T05:29:01.050Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/579592bf474ec4b86805ada60c1b920b3beef5a7/ddm-admin.json |
442 | 2023-11-30T05:29:01.050Z | + echo 'Local file: out/downloads/ddm-admin-579592bf474ec4b86805ada60c1b920b3beef5a7.json' |
443 | 2023-11-30T05:29:01.050Z | Local file: out/downloads/ddm-admin-579592bf474ec4b86805ada60c1b920b3beef5a7.json |
444 | 2023-11-30T05:29:01.051Z | + local DO_DOWNLOAD=true |
445 | 2023-11-30T05:29:01.051Z | + [[ -f out/downloads/ddm-admin-579592bf474ec4b86805ada60c1b920b3beef5a7.json ]] |
446 | 2023-11-30T05:29:01.051Z | + mkdir -p out/downloads |
447 | 2023-11-30T05:29:01.054Z | + '[' true == true ']' |
448 | 2023-11-30T05:29:01.054Z | + echo Downloading... |
449 | 2023-11-30T05:29:01.054Z | Downloading... |
450 | 2023-11-30T05:29:01.054Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/579592bf474ec4b86805ada60c1b920b3beef5a7/ddm-admin.json out/downloads/ddm-admin-579592bf474ec4b86805ada60c1b920b3beef5a7.json |
451 | 2023-11-30T05:29:01.054Z | + curl --silent --show-error --fail --location --output out/downloads/ddm-admin-579592bf474ec4b86805ada60c1b920b3beef5a7.json https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/579592bf474ec4b86805ada60c1b920b3beef5a7/ddm-admin.json |
452 | 2023-11-30T05:29:01.203Z | ++ do_sha256sum out/downloads/ddm-admin-579592bf474ec4b86805ada60c1b920b3beef5a7.json |
453 | 2023-11-30T05:29:01.203Z | ++ case "$OSTYPE" in |
454 | 2023-11-30T05:29:01.208Z | ++ SHA=sha256sum |
455 | 2023-11-30T05:29:01.208Z | ++ sha256sum |
456 | 2023-11-30T05:29:01.208Z | ++ awk '{print $1}' |
457 | 2023-11-30T05:29:01.211Z | + calculated_sha2=9737906555a60911636532f00f1dc2866dc7cd6553beb106e9e57beabad41cdf |
458 | 2023-11-30T05:29:01.211Z | + [[ 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 ]] |
459 | 2023-11-30T05:29:01.211Z | + source /work/oxidecomputer/omicron/tools/maghemite_mg_openapi_version |
460 | 2023-11-30T05:29:01.211Z | ++ COMMIT=579592bf474ec4b86805ada60c1b920b3beef5a7 |
461 | 2023-11-30T05:29:01.211Z | ++ SHA2=6c1fab8d5028b52a161d8bf02aae47844699cdc5f7b28e1ac519fc4ec1ab3971 |
462 | 2023-11-30T05:29:01.211Z | + URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/579592bf474ec4b86805ada60c1b920b3beef5a7/mg-admin.json |
463 | 2023-11-30T05:29:01.211Z | + LOCAL_FILE=out/downloads/mg-admin-579592bf474ec4b86805ada60c1b920b3beef5a7.json |
464 | 2023-11-30T05:29:01.211Z | + main |
465 | 2023-11-30T05:29:01.211Z | + [[ 0 != 0 ]] |
466 | 2023-11-30T05:29:01.211Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/579592bf474ec4b86805ada60c1b920b3beef5a7/mg-admin.json' |
467 | 2023-11-30T05:29:01.211Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/579592bf474ec4b86805ada60c1b920b3beef5a7/mg-admin.json |
468 | 2023-11-30T05:29:01.211Z | + echo 'Local file: out/downloads/mg-admin-579592bf474ec4b86805ada60c1b920b3beef5a7.json' |
469 | 2023-11-30T05:29:01.211Z | Local file: out/downloads/mg-admin-579592bf474ec4b86805ada60c1b920b3beef5a7.json |
470 | 2023-11-30T05:29:01.211Z | + local DO_DOWNLOAD=true |
471 | 2023-11-30T05:29:01.211Z | + [[ -f out/downloads/mg-admin-579592bf474ec4b86805ada60c1b920b3beef5a7.json ]] |
472 | 2023-11-30T05:29:01.211Z | + mkdir -p out/downloads |
473 | 2023-11-30T05:29:01.214Z | + '[' true == true ']' |
474 | 2023-11-30T05:29:01.214Z | + echo Downloading... |
475 | 2023-11-30T05:29:01.214Z | Downloading... |
476 | 2023-11-30T05:29:01.214Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/579592bf474ec4b86805ada60c1b920b3beef5a7/mg-admin.json out/downloads/mg-admin-579592bf474ec4b86805ada60c1b920b3beef5a7.json |
477 | 2023-11-30T05:29:01.215Z | + curl --silent --show-error --fail --location --output out/downloads/mg-admin-579592bf474ec4b86805ada60c1b920b3beef5a7.json https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/579592bf474ec4b86805ada60c1b920b3beef5a7/mg-admin.json |
478 | 2023-11-30T05:29:01.354Z | ++ do_sha256sum out/downloads/mg-admin-579592bf474ec4b86805ada60c1b920b3beef5a7.json |
479 | 2023-11-30T05:29:01.357Z | ++ case "$OSTYPE" in |
480 | 2023-11-30T05:29:01.357Z | ++ SHA=sha256sum |
481 | 2023-11-30T05:29:01.359Z | ++ sha256sum |
482 | 2023-11-30T05:29:01.359Z | ++ awk '{print $1}' |
483 | 2023-11-30T05:29:01.362Z | + calculated_sha2=6c1fab8d5028b52a161d8bf02aae47844699cdc5f7b28e1ac519fc4ec1ab3971 |
484 | 2023-11-30T05:29:01.362Z | + [[ 6c1fab8d5028b52a161d8bf02aae47844699cdc5f7b28e1ac519fc4ec1ab3971 != \6\c\1\f\a\b\8\d\5\0\2\8\b\5\2\a\1\6\1\d\8\b\f\0\2\a\a\e\4\7\8\4\4\6\9\9\c\d\c\5\f\7\b\2\8\e\1\a\c\5\1\9\f\c\4\e\c\1\a\b\3\9\7\1 ]] |
485 | 2023-11-30T05:29:01.371Z | + set -o errexit |
486 | 2023-11-30T05:29:01.376Z | +++ dirname ./tools/ci_download_dendrite_openapi |
487 | 2023-11-30T05:29:01.376Z | ++ cd ./tools |
488 | 2023-11-30T05:29:01.376Z | ++ pwd |
489 | 2023-11-30T05:29:01.376Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
490 | 2023-11-30T05:29:01.379Z | ++ basename ./tools/ci_download_dendrite_openapi |
491 | 2023-11-30T05:29:01.379Z | + ARG0=ci_download_dendrite_openapi |
492 | 2023-11-30T05:29:01.379Z | + TARGET_DIR=out |
493 | 2023-11-30T05:29:01.379Z | + DOWNLOAD_DIR=out/downloads |
494 | 2023-11-30T05:29:01.379Z | + source /work/oxidecomputer/omicron/tools/dendrite_openapi_version |
495 | 2023-11-30T05:29:01.379Z | ++ COMMIT=2af6adea85c62ac37e451148b84e5eb0ef005f36 |
496 | 2023-11-30T05:29:01.379Z | ++ SHA2=07d115bfa8498a8015ca2a8447efeeac32e24aeb25baf3d5e2313216e11293c0 |
497 | 2023-11-30T05:29:01.379Z | + URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/2af6adea85c62ac37e451148b84e5eb0ef005f36/dpd.json |
498 | 2023-11-30T05:29:01.379Z | + LOCAL_FILE=out/downloads/dpd-2af6adea85c62ac37e451148b84e5eb0ef005f36.json |
499 | 2023-11-30T05:29:01.379Z | + main |
500 | 2023-11-30T05:29:01.379Z | + [[ 0 != 0 ]] |
501 | 2023-11-30T05:29:01.379Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/2af6adea85c62ac37e451148b84e5eb0ef005f36/dpd.json' |
502 | 2023-11-30T05:29:01.379Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/2af6adea85c62ac37e451148b84e5eb0ef005f36/dpd.json |
503 | 2023-11-30T05:29:01.379Z | Local file: out/downloads/dpd-2af6adea85c62ac37e451148b84e5eb0ef005f36.json |
504 | 2023-11-30T05:29:01.381Z | + echo 'Local file: out/downloads/dpd-2af6adea85c62ac37e451148b84e5eb0ef005f36.json' |
505 | 2023-11-30T05:29:01.381Z | + local DO_DOWNLOAD=true |
506 | 2023-11-30T05:29:01.381Z | + [[ -f out/downloads/dpd-2af6adea85c62ac37e451148b84e5eb0ef005f36.json ]] |
507 | 2023-11-30T05:29:01.381Z | + mkdir -p out/downloads |
508 | 2023-11-30T05:29:01.384Z | + '[' true == true ']' |
509 | 2023-11-30T05:29:01.384Z | + echo Downloading... |
510 | 2023-11-30T05:29:01.384Z | Downloading... |
511 | 2023-11-30T05:29:01.384Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/2af6adea85c62ac37e451148b84e5eb0ef005f36/dpd.json out/downloads/dpd-2af6adea85c62ac37e451148b84e5eb0ef005f36.json |
512 | 2023-11-30T05:29:01.384Z | + curl --silent --show-error --fail --location --output out/downloads/dpd-2af6adea85c62ac37e451148b84e5eb0ef005f36.json https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/2af6adea85c62ac37e451148b84e5eb0ef005f36/dpd.json |
513 | 2023-11-30T05:29:01.610Z | ++ do_sha256sum out/downloads/dpd-2af6adea85c62ac37e451148b84e5eb0ef005f36.json |
514 | 2023-11-30T05:29:01.610Z | ++ case "$OSTYPE" in |
515 | 2023-11-30T05:29:01.617Z | ++ SHA=sha256sum |
516 | 2023-11-30T05:29:01.617Z | ++ sha256sum |
517 | 2023-11-30T05:29:01.617Z | ++ awk '{print $1}' |
518 | 2023-11-30T05:29:01.617Z | + calculated_sha2=07d115bfa8498a8015ca2a8447efeeac32e24aeb25baf3d5e2313216e11293c0 |
519 | 2023-11-30T05:29:01.617Z | + [[ 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 ]] |
520 | 2023-11-30T05:29:01.628Z | + set -o errexit |
521 | 2023-11-30T05:29:01.642Z | +++ dirname ./tools/ci_download_dendrite_stub |
522 | 2023-11-30T05:29:01.642Z | ++ cd ./tools |
523 | 2023-11-30T05:29:01.642Z | ++ pwd |
524 | 2023-11-30T05:29:01.642Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
525 | 2023-11-30T05:29:01.645Z | ++ basename ./tools/ci_download_dendrite_stub |
526 | 2023-11-30T05:29:01.645Z | + ARG0=ci_download_dendrite_stub |
527 | 2023-11-30T05:29:01.645Z | + source /work/oxidecomputer/omicron/tools/dendrite_stub_checksums |
528 | 2023-11-30T05:29:01.645Z | ++ CIDL_SHA256_ILLUMOS=dc93b671cce54e83ed55faaa267f81ba9e65abcd6714aa559d68a8783d73b1c1 |
529 | 2023-11-30T05:29:01.645Z | ++ CIDL_SHA256_LINUX_DPD=b13b391a085ba6bf16fdd99774f64c9d53cd7220ad518d5839c8558fb925c40c |
530 | 2023-11-30T05:29:01.645Z | ++ CIDL_SHA256_LINUX_SWADM=6bfa4e367eb2b0be89f1588ac458026a186314597a4feb9fee6cea60101c7ebe |
531 | 2023-11-30T05:29:01.645Z | + source /work/oxidecomputer/omicron/tools/dendrite_openapi_version |
532 | 2023-11-30T05:29:01.645Z | ++ COMMIT=2af6adea85c62ac37e451148b84e5eb0ef005f36 |
533 | 2023-11-30T05:29:01.645Z | ++ SHA2=07d115bfa8498a8015ca2a8447efeeac32e24aeb25baf3d5e2313216e11293c0 |
534 | 2023-11-30T05:29:01.645Z | + TARGET_DIR=out |
535 | 2023-11-30T05:29:01.645Z | + DOWNLOAD_DIR=out/downloads |
536 | 2023-11-30T05:29:01.645Z | + DEST_DIR=./out/dendrite-stub |
537 | 2023-11-30T05:29:01.645Z | + BIN_DIR=./out/dendrite-stub/root/opt/oxide/dendrite/bin |
538 | 2023-11-30T05:29:01.645Z | + ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file |
539 | 2023-11-30T05:29:01.645Z | + REPO=oxidecomputer/dendrite |
540 | 2023-11-30T05:29:01.645Z | + PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/2af6adea85c62ac37e451148b84e5eb0ef005f36 |
541 | 2023-11-30T05:29:01.645Z | + main |
542 | 2023-11-30T05:29:01.645Z | + [[ 0 != 0 ]] |
543 | 2023-11-30T05:29:01.645Z | + CIDL_OS=solaris2.11 |
544 | 2023-11-30T05:29:01.645Z | + [[ 0 != 0 ]] |
545 | 2023-11-30T05:29:01.645Z | + configure_os solaris2.11 |
546 | 2023-11-30T05:29:01.645Z | + echo 'current directory: /work/oxidecomputer/omicron' |
547 | 2023-11-30T05:29:01.645Z | current directory: /work/oxidecomputer/omicron |
548 | 2023-11-30T05:29:01.645Z | + echo 'configuring based on OS: "solaris2.11"' |
549 | 2023-11-30T05:29:01.645Z | configuring based on OS: "solaris2.11" |
550 | 2023-11-30T05:29:01.646Z | + case "$1" in |
551 | 2023-11-30T05:29:01.646Z | + SET_BINARIES= |
552 | 2023-11-30T05:29:01.646Z | + CIDL_SHA256=dc93b671cce54e83ed55faaa267f81ba9e65abcd6714aa559d68a8783d73b1c1 |
553 | 2023-11-30T05:29:01.646Z | + CIDL_SHA256FUNC=do_sha256sum |
554 | 2023-11-30T05:29:01.646Z | + TARBALL_FILENAME=dendrite-stub.tar.gz |
555 | 2023-11-30T05:29:01.646Z | + PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/2af6adea85c62ac37e451148b84e5eb0ef005f36/dendrite-stub.tar.gz |
556 | 2023-11-30T05:29:01.646Z | + TARBALL_FILE=out/downloads/dendrite-stub.tar.gz |
557 | 2023-11-30T05:29:01.646Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/2af6adea85c62ac37e451148b84e5eb0ef005f36/dendrite-stub.tar.gz' |
558 | 2023-11-30T05:29:01.646Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/2af6adea85c62ac37e451148b84e5eb0ef005f36/dendrite-stub.tar.gz |
559 | 2023-11-30T05:29:01.646Z | + echo 'Local file: out/downloads/dendrite-stub.tar.gz' |
560 | 2023-11-30T05:29:01.647Z | + mkdir -p out/downloads |
561 | 2023-11-30T05:29:01.647Z | Local file: out/downloads/dendrite-stub.tar.gz |
562 | 2023-11-30T05:29:01.647Z | + mkdir -p ./out/dendrite-stub |
563 | 2023-11-30T05:29:01.659Z | + fetch_and_verify |
564 | 2023-11-30T05:29:01.659Z | + local DO_DOWNLOAD=true |
565 | 2023-11-30T05:29:01.659Z | + [[ -f out/downloads/dendrite-stub.tar.gz ]] |
566 | 2023-11-30T05:29:01.659Z | + '[' true == true ']' |
567 | 2023-11-30T05:29:01.659Z | + echo Downloading... |
568 | 2023-11-30T05:29:01.659Z | Downloading... |
569 | 2023-11-30T05:29:01.659Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/2af6adea85c62ac37e451148b84e5eb0ef005f36/dendrite-stub.tar.gz out/downloads/dendrite-stub.tar.gz |
570 | 2023-11-30T05:29:01.659Z | + curl --silent --show-error --fail --location --output out/downloads/dendrite-stub.tar.gz https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/2af6adea85c62ac37e451148b84e5eb0ef005f36/dendrite-stub.tar.gz |
571 | 2023-11-30T05:29:10.973Z | ++ do_sha256sum out/downloads/dendrite-stub.tar.gz |
572 | 2023-11-30T05:29:10.979Z | ++ sha256sum |
573 | 2023-11-30T05:29:10.979Z | ++ awk '{print $1}' |
574 | 2023-11-30T05:29:11.069Z | + calculated_sha256=dc93b671cce54e83ed55faaa267f81ba9e65abcd6714aa559d68a8783d73b1c1 |
575 | 2023-11-30T05:29:11.069Z | + [[ dc93b671cce54e83ed55faaa267f81ba9e65abcd6714aa559d68a8783d73b1c1 != \d\c\9\3\b\6\7\1\c\c\e\5\4\e\8\3\e\d\5\5\f\a\a\a\2\6\7\f\8\1\b\a\9\e\6\5\a\b\c\d\6\7\1\4\a\a\5\5\9\d\6\8\a\8\7\8\3\d\7\3\b\1\c\1 ]] |
576 | 2023-11-30T05:29:11.073Z | + do_untar out/downloads/dendrite-stub.tar.gz |
577 | 2023-11-30T05:29:11.073Z | + tar xzf out/downloads/dendrite-stub.tar.gz -C out/downloads |
578 | 2023-11-30T05:29:12.061Z | + do_assemble |
579 | 2023-11-30T05:29:12.062Z | + rm -r ./out/dendrite-stub |
580 | 2023-11-30T05:29:12.079Z | + mkdir ./out/dendrite-stub |
581 | 2023-11-30T05:29:12.080Z | + cp -r out/downloads/root ./out/dendrite-stub/root |
582 | 2023-11-30T05:29:12.201Z | + ln -s /work/oxidecomputer/omicron/out/dendrite-stub/root/opt/oxide/dendrite/bin/ /work/oxidecomputer/omicron/out/dendrite-stub/bin |
583 | 2023-11-30T05:29:12.213Z | + set -o errexit |
584 | 2023-11-30T05:29:12.217Z | +++ dirname ./tools/ci_download_maghemite_mgd |
585 | 2023-11-30T05:29:12.220Z | ++ cd ./tools |
586 | 2023-11-30T05:29:12.220Z | ++ pwd |
587 | 2023-11-30T05:29:12.220Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
588 | 2023-11-30T05:29:12.223Z | ++ basename ./tools/ci_download_maghemite_mgd |
589 | 2023-11-30T05:29:12.223Z | + ARG0=ci_download_maghemite_mgd |
590 | 2023-11-30T05:29:12.223Z | + source /work/oxidecomputer/omicron/tools/maghemite_mgd_checksums |
591 | 2023-11-30T05:29:12.223Z | ++ CIDL_SHA256=82aa1ca1d7701b2221c442d58f912be59798258d574effcb866ffab22753cf38 |
592 | 2023-11-30T05:29:12.223Z | ++ MGD_LINUX_SHA256=81231b30872fa1c581aa22c101f32d11f33f335758ac1fd2653436fbc7aab93f |
593 | 2023-11-30T05:29:12.223Z | + source /work/oxidecomputer/omicron/tools/maghemite_mg_openapi_version |
594 | 2023-11-30T05:29:12.223Z | ++ COMMIT=579592bf474ec4b86805ada60c1b920b3beef5a7 |
595 | 2023-11-30T05:29:12.225Z | ++ SHA2=6c1fab8d5028b52a161d8bf02aae47844699cdc5f7b28e1ac519fc4ec1ab3971 |
596 | 2023-11-30T05:29:12.225Z | + TARGET_DIR=out |
597 | 2023-11-30T05:29:12.225Z | + DOWNLOAD_DIR=out/downloads |
598 | 2023-11-30T05:29:12.225Z | + DEST_DIR=./out/mgd |
599 | 2023-11-30T05:29:12.225Z | + BIN_DIR=./out/mgd/root/opt/oxide/mgd/bin |
600 | 2023-11-30T05:29:12.225Z | + ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file |
601 | 2023-11-30T05:29:12.225Z | + REPO=oxidecomputer/maghemite |
602 | 2023-11-30T05:29:12.225Z | + PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/579592bf474ec4b86805ada60c1b920b3beef5a7 |
603 | 2023-11-30T05:29:12.225Z | + main |
604 | 2023-11-30T05:29:12.225Z | + [[ 0 != 0 ]] |
605 | 2023-11-30T05:29:12.225Z | + CIDL_OS=solaris2.11 |
606 | 2023-11-30T05:29:12.225Z | + [[ 0 != 0 ]] |
607 | 2023-11-30T05:29:12.225Z | + configure_os solaris2.11 |
608 | 2023-11-30T05:29:12.228Z | + echo 'current directory: /work/oxidecomputer/omicron' |
609 | 2023-11-30T05:29:12.228Z | current directory: /work/oxidecomputer/omicron |
610 | 2023-11-30T05:29:12.228Z | + echo 'configuring based on OS: "solaris2.11"' |
611 | 2023-11-30T05:29:12.228Z | + case "$1" in |
612 | 2023-11-30T05:29:12.228Z | configuring based on OS: "solaris2.11" |
613 | 2023-11-30T05:29:12.228Z | + SET_BINARIES= |
614 | 2023-11-30T05:29:12.228Z | + CIDL_SHA256FUNC=do_sha256sum |
615 | 2023-11-30T05:29:12.228Z | + TARBALL_FILENAME=mgd.tar.gz |
616 | 2023-11-30T05:29:12.228Z | + PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/579592bf474ec4b86805ada60c1b920b3beef5a7/mgd.tar.gz |
617 | 2023-11-30T05:29:12.228Z | + TARBALL_FILE=out/downloads/mgd.tar.gz |
618 | 2023-11-30T05:29:12.228Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/579592bf474ec4b86805ada60c1b920b3beef5a7/mgd.tar.gz' |
619 | 2023-11-30T05:29:12.228Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/579592bf474ec4b86805ada60c1b920b3beef5a7/mgd.tar.gz |
620 | 2023-11-30T05:29:12.228Z | + echo 'Local file: out/downloads/mgd.tar.gz' |
621 | 2023-11-30T05:29:12.228Z | + mkdir -p out/downloads |
622 | 2023-11-30T05:29:12.228Z | Local file: out/downloads/mgd.tar.gz |
623 | 2023-11-30T05:29:12.228Z | + mkdir -p ./out/mgd |
624 | 2023-11-30T05:29:12.231Z | + fetch_and_verify |
625 | 2023-11-30T05:29:12.231Z | + local DO_DOWNLOAD=true |
626 | 2023-11-30T05:29:12.231Z | + [[ -f out/downloads/mgd.tar.gz ]] |
627 | 2023-11-30T05:29:12.231Z | + '[' true == true ']' |
628 | 2023-11-30T05:29:12.231Z | + echo Downloading... |
629 | 2023-11-30T05:29:12.231Z | Downloading... |
630 | 2023-11-30T05:29:12.231Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/579592bf474ec4b86805ada60c1b920b3beef5a7/mgd.tar.gz out/downloads/mgd.tar.gz |
631 | 2023-11-30T05:29:12.231Z | + curl --silent --show-error --fail --location --output out/downloads/mgd.tar.gz https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/579592bf474ec4b86805ada60c1b920b3beef5a7/mgd.tar.gz |
632 | 2023-11-30T05:29:17.605Z | ++ do_sha256sum out/downloads/mgd.tar.gz |
633 | 2023-11-30T05:29:17.609Z | ++ sha256sum |
634 | 2023-11-30T05:29:17.609Z | ++ awk '{print $1}' |
635 | 2023-11-30T05:29:17.682Z | + calculated_sha256=82aa1ca1d7701b2221c442d58f912be59798258d574effcb866ffab22753cf38 |
636 | 2023-11-30T05:29:17.683Z | + [[ 82aa1ca1d7701b2221c442d58f912be59798258d574effcb866ffab22753cf38 != \8\2\a\a\1\c\a\1\d\7\7\0\1\b\2\2\2\1\c\4\4\2\d\5\8\f\9\1\2\b\e\5\9\7\9\8\2\5\8\d\5\7\4\e\f\f\c\b\8\6\6\f\f\a\b\2\2\7\5\3\c\f\3\8 ]] |
637 | 2023-11-30T05:29:17.683Z | + do_untar out/downloads/mgd.tar.gz |
638 | 2023-11-30T05:29:17.686Z | + tar xzf out/downloads/mgd.tar.gz -C out/downloads |
639 | 2023-11-30T05:29:18.358Z | + do_assemble |
640 | 2023-11-30T05:29:18.358Z | + rm -r ./out/mgd |
641 | 2023-11-30T05:29:18.362Z | + mkdir ./out/mgd |
642 | 2023-11-30T05:29:18.366Z | + cp -r out/downloads/root ./out/mgd/root |
643 | 2023-11-30T05:29:18.573Z | + set -o errexit |
644 | 2023-11-30T05:29:18.576Z | +++ dirname ./tools/ci_download_transceiver_control |
645 | 2023-11-30T05:29:18.579Z | ++ cd ./tools |
646 | 2023-11-30T05:29:18.579Z | ++ pwd |
647 | 2023-11-30T05:29:18.579Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
648 | 2023-11-30T05:29:18.580Z | ++ basename ./tools/ci_download_transceiver_control |
649 | 2023-11-30T05:29:18.583Z | + ARG0=ci_download_transceiver_control |
650 | 2023-11-30T05:29:18.583Z | + source /work/oxidecomputer/omicron/tools/transceiver_control_version |
651 | 2023-11-30T05:29:18.583Z | ++ COMMIT=8813cf996f37a6c43e7b83d6084f88c5f0f0430a |
652 | 2023-11-30T05:29:18.584Z | ++ CIDL_SHA256_ILLUMOS=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1 |
653 | 2023-11-30T05:29:18.584Z | + TARGET_DIR=out |
654 | 2023-11-30T05:29:18.584Z | + DOWNLOAD_DIR=out/downloads |
655 | 2023-11-30T05:29:18.584Z | + DEST_DIR=./out/transceiver-control |
656 | 2023-11-30T05:29:18.585Z | + BIN_DIR=/opt/oxide/bin |
657 | 2023-11-30T05:29:18.585Z | + BINARY=xcvradm |
658 | 2023-11-30T05:29:18.585Z | + ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file |
659 | 2023-11-30T05:29:18.585Z | + REPO=oxidecomputer/transceiver-control |
660 | 2023-11-30T05:29:18.585Z | + PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a |
661 | 2023-11-30T05:29:18.585Z | + main |
662 | 2023-11-30T05:29:18.585Z | + [[ 0 != 0 ]] |
663 | 2023-11-30T05:29:18.585Z | + CIDL_OS=solaris2.11 |
664 | 2023-11-30T05:29:18.585Z | + [[ 0 != 0 ]] |
665 | 2023-11-30T05:29:18.587Z | + configure_os solaris2.11 |
666 | 2023-11-30T05:29:18.587Z | + echo 'current directory: /work/oxidecomputer/omicron' |
667 | 2023-11-30T05:29:18.587Z | current directory: /work/oxidecomputer/omicron |
668 | 2023-11-30T05:29:18.587Z | + echo 'configuring based on OS: "solaris2.11"' |
669 | 2023-11-30T05:29:18.587Z | + case "$1" in |
670 | 2023-11-30T05:29:18.587Z | configuring based on OS: "solaris2.11" |
671 | 2023-11-30T05:29:18.587Z | + SET_BINARIES= |
672 | 2023-11-30T05:29:18.587Z | + CIDL_SHA256=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1 |
673 | 2023-11-30T05:29:18.587Z | + CIDL_SHA256FUNC=do_sha256sum |
674 | 2023-11-30T05:29:18.587Z | + ARCHIVE_FILENAME=xcvradm.gz |
675 | 2023-11-30T05:29:18.587Z | + PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz |
676 | 2023-11-30T05:29:18.587Z | + ARCHIVE_FILE=out/downloads/xcvradm.gz |
677 | 2023-11-30T05:29:18.587Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz' |
678 | 2023-11-30T05:29:18.587Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz |
679 | 2023-11-30T05:29:18.587Z | + echo 'Local file: out/downloads/xcvradm.gz' |
680 | 2023-11-30T05:29:18.588Z | Local file: out/downloads/xcvradm.gz |
681 | 2023-11-30T05:29:18.588Z | + mkdir -p out/downloads |
682 | 2023-11-30T05:29:18.598Z | + mkdir -p ./out/transceiver-control |
683 | 2023-11-30T05:29:18.598Z | + fetch_and_verify |
684 | 2023-11-30T05:29:18.598Z | + local DO_DOWNLOAD=true |
685 | 2023-11-30T05:29:18.598Z | + [[ -f out/downloads/xcvradm.gz ]] |
686 | 2023-11-30T05:29:18.598Z | + '[' true == true ']' |
687 | 2023-11-30T05:29:18.598Z | + echo Downloading... |
688 | 2023-11-30T05:29:18.598Z | Downloading... |
689 | 2023-11-30T05:29:18.598Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz out/downloads/xcvradm.gz |
690 | 2023-11-30T05:29:18.598Z | + 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 |
691 | 2023-11-30T05:29:21.443Z | ++ do_sha256sum out/downloads/xcvradm.gz |
692 | 2023-11-30T05:29:21.447Z | ++ sha256sum |
693 | 2023-11-30T05:29:21.447Z | ++ awk '{print $1}' |
694 | 2023-11-30T05:29:21.467Z | + calculated_sha256=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1 |
695 | 2023-11-30T05:29:21.467Z | + [[ 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 ]] |
696 | 2023-11-30T05:29:21.472Z | + do_unpack out/downloads/xcvradm.gz |
697 | 2023-11-30T05:29:21.472Z | + mkdir -p out/downloads/root//opt/oxide/bin |
698 | 2023-11-30T05:29:21.472Z | + gzip -dc out/downloads/xcvradm.gz |
699 | 2023-11-30T05:29:21.653Z | + chmod +x out/downloads/root//opt/oxide/bin/xcvradm |
700 | 2023-11-30T05:29:21.666Z | + do_assemble |
701 | 2023-11-30T05:29:21.666Z | + rm -r ./out/transceiver-control |
702 | 2023-11-30T05:29:21.666Z | + mkdir ./out/transceiver-control |
703 | 2023-11-30T05:29:21.666Z | + cp -r out/downloads/root ./out/transceiver-control/root |
704 | 2023-11-30T05:29:21.914Z | All builder prerequisites installed successfully, and PATH looks valid |
705 | 2023-11-30T05:29:21.922Z | |
706 | 2023-11-30T05:29:21.922Z | real 1:57.964581423 |
707 | 2023-11-30T05:29:21.922Z | user 53.175567618 |
708 | 2023-11-30T05:29:21.922Z | sys 9.995681360 |
709 | 2023-11-30T05:29:21.922Z | trap 0.021620656 |
710 | 2023-11-30T05:29:21.922Z | tflt 0.202201264 |
711 | 2023-11-30T05:29:21.922Z | dflt 0.783394888 |
712 | 2023-11-30T05:29:21.922Z | kflt 0.198623244 |
713 | 2023-11-30T05:29:21.922Z | lock 1.767144769 |
714 | 2023-11-30T05:29:21.922Z | slp 3:38.069751639 |
715 | 2023-11-30T05:29:21.922Z | lat 3.293072404 |
716 | 2023-11-30T05:29:21.922Z | stop 0.070279896 |
717 | 2023-11-30T05:29:21.922Z | |
718 | 2023-11-30T05:29:21.922Z | #### # # ##### ##### # # |
719 | 2023-11-30T05:29:21.922Z | # # # # # # # # # # |
720 | 2023-11-30T05:29:21.922Z | # # # # # # # # |
721 | 2023-11-30T05:29:21.922Z | # # # ##### ##### # |
722 | 2023-11-30T05:29:21.922Z | # # # # # # # |
723 | 2023-11-30T05:29:21.922Z | #### ###### # # # # |
724 | 2023-11-30T05:29:21.922Z | |
725 | 2023-11-30T05:29:22.265Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
726 | 2023-11-30T05:29:22.653Z | Updating crates.io index |
727 | 2023-11-30T05:29:22.715Z | Updating git repository `https://github.com/oxidecomputer/dropshot` |
728 | 2023-11-30T05:29:23.547Z | Updating git repository `https://github.com/oxidecomputer/progenitor` |
729 | 2023-11-30T05:29:25.306Z | Updating git repository `http://github.com/oxidecomputer/serde_human_bytes` |
730 | 2023-11-30T05:29:25.924Z | Updating git repository `http://github.com/oxidecomputer/tofino` |
731 | 2023-11-30T05:29:26.292Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
732 | 2023-11-30T05:29:26.576Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
733 | 2023-11-30T05:29:26.855Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
734 | 2023-11-30T05:29:27.799Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
735 | 2023-11-30T05:29:29.816Z | Updating git repository `https://github.com/oxidecomputer/opte` |
736 | 2023-11-30T05:29:30.827Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
737 | 2023-11-30T05:29:31.199Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
738 | 2023-11-30T05:29:31.810Z | Updating git repository `https://github.com/oxidecomputer/async-bb8-diesel` |
739 | 2023-11-30T05:29:32.171Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
740 | 2023-11-30T05:29:32.524Z | Updating git repository `http://github.com/oxidecomputer/sprockets` |
741 | 2023-11-30T05:29:32.946Z | Updating git repository `https://github.com/oxidecomputer/diesel-dtrace` |
742 | 2023-11-30T05:29:33.313Z | Updating git repository `https://github.com/njaremko/samael` |
743 | 2023-11-30T05:29:33.774Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
744 | 2023-11-30T05:29:34.497Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
745 | 2023-11-30T05:29:34.941Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
746 | 2023-11-30T05:29:35.293Z | Updating git repository `https://github.com/jgallagher/nix` |
747 | 2023-11-30T05:29:36.635Z | Updating git repository `https://github.com/cbiffle/hubpack` |
748 | 2023-11-30T05:29:37.164Z | Updating git repository `https://github.com/oxidecomputer/typify` |
749 | 2023-11-30T05:29:38.124Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
750 | 2023-11-30T05:29:38.509Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
751 | 2023-11-30T05:29:38.824Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
752 | 2023-11-30T05:29:40.506Z | Downloading crates ... |
753 | 2023-11-30T05:29:40.799Z | Downloaded colorchoice v1.0.0 |
754 | 2023-11-30T05:29:40.802Z | Downloaded io-lifetimes v1.0.11 |
755 | 2023-11-30T05:29:40.802Z | Downloaded equivalent v1.0.1 |
756 | 2023-11-30T05:29:40.802Z | Downloaded serde_spanned v0.6.4 |
757 | 2023-11-30T05:29:40.807Z | Downloaded anstream v0.5.0 |
758 | 2023-11-30T05:29:40.815Z | Downloaded toml_datetime v0.6.5 |
759 | 2023-11-30T05:29:40.818Z | Downloaded utf8parse v0.2.1 |
760 | 2023-11-30T05:29:40.818Z | Downloaded cargo_toml v0.17.0 |
761 | 2023-11-30T05:29:40.824Z | Downloaded errno v0.3.2 |
762 | 2023-11-30T05:29:40.832Z | Downloaded thiserror-impl v1.0.49 |
763 | 2023-11-30T05:29:40.833Z | Downloaded heck v0.4.1 |
764 | 2023-11-30T05:29:40.833Z | Downloaded anstyle v1.0.2 |
765 | 2023-11-30T05:29:40.837Z | Downloaded terminal_size v0.2.6 |
766 | 2023-11-30T05:29:40.837Z | Downloaded cargo_metadata v0.18.0 |
767 | 2023-11-30T05:29:40.840Z | Downloaded cargo-platform v0.1.3 |
768 | 2023-11-30T05:29:40.841Z | Downloaded strsim v0.10.0 |
769 | 2023-11-30T05:29:40.844Z | Downloaded quote v1.0.33 |
770 | 2023-11-30T05:29:40.847Z | Downloaded anstyle-query v1.0.0 |
771 | 2023-11-30T05:29:40.847Z | Downloaded memchr v2.6.3 |
772 | 2023-11-30T05:29:40.856Z | Downloaded thiserror v1.0.49 |
773 | 2023-11-30T05:29:40.862Z | Downloaded anyhow v1.0.75 |
774 | 2023-11-30T05:29:40.868Z | Downloaded camino v1.1.6 |
775 | 2023-11-30T05:29:40.871Z | Downloaded unicode-ident v1.0.12 |
776 | 2023-11-30T05:29:40.875Z | Downloaded clap v4.4.3 |
777 | 2023-11-30T05:29:40.890Z | Downloaded serde v1.0.192 |
778 | 2023-11-30T05:29:40.895Z | Downloaded indexmap v2.1.0 |
779 | 2023-11-30T05:29:40.902Z | Downloaded toml_edit v0.21.0 |
780 | 2023-11-30T05:29:40.938Z | Downloaded hashbrown v0.14.2 |
781 | 2023-11-30T05:29:40.947Z | Downloaded winnow v0.5.15 |
782 | 2023-11-30T05:29:40.960Z | Downloaded clap_builder v4.4.2 |
783 | 2023-11-30T05:29:40.972Z | Downloaded rustix v0.37.23 |
784 | 2023-11-30T05:29:41.006Z | Downloaded syn v2.0.32 |
785 | 2023-11-30T05:29:41.023Z | Downloaded libc v0.2.150 |
786 | 2023-11-30T05:29:41.077Z | Downloaded serde_json v1.0.108 |
787 | 2023-11-30T05:29:41.082Z | Downloaded serde_derive v1.0.192 |
788 | 2023-11-30T05:29:41.086Z | Downloaded toml v0.8.8 |
789 | 2023-11-30T05:29:41.094Z | Downloaded proc-macro2 v1.0.69 |
790 | 2023-11-30T05:29:41.097Z | Downloaded ryu v1.0.15 |
791 | 2023-11-30T05:29:41.100Z | Downloaded clap_derive v4.4.2 |
792 | 2023-11-30T05:29:41.102Z | Downloaded itoa v1.0.9 |
793 | 2023-11-30T05:29:41.105Z | Downloaded anstyle-parse v0.2.1 |
794 | 2023-11-30T05:29:41.107Z | Downloaded semver v1.0.20 |
795 | 2023-11-30T05:29:41.110Z | Downloaded bitflags v1.3.2 |
796 | 2023-11-30T05:29:41.113Z | Downloaded clap_lex v0.5.1 |
797 | 2023-11-30T05:29:41.225Z | Compiling proc-macro2 v1.0.69 |
798 | 2023-11-30T05:29:41.225Z | Compiling unicode-ident v1.0.12 |
799 | 2023-11-30T05:29:41.231Z | Compiling serde v1.0.192 |
800 | 2023-11-30T05:29:41.231Z | Compiling libc v0.2.150 |
801 | 2023-11-30T05:29:41.231Z | Compiling io-lifetimes v1.0.11 |
802 | 2023-11-30T05:29:41.241Z | Compiling rustix v0.37.23 |
803 | 2023-11-30T05:29:41.244Z | Compiling hashbrown v0.14.2 |
804 | 2023-11-30T05:29:41.244Z | Compiling utf8parse v0.2.1 |
805 | 2023-11-30T05:29:41.562Z | Compiling equivalent v1.0.1 |
806 | 2023-11-30T05:29:41.701Z | Compiling bitflags v1.3.2 |
807 | 2023-11-30T05:29:41.832Z | Compiling anstyle-parse v0.2.1 |
808 | 2023-11-30T05:29:42.160Z | Compiling anstyle-query v1.0.0 |
809 | 2023-11-30T05:29:42.284Z | Compiling thiserror v1.0.49 |
810 | 2023-11-30T05:29:42.812Z | Compiling indexmap v2.1.0 |
811 | 2023-11-30T05:29:43.307Z | Compiling winnow v0.5.15 |
812 | 2023-11-30T05:29:43.330Z | Compiling colorchoice v1.0.0 |
813 | 2023-11-30T05:29:43.450Z | Compiling serde_json v1.0.108 |
814 | 2023-11-30T05:29:43.494Z | Compiling semver v1.0.20 |
815 | 2023-11-30T05:29:43.540Z | Compiling anstyle v1.0.2 |
816 | 2023-11-30T05:29:43.664Z | Compiling camino v1.1.6 |
817 | 2023-11-30T05:29:44.103Z | Compiling anstream v0.5.0 |
818 | 2023-11-30T05:29:44.214Z | Compiling strsim v0.10.0 |
819 | 2023-11-30T05:29:44.329Z | Compiling ryu v1.0.15 |
820 | 2023-11-30T05:29:44.606Z | Compiling quote v1.0.33 |
821 | 2023-11-30T05:29:44.660Z | Compiling heck v0.4.1 |
822 | 2023-11-30T05:29:44.847Z | Compiling anyhow v1.0.75 |
823 | 2023-11-30T05:29:45.192Z | Compiling syn v2.0.32 |
824 | 2023-11-30T05:29:45.371Z | Compiling itoa v1.0.9 |
825 | 2023-11-30T05:29:45.470Z | Compiling errno v0.3.2 |
826 | 2023-11-30T05:29:45.691Z | Compiling clap_lex v0.5.1 |
827 | 2023-11-30T05:29:47.189Z | Compiling terminal_size v0.2.6 |
828 | 2023-11-30T05:29:47.329Z | Compiling clap_builder v4.4.2 |
829 | 2023-11-30T05:29:53.141Z | Compiling serde_derive v1.0.192 |
830 | 2023-11-30T05:29:53.145Z | Compiling thiserror-impl v1.0.49 |
831 | 2023-11-30T05:29:53.145Z | Compiling clap_derive v4.4.2 |
832 | 2023-11-30T05:29:57.701Z | Compiling clap v4.4.3 |
833 | 2023-11-30T05:30:06.332Z | Compiling toml_datetime v0.6.5 |
834 | 2023-11-30T05:30:06.336Z | Compiling serde_spanned v0.6.4 |
835 | 2023-11-30T05:30:06.336Z | Compiling cargo-platform v0.1.3 |
836 | 2023-11-30T05:30:06.716Z | Compiling toml_edit v0.21.0 |
837 | 2023-11-30T05:30:08.225Z | Compiling cargo_metadata v0.18.0 |
838 | 2023-11-30T05:30:09.890Z | Compiling toml v0.8.8 |
839 | 2023-11-30T05:30:11.002Z | Compiling cargo_toml v0.17.0 |
840 | 2023-11-30T05:30:17.240Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
841 | 2023-11-30T05:30:18.615Z | Finished dev [unoptimized + debuginfo] target(s) in 56.61s |
842 | 2023-11-30T05:30:18.813Z | Running `target/debug/xtask clippy` |
843 | 2023-11-30T05:30:18.866Z | running: "/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/cargo" "clippy" "--all-targets" "--" "--deny" "warnings" "--allow" "clippy::style" |
844 | 2023-11-30T05:30:19.665Z | Downloading crates ... |
845 | 2023-11-30T05:30:19.925Z | Downloaded crossbeam-deque v0.8.3 |
846 | 2023-11-30T05:30:19.931Z | Downloaded constant_time_eq v0.2.6 |
847 | 2023-11-30T05:30:19.935Z | Downloaded linked-hash-map v0.5.6 |
848 | 2023-11-30T05:30:19.938Z | Downloaded const-oid v0.9.5 |
849 | 2023-11-30T05:30:19.944Z | Downloaded ciborium-io v0.2.1 |
850 | 2023-11-30T05:30:19.949Z | Downloaded console v0.15.7 |
851 | 2023-11-30T05:30:19.959Z | Downloaded block-buffer v0.10.4 |
852 | 2023-11-30T05:30:19.962Z | Downloaded linear-map v1.2.0 |
853 | 2023-11-30T05:30:19.965Z | Downloaded instant v0.1.12 |
854 | 2023-11-30T05:30:19.969Z | Downloaded mockall v0.11.4 |
855 | 2023-11-30T05:30:19.972Z | Downloaded serde-big-array v0.5.1 |
856 | 2023-11-30T05:30:19.976Z | Downloaded iana-time-zone v0.1.57 |
857 | 2023-11-30T05:30:19.982Z | Downloaded arrayref v0.3.7 |
858 | 2023-11-30T05:30:19.986Z | Downloaded cookie v0.18.0 |
859 | 2023-11-30T05:30:19.998Z | Downloaded indoc v1.0.9 |
860 | 2023-11-30T05:30:20.010Z | Downloaded lazy_static v1.4.0 |
861 | 2023-11-30T05:30:20.015Z | Downloaded is_ci v1.1.1 |
862 | 2023-11-30T05:30:20.020Z | Downloaded crunchy v0.2.2 |
863 | 2023-11-30T05:30:20.024Z | Downloaded bytesize v1.3.0 |
864 | 2023-11-30T05:30:20.027Z | Downloaded normalize-line-endings v0.3.0 |
865 | 2023-11-30T05:30:20.032Z | Downloaded convert_case v0.4.0 |
866 | 2023-11-30T05:30:20.037Z | Downloaded constant_time_eq v0.3.0 |
867 | 2023-11-30T05:30:20.041Z | Downloaded lru-cache v0.1.2 |
868 | 2023-11-30T05:30:20.044Z | Downloaded indoc v2.0.3 |
869 | 2023-11-30T05:30:20.050Z | Downloaded openssl-macros v0.1.1 |
870 | 2023-11-30T05:30:20.054Z | Downloaded keccak v0.1.4 |
871 | 2023-11-30T05:30:20.058Z | Downloaded newtype_derive v0.1.6 |
872 | 2023-11-30T05:30:20.062Z | Downloaded crucible-workspace-hack v0.1.0 |
873 | 2023-11-30T05:30:20.065Z | Downloaded num_threads v0.1.6 |
874 | 2023-11-30T05:30:20.068Z | Downloaded camino-tempfile v1.1.1 |
875 | 2023-11-30T05:30:20.081Z | Downloaded curve25519-dalek-derive v0.1.0 |
876 | 2023-11-30T05:30:20.084Z | Downloaded openssl-probe v0.1.5 |
877 | 2023-11-30T05:30:20.088Z | Downloaded hyper-rustls v0.24.2 |
878 | 2023-11-30T05:30:20.093Z | Downloaded block-padding v0.3.3 |
879 | 2023-11-30T05:30:20.099Z | Downloaded bzip2 v0.4.4 |
880 | 2023-11-30T05:30:20.103Z | Downloaded buf-list v1.0.3 |
881 | 2023-11-30T05:30:20.111Z | Downloaded darling v0.20.3 |
882 | 2023-11-30T05:30:20.123Z | Downloaded toolchain_find v0.2.0 |
883 | 2023-11-30T05:30:20.127Z | Downloaded packed_struct v0.10.1 |
884 | 2023-11-30T05:30:20.133Z | Downloaded hostname v0.3.1 |
885 | 2023-11-30T05:30:20.139Z | Downloaded num-rational v0.4.1 |
886 | 2023-11-30T05:30:20.143Z | Downloaded foreign-types v0.5.0 |
887 | 2023-11-30T05:30:20.146Z | Downloaded darling v0.14.4 |
888 | 2023-11-30T05:30:20.155Z | Downloaded zerocopy v0.3.0 |
889 | 2023-11-30T05:30:20.158Z | Downloaded thiserror-no-std v2.0.2 |
890 | 2023-11-30T05:30:20.166Z | Downloaded yansi v0.5.1 |
891 | 2023-11-30T05:30:20.171Z | Downloaded num v0.4.1 |
892 | 2023-11-30T05:30:20.175Z | Downloaded nu-ansi-term v0.49.0 |
893 | 2023-11-30T05:30:20.179Z | Downloaded tabled_derive v0.6.0 |
894 | 2023-11-30T05:30:20.182Z | Downloaded usdt v0.3.5 |
895 | 2023-11-30T05:30:20.186Z | Downloaded indexmap v1.9.3 |
896 | 2023-11-30T05:30:20.197Z | Downloaded plotters-svg v0.3.5 |
897 | 2023-11-30T05:30:20.204Z | Downloaded want v0.3.1 |
898 | 2023-11-30T05:30:20.204Z | Downloaded hubpack_derive v0.1.1 |
899 | 2023-11-30T05:30:20.204Z | Downloaded owo-colors v3.5.0 |
900 | 2023-11-30T05:30:20.210Z | Downloaded tokio-stream v0.1.14 |
901 | 2023-11-30T05:30:20.216Z | Downloaded hubpack v0.1.2 |
902 | 2023-11-30T05:30:20.219Z | Downloaded termtree v0.4.1 |
903 | 2023-11-30T05:30:20.222Z | Downloaded rpassword v7.3.1 |
904 | 2023-11-30T05:30:20.225Z | Downloaded blake2 v0.10.6 |
905 | 2023-11-30T05:30:20.229Z | Downloaded secrecy v0.8.0 |
906 | 2023-11-30T05:30:20.232Z | Downloaded same-file v1.0.6 |
907 | 2023-11-30T05:30:20.235Z | Downloaded schemars_derive v0.8.13 |
908 | 2023-11-30T05:30:20.239Z | Downloaded pretty-hex v0.4.0 |
909 | 2023-11-30T05:30:20.242Z | Downloaded foreign-types-shared v0.3.1 |
910 | 2023-11-30T05:30:20.245Z | Downloaded try-lock v0.2.4 |
911 | 2023-11-30T05:30:20.248Z | Downloaded pretty-hex v0.2.1 |
912 | 2023-11-30T05:30:20.252Z | Downloaded ref-cast-impl v1.0.20 |
913 | 2023-11-30T05:30:20.252Z | Downloaded parking_lot_core v0.9.8 |
914 | 2023-11-30T05:30:20.257Z | Downloaded zeroize_derive v1.4.2 |
915 | 2023-11-30T05:30:20.268Z | Downloaded pkg-config v0.3.27 |
916 | 2023-11-30T05:30:20.269Z | Downloaded derive_builder_macro v0.12.0 |
917 | 2023-11-30T05:30:20.280Z | Downloaded phf_shared v0.10.0 |
918 | 2023-11-30T05:30:20.280Z | Downloaded chacha20poly1305 v0.10.1 |
919 | 2023-11-30T05:30:20.280Z | Downloaded slog-stdlog v4.1.1 |
920 | 2023-11-30T05:30:20.289Z | Downloaded walkdir v2.4.0 |
921 | 2023-11-30T05:30:20.292Z | Downloaded display-error-chain v0.2.0 |
922 | 2023-11-30T05:30:20.292Z | Downloaded rustc_version v0.1.7 |
923 | 2023-11-30T05:30:20.292Z | Downloaded tempdir v0.3.7 |
924 | 2023-11-30T05:30:20.292Z | Downloaded usdt-attr-macro v0.3.5 |
925 | 2023-11-30T05:30:20.292Z | Downloaded darling_core v0.14.4 |
926 | 2023-11-30T05:30:20.299Z | Downloaded relative-path v1.9.0 |
927 | 2023-11-30T05:30:20.305Z | Downloaded untrusted v0.7.1 |
928 | 2023-11-30T05:30:20.308Z | Downloaded pin-project-internal v1.1.3 |
929 | 2023-11-30T05:30:20.311Z | Downloaded hex-literal v0.4.1 |
930 | 2023-11-30T05:30:20.311Z | Downloaded arc-swap v1.6.0 |
931 | 2023-11-30T05:30:20.319Z | Downloaded postcard-cobs v0.1.5-pre |
932 | 2023-11-30T05:30:20.322Z | Downloaded prettyplease v0.2.12 |
933 | 2023-11-30T05:30:20.333Z | Downloaded foreign-types-shared v0.1.1 |
934 | 2023-11-30T05:30:20.333Z | Downloaded darling_macro v0.20.3 |
935 | 2023-11-30T05:30:20.336Z | Downloaded vte_generate_state_changes v0.1.1 |
936 | 2023-11-30T05:30:20.336Z | Downloaded shlex v1.1.0 |
937 | 2023-11-30T05:30:20.339Z | Downloaded version_check v0.9.4 |
938 | 2023-11-30T05:30:20.341Z | Downloaded backtrace v0.3.69 |
939 | 2023-11-30T05:30:20.350Z | Downloaded usdt-impl v0.3.5 |
940 | 2023-11-30T05:30:20.353Z | Downloaded tempfile v3.8.1 |
941 | 2023-11-30T05:30:20.359Z | Downloaded signature v1.6.4 |
942 | 2023-11-30T05:30:20.362Z | Downloaded darling_macro v0.14.4 |
943 | 2023-11-30T05:30:20.365Z | Downloaded postgres-protocol v0.6.6 |
944 | 2023-11-30T05:30:20.369Z | Downloaded pem-rfc7468 v0.7.0 |
945 | 2023-11-30T05:30:20.373Z | Downloaded diesel_table_macro_syntax v0.1.0 |
946 | 2023-11-30T05:30:20.375Z | Downloaded httpdate v1.0.3 |
947 | 2023-11-30T05:30:20.382Z | Downloaded rand_chacha v0.3.1 |
948 | 2023-11-30T05:30:20.382Z | Downloaded utf-8 v0.7.6 |
949 | 2023-11-30T05:30:20.385Z | Downloaded slog-scope v4.4.0 |
950 | 2023-11-30T05:30:20.388Z | Downloaded slog-json v2.6.1 |
951 | 2023-11-30T05:30:20.391Z | Downloaded fxhash v0.2.1 |
952 | 2023-11-30T05:30:20.394Z | Downloaded phf v0.11.2 |
953 | 2023-11-30T05:30:20.397Z | Downloaded unicode-xid v0.2.4 |
954 | 2023-11-30T05:30:20.400Z | Downloaded r2d2 v0.8.10 |
955 | 2023-11-30T05:30:20.403Z | Downloaded smf v0.2.2 |
956 | 2023-11-30T05:30:20.406Z | Downloaded whoami v1.4.1 |
957 | 2023-11-30T05:30:20.409Z | Downloaded peeking_take_while v0.1.2 |
958 | 2023-11-30T05:30:20.412Z | Downloaded socket2 v0.5.5 |
959 | 2023-11-30T05:30:20.416Z | Downloaded test-strategy v0.3.1 |
960 | 2023-11-30T05:30:20.424Z | Downloaded float-cmp v0.9.0 |
961 | 2023-11-30T05:30:20.427Z | Downloaded pkcs1 v0.7.5 |
962 | 2023-11-30T05:30:20.432Z | Downloaded httptest v0.15.5 |
963 | 2023-11-30T05:30:20.437Z | Downloaded headers-core v0.2.0 |
964 | 2023-11-30T05:30:20.439Z | Downloaded debug-ignore v1.0.5 |
965 | 2023-11-30T05:30:20.442Z | Downloaded foreign-types-macros v0.2.3 |
966 | 2023-11-30T05:30:20.445Z | Downloaded mio v0.8.9 |
967 | 2023-11-30T05:30:20.457Z | Downloaded proc-macro-crate v1.3.1 |
968 | 2023-11-30T05:30:20.460Z | Downloaded libxml v0.3.3 |
969 | 2023-11-30T05:30:20.473Z | Downloaded unicase v2.7.0 |
970 | 2023-11-30T05:30:20.476Z | Downloaded filetime v0.2.22 |
971 | 2023-11-30T05:30:20.511Z | Downloaded half v1.8.2 |
972 | 2023-11-30T05:30:20.515Z | Downloaded tower-service v0.3.2 |
973 | 2023-11-30T05:30:20.515Z | Downloaded topological-sort v0.2.2 |
974 | 2023-11-30T05:30:20.515Z | Downloaded serde-hex v0.1.0 |
975 | 2023-11-30T05:30:20.515Z | Downloaded http-body v0.4.5 |
976 | 2023-11-30T05:30:20.515Z | Downloaded rustls-pemfile v1.0.3 |
977 | 2023-11-30T05:30:20.515Z | Downloaded glob v0.3.1 |
978 | 2023-11-30T05:30:20.515Z | Downloaded rsa v0.9.2 |
979 | 2023-11-30T05:30:20.518Z | Downloaded foreign-types v0.3.2 |
980 | 2023-11-30T05:30:20.520Z | Downloaded getopts v0.2.21 |
981 | 2023-11-30T05:30:20.523Z | Downloaded radium v0.7.0 |
982 | 2023-11-30T05:30:20.526Z | Downloaded predicates-core v1.0.6 |
983 | 2023-11-30T05:30:20.529Z | Downloaded resolv-conf v0.7.0 |
984 | 2023-11-30T05:30:20.532Z | Downloaded proc-macro-error-attr v1.0.4 |
985 | 2023-11-30T05:30:20.535Z | Downloaded unicode-linebreak v0.1.5 |
986 | 2023-11-30T05:30:20.535Z | Downloaded serde_with_macros v2.3.3 |
987 | 2023-11-30T05:30:20.539Z | Downloaded home v0.5.5 |
988 | 2023-11-30T05:30:20.542Z | Downloaded pin-project v1.1.3 |
989 | 2023-11-30T05:30:20.565Z | Downloaded doc-comment v0.3.3 |
990 | 2023-11-30T05:30:20.568Z | Downloaded subtle v2.5.0 |
991 | 2023-11-30T05:30:20.571Z | Downloaded structmeta-derive v0.2.0 |
992 | 2023-11-30T05:30:20.571Z | Downloaded xattr v1.0.1 |
993 | 2023-11-30T05:30:20.576Z | Downloaded trust-dns-resolver v0.22.0 |
994 | 2023-11-30T05:30:20.583Z | Downloaded data-encoding v2.4.0 |
995 | 2023-11-30T05:30:20.585Z | Downloaded zone_cfg_derive v0.3.0 |
996 | 2023-11-30T05:30:20.588Z | Downloaded tungstenite v0.20.1 |
997 | 2023-11-30T05:30:20.594Z | Downloaded parse-display v0.8.2 |
998 | 2023-11-30T05:30:20.596Z | Downloaded proc-macro-error v1.0.4 |
999 | 2023-11-30T05:30:20.601Z | Downloaded swrite v0.1.0 |
1000 | 2023-11-30T05:30:20.604Z | Downloaded remove_dir_all v0.5.3 |
1001 | 2023-11-30T05:30:20.607Z | Downloaded der_derive v0.7.2 |
1002 | 2023-11-30T05:30:20.609Z | Downloaded num-bigint-dig v0.8.4 |
1003 | 2023-11-30T05:30:20.619Z | Downloaded dirs-sys-next v0.1.2 |
1004 | 2023-11-30T05:30:20.622Z | Downloaded humantime v2.1.0 |
1005 | 2023-11-30T05:30:20.625Z | Downloaded futures-sink v0.3.29 |
1006 | 2023-11-30T05:30:20.634Z | Downloaded pem v1.1.1 |
1007 | 2023-11-30T05:30:20.634Z | Downloaded futures-macro v0.3.29 |
1008 | 2023-11-30T05:30:20.634Z | Downloaded trust-dns-server v0.22.1 |
1009 | 2023-11-30T05:30:20.644Z | Downloaded rand_core v0.6.4 |
1010 | 2023-11-30T05:30:20.650Z | Downloaded fatfs v0.3.6 |
1011 | 2023-11-30T05:30:20.656Z | Downloaded endian-type v0.1.2 |
1012 | 2023-11-30T05:30:20.656Z | Downloaded pest_meta v2.7.2 |
1013 | 2023-11-30T05:30:20.662Z | Downloaded dtrace-parser v0.1.14 |
1014 | 2023-11-30T05:30:20.662Z | Downloaded fallible-iterator v0.2.0 |
1015 | 2023-11-30T05:30:20.666Z | Downloaded crossterm v0.27.0 |
1016 | 2023-11-30T05:30:20.677Z | Downloaded fixedbitset v0.4.2 |
1017 | 2023-11-30T05:30:20.688Z | Downloaded thread_local v1.1.7 |
1018 | 2023-11-30T05:30:20.688Z | Downloaded predicates v3.0.4 |
1019 | 2023-11-30T05:30:20.688Z | Downloaded quick-error v1.2.3 |
1020 | 2023-11-30T05:30:20.701Z | Downloaded parking_lot_core v0.8.6 |
1021 | 2023-11-30T05:30:20.702Z | Downloaded heapless v0.7.16 |
1022 | 2023-11-30T05:30:20.716Z | Downloaded thread-id v4.2.0 |
1023 | 2023-11-30T05:30:20.716Z | Downloaded shell-words v1.1.0 |
1024 | 2023-11-30T05:30:20.716Z | Downloaded portable-atomic v1.4.3 |
1025 | 2023-11-30T05:30:20.728Z | Downloaded ucd-trie v0.1.6 |
1026 | 2023-11-30T05:30:20.728Z | Downloaded flagset v0.4.3 |
1027 | 2023-11-30T05:30:20.728Z | Downloaded slog-bunyan v2.4.0 |
1028 | 2023-11-30T05:30:20.728Z | Downloaded slog-dtrace v0.2.3 |
1029 | 2023-11-30T05:30:20.728Z | Downloaded tracing v0.1.37 |
1030 | 2023-11-30T05:30:20.739Z | Downloaded futures-timer v3.0.2 |
1031 | 2023-11-30T05:30:20.752Z | Downloaded derive_builder v0.12.0 |
1032 | 2023-11-30T05:30:20.752Z | Downloaded pest_derive v2.7.2 |
1033 | 2023-11-30T05:30:20.762Z | Downloaded tinytemplate v1.2.1 |
1034 | 2023-11-30T05:30:20.762Z | Downloaded darling_core v0.20.3 |
1035 | 2023-11-30T05:30:20.776Z | Downloaded diesel_derives v2.1.2 |
1036 | 2023-11-30T05:30:20.776Z | Downloaded http v0.2.11 |
1037 | 2023-11-30T05:30:20.787Z | Downloaded steno v0.4.0 |
1038 | 2023-11-30T05:30:21.203Z | Downloaded unicode-segmentation v1.10.1 |
1039 | 2023-11-30T05:30:21.203Z | Downloaded hmac v0.12.1 |
1040 | 2023-11-30T05:30:21.203Z | Downloaded tar v0.4.40 |
1041 | 2023-11-30T05:30:21.203Z | Downloaded oso v0.27.0 |
1042 | 2023-11-30T05:30:21.203Z | Downloaded rand v0.8.5 |
1043 | 2023-11-30T05:30:21.203Z | Downloaded hashbrown v0.12.3 |
1044 | 2023-11-30T05:30:21.203Z | Downloaded unsafe-libyaml v0.2.9 |
1045 | 2023-11-30T05:30:21.203Z | Downloaded unicode-bidi v0.3.13 |
1046 | 2023-11-30T05:30:21.203Z | Downloaded tokio-postgres v0.7.10 |
1047 | 2023-11-30T05:30:21.203Z | Downloaded rayon-core v1.12.0 |
1048 | 2023-11-30T05:30:21.203Z | Downloaded tough v0.15.0 |
1049 | 2023-11-30T05:30:21.203Z | Downloaded regex-automata v0.1.10 |
1050 | 2023-11-30T05:30:21.203Z | Downloaded rustls-webpki v0.101.7 |
1051 | 2023-11-30T05:30:21.203Z | Downloaded quick-xml v0.23.1 |
1052 | 2023-11-30T05:30:21.203Z | Downloaded h2 v0.3.21 |
1053 | 2023-11-30T05:30:21.203Z | Downloaded plotters v0.3.5 |
1054 | 2023-11-30T05:30:21.203Z | Downloaded rayon v1.8.0 |
1055 | 2023-11-30T05:30:21.203Z | Downloaded pest v2.7.2 |
1056 | 2023-11-30T05:30:21.203Z | Downloaded smoltcp v0.8.2 |
1057 | 2023-11-30T05:30:21.203Z | Downloaded unicode-normalization v0.1.22 |
1058 | 2023-11-30T05:30:21.203Z | Downloaded reqwest v0.11.22 |
1059 | 2023-11-30T05:30:21.203Z | Downloaded futures-util v0.3.29 |
1060 | 2023-11-30T05:30:21.203Z | Downloaded regex-syntax v0.8.2 |
1061 | 2023-11-30T05:30:21.205Z | Downloaded gimli v0.28.0 |
1062 | 2023-11-30T05:30:21.205Z | Downloaded diesel v2.1.4 |
1063 | 2023-11-30T05:30:21.205Z | Downloaded ratatui v0.23.0 |
1064 | 2023-11-30T05:30:21.205Z | Downloaded regex-syntax v0.7.5 |
1065 | 2023-11-30T05:30:21.205Z | Downloaded bzip2-sys v0.1.11+1.0.8 |
1066 | 2023-11-30T05:30:21.205Z | Downloaded zerocopy-derive v0.2.0 |
1067 | 2023-11-30T05:30:21.215Z | Downloaded sled v0.34.7 |
1068 | 2023-11-30T05:30:21.237Z | Downloaded encoding_rs v0.8.33 |
1069 | 2023-11-30T05:30:21.281Z | Downloaded regex-automata v0.4.3 |
1070 | 2023-11-30T05:30:21.314Z | Downloaded zerocopy-derive v0.6.4 |
1071 | 2023-11-30T05:30:21.336Z | Downloaded tokio v1.34.0 |
1072 | 2023-11-30T05:30:21.404Z | Downloaded regex-automata v0.3.8 |
1073 | 2023-11-30T05:30:21.438Z | Downloaded sha3 v0.10.8 |
1074 | 2023-11-30T05:30:21.861Z | Downloaded rustix v0.38.25 |
1075 | 2023-11-30T05:30:21.864Z | Downloaded regex-syntax v0.6.29 |
1076 | 2023-11-30T05:30:21.864Z | Downloaded bstr v1.6.0 |
1077 | 2023-11-30T05:30:21.864Z | Downloaded openapiv3 v2.0.0-rc.1 |
1078 | 2023-11-30T05:30:21.864Z | Downloaded syn v1.0.109 |
1079 | 2023-11-30T05:30:21.864Z | Downloaded polar-core v0.27.0 |
1080 | 2023-11-30T05:30:21.864Z | Downloaded openapiv3 v1.0.3 |
1081 | 2023-11-30T05:30:21.864Z | Downloaded rustls v0.21.9 |
1082 | 2023-11-30T05:30:21.864Z | Downloaded radix_trie v0.2.1 |
1083 | 2023-11-30T05:30:21.864Z | Downloaded bstr v0.2.17 |
1084 | 2023-11-30T05:30:21.864Z | Downloaded petgraph v0.6.4 |
1085 | 2023-11-30T05:30:21.864Z | Downloaded regress v0.7.1 |
1086 | 2023-11-30T05:30:21.864Z | Downloaded regex v1.10.2 |
1087 | 2023-11-30T05:30:21.865Z | Downloaded trust-dns-proto v0.22.0 |
1088 | 2023-11-30T05:30:21.865Z | Downloaded idna v0.2.3 |
1089 | 2023-11-30T05:30:21.865Z | Downloaded openssl v0.10.57 |
1090 | 2023-11-30T05:30:21.865Z | Downloaded curve25519-dalek v4.1.0 |
1091 | 2023-11-30T05:30:21.865Z | Downloaded lalrpop v0.19.12 |
1092 | 2023-11-30T05:30:21.865Z | Downloaded vcpkg v0.2.15 |
1093 | 2023-11-30T05:30:21.897Z | Downloaded webpki-roots v0.25.2 |
1094 | 2023-11-30T05:30:21.905Z | Downloaded object v0.32.1 |
1095 | 2023-11-30T05:30:21.925Z | Downloaded bindgen v0.65.1 |
1096 | 2023-11-30T05:30:21.939Z | Downloaded bitvec v1.0.1 |
1097 | 2023-11-30T05:30:21.968Z | Downloaded hkdf v0.12.3 |
1098 | 2023-11-30T05:30:21.972Z | Downloaded idna v0.5.0 |
1099 | 2023-11-30T05:30:21.988Z | Downloaded smoltcp v0.9.1 |
1100 | 2023-11-30T05:30:22.009Z | Downloaded tabled v0.14.0 |
1101 | 2023-11-30T05:30:22.037Z | Downloaded object v0.30.4 |
1102 | 2023-11-30T05:30:22.056Z | Downloaded proptest v1.4.0 |
1103 | 2023-11-30T05:30:22.075Z | Downloaded rand v0.4.6 |
1104 | 2023-11-30T05:30:22.082Z | Downloaded hyper v0.14.27 |
1105 | 2023-11-30T05:30:22.098Z | Downloaded hashbrown v0.13.2 |
1106 | 2023-11-30T05:30:22.103Z | Downloaded clap v2.34.0 |
1107 | 2023-11-30T05:30:22.117Z | Downloaded ring v0.17.5 |
1108 | 2023-11-30T05:30:22.255Z | Downloaded flume v0.11.0 |
1109 | 2023-11-30T05:30:22.261Z | Downloaded reedline v0.26.0 |
1110 | 2023-11-30T05:30:22.274Z | Downloaded rstest_macros v0.18.2 |
1111 | 2023-11-30T05:30:22.279Z | Downloaded futures-channel v0.3.29 |
1112 | 2023-11-30T05:30:22.288Z | Downloaded toml v0.5.11 |
1113 | 2023-11-30T05:30:22.288Z | Downloaded der v0.7.8 |
1114 | 2023-11-30T05:30:22.297Z | Downloaded universal-hash v0.5.1 |
1115 | 2023-11-30T05:30:22.300Z | Downloaded heck v0.3.3 |
1116 | 2023-11-30T05:30:22.303Z | Downloaded term v0.7.0 |
1117 | 2023-11-30T05:30:22.306Z | Downloaded ring v0.16.20 |
1118 | 2023-11-30T05:30:22.470Z | Downloaded subprocess v0.2.9 |
1119 | 2023-11-30T05:30:22.474Z | Downloaded trust-dns-client v0.22.0 |
1120 | 2023-11-30T05:30:22.483Z | Downloaded expectorate v1.1.0 |
1121 | 2023-11-30T05:30:22.487Z | Downloaded supports-color v2.1.0 |
1122 | 2023-11-30T05:30:22.490Z | Downloaded serde_yaml v0.9.25 |
1123 | 2023-11-30T05:30:22.496Z | Downloaded itertools v0.12.0 |
1124 | 2023-11-30T05:30:22.910Z | Downloaded typenum v1.16.0 |
1125 | 2023-11-30T05:30:22.914Z | Downloaded time v0.3.27 |
1126 | 2023-11-30T05:30:22.914Z | Downloaded ena v0.14.2 |
1127 | 2023-11-30T05:30:22.914Z | Downloaded rust-argon2 v1.0.1 |
1128 | 2023-11-30T05:30:22.914Z | Downloaded diff v0.1.13 |
1129 | 2023-11-30T05:30:22.914Z | Downloaded chrono v0.4.31 |
1130 | 2023-11-30T05:30:22.914Z | Downloaded tokio-native-tls v0.3.1 |
1131 | 2023-11-30T05:30:22.914Z | Downloaded datatest-stable v0.2.3 |
1132 | 2023-11-30T05:30:22.914Z | Downloaded vsss-rs v3.3.1 |
1133 | 2023-11-30T05:30:22.914Z | Downloaded pkcs8 v0.10.2 |
1134 | 2023-11-30T05:30:22.914Z | Downloaded flate2 v1.0.28 |
1135 | 2023-11-30T05:30:22.914Z | Downloaded typed-path v0.6.0 |
1136 | 2023-11-30T05:30:22.914Z | Downloaded strsim v0.8.0 |
1137 | 2023-11-30T05:30:22.914Z | Downloaded yasna v0.5.2 |
1138 | 2023-11-30T05:30:22.914Z | Downloaded headers v0.3.9 |
1139 | 2023-11-30T05:30:22.914Z | Downloaded hex v0.4.3 |
1140 | 2023-11-30T05:30:22.914Z | Downloaded fnv v1.0.7 |
1141 | 2023-11-30T05:30:22.914Z | Downloaded dyn-clone v1.0.13 |
1142 | 2023-11-30T05:30:22.914Z | Downloaded rstest v0.18.2 |
1143 | 2023-11-30T05:30:22.914Z | Downloaded serde_with v2.3.3 |
1144 | 2023-11-30T05:30:22.914Z | Downloaded futures-core v0.3.29 |
1145 | 2023-11-30T05:30:22.914Z | Downloaded tui-tree-widget v0.13.0 |
1146 | 2023-11-30T05:30:22.914Z | Downloaded libm v0.2.7 |
1147 | 2023-11-30T05:30:22.914Z | Downloaded path-slash v0.1.5 |
1148 | 2023-11-30T05:30:22.916Z | Downloaded ff v0.13.0 |
1149 | 2023-11-30T05:30:22.916Z | Downloaded futures-task v0.3.29 |
1150 | 2023-11-30T05:30:22.916Z | Downloaded funty v2.0.0 |
1151 | 2023-11-30T05:30:22.916Z | Downloaded fs-err v2.11.0 |
1152 | 2023-11-30T05:30:22.916Z | Downloaded dashmap v5.5.1 |
1153 | 2023-11-30T05:30:22.916Z | Downloaded postcard v0.7.3 |
1154 | 2023-11-30T05:30:22.916Z | Downloaded generic-array v0.14.7 |
1155 | 2023-11-30T05:30:22.916Z | Downloaded elliptic-curve v0.13.5 |
1156 | 2023-11-30T05:30:22.916Z | Downloaded zip v0.6.6 |
1157 | 2023-11-30T05:30:22.916Z | Downloaded aho-corasick v1.0.4 |
1158 | 2023-11-30T05:30:22.916Z | Downloaded slab v0.4.9 |
1159 | 2023-11-30T05:30:22.916Z | Downloaded unarray v0.1.4 |
1160 | 2023-11-30T05:30:22.917Z | Downloaded pest_generator v2.7.2 |
1161 | 2023-11-30T05:30:22.917Z | Downloaded pem v3.0.2 |
1162 | 2023-11-30T05:30:22.917Z | Downloaded either v1.9.0 |
1163 | 2023-11-30T05:30:22.917Z | Downloaded ed25519 v1.5.3 |
1164 | 2023-11-30T05:30:22.917Z | Downloaded phf_shared v0.11.2 |
1165 | 2023-11-30T05:30:22.917Z | Downloaded tokio-rustls v0.24.1 |
1166 | 2023-11-30T05:30:22.917Z | Downloaded serde_derive_internals v0.26.0 |
1167 | 2023-11-30T05:30:22.917Z | Downloaded smallvec v1.11.0 |
1168 | 2023-11-30T05:30:22.917Z | Downloaded vte v0.11.1 |
1169 | 2023-11-30T05:30:22.917Z | Downloaded pretty_assertions v1.4.0 |
1170 | 2023-11-30T05:30:22.917Z | Downloaded derive_more v0.99.17 |
1171 | 2023-11-30T05:30:22.917Z | Downloaded tokio-util v0.7.10 |
1172 | 2023-11-30T05:30:22.917Z | Downloaded derive-where v1.2.5 |
1173 | 2023-11-30T05:30:22.917Z | Downloaded tracing-core v0.1.31 |
1174 | 2023-11-30T05:30:22.917Z | Downloaded getrandom v0.2.10 |
1175 | 2023-11-30T05:30:22.917Z | Downloaded salty v0.2.0 |
1176 | 2023-11-30T05:30:22.919Z | Downloaded digest v0.10.7 |
1177 | 2023-11-30T05:30:22.919Z | Downloaded structmeta v0.2.0 |
1178 | 2023-11-30T05:30:22.919Z | Downloaded string_cache v0.8.7 |
1179 | 2023-11-30T05:30:22.919Z | Downloaded highway v1.1.0 |
1180 | 2023-11-30T05:30:22.919Z | Downloaded stringprep v0.1.3 |
1181 | 2023-11-30T05:30:22.919Z | Downloaded deranged v0.3.8 |
1182 | 2023-11-30T05:30:22.919Z | Downloaded uuid v1.6.1 |
1183 | 2023-11-30T05:30:22.919Z | Downloaded partial-io v0.5.4 |
1184 | 2023-11-30T05:30:22.919Z | Downloaded similar v2.2.1 |
1185 | 2023-11-30T05:30:22.919Z | Downloaded minimal-lexical v0.2.1 |
1186 | 2023-11-30T05:30:22.919Z | Downloaded toml_edit v0.19.15 |
1187 | 2023-11-30T05:30:22.919Z | Downloaded ref-cast v1.0.20 |
1188 | 2023-11-30T05:30:22.919Z | Downloaded textwrap v0.11.0 |
1189 | 2023-11-30T05:30:22.919Z | Downloaded pin-utils v0.1.0 |
1190 | 2023-11-30T05:30:22.919Z | Downloaded ron v0.8.1 |
1191 | 2023-11-30T05:30:22.919Z | Downloaded downcast v0.11.0 |
1192 | 2023-11-30T05:30:22.919Z | Downloaded x509-cert v0.2.4 |
1193 | 2023-11-30T05:30:22.919Z | Downloaded url v2.5.0 |
1194 | 2023-11-30T05:30:22.919Z | Downloaded rustc-demangle v0.1.23 |
1195 | 2023-11-30T05:30:22.919Z | Downloaded pin-project-lite v0.2.13 |
1196 | 2023-11-30T05:30:22.919Z | Downloaded dirs-next v2.0.0 |
1197 | 2023-11-30T05:30:22.919Z | Downloaded rtoolbox v0.0.1 |
1198 | 2023-11-30T05:30:22.919Z | Downloaded unicode-width v0.1.11 |
1199 | 2023-11-30T05:30:22.919Z | Downloaded percent-encoding v2.3.1 |
1200 | 2023-11-30T05:30:22.919Z | Downloaded snafu-derive v0.7.5 |
1201 | 2023-11-30T05:30:22.919Z | Downloaded derive_builder_core v0.12.0 |
1202 | 2023-11-30T05:30:22.919Z | Downloaded tracing-attributes v0.1.26 |
1203 | 2023-11-30T05:30:22.919Z | Downloaded textwrap v0.16.0 |
1204 | 2023-11-30T05:30:22.921Z | Downloaded group v0.13.0 |
1205 | 2023-11-30T05:30:22.921Z | Downloaded structopt-derive v0.4.18 |
1206 | 2023-11-30T05:30:22.921Z | Downloaded tap v1.0.1 |
1207 | 2023-11-30T05:30:22.921Z | Downloaded similar-asserts v1.5.0 |
1208 | 2023-11-30T05:30:22.921Z | Downloaded password-hash v0.5.0 |
1209 | 2023-11-30T05:30:22.921Z | Downloaded fastrand v2.0.0 |
1210 | 2023-11-30T05:30:22.921Z | Downloaded globset v0.4.13 |
1211 | 2023-11-30T05:30:22.921Z | Downloaded schemars v0.8.13 |
1212 | 2023-11-30T05:30:22.936Z | Downloaded hash32 v0.2.1 |
1213 | 2023-11-30T05:30:22.946Z | Downloaded semver v0.11.0 |
1214 | 2023-11-30T05:30:22.946Z | Downloaded wait-timeout v0.2.0 |
1215 | 2023-11-30T05:30:22.946Z | Downloaded num-bigint v0.4.4 |
1216 | 2023-11-30T05:30:22.953Z | Downloaded structopt v0.3.26 |
1217 | 2023-11-30T05:30:22.959Z | Downloaded snafu v0.7.5 |
1218 | 2023-11-30T05:30:22.974Z | Downloaded serde_plain v1.0.2 |
1219 | 2023-11-30T05:30:22.982Z | Downloaded serde_path_to_error v0.1.14 |
1220 | 2023-11-30T05:30:22.986Z | Downloaded trybuild v1.0.85 |
1221 | 2023-11-30T05:30:23.000Z | Downloaded signal-hook v0.3.17 |
1222 | 2023-11-30T05:30:23.006Z | Downloaded itertools v0.10.5 |
1223 | 2023-11-30T05:30:23.018Z | Downloaded base64 v0.21.5 |
1224 | 2023-11-30T05:30:23.025Z | Downloaded difflib v0.4.0 |
1225 | 2023-11-30T05:30:23.029Z | Downloaded postgres-types v0.2.6 |
1226 | 2023-11-30T05:30:23.032Z | Downloaded fragile v2.0.0 |
1227 | 2023-11-30T05:30:23.035Z | Downloaded take_mut v0.2.2 |
1228 | 2023-11-30T05:30:23.038Z | Downloaded rcgen v0.11.3 |
1229 | 2023-11-30T05:30:23.041Z | Downloaded untrusted v0.9.0 |
1230 | 2023-11-30T05:30:23.044Z | Downloaded stable_deref_trait v1.2.0 |
1231 | 2023-11-30T05:30:23.047Z | Downloaded spin v0.5.2 |
1232 | 2023-11-30T05:30:23.050Z | Downloaded dof v0.1.5 |
1233 | 2023-11-30T05:30:23.050Z | Downloaded fd-lock v3.0.13 |
1234 | 2023-11-30T05:30:23.053Z | Downloaded predicates v2.1.5 |
1235 | 2023-11-30T05:30:23.058Z | Downloaded rand_xorshift v0.3.0 |
1236 | 2023-11-30T05:30:23.060Z | Downloaded paste v1.0.14 |
1237 | 2023-11-30T05:30:23.065Z | Downloaded form_urlencoded v1.2.1 |
1238 | 2023-11-30T05:30:23.067Z | Downloaded futures-io v0.3.29 |
1239 | 2023-11-30T05:30:23.070Z | Downloaded siphasher v0.3.11 |
1240 | 2023-11-30T05:30:23.073Z | Downloaded which v4.4.0 |
1241 | 2023-11-30T05:30:23.075Z | Downloaded futures-executor v0.3.29 |
1242 | 2023-11-30T05:30:23.075Z | Downloaded platforms v3.0.2 |
1243 | 2023-11-30T05:30:23.078Z | Downloaded httparse v1.8.0 |
1244 | 2023-11-30T05:30:23.083Z | Downloaded env_logger v0.10.0 |
1245 | 2023-11-30T05:30:23.091Z | Downloaded semver-parser v0.10.2 |
1246 | 2023-11-30T05:30:23.109Z | Downloaded semver v0.1.20 |
1247 | 2023-11-30T05:30:23.114Z | Downloaded rustfmt-wrapper v0.2.0 |
1248 | 2023-11-30T05:30:23.114Z | Downloaded toml v0.7.8 |
1249 | 2023-11-30T05:30:23.117Z | Downloaded tinyvec v1.6.0 |
1250 | 2023-11-30T05:30:23.120Z | Downloaded parking_lot v0.12.1 |
1251 | 2023-11-30T05:30:23.120Z | Downloaded static_assertions v1.1.0 |
1252 | 2023-11-30T05:30:23.123Z | Downloaded slog-envlogger v2.2.0 |
1253 | 2023-11-30T05:30:23.125Z | Downloaded serde_tokenstream v0.2.0 |
1254 | 2023-11-30T05:30:23.128Z | Downloaded serde_tokenstream v0.1.7 |
1255 | 2023-11-30T05:30:23.134Z | Downloaded rustls-native-certs v0.6.3 |
1256 | 2023-11-30T05:30:23.138Z | Downloaded rustc_version v0.4.0 |
1257 | 2023-11-30T05:30:23.141Z | Downloaded poly1305 v0.8.0 |
1258 | 2023-11-30T05:30:23.145Z | Downloaded openssl-sys v0.9.93 |
1259 | 2023-11-30T05:30:23.154Z | Downloaded base64 v0.13.1 |
1260 | 2023-11-30T05:30:23.158Z | Downloaded bytes v1.5.0 |
1261 | 2023-11-30T05:30:23.165Z | Downloaded rustc-hash v1.1.0 |
1262 | 2023-11-30T05:30:23.167Z | Downloaded zone v0.3.0 |
1263 | 2023-11-30T05:30:23.167Z | Downloaded ppv-lite86 v0.2.17 |
1264 | 2023-11-30T05:30:23.170Z | Downloaded futures v0.3.29 |
1265 | 2023-11-30T05:30:23.178Z | Downloaded zerocopy v0.6.4 |
1266 | 2023-11-30T05:30:23.182Z | Downloaded plotters-backend v0.3.5 |
1267 | 2023-11-30T05:30:23.184Z | Downloaded socket2 v0.4.9 |
1268 | 2023-11-30T05:30:23.187Z | Downloaded strum_macros v0.25.2 |
1269 | 2023-11-30T05:30:23.195Z | Downloaded enum-as-inner v0.5.1 |
1270 | 2023-11-30T05:30:23.200Z | Downloaded crypto-bigint v0.5.2 |
1271 | 2023-11-30T05:30:23.204Z | Downloaded papergrid v0.10.0 |
1272 | 2023-11-30T05:30:23.212Z | Downloaded num-traits v0.2.16 |
1273 | 2023-11-30T05:30:23.217Z | Downloaded num-complex v0.4.4 |
1274 | 2023-11-30T05:30:23.224Z | Downloaded mockall_derive v0.11.4 |
1275 | 2023-11-30T05:30:23.230Z | Downloaded slog v2.7.0 |
1276 | 2023-11-30T05:30:23.230Z | Downloaded indicatif v0.17.7 |
1277 | 2023-11-30T05:30:23.245Z | Downloaded rustversion v1.0.14 |
1278 | 2023-11-30T05:30:23.245Z | Downloaded ahash v0.8.3 |
1279 | 2023-11-30T05:30:23.245Z | Downloaded termios v0.3.3 |
1280 | 2023-11-30T05:30:23.250Z | Downloaded synstructure v0.12.6 |
1281 | 2023-11-30T05:30:23.250Z | Downloaded predicates-tree v1.0.9 |
1282 | 2023-11-30T05:30:23.257Z | Downloaded precomputed-hash v0.1.1 |
1283 | 2023-11-30T05:30:23.257Z | Downloaded basic-toml v0.1.4 |
1284 | 2023-11-30T05:30:23.270Z | Downloaded serial_test_derive v0.10.0 |
1285 | 2023-11-30T05:30:23.280Z | Downloaded serial_test v0.10.0 |
1286 | 2023-11-30T05:30:23.280Z | Downloaded tokio-tungstenite v0.20.1 |
1287 | 2023-11-30T05:30:23.287Z | Downloaded waitgroup v0.1.2 |
1288 | 2023-11-30T05:30:23.287Z | Downloaded smawk v0.3.1 |
1289 | 2023-11-30T05:30:23.287Z | Downloaded spin v0.9.8 |
1290 | 2023-11-30T05:30:23.287Z | Downloaded miniz_oxide v0.7.1 |
1291 | 2023-11-30T05:30:23.294Z | Downloaded clang-sys v1.6.1 |
1292 | 2023-11-30T05:30:23.294Z | Downloaded vec_map v0.8.2 |
1293 | 2023-11-30T05:30:23.301Z | Downloaded signature v2.1.0 |
1294 | 2023-11-30T05:30:23.301Z | Downloaded parse-display-derive v0.8.2 |
1295 | 2023-11-30T05:30:23.301Z | Downloaded http-range v0.1.5 |
1296 | 2023-11-30T05:30:23.301Z | Downloaded strum_macros v0.24.3 |
1297 | 2023-11-30T05:30:23.310Z | Downloaded omicron-zone-package v0.9.1 |
1298 | 2023-11-30T05:30:23.317Z | Downloaded parking_lot v0.11.2 |
1299 | 2023-11-30T05:30:23.317Z | Downloaded once_cell v1.18.0 |
1300 | 2023-11-30T05:30:23.324Z | Downloaded libsw v3.3.0 |
1301 | 2023-11-30T05:30:23.324Z | Downloaded slog-term v2.9.0 |
1302 | 2023-11-30T05:30:23.333Z | Downloaded sha2 v0.10.8 |
1303 | 2023-11-30T05:30:23.333Z | Downloaded num-integer v0.1.45 |
1304 | 2023-11-30T05:30:23.333Z | Downloaded tiny-keccak v2.0.2 |
1305 | 2023-11-30T05:30:23.340Z | Downloaded time-core v0.1.1 |
1306 | 2023-11-30T05:30:23.340Z | Downloaded threadpool v1.8.1 |
1307 | 2023-11-30T05:30:23.340Z | Downloaded zeroize v1.7.0 |
1308 | 2023-11-30T05:30:23.356Z | Downloaded colored v2.0.4 |
1309 | 2023-11-30T05:30:23.356Z | Downloaded bitflags v2.4.0 |
1310 | 2023-11-30T05:30:23.356Z | Downloaded backoff v0.4.0 |
1311 | 2023-11-30T05:30:23.356Z | Downloaded libtest-mimic v0.6.1 |
1312 | 2023-11-30T05:30:23.770Z | Downloaded crc32fast v1.3.2 |
1313 | 2023-11-30T05:30:23.770Z | Downloaded bit-vec v0.6.3 |
1314 | 2023-11-30T05:30:23.770Z | Downloaded base64ct v1.6.0 |
1315 | 2023-11-30T05:30:23.774Z | Downloaded wyz v0.5.1 |
1316 | 2023-11-30T05:30:23.774Z | Downloaded time-macros v0.2.13 |
1317 | 2023-11-30T05:30:23.775Z | Downloaded thiserror-impl-no-std v2.0.2 |
1318 | 2023-11-30T05:30:23.775Z | Downloaded termcolor v1.2.0 |
1319 | 2023-11-30T05:30:23.775Z | Downloaded strip-ansi-escapes v0.2.0 |
1320 | 2023-11-30T05:30:23.775Z | Downloaded spki v0.7.2 |
1321 | 2023-11-30T05:30:23.775Z | Downloaded tokio-macros v2.2.0 |
1322 | 2023-11-30T05:30:23.775Z | Downloaded slog-async v2.8.0 |
1323 | 2023-11-30T05:30:23.775Z | Downloaded nom v7.1.3 |
1324 | 2023-11-30T05:30:23.775Z | Downloaded multer v2.1.0 |
1325 | 2023-11-30T05:30:23.775Z | Downloaded libloading v0.7.4 |
1326 | 2023-11-30T05:30:23.775Z | Downloaded usdt-macro v0.3.5 |
1327 | 2023-11-30T05:30:23.775Z | Downloaded bb8 v0.8.1 |
1328 | 2023-11-30T05:30:23.775Z | Downloaded oorandom v11.1.3 |
1329 | 2023-11-30T05:30:23.775Z | Downloaded num_enum_derive v0.5.11 |
1330 | 2023-11-30T05:30:23.775Z | Downloaded num_enum v0.5.11 |
1331 | 2023-11-30T05:30:23.775Z | Downloaded blake2b_simd v1.0.1 |
1332 | 2023-11-30T05:30:23.775Z | Downloaded async-trait v0.1.74 |
1333 | 2023-11-30T05:30:23.775Z | Downloaded smallvec v0.6.14 |
1334 | 2023-11-30T05:30:23.775Z | Downloaded signal-hook-mio v0.2.3 |
1335 | 2023-11-30T05:30:23.775Z | Downloaded sha1 v0.10.6 |
1336 | 2023-11-30T05:30:23.775Z | Downloaded packed_struct_codegen v0.10.1 |
1337 | 2023-11-30T05:30:23.775Z | Downloaded oso-derive v0.27.0 |
1338 | 2023-11-30T05:30:23.775Z | Downloaded olpc-cjson v0.1.3 |
1339 | 2023-11-30T05:30:23.775Z | Downloaded num_cpus v1.16.0 |
1340 | 2023-11-30T05:30:23.775Z | Downloaded num-iter v0.1.43 |
1341 | 2023-11-30T05:30:23.775Z | Downloaded num-derive v0.4.0 |
1342 | 2023-11-30T05:30:23.775Z | Downloaded nodrop v0.1.14 |
1343 | 2023-11-30T05:30:23.775Z | Downloaded criterion-plot v0.5.0 |
1344 | 2023-11-30T05:30:23.775Z | Downloaded crc-catalog v2.2.0 |
1345 | 2023-11-30T05:30:23.775Z | Downloaded bit-set v0.5.3 |
1346 | 2023-11-30T05:30:23.775Z | Downloaded signal-hook-tokio v0.3.1 |
1347 | 2023-11-30T05:30:23.775Z | Downloaded serde_urlencoded v0.7.1 |
1348 | 2023-11-30T05:30:23.775Z | Downloaded scheduled-thread-pool v0.2.7 |
1349 | 2023-11-30T05:30:23.775Z | Downloaded rusty-fork v0.3.0 |
1350 | 2023-11-30T05:30:23.775Z | Downloaded nibble_vec v0.1.0 |
1351 | 2023-11-30T05:30:23.775Z | Downloaded bitfield v0.14.0 |
1352 | 2023-11-30T05:30:23.775Z | Downloaded ipnetwork v0.20.0 |
1353 | 2023-11-30T05:30:23.775Z | Downloaded impl-trait-for-tuples v0.2.2 |
1354 | 2023-11-30T05:30:23.775Z | Downloaded bcs v0.1.6 |
1355 | 2023-11-30T05:30:23.775Z | Downloaded md-5 v0.10.5 |
1356 | 2023-11-30T05:30:23.775Z | Downloaded macaddr v1.0.1 |
1357 | 2023-11-30T05:30:23.775Z | Downloaded ascii-canvas v3.0.0 |
1358 | 2023-11-30T05:30:23.778Z | Downloaded autocfg v1.1.0 |
1359 | 2023-11-30T05:30:23.778Z | Downloaded array-init v0.0.4 |
1360 | 2023-11-30T05:30:23.778Z | Downloaded maplit v1.0.2 |
1361 | 2023-11-30T05:30:23.778Z | Downloaded native-tls v0.2.11 |
1362 | 2023-11-30T05:30:23.778Z | Downloaded mime_guess v2.0.4 |
1363 | 2023-11-30T05:30:23.778Z | Downloaded arrayvec v0.7.4 |
1364 | 2023-11-30T05:30:23.778Z | Downloaded argon2 v0.5.2 |
1365 | 2023-11-30T05:30:23.778Z | Downloaded opaque-debug v0.3.0 |
1366 | 2023-11-30T05:30:23.778Z | Downloaded lalrpop-util v0.19.12 |
1367 | 2023-11-30T05:30:23.778Z | Downloaded atomic-waker v1.1.1 |
1368 | 2023-11-30T05:30:23.778Z | Downloaded tinyvec_macros v0.1.1 |
1369 | 2023-11-30T05:30:23.778Z | Downloaded criterion v0.5.1 |
1370 | 2023-11-30T05:30:23.778Z | Downloaded newline-converter v0.3.0 |
1371 | 2023-11-30T05:30:23.778Z | Downloaded cipher v0.4.4 |
1372 | 2023-11-30T05:30:23.778Z | Downloaded nanorand v0.7.0 |
1373 | 2023-11-30T05:30:23.778Z | Downloaded mime v0.3.17 |
1374 | 2023-11-30T05:30:23.778Z | Downloaded hyper-staticfile v0.9.5 |
1375 | 2023-11-30T05:30:23.778Z | Downloaded chacha20 v0.9.1 |
1376 | 2023-11-30T05:30:23.778Z | Downloaded bytecount v0.6.3 |
1377 | 2023-11-30T05:30:23.778Z | Downloaded async-recursion v1.0.5 |
1378 | 2023-11-30T05:30:23.778Z | Downloaded base16ct v0.2.0 |
1379 | 2023-11-30T05:30:23.778Z | Downloaded strum v0.25.0 |
1380 | 2023-11-30T05:30:23.778Z | Downloaded cassowary v0.3.0 |
1381 | 2023-11-30T05:30:23.778Z | Downloaded assert_matches v1.5.0 |
1382 | 2023-11-30T05:30:23.778Z | Downloaded hyper-tls v0.5.0 |
1383 | 2023-11-30T05:30:23.778Z | Downloaded maybe-uninit v2.0.0 |
1384 | 2023-11-30T05:30:23.778Z | Downloaded cfg-if v0.1.10 |
1385 | 2023-11-30T05:30:23.778Z | Downloaded is-terminal v0.4.9 |
1386 | 2023-11-30T05:30:23.778Z | Downloaded byteorder v1.5.0 |
1387 | 2023-11-30T05:30:23.778Z | Downloaded number_prefix v0.4.0 |
1388 | 2023-11-30T05:30:23.778Z | Downloaded adler v1.0.2 |
1389 | 2023-11-30T05:30:23.778Z | Downloaded anes v0.1.6 |
1390 | 2023-11-30T05:30:23.778Z | Downloaded aead v0.5.2 |
1391 | 2023-11-30T05:30:23.778Z | Downloaded cast v0.3.0 |
1392 | 2023-11-30T05:30:23.779Z | Downloaded log v0.4.20 |
1393 | 2023-11-30T05:30:23.779Z | Downloaded crossbeam-channel v0.5.8 |
1394 | 2023-11-30T05:30:23.779Z | Downloaded ipnet v2.8.0 |
1395 | 2023-11-30T05:30:23.779Z | Downloaded match_cfg v0.1.0 |
1396 | 2023-11-30T05:30:23.779Z | Downloaded cfg-if v1.0.0 |
1397 | 2023-11-30T05:30:23.779Z | Downloaded memoffset v0.7.1 |
1398 | 2023-11-30T05:30:23.779Z | Downloaded managed v0.8.0 |
1399 | 2023-11-30T05:30:23.779Z | Downloaded ansi_term v0.12.1 |
1400 | 2023-11-30T05:30:23.779Z | Downloaded assert_cmd v2.0.12 |
1401 | 2023-11-30T05:30:23.779Z | Downloaded itertools v0.11.0 |
1402 | 2023-11-30T05:30:23.779Z | Downloaded ident_case v1.0.1 |
1403 | 2023-11-30T05:30:23.779Z | Downloaded crc v3.0.1 |
1404 | 2023-11-30T05:30:23.779Z | Downloaded inout v0.1.3 |
1405 | 2023-11-30T05:30:23.779Z | Downloaded atomicwrites v0.4.2 |
1406 | 2023-11-30T05:30:23.779Z | Downloaded async-stream-impl v0.3.5 |
1407 | 2023-11-30T05:30:23.779Z | Downloaded serde_repr v0.1.16 |
1408 | 2023-11-30T05:30:23.779Z | Downloaded sct v0.7.0 |
1409 | 2023-11-30T05:30:23.779Z | Downloaded cexpr v0.6.0 |
1410 | 2023-11-30T05:30:23.779Z | Downloaded cc v1.0.83 |
1411 | 2023-11-30T05:30:23.779Z | Downloaded async-stream v0.3.5 |
1412 | 2023-11-30T05:30:23.779Z | Downloaded atty v0.2.14 |
1413 | 2023-11-30T05:30:23.779Z | Downloaded signal-hook-registry v1.4.1 |
1414 | 2023-11-30T05:30:23.779Z | Downloaded scopeguard v1.2.0 |
1415 | 2023-11-30T05:30:23.785Z | Downloaded new_debug_unreachable v1.0.4 |
1416 | 2023-11-30T05:30:23.785Z | Downloaded matches v0.1.10 |
1417 | 2023-11-30T05:30:23.785Z | Downloaded cstr-argument v0.1.2 |
1418 | 2023-11-30T05:30:23.785Z | Downloaded crossbeam-epoch v0.9.15 |
1419 | 2023-11-30T05:30:23.785Z | Downloaded ciborium v0.2.1 |
1420 | 2023-11-30T05:30:23.785Z | Downloaded approx v0.5.1 |
1421 | 2023-11-30T05:30:23.785Z | Downloaded crc-any v2.4.3 |
1422 | 2023-11-30T05:30:23.785Z | Downloaded crypto-common v0.1.6 |
1423 | 2023-11-30T05:30:23.785Z | Downloaded crossbeam-queue v0.3.8 |
1424 | 2023-11-30T05:30:23.785Z | Downloaded libefi-sys v0.1.0 |
1425 | 2023-11-30T05:30:23.785Z | Downloaded lazycell v1.3.0 |
1426 | 2023-11-30T05:30:23.785Z | Downloaded lock_api v0.4.10 |
1427 | 2023-11-30T05:30:23.785Z | Downloaded cpufeatures v0.2.9 |
1428 | 2023-11-30T05:30:23.785Z | Downloaded kstat-rs v0.2.3 |
1429 | 2023-11-30T05:30:23.785Z | Downloaded cancel-safe-futures v0.1.5 |
1430 | 2023-11-30T05:30:23.785Z | Downloaded crossbeam v0.8.2 |
1431 | 2023-11-30T05:30:23.785Z | Downloaded corncobs v0.1.3 |
1432 | 2023-11-30T05:30:23.785Z | Downloaded ciborium-ll v0.2.1 |
1433 | 2023-11-30T05:30:23.785Z | Downloaded serde-big-array v0.4.1 |
1434 | 2023-11-30T05:30:23.785Z | Downloaded memoffset v0.9.0 |
1435 | 2023-11-30T05:30:23.785Z | Downloaded crossbeam-utils v0.8.16 |
1436 | 2023-11-30T05:30:23.785Z | Downloaded addr2line v0.21.0 |
1437 | 2023-11-30T05:30:24.392Z | Compiling serde v1.0.192 |
1438 | 2023-11-30T05:30:24.393Z | Compiling autocfg v1.1.0 |
1439 | 2023-11-30T05:30:24.395Z | Checking cfg-if v1.0.0 |
1440 | 2023-11-30T05:30:24.396Z | Compiling version_check v0.9.4 |
1441 | 2023-11-30T05:30:24.396Z | Compiling syn v1.0.109 |
1442 | 2023-11-30T05:30:24.434Z | Checking libc v0.2.150 |
1443 | 2023-11-30T05:30:24.445Z | Compiling syn v2.0.32 |
1444 | 2023-11-30T05:30:24.548Z | Compiling parking_lot_core v0.9.8 |
1445 | 2023-11-30T05:30:24.565Z | Compiling libm v0.2.7 |
1446 | 2023-11-30T05:30:25.212Z | Compiling cc v1.0.83 |
1447 | 2023-11-30T05:30:25.230Z | Compiling futures-core v0.3.29 |
1448 | 2023-11-30T05:30:25.259Z | Compiling once_cell v1.18.0 |
1449 | 2023-11-30T05:30:25.689Z | Compiling serde_json v1.0.108 |
1450 | 2023-11-30T05:30:25.745Z | Compiling memchr v2.6.3 |
1451 | 2023-11-30T05:30:25.815Z | Compiling lock_api v0.4.10 |
1452 | 2023-11-30T05:30:25.886Z | Compiling num-traits v0.2.16 |
1453 | 2023-11-30T05:30:26.153Z | Compiling slab v0.4.9 |
1454 | 2023-11-30T05:30:26.306Z | Checking getrandom v0.2.10 |
1455 | 2023-11-30T05:30:26.405Z | Compiling futures-channel v0.3.29 |
1456 | 2023-11-30T05:30:26.595Z | Compiling futures-task v0.3.29 |
1457 | 2023-11-30T05:30:26.805Z | Compiling typenum v1.16.0 |
1458 | 2023-11-30T05:30:26.921Z | Compiling futures-util v0.3.29 |
1459 | 2023-11-30T05:30:27.100Z | Compiling generic-array v0.14.7 |
1460 | 2023-11-30T05:30:27.433Z | Compiling log v0.4.20 |
1461 | 2023-11-30T05:30:27.640Z | Checking scopeguard v1.2.0 |
1462 | 2023-11-30T05:30:27.797Z | Compiling pkg-config v0.3.27 |
1463 | 2023-11-30T05:30:29.016Z | Checking smallvec v1.11.0 |
1464 | 2023-11-30T05:30:29.100Z | Checking itoa v1.0.9 |
1465 | 2023-11-30T05:30:29.415Z | Compiling rustix v0.38.25 |
1466 | 2023-11-30T05:30:29.582Z | Compiling indexmap v1.9.3 |
1467 | 2023-11-30T05:30:29.626Z | Compiling schemars v0.8.13 |
1468 | 2023-11-30T05:30:30.028Z | Compiling vcpkg v0.2.15 |
1469 | 2023-11-30T05:30:30.156Z | Compiling fnv v1.0.7 |
1470 | 2023-11-30T05:30:30.262Z | Compiling httparse v1.8.0 |
1471 | 2023-11-30T05:30:30.684Z | Checking rand_core v0.6.4 |
1472 | 2023-11-30T05:30:30.914Z | Compiling ring v0.16.20 |
1473 | 2023-11-30T05:30:31.090Z | Compiling ring v0.17.5 |
1474 | 2023-11-30T05:30:32.655Z | Compiling aho-corasick v1.0.4 |
1475 | 2023-11-30T05:30:32.926Z | Compiling regex-syntax v0.8.2 |
1476 | 2023-11-30T05:30:33.781Z | Compiling openssl-sys v0.9.93 |
1477 | 2023-11-30T05:30:35.455Z | Compiling parking_lot v0.12.1 |
1478 | 2023-11-30T05:30:36.313Z | Checking pin-project-lite v0.2.13 |
1479 | 2023-11-30T05:30:36.469Z | Compiling ahash v0.8.3 |
1480 | 2023-11-30T05:30:36.958Z | Compiling serde_derive_internals v0.26.0 |
1481 | 2023-11-30T05:30:37.050Z | Checking spin v0.5.2 |
1482 | 2023-11-30T05:30:37.445Z | Compiling openssl v0.10.57 |
1483 | 2023-11-30T05:30:38.118Z | Checking signal-hook-registry v1.4.1 |
1484 | 2023-11-30T05:30:38.450Z | Compiling regex-automata v0.4.3 |
1485 | 2023-11-30T05:30:38.466Z | Compiling ucd-trie v0.1.6 |
1486 | 2023-11-30T05:30:39.427Z | Compiling rustls v0.21.9 |
1487 | 2023-11-30T05:30:39.813Z | Checking mio v0.8.9 |
1488 | 2023-11-30T05:30:40.006Z | Compiling native-tls v0.2.11 |
1489 | 2023-11-30T05:30:40.476Z | Compiling iana-time-zone v0.1.57 |
1490 | 2023-11-30T05:30:40.779Z | Compiling async-trait v0.1.74 |
1491 | 2023-11-30T05:30:40.797Z | Checking num_cpus v1.16.0 |
1492 | 2023-11-30T05:30:41.579Z | Compiling dyn-clone v1.0.13 |
1493 | 2023-11-30T05:30:41.713Z | Compiling unicode-xid v0.2.4 |
1494 | 2023-11-30T05:30:41.893Z | Compiling byteorder v1.5.0 |
1495 | 2023-11-30T05:30:42.499Z | Compiling backtrace v0.3.69 |
1496 | 2023-11-30T05:30:42.600Z | Checking socket2 v0.5.5 |
1497 | 2023-11-30T05:30:43.348Z | Checking ryu v1.0.15 |
1498 | 2023-11-30T05:30:43.380Z | Compiling futures-sink v0.3.29 |
1499 | 2023-11-30T05:30:43.442Z | Compiling hashbrown v0.13.2 |
1500 | 2023-11-30T05:30:43.587Z | Compiling errno v0.3.2 |
1501 | 2023-11-30T05:30:43.702Z | Compiling crc32fast v1.3.2 |
1502 | 2023-11-30T05:30:43.915Z | Compiling crossbeam-utils v0.8.16 |
1503 | 2023-11-30T05:30:44.124Z | Compiling tinyvec_macros v0.1.1 |
1504 | 2023-11-30T05:30:44.241Z | Compiling tinyvec v1.6.0 |
1505 | 2023-11-30T05:30:44.900Z | Compiling pin-utils v0.1.0 |
1506 | 2023-11-30T05:30:44.971Z | Compiling futures-io v0.3.29 |
1507 | 2023-11-30T05:30:45.434Z | Compiling anyhow v1.0.75 |
1508 | 2023-11-30T05:30:45.438Z | Compiling spin v0.9.8 |
1509 | 2023-11-30T05:30:45.438Z | Compiling regex v1.10.2 |
1510 | 2023-11-30T05:30:45.438Z | Compiling tracing-core v0.1.31 |
1511 | 2023-11-30T05:30:45.662Z | Compiling unicode-bidi v0.3.13 |
1512 | 2023-11-30T05:30:46.901Z | Compiling unicode-normalization v0.1.22 |
1513 | 2023-11-30T05:30:47.013Z | Compiling num-integer v0.1.45 |
1514 | 2023-11-30T05:30:47.785Z | Compiling synstructure v0.12.6 |
1515 | 2023-11-30T05:30:48.231Z | Compiling lazy_static v1.4.0 |
1516 | 2023-11-30T05:30:48.314Z | Compiling slog v2.7.0 |
1517 | 2023-11-30T05:30:48.374Z | Compiling base64 v0.21.5 |
1518 | 2023-11-30T05:30:48.392Z | Compiling unicode-width v0.1.11 |
1519 | 2023-11-30T05:30:48.514Z | Compiling serde_derive v1.0.192 |
1520 | 2023-11-30T05:30:48.618Z | Compiling thiserror-impl v1.0.49 |
1521 | 2023-11-30T05:30:48.733Z | Compiling zeroize_derive v1.4.2 |
1522 | 2023-11-30T05:30:49.063Z | Compiling tokio-macros v2.2.0 |
1523 | 2023-11-30T05:30:49.607Z | Compiling futures-macro v0.3.29 |
1524 | 2023-11-30T05:30:49.787Z | Compiling tracing-attributes v0.1.26 |
1525 | 2023-11-30T05:30:50.909Z | Compiling schemars_derive v0.8.13 |
1526 | 2023-11-30T05:30:51.427Z | Compiling openssl-macros v0.1.1 |
1527 | 2023-11-30T05:30:51.839Z | Checking zeroize v1.7.0 |
1528 | 2023-11-30T05:30:54.169Z | Compiling thiserror v1.0.49 |
1529 | 2023-11-30T05:30:54.354Z | Compiling pest v2.7.2 |
1530 | 2023-11-30T05:30:54.789Z | Compiling zerocopy-derive v0.2.0 |
1531 | 2023-11-30T05:30:55.732Z | Compiling untrusted v0.7.1 |
1532 | 2023-11-30T05:30:56.032Z | Compiling percent-encoding v2.3.1 |
1533 | 2023-11-30T05:30:56.346Z | Compiling tracing v0.1.37 |
1534 | 2023-11-30T05:30:56.579Z | Compiling rustversion v1.0.14 |
1535 | 2023-11-30T05:30:56.599Z | Compiling openssl-probe v0.1.5 |
1536 | 2023-11-30T05:30:57.080Z | Compiling time-core v0.1.1 |
1537 | 2023-11-30T05:30:57.083Z | Compiling untrusted v0.9.0 |
1538 | 2023-11-30T05:30:57.124Z | Checking subtle v2.5.0 |
1539 | 2023-11-30T05:30:57.331Z | Compiling foreign-types-shared v0.1.1 |
1540 | 2023-11-30T05:30:57.334Z | Compiling hashbrown v0.12.3 |
1541 | 2023-11-30T05:30:57.469Z | Compiling foreign-types v0.3.2 |
1542 | 2023-11-30T05:30:57.487Z | Compiling time-macros v0.2.13 |
1543 | 2023-11-30T05:30:58.730Z | Compiling pest_meta v2.7.2 |
1544 | 2023-11-30T05:31:01.917Z | Compiling pest_generator v2.7.2 |
1545 | 2023-11-30T05:31:03.648Z | Compiling try-lock v0.2.4 |
1546 | 2023-11-30T05:31:03.835Z | Compiling want v0.3.1 |
1547 | 2023-11-30T05:31:04.079Z | Compiling rustls-webpki v0.101.7 |
1548 | 2023-11-30T05:31:04.245Z | Compiling sct v0.7.0 |
1549 | 2023-11-30T05:31:05.455Z | Compiling form_urlencoded v1.2.1 |
1550 | 2023-11-30T05:31:05.931Z | Compiling zerocopy-derive v0.6.4 |
1551 | 2023-11-30T05:31:07.277Z | Compiling socket2 v0.4.9 |
1552 | 2023-11-30T05:31:07.389Z | Compiling either v1.9.0 |
1553 | 2023-11-30T05:31:07.441Z | Compiling pest_derive v2.7.2 |
1554 | 2023-11-30T05:31:07.771Z | Compiling httpdate v1.0.3 |
1555 | 2023-11-30T05:31:07.917Z | Compiling tower-service v0.3.2 |
1556 | 2023-11-30T05:31:08.508Z | Compiling rustls-pemfile v1.0.3 |
1557 | 2023-11-30T05:31:08.635Z | Compiling idna v0.5.0 |
1558 | 2023-11-30T05:31:08.716Z | Compiling memoffset v0.9.0 |
1559 | 2023-11-30T05:31:09.074Z | Compiling usdt-impl v0.3.5 |
1560 | 2023-11-30T05:31:09.162Z | Compiling adler v1.0.2 |
1561 | 2023-11-30T05:31:09.503Z | Compiling miniz_oxide v0.7.1 |
1562 | 2023-11-30T05:31:09.730Z | Compiling rustls-native-certs v0.6.3 |
1563 | 2023-11-30T05:31:09.848Z | Compiling zerocopy v0.3.0 |
1564 | 2023-11-30T05:31:10.386Z | Compiling url v2.5.0 |
1565 | 2023-11-30T05:31:11.163Z | Checking crypto-common v0.1.6 |
1566 | 2023-11-30T05:31:11.334Z | Compiling signal-hook v0.3.17 |
1567 | 2023-11-30T05:31:11.410Z | Compiling ipnet v2.8.0 |
1568 | 2023-11-30T05:31:11.603Z | Checking bytes v1.5.0 |
1569 | 2023-11-30T05:31:11.720Z | Checking bitflags v2.4.0 |
1570 | 2023-11-30T05:31:12.171Z | Compiling dof v0.1.5 |
1571 | 2023-11-30T05:31:12.467Z | Compiling dtrace-parser v0.1.14 |
1572 | 2023-11-30T05:31:12.826Z | Checking tokio v1.34.0 |
1573 | 2023-11-30T05:31:13.614Z | Compiling indexmap v2.1.0 |
1574 | 2023-11-30T05:31:13.743Z | Compiling semver v1.0.20 |
1575 | 2023-11-30T05:31:14.830Z | Compiling chrono v0.4.31 |
1576 | 2023-11-30T05:31:15.603Z | Compiling uuid v1.6.1 |
1577 | 2023-11-30T05:31:15.606Z | Compiling http v0.2.11 |
1578 | 2023-11-30T05:31:15.834Z | Compiling toml_datetime v0.6.5 |
1579 | 2023-11-30T05:31:16.525Z | Compiling serde_spanned v0.6.4 |
1580 | 2023-11-30T05:31:16.879Z | Compiling rustc_version v0.4.0 |
1581 | 2023-11-30T05:31:18.124Z | Compiling toml_edit v0.19.15 |
1582 | 2023-11-30T05:31:19.829Z | Compiling openapiv3 v2.0.0-rc.1 |
1583 | 2023-11-30T05:31:21.434Z | Compiling http-body v0.4.5 |
1584 | 2023-11-30T05:31:23.290Z | Compiling serde_urlencoded v0.7.1 |
1585 | 2023-11-30T05:31:23.402Z | Compiling clap_derive v4.4.2 |
1586 | 2023-11-30T05:31:24.057Z | Compiling crossbeam-epoch v0.9.15 |
1587 | 2023-11-30T05:31:24.121Z | Compiling thread-id v4.2.0 |
1588 | 2023-11-30T05:31:24.271Z | Compiling encoding_rs v0.8.33 |
1589 | 2023-11-30T05:31:24.726Z | Compiling gimli v0.28.0 |
1590 | 2023-11-30T05:31:24.803Z | Compiling siphasher v0.3.11 |
1591 | 2023-11-30T05:31:25.460Z | Checking const-oid v0.9.5 |
1592 | 2023-11-30T05:31:28.292Z | Compiling tokio-util v0.7.10 |
1593 | 2023-11-30T05:31:28.524Z | Compiling tokio-rustls v0.24.1 |
1594 | 2023-11-30T05:31:29.131Z | Compiling webpki-roots v0.25.2 |
1595 | 2023-11-30T05:31:29.380Z | Compiling mime v0.3.17 |
1596 | 2023-11-30T05:31:30.317Z | Compiling h2 v0.3.21 |
1597 | 2023-11-30T05:31:31.723Z | Compiling addr2line v0.21.0 |
1598 | 2023-11-30T05:31:32.281Z | Compiling serde_tokenstream v0.1.7 |
1599 | 2023-11-30T05:31:32.737Z | Compiling tokio-native-tls v0.3.1 |
1600 | 2023-11-30T05:31:32.832Z | Compiling strum_macros v0.25.2 |
1601 | 2023-11-30T05:31:33.196Z | Compiling bzip2-sys v0.1.11+1.0.8 |
1602 | 2023-11-30T05:31:33.500Z | Compiling object v0.32.1 |
1603 | 2023-11-30T05:31:33.792Z | Compiling num-iter v0.1.43 |
1604 | 2023-11-30T05:31:33.854Z | Compiling rustc-demangle v0.1.23 |
1605 | 2023-11-30T05:31:35.415Z | Compiling flate2 v1.0.28 |
1606 | 2023-11-30T05:31:35.561Z | Compiling heapless v0.7.16 |
1607 | 2023-11-30T05:31:36.168Z | Compiling block-buffer v0.10.4 |
1608 | 2023-11-30T05:31:36.971Z | Compiling doc-comment v0.3.3 |
1609 | 2023-11-30T05:31:37.074Z | Compiling ppv-lite86 v0.2.17 |
1610 | 2023-11-30T05:31:37.775Z | Compiling usdt-macro v0.3.5 |
1611 | 2023-11-30T05:31:38.028Z | Compiling usdt-attr-macro v0.3.5 |
1612 | 2023-11-30T05:31:38.390Z | Compiling rand_chacha v0.3.1 |
1613 | 2023-11-30T05:31:39.890Z | Compiling digest v0.10.7 |
1614 | 2023-11-30T05:31:39.908Z | Compiling toml v0.7.8 |
1615 | 2023-11-30T05:31:39.958Z | Compiling toml_edit v0.21.0 |
1616 | 2023-11-30T05:31:40.438Z | Compiling hex v0.4.3 |
1617 | 2023-11-30T05:31:40.616Z | Compiling pin-project-internal v1.1.3 |
1618 | 2023-11-30T05:31:40.925Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
1619 | 2023-11-30T05:31:41.366Z | Compiling bit-vec v0.6.3 |
1620 | 2023-11-30T05:31:42.077Z | Compiling hyper v0.14.27 |
1621 | 2023-11-30T05:31:42.657Z | Compiling rand v0.8.5 |
1622 | 2023-11-30T05:31:43.133Z | Compiling phf_shared v0.10.0 |
1623 | 2023-11-30T05:31:44.607Z | Compiling num-bigint v0.4.4 |
1624 | 2023-11-30T05:31:44.792Z | Compiling precomputed-hash v0.1.1 |
1625 | 2023-11-30T05:31:44.942Z | Compiling smoltcp v0.9.1 |
1626 | 2023-11-30T05:31:45.881Z | Compiling fixedbitset v0.4.2 |
1627 | 2023-11-30T05:31:46.085Z | Compiling new_debug_unreachable v1.0.4 |
1628 | 2023-11-30T05:31:46.204Z | Compiling string_cache v0.8.7 |
1629 | 2023-11-30T05:31:46.459Z | Compiling petgraph v0.6.4 |
1630 | 2023-11-30T05:31:47.146Z | Compiling bit-set v0.5.3 |
1631 | 2023-11-30T05:31:47.560Z | Compiling itertools v0.10.5 |
1632 | 2023-11-30T05:31:48.393Z | Compiling hubpack_derive v0.1.1 |
1633 | 2023-11-30T05:31:48.540Z | Compiling enum-as-inner v0.5.1 |
1634 | 2023-11-30T05:31:48.985Z | Compiling diesel_table_macro_syntax v0.1.0 |
1635 | 2023-11-30T05:31:49.740Z | Compiling lalrpop-util v0.19.12 |
1636 | 2023-11-30T05:31:49.859Z | Compiling unicode-segmentation v1.10.1 |
1637 | 2023-11-30T05:31:50.127Z | Compiling diesel_derives v2.1.2 |
1638 | 2023-11-30T05:31:51.193Z | Compiling snafu-derive v0.7.5 |
1639 | 2023-11-30T05:31:52.001Z | Compiling cpufeatures v0.2.9 |
1640 | 2023-11-30T05:31:52.136Z | Compiling sha2 v0.10.8 |
1641 | 2023-11-30T05:31:52.318Z | Compiling rustix v0.37.23 |
1642 | 2023-11-30T05:31:52.372Z | Compiling hmac v0.12.1 |
1643 | 2023-11-30T05:31:52.711Z | Compiling md-5 v0.10.5 |
1644 | 2023-11-30T05:31:53.111Z | Compiling serde_repr v0.1.16 |
1645 | 2023-11-30T05:31:53.154Z | Compiling stringprep v0.1.3 |
1646 | 2023-11-30T05:31:53.546Z | Compiling hyper-rustls v0.24.2 |
1647 | 2023-11-30T05:31:54.396Z | Compiling hyper-tls v0.5.0 |
1648 | 2023-11-30T05:31:54.759Z | Compiling hash32 v0.2.1 |
1649 | 2023-11-30T05:31:54.903Z | Compiling reqwest v0.11.22 |
1650 | 2023-11-30T05:31:54.935Z | Compiling stable_deref_trait v1.2.0 |
1651 | 2023-11-30T05:31:55.065Z | Compiling fallible-iterator v0.2.0 |
1652 | 2023-11-30T05:31:55.337Z | Checking bitflags v1.3.2 |
1653 | 2023-11-30T05:31:56.195Z | Compiling postgres-protocol v0.6.6 |
1654 | 2023-11-30T05:31:58.182Z | Compiling terminal_size v0.2.6 |
1655 | 2023-11-30T05:31:58.485Z | Compiling phf_shared v0.11.2 |
1656 | 2023-11-30T05:31:58.911Z | Compiling block-padding v0.3.3 |
1657 | 2023-11-30T05:31:59.044Z | Compiling scheduled-thread-pool v0.2.7 |
1658 | 2023-11-30T05:31:59.580Z | Compiling managed v0.8.0 |
1659 | 2023-11-30T05:31:59.957Z | Compiling matches v0.1.10 |
1660 | 2023-11-30T05:32:00.081Z | Compiling regex-automata v0.1.10 |
1661 | 2023-11-30T05:32:00.284Z | Compiling deranged v0.3.8 |
1662 | 2023-11-30T05:32:00.305Z | Compiling num_threads v0.1.6 |
1663 | 2023-11-30T05:32:00.473Z | Compiling clap_builder v4.4.2 |
1664 | 2023-11-30T05:32:00.853Z | Compiling bstr v0.2.17 |
1665 | 2023-11-30T05:32:00.990Z | Compiling idna v0.2.3 |
1666 | 2023-11-30T05:32:01.361Z | Compiling r2d2 v0.8.10 |
1667 | 2023-11-30T05:32:01.944Z | Compiling inout v0.1.3 |
1668 | 2023-11-30T05:32:02.366Z | Compiling signal-hook-mio v0.2.3 |
1669 | 2023-11-30T05:32:02.587Z | Compiling phf v0.11.2 |
1670 | 2023-11-30T05:32:03.079Z | Compiling time v0.3.27 |
1671 | 2023-11-30T05:32:03.201Z | Compiling bzip2 v0.4.4 |
1672 | 2023-11-30T05:32:03.325Z | Compiling postgres-types v0.2.6 |
1673 | 2023-11-30T05:32:03.808Z | Compiling hubpack v0.1.2 |
1674 | 2023-11-30T05:32:04.267Z | Compiling pin-project v1.1.3 |
1675 | 2023-11-30T05:32:04.658Z | Compiling ipnetwork v0.20.0 |
1676 | 2023-11-30T05:32:05.085Z | Compiling zerocopy v0.6.4 |
1677 | 2023-11-30T05:32:05.889Z | Compiling itertools v0.11.0 |
1678 | 2023-11-30T05:32:06.114Z | Compiling futures-executor v0.3.29 |
1679 | 2023-11-30T05:32:07.054Z | Compiling float-cmp v0.9.0 |
1680 | 2023-11-30T05:32:08.358Z | Compiling regex-automata v0.3.8 |
1681 | 2023-11-30T05:32:09.983Z | Compiling static_assertions v1.1.0 |
1682 | 2023-11-30T05:32:10.116Z | Checking hashbrown v0.14.2 |
1683 | 2023-11-30T05:32:10.653Z | Compiling whoami v1.4.1 |
1684 | 2023-11-30T05:32:11.699Z | Compiling data-encoding v2.4.0 |
1685 | 2023-11-30T05:32:11.855Z | Compiling difflib v0.4.0 |
1686 | 2023-11-30T05:32:12.203Z | Compiling predicates-core v1.0.6 |
1687 | 2023-11-30T05:32:12.433Z | Compiling normalize-line-endings v0.3.0 |
1688 | 2023-11-30T05:32:12.596Z | Compiling predicates v3.0.4 |
1689 | 2023-11-30T05:32:12.753Z | Compiling trust-dns-proto v0.22.0 |
1690 | 2023-11-30T05:32:14.591Z | Compiling bstr v1.6.0 |
1691 | 2023-11-30T05:32:15.466Z | Compiling tokio-postgres v0.7.10 |
1692 | 2023-11-30T05:32:15.738Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e) |
1693 | 2023-11-30T05:32:17.134Z | Compiling diesel v2.1.4 |
1694 | 2023-11-30T05:32:17.223Z | Compiling yasna v0.5.2 |
1695 | 2023-11-30T05:32:20.471Z | Compiling clap v4.4.3 |
1696 | 2023-11-30T05:32:20.624Z | Compiling futures v0.3.29 |
1697 | 2023-11-30T05:32:20.778Z | Compiling snafu v0.7.5 |
1698 | 2023-11-30T05:32:21.031Z | Compiling zip v0.6.6 |
1699 | 2023-11-30T05:32:21.679Z | Compiling crossterm v0.27.0 |
1700 | 2023-11-30T05:32:22.177Z | Compiling similar v2.2.1 |
1701 | 2023-11-30T05:32:22.550Z | Compiling cipher v0.4.4 |
1702 | 2023-11-30T05:32:23.599Z | Compiling signature v2.1.0 |
1703 | 2023-11-30T05:32:23.643Z | Compiling usdt v0.3.5 |
1704 | 2023-11-30T05:32:24.033Z | Compiling tokio-stream v0.1.14 |
1705 | 2023-11-30T05:32:25.386Z | Compiling console v0.15.7 |
1706 | 2023-11-30T05:32:26.324Z | Checking equivalent v1.0.1 |
1707 | 2023-11-30T05:32:27.092Z | Checking unicode-ident v1.0.12 |
1708 | 2023-11-30T05:32:27.327Z | Checking proc-macro2 v1.0.69 |
1709 | 2023-11-30T05:32:28.395Z | Checking quote v1.0.33 |
1710 | 2023-11-30T05:32:29.977Z | Checking utf8parse v0.2.1 |
1711 | 2023-11-30T05:32:31.025Z | Checking anstyle v1.0.2 |
1712 | 2023-11-30T05:32:31.761Z | Checking io-lifetimes v1.0.11 |
1713 | 2023-11-30T05:32:34.853Z | Checking anstyle-parse v0.2.1 |
1714 | 2023-11-30T05:32:38.973Z | Checking anstyle-query v1.0.0 |
1715 | 2023-11-30T05:32:39.799Z | Checking colorchoice v1.0.0 |
1716 | 2023-11-30T05:32:39.966Z | Checking anstream v0.5.0 |
1717 | 2023-11-30T05:32:40.062Z | Checking clap_lex v0.5.1 |
1718 | 2023-11-30T05:32:40.126Z | Checking strsim v0.10.0 |
1719 | 2023-11-30T05:32:41.425Z | Checking winnow v0.5.15 |
1720 | 2023-11-30T05:32:46.258Z | Compiling serde_tokenstream v0.2.0 |
1721 | 2023-11-30T05:32:51.172Z | Compiling regress v0.7.1 |
1722 | 2023-11-30T05:32:57.017Z | Compiling typify-impl v0.0.14 (https://github.com/oxidecomputer/typify#c9d6453f) |
1723 | 2023-11-30T05:33:03.968Z | Compiling getopts v0.2.21 |
1724 | 2023-11-30T05:33:05.085Z | Compiling unsafe-libyaml v0.2.9 |
1725 | 2023-11-30T05:33:05.683Z | Checking heck v0.4.1 |
1726 | 2023-11-30T05:33:05.976Z | Checking progenitor-client v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#9339b576) |
1727 | 2023-11-30T05:33:06.928Z | Compiling ident_case v1.0.1 |
1728 | 2023-11-30T05:33:07.140Z | Checking fastrand v2.0.0 |
1729 | 2023-11-30T05:33:07.180Z | Compiling serde_yaml v0.9.25 |
1730 | 2023-11-30T05:33:07.640Z | Checking tempfile v3.8.1 |
1731 | 2023-11-30T05:33:08.199Z | Checking match_cfg v0.1.0 |
1732 | 2023-11-30T05:33:08.202Z | Checking atty v0.2.14 |
1733 | 2023-11-30T05:33:08.280Z | Compiling paste v1.0.14 |
1734 | 2023-11-30T05:33:08.312Z | Checking hostname v0.3.1 |
1735 | 2023-11-30T05:33:08.362Z | Checking quick-error v1.2.3 |
1736 | 2023-11-30T05:33:08.483Z | Checking crossbeam-channel v0.5.8 |
1737 | 2023-11-30T05:33:08.550Z | Checking sha1 v0.10.6 |
1738 | 2023-11-30T05:33:08.970Z | Checking dirs-sys-next v0.1.2 |
1739 | 2023-11-30T05:33:09.224Z | Checking dirs-next v2.0.0 |
1740 | 2023-11-30T05:33:09.395Z | Checking thread_local v1.1.7 |
1741 | 2023-11-30T05:33:09.656Z | Checking instant v0.1.12 |
1742 | 2023-11-30T05:33:09.796Z | Compiling slog-async v2.8.0 |
1743 | 2023-11-30T05:33:09.813Z | Checking term v0.7.0 |
1744 | 2023-11-30T05:33:10.472Z | Checking camino v1.1.6 |
1745 | 2023-11-30T05:33:10.660Z | Compiling multer v2.1.0 |
1746 | 2023-11-30T05:33:11.041Z | Checking take_mut v0.2.2 |
1747 | 2023-11-30T05:33:11.174Z | Checking slog-term v2.9.0 |
1748 | 2023-11-30T05:33:11.335Z | Compiling darling_core v0.20.3 |
1749 | 2023-11-30T05:33:11.660Z | Checking slog-json v2.6.1 |
1750 | 2023-11-30T05:33:11.924Z | Compiling async-stream-impl v0.3.5 |
1751 | 2023-11-30T05:33:12.022Z | Compiling dropshot v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#ff87a017) |
1752 | 2023-11-30T05:33:12.453Z | Checking debug-ignore v1.0.5 |
1753 | 2023-11-30T05:33:12.640Z | Checking atomic-waker v1.1.1 |
1754 | 2023-11-30T05:33:12.820Z | Checking waitgroup v0.1.2 |
1755 | 2023-11-30T05:33:13.139Z | Checking slog-bunyan v2.4.0 |
1756 | 2023-11-30T05:33:13.972Z | Checking toml v0.8.8 |
1757 | 2023-11-30T05:33:14.199Z | Checking async-stream v0.3.5 |
1758 | 2023-11-30T05:33:14.224Z | Compiling dropshot_endpoint v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#ff87a017) |
1759 | 2023-11-30T05:33:14.455Z | Checking serde_path_to_error v0.1.14 |
1760 | 2023-11-30T05:33:14.577Z | Checking strum v0.25.0 |
1761 | 2023-11-30T05:33:14.777Z | Compiling structmeta-derive v0.2.0 |
1762 | 2023-11-30T05:33:15.172Z | Checking wait-timeout v0.2.0 |
1763 | 2023-11-30T05:33:15.417Z | Checking rusty-fork v0.3.0 |
1764 | 2023-11-30T05:33:15.494Z | Checking rand_xorshift v0.3.0 |
1765 | 2023-11-30T05:33:15.729Z | Checking unarray v0.1.4 |
1766 | 2023-11-30T05:33:15.999Z | Compiling regex-syntax v0.7.5 |
1767 | 2023-11-30T05:33:16.002Z | Checking proptest v1.4.0 |
1768 | 2023-11-30T05:33:19.971Z | Compiling structmeta v0.2.0 |
1769 | 2023-11-30T05:33:20.662Z | Checking backoff v0.4.0 |
1770 | 2023-11-30T05:33:21.115Z | Compiling test-strategy v0.3.1 |
1771 | 2023-11-30T05:33:21.800Z | Compiling darling_macro v0.20.3 |
1772 | 2023-11-30T05:33:23.360Z | Checking serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
1773 | 2023-11-30T05:33:23.498Z | Compiling darling v0.20.3 |
1774 | 2023-11-30T05:33:23.567Z | Checking macaddr v1.0.1 |
1775 | 2023-11-30T05:33:23.654Z | Compiling serde_with_macros v2.3.3 |
1776 | 2023-11-30T05:33:23.655Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1777 | 2023-11-30T05:33:24.066Z | Checking camino-tempfile v1.1.1 |
1778 | 2023-11-30T05:33:24.104Z | Checking is-terminal v0.4.9 |
1779 | 2023-11-30T05:33:24.259Z | Compiling proc-macro-error-attr v1.0.4 |
1780 | 2023-11-30T05:33:24.287Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
1781 | 2023-11-30T05:33:24.460Z | Compiling proc-macro-error v1.0.4 |
1782 | 2023-11-30T05:33:25.106Z | Compiling proc-macro-crate v1.3.1 |
1783 | 2023-11-30T05:33:25.490Z | Checking termtree v0.4.1 |
1784 | 2023-11-30T05:33:25.778Z | Checking predicates-tree v1.0.9 |
1785 | 2023-11-30T05:33:25.979Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1786 | 2023-11-30T05:33:26.488Z | Checking base64ct v1.6.0 |
1787 | 2023-11-30T05:33:26.932Z | Compiling num_enum_derive v0.5.11 |
1788 | 2023-11-30T05:33:27.242Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1789 | 2023-11-30T05:33:27.303Z | Checking postcard-cobs v0.1.5-pre |
1790 | 2023-11-30T05:33:27.434Z | Compiling parse-display-derive v0.8.2 |
1791 | 2023-11-30T05:33:27.536Z | Compiling crucible-workspace-hack v0.1.0 |
1792 | 2023-11-30T05:33:27.685Z | Checking postcard v0.7.3 |
1793 | 2023-11-30T05:33:27.835Z | Checking smoltcp v0.8.2 |
1794 | 2023-11-30T05:33:27.969Z | Compiling typify-macro v0.0.14 (https://github.com/oxidecomputer/typify#c9d6453f) |
1795 | 2023-11-30T05:33:28.039Z | Compiling foreign-types-macros v0.2.3 |
1796 | 2023-11-30T05:33:28.121Z | Checking serde_with v2.3.3 |
1797 | 2023-11-30T05:33:28.376Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59) |
1798 | 2023-11-30T05:33:28.815Z | Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59) |
1799 | 2023-11-30T05:33:29.009Z | Checking cfg-if v0.1.10 |
1800 | 2023-11-30T05:33:29.126Z | Checking foreign-types-shared v0.3.1 |
1801 | 2023-11-30T05:33:29.267Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
1802 | 2023-11-30T05:33:30.165Z | Checking foreign-types v0.5.0 |
1803 | 2023-11-30T05:33:30.302Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
1804 | 2023-11-30T05:33:30.345Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59) |
1805 | 2023-11-30T05:33:31.558Z | Checking num_enum v0.5.11 |
1806 | 2023-11-30T05:33:31.619Z | Checking cstr-argument v0.1.2 |
1807 | 2023-11-30T05:33:31.763Z | Checking pretty-hex v0.2.1 |
1808 | 2023-11-30T05:33:31.766Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#f114bd0d) |
1809 | 2023-11-30T05:33:31.865Z | Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1810 | 2023-11-30T05:33:31.987Z | Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1811 | 2023-11-30T05:33:32.304Z | Checking colored v2.0.4 |
1812 | 2023-11-30T05:33:32.386Z | Compiling zone_cfg_derive v0.3.0 |
1813 | 2023-11-30T05:33:32.407Z | Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=54398875a2125227d13827d4236dce943c019b1c#54398875) |
1814 | 2023-11-30T05:33:32.439Z | Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59) |
1815 | 2023-11-30T05:33:32.909Z | Checking predicates v2.1.5 |
1816 | 2023-11-30T05:33:34.017Z | Compiling mockall_derive v0.11.4 |
1817 | 2023-11-30T05:33:34.064Z | Compiling num-derive v0.4.0 |
1818 | 2023-11-30T05:33:34.694Z | Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59) |
1819 | 2023-11-30T05:33:34.901Z | Checking downcast v0.11.0 |
1820 | 2023-11-30T05:33:34.923Z | Checking parse-display v0.8.2 |
1821 | 2023-11-30T05:33:35.132Z | Checking fragile v2.0.0 |
1822 | 2023-11-30T05:33:35.180Z | Checking zone v0.3.0 |
1823 | 2023-11-30T05:33:35.513Z | Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=54398875a2125227d13827d4236dce943c019b1c#54398875) |
1824 | 2023-11-30T05:33:35.660Z | Checking smf v0.2.2 |
1825 | 2023-11-30T05:33:35.852Z | Checking filetime v0.2.22 |
1826 | 2023-11-30T05:33:36.140Z | Checking xattr v1.0.1 |
1827 | 2023-11-30T05:33:36.347Z | Checking pem v3.0.2 |
1828 | 2023-11-30T05:33:36.390Z | Checking linked-hash-map v0.5.6 |
1829 | 2023-11-30T05:33:36.410Z | Checking tar v0.4.40 |
1830 | 2023-11-30T05:33:36.568Z | Compiling typify v0.0.14 (https://github.com/oxidecomputer/typify#c9d6453f) |
1831 | 2023-11-30T05:33:36.737Z | Compiling progenitor-impl v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#9339b576) |
1832 | 2023-11-30T05:33:36.759Z | Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59) |
1833 | 2023-11-30T05:33:36.862Z | Checking lru-cache v0.1.2 |
1834 | 2023-11-30T05:33:37.113Z | Checking headers-core v0.2.0 |
1835 | 2023-11-30T05:33:37.170Z | Checking password-hash v0.5.0 |
1836 | 2023-11-30T05:33:37.302Z | Checking headers v0.3.9 |
1837 | 2023-11-30T05:33:37.582Z | Checking blake2 v0.10.6 |
1838 | 2023-11-30T05:33:37.847Z | Checking base64 v0.13.1 |
1839 | 2023-11-30T05:33:37.927Z | Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=51a3121c8318fc7ac97d74f917ce1d37962e785f#51a3121c) |
1840 | 2023-11-30T05:33:38.247Z | Checking argon2 v0.5.2 |
1841 | 2023-11-30T05:33:38.534Z | Checking pem v1.1.1 |
1842 | 2023-11-30T05:33:38.713Z | Checking rcgen v0.11.3 |
1843 | 2023-11-30T05:33:38.842Z | Checking atomicwrites v0.4.2 |
1844 | 2023-11-30T05:33:39.107Z | Checking subprocess v0.2.9 |
1845 | 2023-11-30T05:33:39.133Z | Checking arc-swap v1.6.0 |
1846 | 2023-11-30T05:33:39.205Z | Checking ciborium-io v0.2.1 |
1847 | 2023-11-30T05:33:39.357Z | Compiling cancel-safe-futures v0.1.5 |
1848 | 2023-11-30T05:33:39.710Z | Checking half v1.8.2 |
1849 | 2023-11-30T05:33:39.780Z | Checking slog-scope v4.4.0 |
1850 | 2023-11-30T05:33:39.883Z | Checking textwrap v0.11.0 |
1851 | 2023-11-30T05:33:39.905Z | Compiling heck v0.3.3 |
1852 | 2023-11-30T05:33:39.987Z | Checking strsim v0.8.0 |
1853 | 2023-11-30T05:33:40.040Z | Checking vec_map v0.8.2 |
1854 | 2023-11-30T05:33:40.200Z | Compiling libefi-sys v0.1.0 |
1855 | 2023-11-30T05:33:40.260Z | Checking ansi_term v0.12.1 |
1856 | 2023-11-30T05:33:40.347Z | Checking ciborium-ll v0.2.1 |
1857 | 2023-11-30T05:33:40.440Z | Checking slog-stdlog v4.1.1 |
1858 | 2023-11-30T05:33:40.509Z | Compiling structopt-derive v0.4.18 |
1859 | 2023-11-30T05:33:40.655Z | Compiling tofino v0.1.0 (http://github.com/oxidecomputer/tofino?branch=main#8283f802) |
1860 | 2023-11-30T05:33:40.701Z | Checking clap v2.34.0 |
1861 | 2023-11-30T05:33:40.802Z | Checking ciborium v0.2.1 |
1862 | 2023-11-30T05:33:41.301Z | Checking slog-envlogger v2.2.0 |
1863 | 2023-11-30T05:33:41.599Z | Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
1864 | 2023-11-30T05:33:41.933Z | Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
1865 | 2023-11-30T05:33:42.047Z | Checking resolv-conf v0.7.0 |
1866 | 2023-11-30T05:33:42.267Z | Compiling slog-dtrace v0.2.3 |
1867 | 2023-11-30T05:33:42.473Z | Compiling convert_case v0.4.0 |
1868 | 2023-11-30T05:33:42.578Z | Checking trust-dns-resolver v0.22.0 |
1869 | 2023-11-30T05:33:43.421Z | Checking pem-rfc7468 v0.7.0 |
1870 | 2023-11-30T05:33:43.819Z | Compiling der_derive v0.7.2 |
1871 | 2023-11-30T05:33:44.030Z | Compiling derive_more v0.99.17 |
1872 | 2023-11-30T05:33:45.143Z | Checking fxhash v0.2.1 |
1873 | 2023-11-30T05:33:45.272Z | Checking flagset v0.4.3 |
1874 | 2023-11-30T05:33:45.389Z | Checking termcolor v1.2.0 |
1875 | 2023-11-30T05:33:45.488Z | Checking structopt v0.3.26 |
1876 | 2023-11-30T05:33:45.550Z | Checking itertools v0.12.0 |
1877 | 2023-11-30T05:33:46.008Z | Compiling radium v0.7.0 |
1878 | 2023-11-30T05:33:46.045Z | Checking tap v1.0.1 |
1879 | 2023-11-30T05:33:46.267Z | Compiling maybe-uninit v2.0.0 |
1880 | 2023-11-30T05:33:47.114Z | Checking wyz v0.5.1 |
1881 | 2023-11-30T05:33:47.314Z | Compiling same-file v1.0.6 |
1882 | 2023-11-30T05:33:47.427Z | Checking mockall v0.11.4 |
1883 | 2023-11-30T05:33:47.651Z | Checking crc-catalog v2.2.0 |
1884 | 2023-11-30T05:33:47.721Z | Compiling packed_struct v0.10.1 |
1885 | 2023-11-30T05:33:47.755Z | Compiling num-bigint-dig v0.8.4 |
1886 | 2023-11-30T05:33:47.836Z | Checking funty v2.0.0 |
1887 | 2023-11-30T05:33:48.222Z | Checking der v0.7.8 |
1888 | 2023-11-30T05:33:48.267Z | Checking crc v3.0.1 |
1889 | 2023-11-30T05:33:48.435Z | Compiling walkdir v2.4.0 |
1890 | 2023-11-30T05:33:48.667Z | Compiling semver-parser v0.10.2 |
1891 | 2023-11-30T05:33:49.661Z | Compiling progenitor-macro v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#9339b576) |
1892 | 2023-11-30T05:33:49.678Z | Compiling packed_struct_codegen v0.10.1 |
1893 | 2023-11-30T05:33:49.694Z | Checking bitvec v1.0.1 |
1894 | 2023-11-30T05:33:50.772Z | Checking nodrop v0.1.14 |
1895 | 2023-11-30T05:33:50.921Z | Checking array-init v0.0.4 |
1896 | 2023-11-30T05:33:51.288Z | Checking spki v0.7.2 |
1897 | 2023-11-30T05:33:51.722Z | Checking pkcs8 v0.10.2 |
1898 | 2023-11-30T05:33:52.083Z | Checking pkcs1 v0.7.5 |
1899 | 2023-11-30T05:33:52.582Z | Compiling semver v0.11.0 |
1900 | 2023-11-30T05:33:52.703Z | Checking smallvec v0.6.14 |
1901 | 2023-11-30T05:33:53.694Z | Compiling num-rational v0.4.1 |
1902 | 2023-11-30T05:33:54.280Z | Compiling home v0.5.5 |
1903 | 2023-11-30T05:33:54.579Z | Checking bitfield v0.14.0 |
1904 | 2023-11-30T05:33:54.612Z | Compiling toolchain_find v0.2.0 |
1905 | 2023-11-30T05:33:55.372Z | Checking serde-hex v0.1.0 |
1906 | 2023-11-30T05:33:55.575Z | Checking x509-cert v0.2.4 |
1907 | 2023-11-30T05:33:56.287Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
1908 | 2023-11-30T05:33:56.461Z | Checking rsa v0.9.2 |
1909 | 2023-11-30T05:33:56.773Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git#e644a21a) |
1910 | 2023-11-30T05:33:57.141Z | Checking env_logger v0.10.0 |
1911 | 2023-11-30T05:33:57.812Z | Checking newline-converter v0.3.0 |
1912 | 2023-11-30T05:33:57.936Z | Checking hkdf v0.12.3 |
1913 | 2023-11-30T05:33:58.117Z | Checking ron v0.8.1 |
1914 | 2023-11-30T05:33:58.254Z | Compiling toml v0.5.11 |
1915 | 2023-11-30T05:33:58.272Z | Checking crc-any v2.4.3 |
1916 | 2023-11-30T05:33:58.581Z | Checking expectorate v1.1.0 |
1917 | 2023-11-30T05:33:58.630Z | Compiling omicron-zone-package v0.9.1 |
1918 | 2023-11-30T05:33:58.835Z | Checking object v0.30.4 |
1919 | 2023-11-30T05:34:00.127Z | Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc.git#e644a21a) |
1920 | 2023-11-30T05:34:00.497Z | Checking num-complex v0.4.4 |
1921 | 2023-11-30T05:34:00.886Z | Checking lpc55_areas v0.2.4 (https://github.com/oxidecomputer/lpc55_support#96f064ea) |
1922 | 2023-11-30T05:34:02.025Z | Compiling rustfmt-wrapper v0.2.0 |
1923 | 2023-11-30T05:34:02.436Z | Checking path-slash v0.1.5 |
1924 | 2023-11-30T05:34:02.666Z | Checking keccak v0.1.4 |
1925 | 2023-11-30T05:34:02.857Z | Checking utf-8 v0.7.6 |
1926 | 2023-11-30T05:34:03.144Z | Checking sha3 v0.10.8 |
1927 | 2023-11-30T05:34:03.162Z | Checking tungstenite v0.20.1 |
1928 | 2023-11-30T05:34:03.481Z | Checking num v0.4.1 |
1929 | 2023-11-30T05:34:03.607Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
1930 | 2023-11-30T05:34:03.731Z | Checking secrecy v0.8.0 |
1931 | 2023-11-30T05:34:04.055Z | Compiling buf-list v1.0.3 |
1932 | 2023-11-30T05:34:04.586Z | Checking tokio-tungstenite v0.20.1 |
1933 | 2023-11-30T05:34:04.624Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
1934 | 2023-11-30T05:34:05.147Z | Checking glob v0.3.1 |
1935 | 2023-11-30T05:34:05.295Z | Checking swrite v0.1.0 |
1936 | 2023-11-30T05:34:05.449Z | Compiling parking_lot_core v0.8.6 |
1937 | 2023-11-30T05:34:05.546Z | Checking nibble_vec v0.1.0 |
1938 | 2023-11-30T05:34:05.597Z | Checking endian-type v0.1.2 |
1939 | 2023-11-30T05:34:05.726Z | Checking libsw v3.3.0 |
1940 | 2023-11-30T05:34:05.818Z | Compiling derive-where v1.2.5 |
1941 | 2023-11-30T05:34:05.899Z | Checking radix_trie v0.2.1 |
1942 | 2023-11-30T05:34:06.120Z | Checking owo-colors v3.5.0 |
1943 | 2023-11-30T05:34:06.517Z | Checking trust-dns-client v0.22.0 |
1944 | 2023-11-30T05:34:06.715Z | Checking parking_lot v0.11.2 |
1945 | 2023-11-30T05:34:07.288Z | Checking sled v0.34.7 |
1946 | 2023-11-30T05:34:07.915Z | Checking linear-map v1.2.0 |
1947 | 2023-11-30T05:34:08.433Z | Checking pretty-hex v0.4.0 |
1948 | 2023-11-30T05:34:08.452Z | Checking trust-dns-server v0.22.1 |
1949 | 2023-11-30T05:34:08.688Z | Compiling semver v0.1.20 |
1950 | 2023-11-30T05:34:09.118Z | Checking crossbeam-deque v0.8.3 |
1951 | 2023-11-30T05:34:09.508Z | Compiling rustc_version v0.1.7 |
1952 | 2023-11-30T05:34:09.602Z | Compiling rayon-core v1.12.0 |
1953 | 2023-11-30T05:34:09.816Z | Checking openapiv3 v1.0.3 |
1954 | 2023-11-30T05:34:10.257Z | Compiling newtype_derive v0.1.6 |
1955 | 2023-11-30T05:34:10.926Z | Compiling memoffset v0.7.1 |
1956 | 2023-11-30T05:34:11.138Z | Compiling unicase v2.7.0 |
1957 | 2023-11-30T05:34:11.416Z | Compiling platforms v3.0.2 |
1958 | 2023-11-30T05:34:11.890Z | Checking rayon v1.8.0 |
1959 | 2023-11-30T05:34:11.964Z | Checking steno v0.4.0 |
1960 | 2023-11-30T05:34:12.017Z | Checking globset v0.4.13 |
1961 | 2023-11-30T05:34:12.045Z | Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
1962 | 2023-11-30T05:34:12.751Z | Checking olpc-cjson v0.1.3 |
1963 | 2023-11-30T05:34:12.768Z | Checking serde_plain v1.0.2 |
1964 | 2023-11-30T05:34:13.083Z | Compiling async-recursion v1.0.5 |
1965 | 2023-11-30T05:34:13.152Z | Checking typed-path v0.6.0 |
1966 | 2023-11-30T05:34:15.373Z | Checking openapi-lint v0.4.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#bb69a3a4) |
1967 | 2023-11-30T05:34:15.899Z | Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e) |
1968 | 2023-11-30T05:34:15.964Z | Checking signature v1.6.4 |
1969 | 2023-11-30T05:34:16.006Z | Checking display-error-chain v0.2.0 |
1970 | 2023-11-30T05:34:16.140Z | Compiling salty v0.2.0 |
1971 | 2023-11-30T05:34:16.197Z | Checking ed25519 v1.5.3 |
1972 | 2023-11-30T05:34:16.243Z | Checking tough v0.15.0 |
1973 | 2023-11-30T05:34:16.402Z | Compiling curve25519-dalek v4.1.0 |
1974 | 2023-11-30T05:34:16.428Z | Checking nix v0.26.2 (https://github.com/jgallagher/nix?branch=r0.26-illumos#c1a3636d) |
1975 | 2023-11-30T05:34:17.277Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
1976 | 2023-11-30T05:34:17.510Z | Checking serde-big-array v0.5.1 |
1977 | 2023-11-30T05:34:17.635Z | Checking ff v0.13.0 |
1978 | 2023-11-30T05:34:17.825Z | Compiling hubpack_derive v0.1.0 (https://github.com/cbiffle/hubpack?rev=df08cc3a6e1f97381cd0472ae348e310f0119e25#df08cc3a) |
1979 | 2023-11-30T05:34:18.242Z | Checking group v0.13.0 |
1980 | 2023-11-30T05:34:18.481Z | Compiling mime_guess v2.0.4 |
1981 | 2023-11-30T05:34:19.205Z | Checking hubpack v0.1.0 (https://github.com/cbiffle/hubpack?rev=df08cc3a6e1f97381cd0472ae348e310f0119e25#df08cc3a) |
1982 | 2023-11-30T05:34:19.735Z | Checking signal-hook-tokio v0.3.1 |
1983 | 2023-11-30T05:34:19.969Z | Checking serde-big-array v0.4.1 |
1984 | 2023-11-30T05:34:20.037Z | Checking universal-hash v0.5.1 |
1985 | 2023-11-30T05:34:20.193Z | Checking crypto-bigint v0.5.2 |
1986 | 2023-11-30T05:34:20.286Z | Compiling thiserror-impl-no-std v2.0.2 |
1987 | 2023-11-30T05:34:20.545Z | Compiling curve25519-dalek-derive v0.1.0 |
1988 | 2023-11-30T05:34:20.670Z | Checking opaque-debug v0.3.0 |
1989 | 2023-11-30T05:34:20.790Z | Checking base16ct v0.2.0 |
1990 | 2023-11-30T05:34:20.814Z | Checking lpc55_sign v0.3.3 (https://github.com/oxidecomputer/lpc55_support#96f064ea) |
1991 | 2023-11-30T05:34:20.972Z | Checking progenitor v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#9339b576) |
1992 | 2023-11-30T05:34:21.255Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
1993 | 2023-11-30T05:34:21.339Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
1994 | 2023-11-30T05:34:22.159Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
1995 | 2023-11-30T05:34:22.417Z | Checking hubtools v0.4.1 (https://github.com/oxidecomputer/hubtools.git?branch=main#73cd5a84) |
1996 | 2023-11-30T05:34:22.921Z | Compiling ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
1997 | 2023-11-30T05:34:23.115Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
1998 | 2023-11-30T05:34:23.909Z | Compiling mg-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/mg-admin-client) |
1999 | 2023-11-30T05:34:23.913Z | Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2000 | 2023-11-30T05:34:25.768Z | Checking thiserror-no-std v2.0.2 |
2001 | 2023-11-30T05:34:26.543Z | Checking elliptic-curve v0.13.5 |
2002 | 2023-11-30T05:34:26.998Z | Checking poly1305 v0.8.0 |
2003 | 2023-11-30T05:34:27.336Z | Checking sprockets-common v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef) |
2004 | 2023-11-30T05:34:28.153Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2005 | 2023-11-30T05:34:28.601Z | Checking chacha20 v0.9.1 |
2006 | 2023-11-30T05:34:28.813Z | Checking bcs v0.1.6 |
2007 | 2023-11-30T05:34:28.995Z | Checking aead v0.5.2 |
2008 | 2023-11-30T05:34:29.156Z | Checking kstat-rs v0.2.3 |
2009 | 2023-11-30T05:34:29.313Z | Checking highway v1.1.0 |
2010 | 2023-11-30T05:34:29.529Z | Checking corncobs v0.1.3 |
2011 | 2023-11-30T05:34:29.662Z | Checking chacha20poly1305 v0.10.1 |
2012 | 2023-11-30T05:34:29.781Z | Checking sprockets-rot v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef) |
2013 | 2023-11-30T05:34:29.917Z | Checking vsss-rs v3.3.1 |
2014 | 2023-11-30T05:34:30.041Z | Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=54398875a2125227d13827d4236dce943c019b1c#54398875) |
2015 | 2023-11-30T05:34:31.085Z | Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=51a3121c8318fc7ac97d74f917ce1d37962e785f#51a3121c) |
2016 | 2023-11-30T05:34:32.356Z | Compiling portable-atomic v1.4.3 |
2017 | 2023-11-30T05:34:32.604Z | Compiling crunchy v0.2.2 |
2018 | 2023-11-30T05:34:33.652Z | Compiling clang-sys v1.6.1 |
2019 | 2023-11-30T05:34:34.067Z | Compiling prettyplease v0.2.12 |
2020 | 2023-11-30T05:34:34.483Z | Compiling tiny-keccak v2.0.2 |
2021 | 2023-11-30T05:34:36.196Z | Compiling darling_core v0.14.4 |
2022 | 2023-11-30T05:34:36.544Z | Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=54398875a2125227d13827d4236dce943c019b1c#54398875) |
2023 | 2023-11-30T05:34:36.666Z | Checking http-range v0.1.5 |
2024 | 2023-11-30T05:34:36.912Z | Checking assert_matches v1.5.0 |
2025 | 2023-11-30T05:34:36.928Z | Checking number_prefix v0.4.0 |
2026 | 2023-11-30T05:34:37.037Z | Compiling minimal-lexical v0.2.1 |
2027 | 2023-11-30T05:34:37.200Z | Checking humantime v2.1.0 |
2028 | 2023-11-30T05:34:37.444Z | Checking indicatif v0.17.7 |
2029 | 2023-11-30T05:34:37.638Z | Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=54398875a2125227d13827d4236dce943c019b1c#54398875) |
2030 | 2023-11-30T05:34:37.866Z | Compiling nom v7.1.3 |
2031 | 2023-11-30T05:34:38.670Z | Checking hyper-staticfile v0.9.5 |
2032 | 2023-11-30T05:34:40.335Z | Compiling ascii-canvas v3.0.0 |
2033 | 2023-11-30T05:34:41.382Z | Compiling ena v0.14.2 |
2034 | 2023-11-30T05:34:42.035Z | Compiling libloading v0.7.4 |
2035 | 2023-11-30T05:34:42.107Z | Checking illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2036 | 2023-11-30T05:34:42.664Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2037 | 2023-11-30T05:34:44.201Z | Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2038 | 2023-11-30T05:34:44.247Z | Checking internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns) |
2039 | 2023-11-30T05:34:45.430Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2040 | 2023-11-30T05:34:45.875Z | Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2041 | 2023-11-30T05:34:46.315Z | Checking ipcc-key-value v0.1.0 (/work/oxidecomputer/omicron/ipcc-key-value) |
2042 | 2023-11-30T05:34:46.464Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2043 | 2023-11-30T05:34:47.366Z | Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
2044 | 2023-11-30T05:34:48.240Z | Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
2045 | 2023-11-30T05:34:49.030Z | Compiling darling_macro v0.14.4 |
2046 | 2023-11-30T05:34:49.679Z | Compiling bindgen v0.65.1 |
2047 | 2023-11-30T05:34:50.175Z | Compiling regex-syntax v0.6.29 |
2048 | 2023-11-30T05:34:50.242Z | Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2049 | 2023-11-30T05:34:50.659Z | Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2050 | 2023-11-30T05:34:50.689Z | Compiling diff v0.1.13 |
2051 | 2023-11-30T05:34:51.845Z | Compiling darling v0.14.4 |
2052 | 2023-11-30T05:34:52.007Z | Compiling cexpr v0.6.0 |
2053 | 2023-11-30T05:34:58.531Z | Compiling lalrpop v0.19.12 |
2054 | 2023-11-30T05:35:00.576Z | Compiling which v4.4.0 |
2055 | 2023-11-30T05:35:01.548Z | Compiling lazycell v1.3.0 |
2056 | 2023-11-30T05:35:01.768Z | Compiling ref-cast v1.0.20 |
2057 | 2023-11-30T05:35:02.547Z | Checking maplit v1.0.2 |
2058 | 2023-11-30T05:35:02.700Z | Compiling shlex v1.1.0 |
2059 | 2023-11-30T05:35:02.916Z | Compiling rustc-hash v1.1.0 |
2060 | 2023-11-30T05:35:03.153Z | Compiling peeking_take_while v0.1.2 |
2061 | 2023-11-30T05:35:03.259Z | Compiling derive_builder_core v0.12.0 |
2062 | 2023-11-30T05:35:07.320Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
2063 | 2023-11-30T05:35:07.737Z | Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2064 | 2023-11-30T05:35:07.753Z | Compiling ref-cast-impl v1.0.20 |
2065 | 2023-11-30T05:35:08.311Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2066 | 2023-11-30T05:35:09.056Z | Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2067 | 2023-11-30T05:35:09.650Z | Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
2068 | 2023-11-30T05:35:10.901Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2069 | 2023-11-30T05:35:11.854Z | Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2070 | 2023-11-30T05:35:13.487Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2071 | 2023-11-30T05:35:15.773Z | Compiling libxml v0.3.3 |
2072 | 2023-11-30T05:35:16.340Z | Compiling derive_builder_macro v0.12.0 |
2073 | 2023-11-30T05:35:16.409Z | Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
2074 | 2023-11-30T05:35:17.001Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
2075 | 2023-11-30T05:35:17.286Z | Compiling strum_macros v0.24.3 |
2076 | 2023-11-30T05:35:17.656Z | Compiling fs-err v2.11.0 |
2077 | 2023-11-30T05:35:18.120Z | Compiling cookie v0.18.0 |
2078 | 2023-11-30T05:35:18.552Z | Compiling diesel-dtrace v0.2.0 (https://github.com/oxidecomputer/diesel-dtrace?branch=main#c1252df7) |
2079 | 2023-11-30T05:35:18.998Z | Compiling indoc v1.0.9 |
2080 | 2023-11-30T05:35:19.924Z | Checking derive_builder v0.12.0 |
2081 | 2023-11-30T05:35:20.645Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
2082 | 2023-11-30T05:35:22.340Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
2083 | 2023-11-30T05:35:22.989Z | Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
2084 | 2023-11-30T05:35:23.693Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
2085 | 2023-11-30T05:35:23.937Z | Checking bb8 v0.8.1 |
2086 | 2023-11-30T05:35:24.123Z | Checking quick-xml v0.23.1 |
2087 | 2023-11-30T05:35:24.153Z | Compiling oso-derive v0.27.0 |
2088 | 2023-11-30T05:35:24.628Z | Compiling impl-trait-for-tuples v0.2.2 |
2089 | 2023-11-30T05:35:25.412Z | Checking smawk v0.3.1 |
2090 | 2023-11-30T05:35:25.707Z | Checking unicode-linebreak v0.1.5 |
2091 | 2023-11-30T05:35:25.896Z | Checking async-bb8-diesel v0.1.0 (https://github.com/oxidecomputer/async-bb8-diesel?rev=1446f7e0c1f05f33a0581abd51fa873c7652ab61#1446f7e0) |
2092 | 2023-11-30T05:35:26.392Z | Checking textwrap v0.16.0 |
2093 | 2023-11-30T05:35:26.990Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
2094 | 2023-11-30T05:35:27.061Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
2095 | 2023-11-30T05:35:27.220Z | Checking bytesize v1.3.0 |
2096 | 2023-11-30T05:35:27.261Z | Checking is_ci v1.1.1 |
2097 | 2023-11-30T05:35:27.439Z | Checking supports-color v2.1.0 |
2098 | 2023-11-30T05:35:27.571Z | Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
2099 | 2023-11-30T05:35:27.710Z | Compiling indoc v2.0.3 |
2100 | 2023-11-30T05:35:28.191Z | Checking cassowary v0.3.0 |
2101 | 2023-11-30T05:35:28.374Z | Checking tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
2102 | 2023-11-30T05:35:28.818Z | Checking rtoolbox v0.0.1 |
2103 | 2023-11-30T05:35:29.088Z | Checking rpassword v7.3.1 |
2104 | 2023-11-30T05:35:29.286Z | Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
2105 | 2023-11-30T05:35:29.478Z | Checking ratatui v0.23.0 |
2106 | 2023-11-30T05:35:29.606Z | Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
2107 | 2023-11-30T05:35:30.896Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
2108 | 2023-11-30T05:35:31.310Z | Checking shell-words v1.1.0 |
2109 | 2023-11-30T05:35:31.581Z | Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=51a3121c8318fc7ac97d74f917ce1d37962e785f#51a3121c) |
2110 | 2023-11-30T05:35:32.055Z | Checking fatfs v0.3.6 |
2111 | 2023-11-30T05:35:33.321Z | Checking tui-tree-widget v0.13.0 |
2112 | 2023-11-30T05:35:33.774Z | Checking yansi v0.5.1 |
2113 | 2023-11-30T05:35:33.844Z | Checking plotters-backend v0.3.5 |
2114 | 2023-11-30T05:35:33.988Z | Checking rand v0.4.6 |
2115 | 2023-11-30T05:35:34.199Z | Checking pretty_assertions v1.4.0 |
2116 | 2023-11-30T05:35:34.401Z | Checking plotters-svg v0.3.5 |
2117 | 2023-11-30T05:35:34.504Z | Compiling vte_generate_state_changes v0.1.1 |
2118 | 2023-11-30T05:35:34.710Z | Checking cast v0.3.0 |
2119 | 2023-11-30T05:35:35.186Z | Checking remove_dir_all v0.5.3 |
2120 | 2023-11-30T05:35:35.314Z | Checking criterion-plot v0.5.0 |
2121 | 2023-11-30T05:35:35.536Z | Checking vte v0.11.1 |
2122 | 2023-11-30T05:35:35.548Z | Checking tempdir v0.3.7 |
2123 | 2023-11-30T05:35:35.772Z | Checking plotters v0.3.5 |
2124 | 2023-11-30T05:35:36.076Z | Checking installinator-artifactd v0.1.0 (/work/oxidecomputer/omicron/installinator-artifactd) |
2125 | 2023-11-30T05:35:36.212Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2126 | 2023-11-30T05:35:37.863Z | Checking tinytemplate v1.2.1 |
2127 | 2023-11-30T05:35:38.504Z | Checking oorandom v11.1.3 |
2128 | 2023-11-30T05:35:38.720Z | Checking anes v0.1.6 |
2129 | 2023-11-30T05:35:38.737Z | Checking strip-ansi-escapes v0.2.0 |
2130 | 2023-11-30T05:35:38.945Z | Checking tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous) |
2131 | 2023-11-30T05:35:39.312Z | Checking criterion v0.5.1 |
2132 | 2023-11-30T05:35:40.681Z | Checking installinator-artifact-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-artifact-client) |
2133 | 2023-11-30T05:35:44.030Z | Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
2134 | 2023-11-30T05:35:44.248Z | Checking assert_cmd v2.0.12 |
2135 | 2023-11-30T05:35:44.904Z | Compiling nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros) |
2136 | 2023-11-30T05:35:47.345Z | Checking fd-lock v3.0.13 |
2137 | 2023-11-30T05:35:47.435Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
2138 | 2023-11-30T05:35:47.617Z | Checking dashmap v5.5.1 |
2139 | 2023-11-30T05:35:48.650Z | Compiling serial_test_derive v0.10.0 |
2140 | 2023-11-30T05:35:48.957Z | Checking nu-ansi-term v0.49.0 |
2141 | 2023-11-30T05:35:49.611Z | Checking reedline v0.26.0 |
2142 | 2023-11-30T05:35:50.539Z | Checking serial_test v0.10.0 |
2143 | 2023-11-30T05:35:52.620Z | Checking threadpool v1.8.1 |
2144 | 2023-11-30T05:35:52.716Z | Checking nanorand v0.7.0 |
2145 | 2023-11-30T05:35:52.887Z | Checking topological-sort v0.2.2 |
2146 | 2023-11-30T05:35:53.203Z | Checking libtest-mimic v0.6.1 |
2147 | 2023-11-30T05:35:53.300Z | Checking flume v0.11.0 |
2148 | 2023-11-30T05:35:53.878Z | Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
2149 | 2023-11-30T05:35:54.079Z | Checking httptest v0.15.5 |
2150 | 2023-11-30T05:35:55.248Z | Checking similar-asserts v1.5.0 |
2151 | 2023-11-30T05:35:55.589Z | Compiling rstest_macros v0.18.2 |
2152 | 2023-11-30T05:35:56.379Z | Checking bytecount v0.6.3 |
2153 | 2023-11-30T05:35:56.595Z | Compiling crossbeam-queue v0.3.8 |
2154 | 2023-11-30T05:35:57.385Z | Checking papergrid v0.10.0 |
2155 | 2023-11-30T05:35:57.862Z | Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
2156 | 2023-11-30T05:35:58.949Z | Checking datatest-stable v0.2.3 |
2157 | 2023-11-30T05:35:59.269Z | Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
2158 | 2023-11-30T05:35:59.514Z | Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
2159 | 2023-11-30T05:35:59.758Z | Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
2160 | 2023-11-30T05:35:59.932Z | Compiling tabled_derive v0.6.0 |
2161 | 2023-11-30T05:36:00.756Z | Compiling relative-path v1.9.0 |
2162 | 2023-11-30T05:36:01.463Z | Checking arrayref v0.3.7 |
2163 | 2023-11-30T05:36:01.593Z | Checking arrayvec v0.7.4 |
2164 | 2023-11-30T05:36:01.978Z | Checking constant_time_eq v0.2.6 |
2165 | 2023-11-30T05:36:02.146Z | Compiling trybuild v1.0.85 |
2166 | 2023-11-30T05:36:02.163Z | Checking blake2b_simd v1.0.1 |
2167 | 2023-11-30T05:36:04.274Z | Checking tabled v0.14.0 |
2168 | 2023-11-30T05:36:04.440Z | Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
2169 | 2023-11-30T05:36:08.649Z | Checking basic-toml v0.1.4 |
2170 | 2023-11-30T05:36:10.253Z | Checking constant_time_eq v0.3.0 |
2171 | 2023-11-30T05:36:10.418Z | Checking futures-timer v3.0.2 |
2172 | 2023-11-30T05:36:10.863Z | Checking rust-argon2 v1.0.1 |
2173 | 2023-11-30T05:36:14.041Z | Checking crossbeam v0.8.2 |
2174 | 2023-11-30T05:36:14.197Z | Checking partial-io v0.5.4 |
2175 | 2023-11-30T05:36:14.744Z | Checking approx v0.5.1 |
2176 | 2023-11-30T05:36:15.077Z | Checking termios v0.3.3 |
2177 | 2023-11-30T05:36:15.371Z | Checking hex-literal v0.4.1 |
2178 | 2023-11-30T05:36:18.651Z | Checking rstest v0.18.2 |
2179 | 2023-11-30T05:36:24.875Z | Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli) |
2180 | 2023-11-30T05:36:25.645Z | Checking omicron-deploy v0.1.0 (/work/oxidecomputer/omicron/dev-tools/thing-flinger) |
2181 | 2023-11-30T05:37:26.010Z | Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns-cli) |
2182 | 2023-11-30T05:37:26.967Z | Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed) |
2183 | 2023-11-30T05:37:29.401Z | Compiling samael v0.0.10 (https://github.com/njaremko/samael?branch=master#52028e45) |
2184 | 2023-11-30T05:37:48.204Z | Checking caboose-util v0.1.0 (/work/oxidecomputer/omicron/caboose-util) |
2185 | 2023-11-30T05:38:06.189Z | Compiling polar-core v0.27.0 |
2186 | 2023-11-30T05:38:17.098Z | Checking oso v0.27.0 |
2187 | 2023-11-30T05:38:53.140Z | Checking nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
2188 | 2023-11-30T05:40:15.599Z | Finished dev [unoptimized + debuginfo] target(s) in 9m 56s |
2189 | 2023-11-30T05:40:15.806Z | |
2190 | 2023-11-30T05:40:15.809Z | real 10:53.897886614 |
2191 | 2023-11-30T05:40:15.809Z | user 59:32.868601469 |
2192 | 2023-11-30T05:40:15.809Z | sys 7:46.234774538 |
2193 | 2023-11-30T05:40:15.809Z | trap 2.115336846 |
2194 | 2023-11-30T05:40:15.809Z | tflt 2.727100850 |
2195 | 2023-11-30T05:40:15.809Z | dflt 4.689017162 |
2196 | 2023-11-30T05:40:15.809Z | kflt 0.022596620 |
2197 | 2023-11-30T05:40:15.809Z | lock 1:34:49.877202901 |
2198 | 2023-11-30T05:40:15.809Z | slp 2:56:59.221766380 |
2199 | 2023-11-30T05:40:15.809Z | lat 2:04.105776927 |
2200 | 2023-11-30T05:40:15.809Z | stop 4:14.568703247 |
2201 | 2023-11-30T05:40:16.958Z | warning: output filename collision. |
2202 | 2023-11-30T05:40:16.958Z | 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)`. |
2203 | 2023-11-30T05:40:16.958Z | Colliding filename is: /work/oxidecomputer/omicron/target/doc/hubpack/index.html |
2204 | 2023-11-30T05:40:16.958Z | The targets should have unique names. |
2205 | 2023-11-30T05:40:16.958Z | This is a known bug where multiple crates with the same name use |
2206 | 2023-11-30T05:40:16.958Z | the same path; see <https://github.com/rust-lang/cargo/issues/6313>. |
2207 | 2023-11-30T05:40:16.961Z | warning: output filename collision. |
2208 | 2023-11-30T05:40:16.962Z | 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)`. |
2209 | 2023-11-30T05:40:16.962Z | Colliding filename is: /work/oxidecomputer/omicron/target/doc/oximeter/index.html |
2210 | 2023-11-30T05:40:16.962Z | The targets should have unique names. |
2211 | 2023-11-30T05:40:16.962Z | This is a known bug where multiple crates with the same name use |
2212 | 2023-11-30T05:40:16.962Z | the same path; see <https://github.com/rust-lang/cargo/issues/6313>. |
2213 | 2023-11-30T05:40:16.965Z | warning: output filename collision. |
2214 | 2023-11-30T05:40:16.965Z | 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)`. |
2215 | 2023-11-30T05:40:16.965Z | Colliding filename is: /work/oxidecomputer/omicron/target/doc/tlvc/index.html |
2216 | 2023-11-30T05:40:16.965Z | The targets should have unique names. |
2217 | 2023-11-30T05:40:16.965Z | This is a known bug where multiple crates with the same name use |
2218 | 2023-11-30T05:40:16.965Z | the same path; see <https://github.com/rust-lang/cargo/issues/6313>. |
2219 | 2023-11-30T05:40:17.521Z | Documenting libc v0.2.150 |
2220 | 2023-11-30T05:40:17.539Z | Documenting cfg-if v1.0.0 |
2221 | 2023-11-30T05:40:17.548Z | Documenting serde_derive v1.0.192 |
2222 | 2023-11-30T05:40:17.579Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2223 | 2023-11-30T05:40:17.582Z | Documenting scopeguard v1.2.0 |
2224 | 2023-11-30T05:40:17.582Z | Documenting log v0.4.20 |
2225 | 2023-11-30T05:40:17.615Z | Documenting itoa v1.0.9 |
2226 | 2023-11-30T05:40:17.615Z | Documenting smallvec v1.11.0 |
2227 | 2023-11-30T05:40:18.005Z | Documenting memchr v2.6.3 |
2228 | 2023-11-30T05:40:21.595Z | Documenting lock_api v0.4.10 |
2229 | 2023-11-30T05:40:21.660Z | Documenting zeroize_derive v1.4.2 |
2230 | 2023-11-30T05:40:21.685Z | Documenting pin-project-lite v0.2.13 |
2231 | 2023-11-30T05:40:22.160Z | Documenting libm v0.2.7 |
2232 | 2023-11-30T05:40:23.475Z | Documenting futures-core v0.3.29 |
2233 | 2023-11-30T05:40:23.961Z | Documenting getrandom v0.2.10 |
2234 | 2023-11-30T05:40:24.918Z | Documenting parking_lot_core v0.9.8 |
2235 | 2023-11-30T05:40:25.812Z | Documenting signal-hook-registry v1.4.1 |
2236 | 2023-11-30T05:40:25.983Z | Documenting mio v0.8.9 |
2237 | 2023-11-30T05:40:27.200Z | Documenting serde v1.0.192 |
2238 | 2023-11-30T05:40:27.214Z | Documenting num-traits v0.2.16 |
2239 | 2023-11-30T05:40:29.259Z | Documenting thiserror-impl v1.0.49 |
2240 | 2023-11-30T05:40:29.424Z | Documenting zeroize v1.7.0 |
2241 | 2023-11-30T05:40:29.730Z | Documenting rand_core v0.6.4 |
2242 | 2023-11-30T05:40:30.700Z | Documenting parking_lot v0.12.1 |
2243 | 2023-11-30T05:40:32.091Z | Documenting socket2 v0.5.5 |
2244 | 2023-11-30T05:40:32.199Z | Documenting num_cpus v1.16.0 |
2245 | 2023-11-30T05:40:34.486Z | Documenting tokio-macros v2.2.0 |
2246 | 2023-11-30T05:40:35.228Z | Documenting typenum v1.16.0 |
2247 | 2023-11-30T05:40:35.344Z | Documenting once_cell v1.18.0 |
2248 | 2023-11-30T05:40:36.412Z | Documenting thiserror v1.0.49 |
2249 | 2023-11-30T05:40:36.472Z | Documenting subtle v2.5.0 |
2250 | 2023-11-30T05:40:38.121Z | Documenting ryu v1.0.15 |
2251 | 2023-11-30T05:40:38.221Z | Documenting byteorder v1.5.0 |
2252 | 2023-11-30T05:40:41.024Z | Documenting futures-sink v0.3.29 |
2253 | 2023-11-30T05:40:41.326Z | Documenting const-oid v0.9.5 |
2254 | 2023-11-30T05:40:41.751Z | Documenting pin-utils v0.1.0 |
2255 | 2023-11-30T05:40:42.157Z | Documenting slab v0.4.9 |
2256 | 2023-11-30T05:40:42.210Z | Documenting futures-task v0.3.29 |
2257 | 2023-11-30T05:40:44.284Z | Documenting futures-macro v0.3.29 |
2258 | 2023-11-30T05:40:46.550Z | Documenting futures-channel v0.3.29 |
2259 | 2023-11-30T05:40:47.673Z | Documenting futures-io v0.3.29 |
2260 | 2023-11-30T05:40:48.568Z | Documenting iana-time-zone v0.1.57 |
2261 | 2023-11-30T05:40:49.900Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2262 | 2023-11-30T05:40:50.465Z | Documenting tinyvec_macros v0.1.1 |
2263 | 2023-11-30T05:40:51.161Z | Documenting ppv-lite86 v0.2.17 |
2264 | 2023-11-30T05:40:51.823Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2265 | 2023-11-30T05:40:52.691Z | Documenting tracing-core v0.1.31 |
2266 | 2023-11-30T05:40:53.863Z | Documenting futures-util v0.3.29 |
2267 | 2023-11-30T05:40:54.618Z | Documenting tracing-attributes v0.1.26 |
2268 | 2023-11-30T05:40:54.891Z | Documenting tinyvec v1.6.0 |
2269 | 2023-11-30T05:40:56.323Z | Documenting rand_chacha v0.3.1 |
2270 | 2023-11-30T05:41:00.448Z | Documenting unicode-normalization v0.1.22 |
2271 | 2023-11-30T05:41:03.268Z | Documenting bytes v1.5.0 |
2272 | 2023-11-30T05:41:03.338Z | Documenting bitflags v2.4.0 |
2273 | 2023-11-30T05:41:04.910Z | Documenting serde_json v1.0.108 |
2274 | 2023-11-30T05:41:05.846Z | Documenting chrono v0.4.31 |
2275 | 2023-11-30T05:41:07.292Z | Documenting uuid v1.6.1 |
2276 | 2023-11-30T05:41:09.642Z | Documenting rand v0.8.5 |
2277 | 2023-11-30T05:41:09.688Z | Documenting base64 v0.21.5 |
2278 | 2023-11-30T05:41:10.631Z | Documenting tokio v1.34.0 |
2279 | 2023-11-30T05:41:13.177Z | Documenting fnv v1.0.7 |
2280 | 2023-11-30T05:41:14.303Z | Documenting lazy_static v1.4.0 |
2281 | 2023-11-30T05:41:15.295Z | Documenting unicode-bidi v0.3.13 |
2282 | 2023-11-30T05:41:15.697Z | Documenting percent-encoding v2.3.1 |
2283 | 2023-11-30T05:41:17.812Z | Documenting spin v0.9.8 |
2284 | 2023-11-30T05:41:18.744Z | Documenting cpufeatures v0.2.9 |
2285 | 2023-11-30T05:41:19.052Z | Documenting http v0.2.11 |
2286 | 2023-11-30T05:41:20.110Z | Documenting generic-array v0.14.7 |
2287 | 2023-11-30T05:41:21.687Z | Documenting form_urlencoded v1.2.1 |
2288 | 2023-11-30T05:41:21.690Z | Documenting serde_derive_internals v0.26.0 |
2289 | 2023-11-30T05:41:22.429Z | Checking serde_derive_internals v0.26.0 |
2290 | 2023-11-30T05:41:22.539Z | Documenting tracing v0.1.37 |
2291 | 2023-11-30T05:41:22.916Z | Documenting dyn-clone v1.0.13 |
2292 | 2023-11-30T05:41:23.461Z | Documenting idna v0.5.0 |
2293 | 2023-11-30T05:41:27.179Z | Documenting crypto-common v0.1.6 |
2294 | 2023-11-30T05:41:27.267Z | Documenting block-buffer v0.10.4 |
2295 | 2023-11-30T05:41:27.487Z | Documenting errno v0.3.2 |
2296 | 2023-11-30T05:41:27.669Z | Documenting httparse v1.8.0 |
2297 | 2023-11-30T05:41:27.753Z | Documenting adler v1.0.2 |
2298 | 2023-11-30T05:41:29.678Z | Documenting url v2.5.0 |
2299 | 2023-11-30T05:41:29.800Z | Documenting schemars_derive v0.8.13 |
2300 | 2023-11-30T05:41:31.797Z | Documenting unicode-ident v1.0.12 |
2301 | 2023-11-30T05:41:33.294Z | Documenting miniz_oxide v0.7.1 |
2302 | 2023-11-30T05:41:33.532Z | Documenting rustix v0.38.25 |
2303 | 2023-11-30T05:41:33.803Z | Documenting httpdate v1.0.3 |
2304 | 2023-11-30T05:41:34.083Z | Documenting digest v0.10.7 |
2305 | 2023-11-30T05:41:36.000Z | Documenting proc-macro2 v1.0.69 |
2306 | 2023-11-30T05:41:36.044Z | Documenting try-lock v0.2.4 |
2307 | 2023-11-30T05:41:38.295Z | Documenting openssl-probe v0.1.5 |
2308 | 2023-11-30T05:41:38.808Z | Documenting schemars v0.8.13 |
2309 | 2023-11-30T05:41:39.068Z | Documenting untrusted v0.9.0 |
2310 | 2023-11-30T05:41:40.467Z | Documenting want v0.3.1 |
2311 | 2023-11-30T05:41:42.189Z | Documenting quote v1.0.33 |
2312 | 2023-11-30T05:41:43.669Z | Documenting ring v0.17.5 |
2313 | 2023-11-30T05:41:43.787Z | Documenting http-body v0.4.5 |
2314 | 2023-11-30T05:41:44.069Z | Documenting openssl-sys v0.9.93 |
2315 | 2023-11-30T05:41:44.158Z | Documenting async-trait v0.1.74 |
2316 | 2023-11-30T05:41:46.299Z | Documenting openssl-macros v0.1.1 |
2317 | 2023-11-30T05:41:48.453Z | Documenting tower-service v0.3.2 |
2318 | 2023-11-30T05:41:48.851Z | Documenting mime v0.3.17 |
2319 | 2023-11-30T05:41:50.165Z | Documenting aho-corasick v1.0.4 |
2320 | 2023-11-30T05:41:51.369Z | Documenting sct v0.7.0 |
2321 | 2023-11-30T05:41:51.714Z | Documenting rustls-webpki v0.101.7 |
2322 | 2023-11-30T05:41:51.935Z | Documenting tokio-util v0.7.10 |
2323 | 2023-11-30T05:41:52.811Z | Documenting slog v2.7.0 |
2324 | 2023-11-30T05:41:54.157Z | Documenting equivalent v1.0.1 |
2325 | 2023-11-30T05:41:54.516Z | Documenting openssl v0.10.57 |
2326 | 2023-11-30T05:41:55.285Z | Documenting hashbrown v0.14.2 |
2327 | 2023-11-30T05:41:57.103Z | Documenting unicode-width v0.1.11 |
2328 | 2023-11-30T05:41:57.516Z | Documenting regex-syntax v0.8.2 |
2329 | 2023-11-30T05:41:58.290Z | Documenting ipnet v2.8.0 |
2330 | 2023-11-30T05:41:58.403Z | Documenting rustls v0.21.9 |
2331 | 2023-11-30T05:41:59.686Z | Documenting rustls-pemfile v1.0.3 |
2332 | 2023-11-30T05:42:01.457Z | Documenting num-integer v0.1.45 |
2333 | 2023-11-30T05:42:02.035Z | Documenting indexmap v2.1.0 |
2334 | 2023-11-30T05:42:02.065Z | Documenting h2 v0.3.21 |
2335 | 2023-11-30T05:42:04.774Z | Documenting time-macros v0.2.13 |
2336 | 2023-11-30T05:42:05.402Z | Documenting num_threads v0.1.6 |
2337 | 2023-11-30T05:42:07.103Z | Documenting utf8parse v0.2.1 |
2338 | 2023-11-30T05:42:07.569Z | Documenting time-core v0.1.1 |
2339 | 2023-11-30T05:42:08.098Z | Documenting regex-automata v0.4.3 |
2340 | 2023-11-30T05:42:09.175Z | Documenting deranged v0.3.8 |
2341 | 2023-11-30T05:42:10.843Z | Documenting gimli v0.28.0 |
2342 | 2023-11-30T05:42:11.186Z | Documenting tokio-rustls v0.24.1 |
2343 | 2023-11-30T05:42:11.362Z | Documenting native-tls v0.2.11 |
2344 | 2023-11-30T05:42:11.764Z | Documenting zerocopy v0.6.4 |
2345 | 2023-11-30T05:42:12.119Z | Documenting object v0.32.1 |
2346 | 2023-11-30T05:42:15.830Z | Documenting time v0.3.27 |
2347 | 2023-11-30T05:42:17.100Z | Documenting hyper v0.14.27 |
2348 | 2023-11-30T05:42:18.569Z | Documenting crossbeam-utils v0.8.16 |
2349 | 2023-11-30T05:42:19.554Z | Documenting encoding_rs v0.8.33 |
2350 | 2023-11-30T05:42:20.442Z | Documenting addr2line v0.21.0 |
2351 | 2023-11-30T05:42:20.590Z | Checking pest_meta v2.7.2 |
2352 | 2023-11-30T05:42:21.206Z | Documenting regex v1.10.2 |
2353 | 2023-11-30T05:42:22.140Z | Documenting rustc-demangle v0.1.23 |
2354 | 2023-11-30T05:42:24.108Z | Documenting tokio-native-tls v0.3.1 |
2355 | 2023-11-30T05:42:24.914Z | Documenting rustls-native-certs v0.6.3 |
2356 | 2023-11-30T05:42:26.125Z | Documenting serde_urlencoded v0.7.1 |
2357 | 2023-11-30T05:42:26.433Z | Documenting pest_meta v2.7.2 |
2358 | 2023-11-30T05:42:26.735Z | Checking pest_generator v2.7.2 |
2359 | 2023-11-30T05:42:27.989Z | Documenting data-encoding v2.4.0 |
2360 | 2023-11-30T05:42:29.778Z | Documenting ucd-trie v0.1.6 |
2361 | 2023-11-30T05:42:30.601Z | Documenting webpki-roots v0.25.2 |
2362 | 2023-11-30T05:42:31.436Z | Documenting backtrace v0.3.69 |
2363 | 2023-11-30T05:42:32.413Z | Documenting anstyle v1.0.2 |
2364 | 2023-11-30T05:42:32.587Z | Documenting anstyle-parse v0.2.1 |
2365 | 2023-11-30T05:42:32.703Z | Documenting pest_generator v2.7.2 |
2366 | 2023-11-30T05:42:34.237Z | Documenting ipnetwork v0.20.0 |
2367 | 2023-11-30T05:42:34.381Z | Documenting hyper-rustls v0.24.2 |
2368 | 2023-11-30T05:42:35.918Z | Documenting hyper-tls v0.5.0 |
2369 | 2023-11-30T05:42:36.133Z | Documenting pest v2.7.2 |
2370 | 2023-11-30T05:42:37.394Z | Documenting syn v2.0.32 |
2371 | 2023-11-30T05:42:38.116Z | Documenting sha2 v0.10.8 |
2372 | 2023-11-30T05:42:40.114Z | Documenting anyhow v1.0.75 |
2373 | 2023-11-30T05:42:40.748Z | Documenting pest_derive v2.7.2 |
2374 | 2023-11-30T05:42:42.518Z | Documenting futures-executor v0.3.29 |
2375 | 2023-11-30T05:42:44.147Z | Documenting hex v0.4.3 |
2376 | 2023-11-30T05:42:45.004Z | Documenting crc32fast v1.3.2 |
2377 | 2023-11-30T05:42:45.515Z | Checking serde_tokenstream v0.1.7 |
2378 | 2023-11-30T05:42:46.092Z | Documenting anstyle-query v1.0.0 |
2379 | 2023-11-30T05:42:46.297Z | Documenting reqwest v0.11.22 |
2380 | 2023-11-30T05:42:48.210Z | Documenting colorchoice v1.0.0 |
2381 | 2023-11-30T05:42:48.222Z | Documenting dtrace-parser v0.1.14 |
2382 | 2023-11-30T05:42:49.402Z | Documenting openapiv3 v2.0.0-rc.1 |
2383 | 2023-11-30T05:42:50.158Z | Documenting num-iter v0.1.43 |
2384 | 2023-11-30T05:42:50.445Z | Documenting hmac v0.12.1 |
2385 | 2023-11-30T05:42:51.461Z | Documenting dof v0.1.5 |
2386 | 2023-11-30T05:42:52.269Z | Documenting anstream v0.5.0 |
2387 | 2023-11-30T05:42:53.962Z | Documenting signal-hook v0.3.17 |
2388 | 2023-11-30T05:42:56.352Z | Documenting thread-id v4.2.0 |
2389 | 2023-11-30T05:42:57.767Z | Documenting terminal_size v0.2.6 |
2390 | 2023-11-30T05:42:58.063Z | Documenting memoffset v0.9.0 |
2391 | 2023-11-30T05:42:58.281Z | Documenting strsim v0.10.0 |
2392 | 2023-11-30T05:42:59.779Z | Documenting clap_lex v0.5.1 |
2393 | 2023-11-30T05:42:59.835Z | Documenting flate2 v1.0.28 |
2394 | 2023-11-30T05:43:02.086Z | Documenting usdt-impl v0.3.5 |
2395 | 2023-11-30T05:43:02.187Z | Documenting crossbeam-epoch v0.9.15 |
2396 | 2023-11-30T05:43:02.389Z | Documenting futures v0.3.29 |
2397 | 2023-11-30T05:43:04.307Z | Documenting usdt-attr-macro v0.3.5 |
2398 | 2023-11-30T05:43:04.652Z | Documenting usdt-macro v0.3.5 |
2399 | 2023-11-30T05:43:05.841Z | Documenting clap_builder v4.4.2 |
2400 | 2023-11-30T05:43:06.669Z | Documenting clap_derive v4.4.2 |
2401 | 2023-11-30T05:43:07.187Z | Documenting signal-hook-mio v0.2.3 |
2402 | 2023-11-30T05:43:08.237Z | Documenting signature v2.1.0 |
2403 | 2023-11-30T05:43:11.499Z | Documenting block-padding v0.3.3 |
2404 | 2023-11-30T05:43:13.094Z | Documenting hash32 v0.2.1 |
2405 | 2023-11-30T05:43:13.243Z | Documenting scheduled-thread-pool v0.2.7 |
2406 | 2023-11-30T05:43:13.574Z | Documenting usdt v0.3.5 |
2407 | 2023-11-30T05:43:14.510Z | Documenting bzip2-sys v0.1.11+1.0.8 |
2408 | 2023-11-30T05:43:15.286Z | Documenting enum-as-inner v0.5.1 |
2409 | 2023-11-30T05:43:15.621Z | Documenting clap v4.4.3 |
2410 | 2023-11-30T05:43:15.667Z | Documenting pin-project-internal v1.1.3 |
2411 | 2023-11-30T05:43:17.581Z | Documenting diesel_table_macro_syntax v0.1.0 |
2412 | 2023-11-30T05:43:19.130Z | Checking diesel_table_macro_syntax v0.1.0 |
2413 | 2023-11-30T05:43:19.312Z | Documenting unicode-segmentation v1.10.1 |
2414 | 2023-11-30T05:43:19.373Z | Documenting stable_deref_trait v1.2.0 |
2415 | 2023-11-30T05:43:20.282Z | Documenting bzip2 v0.4.4 |
2416 | 2023-11-30T05:43:22.297Z | Documenting r2d2 v0.8.10 |
2417 | 2023-11-30T05:43:22.509Z | Documenting trust-dns-proto v0.22.0 |
2418 | 2023-11-30T05:43:22.931Z | Documenting pin-project v1.1.3 |
2419 | 2023-11-30T05:43:23.467Z | Documenting heapless v0.7.16 |
2420 | 2023-11-30T05:43:23.955Z | Documenting inout v0.1.3 |
2421 | 2023-11-30T05:43:24.283Z | Documenting diesel_derives v2.1.2 |
2422 | 2023-11-30T05:43:24.306Z | Documenting crossterm v0.27.0 |
2423 | 2023-11-30T05:43:26.092Z | Documenting md-5 v0.10.5 |
2424 | 2023-11-30T05:43:27.272Z | Documenting stringprep v0.1.3 |
2425 | 2023-11-30T05:43:28.346Z | Documenting serde_spanned v0.6.4 |
2426 | 2023-11-30T05:43:30.076Z | Documenting toml_datetime v0.6.5 |
2427 | 2023-11-30T05:43:31.060Z | Documenting doc-comment v0.3.3 |
2428 | 2023-11-30T05:43:32.744Z | Documenting pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
2429 | 2023-11-30T05:43:32.940Z | Documenting snafu-derive v0.7.5 |
2430 | 2023-11-30T05:43:33.346Z | Documenting siphasher v0.3.11 |
2431 | 2023-11-30T05:43:34.150Z | Documenting fallible-iterator v0.2.0 |
2432 | 2023-11-30T05:43:34.830Z | Documenting static_assertions v1.1.0 |
2433 | 2023-11-30T05:43:35.156Z | Documenting managed v0.8.0 |
2434 | 2023-11-30T05:43:35.984Z | Documenting bit-vec v0.6.3 |
2435 | 2023-11-30T05:43:36.603Z | Documenting winnow v0.5.15 |
2436 | 2023-11-30T05:43:37.723Z | Documenting either v1.9.0 |
2437 | 2023-11-30T05:43:38.406Z | Documenting diesel v2.1.4 |
2438 | 2023-11-30T05:43:39.367Z | Documenting phf_shared v0.11.2 |
2439 | 2023-11-30T05:43:40.187Z | Documenting smoltcp v0.9.1 |
2440 | 2023-11-30T05:43:41.693Z | Documenting postgres-protocol v0.6.6 |
2441 | 2023-11-30T05:43:42.726Z | Documenting cipher v0.4.4 |
2442 | 2023-11-30T05:43:43.868Z | Documenting zip v0.6.6 |
2443 | 2023-11-30T05:43:44.365Z | Documenting snafu v0.7.5 |
2444 | 2023-11-30T05:43:44.565Z | Documenting toml_edit v0.21.0 |
2445 | 2023-11-30T05:43:44.875Z | Documenting num-bigint v0.4.4 |
2446 | 2023-11-30T05:43:47.723Z | Documenting hubpack v0.1.2 |
2447 | 2023-11-30T05:43:50.821Z | Documenting bstr v1.6.0 |
2448 | 2023-11-30T05:43:51.016Z | Documenting regress v0.7.1 |
2449 | 2023-11-30T05:43:51.340Z | Documenting serde_repr v0.1.16 |
2450 | 2023-11-30T05:43:52.222Z | Documenting new_debug_unreachable v1.0.4 |
2451 | 2023-11-30T05:43:53.021Z | Documenting lalrpop-util v0.19.12 |
2452 | 2023-11-30T05:43:54.538Z | Documenting precomputed-hash v0.1.1 |
2453 | 2023-11-30T05:43:55.583Z | Documenting fixedbitset v0.4.2 |
2454 | 2023-11-30T05:43:56.469Z | Documenting yasna v0.5.2 |
2455 | 2023-11-30T05:43:58.075Z | Documenting gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e) |
2456 | 2023-11-30T05:43:58.710Z | Documenting postgres-types v0.2.6 |
2457 | 2023-11-30T05:43:59.346Z | Documenting phf v0.11.2 |
2458 | 2023-11-30T05:44:00.162Z | Documenting string_cache v0.8.7 |
2459 | 2023-11-30T05:44:00.463Z | Documenting petgraph v0.6.4 |
2460 | 2023-11-30T05:44:01.584Z | Documenting console v0.15.7 |
2461 | 2023-11-30T05:44:05.128Z | Documenting semver v1.0.20 |
2462 | 2023-11-30T05:44:05.956Z | Documenting float-cmp v0.9.0 |
2463 | 2023-11-30T05:44:07.717Z | Documenting difflib v0.4.0 |
2464 | 2023-11-30T05:44:07.988Z | Documenting normalize-line-endings v0.3.0 |
2465 | 2023-11-30T05:44:08.698Z | Documenting whoami v1.4.1 |
2466 | 2023-11-30T05:44:09.415Z | Checking unsafe-libyaml v0.2.9 |
2467 | 2023-11-30T05:44:11.124Z | Documenting predicates-core v1.0.6 |
2468 | 2023-11-30T05:44:11.268Z | Documenting heck v0.4.1 |
2469 | 2023-11-30T05:44:11.381Z | Documenting bit-set v0.5.3 |
2470 | 2023-11-30T05:44:11.398Z | Documenting similar v2.2.1 |
2471 | 2023-11-30T05:44:12.983Z | Documenting typify-macro v0.0.14 (https://github.com/oxidecomputer/typify#c9d6453f) |
2472 | 2023-11-30T05:44:13.450Z | Documenting tokio-stream v0.1.14 |
2473 | 2023-11-30T05:44:13.718Z | Documenting unsafe-libyaml v0.2.9 |
2474 | 2023-11-30T05:44:14.369Z | Documenting tokio-postgres v0.7.10 |
2475 | 2023-11-30T05:44:16.793Z | Documenting predicates v3.0.4 |
2476 | 2023-11-30T05:44:17.466Z | Checking ident_case v1.0.1 |
2477 | 2023-11-30T05:44:17.600Z | Documenting typify-impl v0.0.14 (https://github.com/oxidecomputer/typify#c9d6453f) |
2478 | 2023-11-30T05:44:17.674Z | Checking serde_yaml v0.9.25 |
2479 | 2023-11-30T05:44:17.963Z | Documenting progenitor-client v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#9339b576) |
2480 | 2023-11-30T05:44:19.470Z | Documenting serde_yaml v0.9.25 |
2481 | 2023-11-30T05:44:20.867Z | Documenting getopts v0.2.21 |
2482 | 2023-11-30T05:44:21.052Z | Documenting match_cfg v0.1.0 |
2483 | 2023-11-30T05:44:23.436Z | Documenting sha1 v0.10.6 |
2484 | 2023-11-30T05:44:25.162Z | Documenting hostname v0.3.1 |
2485 | 2023-11-30T05:44:25.723Z | Documenting dirs-sys-next v0.1.2 |
2486 | 2023-11-30T05:44:27.083Z | Documenting thread_local v1.1.7 |
2487 | 2023-11-30T05:44:27.858Z | Documenting progenitor-macro v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#9339b576) |
2488 | 2023-11-30T05:44:29.078Z | Documenting omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2489 | 2023-11-30T05:44:29.211Z | Documenting typify v0.0.14 (https://github.com/oxidecomputer/typify#c9d6453f) |
2490 | 2023-11-30T05:44:30.246Z | Documenting paste v1.0.14 |
2491 | 2023-11-30T05:44:30.818Z | Documenting crossbeam-channel v0.5.8 |
2492 | 2023-11-30T05:44:30.917Z | Documenting atty v0.2.14 |
2493 | 2023-11-30T05:44:31.403Z | Documenting dirs-next v2.0.0 |
2494 | 2023-11-30T05:44:33.433Z | Documenting take_mut v0.2.2 |
2495 | 2023-11-30T05:44:34.477Z | Documenting slog-json v2.6.1 |
2496 | 2023-11-30T05:44:35.582Z | Documenting camino v1.1.6 |
2497 | 2023-11-30T05:44:36.488Z | Documenting async-stream-impl v0.3.5 |
2498 | 2023-11-30T05:44:36.982Z | Documenting debug-ignore v1.0.5 |
2499 | 2023-11-30T05:44:37.201Z | Documenting term v0.7.0 |
2500 | 2023-11-30T05:44:38.908Z | Documenting slog-async v2.8.0 |
2501 | 2023-11-30T05:44:39.477Z | Documenting atomic-waker v1.1.1 |
2502 | 2023-11-30T05:44:39.676Z | Documenting progenitor-impl v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#9339b576) |
2503 | 2023-11-30T05:44:41.299Z | Documenting slog-bunyan v2.4.0 |
2504 | 2023-11-30T05:44:41.460Z | Checking darling_core v0.20.3 |
2505 | 2023-11-30T05:44:42.640Z | Documenting toml v0.8.8 |
2506 | 2023-11-30T05:44:43.047Z | Documenting slog-term v2.9.0 |
2507 | 2023-11-30T05:44:43.252Z | Documenting async-stream v0.3.5 |
2508 | 2023-11-30T05:44:43.661Z | Documenting waitgroup v0.1.2 |
2509 | 2023-11-30T05:44:44.436Z | Documenting dropshot_endpoint v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#ff87a017) |
2510 | 2023-11-30T05:44:45.220Z | Documenting multer v2.1.0 |
2511 | 2023-11-30T05:44:48.028Z | Documenting serde_path_to_error v0.1.14 |
2512 | 2023-11-30T05:44:48.843Z | Documenting strum v0.25.0 |
2513 | 2023-11-30T05:44:49.171Z | Checking darling v0.20.3 |
2514 | 2023-11-30T05:44:49.317Z | Documenting serde_with_macros v2.3.3 |
2515 | 2023-11-30T05:44:50.492Z | Documenting structmeta-derive v0.2.0 |
2516 | 2023-11-30T05:44:50.960Z | Checking structmeta v0.2.0 |
2517 | 2023-11-30T05:44:51.302Z | Documenting instant v0.1.12 |
2518 | 2023-11-30T05:44:51.387Z | Documenting progenitor v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#9339b576) |
2519 | 2023-11-30T05:44:52.330Z | Checking regex-syntax v0.7.5 |
2520 | 2023-11-30T05:44:52.480Z | Documenting serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
2521 | 2023-11-30T05:44:54.349Z | Documenting dropshot v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#ff87a017) |
2522 | 2023-11-30T05:44:54.449Z | Documenting macaddr v1.0.1 |
2523 | 2023-11-30T05:44:56.718Z | Documenting backoff v0.4.0 |
2524 | 2023-11-30T05:44:57.504Z | Documenting serde_with v2.3.3 |
2525 | 2023-11-30T05:44:57.517Z | Documenting api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2526 | 2023-11-30T05:44:57.987Z | Documenting structmeta v0.2.0 |
2527 | 2023-11-30T05:44:59.062Z | Checking illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2528 | 2023-11-30T05:45:00.376Z | Documenting fastrand v2.0.0 |
2529 | 2023-11-30T05:45:03.449Z | Documenting is-terminal v0.4.9 |
2530 | 2023-11-30T05:45:04.065Z | Documenting base64ct v1.6.0 |
2531 | 2023-11-30T05:45:04.568Z | Documenting parse-display-derive v0.8.2 |
2532 | 2023-11-30T05:45:05.284Z | Checking proc-macro-crate v1.3.1 |
2533 | 2023-11-30T05:45:05.627Z | Documenting proc-macro-crate v1.3.1 |
2534 | 2023-11-30T05:45:06.618Z | Documenting tempfile v3.8.1 |
2535 | 2023-11-30T05:45:07.921Z | Documenting proc-macro-error-attr v1.0.4 |
2536 | 2023-11-30T05:45:08.903Z | Checking proc-macro-error v1.0.4 |
2537 | 2023-11-30T05:45:09.310Z | Documenting postcard-cobs v0.1.5-pre |
2538 | 2023-11-30T05:45:10.304Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2539 | 2023-11-30T05:45:10.509Z | Documenting foreign-types-macros v0.2.3 |
2540 | 2023-11-30T05:45:13.015Z | Documenting num_enum_derive v0.5.11 |
2541 | 2023-11-30T05:45:13.307Z | Documenting parse-display v0.8.2 |
2542 | 2023-11-30T05:45:13.525Z | Documenting camino-tempfile v1.1.1 |
2543 | 2023-11-30T05:45:13.650Z | Documenting postcard v0.7.3 |
2544 | 2023-11-30T05:45:13.873Z | Documenting proc-macro-error v1.0.4 |
2545 | 2023-11-30T05:45:16.843Z | Documenting illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59) |
2546 | 2023-11-30T05:45:17.351Z | Documenting foreign-types-shared v0.3.1 |
2547 | 2023-11-30T05:45:17.408Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2548 | 2023-11-30T05:45:17.817Z | Documenting libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2549 | 2023-11-30T05:45:19.348Z | Documenting omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2550 | 2023-11-30T05:45:20.106Z | Documenting crucible-workspace-hack v0.1.0 |
2551 | 2023-11-30T05:45:20.402Z | Documenting nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2552 | 2023-11-30T05:45:20.645Z | Documenting cstr-argument v0.1.2 |
2553 | 2023-11-30T05:45:21.136Z | Documenting opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59) |
2554 | 2023-11-30T05:45:21.574Z | Documenting foreign-types v0.5.0 |
2555 | 2023-11-30T05:45:22.635Z | Documenting num_enum v0.5.11 |
2556 | 2023-11-30T05:45:24.109Z | Documenting kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59) |
2557 | 2023-11-30T05:45:25.460Z | Documenting rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
2558 | 2023-11-30T05:45:26.037Z | Documenting colored v2.0.4 |
2559 | 2023-11-30T05:45:26.749Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2560 | 2023-11-30T05:45:27.616Z | Documenting nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2561 | 2023-11-30T05:45:28.030Z | Documenting zone_cfg_derive v0.3.0 |
2562 | 2023-11-30T05:45:28.160Z | Documenting dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2563 | 2023-11-30T05:45:30.468Z | Documenting bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=54398875a2125227d13827d4236dce943c019b1c#54398875) |
2564 | 2023-11-30T05:45:30.543Z | Documenting opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59) |
2565 | 2023-11-30T05:45:31.890Z | Documenting rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
2566 | 2023-11-30T05:45:33.109Z | Documenting num-derive v0.4.0 |
2567 | 2023-11-30T05:45:33.911Z | Documenting smf v0.2.2 |
2568 | 2023-11-30T05:45:35.182Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2569 | 2023-11-30T05:45:35.849Z | Documenting zone v0.3.0 |
2570 | 2023-11-30T05:45:36.705Z | Documenting bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=54398875a2125227d13827d4236dce943c019b1c#54398875) |
2571 | 2023-11-30T05:45:37.008Z | Documenting linked-hash-map v0.5.6 |
2572 | 2023-11-30T05:45:38.166Z | Documenting libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#f114bd0d) |
2573 | 2023-11-30T05:45:39.675Z | Documenting oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59) |
2574 | 2023-11-30T05:45:39.909Z | Documenting password-hash v0.5.0 |
2575 | 2023-11-30T05:45:40.022Z | Documenting crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=51a3121c8318fc7ac97d74f917ce1d37962e785f#51a3121c) |
2576 | 2023-11-30T05:45:43.525Z | Documenting lru-cache v0.1.2 |
2577 | 2023-11-30T05:45:43.731Z | Documenting blake2 v0.10.6 |
2578 | 2023-11-30T05:45:43.954Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2579 | 2023-11-30T05:45:44.492Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
2580 | 2023-11-30T05:45:44.946Z | Documenting gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2581 | 2023-11-30T05:45:45.733Z | Documenting dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2582 | 2023-11-30T05:45:46.026Z | Checking heck v0.3.3 |
2583 | 2023-11-30T05:45:46.266Z | Documenting structopt-derive v0.4.18 |
2584 | 2023-11-30T05:45:46.975Z | Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2585 | 2023-11-30T05:45:48.761Z | Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2586 | 2023-11-30T05:45:49.306Z | Documenting illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
2587 | 2023-11-30T05:45:50.033Z | Documenting opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59) |
2588 | 2023-11-30T05:45:50.918Z | Documenting libefi-sys v0.1.0 |
2589 | 2023-11-30T05:45:51.554Z | Documenting argon2 v0.5.2 |
2590 | 2023-11-30T05:45:53.925Z | Documenting pem-rfc7468 v0.7.0 |
2591 | 2023-11-30T05:45:54.932Z | Documenting structopt v0.3.26 |
2592 | 2023-11-30T05:45:56.464Z | Documenting der_derive v0.7.2 |
2593 | 2023-11-30T05:45:56.868Z | Documenting flagset v0.4.3 |
2594 | 2023-11-30T05:45:59.258Z | Documenting omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2595 | 2023-11-30T05:46:00.049Z | Documenting quick-error v1.2.3 |
2596 | 2023-11-30T05:46:01.482Z | Documenting illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2597 | 2023-11-30T05:46:01.522Z | Documenting libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
2598 | 2023-11-30T05:46:01.523Z | Documenting tofino v0.1.0 (http://github.com/oxidecomputer/tofino?branch=main#8283f802) |
2599 | 2023-11-30T05:46:03.027Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2600 | 2023-11-30T05:46:04.278Z | Documenting der v0.7.8 |
2601 | 2023-11-30T05:46:05.362Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2602 | 2023-11-30T05:46:05.638Z | Documenting resolv-conf v0.7.0 |
2603 | 2023-11-30T05:46:06.156Z | Documenting cancel-safe-futures v0.1.5 |
2604 | 2023-11-30T05:46:08.512Z | Documenting convert_case v0.4.0 |
2605 | 2023-11-30T05:46:08.992Z | Documenting tap v1.0.1 |
2606 | 2023-11-30T05:46:09.408Z | Checking convert_case v0.4.0 |
2607 | 2023-11-30T05:46:09.711Z | Documenting radium v0.7.0 |
2608 | 2023-11-30T05:46:11.691Z | Documenting trust-dns-resolver v0.22.0 |
2609 | 2023-11-30T05:46:11.917Z | Documenting spki v0.7.2 |
2610 | 2023-11-30T05:46:13.309Z | Documenting wyz v0.5.1 |
2611 | 2023-11-30T05:46:14.169Z | Documenting derive_more v0.99.17 |
2612 | 2023-11-30T05:46:14.361Z | Documenting arc-swap v1.6.0 |
2613 | 2023-11-30T05:46:15.120Z | Documenting crc-catalog v2.2.0 |
2614 | 2023-11-30T05:46:17.812Z | Documenting funty v2.0.0 |
2615 | 2023-11-30T05:46:18.686Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2616 | 2023-11-30T05:46:18.902Z | Documenting pkcs8 v0.10.2 |
2617 | 2023-11-30T05:46:19.526Z | Documenting crc v3.0.1 |
2618 | 2023-11-30T05:46:20.256Z | Documenting slog-scope v4.4.0 |
2619 | 2023-11-30T05:46:20.612Z | Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2620 | 2023-11-30T05:46:22.490Z | Documenting num-rational v0.4.1 |
2621 | 2023-11-30T05:46:22.613Z | Documenting bitvec v1.0.1 |
2622 | 2023-11-30T05:46:22.754Z | Documenting hkdf v0.12.3 |
2623 | 2023-11-30T05:46:24.030Z | Documenting num-complex v0.4.4 |
2624 | 2023-11-30T05:46:25.394Z | Documenting packed_struct_codegen v0.10.1 |
2625 | 2023-11-30T05:46:25.575Z | Documenting nodrop v0.1.14 |
2626 | 2023-11-30T05:46:25.863Z | Documenting half v1.8.2 |
2627 | 2023-11-30T05:46:28.880Z | Documenting ciborium-io v0.2.1 |
2628 | 2023-11-30T05:46:29.871Z | Documenting array-init v0.0.4 |
2629 | 2023-11-30T05:46:30.155Z | Documenting slog-stdlog v4.1.1 |
2630 | 2023-11-30T05:46:30.467Z | Documenting pkcs1 v0.7.5 |
2631 | 2023-11-30T05:46:30.833Z | Checking internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns) |
2632 | 2023-11-30T05:46:31.345Z | Documenting num v0.4.1 |
2633 | 2023-11-30T05:46:32.042Z | Documenting slog-dtrace v0.2.3 |
2634 | 2023-11-30T05:46:33.767Z | Documenting packed_struct v0.10.1 |
2635 | 2023-11-30T05:46:34.461Z | Documenting ciborium-ll v0.2.1 |
2636 | 2023-11-30T05:46:34.767Z | Documenting num-bigint-dig v0.8.4 |
2637 | 2023-11-30T05:46:34.989Z | Documenting sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2638 | 2023-11-30T05:46:36.693Z | Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2639 | 2023-11-30T05:46:37.443Z | Documenting filetime v0.2.22 |
2640 | 2023-11-30T05:46:39.993Z | Documenting xattr v1.0.1 |
2641 | 2023-11-30T05:46:40.600Z | Documenting oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2642 | 2023-11-30T05:46:42.144Z | Documenting termcolor v1.2.0 |
2643 | 2023-11-30T05:46:43.508Z | Documenting swrite v0.1.0 |
2644 | 2023-11-30T05:46:44.962Z | Documenting bitfield v0.14.0 |
2645 | 2023-11-30T05:46:45.728Z | Documenting keccak v0.1.4 |
2646 | 2023-11-30T05:46:47.769Z | Documenting oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2647 | 2023-11-30T05:46:48.614Z | Documenting tar v0.4.40 |
2648 | 2023-11-30T05:46:48.740Z | Documenting env_logger v0.10.0 |
2649 | 2023-11-30T05:46:49.135Z | Documenting rsa v0.9.2 |
2650 | 2023-11-30T05:46:49.660Z | Documenting lpc55_areas v0.2.4 (https://github.com/oxidecomputer/lpc55_support#96f064ea) |
2651 | 2023-11-30T05:46:50.043Z | Documenting sha3 v0.10.8 |
2652 | 2023-11-30T05:46:51.022Z | Documenting ciborium v0.2.1 |
2653 | 2023-11-30T05:46:54.779Z | Documenting slog-envlogger v2.2.0 |
2654 | 2023-11-30T05:46:55.569Z | Documenting serde-hex v0.1.0 |
2655 | 2023-11-30T05:46:57.579Z | Documenting tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git#e644a21a) |
2656 | 2023-11-30T05:46:57.843Z | Documenting x509-cert v0.2.4 |
2657 | 2023-11-30T05:47:00.764Z | Documenting newtype_derive v0.1.6 |
2658 | 2023-11-30T05:47:01.997Z | Documenting libsw v3.3.0 |
2659 | 2023-11-30T05:47:02.793Z | Documenting pem v3.0.2 |
2660 | 2023-11-30T05:47:03.390Z | Documenting ron v0.8.1 |
2661 | 2023-11-30T05:47:04.611Z | Documenting fxhash v0.2.1 |
2662 | 2023-11-30T05:47:06.003Z | Documenting secrecy v0.8.0 |
2663 | 2023-11-30T05:47:06.265Z | Documenting derive-where v1.2.5 |
2664 | 2023-11-30T05:47:06.442Z | Documenting owo-colors v3.5.0 |
2665 | 2023-11-30T05:47:08.363Z | Documenting linear-map v1.2.0 |
2666 | 2023-11-30T05:47:08.550Z | Documenting utf-8 v0.7.6 |
2667 | 2023-11-30T05:47:09.177Z | Documenting crc-any v2.4.3 |
2668 | 2023-11-30T05:47:10.060Z | Documenting tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc.git#e644a21a) |
2669 | 2023-11-30T05:47:10.226Z | Documenting steno v0.4.0 |
2670 | 2023-11-30T05:47:12.144Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2671 | 2023-11-30T05:47:13.784Z | Documenting lpc55_sign v0.3.3 (https://github.com/oxidecomputer/lpc55_support#96f064ea) |
2672 | 2023-11-30T05:47:14.098Z | Documenting tungstenite v0.20.1 |
2673 | 2023-11-30T05:47:14.141Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
2674 | 2023-11-30T05:47:15.222Z | Documenting same-file v1.0.6 |
2675 | 2023-11-30T05:47:15.990Z | Documenting update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2676 | 2023-11-30T05:47:17.436Z | Documenting path-slash v0.1.5 |
2677 | 2023-11-30T05:47:21.724Z | Documenting walkdir v2.4.0 |
2678 | 2023-11-30T05:47:23.142Z | Documenting key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2679 | 2023-11-30T05:47:23.944Z | Documenting tokio-tungstenite v0.20.1 |
2680 | 2023-11-30T05:47:26.341Z | Documenting nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2681 | 2023-11-30T05:47:27.349Z | Documenting internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns) |
2682 | 2023-11-30T05:47:28.477Z | Documenting buf-list v1.0.3 |
2683 | 2023-11-30T05:47:29.767Z | Documenting hubtools v0.4.1 (https://github.com/oxidecomputer/hubtools.git?branch=main#73cd5a84) |
2684 | 2023-11-30T05:47:34.652Z | Compiling mg-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/mg-admin-client) |
2685 | 2023-11-30T05:47:35.016Z | Checking darling_core v0.14.4 |
2686 | 2023-11-30T05:47:35.477Z | Documenting itertools v0.12.0 |
2687 | 2023-11-30T05:47:37.876Z | Documenting nibble_vec v0.1.0 |
2688 | 2023-11-30T05:47:39.995Z | Documenting glob v0.3.1 |
2689 | 2023-11-30T05:47:44.319Z | Documenting endian-type v0.1.2 |
2690 | 2023-11-30T05:47:46.688Z | Checking darling v0.14.4 |
2691 | 2023-11-30T05:47:46.843Z | Documenting installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2692 | 2023-11-30T05:47:46.947Z | Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
2693 | 2023-11-30T05:47:47.686Z | Documenting nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2694 | 2023-11-30T05:47:48.682Z | Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
2695 | 2023-11-30T05:47:50.064Z | Documenting radix_trie v0.2.1 |
2696 | 2023-11-30T05:47:50.464Z | Compiling ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2697 | 2023-11-30T05:47:51.339Z | Documenting sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2698 | 2023-11-30T05:47:55.166Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
2699 | 2023-11-30T05:47:55.634Z | Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2700 | 2023-11-30T05:47:56.337Z | Documenting trust-dns-client v0.22.0 |
2701 | 2023-11-30T05:47:59.819Z | Documenting globset v0.4.13 |
2702 | 2023-11-30T05:48:04.434Z | Documenting crossbeam-deque v0.8.3 |
2703 | 2023-11-30T05:48:07.605Z | Documenting headers-core v0.2.0 |
2704 | 2023-11-30T05:48:10.285Z | Documenting olpc-cjson v0.1.3 |
2705 | 2023-11-30T05:48:10.618Z | Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
2706 | 2023-11-30T05:48:11.565Z | Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
2707 | 2023-11-30T05:48:12.185Z | Documenting serde_plain v1.0.2 |
2708 | 2023-11-30T05:48:12.197Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
2709 | 2023-11-30T05:48:13.021Z | Documenting async-recursion v1.0.5 |
2710 | 2023-11-30T05:48:14.508Z | Documenting display-error-chain v0.2.0 |
2711 | 2023-11-30T05:48:15.885Z | Documenting typed-path v0.6.0 |
2712 | 2023-11-30T05:48:17.319Z | Documenting headers v0.3.9 |
2713 | 2023-11-30T05:48:17.573Z | Documenting trust-dns-server v0.22.1 |
2714 | 2023-11-30T05:48:18.580Z | Documenting rayon-core v1.12.0 |
2715 | 2023-11-30T05:48:20.285Z | Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2716 | 2023-11-30T05:48:20.498Z | Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2717 | 2023-11-30T05:48:22.280Z | Documenting derive_builder_core v0.12.0 |
2718 | 2023-11-30T05:48:22.343Z | Checking derive_builder_core v0.12.0 |
2719 | 2023-11-30T05:48:22.433Z | Documenting sled v0.34.7 |
2720 | 2023-11-30T05:48:23.623Z | Documenting tough v0.15.0 |
2721 | 2023-11-30T05:48:23.833Z | Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2722 | 2023-11-30T05:48:24.028Z | Documenting sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2723 | 2023-11-30T05:48:24.875Z | Documenting unicase v2.7.0 |
2724 | 2023-11-30T05:48:25.124Z | Checking ipcc-key-value v0.1.0 (/work/oxidecomputer/omicron/ipcc-key-value) |
2725 | 2023-11-30T05:48:26.021Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
2726 | 2023-11-30T05:48:26.428Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2727 | 2023-11-30T05:48:26.873Z | Documenting bcs v0.1.6 |
2728 | 2023-11-30T05:48:27.178Z | Documenting ff v0.13.0 |
2729 | 2023-11-30T05:48:29.779Z | Documenting highway v1.1.0 |
2730 | 2023-11-30T05:48:30.815Z | Documenting pretty-hex v0.4.0 |
2731 | 2023-11-30T05:48:31.442Z | Documenting mime_guess v2.0.4 |
2732 | 2023-11-30T05:48:32.841Z | Documenting derive_builder_macro v0.12.0 |
2733 | 2023-11-30T05:48:33.249Z | Documenting rayon v1.8.0 |
2734 | 2023-11-30T05:48:33.364Z | Documenting group v0.13.0 |
2735 | 2023-11-30T05:48:35.538Z | Documenting oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2736 | 2023-11-30T05:48:35.727Z | Documenting dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2737 | 2023-11-30T05:48:38.358Z | Documenting omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
2738 | 2023-11-30T05:48:42.367Z | Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
2739 | 2023-11-30T05:48:44.767Z | Documenting dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
2740 | 2023-11-30T05:48:46.077Z | Documenting wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
2741 | 2023-11-30T05:48:54.283Z | Documenting portable-atomic v1.4.3 |
2742 | 2023-11-30T05:48:59.927Z | Documenting ed25519 v1.5.3 |
2743 | 2023-11-30T05:49:01.035Z | Documenting oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
2744 | 2023-11-30T05:49:04.410Z | Documenting universal-hash v0.5.1 |
2745 | 2023-11-30T05:49:04.618Z | Documenting crypto-bigint v0.5.2 |
2746 | 2023-11-30T05:49:04.651Z | Documenting kstat-rs v0.2.3 |
2747 | 2023-11-30T05:49:07.140Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
2748 | 2023-11-30T05:49:08.815Z | Documenting thiserror-impl-no-std v2.0.2 |
2749 | 2023-11-30T05:49:09.448Z | Documenting ref-cast-impl v1.0.20 |
2750 | 2023-11-30T05:49:11.875Z | Documenting curve25519-dalek-derive v0.1.0 |
2751 | 2023-11-30T05:49:14.505Z | Documenting vte_generate_state_changes v0.1.1 |
2752 | 2023-11-30T05:49:15.330Z | Documenting cassowary v0.3.0 |
2753 | 2023-11-30T05:49:17.050Z | Documenting opaque-debug v0.3.0 |
2754 | 2023-11-30T05:49:17.141Z | Documenting base16ct v0.2.0 |
2755 | 2023-11-30T05:49:17.693Z | Documenting number_prefix v0.4.0 |
2756 | 2023-11-30T05:49:18.967Z | Documenting curve25519-dalek v4.1.0 |
2757 | 2023-11-30T05:49:20.225Z | Documenting vte v0.11.1 |
2758 | 2023-11-30T05:49:21.232Z | Documenting ratatui v0.23.0 |
2759 | 2023-11-30T05:49:21.647Z | Documenting elliptic-curve v0.13.5 |
2760 | 2023-11-30T05:49:21.817Z | Documenting poly1305 v0.8.0 |
2761 | 2023-11-30T05:49:23.424Z | Documenting indicatif v0.17.7 |
2762 | 2023-11-30T05:49:26.803Z | Documenting ref-cast v1.0.20 |
2763 | 2023-11-30T05:49:27.736Z | Documenting thiserror-no-std v2.0.2 |
2764 | 2023-11-30T05:49:29.817Z | Documenting oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2765 | 2023-11-30T05:49:29.898Z | Documenting salty v0.2.0 |
2766 | 2023-11-30T05:49:30.961Z | Documenting derive_builder v0.12.0 |
2767 | 2023-11-30T05:49:32.130Z | Documenting ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2768 | 2023-11-30T05:49:32.347Z | Documenting oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2769 | 2023-11-30T05:49:32.845Z | Documenting mg-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/mg-admin-client) |
2770 | 2023-11-30T05:49:36.629Z | Documenting fs-err v2.11.0 |
2771 | 2023-11-30T05:49:37.201Z | Documenting polar-core v0.27.0 |
2772 | 2023-11-30T05:49:42.617Z | Documenting hubpack v0.1.0 (https://github.com/cbiffle/hubpack?rev=df08cc3a6e1f97381cd0472ae348e310f0119e25#df08cc3a) |
2773 | 2023-11-30T05:49:43.319Z | Documenting propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=54398875a2125227d13827d4236dce943c019b1c#54398875) |
2774 | 2023-11-30T05:49:49.326Z | Documenting nix v0.26.2 (https://github.com/jgallagher/nix?branch=r0.26-illumos#c1a3636d) |
2775 | 2023-11-30T05:49:50.104Z | Documenting libxml v0.3.3 |
2776 | 2023-11-30T05:49:50.516Z | Documenting ipcc-key-value v0.1.0 (/work/oxidecomputer/omicron/ipcc-key-value) |
2777 | 2023-11-30T05:49:59.533Z | Documenting tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
2778 | 2023-11-30T05:49:59.896Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
2779 | 2023-11-30T05:50:00.306Z | Documenting nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
2780 | 2023-11-30T05:50:02.566Z | Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2781 | 2023-11-30T05:50:03.024Z | Documenting crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=51a3121c8318fc7ac97d74f917ce1d37962e785f#51a3121c) |
2782 | 2023-11-30T05:50:03.883Z | Documenting chacha20 v0.9.1 |
2783 | 2023-11-30T05:50:05.150Z | Documenting db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
2784 | 2023-11-30T05:50:05.502Z | Documenting bb8 v0.8.1 |
2785 | 2023-11-30T05:50:06.380Z | Documenting aead v0.5.2 |
2786 | 2023-11-30T05:50:08.069Z | Documenting serde-big-array v0.5.1 |
2787 | 2023-11-30T05:50:09.885Z | Documenting quick-xml v0.23.1 |
2788 | 2023-11-30T05:50:11.444Z | Documenting bytesize v1.3.0 |
2789 | 2023-11-30T05:50:14.143Z | Documenting rtoolbox v0.0.1 |
2790 | 2023-11-30T05:50:14.894Z | Documenting oso-derive v0.27.0 |
2791 | 2023-11-30T05:50:15.174Z | Documenting impl-trait-for-tuples v0.2.2 |
2792 | 2023-11-30T05:50:15.691Z | Documenting is_ci v1.1.1 |
2793 | 2023-11-30T05:50:17.652Z | Documenting humantime v2.1.0 |
2794 | 2023-11-30T05:50:18.300Z | Documenting maplit v1.0.2 |
2795 | 2023-11-30T05:50:19.927Z | Documenting smawk v0.3.1 |
2796 | 2023-11-30T05:50:20.259Z | Documenting unicode-linebreak v0.1.5 |
2797 | 2023-11-30T05:50:21.183Z | Documenting supports-color v2.1.0 |
2798 | 2023-11-30T05:50:21.572Z | Documenting rpassword v7.3.1 |
2799 | 2023-11-30T05:50:23.496Z | Documenting tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
2800 | 2023-11-30T05:50:23.819Z | Documenting samael v0.0.10 (https://github.com/njaremko/samael?branch=master#52028e45) |
2801 | 2023-11-30T05:50:24.297Z | Documenting oso v0.27.0 |
2802 | 2023-11-30T05:50:24.687Z | Documenting chacha20poly1305 v0.10.1 |
2803 | 2023-11-30T05:50:26.037Z | Documenting textwrap v0.16.0 |
2804 | 2023-11-30T05:50:28.181Z | Documenting gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e) |
2805 | 2023-11-30T05:50:28.484Z | Documenting async-bb8-diesel v0.1.0 (https://github.com/oxidecomputer/async-bb8-diesel?rev=1446f7e0c1f05f33a0581abd51fa873c7652ab61#1446f7e0) |
2806 | 2023-11-30T05:50:28.975Z | Documenting nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
2807 | 2023-11-30T05:50:33.898Z | Documenting sprockets-common v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef) |
2808 | 2023-11-30T05:50:34.545Z | Documenting vsss-rs v3.3.1 |
2809 | 2023-11-30T05:50:41.119Z | Documenting tui-tree-widget v0.13.0 |
2810 | 2023-11-30T05:50:41.779Z | Documenting strip-ansi-escapes v0.2.0 |
2811 | 2023-11-30T05:50:42.552Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
2812 | 2023-11-30T05:50:45.306Z | Documenting wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
2813 | 2023-11-30T05:50:47.787Z | Checking tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
2814 | 2023-11-30T05:50:49.272Z | Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
2815 | 2023-11-30T05:50:50.453Z | Documenting cookie v0.18.0 |
2816 | 2023-11-30T05:50:54.090Z | Documenting diesel-dtrace v0.2.0 (https://github.com/oxidecomputer/diesel-dtrace?branch=main#c1252df7) |
2817 | 2023-11-30T05:50:56.353Z | Documenting rcgen v0.11.3 |
2818 | 2023-11-30T05:50:57.416Z | Documenting bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2819 | 2023-11-30T05:50:57.484Z | Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
2820 | 2023-11-30T05:50:58.086Z | Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
2821 | 2023-11-30T05:50:59.107Z | Documenting atomicwrites v0.4.2 |
2822 | 2023-11-30T05:51:05.799Z | Documenting signal-hook-tokio v0.3.1 |
2823 | 2023-11-30T05:51:06.298Z | Documenting authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
2824 | 2023-11-30T05:51:06.810Z | Documenting fd-lock v3.0.13 |
2825 | 2023-11-30T05:51:10.623Z | Documenting subprocess v0.2.9 |
2826 | 2023-11-30T05:51:12.991Z | Documenting http-range v0.1.5 |
2827 | 2023-11-30T05:51:13.572Z | Documenting corncobs v0.1.3 |
2828 | 2023-11-30T05:51:14.432Z | Documenting shell-words v1.1.0 |
2829 | 2023-11-30T05:51:16.301Z | Documenting nu-ansi-term v0.49.0 |
2830 | 2023-11-30T05:51:16.852Z | Documenting omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2831 | 2023-11-30T05:51:17.915Z | Documenting sprockets-rot v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef) |
2832 | 2023-11-30T05:51:18.588Z | Documenting hyper-staticfile v0.9.5 |
2833 | 2023-11-30T05:51:20.915Z | Documenting omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
2834 | 2023-11-30T05:51:21.597Z | Documenting wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
2835 | 2023-11-30T05:51:22.148Z | Documenting reedline v0.26.0 |
2836 | 2023-11-30T05:51:25.140Z | Documenting bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2837 | 2023-11-30T05:51:29.366Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2838 | 2023-11-30T05:51:30.690Z | Documenting oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
2839 | 2023-11-30T05:51:31.278Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
2840 | 2023-11-30T05:51:33.648Z | Documenting nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
2841 | 2023-11-30T05:51:33.952Z | Documenting nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
2842 | 2023-11-30T05:51:38.018Z | Documenting crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=51a3121c8318fc7ac97d74f917ce1d37962e785f#51a3121c) |
2843 | 2023-11-30T05:51:50.920Z | Documenting fatfs v0.3.6 |
2844 | 2023-11-30T05:51:55.345Z | Documenting nanorand v0.7.0 |
2845 | 2023-11-30T05:51:58.573Z | Documenting assert_matches v1.5.0 |
2846 | 2023-11-30T05:52:01.409Z | Documenting flume v0.11.0 |
2847 | 2023-11-30T05:52:02.331Z | Documenting omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2848 | 2023-11-30T05:52:02.812Z | Documenting sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
2849 | 2023-11-30T05:52:04.581Z | Documenting wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
2850 | 2023-11-30T05:52:05.472Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
2851 | 2023-11-30T05:52:05.970Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2852 | 2023-11-30T05:52:08.786Z | Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
2853 | 2023-11-30T05:52:08.903Z | Documenting installinator-artifactd v0.1.0 (/work/oxidecomputer/omicron/installinator-artifactd) |
2854 | 2023-11-30T05:52:10.232Z | Documenting installinator-artifact-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-artifact-client) |
2855 | 2023-11-30T05:52:34.728Z | Documenting omicron-zone-package v0.9.1 |
2856 | 2023-11-30T05:52:38.422Z | Documenting nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
2857 | 2023-11-30T05:52:43.413Z | Checking installinator-artifactd v0.1.0 (/work/oxidecomputer/omicron/installinator-artifactd) |
2858 | 2023-11-30T05:52:43.989Z | Checking installinator-artifact-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-artifact-client) |
2859 | 2023-11-30T05:52:44.615Z | Documenting termios v0.3.3 |
2860 | 2023-11-30T05:52:46.838Z | Documenting topological-sort v0.2.2 |
2861 | 2023-11-30T05:52:49.276Z | Documenting installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
2862 | 2023-11-30T05:52:50.368Z | Documenting gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
2863 | 2023-11-30T05:52:50.533Z | Documenting gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli) |
2864 | 2023-11-30T05:52:52.333Z | Documenting wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
2865 | 2023-11-30T05:52:53.663Z | Documenting omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
2866 | 2023-11-30T05:53:16.377Z | warning: unresolved link to `propolis_client::api::InstanceStateMonitorResponse` |
2867 | 2023-11-30T05:53:16.377Z | --> sled-agent/src/sim/instance.rs:46:7 |
2868 | 2023-11-30T05:53:16.377Z | | |
2869 | 2023-11-30T05:53:16.377Z | 46 | /// [`propolis_client::api::InstanceStateMonitorResponse`]. Transition requests |
2870 | 2023-11-30T05:53:16.378Z | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no item named `api` in module `propolis_client` |
2871 | 2023-11-30T05:53:16.378Z | | |
2872 | 2023-11-30T05:53:16.378Z | = note: `#[warn(rustdoc::broken_intra_doc_links)]` on by default |
2873 | 2023-11-30T05:53:16.378Z | |
2874 | 2023-11-30T05:53:20.303Z | warning: `omicron-sled-agent` (lib doc) generated 1 warning |
2875 | 2023-11-30T05:53:39.256Z | Documenting crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed) |
2876 | 2023-11-30T05:53:40.596Z | Documenting tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous) |
2877 | 2023-11-30T05:53:54.626Z | Documenting internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns-cli) |
2878 | 2023-11-30T05:53:55.020Z | Documenting caboose-util v0.1.0 (/work/oxidecomputer/omicron/caboose-util) |
2879 | 2023-11-30T05:53:59.838Z | Documenting oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
2880 | 2023-11-30T05:54:09.833Z | Documenting omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
2881 | 2023-11-30T05:54:40.757Z | Documenting omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
2882 | 2023-11-30T05:55:39.185Z | warning: unresolved link to `VolumeConstructionRequest` |
2883 | 2023-11-30T05:55:39.186Z | --> nexus/src/app/sagas/volume_delete.rs:338:7 |
2884 | 2023-11-30T05:55:39.186Z | | |
2885 | 2023-11-30T05:55:39.186Z | 338 | /// [`VolumeConstructionRequest`] is shown here): |
2886 | 2023-11-30T05:55:39.186Z | | ^^^^^^^^^^^^^^^^^^^^^^^^^ no item named `VolumeConstructionRequest` in scope |
2887 | 2023-11-30T05:55:39.186Z | | |
2888 | 2023-11-30T05:55:39.186Z | = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` |
2889 | 2023-11-30T05:55:39.186Z | = note: `#[warn(rustdoc::broken_intra_doc_links)]` on by default |
2890 | 2023-11-30T05:55:39.186Z | |
2891 | 2023-11-30T05:55:39.189Z | warning: unresolved link to `fd00:1122:3344:101::5` |
2892 | 2023-11-30T05:55:39.189Z | --> nexus/src/app/sagas/volume_delete.rs:348:17 |
2893 | 2023-11-30T05:55:39.189Z | | |
2894 | 2023-11-30T05:55:39.189Z | 348 | /// "[fd00:1122:3344:101::5]:1000", |
2895 | 2023-11-30T05:55:39.189Z | | ^^^^^^^^^^^^^^^^^^^^^ no item named `fd00:1122:3344:101` in scope |
2896 | 2023-11-30T05:55:39.189Z | |
2897 | 2023-11-30T05:55:39.189Z | warning: unresolved link to `fd00:1122:3344:102::9` |
2898 | 2023-11-30T05:55:39.189Z | --> nexus/src/app/sagas/volume_delete.rs:349:17 |
2899 | 2023-11-30T05:55:39.189Z | | |
2900 | 2023-11-30T05:55:39.189Z | 349 | /// "[fd00:1122:3344:102::9]:1000", |
2901 | 2023-11-30T05:55:39.189Z | | ^^^^^^^^^^^^^^^^^^^^^ no item named `fd00:1122:3344:102` in scope |
2902 | 2023-11-30T05:55:39.189Z | |
2903 | 2023-11-30T05:55:39.189Z | warning: unresolved link to `fd00:1122:3344:103::2` |
2904 | 2023-11-30T05:55:39.189Z | --> nexus/src/app/sagas/volume_delete.rs:350:17 |
2905 | 2023-11-30T05:55:39.189Z | | |
2906 | 2023-11-30T05:55:39.189Z | 350 | /// "[fd00:1122:3344:103::2]:1000" |
2907 | 2023-11-30T05:55:39.189Z | | ^^^^^^^^^^^^^^^^^^^^^ no item named `fd00:1122:3344:103` in scope |
2908 | 2023-11-30T05:55:39.189Z | |
2909 | 2023-11-30T05:55:39.189Z | warning: unresolved link to `fd00:1122:3344:101::5` |
2910 | 2023-11-30T05:55:39.189Z | --> nexus/src/app/sagas/volume_delete.rs:369:17 |
2911 | 2023-11-30T05:55:39.189Z | | |
2912 | 2023-11-30T05:55:39.189Z | 369 | /// "[fd00:1122:3344:101::5]:1001", <-- port changed |
2913 | 2023-11-30T05:55:39.189Z | | ^^^^^^^^^^^^^^^^^^^^^ no item named `fd00:1122:3344:101` in scope |
2914 | 2023-11-30T05:55:39.189Z | |
2915 | 2023-11-30T05:55:39.189Z | warning: unresolved link to `fd00:1122:3344:102::9` |
2916 | 2023-11-30T05:55:39.189Z | --> nexus/src/app/sagas/volume_delete.rs:370:17 |
2917 | 2023-11-30T05:55:39.189Z | | |
2918 | 2023-11-30T05:55:39.189Z | 370 | /// "[fd00:1122:3344:102::9]:1001", <-- port changed |
2919 | 2023-11-30T05:55:39.189Z | | ^^^^^^^^^^^^^^^^^^^^^ no item named `fd00:1122:3344:102` in scope |
2920 | 2023-11-30T05:55:39.189Z | |
2921 | 2023-11-30T05:55:39.189Z | warning: unresolved link to `fd00:1122:3344:103::2` |
2922 | 2023-11-30T05:55:39.189Z | --> nexus/src/app/sagas/volume_delete.rs:371:17 |
2923 | 2023-11-30T05:55:39.189Z | | |
2924 | 2023-11-30T05:55:39.189Z | 371 | /// "[fd00:1122:3344:103::2]:1001" <-- port changed |
2925 | 2023-11-30T05:55:39.189Z | | ^^^^^^^^^^^^^^^^^^^^^ no item named `fd00:1122:3344:103` in scope |
2926 | 2023-11-30T05:55:39.189Z | |
2927 | 2023-11-30T05:55:42.599Z | warning: `omicron-nexus` (lib doc) generated 7 warnings |
2928 | 2023-11-30T05:56:18.703Z | Finished dev [unoptimized + debuginfo] target(s) in 16m 02s |
2929 | 2023-11-30T05:56:18.800Z | |
2930 | 2023-11-30T05:56:18.804Z | real 16:02.985183038 |
2931 | 2023-11-30T05:56:18.805Z | user 51:37.406787585 |
2932 | 2023-11-30T05:56:18.805Z | sys 1:00:17.664390795 |
2933 | 2023-11-30T05:56:18.805Z | trap 1.850173898 |
2934 | 2023-11-30T05:56:18.805Z | tflt 0.801524124 |
2935 | 2023-11-30T05:56:18.805Z | dflt 0.580942214 |
2936 | 2023-11-30T05:56:18.805Z | kflt 0.000330684 |
2937 | 2023-11-30T05:56:18.805Z | lock 3:05:33.883244824 |
2938 | 2023-11-30T05:56:18.805Z | slp 4:02:02.707780482 |
2939 | 2023-11-30T05:56:18.805Z | lat 5:22.817840564 |
2940 | 2023-11-30T05:56:18.805Z | stop 1:19.819926472 |
2941 | 2023-11-30T05:56:18.805Z | process exited: duration 1756379 ms, exit code 0 |
|
2942 | 2023-11-30T05:56:18.821Z | found 0 output files |