|
|
|
1 | 2024-02-09T20:22:30.481Z | job assigned to worker 01HP7RGGKFBRTW9A3A239BGRH3 (queued for 1 m 9 s) |
|
2 | 2024-02-09T20:22:30.539Z | starting task 0: "setup" |
3 | 2024-02-09T20:22:30.631Z | ++ uname -s |
4 | 2024-02-09T20:22:30.634Z | + kern=SunOS |
5 | 2024-02-09T20:22:30.634Z | + case "$kern" in |
6 | 2024-02-09T20:22:30.634Z | + groupadd -g 12345 build |
7 | 2024-02-09T20:22:30.637Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
8 | 2024-02-09T20:22:32.643Z | + zfs create -o mountpoint=/work rpool/work |
9 | 2024-02-09T20:22:32.735Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
10 | 2024-02-09T20:22:32.738Z | + home_fs=zfs |
11 | 2024-02-09T20:22:32.738Z | + [[ zfs == autofs ]] |
12 | 2024-02-09T20:22:32.738Z | + mkdir -p /home/build |
13 | 2024-02-09T20:22:32.744Z | + chown build:build /home/build /work |
14 | 2024-02-09T20:22:34.745Z | + chmod 0700 /home/build /work |
15 | 2024-02-09T20:22:34.754Z | process exited: duration 4204 ms, exit code 0 |
|
16 | 2024-02-09T20:22:34.775Z | starting task 1: "rust-toolchain" |
17 | 2024-02-09T20:22:34.786Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
18 | 2024-02-09T20:22:34.786Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.72.1 --profile default |
19 | 2024-02-09T20:22:34.891Z | info: downloading installer |
20 | 2024-02-09T20:22:36.525Z | warning: it looks like you have an existing installation of Rust at: |
21 | 2024-02-09T20:22:36.525Z | warning: /opt/ooce/bin |
22 | 2024-02-09T20:22:36.525Z | warning: It is recommended that rustup be the primary Rust installation. |
23 | 2024-02-09T20:22:36.525Z | warning: Otherwise you may have confusion unless you are careful with your PATH |
24 | 2024-02-09T20:22:36.525Z | warning: If you are sure that you want both rustup and your already installed Rust |
25 | 2024-02-09T20:22:36.525Z | warning: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes |
26 | 2024-02-09T20:22:36.525Z | warning: or pass `-y' to ignore all ignorable checks. |
27 | 2024-02-09T20:22:36.526Z | error: cannot install while Rust is installed |
28 | 2024-02-09T20:22:36.552Z | warning: continuing (because the -y flag is set and the error is ignorable) |
29 | 2024-02-09T20:22:36.657Z | info: profile set to 'default' |
30 | 2024-02-09T20:22:36.658Z | info: default host triple is x86_64-unknown-illumos |
31 | 2024-02-09T20:22:36.665Z | info: syncing channel updates for '1.72.1-x86_64-unknown-illumos' |
32 | 2024-02-09T20:22:36.826Z | info: latest update on 2023-09-19, rust version 1.72.1 (d5c2e9c34 2023-09-13) |
33 | 2024-02-09T20:22:36.826Z | info: downloading component 'cargo' |
34 | 2024-02-09T20:22:37.716Z | info: downloading component 'clippy' |
35 | 2024-02-09T20:22:38.037Z | info: downloading component 'rust-docs' |
36 | 2024-02-09T20:22:40.602Z | info: downloading component 'rust-std' |
37 | 2024-02-09T20:22:42.427Z | info: downloading component 'rustc' |
38 | 2024-02-09T20:22:47.220Z | info: downloading component 'rustfmt' |
39 | 2024-02-09T20:22:47.512Z | info: installing component 'cargo' |
40 | 2024-02-09T20:22:48.433Z | info: installing component 'clippy' |
41 | 2024-02-09T20:22:48.862Z | info: installing component 'rust-docs' |
42 | 2024-02-09T20:22:50.373Z | info: installing component 'rust-std' |
43 | 2024-02-09T20:22:52.313Z | info: installing component 'rustc' |
44 | 2024-02-09T20:22:56.622Z | info: installing component 'rustfmt' |
45 | 2024-02-09T20:22:56.988Z | info: default toolchain set to '1.72.1-x86_64-unknown-illumos' |
46 | 2024-02-09T20:22:56.988Z | |
47 | 2024-02-09T20:22:57.262Z | 1.72.1-x86_64-unknown-illumos installed - rustc 1.72.1 (d5c2e9c34 2023-09-13) |
48 | 2024-02-09T20:22:57.262Z | |
49 | 2024-02-09T20:22:57.265Z | |
50 | 2024-02-09T20:22:57.265Z | Rust is installed now. Great! |
51 | 2024-02-09T20:22:57.266Z | |
52 | 2024-02-09T20:22:57.266Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
53 | 2024-02-09T20:22:57.266Z | environment variable. This has not been done automatically. |
54 | 2024-02-09T20:22:57.266Z | |
55 | 2024-02-09T20:22:57.266Z | To configure your current shell, run: |
56 | 2024-02-09T20:22:57.266Z | source "$HOME/.cargo/env" |
57 | 2024-02-09T20:22:57.311Z | + rustc --version |
58 | 2024-02-09T20:22:57.376Z | rustc 1.72.1 (d5c2e9c34 2023-09-13) |
59 | 2024-02-09T20:22:57.379Z | process exited: duration 22602 ms, exit code 0 |
|
60 | 2024-02-09T20:22:57.386Z | starting task 2: "authentication" |
61 | 2024-02-09T20:22:57.409Z | process exited: duration 21 ms, exit code 0 |
|
62 | 2024-02-09T20:22:57.419Z | starting task 3: "clone repository" |
63 | 2024-02-09T20:22:57.425Z | + mkdir -p /work/oxidecomputer/omicron |
64 | 2024-02-09T20:22:57.438Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
65 | 2024-02-09T20:22:57.664Z | Cloning into '/work/oxidecomputer/omicron'... |
66 | 2024-02-09T20:23:03.956Z | + cd /work/oxidecomputer/omicron |
67 | 2024-02-09T20:23:03.960Z | + git fetch origin ac788894b59e9191a1cc5e4620a3a8d67dbc600b |
68 | 2024-02-09T20:23:04.268Z | From https://github.com/oxidecomputer/omicron |
69 | 2024-02-09T20:23:04.268Z | * branch ac788894b59e9191a1cc5e4620a3a8d67dbc600b -> FETCH_HEAD |
70 | 2024-02-09T20:23:04.281Z | + [[ -n console-lookup-route ]] |
71 | 2024-02-09T20:23:04.281Z | ++ git branch --show-current |
72 | 2024-02-09T20:23:04.281Z | + current=main |
73 | 2024-02-09T20:23:04.281Z | + [[ main != console-lookup-route ]] |
74 | 2024-02-09T20:23:04.282Z | + git branch -f console-lookup-route ac788894b59e9191a1cc5e4620a3a8d67dbc600b |
75 | 2024-02-09T20:23:04.695Z | + git checkout -f console-lookup-route |
76 | 2024-02-09T20:23:04.698Z | Switched to branch 'console-lookup-route' |
77 | 2024-02-09T20:23:04.699Z | + git reset --hard ac788894b59e9191a1cc5e4620a3a8d67dbc600b |
78 | 2024-02-09T20:23:04.699Z | HEAD is now at ac788894b /lookup/* route for console |
79 | 2024-02-09T20:23:04.699Z | process exited: duration 7076 ms, exit code 0 |
|
80 | 2024-02-09T20:23:04.707Z | starting task 4: "build" |
81 | 2024-02-09T20:23:04.712Z | + cargo --version |
82 | 2024-02-09T20:23:04.717Z | info: syncing channel updates for '1.74.1-x86_64-unknown-illumos' |
83 | 2024-02-09T20:23:04.904Z | info: latest update on 2023-12-07, rust version 1.74.1 (a28077b28 2023-12-04) |
84 | 2024-02-09T20:23:04.904Z | info: downloading component 'cargo' |
85 | 2024-02-09T20:23:05.934Z | info: downloading component 'clippy' |
86 | 2024-02-09T20:23:06.261Z | info: downloading component 'rust-docs' |
87 | 2024-02-09T20:23:07.494Z | info: downloading component 'rust-std' |
88 | 2024-02-09T20:23:09.060Z | info: downloading component 'rustc' |
89 | 2024-02-09T20:23:12.417Z | info: downloading component 'rustfmt' |
90 | 2024-02-09T20:23:12.602Z | info: installing component 'cargo' |
91 | 2024-02-09T20:23:13.475Z | info: installing component 'clippy' |
92 | 2024-02-09T20:23:13.838Z | info: installing component 'rust-docs' |
93 | 2024-02-09T20:23:15.390Z | info: installing component 'rust-std' |
94 | 2024-02-09T20:23:17.088Z | info: installing component 'rustc' |
95 | 2024-02-09T20:23:21.201Z | info: installing component 'rustfmt' |
96 | 2024-02-09T20:23:21.581Z | cargo 1.74.1 (ecb9851af 2023-10-18) |
97 | 2024-02-09T20:23:21.585Z | + rustc --version |
98 | 2024-02-09T20:23:21.660Z | rustc 1.74.1 (a28077b28 2023-12-04) |
99 | 2024-02-09T20:23:21.664Z | + source ./env.sh |
100 | 2024-02-09T20:23:21.664Z | ++ set -o xtrace |
101 | 2024-02-09T20:23:21.664Z | ++++ dirname ./env.sh |
102 | 2024-02-09T20:23:21.690Z | +++ cd . |
103 | 2024-02-09T20:23:21.693Z | +++ echo /work/oxidecomputer/omicron |
104 | 2024-02-09T20:23:21.693Z | ++ OMICRON_WS=/work/oxidecomputer/omicron |
105 | 2024-02-09T20:23:21.693Z | ++ export PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
106 | 2024-02-09T20:23:21.693Z | ++ PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
107 | 2024-02-09T20:23:21.693Z | ++ 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 |
108 | 2024-02-09T20:23:21.693Z | ++ 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 |
109 | 2024-02-09T20:23:21.693Z | ++ 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 |
110 | 2024-02-09T20:23:21.693Z | ++ 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 |
111 | 2024-02-09T20:23:21.693Z | ++ 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 |
112 | 2024-02-09T20:23:21.693Z | ++ 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 |
113 | 2024-02-09T20:23:21.694Z | ++ unset OMICRON_WS |
114 | 2024-02-09T20:23:21.694Z | ++ set +o xtrace |
115 | 2024-02-09T20:23:21.725Z | |
116 | 2024-02-09T20:23:21.725Z | ##### ##### ###### ##### ###### #### # # # #### # |
117 | 2024-02-09T20:23:21.725Z | # # # # # # # # # # # # # # # |
118 | 2024-02-09T20:23:21.725Z | # # # # ##### # # ##### # # # # # #### # |
119 | 2024-02-09T20:23:21.725Z | ##### ##### # ##### # # # # # # # # # |
120 | 2024-02-09T20:23:21.725Z | # # # # # # # # # # # # # # # |
121 | 2024-02-09T20:23:21.725Z | # # # ###### # # ###### ### # #### # #### # |
122 | 2024-02-09T20:23:21.725Z | |
123 | 2024-02-09T20:23:30.405Z | Startup: Refreshing catalog 'helios-dev' ... Done |
124 | 2024-02-09T20:23:31.546Z | Startup: Caching catalogs ... Done |
125 | 2024-02-09T20:23:32.667Z | Planning: Solver setup ... Done (0.801s) |
126 | 2024-02-09T20:23:32.685Z | Planning: Running solver ... Done (0.019s) |
127 | 2024-02-09T20:23:32.852Z | Planning: Finding local manifests ... Done (0.151s) |
128 | 2024-02-09T20:23:32.878Z | Planning: Fetching manifests: 0/4 0% complete |
129 | 2024-02-09T20:23:33.079Z | Planning: Fetching manifests: 4/4 100% complete |
130 | 2024-02-09T20:23:33.127Z | Planning: Package planning ... Done (0.048s) |
131 | 2024-02-09T20:23:33.178Z | Planning: Merging actions ... Done (0.051s) |
132 | 2024-02-09T20:23:34.022Z | Planning: Checking for conflicting actions ... Done (0.843s) |
133 | 2024-02-09T20:23:34.032Z | Planning: Consolidating action changes ... Done (0.011s) |
134 | 2024-02-09T20:23:37.429Z | Planning: Evaluating mediators ... Done (3.395s) |
135 | 2024-02-09T20:23:37.438Z | Planning: Planning completed in 5.84 seconds |
136 | 2024-02-09T20:23:37.459Z | Packages to install: 4 |
137 | 2024-02-09T20:23:37.459Z | Mediators to change: 2 |
138 | 2024-02-09T20:23:37.467Z | Services to change: 1 |
139 | 2024-02-09T20:23:37.467Z | Estimated space available: 148.87 GB |
140 | 2024-02-09T20:23:37.467Z | Estimated space to be consumed: 1.41 GB |
141 | 2024-02-09T20:23:37.467Z | Create boot environment: No |
142 | 2024-02-09T20:23:37.467Z | Create backup boot environment: No |
143 | 2024-02-09T20:23:37.467Z | Rebuild boot archive: No |
144 | 2024-02-09T20:23:37.467Z | |
145 | 2024-02-09T20:23:37.467Z | Changed mediators: |
146 | 2024-02-09T20:23:37.467Z | mediator clang: |
147 | 2024-02-09T20:23:37.467Z | version: None -> 15 (system default) |
148 | 2024-02-09T20:23:37.467Z | |
149 | 2024-02-09T20:23:37.467Z | mediator llvm: |
150 | 2024-02-09T20:23:37.468Z | version: 14 (system default) -> 15 (system default) |
151 | 2024-02-09T20:23:37.468Z | |
152 | 2024-02-09T20:23:37.468Z | Changed packages: |
153 | 2024-02-09T20:23:37.468Z | helios-dev |
154 | 2024-02-09T20:23:37.468Z | developer/build-essential |
155 | 2024-02-09T20:23:37.468Z | None -> 11-2.0 |
156 | 2024-02-09T20:23:37.468Z | library/libxmlsec1 |
157 | 2024-02-09T20:23:37.468Z | None -> 1.2.35-2.0 |
158 | 2024-02-09T20:23:37.468Z | ooce/developer/clang-15 |
159 | 2024-02-09T20:23:37.468Z | None -> 15.0.7-2.0 |
160 | 2024-02-09T20:23:37.468Z | ooce/developer/llvm-15 |
161 | 2024-02-09T20:23:37.468Z | None -> 15.0.7-2.0 |
162 | 2024-02-09T20:23:37.468Z | |
163 | 2024-02-09T20:23:37.468Z | Services: |
164 | 2024-02-09T20:23:37.468Z | restart_fmri: |
165 | 2024-02-09T20:23:37.468Z | svc:/system/update-man-index:default |
166 | 2024-02-09T20:23:37.710Z | |
167 | 2024-02-09T20:23:37.710Z | Download: 0/3290 items 0.0/212.6MB 0% complete |
168 | 2024-02-09T20:23:42.723Z | Download: 794/3290 items 18.6/212.6MB 8% complete (3.9M/s) |
169 | 2024-02-09T20:23:48.123Z | Download: 1198/3290 items 83.5/212.6MB 39% complete (9.4M/s) |
170 | 2024-02-09T20:23:53.365Z | Download: 2217/3290 items 119.2/212.6MB 56% complete (10.1M/s) |
171 | 2024-02-09T20:23:58.373Z | Download: 2917/3290 items 120.9/212.6MB 56% complete (3.8M/s) |
172 | 2024-02-09T20:24:03.820Z | Download: 3286/3290 items 210.0/212.6MB 98% complete (9.1M/s) |
173 | 2024-02-09T20:24:03.913Z | Download: Completed 212.60 MB in 26.20 seconds (8.1M/s) |
174 | 2024-02-09T20:24:04.322Z | Actions: 1/3689 actions (Installing new actions) |
175 | 2024-02-09T20:24:09.542Z | Actions: 3625/3689 actions (Installing new actions) |
176 | 2024-02-09T20:24:09.588Z | Actions: Completed 3689 actions in 5.27 seconds. |
177 | 2024-02-09T20:24:09.754Z | Done (0.160s) |
178 | 2024-02-09T20:24:09.754Z | Done (0.000s) |
179 | 2024-02-09T20:24:09.958Z | Done (0.203s) |
180 | 2024-02-09T20:24:15.463Z | Done (5.385s) |
181 | 2024-02-09T20:24:15.622Z | Done (0.088s) |
182 | 2024-02-09T20:24:15.625Z | Done (0.000s) |
183 | 2024-02-09T20:24:15.794Z | Done (0.000s) |
184 | 2024-02-09T20:24:16.282Z | Planning: Evaluating mediator changes ... Done |
185 | 2024-02-09T20:24:16.440Z | Planning: Checking for conflicting actions ... Done |
186 | 2024-02-09T20:24:16.444Z | Planning: Consolidating action changes ... Done |
187 | 2024-02-09T20:24:16.710Z | Planning: Evaluating mediators ... Done |
188 | 2024-02-09T20:24:16.715Z | Planning: Planning completed in 0.43 seconds |
189 | 2024-02-09T20:24:16.748Z | Mediators to change: 2 |
190 | 2024-02-09T20:24:16.759Z | Create boot environment: No |
191 | 2024-02-09T20:24:16.759Z | Create backup boot environment: No |
192 | 2024-02-09T20:24:16.827Z | Done |
193 | 2024-02-09T20:24:16.827Z | Done |
194 | 2024-02-09T20:24:16.945Z | Done |
195 | 2024-02-09T20:24:20.578Z | Done |
196 | 2024-02-09T20:24:20.666Z | Done |
197 | 2024-02-09T20:24:20.669Z | Done |
198 | 2024-02-09T20:24:20.776Z | Done |
199 | 2024-02-09T20:24:21.405Z | Planning: Evaluating mediator changes ... Done |
200 | 2024-02-09T20:24:21.408Z | Planning: Merging actions ... Done |
201 | 2024-02-09T20:24:21.594Z | Planning: Checking for conflicting actions ... Done |
202 | 2024-02-09T20:24:21.597Z | Planning: Consolidating action changes ... Done |
203 | 2024-02-09T20:24:21.856Z | Planning: Evaluating mediators ... Done |
204 | 2024-02-09T20:24:21.912Z | Planning: Planning completed in 0.78 seconds |
205 | 2024-02-09T20:24:21.946Z | Packages to change: 1 |
206 | 2024-02-09T20:24:21.946Z | Mediators to change: 1 |
207 | 2024-02-09T20:24:21.949Z | Services to change: 1 |
208 | 2024-02-09T20:24:21.949Z | Create boot environment: No |
209 | 2024-02-09T20:24:21.949Z | Create backup boot environment: Yes |
210 | 2024-02-09T20:24:23.763Z | Actions: 1/6 actions (Updating modified actions) |
211 | 2024-02-09T20:24:23.810Z | Actions: Completed 6 actions in 0.05 seconds. |
212 | 2024-02-09T20:24:23.813Z | Done |
213 | 2024-02-09T20:24:23.813Z | Done |
214 | 2024-02-09T20:24:23.856Z | Done |
215 | 2024-02-09T20:24:27.435Z | Done |
216 | 2024-02-09T20:24:27.524Z | Done |
217 | 2024-02-09T20:24:27.527Z | Done |
218 | 2024-02-09T20:24:27.637Z | Done |
219 | 2024-02-09T20:24:28.064Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
220 | 2024-02-09T20:24:28.064Z | clang system 15 system |
221 | 2024-02-09T20:24:28.064Z | csh system system illumos |
222 | 2024-02-09T20:24:28.064Z | ctags system system illumos |
223 | 2024-02-09T20:24:28.065Z | gcc vendor 12 vendor |
224 | 2024-02-09T20:24:28.065Z | gcc system 10 system |
225 | 2024-02-09T20:24:28.065Z | gcc system 7 system |
226 | 2024-02-09T20:24:28.065Z | go system 1.20 system |
227 | 2024-02-09T20:24:28.065Z | go system 1.19 system |
228 | 2024-02-09T20:24:28.065Z | llvm system 15 system |
229 | 2024-02-09T20:24:28.065Z | llvm system 14 system |
230 | 2024-02-09T20:24:28.065Z | mariadb system 10.6 system |
231 | 2024-02-09T20:24:28.065Z | mta vendor vendor dma |
232 | 2024-02-09T20:24:28.065Z | openjdk system 17 system |
233 | 2024-02-09T20:24:28.065Z | openjdk system 11 system |
234 | 2024-02-09T20:24:28.065Z | openjdk system 1.8 system |
235 | 2024-02-09T20:24:28.065Z | openssl vendor 3 vendor |
236 | 2024-02-09T20:24:28.065Z | perl system 5.36 system |
237 | 2024-02-09T20:24:28.065Z | postgresql system 15 system |
238 | 2024-02-09T20:24:28.065Z | postgresql system 13 system |
239 | 2024-02-09T20:24:28.065Z | python vendor 3 vendor |
240 | 2024-02-09T20:24:28.065Z | python system 2 system |
241 | 2024-02-09T20:24:28.065Z | python3 system 3.11 system |
242 | 2024-02-09T20:24:28.065Z | ruby system 3.0 system |
243 | 2024-02-09T20:24:28.065Z | words vendor vendor american-english |
244 | 2024-02-09T20:24:28.065Z | words system system australian-english |
245 | 2024-02-09T20:24:28.065Z | words system system british-english |
246 | 2024-02-09T20:24:28.065Z | words system system canadian-english |
247 | 2024-02-09T20:24:28.065Z | words system system french |
248 | 2024-02-09T20:24:28.066Z | words system system italian |
249 | 2024-02-09T20:24:28.066Z | words system system ngerman |
250 | 2024-02-09T20:24:28.066Z | words system system ogerman |
251 | 2024-02-09T20:24:28.066Z | words system system spanish |
252 | 2024-02-09T20:24:28.387Z | FMRI IFO |
253 | 2024-02-09T20:24:28.387Z | pkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im- |
254 | 2024-02-09T20:24:28.387Z | pkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i-- |
255 | 2024-02-09T20:24:28.387Z | pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im- |
256 | 2024-02-09T20:24:28.388Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im- |
257 | 2024-02-09T20:24:28.388Z | pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i-- |
258 | 2024-02-09T20:24:28.388Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z i-- |
259 | 2024-02-09T20:24:28.388Z | pkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z i-- |
260 | 2024-02-09T20:24:28.388Z | pkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z i-- |
261 | 2024-02-09T20:24:28.435Z | + set -o errexit |
262 | 2024-02-09T20:24:28.450Z | +++ dirname ./tools/ci_download_cockroachdb |
263 | 2024-02-09T20:24:28.450Z | ++ cd ./tools |
264 | 2024-02-09T20:24:28.450Z | ++ pwd |
265 | 2024-02-09T20:24:28.450Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
266 | 2024-02-09T20:24:28.450Z | ++ basename ./tools/ci_download_cockroachdb |
267 | 2024-02-09T20:24:28.450Z | + ARG0=ci_download_cockroachdb |
268 | 2024-02-09T20:24:28.450Z | ++ cat /work/oxidecomputer/omicron/tools/cockroachdb_version |
269 | 2024-02-09T20:24:28.450Z | + CIDL_VERSION=v22.1.9 |
270 | 2024-02-09T20:24:28.450Z | + source /work/oxidecomputer/omicron/tools/cockroachdb_checksums |
271 | 2024-02-09T20:24:28.450Z | ++ CIDL_SHA256_DARWIN=1ca69e0911af11a73305c3c6f4650b912d70754900b5bf7b80a1d361efe36561 |
272 | 2024-02-09T20:24:28.450Z | ++ CIDL_SHA256_LINUX=24c321820e7ee45fa07fe91ac138befe13ad860e41c6ed595ce58823205ff4a9 |
273 | 2024-02-09T20:24:28.450Z | ++ CIDL_SHA256_ILLUMOS=f151714ba3a6e02caaaa59727482c36085e60d6bd2fa963938e9a3d8c8a77088 |
274 | 2024-02-09T20:24:28.451Z | + TARGET_DIR=out |
275 | 2024-02-09T20:24:28.451Z | + DOWNLOAD_DIR=out/downloads |
276 | 2024-02-09T20:24:28.451Z | + DEST_DIR=./out/cockroachdb |
277 | 2024-02-09T20:24:28.451Z | + CIDL_URL_COCKROACH=https://binaries.cockroachdb.com |
278 | 2024-02-09T20:24:28.451Z | + CIDL_URL_ILLUMOS=https://illumos.org/downloads |
279 | 2024-02-09T20:24:28.451Z | + main |
280 | 2024-02-09T20:24:28.451Z | + [[ 0 != 0 ]] |
281 | 2024-02-09T20:24:28.451Z | + CIDL_OS=solaris2.11 |
282 | 2024-02-09T20:24:28.451Z | + [[ 0 != 0 ]] |
283 | 2024-02-09T20:24:28.451Z | + configure_os solaris2.11 |
284 | 2024-02-09T20:24:28.451Z | + echo 'current directory: /work/oxidecomputer/omicron' |
285 | 2024-02-09T20:24:28.451Z | current directory: /work/oxidecomputer/omicron |
286 | 2024-02-09T20:24:28.451Z | + echo 'configuring based on OS: "solaris2.11"' |
287 | 2024-02-09T20:24:28.451Z | + case "$1" in |
288 | 2024-02-09T20:24:28.451Z | configuring based on OS: "solaris2.11" |
289 | 2024-02-09T20:24:28.451Z | + CIDL_BUILD=illumos |
290 | 2024-02-09T20:24:28.451Z | + CIDL_SUFFIX=tar.gz |
291 | 2024-02-09T20:24:28.451Z | + CIDL_SHA256=f151714ba3a6e02caaaa59727482c36085e60d6bd2fa963938e9a3d8c8a77088 |
292 | 2024-02-09T20:24:28.451Z | + CIDL_URL_BASE=https://illumos.org/downloads |
293 | 2024-02-09T20:24:28.451Z | + CIDL_ASSEMBLE=do_assemble_illumos |
294 | 2024-02-09T20:24:28.451Z | + TARBALL_DIRNAME=cockroach-v22.1.9.illumos |
295 | 2024-02-09T20:24:28.451Z | + TARBALL_FILENAME=cockroach-v22.1.9.illumos.tar.gz |
296 | 2024-02-09T20:24:28.451Z | + TARBALL_FILE=out/downloads/cockroach-v22.1.9.illumos.tar.gz |
297 | 2024-02-09T20:24:28.451Z | + TARBALL_DIR=out/downloads/cockroach-v22.1.9.illumos |
298 | 2024-02-09T20:24:28.451Z | + CIDL_URL=https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz |
299 | 2024-02-09T20:24:28.452Z | + CIDL_SHA256FUNC=do_sha256sum |
300 | 2024-02-09T20:24:28.452Z | + echo 'URL: https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz' |
301 | 2024-02-09T20:24:28.452Z | URL: https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz |
302 | 2024-02-09T20:24:28.452Z | + echo 'Local file: out/downloads/cockroach-v22.1.9.illumos.tar.gz' |
303 | 2024-02-09T20:24:28.452Z | + mkdir -p out/downloads |
304 | 2024-02-09T20:24:28.452Z | Local file: out/downloads/cockroach-v22.1.9.illumos.tar.gz |
305 | 2024-02-09T20:24:28.452Z | + mkdir -p ./out/cockroachdb |
306 | 2024-02-09T20:24:28.452Z | + local DO_DOWNLOAD=true |
307 | 2024-02-09T20:24:28.452Z | + [[ -f out/downloads/cockroach-v22.1.9.illumos.tar.gz ]] |
308 | 2024-02-09T20:24:28.452Z | + '[' true == true ']' |
309 | 2024-02-09T20:24:28.452Z | + echo Downloading... |
310 | 2024-02-09T20:24:28.452Z | Downloading... |
311 | 2024-02-09T20:24:28.452Z | + do_download_curl https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz out/downloads/cockroach-v22.1.9.illumos.tar.gz |
312 | 2024-02-09T20:24:28.452Z | + 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 |
313 | 2024-02-09T20:24:31.232Z | ++ do_sha256sum out/downloads/cockroach-v22.1.9.illumos.tar.gz |
314 | 2024-02-09T20:24:31.235Z | ++ sha256sum |
315 | 2024-02-09T20:24:31.236Z | ++ awk '{print $1}' |
316 | 2024-02-09T20:24:31.348Z | + calculated_sha256=f151714ba3a6e02caaaa59727482c36085e60d6bd2fa963938e9a3d8c8a77088 |
317 | 2024-02-09T20:24:31.348Z | + [[ f151714ba3a6e02caaaa59727482c36085e60d6bd2fa963938e9a3d8c8a77088 != \f\1\5\1\7\1\4\b\a\3\a\6\e\0\2\c\a\a\a\a\5\9\7\2\7\4\8\2\c\3\6\0\8\5\e\6\0\d\6\b\d\2\f\a\9\6\3\9\3\8\e\9\a\3\d\8\c\8\a\7\7\0\8\8 ]] |
318 | 2024-02-09T20:24:31.351Z | + do_untar out/downloads/cockroach-v22.1.9.illumos.tar.gz |
319 | 2024-02-09T20:24:31.352Z | + tar xzf out/downloads/cockroach-v22.1.9.illumos.tar.gz -C out/downloads |
320 | 2024-02-09T20:24:33.540Z | + do_assemble_illumos |
321 | 2024-02-09T20:24:33.540Z | + rm -r ./out/cockroachdb |
322 | 2024-02-09T20:24:33.547Z | + cp -r out/downloads/cockroach-v22.1.9 ./out/cockroachdb |
323 | 2024-02-09T20:24:33.911Z | + ./out/cockroachdb/bin/cockroach version |
324 | 2024-02-09T20:24:34.065Z | Build Tag: v22.1.9-dirty |
325 | 2024-02-09T20:24:34.065Z | Build Time: 2022/10/26 21:17:46 |
326 | 2024-02-09T20:24:34.065Z | Distribution: OSS |
327 | 2024-02-09T20:24:34.065Z | Platform: illumos amd64 (x86_64-pc-solaris2.11) |
328 | 2024-02-09T20:24:34.065Z | Go Version: go1.17.13 |
329 | 2024-02-09T20:24:34.066Z | C Compiler: gcc 10.3.0 |
330 | 2024-02-09T20:24:34.066Z | Build Commit ID: e438c2f89282e607e0e6ca1d38b2e0a622f94493 |
331 | 2024-02-09T20:24:34.066Z | Build Type: release |
332 | 2024-02-09T20:24:34.082Z | + set -o errexit |
333 | 2024-02-09T20:24:34.085Z | +++ dirname ./tools/ci_download_clickhouse |
334 | 2024-02-09T20:24:34.087Z | ++ cd ./tools |
335 | 2024-02-09T20:24:34.088Z | ++ pwd |
336 | 2024-02-09T20:24:34.088Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
337 | 2024-02-09T20:24:34.088Z | ++ basename ./tools/ci_download_clickhouse |
338 | 2024-02-09T20:24:34.091Z | + ARG0=ci_download_clickhouse |
339 | 2024-02-09T20:24:34.091Z | + TARGET_DIR=out |
340 | 2024-02-09T20:24:34.091Z | + DOWNLOAD_DIR=out/downloads |
341 | 2024-02-09T20:24:34.091Z | + DEST_DIR=./out/clickhouse |
342 | 2024-02-09T20:24:34.091Z | ++ cat /work/oxidecomputer/omicron/tools/clickhouse_version |
343 | 2024-02-09T20:24:34.091Z | + CIDL_VERSION=v22.8.9.24 |
344 | 2024-02-09T20:24:34.091Z | + source /work/oxidecomputer/omicron/tools/clickhouse_checksums |
345 | 2024-02-09T20:24:34.091Z | ++ CIDL_MD5_DARWIN=20603974a929926591fca70ff1df0e45 |
346 | 2024-02-09T20:24:34.091Z | ++ CIDL_MD5_LINUX=ea909519bd9d989fd5d090fd9bdd42f1 |
347 | 2024-02-09T20:24:34.091Z | ++ CIDL_MD5_ILLUMOS=7702939ce5b4b51846a1ba39f1392306 |
348 | 2024-02-09T20:24:34.091Z | + CIDL_URL_BASE=https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com |
349 | 2024-02-09T20:24:34.097Z | + main |
350 | 2024-02-09T20:24:34.098Z | + [[ 0 != 0 ]] |
351 | 2024-02-09T20:24:34.098Z | + CIDL_OS=solaris2.11 |
352 | 2024-02-09T20:24:34.098Z | + [[ 0 != 0 ]] |
353 | 2024-02-09T20:24:34.098Z | + configure_os solaris2.11 |
354 | 2024-02-09T20:24:34.098Z | + echo 'current directory: /work/oxidecomputer/omicron' |
355 | 2024-02-09T20:24:34.098Z | current directory: /work/oxidecomputer/omicron |
356 | 2024-02-09T20:24:34.098Z | configuring based on OS: "solaris2.11" |
357 | 2024-02-09T20:24:34.098Z | + echo 'configuring based on OS: "solaris2.11"' |
358 | 2024-02-09T20:24:34.098Z | + CIDL_DASHREV= |
359 | 2024-02-09T20:24:34.098Z | + case "$1" in |
360 | 2024-02-09T20:24:34.098Z | + CIDL_PLATFORM=illumos |
361 | 2024-02-09T20:24:34.098Z | + CIDL_MD5=7702939ce5b4b51846a1ba39f1392306 |
362 | 2024-02-09T20:24:34.098Z | + CIDL_MD5FUNC=do_md5sum |
363 | 2024-02-09T20:24:34.098Z | + CIDL_DASHREV=-1 |
364 | 2024-02-09T20:24:34.098Z | + TARBALL_DIRNAME=clickhouse-v22.8.9.24 |
365 | 2024-02-09T20:24:34.098Z | + TARBALL_FILENAME=clickhouse-v22.8.9.24-1.illumos.tar.gz |
366 | 2024-02-09T20:24:34.098Z | + TARBALL_FILE=out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz |
367 | 2024-02-09T20:24:34.098Z | + CIDL_URL=https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz |
368 | 2024-02-09T20:24:34.098Z | + echo 'URL: https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz' |
369 | 2024-02-09T20:24:34.098Z | URL: https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz |
370 | 2024-02-09T20:24:34.098Z | Local file: out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz |
371 | 2024-02-09T20:24:34.098Z | + echo 'Local file: out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz' |
372 | 2024-02-09T20:24:34.098Z | + mkdir -p out/downloads |
373 | 2024-02-09T20:24:34.099Z | + mkdir -p ./out/clickhouse |
374 | 2024-02-09T20:24:34.099Z | + local DO_DOWNLOAD=true |
375 | 2024-02-09T20:24:34.099Z | + [[ -f out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz ]] |
376 | 2024-02-09T20:24:34.099Z | + '[' true == true ']' |
377 | 2024-02-09T20:24:34.099Z | + echo Downloading... |
378 | 2024-02-09T20:24:34.099Z | Downloading... |
379 | 2024-02-09T20:24:34.099Z | + 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 |
380 | 2024-02-09T20:24:34.099Z | + 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 |
381 | 2024-02-09T20:24:35.591Z | ++ do_md5sum out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz |
382 | 2024-02-09T20:24:35.594Z | ++ md5sum |
383 | 2024-02-09T20:24:35.595Z | ++ awk '{print $1}' |
384 | 2024-02-09T20:24:35.799Z | + calculated_md5=7702939ce5b4b51846a1ba39f1392306 |
385 | 2024-02-09T20:24:35.799Z | + [[ 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 ]] |
386 | 2024-02-09T20:24:35.802Z | + do_untar out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz ./out/clickhouse |
387 | 2024-02-09T20:24:35.802Z | + mkdir -p ./out/clickhouse |
388 | 2024-02-09T20:24:35.802Z | + tar xzf out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz -C ./out/clickhouse |
389 | 2024-02-09T20:24:38.988Z | + ./out/clickhouse/clickhouse server --version |
390 | 2024-02-09T20:24:39.017Z | ClickHouse server version 22.8.9.1. |
391 | 2024-02-09T20:24:39.020Z | + set -o errexit |
392 | 2024-02-09T20:24:39.024Z | +++ dirname ./tools/ci_download_console |
393 | 2024-02-09T20:24:39.024Z | ++ cd ./tools |
394 | 2024-02-09T20:24:39.024Z | ++ pwd |
395 | 2024-02-09T20:24:39.029Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
396 | 2024-02-09T20:24:39.029Z | ++ basename ./tools/ci_download_console |
397 | 2024-02-09T20:24:39.029Z | + ARG0=ci_download_console |
398 | 2024-02-09T20:24:39.029Z | + TARGET_DIR=out |
399 | 2024-02-09T20:24:39.029Z | + DOWNLOAD_DIR=out/downloads |
400 | 2024-02-09T20:24:39.029Z | + DEST_DIR=./out/console-assets |
401 | 2024-02-09T20:24:39.029Z | + source /work/oxidecomputer/omicron/tools/console_version |
402 | 2024-02-09T20:24:39.029Z | ++ COMMIT=e5a1f804faa913de3be5b4cddac2011247a99774 |
403 | 2024-02-09T20:24:39.030Z | ++ SHA2=54ff1026062fc1a3f0de86aa558d051b8ad6248d458c1767b9e926f2606e75f5 |
404 | 2024-02-09T20:24:39.030Z | + URL=https://dl.oxide.computer/releases/console/e5a1f804faa913de3be5b4cddac2011247a99774.tar.gz |
405 | 2024-02-09T20:24:39.030Z | + TARBALL_FILE=out/downloads/console.tar.gz |
406 | 2024-02-09T20:24:39.030Z | + main |
407 | 2024-02-09T20:24:39.030Z | + [[ 0 != 0 ]] |
408 | 2024-02-09T20:24:39.030Z | + echo 'URL: https://dl.oxide.computer/releases/console/e5a1f804faa913de3be5b4cddac2011247a99774.tar.gz' |
409 | 2024-02-09T20:24:39.030Z | + echo 'Local file: out/downloads/console.tar.gz' |
410 | 2024-02-09T20:24:39.030Z | URL: https://dl.oxide.computer/releases/console/e5a1f804faa913de3be5b4cddac2011247a99774.tar.gz |
411 | 2024-02-09T20:24:39.030Z | Local file: out/downloads/console.tar.gz |
412 | 2024-02-09T20:24:39.030Z | + local DO_DOWNLOAD=true |
413 | 2024-02-09T20:24:39.030Z | + [[ -f out/downloads/console.tar.gz ]] |
414 | 2024-02-09T20:24:39.030Z | + mkdir -p out/downloads |
415 | 2024-02-09T20:24:39.035Z | + '[' true == true ']' |
416 | 2024-02-09T20:24:39.035Z | + echo Downloading... |
417 | 2024-02-09T20:24:39.035Z | Downloading... |
418 | 2024-02-09T20:24:39.035Z | + do_download_curl https://dl.oxide.computer/releases/console/e5a1f804faa913de3be5b4cddac2011247a99774.tar.gz out/downloads/console.tar.gz |
419 | 2024-02-09T20:24:39.035Z | + curl --silent --show-error --fail --location --output out/downloads/console.tar.gz https://dl.oxide.computer/releases/console/e5a1f804faa913de3be5b4cddac2011247a99774.tar.gz |
420 | 2024-02-09T20:24:39.563Z | ++ do_sha256sum out/downloads/console.tar.gz |
421 | 2024-02-09T20:24:39.566Z | ++ case "$OSTYPE" in |
422 | 2024-02-09T20:24:39.566Z | ++ SHA=sha256sum |
423 | 2024-02-09T20:24:39.566Z | ++ sha256sum |
424 | 2024-02-09T20:24:39.566Z | ++ awk '{print $1}' |
425 | 2024-02-09T20:24:39.571Z | + calculated_sha2=54ff1026062fc1a3f0de86aa558d051b8ad6248d458c1767b9e926f2606e75f5 |
426 | 2024-02-09T20:24:39.574Z | + [[ 54ff1026062fc1a3f0de86aa558d051b8ad6248d458c1767b9e926f2606e75f5 != \5\4\f\f\1\0\2\6\0\6\2\f\c\1\a\3\f\0\d\e\8\6\a\a\5\5\8\d\0\5\1\b\8\a\d\6\2\4\8\d\4\5\8\c\1\7\6\7\b\9\e\9\2\6\f\2\6\0\6\e\7\5\f\5 ]] |
427 | 2024-02-09T20:24:39.574Z | + rm -rf ./out/console-assets |
428 | 2024-02-09T20:24:39.574Z | + mkdir -p ./out/console-assets |
429 | 2024-02-09T20:24:39.576Z | + do_untar out/downloads/console.tar.gz ./out/console-assets |
430 | 2024-02-09T20:24:39.577Z | + mkdir -p ./out/console-assets |
431 | 2024-02-09T20:24:39.577Z | + tar xzf out/downloads/console.tar.gz -C ./out/console-assets |
432 | 2024-02-09T20:24:39.669Z | + set -o errexit |
433 | 2024-02-09T20:24:39.673Z | +++ dirname ./tools/ci_download_maghemite_openapi |
434 | 2024-02-09T20:24:39.673Z | ++ cd ./tools |
435 | 2024-02-09T20:24:39.673Z | ++ pwd |
436 | 2024-02-09T20:24:39.676Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
437 | 2024-02-09T20:24:39.676Z | ++ basename ./tools/ci_download_maghemite_openapi |
438 | 2024-02-09T20:24:39.676Z | + ARG0=ci_download_maghemite_openapi |
439 | 2024-02-09T20:24:39.676Z | + TARGET_DIR=out |
440 | 2024-02-09T20:24:39.677Z | + DOWNLOAD_DIR=out/downloads |
441 | 2024-02-09T20:24:39.677Z | + source /work/oxidecomputer/omicron/tools/maghemite_ddm_openapi_version |
442 | 2024-02-09T20:24:39.677Z | ++ COMMIT=41a69a11db6cfa8fc0c8686dc2d725708e0586ce |
443 | 2024-02-09T20:24:39.677Z | ++ SHA2=0b0dbc2f8bbc5d2d9be92d64c4865f8f9335355aae62f7de9f67f81dfb3f1803 |
444 | 2024-02-09T20:24:39.677Z | + URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/41a69a11db6cfa8fc0c8686dc2d725708e0586ce/ddm-admin.json |
445 | 2024-02-09T20:24:39.677Z | + LOCAL_FILE=out/downloads/ddm-admin-41a69a11db6cfa8fc0c8686dc2d725708e0586ce.json |
446 | 2024-02-09T20:24:39.677Z | + main |
447 | 2024-02-09T20:24:39.677Z | + [[ 0 != 0 ]] |
448 | 2024-02-09T20:24:39.677Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/41a69a11db6cfa8fc0c8686dc2d725708e0586ce/ddm-admin.json' |
449 | 2024-02-09T20:24:39.677Z | + echo 'Local file: out/downloads/ddm-admin-41a69a11db6cfa8fc0c8686dc2d725708e0586ce.json' |
450 | 2024-02-09T20:24:39.677Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/41a69a11db6cfa8fc0c8686dc2d725708e0586ce/ddm-admin.json |
451 | 2024-02-09T20:24:39.677Z | Local file: out/downloads/ddm-admin-41a69a11db6cfa8fc0c8686dc2d725708e0586ce.json |
452 | 2024-02-09T20:24:39.677Z | + local DO_DOWNLOAD=true |
453 | 2024-02-09T20:24:39.677Z | + [[ -f out/downloads/ddm-admin-41a69a11db6cfa8fc0c8686dc2d725708e0586ce.json ]] |
454 | 2024-02-09T20:24:39.677Z | + mkdir -p out/downloads |
455 | 2024-02-09T20:24:39.680Z | + '[' true == true ']' |
456 | 2024-02-09T20:24:39.680Z | + echo Downloading... |
457 | 2024-02-09T20:24:39.680Z | Downloading... |
458 | 2024-02-09T20:24:39.680Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/41a69a11db6cfa8fc0c8686dc2d725708e0586ce/ddm-admin.json out/downloads/ddm-admin-41a69a11db6cfa8fc0c8686dc2d725708e0586ce.json |
459 | 2024-02-09T20:24:39.680Z | + curl --silent --show-error --fail --location --output out/downloads/ddm-admin-41a69a11db6cfa8fc0c8686dc2d725708e0586ce.json https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/41a69a11db6cfa8fc0c8686dc2d725708e0586ce/ddm-admin.json |
460 | 2024-02-09T20:24:39.943Z | ++ do_sha256sum out/downloads/ddm-admin-41a69a11db6cfa8fc0c8686dc2d725708e0586ce.json |
461 | 2024-02-09T20:24:39.943Z | ++ case "$OSTYPE" in |
462 | 2024-02-09T20:24:39.944Z | ++ SHA=sha256sum |
463 | 2024-02-09T20:24:39.950Z | ++ sha256sum |
464 | 2024-02-09T20:24:39.950Z | ++ awk '{print $1}' |
465 | 2024-02-09T20:24:39.951Z | + calculated_sha2=0b0dbc2f8bbc5d2d9be92d64c4865f8f9335355aae62f7de9f67f81dfb3f1803 |
466 | 2024-02-09T20:24:39.951Z | + [[ 0b0dbc2f8bbc5d2d9be92d64c4865f8f9335355aae62f7de9f67f81dfb3f1803 != \0\b\0\d\b\c\2\f\8\b\b\c\5\d\2\d\9\b\e\9\2\d\6\4\c\4\8\6\5\f\8\f\9\3\3\5\3\5\5\a\a\e\6\2\f\7\d\e\9\f\6\7\f\8\1\d\f\b\3\f\1\8\0\3 ]] |
467 | 2024-02-09T20:24:39.951Z | + source /work/oxidecomputer/omicron/tools/maghemite_mg_openapi_version |
468 | 2024-02-09T20:24:39.951Z | ++ COMMIT=41a69a11db6cfa8fc0c8686dc2d725708e0586ce |
469 | 2024-02-09T20:24:39.951Z | ++ SHA2=0ac038bbaa54d0ae0ac5ccaeff48f03070618372cca26c9d09b716b909bf9355 |
470 | 2024-02-09T20:24:39.952Z | + URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/41a69a11db6cfa8fc0c8686dc2d725708e0586ce/mg-admin.json |
471 | 2024-02-09T20:24:39.952Z | + LOCAL_FILE=out/downloads/mg-admin-41a69a11db6cfa8fc0c8686dc2d725708e0586ce.json |
472 | 2024-02-09T20:24:39.952Z | + main |
473 | 2024-02-09T20:24:39.952Z | + [[ 0 != 0 ]] |
474 | 2024-02-09T20:24:39.952Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/41a69a11db6cfa8fc0c8686dc2d725708e0586ce/mg-admin.json' |
475 | 2024-02-09T20:24:39.953Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/41a69a11db6cfa8fc0c8686dc2d725708e0586ce/mg-admin.json |
476 | 2024-02-09T20:24:39.953Z | + echo 'Local file: out/downloads/mg-admin-41a69a11db6cfa8fc0c8686dc2d725708e0586ce.json' |
477 | 2024-02-09T20:24:39.953Z | Local file: out/downloads/mg-admin-41a69a11db6cfa8fc0c8686dc2d725708e0586ce.json |
478 | 2024-02-09T20:24:39.953Z | + local DO_DOWNLOAD=true |
479 | 2024-02-09T20:24:39.953Z | + [[ -f out/downloads/mg-admin-41a69a11db6cfa8fc0c8686dc2d725708e0586ce.json ]] |
480 | 2024-02-09T20:24:39.953Z | + mkdir -p out/downloads |
481 | 2024-02-09T20:24:39.954Z | + '[' true == true ']' |
482 | 2024-02-09T20:24:39.954Z | + echo Downloading... |
483 | 2024-02-09T20:24:39.954Z | Downloading... |
484 | 2024-02-09T20:24:39.954Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/41a69a11db6cfa8fc0c8686dc2d725708e0586ce/mg-admin.json out/downloads/mg-admin-41a69a11db6cfa8fc0c8686dc2d725708e0586ce.json |
485 | 2024-02-09T20:24:39.955Z | + curl --silent --show-error --fail --location --output out/downloads/mg-admin-41a69a11db6cfa8fc0c8686dc2d725708e0586ce.json https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/41a69a11db6cfa8fc0c8686dc2d725708e0586ce/mg-admin.json |
486 | 2024-02-09T20:24:40.054Z | ++ do_sha256sum out/downloads/mg-admin-41a69a11db6cfa8fc0c8686dc2d725708e0586ce.json |
487 | 2024-02-09T20:24:40.057Z | ++ case "$OSTYPE" in |
488 | 2024-02-09T20:24:40.057Z | ++ SHA=sha256sum |
489 | 2024-02-09T20:24:40.057Z | ++ sha256sum |
490 | 2024-02-09T20:24:40.057Z | ++ awk '{print $1}' |
491 | 2024-02-09T20:24:40.061Z | + calculated_sha2=0ac038bbaa54d0ae0ac5ccaeff48f03070618372cca26c9d09b716b909bf9355 |
492 | 2024-02-09T20:24:40.061Z | + [[ 0ac038bbaa54d0ae0ac5ccaeff48f03070618372cca26c9d09b716b909bf9355 != \0\a\c\0\3\8\b\b\a\a\5\4\d\0\a\e\0\a\c\5\c\c\a\e\f\f\4\8\f\0\3\0\7\0\6\1\8\3\7\2\c\c\a\2\6\c\9\d\0\9\b\7\1\6\b\9\0\9\b\f\9\3\5\5 ]] |
493 | 2024-02-09T20:24:40.068Z | + set -o errexit |
494 | 2024-02-09T20:24:40.071Z | +++ dirname ./tools/ci_download_dendrite_openapi |
495 | 2024-02-09T20:24:40.071Z | ++ cd ./tools |
496 | 2024-02-09T20:24:40.071Z | ++ pwd |
497 | 2024-02-09T20:24:40.071Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
498 | 2024-02-09T20:24:40.071Z | ++ basename ./tools/ci_download_dendrite_openapi |
499 | 2024-02-09T20:24:40.074Z | + ARG0=ci_download_dendrite_openapi |
500 | 2024-02-09T20:24:40.074Z | + TARGET_DIR=out |
501 | 2024-02-09T20:24:40.074Z | + DOWNLOAD_DIR=out/downloads |
502 | 2024-02-09T20:24:40.074Z | + source /work/oxidecomputer/omicron/tools/dendrite_openapi_version |
503 | 2024-02-09T20:24:40.075Z | ++ COMMIT=fd159136c552d8b4ec4d49dd9bae7e38f6a636e6 |
504 | 2024-02-09T20:24:40.075Z | ++ SHA2=e8f73a83d5c62f7efce998f821acc80a91b7995c95bd9ec2c228372829310099 |
505 | 2024-02-09T20:24:40.075Z | + URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/fd159136c552d8b4ec4d49dd9bae7e38f6a636e6/dpd.json |
506 | 2024-02-09T20:24:40.075Z | + LOCAL_FILE=out/downloads/dpd-fd159136c552d8b4ec4d49dd9bae7e38f6a636e6.json |
507 | 2024-02-09T20:24:40.075Z | + main |
508 | 2024-02-09T20:24:40.075Z | + [[ 0 != 0 ]] |
509 | 2024-02-09T20:24:40.075Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/fd159136c552d8b4ec4d49dd9bae7e38f6a636e6/dpd.json' |
510 | 2024-02-09T20:24:40.075Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/fd159136c552d8b4ec4d49dd9bae7e38f6a636e6/dpd.json |
511 | 2024-02-09T20:24:40.075Z | + echo 'Local file: out/downloads/dpd-fd159136c552d8b4ec4d49dd9bae7e38f6a636e6.json' |
512 | 2024-02-09T20:24:40.075Z | Local file: out/downloads/dpd-fd159136c552d8b4ec4d49dd9bae7e38f6a636e6.json |
513 | 2024-02-09T20:24:40.075Z | + local DO_DOWNLOAD=true |
514 | 2024-02-09T20:24:40.075Z | + [[ -f out/downloads/dpd-fd159136c552d8b4ec4d49dd9bae7e38f6a636e6.json ]] |
515 | 2024-02-09T20:24:40.075Z | + mkdir -p out/downloads |
516 | 2024-02-09T20:24:40.075Z | + '[' true == true ']' |
517 | 2024-02-09T20:24:40.075Z | + echo Downloading... |
518 | 2024-02-09T20:24:40.075Z | Downloading... |
519 | 2024-02-09T20:24:40.075Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/fd159136c552d8b4ec4d49dd9bae7e38f6a636e6/dpd.json out/downloads/dpd-fd159136c552d8b4ec4d49dd9bae7e38f6a636e6.json |
520 | 2024-02-09T20:24:40.075Z | + curl --silent --show-error --fail --location --output out/downloads/dpd-fd159136c552d8b4ec4d49dd9bae7e38f6a636e6.json https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/fd159136c552d8b4ec4d49dd9bae7e38f6a636e6/dpd.json |
521 | 2024-02-09T20:24:40.181Z | ++ do_sha256sum out/downloads/dpd-fd159136c552d8b4ec4d49dd9bae7e38f6a636e6.json |
522 | 2024-02-09T20:24:40.185Z | ++ case "$OSTYPE" in |
523 | 2024-02-09T20:24:40.185Z | ++ SHA=sha256sum |
524 | 2024-02-09T20:24:40.185Z | ++ sha256sum |
525 | 2024-02-09T20:24:40.185Z | ++ awk '{print $1}' |
526 | 2024-02-09T20:24:40.190Z | + calculated_sha2=e8f73a83d5c62f7efce998f821acc80a91b7995c95bd9ec2c228372829310099 |
527 | 2024-02-09T20:24:40.190Z | + [[ e8f73a83d5c62f7efce998f821acc80a91b7995c95bd9ec2c228372829310099 != \e\8\f\7\3\a\8\3\d\5\c\6\2\f\7\e\f\c\e\9\9\8\f\8\2\1\a\c\c\8\0\a\9\1\b\7\9\9\5\c\9\5\b\d\9\e\c\2\c\2\2\8\3\7\2\8\2\9\3\1\0\0\9\9 ]] |
528 | 2024-02-09T20:24:40.193Z | + set -o errexit |
529 | 2024-02-09T20:24:40.196Z | +++ dirname ./tools/ci_download_dendrite_stub |
530 | 2024-02-09T20:24:40.199Z | ++ cd ./tools |
531 | 2024-02-09T20:24:40.199Z | ++ pwd |
532 | 2024-02-09T20:24:40.199Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
533 | 2024-02-09T20:24:40.199Z | ++ basename ./tools/ci_download_dendrite_stub |
534 | 2024-02-09T20:24:40.203Z | + ARG0=ci_download_dendrite_stub |
535 | 2024-02-09T20:24:40.203Z | + source /work/oxidecomputer/omicron/tools/dendrite_stub_checksums |
536 | 2024-02-09T20:24:40.203Z | ++ CIDL_SHA256_ILLUMOS=1e24598ba77dc00682cdf54fc370696ef5aa49ed510ab7f72fcc91d61d679e7b |
537 | 2024-02-09T20:24:40.203Z | ++ CIDL_SHA256_LINUX_DPD=4fc43b53a048264664ede64805d4d179ec32d50cf9ab1aaa0fa4e17190e511a2 |
538 | 2024-02-09T20:24:40.203Z | ++ CIDL_SHA256_LINUX_SWADM=0ab34a2063e68568aa064f7b71825a603d47b3e399f3e7f45976edb5d5283f0f |
539 | 2024-02-09T20:24:40.203Z | + source /work/oxidecomputer/omicron/tools/dendrite_openapi_version |
540 | 2024-02-09T20:24:40.203Z | ++ COMMIT=fd159136c552d8b4ec4d49dd9bae7e38f6a636e6 |
541 | 2024-02-09T20:24:40.203Z | ++ SHA2=e8f73a83d5c62f7efce998f821acc80a91b7995c95bd9ec2c228372829310099 |
542 | 2024-02-09T20:24:40.203Z | + TARGET_DIR=out |
543 | 2024-02-09T20:24:40.203Z | + DOWNLOAD_DIR=out/downloads |
544 | 2024-02-09T20:24:40.203Z | + DEST_DIR=./out/dendrite-stub |
545 | 2024-02-09T20:24:40.203Z | + BIN_DIR=./out/dendrite-stub/root/opt/oxide/dendrite/bin |
546 | 2024-02-09T20:24:40.203Z | + ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file |
547 | 2024-02-09T20:24:40.203Z | + REPO=oxidecomputer/dendrite |
548 | 2024-02-09T20:24:40.203Z | + PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/fd159136c552d8b4ec4d49dd9bae7e38f6a636e6 |
549 | 2024-02-09T20:24:40.203Z | + main |
550 | 2024-02-09T20:24:40.203Z | + [[ 0 != 0 ]] |
551 | 2024-02-09T20:24:40.203Z | + CIDL_OS=solaris2.11 |
552 | 2024-02-09T20:24:40.203Z | + [[ 0 != 0 ]] |
553 | 2024-02-09T20:24:40.203Z | + configure_os solaris2.11 |
554 | 2024-02-09T20:24:40.203Z | + echo 'current directory: /work/oxidecomputer/omicron' |
555 | 2024-02-09T20:24:40.204Z | current directory: /work/oxidecomputer/omicron |
556 | 2024-02-09T20:24:40.204Z | + echo 'configuring based on OS: "solaris2.11"' |
557 | 2024-02-09T20:24:40.204Z | + case "$1" in |
558 | 2024-02-09T20:24:40.204Z | configuring based on OS: "solaris2.11" |
559 | 2024-02-09T20:24:40.204Z | + SET_BINARIES= |
560 | 2024-02-09T20:24:40.204Z | + CIDL_SHA256=1e24598ba77dc00682cdf54fc370696ef5aa49ed510ab7f72fcc91d61d679e7b |
561 | 2024-02-09T20:24:40.204Z | + CIDL_SHA256FUNC=do_sha256sum |
562 | 2024-02-09T20:24:40.204Z | + TARBALL_FILENAME=dendrite-stub.tar.gz |
563 | 2024-02-09T20:24:40.204Z | + PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/fd159136c552d8b4ec4d49dd9bae7e38f6a636e6/dendrite-stub.tar.gz |
564 | 2024-02-09T20:24:40.204Z | + TARBALL_FILE=out/downloads/dendrite-stub.tar.gz |
565 | 2024-02-09T20:24:40.204Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/fd159136c552d8b4ec4d49dd9bae7e38f6a636e6/dendrite-stub.tar.gz' |
566 | 2024-02-09T20:24:40.204Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/fd159136c552d8b4ec4d49dd9bae7e38f6a636e6/dendrite-stub.tar.gz |
567 | 2024-02-09T20:24:40.204Z | + echo 'Local file: out/downloads/dendrite-stub.tar.gz' |
568 | 2024-02-09T20:24:40.204Z | + mkdir -p out/downloads |
569 | 2024-02-09T20:24:40.204Z | Local file: out/downloads/dendrite-stub.tar.gz |
570 | 2024-02-09T20:24:40.204Z | + mkdir -p ./out/dendrite-stub |
571 | 2024-02-09T20:24:40.207Z | + fetch_and_verify |
572 | 2024-02-09T20:24:40.208Z | + local DO_DOWNLOAD=true |
573 | 2024-02-09T20:24:40.208Z | + [[ -f out/downloads/dendrite-stub.tar.gz ]] |
574 | 2024-02-09T20:24:40.208Z | + '[' true == true ']' |
575 | 2024-02-09T20:24:40.208Z | + echo Downloading... |
576 | 2024-02-09T20:24:40.208Z | Downloading... |
577 | 2024-02-09T20:24:40.208Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/fd159136c552d8b4ec4d49dd9bae7e38f6a636e6/dendrite-stub.tar.gz out/downloads/dendrite-stub.tar.gz |
578 | 2024-02-09T20:24:40.208Z | + curl --silent --show-error --fail --location --output out/downloads/dendrite-stub.tar.gz https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/fd159136c552d8b4ec4d49dd9bae7e38f6a636e6/dendrite-stub.tar.gz |
579 | 2024-02-09T20:24:49.930Z | ++ do_sha256sum out/downloads/dendrite-stub.tar.gz |
580 | 2024-02-09T20:24:49.934Z | ++ sha256sum |
581 | 2024-02-09T20:24:49.934Z | ++ awk '{print $1}' |
582 | 2024-02-09T20:24:49.954Z | + calculated_sha256=1e24598ba77dc00682cdf54fc370696ef5aa49ed510ab7f72fcc91d61d679e7b |
583 | 2024-02-09T20:24:49.958Z | + [[ 1e24598ba77dc00682cdf54fc370696ef5aa49ed510ab7f72fcc91d61d679e7b != \1\e\2\4\5\9\8\b\a\7\7\d\c\0\0\6\8\2\c\d\f\5\4\f\c\3\7\0\6\9\6\e\f\5\a\a\4\9\e\d\5\1\0\a\b\7\f\7\2\f\c\c\9\1\d\6\1\d\6\7\9\e\7\b ]] |
584 | 2024-02-09T20:24:49.958Z | + do_untar out/downloads/dendrite-stub.tar.gz |
585 | 2024-02-09T20:24:49.958Z | + tar xzf out/downloads/dendrite-stub.tar.gz -C out/downloads |
586 | 2024-02-09T20:24:50.662Z | + do_assemble |
587 | 2024-02-09T20:24:50.662Z | + rm -r ./out/dendrite-stub |
588 | 2024-02-09T20:24:50.666Z | + mkdir ./out/dendrite-stub |
589 | 2024-02-09T20:24:50.669Z | + cp -r out/downloads/root ./out/dendrite-stub/root |
590 | 2024-02-09T20:24:50.764Z | + ln -s /work/oxidecomputer/omicron/out/dendrite-stub/root/opt/oxide/dendrite/bin/ /work/oxidecomputer/omicron/out/dendrite-stub/bin |
591 | 2024-02-09T20:24:50.775Z | + set -o errexit |
592 | 2024-02-09T20:24:50.779Z | +++ dirname ./tools/ci_download_maghemite_mgd |
593 | 2024-02-09T20:24:50.784Z | ++ cd ./tools |
594 | 2024-02-09T20:24:50.784Z | ++ pwd |
595 | 2024-02-09T20:24:50.784Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
596 | 2024-02-09T20:24:50.784Z | ++ basename ./tools/ci_download_maghemite_mgd |
597 | 2024-02-09T20:24:50.784Z | + ARG0=ci_download_maghemite_mgd |
598 | 2024-02-09T20:24:50.785Z | + source /work/oxidecomputer/omicron/tools/maghemite_mgd_checksums |
599 | 2024-02-09T20:24:50.785Z | ++ CIDL_SHA256=26d34f61589f63be64eaa77a6e9e2db4c95d6675798386a1d61721c1ccc59d4d |
600 | 2024-02-09T20:24:50.785Z | ++ MGD_LINUX_SHA256=b2c823dd714fad67546a0e0c0d4ae56f2fe2e7c43434469b38e13b78de9f6968 |
601 | 2024-02-09T20:24:50.785Z | + source /work/oxidecomputer/omicron/tools/maghemite_mg_openapi_version |
602 | 2024-02-09T20:24:50.785Z | ++ COMMIT=41a69a11db6cfa8fc0c8686dc2d725708e0586ce |
603 | 2024-02-09T20:24:50.785Z | ++ SHA2=0ac038bbaa54d0ae0ac5ccaeff48f03070618372cca26c9d09b716b909bf9355 |
604 | 2024-02-09T20:24:50.785Z | + TARGET_DIR=out |
605 | 2024-02-09T20:24:50.785Z | + DOWNLOAD_DIR=out/downloads |
606 | 2024-02-09T20:24:50.785Z | + DEST_DIR=./out/mgd |
607 | 2024-02-09T20:24:50.785Z | + BIN_DIR=./out/mgd/root/opt/oxide/mgd/bin |
608 | 2024-02-09T20:24:50.785Z | + ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file |
609 | 2024-02-09T20:24:50.785Z | + REPO=oxidecomputer/maghemite |
610 | 2024-02-09T20:24:50.785Z | + PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/41a69a11db6cfa8fc0c8686dc2d725708e0586ce |
611 | 2024-02-09T20:24:50.786Z | + main |
612 | 2024-02-09T20:24:50.786Z | + [[ 0 != 0 ]] |
613 | 2024-02-09T20:24:50.786Z | + CIDL_OS=solaris2.11 |
614 | 2024-02-09T20:24:50.786Z | + [[ 0 != 0 ]] |
615 | 2024-02-09T20:24:50.786Z | + configure_os solaris2.11 |
616 | 2024-02-09T20:24:50.786Z | + echo 'current directory: /work/oxidecomputer/omicron' |
617 | 2024-02-09T20:24:50.786Z | current directory: /work/oxidecomputer/omicron |
618 | 2024-02-09T20:24:50.786Z | configuring based on OS: "solaris2.11" |
619 | 2024-02-09T20:24:50.786Z | + echo 'configuring based on OS: "solaris2.11"' |
620 | 2024-02-09T20:24:50.786Z | + case "$1" in |
621 | 2024-02-09T20:24:50.786Z | + SET_BINARIES= |
622 | 2024-02-09T20:24:50.790Z | + CIDL_SHA256FUNC=do_sha256sum |
623 | 2024-02-09T20:24:50.790Z | + TARBALL_FILENAME=mgd.tar.gz |
624 | 2024-02-09T20:24:50.790Z | + PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/41a69a11db6cfa8fc0c8686dc2d725708e0586ce/mgd.tar.gz |
625 | 2024-02-09T20:24:50.790Z | + TARBALL_FILE=out/downloads/mgd.tar.gz |
626 | 2024-02-09T20:24:50.790Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/41a69a11db6cfa8fc0c8686dc2d725708e0586ce/mgd.tar.gz' |
627 | 2024-02-09T20:24:50.790Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/41a69a11db6cfa8fc0c8686dc2d725708e0586ce/mgd.tar.gz |
628 | 2024-02-09T20:24:50.791Z | Local file: out/downloads/mgd.tar.gz |
629 | 2024-02-09T20:24:50.791Z | + echo 'Local file: out/downloads/mgd.tar.gz' |
630 | 2024-02-09T20:24:50.791Z | + mkdir -p out/downloads |
631 | 2024-02-09T20:24:50.791Z | + mkdir -p ./out/mgd |
632 | 2024-02-09T20:24:50.791Z | + fetch_and_verify |
633 | 2024-02-09T20:24:50.791Z | + local DO_DOWNLOAD=true |
634 | 2024-02-09T20:24:50.791Z | + [[ -f out/downloads/mgd.tar.gz ]] |
635 | 2024-02-09T20:24:50.791Z | + '[' true == true ']' |
636 | 2024-02-09T20:24:50.791Z | + echo Downloading... |
637 | 2024-02-09T20:24:50.791Z | Downloading... |
638 | 2024-02-09T20:24:50.791Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/41a69a11db6cfa8fc0c8686dc2d725708e0586ce/mgd.tar.gz out/downloads/mgd.tar.gz |
639 | 2024-02-09T20:24:50.791Z | + curl --silent --show-error --fail --location --output out/downloads/mgd.tar.gz https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/41a69a11db6cfa8fc0c8686dc2d725708e0586ce/mgd.tar.gz |
640 | 2024-02-09T20:24:56.513Z | ++ do_sha256sum out/downloads/mgd.tar.gz |
641 | 2024-02-09T20:24:56.516Z | ++ sha256sum |
642 | 2024-02-09T20:24:56.516Z | ++ awk '{print $1}' |
643 | 2024-02-09T20:24:56.534Z | + calculated_sha256=26d34f61589f63be64eaa77a6e9e2db4c95d6675798386a1d61721c1ccc59d4d |
644 | 2024-02-09T20:24:56.537Z | + [[ 26d34f61589f63be64eaa77a6e9e2db4c95d6675798386a1d61721c1ccc59d4d != \2\6\d\3\4\f\6\1\5\8\9\f\6\3\b\e\6\4\e\a\a\7\7\a\6\e\9\e\2\d\b\4\c\9\5\d\6\6\7\5\7\9\8\3\8\6\a\1\d\6\1\7\2\1\c\1\c\c\c\5\9\d\4\d ]] |
645 | 2024-02-09T20:24:56.537Z | + do_untar out/downloads/mgd.tar.gz |
646 | 2024-02-09T20:24:56.537Z | + tar xzf out/downloads/mgd.tar.gz -C out/downloads |
647 | 2024-02-09T20:24:56.985Z | + do_assemble |
648 | 2024-02-09T20:24:56.985Z | + rm -r ./out/mgd |
649 | 2024-02-09T20:24:56.988Z | + mkdir ./out/mgd |
650 | 2024-02-09T20:24:56.994Z | + cp -r out/downloads/root ./out/mgd/root |
651 | 2024-02-09T20:24:57.142Z | + set -o errexit |
652 | 2024-02-09T20:24:57.151Z | +++ dirname ./tools/ci_download_transceiver_control |
653 | 2024-02-09T20:24:57.151Z | ++ cd ./tools |
654 | 2024-02-09T20:24:57.151Z | ++ pwd |
655 | 2024-02-09T20:24:57.151Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
656 | 2024-02-09T20:24:57.151Z | ++ basename ./tools/ci_download_transceiver_control |
657 | 2024-02-09T20:24:57.151Z | + ARG0=ci_download_transceiver_control |
658 | 2024-02-09T20:24:57.151Z | + source /work/oxidecomputer/omicron/tools/transceiver_control_version |
659 | 2024-02-09T20:24:57.152Z | ++ COMMIT=8813cf996f37a6c43e7b83d6084f88c5f0f0430a |
660 | 2024-02-09T20:24:57.152Z | ++ CIDL_SHA256_ILLUMOS=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1 |
661 | 2024-02-09T20:24:57.152Z | + TARGET_DIR=out |
662 | 2024-02-09T20:24:57.152Z | + DOWNLOAD_DIR=out/downloads |
663 | 2024-02-09T20:24:57.152Z | + DEST_DIR=./out/transceiver-control |
664 | 2024-02-09T20:24:57.152Z | + BIN_DIR=/opt/oxide/bin |
665 | 2024-02-09T20:24:57.152Z | + BINARY=xcvradm |
666 | 2024-02-09T20:24:57.152Z | + ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file |
667 | 2024-02-09T20:24:57.152Z | + REPO=oxidecomputer/transceiver-control |
668 | 2024-02-09T20:24:57.153Z | + PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a |
669 | 2024-02-09T20:24:57.153Z | + main |
670 | 2024-02-09T20:24:57.153Z | + [[ 0 != 0 ]] |
671 | 2024-02-09T20:24:57.153Z | + CIDL_OS=solaris2.11 |
672 | 2024-02-09T20:24:57.153Z | + [[ 0 != 0 ]] |
673 | 2024-02-09T20:24:57.153Z | + configure_os solaris2.11 |
674 | 2024-02-09T20:24:57.153Z | + echo 'current directory: /work/oxidecomputer/omicron' |
675 | 2024-02-09T20:24:57.153Z | current directory: /work/oxidecomputer/omicron |
676 | 2024-02-09T20:24:57.153Z | + echo 'configuring based on OS: "solaris2.11"' |
677 | 2024-02-09T20:24:57.153Z | configuring based on OS: "solaris2.11" |
678 | 2024-02-09T20:24:57.153Z | + case "$1" in |
679 | 2024-02-09T20:24:57.153Z | + SET_BINARIES= |
680 | 2024-02-09T20:24:57.153Z | + CIDL_SHA256=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1 |
681 | 2024-02-09T20:24:57.153Z | + CIDL_SHA256FUNC=do_sha256sum |
682 | 2024-02-09T20:24:57.153Z | + ARCHIVE_FILENAME=xcvradm.gz |
683 | 2024-02-09T20:24:57.153Z | + PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz |
684 | 2024-02-09T20:24:57.153Z | + ARCHIVE_FILE=out/downloads/xcvradm.gz |
685 | 2024-02-09T20:24:57.153Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz' |
686 | 2024-02-09T20:24:57.153Z | + echo 'Local file: out/downloads/xcvradm.gz' |
687 | 2024-02-09T20:24:57.153Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz |
688 | 2024-02-09T20:24:57.153Z | Local file: out/downloads/xcvradm.gz |
689 | 2024-02-09T20:24:57.154Z | + mkdir -p out/downloads |
690 | 2024-02-09T20:24:57.154Z | + mkdir -p ./out/transceiver-control |
691 | 2024-02-09T20:24:57.161Z | + fetch_and_verify |
692 | 2024-02-09T20:24:57.161Z | + local DO_DOWNLOAD=true |
693 | 2024-02-09T20:24:57.162Z | + [[ -f out/downloads/xcvradm.gz ]] |
694 | 2024-02-09T20:24:57.162Z | + '[' true == true ']' |
695 | 2024-02-09T20:24:57.162Z | + echo Downloading... |
696 | 2024-02-09T20:24:57.162Z | Downloading... |
697 | 2024-02-09T20:24:57.162Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz out/downloads/xcvradm.gz |
698 | 2024-02-09T20:24:57.162Z | + 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 |
699 | 2024-02-09T20:25:00.023Z | ++ do_sha256sum out/downloads/xcvradm.gz |
700 | 2024-02-09T20:25:00.032Z | ++ sha256sum |
701 | 2024-02-09T20:25:00.032Z | ++ awk '{print $1}' |
702 | 2024-02-09T20:25:00.035Z | + calculated_sha256=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1 |
703 | 2024-02-09T20:25:00.036Z | + [[ 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 ]] |
704 | 2024-02-09T20:25:00.036Z | + do_unpack out/downloads/xcvradm.gz |
705 | 2024-02-09T20:25:00.036Z | + mkdir -p out/downloads/root//opt/oxide/bin |
706 | 2024-02-09T20:25:00.036Z | + gzip -dc out/downloads/xcvradm.gz |
707 | 2024-02-09T20:25:00.153Z | + chmod +x out/downloads/root//opt/oxide/bin/xcvradm |
708 | 2024-02-09T20:25:00.156Z | + do_assemble |
709 | 2024-02-09T20:25:00.156Z | + rm -r ./out/transceiver-control |
710 | 2024-02-09T20:25:00.156Z | + mkdir ./out/transceiver-control |
711 | 2024-02-09T20:25:00.165Z | + cp -r out/downloads/root ./out/transceiver-control/root |
712 | 2024-02-09T20:25:00.428Z | All builder prerequisites installed successfully, and PATH looks valid |
713 | 2024-02-09T20:25:00.444Z | |
714 | 2024-02-09T20:25:00.444Z | real 1:38.649117756 |
715 | 2024-02-09T20:25:00.444Z | user 33.103949100 |
716 | 2024-02-09T20:25:00.444Z | sys 6.325588758 |
717 | 2024-02-09T20:25:00.444Z | trap 0.008711562 |
718 | 2024-02-09T20:25:00.444Z | tflt 0.277666099 |
719 | 2024-02-09T20:25:00.444Z | dflt 0.391615692 |
720 | 2024-02-09T20:25:00.444Z | kflt 0.196542052 |
721 | 2024-02-09T20:25:00.444Z | lock 1.319651377 |
722 | 2024-02-09T20:25:00.444Z | slp 3:15.166860953 |
723 | 2024-02-09T20:25:00.444Z | lat 1.798290100 |
724 | 2024-02-09T20:25:00.444Z | stop 0.144845873 |
725 | 2024-02-09T20:25:00.444Z | |
726 | 2024-02-09T20:25:00.444Z | #### # # ##### ##### # # |
727 | 2024-02-09T20:25:00.444Z | # # # # # # # # # # |
728 | 2024-02-09T20:25:00.444Z | # # # # # # # # |
729 | 2024-02-09T20:25:00.444Z | # # # ##### ##### # |
730 | 2024-02-09T20:25:00.444Z | # # # # # # # |
731 | 2024-02-09T20:25:00.444Z | #### ###### # # # # |
732 | 2024-02-09T20:25:00.444Z | |
733 | 2024-02-09T20:25:00.666Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
734 | 2024-02-09T20:25:00.975Z | Updating git repository `https://github.com/oxidecomputer/samael` |
735 | 2024-02-09T20:25:01.316Z | Updating crates.io index |
736 | 2024-02-09T20:25:01.457Z | Updating git repository `https://github.com/oxidecomputer/dropshot` |
737 | 2024-02-09T20:25:02.496Z | Updating git repository `https://github.com/oxidecomputer/progenitor` |
738 | 2024-02-09T20:25:04.134Z | Updating git repository `http://github.com/oxidecomputer/serde_human_bytes` |
739 | 2024-02-09T20:25:04.804Z | Updating git repository `http://github.com/oxidecomputer/tofino` |
740 | 2024-02-09T20:25:05.091Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
741 | 2024-02-09T20:25:05.349Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
742 | 2024-02-09T20:25:05.626Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
743 | 2024-02-09T20:25:07.677Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
744 | 2024-02-09T20:25:09.790Z | Updating git repository `https://github.com/oxidecomputer/opte` |
745 | 2024-02-09T20:25:10.688Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
746 | 2024-02-09T20:25:10.974Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
747 | 2024-02-09T20:25:11.947Z | Updating git repository `https://github.com/oxidecomputer/async-bb8-diesel` |
748 | 2024-02-09T20:25:11.981Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
749 | 2024-02-09T20:25:12.118Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
750 | 2024-02-09T20:25:12.397Z | Updating git repository `http://github.com/oxidecomputer/sprockets` |
751 | 2024-02-09T20:25:12.774Z | Updating git repository `https://github.com/oxidecomputer/diesel-dtrace` |
752 | 2024-02-09T20:25:13.055Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
753 | 2024-02-09T20:25:13.419Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
754 | 2024-02-09T20:25:13.896Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
755 | 2024-02-09T20:25:14.218Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
756 | 2024-02-09T20:25:14.517Z | Updating git repository `https://github.com/jgallagher/nix` |
757 | 2024-02-09T20:25:15.436Z | Updating git repository `https://github.com/cbiffle/hubpack` |
758 | 2024-02-09T20:25:15.803Z | Updating git repository `https://github.com/oxidecomputer/typify` |
759 | 2024-02-09T20:25:17.355Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
760 | 2024-02-09T20:25:17.729Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
761 | 2024-02-09T20:25:18.000Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
762 | 2024-02-09T20:25:19.050Z | Downloading crates ... |
763 | 2024-02-09T20:25:19.273Z | Downloaded strsim v0.10.0 |
764 | 2024-02-09T20:25:19.301Z | Downloaded syn v2.0.48 |
765 | 2024-02-09T20:25:19.307Z | Downloaded heck v0.4.1 |
766 | 2024-02-09T20:25:19.307Z | Downloaded proc-macro2 v1.0.78 |
767 | 2024-02-09T20:25:19.307Z | Downloaded cargo-platform v0.1.3 |
768 | 2024-02-09T20:25:19.307Z | Downloaded thiserror-impl v1.0.56 |
769 | 2024-02-09T20:25:19.312Z | Downloaded clap_derive v4.4.2 |
770 | 2024-02-09T20:25:19.312Z | Downloaded memchr v2.6.3 |
771 | 2024-02-09T20:25:19.317Z | Downloaded anstream v0.5.0 |
772 | 2024-02-09T20:25:19.317Z | Downloaded thiserror v1.0.56 |
773 | 2024-02-09T20:25:19.325Z | Downloaded clap_builder v4.4.2 |
774 | 2024-02-09T20:25:19.329Z | Downloaded clap v4.4.3 |
775 | 2024-02-09T20:25:19.336Z | Downloaded unicode-ident v1.0.12 |
776 | 2024-02-09T20:25:19.340Z | Downloaded anstyle-parse v0.2.1 |
777 | 2024-02-09T20:25:19.351Z | Downloaded errno v0.3.8 |
778 | 2024-02-09T20:25:19.351Z | Downloaded camino v1.1.6 |
779 | 2024-02-09T20:25:19.351Z | Downloaded colorchoice v1.0.0 |
780 | 2024-02-09T20:25:19.351Z | Downloaded anstyle-query v1.0.0 |
781 | 2024-02-09T20:25:19.351Z | Downloaded serde v1.0.196 |
782 | 2024-02-09T20:25:19.351Z | Downloaded serde_spanned v0.6.5 |
783 | 2024-02-09T20:25:19.351Z | Downloaded semver v1.0.21 |
784 | 2024-02-09T20:25:19.357Z | Downloaded itoa v1.0.9 |
785 | 2024-02-09T20:25:19.357Z | Downloaded cargo_toml v0.19.0 |
786 | 2024-02-09T20:25:19.357Z | Downloaded toml v0.8.9 |
787 | 2024-02-09T20:25:19.357Z | Downloaded io-lifetimes v1.0.11 |
788 | 2024-02-09T20:25:19.365Z | Downloaded hashbrown v0.14.2 |
789 | 2024-02-09T20:25:19.365Z | Downloaded quote v1.0.35 |
790 | 2024-02-09T20:25:19.371Z | Downloaded toml_datetime v0.6.5 |
791 | 2024-02-09T20:25:19.371Z | Downloaded equivalent v1.0.1 |
792 | 2024-02-09T20:25:19.371Z | Downloaded bitflags v1.3.2 |
793 | 2024-02-09T20:25:19.382Z | Downloaded indexmap v2.2.2 |
794 | 2024-02-09T20:25:19.382Z | Downloaded serde_derive v1.0.196 |
795 | 2024-02-09T20:25:19.395Z | Downloaded serde_json v1.0.113 |
796 | 2024-02-09T20:25:19.395Z | Downloaded anstyle v1.0.2 |
797 | 2024-02-09T20:25:19.395Z | Downloaded winnow v0.5.15 |
798 | 2024-02-09T20:25:19.405Z | Downloaded cargo_metadata v0.18.1 |
799 | 2024-02-09T20:25:19.405Z | Downloaded ryu v1.0.15 |
800 | 2024-02-09T20:25:19.405Z | Downloaded rustix v0.37.23 |
801 | 2024-02-09T20:25:19.424Z | Downloaded utf8parse v0.2.1 |
802 | 2024-02-09T20:25:19.431Z | Downloaded terminal_size v0.2.6 |
803 | 2024-02-09T20:25:19.431Z | Downloaded anyhow v1.0.75 |
804 | 2024-02-09T20:25:19.431Z | Downloaded clap_lex v0.5.1 |
805 | 2024-02-09T20:25:19.431Z | Downloaded toml_edit v0.21.1 |
806 | 2024-02-09T20:25:19.483Z | Downloaded libc v0.2.153 |
807 | 2024-02-09T20:25:19.666Z | Compiling proc-macro2 v1.0.78 |
808 | 2024-02-09T20:25:19.667Z | Compiling unicode-ident v1.0.12 |
809 | 2024-02-09T20:25:19.674Z | Compiling serde v1.0.196 |
810 | 2024-02-09T20:25:19.674Z | Compiling libc v0.2.153 |
811 | 2024-02-09T20:25:19.674Z | Compiling io-lifetimes v1.0.11 |
812 | 2024-02-09T20:25:19.674Z | Compiling rustix v0.37.23 |
813 | 2024-02-09T20:25:19.724Z | Compiling hashbrown v0.14.2 |
814 | 2024-02-09T20:25:19.724Z | Compiling equivalent v1.0.1 |
815 | 2024-02-09T20:25:19.831Z | Compiling bitflags v1.3.2 |
816 | 2024-02-09T20:25:19.885Z | Compiling utf8parse v0.2.1 |
817 | 2024-02-09T20:25:19.922Z | Compiling serde_json v1.0.113 |
818 | 2024-02-09T20:25:20.037Z | Compiling anstyle-parse v0.2.1 |
819 | 2024-02-09T20:25:20.257Z | Compiling thiserror v1.0.56 |
820 | 2024-02-09T20:25:20.681Z | Compiling indexmap v2.2.2 |
821 | 2024-02-09T20:25:21.141Z | Compiling camino v1.1.6 |
822 | 2024-02-09T20:25:21.170Z | Compiling semver v1.0.21 |
823 | 2024-02-09T20:25:27.062Z | Compiling winnow v0.5.15 |
824 | 2024-02-09T20:25:27.450Z | Compiling anstyle v1.0.2 |
825 | 2024-02-09T20:25:27.451Z | Compiling colorchoice v1.0.0 |
826 | 2024-02-09T20:25:27.451Z | Compiling anstyle-query v1.0.0 |
827 | 2024-02-09T20:25:27.451Z | Compiling anstream v0.5.0 |
828 | 2024-02-09T20:25:27.451Z | Compiling heck v0.4.1 |
829 | 2024-02-09T20:25:27.451Z | Compiling clap_lex v0.5.1 |
830 | 2024-02-09T20:25:27.451Z | Compiling anyhow v1.0.75 |
831 | 2024-02-09T20:25:27.452Z | Compiling strsim v0.10.0 |
832 | 2024-02-09T20:25:27.452Z | Compiling quote v1.0.35 |
833 | 2024-02-09T20:25:27.452Z | Compiling itoa v1.0.9 |
834 | 2024-02-09T20:25:27.452Z | Compiling ryu v1.0.15 |
835 | 2024-02-09T20:25:27.452Z | Compiling syn v2.0.48 |
836 | 2024-02-09T20:25:27.452Z | Compiling errno v0.3.8 |
837 | 2024-02-09T20:25:27.452Z | Compiling terminal_size v0.2.6 |
838 | 2024-02-09T20:25:27.452Z | Compiling clap_builder v4.4.2 |
839 | 2024-02-09T20:25:27.709Z | Compiling serde_derive v1.0.196 |
840 | 2024-02-09T20:25:27.710Z | Compiling thiserror-impl v1.0.56 |
841 | 2024-02-09T20:25:27.724Z | Compiling clap_derive v4.4.2 |
842 | 2024-02-09T20:25:30.424Z | Compiling clap v4.4.3 |
843 | 2024-02-09T20:25:35.969Z | Compiling serde_spanned v0.6.5 |
844 | 2024-02-09T20:25:35.985Z | Compiling toml_datetime v0.6.5 |
845 | 2024-02-09T20:25:35.985Z | Compiling cargo-platform v0.1.3 |
846 | 2024-02-09T20:25:35.985Z | Compiling toml_edit v0.21.1 |
847 | 2024-02-09T20:25:36.856Z | Compiling cargo_metadata v0.18.1 |
848 | 2024-02-09T20:25:37.713Z | Compiling toml v0.8.9 |
849 | 2024-02-09T20:25:38.407Z | Compiling cargo_toml v0.19.0 |
850 | 2024-02-09T20:25:42.005Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
851 | 2024-02-09T20:25:42.907Z | Finished dev [unoptimized + debuginfo] target(s) in 42.41s |
852 | 2024-02-09T20:25:43.079Z | Running `target/debug/xtask clippy` |
853 | 2024-02-09T20:25:43.095Z | running: "/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/cargo" "clippy" "--all-targets" "--" "--deny" "warnings" "--allow" "clippy::style" |
854 | 2024-02-09T20:25:43.590Z | Downloading crates ... |
855 | 2024-02-09T20:25:43.821Z | Downloaded addr2line v0.21.0 |
856 | 2024-02-09T20:25:43.831Z | Downloaded criterion-plot v0.5.0 |
857 | 2024-02-09T20:25:43.837Z | Downloaded indoc v2.0.3 |
858 | 2024-02-09T20:25:43.840Z | Downloaded adler v1.0.2 |
859 | 2024-02-09T20:25:43.840Z | Downloaded ident_case v1.0.1 |
860 | 2024-02-09T20:25:43.843Z | Downloaded async-stream-impl v0.3.5 |
861 | 2024-02-09T20:25:43.844Z | Downloaded crossbeam-channel v0.5.8 |
862 | 2024-02-09T20:25:43.847Z | Downloaded convert_case v0.4.0 |
863 | 2024-02-09T20:25:43.850Z | Downloaded libtest-mimic v0.6.1 |
864 | 2024-02-09T20:25:43.854Z | Downloaded lazycell v1.3.0 |
865 | 2024-02-09T20:25:43.858Z | Downloaded atomicwrites v0.4.3 |
866 | 2024-02-09T20:25:43.860Z | Downloaded highway v1.1.0 |
867 | 2024-02-09T20:25:43.864Z | Downloaded linked-hash-map v0.5.6 |
868 | 2024-02-09T20:25:43.864Z | Downloaded instant v0.1.12 |
869 | 2024-02-09T20:25:43.868Z | Downloaded bit-vec v0.6.3 |
870 | 2024-02-09T20:25:43.876Z | Downloaded hex-literal v0.4.1 |
871 | 2024-02-09T20:25:43.879Z | Downloaded managed v0.8.0 |
872 | 2024-02-09T20:25:43.879Z | Downloaded approx v0.5.1 |
873 | 2024-02-09T20:25:43.883Z | Downloaded memmap2 v0.7.1 |
874 | 2024-02-09T20:25:43.886Z | Downloaded ansi_term v0.12.1 |
875 | 2024-02-09T20:25:43.888Z | Downloaded slog-json v2.6.1 |
876 | 2024-02-09T20:25:43.892Z | Downloaded ipnet v2.9.0 |
877 | 2024-02-09T20:25:43.897Z | Downloaded signal-hook-tokio v0.3.1 |
878 | 2024-02-09T20:25:43.897Z | Downloaded shell-words v1.1.0 |
879 | 2024-02-09T20:25:43.900Z | Downloaded cpufeatures v0.2.12 |
880 | 2024-02-09T20:25:43.900Z | Downloaded arrayvec v0.7.4 |
881 | 2024-02-09T20:25:43.903Z | Downloaded arrayref v0.3.7 |
882 | 2024-02-09T20:25:43.903Z | Downloaded assert_cmd v2.0.13 |
883 | 2024-02-09T20:25:43.906Z | Downloaded atomic-waker v1.1.1 |
884 | 2024-02-09T20:25:43.909Z | Downloaded crucible-workspace-hack v0.1.0 |
885 | 2024-02-09T20:25:43.909Z | Downloaded memoffset v0.7.1 |
886 | 2024-02-09T20:25:43.912Z | Downloaded http-body v1.0.0 |
887 | 2024-02-09T20:25:43.912Z | Downloaded argon2 v0.5.3 |
888 | 2024-02-09T20:25:43.915Z | Downloaded ahash v0.8.7 |
889 | 2024-02-09T20:25:43.918Z | Downloaded http-range v0.1.5 |
890 | 2024-02-09T20:25:43.921Z | Downloaded ciborium-io v0.2.2 |
891 | 2024-02-09T20:25:43.921Z | Downloaded take_mut v0.2.2 |
892 | 2024-02-09T20:25:43.924Z | Downloaded swrite v0.1.0 |
893 | 2024-02-09T20:25:43.924Z | Downloaded atty v0.2.14 |
894 | 2024-02-09T20:25:43.928Z | Downloaded is_ci v1.1.1 |
895 | 2024-02-09T20:25:43.928Z | Downloaded libloading v0.7.4 |
896 | 2024-02-09T20:25:43.931Z | Downloaded crunchy v0.2.2 |
897 | 2024-02-09T20:25:43.931Z | Downloaded cstr-argument v0.1.2 |
898 | 2024-02-09T20:25:43.934Z | Downloaded matches v0.1.10 |
899 | 2024-02-09T20:25:43.934Z | Downloaded nested v0.1.1 |
900 | 2024-02-09T20:25:43.937Z | Downloaded block-padding v0.3.3 |
901 | 2024-02-09T20:25:43.937Z | Downloaded match_cfg v0.1.0 |
902 | 2024-02-09T20:25:43.940Z | Downloaded assert_matches v1.5.0 |
903 | 2024-02-09T20:25:43.940Z | Downloaded linear-map v1.2.0 |
904 | 2024-02-09T20:25:43.943Z | Downloaded lru v0.12.1 |
905 | 2024-02-09T20:25:43.943Z | Downloaded async-recursion v1.0.5 |
906 | 2024-02-09T20:25:43.946Z | Downloaded corncobs v0.1.3 |
907 | 2024-02-09T20:25:43.953Z | Downloaded home v0.5.5 |
908 | 2024-02-09T20:25:43.953Z | Downloaded new_debug_unreachable v1.0.4 |
909 | 2024-02-09T20:25:43.953Z | Downloaded hostname v0.3.1 |
910 | 2024-02-09T20:25:43.953Z | Downloaded nodrop v0.1.14 |
911 | 2024-02-09T20:25:43.957Z | Downloaded hex v0.4.3 |
912 | 2024-02-09T20:25:43.957Z | Downloaded buf-list v1.0.3 |
913 | 2024-02-09T20:25:43.959Z | Downloaded bitflags v2.4.0 |
914 | 2024-02-09T20:25:43.962Z | Downloaded constant_time_eq v0.3.0 |
915 | 2024-02-09T20:25:43.968Z | Downloaded time-macros v0.2.13 |
916 | 2024-02-09T20:25:43.968Z | Downloaded autocfg v1.1.0 |
917 | 2024-02-09T20:25:43.971Z | Downloaded maplit v1.0.2 |
918 | 2024-02-09T20:25:43.971Z | Downloaded crypto-common v0.1.6 |
919 | 2024-02-09T20:25:43.971Z | Downloaded libsw v3.3.1 |
920 | 2024-02-09T20:25:43.974Z | Downloaded http-body v0.4.5 |
921 | 2024-02-09T20:25:43.974Z | Downloaded nibble_vec v0.1.0 |
922 | 2024-02-09T20:25:43.977Z | Downloaded maybe-uninit v2.0.0 |
923 | 2024-02-09T20:25:43.977Z | Downloaded bb8 v0.8.3 |
924 | 2024-02-09T20:25:43.980Z | Downloaded castaway v0.2.2 |
925 | 2024-02-09T20:25:43.980Z | Downloaded humantime v2.1.0 |
926 | 2024-02-09T20:25:43.983Z | Downloaded indoc v1.0.9 |
927 | 2024-02-09T20:25:43.985Z | Downloaded bytecount v0.6.3 |
928 | 2024-02-09T20:25:43.988Z | Downloaded cexpr v0.6.0 |
929 | 2024-02-09T20:25:43.991Z | Downloaded byteorder v1.5.0 |
930 | 2024-02-09T20:25:43.991Z | Downloaded md-5 v0.10.5 |
931 | 2024-02-09T20:25:43.994Z | Downloaded cfg-if v1.0.0 |
932 | 2024-02-09T20:25:43.997Z | Downloaded memoffset v0.9.0 |
933 | 2024-02-09T20:25:43.997Z | Downloaded chacha20 v0.9.1 |
934 | 2024-02-09T20:25:44.001Z | Downloaded ciborium v0.2.2 |
935 | 2024-02-09T20:25:44.004Z | Downloaded cast v0.3.0 |
936 | 2024-02-09T20:25:44.004Z | Downloaded httpdate v1.0.3 |
937 | 2024-02-09T20:25:44.010Z | Downloaded bit-set v0.5.3 |
938 | 2024-02-09T20:25:44.010Z | Downloaded sec1 v0.7.3 |
939 | 2024-02-09T20:25:44.013Z | Downloaded lalrpop-util v0.19.12 |
940 | 2024-02-09T20:25:44.013Z | Downloaded lock_api v0.4.10 |
941 | 2024-02-09T20:25:44.013Z | Downloaded crc32fast v1.3.2 |
942 | 2024-02-09T20:25:44.016Z | Downloaded waitgroup v0.1.2 |
943 | 2024-02-09T20:25:44.016Z | Downloaded cfg-expr v0.15.6 |
944 | 2024-02-09T20:25:44.020Z | Downloaded tar v0.4.40 |
945 | 2024-02-09T20:25:44.023Z | Downloaded newtype_derive v0.1.6 |
946 | 2024-02-09T20:25:44.023Z | Downloaded normalize-line-endings v0.3.0 |
947 | 2024-02-09T20:25:44.026Z | Downloaded csv-core v0.1.11 |
948 | 2024-02-09T20:25:44.026Z | Downloaded base64ct v1.6.0 |
949 | 2024-02-09T20:25:44.029Z | Downloaded serde_tokenstream v0.1.7 |
950 | 2024-02-09T20:25:44.035Z | Downloaded blake2 v0.10.6 |
951 | 2024-02-09T20:25:44.038Z | Downloaded parse-size v1.0.0 |
952 | 2024-02-09T20:25:44.038Z | Downloaded foreign-types-shared v0.3.1 |
953 | 2024-02-09T20:25:44.038Z | Downloaded memmap v0.7.0 |
954 | 2024-02-09T20:25:44.041Z | Downloaded cancel-safe-futures v0.1.5 |
955 | 2024-02-09T20:25:44.045Z | Downloaded native-tls v0.2.11 |
956 | 2024-02-09T20:25:44.045Z | Downloaded strum v0.25.0 |
957 | 2024-02-09T20:25:44.051Z | Downloaded lru-cache v0.1.2 |
958 | 2024-02-09T20:25:44.051Z | Downloaded mime_guess v2.0.4 |
959 | 2024-02-09T20:25:44.051Z | Downloaded macaddr v1.0.1 |
960 | 2024-02-09T20:25:44.051Z | Downloaded hyper-rustls v0.26.0 |
961 | 2024-02-09T20:25:44.054Z | Downloaded camino-tempfile v1.1.1 |
962 | 2024-02-09T20:25:44.054Z | Downloaded indexmap v1.9.3 |
963 | 2024-02-09T20:25:44.057Z | Downloaded base16ct v0.2.0 |
964 | 2024-02-09T20:25:44.060Z | Downloaded async-trait v0.1.77 |
965 | 2024-02-09T20:25:44.063Z | Downloaded num-integer v0.1.45 |
966 | 2024-02-09T20:25:44.067Z | Downloaded filetime v0.2.23 |
967 | 2024-02-09T20:25:44.067Z | Downloaded unicode-width v0.1.11 |
968 | 2024-02-09T20:25:44.070Z | Downloaded doc-comment v0.3.3 |
969 | 2024-02-09T20:25:44.070Z | Downloaded backoff v0.4.0 |
970 | 2024-02-09T20:25:44.073Z | Downloaded usdt v0.5.0 |
971 | 2024-02-09T20:25:44.073Z | Downloaded crc v3.0.1 |
972 | 2024-02-09T20:25:44.075Z | Downloaded cipher v0.4.4 |
973 | 2024-02-09T20:25:44.078Z | Downloaded bcs v0.1.6 |
974 | 2024-02-09T20:25:44.078Z | Downloaded inout v0.1.3 |
975 | 2024-02-09T20:25:44.081Z | Downloaded constant_time_eq v0.2.6 |
976 | 2024-02-09T20:25:44.081Z | Downloaded difflib v0.4.0 |
977 | 2024-02-09T20:25:44.085Z | Downloaded keccak v0.1.4 |
978 | 2024-02-09T20:25:44.085Z | Downloaded is-terminal v0.4.9 |
979 | 2024-02-09T20:25:44.089Z | Downloaded signature v2.1.0 |
980 | 2024-02-09T20:25:44.089Z | Downloaded lazy_static v1.4.0 |
981 | 2024-02-09T20:25:44.092Z | Downloaded ciborium-ll v0.2.2 |
982 | 2024-02-09T20:25:44.092Z | Downloaded slog-scope v4.4.0 |
983 | 2024-02-09T20:25:44.092Z | Downloaded phf v0.11.2 |
984 | 2024-02-09T20:25:44.098Z | Downloaded crossbeam-utils v0.8.16 |
985 | 2024-02-09T20:25:44.101Z | Downloaded pem v3.0.2 |
986 | 2024-02-09T20:25:44.101Z | Downloaded libefi-sys v0.1.0 |
987 | 2024-02-09T20:25:44.101Z | Downloaded string_cache v0.8.7 |
988 | 2024-02-09T20:25:44.101Z | Downloaded sqlformat v0.2.3 |
989 | 2024-02-09T20:25:44.104Z | Downloaded openssl-probe v0.1.5 |
990 | 2024-02-09T20:25:44.104Z | Downloaded usdt v0.3.5 |
991 | 2024-02-09T20:25:44.107Z | Downloaded futures-core v0.3.30 |
992 | 2024-02-09T20:25:44.107Z | Downloaded nu-ansi-term v0.49.0 |
993 | 2024-02-09T20:25:44.110Z | Downloaded strsim v0.8.0 |
994 | 2024-02-09T20:25:44.111Z | Downloaded pretty-hex v0.4.1 |
995 | 2024-02-09T20:25:44.117Z | Downloaded foreign-types v0.5.0 |
996 | 2024-02-09T20:25:44.117Z | Downloaded strip-ansi-escapes v0.2.0 |
997 | 2024-02-09T20:25:44.117Z | Downloaded siphasher v0.3.11 |
998 | 2024-02-09T20:25:44.117Z | Downloaded plain v0.2.3 |
999 | 2024-02-09T20:25:44.120Z | Downloaded cookie v0.18.0 |
1000 | 2024-02-09T20:25:44.120Z | Downloaded clang-sys v1.6.1 |
1001 | 2024-02-09T20:25:44.123Z | Downloaded usdt-macro v0.3.5 |
1002 | 2024-02-09T20:25:44.123Z | Downloaded proc-macro-error-attr v1.0.4 |
1003 | 2024-02-09T20:25:44.126Z | Downloaded time-core v0.1.1 |
1004 | 2024-02-09T20:25:44.126Z | Downloaded packed_struct v0.10.1 |
1005 | 2024-02-09T20:25:44.130Z | Downloaded stringprep v0.1.3 |
1006 | 2024-02-09T20:25:44.130Z | Downloaded hmac v0.12.1 |
1007 | 2024-02-09T20:25:44.133Z | Downloaded signal-hook-registry v1.4.1 |
1008 | 2024-02-09T20:25:44.133Z | Downloaded serde-hex v0.1.0 |
1009 | 2024-02-09T20:25:44.136Z | Downloaded remove_dir_all v0.5.3 |
1010 | 2024-02-09T20:25:44.136Z | Downloaded rustls-native-certs v0.7.0 |
1011 | 2024-02-09T20:25:44.139Z | Downloaded endian-type v0.1.2 |
1012 | 2024-02-09T20:25:44.139Z | Downloaded log v0.4.20 |
1013 | 2024-02-09T20:25:44.142Z | Downloaded oorandom v11.1.3 |
1014 | 2024-02-09T20:25:44.142Z | Downloaded num-complex v0.4.4 |
1015 | 2024-02-09T20:25:44.145Z | Downloaded schemars_derive v0.8.16 |
1016 | 2024-02-09T20:25:44.148Z | Downloaded allocator-api2 v0.2.16 |
1017 | 2024-02-09T20:25:44.151Z | Downloaded strum v0.26.1 |
1018 | 2024-02-09T20:25:44.151Z | Downloaded newline-converter v0.3.0 |
1019 | 2024-02-09T20:25:44.153Z | Downloaded miniz_oxide v0.7.1 |
1020 | 2024-02-09T20:25:44.154Z | Downloaded rustc_version v0.1.7 |
1021 | 2024-02-09T20:25:44.156Z | Downloaded whoami v1.4.1 |
1022 | 2024-02-09T20:25:44.157Z | Downloaded pin-utils v0.1.0 |
1023 | 2024-02-09T20:25:44.159Z | Downloaded console v0.15.8 |
1024 | 2024-02-09T20:25:44.162Z | Downloaded rustfmt-wrapper v0.2.0 |
1025 | 2024-02-09T20:25:44.163Z | Downloaded getrandom v0.2.10 |
1026 | 2024-02-09T20:25:44.165Z | Downloaded foreign-types-shared v0.1.1 |
1027 | 2024-02-09T20:25:44.171Z | Downloaded diesel_table_macro_syntax v0.1.0 |
1028 | 2024-02-09T20:25:44.171Z | Downloaded opaque-debug v0.3.0 |
1029 | 2024-02-09T20:25:44.174Z | Downloaded peeking_take_while v0.1.2 |
1030 | 2024-02-09T20:25:44.174Z | Downloaded precomputed-hash v0.1.1 |
1031 | 2024-02-09T20:25:44.174Z | Downloaded slog-bunyan v2.5.0 |
1032 | 2024-02-09T20:25:44.175Z | Downloaded rand_chacha v0.3.1 |
1033 | 2024-02-09T20:25:44.175Z | Downloaded crossbeam v0.8.2 |
1034 | 2024-02-09T20:25:44.178Z | Downloaded predicates-tree v1.0.9 |
1035 | 2024-02-09T20:25:44.178Z | Downloaded synstructure v0.12.6 |
1036 | 2024-02-09T20:25:44.178Z | Downloaded crypto-bigint v0.5.2 |
1037 | 2024-02-09T20:25:44.188Z | Downloaded packed_struct_codegen v0.10.1 |
1038 | 2024-02-09T20:25:44.195Z | Downloaded bytes v1.5.0 |
1039 | 2024-02-09T20:25:44.195Z | Downloaded derive_builder_macro v0.12.0 |
1040 | 2024-02-09T20:25:44.196Z | Downloaded num-traits v0.2.16 |
1041 | 2024-02-09T20:25:44.217Z | Downloaded half v2.3.1 |
1042 | 2024-02-09T20:25:44.217Z | Downloaded rustversion v1.0.14 |
1043 | 2024-02-09T20:25:44.217Z | Downloaded dtrace-parser v0.2.0 |
1044 | 2024-02-09T20:25:44.217Z | Downloaded multer v3.0.0 |
1045 | 2024-02-09T20:25:44.217Z | Downloaded mockall_derive v0.12.0 |
1046 | 2024-02-09T20:25:44.217Z | Downloaded hyper-util v0.1.2 |
1047 | 2024-02-09T20:25:44.239Z | Downloaded tap v1.0.1 |
1048 | 2024-02-09T20:25:44.239Z | Downloaded topological-sort v0.2.2 |
1049 | 2024-02-09T20:25:44.239Z | Downloaded heck v0.3.3 |
1050 | 2024-02-09T20:25:44.239Z | Downloaded shlex v1.3.0 |
1051 | 2024-02-09T20:25:44.239Z | Downloaded darling_macro v0.14.4 |
1052 | 2024-02-09T20:25:44.239Z | Downloaded rustc-hash v1.1.0 |
1053 | 2024-02-09T20:25:44.239Z | Downloaded headers-core v0.2.0 |
1054 | 2024-02-09T20:25:44.239Z | Downloaded usdt-attr-macro v0.3.5 |
1055 | 2024-02-09T20:25:44.239Z | Downloaded defmt-parser v0.3.3 |
1056 | 2024-02-09T20:25:44.239Z | Downloaded zeroize_derive v1.4.2 |
1057 | 2024-02-09T20:25:44.239Z | Downloaded form_urlencoded v1.2.1 |
1058 | 2024-02-09T20:25:44.239Z | Downloaded float-cmp v0.9.0 |
1059 | 2024-02-09T20:25:44.240Z | Downloaded uuid v1.7.0 |
1060 | 2024-02-09T20:25:44.243Z | Downloaded pkcs8 v0.10.2 |
1061 | 2024-02-09T20:25:44.244Z | Downloaded rustc-demangle v0.1.23 |
1062 | 2024-02-09T20:25:44.244Z | Downloaded ref-cast-impl v1.0.20 |
1063 | 2024-02-09T20:25:44.244Z | Downloaded r2d2 v0.8.10 |
1064 | 2024-02-09T20:25:44.244Z | Downloaded hash32 v0.3.1 |
1065 | 2024-02-09T20:25:44.244Z | Downloaded derive_more v0.99.17 |
1066 | 2024-02-09T20:25:44.247Z | Downloaded yansi v0.5.1 |
1067 | 2024-02-09T20:25:44.253Z | Downloaded platforms v3.0.2 |
1068 | 2024-02-09T20:25:44.253Z | Downloaded poly1305 v0.8.0 |
1069 | 2024-02-09T20:25:44.256Z | Downloaded scopeguard v1.2.0 |
1070 | 2024-02-09T20:25:44.256Z | Downloaded rustls-pki-types v1.1.0 |
1071 | 2024-02-09T20:25:44.256Z | Downloaded futures v0.3.30 |
1072 | 2024-02-09T20:25:44.261Z | Downloaded ena v0.14.2 |
1073 | 2024-02-09T20:25:44.267Z | Downloaded dyn-clone v1.0.16 |
1074 | 2024-02-09T20:25:44.280Z | Downloaded serde_yaml v0.9.25 |
1075 | 2024-02-09T20:25:44.280Z | Downloaded dof v0.3.0 |
1076 | 2024-02-09T20:25:44.280Z | Downloaded crc-any v2.4.3 |
1077 | 2024-02-09T20:25:44.280Z | Downloaded num_enum_derive v0.5.11 |
1078 | 2024-02-09T20:25:44.280Z | Downloaded flate2 v1.0.28 |
1079 | 2024-02-09T20:25:44.280Z | Downloaded unicode-linebreak v0.1.5 |
1080 | 2024-02-09T20:25:44.288Z | Downloaded rsa v0.9.2 |
1081 | 2024-02-09T20:25:44.288Z | Downloaded mio v0.8.9 |
1082 | 2024-02-09T20:25:44.291Z | Downloaded ed25519 v1.5.3 |
1083 | 2024-02-09T20:25:44.294Z | Downloaded datatest-stable v0.2.3 |
1084 | 2024-02-09T20:25:44.294Z | Downloaded similar-asserts v1.5.0 |
1085 | 2024-02-09T20:25:44.300Z | Downloaded unicase v2.7.0 |
1086 | 2024-02-09T20:25:44.303Z | Downloaded num_cpus v1.16.0 |
1087 | 2024-02-09T20:25:44.303Z | Downloaded supports-color v2.1.0 |
1088 | 2024-02-09T20:25:44.303Z | Downloaded oso-derive v0.27.0 |
1089 | 2024-02-09T20:25:44.303Z | Downloaded proc-macro-crate v1.3.1 |
1090 | 2024-02-09T20:25:44.306Z | Downloaded openssl-sys v0.9.96 |
1091 | 2024-02-09T20:25:44.309Z | Downloaded curve25519-dalek-derive v0.1.0 |
1092 | 2024-02-09T20:25:44.312Z | Downloaded derive_builder_core v0.12.0 |
1093 | 2024-02-09T20:25:44.312Z | Downloaded structmeta-derive v0.2.0 |
1094 | 2024-02-09T20:25:44.315Z | Downloaded wyz v0.5.1 |
1095 | 2024-02-09T20:25:44.315Z | Downloaded ppv-lite86 v0.2.17 |
1096 | 2024-02-09T20:25:44.318Z | Downloaded resolv-conf v0.7.0 |
1097 | 2024-02-09T20:25:44.318Z | Downloaded xattr v1.0.1 |
1098 | 2024-02-09T20:25:44.321Z | Downloaded serde_derive_internals v0.26.0 |
1099 | 2024-02-09T20:25:44.323Z | Downloaded flagset v0.4.3 |
1100 | 2024-02-09T20:25:44.324Z | Downloaded foreign-types v0.3.2 |
1101 | 2024-02-09T20:25:44.326Z | Downloaded parking_lot v0.12.1 |
1102 | 2024-02-09T20:25:44.326Z | Downloaded similar v2.3.0 |
1103 | 2024-02-09T20:25:44.331Z | Downloaded defmt-macros v0.3.6 |
1104 | 2024-02-09T20:25:44.334Z | Downloaded untrusted v0.7.1 |
1105 | 2024-02-09T20:25:44.337Z | Downloaded debug-ignore v1.0.5 |
1106 | 2024-02-09T20:25:44.340Z | Downloaded glob v0.3.1 |
1107 | 2024-02-09T20:25:44.340Z | Downloaded const-oid v0.9.5 |
1108 | 2024-02-09T20:25:44.343Z | Downloaded rustls-pemfile v1.0.3 |
1109 | 2024-02-09T20:25:44.346Z | Downloaded display-error-chain v0.2.0 |
1110 | 2024-02-09T20:25:44.346Z | Downloaded dtrace-parser v0.1.14 |
1111 | 2024-02-09T20:25:44.346Z | Downloaded num_enum v0.5.11 |
1112 | 2024-02-09T20:25:44.350Z | Downloaded unarray v0.1.4 |
1113 | 2024-02-09T20:25:44.353Z | Downloaded usdt-attr-macro v0.5.0 |
1114 | 2024-02-09T20:25:44.353Z | Downloaded rusty-fork v0.3.0 |
1115 | 2024-02-09T20:25:44.356Z | Downloaded quick-error v1.2.3 |
1116 | 2024-02-09T20:25:44.361Z | Downloaded num v0.4.1 |
1117 | 2024-02-09T20:25:44.362Z | Downloaded structmeta v0.3.0 |
1118 | 2024-02-09T20:25:44.364Z | Downloaded rand_xorshift v0.3.0 |
1119 | 2024-02-09T20:25:44.365Z | Downloaded futures-macro v0.3.30 |
1120 | 2024-02-09T20:25:44.365Z | Downloaded postgres-types v0.2.6 |
1121 | 2024-02-09T20:25:44.365Z | Downloaded http v1.0.0 |
1122 | 2024-02-09T20:25:44.368Z | Downloaded phf_shared v0.10.0 |
1123 | 2024-02-09T20:25:44.371Z | Downloaded darling_macro v0.20.3 |
1124 | 2024-02-09T20:25:44.371Z | Downloaded pest_generator v2.7.6 |
1125 | 2024-02-09T20:25:44.374Z | Downloaded parse-display-derive v0.9.0 |
1126 | 2024-02-09T20:25:44.374Z | Downloaded structmeta v0.2.0 |
1127 | 2024-02-09T20:25:44.374Z | Downloaded termtree v0.4.1 |
1128 | 2024-02-09T20:25:44.380Z | Downloaded pretty-hex v0.2.1 |
1129 | 2024-02-09T20:25:44.380Z | Downloaded generic-array v0.14.7 |
1130 | 2024-02-09T20:25:44.383Z | Downloaded libm v0.2.7 |
1131 | 2024-02-09T20:25:44.391Z | Downloaded fragile v2.0.0 |
1132 | 2024-02-09T20:25:44.395Z | Downloaded minimal-lexical v0.2.1 |
1133 | 2024-02-09T20:25:44.401Z | Downloaded structmeta-derive v0.3.0 |
1134 | 2024-02-09T20:25:44.403Z | Downloaded signal-hook-mio v0.2.3 |
1135 | 2024-02-09T20:25:44.406Z | Downloaded fallible-iterator v0.2.0 |
1136 | 2024-02-09T20:25:44.406Z | Downloaded pkg-config v0.3.27 |
1137 | 2024-02-09T20:25:44.409Z | Downloaded trust-dns-client v0.22.0 |
1138 | 2024-02-09T20:25:44.416Z | Downloaded untrusted v0.9.0 |
1139 | 2024-02-09T20:25:44.419Z | Downloaded impl-trait-for-tuples v0.2.2 |
1140 | 2024-02-09T20:25:44.422Z | Downloaded papergrid v0.11.0 |
1141 | 2024-02-09T20:25:44.426Z | Downloaded crossterm v0.27.0 |
1142 | 2024-02-09T20:25:44.434Z | Downloaded phf_shared v0.11.2 |
1143 | 2024-02-09T20:25:44.438Z | Downloaded pem-rfc7468 v0.7.0 |
1144 | 2024-02-09T20:25:44.441Z | Downloaded pin-project-internal v1.1.3 |
1145 | 2024-02-09T20:25:44.441Z | Downloaded hash32 v0.2.1 |
1146 | 2024-02-09T20:25:44.444Z | Downloaded tokio-macros v2.2.0 |
1147 | 2024-02-09T20:25:44.446Z | Downloaded rustls-pemfile v2.0.0 |
1148 | 2024-02-09T20:25:44.446Z | Downloaded crc-catalog v2.2.0 |
1149 | 2024-02-09T20:25:44.450Z | Downloaded tempfile v3.10.0 |
1150 | 2024-02-09T20:25:44.453Z | Downloaded num-rational v0.4.1 |
1151 | 2024-02-09T20:25:44.456Z | Downloaded oso v0.27.0 |
1152 | 2024-02-09T20:25:44.458Z | Downloaded salty v0.2.0 |
1153 | 2024-02-09T20:25:44.463Z | Downloaded thread_local v1.1.7 |
1154 | 2024-02-09T20:25:44.876Z | Downloaded futures-task v0.3.30 |
1155 | 2024-02-09T20:25:44.900Z | Downloaded itertools v0.12.1 |
1156 | 2024-02-09T20:25:44.901Z | Downloaded fastrand v2.0.1 |
1157 | 2024-02-09T20:25:44.901Z | Downloaded once_cell v1.19.0 |
1158 | 2024-02-09T20:25:44.901Z | Downloaded thiserror-no-std v2.0.2 |
1159 | 2024-02-09T20:25:44.902Z | Downloaded unicode-xid v0.2.4 |
1160 | 2024-02-09T20:25:44.902Z | Downloaded spin v0.9.8 |
1161 | 2024-02-09T20:25:44.902Z | Downloaded tower-service v0.3.2 |
1162 | 2024-02-09T20:25:44.902Z | Downloaded flume v0.11.0 |
1163 | 2024-02-09T20:25:44.902Z | Downloaded zerocopy-derive v0.7.32 |
1164 | 2024-02-09T20:25:44.903Z | Downloaded target-spec v3.1.0 |
1165 | 2024-02-09T20:25:44.903Z | Downloaded number_prefix v0.4.0 |
1166 | 2024-02-09T20:25:44.903Z | Downloaded futures-sink v0.3.30 |
1167 | 2024-02-09T20:25:44.903Z | Downloaded unicode-segmentation v1.10.1 |
1168 | 2024-02-09T20:25:44.903Z | Downloaded plotters-svg v0.3.5 |
1169 | 2024-02-09T20:25:44.904Z | Downloaded stability v0.1.1 |
1170 | 2024-02-09T20:25:44.904Z | Downloaded pathdiff v0.2.1 |
1171 | 2024-02-09T20:25:44.904Z | Downloaded target-lexicon v0.12.13 |
1172 | 2024-02-09T20:25:44.904Z | Downloaded tokio-stream v0.1.14 |
1173 | 2024-02-09T20:25:44.904Z | Downloaded toml v0.7.8 |
1174 | 2024-02-09T20:25:44.904Z | Downloaded heapless v0.7.16 |
1175 | 2024-02-09T20:25:44.904Z | Downloaded try-lock v0.2.4 |
1176 | 2024-02-09T20:25:44.904Z | Downloaded sqlparser_derive v0.2.2 |
1177 | 2024-02-09T20:25:44.905Z | Downloaded unicode-normalization v0.1.22 |
1178 | 2024-02-09T20:25:44.905Z | Downloaded tinytemplate v1.2.1 |
1179 | 2024-02-09T20:25:44.905Z | Downloaded proc-macro-error v1.0.4 |
1180 | 2024-02-09T20:25:44.905Z | Downloaded expectorate v1.1.0 |
1181 | 2024-02-09T20:25:44.905Z | Downloaded scroll_derive v0.12.0 |
1182 | 2024-02-09T20:25:44.905Z | Downloaded snafu-derive v0.7.5 |
1183 | 2024-02-09T20:25:44.905Z | Downloaded num_threads v0.1.6 |
1184 | 2024-02-09T20:25:44.905Z | Downloaded rayon-core v1.12.0 |
1185 | 2024-02-09T20:25:44.906Z | Downloaded usdt-macro v0.5.0 |
1186 | 2024-02-09T20:25:44.906Z | Downloaded typed-path v0.7.0 |
1187 | 2024-02-09T20:25:44.906Z | Downloaded tokio-postgres v0.7.10 |
1188 | 2024-02-09T20:25:44.906Z | Downloaded termcolor v1.2.0 |
1189 | 2024-02-09T20:25:44.906Z | Downloaded smawk v0.3.1 |
1190 | 2024-02-09T20:25:44.907Z | Downloaded smallvec v0.6.14 |
1191 | 2024-02-09T20:25:44.907Z | Downloaded pkcs1 v0.7.5 |
1192 | 2024-02-09T20:25:44.907Z | Downloaded structopt v0.3.26 |
1193 | 2024-02-09T20:25:44.907Z | Downloaded guppy-workspace-hack v0.1.0 |
1194 | 2024-02-09T20:25:44.907Z | Downloaded rstest_macros v0.18.2 |
1195 | 2024-02-09T20:25:44.907Z | Downloaded serde_urlencoded v0.7.1 |
1196 | 2024-02-09T20:25:44.907Z | Downloaded either v1.9.0 |
1197 | 2024-02-09T20:25:44.908Z | Downloaded nom v7.1.3 |
1198 | 2024-02-09T20:25:44.908Z | Downloaded num-bigint-dig v0.8.4 |
1199 | 2024-02-09T20:25:44.908Z | Downloaded olpc-cjson v0.1.3 |
1200 | 2024-02-09T20:25:44.908Z | Downloaded dirs-next v2.0.0 |
1201 | 2024-02-09T20:25:44.908Z | Downloaded semver v0.1.20 |
1202 | 2024-02-09T20:25:44.908Z | Downloaded secrecy v0.8.0 |
1203 | 2024-02-09T20:25:44.909Z | Downloaded tui-tree-widget v0.17.0 |
1204 | 2024-02-09T20:25:44.909Z | Downloaded data-encoding v2.4.0 |
1205 | 2024-02-09T20:25:44.909Z | Downloaded tempdir v0.3.7 |
1206 | 2024-02-09T20:25:44.909Z | Downloaded aho-corasick v1.0.4 |
1207 | 2024-02-09T20:25:44.909Z | Downloaded static_assertions v1.1.0 |
1208 | 2024-02-09T20:25:44.909Z | Downloaded want v0.3.1 |
1209 | 2024-02-09T20:25:44.909Z | Downloaded hashbrown v0.13.2 |
1210 | 2024-02-09T20:25:44.909Z | Downloaded socket2 v0.4.9 |
1211 | 2024-02-09T20:25:44.909Z | Downloaded ff v0.13.0 |
1212 | 2024-02-09T20:25:44.909Z | Downloaded steno v0.4.0 |
1213 | 2024-02-09T20:25:44.909Z | Downloaded rcgen v0.12.1 |
1214 | 2024-02-09T20:25:44.910Z | Downloaded percent-encoding v2.3.1 |
1215 | 2024-02-09T20:25:44.910Z | Downloaded fxhash v0.2.1 |
1216 | 2024-02-09T20:25:44.910Z | Downloaded signal-hook v0.3.17 |
1217 | 2024-02-09T20:25:44.910Z | Downloaded indicatif v0.17.7 |
1218 | 2024-02-09T20:25:44.910Z | Downloaded spin v0.5.2 |
1219 | 2024-02-09T20:25:44.910Z | Downloaded dirs-sys-next v0.1.2 |
1220 | 2024-02-09T20:25:44.911Z | Downloaded subtle v2.5.0 |
1221 | 2024-02-09T20:25:44.911Z | Downloaded digest v0.10.7 |
1222 | 2024-02-09T20:25:44.911Z | Downloaded sha1 v0.10.6 |
1223 | 2024-02-09T20:25:44.911Z | Downloaded x509-cert v0.2.4 |
1224 | 2024-02-09T20:25:44.911Z | Downloaded gethostname v0.4.3 |
1225 | 2024-02-09T20:25:44.912Z | Downloaded textwrap v0.11.0 |
1226 | 2024-02-09T20:25:44.912Z | Downloaded paste v1.0.14 |
1227 | 2024-02-09T20:25:44.912Z | Downloaded fd-lock v3.0.13 |
1228 | 2024-02-09T20:25:44.912Z | Downloaded walkdir v2.4.0 |
1229 | 2024-02-09T20:25:44.912Z | Downloaded vsss-rs v3.3.4 |
1230 | 2024-02-09T20:25:44.912Z | Downloaded version_check v0.9.4 |
1231 | 2024-02-09T20:25:44.912Z | Downloaded vec_map v0.8.2 |
1232 | 2024-02-09T20:25:44.912Z | Downloaded same-file v1.0.6 |
1233 | 2024-02-09T20:25:44.912Z | Downloaded slog-async v2.8.0 |
1234 | 2024-02-09T20:25:44.912Z | Downloaded group v0.13.0 |
1235 | 2024-02-09T20:25:44.912Z | Downloaded usdt-impl v0.5.0 |
1236 | 2024-02-09T20:25:44.913Z | Downloaded zerocopy v0.3.0 |
1237 | 2024-02-09T20:25:44.913Z | Downloaded url v2.5.0 |
1238 | 2024-02-09T20:25:44.913Z | Downloaded parking_lot_core v0.9.8 |
1239 | 2024-02-09T20:25:44.913Z | Downloaded tungstenite v0.20.1 |
1240 | 2024-02-09T20:25:44.913Z | Downloaded serde_with_macros v3.6.0 |
1241 | 2024-02-09T20:25:44.913Z | Downloaded test-strategy v0.3.1 |
1242 | 2024-02-09T20:25:44.913Z | Downloaded password-hash v0.5.0 |
1243 | 2024-02-09T20:25:44.913Z | Downloaded der_derive v0.7.2 |
1244 | 2024-02-09T20:25:44.913Z | Downloaded strum_macros v0.26.1 |
1245 | 2024-02-09T20:25:44.913Z | Downloaded getopts v0.2.21 |
1246 | 2024-02-09T20:25:44.913Z | Downloaded tinyvec v1.6.0 |
1247 | 2024-02-09T20:25:44.914Z | Downloaded embedded-io v0.4.0 |
1248 | 2024-02-09T20:25:44.914Z | Downloaded parking_lot_core v0.8.6 |
1249 | 2024-02-09T20:25:44.914Z | Downloaded textwrap v0.16.0 |
1250 | 2024-02-09T20:25:44.914Z | Downloaded rand v0.8.5 |
1251 | 2024-02-09T20:25:44.914Z | Downloaded stable_deref_trait v1.2.0 |
1252 | 2024-02-09T20:25:44.914Z | Downloaded relative-path v1.9.0 |
1253 | 2024-02-09T20:25:44.914Z | Downloaded trybuild v1.0.89 |
1254 | 2024-02-09T20:25:44.914Z | Downloaded derive-where v1.2.7 |
1255 | 2024-02-09T20:25:45.558Z | Downloaded vte v0.11.1 |
1256 | 2024-02-09T20:25:45.558Z | Downloaded sha2 v0.10.8 |
1257 | 2024-02-09T20:25:45.559Z | Downloaded zone v0.3.0 |
1258 | 2024-02-09T20:25:45.559Z | Downloaded heapless v0.8.0 |
1259 | 2024-02-09T20:25:45.559Z | Downloaded rustyline v13.0.0 |
1260 | 2024-02-09T20:25:45.559Z | Downloaded quick-xml v0.30.0 |
1261 | 2024-02-09T20:25:45.559Z | Downloaded scroll v0.12.0 |
1262 | 2024-02-09T20:25:45.559Z | Downloaded prettyplease v0.2.16 |
1263 | 2024-02-09T20:25:45.559Z | Downloaded pin-project v1.1.3 |
1264 | 2024-02-09T20:25:45.559Z | Downloaded omicron-zone-package v0.11.0 |
1265 | 2024-02-09T20:25:45.559Z | Downloaded darling_core v0.14.4 |
1266 | 2024-02-09T20:25:45.559Z | Downloaded tough v0.16.0 |
1267 | 2024-02-09T20:25:45.559Z | Downloaded darling v0.14.4 |
1268 | 2024-02-09T20:25:45.560Z | Downloaded trust-dns-server v0.22.1 |
1269 | 2024-02-09T20:25:45.560Z | Downloaded darling_core v0.20.3 |
1270 | 2024-02-09T20:25:45.560Z | Downloaded chrono v0.4.31 |
1271 | 2024-02-09T20:25:45.560Z | Downloaded der v0.7.8 |
1272 | 2024-02-09T20:25:45.560Z | Downloaded criterion v0.5.1 |
1273 | 2024-02-09T20:25:45.560Z | Downloaded reedline v0.28.0 |
1274 | 2024-02-09T20:25:45.560Z | Downloaded smoltcp v0.9.1 |
1275 | 2024-02-09T20:25:45.560Z | Downloaded portable-atomic v1.4.3 |
1276 | 2024-02-09T20:25:45.560Z | Downloaded serde_with v3.6.0 |
1277 | 2024-02-09T20:25:45.561Z | Downloaded h2 v0.3.24 |
1278 | 2024-02-09T20:25:45.561Z | Downloaded nix v0.27.1 |
1279 | 2024-02-09T20:25:45.561Z | Downloaded rayon v1.8.0 |
1280 | 2024-02-09T20:25:45.561Z | Downloaded pest v2.7.6 |
1281 | 2024-02-09T20:25:45.561Z | Downloaded sqlparser v0.43.1 |
1282 | 2024-02-09T20:25:45.561Z | Downloaded goblin v0.8.0 |
1283 | 2024-02-09T20:25:45.561Z | Downloaded idna v0.2.3 |
1284 | 2024-02-09T20:25:45.561Z | Downloaded zerocopy v0.7.32 |
1285 | 2024-02-09T20:25:45.561Z | Downloaded regex-automata v0.1.10 |
1286 | 2024-02-09T20:25:45.561Z | Downloaded petgraph v0.6.4 |
1287 | 2024-02-09T20:25:45.561Z | Downloaded guppy v0.17.5 |
1288 | 2024-02-09T20:25:45.561Z | Downloaded rustls-webpki v0.102.1 |
1289 | 2024-02-09T20:25:45.562Z | Downloaded vcpkg v0.2.15 |
1290 | 2024-02-09T20:25:45.562Z | Downloaded futures-util v0.3.30 |
1291 | 2024-02-09T20:25:45.562Z | Downloaded radix_trie v0.2.1 |
1292 | 2024-02-09T20:25:45.562Z | Downloaded regex v1.10.3 |
1293 | 2024-02-09T20:25:45.562Z | Downloaded object v0.32.1 |
1294 | 2024-02-09T20:25:45.562Z | Downloaded idna v0.5.0 |
1295 | 2024-02-09T20:25:45.562Z | Downloaded curve25519-dalek v4.1.1 |
1296 | 2024-02-09T20:25:45.562Z | Downloaded bstr v1.6.0 |
1297 | 2024-02-09T20:25:45.562Z | Downloaded syn v1.0.109 |
1298 | 2024-02-09T20:25:45.562Z | Downloaded regex-syntax v0.6.29 |
1299 | 2024-02-09T20:25:45.562Z | Downloaded smoltcp v0.11.0 |
1300 | 2024-02-09T20:25:45.563Z | Downloaded rustls v0.22.2 |
1301 | 2024-02-09T20:25:45.563Z | Downloaded regex-syntax v0.8.2 |
1302 | 2024-02-09T20:25:45.563Z | Downloaded ratatui v0.26.0 |
1303 | 2024-02-09T20:25:45.563Z | Downloaded rustix v0.38.31 |
1304 | 2024-02-09T20:25:45.563Z | Downloaded bzip2-sys v0.1.11+1.0.8 |
1305 | 2024-02-09T20:25:45.563Z | Downloaded sled v0.34.7 |
1306 | 2024-02-09T20:25:45.563Z | Downloaded sha3 v0.10.8 |
1307 | 2024-02-09T20:25:45.563Z | Downloaded encoding_rs v0.8.33 |
1308 | 2024-02-09T20:25:45.563Z | Downloaded polar-core v0.27.0 |
1309 | 2024-02-09T20:25:45.563Z | Downloaded openapiv3 v2.0.0 |
1310 | 2024-02-09T20:25:45.563Z | Downloaded diesel v2.1.4 |
1311 | 2024-02-09T20:25:45.564Z | Downloaded zerocopy-derive v0.2.0 |
1312 | 2024-02-09T20:25:45.564Z | Downloaded regress v0.7.1 |
1313 | 2024-02-09T20:25:45.564Z | Downloaded zerocopy-derive v0.6.4 |
1314 | 2024-02-09T20:25:45.564Z | Downloaded gimli v0.28.0 |
1315 | 2024-02-09T20:25:45.564Z | Downloaded trust-dns-proto v0.22.0 |
1316 | 2024-02-09T20:25:45.564Z | Downloaded regex-automata v0.3.8 |
1317 | 2024-02-09T20:25:45.564Z | Downloaded regex-automata v0.4.4 |
1318 | 2024-02-09T20:25:45.564Z | Downloaded tokio v1.36.0 |
1319 | 2024-02-09T20:25:45.565Z | Downloaded csv v1.3.0 |
1320 | 2024-02-09T20:25:45.565Z | Downloaded rustls v0.21.9 |
1321 | 2024-02-09T20:25:45.565Z | Downloaded openssl v0.10.60 |
1322 | 2024-02-09T20:25:45.565Z | Downloaded bstr v0.2.17 |
1323 | 2024-02-09T20:25:45.565Z | Downloaded object v0.30.4 |
1324 | 2024-02-09T20:25:45.565Z | Downloaded webpki-roots v0.25.2 |
1325 | 2024-02-09T20:25:45.565Z | Downloaded tabled v0.15.0 |
1326 | 2024-02-09T20:25:45.566Z | Downloaded plotters v0.3.5 |
1327 | 2024-02-09T20:25:45.566Z | Downloaded toml_edit v0.19.15 |
1328 | 2024-02-09T20:25:45.566Z | Downloaded proptest v1.4.0 |
1329 | 2024-02-09T20:25:45.566Z | Downloaded bitvec v1.0.1 |
1330 | 2024-02-09T20:25:45.566Z | Downloaded time v0.3.27 |
1331 | 2024-02-09T20:25:45.566Z | Downloaded bindgen v0.69.2 |
1332 | 2024-02-09T20:25:45.566Z | Downloaded lalrpop v0.19.12 |
1333 | 2024-02-09T20:25:45.566Z | Downloaded rustls-webpki v0.101.7 |
1334 | 2024-02-09T20:25:45.579Z | Downloaded clap v2.34.0 |
1335 | 2024-02-09T20:25:45.579Z | Downloaded tower v0.4.13 |
1336 | 2024-02-09T20:25:45.606Z | Downloaded tracing-core v0.1.31 |
1337 | 2024-02-09T20:25:45.606Z | Downloaded elliptic-curve v0.13.8 |
1338 | 2024-02-09T20:25:45.606Z | Downloaded hyper v0.14.27 |
1339 | 2024-02-09T20:25:45.621Z | Downloaded fatfs v0.3.6 |
1340 | 2024-02-09T20:25:45.621Z | Downloaded subprocess v0.2.9 |
1341 | 2024-02-09T20:25:45.621Z | Downloaded socket2 v0.5.5 |
1342 | 2024-02-09T20:25:45.630Z | Downloaded zerocopy v0.6.4 |
1343 | 2024-02-09T20:25:45.630Z | Downloaded tracing v0.1.37 |
1344 | 2024-02-09T20:25:45.630Z | Downloaded slog v2.7.0 |
1345 | 2024-02-09T20:25:45.630Z | Downloaded darling v0.20.3 |
1346 | 2024-02-09T20:25:45.630Z | Downloaded rand v0.4.6 |
1347 | 2024-02-09T20:25:45.636Z | Downloaded tracing-attributes v0.1.26 |
1348 | 2024-02-09T20:25:45.641Z | Downloaded slog-term v2.9.0 |
1349 | 2024-02-09T20:25:45.642Z | Downloaded hyper v1.1.0 |
1350 | 2024-02-09T20:25:45.650Z | Downloaded fd-lock v4.0.2 |
1351 | 2024-02-09T20:25:45.656Z | Downloaded deranged v0.3.8 |
1352 | 2024-02-09T20:25:45.656Z | Downloaded fs-err v2.11.0 |
1353 | 2024-02-09T20:25:45.662Z | Downloaded reqwest v0.11.22 |
1354 | 2024-02-09T20:25:45.693Z | Downloaded zone_cfg_derive v0.3.0 |
1355 | 2024-02-09T20:25:45.693Z | Downloaded trust-dns-resolver v0.22.0 |
1356 | 2024-02-09T20:25:45.702Z | Downloaded parse-display v0.9.0 |
1357 | 2024-02-09T20:25:45.702Z | Downloaded libxml v0.3.3 |
1358 | 2024-02-09T20:25:45.702Z | Downloaded serde_tokenstream v0.2.0 |
1359 | 2024-02-09T20:25:45.703Z | Downloaded serde_plain v1.0.2 |
1360 | 2024-02-09T20:25:45.703Z | Downloaded serde_path_to_error v0.1.15 |
1361 | 2024-02-09T20:25:45.703Z | Downloaded semver v0.11.0 |
1362 | 2024-02-09T20:25:45.703Z | Downloaded hashbrown v0.12.3 |
1363 | 2024-02-09T20:25:45.703Z | Downloaded futures-timer v3.0.2 |
1364 | 2024-02-09T20:25:45.703Z | Downloaded smf v0.2.2 |
1365 | 2024-02-09T20:25:45.703Z | Downloaded plotters-backend v0.3.5 |
1366 | 2024-02-09T20:25:45.703Z | Downloaded utf-8 v0.7.6 |
1367 | 2024-02-09T20:25:45.703Z | Downloaded yasna v0.5.2 |
1368 | 2024-02-09T20:25:45.704Z | Downloaded rand_core v0.6.4 |
1369 | 2024-02-09T20:25:45.704Z | Downloaded tokio-util v0.7.10 |
1370 | 2024-02-09T20:25:45.722Z | Downloaded futures-io v0.3.30 |
1371 | 2024-02-09T20:25:45.722Z | Downloaded zip v0.6.6 |
1372 | 2024-02-09T20:25:45.722Z | Downloaded snafu v0.7.5 |
1373 | 2024-02-09T20:25:45.741Z | Downloaded path-slash v0.1.5 |
1374 | 2024-02-09T20:25:45.741Z | Downloaded tower-layer v0.3.2 |
1375 | 2024-02-09T20:25:45.741Z | Downloaded tinyvec_macros v0.1.1 |
1376 | 2024-02-09T20:25:45.742Z | Downloaded rust-argon2 v1.0.1 |
1377 | 2024-02-09T20:25:45.742Z | Downloaded unsafe-libyaml v0.2.10 |
1378 | 2024-02-09T20:25:45.742Z | Downloaded tabled_derive v0.7.0 |
1379 | 2024-02-09T20:25:45.742Z | Downloaded rustc_version v0.4.0 |
1380 | 2024-02-09T20:25:45.742Z | Downloaded slog-stdlog v4.1.1 |
1381 | 2024-02-09T20:25:45.742Z | Downloaded blake3 v1.5.0 |
1382 | 2024-02-09T20:25:45.742Z | Downloaded hkdf v0.12.4 |
1383 | 2024-02-09T20:25:45.742Z | Downloaded futures-channel v0.3.30 |
1384 | 2024-02-09T20:25:45.747Z | Downloaded ucd-trie v0.1.6 |
1385 | 2024-02-09T20:25:45.747Z | Downloaded universal-hash v0.5.1 |
1386 | 2024-02-09T20:25:45.747Z | Downloaded globset v0.4.13 |
1387 | 2024-02-09T20:25:45.747Z | Downloaded defmt v0.3.5 |
1388 | 2024-02-09T20:25:45.747Z | Downloaded structopt-derive v0.4.18 |
1389 | 2024-02-09T20:25:45.747Z | Downloaded unicode_categories v0.1.1 |
1390 | 2024-02-09T20:25:45.756Z | Downloaded futures-executor v0.3.30 |
1391 | 2024-02-09T20:25:45.756Z | Downloaded funty v2.0.0 |
1392 | 2024-02-09T20:25:45.756Z | Downloaded foreign-types-macros v0.2.3 |
1393 | 2024-02-09T20:25:45.756Z | Downloaded tiny-keccak v2.0.2 |
1394 | 2024-02-09T20:25:45.768Z | Downloaded strum_macros v0.25.2 |
1395 | 2024-02-09T20:25:45.768Z | Downloaded num-bigint v0.4.4 |
1396 | 2024-02-09T20:25:45.768Z | Downloaded enum-as-inner v0.5.1 |
1397 | 2024-02-09T20:25:45.768Z | Downloaded which v4.4.0 |
1398 | 2024-02-09T20:25:45.768Z | Downloaded usdt-impl v0.3.5 |
1399 | 2024-02-09T20:25:45.785Z | Downloaded diesel_derives v2.1.2 |
1400 | 2024-02-09T20:25:45.785Z | Downloaded parking_lot v0.11.2 |
1401 | 2024-02-09T20:25:45.785Z | Downloaded diff v0.1.13 |
1402 | 2024-02-09T20:25:45.785Z | Downloaded ron v0.8.1 |
1403 | 2024-02-09T20:25:45.785Z | Downloaded pretty_assertions v1.4.0 |
1404 | 2024-02-09T20:25:45.805Z | Downloaded zeroize v1.7.0 |
1405 | 2024-02-09T20:25:45.805Z | Downloaded thiserror-impl-no-std v2.0.2 |
1406 | 2024-02-09T20:25:45.805Z | Downloaded itertools v0.10.5 |
1407 | 2024-02-09T20:25:45.806Z | Downloaded spki v0.7.2 |
1408 | 2024-02-09T20:25:45.806Z | Downloaded headers v0.3.9 |
1409 | 2024-02-09T20:25:45.811Z | Downloaded semver-parser v0.10.2 |
1410 | 2024-02-09T20:25:45.811Z | Downloaded fixedbitset v0.4.2 |
1411 | 2024-02-09T20:25:45.811Z | Downloaded tokio-rustls v0.25.0 |
1412 | 2024-02-09T20:25:45.811Z | Downloaded pest_derive v2.7.6 |
1413 | 2024-02-09T20:25:45.811Z | Downloaded postcard v1.0.8 |
1414 | 2024-02-09T20:25:45.815Z | Downloaded smallvec v1.13.1 |
1415 | 2024-02-09T20:25:45.815Z | Downloaded sct v0.7.0 |
1416 | 2024-02-09T20:25:45.821Z | Downloaded partial-io v0.5.4 |
1417 | 2024-02-09T20:25:45.822Z | Downloaded term v0.7.0 |
1418 | 2024-02-09T20:25:45.825Z | Downloaded pest_meta v2.7.6 |
1419 | 2024-02-09T20:25:45.825Z | Downloaded toml v0.5.11 |
1420 | 2024-02-09T20:25:45.829Z | Downloaded backtrace v0.3.69 |
1421 | 2024-02-09T20:25:45.832Z | Downloaded derive_builder v0.12.0 |
1422 | 2024-02-09T20:25:45.839Z | Downloaded ring v0.17.7 |
1423 | 2024-02-09T20:25:45.905Z | Downloaded http v0.2.11 |
1424 | 2024-02-09T20:25:45.908Z | Downloaded tokio-rustls v0.24.1 |
1425 | 2024-02-09T20:25:45.912Z | Downloaded pin-project-lite v0.2.13 |
1426 | 2024-02-09T20:25:45.915Z | Downloaded owo-colors v4.0.0 |
1427 | 2024-02-09T20:25:45.918Z | Downloaded compact_str v0.7.1 |
1428 | 2024-02-09T20:25:45.922Z | Downloaded schemars v0.8.16 |
1429 | 2024-02-09T20:25:45.932Z | Downloaded cc v1.0.83 |
1430 | 2024-02-09T20:25:45.936Z | Downloaded typenum v1.16.0 |
1431 | 2024-02-09T20:25:45.939Z | Downloaded rpassword v7.3.1 |
1432 | 2024-02-09T20:25:45.942Z | Downloaded base64 v0.21.7 |
1433 | 2024-02-09T20:25:45.945Z | Downloaded unicode-bidi v0.3.13 |
1434 | 2024-02-09T20:25:45.945Z | Downloaded chacha20poly1305 v0.10.1 |
1435 | 2024-02-09T20:25:45.948Z | Downloaded env_logger v0.10.0 |
1436 | 2024-02-09T20:25:45.952Z | Downloaded dof v0.1.5 |
1437 | 2024-02-09T20:25:45.952Z | Downloaded ring v0.16.20 |
1438 | 2024-02-09T20:25:46.032Z | Downloaded postgres-protocol v0.6.6 |
1439 | 2024-02-09T20:25:46.040Z | Downloaded ref-cast v1.0.20 |
1440 | 2024-02-09T20:25:46.043Z | Downloaded radium v0.7.0 |
1441 | 2024-02-09T20:25:46.043Z | Downloaded arc-swap v1.6.0 |
1442 | 2024-02-09T20:25:46.043Z | Downloaded wait-timeout v0.2.0 |
1443 | 2024-02-09T20:25:46.043Z | Downloaded fnv v1.0.7 |
1444 | 2024-02-09T20:25:46.043Z | Downloaded predicates-core v1.0.6 |
1445 | 2024-02-09T20:25:46.047Z | Downloaded predicates v3.1.0 |
1446 | 2024-02-09T20:25:46.047Z | Downloaded slog-dtrace v0.3.0 |
1447 | 2024-02-09T20:25:46.050Z | Downloaded rstest v0.18.2 |
1448 | 2024-02-09T20:25:46.053Z | Downloaded basic-toml v0.1.8 |
1449 | 2024-02-09T20:25:46.062Z | Downloaded kstat-rs v0.2.3 |
1450 | 2024-02-09T20:25:46.065Z | Downloaded threadpool v1.8.1 |
1451 | 2024-02-09T20:25:46.065Z | Downloaded ipnetwork v0.20.0 |
1452 | 2024-02-09T20:25:46.068Z | Downloaded num-derive v0.4.0 |
1453 | 2024-02-09T20:25:46.068Z | Downloaded toolchain_find v0.2.0 |
1454 | 2024-02-09T20:25:46.068Z | Downloaded termios v0.3.3 |
1455 | 2024-02-09T20:25:46.070Z | Downloaded bzip2 v0.4.4 |
1456 | 2024-02-09T20:25:46.071Z | Downloaded hyper-staticfile v0.9.5 |
1457 | 2024-02-09T20:25:46.074Z | Downloaded openssl-macros v0.1.1 |
1458 | 2024-02-09T20:25:46.074Z | Downloaded downcast v0.11.0 |
1459 | 2024-02-09T20:25:46.077Z | Downloaded rtoolbox v0.0.1 |
1460 | 2024-02-09T20:25:46.077Z | Downloaded mime v0.3.17 |
1461 | 2024-02-09T20:25:46.077Z | Downloaded signature v1.6.4 |
1462 | 2024-02-09T20:25:46.080Z | Downloaded crossbeam-epoch v0.9.15 |
1463 | 2024-02-09T20:25:46.083Z | Downloaded serde_repr v0.1.16 |
1464 | 2024-02-09T20:25:46.083Z | Downloaded vte_generate_state_changes v0.1.1 |
1465 | 2024-02-09T20:25:46.083Z | Downloaded hyper-rustls v0.24.2 |
1466 | 2024-02-09T20:25:46.086Z | Downloaded scheduled-thread-pool v0.2.7 |
1467 | 2024-02-09T20:25:46.089Z | Downloaded num-iter v0.1.43 |
1468 | 2024-02-09T20:25:46.089Z | Downloaded iana-time-zone v0.1.57 |
1469 | 2024-02-09T20:25:46.092Z | Downloaded httparse v1.8.0 |
1470 | 2024-02-09T20:25:46.092Z | Downloaded httptest v0.15.5 |
1471 | 2024-02-09T20:25:46.095Z | Downloaded blake2b_simd v1.0.1 |
1472 | 2024-02-09T20:25:46.095Z | Downloaded tokio-tungstenite v0.20.1 |
1473 | 2024-02-09T20:25:46.098Z | Downloaded cobs v0.2.3 |
1474 | 2024-02-09T20:25:46.098Z | Downloaded multimap v0.8.3 |
1475 | 2024-02-09T20:25:46.098Z | Downloaded thread-id v4.2.0 |
1476 | 2024-02-09T20:25:46.101Z | Downloaded cassowary v0.3.0 |
1477 | 2024-02-09T20:25:46.101Z | Downloaded hubpack v0.1.2 |
1478 | 2024-02-09T20:25:46.106Z | Downloaded bitfield v0.14.0 |
1479 | 2024-02-09T20:25:46.106Z | Downloaded nanorand v0.7.0 |
1480 | 2024-02-09T20:25:46.109Z | Downloaded hubpack_derive v0.1.1 |
1481 | 2024-02-09T20:25:46.109Z | Downloaded hyper-tls v0.5.0 |
1482 | 2024-02-09T20:25:46.109Z | Downloaded crossbeam-queue v0.3.8 |
1483 | 2024-02-09T20:25:46.109Z | Downloaded slog-envlogger v2.2.0 |
1484 | 2024-02-09T20:25:46.110Z | Downloaded colored v2.0.4 |
1485 | 2024-02-09T20:25:46.112Z | Downloaded block-buffer v0.10.4 |
1486 | 2024-02-09T20:25:46.112Z | Downloaded async-stream v0.3.5 |
1487 | 2024-02-09T20:25:46.115Z | Downloaded tokio-native-tls v0.3.1 |
1488 | 2024-02-09T20:25:46.115Z | Downloaded strum_macros v0.24.3 |
1489 | 2024-02-09T20:25:46.118Z | Downloaded crossbeam-deque v0.8.3 |
1490 | 2024-02-09T20:25:46.118Z | Downloaded array-init v0.0.4 |
1491 | 2024-02-09T20:25:46.118Z | Downloaded aead v0.5.2 |
1492 | 2024-02-09T20:25:46.121Z | Downloaded slab v0.4.9 |
1493 | 2024-02-09T20:25:46.121Z | Downloaded mockall v0.12.0 |
1494 | 2024-02-09T20:25:46.124Z | Downloaded serde-big-array v0.5.1 |
1495 | 2024-02-09T20:25:46.124Z | Downloaded serde-big-array v0.4.1 |
1496 | 2024-02-09T20:25:46.127Z | Downloaded ascii-canvas v3.0.0 |
1497 | 2024-02-09T20:25:46.127Z | Downloaded anes v0.1.6 |
1498 | 2024-02-09T20:25:46.661Z | Compiling serde v1.0.196 |
1499 | 2024-02-09T20:25:46.661Z | Compiling autocfg v1.1.0 |
1500 | 2024-02-09T20:25:46.672Z | Compiling version_check v0.9.4 |
1501 | 2024-02-09T20:25:46.672Z | Checking cfg-if v1.0.0 |
1502 | 2024-02-09T20:25:46.736Z | Compiling syn v1.0.109 |
1503 | 2024-02-09T20:25:46.751Z | Checking libc v0.2.153 |
1504 | 2024-02-09T20:25:46.751Z | Compiling syn v2.0.48 |
1505 | 2024-02-09T20:25:46.789Z | Compiling parking_lot_core v0.9.8 |
1506 | 2024-02-09T20:25:46.811Z | Compiling cc v1.0.83 |
1507 | 2024-02-09T20:25:47.285Z | Compiling once_cell v1.19.0 |
1508 | 2024-02-09T20:25:47.294Z | Compiling memchr v2.6.3 |
1509 | 2024-02-09T20:25:47.973Z | Compiling ahash v0.8.7 |
1510 | 2024-02-09T20:25:47.983Z | Compiling lock_api v0.4.10 |
1511 | 2024-02-09T20:25:47.983Z | Compiling libm v0.2.7 |
1512 | 2024-02-09T20:25:47.983Z | Checking getrandom v0.2.10 |
1513 | 2024-02-09T20:25:47.983Z | Compiling num-traits v0.2.16 |
1514 | 2024-02-09T20:25:48.063Z | Compiling byteorder v1.5.0 |
1515 | 2024-02-09T20:25:48.163Z | Compiling serde_json v1.0.113 |
1516 | 2024-02-09T20:25:48.532Z | Compiling log v0.4.20 |
1517 | 2024-02-09T20:25:48.548Z | Compiling slab v0.4.9 |
1518 | 2024-02-09T20:25:49.007Z | Compiling typenum v1.16.0 |
1519 | 2024-02-09T20:25:49.156Z | Checking scopeguard v1.2.0 |
1520 | 2024-02-09T20:25:49.243Z | Compiling generic-array v0.14.7 |
1521 | 2024-02-09T20:25:49.270Z | Checking itoa v1.0.9 |
1522 | 2024-02-09T20:25:49.391Z | Compiling pkg-config v0.3.27 |
1523 | 2024-02-09T20:25:49.455Z | Checking smallvec v1.13.1 |
1524 | 2024-02-09T20:25:49.818Z | Compiling allocator-api2 v0.2.16 |
1525 | 2024-02-09T20:25:49.948Z | Compiling rustix v0.38.31 |
1526 | 2024-02-09T20:25:49.976Z | Compiling schemars v0.8.16 |
1527 | 2024-02-09T20:25:50.006Z | Compiling ring v0.17.7 |
1528 | 2024-02-09T20:25:50.344Z | Compiling httparse v1.8.0 |
1529 | 2024-02-09T20:25:50.601Z | Compiling fnv v1.0.7 |
1530 | 2024-02-09T20:25:50.757Z | Compiling vcpkg v0.2.15 |
1531 | 2024-02-09T20:25:50.857Z | Compiling aho-corasick v1.0.4 |
1532 | 2024-02-09T20:25:50.877Z | Checking pin-project-lite v0.2.13 |
1533 | 2024-02-09T20:25:50.984Z | Compiling regex-syntax v0.8.2 |
1534 | 2024-02-09T20:25:51.160Z | Checking parking_lot v0.12.1 |
1535 | 2024-02-09T20:25:51.491Z | Compiling ucd-trie v0.1.6 |
1536 | 2024-02-09T20:25:52.917Z | Compiling crossbeam-utils v0.8.16 |
1537 | 2024-02-09T20:25:52.999Z | Compiling openssl-sys v0.9.96 |
1538 | 2024-02-09T20:25:54.134Z | Compiling ring v0.16.20 |
1539 | 2024-02-09T20:25:54.447Z | Compiling serde_derive_internals v0.26.0 |
1540 | 2024-02-09T20:25:55.275Z | Compiling regex-automata v0.4.4 |
1541 | 2024-02-09T20:25:55.407Z | Checking signal-hook-registry v1.4.1 |
1542 | 2024-02-09T20:25:56.777Z | Checking mio v0.8.9 |
1543 | 2024-02-09T20:25:57.691Z | Checking rand_core v0.6.4 |
1544 | 2024-02-09T20:25:57.695Z | Compiling openssl v0.10.60 |
1545 | 2024-02-09T20:25:57.695Z | Checking ryu v1.0.15 |
1546 | 2024-02-09T20:25:57.695Z | Compiling iana-time-zone v0.1.57 |
1547 | 2024-02-09T20:25:57.751Z | Checking num_cpus v1.16.0 |
1548 | 2024-02-09T20:25:57.789Z | Checking futures-core v0.3.30 |
1549 | 2024-02-09T20:25:57.816Z | Compiling rustls v0.21.9 |
1550 | 2024-02-09T20:25:57.835Z | Compiling native-tls v0.2.11 |
1551 | 2024-02-09T20:25:58.262Z | Checking socket2 v0.5.5 |
1552 | 2024-02-09T20:25:58.269Z | Compiling dyn-clone v1.0.16 |
1553 | 2024-02-09T20:25:58.269Z | Compiling spin v0.5.2 |
1554 | 2024-02-09T20:25:58.269Z | Compiling memoffset v0.9.0 |
1555 | 2024-02-09T20:25:58.269Z | Compiling slog v2.7.0 |
1556 | 2024-02-09T20:25:58.304Z | Compiling async-trait v0.1.77 |
1557 | 2024-02-09T20:25:58.587Z | Compiling crossbeam-epoch v0.9.15 |
1558 | 2024-02-09T20:25:58.873Z | Compiling backtrace v0.3.69 |
1559 | 2024-02-09T20:25:59.189Z | Compiling errno v0.3.8 |
1560 | 2024-02-09T20:25:59.250Z | Compiling futures-sink v0.3.30 |
1561 | 2024-02-09T20:25:59.326Z | Compiling regex v1.10.3 |
1562 | 2024-02-09T20:25:59.410Z | Compiling unicode-xid v0.2.4 |
1563 | 2024-02-09T20:25:59.427Z | Compiling tinyvec_macros v0.1.1 |
1564 | 2024-02-09T20:25:59.569Z | Compiling either v1.9.0 |
1565 | 2024-02-09T20:25:59.654Z | Compiling crc32fast v1.3.2 |
1566 | 2024-02-09T20:25:59.687Z | Compiling tinyvec v1.6.0 |
1567 | 2024-02-09T20:25:59.904Z | Compiling futures-channel v0.3.30 |
1568 | 2024-02-09T20:26:00.218Z | Compiling futures-io v0.3.30 |
1569 | 2024-02-09T20:26:00.323Z | Compiling rustversion v1.0.14 |
1570 | 2024-02-09T20:26:00.431Z | Compiling pin-utils v0.1.0 |
1571 | 2024-02-09T20:26:00.515Z | Compiling unicode-width v0.1.11 |
1572 | 2024-02-09T20:26:00.520Z | Compiling anyhow v1.0.75 |
1573 | 2024-02-09T20:26:00.701Z | Compiling futures-task v0.3.30 |
1574 | 2024-02-09T20:26:00.717Z | Compiling spin v0.9.8 |
1575 | 2024-02-09T20:26:00.987Z | Compiling tracing-core v0.1.31 |
1576 | 2024-02-09T20:26:01.066Z | Compiling unicode-bidi v0.3.13 |
1577 | 2024-02-09T20:26:01.188Z | Compiling unicode-normalization v0.1.22 |
1578 | 2024-02-09T20:26:01.548Z | Compiling serde_derive v1.0.196 |
1579 | 2024-02-09T20:26:01.628Z | Compiling zerocopy-derive v0.7.32 |
1580 | 2024-02-09T20:26:02.217Z | Compiling thiserror-impl v1.0.56 |
1581 | 2024-02-09T20:26:02.253Z | Compiling zeroize_derive v1.4.2 |
1582 | 2024-02-09T20:26:02.465Z | Compiling tokio-macros v2.2.0 |
1583 | 2024-02-09T20:26:02.555Z | Compiling futures-macro v0.3.30 |
1584 | 2024-02-09T20:26:02.832Z | Compiling tracing-attributes v0.1.26 |
1585 | 2024-02-09T20:26:04.950Z | Compiling schemars_derive v0.8.16 |
1586 | 2024-02-09T20:26:04.980Z | Compiling zerocopy v0.7.32 |
1587 | 2024-02-09T20:26:04.981Z | Compiling openssl-macros v0.1.1 |
1588 | 2024-02-09T20:26:04.981Z | Checking zeroize v1.7.0 |
1589 | 2024-02-09T20:26:05.396Z | Compiling futures-util v0.3.30 |
1590 | 2024-02-09T20:26:05.756Z | Compiling thiserror v1.0.56 |
1591 | 2024-02-09T20:26:05.883Z | Compiling pest v2.7.6 |
1592 | 2024-02-09T20:26:06.419Z | Compiling hashbrown v0.14.2 |
1593 | 2024-02-09T20:26:06.546Z | Compiling hashbrown v0.13.2 |
1594 | 2024-02-09T20:26:07.428Z | Compiling tracing v0.1.37 |
1595 | 2024-02-09T20:26:07.604Z | Compiling der_derive v0.7.2 |
1596 | 2024-02-09T20:26:07.902Z | Compiling num-integer v0.1.45 |
1597 | 2024-02-09T20:26:08.219Z | Compiling pest_meta v2.7.6 |
1598 | 2024-02-09T20:26:08.222Z | Checking subtle v2.5.0 |
1599 | 2024-02-09T20:26:08.509Z | Compiling lazy_static v1.4.0 |
1600 | 2024-02-09T20:26:08.612Z | Compiling percent-encoding v2.3.1 |
1601 | 2024-02-09T20:26:08.949Z | Compiling untrusted v0.9.0 |
1602 | 2024-02-09T20:26:09.232Z | Compiling foreign-types-shared v0.1.1 |
1603 | 2024-02-09T20:26:09.338Z | Compiling time-core v0.1.1 |
1604 | 2024-02-09T20:26:09.511Z | Compiling pest_generator v2.7.6 |
1605 | 2024-02-09T20:26:10.249Z | Compiling untrusted v0.7.1 |
1606 | 2024-02-09T20:26:11.273Z | Compiling time-macros v0.2.13 |
1607 | 2024-02-09T20:26:11.602Z | Compiling foreign-types v0.3.2 |
1608 | 2024-02-09T20:26:11.691Z | Compiling scroll_derive v0.12.0 |
1609 | 2024-02-09T20:26:13.320Z | Compiling synstructure v0.12.6 |
1610 | 2024-02-09T20:26:13.598Z | Compiling pest_derive v2.7.6 |
1611 | 2024-02-09T20:26:14.391Z | Compiling thread-id v4.2.0 |
1612 | 2024-02-09T20:26:14.440Z | Compiling base64 v0.21.7 |
1613 | 2024-02-09T20:26:14.494Z | Compiling try-lock v0.2.4 |
1614 | 2024-02-09T20:26:14.634Z | Compiling want v0.3.1 |
1615 | 2024-02-09T20:26:14.747Z | Compiling rustls-webpki v0.101.7 |
1616 | 2024-02-09T20:26:14.901Z | Compiling sct v0.7.0 |
1617 | 2024-02-09T20:26:14.979Z | Compiling form_urlencoded v1.2.1 |
1618 | 2024-02-09T20:26:15.122Z | Compiling zerocopy-derive v0.2.0 |
1619 | 2024-02-09T20:26:15.219Z | Compiling socket2 v0.4.9 |
1620 | 2024-02-09T20:26:15.284Z | Compiling httpdate v1.0.3 |
1621 | 2024-02-09T20:26:15.826Z | Checking bytes v1.5.0 |
1622 | 2024-02-09T20:26:15.967Z | Checking bitflags v2.4.0 |
1623 | 2024-02-09T20:26:16.111Z | Compiling tower-service v0.3.2 |
1624 | 2024-02-09T20:26:16.527Z | Compiling openssl-probe v0.1.5 |
1625 | 2024-02-09T20:26:16.527Z | Compiling const-oid v0.9.5 |
1626 | 2024-02-09T20:26:16.617Z | Checking tokio v1.36.0 |
1627 | 2024-02-09T20:26:17.277Z | Compiling indexmap v2.2.2 |
1628 | 2024-02-09T20:26:17.654Z | Compiling chrono v0.4.31 |
1629 | 2024-02-09T20:26:17.897Z | Compiling uuid v1.7.0 |
1630 | 2024-02-09T20:26:18.162Z | Compiling http v0.2.11 |
1631 | 2024-02-09T20:26:18.428Z | Compiling semver v1.0.21 |
1632 | 2024-02-09T20:26:19.202Z | Compiling serde_spanned v0.6.5 |
1633 | 2024-02-09T20:26:19.431Z | Compiling toml_datetime v0.6.5 |
1634 | 2024-02-09T20:26:19.582Z | Compiling rustc_version v0.4.0 |
1635 | 2024-02-09T20:26:19.874Z | Compiling openapiv3 v2.0.0 |
1636 | 2024-02-09T20:26:20.324Z | Compiling toml_edit v0.19.15 |
1637 | 2024-02-09T20:26:21.635Z | Compiling http-body v0.4.5 |
1638 | 2024-02-09T20:26:23.601Z | Compiling idna v0.5.0 |
1639 | 2024-02-09T20:26:23.956Z | Compiling adler v1.0.2 |
1640 | 2024-02-09T20:26:24.167Z | Compiling miniz_oxide v0.7.1 |
1641 | 2024-02-09T20:26:25.113Z | Compiling url v2.5.0 |
1642 | 2024-02-09T20:26:25.217Z | Compiling signal-hook v0.3.17 |
1643 | 2024-02-09T20:26:25.521Z | Compiling ipnet v2.9.0 |
1644 | 2024-02-09T20:26:25.757Z | Compiling serde_urlencoded v0.7.1 |
1645 | 2024-02-09T20:26:25.783Z | Compiling rustls-pemfile v1.0.3 |
1646 | 2024-02-09T20:26:25.800Z | Compiling crypto-common v0.1.6 |
1647 | 2024-02-09T20:26:26.006Z | Compiling clap_derive v4.4.2 |
1648 | 2024-02-09T20:26:26.148Z | Compiling zerocopy-derive v0.6.4 |
1649 | 2024-02-09T20:26:26.286Z | Compiling usdt-impl v0.3.5 |
1650 | 2024-02-09T20:26:26.638Z | Compiling tokio-util v0.7.10 |
1651 | 2024-02-09T20:26:26.822Z | Compiling tokio-rustls v0.24.1 |
1652 | 2024-02-09T20:26:27.055Z | Compiling encoding_rs v0.8.33 |
1653 | 2024-02-09T20:26:27.221Z | Compiling mime v0.3.17 |
1654 | 2024-02-09T20:26:27.836Z | Compiling h2 v0.3.24 |
1655 | 2024-02-09T20:26:28.309Z | Compiling webpki-roots v0.25.2 |
1656 | 2024-02-09T20:26:28.455Z | Compiling tokio-native-tls v0.3.1 |
1657 | 2024-02-09T20:26:28.472Z | Compiling gimli v0.28.0 |
1658 | 2024-02-09T20:26:28.719Z | Compiling siphasher v0.3.11 |
1659 | 2024-02-09T20:26:28.870Z | Compiling zerocopy v0.3.0 |
1660 | 2024-02-09T20:26:29.134Z | Compiling scroll v0.12.0 |
1661 | 2024-02-09T20:26:29.705Z | Compiling block-buffer v0.10.4 |
1662 | 2024-02-09T20:26:29.983Z | Compiling bzip2-sys v0.1.11+1.0.8 |
1663 | 2024-02-09T20:26:30.173Z | Compiling object v0.32.1 |
1664 | 2024-02-09T20:26:30.459Z | Compiling num-iter v0.1.43 |
1665 | 2024-02-09T20:26:30.813Z | Compiling usdt-impl v0.5.0 |
1666 | 2024-02-09T20:26:30.829Z | Checking equivalent v1.0.1 |
1667 | 2024-02-09T20:26:30.930Z | Compiling rustc-demangle v0.1.23 |
1668 | 2024-02-09T20:26:31.231Z | Compiling plain v0.2.3 |
1669 | 2024-02-09T20:26:31.736Z | Compiling goblin v0.8.0 |
1670 | 2024-02-09T20:26:32.880Z | Compiling addr2line v0.21.0 |
1671 | 2024-02-09T20:26:33.514Z | Compiling flate2 v1.0.28 |
1672 | 2024-02-09T20:26:33.564Z | Compiling digest v0.10.7 |
1673 | 2024-02-09T20:26:33.677Z | Compiling dof v0.1.5 |
1674 | 2024-02-09T20:26:34.039Z | Compiling heapless v0.7.16 |
1675 | 2024-02-09T20:26:34.162Z | Compiling dtrace-parser v0.1.14 |
1676 | 2024-02-09T20:26:34.304Z | Compiling futures-executor v0.3.30 |
1677 | 2024-02-09T20:26:35.674Z | Compiling ppv-lite86 v0.2.17 |
1678 | 2024-02-09T20:26:35.720Z | Compiling hyper v0.14.27 |
1679 | 2024-02-09T20:26:35.721Z | Compiling pretty-hex v0.4.1 |
1680 | 2024-02-09T20:26:35.721Z | Compiling rand_chacha v0.3.1 |
1681 | 2024-02-09T20:26:35.721Z | Compiling futures v0.3.30 |
1682 | 2024-02-09T20:26:35.733Z | Compiling toml v0.7.8 |
1683 | 2024-02-09T20:26:36.950Z | Compiling toml_edit v0.21.1 |
1684 | 2024-02-09T20:26:37.174Z | Compiling hex v0.4.3 |
1685 | 2024-02-09T20:26:37.427Z | Compiling serde_tokenstream v0.1.7 |
1686 | 2024-02-09T20:26:37.793Z | Compiling dof v0.3.0 |
1687 | 2024-02-09T20:26:37.942Z | Compiling dtrace-parser v0.2.0 |
1688 | 2024-02-09T20:26:38.548Z | Compiling strum_macros v0.25.2 |
1689 | 2024-02-09T20:26:40.108Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
1690 | 2024-02-09T20:26:40.116Z | Compiling bit-vec v0.6.3 |
1691 | 2024-02-09T20:26:40.433Z | Compiling rand v0.8.5 |
1692 | 2024-02-09T20:26:40.638Z | Compiling phf_shared v0.10.0 |
1693 | 2024-02-09T20:26:41.046Z | Compiling num-bigint v0.4.4 |
1694 | 2024-02-09T20:26:41.479Z | Compiling base64ct v1.6.0 |
1695 | 2024-02-09T20:26:41.811Z | Compiling hyper-rustls v0.24.2 |
1696 | 2024-02-09T20:26:41.890Z | Compiling hyper-tls v0.5.0 |
1697 | 2024-02-09T20:26:42.096Z | Compiling new_debug_unreachable v1.0.4 |
1698 | 2024-02-09T20:26:42.141Z | Compiling smoltcp v0.9.1 |
1699 | 2024-02-09T20:26:42.187Z | Compiling reqwest v0.11.22 |
1700 | 2024-02-09T20:26:42.235Z | Compiling minimal-lexical v0.2.1 |
1701 | 2024-02-09T20:26:42.358Z | Compiling precomputed-hash v0.1.1 |
1702 | 2024-02-09T20:26:42.479Z | Compiling fixedbitset v0.4.2 |
1703 | 2024-02-09T20:26:42.570Z | Compiling string_cache v0.8.7 |
1704 | 2024-02-09T20:26:42.750Z | Compiling petgraph v0.6.4 |
1705 | 2024-02-09T20:26:42.767Z | Compiling nom v7.1.3 |
1706 | 2024-02-09T20:26:42.894Z | Compiling pem-rfc7468 v0.7.0 |
1707 | 2024-02-09T20:26:43.035Z | Compiling bit-set v0.5.3 |
1708 | 2024-02-09T20:26:43.290Z | Compiling usdt-macro v0.3.5 |
1709 | 2024-02-09T20:26:43.307Z | Compiling usdt-attr-macro v0.3.5 |
1710 | 2024-02-09T20:26:43.618Z | Compiling hmac v0.12.1 |
1711 | 2024-02-09T20:26:44.393Z | Compiling hubpack_derive v0.1.1 |
1712 | 2024-02-09T20:26:44.743Z | Compiling enum-as-inner v0.5.1 |
1713 | 2024-02-09T20:26:44.885Z | Compiling itertools v0.10.5 |
1714 | 2024-02-09T20:26:44.901Z | Compiling diesel_table_macro_syntax v0.1.0 |
1715 | 2024-02-09T20:26:45.243Z | Compiling flagset v0.4.3 |
1716 | 2024-02-09T20:26:45.352Z | Compiling unicode-segmentation v1.10.1 |
1717 | 2024-02-09T20:26:45.430Z | Compiling lalrpop-util v0.19.12 |
1718 | 2024-02-09T20:26:45.866Z | Compiling der v0.7.8 |
1719 | 2024-02-09T20:26:46.257Z | Compiling diesel_derives v2.1.2 |
1720 | 2024-02-09T20:26:46.459Z | Compiling cpufeatures v0.2.12 |
1721 | 2024-02-09T20:26:46.463Z | Compiling rustix v0.37.23 |
1722 | 2024-02-09T20:26:46.552Z | Compiling sha2 v0.10.8 |
1723 | 2024-02-09T20:26:47.206Z | Compiling md-5 v0.10.5 |
1724 | 2024-02-09T20:26:47.840Z | Compiling stringprep v0.1.3 |
1725 | 2024-02-09T20:26:47.874Z | Compiling serde_repr v0.1.16 |
1726 | 2024-02-09T20:26:48.222Z | Compiling spki v0.7.2 |
1727 | 2024-02-09T20:26:48.461Z | Compiling hash32 v0.2.1 |
1728 | 2024-02-09T20:26:48.597Z | Compiling stable_deref_trait v1.2.0 |
1729 | 2024-02-09T20:26:48.814Z | Checking unicode-ident v1.0.12 |
1730 | 2024-02-09T20:26:48.836Z | Compiling fallible-iterator v0.2.0 |
1731 | 2024-02-09T20:26:49.099Z | Compiling pkcs8 v0.10.2 |
1732 | 2024-02-09T20:26:49.217Z | Compiling terminal_size v0.2.6 |
1733 | 2024-02-09T20:26:49.535Z | Compiling postgres-protocol v0.6.6 |
1734 | 2024-02-09T20:26:49.540Z | Compiling phf_shared v0.11.2 |
1735 | 2024-02-09T20:26:49.924Z | Compiling ff v0.13.0 |
1736 | 2024-02-09T20:26:50.124Z | Compiling block-padding v0.3.3 |
1737 | 2024-02-09T20:26:50.163Z | Compiling scheduled-thread-pool v0.2.7 |
1738 | 2024-02-09T20:26:50.378Z | Compiling num_threads v0.1.6 |
1739 | 2024-02-09T20:26:50.510Z | Compiling regex-automata v0.1.10 |
1740 | 2024-02-09T20:26:50.598Z | Compiling deranged v0.3.8 |
1741 | 2024-02-09T20:26:50.636Z | Compiling base16ct v0.2.0 |
1742 | 2024-02-09T20:26:50.798Z | Compiling managed v0.8.0 |
1743 | 2024-02-09T20:26:50.890Z | Compiling matches v0.1.10 |
1744 | 2024-02-09T20:26:50.912Z | Compiling sec1 v0.7.3 |
1745 | 2024-02-09T20:26:50.983Z | Compiling idna v0.2.3 |
1746 | 2024-02-09T20:26:51.009Z | Compiling bstr v0.2.17 |
1747 | 2024-02-09T20:26:51.029Z | Compiling clap_builder v4.4.2 |
1748 | 2024-02-09T20:26:51.445Z | Compiling r2d2 v0.8.10 |
1749 | 2024-02-09T20:26:51.823Z | Compiling inout v0.1.3 |
1750 | 2024-02-09T20:26:52.109Z | Compiling postgres-types v0.2.6 |
1751 | 2024-02-09T20:26:52.443Z | Compiling time v0.3.27 |
1752 | 2024-02-09T20:26:52.526Z | Compiling group v0.13.0 |
1753 | 2024-02-09T20:26:52.589Z | Compiling signal-hook-mio v0.2.3 |
1754 | 2024-02-09T20:26:52.744Z | Compiling phf v0.11.2 |
1755 | 2024-02-09T20:26:52.856Z | Compiling bzip2 v0.4.4 |
1756 | 2024-02-09T20:26:53.230Z | Compiling hubpack v0.1.2 |
1757 | 2024-02-09T20:26:53.484Z | Compiling hkdf v0.12.4 |
1758 | 2024-02-09T20:26:53.683Z | Compiling zerocopy v0.6.4 |
1759 | 2024-02-09T20:26:53.724Z | Compiling ipnetwork v0.20.0 |
1760 | 2024-02-09T20:26:54.020Z | Compiling crypto-bigint v0.5.2 |
1761 | 2024-02-09T20:26:54.538Z | Compiling float-cmp v0.9.0 |
1762 | 2024-02-09T20:26:54.632Z | Compiling static_assertions v1.1.0 |
1763 | 2024-02-09T20:26:54.728Z | Compiling regex-automata v0.3.8 |
1764 | 2024-02-09T20:26:54.753Z | Compiling data-encoding v2.4.0 |
1765 | 2024-02-09T20:26:57.065Z | Checking bitflags v1.3.2 |
1766 | 2024-02-09T20:26:57.130Z | Compiling predicates-core v1.0.6 |
1767 | 2024-02-09T20:26:57.155Z | Compiling whoami v1.4.1 |
1768 | 2024-02-09T20:26:57.295Z | Compiling difflib v0.4.0 |
1769 | 2024-02-09T20:26:57.485Z | Compiling normalize-line-endings v0.3.0 |
1770 | 2024-02-09T20:26:57.605Z | Compiling tokio-postgres v0.7.10 |
1771 | 2024-02-09T20:26:57.724Z | Compiling predicates v3.1.0 |
1772 | 2024-02-09T20:26:57.792Z | Compiling bstr v1.6.0 |
1773 | 2024-02-09T20:26:57.875Z | Compiling yasna v0.5.2 |
1774 | 2024-02-09T20:26:58.984Z | Compiling elliptic-curve v0.13.8 |
1775 | 2024-02-09T20:26:59.382Z | Compiling trust-dns-proto v0.22.0 |
1776 | 2024-02-09T20:26:59.458Z | Compiling clap v4.4.3 |
1777 | 2024-02-09T20:26:59.570Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e) |
1778 | 2024-02-09T20:26:59.806Z | Compiling zip v0.6.6 |
1779 | 2024-02-09T20:26:59.872Z | Compiling crossterm v0.27.0 |
1780 | 2024-02-09T20:27:00.925Z | Compiling cipher v0.4.4 |
1781 | 2024-02-09T20:27:01.197Z | Compiling similar v2.3.0 |
1782 | 2024-02-09T20:27:01.645Z | Checking proc-macro2 v1.0.78 |
1783 | 2024-02-09T20:27:02.517Z | Compiling usdt v0.3.5 |
1784 | 2024-02-09T20:27:02.705Z | Compiling diesel v2.1.4 |
1785 | 2024-02-09T20:27:02.729Z | Compiling tokio-stream v0.1.14 |
1786 | 2024-02-09T20:27:02.782Z | Compiling console v0.15.8 |
1787 | 2024-02-09T20:27:03.846Z | Checking quote v1.0.35 |
1788 | 2024-02-09T20:27:07.531Z | Checking utf8parse v0.2.1 |
1789 | 2024-02-09T20:27:09.596Z | Checking anstyle v1.0.2 |
1790 | 2024-02-09T20:27:10.444Z | Compiling serde_tokenstream v0.2.0 |
1791 | 2024-02-09T20:27:10.895Z | Checking io-lifetimes v1.0.11 |
1792 | 2024-02-09T20:27:14.347Z | Checking anstyle-parse v0.2.1 |
1793 | 2024-02-09T20:27:14.733Z | Checking anstyle-query v1.0.0 |
1794 | 2024-02-09T20:27:14.939Z | Checking colorchoice v1.0.0 |
1795 | 2024-02-09T20:27:15.059Z | Checking anstream v0.5.0 |
1796 | 2024-02-09T20:27:15.409Z | Checking strsim v0.10.0 |
1797 | 2024-02-09T20:27:15.476Z | Checking clap_lex v0.5.1 |
1798 | 2024-02-09T20:27:15.887Z | Checking winnow v0.5.15 |
1799 | 2024-02-09T20:27:20.995Z | Compiling regress v0.7.1 |
1800 | 2024-02-09T20:27:24.501Z | Compiling typify-impl v0.0.15 (https://github.com/oxidecomputer/typify#1f97f167) |
1801 | 2024-02-09T20:27:31.121Z | Compiling getopts v0.2.21 |
1802 | 2024-02-09T20:27:31.327Z | Compiling unsafe-libyaml v0.2.10 |
1803 | 2024-02-09T20:27:31.456Z | Checking heck v0.4.1 |
1804 | 2024-02-09T20:27:32.501Z | Checking camino v1.1.6 |
1805 | 2024-02-09T20:27:33.066Z | Compiling serde_yaml v0.9.25 |
1806 | 2024-02-09T20:27:33.261Z | Checking progenitor-client v0.5.0 (https://github.com/oxidecomputer/progenitor?branch=main#86b60220) |
1807 | 2024-02-09T20:27:33.323Z | Compiling ident_case v1.0.1 |
1808 | 2024-02-09T20:27:33.341Z | Checking rustls-pki-types v1.1.0 |
1809 | 2024-02-09T20:27:33.496Z | Checking match_cfg v0.1.0 |
1810 | 2024-02-09T20:27:33.574Z | Checking fastrand v2.0.1 |
1811 | 2024-02-09T20:27:33.588Z | Checking hostname v0.3.1 |
1812 | 2024-02-09T20:27:33.712Z | Checking http v1.0.0 |
1813 | 2024-02-09T20:27:33.742Z | Checking atty v0.2.14 |
1814 | 2024-02-09T20:27:33.853Z | Checking quick-error v1.2.3 |
1815 | 2024-02-09T20:27:33.872Z | Checking tempfile v3.10.0 |
1816 | 2024-02-09T20:27:34.394Z | Compiling paste v1.0.14 |
1817 | 2024-02-09T20:27:34.410Z | Checking crossbeam-channel v0.5.8 |
1818 | 2024-02-09T20:27:34.553Z | Checking sha1 v0.10.6 |
1819 | 2024-02-09T20:27:34.832Z | Checking dirs-sys-next v0.1.2 |
1820 | 2024-02-09T20:27:34.943Z | Compiling rustls v0.22.2 |
1821 | 2024-02-09T20:27:34.995Z | Checking dirs-next v2.0.0 |
1822 | 2024-02-09T20:27:35.146Z | Checking rustls-webpki v0.102.1 |
1823 | 2024-02-09T20:27:35.246Z | Checking thread_local v1.1.7 |
1824 | 2024-02-09T20:27:35.530Z | Checking instant v0.1.12 |
1825 | 2024-02-09T20:27:35.656Z | Compiling slog-async v2.8.0 |
1826 | 2024-02-09T20:27:36.252Z | Checking term v0.7.0 |
1827 | 2024-02-09T20:27:36.348Z | Checking rustls-pemfile v2.0.0 |
1828 | 2024-02-09T20:27:36.569Z | Compiling multer v3.0.0 |
1829 | 2024-02-09T20:27:36.656Z | Checking debug-ignore v1.0.5 |
1830 | 2024-02-09T20:27:36.790Z | Checking take_mut v0.2.2 |
1831 | 2024-02-09T20:27:36.850Z | Checking slog-term v2.9.0 |
1832 | 2024-02-09T20:27:36.952Z | Compiling darling_core v0.20.3 |
1833 | 2024-02-09T20:27:37.215Z | Checking slog-json v2.6.1 |
1834 | 2024-02-09T20:27:37.317Z | Compiling async-stream-impl v0.3.5 |
1835 | 2024-02-09T20:27:37.368Z | Compiling dropshot v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#711a7490) |
1836 | 2024-02-09T20:27:37.451Z | Checking atomic-waker v1.1.1 |
1837 | 2024-02-09T20:27:37.577Z | Checking waitgroup v0.1.2 |
1838 | 2024-02-09T20:27:37.710Z | Checking slog-bunyan v2.5.0 |
1839 | 2024-02-09T20:27:37.871Z | Checking toml v0.8.9 |
1840 | 2024-02-09T20:27:38.157Z | Compiling dropshot_endpoint v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#711a7490) |
1841 | 2024-02-09T20:27:38.655Z | Checking serde_path_to_error v0.1.15 |
1842 | 2024-02-09T20:27:38.825Z | Checking async-stream v0.3.5 |
1843 | 2024-02-09T20:27:39.014Z | Checking wait-timeout v0.2.0 |
1844 | 2024-02-09T20:27:39.174Z | Checking strum v0.25.0 |
1845 | 2024-02-09T20:27:39.285Z | Compiling structmeta-derive v0.3.0 |
1846 | 2024-02-09T20:27:39.312Z | Checking rusty-fork v0.3.0 |
1847 | 2024-02-09T20:27:39.592Z | Compiling structmeta-derive v0.2.0 |
1848 | 2024-02-09T20:27:39.631Z | Checking tokio-rustls v0.25.0 |
1849 | 2024-02-09T20:27:39.974Z | Checking rand_xorshift v0.3.0 |
1850 | 2024-02-09T20:27:40.130Z | Checking unarray v0.1.4 |
1851 | 2024-02-09T20:27:40.275Z | Checking proptest v1.4.0 |
1852 | 2024-02-09T20:27:42.562Z | Compiling structmeta v0.3.0 |
1853 | 2024-02-09T20:27:42.664Z | Compiling structmeta v0.2.0 |
1854 | 2024-02-09T20:27:42.947Z | Compiling darling_macro v0.20.3 |
1855 | 2024-02-09T20:27:43.011Z | Compiling parse-display-derive v0.9.0 |
1856 | 2024-02-09T20:27:43.076Z | Checking backoff v0.4.0 |
1857 | 2024-02-09T20:27:43.364Z | Compiling test-strategy v0.3.1 |
1858 | 2024-02-09T20:27:43.384Z | Compiling typify-macro v0.0.15 (https://github.com/oxidecomputer/typify#1f97f167) |
1859 | 2024-02-09T20:27:43.990Z | Compiling darling v0.20.3 |
1860 | 2024-02-09T20:27:44.099Z | Compiling serde_with_macros v3.6.0 |
1861 | 2024-02-09T20:27:44.199Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1862 | 2024-02-09T20:27:44.270Z | Checking serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
1863 | 2024-02-09T20:27:44.415Z | Checking macaddr v1.0.1 |
1864 | 2024-02-09T20:27:44.652Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
1865 | 2024-02-09T20:27:44.739Z | Checking camino-tempfile v1.1.1 |
1866 | 2024-02-09T20:27:44.755Z | Checking is-terminal v0.4.9 |
1867 | 2024-02-09T20:27:44.867Z | Compiling proc-macro-error-attr v1.0.4 |
1868 | 2024-02-09T20:27:44.993Z | Compiling proc-macro-error v1.0.4 |
1869 | 2024-02-09T20:27:45.454Z | Compiling proc-macro-crate v1.3.1 |
1870 | 2024-02-09T20:27:45.472Z | Checking termtree v0.4.1 |
1871 | 2024-02-09T20:27:45.722Z | Compiling heapless v0.8.0 |
1872 | 2024-02-09T20:27:46.608Z | Checking predicates-tree v1.0.9 |
1873 | 2024-02-09T20:27:46.638Z | Compiling num_enum_derive v0.5.11 |
1874 | 2024-02-09T20:27:46.750Z | Checking hash32 v0.3.1 |
1875 | 2024-02-09T20:27:46.927Z | Compiling smoltcp v0.11.0 |
1876 | 2024-02-09T20:27:46.942Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1877 | 2024-02-09T20:27:47.424Z | Checking serde_with v3.6.0 |
1878 | 2024-02-09T20:27:47.643Z | Checking embedded-io v0.4.0 |
1879 | 2024-02-09T20:27:47.708Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1880 | 2024-02-09T20:27:47.766Z | Checking parse-display v0.9.0 |
1881 | 2024-02-09T20:27:47.866Z | Compiling crucible-workspace-hack v0.1.0 |
1882 | 2024-02-09T20:27:47.969Z | Checking cobs v0.2.3 |
1883 | 2024-02-09T20:27:48.049Z | Compiling foreign-types-macros v0.2.3 |
1884 | 2024-02-09T20:27:48.147Z | Checking postcard v1.0.8 |
1885 | 2024-02-09T20:27:48.188Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=1d29ef60a18179babfb44f0f7a3c2fe71034a2c1#1d29ef60) |
1886 | 2024-02-09T20:27:48.598Z | Checking foreign-types-shared v0.3.1 |
1887 | 2024-02-09T20:27:48.626Z | Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=1d29ef60a18179babfb44f0f7a3c2fe71034a2c1#1d29ef60) |
1888 | 2024-02-09T20:27:48.646Z | Compiling typify v0.0.15 (https://github.com/oxidecomputer/typify#1f97f167) |
1889 | 2024-02-09T20:27:48.764Z | Compiling progenitor-impl v0.5.0 (https://github.com/oxidecomputer/progenitor?branch=main#86b60220) |
1890 | 2024-02-09T20:27:48.862Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
1891 | 2024-02-09T20:27:49.361Z | Checking foreign-types v0.5.0 |
1892 | 2024-02-09T20:27:49.475Z | Compiling usdt-attr-macro v0.5.0 |
1893 | 2024-02-09T20:27:49.504Z | Checking num_enum v0.5.11 |
1894 | 2024-02-09T20:27:49.624Z | Compiling usdt-macro v0.5.0 |
1895 | 2024-02-09T20:27:49.643Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
1896 | 2024-02-09T20:27:50.546Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=1d29ef60a18179babfb44f0f7a3c2fe71034a2c1#1d29ef60) |
1897 | 2024-02-09T20:27:50.694Z | Checking cstr-argument v0.1.2 |
1898 | 2024-02-09T20:27:50.870Z | Checking memmap v0.7.0 |
1899 | 2024-02-09T20:27:50.953Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#f114bd0d) |
1900 | 2024-02-09T20:27:51.064Z | Checking pretty-hex v0.2.1 |
1901 | 2024-02-09T20:27:51.220Z | Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1902 | 2024-02-09T20:27:51.261Z | Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1903 | 2024-02-09T20:27:51.295Z | Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=1d29ef60a18179babfb44f0f7a3c2fe71034a2c1#1d29ef60) |
1904 | 2024-02-09T20:27:51.298Z | Checking usdt v0.5.0 |
1905 | 2024-02-09T20:27:51.456Z | Checking colored v2.0.4 |
1906 | 2024-02-09T20:27:51.479Z | Checking poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
1907 | 2024-02-09T20:27:51.551Z | Compiling zone_cfg_derive v0.3.0 |
1908 | 2024-02-09T20:27:51.567Z | Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=ff6c4df2e816eee6e7b2b0488777d30ef35ee217#ff6c4df2) |
1909 | 2024-02-09T20:27:51.589Z | Compiling num-derive v0.4.0 |
1910 | 2024-02-09T20:27:51.685Z | Compiling mockall_derive v0.12.0 |
1911 | 2024-02-09T20:27:51.905Z | Checking downcast v0.11.0 |
1912 | 2024-02-09T20:27:52.103Z | Checking fragile v2.0.0 |
1913 | 2024-02-09T20:27:52.370Z | Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=ff6c4df2e816eee6e7b2b0488777d30ef35ee217#ff6c4df2) |
1914 | 2024-02-09T20:27:52.607Z | Checking smf v0.2.2 |
1915 | 2024-02-09T20:27:52.713Z | Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=1d29ef60a18179babfb44f0f7a3c2fe71034a2c1#1d29ef60) |
1916 | 2024-02-09T20:27:53.464Z | Checking xattr v1.0.1 |
1917 | 2024-02-09T20:27:53.469Z | Checking zone v0.3.0 |
1918 | 2024-02-09T20:27:53.469Z | Checking filetime v0.2.23 |
1919 | 2024-02-09T20:27:53.469Z | Checking same-file v1.0.6 |
1920 | 2024-02-09T20:27:53.506Z | Checking tar v0.4.40 |
1921 | 2024-02-09T20:27:53.589Z | Checking walkdir v2.4.0 |
1922 | 2024-02-09T20:27:53.839Z | Compiling rayon-core v1.12.0 |
1923 | 2024-02-09T20:27:53.854Z | Checking pem v3.0.2 |
1924 | 2024-02-09T20:27:54.020Z | Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=2d4bc11232d53f177c286383926fa5f8c1b2a938#2d4bc112) |
1925 | 2024-02-09T20:27:54.098Z | Checking linked-hash-map v0.5.6 |
1926 | 2024-02-09T20:27:54.101Z | Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=1d29ef60a18179babfb44f0f7a3c2fe71034a2c1#1d29ef60) |
1927 | 2024-02-09T20:27:54.163Z | Checking itertools v0.12.1 |
1928 | 2024-02-09T20:27:54.228Z | Checking headers-core v0.2.0 |
1929 | 2024-02-09T20:27:54.363Z | Checking headers v0.3.9 |
1930 | 2024-02-09T20:27:54.384Z | Checking swrite v0.1.0 |
1931 | 2024-02-09T20:27:54.814Z | Checking lru-cache v0.1.2 |
1932 | 2024-02-09T20:27:54.826Z | Checking password-hash v0.5.0 |
1933 | 2024-02-09T20:27:54.826Z | Checking blake2 v0.10.6 |
1934 | 2024-02-09T20:27:54.826Z | Checking rcgen v0.12.1 |
1935 | 2024-02-09T20:27:54.910Z | Checking atomicwrites v0.4.3 |
1936 | 2024-02-09T20:27:54.913Z | Checking argon2 v0.5.3 |
1937 | 2024-02-09T20:27:55.097Z | Checking subprocess v0.2.9 |
1938 | 2024-02-09T20:27:55.231Z | Checking arc-swap v1.6.0 |
1939 | 2024-02-09T20:27:55.456Z | Compiling cancel-safe-futures v0.1.5 |
1940 | 2024-02-09T20:27:55.523Z | Checking half v2.3.1 |
1941 | 2024-02-09T20:27:55.684Z | Checking ciborium-io v0.2.2 |
1942 | 2024-02-09T20:27:55.716Z | Checking slog-scope v4.4.0 |
1943 | 2024-02-09T20:27:55.800Z | Checking resolv-conf v0.7.0 |
1944 | 2024-02-09T20:27:55.893Z | Checking slog-stdlog v4.1.1 |
1945 | 2024-02-09T20:27:56.049Z | Checking ciborium-ll v0.2.2 |
1946 | 2024-02-09T20:27:56.065Z | Checking slog-envlogger v2.2.0 |
1947 | 2024-02-09T20:27:56.129Z | Checking trust-dns-resolver v0.22.0 |
1948 | 2024-02-09T20:27:56.286Z | Checking libsw v3.3.1 |
1949 | 2024-02-09T20:27:56.354Z | Checking ciborium v0.2.2 |
1950 | 2024-02-09T20:27:56.368Z | Compiling derive-where v1.2.7 |
1951 | 2024-02-09T20:27:56.558Z | Checking linear-map v1.2.0 |
1952 | 2024-02-09T20:27:56.840Z | Compiling progenitor-macro v0.5.0 (https://github.com/oxidecomputer/progenitor?branch=main#86b60220) |
1953 | 2024-02-09T20:27:56.883Z | Checking owo-colors v4.0.0 |
1954 | 2024-02-09T20:28:08.713Z | Checking textwrap v0.11.0 |
1955 | 2024-02-09T20:28:08.832Z | Compiling heck v0.3.3 |
1956 | 2024-02-09T20:28:08.832Z | Compiling blake3 v1.5.0 |
1957 | 2024-02-09T20:28:08.832Z | Checking ansi_term v0.12.1 |
1958 | 2024-02-09T20:28:08.832Z | Checking strsim v0.8.0 |
1959 | 2024-02-09T20:28:08.832Z | Checking vec_map v0.8.2 |
1960 | 2024-02-09T20:28:08.832Z | Compiling libefi-sys v0.1.0 |
1961 | 2024-02-09T20:28:08.832Z | Checking clap v2.34.0 |
1962 | 2024-02-09T20:28:08.832Z | Compiling structopt-derive v0.4.18 |
1963 | 2024-02-09T20:28:08.832Z | Compiling tofino v0.1.0 (http://github.com/oxidecomputer/tofino?branch=main#8283f802) |
1964 | 2024-02-09T20:28:08.833Z | Compiling slog-dtrace v0.3.0 |
1965 | 2024-02-09T20:28:08.833Z | Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
1966 | 2024-02-09T20:28:08.833Z | Checking termcolor v1.2.0 |
1967 | 2024-02-09T20:28:08.833Z | Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
1968 | 2024-02-09T20:28:08.833Z | Checking nibble_vec v0.1.0 |
1969 | 2024-02-09T20:28:08.833Z | Checking gethostname v0.4.3 |
1970 | 2024-02-09T20:28:08.833Z | Compiling radium v0.7.0 |
1971 | 2024-02-09T20:28:08.833Z | Checking endian-type v0.1.2 |
1972 | 2024-02-09T20:28:08.833Z | Checking tap v1.0.1 |
1973 | 2024-02-09T20:28:08.833Z | Checking mockall v0.12.0 |
1974 | 2024-02-09T20:28:08.833Z | Compiling maybe-uninit v2.0.0 |
1975 | 2024-02-09T20:28:08.833Z | Checking radix_trie v0.2.1 |
1976 | 2024-02-09T20:28:08.833Z | Checking wyz v0.5.1 |
1977 | 2024-02-09T20:28:08.881Z | Checking fxhash v0.2.1 |
1978 | 2024-02-09T20:28:08.881Z | Compiling packed_struct v0.10.1 |
1979 | 2024-02-09T20:28:08.881Z | Checking crc-catalog v2.2.0 |
1980 | 2024-02-09T20:28:08.881Z | Checking funty v2.0.0 |
1981 | 2024-02-09T20:28:08.881Z | Compiling num-bigint-dig v0.8.4 |
1982 | 2024-02-09T20:28:08.881Z | Compiling semver v0.1.20 |
1983 | 2024-02-09T20:28:08.881Z | Checking crc v3.0.1 |
1984 | 2024-02-09T20:28:08.881Z | Compiling packed_struct_codegen v0.10.1 |
1985 | 2024-02-09T20:28:08.881Z | Compiling indexmap v1.9.3 |
1986 | 2024-02-09T20:28:08.881Z | Compiling rustc_version v0.1.7 |
1987 | 2024-02-09T20:28:08.881Z | Checking structopt v0.3.26 |
1988 | 2024-02-09T20:28:08.882Z | Checking nodrop v0.1.14 |
1989 | 2024-02-09T20:28:08.882Z | Checking smallvec v0.6.14 |
1990 | 2024-02-09T20:28:08.882Z | Checking array-init v0.0.4 |
1991 | 2024-02-09T20:28:08.882Z | Compiling newtype_derive v0.1.6 |
1992 | 2024-02-09T20:28:08.882Z | Checking bitvec v1.0.1 |
1993 | 2024-02-09T20:28:08.882Z | Checking pkcs1 v0.7.5 |
1994 | 2024-02-09T20:28:08.882Z | Checking signature v2.1.0 |
1995 | 2024-02-09T20:28:08.882Z | Compiling crossbeam-deque v0.8.3 |
1996 | 2024-02-09T20:28:08.882Z | Checking bitfield v0.14.0 |
1997 | 2024-02-09T20:28:08.882Z | Checking hashbrown v0.12.3 |
1998 | 2024-02-09T20:28:08.882Z | Checking rsa v0.9.2 |
1999 | 2024-02-09T20:28:08.882Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2000 | 2024-02-09T20:28:08.882Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2001 | 2024-02-09T20:28:08.882Z | Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2002 | 2024-02-09T20:28:08.882Z | Checking serde-hex v0.1.0 |
2003 | 2024-02-09T20:28:08.882Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git#e644a21a) |
2004 | 2024-02-09T20:28:08.882Z | Checking env_logger v0.10.0 |
2005 | 2024-02-09T20:28:08.882Z | Checking x509-cert v0.2.4 |
2006 | 2024-02-09T20:28:08.882Z | Checking ron v0.8.1 |
2007 | 2024-02-09T20:28:08.882Z | Compiling semver-parser v0.10.2 |
2008 | 2024-02-09T20:28:08.882Z | Compiling num-rational v0.4.1 |
2009 | 2024-02-09T20:28:08.882Z | Checking crc-any v2.4.3 |
2010 | 2024-02-09T20:28:08.882Z | Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc.git#e644a21a) |
2011 | 2024-02-09T20:28:08.882Z | Compiling semver v0.11.0 |
2012 | 2024-02-09T20:28:08.882Z | Compiling rayon v1.8.0 |
2013 | 2024-02-09T20:28:08.883Z | Checking object v0.30.4 |
2014 | 2024-02-09T20:28:08.883Z | Compiling memmap2 v0.7.1 |
2015 | 2024-02-09T20:28:08.883Z | Compiling arrayref v0.3.7 |
2016 | 2024-02-09T20:28:08.883Z | Compiling constant_time_eq v0.3.0 |
2017 | 2024-02-09T20:28:08.883Z | Compiling home v0.5.5 |
2018 | 2024-02-09T20:28:08.883Z | Compiling arrayvec v0.7.4 |
2019 | 2024-02-09T20:28:08.883Z | Checking path-slash v0.1.5 |
2020 | 2024-02-09T20:28:08.883Z | Compiling toolchain_find v0.2.0 |
2021 | 2024-02-09T20:28:08.883Z | Checking lpc55_areas v0.2.4 (https://github.com/oxidecomputer/lpc55_support#96f064ea) |
2022 | 2024-02-09T20:28:08.883Z | Checking steno v0.4.0 |
2023 | 2024-02-09T20:28:09.137Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
2024 | 2024-02-09T20:28:09.810Z | Compiling toml v0.5.11 |
2025 | 2024-02-09T20:28:09.915Z | Checking num-complex v0.4.4 |
2026 | 2024-02-09T20:28:10.686Z | Compiling convert_case v0.4.0 |
2027 | 2024-02-09T20:28:11.093Z | Compiling topological-sort v0.2.2 |
2028 | 2024-02-09T20:28:11.296Z | Checking num v0.4.1 |
2029 | 2024-02-09T20:28:11.309Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2030 | 2024-02-09T20:28:11.393Z | Checking newline-converter v0.3.0 |
2031 | 2024-02-09T20:28:11.536Z | Compiling rustfmt-wrapper v0.2.0 |
2032 | 2024-02-09T20:28:11.642Z | Compiling derive_more v0.99.17 |
2033 | 2024-02-09T20:28:12.171Z | Compiling omicron-zone-package v0.11.0 |
2034 | 2024-02-09T20:28:12.607Z | Checking expectorate v1.1.0 |
2035 | 2024-02-09T20:28:12.746Z | Checking utf-8 v0.7.6 |
2036 | 2024-02-09T20:28:12.806Z | Compiling buf-list v1.0.3 |
2037 | 2024-02-09T20:28:12.946Z | Checking tungstenite v0.20.1 |
2038 | 2024-02-09T20:28:13.610Z | Checking display-error-chain v0.2.0 |
2039 | 2024-02-09T20:28:13.736Z | Compiling parking_lot_core v0.8.6 |
2040 | 2024-02-09T20:28:13.829Z | Checking tokio-tungstenite v0.20.1 |
2041 | 2024-02-09T20:28:13.845Z | Checking keccak v0.1.4 |
2042 | 2024-02-09T20:28:14.135Z | Checking sha3 v0.10.8 |
2043 | 2024-02-09T20:28:14.267Z | Checking trust-dns-client v0.22.0 |
2044 | 2024-02-09T20:28:14.499Z | Checking secrecy v0.8.0 |
2045 | 2024-02-09T20:28:14.567Z | Checking parking_lot v0.11.2 |
2046 | 2024-02-09T20:28:14.711Z | Compiling pin-project-internal v1.1.3 |
2047 | 2024-02-09T20:28:14.903Z | Compiling doc-comment v0.3.3 |
2048 | 2024-02-09T20:28:15.574Z | Checking sled v0.34.7 |
2049 | 2024-02-09T20:28:15.762Z | Checking glob v0.3.1 |
2050 | 2024-02-09T20:28:15.877Z | Checking trust-dns-server v0.22.1 |
2051 | 2024-02-09T20:28:16.024Z | Checking progenitor v0.5.0 (https://github.com/oxidecomputer/progenitor?branch=main#86b60220) |
2052 | 2024-02-09T20:28:16.236Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2053 | 2024-02-09T20:28:16.297Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2054 | 2024-02-09T20:28:17.969Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2055 | 2024-02-09T20:28:18.480Z | Checking pin-project v1.1.3 |
2056 | 2024-02-09T20:28:18.551Z | Compiling vte_generate_state_changes v0.1.1 |
2057 | 2024-02-09T20:28:18.602Z | Compiling ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2058 | 2024-02-09T20:28:18.609Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
2059 | 2024-02-09T20:28:19.055Z | Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2060 | 2024-02-09T20:28:19.246Z | Checking vte v0.11.1 |
2061 | 2024-02-09T20:28:19.870Z | Checking lpc55_sign v0.3.3 (https://github.com/oxidecomputer/lpc55_support#96f064ea) |
2062 | 2024-02-09T20:28:20.698Z | Compiling unicase v2.7.0 |
2063 | 2024-02-09T20:28:20.713Z | Checking hubtools v0.4.1 (https://github.com/oxidecomputer/hubtools.git?branch=main#73cd5a84) |
2064 | 2024-02-09T20:28:20.848Z | Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
2065 | 2024-02-09T20:28:21.014Z | Compiling platforms v3.0.2 |
2066 | 2024-02-09T20:28:21.191Z | Checking strip-ansi-escapes v0.2.0 |
2067 | 2024-02-09T20:28:21.209Z | Checking fd-lock v3.0.13 |
2068 | 2024-02-09T20:28:21.281Z | Compiling snafu-derive v0.7.5 |
2069 | 2024-02-09T20:28:21.328Z | Compiling fs-err v2.11.0 |
2070 | 2024-02-09T20:28:21.374Z | Checking nu-ansi-term v0.49.0 |
2071 | 2024-02-09T20:28:21.776Z | Checking reedline v0.28.0 |
2072 | 2024-02-09T20:28:22.005Z | Checking globset v0.4.13 |
2073 | 2024-02-09T20:28:22.497Z | Checking olpc-cjson v0.1.3 |
2074 | 2024-02-09T20:28:22.501Z | Checking serde_plain v1.0.2 |
2075 | 2024-02-09T20:28:22.620Z | Compiling async-recursion v1.0.5 |
2076 | 2024-02-09T20:28:22.714Z | Checking typed-path v0.7.0 |
2077 | 2024-02-09T20:28:23.760Z | Compiling curve25519-dalek v4.1.1 |
2078 | 2024-02-09T20:28:24.346Z | Compiling progenitor-impl v0.5.0 (https://github.com/oxidecomputer/progenitor#86b60220) |
2079 | 2024-02-09T20:28:24.450Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2080 | 2024-02-09T20:28:24.682Z | Compiling memoffset v0.7.1 |
2081 | 2024-02-09T20:28:25.015Z | Checking parse-size v1.0.0 |
2082 | 2024-02-09T20:28:25.250Z | Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2083 | 2024-02-09T20:28:25.320Z | Compiling mime_guess v2.0.4 |
2084 | 2024-02-09T20:28:25.481Z | Compiling mg-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/mg-admin-client) |
2085 | 2024-02-09T20:28:26.750Z | Checking openapi-lint v0.4.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#ef442ee4) |
2086 | 2024-02-09T20:28:27.144Z | Checking progenitor-client v0.5.0 (https://github.com/oxidecomputer/progenitor#86b60220) |
2087 | 2024-02-09T20:28:27.320Z | Checking snafu v0.7.5 |
2088 | 2024-02-09T20:28:27.468Z | Checking universal-hash v0.5.1 |
2089 | 2024-02-09T20:28:27.650Z | Compiling thiserror-impl-no-std v2.0.2 |
2090 | 2024-02-09T20:28:27.819Z | Checking tough v0.16.0 |
2091 | 2024-02-09T20:28:28.515Z | Compiling curve25519-dalek-derive v0.1.0 |
2092 | 2024-02-09T20:28:29.580Z | Checking illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2093 | 2024-02-09T20:28:30.127Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2094 | 2024-02-09T20:28:31.160Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2095 | 2024-02-09T20:28:32.061Z | Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2096 | 2024-02-09T20:28:32.365Z | Checking internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns) |
2097 | 2024-02-09T20:28:32.634Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2098 | 2024-02-09T20:28:33.361Z | Compiling progenitor-macro v0.5.0 (https://github.com/oxidecomputer/progenitor#86b60220) |
2099 | 2024-02-09T20:28:34.109Z | Checking opaque-debug v0.3.0 |
2100 | 2024-02-09T20:28:34.206Z | Checking poly1305 v0.8.0 |
2101 | 2024-02-09T20:28:34.631Z | Checking tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
2102 | 2024-02-09T20:28:35.058Z | Checking thiserror-no-std v2.0.2 |
2103 | 2024-02-09T20:28:37.004Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2104 | 2024-02-09T20:28:37.142Z | Checking chacha20 v0.9.1 |
2105 | 2024-02-09T20:28:37.243Z | Checking aead v0.5.2 |
2106 | 2024-02-09T20:28:37.355Z | Checking kstat-rs v0.2.3 |
2107 | 2024-02-09T20:28:37.459Z | Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e) |
2108 | 2024-02-09T20:28:37.693Z | Compiling salty v0.2.0 |
2109 | 2024-02-09T20:28:37.805Z | Checking signature v1.6.4 |
2110 | 2024-02-09T20:28:37.939Z | Checking ed25519 v1.5.3 |
2111 | 2024-02-09T20:28:38.169Z | Checking chacha20poly1305 v0.10.1 |
2112 | 2024-02-09T20:28:38.355Z | Checking vsss-rs v3.3.4 |
2113 | 2024-02-09T20:28:38.535Z | Checking nix v0.26.2 (https://github.com/jgallagher/nix?branch=r0.26-illumos#c1a3636d) |
2114 | 2024-02-09T20:28:38.988Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
2115 | 2024-02-09T20:28:39.227Z | Checking serde-big-array v0.5.1 |
2116 | 2024-02-09T20:28:39.442Z | Compiling hubpack_derive v0.1.0 (https://github.com/cbiffle/hubpack?rev=df08cc3a6e1f97381cd0472ae348e310f0119e25#df08cc3a) |
2117 | 2024-02-09T20:28:40.407Z | Checking bytecount v0.6.3 |
2118 | 2024-02-09T20:28:40.559Z | Checking papergrid v0.11.0 |
2119 | 2024-02-09T20:28:41.701Z | Checking hubpack v0.1.0 (https://github.com/cbiffle/hubpack?rev=df08cc3a6e1f97381cd0472ae348e310f0119e25#df08cc3a) |
2120 | 2024-02-09T20:28:42.028Z | Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2121 | 2024-02-09T20:28:42.101Z | Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2d4bc11232d53f177c286383926fa5f8c1b2a938#2d4bc112) |
2122 | 2024-02-09T20:28:42.350Z | Compiling tabled_derive v0.7.0 |
2123 | 2024-02-09T20:28:43.125Z | Checking signal-hook-tokio v0.3.1 |
2124 | 2024-02-09T20:28:43.303Z | Checking fd-lock v4.0.2 |
2125 | 2024-02-09T20:28:43.498Z | Checking nix v0.27.1 |
2126 | 2024-02-09T20:28:43.602Z | Checking serde-big-array v0.4.1 |
2127 | 2024-02-09T20:28:43.775Z | Compiling sqlparser_derive v0.2.2 |
2128 | 2024-02-09T20:28:44.052Z | Checking humantime v2.1.0 |
2129 | 2024-02-09T20:28:44.337Z | Checking unicode_categories v0.1.1 |
2130 | 2024-02-09T20:28:44.746Z | Compiling prettyplease v0.2.16 |
2131 | 2024-02-09T20:28:44.948Z | Checking sqlparser v0.43.1 |
2132 | 2024-02-09T20:28:44.952Z | Checking tabled v0.15.0 |
2133 | 2024-02-09T20:28:45.089Z | Checking sqlformat v0.2.3 |
2134 | 2024-02-09T20:28:45.997Z | Checking rustyline v13.0.0 |
2135 | 2024-02-09T20:28:46.565Z | Checking sprockets-common v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef) |
2136 | 2024-02-09T20:28:46.896Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2137 | 2024-02-09T20:28:47.604Z | Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2138 | 2024-02-09T20:28:47.722Z | Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
2139 | 2024-02-09T20:28:47.965Z | Checking bcs v0.1.6 |
2140 | 2024-02-09T20:28:48.466Z | Checking highway v1.1.0 |
2141 | 2024-02-09T20:28:48.843Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2142 | 2024-02-09T20:28:48.878Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2143 | 2024-02-09T20:28:49.345Z | Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2144 | 2024-02-09T20:28:50.825Z | Checking corncobs v0.1.3 |
2145 | 2024-02-09T20:28:51.023Z | Checking sprockets-rot v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef) |
2146 | 2024-02-09T20:28:51.221Z | Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=ff6c4df2e816eee6e7b2b0488777d30ef35ee217#ff6c4df2) |
2147 | 2024-02-09T20:28:52.060Z | Checking http-range v0.1.5 |
2148 | 2024-02-09T20:28:52.243Z | Compiling crunchy v0.2.2 |
2149 | 2024-02-09T20:28:52.507Z | Checking hyper-staticfile v0.9.5 |
2150 | 2024-02-09T20:28:52.566Z | Checking progenitor v0.5.0 (https://github.com/oxidecomputer/progenitor#86b60220) |
2151 | 2024-02-09T20:28:52.778Z | Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=ff6c4df2e816eee6e7b2b0488777d30ef35ee217#ff6c4df2) |
2152 | 2024-02-09T20:28:52.782Z | Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=ff6c4df2e816eee6e7b2b0488777d30ef35ee217#ff6c4df2) |
2153 | 2024-02-09T20:28:52.875Z | Compiling clang-sys v1.6.1 |
2154 | 2024-02-09T20:28:52.992Z | Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
2155 | 2024-02-09T20:28:53.535Z | Compiling tiny-keccak v2.0.2 |
2156 | 2024-02-09T20:28:53.643Z | Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2157 | 2024-02-09T20:28:53.802Z | Compiling darling_core v0.14.4 |
2158 | 2024-02-09T20:28:53.876Z | Compiling portable-atomic v1.4.3 |
2159 | 2024-02-09T20:28:54.947Z | Checking assert_matches v1.5.0 |
2160 | 2024-02-09T20:28:55.109Z | Compiling ascii-canvas v3.0.0 |
2161 | 2024-02-09T20:28:55.624Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
2162 | 2024-02-09T20:28:55.668Z | Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
2163 | 2024-02-09T20:28:56.084Z | Compiling ena v0.14.2 |
2164 | 2024-02-09T20:28:56.488Z | Compiling libloading v0.7.4 |
2165 | 2024-02-09T20:28:56.851Z | Compiling diff v0.1.13 |
2166 | 2024-02-09T20:28:56.851Z | Compiling bindgen v0.69.2 |
2167 | 2024-02-09T20:28:56.877Z | Compiling regex-syntax v0.6.29 |
2168 | 2024-02-09T20:28:58.530Z | Compiling cexpr v0.6.0 |
2169 | 2024-02-09T20:28:58.553Z | Compiling which v4.4.0 |
2170 | 2024-02-09T20:28:59.169Z | Compiling peeking_take_while v0.1.2 |
2171 | 2024-02-09T20:28:59.310Z | Compiling shlex v1.3.0 |
2172 | 2024-02-09T20:28:59.738Z | Compiling lazycell v1.3.0 |
2173 | 2024-02-09T20:28:59.896Z | Checking maplit v1.0.2 |
2174 | 2024-02-09T20:28:59.988Z | Compiling darling_macro v0.14.4 |
2175 | 2024-02-09T20:29:00.004Z | Compiling ref-cast v1.0.20 |
2176 | 2024-02-09T20:29:00.206Z | Compiling lalrpop v0.19.12 |
2177 | 2024-02-09T20:29:00.512Z | Checking number_prefix v0.4.0 |
2178 | 2024-02-09T20:29:00.712Z | Compiling rustc-hash v1.1.0 |
2179 | 2024-02-09T20:29:00.736Z | Checking indicatif v0.17.7 |
2180 | 2024-02-09T20:29:01.114Z | Compiling darling v0.14.4 |
2181 | 2024-02-09T20:29:01.240Z | Compiling derive_builder_core v0.12.0 |
2182 | 2024-02-09T20:29:01.529Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
2183 | 2024-02-09T20:29:01.553Z | Compiling ref-cast-impl v1.0.20 |
2184 | 2024-02-09T20:29:02.256Z | Compiling libxml v0.3.3 |
2185 | 2024-02-09T20:29:02.289Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
2186 | 2024-02-09T20:29:02.948Z | Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
2187 | 2024-02-09T20:29:03.133Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
2188 | 2024-02-09T20:29:03.163Z | Compiling strum_macros v0.24.3 |
2189 | 2024-02-09T20:29:03.348Z | Compiling diesel-dtrace v0.3.0 (https://github.com/oxidecomputer/diesel-dtrace?branch=main#62ef5ca0) |
2190 | 2024-02-09T20:29:03.668Z | Compiling cookie v0.18.0 |
2191 | 2024-02-09T20:29:03.745Z | Compiling derive_builder_macro v0.12.0 |
2192 | 2024-02-09T20:29:03.988Z | Compiling indoc v1.0.9 |
2193 | 2024-02-09T20:29:04.673Z | Checking derive_builder v0.12.0 |
2194 | 2024-02-09T20:29:05.053Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
2195 | 2024-02-09T20:29:05.380Z | Checking bb8 v0.8.3 |
2196 | 2024-02-09T20:29:05.887Z | Checking quick-xml v0.30.0 |
2197 | 2024-02-09T20:29:06.031Z | Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2198 | 2024-02-09T20:29:06.702Z | Checking castaway v0.2.2 |
2199 | 2024-02-09T20:29:06.875Z | Compiling strum_macros v0.26.1 |
2200 | 2024-02-09T20:29:07.173Z | Compiling oso-derive v0.27.0 |
2201 | 2024-02-09T20:29:07.228Z | Compiling impl-trait-for-tuples v0.2.2 |
2202 | 2024-02-09T20:29:08.337Z | Checking compact_str v0.7.1 |
2203 | 2024-02-09T20:29:09.103Z | Checking async-bb8-diesel v0.1.0 (https://github.com/oxidecomputer/async-bb8-diesel?rev=ed7ab5ef0513ba303d33efd41d3e9e381169d59b#ed7ab5ef) |
2204 | 2024-02-09T20:29:10.296Z | Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
2205 | 2024-02-09T20:29:10.552Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
2206 | 2024-02-09T20:29:11.730Z | Checking lru v0.12.1 |
2207 | 2024-02-09T20:29:12.018Z | Compiling stability v0.1.1 |
2208 | 2024-02-09T20:29:12.309Z | Checking strum v0.26.1 |
2209 | 2024-02-09T20:29:12.340Z | Checking cassowary v0.3.0 |
2210 | 2024-02-09T20:29:12.467Z | Compiling indoc v2.0.3 |
2211 | 2024-02-09T20:29:12.751Z | Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
2212 | 2024-02-09T20:29:13.076Z | Checking smawk v0.3.1 |
2213 | 2024-02-09T20:29:13.280Z | Checking unicode-linebreak v0.1.5 |
2214 | 2024-02-09T20:29:13.623Z | Checking ratatui v0.26.0 |
2215 | 2024-02-09T20:29:13.710Z | Checking textwrap v0.16.0 |
2216 | 2024-02-09T20:29:14.096Z | Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
2217 | 2024-02-09T20:29:14.344Z | Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
2218 | 2024-02-09T20:29:14.494Z | Checking is_ci v1.1.1 |
2219 | 2024-02-09T20:29:14.633Z | Checking supports-color v2.1.0 |
2220 | 2024-02-09T20:29:14.835Z | Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
2221 | 2024-02-09T20:29:15.390Z | Compiling nexus-blueprint-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/blueprint-execution) |
2222 | 2024-02-09T20:29:15.743Z | Checking nexus-deployment v0.1.0 (/work/oxidecomputer/omicron/nexus/deployment) |
2223 | 2024-02-09T20:29:16.653Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
2224 | 2024-02-09T20:29:16.713Z | Checking rtoolbox v0.0.1 |
2225 | 2024-02-09T20:29:16.912Z | Checking rpassword v7.3.1 |
2226 | 2024-02-09T20:29:16.996Z | Checking tui-tree-widget v0.17.0 |
2227 | 2024-02-09T20:29:17.048Z | Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2d4bc11232d53f177c286383926fa5f8c1b2a938#2d4bc112) |
2228 | 2024-02-09T20:29:17.288Z | Checking fatfs v0.3.6 |
2229 | 2024-02-09T20:29:18.398Z | Checking shell-words v1.1.0 |
2230 | 2024-02-09T20:29:18.552Z | Checking tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous) |
2231 | 2024-02-09T20:29:18.850Z | Checking yansi v0.5.1 |
2232 | 2024-02-09T20:29:19.138Z | Checking pretty_assertions v1.4.0 |
2233 | 2024-02-09T20:29:19.341Z | Compiling target-lexicon v0.12.13 |
2234 | 2024-02-09T20:29:19.444Z | Compiling guppy-workspace-hack v0.1.0 |
2235 | 2024-02-09T20:29:19.701Z | Checking plotters-backend v0.3.5 |
2236 | 2024-02-09T20:29:19.791Z | Checking http-body v1.0.0 |
2237 | 2024-02-09T20:29:19.995Z | Checking rand v0.4.6 |
2238 | 2024-02-09T20:29:20.089Z | Checking plotters-svg v0.3.5 |
2239 | 2024-02-09T20:29:20.287Z | Checking tower-layer v0.3.2 |
2240 | 2024-02-09T20:29:20.579Z | Checking cast v0.3.0 |
2241 | 2024-02-09T20:29:21.097Z | Checking remove_dir_all v0.5.3 |
2242 | 2024-02-09T20:29:21.097Z | Compiling target-spec v3.1.0 |
2243 | 2024-02-09T20:29:21.097Z | Checking criterion-plot v0.5.0 |
2244 | 2024-02-09T20:29:21.097Z | Checking tempdir v0.3.7 |
2245 | 2024-02-09T20:29:21.167Z | Checking cfg-expr v0.15.6 |
2246 | 2024-02-09T20:29:21.437Z | Checking tower v0.4.13 |
2247 | 2024-02-09T20:29:21.493Z | Checking plotters v0.3.5 |
2248 | 2024-02-09T20:29:21.981Z | Checking hyper v1.1.0 |
2249 | 2024-02-09T20:29:22.346Z | Checking installinator-artifactd v0.1.0 (/work/oxidecomputer/omicron/installinator-artifactd) |
2250 | 2024-02-09T20:29:22.482Z | Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2251 | 2024-02-09T20:29:23.187Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
2252 | 2024-02-09T20:29:23.253Z | Compiling nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros) |
2253 | 2024-02-09T20:29:23.283Z | Checking tinytemplate v1.2.1 |
2254 | 2024-02-09T20:29:23.400Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2255 | 2024-02-09T20:29:23.666Z | Checking cargo-platform v0.1.3 |
2256 | 2024-02-09T20:29:24.267Z | Checking anes v0.1.6 |
2257 | 2024-02-09T20:29:24.664Z | Checking oorandom v11.1.3 |
2258 | 2024-02-09T20:29:24.815Z | Checking criterion v0.5.1 |
2259 | 2024-02-09T20:29:25.349Z | Checking cargo_metadata v0.18.1 |
2260 | 2024-02-09T20:29:25.412Z | Checking hyper-util v0.1.2 |
2261 | 2024-02-09T20:29:26.501Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
2262 | 2024-02-09T20:29:26.946Z | Checking installinator-artifact-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-artifact-client) |
2263 | 2024-02-09T20:29:27.238Z | Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
2264 | 2024-02-09T20:29:27.809Z | Checking assert_cmd v2.0.13 |
2265 | 2024-02-09T20:29:28.279Z | Checking rustls-native-certs v0.7.0 |
2266 | 2024-02-09T20:29:28.434Z | Checking pathdiff v0.2.1 |
2267 | 2024-02-09T20:29:28.587Z | Checking nested v0.1.1 |
2268 | 2024-02-09T20:29:30.895Z | Checking guppy v0.17.5 |
2269 | 2024-02-09T20:29:32.162Z | Checking hyper-rustls v0.26.0 |
2270 | 2024-02-09T20:29:32.495Z | Checking httptest v0.15.5 |
2271 | 2024-02-09T20:29:32.831Z | Checking threadpool v1.8.1 |
2272 | 2024-02-09T20:29:33.006Z | Checking nanorand v0.7.0 |
2273 | 2024-02-09T20:29:33.028Z | Checking libtest-mimic v0.6.1 |
2274 | 2024-02-09T20:29:33.251Z | Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
2275 | 2024-02-09T20:29:33.378Z | Checking flume v0.11.0 |
2276 | 2024-02-09T20:29:33.415Z | Checking similar-asserts v1.5.0 |
2277 | 2024-02-09T20:29:33.654Z | Compiling rstest_macros v0.18.2 |
2278 | 2024-02-09T20:29:33.834Z | Compiling crossbeam-queue v0.3.8 |
2279 | 2024-02-09T20:29:34.318Z | Checking datatest-stable v0.2.3 |
2280 | 2024-02-09T20:29:34.415Z | Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
2281 | 2024-02-09T20:29:34.538Z | Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
2282 | 2024-02-09T20:29:35.403Z | Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
2283 | 2024-02-09T20:29:35.667Z | Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
2284 | 2024-02-09T20:29:36.032Z | Checking csv-core v0.1.11 |
2285 | 2024-02-09T20:29:36.146Z | Checking constant_time_eq v0.2.6 |
2286 | 2024-02-09T20:29:36.255Z | Compiling trybuild v1.0.89 |
2287 | 2024-02-09T20:29:36.290Z | Compiling relative-path v1.9.0 |
2288 | 2024-02-09T20:29:36.361Z | Checking csv v1.3.0 |
2289 | 2024-02-09T20:29:36.732Z | Checking blake2b_simd v1.0.1 |
2290 | 2024-02-09T20:29:37.532Z | Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
2291 | 2024-02-09T20:29:37.546Z | Checking basic-toml v0.1.8 |
2292 | 2024-02-09T20:29:38.474Z | Checking multimap v0.8.3 |
2293 | 2024-02-09T20:29:38.784Z | Checking futures-timer v3.0.2 |
2294 | 2024-02-09T20:29:40.485Z | Checking crossbeam v0.8.2 |
2295 | 2024-02-09T20:29:40.598Z | Checking rust-argon2 v1.0.1 |
2296 | 2024-02-09T20:29:42.065Z | Checking partial-io v0.5.4 |
2297 | 2024-02-09T20:29:42.448Z | Checking approx v0.5.1 |
2298 | 2024-02-09T20:29:42.678Z | Checking termios v0.3.3 |
2299 | 2024-02-09T20:29:42.901Z | Checking hex-literal v0.4.1 |
2300 | 2024-02-09T20:29:47.110Z | Checking rstest v0.18.2 |
2301 | 2024-02-09T20:29:48.459Z | Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli) |
2302 | 2024-02-09T20:29:51.710Z | Checking omicron-deploy v0.1.0 (/work/oxidecomputer/omicron/dev-tools/thing-flinger) |
2303 | 2024-02-09T20:30:32.948Z | Checking zone-network-setup v0.1.0 (/work/oxidecomputer/omicron/zone-network-setup) |
2304 | 2024-02-09T20:30:36.069Z | Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns-cli) |
2305 | 2024-02-09T20:30:36.526Z | Compiling samael v0.0.14 (https://github.com/oxidecomputer/samael?branch=oxide/omicron#9e609a8f) |
2306 | 2024-02-09T20:30:36.742Z | Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed) |
2307 | 2024-02-09T20:30:41.800Z | Checking caboose-util v0.1.0 (/work/oxidecomputer/omicron/caboose-util) |
2308 | 2024-02-09T20:30:59.421Z | Compiling polar-core v0.27.0 |
2309 | 2024-02-09T20:31:06.272Z | Checking oso v0.27.0 |
2310 | 2024-02-09T20:31:30.681Z | Checking nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
2311 | 2024-02-09T20:32:27.989Z | Finished dev [unoptimized + debuginfo] target(s) in 6m 44s |
2312 | 2024-02-09T20:32:28.156Z | |
2313 | 2024-02-09T20:32:28.159Z | real 7:27.657664091 |
2314 | 2024-02-09T20:32:28.159Z | user 38:53.988899853 |
2315 | 2024-02-09T20:32:28.160Z | sys 6:41.391526031 |
2316 | 2024-02-09T20:32:28.160Z | trap 0.999492822 |
2317 | 2024-02-09T20:32:28.160Z | tflt 3.667322049 |
2318 | 2024-02-09T20:32:28.160Z | dflt 3.703300243 |
2319 | 2024-02-09T20:32:28.160Z | kflt 0.053485169 |
2320 | 2024-02-09T20:32:28.160Z | lock 59:51.977839554 |
2321 | 2024-02-09T20:32:28.160Z | slp 1:59:08.271264380 |
2322 | 2024-02-09T20:32:28.160Z | lat 1:42.676819155 |
2323 | 2024-02-09T20:32:28.160Z | stop 4:06.280874871 |
2324 | 2024-02-09T20:32:28.935Z | warning: output filename collision. |
2325 | 2024-02-09T20:32:28.935Z | 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)`. |
2326 | 2024-02-09T20:32:28.935Z | Colliding filename is: /work/oxidecomputer/omicron/target/doc/hubpack/index.html |
2327 | 2024-02-09T20:32:28.935Z | The targets should have unique names. |
2328 | 2024-02-09T20:32:28.935Z | This is a known bug where multiple crates with the same name use |
2329 | 2024-02-09T20:32:28.935Z | the same path; see <https://github.com/rust-lang/cargo/issues/6313>. |
2330 | 2024-02-09T20:32:28.975Z | warning: output filename collision. |
2331 | 2024-02-09T20:32:28.975Z | The lib target `nix` in package `nix v0.27.1` has the same output filename as the lib target `nix` in package `nix v0.26.2 (https://github.com/jgallagher/nix?branch=r0.26-illumos#c1a3636d)`. |
2332 | 2024-02-09T20:32:28.975Z | Colliding filename is: /work/oxidecomputer/omicron/target/doc/nix/index.html |
2333 | 2024-02-09T20:32:28.975Z | The targets should have unique names. |
2334 | 2024-02-09T20:32:28.975Z | This is a known bug where multiple crates with the same name use |
2335 | 2024-02-09T20:32:28.975Z | the same path; see <https://github.com/rust-lang/cargo/issues/6313>. |
2336 | 2024-02-09T20:32:28.975Z | warning: output filename collision. |
2337 | 2024-02-09T20:32:28.975Z | 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)`. |
2338 | 2024-02-09T20:32:28.975Z | Colliding filename is: /work/oxidecomputer/omicron/target/doc/oximeter/index.html |
2339 | 2024-02-09T20:32:28.976Z | The targets should have unique names. |
2340 | 2024-02-09T20:32:28.976Z | This is a known bug where multiple crates with the same name use |
2341 | 2024-02-09T20:32:28.976Z | the same path; see <https://github.com/rust-lang/cargo/issues/6313>. |
2342 | 2024-02-09T20:32:28.976Z | warning: output filename collision. |
2343 | 2024-02-09T20:32:28.976Z | The lib target `progenitor` in package `progenitor v0.5.0 (https://github.com/oxidecomputer/progenitor#86b60220)` has the same output filename as the lib target `progenitor` in package `progenitor v0.5.0 (https://github.com/oxidecomputer/progenitor?branch=main#86b60220)`. |
2344 | 2024-02-09T20:32:28.976Z | Colliding filename is: /work/oxidecomputer/omicron/target/doc/progenitor/index.html |
2345 | 2024-02-09T20:32:28.976Z | The targets should have unique names. |
2346 | 2024-02-09T20:32:28.976Z | This is a known bug where multiple crates with the same name use |
2347 | 2024-02-09T20:32:28.976Z | the same path; see <https://github.com/rust-lang/cargo/issues/6313>. |
2348 | 2024-02-09T20:32:28.976Z | warning: output filename collision. |
2349 | 2024-02-09T20:32:28.976Z | The lib target `progenitor-client` in package `progenitor-client v0.5.0 (https://github.com/oxidecomputer/progenitor#86b60220)` has the same output filename as the lib target `progenitor-client` in package `progenitor-client v0.5.0 (https://github.com/oxidecomputer/progenitor?branch=main#86b60220)`. |
2350 | 2024-02-09T20:32:28.976Z | Colliding filename is: /work/oxidecomputer/omicron/target/doc/progenitor_client/index.html |
2351 | 2024-02-09T20:32:28.977Z | The targets should have unique names. |
2352 | 2024-02-09T20:32:28.977Z | This is a known bug where multiple crates with the same name use |
2353 | 2024-02-09T20:32:28.977Z | the same path; see <https://github.com/rust-lang/cargo/issues/6313>. |
2354 | 2024-02-09T20:32:28.977Z | warning: output filename collision. |
2355 | 2024-02-09T20:32:28.977Z | The lib target `progenitor-impl` in package `progenitor-impl v0.5.0 (https://github.com/oxidecomputer/progenitor#86b60220)` has the same output filename as the lib target `progenitor-impl` in package `progenitor-impl v0.5.0 (https://github.com/oxidecomputer/progenitor?branch=main#86b60220)`. |
2356 | 2024-02-09T20:32:28.977Z | Colliding filename is: /work/oxidecomputer/omicron/target/doc/progenitor_impl/index.html |
2357 | 2024-02-09T20:32:28.977Z | The targets should have unique names. |
2358 | 2024-02-09T20:32:28.977Z | This is a known bug where multiple crates with the same name use |
2359 | 2024-02-09T20:32:28.977Z | the same path; see <https://github.com/rust-lang/cargo/issues/6313>. |
2360 | 2024-02-09T20:32:28.977Z | warning: output filename collision. |
2361 | 2024-02-09T20:32:28.977Z | 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)`. |
2362 | 2024-02-09T20:32:28.977Z | Colliding filename is: /work/oxidecomputer/omicron/target/doc/tlvc/index.html |
2363 | 2024-02-09T20:32:28.977Z | The targets should have unique names. |
2364 | 2024-02-09T20:32:28.977Z | This is a known bug where multiple crates with the same name use |
2365 | 2024-02-09T20:32:28.977Z | the same path; see <https://github.com/rust-lang/cargo/issues/6313>. |
2366 | 2024-02-09T20:32:29.342Z | Documenting libc v0.2.153 |
2367 | 2024-02-09T20:32:29.380Z | Documenting cfg-if v1.0.0 |
2368 | 2024-02-09T20:32:29.392Z | Documenting serde_derive v1.0.196 |
2369 | 2024-02-09T20:32:29.415Z | Documenting log v0.4.20 |
2370 | 2024-02-09T20:32:29.431Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2371 | 2024-02-09T20:32:29.447Z | Documenting memchr v2.6.3 |
2372 | 2024-02-09T20:32:29.457Z | Documenting scopeguard v1.2.0 |
2373 | 2024-02-09T20:32:29.469Z | Documenting byteorder v1.5.0 |
2374 | 2024-02-09T20:32:29.740Z | Documenting smallvec v1.13.1 |
2375 | 2024-02-09T20:32:32.074Z | Documenting itoa v1.0.9 |
2376 | 2024-02-09T20:32:32.109Z | Documenting lock_api v0.4.10 |
2377 | 2024-02-09T20:32:32.873Z | Documenting zeroize_derive v1.4.2 |
2378 | 2024-02-09T20:32:33.423Z | Documenting getrandom v0.2.10 |
2379 | 2024-02-09T20:32:33.707Z | Documenting parking_lot_core v0.9.8 |
2380 | 2024-02-09T20:32:33.852Z | Documenting once_cell v1.19.0 |
2381 | 2024-02-09T20:32:33.862Z | Documenting pin-project-lite v0.2.13 |
2382 | 2024-02-09T20:32:34.830Z | Documenting libm v0.2.7 |
2383 | 2024-02-09T20:32:34.969Z | Documenting signal-hook-registry v1.4.1 |
2384 | 2024-02-09T20:32:36.673Z | Documenting mio v0.8.9 |
2385 | 2024-02-09T20:32:36.977Z | Documenting serde v1.0.196 |
2386 | 2024-02-09T20:32:37.486Z | Documenting rand_core v0.6.4 |
2387 | 2024-02-09T20:32:37.583Z | Documenting parking_lot v0.12.1 |
2388 | 2024-02-09T20:32:38.060Z | Documenting num-traits v0.2.16 |
2389 | 2024-02-09T20:32:38.315Z | Documenting futures-core v0.3.30 |
2390 | 2024-02-09T20:32:38.379Z | Documenting zeroize v1.7.0 |
2391 | 2024-02-09T20:32:39.566Z | Documenting thiserror-impl v1.0.56 |
2392 | 2024-02-09T20:32:41.505Z | Documenting socket2 v0.5.5 |
2393 | 2024-02-09T20:32:41.589Z | Documenting num_cpus v1.16.0 |
2394 | 2024-02-09T20:32:41.596Z | Documenting tokio-macros v2.2.0 |
2395 | 2024-02-09T20:32:42.255Z | Documenting ryu v1.0.15 |
2396 | 2024-02-09T20:32:42.753Z | Documenting typenum v1.16.0 |
2397 | 2024-02-09T20:32:42.949Z | Documenting subtle v2.5.0 |
2398 | 2024-02-09T20:32:44.975Z | Documenting zerocopy v0.7.32 |
2399 | 2024-02-09T20:32:45.208Z | Documenting thiserror v1.0.56 |
2400 | 2024-02-09T20:32:45.449Z | Documenting futures-sink v0.3.30 |
2401 | 2024-02-09T20:32:46.049Z | Documenting pin-utils v0.1.0 |
2402 | 2024-02-09T20:32:46.799Z | Documenting slab v0.4.9 |
2403 | 2024-02-09T20:32:46.928Z | Documenting futures-macro v0.3.30 |
2404 | 2024-02-09T20:32:50.002Z | Documenting futures-task v0.3.30 |
2405 | 2024-02-09T20:32:50.174Z | Documenting futures-channel v0.3.30 |
2406 | 2024-02-09T20:32:51.066Z | Documenting futures-io v0.3.30 |
2407 | 2024-02-09T20:32:51.261Z | Documenting const-oid v0.9.5 |
2408 | 2024-02-09T20:32:52.386Z | Documenting iana-time-zone v0.1.57 |
2409 | 2024-02-09T20:32:52.714Z | Documenting ahash v0.8.7 |
2410 | 2024-02-09T20:32:54.924Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2411 | 2024-02-09T20:32:55.208Z | Documenting tinyvec_macros v0.1.1 |
2412 | 2024-02-09T20:32:55.772Z | Documenting allocator-api2 v0.2.16 |
2413 | 2024-02-09T20:32:56.117Z | Documenting futures-util v0.3.30 |
2414 | 2024-02-09T20:32:57.356Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2415 | 2024-02-09T20:32:57.392Z | Documenting tracing-core v0.1.31 |
2416 | 2024-02-09T20:32:57.490Z | Documenting tracing-attributes v0.1.26 |
2417 | 2024-02-09T20:32:58.113Z | Documenting tinyvec v1.6.0 |
2418 | 2024-02-09T20:32:59.490Z | Documenting hashbrown v0.14.2 |
2419 | 2024-02-09T20:33:00.845Z | Documenting bytes v1.5.0 |
2420 | 2024-02-09T20:33:01.925Z | Documenting bitflags v2.4.0 |
2421 | 2024-02-09T20:33:04.873Z | Documenting serde_json v1.0.113 |
2422 | 2024-02-09T20:33:05.728Z | Documenting tokio v1.36.0 |
2423 | 2024-02-09T20:33:12.356Z | Documenting chrono v0.4.31 |
2424 | 2024-02-09T20:33:12.459Z | Documenting uuid v1.7.0 |
2425 | 2024-02-09T20:33:12.459Z | Documenting unicode-normalization v0.1.22 |
2426 | 2024-02-09T20:33:12.459Z | Documenting ppv-lite86 v0.2.17 |
2427 | 2024-02-09T20:33:12.459Z | Documenting generic-array v0.14.7 |
2428 | 2024-02-09T20:33:12.459Z | Documenting rand_chacha v0.3.1 |
2429 | 2024-02-09T20:33:12.474Z | Documenting unicode-bidi v0.3.13 |
2430 | 2024-02-09T20:33:12.474Z | Documenting equivalent v1.0.1 |
2431 | 2024-02-09T20:33:12.474Z | Documenting base64 v0.21.7 |
2432 | 2024-02-09T20:33:12.474Z | Documenting percent-encoding v2.3.1 |
2433 | 2024-02-09T20:33:12.474Z | Documenting crypto-common v0.1.6 |
2434 | 2024-02-09T20:33:14.042Z | Documenting block-buffer v0.10.4 |
2435 | 2024-02-09T20:33:14.466Z | Documenting rand v0.8.5 |
2436 | 2024-02-09T20:33:15.324Z | Documenting indexmap v2.2.2 |
2437 | 2024-02-09T20:33:16.054Z | Documenting lazy_static v1.4.0 |
2438 | 2024-02-09T20:33:16.250Z | Documenting form_urlencoded v1.2.1 |
2439 | 2024-02-09T20:33:16.408Z | Documenting serde_derive_internals v0.26.0 |
2440 | 2024-02-09T20:33:17.172Z | Checking serde_derive_internals v0.26.0 |
2441 | 2024-02-09T20:33:17.725Z | Documenting dyn-clone v1.0.16 |
2442 | 2024-02-09T20:33:17.763Z | Documenting tracing v0.1.37 |
2443 | 2024-02-09T20:33:18.517Z | Documenting digest v0.10.7 |
2444 | 2024-02-09T20:33:18.868Z | Documenting fnv v1.0.7 |
2445 | 2024-02-09T20:33:19.998Z | Documenting cpufeatures v0.2.12 |
2446 | 2024-02-09T20:33:20.208Z | Documenting idna v0.5.0 |
2447 | 2024-02-09T20:33:20.739Z | Documenting httparse v1.8.0 |
2448 | 2024-02-09T20:33:21.050Z | Documenting errno v0.3.8 |
2449 | 2024-02-09T20:33:22.652Z | Documenting schemars_derive v0.8.16 |
2450 | 2024-02-09T20:33:22.708Z | Documenting unicode-ident v1.0.12 |
2451 | 2024-02-09T20:33:23.333Z | Documenting unicode-width v0.1.11 |
2452 | 2024-02-09T20:33:24.558Z | Documenting url v2.5.0 |
2453 | 2024-02-09T20:33:24.628Z | Documenting adler v1.0.2 |
2454 | 2024-02-09T20:33:25.092Z | Documenting httpdate v1.0.3 |
2455 | 2024-02-09T20:33:25.476Z | Documenting proc-macro2 v1.0.78 |
2456 | 2024-02-09T20:33:25.554Z | Documenting rustix v0.38.31 |
2457 | 2024-02-09T20:33:26.076Z | Documenting try-lock v0.2.4 |
2458 | 2024-02-09T20:33:27.420Z | Documenting miniz_oxide v0.7.1 |
2459 | 2024-02-09T20:33:28.628Z | Documenting http-body v0.4.5 |
2460 | 2024-02-09T20:33:29.030Z | Documenting want v0.3.1 |
2461 | 2024-02-09T20:33:29.139Z | Documenting schemars v0.8.16 |
2462 | 2024-02-09T20:33:29.530Z | Documenting openssl-sys v0.9.96 |
2463 | 2024-02-09T20:33:30.506Z | Documenting openssl-macros v0.1.1 |
2464 | 2024-02-09T20:33:30.810Z | Documenting tower-service v0.3.2 |
2465 | 2024-02-09T20:33:32.173Z | Documenting base64ct v1.6.0 |
2466 | 2024-02-09T20:33:33.581Z | Documenting mime v0.3.17 |
2467 | 2024-02-09T20:33:33.800Z | Documenting quote v1.0.35 |
2468 | 2024-02-09T20:33:35.505Z | Documenting aho-corasick v1.0.4 |
2469 | 2024-02-09T20:33:35.770Z | Documenting slog v2.7.0 |
2470 | 2024-02-09T20:33:35.827Z | Documenting openssl v0.10.60 |
2471 | 2024-02-09T20:33:36.210Z | Documenting regex-syntax v0.8.2 |
2472 | 2024-02-09T20:33:36.689Z | Documenting ipnet v2.9.0 |
2473 | 2024-02-09T20:33:37.659Z | Documenting tokio-util v0.7.10 |
2474 | 2024-02-09T20:33:37.803Z | Documenting openssl-probe v0.1.5 |
2475 | 2024-02-09T20:33:38.642Z | Documenting syn v2.0.48 |
2476 | 2024-02-09T20:33:40.141Z | Documenting async-trait v0.1.77 |
2477 | 2024-02-09T20:33:40.585Z | Documenting pem-rfc7468 v0.7.0 |
2478 | 2024-02-09T20:33:40.607Z | Documenting encoding_rs v0.8.33 |
2479 | 2024-02-09T20:33:42.356Z | Documenting crossbeam-utils v0.8.16 |
2480 | 2024-02-09T20:33:42.859Z | Documenting regex-automata v0.4.4 |
2481 | 2024-02-09T20:33:43.374Z | Documenting h2 v0.3.24 |
2482 | 2024-02-09T20:33:44.691Z | Documenting der_derive v0.7.2 |
2483 | 2024-02-09T20:33:45.154Z | Documenting flagset v0.4.3 |
2484 | 2024-02-09T20:33:45.289Z | Documenting native-tls v0.2.11 |
2485 | 2024-02-09T20:33:45.670Z | Documenting utf8parse v0.2.1 |
2486 | 2024-02-09T20:33:47.311Z | Documenting serde_urlencoded v0.7.1 |
2487 | 2024-02-09T20:33:48.020Z | Documenting num-integer v0.1.45 |
2488 | 2024-02-09T20:33:48.532Z | Documenting time-macros v0.2.13 |
2489 | 2024-02-09T20:33:50.056Z | Documenting tokio-native-tls v0.3.1 |
2490 | 2024-02-09T20:33:50.372Z | Documenting regex v1.10.3 |
2491 | 2024-02-09T20:33:50.963Z | Documenting der v0.7.8 |
2492 | 2024-02-09T20:33:52.115Z | Documenting deranged v0.3.8 |
2493 | 2024-02-09T20:33:52.501Z | Documenting num_threads v0.1.6 |
2494 | 2024-02-09T20:33:53.678Z | Documenting gimli v0.28.0 |
2495 | 2024-02-09T20:33:54.364Z | Documenting hyper v0.14.27 |
2496 | 2024-02-09T20:33:55.419Z | Documenting time-core v0.1.1 |
2497 | 2024-02-09T20:33:55.509Z | Documenting object v0.32.1 |
2498 | 2024-02-09T20:33:55.943Z | Documenting spki v0.7.2 |
2499 | 2024-02-09T20:33:57.118Z | Documenting rustc-demangle v0.1.23 |
2500 | 2024-02-09T20:33:57.331Z | Documenting webpki-roots v0.25.2 |
2501 | 2024-02-09T20:34:02.211Z | Documenting time v0.3.27 |
2502 | 2024-02-09T20:34:02.273Z | Documenting addr2line v0.21.0 |
2503 | 2024-02-09T20:34:02.273Z | Documenting spin v0.9.8 |
2504 | 2024-02-09T20:34:02.273Z | Documenting either v1.9.0 |
2505 | 2024-02-09T20:34:02.273Z | Documenting pkcs8 v0.10.2 |
2506 | 2024-02-09T20:34:02.273Z | Documenting openapiv3 v2.0.0 |
2507 | 2024-02-09T20:34:03.086Z | Documenting futures-executor v0.3.30 |
2508 | 2024-02-09T20:34:03.480Z | Checking pest_meta v2.7.6 |
2509 | 2024-02-09T20:34:04.177Z | Documenting memoffset v0.9.0 |
2510 | 2024-02-09T20:34:04.401Z | Documenting data-encoding v2.4.0 |
2511 | 2024-02-09T20:34:04.604Z | Documenting anstyle v1.0.2 |
2512 | 2024-02-09T20:34:06.324Z | Documenting anstyle-parse v0.2.1 |
2513 | 2024-02-09T20:34:06.421Z | Documenting backtrace v0.3.69 |
2514 | 2024-02-09T20:34:06.745Z | Documenting hyper-tls v0.5.0 |
2515 | 2024-02-09T20:34:07.225Z | Documenting hyper-rustls v0.24.2 |
2516 | 2024-02-09T20:34:08.292Z | Documenting crossbeam-epoch v0.9.15 |
2517 | 2024-02-09T20:34:08.681Z | Documenting ipnetwork v0.20.0 |
2518 | 2024-02-09T20:34:09.399Z | Documenting sha2 v0.10.8 |
2519 | 2024-02-09T20:34:09.513Z | Documenting hex v0.4.3 |
2520 | 2024-02-09T20:34:10.612Z | Documenting crc32fast v1.3.2 |
2521 | 2024-02-09T20:34:12.589Z | Documenting anyhow v1.0.75 |
2522 | 2024-02-09T20:34:13.075Z | Documenting pest_meta v2.7.6 |
2523 | 2024-02-09T20:34:13.826Z | Documenting scroll_derive v0.12.0 |
2524 | 2024-02-09T20:34:14.409Z | Documenting untrusted v0.9.0 |
2525 | 2024-02-09T20:34:14.524Z | Documenting anstyle-query v1.0.0 |
2526 | 2024-02-09T20:34:14.922Z | Documenting colorchoice v1.0.0 |
2527 | 2024-02-09T20:34:14.999Z | Documenting reqwest v0.11.22 |
2528 | 2024-02-09T20:34:15.147Z | Documenting futures v0.3.30 |
2529 | 2024-02-09T20:34:17.259Z | Documenting ring v0.17.7 |
2530 | 2024-02-09T20:34:17.506Z | Checking pest_generator v2.7.6 |
2531 | 2024-02-09T20:34:17.661Z | Documenting pest_generator v2.7.6 |
2532 | 2024-02-09T20:34:17.691Z | Documenting num-iter v0.1.43 |
2533 | 2024-02-09T20:34:18.185Z | Documenting hmac v0.12.1 |
2534 | 2024-02-09T20:34:19.018Z | Documenting anstream v0.5.0 |
2535 | 2024-02-09T20:34:19.099Z | Documenting scroll v0.12.0 |
2536 | 2024-02-09T20:34:21.904Z | Documenting signal-hook v0.3.17 |
2537 | 2024-02-09T20:34:22.317Z | Documenting terminal_size v0.2.6 |
2538 | 2024-02-09T20:34:22.606Z | Documenting static_assertions v1.1.0 |
2539 | 2024-02-09T20:34:22.737Z | Documenting clap_lex v0.5.1 |
2540 | 2024-02-09T20:34:23.061Z | Documenting plain v0.2.3 |
2541 | 2024-02-09T20:34:23.788Z | Documenting ucd-trie v0.1.6 |
2542 | 2024-02-09T20:34:23.875Z | Documenting strsim v0.10.0 |
2543 | 2024-02-09T20:34:25.562Z | Documenting pest_derive v2.7.6 |
2544 | 2024-02-09T20:34:25.857Z | Documenting goblin v0.8.0 |
2545 | 2024-02-09T20:34:26.835Z | Documenting flate2 v1.0.28 |
2546 | 2024-02-09T20:34:26.856Z | Documenting clap_derive v4.4.2 |
2547 | 2024-02-09T20:34:26.967Z | Documenting managed v0.8.0 |
2548 | 2024-02-09T20:34:27.181Z | Documenting unicode-segmentation v1.10.1 |
2549 | 2024-02-09T20:34:28.167Z | Documenting clap_builder v4.4.2 |
2550 | 2024-02-09T20:34:28.269Z | Documenting pest v2.7.6 |
2551 | 2024-02-09T20:34:30.106Z | Documenting pretty-hex v0.4.1 |
2552 | 2024-02-09T20:34:30.285Z | Documenting signal-hook-mio v0.2.3 |
2553 | 2024-02-09T20:34:30.526Z | Documenting block-padding v0.3.3 |
2554 | 2024-02-09T20:34:31.468Z | Documenting scheduled-thread-pool v0.2.7 |
2555 | 2024-02-09T20:34:32.745Z | Documenting bzip2-sys v0.1.11+1.0.8 |
2556 | 2024-02-09T20:34:33.136Z | Documenting dtrace-parser v0.2.0 |
2557 | 2024-02-09T20:34:33.183Z | Documenting thread-id v4.2.0 |
2558 | 2024-02-09T20:34:34.158Z | Documenting dof v0.3.0 |
2559 | 2024-02-09T20:34:34.470Z | Documenting enum-as-inner v0.5.1 |
2560 | 2024-02-09T20:34:34.559Z | Documenting clap v4.4.3 |
2561 | 2024-02-09T20:34:35.624Z | Checking diesel_table_macro_syntax v0.1.0 |
2562 | 2024-02-09T20:34:35.787Z | Documenting diesel_table_macro_syntax v0.1.0 |
2563 | 2024-02-09T20:34:36.245Z | Documenting r2d2 v0.8.10 |
2564 | 2024-02-09T20:34:37.066Z | Documenting inout v0.1.3 |
2565 | 2024-02-09T20:34:37.133Z | Documenting crossterm v0.27.0 |
2566 | 2024-02-09T20:34:37.525Z | Documenting bzip2 v0.4.4 |
2567 | 2024-02-09T20:34:39.460Z | Documenting md-5 v0.10.5 |
2568 | 2024-02-09T20:34:39.463Z | Documenting usdt-impl v0.5.0 |
2569 | 2024-02-09T20:34:39.624Z | Documenting trust-dns-proto v0.22.0 |
2570 | 2024-02-09T20:34:41.123Z | Documenting diesel_derives v2.1.2 |
2571 | 2024-02-09T20:34:41.325Z | Documenting stringprep v0.1.3 |
2572 | 2024-02-09T20:34:41.483Z | Documenting toml_datetime v0.6.5 |
2573 | 2024-02-09T20:34:42.180Z | Documenting serde_spanned v0.6.5 |
2574 | 2024-02-09T20:34:42.500Z | Documenting ff v0.13.0 |
2575 | 2024-02-09T20:34:46.133Z | Documenting regress v0.7.1 |
2576 | 2024-02-09T20:34:46.224Z | Documenting pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
2577 | 2024-02-09T20:34:46.399Z | Documenting winnow v0.5.15 |
2578 | 2024-02-09T20:34:46.616Z | Documenting fallible-iterator v0.2.0 |
2579 | 2024-02-09T20:34:46.968Z | Documenting siphasher v0.3.11 |
2580 | 2024-02-09T20:34:47.126Z | Documenting bit-vec v0.6.3 |
2581 | 2024-02-09T20:34:48.512Z | Documenting base16ct v0.2.0 |
2582 | 2024-02-09T20:34:49.347Z | Documenting group v0.13.0 |
2583 | 2024-02-09T20:34:49.867Z | Documenting phf_shared v0.11.2 |
2584 | 2024-02-09T20:34:50.024Z | Documenting diesel v2.1.4 |
2585 | 2024-02-09T20:34:50.058Z | Documenting cipher v0.4.4 |
2586 | 2024-02-09T20:34:51.195Z | Documenting zip v0.6.6 |
2587 | 2024-02-09T20:34:51.454Z | Documenting postgres-protocol v0.6.6 |
2588 | 2024-02-09T20:34:51.535Z | Documenting sec1 v0.7.3 |
2589 | 2024-02-09T20:34:52.488Z | Documenting toml_edit v0.21.1 |
2590 | 2024-02-09T20:34:53.643Z | Documenting hkdf v0.12.4 |
2591 | 2024-02-09T20:34:54.526Z | Documenting num-bigint v0.4.4 |
2592 | 2024-02-09T20:34:55.648Z | Documenting crypto-bigint v0.5.2 |
2593 | 2024-02-09T20:34:56.518Z | Documenting hubpack v0.1.2 |
2594 | 2024-02-09T20:34:57.759Z | Documenting bstr v1.6.0 |
2595 | 2024-02-09T20:34:58.326Z | Documenting serde_repr v0.1.16 |
2596 | 2024-02-09T20:34:58.626Z | Documenting fixedbitset v0.4.2 |
2597 | 2024-02-09T20:34:58.639Z | Documenting lalrpop-util v0.19.12 |
2598 | 2024-02-09T20:35:00.830Z | Documenting precomputed-hash v0.1.1 |
2599 | 2024-02-09T20:35:01.789Z | Documenting minimal-lexical v0.2.1 |
2600 | 2024-02-09T20:35:01.984Z | Documenting new_debug_unreachable v1.0.4 |
2601 | 2024-02-09T20:35:02.650Z | Documenting heck v0.4.1 |
2602 | 2024-02-09T20:35:02.836Z | Documenting elliptic-curve v0.13.8 |
2603 | 2024-02-09T20:35:03.121Z | Documenting yasna v0.5.2 |
2604 | 2024-02-09T20:35:03.534Z | Documenting gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e) |
2605 | 2024-02-09T20:35:04.764Z | Documenting petgraph v0.6.4 |
2606 | 2024-02-09T20:35:05.529Z | Documenting string_cache v0.8.7 |
2607 | 2024-02-09T20:35:06.389Z | Documenting nom v7.1.3 |
2608 | 2024-02-09T20:35:07.020Z | Documenting typify-impl v0.0.15 (https://github.com/oxidecomputer/typify#1f97f167) |
2609 | 2024-02-09T20:35:10.005Z | Documenting postgres-types v0.2.6 |
2610 | 2024-02-09T20:35:10.077Z | Documenting phf v0.11.2 |
2611 | 2024-02-09T20:35:10.144Z | Documenting typify-macro v0.0.15 (https://github.com/oxidecomputer/typify#1f97f167) |
2612 | 2024-02-09T20:35:10.163Z | Documenting console v0.15.8 |
2613 | 2024-02-09T20:35:11.433Z | Documenting semver v1.0.21 |
2614 | 2024-02-09T20:35:12.060Z | Documenting float-cmp v0.9.0 |
2615 | 2024-02-09T20:35:12.984Z | Documenting difflib v0.4.0 |
2616 | 2024-02-09T20:35:14.825Z | Documenting predicates-core v1.0.6 |
2617 | 2024-02-09T20:35:15.080Z | Documenting whoami v1.4.1 |
2618 | 2024-02-09T20:35:15.237Z | Documenting normalize-line-endings v0.3.0 |
2619 | 2024-02-09T20:35:17.087Z | Documenting bit-set v0.5.3 |
2620 | 2024-02-09T20:35:17.091Z | Documenting similar v2.3.0 |
2621 | 2024-02-09T20:35:17.091Z | Documenting typify v0.0.15 (https://github.com/oxidecomputer/typify#1f97f167) |
2622 | 2024-02-09T20:35:17.533Z | Documenting getopts v0.2.21 |
2623 | 2024-02-09T20:35:17.541Z | Documenting tokio-stream v0.1.14 |
2624 | 2024-02-09T20:35:19.400Z | Checking ident_case v1.0.1 |
2625 | 2024-02-09T20:35:19.551Z | Documenting progenitor-client v0.5.0 (https://github.com/oxidecomputer/progenitor?branch=main#86b60220) |
2626 | 2024-02-09T20:35:19.602Z | Documenting tokio-postgres v0.7.10 |
2627 | 2024-02-09T20:35:19.882Z | Documenting predicates v3.1.0 |
2628 | 2024-02-09T20:35:20.710Z | Documenting match_cfg v0.1.0 |
2629 | 2024-02-09T20:35:21.158Z | Documenting sha1 v0.10.6 |
2630 | 2024-02-09T20:35:21.968Z | Documenting dirs-sys-next v0.1.2 |
2631 | 2024-02-09T20:35:22.648Z | Documenting rustls-pki-types v1.1.0 |
2632 | 2024-02-09T20:35:23.519Z | Documenting hostname v0.3.1 |
2633 | 2024-02-09T20:35:23.681Z | Documenting progenitor-impl v0.5.0 (https://github.com/oxidecomputer/progenitor?branch=main#86b60220) |
2634 | 2024-02-09T20:35:24.787Z | Documenting camino v1.1.6 |
2635 | 2024-02-09T20:35:26.015Z | Documenting paste v1.0.14 |
2636 | 2024-02-09T20:35:26.532Z | Documenting dirs-next v2.0.0 |
2637 | 2024-02-09T20:35:26.770Z | Documenting thread_local v1.1.7 |
2638 | 2024-02-09T20:35:27.329Z | Documenting rustls-webpki v0.102.1 |
2639 | 2024-02-09T20:35:28.094Z | Documenting crossbeam-channel v0.5.8 |
2640 | 2024-02-09T20:35:28.973Z | Documenting omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2641 | 2024-02-09T20:35:29.758Z | Documenting atty v0.2.14 |
2642 | 2024-02-09T20:35:30.474Z | Documenting take_mut v0.2.2 |
2643 | 2024-02-09T20:35:31.125Z | Documenting term v0.7.0 |
2644 | 2024-02-09T20:35:31.327Z | Documenting slog-json v2.6.1 |
2645 | 2024-02-09T20:35:31.742Z | Documenting progenitor v0.5.0 (https://github.com/oxidecomputer/progenitor?branch=main#86b60220) |
2646 | 2024-02-09T20:35:32.070Z | Documenting rustls v0.22.2 |
2647 | 2024-02-09T20:35:32.995Z | Documenting http v1.0.0 |
2648 | 2024-02-09T20:35:33.036Z | Documenting async-stream-impl v0.3.5 |
2649 | 2024-02-09T20:35:33.524Z | Documenting atomic-waker v1.1.1 |
2650 | 2024-02-09T20:35:35.008Z | Documenting slog-async v2.8.0 |
2651 | 2024-02-09T20:35:35.938Z | Documenting slog-term v2.9.0 |
2652 | 2024-02-09T20:35:36.360Z | Documenting debug-ignore v1.0.5 |
2653 | 2024-02-09T20:35:36.432Z | Documenting waitgroup v0.1.2 |
2654 | 2024-02-09T20:35:38.350Z | Documenting async-stream v0.3.5 |
2655 | 2024-02-09T20:35:38.856Z | Documenting multer v3.0.0 |
2656 | 2024-02-09T20:35:39.215Z | Documenting slog-bunyan v2.5.0 |
2657 | 2024-02-09T20:35:39.529Z | Documenting rustls-pemfile v2.0.0 |
2658 | 2024-02-09T20:35:40.265Z | Checking darling_core v0.20.3 |
2659 | 2024-02-09T20:35:41.082Z | Documenting tokio-rustls v0.25.0 |
2660 | 2024-02-09T20:35:41.095Z | Documenting toml v0.8.9 |
2661 | 2024-02-09T20:35:42.214Z | Documenting dropshot_endpoint v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#711a7490) |
2662 | 2024-02-09T20:35:42.446Z | Documenting serde_path_to_error v0.1.15 |
2663 | 2024-02-09T20:35:43.138Z | Checking darling v0.20.3 |
2664 | 2024-02-09T20:35:43.245Z | Documenting serde_with_macros v3.6.0 |
2665 | 2024-02-09T20:35:43.628Z | Documenting structmeta-derive v0.3.0 |
2666 | 2024-02-09T20:35:43.804Z | Checking structmeta v0.3.0 |
2667 | 2024-02-09T20:35:43.889Z | Documenting instant v0.1.12 |
2668 | 2024-02-09T20:35:44.021Z | Documenting serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
2669 | 2024-02-09T20:35:56.784Z | Documenting macaddr v1.0.1 |
2670 | 2024-02-09T20:35:56.784Z | Documenting api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2671 | 2024-02-09T20:35:56.784Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2672 | 2024-02-09T20:35:56.785Z | Checking illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2673 | 2024-02-09T20:35:56.785Z | Documenting dropshot v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#711a7490) |
2674 | 2024-02-09T20:35:56.785Z | Documenting serde_with v3.6.0 |
2675 | 2024-02-09T20:35:56.785Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2676 | 2024-02-09T20:35:56.785Z | Documenting backoff v0.4.0 |
2677 | 2024-02-09T20:35:56.785Z | Documenting structmeta v0.3.0 |
2678 | 2024-02-09T20:35:56.785Z | Documenting fastrand v2.0.1 |
2679 | 2024-02-09T20:35:56.785Z | Documenting proc-macro-error-attr v1.0.4 |
2680 | 2024-02-09T20:35:56.785Z | Documenting is-terminal v0.4.9 |
2681 | 2024-02-09T20:35:56.785Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2682 | 2024-02-09T20:35:56.786Z | Checking proc-macro-error v1.0.4 |
2683 | 2024-02-09T20:35:56.786Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2684 | 2024-02-09T20:35:56.786Z | Documenting proc-macro-crate v1.3.1 |
2685 | 2024-02-09T20:35:56.786Z | Checking proc-macro-crate v1.3.1 |
2686 | 2024-02-09T20:35:56.786Z | Documenting parse-display-derive v0.9.0 |
2687 | 2024-02-09T20:35:56.786Z | Documenting hash32 v0.3.1 |
2688 | 2024-02-09T20:35:56.786Z | Documenting tempfile v3.10.0 |
2689 | 2024-02-09T20:35:56.786Z | Documenting proc-macro-error v1.0.4 |
2690 | 2024-02-09T20:35:56.786Z | Documenting stable_deref_trait v1.2.0 |
2691 | 2024-02-09T20:35:56.937Z | Documenting cobs v0.2.3 |
2692 | 2024-02-09T20:35:58.635Z | Documenting embedded-io v0.4.0 |
2693 | 2024-02-09T20:35:58.809Z | Documenting heapless v0.8.0 |
2694 | 2024-02-09T20:35:59.126Z | Documenting num_enum_derive v0.5.11 |
2695 | 2024-02-09T20:35:59.679Z | Documenting camino-tempfile v1.1.1 |
2696 | 2024-02-09T20:35:59.791Z | Documenting foreign-types-macros v0.2.3 |
2697 | 2024-02-09T20:36:00.479Z | Documenting parse-display v0.9.0 |
2698 | 2024-02-09T20:36:00.915Z | Documenting illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=1d29ef60a18179babfb44f0f7a3c2fe71034a2c1#1d29ef60) |
2699 | 2024-02-09T20:36:01.730Z | Documenting postcard v1.0.8 |
2700 | 2024-02-09T20:36:02.301Z | Documenting foreign-types-shared v0.3.1 |
2701 | 2024-02-09T20:36:03.554Z | Documenting smoltcp v0.11.0 |
2702 | 2024-02-09T20:36:03.790Z | Documenting crucible-workspace-hack v0.1.0 |
2703 | 2024-02-09T20:36:04.132Z | Documenting libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2704 | 2024-02-09T20:36:04.554Z | Documenting omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2705 | 2024-02-09T20:36:05.108Z | Documenting nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2706 | 2024-02-09T20:36:05.243Z | Documenting num_enum v0.5.11 |
2707 | 2024-02-09T20:36:05.297Z | Documenting foreign-types v0.5.0 |
2708 | 2024-02-09T20:36:06.544Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2709 | 2024-02-09T20:36:08.480Z | Documenting cstr-argument v0.1.2 |
2710 | 2024-02-09T20:36:08.582Z | Documenting rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
2711 | 2024-02-09T20:36:09.332Z | Documenting opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=1d29ef60a18179babfb44f0f7a3c2fe71034a2c1#1d29ef60) |
2712 | 2024-02-09T20:36:09.381Z | Documenting kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=1d29ef60a18179babfb44f0f7a3c2fe71034a2c1#1d29ef60) |
2713 | 2024-02-09T20:36:09.729Z | Documenting colored v2.0.4 |
2714 | 2024-02-09T20:36:09.921Z | Documenting dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2715 | 2024-02-09T20:36:12.827Z | Documenting nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2716 | 2024-02-09T20:36:13.891Z | Documenting rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
2717 | 2024-02-09T20:36:15.228Z | Documenting poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
2718 | 2024-02-09T20:36:15.255Z | Documenting zone_cfg_derive v0.3.0 |
2719 | 2024-02-09T20:36:15.255Z | Documenting bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=ff6c4df2e816eee6e7b2b0488777d30ef35ee217#ff6c4df2) |
2720 | 2024-02-09T20:36:15.664Z | Documenting opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=1d29ef60a18179babfb44f0f7a3c2fe71034a2c1#1d29ef60) |
2721 | 2024-02-09T20:36:17.337Z | Documenting num-derive v0.4.0 |
2722 | 2024-02-09T20:36:17.447Z | Documenting oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2723 | 2024-02-09T20:36:17.939Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2724 | 2024-02-09T20:36:18.046Z | Documenting libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#f114bd0d) |
2725 | 2024-02-09T20:36:19.824Z | Documenting bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=ff6c4df2e816eee6e7b2b0488777d30ef35ee217#ff6c4df2) |
2726 | 2024-02-09T20:36:19.883Z | Documenting zone v0.3.0 |
2727 | 2024-02-09T20:36:21.489Z | Documenting oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=1d29ef60a18179babfb44f0f7a3c2fe71034a2c1#1d29ef60) |
2728 | 2024-02-09T20:36:22.828Z | Documenting crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=2d4bc11232d53f177c286383926fa5f8c1b2a938#2d4bc112) |
2729 | 2024-02-09T20:36:23.089Z | Documenting smf v0.2.2 |
2730 | 2024-02-09T20:36:24.352Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
2731 | 2024-02-09T20:36:24.670Z | Documenting dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2732 | 2024-02-09T20:36:24.681Z | Documenting gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2733 | 2024-02-09T20:36:26.266Z | Documenting password-hash v0.5.0 |
2734 | 2024-02-09T20:36:26.484Z | Documenting blake2 v0.10.6 |
2735 | 2024-02-09T20:36:27.850Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2736 | 2024-02-09T20:36:27.927Z | Documenting linked-hash-map v0.5.6 |
2737 | 2024-02-09T20:36:28.259Z | Documenting opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=1d29ef60a18179babfb44f0f7a3c2fe71034a2c1#1d29ef60) |
2738 | 2024-02-09T20:36:29.002Z | Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2739 | 2024-02-09T20:36:29.017Z | Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2740 | 2024-02-09T20:36:31.037Z | Documenting itertools v0.12.1 |
2741 | 2024-02-09T20:36:31.456Z | Documenting argon2 v0.5.3 |
2742 | 2024-02-09T20:36:31.975Z | Documenting memmap v0.7.0 |
2743 | 2024-02-09T20:36:32.473Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2744 | 2024-02-09T20:36:32.473Z | Documenting lru-cache v0.1.2 |
2745 | 2024-02-09T20:36:33.175Z | Documenting quick-error v1.2.3 |
2746 | 2024-02-09T20:36:35.900Z | Documenting swrite v0.1.0 |
2747 | 2024-02-09T20:36:36.291Z | Documenting illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2748 | 2024-02-09T20:36:36.455Z | Documenting omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2749 | 2024-02-09T20:36:36.641Z | Documenting usdt v0.5.0 |
2750 | 2024-02-09T20:36:37.216Z | Documenting newtype_derive v0.1.6 |
2751 | 2024-02-09T20:36:37.853Z | Documenting resolv-conf v0.7.0 |
2752 | 2024-02-09T20:36:38.992Z | Documenting tap v1.0.1 |
2753 | 2024-02-09T20:36:39.360Z | Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2754 | 2024-02-09T20:36:40.499Z | Documenting sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2755 | 2024-02-09T20:36:40.628Z | Documenting radium v0.7.0 |
2756 | 2024-02-09T20:36:41.806Z | Documenting steno v0.4.0 |
2757 | 2024-02-09T20:36:42.011Z | Documenting trust-dns-resolver v0.22.0 |
2758 | 2024-02-09T20:36:42.052Z | Documenting wyz v0.5.1 |
2759 | 2024-02-09T20:36:43.028Z | Documenting nibble_vec v0.1.0 |
2760 | 2024-02-09T20:36:43.575Z | Checking heck v0.3.3 |
2761 | 2024-02-09T20:36:43.747Z | Documenting crc-catalog v2.2.0 |
2762 | 2024-02-09T20:36:43.962Z | Documenting endian-type v0.1.2 |
2763 | 2024-02-09T20:36:45.175Z | Documenting funty v2.0.0 |
2764 | 2024-02-09T20:36:46.659Z | Documenting crc v3.0.1 |
2765 | 2024-02-09T20:36:47.477Z | Documenting structopt-derive v0.4.18 |
2766 | 2024-02-09T20:36:48.331Z | Documenting bitvec v1.0.1 |
2767 | 2024-02-09T20:36:48.520Z | Documenting radix_trie v0.2.1 |
2768 | 2024-02-09T20:36:49.597Z | Documenting cancel-safe-futures v0.1.5 |
2769 | 2024-02-09T20:36:50.640Z | Documenting xattr v1.0.1 |
2770 | 2024-02-09T20:36:52.230Z | Documenting filetime v0.2.23 |
2771 | 2024-02-09T20:36:52.262Z | Documenting packed_struct_codegen v0.10.1 |
2772 | 2024-02-09T20:36:53.415Z | Documenting nodrop v0.1.14 |
2773 | 2024-02-09T20:36:53.537Z | Checking internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns) |
2774 | 2024-02-09T20:36:53.564Z | Documenting structopt v0.3.26 |
2775 | 2024-02-09T20:36:54.336Z | Documenting libefi-sys v0.1.0 |
2776 | 2024-02-09T20:36:54.608Z | Documenting num-bigint-dig v0.8.4 |
2777 | 2024-02-09T20:36:56.180Z | Documenting num-rational v0.4.1 |
2778 | 2024-02-09T20:36:56.277Z | Documenting array-init v0.0.4 |
2779 | 2024-02-09T20:36:56.855Z | Documenting tar v0.4.40 |
2780 | 2024-02-09T20:36:57.949Z | Documenting illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
2781 | 2024-02-09T20:36:58.249Z | Documenting packed_struct v0.10.1 |
2782 | 2024-02-09T20:36:59.270Z | Documenting pkcs1 v0.7.5 |
2783 | 2024-02-09T20:36:59.441Z | Documenting signature v2.1.0 |
2784 | 2024-02-09T20:37:00.600Z | Documenting num-complex v0.4.4 |
2785 | 2024-02-09T20:37:00.839Z | Documenting arc-swap v1.6.0 |
2786 | 2024-02-09T20:37:01.072Z | Documenting termcolor v1.2.0 |
2787 | 2024-02-09T20:37:02.541Z | Documenting bitfield v0.14.0 |
2788 | 2024-02-09T20:37:03.124Z | Documenting nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2789 | 2024-02-09T20:37:03.845Z | Documenting tofino v0.1.0 (http://github.com/oxidecomputer/tofino?branch=main#8283f802) |
2790 | 2024-02-09T20:37:04.332Z | Documenting rsa v0.9.2 |
2791 | 2024-02-09T20:37:05.479Z | Documenting serde-hex v0.1.0 |
2792 | 2024-02-09T20:37:05.894Z | Documenting slog-scope v4.4.0 |
2793 | 2024-02-09T20:37:05.894Z | Documenting env_logger v0.10.0 |
2794 | 2024-02-09T20:37:06.149Z | Documenting num v0.4.1 |
2795 | 2024-02-09T20:37:06.824Z | Documenting lpc55_areas v0.2.4 (https://github.com/oxidecomputer/lpc55_support#96f064ea) |
2796 | 2024-02-09T20:37:08.757Z | Documenting libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
2797 | 2024-02-09T20:37:10.331Z | Documenting tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git#e644a21a) |
2798 | 2024-02-09T20:37:10.906Z | Documenting x509-cert v0.2.4 |
2799 | 2024-02-09T20:37:11.901Z | Documenting ron v0.8.1 |
2800 | 2024-02-09T20:37:12.311Z | Documenting libsw v3.3.1 |
2801 | 2024-02-09T20:37:12.542Z | Documenting gethostname v0.4.3 |
2802 | 2024-02-09T20:37:13.126Z | Documenting oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2803 | 2024-02-09T20:37:14.242Z | Documenting half v2.3.1 |
2804 | 2024-02-09T20:37:14.638Z | Documenting derive-where v1.2.7 |
2805 | 2024-02-09T20:37:16.403Z | Documenting crc-any v2.4.3 |
2806 | 2024-02-09T20:37:16.464Z | Documenting linear-map v1.2.0 |
2807 | 2024-02-09T20:37:17.018Z | Documenting same-file v1.0.6 |
2808 | 2024-02-09T20:37:17.315Z | Documenting owo-colors v4.0.0 |
2809 | 2024-02-09T20:37:17.402Z | Documenting ciborium-io v0.2.2 |
2810 | 2024-02-09T20:37:18.950Z | Documenting oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2811 | 2024-02-09T20:37:19.482Z | Documenting lpc55_sign v0.3.3 (https://github.com/oxidecomputer/lpc55_support#96f064ea) |
2812 | 2024-02-09T20:37:21.080Z | Documenting tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc.git#e644a21a) |
2813 | 2024-02-09T20:37:21.511Z | Documenting sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2814 | 2024-02-09T20:37:21.621Z | Documenting walkdir v2.4.0 |
2815 | 2024-02-09T20:37:21.925Z | Documenting ciborium-ll v0.2.2 |
2816 | 2024-02-09T20:37:22.174Z | Documenting update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2817 | 2024-02-09T20:37:26.020Z | Documenting slog-stdlog v4.1.1 |
2818 | 2024-02-09T20:37:26.185Z | Documenting slog-dtrace v0.3.0 |
2819 | 2024-02-09T20:37:26.376Z | Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2820 | 2024-02-09T20:37:29.304Z | Documenting path-slash v0.1.5 |
2821 | 2024-02-09T20:37:30.438Z | Documenting ciborium v0.2.2 |
2822 | 2024-02-09T20:37:30.505Z | Documenting slog-envlogger v2.2.0 |
2823 | 2024-02-09T20:37:32.456Z | Documenting pem v3.0.2 |
2824 | 2024-02-09T20:37:33.436Z | Documenting fxhash v0.2.1 |
2825 | 2024-02-09T20:37:33.830Z | Documenting hubtools v0.4.1 (https://github.com/oxidecomputer/hubtools.git?branch=main#73cd5a84) |
2826 | 2024-02-09T20:37:35.987Z | Documenting utf-8 v0.7.6 |
2827 | 2024-02-09T20:37:36.053Z | Documenting display-error-chain v0.2.0 |
2828 | 2024-02-09T20:37:36.247Z | Documenting installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2829 | 2024-02-09T20:37:37.048Z | Documenting internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns) |
2830 | 2024-02-09T20:37:37.195Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
2831 | 2024-02-09T20:37:37.387Z | Documenting vte_generate_state_changes v0.1.1 |
2832 | 2024-02-09T20:37:38.032Z | Documenting convert_case v0.4.0 |
2833 | 2024-02-09T20:37:40.578Z | Documenting tungstenite v0.20.1 |
2834 | 2024-02-09T20:37:40.715Z | Checking convert_case v0.4.0 |
2835 | 2024-02-09T20:37:40.934Z | Documenting buf-list v1.0.3 |
2836 | 2024-02-09T20:37:41.945Z | Documenting vte v0.11.1 |
2837 | 2024-02-09T20:37:42.779Z | Documenting derive_more v0.99.17 |
2838 | 2024-02-09T20:37:45.422Z | Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
2839 | 2024-02-09T20:37:45.771Z | Compiling mg-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/mg-admin-client) |
2840 | 2024-02-09T20:37:45.948Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
2841 | 2024-02-09T20:37:46.293Z | Checking darling_core v0.14.4 |
2842 | 2024-02-09T20:37:47.358Z | Documenting pin-project-internal v1.1.3 |
2843 | 2024-02-09T20:37:47.606Z | Documenting tokio-tungstenite v0.20.1 |
2844 | 2024-02-09T20:37:48.092Z | Checking darling v0.14.4 |
2845 | 2024-02-09T20:37:48.205Z | Documenting strip-ansi-escapes v0.2.0 |
2846 | 2024-02-09T20:37:49.810Z | Documenting nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2847 | 2024-02-09T20:37:51.088Z | Documenting doc-comment v0.3.3 |
2848 | 2024-02-09T20:37:51.838Z | Compiling ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2849 | 2024-02-09T20:37:52.296Z | Documenting crossbeam-deque v0.8.3 |
2850 | 2024-02-09T20:37:52.500Z | Documenting pin-project v1.1.3 |
2851 | 2024-02-09T20:37:53.352Z | Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
2852 | 2024-02-09T20:37:53.764Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
2853 | 2024-02-09T20:37:54.272Z | Documenting snafu-derive v0.7.5 |
2854 | 2024-02-09T20:37:55.609Z | Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
2855 | 2024-02-09T20:37:55.621Z | Documenting nu-ansi-term v0.49.0 |
2856 | 2024-02-09T20:37:56.971Z | Checking tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
2857 | 2024-02-09T20:37:57.785Z | Documenting rayon-core v1.12.0 |
2858 | 2024-02-09T20:37:58.842Z | Documenting trust-dns-client v0.22.0 |
2859 | 2024-02-09T20:38:00.668Z | Documenting reedline v0.28.0 |
2860 | 2024-02-09T20:38:01.511Z | Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
2861 | 2024-02-09T20:38:02.557Z | Documenting snafu v0.7.5 |
2862 | 2024-02-09T20:38:02.760Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
2863 | 2024-02-09T20:38:02.774Z | Documenting globset v0.4.13 |
2864 | 2024-02-09T20:38:03.476Z | Documenting olpc-cjson v0.1.3 |
2865 | 2024-02-09T20:38:05.068Z | Documenting serde_plain v1.0.2 |
2866 | 2024-02-09T20:38:07.341Z | Documenting headers-core v0.2.0 |
2867 | 2024-02-09T20:38:07.421Z | Documenting async-recursion v1.0.5 |
2868 | 2024-02-09T20:38:07.646Z | Documenting bytecount v0.6.3 |
2869 | 2024-02-09T20:38:08.017Z | Documenting typed-path v0.7.0 |
2870 | 2024-02-09T20:38:08.435Z | Documenting keccak v0.1.4 |
2871 | 2024-02-09T20:38:08.466Z | Documenting trust-dns-server v0.22.1 |
2872 | 2024-02-09T20:38:10.046Z | Documenting rayon v1.8.0 |
2873 | 2024-02-09T20:38:10.465Z | Documenting papergrid v0.11.0 |
2874 | 2024-02-09T20:38:11.285Z | Documenting sha3 v0.10.8 |
2875 | 2024-02-09T20:38:11.845Z | Documenting headers v0.3.9 |
2876 | 2024-02-09T20:38:14.297Z | Documenting tough v0.16.0 |
2877 | 2024-02-09T20:38:15.913Z | Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2878 | 2024-02-09T20:38:16.027Z | Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2879 | 2024-02-09T20:38:16.479Z | Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2880 | 2024-02-09T20:38:17.265Z | Documenting derive_builder_core v0.12.0 |
2881 | 2024-02-09T20:38:17.868Z | Checking derive_builder_core v0.12.0 |
2882 | 2024-02-09T20:38:17.992Z | Documenting sled v0.34.7 |
2883 | 2024-02-09T20:38:18.277Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2884 | 2024-02-09T20:38:18.675Z | Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2885 | 2024-02-09T20:38:18.780Z | Documenting fs-err v2.11.0 |
2886 | 2024-02-09T20:38:18.864Z | Documenting unicase v2.7.0 |
2887 | 2024-02-09T20:38:19.475Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2888 | 2024-02-09T20:38:19.786Z | Documenting tabled_derive v0.7.0 |
2889 | 2024-02-09T20:38:21.237Z | Documenting progenitor-impl v0.5.0 (https://github.com/oxidecomputer/progenitor#86b60220) |
2890 | 2024-02-09T20:38:22.087Z | Documenting progenitor-client v0.5.0 (https://github.com/oxidecomputer/progenitor#86b60220) |
2891 | 2024-02-09T20:38:23.666Z | Documenting fd-lock v4.0.2 |
2892 | 2024-02-09T20:38:23.773Z | Documenting nix v0.27.1 |
2893 | 2024-02-09T20:38:23.898Z | Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
2894 | 2024-02-09T20:38:24.892Z | Documenting secrecy v0.8.0 |
2895 | 2024-02-09T20:38:25.341Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
2896 | 2024-02-09T20:38:26.912Z | Documenting rustversion v1.0.14 |
2897 | 2024-02-09T20:38:28.863Z | Documenting sqlparser_derive v0.2.2 |
2898 | 2024-02-09T20:38:28.877Z | Documenting unicode_categories v0.1.1 |
2899 | 2024-02-09T20:38:28.971Z | Documenting home v0.5.5 |
2900 | 2024-02-09T20:38:29.454Z | Documenting parse-size v1.0.0 |
2901 | 2024-02-09T20:38:29.530Z | Documenting tabled v0.15.0 |
2902 | 2024-02-09T20:38:29.664Z | Documenting progenitor v0.5.0 (https://github.com/oxidecomputer/progenitor#86b60220) |
2903 | 2024-02-09T20:38:31.641Z | Documenting castaway v0.2.2 |
2904 | 2024-02-09T20:38:32.436Z | Documenting tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
2905 | 2024-02-09T20:38:33.339Z | Documenting sqlformat v0.2.3 |
2906 | 2024-02-09T20:38:33.632Z | Documenting sqlparser v0.43.1 |
2907 | 2024-02-09T20:38:33.954Z | Documenting rustyline v13.0.0 |
2908 | 2024-02-09T20:38:35.938Z | Documenting derive_builder_macro v0.12.0 |
2909 | 2024-02-09T20:38:36.475Z | Documenting dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2910 | 2024-02-09T20:38:37.537Z | Documenting mime_guess v2.0.4 |
2911 | 2024-02-09T20:38:41.005Z | Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
2912 | 2024-02-09T20:38:41.653Z | Documenting dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
2913 | 2024-02-09T20:38:41.922Z | Documenting omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
2914 | 2024-02-09T20:38:42.509Z | Compiling nexus-blueprint-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/blueprint-execution) |
2915 | 2024-02-09T20:38:42.840Z | Documenting universal-hash v0.5.1 |
2916 | 2024-02-09T20:38:48.348Z | Documenting bcs v0.1.6 |
2917 | 2024-02-09T20:38:48.479Z | Documenting kstat-rs v0.2.3 |
2918 | 2024-02-09T20:38:49.380Z | Documenting thiserror-impl-no-std v2.0.2 |
2919 | 2024-02-09T20:38:53.160Z | Documenting slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2920 | 2024-02-09T20:38:53.333Z | Documenting curve25519-dalek-derive v0.1.0 |
2921 | 2024-02-09T20:38:53.540Z | Documenting ref-cast-impl v1.0.20 |
2922 | 2024-02-09T20:38:55.306Z | Documenting highway v1.1.0 |
2923 | 2024-02-09T20:38:55.646Z | Documenting opaque-debug v0.3.0 |
2924 | 2024-02-09T20:38:55.941Z | Documenting thiserror-no-std v2.0.2 |
2925 | 2024-02-09T20:38:58.413Z | Documenting slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2926 | 2024-02-09T20:38:58.600Z | Documenting curve25519-dalek v4.1.1 |
2927 | 2024-02-09T20:38:58.667Z | Documenting poly1305 v0.8.0 |
2928 | 2024-02-09T20:38:59.016Z | Documenting oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2929 | 2024-02-09T20:38:59.233Z | Documenting ref-cast v1.0.20 |
2930 | 2024-02-09T20:38:59.399Z | Documenting propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=ff6c4df2e816eee6e7b2b0488777d30ef35ee217#ff6c4df2) |
2931 | 2024-02-09T20:39:00.153Z | Documenting oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2932 | 2024-02-09T20:39:02.184Z | Documenting derive_builder v0.12.0 |
2933 | 2024-02-09T20:39:02.813Z | Documenting compact_str v0.7.1 |
2934 | 2024-02-09T20:39:03.627Z | Documenting key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2935 | 2024-02-09T20:39:04.228Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2936 | 2024-02-09T20:39:05.632Z | Documenting oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2937 | 2024-02-09T20:39:07.811Z | Documenting ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2938 | 2024-02-09T20:39:11.022Z | Documenting mg-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/mg-admin-client) |
2939 | 2024-02-09T20:39:12.921Z | Documenting portable-atomic v1.4.3 |
2940 | 2024-02-09T20:39:14.340Z | Documenting polar-core v0.27.0 |
2941 | 2024-02-09T20:39:16.530Z | Documenting ed25519 v1.5.3 |
2942 | 2024-02-09T20:39:19.796Z | Documenting strum v0.26.1 |
2943 | 2024-02-09T20:39:21.735Z | Documenting libxml v0.3.3 |
2944 | 2024-02-09T20:39:21.879Z | Documenting wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
2945 | 2024-02-09T20:39:24.472Z | Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2946 | 2024-02-09T20:39:24.517Z | Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
2947 | 2024-02-09T20:39:25.106Z | Documenting nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
2948 | 2024-02-09T20:39:25.333Z | Documenting oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
2949 | 2024-02-09T20:39:26.890Z | Documenting crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2d4bc11232d53f177c286383926fa5f8c1b2a938#2d4bc112) |
2950 | 2024-02-09T20:39:28.379Z | Documenting chacha20 v0.9.1 |
2951 | 2024-02-09T20:39:28.408Z | Documenting db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
2952 | 2024-02-09T20:39:28.564Z | Documenting bb8 v0.8.3 |
2953 | 2024-02-09T20:39:32.640Z | Documenting aead v0.5.2 |
2954 | 2024-02-09T20:39:35.142Z | Documenting lru v0.12.1 |
2955 | 2024-02-09T20:39:35.298Z | Documenting quick-xml v0.30.0 |
2956 | 2024-02-09T20:39:38.132Z | Documenting stability v0.1.1 |
2957 | 2024-02-09T20:39:38.560Z | Documenting oso-derive v0.27.0 |
2958 | 2024-02-09T20:39:38.812Z | Documenting impl-trait-for-tuples v0.2.2 |
2959 | 2024-02-09T20:39:39.114Z | Documenting cassowary v0.3.0 |
2960 | 2024-02-09T20:39:40.604Z | Documenting number_prefix v0.4.0 |
2961 | 2024-02-09T20:39:40.621Z | Documenting glob v0.3.1 |
2962 | 2024-02-09T20:39:41.281Z | Documenting maplit v1.0.2 |
2963 | 2024-02-09T20:39:41.360Z | Documenting wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
2964 | 2024-02-09T20:39:43.478Z | Documenting samael v0.0.14 (https://github.com/oxidecomputer/samael?branch=oxide/omicron#9e609a8f) |
2965 | 2024-02-09T20:39:43.804Z | Documenting chacha20poly1305 v0.10.1 |
2966 | 2024-02-09T20:39:44.061Z | Documenting ratatui v0.26.0 |
2967 | 2024-02-09T20:39:45.286Z | Documenting nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
2968 | 2024-02-09T20:39:45.414Z | Documenting indicatif v0.17.7 |
2969 | 2024-02-09T20:39:45.659Z | Documenting sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2970 | 2024-02-09T20:39:46.324Z | Documenting oso v0.27.0 |
2971 | 2024-02-09T20:39:49.986Z | Documenting async-bb8-diesel v0.1.0 (https://github.com/oxidecomputer/async-bb8-diesel?rev=ed7ab5ef0513ba303d33efd41d3e9e381169d59b#ed7ab5ef) |
2972 | 2024-02-09T20:39:50.470Z | Documenting salty v0.2.0 |
2973 | 2024-02-09T20:39:51.367Z | Documenting vsss-rs v3.3.4 |
2974 | 2024-02-09T20:39:54.411Z | Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
2975 | 2024-02-09T20:39:54.765Z | Documenting ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
2976 | 2024-02-09T20:39:55.253Z | Documenting hubpack v0.1.0 (https://github.com/cbiffle/hubpack?rev=df08cc3a6e1f97381cd0472ae348e310f0119e25#df08cc3a) |
2977 | 2024-02-09T20:39:55.502Z | Documenting nix v0.26.2 (https://github.com/jgallagher/nix?branch=r0.26-illumos#c1a3636d) |
2978 | 2024-02-09T20:39:57.342Z | Documenting diesel-dtrace v0.3.0 (https://github.com/oxidecomputer/diesel-dtrace?branch=main#62ef5ca0) |
2979 | 2024-02-09T20:39:58.647Z | Documenting cookie v0.18.0 |
2980 | 2024-02-09T20:39:59.732Z | Documenting bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2981 | 2024-02-09T20:40:01.594Z | Documenting tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
2982 | 2024-02-09T20:40:03.415Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
2983 | 2024-02-09T20:40:03.725Z | Documenting authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
2984 | 2024-02-09T20:40:05.001Z | Documenting serde-big-array v0.5.1 |
2985 | 2024-02-09T20:40:05.806Z | Documenting rtoolbox v0.0.1 |
2986 | 2024-02-09T20:40:06.055Z | Documenting humantime v2.1.0 |
2987 | 2024-02-09T20:40:06.521Z | Documenting smawk v0.3.1 |
2988 | 2024-02-09T20:40:09.342Z | Documenting unicode-linebreak v0.1.5 |
2989 | 2024-02-09T20:40:09.545Z | Documenting http-range v0.1.5 |
2990 | 2024-02-09T20:40:09.910Z | Documenting is_ci v1.1.1 |
2991 | 2024-02-09T20:40:10.860Z | Documenting rpassword v7.3.1 |
2992 | 2024-02-09T20:40:10.980Z | Documenting gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e) |
2993 | 2024-02-09T20:40:12.449Z | Documenting textwrap v0.16.0 |
2994 | 2024-02-09T20:40:12.478Z | Documenting sprockets-common v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef) |
2995 | 2024-02-09T20:40:14.301Z | Documenting hyper-staticfile v0.9.5 |
2996 | 2024-02-09T20:40:14.555Z | Documenting supports-color v2.1.0 |
2997 | 2024-02-09T20:40:14.997Z | Documenting bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2998 | 2024-02-09T20:40:15.183Z | Documenting tui-tree-widget v0.17.0 |
2999 | 2024-02-09T20:40:17.300Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
3000 | 2024-02-09T20:40:17.594Z | Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
3001 | 2024-02-09T20:40:19.137Z | Checking nexus-deployment v0.1.0 (/work/oxidecomputer/omicron/nexus/deployment) |
3002 | 2024-02-09T20:40:19.881Z | Documenting update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
3003 | 2024-02-09T20:40:21.188Z | Documenting rcgen v0.12.1 |
3004 | 2024-02-09T20:40:21.622Z | Documenting nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
3005 | 2024-02-09T20:40:22.319Z | Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
3006 | 2024-02-09T20:40:22.725Z | Documenting atomicwrites v0.4.3 |
3007 | 2024-02-09T20:40:23.075Z | Documenting signal-hook-tokio v0.3.1 |
3008 | 2024-02-09T20:40:27.447Z | Documenting subprocess v0.2.9 |
3009 | 2024-02-09T20:40:27.528Z | Documenting memmap2 v0.7.1 |
3010 | 2024-02-09T20:40:27.823Z | Documenting corncobs v0.1.3 |
3011 | 2024-02-09T20:40:28.999Z | Documenting arrayvec v0.7.4 |
3012 | 2024-02-09T20:40:30.820Z | Documenting constant_time_eq v0.3.0 |
3013 | 2024-02-09T20:40:31.831Z | Documenting arrayref v0.3.7 |
3014 | 2024-02-09T20:40:32.169Z | Documenting shell-words v1.1.0 |
3015 | 2024-02-09T20:40:32.386Z | Documenting omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
3016 | 2024-02-09T20:40:32.633Z | Documenting omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
3017 | 2024-02-09T20:40:33.769Z | Documenting sprockets-rot v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef) |
3018 | 2024-02-09T20:40:34.709Z | Documenting blake3 v1.5.0 |
3019 | 2024-02-09T20:40:36.692Z | Documenting wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
3020 | 2024-02-09T20:40:37.974Z | Documenting omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
3021 | 2024-02-09T20:40:39.239Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
3022 | 2024-02-09T20:40:40.523Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
3023 | 2024-02-09T20:40:42.665Z | Documenting nexus-deployment v0.1.0 (/work/oxidecomputer/omicron/nexus/deployment) |
3024 | 2024-02-09T20:40:46.523Z | Documenting oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
3025 | 2024-02-09T20:40:47.987Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
3026 | 2024-02-09T20:40:49.666Z | Documenting nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
3027 | 2024-02-09T20:41:00.756Z | Documenting crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2d4bc11232d53f177c286383926fa5f8c1b2a938#2d4bc112) |
3028 | 2024-02-09T20:41:02.114Z | warning: unclosed HTML tag `usize` |
3029 | 2024-02-09T20:41:02.114Z | --> wicket/src/ui/panes/update.rs:153:19 |
3030 | 2024-02-09T20:41:02.114Z | | |
3031 | 2024-02-09T20:41:02.114Z | 153 | /// TODO: The <usize> generic parameter is carried over from earlier versions |
3032 | 2024-02-09T20:41:02.114Z | | ^^^^^^^ |
3033 | 2024-02-09T20:41:02.114Z | | |
3034 | 2024-02-09T20:41:02.114Z | = note: `#[warn(rustdoc::invalid_html_tags)]` on by default |
3035 | 2024-02-09T20:41:02.114Z | |
3036 | 2024-02-09T20:41:03.389Z | warning: `wicket` (lib doc) generated 1 warning |
3037 | 2024-02-09T20:41:03.397Z | Documenting fatfs v0.3.6 |
3038 | 2024-02-09T20:41:03.953Z | Documenting nanorand v0.7.0 |
3039 | 2024-02-09T20:41:05.744Z | Documenting nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
3040 | 2024-02-09T20:41:08.216Z | Documenting assert_matches v1.5.0 |
3041 | 2024-02-09T20:41:08.912Z | Documenting topological-sort v0.2.2 |
3042 | 2024-02-09T20:41:08.996Z | Documenting flume v0.11.0 |
3043 | 2024-02-09T20:41:10.612Z | Documenting sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
3044 | 2024-02-09T20:41:11.041Z | Documenting wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
3045 | 2024-02-09T20:41:12.299Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
3046 | 2024-02-09T20:41:13.567Z | Documenting omicron-zone-package v0.11.0 |
3047 | 2024-02-09T20:41:14.131Z | Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
3048 | 2024-02-09T20:41:14.436Z | Documenting installinator-artifactd v0.1.0 (/work/oxidecomputer/omicron/installinator-artifactd) |
3049 | 2024-02-09T20:41:15.132Z | Documenting installinator-artifact-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-artifact-client) |
3050 | 2024-02-09T20:41:21.654Z | warning: unresolved link to `propolis_client::api::InstanceStateMonitorResponse` |
3051 | 2024-02-09T20:41:21.654Z | --> sled-agent/src/sim/instance.rs:46:7 |
3052 | 2024-02-09T20:41:21.654Z | | |
3053 | 2024-02-09T20:41:21.654Z | 46 | /// [`propolis_client::api::InstanceStateMonitorResponse`]. Transition requests |
3054 | 2024-02-09T20:41:21.654Z | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no item named `api` in module `propolis_client` |
3055 | 2024-02-09T20:41:21.654Z | | |
3056 | 2024-02-09T20:41:21.654Z | = note: `#[warn(rustdoc::broken_intra_doc_links)]` on by default |
3057 | 2024-02-09T20:41:21.654Z | |
3058 | 2024-02-09T20:41:24.799Z | warning: `omicron-sled-agent` (lib doc) generated 1 warning |
3059 | 2024-02-09T20:41:24.803Z | Checking installinator-artifactd v0.1.0 (/work/oxidecomputer/omicron/installinator-artifactd) |
3060 | 2024-02-09T20:41:25.608Z | Checking installinator-artifact-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-artifact-client) |
3061 | 2024-02-09T20:41:26.576Z | Documenting termios v0.3.3 |
3062 | 2024-02-09T20:41:28.965Z | Documenting omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
3063 | 2024-02-09T20:41:31.274Z | Documenting gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
3064 | 2024-02-09T20:41:31.599Z | Documenting gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli) |
3065 | 2024-02-09T20:41:36.359Z | Documenting wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
3066 | 2024-02-09T20:41:37.671Z | Documenting installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
3067 | 2024-02-09T20:42:02.895Z | Documenting crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed) |
3068 | 2024-02-09T20:42:09.828Z | Documenting tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous) |
3069 | 2024-02-09T20:42:14.060Z | warning: unresolved link to `DataStore::update_tuf_repo_description_insert` |
3070 | 2024-02-09T20:42:14.060Z | --> nexus/db-queries/src/db/datastore/update.rs:27:27 |
3071 | 2024-02-09T20:42:14.060Z | | |
3072 | 2024-02-09T20:42:14.060Z | 27 | /// The return value of [`DataStore::update_tuf_repo_description_insert`]. |
3073 | 2024-02-09T20:42:14.060Z | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the struct `DataStore` has no field or associated item named `update_tuf_repo_description_insert` |
3074 | 2024-02-09T20:42:14.060Z | | |
3075 | 2024-02-09T20:42:14.060Z | = note: `#[warn(rustdoc::broken_intra_doc_links)]` on by default |
3076 | 2024-02-09T20:42:14.060Z | |
3077 | 2024-02-09T20:42:21.313Z | Documenting internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns-cli) |
3078 | 2024-02-09T20:42:21.434Z | Documenting caboose-util v0.1.0 (/work/oxidecomputer/omicron/caboose-util) |
3079 | 2024-02-09T20:42:22.053Z | Documenting zone-network-setup v0.1.0 (/work/oxidecomputer/omicron/zone-network-setup) |
3080 | 2024-02-09T20:42:23.168Z | Documenting oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
3081 | 2024-02-09T20:42:23.231Z | Documenting omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
3082 | 2024-02-09T20:42:29.259Z | warning: `nexus-db-queries` (lib doc) generated 1 warning |
3083 | 2024-02-09T20:42:29.262Z | Documenting nexus-blueprint-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/blueprint-execution) |
3084 | 2024-02-09T20:42:53.924Z | Documenting omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
3085 | 2024-02-09T20:43:38.753Z | warning: unresolved link to `VolumeConstructionRequest` |
3086 | 2024-02-09T20:43:38.753Z | --> nexus/src/app/sagas/volume_delete.rs:338:7 |
3087 | 2024-02-09T20:43:38.753Z | | |
3088 | 2024-02-09T20:43:38.753Z | 338 | /// [`VolumeConstructionRequest`] is shown here): |
3089 | 2024-02-09T20:43:38.753Z | | ^^^^^^^^^^^^^^^^^^^^^^^^^ no item named `VolumeConstructionRequest` in scope |
3090 | 2024-02-09T20:43:38.753Z | | |
3091 | 2024-02-09T20:43:38.753Z | = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` |
3092 | 2024-02-09T20:43:38.753Z | = note: `#[warn(rustdoc::broken_intra_doc_links)]` on by default |
3093 | 2024-02-09T20:43:38.753Z | |
3094 | 2024-02-09T20:43:38.757Z | warning: unresolved link to `fd00:1122:3344:101::5` |
3095 | 2024-02-09T20:43:38.757Z | --> nexus/src/app/sagas/volume_delete.rs:348:17 |
3096 | 2024-02-09T20:43:38.757Z | | |
3097 | 2024-02-09T20:43:38.757Z | 348 | /// "[fd00:1122:3344:101::5]:1000", |
3098 | 2024-02-09T20:43:38.757Z | | ^^^^^^^^^^^^^^^^^^^^^ no item named `fd00:1122:3344:101` in scope |
3099 | 2024-02-09T20:43:38.757Z | |
3100 | 2024-02-09T20:43:38.757Z | warning: unresolved link to `fd00:1122:3344:102::9` |
3101 | 2024-02-09T20:43:38.757Z | --> nexus/src/app/sagas/volume_delete.rs:349:17 |
3102 | 2024-02-09T20:43:38.757Z | | |
3103 | 2024-02-09T20:43:38.758Z | 349 | /// "[fd00:1122:3344:102::9]:1000", |
3104 | 2024-02-09T20:43:38.758Z | | ^^^^^^^^^^^^^^^^^^^^^ no item named `fd00:1122:3344:102` in scope |
3105 | 2024-02-09T20:43:38.758Z | |
3106 | 2024-02-09T20:43:38.758Z | warning: unresolved link to `fd00:1122:3344:103::2` |
3107 | 2024-02-09T20:43:38.758Z | --> nexus/src/app/sagas/volume_delete.rs:350:17 |
3108 | 2024-02-09T20:43:38.758Z | | |
3109 | 2024-02-09T20:43:38.758Z | 350 | /// "[fd00:1122:3344:103::2]:1000" |
3110 | 2024-02-09T20:43:38.758Z | | ^^^^^^^^^^^^^^^^^^^^^ no item named `fd00:1122:3344:103` in scope |
3111 | 2024-02-09T20:43:38.758Z | |
3112 | 2024-02-09T20:43:38.758Z | warning: unresolved link to `fd00:1122:3344:101::5` |
3113 | 2024-02-09T20:43:38.758Z | --> nexus/src/app/sagas/volume_delete.rs:369:17 |
3114 | 2024-02-09T20:43:38.758Z | | |
3115 | 2024-02-09T20:43:38.758Z | 369 | /// "[fd00:1122:3344:101::5]:1001", <-- port changed |
3116 | 2024-02-09T20:43:38.758Z | | ^^^^^^^^^^^^^^^^^^^^^ no item named `fd00:1122:3344:101` in scope |
3117 | 2024-02-09T20:43:38.758Z | |
3118 | 2024-02-09T20:43:38.758Z | warning: unresolved link to `fd00:1122:3344:102::9` |
3119 | 2024-02-09T20:43:38.758Z | --> nexus/src/app/sagas/volume_delete.rs:370:17 |
3120 | 2024-02-09T20:43:38.758Z | | |
3121 | 2024-02-09T20:43:38.758Z | 370 | /// "[fd00:1122:3344:102::9]:1001", <-- port changed |
3122 | 2024-02-09T20:43:38.758Z | | ^^^^^^^^^^^^^^^^^^^^^ no item named `fd00:1122:3344:102` in scope |
3123 | 2024-02-09T20:43:38.758Z | |
3124 | 2024-02-09T20:43:38.758Z | warning: unresolved link to `fd00:1122:3344:103::2` |
3125 | 2024-02-09T20:43:38.758Z | --> nexus/src/app/sagas/volume_delete.rs:371:17 |
3126 | 2024-02-09T20:43:38.758Z | | |
3127 | 2024-02-09T20:43:38.758Z | 371 | /// "[fd00:1122:3344:103::2]:1001" <-- port changed |
3128 | 2024-02-09T20:43:38.759Z | | ^^^^^^^^^^^^^^^^^^^^^ no item named `fd00:1122:3344:103` in scope |
3129 | 2024-02-09T20:43:38.759Z | |
3130 | 2024-02-09T20:43:41.601Z | warning: `omicron-nexus` (lib doc) generated 7 warnings |
3131 | 2024-02-09T20:44:03.296Z | Finished dev [unoptimized + debuginfo] target(s) in 11m 34s |
3132 | 2024-02-09T20:44:03.394Z | |
3133 | 2024-02-09T20:44:03.406Z | real 11:35.101813660 |
3134 | 2024-02-09T20:44:03.406Z | user 29:48.052988294 |
3135 | 2024-02-09T20:44:03.407Z | sys 51:08.717457342 |
3136 | 2024-02-09T20:44:03.407Z | trap 0.867115083 |
3137 | 2024-02-09T20:44:03.407Z | tflt 0.178612200 |
3138 | 2024-02-09T20:44:03.407Z | dflt 0.600069023 |
3139 | 2024-02-09T20:44:03.407Z | kflt 0.000058308 |
3140 | 2024-02-09T20:44:03.407Z | lock 2:04:46.410507577 |
3141 | 2024-02-09T20:44:03.408Z | slp 2:54:37.849304975 |
3142 | 2024-02-09T20:44:03.408Z | lat 5:01.307845244 |
3143 | 2024-02-09T20:44:03.408Z | stop 1:25.508934644 |
3144 | 2024-02-09T20:44:03.408Z | process exited: duration 1258487 ms, exit code 0 |
|
3145 | 2024-02-09T20:44:03.421Z | found 0 output files |